
:root {
  --ink: #142033;
  --navy: #12243a;
  --navy-2: #1b3554;
  --paper: #ffffff;
  --soft: #f4f6f8;
  --line: #dfe5ea;
  --muted: #5f6b78;
  --accent: #b98a3e;
  --accent-dark: #8d672c;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(18,36,58,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.sr-only {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 1000;
  background: var(--paper); color: var(--ink); padding: 10px 14px;
  border-radius: 8px; box-shadow: var(--shadow);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,229,234,.9);
}
.nav-wrap {
  min-height: 76px; display: flex; align-items: center;
  justify-content: space-between; gap: 28px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 40px; height: 40px; border-radius: 10px;
  display: grid; place-items: center;
  background: var(--navy); color: white;
  font-weight: 800; font-size: 21px;
}
.brand-text { display: grid; line-height: 1.1; letter-spacing: -.01em; }
.brand-text strong,
.brand-text span { font-size: 15px; font-weight: 800; color: var(--navy); }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-nav a:not(.nav-cta):hover { color: var(--accent-dark); }
.nav-cta {
  padding: 10px 15px; border-radius: 10px; color: white;
  background: var(--navy);
}
.nav-toggle { display:none; border:0; background:none; padding:8px; }
.nav-toggle span:not(.sr-only) {
  display:block; width:24px; height:2px; margin:5px 0; background:var(--ink);
}

.hero {
  background:
    radial-gradient(circle at 80% 10%, rgba(185,138,62,.14), transparent 32%),
    linear-gradient(135deg, #f8fafc 0%, #eef2f5 100%);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid; grid-template-columns: 1.25fr .75fr;
  gap: 72px; align-items: center; min-height: 600px; padding: 70px 0;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-weight: 800; text-transform: uppercase;
  letter-spacing: .15em; font-size: 12px;
}
.eyebrow.light { color: #f0d8ad; }
h1, h2, h3 { line-height: 1.12; margin-top: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 7vw, 78px); margin-bottom: 24px; color: var(--navy); }
h2 { font-size: clamp(34px, 4vw, 48px); margin-bottom: 20px; color: var(--navy); }
h3 { font-size: 21px; margin-bottom: 12px; color: var(--navy); }
p { margin-top: 0; }
.hero-lede { max-width: 700px; color: var(--muted); font-size: 20px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin: 24px 0 30px; }
.button {
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding: 0 20px; border-radius: 10px;
  text-decoration:none; font-weight:800; transition:.18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background:var(--navy); color:white; }
.button-primary:hover { background:var(--navy-2); }
.button-secondary { background:white; border:1px solid var(--line); color:var(--navy); }
.button-light { background:white; color:var(--navy); margin-top:10px; }
.hero-proof { display:flex; flex-wrap:wrap; gap:10px; }
.hero-proof span {
  padding:7px 11px; border:1px solid #d6dde3; border-radius:999px;
  background:rgba(255,255,255,.75); color:#405063; font-size:13px; font-weight:700;
}
.hero-panel {
  background: var(--navy); color:white;
  padding: 38px; border-radius: 24px; box-shadow: var(--shadow);
}
.hero-panel h2 { color:white; font-size: 31px; }
.hero-panel p { color:#dce5ef; }
.panel-kicker {
  font-size:12px; text-transform:uppercase; letter-spacing:.14em;
  font-weight:800; color:#f0d8ad; margin-bottom:14px;
}
.check-list { list-style:none; padding:0; margin:24px 0 0; }
.check-list li { position:relative; padding:10px 0 10px 30px; border-top:1px solid rgba(255,255,255,.11); }
.check-list li::before { content:"✓"; position:absolute; left:0; color:#f0d8ad; font-weight:900; }

.section { padding: 70px 0; }
.intro-strip { padding: 26px 0; background:white; border-bottom:1px solid var(--line); }
.intro-strip p { margin:0; text-align:center; font-weight:700; color:#495768; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading > p:last-child { color:var(--muted); font-size:18px; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.card {
  padding: 28px; border:1px solid var(--line); border-radius:var(--radius);
  background:white; min-height: 220px;
}
.card p { color:var(--muted); margin-bottom:0; }
.icon {
  width:42px; height:42px; border-radius:10px; display:grid; place-items:center;
  background:#eef2f6; color:var(--navy); font-size:12px; font-weight:900; margin-bottom:22px;
}
.section-alt { background:var(--soft); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.markets-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
.markets-grid article { border-top:3px solid var(--accent); padding-top:22px; }
.markets-grid p { color:var(--muted); }

.quote-section { background:var(--navy); color:white; }
.quote-section h2 { color:white; }
.quote-section p { color:#d9e3ec; }
.quote-grid { display:grid; grid-template-columns:1fr .9fr; gap:70px; align-items:start; }
.rfq-card { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:var(--radius); padding:30px; }
.rfq-card h3 { color:white; }
.rfq-card ul { padding-left:20px; color:#e7edf3; }

.two-column { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start; }
.about-copy { font-size:18px; color:var(--muted); padding-top:20px; }
.contact-section { background:#fbfcfd; border-top:1px solid var(--line); }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start; }
.contact-card {
  border:1px solid var(--line); border-radius:var(--radius);
  background:white; padding:30px; box-shadow:0 12px 34px rgba(18,36,58,.06);
}
.contact-card > div { padding:16px 0; border-bottom:1px solid var(--line); }
.contact-card > div:last-child { border-bottom:0; }
.contact-label { display:block; color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; margin-bottom:4px; }
.contact-card a { color:var(--navy); font-weight:800; text-decoration:none; word-break:break-word; }
.contact-card a:hover { text-decoration:underline; }

.site-footer { background:#0d1a2a; color:#dce5ed; padding:46px 0; }
.footer-grid { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:start; }
.site-footer strong { color:white; }
.site-footer p { margin:5px 0 0; color:#9fb0c1; }
.footer-links { display:flex; gap:18px; }
.footer-links a { color:#dce5ed; text-decoration:none; }
.copyright { grid-column:1/-1; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); font-size:13px; }

@media (max-width: 900px) {
  .hero-grid, .quote-grid, .two-column, .contact-grid { grid-template-columns:1fr; gap:42px; }
  .hero-grid { min-height:auto; padding:56px 0; }
  .card-grid { grid-template-columns:repeat(2,1fr); }
  .markets-grid { grid-template-columns:repeat(2,1fr); }
  .about-copy { padding-top:0; }
}

@media (max-width: 720px) {
  .container { width:min(100% - 28px, 1120px); }
  .nav-toggle { display:block; }
  .primary-nav {
    position:absolute; left:0; right:0; top:76px; display:none;
    flex-direction:column; align-items:stretch; gap:0;
    background:white; border-bottom:1px solid var(--line); padding:10px 20px 20px;
  }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:13px 8px; }
  .nav-cta { margin-top:8px; text-align:center; }
  .section { padding:54px 0; }
  h1 { font-size:46px; }
  .hero-lede { font-size:18px; }
  .hero-panel { padding:28px; }
  .card-grid, .markets-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .copyright { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; }
}
