@font-face{font-family:'DM Sans';src:url('./assets/dm-sans.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Barlow Condensed';src:url('./assets/barlow-condensed-bold.ttf') format('truetype');font-style:normal;font-weight:600 800;font-display:swap}
:root{--paper:#fcfcf9;--ink:#243b28;--muted:#64705f;--leaf:#88b82b;--lilac:#e9ece5;--pink:#eef0eb;--line:#dce1d7;--display:'Barlow Condensed','Arial Narrow',sans-serif;--body:'DM Sans',Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.6 var(--body);-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
button,a,input{-webkit-tap-highlight-color:transparent}
button,input{font:inherit}
button,a{touch-action:manipulation}
button{color:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
button{border:0}
button:disabled{cursor:default}
img{display:block;max-width:100%;height:auto}
svg{width:24px;height:24px;flex-shrink:0}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #52731b;outline-offset:5px}
h1,h2,h3,p,figure{margin:0}
h1,h2{font-family:var(--display);font-weight:600;letter-spacing:-.015em;line-height:1.08}
h2{font-size:clamp(2.4rem,4vw,3.65rem)}
[hidden]{display:none!important}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.section-space{padding-block:100px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:12px;left:12px;padding:12px 22px;background:var(--ink);color:white;z-index:100;transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:relative;z-index:10;background:var(--paper)}
.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;line-height:1.3}
.brand img{width:76px;height:38px;object-fit:contain;flex-shrink:0}
.brand>span{display:flex;flex-direction:column;gap:2px}
.brand>.brand-mark{display:flex;align-items:center;gap:0;flex-shrink:0}
.brand .brand-wordmark{font-family:Georgia,'Times New Roman',serif;font-size:21px;font-weight:400;line-height:1;letter-spacing:-.04em}
.brand strong{font-family:var(--body);font-size:24px;font-weight:600;letter-spacing:-.035em}
.brand>span>span{font-size:12px;letter-spacing:.02em}
.desktop-nav{display:flex;align-items:center;gap:30px}
.desktop-nav a{font-size:14px;position:relative;padding-block:14px}
.desktop-nav a::after{position:absolute;content:'';height:1px;background:var(--ink);bottom:10px;left:0;right:0;transform:scaleX(0);transform-origin:left;transition:transform .2s}
.desktop-nav a:hover::after{transform:scaleX(1)}
.menu-toggle{display:none}
.mobile-nav{padding:6px 24px 22px;border-top:1px solid var(--line)}
.mobile-nav a{display:block;padding:10px 0}
.hero{background:#eef0eb;overflow:clip}
.hero-inner{display:grid;grid-template-columns:.93fr 1.07fr;min-height:636px;align-items:center;gap:16px;padding-block:38px 24px}
.hero-copy{position:relative;z-index:2;padding-block:30px}
.hero-intro{display:flex;align-items:center;gap:9px;font-size:14px;margin-bottom:24px}
.hero-leaf{width:18px;height:18px;flex-shrink:0;fill:var(--leaf)}
.hero-leaf-vein{fill:none;stroke:#5f9214;stroke-width:1.35;stroke-linecap:round}
.hero h1{font-size:clamp(4.25rem,7.45vw,7rem);letter-spacing:-.015em;line-height:1.015;max-width:600px}
.hero-description{margin-top:25px;font-size:18px;line-height:1.65}
.hero-actions{display:flex;align-items:center;gap:25px;margin-top:32px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 25px;min-height:54px;border-radius:5px;font-size:14px;line-height:1.4;font-weight:600;transition:background .2s,color .2s}
.button-dark{background:var(--ink);color:white}
.button-dark:hover{background:#3f5b2e}
.button>span{font-size:23px;font-weight:400;line-height:1}
.text-link{display:inline-flex;align-items:center;gap:18px;border-bottom:1px solid currentColor;font-size:14px;padding:5px 0}
.text-link:hover{color:#4c6f22}
.hero-showcase{position:relative;padding-top:4px;min-width:0}
.flower-fan{height:436px;position:relative;isolation:isolate;max-width:640px;margin-inline:auto}
.fan-photo{position:absolute;left:50%;top:30px;width:274px;height:366px;padding:0;transform-origin:50% 105%;border:7px solid var(--paper);border-radius:5px;overflow:hidden;box-shadow:0 8px 20px #243b2812;transition:transform .45s cubic-bezier(.2,.7,.2,1),box-shadow .45s;will-change:transform;background:var(--pink);text-align:inherit}
.fan-photo img{width:100%;height:100%;object-fit:cover;pointer-events:none}
.fan-photo>span{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);font-size:12px;white-space:nowrap;border-radius:20px;padding:5px 12px;background:#fcfcf9ef;opacity:0;transition:opacity .2s;pointer-events:none}
.fan-soft{transform:translateX(-76%) rotate(-20deg);z-index:1;background:var(--lilac)}
.fan-green{transform:translateX(-14%) rotate(20deg);z-index:2;background:#dae5cf}
.fan-colorful{transform:translateX(-47%) translateY(-16px) rotate(-3deg);z-index:3}
.fan-colorful>span,.fan-photo[aria-pressed=true]>span{opacity:1}
.fan-photo[aria-pressed=true]{z-index:4;box-shadow:0 16px 30px #243b2829}
.fan-soft[aria-pressed=true]{transform:translateX(-80%) translateY(-18px) rotate(-12deg) scale(1.035)}
.fan-green[aria-pressed=true]{transform:translateX(-10%) translateY(-18px) rotate(12deg) scale(1.035)}
.fan-colorful[aria-pressed=true]{transform:translateX(-47%) translateY(-30px) rotate(0deg) scale(1.035)}
.fan-photo:focus-visible{outline:3px solid #52731b;outline-offset:5px}
.image-note{font-size:11px;color:#67735f;text-align:center;margin-top:10px}
.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #d7ddce;padding-block:18px 20px;font-size:12px;color:#56624d}
.store-visit{display:inline-flex;align-items:center;gap:11px;padding-block:5px;border-bottom:1px solid #9ba792;color:var(--ink);font-size:12px;font-weight:500;transition:border-color .2s}
.store-visit:hover{border-color:var(--ink)}
.store-visit>span{font-size:15px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}
.section-kicker{font-size:14px;margin-bottom:13px;color:#52624c}
.demo-note{font-size:12px;text-align:right;color:var(--muted);line-height:1.7;padding-bottom:3px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.product-image{display:block;position:relative;width:100%;padding:0;overflow:hidden;border-radius:3px;text-align:left}
.product-image img{width:100%;aspect-ratio:1/1.15;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.product-image:hover img{transform:scale(1.025)}
.pink{background:#f2dce2}.lilac{background:#e8dff0}.green{background:#e4eddf}
.demo-badge{position:absolute;top:16px;left:16px;font-size:11px;line-height:1.4;padding:5px 10px;background:#fcfcf9e8;border-radius:20px}
.product-open,.round-link{display:grid;place-items:center;background:var(--paper);border-radius:50%;width:42px;height:42px;font-size:25px;line-height:1;position:absolute;bottom:16px;right:16px;transition:background .2s}
.product-image:hover .product-open,.round-link:hover{background:#d9eaaa}
.product-title{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:19px}
.product-title h3{font:600 23px/1.2 var(--display);letter-spacing:-.03em}
.product-title>span{font-size:14px;white-space:nowrap}
.product-card>p{color:var(--muted);font-size:13px;margin-top:7px}
.product-action{background:transparent;padding:10px 0 3px;margin-top:9px;display:inline-flex;gap:19px;align-items:center;font-size:13px;border-bottom:1px solid #b1bba8}
.product-action:hover{color:#5b7728;border-color:currentColor}
.season{background:#e7eddd;padding-block:100px}
.season-grid{display:grid;grid-template-columns:1fr 1fr;gap:66px;align-items:start}
.season-heading{padding-top:7px;padding-bottom:34px}
.season-heading h2{font-size:clamp(2.4rem,3.75vw,3.5rem)}
.season-heading>p:last-child{font-size:15px;line-height:1.7;margin-top:18px}
.season-flower-image{position:relative;width:100%;height:352px;overflow:hidden;border-radius:3px}
.season-flower-image img{width:100%;height:100%;object-fit:cover;object-position:50% 54%}
.season-label{position:absolute;left:20px;bottom:21px;padding:6px 14px;border-radius:30px;background:var(--paper);font-size:13px}
.plant-feature{min-width:0;padding-top:0;scroll-margin-top:25px}
.plant-feature-image{height:390px;width:100%;position:relative;margin-inline:0}
.plant-feature-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}
.plant-caption{position:absolute;bottom:24px;right:-18px;transform:none;background:var(--leaf);padding:12px 19px;font-family:var(--display);font-size:20px;border-radius:2px}
.plant-feature-copy{padding:28px 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:22px}
.plant-feature-copy h2{font-size:clamp(2rem,3.3vw,3rem)}
.plant-feature-copy .section-kicker{margin-bottom:9px}
.plant-feature-copy p:not(.section-kicker){margin-top:14px;font-size:15px}
.plant-feature-copy .button{min-height:47px;padding:13px 22px}
.section-image-note{font-size:11px;color:#677062;margin-top:35px}
.story{display:grid;grid-template-columns:1fr 1fr;gap:66px;align-items:center;padding-block:100px}
.story-image{position:relative}
.story-image img{width:100%;height:auto;border-radius:4px}
.story-image figcaption{font-size:11px;color:var(--muted);margin-top:10px}
.story-copy h2{font-size:clamp(2.25rem,3.55vw,3.3rem);line-height:1.13}
.story-copy>p:not(.section-kicker){font-size:15px;line-height:1.85;max-width:none;margin-top:23px;color:#52614e}
.story-copy .text-link{margin-top:23px}
.reviews{background:#eef0eb;overflow:hidden}
.reviews-inner{display:grid;gap:38px}
.reviews-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:4px 44px}
.reviews-heading .section-kicker{grid-column:1;grid-row:1}
.reviews-heading h2{grid-column:1;grid-row:2/4;max-width:none}
.reviews-heading>.text-link{grid-column:2;grid-row:3;justify-self:end}
.review-score{grid-column:2;grid-row:1/3;display:flex;align-items:center;gap:13px;line-height:1.25}
.review-score strong{font:700 48px/1 var(--display);letter-spacing:-.02em}
.review-score>span:last-child{font-size:13px;color:var(--muted)}
.review-stars{color:#f3b61f;font-size:18px;line-height:1;letter-spacing:2px}
.review-bubbles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.review-bubble{min-height:210px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;background:var(--paper);border:1px solid #d8ded3;border-radius:4px;text-align:left}
.review-bubble-wide{grid-column:auto;width:auto}
.review-bubble-green{background:var(--paper);border-color:#d8ded3}
.review-bubble blockquote{margin:20px 0 24px;max-width:310px;font:600 23px/1.22 var(--display);letter-spacing:-.01em}
.review-bubble p{font-size:12px;color:var(--muted)}
.review-bubble-green p{color:var(--muted)}
.site-footer{background:var(--ink);color:#f4f5ed;padding-top:55px}
.footer-main{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:50px;padding-bottom:45px}
.footer-greeting>p{font-family:var(--display);font-weight:700;font-size:39px;letter-spacing:-.035em;line-height:1.1;margin-bottom:27px}
.footer-brand img{width:68px;height:34px}
.footer-brand .brand-wordmark{font-size:19px}
.footer-brand strong{font-size:22px}
.footer-brand>span>span{font-size:12px;color:#d2dbc9}
.site-footer h2{font-family:var(--body);font-size:14px;font-weight:600;letter-spacing:0;margin:3px 0 18px;line-height:1.5}
.site-footer address{font-style:normal;font-size:14px;color:#d2dbc9;line-height:1.9}
.footer-contact>a{display:inline-block;font-size:13px;border-bottom:1px solid #91a589;margin-top:15px}
.footer-social>a{font-size:18px}
.social-links{display:flex;align-items:center;gap:12px;margin-top:20px}
.social-links a{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border:1px solid #74846b;border-radius:50%;color:#f4f5ed;transition:background .2s,border-color .2s,color .2s}
.social-links svg{width:21px;height:21px}
.site-footer .social-links a:hover{background:#d8e999;border-color:#d8e999;color:var(--ink)}
.social-links a:focus-visible{outline:3px solid #d8e999;outline-offset:4px}
.site-footer a:hover{color:#d8e999}
.developer-credit{text-decoration:underline;text-underline-offset:3px}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #4f634b;padding-block:21px;font-size:11px;color:#d2dbc9}
dialog{padding:0;border:0;border-radius:12px;width:min(900px,calc(100% - 40px));max-height:calc(100dvh - 48px);background:var(--paper);color:var(--ink);overflow-y:auto;overscroll-behavior:contain}
dialog::backdrop{background:#18241abd;backdrop-filter:blur(5px)}
.dialog-close{position:absolute;right:16px;top:16px;z-index:2;border-radius:50%;background:var(--paper);width:42px;height:42px;display:grid;place-items:center;box-shadow:0 1px 10px #243b2818}
.dialog-layout{display:grid;grid-template-columns:.9fr 1.1fr}
.dialog-image{position:relative;min-height:530px}
.dialog-image img{width:100%;height:100%;object-fit:cover}
.dialog-info{padding:50px 38px 35px}
.dialog-info h2{font-size:42px;line-height:1.08;margin-bottom:20px}
.dialog-info>p:not(.section-kicker,.dialog-price,.dialog-disclaimer){max-width:42ch;font-size:16px;line-height:1.65;color:#52614e}
.variant-picker{border:0;padding:0;margin:23px 0 0;display:flex;gap:8px}
.variant-picker legend{font-size:14px;margin-bottom:9px}
.variant-picker label{flex:1;position:relative;cursor:pointer}
.variant-picker input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;margin:0}
.variant-picker label>span{display:flex;justify-content:space-between;gap:10px;font-size:14px;padding:12px 14px;border:1px solid #b5bfae;border-radius:5px}
.variant-picker input:checked+span{background:#e8edda;border:1px solid var(--ink)}
.variant-picker input:focus-visible+span{outline:3px solid #52731b;outline-offset:3px}
.variant-picker strong{font-weight:400}
.dialog-price{display:flex;align-items:center;gap:14px;margin-top:17px}
.dialog-price>#selected-price{font-size:25px;font-family:var(--display);color:var(--ink)}
.order-note{border-top:1px solid var(--line);padding-top:17px;margin-top:18px;font-size:13px;line-height:1.7}
.order-note strong{font-weight:600}
.order-note p{margin-top:5px;color:#52614e}
.dialog-info .button{margin-top:18px;width:100%;font-size:15px}
.dialog-disclaimer{font-size:11px;color:var(--muted);margin-top:14px;line-height:1.6}

.header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}
.header-actions .header-order{min-height:44px;padding:12px 20px;gap:18px;font-size:13px;white-space:nowrap}
.cart-toggle{position:relative;display:grid;place-items:center;width:44px;height:44px;padding:10px;border-radius:50%;background:#f1f2e9;transition:background .2s}
.cart-toggle:hover{background:#e4edda}
.cart-toggle svg{width:23px;height:23px}
.cart-count{position:absolute;right:-3px;top:-4px;min-width:19px;height:19px;padding:0 4px;display:grid;place-items:center;border-radius:20px;background:var(--ink);color:var(--paper);font-size:10px;line-height:1;border:2px solid var(--paper)}
.cart-dialog{width:min(620px,calc(100% - 40px))}
.cart-view{padding:38px}
.cart-heading{padding-right:25px;margin-bottom:27px}
.cart-heading h2{font-size:40px;line-height:1.1;outline:none}
.cart-heading .section-kicker{font-size:12px}
.cart-empty{text-align:center;padding:18px 0 30px}
.cart-empty>svg{width:56px;height:56px;color:#647d4b;margin:0 auto 22px}
.cart-empty h3{font-family:var(--display);font-weight:600;font-size:27px;line-height:1.2;letter-spacing:-.035em}
.cart-empty p{font-size:14px;color:var(--muted);margin:15px 0 25px}
.cart-empty .button{justify-content:center}
.cart-items{list-style:none;padding:0;margin:0}
.cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:17px;padding:20px 0;border-top:1px solid var(--line);align-items:start}
.cart-item>img{width:72px;height:96px;object-fit:cover;border-radius:3px}
.cart-item-info h3{font-family:var(--display);font-size:21px;line-height:1.25;letter-spacing:-.025em;font-weight:600}
.cart-item-info>p{font-size:12px;color:var(--muted);margin-top:4px}
.cart-line-price{font-size:14px;white-space:nowrap;padding-top:2px}
.cart-item-actions{display:flex;align-items:center;gap:13px;margin-top:12px;flex-wrap:wrap}
.quantity-control{display:flex;align-items:center;border:1px solid #b5bfae;border-radius:5px}
.quantity-control button{width:34px;height:34px;background:transparent;font-size:19px;line-height:1}
.quantity-control button:hover{background:#e8edda}
.quantity-control button:disabled{opacity:.35}
.quantity-control>span{font-size:12px;text-align:center;min-width:25px}
.cart-remove{padding:6px 0;background:transparent;text-decoration:underline;text-underline-offset:3px;font-size:11px;color:var(--muted)}
.cart-subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:15px;padding-top:21px;border-top:1px solid var(--line);margin-top:8px;font-size:15px}
.cart-subtotal small{font-size:12px;color:var(--muted)}
.cart-subtotal strong{font:600 27px var(--display)}
.cart-demo-note{font-size:12px;line-height:1.7;color:var(--muted);padding-top:17px}
.cart-empty+.cart-demo-note{padding-top:18px;border-top:1px solid var(--line);text-align:center}
.cart-continue{width:100%;margin-top:24px}
.cart-contact{display:flex;justify-content:center;width:fit-content;margin:16px auto 0;font-size:13px}

@media(min-width:1450px){.hero-inner{min-height:680px}.flower-fan{height:470px}.fan-photo{width:307px;height:408px;top:33px}}
@media(max-width:1100px){.wrap{width:calc(100% - 72px)}.desktop-nav{gap:25px}.hero-inner{min-height:610px;grid-template-columns:.95fr 1.05fr}.hero h1{font-size:clamp(4.1rem,7.7vw,5.8rem)}.fan-photo{width:236px;height:320px;top:42px}.flower-fan{height:398px}.hero-actions{gap:20px}.hero-actions .button{padding-inline:20px;gap:20px}.hero-description{font-size:17px}.section-space{padding-block:75px}.season-grid{gap:42px}.season{padding-bottom:25px}.plant-feature-image{width:100%;height:340px}.season-flower-image{height:310px}.story{gap:42px}.story-image img{height:auto}.reviews-heading{gap-inline:28px}.review-bubble{padding:26px 23px}.review-bubble blockquote{font-size:20px}.product-grid{gap:22px}.product-title h3{font-size:21px}.footer-main{gap:28px}.brand strong{font-size:23px}}
@media(max-width:799px){html{scroll-padding-top:24px}.wrap{width:calc(100% - 40px)}.header-inner{min-height:82px;gap:20px}.brand img{width:62px;height:31px}.brand .brand-wordmark{font-size:18px}.brand strong{font-size:21px}.brand>span>span{font-size:11px}.desktop-nav{display:none}.menu-toggle{display:flex;align-items:center;gap:8px;background:transparent;padding:10px 0 10px 10px;font-size:13px}.hero-inner{grid-template-columns:1fr;gap:0;min-height:0;padding-block:38px 20px}.hero-copy{padding:0;z-index:4}.hero-intro{font-size:13px;margin-bottom:19px}.hero h1{font-size:clamp(4rem,11vw,5.75rem);line-height:1.02;max-width:650px}.hero-description{font-size:16px;margin-top:19px}.hero-description br{display:none}.hero-actions{margin-top:24px;gap:23px;flex-wrap:nowrap}.hero-actions .button{padding:15px 21px;min-height:51px;gap:22px;font-size:13px}.hero-actions .text-link{font-size:13px}.hero-showcase{padding-top:25px;margin-top:18px}.flower-fan{height:360px;max-width:460px}.fan-photo{width:234px;height:309px;top:14px;border-width:6px}.image-note{font-size:10px}.hero-bottom{padding-block:16px;font-size:11px;justify-content:center}.hero-bottom>span{display:none}.section-space{padding-block:58px}.section-heading{align-items:flex-start;margin-bottom:25px;flex-direction:column;gap:15px}.section-heading h2{font-size:39px}.section-kicker{font-size:13px;margin-bottom:11px}.demo-note{text-align:left;font-size:11px}.demo-note br{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 18px}.product-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:20px;align-content:center}.product-card:last-child .product-image{grid-row:1/5}.product-card:last-child .product-title{flex-direction:column;gap:10px;align-items:flex-start;justify-content:flex-end}.product-card:last-child .product-action{align-self:start;justify-self:start}.product-title{margin-top:14px;align-items:flex-start;flex-direction:column;gap:5px}.product-title h3{font-size:22px}.product-title>span{font-size:13px}.product-card>p{font-size:12px}.product-action{font-size:12px;margin-top:4px;gap:13px;min-height:40px}.product-image img{aspect-ratio:3/4}.demo-badge{top:11px;left:11px;font-size:10px;padding:4px 8px}.product-open{width:34px;height:34px;font-size:22px;right:11px;bottom:11px}.season{padding-bottom:23px}.season-grid{grid-template-columns:1fr;gap:42px}.season-heading{padding-top:0;padding-bottom:25px}.season-heading h2{font-size:40px}.season-heading>p:last-child{font-size:14px;margin-top:16px}.season-flower-image{height:300px}.plant-feature{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.plant-feature-image{width:100%;height:295px}.plant-caption{font-size:16px;padding:9px 12px;right:-16px;bottom:20px}.plant-feature-copy{padding:0;gap:16px}.plant-feature-copy h2{font-size:30px}.plant-feature-copy .section-kicker{font-size:11px}.plant-feature-copy p:not(.section-kicker){font-size:13px}.plant-feature-copy p br{display:none}.plant-feature-copy .button{font-size:12px;padding:12px 16px;gap:17px;min-height:45px}.section-image-note{font-size:10px;margin-top:25px}.story{grid-template-columns:1fr;gap:32px}.story-image img{height:auto;border-radius:4px}.story-copy h2{font-size:40px}.desktop-break{display:none}.story-copy>p:not(.section-kicker){font-size:14px;max-width:none;margin-top:18px}.story-copy .text-link{margin-top:20px}.site-footer{padding-top:40px}.footer-main{grid-template-columns:1fr 1fr;gap:32px 20px;padding-bottom:30px}.footer-greeting{grid-column:1/-1}.footer-greeting>p{font-size:37px;margin-bottom:21px}.footer-brand strong{font-size:22px}.site-footer h2{font-size:13px;margin-bottom:10px}.site-footer address{font-size:13px}.footer-social>a{font-size:16px}.social-links{gap:10px;margin-top:13px}.footer-contact>a{font-size:12px}.footer-bottom{flex-direction:column;gap:7px;font-size:10px;padding-block:20px}.dialog-layout{grid-template-columns:1fr}.dialog-image{height:245px;min-height:0}.dialog-image img{object-position:50% 28%}.dialog-info{padding:25px}.dialog-info h2{font-size:36px}.dialog-info .section-kicker{font-size:12px}.dialog-info>p:not(.section-kicker,.dialog-price,.dialog-disclaimer){font-size:15px}.variant-picker{margin-top:18px}.order-note{margin-top:12px}.dialog-close{position:sticky;display:grid;float:right;top:12px;right:12px;margin:12px 12px -54px 0}dialog{width:calc(100% - 28px);max-height:calc(100dvh - 28px)}}
@media(max-width:390px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:61px}.hero-actions{gap:17px}.hero-actions .button{padding-inline:17px;gap:13px}.hero-actions .text-link{font-size:12px}.fan-photo{width:205px;height:278px}.flower-fan{height:325px}.product-grid{gap:28px 14px}.product-title h3{font-size:20px}.product-card:last-child{column-gap:17px}.plant-feature{gap:20px}.plant-feature-image{height:255px}.plant-feature-copy h2{font-size:27px}.plant-feature-copy .button{padding:11px 13px;gap:9px}.plant-caption{right:-12px;font-size:14px}.story-image img{height:auto}}
@media(max-width:799px){.fan-soft[aria-pressed=true]{transform:translateX(-60%) translateY(-18px) rotate(-3deg) scale(1.02)}.fan-green[aria-pressed=true]{transform:translateX(-40%) translateY(-18px) rotate(3deg) scale(1.02)}}

@media(max-width:1100px){.header-inner{gap:20px}.desktop-nav{gap:20px}.header-actions{gap:12px}.header-actions .header-order{padding-inline:16px;gap:12px}}
@media(max-width:979px){.desktop-nav{display:none}.menu-toggle{display:flex;align-items:center;gap:8px;background:transparent;padding:10px 0 10px 10px;font-size:13px}.header-actions{margin-left:auto}}
@media(max-width:599px){.header-inner{display:flex;gap:10px;padding-block:12px}.header-inner>.brand{margin-right:auto}.header-actions{margin-left:0;gap:0}.header-actions .header-order{display:none}.menu-toggle{padding-left:8px}.cart-toggle{width:44px;height:44px}.cart-dialog{width:calc(100% - 28px)}.cart-view{padding:46px 23px 25px}.cart-heading h2{font-size:33px}.cart-heading{padding-right:0;margin-bottom:23px}.cart-heading .section-kicker{font-size:11px}.cart-item{grid-template-columns:58px minmax(0,1fr);gap:12px}.cart-item>img{width:58px;height:78px;grid-row:1/3}.cart-item-info h3{font-size:20px}.cart-line-price{grid-column:2;font-size:14px;margin-top:-4px}.cart-item-actions{gap:12px;margin-top:10px}.cart-subtotal strong{font-size:25px}}
@media(max-width:799px){.reviews-inner{gap:30px}.reviews-heading{grid-template-columns:1fr;align-items:start;gap:10px}.reviews-heading .section-kicker,.reviews-heading h2,.review-score,.reviews-heading>.text-link{grid-column:1;grid-row:auto;justify-self:start}.review-score{margin-top:10px}.review-score strong{font-size:44px}.reviews-heading>.text-link{margin-top:5px}.review-bubbles{grid-template-columns:1fr;gap:12px}.review-bubble,.review-bubble-wide{min-height:0;padding:27px 24px}.review-bubble blockquote{max-width:none;margin:18px 0;font-size:22px}.review-bubble p{font-size:11px}}

@media(max-width:1100px){.season{padding-block:75px}}
@media(max-width:799px){.season{padding-block:58px}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.fan-photo{will-change:auto}.product-image:hover img{transform:none}}
