@media (max-width:700px){
  .site-header{
    padding:0 14px !important;
    gap:10px;
  }

  .nav-cta{
    display:none !important;
  }

  .menu-toggle{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    width:46px !important;
    height:46px !important;
    padding:0 !important;
    border:1px solid rgba(0,166,80,.9) !important;
    background:rgba(5,5,5,.9) !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:5px !important;
    cursor:pointer;
    position:absolute !important;
    top:22px !important;
    right:14px !important;
    z-index:1202 !important;
  }

  .menu-toggle span{
    display:block !important;
    width:21px !important;
    height:2px !important;
    background:var(--green) !important;
    transition:transform .22s ease,opacity .22s ease;
  }

  .menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle.active span:nth-child(2){opacity:0}
  .menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .main-nav{
    display:flex !important;
    position:fixed !important;
    inset:0 !important;
    padding:120px 28px 40px !important;
    background:rgba(5,5,5,.985) !important;
    backdrop-filter:blur(18px);
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:0 !important;
    transform:translateX(100%);
    transition:transform .28s ease;
    z-index:1200 !important;
  }

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

  .main-nav a{
    width:100%;
    padding:18px 0;
    border-bottom:1px solid var(--line);
    font-size:18px;
    letter-spacing:.08em;
    color:#fff;
  }

  body.menu-open{overflow:hidden}

  .hero{
    height:auto !important;
    min-height:100svh !important;
    padding:430px 20px 32px !important;
    align-items:initial !important;
    display:block !important;
    overflow:hidden;
  }

  .hero-photo{
    background-position:46% top !important;
    transform:scale(1.01);
  }

  .hero-shade{
    background:
      linear-gradient(180deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.06) 32%,rgba(0,0,0,.72) 62%,rgba(0,0,0,.98) 100%),
      linear-gradient(90deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.16) 64%,rgba(0,0,0,.08) 100%) !important;
  }

  .hero-copy{
    width:100%;
    max-width:none;
    position:relative;
  }

  .eyebrow{
    font-size:9px !important;
    line-height:1.35;
    letter-spacing:.14em !important;
    white-space:normal;
    margin-bottom:12px;
  }

  .hero h1{
    font-size:clamp(46px,14vw,58px) !important;
    line-height:.84 !important;
    letter-spacing:-.055em !important;
    margin:0 0 20px !important;
    max-width:100%;
  }

  .hero-manifesto{
    font-size:clamp(21px,5.7vw,25px) !important;
    line-height:1.04 !important;
    margin:0 0 24px !important;
    max-width:100%;
  }

  .hero-meta{
    gap:10px !important;
    margin-bottom:24px !important;
    font-size:8.5px !important;
    letter-spacing:.05em !important;
    flex-wrap:nowrap !important;
  }

  .hero-meta span{white-space:nowrap}
  .hero-meta span+span{padding-left:10px !important}
  .hero-meta b{font-size:16px !important}

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100%;
  }

  .hero-actions .button{
    width:100%;
    min-height:50px;
    padding:0 16px;
  }

  .dseries{padding:0 !important}

  .dseries-panel{
    min-height:0 !important;
    padding:56px 22px !important;
    display:block !important;
    overflow:hidden;
  }

  .dseries-copy{width:100%;max-width:100%}

  .dseries .section-kicker{
    font-size:9px !important;
    letter-spacing:.16em !important;
    margin-bottom:18px;
  }

  .dseries h2{
    font-size:clamp(34px,10.5vw,44px) !important;
    line-height:.9 !important;
    letter-spacing:-.05em !important;
    margin:0 0 22px !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  .dseries-copy p{
    font-size:15px !important;
    line-height:1.5 !important;
    margin:0 0 26px !important;
    max-width:none !important;
  }

  .dseries .button{
    width:100%;
    min-height:52px;
    padding:0 14px;
  }

  .footer{
    padding:44px 22px 34px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:28px !important;
    text-align:center !important;
  }

  .footer-brand{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:10px !important;
  }

  .footer-logo{
    width:76px !important;
    height:76px !important;
    min-width:76px !important;
    min-height:76px !important;
    max-width:76px !important;
    max-height:76px !important;
    object-fit:contain !important;
    flex:0 0 76px !important;
  }

  .footer-brand strong{
    font-size:15px !important;
    line-height:1.1 !important;
    letter-spacing:.06em !important;
  }

  .footer-links{
    width:100%;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:14px !important;
  }

  .footer-links a{
    font-size:10px !important;
    letter-spacing:.14em !important;
  }

  .footer small{
    width:100%;
    text-align:center !important;
    font-size:9px !important;
    line-height:1.5 !important;
  }
}

@media (max-width:380px){
  .hero{padding:400px 16px 28px !important}
  .hero h1{font-size:44px !important}
  .hero-manifesto{font-size:20px !important}
  .hero-meta{gap:7px !important;font-size:8px !important}
  .hero-meta span+span{padding-left:7px !important}
  .dseries-panel{padding:50px 18px !important}
  .dseries h2{font-size:33px !important}
  .footer-logo{width:68px !important;height:68px !important;min-width:68px !important;min-height:68px !important;max-width:68px !important;max-height:68px !important;flex-basis:68px !important}
}

@media (min-width:701px){
  .menu-toggle{display:none !important}
}

/* World Famous sponsor banner: keep it compact and preserve normal document flow */
.sponsor-banner-section{
  width:100%;
  padding:56px 5vw;
  margin:0;
  background:#050505;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}

.sponsor-banner-link{
  display:block;
  width:min(100%,1380px);
  margin:0 auto;
  line-height:0;
  overflow:hidden;
  border:1px solid #242424;
}

.sponsor-banner-image{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:contain !important;
}

@media (max-width:700px){
  .sponsor-banner-section{
    padding:24px 14px !important;
    min-height:0 !important;
    height:auto !important;
    display:block !important;
    overflow:hidden !important;
  }

  .sponsor-banner-link{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
  }

  .sponsor-banner-image{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    object-fit:contain !important;
  }
}
