:root {
    --dustyrose: #c98a94; --dustyrose-2: #dba7af; --sage: #8a9b7e; --cream: #faf6f1;
    --ink: #362e2d; --muted: #7e7270; --radius: 14px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, "Segoe UI", Roboto, Arial, sans-serif; color: var(--ink); line-height: 1.7; background: var(--cream); }
h1, h2, h3, .logo { font-family: 'Vollkorn', Georgia, serif; font-weight: 600; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; } img { display: block; max-width: 100%; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(250,246,241,.95); backdrop-filter: blur(8px); border-bottom: 1px solid #ecdfd9; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.logo { display: flex; align-items: center; gap: 9px; font-size: 22px; color: var(--dustyrose); text-decoration: none; }
.logo i { color: var(--sage); font-size: 19px; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--dustyrose); }
.nav-toggle { display: none; background: none; border: none; color: var(--dustyrose); font-size: 20px; cursor: pointer; }

.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 28px; border-radius: 999px; font-weight: 600; font-size: 14px; text-decoration: none; cursor: pointer; border: 1.5px solid transparent; transition: transform .18s ease, box-shadow .18s ease; }
.btn-small { padding: 9px 20px; font-size: 13px; }
.btn-rose { background: linear-gradient(135deg, var(--dustyrose), var(--dustyrose-2)); color: #fff; box-shadow: 0 10px 22px -8px rgba(201,138,148,.5); }
.btn-rose:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -8px rgba(201,138,148,.65); }
.btn-outline-light { background: rgba(255,255,255,.2); color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-light:hover { background: rgba(255,255,255,.32); }

/* Static hero */
.hero-flor { position: relative; height: 82vh; min-height: 500px; background-size: cover; background-position: center; color: #fff; }
.hero-flor::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(54,46,45,.25) 0%, rgba(54,46,45,.5) 60%, rgba(54,46,45,.9) 100%); }
.hero-flor-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 24px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--dustyrose-2); font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 22px; font-family: 'Inter'; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--dustyrose-2); }
.hero-flor h1 { font-size: 46px; line-height: 1.25; max-width: 660px; margin-bottom: 22px; }
.hero-flor h1 span { font-style: italic; color: var(--dustyrose-2); }
.hero-flor p { max-width: 460px; color: #f0e6e2; font-size: 16px; margin-bottom: 34px; font-family: 'Inter'; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

.section { padding: 96px 0; }
.section-sage { background: var(--sage); color: #fff; }
.eyebrow { display: block; color: var(--dustyrose); font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; font-family: 'Inter'; }
.section-sage .eyebrow { color: #eadedc; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 52px; }
.section h2 { font-size: 34px; margin-bottom: 14px; }
.section-lead { color: var(--muted); font-size: 15.5px; font-family: 'Inter'; }
.section-sage .section-lead { color: #e5ece0; }

/* Bouquet style cards */
.bouquet-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bouquet-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 30px -22px rgba(54,46,45,.25); }
.bouquet-card img { width: 100%; height: 240px; object-fit: cover; }
.bouquet-card-body { padding: 20px; text-align: center; }
.bouquet-card-body h3 { font-size: 18px; margin-bottom: 6px; }
.bouquet-card-body p { color: var(--muted); font-size: 13px; font-family: 'Inter'; }

/* Garland gallery: alternating vertical offset row */
.garland-row { display: flex; gap: 6px; }
.garland-row img { width: 100%; height: 260px; object-fit: cover; }
.garland-row a:nth-child(odd) { margin-top: 0; }
.garland-row a:nth-child(even) { margin-top: 40px; }
.garland-row a { flex: 1; display: block; overflow: hidden; border-radius: var(--radius); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-media { border-radius: var(--radius); overflow: hidden; }
.about-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.about-list { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 12px; font-family: 'Inter'; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; font-weight: 500; }
.about-list i { color: var(--dustyrose); margin-top: 3px; }

.contact-card { background: #fff; border-radius: var(--radius); padding: 42px; text-align: center; max-width: 620px; margin: 0 auto; box-shadow: 0 20px 40px -24px rgba(54,46,45,.2); }
.contact-card h3 { font-size: 30px; margin-bottom: 14px; color: var(--dustyrose); }
.contact-card p { margin-bottom: 22px; color: var(--muted); font-family: 'Inter'; }

.footer { background: #2c2422; color: #a89890; padding: 40px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer .logo { font-size: 18px; color: #fff; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; }
.footer-social a:hover { background: var(--dustyrose); }
.footer p { width: 100%; text-align: center; font-size: 12px; margin-top: 6px; font-family: 'Inter'; }

@media (max-width: 960px) {
    .hero-flor h1 { font-size: 34px; }
    .bouquet-row { grid-template-columns: 1fr; }
    .garland-row { flex-wrap: wrap; }
    .garland-row a { flex: 1 1 45%; }
    .garland-row a:nth-child(even) { margin-top: 0; }
    .about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .nav-links { display: none; }
    .nav-toggle { display: block; }
    .hero-flor h1 { font-size: 26px; }
    .section { padding: 64px 0; }
    .section h2 { font-size: 25px; }
    .garland-row a { flex: 1 1 100%; }
}
