/* ==========================================================
   Mandalin Flower Shop — Landing Page
   Brand colors taken from the logo
   ========================================================== */
:root {
  --teal: #0a4d4d;
  --teal-900: #073838;
  --teal-700: #0e5f5f;
  --orange: #dc9344;
  --orange-600: #c97d2e;
  --cream: #d2d4bf;
  --cream-100: #f4f3ea;
  --cream-50: #faf9f4;
  --ink: #1d2b2b;
  --muted: #5d6b69;
  --line: rgba(10, 77, 77, .12);

  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-script: "Allura", cursive;

  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 20px 50px -20px rgba(7, 56, 56, .35);
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream-50);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.12; }
p { margin: 0; }

.container { width: min(1200px, 100% - 40px); margin-inline: auto; }
.container--narrow { width: min(820px, 100% - 40px); }
.center { text-align: center; margin-top: 48px; }
.script { font-family: var(--font-script); color: var(--orange); line-height: 1; }

/* inline icons */
.i { width: 1.1em; height: 1.1em; flex: none; vertical-align: -.18em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700; font-size: 15px; letter-spacing: .01em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 12px 28px -10px rgba(220, 147, 68, .7); }
.btn--primary:hover { background: var(--orange-600); }
.btn--ghost { border-color: rgba(210, 212, 191, .5); color: var(--cream-100); }
.btn--ghost:hover { border-color: var(--cream); background: rgba(210, 212, 191, .1); }
.btn--dark { background: var(--teal); color: var(--cream-100); }
.btn--dark:hover { background: var(--teal-700); }
.btn--light { background: var(--cream-100); color: var(--teal); }
.btn--light:hover { background: #fff; }
.icon { width: 20px; height: 20px; flex: none; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--header-h);
  background: rgba(250, 249, 244, .9);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px -18px rgba(7, 56, 56, .35); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header__logo { display: flex; align-items: center; gap: 10px; }
.header__mark { width: 40px; height: 40px; }
.header__word { width: 128px; height: auto; }

.nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 15px; color: var(--teal); }
.nav a:not(.btn) { position: relative; padding: 6px 0; }
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;
  background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nav a:not(.btn):hover::after { transform: scaleX(1); }
.nav__cta { padding: 10px 22px; }

.burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.burger span { display: block; height: 2px; background: var(--teal); border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger span + span { margin-top: 6px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1200px 600px at 85% 20%, var(--teal-700), transparent 60%), var(--teal);
  color: var(--cream-100);
  padding: calc(var(--header-h) + 64px) 0 96px;
}
.hero__ornament { position: absolute; opacity: .08; pointer-events: none; }
.hero__ornament--1 { width: 420px; left: -140px; bottom: -140px; animation: spin 60s linear infinite; }
.hero__ornament--2 { width: 180px; right: 42%; top: 110px; opacity: .06; animation: spin 40s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero__eyebrow { font-size: 40px; margin-bottom: 14px; }
.hero__title { font-family: var(--font-display); font-size: clamp(44px, 6.2vw, 80px); letter-spacing: -.01em; color: #fff; }
.hero__title em { color: var(--cream); font-style: italic; }
.hero__lead { margin-top: 24px; font-size: 18px; max-width: 540px; color: rgba(244, 243, 234, .82); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

.hero__stats { list-style: none; padding: 0; margin: 48px 0 0; display: flex; flex-wrap: wrap; gap: 14px 36px; }
.hero__stats li { display: flex; flex-direction: column; padding-left: 16px; border-left: 2px solid var(--orange); }
.hero__stats strong { font-family: var(--font-display); font-size: 24px; font-weight: 400; color: #fff; }
.hero__stats span { font-size: 13px; color: rgba(244, 243, 234, .7); }

.hero__visual { position: relative; justify-self: center; width: min(460px, 100%); }
.hero__arch {
  aspect-ratio: 4 / 5;
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  border: 8px solid rgba(210, 212, 191, .15);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .55);
}
.hero__arch img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 6s ease; }
.hero__visual:hover .hero__arch img { transform: scale(1.1); }
.hero__badge {
  position: absolute; left: -44px; bottom: 56px;
  display: flex; align-items: center; gap: 12px;
  background: var(--cream-50); color: var(--teal);
  padding: 14px 20px 14px 14px; border-radius: 18px;
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
}
.hero__badge strong { display: block; font-size: 15px; }
.hero__badge span { font-size: 12.5px; color: var(--muted); }
.hero__tag {
  position: absolute; right: -24px; top: 40px;
  background: var(--orange); color: #fff;
  font-size: 30px; padding: 10px 22px 6px; border-radius: 999px;
  transform: rotate(6deg);
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, .4);
}
@keyframes float { 50% { transform: translateY(-10px); } }

/* ---------- Marquee ---------- */
.marquee { background: var(--orange); color: #fff; overflow: hidden; padding: 16px 0; }
.marquee__track { display: flex; width: max-content; gap: 28px; align-items: center; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--font-display); font-size: 22px; white-space: nowrap; }
.marquee i { font-style: normal; opacity: .75; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 110px 0; }
.section--cream { background: var(--cream-100); }
.section--teal { background: var(--teal); color: var(--cream-100); }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.section__eyebrow { font-size: 38px; margin-bottom: 8px; }
.section__title { font-family: var(--font-display); font-size: clamp(34px, 4.4vw, 52px); color: var(--teal); }
.section--teal .section__title { color: #fff; }
.section__lead { margin-top: 18px; font-size: 17px; color: var(--muted); }
.section--teal .section__lead { color: rgba(244, 243, 234, .8); }

/* ---------- Collection ---------- */
.coll { position: relative; }
.coll__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 52px; }
.coll__head .section__title { font-size: clamp(40px, 5.2vw, 64px); }
.coll__head .section__title em { color: var(--orange); font-style: italic; }
.coll__aside { max-width: 420px; }
.coll__aside p { color: var(--muted); font-size: 16.5px; }
.coll__chips { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.coll__chips li {
  font-size: 13px; font-weight: 700; color: var(--teal);
  padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line);
}

.coll__grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 290px;
  grid-auto-flow: dense;
}
.coll-card--feature { grid-column: span 2; grid-row: span 2; }
.coll-card--tall { grid-row: span 2; }
.coll-card--wide { grid-column: span 2; }

.coll-card {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: 28px; color: #fff; background: var(--teal);
  box-shadow: 0 20px 40px -30px rgba(7, 56, 56, .6);
}
.coll-card > img {
  position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s cubic-bezier(.2, .8, .2, 1);
}
.coll-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(7, 56, 56, 0) 35%, rgba(7, 56, 56, .55) 65%, rgba(7, 56, 56, .92));
  transition: opacity .5s;
}
.coll-card:hover > img { transform: scale(1.08); }

.coll-card__tag {
  position: absolute; top: 18px; left: 18px;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .02em;
  padding: 7px 13px; border-radius: 999px;
  background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .35);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.coll-card--feature .coll-card__tag { background: var(--orange); border-color: transparent; }

.coll-card__body { position: absolute; left: 24px; right: 88px; bottom: 22px; }
.coll-card__body h3 { font-family: var(--font-display); font-size: 26px; line-height: 1.1; }
.coll-card--feature .coll-card__body { left: 34px; bottom: 32px; right: 120px; }
.coll-card--feature .coll-card__body h3 { font-size: clamp(34px, 3.4vw, 46px); }
.coll-card__body p {
  font-size: 14.5px; line-height: 1.5; color: rgba(255, 255, 255, .85);
  max-height: 0; opacity: 0; overflow: hidden; margin-top: 0;
  transition: max-height .5s ease, opacity .4s ease, margin-top .4s ease;
}
.coll-card:hover .coll-card__body p,
.coll-card:focus-within .coll-card__body p,
.coll-card--feature .coll-card__body p { max-height: 90px; opacity: 1; margin-top: 8px; }
.coll-card--feature .coll-card__body p { font-size: 16px; max-width: 420px; }

.coll-card__btn {
  position: absolute; right: 18px; bottom: 18px;
  height: 52px; min-width: 52px; padding: 0 15px;
  display: inline-flex; align-items: center; gap: 0;
  border-radius: 999px; background: #fff; color: var(--teal);
  font-weight: 700; font-size: 14.5px; white-space: nowrap;
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, .45);
  transition: background-color .3s, color .3s, gap .35s, transform .3s;
}
.coll-card__btn svg { width: 22px; height: 22px; flex: none; color: #1da851; transition: color .3s; }
.coll-card__btn span { max-width: 0; overflow: hidden; transition: max-width .4s ease; }
.coll-card:hover .coll-card__btn,
.coll-card__btn:focus-visible { background: var(--orange); color: #fff; gap: 8px; }
.coll-card:hover .coll-card__btn svg { color: #fff; }
.coll-card:hover .coll-card__btn span,
.coll-card__btn:focus-visible span { max-width: 90px; }
.coll-card--feature .coll-card__btn { right: 28px; bottom: 30px; height: 58px; padding: 0 18px; gap: 8px; background: var(--orange); color: #fff; }
.coll-card--feature .coll-card__btn svg { color: #fff; }
.coll-card--feature .coll-card__btn span { max-width: 90px; }

.coll-custom {
  position: relative; overflow: hidden;
  border-radius: 28px; padding: 26px;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 8px;
  background: linear-gradient(145deg, #e6a45c, var(--orange) 45%, #c47228);
  color: #fff;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}
.coll-custom:hover { transform: translateY(-6px); }
.coll-custom__mark {
  position: absolute; width: 200px; right: -50px; top: -50px;
  filter: brightness(0) invert(1); opacity: .25; animation: spin 40s linear infinite;
}
.coll-custom .script { color: var(--teal); font-size: 28px; }
.coll-custom strong { font-family: var(--font-display); font-weight: 400; font-size: 24px; line-height: 1.15; }
.coll-custom__go {
  margin-top: 10px; align-self: flex-start;
  font-weight: 700; font-size: 14px;
  padding: 10px 16px; border-radius: 999px; background: var(--teal);
}
.coll-custom__go b { display: inline-block; transition: transform .3s; }
.coll-custom:hover .coll-custom__go b { transform: translateX(5px); }

/* ---------- Event ---------- */
.ev {
  position: relative; overflow: hidden;
  background: radial-gradient(700px 480px at 100% 0%, var(--teal-700), transparent 60%), var(--teal);
  color: var(--cream-100);
}
.ev__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }

.ev__media { position: relative; padding: 0 30px 30px 0; }
.ev__photo {
  overflow: hidden; aspect-ratio: 4 / 5;
  border-radius: 220px 220px 32px 32px;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6);
}
.ev__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2, .8, .2, 1); }
.ev__media:hover .ev__photo img { transform: scale(1.06); }
.ev__badge {
  position: absolute; right: 0; bottom: 0; width: 132px; height: 132px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--orange); box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .5);
}
.ev__badge-ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 18s linear infinite; }
.ev__badge-ring text { font-family: var(--font-body); font-size: 10.5px; font-weight: 700; letter-spacing: .18em; fill: #fff; }
.ev__badge img { width: 44px; height: 44px; filter: brightness(0) invert(1); }
.ev__chip {
  position: absolute; left: 22px; top: 48%;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--teal);
  background: rgba(250, 249, 244, .92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .45);
  animation: float 5s ease-in-out infinite;
}
.ev__chip .i { color: var(--orange-600); }

.ev__content .section__title { color: #fff; font-size: clamp(36px, 4.4vw, 54px); }
.ev__content .section__title em { color: var(--orange); font-style: italic; }
.ev__content .section__lead { color: rgba(244, 243, 234, .75); max-width: 520px; }

.ev__list { list-style: none; padding: 0; margin: 32px 0 36px; display: grid; gap: 10px; }
.ev-row {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 18px 14px 14px; border-radius: 18px;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(210, 212, 191, .12);
  transition: background-color .35s, border-color .35s, transform .35s;
}
.ev-row:hover { background: rgba(255, 255, 255, .1); border-color: rgba(220, 147, 68, .5); transform: translateX(6px); }
.ev-row__icon {
  flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(220, 147, 68, .16); color: var(--orange);
  transition: background-color .35s, color .35s;
}
.ev-row__icon svg { width: 22px; height: 22px; }
.ev-row:hover .ev-row__icon { background: var(--orange); color: #fff; }
.ev-row__text { flex: 1; }
.ev-row__text strong { display: block; font-size: 16.5px; color: #fff; line-height: 1.3; }
.ev-row__text small { display: block; font-size: 13.5px; color: rgba(244, 243, 234, .6); }
.ev-row__arrow {
  flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  color: var(--cream); background: rgba(255, 255, 255, .06);
  transition: background-color .35s, color .35s, transform .35s;
}
.ev-row:hover .ev-row__arrow { background: #fff; color: var(--teal); transform: rotate(-45deg); }

.ev__cta { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.ev__note { font-size: 13.5px; line-height: 1.5; color: rgba(244, 243, 234, .6); padding-left: 16px; border-left: 2px solid var(--orange); }

/* ---------- How to order ---------- */
.how {
  position: relative; overflow: hidden;
  background:
    radial-gradient(700px 420px at 12% 0%, rgba(220, 147, 68, .16), transparent 60%),
    radial-gradient(800px 500px at 100% 100%, var(--teal-700), transparent 60%),
    var(--teal-900);
  color: var(--cream-100);
}
.how__ornament {
  position: absolute; width: 520px; right: -180px; top: -160px;
  opacity: .06; animation: spin 80s linear infinite; pointer-events: none;
}
.how__head { position: relative; text-align: center; max-width: 860px; margin: 0 auto 70px; }
.how__head .section__title { color: #fff; font-size: clamp(38px, 5vw, 60px); }
.how__head .section__title em { color: var(--orange); font-style: italic; }
.how__head .section__lead { color: rgba(244, 243, 234, .72); }
.how__trust { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.how__trust li {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--cream-100);
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(210, 212, 191, .16);
}
.how__trust .i { color: var(--orange); }

.how__track { position: relative; }
.how-step:not(:last-child)::before {
  content: ""; position: absolute; z-index: 1; left: 44px; top: 275px; width: calc(100% + 28px); height: 2px;
  background: linear-gradient(90deg, var(--orange), #f1b877) left / 0% 100% no-repeat,
              repeating-linear-gradient(90deg, rgba(210, 212, 191, .35) 0 10px, transparent 10px 20px);
  transition: background-size 1.4s cubic-bezier(.65, 0, .35, 1);
}
.how__track.is-active .how-step::before { background-size: 100% 100%, auto; }
.how__track.is-active .how-step:nth-child(1)::before { transition-delay: .5s; }
.how__track.is-active .how-step:nth-child(2)::before { transition-delay: 1.9s; }

.how__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.how-step {
  position: relative; display: flex; flex-direction: column;
  border-radius: 28px; padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
  border: 1px solid rgba(210, 212, 191, .14);
  transition: transform .45s cubic-bezier(.2, .8, .2, 1), border-color .45s, background-color .45s;
}
.how-step:hover { transform: translateY(-8px); border-color: rgba(220, 147, 68, .55); }
.how-step__visual {
  position: relative; height: 262px; border-radius: 20px; overflow: hidden;
  display: grid; place-items: center;
}
.how-step__body { padding: 34px 18px 22px; }
.how-step__num {
  position: absolute; z-index: 3; top: 250px; left: 18px;
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 24px; color: #fff;
  background: var(--orange);
  box-shadow: 0 0 0 7px var(--teal-900), 0 0 0 8px rgba(220, 147, 68, .5), 0 14px 30px -8px rgba(220, 147, 68, .8);
}
.how-step h3 { font-family: var(--font-display); font-size: 28px; color: #fff; }
.how-step p { margin-top: 8px; color: rgba(244, 243, 234, .72); font-size: 15.5px; max-width: 320px; }

/* step 1: chat */
.how-step__visual--chat { background: linear-gradient(160deg, #e9e3d3, #d2d4bf); }
.mini-phone {
  width: 210px; margin-top: 24px; padding: 10px 10px 14px;
  background: #efeae2; border-radius: 22px 22px 0 0;
  box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .45);
  display: flex; flex-direction: column; gap: 6px; align-self: end;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}
.how-step:hover .mini-phone { transform: translateY(-10px); }
.mini-phone__bar {
  display: flex; align-items: center; gap: 8px; margin: -10px -10px 4px; padding: 9px 12px;
  background: var(--teal); color: #fff; font-size: 12px; font-weight: 700; border-radius: 22px 22px 0 0;
}
.mini-phone__bar img { width: 20px; height: 20px; }
.how-step .bubble { margin: 0; padding: 6px 10px; border-radius: 12px; font-size: 11.5px; line-height: 1.35; max-width: 85%; color: #1d2b2b; }
.bubble--in { align-self: flex-end; background: #d9fdd3; border-bottom-right-radius: 4px; }
.bubble--img { align-self: flex-end; padding: 3px; background: #d9fdd3; width: 110px; }
.bubble--img img { width: 100%; height: 62px; object-fit: cover; border-radius: 9px; }
.bubble--out { align-self: flex-start; background: #fff; border-bottom-left-radius: 4px; }

/* step 2: design panel */
.how-step__visual--design { background: linear-gradient(160deg, #e6a45c, #c47228); }
.design-panel {
  width: 232px; padding: 16px 16px 18px; border-radius: 18px;
  background: rgba(255, 255, 255, .95); color: var(--teal);
  box-shadow: 0 24px 40px -20px rgba(0, 0, 0, .5);
  transform: rotate(-3deg); transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}
.how-step:hover .design-panel { transform: rotate(0) scale(1.04); }
.design-panel__label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 10px 0 6px; }
.design-panel__label:first-child { margin-top: 0; }
.design-panel__swatches { display: flex; gap: 8px; }
.design-panel__swatches i { width: 26px; height: 26px; border-radius: 50%; background: var(--c); border: 1px solid rgba(0, 0, 0, .1); }
.design-panel__swatches i.is-on { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--teal); }
.design-panel__pills { display: flex; flex-wrap: wrap; gap: 6px; }
.design-panel__pills b { font-size: 11.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: var(--cream-100); }
.design-panel__pills b.is-on { background: var(--teal); color: #fff; }
.design-panel__note { font-family: var(--font-script); font-size: 24px; color: var(--orange-600); line-height: 1.1; }

/* step 3: delivered */
.how-step__visual--deliver img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.how-step:hover .how-step__visual--deliver img { transform: scale(1.08); }
.how-step__visual--deliver::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7, 56, 56, .6)); }
.deliver-badge {
  position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 1;
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; border-radius: 16px;
  background: rgba(255, 255, 255, .95); color: var(--teal);
  box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .5);
}
.deliver-badge strong { display: block; font-size: 14px; line-height: 1.2; }
.deliver-badge small { font-size: 12px; color: var(--muted); }
.deliver-badge__check .i { width: 18px; height: 18px; }
.deliver-badge__check {
  width: 34px; height: 34px; flex: none; border-radius: 50%;
  display: grid; place-items: center; background: #1da851; color: #fff; font-weight: 700;
}
.how-step.is-visible .deliver-badge__check { animation: pop .6s cubic-bezier(.2, 1.6, .4, 1) 1.2s both; }
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }

.how__cta { margin-top: 60px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.how__cta .btn--primary { animation: glow 2.6s ease-in-out infinite; }
@keyframes glow { 50% { box-shadow: 0 0 0 10px rgba(220, 147, 68, .12), 0 16px 40px -10px rgba(220, 147, 68, .9); } }
.how__hint { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(244, 243, 234, .7); }
.how__hint i { width: 8px; height: 8px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 4px rgba(61, 220, 132, .2); }

/* ---------- Gallery ---------- */
.gal { overflow: hidden; }
.gal__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.gal__head .section__title { font-size: clamp(36px, 4.6vw, 56px); max-width: 620px; }
.gal__head .section__title em { color: var(--orange); font-style: italic; }

.ig-profile {
  flex: none; display: flex; align-items: center; gap: 14px;
  padding: 12px 12px 12px 12px; border-radius: 22px;
  background: #fff; border: 1px solid var(--line);
  box-shadow: 0 20px 40px -30px rgba(7, 56, 56, .5);
  transition: transform .3s, box-shadow .3s;
}
.ig-profile:hover { transform: translateY(-3px); box-shadow: 0 26px 46px -28px rgba(7, 56, 56, .6); }
.ig-profile__avatar {
  width: 54px; height: 54px; border-radius: 50%; padding: 3px; flex: none;
  background: conic-gradient(from 200deg, #f9ce34, #ee2a7b, #6228d7, #f9ce34);
}
.ig-profile__avatar img {
  width: 100%; height: 100%; border-radius: 50%; padding: 9px;
  background: var(--teal); border: 2px solid #fff;
}
.ig-profile__info strong { display: block; font-size: 15px; color: var(--teal); line-height: 1.3; }
.ig-profile__info small { font-size: 13px; color: var(--muted); }
.ig-profile__info b { color: var(--teal); }
.ig-profile__btn {
  white-space: nowrap;
  margin-left: 8px; display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: 14px; font-weight: 700; font-size: 14px;
  background: var(--teal); color: #fff; transition: background-color .3s;
}
.ig-profile__btn svg { width: 18px; height: 18px; }
.ig-profile:hover .ig-profile__btn { background: var(--orange); }

.gal__rows { display: grid; gap: 16px; }
.gal__row { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.gal__track { display: flex; gap: 16px; width: max-content; animation: gal-scroll 60s linear infinite; }
.gal__row--reverse .gal__track { animation-direction: reverse; animation-duration: 70s; }
.gal__row:hover .gal__track { animation-play-state: paused; }
@keyframes gal-scroll { to { transform: translateX(calc(-50% - 8px)); } }

.ig-tile {
  position: relative; flex: none; overflow: hidden;
  width: 250px; height: 250px; border-radius: 22px;
}
.gal__row--reverse .ig-tile { width: 300px; height: 220px; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.ig-tile__hover {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(10, 77, 77, .45); color: #fff; opacity: 0; transition: opacity .35s;
}
.ig-tile__hover svg { width: 34px; height: 34px; transform: scale(.6); transition: transform .35s cubic-bezier(.2, 1.6, .4, 1); }
.ig-tile:hover img { transform: scale(1.08); }
.ig-tile:hover .ig-tile__hover { opacity: 1; }
.ig-tile:hover .ig-tile__hover svg { transform: scale(1); }

/* ---------- FAQ ---------- */
.faq-sec { position: relative; background: var(--cream-100); overflow: hidden; }
.faq-sec::before {
  content: ""; position: absolute; width: 600px; height: 600px; left: -240px; bottom: -260px;
  background: radial-gradient(circle, rgba(220, 147, 68, .16), transparent 65%); pointer-events: none;
}
.faq-sec__grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.faq-sec__side { position: sticky; top: calc(var(--header-h) + 32px); }
.faq-sec__side .section__title { font-size: clamp(40px, 4.8vw, 60px); }
.faq-sec__side .section__title em { color: var(--orange); font-style: italic; }
.faq-sec__lead { margin-top: 18px; color: var(--muted); font-size: 17px; max-width: 400px; }

.ask-card {
  position: relative; overflow: hidden; margin-top: 36px;
  padding: 30px; border-radius: 28px;
  background: radial-gradient(360px 220px at 100% 0%, var(--teal-700), transparent 70%), var(--teal);
  color: var(--cream-100);
  box-shadow: 0 30px 60px -34px rgba(7, 56, 56, .8);
}
.ask-card__mark { position: absolute; width: 180px; right: -50px; top: -50px; opacity: .1; animation: spin 50s linear infinite; }
.ask-card__avatars { display: flex; margin-bottom: 18px; }
.ask-card__avatars img {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--teal); margin-left: -12px;
}
.ask-card__avatars img:first-child { margin-left: 0; }
.ask-card strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: 26px; color: #fff; }
.ask-card p { margin-top: 6px; font-size: 15px; color: rgba(244, 243, 234, .75); }
.ask-card__btn {
  margin-top: 20px; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px 12px 14px; border-radius: 999px;
  background: var(--orange); color: #fff; font-weight: 700;
  box-shadow: 0 14px 28px -12px rgba(220, 147, 68, .9);
  transition: transform .3s, background-color .3s;
}
.ask-card__btn:hover { transform: translateY(-2px); background: var(--orange-600); }
.ask-card__btn svg { width: 22px; height: 22px; }

.faq-list { display: grid; gap: 14px; }
.faq-item {
  border-radius: 24px; background: #fff; border: 1px solid var(--line);
  transition: background-color .45s, border-color .45s, box-shadow .45s, transform .45s;
}
.faq-item:hover { border-color: rgba(220, 147, 68, .5); }
.faq-item.is-open { background: var(--teal); border-color: var(--teal); box-shadow: 0 30px 50px -30px rgba(7, 56, 56, .75); }
.faq-item h3 { margin: 0; }
.faq-item__q {
  width: 100%; display: flex; align-items: center; gap: 20px;
  padding: 24px 24px 24px 26px; border: 0; background: none; cursor: pointer;
  text-align: left; font: inherit; color: var(--teal);
}
.faq-item__num {
  flex: none; font-family: var(--font-display); font-size: 20px; color: var(--orange);
  width: 36px;
}
.faq-item__text { flex: 1; font-family: var(--font-display); font-size: 22px; line-height: 1.25; transition: color .45s; }
.faq-item.is-open .faq-item__text { color: #fff; }
.faq-item__icon {
  position: relative; flex: none; width: 44px; height: 44px; border-radius: 50%;
  background: var(--cream-100); transition: background-color .45s, transform .45s;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px;
  background: var(--orange-600); border-radius: 2px; transition: transform .45s, background-color .45s;
}
.faq-item__icon::after { transform: rotate(90deg); }
.faq-item:hover .faq-item__icon { transform: rotate(90deg); }
.faq-item.is-open .faq-item__icon { background: var(--orange); transform: rotate(180deg); }
.faq-item.is-open .faq-item__icon::before, .faq-item.is-open .faq-item__icon::after { background: #fff; }
.faq-item.is-open .faq-item__icon::after { transform: rotate(0); }
.faq-item__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s cubic-bezier(.2, .8, .2, 1); }
.faq-item__a > div { overflow: hidden; }
.faq-item.is-open .faq-item__a { grid-template-rows: 1fr; }
.faq-item__a p { padding: 0 90px 26px 82px; color: rgba(244, 243, 234, .8); font-size: 16px; }

/* ---------- Final CTA ---------- */
.cta { padding: 40px 0 110px; }
.cta__card {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px;
  padding: 80px 72px;
  border-radius: 40px;
  background:
    radial-gradient(520px 380px at 0% 100%, rgba(220, 147, 68, .35), transparent 65%),
    radial-gradient(600px 420px at 100% 0%, var(--teal-700), transparent 60%),
    var(--teal-900);
  color: var(--cream-100);
  box-shadow: 0 50px 90px -50px rgba(7, 56, 56, .8);
}
.cta__ornament {
  position: absolute; width: 460px; left: -170px; top: -170px;
  opacity: .07; animation: spin 70s linear infinite; pointer-events: none;
}
.cta__content { position: relative; }
.cta__status {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px; border-radius: 999px; font-size: 13.5px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(210, 212, 191, .2);
}
.cta__status b { white-space: nowrap; }
.cta__status i { flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--cream); }
.cta__status.is-open i { background: #3ddc84; box-shadow: 0 0 0 4px rgba(61, 220, 132, .22); animation: blink 1.8s ease-in-out infinite; }
.cta__status.is-closed i { background: var(--orange); }
@keyframes blink { 50% { box-shadow: 0 0 0 8px rgba(61, 220, 132, 0); } }
.cta__card h2 { margin-top: 22px; font-family: var(--font-display); font-size: clamp(40px, 5vw, 66px); color: #fff; line-height: 1.05; }
.cta__card h2 em { color: var(--orange); font-style: italic; }
.cta__content > p { margin-top: 18px; font-size: 18px; color: rgba(244, 243, 234, .75); max-width: 480px; }

.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.cta__wa, .cta__phone {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 10px 26px 10px 10px; border-radius: 999px;
  transition: transform .3s, box-shadow .3s, background-color .3s;
}
.cta__wa:hover, .cta__phone:hover { transform: translateY(-3px); }
.cta__wa small, .cta__phone small { display: block; font-size: 12px; line-height: 1.2; opacity: .8; }
.cta__wa strong, .cta__phone strong { display: block; font-size: 17px; line-height: 1.3; }
.cta__wa { background: var(--orange); color: #fff; box-shadow: 0 18px 36px -14px rgba(220, 147, 68, .9); }
.cta__wa:hover { background: var(--orange-600); }
.cta__wa-icon, .cta__phone-icon { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.cta__wa-icon { background: #fff; color: #1da851; }
.cta__wa-icon svg { width: 26px; height: 26px; }
.cta__phone { background: rgba(255, 255, 255, .08); border: 1px solid rgba(210, 212, 191, .25); color: #fff; }
.cta__phone:hover { background: rgba(255, 255, 255, .14); }
.cta__phone-icon { background: rgba(255, 255, 255, .12); }
.cta__phone-icon svg { width: 22px; height: 22px; }
.cta__perks { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; color: rgba(244, 243, 234, .7); }

.cta__visual { position: relative; height: 440px; }
.cta__photo {
  position: absolute; overflow: hidden; border-radius: 24px;
  border: 6px solid rgba(250, 249, 244, .95);
  box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .6);
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}
.cta__photo img { width: 100%; height: 100%; object-fit: cover; }
.cta__photo--1 { width: 56%; height: 78%; left: 22%; top: 6%; z-index: 2; transform: rotate(-2deg); }
.cta__photo--2 { width: 42%; height: 56%; left: 0; top: 30%; z-index: 1; transform: rotate(-10deg); }
.cta__photo--3 { width: 42%; height: 56%; right: 0; top: 14%; z-index: 1; transform: rotate(9deg); }
.cta__card:hover .cta__photo--1 { transform: rotate(0) translateY(-8px); }
.cta__card:hover .cta__photo--2 { transform: rotate(-14deg) translateX(-14px); }
.cta__card:hover .cta__photo--3 { transform: rotate(13deg) translateX(14px); }
.cta__sticker {
  position: absolute; z-index: 3; right: 6%; bottom: 4%;
  width: 118px; height: 118px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  background: var(--orange); color: #fff; font-size: 26px; line-height: .95;
  box-shadow: 0 16px 30px -10px rgba(0, 0, 0, .5);
  transform: rotate(-12deg);
  animation: float 5s ease-in-out infinite;
}
.cta__ig {
  position: absolute; z-index: 3; left: 4%; bottom: 6%;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 16px;
  background: #fff; color: var(--teal); font-size: 14px;
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, .5);
}
.cta__ig svg { width: 22px; height: 22px; color: var(--orange-600); }

/* ---------- Footer ---------- */
.footer {
  position: relative; overflow: hidden;
  background: radial-gradient(700px 400px at 100% 0%, rgba(14, 95, 95, .8), transparent 65%), var(--teal-900);
  color: rgba(244, 243, 234, .72); font-size: 15px;
  padding: 64px 0 0;
  border-radius: 32px 32px 0 0;
}
.footer__top { position: relative; display: grid; grid-template-columns: 1.3fr .7fr .9fr 1.1fr; gap: 40px; align-items: start; padding-bottom: 48px; }
.footer__brand img { width: 120px; height: auto; margin-bottom: 16px; }
.footer__brand p { max-width: 300px; }
.footer__social { display: flex; gap: 8px; margin-top: 20px; }
.footer__social a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  color: var(--cream-100); background: rgba(255, 255, 255, .06); border: 1px solid rgba(210, 212, 191, .18);
  transition: background-color .3s, color .3s, transform .3s, border-color .3s;
}
.footer__social a:hover { background: var(--orange); border-color: var(--orange); color: #fff; transform: translateY(-3px); }
.footer__social svg { width: 18px; height: 18px; }
.footer h4 {
  font-family: var(--font-body); font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 16px;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer__col a { position: relative; transition: color .3s, padding-left .3s; }
.footer__col a::before {
  content: "✦"; position: absolute; left: -2px; opacity: 0; color: var(--orange); font-size: 11px; top: 3px;
  transition: opacity .3s;
}
.footer__col a:hover { color: #fff; padding-left: 16px; }
.footer__col a:hover::before { opacity: 1; }

.footer__card {
  padding: 20px; border-radius: 20px;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(210, 212, 191, .14);
}
.footer__status {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
  padding: 6px 14px 6px 10px; border-radius: 999px; font-size: 13px; color: #fff;
  background: rgba(255, 255, 255, .08);
}
.footer__status i { width: 8px; height: 8px; border-radius: 50%; background: var(--cream); }
.footer__status.is-open i { background: #3ddc84; box-shadow: 0 0 0 4px rgba(61, 220, 132, .22); animation: blink 1.8s ease-in-out infinite; }
.footer__status.is-closed i { background: var(--orange); }
.footer__contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 14.5px; }
.footer__contact li { display: flex; gap: 12px; align-items: center; color: #fff; }
.footer__contact svg {
  flex: none; width: 32px; height: 32px; padding: 8px; border-radius: 10px;
  background: rgba(220, 147, 68, .15); color: var(--orange);
}
.footer__contact small { display: block; font-size: 12px; color: rgba(244, 243, 234, .55); line-height: 1.3; }
.footer__contact a:hover { color: var(--orange); }
.footer__order {
  margin-top: 16px; display: flex; justify-content: space-between; align-items: center;
  padding: 11px 18px; border-radius: 12px; font-size: 14.5px; background: var(--orange); color: #fff; font-weight: 700;
  transition: background-color .3s;
}
.footer__order:hover { background: var(--orange-600); }
.footer__order b { transition: transform .3s; }
.footer__order:hover b { transform: translateX(5px); }

.footer__bottom {
  position: relative; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 18px 0 20px; border-top: 1px solid rgba(210, 212, 191, .12); font-size: 13px;
}
.footer__up {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: rgba(255, 255, 255, .85);
}
.footer__up span {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .08); transition: background-color .3s, transform .3s;
}
.footer__up:hover span { background: var(--orange); transform: translateY(-3px); }

/* ---------- Floating WhatsApp & mobile bar ---------- */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 60;
  width: 62px; height: 62px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .6);
  transition: transform .25s;
}
.wa-float svg { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.08); }
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25d366; animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse { from { transform: scale(1); opacity: .8; } to { transform: scale(1.6); opacity: 0; } }


/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 1080px) {
  .footer__top { grid-template-columns: 1fr 1fr 1.3fr; gap: 40px 32px; }
  .footer__brand { grid-column: 1 / 3; }
  .footer__card { grid-column: 3; grid-row: 1 / 3; }
  .faq-sec__grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-sec__side { position: static; }
}

@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .burger { display: block; }
  .nav {
    position: fixed; top: var(--header-h); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream-50); padding: 12px 20px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px -20px rgba(7, 56, 56, .35);
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s;
  }
  .nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav a:not(.btn) { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav a:not(.btn)::after { display: none; }
  .nav__cta { margin-top: 18px; padding: 14px; }

  .hero { padding: calc(var(--header-h) + 40px) 0 80px; }
  .hero__grid { grid-template-columns: 1fr; gap: 56px; text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__stats { justify-content: center; }
  .hero__stats li { text-align: left; }
  .hero__visual { width: min(380px, 86%); }
  .hero__badge { left: -24px; }
  .hero__tag { right: -16px; font-size: 26px; }

  .coll__head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .coll__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 280px; }
  .cta__card { grid-template-columns: 1fr; padding: 64px 44px 48px; }
  .cta__visual { height: 380px; max-width: 520px; width: 100%; margin-inline: auto; }
  .ev__grid { grid-template-columns: 1fr; gap: 48px; }
  .ev__media { max-width: 460px; width: 100%; margin-inline: auto; }
  .how__steps { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; gap: 36px; }
  .how-step:not(:last-child)::before { display: none; }
  .how-step { background: #0b4444; }
  .section { padding: 84px 0; }
}

@media (max-width: 640px) {
  .container, .container--narrow { width: calc(100% - 32px); }
  .header__word { width: 108px; }
  .header__mark { width: 34px; height: 34px; }
  .hero__eyebrow { font-size: 34px; }
  .hero__lead { font-size: 16.5px; }
  .hero__actions .btn { width: 100%; }
  .hero__stats { gap: 14px 22px; }
  .hero__stats strong { font-size: 20px; }
  .hero__badge { left: -12px; bottom: 30px; padding: 10px 14px 10px 10px; }
  .hero__badge img { width: 28px; height: 28px; }
  .hero__tag { right: -8px; top: 18px; font-size: 22px; padding: 8px 16px 4px; }
  .coll__grid { grid-template-columns: 1fr; grid-auto-rows: minmax(340px, auto); gap: 14px; }
  .coll-card--feature, .coll-card--tall, .coll-card--wide { grid-column: auto; grid-row: auto; }
  .coll-card--feature { min-height: 420px; }
  .coll-card__body p { max-height: 90px; opacity: 1; margin-top: 6px; }
  .coll-card__btn { gap: 8px; }
  .coll-card__btn span { max-width: 90px; }
  .coll-card--feature .coll-card__body { left: 24px; right: 24px; bottom: 96px; }
  .coll-card--feature .coll-card__btn { left: 24px; right: auto; bottom: 24px; }
  .coll-custom { min-height: 240px; }
  .swatches { right: 26px; top: 30px; }
  .swatches i { width: 28px; height: 28px; }
  .how__trust { gap: 8px; }
  .how__trust li { font-size: 12.5px; padding: 7px 11px; gap: 6px; }
  .gal__head { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 36px; }
  .ig-profile { width: 100%; }
  .ig-profile__btn { margin-left: auto; padding: 10px 14px; }
  .ig-profile__loc { display: none; }
  .ig-profile__info strong { font-size: 14px; }
  .gal__rows, .gal__track { gap: 12px; }
  .ig-tile { width: 180px; height: 180px; border-radius: 18px; }
  .gal__row--reverse .ig-tile { width: 220px; height: 160px; }
  @keyframes gal-scroll { to { transform: translateX(calc(-50% - 6px)); } }
  .ev__media { padding: 0 18px 18px 0; }
  .ev__badge { width: 104px; height: 104px; }
  .ev__badge img { width: 34px; height: 34px; }
  .ev__chip { left: 12px; font-size: 13px; }
  .ev-row { padding: 12px 14px 12px 12px; gap: 12px; }
  .ev-row__icon { width: 40px; height: 40px; }
  .ev-row__text strong { font-size: 15.5px; }
  .ev__cta .btn { width: 100%; }
  .section__head { margin-bottom: 44px; }
  .section__eyebrow { font-size: 32px; }
  .cta { padding: 20px 0 80px; }
  .cta .container { width: calc(100% - 20px); }
  .cta__card { padding: 48px 22px 32px; border-radius: 30px; }
  .cta__status { font-size: 12.5px; border-radius: 16px; line-height: 1.4; }
  .cta__wa, .cta__phone { width: 100%; }
  .cta__visual { height: 320px; }
  .cta__sticker { width: 96px; height: 96px; font-size: 21px; }
  .footer { border-radius: 24px 24px 0 0; padding-top: 48px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer__brand, .footer__card { grid-column: 1 / -1; grid-row: auto; }
  .faq-item__q { gap: 12px; padding: 20px 16px 20px 18px; }
  .faq-item__num { width: auto; font-size: 17px; }
  .faq-item__text { font-size: 18px; }
  .faq-item__icon { width: 38px; height: 38px; }
  .faq-item__a p { padding: 0 20px 22px 18px; font-size: 15px; }
  .ask-card { padding: 26px 22px; }
  .marquee span { font-size: 18px; }

  .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .wa-float svg { width: 28px; height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .gal__row { overflow-x: auto; }
}
