:root{--cream: #f5efe6;--mist: #e5d3be;--caramel: #bc8a5f;--ink: #3a2417;--soft-black: #1f1d1b;--white: #fffdfa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5.5rem}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--cream);color:var(--soft-black)}main{padding:0 0 5rem}h1,h2,h3,h4,p{margin:0}section{max-width:1200px;margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.73rem;color:var(--caramel);margin-bottom:1rem}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(10px);background:color-mix(in oklab,var(--cream) 90%,transparent);border-bottom:1px solid #dfd2c4}.site-nav{max-width:1200px;margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.brand{font-weight:700;text-decoration:none;color:var(--ink);font-size:1.25rem}.menu-toggle{display:none;width:2.7rem;height:2.7rem;border:1px solid #d4c2b1;border-radius:.7rem;background:var(--white);color:var(--ink);align-items:center;justify-content:center;flex-direction:column;gap:.28rem;cursor:pointer}.menu-toggle span{display:block;width:1.18rem;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.nav-list{list-style:none;display:flex;gap:1rem;margin:0;padding:0;flex-wrap:wrap}.nav-list a{text-decoration:none;color:var(--soft-black);font-size:.95rem}.nav-dropdown{position:relative}.nav-dropdown>a:after{content:"";display:inline-block;width:.42rem;height:.42rem;margin-left:.4rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-.15rem) rotate(45deg)}.dropdown-menu{position:absolute;top:calc(100% + .65rem);left:0;min-width:210px;z-index:40;list-style:none;margin:0;padding:.45rem;display:grid;gap:.15rem;background:var(--white);border:1px solid #dfd2c4;border-radius:.8rem;box-shadow:0 18px 45px #3a241724;opacity:0;visibility:hidden;transform:translateY(-.35rem);transition:.18s ease}.dropdown-menu a{display:block;padding:.65rem .75rem;border-radius:.55rem;white-space:nowrap}.dropdown-menu a:hover,.dropdown-menu a:focus-visible{background:#f1e6d8}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.language-switcher{display:flex;align-items:center;gap:.25rem;padding-left:.25rem}.language-switcher a{padding:.32rem .48rem;border:1px solid rgba(11,31,58,.16);border-radius:999px;font-size:.78rem;font-weight:800;line-height:1}.language-switcher a.is-active{background:#0b1f3a;color:#fffaf0;border-color:#0b1f3a}.hero{max-width:none;padding:0 0 2.8rem}.hero h1{font-size:clamp(3.4rem,10vw,8.7rem);line-height:.88;margin-bottom:1rem;color:var(--white);max-width:8ch}.claim{max-width:40ch;font-size:clamp(1rem,1.7vw,1.35rem);line-height:1.55;margin-bottom:1.8rem;color:#fff7ed}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.btn{padding:.82rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:600;transition:.25s ease}.btn-primary{background:var(--white);color:var(--ink)}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{border:1px solid rgba(255,255,255,.7);color:var(--white);background:#1f1d1b33}.hero-carousel{position:relative;min-height:calc(100vh - 72px);overflow:hidden;background:#1d1712}.hero-track{display:flex;height:calc(100vh - 72px);min-height:620px;transition:transform .9s cubic-bezier(.22,1,.36,1)}.slide{position:relative;min-width:100%;overflow:hidden;background:#1d1712}.slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#140d08d1,#140d088a 38%,#140d082e 70%,#140d0859)}.hero-content{position:absolute;z-index:2;inset:0;width:min(1200px,100%);margin:0 auto;padding:clamp(3rem,7vw,6rem) 1.25rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:var(--white);pointer-events:none}.hero-content .eyebrow{color:#f4c992;margin-bottom:1rem}.hero-content .btn{pointer-events:auto}.slide-caption{position:absolute;z-index:2;left:max(1.25rem,calc((100vw - 1200px)/2 + 1.25rem));bottom:3rem;display:grid;gap:.4rem;max-width:420px;color:#fff7ed}.slide-caption strong{font-size:clamp(1.15rem,2vw,1.75rem)}.slide-caption span{line-height:1.55;color:#f4e8da}.carousel-dots{position:absolute;z-index:3;right:clamp(1.25rem,7vw,5rem);bottom:2rem;display:flex;gap:.55rem}.carousel-dots span{width:.62rem;height:.62rem;border-radius:999px;background:#ffffff7a;transition:.25s ease}.carousel-dots span.is-active{width:2.1rem;background:var(--white)}.discovery-grid,.about,.experience,.final-cta{padding:4.5rem 1.25rem 0}.discovery-grid h2,.about h2,.experience h2,.final-cta h2{font-size:clamp(1.9rem,4vw,3.1rem);margin-bottom:1.4rem;color:var(--ink)}.grid-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.grid-card{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:.9rem;transition:transform .25s}.grid-card:hover{transform:translateY(-4px)}.grid-card-link{display:block;color:inherit;text-decoration:none}.card-image{width:100%;height:170px;object-fit:cover;display:block;border-radius:.8rem;margin-bottom:.85rem;background:#d8c4ae}.grid-card h3{margin-bottom:.45rem}.grid-card p{color:#4e4944;line-height:1.55}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:1.5rem;align-items:center}.about p{line-height:1.7}.about-visual{width:100%;min-height:300px;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:1.2rem;background:#d8c4ae}.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.experience-grid article{background:#f1e6d8;border-radius:.9rem;padding:1.2rem}.experience-grid h3{text-transform:uppercase;font-size:.95rem;letter-spacing:.08em;margin-bottom:.55rem;color:#6f4529}.experience-grid p{line-height:1.6}.final-cta{text-align:center;padding-bottom:4rem}.final-cta .btn{margin-top:1rem;display:inline-block}.site-footer{background:#20150f;color:#f4ebdf;padding:3.5rem 1.25rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr repeat(2,1fr);gap:1rem}.site-footer h3,.site-footer h4{margin-bottom:.8rem}.site-footer ul{margin:0;padding:0;list-style:none;display:grid;gap:.4rem;color:#d3c2af}.site-footer a,.footer-cookie-button{color:#d3c2af;text-decoration:none;font:inherit}.site-footer a:hover,.footer-cookie-button:hover{color:#fffdfa}.footer-cookie-button{background:none;border:0;padding:0;cursor:pointer;text-align:left}.plant-page{max-width:none}.plant-page h1{font-size:clamp(3rem,8vw,7.5rem);line-height:.9;color:var(--ink);margin-bottom:1rem}.plant-page h1,.varietals-page h1,.process-page h1,.guide-page h1,.not-found-copy h1{overflow-wrap:anywhere}.plant-page h2{font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.05;color:var(--ink);margin-bottom:1rem}.plant-page h3{color:var(--ink);margin-bottom:.55rem}.plant-page p{line-height:1.72;color:#403a35}.plant-hero{max-width:1200px;margin:0 auto;padding:5.5rem 1.25rem 3rem;display:grid;grid-template-columns:1fr minmax(320px,.8fr);gap:2rem;align-items:end}.plant-lede{font-size:clamp(1.08rem,2vw,1.35rem);max-width:62ch}.plant-hero img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:1.2rem;display:block}.plant-facts{max-width:1200px;padding:0 1.25rem 4.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.plant-facts article{border-top:1px solid #c8b29b;padding-top:1rem}.plant-facts span,.timeline span{display:block;color:#8a5a36;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}.plant-section{max-width:1200px;padding:4.5rem 1.25rem 0}.plant-section>p{max-width:76ch;margin-bottom:1rem}.plant-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:2rem;align-items:start}.plant-two-column p+p{margin-top:1rem}.plant-two-column figure,.plant-image-band figure{margin:0}.plant-two-column figure img,.plant-image-band img{width:100%;object-fit:cover;display:block;border-radius:1rem}.plant-two-column figure img{aspect-ratio:4 / 3}.plant-page figcaption{margin-top:.7rem;color:#6f6258;line-height:1.55;font-size:.95rem}.plant-image-band{max-width:1200px;padding:4.5rem 1.25rem 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.plant-image-band img{aspect-ratio:4 / 3}.timeline{display:grid;gap:1rem}.timeline article{border-left:3px solid #bc8a5f;padding-left:1rem}.variety-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0}.variety-grid article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.2rem}.variety-examples{font-weight:700;color:#6f4529!important;margin-bottom:.55rem}.fruit-anatomy-figure{margin:1.6rem 0 0;background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1rem}.fruit-anatomy-figure img{width:100%;display:block;border-radius:.75rem;background:#fbf4ea}.fruit-anatomy-figure figcaption{max-width:78ch}.fruit-anatomy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.fruit-anatomy-grid article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.1rem}.fruit-anatomy-grid h3{font-size:1.15rem}.fruit-process-note{margin-top:1rem;background:#f1e6d8;border-left:4px solid #8a5a36;border-radius:1rem;padding:1.2rem}.fruit-process-note p{max-width:82ch}.plant-inline-link{display:inline-block;margin-top:.9rem;color:var(--ink);font-weight:800;text-decoration:none}.plant-inline-link:hover{text-decoration:underline}.plant-callout{background:#24160f;color:#fff7ed;border-radius:1rem;padding:1.4rem}.plant-callout h2,.plant-callout p{color:#fff7ed}.plant-callout .btn{display:inline-block;margin:.8rem .5rem 0 0}.plant-dark-btn{color:#fff7ed;border-color:#ffffff73}.plant-sources{max-width:1200px;padding:4.5rem 1.25rem 5rem}.plant-sources h2{font-size:1.5rem;margin-bottom:.65rem}.plant-sources ul{margin:1rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.75rem}.plant-sources a{color:var(--ink);font-weight:700}.varietals-page{max-width:none}.varietals-page h1{font-size:clamp(3rem,8vw,7rem);line-height:.9;color:var(--ink);margin-bottom:1rem}.varietals-page h2{font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.05;color:var(--ink);margin-bottom:1rem}.varietals-page h3{color:var(--ink)}.varietals-page p{line-height:1.72;color:#403a35}.varietals-hero{max-width:1200px;margin:0 auto;padding:5.5rem 1.25rem 3rem;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:2rem;align-items:center}.varietals-hero p:not(.eyebrow){font-size:clamp(1.08rem,2vw,1.32rem);max-width:62ch}.varietals-hero img{width:100%;aspect-ratio:16 / 11;object-fit:cover;display:block;border-radius:1.2rem}.varietals-intro{max-width:1200px;padding:0 1.25rem 4.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.varietals-intro article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1rem}.varietals-intro span,.lineage-tree span,.era-list span,.varietal-card-head span{display:block;color:#8a5a36;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}.varietals-intro strong{display:block;color:var(--ink);font-size:1.2rem;margin-bottom:.45rem}.varietals-section{max-width:1200px;padding:4.5rem 1.25rem 0}.varietals-section>p{max-width:78ch;margin-bottom:1rem}.family-tree-figure{margin:1.8rem 0 2rem;background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1rem;overflow:auto}.family-tree-figure img{width:100%;min-width:820px;display:block;border-radius:.7rem}.family-tree-figure figcaption{max-width:78ch;margin:.9rem 0 0;color:#5f554d;line-height:1.6}.lineage-tree{position:relative;display:grid;gap:1rem;margin-top:1.5rem;padding-left:1rem}.lineage-tree:before{content:"";position:absolute;left:1.35rem;top:1rem;bottom:1rem;width:2px;background:#c8b29b}.lineage-tree article{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(240px,.8fr);gap:1rem;align-items:start;background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.1rem 1.1rem 1.1rem 2rem}.lineage-tree article:before{content:"";position:absolute;left:-.1rem;top:1.6rem;width:.8rem;height:.8rem;border-radius:50%;background:var(--caramel);box-shadow:0 0 0 5px var(--cream)}.lineage-tree h3{font-size:1.35rem;margin-bottom:.45rem}.lineage-tree ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.lineage-tree li{border:1px solid #d6c2ad;border-radius:999px;padding:.42rem .7rem;background:#f8f1e8;color:#5f4029;font-size:.9rem;font-weight:700}.varietal-image-row{max-width:1200px;padding:4.5rem 1.25rem 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.varietal-image-row figure{margin:0;background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;overflow:hidden}.varietal-image-row img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.varietal-image-row figcaption{display:grid;gap:.35rem;padding:1rem;color:#5f554d;line-height:1.55}.varietal-image-row strong{color:var(--ink);font-size:1.05rem}.varietals-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:2rem;align-items:start}.varietals-two-column p+p{margin-top:1rem}.era-list{display:grid;gap:1rem}.era-list article{border-left:3px solid var(--caramel);padding-left:1rem}.varietal-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.varietal-card-grid article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.05rem;display:flex;flex-direction:column;gap:1rem}.varietal-card-head h3{font-size:1.35rem;margin-bottom:.3rem}.varietal-card-head p{color:#6f4529;font-weight:700;line-height:1.45}.varietal-card-grid dl{display:grid;gap:.8rem;margin:0}.varietal-card-grid dt{color:var(--ink);font-weight:800;margin-bottom:.2rem}.varietal-card-grid dd{margin:0;color:#4e4944;line-height:1.55}.why-it-matters{border-top:1px solid #e3d6c8;padding-top:.85rem;font-weight:700;color:#5b3a26!important}.varietal-callout{background:#234037;color:#fff7ed;border-radius:1rem;padding:1.4rem}.varietal-callout h2,.varietal-callout p{color:#fff7ed}.varietal-callout .btn{display:inline-block;margin-top:1rem}.process-page{max-width:none}.process-page h1{font-size:clamp(3rem,8vw,7rem);line-height:.9;color:var(--ink);margin-bottom:1rem}.process-page h2{font-size:clamp(1.9rem,4vw,3.1rem);line-height:1.05;color:var(--ink);margin-bottom:1rem}.process-page h3{color:var(--ink);margin-bottom:.55rem}.process-page p{line-height:1.72;color:#403a35}.process-hero{max-width:1200px;margin:0 auto;padding:5.5rem 1.25rem 3rem;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:2rem;align-items:center}.process-hero p:not(.eyebrow){font-size:clamp(1.08rem,2vw,1.32rem);max-width:62ch}.process-hero img{width:100%;aspect-ratio:16 / 11;object-fit:cover;display:block;border-radius:1.2rem}.process-facts{max-width:1200px;padding:0 1.25rem 4.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.process-facts article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1rem}.process-facts span,.process-flow span{display:block;color:#8a5a36;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}.process-section{max-width:1200px;padding:4.5rem 1.25rem 0}.process-section>p{max-width:78ch;margin-bottom:1rem}.process-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:2rem;align-items:start}.process-two-column p+p{margin-top:1rem}.process-two-column figure{margin:0}.process-two-column figure img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:1rem}.process-page figcaption{margin-top:.7rem;color:#6f6258;line-height:1.55;font-size:.95rem}.process-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem;counter-reset:process}.process-flow article{position:relative;background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.1rem}.process-flow article:after{content:"";position:absolute;right:-.7rem;top:50%;width:1.4rem;height:2px;background:#c8b29b}.process-flow article:nth-child(3n):after,.process-flow article:last-child:after{display:none}.fermentation-grid,.decaf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.fermentation-grid article,.decaf-grid article,.myth-grid article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.15rem}.fermentation-grid p+p,.decaf-grid p+p{margin-top:.7rem}.fermentation-grid strong,.decaf-grid strong{color:#6f4529}.process-callout{background:#24160f;color:#fff7ed;border-radius:1rem;padding:1.4rem}.process-callout h2,.process-callout p{color:#fff7ed}.process-callout .btn{display:inline-block;margin:.8rem .5rem 0 0}.process-dark-btn{color:#fff7ed;border-color:#ffffff73}.myth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.guide-page{max-width:none}.guide-page h1{font-size:clamp(3rem,8vw,7rem);line-height:.9;color:var(--ink);margin-bottom:1rem}.guide-page h2{font-size:clamp(1.9rem,4vw,3.1rem);line-height:1.05;color:var(--ink);margin-bottom:1rem}.guide-page h3{color:var(--ink)}.guide-page p{line-height:1.72;color:#403a35}.guide-hero{max-width:1200px;margin:0 auto;padding:5.5rem 1.25rem 3rem;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:2rem;align-items:center}.guide-hero p:not(.eyebrow){font-size:clamp(1.08rem,2vw,1.32rem);max-width:62ch}.guide-hero img{width:100%;aspect-ratio:16 / 11;object-fit:cover;display:block;border-radius:1.2rem}.tools-hero,.methods-hero{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);column-gap:2.75rem}.tools-hero h1,.methods-hero h1{max-width:10ch;overflow-wrap:anywhere}.tools-hero img,.methods-hero img{align-self:start;margin-top:.35rem}.guide-facts{max-width:1200px;padding:0 1.25rem 4.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.guide-facts article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1rem}.guide-facts span,.guide-card-head span{display:block;color:#8a5a36;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}.guide-section{max-width:1200px;padding:4.5rem 1.25rem 0}.guide-section>p{max-width:78ch;margin-bottom:1rem}.guide-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:2rem;align-items:start}.guide-two-column p+p{margin-top:1rem}.guide-two-column figure{margin:0}.guide-two-column figure img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:1rem}.guide-page figcaption{margin-top:.7rem;color:#6f6258;line-height:1.55;font-size:.95rem}.guide-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.guide-card-grid article,.guide-list article,.formula-grid article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.1rem}.guide-card-grid article{display:flex;flex-direction:column}.guide-card-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;border-radius:.85rem;margin-bottom:1rem;background:#f3e7d8;border:1px solid #e3d6c8}.guide-card-head h3{font-size:1.35rem;margin-bottom:.8rem}.guide-card-grid dl{display:grid;gap:.75rem;margin:0}.guide-card-grid dt{color:var(--ink);font-weight:800;margin-bottom:.2rem}.guide-card-grid dd{margin:0;color:#4e4944;line-height:1.55}.guide-card-grid p+p{margin-top:.7rem}.guide-card-grid strong{color:#6f4529}.guide-card-link{display:inline-block;align-self:flex-start;margin-top:auto;padding:.72rem 1rem;border-radius:999px;background:var(--ink);color:var(--white);text-decoration:none;font-weight:800}.guide-card-link:hover{transform:translateY(-2px)}.guide-list{display:grid;gap:1rem}.guide-list h3,.formula-grid h3{margin-bottom:.45rem}.formula-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.legal-page{max-width:900px;padding:5.5rem 1.25rem 2rem}.legal-page header{margin-bottom:2rem}.legal-page h1{color:var(--ink);font-size:clamp(2.8rem,7vw,5.5rem);line-height:.95;margin-bottom:.8rem}.legal-page h2{color:var(--ink);font-size:1.45rem;margin-bottom:.75rem}.legal-page section{margin:0 0 2rem}.legal-page p,.legal-page li{color:#403a35;line-height:1.72}.legal-page ul{padding-left:1.2rem}.legal-page a{color:var(--ink);font-weight:700}.legal-table{overflow:auto;margin-top:1rem;border:1px solid #e3d6c8;border-radius:1rem;background:var(--white)}.legal-table table{width:100%;min-width:720px;border-collapse:collapse}.legal-table th,.legal-table td{padding:.9rem;border-bottom:1px solid #e3d6c8;text-align:left;vertical-align:top}.legal-table th{color:var(--ink);background:#f1e6d8}.legal-table tr:last-child td{border-bottom:0}.legal-cookie-button{margin-top:1rem;display:inline-block;background:var(--ink);color:var(--white)}.cookie-banner{position:fixed;z-index:80;left:1rem;right:1rem;bottom:1rem;max-width:1120px;margin:0 auto;background:#24160f;color:#fff7ed;border:1px solid rgba(255,255,255,.18);border-radius:1rem;padding:1rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;box-shadow:0 18px 50px #00000047}.cookie-banner[hidden],.cookie-modal[hidden]{display:none}.cookie-banner p{color:#f4e8da;line-height:1.55}.cookie-title{color:#fffdfa!important;font-weight:800;margin-bottom:.25rem}.cookie-actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.cookie-banner .btn-primary,.cookie-dialog .btn-primary{background:#fffdfa;color:#24160f;border:1px solid #fffdfa}.cookie-banner .btn-secondary,.cookie-dialog .btn-secondary{border-color:#ffffff73;color:#fffdfa}.cookie-modal{position:fixed;z-index:90;inset:0;background:#1f1d1b9e;display:grid;place-items:center;padding:1rem}.cookie-dialog{position:relative;width:min(640px,100%);background:#24160f;color:#fff7ed;border-radius:1rem;padding:1.4rem;box-shadow:0 22px 70px #00000059}.cookie-dialog h2{color:#fffdfa;margin-bottom:.8rem}.cookie-dialog p{color:#f4e8da;line-height:1.62}.cookie-close{position:absolute;right:1rem;top:1rem;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fffdfa;width:2rem;height:2rem;border-radius:50%;cursor:pointer}.cookie-options{display:grid;gap:.8rem;margin:1rem 0}.cookie-options label{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:.8rem;padding:.8rem}.cookie-options input{margin-top:.2rem}.cookie-options strong{display:block;color:#fffdfa;margin-bottom:.25rem}.cookie-options span{color:#f4e8da;line-height:1.5}.cookie-policy-link{margin-top:1rem}.cookie-policy-link a{color:#fffdfa;font-weight:800}.not-found-page{max-width:1200px;min-height:calc(100vh - 72px);padding:5.5rem 1.25rem 3rem;display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1fr);gap:2rem;align-items:center}.not-found-copy h1{color:var(--ink);font-size:clamp(3.2rem,8vw,7.3rem);line-height:.9;max-width:9ch;margin-bottom:1.1rem}.not-found-lede{max-width:58ch;color:#403a35;font-size:clamp(1.06rem,2vw,1.28rem);line-height:1.72}.not-found-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.7rem}.not-found-primary{background:var(--ink);color:var(--white)}.not-found-primary:hover,.not-found-secondary:hover{transform:translateY(-2px)}.not-found-secondary{border:1px solid #b99d84;color:var(--ink);background:#fff7ed}.not-found-visual{position:relative;min-height:460px;border-radius:1.2rem;overflow:hidden;background:#24160f;box-shadow:0 24px 65px #3a24172e}.not-found-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.03)}.not-found-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#140d081f,#140d08c7)}.not-found-ticket{position:absolute;z-index:2;left:1.2rem;right:1.2rem;bottom:1.2rem;display:grid;gap:.4rem;padding:1.1rem;border:1px solid rgba(255,255,255,.28);border-radius:1rem;background:#24160fc2;color:#fff7ed;backdrop-filter:blur(10px)}.not-found-ticket span{color:#f4c992;font-size:clamp(4.2rem,11vw,8rem);font-weight:900;line-height:.8}.not-found-ticket strong{font-size:clamp(1.15rem,2vw,1.7rem)}.not-found-suggestions{max-width:1200px;padding:1.5rem 1.25rem 5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.not-found-suggestions article{background:var(--white);border:1px solid #e3d6c8;border-radius:1rem;padding:1.1rem}.not-found-suggestions span{display:block;color:#8a5a36;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.55rem}.not-found-suggestions h2{color:var(--ink);font-size:1.35rem;line-height:1.15;margin-bottom:.6rem}.not-found-suggestions p{color:#4e4944;line-height:1.6;margin-bottom:.9rem}.not-found-suggestions a{color:var(--ink);font-weight:800;text-decoration:none}.not-found-suggestions a:hover{text-decoration:underline}@media (max-width: 960px){.grid-layout,.experience-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about,.plant-hero,.plant-two-column{grid-template-columns:1fr}.plant-facts,.plant-image-band,.fruit-anatomy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.varietals-hero,.varietals-two-column{grid-template-columns:1fr}.varietals-intro,.varietal-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.varietal-image-row,.process-hero,.process-two-column{grid-template-columns:1fr}.process-facts,.process-flow,.myth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-hero,.guide-two-column{grid-template-columns:1fr}.tools-hero,.methods-hero{column-gap:2rem}.tools-hero h1,.methods-hero h1{max-width:12ch}.tools-hero img,.methods-hero img{margin-top:0}.guide-facts,.guide-card-grid,.formula-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.not-found-page{grid-template-columns:1fr;min-height:auto}.not-found-suggestions{grid-template-columns:repeat(2,minmax(0,1fr))}.cookie-banner{grid-template-columns:1fr}}@media (max-width: 760px){.site-nav{position:relative;min-height:4rem;padding:.65rem 1rem;align-items:center;flex-direction:row}.menu-toggle{display:flex}.site-nav.is-open .menu-toggle span:nth-child(1){transform:translateY(.37rem) rotate(45deg)}.site-nav.is-open .menu-toggle span:nth-child(2){opacity:0}.site-nav.is-open .menu-toggle span:nth-child(3){transform:translateY(-.37rem) rotate(-45deg)}.nav-list{position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;width:auto;display:none;grid-template-columns:1fr;gap:.2rem;padding:.65rem;background:var(--white);border:1px solid #dfd2c4;border-radius:1rem;box-shadow:0 18px 45px #3a24172e}.site-nav.is-open .nav-list{display:grid}.nav-list a{display:block;padding:.8rem .85rem;border-radius:.7rem;font-size:1rem}.nav-list a:hover,.nav-list a:focus-visible{background:#f1e6d8}.dropdown-menu{position:static;margin:.2rem 0 .25rem .75rem;padding:.35rem;box-shadow:none;opacity:1;visibility:visible;transform:none;background:#f1e6d8;border-radius:.75rem}.dropdown-menu a{padding:.62rem .75rem;white-space:normal}.language-switcher{padding:.5rem .85rem}.language-switcher a{display:inline-flex;padding:.5rem .65rem}}@media (max-width: 640px){.grid-layout,.experience-grid,.footer-grid{grid-template-columns:1fr}.hero-carousel{min-height:680px}.hero-track{height:680px;min-height:680px}.slide:after{background:linear-gradient(180deg,#140d08cc,#140d0861 45%,#140d08d6)}.hero-content{justify-content:flex-start;padding-top:3rem}.slide-caption{left:1.25rem;bottom:4.25rem;right:1.25rem}.carousel-dots{left:1.25rem;right:auto}.plant-hero{padding-top:3rem}.plant-facts,.plant-image-band,.variety-grid,.fruit-anatomy-grid{grid-template-columns:1fr}.varietals-hero{padding-top:3rem}.varietals-intro,.lineage-tree article,.varietal-card-grid{grid-template-columns:1fr}.lineage-tree{padding-left:.65rem}.process-hero{padding-top:3rem}.process-facts,.process-flow,.fermentation-grid,.decaf-grid,.myth-grid{grid-template-columns:1fr}.process-flow article:after{display:none}.guide-hero{padding-top:3rem}.guide-facts,.guide-card-grid,.formula-grid{grid-template-columns:1fr}.not-found-page{padding-top:3rem}.not-found-copy h1{max-width:10ch}.not-found-visual{min-height:390px}.not-found-suggestions{grid-template-columns:1fr}}:root{--cream: #f3f7fb;--mist: #d7e4ef;--caramel: #c9a86a;--ink: #0b1f3a;--soft-black: #111827;--white: #fbf8f2}body{background:radial-gradient(circle at 86% 8%,rgba(201,168,106,.16),transparent 24rem),linear-gradient(180deg,#f7fbff,#edf4fa 42%,#f7fbff)}.site-header{background:color-mix(in oklab,#f7fbff 88%,transparent);border-bottom-color:#0b1f3a24}.brand{color:#0b1f3a;font-family:Georgia,Times New Roman,serif;letter-spacing:.08em;text-transform:uppercase}.nav-list a{color:#1d2d44}.dropdown-menu,.nav-list{border-color:#0b1f3a24;box-shadow:0 18px 45px #0b1f3a1f}.dropdown-menu a:hover,.dropdown-menu a:focus-visible,.nav-list a:hover,.nav-list a:focus-visible{background:#e8f1f8}.hero-carousel,.slide{background:#061326}.slide:after{background:linear-gradient(90deg,#050f20e0,#08182e9e 38%,#08182e29 72%,#050f2047)}.hero h1,.plant-page h1,.varietals-page h1,.process-page h1,.guide-page h1,.not-found-copy h1{font-family:Georgia,Times New Roman,serif;letter-spacing:0}.hero h1{max-width:9ch;color:#fffaf0;text-shadow:0 18px 50px rgba(0,0,0,.26)}.hero-content .eyebrow,.slide-caption strong,.eyebrow,.plant-facts span,.varietals-intro span,.process-facts span,.guide-facts span,.guide-card-head span,.varietal-card-head span{color:#b99048}.claim,.slide-caption span{color:#edf5fb}.btn-primary,.guide-card-link,.not-found-primary{background:linear-gradient(135deg,#f4d890,#c9a86a);color:#08172b;border:1px solid rgba(137,103,39,.24)}.btn-secondary{border-color:#f4d890ad;color:#fffaf0;background:#08172b57}.grid-card,.variety-grid article,.varietals-intro article,.varietal-card-grid article,.process-facts article,.fermentation-grid article,.decaf-grid article,.myth-grid article,.guide-facts article,.guide-card-grid article,.guide-list article,.formula-grid article,.fruit-anatomy-figure,.not-found-suggestions article{background:#fbf8f2eb;border-color:#0b1f3a1f;box-shadow:0 18px 45px #0b1f3a14}.grid-card,.guide-card-grid article,.formula-grid article,.varietal-card-grid article,.process-facts article,.guide-facts article{border-radius:.7rem}.card-image,.about-visual,.plant-hero img,.varietals-hero img,.process-hero img,.guide-hero img,.guide-card-image,.plant-two-column figure img,.process-two-column figure img,.guide-two-column figure img{border-radius:.75rem;border:1px solid rgba(11,31,58,.12)}.experience-grid article{background:linear-gradient(180deg,#e8f1f8,#fbf8f2);border:1px solid rgba(11,31,58,.1)}.experience-grid h3{color:#0b1f3a}.plant-callout,.process-callout,.site-footer{background:linear-gradient(135deg,#061326,#0b1f3a 58%,#12345a);color:#fffaf0}.plant-callout h2,.plant-callout p,.process-callout h2,.process-callout p,.site-footer p{color:#fffaf0}.plant-page h2,.plant-page h3,.varietals-page h2,.varietals-page h3,.process-page h2,.process-page h3,.guide-page h2,.guide-page h3,.discovery-grid h2,.about h2,.experience h2,.final-cta h2{color:#0b1f3a}.plant-page p,.varietals-page p,.process-page p,.guide-page p,.grid-card p,.about p,.experience-grid p{color:#2f3f52}.final-cta{max-width:none;margin-top:4rem;padding:5rem 1.25rem;background:linear-gradient(135deg,#08172b,#12345a)}.final-cta h2{color:#fffaf0;max-width:900px;margin-inline:auto}.final-cta .btn{margin-top:1.2rem}.recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.recommendation-grid article{background:#fbf8f2f0;border:1px solid rgba(11,31,58,.12);border-radius:.7rem;padding:1.1rem;box-shadow:0 18px 45px #0b1f3a14}.recommendation-grid span{display:block;color:#b99048;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.55rem}.recommendation-grid h3{margin-bottom:.55rem}.recommendation-tip{margin-top:.75rem;font-weight:700;color:#12345a!important}.collection-builder>p{max-width:78ch}.collection-group{max-width:none;margin:2rem 0 0;padding:1.3rem;background:#fbf8f2c7;border:1px solid rgba(11,31,58,.12);border-radius:.8rem;box-shadow:0 18px 45px #0b1f3a14}.collection-group>h3{font-size:clamp(1.45rem,2vw,2rem);margin-bottom:.45rem}.collection-group>p{max-width:82ch}.collection-table-wrap{margin-top:1.3rem}.collection-table-wrap h4{color:#0b1f3a;font-size:1.05rem;margin-bottom:.65rem}.collection-table-scroll{overflow-x:auto;border:1px solid rgba(11,31,58,.12);border-radius:.7rem;background:#fbf8f2}.collection-table{width:100%;min-width:760px;border-collapse:collapse}.collection-table th,.collection-table td{padding:.85rem .95rem;border-bottom:1px solid rgba(11,31,58,.1);text-align:left;vertical-align:top;line-height:1.55}.collection-table th{color:#0b1f3a;background:#e8f1f8;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}.collection-table td:first-child{width:9.5rem;color:#12345a;font-weight:800}.collection-table tr:last-child td{border-bottom:0}.collection-climate-grid,.collection-moment-grid,.collection-occasion-board{display:grid;gap:1rem;margin-top:1.3rem}.collection-climate-grid,.collection-moment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-visual-card,.collection-moment-card,.collection-occasion-card{min-width:0;overflow:hidden;background:#fbf8f2f0;border:1px solid rgba(11,31,58,.12);border-radius:.75rem;box-shadow:0 18px 45px #0b1f3a14}.collection-visual-card{display:grid;grid-template-rows:auto 1fr}.collection-visual-card>img,.collection-moment-card>img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;border-bottom:1px solid rgba(11,31,58,.12)}.collection-visual-copy,.collection-moment-card,.collection-occasion-card{padding:1rem}.collection-visual-copy>span,.collection-moment-card span,.collection-occasion-card header span,.collection-season-panel>span,.collection-rec small{display:block;color:#b99048;font-weight:900;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.collection-visual-copy h4,.collection-moment-card h4,.collection-occasion-card h4{color:#0b1f3a;font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.15;margin:.45rem 0 .55rem}.collection-visual-copy p,.collection-moment-card p,.collection-occasion-card p,.collection-season-panel p{color:#2f3f52;line-height:1.62}.collection-moment-card{display:grid;grid-template-columns:minmax(130px,.42fr) minmax(0,1fr);gap:1rem;align-items:start}.collection-moment-card>img{aspect-ratio:4 / 5;border:1px solid rgba(11,31,58,.12);border-radius:.65rem}.collection-moment-card .collection-rec-grid{grid-column:1 / -1}.collection-rec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.7rem;margin-top:1rem}.collection-rec{min-height:7rem;display:grid;grid-template-columns:4.2rem minmax(0,1fr);align-items:center;gap:.85rem;padding:.72rem;border:1px solid rgba(11,31,58,.12);border-radius:.65rem;background:#e8f1f8}.collection-rec img{width:4.2rem;height:5.6rem;object-fit:contain;padding:.28rem;border:1px solid rgba(11,31,58,.08);border-radius:.5rem;background:#fbf8f2}.collection-rec div{min-width:0;display:grid;gap:.45rem}.collection-rec strong{color:#0b1f3a;line-height:1.25;overflow-wrap:anywhere}.collection-occasion-board{grid-template-columns:1fr}.collection-occasion-card header{display:grid;gap:.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(11,31,58,.1)}.collection-season-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.collection-season-panel{min-width:0;padding:1rem;border:1px solid rgba(11,31,58,.12);border-radius:.7rem;background:linear-gradient(180deg,#fbf8f2,#e8f1f8)}.collection-season-panel>span{margin-bottom:.55rem}.chemistry-section{max-width:1200px;padding:4.5rem 1.25rem 0}.chemistry-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1fr);gap:2rem;align-items:end;margin-bottom:1.5rem}.chemistry-head h2{color:#0b1f3a;font-size:clamp(1.9rem,4vw,3.1rem);line-height:1.05}.chemistry-head p:not(.eyebrow){color:#2f3f52;line-height:1.72}.chemistry-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin-bottom:1.5rem}.chemistry-summary-card{min-height:7.25rem;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;padding:.95rem;border:1px solid rgba(11,31,58,.12);border-radius:.7rem;background:#fbf8f2e6;color:#0b1f3a;text-decoration:none;box-shadow:0 18px 45px #0b1f3a14}.chemistry-summary-card:hover{transform:translateY(-2px)}.chemistry-summary-card span{color:#b99048;font-size:1.55rem;font-weight:900;line-height:1}.chemistry-summary-card strong{line-height:1.25}.chemistry-groups{display:grid;gap:1.2rem}.chemistry-group{min-width:0;overflow:hidden;max-width:none;padding:1.25rem;border:1px solid rgba(11,31,58,.12);border-radius:.8rem;background:#fbf8f2c7;box-shadow:0 18px 45px #0b1f3a14}.chemistry-group-copy{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(0,1fr);gap:1rem;align-items:start;margin-bottom:1rem}.chemistry-group h3{color:#0b1f3a;font-size:clamp(1.35rem,2.3vw,2rem);line-height:1.1}.chemistry-group p{color:#2f3f52;line-height:1.68}.chemistry-table-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto;border:1px solid rgba(11,31,58,.12);border-radius:.7rem;background:#fbf8f2}.chemistry-table{width:100%;min-width:980px;border-collapse:collapse}.chemistry-table th,.chemistry-table td{padding:.85rem .95rem;border-bottom:1px solid rgba(11,31,58,.1);text-align:left;vertical-align:top;line-height:1.55}.chemistry-table th{color:#0b1f3a;background:#e8f1f8;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.chemistry-table td{color:#2f3f52}.chemistry-table td:first-child{width:10.5rem;color:#12345a;font-weight:900}.chemistry-table td:nth-child(2){width:10.5rem;color:#6f4f16;font-weight:800}.chemistry-table tr:last-child td{border-bottom:0}.concentration-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 960px){.recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chemistry-head,.chemistry-group-copy{grid-template-columns:1fr}.chemistry-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.recommendation-grid,.chemistry-summary{grid-template-columns:1fr}.chemistry-group{padding:1rem}.concentration-card-grid{grid-template-columns:1fr}.collection-group{padding:1rem}.collection-climate-grid,.collection-moment-grid,.collection-season-pair,.collection-moment-card{grid-template-columns:1fr}.collection-moment-card>img{aspect-ratio:16 / 9}.collection-rec-grid{grid-template-columns:1fr}.collection-rec{grid-template-columns:3.8rem minmax(0,1fr)}.collection-rec img{width:3.8rem;height:5rem}}
