/* ═══════════════════════════════════════════════════════════════
   BRYNLEY KNIGHT - Shared Design System v3
   Light-dominant editorial. Conversion-first architecture.
   ═══════════════════════════════════════════════════════════════ */

/* ── RESET & ROOT ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #0c3557;
  --navy-mid:  #0a2d4a;
  --navy-dark: #071e30;
  --red:       #e8453c;
  --red-dark:  #c73830;
  --cream:     #f5f1eb;
  --cream-2:   #ece7df;
  --cream-3:   #ddd7cc;
  --white:     #ffffff;
  --text:      #1c2b3a;
  --text-mid:  #3a4f62;
  --text-mute: #6b7f92;
  --text-lite: #9aaebb;
  --green:     #67d9a0;
  --border:    #ddd7cc;
  --border-lt: #ece7df;
  --shadow-sm: 0 2px 12px rgba(12,53,87,0.07);
  --shadow-md: 0 6px 28px rgba(12,53,87,0.1);
  --shadow-lg: 0 12px 48px rgba(12,53,87,0.14);
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
img[alt] { background: var(--cream-2); }
/* Image placeholder when src fails */
.about-photo-frame img, .about-frame img {
  min-height: 280px;
  background: var(--cream-2);
  object-fit: cover;
}

/* ── TYPOGRAPHY ── */
.display { font-family: 'Nunito', sans-serif; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.display-lg { font-size: clamp(2.4rem, 4.5vw, 3.8rem); }
.display-md { font-size: clamp(1.9rem, 3.2vw, 2.8rem); }
.display-sm { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }

/* ── SECTION TAG ── */
.tag {
  display: inline-flex; align-items: center;
  background: rgba(232,69,60,0.09);
  color: var(--red);
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.35rem 0.9rem; border-radius: 20px;
  margin-bottom: 1.25rem;
}
.tag-navy {
  background: rgba(232,69,60,0.18);
  color: #f0a59f;
}

/* ── EYEBROW ── */
.eyebrow {
  display: flex; align-items: center; gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.eyebrow-line { width: 2.5rem; height: 1px; background: var(--red); flex-shrink: 0; }
.eyebrow-text {
  font-size: 0.68rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--red); font-weight: 700;
}
.eyebrow-text.light { color: var(--red); }

/* ── SECTION LEAD ── */
.lead {
  font-size: 1rem; color: var(--text-mid);
  max-width: 560px; line-height: 1.85;
  margin-bottom: 3rem;
}
.lead-center { margin-left: auto; margin-right: auto; text-align: center; }
.lead-light { color: rgba(255,255,255,0.62); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Nunito', sans-serif; font-weight: 700;
  border-radius: 4px; text-decoration: none;
  border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s, border-color 0.2s, color 0.2s;
  letter-spacing: 0.01em; white-space: nowrap;
  font-size: 0.88rem; padding: 0.88rem 1.75rem;
}
.btn:hover { transform: translateY(-1px); }
.btn-red   { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dark); color: #fff; }
.btn-navy  { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-mid); color: #fff; }
.btn-ghost-light {
  background: transparent; color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.22);
}
.btn-ghost-light:hover { color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-ghost-dark {
  background: transparent; color: var(--navy);
  border: 1px solid var(--border);
}
.btn-ghost-dark:hover { color: var(--red); border-color: var(--red); }
.btn-sm { font-size: 0.8rem; padding: 0.65rem 1.3rem; }
.btn-lg { font-size: 0.95rem; padding: 1rem 2.2rem; }
.btn-block { width: 100%; justify-content: center; }

/* Text link */
.link-arrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.85rem; font-weight: 700;
  color: var(--navy); text-decoration: none;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.link-arrow:hover { color: var(--red); border-color: var(--red); }
.link-arrow-light {
  color: rgba(255,255,255,0.55);
  border-color: rgba(255,255,255,0.25);
}
.link-arrow-light:hover { color: #fff; border-color: rgba(255,255,255,0.6); }

/* ── NAVIGATION ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 400;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 64px;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.nav-logo {
  font-family: 'Nunito', sans-serif; font-weight: 800;
  font-size: 1.15rem; color: #fff; text-decoration: none;
  letter-spacing: -0.01em; flex-shrink: 0; z-index: 401;
}
.nav-logo .dot { color: var(--red); }

.nav-links {
  display: flex; align-items: center; gap: 0.25rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.78rem; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.58); text-decoration: none;
  padding: 0.5rem 0.75rem; border-radius: 4px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.06); }
.nav-links a.active { color: #fff; }

.nav-book {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--red); color: #fff !important;
  font-size: 0.78rem !important; font-weight: 700;
  padding: 0.5rem 1.2rem; border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s !important;
  letter-spacing: 0.02em; white-space: nowrap; margin-left: 0.5rem;
}
.nav-book:hover { background: var(--red-dark) !important; transform: none !important; }

.nav-diag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.75) !important;
  font-size: 0.78rem !important; font-weight: 600;
  padding: 0.5rem 1rem; border-radius: 4px;
  text-decoration: none; border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.2s !important; white-space: nowrap;
}
.nav-diag:hover { color: #fff !important; background: rgba(255,255,255,0.12) !important; }

/* Hamburger */
.nav-ham {
  display: none; flex-direction: column;
  justify-content: space-between;
  width: 22px; height: 16px;
  background: none; border: none; cursor: pointer;
  padding: 0; z-index: 401;
}
.nav-ham span {
  display: block; height: 2px; background: #fff;
  border-radius: 2px; transition: all 0.28s;
  transform-origin: center;
}
.nav-ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-ham.open span:nth-child(2) { opacity: 0; }
.nav-ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.nav-drawer {
  display: none; position: fixed; inset: 0;
  background: var(--navy-dark); z-index: 399;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 0.25rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  font-family: 'Nunito', sans-serif; font-size: 1.5rem; font-weight: 700;
  color: rgba(255,255,255,0.6); text-decoration: none;
  padding: 0.85rem 2rem; border-radius: 6px;
  transition: color 0.2s, background 0.2s; width: 100%; text-align: center;
}
.nav-drawer a:hover { color: #fff; background: rgba(255,255,255,0.05); }
.nav-drawer .d-diag {
  font-size: 1rem !important; margin-top: 1rem;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0.75rem 2rem !important; color: rgba(255,255,255,0.7) !important;
}
.nav-drawer .d-book {
  font-size: 1rem !important; margin-top: 0.5rem;
  background: var(--red); color: #fff !important;
  padding: 0.85rem 2.5rem !important;
}
.nav-drawer .d-book:hover { background: var(--red-dark) !important; }

@media (max-width: 960px) {
  .site-nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-ham { display: flex; }
}

/* ── FOOTER ── */
.site-footer {
  background: var(--navy-dark);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-main {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem; padding: 3.5rem 4rem 2.5rem;
  max-width: 1200px; margin: 0 auto;
}
.footer-brand .f-logo {
  font-family: 'Nunito', sans-serif; font-weight: 800;
  font-size: 1.05rem; color: #fff; letter-spacing: -0.01em;
}
.footer-brand .f-logo .dot { color: var(--red); }
.footer-brand p {
  font-size: 0.82rem; color: rgba(255,255,255,0.38);
  margin-top: 0.5rem; line-height: 1.7; max-width: 260px;
}
.footer-col h4 {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
  margin-bottom: 1rem;
}
.footer-col a {
  display: block; font-size: 0.82rem;
  color: rgba(255,255,255,0.5); text-decoration: none;
  padding: 0.25rem 0; transition: color 0.2s;
}
.footer-col a:hover { color: #fff; }
.footer-cta-mini {
  margin-top: 1.5rem;
}
.footer-cta-mini .btn-red {
  font-size: 0.8rem; padding: 0.65rem 1.25rem;
}
.footer-bar {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.25rem 4rem;
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto;
}
.footer-bar-copy { font-size: 0.68rem; color: rgba(255,255,255,0.28); }
.footer-bar-links { display: flex; gap: 1.5rem; }
.footer-bar-links a {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.28); text-decoration: none; transition: color 0.2s;
}
.footer-bar-links a:hover { color: var(--red); }

@media (max-width: 768px) {
  .footer-main { grid-template-columns: 1fr; padding: 3rem 1.75rem 2rem; gap: 2rem; }
  .footer-bar { flex-direction: column; gap: 0.75rem; text-align: center; padding: 1.25rem; }
}

/* ── STATS STRIP ── */
.stats-strip {
  background: var(--cream-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: repeat(4,1fr);
}
.stat-cell {
  padding: 2.5rem 1.5rem; text-align: center;
  border-right: 1px solid var(--border);
}
.stat-cell:last-child { border-right: none; }
.stat-num {
  font-family: 'Nunito', sans-serif; font-size: 3rem;
  font-weight: 800; color: var(--navy); line-height: 1; display: block;
}
.stat-desc { font-size: 0.8rem; color: var(--text-mid); margin-top: 0.4rem; line-height: 1.5; }
.stat-src  { font-size: 0.62rem; color: var(--text-mute); margin-top: 0.3rem; letter-spacing: 0.04em; }

/* ── SECTION SPACING ── */
.section { padding: 5.5rem 4rem; }
.section-sm { padding: 4rem 4rem; }
.section-lg { padding: 7rem 4rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-inner-sm { max-width: 860px; margin: 0 auto; }
.section-inner-xs { max-width: 660px; margin: 0 auto; }

/* Section backgrounds in the rhythm: white → cream → dark */
.bg-white  { background: var(--white); }
.bg-cream  { background: var(--cream); }
.bg-cream2 { background: var(--cream-2); }
.bg-navy   { background: var(--navy); }
.bg-navy-mid { background: var(--navy-mid); }

/* Grid patterns on dark sections */
.bg-navy-grid::before, .bg-navy-mid-grid::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 56px 56px; pointer-events: none;
}
.bg-navy-grid { background: var(--navy); position: relative; overflow: hidden; }
.bg-navy-mid-grid { background: var(--navy-mid); position: relative; overflow: hidden; }

/* ── CARD COMPONENTS ── */
.card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; padding: 1.75rem 2rem;
  transition: box-shadow 0.25s, transform 0.2s;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card-cream { background: var(--cream); }

/* Problem card - bordered left */
.problem-card {
  background: var(--cream); border: 1px solid var(--border);
  border-left: 3px solid var(--navy); border-radius: 6px;
  padding: 1.75rem 2rem;
  transition: border-left-color 0.25s, transform 0.2s, box-shadow 0.25s;
}
.problem-card:hover { border-left-color: var(--red); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.problem-card-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 0.6rem; }
.problem-card h3 { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 0.5rem; line-height: 1.35; }
.problem-card p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.75; }

/* Pillar card - dark bg */
.pillar-card {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.2rem;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px; transition: background 0.25s, border-color 0.25s;
}
.pillar-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(232,69,60,0.3); }
.pillar-num { font-family: 'Nunito', sans-serif; font-size: 0.8rem; font-weight: 800; color: rgba(232,69,60,0.65); min-width: 1.5rem; flex-shrink: 0; padding-top: 0.05rem; }
.pillar-title { font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,0.9); display: block; margin-bottom: 0.15rem; }
.pillar-sub { font-size: 0.76rem; color: rgba(255,255,255,0.45); line-height: 1.5; }

/* Guide card */
.guide-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow 0.25s, transform 0.2s;
}
.guide-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.guide-card-featured { border-top: 3px solid var(--red); }
.guide-card-head {
  padding: 1.5rem 1.75rem 1.1rem;
  background: var(--cream); border-bottom: 1px solid var(--border-lt);
}
.guide-role-tag { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 0.6rem; }
.guide-title { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.95rem; color: var(--navy); line-height: 1.35; margin-bottom: 0.25rem; }
.guide-subtitle { font-size: 0.75rem; color: var(--text-mute); line-height: 1.5; }
.guide-card-body { padding: 1.25rem 1.75rem 1.75rem; flex: 1; display: flex; flex-direction: column; }
.guide-desc { font-size: 0.83rem; color: var(--text-mid); line-height: 1.75; flex: 1; margin-bottom: 1.25rem; }
.guide-badge-avail {
  display: inline-block; background: rgba(232,69,60,0.08);
  color: var(--red); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.25rem 0.7rem; border-radius: 20px; margin-bottom: 0.75rem;
}
.btn-coming {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 600; color: var(--text-lite);
  border: 1px solid var(--border); padding: 0.65rem 1.3rem; border-radius: 4px;
  cursor: default;
}

/* Calendly card */
.cal-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 10px; overflow: hidden; text-align: left;
  max-width: 440px;
}
.cal-card-top {
  padding: 1.5rem 1.75rem; border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; gap: 12px;
}
.cal-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(232,69,60,0.18); border: 1px solid rgba(232,69,60,0.35);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Nunito', sans-serif; font-weight: 800;
  font-size: 0.9rem; color: #f0a59f; flex-shrink: 0;
}
.cal-name { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 0.92rem; color: #fff; }
.cal-title { font-size: 0.7rem; color: rgba(255,255,255,0.4); margin-top: 0.1rem; }
.cal-rows { padding: 1.25rem 1.75rem; display: flex; flex-direction: column; gap: 0.65rem; }
.cal-row { display: flex; align-items: center; gap: 0.75rem; font-size: 0.83rem; color: rgba(255,255,255,0.6); }
.cal-row strong { color: rgba(255,255,255,0.9); }
.cal-row svg { flex-shrink: 0; opacity: 0.5; }
.cal-ticks { padding: 0 1.75rem 1.25rem; display: flex; flex-direction: column; gap: 0.4rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.cal-tick { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: rgba(255,255,255,0.48); }
.cal-tick::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 0.7rem; flex-shrink: 0; }
.cal-action { padding: 1.5rem 1.75rem; }
.cal-microcopy { font-size: 0.65rem; color: rgba(255,255,255,0.22); text-align: center; margin-top: 0.5rem; }

/* Quote panel - dark bg */
.quote-panel {
  border-left: 2px solid var(--red);
  padding: 1.25rem 0 1.25rem 1.75rem;
}
.quote-panel blockquote {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(1rem,1.5vw,1.2rem);
  font-weight: 700; font-style: italic;
  color: rgba(255,255,255,0.88); line-height: 1.55;
}
.quote-panel cite {
  display: block; margin-top: 0.75rem;
  font-size: 0.68rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--red); font-style: normal;
}

/* Checklist row */
.check-row { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; }
.check-row::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 0.75rem; flex-shrink: 0; }
.check-row-light { color: rgba(255,255,255,0.65); }
.check-row-dark  { color: var(--text-mid); }

/* ── FORM ELEMENTS ── */
.form-group { display: flex; flex-direction: column; gap: 0.35rem; }
.form-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mid); }
.form-label-light { color: rgba(255,255,255,0.6); }
.form-input, .form-select, .form-textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 4px; padding: 0.72rem 1rem;
  font-size: 0.88rem; color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  outline: none; transition: border-color 0.25s; width: 100%;
}
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.28); }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: rgba(232,69,60,0.55); }
.form-select {
  -webkit-appearance: none; appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff66' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  background-color: rgba(12,53,87,0.6); padding-right: 2.5rem;
}
.form-select option { background: var(--navy-mid); color: #fff; }
.form-textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.68rem; color: rgba(255,255,255,0.28); text-align: center; margin-top: 0.5rem; }
.form-note a { color: rgba(255,255,255,0.38); }

/* ── HERO COMMON ── */
.hero {
  min-height: 100vh; background: var(--navy);
  padding: 5rem 4rem 4rem; position: relative; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; min-height: calc(100vh - 9rem); }
.hero-grid-wide { grid-template-columns: 3fr 2fr; }

/* Hero subtle grid texture */
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 60px 60px; pointer-events: none;
}
/* Hero gradient overlay */
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 65% at 75% 45%, rgba(18,55,95,0.7) 0%, transparent 68%),
              radial-gradient(ellipse 45% 50% at 8% 85%, rgba(232,69,60,0.07) 0%, transparent 55%);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 2; }
.hero-inner { position: relative; z-index: 2; }

/* Page hero (interior pages - shorter) */
.page-hero { min-height: auto; padding: 9rem 4rem 5rem; }

/* ── ANIMATIONS ── */
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.anim-rise-1 { animation: rise 0.85s ease forwards 0.15s; opacity: 0; }
.anim-rise-2 { animation: rise 0.85s ease forwards 0.35s; opacity: 0; }
.anim-rise-3 { animation: rise 0.85s ease forwards 0.55s; opacity: 0; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ── UTILITY ── */
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.gap-sm { gap: 0.75rem; }
.gap-md { gap: 1.5rem; }
.gap-lg { gap: 2.5rem; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.flex-wrap { flex-wrap: wrap; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }

/* Dividers */
.divider { border: none; border-top: 1px solid var(--border); margin: 0; }
.divider-dark { border-color: rgba(255,255,255,0.07); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .section, .section-sm, .section-lg { padding-left: 2rem; padding-right: 2rem; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-cell:nth-child(2) { border-right: none; }
  .hero { padding: 7rem 2rem 4rem; min-height: auto; }
  .hero-grid, .hero-grid-wide { grid-template-columns: 1fr; min-height: auto; }
  .page-hero { padding: 8rem 2rem 4rem; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-main { padding-left: 2rem; padding-right: 2rem; }
  .footer-bar { padding-left: 2rem; padding-right: 2rem; }
}
@media (max-width: 640px) {
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 2.4rem; }
}
@supports not (gap: 1rem) {
  .flex > * + * { margin-left: 1rem; }
  .flex-col > * + * { margin-top: 1rem; }
}
