:root {
  --bg: #f7f4ee;
  --paper: #fffdf9;
  --ink: #111111;
  --muted: #6f6b63;
  --line: #ded8cc;
  --accent: #c59a57;
  --accent-dark: #9f793e;
  --dark: #111111;
  --dark-2: #1a1a1a;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(247, 244, 238, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 1.2rem;
}
.brand span { color: var(--accent-dark); }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: .95rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--accent-dark); }
.nav-cta { padding: 11px 18px; background: var(--ink); color: white; border-radius: 999px; }
.nav-cta:hover { color: white !important; transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.6rem; }

.section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 850px; }
.centered { text-align: center; }
.eyebrow { color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 18px; }

.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; min-height: 82vh; padding: 72px 0 78px; }
.hero h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.05; letter-spacing: -.045em; margin-top: 0; }
.hero h1 { font-size: clamp(3.4rem, 8vw, 6.8rem); margin-bottom: 24px; }
.hero h1 span { color: var(--accent-dark); }
.hero-sub { font-size: 1.22rem; color: var(--muted); max-width: 740px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; padding: 14px 22px; font-weight: 800; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.button.primary { background: var(--accent); color: #111; }
.button.primary:hover { background: #d4aa68; transform: translateY(-2px); }
.button.secondary { border-color: #bbb5aa; background: transparent; }
.button.secondary:hover { background: var(--paper); }
.button.full { width: 100%; border-radius: 12px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .9rem; }
.hero-proof span { color: var(--muted); font-size: .8rem; margin-top: 4px; }

.media-placeholder { min-height: 620px; border-radius: 28px; border: 1.5px dashed #b9b1a3; background: linear-gradient(145deg, #eee8dd, #faf8f3); display: grid; place-items: center; text-align: center; overflow: hidden; }
.placeholder-inner { padding: 30px; }
.placeholder-inner p { margin: 10px 0 2px; font-weight: 800; }
.placeholder-inner small { color: var(--muted); }
.placeholder-icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; border: 1px solid #bdb4a5; font-size: 1.8rem; color: var(--accent-dark); }

.dark-section { background: var(--dark); color: white; }
.dark-section .eyebrow { color: #d8b57a; }
.manifesto { padding: 105px 0; }
.manifesto h2 { font-size: clamp(2.3rem, 5vw, 4.7rem); margin-bottom: 22px; }
.manifesto-line { font-size: clamp(1.25rem, 2.4vw, 2rem); color: #d0cdc7; }
.statement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.statement-grid p { padding: 24px; border: 1px solid #333; border-radius: 18px; background: var(--dark-2); }
.statement-grid strong { color: #d8b57a; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 110px 0; }
.section-copy h2, .section-heading-row h2, .booking h2, .remember-section h2 { font-size: clamp(2.2rem, 4vw, 4.1rem); }
.section-copy p { color: #4d4942; font-size: 1.05rem; }
blockquote { margin: 32px 0 0; padding-left: 22px; border-left: 4px solid var(--accent); font-family: "Montserrat", sans-serif; font-size: 1.25rem; line-height: 1.4; font-weight: 800; }
.media-stack { display: grid; gap: 18px; }
.landscape { min-height: 370px; }
.stat-card { padding: 28px; border-radius: 20px; background: #1a1a1a; color: white; }
.stat-card span { display: block; color: #d8b57a; font-size: .72rem; letter-spacing: .18em; font-weight: 800; }
.stat-card strong { display: block; font-family: "Montserrat", sans-serif; font-size: 1.55rem; margin-top: 8px; }

.keynote { padding: 30px 0 110px; }
.keynote-card { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--paper); border-radius: 30px; border: 1px solid var(--line); overflow: hidden; }
.keynote-heading { padding: 55px; background: #eadfcd; }
.keynote-heading h2 { font-size: clamp(3rem, 5vw, 5.5rem); margin-bottom: 20px; }
.keynote-tagline { font-size: 1.2rem; }
.keynote-body { padding: 55px; }
.keynote-body h3 { font-size: 2rem; margin: 14px 0; color: var(--accent-dark); }
.keynote-body ul { margin: 28px 0 0; padding-left: 22px; }
.keynote-body li { margin: 12px 0; }

.video-section { padding: 100px 0; }
.section-heading-row { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 42px; }
.section-heading-row > div { max-width: 740px; }
.section-kicker { max-width: 370px; color: #bfbab2; }
.play-button { width: 86px; height: 86px; border-radius: 50%; border: 0; background: var(--accent); font-size: 1.6rem; cursor: default; }

.audiences-section { padding: 110px 0; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.audience-grid article { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 32px; }
.audience-grid article span { color: var(--accent-dark); font-weight: 900; }
.audience-grid h3 { font-size: 1.55rem; margin: 20px 0 10px; }
.audience-grid p { color: var(--muted); margin: 0; }

.remember-section { background: #eadfcd; padding: 105px 0; }
.big-question { font-family: "Montserrat", sans-serif; font-size: clamp(3rem, 8vw, 6.6rem); font-weight: 900; letter-spacing: -.06em; line-height: .95; margin: 30px 0; }
.remember-section blockquote { display: inline-block; text-align: left; }

.about-section { padding-top: 110px; }
.portrait-small { min-height: 560px; }
.mission { padding: 22px; border-radius: 14px; background: #eee6d9; }

.booking { padding: 110px 0; }
.booking-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.booking p { color: #cbc7bf; }
.contact-note { margin-top: 28px; padding-top: 26px; border-top: 1px solid #333; }
.contact-note strong, .contact-note span { display: block; }
.contact-note span { color: #aaa; font-size: .9rem; margin-top: 5px; }
.booking-form { background: white; color: var(--ink); border-radius: 24px; padding: 32px; }
.booking-form label { display: block; font-weight: 800; font-size: .9rem; margin-bottom: 16px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border-radius: 10px; border: 1px solid #d8d3ca; background: #faf9f6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { color: #777 !important; font-size: .78rem; margin-bottom: 0; }

footer { background: #0a0a0a; color: white; padding: 38px 0; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 30px; align-items: center; }
.footer-inner p { color: #8f8f8f; margin: 8px 0 0; font-size: .84rem; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.copyright { text-align: right; }

@media (max-width: 950px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .site-header.open .desktop-nav { display: flex; position: absolute; top: 70px; left: 0; right: 0; padding: 22px 24px 28px; flex-direction: column; align-items: stretch; background: var(--bg); border-bottom: 1px solid var(--line); }
  .hero, .split-section, .keynote-card, .booking-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .media-placeholder { min-height: 520px; }
  .hero-proof { grid-template-columns: 1fr; }
  .statement-grid { grid-template-columns: 1fr; }
  .keynote-heading, .keynote-body { padding: 38px; }
  .section-heading-row { display: block; }
  .section-kicker { max-width: none; margin-top: 18px; }
  .footer-inner { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 640px) {
  .section-shell { width: min(var(--max), calc(100% - 30px)); }
  .site-header { padding-left: 15px; padding-right: 15px; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .split-section, .audiences-section, .booking, .remember-section, .manifesto, .video-section { padding-top: 80px; padding-bottom: 80px; }
  .audience-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .media-placeholder { min-height: 430px; }
  .keynote-heading, .keynote-body, .booking-form { padding: 26px; }
}

/* Real media */
.photo-frame { border-radius: 28px; overflow: hidden; background: #171717; }
.photo-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-photo { min-height: 620px; }
.hero-photo img { object-position: 52% center; }
.story-photo { min-height: 520px; }
.story-photo img { object-position: center 35%; }
.about-photo { min-height: 560px; }
.about-photo img { object-position: center 35%; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 420px)); justify-content: center; gap: 24px; margin-top: 34px; }
.video-card { overflow: hidden; border-radius: 26px; background: #111; aspect-ratio: 9/16; max-height: 720px; }
.video-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.journey-section { padding: 110px 0; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.journey-grid figure { margin: 0; border-radius: 24px; overflow: hidden; background: #222; position: relative; min-height: 480px; }
.journey-grid img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.journey-grid figcaption { position: absolute; left: 18px; bottom: 18px; background: rgba(0,0,0,.72); color: white; padding: 10px 14px; border-radius: 999px; font-weight: 800; }
@media (max-width: 950px) { .hero-photo { min-height: 520px; } .journey-grid { grid-template-columns: 1fr; } .journey-grid figure { min-height: 560px; } }
@media (max-width: 640px) { .hero-photo { min-height: 430px; } .video-grid { grid-template-columns: 1fr; } .video-card { max-height: none; } .journey-section { padding: 80px 0; } .journey-grid figure { min-height: 440px; } }

.credibility-section { padding-top: 6rem; padding-bottom: 6rem; }
.credibility-grid article span { font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-note { display: flex; flex-direction: column; gap: .35rem; }

.hidden-field { display: none !important; }
