
:root{
  --green-950:#031d15;
  --green-900:#052b20;
  --green-800:#083c2c;
  --green-700:#0e4f3a;
  --cream:#f7f4ec;
  --white:#ffffff;
  --gold:#d9a62e;
  --gold-2:#f0c961;
  --ink:#13392d;
  --muted:#5f6f68;
  --line:#e4ddcf;
  --shadow:0 18px 55px rgba(4,42,29,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fbfaf7;color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:17px;line-height:1.65}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.topbar{
  height:82px;background:rgba(3,29,21,.98);color:#fff;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 4vw;position:sticky;top:0;z-index:50;
  border-bottom:1px solid rgba(217,166,46,.22);backdrop-filter:blur(12px)
}
.brand{font-size:20px;font-weight:800;letter-spacing:2px;line-height:1.05}
.brand span{color:var(--gold-2)}
.brand small{display:block;font-size:8px;letter-spacing:2.2px;color:#e9c761;margin-top:5px}
.topbar nav{display:flex;gap:26px;font-size:13px;font-weight:800;text-transform:uppercase}
.topbar nav a.active,.topbar nav a:hover{color:var(--gold-2)}

.hero{
  position:relative;min-height:760px;overflow:hidden;color:#fff;background:var(--green-950);
  display:flex;flex-direction:column;justify-content:space-between
}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.92) contrast(1.02)}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(2,24,17,.94) 0%,rgba(4,37,26,.79) 42%,rgba(4,37,26,.36) 74%,rgba(4,37,26,.55) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22))
}
.hero-inner{
  position:relative;z-index:2;width:min(1420px,92%);margin:0 auto;
  padding:95px 0 165px;display:grid;grid-template-columns:1.08fr .72fr;gap:80px;align-items:center
}
.kicker{font-size:14px;font-weight:800;letter-spacing:2.6px;color:var(--gold-2);margin-bottom:16px}
.dark{color:#9e6b0d}
.hero h1{
  margin:0 0 28px;font-size:clamp(62px,7vw,104px);line-height:.94;
  letter-spacing:-4px;font-weight:800;max-width:860px
}
.hero h1 em{font-style:normal;color:var(--gold-2)}
.hero-copy p{font-size:21px;line-height:1.7;max-width:820px;color:#edf4f0;margin:0}
.row-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.gold,.ghost{
  min-height:52px;padding:0 24px;border-radius:9px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:800;font-size:15px
}
.gold{background:linear-gradient(180deg,var(--gold-2),#c48718);border:1px solid #f3d57f;color:#fff;box-shadow:0 10px 30px rgba(203,143,26,.2)}
.ghost{border:1px solid rgba(239,198,94,.7);color:#fff;background:rgba(4,45,31,.35)}
.hero-message{
  justify-self:end;max-width:520px;padding:34px 36px;border-left:3px solid var(--gold);
  background:linear-gradient(90deg,rgba(3,45,31,.78),rgba(3,45,31,.42));
  border-radius:0 14px 14px 0
}
.hero-message h2{font-size:38px;line-height:1.12;margin:0 0 16px;letter-spacing:-1.2px}
.hero-message p{font-size:17px;line-height:1.7;color:#e4ede8;margin:0}

.hero-metrics{
  position:relative;z-index:3;width:min(1420px,92%);margin:-110px auto 32px;
  display:grid;grid-template-columns:repeat(6,1fr);
  background:linear-gradient(180deg,rgba(8,60,44,.96),rgba(4,42,30,.98));
  border:1px solid rgba(230,184,69,.45);border-radius:18px;overflow:hidden;
  box-shadow:0 24px 65px rgba(0,0,0,.28)
}
.metric{padding:25px 22px;position:relative;min-width:0}
.metric:not(:last-child):after{
  content:"";position:absolute;right:0;top:23%;height:54%;width:1px;background:rgba(235,196,93,.22)
}
.metric-label{display:block;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#d6e4dd;font-weight:800}
.metric strong{
  display:block;font-size:32px;line-height:1.05;color:#fff;margin:7px 0 5px;
  letter-spacing:-1px;text-shadow:0 0 26px rgba(240,201,97,.16)
}
.metric small{font-size:11px;color:#bcd0c6}
.metric-goal{background:linear-gradient(180deg,rgba(217,166,46,.17),rgba(217,166,46,.08))}
.metric-goal strong{color:var(--gold-2)}

.section{max-width:1480px;margin:auto;padding:88px 4vw}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}
.section-heading{margin-bottom:26px}
.section-heading h2,.map-top h2,.community-card h2,.calendar-card h2,.coming h2{
  font-size:clamp(34px,3.8vw,52px);line-height:1.08;letter-spacing:-2px;margin:5px 0 14px
}
.section-heading p{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px;margin:0}

.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.program-grid article{
  background:linear-gradient(145deg,#0a4634,#063728);
  border:1px solid rgba(28,103,76,.75);border-radius:14px;color:white;
  padding:27px 26px;min-height:180px;transition:transform .2s ease,border-color .2s ease
}
.program-grid article:hover{transform:translateY(-2px);border-color:rgba(240,201,97,.55)}
.program-grid h3{font-size:19px;line-height:1.3;color:var(--gold-2);margin:0 0 12px}
.program-grid p{font-size:15px;line-height:1.65;color:#e1ece7;margin:0}

.map-card,.community-card,.calendar-card,.actions-grid article{
  background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)
}
.map-card{padding:28px;position:sticky;top:102px}
.map-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.map-top h2{font-size:36px}
.map-top button,.calendar-heading button{
  min-height:42px;border:1px solid #d5a02b;background:#fff;border-radius:8px;
  padding:0 15px;font-size:12px;font-weight:800;color:#72500c
}
.map-stage{
  height:390px;position:relative;overflow:hidden;border-radius:13px;
  background:#061d18;margin-top:18px;border:1px solid #0e4937
}
.map-stage>img{width:100%;height:100%;object-fit:cover;display:block}
.lights-layer{position:absolute;inset:0}
.light{position:absolute;width:11px;height:11px;border-radius:50%;background:#f8d654;box-shadow:0 0 8px #f8d654,0 0 24px rgba(248,214,84,.95);transform:translate(-50%,-50%)}
.light::after{content:"";position:absolute;inset:-7px;border:1px solid rgba(248,214,84,.55);border-radius:50%}
.map-label{
  position:absolute;right:12px;top:12px;background:rgba(3,57,39,.92);color:#f1c85b;
  padding:8px 11px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.8px
}
.map-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:18px 0 16px}
.map-stats div{text-align:center}
.map-stats strong{display:block;font-size:27px;line-height:1.1}
.map-stats span{font-size:11px;color:#6b7972}
.join-wide{
  width:100%;min-height:52px;border:0;border-radius:9px;background:linear-gradient(180deg,#0a4a36,#07392a);
  color:white;font-size:15px;font-weight:800
}
.map-card small{display:block;text-align:center;color:#6d7a74;font-size:11px;margin-top:10px;line-height:1.5}

.community-calendar{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px}
.community-card,.calendar-card{padding:30px}
.platforms{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}
.platforms article{border:1px solid var(--line);border-radius:14px;padding:24px;text-align:center;background:#fdfcf9}
.platforms img{height:72px;width:100%;max-width:210px;object-fit:contain}
.platforms h3{font-size:21px;margin:13px 0 10px}
.platforms p{font-size:15px;line-height:1.65;color:var(--muted);min-height:120px}
.skool-button,.discord-button{
  display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;border-radius:8px;font-size:13px;font-weight:800
}
.skool-button{border:1px solid #d39a25;color:#875c0d;background:#fff}
.discord-button{background:#5865F2;color:white}

.calendar-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.calendar-nav{
  height:50px;background:linear-gradient(90deg,#073c2b,#0d513b);color:white;
  margin-top:18px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-radius:8px 8px 0 0
}
.calendar-nav strong{font-size:15px}
.calendar-nav button{border:0;background:transparent;color:white;font-size:28px}
.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid #e5dfd3}
.day-name,.day{border-right:1px solid #e5dfd3;border-bottom:1px solid #e5dfd3;padding:8px}
.day-name{text-align:center;font-size:10px;font-weight:800;background:#faf8f4}
.day{min-height:68px;font-size:11px;background:white}
.day.out{color:#bbb;background:#fcfbf8}
.day.today{box-shadow:inset 0 0 0 2px #d5a02b}
.event-pill{display:block;margin-top:5px;padding:4px 5px;background:#f3e8cf;border-radius:4px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#684a12}
.event-list{display:flex;gap:8px;overflow:auto;padding-top:12px}
.event-chip{flex:0 0 auto;border:1px solid #e3dccf;border-radius:20px;padding:7px 11px;font-size:10px}

.actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.actions-grid article{text-align:left;overflow:hidden;padding-bottom:24px}
.actions-grid img{width:100%;height:165px;object-fit:cover}
.actions-grid h3{font-size:23px;line-height:1.2;margin:18px 20px 9px}
.actions-grid p{font-size:15px;line-height:1.6;color:var(--muted);min-height:76px;padding:0 20px}
.actions-grid button{
  margin:0 20px;min-height:44px;padding:0 15px;border:1px solid #d49b25;
  background:white;color:#744f0b;border-radius:7px;font-size:12px;font-weight:800
}

.coming{
  background:linear-gradient(90deg,#073a2b,#0b4935);color:white;padding:68px 6vw;
  display:flex;align-items:center;justify-content:space-between;gap:50px
}
.coming>div{max-width:900px}
.coming p{font-size:17px;line-height:1.7;color:#dce8e2;margin-bottom:0}
.principles{display:grid;grid-template-columns:repeat(4,1fr);background:#03291d;color:white}
.principles div{padding:24px 32px;border-right:1px solid rgba(231,190,73,.34)}
.principles b{display:block;color:#efc65e;font-size:14px;margin-bottom:5px}
.principles span{display:block;font-size:12px;line-height:1.5;color:#dae6e0}

.modal[hidden]{display:none}
.modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}
.backdrop{position:absolute;inset:0;background:rgba(0,25,17,.78)}
.modal-card{
  position:relative;width:min(720px,100%);max-height:90vh;overflow:auto;background:white;
  border-radius:16px;padding:34px;box-shadow:0 35px 100px rgba(0,0,0,.35)
}
.close{position:absolute;right:14px;top:8px;border:0;background:none;font-size:32px}
.modal-card h2{font-size:34px;line-height:1.12;margin:7px 0 18px}
.modal-card label{display:block;font-size:13px;font-weight:800;margin:13px 0}
.modal-card input,.modal-card select,.modal-card textarea{width:100%;padding:13px;border:1px solid #d7d1c6;border-radius:7px;margin-top:6px;font-size:16px}
.check{display:flex!important;gap:9px;align-items:flex-start;font-weight:600!important;line-height:1.5}
.check input{width:auto!important}
.privacy{background:#f5f1e8;padding:13px;border-radius:8px;font-size:12px;line-height:1.55;margin:17px 0}
.submit{border:0}
.status-ok{color:#167044;font-size:13px;margin-top:10px}
.status-error{color:#a52a2a;font-size:13px;margin-top:10px}

footer{background:#011f16;color:white;padding:38px 6vw;display:flex;justify-content:space-between;font-size:13px}
footer span{color:#e3bc4d}

@media(max-width:1200px){
  .topbar nav{display:none}
  .hero-inner{grid-template-columns:1fr;gap:36px;padding-bottom:200px}
  .hero-message{justify-self:start;max-width:700px}
  .hero-metrics{grid-template-columns:repeat(3,1fr);margin-top:-150px}
  .metric:nth-child(3):after{display:none}
  .split,.community-calendar{grid-template-columns:1fr}
  .map-card{position:static}
  .actions-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  body{font-size:16px}
  .topbar{height:70px;padding:0 20px}
  .hero{min-height:auto}
  .hero-inner{width:calc(100% - 36px);padding:68px 0 190px}
  .hero h1{font-size:54px;letter-spacing:-2.5px}
  .hero-copy p{font-size:18px}
  .hero-message{padding:24px 22px}
  .hero-message h2{font-size:30px}
  .hero-metrics{width:calc(100% - 28px);grid-template-columns:repeat(2,1fr);margin-top:-150px}
  .metric:nth-child(odd):after{display:block}.metric:nth-child(even):after{display:none}
  .metric{padding:20px 16px}.metric strong{font-size:28px}
  .section{padding:64px 18px}
  .program-grid,.platforms,.actions-grid,.principles{grid-template-columns:1fr}
  .program-grid article{min-height:auto}
  .map-stage{height:285px}
  .map-stats{grid-template-columns:repeat(2,1fr)}
  .coming{flex-direction:column;align-items:flex-start;padding:55px 22px}
  .modal-card{padding:27px 18px}
  footer{flex-direction:column;gap:8px}
}

/* V5 — approved mockup-style Programs & Community hero */
.hero{
  min-height:900px;
  background:#031d15;
  padding-bottom:0;
}
.hero-photo{
  object-position:center;
  filter:saturate(.95) contrast(1.04) brightness(.82);
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(2,22,15,.92) 0%,rgba(2,31,21,.64) 38%,rgba(2,31,21,.14) 67%,rgba(2,31,21,.28) 100%),
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,16,11,.48) 72%,rgba(0,16,11,.78) 100%);
}
.hero-inner{
  width:min(1540px,92%);
  padding:85px 0 235px;
  grid-template-columns:1fr .72fr;
  align-items:start;
}
.hero-brandline{
  font-size:24px;
  font-weight:800;
  letter-spacing:4px;
  margin-bottom:32px;
  color:#fff;
}
.hero h1{
  font-size:clamp(68px,7.3vw,118px);
  text-transform:uppercase;
  max-width:850px;
  line-height:.9;
  margin-bottom:25px;
}
.hero-rule{
  height:1px;
  width:min(530px,90%);
  background:linear-gradient(90deg,#d7a52f,rgba(215,165,47,.15));
  position:relative;
  margin:18px 0 24px;
}
.hero-rule:after{
  content:"";
  position:absolute;
  left:48%;
  top:-3px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f0cc64;
  box-shadow:0 0 16px #f0cc64;
}
.hero-tagline{
  font-size:18px!important;
  line-height:1.7!important;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:700;
  color:#f4f2ec!important;
}
.hero-right-copy{
  justify-self:end;
  max-width:480px;
  text-align:center;
  padding-top:8px;
}
.hero-right-copy>.kicker{
  font-size:21px;
  letter-spacing:4px;
  color:#d8e7c0;
  margin-bottom:0;
}
.hero-right-copy>p{
  margin:2px 0 310px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:3px;
  color:#e8e2ce;
}
.global-copy{
  display:flex;
  flex-direction:column;
  gap:8px;
  background:rgba(3,38,27,.54);
  border:1px solid rgba(224,177,53,.2);
  padding:20px 24px;
  border-radius:12px;
  backdrop-filter:blur(5px);
}
.global-copy strong{
  font-size:16px;
  letter-spacing:2px;
  color:#d4ea9d;
}
.global-copy span{
  font-size:14px;
  line-height:1.6;
  color:#eef2ed;
}

.hero-metrics{
  width:min(1540px,92%);
  margin:-182px auto 18px;
  grid-template-columns:repeat(6,1fr);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(3,43,31,.93),rgba(2,27,20,.97)),
    radial-gradient(circle at 50% 0%,rgba(55,171,85,.16),transparent 55%);
  border:1px solid rgba(205,172,60,.7);
  box-shadow:0 20px 80px rgba(0,0,0,.36), inset 0 0 34px rgba(71,189,95,.05);
}
.metric{
  padding:27px 20px 23px;
  text-align:left;
  min-height:150px;
}
.metric-orb{
  display:block;
  width:48px;height:48px;border-radius:50%;
  border:2px solid #8ec954;
  box-shadow:inset 0 0 16px rgba(116,214,95,.2),0 0 18px rgba(116,214,95,.14);
  margin-bottom:10px;
  position:relative;
}
.metric-orb:before{
  content:"";
  position:absolute;inset:12px;border-radius:50%;
  background:#9bd85c;
  box-shadow:0 0 12px rgba(155,216,92,.5);
}
.metric-label{
  font-size:11px;
  color:#f2f2ed;
  letter-spacing:.8px;
}
.metric strong{
  font-size:29px;
  margin:4px 0;
}
.metric small{
  font-size:10px;
  letter-spacing:1.4px;
  color:#a8e56c;
}
.metric-goal{
  background:rgba(188,148,31,.08);
}

.hero-paths{
  position:relative;z-index:3;
  width:min(1540px,92%);
  margin:0 auto 30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(210,174,64,.34);
  border-radius:17px;
  overflow:hidden;
  background:rgba(2,27,20,.89);
}
.hero-paths a{
  padding:22px 24px;
  display:flex;
  flex-direction:column;
  min-height:108px;
  border-right:1px solid rgba(211,175,64,.28);
}
.hero-paths a:last-child{border-right:0}
.hero-paths strong{
  color:#c8ee81;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:5px;
}
.hero-paths a:nth-child(2) strong,
.hero-paths a:nth-child(4) strong{color:#e9b744}
.hero-paths span{
  font-size:12px;
  color:#eef1ec;
  line-height:1.5;
}

@media(max-width:1200px){
  .hero-inner{grid-template-columns:1fr;padding-bottom:265px}
  .hero-right-copy{justify-self:start;text-align:left;max-width:620px}
  .hero-right-copy>p{margin-bottom:20px}
  .hero-metrics{grid-template-columns:repeat(3,1fr);margin-top:-220px}
  .hero-paths{grid-template-columns:repeat(2,1fr)}
  .hero-paths a:nth-child(2){border-right:0}
}
@media(max-width:720px){
  .hero{min-height:auto}
  .hero-inner{padding:58px 0 310px}
  .hero-brandline{font-size:17px;margin-bottom:22px}
  .hero h1{font-size:52px}
  .hero-tagline{font-size:14px!important;letter-spacing:1.3px}
  .hero-right-copy>.kicker{font-size:16px}
  .hero-metrics{grid-template-columns:repeat(2,1fr);margin-top:-285px}
  .metric{min-height:135px;padding:20px 15px}
  .metric-orb{width:40px;height:40px}
  .hero-paths{grid-template-columns:1fr}
  .hero-paths a{border-right:0;border-bottom:1px solid rgba(211,175,64,.24)}
  .hero-paths a:last-child{border-bottom:0}
}

.platform-note{
  display:block;
  margin-top:10px;
  font-size:12px;
  line-height:1.45;
  color:#6b7771;
}

/* FINAL READABILITY + NAV POLISH */
html{font-size:17px}
body{font-family:Inter,Manrope,Arial,sans-serif;line-height:1.65}
p,li,label,input,select,textarea,button{font-size:max(1rem,16px)}
nav a,.nav a,.navbar a,.site-nav a,header a{
  font-family:Inter,Manrope,Arial,sans-serif!important;
  font-size:15px!important;font-weight:700!important;
  letter-spacing:.025em!important;line-height:1.2!important;
}
h1,h2,h3{line-height:1.12}
@media(max-width:700px){html{font-size:16px}nav a,.nav a,.navbar a,.site-nav a,header a{font-size:15px!important}}

/* OFFICIAL NOVAKAI LOGO — FINAL */
.official-novakai-brand{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  text-decoration:none!important;
  margin-right:22px!important;
}
.official-novakai-brand img{
  display:block!important;
  width:178px!important;
  height:auto!important;
  object-fit:contain!important;
  filter:none!important;
}
@media(max-width:900px){
  .official-novakai-brand img{width:150px!important}
}
@media(max-width:620px){
  .official-novakai-brand img{width:132px!important}
  .official-novakai-brand{margin-right:10px!important}
}

/* FINAL NAV ADDITIONS */
.site-nav a, nav a, .nav a, .navbar a{
  font-family:Manrope,Inter,Arial,sans-serif!important;
  font-weight:800!important;
  letter-spacing:.015em!important;
}
.anchor-offset{scroll-margin-top:110px}
