@font-face{font-family:Inter;font-weight:400;src:url('/fonts/inter-0.ttf');font-display:swap}@font-face{font-family:Inter;font-weight:500;src:url('/fonts/inter-1.ttf');font-display:swap}@font-face{font-family:Inter;font-weight:600;src:url('/fonts/inter-2.ttf');font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h2{font-size:clamp(38px,5.5vw,86px);font-weight:400;line-height:1.04;letter-spacing:-.055em}p{font-size:17px;line-height:1.6}.kicker{font:500 13px/1.4 Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}.skip{position:absolute;top:-100px}.skip:focus{top:10px;z-index:99;background:var(--paper);padding:20px}.preview-bar{height:34px;background:#191a18;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 3%;font-size:12px}.preview-bar button{background:none;border:none;font-size:12px;color:#fff}header{height:80px;position:sticky;top:0;z-index:20;background:var(--paper);display:flex;align-items:center;justify-content:space-between;padding:0 4%;border-bottom:1px solid color-mix(in srgb,var(--ink) 18%,transparent)}.brand{font-size:25px;font-weight:700;letter-spacing:-.07em}nav{display:flex;gap:35px;font-size:14px}.bag-button{border:1px solid currentColor;border-radius:30px;padding:11px 20px;background:none;font-size:14px}.bag-button span{margin-left:8px}.opening{height:310svh;--p:0;--expand:0;--mx:0;--my:0}.stage{position:sticky;top:80px;height:calc(100svh - 80px);min-height:610px;overflow:hidden;isolation:isolate;perspective:1400px}.hero-title{position:absolute;z-index:3;left:6%;top:17%;width:48%;pointer-events:none}.hero-title a{pointer-events:auto}.hero-title h1{font-family:Georgia,serif;font-size:clamp(68px,8vw,142px);font-weight:400;line-height:.96;letter-spacing:-.065em;margin:20px 0 30px}.hero-title h1 span{display:block}.hero-desc{max-width:330px}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border-radius:40px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);font-size:14px;transition:transform .25s}.pill:hover{transform:translateY(-3px)}.hero-object{position:absolute;inset:0 0 0 43%;z-index:1;transform:translateX(calc(var(--mx)*14px)) rotateY(calc(var(--mx)*8deg))}.hero-object img{width:100%;height:100%;object-fit:cover}.scene-caption{position:absolute;bottom:115px;right:5%;left:55%;display:flex;justify-content:space-between;gap:20px;z-index:5;font-size:14px}.scene-number{opacity:.6}.scene-controls{position:absolute;bottom:0;left:0;right:0;z-index:8;display:flex;align-items:center;gap:24px;padding:25px 4%;background:linear-gradient(0deg,var(--paper),transparent);font-size:13px}.scene-controls button{border:none;background:none;padding:10px 0;font-size:13px}.progress{height:2px;background:color-mix(in srgb,var(--ink) 20%,transparent);flex:1}.progress i{height:100%;display:block;width:calc(var(--p)*100%);background:var(--ink)}.ingredient-stack{position:absolute;inset:0 0 4% 43%;z-index:2;transform:rotate(calc(var(--mx)*2deg));mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.ingredient{position:absolute;inset:0;transform:translateY(calc((1 - var(--expand))*var(--shift)));will-change:transform}.ingredient img{width:100%;height:100%;object-fit:fill}.ingredient-0{clip-path:inset(0 0 75%);--shift:24%;z-index:4}.ingredient-1{clip-path:inset(25% 0 50%);--shift:8%;z-index:3}.ingredient-2{clip-path:inset(50% 0 25%);--shift:-7%;z-index:2}.ingredient-3{clip-path:inset(75% 0 0);--shift:-20%;z-index:1}.ticker{overflow:hidden;background:var(--accent);color:var(--paper);padding:20px 0;font-size:20px;white-space:nowrap;border-block:1px solid var(--ink)}.ticker>div{width:max-content;animation:ticker 45s linear infinite}.section{padding:105px 6%}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:55px}.section-top h2{margin-bottom:0;max-width:700px}.section-top>p{max-width:280px;margin-bottom:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-image{width:100%;aspect-ratio:4/5;position:relative;overflow:hidden;border:0;padding:0;background:var(--ink)}.product-image img{height:100%;width:100%;object-fit:cover;transition:transform .8s}.product-image:hover img{transform:scale(1.08) rotate(-2deg)}.product-image>span{position:absolute;top:20px;left:20px;color:white;font-size:14px;mix-blend-mode:difference}.product-image .product-plus{left:auto;right:20px;font-size:32px}.product:nth-child(2) .product-image img{object-position:70% 50%;transform:scale(1.25)}.product:nth-child(3) .product-image img{object-position:30% 50%;transform:scale(1.1)}.product-caption{display:flex;justify-content:space-between;gap:15px;margin-top:24px}.product-caption h3{font-size:22px;font-weight:500;letter-spacing:-.04em;margin-bottom:10px}.product-caption span{font-size:15px;white-space:nowrap}.product p{font-size:15px;opacity:.75;margin-bottom:15px}.text-button{font-size:14px;border:0;border-bottom:1px solid currentColor;padding:8px 0;background:none;display:inline-block}.story{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--ink);color:var(--paper)}.story-photo{overflow:hidden}.story-photo img{width:100%;height:100%;object-fit:cover}.story-copy{padding:12% 13%;align-self:center}.story-copy h2{font-size:clamp(40px,4.8vw,78px)}.manifesto{text-align:center;max-width:1200px;margin:auto}.manifesto h2{max-width:950px;margin-inline:auto}.manifesto>p:last-child{max-width:620px;margin-inline:auto}.visit{display:grid;grid-template-columns:1fr 1fr;gap:12%;border-top:1px solid color-mix(in srgb,var(--ink) 20%,transparent)}.visit h2{white-space:pre-line}form{display:grid;gap:20px}label{font-size:14px;display:grid;gap:9px}input,select,textarea{width:100%;padding:13px 0;background:transparent;border:0;border-bottom:1px solid color-mix(in srgb,var(--ink) 35%,transparent);border-radius:0;color:inherit;resize:vertical}select option{color:#222;background:#fff}input[type=range]{accent-color:var(--ink)}.fine{font-size:13px;opacity:.68;line-height:1.6}.form-result{font-size:15px}.faq{padding-top:25px;max-width:1100px;margin:auto}.faq details{border-bottom:1px solid color-mix(in srgb,var(--ink) 25%,transparent);padding:26px 0}.faq summary{font-size:20px;cursor:pointer}.faq details p{margin-top:20px;max-width:800px}footer{padding:70px 4% 25px;background:var(--ink);color:var(--paper);overflow:hidden}.footer-brand{font-size:clamp(55px,13vw,230px);font-weight:600;letter-spacing:-.08em;line-height:1.2;white-space:nowrap}footer>div{border-top:1px solid #ffffff40;padding-top:35px;margin-top:35px;display:flex;justify-content:space-between;gap:25px;font-size:13px}dialog{border:none;background:var(--paper);color:var(--ink);padding:50px;width:min(680px,92vw);max-height:88svh;overflow:auto}dialog::backdrop{background:#000a;backdrop-filter:blur(8px)}dialog h2{font-size:45px;margin:15px 0 25px}.close{position:absolute;right:18px;top:12px;background:none;border:0;font-size:32px}dialog .detail-image{width:100%;height:260px;object-fit:cover;margin-bottom:25px}.bag-line{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #8886;padding:20px 0}.bag-line button{border:0;background:transparent;text-decoration:underline;font-size:13px}.bag-total{font-size:23px;margin:30px 0}.dialog-actions{display:flex;gap:20px;align-items:center}.builder{display:grid;grid-template-columns:1fr 1fr;gap:15%;background:#eaf1d4}.ritual{text-align:center;background:#d1dbc5}.ritual-tabs{display:flex;justify-content:center;gap:10px;margin:30px}.ritual-tabs button{border:1px solid var(--ink);border-radius:30px;padding:13px 30px;background:none}.ritual-tabs button[aria-pressed=true]{background:var(--ink);color:var(--paper)}#ritual-copy{max-width:550px;margin:0 auto 30px}
/* Each reference receives its own composition and motion direction. */
.burger .stage{background:#171311;color:#f4e6cd}.burger .hero-title h1{font-family:Arial,sans-serif;font-size:clamp(70px,9.5vw,170px);font-weight:950;letter-spacing:-.08em;line-height:.87;transform:translateX(calc(var(--p)*-20px))}.burger .hero-title{top:16%;width:50%}.burger .hero-title .kicker{color:#ff7c44}.burger .hero-title .pill{background:#f45224;color:#fff;border-color:#f45224}.burger .scene-controls{background:linear-gradient(0deg,#171311,transparent)}.burger .progress{background:#fff4}.burger .progress i{background:#f45224}.burger .scene-caption{color:#f4e6cd}.burger h2{font-family:Arial,sans-serif;font-weight:900;letter-spacing:-.06em;text-transform:uppercase}.burger .product-image{border-radius:50% 50% 5px 5px}.burger .product:nth-child(2){padding-top:65px}.burger .ticker{font-weight:900;text-transform:uppercase}.skin .brand{font-size:34px;font-family:Georgia,serif;font-weight:400}.skin .hero-object{inset:0;z-index:0;transform:scale(calc(1 + var(--p)*.22)) translateX(calc(var(--p)*-4%))}.skin .hero-title{width:40%;top:20%}.skin .hero-title h1{font-family:Arial,sans-serif;letter-spacing:-.075em;font-size:clamp(70px,8vw,145px);font-weight:500}.skin .hero-object:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#e6ecdf 5%,transparent 65%)}.skin .scene-caption{top:50%;bottom:auto;left:auto;right:5%;writing-mode:vertical-rl}.skin .product-image{background:#d1dbc5;border-radius:180px 180px 0 0}.skin .story{background:#cad7bd;color:#243d32}.skin .hero-title h1 span:last-child{font-family:Georgia,serif;font-style:italic}.villa .stage{color:#fff}.villa .hero-object{inset:0;transform:none;z-index:0}.villa .hero-object img{transform:scale(calc(1 + var(--p)*1.1));object-position:50% 55%;will-change:transform}.villa .hero-object:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0007,transparent),linear-gradient(0deg,#0009,transparent 65%)}.villa .hero-title{top:22%;width:70%;transform:translateY(calc(var(--p)*-70px));opacity:calc(1 - var(--p)*.85)}.villa .hero-title h1{font-size:clamp(65px,8.5vw,150px)}.villa .hero-title .pill{background:#f0e9de;color:#25332f;border:none}.villa .scene-controls{background:linear-gradient(0deg,#0009,transparent)}.villa .progress{background:#fff4}.villa .progress i{background:white}.villa .scene-caption{left:6%;right:6%;bottom:130px;font:italic clamp(28px,4vw,68px)/1.1 Georgia,serif}.villa .scene-number{font:14px Arial}.villa .ticker{background:#25332f}.villa .products{grid-template-columns:1.5fr 1fr 1fr}.villa .product-image{aspect-ratio:4/3}.villa .product:nth-child(2){padding-top:90px}.villa .product:nth-child(3){padding-top:180px}.villa .story{grid-template-columns:1.4fr 1fr}.villa .story-photo{min-height:700px}.dessert .stage{background:#211015;color:#efe3d2}.dessert .hero-title{width:49%;top:17%}.dessert .hero-title h1 span:last-child{font-style:italic}.dessert .hero-title .pill{background:#efe3d2;color:#321918;border:none}.dessert .scene-controls{background:linear-gradient(0deg,#211015,transparent)}.dessert .progress{background:#fff4}.dessert .progress i{background:#efe3d2}.dessert .ingredient-0{clip-path:inset(0 0 72.3%);--shift:14%}.dessert .ingredient-1{clip-path:inset(27.3% 0 45.4%);--shift:7%}.dessert .ingredient-2{clip-path:inset(54.4% 0 23.1%);--shift:0%}.dessert .ingredient-3{clip-path:inset(76.7% 0 0);--shift:-8%}.dessert .product:nth-child(2){padding-top:80px}.dessert .product-image{border-radius:50% 50% 0 0}.coffee .brand{font-weight:900;letter-spacing:-.06em}.coffee .hero-title h1{font-family:Arial,sans-serif;font-weight:900;font-size:clamp(72px,10vw,175px);letter-spacing:-.08em;line-height:.87}.coffee .hero-title{top:15%;width:55%}.coffee .hero-object{inset:-3% -6% 0 42%;transform:rotate(calc(-9deg + var(--p)*18deg)) scale(calc(.88 + var(--p)*.2));mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.coffee .hero-object img{object-fit:contain}.coffee h2{font-family:Arial,sans-serif;font-weight:800}.coffee .product-image{border-radius:25px;background:#c8dc83}.coffee .ticker{transform:rotate(-2deg);margin:20px -10px}.coffee .story{background:#354c25}.watch .brand{font-size:19px;letter-spacing:.12em;font-weight:400}.watch .hero-title{top:20%;width:48%}.watch .hero-title h1{font-size:clamp(85px,11vw,185px)}.watch .hero-object{inset:0 6% 0 45%;transform:rotateY(calc(var(--p)*40deg - 20deg)) rotateZ(calc(var(--p)*-18deg + 9deg)) scale(calc(.95 + var(--p)*.45));mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.watch .hero-object img{object-fit:contain}.watch .hero-title h1 span:last-child{font-style:italic}.watch .ticker{background:#0c1521;color:#c3a17b;border-block-color:#c3a17b55;letter-spacing:.2em;font-size:14px}.watch .products{gap:3px}.watch .product{padding:25px;border:1px solid #ffffff25}.watch .product-image{background:#0c1521}.watch .product-image img{object-fit:contain}.watch .story{background:#d7cec0;color:#17222d}.watch .hero-desc{font-weight:300}.watch .bag-button{border-color:#c3a17b}.watch footer{background:#060c13;color:#d7cec0}.motion-paused .ticker>div{animation-play-state:paused}.reduced .opening{height:auto}.reduced .stage{position:relative;top:0}.reduced .ticker>div{animation:none}.reduced [data-play]{display:none}@keyframes ticker{to{transform:translateX(-25%)}}
@media(max-width:800px){header{height:70px;padding:0 5%}.brand{font-size:21px}nav{gap:15px;font-size:12px}.bag-button{padding:9px 12px;font-size:12px}.preview-bar span{display:none}.stage{top:70px;height:calc(100svh - 70px);min-height:690px}.hero-title,.burger .hero-title,.skin .hero-title,.dessert .hero-title,.coffee .hero-title,.watch .hero-title{top:7%;left:6%;width:88%}.hero-title h1,.burger .hero-title h1,.skin .hero-title h1,.coffee .hero-title h1,.watch .hero-title h1{font-size:clamp(52px,11vw,80px);margin:10px 0 15px}.hero-title h1 span{display:inline}.hero-title h1 span+span:before{content:' '}.hero-desc{font-size:15px;max-width:300px;margin-bottom:15px}.hero-title .kicker{font-size:11px}.hero-title .pill{padding:10px 18px;min-height:40px;font-size:12px}.ingredient-stack{inset:30% 3% 11% 23%}.scene-caption{bottom:95px;left:6%;right:6%;font-size:13px}.scene-controls{gap:15px;padding:14px 5%;flex-wrap:wrap;font-size:12px}.scene-controls>span{width:50%}.scene-controls .progress{min-width:30%}.scene-controls button{font-size:12px}.skin .hero-object{inset:10% -35% 0 -10%}.skin .hero-object:after{background:linear-gradient(180deg,#e6ecdf 5%,transparent 55%)}.skin .scene-caption{top:auto;bottom:100px;writing-mode:horizontal-tb}.coffee .hero-object{inset:28% 0 9% 25%}.watch .hero-object{inset:27% 8% 10% 30%}.villa .hero-title{top:20%;width:85%}.villa .hero-title h1{font-size:65px}.villa .scene-caption{font-size:34px;bottom:130px}.section{padding:70px 6%}.section-top{display:block;margin-bottom:35px}.section-top>p{margin-top:20px;max-width:500px}.products,.villa .products{grid-template-columns:1fr}.product,.burger .product:nth-child(2),.dessert .product:nth-child(2),.villa .product:nth-child(2),.villa .product:nth-child(3){padding-top:0}.product-image{aspect-ratio:5/4}.product{margin-bottom:35px}.story,.villa .story{grid-template-columns:1fr}.story-photo,.villa .story-photo{height:430px;min-height:0}.story-copy{padding:55px 8%}.visit,.builder{grid-template-columns:1fr;gap:35px}footer>div{flex-direction:column}.footer-brand{font-size:12vw}dialog{padding:40px 25px}dialog h2{font-size:36px}.watch .product{padding:15px}.watch .brand{font-size:14px}.watch nav{gap:12px}}
@media(max-width:420px){nav a:nth-child(2){display:none}.brand{font-size:18px}.hero-title h1,.coffee .hero-title h1,.burger .hero-title h1{font-size:52px}.stage{min-height:650px}.hero-desc{max-width:260px}.scene-controls{gap:12px}.ingredient-stack{left:16%;top:34%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.burger .ingredient-0{clip-path:inset(0 0 74.6%)}.burger .ingredient-1{clip-path:inset(25.4% 0 47.5%)}.burger .ingredient-2{clip-path:inset(52.5% 0 25.45%)}.burger .ingredient-3{clip-path:inset(74.55% 0 0)}
.ingredient{mix-blend-mode:lighten}.stage{height:calc(100svh - 114px)}.burger .hero-title h1{letter-spacing:-.055em}.coffee .hero-title h1{letter-spacing:-.055em}
@media(max-width:800px){.stage{height:calc(100svh - 104px)}}
.burger .ingredient-0{--shift:9%}.burger .ingredient-1{--shift:3%}.burger .ingredient-2{--shift:-1%}.burger .ingredient-3{--shift:-5%}
body{overflow-x:clip}
/* Natural document flow; cinematic media has its own clock. */
.opening,.reduced .opening{height:auto}.stage,.reduced .stage{position:relative;top:auto;height:auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 48px;align-items:center;padding:54px max(48px,calc((100vw - 1320px)/2));overflow:clip}
.hero-title,.burger .hero-title,.skin .hero-title,.villa .hero-title,.dessert .hero-title,.coffee .hero-title,.watch .hero-title{position:relative;inset:auto;width:auto;grid-column:1;grid-row:1;margin:0;padding:32px 0;transform:none;opacity:1;pointer-events:auto}
.hero-title h1,.burger .hero-title h1,.skin .hero-title h1,.villa .hero-title h1,.dessert .hero-title h1,.coffee .hero-title h1,.watch .hero-title h1{font-size:clamp(52px,6.2vw,94px);line-height:1.02;letter-spacing:-.05em;transform:none}
.hero-title h1 span{display:block}.hero-title .hero-desc{max-width:420px;font-size:18px;margin-bottom:28px}.hero-title .pill{min-height:48px;transform:none}.pill:hover{transform:none;filter:brightness(1.1)}
.ingredient-stack{position:relative;inset:auto;grid-column:2;grid-row:1;width:min(100%,460px);aspect-ratio:2/3;justify-self:center;transform:none;mask-image:none}
.ingredient{inset:0;mix-blend-mode:normal;transform:translateY(calc(var(--settle,1)*var(--shift)));filter:drop-shadow(0 7px 8px #0002)}.ingredient img{width:100%;height:100%;object-fit:contain}
.hero-object,.coffee .hero-object,.watch .hero-object,.skin .hero-object{position:relative;inset:auto;width:100%;aspect-ratio:2/3;max-height:none;grid-column:2;grid-row:1;transform:none;mask-image:none;overflow:clip}.hero-object img{width:100%;height:100%;object-fit:contain;transform:scale(calc(1 + var(--p)*.025))}.coffee .hero-object img{transform:none}.watch .hero-object img{transform:rotate(calc(-2deg + var(--p)*4deg)) scale(.94)}.skin .hero-object{aspect-ratio:1}.skin .hero-object img{object-fit:cover;object-position:100% 50%;transform:scale(calc(1 + var(--p)*.04))}.skin .hero-object:after{display:none}
.villa .stage{min-height:740px}.villa .hero-object{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;z-index:-1}.villa .hero-object img{object-fit:cover;transform:scale(calc(1 + var(--p)*.06))}.villa .hero-title{grid-column:1/-1;max-width:850px;padding:80px 0}.villa .hero-title h1{max-width:850px}.villa .scene-caption{font:italic 28px Georgia,serif;color:white}
.scene-caption,.skin .scene-caption,.villa .scene-caption{position:relative;inset:auto;grid-column:2;grid-row:2;writing-mode:horizontal-tb;margin:20px 0 5px;font-size:14px;display:block}.scene-number{display:none}.scene-controls{position:relative;inset:auto;grid-column:1/-1;grid-row:3;margin:18px 0 0;padding:8px 0;min-height:52px;background:none!important;gap:20px;flex-wrap:wrap}.scene-controls button,.scene-controls a{min-height:44px;display:inline-flex;align-items:center;font-size:14px}.scene-controls .progress{min-width:80px}.scene-controls [hidden]{display:none!important}.ticker>div{animation:none;white-space:normal;width:auto;text-align:center}.ticker{max-height:70px;overflow:hidden;transform:none!important;margin:0!important;font-size:16px}
.product-image img,.product:nth-child(2) .product-image img,.product:nth-child(3) .product-image img{object-fit:contain;transform:none}.product-image:hover img{transform:none}.product-image{border-radius:0!important;background:var(--paper)}.burger .product-image{background:#171311}.dessert .product-image{background:#211015}.skin .product-image img,.villa .product-image img{object-fit:cover}.story-photo img{object-fit:contain}.story-photo{background:var(--paper)}.villa .story-photo img{object-fit:cover}.section{max-width:1440px;margin-inline:auto}.product p{font-size:16px}.bag-button,.close,.text-button{min-height:44px}.hero-title .pill{margin-top:0}button{touch-action:manipulation}
@media(max-width:800px){header{height:auto;min-height:76px;position:relative;flex-wrap:wrap;gap:12px;padding:15px 20px 8px}header nav{order:3;width:100%;justify-content:space-between;gap:12px}header nav a{display:inline-flex!important;align-items:center;min-height:44px;font-size:14px}header .brand{font-size:24px}.watch header .brand{font-size:18px}.bag-button{font-size:14px;padding:8px 14px}.preview-bar{height:auto;min-height:44px;padding-inline:20px}.preview-bar a,.preview-bar button{min-height:44px;display:inline-flex;align-items:center}.stage,.reduced .stage{display:flex;flex-direction:column;align-items:stretch;padding:28px 20px 16px;gap:0;height:auto;min-height:0}.hero-title,.burger .hero-title,.skin .hero-title,.villa .hero-title,.dessert .hero-title,.coffee .hero-title,.watch .hero-title{position:relative;inset:auto;width:100%;padding:12px 0 28px}.hero-title h1,.burger .hero-title h1,.skin .hero-title h1,.villa .hero-title h1,.dessert .hero-title h1,.coffee .hero-title h1,.watch .hero-title h1{font-size:52px;line-height:1.02}.hero-title h1 span+span:before{content:none}.hero-title .hero-desc{font-size:16px;max-width:none;margin-bottom:24px}.hero-title .kicker{font-size:12px}.hero-title .pill{min-height:48px;font-size:14px}.ingredient-stack{width:min(100%,320px);flex-shrink:0;align-self:center;aspect-ratio:2/3;inset:auto;min-height:0}.hero-object,.coffee .hero-object,.watch .hero-object,.skin .hero-object{position:relative;inset:auto;width:min(100%,350px);align-self:center;aspect-ratio:2/3;flex-shrink:0;transform:none;max-height:none}.skin .hero-object{aspect-ratio:1}.villa .stage{min-height:660px;justify-content:center}.villa .hero-object{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto}.villa .hero-title{padding:60px 0 100px}.villa .hero-title h1{font-size:52px}.scene-caption,.skin .scene-caption,.villa .scene-caption{position:relative;inset:auto;margin:12px 0 0;writing-mode:horizontal-tb;font-size:14px}.scene-controls{margin:16px 0 0;gap:12px;padding:0;background:none;font-size:13px}.scene-controls>span{width:auto}.scene-controls .progress{flex:1;min-width:45px}.section{padding:70px 20px}.product-caption h3{font-size:22px}body p{font-size:16px}.fine{font-size:13px}.story-photo{height:auto;min-height:350px}.story-photo img{height:auto;max-height:540px;width:100%;object-fit:contain}.villa .story-photo img{height:400px;object-fit:cover}}
@media(min-width:801px){.stage{padding-top:32px;padding-bottom:20px;row-gap:12px}.ingredient-stack{width:min(100%,420px)}.scene-controls{margin-top:4px}.scene-caption{margin-top:6px}}
.burger .ingredient-0{--shift:11%}.burger .ingredient-1{--shift:5%}
/* No scene toolbar, no reserved rows, and no artificial motion of a flat photograph. */
.stage{padding-block:48px;row-gap:0}.hero-title{min-width:0}
.hero-title h1,.burger .hero-title h1,.skin .hero-title h1,.villa .hero-title h1,.dessert .hero-title h1,.coffee .hero-title h1,.watch .hero-title h1{font-size:clamp(40px,5.2vw,84px);line-height:1.12;letter-spacing:-.025em;overflow-wrap:break-word;text-wrap:balance}
.hero-object img,.watch .hero-object img,.villa .hero-object img,.skin .hero-object img{transform:none}
.scene-caption,.scene-controls{display:none}
.burger .ingredient-0{--shift:27%}.burger .ingredient-1{--shift:14%}.burger .ingredient-2{--shift:3%}.burger .ingredient-3{--shift:-5%}
.dessert .ingredient-0{--shift:25%}.dessert .ingredient-1{--shift:14%}.dessert .ingredient-2{--shift:9%}.dessert .ingredient-3{--shift:0%}
h2{line-height:1.16;letter-spacing:-.025em;overflow-wrap:break-word}.product-caption{flex-wrap:wrap}.product-caption h3{line-height:1.3}
@media(max-width:800px){.stage{padding:28px 20px 36px}.hero-title h1,.burger .hero-title h1,.skin .hero-title h1,.villa .hero-title h1,.dessert .hero-title h1,.coffee .hero-title h1,.watch .hero-title h1{font-size:clamp(36px,9vw,58px);line-height:1.12}.hero-title{padding-bottom:16px}.section-top{min-width:0}}

.ticker{max-height:none;padding:18px 24px;line-height:1.6}.ticker>div{white-space:normal;overflow-wrap:break-word}
