@font-face{font-family:Bricolage;src:url('/assets/bricolage-700.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Bricolage;src:url('/assets/bricolage-800.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:DM Sans;src:url('/assets/dm-sans-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:DM Sans;src:url('/assets/dm-sans-500.ttf') format('truetype');font-weight:500 700;font-style:normal;font-display:swap}
:root{--paper:#fdfcf9;--ink:#292827;--muted:#68655f;--red:#d32137;--line:#dfddd6;--display:Bricolage,'Arial Rounded MT Bold',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif;--gutter:clamp(1.25rem,4.7vw,5rem)}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:6.5rem}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:1rem;-webkit-font-smoothing:antialiased;line-height:1.6}
body.dialog-open{overflow:hidden}
button,input{font:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button{color:inherit}
svg{display:block;width:1.4rem;height:1.4rem;flex-shrink:0}
img{display:block;max-width:100%}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid var(--red);outline-offset:5px}
button:disabled{cursor:default}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.04}
.wrap{width:min(100% - var(--gutter)*2,1320px);margin-inline:auto}
.eyebrow{display:block;font-size:.75rem;font-weight:500;letter-spacing:.14em;line-height:1.6}
.section-space{padding-block:6.25rem}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}
.section-heading h2{font-size:clamp(2.4rem,4.15vw,3.9rem);letter-spacing:-.05em;margin-top:.75rem}
.section-heading>p{color:var(--muted);max-width:25rem;line-height:1.7}
.section-heading .text-link{margin-bottom:.35rem}
.button{display:inline-flex;align-items:center;justify-content:center;gap:1.9rem;min-height:3.5rem;border:1px solid transparent;border-radius:3rem;padding:.95rem 1.6rem;font-size:.9375rem;font-weight:500;line-height:1.4;transition:background .2s,transform .2s;white-space:normal}
.button:hover{transform:translateY(-2px)}
.button-red{background:var(--red);color:white}
.button-red:hover{background:#b9172b}
.button-dark{background:var(--ink);color:white}
.button-dark:hover{background:#41403d}
.text-link{display:inline-flex;align-items:center;gap:1rem;font-size:.9375rem;font-weight:500;background:none;border:0;padding:0 0 .25rem;border-bottom:1px solid currentColor;line-height:1.5}
.text-link svg{width:1.25rem;height:1.25rem;transition:transform .2s}
.text-link:hover svg{transform:translateX(4px)}
.subtle-link{font-size:.875rem;border-bottom:1px solid #a6a39c;padding-bottom:3px}
.round-button{display:grid;place-items:center;border:1px solid #2928273d;border-radius:50%;width:2.8rem;height:2.8rem;flex-shrink:0;transition:background .2s,color .2s}
.skip-link{position:fixed;z-index:200;top:.5rem;left:.5rem;transform:translateY(-160%);padding:.7rem 1rem;background:var(--ink);color:white}
.skip-link:focus{transform:translateY(0)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.site-header{height:6rem;border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:20}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.wordmark{font-family:var(--display);font-weight:800;font-size:2.25rem;line-height:1;letter-spacing:-.08em;color:var(--red)}
.main-nav{display:flex;align-items:center;gap:2.1rem}
.main-nav a{font-size:.875rem;font-weight:500;position:relative;padding:.6rem 0}
.main-nav a::after{content:'';position:absolute;bottom:.3rem;left:0;height:1px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}
.main-nav a:hover::after,.main-nav a[aria-current]::after{transform:scaleX(1)}
.header-contact{display:flex;align-items:center;gap:1rem;font-size:.875rem;font-weight:500;border:1px solid #b1ada5;border-radius:3rem;padding:.65rem 1.05rem}
.header-contact:hover{background:#eeece5}
.header-contact svg{width:1.2rem;height:1.2rem}
.menu-toggle,.mobile-contact{display:none!important}
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px;max-width:1720px;margin:auto}
.hero-copy{padding:6.3rem 2.5rem 3rem max(var(--gutter),calc((100vw - 1320px)/2));display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.hero-copy>.eyebrow{color:#615b51;margin-bottom:1.5rem}
.hero h1{font-size:clamp(3.5rem,6.8vw,6.6rem);letter-spacing:-.066em;line-height:1.025;color:var(--ink);white-space:nowrap}
.hero h1 span{color:var(--red)}
.hero-copy>p{font-size:1.125rem;line-height:1.65;color:var(--muted);margin-top:1.6rem}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}
.hero-footnote{display:flex;align-items:center;gap:.8rem;color:var(--muted);font-size:.75rem;margin-top:4rem}
.mini-rule{height:1px;width:1.5rem;background:#a8a298;display:block}
.hero-visual{position:relative;min-height:650px;overflow:hidden;background:#f0d59c}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:62% 50%;position:absolute;inset:0}
.photo-caption{position:absolute;top:1.65rem;left:1.8rem;font-size:.75rem;letter-spacing:.13em;font-weight:500;color:#413929}
.hero-product-link{position:absolute;bottom:1.6rem;left:1.6rem;right:1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--paper);padding:1.1rem 1.3rem;max-width:22rem;border-radius:.3rem;font-weight:500;font-size:.875rem;line-height:1.5}
.hero-product-link .round-button{background:transparent;width:2.5rem;height:2.5rem}
.hero-product-link:hover .round-button{background:var(--ink);color:white}
.brand-promise{display:flex;align-items:center;justify-content:center;gap:0;border-block:1px solid var(--line);min-height:5.2rem;font-size:.9375rem;font-weight:500}
.brand-promise span{padding:.25rem 3.2vw;text-align:center}
.brand-promise span+span{border-left:1px solid var(--line)}
.mobile-break{display:none}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}
.product-card{min-width:0}
.product-art{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:350px;border:0;border-radius:.45rem;background:var(--product-colour);isolation:isolate;overflow:hidden;color:var(--product-ink)}
.product-meta{display:flex;justify-content:space-between;gap:.5rem;position:absolute;left:1.2rem;right:1.2rem;top:1.1rem;font-size:.75rem;font-weight:500;letter-spacing:.09em}
.product-meta span{font-size:.75rem;letter-spacing:0}
.product-art img{height:245px;width:auto;max-width:46%;object-fit:contain;filter:drop-shadow(8px 10px 5px #29201e19);transform:rotate(-9deg);transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.product-card:nth-child(even) .product-art img{transform:rotate(8deg)}
.product-art:hover img,.product-art:focus-visible img{transform:rotate(0deg) translateY(-6px)!important}
.product-art-caption{font-family:var(--display);font-size:clamp(1.6rem,2.8vw,2.6rem);font-weight:700;letter-spacing:-.05em;position:absolute;left:1.2rem;bottom:.8rem;line-height:1}
.product-art .round-button{position:absolute;right:1rem;bottom:.85rem;border-color:currentColor;width:2.4rem;height:2.4rem}
.product-art:hover .round-button{background:var(--product-ink);color:white}
.product-info{padding-top:1.1rem}
.product-info h3{font-size:1.375rem;letter-spacing:-.03em;line-height:1.2}
.product-info h3 button{font:inherit;padding:0;background:transparent;border:0;text-align:left}
.tasting-notes{font-size:.8125rem;color:var(--muted);margin-top:.4rem;line-height:1.5}
.story-section{padding-top:1rem;padding-bottom:6rem}
.story-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:7%;align-items:center}
.story-art{height:590px;position:relative;overflow:hidden;isolation:isolate;border-radius:.45rem;background:#e9ebc8}
.story-art-word{position:absolute;top:2rem;left:1.8rem;font-family:var(--display);font-weight:800;font-size:clamp(4rem,7.5vw,7rem);letter-spacing:-.065em;line-height:.9;color:#d3d7a2}
.story-pack{position:absolute;width:auto;object-fit:contain;filter:drop-shadow(14px 15px 8px #3b3a2826)}
.story-pack-one{height:470px;top:47px;left:30%;transform:rotate(-17deg);z-index:2}
.story-pack-two{height:465px;top:75px;left:53%;transform:rotate(15deg)}
.story-art-label{position:absolute;bottom:1.5rem;left:1.8rem;color:#414729;font-size:.75rem;letter-spacing:.1em;font-weight:500}
.story-copy{padding:1rem 0}
.story-copy h2{font-size:clamp(2.65rem,4.35vw,4.3rem);letter-spacing:-.055em;margin:1.1rem 0 1.75rem}
.story-copy>p{max-width:29rem;color:var(--muted);font-size:1.0625rem;margin-bottom:1.1rem;line-height:1.8}
.story-copy .text-link{margin-top:1.1rem}
.ingredients-section{padding-top:1rem;padding-bottom:6rem}
.ingredients-section .section-heading{margin-bottom:3.2rem}
.ingredient-list{border-top:1px solid var(--line)}
.ingredient-list>a{display:grid;grid-template-columns:2rem 1fr 1.1fr 1fr;align-items:center;gap:1.5rem;border-bottom:1px solid var(--line);padding:1.75rem 0;transition:padding .25s,background .25s}
.ingredient-list>a:hover{background:#f4f1e8;padding-inline:.6rem}
.ingredient-number{font-size:.75rem;color:var(--muted)}
.ingredient-list h3{font-size:1.5rem;letter-spacing:-.03em;line-height:1.2}
.ingredient-list p{font-size:.875rem;line-height:1.6;max-width:21rem;color:var(--muted)}
.ingredient-link{display:flex;gap:1rem;align-items:center;justify-content:flex-end;font-size:.8125rem;font-weight:500;text-align:right}
.ingredient-link svg{width:1.2rem;height:1.2rem}
.approach-section{background:#f1eee7;padding:4.5rem 0 4rem}
.approach-inner{display:grid;grid-template-columns:.5fr 1.35fr 1fr;gap:3rem}
.approach-inner>.eyebrow{padding-top:.35rem}
.approach-inner h2{font-size:clamp(2.2rem,3.3vw,3.2rem);letter-spacing:-.04em}
.approach-notes p{font-size:.875rem;line-height:1.7;margin-bottom:1rem;color:var(--muted)}
.approach-notes strong{font-weight:500;color:var(--ink)}
.site-footer{background:var(--red);color:var(--paper);padding-top:4.6rem}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}
.footer-top h2{font-size:clamp(2.75rem,4.65vw,4.2rem);letter-spacing:-.055em;margin-top:1rem}
.footer-top>div>p{font-size:.875rem;margin-top:1rem;max-width:23rem;opacity:.85}
.newsletter label{font-size:.8125rem}
.email-row{display:flex;border-bottom:1px solid #fdfcf996;padding:.5rem 0;margin-bottom:.75rem}
.email-row input{flex:1;width:0;min-width:0;background:transparent;border:0;outline:0;color:white;font-size:1.25rem;padding:.5rem 0;border-radius:0}
.email-row input::placeholder{color:#ffffff9e}
.email-row input:focus-visible{outline:2px solid white;outline-offset:4px}
.email-row button{display:grid;place-items:center;color:var(--red);background:var(--paper);border:0;border-radius:50%;width:2.9rem;height:2.9rem;margin-left:1rem;flex-shrink:0}
.email-row button:hover{background:#eae4d6}
.form-note{font-size:.75rem;line-height:1.6;opacity:.8}
.form-result{font-size:.875rem;line-height:1.6;margin-top:.65rem;max-width:32rem}
.form-result:empty{display:none}
.footer-email{display:flex;gap:.75rem;align-items:center;font-size:.8125rem;margin-top:1.8rem;opacity:.9}
.footer-email svg{width:1.2rem;height:1.2rem}
.footer-large-logo{font-family:var(--display);font-weight:800;font-size:clamp(5rem,21.3vw,19rem);letter-spacing:-.09em;line-height:1.18;margin-top:2.9rem;user-select:none}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-top:1px solid #fdfcf94f;padding:1.5rem 0 1.7rem;font-size:.75rem}
.footer-bottom nav{display:flex;gap:1.8rem}
.footer-bottom button{border:0;background:none;padding:0;color:inherit;font-size:inherit}
.footer-bottom a:hover,.footer-bottom button:hover{text-decoration:underline;text-underline-offset:3px}
.site-footer :focus-visible{outline-color:white}
.range-intro{padding-top:2.25rem;padding-bottom:4rem}
.back-link{display:inline-block;font-size:.8125rem;color:var(--muted);margin-bottom:2.75rem}
.range-intro>.eyebrow{margin-bottom:1rem}
.range-title{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem}
.range-title h1{font-size:clamp(3.4rem,6.7vw,6rem);letter-spacing:-.055em;line-height:1.025}
.range-title h1 span{color:var(--red)}
.range-title p{color:var(--muted);font-size:1.0625rem;line-height:1.75;padding-bottom:.35rem}
.range-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem 0;border-top:1px solid var(--line);margin-bottom:1.75rem}
.flavour-filters{display:flex;gap:.55rem;flex-wrap:wrap}
.flavour-filters button{border:1px solid #d4d1c9;background:none;padding:.65rem 1.2rem;border-radius:2rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s}
.flavour-filters button:hover{background:#eeebe3}
.flavour-filters button.active{background:var(--ink);border-color:var(--ink);color:white}
#range-count{font-size:.8125rem;color:var(--muted);white-space:nowrap}
.range-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.5rem 2rem;min-height:200px}
.product-card-full .product-art{height:470px}
.product-card-full .product-art img{height:350px}
.product-card-full .product-art-caption{font-size:clamp(2rem,4.5vw,4rem);bottom:1.2rem;left:1.7rem}
.product-card-full .product-art .round-button{width:3rem;height:3rem;bottom:1.3rem;right:1.6rem}
.product-card-full .product-meta{top:1.5rem;left:1.7rem;right:1.7rem}
.product-card-full .product-info h3{font-size:2rem}
.product-card-full .tasting-notes{font-size:.875rem}
.product-description{color:var(--muted);font-size:1rem;max-width:31rem;margin:1rem 0 1.2rem;line-height:1.75}
.product-card-full .text-link{font-size:.875rem}
[hidden]{display:none!important}
.range-ending{padding:6rem 0;text-align:center}
.range-ending h2{font-size:clamp(2.2rem,4.1vw,3.6rem);letter-spacing:-.045em;margin:1rem 0 2rem;line-height:1.1}
dialog{color:var(--ink);background:var(--paper);padding:0;border:0;border-radius:.65rem;max-height:90svh;overscroll-behavior:contain}
dialog::backdrop{background:#242122a6;backdrop-filter:blur(5px)}
.dialog-close{position:absolute;z-index:3;right:1rem;top:1rem;display:grid;place-items:center;background:var(--paper);color:var(--ink);border:1px solid #29282733;border-radius:50%;width:2.6rem;height:2.6rem}
.dialog-close:hover{background:#e6e3da}
.product-dialog{width:min(960px,calc(100% - 2rem))}
.product-dialog[open]{display:grid;grid-template-columns:42% 58%;animation:dialog-in .2s ease-out}
.dialog-art{background:var(--product-colour);color:var(--product-ink);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;min-height:560px;padding:2.3rem 1.5rem}
.dialog-art>img{height:380px;width:auto;max-width:65%;object-fit:contain;transform:rotate(-8deg);filter:drop-shadow(9px 12px 6px #29201e22)}
.dialog-weight{font-size:.8125rem}
.dialog-copy{padding:3.5rem 2.7rem 2.5rem;overflow-wrap:anywhere}
.dialog-copy>.eyebrow{font-size:.75rem;letter-spacing:.08em;color:var(--muted)}
.dialog-copy h2{font-size:clamp(2.5rem,4vw,3.5rem);letter-spacing:-.05em;margin:.8rem 0 1.2rem}
.dialog-copy>p{font-size:1rem;line-height:1.7;color:var(--muted)}
.product-traits{display:flex;gap:.5rem;margin:1.5rem 0}
.product-traits span{padding:.3rem .75rem;border:1px solid var(--line);border-radius:2rem;font-size:.75rem}
details{border-top:1px solid var(--line)}
summary{cursor:pointer;font-size:.875rem;font-weight:500;padding:1rem 0;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}
summary::-webkit-details-marker{display:none}
summary::after{content:'+';font-size:1.25rem;font-weight:400}
details[open]>summary::after{content:'−'}
details>p{font-size:.8125rem;line-height:1.7;color:var(--muted);padding-bottom:1.2rem}
.dialog-copy>.pack-note{font-size:.75rem;line-height:1.6;margin:1.3rem 0}
.dialog-copy>.button{font-size:.8125rem;min-height:2.8rem;padding:.7rem 1.3rem}
.info-dialog{width:min(560px,calc(100% - 2rem));padding:3rem}
.info-dialog[open]{animation:dialog-in .2s ease-out}
.info-dialog h2{font-size:2.5rem;letter-spacing:-.04em;margin:1rem 0}
.info-dialog p{margin:1rem 0;color:var(--muted);font-size:.9375rem;line-height:1.75}
.info-dialog a{text-decoration:underline;overflow-wrap:anywhere}
.info-dialog>.button{margin-top:1rem}
@keyframes dialog-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1720px){.hero-copy{padding-left:calc((1720px - 1320px)/2)}}
@media(max-width:1100px){.main-nav{gap:1.25rem}.header-inner{gap:1.5rem}.hero,.hero-visual{min-height:570px}.hero-copy{padding-top:3.5rem;padding-bottom:2.5rem}.hero h1{font-size:6.5vw}.hero-actions{gap:1rem}.hero-footnote{margin-top:2.5rem}.product-grid{gap:1rem}.product-art{height:310px}.product-art img{height:215px}.product-meta{left:.8rem;right:.8rem;font-size:.75rem}.product-art-caption{left:.8rem;font-size:2rem}.product-art .round-button{right:.7rem;width:2rem;height:2rem}.product-info h3{font-size:1.2rem}.story-art{height:500px}.story-pack-one{height:390px;top:55px;left:28%}.story-pack-two{height:390px;top:75px;left:53%}.ingredient-list>a{grid-template-columns:1.5rem 1.1fr 1.1fr;gap:1.25rem}.ingredient-link{display:none}.approach-inner{grid-template-columns:1.2fr 1fr;gap:2rem}.approach-inner>.eyebrow{grid-column:1/-1}.footer-bottom{gap:1rem}.footer-bottom nav{gap:1rem}}
@media(max-width:800px){:root{--gutter:1.5rem}.site-header{height:5rem}.wordmark{font-size:2rem}.header-contact{margin-left:auto}.menu-toggle{display:flex!important;flex-direction:column;justify-content:center;gap:7px;width:2.6rem;height:2.6rem;background:none;border:0;padding:.45rem}.menu-toggle span{display:block;width:100%;height:1.5px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4.25px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4.25px) rotate(-45deg)}.main-nav{display:none;position:absolute;top:5rem;left:0;right:0;background:var(--paper);padding:1.4rem var(--gutter) 2rem;border-bottom:1px solid var(--line);box-shadow:0 12px 18px #2928270d}.main-nav.open{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.main-nav a{font-size:1.2rem}.mobile-contact{display:block!important}.hero{grid-template-columns:1fr 1fr;min-height:530px}.hero-visual{min-height:530px}.hero-copy{padding-right:1.5rem}.hero h1{font-size:6.55vw}.hero-copy>.eyebrow{font-size:.75rem;letter-spacing:.1em}.hero-copy>p{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:1.15rem}.hero-actions .button{font-size:.8125rem;gap:1rem;min-height:3.2rem}.hero-footnote{font-size:.75rem}.hero-photo{object-position:67% 50%}.photo-caption{left:1.2rem;font-size:.75rem}.hero-product-link{left:1rem;right:1rem;bottom:1rem;font-size:.75rem;padding:.9rem}.brand-promise{font-size:.8125rem;min-height:4.5rem}.brand-promise span{padding-inline:2vw}.section-space{padding-block:4rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.2rem}.product-art{height:360px}.product-art img{height:255px}.product-art-caption{font-size:2.5rem;left:1rem;bottom:1rem}.product-art .round-button{width:2.4rem;height:2.4rem;bottom:.9rem;right:1rem}.product-info h3{font-size:1.375rem}.product-meta{left:1rem;right:1rem;font-size:.75rem}.story-section{padding-top:0}.story-grid{gap:5%}.story-art{height:470px}.story-pack-one{height:340px;left:25%;top:72px}.story-pack-two{height:335px;top:89px;left:51%}.story-art-word{font-size:4.2rem;left:1rem;top:1.5rem}.story-art-label{left:1rem;right:1rem;font-size:.75rem;letter-spacing:.06em}.story-copy h2{font-size:2.8rem;line-height:1.04}.story-copy>p{font-size:.9375rem}.story-copy .text-link{font-size:.8125rem;gap:.5rem}.ingredient-list h3{font-size:1.25rem}.ingredients-section .section-heading>p{font-size:.875rem;max-width:14rem}.approach-section{padding:3rem 0}.approach-inner h2{font-size:2.4rem}.footer-top{gap:5%}.footer-top h2{font-size:3rem}.footer-top>div>p{font-size:.8125rem}.footer-email{font-size:.75rem}.footer-bottom{flex-wrap:wrap}.footer-bottom>p{flex-basis:100%}.range-title{align-items:flex-start;flex-direction:column;gap:1.25rem}.range-title h1{font-size:4.5rem}.range-title p{font-size:1rem}.range-toolbar{align-items:flex-start}.flavour-filters button{font-size:.8125rem;padding:.6rem 1rem}.range-grid{gap:3rem 1.5rem}.product-card-full .product-art{height:400px}.product-card-full .product-art img{height:290px}.product-card-full .product-art-caption{font-size:2.7rem;left:1.2rem}.product-card-full .product-art .round-button{width:2.5rem;height:2.5rem;right:1.1rem}.product-card-full .product-info h3{font-size:1.7rem}.product-description{font-size:.9375rem}.product-dialog[open]{grid-template-columns:38% 62%}.dialog-art{padding:2rem 1rem}.dialog-art>.eyebrow{font-size:.75rem}.dialog-art>img{height:330px;max-width:70%}.dialog-copy{padding:3rem 1.8rem 2rem}.dialog-copy h2{font-size:2.6rem}.dialog-copy>p{font-size:.9375rem}}
@media(max-width:600px){:root{--gutter:1.25rem}.site-header{height:4.75rem}.main-nav{top:4.75rem}.header-contact{font-size:.75rem;gap:.65rem;padding:.5rem .85rem}.header-inner{gap:.75rem}.wordmark{font-size:1.85rem}.header-contact svg{width:1rem;height:1rem}.hero{grid-template-columns:1fr}.hero-copy{padding:2.9rem var(--gutter) 2.75rem}.hero-copy>.eyebrow{font-size:.75rem;letter-spacing:.12em;margin-bottom:1.1rem}.hero h1{font-size:clamp(3.45rem,12.5vw,4.65rem);letter-spacing:-.055em;white-space:normal}.hero-copy>p{font-size:1rem;margin-top:1.1rem}.hero-actions{flex-direction:row;align-items:center;gap:1rem;margin-top:1.5rem}.hero-actions .button{font-size:.8125rem;gap:1rem;padding:.9rem 1.15rem}.subtle-link{font-size:.75rem}.hero-footnote{display:none}.hero-visual{min-height:370px;aspect-ratio:1.18}.hero-photo{object-position:63% 58%}.photo-caption{top:1.25rem;left:1.25rem;font-size:.75rem}.hero-product-link{max-width:19rem;padding:.9rem 1rem;bottom:1.25rem;left:1.25rem;right:1.25rem}.brand-promise{display:grid;grid-template-columns:1fr 1fr;padding:.6rem var(--gutter);gap:0;font-size:.75rem;min-height:5.2rem}.brand-promise span{padding:.4rem .5rem}.brand-promise span:nth-child(3){border-left:0}.section-space{padding-block:3.5rem}.section-heading{gap:1rem;align-items:flex-start;margin-bottom:1.75rem}.section-heading h2{font-size:2.6rem;margin-top:.6rem;line-height:1.03}.section-heading .text-link{font-size:.75rem;gap:.5rem;align-self:flex-end;flex-shrink:0;max-width:8rem}.section-heading .text-link svg{width:1rem;height:1rem}.mobile-break{display:block}.eyebrow{font-size:.75rem;letter-spacing:.13em}.product-grid{gap:1.75rem .85rem}.product-art{height:275px;border-radius:.35rem}.product-art img{height:193px;max-width:55%}.product-meta{left:.75rem;right:.75rem;top:.75rem;font-size:.75rem;letter-spacing:.06em}.product-meta span{font-size:.75rem}.product-art-caption{font-size:1.625rem;left:.7rem;bottom:.75rem}.product-art .round-button{width:1.85rem;height:1.85rem;right:.65rem;bottom:.6rem}.product-art .round-button svg{width:1.1rem;height:1.1rem}.product-info{padding-top:.8rem}.product-info h3{font-size:1.125rem;line-height:1.2}.tasting-notes{font-size:.75rem;line-height:1.6;margin-top:.35rem}.story-section{padding-top:.5rem}.story-grid{grid-template-columns:1fr;gap:2.5rem}.story-art{height:465px}.story-art-word{font-size:5.4rem;left:1.4rem;top:1.7rem}.story-pack-one{height:365px;top:40px;left:29%}.story-pack-two{height:360px;top:65px;left:52%}.story-art-label{left:1.4rem;font-size:.75rem;bottom:1.35rem}.story-copy{padding:0}.story-copy h2{font-size:3rem;margin:.8rem 0 1.4rem}.story-copy>p{font-size:1rem;max-width:100%}.story-copy .text-link{font-size:.875rem;margin-top:.75rem}.ingredients-section{padding-top:0}.ingredients-section .section-heading{display:block;margin-bottom:1.75rem}.ingredients-section .section-heading h2{font-size:2.75rem}.ingredients-section .section-heading>p{max-width:none;font-size:.9375rem;margin-top:1.2rem}.ingredient-list>a{grid-template-columns:1.3rem 1fr;gap:.6rem 1rem;padding:1.3rem 0}.ingredient-number{grid-row:1/3;align-self:start;padding-top:.2rem}.ingredient-list h3{font-size:1.45rem}.ingredient-list p{grid-column:2;font-size:.875rem;max-width:95%}.ingredient-link{display:none}.approach-inner{grid-template-columns:1fr;gap:1.25rem}.approach-inner h2{font-size:2.4rem;line-height:1.1}.approach-notes{margin-top:.25rem}.approach-notes p{font-size:.9375rem;margin-bottom:.75rem;max-width:26rem}.site-footer{padding-top:3rem}.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-top h2{font-size:3.3rem;margin-top:.8rem}.footer-top>div>p{font-size:.9375rem;max-width:21rem}.newsletter label{font-size:.875rem}.email-row input{font-size:1.2rem}.form-note{font-size:.75rem}.footer-email{font-size:.8125rem;margin-top:1.4rem}.footer-large-logo{font-size:22vw;line-height:1.3;margin-top:2rem;letter-spacing:-.09em}.footer-bottom{padding:1.2rem 0 1.5rem;gap:1.1rem;font-size:.75rem}.footer-bottom nav{gap:1rem}.range-intro{padding-top:1.5rem;padding-bottom:2.2rem}.back-link{margin-bottom:2.1rem;font-size:.75rem}.range-intro>.eyebrow{font-size:.75rem}.range-title{gap:1.2rem}.range-title h1{font-size:clamp(3rem,11.5vw,4.2rem);letter-spacing:-.06em}.range-title p{font-size:.9375rem}.range-toolbar{flex-direction:column;padding:1.2rem 0 .4rem;margin-bottom:1.5rem;gap:1rem}.flavour-filters{gap:.45rem}.flavour-filters button{padding:.6rem .9rem;font-size:.75rem;min-height:2.7rem}#range-count{font-size:.75rem}.range-grid{grid-template-columns:1fr;gap:2.5rem}.product-card-full .product-art{height:415px}.product-card-full .product-art img{height:300px}.product-card-full .product-meta{font-size:.75rem;left:1.25rem;right:1.25rem;top:1.25rem}.product-card-full .product-meta span{font-size:.75rem}.product-card-full .product-art-caption{font-size:3.1rem;left:1.25rem;bottom:1.1rem}.product-card-full .product-art .round-button{width:2.8rem;height:2.8rem;right:1.2rem;bottom:1.1rem}.product-card-full .product-art .round-button svg{width:1.4rem;height:1.4rem}.product-card-full .product-info{padding-top:1.1rem}.product-card-full .product-info h3{font-size:1.9rem}.product-card-full .tasting-notes{font-size:.875rem}.product-description{font-size:1rem;margin:.9rem 0 1.1rem}.product-card-full .text-link{font-size:.875rem}.range-ending{padding:4rem 0}.range-ending h2{font-size:2.3rem;line-height:1.13;margin-top:1.1rem}.product-dialog{width:calc(100% - 1.2rem);max-height:92svh}.product-dialog[open]{grid-template-columns:1fr}.dialog-art{min-height:0;height:315px;padding:1.25rem;gap:.6rem}.dialog-art>.eyebrow{font-size:.75rem}.dialog-art>img{height:225px;width:auto;max-width:50%}.dialog-weight{font-size:.75rem}.dialog-copy{padding:2rem 1.5rem}.dialog-copy h2{font-size:2.8rem;margin:.7rem 0 1rem}.dialog-copy>p{font-size:1rem}.dialog-copy>.eyebrow{font-size:.75rem}.product-traits{margin:1.2rem 0}.dialog-close{position:sticky;top:.65rem;float:right;margin:.65rem .65rem -3.25rem auto;grid-column:1;width:2.5rem;height:2.5rem}.product-dialog .dialog-art{grid-row:1}.product-dialog .dialog-copy{grid-row:2}.product-dialog>.dialog-close{grid-row:1;align-self:start;justify-self:end;z-index:3}.info-dialog{padding:2.8rem 1.5rem 2rem}.info-dialog h2{font-size:2.2rem}.info-dialog>.dialog-close{position:absolute;top:.5rem;right:.5rem;margin:0}}
@media(max-width:360px){.header-contact{display:none}.menu-toggle{margin-left:auto}.hero h1{font-size:3.15rem}.hero-actions{gap:.8rem}.hero-actions .button{font-size:.75rem;padding:.85rem 1rem}.subtle-link{font-size:.75rem}.product-art{height:240px}.product-art img{height:165px}.product-art-caption{font-size:1.3rem}.product-art .round-button{width:1.65rem;height:1.65rem}.section-heading h2{font-size:2.2rem}.product-info h3{font-size:1rem}.story-art{height:415px}.story-pack-one{height:315px}.story-pack-two{height:310px}.footer-bottom>a{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.product-art-caption,.product-card-full .product-art-caption{font-family:var(--body);font-size:.75rem;font-weight:500;letter-spacing:0;line-height:1.4;left:1rem;bottom:1.2rem}
@media(max-width:600px){.product-art-caption{left:.75rem;bottom:.9rem}.product-card-full .product-art-caption{left:1.25rem;bottom:1.65rem}.product-dialog .dialog-art{grid-column:1}.product-dialog .dialog-copy{grid-column:1}}

/* Keep the supplied studio photography intact on a clean white surface. */
.product-art{background:#fff;border:1px solid var(--line)}
.product-art img,.product-card:nth-child(even) .product-art img{width:100%;height:100%;max-width:100%;object-fit:contain;transform:none;filter:none}
.product-art:hover img,.product-art:focus-visible img{transform:scale(1.025)!important}
.product-meta,.product-art-caption,.product-art .round-button{z-index:1}
.product-meta{color:var(--ink)}
.product-art-caption{color:var(--product-ink)}
.product-art .round-button{background:var(--product-colour);border-color:transparent}
.product-card-full .product-art img{width:100%;height:100%;max-width:100%}
.dialog-art{background:#fff;border-right:1px solid var(--line)}
.dialog-art>img{width:100%;max-width:100%;height:420px;object-fit:contain;transform:none;filter:none}
.story-pack{width:auto;max-width:none;object-fit:contain;border-radius:0}
.story-pack-one{aspect-ratio:317/1308}.story-pack-two{aspect-ratio:287/1236}
@media(min-width:1001px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}}
@media(min-width:801px) and (max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.dialog-art>img{height:360px;max-width:100%}}
@media(max-width:600px){.dialog-art>img{height:225px;width:100%;max-width:100%}.dialog-art{border-right:0;border-bottom:1px solid var(--line)}}
