/** Shopify CDN: Minification failed

Line 4187:0 Unexpected "}"

**/
/* =========================================================
   OSLIVERY — Design System (mobile-first, Awwwards-tier)
   ========================================================= */

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
body { width: 100%; max-width: 100vw; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  min-height: 100vh;
  font-feature-settings: "ss01", "cv01";
  position: relative;
}

/* Background orbs (animated, fixed, visible at all scroll positions) */
.bg-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  will-change: transform, opacity;
  mix-blend-mode: screen;
}
.bg-orb--1 {
  width: 56vw; height: 56vw;
  max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 50%, transparent), transparent 70%);
  top: -10vw; left: -10vw;
  animation: orb-drift-1 22s ease-in-out infinite;
  opacity: 0.45;
}
.bg-orb--2 {
  width: 48vw; height: 48vw;
  max-width: 600px; max-height: 600px;
  background: radial-gradient(circle, color-mix(in srgb, var(--bg-gradient, #15161D) 80%, var(--accent) 20%), transparent 70%);
  top: 35vh; right: -15vw;
  animation: orb-drift-2 28s ease-in-out infinite;
  opacity: 0.55;
}
.bg-orb--3 {
  width: 50vw; height: 50vw;
  max-width: 640px; max-height: 640px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 30%, transparent), transparent 70%);
  bottom: -10vw; left: 30%;
  animation: orb-drift-3 30s ease-in-out infinite;
  opacity: 0.32;
}
.bg-orb--4 {
  width: 42vw; height: 42vw;
  max-width: 520px; max-height: 520px;
  background: radial-gradient(circle, color-mix(in srgb, var(--bg-gradient, #15161D) 90%, white 10%), transparent 70%);
  bottom: 20vh; right: 20%;
  animation: orb-drift-4 26s ease-in-out infinite;
  opacity: 0.4;
}
.bg-grid-fixed {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: var(--grid-opacity, 0.6);
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 10%, transparent 95%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 10%, transparent 95%);
}
@keyframes orb-drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.45; }
  33% { transform: translate(8vw, 6vh) scale(1.12); opacity: 0.55; }
  66% { transform: translate(-4vw, 12vh) scale(0.92); opacity: 0.38; }
}
@keyframes orb-drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  40% { transform: translate(-10vw, -8vh) scale(1.15); opacity: 0.65; }
  75% { transform: translate(-3vw, 5vh) scale(0.95); opacity: 0.45; }
}
@keyframes orb-drift-3 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.32; }
  50% { transform: translate(-6vw, -10vh) scale(1.18); opacity: 0.42; }
}
@keyframes orb-drift-4 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
  50% { transform: translate(8vw, -6vh) scale(1.1); opacity: 0.5; }
}
@media (prefers-reduced-motion: reduce) {
  .bg-orb { animation: none !important; }
}

/* All page content above the background orbs */
.skip-to-content,
header.site-header,
main,
footer,
.cart-drawer, .cart-drawer__overlay,
.search-modal,
.toast-stack,
.cookie-consent,
.scroll-top,
.sound-toggle,
.sticky-cta,
.promo-bar { z-index: 10; }
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; color: inherit; outline: none; border: 0; background: transparent; }
button { cursor: pointer; -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: var(--accent-fg); }

/* =========================================================
   TYPOGRAPHY (fluid, mobile-first)
   ========================================================= */
.h-display, .h-headline, .h-title, .h-subtitle {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
  word-spacing: 0.06em;
  color: var(--fg);
  text-wrap: balance;
}
.h-display {
  font-size: clamp(40px, 11vw, 132px);
  line-height: 0.86;
  letter-spacing: -0.035em;
  word-spacing: 0.12em;
}
.h-headline {
  font-size: clamp(32px, 7.5vw, 80px);
  letter-spacing: -0.03em;
  word-spacing: 0.10em;
}
.h-title {
  font-size: clamp(24px, 4.5vw, 44px);
}
.h-subtitle {
  font-size: clamp(20px, 3vw, 32px);
}
.lead {
  font-size: clamp(15px, 1.6vw, 19px);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  line-height: 1.55;
  text-wrap: pretty;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

/* =========================================================
   LAYOUT
   ========================================================= */
.container {
  width: 100%;
  max-width: var(--container, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) { .container { padding: 0 32px; } }
@media (min-width: 1280px) { .container { padding: 0 48px; } }

.section {
  position: relative;
  padding: 64px 0;
  z-index: 5;
}
@media (min-width: 768px) { .section { padding: 96px 0; } }
@media (min-width: 1280px) { .section { padding: 120px 0; } }
.section--dark { background: transparent; }
.section--solid { background: var(--bg); }

/* Section header (centered intro of each section) */
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .section-head { margin-bottom: 64px; }
}

/* =========================================================
   GLASS CARDS
   ========================================================= */
.glass {
  isolation: isolate;
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
}
.glass-strong {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(40px) saturate(160%);
  -webkit-backdrop-filter: blur(40px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9999px;
}

/* =========================================================
   BUTTONS (with magnetic + shine on hover)
   ========================================================= */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  isolation: isolate;
  overflow: hidden;
  transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .3s ease, filter .3s ease, background .3s ease;
  will-change: transform;
  -webkit-tap-highlight-color: transparent;
}
.btn--primary {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 96%, white 4%) 0%, var(--accent) 100%);
  color: var(--accent-fg);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    inset 0 -1px 0 rgba(0,0,0,0.18),
    0 12px 32px -10px color-mix(in srgb, var(--accent) 60%, transparent),
    0 4px 14px -4px color-mix(in srgb, var(--accent) 40%, transparent);
}
.btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .65s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.btn--primary:hover { transform: translateY(-2px); filter: brightness(1.05) saturate(1.08); }
.btn--primary:hover::before { transform: translateX(100%); }
.btn--primary:active { transform: translateY(0); }
.btn--primary > * { position: relative; z-index: 2; }

.btn--ghost {
  background: rgba(255,255,255,0.04);
  color: var(--fg);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.32);
  transform: translateY(-1px);
}
.btn--lg { padding: 16px 28px; font-size: 15px; }
.btn--sm { padding: 10px 16px; font-size: 13px; }

@media (max-width: 540px) {
  .btn { width: 100%; }
  .btn--inline { width: auto; }
}

/* =========================================================
   PROMO BAR v3 (clean, premium, fluid)
   ========================================================= */
.promo {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: #07070A;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  isolation: isolate;
}
.promo__sheen {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse 30% 200% at 0% 50%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 70%),
    radial-gradient(ellipse 30% 200% at 100% 50%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%);
  animation: promo-pulse 4s ease-in-out infinite alternate;
}
@keyframes promo-pulse {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}
.promo__inner {
  display: flex; align-items: center; justify-content: center;
  gap: 12px;
  padding: 8px 12px;
  font-size: 12px;
  min-height: 40px;
  max-width: var(--container, 1280px);
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 900px) {
  .promo__inner {
    justify-content: space-between;
    padding: 8px 32px;
    gap: 16px;
  }
}
.promo__left {
  display: inline-flex; align-items: center; gap: 6px;
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 540px) {
  .promo__left { gap: 5px; }
  .promo__label { font-size: 9px; letter-spacing: 0.12em; }
}
@media (max-width: 380px) {
  .promo__label { display: none; }
}
.promo__dot {
  width: 8px; height: 8px; border-radius: 9999px;
  background: var(--accent);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 60%, transparent);
  animation: dot-pulse 1.8s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 60%, transparent); }
  50% { box-shadow: 0 0 0 6px transparent; }
}
.promo__label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
}
.promo__center {
  flex: 1; min-width: 0; text-align: center;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 8px;
}
@media (max-width: 900px) {
  .promo__center { display: none; }
}
.promo__cd {
  display: inline-flex; align-items: stretch;
  gap: 3px;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}
.promo__cd-cell {
  display: inline-flex; flex-direction: row; align-items: baseline;
  gap: 3px;
  padding: 3px 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  line-height: 1;
}
.promo__cd-cell span {
  font-size: 13px; font-weight: 700;
  color: var(--fg);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.promo__cd-cell em {
  font-size: 9px; font-style: normal;
  color: var(--accent);
  letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 768px) {
  .promo__cd-cell { padding: 2px 5px; gap: 2px; }
  .promo__cd-cell span { font-size: 11px; }
  .promo__cd-cell em { font-size: 7px; }
}
@media (max-width: 380px) {
  .promo__cd-cell { padding: 2px 4px; }
  .promo__cd-cell span { font-size: 10px; }
  .promo__cd-cell em { font-size: 6px; }
}

/* OLD promo-bar styles kept for backwards compat */
.promo-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 95;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.promo-bar--gradient { background: rgba(8,8,12,0.96); }
.promo-bar--solid { background: var(--accent); color: var(--accent-fg); }
.promo-bar--minimal { background: #000; }
.promo-bar__bg {
  position: absolute; inset: 0; z-index: -1;
  pointer-events: none;
}
.promo-bar--gradient .promo-bar__bg {
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 20%, transparent) 20%, color-mix(in srgb, var(--accent) 32%, transparent) 50%, color-mix(in srgb, var(--accent) 20%, transparent) 80%, transparent),
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 60%);
  background-size: 200% 100%, 100% 100%;
  animation: promo-shine 6s linear infinite;
}
@keyframes promo-shine {
  0% { background-position: -100% 0, 0 0; }
  100% { background-position: 100% 0, 0 0; }
}
.promo-bar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  font-size: 12px;
  min-height: 40px;
}
.promo-bar__msg {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.92);
  flex: 1; min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.promo-bar__pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--accent); color: var(--accent-fg);
  padding: 2px 8px; border-radius: 9999px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  flex: 0 0 auto;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
}
.promo-bar__sep { color: rgba(255,255,255,0.3); flex: 0 0 auto; }
.promo-bar__sub {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 540px) {
  .promo-bar__sep { display: none; }
  .promo-bar__sub {
    display: none;
  }
}
.promo-bar__cd {
  display: inline-flex; align-items: center;
  gap: 0;
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 9999px;
  padding: 2px 4px;
}
.promo-bar__cd-cell {
  display: inline-flex; align-items: baseline; gap: 1px;
  padding: 2px 6px;
  font-weight: 700;
}
.promo-bar__cd-cell b {
  font-size: 12px;
  color: var(--fg);
  font-weight: 700;
}
.promo-bar__cd-cell small {
  font-size: 8px;
  color: var(--accent);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}
.promo-bar__cd-sep {
  color: rgba(255,255,255,0.25);
  font-size: 10px;
  align-self: center;
}
@media (max-width: 540px) {
  .promo-bar__cd-cell--last,
  .promo-bar__cd-sep--last { display: none; }
}

/* =========================================================
   SITE BANNER (fixed wrapper for promo-bar + header)
   ========================================================= */
.site-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}
.site-banner > * { pointer-events: auto; }

/* Smooth bottom fade BELOW the banner — uses a separate ::after pseudo
   positioned just below the banner's bottom edge. This keeps backdrop-filter
   working on header pills (logo, search, cart, burger) and doesn't clip the
   mobile menu when it opens (mobile menu is inside .site-banner). */
.site-banner::after {
  content: '';
  position: absolute;
  will-change: backdrop-filter;
  left: 0;
  right: 0;
  top: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(11, 11, 14, 0.65) 0%, rgba(11, 11, 14, 0.25) 50%, rgba(11, 11, 14, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

/* =========================================================
   SITE HEADER (relative inside banner)
   ========================================================= */
.site-header {
  position: relative;
  z-index: 90;
  padding: 16px 18px 14px;
  transition: padding .3s ease, transform .3s ease;
}
@media (min-width: 600px) {
  .site-header { padding: 20px 28px 18px; }
}
@media (min-width: 1024px) {
  .site-header { padding: 22px 36px 20px; }
}
.site-header__inner {
  max-width: var(--container, 1280px); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.site-header.is-scrolled .site-header__logo,
.site-header.is-scrolled .site-header__nav,
.site-header.is-scrolled .site-header__burger {
  background: rgba(0,0,0,0.6);
}

.site-header__logo {
  will-change: backdrop-filter, transform;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border-radius: 9999px;
  background: rgba(10, 10, 14, 0.65);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  color: var(--fg);
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 18px; letter-spacing: -0.02em;
  transition: all .3s ease;
  cursor: pointer;
  text-decoration: none;
}
.site-header__logo:hover { background: rgba(20, 20, 26, 0.85); }
@media (min-width: 600px) {
  .site-header__logo { padding: 8px 16px; font-size: 20px; }
}
.site-header__logo .dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 9999px;
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent);
  animation: pulse-cash 2.4s ease-in-out infinite;
}

.site-header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__nav {
    display: inline-flex; align-items: center;
    padding: 4px;
    border-radius: 9999px;
    background: rgba(10, 10, 14, 0.65);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    transition: all .3s ease;
  }
}
.site-header__nav a {
  padding: 9px 14px; font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.78);
  border-radius: 9999px;
  transition: color .25s ease, background .25s ease;
}
.site-header__nav a:hover {
  color: var(--fg);
  background: rgba(255,255,255,0.06);
}

.site-header__burger {
  will-change: backdrop-filter;
  width: 42px; height: 42px; border-radius: 9999px;
  background: rgba(10, 10, 14, 0.65);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  transition: all .3s ease;
  cursor: pointer;
}
.site-header__burger:hover { background: rgba(20, 20, 26, 0.85); }
@media (min-width: 1024px) { .site-header__burger { display: none; } }

/* Site header actions wrapper */
.site-header__actions {
  display: flex; align-items: center; gap: 10px;
  pointer-events: auto;
}
@media (min-width: 600px) { .site-header__actions { gap: 12px; } }
.site-header__cta { display: none; }
@media (min-width: 1024px) { .site-header__cta { display: inline-flex; } }

/* Mobile menu (full-screen, with explicit X close) */
.mobile-menu {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(8,8,12,0.98);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  display: flex; flex-direction: column;
  padding: 0;
  transform: translateY(-100%);
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
}
.mobile-menu.is-open {
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.mobile-menu__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  flex: 0 0 auto;
}
.mobile-menu__brand {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 22px; letter-spacing: -0.02em;
  color: var(--fg); text-decoration: none;
}
.mobile-menu__brand .dot {
  width: 7px; height: 7px; border-radius: 9999px; background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent);
}
.mobile-menu__close {
  width: 44px; height: 44px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--fg);
  cursor: pointer;
  transition: background .25s ease, transform .35s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-menu__close:hover {
  background: rgba(255,255,255,0.12);
  transform: rotate(90deg);
}
.mobile-menu__nav {
  flex: 1;
  padding: 16px 20px;
  display: flex; flex-direction: column;
}
.mobile-menu__nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
  font-size: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-family: "Instrument Serif", serif; font-style: italic;
  letter-spacing: -0.02em;
  color: var(--fg); text-decoration: none;
  opacity: 0; transform: translateX(-20px);
  transition: opacity .4s ease, transform .45s cubic-bezier(0.16, 1, 0.3, 1), color .25s ease;
}
.mobile-menu__nav a svg { color: rgba(255,255,255,0.3); transition: color .25s ease, transform .25s ease; }
.mobile-menu__nav a:hover { color: var(--accent); }
.mobile-menu__nav a:hover svg { color: var(--accent); transform: translate(2px, -2px); }
.mobile-menu.is-open .mobile-menu__nav a {
  opacity: 1; transform: translateX(0);
  transition-delay: calc(var(--i, 0) * 60ms + 100ms);
}
.mobile-menu__cta {
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.mobile-menu__cta .btn { width: 100%; }
.mobile-menu__socials {
  padding: 0 20px 24px;
  display: flex; gap: 14px; justify-content: center;
}
.mobile-menu__socials a {
  width: 40px; height: 40px; border-radius: 9999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7);
  transition: all .25s ease;
}
.mobile-menu__socials a:hover { color: var(--accent); border-color: rgba(255,255,255,0.24); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 160px 0 72px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) { .hero { padding: 180px 0 100px; } }
@media (min-width: 1100px) {
  .hero { text-align: left; }
  .hero__content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; max-width: 1280px; }
  .hero__content > * { grid-column: 1; }
  .hero__content .phone-stage { grid-column: 2; grid-row: 1 / span 10; margin: 0; max-width: 280px; justify-self: end; align-self: center; }
  .hero__badge, .hero__title, .hero__lead, .hero__ctas, .hero__social-proof, .hero__platforms { justify-self: start; align-self: start; }
  .hero__title { display: block; }
  .hero__lead { margin-left: 0; }
  .hero__ctas { justify-content: flex-start; }
  .hero__title-line { white-space: nowrap; }
}

.hero__media {
  position: absolute; inset: 0; z-index: 1;
  transform: scale(1.05);
  transform-origin: center center;
  will-change: transform;
}
.hero__media img, .hero__media video {
  width: 100%; height: 100%; object-fit: cover;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 2;
  --overlay-opacity: 0.45;
}
.hero--vignette .hero__overlay {
  background:
    radial-gradient(ellipse 90% 60% at 50% 50%, transparent 30%, rgba(0,0,0, calc(var(--overlay-opacity) * 1.4)) 100%),
    linear-gradient(180deg, transparent 50%, rgba(0,0,0, calc(var(--overlay-opacity) * 1.6)) 100%);
}
.hero--bottom .hero__overlay {
  background:
    linear-gradient(180deg, transparent 0%, transparent 30%, rgba(0,0,0, calc(var(--overlay-opacity) * 0.6)) 60%, rgba(0,0,0, calc(var(--overlay-opacity) * 1.6)) 100%);
}
.hero--uniform .hero__overlay {
  background: rgba(0, 0, 0, var(--overlay-opacity));
}
.hero__content {
  position: relative; z-index: 3;
  width: 100%; max-width: 1100px;
  padding: 0 20px;
}

.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px;
  padding-right: 14px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 9999px;
  margin-bottom: 24px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .hero__badge { margin-bottom: 32px; padding-right: 16px; font-size: 13px; }
}
.hero__badge .pill {
  background: var(--accent); color: var(--accent-fg);
  padding: 4px 10px; border-radius: 9999px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent);
}
@media (min-width: 768px) { .hero__badge .pill { font-size: 11px; padding: 4px 12px; } }
.hero__badge .msg { font-weight: 500; }

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08em;
  text-wrap: nowrap;
}
.hero__title-line {
  display: block;
  white-space: nowrap;
  max-width: 100%;
}
.hero__title-line--1,
.hero__title-line--2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--word-spacing, 0.22em);
  font-size: clamp(34px, 8.4vw, 104px);
  line-height: 0.96;
}
.hero__title-line--1 .hero__word,
.hero__title-line--2 .hero__word {
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .hero__title { align-items: flex-start; gap: 0.05em; }
  .hero__title-line--1,
  .hero__title-line--2 { justify-content: flex-start; }
}
.hero__title-shine {
  background: linear-gradient(90deg, var(--fg) 0%, var(--accent) 25%, var(--fg) 50%, var(--accent) 75%, var(--fg) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
}

.hero__lead.hero__lead {
  max-width: 600px;
  margin: 30px auto 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.65;
  letter-spacing: -0.008em;
  color: rgba(255,255,255,0.82);
  font-weight: 400;
  text-wrap: balance;
  position: relative;
  padding: 0 4px;
}
.hero__lead p { margin: 0; }
.hero__lead p + p { margin-top: 12px; }
.hero__lead strong {
  position: relative;
  color: var(--fg);
  font-weight: 600;
  z-index: 1;
}
.hero__lead strong::before {
  content: '';
  position: absolute;
  left: -3px; right: -3px;
  bottom: 0.05em;
  height: 0.42em;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 38%, transparent) 0%,
    color-mix(in srgb, var(--accent) 60%, transparent) 50%,
    color-mix(in srgb, var(--accent) 38%, transparent) 100%);
  border-radius: 2px;
  z-index: -1;
  transform: skewX(-4deg);
  filter: blur(0.5px);
}
@media (min-width: 768px) {
  .hero__lead.hero__lead { margin: 40px auto 0; max-width: 680px; }
}
@media (min-width: 1100px) {
  .hero__lead.hero__lead { margin: 40px 0 0; padding: 0; }
}

/* Hero rotating words — spring slide animation
   Layout uses inline-grid with all children stacked in cell 1/1.
   The .hero__rotator-sizer (visible to layout, invisible to paint) is a
   single line containing the longest word — it sets the box width AND the
   baseline, so the prefix aligns perfectly with the rotating word. */
.hero__title-rotating {
  display: block;
  text-align: center;
}
@media (min-width: 1100px) {
  .hero__title-rotating { text-align: left; }
}
.hero__rotator-prefix {
  display: inline;
  color: var(--fg);
  margin-right: 0.22em;
}
.hero__rotator {
  display: inline-grid;
  position: relative;
  overflow: hidden;
  vertical-align: baseline;
  text-align: left;
  line-height: 1;
}
.hero__rotator > * { grid-area: 1 / 1; white-space: nowrap; }
.hero__rotator-sizer {
  visibility: hidden;
  pointer-events: none;
}
.hero__rotator-word {
  opacity: 0;
  transform: translateY(60%);
  transition:
    opacity 420ms ease,
    transform 620ms cubic-bezier(0.22, 1.22, 0.36, 1);
  background: linear-gradient(90deg, var(--fg) 0%, var(--accent) 25%, var(--fg) 50%, var(--accent) 75%, var(--fg) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
  will-change: transform, opacity;
}
.hero__rotator-word.is-active {
  opacity: 1;
  transform: translateY(0);
}
.hero__rotator-word.is-leaving {
  opacity: 0;
  transform: translateY(-60%);
}
.hero__rotator-sizer {
  display: inline-block;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .hero__rotator-word {
    transition: opacity 200ms linear;
    transform: none !important;
  }
  .hero__rotator-word.is-leaving { transform: none !important; }
}

.hero__ctas {
  margin-top: 28px;
  display: flex; flex-direction: column;
  gap: 10px; align-items: stretch;
}
@media (min-width: 540px) {
  .hero__ctas {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}

.hero__social-proof {
  margin-top: 20px;
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; justify-content: center;
  font-size: 12px; color: rgba(255,255,255,0.7);
}
@media (min-width: 768px) { .hero__social-proof { margin-top: 28px; font-size: 13px; } }
.hero__stars {
  color: var(--accent);
  display: inline-flex; gap: 1px;
}

/* Hero platforms — Foodora & Wolt logos with marquee + side fade */
.hero__platforms {
  margin-top: 48px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 1100px) { .hero__platforms { align-items: flex-start; } }
.hero__platforms-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero__platforms-label::before,
.hero__platforms-label::after {
  content: '';
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25));
}
.hero__platforms-label::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.25), transparent);
}
.hero__platforms-track {
  position: relative;
  width: min(560px, 100%);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.hero__platforms-marquee {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: heroPlatformsSlide 22s linear infinite;
  will-change: transform;
}
@keyframes heroPlatformsSlide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hero__platforms-track:hover .hero__platforms-marquee { animation-play-state: paused; }

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.6vw, 28px);
  letter-spacing: -0.045em;
  color: rgba(255,255,255,0.95);
  white-space: nowrap;
  transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}
.brand-logo::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, transparent 40%, var(--brand-color, var(--accent)) 50%, transparent 60%);
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
}
.brand-logo:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--brand-color, var(--accent)) 38%, rgba(255,255,255,0.16));
  background: rgba(255,255,255,0.07);
  box-shadow: 0 12px 30px -12px color-mix(in srgb, var(--brand-color, var(--accent)) 40%, transparent);
}
.brand-logo:hover::before {
  opacity: 0.18;
  animation: brandLogoSheen 1s ease forwards;
}
@keyframes brandLogoSheen {
  to { transform: translateX(100%); opacity: 0; }
}
.brand-logo__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand-color, var(--accent));
  box-shadow: 0 0 10px var(--brand-color, var(--accent));
  animation: brandDotPulse 2.4s ease-in-out infinite;
  margin-left: 2px;
}
@keyframes brandDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(1.3); }
}
.brand-logo--lime    { --brand-color: #B6FF3D; }
.brand-logo--foodora { --brand-color: #ff5b94; }
.brand-logo--wolt    { --brand-color: #00c2e8; }

@media (prefers-reduced-motion: reduce) {
  .hero__platforms-marquee { animation: none; transform: translateX(0); }
  .brand-logo__dot { animation: none; }
}

/* =========================================================
   STATS
   ========================================================= */
.stats__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
@media (min-width: 768px) {
  .stats__grid { grid-template-columns: repeat(4, 1fr); }
}
.stats__item {
  text-align: center; padding: 28px 16px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  transition: background .3s ease;
}
@media (min-width: 768px) { .stats__item { padding: 48px 24px; } }
.stats__item::before {
  content: "";
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0; transition: opacity .35s ease;
}
.stats__item:hover { background: rgba(255,255,255,0.02); }
.stats__item:hover::before { opacity: 1; }
.stats__value {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(32px, 6vw, 60px);
  line-height: 1; color: var(--fg);
  letter-spacing: -0.02em;
}
.stats__label {
  margin-top: 10px;
  font-size: 12px; color: rgba(255,255,255,0.6);
  white-space: pre-line;
  line-height: 1.45;
}
@media (min-width: 768px) { .stats__label { font-size: 13px; margin-top: 12px; } }

/* =========================================================
   REASONS / CARD GRID
   ========================================================= */
.reasons__grid, .programme__grid, .testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .reasons__grid, .programme__grid, .testimonials__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (min-width: 1024px) {
  .reasons__grid { grid-template-columns: repeat(3, 1fr); }
  .programme__grid { grid-template-columns: repeat(3, 1fr); }
  .testimonials__grid { grid-template-columns: repeat(3, 1fr); }
}

.reason, .module, .testimonial {
  position: relative;
  padding: 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 14px;
  transition: background .3s ease, transform .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 768px) {
  .reason, .module, .testimonial { padding: 28px; gap: 16px; }
}
.reason:hover, .module:hover, .testimonial:hover {
  background: rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-3px);
}
.reason::before, .module::before, .testimonial::before {
  content: ""; position: absolute; top: -60%; left: 50%; transform: translateX(-50%);
  width: 140%; height: 140%; border-radius: 50%;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--accent) 22%, transparent), transparent);
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
  z-index: -1;
}
.reason:hover::before, .module:hover::before, .testimonial:hover::before {
  opacity: 1;
}

.reason__head { display: flex; align-items: center; gap: 12px; }
.reason__ico, .module__ico {
  width: 38px; height: 38px; border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent);
  flex: 0 0 auto;
}
.reason__kpi {
  color: var(--accent);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.reason__title, .module__title {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(22px, 3vw, 28px); line-height: 1.05;
  color: var(--fg); letter-spacing: -0.02em;
}
.reason__body, .module__body {
  color: rgba(255,255,255,0.62);
  font-size: 14px; line-height: 1.6;
}
.module__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.module__label {
  color: rgba(255,255,255,0.4);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
}

/* =========================================================
   STEPS (chess layout)
   ========================================================= */
.step {
  display: grid; grid-template-columns: 1fr; gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .step { grid-template-columns: 1fr 1fr; gap: 56px; }
  .step--reverse > .step__media { order: 1; }
  .step--reverse > .step__copy { order: 0; }
}
.step + .step { margin-top: 56px; }
@media (min-width: 900px) { .step + .step { margin-top: 96px; } }

.step__step {
  color: var(--accent);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.step__title {
  margin-top: 14px;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.05;
  letter-spacing: -0.025em;
}
.step__body {
  margin-top: 18px;
  color: rgba(255,255,255,0.65);
  font-size: 15px; line-height: 1.6;
  max-width: 500px;
}
.step__list {
  margin-top: 22px;
  display: flex; flex-direction: column; gap: 10px;
  list-style: none;
}
.step__list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}
.step__list .check {
  width: 22px; height: 22px; border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--accent);
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
}
.step__media {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  isolation: isolate;
}
.step__media img, .step__media video {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1);
}
.step__media:hover img, .step__media:hover video {
  transform: scale(1.04);
}
.step__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4));
  pointer-events: none;
}

/* =========================================================
   CALCULATOR
   ========================================================= */
.calc__grid {
  display: flex; flex-direction: column; gap: 16px;
  max-width: 760px; margin: 0 auto;
}
.calc__panel {
  padding: 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 28px;
}
@media (min-width: 768px) { .calc__panel { padding: 32px; gap: 32px; } }
.calc__field { width: 100%; }
.calc__field label {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px; color: rgba(255,255,255,0.82); font-weight: 500;
}
.calc__field .calc__value {
  color: var(--accent);
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 24px;
}
@media (min-width: 768px) { .calc__field .calc__value { font-size: 28px; } }
.calc__slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.08);
  outline: none;
  touch-action: pan-y;
}
.calc__slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 26px; height: 26px;
  border-radius: 9999px;
  background: var(--accent);
  border: 4px solid var(--bg);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 60%, transparent), 0 8px 18px -4px color-mix(in srgb, var(--accent) 70%, transparent);
  cursor: grab;
  transition: transform .15s ease;
}
.calc__slider::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.15); }
.calc__slider::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 9999px;
  background: var(--accent); border: 4px solid var(--bg);
  cursor: grab;
}
.calc__scale {
  display: flex; justify-content: space-between;
  font-size: 10px; color: rgba(255,255,255,0.4); margin-top: 6px;
}
.calc__result {
  position: relative;
  padding: 28px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 12%, transparent) 0%, transparent 60%);
  border: 1px solid color-mix(in srgb, var(--accent) 26%, transparent);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px -20px color-mix(in srgb, var(--accent) 22%, transparent);
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 768px) { .calc__result { padding: 40px; } }
.calc__result::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--accent) 30%, transparent), transparent);
  pointer-events: none; z-index: -1;
}
.calc__result-eyebrow {
  color: var(--accent);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.calc__big {
  display: flex; align-items: baseline; gap: 6px; margin-top: 12px;
}
.calc__big-value {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(48px, 9vw, 96px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--fg);
}
.calc__big-cur {
  font-size: 26px; color: rgba(255,255,255,0.7);
  font-family: "Instrument Serif", serif; font-style: italic;
}
.calc__sub {
  color: rgba(255,255,255,0.6);
  font-size: 13px; margin-top: 8px;
}
.calc__metrics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px;
}
@media (min-width: 768px) { .calc__metrics { gap: 16px; } }
.calc__metric {
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 14px;
}
@media (min-width: 768px) { .calc__metric { padding: 20px; } }
.calc__metric-eyebrow {
  color: rgba(255,255,255,0.5);
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600;
}
.calc__metric-val {
  margin-top: 8px;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(22px, 3vw, 30px);
}
.calc__metric-val.is-accent { color: var(--accent); }
.calc__cta { margin-top: 28px; }
.calc__cta .btn { width: 100%; }
@media (min-width: 540px) {
  .calc__cta .btn { width: auto; }
}
.calc__disclaimer {
  max-width: 700px; margin: 32px auto 0;
  text-align: center; font-size: 12px; color: rgba(255,255,255,0.4);
  padding: 0 16px;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial { padding: 24px; gap: 16px; }
@media (min-width: 768px) { .testimonial { padding: 28px; gap: 20px; } }

/* Testimonials carousel */
.testi-carousel { position: relative; overflow: hidden; }
.testi-carousel__track {
  display: flex;
  gap: 16px;
  transition: transform .65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.testi-card {
  flex: 0 0 100%;
  padding: 28px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 16px;
}
@media (min-width: 768px) {
  .testi-card { flex: 0 0 calc(50% - 8px); }
}
@media (min-width: 1024px) {
  .testi-card { flex: 0 0 calc(33.333% - 11px); }
}
.testi-carousel__controls {
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  margin-top: 28px;
}
.testi-carousel__btn {
  width: 44px; height: 44px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--fg);
  transition: all .25s ease;
  cursor: pointer;
}
.testi-carousel__btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
.testi-carousel__btn:disabled {
  opacity: 0.3; cursor: not-allowed;
}
.testi-carousel__dots {
  display: inline-flex; gap: 6px; align-items: center;
}
.testi-carousel__dot {
  width: 8px; height: 8px; border-radius: 9999px;
  background: rgba(255,255,255,0.18);
  border: 0;
  transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  padding: 0;
}
.testi-carousel__dot.is-active {
  width: 28px;
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
}
.testimonial__quote {
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.005em;
}
@media (min-width: 768px) { .testimonial__quote { font-size: 17px; } }
.testimonial__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.testimonial__name { font-weight: 600; font-size: 14px; }
.testimonial__role { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.testimonial__rev {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(22px, 3vw, 28px);
  color: var(--accent); line-height: 1;
  text-align: right;
}
.testimonial__period {
  font-size: 9px; color: rgba(255,255,255,0.4);
  letter-spacing: 0.18em; text-transform: uppercase;
  text-align: right; margin-top: 4px;
}

/* =========================================================
   PRICING
   ========================================================= */
.pricing__grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
  max-width: 980px; margin: 0 auto;
}
@media (min-width: 768px) { .pricing__grid { grid-template-columns: 1fr 1fr; gap: 20px; } }

.plan {
  position: relative;
  padding: 28px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 20px;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease;
}
@media (min-width: 768px) { .plan { padding: 36px; } }
.plan:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.2); }
.plan--popular {
  background:
    radial-gradient(closest-side at 50% 0%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 70%),
    rgba(255,255,255,0.025);
  border-color: color-mix(in srgb, var(--accent) 36%, transparent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 30%, transparent),
    0 30px 60px -20px color-mix(in srgb, var(--accent) 22%, transparent);
}
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--accent-fg);
  padding: 6px 14px; border-radius: 9999px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
  box-shadow: 0 8px 24px -8px color-mix(in srgb, var(--accent) 60%, transparent);
}
.plan__name {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(26px, 3.4vw, 34px);
  letter-spacing: -0.02em;
}
.plan__tag {
  color: rgba(255,255,255,0.55);
  font-size: 13px; margin-top: 4px;
}
.plan__price {
  display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap;
}
.plan__price-val {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1; letter-spacing: -0.035em;
}
.plan__price-cur {
  font-size: 22px;
  color: rgba(255,255,255,0.7);
  font-family: "Instrument Serif", serif; font-style: italic;
}
.plan__price-note {
  font-size: 11px;
  color: rgba(255,255,255,0.42);
  margin-left: 6px;
}

/* === Compare-at price (strikethrough animated) === */
.plan__compare-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  align-self: center;
  flex-wrap: nowrap;
}
.plan__compare {
  position: relative;
  display: inline-block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: rgba(255, 91, 111, 0.85);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.015em;
  padding: 0 2px;
  text-decoration: none;
  animation: planCompareWobble 3s ease-in-out infinite;
  transform-origin: center;
}
.plan__compare::before,
.plan__compare::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -3px;
  height: 2px;
  border-radius: 2px;
  pointer-events: none;
  transform: translateY(-50%) skewY(-4deg);
}
.plan__compare::before {
  width: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    #ff5b6f 20%,
    #ff8a9a 50%,
    #ff5b6f 80%,
    transparent 100%);
  box-shadow: 0 0 10px rgba(255, 91, 111, 0.55);
  animation: planCompareScratch 0.85s cubic-bezier(0.22, 1.18, 0.36, 1) 0.35s both;
}
.plan__compare::after {
  width: calc(100% + 6px);
  background: rgba(255, 91, 111, 0.7);
  opacity: 0;
  animation: planCompareScratchSettle 0.4s ease 1.2s forwards;
}
@keyframes planCompareScratch {
  0%   { width: 0; opacity: 0; transform: translate(-4px, -50%) skewY(-4deg); }
  20%  { opacity: 1; }
  100% { width: calc(100% + 6px); opacity: 1; transform: translateY(-50%) skewY(-4deg); }
}
@keyframes planCompareScratchSettle {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes planCompareWobble {
  0%, 100% { transform: rotate(-1.5deg) scale(1); opacity: 0.95; }
  50%      { transform: rotate(-1.5deg) scale(1.04); opacity: 1; }
}

.plan__savings {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ff5b6f 0%, #ff8a9a 100%);
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  border-radius: 7px;
  text-transform: uppercase;
  box-shadow:
    0 6px 18px -4px rgba(255, 91, 111, 0.55),
    0 0 0 1px rgba(255, 91, 111, 0.4) inset;
  white-space: nowrap;
  animation:
    planSavingsIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.95s backwards,
    planSavingsPulse 2.4s ease-in-out 1.6s infinite;
  transform-origin: center;
}
@keyframes planSavingsIn {
  0%   { opacity: 0; transform: scale(0.4) rotate(-12deg); }
  60%  { transform: scale(1.15) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(-3deg); }
}
@keyframes planSavingsPulse {
  0%, 100% { transform: rotate(-3deg) scale(1); box-shadow: 0 6px 18px -4px rgba(255, 91, 111, 0.55), 0 0 0 1px rgba(255, 91, 111, 0.4) inset; }
  50%      { transform: rotate(-3deg) scale(1.06); box-shadow: 0 8px 24px -4px rgba(255, 91, 111, 0.7), 0 0 0 1px rgba(255, 91, 111, 0.6) inset; }
}
@media (prefers-reduced-motion: reduce) {
  .plan__compare,
  .plan__savings { animation: none !important; }
  .plan__compare::before { animation: none !important; width: calc(100% + 6px); opacity: 1; }
  .plan__compare::after { animation: none !important; opacity: 1; }
}
.plan__desc {
  color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6;
}
.plan__features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.plan__features li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; color: rgba(255,255,255,0.88);
}
.plan__features .check {
  width: 22px; height: 22px; border-radius: 9999px;
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
}
.plan__features .check--accent { background: var(--accent); color: var(--accent-fg); }
.plan__features .check--ghost {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--accent);
}
.plan__guarantee {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,0.6);
}
.plan__guarantee svg { color: var(--accent); }

/* =========================================================
   FAQ
   ========================================================= */
.faq__list {
  max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 10px;
}
.faq__item {
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: background .35s ease, border-color .35s ease, transform .35s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__item:hover { border-color: rgba(255,255,255,0.16); }
.faq__item.is-open {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, transparent), rgba(255,255,255,0.025));
  border-color: color-mix(in srgb, var(--accent) 35%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 22%, transparent), 0 20px 40px -10px color-mix(in srgb, var(--accent) 12%, transparent);
}
.faq__q {
  padding: 18px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  cursor: pointer; list-style: none;
  user-select: none;
  transition: padding .35s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__item.is-open .faq__q { padding-bottom: 14px; }
@media (min-width: 768px) {
  .faq__q { padding: 22px 24px; }
  .faq__item.is-open .faq__q { padding-bottom: 16px; }
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q-text {
  font-size: 15px; font-weight: 500; color: var(--fg);
  line-height: 1.4;
  transition: color .35s ease;
}
.faq__item.is-open .faq__q-text { color: var(--accent); }
@media (min-width: 768px) { .faq__q-text { font-size: 16px; } }
.faq__q-icon {
  position: relative;
  width: 32px; height: 32px; border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.16);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .45s cubic-bezier(0.16, 1, 0.3, 1);
  flex: 0 0 auto;
}
.faq__q-icon::before, .faq__q-icon::after {
  content: ""; position: absolute;
  background: var(--accent);
  border-radius: 2px;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), background .35s ease;
}
.faq__q-icon::before { width: 12px; height: 2px; }
.faq__q-icon::after { width: 2px; height: 12px; }
.faq__item.is-open .faq__q-icon {
  background: var(--accent);
  border-color: transparent;
  transform: rotate(180deg);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent);
}
.faq__item.is-open .faq__q-icon::before { background: var(--accent-fg); }
.faq__item.is-open .faq__q-icon::after { background: var(--accent-fg); transform: rotate(90deg); }
.faq__a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__item.is-open .faq__a-wrap { grid-template-rows: 1fr; }
.faq__a-inner { overflow: hidden; }
.faq__a {
  padding: 4px 20px 20px;
  color: rgba(255,255,255,0.78);
  font-size: 14px; line-height: 1.7;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .35s ease .1s, transform .45s cubic-bezier(0.16, 1, 0.3, 1) .1s;
}
.faq__item.is-open .faq__a {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) { .faq__a { padding: 4px 24px 24px; font-size: 15px; } }
.faq__a p:not(:last-child) { margin-bottom: 10px; }
.faq__a strong { color: var(--fg); }

/* =========================================================
   CTA FOOTER
   ========================================================= */
.cta-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.cta-footer__media { position: absolute; inset: 0; z-index: 0; }
.cta-footer__media img, .cta-footer__media video {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.4);
}
.cta-footer__inner {
  position: relative; z-index: 2;
  padding: 96px 20px 40px;
  text-align: center;
}
@media (min-width: 768px) { .cta-footer__inner { padding: 140px 24px 56px; } }
.cta-footer__title {
  max-width: 900px; margin: 24px auto 0;
}
.cta-footer__sub {
  max-width: 580px; margin: 24px auto 0;
  color: rgba(255,255,255,0.74);
  font-size: 15px; line-height: 1.55;
}
@media (min-width: 768px) { .cta-footer__sub { font-size: 16px; margin: 28px auto 0; } }
.cta-footer__guarantee {
  margin-top: 24px;
  font-size: 11px; color: rgba(255,255,255,0.45);
  padding: 0 16px;
}

/* Footer bottom */
.footer-bottom {
  max-width: var(--container, 1280px);
  margin: 64px auto 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 16px;
  align-items: center; justify-content: space-between;
  font-size: 12px; color: rgba(255,255,255,0.42);
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; text-align: left; margin-top: 88px; }
}
.footer-bottom a { transition: color .25s ease; }
.footer-bottom a:hover { color: var(--fg); }

/* =========================================================
   STICKY CTA (mobile)
   ========================================================= */
.sticky-cta {
  position: fixed; bottom: 12px; left: 12px; right: 12px; z-index: 40;
  opacity: 0; transform: translateY(120%);
  transition: opacity .4s ease, transform .45s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-cta.is-visible { opacity: 1; transform: translateY(0); }
@media (min-width: 640px) {
  .sticky-cta { left: auto; max-width: 380px; bottom: 20px; right: 20px; }
}
/* When sticky CTA is visible on mobile, hide scroll-top to avoid collision */
@media (max-width: 639px) {
  .sticky-cta.is-visible ~ .scroll-top,
  body:has(.sticky-cta.is-visible) .scroll-top { display: none; }
}
.sticky-cta__btn {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 12px 16px;
  width: 100%;
  box-shadow: 0 20px 40px -10px color-mix(in srgb, var(--accent) 50%, transparent);
}
@media (min-width: 768px) { .sticky-cta__btn { padding: 14px 20px; } }
.sticky-cta__copy {
  display: flex; flex-direction: column; text-align: left;
  flex: 1; min-width: 0;
}
.sticky-cta__top {
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  opacity: 0.85;
}
.sticky-cta__main {
  font-size: 13px; font-weight: 700;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* =========================================================
   TRUST BAR (3 modes : marquee, rotating, grid)
   ========================================================= */
.trust-bar-section { border-block: 1px solid var(--border); background: rgba(255,255,255,0.012); }
.trust-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}
.trust-marquee__track {
  display: inline-flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee-x 38s linear infinite;
  will-change: transform;
}
.trust-marquee__item {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 0 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  border-right: 1px solid var(--border);
}
.trust-marquee__item strong { color: var(--fg); font-weight: 600; }
.trust-marquee__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 9999px;
  background: color-mix(in srgb, var(--accent) 15%, transparent);
  color: var(--accent);
  flex: 0 0 auto;
}
.trust-marquee__sep { color: rgba(255,255,255,0.3); }
.trust-marquee__text { color: rgba(255,255,255,0.55); }
.trust-marquee__track:hover { animation-play-state: paused; }

.trust-rotator {
  position: relative;
  height: 64px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.trust-rotator__slide {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  opacity: 0;
  transform: translateY(8px);
  filter: blur(6px);
  transition: opacity .5s ease, transform .55s cubic-bezier(0.16, 1, 0.3, 1), filter .5s ease;
  pointer-events: none;
}
.trust-rotator__slide.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.trust-rotator__slide.is-leaving {
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(6px);
}
.trust-rotator__icon {
  width: 38px; height: 38px; border-radius: 9999px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent); flex: 0 0 auto;
}
.trust-rotator__copy { text-align: left; }
.trust-rotator__title { font-weight: 600; font-size: 14px; color: var(--fg); }
.trust-rotator__text { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.trust-rotator__dots {
  position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%);
  display: inline-flex; gap: 6px;
}
.trust-rotator__dot {
  width: 5px; height: 5px; border-radius: 9999px;
  background: rgba(255,255,255,0.18);
  transition: all .35s ease;
}
.trust-rotator__dot.is-active {
  width: 18px;
  background: var(--accent);
}

/* =========================================================
   DECORATIONS (gradient mesh, grid, noise)
   ========================================================= */
.grid-pattern {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: var(--grid-opacity, 0.6);
  z-index: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 95%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 95%);
}
.glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(90px);
  background: radial-gradient(closest-side, var(--accent), transparent);
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
.noise::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none; opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  z-index: 1;
}

/* Marquee */
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.marquee__track {
  display: inline-flex;
  gap: 48px;
  white-space: nowrap;
  padding-right: 48px;
  animation: marquee-x 38s linear infinite;
  will-change: transform;
}

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity .9s cubic-bezier(0.16, 1, 0.3, 1),
    transform .9s cubic-bezier(0.16, 1, 0.3, 1),
    filter .9s ease;
  transition-delay: calc(var(--i, 0) * 90ms);
  will-change: transform, opacity, filter;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

[data-reveal-stagger] > * {
  --i: 0;
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity .85s cubic-bezier(0.16, 1, 0.3, 1),
    transform .85s cubic-bezier(0.16, 1, 0.3, 1),
    filter .85s ease;
  transition-delay: calc(var(--i, 0) * 90ms);
}
[data-reveal-stagger].in-view > * { opacity: 1; transform: translateY(0); filter: blur(0); }
[data-reveal-stagger] > *:nth-child(1) { --i: 0; }
[data-reveal-stagger] > *:nth-child(2) { --i: 1; }
[data-reveal-stagger] > *:nth-child(3) { --i: 2; }
[data-reveal-stagger] > *:nth-child(4) { --i: 3; }
[data-reveal-stagger] > *:nth-child(5) { --i: 4; }
[data-reveal-stagger] > *:nth-child(6) { --i: 5; }
[data-reveal-stagger] > *:nth-child(7) { --i: 6; }
[data-reveal-stagger] > *:nth-child(8) { --i: 7; }

/* Word-by-word reveal */
.word-reveal-target { display: inline; }
.word-reveal {
  display: inline-block;
  white-space: pre;
  opacity: 0;
  transform: translateY(0.4em);
  filter: blur(8px);
  transition: opacity .7s cubic-bezier(0.16, 1, 0.3, 1), transform .7s cubic-bezier(0.16, 1, 0.3, 1), filter .7s ease;
}
.word-reveal.in-view {
  opacity: 1; transform: translateY(0); filter: blur(0);
}

/* Scroll progress */
.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 50%, white));
  z-index: 100;
  pointer-events: none;
  transition: width .15s ease;
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 60%, transparent);
}

/* =========================================================
   KEYFRAMES
   ========================================================= */
@keyframes pulse-cash {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 50%, transparent); }
  50% { box-shadow: 0 0 0 8px transparent; }
}
@keyframes shine {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
@keyframes marquee-x {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes fade-in-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, [data-reveal-stagger] > *, .word-reveal {
    opacity: 1 !important; transform: none !important; filter: none !important;
  }
}

.skip-to-content {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--accent); color: var(--accent-fg);
  padding: 12px 16px; border-radius: 9999px; font-weight: 600;
}
.skip-to-content:focus { left: 16px; top: 16px; }

/* =========================================================
   FORMS
   ========================================================= */
input[type="email"], input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="search"], textarea, select {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--fg);
  border-radius: 9999px;
  padding: 14px 18px;
  width: 100%;
  font-size: 15px;
  transition: border-color .25s ease, background .25s ease;
}
textarea { border-radius: 16px; resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,0.4); }
input:focus, textarea:focus {
  border-color: color-mix(in srgb, var(--accent) 50%, transparent);
  background: rgba(255,255,255,0.06);
}

.newsletter-form { display: flex; gap: 8px; max-width: 420px; flex-wrap: wrap; }
.newsletter-form input[type="email"] { flex: 1; min-width: 200px; }

.form-success, .form-error {
  padding: 10px 14px; border-radius: 12px; font-size: 13px; margin-top: 10px;
}
.form-success {
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--accent);
}
.form-error {
  background: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
}

/* 404 */
.error-404 {
  min-height: 60vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 120px 20px;
}

/* =========================================================
   MAGNETIC HOVER (cursor-follow buttons)
   ========================================================= */
.magnetic { transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1); will-change: transform; }
@media (hover: none) { .magnetic { transform: none !important; } }

/* =========================================================
   SECTION DIVIDERS
   ========================================================= */
.divider-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  margin: 0 auto;
  max-width: var(--container, 1280px);
}

/* =========================================================
   OSLO MAP SECTION (animated routes + hotspots)
   ========================================================= */
.oslo-route {
  animation: oslo-march 1.6s linear infinite;
}
.oslo-route-1 { animation-delay: 0s; }
.oslo-route-2 { animation-delay: -0.5s; }
.oslo-route-3 { animation-delay: -1s; }
@keyframes oslo-march {
  to { stroke-dashoffset: -22; }
}
@keyframes oslo-pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.3); opacity: 1; }
}
@media (min-width: 768px) {
  .oslo-map__stats { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

/* =========================================================
   PARTNER LOGOS — marquee with branded SVGs
   ========================================================= */
.partner-marquee {
  border-block: 1px solid var(--border);
  background: rgba(255,255,255,0.012);
  padding: 32px 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.partner-marquee__head {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  margin-bottom: 24px;
}
.partner-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 64px;
  white-space: nowrap;
  animation: marquee-x 32s linear infinite;
}
.partner-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 32px);
  color: rgba(255,255,255,0.85);
  letter-spacing: -0.015em;
  transition: color .3s ease, transform .3s ease;
}
.partner-logo:hover { color: var(--accent); transform: translateY(-2px); }
.partner-logo svg {
  width: 28px; height: 28px;
  color: var(--accent);
  flex: 0 0 auto;
}

/* =========================================================
   PHONE SECTION (standalone, split-layout)
   ========================================================= */
.phone-section { padding: 80px 0; }
.phone-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 900px) {
  .phone-section__grid { grid-template-columns: 1.2fr 1fr; gap: 80px; }
}
.phone-section__copy { text-align: center; }
@media (min-width: 900px) { .phone-section__copy { text-align: left; } }
.phone-section__list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 14px;
  text-align: left;
  max-width: 480px;
}
@media (min-width: 900px) { .phone-section__list { margin-left: 0; margin-right: auto; } }
@media (max-width: 899px) { .phone-section__list { margin-left: auto; margin-right: auto; } }
.phone-section__list li {
  display: flex; gap: 14px; align-items: flex-start;
}
.phone-section__check {
  flex: 0 0 auto;
  width: 26px; height: 26px;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.phone-section__list strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--fg);
  margin-bottom: 2px;
}
.phone-section__list span {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
}

/* =========================================================
   PHONE MOCKUP — animated rider app (subtle, on-brand)
   ========================================================= */
.phone-stage {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 40px auto 0;
  perspective: 1200px;
}
@media (min-width: 900px) { .phone-stage { max-width: 240px; } }
.phone-stage__glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 18%, transparent), transparent 60%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
  animation: phone-glow 5s ease-in-out infinite alternate;
}
@keyframes phone-glow {
  from { opacity: 0.6; }
  to { opacity: 1; }
}
.phone {
  position: relative;
  aspect-ratio: 9 / 18;
  background: linear-gradient(180deg, #1a1a22, #0a0a0e);
  border-radius: 36px;
  padding: 8px;
  box-shadow:
    0 30px 60px -15px rgba(0,0,0,0.7),
    0 0 0 1.5px rgba(255,255,255,0.08),
    0 0 60px -10px color-mix(in srgb, var(--accent) 25%, transparent),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
  transform-style: preserve-3d;
  animation: phone-bob 6s ease-in-out infinite;
}
@keyframes phone-bob {
  0%, 100% { transform: perspective(1200px) rotateY(-6deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1200px) rotateY(-4deg) rotateX(1deg) translateY(-8px); }
}
.phone__notch {
  position: absolute; top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 78px; height: 22px;
  background: #000;
  border-radius: 14px;
  z-index: 2;
}
.phone__screen {
  position: relative;
  width: 100%; height: 100%;
  background: #0a0a0e;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.phone__statusbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px 6px;
  font-size: 11px; font-weight: 700;
  color: var(--fg);
}
.phone__signal {
  display: inline-flex; align-items: flex-end; gap: 2px;
  height: 10px;
}
.phone__signal span {
  display: inline-block; width: 3px;
  background: var(--fg);
  border-radius: 1px;
}
.phone__signal span:nth-child(1) { height: 3px; }
.phone__signal span:nth-child(2) { height: 5px; }
.phone__signal span:nth-child(3) { height: 7px; }
.phone__signal span:nth-child(4) { height: 9px; }
.phone__app {
  flex: 1;
  display: flex; flex-direction: column;
  padding: 8px 14px 14px;
  gap: 12px;
}
.phone__app-head {
  display: flex; align-items: center; justify-content: space-between;
}
.phone__app-title {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.phone__app-status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  padding: 4px 8px;
  border-radius: 9999px;
}
.phone__map {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, #14141a, #0d0d12);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
}
.phone__map-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.phone__route {
  stroke-dasharray: 6 4;
  animation: route-march 1.5s linear infinite;
}
@keyframes route-march {
  to { stroke-dashoffset: -20; }
}
.phone__pin {
  position: absolute;
  width: 12px; height: 12px;
  z-index: 2;
}
.phone__pin--start {
  background: var(--accent);
  border-radius: 50%;
  border: 2px solid #0a0a0e;
}
.phone__pin--end svg { filter: drop-shadow(0 0 6px color-mix(in srgb, var(--accent) 60%, transparent)); }
.phone__rider {
  position: absolute;
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(10,10,14,0.9);
  border-radius: 50%;
  border: 2px solid var(--accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--accent) 50%, transparent);
  animation: rider-move 6s ease-in-out infinite;
  z-index: 3;
  top: 0; left: 0;
}
@keyframes rider-move {
  0% { left: 8%; bottom: 16%; top: auto; }
  25% { left: 32%; bottom: 30%; top: auto; }
  50% { left: 52%; bottom: 50%; top: auto; }
  75% { left: 72%; bottom: 65%; top: auto; }
  100% { left: 86%; bottom: 78%; top: auto; }
}
/* Notification card (always visible, with subtle pulse) */
.phone__notif {
  position: relative;
  background: rgba(20, 20, 28, 0.95);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  border-radius: 10px;
  padding: 8px 10px;
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: 0 0 24px -8px color-mix(in srgb, var(--accent) 40%, transparent);
  overflow: hidden;
  animation: notif-pulse 3s ease-in-out infinite;
}
.phone__notif::before {
  content: "";
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: notif-progress 3s linear infinite;
}
@keyframes notif-pulse {
  0%, 100% { box-shadow: 0 0 24px -8px color-mix(in srgb, var(--accent) 40%, transparent); }
  50% { box-shadow: 0 0 32px -6px color-mix(in srgb, var(--accent) 60%, transparent); }
}
@keyframes notif-progress {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.phone__notif-head {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 2px;
}
.phone__notif-dot {
  width: 6px; height: 6px;
  border-radius: 9999px;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: dot-blink 1s ease-in-out infinite;
}
@keyframes dot-blink {
  50% { opacity: 0.3; }
}
.phone__notif-title {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.phone__notif-time {
  margin-left: auto;
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  font-variant-numeric: tabular-nums;
}
.phone__notif-rest {
  font-size: 11px;
  font-weight: 600;
  color: var(--fg);
  display: flex; align-items: center; gap: 6px;
}
.phone__notif-rest::before {
  content: "🍔";
  font-size: 12px;
}
.phone__notif-addr {
  font-size: 9.5px;
  color: rgba(255,255,255,0.55);
  display: flex; align-items: center; gap: 6px;
  font-weight: 500;
}
.phone__notif-addr::before {
  content: "📍";
  font-size: 10px;
}
.phone__delivery {
  display: flex;
  gap: 4px;
}
.phone__delivery-cell {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 6px 8px;
  display: flex; flex-direction: column;
  gap: 2px;
}
.phone__delivery-label {
  font-size: 8px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.phone__delivery-val {
  font-size: 12px;
  color: var(--fg);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.phone__delivery-cell--accent .phone__delivery-val { color: var(--accent); }
.phone__cta {
  margin-top: auto;
  background: var(--accent);
  color: var(--accent-fg);
  border-radius: 10px;
  padding: 9px 12px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 0 24px -8px color-mix(in srgb, var(--accent) 60%, transparent);
  position: relative;
  overflow: hidden;
}
.phone__cta::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%);
  animation: cta-shine 3s ease-in-out infinite;
}
@keyframes cta-shine {
  to { transform: translateX(100%); }
}

/* =========================================================
   FLOATING EARNINGS CARD (Vaultobank-style hero asset — kept hidden by default)
   ========================================================= */
.float-card-stage {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1.6 / 1;
  margin: 32px auto 0;
  perspective: 1400px;
}
@media (min-width: 900px) {
  .float-card-stage { max-width: 440px; aspect-ratio: 1.55 / 1; }
}
.float-card {
  position: absolute; inset: 0;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(20,20,28,0.95), rgba(8,8,12,0.95)),
    radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--accent) 35%, transparent), transparent 60%);
  background-blend-mode: overlay;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 30px 60px -20px rgba(0,0,0,0.7),
    0 0 80px -20px color-mix(in srgb, var(--accent) 40%, transparent),
    inset 0 1px 0 rgba(255,255,255,0.12);
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(6deg) rotateY(-8deg) translateZ(0);
  will-change: transform;
  animation: float-card-bob 8s ease-in-out infinite;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(18px, 4vw, 28px);
  display: flex; flex-direction: column; justify-content: space-between;
  color: var(--fg);
}
.float-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(800px circle at 0% 0%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 50%);
  pointer-events: none;
  z-index: -1;
}
.float-card::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.04;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@keyframes float-card-bob {
  0%, 100% { transform: perspective(1000px) rotateX(6deg) rotateY(-8deg) translateY(0); }
  50% { transform: perspective(1000px) rotateX(8deg) rotateY(-6deg) translateY(-12px); }
}
.float-card__row {
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 1;
}
.float-card__chip {
  width: 38px; height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 70%, white 30%), color-mix(in srgb, var(--accent) 90%, black 10%));
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}
.float-card__chip::before, .float-card__chip::after {
  content: ""; position: absolute;
  background: rgba(0,0,0,0.25);
  border-radius: 1px;
}
.float-card__chip::before { top: 6px; left: 6px; right: 6px; height: 1px; }
.float-card__chip::after { bottom: 6px; left: 6px; right: 6px; height: 1px; }
.float-card__brand {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
}
.float-card__center {
  display: flex; flex-direction: column;
  position: relative; z-index: 1;
}
.float-card__label {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  margin-bottom: 4px;
}
.float-card__amount {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--fg);
  display: flex; align-items: baseline; gap: 4px;
}
.float-card__amount-cur {
  font-size: 0.55em;
  color: var(--accent);
}
.float-card__sub {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
}
.float-card__sub b { color: var(--accent); font-weight: 600; }
.float-card__sparkline {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  height: 32px;
  pointer-events: none;
}
.float-card__sparkline path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px color-mix(in srgb, var(--accent) 50%, transparent));
}
.float-card__shine {
  position: absolute; top: 0; left: 0;
  width: 200%; height: 100%;
  background: linear-gradient(90deg, transparent 30%, rgba(255,255,255,0.08) 50%, transparent 70%);
  animation: card-shine 6s linear infinite;
  pointer-events: none;
}
@keyframes card-shine {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}

/* Floating coins around the card */
.float-coins {
  position: absolute; inset: -40px;
  pointer-events: none;
  z-index: -1;
}
.coin {
  position: absolute;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--accent) 80%, white), color-mix(in srgb, var(--accent) 95%, black));
  box-shadow: 0 0 20px color-mix(in srgb, var(--accent) 40%, transparent), inset 0 0 0 2px color-mix(in srgb, var(--accent) 70%, white);
  display: flex; align-items: center; justify-content: center;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,0.7);
  animation: coin-float 5s ease-in-out infinite;
}
.coin--1 { top: 0; left: 5%; animation-delay: 0s; }
.coin--2 { top: 12%; right: 0; animation-delay: -1.5s; width: 22px; height: 22px; font-size: 11px; }
.coin--3 { bottom: 8%; left: 0; animation-delay: -3s; width: 32px; height: 32px; font-size: 16px; }
.coin--4 { bottom: 0; right: 8%; animation-delay: -2s; }
@keyframes coin-float {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(0, -16px) rotate(8deg); }
}
@media (max-width: 540px) {
  .coin--2, .coin--4 { display: none; }
}

/* =========================================================
   COIN RAIN (subtle particles in hero bg)
   ========================================================= */
.coin-rain {
  position: absolute; inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.coin-rain__drop {
  position: absolute;
  top: -40px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--accent) 70%, white), color-mix(in srgb, var(--accent) 90%, black));
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 60%, transparent);
  opacity: 0;
  animation: coin-rain-fall 6s linear infinite;
}
@keyframes coin-rain-fall {
  0% { transform: translateY(-40px) rotate(0deg); opacity: 0; }
  10% { opacity: 0.7; }
  90% { opacity: 0.7; }
  100% { transform: translateY(110vh) rotate(360deg); opacity: 0; }
}

/* =========================================================
   SPOTLIGHT cursor effect on cards
   ========================================================= */
.card-spotlight {
  position: relative;
  isolation: isolate;
}
.card-spotlight::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%),
    color-mix(in srgb, var(--accent) 18%, transparent),
    transparent 50%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}
.card-spotlight:hover::before { opacity: 1; }
.card-spotlight > * { position: relative; z-index: 1; }
@media (hover: none) {
  .card-spotlight::before { display: none; }
}

/* =========================================================
   ANIMATED MAP MARKER (Oslo location pulse)
   ========================================================= */
.map-pulse {
  position: relative;
  width: 14px; height: 14px;
  border-radius: 9999px;
  background: var(--accent);
  display: inline-block;
}
.map-pulse::before, .map-pulse::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: var(--accent);
  animation: map-pulse 2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  z-index: -1;
}
.map-pulse::after { animation-delay: 1s; }
@keyframes map-pulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(3.5); opacity: 0; }
}

/* =========================================================
   3D BENTO TILT cards
   ========================================================= */
.bento-tilt {
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-tilt > * {
  transform: translateZ(0);
}
.bento-tilt:hover > .bento-tilt__title { transform: translateZ(20px); }
.bento-tilt:hover > .bento-tilt__icon { transform: translateZ(40px); }

/* =========================================================
   CUSTOM CURSOR (disabled — kept for future use)
   ========================================================= */
.cursor-dot, .cursor-ring { display: none !important; }
.cursor-dot-OLD, .cursor-ring-OLD {
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  border-radius: 50%;
  transition: opacity .25s ease, transform .12s ease, width .25s ease, height .25s ease, background .25s ease, mix-blend-mode .25s ease;
  will-change: transform;
  opacity: 0;
}
.cursor-dot {
  width: 6px; height: 6px;
  background: var(--accent);
  transform: translate3d(-50%, -50%, 0);
}
.cursor-ring {
  width: 38px; height: 38px;
  border: 1.5px solid color-mix(in srgb, var(--accent) 60%, white 40%);
  transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: difference;
}
body.cursor-ready .cursor-dot,
body.cursor-ready .cursor-ring { opacity: 1; }
body.cursor-hover .cursor-ring {
  width: 64px; height: 64px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  border-color: var(--accent);
  mix-blend-mode: normal;
}
body.cursor-hover .cursor-dot {
  width: 0; height: 0;
}
body.cursor-text .cursor-ring {
  width: 4px; height: 32px; border-radius: 4px;
  background: var(--accent); border: 0;
}
body.cursor-drag .cursor-ring {
  width: 80px; height: 80px;
  background: color-mix(in srgb, var(--accent) 24%, transparent);
  border-color: var(--accent);
  mix-blend-mode: normal;
}
body.cursor-drag .cursor-dot { opacity: 0; }
.cursor-ring__label {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent-fg);
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}
body.cursor-drag .cursor-ring__label { opacity: 1; }
@media (hover: none), (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none !important; }
  body.has-custom-cursor, body.has-custom-cursor * { cursor: auto !important; }
}

/* =========================================================
   PAGE LOADER (intro splash)
   ========================================================= */
.page-loader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .8s ease, visibility .8s ease;
  overflow: hidden;
}
.page-loader.is-hidden {
  opacity: 0; visibility: hidden;
}
.page-loader__inner {
  text-align: center;
  position: relative;
}
.page-loader__brand {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(40px, 9vw, 96px);
  letter-spacing: -0.03em;
  color: var(--fg);
  overflow: hidden;
}
.page-loader__brand .ll {
  display: inline-block;
  transform: translateY(110%);
  animation: loader-rise .9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--i, 0) * 60ms);
}
.page-loader__bar {
  margin: 28px auto 0;
  width: 200px; max-width: 60vw;
  height: 2px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
}
.page-loader__bar::after {
  content: "";
  display: block; width: 0%; height: 100%;
  background: var(--accent);
  animation: loader-bar 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  animation-delay: 0.3s;
}
.page-loader__count {
  margin-top: 14px;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 13px; color: rgba(255,255,255,0.5);
  font-variant-numeric: tabular-nums;
}
@keyframes loader-rise {
  to { transform: translateY(0); }
}
@keyframes loader-bar {
  to { width: 100%; }
}
.page-loader__overlay {
  position: absolute; inset: 0;
  background: var(--bg);
  z-index: 1;
  transform-origin: bottom;
}
.page-loader.is-hiding .page-loader__overlay {
  animation: loader-curtain .8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes loader-curtain {
  to { transform: scaleY(0); }
}

/* =========================================================
   TILT 3D (cards)
   ========================================================= */
.tilt {
  transform-style: preserve-3d;
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.tilt-inner {
  transform: translateZ(0);
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: none) {
  .tilt { transform: none !important; }
}

/* =========================================================
   DRAG CAROUSEL (testimonials)
   ========================================================= */
.drag-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  scrollbar-width: none;
}
.drag-carousel::-webkit-scrollbar { display: none; }
.drag-carousel.is-dragging { cursor: grabbing; user-select: none; }
.drag-carousel.is-dragging * { pointer-events: none; }
.drag-carousel > * {
  flex: 0 0 calc(85% - 8px);
  scroll-snap-align: start;
}
@media (min-width: 640px) {
  .drag-carousel > * { flex: 0 0 calc(60% - 8px); }
}
@media (min-width: 1024px) {
  .drag-carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; overflow: visible; }
  .drag-carousel > * { flex: 1; }
}

/* =========================================================
   SCROLL SNAP / STICKY STACK
   ========================================================= */
.scroll-snap-y {
  scroll-snap-type: y proximity;
}
.snap-section { scroll-snap-align: start; }

/* Sticky stack effect for steps */
.steps-stack > .step {
  position: sticky;
  top: 80px;
  background: var(--bg);
  padding: 16px 0;
  z-index: 1;
}
.steps-stack > .step:nth-child(1) { z-index: 1; top: 80px; }
.steps-stack > .step:nth-child(2) { z-index: 2; top: 100px; }
.steps-stack > .step:nth-child(3) { z-index: 3; top: 120px; }
.steps-stack > .step:nth-child(4) { z-index: 4; top: 140px; }
@media (max-width: 899px) {
  .steps-stack > .step { position: relative; top: 0 !important; padding: 0; }
}

/* =========================================================
   IMAGE REVEAL MASK
   ========================================================= */
.image-reveal {
  position: relative;
  overflow: hidden;
}
.image-reveal::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--bg);
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
  pointer-events: none;
}
.image-reveal.in-view::after { transform: translateX(101%); }

/* =========================================================
   VIEW TRANSITIONS
   ========================================================= */
@view-transition { navigation: auto; }
::view-transition-old(root) {
  animation: 0.4s cubic-bezier(0.65, 0, 0.35, 1) both vt-fade-out;
}
::view-transition-new(root) {
  animation: 0.5s cubic-bezier(0.16, 1, 0.3, 1) both vt-fade-in;
}
@keyframes vt-fade-out {
  to { opacity: 0; transform: translateY(-12px) scale(0.99); filter: blur(4px); }
}
@keyframes vt-fade-in {
  from { opacity: 0; transform: translateY(12px) scale(0.99); filter: blur(4px); }
}

/* =========================================================
   STICKY VERTICAL TEXT (luxe detail)
   ========================================================= */
.side-tag {
  position: fixed; right: 16px; bottom: 50%;
  transform: rotate(90deg) translate(50%, 0);
  transform-origin: right center;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  pointer-events: none;
  z-index: 30;
  display: none;
}
@media (min-width: 1280px) { .side-tag { display: block; } }

/* =========================================================
   MARQUEE STYLES
   ========================================================= */
.marquee-strip {
  border-block: 1px solid var(--border);
  padding: 16px 0;
  background: rgba(255,255,255,0.015);
  overflow: hidden;
}
.marquee-strip__track {
  display: inline-flex; gap: 48px;
  white-space: nowrap;
  animation: marquee-x 28s linear infinite;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(20px, 3vw, 36px);
  color: rgba(255,255,255,0.8);
}
.marquee-strip__track > span:nth-child(even) {
  color: var(--accent);
  -webkit-text-stroke: 1px var(--accent);
  -webkit-text-fill-color: transparent;
}
.marquee-strip__dot {
  color: var(--accent);
  font-style: normal;
  font-size: 0.5em;
}

/* =========================================================
   SECTION TRANSITION (fade between bg colors)
   ========================================================= */
.section-tint {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 70%),
    var(--bg);
}

/* =========================================================
   FOCUS VISIBLE
   ========================================================= */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* =========================================================
   GRADIENT TEXT
   ========================================================= */
.gradient-text {
  background: linear-gradient(180deg, var(--fg) 0%, color-mix(in srgb, var(--fg) 60%, transparent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================================================
   TEXT SCRAMBLE PLACEHOLDER
   ========================================================= */
.text-scramble {
  font-variant-ligatures: none;
  font-feature-settings: "tnum";
}

/* =========================================================
   WEBGL CANVAS BACKGROUND (animated gradient mesh)
   ========================================================= */
.gl-canvas {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  opacity: var(--webgl-opacity, 0.7);
  mix-blend-mode: screen;
  width: 100%; height: 100%;
}
.gl-canvas--hero { opacity: var(--webgl-opacity, 0.7); }
.gl-canvas--calc { opacity: calc(var(--webgl-opacity, 0.7) * 0.4); }

/* =========================================================
   TAP TO TOP (progress ring button)
   ========================================================= */
.scroll-top {
  position: fixed;
  will-change: backdrop-filter, opacity; bottom: 88px; right: 16px; z-index: 35;
  width: 48px; height: 48px;
  border-radius: 9999px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.14);
  display: grid;
  place-items: center;
  color: var(--fg);
  opacity: 0; transform: translateY(20px) scale(0.85);
  transition: opacity .3s ease, transform .35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
}
.scroll-top.is-visible {
  opacity: 1; transform: translateY(0) scale(1);
  pointer-events: auto;
}
.scroll-top:hover { background: rgba(0,0,0,0.85); border-color: rgba(255,255,255,0.28); }
@media (min-width: 640px) {
  .scroll-top { bottom: 24px; right: 24px; width: 52px; height: 52px; }
}
body:has(.sticky-atc.is-visible) .scroll-top,
body:has(.sticky-cta.is-visible) .scroll-top { display: none; }
/* Progress ring: absolutely positioned around the button */
.scroll-top__ring {
  position: absolute;
  top: 50%; left: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-radius: 9999px;
  pointer-events: none;
}
.scroll-top__ring circle {
  fill: none; stroke: var(--accent);
  stroke-width: 2; stroke-linecap: round;
  transition: stroke-dashoffset .15s linear;
}
/* Arrow icon centered via grid */
.scroll-top > svg:not(.scroll-top__ring) {
  grid-column: 1; grid-row: 1;
  display: block;
  width: 20px; height: 20px;
  color: var(--fg);
}

/* =========================================================
   SOUND TOGGLE
   ========================================================= */
.sound-toggle {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  z-index: 35;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 9999px;
  padding: 6px 12px 6px 8px;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: none;
  align-items: center; gap: 8px;
  font-weight: 600;
  transition: all .25s ease;
}
@media (min-width: 1024px) {
  .sound-toggle { display: inline-flex; bottom: 24px; left: 24px; transform: none; }
}
.sound-toggle:hover { color: var(--fg); border-color: rgba(255,255,255,0.28); }
.sound-toggle__bars {
  display: inline-flex; gap: 2px; align-items: flex-end; height: 12px;
}
.sound-toggle__bars span {
  width: 2px; background: var(--accent);
  border-radius: 1px;
  transition: height .25s ease;
}
.sound-toggle.is-on .sound-toggle__bars span:nth-child(1) { animation: sound-bar 1s ease-in-out infinite alternate; height: 4px; }
.sound-toggle.is-on .sound-toggle__bars span:nth-child(2) { animation: sound-bar 1s ease-in-out 0.15s infinite alternate; height: 8px; }
.sound-toggle.is-on .sound-toggle__bars span:nth-child(3) { animation: sound-bar 1s ease-in-out 0.3s infinite alternate; height: 6px; }
.sound-toggle:not(.is-on) .sound-toggle__bars span { height: 4px; opacity: 0.4; }
@keyframes sound-bar {
  to { height: 12px; }
}

/* =========================================================
   IMAGE HOVER PREVIEW (follows cursor)
   ========================================================= */
.hover-preview {
  position: fixed;
  width: 240px; height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.12);
  pointer-events: none;
  z-index: 9998;
  opacity: 0; transform: translate3d(-50%, -50%, 0) scale(0.85);
  transition: opacity .25s ease, transform .35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6);
}
.hover-preview.is-visible { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1); }
.hover-preview img, .hover-preview video {
  width: 100%; height: 100%; object-fit: cover;
}
@media (hover: none), (pointer: coarse) {
  .hover-preview { display: none; }
}

/* =========================================================
   SCROLL-DRIVEN MEDIA SCALE (using scroll-timeline if supported)
   ========================================================= */
@supports (animation-timeline: scroll()) {
  .scroll-scale {
    animation: scroll-scale-anim linear both;
    animation-timeline: view();
    animation-range: cover 0% cover 50%;
  }
  @keyframes scroll-scale-anim {
    from { transform: scale(0.9); filter: brightness(0.7); }
    to { transform: scale(1); filter: brightness(1); }
  }
}

/* =========================================================
   ANIMATED SVG PATHS (icon strokes)
   ========================================================= */
.icon-draw path,
.icon-draw line,
.icon-draw polyline,
.icon-draw circle,
.icon-draw rect {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: icon-draw 1.4s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes icon-draw {
  to { stroke-dashoffset: 0; }
}

/* =========================================================
   SCROLL SNAP — full-page sections variant
   ========================================================= */
body[data-scroll-snap="true"] {
  scroll-snap-type: y proximity;
}
body[data-scroll-snap="true"] section {
  scroll-snap-align: start;
}

/* =========================================================
   GLITCH text (CTA hover or special elements)
   ========================================================= */
.glitch {
  position: relative;
  display: inline-block;
}
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute; top: 0; left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s ease;
}
.glitch:hover::before {
  opacity: 0.8;
  color: var(--accent);
  transform: translate(-2px, -1px);
}
.glitch:hover::after {
  opacity: 0.6;
  color: #ff6b35;
  transform: translate(2px, 1px);
}

/* =========================================================
   FLY-IN ON LOAD (hero badge entrance)
   ========================================================= */
@keyframes fly-in {
  from { opacity: 0; transform: translateY(20px) scale(0.95); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.fly-in { animation: fly-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) both; }

/* =========================================================
   AURORA BORDER (subtle moving border on premium plan)
   ========================================================= */
/* Premium plan: liquid glass accent + subtle glow (no busy border) */
.plan--popular {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 8%, transparent) 0%, transparent 50%),
    radial-gradient(ellipse 100% 60% at 50% 0%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 70%),
    rgba(255,255,255,0.04);
  border-color: color-mix(in srgb, var(--accent) 22%, transparent);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent),
    0 30px 80px -30px color-mix(in srgb, var(--accent) 28%, transparent);
}
.plan--popular::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 60% 40% at 50% 100%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 70%);
  pointer-events: none;
  opacity: 0.7;
}
/* Sparkle accent at top right */
.plan--popular > .plan__badge {
  background:
    linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 70%, white 30%));
  box-shadow:
    0 8px 24px -8px color-mix(in srgb, var(--accent) 60%, transparent),
    inset 0 1px 0 rgba(255,255,255,0.4);
  position: relative;
  overflow: hidden;
}
.plan--popular > .plan__badge::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.5) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: badge-shine 3s ease-in-out infinite;
}
@keyframes badge-shine {
  0%, 30% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

/* =========================================================
   SECTION SCROLL OBSERVER (current section tracker)
   ========================================================= */
[data-active-section] .nav-dot {
  transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================================
   IMAGE SHIMMER (placeholder while loading)
   ========================================================= */
.shimmer {
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.04) 30%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.04) 70%
  );
  background-size: 200% 100%;
  animation: shimmer 1.6s linear infinite;
}
@keyframes shimmer {
  to { background-position: -200% 0; }
}

/* =========================================================
   HORIZONTAL SCROLL INDICATOR (calc/testimonials)
   ========================================================= */
.scroll-indicator {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 12px;
}
.scroll-indicator__line {
  width: 32px; height: 1px; background: rgba(255,255,255,0.3);
  position: relative; overflow: hidden;
}
.scroll-indicator__line::after {
  content: ""; position: absolute; inset: 0;
  background: var(--accent);
  animation: indicator-slide 1.6s ease-in-out infinite;
}
@keyframes indicator-slide {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* =========================================================
   CART DRAWER (slide-in)
   ========================================================= */
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100svh;
  width: 100%; max-width: 460px;
  background: var(--bg);
  border-left: 1px solid var(--border);
  z-index: 110;
  transform: translateX(100%);
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,0.5);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none;
  transition: opacity .35s ease;
  z-index: 105;
}
.cart-drawer__overlay.is-visible { opacity: 1; pointer-events: auto; }
.cart-drawer__head {
  padding: 24px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.cart-drawer__title {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 28px; letter-spacing: -0.02em;
}
.cart-drawer__close {
  width: 36px; height: 36px; border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
}
.cart-drawer__close:hover { background: rgba(255,255,255,0.1); }
.cart-drawer__body {
  flex: 1; overflow-y: auto; padding: 16px 24px;
}
.cart-drawer__empty {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 80px 24px; text-align: center;
  height: 100%;
}
.cart-drawer__empty-icon {
  width: 56px; height: 56px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.04);
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}
.cart-line {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.cart-line:last-child { border-bottom: 0; }
.cart-line__img {
  width: 64px; height: 64px; border-radius: 12px;
  overflow: hidden; background: rgba(255,255,255,0.04);
  flex-shrink: 0;
}
.cart-line__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-line__title { font-weight: 500; font-size: 14px; }
.cart-line__variant { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.cart-line__qty {
  margin-top: 6px;
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 9999px;
}
.cart-line__qty button {
  width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; color: rgba(255,255,255,0.7);
}
.cart-line__qty button:hover { color: var(--fg); }
.cart-line__qty input {
  width: 32px; text-align: center; padding: 0;
  background: transparent; border: 0; color: var(--fg);
  font-size: 13px; font-variant-numeric: tabular-nums;
  border-radius: 0;
}
.cart-line__price {
  font-weight: 600; font-size: 14px; text-align: right;
  font-variant-numeric: tabular-nums;
}
.cart-line__remove {
  display: block; margin-top: 6px;
  font-size: 11px; color: rgba(255,255,255,0.4);
  text-align: right;
}
.cart-line__remove:hover { color: var(--fg); }
.cart-drawer__foot {
  padding: 20px 24px;
  border-top: 1px solid var(--border);
  background: rgba(0,0,0,0.4);
}
.cart-drawer__row {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 16px;
}
.cart-drawer__total {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 36px; letter-spacing: -0.025em;
}
.cart-drawer__sub {
  font-size: 11px; color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em; text-transform: uppercase;
}
.cart-drawer__cta { width: 100%; }
.cart-drawer__note {
  margin-top: 10px;
  font-size: 11px; color: rgba(255,255,255,0.4); text-align: center;
}

/* Cart count badge in header */
.cart-trigger {
  position: relative;
  will-change: backdrop-filter;
  width: 42px; height: 42px; border-radius: 9999px;
  background: rgba(10, 10, 14, 0.65);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  transition: all .25s ease;
  cursor: pointer;
  color: var(--fg);
  text-decoration: none;
}
.cart-trigger:hover { background: rgba(20, 20, 26, 0.85); border-color: rgba(255,255,255,0.28); }
.cart-count {
  position: absolute; top: -4px; right: -4px;
  min-width: 18px; height: 18px;
  border-radius: 9999px;
  background: var(--accent); color: var(--accent-fg);
  font-size: 10px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 5px;
  font-variant-numeric: tabular-nums;
  transform: scale(0); transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 0 0 3px var(--bg), 0 0 0 4px color-mix(in srgb, var(--accent) 30%, transparent);
}
.cart-count.is-active { transform: scale(1); }
.cart-count.is-bumping { animation: cart-bump 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes cart-bump {
  0%, 100% { transform: scale(1); }
  35% { transform: scale(1.4); }
}

/* =========================================================
   TOAST NOTIFICATIONS
   ========================================================= */
.toast-stack {
  position: fixed; top: 80px; right: 16px; z-index: 130;
  display: flex; flex-direction: column; gap: 10px;
  pointer-events: none;
  max-width: calc(100vw - 32px);
}
@media (min-width: 768px) {
  .toast-stack { top: 100px; right: 24px; }
}
.toast {
  background: rgba(15,15,16,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
  font-size: 14px;
  pointer-events: auto;
  max-width: 360px;
  transform: translateX(120%); opacity: 0;
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), opacity .35s ease;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5);
}
.toast.is-visible { transform: translateX(0); opacity: 1; }
.toast--success { border-color: color-mix(in srgb, var(--accent) 40%, transparent); }
.toast--error { border-color: rgba(239, 68, 68, 0.4); }
.toast__icon {
  width: 24px; height: 24px; flex: 0 0 auto;
  border-radius: 9999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: var(--accent-fg);
}
.toast--error .toast__icon { background: #ef4444; color: white; }
.toast__content { flex: 1; min-width: 0; }
.toast__title { font-weight: 600; font-size: 13px; }
.toast__msg { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 2px; }
.toast__close {
  width: 24px; height: 24px;
  border-radius: 9999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4);
  flex: 0 0 auto;
}
.toast__close:hover { color: var(--fg); }

/* =========================================================
   PREDICTIVE SEARCH
   ========================================================= */
.search-modal {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0; pointer-events: none;
  transition: opacity .35s ease;
  display: flex; flex-direction: column;
  padding: 24px 16px 16px;
}
@media (min-width: 768px) { .search-modal { padding: 80px 32px 32px; } }
.search-modal.is-open { opacity: 1; pointer-events: auto; }
.search-modal__inner {
  max-width: 720px; width: 100%; margin: 0 auto;
  display: flex; flex-direction: column;
  height: 100%;
}
.search-modal__form {
  position: relative;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  padding-right: 56px;
}
.search-modal__input {
  width: 100%; background: transparent; border: 0;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(22px, 4vw, 44px); letter-spacing: -0.02em;
  color: var(--fg); padding: 8px 0;
  border-radius: 0;
  line-height: 1.2;
}
.search-modal__input::placeholder { color: rgba(255,255,255,0.3); }
.search-modal__close {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--fg);
  cursor: pointer;
  transition: all .25s ease;
}
.search-modal__close:hover { background: rgba(255,255,255,0.12); transform: translateY(-50%) rotate(90deg); }
@media (min-width: 768px) {
  .search-modal__close { width: 44px; height: 44px; }
}
.search-modal__results {
  flex: 1; overflow-y: auto;
  padding-top: 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.search-result {
  display: flex; gap: 14px; padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  transition: background .25s ease, border-color .25s ease;
  align-items: center;
}
.search-result:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.2); }
.search-result__img {
  width: 56px; height: 56px; border-radius: 10px;
  overflow: hidden; flex: 0 0 auto;
  background: rgba(255,255,255,0.04);
}
.search-result__img img { width: 100%; height: 100%; object-fit: cover; }
.search-result__title { font-weight: 500; font-size: 14px; }
.search-result__type { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; }
.search-result__price {
  margin-left: auto;
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 18px; color: var(--accent);
}

/* =========================================================
   QUICK VIEW MODAL (for collection products)
   ========================================================= */
.modal {
  position: fixed; inset: 0; z-index: 88;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.modal.is-open { opacity: 1; pointer-events: auto; }
.modal__inner {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius);
  max-width: 920px; width: 100%; max-height: 92vh;
  overflow: auto;
  padding: 24px; position: relative;
  transform: scale(0.96); transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal.is-open .modal__inner { transform: scale(1); }
.modal__close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 9999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  z-index: 2;
}

/* =========================================================
   COOKIE CONSENT
   ========================================================= */
.cookie-consent {
  position: fixed; bottom: 16px; right: 16px; z-index: 70;
  max-width: 360px;
  padding: 18px 20px;
  background: rgba(15,15,16,0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 16px;
  font-size: 13px;
  transform: translateY(120%); opacity: 0;
  transition: opacity .35s ease, transform .45s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  box-shadow: 0 30px 60px -10px rgba(0,0,0,0.5);
}
.cookie-consent.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
@media (max-width: 540px) {
  .cookie-consent { left: 16px; right: 16px; max-width: none; }
}
.cookie-consent__title { font-weight: 600; margin-bottom: 6px; }
.cookie-consent__text { color: rgba(255,255,255,0.65); line-height: 1.5; margin-bottom: 12px; }
.cookie-consent__actions { display: flex; gap: 8px; }
.cookie-consent__actions .btn { flex: 1; }

/* =========================================================
   PRODUCT GALLERY (main-product)
   ========================================================= */
.pgallery {
  display: grid; grid-template-columns: 1fr; gap: 12px;
}
.pgallery__main {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 1/1;
  position: relative;
  background: var(--card);
}
.pgallery__main img, .pgallery__main video {
  width: 100%; height: 100%; object-fit: cover;
}
.pgallery__thumbs {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.pgallery__thumb {
  aspect-ratio: 1/1; border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: border-color .25s ease, transform .25s ease;
  background: var(--card);
}
.pgallery__thumb img, .pgallery__thumb video { width: 100%; height: 100%; object-fit: cover; }
.pgallery__thumb.is-active { border-color: var(--accent); transform: scale(0.97); }
.pgallery__thumb:hover { border-color: rgba(255,255,255,0.3); }

/* Sticky add-to-cart bar (mobile, product page) */
.sticky-atc {
  position: fixed;
  will-change: backdrop-filter, transform;
  contain: layout style; bottom: 0; left: 0; right: 0; z-index: 35;
  padding: 12px 16px;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  transform: translateY(100%);
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex; gap: 12px; align-items: center;
}
.sticky-atc.is-visible { transform: translateY(0); }
.sticky-atc__price {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 22px;
}
.sticky-atc .btn { flex: 1; }
@media (min-width: 900px) { .sticky-atc { display: none; } }

/* =========================================================
   404 PAGE (animated)
   ========================================================= */
.error-404__visual {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(120px, 30vw, 320px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--accent) 0%, transparent 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  animation: error-pulse 4s ease-in-out infinite;
}
@keyframes error-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

/* =========================================================
   COLLECTION GRID (better)
   ========================================================= */
.coll-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 600px) { .coll-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .coll-grid { grid-template-columns: repeat(3, 1fr); } }
.product-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.2); }
.product-card__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}
.product-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card:hover .product-card__media img { transform: scale(1.06); }
.product-card__media-2 {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .35s ease;
}
.product-card:hover .product-card__media-2 { opacity: 1; }
.product-card__badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--accent); color: var(--accent-fg);
  padding: 4px 10px; border-radius: 9999px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  z-index: 2;
}
.product-card__quick {
  position: absolute; top: 10px; right: 10px;
  width: 36px; height: 36px; border-radius: 9999px;
  background: rgba(0,0,0,0.6); color: var(--fg);
  display: inline-flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(0.9);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 2;
  backdrop-filter: blur(10px);
}
.product-card:hover .product-card__quick { opacity: 1; transform: scale(1); }
.product-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.product-card__title { font-weight: 500; font-size: 14px; line-height: 1.35; }
.product-card__price {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 22px; letter-spacing: -0.015em;
  margin-top: auto;
}
.product-card__compare {
  font-size: 13px;
  text-decoration: line-through;
  color: rgba(255,255,255,0.4);
  margin-left: 8px;
}

/* Filter / sort bar */
.coll-toolbar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px; padding: 16px 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
}
.coll-toolbar__count { font-size: 13px; color: rgba(255,255,255,0.6); }
.coll-toolbar__sort { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.coll-toolbar__sort select {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 9999px; padding: 8px 14px;
  font-size: 13px; cursor: pointer; min-width: auto; width: auto;
}

/* =========================================================
   CONFETTI (for big calc reveals)
   ========================================================= */
.confetti {
  position: fixed; inset: 0; pointer-events: none;
  z-index: 200;
}
.confetti span {
  position: absolute; top: -20px;
  width: 8px; height: 14px;
  border-radius: 2px;
  animation: confetti-fall 3s linear forwards;
}
@keyframes confetti-fall {
  0% { transform: translate3d(0, 0, 0) rotate(0deg); opacity: 1; }
  100% { transform: translate3d(var(--x, 0), 110vh, 0) rotate(720deg); opacity: 0; }
}

/* =========================================================
   HEADER ANNOUNCEMENT (rotating messages)
   ========================================================= */
.announcement-rotator {
  position: relative; height: 16px; overflow: hidden;
}
.announcement-rotator span {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(100%);
  transition: opacity .4s ease, transform .5s cubic-bezier(0.16, 1, 0.3, 1);
}
.announcement-rotator span.is-active { opacity: 1; transform: translateY(0); }
.announcement-rotator span.is-leaving { opacity: 0; transform: translateY(-100%); }

/* =========================================================
   COLOR SCHEMES (alternative palettes for sections)
   ========================================================= */
.scheme-light { --bg: #FAFAFA; --fg: #0A0A0A; --card: #F1F1F1; --border: rgba(0,0,0,0.1); --accent-fg: #FAFAFA; }
.scheme-light .lead, .scheme-light .module__body, .scheme-light .reason__body { color: rgba(0,0,0,0.7); }
.scheme-light .glass { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.1); }
.scheme-accent { --bg: var(--accent); --fg: var(--accent-fg); --card: color-mix(in srgb, var(--accent) 88%, black); }

/* =========================================================
   BREADCRUMB
   ========================================================= */
.breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.breadcrumb a:hover { color: var(--fg); }
.breadcrumb__sep { opacity: 0.5; }

/* =========================================================
   PAGINATION
   ========================================================= */
.pagination {
  display: flex; align-items: center; justify-content: center; gap: 4px;
  padding: 32px 0;
}
.pagination a, .pagination span {
  width: 36px; height: 36px;
  border-radius: 9999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
}
.pagination a:hover { background: rgba(255,255,255,0.06); }
.pagination .current { background: var(--accent); color: var(--accent-fg); border-color: transparent; }

/* =========================================================
   PRODUCT BADGES (sale/new/sold-out)
   ========================================================= */
.badge {
  display: inline-flex; align-items: center;
  padding: 3px 8px; border-radius: 9999px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.badge--sale { background: var(--accent); color: var(--accent-fg); }
.badge--new { background: rgba(255,255,255,0.1); color: var(--fg); }
.badge--soldout { background: rgba(239, 68, 68, 0.2); color: #fca5a5; }

/* =========================================================
   TRUST ROW (icons + labels under hero/CTA)
   ========================================================= */
.trust-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
}
.trust-row__item {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: rgba(255,255,255,0.7);
}
.trust-row__item svg { color: var(--accent); flex: 0 0 auto; }

/* ============================================
   Product page — modern blocks (21st.dev style)
   ============================================ */
.pp-blocks { margin-top: 48px; padding-top: 12px; display: flex; flex-direction: column; gap: 32px; border-top: 1px solid rgba(255,255,255,0.06); }
@media (min-width: 768px) { .pp-blocks { margin-top: 56px; gap: 36px; } }

/* Features — animated check grid */
.pp-features-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 600px) { .pp-features-grid { grid-template-columns: 1fr 1fr; } }
.pp-feature {
  display: flex; gap: 12px; align-items: center;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  position: relative;
  overflow: hidden;
}
.pp-feature::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 8%, transparent), transparent);
  transform: translateX(-100%);
  transition: transform .6s ease;
  pointer-events: none;
}
.pp-feature:hover { transform: translateX(2px); border-color: color-mix(in srgb, var(--accent) 30%, rgba(255,255,255,0.08)); }
.pp-feature:hover::before { transform: translateX(100%); }
.pp-feature__check {
  width: 24px; height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 70%, white));
  color: var(--accent-fg);
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent), 0 4px 12px color-mix(in srgb, var(--accent) 25%, transparent);
}

/* Accordions — liquid glass with smooth animation */
.pp-accordions { display: flex; flex-direction: column; gap: 8px; }
.pp-acc {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.pp-acc:hover { border-color: rgba(255,255,255,0.16); }
.pp-acc[open] {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, transparent), rgba(255,255,255,0.025));
  border-color: color-mix(in srgb, var(--accent) 35%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent), 0 20px 40px -10px color-mix(in srgb, var(--accent) 14%, transparent);
}
.pp-acc__sum {
  list-style: none; cursor: pointer;
  padding: 18px 20px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; user-select: none;
  font-weight: 600; font-size: 15px; color: var(--fg);
  transition: color .25s ease;
}
.pp-acc__sum::-webkit-details-marker { display: none; }
.pp-acc[open] .pp-acc__sum { color: var(--accent); }
.pp-acc__chev {
  width: 32px; height: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
  transition: transform .3s ease, background .3s ease, border-color .3s ease, color .3s ease;
  color: rgba(255,255,255,0.7);
}
.pp-acc[open] .pp-acc__chev {
  transform: rotate(180deg);
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
.pp-acc__body {
  padding: 0 20px 20px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.7;
  animation: pp-acc-slide .35s ease;
}
.pp-acc__body p { margin: 0 0 10px; }
.pp-acc__body p:last-child { margin-bottom: 0; }
.pp-acc__body ul { margin: 8px 0 0; padding-left: 18px; }
.pp-acc__body li { margin-bottom: 6px; }
.pp-acc__body strong { color: var(--fg); font-weight: 600; }
@keyframes pp-acc-slide {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Badges — premium row */
.pp-badges-grid {
  display: grid; grid-template-columns: 1fr; gap: 8px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255,255,255,0.08);
}
@media (min-width: 700px) { .pp-badges-grid { grid-template-columns: repeat(3, 1fr); } }
.pp-badge {
  padding: 14px 16px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  text-align: center;
  transition: transform .25s ease, border-color .25s ease;
}
.pp-badge:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--accent) 30%, rgba(255,255,255,0.08)); }
.pp-badge__title { font-weight: 600; font-size: 13px; color: var(--accent); letter-spacing: 0.02em; }
.pp-badge__text { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 4px; }

/* Hero animation removed per request */
  .hero__title-shine { animation: none; -webkit-text-fill-color: var(--fg); background: none; color: var(--fg); }
}

/* ============================================
   OSLIVERY Footer
   ============================================ */
.oslv-footer {
  position: relative;
  background: linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 92%, #000) 100%);
  color: var(--fg);
  padding: 80px 0 32px;
  overflow: hidden;
}
.oslv-footer::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; max-width: 720px; height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 60%, transparent), transparent);
}
.oslv-footer__accent {
  position: absolute;
  top: -160px; left: 50%; transform: translateX(-50%);
  width: 720px; height: 320px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--accent) 12%, transparent), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  opacity: 0.6;
}
.oslv-footer__inner {
  max-width: var(--container, 1280px);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.oslv-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 1024px) {
  .oslv-footer__grid { grid-template-columns: 1.2fr 2fr; gap: 64px; }
}
.oslv-footer__brand { max-width: 380px; }
.oslv-footer__logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 32px;
  color: var(--fg);
  text-decoration: none;
}
.oslv-footer__dot {
  display: inline-block; width: 10px; height: 10px;
  border-radius: 9999px; background: var(--accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--accent) 50%, transparent);
}
.oslv-footer__tagline {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px; line-height: 1.65;
  max-width: 340px;
}
.oslv-footer__socials {
  display: flex; gap: 10px; align-items: center;
  margin-top: 24px;
}
.oslv-footer__social {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.25s ease;
}
.oslv-footer__social:hover {
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  border-color: color-mix(in srgb, var(--accent) 40%, transparent);
  color: var(--accent);
  transform: translateY(-2px);
}
.oslv-footer__trust {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-top: 24px;
}
.oslv-footer__trust-item {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px; font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.02em;
}
.oslv-footer__trust-item svg { color: var(--accent); }
.oslv-footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) { .oslv-footer__cols { grid-template-columns: repeat(4, 1fr); } }
.oslv-footer__col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg);
  margin: 0 0 18px;
}
.oslv-footer__col-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.oslv-footer__link {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.oslv-footer__link:hover { color: var(--accent); transform: translateX(2px); }
.oslv-footer__link--small { font-size: 12px; color: rgba(255, 255, 255, 0.45); }
.oslv-footer__link--small:hover { color: var(--accent); transform: none; }
.oslv-footer__col--newsletter { grid-column: span 2; }
@media (min-width: 1024px) { .oslv-footer__col--newsletter { grid-column: span 1; } }
.oslv-footer__newsletter-text {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px; line-height: 1.55;
  margin: 0 0 14px;
}
.oslv-footer__newsletter-row {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 5px;
  gap: 4px;
  transition: border-color 0.25s ease;
  min-height: 50px;
  box-sizing: border-box;
}
.oslv-footer__newsletter-row:focus-within { border-color: color-mix(in srgb, var(--accent) 50%, transparent); }
.oslv-footer__newsletter-input {
  flex: 1 1 auto;
  background: transparent; border: none;
  color: var(--fg);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  padding: 0 16px;
  outline: none;
  min-width: 0;
  height: 40px;
  line-height: 40px;
}
.oslv-footer__newsletter-input::placeholder { color: rgba(255, 255, 255, 0.4); }
.oslv-footer__newsletter-btn {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: var(--accent-fg);
  border: none; border-radius: 9999px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 0%, transparent);
}
.oslv-footer__newsletter-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 16%, transparent);
}
.oslv-footer__newsletter-btn svg { width: 16px; height: 16px; }
.oslv-footer__success {
  margin-top: 12px; padding: 10px 14px;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  border-radius: 12px;
  color: var(--accent);
  font-size: 12px; font-weight: 600;
}
.oslv-footer__error {
  margin-top: 12px; padding: 10px 14px;
  background: rgba(255, 64, 64, 0.1);
  border: 1px solid rgba(255, 64, 64, 0.4);
  border-radius: 12px;
  color: #ff6b6b;
  font-size: 12px; font-weight: 600;
}
.oslv-footer__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px; line-height: 1.6;
}
.oslv-footer__text p { margin: 0 0 8px; }
.oslv-footer__text a { color: var(--accent); text-decoration: none; }
.oslv-footer__bottom {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex; flex-wrap: wrap; gap: 18px;
  align-items: center; justify-content: space-between;
}
.oslv-footer__copyright { color: rgba(255, 255, 255, 0.45); font-size: 12px; }
.oslv-footer__legal { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }




/* ============================================
   OSLO MAP — clean responsive version (no glass)
   ============================================ */
.oslo-map-section { text-align: center; }
.oslo-map {
  position: relative;
  margin: 56px auto 0;
  max-width: 980px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(15,16,24,0.55) 0%, rgba(8,10,14,0.7) 100%);
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6);
}
.oslo-map__svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 540;
}
/* SVG-internal labels — always aligned with pins, no drift */
.om-label {
  fill: var(--fg);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  paint-order: stroke;
  stroke: rgba(0,0,0,0.55);
  stroke-width: 4;
  stroke-linejoin: round;
}
@media (max-width: 700px) {
  .oslo-map { border-radius: 18px; margin-top: 36px; }
  .om-label { font-size: 22px; letter-spacing: 0.6px; }
}

/* Animated routes (draw + fade infinite) */
.om-route {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: omRoute 5s ease-in-out infinite;
}
.om-route--1 { animation-delay: 0s; }
.om-route--2 { animation-delay: 1.2s; }
.om-route--3 { animation-delay: 2.4s; }
.om-route--4 { animation-delay: 3.6s; }
@keyframes omRoute {
  0%   { stroke-dashoffset: 600; opacity: 0; }
  20%  { opacity: 1; }
  60%  { stroke-dashoffset: 0; opacity: 1; }
  85%  { stroke-dashoffset: 0; opacity: 0.4; }
  100% { stroke-dashoffset: -600; opacity: 0; }
}

/* Pulsing pins */
.om-pin {
  filter: drop-shadow(0 0 6px var(--accent));
  animation: omPin 2.4s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes omPin {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.7; transform: scale(1.4); }
}

/* Legend chip */
.oslo-map__legend {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 24px auto 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.oslo-map__legend-item { display: inline-flex; align-items: center; gap: 6px; }
.oslo-map__legend-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 6px var(--accent); }
.oslo-map__legend-dash { width: 14px; height: 2px; background: var(--accent); border-radius: 2px; opacity: 0.7; }
.oslo-map__legend-sep { color: rgba(255, 255, 255, 0.25); }

/* Stats row */
.oslo-map__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) { .oslo-map__stats { grid-template-columns: repeat(3, 1fr); } }
.oslo-map__stat {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}
.oslo-map__stat--accent {
  background: linear-gradient(140deg, color-mix(in srgb, var(--accent) 14%, transparent) 0%, color-mix(in srgb, var(--accent) 4%, transparent) 100%);
  border-color: color-mix(in srgb, var(--accent) 40%, rgba(255,255,255,0.08));
  box-shadow: 0 12px 28px -8px color-mix(in srgb, var(--accent) 25%, transparent);
}
.oslo-map__stat-val {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(30px, 4vw, 42px);
  color: var(--fg);
  line-height: 1;
  letter-spacing: -0.01em;
}
.oslo-map__stat--accent .oslo-map__stat-val { color: var(--accent); }
.oslo-map__stat-label {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}

/* ============================================
   PROMO BAR V2 — modern, mobile-first
   ============================================ */
.promo-v2 {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 22%, #0A0A0E) 0%,
    color-mix(in srgb, var(--accent) 6%, #0A0A0E) 50%,
    color-mix(in srgb, var(--accent) 22%, #0A0A0E) 100%);
  background-size: 200% 100%;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
  color: var(--fg);
  overflow: hidden;
  animation: promoV2Slide 12s ease-in-out infinite;
}
.promo-v2--minimal {
  background: #0A0A0E;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  animation: none;
}
@keyframes promoV2Slide {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
.promo-v2__shimmer {
  position: absolute;
  top: 0; left: -50%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.08) 50%,
    transparent 100%);
  animation: promoV2Shimmer 6s linear infinite;
  pointer-events: none;
}
@keyframes promoV2Shimmer {
  0%   { left: -50%; }
  100% { left: 150%; }
}
.promo-v2--minimal .promo-v2__shimmer { display: none; }

.promo-v2__inner {
  max-width: var(--container, 1280px);
  margin: 0 auto;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .promo-v2__inner { padding: 11px 24px; gap: 14px; font-size: 13px; }
}

.promo-v2__pulse {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
  animation: promoV2Pulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes promoV2Pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(1.4); }
}
.promo-v2__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px;
  color: var(--accent);
  flex-shrink: 0;
}
.promo-v2__icon svg { filter: drop-shadow(0 0 6px var(--accent)); }

.promo-v2__tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--accent) 25%, transparent);
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.promo-v2--minimal .promo-v2__tag {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}

.promo-v2__msg {
  color: rgba(255,255,255,0.92);
  font-weight: 500;
  text-align: center;
  flex-shrink: 1;
  min-width: 0;
}
.promo-v2__msg strong { color: var(--accent); font-weight: 700; }

.promo-v2__cd {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.1);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}
.promo-v2__cd-cell {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-size: 11px;
  font-weight: 700;
  color: var(--fg);
}
.promo-v2__cd-cell b { font-weight: 800; }
.promo-v2__cd-cell i {
  font-style: normal;
  font-size: 9px;
  color: var(--accent);
  font-weight: 700;
  margin-left: 1px;
}
.promo-v2__cd-sep {
  color: rgba(255,255,255,0.3);
  font-size: 11px;
  font-weight: 700;
}

.promo-v2__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-fg);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 0%, transparent);
}
.promo-v2__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 25%, transparent);
}

/* Mobile (≤640px) */
@media (max-width: 640px) {
  .promo-v2__inner { padding: 8px 12px; gap: 8px; font-size: 11px; flex-wrap: nowrap; overflow: hidden; }
  .promo-v2__tag { font-size: 9px; padding: 2px 6px; }
  .promo-v2__msg { font-size: 11px; text-align: left; }
  .promo-v2__cd { padding: 2px 8px; }
  .promo-v2__cd-cell { font-size: 10px; }
  .promo-v2__cd-cell i { font-size: 8px; }
  .promo-v2__cd-cell--mobile-hide,
  .promo-v2__cd-sep--mobile-hide { display: none; }
  .promo-v2__cta { padding: 4px 10px; font-size: 10px; }
}
@media (max-width: 480px) {
  .promo-v2__inner { gap: 6px; }
  .promo-v2__tag { display: none; }
  .promo-v2__msg { font-size: 10px; }
}

/* ============================================
   COLLECTION PAGE — premium cards + glow
   ============================================ */
.coll-hero {
  position: relative;
  padding: 160px 0 80px;
  overflow: hidden;
  isolation: isolate;
}
.coll-hero__glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
}
.coll-hero__glow--1 {
  top: -120px; left: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 35%, transparent) 0%, transparent 70%);
  animation: collOrb 14s ease-in-out infinite;
}
.coll-hero__glow--2 {
  bottom: -180px; right: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(110, 120, 255, 0.25) 0%, transparent 70%);
  animation: collOrb 18s ease-in-out infinite reverse;
}
@keyframes collOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(40px, -25px) scale(1.05); }
}
.coll-hero__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.coll-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.coll-hero__dot {
  width: 7px; height: 7px;
  border-radius: 9999px;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: collPulse 1.6s ease-in-out infinite;
}
@keyframes collPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(1.4); }
}
.coll-hero__title {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(40px, 7vw, 88px);
  font-weight: 400;
  color: var(--fg);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
}
.coll-hero__desc {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.coll-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .coll-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

.coll-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(140deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: var(--fg);
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .35s ease, box-shadow .35s ease;
  isolation: isolate;
}
.coll-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(closest-side at 30% 0%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 60%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
  z-index: 0;
}
.coll-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent) 35%, rgba(255,255,255,0.08));
  box-shadow:
    0 30px 60px -20px rgba(0, 0, 0, 0.6),
    0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent),
    inset 0 1px 1px rgba(255, 255, 255, 0.05);
}
.coll-card:hover::before { opacity: 1; }

.coll-card--popular {
  border-color: color-mix(in srgb, var(--accent) 40%, rgba(255,255,255,0.08));
  box-shadow:
    0 20px 50px -15px color-mix(in srgb, var(--accent) 22%, transparent),
    inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.coll-card__ribbon {
  position: absolute;
  top: 16px; right: -2px;
  z-index: 3;
  padding: 6px 14px;
  border-radius: 999px 0 0 999px;
  background: var(--accent);
  color: var(--accent-fg);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px color-mix(in srgb, var(--accent) 35%, transparent);
}

.coll-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, transparent) 0%, rgba(0,0,0,0) 100%);
}
.coll-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
}
.coll-card:hover .coll-card__media img {
  transform: scale(1.04);
}
.coll-card__placeholder {
  display: grid; place-items: center;
  width: 100%; height: 100%;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.18);
}
.coll-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 11, 14, 0.85) 100%);
  pointer-events: none;
}

.coll-card__body {
  position: relative;
  z-index: 1;
  padding: 24px 26px 28px;
}
.coll-card__title {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin: 0;
}
.coll-card__pitch {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}
.coll-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
}
.coll-card__price {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 32px;
  color: var(--accent);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.coll-card__compare {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.coll-card__discount {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}
.coll-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
  transition: all .25s ease;
}
.coll-card:hover .coll-card__cta {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}
.coll-card--popular .coll-card__cta {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-fg);
}

.coll-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.coll-empty {
  text-align: center;
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.6);
}
.coll-empty p { margin-bottom: 20px; font-size: 16px; }

.coll-trust {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.coll-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.coll-trust__item svg { color: var(--accent); }

/* ============================================
   GLOBAL ANIMATIONS — glassmorphism + subtle glow
   ============================================ */
.plan,
.testi-card,
.module,
.reason,
.stats__item,
.faq__item,
.pp-acc,
.pp-feature,
.pp-badge {
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.plan:hover,
.testi-card:hover,
.module:hover,
.reason:hover,
.stats__item:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--accent) 25%, rgba(255,255,255,0.1));
  box-shadow: 0 12px 32px -10px color-mix(in srgb, var(--accent) 18%, transparent);
}

/* Subtle accent border on focus (accessibility) */
.btn:focus-visible,
.coll-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* CTA buttons — soft glow on hover */
.btn--primary {
  position: relative;
  transition: transform .25s ease, box-shadow .35s ease;
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 30px -8px color-mix(in srgb, var(--accent) 45%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent) 30%, transparent);
}

/* Promo bar — slight glow accent */
.promo-v2 {
  box-shadow: 0 1px 0 0 color-mix(in srgb, var(--accent) 15%, transparent), 0 0 24px -12px color-mix(in srgb, var(--accent) 35%, transparent);
}

/* Header — frosted glass when scrolled */
.site-header {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background .35s ease, border-color .35s ease;
}

/* =========================================================
   COMPARISON CARDS (.cmp-cards) — replaces grid table
   ========================================================= */
.cmp-section .section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.cmp-section .section-head .eyebrow { display: inline-flex; }
@media (min-width: 768px) { .cmp-section .section-head { margin-bottom: 64px; } }

.cmp-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (min-width: 860px) {
  .cmp-cards { grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
}

.cmp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.005));
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px;
  padding: 28px 22px 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: cmpCardIn .65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--i, 1) * 80ms);
}
@keyframes cmpCardIn {
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 768px) {
  .cmp-card { padding: 34px 28px 28px; }
}
.cmp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.16);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.55);
}

.cmp-card__halo {
  position: absolute;
  inset: -1px;
  border-radius: 22px;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, color-mix(in srgb, var(--accent) 18%, transparent) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .4s ease;
}
.cmp-card--premium .cmp-card__halo { opacity: 1; }
.cmp-card:hover .cmp-card__halo { opacity: 1; }

.cmp-card--premium {
  border-color: color-mix(in srgb, var(--accent) 35%, transparent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent) inset,
    0 30px 80px -40px color-mix(in srgb, var(--accent) 28%, transparent);
}
.cmp-card--premium:hover {
  border-color: color-mix(in srgb, var(--accent) 50%, transparent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 30%, transparent) inset,
    0 36px 90px -30px color-mix(in srgb, var(--accent) 35%, transparent);
}

.cmp-card__ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--accent);
  color: var(--accent-fg);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 20px -6px color-mix(in srgb, var(--accent) 70%, transparent);
}

.cmp-card__head { margin-bottom: 22px; }
.cmp-card__label {
  display: inline-block;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(28px, 4vw, 38px);
  color: var(--fg);
  line-height: 1;
}
.cmp-card--premium .cmp-card__label { color: var(--accent); }
.cmp-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.cmp-card__price {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
  font-variant-numeric: tabular-nums;
}
.cmp-card__subprice {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}
.cmp-card__pitch {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.5;
}

.cmp-card__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}
.cmp-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,0.88);
  opacity: 0;
  transform: translateX(-6px);
  animation: cmpFeatIn .5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--d, 0ms) + 250ms);
}
@keyframes cmpFeatIn {
  to { opacity: 1; transform: translateX(0); }
}
.cmp-card__feature.is-excluded {
  color: rgba(255,255,255,0.38);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255,255,255,0.2);
}
.cmp-card__feature.is-rollup {
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
  margin-bottom: 4px;
}
.cmp-card__feature.is-rollup strong {
  color: var(--accent);
  font-weight: 700;
}
.cmp-card__feature.is-highlight { color: var(--fg); font-weight: 500; }

.cmp-card__check,
.cmp-card__cross {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 999px;
  margin-top: 1px;
}
.cmp-card__check {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.7);
}
.cmp-card__check--accent {
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  color: var(--accent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent);
}
.cmp-card__cross {
  background: rgba(255,255,255,0.025);
  color: rgba(255,255,255,0.3);
}

.cmp-card__cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}
