/* Far & Found Films — site.css
   Palette: deep forest, warm cream, shadow green, aged brass.
   Type: Instrument Serif for display, Manrope for everything else. */

:root {
  --forest: #071B12;
  --shadow: #18352A;
  --pine: #0C2419;
  --cream: #EEEBDD;
  --mist: #B5B9AC;
  --brass: #9C8664;
  --ink: #3A4F45;
  --line: rgba(238, 235, 221, 0.35);
  --hair: rgba(156, 134, 100, 0.35);
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --sans: Manrope, system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --max: 1320px;
  --pad: 60px;
  --section: 140px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--forest);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg, video, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brass); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
p { margin: 0; }
h1, h2, h3, blockquote { margin: 0; font-family: var(--serif); font-weight: 400; }

.skip { position: absolute; left: -999px; top: 8px; padding: 10px 16px; background: var(--cream); color: var(--forest); border-radius: 999px; z-index: 100; }
.skip:focus { left: 16px; }

/* ---------- type scale ---------- */
.h1 { font-size: clamp(56px, 9.4vw, 136px); line-height: 0.98; letter-spacing: -0.02em; }
.h1--page { font-size: clamp(48px, 7.8vw, 112px); }
.h1--long { font-size: clamp(44px, 6.6vw, 96px); }
.h2 { font-size: clamp(40px, 4.4vw, 64px); line-height: 1.05; letter-spacing: -0.01em; }
.h2--sm { font-size: clamp(34px, 3.9vw, 56px); }
.h3 { font-size: clamp(26px, 2.2vw, 32px); line-height: 1.15; }
.h3--lg { font-size: clamp(30px, 2.8vw, 40px); line-height: 1.1; }
.lede { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; color: var(--mist); }
.muted { color: var(--mist); }
.small { font-size: 14px; color: var(--mist); }
.eyebrow { font-size: 13px; color: var(--mist); }
.measure { max-width: 560px; }
.measure--sm { max-width: 440px; }
.measure--md { max-width: 640px; }
.measure--lg { max-width: 760px; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; }
.section { padding: var(--section) var(--pad); }
.section--tight { padding-top: 60px; padding-bottom: 40px; }
.section--after-head { padding-top: 40px; }
.section--shadow { background: var(--shadow); }
.section--cream { background: var(--cream); color: var(--forest); }
.section--cream .muted, .section--cream .lede { color: var(--ink); }
.section--cream .h1, .section--cream .h2 { color: var(--forest); }
.stack { display: flex; flex-direction: column; }
.stack > * + * { margin-top: var(--gap, 24px); }
.stack--lg { --gap: 56px; }
.stack--xl { --gap: 64px; }
.stack--sm { --gap: 16px; }
.row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.head-row .lede { font-size: 16px; max-width: 420px; }
.g12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 40px; }
.g12--center { align-items: center; }
.span5 { grid-column: span 5; }
.span4 { grid-column: span 4; }
.off7 { grid-column: 7 / span 6; }
.off6 { grid-column: 6 / span 7; }
.g2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.g2--loose { gap: 48px; }
.g3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.g4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 40px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 30px; border-radius: 999px; font-size: 16px; font-weight: 600; border: 0; transition: transform 120ms ease, background 120ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--cream); color: var(--forest); }
.btn--primary:hover { background: #fff; color: var(--forest); }
.btn--ghost { background: transparent; color: var(--cream); border: 1px solid rgba(238, 235, 221, 0.45); font-weight: 500; }
.btn--ghost:hover { border-color: var(--cream); color: var(--cream); }
.link { align-self: flex-start; font-size: 16px; font-weight: 600; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.section--cream .link { color: var(--shadow); }

/* ---------- header ---------- */
.header { padding: 28px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 27px; letter-spacing: 0.005em; color: var(--cream); }
.wordmark svg { width: 18px; height: 18px; flex-shrink: 0; }
.wordmark--sm { font-size: 22px; }
.wordmark--sm svg { width: 14px; height: 14px; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav a { font-size: 15px; font-weight: 500; color: var(--mist); }
.nav a[aria-current="page"], .nav a:hover { color: var(--cream); }
.nav .nav__cta { padding: 12px 22px; border: 1px solid var(--brass); border-radius: 999px; color: var(--cream); }
.burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--cream); padding: 0; }

.menu { position: fixed; inset: 0; z-index: 60; display: none; flex-direction: column; gap: 24px; padding: 20px 24px 32px; background: var(--forest); }
.menu[data-open="true"] { display: flex; }
.menu__top { display: flex; align-items: center; justify-content: space-between; }
.menu__close { width: 44px; height: 44px; border: 0; background: transparent; color: var(--cream); display: flex; align-items: center; justify-content: center; padding: 0; }
.menu__links { display: flex; flex-direction: column; margin-top: 12px; }
.menu__links a { display: block; padding: 14px 0; font-family: var(--serif); font-size: 44px; line-height: 1.1; color: var(--cream); }
.menu__foot { margin-top: auto; display: flex; flex-direction: column; gap: 14px; }
.menu__foot .btn { width: 100%; }
body[data-menu-open="true"] { overflow: hidden; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 820px; padding: 120px var(--pad) 110px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--forest); }
.hero__glow { position: absolute; top: -140px; right: 6%; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(156, 134, 100, 0.14) 0%, rgba(7, 27, 18, 0) 60%); pointer-events: none; }
.hero__trail { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__trees { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 220px; }
.hero__inner { position: relative; }
.hero__inner > * + * { margin-top: 40px; }
.hero__inner .h1 { max-width: 1000px; }
.hero__play { position: absolute; right: var(--pad); bottom: 44px; display: flex; align-items: center; gap: 14px; }
.hero__play button { width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(238, 235, 221, 0.5); background: rgba(7, 27, 18, 0.6); color: var(--cream); display: flex; align-items: center; justify-content: center; padding: 0; }
.hero.is-playing .hero__trail, .hero.is-playing .hero__trees, .hero.is-playing .hero__glow, .hero.is-playing .hero__play { display: none; }
.hero__video { position: absolute; inset: 0; z-index: 5; background: #000; }
.hero__video iframe { width: 100%; height: 100%; border: 0; }
.hero.is-playing .hero__inner { display: none; }
.hero__still { position: absolute; inset: 0; z-index: 0; object-fit: cover; width: 100%; height: 100%; opacity: 0.6; }
.hero__shade { position: absolute; inset: 0; z-index: 0; background: linear-gradient(to bottom, rgba(7,27,18,0.35) 0%, rgba(7,27,18,0.15) 35%, rgba(7,27,18,0.92) 78%, var(--forest) 100%); pointer-events: none; }
.hero--photo .hero__trees, .hero--photo .hero__glow { display: none; }
.hero--photo .hero__trail { opacity: 0.8; }
.hero.is-playing .hero__still, .hero.is-playing .hero__shade { display: none; }

/* ---------- film facades ---------- */
.film { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--pine); border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.film--wide { aspect-ratio: 16 / 9; }
.film--glow::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 70%, rgba(156, 134, 100, 0.12) 0%, rgba(12, 36, 25, 0) 55%); pointer-events: none; }
.film__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film__play { position: relative; z-index: 2; width: 68px; height: 68px; border-radius: 50%; border: 1px solid rgba(238, 235, 221, 0.55); background: rgba(7, 27, 18, 0.35); color: var(--cream); display: flex; align-items: center; justify-content: center; padding: 0; transition: background 120ms ease, transform 120ms ease; }
.film__play:hover { background: rgba(7, 27, 18, 0.6); transform: scale(1.04); }
.film--wide .film__play { width: 84px; height: 84px; }
.film__label { position: absolute; left: 24px; bottom: 20px; z-index: 2; font-size: 13px; color: var(--mist); }
.film.is-playing .film__play, .film.is-playing .film__label, .film.is-playing .film__poster { display: none; }
.film iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.film.is-empty .film__play { opacity: 0.5; cursor: default; }
.card { display: flex; flex-direction: column; gap: 20px; color: var(--cream); }
.card:hover { color: var(--cream); }
.card__title { font-family: var(--serif); font-size: 32px; line-height: 1.1; }
.card--wide .card__title { font-size: 38px; }
.card__meta { font-size: 15px; color: var(--mist); }
.card__caption { display: flex; flex-direction: column; gap: 6px; }
.card--wide .card__caption { flex-direction: row; justify-content: space-between; align-items: baseline; gap: 24px; }


/* ---------- lists ---------- */
.rule-list > * { padding: 36px 0; border-bottom: 1px solid var(--hair); }
.rule-list > *:first-child { padding-top: 0; }
.rule-list > *:last-child { padding-bottom: 0; border-bottom: 0; }
.rule-list .h3 { margin-bottom: 12px; }
.dash-list { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.dash-list li { display: flex; align-items: baseline; gap: 12px; font-size: 15px; line-height: 1.5; }
.dash-list li::before { content: ""; width: 14px; height: 1px; background: var(--brass); flex-shrink: 0; position: relative; top: -4px; }
.price-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 18px 0; border-top: 1px solid var(--hair); }
.price-list .num { font-family: var(--serif); font-size: 24px; flex-shrink: 0; }

/* ---------- tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tier { display: flex; flex-direction: column; gap: 20px; padding: 0 44px; border-left: 1px solid var(--hair); }
.tier:first-child { padding-left: 0; border-left: 0; }
.tier:last-child { padding-right: 0; }
.tier__marker { align-self: flex-start; padding: 6px 12px; border: 1px solid var(--brass); border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; }
.tier__spacer { height: 30px; }
.tier__price { display: flex; align-items: baseline; gap: 10px; }
.tier__price .num { font-family: var(--serif); font-size: 34px; }
.tier__price .from { font-size: 14px; color: var(--mist); }

/* ---------- venues ---------- */
.venue-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 40px; }
.venue-links a { font-family: var(--serif); font-size: 30px; line-height: 1.2; color: var(--cream); }
.venue-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 60px; }
.venue-card { display: flex; flex-direction: column; gap: 12px; padding: 28px 0; border-top: 1px solid var(--hair); color: var(--cream); }
.venue-card:hover { color: var(--cream); }
.venue-card__top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.venue-card__name { font-family: var(--serif); font-size: 30px; line-height: 1.1; }
.venue-card__town { font-size: 14px; color: var(--mist); }
.venue-card--soon { opacity: 0.75; }
.venue-card p { font-size: 15px; color: var(--mist); }

/* ---------- portrait / about ---------- */
.portrait { width: 100%; aspect-ratio: 4 / 5; background: var(--shadow); border-radius: 4px; padding: 24px; display: flex; align-items: flex-end; overflow: hidden; position: relative; }
.portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.portrait span { position: relative; font-size: 13px; color: var(--mist); }
.about-copy { display: flex; flex-direction: column; gap: 26px; }
.about-copy p { font-size: 18px; color: var(--ink); }

/* ---------- quote ---------- */
.quote { display: flex; flex-direction: column; gap: 32px; align-items: flex-start; max-width: 980px; margin: 0 auto; }
.quote blockquote { font-style: italic; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.22; }
.quote svg { width: 20px; height: 20px; }

/* ---------- forms ---------- */
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 32px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: span 2; }
.field label { font-size: 13px; font-weight: 500; color: var(--mist); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--cream); font-family: var(--sans); font-size: 17px; border-radius: 0; }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M2 5l5 5 5-5' fill='none' stroke='%23B5B9AC' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0 center; padding-right: 24px; }
.field select option { background: var(--pine); color: var(--cream); }
.field textarea { line-height: 1.5; resize: vertical; min-height: 110px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(181, 185, 172, 0.5); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-bottom-color: var(--brass); }
.form__actions { grid-column: span 2; display: flex; align-items: center; gap: 20px; padding-top: 8px; flex-wrap: wrap; }
.form__status { grid-column: span 2; font-size: 15px; color: var(--mist); min-height: 1em; }
.form__status.is-error { color: #E0B4A5; }
.hp { position: absolute; left: -9999px; top: -9999px; }
.contact-copy { display: flex; flex-direction: column; gap: 24px; }
.contact-copy a { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }

/* ---------- journal ---------- */
.post-card { display: flex; flex-direction: column; gap: 16px; color: var(--cream); }
.post-card:hover { color: var(--cream); }
.post-card .film { aspect-ratio: 16 / 9; }
.post-card__tag { font-size: 12px; font-weight: 600; letter-spacing: 0.02em; color: var(--brass); }
.post-card__title { font-family: var(--serif); font-size: 32px; line-height: 1.1; }
.prose { max-width: 720px; }
.prose p { margin: 0 0 1.4em; font-size: 18px; }
.prose h2 { font-size: 40px; margin: 1.6em 0 0.6em; }
.prose h3 { font-size: 30px; margin: 1.4em 0 0.5em; }
.prose ul { list-style: disc; padding-left: 1.2em; margin: 0 0 1.4em; }
.prose a { text-decoration: underline; text-underline-offset: 5px; }

/* ---------- footer ---------- */
.footer { margin-top: auto; padding: 56px var(--pad) 48px; border-top: 1px solid rgba(156, 134, 100, 0.3); }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.footer__brand { display: flex; flex-direction: column; gap: 14px; max-width: 380px; }
.footer__nav { display: flex; gap: 32px; padding-top: 6px; flex-wrap: wrap; }
.footer__nav a { font-size: 14px; font-weight: 500; color: var(--mist); }
.footer__nav a:hover { color: var(--cream); }
.footer__copy { padding-top: 6px; font-size: 13px; color: var(--mist); }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta { display: none; }

/* ---------- landing (Instagram) ---------- */
.landing { max-width: 420px; margin: 0 auto; }
/* ================= mobile ================= */
@media (max-width: 760px) {
  :root { --pad: 24px; --section: 96px; }
  body { font-size: 16px; padding-bottom: 84px; }
  .header { padding: 20px var(--pad); }
  .wordmark { font-size: 23px; }
  .nav { display: none; }
  .burger { display: flex; }
  .hero { min-height: 640px; padding: 96px var(--pad) 84px; }
  .hero__trees { height: 140px; }
  .hero__inner > * + * { margin-top: 24px; }
  .hero__play { position: static; margin-top: 24px; }
  .hero__play span { font-size: 12px; }
  .head-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .g12, .g2, .g3, .g4 { display: flex; flex-direction: column; gap: 32px; }
  .g12 > *, .g2 > *, .g3 > *, .g4 > * { grid-column: auto; width: 100%; }
  .g12--center { align-items: stretch; }
  .row { flex-direction: column; align-items: stretch; gap: 12px; }
  .row .btn { width: 100%; }
  .card--wide .card__caption { flex-direction: column; gap: 4px; }
  .card--wide .card__title { font-size: 30px; }
  .card__title { font-size: 30px; }
  .film--wide { aspect-ratio: 16 / 9; }
          .tiers { display: flex; flex-direction: column; }
  .tier { padding: 36px 0; border-left: 0; border-bottom: 1px solid var(--hair); gap: 14px; }
  .tier:first-child { padding-top: 0; }
  .tier:last-child { border-bottom: 0; padding-bottom: 0; }
  .tier__price .num { font-size: 30px; }
  .venue-links { grid-template-columns: 1fr; gap: 14px; }
  .venue-links a { font-size: 26px; }
  .venue-grid { grid-template-columns: 1fr; column-gap: 0; }
  .venue-card__top { flex-direction: column; gap: 4px; }
  .venue-card__name { font-size: 28px; }
  .about-copy p { font-size: 17px; }
  .form { display: flex; flex-direction: column; gap: 26px; }
  .form__actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .form__actions .btn { width: 100%; }
  .form__actions .small { text-align: center; }
  .footer { padding: 44px var(--pad) 40px; }
  .footer__inner { flex-direction: column; gap: 24px; }
  .footer__nav { gap: 0 28px; }
  .footer__nav a { padding: 12px 0; font-size: 15px; }
  .quote blockquote { font-size: 30px; }
  .post-card__title { font-size: 28px; }
  .prose p { font-size: 17px; }
  .prose h2 { font-size: 32px; }
  .sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; gap: 12px; padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px)); background: rgba(7, 27, 18, 0.92); border-top: 1px solid rgba(156, 134, 100, 0.3); backdrop-filter: blur(8px); }
  .sticky-cta .btn { flex-grow: 1; }
  .sticky-cta__call { width: 52px; height: 52px; flex-shrink: 0; border: 1px solid rgba(238, 235, 221, 0.45); border-radius: 50%; color: var(--cream); display: flex; align-items: center; justify-content: center; }
  body.no-sticky { padding-bottom: 0; }
  body.no-sticky .sticky-cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .film__play { transition: none; }
}

/* Responsive refinement: preserve the full widescreen frame at every size. */
body[data-menu-open="true"] { overflow: hidden; }
.film { aspect-ratio: 16 / 9; background: #020705; }
.film__poster { object-fit: contain; }
.film__play { background: rgba(7,27,18,.72); }
.card__external { font-size: 13px; color: var(--mist); text-decoration: underline; text-underline-offset: 4px; min-height: 44px; display: inline-flex; align-items: center; align-self: flex-start; gap: 5px; }
.card--wide .card__caption { flex-wrap: wrap; }
.about-intro { display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: 32px 0; }
.section--cream .about-intro .eyebrow, .section--cream .about-intro .small { color: var(--ink); }
button:disabled { opacity: .65; cursor: not-allowed; transform: none; }
.menu { overflow-y: auto; overscroll-behavior: contain; padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
.menu__links a { display: block; min-height: 48px; }
.btn { text-align: center; }
.g12 > *, .g2 > *, .g3 > *, .head-row > *, .tier { min-width: 0; }
@media (min-width: 761px) and (max-width: 1100px) {
  :root { --pad: 32px; --section: 96px; }
  .tier { padding: 0 22px; }
  .footer__inner { flex-wrap: wrap; }
}
@media (max-width: 1000px) {
  .nav { display: none; }
  .burger { display: flex; flex-shrink: 0; }
}
@media (max-width: 760px) {
  :root { --pad: 20px; --section: 64px; }
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  .header { padding: 14px var(--pad); gap: 12px; }
  .wordmark { font-size: 23px; gap: 9px; white-space: nowrap; }
  .hero { min-height: 0; padding: 62px var(--pad) 68px; }
  .hero .h1 { font-size: clamp(52px, 12vw, 82px); max-width: 620px; }
  .hero__inner .lede { max-width: 480px; font-size: 17px; }
  .hero__trail { opacity: .35; }
  .hero__still { object-position: 50% 40%; }
  .h1--page { font-size: clamp(48px, 11vw, 76px); }
  .h2 { font-size: clamp(37px, 9.5vw, 54px); }
  .section[style] { padding-top: 64px !important; padding-bottom: 64px !important; }
  .section--tight { padding-top: 36px; padding-bottom: 20px; }
  .section--after-head { padding-top: 24px; }
  .stack--lg, .stack--xl { --gap: 32px; }
  .g2--loose { gap: 36px; }
  .film, .film--wide { aspect-ratio: 16 / 9; }
  .film__play, .film--wide .film__play { width: 60px; height: 60px; }
  .card { gap: 14px; }
  .card__title, .card--wide .card__title { font-size: 29px; }
  .card__meta { font-size: 14px; }
  .card__external { margin-top: 0; }
  .about-intro { padding: 0; gap: 18px; }
  .form input, .form select, .form textarea { font-size: 16px; min-height: 48px; }
  .field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--brass); outline-offset: 4px; }
  .sticky-cta { padding-top: 10px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); }
  body[data-page="contact"] .sticky-cta, body[data-menu-open="true"] .sticky-cta { display: none; }
  body[data-page="contact"] { padding-bottom: 0; }
  .tier__spacer { display: none; }
  .footer__brand { max-width: 100%; }
}
@media (max-width: 359px) {
  .wordmark { font-size: 20px; }
  .hero .h1 { font-size: 48px; }
  .btn { padding-left: 20px; padding-right: 20px; }
  .landing .h1 { font-size: 44px !important; }
}

/* Far & Found: wedding-first editorial layout. */
.btn { gap: 12px; }
.eyebrow { letter-spacing: .13em; font-size: 11px; font-weight: 600; }
.hero--wedding { min-height: 680px; padding: 90px var(--pad) 76px; }
.hero--wedding .hero__still { opacity: 1; object-position: 65% 48%; }
.hero--wedding .hero__shade { background: linear-gradient(90deg,rgba(7,27,18,.91),rgba(7,27,18,.52) 55%,rgba(7,27,18,.12)),linear-gradient(0deg,rgba(7,27,18,.5),transparent 60%); }
.hero--wedding .h1 { font-size: clamp(56px,7.2vw,104px); max-width: 870px; line-height: 1.02; }
.hero--wedding .lede { color: var(--cream); max-width: 480px; }
.hero--wedding .hero__inner > * + * { margin-top: 28px; }
.hero--wedding .hero__note { color: var(--cream); font-size: 12px; }
.hero--wedding .eyebrow { color: var(--cream); }
.trust-strip { padding: 24px var(--pad); border-bottom: 1px solid var(--hair); }
.trust-strip .wrap { display: flex; justify-content: space-between; gap: 20px; color: var(--mist); font-size: 13px; }
.film-follow { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.film-follow .link { align-self: center; }
.filmmaker { display: grid; grid-template-columns: 1fr 1.3fr; gap: 100px; max-width: 1120px; }
.filmmaker .h2 { margin-top: 24px; }
.step-number { display: block; font-size: 12px; letter-spacing: .12em; color: var(--ink); margin-bottom: 14px; }
.section--cream .eyebrow { color: var(--ink); }
.tier__cta { margin-top: auto; padding-top: 20px; }
.tiers { gap: 24px; }
.tier, .tier:first-child, .tier:last-child { border: 1px solid var(--hair); padding: 28px; border-radius: 8px; }
.tier--featured { background: var(--forest); border-color: var(--brass); }
.tier__marker { font-size: 11px; }
.faq-list details { border-bottom: 1px solid var(--hair); padding: 24px 0; }
.faq-list details:first-child { padding-top: 0; }
.faq-list summary { cursor: pointer; font-family: var(--serif); font-size: 28px; line-height: 1.2; padding: 6px 0; }
.faq-list p { padding-top: 18px; color: var(--mist); }
.form .field label { color: var(--cream); font-size: 14px; }
.form .field label span { color: var(--mist); }
.form .field input, .form .field textarea { background: rgba(255,255,255,.035); padding: 14px 12px; border: 1px solid var(--line); border-radius: 4px; }
.form input::placeholder, .form textarea::placeholder { color: #a6ad9f; }
.form .small { font-size: 12px; }
.footer__brand a[href^="mailto"] { overflow-wrap: anywhere; }
@media (max-width: 1100px) {
 .tiers { gap: 14px; }
 .tier, .tier:first-child, .tier:last-child { padding: 22px; }
 .filmmaker { gap: 48px; }
}
@media (max-width: 760px) {
 .hero--wedding { min-height: 0; padding: 58px var(--pad) 50px; }
 .hero--wedding .h1 { font-size: clamp(48px,11.8vw,72px); max-width: 550px; }
 .hero--wedding .hero__still { object-position: 58% center; }
 .hero--wedding .hero__shade { background: linear-gradient(90deg,rgba(7,27,18,.85),rgba(7,27,18,.4)),linear-gradient(0deg,rgba(7,27,18,.65),transparent); }
 .hero--wedding .eyebrow { font-size: 10px; letter-spacing: .09em; }
 .hero--wedding .hero__inner > * + * { margin-top: 24px; }
 .trust-strip { padding: 22px var(--pad); }
 .trust-strip .wrap { flex-direction: column; gap: 8px; font-size: 12px; }
 .trust-strip .wrap span:first-child { color: var(--cream); }
 .film-follow { flex-direction: column; align-items: stretch; }
 .film-follow .link { align-self: flex-start; }
 .film-follow .btn { font-size: 14px; }
 .filmmaker { grid-template-columns: 1fr; gap: 24px; }
 .filmmaker .h2 { margin-top: 16px; }
 .tiers { gap: 20px; }
 .tier, .tier:first-child, .tier:last-child { padding: 28px 22px; border: 1px solid var(--hair); }
 .tier--featured { border-color: var(--brass) !important; }
 .tier__marker { font-size: 11px; }
 .faq-list summary { font-size: 25px; }
 .form { gap: 20px; }
}
