/* ============================================================
   Flowers Marrakesh — "Midnight riad garden"
   Deep green-black surfaces · ivory text · rose accent
   ============================================================ */

:root {
  --bg: oklch(1 0 0);
  --surface: oklch(0.972 0.01 150);
  --surface-2: oklch(0.945 0.015 150);
  --ink: oklch(0.24 0.025 155);
  --muted: oklch(0.45 0.025 152);
  --primary: oklch(0.53 0.14 150);
  --primary-bright: oklch(0.46 0.13 150);
  --accent: oklch(0.53 0.17 15);
  --accent-soft: oklch(0.44 0.15 15);
  --line: oklch(0.9 0.012 150);

  --font-display: "Young Serif", Georgia, "Times New Roman", serif;
  --font-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1180px;
  --pad: clamp(1.25rem, 5vw, 3rem);
  --radius: 18px;
  --arch: 999px 999px var(--radius) var(--radius);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  --z-header: 10;
  --z-float: 20;
}

/* ---------- Reset & base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 0.6em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, min(5.4vw, 7vh), 4.2rem); letter-spacing: -0.015em; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); }

p { margin: 0 0 1em; max-width: 65ch; text-wrap: pretty; }

a { color: var(--accent); text-underline-offset: 3px; }
a:hover { color: var(--accent-soft); }

::selection { background: oklch(0.85 0.07 15 / 0.6); }

:focus-visible {
  outline: 2px solid var(--primary-bright);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.wrap-narrow { max-width: 820px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--primary);
  color: white;
  padding: 0.7rem 1.2rem;
  border-radius: 0 0 var(--radius) 0;
  z-index: var(--z-float);
}
.skip-link:focus { left: 0; color: white; }

.accent { color: var(--accent); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 0.95rem 1.5rem;
  min-height: 44px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.25s var(--ease-out), color 0.25s var(--ease-out),
              transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}
.btn:active { transform: scale(0.98); }

.btn-whatsapp {
  background: var(--primary);
  color: white;
  box-shadow: 0 6px 20px oklch(0.53 0.14 150 / 0.3);
}
.btn-whatsapp:hover {
  background: var(--primary-bright);
  color: white;
  box-shadow: 0 8px 26px oklch(0.46 0.13 150 / 0.35);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--muted); color: var(--ink); background: var(--surface); }

.btn-lg { padding: 1.15rem 1.9rem; font-size: 1.0625rem; }

.wa-icon { width: 1.25em; height: 1.25em; fill: currentColor; flex: none; }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background: oklch(1 0 0 / 0.94);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease-out), background-color 0.3s var(--ease-out);
}
.site-header.scrolled {
  background: var(--bg);
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 0.85rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.brand-mark { width: 30px; height: 30px; fill: var(--accent); flex: none; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.brand-name em { font-style: normal; color: var(--accent); }

.site-nav { display: flex; gap: 1.75rem; }
.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.975rem;
}
.site-nav a:hover { color: var(--ink); }

/* ---------- Hero ---------- */

.hero { position: relative; overflow: hidden; }

.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 90%;
  background:
    radial-gradient(46% 60% at 78% 22%, oklch(0.9 0.05 15 / 0.45), transparent 70%),
    radial-gradient(50% 65% at 12% 70%, oklch(0.92 0.05 150 / 0.5), transparent 72%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

/* Full-viewport hero on desktop: everything above the fold */
@media (min-width: 961px) {
  .hero { padding-block: 0; } /* the grid's min-height owns the fold */
  .hero-grid {
    min-height: calc(100svh - 74px); /* viewport minus sticky header */
    padding-block: clamp(1.25rem, 3vh, 3rem);
  }
  .hero-photo {
    width: 100%;
    /* cap the arch photo so photo + caption never push the fold; 0.8 = 4/5 aspect */
    max-width: min(100%, calc((100svh - 74px - 11rem) * 0.8));
    justify-self: center;
  }
  .hero-lede { margin-bottom: clamp(1.25rem, 2.5vh, 2rem); }
  .hero-actions { margin-bottom: clamp(1.25rem, 2.5vh, 2.25rem); }
}

.hero-copy h1 { margin-bottom: 0.5em; }

.hero-lede {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--muted);
  max-width: 54ch;
  margin-bottom: 2rem;
}

.hero-actions { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 0.9rem; margin-bottom: 2.25rem; }

.cta-group { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.cta-hint {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.cta-hint::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: oklch(0.62 0.17 150);
  flex: none;
}

.hero-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  color: var(--muted);
  font-size: 0.925rem;
  font-weight: 500;
}
.hero-trust li { display: flex; align-items: center; gap: 0.5rem; }
.hero-trust li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}

.hero-photo { margin: 0; position: relative; }
.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--arch);
  border: 1px solid var(--line);
}
.hero-caption {
  margin-top: 0.9rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Hero entrance */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > *, .hero-photo {
    animation: rise 0.9s var(--ease-out) both;
  }
  .hero-copy > :nth-child(2) { animation-delay: 0.08s; }
  .hero-copy > :nth-child(3) { animation-delay: 0.16s; }
  .hero-copy > :nth-child(4) { animation-delay: 0.24s; }
  .hero-photo { animation-delay: 0.15s; animation-duration: 1.1s; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

/* ---------- Sections ---------- */

section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }

.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 4.5vw, 3.5rem); }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Collection ---------- */

.collection { background: var(--surface); border-block: 1px solid var(--line); }

.bouquet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 2.5vw, 2rem);
}

@media (min-width: 900px) {
  .bouquet:nth-child(even) { margin-top: 2.75rem; }
}

.bouquet-photo {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.bouquet-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.bouquet-photo:hover img,
.bouquet-photo:focus-visible img { transform: scale(1.04); }

.bouquet-info { padding-top: 1.1rem; }
.bouquet-info h3 { margin-bottom: 0.25em; }
.bouquet-info p { color: var(--muted); font-size: 0.95rem; margin-bottom: 0.7em; }

.order-link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.925rem;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid oklch(0.53 0.17 15 / 0.4);
  padding-block: 0.55rem 0.45rem; /* comfortable mobile tap target */
  margin-block: -0.35rem;
  transition: border-color 0.2s var(--ease-out), color 0.2s var(--ease-out);
}
.order-link:hover { color: var(--accent-soft); border-bottom-color: var(--accent-soft); }

.collection-note {
  margin-top: clamp(2rem, 4vw, 3rem);
  color: var(--muted);
  font-size: 1rem;
  max-width: 58ch;
}

/* ---------- How it works ---------- */

.how-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.how-photo { margin: 0; }
.how-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--arch);
  border: 1px solid var(--line);
}

.steps {
  list-style: none;
  counter-reset: step;
  margin: 0 0 2.25rem;
  padding: 0;
  display: grid;
  gap: 1.9rem;
}
.steps li {
  counter-increment: step;
  position: relative;
  padding-left: 4.25rem;
}
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  color: var(--accent);
  width: 2.9rem;
  text-align: center;
}
.steps li::after {
  content: "";
  position: absolute;
  left: 1.45rem;
  top: 3rem;
  bottom: -1.4rem;
  width: 1px;
  background: var(--line);
}
.steps li:last-child::after { display: none; }
.steps h3 { margin-bottom: 0.3em; }
.steps p { color: var(--muted); font-size: 0.975rem; margin: 0; }

/* ---------- Occasions ---------- */

.occasions { background: var(--surface); border-block: 1px solid var(--line); }

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.occasion {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--arch);
  border: 1px solid var(--line);
  aspect-ratio: 3 / 4.2;
}
.occasion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.occasion:hover img,
.occasion:focus-visible img { transform: scale(1.05); }

.occasion-label {
  position: absolute;
  inset: auto 0 0;
  padding: 2.6rem 1rem 1.05rem;
  text-align: center;
  color: white;
  font-family: var(--font-display);
  font-size: 1.15rem;
  background: linear-gradient(to top, oklch(0.2 0.03 155 / 0.85), transparent);
}

/* ---------- Trust ---------- */

.trust-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.trust-copy { display: grid; gap: clamp(1.4rem, 2.5vw, 2rem); }
.trust-copy h2 { margin-bottom: 0.4em; }

.trust-item {
  border-top: 1px solid var(--line);
  padding-top: 1.3rem;
}
.trust-item h3 { margin-bottom: 0.4em; }
.trust-item p { color: var(--muted); font-size: 0.975rem; margin: 0; }

/* --- WhatsApp chat mockup --- */

.chat-demo {
  margin: 0;
  justify-self: center;
  width: min(100%, 400px);
  transform: rotate(-1.25deg);
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--primary);
  color: white;
  padding: 0.85rem 1.1rem;
  border-radius: 22px 22px 0 0;
}
.chat-avatar { width: 38px; height: 38px; color: white; flex: none; }
.chat-name { display: block; font-weight: 700; font-size: 0.975rem; line-height: 1.25; }
.chat-status { display: block; font-size: 0.8rem; opacity: 0.85; }

.chat-body {
  display: grid;
  gap: 0.55rem;
  background: oklch(0.955 0.018 145);
  padding: 1.1rem;
  border-inline: 1px solid var(--line);
}

.msg {
  position: relative;
  max-width: 85%;
  margin: 0;
  padding: 0.6rem 0.8rem 0.95rem;
  font-size: 0.9rem;
  line-height: 1.45;
  border-radius: 12px;
  box-shadow: 0 1px 1px oklch(0.3 0.03 155 / 0.08);
}
.msg time {
  position: absolute;
  right: 0.7rem;
  bottom: 0.25rem;
  font-size: 0.66rem;
  color: var(--muted);
}
.msg-in { background: white; justify-self: start; border-top-left-radius: 4px; }
.msg-out {
  background: oklch(0.91 0.055 145);
  justify-self: end;
  border-top-right-radius: 4px;
  padding-right: 2.4rem;
}
.msg-out .ticks {
  position: absolute;
  right: 2.55rem;
  bottom: 0.22rem;
  font-size: 0.66rem;
  letter-spacing: -0.12em;
  color: oklch(0.62 0.11 240);
}
.msg-out time { right: 0.7rem; }

.msg-photo { padding: 0.35rem 0.35rem 1.1rem; max-width: 62%; }
.msg-photo img { border-radius: 9px; }

.chat-caption {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: none;
  border-radius: 0 0 22px 22px;
  padding: 0.8rem 1.1rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--muted);
}

/* Bubbles pop in one after another */
@media (prefers-reduced-motion: no-preference) {
  html.js .chat-demo .msg {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
    transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
  }
  html.js .chat-demo.in .msg { opacity: 1; transform: none; }
  html.js .chat-demo.in .msg:nth-child(1) { transition-delay: 0.15s; }
  html.js .chat-demo.in .msg:nth-child(2) { transition-delay: 0.5s; }
  html.js .chat-demo.in .msg:nth-child(3) { transition-delay: 0.85s; }
  html.js .chat-demo.in .msg:nth-child(4) { transition-delay: 1.3s; }
  html.js .chat-demo.in .msg:nth-child(5) { transition-delay: 1.65s; }
}

.quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.quote { margin: 0; }
.quote blockquote {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: 1.06rem;
  line-height: 1.5;
  color: var(--ink);
}
.quote figcaption { color: var(--muted); font-size: 0.9rem; font-weight: 500; }

/* ---------- Areas ---------- */

.area-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  max-width: 780px;
}
.area-list li {
  padding: 0.55rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
  background: var(--surface);
}

.area-landmarks-intro {
  margin: 2.25rem 0 1rem;
  color: var(--muted);
  font-size: 1rem;
}

/* ---------- FAQ ---------- */

.faq { background: var(--surface); border-block: 1px solid var(--line); }

.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.3rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.35;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--accent);
  flex: none;
  transition: transform 0.3s var(--ease-out);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--accent-soft); }
.faq-item p { color: var(--muted); padding-bottom: 1.4rem; margin: 0; }

/* ---------- Closer ---------- */

.closer { text-align: center; }
.closer .wrap-narrow { display: grid; justify-items: center; }
.closer h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.closer p { color: var(--muted); font-size: 1.1rem; margin-bottom: 2rem; }
#closer-time { color: var(--accent); }
.closer-number { margin: 1.5rem 0 0; font-size: 0.95rem; }
.closer-number a { color: var(--muted); text-decoration: none; }
.closer-number a:hover { color: var(--ink); }

/* ---------- Footer ---------- */

/* Deep-green closing band: bookends the white page in the brand color */
.site-footer {
  --f-ink: oklch(0.96 0.008 150);
  --f-muted: oklch(0.82 0.02 150);
  --f-rose: oklch(0.82 0.09 15);
  --f-line: oklch(0.34 0.035 155);
  background: oklch(0.22 0.035 155);
  color: var(--f-muted);
  padding-block: clamp(3rem, 6vw, 5rem) 1.5rem;
  font-size: 0.95rem;
}

.footer-signoff {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.signoff-flower {
  width: 34px;
  height: 34px;
  fill: var(--f-rose);
  margin-bottom: 0.9rem;
  transition: transform 0.6s var(--ease-out);
}
.footer-signoff:hover .signoff-flower { transform: rotate(-10deg) scale(1.08); }
.signoff-line {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: var(--f-ink);
  margin: 0 auto;
  max-width: none;
  text-wrap: balance;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--f-ink);
  margin-bottom: 0.4rem;
}
.footer-brand em { font-style: normal; color: var(--f-rose); }
.footer-heading {
  font-weight: 700;
  color: var(--f-ink);
  margin-bottom: 0.4rem;
}
.site-footer p { margin-bottom: 0.4rem; }
.site-footer a { color: var(--f-rose); }
.site-footer a:hover { color: var(--f-ink); }

/* Live open/closed indicator (set by script.js from Morocco time) */
#open-status { display: flex; align-items: flex-start; gap: 0.5rem; }
.open-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--f-muted);
  flex: none;
  margin-top: 0.5em; /* optically centers on the first text line */
}
#open-status.is-open .open-dot {
  background: oklch(0.78 0.19 150);
  box-shadow: 0 0 0 0 oklch(0.78 0.19 150 / 0.55);
}
@media (prefers-reduced-motion: no-preference) {
  #open-status.is-open .open-dot { animation: pulse 2.4s var(--ease-out) infinite; }
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 oklch(0.78 0.19 150 / 0.55); }
  70% { box-shadow: 0 0 0 7px oklch(0.78 0.19 150 / 0); }
  100% { box-shadow: 0 0 0 0 oklch(0.78 0.19 150 / 0); }
}

.footer-legal {
  border-top: 1px solid var(--f-line);
  padding-top: 1.5rem;
}
.footer-legal p { font-size: 0.85rem; max-width: none; }

/* ---------- WhatsApp float ---------- */

.wa-float {
  position: fixed;
  right: clamp(1rem, 3vw, 1.75rem);
  bottom: clamp(1rem, 3vw, 1.75rem);
  z-index: var(--z-float);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--primary);
  color: white;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  box-shadow: 0 10px 28px oklch(0.3 0.04 155 / 0.35);
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out),
              background-color 0.25s var(--ease-out);
}
.wa-float:hover { background: var(--primary-bright); color: white; }
.wa-float.is-hidden {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.wa-float .wa-icon { width: 1.35em; height: 1.35em; }

/* ---------- Scroll reveals (JS enhancement only) ---------- */

@media (prefers-reduced-motion: no-preference) {
  html.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
  }
  html.js .reveal.in { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bouquet-photo img, .occasion img { transition: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .site-nav { display: none; }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 460px; margin-inline: auto; width: 100%; }

  .how-grid { grid-template-columns: 1fr; }
  .how-photo { max-width: 420px; margin-inline: auto; width: 100%; order: 1; }
  .how-copy { order: 0; }

  .trust-layout { grid-template-columns: 1fr; }
  .chat-demo { transform: none; }
}

@media (max-width: 560px) {
  .btn-header .btn-label { display: none; }
  .btn-header { padding: 0.8rem 1.1rem; }

  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
  .cta-group { flex: 1 1 100%; align-items: stretch; }
  .cta-group .btn { width: 100%; }
  .cta-hint { justify-content: center; }

  .occasion-grid { grid-template-columns: repeat(2, 1fr); }

  .wa-float-label { display: none; }
  .wa-float { padding: 0.95rem; }
}
