/* Wisconsin Estate Attorney - "Swiss Counsel" design system
   Black, white, pure deep red. Heavy grotesque type, square edges, hard rules.
   Red = #ac0000 (Latham-grade, no purple/pink undertone). Red appears only as:
   kicker, rule, link/hover, button, one solid band. */

:root {
  --paper: #ffffff;
  --panel: #f4f4f4;
  --ink: #141414;
  --ink-soft: #2a2a2a;
  --gray: #616161;
  --gray-light: #9a9a9a;
  --hairline: #e2e2e2;
  --red: #ac0000;
  --red-dark: #8c0000;
  --head: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --sans: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --well: 1360px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

.well {
  max-width: var(--well);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Utility bar ---------- */

.utility {
  background: var(--ink);
  color: #a8a8a8;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #262626;
}
.utility .well {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
}
.utility a {
  color: #ffffff;
  font-weight: 700;
}
.utility .u-note em {
  font-style: normal;
  color: #ffffff;
  font-weight: 600;
}

/* ---------- Header ---------- */

header.site {
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 50;
}
header.site .well {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}

.wordmark {
  font-family: var(--head);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.1;
}
.wordmark:hover { text-decoration: none; }
.wordmark .wm-sub {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 4px;
}

nav.primary { display: flex; align-items: center; gap: 32px; }
nav.primary a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
nav.primary a:hover {
  color: var(--red);
  text-decoration: none;
}
nav.primary a.btn { color: #ffffff; }
nav.primary a.btn:hover { color: #ffffff; }

/* Practice areas dropdown */
.nav-drop { position: relative; }
.nav-drop > a::after {
  content: "\25BE";
  font-size: 9px;
  margin-left: 7px;
  vertical-align: 2px;
  color: var(--gray-light);
}
.nav-drop > a:hover::after { color: var(--red); }
.drop-menu {
  position: absolute;
  top: calc(100% + 21px);
  left: -22px;
  min-width: 280px;
  background: var(--paper);
  border: 1px solid var(--hairline);
  border-top: 3px solid var(--red);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 60;
}
.drop-menu::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 24px;
}
.nav-drop:hover .drop-menu,
.nav-drop:focus-within .drop-menu { display: block; }
.drop-menu a {
  display: block;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  border-bottom: 1px solid var(--hairline);
}
.drop-menu a:last-child { border-bottom: none; }
.drop-menu a:hover {
  color: var(--red);
  background: var(--panel);
  text-decoration: none;
}

.btn {
  display: inline-block;
  background: var(--red);
  color: #ffffff;
  font-family: var(--head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 0;
  border: 2px solid var(--red);
  transition: background 0.12s ease, border-color 0.12s ease;
}
.btn:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-lg { font-size: 15px; padding: 18px 38px; }

/* ---------- Kicker + headings ---------- */

.kicker {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 24px;
}

h1, h2, h3 { font-family: var(--head); font-weight: 700; }

h2.section-title {
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  position: relative;
  padding-top: 28px;
  margin-bottom: 26px;
}
h2.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 4px;
  background: var(--red);
}

.deck {
  font-size: 19px;
  color: var(--gray);
  max-width: 640px;
}

/* ---------- Hero (dark) ---------- */

.hero {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  color: #ffffff;
  border-bottom: 4px solid var(--red);
  overflow: hidden;
  position: relative;
}
.hero .well {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.hero-bg {
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(-50%);
  width: min(46vw, 760px);
  pointer-events: none;
}
.hero-bg svg { width: 100%; height: auto; display: block; }
.hero .kicker { color: #ffffff; }
.hero .kicker::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  background: var(--red);
  vertical-align: middle;
  margin-right: 14px;
}
.hero h1 {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 14ch;
  margin-bottom: 34px;
  text-transform: uppercase;
}
.hero h1 .period { color: var(--red); }
.hero .deck { color: #b5b5b5; margin-bottom: 44px; }
.hero-ctas { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-alt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  border-bottom: 2px solid #3a3a3a;
  padding-bottom: 3px;
}
.hero-alt:hover { color: #ffffff; text-decoration: none; border-color: var(--red); }

/* ---------- Differentiator strip (white, separated from the hero) ---------- */

.diffs {
  background: var(--paper);
  border-bottom: 1px solid var(--hairline);
}
.diffs .well {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 0;
  padding-bottom: 0;
}
.diff {
  padding: 42px 32px 46px 32px;
  border-left: 1px solid var(--hairline);
}
.diff:first-child { border-left: none; padding-left: 0; }
.diff .d-idx {
  display: block;
  font-family: var(--head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--red);
  margin-bottom: 14px;
}
.diff h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 10px;
}
.diff h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: var(--red);
  margin-bottom: 12px;
}
.diff p { font-size: 14.5px; color: var(--gray); line-height: 1.6; }

/* ---------- Generic section ---------- */

section.band { border-bottom: 1px solid var(--hairline); }
section.band .well { padding-top: 108px; padding-bottom: 108px; }

/* ---------- Wisconsin section ---------- */

.wi-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 90px;
  align-items: center;
}
.wi-copy p { margin-bottom: 20px; font-size: 17.5px; max-width: 62ch; }
.wi-copy p strong { font-weight: 600; }
.wi-copy .readmore { font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 0.04em; }

.stats {
  background: var(--ink);
  padding: 20px 44px;
  border-top: 4px solid var(--red);
}
.stat { padding: 30px 0; border-bottom: 1px solid #2c2c2c; }
.stat:last-child { border-bottom: none; }
.stat .num {
  font-family: var(--head);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.stat .num span { color: #d43a3a; }
.stat .lbl { font-size: 14px; color: #9a9a9a; margin-top: 10px; line-height: 1.55; }

/* ---------- Practice areas: hard-rule list ---------- */

.practice-list { margin-top: 60px; border-top: 2px solid var(--ink); }
.practice-row {
  display: grid;
  grid-template-columns: 70px 4fr 6fr 44px;
  gap: 36px;
  align-items: baseline;
  padding: 34px 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--ink);
}
.practice-row:hover { text-decoration: none; }
.practice-row .idx {
  font-family: var(--head);
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.06em;
}
.practice-row h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.12s ease;
}
.practice-row:hover h3 { color: var(--red); }
.practice-row p { font-size: 16px; color: var(--gray); line-height: 1.6; }
.practice-row .arrow {
  font-family: var(--head);
  font-size: 22px;
  font-weight: 700;
  color: var(--gray-light);
  text-align: right;
  transition: color 0.12s ease, transform 0.12s ease;
}
.practice-row:hover .arrow { color: var(--red); transform: translateX(4px); }

/* ---------- Process timeline ---------- */

.steps-flow { max-width: 1060px; }
.flow-step {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 48px;
  padding: 52px 0;
  border-top: 2px solid var(--ink);
}
.flow-step:first-child { border-top: none; padding-top: 0; }
.fs-num {
  font-family: var(--head);
  font-size: 76px;
  font-weight: 700;
  line-height: 0.9;
  color: var(--red);
  letter-spacing: -0.03em;
}
.fs-num span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-light);
  margin-top: 10px;
}
.fs-body h2 { font-size: clamp(24px, 2.4vw, 32px); letter-spacing: -0.015em; margin-bottom: 14px; }
.fs-body p { margin-bottom: 16px; max-width: 66ch; }
.fs-body ul { margin: 0 0 16px; padding: 0; list-style: none; }
.fs-body ul li { position: relative; padding-left: 26px; margin-bottom: 10px; max-width: 64ch; }
.fs-body ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; background: var(--red); }

.split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.split-cell {
  background: var(--panel);
  border-top: 4px solid var(--ink);
  padding: 44px 46px 48px;
}
.split-cell .kicker { margin-bottom: 16px; }
.split-2 h2 {
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}
.split-2 p { color: var(--gray); font-size: 16.5px; line-height: 1.65; }

/* ---------- About page ---------- */

.about-split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.about-split .prose p { font-size: 17.5px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  margin-top: 56px;
}
.value-cell { background: var(--paper); padding: 40px 38px 44px; }
.value-cell .d-idx { display: block; font-family: var(--head); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: var(--red); margin-bottom: 14px; }
.value-cell h3 { font-size: 19px; letter-spacing: -0.01em; margin-bottom: 10px; }
.value-cell p { font-size: 15px; color: var(--gray); line-height: 1.6; }

.atty-panel {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  color: #ffffff;
  padding: 72px 64px;
  border-top: 4px solid var(--red);
}
.atty-panel .kicker { color: #ffffff; }
.atty-panel h2 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.02em; text-transform: uppercase; max-width: 22ch; margin-bottom: 20px; }
.atty-panel h2 .period { color: var(--red); }
.atty-panel p { color: #b5b5b5; max-width: 62ch; margin-bottom: 14px; }

@media (max-width: 960px) {
  .flow-step { grid-template-columns: 1fr; gap: 18px; padding: 36px 0; }
  .fs-num { font-size: 54px; }
  .split-2 { grid-template-columns: 1fr; gap: 44px; }
  .about-split { grid-template-columns: 1fr; gap: 36px; }
  .values-grid { grid-template-columns: 1fr; }
  .atty-panel { padding: 48px 28px; }
}

/* ---------- Conversion card (final CTA) ---------- */

.final { background: var(--panel); }
.final .well { padding-top: 96px; padding-bottom: 96px; }
.cta-card {
  display: grid;
  grid-template-columns: 5fr 7fr;
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
  max-width: 1160px;
  margin: 0 auto;
}
.cta-side {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  border-top: 4px solid var(--red);
  color: #ffffff;
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
}
.cta-side .kicker { color: #ffffff; margin-bottom: 16px; }
.cta-side h2 {
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cta-side h2 .period { color: var(--red); }
.cta-side p { font-size: 15.5px; color: #b5b5b5; line-height: 1.6; }
.cta-points { list-style: none; margin: 26px 0 0; padding: 0; }
.cta-points li { position: relative; padding-left: 24px; margin-bottom: 12px; font-size: 15px; color: #d6d6d6; }
.cta-points li::before { content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; background: var(--red); }
.cta-phone {
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid #2c2c2c;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}
.cta-phone:hover { color: #ffffff; }
.cta-form { padding: 48px 48px 40px; }
.cta-form .form-note { text-align: left; }

@media (max-width: 960px) {
  .cta-card { grid-template-columns: 1fr; }
  .cta-side { padding: 40px 28px; }
  .cta-phone { margin-top: 26px; }
  .cta-form { padding: 32px 24px; }
}

/* ---------- Statement band ---------- */

.statement-band {
  background: var(--panel);
  text-align: center;
}
.statement-band .well { padding-top: 110px; padding-bottom: 110px; }
.statement-band .kicker { margin-bottom: 20px; }
.statement-band h2 {
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.statement-band h2 .period { color: var(--red); }

/* ---------- Photo band + editorial images ---------- */

.photo-band {
  border-bottom: 4px solid var(--red);
  line-height: 0;
}
.photo-band img {
  width: 100%;
  height: clamp(280px, 40vw, 540px);
  object-fit: cover;
  display: block;
}
.photo-band img,
.prose-photo img,
.side-photo img {
  filter: grayscale(1) contrast(1.04);
}
.prose-photo {
  margin: 0 0 44px;
}
.prose-photo img { width: 100%; display: block; }
.side-photo { margin-bottom: 26px; }
.side-photo img {
  width: 100%;
  display: block;
  border-bottom: 4px solid var(--red);
}

/* ---------- Practice areas hub ---------- */

.pa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pa-card {
  display: block;
  border: 1px solid var(--hairline);
  background: var(--paper);
  color: var(--ink);
  transition: box-shadow 0.15s ease;
}
.pa-card:hover { text-decoration: none; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1); }
.pa-img { display: block; overflow: hidden; }
.pa-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  filter: grayscale(1) contrast(1.04);
  border-bottom: 4px solid var(--red);
}
.pa-body { display: block; padding: 26px 28px 30px; }
.pa-body .d-idx { display: block; font-family: var(--head); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; color: var(--red); margin-bottom: 10px; }
.pa-card h3 { font-size: 21px; letter-spacing: -0.01em; margin-bottom: 10px; transition: color 0.12s ease; }
.pa-card:hover h3 { color: var(--red); }
.pa-body p { font-size: 14.5px; color: var(--gray); line-height: 1.6; margin-bottom: 14px; }
@media (max-width: 1024px) { .pa-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pa-grid { grid-template-columns: 1fr; } }

/* ---------- Blog index cards ---------- */

.post-list { border-top: 2px solid var(--ink); margin-top: 8px; }
.post-card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--ink);
}
.post-card:hover { text-decoration: none; }
.pc-img { overflow: hidden; }
.pc-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  border-bottom: 4px solid var(--red);
}
.pc-date {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: 12px;
}
.post-card h3 { font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -0.015em; margin-bottom: 12px; transition: color 0.12s ease; }
.post-card:hover h3 { color: var(--red); }
.post-card p { color: var(--gray); font-size: 16px; max-width: 64ch; }
.pc-more {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}
@media (max-width: 820px) {
  .post-card { grid-template-columns: 1fr; gap: 22px; }
}

/* ---------- Long-form post styles ---------- */

.post-meta {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-light);
  margin-bottom: 26px;
}
.prose figure.post-img { margin: 36px 0; }
.prose figure.post-img img {
  width: 100%;
  display: block;
  border-bottom: 4px solid var(--red);
}
.prose figure.post-img figcaption {
  font-size: 13px;
  color: var(--gray-light);
  margin-top: 10px;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 36px;
  font-size: 15px;
}
@media (max-width: 720px) {
  .prose table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .prose table td, .prose table th { min-width: 140px; }
}
.prose table th {
  font-family: var(--head);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
  background: var(--ink);
  color: #ffffff;
  padding: 12px 14px;
}
.prose table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--hairline);
  vertical-align: top;
  color: var(--ink);
}
.prose table td:first-child { font-weight: 600; }
.prose h3 { font-size: 20px; margin: 30px 0 12px; letter-spacing: -0.01em; }

/* ---------- Callout band (the one solid red band) ---------- */

.callout { background: var(--red); color: #ffffff; position: relative; overflow: hidden; }
.callout::after {
  content: "\00a7";
  position: absolute;
  right: -30px;
  bottom: -140px;
  font-family: var(--head);
  font-size: 560px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}
.callout .well { padding-top: 120px; padding-bottom: 120px; position: relative; z-index: 1; }
.callout .kicker { color: #ffffff; opacity: 0.85; }
.callout blockquote {
  font-family: var(--head);
  font-size: clamp(32px, 4.2vw, 60px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 24ch;
  text-transform: uppercase;
}
.callout .after {
  margin-top: 40px;
  font-size: 17.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 660px;
}
.callout .after a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
}

/* ---------- Process ---------- */

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 68px;
}
.step { border-top: 2px solid var(--ink); padding-top: 24px; }
.step .n {
  font-family: var(--head);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.step h3 { font-size: 21px; margin-bottom: 10px; letter-spacing: -0.01em; }
.step p { font-size: 15px; color: var(--gray); line-height: 1.6; }

/* ---------- Homepage process band (dark) ---------- */

.process-dark {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  color: #ffffff;
  border-bottom: 4px solid var(--red);
}
.process-dark .kicker { color: #ffffff; }
.process-dark h2.section-title { color: #ffffff; }
.process-dark .deck { color: #b5b5b5; }
.process-dark .process-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-top: 60px;
}
.process-dark .step {
  background: var(--ink);
  border-top: none;
  padding: 42px 44px 46px;
  margin: 0;
}
.process-dark .step .n {
  font-size: 46px;
  letter-spacing: -0.02em;
  color: var(--red);
  margin-bottom: 12px;
  line-height: 1;
}
.process-dark .step .n small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--gray-light);
  margin-top: 8px;
}
.process-dark .step h3 { color: #ffffff; font-size: 21px; }
.process-dark .step p { color: #9a9a9a; }
.process-dark .faq-more a { color: #ffffff; }
.process-dark .faq-more a:hover { color: #d43a3a; }

/* ---------- FAQ accordions ---------- */

.faq-acc { border-bottom: 1px solid var(--hairline); }
.faq-acc summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 26px 0;
  font-family: var(--head);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
}
.faq-acc summary::-webkit-details-marker { display: none; }
.faq-acc summary::after {
  content: "+";
  font-family: var(--head);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--red);
  flex-shrink: 0;
}
.faq-acc[open] summary::after { content: "\2212"; }
.faq-acc summary:hover { color: var(--red); }
.faq-a { padding: 0 44px 26px 0; }
.faq-a p { color: var(--gray); font-size: 16px; max-width: 75ch; }

/* ---------- FAQ preview ---------- */

.faq-list { margin-top: 52px; border-top: 2px solid var(--ink); max-width: 880px; }
.faq-item { border-bottom: 1px solid var(--hairline); padding: 30px 0; }
.faq-item h3 { font-size: 20px; margin-bottom: 10px; letter-spacing: -0.01em; }
.faq-item p { color: var(--gray); font-size: 16px; max-width: 70ch; }
.faq-more { margin-top: 36px; font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 0.04em; }

/* ---------- Intake form ---------- */

.intake {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 24px;
  text-align: left;
}
.field { display: flex; flex-direction: column; }
.field-wide { grid-column: 1 / -1; }
.field label {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 9px;
}
.field label .optional {
  color: var(--gray-light);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.field input,
.field select,
.field textarea {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  padding: 14px 16px;
  width: 100%;
}
.field textarea { resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(172, 0, 0, 0.12);
}
.btn.btn-block { width: 100%; text-align: center; }
.consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: var(--gray);
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
}
.consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--red);
}
.form-note {
  grid-column: 1 / -1;
  font-size: 12.5px;
  color: var(--gray-light);
  text-align: center;
  line-height: 1.6;
}
.intake-success {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  border: 2px solid var(--ink);
  background: #ffffff;
}
.intake-success h3 { font-size: 24px; margin-bottom: 10px; }
.intake-success p { color: var(--gray); }

/* ---------- Mobile menu ---------- */

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--paper);
  z-index: 150;
  padding: 110px 28px 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: block; }
.mobile-menu .mm-group { border-top: 2px solid var(--ink); padding: 18px 0; }
.mobile-menu .mm-label {
  font-family: var(--head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.mobile-menu a {
  display: block;
  padding: 10px 0;
  font-family: var(--head);
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.mobile-menu a:hover { color: var(--red); text-decoration: none; }
.mobile-menu .mm-cta { margin-top: 26px; color: #ffffff; font-size: 15px; }
.mobile-menu .mm-phone {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}

@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  header.site { z-index: 160; }
  .mobile-menu.open ~ * header.site { background: var(--paper); }
}

/* ---------- Consultation modal ---------- */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 200;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--paper);
  width: 100%;
  max-width: 620px;
  max-height: 90vh;
  overflow-y: auto;
  border-top: 4px solid var(--red);
  padding: 46px 48px 38px;
  position: relative;
}
.modal .kicker { margin-bottom: 14px; }
.modal h2 {
  font-size: clamp(28px, 3.6vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.modal h2 .period { color: var(--red); }
.modal .modal-deck {
  font-size: 15.5px;
  color: var(--gray);
  margin-bottom: 30px;
  max-width: 46ch;
}
.modal .intake { max-width: none; }
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 30px;
  line-height: 1;
  color: var(--gray-light);
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.modal-close:hover { color: var(--red); }

@media (max-width: 640px) {
  .modal { padding: 36px 24px 28px; }
  .modal .intake { grid-template-columns: 1fr; }
}

/* ---------- Interior pages ---------- */

.page-hero {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  color: #ffffff;
  border-bottom: 4px solid var(--red);
  overflow: hidden;
  position: relative;
}
.page-hero .well {
  padding-top: 84px;
  padding-bottom: 84px;
  position: relative;
  z-index: 1;
}
.page-hero .hero-bg { width: min(34vw, 520px); right: -4%; }
.page-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  max-width: 18ch;
}
.page-hero h1 .period { color: var(--red); }
.page-hero .deck { color: #b5b5b5; margin-top: 24px; }

.content-grid {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 90px;
  align-items: start;
}
.content-grid > * { min-width: 0; }
.prose table { max-width: 100%; }
.prose h2 {
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.015em;
  line-height: 1.1;
  position: relative;
  padding-top: 22px;
  margin: 52px 0 18px;
}
.prose h2:first-child { margin-top: 0; }
.prose h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--red);
}
.prose p { margin-bottom: 18px; font-size: 17px; max-width: 68ch; }
.prose ul { margin: 0 0 20px 0; padding: 0; list-style: none; }
.prose ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  max-width: 66ch;
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: var(--red);
}
.prose .note-box {
  border-left: 4px solid var(--red);
  background: var(--panel);
  padding: 26px 30px;
  margin: 34px 0;
}
.prose .note-box p { margin-bottom: 0; font-size: 16px; }
.prose .note-box .nb-label {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: 10px;
}

.side-rail { position: sticky; top: 110px; }
.side-cta {
  background: var(--ink);
  color: #ffffff;
  padding: 36px 34px;
  border-top: 4px solid var(--red);
}
.side-cta h3 { font-size: 20px; letter-spacing: -0.01em; margin-bottom: 12px; }
.side-cta p { font-size: 14.5px; color: #9a9a9a; line-height: 1.6; margin-bottom: 22px; }
.side-cta .btn { display: block; text-align: center; }
.side-cta .side-phone {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}
.side-cta .side-quiz {
  display: block;
  text-align: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #2c2c2c;
  color: #d43a3a;
  font-weight: 600;
  font-size: 13.5px;
}
.side-cta .side-quiz:hover { color: #ffffff; text-decoration: none; }
.side-links {
  border: 1px solid var(--hairline);
  padding: 28px 30px;
  margin-top: 28px;
}
.side-links h4 {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.side-links ul { list-style: none; }
.side-links li { border-bottom: 1px solid var(--hairline); }
.side-links li:last-child { border-bottom: none; }
.side-links a {
  display: block;
  padding: 11px 0;
  color: var(--ink);
  font-weight: 500;
  font-size: 15px;
}
.side-links a:hover { color: var(--red); text-decoration: none; }
.side-links a.current { color: var(--red); font-weight: 700; }

@media (max-width: 960px) {
  .intake { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; gap: 56px; }
  .side-rail { position: static; }
}

/* ---------- Footer (dark) ---------- */

footer.site {
  background: var(--ink);
  font-size: 14px;
  color: #9a9a9a;
}
footer.site .well { padding-top: 72px; padding-bottom: 48px; }
.foot-grid {
  display: grid;
  grid-template-columns: 4fr 3fr 3fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid #2c2c2c;
}
.foot-grid h4 {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 9px; }
.foot-grid a { color: #9a9a9a; }
.foot-grid a:hover { color: #ffffff; }
.foot-id .fm {
  font-family: var(--head);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.foot-id p { line-height: 1.7; }
.foot-id .fm-sub {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d43a3a;
  margin-top: 5px;
}
.foot-phone {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--head);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.foot-phone:hover { color: #d43a3a; text-decoration: none; }
.foot-id a { color: #ffffff; font-weight: 600; }
.disclaimer {
  padding-top: 28px;
  font-size: 12.5px;
  color: #6e6e6e;
  line-height: 1.7;
  max-width: 900px;
}
.legal-links { margin-top: 18px; font-size: 12.5px; color: #6e6e6e; }
.legal-links a { color: #9a9a9a; margin-right: 22px; }
.legal-links a:hover { color: #ffffff; }

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .process-dark .process-grid { grid-template-columns: 1fr; }
  .hero-bg { width: 70vw; right: -20%; opacity: 0.6; }
  .diffs .well { grid-template-columns: repeat(2, 1fr); }
  .diff { padding: 26px 20px; border-top: 1px solid var(--hairline); }
  .diff:first-child, .diff:nth-child(2) { border-top: none; }
  .diff:nth-child(odd) { border-left: none; padding-left: 0; }
  .wi-grid { grid-template-columns: 1fr; gap: 48px; }
  .stats { padding: 16px 28px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; gap: 36px; }
  nav.primary { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .well { padding: 0 22px; }
  .hero .well { padding-top: 76px; padding-bottom: 76px; }
  section.band .well { padding-top: 72px; padding-bottom: 72px; }
  .diffs .well { grid-template-columns: 1fr; }
  .diff { border-left: none; padding-left: 0; }
  .practice-row { grid-template-columns: 1fr; gap: 8px; padding: 26px 0; }
  .practice-row .idx { display: none; }
  .practice-row .arrow { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .utility .u-note { display: none; }
  .utility .well { justify-content: center; }
}
