:root {
      --accent: #e30d36;
      --ink: #f8f8fa;
      --muted: #b5b5bf;
      --line: rgba(255, 255, 255, .15);
      --panel: rgba(8, 8, 12, .91);
      --header-max: 1654px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      min-width: 320px;
      margin: 0;
      color: var(--ink);
      font-family: var(--font-ui) !important;
      background: #08090d;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }
    button { color: inherit; cursor: pointer; }

    .site-header {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10;
      color: #fff;
      background: transparent;
      transition: background .28s ease, box-shadow .28s ease, color .28s ease;
    }
    .header-shell { max-width: var(--header-max); margin: 0 auto; padding-inline: 28px; }

    .utility-bar {
      height: 44px;
      border-bottom: 1px solid var(--line);
      background: transparent;
      transition: background .28s ease, border-color .28s ease;
    }
    .utility-bar .header-shell,
    .main-nav .header-shell { height: 100%; display: flex; align-items: center; }
    .audience-nav { display: flex; align-self: stretch; gap: 45px; }
    .audience-nav a {
      position: relative;
      display: grid;
      align-items: center;
      color: #9d9da7;
      font-size: 14px;
      font-weight: 500;
      transition: color .2s ease;
    }
    .audience-nav a:hover, .audience-nav a[aria-current="page"] { color: #fff; }
    .audience-nav a[aria-current="page"]::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 62px;
      height: 3px;
      border-radius: 0 0 4px 4px;
      content: "";
      background: var(--accent);
    }
    .utility-actions { display: flex; align-items: center; gap: 25px; margin-left: auto; }
    .login-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; }
    .login-link svg { width: 15px; height: 15px; }
    .language-switcher { display: flex; align-items: center; gap: 18px; }
    .language {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 0;
      border: 0;
      background: transparent;
      color: #f1f1f4;
      font-size: 12px;
      font-weight: 700;
    }
    .language + .language { padding-left: 23px; border-left: 1px solid #45454b; }
    .flag { width: 16px; height: 16px; border-radius: 50%; object-fit: cover; }
    .flag-id { background: linear-gradient(#ef2848 0 50%, #fff 50%); }
    .flag-en { background: #172c6d; position: relative; overflow: hidden; }
    .flag-en::before, .flag-en::after { position: absolute; content: ""; inset: 0; background: linear-gradient(34deg, transparent 42%, white 43% 48%, #e3263b 49% 53%, white 54% 59%, transparent 60%); }
    .flag-en::after { transform: rotate(90deg); }

    .main-nav {
      height: 76px;
      border-bottom: 0;
      background: transparent;
      transition: background .28s ease, border-color .28s ease;
    }
    .brand {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: flex-start;
      width: 128px;
      height: 38px;
      margin-right: 50px;
      overflow: hidden;
    }

    .brand-logo {
      display: block;
      width: 100%;
      height: auto;
      max-height: 38px;
      object-fit: contain;
      object-position: left center;
    }

    .brand-logo-red {
      display: none;
    }

    .primary-nav { display: flex; align-items: center; align-self: stretch; gap: 38px; }
    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      white-space: nowrap;
      color: #f1f1f3;
      font-size: 14px;
      font-weight: 600;
      transition: color .2s ease;
    }
    .nav-link:hover { color: #ff4666; }
    .nav-link svg { width: 14px; height: 14px; }
    .nav-tools { display: flex; align-items: center; gap: 20px; margin-left: auto; }
    .search {
      display: flex;
      align-items: center;
      width: 262px;
      height: 44px;
      padding: 0 14px 0 16px;
      border: 1px solid rgba(255, 255, 255, .39);
      border-radius: 28px;
      background: rgba(20, 20, 22, .36);
      -webkit-backdrop-filter: blur(16px) saturate(125%);
      backdrop-filter: blur(16px) saturate(125%);
      transition: border-color .2s ease, background .2s ease, backdrop-filter .2s ease;
    }
    .search:focus-within { border-color: white; background: rgba(255, 255, 255, .10); }
    .search svg { width: 23px; height: 23px; flex: none; }
    .search input { width: 100%; min-width: 0; margin-left: 15px; outline: 0; border: 0; color: white; background: transparent; font-size: 13px; font-weight: 500; }
    .search input::placeholder { color: #d9d9de; opacity: 1; }
    .support-menu, .mobile-menu-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 86px;
      height: 44px;
      gap: 9px;
      flex: 0 0 auto;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, .72);
      border-radius: 28px;
      background: transparent;
    }
    .support-menu svg { width: 19px; height: 19px; flex: 0 0 auto; }
    .support-menu .chevron { width: 10px; height: 10px; margin: 0; }
    .mobile-menu-toggle { display: none; width: 48px; }
    .mobile-menu-toggle svg { width: 25px; height: 25px; }

    @media (min-width: 1351px) {
      .header-shell {
        width: 84%;
        max-width: var(--header-max);
        padding-inline: 0;
      }
    }

    /* Saat halaman digulir, header berubah menjadi panel putih seperti referensi. */
    .site-header.is-scrolled {
      position: fixed;
      color: #001d3e;
      background: #fff;
      box-shadow: 0 4px 18px rgba(11, 27, 48, .08);
    }
    .site-header.is-scrolled .utility-bar {
      border-color: #e3e5e9;
      background: #f5f5f6;
    }
    .site-header.is-scrolled .main-nav {
      border-color: #edf0f3;
      background: #fff;
    }
    .site-header.is-scrolled .audience-nav a { color: #718096; }
    .site-header.is-scrolled .audience-nav a:hover,
    .site-header.is-scrolled .audience-nav a[aria-current="page"] { color: var(--accent); }
    .site-header.is-scrolled .login-link { color: #718096; }
    .site-header.is-scrolled .language { color: #001d3e; }
    .site-header.is-scrolled .brand { color: var(--accent); }
    .site-header.is-scrolled .nav-link { color: #001d3e; }
    .site-header.is-scrolled .nav-link:hover { color: var(--accent); }
    .site-header.is-scrolled .search {
      border-color: #d7dce2;
      background: #f2f3f5;
    }
    .site-header.is-scrolled .search:focus-within {
      border-color: #b9c0c9;
      background: #fff;
    }
    .site-header.is-scrolled .search input { color: #001d3e; }
    .site-header.is-scrolled .search input::placeholder { color: #001d3e; }
    .site-header.is-scrolled .support-menu {
      border-color: var(--accent);
      color: var(--accent);
    }
    .site-header.is-scrolled .mobile-menu-toggle {
      border-color: #d7dce2;
      color: #001d3e;
    }

    .sample-canvas {
      min-height: 115vh;
      display: grid;
      place-items: center;
      overflow: hidden;
      padding: 80px 28px;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, .48) 0, rgba(0, 0, 0, .19) 190px, rgba(0, 0, 0, .06) 390px, rgba(0, 0, 0, .35) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .43), rgba(0, 0, 0, .04) 70%),
        url('assets/images/hero-test-rainforest.png') center / cover no-repeat;
    }
    .sample-canvas p { max-width: 540px; margin: 0; color: rgba(255,255,255,.76); text-align: center; font-size: 15px; text-shadow: 0 2px 16px rgba(0,0,0,.65); }

    @media (max-width: 1170px) {
      .primary-nav { gap: 24px; }
      .brand { margin-right: 42px; }
      .search { width: 220px; }
    }
    @media (max-width: 1170px) {
      .utility-bar { height: 58px; }
      .main-nav { height: 78px; }
      .audience-nav { gap: 28px; }
      .audience-nav a { font-size: 14px; }
      .audience-nav a[aria-current="page"]::before { width: 59px; height: 3px; }
      .utility-actions { gap: 18px; }
      .login-link { font-size: 14px; }
      .primary-nav, .support-menu { display: none; }
      .brand { margin-right: 0; font-size: 27px; }
      .nav-tools { gap: 10px; }
      .search { width: 235px; height: 46px; }
      .search svg { width: 23px; height: 23px; }
      .search input { margin-left: 12px; font-size: 14px; }
      .mobile-menu-toggle { display: inline-grid; height: 46px; }
      .sample-canvas { min-height: 115vh; }
    }
    @media (max-width: 640px) {
      .header-shell { padding-inline: 18px; }
      .utility-bar { height: 51px; }
      .audience-nav { gap: 20px; }
      .audience-nav a { font-size: 12px; }
      .audience-nav a:nth-child(3), .language + .language, .login-link span { display: none; }
      .audience-nav a[aria-current="page"]::before { width: 51px; }
      .utility-actions { gap: 13px; }
      .language-switcher { gap: 0; }
      .language { gap: 5px; font-size: 12px; }
      .flag { width: 18px; height: 18px; }
      .main-nav { height: 72px; }
      .brand { font-size: 24px; letter-spacing: -1.4px; }
      .search { width: 46px; padding: 0; justify-content: center; border-color: transparent; background: transparent; }
      .search input { display: none; }
      .search:focus-within { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
      .mobile-menu-toggle { width: 43px; }
      .sample-canvas { min-height: 115vh; padding: 48px 24px; }
    }

    .mobile-panel {
      display: none;
      position: absolute;
      top: 100%; left: 0; right: 0;
      padding: 18px 28px 26px;
      border-top: 1px solid var(--line);
      background: var(--panel);
    }
    .mobile-panel.is-open { display: grid; gap: 3px; }
    .mobile-panel a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
    .site-header.is-scrolled .mobile-panel { color: #001d3e; border-color: #e3e5e9; background: #fff; }
    .site-header.is-scrolled .mobile-panel a { border-color: #edf0f3; }
    @media (max-width: 640px) { .mobile-panel { padding-inline: 18px; } }

/* =========================================================
   INDIBEMS HEADER V5 — DESKTOP REFINEMENT
   ========================================================= */
@media (min-width: 1351px) {
  .utility-bar { height: 44px; }
  .main-nav { height: 72px; }

  .brand {
    width: 124px;
    height: 36px;
    margin-right: 46px;
  }
  .brand-logo { max-height: 36px; }

  .primary-nav {
    gap: 34px;
  }

  .nav-link {
    font-size: 14px;
    font-weight: 600;
  }
  .nav-link svg {
    width: 13px;
    height: 13px;
  }

  .nav-tools {
    gap: 18px;
  }

  .search {
    width: 260px;
    height: 44px;
  }

  .support-menu {
    width: 86px;
    height: 44px;
    gap: 8px;
  }
}

/* Intermediate desktop: keep full navigation when there is enough room. */
@media (min-width: 1171px) and (max-width: 1350px) {
  .utility-bar { height: 52px; }
  .main-nav { height: 72px; }

  .brand {
    width: 124px;
    height: 36px;
    margin-right: 32px;
  }
  .brand-logo { max-height: 36px; }

  .primary-nav {
    display: flex;
    gap: 22px;
  }

  .nav-link {
    font-size: 13px;
    gap: 5px;
  }
  .nav-link svg {
    width: 12px;
    height: 12px;
  }

  .nav-tools {
    gap: 10px;
  }

  .search {
    width: 210px;
    height: 42px;
  }

  .support-menu {
    display: inline-flex;
    width: 82px;
    height: 42px;
    gap: 7px;
  }

  .support-menu svg { width: 18px; height: 18px; }
  .support-menu .chevron { width: 9px; height: 9px; }
}

/* Tablet/mobile transition: hide full navigation only below 1170px. */
@media (max-width: 1170px) {
  .primary-nav,
  .support-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .brand {
    width: 142px;
    height: 34px;
  }
  .brand-logo { max-height: 34px; }
}

.site-header,
.site-header a,
.site-header button,
.site-header input {
  font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   INDIBEMS HEADER V11 — TABLET + MOBILE / HP
   Desktop (>=1171px) remains untouched.
   ========================================================= */

/* ---------- TABLET: 641–1170px ---------- */
@media (min-width: 641px) and (max-width: 1170px) {
  .site-header {
    width: 100%;
  }

  .header-shell {
    width: 100%;
    max-width: none;
    padding-inline: 28px;
  }

  /* Topbar */
  .utility-bar {
    height: 52px;
  }

  .utility-bar .header-shell {
    height: 52px;
  }

  .audience-nav {
    height: 52px;
    gap: 30px;
  }

  .audience-nav a {
    height: 52px;
    font-size: 13px;
    font-weight: 500;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 58px;
    height: 3px;
  }

  .utility-actions {
    height: 52px;
    gap: 20px;
  }

  .login-link {
    height: 52px;
    font-size: 13px;
    font-weight: 650;
    gap: 7px;
  }

  .login-link svg {
    width: 14px;
    height: 14px;
  }

  .language-switcher,
  .language {
    height: 52px;
  }

  .language {
    font-size: 12px;
    gap: 6px;
  }

  .language + .language {
    padding-left: 18px;
  }

  .flag {
    width: 17px;
    height: 17px;
  }

  /* Main navigation */
  .main-nav {
    height: 72px;
  }

  .main-nav .header-shell {
    height: 72px;
  }

  .brand {
    width: 122px;
    height: 34px;
    margin-right: 0;
  }

  .brand-logo {
    max-width: 122px;
    max-height: 34px;
  }

  /* Full nav + desktop support are intentionally replaced by hamburger. */
  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .nav-tools {
    gap: 12px;
  }

  .search {
    width: 220px;
    height: 44px;
    padding-left: 15px;
    padding-right: 13px;
  }

  .search svg {
    width: 22px;
    height: 22px;
  }

  .search input {
    margin-left: 12px;
    font-size: 13px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 46px;
    height: 44px;
    border-radius: 23px;
  }

  .mobile-menu-toggle svg {
    width: 22px;
    height: 22px;
  }

  .mobile-panel {
    padding: 18px 28px 24px;
  }

  .mobile-panel a {
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
  }
}

/* ---------- MOBILE / HP: <=640px ---------- */
@media (max-width: 640px) {
  .header-shell {
    width: 100%;
    max-width: none;
    padding-inline: 16px;
  }

  /* Compact topbar modeled on the desktop hierarchy. */
  .utility-bar {
    height: 48px;
  }

  .utility-bar .header-shell {
    height: 48px;
  }

  .audience-nav {
    height: 48px;
    gap: 20px;
  }

  .audience-nav a {
    height: 48px;
    font-size: 12px;
    font-weight: 500;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 51px;
    height: 3px;
  }

  .utility-actions {
    height: 48px;
    gap: 10px;
  }

  .login-link {
    height: 48px;
    gap: 0;
    font-size: 12px;
    font-weight: 650;
  }

  .login-link span {
    display: none;
  }

  .login-link svg {
    width: 16px;
    height: 16px;
  }

  .language-switcher {
    height: 48px;
    gap: 0;
  }

  .language {
    height: 48px;
    gap: 5px;
    font-size: 11px;
  }

  .language + .language {
    display: none;
  }

  .flag {
    width: 17px;
    height: 17px;
  }

  /* Main navigation */
  .main-nav {
    height: 66px;
  }

  .main-nav .header-shell {
    height: 66px;
  }

  .brand {
    width: 116px;
    height: 32px;
    margin-right: 0;
  }

  .brand-logo {
    max-width: 116px;
    max-height: 32px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .nav-tools {
    gap: 7px;
  }

  /* Search becomes an icon button, matching the compact mobile hierarchy. */
  .search {
    width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
    border-radius: 21px;
  }

  .search input {
    display: none;
  }

  .search svg {
    width: 22px;
    height: 22px;
  }

  .search:focus-within {
    border-color: rgba(255,255,255,.48);
    background: rgba(255,255,255,.08);
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 42px;
    height: 42px;
    border-radius: 21px;
  }

  .mobile-menu-toggle svg {
    width: 21px;
    height: 21px;
  }

  /* Mobile dropdown panel */
  .mobile-panel {
    top: 100%;
    padding: 10px 16px 18px;
    border-top-color: rgba(255,255,255,.12);
    background: rgba(8,8,12,.96);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    backdrop-filter: blur(18px) saturate(125%);
  }

  .mobile-panel.is-open {
    gap: 0;
  }

  .mobile-panel a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 2px;
    font-size: 13px;
    font-weight: 600;
  }
}

/* ---------- MOBILE SCROLLED STATE ---------- */
@media (max-width: 640px) {
  .site-header.is-scrolled .mobile-panel {
    background: rgba(255,255,255,.98);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .site-header.is-scrolled .mobile-panel a {
    color: #001d3e;
  }
}


/* =========================================================
   INDIBEMS HEADER V12 — ALL RESPONSIVE SIZES
   Desktop >=1171px: preserve current desktop styling.
   Tablet + mobile: refined across multiple width bands.
   ========================================================= */

/* ---------- TABLET LANDSCAPE: 1025–1170px ---------- */
@media (min-width: 1025px) and (max-width: 1170px) {
  .header-shell {
    padding-inline: 30px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 50px;
  }

  .audience-nav,
  .audience-nav a,
  .utility-actions,
  .language-switcher,
  .language {
    height: 50px;
  }

  .audience-nav {
    gap: 28px;
  }

  .audience-nav a {
    font-size: 13px;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 57px;
  }

  .utility-actions {
    gap: 18px;
  }

  .login-link {
    font-size: 13px;
  }

  .language {
    font-size: 11.5px;
  }

  .language + .language {
    padding-left: 17px;
  }

  .flag {
    width: 17px;
    height: 17px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 70px;
  }

  .brand {
    width: 122px;
    height: 34px;
  }

  .brand-logo {
    width: 122px;
    max-width: 122px;
    max-height: 34px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .nav-tools {
    gap: 10px;
  }

  .search {
    width: 220px;
    height: 42px;
  }

  .search input {
    font-size: 12.5px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 44px;
    height: 42px;
    border-radius: 22px;
  }
}

/* ---------- TABLET PORTRAIT: 769–1024px ---------- */
@media (min-width: 769px) and (max-width: 1024px) {
  .header-shell {
    padding-inline: 26px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 50px;
  }

  .audience-nav,
  .audience-nav a,
  .utility-actions,
  .language-switcher,
  .language {
    height: 50px;
  }

  .audience-nav {
    gap: 25px;
  }

  .audience-nav a {
    font-size: 12.5px;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 54px;
  }

  .utility-actions {
    gap: 15px;
  }

  .login-link {
    font-size: 12.5px;
  }

  .language {
    font-size: 11px;
  }

  .language + .language {
    padding-left: 15px;
  }

  .flag {
    width: 16px;
    height: 16px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 68px;
  }

  .brand {
    width: 120px;
    height: 33px;
  }

  .brand-logo {
    width: 120px;
    max-width: 120px;
    max-height: 33px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .nav-tools {
    gap: 9px;
  }

  .search {
    width: 205px;
    height: 42px;
  }

  .search input {
    margin-left: 11px;
    font-size: 12px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 43px;
    height: 42px;
    border-radius: 22px;
  }
}

/* ---------- SMALL TABLET / LARGE PHONE: 641–768px ---------- */
@media (min-width: 641px) and (max-width: 768px) {
  .header-shell {
    padding-inline: 22px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 48px;
  }

  .audience-nav,
  .audience-nav a,
  .utility-actions,
  .language-switcher,
  .language {
    height: 48px;
  }

  .audience-nav {
    gap: 19px;
  }

  .audience-nav a {
    font-size: 12px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 50px;
  }

  .utility-actions {
    gap: 10px;
  }

  .login-link {
    font-size: 12px;
  }

  .language {
    font-size: 11px;
  }

  .language + .language {
    display: none;
  }

  .flag {
    width: 17px;
    height: 17px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 66px;
  }

  .brand {
    width: 116px;
    height: 32px;
  }

  .brand-logo {
    width: 116px;
    max-width: 116px;
    max-height: 32px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .nav-tools {
    gap: 7px;
  }

  .search {
    width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
  }

  .search input {
    display: none;
  }

  .search svg {
    width: 22px;
    height: 22px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 42px;
    height: 42px;
    border-radius: 21px;
  }

  .mobile-menu-toggle svg {
    width: 21px;
    height: 21px;
  }
}

/* ---------- PHONE: 481–640px ---------- */
@media (min-width: 481px) and (max-width: 640px) {
  .header-shell {
    padding-inline: 17px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 47px;
  }

  .audience-nav,
  .audience-nav a,
  .utility-actions,
  .language-switcher,
  .language {
    height: 47px;
  }

  .audience-nav {
    gap: 17px;
  }

  .audience-nav a {
    font-size: 11.5px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 48px;
    height: 3px;
  }

  .utility-actions {
    gap: 9px;
  }

  .login-link {
    font-size: 11.5px;
  }

  .login-link span {
    display: inline;
  }

  .login-link svg {
    width: 14px;
    height: 14px;
  }

  .language-switcher {
    gap: 0;
  }

  .language {
    font-size: 10.5px;
  }

  .language + .language {
    display: none;
  }

  .flag {
    width: 16px;
    height: 16px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 64px;
  }

  .brand {
    width: 110px;
    height: 31px;
  }

  .brand-logo {
    width: 110px;
    max-width: 110px;
    max-height: 31px;
  }

  .nav-tools {
    gap: 5px;
  }

  .search,
  .mobile-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .search {
    padding: 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
  }

  .search input {
    display: none;
  }

  .search svg {
    width: 21px;
    height: 21px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    border-radius: 20px;
  }

  .mobile-menu-toggle svg {
    width: 20px;
    height: 20px;
  }

  .mobile-panel {
    padding: 8px 17px 16px;
  }

  .mobile-panel a {
    min-height: 46px;
    font-size: 13px;
  }
}

/* ---------- SMALL PHONE: 376–480px ---------- */
@media (min-width: 376px) and (max-width: 480px) {
  .header-shell {
    padding-inline: 15px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 46px;
  }

  .audience-nav,
  .audience-nav a,
  .utility-actions,
  .language-switcher,
  .language {
    height: 46px;
  }

  .audience-nav {
    gap: 14px;
  }

  .audience-nav a {
    font-size: 11px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 45px;
  }

  .utility-actions {
    gap: 7px;
  }

  .login-link {
    font-size: 11px;
  }

  .login-link span {
    display: none;
  }

  .login-link svg {
    width: 15px;
    height: 15px;
  }

  .language {
    font-size: 10px;
  }

  .flag {
    width: 16px;
    height: 16px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 62px;
  }

  .brand {
    width: 104px;
    height: 29px;
  }

  .brand-logo {
    width: 104px;
    max-width: 104px;
    max-height: 29px;
  }

  .nav-tools {
    gap: 3px;
  }

  .search,
  .mobile-menu-toggle {
    width: 39px;
    height: 39px;
  }

  .search svg {
    width: 20px;
    height: 20px;
  }

  .mobile-menu-toggle svg {
    width: 20px;
    height: 20px;
  }

  .mobile-panel {
    padding: 7px 15px 14px;
  }

  .mobile-panel a {
    min-height: 44px;
    font-size: 12.5px;
  }
}

/* ---------- VERY SMALL PHONE: <=375px ---------- */
@media (max-width: 375px) {
  .header-shell {
    padding-inline: 13px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 45px;
  }

  .audience-nav,
  .audience-nav a,
  .utility-actions,
  .language-switcher,
  .language {
    height: 45px;
  }

  .audience-nav {
    gap: 12px;
  }

  .audience-nav a {
    font-size: 10.5px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 43px;
  }

  .utility-actions {
    gap: 6px;
  }

  .login-link span {
    display: none;
  }

  .login-link svg {
    width: 14px;
    height: 14px;
  }

  .language {
    font-size: 9.5px;
  }

  .flag {
    width: 15px;
    height: 15px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 60px;
  }

  .brand {
    width: 98px;
    height: 28px;
  }

  .brand-logo {
    width: 98px;
    max-width: 98px;
    max-height: 28px;
  }

  .nav-tools {
    gap: 2px;
  }

  .search,
  .mobile-menu-toggle {
    width: 37px;
    height: 37px;
  }

  .search svg {
    width: 19px;
    height: 19px;
  }

  .mobile-menu-toggle svg {
    width: 19px;
    height: 19px;
  }

  .mobile-panel {
    padding: 6px 13px 12px;
  }

  .mobile-panel a {
    min-height: 42px;
    font-size: 12px;
  }
}

/* ---------- Responsive safety: prevent header overflow ---------- */
@media (max-width: 1170px) {
  .header-shell {
    min-width: 0;
  }

  .utility-bar .header-shell,
  .main-nav .header-shell {
    min-width: 0;
  }

  .audience-nav,
  .utility-actions,
  .nav-tools,
  .language-switcher {
    min-width: 0;
  }

  .audience-nav a,
  .login-link,
  .language {
    white-space: nowrap;
  }

  .brand,
  .brand-logo,
  .search,
  .mobile-menu-toggle {
    flex-shrink: 0;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }
}




/* =========================================================
   INDIBEMS HEADER V14 — RESPONSIVE MASTER
   ---------------------------------------------------------
   >=1351px : approved desktop — untouched
   1171–1350px : compact desktop — FULL NAVIGATION
   1025–1170px : tablet landscape
   769–1024px : tablet portrait
   641–768px : large phone / small tablet
   481–640px : phone
   376–480px : small phone
   <=375px : very small phone
   ========================================================= */

/* ---------- COMPACT DESKTOP: 1171–1350px ----------
   At 1254px the reference is still a desktop header.
   Do NOT show hamburger and do NOT remove navigation. */
@media (min-width: 1171px) and (max-width: 1350px) {
  .site-header {
    min-width: 0;
  }

  .header-shell {
    width: 88%;
    max-width: 1140px;
    padding-inline: 0;
    min-width: 0;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 50px;
  }

  .audience-nav {
    gap: 32px;
    min-width: 0;
  }

  .audience-nav a {
    font-size: 13px;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 57px;
    height: 3px;
  }

  .utility-actions {
    gap: 17px;
    min-width: 0;
  }

  .login-link {
    font-size: 13px;
    white-space: nowrap;
  }

  .language-switcher {
    gap: 13px;
  }

  .language {
    font-size: 11.5px;
    white-space: nowrap;
  }

  .language + .language {
    padding-left: 16px;
  }

  .flag {
    width: 17px;
    height: 17px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 70px;
  }

  .main-nav .header-shell {
    display: flex;
    align-items: center;
  }

  .brand {
    width: 118px;
    height: 34px;
    margin-right: 34px;
    flex: 0 0 118px;
  }

  .brand-logo {
    width: 118px;
    max-width: 118px;
    max-height: 34px;
  }

  /* Full desktop navigation remains visible. */
  .primary-nav {
    display: flex !important;
    align-items: center;
    align-self: stretch;
    gap: 22px;
    min-width: 0;
    flex: 0 1 auto;
  }

  .primary-nav .nav-link {
    flex: 0 0 auto;
    gap: 5px;
    font-size: 13px;
    white-space: nowrap;
  }

  .primary-nav .nav-link svg {
    width: 12px;
    height: 12px;
  }

  .nav-tools {
    display: flex !important;
    align-items: center;
    gap: 9px;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .search {
    width: 218px;
    height: 42px;
    padding: 0 13px 0 14px;
  }

  .search svg {
    width: 21px;
    height: 21px;
  }

  .search input {
    margin-left: 10px;
    font-size: 12px;
  }

  .support-menu {
    display: inline-flex !important;
    width: 82px;
    height: 44px;
    gap: 8px;
    border-radius: 23px;
  }

  .support-menu svg {
    width: 19px;
    height: 19px;
  }

  .support-menu .chevron {
    width: 10px;
    height: 10px;
  }

  .mobile-menu-toggle {
    display: none !important;
  }
}

/* ---------- 1270–1350px: slightly more generous ---------- */
@media (min-width: 1271px) and (max-width: 1350px) {
  .header-shell {
    width: 87%;
    max-width: 1160px;
  }

  .brand {
    margin-right: 38px;
  }

  .primary-nav {
    gap: 25px;
  }

  .primary-nav .nav-link {
    font-size: 13.25px;
  }

  .search {
    width: 225px;
  }
}

/* ---------- 1171–1270px: tighter compact desktop ---------- */
@media (min-width: 1171px) and (max-width: 1270px) {
  .header-shell {
    width: 89%;
    max-width: 1120px;
  }

  .brand {
    width: 112px;
    flex-basis: 112px;
    margin-right: 28px;
  }

  .brand-logo {
    width: 112px;
    max-width: 112px;
  }

  .primary-nav {
    gap: 18px;
  }

  .primary-nav .nav-link {
    font-size: 12.5px;
  }

  .nav-tools {
    gap: 7px;
  }

  .search {
    width: 205px;
  }

  .support-menu {
    width: 78px;
  }
}

/* ---------- TABLET LANDSCAPE: 1025–1170px ---------- */
@media (min-width: 1025px) and (max-width: 1170px) {
  .header-shell {
    padding-inline: 30px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 50px;
  }

  .audience-nav {
    gap: 28px;
  }

  .audience-nav a {
    font-size: 13px;
  }

  .utility-actions {
    gap: 18px;
  }

  .login-link {
    font-size: 13px;
  }

  .language {
    font-size: 11.5px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 70px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .brand {
    width: 122px;
    height: 34px;
    margin-right: 0;
  }

  .brand-logo {
    width: 122px;
    max-width: 122px;
    max-height: 34px;
  }

  .nav-tools {
    gap: 10px;
  }

  .search {
    width: 220px;
    height: 42px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 44px;
    height: 42px;
  }
}

/* ---------- TABLET PORTRAIT: 769–1024px ---------- */
@media (min-width: 769px) and (max-width: 1024px) {
  .header-shell {
    padding-inline: 26px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 50px;
  }

  .audience-nav {
    gap: 25px;
  }

  .audience-nav a {
    font-size: 12.5px;
  }

  .utility-actions {
    gap: 15px;
  }

  .login-link {
    font-size: 12.5px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 68px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .brand {
    width: 120px;
    height: 33px;
    margin-right: 0;
  }

  .brand-logo {
    width: 120px;
    max-width: 120px;
    max-height: 33px;
  }

  .nav-tools {
    gap: 9px;
  }

  .search {
    width: 205px;
    height: 42px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 43px;
    height: 42px;
  }
}

/* ---------- LARGE PHONE / SMALL TABLET: 641–768px ---------- */
@media (min-width: 641px) and (max-width: 768px) {
  .header-shell {
    padding-inline: 22px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 48px;
  }

  .audience-nav {
    gap: 19px;
  }

  .audience-nav a {
    font-size: 12px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .utility-actions {
    gap: 10px;
  }

  .login-link {
    font-size: 12px;
  }

  .language + .language {
    display: none;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 66px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .brand {
    width: 116px;
    height: 32px;
  }

  .brand-logo {
    width: 116px;
    max-width: 116px;
    max-height: 32px;
  }

  .nav-tools {
    gap: 7px;
  }

  .search {
    width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
  }

  .search input {
    display: none;
  }

  .search svg {
    width: 22px;
    height: 22px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 42px;
    height: 42px;
  }
}

/* ---------- PHONE: 481–640px ---------- */
@media (min-width: 481px) and (max-width: 640px) {
  .header-shell {
    padding-inline: 17px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 47px;
  }

  .audience-nav {
    gap: 17px;
  }

  .audience-nav a {
    font-size: 11.5px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .utility-actions {
    gap: 9px;
  }

  .login-link {
    font-size: 11.5px;
  }

  .language + .language {
    display: none;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 64px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .brand {
    width: 110px;
    height: 31px;
  }

  .brand-logo {
    width: 110px;
    max-width: 110px;
    max-height: 31px;
  }

  .nav-tools {
    gap: 5px;
  }

  .search,
  .mobile-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .search {
    padding: 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
  }

  .search input {
    display: none;
  }

  .search svg {
    width: 21px;
    height: 21px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
  }
}

/* ---------- SMALL PHONE: 376–480px ---------- */
@media (min-width: 376px) and (max-width: 480px) {
  .header-shell {
    padding-inline: 15px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 46px;
  }

  .audience-nav {
    gap: 14px;
  }

  .audience-nav a {
    font-size: 11px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .utility-actions {
    gap: 7px;
  }

  .login-link span {
    display: none;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 62px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .brand {
    width: 104px;
    height: 29px;
  }

  .brand-logo {
    width: 104px;
    max-width: 104px;
    max-height: 29px;
  }

  .nav-tools {
    gap: 3px;
  }

  .search,
  .mobile-menu-toggle {
    width: 39px;
    height: 39px;
  }

  .search {
    padding: 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
  }

  .search input {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
  }
}

/* ---------- VERY SMALL PHONE: <=375px ---------- */
@media (max-width: 375px) {
  .header-shell {
    padding-inline: 13px;
  }

  .utility-bar,
  .utility-bar .header-shell {
    height: 45px;
  }

  .audience-nav {
    gap: 12px;
  }

  .audience-nav a {
    font-size: 10.5px;
  }

  .audience-nav a:nth-child(3) {
    display: none;
  }

  .utility-actions {
    gap: 6px;
  }

  .login-link span {
    display: none;
  }

  .language {
    font-size: 9.5px;
  }

  .main-nav,
  .main-nav .header-shell {
    height: 60px;
  }

  .primary-nav,
  .support-menu {
    display: none !important;
  }

  .brand {
    width: 98px;
    height: 28px;
  }

  .brand-logo {
    width: 98px;
    max-width: 98px;
    max-height: 28px;
  }

  .nav-tools {
    gap: 2px;
  }

  .search,
  .mobile-menu-toggle {
    width: 37px;
    height: 37px;
  }

  .search {
    padding: 0;
    justify-content: center;
    border-color: transparent;
    background: transparent;
  }

  .search input {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
  }
}

/* ---------- GLOBAL RESPONSIVE SAFETY ---------- */
@media (max-width: 1170px) {
  .header-shell,
  .utility-bar .header-shell,
  .main-nav .header-shell {
    min-width: 0;
  }

  .audience-nav,
  .utility-actions,
  .nav-tools,
  .language-switcher {
    min-width: 0;
  }

  .audience-nav a,
  .login-link,
  .language,
  .nav-link {
    white-space: nowrap;
  }

  .brand,
  .brand-logo,
  .search,
  .mobile-menu-toggle {
    flex-shrink: 0;
  }
}


/* =========================================================
   INDIBEMS HEADER V15 — COMPACT DESKTOP PRECISION
   Target: 1171–1350px
   Purpose: make 1254px behave visually like the reference
   desktop header while preserving >=1351px exactly.
   ========================================================= */
@media (min-width: 1171px) and (max-width: 1350px) {
  .header-shell {
    width: 87%;
    max-width: 1160px;
    padding-inline: 0;
  }

  /* Reference topbar is compact, approximately 40px. */
  .utility-bar,
  .utility-bar .header-shell {
    height: 40px;
  }

  .audience-nav {
    gap: 42px;
  }

  .audience-nav a {
    font-size: 14px;
    font-weight: 500;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 58px;
    height: 3px;
  }

  .utility-actions {
    gap: 24px;
  }

  .login-link {
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
  }

  .language-switcher {
    gap: 18px;
  }

  .language {
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
  }

  .language + .language {
    padding-left: 22px;
  }

  .flag {
    width: 17px;
    height: 17px;
  }

  /* Main navigation mirrors the reference's ~68px band. */
  .main-nav,
  .main-nav .header-shell {
    height: 68px;
  }

  .main-nav {
    border-bottom-color: rgba(255,255,255,.08);
  }

  .brand {
    width: 122px;
    height: 36px;
    flex-basis: 122px;
    margin-right: 28px;
  }

  .brand-logo {
    width: 122px;
    max-width: 122px;
    max-height: 36px;
  }

  .primary-nav {
    display: flex !important;
    align-items: center;
    align-self: stretch;
    gap: 27px;
    min-width: 0;
    flex: 0 1 auto;
  }

  .primary-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
    white-space: nowrap;
  }

  .primary-nav .nav-link svg {
    width: 13px;
    height: 13px;
  }

  .nav-tools {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .search {
    width: 225px;
    height: 44px;
    padding: 0 14px 0 16px;
    border-radius: 24px;
  }

  .search svg {
    width: 23px;
    height: 23px;
  }

  .search input {
    margin-left: 13px;
    font-size: 13px;
  }

  .support-menu {
    display: inline-flex !important;
    width: 86px;
    height: 44px;
    gap: 9px;
    border-radius: 24px;
  }

  .support-menu svg {
    width: 19px;
    height: 19px;
  }

  .support-menu .chevron {
    width: 10px;
    height: 10px;
  }

  .mobile-menu-toggle {
    display: none !important;
  }
}

/* 1271–1350px: give the desktop-like header a little more breathing room. */
@media (min-width: 1271px) and (max-width: 1350px) {
  .header-shell {
    width: 87%;
    max-width: 1160px;
  }

  .brand {
    margin-right: 31px;
  }

  .primary-nav {
    gap: 29px;
  }

  .nav-tools {
    gap: 13px;
  }

  .search {
    width: 230px;
  }
}

/* 1171–1270px: preserve the same hierarchy without squeezing labels. */
@media (min-width: 1171px) and (max-width: 1270px) {
  .header-shell {
    width: 87%;
    max-width: 1140px;
  }

  .brand {
    width: 116px;
    flex-basis: 116px;
    margin-right: 24px;
  }

  .brand-logo {
    width: 116px;
    max-width: 116px;
  }

  .primary-nav {
    gap: 22px;
  }

  .primary-nav .nav-link {
    font-size: 13px;
  }

  .nav-tools {
    gap: 9px;
  }

  .search {
    width: 210px;
  }

  .support-menu {
    width: 82px;
  }
}

/* =========================================================
   INDIBEMS HEADER V16 — 1254px PRECISION PASS
   Target: 1171–1270px only.
   >=1271px and >=1351px are intentionally untouched.
   ========================================================= */
@media (min-width: 1171px) and (max-width: 1270px) {
  /* Keep the right-side tools anchored exactly where they are. */
  .nav-tools {
    gap: 9px;
  }

  /* Pull the brand/navigation start toward the reference alignment
     without moving the search + support group. */
  .brand {
    margin-right: -15px;
    transform: translateX(-25px);
  }

  /* The reference has tighter spacing around the first two items,
     then noticeably more breathing room before the promotional item. */
  .primary-nav {
    gap: 22px;
  }

  .primary-nav .nav-link:nth-child(2) {
    margin-right: 33px;
  }

  .primary-nav .nav-link:nth-child(3) {
    margin-right: 10px;
  }

  .primary-nav .nav-link:nth-child(4) {
    margin-right: -4px;
  }
}

/* =========================================================
   INDIBEMS HEADER V17 — 1254px ALIGNMENT CORRECTION
   Target: 1171–1270px only.
   Keep >=1271px unchanged.
   ========================================================= */
@media (min-width: 1171px) and (max-width: 1270px) {
  /* Reference uses a wider content rail at this viewport. */
  .header-shell {
    width: 88%;
    max-width: 1160px;
    padding-inline: 0;
  }

  /* Topbar: same compact rhythm as the reference. */
  .utility-bar,
  .utility-bar .header-shell {
    height: 40px;
  }

  .audience-nav {
    gap: 42px;
  }

  /* Main row: restore the reference's left alignment. */
  .main-nav,
  .main-nav .header-shell {
    height: 68px;
  }

  .brand {
    width: 116px;
    flex-basis: 116px;
    /* Keep the logo position, but start the primary navigation earlier. */
    margin-right: -39px;
    transform: translateX(-25px);
  }

  .brand-logo {
    width: 116px;
    max-width: 116px;
    max-height: 36px;
  }

  /* Navigation starts earlier, while the right tools retain their anchor. */
  .primary-nav {
    gap: 22px;
    min-width: 0;
  }

  .primary-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
  }

  /* Fine-tune the progressively wider gaps visible in the reference. */
  .primary-nav .nav-link:nth-child(1) { margin-right: 0; }
  .primary-nav .nav-link:nth-child(2) { margin-right: 24px; }
  .primary-nav .nav-link:nth-child(3) { margin-right: 8px; }
  .primary-nav .nav-link:nth-child(4) { margin-right: -1px; }

  .nav-tools {
    gap: 9px;
    transform: translateX(-2px);
  }

  .search {
    width: 225px;
    height: 42px;
  }

  .support-menu {
    width: 72px;
    height: 42px;
  }
}


/* =========================================================
   INDIBEMS HEADER V19 — 1254px NAV BALANCE
   1171–1270px only. Desktop >=1271px remains untouched.
   ========================================================= */

/* =========================================================
   INDIBEMS V19 — REFERENCE FIX 01
   ONLY: scroll logo + search/support sizing + glass search.
   Hero/content and responsive structure are untouched.
   ========================================================= */

/* Use the real red SVG when the fixed/scrolled header is active. */
.site-header.is-scrolled .brand-logo-white {
  display: none !important;
}
.site-header.is-scrolled .brand-logo-red {
  display: block !important;
}

/* Keep the scrolled header fixed while preserving the compact reference look. */
.site-header.is-scrolled {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

/* Desktop: shorter, less-wide controls like the reference. */
@media (min-width: 1351px) {
  .search {
    width: 250px !important;
    height: 42px !important;
    border-radius: 22px !important;
    background: rgba(24, 24, 28, .32) !important;
    -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
  }

  .search:focus-within {
    background: rgba(255,255,255,.10) !important;
  }

  .support-menu {
    width: 76px !important;
    height: 42px !important;
    border-radius: 22px !important;
    gap: 7px !important;
  }

  .support-menu svg {
    width: 18px !important;
    height: 18px !important;
  }

  .support-menu .chevron {
    width: 9px !important;
    height: 9px !important;
  }

  /* The reference keeps the search glass effect even after scrolling. */
  .site-header.is-scrolled .search {
    border-color: rgba(255,255,255,.32) !important;
    background: rgba(255,255,255,.10) !important;
    -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
  }
}

/* Compact desktop: this is the critical 1171–1350px band. */
@media (min-width: 1171px) and (max-width: 1350px) {
  .search {
    width: 205px !important;
    height: 40px !important;
    border-radius: 21px !important;
    background: rgba(24,24,28,.32) !important;
    -webkit-backdrop-filter: blur(17px) saturate(135%) !important;
    backdrop-filter: blur(17px) saturate(135%) !important;
  }

  .search:focus-within {
    background: rgba(255,255,255,.10) !important;
  }

  .support-menu {
    width: 74px !important;
    height: 40px !important;
    border-radius: 21px !important;
    gap: 6px !important;
  }

  .support-menu svg {
    width: 17px !important;
    height: 17px !important;
  }

  .support-menu .chevron {
    width: 8px !important;
    height: 8px !important;
  }

  .site-header.is-scrolled .search {
    border-color: rgba(255,255,255,.30) !important;
    background: rgba(255,255,255,.10) !important;
    -webkit-backdrop-filter: blur(17px) saturate(135%) !important;
    backdrop-filter: blur(17px) saturate(135%) !important;
  }
}

/* Do not let the desktop fix alter the mobile icon controls. */
@media (max-width: 1170px) {
  .site-header.is-scrolled .brand-logo-white {
    display: none !important;
  }
  .site-header.is-scrolled .brand-logo-red {
    display: block !important;
  }
}


/* =========================================================
   INDIBEMS HEADER V35 — 1351px REFERENCE ALIGNMENT
   Target: desktop viewport >= 1351px.
   Scope: HEADER ONLY.
   The responsive hero/content system from V34 remains intact.

   Compared with the supplied 1351px reference:
   - Keep the same centered content rail.
   - Keep utility/main-nav hierarchy and transparent overlay.
   - Tighten search width to the reference proportion.
   - Keep the support control compact.
   - Preserve the existing glass/blur search treatment.
   - Preserve the white/red scroll-logo swap.
   ========================================================= */

@media (min-width: 1351px) {
  /* The reference header uses the same 84% centered rail. */
  .header-shell {
    width: 84% !important;
    max-width: var(--header-max) !important;
    padding-inline: 0 !important;
  }

  /* Utility row: keep the compact reference rhythm. */
  .utility-bar {
    height: 44px !important;
  }

  .utility-bar .header-shell {
    height: 44px !important;
    align-items: center !important;
  }

  .audience-nav {
    height: 44px !important;
    gap: 42px !important;
  }

  .audience-nav a {
    height: 44px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .audience-nav a[aria-current="page"]::before {
    width: 58px !important;
    height: 3px !important;
  }

  .utility-actions {
    height: 44px !important;
    gap: 24px !important;
  }

  .login-link {
    height: 44px !important;
    gap: 9px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .language-switcher {
    height: 44px !important;
    gap: 18px !important;
  }

  .language {
    height: 44px !important;
    gap: 7px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .language + .language {
    padding-left: 22px !important;
  }

  .flag {
    width: 18px !important;
    height: 18px !important;
  }

  /* Main navigation: same visual band, with compact controls. */
  .main-nav,
  .main-nav .header-shell {
    height: 70px !important;
  }

  .brand {
    width: 118px !important;
    height: 34px !important;
    margin-right: 38px !important;
  }

  .brand-logo {
    width: 118px !important;
    max-width: 118px !important;
    max-height: 34px !important;
  }

  .primary-nav {
    gap: 33px !important;
  }

  .nav-link {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: -0.1px !important;
    gap: 5px !important;
  }

  .nav-link svg {
    width: 11px !important;
    height: 11px !important;
  }

  .nav-tools {
    gap: 12px !important;
    margin-left: auto !important;
  }

  /* Reference search is slightly narrower than V34. */
  .search {
    width: 246px !important;
    height: 42px !important;
    padding-left: 14px !important;
    padding-right: 12px !important;
    border-radius: 22px !important;
    background: rgba(24, 24, 28, .32) !important;
    -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
  }

  .search svg {
    width: 21px !important;
    height: 21px !important;
  }

  .search input {
    margin-left: 12px !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
  }

  /* Reference support control is compact rather than wide. */
  .support-menu {
    width: 76px !important;
    height: 42px !important;
    gap: 7px !important;
    border-radius: 22px !important;
  }

  .support-menu svg {
    width: 18px !important;
    height: 18px !important;
  }

  .support-menu .chevron {
    width: 9px !important;
    height: 9px !important;
  }

  /* Keep the same appearance after scrolling. */
  .site-header.is-scrolled .search {
    border-color: rgba(255,255,255,.30) !important;
    background: rgba(255,255,255,.10) !important;
    -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
  }
}

/* =========================================================
   V37 — SCROLLED SEARCH PILL REFERENCE FIX
   Only applies while the sticky/scrolled header is active.
   ========================================================= */
.site-header.is-scrolled .nav-tools .search {
  box-sizing: border-box;
  width: 262px;
  height: 44px;
  padding: 0 14px 0 16px;
  border: 1px solid #d7dce2;
  border-radius: 28px;
  background: rgba(242,243,245,.96);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
  box-shadow: none;
  opacity: 1;
}

.site-header.is-scrolled .nav-tools .search svg {
  width: 23px;
  height: 23px;
  color: #001d3e;
  opacity: 1;
}

.site-header.is-scrolled .nav-tools .search input {
  color: #001d3e;
  background: transparent;
}

.site-header.is-scrolled .nav-tools .search input::placeholder {
  color: #001d3e;
  opacity: 1;
}

.site-header.is-scrolled .nav-tools .search:hover {
  border-color: #c7cdd5;
  background: rgba(238,240,243,.98);
}

.site-header.is-scrolled .nav-tools .search:focus-within {
  border-color: #b9c0c9;
  background: #fff;
}


/* V42 — FINAL SCROLLED SEARCH BORDER LOCK */
/* Only the sticky/scrolled desktop search is changed here.
   Normal/hero search and all other header elements remain untouched. */
.site-header.is-scrolled .nav-tools .search {
  box-sizing: border-box !important;
  width: 258px !important;
  height: 44px !important;
  padding: 0 14px 0 16px !important;
  border: 1px solid #d7dce2 !important;
  border-radius: 22px !important;
  background: #f2f3f5 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.site-header.is-scrolled .nav-tools .search svg {
  color: #001d3e !important;
  opacity: 1 !important;
}

.site-header.is-scrolled .nav-tools .search input {
  color: #001d3e !important;
  background: transparent !important;
}

.site-header.is-scrolled .nav-tools .search input::placeholder {
  color: #001d3e !important;
  opacity: 1 !important;
}

.site-header.is-scrolled .nav-tools .search:hover {
  border-color: #c7cdd5 !important;
  background: #eef0f3 !important;
}

.site-header.is-scrolled .nav-tools .search:focus-within {
  border-color: #b9c0c9 !important;
  background: #fff !important;
}

@media (max-width: 1170px) {
  .site-header.is-scrolled .nav-tools .search {
    width: 46px !important;
  }
}


/* V43 — SCROLLED SEARCH DIMENSIONS MATCH NORMAL DESKTOP */
/* IMPORTANT:
   At the main desktop breakpoint, the normal Search uses the same
   compact 246 x 42 px geometry. Only the scrolled state is aligned
   to that geometry here. No other header element is changed. */
@media (min-width: 1351px) {
  .site-header.is-scrolled .nav-tools .search {
    box-sizing: border-box !important;
    width: 246px !important;
    height: 42px !important;
    min-width: 246px !important;
    max-width: 246px !important;
    border-radius: 22px !important;
  }
}


/* =========================================================
   INDIBEMS HEADER V47 — REFERENCE BACKGROUND PRECISION
   Background treatment only.
   Top bar = solid black.
   Main nav = transparent over hero with black gradient fading downward.
   Scrolled header remains unchanged.
   ========================================================= */

.site-header:not(.is-scrolled) .utility-bar {
  background: #000 !important;
  border-bottom-color: rgba(255,255,255,.14) !important;
}

.site-header:not(.is-scrolled) .main-nav {
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.94) 0%,
    rgba(0,0,0,.78) 38%,
    rgba(0,0,0,.42) 72%,
    rgba(0,0,0,0) 100%
  ) !important;
  border-bottom-color: rgba(255,255,255,.08) !important;
}

/* Keep the header itself transparent so the hero remains continuous
   beneath the navigation gradient. */
.site-header:not(.is-scrolled) {
  background: transparent !important;
}

/* The two background layers must stay visually continuous at every
   desktop/tablet/mobile breakpoint. */
@media (max-width: 1170px) {
  .site-header:not(.is-scrolled) .utility-bar {
    background: #000 !important;
  }

  .site-header:not(.is-scrolled) .main-nav {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.94) 0%,
      rgba(0,0,0,.76) 42%,
      rgba(0,0,0,.38) 76%,
      rgba(0,0,0,0) 100%
    ) !important;
  }
}
