/* Botanical editorial: large blooms, continuous scroll scenes, native media ratios. */
.hero-scroll{background:var(--ink)}
.hero{height:calc(100svh - 91px)!important;top:0!important}.hero-note{bottom:115px!important}
.header{height:91px;padding:0 var(--gutter);display:flex;justify-content:space-between;align-items:center;position:relative;z-index:20;background:var(--cream);border-bottom:1px solid var(--line)}.brand{line-height:1}.brand-name{font:38px/.8 var(--serif);letter-spacing:-.05em;white-space:nowrap}.brand-flower{font:24px var(--sans);padding-inline:7px}.brand-sub{display:block;font:10px var(--sans);letter-spacing:.18em;margin-top:10px}.header nav{display:flex;gap:32px;font-size:14px}.header nav a{position:relative}.header nav a:after{content:'';position:absolute;bottom:-7px;left:0;width:0;height:1px;background:currentColor;transition:width .3s}.header nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:25px;font-size:14px}.lang span{margin-left:5px}.cart-button{display:flex;gap:8px;align-items:center}.cart-button svg{width:21px;height:21px}.cart-label{display:none}#cart-count{background:var(--ink);color:var(--cream);border-radius:50%;width:23px;height:23px;display:grid;place-items:center;font-size:12px}.menu-button{display:none;width:30px;height:40px}.menu-button span{display:block;width:25px;height:1px;background:currentColor;margin:7px 0}
.hero-scroll{height:145svh;position:relative}.hero{height:calc(100svh - 25px);min-height:650px;max-height:1100px;position:sticky;top:-25px;overflow:hidden;isolation:isolate;background:var(--cream);transform:scale(var(--hero-scale,1));border-radius:0 0 var(--hero-radius,0px) var(--hero-radius,0px);transform-origin:50% 90%}.hero-topline{position:absolute;top:25px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;font-size:12px;letter-spacing:.12em;z-index:4}.hero-topline>span:last-child{font-size:11px}.hero-center{position:absolute;top:10.5%;left:var(--gutter);z-index:2;transform:translateY(var(--hero-text-y,0px));opacity:var(--hero-opacity,1)}#hero-title{display:flex;flex-direction:column;font:750 clamp(80px,11.9vw,205px)/.88 var(--sans);letter-spacing:-.085em}#hero-title span:nth-child(2){padding-left:3vw}#hero-title em{font:italic 1.2em/.95 var(--serif);margin-left:12vw;letter-spacing:-.055em;position:relative;z-index:4}#hero-title{transition:opacity .24s,transform .5s}.hero-center.changing #hero-title{opacity:0;transform:translateY(18px)}.hero-bloom{position:absolute;width:76vw;max-width:1120px;right:-21vw;top:8%;z-index:3;pointer-events:none;transform:translate(var(--hero-flower-x,0px),var(--hero-flower-y,0px)) rotate(var(--hero-flower-turn,-16deg));transform-origin:40% 50%;will-change:transform}.hero-bloom img{width:100%;height:auto;animation:flower-sway 10s ease-in-out infinite;transform-origin:43% 15%;filter:drop-shadow(7px 22px 22px #0a1c1318)}@keyframes flower-sway{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-12px)}}.hero-note{position:absolute;left:var(--gutter);bottom:125px;max-width:275px;z-index:4}.note-index{font-size:12px;display:block;margin-bottom:13px}.hero-note p{font-size:16px;line-height:1.55}.hero-circle{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;width:154px;height:154px;flex-shrink:0;border-radius:50%;background:var(--pink);color:var(--ink);padding:23px;font-size:14px;line-height:1.4;transition:transform .4s,background .4s;position:relative;z-index:5}.hero-circle>span:last-child{font-size:30px;line-height:1}.hero-circle:hover{transform:rotate(-9deg) scale(1.06);background:var(--lime)}.hero>.hero-circle{position:absolute;right:17%;bottom:17%;transform:rotate(9deg)}.hero>.hero-circle:hover{transform:rotate(0deg) scale(1.05)}.hero-bottom{position:absolute;bottom:32px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;align-items:center;gap:20px;z-index:5}.scroll-cue{font-size:12px;letter-spacing:.07em;display:flex;gap:25px}.hero-caption>span{display:none}.slider-controls{display:flex;gap:15px}.slider-controls button{font-size:12px;opacity:.45;padding:8px 3px;min-width:26px;border-bottom:1px solid transparent}.slider-controls button[aria-pressed=true]{opacity:1;border-color:currentColor}.slider-controls #slider-pause{opacity:1}#motion-toggle{font-size:12px;border-bottom:1px solid var(--line);padding-bottom:3px}
.favorites{position:relative;z-index:6;margin-top:-24svh;background:var(--ink);color:var(--cream);padding-top:90px;padding-bottom:100px;border-radius:35px 35px 0 0;overflow:hidden}.favorites h2 em{color:var(--pink)}.favorites .eyebrow{color:#c5d2c4}.favorites .product-family{color:#c5d2c4}.favorites .product-photo{background:#e4e6df}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.product-photo{width:100%;aspect-ratio:1;display:block;overflow:hidden;position:relative;background:#e7e9df;text-align:left}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.16,1,.3,1),opacity .55s}.product-photo:hover>img:first-child{transform:scale(1.045)}.product-photo .photo-hover{position:absolute;inset:0;opacity:0}.product-photo:hover .photo-hover{opacity:1;transform:scale(1.045)}.product-tag{position:absolute;top:12px;left:12px;background:var(--cream);color:var(--ink);padding:5px 9px;font-size:11px;line-height:1.5;z-index:2}.product-plus{position:absolute;bottom:13px;right:13px;width:39px;height:39px;background:var(--cream);color:var(--ink);border-radius:50%;display:grid;place-items:center;font-size:24px;z-index:2;transition:rotate .35s}.product-photo:hover .product-plus{rotate:90deg}.product-meta{padding-top:17px;display:flex;justify-content:space-between;align-items:start;gap:15px}.product-family{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}.product-card h3{font:500 16px/1.35 var(--sans);letter-spacing:-.02em}.product-card h3 button{text-align:left}.product-price{font-size:14px;white-space:nowrap}.product-grid .reveal:nth-child(4n+2){transition-delay:70ms}.product-grid .reveal:nth-child(4n+3){transition-delay:140ms}.product-grid .reveal:nth-child(4n+4){transition-delay:210ms}
.chapters{height:330svh;position:relative;background:var(--pink)}.chapter-stage{position:sticky;top:0;height:100svh;min-height:620px;overflow:hidden;background:var(--pink)}.chapter-heading{position:absolute;top:35px;left:var(--gutter);right:var(--gutter);z-index:3;display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px}.chapter-heading .eyebrow{grid-column:1/-1}.chapter-heading h2{font-size:clamp(32px,3vw,48px);letter-spacing:-.045em}.chapter-tabs{display:flex;gap:10px}.chapter-tabs button{width:40px;height:40px;border-radius:50%;border:1px solid #173d2e45;font-size:12px}.chapter-tabs button[aria-pressed=true]{background:var(--ink);color:var(--cream)}.chapter-track{display:flex;width:300%;height:100%;transform:translateX(var(--chapter-x,0px));will-change:transform}.chapter{width:33.333333%;height:100%;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:space-between;padding:150px var(--gutter) 65px;gap:6vw;overflow:hidden}.chapter-1{background:var(--lime)}.chapter-2{background:#c6d8e8}.chapter-copy{width:42%;position:relative;z-index:2}.chapter-number{font-size:12px}.chapter-copy h3{font:500 clamp(64px,7vw,112px)/1 var(--serif);letter-spacing:-.035em;margin:15px 0 25px}.chapter-tagline{font-size:22px;letter-spacing:-.035em;margin-bottom:18px}.chapter-copy>p:not(.chapter-tagline){max-width:350px;font-size:16px;line-height:1.7}.chapter-copy .text-link{margin-top:30px}.chapter-image{display:block;width:min(43vw,65svh);aspect-ratio:1;flex-shrink:0;position:relative;z-index:1;transform:rotate(3deg);overflow:hidden;border-radius:50% 50% 2px 2px}.chapter-1 .chapter-image{border-radius:3px;transform:rotate(-4deg)}.chapter-2 .chapter-image{border-radius:50%}.chapter-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s}.chapter-image:hover img{transform:scale(1.04)}.image-arrow{position:absolute;bottom:22px;right:22px;width:55px;height:55px;background:var(--cream);display:grid;place-items:center;border-radius:50%;font-size:26px}.chapter-ghost{position:absolute;bottom:-.2em;left:var(--gutter);font:700 19vw/1 var(--sans);letter-spacing:-.07em;opacity:.045;pointer-events:none}.chapter-progress{position:absolute;bottom:27px;left:var(--gutter);right:var(--gutter);height:2px;background:#173d2e25;z-index:4}.chapter-progress span{display:block;width:33.333%;height:2px;background:var(--ink);transform:translateX(var(--chapter-progress,0%))}
.collection{position:relative;z-index:4;background:var(--cream)}.collection-count{font-size:14px;white-space:nowrap}.collection h2 em{display:block}.catalog-toolbar{border-block:1px solid var(--line);padding:21px 0}.filter-list{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:23px}.filter-list button{padding:9px 14px;font-size:14px;border-radius:25px;border:1px solid transparent;white-space:nowrap;transition:background .25s}.filter-list button[aria-pressed=true]{background:var(--ink);color:var(--cream)}.filter-list button:hover{border-color:var(--line)}.search-sort{display:flex;justify-content:space-between;gap:20px}.search-box{display:flex;align-items:center;gap:12px;width:400px;max-width:65%}.search-box svg{width:20px;height:20px;flex-shrink:0}.search-box input{width:100%;background:none;border:0;font-size:16px;padding:8px 0}select{background:none;border:0;font-size:14px;max-width:35%;padding:7px}.result-count{font-size:12px;color:var(--muted);margin:20px 0}.collection .product-grid{row-gap:42px}.load-more{text-align:center;margin-top:50px}.load-more p{font-size:12px;margin-bottom:15px;color:var(--muted)}.empty-results{grid-column:1/-1;text-align:center;padding:60px 0}.empty-results button{margin-top:25px}
.story-scene{position:relative;background:#dce8bd;overflow:hidden;clip-path:inset(var(--story-clip,0%) 0 0)}.story{display:grid;grid-template-columns:.8fr 1.2fr;gap:7%;padding-block:130px;align-items:center;min-height:100svh}.story-copy h2{font:600 clamp(44px,5.7vw,90px)/1.01 var(--sans);letter-spacing:-.065em;margin:30px 0}.story-copy h2 em{white-space:nowrap}.story-copy>p{max-width:360px;font-size:16px;line-height:1.75}.story-coordinate{display:flex;flex-direction:column;font-size:11px;letter-spacing:.12em;margin-top:40px;gap:5px}.story-films{display:flex;gap:24px;align-items:center;padding-block:20px}.film{position:relative;flex:1;min-width:0;will-change:transform}.film-first{transform:translateY(var(--film-y,0px)) rotate(-5deg)}.film-second{transform:translateY(calc(var(--film-y,0px) * -1)) rotate(5deg)}.film video{width:100%;aspect-ratio:9/16;object-fit:contain;background:#233c2b}.film figcaption{font-size:11px;letter-spacing:.08em;margin-top:15px}.video-control{position:absolute;left:17px;bottom:50px;width:43px;height:43px;display:grid;place-items:center;border:1px solid #ffffff90;background:#16231e80;color:white;border-radius:50%;backdrop-filter:blur(5px);font-size:16px}.community{display:grid;grid-template-columns:.8fr 1.2fr;gap:8%;align-items:center;padding-block:110px}.community h2{font-size:clamp(44px,4.8vw,74px);margin:24px 0}.community-copy>p{color:var(--muted);font-size:16px;line-height:1.65}.community-images{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.community-photo{margin:0}.community-photo:nth-child(1){transform:rotate(-5deg);margin-top:80px}.community-photo:nth-child(2){transform:rotate(5deg);margin-top:-40px}.community-photo:nth-child(3){grid-column:2;margin-top:-20px;transform:rotate(-3deg)}.community-photo button{display:block;position:relative;padding:9px;background:white;box-shadow:0 10px 35px #173d2e13;transition:transform .45s}.community-photo button:hover{transform:rotate(4deg) translateY(-6px)}.community-photo img{width:100%;height:auto;max-height:320px;object-fit:contain}.community-photo button>span{position:absolute;right:15px;bottom:15px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--cream);font-size:20px}.community-photo figcaption{font-size:11px;letter-spacing:.04em;margin-top:12px}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:8%;padding-top:20px;padding-bottom:110px;background:var(--cream);position:relative;z-index:2}.faq h2{font-size:clamp(42px,4.5vw,68px)}.faq-list{border-top:1px solid var(--line)}.faq-plus{font-size:24px}.faq details[open] .faq-plus{transform:rotate(45deg)}
.footer-reveal{background:#42243c;position:relative;overflow:clip}footer{position:relative;color:var(--pink);padding:40px var(--gutter) 0;transform:translateY(var(--footer-y,0px));will-change:transform}.footer-top{display:flex;justify-content:space-between;align-items:center}.back-top{border:1px solid #eac4d866;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;font-size:22px}.footer-cta{min-height:560px;position:relative;isolation:isolate;padding-top:45px;border-bottom:1px solid #eac4d836;overflow:visible}.footer-cta h2{font:650 clamp(80px,13.5vw,225px)/.86 var(--sans);letter-spacing:-.08em;position:relative;z-index:2}.footer-cta h2 em{display:inline-block;font-size:1.22em;margin-left:16vw;line-height:.9}.footer-cta>.hero-circle{position:absolute;right:3%;top:25%;z-index:6;background:var(--lime);transform:rotate(8deg)}.footer-bloom{position:absolute;z-index:3;width:54vw;max-width:950px;left:-22vw;bottom:-15vw;pointer-events:none;transform:rotate(-38deg) translateY(var(--footer-flower-y,0px))}.footer-bloom img{width:100%;animation:flower-sway 13s ease-in-out infinite reverse}.footer-main{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:8%;position:relative;z-index:4;padding:50px 0 30px}.footer-main>div{display:flex;flex-direction:column;align-items:start;gap:9px;font-size:14px}.footer-main>div:first-child{align-self:end;font-size:16px}.footer-main .eyebrow{opacity:.65;margin-bottom:10px}.footer-main a:hover,.footer-main button:hover{text-decoration:underline}.footer-main button{text-align:left}.footer-wordmark{display:block;position:relative;font:500 14.5vw/.98 var(--sans);letter-spacing:-.085em;white-space:nowrap;margin:15px -5px 20px;z-index:4}.footer-wordmark>span{font-size:2vw;vertical-align:top;display:inline-block;margin-left:15px;margin-top:2vw;letter-spacing:0}.footer-bottom{border-top:1px solid #eac4d83b;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;padding:23px 0}.footer-bottom>span:nth-child(2){letter-spacing:.12em;font-size:10px}
.product-detail h2{font:500 42px/1.08 var(--serif);letter-spacing:-.025em}.product-detail .detail-description{font-size:16px}.detail-tag{font-size:12px}.detail-purchase .button,.product-detail summary,.product-detail details p{font-size:14px}.cart-row h3{letter-spacing:0}.cart-summary>p,.cart-row-actions>button{font-size:14px}.cart-row>img{height:auto;aspect-ratio:1}.drawer-head h2{font-family:var(--serif);letter-spacing:-.035em}#info-dialog h2{font-family:var(--serif);letter-spacing:-.035em}#main-photo{object-fit:contain}.dialog-close{font-weight:400}#photo-dialog img{max-width:100%;height:auto}.motion-paused .hero-bloom img,.motion-paused .footer-bloom img{animation-play-state:paused}
@media(min-width:1600px){.hero-bloom{right:-15vw;width:70vw}.hero>.hero-circle{right:22%}}
@media(max-width:1100px){.header nav{gap:20px}.brand-name{font-size:33px}.hero{min-height:610px}.hero-note{bottom:105px}.hero>.hero-circle{right:12%;bottom:15%}.hero-bloom{top:15%;width:85vw;right:-25vw}.product-meta{display:block}.product-price{margin-top:7px}.product-grid{gap:18px}.chapter-image{width:43vw}.chapter-copy h3{font-size:70px}.story{gap:5%}.story-films{gap:16px}.story-copy h2{font-size:55px}.footer-cta{min-height:450px}.footer-cta>.hero-circle{width:130px;height:130px;right:0}.footer-bloom{left:-24vw;width:62vw;bottom:-18vw}}
@media(max-width:760px){:root{--gutter:6vw}.header{height:78px}.brand-name{font-size:32px}.brand-sub{font-size:8px;margin-top:8px}.header nav{display:none}.header-actions{gap:18px}.menu-button{display:block}.header.menu-open nav{display:flex;position:absolute;top:78px;left:0;right:0;flex-direction:column;padding:30px var(--gutter);background:var(--cream);border-bottom:1px solid var(--line);box-shadow:0 15px 25px #173d2e12;gap:22px}.hero-scroll{height:135svh}.hero{height:calc(100svh - 30px);min-height:650px;max-height:900px;top:-25px}.hero-topline{top:21px;font-size:10px;letter-spacing:.08em}.hero-topline>span:last-child{font-size:9px}.hero-center{top:11%;left:var(--gutter)}#hero-title{font-size:clamp(71px,15vw,114px);line-height:.89;letter-spacing:-.08em}#hero-title span:nth-child(2){padding-left:1vw}#hero-title em{margin-left:5vw;font-size:1.18em}.hero-bloom{width:103vw;right:-33vw;top:27%;max-width:none;transform-origin:20% 50%}.hero-note{bottom:132px;max-width:200px}.hero-note p{font-size:14px}.hero-note .note-index{font-size:11px}.hero>.hero-circle{width:119px;height:119px;font-size:12px;padding:20px;right:9%;bottom:21%}.hero-circle>span:last-child{font-size:25px}.hero-bottom{bottom:27px;display:grid;grid-template-columns:1fr auto;gap:9px}.scroll-cue{font-size:10px;gap:10px}.slider-controls{gap:6px}.slider-controls button{font-size:11px;padding:6px 2px;min-width:24px}#motion-toggle{grid-column:1/-1;justify-self:start;font-size:11px}.favorites{margin-top:-13svh;border-radius:24px 24px 0 0;padding-top:55px;padding-bottom:65px}.section{padding:65px var(--gutter)}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:50px}.section-heading .eyebrow{margin-bottom:16px}.section-heading>.text-link{margin-top:24px}.eyebrow{font-size:11px;letter-spacing:.09em}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 16px}.product-tag{font-size:10px;top:8px;left:8px;padding:4px 6px}.product-meta{padding-top:13px}.product-card h3{font-size:14px;line-height:1.4}.product-family{font-size:10px;margin-bottom:4px}.product-price{font-size:14px}.product-plus{width:33px;height:33px;bottom:8px;right:8px;font-size:22px}.chapters{height:340svh}.chapter-stage{min-height:680px;height:100svh}.chapter-heading{top:25px;gap:12px}.chapter-heading h2{font-size:30px;max-width:220px;letter-spacing:-.045em}.chapter-tabs{gap:6px}.chapter-tabs button{width:30px;height:30px;font-size:11px}.chapter{padding:135px var(--gutter) 53px;flex-direction:column-reverse;justify-content:center;align-items:start;gap:22px}.chapter-image{width:min(65vw,33svh);align-self:center;max-width:360px;flex-shrink:0}.chapter-copy{width:100%}.chapter-number{position:absolute;right:0;top:8px;font-size:11px}.chapter-copy h3{font-size:53px;margin:0 0 6px}.chapter-tagline{font-size:18px;margin-bottom:7px}.chapter-copy>p:not(.chapter-tagline){font-size:14px;line-height:1.6;max-width:100%}.chapter-copy .text-link{margin-top:15px;font-size:14px}.image-arrow{width:40px;height:40px;bottom:12px;right:12px;font-size:23px}.chapter-ghost{font-size:24vw;bottom:25px}.chapter-progress{bottom:24px}.collection h2 em{display:inline}.collection-count{margin-top:20px}.filter-list{flex-wrap:nowrap;overflow:auto;padding-bottom:7px;margin-bottom:15px;scrollbar-width:thin}.filter-list button{font-size:14px;padding:8px 12px}.search-sort{gap:10px}.search-box input{font-size:14px}select{font-size:12px;max-width:38%;padding-right:0}.search-box{max-width:62%;gap:7px}.collection .product-grid{row-gap:30px}.story{display:flex;flex-direction:column;gap:50px;padding-block:75px}.story-copy{width:100%}.story-copy h2{font-size:61px;margin:22px 0}.story-copy h2 em{white-space:normal}.story-copy>p{max-width:100%}.story-coordinate{margin-top:20px}.story-films{gap:18px;padding:30px 5px;width:100%}.film figcaption{font-size:10px;line-height:1.6}.video-control{width:37px;height:37px;left:12px;bottom:65px;font-size:14px}.community{display:block;padding-bottom:75px}.community h2{font-size:52px}.community-images{margin-top:40px;gap:18px}.community-photo:nth-child(1){margin-top:70px}.community-photo:nth-child(2){margin-top:-15px}.community-photo:nth-child(3){margin-top:-10px}.community-photo img{max-height:260px}.community-photo figcaption{font-size:10px}.community-photo button{padding:6px}.faq{display:block;padding-top:0;padding-bottom:65px}.faq h2{font-size:48px;margin-bottom:35px}.faq h2 br{display:none}.faq h2 em{margin-left:8px}.faq summary{font-size:14px;padding-block:22px}.faq details p{font-size:15px}.footer-top{gap:20px}.footer-top .eyebrow{max-width:170px}.footer-cta{min-height:370px;padding-top:40px}.footer-cta h2{font-size:16vw;letter-spacing:-.07em}.footer-cta h2 em{font-size:1.35em;margin-left:8vw}.footer-cta>.hero-circle{width:112px;height:112px;top:53%;right:0;font-size:12px;padding:15px}.footer-bloom{width:87vw;left:-40vw;bottom:-90px;max-width:none}.footer-main{grid-template-columns:1fr 1fr;gap:30px 22px;padding:33px 0 20px}.footer-main>div:first-child{grid-column:1/-1;padding-left:30%;min-height:40px;font-size:14px}.footer-main>div{font-size:14px}.footer-main .eyebrow{font-size:11px}.footer-wordmark{font-size:14.3vw;margin:25px 0 20px}.footer-wordmark>span{margin-left:7px}.footer-bottom{font-size:10px;gap:12px;padding-block:20px}.footer-bottom>span:nth-child(2){display:none}dialog{max-width:calc(100vw - 24px);max-height:94svh}#product-body{display:block}.product-gallery{padding:15px}.product-detail{padding:25px 22px 30px}.product-detail h2{font-size:38px}.product-gallery>#main-photo{max-height:420px}.thumbs button{width:54px;min-width:54px;height:54px}.detail-purchase{gap:8px}.detail-purchase input{width:54px;min-width:54px}.detail-purchase .button{min-width:0;font-size:13px;gap:8px;padding-inline:14px}.dialog-close{width:38px;height:38px;top:12px;right:12px}.drawer{width:100%;max-width:100%}.drawer-head{padding:28px 23px 20px}.cart-lines{padding:0 23px}.cart-summary{padding:25px 23px}.cart-row{gap:15px}.cart-row h3{font-size:24px}#info-dialog{padding:58px 25px 30px}#info-dialog h2{font-size:37px}.toast{font-size:12px;padding:12px 18px}}
@media(max-width:380px){.header-actions{gap:12px}.brand-name{font-size:29px}.hero-note{max-width:170px}.hero-note p{font-size:13px}.hero>.hero-circle{right:7%;width:105px;height:105px}.chapter-heading h2{font-size:27px}.chapter-copy h3{font-size:45px}.chapter-tagline{font-size:17px}.chapter-copy>p:not(.chapter-tagline){font-size:13px}.footer-cta{min-height:330px}}
@media(prefers-reduced-motion:reduce){.hero-scroll{height:auto}.hero{position:relative;top:0;transform:none;border-radius:0}.hero-center,.hero-bloom{will-change:auto}.favorites{margin-top:0}.chapters{height:auto}.chapter-stage{position:relative;height:auto;min-height:0}.chapter-heading{position:relative;top:auto;left:auto;right:auto;padding:35px var(--gutter) 10px}.chapter-track{display:block;width:100%;transform:none!important}.chapter{width:100%;min-height:650px;height:auto;padding-top:40px}.chapter-tabs,.chapter-progress{display:none}.story-scene{clip-path:none!important}.film-first{transform:rotate(-5deg)!important}.film-second{transform:rotate(5deg)!important}footer{transform:none!important}.hero-bloom{transform:rotate(-16deg)!important}.footer-bloom{transform:rotate(-38deg)!important}}

/* Final foreground compositions. Edge-to-edge stems frame the two scenes. */
.hero{height:calc(100svh - 91px)!important;top:0!important}
.hero-bloom{width:66vw;right:-8vw;top:-4%;max-width:none;transform-origin:55% 85%}
.hero-bloom img{transform-origin:53% 100%}
#hero-title{font-size:clamp(80px,11vw,185px);letter-spacing:-.075em}
#hero-title em{margin-left:7vw}
.hero-note{bottom:105px!important}
.hero>.hero-circle{right:31%;bottom:12%;width:145px;height:145px}
.footer-bloom{left:-9vw;width:50vw;bottom:-12vw;transform:rotate(5deg) translateY(var(--footer-flower-y,0px))}
.eyebrow,.product-family,.product-tag,.chapter-number,.film figcaption,.community-photo figcaption,.hero-topline,.hero-topline>span:last-child,.scroll-cue,.slider-controls button,.note-index,.footer-bottom,.footer-bottom>span:nth-child(2),.footer-main .eyebrow,.story-coordinate{font-size:12px}
#motion-toggle{font-size:12px}
@media(max-width:1100px) and (min-width:761px){.hero-bloom{width:78vw;right:-15vw;top:3%}.hero>.hero-circle{right:28%}}
@media(max-width:760px){.hero{height:calc(100svh - 78px)!important;min-height:650px}.hero-bloom{width:98vw;right:-30vw;top:29%;transform-origin:55% 90%}.hero-center{top:11%}#hero-title{font-size:clamp(70px,16vw,115px)}#hero-title em{margin-left:3vw}.hero-note{bottom:155px!important;max-width:175px}.hero-note p{font-size:14px}.hero>.hero-circle{width:116px;height:116px;right:40%;bottom:11%;font-size:13px;padding:17px}.hero-topline>span:last-child{display:none}.hero-topline{font-size:12px}.hero-bottom{bottom:18px}.hero-bottom .scroll-cue{font-size:11px}.footer-bloom{width:90vw;left:-39vw;bottom:-40px;transform:rotate(5deg) translateY(var(--footer-flower-y,0px))}.chapter-heading .eyebrow{font-size:11px}.brand-sub{font-size:9px}.product-family,.product-tag{font-size:11px}.film figcaption{font-size:10px}.footer-bottom{font-size:11px}}
@media(prefers-reduced-motion:reduce){.hero-bloom{transform:rotate(8deg)!important}.footer-bloom{transform:rotate(5deg)!important}}
@media(max-width:760px){.hero-bloom{width:95vw;right:-10vw;top:29%}.hero>.hero-circle{right:4%;bottom:11%}.hero-note{max-width:158px}.hero-note p{font-size:14px;line-height:1.55}}
.footer-bloom img{height:auto}.footer-bloom{width:39vw;left:-5vw;bottom:-5vw}@media(max-width:760px){.footer-bloom{width:66vw;left:-11vw;bottom:-20px}}
.motion-paused .hero-scroll{height:auto}.motion-paused .favorites{margin-top:0}.motion-paused .chapters{height:auto}.motion-paused .chapter-stage{position:relative;height:auto;min-height:0}.motion-paused .chapter-heading{position:relative;top:auto;left:auto;right:auto;padding:35px var(--gutter) 10px}.motion-paused .chapter-track{display:block;width:100%;transform:none!important}.motion-paused .chapter{width:100%;min-height:650px;height:auto;padding-top:40px}.motion-paused .chapter-tabs,.motion-paused .chapter-progress{display:none}.motion-paused .hero-bloom img,.motion-paused .footer-bloom img{animation-play-state:paused}.motion-paused .reveal{transition:none}
