/* Fleur & Stem — florist demo · light elegant serif */
:root {
  --bg: #faf6f0;
  --bg-soft: #f4ece1;
  --ink: #2b2b28;
  --muted: #7a7367;
  --rose: #c96f7b;
  --rose-deep: #b05a67;
  --green: #2f4f3f;
  --green-soft: #5a7a63;
  --cream: #f3d9c6;
  --gold: #d9a13b;
  --line: #e8ddd0;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.7; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 0.4rem; }
h3 { font-size: 1.25rem; }
em { font-style: italic; color: var(--rose-deep); }
img { max-width: 100%; display: block; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.eyebrow { font-family: var(--sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.22em; color: var(--rose-deep); text-transform: uppercase; margin-bottom: 0.6rem; }
.section-sub { color: var(--muted); max-width: 520px; margin: 0.6rem auto 0; }
.section-head { text-align: center; margin-bottom: 48px; }

/* Cursor glow — soft rose wash on cream */
.cursor-glow { position: fixed; top: 0; left: 0; width: 640px; height: 640px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(201,111,123,0.12) 0%, rgba(201,111,123,0) 70%); will-change: transform; }

/* Announcement bar */
.announce { background: var(--green); color: var(--cream); text-align: center; font-size: 0.82rem; letter-spacing: 0.04em; padding: 9px 16px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(250,246,240,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--green); text-decoration: none; }
.logo span { color: var(--rose-deep); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 0.92rem; font-weight: 500; }
.nav-links a:hover { color: var(--rose-deep); }
.btn { display: inline-block; padding: 13px 30px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: transform 0.2s, background 0.2s, color 0.2s; cursor: pointer; border: none; }
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 9px 20px; font-size: 0.85rem; }
.btn-dark { background: var(--green); color: var(--cream); }
.btn-dark:hover { background: var(--green-soft); }
.btn-ghost { border: 1.5px solid var(--green); color: var(--green); background: transparent; }
.btn-ghost:hover { background: var(--green); color: var(--cream); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--ink); cursor: pointer; }

/* Hero */
.hero { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; max-width: 1080px; margin: 0 auto; padding: 70px 24px 90px; }
.hero-copy { position: relative; z-index: 1; }
.hero-sub { color: var(--muted); font-size: 1.1rem; max-width: 460px; margin: 1.4rem 0 2rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 2rem; color: var(--muted); font-size: 0.9rem; display: flex; align-items: center; gap: 8px; }
.hero-note .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green-soft); }
.hero-art { position: relative; display: flex; justify-content: center; }
.bloom { width: min(340px, 70vw); aspect-ratio: 1; border-radius: 46% 46% 44% 44% / 52% 52% 48% 48%; background: radial-gradient(circle at 35% 30%, #f7e3d4 0%, #efd6c2 60%, #e8c8ae 100%); box-shadow: 0 30px 60px rgba(122,82,55,0.18); display: flex; align-items: center; justify-content: center; animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* Bouquets */
.bouquets { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bouquet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.bouquet-card { background: var(--bg); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.bouquet-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(122,82,55,0.14); }
.bcard-img { height: 210px; }
.im-rose { background: radial-gradient(circle at 30% 40%, #f4c9cf, #c96f7b 55%, #a95764); }
.im-gold { background: radial-gradient(circle at 70% 35%, #f6df9a, #d9a13b 55%, #b9842a); }
.im-sage { background: radial-gradient(circle at 40% 45%, #e4efe3, #8aa68b 55%, #5a7a63); }
.bcard-body { padding: 22px 24px 24px; }
.bcard-body p { color: var(--muted); font-size: 0.9rem; margin: 6px 0 18px; }
.bcard-foot { display: flex; align-items: center; justify-content: space-between; }
.price { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: var(--green); }
.link { color: var(--rose-deep); font-weight: 600; text-decoration: none; font-size: 0.92rem; }
.link:hover { text-decoration: underline; }

/* Occasions */
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.occasion { text-align: center; padding: 30px 18px; border: 1px solid var(--line); border-radius: 16px; transition: border-color 0.25s, transform 0.25s; }
.occasion:hover { border-color: var(--rose); transform: translateY(-4px); }
.occasion svg { width: 34px; height: 34px; color: var(--rose-deep); margin-bottom: 14px; }
.occasion p { color: var(--muted); font-size: 0.88rem; margin-top: 6px; }

/* How */
.how { background: var(--green); color: var(--cream); }
.how .eyebrow { color: var(--cream); opacity: 0.75; }
.how h2 { color: var(--cream); }
.how-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 44px; }
.step-n { display: inline-flex; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--cream); align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.2rem; margin-bottom: 16px; }
.step h3 { color: var(--cream); }
.step p { color: rgba(243,217,198,0.8); font-size: 0.9rem; margin-top: 6px; }

/* About quote */
.about { background: var(--bg); }
.about-quote { max-width: 760px; margin: 0 auto; text-align: center; padding: 0 24px; }
.quotemark { font-family: var(--serif); font-size: 5rem; line-height: 0.4; color: var(--rose); }
.quote { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); font-style: italic; line-height: 1.4; color: var(--ink); margin: 1.4rem 0 1.2rem; }
.attrib { color: var(--muted); font-size: 0.92rem; }

/* Testimonials */
.testimonials { background: var(--bg-soft); border-top: 1px solid var(--line); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.testi p { color: var(--ink); font-size: 0.95rem; }
.testi footer { color: var(--rose-deep); font-size: 0.85rem; font-weight: 600; margin-top: 14px; }

/* Contact */
.contact { text-align: center; }
.contact-inner { max-width: 620px; margin: 0 auto; padding: 0 24px; }
.contact-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 26px 0 20px; }
.hours { color: var(--muted); font-size: 0.9rem; }

/* Footer */
.footer { background: var(--green); color: var(--cream); padding: 44px 0 30px; }
.footer-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer-brand { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; }
.footer-brand span { color: var(--rose); }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: rgba(243,217,198,0.75); text-decoration: none; font-size: 0.88rem; }
.footer-links a:hover { color: var(--cream); }
.footer-copy { color: rgba(243,217,198,0.55); font-size: 0.8rem; }

/* Back to top */
.to-top { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--green); background: var(--bg); color: var(--green); font-size: 1.2rem; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.25s, transform 0.25s, visibility 0.25s; z-index: 90; }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Mobile */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 50px; }
  .hero-sub, .hero-actions, .hero-note { margin-left: auto; margin-right: auto; justify-content: center; }
  .hero-art { order: -1; }
  .bouquet-grid, .occasion-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; background: var(--bg); padding: 20px 24px; gap: 16px; align-items: flex-start; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .bouquet-grid, .occasion-grid, .testi-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
}
