/* ============================================================
   Petal & Stem — Portland flower studio
   Blush romance: cream / blush / dusty rose / sage / cocoa.
   Single landing page.
   ============================================================ */
:root {
  --bg: #fdf9f4;
  --cream: #faf3e9;
  --cream-2: #f4e8d8;
  --blush: #f5e0d3;
  --blush-soft: #faeee5;
  --rose: #c4747a;
  --rose-deep: #a2545c;
  --ink: #4a2e2b;
  --muted: #8a6f68;
  --line: #ecdbca;
  --line-soft: #f3e7d7;
  --sage: #a8b79a;
  --sage-deep: #5f7355;
  --sage-soft: #edf2e7;

  --card: #ffffff;
  --shadow: 0 24px 60px -26px rgba(74, 46, 43, 0.28);
  --shadow-sm: 0 14px 34px -18px rgba(74, 46, 43, 0.22);

  --r-lg: 30px;
  --r-md: 22px;
  --r-sm: 14px;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, sans-serif;
  --maxw: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); background: var(--bg);
  color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; font-weight: 600; margin: 0 0 0.55em; }
h1 em, h2 em { font-style: italic; font-weight: 500; color: var(--rose-deep); }
p { margin: 0 0 1em; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--maxw), 100% - 3rem); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.section-cream { background: var(--cream); }
::selection { background: var(--rose); color: #fff; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--rose-deep); color: #fff; padding: 0.6rem 1rem; border-radius: 0 0 12px 0; }
.skip-link:focus { left: 0; }

/* ---------- Announcement ---------- */
.announce { background: var(--ink); color: #f3e2d4; font-size: 0.85rem; text-align: center; padding: 0.55rem 1rem; }
.announce strong { color: #fff; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(253, 249, 244, 0.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line-soft); transition: box-shadow 0.25s; }
.site-header.scrolled { box-shadow: 0 12px 30px -20px rgba(74, 46, 43, 0.35); }
.nav-inner { display: flex; align-items: center; gap: 1.4rem; height: 76px; }
.brand { text-decoration: none; line-height: 1.05; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; letter-spacing: 0.01em; }
.brand-name small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.nav-links { display: flex; gap: 0.2rem; margin-left: auto; }
.nav-links a { text-decoration: none; font-weight: 500; font-size: 0.95rem; padding: 0.55rem 1rem; border-radius: 999px; color: var(--muted); transition: all 0.2s; }
.nav-links a:hover { color: var(--rose-deep); background: var(--blush-soft); }
.nav-actions { display: flex; align-items: center; gap: 0.7rem; }
.nav-phone { text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; font-family: var(--font-body); font-weight: 500; font-size: 1rem; letter-spacing: 0.02em; padding: 0.95rem 1.8rem; border-radius: 999px; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform 0.22s, box-shadow 0.22s, background 0.22s, color 0.22s; }
.btn-rose { background: var(--rose-deep); color: #fff; box-shadow: 0 16px 32px -14px rgba(162, 84, 92, 0.6); }
.btn-rose:hover { background: var(--rose); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.btn-ghost:hover { border-color: var(--rose-deep); color: var(--rose-deep); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-sm { padding: 0.65rem 1.3rem; font-size: 0.9rem; }
.btn-lg { padding: 1.1rem 2.2rem; font-size: 1.05rem; }

/* ---------- Type helpers ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.76rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose-deep); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--rose); }
.eyebrow.sage { color: var(--sage-deep); }
.eyebrow.sage::before { background: var(--sage-deep); }
.section-head { max-width: 700px; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--rose); }
.section-head h2 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); margin-bottom: 0.4em; }
.section-head p { color: var(--muted); font-size: 1.06rem; margin: 0; }
.section-head.split { max-width: none; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 2rem; }
.section-head.split p { max-width: 36ch; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: clip; background: radial-gradient(800px 460px at 90% 0%, var(--blush) 0%, transparent 60%), radial-gradient(640px 440px at -5% 30%, var(--sage-soft) 0%, transparent 55%), var(--bg); padding: 4rem 0 4.5rem; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 3rem; align-items: center; }
.hero h1 { font-size: clamp(2.9rem, 6vw, 4.8rem); margin: 0.15em 0 0.35em; }
.hero-sub { font-size: 1.12rem; color: var(--muted); max-width: 50ch; font-weight: 400; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.8rem 0 1.5rem; }
.hero-proof { display: flex; align-items: center; gap: 1rem; }
.hero-proof p { margin: 0; font-size: 0.93rem; color: var(--muted); }
.hero-proof strong { color: var(--ink); }
.stars { color: #d99a3d; letter-spacing: 0.1em; }
.avatars { display: flex; }
.avatars span { width: 38px; height: 38px; border-radius: 50%; border: 3px solid #fff; margin-left: -10px; display: grid; place-items: center; color: #fff; font-size: 0.7rem; font-weight: 600; box-shadow: var(--shadow-sm); }
.avatars span:first-child { margin-left: 0; }
.hero-stats { display: flex; gap: 2.2rem; margin-top: 2rem; flex-wrap: wrap; }
.hero-stats b { font-family: var(--font-display); font-size: 2rem; display: block; line-height: 1; font-weight: 700; }
.hero-stats b .suffix { font-family: var(--font-body); font-size: 0.5em; font-weight: 500; color: var(--muted); margin-left: 0.2em; }
.hero-stats span.lbl { font-size: 0.85rem; color: var(--muted); }

.hero-visual { position: relative; }
.hero-photo { border-radius: 200px 200px var(--r-lg) var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 10px solid #fff; aspect-ratio: 4 / 5; background: linear-gradient(160deg, var(--blush), var(--sage-soft)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.float-card { position: absolute; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(10px); border-radius: 18px; padding: 0.8rem 1rem; box-shadow: var(--shadow); display: flex; gap: 0.7rem; align-items: center; animation: floaty 5.5s ease-in-out infinite; max-width: 250px; }
.float-card strong { display: block; font-size: 0.9rem; font-weight: 600; line-height: 1.25; }
.float-card small { color: var(--muted); font-size: 0.79rem; }
.float-card .fdot { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.float-card .fdot svg { width: 20px; height: 20px; }
.float-1 { left: -24px; top: 12%; }
.float-2 { right: -14px; bottom: 16%; animation-delay: -2.7s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Shop / catalog ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.8rem; }
.filter-btn { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 0.6rem 1.3rem; font-family: var(--font-body); font-weight: 500; font-size: 0.9rem; cursor: pointer; color: var(--muted); transition: all 0.2s; }
.filter-btn:hover { border-color: var(--rose-deep); color: var(--rose-deep); }
.filter-btn.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.bouquet { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.bouquet:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.bouquet.hidden { display: none; }
.bq-photo { aspect-ratio: 1 / 1.02; overflow: hidden; background: linear-gradient(150deg, var(--blush), var(--sage-soft)); position: relative; }
.bq-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.bouquet:hover .bq-photo img { transform: scale(1.05); }
.bq-flag { position: absolute; top: 12px; left: 12px; background: rgba(255, 255, 255, 0.92); color: var(--rose-deep); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.35rem 0.8rem; border-radius: 999px; }
.bq-body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.bq-body h3 { font-size: 1.65rem; margin-bottom: 0.15rem; }
.bq-stems { color: var(--muted); font-size: 0.88rem; margin-bottom: 0.9rem; }
.bq-foot { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; margin-top: auto; padding-top: 1rem; border-top: 1px dashed var(--line); }
.bq-price { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; }
.bq-price small { font-family: var(--font-body); font-size: 0.78rem; font-weight: 400; color: var(--muted); display: block; }

/* ---------- Subscription band ---------- */
.sub-band { background: linear-gradient(120deg, var(--sage-deep) 10%, #7d9270 60%, var(--sage) 110%); border-radius: var(--r-lg); padding: 3rem; color: #fff; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.sub-band::before { content: ""; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); }
.sub-band::after { content: ""; position: absolute; right: 60px; bottom: -100px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); }
.sub-band h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.sub-band p { color: #e4ebdd; }
.sub-price { font-family: var(--font-display); font-size: 3.4rem; font-weight: 700; line-height: 1; }
.sub-price small { font-family: var(--font-body); font-size: 0.95rem; font-weight: 400; color: #e4ebdd; }
.sub-list { list-style: none; margin: 1.2rem 0 1.6rem; padding: 0; display: grid; gap: 0.5rem; }
.sub-list li { display: flex; gap: 0.6rem; align-items: baseline; }
.sub-list li::before { content: "—"; color: #d7e2cc; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.step { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 1.8rem; text-align: left; }
.step .n { font-family: var(--font-display); font-style: italic; font-size: 2.4rem; color: var(--rose); line-height: 1; display: block; margin-bottom: 0.6rem; }
.step h3 { font-size: 1.5rem; margin-bottom: 0.3rem; }
.step p { color: var(--muted); font-size: 0.94rem; margin: 0; }

/* ---------- Reviews ---------- */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.rev { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 1.7rem; display: flex; flex-direction: column; gap: 1rem; }
.rev blockquote { font-family: var(--font-display); font-size: 1.35rem; font-style: italic; line-height: 1.45; margin: 0; flex: 1; }
.rev-who { display: flex; align-items: center; gap: 0.8rem; }
.rev-who span.av { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 0.85rem; flex: none; }
.rev-who strong { display: block; font-size: 0.95rem; }
.rev-who small { color: var(--muted); }
.stars.small { font-size: 0.85rem; }

/* ---------- Visit ---------- */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.visit-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 1.9rem; }
.visit-card h3 { font-size: 1.7rem; }
.hours { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hours td { padding: 0.55rem 0; border-bottom: 1px dashed var(--line); }
.hours tr:last-child td { border-bottom: 0; }
.hours td:last-child { text-align: right; font-weight: 500; }
.zone-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.zone-chips span { font-size: 0.82rem; background: var(--blush-soft); border: 1px solid var(--line-soft); padding: 0.4rem 0.85rem; border-radius: 999px; }
.shop-photo { border-radius: var(--r-md); overflow: hidden; border: 10px solid #fff; box-shadow: var(--shadow-sm); background: linear-gradient(150deg, var(--blush), var(--sage-soft)); min-height: 320px; }
.shop-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 0.8rem; max-width: 800px; }
.faq { background: #fff; border: 1px solid var(--line-soft); border-radius: 16px; overflow: hidden; }
.faq.open { border-color: var(--rose); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.3rem; font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; text-align: left; color: var(--ink); }
.faq-q .plus { position: relative; flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--blush-soft); color: var(--rose-deep); display: grid; place-items: center; font-size: 0; transition: transform 0.25s, background 0.25s, color 0.25s; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; top: 50%; left: 50%; background: currentColor; border-radius: 2px; }
.faq-q .plus::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.faq-q .plus::after { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.faq.open .plus { transform: rotate(45deg); background: var(--rose-deep); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { padding: 0 1.3rem 1.2rem; margin: 0; color: var(--muted); }

/* ---------- CTA ---------- */
.cta-banner { background: linear-gradient(120deg, var(--ink) 20%, #5d3a36 70%, var(--rose-deep)); border-radius: var(--r-lg); padding: 3rem; color: #fff; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.cta-banner h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.cta-banner p { color: #e8d5cb; }
.cta-actions { display: flex; flex-direction: column; gap: 0.8rem; position: relative; z-index: 1; }
.cta-note { font-size: 0.88rem; color: #e8d5cb; text-align: center; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #c9a89e; padding: 3.5rem 0 1.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr 0.9fr; gap: 2rem; margin-bottom: 2.2rem; }
.footer .brand-name { color: #fff; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 0.9rem; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; font-size: 0.94rem; }
.footer a { color: #c9a89e; text-decoration: none; }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 1.3rem; display: flex; flex-wrap: wrap; gap: 0.8rem 1.6rem; justify-content: space-between; font-size: 0.85rem; }
.case-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; padding: 0.4rem 0.9rem; font-size: 0.8rem; }
.case-badge a { color: #fff; }

/* ---------- Order modal ---------- */
.modal-backdrop { position: fixed; inset: 0; background: rgba(60, 35, 32, 0.55); backdrop-filter: blur(6px); z-index: 120; display: grid; place-items: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.modal { background: #fffdf9; border-radius: 26px; width: min(620px, 100%); max-height: 92vh; overflow: auto; box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.45); transform: translateY(18px); transition: transform 0.25s; }
.modal-backdrop.open .modal { transform: none; }
.modal-head { padding: 1.6rem 1.8rem 0; display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.modal-head h2 { font-size: 2rem; margin: 0; }
.modal-head p { color: var(--muted); margin: 0.2rem 0 0; font-size: 0.93rem; }
.modal-x { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 1.15rem; flex: none; }
.modal-body { padding: 1.3rem 1.8rem 1.8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.field { display: grid; gap: 0.35rem; align-content: start; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 500; font-size: 0.88rem; }
.field input, .field select, .field textarea { font: inherit; border: 1.5px solid var(--line); border-radius: 14px; padding: 0.8rem 0.95rem; background: #fff; color: var(--ink); width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 4px rgba(196, 116, 122, 0.15); }
.field .err { font-size: 0.8rem; color: #b3402e; min-height: 1.1em; }
.req-item { background: var(--blush-soft); border: 1px dashed var(--line); border-radius: 14px; padding: 0.85rem 1.1rem; margin: 0 0 1rem; font-size: 0.95rem; }
.req-item strong { color: var(--rose-deep); }
.form-foot { margin-top: 1.1rem; display: flex; flex-direction: column; gap: 0.6rem; }
.form-note { font-size: 0.82rem; color: var(--muted); text-align: center; }
.success { text-align: center; padding: 1rem 0.4rem; }
.success-check { width: 76px; height: 76px; border-radius: 50%; background: var(--sage-soft); color: var(--sage-deep); font-size: 2rem; display: grid; place-items: center; margin: 0 auto 1rem; }
.success h3 { font-size: 1.9rem; }
.success p { color: var(--muted); }
.success-card { background: #fff; border: 1px dashed var(--line); border-radius: 16px; padding: 1rem; text-align: left; font-size: 0.92rem; margin: 1rem 0; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 120px); background: var(--ink); color: #fff; padding: 0.9rem 1.4rem; border-radius: 999px; box-shadow: var(--shadow); z-index: 150; transition: transform 0.35s; font-size: 0.92rem; max-width: min(520px, calc(100% - 2rem)); text-align: center; }
.toast.show { transform: translate(-50%, 0); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }

@media (max-width: 1020px) {
  .hero-grid, .sub-band, .visit-grid, .cta-banner { grid-template-columns: 1fr; }
  .shop-grid, .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr 1fr; }
  .float-1 { left: 8px; }
  .float-2 { right: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 3.8rem 0; }
  .nav-links { position: fixed; inset: 76px 12px auto 12px; flex-direction: column; background: #fff; border: 1px solid var(--line-soft); border-radius: 20px; padding: 0.7rem; box-shadow: var(--shadow); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: all 0.25s; z-index: 90; }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 0.85rem 1rem; }
  .burger { display: inline-flex; }
  .nav-phone { display: none; }
  .shop-grid, .rev-grid, .steps { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-photo { border-radius: 120px 120px var(--r-lg) var(--r-lg); }
  .sub-band, .cta-banner { padding: 2rem 1.4rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
