    :root {
      --navy: #080E1A;
      --navy-2: #101827;
      --navy-3: #060A13;
      --gold: #C9A84C;
      --gold-soft: #E1C875;
      --white: #FFFFFF;
      --muted: #B9C0CC;
      --muted-2: #8E98A8;
      --line: rgba(201, 168, 76, 0.34);
      --card: rgba(255, 255, 255, 0.045);
      --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: "Montserrat", "Poppins", Arial, sans-serif;
      background: var(--navy);
      color: var(--white);
      line-height: 1.65;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    .container { width: min(1180px, 92%); margin: 0 auto; }
    .gold { color: var(--gold); }
    .section { padding: 96px 0; }

    .eyebrow {
      color: var(--gold);
      text-transform: uppercase;
      letter-spacing: 0.22em;
      font-size: 0.72rem;
      margin-bottom: 18px;
      font-weight: 700;
    }

    h1, h2, h3, h4 {
      font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
      font-weight: 500;
      letter-spacing: 0.015em;
    }

    h1 { font-size: clamp(3rem, 7.5vw, 6.6rem); line-height: 0.95; margin-bottom: 24px; }
    h2 { font-size: clamp(2.15rem, 4vw, 4.1rem); line-height: 1.05; margin-bottom: 22px; }
    h3 { font-size: 1.55rem; line-height: 1.12; margin-bottom: 12px; }
    p { color: var(--muted); font-size: 1rem; }

    [data-en]::after,
    [data-fi]::after {
      content: "";
    }

    .divider { width: 76px; height: 1px; background: var(--gold); margin: 26px 0; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 24px;
      border-radius: 999px;
      border: 1px solid var(--gold);
      font-weight: 700;
      letter-spacing: 0.05em;
      transition: all 0.25s ease;
      cursor: pointer;
      font-size: 0.92rem;
    }

    .btn-primary { background: var(--gold); color: var(--navy); }
    .btn-secondary { background: transparent; color: var(--gold); }
    .btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(201, 168, 76, 0.2); }

    header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(8, 14, 26, 0.88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(201, 168, 76, 0.18);
    }

    nav {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .logo {
      font-family: Georgia, serif;
      letter-spacing: 0.17em;
      color: var(--gold);
      font-size: 1.05rem;
      white-space: nowrap;
    }

    .nav-links {
      display: flex;
      gap: 22px;
      font-size: 0.88rem;
      color: var(--muted);
    }

    .nav-links a:hover { color: var(--gold); }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .language-tabs {
      display: flex;
      align-items: center;
      border: 1px solid rgba(201, 168, 76, 0.35);
      border-radius: 999px;
      padding: 4px;
      background: rgba(255,255,255,0.035);
    }

    .lang-btn {
      border: 0;
      background: transparent;
      color: var(--muted);
      padding: 8px 12px;
      border-radius: 999px;
      cursor: pointer;
      font-weight: 700;
      letter-spacing: 0.04em;
      font-size: 0.78rem;
      transition: all 0.2s ease;
    }

    .lang-btn.active {
      background: var(--gold);
      color: var(--navy);
    }

    .hero {
      margin-top: 5%;
      min-height: 92vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 76% 18%, rgba(201,168,76,0.18), transparent 30%),
        radial-gradient(circle at 78% 70%, rgba(255,255,255,0.08), transparent 24%),
        linear-gradient(120deg, rgba(8,14,26,1) 0%, rgba(8,14,26,0.91) 50%, rgba(8,14,26,0.72) 100%);
    }

    .hero::before {
      content: "";
      position: absolute;
      right: -8%;
      top: 16%;
      width: min(720px, 88vw);
      height: 440px;
      border-radius: 999px;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.12), transparent 45%),
        linear-gradient(180deg, rgba(201,168,76,0.14), transparent);
      filter: blur(3px);
      transform: rotate(-9deg);
      opacity: 0.62;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 170px;
      background: linear-gradient(to bottom, transparent, var(--navy));
    }

    .hero-content {
      position: relative;
      z-index: 3;
      width: min(820px, 100%);
      padding: 90px 0;
    }

    .hero-lead {
      font-size: 1.18rem;
      width: min(690px, 100%);
      margin-bottom: 34px;
    }

    .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }

    .trust-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      width: min(940px, 100%);
    }

    .trust-item {
      border: 1px solid rgba(201,168,76,0.28);
      background: rgba(255,255,255,0.035);
      padding: 16px;
      border-radius: 18px;
      color: var(--white);
      font-size: 0.88rem;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 70px;
      align-items: center;
    }

    .lux-card {
      border: 1px solid var(--line);
      background:
        linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
        radial-gradient(circle at top right, rgba(201,168,76,0.12), transparent 38%);
      border-radius: 30px;
      padding: 38px;
      box-shadow: var(--shadow);
    }

    .feature-list, .service-card ul {
      list-style: none;
      margin-top: 18px;
    }

    .feature-list li, .service-card li {
      color: var(--muted);
      padding: 7px 0;
      border-bottom: 1px solid rgba(255,255,255,0.055);
    }

    .feature-list li::before, .service-card li::before {
      content: "✓";
      color: var(--gold);
      margin-right: 10px;
    }

    .services-header {
      text-align: center;
      width: min(780px, 100%);
      margin: 0 auto 54px;
    }

    .dark-band {
      background:
        linear-gradient(180deg, var(--navy-2), var(--navy)),
        radial-gradient(circle at 20% 15%, rgba(201,168,76,0.08), transparent 30%);
      border-top: 1px solid rgba(201,168,76,0.16);
      border-bottom: 1px solid rgba(201,168,76,0.16);
    }

    .services-grid, .protection-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .service-card {
      min-height: 430px;
      border: 1px solid rgba(201,168,76,0.24);
      border-radius: 28px;
      padding: 30px;
      background: var(--card);
      transition: all 0.25s ease;
    }

    .service-card:hover {
      border-color: rgba(201,168,76,0.65);
      transform: translateY(-4px);
    }

    .price {
      font-family: Georgia, serif;
      color: var(--gold);
      font-size: 2.65rem;
      margin: 8px 0 18px;
    }

    .service-note {
      margin-top: 18px;
      font-size: 0.84rem;
      color: var(--gold-soft);
    }

    .highlight {
      border-color: var(--gold);
      background:
        linear-gradient(160deg, rgba(201,168,76,0.16), rgba(255,255,255,0.04)),
        radial-gradient(circle at top right, rgba(201,168,76,0.18), transparent 38%);
    }

    .badge {
      display: inline-block;
      background: rgba(201,168,76,0.16);
      color: var(--gold-soft);
      border: 1px solid rgba(201,168,76,0.35);
      padding: 7px 12px;
      border-radius: 999px;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.13em;
      margin-bottom: 18px;
      font-weight: 700;
    }

    .addon-table {
      width: 100%;
      border-collapse: collapse;
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(201,168,76,0.24);
      background: rgba(255,255,255,0.035);
    }

    .addon-table th {
      text-align: left;
      color: var(--gold);
      font-size: 0.82rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      padding: 18px 24px;
      border-bottom: 1px solid rgba(201,168,76,0.24);
    }

    .addon-table td {
      padding: 18px 24px;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      color: var(--muted);
    }

    .addon-table tr:last-child td { border-bottom: 0; }
    .addon-table td:last-child {
      color: var(--gold);
      text-align: right;
      font-weight: 800;
      white-space: nowrap;
    }

    .process-grid, .audience-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .process-card, .audience-card {
      background: rgba(255,255,255,0.035);
      padding: 26px;
      border-radius: 18px;
      border: 1px solid rgba(201,168,76,0.2);
    }

    .process-card { border-left: 1px solid var(--gold); }
    .number { color: var(--gold); font-family: Georgia, serif; font-size: 2rem; margin-bottom: 14px; }

    .faq { width: min(900px, 100%); margin: 0 auto; }
    details { border-bottom: 1px solid rgba(201,168,76,0.22); padding: 22px 0; }
    summary { cursor: pointer; font-family: Georgia, serif; font-size: 1.25rem; color: var(--white); }
    details p { margin-top: 14px; }

    .cta {
      text-align: center;
      background:
        linear-gradient(180deg, rgba(8,14,26,0.72), rgba(8,14,26,0.96)),
        radial-gradient(circle at center, rgba(201,168,76,0.15), transparent 35%);
      border-top: 1px solid rgba(201,168,76,0.18);
    }

    .cta p {
      margin: 0 auto 12px;
      width: min(680px, 100%);
      font-size: 1.08rem;
    }

    .cta .hero-actions { justify-content: center; margin-top: 30px; margin-bottom: 0; }

    footer {
      padding: 58px 0;
      border-top: 1px solid rgba(201,168,76,0.2);
      background: var(--navy-3);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.25fr 0.75fr 0.75fr;
      gap: 34px;
    }

    .footer-title {
      color: var(--gold);
      letter-spacing: 0.12em;
      margin-bottom: 16px;
      font-family: Georgia, serif;
    }

    .fineprint {
      margin-top: 30px;
      color: rgba(185,192,204,0.72);
      font-size: 0.82rem;
    }

    @media (max-width: 960px) {
      nav { flex-wrap: wrap; padding: 12px 0; }
      .nav-links { display: none; }
      .nav-actions { margin-left: auto; }
      .trust-strip, .services-grid, .protection-grid, .process-grid, .audience-grid, .intro-grid, .footer-grid {
        grid-template-columns: 1fr;
      }
      .section { padding: 72px 0; }
      .service-card { min-height: auto; }
      .addon-table { font-size: 0.88rem; }
      .addon-table th, .addon-table td { padding: 14px 12px; }
    }

    /* ── Find Us Section ── */
.findus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.findus-info h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.findus-info > p {
  font-size: 14px;
  color: #8A8F9A;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 420px;
}

.findus-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(200, 150, 12, 0.15);
}

.findus-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(200, 150, 12, 0.1);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: start;
}

.findus-label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C8960C;
  padding-top: 2px;
}

.findus-value {
  font-size: 14px;
  color: #F0EBE0;
  line-height: 1.65;
}

.findus-value a {
  color: #F0EBE0;
  text-decoration: none;
  transition: color 0.2s;
}

.findus-value a:hover {
  color: #C8960C;
}

/* ── Map ── */
.findus-map {
  height: 460px;
  border: 1px solid rgba(200, 150, 12, 0.2);
  overflow: hidden;
  position: relative;
}

.findus-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(30%) brightness(0.85);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .findus-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .findus-map {
    height: 300px;
  }
}

/* mobile menu --- */

@media (max-width: 968px) {

  nav {
    padding: 16px 24px;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-actions {
    display: none;
  }

  /* Full screen overlay menu */
  .nav-links {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background: #080E1A;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    padding: 0;
    overflow-y: auto;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  /* Menu top bar with logo + close */
  .nav-links::before {
    content: 'NORDGLOW';
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    letter-spacing: 4px;
    color: #C8960C;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(200, 150, 12, 0.15);
    flex-shrink: 0;
  }

  /* Nav links */
  .nav-links a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    color: #F0EBE0;
    padding: 18px 32px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(200, 150, 12, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
  }

  /* Arrow on each link */
  .nav-links a::after {
    content: '→';
    font-family: 'DM Mono', monospace;
    font-size: 14px;
    color: rgba(200, 150, 12, 0.3);
    transition: all 0.2s;
  }

  .nav-links a:hover {
    color: #C8960C;
    padding-left: 40px;
    background: rgba(200, 150, 12, 0.04);
  }

  .nav-links a:hover::after {
    color: #C8960C;
  }

  /* Mobile actions at bottom */
  .nav-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 32px 48px;
    margin-top: auto;
    border-top: 1px solid rgba(200, 150, 12, 0.15);
  }

  /* Language toggle */
  .nav-mobile-actions .language-tabs {
    display: flex;
    gap: 0;
    border: 1px solid rgba(200, 150, 12, 0.3);
    align-self: flex-start;
    margin-bottom: 8px;
  }

  .nav-mobile-actions .lang-btn {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 8px 20px;
    background: transparent;
    border: none;
    color: #8A8F9A;
    cursor: pointer;
    transition: all 0.2s;
  }

  .nav-mobile-actions .lang-btn.active {
    background: #C8960C;
    color: #080E1A;
    font-weight: 700;
  }

  /* CTA Buttons */
  .nav-mobile-actions .btn {
    width: 100%;
    text-align: center;
    padding: 16px 24px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s;
    display: block;
  }

  .nav-mobile-actions .btn-primary,
  .nav-mobile-actions .btn:first-of-type {
    background: #C8960C;
    color: #080E1A;
    border: none;
    font-weight: 700;
  }

  .nav-mobile-actions .btn-secondary {
    background: transparent;
    color: #F0EBE0;
    border: 1px solid rgba(200, 150, 12, 0.4);
  }

  .nav-mobile-actions .btn:hover {
    background: #F5C842;
    color: #080E1A;
    border-color: #F5C842;
  }

  /* Contact info strip at very bottom */
  .nav-mobile-contact {
    display: flex;
    gap: 24px;
    padding: 0 32px 32px;
  }

  .nav-mobile-contact a {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 1px;
    color: #4A5060;
    text-decoration: none;
    text-transform: uppercase;
    border: none !important;
    padding: 0 !important;
    display: inline !important;
    transition: color 0.2s;
  }

  .nav-mobile-contact a::after {
    display: none !important;
  }

  .nav-mobile-contact a:hover {
    color: #C8960C;
    padding-left: 0 !important;
    background: none !important;
  }
}

body.menu-open {
  overflow: hidden;
}

/* ── Base Nav ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: rgba(8, 14, 26, 0.95);
  border-bottom: 1px solid rgba(200, 150, 12, 0.15);
  backdrop-filter: blur(8px);
}

/* ── Hamburger Button ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #F0EBE0;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Hamburger → X animation */
.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Desktop Nav Links ── */
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

/*.nav-links a {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8A8F9A;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #C8960C;
}*/

/* Hide mobile actions on desktop */
.nav-mobile-actions {
  display: none;
}

/* ── Mobile Styles ── */
@media (max-width: 968px) {

  nav {
    padding: 16px 24px;
  }

  /* Show hamburger */
  .nav-toggle {
    display: flex;
  }

  /* Hide desktop actions */
  .nav-actions {
    display: none;
  }

  /* Full screen mobile menu */
  .nav-links {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background: #080E1A;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1000;
    padding: 80px 40px 40px;
    overflow-y: auto;
  }

  /* Open state */
  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 13px;
    letter-spacing: 3px;
    color: #F0EBE0;
    padding: 18px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(200, 150, 12, 0.1);
  }

  .nav-links a:last-of-type {
    border-bottom: none;
  }

  .nav-links a:hover {
    color: #C8960C;
  }

  /* Show mobile actions inside menu */
  .nav-mobile-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    /*margin-top: 32px;*/
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid rgba(200, 150, 12, 0.15);
  }

  .nav-mobile-actions .language-tabs {
    display: flex;
    gap: 8px;
  }

  .nav-mobile-actions .btn {
    width: 100%;
    text-align: center;
    padding: 14px 24px;
  }
}

/* ── Prevent body scroll when menu open ── */
body.menu-open {
  overflow: hidden;
}


/* ── Social Icons ── */
.social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(200, 150, 12, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A8F9A;
  text-decoration: none;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.social-icon:hover {
  border-color: #C8960C;
  color: #C8960C;
  background: rgba(200, 150, 12, 0.08);
  transform: translateY(-2px);
}