:root {
    
    --paper: #F4EFE3;
    --paper-2: #EDE6D4;
    --paper-3: #E5DBC2;
    --ink: #16110C;
    --ink-2: #3A2F25;
    --ink-soft: #6B5D4E;
    --ink-mute: #9C8E7E;
    --rule: #D9CFB8;
    --rule-soft: #E5DDC8;
    --crimson: #9B2226;
    --crimson-deep: #6B1115;
    --honey: #C8943A;
    --honey-deep: #8E6520;
    --gold: #B08537;
    --gold-deep: #7C5A22;
    --sage: #4A5D3F;
    --sage-deep: #2E3D27;
    --cream: #FBF7EC;
    /* CFRR EMBLEM — embedded for self-contained file */
    --cfrr-logo: url("https://web-ebook-content.s3.us-west-2.amazonaws.com/system/thelifelinecards/public-image-1.jpg");
    --shadow-sm: 0 1px 2px rgba(22,17,12,.06), 0 2px 4px rgba(22,17,12,.04);
    --shadow-md: 0 4px 12px rgba(22,17,12,.08), 0 12px 28px rgba(22,17,12,.08);
    --shadow-lg: 0 12px 24px rgba(22,17,12,.10), 0 32px 64px rgba(22,17,12,.12);
    --shadow-card: 0 1px 0 rgba(255,255,255,.6) inset, 0 12px 28px rgba(22,17,12,.10), 0 32px 64px rgba(22,17,12,.10);
    --serif: "Fraunces", "Times New Roman", serif;
    --sans: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
    --r-sm: 6px;
    --r-md: 14px;
    --r-lg: 22px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  background-image:
    radial-gradient(ellipse 1200px 600px at 10% -10%, rgba(155,34,38,.06), transparent 60%),
    radial-gradient(ellipse 900px 500px at 100% 30%, rgba(176,133,55,.07), transparent 60%);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 1;
  opacity: .35; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.10  0 0 0 0 0.07  0 0 0 0 0.03  0 0 0 0.18 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 28px; position: relative; z-index: 2; }
section { position: relative; z-index: 2; }

.eyebrow {
  font-family: var(--sans);
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .22em;
  color: var(--crimson);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: currentColor;
}
.eyebrow.center::before { display: none; }
.eyebrow.center { justify-content: center; }
.eyebrow.honey { color: var(--honey-deep); }
.eyebrow.sage { color: var(--sage); }
.eyebrow.cream { color: var(--gold); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  letter-spacing: -.02em; line-height: 1.02;
  color: var(--ink);
}
h1 .it, h2 .it, h3 .it { font-style: italic; font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1; color: var(--crimson); }
h2 .honey-it { font-style: italic; font-weight: 300; color: var(--honey-deep); }

p { color: var(--ink-2); }
.lead {
  font-size: 21px; line-height: 1.55; color: var(--ink-2); max-width: 56ch;
  font-weight: 400;
}

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  background: rgba(244,239,227,.78);
  border-bottom: 1px solid var(--rule-soft);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--serif); font-size: 18px; font-weight: 500;
  letter-spacing: -.01em; line-height: 1.1;
}
.brand-mark {
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(160deg, var(--crimson), var(--crimson-deep));
  display: grid; place-items: center;
  box-shadow: 0 4px 14px rgba(155,34,38,.30);
  position: relative; flex-shrink: 0;
}
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; background: var(--cream); border-radius: 1px;
}
.brand-mark::before { width: 16px; height: 4px; }
.brand-mark::after  { width: 4px; height: 16px; }
.brand-name small {
  display: block; font-family: var(--sans); font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); margin-top: 3px;
}
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--ink-2);
  transition: color .2s;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--crimson); }
@media (max-width: 1180px) {
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 13px; }
}
@media (max-width: 1040px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .brand-name { display: none; }
}
.nav-cta {
  background: var(--ink); color: var(--cream) !important;
  padding: 10px 18px; border-radius: 999px;
  font-size: 13px !important; font-weight: 600 !important;
  transition: transform .2s, background .2s;
}
.nav-cta:hover { background: var(--crimson) !important; transform: translateY(-1px); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px; border-radius: 999px;
  font-family: var(--sans); font-size: 15px; font-weight: 600;
  letter-spacing: .01em;
  transition: transform .2s, box-shadow .2s, background .2s;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, var(--crimson), var(--crimson-deep));
  color: var(--cream);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 8px 22px rgba(155,34,38,.32);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 14px 30px rgba(155,34,38,.40); }
.btn-secondary {
  background: var(--cream); color: var(--ink);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-sm);
}
.btn-secondary:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--ink-soft); }
.btn-honey {
  background: linear-gradient(180deg, var(--honey), var(--honey-deep));
  color: var(--cream);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 8px 22px rgba(200,148,58,.32);
}
.btn-honey:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 14px 30px rgba(200,148,58,.40); }
.btn-ghost {
  color: var(--ink); padding: 10px 0;
  border-bottom: 1px solid var(--ink); border-radius: 0;
}
.btn-arrow { transition: transform .25s; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* Endorsement / Trust Band */
.endorse {
  background: linear-gradient(180deg, #0F0A06 0%, #1A130B 100%);
  color: rgba(251,247,236,.85);
  padding: 22px 0;
  position: relative;
  border-bottom: 1px solid rgba(176,133,55,.22);
}
.endorse::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176,133,55,.5) 50%, transparent);
}
.endorse-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.endorse-main {
  display: flex; align-items: center; gap: 22px;
  flex: 1;
  justify-content: center;
}
@media (max-width: 880px) {
  .endorse-inner { flex-direction: column; gap: 14px; padding: 4px 0; }
  .endorse-main { flex-direction: column; gap: 12px; text-align: center; }
}

.endorse-advisor-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px;
  color: var(--cream);
  font-weight: 700;
  letter-spacing: .03em;
  padding: 9px 18px;
  background: linear-gradient(160deg, var(--crimson), var(--crimson-deep));
  border: 1px solid rgba(155,34,38,.55);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(155,34,38,.32), 0 1px 0 rgba(255,255,255,.08) inset;
  transition: transform .2s, box-shadow .2s;
  flex-shrink: 0;
}
.endorse-advisor-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(155,34,38,.45), 0 1px 0 rgba(255,255,255,.08) inset;
}
.endorse-advisor-link svg { transition: transform .2s; }
.endorse-advisor-link:hover svg { transform: translateX(2px); }
.endorse-advisor {
  display: flex; align-items: center; gap: 14px; flex-shrink: 0;
}
.endorse-advisor-by { font-size: 12px; color: rgba(251,247,236,.82); letter-spacing: .01em; }
.endorse-advisor-by strong { color: var(--gold); font-weight: 700; }
@media (max-width: 880px) {
  .endorse-advisor { flex-direction: column; gap: 8px; text-align: center; }
}

/* === ADVISOR SPONSOR BAND (shown only when ?ref= present) === */
.sponsor-band {
  background: linear-gradient(180deg, var(--cream), var(--paper));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 66px 0;
}
.sponsor-band-inner {
  display: flex; align-items: center; gap: 48px;
  max-width: 1000px;
}
.sponsor-photo {
  width: 190px; height: 190px; border-radius: 50%;
  flex-shrink: 0;
  background-image: var(--advisor-photo, none);
  background-size: cover; background-position: center;
  background-color: var(--paper-2);
  box-shadow: 0 0 0 1px var(--rule), 0 0 0 5px rgba(176,133,55,.12), 0 12px 28px rgba(22,17,12,.16);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep);
}
.sponsor-photo svg { width: 84px; height: 84px; opacity: .45; }
.sponsor-band.has-photo .sponsor-photo svg { display: none; }
.sponsor-info { flex: 1; min-width: 0; }
.sponsor-info .eyebrow {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep);
  margin-bottom: 9px; display: flex; align-items: center; gap: 8px;
}
.sponsor-info .eyebrow .star { color: var(--gold); }
.sponsor-info h2 {
  font-family: var(--serif); font-size: clamp(31px, 4.4vw, 46px); font-weight: 400;
  color: var(--ink); line-height: 1.08; margin-bottom: 5px; letter-spacing: -.012em;
}
.sponsor-info .role { font-size: 16px; color: var(--ink-soft); margin-bottom: 16px; }
.sponsor-info .role .firm { color: var(--crimson); font-weight: 600; }
.sponsor-note-line {
  font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.55;
  color: var(--ink-2); margin-bottom: 22px; max-width: 64ch;
}
.sponsor-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(160deg, var(--crimson), var(--crimson-deep));
  color: var(--cream); padding: 13px 26px; border-radius: 999px;
  text-decoration: none; font-family: var(--sans); font-size: 14px; font-weight: 600;
  letter-spacing: .02em;
  box-shadow: 0 8px 20px rgba(155,34,38,.26), 0 1px 0 rgba(255,255,255,.1) inset;
  transition: transform .2s ease;
}
.sponsor-cta:hover { transform: translateY(-1px); }
.sponsor-cta svg { transition: transform .2s; }
.sponsor-cta:hover svg { transform: translateX(3px); }
@media (max-width: 760px) {
  .sponsor-band-inner { flex-direction: column; text-align: center; gap: 22px; }
  .sponsor-info .eyebrow { justify-content: center; }
  .sponsor-note-line { margin-left: auto; margin-right: auto; }
}

/* === MORE ABOUT YOUR SPONSOR — bio block (shown only when ?ref= present) === */
.sponsor-bio { padding: 84px 0; background: var(--paper-2); }
.sponsor-bio-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.sponsor-bio .eyebrow {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep);
  margin-bottom: 24px; display: block;
}
.sponsor-bio .bio-photo {
  width: 116px; height: 116px; border-radius: 50%; margin: 0 auto 24px;
  background-image: var(--advisor-photo, none);
  background-size: cover; background-position: center;
  background-color: var(--cream);
  box-shadow: 0 0 0 1px var(--rule), 0 0 0 5px rgba(176,133,55,.12), 0 12px 28px rgba(22,17,12,.14);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep);
}
.sponsor-bio .bio-photo svg { width: 52px; height: 52px; opacity: .45; }
.sponsor-bio.has-photo .bio-photo svg { display: none; }
.sponsor-bio h2 {
  font-family: var(--serif); font-size: clamp(28px, 3.6vw, 40px); font-weight: 350;
  color: var(--ink); line-height: 1.1; margin-bottom: 26px; letter-spacing: -.012em;
}
.sponsor-bio h2 .it { font-style: italic; color: var(--crimson); }
.sponsor-bio p {
  font-size: 16px; line-height: 1.7; color: var(--ink-2);
  margin-bottom: 16px; text-align: left;
}
.sponsor-bio .signoff {
  font-family: var(--serif); font-style: italic; font-size: 17px;
  color: var(--ink-soft); margin-top: 24px; text-align: left;
}
.sponsor-bio .signoff strong {
  font-style: normal; color: var(--crimson); display: block; font-size: 19px; margin-top: 2px;
}
.endorse-seal {
  width: 64px; height: 64px; border-radius: 50%;
  background-image: var(--cfrr-logo);
  background-size: cover; background-position: center;
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(176,133,55,.45),
    0 0 0 4px rgba(176,133,55,.06),
    0 6px 18px rgba(0,0,0,.5);
}
.endorse-text { color: rgba(251,247,236,.85); text-align: left; }
@media (max-width: 720px) { .endorse-text { text-align: center; } }
.endorse-text .small {
  display: block; font-size: 10.5px; color: var(--gold);
  letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
  margin-bottom: 4px;
}
.endorse-text .name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: -.005em;
  line-height: 1.1;
}
.endorse-text .name .it { font-style: italic; color: var(--gold); font-weight: 400; }

/* HERO */
.hero { padding: 50px 0 90px; position: relative; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 480px);
  gap: 60px;
  align-items: center;
}
.hero-copy { min-width: 0; }
@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 50px; }
}

.hero h1 {
  font-size: clamp(40px, 5.2vw, 64px);
  margin: 24px 0 24px;
  font-weight: 350;
  line-height: 1.05;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.hero h1 .underline {
  position: relative;
}
.hero h1 .underline::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'><path d='M2,7 Q50,2 100,5 T198,4' stroke='%239B2226' stroke-width='2' fill='none' stroke-linecap='round'/></svg>") no-repeat center / 100% 100%;
}
.hero-meta {
  display: flex; gap: 28px; margin-top: 36px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid var(--rule);
}
.hero-meta div { display: flex; flex-direction: column; gap: 2px; }
.hero-meta strong { font-family: var(--serif); font-size: 26px; font-weight: 500; color: var(--ink); }
.hero-meta span { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); }
.hero-ctas { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }

.price-clarity {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 22px;
  padding: 11px 18px;
  background: rgba(74,93,63,.08);
  border: 1px solid rgba(74,93,63,.22);
  border-radius: 999px;
  font-size: 14px;
  color: var(--ink-2);
}
.price-clarity svg { color: var(--sage); flex-shrink: 0; }
.price-clarity strong { color: var(--ink); font-weight: 700; }

/* Hero card stack */
.hero-visual {
  position: relative;
  perspective: 1400px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  /* Hard clip — nothing inside can paint outside this box */
  overflow: visible;
  /* Reserve a fixed footprint so the column never collapses or grows */
  aspect-ratio: 1 / 1;
}
.hero-visual::before {
  content: ""; position: absolute; inset: -10px;
  background:
    radial-gradient(ellipse at 60% 50%, rgba(155,34,38,.08), transparent 70%),
    radial-gradient(ellipse at 30% 80%, rgba(200,148,58,.10), transparent 70%);
  z-index: -1; border-radius: 50%; filter: blur(20px);
}
.card-stack {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.card {
  position: absolute;
  width: 320px; height: 200px;
  border-radius: 14px;
  background: linear-gradient(180deg, #FFFFFF, #FBF7EC);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  font-family: var(--sans);
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
@media (max-width: 540px) { .card { width: 280px; height: 175px; } }

/* Three cards fan within a 480px-wide visual envelope */
.card-senior  { transform: rotate(-5deg) translate(-10px, -55px); z-index: 3; }
.card-spouse  { transform: rotate(2deg)  translate(0px, 0px); z-index: 2; }
.card-kid     { transform: rotate(6deg)  translate(20px, 55px); z-index: 1; }
.hero-visual:hover .card-senior { transform: rotate(-3deg) translate(-10px, -60px); }
.hero-visual:hover .card-spouse { transform: rotate(0deg)  translate(0px, -2px); }
.hero-visual:hover .card-kid    { transform: rotate(4deg)  translate(20px, 50px); }

.card-bar {
  background: linear-gradient(180deg, var(--crimson), var(--crimson-deep));
  color: #fff;
  padding: 9px 14px;
  font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.card-bar.honey { background: linear-gradient(180deg, var(--honey), var(--honey-deep)); }
.card-bar svg { flex-shrink: 0; }

.card-body {
  padding: 12px 14px;
  display: grid; grid-template-columns: 50px 1fr; gap: 12px; align-items: start;
}
.medic-cross {
  width: 50px; height: 50px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #FFF, #E1E1E1 70%);
  border: 2px solid #DCDCDC;
  position: relative;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.10);
  display: grid; place-items: center; flex-shrink: 0;
}
.medic-cross::before, .medic-cross::after {
  content: ""; background: var(--crimson); border-radius: 2px; position: absolute;
}
.medic-cross::before { width: 24px; height: 7px; }
.medic-cross::after  { width: 7px; height: 24px; }
.medic-cross.honey::before, .medic-cross.honey::after { background: var(--honey-deep); }

.card-info { font-size: 10px; line-height: 1.4; color: var(--ink); }
.card-info .label { font-size: 7.5px; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); margin-bottom: 2px; }
.card-info .name { font-weight: 700; font-size: 12px; margin-bottom: 4px; }
.card-info .row { display: flex; gap: 12px; margin-top: 5px; padding-top: 5px; border-top: 1px dashed var(--rule); }
.card-info .row > div { flex: 1; }

.card-foot {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--paper-2);
  padding: 5px 14px;
  font-size: 7px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft);
  text-align: center;
  border-top: 1px solid var(--rule-soft);
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.card-foot .seal {
  width: 11px; height: 11px; border-radius: 50%;
  background-image: var(--cfrr-logo);
  background-size: cover; background-position: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 0.5px rgba(176,133,55,.4);
}

.float-stat {
  position: absolute;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 8px 12px;
  box-shadow: var(--shadow-md);
  font-size: 12px;
  display: flex; align-items: center; gap: 9px;
  z-index: 4;
  animation: float 6s ease-in-out infinite;
  white-space: nowrap;
  max-width: calc(100% - 20px);
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.float-stat .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(74,93,63,.18); flex-shrink: 0; }
.float-stat strong { font-family: var(--serif); font-weight: 500; }
.float-1 { top: 20px; right: 10px; animation-delay: .3s; }
.float-2 { bottom: 30px; left: 10px; animation-delay: 1.2s; }
@media (max-width: 540px) {
  .float-stat { font-size: 11px; padding: 6px 10px; }
}

/* TICKER */
.stat-band {
  background: var(--ink);
  color: var(--cream);
  padding: 26px 0;
  overflow: hidden;
  position: relative;
}
.stat-band::before, .stat-band::after { content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; }
.stat-band::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.stat-band::after  { right: 0; background: linear-gradient(270deg, var(--ink), transparent); }
.ticker {
  display: flex; gap: 56px;
  animation: ticker 40s linear infinite;
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 26px; font-weight: 300; font-style: italic;
}
.ticker span { display: inline-flex; align-items: center; gap: 56px; }
.ticker span::after { content: "✱"; font-style: normal; color: var(--crimson); font-size: 20px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* TCFRR MISSION — community service hero */
.mission {
  padding: 130px 0 110px;
  background:
    linear-gradient(180deg, #0F0A06 0%, #1A130B 50%, #0F0A06 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.mission::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 500px at 50% 0%, rgba(176,133,55,.16), transparent 60%),
    radial-gradient(ellipse 700px 400px at 50% 100%, rgba(176,133,55,.08), transparent 60%);
  pointer-events: none;
}
.mission::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176,133,55,.5) 50%, transparent);
}
.mission-inner {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

.mission-seal {
  width: 280px; height: 280px;
  border-radius: 50%;
  background-image: var(--cfrr-logo);
  background-size: cover; background-position: center;
  margin: 0 auto 36px;
  box-shadow:
    0 0 0 1px rgba(176,133,55,.45),
    0 0 0 12px rgba(176,133,55,.05),
    0 0 0 13px rgba(176,133,55,.20),
    0 30px 60px rgba(0,0,0,.55);
  animation: sealEntrance 1.2s cubic-bezier(.2,.7,.2,1) both;
}
@media (max-width: 720px) { .mission-seal { width: 200px; height: 200px; margin-bottom: 28px; } }
@keyframes sealEntrance {
  from { opacity: 0; transform: scale(0.85) rotate(-3deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

.mission-eyebrow {
  font-family: var(--sans);
  font-size: 12px; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.mission h1 {
  color: var(--cream);
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 350;
  line-height: 1.05;
  letter-spacing: -.015em;
  margin-bottom: 28px;
}
.mission h1 .it { font-style: italic; color: var(--gold); font-weight: 300; }

.mission-lead {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 300;
  font-style: italic;
  color: rgba(251,247,236,.85);
  line-height: 1.55;
  max-width: 64ch;
  margin: 0 auto 36px;
  font-variation-settings: "opsz" 36;
}

.mission-pillars {
  margin-top: 56px;
  padding-top: 44px;
  border-top: 1px solid rgba(176,133,55,.25);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 720px) { .mission-pillars { grid-template-columns: 1fr; gap: 28px; } }
.mission-pillar { text-align: center; }
.mission-pillar h4 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 8px;
  letter-spacing: -.005em;
}
.mission-pillar p {
  color: rgba(251,247,236,.75);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 28ch;
  margin-inline: auto;
}

/* ============================================
   ADVISOR LETTER — the human face behind the
   institutional mission. Sits between the dark
   mission panel and "Why now" — the institutional
   voice gives way to a personal one. Single-swap:
   advisor photo, name, location, years all update
   in one HTML block; CSS doesn't need to change.
   ============================================ */
.advisor-letter {
  padding: 110px 0 100px;
  background:
    linear-gradient(180deg, var(--paper) 0%, #F0E9D5 100%);
  position: relative;
  overflow: hidden;
}
.advisor-letter::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176,133,55,.32) 50%, transparent);
}
.advisor-letter::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 700px 380px at 18% 30%, rgba(200,148,58,.08), transparent 60%),
    radial-gradient(ellipse 600px 320px at 85% 80%, rgba(74,93,63,.06), transparent 60%);
}

.advisor-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 72px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 880px) {
  .advisor-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
    max-width: 560px;
  }
}

/* Portrait — gold-ringed circular frame echoing the CFRR seal,
   with subtle shadow elevation. */
.advisor-portrait {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    linear-gradient(160deg, #2F2418 0%, #1A130B 100%);
  background-image: var(--advisor-photo, none),
    linear-gradient(160deg, #2F2418 0%, #1A130B 100%);
  background-size: cover;
  background-position: center;
  box-shadow:
    0 0 0 1px rgba(176,133,55,.55),
    0 0 0 8px rgba(244,239,227,1),
    0 0 0 9px rgba(176,133,55,.45),
    0 18px 40px rgba(22,17,12,.18),
    0 6px 14px rgba(22,17,12,.10);
  display: grid; place-items: center;
}
@media (max-width: 880px) {
  .advisor-portrait { width: 180px; height: 180px; }
}

/* Monogram fallback — shows when advisor hasn't uploaded a photo yet.
   Will be hidden once --advisor-photo is set with an actual image URL. */
.advisor-portrait .monogram {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 350;
  font-style: italic;
  color: var(--gold);
  letter-spacing: -.02em;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0,0,0,.4);
  /* Hidden when advisor photo is set */
  opacity: var(--advisor-monogram-opacity, 1);
}
@media (max-width: 880px) {
  .advisor-portrait .monogram { font-size: 48px; }
}

/* Subtle "stamp" badge on the portrait — years in community */
.advisor-portrait .badge {
  position: absolute;
  bottom: -8px; right: -4px;
  background: linear-gradient(180deg, var(--crimson), var(--crimson-deep));
  color: var(--cream);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow:
    0 8px 18px rgba(155,34,38,.32),
    0 1px 0 rgba(255,255,255,.15) inset,
    0 0 0 1px rgba(124,17,21,.4);
  white-space: nowrap;
  transform: rotate(-4deg);
}

/* Letter body */
.advisor-letter-body { padding-top: 8px; }
@media (max-width: 880px) {
  .advisor-letter-body { padding-top: 0; }
}

.advisor-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.advisor-eyebrow::before,
.advisor-eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--gold);
  opacity: .55;
}
@media (max-width: 880px) {
  .advisor-eyebrow {
    justify-content: center;
  }
}

.advisor-greeting {
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 350;
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: 22px;
  letter-spacing: -.01em;
}
.advisor-greeting .it {
  font-style: italic;
  color: var(--crimson);
  font-weight: 350;
}

.advisor-letter-body p {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 18px;
  font-weight: 350;
  max-width: 58ch;
}
@media (max-width: 880px) {
  .advisor-letter-body p { margin-left: auto; margin-right: auto; }
}
.advisor-letter-body p:last-of-type { margin-bottom: 28px; }
.advisor-letter-body strong {
  color: var(--ink);
  font-weight: 500;
}

/* Signature block — italicized name with a subtle underline,
   then credentials/location below in sans-serif. */
.advisor-signature {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--rule-soft);
  max-width: 58ch;
}
@media (max-width: 880px) {
  .advisor-signature { margin-left: auto; margin-right: auto; }
}

.advisor-signature .signed-name {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 350;
  font-style: italic;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -.01em;
  display: block;
  margin-bottom: 8px;
  /* Subtle ink-stroke effect */
  text-shadow: 0 1px 0 rgba(0,0,0,.02);
}

.advisor-signature .signed-meta {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: .02em;
  line-height: 1.55;
}
.advisor-signature .signed-meta .role {
  display: block;
  color: var(--ink-2);
  font-weight: 600;
  margin-bottom: 2px;
}
.advisor-signature .signed-meta .credential {
  font-style: italic;
  font-weight: 400;
  color: var(--ink-mute);
}


/* STORIES — four fictional but realistic scenarios. 
   To swap photos later, replace the --story-photo-N values below. */
:root {
    --story-photo-1: url("https://web-ebook-content.s3.us-west-2.amazonaws.com/system/thelifelinecards/public-image-2.jpg");
    --story-photo-2: url("https://web-ebook-content.s3.us-west-2.amazonaws.com/system/thelifelinecards/public-image-3.jpg");
    --story-photo-3: url("https://web-ebook-content.s3.us-west-2.amazonaws.com/system/thelifelinecards/public-image-4.jpg");
    --story-photo-4: url("https://web-ebook-content.s3.us-west-2.amazonaws.com/system/thelifelinecards/public-image-5.jpg");
}

.stories {
  padding: 110px 0;
  position: relative;
  background: var(--paper);
}
.stories::before, .stories::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176,133,55,.32) 50%, transparent);
}
.stories::before { top: 0; }
.stories::after  { bottom: 0; }

.stories-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.stories-eyebrow {
  font-family: var(--sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.stories-eyebrow::before, .stories-eyebrow::after {
  content: ""; width: 28px; height: 1px;
  background: var(--gold); opacity: .55;
}
.stories-head h2 {
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.06;
  margin-bottom: 16px;
}
.stories-sublead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 auto;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 1080px) { .stories-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
@media (max-width: 560px)  { .stories-grid { grid-template-columns: 1fr; gap: 28px; } }

.story-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 32px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
  position: relative;
}
.story-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.story-portrait {
  width: 132px; height: 132px;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
  background-color: var(--paper-2);
  margin-bottom: 18px;
  box-shadow:
    0 0 0 1px rgba(176,133,55,.45),
    0 0 0 5px var(--cream),
    0 0 0 6px rgba(176,133,55,.30),
    0 8px 24px rgba(22,17,12,.10);
  position: relative;
  display: grid;
  place-items: center;
}
.story-portrait[data-portrait="1"] { background-image: var(--story-photo-1); }
.story-portrait[data-portrait="2"] { background-image: var(--story-photo-2); }
.story-portrait[data-portrait="3"] { background-image: var(--story-photo-3); }
.story-portrait[data-portrait="4"] { background-image: var(--story-photo-4); }

/* Initial fallback — only renders if photo background fails to load */
.portrait-initial {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  opacity: 0;  /* hidden when photo loads; visible if photo missing */
}
.story-portrait:not([style*="background-image"]):not([data-portrait]) .portrait-initial {
  opacity: 1;
}

.story-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
}
.story-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.005em;
  line-height: 1.2;
}
.story-age {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 4px;
}
.story-headline {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: var(--crimson);
  margin: 8px 0 14px;
  line-height: 1.25;
  letter-spacing: -.005em;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  max-width: 22ch;
}
.story-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0;
  max-width: 32ch;
}
.story-body strong {
  color: var(--ink);
  font-weight: 600;
}

.stories-foot {
  margin-top: 56px;
  text-align: center;
}
.stories-foot p {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 350;
  font-style: italic;
  color: var(--ink-2);
  margin-bottom: 20px;
  line-height: 1.4;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
}
.stories-foot p strong {
  font-style: normal;
  font-weight: 500;
  color: var(--ink);
}
.stories-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, var(--crimson), var(--crimson-deep));
  color: var(--cream);
  padding: 14px 30px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow:
    0 6px 18px rgba(155,34,38,.28),
    0 1px 0 rgba(255,255,255,.10) inset;
  transition: transform .2s ease, box-shadow .2s ease;
}
.stories-cta:hover { transform: translateY(-1px); }
.stories-cta svg { transition: transform .25s ease; }
.stories-cta:hover svg { transform: translateX(3px); }

/* WHY NOW — speaks to the moment without being grim */
.whynow {
  padding: 110px 0;
  position: relative;
  background: var(--paper-2);
}
.whynow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 940px) { .whynow-grid { grid-template-columns: 1fr; gap: 48px; } }

.whynow h2 {
  font-size: clamp(36px, 5vw, 56px);
  margin: 22px 0 20px;
  line-height: 1.05;
}
.whynow p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 16px;
  max-width: 56ch;
}

.whynow-grid-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.whynow-item {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.whynow-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.whynow-item .ico {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(160deg, var(--crimson), var(--crimson-deep));
  color: var(--cream);
  display: grid; place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(155,34,38,.20);
}
.whynow-item h4 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--ink);
  line-height: 1.2;
}
.whynow-item p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* CLAIM YOUR FREE CARDS — the conversion moment */
.claim {
  padding: 130px 0;
  background:
    radial-gradient(ellipse 1000px 500px at 50% 50%, rgba(176,133,55,.08), transparent 70%),
    var(--paper);
  position: relative;
}
.claim-card {
  max-width: 1080px; margin: 0 auto;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 24px;
  padding: 64px 56px;
  box-shadow: var(--shadow-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.claim-card::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 600px 200px at 50% 0%, rgba(176,133,55,.10), transparent 70%);
  pointer-events: none;
}
@media (max-width: 720px) { .claim-card { padding: 44px 28px; } }

.claim-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold-soft), rgba(176,133,55,.18));
  color: var(--gold-deep);
  padding: 6px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em;
  border: 1px solid rgba(176,133,55,.30);
  margin-bottom: 24px;
  position: relative;
}

.claim h2 {
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.05;
  margin-bottom: 22px;
  position: relative;
}
.claim h2 .it { font-style: italic; color: var(--crimson); font-weight: 350; }

.claim-lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0 auto 48px;
  position: relative;
}

.claim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
  text-align: left;
  position: relative;
}
@media (max-width: 820px) { .claim-grid { grid-template-columns: 1fr; gap: 18px; } }

.claim-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
}
.claim-step .num {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(160deg, var(--crimson), var(--crimson-deep));
  color: var(--cream);
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 22px; font-weight: 500;
  font-style: italic;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(155,34,38,.30);
}
.claim-step h4 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.2;
  color: var(--ink);
}
.claim-step p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
  margin: 0;
}

/* ============================================
   HOUSEHOLD VISUALIZER — sits inside the claim
   card, between the steps grid and the CTA.
   Makes the "cards for everyone in the family"
   benefit explicit and tangible. Tiles are
   visual hooks; the actual functionality is
   wired by the form on submit.
   ============================================ */
.household {
  margin: 8px auto 44px;
  max-width: 920px;
  position: relative;
  text-align: center;
}

.household-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.household-eyebrow::before,
.household-eyebrow::after {
  content: ""; width: 22px; height: 1px;
  background: var(--gold); opacity: .55;
}

.household h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 350;
  line-height: 1.18;
  letter-spacing: -.012em;
  color: var(--ink);
  margin-bottom: 8px;
}
.household h3 .it {
  font-style: italic;
  color: var(--crimson);
  font-weight: 350;
}

.household-sublead {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 auto 16px;
}

.household-pick {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--gold-deep);
  margin: 0 auto 26px;
}

.household-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 0 auto 24px;
  max-width: 920px;
}
@media (max-width: 880px) { .household-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (max-width: 480px) { .household-grid { grid-template-columns: repeat(2, 1fr); } }

.household-tile {
  position: relative;
  background: var(--cream);
  border: 1.5px solid var(--rule);
  border-radius: 14px;
  padding: 20px 14px 18px;
  transition: transform .25s cubic-bezier(.22,.61,.36,1),
              box-shadow .25s ease,
              border-color .25s ease,
              background .25s ease;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.household-tile::before {
  /* Soft warm wash on hover/selected */
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 200px 120px at 50% 0%, rgba(200,148,58,.18), transparent 70%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.household-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(176,133,55,.55);
  box-shadow: 0 12px 28px rgba(22,17,12,.10);
}
.household-tile:hover::before { opacity: 1; }

/* Selected state — pre-checked by default to prime
   visitors that they CAN include everyone. */
.household-tile.selected {
  border-color: var(--sage);
  background: linear-gradient(180deg, rgba(74,93,63,.04), var(--cream) 60%);
}
.household-tile.selected::before { opacity: .5; }

.household-tile .check {
  position: absolute;
  top: 10px; right: 10px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--sage), var(--sage-deep));
  color: var(--cream);
  display: grid; place-items: center;
  box-shadow: 0 2px 6px rgba(46,61,39,.35);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity .25s ease, transform .25s cubic-bezier(.22,1,.36,1);
}
.household-tile.selected .check {
  opacity: 1;
  transform: scale(1);
}

.household-tile .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--paper-2), var(--cream));
  border: 1px solid var(--rule);
  display: grid; place-items: center;
  color: var(--ink);
  position: relative;
  z-index: 1;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.household-tile.selected .icon {
  background: linear-gradient(160deg, rgba(74,93,63,.10), var(--cream));
  border-color: rgba(74,93,63,.4);
  color: var(--sage-deep);
}

.household-tile .label {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 4px;
  position: relative; z-index: 1;
}

.household-tile .meta {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 1.4;
  letter-spacing: .005em;
  position: relative; z-index: 1;
}

/* Counter pill — shows the running tally of cards being generated.
   Updates live via JS when tiles are toggled. */
.household-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 22px;
  background: linear-gradient(180deg, rgba(74,93,63,.08), rgba(74,93,63,.04));
  border: 1px solid rgba(74,93,63,.25);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--sage-deep);
}
.household-counter .count {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  font-style: italic;
  color: var(--sage-deep);
}
.household-counter strong {
  font-weight: 700;
  letter-spacing: .01em;
}

.claim-cta {
  margin-bottom: 36px;
  position: relative;
}
.claim-cta .btn { font-size: 16px; padding: 18px 32px; }

.claim-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  font-size: 13px;
  color: var(--ink-soft);
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  position: relative;
}
.claim-trust span { display: inline-flex; align-items: center; gap: 6px; }
.claim-trust svg { color: var(--sage); flex-shrink: 0; }

/* PROBLEM */
.problem { padding: 110px 0; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 940px) { .problem-grid { grid-template-columns: 1fr; gap: 60px; } }
.problem h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 24px 0; }
.problem .lead { margin-bottom: 28px; }

.fact-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 28px 32px;
  position: relative;
  box-shadow: var(--shadow-md);
}
.fact-card + .fact-card { margin-top: 16px; }
.fact-card .num {
  font-family: var(--serif); font-size: 56px; font-weight: 400;
  color: var(--crimson); line-height: 1;
  font-variation-settings: "opsz" 144;
  display: block; margin-bottom: 6px;
}
.fact-card .label { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.fact-card .src { font-size: 11px; color: var(--ink-mute); margin-top: 8px; text-transform: uppercase; letter-spacing: .12em; }

/* TIERS */
.tiers { padding: 110px 0; background: linear-gradient(180deg, transparent, rgba(237,230,212,.6) 25%, rgba(237,230,212,.6) 75%, transparent); }
.tiers-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.tiers-head h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 22px 0 16px; }
.tiers-head .lead { margin: 0 auto; }

/* Trust strip above tier grid */
.tiers-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto 36px;
  padding: 18px 24px;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
@media (max-width: 980px) {
  .tiers-trust { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 540px) {
  .tiers-trust { grid-template-columns: 1fr; padding: 14px 18px; }
}
.tt-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--ink-2);
  line-height: 1.4;
}
.tt-item svg { color: var(--sage); flex-shrink: 0; }
.tt-item strong { color: var(--ink); font-weight: 600; }

.tier-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  align-items: stretch;
}
@media (max-width: 1140px) { .tier-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .tier-grid { grid-template-columns: 1fr; } }

.tier {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  display: flex; flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.tier:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.tier.featured {
  background: linear-gradient(180deg, #1A130B, #0F0A06);
  border: 1px solid #2A1E12;
  color: var(--cream);
  transform: scale(1.02);
}
.tier.featured:hover { transform: scale(1.02) translateY(-4px); }
.tier.featured h3, .tier.featured .price { color: var(--cream); }
.tier.featured .tier-desc, .tier.featured li { color: rgba(251,247,236,.78); }
.tier.featured li::before { color: var(--gold) !important; }
.tier.featured .tier-meta { color: rgba(251,247,236,.55); }

.tier-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  color: #fff;
  padding: 6px 14px; border-radius: 999px;
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
  box-shadow: 0 6px 16px rgba(176,133,55,.40);
  white-space: nowrap;
}
.tier-tag {
  font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: var(--ink-soft); font-weight: 600;
}
.tier.featured .tier-tag { color: var(--gold); }
.tier h3 { font-size: 26px; margin: 8px 0 6px; font-weight: 450; line-height: 1.1; }
.tier-desc { font-size: 13px; color: var(--ink-2); margin-bottom: 22px; line-height: 1.55; min-height: 56px; }

.price {
  font-family: var(--serif); font-size: 46px; font-weight: 400;
  font-variation-settings: "opsz" 144; line-height: 1;
  display: flex; align-items: baseline; gap: 4px;
}
.price small { font-size: 14px; color: var(--ink-soft); font-family: var(--sans); font-weight: 500; }
.price .strike { font-size: 18px; color: var(--ink-mute); text-decoration: line-through; margin-left: 6px; }
.tier.featured .price small { color: rgba(251,247,236,.6); }

.tier-meta { font-size: 11px; color: var(--ink-soft); margin-top: 6px; }
.per-card {
  font-size: 11.5px;
  color: var(--sage);
  font-weight: 600;
  margin-top: 6px;
  font-style: italic;
}
.tier.featured .per-card { color: var(--gold); }

.tier ul {
  list-style: none;
  margin: 22px 0 22px;
  display: flex; flex-direction: column; gap: 10px;
  flex-grow: 1;
}
.tier li {
  font-size: 13px; line-height: 1.5; color: var(--ink-2);
  display: grid; grid-template-columns: 18px 1fr; gap: 6px;
  align-items: start;
}
.tier li::before {
  content: "✓"; display: inline-block;
  color: var(--crimson); font-weight: 700; margin-top: 1px; font-size: 14px;
}
.tier li.faded { opacity: .35; }
.tier li.faded::before { content: "—"; color: var(--ink-mute) !important; }

.tier .btn { width: 100%; justify-content: center; padding: 13px 18px; font-size: 14px; }
.tier.featured .btn-primary {
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 8px 22px rgba(176,133,55,.40);
}

/* KIDS SECTION */
.kids {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 800px 400px at 80% 0%, rgba(200,148,58,.12), transparent 60%),
    radial-gradient(ellipse 600px 300px at 0% 100%, rgba(74,93,63,.08), transparent 60%);
  position: relative;
}
.kids::before, .kids::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--rule) 30%, var(--rule) 70%, transparent);
}
.kids::before { top: 0; }
.kids::after { bottom: 0; }
.kids-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
@media (max-width: 940px) { .kids-grid { grid-template-columns: 1fr; gap: 50px; } }

.kids h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 22px 0 22px; }

.kids-points {
  list-style: none; margin-top: 32px;
  display: flex; flex-direction: column; gap: 18px;
}
.kids-points li {
  display: grid; grid-template-columns: 38px 1fr; gap: 16px;
  align-items: start;
}
.kids-points .icn {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(160deg, var(--honey), var(--honey-deep));
  color: var(--cream);
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(200,148,58,.30);
}
.kids-points h4 { font-size: 18px; font-weight: 500; margin-bottom: 4px; }
.kids-points p { font-size: 14px; color: var(--ink-2); margin: 0; line-height: 1.55; }

/* Kid card visual */
.kids-visual {
  position: relative;
  display: grid; place-items: center;
  min-height: 460px;
}
.backpack {
  position: absolute;
  width: 280px; height: 320px;
  filter: drop-shadow(0 16px 40px rgba(46,61,39,.35));
  z-index: 1;
}
.backpack svg { width: 100%; height: 100%; display: block; }

.kid-card {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 20px;
  width: 280px; height: 175px;
  background: linear-gradient(180deg, #FFFFFF, #FBF7EC);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  font-family: var(--sans);
  transform: rotate(8deg);
  transition: transform .4s;
}
.kids-visual:hover .kid-card { transform: rotate(4deg) translateY(-6px); }

.kid-card .card-bar.honey { padding: 8px 12px; font-size: 9px; }
.kid-card .card-body { padding: 10px 12px; grid-template-columns: 42px 1fr; }
.kid-card .medic-cross { width: 42px; height: 42px; }
.kid-card .medic-cross::before { width: 20px; height: 6px; }
.kid-card .medic-cross::after { width: 6px; height: 20px; }

.kid-card .card-info { font-size: 9.5px; }
.kid-card .card-info .label { font-size: 7px; }
.kid-card .card-info .name { font-size: 11px; }

.privacy-tag {
  position: absolute;
  z-index: 4;
  top: 30px; left: 0;
  background: var(--ink);
  color: var(--cream);
  padding: 8px 14px 8px 18px;
  border-radius: 0 999px 999px 0;
  font-size: 11px; font-weight: 600;
  letter-spacing: .08em;
  display: flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-md);
}
.privacy-tag svg { color: var(--gold); }

/* STYLE GALLERY */
.styles {
  padding: 120px 0;
  background:
    linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
  position: relative;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.styles-head { text-align: center; max-width: 720px; margin: 0 auto 70px; }
.styles-head h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 22px 0 16px; }
.styles-head .lead { margin: 0 auto; }

.styles-group { margin-bottom: 70px; }
.styles-group:last-child { margin-bottom: 0; }

.styles-group-h {
  display: flex; align-items: baseline;
  gap: 24px; margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.styles-group-h h3 { font-family: var(--serif); font-size: 28px; font-weight: 450; letter-spacing: -.005em; }
.styles-group-h h3 .it { font-style: italic; color: var(--crimson); font-weight: 350; }
.styles-group-h .count {
  font-family: var(--sans); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-soft); font-weight: 600;
}

.styles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.styles-grid.three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
}
.styles-grid.three > .style-pick {
  flex: 0 0 calc((100% - 66px) / 4);
}
@media (max-width: 1100px) {
  .styles-grid { grid-template-columns: repeat(2, 1fr); }
  .styles-grid.three > .style-pick { flex: 0 0 calc((100% - 22px) / 2); }
}
@media (max-width: 580px) {
  .styles-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .styles-grid.three { max-width: 320px; margin: 0 auto; }
  .styles-grid.three > .style-pick { flex: 0 0 100%; }
}

.style-pick {
  display: flex; flex-direction: column;
  cursor: pointer;
  text-align: left;
  padding: 0;
  background: transparent;
  border: 0;
  width: 100%;
}

.style-card-mini {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  background: var(--mini-body, linear-gradient(180deg, #FFFFFF, #FBF7EC));
  border: var(--mini-border, none);
}
.style-pick:hover .style-card-mini {
  transform: translateY(-6px) rotate(-1.5deg);
  box-shadow: var(--shadow-lg);
}

.mini-bar {
  background: var(--mini-bar, linear-gradient(180deg, var(--crimson), var(--crimson-deep)));
  color: var(--mini-bar-text, var(--cream));
  padding: 7px 11px;
  font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
  flex-shrink: 0;
}
.mini-bar.thin {
  background: transparent;
  border-bottom: 2px solid var(--crimson);
  color: var(--crimson);
  padding: 6px 11px;
}
.mini-bar svg { flex-shrink: 0; }

.mini-body {
  padding: 8px 11px;
  display: grid; grid-template-columns: 28px 1fr; gap: 9px;
  align-items: start; flex: 1;
  min-height: 0;
}

.mini-cross {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--mini-cross-bg, radial-gradient(circle at 30% 30%, #FFF, #E1E1E1 70%));
  border: 1.5px solid var(--mini-cross-border, #DCDCDC);
  position: relative;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.10);
  display: grid; place-items: center; flex-shrink: 0;
}
.mini-cross::before, .mini-cross::after {
  content: ""; background: var(--mini-cross-color, var(--crimson)); border-radius: 1px; position: absolute;
}
.mini-cross::before { width: 13px; height: 4px; }
.mini-cross::after  { width: 4px; height: 13px; }

.mini-cross.lg {
  width: 34px; height: 34px;
}
.mini-cross.lg::before { width: 17px; height: 5px; }
.mini-cross.lg::after  { width: 5px; height: 17px; }

/* Paw badge variant (My Pet Card) */
.mini-cross.mini-paw {
  background: var(--paw-bg, linear-gradient(180deg, #1F4D7A, #122F4A));
  border-color: #fff;
}
.mini-cross.mini-paw::before, .mini-cross.mini-paw::after { display: none; }
.mini-cross.mini-paw svg { width: 15px; height: 15px; fill: #fff; }

.mini-info { font-size: 7.5px; line-height: 1.35; color: var(--mini-text, var(--ink)); min-width: 0; }
.mini-info .l { font-size: 6px; text-transform: uppercase; letter-spacing: .14em; color: var(--mini-soft, var(--ink-soft)); margin-bottom: 1px; font-weight: 600; }
.mini-info .n { font-weight: 700; font-size: 9.5px; line-height: 1.15; margin-bottom: 2px; color: var(--mini-text, var(--ink)); }
.mini-info .a { font-size: 7px; color: var(--mini-soft, var(--ink-soft)); }
.mini-info .row {
  display: flex; gap: 8px; margin-top: 4px; padding-top: 4px;
  border-top: 1px dashed var(--mini-rule, var(--rule));
}
.mini-info .row > div { flex: 1; min-width: 0; }
.mini-info .row strong { font-weight: 700; font-size: 7.5px; }

.mini-foot {
  background: var(--mini-foot, var(--paper-2));
  padding: 4px 11px;
  font-size: 6.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mini-foot-text, var(--ink-soft));
  text-align: center;
  border-top: 1px solid var(--mini-foot-rule, var(--rule-soft));
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; gap: 4px;
}
.mini-foot .mini-seal {
  width: 8px; height: 8px; border-radius: 50%;
  background-image: var(--cfrr-logo);
  background-size: cover; background-position: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 0.5px rgba(176,133,55,.5);
}

.style-info { padding: 0 2px; }
.style-info .nm {
  display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px;
}
.style-info .nm b {
  font-family: var(--serif); font-size: 19px; font-weight: 500;
  color: var(--ink); line-height: 1;
}
.style-info .nm .tg {
  font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); padding: 2px 7px; border-radius: 999px;
  background: rgba(176,133,55,.10); border: 1px solid rgba(176,133,55,.25);
}
.style-info p { font-size: 13px; color: var(--ink-soft); margin: 0; line-height: 1.45; }

/* === ADULT VARIANTS === */
.v-classic {
  --mini-bar: linear-gradient(180deg, var(--crimson), var(--crimson-deep));
  --mini-cross-color: var(--crimson);
  --mini-foot: var(--paper-2);
}
.v-clinical {
  --mini-body: #FFFFFF;
  --mini-border: 2.5px solid var(--crimson);
  --mini-foot: #FFFFFF;
  --mini-foot-rule: var(--rule);
  --mini-cross-color: var(--crimson);
}
.v-modern {
  --mini-bar: linear-gradient(180deg, #5C7A96, #3C5772);
  --mini-cross-color: #3C5772;
  --mini-cross-bg: radial-gradient(circle at 30% 30%, #FFF, #ECEEF1 70%);
  --mini-cross-border: #C9CDD3;
  --mini-foot: #E4EAF0;
}

/* === KID VARIANTS === */
.v-friendly {
  --mini-bar: linear-gradient(180deg, var(--honey), var(--honey-deep));
  --mini-cross-color: var(--honey-deep);
  --mini-foot: #F4E8CC;
}
.v-playful {
  --mini-bar: linear-gradient(180deg, #E07856, #B85332);
  --mini-cross-color: #B85332;
  --mini-foot: #FBE8DC;
  --mini-body: linear-gradient(180deg, #FFFFFF, #FBF1E8);
}
.v-sport {
  --mini-bar: linear-gradient(180deg, #2C6E5C, #1A4A3D);
  --mini-cross-color: #1A4A3D;
  --mini-foot: #DAEAE3;
}
.v-sweet {
  --mini-bar: linear-gradient(180deg, #C28598, #8A4F62);
  --mini-cross-color: #8A4F62;
  --mini-foot: #F0DDE3;
}

/* === MY PET CARD (navy variant) === */
.v-myteam {
  --mini-bar: linear-gradient(135deg, #1F4D7A, #122F4A);
  --mini-cross-color: #1F4D7A;
  --mini-foot: #E5E0D2;
}

/* === ADULT — added styles === */
.v-heritage {
  --mini-bar: linear-gradient(180deg, #8A5A7C, #5E3852);
  --mini-cross-color: #5E3852;
  --mini-foot: #EFE1EB;
}
.v-walnut {
  --mini-bar: linear-gradient(180deg, #7E5B43, #4F3727);
  --mini-cross-color: #4F3727;
  --mini-foot: #ECE3D9;
}

/* === PET VARIANTS (4 distinct color schemes) === */
.v-pet-teal {
  --mini-bar: linear-gradient(135deg, #2E7E84, #185A60);
  --mini-cross-color: #185A60;
  --mini-foot: #DCEBEC;
  --paw-bg: linear-gradient(180deg, #2E7E84, #185A60);
}
.v-pet-oxblood {
  --mini-bar: linear-gradient(135deg, #8A3A48, #5E2330);
  --mini-cross-color: #5E2330;
  --mini-foot: #EFDCDF;
  --paw-bg: linear-gradient(180deg, #8A3A48, #5E2330);
}
.v-pet-olive {
  --mini-bar: linear-gradient(135deg, #6E6A30, #4A471D);
  --mini-cross-color: #4A471D;
  --mini-foot: #E8E7CF;
  --paw-bg: linear-gradient(180deg, #6E6A30, #4A471D);
}
.v-pet-graphite {
  --mini-bar: linear-gradient(135deg, #565C63, #34383D);
  --mini-cross-color: #34383D;
  --mini-foot: #E2E3E5;
  --paw-bg: linear-gradient(180deg, #565C63, #34383D);
}

/* === V2 SOFT MENTION === */
.v2-mention {
  margin-top: 60px;
  padding: 32px 36px;
  background: linear-gradient(135deg, var(--ink) 0%, #1F1812 100%);
  color: var(--cream);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 720px) {
  .v2-mention { grid-template-columns: 1fr; padding: 26px; gap: 18px; }
}
.v2-mention::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 400px 200px at 100% 0%, rgba(176,133,55,.16), transparent 60%),
    radial-gradient(ellipse 300px 150px at 0% 100%, rgba(155,34,38,.10), transparent 60%);
  pointer-events: none;
}
.v2-mention-text { position: relative; }
.v2-mention .tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(176,133,55,.16);
  color: var(--gold);
  padding: 4px 11px; border-radius: 999px;
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  margin-bottom: 12px;
}
.v2-mention h4 {
  font-family: var(--serif); font-size: 22px; font-weight: 450;
  color: var(--cream); margin-bottom: 8px; line-height: 1.2;
  letter-spacing: -.005em;
}
.v2-mention h4 .it { font-style: italic; color: var(--gold); font-weight: 350; }
.v2-mention p {
  color: rgba(251,247,236,.72);
  font-size: 14px; line-height: 1.55;
  margin: 0;
}
.v2-mention p strong { color: var(--cream); font-weight: 600; }
.v2-mention .roadmap {
  display: flex; gap: 18px; margin-top: 14px; flex-wrap: wrap;
  font-size: 12px;
}
.v2-mention .roadmap span {
  color: rgba(251,247,236,.55);
  display: inline-flex; align-items: center; gap: 6px;
}
.v2-mention .roadmap span::before {
  content: "·"; color: var(--gold);
}
.v2-mention .roadmap span:first-child::before { display: none; }
.v2-mention-cta {
  position: relative; flex-shrink: 0;
}

/* Premium upcharge note */
.styles-note {
  margin-top: 60px;
  padding: 22px 28px;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 14px;
  display: flex; gap: 18px; align-items: center;
  box-shadow: var(--shadow-sm);
}
@media (max-width: 580px) { .styles-note { flex-direction: column; text-align: center; } }
.styles-note .ico {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(160deg, var(--gold), var(--gold-deep));
  display: grid; place-items: center; color: var(--cream);
  flex-shrink: 0; box-shadow: 0 4px 12px rgba(176,133,55,.30);
}
.styles-note b {
  font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--ink);
  display: block; margin-bottom: 2px;
}
.styles-note span { font-size: 13.5px; color: var(--ink-soft); }
.styles-note span em { font-style: normal; color: var(--gold-deep); font-weight: 600; }

/* AUDIENCE */
.audience { padding: 120px 0; background: var(--paper-2); }
.audience-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; position: relative; }
@media (max-width: 940px) { .audience-grid { grid-template-columns: 1fr; gap: 60px; } }
.audience h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 22px 0; }
.who-list { list-style: none; margin-top: 36px; display: flex; flex-direction: column; }
.who-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
  transition: padding .25s, color .25s;
}
.who-list li:hover { padding-left: 12px; color: var(--crimson); }
.who-list li:last-child { border-bottom: 0; }
.who-list h4 { font-size: 22px; font-weight: 450; margin-bottom: 4px; line-height: 1.2; }
.who-list p { font-size: 14px; color: var(--ink-soft); margin: 0; }
.who-list .arrow { font-size: 20px; opacity: .4; transition: transform .25s, opacity .25s, color .25s; }
.who-list li:hover .arrow { opacity: 1; transform: translateX(4px); color: var(--crimson); }

/* STEPS */
.steps { padding: 120px 0; }
.steps-head { text-align: center; max-width: 720px; margin: 0 auto 70px; }
.steps-head h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 22px 0; }
.step-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
}
@media (max-width: 820px) { .step-grid { grid-template-columns: 1fr; } }
.step {
  padding: 36px 32px;
  border-right: 1px solid var(--rule);
  position: relative;
}
.step:last-child { border-right: 0; }
@media (max-width: 820px) { .step { border-right: 0; border-bottom: 1px solid var(--rule); padding: 30px 0; } }
.step-num {
  font-family: var(--serif); font-size: 100px; line-height: 1;
  color: var(--crimson);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-style: italic; font-weight: 300;
  margin-bottom: 18px; display: block; opacity: .9;
}
.step h3 { font-size: 26px; font-weight: 450; margin-bottom: 10px; }
.step p { font-size: 15px; line-height: 1.6; color: var(--ink-2); }

/* === WHERE TO KEEP THEM === */
.places { padding: 120px 0; background: linear-gradient(180deg, transparent, rgba(229,219,194,.45) 22%, rgba(229,219,194,.45) 78%, transparent); }
.places-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.places-head h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 22px 0 18px; }
.places-head .lead { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 650px; margin: 0 auto; }
.places-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 1100px) { .places-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px)  { .places-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; } }
.place-card {
  background: linear-gradient(180deg, #FFFFFF, var(--cream));
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: var(--shadow-card);
}
.place-icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(200,148,58,.20), rgba(176,133,55,.10));
  color: var(--gold-deep);
  margin-bottom: 18px;
}
.place-icon svg { width: 23px; height: 23px; }
.place-card h3 { font-family: var(--serif); font-size: 23px; font-weight: 450; margin-bottom: 6px; }
.place-why { font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); margin-bottom: 14px; font-style: italic; }
.place-list { list-style: none; padding: 0; margin: 0; }
.place-list li {
  font-size: 14.5px; line-height: 1.5; color: var(--ink-2);
  padding: 7px 0 7px 20px; position: relative;
  border-top: 1px solid rgba(217,207,184,.55);
}
.place-list li:first-child { border-top: 0; }
.place-list li::before {
  content: ""; position: absolute; left: 3px; top: 50%;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); transform: translateY(-50%);
}
.places-foot {
  text-align: center; max-width: 640px; margin: 52px auto 0;
  font-family: var(--serif); font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.5; font-weight: 350; color: var(--ink);
}
.places-foot .it { font-style: italic; color: var(--crimson); }

/* WHAT'S ON THE CARD */
.contents {
  padding: 130px 0;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 50%, var(--paper) 100%);
  position: relative;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.contents-head { text-align: center; max-width: 760px; margin: 0 auto 80px; }
.contents-head h2 { font-size: clamp(38px, 5.5vw, 64px); margin: 22px 0 18px; }
.contents-head .lead { margin: 0 auto; }

.contents-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .contents-stage { grid-template-columns: 1fr; gap: 80px; max-width: 580px; margin: 0 auto; }
}

.contents-piece {
  position: relative;
}
.contents-label {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 24px;
}
.contents-label .num {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(160deg, var(--crimson), var(--crimson-deep));
  color: var(--cream);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 500; font-size: 16px;
  font-style: italic;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(155,34,38,.25);
}
.contents-label .lbl {
  font-size: 11px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--ink-soft);
}
.contents-label .lbl b { color: var(--ink); display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -.005em; text-transform: none; margin-top: 2px; }

/* The big card display */
.contents-card {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  background: linear-gradient(180deg, #FFFFFF, #FBF7EC);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  position: relative;
  font-family: var(--sans);
  margin-bottom: 24px;
}

.bigcard-bar {
  background: linear-gradient(180deg, var(--crimson), var(--crimson-deep));
  color: #fff;
  padding: 14px 20px;
  font-size: 11px; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.bigcard-bar.dark {
  background: linear-gradient(180deg, var(--ink), #2A1F15);
}

.bigcard-body {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
}
.bigcard-cross {
  width: 60px; height: 60px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #FFF, #E1E1E1 70%);
  border: 2px solid #DCDCDC;
  position: relative;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.10);
  flex-shrink: 0;
}
.bigcard-cross::before, .bigcard-cross::after {
  content: ""; background: var(--crimson); border-radius: 2px; position: absolute;
  left: 50%; top: 50%;
}
.bigcard-cross::before { width: 32px; height: 9px; transform: translate(-50%, -50%); }
.bigcard-cross::after  { width: 9px; height: 32px; transform: translate(-50%, -50%); }

.bigcard-info { font-size: 11px; line-height: 1.4; color: var(--ink); }
.bigcard-info .l { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); margin-bottom: 2px; }
.bigcard-info .name { font-weight: 700; font-size: 15px; line-height: 1.15; margin-bottom: 5px; }
.bigcard-info .addr { font-size: 11px; color: var(--ink); margin-bottom: 10px; }
.bigcard-info .grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px dashed var(--rule);
}
.bigcard-info .grid > div .l { font-size: 7.5px; }
.bigcard-info .grid strong { font-size: 11px; font-weight: 700; }

/* Back of card layout */
.bigcard-back {
  padding: 14px 18px;
  display: grid; grid-template-columns: 1fr;
  gap: 8px;
}
.contact-line {
  display: grid; grid-template-columns: 30px 1fr;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px dashed var(--rule);
  font-size: 10.5px;
}
.contact-line:last-of-type { border-bottom: 0; }
.contact-line .ico {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(160deg, var(--crimson), var(--crimson-deep));
  color: var(--cream);
  display: grid; place-items: center; flex-shrink: 0;
}
.contact-line b { font-size: 10.5px; font-weight: 700; }
.contact-line span { font-size: 10px; color: var(--ink-soft); }

.bigcard-foot {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--paper-2);
  padding: 7px 18px;
  font-size: 8.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft);
  text-align: center;
  border-top: 1px solid var(--rule-soft);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.bigcard-foot .seal {
  width: 14px; height: 14px; border-radius: 50%;
  background-image: var(--cfrr-logo);
  background-size: cover; background-position: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 0.5px rgba(176,133,55,.5);
}

/* Field callout list */
.field-list {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 10px;
}
.field-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px; line-height: 1.45;
  color: var(--ink-2);
}
.field-list li::before {
  content: "✓";
  color: var(--crimson); font-weight: 700; font-size: 13px;
  line-height: 1.45;
  flex-shrink: 0;
  width: 16px;
}
.field-list li b { color: var(--ink); font-weight: 600; }

/* TESTIMONIALS */
.tests { padding: 120px 0; background: linear-gradient(180deg, transparent, rgba(237,230,212,.55)); }
.tests-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 940px) { .tests-grid { grid-template-columns: 1fr; } }
.tests-head { text-align: center; margin-bottom: 60px; max-width: 720px; margin-inline: auto; }
.tests-head h2 { font-size: clamp(36px, 5vw, 56px); margin: 16px 0; }
.test {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 30px;
  display: flex; flex-direction: column;
  position: relative;
}
.test::before {
  content: "“"; position: absolute; top: 4px; right: 22px;
  font-family: var(--serif); font-size: 78px; line-height: 1;
  color: var(--crimson); opacity: .25;
}
.stars { color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; font-size: 14px; }
.test blockquote {
  font-family: var(--serif); font-size: 18px; line-height: 1.45;
  color: var(--ink); font-weight: 400;
  margin-bottom: 22px; flex-grow: 1; font-style: italic;
  font-variation-settings: "opsz" 24;
}
.test cite { font-style: normal; font-size: 13px; color: var(--ink-soft); display: flex; align-items: center; gap: 12px; }
.test cite .av {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--paper-2), var(--rule));
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 500; color: var(--ink);
}
.test cite b { color: var(--ink); display: block; font-weight: 600; }

/* ABOUT TCFRR */
.about-tcfrr {
  padding: 130px 0;
  background: linear-gradient(180deg, #0F0A06 0%, #1A130B 60%, #0F0A06 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.about-tcfrr::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 700px 400px at 30% 0%, rgba(176,133,55,.12), transparent 60%),
    radial-gradient(ellipse 600px 350px at 80% 100%, rgba(176,133,55,.08), transparent 60%);
  pointer-events: none;
}
.about-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
}
@media (max-width: 940px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
}

.about-seal {
  width: 340px; height: 340px;
  border-radius: 50%;
  background-image: var(--cfrr-logo);
  background-size: cover; background-position: center;
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(176,133,55,.4),
    0 0 0 10px rgba(176,133,55,.05),
    0 0 0 11px rgba(176,133,55,.18),
    0 30px 60px rgba(0,0,0,.5);
  margin: 0 auto;
}
@media (max-width: 940px) { .about-seal { width: 240px; height: 240px; } }

.about-content { max-width: 580px; }
@media (max-width: 940px) { .about-content { margin: 0 auto; } }

.about-content .eyebrow { color: var(--gold); }
.about-content h2 {
  color: var(--cream);
  font-size: clamp(36px, 5vw, 56px);
  margin: 22px 0 22px;
  font-weight: 350;
}
.about-content h2 .it { color: var(--gold); font-style: italic; font-weight: 300; }
.about-content p {
  color: rgba(251,247,236,.78);
  font-size: 17px; line-height: 1.65;
  margin-bottom: 16px;
}
.about-content p:last-of-type { margin-bottom: 0; }
.about-pillars {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(176,133,55,.25);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 580px) { .about-pillars { grid-template-columns: 1fr; gap: 18px; text-align: left; } }
.about-pillar h4 {
  font-family: var(--serif); font-size: 18px; font-weight: 500;
  color: var(--gold); font-style: italic;
  margin-bottom: 6px;
}
.about-pillar p {
  font-size: 14px; line-height: 1.5; margin: 0;
  color: rgba(251,247,236,.65);
}

/* FAQ */
.faq { padding: 120px 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
@media (max-width: 940px) { .faq-grid { grid-template-columns: 1fr; gap: 40px; } }
.faq h2 { font-size: clamp(36px, 5vw, 56px); margin: 16px 0 16px; line-height: 1; }
.faq-side p { font-size: 15px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--rule); padding: 22px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-q {
  font-family: var(--serif); font-size: 21px; font-weight: 450;
  cursor: pointer;
  display: flex; justify-content: space-between; gap: 24px; align-items: start;
  user-select: none;
}
.faq-q::after {
  content: "+"; font-family: var(--sans); font-size: 22px; font-weight: 300;
  color: var(--crimson); flex-shrink: 0;
  transition: transform .3s;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  font-size: 15px; line-height: 1.7; color: var(--ink-2);
  transition: max-height .35s ease, padding .35s ease;
}
.faq-item.open .faq-a { max-height: 640px; padding-top: 14px; }

/* FOR ADVISORS BAND */
.advisors-band {
  padding: 110px 0;
  background:
    linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
  position: relative;
  border-top: 1px solid var(--rule-soft);
}
.advisors-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 980px) { .advisors-grid { grid-template-columns: 1fr; gap: 50px; } }

.advisors-text h2 {
  font-size: clamp(34px, 4.5vw, 52px);
  margin: 22px 0 22px;
  line-height: 1.05;
}
.advisors-text p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 28px;
  max-width: 56ch;
}
.advisors-bullets {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 32px;
}
.ab {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-2);
}
.ab svg { color: var(--sage); flex-shrink: 0; }
.advisors-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* Advisor visual — stylized stat panel */
.advisors-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-content: center;
  position: relative;
}
.advisors-visual::before {
  content: ""; position: absolute; inset: -30px;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(176,133,55,.10), transparent 70%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(20px);
}
.advisor-stat-card {
  background: linear-gradient(180deg, #1A130B 0%, #0F0A06 100%);
  color: var(--cream);
  border: 1px solid rgba(176,133,55,.22);
  border-radius: 14px;
  padding: 28px 24px 22px;
  grid-column: span 2;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-md);
}
.advisor-stat-card.sub {
  grid-column: span 1;
  padding: 18px 16px;
}
.asc-num {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  font-variation-settings: "opsz" 144;
  margin-bottom: 4px;
  letter-spacing: -.02em;
}
.asc-num.small { font-size: 32px; }
.asc-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(251,247,236,.7);
  margin-bottom: 8px;
}
.advisor-stat-card.sub .asc-label { font-size: 9.5px; margin-bottom: 0; }
.asc-meta {
  font-size: 11px;
  color: rgba(251,247,236,.55);
  line-height: 1.5;
  font-style: italic;
  padding-top: 12px;
  margin-top: 4px;
  border-top: 1px solid rgba(176,133,55,.18);
}

/* FINAL CTA */
.final {
  padding: 130px 0;
  position: relative;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}
.final::before {
  content: ""; position: absolute; inset: 36px 28px;
  border: 1px solid var(--rule);
  border-radius: 24px;
  pointer-events: none;
}
.final-inner { text-align: center; max-width: 820px; margin: 0 auto; position: relative; z-index: 2; }
.final h2 { font-size: clamp(46px, 6.6vw, 86px); font-weight: 350; line-height: .98; margin: 24px 0 24px; }
.final p { font-size: 19px; max-width: 56ch; margin: 0 auto 32px; }
.final-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.final-trust {
  margin-top: 50px;
  display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
  font-size: 12px; color: var(--ink-soft);
}
.final-trust span { display: inline-flex; align-items: center; gap: 6px; }
.final-trust svg { color: var(--sage); flex-shrink: 0; }

/* FOOTER */
.foot {
  background: linear-gradient(180deg, #0F0A06 0%, #050302 100%);
  color: rgba(251,247,236,.6);
  padding: 90px 0 36px;
  position: relative;
}
.foot::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176,133,55,.5) 50%, transparent);
}
.foot-issuer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(176,133,55,.18);
}
@media (max-width: 720px) {
  .foot-issuer { grid-template-columns: 1fr; gap: 22px; text-align: center; }
}
.foot-seal {
  width: 140px; height: 140px;
  border-radius: 50%;
  background-image: var(--cfrr-logo);
  background-size: cover; background-position: center;
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(176,133,55,.4),
    0 0 0 8px rgba(176,133,55,.05),
    0 0 0 9px rgba(176,133,55,.14),
    0 16px 40px rgba(0,0,0,.5);
  margin: 0 auto;
}
.foot-issuer-text .label {
  font-size: 12px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.foot-issuer-text h3 {
  font-family: var(--serif); font-size: 36px; font-weight: 450;
  color: var(--cream); margin-bottom: 14px; letter-spacing: -.01em;
  line-height: 1.1;
}
@media (max-width: 720px) { .foot-issuer-text h3 { font-size: 28px; } }
.foot-issuer-text h3 .it { font-style: italic; color: var(--gold); font-weight: 350; }
.foot-issuer-text p {
  color: rgba(251,247,236,.7); font-size: 15px; line-height: 1.65;
  max-width: 56ch; margin: 0;
}
@media (max-width: 720px) { .foot-issuer-text p { margin: 0 auto; } }

.foot-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px;
}
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }
.foot h5 { font-family: var(--sans); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; color: var(--cream); margin-bottom: 16px; }
.foot ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.foot a { font-size: 14px; color: rgba(251,247,236,.6); transition: color .2s; }
.foot a:hover { color: var(--gold); }
.foot-brand { max-width: 340px; }
.foot-brand .brand { color: var(--cream); margin-bottom: 16px; }
.foot-brand .brand-name small { color: rgba(251,247,236,.5); }
.foot-brand p { color: rgba(251,247,236,.6); font-size: 14px; line-height: 1.6; }
.foot-bottom {
  padding-top: 26px; border-top: 1px solid rgba(251,247,236,.10);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12px;
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.rule { display: block; height: 1px; background: linear-gradient(90deg, transparent, var(--rule) 30%, var(--rule) 70%, transparent); }