:root {
  --cream: #f8f5eb;
  --paper: #fffdf6;
  --butter: #e8c35b;
  --butter-pale: #f4e7b0;
  --sage: #788c68;
  --sage-deep: #4e674b;
  --earth: #76523c;
  --ink: #2f352c;
  --muted: #6e7468;
  --line: #d9d8c8;
  --font-display: 'Libre Baskerville', serif;
  --font-body: 'Nunito Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --radius: 4px;
  --shadow: 0 18px 40px rgba(63, 61, 43, .12);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); z-index: 20; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 1rem; z-index: 50; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { left: 1rem; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(78,103,75,.18); background: rgba(248,245,235,.93); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 94px; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; color: var(--sage-deep); }
.brand-mark { width: 46px; height: 46px; }
.brand-name { font-family: var(--font-display); font-size: 1.1rem; line-height: 1.1; letter-spacing: -.03em; }
.brand-name small { display: block; margin-top: .25rem; color: var(--earth); font-family: var(--font-mono); font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; }
.menu-toggle { display: none; padding: .55rem .7rem; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: var(--radius); font: 700 .75rem var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.site-nav ul { display: flex; align-items: center; gap: 1.6rem; padding: 0; margin: 0; list-style: none; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .84rem; letter-spacing: .03em; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--earth); }
.nav-cta { padding: .75rem 1rem; background: var(--sage-deep); color: var(--paper) !important; border-radius: var(--radius); }
.nav-cta:hover { background: var(--earth); }
.eyebrow { margin: 0 0 .85rem; color: var(--earth); font: 700 .68rem var(--font-mono); text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 600; line-height: 1.16; letter-spacing: -.045em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.lede { max-width: 38rem; font-size: 1.15rem; color: #566052; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .86rem 1.15rem; border: 1px solid var(--sage-deep); border-radius: var(--radius); background: var(--sage-deep); color: var(--paper); font-weight: 800; text-decoration: none; line-height: 1; }
.button:hover { background: var(--earth); border-color: var(--earth); }
.button.secondary { background: transparent; color: var(--sage-deep); }
.button.secondary:hover { color: var(--paper); }
.hero { position: relative; padding: clamp(4.5rem, 10vw, 8.5rem) 0 5.5rem; background: var(--butter-pale); overflow: hidden; }
.hero::after { content: ''; position: absolute; width: 46vw; height: 46vw; max-width: 680px; max-height: 680px; right: -9vw; top: -18vw; border-radius: 50%; background: rgba(255,253,246,.48); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 13ch; color: var(--sage-deep); }
.hero h1 em { color: var(--earth); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.75rem; }
.hero-photo { position: relative; aspect-ratio: 1.05 / 1; margin-right: 1rem; border: 10px solid var(--paper); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; right: -1.7rem; bottom: 1.2rem; padding: .65rem .8rem; background: var(--earth); color: var(--paper); font: .66rem var(--font-mono); letter-spacing: .04em; transform: rotate(-5deg); }
.rail-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.rail-layout:has([data-side-links][hidden]) { grid-template-columns: minmax(0, 1fr); }
[data-side-links][hidden] { display: none; }
.side-links { position: sticky; top: 1.5rem; padding-top: .25rem; border-top: 2px solid var(--butter); }
.side-links h2 { margin: .75rem 0 1rem; font: 700 .7rem var(--font-mono); letter-spacing: .13em; text-transform: uppercase; color: var(--earth); }
.side-links ol { padding: 0; margin: 0; list-style: none; }
.side-links li { padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.side-links a { text-decoration: none; }
.side-links a:hover { color: var(--earth); }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-tint { background: #edf0e5; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.3rem; }
.section-head h2 { max-width: 15ch; color: var(--sage-deep); }
.section-head p { max-width: 28rem; color: var(--muted); }
.mini-link { color: var(--earth); font: 700 .72rem var(--font-mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.mini-link::after { content: ' ↗'; }
.intro-band { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.intro-band h2 { color: var(--sage-deep); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); gap: 1rem; }
.product-card { position: relative; min-height: 320px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: end; background: var(--paper); border: 1px solid var(--line); overflow: hidden; }
.product-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(47,53,44,.8)); z-index: 1; }
.product-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover img { transform: scale(1.05); }
.product-info { position: relative; z-index: 2; color: var(--paper); }
.product-info h3 { margin-bottom: .2rem; }
.product-info p { margin: 0; font-size: .88rem; opacity: .9; }
.product-tag { display: inline-block; margin-bottom: .7rem; color: var(--butter-pale); font: 700 .62rem var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.news-grid, .story-grid, .archive-results { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 2rem 1.35rem; align-items: start; }
.story-card { min-width: 0; }
.story-image { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--butter-pale); }
.story-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; margin: .9rem 0 .45rem; color: var(--muted); font: .65rem var(--font-mono); text-transform: uppercase; letter-spacing: .07em; }
.category-label { color: var(--earth); }
.story-card h3 { color: var(--sage-deep); }
.story-card h3 a { text-decoration: none; }
.story-card h3 a:hover { color: var(--earth); }
.story-card p { margin-top: .55rem; color: var(--muted); font-size: .92rem; }
.empty-state { padding: 1.2rem; border: 1px dashed var(--line); color: var(--muted); }
.split-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.split-photo { aspect-ratio: 1 / 1.08; overflow: hidden; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy h2 { max-width: 12ch; color: var(--sage-deep); }
.feature-copy p { max-width: 34rem; color: var(--muted); }
.pull-quote { margin: 2rem 0; padding: 1.4rem 0 1.4rem 1.5rem; border-left: 3px solid var(--butter); color: var(--earth); font: 600 1.4rem/1.4 var(--font-display); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.stat { padding-top: .8rem; border-top: 1px solid var(--sage); }
.stat strong { display: block; color: var(--earth); font: 700 1.6rem var(--font-display); }
.stat span { color: var(--muted); font-size: .78rem; }
.page-intro { padding: 4rem 0 3.5rem; background: var(--butter-pale); }
.page-intro h1 { max-width: 11ch; color: var(--sage-deep); }
.page-intro .lede { margin-top: 1.1rem; }
.archive-tools { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 1rem; margin-bottom: 2.5rem; }
.archive-tools input { width: 100%; padding: 1rem; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font: inherit; }
.filter-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.filter-list a { padding: .45rem .75rem; border: 1px solid var(--line); border-radius: 99px; color: var(--earth); font-size: .8rem; text-decoration: none; }
.filter-list a:hover { background: var(--butter-pale); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value { padding: 1.8rem; background: var(--paper); }
.value-number { color: var(--butter); font: 700 2.2rem var(--font-display); }
.value h3 { margin: .7rem 0 .5rem; color: var(--sage-deep); }
.value p { color: var(--muted); font-size: .92rem; }
.timeline { position: relative; display: grid; gap: 0; margin-top: 2.5rem; }
.timeline::before { content: ''; position: absolute; left: 8.5rem; top: 0; bottom: 0; width: 1px; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 8.5rem minmax(0, 1fr); gap: 2.5rem; padding: 0 0 2.5rem; }
.timeline-year { color: var(--earth); font: 700 .82rem var(--font-mono); }
.timeline-item h3 { color: var(--sage-deep); margin-bottom: .4rem; }
.timeline-item p { max-width: 38rem; color: var(--muted); }
.practices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.practice { padding: 1.8rem; background: var(--paper); border-top: 4px solid var(--sage); }
.practice h3 { color: var(--sage-deep); }
.practice p { margin: .6rem 0 0; color: var(--muted); }
.stockist-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.stockist { padding: 1.4rem; border: 1px solid var(--line); background: var(--paper); }
.stockist strong { display: block; color: var(--sage-deep); font: 600 1.1rem var(--font-display); }
.stockist span { color: var(--muted); font-size: .9rem; }
.recipe-card { display: grid; grid-template-columns: 160px 1fr; gap: 1.2rem; align-items: center; padding: 1rem; background: var(--paper); border: 1px solid var(--line); }
.recipe-card img { width: 160px; height: 130px; object-fit: cover; }
.recipe-card h3 { color: var(--sage-deep); }
.recipe-card p { margin: .3rem 0 0; color: var(--muted); font-size: .9rem; }
.accordion { border-top: 1px solid var(--line); }
details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--sage-deep); font: 600 1.12rem var(--font-display); }
details p { max-width: 42rem; margin: .8rem 0 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; }
.contact-card { padding: 2rem; background: var(--sage-deep); color: var(--paper); }
.contact-card h2 { color: var(--butter-pale); }
.contact-card a { color: var(--paper); }
.contact-card p { color: rgba(255,253,246,.82); }
.contact-form { display: grid; gap: 1rem; }
.contact-form label { display: grid; gap: .3rem; font-weight: 700; font-size: .84rem; }
.contact-form input, .contact-form textarea { width: 100%; padding: .8rem; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font: inherit; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.form-note { color: var(--sage-deep); font-size: .9rem; }
.site-footer { padding: 3.5rem 0 2rem; background: var(--earth); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; padding-bottom: 3rem; }
.site-footer h2 { color: var(--butter-pale); font-size: 1.5rem; }
.site-footer h3 { margin-bottom: .7rem; color: var(--butter-pale); font: 700 .68rem var(--font-mono); text-transform: uppercase; letter-spacing: .13em; }
.site-footer p, .site-footer a { color: rgba(255,253,246,.78); font-size: .88rem; }
.site-footer a { text-decoration: none; }
.footer-links { display: grid; gap: .35rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,253,246,.25); color: rgba(255,253,246,.58); font: .65rem var(--font-mono); }
.article-layout { padding-top: 4.5rem; }
.article-content { max-width: 52rem; }
.article-content h1 { color: var(--sage-deep); font-size: clamp(2.5rem, 5vw, 4.8rem); }
@media (max-width: 800px) {
  .container { width: min(calc(100% - 2rem), var(--max)); }
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: .2rem; }
  .site-nav a { display: block; padding: .7rem; }
  .hero-inner, .split-feature, .contact-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 560px; margin: 0 auto; }
  .rail-layout { grid-template-columns: 1fr; }
  .side-links { position: static; order: 2; }
  .intro-band { grid-template-columns: 1fr; gap: 1rem; }
  .values-grid, .practices, .stockist-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  h1 { font-size: 2.65rem; }
  .section-head { display: block; }
  .section-head p { margin-top: .8rem; }
  .archive-tools { grid-template-columns: 1fr; }
  .stat-row { gap: .7rem; }
  .timeline::before { left: 0; }
  .timeline-item { grid-template-columns: 1fr; gap: .35rem; padding-left: 1.3rem; }
  .recipe-card { grid-template-columns: 1fr; }
  .recipe-card img { width: 100%; height: 180px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { display: block; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
