*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--charcoal);background:var(--cream);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}img,svg,video,canvas,model-viewer{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{border:0;background:0;cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,.display{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em;line-height:.93}h1{font-size:clamp(3.4rem,8vw,9rem)}h2{font-size:clamp(2.7rem,6vw,6.8rem)}h3{line-height:1.08}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.section-pad{padding:clamp(72px,10vw,150px) 0}.eyebrow{display:inline-flex;align-items:center;gap:.65rem;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700}.eyebrow::before{content:'';width:2.25rem;height:1px;background:currentColor}.rte{max-width:64ch}.rte p:last-child{margin-bottom:0}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.8rem 1.5rem;border:1px solid var(--ink);border-radius:var(--button-radius);background:var(--ink);color:var(--cream);font-weight:700;transition:transform .25s,background .25s,color .25s}.button:hover{transform:translateY(-2px);background:var(--leaf)}.button--outline{background:transparent;color:var(--ink)}.button--outline:hover{background:var(--ink);color:var(--cream)}.icon-button{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;transition:background .2s}.icon-button:hover{background:rgba(21,60,45,.08)}.icon-button svg,.button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6}.skip-link{position:fixed;z-index:10000;top:8px;left:8px;padding:12px 18px;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.badge{display:inline-block;padding:.25rem .55rem;border-radius:99px;background:var(--gold);color:#fff;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}.price{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;font-size:1.25rem}.price s{opacity:.55}.paper{position:relative}.paper::after{content:'';position:absolute;inset:0;pointer-events:none;opacity:.13;mix-blend-mode:multiply;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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E")}
.announcement{min-height:32px;display:flex;align-items:center;justify-content:center;padding:5px 20px;background:var(--ink);color:var(--cream);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;text-align:center}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid transparent;transition:background .3s,border-color .3s}.site-header.is-scrolled,.site-header:focus-within{background:color-mix(in srgb,var(--cream) 94%,transparent);backdrop-filter:blur(12px);border-color:rgba(21,60,45,.14)}.header__inner{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header__brand{font-family:Georgia,serif;font-size:1.25rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink)}.header__nav ul,.header__actions{display:flex;align-items:center;gap:1.6rem;list-style:none;padding:0;margin:0}.header__nav a{font-size:.83rem}.header__actions{justify-content:flex-end;gap:.25rem}.cart-count{min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--cream);font-size:.65rem}.mobile-menu-button{display:none}.drawer{position:fixed;inset:0;z-index:80;visibility:hidden}.drawer[open],.drawer.is-open{visibility:visible}.drawer__overlay{position:absolute;inset:0;background:rgba(10,25,18,.45);opacity:0;transition:opacity .3s}.drawer.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;inset:0 0 0 auto;width:min(460px,92vw);background:var(--cream);padding:24px;transform:translateX(102%);transition:transform .4s cubic-bezier(.22,1,.36,1);overflow:auto}.drawer.is-open .drawer__panel{transform:none}.drawer__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid rgba(21,60,45,.18)}.mobile-nav{list-style:none;padding:32px 0;margin:0}.mobile-nav a{display:block;padding:10px 0;font-family:Georgia,serif;font-size:2rem}
.cart-drawer__items{display:grid;gap:1rem;margin:1.5rem 0}.cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(21,60,45,.14)}.cart-line img{width:80px;aspect-ratio:1;object-fit:cover;border-radius:12px}.quantity{display:inline-grid;grid-template-columns:40px 48px 40px;align-items:center;border:1px solid rgba(21,60,45,.3);border-radius:99px;overflow:hidden}.quantity button{height:40px}.quantity input{width:100%;border:0;background:transparent;text-align:center}.cart-drawer__footer{position:sticky;bottom:-24px;margin:1.5rem -24px -24px;padding:22px 24px;background:var(--cream);border-top:1px solid rgba(21,60,45,.18)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.2rem;margin-bottom:1rem}.progress{height:4px;background:var(--oat);border-radius:4px;overflow:hidden}.progress span{display:block;height:100%;background:var(--leaf)}
.site-footer{padding:80px 0 30px;background:var(--ink);color:var(--cream)}.footer__grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:4rem}.footer__mark{width:60px;margin-bottom:1.5rem}.footer__title{font-family:Georgia,serif;font-size:clamp(2rem,4vw,4rem);max-width:12ch}.footer__links{list-style:none;padding:0;margin:0}.footer__links a{display:block;padding:.35rem 0;opacity:.78}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:70px;padding-top:20px;border-top:1px solid rgba(255,255,255,.18);font-size:.75rem;opacity:.72}
.product-card{position:relative}.product-card__media{display:block;aspect-ratio:4/5;background:var(--oat);border-radius:24px;overflow:hidden}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.025)}.product-card__content{padding:1rem .25rem}.product-card__title{font-family:Georgia,serif;font-size:1.4rem;margin:.25rem 0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.form-field{display:grid;gap:.4rem}.form-field select,.form-field input,.newsletter-form input,.search-form input{min-height:50px;border:1px solid rgba(21,60,45,.35);border-radius:var(--button-radius);background:transparent;padding:0 1rem}.product-form{display:grid;gap:1rem}.product-form__actions{display:flex;gap:.75rem}.product-form__actions .button{flex:1}.form-message{min-height:1.5em;font-size:.85rem}.shopify-payment-button__button{border-radius:var(--button-radius)!important;min-height:50px!important}
.basic-page{min-height:70vh}.basic-page__head{padding:80px 0 40px}.basic-page__head h1{font-size:clamp(3.5rem,8vw,8rem)}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.search-form{display:flex;gap:.75rem;max-width:700px}.search-form input{flex:1}
@media(max-width:900px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.mobile-menu-button{display:grid}.header__brand{justify-self:center;font-size:1rem}.header__actions .account-link,.header__actions .search-link{display:none}.footer__grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){h1{font-size:clamp(3.2rem,17vw,5.7rem)}h2{font-size:clamp(2.7rem,14vw,4.8rem)}.section-pad{padding:72px 0}.header__inner{height:66px}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{display:block}.product-grid{grid-template-columns:1fr}.product-form__actions{flex-direction:column}.search-form{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Editorial navigation and footer */
.site-header{padding:12px 0;background:transparent;border:0;pointer-events:none}.site-header.is-scrolled,.site-header:focus-within{background:transparent;border:0;backdrop-filter:none}.header__shell{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 10px 0 22px;border:1px solid color-mix(in srgb,var(--ink) 20%,transparent);border-radius:22px;background:color-mix(in srgb,var(--cream) 88%,transparent);backdrop-filter:blur(16px);box-shadow:0 14px 45px rgba(21,60,45,.08);pointer-events:auto}.header__brand{justify-self:start;display:flex;align-items:center;gap:.7rem;font-family:Arial,Helvetica,sans-serif;font-size:.9rem;font-weight:900;letter-spacing:.14em}.header__brand-mark{width:30px;height:30px}.header__brand-mark svg{width:100%;height:100%;fill:none;stroke:currentColor}.header__nav{justify-self:center}.header__nav ul{gap:.35rem}.header__nav a{display:block;padding:.65rem .9rem;border-radius:99px;font-size:.75rem;font-weight:800;transition:background .2s,color .2s}.header__nav a:hover{background:var(--ink);color:var(--cream)}.header__actions .icon-button{border:1px solid color-mix(in srgb,var(--ink) 14%,transparent);background:color-mix(in srgb,var(--cream) 70%,transparent)}
.site-footer{position:relative;padding:100px 0 28px;overflow:hidden}.footer__top{display:grid;grid-template-columns:1fr .75fr;min-height:520px;align-items:center;border-bottom:1px solid rgba(255,255,255,.18)}.footer__manifesto{max-width:650px}.footer__title{font-size:clamp(4rem,8vw,9rem);line-height:.8;letter-spacing:-.06em;margin:.2em 0}.footer__manifesto>p:not(.footer__title){max-width:38ch}.footer__button{margin-top:1.5rem;background:var(--cream);color:var(--ink);border-color:var(--cream)}.footer__product{position:relative;height:520px;display:grid;place-items:center;isolation:isolate;perspective:1000px}.footer__product::before{content:'';position:absolute;z-index:-3;width:min(78%,430px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 38% 32%,rgba(243,236,220,.18),rgba(243,236,220,.03) 62%,transparent 63%);filter:blur(.2px)}.footer__product-halo{position:absolute;z-index:-2;width:min(78%,430px);aspect-ratio:1;border:1px solid rgba(243,236,220,.24);border-radius:50%;animation:footerHaloSpin 24s linear infinite}.footer__product-halo::before,.footer__product-halo::after{content:'';position:absolute;border:1px solid rgba(243,236,220,.14);border-radius:50%}.footer__product-halo::before{inset:12%;border-style:dashed}.footer__product-halo::after{inset:27%}.footer__product-halo span{position:absolute;width:9px;aspect-ratio:1;border-radius:50%;background:var(--cream);box-shadow:0 0 0 8px rgba(243,236,220,.09)}.footer__product-halo span:nth-child(1){left:7%;top:28%}.footer__product-halo span:nth-child(2){right:10%;top:18%}.footer__product-halo span:nth-child(3){right:16%;bottom:12%}.footer__product-frame{width:min(52%,320px);height:min(82%,430px);display:grid;place-items:center;transform-style:preserve-3d;animation:footerBottleFloat 7s cubic-bezier(.45,.05,.25,1) infinite}.footer__product-frame img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(0,0,0,.3));transition:filter .5s,transform .7s cubic-bezier(.16,1,.3,1)}.footer__product:hover .footer__product-frame img{transform:scale(1.035) rotateY(-4deg);filter:drop-shadow(0 36px 32px rgba(0,0,0,.38))}.footer__capsule{position:absolute;z-index:-1;width:34px;height:14px;border-radius:99px;background:linear-gradient(90deg,#b89f73 0 49%,#e6dbc1 50%);box-shadow:0 9px 20px rgba(0,0,0,.22)}.footer__capsule--one{left:13%;top:24%;animation:footerCapsuleOne 9s ease-in-out infinite}.footer__capsule--two{right:11%;top:38%;animation:footerCapsuleTwo 8s ease-in-out -2s infinite}.footer__capsule--three{left:20%;bottom:17%;animation:footerCapsuleThree 10s ease-in-out -4s infinite}.footer__wordmark{font-family:Arial,Helvetica,sans-serif;font-size:clamp(5rem,16vw,15rem);font-weight:900;letter-spacing:-.08em;line-height:.78;white-space:nowrap;margin:.32em 0 .2em;color:var(--cream)}.footer__grid{grid-template-columns:repeat(3,1fr);padding-top:2rem}.footer__bottom{margin-top:45px}@keyframes footerBottleFloat{0%,100%{transform:translate3d(0,8px,20px) rotate(-2deg)}48%{transform:translate3d(0,-13px,48px) rotate(2deg)}70%{transform:translate3d(3px,-5px,35px) rotate(.5deg)}}@keyframes footerHaloSpin{to{transform:rotate(360deg)}}@keyframes footerCapsuleOne{0%,100%{transform:translate(0,0) rotate(24deg)}50%{transform:translate(24px,-20px) rotate(68deg)}}@keyframes footerCapsuleTwo{0%,100%{transform:translate(0,0) rotate(-32deg)}50%{transform:translate(-28px,18px) rotate(-74deg)}}@keyframes footerCapsuleThree{0%,100%{transform:translate(0,0) rotate(12deg)}50%{transform:translate(18px,-24px) rotate(-20deg)}}
@media(max-width:900px){.header__shell{grid-template-columns:auto 1fr auto;padding-left:10px}.header__brand{justify-self:center}.header__brand-mark{display:none}.footer__top{grid-template-columns:1fr;min-height:auto}.footer__product{height:400px}.footer__product-frame{width:min(46vw,280px);height:350px}.footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.site-header{padding:8px 0}.header__shell{height:60px;border-radius:18px}.header__brand{font-size:.78rem}.footer__top{display:block}.footer__product{height:330px}.footer__product-frame{width:min(52vw,220px);height:290px}.footer__product-halo{width:min(72vw,320px)}.footer__grid{grid-template-columns:1fr}.footer__wordmark{font-size:20vw}}@media(prefers-reduced-motion:reduce){.footer__product-frame,.footer__product-halo,.footer__capsule{animation:none}.footer__product-frame{transform:none}}
