/* Ollie Commercial Advisory
   Palette: dark navy primary, off-white neutral, muted green accent
   Type: General Sans (headings) + Switzer (body) */

:root {
  --navy-950: #071320;
  --navy-900: #0B1D2E;
  --navy-800: #12293D;
  --navy-700: #1B394F;

  --bone: #F2EFE9;
  --paper: #FAF8F4;
  --white: #FFFFFF;

  --sage: #3E7A33;
  --sage-mid: #5C9E4E;
  --sage-light: #84D175;

  --ink: #0B1D2E;
  --muted: #5C6B77;
  --muted-dark: rgba(242, 239, 233, 0.62);

  --line: rgba(11, 29, 46, 0.14);
  --line-soft: rgba(11, 29, 46, 0.08);
  --line-dark: rgba(242, 239, 233, 0.16);
  --line-dark-soft: rgba(242, 239, 233, 0.09);

  --serif: "General Sans", "Helvetica Neue", Arial, sans-serif;
  --sans: "Switzer", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1200px;
  --gut: clamp(20px, 5vw, 64px);
  --sec: clamp(72px, 10vw, 140px);
}

* { 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(--sans);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01" on;
}

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

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.06;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: clamp(40px, 6.4vw, 82px); }
h2 { font-size: clamp(30px, 4.2vw, 54px); }
h3 { font-size: clamp(21px, 2.1vw, 27px); line-height: 1.18; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

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

.section { padding: var(--sec) 0; }
.section--tight { padding: clamp(56px, 7vw, 96px) 0; }

.dark {
  background: var(--navy-900);
  color: var(--bone);
}
.dark h1, .dark h2, .dark h3 { color: var(--bone); }
.bone { background: var(--bone); }

/* ---------- eyebrow / labels ---------- */
.eyebrow {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  flex: none;
  opacity: 0.7;
}
.dark .eyebrow { color: var(--sage-light); }

.lead {
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 62ch;
}
.dark .lead { color: var(--muted-dark); }

.small {
  font-size: 13.5px;
  letter-spacing: 0.01em;
  color: var(--muted);
}
.dark .small { color: var(--muted-dark); }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 248, 244, 0.9);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header.on-dark {
  background: rgba(11, 29, 46, 0.86);
  border-bottom-color: var(--line-dark-soft);
  color: var(--bone);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex: none;
}
.brand__mark { width: 44px; height: 44px; flex: none; }
.brand__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.brand__sub {
  display: block;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.on-dark .brand__sub { color: var(--muted-dark); }

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}
.nav a {
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.005em;
  padding: 6px 0;
  position: relative;
  color: inherit;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; }
.nav a.btn { color: var(--bone); opacity: 1; padding: 11px 18px; }
.nav a.btn:hover { color: var(--bone); }
.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--sage);
}
.on-dark .nav a[aria-current="page"]::after { background: var(--sage-light); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: inherit;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 14px;
  cursor: pointer;
}
.on-dark .nav-toggle { border-color: var(--line-dark); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-decoration: none;
  padding: 14px 24px;
  border: 1px solid transparent;
  background: var(--navy-900);
  color: var(--bone);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
.btn:hover { background: var(--sage); transform: translateY(-1px); }
.btn--ghost {
  background: transparent;
  color: inherit;
  border-color: var(--line);
}
.btn--ghost:hover { background: transparent; border-color: var(--sage); color: var(--sage); }
.dark .btn--ghost, .on-dark .btn--ghost { border-color: var(--line-dark); }
.dark .btn--ghost:hover, .on-dark .btn--ghost:hover { border-color: var(--sage-light); color: var(--sage-light); }
.dark .btn--solid,
.hero .btn--solid,
.cta-band .btn--solid,
.tier--feature .btn--solid { background: var(--sage-light); color: var(--navy-950); }
.dark .btn--solid:hover,
.hero .btn--solid:hover,
.cta-band .btn--solid:hover,
.tier--feature .btn--solid:hover { background: var(--bone); color: var(--navy-950); }
.btn--sm { padding: 11px 18px; font-size: 13.5px; }
.btn__arrow { transition: transform 0.22s ease; }
.btn:hover .btn__arrow { transform: translateX(3px); }

.textlink {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--sage);
  border-bottom: 1px solid rgba(62, 122, 51, 0.35);
  padding-bottom: 3px;
  transition: border-color 0.2s ease, gap 0.2s ease;
}
.textlink:hover { border-color: var(--sage); gap: 13px; }
.dark .textlink { color: var(--sage-light); border-bottom-color: rgba(132, 209, 117, 0.4); }
.dark .textlink:hover { border-color: var(--sage-light); }

.actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- hero ---------- */
.hero {
  background: var(--navy-900);
  color: var(--bone);
  padding: clamp(76px, 11vw, 140px) 0 0;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -12%;
  top: -28%;
  width: min(760px, 66vw);
  height: min(760px, 66vw);
  background: radial-gradient(circle at center, rgba(92, 158, 78, 0.26), rgba(92, 158, 78, 0) 66%);
  pointer-events: none;
}
.hero > .wrap { position: relative; z-index: 2; }
.hero h1 { max-width: 15ch; }
.hero__sub {
  margin-top: 30px;
  max-width: 56ch;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: var(--muted-dark);
}
.hero .actions { margin-top: 42px; }
.hero__note {
  margin-top: 26px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(242, 239, 233, 0.62);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark-soft);
  border-top: 1px solid var(--line-dark-soft);
  margin-top: clamp(64px, 8vw, 104px);
}
.stat {
  background: var(--navy-900);
  padding: 34px 0 40px;
  padding-right: 24px;
}
.stat__fig {
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 60px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--bone);
  font-variant-numeric: tabular-nums;
}
.stat__fig em { font-style: normal; color: var(--sage-light); }
.stat__label {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--muted-dark);
  max-width: 22ch;
}
.stats .stat:not(:first-child) { padding-left: 28px; }

/* ---------- section head ---------- */
.sec-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 76px);
}
.sec-head h2 { max-width: 18ch; }
.sec-head .lead { padding-bottom: 6px; }

/* ---------- rule list / situation ---------- */
.rules { border-top: 1px solid var(--line); }
.dark .rules { border-top-color: var(--line-dark); }
.rule {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(20px, 4vw, 56px);
  padding: clamp(28px, 3.4vw, 40px) 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.dark .rule { border-bottom-color: var(--line-dark); }
.rule__num {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--sage);
  padding-top: 6px;
}
.dark .rule__num { color: var(--sage-light); }
.rule__body { color: var(--muted); }
.dark .rule__body { color: var(--muted-dark); }

/* ---------- case ---------- */
.case {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.figure-swap {
  border-top: 1px solid var(--line-dark);
  padding-top: 32px;
}
.figure-swap__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark-soft);
}
.figure-swap__label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242, 239, 233, 0.66);
}
.figure-swap__val {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.figure-swap__row--strike .figure-swap__val {
  color: rgba(242, 239, 233, 0.45);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.figure-swap__row--win .figure-swap__val { color: var(--sage-light); }
.quote-mark {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.6;
  color: var(--sage-light);
  display: block;
  margin-bottom: 18px;
}

/* ---------- services ---------- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.svc {
  background: var(--paper);
  padding: clamp(28px, 3.6vw, 46px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bone .svc { background: var(--bone); }
.svc__num {
  font-family: var(--serif);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--sage);
}
.svc__meta {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 12.5px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
}
.svc__price {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-transform: none;
}
.svc__when {
  font-size: 14.5px;
  color: var(--sage);
  font-weight: 500;
}

/* ---------- feature columns ---------- */
.cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.4vw, 52px);
}
.col { border-top: 1px solid var(--line); padding-top: 24px; }
.dark .col { border-top-color: var(--line-dark); }
.col h3 { font-size: 20px; margin-bottom: 12px; }
.col p { color: var(--muted); font-size: 15.5px; }
.dark .col p { color: var(--muted-dark); }
.col__tick {
  display: block;
  color: var(--sage);
  font-size: 15px;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.dark .col__tick { color: var(--sage-light); }

/* ---------- pricing ---------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.tier {
  background: var(--paper);
  padding: clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
}
.tier--feature { background: var(--navy-900); color: var(--bone); }
.tier--feature h3 { color: var(--bone); }
.tier__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}
.tier--feature .tier__tag { color: var(--sage-light); }
.tier__price {
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.032em;
  margin: 18px 0 6px;
  font-variant-numeric: tabular-nums;
}
.tier__terms { font-size: 13px; color: var(--muted); }
.tier--feature .tier__terms { color: var(--muted-dark); }
.tier__fee {
  margin-top: 22px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--muted);
}
.tier--feature .tier__fee { border-color: var(--line-dark); color: var(--muted-dark); }
.tier__fee strong {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 10px;
  font-weight: 600;
}
.tier--feature .tier__fee strong { color: var(--sage-light); }
.tier__fee ul { margin: 0; padding: 0; list-style: none; }
.tier__fee li { font-variant-numeric: tabular-nums; }
.list { list-style: none; margin: 24px 0 30px; padding: 0; }
.list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--muted);
}
.tier--feature .list li { color: rgba(242, 239, 233, 0.8); }
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 1px;
  background: var(--sage);
}
.tier--feature .list li::before { background: var(--sage-light); }
.tier .btn { margin-top: auto; justify-content: center; }

/* ---------- math table ---------- */
.math {
  border-top: 1px solid var(--line);
  max-width: 760px;
}
.dark .math { border-top-color: var(--line-dark); }
.math__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 15.5px;
}
.dark .math__row { border-bottom-color: var(--line-dark-soft); }
.math__row span:first-child { color: var(--muted); }
.dark .math__row span:first-child { color: var(--muted-dark); }
.math__row span:last-child {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.math__row--total { border-bottom: 0; padding-top: 24px; }
.math__row--total span:first-child { color: inherit; font-weight: 500; }
.math__row--total span:last-child {
  font-size: clamp(26px, 3vw, 34px);
  color: var(--sage);
}
.dark .math__row--total span:last-child { color: var(--sage-light); }

/* ---------- about ---------- */
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}
.portrait {
  position: relative;
  background: var(--bone);
}
.portrait img {
  width: 100%;
  height: auto;
  filter: saturate(0.92) contrast(1.02);
}
.portrait__cap {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-top: 18px;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.dark .portrait__cap { border-top-color: var(--line-dark); color: var(--muted-dark); }

.creds { border-top: 1px solid var(--line); margin-top: 34px; }
.dark .creds { border-top-color: var(--line-dark); }
.creds__row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 15.5px;
}
.dark .creds__row { border-bottom-color: var(--line-dark-soft); }
.creds__row dt {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  padding-top: 4px;
}
.dark .creds__row dt { color: var(--sage-light); }
.creds__row dd { margin: 0; color: var(--muted); }
.dark .creds__row dd { color: var(--muted-dark); }

.words {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 4vw, 48px);
  font-family: var(--serif);
  font-size: clamp(28px, 4.6vw, 54px);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.words span:nth-child(2) { color: var(--sage); }
.dark .words span:nth-child(2) { color: var(--sage-light); }

/* ---------- fotoband ---------- */
.photoband {
  position: relative;
  min-height: clamp(320px, 46vw, 560px);
  display: flex;
  align-items: flex-end;
  background: var(--navy-900);
  overflow: hidden;
}
.photoband img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.photoband::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(7, 19, 32, 0.94) 0%, rgba(7, 19, 32, 0.78) 38%, rgba(7, 19, 32, 0.25) 72%, rgba(7, 19, 32, 0.1) 100%);
}
.photoband__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(36px, 5vw, 62px);
}
.photoband h2 {
  color: var(--bone);
  max-width: 17ch;
}
.photoband p {
  color: rgba(242, 239, 233, 0.74);
  max-width: 46ch;
  margin-top: 20px;
  font-size: clamp(16px, 1.5vw, 18px);
}
@media (max-width: 780px) {
  .photoband::after { background: linear-gradient(180deg, rgba(7,19,32,.55) 0%, rgba(7,19,32,.88) 55%, rgba(7,19,32,.95) 100%); }
}

/* ---------- cta band ---------- */
.cta-band {
  background: var(--navy-900);
  color: var(--bone);
  padding: clamp(64px, 8vw, 108px) 0;
}
.cta-band h2 { max-width: 20ch; }
.cta-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
  margin-top: 54px;
  padding-top: 40px;
  border-top: 1px solid var(--line-dark);
}
.cta-split h3 { font-size: 21px; margin-bottom: 10px; }
.cta-split p { color: var(--muted-dark); font-size: 15.5px; }

/* ---------- form ---------- */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}
.field { display: flex; flex-direction: column; gap: 9px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  padding: 14px 16px;
  border-radius: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.field textarea { min-height: 148px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(92, 158, 78, 0.18);
}
.form-note { font-size: 13px; color: var(--muted); }

.contact-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.62fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}
.contact-card {
  border: 1px solid var(--line);
  padding: clamp(26px, 3vw, 36px);
  background: var(--bone);
}
.contact-card dl { margin: 0; }
.contact-card dt {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.contact-card dd {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 500;
}
.contact-card dd:last-child { margin-bottom: 0; }
.contact-card a { text-decoration: none; border-bottom: 1px solid var(--line); }
.contact-card a:hover { border-color: var(--sage); color: var(--sage); }

/* ---------- footer ---------- */
.site-footer {
  background: var(--navy-950);
  color: rgba(242, 239, 233, 0.66);
  padding: clamp(52px, 6vw, 76px) 0 34px;
  font-size: 14.5px;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.7fr));
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line-dark-soft);
}
.footer-top h4 {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(242, 239, 233, 0.45);
  margin: 0 0 18px;
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { text-decoration: none; opacity: 0.86; }
.footer-links a:hover { color: var(--sage-light); opacity: 1; }
.footer-brand .brand__name { color: var(--bone); }
.footer-brand p { margin-top: 18px; max-width: 34ch; font-size: 14.5px; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding-top: 26px;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: rgba(242, 239, 233, 0.42);
}

/* ---------- reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .sec-head { grid-template-columns: 1fr; align-items: start; }
  .case, .about-split, .contact-split { grid-template-columns: 1fr; }
  .cols { grid-template-columns: 1fr; }
  .tiers { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .rule { grid-template-columns: 44px minmax(0, 1fr); }
  .rule__body { grid-column: 2; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .nav {
    position: fixed;
    inset: 78px 0 auto 0;
    background: var(--navy-900);
    color: var(--bone);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px var(--gut) 26px;
    border-bottom: 1px solid var(--line-dark-soft);
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 0; font-size: 17px; width: 100%; border-bottom: 1px solid var(--line-dark-soft); }
  .nav a.btn {
    margin-top: 18px;
    width: 100%;
    justify-content: center;
    border-bottom: 0;
    background: var(--sage-light);
    color: var(--navy-950);
  }
  .nav-toggle { display: inline-flex; }
  .stats { grid-template-columns: 1fr; }
  .stats .stat:not(:first-child) { padding-left: 0; }
  .svc-grid { grid-template-columns: 1fr; }
  .cta-split, .form-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .creds__row { grid-template-columns: 1fr; gap: 6px; }
}
