/* =========================================================
   styles.css (FULL) — Maake M Attorneys Inc.
   Goals from your brief:
   1) Header stays visible while scrolling (sticky + always shown)
   2) Header bigger (almost 2x height)
   3) Hero text animation slower but smooth + professional
   4) “Buttons / pills / tags” redesigned to be cleaner and blend nicely
   5) Five sections below hero look different from each other
   6) Modern, clean, sophisticated black + light gray blending
========================================================= */

/* ---------------------------
   ROOT + RESET
---------------------------- */
:root{
  --bg:#07070a;
  --ink:#ffffff;

  --muted:rgba(255,255,255,.74);
  --muted2:rgba(255,255,255,.58);

  --light:#f6f7f9;
  --light2:#edf0f4;
  --light3:#e7ebf1;
  --lightInk:#0b0b0d;
  --lightMuted:rgba(11,11,13,.66);

  --gold:#b89a5a;
  --gold2:#8d6f34;

  --line:rgba(255,255,255,.12);
  --lineL:rgba(0,0,0,.12);

  --max:1180px;
  --font:"Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --serif:"Playfair Display", Georgia, serif;

  --shadowD:0 30px 90px rgba(0,0,0,.55);
  --shadowD2:0 18px 65px rgba(0,0,0,.45);

  --shadowL:0 22px 70px rgba(0,0,0,.10);
  --shadowL2:0 14px 45px rgba(0,0,0,.10);

  --r16:16px;
  --r22:22px;
  --r28:28px;
  --r34:34px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(1200px 800px at 20% 0%, rgba(184,154,90,.08), transparent 55%),
    radial-gradient(900px 700px at 80% 20%, rgba(184,154,90,.06), transparent 60%),
    var(--bg);
  line-height:1.45;
  letter-spacing:.2px;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.container{ max-width:var(--max); margin:0 auto; padding:0 20px; }

:focus-visible{
  outline:3px solid rgba(184,154,90,.55);
  outline-offset:3px;
  border-radius:14px;
}

/* =========================================================
   HEADER / NAV  (BIGGER + STICKY ALWAYS)
========================================================= */
.site-header{
  position:sticky;
  top:0;
  z-index:90;

  /* more height + stronger blur */
  background:rgba(0,0,0,.74);
  backdrop-filter: blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header--sticky{ position:sticky; }

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

/* Make header almost 2x taller */
.header-inner--lg{
  padding:26px 0; /* (previous was ~14px) */
}

/* Brand (horizontal + vertical line) */
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  white-space:nowrap;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:900;
}
.brand-top,.brand-bottom{ font-size:13px; line-height:1; }
.brand-line{
  width:1px;
  height:20px;
  background:linear-gradient(180deg, transparent, rgba(184,154,90,.92), transparent);
  opacity:.95;
}

/* Desktop nav */
.nav{ display:flex; align-items:center; gap:8px; }
.nav-link{
  display:inline-flex;
  align-items:center;
  padding:12px 13px;
  border-radius:999px;
  color:var(--muted);
  font-weight:900;
  font-size:13px;
  letter-spacing:.6px;
  transition:.22s ease;
}
.nav-link:hover{ background:rgba(255,255,255,.06); color:var(--ink); }
.nav-link.active{
  color:var(--ink);
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
}

/* CTA */
.nav-cta{
  margin-left:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 15px;
  border-radius:999px;
  font-weight:1000;
  font-size:13px;
  letter-spacing:.7px;

  border:1px solid rgba(184,154,90,.55);
  background:linear-gradient(180deg, rgba(184,154,90,.20), rgba(184,154,90,.06));
  box-shadow:0 18px 55px rgba(184,154,90,.12);
  transition:.22s ease;
}
.nav-cta:hover{ transform:translateY(-1px); border-color:rgba(184,154,90,.92); }

/* Mobile button */
.menu-btn{
  display:none;
  width:48px; height:48px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  cursor:pointer;
}
.menu-icon{
  display:block;
  width:18px; height:2px;
  background:rgba(255,255,255,.92);
  margin:0 auto;
  border-radius:4px;
  position:relative;
}
.menu-icon::before,.menu-icon::after{
  content:"";
  position:absolute; left:0; right:0;
  height:2px;
  background:rgba(255,255,255,.92);
  border-radius:4px;
}
.menu-icon::before{ top:-6px; }
.menu-icon::after{ top:6px; }

/* Mobile menu panel */
.mobile-menu{
  border-top:1px solid rgba(255,255,255,.08);
  padding:12px 20px 16px;
  background:rgba(0,0,0,.88);
}
.mobile-link{
  display:block;
  padding:12px 12px;
  border-radius:16px;
  font-weight:900;
  letter-spacing:.6px;
  color:var(--muted);
}
.mobile-link:hover{ background:rgba(255,255,255,.06); color:var(--ink); }
.mobile-link.active{
  color:var(--ink);
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
}
.mobile-cta{
  margin-top:10px;
  display:flex;
  justify-content:center;
  padding:12px 14px;
  border-radius:999px;
  font-weight:1000;
  letter-spacing:.7px;
  border:1px solid rgba(184,154,90,.6);
  background:linear-gradient(180deg, rgba(184,154,90,.20), rgba(184,154,90,.06));
}

/* =========================================================
   COMMON TYPO + SECTION BASE
========================================================= */
section{ position:relative; padding:78px 0; }
section::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:-44px;
  height:44px;
  pointer-events:none;
}

.section-title{
  margin:0;
  font-family:var(--serif);
  font-size:32px;
  line-height:1.08;
}
.section-lead{
  margin:12px 0 0;
  max-width:74ch;
  font-size:14.5px;
  line-height:1.75;
}
.eyebrow{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-weight:1000;
  font-size:12px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  opacity:.9;
}

/* Default buttons (still used in some sections) */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  font-weight:1000;
  font-size:13px;
  letter-spacing:.6px;
  transition:.22s ease;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:var(--ink);
  backdrop-filter: blur(10px);
}
.btn:hover{
  transform:translateY(-1px);
  border-color:rgba(184,154,90,.55);
  background:rgba(184,154,90,.10);
}
.btn-primary{
  border-color:rgba(184,154,90,.65);
  background:linear-gradient(180deg, rgba(184,154,90,.20), rgba(184,154,90,.06));
  box-shadow:0 18px 55px rgba(184,154,90,.14);
}
.btn-ghost{
  background:rgba(0,0,0,.18);
  border-color:rgba(255,255,255,.14);
}
.btn-dark{
  border:1px solid rgba(0,0,0,.14);
  background:rgba(0,0,0,.88);
  color:#fff;
  box-shadow:0 18px 55px rgba(0,0,0,.18);
}
.btn-dark:hover{ background:rgba(0,0,0,.92); border-color:rgba(184,154,90,.55); }
.btn-outline-dark{
  border:1px solid rgba(0,0,0,.16);
  background:rgba(255,255,255,.72);
  color:var(--lightInk);
}
.btn-outline-dark:hover{ border-color:rgba(184,154,90,.55); background:#fff; }

/* CLEANER BUTTON STYLE REQUEST (used for your list) */
.btn-clean{
  border-width:1px;
  border-style:solid;
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:none;
}
.btn-clean:hover{
  border-color:rgba(184,154,90,.55);
  background:linear-gradient(180deg, rgba(184,154,90,.10), rgba(255,255,255,.02));
}

/* =========================================================
   HERO (Night city background)
   NOTE: Put your night image filename here (CSS background).
========================================================= */
.hero{
  min-height:calc(100vh - 96px);
  display:flex;
  align-items:center;
  overflow:hidden;

  background:
    linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.35) 26%, rgba(0,0,0,.80) 100%),
    url("johannesburg_4k_bw_hero.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero::before{ display:none; }

.hero-overlay{
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(900px 700px at 30% 30%, rgba(184,154,90,.10), transparent 60%),
    radial-gradient(1200px 700px at 70% 0%, rgba(255,255,255,.06), transparent 60%);
  mix-blend-mode: screen;
  opacity:.9;
}

.hero-content{ position:relative; z-index:2; padding:110px 0 86px; }

/* Slower + smoother motion */
.hero-badge,.hero-title,.hero-subtitle,.hero-actions{
  opacity:0;
  transform:translateY(26px);
  filter:blur(7px);
  will-change:transform, opacity, filter;
}
body.is-loaded .hero-badge{ animation:riseIn 1.25s cubic-bezier(.18,.86,.2,1) .18s forwards; }
body.is-loaded .hero-title{ animation:riseIn 1.55s cubic-bezier(.18,.86,.2,1) .38s forwards; }
body.is-loaded .hero-subtitle{ animation:riseIn 1.55s cubic-bezier(.18,.86,.2,1) .60s forwards; }
body.is-loaded .hero-actions{ animation:riseIn 1.45s cubic-bezier(.18,.86,.2,1) .78s forwards; }

@keyframes riseIn{
  0%{ opacity:0; transform:translateY(26px); filter:blur(7px); }
  100%{ opacity:1; transform:translateY(0); filter:blur(0); }
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
  color:var(--muted);
  font-weight:1000;
  letter-spacing:.7px;
  font-size:12.5px;
}
.hero-dot{
  width:8px; height:8px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 6px rgba(184,154,90,.14);
}
.hero-title{
  margin:18px 0 12px;
  font-family:var(--serif);
  font-size:clamp(34px, 4vw, 62px);
  line-height:1.03;
  letter-spacing:.2px;
  max-width:22ch;
  text-shadow:0 18px 55px rgba(0,0,0,.55);
}
.hero-title-accent{
  color:var(--gold);
  text-shadow:0 16px 45px rgba(184,154,90,.25);
}
.hero-subtitle{
  margin:0;
  max-width:70ch;
  color:rgba(255,255,255,.80);
  font-size:15px;
  line-height:1.7;
}

.hero-actions{
  margin-top:22px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Hero buttons (clean + blended) */
.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  font-weight:1000;
  font-size:13px;
  letter-spacing:.6px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  transition:.22s ease;
}
.hero-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(184,154,90,.55);
  background:rgba(184,154,90,.10);
}
.hero-btn-primary{
  border-color:rgba(184,154,90,.65);
  background:linear-gradient(180deg, rgba(184,154,90,.20), rgba(184,154,90,.06));
}
.hero-btn-secondary{
  background:rgba(0,0,0,.22);
  border-color:rgba(255,255,255,.14);
}

/* Scroll cue */
.scroll-cue{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.75);
  font-weight:1000;
  letter-spacing:.7px;
  font-size:12px;
  z-index:3;
}
.scroll-line{
  width:1px; height:30px;
  background:linear-gradient(180deg, rgba(184,154,90,.95), rgba(255,255,255,.15));
  border-radius:999px;
  box-shadow:0 14px 40px rgba(184,154,90,.18);
}

/* =========================================================
   SECTION COLOR SYSTEM (light/dark) + smooth blends
========================================================= */

/* LIGHT SECTIONS */
.learn-more,
.help,
.insights{
  color:var(--lightInk);
  background:
    radial-gradient(1000px 700px at 20% 0%, rgba(184,154,90,.08), transparent 55%),
    linear-gradient(180deg, var(--light) 0%, var(--light2) 100%);
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.learn-more::before,
.help::before,
.insights::before{
  background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,0));
}
.learn-more .section-lead,
.help .section-lead,
.insights .section-lead{ color:var(--lightMuted); }
.learn-more .eyebrow,
.help .eyebrow,
.insights .eyebrow{ color:rgba(0,0,0,.58); }

/* DARK SECTIONS */
.covered,
.impact,
.site-footer{
  color:var(--ink);
  background:
    radial-gradient(1100px 700px at 80% 0%, rgba(184,154,90,.08), transparent 60%),
    rgba(0,0,0,.30);
}
.covered::before,
.impact::before,
.site-footer::before{
  background:linear-gradient(180deg, rgba(246,247,249,.85), rgba(246,247,249,0));
}
.covered .section-lead,
.impact .section-lead{ color:var(--muted); }

/* =========================================================
   1) LEARN MORE  (Asymmetric + angled panel)
========================================================= */
.learn-asym{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}
.learn-actions{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.learn-angle-card{
  position:relative;
  display:block;
  padding:22px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadowL);
  overflow:hidden;

  clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
  transition:.22s ease;
}
.learn-angle-card:hover{
  transform:translateY(-2px);
  border-color:rgba(184,154,90,.55);
}
.learn-angle-card::before{
  content:"";
  position:absolute;
  inset:-160px -120px auto auto;
  width:340px;
  height:340px;
  background:radial-gradient(circle, rgba(184,154,90,.22), transparent 60%);
  transform:rotate(18deg);
  opacity:.9;
}
.angle-top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:rgba(0,0,0,.60);
  font-weight:1000;
  letter-spacing:1.2px;
  text-transform:uppercase;
  font-size:12px;
}
.angle-arrow{ color:var(--gold); font-size:18px; }
.angle-title{
  position:relative;
  z-index:1;
  margin-top:12px;
  font-weight:1000;
  font-size:18px;
  color:var(--lightInk);
}
.angle-sub{
  position:relative;
  z-index:1;
  margin-top:8px;
  color:rgba(0,0,0,.62);
  font-size:14px;
  line-height:1.75;
}
.angle-notch{
  position:absolute;
  left:-22px;
  bottom:-22px;
  width:70px;
  height:70px;
  background:rgba(0,0,0,.06);
  transform:rotate(45deg);
}

/* =========================================================
   2) COVERED (Rail + spine + clean chips)
   Requested: "button type design" cleaner & blended
========================================================= */
.covered-wrap{ position:relative; }
.covered-head{ margin-bottom:14px; }

.covered-rail{
  position:relative;
  border-radius: var(--r34);
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.18));
  box-shadow:var(--shadowD2);
  padding: 18px 16px 14px;
  overflow:hidden;
}
.covered-rail::before{
  content:"";
  position:absolute;
  inset:-140px auto auto -180px;
  width:420px;
  height:420px;
  background:radial-gradient(circle, rgba(184,154,90,.18), transparent 62%);
  opacity:.95;
}

.rail-spine{
  position:absolute;
  top:18px;
  left:18px;
  right:18px;
  height:1px;
  background:linear-gradient(90deg, rgba(184,154,90,.0), rgba(184,154,90,.65), rgba(184,154,90,0));
  opacity:.85;
}
.rail-track{
  position:relative;
  z-index:1;
  display:flex;
  gap:10px;
  overflow:auto;
  padding: 18px 4px 6px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling: touch;
}
.rail-track::-webkit-scrollbar{ height:8px; }
.rail-track::-webkit-scrollbar-thumb{ background:rgba(255,255,255,.12); border-radius:999px; }

/* New cleaner chip design */
.rail-chip{
  flex:0 0 auto;
  scroll-snap-align:start;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.88);
  font-weight:1000;
  letter-spacing:.5px;
  font-size:13px;
  transition:.22s ease;
}
.rail-chip:hover{
  border-color:rgba(184,154,90,.55);
  background:rgba(184,154,90,.10);
}

/* extra clean variant hook */
.rail-chip--clean{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-color:rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.covered-cta-row{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* =========================================================
   3) HELP (Timeline steps) — Light
========================================================= */
.help-timeline{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items:start;
}
.help-left .section-lead{ max-width: 70ch; }

.help-actions{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.help-right{
  position:relative;
  padding: 6px 0 6px 18px;
}
.timeline-line{
  position:absolute;
  left: 7px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(184,154,90,.70), rgba(0,0,0,.10));
  opacity:.7;
  border-radius: 999px;
}

.step{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin: 14px 0;
  position:relative;
  z-index:1;
}
.step-node{
  flex:0 0 auto;
  width:14px; height:14px;
  border-radius:50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(184,154,90,.14);
  margin-top: 12px;
}
.step-card{
  flex:1;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadowL2);
  border-radius: var(--r22);
  padding: 14px 14px;
  position:relative;
  overflow:hidden;
}
.step-card::before{
  content:"";
  position:absolute;
  inset:auto -120px -120px auto;
  width:240px; height:240px;
  background: radial-gradient(circle, rgba(0,0,0,.06), transparent 60%);
  transform: rotate(18deg);
  opacity:.9;
}
.step-title{
  font-weight:1000;
  color: var(--lightInk);
  letter-spacing:.2px;
}
.step-sub{
  margin-top:6px;
  color: rgba(0,0,0,.62);
  font-size:14px;
  line-height:1.75;
}

/* =========================================================
   4) IMPACT (Editorial spotlight) — Dark
   Cleaner labels/pills requested:
   Featured Outcome, Confidential, Structured, Fast
========================================================= */
.impact-editorial{ position:relative; }
.impact-top{ margin-bottom: 18px; }

.impact-layout{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  align-items:stretch;
}

/* Featured card */
.impact-feature{
  position:relative;
  border-radius: var(--r34);
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(900px 480px at 20% 0%, rgba(184,154,90,.16), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(0,0,0,.18));
  box-shadow: var(--shadowD);
  padding: 24px;
  overflow:hidden;
}
.impact-feature::after{
  content:"";
  position:absolute;
  inset:-120px -120px auto auto;
  width:320px; height:320px;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 62%);
  transform: rotate(12deg);
  opacity:.85;
}

/* Clean tag */
.impact-tag{
  display:inline-flex;
  padding: 9px 11px;
  border-radius: 999px;
  border: 1px solid rgba(184,154,90,.45);
  background: rgba(184,154,90,.10);
  color: rgba(255,255,255,.86);
  font-weight: 1000;
  letter-spacing: 1.0px;
  text-transform: uppercase;
  font-size: 12px;
}
.impact-tag--clean{
  background:linear-gradient(180deg, rgba(184,154,90,.14), rgba(184,154,90,.06));
  border-color:rgba(184,154,90,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.impact-h{
  position:relative;
  z-index:1;
  margin: 14px 0 8px;
  font-size: 22px;
  letter-spacing: .2px;
}
.impact-p{
  position:relative;
  z-index:1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  max-width: 72ch;
}
.impact-meta{
  position:relative;
  z-index:1;
  margin-top: 14px;
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Cleaner pills (requested) */
.meta-pill{
  padding: 9px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.86);
  font-weight: 1000;
  letter-spacing: .45px;
  font-size: 12px;
}
.meta-pill--clean{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-color:rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.impact-a{
  position:relative;
  z-index:1;
  display:inline-flex;
  margin-top: 14px;
  font-weight: 1000;
  letter-spacing: .4px;
  color: rgba(255,255,255,.90);
}
.impact-a:hover{ color: var(--gold); }

/* Stack minis (different corner shapes) */
.impact-stack{
  display:grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.impact-mini{
  border-radius: var(--r22);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.26);
  box-shadow: var(--shadowD2);
  padding: 18px;
  position:relative;
  overflow:hidden;
}
.impact-mini::before{
  content:"";
  position:absolute;
  inset:auto auto -160px -160px;
  width:340px; height:340px;
  background: radial-gradient(circle, rgba(184,154,90,.14), transparent 60%);
  opacity:.8;
}
.impact-mini-alt{
  border-radius: 12px 34px 12px 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.20));
}
.mini-k{
  position:relative;
  z-index:1;
  font-weight: 1000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,.76);
}
.mini-k--clean{
  color:rgba(255,255,255,.78);
}
.mini-h{
  position:relative;
  z-index:1;
  margin: 10px 0 8px;
  font-size: 18px;
  letter-spacing: .2px;
}
.mini-p{
  position:relative;
  z-index:1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.mini-a{
  position:relative;
  z-index:1;
  display:inline-flex;
  margin-top: 12px;
  font-weight: 1000;
  letter-spacing: .4px;
  color: rgba(255,255,255,.90);
}
.mini-a:hover{ color: var(--gold); }

/* =========================================================
   5) INSIGHTS (Magazine grid) — Light
   Cleaner labels requested: Featured Insight, Guide, Update
========================================================= */
.insights-mag{ position:relative; }
.insights-head{ margin-bottom: 18px; }

.mag-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

/* tile base */
.mag-tile{
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadowL);
  padding: 18px;
  position:relative;
  overflow:hidden;
}
.mag-tile::before{
  content:"";
  position:absolute;
  inset:-140px -140px auto auto;
  width:320px; height:320px;
  background: radial-gradient(circle, rgba(184,154,90,.18), transparent 60%);
  transform: rotate(14deg);
  opacity:.85;
}
.mag-top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight:1000;
  letter-spacing:1.1px;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(0,0,0,.58);
}

/* Cleaner label */
.mag-label{
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(184,154,90,.45);
  background: rgba(184,154,90,.12);
}
.mag-label--clean{
  background:linear-gradient(180deg, rgba(184,154,90,.16), rgba(184,154,90,.08));
  border-color:rgba(184,154,90,.40);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

.mag-time{ color: rgba(0,0,0,.45); }

.mag-title{
  position:relative;
  z-index:1;
  margin: 12px 0 8px;
  font-size: 18px;
  letter-spacing: .2px;
  color: var(--lightInk);
}
.mag-text{
  position:relative;
  z-index:1;
  margin: 0;
  color: rgba(0,0,0,.62);
  font-size: 14px;
  line-height: 1.75;
}
.mag-link{
  position:relative;
  z-index:1;
  display:inline-flex;
  margin-top: 12px;
  font-weight: 1000;
  letter-spacing: .4px;
  color: rgba(0,0,0,.72);
}
.mag-link:hover{ color: var(--gold2); }

/* Wide tile */
.mag-wide{
  grid-column: 1 / -1;
  border-radius: var(--r34);
  clip-path: polygon(0 0, 96% 0, 100% 16%, 100% 100%, 0 100%);
}

/* Tall tiles */
.mag-tall{
  border-radius: 14px 34px 34px 14px;
}
.mag-tall-alt{
  border-radius: 34px 14px 14px 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.74));
}

/* =========================================================
   FOOTER
========================================================= */
.site-footer{
  padding: 60px 0 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap:18px;
  align-items:start;
  padding-bottom:18px;
}
.footer-name{
  display:flex;
  align-items:center;
  gap:12px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:900;
}
.footer-top,.footer-bottom{ font-size:12px; line-height:1; }
.footer-line{
  width:1px;
  height:18px;
  background:linear-gradient(180deg, transparent, rgba(184,154,90,.92), transparent);
  opacity:.9;
}
.footer-note{
  margin:12px 0 0;
  color:var(--muted2);
  font-size:13px;
  line-height:1.75;
  max-width:60ch;
}
.footer-title{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:rgba(255,255,255,.85);
}
.footer-link{
  display:block;
  padding:7px 0;
  color:var(--muted);
  font-weight:900;
  font-size:13px;
}
.footer-link:hover{ color:var(--ink); }
.footer-mini{ margin-top:10px; display:grid; gap:6px; }
.footer-mini-label{
  color:rgba(255,255,255,.55);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.7px;
  text-transform:uppercase;
}
.footer-mini-value{
  color:rgba(255,255,255,.82);
  font-weight:1000;
  letter-spacing:.2px;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.65);
  font-size:12px;
  letter-spacing:.3px;
}
.footer-link-inline{ color:rgba(255,255,255,.75); font-weight:1000; }
.footer-link-inline:hover{ color:var(--gold); }
.footer-sep{ opacity:.6; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 980px){
  .nav{ display:none; }
  .menu-btn{ display:inline-flex; align-items:center; justify-content:center; }

  .header-inner--lg{ padding:22px 0; }

  .hero-content{ padding: 92px 0 72px; }

  .learn-asym{ grid-template-columns: 1fr; }
  .help-timeline{ grid-template-columns: 1fr; }
  .impact-layout{ grid-template-columns: 1fr; }
  .mag-grid{ grid-template-columns: 1fr; }
  .mag-wide{ grid-column: auto; clip-path: none; }

  .footer-grid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px){
  section{ padding: 64px 0; }
  .footer-grid{ grid-template-columns: 1fr; }
  .hero-title{ max-width: 22ch; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .hero-badge,.hero-title,.hero-subtitle,.hero-actions{
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
    animation:none !important;
  }
}



