/* ═══════════════════════════════════════════
   СТИЛЬ ВОДЫ — Soft UI Evolution + Water
   ui-ux-pro-max · design-system/stil-vody
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700;800&display=swap');

:root {
  --ink: #071B2E;
  --deep: #0A3550;
  --wave: #0C6B78;
  --teal: #0E8A9A;
  --cyan: #1AA8A1;
  --blade: #5FD4DA;
  --foam: #E6F4F8;
  --mist: #EAF4F8;
  --cloud: #FFFFFF;
  --surface: #FFFFFF;
  --coral: #D96B4E;
  --muted: #3A5163;
  --text-body: #243746;
  --line: rgba(7, 27, 46, 0.14);
  --shadow: 0 2px 6px rgba(7, 27, 46, 0.06), 0 14px 32px rgba(7, 27, 46, 0.1);
  --shadow-lg: 0 6px 14px rgba(7, 27, 46, 0.07), 0 28px 56px rgba(7, 27, 46, 0.14);
  --radius: 20px;
  --radius-sm: 14px;
  --nav-h: 80px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration: 220ms;
  --duration-slow: 280ms;
  --font-display: 'Unbounded', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
  --max: 1120px;
  --space-section: clamp(4rem, 9vw, 7rem);
  --space-section-sm: clamp(3rem, 7vw, 5rem);
  --space-after-hero: clamp(2.5rem, 5vw, 4rem);
  --glow: transparent;
  --panel: #DCEEF4;
  --panel-strong: #D0E8F0;
  --panel-bg: #FFFFFF;
  --panel-bg-strong: #F7FBFC;
  --panel-border: rgba(10, 53, 80, 0.14);
  --panel-inset: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  --panel-shadow: 0 2px 6px rgba(7, 27, 46, 0.05), 0 14px 30px rgba(7, 27, 46, 0.09);
  --ring: #0C6B78;
  --star: #B45309;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 45% at 70% 0%, rgba(90, 200, 210, 0.22), transparent 55%),
    linear-gradient(180deg, #D8E8EF 0%, #E4EFF4 22%, #EAF3F6 55%, #E6F0F4 100%);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.btn,
.nav-phone,
.nav-email,
.page-jumps a,
.cta-actions .btn {
  max-width: 100%;
}

h1, h2, .page-hero-inner h1 {
  overflow-wrap: break-word;
}

a,
button,
summary,
.path-card,
.product,
.faq-item summary {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 3px;
}

::selection {
  background: rgba(46, 196, 182, 0.28);
  color: var(--ink);
}

img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 1000;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
  transition: top var(--duration) var(--ease-out);
}

.skip-link:focus {
  top: 1rem;
  outline: 3px solid var(--ring);
  outline-offset: 3px;
}

/* ── Type ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--wave);
}

.eyebrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--blade), var(--wave));
  box-shadow: none;
}

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
}

h1 { font-size: clamp(2.2rem, 5.5vw, 3.8rem); }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.15rem; }

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--text-body);
  max-width: 36rem;
  font-weight: 600;
  line-height: 1.7;
}

.section {
  padding: var(--space-section) 0;
  position: relative;
}

.section-head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 36rem;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
  justify-items: center;
  max-width: 42rem;
}

.section-head.center .lead {
  text-align: center;
  max-width: 36rem;
}

.section-head h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wave), var(--blade));
  box-shadow: none;
}

.section-head.center h2::after {
  margin-inline: auto;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  transition:
    transform var(--duration) var(--ease-out),
    box-shadow var(--duration) var(--ease-out),
    background var(--duration) ease,
    border-color var(--duration) ease;
  white-space: nowrap;
  cursor: pointer;
  min-height: 48px;
}

.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn:focus-visible { outline: 3px solid var(--ring); outline-offset: 3px; }
.btn-icon { width: 18px; height: 18px; }

.btn-primary {
  background: linear-gradient(135deg, var(--deep), var(--wave) 70%, var(--teal));
  color: #fff;
  box-shadow: 0 4px 8px rgba(11, 61, 92, 0.12), 0 12px 28px rgba(13, 122, 135, 0.28);
}

.btn-primary:hover { box-shadow: 0 6px 12px rgba(11, 61, 92, 0.14), 0 16px 36px rgba(13, 122, 135, 0.36); }

.btn-ghost {
  background: #fff;
  color: var(--deep);
  border: 1.5px solid rgba(10, 53, 80, 0.28);
  box-shadow: 0 2px 8px rgba(7, 27, 46, 0.06);
}

.btn-ghost:hover {
  border-color: rgba(12, 107, 120, 0.5);
  box-shadow: var(--shadow);
  background: #F7FBFC;
}

.btn-ghost-on-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-ghost-on-dark:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 28px rgba(7, 27, 46, 0.25);
}

.btn-coral {
  background: linear-gradient(135deg, var(--coral), #E9957A);
  color: #fff;
  box-shadow: 0 12px 28px rgba(224, 122, 95, 0.3);
}

.section-surface {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F9FB 55%, #EAF4F8 100%);
  border-top: 1px solid rgba(10, 53, 80, 0.08);
  border-bottom: 1px solid rgba(10, 53, 80, 0.05);
}

.section-surface + .section-surface {
  border-top: none;
}

.section-surface::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 35% at 100% 0%, rgba(122, 231, 235, 0.08), transparent 55%);
  pointer-events: none;
}

.section-surface.faq-section::before,
.faq-section.section-surface::before {
  display: none;
}

.section-surface > .container {
  position: relative;
  z-index: 1;
}

.section-flush {
  padding-top: 0;
}

.section:has(> .container > .cta-banner) {
  padding-top: 0;
}

.section-tight {
  padding-top: 0;
}

.section-actions {
  text-align: center;
  margin-top: 2rem;
}

.copy-stack {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.copy-stack .prose {
  margin: 0;
  color: var(--text-body);
}

.copy-stack .prose-lg {
  font-size: 1.05rem;
}

.lead-spaced {
  margin: 1rem 0 1.25rem;
}

.lead-mt {
  margin-top: 1rem;
}

.btn-mt {
  margin-top: 1.5rem;
}

.prose-note {
  margin-top: 1.5rem;
  color: var(--muted);
  max-width: 42rem;
}

.text-accent {
  color: var(--deep);
}

.meter-note {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.orb-soft {
  opacity: 0.6;
}

.visual-frame--tall {
  aspect-ratio: 4 / 5;
}

.visual-frame--wide {
  aspect-ratio: 16 / 10;
}

.visual-frame--spaced {
  margin-top: 0.5rem;
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  color: inherit;
}

.prose {
  color: var(--text-body);
  line-height: 1.65;
}

.prose-lg {
  font-size: 1.05rem;
}

.bento-stat-lg {
  font-size: 1.8rem;
}

.swatch-row {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
  flex-wrap: wrap;
}

.swatch {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.swatch-ink { background: var(--ink); }
.swatch-deep { background: var(--deep); }
.swatch-wave { background: var(--wave); }
.swatch-cyan { background: var(--cyan); }
.swatch-blade { background: var(--blade); }
.swatch-coral { background: var(--coral); }

/* ── Nav ── */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--nav-h);
  background: transparent;
  border-bottom: 1px solid rgba(11, 61, 92, 0.06);
  transition: border-color var(--duration) ease;
}

.nav::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px) saturate(1.2);
  pointer-events: none;
  transition: background var(--duration) ease, box-shadow var(--duration) ease;
}

.nav::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(46,196,182,0.45), rgba(122,231,235,0.7), rgba(46,196,182,0.45), transparent);
  opacity: 0.55;
  transition: opacity var(--duration) ease;
  pointer-events: none;
}

.nav.scrolled {
  border-bottom-color: rgba(11, 61, 92, 0.08);
}

.nav.scrolled::before {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 32px rgba(7, 27, 46, 0.07);
}

.nav.scrolled::after { opacity: 1; }

.nav-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

/* Nav can use a bit more width than page content */
.nav > .container {
  width: min(100% - 1.5rem, 1240px);
}

@media (min-width: 1181px) {
  .nav-inner {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    gap: 1rem;
    align-items: center;
  }

  .logo {
    justify-self: start;
  }

  .nav-links {
    justify-self: center;
    max-width: 100%;
  }

  .nav-cta {
    justify-self: end;
    margin-left: 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  z-index: 10;
  flex-shrink: 0;
}

.logo-mark {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 4px 10px rgba(46, 196, 182, 0.28));
  transition: transform 0.4s var(--ease);
}

.logo:hover .logo-mark { transform: rotate(-10deg) scale(1.07); }

.logo span {
  background: linear-gradient(120deg, #071B2E 10%, #0B3D5C 45%, #0D7A87 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.15rem;
  padding: 0.32rem;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1.5px solid rgba(10, 53, 80, 0.18);
  box-shadow:
    0 12px 32px rgba(7, 27, 46, 0.14),
    0 2px 6px rgba(7, 27, 46, 0.08);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  min-width: 0;
}

.nav-indicator {
  position: absolute;
  top: 0.32rem;
  left: 0;
  height: calc(100% - 0.64rem);
  width: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0B3D5C, #0D7A87 70%, #1AA8A1);
  box-shadow: 0 8px 18px rgba(13, 122, 135, 0.32);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform: translateX(0);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease;
  will-change: transform, width;
}

.nav-links > a {
  position: relative;
  z-index: 1;
  padding: 0.52rem 0.78rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1F3545;
  letter-spacing: -0.015em;
  transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
  white-space: nowrap;
  background: transparent;
}

.nav-links > a:hover {
  color: var(--deep);
  background: rgba(12, 107, 120, 0.08);
}

.nav-links > a.active {
  color: #fff;
  background: linear-gradient(135deg, #0B3D5C, #0D7A87 70%, #1AA8A1);
  box-shadow: 0 8px 18px rgba(13, 122, 135, 0.35);
}

/* Sliding pill — JS enhances desktop nav.
   Color must flip instantly with .is-pill (no delay/transition):
   delayed color changes leave white text on the light capsule when the
   pill has already moved, especially under prefers-reduced-motion. */
html.js .nav-links > a {
  transition: background 0.2s var(--ease-out);
}

html.js .nav-links > a.active {
  background: transparent;
  box-shadow: none;
  color: #1F3545;
}

html.js .nav-links > a.active:not(.is-pill) {
  color: #1F3545;
}

html.js .nav-links > a.is-pill,
html.js .nav-links > a.is-pill:hover,
html.js .nav-links > a.active.is-pill {
  color: #fff;
  background: transparent;
}

html.js .nav-indicator.is-ready {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .nav-indicator {
    transition: none;
  }
  .nav-links > a {
    transition: color 0.15s ease;
  }
}

/* legacy combined selector kept for mobile overrides below */
.nav-links a {
  text-decoration: none;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  min-width: 0;
}

.nav-contacts {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
  flex-shrink: 0;
  min-width: 0;
}

.nav-phone,
.nav-email {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--deep);
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap !important;
  flex-shrink: 0;
  line-height: 1.15;
  max-width: none;
}

.nav-phone svg,
.nav-email svg {
  width: 14px;
  height: 14px;
  color: var(--teal);
  flex-shrink: 0;
}

.nav-phone:hover,
.nav-email:hover {
  background: rgba(46, 196, 182, 0.12);
  color: var(--wave);
}

.nav-cta .btn-primary {
  padding: 0.68rem 1.05rem;
  font-size: 0.84rem;
  box-shadow: 0 10px 24px rgba(13, 122, 135, 0.35);
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(13, 122, 135, 0.45);
}

@media (min-width: 1181px) {
  .nav-contacts { display: flex; }
}

/* Hide contacts on mid desktop — keeps links + CTA comfortable */
@media (min-width: 1181px) and (max-width: 1320px) {
  .nav-contacts { display: none; }
  .nav-links a {
    padding: 0.48rem 0.65rem;
    font-size: 0.82rem;
  }
}

/* Roomier nav on wide screens */
@media (min-width: 1360px) {
  .nav-links a {
    padding: 0.55rem 0.88rem;
    font-size: 0.9rem;
  }
  .nav-phone,
  .nav-email { font-size: 0.84rem; padding: 0.32rem 0.6rem; }
  .nav-cta {
    gap: 0.75rem;
  }
  .nav-cta .btn-primary {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }
  .nav-inner { gap: 1rem; }
  .logo { font-size: 1.05rem; gap: 0.7rem; }
  .logo-mark { width: 42px; height: 42px; }
}

.nav-mobile-actions {
  display: none;
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(11, 61, 92, 0.12);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 6px 18px rgba(7, 27, 46, 0.08);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 10;
}

.burger span {
  display: block;
  width: 18px;
  height: 2.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: 0.3s var(--ease);
}

.burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1180px) {
  .nav > .container {
    width: min(100% - 1.25rem, 1240px);
  }
  .nav-inner {
    min-height: var(--nav-h);
    gap: 0.5rem;
  }
  .logo span {
    font-size: clamp(0.88rem, 3.6vw, 0.98rem);
  }
  .burger { display: flex; }
  .nav-indicator {
    display: none !important;
  }
  .nav-links {
    position: fixed;
    inset: 0;
    background: linear-gradient(165deg, #071B2E 0%, #0B3D5C 50%, #0D7A87 100%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    padding: max(5rem, calc(env(safe-area-inset-top) + 4.5rem)) 1.5rem max(2rem, env(safe-area-inset-bottom));
    border-radius: 0;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.35s ease;
    z-index: 1001;
    overflow-y: auto;
  }
  .nav-links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-cta {
    position: relative;
    z-index: 1002;
  }
  .logo {
    position: relative;
    z-index: 1002;
  }
  .nav.menu-open .logo span {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
  }
  .nav.menu-open::before {
    background: transparent;
    box-shadow: none;
  }
  .nav.menu-open::after {
    opacity: 0;
  }
  .nav.menu-open .burger {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
  }
  .nav.menu-open .burger span {
    background: #fff;
  }
  .nav-links > a,
  .nav-links a {
    color: rgba(255,255,255,0.88);
    font-size: 1.45rem;
    font-family: var(--font-display);
    font-weight: 700;
    padding: 0.9rem 1.6rem;
    width: min(100%, 320px);
    text-align: center;
  }
  .nav-links > a:hover,
  .nav-links a:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
  }
  html.js .nav-links > a.active,
  .nav-links > a.active,
  .nav-links a.active {
    color: #071B2E;
    background: linear-gradient(135deg, #7AE7EB, #2EC4B6);
    box-shadow: 0 12px 28px rgba(46, 196, 182, 0.35);
  }
  /* Pill indicator is desktop-only — neutralize is-pill text on mobile */
  html.js .nav-links > a.is-pill,
  html.js .nav-links > a.is-pill:hover {
    color: inherit;
    background: transparent;
    transition: none;
  }
  html.js .nav-links > a.active.is-pill {
    color: #071B2E;
    background: linear-gradient(135deg, #7AE7EB, #2EC4B6);
  }
  .nav-mobile-actions {
    display: grid;
    gap: 0.75rem;
    width: min(100%, 320px);
    margin-top: 1.25rem;
    padding-top: 0.5rem;
  }
  .nav-mobile-actions .nav-phone-mobile,
  .nav-mobile-actions .nav-email-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.08);
  }
  .nav-mobile-actions .btn {
    width: 100%;
    min-height: 48px;
  }
  .nav-cta .btn { display: none; }
  .nav-contacts,
  .nav-phone,
  .nav-email { display: none !important; }
}

/* ── Ambient ── */
.bg-waves {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 45% at 0% 0%, rgba(46, 196, 182, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 40% at 100% 5%, rgba(122, 231, 235, 0.14), transparent 50%),
    radial-gradient(ellipse 50% 35% at 70% 100%, rgba(13, 122, 135, 0.08), transparent 55%),
    var(--mist);
}

#water-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.22;
}

/* ── Hero ── */
.hero {
  min-height: 100svh;
  padding-top: var(--nav-h);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  overflow: clip;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
  padding: clamp(1.75rem, 5vw, 3.25rem) 0 clamp(2.75rem, 6vw, 4.25rem);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  position: relative;
  z-index: 2;
  max-width: 34rem;
  width: 100%;
  min-width: 0;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wave);
  margin-bottom: 0.85rem;
}

.hero-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 15ch;
}

.hero h1 .accent {
  display: inline;
  background: linear-gradient(115deg, var(--deep) 0%, var(--wave) 50%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy .lead {
  margin: 0 0 1.5rem;
  max-width: 32rem;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  line-height: 1.65;
  color: #4A6172;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.75rem;
  width: 100%;
}

.hero-actions .btn {
  flex: 0 1 auto;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  width: 100%;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(11, 61, 92, 0.12);
}

.hero-meta-item {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
  padding: 0.15rem 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-meta-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.2;
  color: var(--deep);
  letter-spacing: -0.02em;
}

.hero-meta-item span {
  font-size: 0.84rem;
  line-height: 1.35;
  color: var(--muted);
  font-weight: 600;
}

/* ── Hero showcase: what we do ── */
.hero-stage {
  position: relative;
  min-height: clamp(400px, 50vw, 520px);
  height: auto;
  perspective: 1400px;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
  padding: 0.75rem 0.35rem;
  border: none;
  outline: none;
  box-shadow: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
  animation: none;
  pointer-events: none;
  z-index: 0;
}

.orb-1 { width: 220px; height: 220px; background: rgba(46,196,182,0.28); top: 0; left: -5%; }
.orb-2 { width: 180px; height: 180px; background: rgba(122,231,235,0.25); bottom: 5%; right: -5%; animation-delay: -3s; }

@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}

.showcase {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.12);
  box-shadow: var(--shadow-lg);
  backdrop-filter: none;
}

.showcase-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 0.1rem;
  padding: 0.15rem 0 0;
  margin: 0;
  border: none;
  background: transparent;
  overflow: visible;
  line-height: 1;
}

.flow-pipe {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 1.35rem;
  height: 6px;
  z-index: 0;
  pointer-events: none;
}

.flow-pipe-track {
  position: absolute;
  inset: 1px 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(58, 81, 99, 0.22),
    rgba(12, 107, 120, 0.28),
    rgba(26, 168, 161, 0.35)
  );
  box-shadow: inset 0 1px 2px rgba(7, 27, 46, 0.08);
}

.flow-pipe-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #5B6B78, #0C6B78 40%, #1AA8A1 75%, #7AE7EB);
  box-shadow: 0 0 12px rgba(122, 231, 235, 0.55);
  animation: flow-pipe-run 3.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.flow-bead {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #7AE7EB 42%, #0C6B78 78%);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.55),
    0 0 14px rgba(122, 231, 235, 0.9);
  animation: flow-bead-run 3.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.flow-bead--delay {
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  opacity: 0.75;
  animation-delay: 1.15s;
}

.flow-node {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.28rem;
  text-align: center;
}

.flow-halo {
  position: absolute;
  top: 0.15rem;
  left: 50%;
  width: 2.9rem;
  height: 2.9rem;
  margin-left: -1.45rem;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(122, 231, 235, 0.45), transparent 70%);
  animation: flow-halo-cycle 3.4s ease-in-out infinite;
}

.flow-node.is-bad .flow-halo { animation-delay: 0s; }
.flow-node.is-on .flow-halo { animation-delay: 1.05s; }
.flow-node.is-good .flow-halo { animation-delay: 2.1s; }

.flow-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid rgba(10, 53, 80, 0.14);
  box-shadow: 0 4px 12px rgba(7, 27, 46, 0.1);
  color: #0A3550;
  animation: flow-node-cycle 3.4s ease-in-out infinite;
}

.flow-icon svg {
  width: 18px;
  height: 18px;
}

.flow-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #243746;
  max-width: 8.2rem;
  margin: 0;
}

.flow-node.is-bad .flow-icon {
  background: linear-gradient(160deg, #F5F8FA, #E4EDF2);
  color: #4A5F70;
  border-color: rgba(10, 53, 80, 0.16);
  animation-delay: 0s;
}

.flow-node.is-on .flow-icon {
  width: 2.85rem;
  height: 2.85rem;
  color: #fff;
  background: linear-gradient(145deg, #08324A, #0C6B78 55%, #1AA8A1);
  border-color: transparent;
  animation: flow-on-cycle 3.4s ease-in-out 1.05s infinite;
  box-shadow:
    0 10px 22px rgba(12, 107, 120, 0.38),
    0 0 0 4px rgba(26, 168, 161, 0.16);
}

.flow-node.is-on .flow-icon svg {
  width: 19px;
  height: 19px;
}

.flow-node.is-on .flow-label {
  color: #0A3550;
  font-weight: 800;
}

.flow-node.is-good .flow-icon {
  background: linear-gradient(160deg, #E8F8F5, #C8EEE8);
  color: #0C6B78;
  border-color: rgba(12, 107, 120, 0.22);
  animation-delay: 2.1s;
}

.flow-node.is-good .flow-label {
  color: #063D3A;
}

@keyframes flow-pipe-run {
  0% { width: 0%; opacity: 0.55; }
  12% { opacity: 1; }
  70% { width: 100%; opacity: 1; }
  100% { width: 100%; opacity: 0.25; }
}

@keyframes flow-bead-run {
  0% { left: 0%; opacity: 0; transform: scale(0.5); }
  8% { opacity: 1; transform: scale(1); }
  72% { opacity: 1; }
  100% { left: calc(100% - 10px); opacity: 0; transform: scale(0.65); }
}

@keyframes flow-halo-cycle {
  0%, 18%, 100% { opacity: 0; transform: scale(0.75); }
  28%, 48% { opacity: 0.9; transform: scale(1.15); }
  60% { opacity: 0; transform: scale(1.35); }
}

@keyframes flow-node-cycle {
  0%, 18%, 100% { transform: scale(1); }
  28%, 48% { transform: scale(1.08); }
  60% { transform: scale(1); }
}

@keyframes flow-on-cycle {
  0%, 18%, 100% {
    transform: scale(1);
    box-shadow:
      0 10px 22px rgba(12, 107, 120, 0.38),
      0 0 0 4px rgba(26, 168, 161, 0.16);
  }
  28%, 48% {
    transform: scale(1.1);
    box-shadow:
      0 14px 28px rgba(12, 107, 120, 0.48),
      0 0 0 7px rgba(122, 231, 235, 0.28);
  }
  60% {
    transform: scale(1);
    box-shadow:
      0 10px 22px rgba(12, 107, 120, 0.38),
      0 0 0 4px rgba(26, 168, 161, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .flow-pipe-fill,
  .flow-bead,
  .flow-halo,
  .flow-icon {
    animation-duration: 5.5s;
  }
}


.showcase-main {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 0.65rem;
  align-items: center;
  min-height: 280px;
}

.showcase-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(11, 61, 92, 0.08);
  box-shadow: 0 8px 20px rgba(7, 27, 46, 0.07);
  transform: none;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.showcase-card:hover {
  transform: translateY(0);
  box-shadow: 0 18px 36px rgba(7, 27, 46, 0.14);
}

.showcase-card img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
  display: block;
}

.showcase-card figcaption {
  padding: 0.65rem 0.75rem 0.8rem;
  display: grid;
  gap: 0.15rem;
  background: rgba(255,255,255,0.88);
  border-top: 1px solid rgba(13, 122, 135, 0.12);
}

.showcase-card strong {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--deep);
}

.showcase-card span {
  font-size: 0.72rem;
  color: var(--text-body);
  font-weight: 600;
  line-height: 1.3;
}

.showcase-card.left { rotate: -2deg; }
.showcase-card.right { rotate: 2deg; }

.filter-scene {
  position: relative;
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  animation: none;
  cursor: grab;
  z-index: 3;
  display: grid;
  place-items: center;
}

@keyframes filter-idle {
  0%, 100% { transform: rotateY(-8deg) rotateX(5deg); }
  50% { transform: rotateY(6deg) rotateX(3deg) translateZ(4px); }
}

.filter-scene:active { cursor: grabbing; }

.about-meta {
  margin-top: 1.25rem;
}

.about-visual-stage {
  min-height: 400px;
  height: auto;
  padding: 2.5rem 2rem 2rem;
  background: linear-gradient(160deg, var(--ink), var(--deep), var(--wave));
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
}

.about-filter-scene {
  height: 320px;
  width: min(100%, 320px);
  margin-inline: auto;
  z-index: 2;
  animation: none;
}

.about-visual-stage .filter-scene {
  animation: none;
  cursor: default;
}

.about-visual-stage .f-photo {
  max-height: 300px;
}

.f-glow {
  position: absolute;
  width: 70%;
  height: 60%;
  background: radial-gradient(circle, rgba(46,196,182,0.22), transparent 70%);
  filter: blur(24px);
  transform: translateZ(-30px);
  pointer-events: none;
}

.f-photo {
  width: 92%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(12px 24px 24px rgba(7, 27, 46, 0.28));
  transform: translateZ(40px);
  border-radius: 16px;
  pointer-events: none;
  user-select: none;
}

.f-photo-back {
  position: absolute;
  width: 86%;
  max-height: 250px;
  object-fit: contain;
  opacity: 0.2;
  filter: blur(8px);
  transform: translateZ(8px) translateX(14px) translateY(10px);
  pointer-events: none;
}

.f-plate {
  position: absolute;
  bottom: 4%;
  left: 18%;
  width: 64%;
  height: 18px;
  background: radial-gradient(ellipse, rgba(7,27,46,0.28), transparent 70%);
  border-radius: 50%;
  filter: blur(8px);
  transform: translateZ(-20px) rotateX(70deg);
}

.f-badge {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) translateZ(55px);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--deep);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow: 0 8px 20px rgba(7,27,46,0.12);
  white-space: nowrap;
}

.showcase-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.point-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--deep);
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(11, 61, 92, 0.1);
  box-shadow: none;
}

.point-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--wave));
  box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.18);
}

.hero-wave-svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 64px;
  color: #fff;
}

/* ── Audience paths with photos ── */
.paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out);
  min-height: 100%;
}

.path-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.path-photo {
  aspect-ratio: 16/11;
  overflow: hidden;
  background: var(--foam);
}

.path-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease);
}

.path-card:hover .path-photo img { transform: scale(1.06); }

.path-body {
  display: grid;
  gap: 0.65rem;
  padding: 1.6rem 1.55rem 1.75rem;
  flex: 1;
  background: #fff;
  border-top: 1px solid rgba(10, 53, 80, 0.1);
}

.path-card h3 {
  font-size: 1.15rem;
  color: var(--ink);
}

.path-card p {
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.6;
}

.path-card .path-link {
  font-weight: 700;
  color: var(--wave);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.path-card .path-link:hover { color: var(--deep); }

.path-card.featured {
  border-color: rgba(13, 122, 135, 0.35);
  box-shadow: var(--shadow-lg);
}

.path-card.featured .path-body {
  background: linear-gradient(165deg, #0B3D5C 0%, #0D7A87 100%);
  color: #fff;
  border-top-color: rgba(122, 231, 235, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.path-card.featured h3 { color: #fff; }
.path-card.featured p { color: rgba(255,255,255,0.78); }
.path-card.featured .path-link { color: var(--blade); }

/* ── Products with 3D mocks ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.product {
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out);
  box-shadow: var(--shadow);
}

.product:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.product-visual {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(122, 231, 235, 0.18), transparent 65%),
    var(--foam);
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease-out);
}

.product-visual--contain {
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background:
    radial-gradient(ellipse 65% 55% at 50% 42%, rgba(122, 231, 235, 0.28), transparent 70%),
    linear-gradient(165deg, #F7FCFD 0%, #E5F3F8 100%);
}

.product-visual--contain img {
  object-fit: contain;
  max-height: 100%;
  width: auto;
  max-width: 78%;
  filter: drop-shadow(0 12px 24px rgba(11, 61, 92, 0.18));
}

.product:hover .product-visual img { transform: scale(1.04); }
.product:hover .product-visual--contain img { transform: scale(1.03); }

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(255,255,255,0.92);
  color: var(--deep);
  box-shadow: 0 4px 14px rgba(7,27,46,0.12);
  backdrop-filter: blur(8px);
}

.product-body {
  padding: 1.55rem 1.55rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
  background: #fff;
  border-top: 1px solid rgba(10, 53, 80, 0.1);
}

.product-body h3 {
  color: var(--ink);
  font-size: 1.12rem;
}

.product-body p {
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 500;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  min-height: 1.4rem;
  align-content: flex-start;
  align-items: center;
}

.product-features li {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--deep);
  border: none;
}
.product-features li + li::before {
  content: '·';
  margin: 0 0.45rem;
  color: rgba(13, 122, 135, 0.45);
}

.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(13, 122, 135, 0.18);
}

.product-foot .price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--deep);
  white-space: nowrap;
}

.product-foot .btn {
  min-height: 44px;
  flex-shrink: 0;
  padding: 0.7rem 1.1rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

.price {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--deep);
}

.price small {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted);
}

/* ── Why block (simplified) ── */
.why-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.why-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
  transform: perspective(1000px) rotateY(-3deg);
  transition: transform 0.5s var(--ease);
}

.why-visual:hover { transform: perspective(1000px) rotateY(0); }

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-visual .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7,27,46,0.72));
}

.why-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  color: #fff;
  z-index: 2;
}

.why-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.why-copy {
  position: relative;
  padding: clamp(1.65rem, 3.2vw, 2.15rem) clamp(1.5rem, 3vw, 2rem);
  border-radius: calc(var(--radius) + 4px);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.why-copy > * { position: relative; z-index: 1; }

.why-copy .eyebrow {
  margin-bottom: 0.15rem;
}

.why-copy .lead {
  margin-top: 0.75rem;
  margin-bottom: 0;
  color: var(--text-body);
  max-width: 36ch;
  line-height: 1.55;
}

.why-copy h2 {
  margin-top: 0.4rem;
  margin-bottom: 0;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.why-list {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(13, 122, 135, 0.1);
}

.why-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.05rem 0.2rem 1.05rem 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(13, 122, 135, 0.1);
  box-shadow: none;
  transition: transform 0.35s var(--ease), border-color 0.3s var(--ease);
}

.why-item:last-child { border-bottom: none; }

.why-item:hover {
  transform: translateX(6px);
  border-color: rgba(13, 122, 135, 0.22);
  box-shadow: none;
}

.why-num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(145deg, #0D7A87, #0B3D5C 85%);
  box-shadow: 0 6px 14px rgba(13, 122, 135, 0.22);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.why-item h3 {
  margin-bottom: 0.28rem;
  font-size: 1.02rem;
  color: var(--ink);
  letter-spacing: -0.015em;
}

.why-item p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 34ch;
}

.why-copy-cta {
  margin-top: 1.5rem;
  width: 100%;
  justify-content: center;
}

/* ── Process — 3 steps ── */
.process-section {
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(122, 231, 235, 0.18), transparent 60%),
    linear-gradient(180deg, #E7F5F9 0%, var(--mist) 55%, #F0F9FB 100%);
  overflow: hidden;
}

.process-section .section-head .lead {
  margin-inline: auto;
  margin-top: 0.65rem;
  text-align: center;
}

.process-track {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
  margin-top: 0.5rem;
  padding: 0;
}

.process-track::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(13, 122, 135, 0.35) 15%,
    rgba(46, 196, 182, 0.55) 50%,
    rgba(13, 122, 135, 0.35) 85%,
    transparent
  );
  z-index: 0;
  pointer-events: none;
}

.process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 0;
  background: transparent;
  border: none;
  transition: transform 0.35s var(--ease);
}

.process-step:hover {
  transform: translateY(-3px);
}

.process-step:hover .process-badge {
  box-shadow: 0 10px 22px rgba(11, 61, 92, 0.22);
}

.process-badge {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--wave), var(--deep));
  box-shadow: 0 8px 20px rgba(11, 61, 92, 0.18);
  position: relative;
}

.process-badge span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: -0.03em;
}

.process-body {
  width: 100%;
  padding: 1.4rem 1.45rem 1.55rem;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--panel-shadow);
  text-align: left;
  transition: box-shadow var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out);
}

.process-step:hover .process-body {
  border-color: rgba(13, 122, 135, 0.35);
  box-shadow: var(--shadow-lg), var(--panel-inset);
}

.process-body h3 {
  margin-bottom: 0.45rem;
  font-size: 1.2rem;
  color: var(--ink);
}

.process-body p {
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* ── Marquee slim ── */
.marquee {
  background: var(--panel);
  color: var(--deep);
  padding: 0.7rem 0;
  overflow: hidden;
  border-block: 1px solid var(--panel-border);
}

.marquee-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 35s linear infinite;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
}

.marquee-track span::after {
  content: '〜';
  color: var(--cyan);
}

@keyframes marquee { to { transform: translateX(-50%); } }

/* ── FAQ ── */
.faq-section {
  background:
    radial-gradient(ellipse 55% 50% at 90% 20%, rgba(122, 231, 235, 0.16), transparent 65%),
    linear-gradient(180deg, var(--mist) 0%, #EAF6F9 100%);
}

.faq-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: none;
}

.faq-item {
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--panel-shadow);
  overflow: hidden;
  transition: border-color var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);
}

.faq-item[open] {
  border-color: rgba(12, 107, 120, 0.32);
  box-shadow: var(--shadow);
  background: #fff;
}

.faq-item summary {
  padding: 1.2rem 1.35rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--deep);
  background: var(--foam);
  border: 1px solid rgba(10, 53, 80, 0.12);
  box-shadow: none;
  font-weight: 400;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.faq-item[open] summary::after {
  content: '−';
  transform: none;
  background: #fff;
  color: var(--wave);
  border-color: rgba(13, 122, 135, 0.28);
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--blade);
  outline-offset: 2px;
}

.faq-item .faq-body {
  padding: 0 1.35rem 1.3rem;
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 38rem;
}

.faq-aside {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
  display: grid;
  gap: 0.9rem;
}

.faq-aside-photo {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 20px 44px rgba(11, 61, 92, 0.16);
  border: 1px solid rgba(13, 122, 135, 0.15);
}

.faq-aside-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-aside-card {
  padding: 1.35rem 1.4rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(160deg, #071B2E 0%, #0B3D5C 55%, #0D7A87 120%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(11, 61, 92, 0.22);
}

.faq-aside-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.faq-aside-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}

.faq-aside-card .btn {
  width: 100%;
  justify-content: center;
}

/* ── CTA ── */
.cta-banner {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  padding: clamp(2.2rem, 5vw, 3.5rem);
  background:
    linear-gradient(135deg, rgba(7,27,46,0.92), rgba(11,61,92,0.78)),
    url('../images/coast-crimea.png') center/cover;
  color: #fff;
  display: grid;
  gap: 1.15rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(122, 231, 235, 0.15);
}

.cta-banner h2 {
  max-width: 22ch;
  color: #fff;
}

.cta-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 70% at 100% 0%, rgba(46, 196, 182, 0.12), transparent 55%);
  pointer-events: none;
}

.cta-banner > * {
  position: relative;
  z-index: 1;
}

.cta-banner .lead { color: rgba(255,255,255,0.75); }
.cta-banner .eyebrow { color: var(--blade); }
.cta-banner .eyebrow::before { box-shadow: none; }
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.cta-actions .btn {
  min-height: 48px;
}

/* ── Page hero ── */
.page-hero {
  position: relative;
  padding: calc(var(--nav-h) + 2.25rem) 0 var(--space-after-hero);
  background:
    linear-gradient(180deg, rgba(200, 232, 241, 0.45) 0%, transparent 85%);
  overflow: hidden;
  border-bottom: 1px solid rgba(13, 122, 135, 0.1);
}

.page-hero + .section {
  padding-top: clamp(2.25rem, 4vw, 3.25rem);
}

.page-hero + .section.section-tight {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% 0%, rgba(122, 231, 235, 0.2), transparent 60%),
    radial-gradient(ellipse 45% 40% at 92% 18%, rgba(13, 122, 135, 0.1), transparent 55%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  max-width: min(48rem, 100%);
}

.page-hero-inner h1 {
  max-width: min(22ch, 100%);
  line-height: 1.2;
}

.page-hero-inner .lead {
  max-width: 42rem;
  color: var(--text-body);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--text-body);
}

.breadcrumb a { color: var(--text-body); }
.breadcrumb a:hover { color: var(--wave); }
.breadcrumb span { opacity: 0.55; color: var(--muted); }

/* ── Content layouts (inner pages) ── */
.content-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.content-split.reverse .copy { order: 2; }
.content-split.reverse .visual { order: 1; }

.visual-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 24px 48px rgba(11, 61, 92, 0.14),
    0 0 0 1px rgba(13, 122, 135, 0.1);
  position: relative;
  aspect-ratio: 5/4;
}

.visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--deep);
}

.point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--panel-shadow);
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);
}

.point:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.point-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--wave), var(--deep));
  color: #fff;
  box-shadow: 0 8px 16px rgba(13, 122, 135, 0.25);
}

.point-icon svg { width: 20px; height: 20px; }
.point h3 { margin-bottom: 0.2rem; color: var(--ink); }
.point p { color: var(--text-body); font-size: 0.9rem; }

.atmosphere-points { display: grid; gap: 0.85rem; margin-top: 1.25rem; }

.atmosphere-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.atmosphere-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}

.atmosphere-visual img { width: 100%; height: 100%; object-fit: cover; }
.atmosphere-visual .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7,27,46,0.75));
}

.atmosphere-caption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  color: #fff;
  z-index: 2;
}

.atmosphere-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

/* Bento / market / table compat */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.9rem;
}

.bento-card {
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 200px;
  transition: transform var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out);
  position: relative;
  overflow: hidden;
  box-shadow: var(--panel-shadow);
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg), var(--panel-inset);
}

.bento-card p { color: var(--text-body); }
.bento-card h3 { color: var(--ink); }

.bento-card.span-7 { grid-column: span 7; }
.bento-card.span-5 { grid-column: span 5; }
.bento-card.span-4 { grid-column: span 4; }
.bento-card.span-6 { grid-column: span 6; }

.bento-card.dark {
  background: linear-gradient(145deg, var(--ink), var(--deep) 60%, var(--wave));
  color: #fff;
  border: none;
}

.bento-card.dark h3 { color: #fff; }
.bento-card.dark p { color: rgba(255,255,255,0.7); }

.bento-card.media {
  padding: 0;
  min-height: 240px;
  background: var(--foam);
  border-color: transparent;
}
.bento-card.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.bento-card.media .media-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(7,27,46,0.85));
  color: #fff;
}

.bento-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.72);
  color: var(--deep);
  border: 1px solid rgba(13, 122, 135, 0.16);
}

.bento-card.dark .bento-tag {
  background: rgba(255,255,255,0.12);
  color: var(--blade);
}

.bento-stat {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.1;
  white-space: nowrap;
  background: linear-gradient(120deg, var(--cyan), var(--blade));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* On light cards the cyan gradient is too faint — use deep sea tones */
.bento-card:not(.dark) .bento-stat {
  background: linear-gradient(120deg, var(--deep), var(--wave) 70%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
}

.market {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.market::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,196,182,0.18), transparent 70%);
  top: -180px;
  right: -120px;
  pointer-events: none;
}

.market .eyebrow { color: var(--blade); }
.market .lead { color: rgba(255,255,255,0.88); }
.market h2 { color: #fff; }

.market-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.market-card {
  padding: 1.35rem;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.3s ease, transform 0.3s var(--ease), border-color 0.3s var(--ease);
}

.market-card:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-3px);
  border-color: rgba(122, 231, 235, 0.22);
}

.market-card .num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--blade);
  margin-bottom: 0.4rem;
}

.market-card h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.market-card p { color: rgba(255,255,255,0.9); font-size: 0.88rem; }

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(10, 53, 80, 0.14);
  background: #fff;
  box-shadow: var(--panel-shadow);
}

table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
th, td { padding: 0.95rem 1.15rem; text-align: left; border-bottom: 1px solid rgba(13, 122, 135, 0.12); }
th {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.55);
  color: var(--deep);
}
tr:last-child td { border-bottom: none; }
td { color: var(--text-body); }

.meter {
  margin-top: 1.25rem;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--panel-shadow);
}

.meter strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.95rem;
}

.meter-bar {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7DD3C0, #F0C75E, #E07A5F);
  position: relative;
  margin: 0.9rem 0 0.45rem;
}

.meter-marker {
  position: absolute;
  top: -5px;
  width: 4px;
  height: 20px;
  background: var(--ink);
  border-radius: 2px;
  left: 45%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 3px #fff;
}

.meter-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
}

/* Forms / contacts */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.form-group { display: grid; gap: 0.4rem; }
.form-group.full { grid-column: 1 / -1; }

.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--deep);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(10, 53, 80, 0.18);
  background: #F7FBFC;
  font: inherit;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--wave);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(12, 107, 120, 0.18);
}

.form-group textarea { min-height: 110px; resize: vertical; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.contact-info { display: grid; gap: 0.9rem; }

.info-card {
  padding: 1.05rem 0.25rem 1.05rem 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(13, 122, 135, 0.12);
  box-shadow: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  transition: transform var(--duration) var(--ease-out);
}

.info-card:last-of-type {
  border-bottom: none;
}

.info-card:hover {
  transform: translateX(3px);
  box-shadow: none;
}

.info-card h3 { font-size: 0.95rem; margin-bottom: 0.2rem; color: var(--ink); }
.info-card p, .info-card a { color: var(--text-body); font-size: 0.92rem; }
.info-card a:hover { color: var(--deep); }

.form-panel {
  padding: 1.85rem 1.75rem 1.9rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.16);
  box-shadow: var(--shadow-lg);
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
}

.form-panel .form-title {
  margin: 0.5rem 0 0.35rem;
  font-size: 1.6rem;
}

.form-panel .form-lead {
  color: var(--text-body);
  margin-bottom: 1.5rem;
}

.form-panel .form-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.85rem;
}

.form-panel .btn[type="submit"] {
  margin-top: 1.25rem;
  width: 100%;
}

.form-group input:invalid:not(:placeholder-shown):not(:focus),
.form-group select:invalid:not(:focus) {
  border-color: rgba(220, 38, 38, 0.45);
}

.form-status {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--foam);
  border: 1px solid var(--panel-border);
  color: var(--deep);
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-status.is-visible { display: block; }

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.quote {
  padding: 1.5rem 1.55rem 1.6rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--panel-shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out);
}

.quote:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(12, 107, 120, 0.28);
}

.quote blockquote {
  font-size: 1rem;
  line-height: 1.6;
  flex: 1;
  color: var(--ink);
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(13, 122, 135, 0.18);
}

.quote-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(11, 61, 92, 0.15);
  background: linear-gradient(145deg, var(--wave), var(--deep));
}

.quote-author strong { display: block; font-size: 0.9rem; color: var(--ink); }
.quote-author span { font-size: 0.78rem; color: var(--muted); }
.stars { color: var(--star); letter-spacing: 1px; font-size: 0.9rem; font-weight: 700; }

/* Footer */
.footer {
  position: relative;
  background:
    linear-gradient(180deg, #0A2438 0%, var(--ink) 35%, #051018 100%);
  color: rgba(255,255,255,0.72);
  padding: 3.5rem 0 1.75rem;
  margin-top: 1rem;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--wave), var(--blade), var(--wave), transparent);
  opacity: 0.85;
}

.footer::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 196, 182, 0.12), transparent 70%);
  top: -180px;
  right: -80px;
  pointer-events: none;
}

.footer > .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand .logo { color: #fff; margin-bottom: 0.85rem; }
.footer-brand .logo span {
  background: linear-gradient(120deg, #fff, var(--blade));
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-brand p { font-size: 0.92rem; max-width: 26rem; line-height: 1.65; }

.footer h4 {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-links { display: grid; gap: 0.55rem; }
.footer-links a { font-size: 0.92rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--blade); }

.footer-bottom {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
}

/* Reveal — only hide when JS enabled */
.reveal {
  opacity: 1;
  transform: none;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

html.js .reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.06s; }
.reveal-delay-2 { transition-delay: 0.12s; }
.reveal-delay-3 { transition-delay: 0.18s; }

.bento-cta {
  display: inline-flex;
  margin-top: 0.85rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--wave);
  text-decoration: none;
  border-bottom: 1px solid rgba(13, 122, 135, 0.35);
  padding-bottom: 0.1rem;
  transition: color var(--duration) ease, border-color var(--duration) ease;
}
.bento-cta:hover { color: var(--deep); border-color: var(--deep); }
.bento-card.dark .bento-cta {
  color: var(--blade);
  border-color: rgba(122, 231, 235, 0.45);
}
.bento-card.dark .bento-cta:hover {
  color: #fff;
  border-color: #fff;
}

/* Principles — soft brand pillars (not dark market ROI) */
.principles {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(122, 231, 235, 0.16), transparent 60%),
    var(--mist);
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.principle-card {
  padding: 1.5rem 1.45rem 1.6rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.14);
  box-shadow: var(--panel-shadow);
  display: grid;
  gap: 0.45rem;
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);
}
.principle-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.principle-card .num {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--wave);
  letter-spacing: -0.02em;
}
.principle-card h3 { color: var(--ink); font-size: 1.1rem; }
.principle-card p { color: var(--text-body); font-size: 0.92rem; line-height: 1.55; }

/* Catalog jump chips */
.page-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.35rem;
}
.page-jumps a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--deep);
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.16);
  box-shadow: 0 4px 12px rgba(7, 27, 46, 0.06);
  transition: background var(--duration) ease, border-color var(--duration) ease, transform var(--duration) var(--ease-out);
}
.page-jumps a:hover {
  background: #F7FBFC;
  border-color: rgba(12, 107, 120, 0.35);
  transform: translateY(-1px);
}

/* Table polish */
table th {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--deep);
  background: rgba(236, 248, 251, 0.9);
}
table td, table th {
  padding: 0.95rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(13, 122, 135, 0.1);
  vertical-align: top;
}
table tr:last-child td { border-bottom: none; }
table tbody tr:hover td {
  background: rgba(255,255,255,0.55);
}

/* Responsive */
/* Tablet landscape / small laptop */
@media (max-width: 1024px) {
  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
    overflow: hidden;
  }

  .hero-copy {
    text-align: center;
    align-items: center;
    order: 1;
    position: relative;
    z-index: 2;
    max-width: 36rem;
    margin-inline: auto;
  }

  .hero-copy h1 {
    max-width: min(16ch, 100%);
  }

  .hero-actions {
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .hero-meta {
    max-width: 26rem;
    margin-inline: auto;
    text-align: left;
  }

  .hero-stage {
    order: 2;
    min-height: 0;
    height: auto;
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
    overflow: visible;
  }

  .showcase { padding: 1rem; }
  .showcase-main {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "filter filter"
      "left right";
    gap: 0.75rem;
    min-height: 0;
  }
  .filter-scene {
    grid-area: filter;
    height: 240px;
  }
  .showcase-card.left { grid-area: left; rotate: 0; }
  .showcase-card.right { grid-area: right; rotate: 0; }
  .f-photo { max-height: 220px; }

  .hero-actions,
  .hero-meta { justify-content: center; }

  .hero-copy .lead {
    margin-inline: auto;
    text-align: center;
  }

  .why-grid,
  .content-split,
  .atmosphere-grid,
  .contact-layout { grid-template-columns: 1fr; }

  .form-panel { position: static; }

  .content-split.reverse .copy,
  .content-split.reverse .visual { order: unset; }

  .why-visual,
  .atmosphere-visual {
    aspect-ratio: 16/10;
    transform: none;
    max-height: min(380px, 52vw);
    width: 100%;
  }

  .paths,
  .products-grid,
  .testimonials,
  .principles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paths .path-card:last-child:nth-child(odd),
  .products-grid .product:last-child:nth-child(odd),
  .testimonials .quote:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .process-track {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .process-track::before { display: none; }

  .process-step {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }

  .process-badge { flex-shrink: 0; }

  .faq-layout { grid-template-columns: 1fr; }

  .zone-grid { grid-template-columns: 1fr 1fr; }

  .faq-aside {
    position: static;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .faq-aside-photo {
    aspect-ratio: 16/10;
    height: auto;
    max-height: 280px;
  }

  .market-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }

  .bento-card.span-7,
  .bento-card.span-5,
  .bento-card.span-4,
  .bento-card.span-6 { grid-column: span 6; }

  .cta-banner {
    padding: clamp(1.85rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
  }

  .cta-actions {
    width: 100%;
  }

  .page-hero {
    padding: calc(var(--nav-h) + 1.5rem) 0 1.75rem;
  }

  .page-hero-inner h1 {
    max-width: min(20ch, 100%);
  }

  .visual-frame,
  .visual-frame--wide,
  .visual-frame--tall {
    max-width: 100%;
  }
}

/* Avoid orphan stretched cards — go single column sooner */
@media (max-width: 900px) {
  .paths,
  .products-grid,
  .testimonials,
  .principles-grid,
  .zone-grid {
    grid-template-columns: 1fr;
  }

  .paths .path-card:last-child,
  .products-grid .product:last-child:nth-child(odd),
  .testimonials .quote:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
  }

  .market-grid {
    grid-template-columns: 1fr;
  }

  .showcase-flow {
    gap: 0.08rem;
    padding: 0.1rem 0 0;
  }

  .flow-label {
    font-size: 0.68rem;
    max-width: 6.5rem;
  }

  .flow-icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .flow-node.is-on .flow-icon {
    width: 2.45rem;
    height: 2.45rem;
  }

  .flow-pipe {
    top: 1.15rem;
  }

  .flow-halo {
    width: 2.55rem;
    height: 2.55rem;
    margin-left: -1.275rem;
  }
}

/* Phone / large phone */
@media (max-width: 768px) {
  .container {
    width: min(100% - 1.35rem, var(--max));
  }

  .nav > .container {
    width: min(100% - 1.1rem, 1240px);
  }

  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    flex-direction: column;
  }

  .cta-banner {
    border-radius: 22px;
    padding: 1.75rem 1.25rem;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .page-jumps {
    gap: 0.4rem;
  }

  .page-jumps a {
    font-size: 0.8rem;
    padding: 0.42rem 0.75rem;
    min-height: 40px;
  }

  .bento-card.span-7,
  .bento-card.span-5,
  .bento-card.span-4,
  .bento-card.span-6 {
    grid-column: span 12;
  }

  .bento-card {
    min-height: 0;
  }

  .table-wrap {
    border: none;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  table,
  table thead,
  table tbody,
  table th,
  table td,
  table tr {
    display: block;
    width: 100%;
  }

  table thead { display: none; }

  table tr {
    margin-bottom: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-sm);
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    box-shadow: var(--panel-inset);
  }

  table td {
    border: none;
    padding: 0.35rem 0;
  }

  table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--wave);
    margin-bottom: 0.15rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .section-head.center {
    padding-inline: 0.15rem;
  }

  .product-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .product-foot .btn {
    width: 100%;
    justify-content: center;
  }

  .info-card {
    grid-template-columns: auto 1fr;
  }
}

/* Compact phones */
@media (max-width: 480px) {
  .container {
    width: min(100% - 1.1rem, var(--max));
  }

  .nav > .container {
    width: min(100% - 0.9rem, 1240px);
  }

  :root {
    --nav-h: 72px;
  }

  .logo-mark {
    width: 34px;
    height: 34px;
  }

  .burger {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .hero-grid {
    padding-top: 1.15rem;
    padding-bottom: 1.75rem;
    gap: 1.15rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.7rem, 8.2vw, 2.15rem);
    max-width: 100%;
    margin-bottom: 0.75rem;
  }

  .hero-brand { margin-bottom: 0.55rem; }
  .hero-copy .lead {
    margin-bottom: 1.1rem;
    font-size: 0.98rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    margin-bottom: 1.15rem;
  }

  .hero-actions .btn { width: 100%; }

  .hero-meta {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 100%;
    text-align: center;
  }

  .hero-meta-item {
    justify-items: center;
  }

  .showcase { padding: 0.85rem; gap: 0.85rem; }
  .showcase-main { gap: 0.55rem; }
  .filter-scene { height: 190px; }
  .f-photo { max-height: 170px; }
  .showcase-card img { aspect-ratio: 4/3; }
  .orb-2 { display: none; }
  .orb-1 { opacity: 0.3; width: 120px; height: 120px; }

  .flow-label {
    font-size: 0.64rem;
  }

  .point-pill {
    font-size: 0.72rem;
    padding: 0.38rem 0.62rem;
  }

  .showcase-points {
    gap: 0.35rem;
  }

  .btn {
    padding: 0.85rem 1.2rem;
    font-size: 0.9rem;
  }

  .page-hero-inner {
    gap: 0.75rem;
  }

  .page-hero-inner h1 {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
    max-width: 100%;
  }

  .breadcrumb {
    font-size: 0.8rem;
    flex-wrap: wrap;
  }

  .section { padding: clamp(2.75rem, 10vw, 4rem) 0; }

  .cta-banner h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
  }

  .form-panel {
    padding: 1.35rem 1.15rem 1.45rem;
  }

  .nav-links a {
    font-size: clamp(1.15rem, 6vw, 1.35rem);
    width: min(100%, 100%);
    padding: 0.8rem 1.1rem;
  }

  .nav-mobile-actions {
    width: min(100%, 100%);
  }

  .marquee {
    padding: 0.55rem 0;
  }

  .marquee-track {
    font-size: 0.64rem;
    gap: 1.5rem;
  }
}

/* Tiny phones */
@media (max-width: 360px) {
  .container {
    width: min(100% - 0.85rem, var(--max));
  }

  .logo span {
    max-width: 9.5ch;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-meta {
    gap: 0.55rem;
  }

  .showcase-card figcaption {
    padding: 0.5rem 0.55rem 0.6rem;
  }

  .showcase-card strong {
    font-size: 0.75rem;
  }

  .showcase-card span {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orb,
  .filter-scene,
  .marquee-track {
    animation: none !important;
  }
  html.js .reveal,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}



