/* ============================================================
   Hearth Hospitality Group — static site, brand v2.1
   Type:   PP Editorial New Ultralight (headlines) + Santa Ana (body)
   Colors: Slate 313E48 · Sage BAC3B9 · Ivory EDE3D1 · Brown 88674F · Rust 6D3528
   Layout: full-bleed alternating slate/ivory bands, sticky nav ribbon
   ============================================================ */

@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-Ultralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Editorial New";
  src: url("../fonts/PPEditorialNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Santa Ana";
  src: url("../fonts/SantaAna-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Santa Ana";
  src: url("../fonts/SantaAna-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Santa Ana";
  src: url("../fonts/SantaAna-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --ivory:  #EDE3D1;
  --slate:  #313E48;
  --slate-deep: #29343d;
  --sage:   #BAC3B9;
  --brown:  #88674F;
  --rust:   #6D3528;
  --max:    1240px;
  --serif:  "PP Editorial New", Georgia, serif;
  --sans:   "Santa Ana", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

/* the hidden attribute must always win, even over display rules below */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--slate);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 200;
  line-height: 1.08;
  margin: 0 0 1.4rem;
  color: inherit;
}

h1 { font-size: clamp(2.6rem, 5.5vw, 4rem); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }

p { margin: 0 0 1.25rem; }

a { color: inherit; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 3px;
}

/* ---------- skip link ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--slate);
  color: var(--ivory);
  padding: .6rem 1.2rem;
  z-index: 200;
}
.skip-link:focus { left: 0; }

/* ---------- header + sticky nav ribbon ---------- */
.site-header {
  background: var(--ivory);
  padding: 2rem 1rem 1.4rem;
  text-align: center;
}

.site-header .logo img {
  width: min(250px, 60vw);
  margin: 0 auto;
}

.nav-bar {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--ivory);
  border-top: 1px solid rgba(49, 62, 72, .14);
  border-bottom: 1px solid rgba(49, 62, 72, .18);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.2rem);
  padding: 0 clamp(1rem, 3vw, 2.5rem);
  min-height: 58px;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--slate);
  font-family: var(--sans);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .5rem 1.1rem;
  cursor: pointer;
  color: var(--slate);
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: clamp(.9rem, 2.2vw, 2.2rem);
  flex-wrap: wrap;
}

.site-nav li { position: relative; }

.site-nav a {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible { border-bottom-color: var(--rust); }

.site-nav a[aria-current="page"] { border-bottom-color: var(--slate); }

/* dropdowns */
.site-nav .dropdown > ul,
.book-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ivory);
  border: 1px solid rgba(49, 62, 72, .22);
  min-width: 240px;
  padding: .6rem 0;
  flex-direction: column;
  gap: 0;
  z-index: 95;
  list-style: none;
  margin: 0;
}

.site-nav .dropdown:hover > ul,
.site-nav .dropdown:focus-within > ul { display: flex; }

.site-nav .dropdown > ul a,
.book-menu a {
  display: block;
  padding: .55rem 1.3rem;
  letter-spacing: .12em;
  font-size: .78rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 500;
  border-bottom: none;
  text-align: left;
  white-space: nowrap;
}

.site-nav .dropdown > ul a:hover,
.site-nav .dropdown > ul a:focus-visible,
.book-menu a:hover,
.book-menu a:focus-visible { background: rgba(186, 195, 185, .35); }

/* book-now — inline, immediately after the menu links */
.book-now {
  position: relative;
}

.book-now .btn { padding: .55rem 1.4rem; }

.book-now.open .book-menu,
.book-now:focus-within .book-menu { display: flex; }

.book-menu { left: auto; right: 0; transform: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid currentColor;
  padding: .85rem 2rem;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}

.btn:hover, .btn:focus-visible { background: var(--slate); border-color: var(--slate); color: var(--ivory); }

.btn--solid {
  background: var(--rust);
  border-color: var(--rust);
  color: var(--ivory);
}
.btn--solid:hover, .btn--solid:focus-visible {
  background: var(--slate);
  border-color: var(--slate);
  color: var(--ivory);
}

.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ---------- hero ---------- */
.hero { position: relative; }

.hero img {
  width: 100%;
  height: min(92vh, 900px);
  object-fit: cover;
}

.hero--overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(41, 52, 61, .38) 0%, rgba(41, 52, 61, .18) 35%, rgba(41, 52, 61, .62) 100%);
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  color: var(--ivory);
}

.hero__kicker {
  font-weight: 500;
  letter-spacing: .34em;
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: 1.6rem;
  opacity: .92;
}

.hero__content h1 {
  font-size: clamp(3.4rem, 9vw, 6.4rem);
  max-width: 16ch;
  margin-bottom: 1.6rem;
  text-shadow: 0 2px 30px rgba(41, 52, 61, .35);
}

.hero__content h1 em {
  font-style: italic;
  font-weight: 200;
}

.hero__rule {
  width: 64px;
  border: 0;
  border-top: 1px solid rgba(237, 227, 209, .7);
  margin: 0 0 1.6rem;
}

.hero__content p {
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .85rem;
  margin-bottom: 2.6rem;
  opacity: .92;
}

.btn--ghost {
  border-color: var(--ivory);
  color: var(--ivory);
}
.btn--ghost:hover, .btn--ghost:focus-visible {
  background: var(--ivory);
  border-color: var(--ivory);
  color: var(--slate);
}

/* ---------- bands & layout ---------- */
.section { padding: clamp(4rem, 9vw, 7rem) 1.5rem; }

.section--dark { background: var(--slate); color: var(--ivory); }

.section--dark .kicker { color: var(--sage); }

.section__inner { max-width: var(--max); margin: 0 auto; }

.narrow {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.narrow--wide { max-width: 900px; }

.kicker {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 1rem;
}

/* ---------- full-bleed feature (image half / text half) ---------- */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(80vh, 780px);
}

.feature__media { position: relative; overflow: hidden; }

.feature__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(2rem, 6vw, 5.5rem);
  background: var(--ivory);
  color: var(--slate);
}

.feature__text > * { max-width: 54ch; }

.feature--dark .feature__text {
  background: var(--slate);
  color: var(--ivory);
}

.feature--dark .kicker { color: var(--sage); }

.feature--reverse .feature__media { order: 2; }
.feature--reverse .feature__text { order: 1; }

.feature__specs {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 1.4rem;
}

.feature--dark .feature__specs { color: var(--sage); }

/* nested sub-property (Lotus Suite) */
.subproperty {
  margin-top: 2.4rem;
  padding: 1.8rem 1.8rem 2rem;
  border: 1px solid rgba(49, 62, 72, .3);
  width: 100%;
}

.feature--dark .subproperty { border-color: rgba(237, 227, 209, .35); }

.subproperty h3 { margin-bottom: .4rem; }

.subproperty .btn-row { margin-top: 1.2rem; }

/* press logos */
.press-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  max-width: var(--max);
  margin: 3rem auto 0;
}

.press-grid img {
  max-height: 74px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .8;
}

/* about: team photo */
.team-photo {
  max-width: var(--max);
  margin: 3.5rem auto 0;
  text-align: center;
}

.team-photo img { width: 100%; }

.team-photo .placeholder { aspect-ratio: 4 / 3; }

.team-photo figcaption {
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin-top: 1rem;
  color: var(--brown);
}

/* about gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: var(--max);
  margin: 3.5rem auto 0;
}

.gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* invest pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.2rem;
  max-width: var(--max);
  margin: 3rem auto 0;
}

.pillar {
  background: var(--slate);
  color: var(--ivory);
  text-align: center;
  padding: 3rem 1.2rem;
  font-family: var(--serif);
  font-weight: 200;
  font-size: 1.15rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section--dark .pillar {
  background: transparent;
  border: 1px solid rgba(237, 227, 209, .35);
}

/* event-type cards */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.6rem;
  max-width: var(--max);
  margin: 3rem auto 0;
}

.card {
  border: 1px solid rgba(49, 62, 72, .3);
  padding: 2.4rem 2.1rem;
  text-align: left;
}

.section--dark .card { border-color: rgba(237, 227, 209, .35); }

.card h3 { margin-bottom: .4rem; }

.card__kicker {
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 1.1rem;
}

.section--dark .card__kicker { color: var(--sage); }

.card__facts {
  font-size: .88rem;
  letter-spacing: .04em;
  margin-bottom: 0;
  border-top: 1px solid rgba(49, 62, 72, .2);
  padding-top: 1rem;
  color: var(--brown);
}

.section--dark .card__facts {
  border-top-color: rgba(237, 227, 209, .25);
  color: var(--sage);
}

/* restaurant reservation embeds */
.reserve-embed {
  margin-top: 1.8rem;
  width: 100%;
  max-width: 320px;
  min-height: 300px;
}

/* pricing */
.price-row {
  display: flex;
  justify-content: center;
  gap: clamp(2.5rem, 7vw, 6rem);
  margin: 2.2rem 0;
}

.price__amount {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}

.price__unit {
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-left: .5rem;
  color: var(--sage);
}

/* numbered steps */
.steps {
  text-align: left;
  max-width: 580px;
  margin: 0 auto 1.6rem;
  padding-left: 1.4rem;
}

.steps li { margin-bottom: 1rem; }

/* ---------- Drawing Room (private events) ---------- */
.chapter {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 2.4rem;
  text-align: center;
}

.section--dark .chapter { color: var(--sage); }

.facts-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.6rem;
  max-width: 980px;
  margin: 2.4rem auto 0;
  text-align: center;
}

.fact h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: .5rem;
}

.section--dark .fact h3 { color: var(--sage); }

.fact p { margin-bottom: 0; font-size: .98rem; line-height: 1.5; }

.fact .fact__big {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2;
}

/* gallery: featured image + labeled thumbs */
.gallery-viewer { max-width: var(--max); margin: 0 auto; }

.gallery-viewer__stage {
  position: relative;
  height: 0;
  padding-bottom: 62.5%; /* 16:10 - works in all browsers */
  overflow: hidden;
  background: var(--slate);
}

.gallery-viewer__stage img,
.gallery-viewer__stage .placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-viewer__counter {
  position: absolute;
  bottom: 1rem;
  right: 1.2rem;
  color: var(--ivory);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .22em;
  background: rgba(41, 52, 61, .55);
  padding: .3rem .8rem;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.gallery-thumbs button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
  font-family: var(--sans);
}

.gallery-thumbs .thumb-box {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 66.67%; /* 3:2 - works in all browsers */
  overflow: hidden;
  background: var(--slate);
  border: 2px solid transparent;
}

.gallery-thumbs button[aria-current="true"] .thumb-box { border-color: var(--rust); }

.gallery-thumbs img,
.gallery-thumbs .placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumbs .thumb-label {
  display: block;
  font-weight: 500;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-top: .55rem;
  color: var(--slate);
}

/* photo placeholder until final assets arrive */
.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--slate);
  color: rgba(237, 227, 209, .55);
  font-family: var(--sans);
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  min-height: 100%;
}

/* numbered event scenes */
.scene {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto clamp(3.5rem, 7vw, 5.5rem);
}

.scene:last-child { margin-bottom: 0; }

.scene--reverse .scene__media { order: 2; }
.scene--reverse .scene__body { order: 1; }

.scene__media {
  position: relative;
  height: 0;
  padding-bottom: 75%; /* 4:3 - works in all browsers */
  overflow: hidden;
}

.scene__media img,
.scene__media .placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene__num {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: var(--brown);
  line-height: 1;
  margin-bottom: .6rem;
}

.section--dark .scene__num { color: var(--sage); }

.scene__kicker {
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: .9rem;
}

.section--dark .scene__kicker { color: var(--sage); }

.scene__tag {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 200;
  font-size: 1.25rem;
  margin-bottom: 1.1rem;
}

.scene__facts {
  font-size: .88rem;
  letter-spacing: .04em;
  border-top: 1px solid rgba(49, 62, 72, .2);
  padding-top: 1rem;
  margin-bottom: 0;
  color: var(--brown);
}

.section--dark .scene__facts {
  border-top-color: rgba(237, 227, 209, .25);
  color: var(--sage);
}

/* site plan */
.siteplan {
  max-width: 900px;
  margin: 3rem auto 0;
  text-align: center;
}

.siteplan .placeholder,
.siteplan img { width: 100%; aspect-ratio: 16 / 10; }

.siteplan figcaption {
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin-top: 1rem;
  color: var(--brown);
}

/* airtable inquiry embed */
.airtable-embed {
  width: 100%;
  max-width: 760px;
  height: 1080px;
  border: 1px solid rgba(49, 62, 72, .25);
  background: transparent;
  margin: 2.5rem auto 0;
  display: block;
}

/* ---------- forms ---------- */
.form {
  max-width: 580px;
  margin: 2.4rem auto 0;
  text-align: left;
}

.form label {
  display: block;
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 1.2rem 0 .4rem;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: .8rem 1rem;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--slate);
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(49, 62, 72, .4);
}

.section--dark .form input,
.section--dark .form select,
.section--dark .form textarea {
  background: rgba(237, 227, 209, .1);
  border-color: rgba(237, 227, 209, .45);
  color: var(--ivory);
}

.section--dark .form ::placeholder { color: rgba(237, 227, 209, .6); }

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

.form .btn { margin-top: 1.6rem; }

/* contact page property list */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: var(--max);
  margin: 3rem auto 0;
}

.contact-card {
  border: 1px solid rgba(49, 62, 72, .3);
  padding: 2.2rem 1.6rem;
  text-align: center;
}

.contact-card h3 { font-size: 1.35rem; }

.contact-card p { margin-bottom: .45rem; font-size: .95rem; }

.contact-card a { text-decoration: none; border-bottom: 1px solid var(--brown); }

/* ---------- footer ---------- */
.site-footer {
  background: var(--slate-deep);
  color: var(--ivory);
  padding: clamp(3.5rem, 7vw, 5rem) 1.5rem 2rem;
  font-size: .92rem;
}

.site-footer a { color: var(--ivory); text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { text-decoration: underline; }

.footer-newsletter {
  max-width: var(--max);
  margin: 0 auto 3.2rem;
  text-align: center;
  border-bottom: 1px solid rgba(237, 227, 209, .22);
  padding-bottom: 3rem;
}

.footer-newsletter h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  margin-bottom: .5rem;
}

.footer-newsletter p { margin-bottom: 1.6rem; opacity: .85; }

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  width: min(360px, 100%);
  padding: .85rem 1.1rem;
  font-family: var(--sans);
  font-size: 1rem;
  border: 1px solid rgba(237, 227, 209, .5);
  background: rgba(237, 227, 209, .1);
  color: var(--ivory);
}

.newsletter-form input::placeholder { color: rgba(237, 227, 209, .6); }

/* ---------- Flodesk newsletter form ----------
   verbatim from the live Simpson House build (proven), form id swapped */
#fd-form-6a56a592c2312b1aed441d08,
#fd-form-6a56a592c2312b1aed441d08 [class*="__container"],
#fd-form-6a56a592c2312b1aed441d08 [class*="__form"],
#fd-form-6a56a592c2312b1aed441d08 [class*="__content"],
#fd-form-6a56a592c2312b1aed441d08 [class^="ff-6a56a592c2312b1aed441d08 "] {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#fd-form-6a56a592c2312b1aed441d08 [class*="__title"] {
  font-family: var(--serif) !important;
  font-weight: 200 !important;
  font-size: clamp(1.7rem, 3.4vw, 2.3rem) !important;
  color: var(--ivory) !important;
  letter-spacing: 0 !important;
  margin-bottom: .5rem !important;
}
#fd-form-6a56a592c2312b1aed441d08 [class*="__subtitle"] {
  font-family: var(--sans) !important;
  color: var(--ivory) !important;
  opacity: .85 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}
#fd-form-6a56a592c2312b1aed441d08 input {
  font-family: var(--sans) !important;
  font-size: 1rem !important;
  border: 1px solid rgba(237, 227, 209, .5) !important;
  background: rgba(237, 227, 209, .1) !important;
  color: var(--ivory) !important;
  border-radius: 0 !important;
  padding: .85rem 1.1rem !important;
  box-shadow: none !important;
}
#fd-form-6a56a592c2312b1aed441d08 input::placeholder { color: rgba(237, 227, 209, .6) !important; }
#fd-form-6a56a592c2312b1aed441d08 [class*="__label"] {
  color: rgba(237, 227, 209, .7) !important;
  font-family: var(--sans) !important;
}
#fd-form-6a56a592c2312b1aed441d08 button,
#fd-form-6a56a592c2312b1aed441d08 [class*="__button"] {
  font-family: var(--sans) !important;
  font-weight: 500 !important;
  font-size: .78rem !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  border: 1px solid var(--ivory) !important;
  background: transparent !important;
  color: var(--ivory) !important;
  border-radius: 0 !important;
  padding: .85rem 2rem !important;
  box-shadow: none !important;
}
#fd-form-6a56a592c2312b1aed441d08 button:hover,
#fd-form-6a56a592c2312b1aed441d08 [class*="__button"]:hover {
  background: var(--ivory) !important;
  color: var(--slate) !important;
  border-color: var(--ivory) !important;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}

.footer-brand img { width: 200px; margin-bottom: 1.3rem; }

.footer-col h3 {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .6rem; }

.footer-logos {
  max-width: var(--max);
  margin: 3.2rem auto 0;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(237, 227, 209, .22);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.8rem, 4vw, 3.4rem);
}

.footer-logos img {
  max-height: 52px;
  max-width: 190px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .85;
}

.footer-meta {
  max-width: var(--max);
  margin: 2.2rem auto 0;
  text-align: center;
  font-size: .78rem;
  opacity: .6;
}

/* legal / prose pages */
.prose {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
}

.prose h1 { text-align: center; margin-bottom: .4rem; }

.prose .prose__subtitle {
  text-align: center;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .82rem;
  color: var(--brown);
  margin-bottom: 3rem;
}

.prose h2 { font-size: 1.5rem; margin-top: 2.8rem; }

.prose ul { padding-left: 1.3rem; }
.prose li { margin-bottom: .8rem; }

/* ---------- scroll reveals ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .scene, .scene--reverse { grid-template-columns: 1fr; }
  .scene--reverse .scene__media { order: 0; }
  .scene--reverse .scene__body { order: 0; }
  .scene__media { order: -1; }
  .gallery-thumbs { grid-template-columns: repeat(2, 1fr); }
  .feature, .feature--reverse { grid-template-columns: 1fr; min-height: 0; }
  .feature--reverse .feature__media { order: 1; }
  .feature--reverse .feature__text { order: 2; }
  .feature__media { min-height: 46vh; position: relative; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin-left: auto; margin-right: auto; }
  .gallery { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  /* compact brand banner — the desktop treatment eats a third of the screen */
  .site-header { padding: 1.1rem 1rem .85rem; }
  .site-header .logo img { width: 150px; }

  .nav-toggle { display: inline-block; padding: .55rem 1.15rem; }

  .nav-bar {
    justify-content: space-between;
    padding: .55rem 1rem;
    gap: .8rem;
    min-height: 0;
  }

  .book-now .btn { padding: .55rem 1.2rem; }

  .site-nav {
    display: none;
    width: 100%;
    order: 3;
  }
  .site-nav.open { display: block; }

  .site-nav ul { flex-direction: column; gap: .1rem; padding: .6rem 0 1rem; }
  .site-nav a { padding: .45rem 0; }

  .site-nav .dropdown > ul {
    display: flex;
    position: static;
    transform: none;
    border: none;
    background: transparent;
    padding-left: 1.2rem;
  }

  .hero img { height: 68vh; }

  /* hero type: tighten the tracked-out lines so they don't wrap raggedly */
  .hero__kicker { letter-spacing: .2em; font-size: .66rem; margin-bottom: 1.2rem; }
  .hero__content h1 { margin-bottom: 1.2rem; }
  .hero__rule { margin-bottom: 1.2rem; }
  .hero__content p { letter-spacing: .16em; font-size: .7rem; margin-bottom: 1.8rem; }

  /* stack the hero CTAs instead of squeezing them side by side */
  .hero .btn-row { flex-direction: column; align-items: stretch; width: min(300px, 76vw); gap: .7rem; }
  .hero .btn-row .btn { text-align: center; }

  .airtable-embed { height: 1200px; }
}
