@font-face{font-family:Alumni Sans;src:url(/fonts/alumni-sans-700.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Alumni Sans;src:url(/fonts/alumni-sans-800.ttf) format("truetype");font-weight:800;font-display:swap}@font-face{font-family:Noto Sans;src:url(/fonts/noto-sans-400.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Noto Sans;src:url(/fonts/noto-sans-600.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Noto Sans;src:url(/fonts/noto-sans-700.ttf) format("truetype");font-weight:700;font-display:swap}:root{--mulberry:oklch(30% 0.12 15);--mulberry-deep:oklch(23% 0.09 15);--burgundy:oklch(39% 0.16 18);--raspberry:oklch(54% 0.22 12);--raspberry-dark:oklch(45% 0.19 12);--chalk:oklch(97% 0.01 15);--white:oklch(99.3% 0.002 15);--cocoa:oklch(22% 0.04 25);--cocoa-soft:oklch(36% 0.035 25);--gold:oklch(76% 0.13 83);--gold-dark:oklch(54% 0.1 83);--line:oklch(84% 0.025 15);--line-dark:color-mix(in oklch,var(--chalk) 23%,transparent);--display:"Alumni Sans","Arial Narrow",sans-serif;--body:"Noto Sans","Avenir Next",sans-serif;--ease-out:cubic-bezier(0.16,1,0.3,1);--page:min(100% - 3rem,1380px);--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:clamp(3rem,6vw,6rem);--tap-target:44px;--text-mobile-min:0.875rem;--z-dropdown:20;--z-sticky:30;--z-modal:50}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--chalk);color:var(--cocoa);font-family:var(--body);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}h1,h2,h3{margin:0;font-family:var(--display);font-weight:800;letter-spacing:-.025em;line-height:.92;text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline:3px solid var(--raspberry-dark);outline-offset:3px}.corporate-gifts :focus-visible,.gift-feature :focus-visible,.gift-page-hero :focus-visible,.home-hero :focus-visible,.order-callout :focus-visible,.site-footer :focus-visible,.site-header :focus-visible,.story-closing :focus-visible{outline-color:var(--gold)}::selection{background:var(--gold);color:var(--mulberry-deep)}.skip-link{position:fixed;z-index:var(--z-modal);top:.5rem;left:.5rem;transform:translateY(-160%);padding:.75rem 1rem;background:var(--white);color:var(--cocoa);border-radius:8px;transition:transform .18s var(--ease-out)}.skip-link:focus{transform:translateY(0)}.site-header{position:-webkit-sticky;position:sticky;z-index:var(--z-sticky);top:0;background:var(--mulberry-deep);color:var(--chalk);border-bottom:1px solid color-mix(in oklch,var(--gold) 42%,transparent)}.header-inner{width:var(--page);min-height:84px;margin:0 auto;display:grid;grid-template-columns:190px 1fr auto;align-items:center;grid-gap:clamp(1.25rem,3vw,3.5rem);gap:clamp(1.25rem,3vw,3.5rem)}.logo-lockup{position:relative;width:190px;height:70px;overflow:hidden}.footer-brand img,.logo-lockup img{width:100%;height:100%;object-fit:cover;object-position:center 48%;mix-blend-mode:screen}.logo-lockup img{transform:scale(1.25)}.primary-nav{display:flex;justify-content:center;align-items:center;gap:clamp(1.1rem,2.7vw,2.7rem);font-size:.88rem;font-weight:600}.primary-nav>a{position:relative;min-height:44px;display:inline-flex;align-items:center;white-space:nowrap}.primary-nav>a:after{content:"";position:absolute;right:0;bottom:4px;left:0;height:2px;background:var(--raspberry);transform:scaleX(0);transform-origin:right;transition:transform .22s var(--ease-out)}.primary-nav>a.is-current:after,.primary-nav>a:hover:after{transform:scaleX(1);transform-origin:left}.nav-instagram{gap:.4rem}.nav-instagram span{display:none}.header-actions{display:flex;align-items:center;gap:.75rem}.menu-toggle{display:none}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:-moz-fit-content;width:fit-content;padding:.8rem 1.25rem;border:0;border-radius:999px;font-size:.88rem;font-weight:700;line-height:1.1;cursor:pointer;transition:transform .18s var(--ease-out),background-color .18s ease,color .18s ease}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button-primary{background:var(--raspberry);color:var(--white)}.button-primary:hover{background:var(--raspberry-dark)}.button-quiet{color:var(--chalk);background:transparent}.button-quiet:hover{color:var(--gold)}.button-light{color:var(--mulberry-deep);background:var(--chalk)}.button-light:hover{background:var(--white)}.button-outline{border:1px solid;background:transparent;color:var(--raspberry-dark)}.button-outline:hover{background:var(--raspberry);color:var(--white);border-color:var(--raspberry)}.text-link{min-height:var(--tap-target);display:inline-flex;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content;color:var(--raspberry-dark);font-weight:700}.text-link svg{transition:transform .18s var(--ease-out)}.text-link:hover svg{transform:translateX(4px)}.home-hero{min-height:min(720px,calc(100vh - 84px));display:grid;grid-template-columns:minmax(430px,45%) 1fr;background:var(--mulberry);color:var(--chalk)}.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,7rem) clamp(2rem,4vw,5rem)}.hero-copy>*{animation:hero-copy-in .72s var(--ease-out) both}.hero-copy>h1{animation-delay:80ms}.hero-copy>p{animation-delay:.15s}.hero-copy>.hero-actions{animation-delay:.22s}.hero-copy>.hero-proof{animation-delay:.29s}.gold-rule{width:min(100%,410px);height:18px;display:flex;align-items:center;margin-bottom:1.7rem}.gold-rule:after,.gold-rule:before{content:"";height:1px;flex:1 1;background:var(--gold)}.gold-rule span{width:10px;height:10px;margin:0 .8rem;background:var(--gold);transform:rotate(45deg)}.hero-copy h1{max-width:10ch;font-size:clamp(4rem,7vw,6rem);line-height:.86;text-transform:uppercase}.hero-copy h1 span{display:block;white-space:nowrap}.hero-copy>p{max-width:35rem;margin:1.6rem 0 0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65;color:color-mix(in oklch,var(--chalk) 87%,var(--mulberry))}.hero-actions{align-items:center;gap:.55rem;margin-top:2rem}.hero-actions,.hero-proof{display:flex;flex-wrap:wrap}.hero-proof{gap:1rem 1.5rem;margin-top:2.4rem;color:var(--gold);font-size:.76rem;font-weight:700}.hero-proof span{display:inline-flex;align-items:center;gap:.5rem}.hero-proof span:before{content:"";width:5px;height:5px;background:var(--gold);transform:rotate(45deg)}.hero-visual{position:relative;min-height:620px;overflow:hidden;background:var(--chalk)}.hero-visual>img{object-fit:cover;object-position:52% center;animation:hero-settle .9s var(--ease-out) both}.rosette{position:absolute;top:8%;right:7%;width:126px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;border:2px solid var(--gold-dark);border-radius:50%;background:var(--gold);color:var(--mulberry-deep);animation:rosette-arrive .9s .42s var(--ease-out) both,rosette-drift 5.5s 1.3s ease-in-out infinite}.rosette:after,.rosette:before{content:"";position:absolute;inset:7px;border:1px solid;border-radius:inherit}.rosette span{font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rosette strong{font-family:var(--display);font-size:1.8rem;line-height:1}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);color:var(--cocoa);background:var(--white);border-bottom:1px solid var(--line)}.trust-strip>div{display:flex;align-items:center;justify-content:center;gap:.85rem;min-height:94px;padding:1rem;border-right:1px solid var(--line)}.trust-strip>div:last-child{border-right:0}.trust-strip svg{color:var(--raspberry-dark);flex:0 0 auto}.trust-strip span{display:grid;grid-gap:.15rem;gap:.15rem;font-size:.72rem;color:var(--cocoa-soft)}.trust-strip strong{color:var(--cocoa);font-size:.78rem}.section{width:var(--page);margin:0 auto;padding-block:var(--space-2xl)}.section-explorer{padding-block:clamp(4rem,7vw,8rem)}.explorer-layout{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(420px,1.45fr) minmax(280px,.92fr);grid-gap:clamp(1.5rem,3vw,3.5rem);gap:clamp(1.5rem,3vw,3.5rem);align-items:stretch}.explorer-intro{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.explorer-intro h2{max-width:8ch;font-size:clamp(3.2rem,5vw,5.1rem);color:var(--mulberry)}.explorer-intro p{max-width:32rem;margin:1.3rem 0 1.8rem;color:var(--cocoa-soft);line-height:1.65}.explorer-image{position:relative;min-height:520px;overflow:hidden;border-radius:12px;background:var(--white)}.explorer-image img{object-fit:cover;animation:product-change .42s var(--ease-out) both}.explorer-controls{display:grid;grid-template-columns:minmax(112px,.48fr) 1fr;align-items:stretch;grid-gap:1.3rem;gap:1.3rem}.flavour-tabs{display:flex;flex-direction:column;align-self:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--white)}.flavour-tabs button{min-height:60px;padding:.8rem;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;font-size:.82rem;cursor:pointer;transition:background-color .15s ease,color .15s ease}.flavour-tabs button:last-child{border-bottom:0}.flavour-tabs button:hover{background:color-mix(in oklch,var(--raspberry) 9%,var(--white))}.flavour-tabs button.is-active{background:var(--raspberry);color:var(--white);font-weight:700}.explorer-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.status-label{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:.38rem .65rem;border-radius:999px;background:color-mix(in oklch,var(--raspberry) 12%,var(--chalk));color:var(--raspberry-dark);font-size:.7rem;font-weight:700}.explorer-copy h3{margin-top:1rem;font-size:clamp(2.3rem,3.5vw,3.7rem);color:var(--mulberry)}.explorer-copy>p{margin:1rem 0;color:var(--cocoa-soft);line-height:1.6}.product-facts{display:grid;grid-gap:.45rem;gap:.45rem;margin-bottom:1.5rem;font-size:.78rem;font-weight:600;color:var(--cocoa)}.gift-feature{min-height:650px;display:grid;grid-template-columns:1.35fr .9fr;background:var(--burgundy);color:var(--chalk)}.gift-feature-image{position:relative;min-height:600px;overflow:hidden}.gift-feature-image img{object-fit:cover}.gift-feature-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(3rem,6vw,7rem)}.gift-feature-copy>svg{color:var(--gold)}.gift-feature-copy h2{max-width:8ch;margin-top:1.5rem;font-size:clamp(4rem,6vw,6rem);text-transform:uppercase}.gift-feature-copy p{max-width:34rem;margin:1.5rem 0 2rem;line-height:1.7;color:color-mix(in oklch,var(--chalk) 88%,var(--burgundy))}.craft-story{display:grid;grid-template-columns:.72fr 1.28fr;grid-template-areas:"copy image" "notes notes";grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);align-items:center}.craft-copy{grid-area:copy}.craft-copy h2{font-size:clamp(3.5rem,5vw,5.4rem);color:var(--mulberry)}.craft-copy p{margin:1.5rem 0;max-width:36rem;line-height:1.7;color:var(--cocoa-soft)}.craft-image{grid-area:image;position:relative;min-height:520px;overflow:hidden;border-radius:12px}.craft-image img{object-fit:cover}.craft-notes{grid-area:notes;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.craft-notes>div{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;border-right:1px solid var(--line)}.craft-notes>div:last-child{border-right:0}.craft-notes svg{color:var(--raspberry-dark);flex:0 0 auto}.craft-notes span{display:grid;grid-gap:.25rem;gap:.25rem;color:var(--cocoa-soft);font-size:.82rem;line-height:1.45}.craft-notes strong{color:var(--cocoa)}.order-callout,.story-closing{width:var(--page);margin:0 auto var(--space-2xl);padding:clamp(2rem,4vw,4rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--mulberry);color:var(--chalk);border-radius:14px}.corporate-gifts span,.order-callout span,.story-closing span{color:var(--gold);font-size:.78rem;font-weight:700}.order-callout h2,.story-closing h2{max-width:18ch;margin-top:.45rem;font-size:clamp(2rem,3.5vw,3.8rem)}.page-hero{min-height:470px;display:flex;align-items:flex-end;background:var(--burgundy);color:var(--chalk)}.page-hero>div{width:var(--page);margin:0 auto;padding-block:clamp(4rem,8vw,7rem)}.page-hero>div>*{animation:hero-copy-in .68s var(--ease-out) both}.page-hero>div>h1{animation-delay:70ms}.page-hero>div>p{animation-delay:.14s}.page-hero h1{max-width:10ch;font-size:clamp(4rem,8vw,6rem);text-transform:uppercase}.page-hero p{max-width:48rem;margin:1.2rem 0 0;font-size:1.1rem;line-height:1.7;color:color-mix(in oklch,var(--chalk) 88%,var(--burgundy))}.page-label{display:block;margin-bottom:1rem;color:var(--gold);font-weight:700}.page-hero-menu{position:relative;isolation:isolate;overflow:hidden;background:var(--mulberry)}.page-hero-menu:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,var(--mulberry-deep) 0,color-mix(in oklch,var(--mulberry) 92%,transparent) 38%,color-mix(in oklch,var(--mulberry) 28%,transparent) 72%,transparent 100%)}.page-hero-menu>div{position:relative;z-index:2}.page-hero-media{z-index:0;object-fit:cover;object-position:center 56%;animation:hero-settle .9s var(--ease-out) both}.page-hero-menu p{max-width:40rem}.menu-section{padding-top:clamp(2.5rem,5vw,5rem)}.menu-filters{display:flex;flex-wrap:wrap;gap:.55rem;padding-bottom:2rem;border-bottom:1px solid var(--line)}.menu-filters button{min-height:var(--tap-target);padding:.65rem 1rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--cocoa);font-weight:600;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.menu-filters button:hover{border-color:var(--raspberry)}.menu-filters button.is-active{background:var(--mulberry);border-color:var(--mulberry);color:var(--chalk)}.product-list{display:grid;grid-gap:0;gap:0}.menu-product{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:center;padding-block:clamp(3rem,6vw,6rem);border-bottom:1px solid var(--line)}.menu-product:nth-child(2n) .menu-product-image{order:2}.menu-product-image{position:relative;min-height:450px;overflow:hidden;border-radius:12px;background:var(--white)}.menu-product-image img{object-fit:cover;transition:transform .6s var(--ease-out)}.menu-product-image:hover img{transform:scale(1.025)}.menu-product-copy{display:flex;flex-direction:column;align-items:flex-start}.menu-product-meta{display:flex;flex-wrap:wrap;gap:1rem;color:var(--raspberry-dark);font-size:.76rem;font-weight:700}.menu-product h2{margin-top:1rem;font-size:clamp(3rem,5vw,5rem);color:var(--mulberry)}.menu-product-copy>p{max-width:40rem;margin:1.1rem 0;line-height:1.7;color:var(--cocoa-soft)}.flavour-line{margin-bottom:1.4rem;font-size:.82rem;font-weight:700}.product-hero{min-height:680px;display:grid;grid-template-columns:1.1fr .9fr;background:var(--white)}.product-hero-image{position:relative;min-height:620px;overflow:hidden}.product-hero-image img{object-fit:cover}.product-hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(3rem,6vw,7rem)}.back-link{min-height:var(--tap-target);display:inline-flex;align-items:center;margin-bottom:2rem;font-size:.82rem;font-weight:700;color:var(--raspberry-dark)}.product-hero-copy h1{margin-top:1rem;max-width:10ch;font-size:clamp(4rem,7vw,6rem);color:var(--mulberry);text-transform:uppercase}.product-lede{max-width:38rem;margin:1.5rem 0 0;font-size:1.1rem;line-height:1.7;color:var(--cocoa-soft)}.product-flavour{font-weight:700}.product-note-list{display:flex;flex-wrap:wrap;gap:.75rem 1.2rem;padding-block:1.2rem 1.8rem;border-top:1px solid var(--line)}.product-note-list span{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:600}.product-note-list svg{color:var(--raspberry-dark)}.product-detail-band{display:grid;grid-template-columns:repeat(3,1fr);background:var(--mulberry);color:var(--chalk)}.product-detail-band>div{display:grid;grid-gap:.4rem;gap:.4rem;min-height:110px;align-content:center;padding:1.5rem clamp(1.5rem,4vw,4rem);border-right:1px solid var(--line-dark)}.product-detail-band>div:last-child{border-right:0}.product-detail-band strong{color:var(--gold);font-size:.78rem}.product-detail-band span{font-size:.85rem}.product-order-section{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:clamp(3rem,8vw,8rem);gap:clamp(3rem,8vw,8rem);align-items:start}.order-context{position:-webkit-sticky;position:sticky;top:130px}.order-context>span{color:var(--raspberry-dark);font-weight:700}.order-context h2{margin-top:.8rem;font-size:clamp(3rem,5vw,5rem);color:var(--mulberry)}.order-context p{line-height:1.7;color:var(--cocoa-soft)}.order-builder{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:clamp(1.5rem,4vw,3rem);background:var(--white);border-radius:14px}.order-builder-heading>span{color:var(--raspberry-dark);font-weight:700}.order-builder-heading h2{margin-top:.5rem;font-size:clamp(2.5rem,4vw,4rem);color:var(--mulberry)}.order-builder-heading p{max-width:48rem;line-height:1.6;color:var(--cocoa-soft)}.order-builder fieldset{margin:0;padding:0;border:0}.field-group>label,.order-builder legend{display:block;margin-bottom:.55rem;font-weight:700;font-size:.86rem}.choice-row{display:flex;flex-wrap:wrap;gap:.55rem}.choice-row button{min-height:46px;padding:.65rem 1rem;border:1px solid var(--line);border-radius:8px;background:var(--chalk);cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.choice-row button:hover{border-color:var(--raspberry)}.choice-row button.is-active{background:var(--mulberry);color:var(--chalk);border-color:var(--mulberry)}.builder-row{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:1rem;gap:1rem}.quantity-control{display:grid;grid-template-columns:44px 64px 44px}.quantity-control button,.quantity-control output{min-height:46px;display:grid;place-items:center;border:1px solid var(--line);background:var(--chalk)}.quantity-control button{cursor:pointer;font-size:1.1rem;transition:color .18s ease,background-color .18s ease}.quantity-control button:hover{background:color-mix(in oklch,var(--raspberry) 10%,var(--chalk));color:var(--raspberry-dark)}.quantity-control output{border-inline:0}.field-group input,.field-group textarea{width:100%;min-height:46px;padding:.75rem;border:1px solid var(--line);border-radius:8px;background:var(--chalk);color:var(--cocoa)}.field-group textarea{min-height:110px;resize:vertical}.field-group textarea::placeholder{color:oklch(42% .03 25)}.field-group>label span{font-weight:400;color:var(--cocoa-soft)}.field-group small{display:block;margin-top:.35rem;text-align:right;color:var(--cocoa-soft)}.gift-check{display:flex;align-items:center;gap:.7rem;min-height:44px;font-weight:600;cursor:pointer}.gift-check input{width:20px;height:20px;accent-color:var(--raspberry)}.builder-submit{width:100%}.builder-note{margin:0;font-size:.78rem;line-height:1.5;color:var(--cocoa-soft);text-align:center}.gift-page-hero{min-height:690px;display:grid;grid-template-columns:.82fr 1.18fr;background:var(--mulberry);color:var(--chalk)}.gift-page-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(3rem,6vw,7rem)}.gift-page-copy h1{max-width:8ch;font-size:clamp(4rem,7vw,6rem);text-transform:uppercase}.gift-page-copy p{max-width:36rem;margin:1.5rem 0 2rem;line-height:1.7;color:color-mix(in oklch,var(--chalk) 88%,var(--mulberry))}.gift-page-image{position:relative;min-height:620px}.gift-page-image img{object-fit:cover}.gift-options{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:clamp(3rem,8vw,8rem);gap:clamp(3rem,8vw,8rem)}.gift-options-intro h2{font-size:clamp(3rem,5vw,5rem);color:var(--mulberry)}.gift-options-intro p{line-height:1.7;color:var(--cocoa-soft)}.gift-option-list{display:grid}.gift-option-list>div{display:grid;grid-template-columns:50px minmax(160px,.5fr) 1fr;grid-gap:1.2rem;gap:1.2rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--line)}.gift-option-list svg{color:var(--raspberry-dark)}.gift-option-list h3{font-size:2rem;color:var(--mulberry)}.gift-option-list p{color:var(--cocoa-soft);line-height:1.6}.corporate-gifts{padding:clamp(3rem,6vw,6rem) max(1.5rem,calc((100vw - 1380px) / 2));display:flex;align-items:center;justify-content:space-between;gap:3rem;background:var(--burgundy);color:var(--chalk)}.corporate-gifts h2{max-width:12ch;margin-top:.6rem;font-size:clamp(3rem,5vw,5rem)}.corporate-gifts p{max-width:48rem;line-height:1.7;color:color-mix(in oklch,var(--chalk) 88%,var(--burgundy))}.related-link{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding-block:3rem}.story-hero{min-height:560px;background:var(--mulberry)}.story-process{display:grid;grid-template-columns:1.2fr .8fr;min-height:620px}.story-process-image{position:relative}.story-process-image img{object-fit:cover}.story-process-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,7rem);background:var(--white)}.story-process-copy h2{font-size:clamp(3rem,5vw,5rem);color:var(--mulberry)}.story-process-copy p{line-height:1.75;color:var(--cocoa-soft)}.story-values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem)}.story-values>div{padding-top:1.5rem;border-top:3px solid var(--raspberry)}.story-values svg{color:var(--raspberry-dark)}.story-values h2{margin-top:1rem;font-size:2.5rem;color:var(--mulberry)}.story-values p{line-height:1.65;color:var(--cocoa-soft)}.delivery-hero{background:var(--burgundy)}.delivery-steps{display:grid;grid-template-columns:repeat(3,1fr);background:var(--white)}.delivery-steps>div{position:relative;min-height:250px;padding:clamp(2rem,4vw,4rem);border-right:1px solid var(--line)}.delivery-steps>div:last-child{border-right:0}.delivery-steps svg{color:var(--raspberry-dark)}.delivery-steps>div>span{position:absolute;top:1.5rem;right:1.5rem;color:var(--line);font-family:var(--display);font-size:3rem;font-weight:800}.delivery-steps h2{margin-top:1.2rem;font-size:2.6rem;color:var(--mulberry)}.delivery-steps p{line-height:1.6;color:var(--cocoa-soft)}.faq-section{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:clamp(3rem,8vw,8rem);gap:clamp(3rem,8vw,8rem);align-items:start}.faq-intro{position:-webkit-sticky;position:sticky;top:130px}.faq-intro h2{font-size:clamp(3rem,5vw,5rem);color:var(--mulberry)}.faq-intro p{margin-block:1.4rem 1.8rem;line-height:1.7;color:var(--cocoa-soft)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-weight:700;cursor:pointer;list-style:none;transition:color .18s ease}.faq-list summary:hover{color:var(--raspberry-dark)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:1.5rem;color:var(--raspberry-dark);transition:transform .18s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-.4rem 0 1.5rem;max-width:62ch;line-height:1.7;color:var(--cocoa-soft)}.not-found{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.not-found>span{color:var(--raspberry);font-family:var(--display);font-size:2rem;font-weight:800}.not-found h1{margin-top:.5rem;font-size:clamp(4rem,8vw,6rem);color:var(--mulberry)}.not-found p{margin-bottom:2rem;color:var(--cocoa-soft)}.site-footer{padding:clamp(3rem,6vw,6rem) max(1.5rem,calc((100vw - 1380px) / 2)) 1.5rem;background:var(--mulberry-deep);color:var(--chalk)}.footer-top{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,8vw,8rem);gap:clamp(3rem,8vw,8rem);padding-bottom:3rem}.footer-brand{max-width:30rem}.footer-brand img{width:250px;height:100px}.footer-brand p{max-width:30rem;margin:0;color:color-mix(in oklch,var(--chalk) 78%,var(--mulberry));line-height:1.7}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}.footer-links h2{color:var(--gold);font-family:var(--body);font-size:.8rem;letter-spacing:0}.footer-links a{min-width:var(--tap-target);min-height:var(--tap-target);display:inline-flex;align-items:center;font-size:.9rem;transition:color .18s ease}.footer-links a:hover{color:var(--gold)}.footer-bottom{min-height:64px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 2rem;padding-top:1.3rem;border-top:1px solid var(--line-dark);color:color-mix(in oklch,var(--chalk) 72%,var(--mulberry));font-size:.74rem}.footer-bottom a{min-height:var(--tap-target);display:inline-flex;align-items:center;gap:.4rem;transition:color .18s ease}.footer-bottom a:hover{color:var(--gold)}@keyframes hero-settle{0%{opacity:.75;transform:scale(1.035);filter:blur(4px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes hero-copy-in{0%{opacity:.55;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes rosette-arrive{0%{opacity:0;transform:translateY(-12px) rotate(-3deg) scale(.92)}to{opacity:1;transform:translateY(0) rotate(7deg) scale(1)}}@keyframes rosette-drift{0%,to{transform:translateY(0) rotate(7deg)}50%{transform:translateY(7px) rotate(9deg)}}@keyframes product-change{0%{opacity:.45;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}@media (max-width:1180px){:root{--page:min(100% - 2rem,1120px)}.header-inner{grid-template-columns:165px 1fr auto;gap:1rem}.logo-lockup{width:165px}.primary-nav{gap:1rem;font-size:.8rem}.header-order span{display:none}.header-order{width:48px;padding-inline:0}.explorer-layout{grid-template-columns:.75fr 1.25fr}.explorer-controls{grid-column:1/-1;grid-template-columns:.45fr 1fr}.flavour-tabs{flex-direction:row;align-self:auto}.flavour-tabs button{flex:1 1;border-bottom:0;border-right:1px solid var(--line)}.flavour-tabs button:last-child{border-right:0}}@media (max-width:900px){.header-inner{min-height:74px;grid-template-columns:160px 1fr}.logo-lockup{width:160px;height:62px}.primary-nav{position:fixed;z-index:var(--z-dropdown);inset:74px 0 auto;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:1rem max(1rem,calc((100vw - 760px) / 2)) 1.5rem;background:var(--mulberry-deep);border-bottom:1px solid var(--line-dark);transform:translateY(-130%);visibility:hidden;transition:transform .24s var(--ease-out),visibility 0s .24s}.primary-nav.is-open{transform:translateY(0);visibility:visible;transition-delay:0s}.primary-nav>a{justify-content:space-between;min-height:52px;border-bottom:1px solid var(--line-dark)}.primary-nav>a:after{display:none}.nav-instagram span{display:inline}.header-actions{justify-self:end}.header-order{width:auto;padding-inline:1rem}.header-order span{display:inline}.menu-toggle{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line-dark);border-radius:999px;background:transparent;color:var(--chalk);cursor:pointer}.home-hero{min-height:auto;grid-template-columns:1fr}.hero-copy{min-height:530px}.hero-copy h1{max-width:9.2ch}.hero-visual{min-height:520px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.explorer-layout{grid-template-columns:1fr}.explorer-intro h2{max-width:12ch}.explorer-image{min-height:520px}.explorer-controls{grid-column:auto}.gift-feature{grid-template-columns:1fr}.gift-feature-image{min-height:560px}.gift-feature-copy{min-height:520px}.craft-story{grid-template-areas:"copy" "image" "notes"}.craft-notes,.craft-story{grid-template-columns:1fr}.craft-notes>div{border-right:0;border-bottom:1px solid var(--line)}.craft-notes>div:last-child{border-bottom:0}.order-callout,.story-closing{align-items:flex-start;flex-direction:column}.gift-page-hero,.product-hero,.story-process{grid-template-columns:1fr}.gift-page-image,.product-hero-image,.story-process-image{min-height:560px}.product-detail-band{grid-template-columns:1fr}.product-detail-band>div{border-right:0;border-bottom:1px solid var(--line-dark)}.product-detail-band>div:last-child{border-bottom:0}.faq-section,.gift-options,.product-order-section{grid-template-columns:1fr}.faq-intro,.order-context{position:static}.gift-option-list>div{grid-template-columns:50px 1fr}.gift-option-list p{grid-column:2;margin-top:0}.corporate-gifts{flex-direction:column;align-items:flex-start}.delivery-steps,.story-values{grid-template-columns:1fr}.delivery-steps>div{border-right:0;border-bottom:1px solid var(--line)}.footer-top{grid-template-columns:1fr}}@media (max-width:700px){:root{--page:min(100% - 2rem,640px)}.header-inner{grid-template-columns:135px 1fr;min-height:68px}.logo-lockup{width:135px;height:56px}.primary-nav{inset-block-start:68px}.header-order{display:none}.home-hero{position:relative;display:block;overflow:hidden;isolation:isolate}.hero-copy,.home-hero{min-height:calc(100svh - 68px)}.hero-copy{justify-content:flex-end;padding:clamp(2.5rem,7vh,4.25rem) 1.25rem 2.25rem}.hero-copy:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,color-mix(in oklch,var(--mulberry-deep) 48%,transparent) 0,color-mix(in oklch,var(--mulberry) 74%,transparent) 38%,var(--mulberry-deep) 100%)}.hero-copy h1{max-width:none;font-size:clamp(3.4rem,15vw,4.35rem)}.hero-copy h1 span{white-space:normal}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-visual{position:absolute;z-index:-2;inset:0;min-height:0}.hero-visual>img{object-position:54% center}.rosette{top:7%;width:94px;right:4%}.rosette span{font-size:.68rem;letter-spacing:.04em}.trust-strip>div{justify-content:flex-start;padding:1rem .8rem}.section-explorer{padding-block:3.5rem}.explorer-image{min-height:360px}.explorer-controls{grid-template-columns:1fr}.flavour-tabs{overflow-x:auto}.flavour-tabs button{min-width:108px}.gift-feature-image{min-height:420px}.gift-feature-copy{min-height:auto;padding:3.5rem 1.25rem}.gift-feature-copy h2{font-size:clamp(3.4rem,15vw,5rem)}.craft-image{min-height:360px}.order-callout,.story-closing{width:calc(100% - 2rem);padding:2rem}.page-hero{min-height:430px}.page-hero h1{font-size:clamp(3.5rem,15vw,5rem)}.page-hero-menu{min-height:calc(100svh - 68px)}.page-hero-menu:after{background:linear-gradient(180deg,color-mix(in oklch,var(--mulberry-deep) 36%,transparent) 0,color-mix(in oklch,var(--mulberry) 72%,transparent) 42%,var(--mulberry-deep) 100%)}.page-hero-menu>div{min-height:calc(100svh - 68px);display:flex;flex-direction:column;justify-content:flex-end;padding-block:4rem 3rem}.page-hero-media{object-position:54% center}.menu-product{grid-template-columns:1fr;gap:1.5rem}.menu-product:nth-child(2n) .menu-product-image{order:0}.menu-product-image{min-height:360px}.gift-page-image,.product-hero-image,.story-process-image{min-height:430px}.gift-page-copy,.product-hero-copy,.story-process-copy{padding:3.5rem 1.25rem}.gift-page-copy h1,.product-hero-copy h1{font-size:clamp(3.8rem,16vw,5rem)}.builder-row{grid-template-columns:1fr}.gift-options,.product-order-section{gap:2rem}.gift-option-list>div{grid-template-columns:42px 1fr}.related-link{flex-direction:column;gap:.5rem}.footer-links{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.back-link,.builder-note,.corporate-gifts span,.craft-notes span,.craft-notes strong,.field-group small,.field-group>label,.flavour-line,.flavour-tabs button,.footer-bottom,.footer-links h2,.hero-proof,.menu-product-meta,.order-builder legend,.order-callout span,.product-detail-band span,.product-detail-band strong,.product-facts,.product-note-list span,.status-label,.story-closing span,.trust-strip span,.trust-strip strong{font-size:var(--text-mobile-min)}.footer-links>div{gap:.25rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.primary-nav>.nav-raya-mobile{display:none}@media (max-width:560px){.primary-nav>.nav-raya-mobile{display:inline-flex;color:var(--gold)}}