/* ============================================================
   ELEVATE — Design System
   Editorial. White space. Big typography. Let the message work.
   ============================================================ */

:root {
  --ink: #12122b;            /* deep midnight — primary text & dark bands */
  --ink-soft: #3d3d5c;       /* softened body text */
  --paper: #faf9f6;          /* warm off-white background */
  --paper-2: #f1efe9;        /* subtle alternate band */
  --accent: #b98a3e;         /* refined bronze — used sparingly */
  --line: #dcdad2;           /* hairline rules */
  --white: #ffffff;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --w-max: 1240px;
  --pad: clamp(1.25rem, 4vw, 3rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.wrap {
  max-width: var(--w-max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ---------- Typography ---------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.h-hero {
  font-size: clamp(2.6rem, 5.6vw, 4.9rem);
  max-width: 18ch;
}

.h-xl { font-size: clamp(2.2rem, 4.5vw, 3.8rem); max-width: 20ch; }
.h-lg { font-size: clamp(1.8rem, 3.2vw, 2.7rem); max-width: 24ch; }
.h-md { font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.25; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 1.5rem;
}

.lede {
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 34ch;
}

p { color: var(--ink-soft); max-width: 62ch; }

.measure { max-width: 58ch; }

/* ---------- Header / Nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 249, 246, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  display: inline-block;
}
.logo span { color: var(--accent); }
.logo img { height: 24px; width: auto; display: block; }
.site-footer .logo img { height: 22px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--ink);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.95rem 1.9rem;
  border-radius: 2px;
  transition: all 0.2s;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: #64b8cf;
  color: #12122b;
  border: 1px solid #64b8cf;
}
.btn-primary:hover { background: #4aa9c4; border-color: #4aa9c4; }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--white); }

.btn-light {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--white);
}
.btn-light:hover { background: transparent; color: var(--white); }

.btn-nav { padding: 0.65rem 1.35rem; font-size: 0.88rem; }

.text-link {
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.text-link:hover { color: var(--accent); }

/* ---------- Sections ---------- */

section { padding: clamp(4.5rem, 9vw, 8.5rem) 0; }

.band-dark { background: var(--ink); color: var(--white); }
.band-dark p, .band-dark .lede { color: #b8b8cf; }
.band-dark .eyebrow { color: var(--accent); }
.band-alt { background: var(--paper-2); }

.rule-top { border-top: 1px solid var(--line); }

/* ---------- Hero ---------- */

.hero { padding: clamp(3rem, 5.5vw, 5rem) 0 clamp(2.5rem, 4.5vw, 4rem); }

.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.hero .lede { margin: 2.2rem 0 2.8rem; }

.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

.portrait-frame {
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, #1b1b3d 0%, #12122b 60%, #0d0d20 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(185, 138, 62, 0.4);
  pointer-events: none;
}
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-placeholder {
  font-family: var(--font-display);
  font-size: 4.5rem;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.1em;
}

/* ---------- Split & grid layouts ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

/* ---------- Cards ---------- */

.card {
  border-top: 2px solid var(--ink);
  padding-top: 1.6rem;
  text-decoration: none;
  display: block;
  transition: border-color 0.25s;
}
.card:hover { border-top-color: var(--accent); }
.card .num {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--accent);
  display: block;
  margin-bottom: 0.9rem;
}
.card h3 { margin-bottom: 0.7rem; }
.card p { font-size: 0.98rem; }

.band-dark .card { border-top-color: rgba(255,255,255,0.35); }
.band-dark .card:hover { border-top-color: var(--accent); }
.band-dark .card h3 { color: var(--white); }

/* ---------- Stats ---------- */

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}
.stats-4 { grid-template-columns: repeat(4, 1fr); }
.stat .label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8f8fac;
}
.record-band { padding: clamp(3rem, 6vw, 4.5rem) 0; }
.record-band .figure { color: var(--white); }
.stat .figure {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 3.6vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 0.6rem;
}
.stat .figure em { font-style: normal; color: var(--accent); }
.stat p { font-size: 0.95rem; }

/* ---------- Lists ---------- */

.check-list { list-style: none; }
.check-list li {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
  display: flex;
  gap: 1rem;
  align-items: baseline;
  color: var(--ink-soft);
}
.check-list li::before {
  content: "—";
  color: var(--accent);
  flex-shrink: 0;
}
.band-dark .check-list li { border-bottom-color: rgba(255,255,255,0.14); color: #b8b8cf; }

/* ---------- Pillar sections (framework page) ---------- */

.pillar {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid var(--line);
}
.pillar-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.5rem);
  color: var(--accent);
  line-height: 1;
}
.pillar h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: 1.1rem; }
.pillar p + p { margin-top: 1rem; }

/* ---------- Insights ---------- */

.insight-card {
  border-top: 2px solid var(--ink);
  padding-top: 1.5rem;
  text-decoration: none;
  display: block;
  transition: border-color 0.25s;
}
.insight-card:hover { border-top-color: var(--accent); }
.insight-card .tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 0.8rem;
}
.insight-card h3 { margin-bottom: 0.6rem; }
.insight-card p { font-size: 0.96rem; }

/* ---------- Section headers ---------- */

.section-head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head .lede { margin-top: 1.4rem; max-width: 52ch; }

/* ---------- Final CTA ---------- */

.cta-final { text-align: left; }
.cta-final .h-xl { margin-bottom: 1.5rem; }
.cta-final .lede { max-width: 50ch; margin-bottom: 2.5rem; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--ink);
  color: #b8b8cf;
  padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}
.site-footer .logo { color: var(--white); }
.site-footer p { color: #8f8fac; max-width: 34ch; margin-top: 1rem; font-size: 0.92rem; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.7rem; }
.footer-col a { color: #b8b8cf; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  color: #6f6f8e;
  font-size: 0.84rem;
}

/* ---------- Page hero (interior pages) ---------- */

.page-hero { padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3rem, 6vw, 5rem); }
.page-hero .lede { margin-top: 1.8rem; max-width: 50ch; }

/* ---------- Calendly ---------- */

.calendly-inline-widget { min-width: 320px; height: 760px; }

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .pillar { grid-template-columns: 1fr; gap: 1rem; }
  .portrait-frame { max-width: 420px; }

  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem var(--pad) 2rem;
    gap: 1.3rem;
  }
  .nav-links.open { display: flex; }
}

@media (max-width: 560px) {
  .grid-2, .grid-3, .stats { grid-template-columns: 1fr; }
}
