/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  --forest:     #1a4d2e;
  --forest-d:   #0f2e1a;
  --sage:       #3a7d53;
  --mint:       #6ecf8a;
  --mint-soft:  #b8e6c8;
  --cream:      #f7f3ec;
  --sand:       #ebe4d6;
  --paper:      #ffffff;
  --ink:        #1a1a1a;
  --ink-soft:   #3a3a3a;
  --ink-mute:   #6b6b6b;
  --accent:     #c57b3c;
  --line:       rgba(26,26,26,.1);

  --sans:  'Inter', system-ui, sans-serif;
  --serif: 'Fraunces', Georgia, serif;

  --ease-out:  cubic-bezier(.16,1,.3,1);
  --ease-soft: cubic-bezier(.25,.46,.45,.94);
  --ease-bounce: cubic-bezier(.34,1.56,.64,1);
  --spring: cubic-bezier(.22,1.36,.36,1);
  --spring-soft: cubic-bezier(.32,1.24,.42,.98);
  --spring-heavy: cubic-bezier(.175,.885,.32,1.275);

  --nav-h: 72px;
  --gutter: 24px;
  --max-w: 1200px;
}

/* =============================================================
   2. Reset & Base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 20px); overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--ink);
  background: var(--cream); -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; overflow-x: clip; overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; text-wrap: balance; line-height: 1.1; letter-spacing: -.02em; }
h2 em, h1 em { font-style: italic; color: var(--sage); }
::selection { background: var(--forest); color: var(--cream); }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; border-radius: 4px; }

/* =============================================================
   3. Utilities
   ============================================================= */
.skip-link {
  position: fixed; top: -100px; left: 1rem; padding: .6rem 1rem;
  background: var(--ink); color: var(--cream); z-index: 9999; border-radius: 8px; font-weight: 500;
}
.skip-link:focus { top: 1rem; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }

/* =============================================================
   4. Typography
   ============================================================= */
.kicker {
  display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--sage); margin-bottom: 12px;
}
.kicker--light { color: var(--mint-soft); }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 14px; }
.section-head--light h2 { color: var(--cream); }
.section-sub { color: var(--ink-mute); font-size: 1.05rem; max-width: 500px; margin: 0 auto; }

/* =============================================================
   5. Components
   ============================================================= */

/* --- Buttons (spring style) --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 36px; border-radius: 60px; font-weight: 600; font-size: .92rem;
  border: 2px solid transparent; cursor: pointer;
  position: relative; overflow: hidden;
  transition: transform .5s var(--spring), box-shadow .4s var(--ease-out), background .3s, color .3s, border-color .3s;
}
.btn:hover { transform: translateY(-2px) scale(1.02); }
.btn:active { transform: translateY(0) scale(.97); transition-duration: .1s; }
.btn--primary { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.btn--primary:hover { background: var(--sage); border-color: var(--sage); box-shadow: 0 12px 32px rgba(26,77,46,.25); }
.btn--ghost { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn--ghost:hover { background: var(--forest); color: var(--cream); }
.btn--sm { padding: 11px 28px; font-size: .84rem; }
.p-card .btn--sm {
  background: var(--forest); color: var(--cream); border-color: var(--forest);
  width: 100%; letter-spacing: .3px;
}
.p-card .btn--sm:hover { background: var(--sage); border-color: var(--sage); box-shadow: 0 8px 24px rgba(26,77,46,.2); }
.btn--white { background: var(--paper); color: var(--forest); border-color: var(--paper); }
.btn--white:hover { background: var(--cream); box-shadow: 0 12px 32px rgba(0,0,0,.15); }
.btn--white-ghost { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.4); }
.btn--white-ghost:hover { background: var(--paper); color: var(--forest); }
.btn--full { width: 100%; }

/* --- Reveal (staggered spring) --- */
.reveal {
  opacity: 0; transform: translateY(24px) scale(.98);
  transition: opacity .7s var(--ease-out), transform .7s var(--spring-soft);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* =============================================================
   6. Sections
   ============================================================= */

/* --- Splash --- */
.splash {
  position: fixed; inset: 0; z-index: 10000;
  background: var(--forest-d); color: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: opacity .6s var(--ease-out), clip-path .8s var(--ease-out);
  animation: splashSafety .01s 4.5s forwards;
}
.splash.is-out { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); } }
.splash__logo { width: 220px; height: auto; animation: splashPulse 1.5s var(--ease-soft) infinite alternate; }
@keyframes splashPulse { to { transform: scale(1.06); } }

/* --- Nav --- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h); display: flex; align-items: center;
  background: rgba(247,243,236,.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); transition: all .4s var(--ease-out);
}
.nav.is-scrolled { box-shadow: 0 2px 24px rgba(0,0,0,.06); }
.nav__inner { max-width: var(--max-w); width: 100%; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; }
.nav__logo { display: flex; align-items: center; }
.nav__logo-img { height: 44px; width: auto; transition: transform .4s var(--ease-bounce); }
.nav__logo:hover .nav__logo-img { transform: scale(1.05); }
.nav__links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav__links a { font-size: .88rem; font-weight: 500; color: var(--ink-mute); transition: color .3s; position: relative; }
.nav__links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--sage); border-radius: 1px; transition: width .4s var(--ease-out);
}
.nav__links a:hover { color: var(--forest); }
.nav__links a:hover::after { width: 100%; }
.nav__links a.is-active { color: var(--forest); }
.nav__links a.is-active::after { width: 100%; }
.nav__cta {
  padding: 8px 22px; border-radius: 50px; background: var(--forest); color: var(--cream) !important;
  font-weight: 600; transition: all .3s var(--ease-out);
}
.nav__cta::after { display: none; }
.nav__cta:hover { background: var(--sage); transform: translateY(-2px); }
.nav__toggle { display: none; width: 28px; height: 22px; position: relative; }
.nav__toggle span {
  display: block; width: 100%; height: 2px; background: var(--ink); border-radius: 2px;
  position: absolute; left: 0; transition: all .3s var(--ease-out);
}
.nav__toggle span:nth-child(1) { top: 0; }
.nav__toggle span:nth-child(2) { top: 10px; }
.nav__toggle span:nth-child(3) { top: 20px; }
.nav__toggle.is-open span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

/* --- Hero --- */
.hero {
  min-height: 100vh; min-height: 100svh; position: relative;
  display: flex; align-items: center; justify-content: center;
  padding: calc(var(--nav-h) + 40px) var(--gutter) 80px;
  background: linear-gradient(170deg, var(--cream) 0%, #e8f0e4 40%, #d4e8d0 70%, var(--mint-soft) 100%);
  overflow: hidden;
}
.hero__wave-wrap { position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; }
.hero__wave { display: block; width: 100%; height: auto; }
.hero__wave-path--1 { fill: rgba(26,77,46,.06); animation: waveShift 8s ease-in-out infinite; }
.hero__wave-path--2 { fill: rgba(26,77,46,.04); animation: waveShift 10s ease-in-out infinite reverse; }
.hero__wave-path--3 { fill: var(--cream); animation: waveShift 12s ease-in-out infinite; }
@keyframes waveShift { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-30px); } }

.hero__blob {
  position: absolute; border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  filter: blur(60px); opacity: .35; pointer-events: none;
  animation: blobFloat 12s ease-in-out infinite alternate;
}
.hero__blob--1 { width: 500px; height: 500px; top: -10%; right: -5%; background: var(--mint); animation-delay: -3s; }
.hero__blob--2 { width: 400px; height: 400px; bottom: 10%; left: -8%; background: var(--sage); animation-delay: -7s; }
@keyframes blobFloat {
  0% { border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%; transform: translate(0,0) rotate(0deg); }
  50% { border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%; }
  100% { border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%; transform: translate(20px,-20px) rotate(10deg); }
}

.hero__content { position: relative; z-index: 2; text-align: center; max-width: 780px; }
.hero__tag {
  display: inline-block; padding: 6px 18px; border-radius: 50px;
  background: var(--forest); color: var(--cream);
  font-size: .78rem; font-weight: 600; letter-spacing: .5px; margin-bottom: 28px;
}
.hero__title { font-size: clamp(2.4rem, 6vw, 4rem); margin-bottom: 22px; }
.hero__sub { font-size: 1.1rem; color: var(--ink-soft); max-width: 600px; margin: 0 auto 36px; line-height: 1.7; }
.hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }

.hero__stats {
  display: flex; gap: 40px; justify-content: center;
  padding-top: 36px; border-top: 1px solid var(--line);
}
.hero__stat { text-align: center; }
.hero__stat strong {
  font-family: var(--serif); font-size: 2rem; color: var(--forest);
  display: inline;
}
.hero__stat span { font-family: var(--serif); font-size: 1.5rem; color: var(--forest); }
.hero__stat p { font-size: .78rem; color: var(--ink-mute); margin-top: 2px; }

/* --- Logos --- */
.logos { padding: 44px 0; border-bottom: 1px solid var(--line); }
.logos__title { text-align: center; font-size: .75rem; font-weight: 600; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px; }
.logos__track { display: flex; justify-content: center; align-items: center; gap: 36px; flex-wrap: wrap; }
.logo-ph {
  width: 130px; height: 44px; border-radius: 8px; border: 2px dashed rgba(0,0,0,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; color: #aaa; font-weight: 500;
}

/* --- Occasions --- */
.occasions { padding: 100px 0; background: var(--cream); }
.occasions__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.occ-card {
  background: var(--paper); border-radius: 20px; padding: 36px 24px;
  text-align: center; border: 2px solid transparent; display: block;
  cursor: pointer; box-shadow: 0 2px 16px rgba(0,0,0,.04);
  transition: transform .5s var(--spring), box-shadow .4s var(--ease-out), border-color .3s;
}
.occ-card:hover { border-color: var(--sage); transform: translateY(-6px) scale(1.02); box-shadow: 0 20px 48px rgba(26,77,46,.14); }
.occ-card:active { transform: translateY(-2px) scale(.98); transition-duration: .15s; }
.occ-card__icon { font-size: 2.8rem; margin-bottom: 16px; }
.occ-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.occ-card p { font-size: .86rem; color: var(--ink-mute); line-height: 1.5; margin-bottom: 16px; }
.occ-card__cta { font-size: .82rem; font-weight: 600; color: var(--sage); }

/* --- Wave Dividers --- */
.wave-divider { position: relative; z-index: 1; margin-top: -1px; }
.wave-divider svg { display: block; width: 100%; height: auto; }
.wave-divider--green { background: var(--cream); }
.wave-divider--from-green { background: var(--forest); }

/* --- Process --- */
.process { background: var(--forest); color: var(--cream); padding: 80px 0 100px; }
.process__steps { display: flex; align-items: flex-start; justify-content: center; gap: 24px; }
.process__step { flex: 1; max-width: 300px; text-align: center; }
.process__num {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 2px solid var(--mint-soft);
  color: var(--mint); font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.process__step h3 { font-size: 1.1rem; color: var(--cream); margin-bottom: 10px; }
.process__step p { font-size: .88rem; opacity: .75; line-height: 1.5; }
.process__arrow { margin-top: 14px; opacity: .4; }

/* --- Products --- */
.products { padding: 100px 0; background: var(--cream); }
.filter-bar { display: flex; gap: 8px; justify-content: center; margin-bottom: 48px; flex-wrap: wrap; }
.filter-btn {
  padding: 9px 22px; border-radius: 50px; border: 1.5px solid var(--line);
  background: var(--paper); font-size: .84rem; font-weight: 500;
  cursor: pointer; font-family: var(--sans);
  transition: transform .4s var(--spring), background .25s, color .25s, border-color .25s;
}
.filter-btn:hover, .filter-btn.active { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.filter-btn:active { transform: scale(.93); transition-duration: .1s; }

.products__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }

.p-card {
  background: var(--paper); border-radius: 20px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.04);
  transition: transform .5s var(--spring), box-shadow .4s var(--ease-out);
}
.p-card:hover { box-shadow: 0 24px 56px rgba(26,77,46,.14); transform: translateY(-8px) scale(1.01); }
.p-card:active { transform: translateY(-2px) scale(.99); transition-duration: .12s; }
.p-card.hidden { display: none; }
.p-card__img { height: 260px; overflow: hidden; background: var(--sand); position: relative; }
.p-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.p-card:hover .p-card__img img { transform: scale(1.08); }
.p-card__badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--forest); color: var(--cream);
  padding: 4px 14px; border-radius: 50px; font-size: .72rem; font-weight: 600;
}
.p-card__body { padding: 24px; }
.p-card__cat { font-size: .72rem; font-weight: 600; color: var(--sage); text-transform: uppercase; letter-spacing: 1.2px; }
.p-card__body h3 { font-size: 1.12rem; margin: 8px 0 10px; }
.p-card__body > p { font-size: .86rem; color: var(--ink-mute); margin-bottom: 14px; line-height: 1.5; }
.p-card__meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.p-card__price { font-size: .92rem; font-weight: 700; color: var(--forest); }
.p-card__min { font-size: .78rem; color: var(--ink-mute); }
.p-card__ideal {
  font-size: .75rem; color: var(--ink-mute); background: rgba(58,125,83,.08);
  padding: 6px 12px; border-radius: 8px; margin-bottom: 16px;
}

/* --- Why Us --- */
.why-us { background: var(--forest); color: var(--cream); padding: 100px 0; }
.why-us__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.why-card {
  text-align: center; padding: 32px 20px; border-radius: 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08);
  transition: transform .5s var(--spring), background .3s, box-shadow .4s;
}
.why-card:hover { background: rgba(255,255,255,.1); transform: translateY(-6px) scale(1.01); }
.why-card__icon { font-size: 2.4rem; margin-bottom: 16px; }
.why-card h3 { font-size: 1.02rem; margin-bottom: 8px; color: var(--cream); }
.why-card p { font-size: .86rem; opacity: .7; line-height: 1.5; }

/* --- Testimonials --- */
.testimonials { padding: 100px 0; background: var(--cream); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.test-card {
  background: var(--paper); border-radius: 20px; padding: 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,.04);
  transition: transform .5s var(--spring), box-shadow .4s var(--ease-out);
}
.test-card:hover { box-shadow: 0 20px 48px rgba(0,0,0,.1); transform: translateY(-6px) scale(1.01); }
.test-card__stars { color: #f59e0b; font-size: 1rem; margin-bottom: 16px; letter-spacing: 3px; }
.test-card p { font-size: .9rem; color: var(--ink-soft); line-height: 1.65; margin-bottom: 20px; font-style: italic; }
.test-card__author strong { display: block; font-size: .84rem; color: var(--forest); font-style: normal; }
.test-card__author span { font-size: .78rem; color: var(--ink-mute); }

/* --- About --- */
.about { padding: 100px 0; background: var(--paper); }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about__text h2 { margin-bottom: 20px; }
.about__text p { color: var(--ink-mute); margin-bottom: 16px; line-height: 1.7; }
.about__team { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.team-member {
  padding: 16px 20px; background: rgba(58,125,83,.06); border-radius: 12px;
  border-left: 3px solid var(--sage);
}
.team-member strong { display: block; color: var(--forest); font-size: .92rem; }
.team-member span { font-size: .82rem; color: var(--ink-mute); }
.about__visual { border-radius: 20px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.about__visual img { width: 100%; height: 420px; object-fit: cover; }

/* --- FAQ --- */
.faq { padding: 100px 0; background: var(--cream); }
.faq__list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  padding: 20px 0; font-weight: 600; font-size: .95rem;
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  transition: color .3s;
}
.faq-item summary:hover { color: var(--sage); }
.faq-item summary::after {
  content: '+'; font-size: 1.5rem; font-weight: 300; color: var(--sage);
  transition: transform .4s var(--spring);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--spring-soft);
}
.faq-item[open] .faq-answer { grid-template-rows: 1fr; }
.faq-answer > div { overflow: hidden; }
.faq-item p { padding: 0 0 20px; color: var(--ink-mute); font-size: .92rem; line-height: 1.65; }

/* --- Toast (Sonner-style) --- */
.toast-container {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 10000; display: flex; flex-direction: column; gap: 8px;
  pointer-events: none; width: min(420px, calc(100vw - 48px));
}
.toast {
  background: var(--ink); color: var(--cream); padding: 14px 20px;
  border-radius: 12px; font-size: .88rem; line-height: 1.5;
  box-shadow: 0 16px 48px rgba(0,0,0,.2), 0 0 0 1px rgba(255,255,255,.06);
  pointer-events: auto; display: flex; align-items: center; gap: 12px;
  animation: toastIn .5s var(--spring) forwards;
}
.toast.is-out { animation: toastOut .35s var(--ease-out) forwards; }
.toast__icon { font-size: 1.2rem; flex-shrink: 0; }
.toast__text { flex: 1; }
.toast__close {
  background: rgba(255,255,255,.1); border: none; color: var(--cream);
  width: 24px; height: 24px; border-radius: 6px; font-size: .8rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.toast__close:hover { background: rgba(255,255,255,.2); }
@keyframes toastIn {
  0% { opacity: 0; transform: translateY(16px) scale(.94); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes toastOut {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-8px) scale(.96); }
}

/* --- Final CTA --- */
.final-cta {
  background: var(--forest); color: var(--cream); text-align: center; padding: 80px var(--gutter) 100px;
  position: relative;
}
.final-cta__wave { position: absolute; top: 0; left: 0; right: 0; }
.final-cta__wave svg { display: block; width: 100%; }
.final-cta h2 { color: var(--cream); font-size: clamp(1.6rem, 4vw, 2.3rem); margin-bottom: 16px; }
.final-cta p { color: rgba(255,255,255,.75); font-size: 1.05rem; margin-bottom: 36px; }
.final-cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Contact --- */
.contact { padding: 100px 0; background: var(--cream); }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact__info h2 { margin-bottom: 16px; }
.contact__info > p { color: var(--ink-mute); margin-bottom: 28px; line-height: 1.6; }
.contact__methods { display: flex; flex-direction: column; gap: 10px; }
.contact-method {
  display: block; padding: 14px 18px; background: var(--paper); border-radius: 12px;
  border: 1px solid var(--line); transition: all .3s var(--ease-out);
}
.contact-method:hover { border-color: var(--sage); transform: translateX(4px); }
.contact-method strong { display: block; font-size: .78rem; color: var(--sage); margin-bottom: 2px; }
.contact-method span { font-size: .9rem; }
.contact-method--highlight {
  background: var(--forest) !important; color: var(--cream); border-color: var(--forest) !important;
}
.contact-method--highlight strong { color: var(--mint-soft) !important; font-size: .85rem !important; }
.contact-method--highlight span { color: var(--cream); font-weight: 600; font-size: .95rem; }
.contact-method--highlight:hover { background: var(--sage) !important; border-color: var(--sage) !important; transform: translateX(4px); }

.contact__form { display: flex; flex-direction: column; gap: 12px; }
.contact__form input, .contact__form textarea, .contact__form select {
  padding: 14px 18px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--sans); font-size: .9rem; transition: border-color .3s, box-shadow .3s var(--spring);
  background: var(--paper); color: var(--ink); appearance: none; -webkit-appearance: none;
}
.contact__form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b6b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer;
}
.contact__form input:focus, .contact__form textarea:focus, .contact__form select:focus {
  outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px rgba(58,125,83,.12);
}
.contact__form textarea { resize: vertical; }
.form-note { font-size: .78rem; color: var(--ink-mute); text-align: center; }
.form-alt { text-align: center; padding-top: 16px; border-top: 1px solid var(--line); margin-top: 4px; }
.form-alt p { font-size: .82rem; color: var(--ink-mute); margin-bottom: 10px; }
.form-alt__wa {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 22px; border-radius: 50px; font-size: .84rem; font-weight: 600;
  background: #25d366; color: #fff; transition: all .3s var(--ease-out);
}
.form-alt__wa:hover { background: #1da851; transform: translateY(-2px); }

/* --- Footer --- */
.footer { background: var(--ink); color: var(--cream); padding: 52px 0; }
.footer__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.footer__logo-img { height: 48px; width: auto; margin-bottom: 12px; border-radius: 6px; }
.footer__brand p { font-size: .82rem; opacity: .5; line-height: 1.6; }
.footer__links { display: flex; flex-direction: column; gap: 8px; }
.footer__links a { font-size: .82rem; opacity: .5; transition: opacity .3s; }
.footer__links a:hover { opacity: 1; }
.footer__contact { display: flex; flex-direction: column; gap: 8px; }
.footer__contact a { font-size: .82rem; opacity: .5; transition: opacity .3s; }
.footer__contact a:hover { opacity: 1; }

/* --- WhatsApp Float --- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 99;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  transition: transform .4s var(--spring), box-shadow .3s;
  animation: waPulse 2.5s infinite;
}
.wa-float:hover { transform: scale(1.12); }
.wa-float:active { transform: scale(.92); transition-duration: .1s; }
@keyframes waPulse {
  0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.4); }
  50% { box-shadow: 0 4px 32px rgba(37,211,102,.6); }
}

/* =============================================================
   8. Responsive
   ============================================================= */
@media (max-width: 960px) {
  .nav__toggle { display: block; }
  .nav__links {
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    background: var(--paper); flex-direction: column; padding: 24px; gap: 18px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%); transition: transform .4s var(--ease-out);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
  }
  .nav__links.is-open { transform: translateY(0); }
  .nav__links a::after { display: none; }

  .hero__stats { flex-wrap: wrap; gap: 24px; }
  .hero__stat { flex: 0 0 calc(50% - 12px); }
  .occasions__grid { grid-template-columns: 1fr 1fr; }
  .process__steps { flex-direction: column; align-items: center; }
  .process__arrow svg { transform: rotate(90deg); }
  .products__grid { grid-template-columns: 1fr; }
  .why-us__grid { grid-template-columns: 1fr 1fr; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .about__visual { order: -1; }
  .contact__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 540px) {
  .occasions__grid { grid-template-columns: 1fr; }
  .why-us__grid { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: center; }
  .hero__title { font-size: 2rem; }
  .final-cta__actions { flex-direction: column; align-items: center; }
}

/* =============================================================
   9. Reduced motion — only intrusive effects
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .hero__wave-path, .hero__blob, .splash__logo { animation: none; }
}
