:root {
  --ink: #4b302e;
  --ink-soft: #6d5b55;
  --paper: #fbf3e7;
  --paper-deep: #ead9c6;
  --white: #fffaf2;
  --coral: #b66c68;
  --coral-dark: #8f4d4c;
  --plum: #684b55;
  --berry: #9c5d5c;
  --marigold: #bf934c;
  --lavender: #897b96;
  --blush: #ead3cc;
  --gold: #aa7f38;
  --sage: #7c8978;
  --leaf: #4c5d4d;
  --line: rgba(75, 48, 46, .2);
  --shadow: 0 24px 75px rgba(75, 48, 46, .16);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 8% 18%, rgba(244,207,214,.38), transparent 24rem), radial-gradient(circle at 92% 42%, rgba(216,201,229,.3), transparent 28rem), var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.announcement { background: linear-gradient(90deg, var(--plum), var(--berry) 50%, var(--coral-dark)); color: var(--white); text-align: center; padding: .58rem 1rem; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 248, 239, .94); backdrop-filter: blur(18px); }
.header-inner { width: min(1440px, calc(100% - 2rem)); min-height: 124px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.brand { text-decoration: none; display: inline-flex; align-items: center; line-height: 1; }
.brand-logo { width: 178px; height: 112px; object-fit: contain; background: transparent; }
.desktop-nav { justify-self: center; display: flex; gap: clamp(1rem, 2.2vw, 2.3rem); align-items: center; }
.desktop-nav a, .header-action { font-size: .84rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.desktop-nav a { position: relative; padding: .45rem .15rem; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: .05rem; left: 50%; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--coral), var(--marigold)); transition: left .2s ease, right .2s ease; }
.desktop-nav a:hover { color: var(--coral-dark); }
.desktop-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.bag-button, .menu-button { border: 1px solid var(--plum); background: var(--white); padding: .68rem .9rem; border-radius: 999px; font-weight: 800; cursor: pointer; box-shadow: 0 7px 22px rgba(84,33,63,.09); }
.bag-count { display: inline-grid; place-items: center; min-width: 1.45rem; height: 1.45rem; margin-left: .35rem; padding: 0 .32rem; background: var(--coral); color: white; border-radius: 999px; font-size: .73rem; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; }
.mobile-menu { padding: .6rem 1rem 1.2rem; border-top: 1px solid var(--line); }
.mobile-menu a { display: block; padding: .65rem 0; text-decoration: none; font-weight: 700; }
.header-flowerline { display: grid; grid-template-columns: 1.2fr .5fr 1.6fr .7fr 1fr; height: 5px; overflow: hidden; }
.header-flowerline span:nth-child(1) { background: var(--coral); }
.header-flowerline i:nth-child(2) { background: var(--marigold); }
.header-flowerline span:nth-child(3) { background: var(--sage); }
.header-flowerline i:nth-child(4) { background: var(--lavender); }
.header-flowerline span:nth-child(5) { background: var(--berry); }
.container { width: min(1220px, calc(100% - 2rem)); margin-inline: auto; }
.wide { width: min(1440px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 8rem) 0; }
.section-compact { padding: clamp(2.8rem, 5vw, 5rem) 0; }
.eyebrow { margin: 0 0 .75rem; color: var(--coral-dark); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.03; letter-spacing: -.025em; }
h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { margin: 0; font-size: clamp(2.2rem, 4.7vw, 4.8rem); }
h3 { margin: 0; font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
p { margin: 0 0 1rem; }
.lede { max-width: 660px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.55; }
.button, .button-ghost { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.3rem; border: 1px solid var(--ink); border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button { background: linear-gradient(135deg, var(--plum), var(--berry)); color: white; box-shadow: 0 10px 25px rgba(85,33,63,.18); }
.button:hover { background: linear-gradient(135deg, var(--berry), var(--coral-dark)); border-color: var(--coral-dark); transform: translateY(-1px); }
.button-ghost { background: transparent; }
.button-ghost:hover { background: var(--white); }
.button-coral { background: linear-gradient(135deg, var(--coral), var(--berry)); border-color: var(--coral); }
.text-link { font-weight: 800; text-underline-offset: .23em; text-decoration-thickness: 1px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 5%, rgba(225,165,46,.32), transparent 18rem), radial-gradient(circle at 36% 92%, rgba(215,78,99,.25), transparent 22rem), linear-gradient(135deg, #fff5ea 0 46%, #efd8df 46% 72%, #d4c6df 100%); }
.hero::before { content: ""; position: absolute; inset: auto auto -18vw -10vw; width: 36vw; height: 36vw; border: 5rem solid rgba(255,255,255,.28); border-radius: 50%; }
.hero-grid { min-height: min(880px, calc(100svh - 105px)); display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(2rem, 4vw, 5rem); align-items: center; padding: clamp(2.5rem, 4vw, 4.5rem) 0; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; margin-left: max(0px, calc((100vw - 1440px) / 2)); padding: clamp(2rem, 4vw, 3.6rem); border: 1px solid rgba(255,255,255,.75); border-radius: 1rem 6rem 1rem 6rem; background: rgba(255,253,248,.78); box-shadow: 0 28px 80px rgba(83,32,61,.13); backdrop-filter: blur(14px); }
.hero-copy h1 { max-width: 760px; font-size: clamp(3.7rem, 6.8vw, 7.2rem); }
.hero-copy h1 em { color: var(--coral-dark); font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive; font-size: 1.06em; font-style: normal; font-weight: 400; letter-spacing: -.035em; }
.hero-copy .lede { margin-top: 1.5rem; max-width: 610px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.price-note { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.price-chip { border-top: 1px solid var(--ink); padding: .75rem 1.2rem 0 0; min-width: 145px; }
.price-chip strong { display: block; font-family: var(--serif); font-size: 1.55rem; }
.price-chip span { color: var(--ink-soft); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-gallery { align-self: stretch; position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(12, 1fr); gap: .8rem; min-height: 720px; padding-right: max(1rem, calc((100vw - 1440px) / 2)); }
.hero-gallery figure { margin: 0; overflow: hidden; border: 5px solid rgba(255,253,248,.86); background: var(--paper-deep); box-shadow: 0 24px 52px rgba(76,29,55,.18); }
.hero-flower-one { grid-area: 1 / 1 / 8 / 7; border-radius: 48% 48% 1.2rem 1.2rem; transform: rotate(-1.8deg); }
.hero-flower-two { grid-area: 1 / 7 / 6 / 13; border-radius: 1.2rem 48% 48% 1.2rem; transform: rotate(1.4deg); }
.hero-flower-three { grid-area: 8 / 1 / 13 / 6; border-radius: 1.2rem 1.2rem 1.2rem 48%; transform: rotate(1.8deg); }
.hero-flower-four { grid-area: 6 / 6 / 13 / 13; border-radius: 1.2rem 1.2rem 48% 48%; transform: rotate(-1deg); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-flower-one img { object-position: 50% 42%; }
.hero-flower-two img { object-position: 50% 32%; }
.hero-flower-three img { object-position: 50% 28%; }
.hero-flower-four img { object-position: 50% 34%; }
.hero-seal { position: absolute; z-index: 4; top: 49%; left: 48%; display: grid; place-content: center; width: 138px; height: 138px; padding: 1rem; border: 5px solid var(--white); border-radius: 50%; background: var(--marigold); color: var(--ink); box-shadow: 0 14px 35px rgba(76,29,55,.24); text-align: center; transform: translate(-50%,-50%) rotate(-5deg); }
.hero-seal span, .hero-seal small { font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-seal strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1.05; }
.trust-strip { border-block: 1px solid var(--line); background: rgba(255,253,248,.82); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { position: relative; padding: 1.45rem clamp(.8rem, 2vw, 2rem) 1.45rem 1.8rem; border-right: 1px solid var(--line); }
.trust-item::before { content: ""; position: absolute; top: 1.85rem; left: .65rem; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px var(--blush); }
.trust-item[href] { text-decoration: none; }
.trust-item[href]:hover { background: var(--white); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: .92rem; }
.trust-item span { color: var(--ink-soft); font-size: .78rem; }
.botanical-strip { padding: 1rem 0; background: var(--leaf); color: white; }
.botanical-strip-inner { width: min(1440px, calc(100% - 2rem)); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.botanical-strip-inner > div { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: .9rem; min-height: 82px; padding: .45rem .8rem .45rem .45rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); }
.botanical-strip img { width: 70px; height: 70px; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; object-fit: cover; object-position: 50% 28%; }
.botanical-strip strong, .botanical-strip small { display: block; }
.botanical-strip strong { font-family: var(--serif); font-size: 1.2rem; }
.botanical-strip small { color: #d7e5d6; font-size: .74rem; }
.section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.2rem; }
.section-head > div { max-width: 760px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 3vw, 2.5rem); }
.product-card { position: relative; padding: clamp(.65rem, 1.4vw, 1rem); border: 1px solid rgba(85,33,63,.12); border-radius: 1.2rem; background: rgba(255,253,248,.86); box-shadow: 0 20px 55px rgba(83,32,61,.1); }
.product-card > a { display: block; text-decoration: none; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 5 / 6; border-radius: 14rem 14rem 1rem 1rem; background: var(--paper-deep); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.badge { position: absolute; top: 1rem; left: 1rem; padding: .48rem .72rem; border: 1px solid rgba(85,33,63,.12); border-radius: 999px; background: rgba(255,253,248,.9); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.flower-number { position: absolute; right: 1rem; bottom: 1rem; display: grid; place-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--marigold); color: var(--ink); font-size: 1.25rem; box-shadow: 0 8px 24px rgba(50,20,37,.2); }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: .5rem; align-items: start; padding: 1rem .15rem .75rem; }
.product-meta h3 { font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.product-meta p { margin: .35rem 0 0; color: var(--ink-soft); font-size: .88rem; }
.price { color: var(--berry); font-family: var(--serif); font-size: 1.65rem; white-space: nowrap; }
.card-add { width: 100%; min-height: 48px; border: 1px solid var(--plum); border-radius: 999px; background: var(--plum); color: white; padding: .72rem 1rem; font-weight: 800; cursor: pointer; }
.card-add:hover { border-color: var(--coral-dark); background: var(--coral-dark); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.garden-story { background: linear-gradient(135deg, rgba(244,207,214,.56), transparent 45%), rgba(255,253,248,.54); border-block: 1px solid rgba(85,33,63,.1); }
.story-visual { position: relative; min-height: 690px; }
.story-visual figure { position: absolute; margin: 0; overflow: hidden; border: 5px solid var(--white); box-shadow: var(--shadow); }
.story-visual img { width: 100%; height: 100%; object-fit: cover; }
.story-main { inset: 0 13% 7% 0; border-radius: 14rem 14rem 1.4rem 1.4rem; }
.story-main img { object-position: 50% 35%; }
.story-small { right: 0; bottom: 0; width: 38%; height: 43%; border-radius: 50% 50% 1rem 1rem; transform: rotate(3deg); }
.story-small img { object-position: 50% 30%; }
.story-caption { position: absolute; z-index: 3; top: 8%; right: 2%; padding: .7rem 1rem; border-radius: 999px; background: var(--marigold); color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: rotate(5deg); }
.story-copy h2 { margin-bottom: 1.4rem; }
.story-list { display: grid; gap: 0; margin: 2rem 0; border-top: 1px solid var(--line); }
.story-list div { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid var(--line); }
.story-list strong { color: var(--coral-dark); font-family: var(--serif); font-size: 1.35rem; }
.story-list p { margin: 0; }
.dark-section { position: relative; overflow: hidden; background: radial-gradient(circle at 83% 20%, rgba(182,108,104,.4), transparent 23rem), radial-gradient(circle at 18% 90%, rgba(191,147,76,.2), transparent 22rem), linear-gradient(135deg, #3e2d2b, #684b55 62%, #4d353d); color: var(--white); }
.dark-section .eyebrow { color: #e5b9b4; }
.dark-section .lede, .dark-section p { color: #d7cdd4; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-block: 1px solid rgba(255,255,255,.25); }
.step { padding: 2rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid rgba(255,255,255,.25); }
.step:last-child { border-right: 0; }
.step span { display: block; color: #e5b9b4; font-family: var(--serif); font-size: 1.6rem; }
.step h3 { margin: .7rem 0; font-size: 1.8rem; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 1.25rem 2.4rem 1.25rem 0; font-weight: 800; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .25rem; font-family: var(--serif); font-size: 1.6rem; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { color: var(--ink-soft); padding: 0 2rem 1.25rem 0; }
.newsletter { background: linear-gradient(100deg, var(--berry), var(--coral) 55%, var(--marigold)); color: white; }
.newsletter-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.newsletter h2 { max-width: 820px; }
.newsletter .button { background: white; color: var(--ink); border-color: white; }
.page-hero { position: relative; display: flex; min-height: clamp(500px, 66vh, 680px); align-items: center; overflow: hidden; padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 6rem); border-bottom: 5px solid var(--coral); background-image: linear-gradient(90deg, rgba(255,248,239,.98) 0 43%, rgba(255,248,239,.88) 60%, rgba(255,248,239,.13) 100%), url('/assets/garden-gathering.webp'); background-position: center, right 31%; background-size: cover, 52% auto; background-repeat: no-repeat; }
.page-hero::after { content: ""; position: absolute; right: 37%; bottom: -90px; width: 180px; height: 180px; border: 34px solid rgba(225,165,46,.48); border-radius: 50%; }
.page-hero-copy { position: relative; z-index: 2; max-width: 66%; padding: clamp(1.5rem, 3vw, 2.8rem); border: 1px solid rgba(255,255,255,.7); border-radius: 1rem 5rem 1rem 5rem; background: rgba(255,253,248,.72); box-shadow: 0 22px 65px rgba(76,29,55,.12); backdrop-filter: blur(12px); }
.page-hero h1 { max-width: 1050px; font-size: clamp(3.4rem, 6.8vw, 7.2rem); }
.page-hero .lede { margin-top: 1.4rem; }
.breadcrumbs { margin-bottom: 1.4rem; color: var(--ink-soft); font-size: .82rem; }
.breadcrumbs a { text-underline-offset: .2em; }
.collection-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; margin-bottom: 3rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(85,33,63,.12); border-radius: 1rem 5rem 1rem 1rem; background: linear-gradient(135deg, var(--blush), rgba(255,253,248,.85) 56%, var(--lavender)); }
.collection-intro p { color: var(--ink-soft); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.product-detail-image { position: sticky; top: 105px; padding: .7rem; border-radius: 15rem 15rem 1.4rem 1.4rem; background: linear-gradient(145deg, var(--blush), var(--lavender)); box-shadow: var(--shadow); }
.product-detail-image img { width: 100%; aspect-ratio: 4 / 5; border-radius: 14rem 14rem 1rem 1rem; object-fit: cover; }
.product-info { padding-top: 1rem; }
.product-info h1 { font-size: clamp(3.1rem, 5.8vw, 6rem); }
.product-price { margin: 1rem 0; font-family: var(--serif); font-size: 2rem; }
.stock { display: flex; align-items: center; gap: .5rem; font-weight: 800; font-size: .84rem; }
.stock::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--sage); }
.product-description { margin: 1.6rem 0; color: var(--ink-soft); font-size: 1.06rem; }
.product-info .button { width: 100%; margin-bottom: .7rem; }
.facts { margin: 2rem 0; border-top: 1px solid var(--line); }
.fact { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.fact dt { color: var(--ink-soft); }
.fact dd { margin: 0; font-weight: 700; }
.note { padding: 1.15rem; border: 1px solid rgba(85,33,63,.1); border-left: 6px solid var(--marigold); border-radius: 0 1rem 1rem 0; background: linear-gradient(90deg, #fff4cf, var(--white)); color: var(--ink-soft); font-size: .9rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(2.5rem, 7vw, 7rem); }
.prose { max-width: 760px; }
.prose h2 { margin: 2.6rem 0 1rem; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.prose h3 { margin: 2rem 0 .7rem; font-size: 1.7rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose li { margin: .55rem 0; }
.prose blockquote { margin: 2rem 0; padding: 1.5rem 1.8rem; border: 1px solid rgba(85,33,63,.12); border-left: 6px solid var(--coral); border-radius: 0 1.5rem 1.5rem 0; background: linear-gradient(100deg, var(--blush), var(--white)); font-family: var(--serif); font-size: 1.35rem; }
.aside-card { position: sticky; top: 105px; padding: 12.5rem 1.4rem 1.4rem; overflow: hidden; border: 1px solid var(--line); border-radius: 8rem 8rem 1rem 1rem; background-image: linear-gradient(to bottom, transparent 0 10.6rem, rgba(255,253,248,.98) 12rem), url('/assets/quiet-morning.webp'); background-position: top center; background-size: 100% 13rem; background-repeat: no-repeat; box-shadow: 0 18px 50px rgba(83,32,61,.11); }
.aside-card h3 { font-size: 1.6rem; margin-bottom: .8rem; }
.aside-card ul { padding-left: 1.1rem; }
.aside-card li { margin: .5rem 0; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.article-card { border-top: 1px solid var(--ink); padding-top: 1.2rem; text-decoration: none; }
.article-card h3 { margin: .55rem 0; font-size: 1.75rem; }
.article-card p { color: var(--ink-soft); }
.answer-block { position: relative; overflow: hidden; padding: clamp(1.8rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: 1rem 7rem 1rem 1rem; background-image: linear-gradient(90deg, rgba(255,253,248,.98) 0 55%, rgba(255,253,248,.72) 74%, rgba(255,253,248,.16)), url('/assets/meadow-petite.webp'); background-position: center, right 32%; background-size: cover, 38% auto; background-repeat: no-repeat; box-shadow: 0 20px 60px rgba(83,32,61,.1); }
.answer-block::after { content: ""; position: absolute; width: 190px; height: 190px; right: -80px; bottom: -105px; border: 34px solid var(--coral); border-radius: 50%; opacity: .18; }
.answer-block h2 { max-width: 920px; font-size: clamp(2rem, 4.1vw, 4.2rem); }
.answer-block p:last-child { position: relative; z-index: 1; max-width: 880px; margin: 1.25rem 0 0; color: var(--ink-soft); font-size: clamp(1.02rem, 1.6vw, 1.25rem); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.area-card { display: grid; min-height: 210px; align-content: end; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem 5rem 1rem 1rem; background-image: linear-gradient(90deg, rgba(255,253,248,.98), rgba(255,253,248,.76)), url('/assets/meadow-petite.webp'); background-position: center, right 34%; background-size: cover, 48% auto; background-repeat: no-repeat; box-shadow: 0 14px 38px rgba(83,32,61,.09); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.area-card:nth-child(4n+2) { background-image: linear-gradient(90deg, rgba(255,253,248,.98), rgba(255,253,248,.74)), url('/assets/garden-gathering.webp'); }
.area-card:nth-child(4n+3) { background-image: linear-gradient(90deg, rgba(255,253,248,.98), rgba(255,253,248,.72)), url('/assets/quiet-morning.webp'); }
.area-card:nth-child(4n+4) { background-image: linear-gradient(90deg, rgba(255,253,248,.98), rgba(255,253,248,.72)), url('/assets/orchard-ember.webp'); }
.area-card:hover { transform: translateY(-4px); border-color: var(--berry); box-shadow: 0 22px 50px rgba(83,32,61,.16); }
.area-card span { margin-bottom: auto; color: var(--coral-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.area-card strong { margin-top: 1.8rem; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; line-height: 1.05; }
.area-card small { margin-top: .45rem; color: var(--ink-soft); }
.delivery-nearby { border-top: 1px solid var(--line); background: linear-gradient(135deg, var(--paper-deep), var(--lavender)); }
.delivery-nearby h2 { margin-bottom: 1.8rem; }
.split-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.split-card { min-height: 350px; padding: clamp(1.5rem, 4vw, 3.5rem); display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); border-radius: 1rem 6rem 1rem 1rem; background: linear-gradient(145deg, var(--blush), var(--white)); box-shadow: 0 18px 45px rgba(83,32,61,.08); }
.split-card.dark { background: linear-gradient(145deg, var(--plum), var(--berry)); color: white; }
.split-card h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.split-card p { margin-top: 1rem; max-width: 520px; color: var(--ink-soft); }
.split-card.dark p { color: #d7cdd4; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: grid; gap: .38rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .84rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: .85rem; background: var(--white); padding: .9rem 1rem; color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.field textarea { min-height: 120px; resize: vertical; }
.order-message { min-height: 1.6rem; margin-top: 1rem; color: var(--coral-dark); font-weight: 700; }
.order-submit:disabled { opacity: .58; cursor: wait; }
.consent { display: flex; gap: .65rem; align-items: flex-start; color: var(--ink-soft); font-size: .88rem; line-height: 1.45; }
.consent input { width: 1rem; height: 1rem; margin-top: .18rem; accent-color: var(--coral-dark); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.order-request { max-width: 1040px; }
.order-status-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.2rem; }
.order-status-chips span { padding: .5rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink-soft); font-size: .75rem; font-weight: 800; }
.order-step-card { margin-bottom: 1.2rem; padding: clamp(1.25rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 1rem 5rem 1rem 1rem; background: rgba(255,250,242,.88); box-shadow: 0 18px 50px rgba(83,32,61,.08); }
.order-step-head { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; align-items: start; margin-bottom: 1.5rem; }
.order-step-head > span { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--marigold); color: var(--ink); font-weight: 900; }
.order-step-head h2 { font-size: clamp(1.9rem, 4vw, 3.25rem); }
.order-step-head p { margin: .45rem 0 0; color: var(--ink-soft); }
.order-fields { margin-top: 1.2rem; }
.fulfilment-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.fulfilment-options label { position: relative; display: flex; gap: .7rem; min-height: 126px; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); cursor: pointer; }
.fulfilment-options label:has(input:checked) { border-color: var(--coral-dark); box-shadow: 0 0 0 2px rgba(143,77,76,.15); background: var(--blush); }
.fulfilment-options input { margin-top: .24rem; accent-color: var(--coral-dark); }
.fulfilment-options strong, .fulfilment-options small { display: block; }
.fulfilment-options small { margin-top: .35rem; color: var(--ink-soft); line-height: 1.4; }
.checkout-summary { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem 5rem 1rem 1rem; background: linear-gradient(145deg, var(--blush), var(--white) 55%, var(--lavender)); box-shadow: 0 18px 50px rgba(83,32,61,.1); }
.checkout-line, .checkout-total { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.checkout-total { padding-top: 1.2rem; font-size: 1.05rem; }
.checkout-picker-line { display: grid; grid-template-columns: 74px minmax(0,1fr) auto 90px; gap: 1rem; align-items: center; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.checkout-picker-line img { width: 74px; height: 90px; border-radius: 2.5rem 2.5rem .6rem .6rem; object-fit: cover; }
.checkout-picker-line a, .checkout-picker-line span { display: block; }
.checkout-picker-line a { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; }
.checkout-picker-line span { color: var(--ink-soft); font-size: .78rem; }
.checkout-picker-line > strong { text-align: right; }
.checkout-quantity { display: grid; grid-template-columns: 34px 34px 34px; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--white); }
.checkout-quantity button { height: 34px; border: 0; background: transparent; cursor: pointer; }
.checkout-quantity button:disabled { opacity: .3; cursor: not-allowed; }
.checkout-quantity strong { text-align: center; }
.order-next { padding: 1.25rem 1.5rem; border-left: 5px solid var(--marigold); background: rgba(255,250,242,.72); }
.order-next ol { margin: .7rem 0 0; padding-left: 1.2rem; color: var(--ink-soft); }
.order-next li + li { margin-top: .4rem; }
.checkout-assurance { margin-top: 1.5rem; padding: 1rem; background: var(--paper); }
.checkout-assurance ol { margin: .7rem 0 0; padding-left: 1.25rem; color: var(--ink-soft); font-size: .88rem; }
.checkout-assurance li + li { margin-top: .45rem; }
.fine-print { color: var(--ink-soft); font-size: .79rem; margin-top: 1rem; }
.site-footer { position: relative; background: linear-gradient(135deg, #3a2927, var(--plum)); color: var(--white); padding: 0 0 2rem; }
.footer-flower-band { display: grid; grid-template-columns: repeat(4, 1fr); height: clamp(140px, 20vw, 260px); overflow: hidden; border-block: 6px solid var(--marigold); }
.footer-flower-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 31%; filter: saturate(1.08) contrast(1.02); }
.footer-grid { padding-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); gap: 2.5rem; }
.footer-brand p { color: #cbbfc7; max-width: 360px; margin-top: 1rem; }
.footer-brand .brand-logo { width: 260px; height: 175px; filter: drop-shadow(0 0 2px rgba(255,250,242,.9)) drop-shadow(0 0 8px rgba(255,250,242,.35)); }
.footer-title { margin-bottom: .8rem; color: #e5b9b4; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: .5rem; }
.footer-links a { color: #e0d6dc; text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: #ad9faa; font-size: .75rem; }
.shade { position: fixed; inset: 0; z-index: 60; background: rgba(22,15,20,.52); }
.bag-drawer { position: fixed; inset: 0 0 0 auto; z-index: 70; width: min(440px, 100%); padding: 1.2rem; overflow: auto; background: var(--paper); box-shadow: var(--shadow); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 2rem; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.3rem; }
.bag-items { display: grid; gap: 1rem; padding: 1rem 0; }
.bag-line { display: grid; grid-template-columns: 84px 1fr; gap: .9rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.bag-line img { width: 84px; height: 104px; object-fit: cover; }
.bag-line a { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.bag-line span { color: var(--ink-soft); font-size: .86rem; }
.qty { display: inline-grid; grid-template-columns: 32px 34px 32px; align-items: center; margin-top: .45rem; border: 1px solid var(--line); }
.qty button { height: 30px; border: 0; background: transparent; cursor: pointer; }
.qty span { text-align: center; color: var(--ink); }
.bag-footer { position: sticky; bottom: -1.2rem; margin: 0 -1.2rem -1.2rem; padding: 1rem 1.2rem 1.2rem; background: var(--paper); border-top: 1px solid var(--line); }
.subtotal { display: flex; justify-content: space-between; margin-bottom: .8rem; font-weight: 800; }
.bag-footer .button { width: 100%; }
.empty-bag { padding: 2rem 0; }
.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; }
.flor-widget { position: fixed; right: clamp(1rem, 2vw, 1.75rem); bottom: clamp(1rem, 2vw, 1.75rem); z-index: 80; }
.flor-launcher { position: relative; display: flex; justify-content: center; min-width: 310px; min-height: 150px; padding: 3.8rem 1.25rem 1rem; border: 2px solid var(--coral); border-radius: .65rem; background: var(--white); color: var(--ink); box-shadow: 0 15px 44px rgba(76,29,55,.22); cursor: pointer; text-align: center; }
.flor-launcher::after { content: ""; position: absolute; right: 2.8rem; bottom: -17px; width: 30px; height: 30px; border-right: 2px solid var(--coral); border-bottom: 2px solid var(--coral); background: var(--white); transform: rotate(45deg); }
.flor-launcher strong, .flor-launcher small, .flor-head strong, .flor-head small { display: block; }
.flor-launcher strong { font-size: 1.45rem; line-height: 1.15; }
.flor-launcher small { margin-top: .18rem; color: var(--ink-soft); font-size: .95rem; }
.flor-launcher em { display: block; margin-top: .35rem; color: var(--leaf); font-size: .94rem; font-style: normal; font-weight: 900; }
.flor-face { flex: 0 0 38px; width: 38px; height: 38px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; object-fit: cover; object-position: 50% 25%; background: var(--coral); }
.flor-launcher-face { position: absolute; top: -35px; left: 50%; width: 72px; height: 72px; flex-basis: 72px; border: 4px solid var(--blush); transform: translateX(-50%); }
.flor-panel { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(390px, calc(100vw - 2rem)); height: min(610px, calc(100svh - 3rem)); overflow: hidden; border: 1px solid rgba(41,27,37,.18); border-radius: 1.4rem; background: var(--paper); box-shadow: 0 24px 75px rgba(22,15,20,.26); }
.flor-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem; background: var(--ink); color: white; }
.flor-head > div { display: flex; align-items: center; gap: .65rem; }
.flor-head .flor-face { width: 40px; height: 40px; flex-basis: 40px; }
.flor-head strong { font-family: var(--serif); font-size: 1.2rem; line-height: 1; }
.flor-head small { margin-top: .18rem; color: #d7cdd4; font-size: .66rem; }
.flor-head .icon-button { border-color: rgba(255,255,255,.28); color: white; }
.flor-onboarding { display: grid; gap: .7rem; padding: 1.2rem; overflow-y: auto; }
.flor-onboarding p { margin: 0; }
.flor-hello { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; }
.flor-onboarding form { display: grid; gap: .55rem; margin-top: .45rem; }
.flor-onboarding label { font-weight: 800; }
.flor-onboarding input { width: 100%; padding: .8rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--white); }
.flor-onboarding button { padding: .75rem; border: 0; border-radius: .7rem; background: var(--leaf); color: white; font-weight: 900; cursor: pointer; }
.flor-messages { display: flex; flex: 1; flex-direction: column; gap: .65rem; min-height: 160px; padding: 1rem; overflow-y: auto; overscroll-behavior: contain; }
.flor-message { max-width: 88%; padding: .7rem .82rem; border-radius: 1rem; font-size: .86rem; line-height: 1.45; white-space: pre-wrap; }
.flor-assistant { align-self: flex-start; background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: .25rem; }
.flor-customer { align-self: flex-end; background: var(--coral-dark); color: white; border-bottom-right-radius: .25rem; }
.flor-status { align-self: center; max-width: 100%; padding: .2rem .4rem; color: var(--ink-soft); font-size: .69rem; text-align: center; }
.flor-prompts { display: flex; gap: .45rem; padding: 0 1rem .75rem; overflow-x: auto; }
.flor-prompts button { flex: 0 0 auto; padding: .48rem .68rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: .74rem; font-weight: 800; cursor: pointer; }
.flor-prompts button:hover { background: var(--white); border-color: var(--ink); }
.flor-form { display: grid; grid-template-columns: 1fr auto; gap: .45rem; padding: .75rem; border-top: 1px solid var(--line); background: var(--white); }
.flor-form input { min-width: 0; padding: .72rem .8rem; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.flor-form button { padding: .65rem .8rem; border: 0; border-radius: .65rem; background: var(--ink); color: white; font-weight: 800; cursor: pointer; }
.flor-note { margin: 0; padding: 0 .85rem .75rem; background: var(--white); color: var(--ink-soft); font-size: .66rem; line-height: 1.35; }
[hidden] { display: none !important; }
.drawer-open { overflow: hidden; }
.legal p, .legal li { color: var(--ink-soft); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: none; margin-left: 0; padding: 2.4rem; }
  .hero-gallery { min-height: 630px; padding-right: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid, .faq-grid { grid-template-columns: 1fr; }
  .story-visual { min-height: 620px; }
  .product-detail { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, .8fr); }
}

@media (max-width: 720px) {
  .header-inner { width: min(100% - 1rem, 1440px); gap: .6rem; min-height: 90px; }
  .brand-logo { width: 126px; height: 84px; }
  .bag-button { padding: .55rem .7rem; }
  .bag-button .bag-label { display: none; }
  .hero-grid { padding-block: 1.2rem 2rem; }
  .hero-copy { padding: 1.7rem; border-radius: .8rem 3rem .8rem 3rem; }
  .hero-copy h1 { font-size: clamp(3.2rem, 16vw, 5.3rem); }
  .hero-gallery { min-height: 520px; gap: .45rem; }
  .hero-gallery figure { border-width: 3px; }
  .hero-seal { width: 96px; height: 96px; border-width: 3px; }
  .hero-seal strong { font-size: .95rem; }
  .hero-seal span, .hero-seal small { font-size: .53rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .botanical-strip-inner { grid-template-columns: 1fr 1fr; }
  .botanical-strip-inner > div { grid-template-columns: 54px 1fr; min-height: 62px; }
  .botanical-strip img { width: 52px; height: 52px; }
  .botanical-strip strong { font-size: 1rem; }
  .botanical-strip small { display: none; }
  .section-head { display: block; }
  .section-head .button-ghost { margin-top: 1rem; }
  .product-grid, .article-grid, .split-cards { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 540px; background-image: linear-gradient(180deg, rgba(251,243,231,.42), rgba(251,243,231,.98) 68%), url('/assets/garden-gathering.webp'); background-position: center, center 28%; background-size: cover; }
  .page-hero-copy { max-width: 100%; margin-top: 9rem; padding: 1.35rem; border-radius: .8rem 3rem .8rem 3rem; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .answer-block { background-image: linear-gradient(180deg, rgba(255,253,248,.78), rgba(255,253,248,.98)), url('/assets/meadow-petite.webp'); background-position: center, right 28%; background-size: cover; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .step:last-child { border-bottom: 0; }
  .newsletter-grid, .collection-intro, .content-grid, .checkout-layout { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail-image { position: static; }
  .aside-card { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .fulfilment-options { grid-template-columns: 1fr; }
  .checkout-picker-line { grid-template-columns: 58px minmax(0,1fr) auto; gap: .7rem; }
  .checkout-picker-line img { width: 58px; height: 72px; }
  .checkout-picker-line > strong { display: none; }
  .checkout-quantity { grid-column: 3; grid-row: 1; }
  .order-step-card { padding: 1rem; border-radius: .8rem 2.4rem .8rem .8rem; }
  .order-step-head { grid-template-columns: 2.5rem 1fr; }
  .order-step-head > span { width: 2.5rem; height: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .brand-logo { width: 200px; height: 136px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .5rem; }
  .flor-widget { right: .65rem; bottom: .65rem; }
  .flor-launcher { width: 66px; min-width: 66px; min-height: 66px; padding: 0; border-radius: 50%; }
  .flor-launcher::after { display: none; }
  .flor-launcher-face { position: static; width: 58px; height: 58px; flex-basis: 58px; transform: none; }
  .flor-launcher > span:last-child { display: none; }
  .flor-panel { right: 0; width: calc(100vw - 1.3rem); height: min(620px, calc(100svh - 5.5rem)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
