/* Truetone gt family CSS */

    :root {
      --orange: #63C0E7;
      --blue:   #63C0E7;
      --blue-dk:#3AABD8;
      --dark:   #111111;
      --dark2:  #1a1a1a;
      --dark3:  #2a2a2a;
      --mid:    #444;
      --muted:  #888;
      --light:  #f5f5f5;
      --white:  #ffffff;
    }
    .announce-bar { background: var(--dark); color: var(--orange); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 9px 16px; }
    nav { background: var(--dark); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 68px; position: sticky; top: 0; z-index: 500; border-bottom: 1px solid #222; }
    .dropdown-img-placeholder { width: 100%; height: 190px; background: #252525; border: 1px solid #2a2a2a; border-radius: 3px; }
    .dropdown-img-card span { display: block; color: #ccc; font-size: 9px; font-weight: 700; text-align: center;; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 10px; }
    .nav-cart-btn.nav-cart-btn-mobile { display: none; }
    .nav-hamburger { flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
    .nav-hamburger span { display: block; width: 24px; height: 2px; background: #ccc; transition: all 0.3s; }
    .hero { position: relative; min-height: 80vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--dark); overflow: hidden; }
    .hero-content { padding: 80px 64px 80px 80px; z-index: 2; }
    .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: var(--dark); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 12px; margin-bottom: 24px; }
    .hero h1 { font-size: clamp(38px, 5vw, 68px); font-weight: 900; text-transform: uppercase; color: var(--white); line-height: 1; letter-spacing: -0.02em; margin-bottom: 8px; }
    .hero h1 span { color: var(--orange); }
    .hero-subtitle { font-size: clamp(13px, 1.5vw, 18px); font-weight: 700; color: #666; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 28px; }
    .hero p { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.75; max-width: 460px; margin-bottom: 32px; }
    .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
    .btn-outline { display: inline-block; background: transparent; color: var(--white); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 32px; border: 2px solid rgba(255,255,255,0.4); cursor: pointer; transition: border-color 0.2s, color 0.2s; }
    .btn-outline:hover { border-color: var(--orange); color: var(--orange); }
    .hero-image { position: relative; display: flex; align-items: center; justify-content: center; padding: 60px 60px 60px 0; }
    .hero-image img { max-width: 100%; max-height: 520px; object-fit: contain; position: relative; z-index: 2; }
    .hero-image::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(99,192,231,0.06) 0%, transparent 70%); z-index: 1; }
    .section-label { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-dk); margin-bottom: 12px; }
    .section-title { font-size: clamp(24px, 2.8vw, 38px); font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1.05; }
    .specs { background: var(--light); padding: 80px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
    .specs-left .section-title { margin-bottom: 20px; }
    .specs-left p { font-size: 14px; color: #555; line-height: 1.75; margin-bottom: 12px; }
    .specs-table { width: 100%; border-collapse: collapse; }
    .specs-table tr { border-bottom: 1px solid #ddd; }
    .specs-table tr:last-child { border-bottom: none; }
    .specs-table td { padding: 14px 0; font-size: 14px; vertical-align: top; }
    .specs-table td:first-child { font-weight: 700; color: var(--dark); width: 38%; padding-right: 20px; }
    .specs-table td:last-child { font-weight: 400; color: #555; line-height: 1.6; }
    .video-section { background: var(--dark); padding: 80px; }
    .video-inner { max-width: 900px; }
    .video-section .section-label { color: var(--orange); }
    .video-section .section-title { color: var(--white); margin-bottom: 28px; }
    .video-embed { position: relative; width: 100%; aspect-ratio: 16/9; background: #0a0a0a; border: 1px solid #2a2a2a; overflow: hidden; }
    .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
    .video-placeholder { position: relative; width: 100%; aspect-ratio: 16/9; background: #0d0d0d; border: 1px solid #2a2a2a; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
    .video-placeholder-icon { width: 64px; height: 64px; border-radius: 50%; border: 2px solid #333; display: flex; align-items: center; justify-content: center; }
    .video-placeholder-icon svg { width: 24px; height: 24px; fill: #444; margin-left: 4px; }
    .video-placeholder p { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #444; }
    footer { background: #0a0a0a; padding: 64px 80px 32px; }
    .footer-brand { max-width: 280px; }
    .footer-logo { text-align: left; margin-bottom: 16px; }
    .footer-logo img { height: 44px; width: auto; display: inline-block; opacity: 0.8; filter: brightness(0) invert(1); }
    .footer-address { margin-top: 16px; font-style: normal; font-size: 12px; color: #888; line-height: 1.8; }
    .footer-address a { color: #888; text-decoration: none; transition: color 0.2s; }
    .footer-col h4 { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--orange); margin-bottom: 18px; }
    .footer-bottom p { font-size: 11px; color: #f5f5f5; }
    .social-links { display: flex; gap: 12px; }
    .social-links a { width: 32px; height: 32px; border: 1px solid #2a2a2a; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #f5f5f5; text-decoration: none; font-size: 11px; font-weight: 700; transition: border-color 0.2s, color 0.2s; }
  
    /* ─── FOOTER EMAIL SIGNUP ─── */
    .footer-signup {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      padding: 36px 0 40px;
      border-top: 1px solid #1a1a1a;
      margin-bottom: 40px;
    }
      /* ── Compression zone: tighter nav before hamburger ── */
      nav { padding: 0 24px; }
      .nav-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.55);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        z-index: 398;
      }
          /* ── Mobile drawer ── */
      /* ── Right-side fly-out drawer ── */
      .nav-links {
        position: fixed;
        top: 0; right: 0;
        width: min(300px, 82vw);
        height: 100dvh;
        flex-direction: column;
        justify-content: flex-start;
        background: #141414;
        padding: 0 0 32px;
        gap: 0;
        z-index: 400;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-anchor: none;
        transform: translateX(100%);
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
        box-shadow: -8px 0 40px rgba(0,0,0,0.6);
        border-left: 1px solid #222;
        display: flex;
        visibility: hidden;
        pointer-events: none;
      }
      nav.mobile-open .nav-links {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
      }

      /* List items */
      .nav-links > li {
        height: auto;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        flex-shrink: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }
      .nav-links > li:last-child { border-bottom: none; }
      .nav-links > li > a {
        padding: 16px 28px;
        font-size: 13px;
        letter-spacing: 0.05em;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      /* ── Dropdown: hidden by default on mobile, shown via JS ── */
      .dropdown {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border-top: none !important;
        transition: none !important;
        display: none !important;
        flex-direction: column !important;
        width: 100% !important;
        background: rgba(0,0,0,0.3);
        border-left: 3px solid var(--blue);
        padding: 6px 0 12px 20px;
        gap: 0;
        overflow: visible;
        min-width: 0 !important;
      }
      .nav-links > li.dropdown-open > .dropdown {
        display: flex !important;
      }

      /* Dropdown internals */
      .dropdown-group { min-width: 0; width: 100%; flex: none; }
      .dropdown-ghost { display: none; }
      .dropdown-images { display: none; }
      .dropdown-label {
        display: block;
        margin-top: 12px; margin-bottom: 4px;
        font-size: 9px; letter-spacing: 0.14em;
        color: var(--blue);
      }
      .dropdown a {
        display: block;
        padding: 8px 0;
        font-size: 13px;
        color: #777;
        white-space: nowrap;
        line-height: 1.4;
        text-decoration: none;
      }
      .dropdown a:hover { color: #fff; }

      /* Chevron rotates when open */
      .nav-links > li.dropdown-open > a .chevron {
        transform: rotate(180deg);
        opacity: 1;
      }
    .geo-notice {
      /* Always in DOM, shown/hidden via opacity + visibility */
      position: absolute;
      bottom: calc(100% + 8px);
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      background: #111;
      color: #e0e0e0;
      font-size: 11px;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      letter-spacing: 0.02em;
      padding: 6px 10px;
      border-radius: 4px;
      pointer-events: auto;   /* hoverable — keeps tooltip alive */
      z-index: 500;
      opacity: 0;
      visibility: hidden;
      /* Fade OUT: 0.3s fade after 0.5s delay when cursor leaves */
      transition: opacity 0.3s ease 0.5s, visibility 0s linear 0.8s;
    }
    .nav-search-btn-mobile {
      background: none;
      border: none;
      cursor: pointer;
      color: #ccc;
      padding: 4px;
      align-items: center;
      justify-content: center;
    }
    .nav-search-mobile-drop {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: var(--dark);
      border-bottom: 1px solid #333;
      padding: 12px 20px;
      z-index: 499;
      box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    }