.contact-page { background: #f8f2e9; }
.contact-page .site-nav a[aria-current="page"]::after { width: 100%; }

.contact-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--green-deep);
  color: #fff;
}
.contact-hero > img,
.contact-hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-hero > img { object-fit: cover; object-position: center 52%; }
.contact-hero-wash {
  background:
    linear-gradient(90deg, rgba(22, 30, 25, .9) 0%, rgba(22, 30, 25, .63) 42%, rgba(22, 30, 25, .12) 74%),
    linear-gradient(0deg, rgba(19, 26, 22, .72) 0%, transparent 48%);
}
.contact-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
  padding-top: clamp(180px, 22vh, 225px);
}
.contact-hero h1 {
  max-width: 900px;
  margin: 25px 0 30px;
  font-family: var(--serif);
  font-size: clamp(64px, 7.2vw, 104px);
  font-weight: 400;
  letter-spacing: -.052em;
  line-height: .96;
}
.contact-hero h1 em { color: #efbdc9; font-weight: 400; }
.contact-hero-copy > p { max-width: 650px; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.5vw, 20px); }
.contact-hero-details {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: max(32px, calc((100vw - 1240px) / 2));
  border-top: 1px solid rgba(255,255,255,.2);
  background: rgba(28, 38, 31, .68);
  backdrop-filter: blur(14px);
}
.contact-hero-details > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 15px 28px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.contact-hero-details > div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.contact-hero-details span { color: #e4b568; font-size: 11px; font-weight: 850; letter-spacing: .17em; }
.contact-hero-details p { display: grid; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.contact-hero-details b { color: #fff; font-family: var(--serif); font-size: 18px; font-weight: 400; }

.booking-inline { padding-block: 135px 145px; }
.booking-heading {
  display: grid;
  grid-template-columns: minmax(560px, 1.2fr) minmax(300px, .55fr);
  align-items: end;
  column-gap: 90px;
}
.booking-heading .eyebrow { grid-column: 1 / -1; }
.booking-heading h2 { margin-bottom: 0; }
.booking-heading > p { margin: 0 0 12px; color: var(--muted); }
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 24px;
  margin-top: 68px;
}
.booking-frame-shell {
  overflow: hidden;
  border: 1px solid rgba(97, 70, 43, .2);
  border-radius: 30px 4px 30px 4px;
  background: #fff;
  box-shadow: 0 28px 75px rgba(74, 52, 31, .13);
}
.booking-frame-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(97, 70, 43, .12);
  background: #fffdf8;
}
.booking-frame-top span { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.booking-frame-top i { width: 8px; height: 8px; border-radius: 50%; background: #88a15f; box-shadow: 0 0 0 5px rgba(136,161,95,.14); }
.booking-frame-top strong { color: var(--copper); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.booking-frame { display: block; width: 100%; height: 650px; border: 0; background: #fff; }
.booking-frame-shell noscript p { padding: 20px; }
.booking-frame-shell noscript a { color: var(--copper); font-weight: 800; }
.booking-aside {
  position: sticky;
  top: 98px;
  align-self: start;
  padding: 34px 30px 28px;
  border-radius: 4px 42px 4px 4px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 28px 62px rgba(43, 57, 47, .2);
}
.aside-number { color: #e7bb6c; font-size: 11px; font-weight: 850; letter-spacing: .19em; }
.booking-aside h3 { margin: 42px 0 27px; font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.05; }
.booking-aside ul { display: grid; gap: 0; margin: 0 0 30px; padding: 0; list-style: none; }
.booking-aside li { display: grid; gap: 3px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.booking-aside li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.booking-aside li b { color: #fff; font-size: 13px; }
.booking-aside li span { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
.contact-detail-link {
  position: relative;
  display: grid;
  gap: 2px;
  padding: 13px 34px 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  text-decoration: none;
}
.contact-detail-link small { color: #efbdc9; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail-link strong { overflow-wrap: anywhere; font-size: 13px; }
.contact-detail-link > span { position: absolute; top: 50%; right: 2px; color: #e7bb6c; transform: translateY(-50%); }
.booking-external { display: inline-flex; margin-top: 24px; color: #e7bb6c; font-size: 11px; font-weight: 800; text-decoration: none; }

.message-section { position: relative; padding-block: 135px; overflow: hidden; background: var(--green-deep); color: #fff; }
.message-section::before {
  position: absolute;
  top: -380px;
  left: -340px;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(226, 181, 102, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(226,181,102,.025), 0 0 0 200px rgba(226,181,102,.018);
  content: "";
}
.message-shell { position: relative; display: grid; grid-template-columns: minmax(340px, .73fr) minmax(540px, 1.15fr); align-items: center; gap: clamp(65px, 9vw, 130px); }
.message-copy h2 { font-size: clamp(54px, 6vw, 82px); }
.message-copy > p { max-width: 480px; color: rgba(255,255,255,.68); }
.message-contact-cards { display: grid; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); }
.message-contact-cards a { position: relative; display: grid; gap: 2px; padding: 17px 38px 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.message-contact-cards small { color: #e7bb6c; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.message-contact-cards strong { overflow-wrap: anywhere; font-size: 14px; }
.message-contact-cards span { position: absolute; top: 50%; right: 4px; color: #efbdc9; font-size: 20px; transform: translateY(-50%); }
.contact-form { padding: clamp(28px, 4vw, 48px); border-radius: 52px 6px 6px 6px; background: #fffaf3; color: var(--ink); box-shadow: 0 35px 95px rgba(0,0,0,.25); }
.form-heading { display: grid; gap: 3px; margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--rose); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.form-heading b { color: var(--green); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: #57534d; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(101, 79, 52, .2);
  border-radius: 3px;
  outline: 0;
  background: rgba(255,255,255,.76);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form textarea { min-height: 142px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--copper); background: #fff; box-shadow: 0 0 0 4px rgba(183,97,63,.1); }
.contact-form input:user-invalid,
.contact-form textarea:user-invalid { border-color: #b94d4d; }
.form-message { grid-column: 1 / -1; }
.form-action-row { display: flex; align-items: center; gap: 20px; margin-top: 26px; }
.form-action-row button { border: 0; cursor: pointer; }
.form-action-row p { max-width: 250px; margin: 0; color: #766f66; font-size: 11px; line-height: 1.5; }
.form-status { min-height: 0; margin: 18px 0 0; color: var(--green); font-size: 12px; font-weight: 750; }
.form-status:empty { display: none; }

.location-section { display: grid; grid-template-columns: minmax(500px, 1.15fr) minmax(340px, .7fr); align-items: center; gap: clamp(60px, 9vw, 125px); padding-block: 145px; }
.location-image { position: relative; }
.location-image::before { position: absolute; top: -20px; right: -20px; z-index: -1; width: 72%; height: 65%; border: 1px solid rgba(179,101,120,.35); border-radius: 0 150px 0 0; content: ""; }
.location-image img { aspect-ratio: 1.16 / 1; width: 100%; object-fit: cover; border-radius: 3px 140px 3px 3px; box-shadow: 0 32px 72px rgba(58,43,25,.16); }
.location-image > span { position: absolute; right: -18px; bottom: 28px; padding: 15px 20px; background: var(--rose); color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.location-copy h2 { font-size: clamp(52px, 5.4vw, 76px); }
.location-copy > p:not(.lead) { max-width: 460px; color: var(--muted); }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; margin-top: 30px; }
.location-actions .text-link { margin: 0; }

@media (max-width: 980px) {
  .contact-hero-copy { width: min(100% - 44px, 760px); }
  .contact-hero-details { padding-inline: 22px; }
  .booking-heading { grid-template-columns: 1fr; gap: 26px; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; border-radius: 4px 36px 4px 4px; }
  .booking-aside .aside-number,
  .booking-aside h3,
  .booking-aside ul,
  .booking-aside .booking-external { grid-column: 1 / -1; }
  .message-shell { grid-template-columns: 1fr; }
  .message-copy { max-width: 680px; }
  .location-section { grid-template-columns: 1fr; gap: 72px; }
  .location-image { max-width: 700px; }
}

@media (max-width: 680px) {
  .contact-hero { min-height: 850px; }
  .contact-hero > img { object-position: 62% center; }
  .contact-hero-wash { background: linear-gradient(0deg, rgba(22,30,25,.92) 0%, rgba(22,30,25,.4) 78%); }
  .contact-hero-copy { width: calc(100% - 32px); padding-top: 142px; }
  .contact-hero h1 { font-size: clamp(52px, 15vw, 68px); }
  .contact-hero-copy > p { font-size: 15px; }
  .contact-page .hero-actions .button-ghost { display: inline-flex; }
  .contact-hero-details { grid-template-columns: 1fr 1fr; padding: 0; }
  .contact-hero-details > div { min-height: 66px; padding: 10px 15px; }
  .contact-hero-details > div:last-child { display: none; }
  .contact-hero-details b { font-size: 15px; }
  .booking-inline { padding-block: 88px 92px; }
  .booking-layout { margin-top: 42px; }
  .booking-frame-shell { margin-inline: -8px; border-radius: 22px 3px 22px 3px; }
  .booking-frame-top { padding-inline: 17px; }
  .booking-frame { height: 660px; }
  .booking-aside { display: block; padding: 29px 24px; }
  .booking-aside h3 { margin-top: 34px; }
  .message-section { padding-block: 86px; }
  .message-shell { gap: 52px; }
  .message-copy h2 { font-size: clamp(48px, 14vw, 62px); }
  .contact-form { margin-inline: -3px; padding: 27px 19px; border-radius: 32px 4px 4px 4px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-message { grid-column: 1; }
  .form-action-row { align-items: stretch; flex-direction: column; }
  .form-action-row .button { width: 100%; }
  .form-action-row p { max-width: none; text-align: center; }
  .location-section { gap: 58px; padding-block: 88px; }
  .location-image { width: calc(100% - 14px); }
  .location-image img { aspect-ratio: .9 / 1; border-radius: 3px 100px 3px 3px; }
  .location-image > span { right: -14px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .location-actions .button { width: 100%; }
}
