:root {
  --bg: #071114;
  --bg-2: #0c191d;
  --ink: #f4efe6;
  --muted: #c9c1b3;
  --soft: #8c918d;
  --gold: #d7a650;
  --gold-2: #e8c275;
  --line: rgba(255,255,255,.14);
  --panel: rgba(255,255,255,.055);
  --shadow: 0 24px 80px rgba(0,0,0,.38);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { line-height: 1.05; margin: 0 0 1rem; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2rem, 4.2vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 3.4rem); }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }

.hero-mockup {
  position: relative;
  width: 100%;
  background: #071114;
  overflow: hidden;
}
.hero-mockup img {
  display: block;
  width: 100%;
  height: auto;
}
.hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  border-radius: 10px;
}
.hotspot:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 2px;
}
/* Percent positions are based on the 16:9 mockup image. */
.hotspot.mission { left: 35.8%; top: 4.2%; width: 5.2%; height: 5.4%; }
.hotspot.how { left: 42.0%; top: 4.2%; width: 8.0%; height: 5.4%; }
.hotspot.services { left: 52.0%; top: 4.2%; width: 6.2%; height: 5.4%; }
.hotspot.experts { left: 59.0%; top: 4.2%; width: 8.2%; height: 5.4%; }
.hotspot.about { left: 75.4%; top: 4.2%; width: 4.8%; height: 5.4%; }
.hotspot.top-cta { left: 82.8%; top: 3.4%; width: 14.5%; height: 5.9%; }
.hotspot.build { left: 2.1%; top: 65.8%; width: 16.0%; height: 6.8%; }
.hotspot.see-how { left: 19.8%; top: 65.8%; width: 14.1%; height: 6.8%; }
.hotspot.email { left: 76.0%; top: 114.5%; width: 18%; height: 4%; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 40px)); }
.section { padding: clamp(72px, 9vw, 128px) 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.align-start { align-items: start; }
.eyebrow { color: var(--gold-2); text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; margin-bottom: 1rem; }
.copy-block { color: var(--muted); font-size: 1.1rem; }
.dark { background: radial-gradient(circle at top left, rgba(215,166,80,.12), transparent 30%), var(--bg-2); border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.process-grid article, .card, .contact-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 16px 48px rgba(0,0,0,.16); }
.process-grid span { color: var(--gold); font-weight: 900; letter-spacing: .18em; }
.process-grid p, .card p { color: var(--muted); }
.section-head { max-width: 760px; margin-bottom: 42px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.muted { background: #10191a; }
.large { font-size: 1.25rem; color: var(--muted); }
.pill-list { display: flex; flex-wrap: wrap; gap: 12px; }
.pill-list span { border: 1px solid rgba(215,166,80,.35); color: rgba(244,239,230,.9); border-radius: 999px; padding: 12px 16px; background: rgba(215,166,80,.07); }
.quote-section { background: linear-gradient(135deg, rgba(215,166,80,.18), rgba(255,255,255,.03)); }
blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.2vw, 3.4rem); line-height: 1.13; text-align: center; }
.contact-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.contact p { color: var(--muted); }
.contact-card a:not(.button) { color: var(--gold-2); font-size: 1.18rem; font-weight: 800; overflow-wrap: anywhere; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border-radius: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #15100a; box-shadow: var(--shadow); }
.button.full { width: 100%; }
.footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--soft); font-size: .92rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer p { margin: 0; }
.footer a { margin-left: 18px; color: var(--muted); }

@media (max-width: 900px) {
  .two-col, .contact-box { grid-template-columns: 1fr; }
  .process-grid, .card-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .process-grid, .card-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer a { margin: 0 18px 0 0; }
}
