:root{
      --bg:#fdfeff;
      --bg2:#cbcdcf;
      --card: rgba(146, 143, 143, 0.582);
      --card2: rgba(146, 143, 143, 0.521);
      --line: rgba(255,255,255,.12);
      --dot: rgba(230,57,70,.15);
      --hero: rgba(80,140,255,.10);
      --heroMedia: rgba(0,0,0,.65); 
      --heroMedia2: rgba(0,0,0,.20);
      --heroMedia3: rgba(0,0,0,.55);
      --border: rgba(230,57,70,.35);
      --backgroundoptions: rgba(255,255,255,.06);
      --backgroundoptionsborder: rgba(255,255,255,.12);
      --bullet: rgba(255,255,255,.84);
      --green: #7CFFB4;
      --text: #19191a;
     /* --text:#b7bcc7; */
      --red:#e63946; /* KM red */
      --shadow: 0 18px 60px rgba(0,0,0,.55);
      --radius: 1.125rem;
      --max: 68.75rem;
    }
 
    .container{ max-width:var(--max); margin: auto;  }

    /* Top nav */
    header{
      position: sticky;
      top:0;
      right:0;
      z-index:999;
      backdrop-filter: blur(10px);
      background: var(--bg2);
      border-bottom: 1px solid var(--line);
    }
    .nav{
      display:flex; align-items:center; justify-content:space-between;
      padding:14px 0;
      gap:14px;
    }
    .brand{
      display:flex; align-items:center; gap:10px;
      font-weight:900;
      letter-spacing:.4px;
    }
    .brand .dot{ width:10px; height:10px; border-radius:999px; background:var(--red); box-shadow:0 0 0 6px var(--dot); }
    .brand span b{ color:var(--red); }
 .navlinks{
      display:flex; align-items:center; gap:14px;
    }
    .navlinks a{
      color:var(--text);
      font-weight:500;
      font-size:10px;
      padding:6px 6px;
      border-radius:12px;
    }
    .navlinks a:hover{ background: var(--bg2); color:var(--text); }
.btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      border-radius:999px;
      font-weight:500;
      font-size:10px;
      padding:6px 6px;
      border: 1px solid transparent;
      cursor:pointer;
      transition: transform .12s ease, background .12s ease, border-color .12s ease;
      white-space:nowrap;
    }
    .btn:active{ transform: translateY(1px); }
    .btn:disabled{ opacity:.6; cursor:not-allowed; }
    .btn.primary{ background: var(--red); color:var(--text); box-shadow:0 0 0 4px var(--dot); }
    .btn.primary:hover{ background: var(--dot); filter: brightness(.95); }
    .btn.ghost{ background: var(--card); border-color: var(--line); color: var(--text); box-shadow:0 0 0 4px var(--backgroundoptionsborder); }
    .btn.ghost:hover{ background: var(--bg2); }
      .menuBtn{ display:none; }
      .muted{ opacity:.75; font-size:12px; margin-top:8px; }
    @media (max-width: 860px){
      .navlinks{ display:none; }
      .menuBtn{ display:inline-flex; }
    }

    /* Hero */
    .hero-section{
    background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;   /* ensures full-bleed cover */
  height: 100vh;            /*  keeps full screen */
  position: relative;
}

/* Make the Find Us CTA smaller on phones */
.hero-section .buttons .btn{
  /* scales down smoothly with viewport width */
  font-size: clamp(12px, 2.8vw, 16px);
  padding: clamp(6px, 1.8vw, 12px) clamp(10px, 3.6vw, 20px);
  max-width: 92vw;          /* stops it from becoming a huge pill */
  white-space: normal;       /* let the long label wrap on tiny screens */
  text-align: center;
}

/* Optional: make it even slimmer on very tiny devices */
@media (max-width: 360px){
  .hero-section .buttons .btn{
    border-radius: 18px;
  }
}
      .hero-content {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
      }
      .hero-content h1 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      text-align: center;
    }

     .hero-content p {
      max-width: 600px;
      margin: auto;
      margin-bottom: 30px;
    }
    .hero{
  padding:70px 0 50px;
  text-align:center;
}
.hero h1{
  font-size:36px;
  font-weight:900;
}
.hero p{
  margin-top:14px;
  color:var(--text);
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.6;
}

    .heron{
      position:relative;
      min-height: 86vh;
      display:flex;
      align-items:center;
      overflow:hidden;
      background: radial-gradient(1200px 700px at 10% 10%, var(--dot), transparent 60%),
                  radial-gradient(900px 600px at 80% 10%, var(--hero), transparent 55%),
                  linear-gradient(180deg, var(--bg), var(--bg2));
    }
    .heroMedia{
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, var(--heroMedia), var(--heroMedia2), var(--heroMedia3)),
        url("./kmultimedia-red.png") center/cover no-repeat; /* swap to your best billboard photo */
      opacity:.55;
      filter:saturate(1.05) contrast(1.05);
      transform: scale(1.02);
    }
    .heroGrid{
      position:relative;
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:22px;
      padding: 54px 0;
      align-items:center;
    }
     @media (max-width: 980px){
      .heroGrid{ grid-template-columns: 1fr; padding: 40px 0; }
    }
    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      color: var(--text);
      font-weight:800;
      background: var(--backgroundoptions);
      border: 1px solid var(--backgroundoptionsborder);
      padding:8px 12px;
      border-radius:999px;
      width: fit-content;
    }
    .kicker .pill{
      font-size:12px;
      color:#fff;
      background: var(--red);
      border: 1px solid var(--border);
      padding:5px 10px;
      border-radius:999px;
      font-weight:900;
    }
     h1{
      margin:14px 0 10px;
      font-size: clamp(34px, 4.4vw, 62px);
      line-height: 1.02;
      letter-spacing: -1px;
    }
    h1 .accent{ color: var(--red); }
    .lead{
      margin: 0 0 18px;
      color: var(--text);
      font-size: 16px;
      line-height: 1.55;
      max-width: 62ch;
    }
    .ctaRow{
      display:flex; gap:12px; flex-wrap:wrap; align-items:center;
      margin-top: 18px;
    }
    .micro{
      color: var(--text);
      font-size: 12px;
      margin-top: 10px;
    }
     /* Glass card (Blip-like) */
    .glass{
      background: var(--card);
      border: 1px solid var(--backgroundoptionsborder);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 18px;
      backdrop-filter: blur(12px);
    }
    .glass h3{
      margin: 4px 0 6px;
      font-size: 20px;
      letter-spacing: -.2px;
    }
    .glass .price{
      color: var(--text);
      font-weight: 900;
      font-size: 28px;
      margin: 0 0 12px;
    }
    .glass .sub{
      margin: 0 0 14px;
      color: var(--text);
      font-size: 13px;
      line-height: 1.45;
    }
    .bullets{ margin: 0; padding: 0; list-style:none; display:grid; gap:10px; }
    .bullets li{
      display:flex; gap:10px; align-items:flex-start;
      color: var(--bullet);
      font-weight: 700;
      font-size: 14px;
    }
    .ico{
      width:18px; height:18px; flex: 0 0 18px;
      margin-top: 2px;
      color: var(--green);
      filter: drop-shadow(0 6px 14px var(--heroMedia2));
    }
