@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --forest-950: #10271f;
  --forest-900: #173b2d;
  --forest-800: #24513e;
  --forest-600: #527963;
  --honey-500: #c98c22;
  --honey-300: #e0b14e;
  --cream-50: #fffdf7;
  --cream-100: #f7f1e3;
  --cream-200: #e9dfc9;
  --ink: #25271f;
  --muted: #677067;
  --berry: #853f42;
  --line: rgba(28, 62, 47, .16);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --max: 1380px;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream-50); }
body { margin: 0; color: var(--ink); background: var(--cream-50); font-family: var(--sans); overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--honey-300); color: var(--forest-950); }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: #fff; border-radius: 4px; }
.skip-link:focus { top: 16px; }

.origin-strip { min-height: 34px; display: flex; gap: 16px; align-items: center; justify-content: center; padding: 6px 20px; background: var(--forest-950); color: #f4ead5; font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.origin-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--honey-300); }

.site-header { position: absolute; z-index: 40; inset: 34px 0 auto; height: var(--header-h); padding: 0 clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.19); transition: background .3s, transform .3s; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 53px; height: 53px; border-radius: 50%; overflow: visible; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,.18)); }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font-size: 16px; letter-spacing: .13em; }
.brand-type small { margin-top: 7px; font-size: 9px; letter-spacing: .34em; color: #e5d5ad; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); }
nav a, nav button { border: 0; background: none; color: inherit; text-decoration: none; font-size: 13px; cursor: pointer; }
nav a { position: relative; padding: 28px 0; }
nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: 20px; background: var(--honey-300); transition: right .25s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-request { min-height: 44px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.nav-request span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 6px; border-radius: 50%; background: var(--honey-300); color: var(--forest-950); font-weight: 700; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: calc(100svh - 34px); isolation: isolate; color: white; overflow: hidden; }
.hero-media { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: var(--forest-950); }
.hero-media img { width: 100%; height: 115%; object-fit: cover; object-position: center 48%; transform: scale(1.04); filter: saturate(.82) contrast(1.03); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,33,24,.96) 0%, rgba(14,47,34,.87) 38%, rgba(18,47,34,.48) 70%, rgba(12,35,26,.64) 100%), linear-gradient(0deg, rgba(7,24,18,.62), transparent 50%); }
.hero-grid { width: min(var(--max), calc(100% - 10vw)); min-height: calc(100svh - 34px); margin: auto; padding: calc(var(--header-h) + 92px) 0 90px; display: grid; grid-template-columns: 1.03fr .77fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: #eedcae; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 38px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--honey-500); }
.eyebrow.light { color: #efd18f; }
.hero h1, h2 { font-family: var(--serif); font-weight: 500; margin: 0; text-wrap: balance; }
.hero h1 { font-size: clamp(58px, 6.5vw, 104px); line-height: .94; letter-spacing: -.045em; }
.hero h1 em { color: #f1c75f; font-style: italic; }
.hero-lede { max-width: 610px; margin: 34px 0 38px; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 31px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border: 0; border-radius: 2px; text-decoration: none; cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: .04em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--honey-300); color: var(--forest-950); box-shadow: 0 12px 36px rgba(0,0,0,.2); }
.text-link { padding: 12px 0; text-decoration: none; color: #f8efdc; border-bottom: 1px solid rgba(255,255,255,.34); font-size: 13px; }
.text-link span { display: inline-block; margin-left: 13px; color: var(--honey-300); transition: transform .2s; }
.text-link:hover span { transform: translate(4px, 4px); }
.logo-card { position: relative; margin: 0; padding: 0; transform: rotate(1deg); }
.logo-card img { width: 100%; height: auto; filter: drop-shadow(0 28px 45px rgba(0,0,0,.28)); }
.scroll-cue { position: absolute; left: 5vw; bottom: 27px; display: flex; align-items: center; gap: 13px; font-size: 9px; letter-spacing: .22em; color: rgba(255,255,255,.55); }
.scroll-cue span { position: relative; width: 40px; height: 1px; background: rgba(255,255,255,.35); overflow: hidden; }
.scroll-cue span::after { content: ''; position: absolute; inset: 0; background: white; animation: scrollCue 2s infinite ease-in-out; transform: translateX(-100%); }
@keyframes scrollCue { 50%,100% { transform: translateX(100%); } }

.promise-band { min-height: 85px; padding: 20px 5vw; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 72px); background: var(--honey-300); color: var(--forest-950); font-family: var(--serif); font-size: clamp(16px, 1.5vw, 22px); }
.promise-band p { margin: 0; }
.promise-band span { opacity: .45; }

.section { width: min(var(--max), calc(100% - 10vw)); margin: 0 auto; padding: clamp(110px, 12vw, 180px) 0; }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 80px; }
.section-head h2 { font-size: clamp(48px, 5vw, 78px); line-height: 1.02; letter-spacing: -.035em; color: var(--forest-950); }
.section-head > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); line-height: 1.72; font-size: 15px; }
.product-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: start; }
.product { position: relative; min-height: 720px; display: grid; grid-template-rows: minmax(440px, 1fr) auto; background: #eee5d3; overflow: hidden; }
.product:nth-child(2) { margin-top: 135px; }
.product:nth-child(3) { background: #eee2d8; }
.product-wide { grid-column: 1 / -1; min-height: 600px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr; margin-top: 4px; }
.product-image { position: relative; min-height: 450px; overflow: hidden; }
.product-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(20,31,25,.2)); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.product-featured .product-image img { object-position: center 66%; }
.product:nth-child(2) .product-image img { object-position: center 54%; }
.product-wide .product-image img { object-position: center 55%; }
.product:hover .product-image img { transform: scale(1.035); }
.product-number { position: absolute; z-index: 2; top: 22px; left: 22px; min-width: 46px; height: 46px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 11px; letter-spacing: .1em; backdrop-filter: blur(8px); }
.product-copy { padding: 34px 38px 38px; }
.product-kind { margin: 0 0 10px; color: var(--honey-500); font-size: 10px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.product h3 { margin: 0 0 16px; color: var(--forest-950); font-family: var(--serif); font-size: clamp(34px, 3vw, 52px); font-weight: 500; letter-spacing: -.025em; }
.product-copy > p:not(.product-kind) { max-width: 540px; margin: 0; color: #576158; line-height: 1.7; }
.add-product { margin-top: 28px; min-height: 46px; padding: 0; border: 0; border-bottom: 1px solid rgba(23,59,45,.34); background: transparent; cursor: pointer; color: var(--forest-900); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.add-product span { margin-left: 16px; color: var(--honey-500); }
.add-product.is-added { color: var(--forest-600); }
.product-wide .product-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.product-burgundy .product-kind, .product-burgundy .add-product span { color: var(--berry); }

.origin-story { position: relative; min-height: 900px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--forest-950); color: white; overflow: hidden; }
.origin-photo { min-height: 900px; overflow: hidden; }
.origin-photo img { width: 100%; height: 112%; object-fit: cover; object-position: center; filter: saturate(.88); transform: scale(1.04); }
.origin-panel { align-self: center; padding: clamp(60px, 8vw, 130px); }
.origin-panel h2 { max-width: 650px; font-size: clamp(52px, 5vw, 82px); line-height: .98; letter-spacing: -.04em; }
.origin-panel > p:not(.eyebrow):not(.photo-credit) { max-width: 600px; margin: 32px 0 52px; color: rgba(255,255,255,.7); line-height: 1.75; }
.origin-panel dl { display: grid; gap: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.19); }
.origin-panel dl div { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.19); }
.origin-panel dt { color: #e7bc51; font-family: var(--serif); font-size: 30px; }
.origin-panel dd { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }
.photo-credit { margin: 25px 0 0; color: rgba(255,255,255,.4); font-size: 10px; }

.approach { padding-bottom: clamp(130px, 14vw, 220px); }
.approach-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.approach-steps li { padding: 34px 34px 12px 0; border-right: 1px solid var(--line); }
.approach-steps li + li { padding-left: 34px; }
.approach-steps li:last-child { border-right: 0; }
.approach-steps span { color: var(--honey-500); font-size: 11px; letter-spacing: .18em; }
.approach-steps h3 { margin: 44px 0 17px; color: var(--forest-950); font-family: var(--serif); font-size: 31px; font-weight: 500; }
.approach-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.closing-cta { position: relative; isolation: isolate; min-height: 620px; padding: 120px 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: var(--forest-800); color: white; }
.closing-cta h2 { font-size: clamp(56px, 6vw, 96px); line-height: .98; letter-spacing: -.04em; }
.closing-cta > p:not(.eyebrow) { max-width: 610px; margin: 30px auto; color: rgba(255,255,255,.68); line-height: 1.7; }
.closing-pattern { position: absolute; z-index: -1; inset: -20%; opacity: .1; background-image: linear-gradient(30deg, transparent 12%, #fff 12.5%, transparent 13%), linear-gradient(150deg, transparent 12%, #fff 12.5%, transparent 13%); background-size: 110px 190px; transform: rotate(8deg); }
.button-cream { margin-top: 12px; background: var(--cream-100); color: var(--forest-950); }

footer { padding: 72px 5vw 30px; display: grid; grid-template-columns: 210px 1fr auto; gap: 48px; align-items: center; background: #eee4d2; border-top: 1px solid var(--line); }
.footer-logo { padding: 0; }
.footer-copy strong { color: var(--forest-950); letter-spacing: .13em; }
.footer-copy p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 24px; align-items: center; }
.footer-links a, .footer-links button { border: 0; background: none; color: var(--forest-800); cursor: pointer; font-size: 12px; text-decoration: none; }
.prototype-note { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #7d8078; font-size: 10px; letter-spacing: .04em; }

.request-drawer { position: fixed; z-index: 100; inset: 0; visibility: hidden; pointer-events: none; }
.request-drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(8,22,16,.62); opacity: 0; transition: opacity .3s; }
.request-drawer.is-open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(520px, 100%); height: 100%; padding: 38px; overflow-y: auto; background: var(--cream-50); transform: translateX(100%); transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.request-drawer.is-open .drawer-panel { transform: none; }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { color: var(--forest-950); font-size: 39px; }
.drawer-close { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 26px; }
.drawer-empty { padding: 70px 0; text-align: center; color: var(--muted); }
.drawer-empty a { color: var(--forest-800); font-weight: 600; }
.drawer-items { margin: 0; padding: 0; list-style: none; }
.drawer-items li { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--forest-950); }
.drawer-items button { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.drawer-message { margin-top: 36px; }
.drawer-message > p { color: var(--honey-500); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.drawer-message textarea { width: 100%; min-height: 160px; padding: 16px; resize: vertical; border: 1px solid var(--line); background: white; color: var(--ink); line-height: 1.6; }
.drawer-message button { width: 100%; min-height: 48px; margin-top: 10px; border: 0; background: var(--forest-900); color: white; cursor: pointer; }
.drawer-message small { display: block; margin-top: 13px; color: var(--muted); }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 25px; padding: 12px 18px; border-radius: 3px; background: var(--forest-950); color: white; font-size: 12px; opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 45px; }
  .hero h1 { font-size: clamp(54px, 7vw, 76px); }
  .site-header { padding-inline: 28px; }
  nav { gap: 22px; }
  .origin-story { grid-template-columns: 1fr; }
  .origin-photo { min-height: 620px; max-height: 720px; }
  .origin-panel { padding: 90px 8vw 110px; }
}

@media (max-width: 780px) {
  :root { --header-h: 70px; }
  .origin-strip { min-height: 30px; gap: 9px; padding-inline: 12px; font-size: 8px; }
  .site-header { inset: 30px 0 auto; height: var(--header-h); padding: 0 18px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-type strong { font-size: 13px; }
  .menu-toggle { width: 48px; height: 48px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 11px; border: 0; background: transparent; color: white; }
  .menu-toggle span { width: 25px; height: 1px; background: currentColor; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  nav { position: absolute; top: var(--header-h); left: 0; right: 0; display: grid; gap: 0; padding: 16px 18px 24px; background: rgba(16,39,31,.97); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .25s; }
  nav.is-open { transform: none; opacity: 1; visibility: visible; }
  nav a { min-height: 50px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  nav a::after { display: none; }
  .nav-request { margin-top: 15px; justify-self: start; }
  .hero { min-height: 920px; }
  .hero-grid { width: calc(100% - 36px); min-height: 920px; padding: 135px 0 85px; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 60px; }
  .hero-media img { height: 110%; object-position: 59% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(10,33,24,.92), rgba(13,43,31,.76) 65%, rgba(10,31,23,.88)); }
  .hero h1 { font-size: clamp(49px, 15vw, 67px); }
  .hero-lede { margin: 26px 0 28px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .button { min-height: 50px; }
  .logo-card { width: min(94%, 480px); margin: 0 auto; padding: 12px; transform: rotate(1deg); }
  .logo-card figcaption { display: none; }
  .scroll-cue { display: none; }
  .promise-band { min-height: 68px; justify-content: flex-start; overflow-x: auto; gap: 20px; white-space: nowrap; font-size: 15px; }
  .section { width: calc(100% - 36px); padding: 100px 0; }
  .section-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 50px; }
  .section-head h2 { font-size: 46px; }
  .product-story { display: grid; grid-template-columns: 1fr; gap: 22px; }
  .product, .product-wide { min-height: 0; margin: 0; grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 430px auto; }
  .product-image { min-height: 430px; }
  .product-wide .product-copy, .product-copy { padding: 30px 26px 34px; }
  .product h3 { font-size: 39px; }
  .origin-story { min-height: auto; }
  .origin-photo { min-height: 480px; }
  .origin-panel { padding: 75px 24px 90px; }
  .origin-panel h2 { font-size: 51px; }
  .origin-panel dl div { grid-template-columns: 85px 1fr; }
  .approach-steps { grid-template-columns: 1fr; }
  .approach-steps li, .approach-steps li + li { padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .approach-steps h3 { margin-top: 24px; }
  .closing-cta { min-height: 600px; padding: 90px 24px; }
  .closing-cta h2 { font-size: 53px; }
  footer { grid-template-columns: 100px 1fr; gap: 25px; padding: 50px 20px 25px; }
  .footer-links { grid-column: 1 / -1; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--line); }
  .drawer-panel { padding: 26px 20px; }
}

@media (max-width: 420px) {
  .brand-type small { display: none; }
  .hero { min-height: 870px; }
  .hero-grid { min-height: 870px; gap: 45px; }
  .hero h1 { font-size: 50px; }
  .hero-copy .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .product, .product-wide { grid-template-rows: 390px auto; }
  .product-image { min-height: 390px; }
  .origin-photo { min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  [data-parallax] { transform: none !important; }
}
