:root{
  --bg:#0e0f12;
  --surface:#14161b;
  --surface-2:#191c22;
  --surface-3:#101216;
  --text:#e8e9ef;
  --muted:#a9adba;
  --muted-2:rgba(232,233,239,0.75);
  --line:rgba(255,255,255,0.10);
  --line-strong:rgba(255,255,255,0.18);
  --brand:#c9a227;
  --brand-soft:rgba(201,162,39,0.14);
  --phase1:#638372;
  --phase2:#9c2d12;
  --terminal:#2eeb57;
  --grid-max:1040px;
  --shadow:0 18px 48px rgba(0,0,0,0.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{
  margin:0;
  padding:0;
  background:var(--bg);
  color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  line-height:1.5;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}

.wrap{width:100%;max-width:var(--grid-max);margin-inline:auto;padding:clamp(16px,2vw,24px)}

.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{
  left:16px;
  top:12px;
  background:var(--surface);
  color:var(--text);
  padding:8px 12px;
  border-radius:8px;
  outline:2px solid var(--brand);
  z-index:30;
}

.site-header{
  position:sticky;
  top:0;
  background:linear-gradient(180deg, rgba(20,22,27,0.92), rgba(20,22,27,0.66));
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,0.06);
  z-index:20;
  width:100%;
  display:flex;
  justify-content:center;
}

.site-header .wrap{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:16px;
  padding-top:12px;
  padding-bottom:12px;
}

.brand-header-row{display:contents}

.brand-left,
.brand-center,
.brand-right{
  min-width:0;
  transition:opacity .18s ease, transform .18s ease;
}

.brand-left{
  grid-column:1;
  justify-self:start;
  white-space:nowrap;
  font-size:15px;
  font-weight:600;
  letter-spacing:.2px;
  opacity:.75;
  color:var(--muted);
}

.brand-center{
  grid-column:2;
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  white-space:nowrap;
  margin:0;
  padding:0;
  font-size:17px;
  font-weight:600;
  letter-spacing:.25px;
  line-height:1;
  text-align:center;
}

.brand-right{
  grid-column:3;
  justify-self:end;
  white-space:nowrap;
  font-size:16px;
  font-weight:600;
  letter-spacing:.2px;
  opacity:.75;
  color:var(--muted);
  text-align:right;
}

.brand-center strong,
.brand-right strong,
.brand-left strong{font-weight:600}

.knuckle{color:var(--brand)}
.text-terminal{color:rgba(46,235,87,1)}

.watermark{
  position:fixed;
  inset:auto -1rem -1.25rem auto;
  opacity:.09;
  z-index:0;
  pointer-events:none;
  font-size:clamp(72px,12vw,160px);
  font-weight:800;
  letter-spacing:-0.05em;
  line-height:1;
  color:var(--text);
  transform:rotate(-10deg);
  user-select:none;
}

main{position:relative;z-index:1}
section{position:relative;z-index:1}

.hero{
  position:relative;
  padding:clamp(56px,10vmin,110px) 0 clamp(36px,6vmin,64px);
  background:radial-gradient(80% 60% at 50% 0%, rgba(201,162,39,0.14), transparent 60%);
}

.hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:24px;
  align-items:start;
}

.eyebrow{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
}

.display{
  font-size:clamp(34px,5vw,64px);
  line-height:1.02;
  letter-spacing:0.2px;
  margin:0 0 14px;
}

.lede{
  color:var(--muted);
  max-width:100%;
  margin:0 0 16px;
  font-size:clamp(16px,1.55vw,18px);
}

.lede-intro{
  color:var(--text);
  max-width:46rem;
}

.hero-mark{display:flex;justify-content:flex-end}

.house-mark{
  width:min(100%,320px);
  min-height:320px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at center, rgba(201,162,39,0.14), rgba(201,162,39,0.02) 42%, transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.04);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:14px;
  padding:26px;
}

.house-mark-top,
.house-mark-bottom{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}

.house-mark-center{
  display:block;
  font-size:clamp(28px,3.2vw,40px);
  line-height:1.06;
  font-weight:700;
}

.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}

.content-section{padding:16px 0}
.section-heading-wrap{margin-bottom:18px}
.section-title{
  margin:0 0 8px;
  font-size:clamp(24px,3vw,38px);
  line-height:1.06;
}
.section-intro{
  margin:0;
  max-width:50rem;
  color:var(--muted);
}

.info-band{padding:0 0 8px}
.band-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}
.band-card{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,0.035);
  border:1px solid rgba(255,255,255,0.08);
}
.band-label{
  margin:0 0 6px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
.band-copy{margin:0;color:var(--text)}

.grid{display:grid;gap:16px}
.destinations-grid,
.framework-grid,
.status-grid{grid-template-columns:repeat(auto-fit, minmax(240px,1fr))}
.intro-grid{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:16px}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  padding:20px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:20px;
  box-shadow:0 10px 24px rgba(0,0,0,0.16);
}
.card h3{margin:4px 0 10px;font-size:19px;line-height:1.18}
.card p{margin:0;color:var(--muted)}
.card-wide{min-height:100%}
.card-kicker{
  margin:0 0 8px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--phase1);
}

.destination-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:100%;
}
.destination-primary{
  border-color:rgba(99,131,114,0.35);
  box-shadow:0 14px 32px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(99,131,114,0.14);
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:auto;
  text-decoration:none;
  color:var(--text);
  font-weight:600;
}
.text-link:hover{text-decoration:underline}

.status-card h3{font-size:18px}

.start-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.start-card{
  min-height:180px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:12px;
  padding:20px;
  border-radius:20px;
  text-decoration:none;
  color:var(--text);
  background:linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  border:1px solid rgba(255,255,255,0.09);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.start-card:hover,
.start-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(201,162,39,0.28);
  box-shadow:0 14px 28px rgba(0,0,0,0.22);
}
.start-step{
  display:inline-flex;
  width:36px;
  height:36px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.14);
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
.start-card strong{font-size:19px;line-height:1.12}
.start-card span:last-child{color:var(--muted)}

.policy-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border:1px solid rgba(255,255,255,0.08);
}
.policy-copy-wrap{margin-bottom:0}
.policy-actions{display:flex;align-items:center;justify-content:flex-end}

.phase-pill-wrap{
  display:flex;
  justify-content:center;
  margin-top:14px;
}

.phase-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  letter-spacing:.2px;
  text-decoration:none;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.25);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.phase-pill:hover,
.phase-pill:focus-visible{transform:translateY(-1px)}

.phase-pill.phase-1{
  color:#638372;
  border-color:#638372;
}
.phase-pill.phase-1:hover,
.phase-pill.phase-1:focus-visible{
  background:rgba(156,45,18,0.10);
  border-color:#638372;
  box-shadow:
    0 0 0 1px rgba(156,45,18,0.42),
    0 0 12px rgba(156,45,18,0.38),
    0 0 24px rgba(156,45,18,0.24);
  text-shadow:0 0 8px rgba(156,45,18,0.30);
}

.phase-pill.phase-2{
  color:#9c2d12;
  border-color:#9c2d12;
}
.phase-pill.phase-2:hover{
  background:rgba(156,45,18,0.12);
  box-shadow:0 0 0 1px rgba(156,45,18,0.35);
}

.phase-pill.phase-ghost{
  color:var(--text);
  border-color:rgba(255,255,255,0.18);
}
.phase-pill.phase-ghost:hover,
.phase-pill.phase-ghost:focus-visible{
  background:rgba(255,255,255,0.06);
  border-color:rgba(255,255,255,0.28);
}

.phase-pill.locked{
  opacity:0.35;
  cursor:not-allowed;
  pointer-events:none;
  filter:grayscale(1);
}
.phase-pill.locked::after{
  content:" 🔒";
  font-size:13px;
  opacity:.7;
}

.site-footer{
  margin-top:4rem;
  padding:0;
  border-top:none;
}

.site-footer .wrap{
  max-width:var(--grid-max);
  margin-inline:auto;
  padding:clamp(16px,2vw,24px);
}

.footer-row{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:1rem;
  width:100%;
  max-width:100%;
  padding:12px 18px;
  border-radius:999px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.18);
  box-shadow:0 0 0 1px rgba(0,0,0,0.25) inset;
}

.footer-left,
.footer-right{
  font-size:0.75rem;
  letter-spacing:0.05em;
  color:rgba(232,233,239,0.75);
}

.footer-left{text-align:left}
.footer-center{text-align:center}
.footer-right{text-align:right}

.roxie-approved-pill{
  display:inline-block;
  padding:0.4rem 0.9rem;
  border-radius:999px;
  background-color:transparent;
  color:var(--text);
  border:1px solid var(--text);
  font-size:0.7rem;
  letter-spacing:0.06em;
  text-transform:uppercase;
  opacity:0.85;
  pointer-events:none;
}

.text-green{color:rgba(99,131,114,1)}

@media (max-width:960px){
  .hero-layout,
  .intro-grid,
  .start-grid,
  .band-grid{
    grid-template-columns:1fr;
  }

  .hero-mark{justify-content:flex-start}
  .policy-panel{flex-direction:column;align-items:flex-start}
  .policy-actions{justify-content:flex-start}
}

@media (max-width:820px){
  .site-header .wrap{
    grid-template-columns:1fr;
    gap:8px;
    text-align:center;
  }

  .brand-left,
  .brand-center,
  .brand-right{
    grid-column:auto;
    justify-self:center;
    text-align:center;
    white-space:normal;
  }

  .brand-left{font-size:14px}
  .brand-center{font-size:15px;line-height:1.2}
  .brand-right{font-size:14px}
}

@media (max-width:640px){
  .display{font-size:clamp(32px,11vw,48px)}
  .section-title{font-size:clamp(24px,8vw,34px)}
  .house-mark{min-height:260px;width:min(100%,280px)}

  .destinations-grid,
  .framework-grid,
  .status-grid{grid-template-columns:1fr}

  .footer-row{
    grid-template-columns:1fr;
    text-align:center;
    padding:14px 16px;
    border-radius:18px;
  }

  .footer-left,
  .footer-right{text-align:center}
}
