:root {
    --surface: #ffffff;
    --surface-dim: #e8f6ff;
    --surface-bright: #d4edff;
    --surface-low: #f0f9ff;
    --surface-container: #ffffff;
    --surface-high: #e8f6ff;
    --surface-highest: #b8e4ff;
    --on-surface: #0c2d4a;
    --on-surface-variant: rgba(12, 45, 74, 0.72);
    --outline: rgba(12, 45, 74, 0.45);
    --outline-variant: rgba(42, 143, 196, 0.28);
    --primary: #2a8fc4;
    --primary-container: #b8e4ff;
    --secondary: #00dbe7;
    --secondary-container: #00f1fe;
    --tertiary: #0c2d4a;
    --error: #c62828;
    --background: #e8f6ff;
    --deep-trench: #052a4a;
    --surface-foam: rgba(255,255,255,0.85);
    --biolume-teal: #0a9490;
    --shell-sand: #F5F5F5;
    --gutter: 24px;
    --container-max: 1280px;
    --section-gap: 120px;
    --hero-navy: #0c2d4a;
    --hero-sea-teal: #0a9490;
    --hero-sky: #66c2ff;
    --nav-bg: #000000;
    --nav-on-surface: rgba(255, 255, 255, 0.78);
    --nav-on-surface-active: #ffffff;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Outfit', sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #e8f6ff 30%, #d4edff 100%);
    background-attachment: fixed;
    color: var(--on-surface);
    min-height: 100vh;
    overflow-x: hidden;
    line-height: 1.6;
  }

  h1, h2, h3, h4, .headline-lg, .headline-md { color: var(--hero-navy); }

  /* ─── TYPOGRAPHY ─── */
  h1,h2,h3,h4 { font-family: 'Sora', sans-serif; line-height: 1.15; }
  .display-lg { font-size: clamp(40px,6vw,72px); font-weight: 800; letter-spacing: -0.02em; }
  .headline-lg { font-size: clamp(32px,4vw,48px); font-weight: 700; }
  .headline-md { font-size: clamp(24px,3vw,32px); font-weight: 600; }
  .headline-sm { font-size: clamp(20px,2.5vw,24px); font-weight: 600; }
  .body-lg { font-size: 18px; font-weight: 400; line-height: 1.7; }
  .body-md { font-size: 16px; font-weight: 400; line-height: 1.6; }
  .eyebrow { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--hero-sea-teal); }
  .label-md { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; }

  /* ─── LAYOUT ─── */
  .container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--gutter); }
  @media (min-width: 1024px) { .container { padding: 0 64px; } }
  section { padding: var(--section-gap) 0; }

  /* ─── GLASS ─── */
  .glass {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(42, 143, 196, 0.22);
    box-shadow: 0 8px 32px rgba(42, 143, 196, 0.08);
  }
  .glass-strong {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(42, 143, 196, 0.2);
  }

  /* ─── BUTTONS ─── */
  .btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--secondary); color: var(--deep-trench);
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.05em;
    padding: 14px 32px; border-radius: 8px; border: none;
    cursor: pointer; text-decoration: none; transition: all 0.25s ease;
    white-space: nowrap;
  }
  .btn-primary:hover { background: var(--secondary-container); box-shadow: 0 0 32px rgba(0,241,254,0.4); transform: translateY(-1px); }

  .btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.72); color: var(--hero-navy);
    font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.05em;
    padding: 13px 31px; border-radius: 8px; border: 1px solid rgba(12, 45, 74, 0.35);
    cursor: pointer; text-decoration: none; transition: all 0.25s ease;
    white-space: nowrap;
  }
  .btn-ghost:hover { border-color: var(--hero-sea-teal); color: var(--hero-sea-teal); box-shadow: 0 0 20px rgba(10,148,144,0.15); }

  /* ─── NAVBAR ─── */
  #navbar {
    position: fixed; top: 16px; left: 16px; right: 16px; z-index: 50;
    border-radius: 16px; padding: 12px 28px;
    transition: all 0.3s ease;
    background: var(--nav-bg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
  }
  #navbar.scrolled {
    background: var(--nav-bg);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  .nav-logo { display: flex; align-items: center; text-decoration: none; cursor: pointer; flex-shrink: 0; }
  .nav-logo-img { display: block; height: 96px; width: auto; }
  .nav-logo-text { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 16px; color: var(--hero-navy); line-height: 1.2; }
  .nav-logo-sub { font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 400; color: var(--hero-sea-teal); letter-spacing: 0.1em; }
  .nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
  .nav-links a { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; color: var(--nav-on-surface); text-decoration: none; cursor: pointer; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--nav-on-surface-active); }
  .nav-cta { display: flex; align-items: center; gap: 16px; }
  #menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
  #menu-toggle svg { stroke: #ffffff; }

  @media (min-width: 769px) {
    #navbar { padding: 16px 40px; }
    .nav-inner { gap: 48px; }
    .nav-links { gap: 36px; }
    .nav-links a { font-size: 16px; }
  }
  #mobile-menu {
    display: none; position: fixed; inset: 0; z-index: 49; padding-top: 140px;
    background: var(--nav-bg);
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  #mobile-menu.open { display: flex; flex-direction: column; align-items: center; gap: 24px; }
  #mobile-menu a { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 600; color: var(--nav-on-surface); text-decoration: none; cursor: pointer; transition: color 0.2s; }
  #mobile-menu a:hover { color: var(--nav-on-surface-active); }

  @media (max-width: 768px) {
    .nav-links, .nav-cta .btn-primary { display: none; }
    #menu-toggle { display: block; }
  }

  /* ─── HERO — video + flyer-style light beam for readable text ─── */
  .hero {
    min-height: 100vh; position: relative; display: flex; align-items: center;
    overflow: hidden;
    background: #0a3d62;
  }
  .hero-bg {
    position: absolute; inset: 0; z-index: 0; overflow: hidden;
  }
  .hero-bg video {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center 35%;
    z-index: 0; display: block;
  }
  /* Flyer-style: bright white/light-blue center beam, navy vignette at edges */
  .hero-light-glow {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      radial-gradient(ellipse 62% 48% at 50% 38%, rgba(255,255,255,0.9) 0%, rgba(232,248,255,0.78) 30%, rgba(190,230,255,0.28) 55%, transparent 68%),
      radial-gradient(ellipse 130% 95% at 50% 105%, rgba(2,20,41,0.5) 0%, transparent 52%),
      linear-gradient(180deg, rgba(255,255,255,0.22) 0%, transparent 38%, rgba(80,160,210,0.22) 100%);
  }
  .hero-rays {
    position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background:
      radial-gradient(ellipse 50% 42% at 50% -5%, rgba(255,255,255,0.75) 0%, rgba(210,240,255,0.28) 42%, transparent 65%);
    mix-blend-mode: soft-light;
    opacity: 0.9;
  }
  .hero-content {
    position: relative; z-index: 4; padding-top: 160px; padding-bottom: 80px;
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px; border-radius: 99px; margin-bottom: 32px;
    border: 1px solid rgba(10,148,144,0.4);
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(42,143,196,0.12);
  }
  .hero-badge span {
    font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700;
    letter-spacing: 0.15em; color: #087880;
  }
  .hero-headline {
    display: flex; flex-direction: column; align-items: center;
    gap: 0; margin: 0 0 28px; max-width: 900px; width: 100%;
    color: #052a4a;
    filter: drop-shadow(0 1px 0 rgba(255,255,255,0.95));
  }
  .hero-headline-single {
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 5.5vw, 58px);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: none;
    color: #052a4a;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 28px;
    filter: drop-shadow(0 1px 0 rgba(255,255,255,0.95));
  }
  .hero-line {
    display: block; font-family: 'Sora', sans-serif; font-weight: 800;
    letter-spacing: 0.04em; line-height: 0.95; text-transform: uppercase;
    color: #052a4a;
  }
  .hero-line-turning {
    font-size: clamp(28px, 4.5vw, 46px);
    letter-spacing: 0.14em;
    margin-bottom: 4px;
  }
  .hero-line-location {
    display: flex; align-items: center; justify-content: center;
    gap: clamp(12px, 3vw, 28px);
    margin: 2px 0 6px;
    text-transform: none;
  }
  .hero-script {
    font-family: 'Pinyon Script', cursive;
    font-size: clamp(44px, 7vw, 80px);
    font-weight: 400;
    color: #0a7a78;
    letter-spacing: 0.02em;
    line-height: 1;
    text-shadow:
      0 0 24px rgba(255,255,255,0.95),
      0 2px 4px rgba(255,255,255,0.8),
      0 0 2px rgba(255,255,255,1);
  }
  .hero-rule {
    display: block; width: clamp(48px, 12vw, 120px); height: 2px;
    background: linear-gradient(90deg, transparent, #0a9490 15%, #0a9490 85%, transparent);
    flex-shrink: 0;
  }
  .hero-rule-short { width: clamp(36px, 8vw, 80px); }
  .hero-line-waste {
    font-size: clamp(52px, 11vw, 128px);
    letter-spacing: 0.06em;
    line-height: 0.88;
    margin: 4px 0;
  }
  .hero-line-into {
    display: flex; align-items: center; justify-content: center;
    gap: clamp(10px, 2.5vw, 24px);
    margin: 6px 0 4px;
  }
  .hero-into-text {
    font-family: 'Sora', sans-serif; font-weight: 800;
    font-size: clamp(22px, 3.5vw, 38px);
    letter-spacing: 0.14em; text-transform: uppercase;
    color: #052a4a;
  }
  .hero-line-art {
    font-size: clamp(28px, 5vw, 56px);
    letter-spacing: 0.1em;
    text-shadow:
      0 0 20px rgba(255,255,255,0.9),
      0 0 40px rgba(200,235,255,0.6);
  }
  @media (max-width: 480px) {
    .hero-headline { max-width: 100%; }
    .hero-rule { width: 32px; }
    .hero-rule-short { width: 24px; }
    .hero-line-waste { letter-spacing: 0.04em; }
  }
  .hero-sub {
    max-width: 520px; margin: 0 auto 40px;
    color: #ffffff;
    font-weight: 500;
    text-shadow:
      0 1px 4px rgba(2, 20, 41, 0.75),
      0 0 20px rgba(2, 20, 41, 0.45);
    padding: 0 16px;
  }
  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
  .hero .btn-ghost {
    color: #052a4a;
    border-color: rgba(5, 42, 74, 0.55);
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(6px);
  }
  .hero .btn-ghost:hover {
    border-color: var(--hero-sea-teal);
    color: var(--hero-sea-teal);
    box-shadow: 0 0 20px rgba(10,148,144,0.2);
  }
  .hero .fade-in { opacity: 1; transform: none; }
  .hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .hero-scroll span { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; color: rgba(5,42,74,0.55); text-transform: uppercase; }
  .hero .scroll-line {
    width: 1px; height: 48px;
    background: linear-gradient(180deg, rgba(5,42,74,0.4) 0%, transparent 100%);
    animation: scrollPulse 2s ease-in-out infinite;
  }
  .scroll-line { width: 1px; height: 48px; background: linear-gradient(180deg, var(--outline) 0%, transparent 100%); animation: scrollPulse 2s ease-in-out infinite; }

  /* Light navbar — home hero only overrides nothing extra needed */

  @keyframes scrollPulse { 0%,100%{opacity:0.3} 50%{opacity:1} }

  /* ─── TRUST STRIP ─── */
  .trust-strip { padding: 28px 0; border-top: 1px solid var(--outline-variant); border-bottom: 1px solid var(--outline-variant); overflow: hidden; background: rgba(255,255,255,0.55); }
  .trust-items {
    display: flex; align-items: center; justify-content: center;
    gap: clamp(20px, 3.5vw, 48px);
    flex-wrap: nowrap;
  }
  .trust-item { display: flex; align-items: center; gap: 10px; flex-shrink: 0; white-space: nowrap; }
  .trust-item svg { color: var(--biolume-teal); flex-shrink: 0; }
  .trust-item span { font-size: clamp(11px, 1.15vw, 13px); font-weight: 600; color: var(--on-surface-variant); letter-spacing: 0.05em; }
  @media (max-width: 900px) {
    .trust-items {
      justify-content: flex-start;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 0 8px;
    }
    .trust-items::-webkit-scrollbar { display: none; }
  }

  /* ─── STATS ─── */
  .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2px; }
  .stat-card { padding: 40px 32px; text-align: center; }
  .stat-number { font-family: 'Sora', sans-serif; font-size: 56px; font-weight: 800; color: #0088aa; line-height: 1; }
  .stat-number span { font-size: 28px; }
  .stat-label { font-size: 14px; color: var(--on-surface-variant); margin-top: 8px; letter-spacing: 0.05em; }

  /* ─── SECTION HEADER ─── */
  .section-header { text-align: center; margin-bottom: 64px; }
  .section-header p { color: var(--on-surface-variant); max-width: 560px; margin: 16px auto 0; }

  /* ─── BENEFITS GRID ─── */
  .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 24px; }
  .benefit-card { padding: 40px 32px; border-radius: 16px; position: relative; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: default; }
  .benefit-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(42, 143, 196, 0.14); }
  .benefit-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; background: rgba(0,241,254,0.1); }
  .benefit-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; }
  .benefit-card p { color: var(--on-surface-variant); font-size: 15px; line-height: 1.7; }
  .benefit-glow { position: absolute; width: 200px; height: 200px; border-radius: 50%; filter: blur(60px); opacity: 0.06; top: -50px; right: -50px; background: var(--secondary); pointer-events: none; }

  /* ─── SERVICES PREVIEW ─── */
  .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 24px; }
  .service-card { border-radius: 16px; overflow: hidden; cursor: pointer; transition: transform 0.3s ease; }
  .service-card:hover { transform: translateY(-6px); }
  .service-img { height: 220px; background-size: cover; background-position: center; position: relative; }
  .service-img::after { content:''; position: absolute; inset:0; background: linear-gradient(180deg, transparent 35%, rgba(12, 45, 74, 0.5) 100%); }
  .service-body { padding: 28px; }
  .service-body h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
  .service-body p { font-size: 14px; color: var(--on-surface-variant); line-height: 1.6; }

  /* ─── TESTIMONIALS ─── */
  .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 24px; }
  .testimonial-card { padding: 32px; border-radius: 16px; border-left: 3px solid var(--biolume-teal); }
  .testimonial-card blockquote { font-size: 15px; color: var(--on-surface-variant); font-style: italic; line-height: 1.7; margin-bottom: 20px; }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--surface-bright); overflow: hidden; }
  .author-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .author-name { font-size: 14px; font-weight: 600; }
  .author-role { font-size: 12px; color: var(--outline); }
  .stars { color: var(--biolume-teal); font-size: 13px; margin-bottom: 16px; }

  /* ─── ABOUT PREVIEW ─── */
  .about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  @media (max-width: 768px) { .about-split { grid-template-columns: 1fr; gap: 40px; } }
  .about-img { border-radius: 20px; overflow: hidden; position: relative; }
  .about-img img { width: 100%; height: 480px; object-fit: cover; display: block; }
  .about-img-badge { position: absolute; bottom: 24px; left: 24px; padding: 16px 20px; border-radius: 12px; }
  .about-img-badge .big-num { font-family: 'Sora', sans-serif; font-size: 36px; font-weight: 800; color: var(--secondary); }
  .about-img-badge .big-label { font-size: 12px; color: var(--on-surface-variant); }
  .about-text h2 { margin-bottom: 20px; }
  .about-text p { color: var(--on-surface-variant); margin-bottom: 24px; }
  .about-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
  .about-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--on-surface-variant); }
  .about-list li svg { color: var(--biolume-teal); flex-shrink: 0; margin-top: 2px; }

  /* ─── FINAL CTA ─── */
  .cta-section {
    text-align: center; padding: 100px 24px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.55), transparent);
    position: relative; overflow: hidden;
  }
  .cta-section::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(102,194,255,0.15) 0%, transparent 70%); pointer-events:none; }
  .cta-section h2 { margin-bottom: 20px; }
  .cta-section p { color: var(--on-surface-variant); max-width: 480px; margin: 0 auto 40px; }
  .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

  /* ─── ABOUT PAGE ─── */
  .about-hero { padding: 160px 0 80px; position: relative; overflow: hidden; }
  .about-hero-bg {
    position: absolute; inset:0; z-index: 0;
    background:
      radial-gradient(ellipse 75% 55% at 50% 25%, rgba(255,255,255,0.92) 0%, rgba(232,248,255,0.78) 40%, rgba(184,228,255,0.35) 70%, transparent 85%),
      linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(232,246,255,0.3) 100%),
      url('https://images.unsplash.com/photo-1583212292454-1fe6229603b7?w=1800&auto=format&fit=crop') center/cover;
  }
  .about-hero .container { position: relative; z-index: 1; }
  .about-hero h1, .services-hero h1, .shop-hero h1, .contact-hero h1 { color: var(--hero-navy); }
  .mission-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 24px; }
  .mission-card { padding: 36px; border-radius: 16px; }
  .mission-card h3 { font-size: 18px; font-weight: 700; margin: 16px 0 12px; color: var(--on-surface); }
  .mission-card p { font-size: 14px; color: var(--on-surface-variant); line-height: 1.7; }
  .differentiators { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 24px; }
  .diff-card { padding: 32px; border-radius: 16px; border-top: 2px solid var(--biolume-teal); }
  .diff-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
  .diff-card p { font-size: 14px; color: var(--on-surface-variant); }

  /* ─── SERVICES PAGE ─── */
  .services-hero { padding: 160px 0 80px; position: relative; overflow: hidden; }
  .services-hero-bg {
    position: absolute; inset:0; z-index: 0;
    background:
      radial-gradient(ellipse 75% 55% at 50% 25%, rgba(255,255,255,0.92) 0%, rgba(232,248,255,0.78) 40%, rgba(184,228,255,0.35) 70%, transparent 85%),
      linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(232,246,255,0.3) 100%),
      url('https://images.unsplash.com/photo-1559825481-12a05cc00344?w=1800&auto=format&fit=crop') center/cover;
  }
  .services-hero .container { position: relative; z-index: 1; }
  .services-detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 24px; margin-bottom: 80px; }
  .service-detail-card { border-radius: 20px; overflow: hidden; }
  .service-detail-img { height: 240px; background-size: cover; background-position: center; }
  .service-detail-body { padding: 32px; }
  .service-detail-body h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
  .service-detail-body p { font-size: 14px; color: var(--on-surface-variant); line-height: 1.7; margin-bottom: 16px; }
  .service-detail-body ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .service-detail-body ul li { font-size: 13px; color: var(--on-surface-variant); display: flex; gap: 8px; align-items: flex-start; }
  .service-detail-body ul li::before { content: '—'; color: var(--biolume-teal); flex-shrink: 0; }
  .how-it-works { counter-reset: step; }
  .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 32px; }
  .step { text-align: center; padding: 32px 24px; }
  .step-num { width: 56px; height: 56px; border-radius: 50%; background: rgba(0,241,254,0.1); border: 1px solid rgba(0,241,254,0.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800; color: var(--secondary); }
  .step h4 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
  .step p { font-size: 14px; color: var(--on-surface-variant); }
  /* FAQ */
  .faq-list { display: flex; flex-direction: column; gap: 2px; max-width: 760px; margin: 0 auto; }
  .faq-item { border-radius: 12px; overflow: hidden; }
  .faq-question { width: 100%; background: none; border: none; color: var(--on-surface); font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; text-align: left; padding: 24px 28px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: background 0.2s; }
  .faq-question:hover { background: rgba(42, 143, 196, 0.06); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
  .faq-answer.open { max-height: 300px; }
  .faq-answer p { padding: 0 28px 24px; font-size: 15px; color: var(--on-surface-variant); line-height: 1.7; }
  .faq-chevron { transition: transform 0.3s; flex-shrink: 0; }
  .faq-chevron.open { transform: rotate(180deg); }

  /* ─── SHOP PAGE ─── */
  .shop-hero { padding: 160px 0 60px; position: relative; overflow: hidden; text-align: center; }
  .shop-hero-bg {
    position: absolute; inset:0; z-index: 0;
    background:
      radial-gradient(ellipse 75% 55% at 50% 25%, rgba(255,255,255,0.92) 0%, rgba(232,248,255,0.78) 40%, rgba(184,228,255,0.35) 70%, transparent 85%),
      linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(232,246,255,0.3) 100%),
      url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?w=1800&auto=format&fit=crop') center/cover;
  }
  .shop-hero .container { position: relative; z-index: 1; }
  .shop-filter { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
  .filter-chip { padding: 8px 20px; border-radius: 99px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; border: 1px solid var(--outline-variant); color: var(--on-surface-variant); background: none; transition: all 0.2s; }
  .filter-chip:hover, .filter-chip.active { border-color: var(--secondary); color: var(--secondary); background: rgba(0,241,254,0.08); }
  .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 28px; }
  .product-card { border-radius: 20px; overflow: hidden; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
  .product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(42, 143, 196, 0.18); }
  .product-img-wrap { position: relative; height: 280px; overflow: hidden; }
  .product-img-wrap img { width:100%; height:100%; object-fit:cover; transition: transform 0.5s ease; display: block; }
  .product-card:hover .product-img-wrap img { transform: scale(1.05); }
  .product-badge { position: absolute; top: 16px; left: 16px; padding: 4px 12px; border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
  .badge-new { background: var(--biolume-teal); color: var(--deep-trench); }
  .badge-limited { background: var(--secondary); color: var(--deep-trench); }
  .product-body { padding: 24px; }
  .product-material { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; color: var(--biolume-teal); text-transform: uppercase; margin-bottom: 6px; }
  .product-name { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
  .product-desc { font-size: 13px; color: var(--on-surface-variant); line-height: 1.5; margin-bottom: 16px; }
  .product-footer { display: flex; align-items: center; justify-content: space-between; }
  .product-price { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 800; color: #0088aa; }
  .btn-add { padding: 10px 20px; border-radius: 8px; font-size: 13px; font-weight: 700; background: rgba(0,219,231,0.12); border: 1px solid rgba(0,219,231,0.35); color: #007a8a; cursor: pointer; transition: all 0.2s; }
  .btn-add:hover { background: var(--secondary); color: var(--deep-trench); }

  /* ─── CONTACT PAGE ─── */
  .contact-hero { padding: 160px 0 60px; position: relative; overflow: hidden; }
  .contact-hero-bg {
    position: absolute; inset:0; z-index: 0;
    background:
      radial-gradient(ellipse 75% 55% at 50% 25%, rgba(255,255,255,0.92) 0%, rgba(232,248,255,0.78) 40%, rgba(184,228,255,0.35) 70%, transparent 85%),
      linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(232,246,255,0.3) 100%),
      url('https://images.unsplash.com/photo-1505118380757-91f5f5632de0?w=1800&auto=format&fit=crop') center/cover;
  }
  .contact-hero .container { position: relative; z-index: 1; }
  .contact-split { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
  @media (max-width: 768px) { .contact-split { grid-template-columns: 1fr; } }
  .contact-info h3 { font-size: 20px; font-weight: 700; margin-bottom: 24px; }
  .contact-item { display: flex; gap: 16px; margin-bottom: 24px; }
  .contact-item-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(0,241,254,0.08); border: 1px solid rgba(0,241,254,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .contact-item-icon svg { color: var(--secondary); }
  .contact-item-text .ci-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--biolume-teal); text-transform: uppercase; margin-bottom: 4px; }
  .contact-item-text .ci-value { font-size: 15px; color: var(--on-surface); }
  .contact-item-text .ci-value a { color: var(--on-surface); text-decoration: none; }
  .contact-item-text .ci-value a:hover { color: #0088aa; }
  .contact-email-alt { font-size: 14px; color: var(--on-surface-variant); text-align: center; margin-bottom: 16px; }
  .contact-email-alt a { color: #0088aa; font-weight: 600; }
  .socials { display: flex; gap: 12px; margin-top: 32px; }
  .social-btn { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.7); border: 1px solid var(--outline-variant); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; text-decoration: none; }
  .social-btn:hover { border-color: var(--secondary); background: rgba(0,219,231,0.1); }
  .social-btn svg { color: var(--on-surface-variant); transition: color 0.2s; }
  .social-btn:hover svg { color: #0088aa; }
  /* Form */
  .contact-form { padding: 40px; border-radius: 20px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  @media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
  .form-group { margin-bottom: 20px; }
  .form-group label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--on-surface-variant); text-transform: uppercase; margin-bottom: 8px; }
  .form-group input, .form-group textarea, .form-group select {
    width: 100%; background: rgba(255,255,255,0.85); border: 1px solid var(--outline-variant);
    border-radius: 8px; padding: 14px 16px; color: var(--on-surface);
    font-family: 'Outfit', sans-serif; font-size: 15px; outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(0,219,231,0.15); }
  .form-group textarea { resize: vertical; min-height: 140px; }
  .form-group select option { background: #ffffff; }
  .map-placeholder { border-radius: 16px; overflow: hidden; height: 280px; background: var(--surface-low); display: flex; align-items: center; justify-content: center; margin-top: 32px; border: 1px solid var(--outline-variant); position: relative; }
  .map-placeholder img { width:100%; height:100%; object-fit:cover; opacity: 0.85; }
  .map-label { position:absolute; padding: 12px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--hero-navy); }

  /* ─── FOOTER ─── */
  footer { border-top: 1px solid rgba(42, 143, 196, 0.22); padding: 64px 0 32px; background: rgba(255,255,255,0.55); }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  @media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
  .footer-brand p { font-size: 14px; color: var(--on-surface-variant); line-height: 1.7; margin: 16px 0 24px; max-width: 260px; }
  .footer-logo { display: inline-flex; text-decoration: none; }
  .footer-logo-img { display: block; height: 72px; width: auto; }
  .footer-col h5 { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; color: var(--hero-sea-teal); text-transform: uppercase; margin-bottom: 20px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .footer-col ul li a { font-size: 14px; color: rgba(12, 45, 74, 0.62); text-decoration: none; cursor: pointer; transition: color 0.2s; }
  .footer-col ul li a:hover { color: var(--hero-navy); }
  .footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 32px; border-top: 1px solid rgba(42, 143, 196, 0.18); }
  .footer-bottom p { font-size: 13px; color: rgba(12, 45, 74, 0.55); }
  .footer-legal { display: flex; gap: 24px; }
  .footer-legal a { font-size: 13px; color: rgba(12, 45, 74, 0.55); text-decoration: none; cursor: pointer; transition: color 0.2s; }
  .footer-legal a:hover { color: var(--hero-navy); }

  /* ─── ANIMATIONS ─── */
  @media (prefers-reduced-motion: no-preference) {
    .fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .fade-in.visible { opacity: 1; transform: translateY(0); }
    .fade-in-delay-1 { transition-delay: 0.1s; }
    .fade-in-delay-2 { transition-delay: 0.2s; }
    .fade-in-delay-3 { transition-delay: 0.3s; }
  }

  /* ─── DIVIDER ─── */
  .divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(42, 143, 196, 0.22), transparent); margin: 0; }

  /* ─── GLOW ORBS ─── */
  .orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; opacity: 0.12; }
  .orb-cyan { background: var(--secondary); }
  .orb-teal { background: var(--biolume-teal); }
  .orb-blue { background: var(--primary); }

  /* counter animation */
  .count-up { display: inline-block; }

#mobile-menu[hidden] { display: none !important; }
#mobile-menu.open { display: flex !important; }
a.service-card { text-decoration: none; color: inherit; display: block; }
.footer-col ul li span { font-size: 14px; color: rgba(12, 45, 74, 0.62); }
@media (max-width: 768px) {
  .stats-grid .stat-card { border-right: none !important; }
  .stats-grid .stat-card:not(:last-child) {
    border-bottom: 1px solid var(--outline-variant);
  }
}

.home-testimonials {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent);
}
.about-img-badge .big-num { color: #0088aa; }
.step-num { color: #0088aa; }
.filter-chip:hover, .filter-chip.active { border-color: #0088aa; color: #0088aa; background: rgba(0,219,231,0.1); }
.contact-item-icon svg { color: #0088aa; }
.home-mission { padding: 72px 0 96px; }
.mission-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .mission-split { grid-template-columns: 1fr; gap: 32px; }
  .mission-visual { order: -1; max-height: 280px; }
}
.mission-copy { text-align: left; }
.mission-copy .headline-lg { margin-bottom: 16px; }
.mission-lead { color: var(--on-surface-variant); margin-bottom: 28px; line-height: 1.7; }
.mission-subhead { color: var(--hero-navy); margin-bottom: 12px; }
.mission-copy .body-md { color: var(--on-surface-variant); line-height: 1.7; margin-bottom: 0; }
.mission-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mission-visual {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(42, 143, 196, 0.15);
  border: 1px solid rgba(42, 143, 196, 0.15);
}
.mission-visual img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block; }
.benefits-label { text-align: left; margin-bottom: 24px; }
.home-mission .benefits-grid { margin-top: 0; }
.help-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.help-card { padding: 36px 32px; border-radius: 16px; text-align: center; }
.help-num { font-family: 'Sora', sans-serif; font-size: 36px; font-weight: 800; color: #0088aa; margin-bottom: 16px; }
.help-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.help-card p { font-size: 15px; color: var(--on-surface-variant); line-height: 1.7; margin-bottom: 24px; }
.locations-grid { padding: 32px; border-radius: 16px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.location-item { display: flex; align-items: flex-start; gap: 16px; padding: 12px 0; }
.location-num { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 800; color: #0088aa; min-width: 28px; }
.location-item div { display: flex; flex-direction: column; gap: 4px; }
.location-item strong { font-size: 15px; color: var(--hero-navy); }
.location-item span { font-size: 13px; color: var(--on-surface-variant); }
.retail-locations { padding-top: 0; }
.how-to-help { padding-bottom: 60px; }
.trust-item svg { color: var(--hero-sea-teal); }
.stars { color: var(--hero-sea-teal); }
