:root {
  --blue: #001344;
  --orange: #F26522;
  --black: #050505;
  --white: #ffffff;
  --light: #f4f6fb;
  --gray: #c6ccdc;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--white);
  background: var(--blue);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(92%, var(--max)); margin: 0 auto; }
.section-pad { padding: 80px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0,19,68,.96);
  border-bottom: 3px solid var(--orange);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.logo { font-weight: 900; letter-spacing: -1px; font-size: 1.55rem; text-transform: uppercase; }
.logo span { color: var(--orange); }
.main-nav { display: flex; gap: 24px; align-items: center; font-weight: 700; font-size: .95rem; }
.main-nav a:hover { color: var(--orange); }
.nav-toggle { display: none; background: var(--orange); color: var(--white); border: 0; padding: 8px 12px; font-size: 1.4rem; border-radius: 8px; }

.hero { min-height: 720px; display: flex; align-items: center; background: radial-gradient(circle at 80% 25%, rgba(242,101,34,.35), transparent 35%), linear-gradient(135deg, var(--blue), #00071f); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.eyebrow { color: var(--orange); font-weight: 900; letter-spacing: 2px; font-size: .85rem; text-transform: uppercase; margin: 0 0 10px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 8vw, 6.6rem); line-height: .88; text-transform: uppercase; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; text-transform: uppercase; margin-bottom: 18px; }
h3 { font-size: 1.4rem; text-transform: uppercase; margin-bottom: 12px; }
.hero-text { font-size: 1.25rem; color: var(--gray); max-width: 650px; }
.hero-buttons, .shop-box { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 900; text-transform: uppercase; letter-spacing: .5px; border: 2px solid transparent; }
.btn-primary { background: var(--orange); color: var(--white); }
.btn-secondary { background: transparent; border-color: var(--white); color: var(--white); }
.btn:hover { transform: translateY(-2px); }

.hero-card { background: var(--orange); color: var(--white); min-height: 420px; border-radius: 28px; padding: 38px; display: flex; flex-direction: column; justify-content: center; border: 6px solid var(--white); box-shadow: 0 24px 80px rgba(0,0,0,.35); transform: rotate(1deg); }
.approved-stamp { display: inline-block; align-self: flex-start; border: 5px solid var(--white); padding: 8px 14px; font-size: 2rem; font-weight: 900; transform: rotate(-8deg); margin-bottom: 28px; }
.hero-card h2 { font-size: 2.8rem; margin-bottom: 10px; }
.hero-card span { font-weight: 900; margin-top: 24px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.intro, .shop-section { background: var(--white); color: var(--blue); }
.intro p:not(.eyebrow), .shop-section p { font-size: 1.15rem; }

.section-heading { max-width: 800px; margin-bottom: 36px; }
.cards { display: grid; gap: 24px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; padding: 24px; min-height: 260px; }
.card a { color: var(--orange); font-weight: 900; }
.card.featured { background: var(--orange); border-color: var(--orange); }
.product-image { height: 190px; border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(242,101,34,.78)); display: flex; align-items: center; justify-content: center; font-weight: 900; text-transform: uppercase; margin-bottom: 20px; border: 2px dashed rgba(255,255,255,.45); }
.alt { background: #000b2d; }
.feature-band { background: var(--orange); padding: 42px; border-radius: 30px; display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.feature-band .eyebrow { color: var(--blue); }
.membership { background: linear-gradient(180deg, #000b2d, var(--blue)); }
.price { font-size: 1.5rem; color: var(--orange); font-weight: 900; }
.card.featured .price { color: var(--white); }
.brand-story { background: var(--black); text-align: center; }
.brand-story p { max-width: 820px; margin-left: auto; margin-right: auto; }
.contact { background: #000b2d; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-radius: 12px; padding: 14px; font: inherit; }
.contact-form textarea { min-height: 130px; }
.site-footer { background: var(--black); border-top: 3px solid var(--orange); padding: 38px 0; color: var(--gray); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: start; }

@media (max-width: 850px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 4%; right: 4%; top: 76px; background: var(--blue); border: 2px solid var(--orange); border-radius: 16px; padding: 20px; flex-direction: column; align-items: flex-start; }
  .main-nav.active { display: flex; }
  .hero { min-height: auto; padding: 80px 0; }
  .hero-grid, .split, .cards.three, .footer-grid { grid-template-columns: 1fr; }
  .feature-band { flex-direction: column; align-items: flex-start; }
  .section-pad { padding: 58px 0; }
}

@media (max-width: 520px) {
  .hero-card { padding: 24px; min-height: 330px; }
  .approved-stamp { font-size: 1.4rem; }
  .btn { width: 100%; }
}
