/* Yellow House Candles · demo styles */
:root {
  --cream: #FFF9EE;
  --cream-2: #FBF1DC;
  --yellow: #F2CF7A;
  --yellow-soft: #F8E5B3;
  --honey: #C9973B;
  --honey-deep: #A67A2A;
  --ink: #2B2622;
  --ink-soft: #5B534B;
  --muted: #8A8078;
  --pink: #F4C7D3;
  --pink-deep: #D98BA1;
  --sage: #9DB59A;
  --sage-deep: #6F8A6C;
  --line: #EADFC8;
  --white: #FFFFFF;
  --green: #3FA56B;
  --shadow: 0 22px 60px rgba(120, 90, 30, .14);
  --shadow-soft: 0 10px 30px rgba(120, 90, 30, .08);
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; overflow-x: hidden; }
body.chat-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--honey);
  outline-offset: 3px;
  border-radius: 6px;
}
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); border-radius: 999px; color: var(--cream); background: var(--ink); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--honey-deep); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -.01em; }
h1 { margin-bottom: 20px; font-size: clamp(2.5rem, 5.6vw, 4.4rem); line-height: 1.02; }
h2 { margin-bottom: 14px; font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.08; }
h3 { font-size: 1.32rem; line-height: 1.2; }
em, .accent { color: var(--honey-deep); font-style: italic; }
.fade-in { animation: fade .5s ease-out both; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 2px solid var(--ink); border-radius: 999px; color: var(--cream); background: var(--ink); font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(43, 38, 34, .18); }
.button.primary { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.button.primary:hover { background: #EFC565; border-color: #EFC565; }
.button.secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button.secondary:hover { color: var(--cream); background: var(--ink); }
.button.ghost { color: var(--ink); background: var(--white); border-color: var(--line); }
.button.ghost:hover { border-color: var(--honey); box-shadow: var(--shadow-soft); }
.button.small { min-height: 42px; padding: 8px 16px; font-size: .9rem; }
.button.tiny { min-height: 36px; padding: 6px 13px; font-size: .82rem; }

/* announcement + nav */
.announcement-bar { position: relative; z-index: 51; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 12px; padding: 8px 20px; color: var(--ink); background: var(--yellow); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-align: center; }
.demo-chip { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border: 1px solid rgba(43, 38, 34, .25); border-radius: 999px; color: var(--ink); background: rgba(255, 255, 255, .55); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.demo-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--honey); }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 249, 238, .94); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--white); box-shadow: 0 2px 10px rgba(120, 90, 30, .18); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }
.brand-copy span { margin-top: 5px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--ink-soft); font-size: .92rem; font-weight: 600; text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.lang-switch button { min-width: 40px; min-height: 32px; padding: 4px 9px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font-size: .76rem; font-weight: 800; }
.lang-switch button.active { color: var(--ink); background: var(--yellow); }

/* hero */
.hero { position: relative; overflow: hidden; padding: 64px 0 72px; background: radial-gradient(900px 500px at 85% 10%, var(--cream-2), transparent 70%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(36px, 6vw, 80px); align-items: center; }
.hero-copy > p { max-width: 560px; margin-bottom: 28px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 26px; }
.proof { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: .88rem; font-weight: 600; }
.proof::before { content: "✓"; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: .7rem; }
.hero-logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.hero-logo img { width: 64px; height: 64px; border-radius: 50%; border: 3px solid var(--white); box-shadow: var(--shadow-soft); }
.hero-logo span { color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* synthia cloud card */
.synthia-card { position: relative; isolation: isolate; padding: 26px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.synthia-card::before { content: ""; position: absolute; inset: -14px -10px auto auto; width: 120px; height: 120px; border-radius: 50%; background: var(--yellow-soft); z-index: -1; }
.synthia-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.avatar { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; background: var(--ink); overflow: hidden; }
.avatar svg { width: 60%; height: 60%; }
.synthia-head strong { display: block; font-family: var(--serif); font-size: 1.15rem; }
.status { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: .82rem; }
.status::before { content: ""; width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--green); }
.synthia-bubble { padding: 14px 16px; border-radius: 4px 18px 18px 18px; background: var(--cream); color: var(--ink); font-size: .98rem; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip-btn { min-height: 38px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--white); font-size: .86rem; font-weight: 600; transition: border .2s ease, background .2s ease; }
.chip-btn:hover { border-color: var(--honey); background: var(--yellow-soft); }
.synthia-note { margin: 14px 0 0; color: var(--muted); font-size: .76rem; }

/* sections */
section.content { padding: 80px 0; }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: end; margin-bottom: 34px; }
.section-head p { max-width: 480px; justify-self: end; margin-bottom: 6px; color: var(--ink-soft); font-size: 1.02rem; }
.sample-note { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px dashed var(--honey); border-radius: 999px; color: var(--honey-deep); background: var(--white); font-size: .8rem; font-weight: 600; }

/* gift sets */
.sets { background: var(--white); border-block: 1px solid var(--line); }
.sets-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.set-card { position: relative; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); transition: transform .2s ease, box-shadow .2s ease; }
.set-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.set-card.featured { background: var(--yellow-soft); border-color: var(--yellow); }
.set-emoji { font-size: 1.8rem; line-height: 1; margin-bottom: 14px; }
.set-card h3 { margin-bottom: 6px; }
.set-card .price { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--honey-deep); }
.set-card p { color: var(--ink-soft); font-size: .95rem; margin: 8px 0 16px; }
.set-card ul { margin: 0 0 20px; padding: 0; list-style: none; display: grid; gap: 6px; font-size: .9rem; }
.set-card li { position: relative; padding-left: 20px; }
.set-card li::before { content: "💛"; position: absolute; left: 0; top: 0; font-size: .7rem; line-height: 1.6rem; }
.set-card .button { margin-top: auto; }
.set-tag { position: absolute; right: 18px; top: 18px; padding: 4px 10px; border-radius: 999px; background: var(--ink); color: var(--cream); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* candle catalog */
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.product-art { display: grid; place-items: center; aspect-ratio: 4 / 3; background: var(--cream-2); }
.product-art svg { width: 62%; height: 62%; }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 16px 18px 18px; }
.product-body h3 { margin-bottom: 4px; font-size: 1.12rem; }
.product-scent { color: var(--ink-soft); font-size: .86rem; }
.product-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 10px 0 12px; }
.product-price { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--honey-deep); }
.product-size { color: var(--muted); font-size: .78rem; font-weight: 600; }
.product .button { margin-top: auto; }
.catalog-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; padding: 18px 22px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.catalog-footer p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.gallery-note { margin: 18px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }

/* flowers */
.flowers { background: linear-gradient(180deg, var(--white), var(--cream)); }
.flower-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.flower { padding: 18px 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); text-align: center; }
.flower .fl-icon { font-size: 1.9rem; line-height: 1; margin-bottom: 8px; }
.flower strong { display: block; font-size: .95rem; }
.flower span { display: block; margin-top: 4px; color: var(--honey-deep); font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }
.flower small { display: block; margin-top: 4px; color: var(--muted); font-size: .74rem; }
.flower-note { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* occasions */
.occasions { background: var(--ink); color: var(--cream); }
.occasions .eyebrow { color: var(--yellow); }
.occasions .section-head p { color: #D9CFC0; }
.occ-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.occ { padding: 22px; border: 1px solid #4A423B; border-radius: 18px; background: #352F2A; }
.occ .fl-icon { font-size: 1.5rem; margin-bottom: 10px; }
.occ h3 { margin-bottom: 6px; color: var(--cream); font-size: 1.15rem; }
.occ p { margin: 0; color: #D9CFC0; font-size: .9rem; }
.occ .lead { display: inline-block; margin-top: 10px; padding: 3px 10px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: .72rem; font-weight: 800; }

/* how synthia helps */
.helps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.help { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.help .num { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--yellow); font-family: var(--serif); font-weight: 600; }
.help h3 { margin-bottom: 8px; }
.help p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.helps-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding: 22px 26px; border-radius: 18px; background: var(--yellow-soft); }
.helps-cta strong { font-family: var(--serif); font-size: 1.25rem; }

/* visit */
.visit { background: var(--white); border-block: 1px solid var(--line); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.visit-copy > p { max-width: 520px; color: var(--ink-soft); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.visit-panel { display: grid; gap: 12px; padding: 24px; border-radius: var(--radius); background: var(--cream); border: 1px solid var(--line); }
.detail { padding: 14px 16px; border-radius: 14px; background: var(--white); border: 1px solid var(--line); }
.detail small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.detail strong { font-size: .95rem; font-weight: 600; }
.detail strong b { font-weight: 700; }

/* faq */
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
summary { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; font-weight: 700; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; display: grid; width: 26px; height: 26px; flex: none; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-family: var(--serif); font-size: 1.2rem; }
details[open] summary::after { content: "−"; }
details p { margin: -4px 20px 18px; color: var(--ink-soft); font-size: .95rem; }

/* owner options */
.options { background: var(--cream-2); }
.options-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.option-card { position: relative; padding: 28px 24px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.option-card.featured { border-color: var(--honey); box-shadow: var(--shadow-soft); }
.option-letter { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 14px; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.4rem; font-weight: 600; }
.option-card.featured .option-letter { background: var(--yellow); border-color: var(--yellow); }
.option-tag { position: absolute; right: 18px; top: 18px; padding: 4px 10px; border-radius: 999px; background: var(--ink); color: var(--cream); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.option-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.option-card p { margin: 0 0 14px; color: var(--ink-soft); font-size: .94rem; }
.option-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.option-card li { position: relative; padding-left: 22px; font-size: .9rem; font-weight: 500; }
.option-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--honey-deep); font-size: .8rem; font-weight: 800; }
.options-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; padding: 20px 24px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.options-footer p { margin: 0; max-width: 720px; color: var(--ink-soft); font-size: .9rem; }

/* footer */
footer { padding: 44px 0 110px; color: #D9CFC0; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; padding-bottom: 28px; }
.footer-brand { max-width: 440px; }
.footer-brand .brand-copy strong { color: var(--cream); }
.footer-brand .brand-copy span { color: #A89E92; }
.footer-brand p { margin: 18px 0 0; font-size: .95rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; align-content: start; }
.footer-links a { color: var(--cream); text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; padding-top: 22px; border-top: 1px solid #4A423B; font-size: .8rem; }

/* floating bubble */
.floating-synthia { position: fixed; z-index: 60; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 12px; max-width: calc(100vw - 40px); padding: 8px 18px 8px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--white); box-shadow: 0 16px 40px rgba(120, 90, 30, .22); text-align: left; }
.floating-synthia:hover { border-color: var(--honey); }
.floating-synthia .avatar { width: 44px; height: 44px; flex-basis: 44px; }
.floating-synthia .fs-copy { display: grid; line-height: 1.25; }
.floating-synthia .fs-copy strong { font-size: .88rem; }
.floating-synthia .fs-copy .status { font-size: .76rem; }
body.chat-open .floating-synthia { display: none; }

/* chat panel */
.chat-panel { position: fixed; z-index: 70; right: 20px; bottom: 20px; display: none; width: min(420px, calc(100vw - 40px)); height: min(680px, calc(100vh - 40px)); flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 30px 80px rgba(60, 40, 10, .3); }
.chat-panel.open { display: flex; }
.chat-head { display: flex; align-items: center; gap: 12px; padding: 14px 14px 12px 16px; border-bottom: 1px solid var(--line); background: var(--cream); }
.chat-head .avatar { width: 42px; height: 42px; flex-basis: 42px; }
.chat-head strong { display: block; font-family: var(--serif); font-size: 1.05rem; line-height: 1.1; }
.chat-head .status { font-size: .76rem; }
.chat-head .demo-pill { margin-left: auto; padding: 4px 9px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.close-chat { display: grid; width: 38px; height: 38px; flex: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 1.2rem; }
.chat-log { flex: 1; min-height: 0; overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 12px; background: var(--white); }
.msg { display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: end; }
.msg .avatar { width: 32px; height: 32px; flex-basis: 32px; }
.msg-bubble { max-width: 90%; padding: 11px 14px; border-radius: 4px 16px 16px 16px; background: var(--cream); font-size: .95rem; line-height: 1.5; }
.msg-bubble p { margin: 0 0 6px; }
.msg-bubble p:last-child { margin-bottom: 0; }
.msg.user { grid-template-columns: 1fr; justify-items: end; }
.msg.user .msg-bubble { border-radius: 16px 16px 4px 16px; color: var(--ink); background: var(--yellow-soft); }
.quick { display: flex; flex-wrap: wrap; gap: 8px; padding-left: 41px; }
.quick .chip-btn { font-size: .84rem; }
.brief { margin-left: 41px; padding: 16px; border: 1px solid var(--yellow); border-radius: 16px; background: var(--cream); }
.brief-title { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--honey-deep); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brief dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; margin: 0; font-size: .86rem; }
.brief dt { color: var(--muted); font-weight: 600; }
.brief dd { margin: 0; font-weight: 600; }
.brief .brief-foot { margin: 12px 0 0; color: var(--muted); font-size: .76rem; }
.typing { display: inline-flex; gap: 4px; padding: 12px 14px; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); opacity: .5; }
.chat-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 12px 14px 14px; border-top: 1px solid var(--line); background: var(--white); }
.chat-form input { min-width: 0; min-height: 46px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); }
.chat-form input:focus { border-color: var(--honey); outline: 2px solid var(--yellow); outline-offset: 1px; }
.chat-form button { min-height: 46px; padding: 0 18px; border: 0; border-radius: 999px; color: var(--ink); background: var(--yellow); font-weight: 700; }
.chat-form button:hover { background: #EFC565; }
.chat-foot { padding: 0 16px 10px; color: var(--muted); font-size: .7rem; text-align: center; background: var(--white); }

/* responsive */
@media (max-width: 1050px) {
  .nav-links { display: none; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .flower-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sets-grid, .occ-grid, .helps-grid, .options-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .hero { padding: 44px 0 56px; }
  .hero-grid, .visit-grid, .footer-top { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 10px; }
  .section-head p { justify-self: start; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-list { grid-template-columns: 1fr; }
  .options-footer, .helps-cta, .catalog-footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), 1160px); }
  .announcement-bar { padding: 7px 12px; font-size: .7rem; }
  .nav { min-height: 66px; }
  .brand-copy span { display: none; }
  .nav-actions > .button { display: none; }
  h1 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .hero-actions .button, .visit-actions .button { width: 100%; }
  section.content { padding: 60px 0; }
  .catalog-grid { grid-template-columns: 1fr; }
  .flower-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .synthia-card { padding: 20px; }
  .set-card, .option-card, .help { padding: 22px 18px; }
  .footer-bottom { flex-direction: column; }
  .floating-synthia { right: 12px; bottom: 12px; }
  .floating-synthia .fs-copy .status { max-width: 180px; font-size: .7rem; }
  .chat-panel { right: 0; bottom: 0; width: 100vw; height: 100dvh; max-height: 100vh; border-radius: 0; border: 0; }
  .msg-bubble { max-width: 94%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
