:root {
  --navy: #061827;
  --gold: #d9ad45;
  --gold-soft: #f3d98b;
  --ink: #11202d;
  --muted: #5d6c76;
  --paper: #f7f9fb;
  --cream: #f7f2e6;
  --line: rgba(17, 32, 45, 0.12);
  --white: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.5; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--gold);
  color: #151006;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(3, 17, 29, 0.92);
  backdrop-filter: blur(16px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; }
.brand img { width: 38px; height: 38px; border-radius: 8px; }
nav { display: flex; align-items: center; gap: 22px; font-size: 0.94rem; }
nav a { color: rgba(255,255,255,0.84); text-decoration: none; }
nav a:hover { color: var(--gold-soft); }

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 0.54; filter: saturate(0.95) contrast(1.04); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,29,1), rgba(6,24,39,0.86) 44%, rgba(6,24,39,0.34)), linear-gradient(0deg, rgba(3,17,29,0.98), rgba(3,17,29,0.1) 58%); }
.hero-inner { position: relative; width: min(1080px, 100%); padding: 126px clamp(20px, 6vw, 76px) 74px; }
.eyebrow { margin: 0 0 13px; color: var(--gold-soft); font-weight: 900; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0; }
.eyebrow.dark { color: #8b661b; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.9rem, 7.5vw, 6.8rem); line-height: 0.9; letter-spacing: 0; }
h2 { letter-spacing: 0; }
.hero-copy { max-width: 680px; margin-bottom: 24px; color: rgba(255,255,255,0.9); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions, .contact-section, .contact-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; border-radius: 8px; font-weight: 900; text-decoration: none; border: 1px solid transparent; text-align: center; }
.button.primary { background: var(--gold); color: #151006; }
.button.secondary { border-color: rgba(255,255,255,0.42); color: var(--white); }
.button.light { background: var(--white); color: var(--navy); }
.button.light-outline { border-color: rgba(255,255,255,0.5); color: var(--white); }

.value-strip { padding: 24px clamp(20px, 6vw, 76px); background: var(--cream); border-bottom: 1px solid var(--line); }
.value-strip p { max-width: 980px; margin: 0; color: var(--navy); font-size: clamp(1.08rem, 2vw, 1.45rem); line-height: 1.25; font-weight: 800; }
.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  max-width: 980px;
}
.quick-facts span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(137, 99, 18, 0.2);
  border-radius: 8px;
  background: rgba(255,255,255,0.68);
  color: var(--navy);
  font-weight: 900;
  text-align: center;
}

.proof-section { padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 76px); }
.section-heading { max-width: 900px; margin-bottom: 28px; }
.section-heading h2, .story-copy h2, .boundary-section h2, .contact-section h2 { color: var(--navy); font-size: clamp(1.9rem, 3.6vw, 3.2rem); line-height: 1.05; margin-bottom: 14px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.proof-grid figure { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 48px rgba(6,24,39,0.08); }
.proof-grid figure > div { padding: 14px 14px 0; background: linear-gradient(180deg, #071a2a, #0b2c42); }
.proof-grid img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: top center; border-radius: 8px 8px 0 0; border: 1px solid rgba(255,255,255,0.12); }
.proof-grid figcaption { padding: 16px; display: grid; gap: 5px; }
.proof-grid strong { color: var(--navy); font-size: 1.04rem; }
.proof-grid span { color: var(--muted); font-size: 0.95rem; }

.story-section { padding: clamp(58px, 8vw, 96px) clamp(20px, 6vw, 76px); background: var(--navy); color: var(--white); }
.story-copy { max-width: 780px; margin-bottom: 26px; }
.story-copy h2 { color: var(--white); }
.story-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.story-steps span { min-height: 92px; display: flex; align-items: center; padding: 16px; border: 1px solid rgba(243,217,139,0.35); border-radius: 8px; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.93); font-weight: 900; }

.fit-section { padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 76px); background: #fff; }
.fit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fit-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(6,24,39,0.08);
}
.fit-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid var(--line);
}
.fit-grid article > div { padding: 18px; }
.fit-grid h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.12rem; }
.fit-grid p { margin: 0; color: var(--muted); }

.boundary-section { padding: clamp(54px, 8vw, 90px) clamp(20px, 6vw, 76px); background: var(--cream); }
.boundary-section > div { max-width: 820px; }
.boundary-section p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }

.contact-section { justify-content: space-between; padding: clamp(54px, 8vw, 94px) clamp(20px, 6vw, 76px); background: var(--navy); color: var(--white); }
.contact-section > div:first-child { max-width: 780px; }
.contact-section h2 { color: var(--white); }
.contact-section p:not(.eyebrow) { color: rgba(255,255,255,0.78); }
.contact-section .contact-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(243,217,139,0.32);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: var(--white);
  font-weight: 900;
}
.contact-email a { color: var(--gold-soft); text-decoration: none; overflow-wrap: anywhere; }
.contact-email a:hover { text-decoration: underline; }
.contact-actions { justify-content: flex-end; }
footer { display: flex; align-items: center; gap: 12px; padding: 26px clamp(20px, 6vw, 76px); background: #03111d; color: rgba(255,255,255,0.72); }
footer img { width: 34px; height: 34px; border-radius: 7px; }
footer p { margin: 0; }

@media (max-width: 1100px) {
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fit-grid { grid-template-columns: 1fr; }
  .story-steps { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .site-header { position: absolute; }
  nav { display: none; }
  .hero { min-height: 90vh; }
  .hero-bg { object-position: 58% center; }
  .hero-inner { padding-top: 112px; padding-bottom: 48px; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,17,29,0.99), rgba(3,17,29,0.56)); }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-section { padding-top: 52px; padding-bottom: 52px; }
  .contact-section { align-items: flex-start; }
  .contact-actions { width: 100%; justify-content: flex-start; }
  .contact-section .contact-email { width: 100%; align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
}
@media (max-width: 430px) {
  h1 { font-size: clamp(2.5rem, 16vw, 3.8rem); line-height: 0.95; }
  .quick-facts { grid-template-columns: 1fr; }
}
