:root {
  --ink: #2d2723;
  --ink-soft: #564b43;
  --paper: #fbf8f4;
  --paper-deep: #efe7df;
  --white: #fffdfa;
  --gold: #b8965a;
  --gold-light: #ddc99f;
  --rose: #aa9480;
  --line: #ded6ce;
  --black: #0d0d0d;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 22px 70px rgba(45, 39, 35, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.68; text-rendering: optimizeLegibility; }
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold-light); color: var(--ink); }

.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; background: var(--ink); color: #fff; padding: 12px 16px; text-decoration: none; }
.skip-link:focus { top: 16px; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(800px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-sm { padding: 76px 0; }
.section-dark { background: var(--black); color: var(--paper); }
.section-gold { background: var(--gold); }
.section-rose { background: #e9ded4; }
.section-line { border-top: 1px solid var(--line); }

.site-header { position: sticky; top: 0; z-index: 40; height: 78px; background: rgba(251, 248, 244, 0.95); border-bottom: 1px solid rgba(222, 214, 206, 0.9); backdrop-filter: blur(15px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: 0.21em; white-space: nowrap; }
.wordmark span { color: var(--gold); font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; }
.main-nav a { text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #8b6b38; }
.nav-cta { border-bottom: 1px solid var(--gold); padding-bottom: 3px; font-weight: 700; }
.lang-link { border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; margin: 5px 0; }

.eyebrow { margin: 0 0 20px; color: #8e6d39; font-size: 11px; line-height: 1.4; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1 { font: 600 clamp(56px, 7.5vw, 108px) / 0.89 var(--serif); letter-spacing: -0.045em; margin-bottom: 28px; }
h2 { font: 600 clamp(42px, 5vw, 70px) / 0.96 var(--serif); letter-spacing: -0.03em; margin-bottom: 28px; }
h3 { font: 600 32px / 1 var(--serif); letter-spacing: -0.015em; margin-bottom: 16px; }
.display-small { font-size: clamp(48px, 6.3vw, 86px); }
.lead { max-width: 700px; font-size: clamp(18px, 2vw, 22px); line-height: 1.58; }
.measure { max-width: 650px; }
.muted { color: #776d66; }
.form-language-note { margin: 12px 0 0; color: var(--ink-soft); font-size: 14px; }
.section-dark .muted { color: #c5bbb2; }
.micro { font-size: 12px; color: #776d66; }
.kicker { font: 600 clamp(28px, 3vw, 42px) / 1.05 var(--serif); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 19px; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-ghost { background: transparent; color: var(--ink); }
.section-dark .button-ghost { color: var(--paper); border-color: #71685f; }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--gold); padding-bottom: 3px; text-decoration: none; font-size: 13px; font-weight: 800; }

.hero { padding: 76px 0 108px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .lead { max-width: 650px; }
.hero-figure { height: 610px; position: relative; }
.hero-figure::after { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold); z-index: -1; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; box-shadow: var(--shadow); }
.hero-figure img.home-hero-photo { object-position: 75% center; }
.conversations-hero-grid { grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr); gap: clamp(44px, 6vw, 86px); }
.conversations-hero-figure { height: 480px; }
.conversations-hero-figure img { object-position: center 42%; }
.hero-label { position: absolute; left: -40px; bottom: -20px; max-width: 270px; background: var(--ink); color: #fff; padding: 17px 21px; font-size: 13px; }
.hero-label strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 20px; }
.page-hero { padding: 80px 0 88px; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr 0.75fr; gap: 8vw; align-items: end; }
.page-hero-image { height: 470px; }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-studio-hero-image img { object-position: center 48%; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--white); }
.marquee-track { display: flex; width: max-content; animation: marquee 35s linear infinite; padding: 16px 0; }
.marquee-track span { font: 600 20px var(--serif); white-space: nowrap; }
.marquee-track span::after { content: "✦"; color: var(--gold); margin: 0 34px; font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro-grid, .split, .cta-grid { display: grid; grid-template-columns: 0.75fr 1fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stack { display: grid; gap: 18px; }

.offer-card, .content-card, .season-card, .contact-card { padding: 38px; border: 1px solid var(--line); background: var(--white); }
.offer-card { min-height: 440px; display: flex; flex-direction: column; }
.offer-card.dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.offer-card .card-number, .content-card .card-number { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; }
.offer-card h3 { margin-top: 58px; font-size: 48px; }
.offer-card p { max-width: 520px; }
.offer-card .text-link { margin-top: auto; align-self: flex-start; }
.content-card h3 { margin-top: 24px; }
.content-card p:last-child { margin-bottom: 0; }
.section-dark .content-card { background: #191817; border-color: #3d3834; color: var(--paper); }
.season-card { display: flex; flex-direction: column; min-height: 310px; }
.season-card .season-number { font: 600 70px/0.8 var(--serif); color: var(--gold); }
.season-card h3 { margin-top: 38px; }
.season-card .text-link { margin-top: auto; align-self: flex-start; }
.season-card.current { background: var(--gold); border-color: var(--gold); }
.season-card.current .season-number { color: var(--ink); }

.editorial-statement { padding: 120px 0; text-align: center; }
.editorial-statement blockquote { margin: 0 auto; max-width: 940px; font: 600 clamp(42px, 6vw, 76px)/1.02 var(--serif); letter-spacing: -0.03em; }
.editorial-statement p { margin: 28px auto 0; max-width: 580px; }
.photo-split { display: grid; grid-template-columns: 0.9fr 1fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.photo-frame { position: relative; height: 650px; }
.photo-frame::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--rose); z-index: -1; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-wide { height: 560px; overflow: hidden; }
.photo-wide img { width: 100%; height: 100%; object-fit: cover; display: block; }

.steps { border-top: 1px solid currentColor; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid currentColor; }
.step span { color: #78592b; font-size: 12px; font-weight: 800; }
.section-dark .step span { color: var(--gold-light); }
.step p { margin-bottom: 0; }

.guest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.guest-card { background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.guest-image { height: 420px; background: #d8cec5; overflow: hidden; }
.guest-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform 500ms ease; }
.guest-image img.guest-focus-delia { object-position: center 72%; }
.guest-card:hover .guest-image img { transform: scale(1.025); }
.guest-copy { padding: 28px; }
.guest-copy h2, .guest-copy h3 { font-size: 32px; margin-bottom: 9px; }
.guest-topic { min-height: 46px; color: #856536; font-size: 13px; font-weight: 800; }
.guest-copy p:last-child { margin-bottom: 0; }

.event-hero { background: var(--black); color: var(--paper); }
.event-hero .hero-figure::after { border-color: var(--gold); }
.event-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 50px; border-block: 1px solid #4a443e; }
.event-fact { padding: 22px 18px 22px 0; border-right: 1px solid #4a443e; }
.event-fact:last-child { border-right: 0; padding-left: 18px; }
.event-fact span { display: block; color: var(--gold-light); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.event-fact strong { display: block; margin-top: 7px; font: 600 22px var(--serif); }
.event-question { text-align: center; }
.event-question h2 { max-width: 920px; margin-inline: auto; }
.event-question .lead { margin-inline: auto; }
.event-timeline { border-top: 1px solid var(--line); }
.event-time { display: grid; grid-template-columns: 92px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.event-time > span { color: #856536; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.event-time h3 { margin-bottom: 8px; font-size: 28px; }
.event-time p { margin-bottom: 0; }
.venue-gallery { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 20px; align-items: end; }
.venue-gallery figure { margin: 0; }
.venue-gallery img { width: 100%; height: 520px; object-fit: cover; display: block; background: #272321; }
.venue-gallery figure:nth-child(2) img { height: 420px; }
.venue-gallery figcaption { margin-top: 10px; color: #c5bbb2; font-size: 12px; }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.price-card { padding: 34px; border: 1px solid var(--line); background: var(--white); }
.price-card.featured { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.price-name { min-height: 48px; color: #856536; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.featured .price-name { color: var(--gold-light); }
.price { margin-bottom: 0; font: 600 clamp(58px, 7vw, 88px) / 0.9 var(--serif); letter-spacing: -0.04em; }
.price-tax { margin: 12px 0 0; font-size: 13px; font-weight: 700; }
.faq-list { border-top: 1px solid rgba(45, 39, 35, 0.5); }
.faq-list details { border-bottom: 1px solid rgba(45, 39, 35, 0.5); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; list-style: none; font: 600 25px / 1.15 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: #78592b; font: 500 28px var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 42px 24px 0; margin: 0; }

.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.media-consent { min-height: 410px; background: var(--ink); color: #fff; display: grid; place-items: center; padding: 40px; text-align: center; }
.media-consent h3 { font-size: 40px; }
.media-consent p { max-width: 470px; margin-inline: auto; color: #d5cbc1; }
.media-consent iframe { width: 100%; height: 100%; min-height: 410px; border: 0; }

.legal { padding: 90px 0 120px; }
.legal h1 { font-size: clamp(50px, 7vw, 84px); }
.legal h2 { font-size: 34px; margin-top: 50px; }
.legal h3 { font-size: 24px; margin-top: 34px; }
.legal ul { padding-left: 20px; }
.legal li + li { margin-top: 8px; }
.legal a { text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal-note { padding: 20px; border-left: 2px solid var(--gold); background: var(--paper-deep); }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.contact-list span { display: block; color: #7e736b; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

.site-footer { background: var(--black); color: var(--paper); padding: 68px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 0.7fr 0.7fr; gap: 70px; }
.footer-brand { font: 600 34px var(--serif); }
.footer-brand span { color: var(--gold); }
.footer-title { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #d7cec5; text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid #3d3834; display: flex; justify-content: space-between; gap: 20px; color: #aaa097; font-size: 11px; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .guest-image img, .button { transition: none; }
}

@media (max-width: 980px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.nav-cta):not(.lang-link) { display: none; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr 0.8fr; gap: 48px; }
  .hero-figure { height: 520px; }
  .conversations-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .conversations-hero-figure { height: 390px; }
  .guest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .shell, .narrow { width: min(100% - 38px, 560px); }
  .section { padding: 78px 0; }
  .section-sm { padding: 56px 0; }
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: none; padding: 24px 19px 30px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(45,39,35,.12); }
  .main-nav.is-open { display: grid; gap: 18px; }
  .main-nav > a:not(.nav-cta):not(.lang-link) { display: block; }
  .nav-cta, .lang-link { justify-self: start; }
  .hero { padding: 55px 0 82px; }
  .hero-grid, .page-hero-grid, .intro-grid, .split, .cta-grid, .photo-split { display: block; }
  h1 { font-size: clamp(56px, 16vw, 78px); }
  h2 { font-size: clamp(40px, 12vw, 58px); }
  .hero-figure { height: 430px; margin: 58px 20px 0 0; }
  .hero-figure img.home-hero-photo { object-position: 76% center; }
  .conversations-hero-figure { height: 290px; margin-top: 48px; }
  .conversations-hero-figure img { object-position: center; }
  .hero-label { left: -8px; }
  .page-hero-image { height: 390px; margin-top: 48px; }
  .grid-2, .grid-3, .grid-4, .guest-grid, .media-grid, .footer-grid, .price-grid, .venue-gallery { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; padding: 30px; }
  .offer-card h3 { margin-top: 38px; font-size: 42px; }
  .photo-frame { height: 470px; margin: 0 18px 55px 0; }
  .photo-wide { height: 390px; }
  .event-facts { grid-template-columns: 1fr 1fr; }
  .event-fact { border-bottom: 1px solid #4a443e; }
  .event-fact:nth-child(2) { border-right: 0; padding-left: 18px; }
  .event-fact:nth-child(3), .event-fact:nth-child(4) { border-bottom: 0; }
  .guest-image { height: 470px; }
  .venue-gallery img, .venue-gallery figure:nth-child(2) img { height: 360px; }
  .event-time { grid-template-columns: 70px 1fr; gap: 16px; }
  .price-name { min-height: 0; }
  .footer-grid { gap: 38px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}
