:root {
  --navy: #07192f;
  --navy-2: #0b2545;
  --orange: #ff5a1f;
  --orange-2: #ff7a28;
  --blue: #2375d8;
  --ice: #eef6ff;
  --white: #ffffff;
  --text: #162033;
  --muted: #5d6778;
  --line: rgba(7, 25, 47, .14);
  --shadow: 0 22px 60px rgba(7, 25, 47, .16);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--text); background: #fff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, 100%); margin-inline: auto; text-align: center; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(7,25,47,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 3px solid var(--orange); border-radius: 14px; font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 24px; transform: rotate(-6deg); box-shadow: inset 0 0 0 2px var(--blue); }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; letter-spacing: .06em; }
.brand-copy strong { font-size: 22px; }
.brand-copy small { font-size: 13px; color: #a9c9f5; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 26px; color: #fff; font-size: 14px; font-weight: 700; }
.site-nav a { opacity: .9; }
.site-nav a:hover { opacity: 1; color: #ffd7c8; }
.nav-cta { background: var(--orange); padding: 11px 16px; border-radius: 999px; }
.site-nav a.active { color: var(--orange); }
.menu-toggle { display: none; color: #fff; background: transparent; border: 0; font-size: 28px; }
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 30%, #154d8e 0, transparent 42%), linear-gradient(135deg, #06162a 0%, #0a2343 55%, #07192f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-grid { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; padding-block: 76px; }
.eyebrow, .section-kicker { margin: 0 0 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; color: var(--orange); }
.hero h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: .98; margin-top: 0; }
.hero h1 { margin-bottom: 22px; font-size: clamp(58px, 8vw, 104px); text-transform: uppercase; letter-spacing: -.02em; }
.hero h1 .orange { color: var(--orange); }
.hero h1 .blue { color: #4d9dff; }
.hero-lead { max-width: 650px; margin: 0 0 30px; font-size: 20px; color: #d8e6f7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 2px solid transparent; border-radius: 10px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-secondary { border-color: #6da8ed; color: #fff; background: rgba(255,255,255,.05); }
.btn-secondary.light { border-color: #fff; }
.full { width: 100%; }
.hero-slogan { margin: 0; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size: 18px; }
.hero-slogan strong, .footer-slogan strong { color: var(--orange); }
.hero-art { position: relative; }
.hero-art::before { content: ""; position: absolute; inset: 8% -7% -8% 15%; border-radius: 50%; background: radial-gradient(circle, rgba(255,90,31,.5), transparent 65%); filter: blur(20px); }
.hero-art img { position: relative; width: 100%; max-height: 620px; object-fit: cover; object-position: 50% 10%; border-radius: 30px; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.hero-stripe { height: 9px; background: linear-gradient(90deg, var(--orange) 0 46%, #fff 46% 54%, var(--blue) 54%); }
section { padding-block: 100px; }
.statement { background: #fff; }
h2 { font-size: clamp(42px, 5vw, 64px); letter-spacing: -.015em; text-transform: uppercase; }
.statement p:not(.section-kicker) { font-size: 19px; color: var(--muted); }
.notice { margin-top: 28px; padding: 16px 20px; border-left: 4px solid var(--blue); background: var(--ice); text-align: left; font-size: 14px; color: #34445d; }
.pillars { background: #f5f8fc; }
.section-heading { max-width: 760px; margin-bottom: 45px; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar-card { display: flex; flex-direction: column; min-height: 390px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(7,25,47,.07); transition: transform .25s, box-shadow .25s; }
.pillar-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.pillar-card:nth-child(2) { background: var(--navy); color: #fff; }
.pillar-card:nth-child(2) p { color: #bfd0e7; }
.icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 18px; background: #fff1eb; color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 34px; font-weight: 800; }
.icon.bear { background: rgba(255,255,255,.1); border: 2px solid var(--orange); }
.pillar-card h3 { margin-bottom: 14px; font-size: 31px; text-transform: uppercase; }
.pillar-card p { margin: 0 0 22px; color: var(--muted); }

/* Store */
.store-intro { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 30px rgba(7,25,47,.07); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-media { aspect-ratio: 1 / 1; background: var(--ice); display: grid; place-items: center; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-body h3 { margin: 0; font-size: 20px; }
.product-body p { margin: 0; color: var(--muted); font-size: 15px; flex: 1; }
.product-price { font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 24px; color: var(--navy); }
.product-buy { margin-top: 6px; display: inline-block; text-align: center; background: var(--orange); color: #fff; font-weight: 700; padding: 12px 18px; border-radius: 999px; text-decoration: none; transition: opacity .2s; }
.product-buy:hover { opacity: .88; }
.store-note { margin-top: 40px; padding: 16px 20px; border-left: 4px solid var(--blue); background: var(--ice); font-size: 14px; color: #34445d; }
.pillar-card a { margin-top: auto; color: var(--blue); font-weight: 800; font-size: 14px; }
.pillar-card:nth-child(2) a { color: #ff9c73; }
.feature-band { background: var(--navy); color: #fff; }
.feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 56px; }
.feature-image img { border-radius: var(--radius); box-shadow: 0 26px 70px rgba(0,0,0,.32); }
.feature-copy h2 { margin-bottom: 18px; }
.feature-copy p:not(.section-kicker) { color: #c6d5e9; font-size: 18px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 32px; }
.chips span { padding: 8px 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 13px; font-weight: 700; }
.events { background: #fff; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.action-card { padding: 28px; border-top: 5px solid var(--orange); background: #fff; box-shadow: 0 15px 45px rgba(7,25,47,.11); }
.action-card > span { color: #a7b0bd; font-family: "Barlow Condensed", sans-serif; font-size: 22px; font-weight: 800; }
.action-card h3 { margin: 30px 0 12px; font-size: 38px; text-transform: uppercase; }
.action-card p { color: var(--muted); min-height: 100px; }
.action-card a { color: var(--blue); font-weight: 800; }
.resources { background: linear-gradient(125deg, #eaf3ff, #f9fbfe); }
.resource-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.resource-list { display: grid; gap: 12px; }
.resource-item { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 21px 22px; text-align: left; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--text); cursor: pointer; box-shadow: 0 8px 24px rgba(7,25,47,.06); }
.resource-item span { font-weight: 800; }
.resource-item b { color: var(--orange); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.join { background: var(--navy); color: #fff; }
.join-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.join-copy { position: sticky; top: 120px; }
.join-copy p:not(.section-kicker) { color: #c7d4e6; font-size: 18px; }
.check-list { list-style: none; padding: 0; display: grid; gap: 14px; margin-top: 28px; }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--orange); font-weight: 900; }
.join-form { padding: 34px; background: #fff; color: var(--text); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.join-form label { display: grid; gap: 7px; margin-bottom: 16px; font-weight: 700; font-size: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
input, select { width: 100%; min-height: 48px; border: 1px solid #cfd6df; border-radius: 9px; padding: 10px 12px; background: #fff; }
input:focus, select:focus { outline: 3px solid rgba(35,117,216,.18); border-color: var(--blue); }
fieldset { border: 1px solid #dce2e9; border-radius: 10px; padding: 15px; margin: 0 0 16px; }
legend { font-weight: 800; padding: 0 6px; }
label.check { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 8px; font-weight: 500; }
label.check input { width: auto; min-height: auto; margin-top: 4px; }
.consent { font-size: 12px !important; color: var(--muted); }
.form-note { text-align: center; font-size: 12px; color: var(--muted); margin-bottom: 0; }
.hidden { display: none !important; }
.host { color: #fff; background: linear-gradient(135deg, var(--orange), #d63e0b); }
.host .section-kicker { color: #fff3ed; }
.host p:not(.section-kicker) { font-size: 18px; }
.site-footer { background: #031020; color: #fff; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 50px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid h3 { text-transform: uppercase; letter-spacing: .08em; font-size: 18px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid a { color: #b8c8db; }
.footer-slogan { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.legal { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); padding-block: 24px; font-size: 12px; color: #93a5bb; }
.legal p { margin: 0; max-width: 620px; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 2000; max-width: 360px; padding: 14px 18px; border-radius: 10px; background: #fff; color: var(--text); box-shadow: var(--shadow); opacity: 0; transform: translateY(14px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #0b2545; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero-grid, .feature-grid, .resource-grid, .join-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 70px; }
  .hero-art img { max-height: 560px; object-position: center top; }
  .pillar-grid, .action-grid { grid-template-columns: repeat(2, 1fr); }
  .join-copy { position: static; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-copy strong { font-size: 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-grid { gap: 36px; padding-block: 55px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 17px; }
  section { padding-block: 72px; }
  .pillar-grid, .action-grid, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: auto; }
  .action-card p { min-height: auto; }
  .join-form { padding: 22px; }
  .legal { flex-direction: column; }
}
