/* The Concierge Salon — scoped to Contact Us. */
.concierge-page {
  --concierge-ivory: #f5f1e8;
  --concierge-gold: #bba173;
  --concierge-line: #d9ceba;
  background: var(--navy);
}
.concierge-page .header {
  background: var(--navy);
  color: var(--concierge-ivory);
  border-bottom: 1px solid #bba17338;
}
.concierge-page .header .brand img {
  filter: brightness(0) invert(1);
  opacity: 0.94;
}
.concierge-page .announcement {
  color: #d3bb8e;
  border-bottom: 1px solid #bba17320;
}
.concierge-page .header .bo-nav-panel {
  color: var(--navy);
}
.concierge-reception {
  color: var(--concierge-ivory);
  background: var(--navy);
}
.concierge-reception [hidden] {
  display: none !important;
}
.concierge-arrival {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 1600px;
  margin: auto;
  padding: 22px 4.5%;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #c7c8ca;
}
.concierge-arrival > span:nth-child(2) {
  color: #bda779;
}
.concierge-arrival p {
  margin: 0 0 0 auto;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: #c5b28d;
}
.concierge-salon {
  display: grid;
  grid-template-columns: minmax(0, 0.97fr) minmax(0, 1.03fr);
  max-width: 1600px;
  margin: auto;
  align-items: stretch;
}
.salon-scene {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 1040px;
  overflow: hidden;
  background: #07111e;
}
.salon-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #06112075 0%,
    transparent 24%,
    #06112005 42%,
    #061120d4 79%,
    #061120f0 100%
  );
  pointer-events: none;
  z-index: -1;
}
.salon-scene picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.salon-interior {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% 28%;
}
.salon-overline {
  position: absolute;
  top: 39px;
  left: 8%;
  right: 8%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 0 20px;
  border-bottom: 1px solid #bba17355;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #e9ddc6;
}
.salon-overline span:last-child {
  font: 22px var(--serif);
  letter-spacing: 0.2em;
}
.salon-welcome {
  position: absolute;
  left: 8%;
  right: 7%;
  bottom: 100px;
}
.concierge-kicker {
  font:
    10px/1.6 Arial,
    sans-serif;
  letter-spacing: 0.19em;
  font-weight: 600;
}
.salon-welcome .concierge-kicker {
  color: #e0c390;
  margin-bottom: 20px;
}
.salon-welcome h1 {
  font: clamp(38px, 3.4vw, 56px)/1.09 var(--serif);
  letter-spacing: -0.035em;
  color: #fffaf1;
  margin-bottom: 24px;
}
.salon-welcome h1 em {
  font-weight: 400;
  color: #e0c390;
}
.salon-welcome > p:not(.concierge-kicker) {
  color: #e3dfd6;
  font-size: 14px;
  line-height: 1.85;
}
.salon-enter {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #cdb184;
  color: #f3e5cb;
  font-size: 12px;
}
.salon-enter span {
  font-size: 22px;
}
.salon-footer {
  position: absolute;
  bottom: 29px;
  left: 8%;
  right: 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #ccb994;
  border-top: 1px solid #bba17355;
  padding-top: 23px;
}
.concierge-desk {
  min-width: 0;
  color: var(--navy);
  background: var(--concierge-ivory);
  padding: 42px clamp(28px, 4.4vw, 74px) 38px;
  scroll-margin-top: 110px;
}
.contact-panel {
  max-width: 670px;
  margin: 0 auto;
}
.concierge-desk-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.concierge-desk-heading p {
  color: #7d643b;
  margin: 0;
}
.concierge-monogram {
  font: 25px var(--serif);
  color: #917342;
  border: 1px solid #ae946253;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.1em;
  padding-right: 4px;
}
.concierge-monogram > span {
  font-style: italic;
  font-size: 16px;
  margin: 0 2px;
}
.contact-panel > h2 {
  font: clamp(36px, 3.3vw, 52px)/1.05 var(--serif);
  letter-spacing: -0.025em;
  margin: 15px 0 26px;
}
.contact-panel > h2 em {
  color: #8c6c36;
  font-weight: 400;
}
.concierge-note {
  display: flex;
  align-items: stretch;
  gap: 17px;
  margin-bottom: 31px;
}
.concierge-note-rule {
  width: 1px;
  flex: 0 0 1px;
  background: #bca273;
}
.concierge-note p {
  font: 17px/1.5 var(--serif);
  margin: 0 0 11px;
  min-height: 51px;
}
.concierge-note div > span {
  font-size: 7px;
  letter-spacing: 0.14em;
  color: #70634f;
  display: block;
}
.concierge-progress {
  margin-bottom: 25px;
}
.concierge-progress ol {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr 0.85fr;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid var(--concierge-line);
  gap: 12px;
}
.concierge-progress li {
  min-width: 0;
}
.concierge-progress button {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 48px;
  width: 100%;
  border: 0;
  background: none;
  padding: 9px 0 15px;
  color: #716c62;
  font-size: 10px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
}
.concierge-progress button span {
  font-size: 9px;
  color: #8d774f;
}
.concierge-progress button[aria-current="step"] {
  color: var(--navy);
  font-weight: 600;
  border-color: #9c7e46;
}
.concierge-stage {
  margin: 28px 0 0;
}
.is-guided .concierge-stage {
  margin-top: 0;
  animation: concierge-reveal 0.28s ease-out;
}
.concierge-stage-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 19px;
}
.concierge-stage-caption h3 {
  font: 23px/1.25 var(--serif);
  letter-spacing: -0.02em;
  margin: 0;
}
.concierge-stage-caption > span {
  font-size: 9px;
  color: #76654a;
  white-space: nowrap;
}
.concierge-service-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 21px;
}
.concierge-service {
  text-align: left;
  position: relative;
  border: 1px solid #d4c8b2;
  background: #ffffff52;
  border-radius: 1px;
  color: var(--navy);
  padding: 15px 15px 14px;
  min-height: 115px;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    transform 0.2s;
}
.concierge-service-number {
  display: block;
  margin-bottom: 7px;
  font-size: 8px;
  letter-spacing: 0.08em;
  color: #947445;
}
.concierge-service strong {
  display: block;
  font: 17px/1.15 var(--serif);
  padding-right: 9px;
}
.concierge-service small {
  display: block;
  color: #6e6a61;
  font-size: 9px;
  line-height: 1.55;
  margin-top: 7px;
  max-width: 165px;
}
.concierge-service-arrow {
  position: absolute;
  right: 13px;
  top: 11px;
  font-size: 16px;
  color: #947445;
}
.concierge-service:hover {
  border-color: #9d824f;
  background: #e9e1d0;
  transform: translateY(-1px);
}
.concierge-service[aria-pressed="true"] {
  background: var(--navy);
  color: #fff7e9;
  border-color: var(--navy);
}
.concierge-service[aria-pressed="true"] small {
  color: #d2cebf;
}
.concierge-service[aria-pressed="true"] .concierge-service-number,
.concierge-service[aria-pressed="true"] .concierge-service-arrow {
  color: #ddc292;
}
.contact-panel label {
  display: block;
  min-width: 0;
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 1.5;
}
.contact-panel label span:not(.contact-required-star) {
  font-weight: 400;
}
.contact-panel label > span:not(:first-child) {
  color: #68645d;
}
.contact-panel .contact-required-star {
  color: #7e602e;
}
.contact-panel input,
.contact-panel select,
.contact-panel textarea {
  min-width: 0;
  width: 100%;
  background: #fffcf680;
  border: 1px solid #cabda5;
  border-radius: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.45;
  padding: 13px 14px;
  margin-top: 8px;
  min-height: 49px;
  box-shadow: none;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.contact-panel input::placeholder,
.contact-panel textarea::placeholder {
  color: #787166;
  font-size: 13px;
  opacity: 1;
}
.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
  background: #fffdf7;
  border-color: #8b6f3c;
}
.contact-panel textarea {
  resize: vertical;
  min-height: 160px;
}
.contact-panel select {
  padding-right: 27px;
  font-size: 12px;
}
.contact-panel label > small {
  display: block;
  font-size: 10px;
  color: #6e685e;
  margin-top: 7px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 19px;
}
.concierge-category-label {
  margin-bottom: 13px !important;
}
.concierge-category-label > span {
  font-size: 10px;
}
.concierge-stage-footnote {
  font: italic 14px var(--serif);
  color: #70644f;
  margin-bottom: 18px;
}
.concierge-stage-intro {
  font: 15px/1.6 var(--serif);
  color: #6f6452;
  margin: -6px 0 26px;
}
.concierge-assurance {
  margin: 12px 0 24px;
  padding: 19px 21px;
  border: 1px solid #d9ceba;
}
.concierge-assurance .concierge-kicker {
  color: #876c3b;
  font-size: 8px;
}
.concierge-assurance p {
  font: 15px/1.6 var(--serif);
  color: #5e584b;
  margin: 8px 0 0;
}
.concierge-prepared-for {
  position: relative;
  padding: 15px 0 14px;
  border-top: 1px solid #d9ceba;
  border-bottom: 1px solid #d9ceba;
  margin-bottom: 23px;
}
.concierge-prepared-for > span {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #78613d;
}
.concierge-prepared-for > span strong {
  display: inline;
  font-size: 11px;
  color: var(--navy);
  letter-spacing: 0;
  margin-left: 5px;
}
.concierge-prepared-for > button {
  float: right;
  padding: 0;
  min-height: 25px;
  font-size: 10px;
}
.concierge-prepared-for p {
  font-size: 11px;
  color: #635d52;
  margin: 8px 0 0;
  overflow-wrap: anywhere;
}
.concierge-message-meta {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: baseline;
  margin-top: -14px;
  color: #726958;
  line-height: 1.5;
}
.concierge-message-meta small {
  font-size: 9px;
}
.concierge-message-meta > span {
  font-size: 9px;
  flex-shrink: 0;
}
.contact-privacy {
  font-size: 10px;
  color: #73664f;
  line-height: 1.7;
  margin: 17px 0 20px;
}
.contact-privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.concierge-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}
.concierge-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  background: var(--navy);
  color: #fbf3e3;
  border: 1px solid var(--navy);
  min-height: 52px;
  padding: 15px 23px;
  font-size: 12px;
  letter-spacing: 0.015em;
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none !important;
}
.concierge-button:hover {
  background: #26394d;
}
.concierge-button span {
  color: #d9bd83;
  font-size: 20px;
  line-height: 1;
}
.concierge-form-actions > .concierge-button {
  margin-left: auto;
  min-width: 190px;
}
.concierge-text-button {
  border: 0;
  background: transparent;
  padding: 9px 0;
  font-size: 11px;
  color: #6b593d;
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 40px;
  line-height: 1.4;
}
.concierge-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  border-top: 1px solid #d7ccba;
  padding-top: 12px;
}
.concierge-form-footer > span {
  font-size: 7px;
  letter-spacing: 0.09em;
  color: #73654e;
}
.contact-delivery-note {
  font-size: 9px;
  color: #796b55;
  line-height: 1.6;
  margin: 7px 0 0;
}
.contact-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.contact-panel .form-error {
  color: #8a3029;
  background: #f8e5df;
  padding: 14px 16px;
  border-left: 2px solid #9e4a3c;
  font-size: 12px;
  margin-bottom: 20px;
}
.contact-success {
  padding: 28px 0;
  border-top: 1px solid #c8b38f;
  margin-top: 25px;
}
.contact-success .concierge-kicker {
  color: #8c6c36;
  font-size: 9px;
}
.contact-success h3 {
  font: 38px/1.14 var(--serif);
  margin: 18px 0 22px;
}
.contact-success h3 em {
  color: #876a38;
}
.contact-success > p {
  font: 17px/1.7 var(--serif);
}
.concierge-receipt {
  margin: 26px 0;
  border: 1px solid #c7b28c;
  padding: 22px;
  background: #e9e1d052;
  overflow-wrap: anywhere;
}
.concierge-receipt > span {
  display: block;
  color: #77613c;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.concierge-receipt > strong {
  display: block;
  font: 20px var(--serif);
  margin: 13px 0 5px;
}
.contact-success .concierge-success-small {
  font:
    11px/1.8 Arial,
    sans-serif;
  color: #6c6353;
}
.concierge-success-actions {
  display: grid;
  gap: 15px;
  margin-top: 28px;
}
.concierge-success-actions > .concierge-text-button {
  text-align: center;
}
.concierge-direct {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 5%;
  padding: 70px 5.5%;
  margin: auto;
  max-width: 1600px;
  border-bottom: 1px solid #bba17340;
  align-items: center;
}
.concierge-direct .concierge-kicker {
  color: #cab185;
  font-size: 8px;
}
.concierge-direct h2 {
  font: 30px/1.25 var(--serif);
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.concierge-direct h2 em {
  color: #cfb485;
}
.concierge-channel {
  display: block;
  padding: 10px 0 10px 26px;
  border-left: 1px solid #c4a7755c;
  text-decoration: none !important;
  min-width: 0;
}
.concierge-channel > span {
  display: block;
  color: #cbb88f;
  font-size: 8px;
  letter-spacing: 0.1em;
}
.concierge-channel strong {
  display: block;
  font: clamp(17px, 1.6vw, 25px)/1.5 var(--serif);
  margin: 13px 0 8px;
  overflow-wrap: anywhere;
  font-weight: 400;
}
.concierge-channel small {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  color: #cac8c0;
  font-size: 10px;
}
.concierge-channel small span {
  color: #d8b980;
}
.concierge-channel:hover strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.concierge-information {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 5.5%;
}
.concierge-information summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  padding: 28px 0;
  letter-spacing: 0.025em;
  color: #e4d8c1;
}
.concierge-information summary::-webkit-details-marker {
  display: none;
}
.concierge-information-sign {
  font: 24px var(--serif);
  transition: transform 0.2s;
}
.concierge-information[open] .concierge-information-sign {
  transform: rotate(45deg);
}
.concierge-information-body {
  max-width: 850px;
  padding-bottom: 30px;
  font-size: 13px;
  color: #d2d0c9;
}
.concierge-info-section {
  margin-top: 30px;
}
.concierge-info-section h3 {
  font-size: 22px;
  color: #e5ceaa;
}
.concierge-information-body a {
  text-decoration: underline;
}
.concierge-information-body nav {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  padding-top: 25px;
  border-top: 1px solid #bba17340;
}
.concierge-information .policy-prose {
  color: inherit;
}
@keyframes concierge-reveal {
  from {
    opacity: 0.5;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .concierge-salon {
    border: 1px solid #bba17340;
  }
}
@media (max-width: 1100px) {
  .concierge-desk {
    padding: 30px 30px;
  }
  .salon-welcome h1 {
    font-size: 42px;
  }
  .salon-scene {
    min-height: 1040px;
  }
  .concierge-progress button {
    font-size: 9px;
    gap: 4px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .concierge-direct {
    gap: 25px;
    padding: 50px 4.5%;
  }
  .concierge-direct h2 {
    font-size: 25px;
  }
}
@media (max-width: 760px) {
  .concierge-arrival {
    padding: 16px 22px;
    font-size: 10px;
  }
  .concierge-arrival p {
    font-size: 7px;
    letter-spacing: 0.08em;
  }
  .concierge-salon {
    display: block;
  }
  .salon-scene {
    min-height: 510px;
  }
  .salon-interior {
    object-position: 65% 31%;
  }
  .salon-scene::after {
    background: linear-gradient(
      180deg,
      #06112090 0%,
      #0611200a 27%,
      #06112035 44%,
      #061120f2 100%
    );
  }
  .salon-overline {
    top: 24px;
    left: 25px;
    right: 25px;
    padding-bottom: 13px;
    font-size: 8px;
  }
  .salon-overline span:last-child {
    font-size: 18px;
  }
  .salon-welcome {
    left: 25px;
    right: 25px;
    bottom: 46px;
  }
  .salon-welcome h1 {
    font-size: 39px;
    margin-bottom: 14px;
  }
  .salon-welcome .concierge-kicker {
    font-size: 8px;
    margin-bottom: 14px;
  }
  .salon-welcome > p:not(.concierge-kicker) {
    font-size: 12px;
    margin-bottom: 0;
  }
  .salon-enter {
    margin-top: 7px;
    padding: 9px 0;
    font-size: 11px;
    gap: 35px;
  }
  .salon-footer {
    display: none;
  }
  .concierge-desk {
    padding: 31px 23px 32px;
    scroll-margin-top: 80px;
  }
  .concierge-monogram {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .contact-panel > h2 {
    font-size: 43px;
    margin-top: 12px;
  }
  .concierge-note p {
    font-size: 17px;
  }
  .concierge-note div > span {
    font-size: 7px;
    letter-spacing: 0.09em;
  }
  .concierge-desk-heading .concierge-kicker {
    font-size: 9px;
  }
  .concierge-service {
    min-height: 126px;
    padding: 14px 12px;
  }
  .concierge-service strong {
    font-size: 17px;
  }
  .concierge-service small {
    font-size: 10px;
  }
  .concierge-service-choices {
    gap: 10px;
  }
  .concierge-progress button {
    font-size: 10px;
    gap: 5px;
  }
  .concierge-stage-caption h3 {
    font-size: 24px;
  }
  .contact-panel input,
  .contact-panel select,
  .contact-panel textarea {
    font-size: 16px;
  }
  .contact-panel select {
    font-size: 12px;
  }
  .concierge-direct {
    grid-template-columns: 1fr;
    padding: 40px 25px;
    gap: 28px;
  }
  .concierge-direct h2 {
    font-size: 31px;
  }
  .concierge-channel {
    padding: 0 0 0 18px;
  }
  .concierge-channel strong {
    font-size: 24px;
  }
  .concierge-channel small {
    font-size: 12px;
  }
  .concierge-information {
    padding: 0 25px;
  }
  .concierge-form-actions {
    gap: 20px;
  }
  .concierge-form-actions > .concierge-button {
    min-width: 0;
    flex: 1;
  }
  .concierge-form-footer > span {
    font-size: 7px;
    max-width: 103px;
    text-align: right;
  }
}
@media (max-width: 360px) {
  .concierge-desk {
    padding-inline: 18px;
  }
  .concierge-service strong {
    font-size: 16px;
  }
  .concierge-progress {
    margin-inline: -2px;
  }
  .concierge-progress ol {
    gap: 6px;
  }
  .concierge-progress button {
    font-size: 9px;
  }
  .salon-welcome h1 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .concierge-page {
    scroll-behavior: auto;
  }
  .concierge-reception *,
  .concierge-reception *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .salon-scene,
  .concierge-direct,
  .concierge-information,
  .contact-panel form {
    display: none;
  }
  .concierge-salon {
    display: block;
  }
  .concierge-desk {
    background: white;
    color: black;
  }
}

.concierge-page .header-install {
  color: #e8d5b1;
}
@media (prefers-reduced-motion: reduce) {
  html:has(.concierge-page) {
    scroll-behavior: auto;
  }
}
