:root {
  --ink: #17100e;
  --cacao: #3c211a;
  --chocolate: #5b3024;
  --copper: #b87743;
  --cream: #f3ecdf;
  --paper: #faf7f1;
  --pistachio: #8d9b61;
  --muted: #746962;
  --line: rgba(23, 16, 14, .16);
  --display: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .75rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: white; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .3s, height .3s; }
.site-header.scrolled { height: 68px; background: rgba(23,16,14,.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .68rem; height: 52px; }
.brand-symbol-frame { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; overflow: hidden; border-radius: 50%; background: rgba(243,236,223,.96); box-shadow: 0 0 0 1px rgba(255,255,255,.18); transform: translateY(-1px); }
.brand-symbol { width: 52px; max-width: none; height: 52px; object-fit: contain; transform: translate(-4px, -3px) scale(.94); transform-origin: center; }
.brand-wordmark { color: white; font: 700 1.35rem/1 var(--sans); letter-spacing: -.055em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.75rem); font-size: .86rem; letter-spacing: .04em; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.3rem; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.5); }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: none; color: white; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 56% center; animation: reveal-image 1.2s ease both; }
.hero-shade { background: linear-gradient(90deg, rgba(10,7,6,.96) 0%, rgba(15,9,7,.78) 39%, rgba(12,8,7,.14) 72%, rgba(12,8,7,.25) 100%), linear-gradient(0deg, rgba(13,9,7,.56), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 86vw); margin-left: clamp(1.25rem, 8vw, 9.5rem); padding: 9rem 0 6rem; animation: rise .9s .15s ease both; }
.eyebrow, .section-kicker { margin: 0 0 1.35rem; color: var(--copper); font-size: .74rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #fff4e6; font-weight: 700; text-shadow: 0 1px 10px rgba(10, 7, 6, .72); }
h1, h2, h3, blockquote { font-family: var(--display); font-weight: 500; line-height: 1.07; }
h1 { max-width: 700px; margin: 0; font-size: clamp(3.25rem, 7.5vw, 7.4rem); letter-spacing: -.045em; }
h1 em { color: #d8a378; font-weight: 500; }
.hero-copy { max-width: 610px; margin: 2rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .8rem 1.35rem; font-size: .84rem; font-weight: 600; letter-spacing: .045em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--cream); }
.text-link { padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .86rem; }
.hero-index { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 2.4rem; display: flex; align-items: center; gap: .75rem; color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .1em; }
.hero-index .line { width: 68px; height: 1px; background: rgba(255,255,255,.35); }

.section-pad { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 9.5rem); }
.shop { color: white; background: #201310; }
.shop-heading { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(260px, .7fr); gap: 5rem; align-items: end; margin-bottom: 4rem; }
.shop-heading > p { max-width: 520px; margin: 0 0 .5rem; color: rgba(255,255,255,.62); }
.product-shell { min-height: 520px; border: 1px solid rgba(255,255,255,.16); background: #160d0b; }
.product-placeholder, .product-card { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(340px, .82fr); min-height: 520px; }
.product-placeholder-art, .product-image-wrap { min-height: 520px; background: linear-gradient(145deg, #382119, #100a08); }
.product-placeholder-art { display: grid; place-items: center; }
.product-placeholder-art span { padding: 2.2rem 1.6rem; border: 1px solid rgba(216,163,120,.5); color: #d8a378; font: 500 clamp(2.2rem, 5vw, 5rem) var(--display); letter-spacing: .08em; }
.product-image-wrap { overflow: hidden; }
.product-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.product-placeholder-copy, .product-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.product-origin { margin: 0 0 1.4rem; color: var(--copper); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-placeholder-copy h3, .product-copy h3 { margin: 0 0 1.4rem; font-size: clamp(2rem, 3.6vw, 3.8rem); }
.product-description, .product-placeholder-copy > p:not(.product-origin) { color: rgba(255,255,255,.62); }
.product-description { display: grid; gap: 1rem; max-width: 56ch; }
.product-description p { margin: 0; }
.product-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 1.8rem 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.product-detail { min-width: 0; padding: .9rem 1rem 1rem; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.product-detail:last-child:nth-child(odd) { grid-column: 1 / -1; }
.product-detail dt { color: var(--copper); font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-detail dd { margin: .25rem 0 0; color: rgba(255,255,255,.88); font-size: .92rem; }
.product-status { display: inline-flex; align-self: flex-start; margin-top: 1rem; padding: .55rem .8rem; border: 1px solid rgba(216,163,120,.42); color: #d8a378; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.product-purchase { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.15); }
.product-price { font: 500 1.65rem var(--display); }
.buy-button { border: 0; cursor: pointer; color: var(--ink); background: var(--cream); }
.buy-button:disabled { cursor: wait; opacity: .65; transform: none; }
.product-message { min-height: 1.5rem; margin: 1rem 0 0; color: #d8a378; font-size: .82rem; }
.shop-note { color: rgba(255,255,255,.65); }
.manifesto { background: var(--cream); }
.manifesto-grid { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(300px, 1fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.04em; }
.manifesto p, .section-heading > p, .about-story p { color: #5d514a; }
.lead { margin-top: 0; color: var(--ink) !important; font: 500 clamp(1.35rem, 2.2vw, 2rem)/1.45 var(--display); }

.expertise { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(260px, .7fr); gap: 5rem; align-items: end; margin-bottom: 4.5rem; }
.section-heading > p { max-width: 530px; margin: 0 0 .5rem; }
.discipline-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.discipline-card { position: relative; min-height: 440px; padding: 1.75rem; border-right: 1px solid var(--line); transition: color .3s, background .3s, transform .3s; }
.discipline-card:last-child { border-right: 0; }
.discipline-card:hover { z-index: 1; color: white; background: var(--cacao); transform: translateY(-8px); }
.card-number { font-size: .72rem; letter-spacing: .14em; opacity: .65; }
.ingredient-symbol { width: 70px; height: 100px; margin: 3.6rem 0 2.1rem; border: 1px solid var(--copper); opacity: .8; transform: rotate(24deg); }
.cacao-symbol { border-radius: 50% 10% 50% 10%; }
.coffee-symbol { width: 66px; height: 92px; border-radius: 50%; box-shadow: inset 15px 0 0 transparent; }
.coffee-symbol::after { content:""; display:block; width:1px; height:75px; margin:8px auto; background:var(--copper); transform:rotate(-18deg); }
.nut-symbol { width: 74px; height: 92px; border-radius: 55% 45% 55% 45%; }
.innovation-symbol { border-radius: 50%; transform: none; box-shadow: 15px 15px 0 -4px var(--paper), 15px 15px 0 -3px var(--copper); }
.discipline-card:hover .innovation-symbol { box-shadow: 15px 15px 0 -4px var(--cacao), 15px 15px 0 -3px var(--copper); }
.discipline-card h3 { margin: 0 0 1rem; font-size: 2rem; }
.discipline-card p { min-height: 88px; margin: 0 0 2rem; color: var(--muted); font-size: .92rem; }
.discipline-card:hover p { color: rgba(255,255,255,.68); }
.discipline-card a { display: inline-flex; gap: 1rem; align-items: center; font-size: .82rem; font-weight: 600; }

.journal { color: white; background: var(--ink); }
.journal-heading > p { color: rgba(255,255,255,.58); }
.journal-grid { display: grid; grid-template-columns: 1.35fr .72fr .72fr; gap: 1px; background: rgba(255,255,255,.18); }
.journal-grid > article, .journal-grid > a { background: var(--ink); }
.feature-story { display: grid; grid-template-rows: 240px 1fr; }
.story-visual { position: relative; display: flex; align-items: end; padding: 1.25rem; overflow: hidden; color: rgba(255,255,255,.7); background: var(--chocolate); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.story-chocolate { background: radial-gradient(circle at 72% 35%, #aa6440 0 4%, transparent 4.3%), radial-gradient(circle at 58% 53%, #7b422e 0 9%, transparent 9.3%), linear-gradient(135deg, #5c2c21, #221411); }
.story-photo.story-photo-product { object-fit: contain; object-position: center; background: #000; }
.process-lines { position: absolute; inset: 0; transform: rotate(-8deg) scale(1.15); }
.process-lines i { display: block; width: 120%; height: 1px; margin-top: 45px; background: rgba(244,222,198,.2); }
.story-copy, .small-story { padding: clamp(1.6rem, 3vw, 2.6rem); }
.story-meta { margin: 0 0 2rem; color: var(--copper); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.story-copy h3, .small-story h3 { margin: 0 0 1.2rem; font-size: clamp(1.65rem, 2.5vw, 2.75rem); }
.story-copy > p:not(.story-meta), .small-story > p:not(.story-meta) { color: rgba(255,255,255,.55); }
.story-status { display: inline-block; margin-top: 1.5rem; color: rgba(255,255,255,.45); font-size: .73rem; }
.small-story { min-height: 480px; display: flex; flex-direction: column; }
.small-story h3 { font-size: 2rem; }
.small-story .story-status { margin-top: auto; }
.story-index { margin-left: auto; color: rgba(255,255,255,.25); font: 500 3rem var(--display); }
.accent-story { background: #24301d !important; }
.cashew-story { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); min-height: 420px; overflow: hidden; }
.cashew-story-copy { display: flex; flex-direction: column; padding: clamp(2rem, 5vw, 4.5rem); }
.cashew-story-copy h3 { max-width: 720px; margin: 0 0 1.2rem; font-size: clamp(2.4rem, 5vw, 5rem); }
.cashew-story-copy > p:not(.story-meta) { max-width: 620px; color: rgba(255,255,255,.58); }
.cashew-story-copy .story-index { margin: 0 0 auto; }
.cashew-story-copy .story-status { margin-top: auto; }
.cashew-story-visual { display: grid; place-items: center; min-height: 420px; padding: 2.2rem; overflow: hidden; background: #ece7df; }
.cashew-story-visual img { width: min(100%, 300px); max-height: 380px; object-fit: contain; filter: saturate(.82) contrast(.97); transition: transform .45s ease; }
.cashew-story:hover .cashew-story-visual img { transform: scale(1.025); }
.wide-story { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(80px, .22fr) minmax(0, 1.35fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: start; min-height: 300px; padding: clamp(2rem, 5vw, 4.5rem); background: #2b211d !important; }
.wide-story .story-index { margin: 0; }
.wide-story h3 { max-width: 850px; margin: 0 0 1.1rem; font-size: clamp(2rem, 4vw, 4rem); }
.wide-story p:not(.story-meta) { max-width: 650px; color: rgba(255,255,255,.58); }

.about { background: var(--cream); }
.about-intro { display: grid; grid-template-columns: .45fr 1.2fr; gap: 4rem; align-items: start; padding-bottom: 5rem; border-bottom: 1px solid var(--line); }
blockquote { max-width: 1000px; margin: 0; font-size: clamp(2.3rem, 4.7vw, 4.8rem); letter-spacing: -.035em; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 10vw, 10rem); padding-top: 5rem; }
.about-portrait { margin: 0 0 2.5rem; }
.about-portrait img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }
.about-portrait figcaption { margin-top: .75rem; color: var(--copper); font-size: .69rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.timeline { margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.timeline li { display: grid; grid-template-columns: .5fr 1fr; gap: .75rem 2rem; padding: 0 0 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line); }
.timeline span { grid-row: 1 / span 2; color: var(--copper); font-size: .69rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.timeline strong { font: 500 1.45rem var(--display); }
.timeline p { margin: 0; color: var(--muted); font-size: .9rem; }

.brand-story {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: clamp(3.5rem, 9vw, 10rem);
  align-items: start;
  color: white;
  background: #201310;
}
.brand-story-mark { position: sticky; top: 7rem; }
.brand-story-symbol {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: min(76%, 300px);
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border-radius: 50%;
  background: var(--cream);
}
.brand-story-symbol img { width: 100%; height: 100%; object-fit: contain; }
.brand-story-mark > p { width: min(76%, 300px); margin: 1.5rem 0 0; color: var(--copper); font: 500 clamp(1.2rem, 2vw, 1.6rem)/1.35 var(--display); text-align: center; }
.brand-story-copy h2 { max-width: 850px; margin-bottom: 2rem; font-size: clamp(3rem, 5.7vw, 6rem); }
.brand-story-lead { max-width: 720px; margin: 0 0 4rem; color: rgba(255,255,255,.76); font: 500 clamp(1.3rem, 2vw, 1.8rem)/1.5 var(--display); }
.brand-story-lead strong { color: white; font-weight: 500; }
.brand-meaning-list { border-top: 1px solid rgba(255,255,255,.16); }
.brand-meaning-list article { display: grid; grid-template-columns: minmax(120px, .32fr) minmax(180px, .48fr) minmax(260px, 1fr); gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand-meaning-list span { color: var(--copper); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.brand-meaning-list h3 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.1rem); }
.brand-meaning-list p { margin: 0; color: rgba(255,255,255,.62); }
.brand-meaning-list em { color: rgba(255,255,255,.88); }

.subscribe { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; background: var(--cream); }
.subscribe-copy h2 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(2.7rem, 5.5vw, 5.6rem); }
.subscribe-copy > p:last-child { max-width: 620px; color: var(--muted); }
.site-form label { display: block; margin-bottom: .45rem; font-size: .76rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.site-form label span { opacity: .62; font-weight: 400; text-transform: none; }
.site-form input, .site-form select, .site-form textarea { width: 100%; min-height: 52px; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: rgba(255,255,255,.62); font: 400 1rem/1.45 var(--sans); }
.site-form textarea { min-height: 130px; resize: vertical; }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { outline: 2px solid var(--copper); outline-offset: 2px; }
.subscribe-fields { display: grid; grid-template-columns: 1fr auto; gap: .75rem; }
.button-dark { color: white; border: 0; background: var(--ink); cursor: pointer; }
.form-note, .form-status { margin: .65rem 0 0; min-height: 1.35em; color: var(--muted); font-size: .78rem; }
.trap-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-form .consent-check { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin-top: 1rem; font-size: .78rem; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.site-form .consent-check input { width: 18px; min-height: 18px; height: 18px; margin-top: .12rem; padding: 0; accent-color: var(--copper); }
.site-form .consent-check span { opacity: 1; }
.form-status.is-error { color: #9c2f22; }
.form-status.is-success { color: #376433; }

.collaborate { display: grid; grid-template-columns: minmax(0, .8fr) minmax(440px, 1fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 9.5rem); color: white; background: var(--chocolate); }
.collaborate h2 { max-width: 760px; }
.collaborate-copy p { margin: 0 0 2rem; color: rgba(255,255,255,.65); }
.collaborate .site-form label { color: rgba(255,255,255,.78); }
.collaborate .site-form input, .collaborate .site-form select, .collaborate .site-form textarea { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.collaborate .site-form select option { color: var(--ink); }
.collaborate .field { margin-bottom: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.collaborate .form-status { color: rgba(255,255,255,.72); }
.collaborate .form-status.is-error { color: #ffd4c8; }
.collaborate .form-status.is-success { color: #d9f1cc; }
.collaborate .form-note { margin: .25rem 0 1.2rem; color: rgba(255,255,255,.58); }
.button-light { color: var(--ink); background: var(--cream); }
.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; padding: 2.5rem clamp(1.25rem, 4vw, 4.5rem); color: rgba(255,255,255,.55); background: #100b09; font-size: .77rem; }
.footer-brand { color: white; }

.article-page { background: var(--paper); }
.article-header { position: sticky; color: white; background: rgba(23,16,14,.98); }
.article-main { padding: clamp(7.5rem, 13vw, 11rem) clamp(1.25rem, 8vw, 9.5rem) 7rem; }
.article-shell { width: min(100%, 1160px); margin: 0 auto; }
.article-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .55fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; padding-bottom: clamp(3.5rem, 7vw, 6rem); border-bottom: 1px solid var(--line); }
.article-hero h1 { max-width: 820px; color: var(--ink); font-size: clamp(3.1rem, 7vw, 6.8rem); }
.article-deck { margin: 1.7rem 0 0; max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.article-meta { margin: 0; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.article-actions { display: grid; gap: 1rem; align-self: end; }
.article-share-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: 100%; min-height: 50px; padding: .75rem 1rem; border: 1px solid var(--line); color: var(--ink); background: transparent; font: 600 .75rem var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.article-share-button:hover, .article-share-button:focus-visible { color: white; background: var(--chocolate); border-color: var(--chocolate); }
.article-share-button:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }
.article-body { width: min(100%, 820px); margin: clamp(3.5rem, 7vw, 6.5rem) auto 0; }
.article-feature-image { margin: clamp(2.8rem, 6vw, 5rem) 0; }
.article-feature-image img { width: 100%; height: auto; background: #3d281f; }
.article-feature-image figcaption { margin-top: .85rem; color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.article-body .arrival { color: var(--ink); font: 500 clamp(1.45rem, 2.6vw, 2.15rem)/1.5 var(--display); }
.article-body h2 { margin: 4.5rem 0 1.4rem; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.article-body h3 { margin: 2.8rem 0 .8rem; font-size: 1.55rem; }
.article-body p, .article-body li { color: #403733; }
.article-body strong { color: var(--ink); }
.article-body blockquote { margin: 3rem 0; padding: 2rem 0 2rem 2rem; border-left: 3px solid var(--copper); font-size: clamp(1.6rem, 3vw, 2.5rem); }
.article-formula { margin: 2.5rem 0; padding: 2rem; color: white; background: var(--cacao); }
.article-formula strong { display: block; color: white; font: 500 clamp(2rem, 4vw, 3.2rem) var(--display); }
.article-table-wrap { margin: 2.5rem 0; overflow-x: auto; }
.article-body table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.article-body th, .article-body td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { color: var(--ink); background: var(--cream); }
.article-caution { margin: 3rem 0; padding: 1.6rem 1.8rem; border: 1px solid rgba(184,119,67,.45); background: #fffaf3; }
.article-sources { margin-top: 5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.article-sources h2 { margin-top: 0; font-size: 2rem; }
.article-sources a { color: var(--chocolate); border-bottom: 1px solid rgba(91,48,36,.35); }
.article-back { display: inline-block; margin-top: 4rem; color: var(--chocolate); border-bottom: 1px solid rgba(91,48,36,.35); }
.article-product-study { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 3rem 0 4rem; background: var(--line); border: 1px solid var(--line); }
.article-product-study figure { margin: 0; padding: clamp(1.2rem, 3vw, 2.2rem); background: #eee9e1; }
.article-product-study img { width: 100%; height: min(62vw, 610px); object-fit: contain; }
.article-product-study figcaption { margin-top: 1rem; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.article-shop-card { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin: 4rem 0 1rem; padding: clamp(1.6rem, 4vw, 2.8rem); color: white; background: var(--cacao); }
.article-shop-card h2 { margin: 0 0 .7rem; color: white; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.article-shop-card p { max-width: 540px; margin: 0; color: rgba(255,255,255,.68); }
.article-product-pending { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.78); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-image { from { opacity: .25; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1000px) {
  .discipline-grid { grid-template-columns: repeat(2, 1fr); }
  .discipline-card:nth-child(2) { border-right: 0; }
  .discipline-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .feature-story { grid-column: 1 / -1; }
  .collaborate { grid-template-columns: 1fr; gap: 2rem; }
  .subscribe { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; }
  .brand { gap: .55rem; height: 50px; }
  .brand-symbol-frame { width: 38px; height: 38px; transform: translateY(-2px); }
  .brand-symbol { width: 47px; height: 47px; }
  .brand-wordmark { font-size: 1.16rem; }
  .menu-button { display: block; }
  .article-hero { grid-template-columns: 1fr; gap: 2rem; }
  .article-actions { width: min(100%, 320px); }
  .article-main { padding-top: 6.5rem; }
  .article-body h2 { margin-top: 3.5rem; }
  .article-body th, .article-body td { min-width: 150px; padding: .85rem; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.5rem; color: white; background: rgba(23,16,14,.98); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .85rem 0; }
  .nav-cta { margin-top: .5rem; padding: .75rem 1rem !important; text-align: center; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 830px; align-items: end; }
  .hero-image { object-position: 70% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,7,6,.98) 8%, rgba(10,7,6,.78) 56%, rgba(10,7,6,.14) 100%); }
  .hero-content { width: auto; margin: 0; padding: 8rem 1.25rem 6rem; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-index { display: none; }
  .manifesto-grid, .section-heading, .shop-heading, .about-intro, .about-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .product-placeholder, .product-card { grid-template-columns: 1fr; }
  .product-placeholder-art, .product-image-wrap, .product-image { min-height: 390px; }
  .product-purchase { align-items: stretch; flex-direction: column; }
  .product-details { grid-template-columns: 1fr; }
  .product-detail:last-child:nth-child(odd) { grid-column: auto; }
  .section-heading { margin-bottom: 3rem; }
  .discipline-grid { grid-template-columns: 1fr; }
  .discipline-card { min-height: 365px; border-right: 0; border-bottom: 1px solid var(--line); }
  .discipline-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .discipline-card:last-child { border-bottom: 0; }
  .ingredient-symbol { margin: 2.5rem 0 1.8rem; }
  .journal-grid { grid-template-columns: 1fr; }
  .feature-story { grid-column: auto; }
  .small-story { min-height: 390px; }
  .cashew-story { grid-template-columns: 1fr; }
  .cashew-story-visual { min-height: 360px; grid-row: 1; }
  .cashew-story-copy { min-height: 400px; }
  .article-product-study { grid-template-columns: 1fr; }
  .article-product-study img { height: min(135vw, 570px); }
  .article-shop-card { grid-template-columns: 1fr; }
  .article-product-pending { white-space: normal; text-align: center; }
  .wide-story { grid-template-columns: 1fr; min-height: 360px; }
  .wide-story .story-index { margin-left: auto; }
  .about-intro { padding-bottom: 3rem; }
  .about-grid { padding-top: 3rem; }
  .timeline li { grid-template-columns: 1fr; }
  .timeline span { grid-row: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 1rem; }
  .subscribe-fields, .form-grid { grid-template-columns: 1fr; }
  .subscribe-fields .button { width: 100%; }
}

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

/* Hybrid homepage: original information architecture, quieter editorial finish */
body:not(.article-page) {
  --ink: #1d1714;
  --cacao: #3d281f;
  --chocolate: #4d3026;
  --copper: #a96c41;
  --cream: #f0eadf;
  --paper: #faf8f3;
  --muted: #71665f;
  --line: rgba(29, 23, 20, .17);
  --display: "Newsreader", Georgia, serif;
}

body:not(.article-page) .site-header {
  height: 78px;
  background: linear-gradient(180deg, rgba(18,14,12,.54), transparent);
  border-bottom-color: rgba(255,255,255,.12);
}
body:not(.article-page) .site-header.scrolled { height: 66px; background: rgba(29,23,20,.94); }
body:not(.article-page) .brand-symbol-frame { width: 38px; height: 38px; box-shadow: none; }
body:not(.article-page) .brand-symbol { width: 46px; height: 46px; transform: translate(-3px,-2px) scale(.94); }
body:not(.article-page) .brand-wordmark { font-size: 1.28rem; font-weight: 600; }

body:not(.article-page) .hero { min-height: 92svh; background: #29211d; }
body:not(.article-page) .hero-image {
  object-position: center 55%;
  filter: saturate(.72) contrast(.96);
  animation: none;
}
body:not(.article-page) .hero-shade {
  background:
    linear-gradient(90deg, rgba(17,13,11,.88) 0%, rgba(17,13,11,.67) 39%, rgba(17,13,11,.12) 72%, rgba(17,13,11,.2) 100%),
    linear-gradient(0deg, rgba(17,13,11,.54), transparent 48%);
}
body:not(.article-page) .hero-content { width: min(720px, 86vw); }
body:not(.article-page) h1 { font-size: clamp(3.6rem, 7vw, 7rem); line-height: .98; }
body:not(.article-page) h1 em { color: #e4b691; }
body:not(.article-page) .hero-copy { max-width: 590px; color: rgba(255,255,255,.82); }
body:not(.article-page) .hero-index { font-size: .64rem; }
.hero-disciplines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(760px, 76vw);
  margin-top: clamp(2.5rem, 5vh, 4.5rem);
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.hero-disciplines a { display: grid; gap: .25rem; padding: 1rem 1rem 1.05rem 0; color: white; border-right: 1px solid rgba(255,255,255,.18); transition: background .2s, padding-left .2s; }
.hero-disciplines a:not(:first-child) { padding-left: 1rem; }
.hero-disciplines a:last-child { border-right: 0; }
.hero-disciplines a:hover { padding-left: 1rem; background: rgba(255,255,255,.08); }
.hero-disciplines span { color: var(--copper); font-size: .58rem; letter-spacing: .14em; }
.hero-disciplines strong { font: 500 1rem var(--display); }
.hero-disciplines small { color: rgba(255,255,255,.52); font-size: .58rem; letter-spacing: .04em; white-space: nowrap; }

body:not(.article-page) .section-pad { padding-block: clamp(5rem, 9vw, 8rem); }
body:not(.article-page) .shop { color: var(--ink); background: var(--paper); }
body:not(.article-page) .shop-heading > p { color: var(--muted); }
body:not(.article-page) .product-shell { border-color: var(--line); background: white; }
body:not(.article-page) .product-placeholder-art,
body:not(.article-page) .product-image-wrap { background: #e9e2d7; }
body:not(.article-page) .product-placeholder-art span { color: var(--cacao); border-color: rgba(61,40,31,.32); }
body:not(.article-page) .product-description,
body:not(.article-page) .product-placeholder-copy > p:not(.product-origin) { color: var(--muted); }
body:not(.article-page) .product-details,
body:not(.article-page) .product-detail,
body:not(.article-page) .product-purchase { border-color: var(--line); }
body:not(.article-page) .product-detail dd { color: var(--ink); }
body:not(.article-page) .buy-button { color: white; background: var(--ink); }

body:not(.article-page) .manifesto { background: var(--cream); }
body:not(.article-page) .expertise { background: var(--paper); }
body:not(.article-page) .discipline-grid { border-color: var(--line); }
body:not(.article-page) .discipline-card {
  min-height: 390px;
  padding: 1.75rem 1.65rem 2rem;
  border-color: var(--line);
  transition: background .25s, color .25s;
}
body:not(.article-page) .discipline-card:hover {
  color: var(--ink);
  background: var(--cream);
  transform: none;
}
body:not(.article-page) .discipline-label {
  min-height: auto;
  margin: 5.2rem 0 1rem;
  color: var(--copper);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body:not(.article-page) .discipline-card h3 { margin-bottom: 1rem; }
body:not(.article-page) .discipline-card p:not(.discipline-label) { min-height: 105px; }
body:not(.article-page) .discipline-card:hover p { color: var(--muted); }
body:not(.article-page) .discipline-card a { border-bottom: 1px solid var(--line); padding-bottom: .3rem; }

body:not(.article-page) .journal { background: var(--ink); }
body:not(.article-page) .journal-grid { background: rgba(255,255,255,.15); }
body:not(.article-page) .story-chocolate { background: #2b211d; }
body:not(.article-page) .story-chocolate::after { content: ""; position: absolute; inset: 0; background: rgba(29,23,20,.46); }
body:not(.article-page) .story-visual > span { position: relative; z-index: 1; }
body:not(.article-page) .process-lines { display: none; }
body:not(.article-page) .accent-story { background: #33261f !important; }
.story-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.78) contrast(.98); }

.origin-film {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(350px, .72fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  color: white;
  background: var(--ink);
}
.origin-film-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #273028 url("silver-hill-video-poster.jpg") center / cover no-repeat;
}
.origin-video { display: block; width: 100%; height: 100%; object-fit: cover; }
.origin-film-caption {
  position: absolute;
  left: 1.25rem;
  bottom: 1rem;
  padding: .35rem .5rem;
  color: rgba(255,255,255,.88);
  background: rgba(20,16,14,.46);
  font-size: .64rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.origin-film-copy h2 { margin-bottom: 1.7rem; font-size: clamp(2.8rem, 4.7vw, 5rem); }
.origin-film-copy > p:not(.section-kicker) { color: rgba(255,255,255,.63); }
.origin-film-copy .origin-founder-note { margin: 0 0 1.7rem; padding-left: 1rem; border-left: 2px solid var(--copper); color: rgba(255,255,255,.74); }
.origin-film-copy .origin-founder-note strong { color: white; font-weight: 600; }
.origin-film-copy .lead { color: white !important; font-size: clamp(1.2rem, 1.8vw, 1.65rem); }
.origin-buy-button { margin-top: 1.4rem; }
.origin-estate-mark {
  width: min(220px, 58%);
  margin: 1.45rem auto 0;
}
.origin-estate-mark img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .9;
}
.origin-field-note { margin: 1.6rem 0 0; }
.origin-field-note img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.origin-field-note figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: .7rem; color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.origin-field-note figcaption strong { color: rgba(255,255,255,.76); font-weight: 500; text-align: right; }

body:not(.article-page) .about { background: var(--cream); }
body:not(.article-page) .about-portrait img { filter: saturate(.75) contrast(.98); }
body:not(.article-page) .collaborate { background: var(--chocolate); }
.collaborate-intro { position: sticky; top: 7rem; }
.collaborate-intro h2 { margin-bottom: 1.5rem; }
.collaborate-intro > p:last-child { max-width: 540px; color: rgba(255,255,255,.62); }
.enquiry-form { padding: clamp(1.6rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.product-page-main { background: #201310; }
.product-page .shop { min-height: calc(100vh - 82px); }
.product-page .shop-heading h1 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.04em; }

.journal-grid-text { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; background: transparent !important; }
.journal-lead-story {
  grid-column: 1 / span 8;
  grid-row: span 2;
  display: grid;
  grid-template-columns: minmax(72px, .2fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 7rem);
  min-height: 620px;
  padding: clamp(2.2rem, 5vw, 4.8rem);
  border-top: 3px solid var(--copper);
  background: #2b211d !important;
}
.journal-lead-story .story-index { margin: 0; }
.journal-lead-story h3 { max-width: 900px; margin: 0 0 1.2rem; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .98; }
.journal-lead-story p:not(.story-meta) { max-width: 660px; color: rgba(255,255,255,.58); }
.journal-text-story { grid-column: span 4; display: flex; flex-direction: column; min-height: 302px; padding: clamp(1.6rem, 2.7vw, 2.6rem); border-top: 1px solid rgba(255,255,255,.22); transition: transform .25s, background .25s; }
.journal-text-story:nth-of-type(n+4) { grid-column: span 4; min-height: 330px; }
.journal-text-story:hover { transform: translateY(-3px); background: #30251f; }
.journal-text-story h3 { max-width: 650px; margin: 0 0 1rem; font-size: clamp(1.7rem, 2.6vw, 2.75rem); line-height: 1.05; }
.journal-text-story p:not(.story-meta) { max-width: 580px; color: rgba(255,255,255,.58); }
.journal-text-story .story-status { margin-top: auto; }
.journal-text-story .story-index { margin-bottom: 1.7rem; font-size: 2.2rem; }
.journal-grid-text .story-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.journal-grid-text .story-meta span:last-child { color: rgba(255,255,255,.38); white-space: nowrap; }
@media (max-width: 720px) {
  body:not(.article-page) .hero { min-height: 930px; }
  body:not(.article-page) .hero-image { object-position: 66% center; }
  body:not(.article-page) .hero-shade { background: linear-gradient(0deg, rgba(17,13,11,.96) 10%, rgba(17,13,11,.7) 58%, rgba(17,13,11,.12) 100%); }
  .hero-disciplines { grid-template-columns: 1fr 1fr; width: 100%; margin-top: 2.4rem; }
  .hero-disciplines a:nth-child(2) { border-right: 0; }
  .hero-disciplines a:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .hero-disciplines small { white-space: normal; }
  body:not(.article-page) .discipline-card { min-height: 330px; }
  body:not(.article-page) .discipline-label { margin-top: 2.4rem; }
  body:not(.article-page) .discipline-card p:not(.discipline-label) { min-height: auto; }
  .origin-film { grid-template-columns: 1fr; gap: 2.5rem; }
  .origin-film-media { margin-inline: -1.25rem; }
  .origin-film { padding-bottom: 4rem; }
  .origin-estate-mark { width: min(200px, 58%); margin: 1.15rem auto 0; }
  .origin-field-note { margin-top: 1.35rem; }
  .origin-field-note figcaption { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .origin-field-note figcaption strong { text-align: left; }
  .brand-story { grid-template-columns: 1fr; gap: 3.5rem; }
  .brand-story-mark { position: static; }
  .brand-story-symbol { width: min(58vw, 240px); margin: 0 auto; }
  .brand-story-mark > p { width: auto; text-align: center; }
  .brand-story-copy h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .brand-story-lead { margin-bottom: 2.5rem; }
  .brand-meaning-list article { grid-template-columns: 1fr; gap: .75rem; padding: 1.8rem 0; }
  .product-page .shop { padding-top: 4.5rem; }
  .product-page .shop-heading h1 { font-size: clamp(2.9rem, 14vw, 4.6rem); }
  .journal-grid-text { grid-template-columns: 1fr; }
  .journal-lead-story, .journal-text-story, .journal-text-story:nth-of-type(n+4) { grid-column: 1; }
  .journal-lead-story { grid-template-columns: 1fr; min-height: 500px; }
  .journal-lead-story .story-index { margin-left: auto; }
  .journal-text-story, .journal-text-story:nth-of-type(n+4) { min-height: 310px; }
  .journal-grid-text .story-meta { align-items: flex-start; }
  .collaborate-intro { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  .origin-video { display: none; }
}
