@font-face{font-family:"DM Sans";src:url("assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url("assets/fonts/dm-sans-latin-500-normal.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url("assets/fonts/dm-sans-latin-600-normal.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url("assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Fraunces;src:url("assets/fonts/fraunces-latin-400-normal.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Fraunces;src:url("assets/fonts/fraunces-latin-400-italic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:Fraunces;src:url("assets/fonts/fraunces-latin-600-normal.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}

:root{--paper:#faf6ed;--ink:#244d3e;--body:#47594e;--muted:#59665d;--line:#dcded2;--sage:#dce7d5;--pink:#f1d9df;--peach:#f1d3bc;--lilac:#e2d9ef;--blue:#d9e7ec;--yellow:#f6df94;--serif:Fraunces,Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--shadow:0 16px 36px #243c3014}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px;scrollbar-gutter:stable;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
button,input,select,textarea{font:inherit;color:inherit}
button,a,input,select,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.55}
button{border:0}
img{display:block;max-width:100%;height:auto}
svg{display:block}
a{color:inherit;text-decoration:none}
p,h1,h2,h3{margin:0}
button,summary,a,input,select,textarea{outline-offset:5px}
:focus-visible{outline:3px solid #75609e}
::selection{background:var(--lilac);color:var(--ink)}
[hidden]{display:none!important}
.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.section-space{padding-block:96px}
.icon{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;background:transparent;border-radius:50%;padding:10px;transition:background .2s,transform .2s}
.icon-button:hover{background:#244d3e0c}
.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:54px;padding:15px 25px;border-radius:9px;font-size:14px;font-weight:600;line-height:1.4;border:1px solid transparent;transition:background .2s,transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px)}
.button-primary{color:var(--paper);background:var(--ink)}
.button-primary:hover{background:#173d2e;box-shadow:0 7px 16px #244d3e20}
.button-secondary{background:transparent;border-color:var(--ink)}
.button-secondary:hover{background:var(--sage)}
.text-link{display:inline-flex;align-items:center;gap:14px;min-height:44px;font-weight:600;font-size:14px;border-bottom:1px solid currentColor}
.text-link:hover{gap:20px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;top:10px;left:12px;padding:12px 20px;background:var(--ink);color:var(--paper);z-index:100;transform:translateY(-160%);border-radius:6px}
.skip-link:focus{transform:none}
.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:700;line-height:1.5}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.15;letter-spacing:-.035em}
h2{font-size:clamp(34px,3.6vw,49px)}
h2 em{font-weight:400}

/* A warm, quiet header, not a generic white navigation bar. */
.announcement{min-height:36px;padding:8px 48px;display:flex;align-items:center;justify-content:space-between;gap:15px;background:var(--sage);font-size:11px;font-weight:500;letter-spacing:.025em}
.announcement span[aria-hidden]{padding-inline:9px}
.announcement-note{font-style:italic}
.site-header{position:sticky;top:0;z-index:20;background:#faf6edf5;border-bottom:1px solid #244d3e17;backdrop-filter:blur(12px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:91px}
.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;font-family:var(--serif);font-size:27px;letter-spacing:-1px;line-height:1.05}
.brand img{border-radius:13px;flex-shrink:0}
.brand-amp{font-style:italic}
.brand-small{display:block;font-family:var(--sans);font-size:8px;font-weight:500;letter-spacing:.18em;line-height:1.3;margin-top:7px}
.main-nav{display:flex;align-items:center;gap:31px;margin-left:auto;margin-right:42px}
.main-nav a{font-size:13px;font-weight:500;padding:10px 0;position:relative}
.main-nav a::after{content:"";height:1px;width:0;background:var(--ink);position:absolute;bottom:5px;left:0;transition:width .2s}
.main-nav a:hover::after,.main-nav a.current::after{width:100%}
.header-actions{display:flex;align-items:center;gap:12px}
.favorites-trigger{border:1px solid #244d3e35;position:relative;width:45px;height:45px}
.favorite-count{position:absolute;right:-5px;top:-5px;border-radius:50%;background:var(--ink);color:var(--paper);font-size:10px;min-width:19px;min-height:19px;display:grid;place-items:center;border:2px solid var(--paper);line-height:1.4}
.menu-toggle{display:none}

/* Cut-paper colors and real product photographs. */
.hero{display:grid;grid-template-columns:1fr 1.06fr;align-items:center;gap:35px;padding-top:44px;padding-bottom:58px;min-height:638px}
.hero-copy{padding:15px 0 13px}
.hero-copy .eyebrow{display:flex;align-items:center;gap:10px;font-size:10px}
.little-star{font-size:20px;font-weight:400;color:#8b563d}
.hero h1{font-size:clamp(60px,6.1vw,88px);line-height:1.03;margin-top:20px;position:relative;letter-spacing:-.055em;max-width:530px}
.hero h1 em{font-weight:400;color:#52795e}
.hero-spark{position:absolute;right:9%;bottom:9px;width:43px;height:48px;stroke:#9c7242;stroke-width:2.4;stroke-linecap:round;fill:none;transform:rotate(12deg)}
.hero-description{max-width:398px;color:var(--body);font-size:15px;line-height:1.85;margin:24px 0 29px}
.hero-footnote{display:flex;align-items:center;gap:12px;margin-top:31px;font-size:11px;line-height:1.6;color:var(--muted)}
.hero-footnote strong{font-weight:500}
.handmade-mark{width:37px;height:37px;border:1px solid #aaba9e;border-radius:50%;display:grid;place-items:center;font-size:27px;color:var(--ink);font-family:var(--serif);line-height:1}
.hero-art{position:relative;height:526px;isolation:isolate}
.art-blob{position:absolute;inset:7% 2% 8% 1%;background:var(--sage);border-radius:48% 43% 44% 48%;transform:rotate(-12deg);z-index:-1}
.photo-card{display:block;background:#fffbf2;border-radius:10px;padding:12px 12px 0;box-shadow:0 10px 28px #37483323;transition:transform .25s,box-shadow .25s;position:absolute}
.photo-card:hover{box-shadow:0 16px 34px #37483330}
.photo-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px}
.photo-caption{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:14px 1px;font-family:var(--serif);font-size:17px;line-height:1.2}
.photo-caption .icon{width:19px;height:19px}
.hero-flower{width:68%;left:12%;top:29px;transform:rotate(-6deg)}
.hero-flower:hover{transform:rotate(-4deg) translateY(-5px)}
.hero-cookie{width:39%;bottom:6px;right:0;transform:rotate(9deg);background:#fff4e1;padding:9px 9px 0}
.hero-cookie:hover{transform:rotate(6deg) translateY(-5px)}
.hero-cookie .photo-caption{font-size:13px;padding:13px 0}
.tape{position:absolute;width:100px;height:27px;background:#d8beeda3;top:-12px;left:35%;transform:rotate(7deg);clip-path:polygon(1% 0,99% 5%,100% 98%,0 94%);z-index:2}
.happy-seal{position:absolute;width:113px;height:113px;right:0;top:7px;display:grid;place-items:center;text-align:center;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 6px var(--yellow);outline:1px dashed #8a754778;outline-offset:-6px;transform:rotate(12deg);line-height:1.4;font-size:10px;letter-spacing:.1em}
.happy-seal strong{font-family:var(--serif);font-size:17px;font-weight:400;letter-spacing:0}
.art-spark{position:absolute;font-family:var(--serif);line-height:1;font-weight:400}
.art-spark-one{font-size:78px;color:#796a92;top:66%;left:0;transform:rotate(-10deg)}
.art-spark-two{font-size:44px;color:#99614e;bottom:20px;left:33%}
.art-note{position:absolute;left:9%;bottom:-30px;display:flex;align-items:center;gap:8px;font-family:var(--serif);font-style:italic;font-size:16px;line-height:1.3;transform:rotate(-5deg)}
.art-note svg{width:58px;height:48px;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none;transform:rotate(-12deg)}
.joy-ribbon{background:var(--ink);color:#faf0d6;padding-block:17px}
.joy-ribbon .container{display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:12px;font-weight:500;letter-spacing:.045em}
.joy-ribbon b{font-size:22px;color:var(--yellow);font-weight:400;line-height:1}

/* Collection and product cards. */
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:35px}
.section-heading .eyebrow{margin-bottom:13px}
.section-heading>p{font-size:13px;color:var(--body);line-height:1.9}
.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:39px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.filter-group{display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.filter{min-height:42px;padding:10px 16px;background:transparent;border:1px solid transparent;border-radius:30px;font-size:12px;white-space:nowrap}
.filter:hover{background:#e4e9db}
.filter.active{background:var(--ink);color:var(--paper)}
.filter span{font-size:10px;background:#ffffff25;padding:2px 6px;margin-left:3px;border-radius:20px}
.search-box{display:flex;align-items:center;gap:9px;min-width:0;width:246px;padding-left:12px;border-bottom:1px solid #9da994;flex-shrink:0}
.search-box>.icon{width:16px;height:16px}
.search-box input{min-width:0;width:100%;border:0;background:transparent;height:42px;font-size:12px;padding:7px 0}
.search-box input::placeholder{color:var(--muted);opacity:1}
.search-box input::-webkit-search-cancel-button{-webkit-appearance:none}
.search-box .icon-button{min-width:38px;min-height:38px;width:38px;height:38px;padding:9px}
.collection-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--muted);font-size:11px;margin:20px 0}
.sort-label{display:flex;gap:9px;align-items:center}
.sort-label select{font-size:11px;min-height:40px;border:0;background:transparent;font-weight:500;padding:5px 22px 5px 6px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:27px;row-gap:42px}
.product-card{min-width:0;--tint:var(--sage)}
.color-lilac{--tint:var(--lilac)}
.color-pink{--tint:var(--pink)}
.color-sage{--tint:var(--sage)}
.color-peach{--tint:var(--peach)}
.color-blue{--tint:var(--blue)}
.card-photo{position:relative;background:var(--tint);padding:12px;border-radius:15px}
.card-image-link{display:block;overflow:hidden;border-radius:8px}
.card-photo img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .45s}
.card-photo:hover img{transform:scale(1.045)}
.card-favorite{position:absolute;right:24px;top:24px;width:40px;height:40px;min-width:44px;min-height:44px;background:#fffcf4f5;box-shadow:0 2px 9px #243c3012;z-index:1}
.card-favorite:hover{background:#fff}
.card-favorite .icon{width:20px;height:20px}
.is-saved .icon{fill:var(--ink)}
.card-arrow{position:absolute;right:24px;bottom:24px;border-radius:50%;padding:8px;background:#fffcf4e8;pointer-events:none}
.card-arrow .icon{width:17px;height:17px}
.card-copy{padding:18px 3px 0}
.card-category{font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:600;color:var(--muted);margin-bottom:7px}
.card-copy h3{font-size:25px;line-height:1.2;letter-spacing:-.03em}
.card-copy h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.card-description{font-size:12px;line-height:1.8;margin-top:9px;color:var(--body);max-width:310px;min-height:43px}
.card-bottom{margin-top:14px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:11px}
.price-label{font-size:11px;font-weight:500;color:var(--ink);border-bottom:1px solid #bccbb6;padding-bottom:2px}
.card-details-link{display:inline-flex;align-items:center;gap:4px;font-size:11px;min-height:36px;padding:3px 0}
.card-details-link .icon{width:15px;height:15px}
.studio-note-card{border-radius:15px;background:var(--peach);padding:40px 32px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;min-height:360px;align-self:stretch;position:relative;overflow:hidden}
.studio-note-card::before{content:"";position:absolute;width:180px;height:180px;border:1px solid #9f64472b;border-radius:50%;right:-80px;bottom:-65px}
.note-flowers{font-size:75px;letter-spacing:-20px;margin-left:-15px;line-height:1.1;color:#8b583f;transform:rotate(-12deg);margin-bottom:23px}
.note-flowers span{font-size:45px;color:#4e6b53}
.studio-note-card h3{font-size:36px;line-height:1.15}
.studio-note-card p{font-size:12px;line-height:1.9;margin:18px 0;max-width:205px}
.studio-note-card .text-link{font-size:12px}
.collection-preview{display:flex;justify-content:center;align-items:center;gap:10px;font-size:11px;color:var(--body);margin:47px auto 0;text-align:center}
.collection-preview .icon{width:17px;height:17px}
.collection-coming{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:30px;margin-top:35px;padding:29px 31px;background:var(--lilac);border-radius:15px}
.collection-coming .eyebrow{font-size:9px;margin-bottom:10px}
.collection-coming h3{font-size:29px}
.collection-coming p:not(.eyebrow){font-size:12px;line-height:1.85;margin-top:13px}
.coming-tags{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}
.coming-tags li{border:1px solid #244d3e40;padding:7px 13px;border-radius:20px;font-size:11px}
.collection-coming .coming-note{font-size:10px!important;color:var(--body)}
.empty-results{text-align:center;padding:68px 20px;background:var(--sage);border-radius:15px}
.empty-results>span{font-size:45px}
.empty-results h3{font-size:32px;margin:10px 0}
.empty-results p{margin-bottom:24px;color:var(--body)}
.notice{padding:30px;background:var(--yellow);border-radius:12px;margin:22px 0}
.notice p{margin-top:15px}
.notice .button{margin-top:20px}

/* The maker's corner. */
.little-values{background:#ede9db;border-block:1px solid #d9d8c7;padding-block:35px}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.values-grid>div{position:relative;padding-left:57px}
.values-grid>div+div{border-left:1px solid #c8ccbd;padding-left:79px}
.value-icon{font-family:var(--serif);font-size:35px;line-height:1.1;position:absolute;left:6px;top:0;color:#6b7952}
.values-grid>div+div .value-icon{left:29px}
.values-grid h3{font-size:20px;letter-spacing:-.02em}
.values-grid p{font-size:11px;margin-top:8px;color:var(--body)}
.story{background:var(--ink);color:var(--paper);overflow:hidden;padding-block:96px}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.story-art{position:relative;min-width:0;max-width:470px;padding:22px 30px}
.story-circle{position:absolute;width:95%;height:95%;top:2%;left:0;border-radius:50%;background:#64816a}
.story-art>img{position:relative;z-index:1;aspect-ratio:1;object-fit:cover;border:12px solid #e3dcee;border-radius:10px;transform:rotate(6deg)}
.story-label{position:absolute;left:0;bottom:12px;z-index:2;padding:13px 18px;background:var(--yellow);color:var(--ink);font-family:var(--serif);font-size:18px;transform:rotate(-6deg);border-radius:4px}
.story-label span{margin-left:20px}
.story-doodle{position:absolute;right:-15px;top:-7px;z-index:2;font-size:80px;line-height:1;color:var(--yellow)}
.story-copy .eyebrow{color:#d7e0ce;font-size:10px;margin-bottom:21px}
.story-copy h2{font-size:clamp(33px,3.4vw,46px);line-height:1.2;margin-bottom:25px}
.story-copy h2 em{color:#e5d8ef}
.story-copy>p:not(.eyebrow){color:#e2e8df;font-size:13px;line-height:1.95;margin-bottom:17px;max-width:443px}
.story-copy .text-link{margin-top:8px;color:var(--yellow);font-size:12px}
.faq{display:grid;grid-template-columns:.85fr 1.3fr;gap:85px}
.faq-intro .eyebrow{margin-bottom:17px}
.faq-intro>p:not(.eyebrow){font-size:13px;line-height:1.9;color:var(--body);margin-top:20px}
.faq-flower{font-family:var(--serif);font-size:99px;color:#827396;margin-top:30px;line-height:1}
.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;font-weight:500;font-size:14px;min-height:72px;padding:20px 0}
summary::-webkit-details-marker{display:none}
summary>span{font-size:23px;font-weight:400;flex-shrink:0;transition:transform .2s}
details[open]>summary>span{transform:rotate(45deg)}
.faq-list details>p{padding:0 32px 25px 0;font-size:12px;color:var(--body);line-height:1.95}
.site-footer{background:var(--lilac);padding-top:42px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:34px}
.footer-brand{font-size:31px}
.footer-top>div>p{font-size:12px;margin-top:13px}
.footer-links{display:flex;flex-direction:column;gap:1px;align-items:flex-start}
.footer-links a,.footer-links button{font-size:12px;min-height:36px;padding:7px 0;background:transparent}
.footer-links a:hover,.footer-links button:hover{text-decoration:underline;text-underline-offset:4px}
.back-top{display:flex;align-items:center;gap:20px;font-size:12px;min-height:44px}
.back-top span{font-size:25px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid #244d3e25;font-size:10px;color:#47534d}

/* Dedicated product pages. */
.product-main{padding-bottom:85px}
.breadcrumbs{padding:30px 0;font-size:11px;color:var(--muted)}
.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;margin:0;padding:0}
.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:8px;color:#6c7765}
.breadcrumbs a{display:inline-block;padding-block:5px}
.breadcrumbs a:hover{text-decoration:underline}
.product-layout{display:grid;grid-template-columns:1.03fr 1fr;gap:65px;align-items:start}
.product-gallery{min-width:0;position:sticky;top:125px}
.gallery-main{width:100%;position:relative;padding:15px;background:var(--tint);border-radius:17px}
.gallery-main img{width:100%;aspect-ratio:1;border-radius:9px;object-fit:cover}
.zoom-hint{position:absolute;right:27px;bottom:27px;display:flex;align-items:center;gap:7px;padding:10px 12px;background:#faf6edf0;border-radius:30px;font-size:10px}
.zoom-hint .icon{width:17px;height:17px}
.gallery-thumbnails{display:flex;gap:12px;margin-top:17px}
.gallery-thumb{width:73px;height:73px;padding:5px;background:var(--tint);border-radius:9px;border:2px solid transparent;transition:border-color .2s}
.gallery-thumb[aria-pressed="true"]{border-color:var(--ink)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:4px}
.gallery-caption{display:flex;justify-content:space-between;gap:14px;font-size:10px;margin:13px 1px 0;color:var(--muted)}
.scale-note{margin-top:20px;padding:15px 17px;background:var(--tint);border-radius:9px;font-size:11px;line-height:1.85}
.scale-note strong{display:block;margin-bottom:3px;font-weight:600}
.product-info{min-width:0;padding-top:8px}
.product-category{display:inline-block;padding:5px 12px;background:var(--tint);border-radius:20px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.product-info h1{font-size:clamp(37px,3.65vw,52px);line-height:1.1;margin:20px 0 10px}
.product-note{font-family:var(--serif);font-style:italic;color:#526b57;font-size:19px;line-height:1.5;margin-bottom:20px}
.product-description{font-size:13px;line-height:1.95;color:var(--body)}
.product-safety-note{background:#f2e7d0;border-left:3px solid #8e784c;padding:12px 15px;margin-top:19px;border-radius:0 8px 8px 0;font-size:11px;line-height:1.85}
.product-safety-note strong{font-weight:600}
.product-price-block{margin:27px 0 23px;padding:18px 0;border-block:1px solid var(--line)}
.product-price{font-size:19px;font-weight:500}
.product-price-block p+p{font-size:11px;color:var(--muted);margin-top:5px}
.finish-label{font-size:11px;font-weight:600;margin-bottom:10px}
.finish-tags{display:flex;gap:8px;flex-wrap:wrap;list-style:none;padding:0;margin:0 0 12px}
.finish-tags li{border:1px solid #b9c6b2;border-radius:6px;padding:7px 12px;font-size:11px}
.finish-note{font-size:10px;color:var(--muted);line-height:1.7}
.request-panel{background:#e9eddc;border:1px solid #cdd6c1;padding:22px;border-radius:12px;margin-top:25px}
.request-panel .eyebrow{font-size:9px;margin-bottom:10px}
.request-panel h2{font-size:26px;line-height:1.2;letter-spacing:-.025em}
.request-panel>p:not(.eyebrow){font-size:12px;line-height:1.85;margin-top:13px}
.request-fields{display:grid;grid-template-columns:110px minmax(0,1fr);gap:16px;margin-top:20px}
.request-fields label{display:block;font-size:11px;font-weight:600;margin-bottom:7px}
.request-fields input,.request-fields select{display:block;width:100%;max-width:100%;min-width:0;height:44px;background:var(--paper);border:1px solid #9baa90;border-radius:7px;font-size:12px;padding:9px}
.request-fields>div:nth-child(n+3){grid-column:1/-1}
.request-fields input:invalid:not(:focus){border-color:#8d4533}
.request-panel .request-small{font-size:10px!important;color:var(--body);line-height:1.8}
.request-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:17px}
.request-actions .button{min-height:45px;padding:12px 15px;gap:10px;font-size:11px}
.request-actions .button .icon{width:17px;height:17px}
.request-link{min-height:44px;padding:8px 3px;font-size:11px;text-decoration:underline;text-underline-offset:4px;background:transparent}
.request-contact{font-size:11px!important;overflow-wrap:anywhere}
[data-order-contact] a,.product-info details p a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.request-status{font-size:11px!important;font-weight:500}
.request-status:empty{margin:0!important}
.request-panel .copy-fallback textarea{height:190px}
.button[aria-disabled="true"]{opacity:.6;cursor:not-allowed}
.product-save{width:100%;margin:26px 0 10px}
.product-save.is-saved{background:#dce7d5;color:var(--ink);border-color:#244d3e60}
.save-note{font-size:10px;text-align:center;color:var(--muted);margin-bottom:27px}
.product-info details:first-of-type{border-top:1px solid var(--line)}
.product-info summary{font-size:12px;min-height:60px;padding-block:16px}
.product-info details p{font-size:11px;line-height:1.85;color:var(--body);padding-bottom:20px}
.product-facts{margin:0;padding-bottom:20px;display:grid;grid-template-columns:110px 1fr;column-gap:18px;row-gap:12px;font-size:11px;line-height:1.8}
.product-facts dt{font-weight:600}
.product-facts dd{margin:0;color:var(--body)}
.related-section{margin-top:85px;padding-top:65px;border-top:1px solid var(--line)}
.related-section h2{font-size:38px}
.not-found{text-align:center;background:var(--sage);padding:80px 24px;border-radius:18px}
.not-found h1{font-size:46px;margin:15px 0}
.not-found p{margin:18px 0 28px;color:var(--body)}

/* Native dialogs retain keyboard focus and Escape support. */
dialog{border:0;padding:0;color:var(--ink);background:var(--paper);box-shadow:0 30px 110px #12281b40;max-width:calc(100% - 32px);max-height:calc(100dvh - 40px)}
dialog::backdrop{background:#142c24a6;backdrop-filter:blur(3px)}
.drawer{width:465px;height:100dvh;max-height:100dvh;max-width:min(465px,100%);margin:0 0 0 auto;border-radius:20px 0 0 20px}
.drawer-layout{display:flex;flex-direction:column;height:100%;padding:29px}
.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}
.dialog-heading h2{font-size:31px}
.dialog-heading form{margin:0}
.dialog-intro{font-size:12px;color:var(--body);line-height:1.8;margin-bottom:20px}
.favorites-list{overflow:auto;flex:1;min-height:100px;padding-right:5px}
.favorite-item{display:flex;align-items:center;gap:15px;padding:17px 0;border-bottom:1px solid var(--line)}
.favorite-item>a{width:78px;flex-shrink:0}
.favorite-item img{width:78px;height:78px;object-fit:cover;border-radius:8px}
.favorite-item-copy{flex:1;min-width:0}
.favorite-item-copy h3{font-size:18px;letter-spacing:-.02em}
.favorite-item-copy h3 a:hover{text-decoration:underline}
.favorite-item-copy p{font-size:10px;margin-top:7px;color:var(--muted)}
.favorite-item .icon-button{flex-shrink:0}
.empty-favorites{text-align:center;padding:45px 12px}
.empty-favorites>span{font-family:var(--serif);font-size:65px;color:#877198;line-height:1.3}
.empty-favorites h3{font-size:26px;margin-bottom:12px}
.empty-favorites p{font-size:12px;color:var(--body);line-height:1.9;margin-bottom:21px}
.drawer-footer{padding-top:22px;border-top:1px solid var(--line)}
.drawer-footer .button{width:100%}
.clear-favorites{display:block;margin:10px auto 0;min-height:44px;background:none;text-decoration:underline;font-size:11px}
.drawer-footer>p{font-size:10px;text-align:center;color:var(--muted);margin-top:9px}
.copy-fallback{margin-top:15px}
.copy-fallback label{font-size:11px}
.copy-fallback textarea{display:block;width:100%;height:110px;resize:vertical;border:1px solid #a2b296;border-radius:6px;background:#fffaf0;padding:10px;font-size:11px;margin-top:6px}
.privacy-dialog{width:555px;border-radius:18px;padding:28px}
.privacy-dialog .dialog-heading h2{font-size:29px}
.privacy-dialog p{font-size:13px;color:var(--body);line-height:1.9;margin:18px 0}
.privacy-dialog a{text-decoration:underline;text-underline-offset:3px}
.zoom-dialog{width:890px;border-radius:17px;padding:21px 24px;overflow:auto}
.zoom-dialog .dialog-heading{margin-bottom:8px}
.zoom-dialog .dialog-heading h2{font-size:24px}
.zoom-frame{display:flex;align-items:center;justify-content:center;background:#e9e9df;border-radius:10px;min-height:150px}
.zoom-frame img{max-height:calc(100dvh - 220px);width:auto;max-width:100%;object-fit:contain;border-radius:6px}
.zoom-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding-top:13px;font-size:11px}
.zoom-controls label{display:flex;gap:9px;align-items:center;min-height:36px}
.zoom-controls input{width:17px;height:17px;accent-color:var(--ink)}
.zoom-controls p{color:var(--muted)}
.toast{position:fixed;z-index:30;bottom:24px;left:50%;transform:translate(-50%,14px);background:var(--ink);color:var(--paper);padding:13px 22px;border-radius:10px;box-shadow:var(--shadow);font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100% - 40px);width:max-content;text-align:center}
.toast.visible{opacity:1;transform:translate(-50%,0)}
.drawer-status{font-size:11px;color:var(--body);margin-top:10px;line-height:1.7}

@media(min-width:1500px){.hero{gap:80px}.hero-art{height:565px}.hero-flower{width:72%;top:32px}.hero-cookie{width:39%}.hero{padding-block:55px 70px}}
@media(max-width:1100px){
  .container{width:calc(100% - 64px)}
  .main-nav{margin-right:20px;gap:20px}.main-nav a{font-size:12px}
  .hero{gap:20px;min-height:580px}.hero-art{height:470px}.hero h1{font-size:clamp(57px,6.3vw,74px)}.hero-spark{right:3%;width:33px}
  .hero-flower{width:75%;left:5%;top:28px}.hero-cookie{bottom:17px}.happy-seal{width:98px;height:98px;right:-4px;top:8px}
  .art-note{left:4%;bottom:-12px;font-size:14px}.art-spark-one{left:-3%;font-size:59px;top:65%}
  .collection-toolbar{flex-wrap:wrap;gap:14px}.search-box{width:225px}.filter{padding-inline:13px}
  .story-grid{gap:60px}.product-layout{gap:38px}.product-facts{grid-template-columns:95px 1fr}
  .product-grid{gap:30px 21px}.card-copy h3{font-size:23px}.card-photo{padding:10px}
}
@media(max-width:900px){
  .main-nav{margin-right:6px;gap:15px}.brand{font-size:23px}.brand img{width:35px;height:35px}.brand-small{font-size:7px}
  .hero{min-height:530px;padding-block:25px 35px}.hero-art{height:440px}.hero h1{font-size:57px}.hero-spark{display:none}.hero-copy .eyebrow{font-size:8px}
  .hero-description{font-size:13px;margin:22px 0}.hero-footnote{margin-top:22px}.hero .button{font-size:12px;min-height:50px;padding-inline:20px}
  .hero-flower{top:45px;width:79%;left:0}.hero-cookie{width:45%;bottom:28px}.photo-caption{font-size:13px}.hero-cookie .photo-caption{font-size:10px;gap:3px}.happy-seal{width:90px;height:90px;font-size:8px}.happy-seal strong{font-size:15px}
  .art-blob{inset:14% 0 17%}.art-note{font-size:12px;left:-7%;bottom:20px}.art-note svg{width:40px}.art-spark-two{display:none}
  .section-space{padding-block:70px}.collection-toolbar{margin-top:28px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 23px}
  .values-grid{gap:15px}.values-grid>div{padding-left:38px}.values-grid>div+div{padding-left:45px}.values-grid>div+div .value-icon{left:13px}.value-icon{font-size:26px;left:0}.values-grid h3{font-size:17px}.values-grid p{font-size:10px}
  .story-grid{gap:35px}.story-art{padding:18px}.story-label{font-size:14px;padding:10px 12px}.story-copy h2{font-size:34px}.story-copy>p:not(.eyebrow){font-size:12px}.story-doodle{font-size:65px}
  .faq{gap:45px}.footer-top{gap:22px}.footer-brand{font-size:26px}.back-top{font-size:11px}
  .product-layout{gap:28px}.product-info h1{font-size:38px}.product-note{font-size:17px}.product-description{font-size:12px}.product-facts{grid-template-columns:1fr;gap:5px}.product-facts dd{margin-bottom:8px}.related-section .product-grid .product-card:last-child{display:none}
}
@media(max-width:700px){
  html{scroll-padding-top:94px}
  .container{width:calc(100% - 40px)}
  .announcement{justify-content:center;padding:8px 17px;font-size:10px;min-height:34px;text-align:center}.announcement-note{display:none}
  .header-inner{min-height:77px;gap:15px}.brand{font-size:25px;gap:9px}.brand-small{font-size:7px}.brand img{width:37px;height:37px}.favorites-trigger{width:42px;height:42px}.header-actions{gap:8px}.menu-toggle{display:inline-flex}
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;margin:0;background:var(--paper);border-bottom:1px solid var(--line);padding:13px 20px 18px;box-shadow:0 9px 16px #243c300e}
  .main-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.main-nav a{padding:13px;font-size:14px}.main-nav a::after{display:none}
  .hero{grid-template-columns:1fr;gap:0;padding-top:33px;padding-bottom:37px;min-height:0}
  .hero-copy{padding:0 0 15px}.hero-copy .eyebrow{font-size:9px;justify-content:center;gap:7px}.hero-copy{text-align:center}.little-star{font-size:17px}
  .hero h1{font-size:clamp(58px,11vw,74px);line-height:1.02;margin:18px auto 0;max-width:510px}.hero h1 br{display:block}.hero-description{max-width:370px;margin:20px auto 23px;font-size:13px;line-height:1.85}.hero .button{font-size:13px;gap:25px;padding-inline:22px;min-height:51px}
  .hero-footnote{display:none}.hero-art{height:445px;max-width:465px;width:100%;margin:16px auto 0}.hero-flower{width:69%;left:10%;top:20px}.hero-cookie{width:37%;right:1%;bottom:12px}.photo-caption{font-size:15px;padding-block:13px}.hero-cookie .photo-caption{font-size:11px;padding-block:11px}
  .art-blob{inset:10% 1% 10%}.happy-seal{width:93px;height:93px;right:0;top:4px;font-size:9px}.happy-seal strong{font-size:15px}.art-spark-one{left:1%;top:66%;font-size:65px}.art-note{font-size:13px;bottom:10px;left:10%}.art-note svg{width:40px}.art-spark-two{display:block;bottom:43px;left:43%;font-size:27px}
  .joy-ribbon{padding-block:13px}.joy-ribbon .container{font-size:10px;gap:10px;justify-content:center;flex-wrap:wrap}.joy-ribbon span:last-child{display:none}.joy-ribbon b:last-of-type{display:none}.joy-ribbon b{font-size:17px}
  .section-space{padding-block:55px}.section-heading{display:block;margin-bottom:26px}.section-heading h2{font-size:36px}.section-heading>p{margin-top:17px;font-size:12px}.section-heading>p br{display:none}.section-heading .eyebrow{font-size:9px;margin-bottom:12px}.collection-toolbar{margin-top:24px;gap:18px;padding-bottom:18px}.filter-group{gap:6px}.filter{font-size:11px;padding:10px 14px;min-height:42px}.search-box{width:100%;background:#eeeee2;border:0;border-radius:7px;padding-inline:12px}.search-box input{font-size:12px;min-height:43px}.collection-meta{font-size:10px;margin:16px 0}.sort-label{gap:4px}
  .product-grid{gap:29px 15px}.card-photo{padding:8px;border-radius:12px}.card-image-link{border-radius:6px}.card-favorite{right:14px;top:14px;min-width:38px;min-height:38px;width:38px;height:38px;padding:9px}.card-favorite .icon{width:18px;height:18px}.card-arrow{right:16px;bottom:16px;padding:6px}.card-arrow .icon{width:14px;height:14px}.card-copy{padding:14px 1px 0}.card-category{font-size:8px;letter-spacing:.055em;margin-bottom:6px}.card-copy h3{font-size:22px}.card-description{font-size:11px;line-height:1.75;min-height:58px;margin-top:8px}.card-bottom{align-items:flex-start;flex-direction:column;gap:3px;margin-top:12px}.price-label{font-size:10px}.card-details-link{font-size:10px;min-height:34px}.studio-note-card{padding:24px 16px;min-height:320px}.note-flowers{font-size:59px;margin-bottom:17px}.note-flowers span{font-size:32px}.studio-note-card h3{font-size:27px}.studio-note-card p{font-size:11px;margin:13px 0}.studio-note-card .text-link{font-size:10px;gap:7px}.collection-preview{align-items:flex-start;max-width:330px;font-size:10px;margin-top:30px;text-align:left;gap:8px}.collection-preview .icon{margin-top:2px}
  .little-values{padding-block:30px}.values-grid{grid-template-columns:1fr;gap:23px;width:max-content;max-width:calc(100% - 40px)}.values-grid>div,.values-grid>div+div{padding-left:49px;border:0}.value-icon,.values-grid>div+div .value-icon{left:0;font-size:33px}.values-grid h3{font-size:21px}.values-grid p{font-size:11px;margin-top:5px}
  .story-grid{grid-template-columns:1fr;gap:40px}.story-art{max-width:350px;width:95%;margin:auto}.story-label{font-size:15px}.story-copy{padding:0 8px}.story-copy h2{font-size:38px}.story-copy .eyebrow{font-size:9px}.story-copy>p:not(.eyebrow){font-size:12px;max-width:100%}.story-doodle{right:-2px;font-size:62px}
  .faq{grid-template-columns:1fr;gap:28px}.faq-intro{position:relative}.faq-intro .eyebrow{font-size:9px}.faq-intro>p:not(.eyebrow){font-size:12px;margin-top:15px}.faq-flower{position:absolute;right:13px;bottom:5px;font-size:75px;margin:0}.faq h2{font-size:38px}summary{font-size:13px;min-height:67px}.faq-list details>p{font-size:12px;padding-right:12px}
  .site-footer{padding-top:32px}.footer-top{flex-wrap:wrap;gap:28px}.footer-top>div:first-child{width:100%}.footer-brand{font-size:30px}.footer-links{flex:1}.back-top{font-size:11px}.footer-bottom{flex-direction:column;gap:5px;padding-block:20px;font-size:9px}
  .breadcrumbs{padding-block:21px;font-size:10px}.product-layout{grid-template-columns:1fr;gap:30px}.product-gallery{position:static}.gallery-main{padding:12px}.gallery-caption{font-size:10px}.gallery-thumbnails{margin-top:13px}.gallery-thumb{width:68px;height:68px}.product-info{padding:0 2px}.product-info h1{font-size:43px;margin-top:16px}.product-note{font-size:20px}.product-description{font-size:13px}.product-facts{grid-template-columns:100px 1fr;gap:12px 16px}.product-facts dd{margin-bottom:0}.product-info summary{font-size:13px}.product-info details p,.product-facts{font-size:12px}.product-save{font-size:14px;min-height:55px}.product-main{padding-bottom:55px}.related-section{margin-top:48px;padding-top:40px}.related-section h2{font-size:33px}.related-section .text-link{margin-top:13px;font-size:11px}
  .drawer{border-radius:15px 0 0 15px}.drawer-layout{padding:24px 21px}.dialog-heading h2{font-size:28px}.favorite-item{gap:12px}.favorite-item>a,.favorite-item img{width:67px}.favorite-item img{height:67px}.favorite-item-copy h3{font-size:18px}.zoom-dialog{padding:15px;max-width:calc(100% - 24px)}.zoom-dialog .dialog-heading h2{font-size:20px}.zoom-controls{font-size:10px}.zoom-controls p{font-size:9px}.privacy-dialog{padding:22px}.privacy-dialog .dialog-heading h2{font-size:26px}
}
@media(max-width:390px){
  .container{width:calc(100% - 32px)}.brand{font-size:22px;gap:8px}.brand img{width:32px;height:32px}.brand-small{font-size:6px}.header-inner{gap:8px}.header-actions{gap:3px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.1em}.hero-art{height:360px}.hero-flower{width:70%;left:7%;top:21px}.hero-cookie{width:39%;bottom:12px}.hero-flower .photo-caption{font-size:12px}.hero-cookie .photo-caption{font-size:9px}.happy-seal{width:79px;height:79px;top:5px;right:1%;font-size:8px}.happy-seal strong{font-size:13px}.art-spark-one{font-size:52px;top:66%;left:-1%}.art-note{font-size:12px;left:1%;bottom:9px}.art-spark-two{display:none}.hero h1{font-size:58px}.hero-description{font-size:12px}.joy-ribbon .container{font-size:9px;gap:7px}.card-copy h3{font-size:20px}.card-favorite{width:35px;height:35px;min-width:35px;min-height:35px;right:12px;top:12px}.card-description{min-height:58px;font-size:10px}.studio-note-card{padding-inline:12px}.studio-note-card h3{font-size:24px}.filter{font-size:10px;padding-inline:12px}.section-heading h2{font-size:33px}.product-info h1{font-size:38px}.product-facts{grid-template-columns:88px 1fr}.gallery-caption{font-size:9px}.announcement{font-size:9px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.photo-card:hover,.button:hover{transform:none}.card-photo:hover img{transform:none}}
@media(max-width:900px){.request-panel{padding:18px}.request-fields{grid-template-columns:88px minmax(0,1fr);gap:12px}.request-panel h2{font-size:24px}.collection-coming{gap:24px;padding:25px}.collection-coming h3{font-size:26px}}
@media(max-width:700px){.collection-coming{grid-template-columns:1fr;gap:20px;padding:25px 22px}.collection-coming h3{font-size:28px}.collection-coming p:not(.eyebrow){font-size:12px}.scale-note{font-size:11px;margin-top:16px}.product-safety-note{font-size:12px}.request-panel{padding:21px 18px}.request-panel h2{font-size:27px}.request-fields{grid-template-columns:100px minmax(0,1fr)}.request-actions .button{font-size:12px}.request-fields input,.request-fields select{font-size:16px}.request-panel .request-small{font-size:11px!important}}
@media(max-width:420px){.request-fields{grid-template-columns:1fr;gap:15px}.request-fields input{max-width:110px}}
@media print{.site-header,.announcement,.joy-ribbon,.hero-art,.filter-group,.search-box,.sort-label,.card-favorite,.studio-note-card,.favorites-trigger,.product-save,.save-note,.site-footer,.toast,.related-section,.zoom-hint{display:none!important}.container{width:100%}.hero{min-height:0;padding:20px 0;display:block}.hero h1{font-size:48px}.section-space{padding-block:25px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{break-inside:avoid}.product-layout{gap:25px}.product-gallery{position:static}body{background:white;color:#183c2b;font-size:11px}details{break-inside:avoid}}