:root {
  --cream: #f6f0e5;
  --paper: #fffaf2;
  --brown: #4a2015;
  --brown-2: #6b3321;
  --rust: #ad4f2a;
  --gold: #d8a348;
  --ink: #241b17;
  --muted: #70645d;
  --line: rgba(74, 32, 21, .16);
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(52, 24, 14, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--brown); color: #f7e7d4; font-size: 12px; letter-spacing: .06em; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.site-header { position: absolute; z-index: 20; width: 100%; }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { display: inline-flex; gap: 11px; align-items: center; line-height: 1.05; }
.brand-mark { width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; }
.brand-mark svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: var(--serif); font-size: 20px; letter-spacing: .01em; }
.brand small { display: block; margin-top: 5px; opacity: .72; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.main-menu { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-menu > a:not(.nav-cta) { position: relative; }
.main-menu > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.main-menu > a:hover::after { width: 100%; }
.nav-cta { border: 1px solid rgba(255,255,255,.6); padding: 10px 18px; border-radius: 999px; transition: .2s; }
.nav-cta:hover { background: white; color: var(--brown); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px; }

.hero { min-height: 780px; height: 100vh; max-height: 960px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,12,7,.86) 0%, rgba(31,12,7,.59) 48%, rgba(31,12,7,.2) 100%), linear-gradient(0deg, rgba(31,12,7,.45), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 95px; }
.eyebrow { margin: 0 0 22px; color: var(--rust); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #eabf76; }
h1, h2 { font-family: var(--serif); line-height: .99; letter-spacing: -.025em; margin: 0; }
h1 { font-size: clamp(58px, 7.3vw, 104px); max-width: 880px; }
h1 em, h2 em { font-weight: 600; color: #e8bd72; }
.hero-copy { max-width: 610px; margin: 30px 0; font-size: 18px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 25px; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #32160f; }
.button-primary:hover { background: #efbd62; }
.button-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.button-ghost:hover { background: white; color: var(--brown); }
.button-dark { background: var(--brown); color: #fff; }
.button-small { min-height: 39px; padding-inline: 16px; font-size: 13px; }
.button-ghost-dark { color: var(--brown); border-color: var(--line); background: transparent; }
.hero-meta { border-top: 1px solid rgba(255,255,255,.2); margin-top: 60px; padding-top: 20px; display: flex; gap: 48px; color: rgba(255,255,255,.72); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.hero-meta b { color: #eabf76; margin-right: 8px; }
.scroll-cue { position: absolute; z-index: 2; right: 40px; bottom: 38px; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue span { display: block; width: 44px; height: 1px; background: #fff; }

h2 { font-size: clamp(43px, 5vw, 72px); color: var(--brown); }
h2 em { color: var(--rust); }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.intro-copy { max-width: 480px; padding-bottom: 7px; }
.intro-copy p { margin: 0 0 26px; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 12px; color: var(--brown); border-bottom: 1px solid var(--brown); padding-bottom: 3px; font-weight: 700; }
.photo-strip { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 22px; align-items: start; margin-top: 70px; }
.photo-card { margin: 0; position: relative; overflow: hidden; height: 400px; }
.photo-card.photo-tall { height: 520px; }
.photo-card.photo-offset { margin-top: 70px; height: 450px; }
.photo-card img { height: 100%; object-fit: cover; transition: transform .7s; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(27,10,5,.74)); }
.photo-card figcaption { position: absolute; z-index: 2; bottom: 24px; left: 25px; right: 25px; color: #fff; display: flex; justify-content: space-between; align-items: end; }
.photo-card figcaption span { font-family: var(--serif); font-size: 23px; }
.photo-card figcaption b { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.products { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 390px; gap: 60px; align-items: end; margin-bottom: 55px; }
.section-heading > p { color: var(--muted); margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 46px 25px; }
.product-image { height: 370px; position: relative; overflow: hidden; background: #eadfce; }
.product-image img { height: 100%; object-fit: cover; transition: transform .6s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-image span { position: absolute; top: 17px; left: 17px; background: var(--paper); color: var(--brown); padding: 7px 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.product-info { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-bottom: 1px solid var(--line); padding: 20px 3px; }
.product-info p { margin: 0; color: var(--muted); font-size: 13px; }
.product-info > div > p { color: var(--rust); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.product-info h3 { margin: 3px 0 0; font-family: var(--serif); color: var(--brown); font-size: 26px; }
.product-note { margin-top: 65px; padding: 30px 35px; background: #efe2d0; display: flex; align-items: center; gap: 20px; }
.product-note span { font-family: var(--serif); font-size: 25px; color: var(--brown); }
.product-note p { color: var(--muted); flex: 1; }

.story { padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--brown); color: #fff; }
.story-image { min-height: 780px; }
.story-image img { height: 100%; object-fit: cover; }
.story-content { padding: 100px clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.story-content h2 { color: #fff; }
.story-content > p:not(.eyebrow):not(.honesty-note) { max-width: 600px; color: rgba(255,255,255,.72); }
.story-values { margin-top: 26px; border-top: 1px solid rgba(255,255,255,.17); }
.story-values div { display: grid; grid-template-columns: 145px 1fr; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.story-values span { color: rgba(255,255,255,.62); font-size: 13px; }
.honesty-note { font-size: 11px; line-height: 1.5; color: rgba(255,255,255,.48); margin-top: 24px; }

.ads { background: #efe8dc; }
.ads-heading { border-bottom: 1px solid var(--line); padding-bottom: 45px; }
.campaign-copy h3, .keywords h3 { color: var(--brown); font-family: var(--serif); font-size: 23px; margin: 0 0 13px; }
.campaign-copy h3:not(:first-child) { margin-top: 28px; }
.campaign-copy small { font-family: var(--sans); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; margin-left: 8px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips span { background: white; border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; font-size: 12px; }
.ad-descriptions { margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; }
.ad-descriptions li { margin-bottom: 8px; }
.keywords { margin-top: 60px; padding: 35px; background: var(--paper); border-left: 4px solid var(--rust); }
.keywords > p { color: var(--muted); }
.compliance { display: grid; grid-template-columns: 200px 1fr; gap: 25px; background: #e5eadf; padding: 20px; margin: 25px 0; }
.compliance strong { color: #304728; }
.compliance span { color: #53634d; font-size: 13px; }
.campaign-id { font-size: 12px; margin-bottom: 0; }
.campaign-id a { text-decoration: underline; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 560px; }
.contact-list { margin: 40px 0; }
.contact-list div { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--rust); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.contact-list p { margin: 0; color: var(--ink); }
.contact-list a { text-decoration: underline; }
.contact-form { background: var(--cream); padding: 42px; box-shadow: var(--shadow); }
.contact-form h3 { font-family: var(--serif); color: var(--brown); font-size: 35px; margin: 0; }
.contact-form > p { color: var(--muted); margin: 0 0 25px; }
.contact-form label { display: block; color: var(--brown); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin: 16px 0; }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid #bea995; background: transparent; padding: 9px 2px; color: var(--ink); outline: 0; resize: vertical; text-transform: none; letter-spacing: normal; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rust); }
.contact-form .check { display: flex; gap: 10px; align-items: start; text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--muted); }
.check input { width: 16px; margin-top: 4px; }
.check a { text-decoration: underline; }
.form-status { margin-top: 14px !important; font-size: 13px; }

.footer { background: #24120d; color: rgba(255,255,255,.64); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.brand-light { color: #fff; }
.footer-brand > p { max-width: 300px; font-size: 13px; }
.footer h3 { color: #e9bc72; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 20px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { margin: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 55px; padding-top: 23px; display: flex; justify-content: space-between; font-size: 10px; }

.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--brown); }
.cookie-banner p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.cookie-actions { display: flex; gap: 9px; align-items: center; white-space: nowrap; }
.cookie-actions > a { color: var(--rust); font-size: 12px; text-decoration: underline; }

/* Legal */
.legal-header { position: relative; background: var(--brown); }
.legal-hero { background: var(--brown); color: #fff; padding: 80px 0 65px; }
.legal-hero h1 { font-size: clamp(46px, 6vw, 74px); }
.legal-hero p { color: rgba(255,255,255,.7); }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; padding-block: 75px 110px; }
.legal-nav { position: sticky; top: 30px; height: fit-content; display: flex; flex-direction: column; border-left: 2px solid var(--line); }
.legal-nav a { padding: 9px 18px; color: var(--muted); font-size: 13px; }
.legal-nav a:hover { color: var(--rust); }
.legal-content section { margin-bottom: 65px; scroll-margin-top: 30px; }
.legal-content h2 { font-size: 40px; border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 25px; }
.legal-content h3 { color: var(--brown); font-family: var(--serif); font-size: 22px; margin-top: 30px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; }
.legal-updated { display: inline-block; background: var(--cream); padding: 7px 10px; font-size: 11px; color: var(--muted); }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; color: #fff; z-index: 2; }
  .main-menu { display: none; position: absolute; top: 84px; left: 20px; right: 20px; padding: 24px; background: var(--paper); color: var(--brown); flex-direction: column; align-items: stretch; gap: 15px; box-shadow: var(--shadow); }
  .main-menu.open { display: flex; }
  .nav-cta { text-align: center; border-color: var(--brown); }
  .intro-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-card.photo-offset { margin-top: 0; }
  .photo-card:last-child { grid-column: span 2; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .story-content { padding: 80px 35px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-nav { position: static; flex-direction: row; flex-wrap: wrap; border-left: 0; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .brand strong { font-size: 17px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero { min-height: 730px; }
  .hero-content { padding-top: 80px; }
  .hero-copy { font-size: 16px; }
  .hero-meta { gap: 14px; flex-direction: column; margin-top: 45px; }
  .scroll-cue { display: none; }
  .intro-grid { gap: 30px; }
  .photo-strip, .product-grid { grid-template-columns: 1fr; }
  .photo-card, .photo-card.photo-tall, .photo-card.photo-offset { height: 390px; }
  .photo-card:last-child { grid-column: auto; }
  .product-image { height: 310px; }
  .product-info { grid-template-columns: 1fr; gap: 10px; }
  .product-note { align-items: stretch; flex-direction: column; }
  .product-note p { margin: 0; }
  .story-image { min-height: 420px; }
  .story-content { padding-inline: 22px; }
  .story-values div { grid-template-columns: 1fr; gap: 3px; }
  .keywords { padding: 24px 20px; }
  .compliance { grid-template-columns: 1fr; gap: 5px; }
  .contact-form { padding: 28px 20px; }
  .contact-list div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions { flex-wrap: wrap; white-space: normal; }
  .legal-hero { padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
