/* ==========================================================================
   RW Yield Advisors — styles.css
   Design system carried over from the Portfolio Analysis master deck.
   ========================================================================== */

:root {
  --navy-900: #14243a;    /* deck background */
  --navy: #223958;        /* brand primary, sampled from logo */
  --navy-panel: #2b4166;  /* deck's tinted stat/logo panel */
  --navy-500: #3d516c;
  --navy-300: #8493a8;

  --silver: #a9b2be;
  --silver-lt: #dce1e7;
  --silver-bright: #c6cdd7;

  --paper: #f4f6f8;
  --white: #ffffff;
  --ink: #16191e;
  --ink-soft: #4a5260;

  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Archivo", "Segoe UI", Helvetica, Arial, sans-serif;

  --wrap: 1180px;
  --gut: 28px;
  --head-h: 104px;

  --shadow-sm: 0 1px 2px rgba(20,36,58,.06), 0 6px 20px rgba(20,36,58,.06);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
::selection { background: var(--navy); color: #fff; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.008em;
  line-height: 1.14;
  margin: 0;
}

/* the deck's signature: roman, then italic in silver */
.dual em { font-style: italic; font-weight: 600; color: var(--silver); }
.dual--light em { color: var(--navy-500); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }


/* ---------- brand pattern: nested-triangle lattice from the mark ---------- */
.patterned { position: relative; }
.patterned::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22190%22%20height%3D%22190%22%20viewBox%3D%220%200%20190%20190%22%3E%3Cpath%20d%3D%22M%2095.00%2049.10%20L%20148.00%20140.90%20L%2042.00%20140.90%20Z%20M%2095.00%2063.23%20L%20135.77%20133.84%20L%2054.23%20133.84%20Z%20M%200.00%20-45.90%20L%2053.00%2045.90%20L%20-53.00%2045.90%20Z%20M%200.00%20-31.77%20L%2040.77%2038.84%20L%20-40.77%2038.84%20Z%20M%20190.00%20-45.90%20L%20243.00%2045.90%20L%20137.00%2045.90%20Z%20M%20190.00%20-31.77%20L%20230.77%2038.84%20L%20149.23%2038.84%20Z%20M%200.00%20144.10%20L%2053.00%20235.90%20L%20-53.00%20235.90%20Z%20M%200.00%20158.23%20L%2040.77%20228.84%20L%20-40.77%20228.84%20Z%20M%20190.00%20144.10%20L%20243.00%20235.90%20L%20137.00%20235.90%20Z%20M%20190.00%20158.23%20L%20230.77%20228.84%20L%20149.23%20228.84%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E");
  background-size: 190px 190px;
  opacity: .13;
  pointer-events: none;
  z-index: 0;
}
.patterned > .wrap { position: relative; z-index: 1; }

/* right-pointing double triangle, used as a list marker */
.tri-list { list-style: none; margin: 0; padding: 0; }
.tri-list li {
  display: flex; align-items: center; gap: 14px;
  padding: 9px 0;
  font-size: 15.5px; color: var(--ink);
}
.tri-list li::before {
  content: ""; flex: none;
  width: 21px; height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.8%22%20height%3D%2226.0%22%20viewBox%3D%220%200%2022.8%2026.0%22%3E%3Cpath%20d%3D%22M%2021.78%2013.00%20L%201.00%2025.00%20L%201.00%201.00%20Z%20M%2018.59%2013.00%20L%202.60%2022.23%20L%202.60%203.77%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23223958%22%20stroke-width%3D%220.95%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; background-position: center; background-size: contain;
}
.band-dark .tri-list li, .band-navy .tri-list li { color: #e2e7ec; }
.band-dark .tri-list li::before, .band-navy .tri-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.8%22%20height%3D%2226.0%22%20viewBox%3D%220%200%2022.8%2026.0%22%3E%3Cpath%20d%3D%22M%2021.78%2013.00%20L%201.00%2025.00%20L%201.00%201.00%20Z%20M%2018.59%2013.00%20L%202.60%2022.23%20L%202.60%203.77%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23c6cdd7%22%20stroke-width%3D%220.95%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

/* ---------- eyebrow with rule (deck pattern) ---------- */
.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--navy-500);
  margin: 0 0 16px;
}
.eyebrow--onDark { color: var(--silver-bright); }
.eyebrow::after {
  content: "";
  display: block;
  width: 74px; height: 2px;
  background: var(--silver);
  margin-top: 14px;
}
.eyebrow--noRule::after { display: none; }

/* ---------- lede ---------- */
.lede {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 62ch;
}
.lede--onDark { color: var(--silver-bright); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 13.5px; font-weight: 600;
  letter-spacing: 0.11em; text-transform: uppercase;
  text-decoration: none;
  padding: 16px 30px;
  border: 1px solid var(--navy);
  background: var(--navy); color: var(--white);
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { background: var(--navy-900); border-color: var(--navy-900); }
.btn--ghost { background: transparent; color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--white); }
.btn--onDark { background: var(--white); border-color: var(--white); color: var(--navy); }
.btn--onDark:hover { background: var(--silver-lt); border-color: var(--silver-lt); }
.btn--ghostDark { background: transparent; border-color: rgba(169,178,190,.5); color: var(--white); }
.btn--deep { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }
.btn--deep:hover { background: #0d1928; border-color: #0d1928; color: var(--white); }
.btn--ghostDark:hover { background: rgba(255,255,255,.09); border-color: var(--silver); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn-row--center { justify-content: center; }

.link-more {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: var(--navy);
  border-bottom: 1px solid var(--silver);
  padding-bottom: 4px;
  transition: border-color .18s ease;
}
.link-more:hover { border-color: var(--navy); }
.link-more--onDark { color: var(--white); }

:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
.site-head :focus-visible, .band-dark :focus-visible, .hero :focus-visible,
.pagehead :focus-visible, .site-foot :focus-visible, .band-navy :focus-visible,
.band-cred :focus-visible { outline-color: var(--silver-lt); }

.skip { position: absolute; left: -9999px; background: #fff; color: var(--navy); padding: 12px 18px; z-index: 200; }
.skip:focus { left: 12px; top: 12px; }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy-900);
  border-bottom: 1px solid rgba(169,178,190,.2);
}
.site-head__inner {
  height: var(--head-h);
  display: grid; grid-template-columns: auto 1fr auto auto;
  align-items: center; gap: 24px;
}
.head__social {
  justify-self: end;
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  color: var(--silver);
  border: 1px solid rgba(169,178,190,.45);
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}
.head__social:hover { color: var(--white); border-color: var(--silver); background: rgba(255,255,255,.07); }
.nav-social { display: none; }
.head__phone {
  justify-self: end;
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-size: 15px; font-weight: 500;
  color: var(--white); text-decoration: none;
  border-bottom: 1px solid rgba(169,178,190,.45); padding-bottom: 3px;
  white-space: nowrap; transition: border-color .18s ease;
}
.head__phone:hover { border-bottom-color: var(--silver); }
.head__phone svg { flex: none; }
.nav-phone { display: none; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 68px; width: auto; }

.nav { display: flex; align-items: center; justify-content: center; gap: 36px; }
.nav a {
  font-family: var(--font-body);
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  text-decoration: none; color: var(--silver);
  padding: 8px 0; border-bottom: 1px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}
.nav a:hover { color: var(--white); }
.nav a.is-active { color: var(--white); border-bottom-color: var(--silver); }

.nav-toggle {
  display: none; background: none;
  border: 1px solid rgba(169,178,190,.45); color: var(--silver);
  padding: 10px 14px;
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer;
}

/* ---------- hero ---------- */
.hero { background: var(--navy); color: var(--white); padding: 104px 0 112px; }
.hero__grid {
  display: grid; grid-template-columns: 1.12fr .88fr;
  column-gap: 72px; row-gap: 0; align-items: center;
}
.hero__inner  { grid-column: 1; grid-row: 1; }
.logo-blend   { grid-column: 2; grid-row: 1 / span 2; }
.hero__cta    { grid-column: 1; grid-row: 2; }
.hero__inner { max-width: 860px; }
.hero h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.3rem);
  line-height: 1.04; color: var(--white);
  margin-bottom: 26px; max-width: 17ch;
}
.hero__lede { font-size: 19px; line-height: 1.7; color: var(--silver-bright); max-width: 62ch; }

/* logo panel — mirrors the deck title slide */
.logo-blend { display: flex; align-items: center; justify-content: center; }
.logo-blend img {
  width: 100%; max-width: 360px; height: auto;
  opacity: .19;                      /* decorative watermark — blends into the field */
  animation: rise 1s cubic-bezier(.2,.7,.3,1) both;
}
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ---------- hero proof strip ---------- */
.proof {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; margin-top: 68px;
  border-top: 1px solid rgba(169,178,190,.3);
}
.proof__i {
  display: block; padding: 30px 34px 4px 0;
  text-decoration: none; color: inherit;
}
.proof__i + .proof__i { padding-left: 34px; border-left: 1px solid rgba(169,178,190,.22); }
.proof__k {
  display: block; font-family: var(--font-body);
  font-size: 10.5px; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--silver); margin-bottom: 12px;
}
.proof__n {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.2rem, 1.9vw, 1.5rem); line-height: 1.2; color: var(--white);
  margin-bottom: 8px;
}
a.proof__i:hover .proof__n { color: var(--silver-bright); }
.proof__l { display: block; font-size: 14.5px; line-height: 1.55; color: var(--silver-bright); }

/* ---------- thin lattice-only divider ---------- */
.rule-band { height: 92px; background: var(--navy); position: relative; }
@media (max-width: 760px) { .rule-band { height: 66px; } }

/* ---------- band colour utilities ---------- */
.bg-deep  { background: var(--navy-900) !important; }
.bg-blue  { background: var(--navy) !important; }
.bg-white { background: var(--white) !important; }
.bg-grey  { background: #e8ecf1 !important; }

/* ---------- credential band ---------- */
.band-cred { background: var(--navy-900); color: var(--white); padding: 70px 0; }
.cred-lead { margin-bottom: 46px; }
.cred-lead__row { display: flex; align-items: baseline; gap: 26px; flex-wrap: wrap; margin-bottom: 14px; }
.cred-lead__n {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.1rem, 4vw, 3rem); line-height: 1; color: var(--white);
  white-space: nowrap;
}
.cred-lead__t {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1rem, 1.7vw, 1.3rem); color: var(--silver-bright);
}
.statcards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.statcard {
  background: var(--navy-panel);
  border: 1px solid rgba(169,178,190,.28);
  padding: 30px 20px; text-align: center;
}
.statcard__n {
  font-family: var(--font-display); font-weight: 700;
  font-size: 2.6rem; line-height: 1; color: var(--silver);
  margin-bottom: 14px;
}
.statcard__l { font-size: 13.5px; line-height: 1.5; color: #d3d9e1; }

/* ---------- bands ---------- */
.band { padding: 100px 0; }
.band--tight { padding: 58px 0; }
.band--tight .band-head { margin-bottom: 40px; }
.band-alt { padding: 100px 0; background: var(--white); }
.band-dark { padding: 96px 0; background: var(--navy-900); color: var(--white); }
.band-navy { padding: 96px 0; background: var(--navy); color: var(--white); }
.band-dark h2, .band-dark h3, .band-navy h2, .band-navy h3 { color: var(--white); }
.band-dark p, .band-navy p { color: #cfd6de; }

.band-head { max-width: 64ch; margin-bottom: 56px; }
.band-head .weeks { max-width: none; }
.band-head h2 { font-size: clamp(2rem, 3.5vw, 2.85rem); margin-bottom: 22px; }

/* ---------- pillar cards (deck pattern) ---------- */
.pillar-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.pillar-grid > * { grid-column: span 2; }
.pillar-grid > *:nth-child(4) { grid-column: 2 / span 2; }
.pillar-grid > *:nth-child(5) { grid-column: 4 / span 2; }
.pillar-card {
  display: grid; grid-template-columns: 92px 1fr;
  background: var(--white);
  border: 1px solid var(--silver-lt);
  box-shadow: var(--shadow-sm);
  text-decoration: none; color: inherit;
}
.band-alt .pillar-card { background: var(--paper); }
.pillar-card__n {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 26px 8px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2283.1%22%20viewBox%3D%220%200%2096%2083.1%22%3E%3Cpath%20d%3D%22M%2048.00%201.73%20L%2094.00%2081.40%20L%202.00%2081.40%20Z%20M%2048.00%2013.99%20L%2083.38%2075.27%20L%2012.62%2075.27%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23223958%22%20stroke-width%3D%221.08%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 78px 68px;
}
.pillar-card__d {
  font-family: var(--font-display); font-weight: 700; font-size: 1.55rem;
  line-height: 1; color: var(--navy); transform: translateY(12px);
}
.pillar-card__b { padding: 26px 26px 28px; }
.pillar-card__b h3 { font-size: 1.28rem; color: var(--navy); margin-bottom: 12px; }
.pillar-card__b p { font-size: 15px; color: var(--ink-soft); margin: 0; }

/* ---------- three-up cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--white); border: 1px solid var(--silver-lt); padding: 34px 30px; box-shadow: var(--shadow-sm); }
.band-alt .card { background: var(--paper); }
.card h3 { font-size: 1.25rem; color: var(--navy); margin-bottom: 12px; }
.card--bold { padding: 40px 34px; }
.card--bold h3 { font-size: clamp(1.45rem, 2.2vw, 1.85rem); font-weight: 700; margin-bottom: 14px; }
.card--bold p { font-size: 16.5px; }
.card p { color: var(--ink-soft); font-size: 15.5px; }
.card__k {
  display: block; font-family: var(--font-body);
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--silver); margin-bottom: 16px;
}
.band-dark .card, .band-navy .card {
  background: var(--navy-panel); border-color: rgba(169,178,190,.28); box-shadow: none;
}
.band-dark .card h3, .band-navy .card h3 { color: var(--white); }
.band-dark .card p, .band-navy .card p { color: #d3d9e1; }

/* ---------- pillar detail (services) ---------- */
.svc { padding: 66px 0; border-bottom: 1px solid var(--silver-lt); }
.band--tight .svc { padding: 0; border-bottom: 0; }
.svc:last-of-type { border-bottom: 0; }
.svc__top { display: grid; grid-template-columns: 96px 1fr; gap: 28px; align-items: start; margin-bottom: 34px; }
.svc__top--tri { grid-template-columns: 46px 1fr; gap: 22px; align-items: center; }
.svc__num {
  width: 100%; max-width: 96px; aspect-ratio: 96 / 83;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2283.1%22%20viewBox%3D%220%200%2096%2083.1%22%3E%3Cpath%20d%3D%22M%2048.00%201.73%20L%2094.00%2081.40%20L%202.00%2081.40%20Z%20M%2048.00%2013.99%20L%2083.38%2075.27%20L%2012.62%2075.27%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23223958%22%20stroke-width%3D%221.08%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; background-position: center; background-size: contain;
  color: var(--navy);
  font-family: var(--font-display); font-weight: 700; font-size: 1.7rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.svc__num span { transform: translateY(14px); display: block; }
/* engagement blocks use a right-pointing triangle, no letter */
.svc__num--tri {
  width: 46px; height: 46px; padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M%2026.12%2015.00%20L%201.88%2029.00%20L%201.88%201.00%20Z%20M%2022.39%2015.00%20L%203.74%2025.77%20L%203.74%204.23%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23223958%22%20stroke-width%3D%221.1%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-size: 30px 30px;
  font-size: 0;
}
.svc__top h3 { font-size: clamp(1.55rem, 2.6vw, 2.05rem); color: var(--navy); margin-bottom: 10px; }
.svc__sub { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--navy-500); }
.svc__body { color: var(--ink-soft); max-width: 76ch; margin-bottom: 34px; }
.svc__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.svc__label {
  display: block; font-family: var(--font-body);
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--navy-500); margin-bottom: 18px;
}
.svc__list { list-style: none; margin: 0; padding: 0; }
.svc__list li {
  display: flex; align-items: center; gap: 14px;
  padding: 9px 0;
  font-size: 15.5px; color: var(--ink);
}
.svc__list li::before {
  content: ""; flex: none;
  width: 21px; height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.8%22%20height%3D%2226.0%22%20viewBox%3D%220%200%2022.8%2026.0%22%3E%3Cpath%20d%3D%22M%2021.78%2013.00%20L%201.00%2025.00%20L%201.00%201.00%20Z%20M%2018.59%2013.00%20L%202.60%2022.23%20L%202.60%203.77%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23223958%22%20stroke-width%3D%220.95%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; background-position: center; background-size: contain;
}
.surface { margin: 0 0 22px; }
.surface:last-child { margin-bottom: 0; }
.surface h4 { font-size: 1.05rem; color: var(--navy); margin-bottom: 5px; }
.surface p { font-size: 15px; color: var(--ink-soft); margin: 0; }

/* ---------- deck-style proportional timeline ---------- */
.tl { margin-top: 12px; }
.tl__weeks {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-bottom: 12px;
}
.tl__weeks span {
  font-family: var(--font-body); font-size: 10.5px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--navy-500);
  text-align: center;
}
.tl__track { height: 6px; background: var(--silver-lt); margin-bottom: 26px; }
.tl__phases { display: grid; grid-template-columns: 94fr 142fr 390fr 217fr 117fr; gap: 10px; }
.tl__p { display: flex; flex-direction: column; align-items: center; text-align: center; }
.tl__bar { width: 100%; height: 5px; background: var(--navy); margin-bottom: 22px; }
.tl__p--wide .tl__bar { background: var(--silver); }
.tl__n {
  width: 86px; height: 74px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2283.1%22%20viewBox%3D%220%200%2096%2083.1%22%3E%3Cpath%20d%3D%22M%2048.00%201.73%20L%2094.00%2081.40%20L%202.00%2081.40%20Z%20M%2048.00%2013.99%20L%2083.38%2075.27%20L%2012.62%2075.27%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23223958%22%20stroke-width%3D%221.08%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; background-position: center; background-size: contain;
  font-family: var(--font-display); font-weight: 700; font-size: 1.45rem;
  color: var(--navy); line-height: 1;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.tl__n span { transform: translateY(12px); display: block; }
.tl__p h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 8px; }
.tl__p p { font-size: 13.5px; color: var(--ink-soft); margin: 0; line-height: 1.5; }
.tl__note {
  margin-top: 40px; background: var(--navy); color: var(--silver-bright);
  font-family: var(--font-display); font-style: italic; font-size: 16px;
  text-align: center; padding: 20px 26px;
}
@media (max-width: 900px) {
  .tl__weeks, .tl__track { display: none; }
  .tl__phases { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .tl__bar { display: none; }
}
@media (max-width: 560px) { .tl__phases { grid-template-columns: 1fr; } }

/* ---------- week banding above the timeline ---------- */
.weeks {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; margin-top: 34px;
}
.weeks span {
  font-family: var(--font-body); font-size: 10.5px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--silver-bright);
  padding: 10px 0 10px 14px;
  border-top: 1px solid rgba(198,205,215,.55);
  border-left: 1px solid rgba(198,205,215,.35);
}
.weeks span:first-child { border-left: 0; padding-left: 0; }

/* ---------- process / timeline ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.steps--five { grid-template-columns: repeat(5, 1fr); }
.cards--stack { grid-template-columns: 1fr; gap: 20px; }
.step { padding-top: 4px; }
.step__n {
  width: 86px; height: 74px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2283.1%22%20viewBox%3D%220%200%2096%2083.1%22%3E%3Cpath%20d%3D%22M%2048.00%201.73%20L%2094.00%2081.40%20L%202.00%2081.40%20Z%20M%2048.00%2013.99%20L%2083.38%2075.27%20L%2012.62%2075.27%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.08%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; background-position: center; background-size: contain;
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
  color: var(--white); line-height: 1;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.step__n span { transform: translateY(12px); display: block; }
.band .step__n, .bg-grey .step__n, .bg-white .step__n {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2283.1%22%20viewBox%3D%220%200%2096%2083.1%22%3E%3Cpath%20d%3D%22M%2048.00%201.73%20L%2094.00%2081.40%20L%202.00%2081.40%20Z%20M%2048.00%2013.99%20L%2083.38%2075.27%20L%2012.62%2075.27%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23223958%22%20stroke-width%3D%221.08%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  color: var(--navy);
}
.band .step h3, .bg-grey .step h3, .bg-white .step h3 { color: var(--navy); }
.band .step p, .bg-grey .step p, .bg-white .step p { color: var(--ink-soft); }
.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { font-size: 14.5px; margin: 0; }

/* ---------- split / portrait ---------- */
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.split--wideL { grid-template-columns: 1.15fr .85fr; }
.portrait { position: relative; }
.portrait img { width: 100%; height: auto; }
.portrait::before {
  content: ""; position: absolute; left: -16px; top: -16px;
  width: 94px; height: 94px;
  border-left: 1px solid var(--silver); border-top: 1px solid var(--silver);
}
.portrait__cap {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy-500); margin-top: 16px;
}
.figure__cap {
  font-family: var(--font-body); font-size: 12.5px;
  color: var(--navy-500); margin-top: 14px; line-height: 1.55;
}

/* ---------- record list ---------- */
.record { list-style: none; margin: 0; padding: 0; }
.record li {
  padding: 20px 0; border-top: 1px solid var(--silver-lt);
  display: grid; grid-template-columns: 176px 1fr; gap: 26px; align-items: baseline;
}
.record li:last-child { border-bottom: 1px solid var(--silver-lt); }
.record__k {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--navy-500);
}
.record__v { color: var(--ink); font-size: 16.5px; }

/* ---------- principles ---------- */
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 58px; }
.principle h3 { font-size: 1.22rem; margin-bottom: 10px; }
.principle p { font-size: 15.5px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 68px; align-items: start; }
.field { margin-bottom: 22px; }
.field label {
  display: block; font-family: var(--font-body);
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--navy-500); margin-bottom: 9px;
}
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 16px; color: var(--ink);
  background: var(--white); border: 1px solid var(--silver-lt);
  padding: 14px 15px; transition: border-color .18s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--navy); outline: 2px solid rgba(34,57,88,.16);
}
.field textarea { resize: vertical; min-height: 150px; }
.field__hint { font-size: 13.5px; color: var(--ink-soft); margin-top: 8px; }

.aside-block { border-top: 1px solid var(--silver-lt); padding: 26px 0; }
.aside-block:first-child { border-top: 0; padding-top: 0; }
.aside-block h3 {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy-500); margin-bottom: 12px;
}
.aside-block p { font-size: 15.5px; color: var(--ink-soft); }
.aside-block a { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--silver); }
.aside-block a:hover { border-color: var(--navy); }
.contact-direct {
  font-family: var(--font-display); font-size: 1.22rem;
  color: var(--navy); display: inline-block; margin-bottom: 8px;
  text-decoration: none; border-bottom: 1px solid var(--silver);
}
.contact-direct:hover { border-color: var(--navy); }

/* ---------- page header ---------- */
.pagehead { background: var(--navy); color: var(--white); padding: 84px 0 78px; }
.pagehead h1 { font-size: clamp(2.3rem, 4.4vw, 3.4rem); color: var(--white); max-width: 20ch; margin-bottom: 22px; }
.pagehead p { color: var(--silver-bright); max-width: 60ch; font-size: 18px; }

/* ---------- CTA ---------- */
.cta h2 { font-size: clamp(2rem, 3.6vw, 2.75rem); max-width: 20ch; margin-bottom: 20px; }
.cta p { max-width: 54ch; }

/* ---------- footer ---------- */
.site-foot { background: var(--navy-900); color: var(--silver); padding: 60px 0 34px; border-top: 1px solid rgba(169,178,190,.2); }
.foot__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; padding-bottom: 40px; border-bottom: 1px solid rgba(169,178,190,.2); align-items: stretch; }
.foot__brand { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.foot__logo { height: 92px; width: auto; margin: 0 auto 20px; }
.foot__tag {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--silver); line-height: 1.9;
}


/* visually hidden, still announced by screen readers */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.foot__col h2 {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--silver); margin-bottom: 16px;
}
.foot__col ul { list-style: none; margin: 0; padding: 0; }
.foot__col li { margin-bottom: 11px; font-size: 15px; color: #b9c2ce; }
.foot__col a { color: #b9c2ce; text-decoration: none; border-bottom: 1px solid transparent; }
.foot__col a:hover { color: var(--white); border-bottom-color: rgba(169,178,190,.6); }
.foot__bottom {
  padding-top: 26px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px;
  font-family: var(--font-body); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--silver);
}
.foot__bottom > :first-child { justify-self: start; }
.foot__bottom > :last-child  { justify-self: end; }
.foot__bottom .foot__serving { justify-self: center; text-align: center; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
/* tablet range: header must fit logo + 5 nav items + phone + icon */
@media (min-width: 761px) and (max-width: 1010px) {
  .site-head__inner { gap: 14px; }
  .nav { gap: 18px; }
  .nav a { font-size: 11px; letter-spacing: .1em; }
  .head__phone { font-size: 13px; gap: 6px; }
  .head__social { width: 32px; height: 32px; }
  .brand img { height: 56px; }
  .foot__bottom { gap: 10px; letter-spacing: .12em; font-size: 10px; }
}

@media (max-width: 1040px) {
  .hero__grid { grid-template-columns: 1fr; row-gap: 44px; }
  .hero__inner, .logo-blend, .hero__cta { grid-column: 1; grid-row: auto; }
  .hero__cta { justify-content: center; margin-top: 0; }
  /* hero button matches the logo width exactly (both capped at 210px) */
  .hero__cta .btn {
    width: 100%; max-width: 210px;
    padding: 14px 12px; font-size: 11px; letter-spacing: .05em;
  }
  .hero h1 { max-width: 18ch; }
  .split, .split--wideL, .contact-grid, .svc__cols { grid-template-columns: 1fr; gap: 40px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-grid > * , .pillar-grid > *:nth-child(4), .pillar-grid > *:nth-child(5) { grid-column: auto; }
  .proof { grid-template-columns: 1fr; }
  .proof__i + .proof__i { padding-left: 0; border-left: 0; border-top: 1px solid rgba(169,178,190,.22); }
  .cards--stack { grid-template-columns: 1fr; }
  .statcards { grid-template-columns: 1fr 1fr; }
  .steps, .steps--five { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .foot__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --gut: 20px; --head-h: 78px; }
  body { font-size: 16.5px; }
  .hero { padding: 64px 0 70px; }
  .band, .band-alt { padding: 66px 0; }
  .band-dark, .band-navy, .band-cred { padding: 62px 0; }
  .pagehead { padding: 56px 0 52px; }

  .brand img { height: 52px; }
  .nav {
    display: none; position: absolute; top: var(--head-h); left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--navy-900); border-bottom: 1px solid rgba(169,178,190,.25);
    padding: 8px var(--gut) 22px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 15px 0; width: 100%; border-bottom: 1px solid rgba(169,178,190,.14); }
  .nav-toggle { display: block; }
  .site-head__inner { position: relative; grid-template-columns: auto auto; justify-content: space-between; }
  .head__phone, .head__social { display: none; }
  .nav-social {
    display: flex; align-items: center; gap: 10px;
    padding: 15px 0; width: 100%;
    color: var(--white); text-decoration: none; font-size: 16px; font-weight: 500;
  }
  .nav-phone {
    display: flex; align-items: center; gap: 9px;
    padding: 15px 0; width: 100%;
    color: var(--white); text-decoration: none; font-size: 16px; font-weight: 500;
  }
  .proof { grid-template-columns: 1fr; margin-top: 46px; }
  .proof__i { padding: 26px 0 4px; }

  .cards, .pillar-grid, .statcards, .steps, .steps--five, .principles { grid-template-columns: 1fr; }
  .pillar-grid > *, .pillar-grid > *:nth-child(4), .pillar-grid > *:nth-child(5) { grid-column: auto; }
  .weeks { grid-template-columns: 1fr 1fr; }
  .weeks span:nth-child(3) { border-left: 0; padding-left: 0; }
  .principles { gap: 30px; }
  .svc__top { grid-template-columns: 64px 1fr; gap: 18px; }
  .svc__num { max-width: 64px; font-size: 1.25rem; }
  .svc__num span { transform: translateY(9px); }
  .svc__top h3 { font-size: 1.45rem; }
  .svc__sub { font-size: 1rem; }
  .record li { grid-template-columns: 1fr; gap: 6px; }
  .foot__top { grid-template-columns: 1fr; gap: 34px; }
  .foot__bottom { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .foot__bottom > :first-child, .foot__bottom > :last-child { justify-self: center; }
  .lede { font-size: 18px; }
  .btn { padding: 15px 20px; font-size: 12.5px; }
  .btn-row { gap: 10px; }
  .btn-row .btn { width: 100%; justify-content: center; text-align: center; }
  .cta .btn-row .btn:last-child { font-size: 11.5px; letter-spacing: .06em; }
  .logo-blend img { max-width: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .logo-blend img { animation: none; }
}

@media print {
  .site-head, .site-foot, .btn-row, .nav-toggle { display: none; }
  body { background: #fff; color: #000; }
}
