@charset "UTF-8";
:root{--ink:#50223c;--ink-deep:#422034;--muted:#7a6470;--rose:#efd5df;--paper:#fcf8f9;--line:rgba(92,43,67,.14);--berry:#692b49;--glass:rgba(255,255,255,.57);--serif:Georgia,'Times New Roman',serif;--sans:'Segoe UI',Arial,sans-serif;--max:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:125px}body{margin:0;font-family:var(--sans);font-size:16px;line-height:1.6;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{color:inherit}button,a,summary{outline-offset:5px}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:2px solid var(--berry)}a{color:inherit;text-decoration:none}button{cursor:pointer}img{max-width:100%;display:block;object-fit:cover}p{color:var(--muted);margin:0 0 1.4rem}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;letter-spacing:-.055em;margin:0}h1 em,h2 em,h3 em{font-weight:400;color:#96617a}h1{font-size:clamp(3.5rem,6.8vw,6.7rem)}h2{font-size:clamp(2.6rem,4vw,4.25rem)}h3{font-size:2rem}.icon{width:21px;height:21px;flex:none}.section-wrap{max-width:var(--max);margin-inline:auto;padding-inline:48px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.17em;line-height:1.5;display:block}.button{min-height:56px;border:1px solid transparent;padding:15px 25px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;gap:30px;font-size:14px;font-weight:500;transition:background .2s,transform .2s,box-shadow .2s;text-align:center}.button:hover{transform:translateY(-2px)}.button-dark{color:white;background:var(--ink)}.button-dark:hover{background:#702f50;box-shadow:0 8px 24px #642e4c20}.button-outline{border-color:#7d5066;background:transparent}.button-outline:hover{background:#eed8e3}.text-link{display:inline-flex;align-items:center;gap:18px;font-size:14px;font-weight:600;padding-block:7px;transition:gap .2s}.text-link:hover{gap:25px}.text-link .icon{width:19px}.glass{background:var(--glass);border:1px solid rgba(255,255,255,.92);box-shadow:0 10px 35px #67263a08;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.icon-button{width:42px;height:42px;padding:10px;border:1px solid var(--line);border-radius:50%;background:#ffffff75;display:grid;place-items:center}.icon-button:hover{background:#f1dce5}.full{width:100%}.quiet-note{font-size:13px;color:var(--muted)}.skip-link{position:fixed;left:16px;top:-100px;z-index:200;background:var(--ink);color:white;padding:12px 20px;border-radius:10px}.skip-link:focus{top:12px}
.announcement{height:36px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;background:#f1e0e7;color:#603b4e;font-size:12px;letter-spacing:.035em}.announcement-note{display:flex;align-items:center;gap:12px}.announcement .icon{width:14px;height:14px}.site-header{position:sticky;top:16px;z-index:30;display:flex;align-items:center;justify-content:space-between;min-height:84px;margin:18px auto 0;padding:12px 28px;max-width:calc(var(--max) - 64px);width:calc(100% - 64px);border:1px solid #ffffff;background:rgba(255,255,255,.66);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 8px 30px #7e3d5d06;border-radius:80px}.brand{display:flex;align-items:center;gap:10px;flex:none}.brand-flower{font-size:42px;line-height:1;color:#98596f}.brand-type{font-family:var(--serif);font-size:37px;letter-spacing:-.065em;line-height:.85}.brand-type>span{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.34em;text-align:center;margin-top:8px;padding-left:7px}.desktop-nav{display:flex;gap:36px;align-items:center;font-size:14px}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a[aria-current=page]:after{content:'';position:absolute;bottom:4px;left:40%;right:40%;height:2px;border-radius:2px;background:#884965}.desktop-nav a:hover{color:#a0607e}.header-actions{display:flex;align-items:center;gap:8px}.bag-button{display:flex;align-items:center;gap:10px;background:transparent;border:0;font-size:14px;padding:12px 0 12px 16px}.bag-count{background:#eedbe4;border-radius:50%;min-width:24px;height:24px;display:grid;place-items:center;font-size:11px}.menu-button{display:none}.mobile-nav{position:absolute;top:calc(100% + 10px);left:0;right:0;border-radius:24px;background:#fff7fb;padding:18px;box-shadow:0 18px 40px #562a4222;border:1px solid #fff}.mobile-nav a{display:block;padding:14px}.mobile-nav[hidden]{display:none}
.hero{min-height:720px;display:grid;grid-template-columns:.94fr 1.06fr;align-items:center;gap:20px;padding-top:44px;padding-bottom:66px;position:relative}.hero:before{content:'';position:absolute;z-index:-1;inset:-160px calc(50% - 50vw) -10px;background:radial-gradient(ellipse at 76% 54%,#ecc8d983 0,transparent 51%),radial-gradient(ellipse at 8% 30%,#f6e8ed 0,transparent 60%);pointer-events:none}.hero-copy{padding-bottom:8px;position:relative;z-index:2}.hero .eyebrow{display:flex;align-items:center;gap:11px;margin-bottom:26px}.tiny-flower{font-size:23px;color:#9c657c;line-height:1}.hero h1{position:relative;margin-bottom:26px;line-height:.99;font-size:clamp(3.9rem,6.9vw,6.6rem);letter-spacing:-.066em}.hero h1 em{color:#96607c}.headline-star{font-family:var(--sans);font-size:52px;position:absolute;margin-left:15px;bottom:19px;font-weight:300;color:#b18297}.hero-copy>p{max-width:430px;font-size:16px;line-height:1.85;margin-bottom:32px}.hero-buttons{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.hero-buttons .button{padding-inline:25px;gap:24px}.hero-footnote{display:flex;align-items:center;gap:14px;font-size:12px;color:#8b7380;line-height:1.7;margin-top:45px}.hero-footnote strong{font-weight:500;color:#634254}.handmade-seal{display:grid;place-items:center;width:44px;height:44px;border:1px solid #cca9ba;border-radius:50%;font-family:var(--serif);font-size:28px;color:#855570}.hero-art{height:576px;position:relative;margin:16px 0 0 12px}.hero-image-frame{position:absolute;inset:0 0 0 22px;border-radius:260px 260px 32px 32px;overflow:hidden;background:#f0d9e1;border:7px solid #ffffff66;box-shadow:0 22px 60px #7338510c}.hero-photo{width:100%;height:100%;object-position:60% center}.image-editorial{position:absolute;bottom:26px;left:28px;font-size:10px;font-weight:600;letter-spacing:.18em;color:#643f52}.floating-tag{position:absolute;left:-34px;bottom:95px;padding:17px 22px 17px 17px;border-radius:20px;display:flex;align-items:center;gap:13px;transform:rotate(-5deg)}.tag-flower{font-size:33px;color:#ac5f7c;line-height:1}.floating-tag div>span{font-family:var(--serif);font-size:20px;display:block;line-height:1.3;letter-spacing:-.03em}.floating-tag strong{font-weight:400;font-size:10px;letter-spacing:.03em}.image-pill{position:absolute;bottom:18px;right:18px;display:flex;align-items:center;gap:18px;border-radius:40px;padding:12px 17px;font-size:12px}.image-pill:hover{background:#fff}.image-pill .icon{width:16px}.orbit-word{position:absolute;right:4px;top:18px;font-size:11px;letter-spacing:.05em;transform:rotate(20deg);color:#83576b}.hero-spark{position:absolute;top:70px;left:8px;font-size:75px;font-weight:200;line-height:1;color:#aa7891}.values-ribbon{display:flex;justify-content:center;align-items:center;gap:43px;border-block:1px solid var(--line);background:#f8edf3;padding:23px 28px;font-size:12px;letter-spacing:.055em;overflow:hidden}.values-ribbon span{flex:none}.values-ribbon b{font-size:23px;font-weight:400;color:#ae7d95;line-height:1}
.collection-section{padding-block:95px 100px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px;gap:24px}.section-heading .eyebrow{margin-bottom:17px}.section-heading .text-link{margin-bottom:4px;white-space:nowrap}.feature-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:75px;align-items:center}.feature-image{height:530px;border-radius:28px;overflow:hidden;position:relative;background:#f3dce5}.feature-image img{width:100%;height:100%;transition:transform .7s}.feature-image:hover img{transform:scale(1.025)}.product-badge{position:absolute;top:22px;left:22px;padding:9px 15px;border-radius:100px;font-size:10px;letter-spacing:.12em;font-weight:600}.round-link{position:absolute;right:23px;bottom:22px;background:#fff9;border:1px solid white;width:45px;height:45px;display:grid;place-items:center;border-radius:50%;backdrop-filter:blur(12px)}.feature-copy{padding-right:35px}.feature-copy>.eyebrow{margin-bottom:20px}.feature-copy h3{font-size:clamp(3.5rem,5vw,5.2rem);line-height:1.02;margin-bottom:25px}.feature-copy p{max-width:390px;line-height:1.85;font-size:15px}.color-story{display:flex;align-items:center;gap:6px;margin:27px 0 32px}.color-dot{height:15px;width:15px;border:1px solid #64344a17;border-radius:50%;display:block;flex:none}.color-dot.red{background:#bd2540}.color-dot.cream{background:#f4e7d4}.color-dot.green{background:#6c8053}.color-story>span:last-child{font-size:11px;margin-left:8px;color:var(--muted)}.feature-copy .quiet-note{display:block;margin-top:20px}.story-band{display:grid;grid-template-columns:1fr 1fr;background:#f1e4eb;overflow:hidden}.story-photo{position:relative;min-height:530px;overflow:hidden}.story-photo>img{width:100%;height:100%;position:absolute;inset:0;object-position:center}.photo-label{position:absolute;bottom:28px;left:30px;border-radius:50px;padding:12px 20px;font-family:var(--serif);font-size:20px}.story-copy{padding:78px max(48px,calc((100vw - 1224px)/2));padding-right:max(48px,calc((100vw - 1224px)/2));padding-left:75px;max-width:800px;align-self:center}.story-copy .eyebrow{margin-bottom:22px}.story-copy h2{margin-bottom:25px}.story-copy p{max-width:385px;font-size:15px;line-height:1.9}.signature{font-family:var(--serif);font-style:italic;font-size:28px;display:block;margin-top:33px;color:#9b657e;letter-spacing:-.04em}.detail-values{padding-block:72px;display:grid;grid-template-columns:repeat(3,1fr);gap:55px;border-bottom:1px solid var(--line)}.detail-values>div{padding-left:25px;border-left:1px solid #d9b8c8}.value-number{font-size:12px;letter-spacing:.12em;color:#9c7389}.detail-values h3{font-size:27px;letter-spacing:-.045em;margin:15px 0 14px}.detail-values p{font-size:14px;line-height:1.8;margin:0;max-width:290px}.faq-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;padding-block:95px 85px}.faq-section .eyebrow{margin-bottom:20px}.faq-section h2{margin-bottom:24px}.faq-section>div>p{font-size:14px;max-width:280px}.faq-flower{display:block;font-size:90px;color:#dbb4c6;line-height:1;margin-top:35px}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:23px 0;font-size:14px;font-weight:500}summary::-webkit-details-marker{display:none}summary .icon{width:17px;height:17px;transition:transform .2s}details[open]>summary>.icon{transform:rotate(45deg)}details p{font-size:14px;line-height:1.9;padding-right:30px;margin-bottom:23px}.closing-note{margin-bottom:72px;border:1px solid white;border-radius:36px;padding-block:62px;text-align:center;position:relative;overflow:hidden;background:radial-gradient(ellipse at 20% 100%,#eed5e1 0,transparent 60%),linear-gradient(120deg,#f3e7ed,#f1dbe5);max-width:calc(var(--max) - 96px);width:calc(100% - 96px)}.closing-note h2{font-size:clamp(3rem,5vw,5rem);margin:24px 0 30px}.closing-doodle{position:absolute;font-size:190px;font-family:var(--serif);font-weight:400;color:#d6a9bd66;right:70px;top:60px;transform:rotate(16deg);pointer-events:none}.site-footer{border-top:1px solid var(--line);padding:55px max(48px,calc((100vw - 1224px)/2)) 24px;background:#f7eef3}.footer-top{display:flex;justify-content:space-between;gap:40px}.footer-top p{font-size:12px;margin-top:23px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:16px 35px;align-content:start;padding-top:10px;font-size:13px}.footer-links a:hover{text-decoration:underline}.footer-note{font-family:var(--serif);font-size:25px;line-height:1.3;padding-top:7px;letter-spacing:-.045em}.footer-note em{color:#997089}.footer-bottom{margin-top:40px;padding-top:22px;border-top:1px solid var(--line);font-size:11px;color:var(--muted);display:flex;justify-content:space-between;gap:15px}
.breadcrumb{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#806573;margin-bottom:52px;line-height:1.7}.breadcrumb a:hover{text-decoration:underline}.breadcrumb>span:not(:last-child){color:#b292a3}.page-intro{padding-top:36px;text-align:center;background:radial-gradient(ellipse at 50% 30%,#f4e3ec 0,transparent 68%)}.page-intro .breadcrumb{text-align:left}.page-intro .eyebrow{margin-bottom:24px}.page-intro h1{font-size:clamp(4rem,6.8vw,6.6rem);line-height:1.02}.page-intro>p{margin:28px auto 0;line-height:1.9;font-size:15px}.shop-section{padding-top:66px;padding-bottom:92px}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;border-block:1px solid var(--line);font-size:14px;margin-bottom:34px}.count-chip{border:1px solid var(--line);border-radius:30px;padding:2px 8px;font-size:11px;margin-left:8px}.shop-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px}.card-image{display:block;position:relative;aspect-ratio:1;overflow:hidden;border-radius:25px;background:#efdde4}.card-image img{width:100%;height:100%;transition:transform .5s}.card-image:hover img{transform:scale(1.025)}.card-discover{position:absolute;bottom:18px;left:18px;right:18px;padding:14px 18px;display:flex;justify-content:space-between;border-radius:50px;background:#fff9;backdrop-filter:blur(15px);font-size:13px;border:1px solid #ffffffc9}.card-caption{display:flex;align-items:center;justify-content:space-between;padding-top:21px}.card-caption h2{font-size:31px;letter-spacing:-.045em}.card-caption p{margin-top:7px;margin-bottom:7px;font-size:13px}.card-symbol{font-size:40px;color:#ae6f8f;padding-right:8px}.price-soon{font-size:13px}.collection-note{text-align:center;padding:40px 25px 60px;border-radius:220px 220px 28px 28px;background:radial-gradient(ellipse at 40% 20%,#f5e5eb 0,#f9f1f4 72%);display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:start;min-height:560px}.collection-big-flower{font-size:90px;line-height:1.4;color:#b9849e;margin-bottom:20px}.collection-note .eyebrow{font-size:10px}.collection-note h2{font-size:49px;margin:22px 0}.collection-note p{font-size:14px;line-height:1.9}.collection-note .text-link{font-size:12px}.mini-banner{padding-block:58px;display:flex;justify-content:space-between;align-items:center;gap:40px;border-top:1px solid var(--line)}.mini-banner .eyebrow{margin-bottom:18px}.mini-banner h2{font-size:44px}.mini-banner p{max-width:325px;margin:0;font-size:14px}
.product-breadcrumb{margin-top:37px;margin-bottom:30px}.product-layout{display:grid;grid-template-columns:1.06fr .94fr;gap:70px;padding-bottom:75px;align-items:start}.product-main-photo{position:relative;display:block;width:100%;padding:0;border:0;background:#efdfe6;border-radius:25px;overflow:hidden;aspect-ratio:1;cursor:zoom-in}.product-main-photo>img{width:100%;height:100%;object-fit:cover}.zoom-hint{position:absolute;right:18px;bottom:18px;border-radius:100px;padding:10px 14px;font-size:11px;display:flex;align-items:center;gap:9px}.zoom-hint .icon{width:16px;height:16px}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:15px}.gallery-thumb{padding:4px;border-radius:14px;border:1px solid transparent;background:transparent;aspect-ratio:1;overflow:hidden}.gallery-thumb img{width:100%;height:100%;border-radius:10px}.gallery-thumb.active{border-color:#8e556f;background:#fff}.gallery-thumb:hover{border-color:#bc93a7}.photo-caption{font-size:11px;color:#88717d;display:flex;justify-content:space-between;gap:15px;margin:13px 3px;line-height:1.7}.product-info{padding-top:9px}.product-info>.eyebrow{display:flex;align-items:center;gap:12px;font-size:11px}.product-info h1{font-size:clamp(3.7rem,5.3vw,5.25rem);line-height:1.01;margin:19px 0 23px}.price-line{display:flex;gap:20px;justify-content:space-between;align-items:center;padding-bottom:25px;margin-bottom:24px;border-bottom:1px solid var(--line);font-size:15px}.small-pill{font-size:11px;border:1px solid #d5b2c4;padding:5px 11px;border-radius:30px;white-space:nowrap}.product-description{font-size:15px;line-height:1.9;margin-bottom:12px}.product-subdescription{font-size:14px;line-height:1.85;margin-bottom:25px}.product-option>span{font-size:12px;display:block;margin-bottom:13px;color:var(--muted)}.product-option strong{font-weight:500;color:var(--ink);padding-left:12px}.swatch-row{display:flex;align-items:center;gap:13px;font-size:12px;line-height:1.7}.swatch{width:38px;height:38px;padding:4px;border-radius:50%;border:1px solid #8f5c77;display:block}.swatch>span{display:block;width:100%;height:100%;border-radius:50%;background:conic-gradient(#b02338 0 33%,#f0e0c6 33% 67%,#66764a 67%)}.swatch-row small{color:var(--muted);font-size:11px}.purchase-row{display:flex;align-items:stretch;gap:13px;margin-top:29px}.quantity-control{display:flex;border:1px solid #cfb2c1;border-radius:100px;align-items:center;overflow:hidden;flex:none}.quantity-control button{width:35px;height:52px;background:transparent;border:0;display:grid;place-items:center;padding:7px}.quantity-control .icon{width:14px;height:14px}.quantity-control input{width:30px;background:transparent;border:0;appearance:textfield;-moz-appearance:textfield;text-align:center;font-size:14px;color:var(--ink);padding:0;outline-offset:0}.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.purchase-row>.button{flex:1;gap:16px;font-size:13px;padding-inline:17px}.purchase-note{font-size:11px;text-align:center;margin:12px 0 25px}.product-promises{display:flex;gap:30px;border-block:1px solid var(--line);padding-block:19px;justify-content:center;font-size:11px}.product-promises>span{display:flex;align-items:center;gap:8px}.product-promises .icon{width:16px;height:16px}.product-accordions{scroll-margin-top:130px}.product-accordions summary{font-size:13px;padding-block:20px}.product-accordions p{font-size:12px;line-height:1.85;margin-bottom:16px;padding-right:8px}.spec-list{margin:0 0 20px;font-size:12px}.spec-list>div{display:flex;justify-content:space-between;gap:20px;padding:7px 0;border-bottom:1px dashed #dbbfcd}.spec-list dt{color:#897180}.spec-list dd{margin:0;text-align:right}.product-editorial{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center;padding-block:72px;border-top:1px solid var(--line)}.product-editorial .eyebrow{margin-bottom:24px}.product-editorial h2{margin-bottom:24px}.product-editorial p{font-size:14px;line-height:1.9}.product-editorial>img{border-radius:28px;width:100%;aspect-ratio:1.2;object-fit:cover}.back-collection{padding-block:15px 80px;display:flex;justify-content:space-between;align-items:center;gap:25px}.back-collection>span{font-family:var(--serif);font-size:27px;font-style:italic;letter-spacing:-.03em;color:#9b6d85}
.story-intro{padding-top:36px;text-align:center}.story-intro .breadcrumb{text-align:left}.story-intro .eyebrow{margin-bottom:23px}.story-intro h1{font-size:clamp(4rem,7vw,6.6rem)}.story-intro>p{margin-top:25px;line-height:1.9;font-size:15px}.maker-story{display:grid;grid-template-columns:1.1fr .9fr;gap:75px;padding-block:62px 95px;align-items:center}.maker-image{position:relative;min-height:520px;overflow:hidden;border-radius:200px 200px 26px 26px}.maker-image>img{position:absolute;width:100%;height:100%;inset:0}.maker-story .eyebrow{margin-bottom:25px}.maker-story h2{font-size:48px;margin-bottom:27px}.maker-story p{font-size:14px;line-height:1.95}.story-quote{padding-block:53px 75px;text-align:center;background:radial-gradient(ellipse at center,#f2dfe8,transparent 67%)}.story-quote>span{font-family:var(--serif);font-size:90px;color:#bd89a2;line-height:1}.story-quote h2{font-size:clamp(2.8rem,4.4vw,4.6rem)}.story-quote p{font-size:10px;letter-spacing:.17em;margin:30px 0 0}.story-end{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding-block:80px 95px}.story-end>div{padding-left:50px}.story-end .eyebrow{margin-bottom:25px}.story-end h2{margin-bottom:25px}.story-end p{font-size:14px;max-width:330px;margin-bottom:27px}.story-end-photo{border-radius:28px;overflow:hidden}.story-end-photo>img{aspect-ratio:1;width:100%}
dialog{color:var(--ink);border:1px solid #fff}dialog::backdrop{background:#36112647;backdrop-filter:blur(5px)}.bag-dialog{height:100dvh;max-height:100dvh;max-width:490px;width:100%;margin:0 0 0 auto;inset:0;border-radius:28px 0 0 28px;padding:28px 30px;background:#fcf5f9;box-shadow:-20px 0 90px #441c3526;overflow-y:auto}.bag-dialog[open]{display:flex;flex-direction:column}.bag-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.bag-dialog h2{font-size:43px;line-height:1.12;margin-bottom:18px}.preview-note{font-size:12px;padding:14px 16px;background:#efdfe8;border-radius:12px;line-height:1.8}.bag-empty{padding:40px 0;text-align:center}.bag-empty>span{font-size:65px;color:#bc8aa3;line-height:1}.bag-empty h3{font-size:28px;margin:17px 0}.bag-empty p{font-size:14px}.bag-empty a{text-decoration:underline;font-size:14px}.bag-item{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:20px 0 30px;border-bottom:1px solid var(--line)}.bag-item>img{width:110px;height:130px;border-radius:15px}.bag-item h3{font-size:23px;margin-bottom:5px}.bag-item p{font-size:12px;margin-bottom:5px}.bag-item-controls{display:flex;align-items:center;gap:12px;margin-top:14px}.bag-item-controls button{border:1px solid var(--line);border-radius:50%;width:30px;height:30px;background:white;font-size:18px;line-height:1}.bag-item-controls span{font-size:13px}.bag-item-controls .remove-item{border:0;background:none;font-size:11px;border-radius:0;width:auto;margin-left:auto;text-decoration:underline;padding:0}.bag-bottom{margin-top:auto;padding-top:35px}.bag-bottom p{font-size:12px;line-height:1.8}.image-dialog{max-width:min(1050px,94vw);max-height:94dvh;width:fit-content;margin:auto;padding:14px;border-radius:24px;background:#fff5fa;overflow:auto}.image-dialog img{height:auto;max-height:79dvh;width:auto;max-width:100%;object-fit:contain;border-radius:15px}.image-close{position:absolute;right:24px;top:24px;z-index:2;background:#fffd}.image-dialog p{font-size:12px;margin:10px 5px 0}.toast{position:fixed;z-index:60;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#50223c;color:white;border:1px solid #bda2b4;padding:14px 24px;border-radius:50px;font-size:13px;transition:opacity .2s,transform .2s;max-width:calc(100% - 32px);box-shadow:0 8px 30px #50223c26;text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.hero{min-height:750px}.hero-art{height:605px}}
@media(max-width:1100px){.section-wrap{padding-inline:35px}.site-header{width:calc(100% - 48px)}.hero{gap:5px;min-height:650px;padding-top:30px;padding-bottom:55px}.hero h1{font-size:7.4vw}.hero-art{height:505px;margin-left:0}.hero-copy>p{max-width:350px;font-size:14px}.hero-buttons{gap:14px}.hero-buttons .button{font-size:12px;gap:14px;padding-inline:20px}.hero-buttons .text-link{font-size:12px}.hero-footnote{margin-top:35px}.floating-tag{left:-10px;bottom:86px;padding:14px}.floating-tag div>span{font-size:17px}.floating-tag strong{font-size:9px}.orbit-word{right:0;top:8px}.hero-spark{font-size:57px}.values-ribbon{gap:28px;font-size:11px}.values-ribbon>span:last-of-type{display:none}.values-ribbon>b:last-child{display:none}.feature-grid{gap:45px}.feature-image{height:470px}.feature-copy{padding-right:0}.feature-copy p{font-size:14px}.story-copy{padding:50px 35px 50px 45px}.story-photo{min-height:510px}.detail-values{gap:30px}.faq-section{gap:45px}.closing-note{width:calc(100% - 70px)}.closing-doodle{right:30px;font-size:145px}.product-layout{gap:40px}.product-info h1{font-size:60px}.product-promises{gap:15px;font-size:10px}.purchase-row{gap:9px}.purchase-row>.button{font-size:12px;gap:10px;padding-inline:13px}.product-editorial{gap:45px}.maker-story{gap:45px}.maker-story h2{font-size:41px}.maker-image{min-height:480px}.story-end{gap:55px}.story-end>div{padding-left:15px}.shop-grid{gap:30px}.collection-note{min-height:470px}.collection-big-flower{font-size:65px}.collection-note h2{font-size:40px}.collection-note .eyebrow{font-size:9px}.site-footer{padding-inline:35px}.footer-note{font-size:23px}}
@media(max-width:800px){.desktop-nav{gap:23px;font-size:12px}.bag-word{display:none}.site-header{min-height:75px;padding-inline:22px}.brand-type{font-size:33px}.brand-flower{font-size:37px}.hero h1{font-size:7.7vw}.headline-star{font-size:32px;margin-left:8px;bottom:10px}.hero-art{height:440px}.hero-image-frame{inset:0 0 0 8px}.hero-spark{left:-8px;top:60px}.hero-copy>p{font-size:13px;padding-right:12px}.hero .eyebrow{font-size:9px;gap:6px}.hero-buttons{gap:7px}.hero-footnote{font-size:10px;gap:9px}.handmade-seal{width:35px;height:35px;flex:none;font-size:23px}.hero{min-height:585px}.floating-tag{bottom:70px;padding:11px;gap:7px;border-radius:15px}.floating-tag div>span{font-size:14px}.floating-tag strong{font-size:8px}.tag-flower{font-size:24px}.image-pill{font-size:10px;padding:10px 12px;right:12px;bottom:14px;gap:10px}.image-editorial{bottom:65px;left:20px;font-size:8px}.section-heading{align-items:start}.section-heading .text-link{font-size:12px;margin-top:25px}.feature-grid{gap:35px}.feature-image{height:430px}.feature-copy h3{font-size:48px}.feature-copy .eyebrow{font-size:10px}.color-story{flex-wrap:wrap}.color-story>span:last-child{font-size:10px;margin-left:3px}.feature-copy .button{font-size:12px;gap:18px;padding-inline:20px}.story-copy{padding:45px 28px}.story-copy h2{font-size:39px}.story-copy p{font-size:13px}.story-copy .eyebrow{font-size:10px}.story-photo{min-height:510px}.detail-values{gap:22px}.detail-values>div{padding-left:18px}.detail-values h3{font-size:24px}.detail-values p{font-size:13px}.faq-section{gap:30px;grid-template-columns:.8fr 1.2fr}.faq-section .eyebrow{font-size:10px}.faq-section h2{font-size:42px}.faq-section>div>p{font-size:13px}.faq-list summary{font-size:13px}.faq-list details p{font-size:13px}.closing-doodle{display:none}.footer-note{display:none}.product-layout{gap:30px}.product-info h1{font-size:50px}.product-info>.eyebrow{font-size:9px}.product-badge{font-size:9px;top:16px;left:16px}.product-description{font-size:14px}.product-subdescription{font-size:13px}.price-line{flex-wrap:wrap;gap:10px;font-size:14px}.product-promises{flex-wrap:wrap;gap:9px}.purchase-row{flex-wrap:wrap}.purchase-row>.button{width:100%;flex:auto;font-size:14px}.quantity-control{margin-bottom:3px}.gallery-thumbs{gap:6px}.photo-caption{flex-direction:column;gap:0;font-size:10px}.product-editorial h2{font-size:39px}.collection-note{min-height:400px;padding:35px 18px}.collection-big-flower{font-size:50px;margin-bottom:15px}.collection-note h2{font-size:35px;margin-block:19px}.collection-note p{font-size:12px}.collection-note .eyebrow{font-size:8px}.collection-note .text-link{font-size:11px;gap:8px}.card-caption h2{font-size:27px}.mini-banner h2{font-size:36px}.mini-banner .eyebrow{font-size:10px}.mini-banner p{font-size:13px;max-width:250px}.maker-story{gap:30px}.maker-story .eyebrow{font-size:10px}.maker-story h2{font-size:35px}.maker-story p{font-size:13px}.maker-image{min-height:500px}.maker-image .photo-label{font-size:16px;left:16px;right:16px;text-align:center}.story-end h2{font-size:40px}.story-end .eyebrow{font-size:10px}.story-end .button{font-size:12px;gap:13px}.story-end{gap:30px}}
@media(max-width:600px){html{scroll-padding-top:100px}.section-wrap{padding-inline:23px}.announcement{height:32px;justify-content:center;font-size:10px;padding:0 10px;letter-spacing:.01em}.announcement-note{display:none}.site-header{top:10px;margin-top:12px;width:calc(100% - 28px);min-height:70px;padding:11px 17px}.brand{gap:7px}.brand-type{font-size:31px}.brand-type>span{font-size:8px;margin-top:7px}.brand-flower{font-size:35px}.desktop-nav{display:none}.menu-button{display:grid;border:0;background:transparent;width:36px}.bag-button{padding-left:4px;gap:7px}.bag-count{min-width:21px;height:21px;font-size:10px}.header-actions{gap:12px}.hero{display:flex;flex-direction:column;gap:0;padding-top:47px;padding-bottom:42px;min-height:auto}.hero-copy{width:100%;padding:0}.hero .eyebrow{font-size:10px;gap:9px;margin-bottom:22px}.hero h1{font-size:clamp(3.9rem,15.3vw,5.3rem);letter-spacing:-.065em;line-height:1.01;margin-bottom:23px}.headline-star{font-size:37px;margin-left:15px;bottom:10px}.hero-copy>p{font-size:14px;line-height:1.85;max-width:355px;padding:0;margin-bottom:27px}.desktop-only{display:none}.hero-buttons{gap:22px;flex-wrap:nowrap}.hero-buttons .button{font-size:12px;padding-inline:19px;min-height:51px;gap:15px}.hero-buttons .text-link{font-size:12px;gap:8px;white-space:nowrap}.hero-footnote{margin-top:26px;font-size:10px;gap:10px;line-height:1.75}.handmade-seal{width:33px;height:33px;font-size:22px}.hero-art{margin-top:32px;margin-left:0;width:100%;height:440px;max-width:415px}.hero-image-frame{inset:0 6px 0 6px;border-width:6px;border-radius:200px 200px 27px 27px}.hero-photo{object-position:60% center}.hero-spark{left:3px;top:39px;font-size:65px}.orbit-word{font-size:10px;right:10px;top:19px}.floating-tag{left:-4px;bottom:84px;padding:14px;gap:11px;transform:rotate(-5deg)}.floating-tag div>span{font-size:17px}.floating-tag strong{font-size:9px}.tag-flower{font-size:30px}.image-editorial{bottom:28px;left:24px;font-size:8px}.image-pill{bottom:20px;right:20px;font-size:10px;padding:11px 13px}.values-ribbon{gap:17px;padding:18px 16px;font-size:10px;justify-content:center}.values-ribbon b{font-size:17px}.values-ribbon>span:nth-of-type(3),.values-ribbon>b:nth-of-type(3){display:none}.collection-section{padding-top:62px;padding-bottom:60px}.section-heading{display:block;margin-bottom:27px}.section-heading .eyebrow{font-size:10px;margin-bottom:15px}.section-heading h2{font-size:43px}.section-heading .text-link{margin-top:14px;margin-bottom:0;font-size:12px;gap:16px}.feature-grid{display:flex;flex-direction:column;gap:31px;align-items:stretch}.feature-image{height:auto;aspect-ratio:1;border-radius:22px}.product-badge{font-size:9px;top:17px;left:17px;padding:8px 12px}.feature-copy{padding-inline:6px}.feature-copy>.eyebrow{margin-bottom:17px}.feature-copy h3{font-size:52px;margin-bottom:20px}.feature-copy p{font-size:14px;max-width:none}.color-story{margin-block:24px 27px;gap:6px}.color-story>span:last-child{font-size:11px;margin-left:7px}.feature-copy .button{font-size:13px;padding-inline:24px;gap:25px}.feature-copy .quiet-note{font-size:12px;margin-top:18px}.story-band{display:flex;flex-direction:column}.story-photo{min-height:0;aspect-ratio:1.12}.photo-label{font-size:19px;left:23px;bottom:23px;padding:10px 16px}.story-copy{padding:43px 28px 46px}.story-copy .eyebrow{font-size:10px;margin-bottom:22px}.story-copy h2{font-size:43px;margin-bottom:23px}.story-copy p{font-size:14px;max-width:370px}.signature{font-size:28px;margin-top:25px}.detail-values{display:flex;flex-direction:column;gap:31px;padding-block:48px}.detail-values>div{padding-left:23px}.detail-values h3{font-size:28px;margin:10px 0}.detail-values p{font-size:14px;max-width:350px}.value-number{font-size:11px}.faq-section{display:block;padding-block:56px}.faq-section .eyebrow{font-size:10px;margin-bottom:17px}.faq-section h2{font-size:44px;margin-bottom:17px}.faq-section>div>p{font-size:14px;max-width:none}.faq-flower{display:none}.faq-list{margin-top:25px}.faq-list summary{font-size:14px;padding-block:20px;gap:14px}.faq-list details p{font-size:14px;padding-right:5px}.closing-note{width:calc(100% - 36px);margin-bottom:46px;padding:44px 21px;border-radius:27px}.closing-note .eyebrow{font-size:9px;letter-spacing:.13em}.closing-note h2{font-size:48px;margin:23px 0 27px}.closing-note .button{font-size:12px;padding-inline:24px;gap:23px}.site-footer{padding:38px 23px 22px}.footer-top{display:block}.footer-top p{font-size:12px;margin-top:20px}.footer-links{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px 25px;font-size:13px}.footer-bottom{margin-top:30px;font-size:10px;flex-wrap:wrap;gap:10px;justify-content:space-between}.footer-bottom>span:nth-child(2){order:3;flex-basis:100%}.breadcrumb{gap:9px;font-size:11px;margin-bottom:35px}.page-intro{padding-top:29px}.page-intro .eyebrow{font-size:10px;margin-bottom:20px}.page-intro h1{font-size:57px}.page-intro>p{font-size:14px;margin-top:22px;line-height:1.9}.shop-section{padding-top:37px;padding-bottom:55px}.shop-toolbar{font-size:13px;padding-block:18px;margin-bottom:25px}.shop-toolbar .quiet-note{display:none}.shop-grid{display:flex;flex-direction:column;gap:40px}.card-image{border-radius:23px}.card-caption h2{font-size:29px}.card-caption p{font-size:12px}.collection-note{min-height:400px;padding:40px 22px;border-radius:180px 180px 24px 24px}.collection-big-flower{font-size:67px;margin-bottom:18px}.collection-note .eyebrow{font-size:9px}.collection-note h2{font-size:42px}.collection-note p{font-size:14px}.collection-note .text-link{font-size:12px;margin-top:5px}.mini-banner{display:block;padding-block:35px 45px}.mini-banner .eyebrow{font-size:9px;margin-bottom:14px}.mini-banner h2{font-size:41px}.mini-banner p{max-width:350px;font-size:14px;margin-top:20px}.product-breadcrumb{margin-top:26px;margin-bottom:24px;font-size:10px;gap:8px}.product-layout{display:flex;flex-direction:column;gap:32px;padding-bottom:48px}.product-gallery{width:100%}.product-main-photo{border-radius:22px}.zoom-hint{font-size:10px;padding:9px 13px;right:16px;bottom:16px}.gallery-thumbs{gap:7px;margin-top:11px}.gallery-thumb{padding:3px;border-radius:11px}.gallery-thumb img{border-radius:8px}.photo-caption{flex-direction:row;font-size:9px;gap:10px;margin-top:10px}.photo-caption span:last-child{text-align:right}.product-info{padding-top:0;width:100%}.product-info>.eyebrow{font-size:10px}.product-info h1{font-size:62px;line-height:1;margin:20px 0 25px}.price-line{font-size:15px;gap:14px;flex-wrap:nowrap;padding-bottom:22px;margin-bottom:22px}.small-pill{font-size:10px}.product-description{font-size:15px;line-height:1.85}.product-subdescription{font-size:14px}.product-option>span{font-size:12px}.swatch-row{font-size:12px}.purchase-row{flex-wrap:nowrap;gap:10px;margin-top:27px}.quantity-control{margin:0}.quantity-control button{width:32px}.quantity-control input{width:24px}.purchase-row>.button{font-size:12px;gap:12px;width:auto;flex:1;padding-inline:13px}.purchase-note{font-size:11px}.product-promises{font-size:11px;gap:23px}.product-accordions summary{font-size:14px}.product-accordions p{font-size:14px}.spec-list{font-size:12px}.spec-list>div{padding-block:9px;gap:13px}.product-editorial{display:flex;flex-direction:column;gap:30px;padding-block:45px;align-items:stretch}.product-editorial .eyebrow{font-size:10px;margin-bottom:20px}.product-editorial h2{font-size:46px;margin-bottom:22px}.product-editorial p{font-size:14px}.product-editorial>img{aspect-ratio:1.05;border-radius:24px}.back-collection{flex-direction:column;align-items:start;padding-block:15px 55px;gap:20px}.back-collection>span{font-size:25px}.back-collection .button{font-size:13px}.story-intro{padding-top:29px}.story-intro .eyebrow{font-size:10px}.story-intro h1{font-size:58px}.story-intro>p{font-size:14px;margin-top:23px}.maker-story{display:flex;flex-direction:column;gap:38px;padding-block:35px 40px}.maker-image{min-height:0;aspect-ratio:.94;width:100%;border-radius:180px 180px 22px 22px}.maker-image .photo-label{font-size:18px;left:20px;right:20px}.maker-story .eyebrow{font-size:10px;margin-bottom:21px}.maker-story h2{font-size:43px;margin-bottom:25px}.maker-story p{font-size:14px}.story-quote{padding-block:36px 40px}.story-quote>span{font-size:72px}.story-quote h2{font-size:37px}.story-quote p{font-size:9px;margin-top:23px}.story-end{display:flex;flex-direction:column;align-items:stretch;padding-block:40px 55px;gap:32px}.story-end>div{padding:0}.story-end h2{font-size:46px}.story-end p{font-size:14px}.story-end .button{font-size:13px;padding-inline:22px;gap:23px}.bag-dialog{border-radius:22px 0 0 22px;max-width:94vw;padding:24px 20px}.bag-dialog h2{font-size:37px}.bag-top .eyebrow{font-size:10px}.bag-item{grid-template-columns:90px 1fr;gap:14px}.bag-item>img{width:90px;height:120px}.bag-item h3{font-size:22px}.bag-item-controls{gap:10px}.image-dialog{padding:10px;border-radius:17px;max-width:96vw}.image-close{top:18px;right:18px}.toast{font-size:12px;width:max-content;bottom:18px}}
@media(max-width:365px){.section-wrap{padding-inline:19px}.hero h1{font-size:15.4vw}.hero-buttons{gap:14px}.hero-buttons .button{font-size:11px;gap:10px;padding-inline:16px}.hero-buttons .text-link{font-size:11px}.hero-art{height:385px}.hero-footnote{font-size:9px}.floating-tag div>span{font-size:15px}.image-editorial{font-size:7px;left:20px}.image-pill{font-size:9px;padding-inline:10px;gap:7px;right:16px}.values-ribbon{font-size:9px;gap:14px}.color-story>span:last-child{font-size:10px;margin-left:3px}.price-line{font-size:13px}.purchase-row>.button{font-size:11px;gap:9px;padding-inline:10px}.quantity-control button{width:30px}.quantity-control input{width:20px}.photo-caption{font-size:8px}.product-promises{gap:15px;font-size:10px}.product-info h1{font-size:57px}.story-intro h1{font-size:52px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Keep everyday reading comfortable at every breakpoint. */
.bag-feedback{font-size:.875rem;color:var(--ink);padding:12px 15px;border:1px solid #d4b4c5;border-radius:12px;margin:0 0 10px}.bag-feedback:empty{display:none}
.brand-mark{position:relative;display:block;width:74px;aspect-ratio:716 / 416;overflow:hidden;flex:none;mix-blend-mode:multiply}.brand-mark img{position:absolute;max-width:none;width:223.464%;height:auto;left:-61.732%;top:-142.55%;object-fit:initial}.brand-type{font-size:27px;letter-spacing:-.045em;line-height:1}.brand-type>span{font-size:8px;letter-spacing:.2em;margin-top:7px;text-align:left;padding-left:1px}.gallery-thumbs{grid-template-columns:repeat(3,1fr);max-width:330px}
.hero:before{left:0;right:0}
.hero-copy>p,.feature-copy p,.story-copy p,.detail-values p,.faq-section>div>p,.faq-list details p,.page-intro>p,.collection-note p,.mini-banner p,.product-description,.product-subdescription,.product-accordions p,.product-editorial p,.story-intro>p,.maker-story p,.story-end p{font-size:1rem}
.desktop-nav,.button,.text-link,.hero-buttons .button,.hero-buttons .text-link,.feature-copy .button,.section-heading .text-link,.collection-note .text-link,.closing-note .button,.story-end .button,.purchase-row>.button,.back-collection .button,.bag-button,.footer-links,.faq-list summary,.product-accordions summary,.quantity-control input,.spec-list,.product-option>span,.swatch-row,.price-soon,.shop-toolbar{font-size:.875rem}
.eyebrow,.hero .eyebrow,.feature-copy .eyebrow,.story-copy .eyebrow,.faq-section .eyebrow,.section-heading .eyebrow,.page-intro .eyebrow,.collection-note .eyebrow,.mini-banner .eyebrow,.product-info>.eyebrow,.product-editorial .eyebrow,.maker-story .eyebrow,.story-intro .eyebrow,.story-end .eyebrow,.bag-top .eyebrow,.closing-note .eyebrow{font-size:.75rem;letter-spacing:.13em}
.quiet-note,.hero-footnote,.floating-tag strong,.orbit-word,.image-editorial,.image-pill,.values-ribbon,.product-badge,.photo-caption,.purchase-note,.product-promises,.small-pill,.price-line,.color-story>span:last-child,.card-caption p,.swatch-row small,.zoom-hint,.footer-top p,.footer-bottom,.announcement,.story-quote p,.preview-note,.bag-bottom p,.bag-item p,.bag-item-controls .remove-item,.image-dialog p{font-size:.75rem}
.hero-footnote{max-width:355px}.hero-buttons{gap:22px}.hero-copy>p{max-width:450px}.hero-buttons .text-link{white-space:nowrap}.floating-tag{max-width:330px}.floating-tag strong{line-height:1.5;display:block}.image-editorial{bottom:80px}.photo-caption{flex-wrap:wrap}.product-promises{flex-wrap:wrap}.product-accordions p{line-height:1.8}.gallery-thumb{min-width:0}button:disabled{opacity:.38;cursor:default}.footer-bottom{flex-wrap:wrap}
@media(max-width:1100px){.hero-buttons{flex-wrap:wrap;gap:13px}.hero h1{font-size:7.1vw}.hero-copy>p{max-width:365px}.hero-art{height:535px}.feature-image{height:520px}.story-copy{padding-block:55px}.story-photo{min-height:610px}.product-layout{grid-template-columns:1fr 1fr}.price-line{flex-wrap:wrap}.product-promises{gap:12px}.collection-note{min-height:550px}.maker-image{min-height:570px}}
@media(max-width:800px) and (min-width:601px){.hero{padding-block:45px}.hero h1{font-size:7.5vw}.hero-copy>p{font-size:1rem;padding-right:10px}.hero-art{height:535px}.hero-footnote{font-size:.75rem}.floating-tag{left:0;right:0;max-width:280px;gap:8px;padding:11px}.floating-tag strong{font-size:.75rem}.floating-tag div>span{font-size:16px}.orbit-word{right:0;max-width:150px}.image-editorial{font-size:.75rem;bottom:76px;left:20px}.image-pill{font-size:.75rem;right:14px;gap:7px}.feature-image{height:520px}.feature-copy h3{font-size:44px}.feature-copy .button{padding-inline:18px;gap:14px}.story-copy h2{font-size:37px}.story-photo{min-height:660px}.faq-section{grid-template-columns:1fr 1.3fr}.collection-note{min-height:560px}.collection-note h2{font-size:33px}.collection-note .text-link{gap:8px;text-align:left}.product-info h1{font-size:49px}.maker-image{min-height:690px}.story-end .button{gap:12px}}
@media(max-width:600px){.hero .eyebrow{letter-spacing:.12em}.hero-buttons{flex-wrap:wrap;gap:12px 20px}.hero-buttons .button{padding-inline:19px;gap:16px}.hero-buttons .text-link{gap:9px}.hero h1{font-size:clamp(3.9rem,15.3vw,5.3rem)}.hero-art{height:440px}.floating-tag{padding:14px;max-width:290px;bottom:90px}.image-editorial{bottom:73px;left:22px}.orbit-word{right:20px;top:14px;font-size:.75rem;max-width:145px}.hero-footnote{line-height:1.75}.values-ribbon{font-size:.75rem;gap:16px;flex-wrap:wrap}.values-ribbon>b:nth-of-type(2){display:none}.feature-image{height:auto}.feature-copy h3{font-size:52px}.feature-copy .eyebrow{font-size:.75rem}.story-photo{min-height:0}.story-copy{padding-block:45px}.section-heading .text-link{font-size:.875rem}.product-layout{display:flex}.product-info h1{font-size:62px}.purchase-row{flex-wrap:wrap}.purchase-row>.button{font-size:.875rem;gap:13px;min-width:210px}.quantity-control{flex:none}.quantity-control button{width:35px}.quantity-control input{width:27px}.product-promises{gap:14px}.photo-caption{font-size:.75rem;line-height:1.6}.gallery-thumbs{gap:6px}.collection-note{min-height:475px}.maker-image{min-height:0}.footer-bottom>span:nth-child(2){font-size:.75rem}.story-end .button{font-size:.875rem}.closing-note .eyebrow{max-width:265px;margin-inline:auto}.hero-footnote{max-width:100%}.hero .eyebrow .tiny-flower{font-size:21px}}
@media(max-width:365px){.hero h1{font-size:15.4vw}.hero-art{height:400px}.hero-buttons .button{padding-inline:17px;gap:12px}.hero-buttons{gap:10px}.headline-star{font-size:30px;margin-left:9px}.hero .eyebrow{font-size:.75rem;letter-spacing:.06em}.color-story{gap:5px}.color-story>span:last-child{flex-basis:100%;margin-top:4px;margin-left:0}.purchase-row>.button{width:100%;flex:auto}.product-info h1{font-size:57px}}
@media(max-width:600px){.brand-mark{width:61px}.brand-type{font-size:24px}.brand-type>span{font-size:7px;letter-spacing:.14em}.brand{gap:10px}.gallery-thumbs{max-width:255px}.header-actions{gap:7px}}

/* Full-width color, with the original content alignment kept inside it. */
.hero.section-wrap {
  --hero-gutter: 48px;
  max-width: none;
  padding-inline: max(var(--hero-gutter), calc((100% - var(--max)) / 2 + var(--hero-gutter)));
}
.hero::before { left: 0; right: 0; }

/* Live refraction follows page content behind the glass; foreground stays sharp. */
.glass-filter-defs {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.site-header {
  isolation: isolate;
  background: rgba(245,236,241,.16);
  border-color: rgba(255,255,255,.54);
  backdrop-filter: blur(5px) saturate(115%);
  -webkit-backdrop-filter: blur(5px) saturate(115%);
  box-shadow: 0 8px 30px rgba(83,35,60,.065), inset 0 1px 0 rgba(255,255,255,.44), inset 0 -1px 0 rgba(255,255,255,.22);
}
.refractive-glass .site-header {
  backdrop-filter: url('#haya-glass-refraction') saturate(115%);
  -webkit-backdrop-filter: url('#haya-glass-refraction') saturate(115%);
}
.site-header::before,
.site-header::after {
  content: none;
}
@media(max-width:1100px) { .hero.section-wrap { --hero-gutter: 35px; } }
@media(max-width:600px) { .hero.section-wrap { --hero-gutter: 23px; } }
@media(max-width:365px) { .hero.section-wrap { --hero-gutter: 19px; } }
