:root{
  --bg:#FFE7E7;
  --red:#CA1311;
  --rose:#FDA8A7;
  --red-deep:#9E0E0C;
  --card:#FFF4F4;
  --display:'Syne',sans-serif;
  --body:'Instrument Sans',sans-serif;
  --radius:24px;
  --nav-h:72px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--red);
  font-family:var(--body);
  font-size:17px;
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
::selection{background:var(--red);color:var(--bg)}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
[id]{scroll-margin-top:calc(var(--nav-h) + 20px)}

/* ================= BOUTONS ================= */
.btn,.nav-cta,.reserve-btn,.submit-btn,.wa-btn,.top-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  line-height:1;
  text-align:center;
  text-decoration:none;
  border-radius:999px;
  cursor:pointer;
  border:2px solid transparent;
  font-family:var(--body);
  font-weight:600;
  white-space:nowrap;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease;
}
.btn{min-height:56px;padding:0 32px;font-size:1rem;border-color:var(--red)}
.btn-primary{background:var(--red);color:var(--bg)}
.btn-primary:hover{background:var(--red-deep);border-color:var(--red-deep);transform:translateY(-3px);box-shadow:0 10px 24px rgba(202,19,17,.25)}
.btn-ghost{background:transparent;color:var(--red)}
.btn-ghost:hover{background:var(--red);color:var(--bg);transform:translateY(-3px)}

/* ================= NAV ================= */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(255,231,231,.85);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1.5px solid var(--rose);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);max-width:1200px;margin:0 auto;padding:0 24px}
.logo{font-family:var(--display);font-weight:800;font-size:1.2rem;letter-spacing:-.02em;text-decoration:none;text-transform:uppercase;display:inline-flex;align-items:center}
.logo span{color:var(--rose)}
.nav-links{display:flex;align-items:center;gap:30px;list-style:none}
.nav-links li{display:flex;align-items:center}
.nav-links a:not(.nav-cta){
  text-decoration:none;font-weight:600;font-size:.92rem;
  position:relative;padding:6px 0;display:inline-flex;align-items:center;
}
.nav-links a:not(.nav-cta)::after{
  content:'';position:absolute;left:0;bottom:0;height:2px;width:0;
  background:var(--red);transition:width .25s ease;
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a:not(.nav-cta):focus-visible::after,
.nav-links a:not(.nav-cta).active::after{width:100%}
.nav-cta{
  background:var(--red);color:var(--bg);
  min-height:42px;padding:0 22px;font-size:.9rem;
}
.nav-cta:hover{background:var(--red-deep);transform:scale(1.05)}
.burger{display:none;background:none;border:none;cursor:pointer;padding:8px}
.burger span{display:block;width:26px;height:3px;background:var(--red);margin:5px 0;border-radius:2px;transition:.3s}

/* ================= HERO ================= */
header{
  min-height:100svh;
  display:flex;flex-direction:column;justify-content:center;
  position:relative;padding:calc(var(--nav-h) + 56px) 0 64px;overflow:hidden;
}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:12px;
  font-weight:600;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;
  margin-bottom:28px;
}
.hero-eyebrow::before{content:'';width:36px;height:2px;background:var(--red);flex-shrink:0}
.hero-title{
  font-family:var(--display);font-weight:800;
  font-size:clamp(2.6rem,8.2vw,6.8rem);
  letter-spacing:-.03em;
  text-transform:uppercase;
  line-height:1.08;
}
.hero-title .line{display:block}
.hero-title .line-inner{
  display:inline-block;
  opacity:0;
  transform:translateY(42px);
  animation:rise .85s cubic-bezier(.2,.9,.3,1) forwards;
}
.hero-title .line:nth-child(2) .line-inner{animation-delay:.13s}
.hero-title .line:nth-child(3) .line-inner{animation-delay:.26s}
.hero-title .rose{color:var(--rose);text-shadow:2px 2px 0 var(--red)}
@keyframes rise{to{opacity:1;transform:translateY(0)}}
.hero-sub{
  max-width:540px;margin-top:30px;font-size:1.15rem;font-weight:500;
  opacity:0;animation:fade .8s ease .55s forwards;
}
@keyframes fade{to{opacity:1}}
.hero-ctas{
  display:flex;align-items:center;gap:16px;margin-top:38px;flex-wrap:wrap;
  opacity:0;animation:fade .8s ease .75s forwards;
}
.hero-scroll{
  position:absolute;bottom:28px;left:50%;transform:translateX(-50%);
  font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  opacity:0;animation:fade .8s ease 1.15s forwards;
  display:flex;flex-direction:column;align-items:center;gap:8px;
  text-decoration:none;
}
.hero-scroll::after{
  content:'';width:2px;height:34px;background:var(--red);
  animation:drip 1.8s ease-in-out infinite;
}
@keyframes drip{0%,100%{transform:scaleY(.4);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}}
.petal{
  position:absolute;border-radius:50% 0 50% 50%;
  background:var(--rose);opacity:.45;pointer-events:none;
  animation:float 9s ease-in-out infinite;
}
.petal.p1{width:90px;height:90px;top:16%;right:12%}
.petal.p2{width:50px;height:50px;top:64%;right:30%;animation-delay:2.5s;opacity:.3}
.petal.p3{width:130px;height:130px;bottom:10%;right:6%;animation-delay:1.2s;opacity:.25}
.petal.p4{width:40px;height:40px;top:34%;left:56%;animation-delay:3.6s;opacity:.28}
@keyframes float{
  0%,100%{transform:translateY(0) rotate(0deg)}
  50%{transform:translateY(-26px) rotate(16deg)}
}

/* ================= MARQUEE ================= */
.marquee{
  background:var(--red);color:var(--bg);
  padding:16px 0;overflow:hidden;
  display:flex;
}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-track{
  display:flex;align-items:center;flex-shrink:0;min-width:100%;
  animation:scroll 36s linear infinite;
}
.marquee-track span{
  font-family:var(--display);font-weight:700;font-size:1.1rem;
  text-transform:uppercase;letter-spacing:.06em;
  padding:0 20px;display:inline-flex;align-items:center;
  white-space:nowrap;
}
.marquee .dot{color:var(--rose);padding:0 16px;font-size:.9rem}
@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}

/* ================= SECTIONS ================= */
section{padding:112px 0}
.section-eyebrow{
  display:inline-flex;align-items:center;gap:12px;
  font-weight:600;font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;
  margin-bottom:16px;
}
.section-eyebrow::before{content:'';width:28px;height:2px;background:var(--rose);flex-shrink:0}
h2{
  font-family:var(--display);font-weight:800;
  font-size:clamp(2.1rem,5.2vw,3.8rem);
  line-height:1.1;letter-spacing:-.02em;text-transform:uppercase;
  margin-bottom:52px;
}

/* ================= BOUQUETS ================= */
.bouquet-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px;
}
.bouquet-card{
  background:var(--card);border:2px solid var(--rose);border-radius:var(--radius);
  padding:20px 20px 28px;display:flex;flex-direction:column;gap:14px;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
  position:relative;overflow:hidden;
}
.bouquet-card:hover{transform:translateY(-8px);border-color:var(--red);box-shadow:0 18px 40px rgba(202,19,17,.14)}
.bouquet-photo{
  aspect-ratio:4/3;border-radius:16px;
  background:linear-gradient(145deg,var(--rose) 0%,#FFD2D1 55%,var(--bg) 100%);
  display:flex;align-items:center;justify-content:center;
  font-size:3.4rem;overflow:hidden;
  transition:transform .35s ease;
}
.bouquet-card:hover .bouquet-photo{transform:scale(1.03)}
.bouquet-photo img{width:100%;height:100%;object-fit:cover}
.bouquet-body{display:flex;flex-direction:column;gap:10px;flex:1;padding:0 8px}
.bouquet-name{font-family:var(--display);font-weight:700;font-size:1.45rem;letter-spacing:-.01em}
.bouquet-desc{opacity:.78;font-size:.97rem;flex:1}
.bouquet-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}
.bouquet-price{
  font-family:var(--body);font-weight:700;font-size:1.5rem;line-height:1;
  background:var(--red);color:var(--bg);
  padding:6px 14px;border-radius:10px;
  letter-spacing:.01em;
}
.reserve-btn{
  background:var(--red);color:var(--bg);
  min-height:44px;padding:0 24px;font-size:.92rem;
}
.reserve-btn:hover{background:var(--red-deep);transform:scale(1.06)}
.bouquet-tag{
  position:absolute;top:30px;right:-34px;transform:rotate(35deg);
  background:var(--red);color:var(--bg);font-weight:700;font-size:.72rem;
  letter-spacing:.08em;text-transform:uppercase;padding:6px 42px;
  z-index:2;box-shadow:0 4px 10px rgba(158,14,12,.3);
}
.cc-note{
  margin-top:40px;background:var(--card);border:2px dashed var(--red);
  border-radius:18px;padding:24px 28px;font-weight:500;
}

/* ================= FORM ================= */
.form-panel{
  margin-top:64px;background:var(--red);color:var(--bg);
  border-radius:32px;padding:56px 48px;
}
.form-panel h3{
  font-family:var(--display);font-weight:800;font-size:clamp(1.6rem,3.5vw,2.3rem);
  text-transform:uppercase;letter-spacing:-.01em;margin-bottom:10px;line-height:1.15;
}
.form-panel > p{color:var(--rose);margin-bottom:36px;font-weight:500}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.field{display:flex;flex-direction:column;gap:9px}
.field.full{grid-column:1/-1}
label{font-weight:600;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}
input,select,textarea{
  font-family:var(--body);font-size:1rem;color:var(--red);
  background:var(--bg);border:2px solid transparent;border-radius:14px;
  padding:14px 16px;outline:none;transition:border-color .2s ease;
  width:100%;min-height:52px;
}
select{
  appearance:none;-webkit-appearance:none;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23CA1311' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 18px center;
  padding-right:46px;
  cursor:pointer;
}
input:focus,select:focus,textarea:focus{border-color:var(--rose)}
textarea{resize:vertical;min-height:96px}
.field-phone{position:relative}
.field-phone input{padding-right:52px}
.phone-flag{
  position:absolute;right:16px;bottom:15px;
  font-size:1.3rem;line-height:1;
  opacity:0;transform:scale(0);
  transition:opacity .25s ease,transform .25s ease;
  pointer-events:none;
}
.phone-flag.show{opacity:1;transform:scale(1)}
/* ---- Custom date picker ---- */
.date-trigger{
  font-family:var(--body);font-size:1rem;color:var(--red);
  background:var(--bg);border:2px solid transparent;border-radius:14px;
  padding:14px 16px;outline:none;transition:border-color .2s ease;
  width:100%;min-height:52px;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  text-align:left;
}
.date-trigger:focus{border-color:var(--rose)}
.date-trigger.has-value span{font-weight:600}
.field{position:relative}
.cal-dropdown{
  display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;
  background:var(--bg);border:2px solid var(--red);border-radius:18px;
  padding:20px;box-shadow:0 16px 40px rgba(202,19,17,.18);
}
.cal-dropdown.open{display:block;animation:calIn .25s ease forwards}
@keyframes calIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.cal-month{font-family:var(--display);font-weight:700;font-size:1.1rem;text-transform:capitalize}
.cal-nav{
  background:none;border:2px solid var(--rose);border-radius:10px;
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;cursor:pointer;color:var(--red);font-weight:700;
  transition:background .2s ease,border-color .2s ease;
}
.cal-nav:hover{background:var(--rose);border-color:var(--red)}
.cal-days-head{
  display:grid;grid-template-columns:repeat(7,1fr);text-align:center;
  font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;
  opacity:.5;margin-bottom:8px;
}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.cal-day{
  aspect-ratio:1;display:flex;align-items:center;justify-content:center;
  border-radius:10px;font-weight:500;font-size:.92rem;
  cursor:pointer;border:none;background:none;color:var(--red);
  transition:background .15s ease,transform .15s ease;
}
.cal-day:hover:not(.disabled):not(.selected){background:var(--rose);transform:scale(1.08)}
.cal-day.selected{background:var(--red);color:var(--bg);font-weight:700}
.cal-day.today{border:2px solid var(--rose)}
.cal-day.disabled{opacity:.25;cursor:default;pointer-events:none}
.cal-day.empty{pointer-events:none}

/* ---- Petal rain ---- */
.petal-rain{
  position:fixed;top:0;left:0;width:100%;height:100%;
  pointer-events:none;z-index:9999;overflow:hidden;
}
.petal-rain .falling-petal{
  position:absolute;top:-40px;
  font-size:1.2rem;line-height:1;
  animation:petalFall linear forwards;
  opacity:0;
}
@keyframes petalFall{
  0%{opacity:1;transform:translateX(0) rotate(0deg)}
  25%{opacity:1;transform:translateX(15px) rotate(90deg)}
  50%{opacity:.9;transform:translateX(-10px) rotate(180deg)}
  75%{opacity:.7;transform:translateX(20px) rotate(270deg)}
  100%{opacity:0;transform:translateX(-5px) rotate(360deg);top:105vh}
}
.submit-btn{
  grid-column:1/-1;justify-self:start;
  background:var(--bg);color:var(--red);
  font-family:var(--display);font-weight:700;font-size:1.05rem;text-transform:uppercase;
  letter-spacing:.04em;min-height:60px;padding:0 42px;
}
.submit-btn:hover{background:var(--rose);transform:scale(1.04)}
.form-success{
  grid-column:1/-1;display:none;background:var(--rose);color:var(--red);
  border-radius:14px;padding:16px 20px;font-weight:600;
}
.form-success.show{display:block;animation:fade .4s ease forwards;opacity:0}

/* ================= HISTOIRE ================= */
.histoire{background:var(--card);border-top:2px solid var(--rose);border-bottom:2px solid var(--rose)}
.histoire-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
.histoire-text h2{margin-bottom:32px}
.histoire-text p{margin-bottom:20px;font-size:1.08rem}
.histoire-text strong{font-weight:600}
.histoire-visual{
  aspect-ratio:4/5;border-radius:28px;position:relative;
  background:linear-gradient(160deg,var(--rose) 0%,var(--bg) 100%);
  border:2px solid var(--red);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.histoire-visual .big-flower{font-size:7rem;line-height:1;animation:float 7s ease-in-out infinite}
.histoire-visual figcaption{
  position:absolute;bottom:20px;left:20px;right:20px;
  background:var(--bg);border:2px solid var(--red);border-radius:14px;
  padding:12px 16px;font-weight:600;font-size:.88rem;text-align:center;
}
.stats{display:flex;gap:44px;margin-top:40px;flex-wrap:wrap}
.stat .num{font-family:var(--display);font-weight:800;font-size:2.5rem;line-height:1}
.stat .lab{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.65;margin-top:6px}

/* ================= MARCHES ================= */
.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.market-card{
  border:2px solid var(--rose);border-radius:22px;padding:32px 28px;
  background:var(--card);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.market-card:hover{transform:translateY(-6px);border-color:var(--red);box-shadow:0 14px 30px rgba(202,19,17,.1)}
.market-dep{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--red);color:var(--bg);
  font-family:var(--display);font-weight:800;font-size:1rem;
  min-width:52px;height:38px;padding:0 14px;border-radius:10px;margin-bottom:18px;
}
.market-card h3{font-family:var(--display);font-weight:700;font-size:1.3rem;margin-bottom:10px;line-height:1.2}
.market-card .days{font-weight:600}
.market-card .hours{opacity:.65;font-size:.95rem;margin-top:4px}

/* ================= WHATSAPP ================= */
.wa-section{
  background:var(--red);color:var(--bg);
  position:relative;overflow:hidden;
}
.wa-section .petal{background:var(--rose);opacity:.18}
.wa-inner{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}
.wa-section .section-eyebrow{color:var(--rose);justify-content:center;width:100%}
.wa-section .section-eyebrow::before{background:var(--rose)}
.wa-section h2{color:var(--bg);margin-bottom:18px}
.wa-section h2 em{font-style:normal;color:var(--rose)}
.wa-sub{font-size:1.15rem;font-weight:500;color:var(--rose);margin-bottom:44px}
.wa-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px;text-align:left}
.wa-perk{
  background:rgba(255,231,231,.1);border:1.5px solid var(--rose);
  border-radius:18px;padding:24px 22px;
  transition:background .25s ease,transform .25s ease;
}
.wa-perk:hover{background:rgba(255,231,231,.18);transform:translateY(-4px)}
.wa-perk .icon{font-size:1.8rem;margin-bottom:12px;line-height:1}
.wa-perk h4{font-family:var(--display);font-weight:700;font-size:1.05rem;margin-bottom:8px}
.wa-perk p{font-size:.92rem;color:var(--rose)}
.wa-btn{
  background:var(--bg);color:var(--red);
  font-family:var(--display);font-weight:800;font-size:1.1rem;text-transform:uppercase;
  min-height:64px;padding:0 46px;letter-spacing:.03em;
}
.wa-btn:hover{background:var(--rose);transform:scale(1.05)}

/* ================= FOOTER ================= */
footer{padding:64px 0 40px;border-top:2px solid var(--rose)}
.footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}
.footer-logo{font-family:var(--display);font-weight:800;font-size:1.5rem;text-transform:uppercase;letter-spacing:-.02em}
.footer-logo span{color:var(--rose)}
footer .footer-desc{font-size:.92rem;opacity:.75;margin-top:10px;max-width:340px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-links a{text-decoration:none;font-weight:500;font-size:.95rem;transition:opacity .2s;display:inline-flex;align-items:center}
.footer-links a:hover{opacity:.6}
.copyright{margin-top:52px;text-align:center;font-size:.85rem;opacity:.55}

/* ================= BACK TO TOP ================= */
.top-btn{
  position:fixed;bottom:24px;right:24px;z-index:90;
  width:52px;height:52px;padding:0;
  background:var(--red);color:var(--bg);
  font-size:1.2rem;
  opacity:0;pointer-events:none;transform:translateY(12px);
  box-shadow:0 8px 20px rgba(202,19,17,.3);
}
.top-btn.show{opacity:1;pointer-events:auto;transform:translateY(0)}
.top-btn:hover{background:var(--red-deep);transform:translateY(-3px)}

/* ================= REVEAL ================= */
.reveal{opacity:0;transform:translateY(34px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ================= ACCESSIBILITE ================= */
:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.wa-section :focus-visible,.form-panel :focus-visible{outline-color:var(--bg)}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  .hero-title .line-inner{opacity:1;transform:none}
  .hero-sub,.hero-ctas,.hero-scroll{opacity:1}
  html{scroll-behavior:auto}
}

/* ================= RESPONSIVE — TABLET (iPad 768–1024) ================= */
@media (max-width:1024px){
  .wrap{padding:0 28px}
  section{padding:80px 0}

  /* Nav */
  .nav-links{gap:22px}
  .nav-links a:not(.nav-cta){font-size:.85rem}

  /* Hero */
  header{padding:calc(var(--nav-h) + 40px) 0 56px}
  .hero-title{font-size:clamp(2.6rem,7vw,4.5rem)}
  .hero-sub{max-width:460px;font-size:1.05rem}
  .petal.p1{width:70px;height:70px}
  .petal.p3{width:100px;height:100px}

  /* Bouquets */
  .bouquet-grid{grid-template-columns:repeat(2,1fr);gap:22px}
  .bouquet-photo{font-size:2.8rem}

  /* Form */
  .form-panel{padding:44px 32px;border-radius:28px}

  /* Histoire */
  .histoire-grid{grid-template-columns:1fr;gap:44px}
  .histoire-text{text-align:center}
  .histoire-text .section-eyebrow{justify-content:center}
  .histoire-text h2{text-align:center}
  .histoire-text p{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}
  .histoire-visual{max-width:380px;margin:0 auto;aspect-ratio:1/1;border-radius:24px}
  .histoire-visual .big-flower{font-size:5.5rem}
  .stats{justify-content:center;gap:40px}

  /* Marchés */
  .market-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .market-card{padding:26px 22px;text-align:center}
  .market-dep{margin-left:auto;margin-right:auto}
  .market-card h3{font-size:1.15rem}

  /* WhatsApp */
  .wa-perks{grid-template-columns:repeat(3,1fr);gap:16px}
  .wa-perk{padding:22px 18px}

  /* Footer */
  .footer-grid{gap:28px}
  footer .footer-desc{max-width:280px}
}

/* ================= RESPONSIVE — SMALL TABLET / LARGE PHONE (max 860) ================= */
@media (max-width:860px){
  /* Nav hamburger */
  .nav-links{
    position:fixed;top:var(--nav-h);right:0;left:0;
    background:var(--bg);border-bottom:2px solid var(--rose);
    flex-direction:column;align-items:stretch;gap:0;
    max-height:0;overflow:hidden;transition:max-height .35s ease;
  }
  .nav-links.open{max-height:360px}
  .nav-links li{width:100%;justify-content:center}
  .nav-links a:not(.nav-cta){justify-content:center;padding:16px 0;width:100%;font-size:1rem}
  .nav-links a:not(.nav-cta)::after{display:none}
  .nav-cta{margin:14px auto 20px}
  .burger{display:block}

  /* Hero */
  header{padding:calc(var(--nav-h) + 32px) 0 48px}
  .hero-title{font-size:clamp(2.2rem,10vw,3.6rem)}
  .hero-sub{max-width:100%;font-size:1rem;margin-top:22px}
  .hero-ctas{flex-direction:column;align-items:stretch;margin-top:28px;gap:12px}
  .hero-ctas .btn{width:100%;min-height:52px;font-size:.95rem}
  .hero-scroll{display:none}
  .petal.p1{width:55px;height:55px;top:12%;right:6%}
  .petal.p2{width:35px;height:35px}
  .petal.p3{width:70px;height:70px;bottom:8%;right:4%}
  .petal.p4{display:none}

  /* Marquee */
  .marquee{padding:12px 0}
  .marquee-track span{font-size:.9rem;padding:0 14px}
  .marquee .dot{padding:0 10px;font-size:.8rem}

  /* Sections */
  section{padding:64px 0}
  h2{font-size:clamp(1.8rem,7vw,2.6rem);margin-bottom:36px}

  /* Bouquets — 2 colonnes sur tablette, 1 sur petit écran */
  .bouquet-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .bouquet-card{padding:14px 14px 20px}
  .bouquet-photo{font-size:2.4rem;aspect-ratio:4/3}
  .bouquet-body{padding:0 4px}
  .bouquet-name{font-size:1.15rem}
  .bouquet-desc{font-size:.88rem}
  .bouquet-foot{flex-wrap:wrap;gap:8px}
  .bouquet-price{font-size:1.2rem;padding:5px 12px}
  .reserve-btn{min-height:40px;padding:0 16px;font-size:.82rem;flex:1;min-width:0}
  .bouquet-tag{font-size:.6rem;padding:5px 32px;top:20px;right:-32px}
  .cc-note{padding:18px 20px;font-size:.9rem;margin-top:24px;border-radius:14px}

  /* Form */
  .form-panel{padding:36px 22px;border-radius:24px;margin-top:40px}
  .form-panel h3{font-size:1.4rem}
  .form-panel > p{font-size:.9rem;margin-bottom:28px}
  .form-grid{grid-template-columns:1fr;gap:16px}
  .submit-btn{justify-self:stretch;width:100%;min-height:54px;font-size:.95rem}

  /* Histoire */
  .histoire-grid{grid-template-columns:1fr;gap:36px}
  .histoire-text{text-align:center}
  .histoire-text .section-eyebrow{justify-content:center}
  .histoire-text h2{text-align:center}
  .histoire-text p{text-align:center;max-width:520px;margin-left:auto;margin-right:auto;font-size:.98rem}
  .histoire-visual{max-width:320px;margin:0 auto;aspect-ratio:1/1;border-radius:20px}
  .histoire-visual .big-flower{font-size:4.5rem}
  .histoire-visual figcaption{bottom:14px;left:14px;right:14px;padding:10px 14px;font-size:.82rem;border-radius:12px}
  .stats{justify-content:center;gap:32px;margin-top:32px}
  .stat .num{font-size:2.2rem}
  .stat .lab{font-size:.78rem}

  /* Marchés */
  .market-grid{grid-template-columns:1fr;gap:14px;max-width:420px;margin:0 auto}
  .market-card{padding:24px 22px;border-radius:18px;text-align:center}
  .market-dep{margin-left:auto;margin-right:auto;margin-bottom:14px}
  .market-card h3{font-size:1.15rem;margin-bottom:6px}
  .market-card .hours{font-size:.88rem}

  /* WhatsApp */
  .wa-perks{grid-template-columns:1fr;gap:14px;max-width:420px;margin:0 auto 40px}
  .wa-perk{padding:20px 22px;border-radius:14px;text-align:center}
  .wa-perk .icon{font-size:1.6rem;margin-bottom:8px}
  .wa-perk h4{font-size:.98rem}
  .wa-perk p{font-size:.88rem}
  .wa-sub{font-size:1rem;margin-bottom:32px}
  .wa-btn{min-height:56px;padding:0 34px;font-size:.95rem}

  /* Footer */
  .footer-grid{flex-direction:column;align-items:center;text-align:center;gap:28px}
  .footer-logo{font-size:1.35rem}
  footer .footer-desc{text-align:center;max-width:320px;margin:8px auto 0}
  .footer-links{align-items:center;gap:10px}
  .footer-links a{font-size:.9rem}
  .copyright{margin-top:36px;font-size:.8rem}
  footer{padding:48px 0 32px}

  /* Back to top */
  .top-btn{width:46px;height:46px;font-size:1rem;bottom:16px;right:16px}
}

/* ================= RESPONSIVE — PHONE (max 480) ================= */
@media (max-width:480px){
  :root{--nav-h:60px}
  body{font-size:15px}
  .wrap{padding:0 16px}
  section{padding:52px 0}

  /* Nav */
  .logo{font-size:1rem}
  .burger span{width:22px;height:2.5px;margin:4px 0}

  /* Hero */
  header{min-height:100svh;min-height:-webkit-fill-available;padding:calc(var(--nav-h) + 20px) 0 40px}
  .hero-eyebrow{font-size:.72rem;margin-bottom:16px;gap:8px}
  .hero-eyebrow::before{width:20px}
  .hero-title{font-size:clamp(1.9rem,11vw,2.8rem)}
  .hero-sub{font-size:.92rem;margin-top:16px;line-height:1.55}
  .hero-ctas{margin-top:24px;gap:10px}
  .hero-ctas .btn{min-height:48px;font-size:.88rem;padding:0 20px}
  .petal.p1{width:40px;height:40px;top:10%;right:4%}
  .petal.p2{display:none}
  .petal.p3{width:50px;height:50px;bottom:6%;right:3%}

  /* Marquee */
  .marquee{padding:10px 0}
  .marquee-track span{font-size:.78rem;padding:0 10px;letter-spacing:.04em}
  .marquee .dot{padding:0 8px;font-size:.7rem}

  /* Section titles */
  .section-eyebrow{font-size:.72rem;margin-bottom:10px;gap:8px}
  .section-eyebrow::before{width:20px}
  h2{font-size:clamp(1.5rem,7.5vw,2.1rem);margin-bottom:28px}

  /* Bouquets — 1 colonne */
  .bouquet-grid{grid-template-columns:1fr;gap:14px}
  .bouquet-card{padding:12px 12px 18px;border-radius:18px;gap:10px}
  .bouquet-photo{aspect-ratio:16/10;border-radius:12px;font-size:2.2rem}
  .bouquet-body{padding:0 2px;gap:6px}
  .bouquet-name{font-size:1.1rem}
  .bouquet-desc{font-size:.85rem;line-height:1.5}
  .bouquet-foot{gap:8px;margin-top:2px}
  .bouquet-price{font-size:1.15rem;padding:4px 10px;border-radius:8px}
  .reserve-btn{min-height:38px;padding:0 16px;font-size:.82rem}
  .bouquet-tag{font-size:.58rem;padding:4px 28px;top:18px;right:-28px}
  .cc-note{padding:16px 16px;font-size:.85rem;margin-top:20px;border-radius:12px}

  /* Form */
  .form-panel{padding:28px 16px;border-radius:20px;margin-top:32px}
  .form-panel h3{font-size:1.2rem;margin-bottom:6px;line-height:1.2}
  .form-panel > p{font-size:.85rem;margin-bottom:22px}
  .form-grid{gap:14px}
  label{font-size:.75rem;letter-spacing:.04em}
  input,select,textarea{
    padding:12px 14px;min-height:46px;font-size:.92rem;
    border-radius:12px;
  }
  select{background-position:right 14px center;padding-right:40px}
  .date-trigger{padding:12px 14px;min-height:46px;border-radius:12px}
  .cal-dropdown{padding:12px;border-radius:14px;left:-4px;right:-4px}
  .cal-header{margin-bottom:12px}
  .cal-nav{width:30px;height:30px;font-size:.95rem;border-radius:8px}
  .cal-month{font-size:.9rem}
  .cal-days-head{font-size:.65rem;margin-bottom:6px}
  .cal-grid{gap:3px}
  .cal-day{font-size:.78rem;border-radius:7px}
  textarea{min-height:80px}
  .submit-btn{min-height:50px;font-size:.9rem;padding:0 24px;letter-spacing:.03em}
  .field-phone input{padding-right:44px}
  .phone-flag{font-size:1.1rem;right:12px;bottom:13px}

  /* Histoire */
  .histoire{border-top-width:1.5px;border-bottom-width:1.5px}
  .histoire-grid{gap:28px}
  .histoire-text p{font-size:.9rem;margin-bottom:14px}
  .histoire-visual{max-width:260px;aspect-ratio:1/1;border-radius:18px}
  .histoire-visual .big-flower{font-size:3.8rem}
  .histoire-visual figcaption{bottom:10px;left:10px;right:10px;padding:8px 12px;font-size:.78rem;border-radius:10px}
  .stats{gap:16px;margin-top:24px;justify-content:center}
  .stat{text-align:center}
  .stat .num{font-size:1.8rem}
  .stat .lab{font-size:.72rem;margin-top:4px}

  /* Marchés */
  .market-grid{max-width:100%}
  .market-card{padding:20px 18px;border-radius:16px}
  .market-dep{min-width:40px;height:32px;font-size:.85rem;padding:0 10px;border-radius:8px;margin-bottom:12px}
  .market-card h3{font-size:1.05rem;margin-bottom:6px}
  .market-card .days{font-size:.92rem}
  .market-card .hours{font-size:.82rem;margin-top:3px}

  /* WhatsApp */
  .wa-section .petal{display:none}
  .wa-perks{max-width:100%;margin-bottom:32px;gap:12px}
  .wa-perk{padding:18px 16px;border-radius:12px}
  .wa-perk .icon{font-size:1.4rem;margin-bottom:6px}
  .wa-perk h4{font-size:.9rem;margin-bottom:4px}
  .wa-perk p{font-size:.82rem}
  .wa-sub{font-size:.9rem;margin-bottom:24px}
  .wa-btn{min-height:52px;padding:0 28px;font-size:.88rem}

  /* Footer */
  .footer-grid{gap:24px}
  .footer-logo{font-size:1.2rem}
  footer .footer-desc{font-size:.85rem;max-width:280px}
  .footer-links{gap:8px}
  .footer-links a{font-size:.85rem}
  .copyright{margin-top:28px;font-size:.75rem}
  footer{padding:40px 0 28px}

  /* Back to top */
  .top-btn{width:42px;height:42px;font-size:.95rem;bottom:12px;right:12px}
}
