/* ==========================================================================
   Reanimatie Bonaire — design system
   --------------------------------------------------------------------------
   1. Tokens         6. Hero & page heroes    11. Shop & products
   2. Base           7. Home sections         12. Cart, checkout, forms
   3. Layout         8. Cards & lists         13. Footer, CTA, bars
   4. Type           9. Showcase & AED        14. Motion
   5. Buttons/header 10. FAQ, AEDCaribe       15. Responsive & reduced motion
   ========================================================================== */

/* 1. Tokens ---------------------------------------------------------------- */
:root {
  --red: #D71920;
  --red-hot: #EC1F27;
  --red-soft: #F2545B;
  --ink: #0E0F13;
  --ink-2: #121317;
  --ink-3: #1A1C22;
  --night: #0A0B0D;
  --sand: #F4F3F1;
  --sand-2: #ECEBE8;
  --line: #E4E3DF;
  --line-2: #DEDCD7;
  --text: #4A4842;
  --muted: #7A776F;
  --faint: #A9A6A0;
  --on-dark: #A9AEB6;
  --on-dark-2: #8C929B;
  --line-dark: rgba(255, 255, 255, 0.12);
  --ok: #4ADE80;

  --font: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --max: 1360px;
  --pad: clamp(20px, 4.5vw, 56px);
  --section: clamp(64px, 9vw, 124px);
  --header: 72px;

  --ease: cubic-bezier(.2, .8, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --shadow-card: 0 18px 40px -34px rgba(0, 0, 0, 0.55);
  --shadow-lift: 0 40px 70px -40px rgba(0, 0, 0, 0.45);
  --shadow-red: 0 16px 34px -14px rgba(215, 25, 32, 0.85);
}
@media (min-width: 900px) { :root { --header: 88px; } }

@view-transition { navigation: auto; }

/* 2. Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header) + 20px); }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
picture { display: contents; }
a { color: var(--red); text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: var(--red); color: #fff; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
main:focus { outline: none; }
.skip-link { position: absolute; left: 12px; top: -100px; z-index: 200; background: var(--red); color: #fff; padding: 12px 18px; font-weight: 600; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* 3. Layout ---------------------------------------------------------------- */
.container { width: 100%; max-width: calc(var(--max) + 2 * var(--pad)); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section); }
.section--sand { background: var(--sand); border-block: 1px solid var(--line); }
.section--dark { background: var(--ink); color: #fff; }
.section--line { border-top: 1px solid var(--line); }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.split--center { align-items: center; }
.split--wide-left { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.split--wide-right { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }

/* 4. Type ------------------------------------------------------------------ */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
.eyebrow--light { color: var(--red-soft); }
.eyebrow--muted { color: var(--muted); }
.h-display { margin: 0; font-size: clamp(40px, 6.4vw, 78px); line-height: .98; letter-spacing: -.035em; font-weight: 800; text-wrap: balance; }
.h-display em { font-style: normal; color: var(--red-soft); }
.h-section { margin: 0; font-size: clamp(30px, 4.2vw, 50px); line-height: 1.02; letter-spacing: -.03em; font-weight: 800; color: var(--ink-2); text-wrap: balance; }
.h-section--light, .section--dark .h-section { color: #fff; }
.h-card { margin: 0 0 10px; font-size: clamp(21px, 2.2vw, 26px); font-weight: 800; letter-spacing: -.02em; line-height: 1.12; }
.lead { margin: 0; font-size: clamp(16px, 1.85vw, 19px); line-height: 1.6; color: var(--text); max-width: 34em; text-wrap: pretty; }
.section--dark .lead { color: var(--on-dark); }
.body-text { margin: 0 0 1em; font-size: clamp(16px, 1.7vw, 17.5px); color: var(--text); text-wrap: pretty; }
.prose p { margin: 0 0 1em; font-size: clamp(16px, 1.7vw, 17.5px); color: var(--text); text-wrap: pretty; }
.prose p:last-child { margin-bottom: 0; }
.small-print { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.small-print .icon { flex: none; color: var(--red); }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: clamp(20px, 3vw, 40px); margin-bottom: clamp(32px, 4.5vw, 56px); }
.section-head__title { flex: 1 1 380px; min-width: min(100%, 300px); }
.section-head__intro { flex: 1 1 300px; margin: 0; max-width: 30em; font-size: clamp(15px, 1.6vw, 17px); color: var(--text); text-wrap: pretty; }
.section--dark .section-head__intro { color: var(--on-dark); }

/* 5. Buttons & header ------------------------------------------------------ */
.btn {
  --btn-bg: var(--red); --btn-fg: #fff; --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 13px 26px;
  border: 1px solid var(--btn-bd); background: var(--btn-bg); color: var(--btn-fg);
  font-size: 16px; font-weight: 600; line-height: 1.2; text-align: center;
  transition: background .3s var(--ease), color .3s, border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.btn .icon { transition: transform .3s var(--ease); flex: none; }
.btn:hover .icon--arrow { transform: translateX(4px); }
.btn:hover .icon--arrow-up-right { transform: translate(2px, -2px); }
.btn--primary { box-shadow: var(--shadow-red); }
.btn--primary:hover { --btn-bg: var(--red-hot); transform: translateY(-2px); box-shadow: 0 22px 40px -14px rgba(215, 25, 32, .95); }
.btn--dark { --btn-bg: var(--ink); }
.btn--dark:hover { --btn-bg: #fff; --btn-fg: var(--ink); }
.btn--ghost-light { --btn-bg: transparent; --btn-bd: rgba(255, 255, 255, .3); }
.btn--ghost-light:hover { --btn-bd: #fff; --btn-bg: rgba(255, 255, 255, .08); }
.btn--outline { --btn-bg: #fff; --btn-fg: var(--ink-2); --btn-bd: #C9C7C2; }
.btn--outline:hover { --btn-bd: var(--ink-2); --btn-bg: var(--sand); }
.btn--sm { min-height: 44px; padding: 10px 18px; font-size: 15px; }
.btn--lg { min-height: 56px; padding: 16px 30px; }
.btn--block { width: 100%; }
.btn.is-added { --btn-bg: var(--ink-2); box-shadow: none; }

.link-arrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--red); }
.link-arrow .icon { transition: transform .3s var(--ease); }
.link-arrow:hover .icon--arrow { transform: translateX(4px); }
.link-arrow--light { color: #fff; }

.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; flex: none; border: 1px solid var(--line); background: #fff; color: var(--ink-2); transition: background .25s, border-color .25s, color .25s, transform .4s var(--ease); }
.icon-btn:hover { border-color: var(--ink-2); }
.icon-btn--red { position: relative; z-index: 1; background: var(--red); border-color: var(--red); color: #fff; }
.icon-btn--red:hover { background: var(--red-hot); border-color: var(--red-hot); transform: rotate(90deg); }
.icon-btn.is-added { background: var(--ink-2); border-color: var(--ink-2); color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(14, 15, 19, .9); -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%); border-bottom: 1px solid rgba(255, 255, 255, .09); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(14, 15, 19, .97); box-shadow: 0 14px 30px -22px rgba(0, 0, 0, .7); }
.site-header__inner { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); height: var(--header); max-width: calc(var(--max) + 2 * var(--pad)); margin-inline: auto; padding-inline: var(--pad); }
.site-header__logo { flex: none; }
.site-header__logo img { height: calc(var(--header) - 22px); width: auto; }
.site-nav { margin-inline: auto; }
.site-nav ul { display: flex; gap: clamp(14px, 2vw, 30px); list-style: none; margin: 0; padding: 0; }
.site-nav a { position: relative; display: block; padding: 8px 0; color: #D6D8DC; font-size: 15px; font-weight: 500; white-space: nowrap; transition: color .25s; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.site-nav a:hover, .site-nav a[aria-current] { color: #fff; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { transform: scaleX(1); }
.site-header__actions { display: flex; align-items: center; gap: 10px; flex: none; }
.shop-pill { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .2); color: #fff; font-size: 15px; font-weight: 600; transition: border-color .25s, background .25s; }
.shop-pill:hover, .shop-pill.is-active { border-color: #fff; background: rgba(255, 255, 255, .08); }
.cart-btn { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .2); background: transparent; color: #fff; transition: border-color .25s; }
.cart-btn:hover { border-color: #fff; }
.cart-btn__count { position: absolute; top: -8px; right: -8px; display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 11px; background: var(--red); color: #fff; font-size: 11.5px; font-weight: 700; line-height: 1; box-shadow: 0 0 0 2px var(--ink); }
.cart-btn.is-bump .cart-btn__count { animation: bump .55s var(--ease-out); }
.menu-btn { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255, 255, 255, .2); background: transparent; }
.menu-btn span { width: 20px; height: 2px; background: #fff; transition: transform .35s var(--ease), opacity .2s; }
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: absolute; left: 0; right: 0; top: 100%; max-height: calc(100dvh - var(--header)); overflow: auto; background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .09); box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .7); }
.mobile-menu.is-open { animation: menuIn .4s var(--ease-out); }
.mobile-menu nav { display: grid; padding: 6px var(--pad) 28px; }
.mobile-menu__link { padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); color: #fff; font-size: 20px; font-weight: 600; }
.mobile-menu__link[aria-current] { color: var(--red-soft); }
.mobile-menu__shop { display: flex; align-items: center; gap: 12px; margin: 18px 0 10px; padding: 18px; background: var(--ink-3); border: 1px solid rgba(255, 255, 255, .1); color: #fff; font-size: 17px; font-weight: 700; }
.mobile-menu__shop span { flex: 1; }
.mobile-menu__quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.mobile-menu__quick a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 6px; border: 1px solid rgba(255, 255, 255, .12); color: #fff; font-size: 13px; font-weight: 600; }

/* 6. Hero & page heroes ---------------------------------------------------- */
.hero { position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); min-height: min(calc(100svh - var(--header)), 860px); }
.hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 96px) clamp(24px, 4vw, 64px) clamp(40px, 5vw, 64px) max(var(--pad), calc((100vw - var(--max)) / 2)); }
.hero__badge { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; font-family: var(--mono); font-size: clamp(10.5px, 1.15vw, 12px); letter-spacing: .1em; text-transform: uppercase; color: #9AA0A8; }
.pulse-dot { position: relative; width: 9px; height: 9px; flex: none; border-radius: 50%; background: var(--red); }
.pulse-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--red); animation: ping 1.8s var(--ease) infinite; }
.hero__lead { margin-top: clamp(20px, 2.6vw, 28px); color: var(--on-dark); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: clamp(28px, 3.6vw, 40px) 0 clamp(36px, 5vw, 56px); }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0; background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .13); }
.stats__item { display: flex; flex-direction: column-reverse; justify-content: flex-end; padding: 20px 18px; background: var(--ink); }
.stats__value { margin: 0; font-size: clamp(24px, 2.9vw, 32px); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; color: #fff; white-space: nowrap; }
.stats__value small { font-size: .52em; font-weight: 600; }
.stats__value--red { color: var(--red-soft); }
.stats__label { margin-top: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--on-dark-2); }
.stats__tax { display: block; margin-top: 3px; font-size: 9.5px; color: var(--red-soft); }
.hero__media { position: relative; min-height: 440px; overflow: hidden; border-left: 1px solid rgba(255, 255, 255, .13); }
.hero__parallax { position: absolute; inset: -7% 0; will-change: transform; }
.hero__parallax img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 45%; animation: heroZoom 2.2s var(--ease-out) both; }
.hero__media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(14, 15, 19, .5), transparent 32%), linear-gradient(0deg, rgba(14, 15, 19, .55), transparent 40%); }
.hero__tag { position: absolute; left: 0; bottom: clamp(24px, 4vw, 44px); z-index: 2; padding: 13px 20px; background: var(--red); color: #fff; font-size: clamp(13px, 1.4vw, 15px); font-weight: 600; animation: slideRight 1s .7s var(--ease-out) both; }
.hero__card { position: absolute; top: clamp(20px, 4vw, 40px); right: clamp(16px, 3vw, 32px); z-index: 2; display: flex; align-items: center; gap: 12px; padding: 14px 18px 14px 14px; background: rgba(14, 15, 19, .72); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .14); animation: rise .9s .9s var(--ease-out) both, float 7s 2s ease-in-out infinite; }
.hero__card-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: none; background: var(--red); color: #fff; }
.hero__card strong { display: block; font-size: 15px; line-height: 1.2; }
.hero__card span { font-size: 12.5px; color: var(--on-dark); }

.page-hero { position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse at 80% 40%, #000 10%, transparent 65%); mask-image: radial-gradient(ellipse at 80% 40%, #000 10%, transparent 65%); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 72px); align-items: center; padding-block: clamp(56px, 8vw, 112px); }
.page-hero__grid--single { grid-template-columns: minmax(0, 1fr); }
.page-hero .lead { margin-top: 22px; color: var(--on-dark); }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.page-hero__media { position: relative; aspect-ratio: 4 / 5; max-height: 580px; overflow: hidden; border: 1px solid var(--line-dark); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__device { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.page-hero__device::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(215, 25, 32, .42), transparent 64%); filter: blur(14px); animation: breathe 5s ease-in-out infinite; }
.page-hero__device img { position: relative; width: min(74%, 420px); filter: drop-shadow(0 50px 60px rgba(0, 0, 0, .6)); animation: productIn 1.4s .2s var(--ease-out) both, float 7s 1.6s ease-in-out infinite; }
.page-hero--light { background: var(--sand); color: var(--ink-2); border-bottom: 1px solid var(--line); }
.page-hero--light::before { background-image: linear-gradient(rgba(0, 0, 0, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .04) 1px, transparent 1px); }
.page-hero--light .lead { color: var(--text); }
.meta-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.meta-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .16); font-size: 14px; font-weight: 600; }
.meta-chips .icon { color: var(--red-soft); }
.meta-chips small { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--on-dark-2); }
.page-hero--light .meta-chips li { border-color: var(--line-2); background: #fff; }
.page-hero--light .meta-chips .icon { color: var(--red); }
.rise { animation: rise .9s var(--ease-out) both; animation-delay: calc(var(--d, 0) * 90ms); }

/* 7. Home sections --------------------------------------------------------- */
.marquee { overflow: hidden; background: var(--red); color: #fff; }
.marquee__track { display: flex; align-items: center; gap: 40px; width: max-content; padding: 20px 0; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.marquee__sep { width: 4px; height: 4px; flex: none; background: rgba(255, 255, 255, .65); }
.marquee svg { flex: none; }
.marquee svg path { fill: none; stroke: #fff; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 260; animation: dash 2.8s linear infinite; }

.why__num { display: block; font-size: clamp(96px, 15vw, 200px); line-height: .82; font-weight: 900; letter-spacing: -.065em; color: var(--red); }
.why__stat p { margin: 18px 0 0; max-width: 17em; font-size: clamp(18px, 2vw, 22px); font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
.why__source { margin-top: 12px; font-size: 13px; color: var(--muted); }

.chain { position: relative; margin-top: clamp(48px, 6vw, 80px); }
.chain__ecg { display: block; width: 100%; height: 64px; overflow: visible; }
.chain__ecg path { fill: none; stroke: var(--red); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: 0; }
.reveal-ready .chain__ecg path { stroke-dashoffset: 1; transition: stroke-dashoffset 2.6s var(--ease-out); }
.reveal-ready .chain.is-visible .chain__ecg path { stroke-dashoffset: 0; }
.chain__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 12px 0 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.chain__step { position: relative; padding: 28px 24px 30px; background: #fff; }
.chain__num { font-family: var(--mono); font-size: 12px; color: var(--red); }
.chain__icon { display: grid; place-items: center; width: 50px; height: 50px; margin: 14px 0 18px; background: var(--sand); color: var(--red); }
.chain__step h3 { margin: 0 0 8px; font-size: 19px; font-weight: 800; letter-spacing: -.01em; line-height: 1.2; }
.chain__step p { margin: 0; font-size: 15px; color: var(--text); }

.doors__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }
.door { position: relative; display: flex; flex-direction: column; min-height: clamp(440px, 42vw, 560px); padding: clamp(28px, 3.4vw, 44px); overflow: hidden; isolation: isolate; transition: transform .5s var(--ease), box-shadow .5s; }
.door:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.door--learn { background: var(--ink); color: #fff; }
.door--shop { background: #fff; color: var(--ink-2); border: 1px solid var(--line); }
.door__media { position: absolute; inset: 0; z-index: -1; }
.door--learn .door__media img { width: 100%; height: 100%; object-fit: cover; opacity: .34; transition: transform 1.4s var(--ease), opacity .6s; }
.door--learn:hover .door__media img { transform: scale(1.05); opacity: .44; }
.door--learn .door__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 15, 19, .15), rgba(14, 15, 19, .94) 78%); }
.door--shop .door__media { left: 50%; right: -4%; top: 6%; bottom: 24%; display: grid; place-items: center; background: radial-gradient(circle, rgba(215, 25, 32, .1), transparent 62%); }
.door--shop .door__media img { width: 74%; transform: rotate(8deg); filter: drop-shadow(0 40px 40px rgba(0, 0, 0, .25)); transition: transform 1s var(--ease); }
.door--shop:hover .door__media img { transform: rotate(2deg) scale(1.05); }
.door__top { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.door--learn .door__top { color: var(--red-soft); }
.door--shop .door__top { color: var(--red); }
.door__body { margin-top: auto; max-width: 27em; }
.door--shop .door__body { max-width: min(27em, 48%); }
.door__title { margin: 0 0 12px; font-size: clamp(32px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.door p { margin: 0 0 20px; font-size: 16.5px; }
.door--learn p { color: var(--on-dark); }
.door--shop p { max-width: 21em; color: var(--text); }
.door__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; padding: 0; list-style: none; }
.door__tags li { padding: 7px 12px; font-size: 13px; font-weight: 600; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .7); }
.door--learn .door__tags li { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .04); }
.door__cta { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.door--learn .door__cta { color: #fff; }
.door--shop .door__cta { color: var(--red); }
.door .icon--arrow { transition: transform .3s var(--ease); }
.door:hover .icon--arrow { transform: translateX(5px); }

.care__price { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin: 28px 0; padding: 22px 0; border-block: 1px solid var(--line); }
.report { position: relative; padding: clamp(26px, 3vw, 38px); background: var(--ink); color: #fff; box-shadow: var(--shadow-lift); }
.report__head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-2); }
.report__status { display: inline-flex; align-items: center; gap: 8px; color: var(--ok); }
.report__status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ok); animation: blink 1.6s ease-in-out infinite; }
.report__list { margin: 0; padding: 0; list-style: none; }
.report__item { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.report__icon { display: grid; place-items: center; width: 44px; height: 44px; flex: none; background: var(--ink-3); color: var(--red-soft); }
.report__item strong { display: block; font-size: 16.5px; }
.report__item span { font-size: 14px; color: var(--on-dark); }
.report__check { display: grid; place-items: center; width: 30px; height: 30px; margin-left: auto; flex: none; border-radius: 50%; background: rgba(74, 222, 128, .14); color: var(--ok); }
.reveal-ready .report__check { opacity: 0; transform: scale(0); transition: transform .5s var(--ease-out) calc(.5s + var(--i, 0) * .35s), opacity .3s calc(.5s + var(--i, 0) * .35s); }
.reveal-ready .report.is-visible .report__check { opacity: 1; transform: scale(1); }
.report__foot { margin: 18px 0 0; font-size: 14px; color: var(--on-dark); }

.kit { padding: clamp(28px, 3.4vw, 42px); background: var(--ink); color: #fff; }
.kit__title { margin: 0 0 6px; font-size: clamp(22px, 2.4vw, 28px); font-weight: 800; letter-spacing: -.02em; }
.kit p { margin: 0 0 18px; color: var(--on-dark); }

.logo-panel { position: relative; display: grid; place-items: center; min-height: clamp(300px, 40vw, 480px); padding: 48px; overflow: hidden; background: var(--ink); }
.logo-panel img { position: relative; width: min(62%, 280px); }
.logo-panel::before, .logo-panel::after { content: ""; position: absolute; left: 50%; top: 50%; width: 120%; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .06); border-radius: 50%; transform: translate(-50%, -50%); }
.logo-panel::after { width: 80%; border-color: rgba(215, 25, 32, .22); animation: breathe 5s ease-in-out infinite; }
.nrr { display: flex; align-items: center; gap: 20px; padding: 22px 26px; background: var(--ink-2); border-left: 4px solid var(--red); color: var(--on-dark); font-size: 15.5px; line-height: 1.5; }
.nrr__mark { flex: none; font-size: clamp(24px, 2.8vw, 30px); font-weight: 800; letter-spacing: -.02em; line-height: 1; color: var(--red-soft); }
.nrr__sep { width: 1px; height: 44px; flex: none; background: rgba(255, 255, 255, .16); }
.nrr strong { color: #fff; }

/* 8. Cards & lists --------------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: clamp(16px, 2vw, 28px); }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; display: flex; flex-direction: column; padding: clamp(24px, 2.8vw, 34px); background: #fff; border: 1px solid var(--line); color: inherit; transition: transform .45s var(--ease), box-shadow .45s, border-color .3s; }
a.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); border-color: #D5D3CE; }
.card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 20px; background: var(--sand); color: var(--red); transition: background .3s, color .3s; }
a.card:hover .card__icon { background: var(--red); color: #fff; }
.card__num { margin-bottom: 14px; font-family: var(--mono); font-size: 12px; color: var(--red); }
.card h3 { margin: 0 0 10px; font-size: 21px; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; }
.card p { margin: 0; font-size: 15.5px; color: var(--text); }
.card__value { margin-top: 4px; font-size: 17px; font-weight: 700; color: var(--ink-2); word-break: break-word; }
.card__foot { margin-top: auto; padding-top: 22px; }
.card--dark { background: var(--ink-2); border-color: var(--ink-2); color: #fff; }
.card--dark p { color: var(--on-dark); }
.card--dark .card__icon { background: var(--ink-3); color: var(--red-soft); }

.course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 32px); }
.course-card { position: relative; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 40px) clamp(22px, 2.6vw, 36px) clamp(26px, 2.8vw, 34px); background: #fff; border: 1px solid #ECEBE8; border-top: 3px solid var(--red); box-shadow: var(--shadow-card); transition: transform .45s var(--ease), box-shadow .45s; }
.course-card:nth-child(2n) { border-top-color: var(--ink-2); }
.course-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.course-card__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; font-family: var(--mono); font-size: 12px; color: var(--faint); }
.course-card__meta span:last-child { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.course-card__code { margin: 0 0 4px; font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; letter-spacing: -.025em; line-height: 1; }
.course-card__name { margin-bottom: 16px; font-size: 16px; font-weight: 600; color: var(--red); }
.course-card p { margin: 0 0 24px; font-size: clamp(15px, 1.55vw, 16px); color: var(--text); text-wrap: pretty; }
.course-card__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.course-card__foot > span { font-size: 15px; color: var(--text); }
.course-card__actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: 20px; }

.bullets { display: grid; gap: 11px; margin: 0 0 26px; padding: 0; list-style: none; }
.bullets li { display: flex; align-items: center; gap: 12px; font-size: 15.5px; }
.bullets li::before { content: ""; width: 7px; height: 7px; flex: none; background: var(--red); }
.course-card:nth-child(2n) .bullets li::before { background: var(--ink-2); }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; }
.check-list .icon { flex: none; margin-top: 3px; color: var(--red); }
.check-list--light li { color: #E6E8EB; }
.check-list--light .icon { color: var(--red-soft); }
.steps { display: grid; gap: 18px; margin: 0; padding: 24px 0 0; list-style: none; border-top: 1px solid var(--line-2); counter-reset: step; }
.steps li { display: flex; gap: 16px; counter-increment: step; }
.steps li::before { content: counter(step, decimal-leading-zero); flex: none; padding-top: 3px; font-family: var(--mono); font-size: 12px; color: var(--red); }
.steps strong { display: block; font-size: 16.5px; color: var(--ink-2); }
.steps span { display: block; margin-top: 2px; font-size: 15.5px; color: #5C5A54; }
.steps--light { border-color: var(--line-dark); }
.steps--light strong { color: #fff; }
.steps--light span { color: var(--on-dark); }
.audience { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.audience li { padding: 12px 18px; background: #fff; border: 1px solid var(--line-2); font-size: 16px; font-weight: 700; }
.big-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.big-list li { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: clamp(14px, 1.6vw, 20px) 0; border-bottom: 1px solid var(--line); font-size: clamp(26px, 4.2vw, 52px); font-weight: 800; letter-spacing: -.035em; line-height: 1.05; transition: color .3s, padding .4s var(--ease); }
.big-list li span { font-family: var(--mono); font-size: 12px; font-weight: 400; letter-spacing: .08em; color: var(--faint); }
.big-list li:hover { padding-left: 14px; color: var(--red); }

.timeline { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 26px); margin: 0; padding: 0; list-style: none; }
.timeline::before, .timeline::after { content: ""; position: absolute; left: 0; right: 0; top: 24px; height: 2px; background: var(--line-2); }
.timeline::after { background: var(--red); transform-origin: left; }
.reveal-ready .timeline::after { transform: scaleX(0); transition: transform 2.2s var(--ease-out) .2s; }
.reveal-ready .timeline.is-visible::after { transform: scaleX(1); }
.timeline li { position: relative; }
.timeline__dot { position: relative; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 20px; background: #fff; border: 2px solid var(--red); color: var(--red); font-family: var(--mono); font-size: 13px; }
.timeline h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; letter-spacing: -.01em; line-height: 1.22; }
.timeline p { margin: 0; font-size: 15px; color: var(--text); }

/* 9. Showcase & AED -------------------------------------------------------- */
.showcase { position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; }
.showcase::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse at 72% 50%, #000 15%, transparent 68%); mask-image: radial-gradient(ellipse at 72% 50%, #000 15%, transparent 68%); }
.showcase__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.showcase__copy .lead { margin-top: 20px; }
.showcase .h-section { color: #fff; }
.showcase .lead { color: var(--on-dark); }
.showcase__product { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 28px; margin-top: 32px; padding: 24px 0; border-block: 1px solid var(--line-dark); }
.showcase__product .eyebrow { margin-bottom: 8px; }
.showcase__product h3 { margin: 0; font-size: clamp(28px, 3.2vw, 38px); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.showcase__product p { margin: 6px 0 0; color: var(--on-dark); }
.showcase__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.showcase__stage { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.showcase__glow { position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(215, 25, 32, .46), transparent 62%); filter: blur(18px); animation: breathe 5s ease-in-out infinite; }
.showcase__rings span { position: absolute; inset: 20%; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; }
.showcase__rings span:nth-child(2) { inset: 9%; border-color: rgba(255, 255, 255, .07); }
.showcase__rings span:nth-child(3) { inset: -2%; border-color: rgba(255, 255, 255, .04); }
.showcase__device { position: relative; z-index: 2; width: min(56%, 400px); }
.showcase__float { animation: float 7s ease-in-out infinite; }
.showcase__device img { width: 100%; filter: drop-shadow(0 50px 60px rgba(0, 0, 0, .65)); }
.reveal-ready .showcase__device { opacity: 0; transform: translateX(26%) rotate(10deg) scale(.88); filter: blur(8px); transition: opacity 1.1s var(--ease-out), transform 1.5s var(--ease-out), filter 1.1s var(--ease-out); }
.reveal-ready .showcase__stage.is-visible .showcase__device { opacity: 1; transform: none; filter: none; }
.spec-chip { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: 12px 16px; background: rgba(22, 23, 28, .8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .6); }
.spec-chip strong { font-size: clamp(17px, 1.8vw, 21px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.spec-chip span { margin-top: 4px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--on-dark-2); }
.spec-chip::before { content: ""; position: absolute; top: 14px; left: -4px; width: 8px; height: 8px; background: var(--red); }
.spec-chip--1 { top: 12%; left: 0; }
.spec-chip--2 { top: 24%; right: 0; }
.spec-chip--3 { bottom: 22%; left: 0; }
.spec-chip--4 { bottom: 8%; right: 2%; }
.reveal-ready .spec-chip { opacity: 0; transform: translateY(18px) scale(.95); transition: opacity .7s var(--ease-out), transform .8s var(--ease-out); transition-delay: calc(.6s + var(--i, 0) * .15s); }
.reveal-ready .showcase__stage.is-visible .spec-chip { opacity: 1; transform: none; }

.how { counter-reset: how; }
.placement { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }
.placement__card { position: relative; display: flex; flex-direction: column; padding: clamp(28px, 3.4vw, 44px); overflow: hidden; background: #fff; border: 1px solid var(--line); }
.placement__card--out { background: var(--ink); color: #fff; border-color: var(--ink); }
.placement__card p { margin: 0 0 22px; color: var(--text); }
.placement .placement__card--out p { color: var(--on-dark); }
.placement__label { margin-bottom: 16px; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
.placement__card--out .placement__label { color: var(--red-soft); }
.placement__card .link-arrow { margin-top: auto; }
.placement__card--out .link-arrow { color: #fff; }

.compare { overflow-x: auto; background: #fff; border: 1px solid var(--line); }
.compare table { width: 100%; min-width: 560px; border-collapse: collapse; }
.compare th, .compare td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; font-size: 15px; vertical-align: top; }
.compare thead th { font-size: 19px; font-weight: 800; letter-spacing: -.01em; vertical-align: bottom; }
.compare thead th a { color: var(--ink-2); }
.compare tbody th { width: 26%; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.compare td { font-weight: 600; }
.compare tr:last-child > * { border-bottom: 0; }

/* 10. FAQ & AEDCaribe ------------------------------------------------------ */
.faq { border-top: 1px solid var(--line-2); }
.faq__item { border-bottom: 1px solid var(--line-2); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-size: clamp(17px, 1.8vw, 19px); font-weight: 700; color: var(--ink-2); transition: padding .35s var(--ease), color .2s; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { padding-left: 10px; color: var(--red); }
.faq__sign { position: relative; width: 18px; height: 18px; flex: none; }
.faq__sign::before, .faq__sign::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; margin-top: -1px; background: var(--red); transition: transform .35s var(--ease); }
.faq__sign::after { transform: rotate(90deg); }
.faq__item[open] .faq__sign::after { transform: rotate(0); }
.faq__a p { margin: 0; padding: 0 clamp(0px, 5vw, 60px) 24px 0; font-size: clamp(15.5px, 1.6vw, 16.5px); color: var(--text); text-wrap: pretty; }
.faq__item[open] .faq__a { animation: faqIn .45s var(--ease-out); }
.faq-group + .faq-group { margin-top: clamp(40px, 5vw, 64px); }
.faq-group__title { margin: 0 0 18px; font-size: clamp(22px, 2.4vw, 28px); font-weight: 800; letter-spacing: -.02em; scroll-margin-top: calc(var(--header) + 24px); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.chips a { display: inline-flex; padding: 9px 16px; border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); font-size: 14.5px; font-weight: 600; transition: border-color .25s, color .25s; }
.chips a:hover { border-color: var(--red); color: var(--red); }

.aedcaribe { overflow: hidden; padding-block: var(--section); background: linear-gradient(135deg, #0E0F13 0%, #17191F 100%); color: #fff; }
.aedcaribe__inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.aedcaribe__radar { position: relative; width: 100%; max-width: 420px; aspect-ratio: 1; margin-inline: auto; overflow: hidden; border-radius: 50%; background: radial-gradient(circle, rgba(215, 25, 32, .12), transparent 70%); }
.aedcaribe__radar::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, rgba(215, 25, 32, .38), transparent 22%); animation: spin 6s linear infinite; }
.aedcaribe__ring { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.aedcaribe__ring:nth-child(2) { inset: 18%; }
.aedcaribe__ring:nth-child(3) { inset: 36%; }
.aedcaribe__dot { position: absolute; left: var(--x); top: var(--y); width: 16px; height: 16px; margin: -8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(215, 25, 32, .25); }
.aedcaribe__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: inherit; animation: ping 2.2s var(--ease) infinite; }
.aedcaribe__dot--sm { width: 8px; height: 8px; margin: -4px; background: #fff; box-shadow: none; }
.aedcaribe__dot--sm:nth-of-type(odd)::after { animation-delay: .8s; }
.aedcaribe__copy p { max-width: 32em; margin: 18px 0 30px; font-size: clamp(16px, 1.8vw, 18.5px); color: var(--on-dark); }

/* 11. Shop & products ------------------------------------------------------ */
.shop-bar { position: sticky; top: var(--header); z-index: 30; background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.shop-bar__inner { display: flex; align-items: center; gap: 20px; height: 56px; overflow-x: auto; scrollbar-width: none; }
.shop-bar__inner::-webkit-scrollbar { display: none; }
.shop-bar__home { display: inline-flex; align-items: center; gap: 8px; height: 100%; padding-right: 20px; border-right: 1px solid var(--line); color: var(--ink-2); font-weight: 800; white-space: nowrap; }
.shop-bar__cats { display: flex; gap: 4px; }
.shop-bar__cats a { padding: 8px 12px; color: var(--text); font-size: 14.5px; font-weight: 600; white-space: nowrap; transition: color .2s, background .2s; }
.shop-bar__cats a:hover, .shop-bar__cats a.is-active { color: var(--red); background: var(--sand); }
.shop-bar__note { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; font-size: 13px; color: var(--muted); white-space: nowrap; }
.shop-bar__note .icon { color: var(--red); }

.shop-hero { position: relative; overflow: hidden; padding: clamp(48px, 6vw, 88px) 0 clamp(40px, 5vw, 64px); background: var(--sand); border-bottom: 1px solid var(--line); }
.shop-hero .lead { margin-top: 20px; }
.trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: clamp(32px, 4vw, 48px); background: var(--line); border: 1px solid var(--line); }
.trust__item { display: flex; align-items: flex-start; gap: 12px; padding: 18px 20px; background: #fff; }
.trust__item .icon { flex: none; margin-top: 2px; color: var(--red); }
.trust__item strong { display: block; font-size: 15px; line-height: 1.3; }
.trust__item span { font-size: 13.5px; color: var(--text); }

.feature { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; }
.feature__media { position: relative; display: grid; place-items: center; min-height: 440px; padding: clamp(32px, 5vw, 64px); }
.feature__media::before { content: ""; position: absolute; inset: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(215, 25, 32, .42), transparent 64%); filter: blur(12px); animation: breathe 5s ease-in-out infinite; }
.feature__media img { position: relative; width: min(78%, 400px); filter: drop-shadow(0 40px 50px rgba(0, 0, 0, .6)); }
.feature__media .badge { z-index: 2; }
.feature__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 56px); border-left: 1px solid var(--line-dark); }
.feature__title { margin: 0; font-size: clamp(34px, 4.4vw, 56px); font-weight: 800; letter-spacing: -.035em; line-height: 1; }
.feature__tagline { margin: 8px 0 0; font-size: 18px; font-weight: 600; color: var(--red-soft); }
.feature__body > p { margin: 18px 0 0; color: var(--on-dark); }
.feature__price { margin-top: 24px; padding: 20px 0; border-block: 1px solid var(--line-dark); }
.feature__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.quickspecs { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1px; margin: 22px 0 0; background: var(--line); border: 1px solid var(--line); }
.quickspecs div { display: flex; flex-direction: column-reverse; justify-content: flex-end; padding: 14px 16px; background: #fff; }
.quickspecs dt { margin-top: 4px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.quickspecs dd { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.quickspecs--dark { background: var(--line-dark); border-color: var(--line-dark); }
.quickspecs--dark div { background: var(--ink); }
.quickspecs--dark dt { color: var(--on-dark-2); }

.shop-section { scroll-margin-top: calc(var(--header) + 76px); }
.shop-section + .shop-section { margin-top: clamp(56px, 7vw, 96px); }
.shop-section__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px 32px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.shop-section__head h2 { margin: 0; font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -.03em; }
.shop-section__head p { max-width: 34em; margin: 0; color: var(--text); }
.shop-empty { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 26px; background: #fff; border: 1px dashed var(--line-2); color: var(--text); }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); gap: clamp(16px, 2vw, 28px); }
.product-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card); transition: transform .45s var(--ease), box-shadow .45s, border-color .3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: #D5D3CE; }
.product-card__media { position: relative; display: grid; place-items: center; aspect-ratio: 1; padding: 12%; overflow: hidden; background: radial-gradient(circle at 50% 45%, #fff 0, #F2F1EF 72%); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 26px 26px rgba(0, 0, 0, .14)); transition: transform .9s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.06) rotate(-2deg); }
.badge { position: absolute; left: 0; top: 0; padding: 8px 14px; background: var(--red); color: #fff; font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 20px; border-top: 1px solid var(--line); }
.product-card__cat { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.product-card__title { margin: 6px 0 4px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.product-card__title a { color: inherit; }
.product-card__title a::after { content: ""; position: absolute; inset: 0; }
.product-card__tagline { margin: 0 0 18px; font-size: 15px; color: var(--text); }
.product-card--ask { justify-content: center; padding: clamp(24px, 3vw, 36px); background: transparent; border: 1px dashed #CFCCC6; box-shadow: none; }
.product-card--ask:hover { transform: none; box-shadow: none; border-color: var(--red); }
.product-card--ask .card__icon { margin-bottom: 0; background: #fff; }
.product-card--ask h3 { margin: 18px 0 8px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.product-card--ask p { margin: 0 0 22px; color: var(--text); }
.product-card--ask .ask__links { display: grid; gap: 12px; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }

.price { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; color: var(--ink-2); }
.price__amount { font-size: 22px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.price__meta { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; }
.price__unit { font-size: 13.5px; font-weight: 500; color: var(--muted); }
.price__tax { font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.price--lg .price__amount { font-size: clamp(28px, 3.4vw, 38px); }
.price--xl .price__amount { font-size: clamp(36px, 4.4vw, 50px); }
.price--request .price__amount { font-size: 16px; font-weight: 700; letter-spacing: 0; color: var(--text); }
.price--lg.price--request .price__amount, .price--xl.price--request .price__amount { font-size: 22px; }
.section--dark .price, .showcase .price, .feature .price, .upsell .price { color: #fff; }
.section--dark .price__tax, .showcase .price__tax, .feature .price__tax, .upsell .price__tax,
.section--dark .price__unit, .showcase .price__unit, .feature .price__unit, .upsell .price__unit { color: var(--on-dark-2); }
.showcase .price__amount, .upsell .price__amount { color: var(--red-soft); }

.pdp { padding: clamp(20px, 3vw, 36px) 0 var(--section); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(20px, 3vw, 36px); font-size: 14px; color: var(--muted); }
.breadcrumb a { color: var(--text); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb [aria-current] { color: var(--ink-2); font-weight: 600; }
.pdp__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.pdp__gallery { position: sticky; top: calc(var(--header) + 76px); }
.pdp__stage { position: relative; display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; background: radial-gradient(circle at 50% 42%, #fff 0, #F0EFED 74%); border: 1px solid var(--line); }
.pdp__glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(215, 25, 32, .16), transparent 66%); animation: breathe 5s ease-in-out infinite; }
.pdp__slide { position: relative; display: grid; place-items: center; width: 72%; height: 80%; margin: 0; }
.pdp__slide img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 40px 40px rgba(0, 0, 0, .18)); }
.pdp__slide:first-child img { animation: productIn 1.3s var(--ease-out) both; }
.pdp__slide.is-switched img { animation: slideFade .6s var(--ease-out) both; }
.pdp__thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.pdp__thumb { width: 84px; height: 84px; padding: 8px; background: #fff; border: 1px solid var(--line); transition: border-color .2s; }
.pdp__thumb.is-active, .pdp__thumb:hover { border-color: var(--red); }
.pdp__thumb img { width: 100%; height: 100%; object-fit: contain; }
.pdp__title { margin: 0; font-size: clamp(38px, 5vw, 62px); font-weight: 800; letter-spacing: -.035em; line-height: 1; }
.pdp__tagline { margin: 10px 0 0; font-size: 18px; font-weight: 600; color: var(--red); }
.pdp__price { margin-top: 26px; padding: 22px 0; border-block: 1px solid var(--line); }
.pdp__summary { margin: 22px 0 0; font-size: 17px; color: var(--text); text-wrap: pretty; }
.pdp__quickspecs { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1px; margin: 24px 0 0; background: var(--line); border: 1px solid var(--line); }
.pdp__quickspecs div { display: flex; flex-direction: column-reverse; justify-content: flex-end; padding: 14px 16px; background: #fff; }
.pdp__quickspecs dt { margin-top: 4px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pdp__quickspecs dd { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.pdp__buy { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 14px; }
.pdp__add { flex: 1 1 220px; }
.pdp__request { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; font-size: 14px; color: var(--text); }
.pdp__request .icon { color: var(--red); flex: none; }
.assurances { display: grid; gap: 12px; margin: 24px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.assurances li { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.assurances .icon { flex: none; color: var(--red); }
.assurances small { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.pdp-details__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.pdp-details__text .h-section { margin-bottom: 22px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.spec-grid__item { display: flex; flex-direction: column-reverse; justify-content: flex-end; padding: 20px 22px; background: #fff; }
.spec-grid dt { margin-top: 6px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.spec-grid dd { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }
.upsell { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(20px, 3vw, 40px); align-items: center; padding: clamp(26px, 3.4vw, 40px); background: var(--ink); color: #fff; }
.upsell__icon { display: grid; place-items: center; width: 64px; height: 64px; background: var(--red); }
.upsell__title { margin: 0 0 8px; font-size: clamp(23px, 2.6vw, 30px); font-weight: 800; letter-spacing: -.025em; }
.upsell p { margin: 0; color: var(--on-dark); }
.upsell__price { display: grid; justify-items: end; gap: 14px; }
.upsell .btn--outline, .dark-outline { --btn-bg: transparent; --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, .3); }
.upsell .btn--outline:hover, .dark-outline:hover { --btn-bg: rgba(255, 255, 255, .08); --btn-bd: #fff; }

/* 12. Cart, checkout, forms ------------------------------------------------ */
.drawer { position: fixed; inset: 0; z-index: 80; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(10, 11, 13, .55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); animation: fadeIn .3s ease both; }
.drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(440px, 100%); background: #fff; box-shadow: -30px 0 60px -30px rgba(0, 0, 0, .5); outline: none; animation: drawerIn .5s var(--ease-out) both; }
.drawer.is-closing .drawer__scrim { animation: fadeOut .3s ease both; }
.drawer.is-closing .drawer__panel { animation: drawerOut .3s ease both; }
.drawer__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 24px 24px 18px; border-bottom: 1px solid var(--line); }
.drawer__head .eyebrow { margin-bottom: 6px; }
.drawer__title { margin: 0; font-size: 26px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.drawer__body { flex: 1; overflow: auto; padding: 4px 24px; }
.drawer__empty { margin: 0; padding: 56px 0; text-align: center; color: var(--muted); }
.drawer__foot { display: grid; gap: 12px; padding: 20px 24px 24px; background: var(--sand); border-top: 1px solid var(--line); }
.drawer__total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-weight: 600; }
.drawer__total strong { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.drawer__total small, .summary-row small { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.drawer__note { margin: 0; font-size: 13.5px; color: var(--text); }
.drawer__small { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; font-size: 12.5px; color: var(--muted); text-align: center; }
.drawer__small .icon { flex: none; color: var(--red); }

.line { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 14px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.line:last-child { border-bottom: 0; }
.line__thumb { display: grid; place-items: center; width: 72px; height: 72px; padding: 8px; background: var(--sand); color: var(--red); }
.line__thumb img { width: 100%; height: 100%; object-fit: contain; }
.line__title { display: block; font-weight: 700; line-height: 1.25; color: var(--ink-2); }
a.line__title:hover { color: var(--red); }
.line__unit { margin-top: 2px; font-size: 13px; color: var(--muted); }
.line__controls { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.line__remove { display: inline-flex; align-items: center; gap: 4px; padding: 6px; border: 0; background: none; color: var(--muted); font-size: 13px; transition: color .2s; }
.line__remove:hover { color: var(--red); }
.line__total { font-weight: 800; white-space: nowrap; text-align: right; }
.line__total--request { font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.checkout .line { grid-template-columns: 96px minmax(0, 1fr) auto; padding: 20px 0; }
.checkout .line__thumb { width: 96px; height: 96px; }

.checkout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.checkout__lines { background: #fff; border: 1px solid var(--line); padding: 4px clamp(18px, 2.4vw, 28px); }
.summary-box { display: grid; gap: 10px; margin-top: 16px; padding: 22px 24px; background: var(--sand); border: 1px solid var(--line); }
.summary-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.summary-row--total { padding-top: 10px; border-top: 1px solid var(--line-2); }
.summary-row--total strong { font-size: 28px; font-weight: 800; letter-spacing: -.02em; }
.empty-state { padding: clamp(40px, 6vw, 72px) 24px; text-align: center; background: #fff; border: 1px dashed var(--line-2); }
.empty-state h2 { margin: 0 0 10px; font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.empty-state p { margin: 0 auto 24px; max-width: 28em; color: var(--text); }

.form-card { padding: clamp(26px, 3vw, 40px) clamp(20px, 2.8vw, 38px); background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); box-shadow: var(--shadow-card); scroll-margin-top: calc(var(--header) + 24px); }
.form-card__title { margin: 0 0 8px; font-size: clamp(23px, 2.5vw, 28px); font-weight: 800; letter-spacing: -.02em; }
.form-card__intro { margin: 0 0 26px; font-size: 15.5px; color: #5C5A54; }
.form { display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field__label { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; padding: 14px; background: #FCFCFB; border: 1px solid #D8D6D1; border-radius: 0; outline: none; font-size: 16px; -webkit-appearance: none; appearance: none; transition: border-color .2s, box-shadow .2s; }
.field select { padding-right: 42px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23121317' stroke-width='2.4'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.field textarea { min-height: 100px; resize: vertical; font-family: var(--font); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215, 25, 32, .12); }
.field .is-invalid, .field input.is-invalid { border-color: var(--red); }
.field--check { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; cursor: pointer; }
.field--check input { width: 20px; height: 20px; margin: 2px 0 0; flex: none; accent-color: var(--red); }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__error { margin: 0; font-size: 14.5px; font-weight: 600; color: var(--red); }
.form__small { margin: 0; font-size: 13.5px; text-align: center; color: #8A8781; }
.calc { padding: 18px 0; border-block: 1px solid #EDEBE7; }
.calc__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; }
.calc__amount { font-size: 28px; font-weight: 800; letter-spacing: -.02em; line-height: 1; text-align: right; }
.calc__line { margin-top: 6px; font-size: 12.5px; color: #8A8781; text-align: right; }
.qty { display: inline-flex; align-items: stretch; background: #fff; border: 1px solid #D8D6D1; }
.qty button { display: grid; place-items: center; width: 46px; height: 46px; border: 0; background: #fff; color: var(--ink-2); transition: background .2s; }
.qty button:hover { background: var(--sand); }
.qty input { width: 58px; border: 0; border-inline: 1px solid #EDEBE7; background: #fff; text-align: center; font-size: 18px; font-weight: 700; -moz-appearance: textfield; appearance: textfield; outline: none; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty--lg button { width: 52px; height: 56px; }
.qty--lg input { width: 64px; }
.qty--sm button { width: 34px; height: 34px; }
.qty--sm input { width: 40px; font-size: 15px; }
.form-state { padding: 48px 0; text-align: center; }
.spinner { width: 44px; height: 44px; margin: 0 auto 22px; border: 3px solid #EDEBE7; border-top-color: var(--red); border-radius: 50%; animation: spin .9s linear infinite; }
.form-state__icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 22px; background: var(--red); color: #fff; font-size: 26px; font-weight: 700; animation: pop .55s var(--ease-out); }
.form-state__icon--error { background: #fff; border: 2px solid var(--red); color: var(--red); }
.form-state__title { margin: 0 0 10px; font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.form-state__text { max-width: 30em; margin: 0 auto 24px; color: #5C5A54; }
.form-state__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* 13. Footer, CTA, bars ---------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; padding-block: clamp(44px, 5.5vw, 76px); background: var(--red); color: #fff; }
.cta-band__ecg { position: absolute; left: 0; right: 0; bottom: 6px; width: 100%; height: 56px; opacity: .22; }
.cta-band__ecg path { fill: none; stroke: #fff; stroke-width: 2; vector-effect: non-scaling-stroke; }
.cta-band__inner { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; }
.cta-band__title { margin: 0; font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; letter-spacing: -.03em; line-height: 1.04; text-wrap: balance; }
.cta-band__text { margin: 10px 0 0; font-size: clamp(15px, 1.7vw, 17.5px); color: rgba(255, 255, 255, .9); }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.site-footer { padding: clamp(56px, 7vw, 88px) 0 clamp(28px, 3vw, 40px); background: var(--night); color: #fff; }
.site-footer__top { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 56px); padding-bottom: clamp(32px, 4vw, 48px); border-bottom: 1px solid #23262C; }
.site-footer__brand img { width: auto; height: 86px; margin-bottom: 22px; }
.site-footer__brand p { max-width: 26em; margin: 0 0 22px; color: #8D939D; }
.site-footer__nrr { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #8D939D; }
.site-footer__nrr strong { font-size: 20px; font-weight: 800; color: var(--red-soft); }
.site-footer__col { display: grid; align-content: start; gap: 11px; }
.site-footer__label { margin-bottom: 6px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #6A7078; }
.site-footer__col a, .site-footer__muted { display: inline-flex; align-items: center; gap: 9px; font-size: 15.5px; color: #E6E8EB; word-break: break-word; transition: color .2s; }
.site-footer__col a:hover { color: var(--red-soft); }
.site-footer__col .icon { flex: none; color: #6A7078; }
.site-footer__muted { color: #8D939D; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 24px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: #6A7078; }
.site-footer__bottom a { display: inline-flex; align-items: center; gap: 6px; color: #8D939D; }
.site-footer__bottom a:hover { color: #fff; }

.mobile-bar { display: none; }
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px var(--pad) calc(12px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -20px 40px -24px rgba(0, 0, 0, .3); animation: barIn .45s var(--ease-out); }
.buybar__info { display: grid; min-width: 0; }
.buybar__info strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.buybar .price__amount { font-size: 17px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 90; display: flex; align-items: center; gap: 10px; max-width: calc(100% - 32px); padding: 14px 20px; background: var(--ink); color: #fff; font-size: 15px; font-weight: 600; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .6); transform: translateX(-50%); animation: toastIn .5s var(--ease-out) both; }
.toast .icon { flex: none; color: var(--ok); }

/* 14. Motion --------------------------------------------------------------- */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease-out), transform 1s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
.reveal-ready [data-reveal="left"] { transform: translateX(-36px); }
.reveal-ready [data-reveal="right"] { transform: translateX(36px); }
.reveal-ready [data-reveal="zoom"] { transform: scale(.94); }
.reveal-ready [data-reveal="slide"] { transform: translateX(14%) rotate(7deg) scale(.92); filter: blur(6px); transition: opacity 1.1s var(--ease-out), transform 1.4s var(--ease-out), filter 1.1s var(--ease-out); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; filter: none; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes slideRight { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: none; } }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes dash { from { stroke-dashoffset: 260; } to { stroke-dashoffset: 0; } }
@keyframes dashLong { from { stroke-dashoffset: 2400; } to { stroke-dashoffset: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(3.2); opacity: 0; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes breathe { 0%, 100% { transform: scale(1); opacity: .85; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes bump { 0% { transform: scale(1); } 40% { transform: scale(1.45); } 100% { transform: scale(1); } }
@keyframes pop { 0% { transform: scale(.4); opacity: 0; } 70% { transform: scale(1.08); opacity: 1; } 100% { transform: scale(1); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
@keyframes drawerIn { from { transform: translateX(100%); } to { transform: none; } }
@keyframes drawerOut { from { transform: none; } to { transform: translateX(100%); } }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes barIn { from { transform: translateY(100%); } to { transform: none; } }
@keyframes menuIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@keyframes productIn { from { opacity: 0; transform: translateY(30px) rotate(6deg) scale(.9); } to { opacity: 1; transform: none; } }
@keyframes slideFade { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }

/* 15. Responsive & reduced motion ------------------------------------------ */
@media (max-width: 1180px) {
  .site-nav { display: none; }
  .menu-btn { display: flex; }
  .site-header__actions { margin-left: auto; }
}
@media (max-width: 1080px) {
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: 1fr; gap: 28px; }
  .timeline::before, .timeline::after { left: 24px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; }
  .reveal-ready .timeline::after { transform: scaleY(0); transform-origin: top; }
  .reveal-ready .timeline.is-visible::after { transform: scaleY(1); }
  .timeline li { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 0 20px; }
  .timeline__dot { grid-row: span 2; margin: 0; }
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-bar__note { display: none; }
}
@media (max-width: 960px) {
  .hero__grid, .page-hero__grid, .showcase__grid, .split, .split--wide-left, .split--wide-right, .pdp__grid, .pdp-details__grid, .checkout, .feature, .aedcaribe__inner { grid-template-columns: minmax(0, 1fr); }
  .hero__grid { min-height: 0; }
  .hero__copy { padding-left: var(--pad); padding-right: var(--pad); }
  .hero__media { min-height: clamp(320px, 72vw, 560px); border-left: 0; border-top: 1px solid rgba(255, 255, 255, .13); }
  .page-hero__media { aspect-ratio: 16 / 10; }
  .page-hero__device { max-width: 460px; width: 100%; margin-inline: auto; }
  .showcase__stage { max-width: 560px; width: 100%; margin-inline: auto; }
  .pdp__gallery { position: relative; top: 0; }
  .feature__body { border-left: 0; border-top: 1px solid var(--line-dark); }
  .feature__media { min-height: 340px; }
  .chain__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards--3 { grid-template-columns: minmax(0, 1fr); }
  .aedcaribe__radar { max-width: 280px; }
}
@media (max-width: 860px) {
  .doors__grid, .course-grid, .placement { grid-template-columns: minmax(0, 1fr); }
  .door--shop { min-height: 600px; }
  .door--shop .door__media { left: 36%; right: -12%; top: 7%; bottom: 52%; }
  .door--shop .door__body { max-width: none; }
  .upsell { grid-template-columns: minmax(0, 1fr); }
  .upsell__price { justify-items: start; }
}
@media (max-width: 760px) {
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; padding-bottom: env(safe-area-inset-bottom); background: rgba(14, 15, 19, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid rgba(255, 255, 255, .1); transition: transform .35s var(--ease); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px 4px; color: #fff; font-size: 12px; font-weight: 600; }
  .mobile-bar__primary { background: var(--red); }
  .mobile-bar.is-hidden { transform: translateY(110%); }
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  body.is-shop { padding-bottom: 0; }
  body.is-shop .mobile-bar { display: none; }
  .toast { bottom: 84px; }
  .site-header__cta { display: none; }
  .shop-pill { width: 44px; padding: 0; justify-content: center; }
  .shop-pill span { display: none; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chain__list, .cards--4 { grid-template-columns: minmax(0, 1fr); }
  .shop-bar__inner { -webkit-mask-image: linear-gradient(90deg, #000 78%, transparent); mask-image: linear-gradient(90deg, #000 78%, transparent); }
  .site-footer__top { grid-template-columns: minmax(0, 1fr); }
  .spec-chip { padding: 9px 12px; }
  .spec-chip span { font-size: 9.5px; }
  .nrr { flex-wrap: wrap; }
  .nrr__sep { display: none; }
  .trust { grid-template-columns: minmax(0, 1fr); }
  .checkout .line { grid-template-columns: 72px minmax(0, 1fr) auto; }
  .checkout .line__thumb { width: 72px; height: 72px; }
}
@media (min-width: 900px) { .buybar { display: none !important; } }

@media (max-width: 520px) {
  .hero__actions .btn, .page-hero__actions .btn { width: 100%; }
}

/* 16. Utilities — last in the file so they win over component margins */
.mt-lg { margin-top: clamp(32px, 4.5vw, 64px) !important; }
.mt-md { margin-top: clamp(18px, 2.4vw, 28px) !important; }
.center { text-align: center; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  @view-transition { navigation: none; }
}
