.contact-page {
  width: 100%;
  overflow: clip;
}

.contact-page-body .site-sticky-header {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.contact-shell {
  width: min(calc(100% - 32px), 1320px);
  margin: 0 auto;
}

.contact-page .hero-nav__desktop a.is-active,
.contact-page .hero-nav__mobile a.is-active {
  color: #b98f45;
}

.contact-page .hero-nav::before {
  background: linear-gradient(180deg, rgba(247, 243, 236, 0.94) 0%, rgba(247, 243, 236, 0.82) 58%, rgba(247, 243, 236, 0.52) 100%);
  box-shadow: 0 8px 22px rgba(60, 42, 21, 0.08);
  backdrop-filter: blur(8px);
}

.contact-page .hero-nav__desktop a {
  position: relative;
}

.contact-page .hero-nav__desktop a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(184, 149, 99, 0.16), #b98f45, rgba(184, 149, 99, 0.16));
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.quick-info-footer,
.quick-info-footer__links {
  visibility: visible;
  opacity: 1;
}

.contact-page .hero-nav__desktop a.is-active::after {
  transform: scaleX(1);
}

.contact-hero {
  position: relative;
  padding: 0 0 22px;
}

.contact-hero__shell {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  align-items: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 149, 99, 0.12);
  border-right: 0;
  border-left: 0;
  background:
    radial-gradient(circle at left top, rgba(255, 255, 255, 0.92), rgba(255, 252, 246, 0.84) 38%, rgba(250, 243, 233, 0.8) 100%);
  box-shadow: 0 24px 60px rgba(84, 58, 30, 0.12);
}

.contact-hero__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 46%;
  width: 22%;
  background: linear-gradient(90deg, rgba(252, 247, 240, 1) 0%, rgba(252, 247, 240, 0.8) 42%, rgba(252, 247, 240, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.contact-hero__copy,
.contact-hero__media {
  position: relative;
  z-index: 1;
}

.contact-hero__media {
  min-height: 100%;
  overflow: hidden;
}

.contact-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(23, 17, 10, 0.1) 0%, rgba(23, 17, 10, 0) 35%);
  pointer-events: none;
  z-index: 1;
}

.contact-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(31, 24, 16, 0.26) 0%, rgba(31, 24, 16, 0.14) 14%, rgba(31, 24, 16, 0) 34%);
  pointer-events: none;
  z-index: 1;
}

.contact-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  padding-top: 178px;
  padding-right: clamp(30px, 4vw, 74px);
  padding-bottom: 80px;
  padding-left: max(24px, calc((100vw - 1240px) / 2 + 20px));
}

.contact-hero__heart {
  display: inline-flex;
  width: 28px;
  margin-bottom: 14px;
}

.contact-hero__heart img {
  width: 100%;
  height: auto;
}

.contact-hero__copy h1 {
  margin: 0;
  color: #1f1916;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.contact-hero__script {
  margin: 10px 0 18px;
  color: #c29a55;
  font-family: "Allura", cursive;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  white-space: nowrap;
}

.contact-hero__copy p:last-child {
  max-width: 34ch;
  margin: 0;
  color: #584c40;
  font-size: 1.06rem;
  line-height: 1.8;
}

.contact-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center;
}

.contact-main {
  padding: 22px 0 36px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  gap: 28px;
  align-items: stretch;
}

.contact-form-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 118px;
}

.contact-card {
  border: 1px solid rgba(184, 149, 99, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.86), rgba(255, 251, 244, 0.7) 34%, rgba(255, 251, 244, 0.34) 100%);
  box-shadow: 0 20px 42px rgba(84, 58, 30, 0.08);
}

.contact-card--form,
.contact-card--details {
  padding: 26px 26px 24px;
}

.contact-card--form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-card__eyebrow-icon {
  display: inline-flex;
  width: 24px;
  margin-bottom: 6px;
}

.contact-card__eyebrow-icon img {
  width: 100%;
  height: auto;
}

.contact-card h2,
.contact-side__header h2,
.contact-arrival__head h2 {
  margin: 0;
  color: #1f1916;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.04;
}

.contact-card__subline,
.contact-arrival__head p {
  margin: 8px 0 0;
  color: #c29a55;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: #6e5d4a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(184, 149, 99, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: #2f2924;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(185, 143, 69, 0.64);
  box-shadow: 0 0 0 4px rgba(185, 143, 69, 0.1);
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 2px;
}

.contact-form__consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  padding: 0;
  accent-color: #b98f45;
}

.contact-form__consent-copy {
  color: #6e5d4a;
  font-size: 0.9rem;
  line-height: 1.65;
}

.contact-form__consent-copy p,
.contact-form__consent-copy ul {
  margin: 0;
}

.contact-form__consent-copy ul {
  padding-left: 18px;
}

.contact-form__consent-copy a {
  color: #9f7d4f;
  text-decoration: underline;
  text-decoration-color: rgba(159, 125, 79, 0.45);
  text-underline-offset: 0.16em;
}

.contact-form__consent-copy a:hover,
.contact-form__consent-copy a:focus-visible {
  color: #7f6038;
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
  padding: 16px 20px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #c79f5b 0%, #b98f45 100%);
  box-shadow: 0 16px 28px rgba(121, 86, 38, 0.18);
  color: #fffaf2;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(121, 86, 38, 0.22);
}

.contact-form__submit:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
  box-shadow: 0 12px 20px rgba(121, 86, 38, 0.12);
}

.contact-form__submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form__privacy {
  margin: 0;
  color: #8c7b67;
  font-size: 0.9rem;
  text-align: center;
}

.contact-form__alert {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 0.94rem;
  line-height: 1.6;
}

.contact-form__alert.is-success {
  border: 1px solid rgba(114, 158, 84, 0.28);
  background: rgba(241, 248, 235, 0.92);
  color: #46613a;
}

.contact-form__alert.is-error {
  border: 1px solid rgba(184, 89, 69, 0.22);
  background: rgba(252, 242, 238, 0.96);
  color: #8e4a3a;
}

.contact-side {
  display: grid;
  height: 100%;
  gap: 18px;
}

.contact-side__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-side__header h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.contact-side__list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.contact-side__row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.contact-side__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #b98f45;
}

.contact-side__row--route .contact-side__icon {
  transition: color 160ms ease, transform 160ms ease;
}

.contact-side__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-side__row strong,
.contact-side__row a {
  color: #2f2924;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.contact-side__row p {
  margin: 2px 0 0;
  color: #5f5143;
  line-height: 1.7;
}

.contact-side__route {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease;
}

.contact-side__route:hover,
.contact-side__route:focus-visible {
  transform: translateY(-1px);
}

.contact-side__row--route:hover .contact-side__icon,
.contact-side__row--route:focus-within .contact-side__icon,
.contact-side__route:hover strong,
.contact-side__route:focus-visible strong,
.contact-side__route:hover p,
.contact-side__route:focus-visible p {
  color: #9a6f34;
}

.contact-side__divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 22px 0;
}

.contact-side__divider span {
  height: 1px;
  background: rgba(184, 149, 99, 0.24);
}

.contact-side__divider img {
  width: 18px;
  height: auto;
}

.contact-side__info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 243, 235, 0.94) 0%, rgba(255, 250, 242, 0.88) 100%);
}

.contact-side__info h3 {
  margin: 0 0 6px;
  color: #2f2924;
  font-size: 1.14rem;
  font-weight: 700;
}

.contact-side__info p {
  margin: 0;
  color: #5f5143;
  line-height: 1.68;
}

.contact-side__info img {
  width: 64px;
  height: auto;
  opacity: 0.94;
}

.contact-card--map {
  overflow: hidden;
}

.contact-card--map img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.contact-map__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: fit-content;
  min-width: 250px;
  margin: 16px 18px 18px;
  padding: 13px 18px;
  border: 1px solid rgba(185, 143, 69, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.96) 0%, rgba(248, 240, 229, 0.92) 100%);
  box-shadow: 0 12px 24px rgba(120, 89, 45, 0.12);
  color: #8a6a3d;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.contact-map__link:hover,
.contact-map__link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(185, 143, 69, 0.42);
  box-shadow: 0 18px 30px rgba(120, 89, 45, 0.16);
  color: #7a5b31;
}

.contact-map__link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 1025px) {
  .contact-map__link {
    margin-bottom: 62px;
  }
}

.contact-arrival {
  padding: 8px 0 42px;
}

.contact-arrival__head {
  text-align: center;
}

.contact-arrival__heart {
  display: inline-flex;
  width: 22px;
  margin-bottom: 6px;
}

.contact-arrival__heart img {
  width: 100%;
  height: auto;
}

.contact-arrival__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid rgba(184, 149, 99, 0.14);
  border-bottom: 1px solid rgba(184, 149, 99, 0.14);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.9) 0%, rgba(255, 250, 244, 0.7) 100%);
}

.contact-arrival__item {
  padding: 28px 24px 26px;
  text-align: center;
}

.contact-arrival__item + .contact-arrival__item {
  border-left: 1px solid rgba(184, 149, 99, 0.14);
}

.contact-arrival__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #b98f45;
}

.contact-arrival__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-arrival__item h3 {
  margin: 12px 0 10px;
  color: #2f2924;
  font-family: "Playfair Display", serif;
  font-size: 1.34rem;
}

.contact-arrival__item p {
  margin: 0;
  color: #5f5143;
  line-height: 1.7;
}

.contact-cta {
  padding: 4px 0 30px;
}

.contact-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 22px 28px;
  border-top: 1px solid rgba(184, 149, 99, 0.14);
  border-bottom: 1px solid rgba(184, 149, 99, 0.14);
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.86) 0%, rgba(255, 249, 240, 0.76) 100%);
}

.contact-cta__inner p {
  margin: 0;
  color: #1f1916;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.contact-cta__inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c79f5b 0%, #b98f45 100%);
  box-shadow: 0 14px 26px rgba(121, 86, 38, 0.18);
  color: #fffaf2;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.contact-cta__inner a:hover,
.contact-cta__inner a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(121, 86, 38, 0.22);
}

body.reveal-ready .contact-cta__inner a.reveal-element.is-visible:hover,
body.reveal-ready .contact-cta__inner a.reveal-element.is-visible:focus-visible {
  transform: translate3d(0, -2px, 0) scale(1) rotate(var(--reveal-rotate, 0deg)) !important;
}

.contact-cta__inner a.contact-cta__button--secondary {
  background: rgba(255, 250, 242, 0.52);
  border: 1px solid rgba(185, 143, 69, 0.68);
  box-shadow: none;
  color: #b98f45;
}

.contact-cta__inner a.contact-cta__button--secondary:hover,
.contact-cta__inner a.contact-cta__button--secondary:focus-visible {
  box-shadow: 0 20px 34px rgba(121, 86, 38, 0.22);
  background: rgba(255, 250, 242, 0.72);
  border-color: rgba(185, 143, 69, 0.92);
  color: #b98f45;
}

.contact-footer-panel {
  padding: 4px 0 12px;
}

.contact-footer-panel__grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
  padding: 0 0 28px;
}

.contact-footer-panel__brand img {
  width: min(190px, 100%);
  height: auto;
  mix-blend-mode: multiply;
}

.contact-footer-panel__column {
  display: grid;
  gap: 10px;
}

.contact-footer-panel__column h3 {
  margin: 0;
  color: #2f2924;
  font-size: 1rem;
  font-weight: 700;
}

.contact-footer-panel__column p,
.contact-footer-panel__column a {
  margin: 0;
  color: #5f5143;
  line-height: 1.72;
}

.contact-footer-panel__column a:hover,
.contact-footer-panel__column a:focus-visible {
  color: #b98f45;
}

@media (max-width: 1180px) {
  .contact-hero__shell {
    grid-template-columns: 1fr;
  }

  .contact-hero__copy {
    padding: 148px 30px 28px;
  }

  .contact-hero__media {
    min-height: 430px;
  }

  .contact-hero__shell::before {
    display: none;
  }

  .contact-hero__media img {
    min-height: 430px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-arrival__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-arrival__item:nth-child(3) {
    border-left: 0;
  }

  .contact-arrival__item:nth-child(n + 3) {
    border-top: 1px solid rgba(184, 149, 99, 0.14);
  }

  .contact-footer-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .contact-hero__copy {
    padding-top: 126px;
    padding-inline: 20px;
  }

  .contact-cta__inner {
    flex-direction: column;
    text-align: center;
  }

  .contact-footer-panel__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .contact-hero__copy h1 {
    font-size: clamp(2.3rem, 9.2vw, 3rem);
  }

  .contact-hero__script {
    font-size: clamp(1.7rem, 7.8vw, 2.15rem);
    white-space: normal;
  }

  .contact-hero__copy p:last-child {
    max-width: none;
    font-size: 1rem;
    line-height: 1.68;
  }

  .contact-card--form,
  .contact-card--details {
    padding: 22px 18px 20px;
  }

  .contact-form__consent {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
  }

  .contact-side__header {
    align-items: flex-start;
  }

  .contact-side__info {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .contact-side__info img {
    justify-self: end;
    align-self: center;
  }

  .contact-arrival__grid {
    grid-template-columns: 1fr;
  }

  .contact-arrival__item + .contact-arrival__item {
    border-left: 0;
    border-top: 1px solid rgba(184, 149, 99, 0.14);
  }

  .contact-arrival__item:nth-child(3) {
    border-top: 1px solid rgba(184, 149, 99, 0.14);
  }
}

@media (max-width: 480px) {
  .contact-shell {
    width: min(calc(100% - 20px), 1320px);
  }

  .contact-hero__copy h1 {
    font-size: 2.2rem;
  }

  .contact-hero__script {
    font-size: 1.6rem;
    white-space: normal;
  }

  .contact-hero__copy p:last-child {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .contact-cta__inner a {
    width: 100%;
    min-width: 0;
  }

  .contact-cta__actions {
    width: 100%;
  }
}
