/*
  Client: The Farm 1893, LLC (Rachel & Walt Wlodarsky)
  Industry: Weekend wedding + gathering venue — Berlin Heights, Ohio
  Brand personality: rustic-yet-elegant, family, weekend
  Primary persona: Engaged couple. Fear = a Saturday-only barn and a hotel block.
    Desire = the whole weekend, lodging on the land, photos that look like this place.
  Journey: see the land → read the letters → imagine the bins → tour.
  Primary conversion: Request a tour / package info
  Secondary: Call 567-623-5455
  Metaphor: THE WEEKEND, dressed as an invitation on the land.
    Photography is the product. Copy lives on ivory cards that sit ON the
    photographs — not in empty tan columns beside them.
  Opening: Sunset porch at nearly full viewport. Invitation card overlapping
    the photograph so the first screen is the farm, not a letterbox strip.
  Proof: Six named letters. Schema = 6. Knot + WW 5.0.
  Type: Cormorant Garamond (matches THE FARM 1893 serif). Body: Source Sans 3.
  Palette: ivory #fffcf7 · paper #f3ece0 · ink #241e18 · orchard #3a4634 · rust #9a4e32 · gold #b08a5b
  Non-goals: no Balzer cobalt, no 3 equal cards as identity, no overlay H1 on faces,
    no inventing reviews, no second phone, no 52vh cinema crop of a portrait.
*/

:root {
  --paper: #f3ece0;
  --paper-2: #e8dfd0;
  --ivory: #fffcf7;
  --white: #fffcf7;
  --ink: #241e18;
  --muted: #5c5146;
  --orchard: #3a4634;
  --orchard-2: #4d5d45;
  --rust: #9a4e32;
  --gold: #b08a5b;
  --rule: #d4c9b8;
  --font-d: "Cormorant Garamond", Georgia, serif;
  --font-b: "Source Sans 3", sans-serif;
  --wrap: min(1180px, calc(100% - 2rem));
  --pad: clamp(1.8rem, 5vw, 4.2rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  font-family: var(--font-b);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
  background: #1a1714;
}
main { flex: 1; background: var(--paper); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 90;
  background: var(--orchard); color: #fff; padding: 0.5rem 0.85rem; text-decoration: none;
}
.skip-link:focus { top: 0.55rem; }

/* ——— Header ——— */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: #fff;
  padding-block: 0;
  border-bottom: 1px solid var(--rule);
}
.site-header.is-stuck { box-shadow: 0 10px 28px rgba(36,30,24,0.08); }
.site-header__inner {
  display: flex; align-items: stretch; justify-content: space-between; gap: 1rem;
}
.logo { display: flex; align-items: center; text-decoration: none; padding-block: 0.4rem; flex: 0 0 auto; }
.logo img { width: min(148px, 46vw); height: auto; }
@media (max-width: 979px) {
  .logo { padding-block: 0.28rem; }
  .logo img { width: min(118px, 40vw); }
}
.nav-desktop {
  display: none; list-style: none; margin: 0; padding: 0;
  align-items: stretch; align-self: stretch;
}
.nav-desktop > li { position: relative; display: flex; align-items: center; }
.nav-desktop > li > a {
  display: flex; align-items: center; align-self: stretch;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; text-decoration: none;
  color: var(--ink); padding: 0.5rem 0.62rem;
}
.nav-desktop > li > a:hover,
.nav-desktop > li > a[aria-current="page"] { color: var(--rust); }
.nav-cta {
  background: var(--orchard) !important;
  color: #fff !important;
  margin-left: 0.35rem;
  padding: 0.55rem 0.95rem !important;
  align-self: center !important;
  text-transform: uppercase;
}
.nav-cta:hover { background: var(--orchard-2) !important; }
.mega {
  display: none;
  position: absolute; top: 100%; left: 0;
  min-width: 220px;
  background: #fff;
  padding: 0.7rem 0.9rem;
  z-index: 50;
  box-shadow: 0 18px 40px rgba(36,30,24,0.12);
}
.mega::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 12px; }
.nav-desktop > li:hover > .mega,
.nav-desktop > li:focus-within > .mega { display: grid; }
.mega a { display: block; text-decoration: none; padding: 0.35rem 0; font-size: 0.92rem; }
.mega a:hover { color: var(--rust); }
@media (min-width: 980px) {
  .nav-desktop { display: flex; }
  .nav-toggle { display: none !important; }
  .nav-mobile { display: none !important; }
  .nav-desktop > li:nth-child(n+3) .mega { left: auto; right: 0; }
}
.nav-toggle {
  width: 2.6rem; height: 2.4rem; background: transparent; border: 0; cursor: pointer;
  display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0.4rem;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); width: 100%; }
.nav-mobile {
  display: none; flex-direction: column; background: var(--ivory);
  padding: 0.5rem 1.1rem 1.1rem; border-top: 1px solid var(--rule);
}
.nav-mobile.is-open { display: flex; }
.nav-mobile a, .nav-mobile button {
  display: block; width: 100%; text-align: left; background: none; border: 0;
  color: var(--ink); text-decoration: none; font: inherit; font-size: 1rem;
  padding: 0.65rem 0; border-bottom: 1px solid var(--rule); cursor: pointer;
}
.nav-mobile .sub { display: none; padding: 0.2rem 0 0.5rem 0.8rem; }
.nav-mobile .sub.is-open { display: block; }
.nav-mobile .sub a { border: 0; padding: 0.35rem 0; color: var(--muted); }

/* ——— Buttons ——— */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 650; font-size: 0.88rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.85rem 1.2rem; border: 1.5px solid transparent; cursor: pointer; line-height: 1.2;
}
a.btn, .prose a.btn { text-decoration: none; }
.btn--orchard { background: var(--orchard); color: #fff !important; }
.btn--orchard:hover { background: var(--orchard-2); }
.btn--ghost { border-color: var(--ink); color: var(--ink) !important; background: transparent; }
.btn--ghost:hover { background: var(--ink); color: #fff !important; }
.btn--white { background: #fff; color: var(--orchard) !important; }
.actions, .form-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }
.form-actions { align-self: start; }
@media (max-width: 979px) {
  .hero .actions .btn, .mast .actions .btn, .form-actions .btn { flex: 1 1 100%; }
  .form-actions { flex-direction: column; }
}

/* ——— Type ——— */
.kicker, .meta {
  margin: 0 0 0.7rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--rust);
  position: relative;
  padding-bottom: 0.55rem;
}
.meta::after {
  content: "";
  display: block;
  width: 2.4rem; height: 1px;
  background: var(--gold);
  margin-top: 0.5rem;
}
.hero h1, .mast h1, h2 {
  font-family: var(--font-d);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  color: var(--ink);
}
.lede { margin: 0.85rem 0 0; max-width: 40rem; font-size: 1.08rem; color: #3d342c; }
.quiet { color: var(--rust); font-weight: 700; text-decoration: none; margin-top: 1rem; display: inline-block; }
.quiet:hover { text-decoration: underline; }

/* ——— Homepage hero: the photograph IS the first screen ——— */
.hero {
  position: relative;
  background: #1a1714;
}
.hero__photo { margin: 0; }
.hero__photo img {
  width: 100%;
  height: 78vh;
  object-fit: cover;
  object-position: 48% 42%;
}
.hero--sunset .hero__photo img { object-position: 46% 40%; }
.hero__invite {
  position: relative;
  margin: -3.4rem 1rem 0;
  background: var(--ivory);
  padding: 1.45rem 1.3rem 1.5rem;
  box-shadow: 0 22px 50px rgba(36,30,24,0.18);
  outline: 1px solid rgba(176,138,91,0.35);
  outline-offset: -8px;
  z-index: 2;
}
.hero__invite h1 { font-size: clamp(2.05rem, 6vw, 3.15rem); max-width: 14ch; }
.hero__invite .proof-row { gap: 0.7rem; }
.hero__invite .proof-row span { font-size: 0.8rem; line-height: 1.35; }
@media (min-width: 980px) {
  .hero { min-height: calc(100svh - 5rem); }
  .hero__photo img {
    height: calc(100svh - 5rem);
    object-position: 42% 38%;
  }
  .hero--sunset .hero__photo img { object-position: 38% 34%; }
  .hero__invite {
    position: absolute;
    left: auto;
    right: clamp(1.4rem, 4.5vw, 4.2rem);
    bottom: clamp(1.4rem, 4vh, 2.8rem);
    top: auto;
    margin: 0;
    width: min(26.5rem, 36%);
    padding: 1.45rem 1.4rem 1.3rem;
  }
  .hero--page .hero__photo img { height: min(78vh, 720px); }
  .hero--page { min-height: 0; }
  .hero--page .hero__invite { bottom: 8%; }
}
@media (max-width: 979px) {
  /* Photo then invitation — headline + tour button must share the first screen */
  .hero__photo img {
    height: min(40vh, 320px);
    object-position: 46% 28%;
  }
  .hero--sunset .hero__photo img { object-position: 46% 26%; }
  .hero--page .hero__photo img {
    height: min(36vh, 280px);
    object-position: 50% 42%;
  }
  .hero__invite {
    margin: -1.15rem 1.15rem 1.1rem;
    padding: 1.1rem 1.05rem 1.15rem;
  }
  .hero__invite h1 { font-size: clamp(1.65rem, 7.4vw, 1.95rem); }
  .hero__invite .lede { font-size: 0.98rem; margin-top: 0.5rem; }
  .hero__invite .actions { margin-top: 0.8rem; }
  .hero__invite .proof-row { margin-top: 0.7rem; }
  .hero__invite .proof-row img { height: 40px; }
}
@media (max-width: 979px) and (max-height: 740px) {
  .hero__photo img { height: min(32vh, 230px); }
  .hero--page .hero__photo img { height: min(28vh, 200px); }
  .hero__invite .proof-row { display: none; }
  .hero__invite .lede { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
}

/* Compact interior title when there is no photograph */
.mast {
  background: var(--ivory);
  color: var(--ink);
  padding: clamp(1.15rem, 2.4vw, 1.7rem) 0 1rem;
  border-bottom: 1px solid var(--rule);
}
.mast h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--ink); max-width: 18ch; }
.mast .lede { color: #3d342c; }
.page-inquire .mast .actions { display: none; }

/* Legacy cinema (kept if any leftover markup) */
.cinema { margin: 0; background: #1a1714; }
.cinema img {
  width: 100%; height: auto; max-height: 82vh; object-fit: cover; object-position: 50% 45%;
}
.cinema--sunset img { object-position: 46% 40%; max-height: 88vh; }
.act { padding: var(--pad) 0 2.2rem; background: var(--paper); }
.act h1 { font-size: clamp(2.4rem, 6.5vw, 4.4rem); max-width: 16ch; }

.note {
  background: var(--orchard);
  color: #fff;
  font-size: 0.95rem;
  padding: 0.85rem 0;
}
.note a { color: #fff; font-weight: 650; text-underline-offset: 0.16em; }

/* ——— Lookbook mosaic: flush corners, mixed sizes ——— */
.look { padding: 1.35rem 0 0.2rem; }
.look .wrap { width: var(--wrap); }
.mosaic {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.1rem;
}
.mosaic a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #1a1714;
  text-decoration: none;
  color: #fff;
  cursor: zoom-in;
}
.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mosaic a:hover img { transform: scale(1.04); }
.mosaic a span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.6rem 0.85rem 0.75rem;
  background: linear-gradient(transparent, rgba(26,23,20,0.72));
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.mosaic a span b {
  display: block;
  font-family: var(--font-d);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
}
.mosaic .tall { grid-row: span 2; min-height: 280px; }
.mosaic .tall img { object-position: 46% 40%; }
.mosaic a:nth-child(2) img { object-position: 50% 40%; }
.mosaic a:nth-child(3) img { object-position: 50% 45%; }
.mosaic a:nth-child(4) img { object-position: 40% 50%; }
.mosaic a:nth-child(5) img { object-position: 50% 55%; }
@media (max-width: 699px) {
  .mosaic { grid-template-columns: 1fr 1fr; }
  .mosaic .tall { grid-column: 1 / -1; grid-row: auto; min-height: 240px; }
  .mosaic a { min-height: 160px; }
}
@media (min-width: 700px) {
  .mosaic {
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: 240px 240px;
  }
  .mosaic .tall { min-height: 0; }
}
@media (min-width: 1100px) {
  .mosaic { grid-template-rows: 280px 280px; }
}
.look .more { width: var(--wrap); margin: 1rem auto 0; }

/* plates kept as a fallback */
.plates { display: grid; gap: 0; grid-template-columns: 1fr 1fr; }
@media (min-width: 800px) { .plates { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.plate { text-decoration: none; color: inherit; }
.plate img { width: 100%; height: 220px; object-fit: cover; }
.plate span { display: block; padding: 0.55rem 0 0; font-size: 0.88rem; }
.plate b { display: block; font-family: var(--font-d); font-size: 1.25rem; font-weight: 600; }

/* ——— Letters ——— */
.letters { background: var(--paper); padding: var(--pad) 0; }
.letters h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
.letter-feature {
  background: var(--ivory);
  padding: clamp(1.5rem, 4vw, 2.6rem);
  margin-top: 1.4rem;
  outline: 1px solid rgba(176,138,91,0.35);
  outline-offset: -10px;
  box-shadow: 0 16px 40px rgba(36,30,24,0.07);
}
.letter-feature .ribbon {
  display: inline-block;
  margin: 0 0 0.85rem;
  background: var(--orchard);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.38rem 0.7rem;
}
.letter-feature blockquote {
  margin: 0;
  font-family: var(--font-d);
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.28;
  color: var(--ink);
}
.letter-feature cite {
  display: block;
  margin-top: 1rem;
  font-style: italic;
  font-family: var(--font-d);
  font-size: 1.2rem;
  color: var(--ink);
}
.letter-board {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 800px) {
  .letter-board { grid-template-columns: 1fr 1fr; gap: 1rem; }
}
.letter-card {
  background: var(--ivory);
  padding: 1.25rem 1.2rem 1.15rem;
  border-top: 3px solid var(--rust);
}
.letter-card:nth-child(3n) { border-top-color: var(--orchard); }
.letter-card:nth-child(3n+2) { border-top-color: var(--gold); }
.letter-card .tag {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rust);
}
.letter-card:nth-child(3n) .tag { color: var(--orchard); }
.letter-card:nth-child(3n+2) .tag { color: #8a6a3e; }
.letter-card blockquote {
  margin: 0;
  font-family: var(--font-b);
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.5;
  color: #2c261f;
}
.letter-card cite {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--font-d);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
}
/* old class still used as a hook */
.letter-grid { display: contents; }

/* ——— Spreads: photo full-bleed, invitation card ON the photo ——— */
.spread {
  position: relative;
  background: #1a1714;
}
.spread__photo { margin: 0; }
.spread__photo img {
  width: 100%;
  height: min(72vh, 680px);
  object-fit: cover;
  object-position: 50% 45%;
}
.spread--bins img { object-position: 38% 45%; }
.spread--salon img { object-position: 42% 55%; }
.spread--porch img { object-position: 50% 55%; }
.spread--family img { object-position: 50% 78%; }
.spread__card {
  position: relative;
  z-index: 2;
  width: min(38rem, calc(100% - 2rem));
  margin: -3.6rem auto 1.6rem;
  background: var(--ivory);
  padding: 1.45rem 1.35rem 1.4rem;
  box-shadow: 0 22px 50px rgba(36,30,24,0.2);
  outline: 1px solid rgba(176,138,91,0.32);
  outline-offset: -8px;
}
.spread__card h2 { font-size: clamp(1.55rem, 2.8vw, 2.15rem); }
.spread__card p { margin: 0.65rem 0 0; max-width: 42ch; color: #3d342c; }
@media (min-width: 860px) {
  .spread__photo img { height: min(78vh, 760px); }
  .spread__card {
    position: absolute;
    left: 6%;
    bottom: 7%;
    margin: 0;
    width: min(28rem, 40%);
  }
  .spread--right .spread__card {
    left: auto;
    right: 6%;
  }
}

/* Family: all five faces in frame — copy sits under the photograph, not over a daughter */
.family {
  background: var(--ivory);
}
.family img {
  width: 100%;
  height: min(78vh, 720px);
  object-fit: cover;
  object-position: 50% 38%;
}
.family__copy {
  width: var(--wrap);
  margin: 0 auto;
  padding: 1.35rem 0 1.7rem;
}
.family__copy h2 { font-size: clamp(1.55rem, 2.8vw, 2.15rem); max-width: 18ch; }
.family__copy p { margin: 0.65rem 0 0; max-width: 44ch; color: #3d342c; }
@media (min-width: 860px) {
  .family img { height: min(88vh, 840px); object-position: 50% 34%; }
}

/* ——— Bands / interiors ——— */
.band { padding: var(--pad) 0; background: var(--paper); }
.band--white { background: var(--ivory); }
.band--flush { padding: 0 0 var(--pad); }
.band--orchard { background: var(--orchard); color: #f7f1e6; }
.band--orchard h2 { color: #fff; }
.band--orchard .meta { color: #f0c9b4; }
.band--orchard .meta::after { background: #e2c4b4; }
.band--orchard p, .band--orchard .lede { color: #f7f1e6; }
.band h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }

.prose { max-width: 44rem; }
.prose p { margin: 0 0 1rem; }
.prose a { color: var(--rust); }
.prose ul { margin: 0 0 1rem; padding-left: 1.15rem; }
.split { display: grid; gap: 1.5rem; }
@media (min-width: 800px) { .split { grid-template-columns: 1fr 1fr; gap: 2.2rem; } }
.feat { margin: 0; background: var(--ivory); padding: 1.2rem 1.25rem; }
.feat dt { font-weight: 700; margin-top: 0.7rem; color: var(--ink); }
.feat dt:first-child { margin-top: 0; }
.feat dd { margin: 0.15rem 0 0; color: #3d342c; }

/* ——— Gallery: native aspect, clickable ——— */
.gallery-grid {
  columns: 2;
  column-gap: 0.55rem;
}
@media (min-width: 800px) { .gallery-grid { columns: 3; } }
.gallery-grid a {
  display: block;
  break-inside: avoid;
  margin: 0 0 0.55rem;
  background: #1a1714;
  cursor: zoom-in;
  text-decoration: none;
}
.gallery-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.gallery-grid a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ——— Inquire / contact ——— */
.ask {
  background: var(--ivory);
  padding: var(--pad) 0;
  border-top: 4px solid var(--orchard);
}
.contact-grid { display: grid; gap: 2rem; }
@media (min-width: 880px) { .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; } }
.dial {
  display: inline-block; font-family: var(--font-d); font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 600; text-decoration: none; line-height: 1.1; color: var(--ink);
}
.band--orchard .dial { color: #fff; }
form[data-desk-form] { display: grid; gap: 0.8rem; }
.form-row { display: grid; gap: 0.8rem; }
@media (min-width: 560px) { .form-row { grid-template-columns: 1fr 1fr; } }
label span { display: block; font-size: 0.78rem; font-weight: 650; letter-spacing: 0.04em; margin-bottom: 0.28rem; color: var(--ink); }
.band--orchard label span { color: #f7f1e6; }
input, select, textarea {
  width: 100%; padding: 0.7rem 0.75rem; border: 1px solid #c9bfb0; background: #fff; color: var(--ink);
}
textarea { min-height: 7rem; resize: vertical; }
.honeypot { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-ok { display: none; padding: 1rem; background: var(--paper-2); color: var(--ink); }
.form-ok.is-on { display: block; }
.form-legal { font-size: 0.85rem; color: var(--muted); margin: 0; }
.band--orchard .form-legal { color: #f0e6d8; }
.map iframe { width: 100%; height: 280px; border: 0; }

.faq details { border-bottom: 1px solid var(--rule); padding: 0.85rem 0; }
.faq summary { cursor: pointer; font-weight: 650; }
.vendor-col h3 { font-family: var(--font-d); font-size: 1.4rem; margin: 0 0 0.5rem; }
.vendor-col ul { margin: 0; padding-left: 1.1rem; }

/* ——— Footer ——— */
.site-footer {
  background: #1a1714; color: #d2c6b6; padding: 2.8rem 0 2.2rem; border-top: 4px solid var(--orchard);
}
.foot-grid { display: grid; gap: 1.6rem; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h2 { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: #b5a898; margin: 0 0 0.7rem; font-family: var(--font-b); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 0.35rem; }
.site-footer a { text-decoration: none; color: #f4efe4; }
.site-footer a:hover { color: #fff; }
.site-footer p { color: #d2c6b6; }
.site-footer .logo img { width: 150px; margin-bottom: 0.7rem; background: #fff; padding: 0.35rem; }
.foot-legal {
  width: var(--wrap); margin: 2rem auto 0; padding-top: 1.3rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.82rem; line-height: 1.5; color: #b5a898; max-width: 46rem;
}
.foot-legal p { margin: 0 0 0.65rem; color: #b5a898; }
.foot-legal p:last-child { margin: 0; }
.foot-legal__credit { font-size: 0.95rem; font-weight: 650; color: #f4efe4; }
.foot-legal a { color: #fff; text-decoration: underline; text-underline-offset: 0.16em; }

.sticky-cta {
  display: none; position: sticky; bottom: 0; z-index: 30;
  padding: 0.7rem 1rem; background: #1a1714;
}
.sticky-cta.is-on { display: block; }
.sticky-cta a {
  display: block; text-align: center; background: var(--orchard); color: #fff !important;
  text-decoration: none; font-weight: 650; padding: 0.85rem 1rem; text-transform: uppercase; letter-spacing: 0.04em;
}
@media (min-width: 980px) { .sticky-cta, .sticky-cta.is-on { display: none !important; } }
@media (max-width: 979px) {
  .wrap { width: calc(100% - 2.5rem); }
  main { padding-bottom: 4.8rem; }
  .letter-feature {
    padding: 1.15rem 1rem 1.2rem;
    outline-offset: -8px;
  }
  .letter-feature blockquote { font-size: 1.22rem; }
  .spread__photo img { height: min(46vh, 360px); }
  .spread__card {
    margin: -1.25rem auto 1.35rem;
    width: calc(100% - 2.5rem);
    padding: 1.15rem 1.05rem 1.2rem;
  }
  .family img { height: min(58vh, 480px); object-position: 50% 36%; }
  .family__copy { padding: 1.15rem 0 1.4rem; }
  .mast { padding: 1.05rem 0 0.95rem; }
  .mast h1 { font-size: clamp(1.7rem, 8vw, 2.15rem); }
  .band h2 { margin: 0 0 0.85rem; }
  .contact-grid h2 { margin-bottom: 1rem; }
  form[data-desk-form] { margin-top: 0.15rem; }
  .note { font-size: 0.9rem; padding: 0.8rem 0; }
  .mosaic a span { padding: 1.3rem 0.75rem 0.7rem; }
}
.proof-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.1rem; }
.proof-row img { height: 52px; width: auto; }
.proof-row span { font-size: 0.88rem; color: var(--muted); }

/* ——— Lightbox ——— */
.lb {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(18, 15, 12, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4.2rem 3.4rem 3.2rem;
}
.lb.is-on { display: flex; }
.lb[hidden] { display: none !important; }
.lb__stage {
  max-width: min(1200px, 92vw);
  max-height: 82vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lb__stage img {
  max-width: min(1200px, 92vw);
  max-height: 78vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0,0,0,0.45);
}
.lb__cap {
  margin: 0.7rem 0 0;
  color: #ead9cc;
  font-size: 0.92rem;
  text-align: center;
}
.lb__btn {
  position: absolute;
  background: transparent;
  border: 1px solid rgba(234, 217, 204, 0.35);
  color: #fffcf7;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}
.lb__btn:hover, .lb__btn:focus-visible { background: rgba(255,255,255,0.08); }
.lb__close { top: 0.8rem; right: 0.8rem; font-size: 1.6rem; }
.lb__prev { left: 0.6rem; top: 50%; transform: translateY(-50%); }
.lb__next { right: 0.6rem; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) {
  .lb { padding: 3.6rem 0.6rem 2.4rem; }
  .lb__prev, .lb__next { top: auto; bottom: 0.7rem; transform: none; }
  .lb__prev { left: 0.7rem; }
  .lb__next { right: 0.7rem; }
}

/* Legacy chapter (if any leftover) — no stretched tan columns */
.chapter {
  position: relative;
  background: #1a1714;
}
.chapter__photo { margin: 0; }
.chapter__photo img {
  width: 100%;
  height: min(72vh, 680px);
  object-fit: cover;
}
.chapter__copy {
  position: relative;
  width: min(38rem, calc(100% - 2rem));
  margin: -3.6rem auto 1.6rem;
  background: var(--ivory);
  padding: 1.45rem 1.35rem 1.4rem;
  box-shadow: 0 22px 50px rgba(36,30,24,0.2);
  z-index: 2;
}
@media (min-width: 860px) {
  .chapter__photo img { height: min(78vh, 760px); }
  .chapter__copy {
    position: absolute;
    left: 6%;
    bottom: 7%;
    margin: 0;
    width: min(28rem, 40%);
  }
  .chapter--flip .chapter__copy { left: auto; right: 6%; }
}
