:root {
  --paper: #f3f1ec;
  --surface: #fbfaf7;
  --ink: #15243f;
  --muted: #657082;
  --line: rgba(21, 36, 63, 0.15);
  --sage: #668474;
  --sage-dark: #335846;
  --white: #ffffff;
  --shell: 1240px;
}

[hidden] { display: none !important; }

.legal-page { min-height: 70vh; padding: 80px 0 110px; }
.legal-page h1 { max-width: 900px; margin-bottom: 24px; }
.legal-intro { max-width: 760px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-content { max-width: 900px; margin-top: 52px; }
.legal-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 14px; font-size: 27px; line-height: 1.25; }
.legal-content p, .legal-content li { color: #505d70; font-size: 14px; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-back { margin-top: 38px; }
@media (max-width: 600px) { .legal-page { padding: 56px 0 80px; } .legal-page h1 { font-size: 38px; } .legal-content h2 { font-size: 24px; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 241, 236, 0.88);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; flex-direction: column; text-decoration: none; }
.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--sage-dark);
  border-radius: 2px;
  background: var(--sage-dark);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}
.button:hover { background: #284a39; transform: translateY(-1px); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 13px; }

.hero { padding: 52px 0 0; overflow: hidden; }
.hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(400px, 0.8fr);
  gap: 64px;
  align-items: stretch;
}
.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 36px;
  padding: 26px 0 38px;
}
.kicker {
  margin: 0 0 22px;
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero-kicker { margin-bottom: -20px; }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
h1 {
  max-width: 800px;
  font-size: clamp(40px, 3.45vw, 50px);
  line-height: 1.12;
}
.hero-bottom { max-width: 690px; }
.hero-lead {
  max-width: 660px;
  margin: 0;
  color: #505d70;
  font-size: 17px;
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(21, 36, 63, 0.35);
  padding-bottom: 5px;
}
.text-link span { color: var(--sage-dark); font-size: 18px; }
.text-link-disabled { cursor: default; border-bottom-style: dashed; color: var(--muted); }
.microcopy { margin: 18px 0 0; color: #77808d; font-size: 12px; line-height: 1.5; }
.portrait {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: #d8d2ca;
}
.portrait::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(15, 28, 50, 0.66));
  pointer-events: none;
}
.portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 46%;
  filter: saturate(0.9) contrast(1.02);
}
.portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
}
.portrait figcaption span { font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.portrait figcaption small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 0.72fr 0.72fr 1.2fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 28px;
  border-right: 1px solid var(--line);
}
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}
.fact span { max-width: 230px; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.comparison {
  padding: 128px 0;
  background: var(--surface);
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}
.section-heading h2 {
  max-width: 860px;
  font-size: clamp(34px, 3vw, 43px);
  line-height: 1.15;
}
.section-heading > p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.comparison-table {
  display: grid;
  grid-template-columns: 0.42fr 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.comparison-head {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-right: 1px solid var(--line);
}
.comparison-head span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.comparison-head strong {
  max-width: 340px;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}
.comparison-head.comparison-direct {
  background: var(--ink);
  color: var(--white);
}
.comparison-head.comparison-direct span { color: #9eb8aa; }
.comparison-label { padding-left: 0; }
.comparison-row-label,
.comparison-cell {
  min-height: 150px;
  padding: 30px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.comparison-row-label {
  padding-left: 0;
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.comparison-cell {
  color: #5c6675;
  font-size: 14px;
  line-height: 1.65;
}
.comparison-cell.comparison-direct {
  border-right: 0;
  background: var(--ink);
  color: #e5e9ee;
}
.comparison-desktop-row { display: contents; }
.comparison-mobile { display: none; }

.contact-section {
  position: relative;
  padding: 124px 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.contact-section::before {
  content: "";
  position: absolute;
  top: -360px;
  left: -320px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}
.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 80px;
  align-items: stretch;
}
.contact-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kicker-light { color: #9eb8aa; }
.contact-copy h2 {
  max-width: 540px;
  font-size: clamp(34px, 3.15vw, 44px);
  line-height: 1.14;
}
.contact-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: #b9c3cf;
  font-size: 16px;
  line-height: 1.7;
}
.contact-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 56px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.contact-meta div {
  min-height: 90px;
  padding: 20px 20px 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.contact-meta div:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.14); }
.contact-meta div:nth-child(even) { padding-left: 20px; }
.contact-meta dt {
  color: #8da496;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-meta dd {
  margin: 8px 0 0;
  color: #f5f6f8;
  font-size: 13px;
  line-height: 1.45;
}
.contact-form {
  display: grid;
  gap: 20px;
  padding: 46px;
  background: var(--surface);
  color: var(--ink);
}
.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.form-heading span {
  color: var(--sage-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.form-heading h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.form-heading p,
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span {
  color: #47556a;
  font-size: 11px;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(21, 36, 63, 0.22);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  padding: 12px 0 14px;
  transition: border-color 160ms ease;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { border-color: var(--sage-dark); }
.contact-form textarea { min-height: 90px; resize: vertical; }
.contact-form .consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}
.contact-form .consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--sage-dark);
}
.contact-form .consent span { color: var(--muted); font-size: 10px; line-height: 1.45; font-weight: 500; }
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.form-status { margin: 0; font-size: 12px; font-weight: 650; line-height: 1.5; }
.form-status-success { color: var(--sage-dark); }
.form-status-error { color: #8a3f32; }
.contact-form button:disabled,
.quick-contact-form button:disabled { cursor: wait; opacity: .58; transform: none; }
.form-submit { width: 100%; border-radius: 0; }
.form-note { text-align: center; }

.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { color: #445064; font-size: 13px; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover { color: var(--sage-dark); }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 20px; height: 1px; display: block; background: var(--ink); }
.mobile-menu nav { position: absolute; top: 50px; right: -100px; width: min(310px, calc(100vw - 32px)); display: grid; padding: 14px 20px; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 18px 40px rgba(21,36,63,.12); }
.mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.mobile-menu nav a:last-child { border-bottom: 0; }
.section { padding: 112px 0; }
.section-title { max-width: 810px; margin-bottom: 48px; }
.section-title h2,
.consultation-copy h2,
.about-copy h2,
.faq-title h2,
.price-layout h2 {
  font-size: clamp(34px, 3vw, 43px);
  line-height: 1.15;
}
.section-title > p:last-child,
.consultation-copy > p:not(.kicker),
.about-lead { color: var(--muted); font-size: 16px; line-height: 1.68; }

.quiz-section { background: var(--surface); }
.quiz-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 88px; align-items: start; }
.quiz-layout .section-title { position: sticky; top: 110px; margin: 0; }
.quiz-panel { padding: 44px; border: 1px solid var(--line); background: var(--paper); }
.quiz-progress { display: flex; align-items: center; gap: 18px; color: var(--sage-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quiz-progress > span:first-child { flex: 0 0 auto; }
.quiz-progress-track { flex: 1; height: 2px; overflow: hidden; background: var(--line); }
.quiz-progress-track i { height: 100%; display: block; background: var(--sage-dark); transition: width 220ms ease; }
.quiz-question { min-width: 0; margin: 0; padding: 0; border: 0; }
.quiz-question legend,
.quiz-panel h3 { width: 100%; margin: 32px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; letter-spacing: -.025em; }
.quiz-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-option { cursor: pointer; }
.quiz-option input { position: absolute; opacity: 0; pointer-events: none; }
.quiz-option span { min-height: 56px; display: flex; align-items: center; padding: 14px 16px; border: 1px solid var(--line); background: var(--surface); color: #4f5a6b; font-size: 14px; font-weight: 650; transition: 160ms ease; }
.quiz-option:hover span,
.quiz-option input:checked + span { border-color: var(--sage-dark); background: #e8eee9; color: var(--ink); }
.quiz-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.quiz-footer p { max-width: 250px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.quiz-navigation { display: flex; align-items: center; gap: 14px; }
.quiz-back { padding: 10px 0; border: 0; border-bottom: 1px solid #aeb8b1; background: transparent; color: var(--ink); font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.quiz-back:hover { border-color: var(--sage-dark); color: var(--sage-dark); }
.quiz-panel .button:disabled { cursor: not-allowed; opacity: .42; transform: none; }
.quiz-result > p:not(.kicker) { max-width: 680px; margin: -8px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.quiz-result dl { margin: 0; border-top: 1px solid var(--line); }
.quiz-result dl div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.quiz-result dt { color: var(--sage-dark); font-size: 10px; font-weight: 800; }
.quiz-result dd { margin: 0; color: #4f5a6b; font-size: 13px; font-weight: 650; }
.quiz-result-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }

.situations-section { background: var(--paper); }
.question-list { border-top: 1px solid var(--line); }
.question-item { border-bottom: 1px solid var(--line); }
.question-item summary { display: grid; grid-template-columns: 54px minmax(0, 1fr) 28px; gap: 20px; align-items: center; padding: 26px 0; cursor: pointer; list-style: none; }
.question-item summary::-webkit-details-marker { display: none; }
.question-num { color: var(--sage-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.question-item summary strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; line-height: 1.35; }
.question-item summary i { color: var(--sage-dark); font-size: 24px; font-style: normal; font-weight: 300; text-align: right; transition: transform 160ms ease; }
.question-item[open] summary i { transform: rotate(45deg); }
.question-answer { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 20px; padding: 0 56px 28px 0; }
.question-answer p { grid-column: 2; max-width: 760px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.consultation-section { background: var(--surface); }
.consultation-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 88px; align-items: start; }
.consultation-copy { position: sticky; top: 110px; }
.consultation-copy > p:not(.kicker) { max-width: 470px; margin: 22px 0 0; }
.consultation-copy .button { margin-top: 26px; }
.result-list { border-top: 1px solid var(--line); }
.result-row { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.result-row > span { color: var(--sage-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.result-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; }
.result-row p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.honest-note { margin-top: 24px; padding: 28px; background: var(--sage-dark); color: white; }
.honest-note h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; line-height: 1.35; }
.honest-note p { margin: 10px 0 0; color: #d9e3dc; font-size: 14px; line-height: 1.6; }

.role-section { background: var(--ink); color: white; }
.section-heading-dark > p { color: #b9c3cf; }
.role-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 48px; }
.role-label { margin: 0 0 24px; color: #9eb8aa; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.role-statement blockquote { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 2.6vw, 38px); font-weight: 500; line-height: 1.3; letter-spacing: -.03em; }
.role-statement > strong { display: block; max-width: 650px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #dfe6ec; font-size: 15px; line-height: 1.6; }
.role-points { border-top: 1px solid rgba(255,255,255,.14); }
.role-points article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.role-points article > span { color: #9eb8aa; font-size: 10px; font-weight: 800; }
.role-points h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; }
.role-points p { grid-column: 2; margin: -4px 0 0; color: #b9c3cf; font-size: 13px; line-height: 1.6; }

.risks-section { background: var(--paper); }
.risk-matrix { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.risk-matrix article { min-height: 220px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.risk-matrix article > span { color: var(--sage-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.risk-matrix h3 { margin: 44px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.risk-matrix p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.risk-note { margin-top: 32px; padding: 30px 34px; border-left: 3px solid var(--sage-dark); background: #e8eee9; color: #34443c; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.55; }

.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 88px; align-items: start; }
.registry-mark { min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; background: var(--ink); color: white; }
.registry-mark span,
.registry-mark small { color: #9eb8aa; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.registry-mark strong { margin: 12px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(72px, 8vw, 112px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.about-lead { max-width: 680px; margin: 22px 0 0; }
.about-copy blockquote { max-width: 700px; margin: 32px 0; padding-left: 22px; border-left: 2px solid var(--sage-dark); font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.55; }
.credentials { border-top: 1px solid var(--line); }
.credentials > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.credentials strong { font-size: 13px; }
.credentials span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 180px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span { color: var(--sage-dark); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; }
.process-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.advice-section { background: #efe8df; }
.kicker-warn { color: #8a543d; }
.advice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(100,67,51,.18); border: 1px solid rgba(100,67,51,.18); }
.advice-grid article { min-height: 300px; padding: 30px; background: #f7f1e9; }
.advice-grid article > span { color: #8a543d; font-size: 10px; font-weight: 800; }
.bad-advice { margin: 40px 0 18px; color: #8a543d; font-size: 15px; font-weight: 750; }
.advice-grid h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; }
.advice-grid p:last-child { color: #6d625b; font-size: 13px; line-height: 1.65; }

.cases-section { background: var(--surface); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-top { display: flex; align-items: center; justify-content: space-between; }
.case-top span { color: var(--sage-dark); font-size: 10px; font-weight: 800; }
.case-top small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-grid h3 { margin: 48px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; line-height: 1.3; }
.case-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.case-grid article > strong { display: block; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.55; }

.price-section { background: var(--paper); }
.price-layout { display: grid; grid-template-columns: .75fr 1.05fr .55fr; gap: 54px; align-items: start; padding: 48px; background: #e3ebe5; }
.price-copy p { margin: 0 0 18px; color: #506057; font-size: 14px; line-height: 1.68; }
.price-principle { padding: 24px; border-left: 1px solid rgba(51,88,70,.28); }
.price-principle strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; line-height: 1.35; }
.price-principle span { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.5; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 88px; align-items: start; }
.faq-title { position: sticky; top: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sage-dark); font-size: 24px; font-family: Inter, sans-serif; font-weight: 300; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.legal-section { padding: 36px 0; background: #e8e4dd; }
.legal-note { display: grid; grid-template-columns: 190px 1fr; gap: 28px 44px; }
.legal-note strong { color: #705848; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.legal-note p { margin: 0; color: #574f49; font-size: 13px; line-height: 1.6; }
.legal-note small { grid-column: 2; color: #7b746e; font-size: 10px; }
.site-footer { padding: 44px 0 92px; background: #0d1729; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-grid p { max-width: 620px; margin: 8px 0 0; color: #9eabba; font-size: 12px; line-height: 1.55; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: flex-start; gap: 18px; }
.footer-grid nav a { color: #d8dee6; font-size: 12px; text-decoration: none; }
.mobile-cta { display: none; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .section { padding: 86px 0; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 24px; }
  .hero-copy { gap: 48px; padding-bottom: 16px; }
  .portrait { min-height: 620px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .fact:first-child { padding-left: 28px; }
  .comparison { padding: 94px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .comparison-table { grid-template-columns: 180px 1fr 1fr; overflow-x: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-copy { gap: 14px; }
  .quiz-layout,
  .consultation-grid,
  .about-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .quiz-layout .section-title,
  .consultation-copy,
  .faq-title { position: static; }
  .question-item summary { grid-template-columns: 44px 1fr 26px; gap: 14px; }
  .question-answer { grid-template-columns: 44px 1fr; gap: 14px; }
  .role-layout { grid-template-columns: 1fr; gap: 46px; }
  .risk-matrix { grid-template-columns: repeat(2, 1fr); }
  .advice-grid,
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article { min-height: 300px; }
  .price-layout { grid-template-columns: 1fr; gap: 28px; }
  .price-principle { padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(51,88,70,.28); }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .header-inner > .button-small { display: none; }
  .mobile-menu nav { right: 0; }
  .brand span { font-size: 16px; }
  .brand small { font-size: 8px; }
  .button-small { min-height: 40px; padding-inline: 13px; font-size: 11px; width: auto; }
  .section { padding: 68px 0; }
  .section-title { margin-bottom: 34px; }
  .section-title h2,
  .consultation-copy h2,
  .about-copy h2,
  .faq-title h2,
  .price-layout h2 { font-size: 30px; line-height: 1.18; letter-spacing: -.035em; }
  .hero { padding-top: 30px; }
  .hero-copy { gap: 34px; padding: 10px 0 0; }
  h1 { font-size: 32px; line-height: 1.16; letter-spacing: -0.035em; }
  .hero-lead { font-size: 15px; line-height: 1.58; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .portrait { min-height: 500px; }
  .portrait figcaption { right: 18px; bottom: 18px; left: 18px; flex-direction: column; align-items: flex-start; gap: 5px; }
  .facts { grid-template-columns: 1fr; }
  .fact { min-height: 96px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:first-child { padding-left: 0; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:last-child { border-bottom: 0; }
  .comparison { padding: 72px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: 30px; line-height: 1.18; letter-spacing: -0.035em; }
  .section-heading > p { font-size: 14px; }
  .comparison-table { display: none; }
  .comparison-mobile { display: grid; gap: 18px; }
  .comparison-card {
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--white);
  }
  .comparison-card header {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
    padding: 18px 18px 16px;
    border-bottom: 1px solid var(--line);
    background: #f0ece6;
  }
  .comparison-card header span,
  .comparison-card-agency strong,
  .comparison-card-direct strong {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .comparison-card header span { color: var(--sage-dark); }
  .comparison-card header h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
  }
  .comparison-card-agency,
  .comparison-card-direct { padding: 20px 18px; }
  .comparison-card-agency strong { color: var(--muted); }
  .comparison-card-direct { background: var(--ink); color: #e5e9ee; }
  .comparison-card-direct strong { color: #9eb8aa; }
  .comparison-card-agency p,
  .comparison-card-direct p { margin: 9px 0 0; font-size: 14px; line-height: 1.62; }
  .comparison-card-agency p { color: #5c6675; }
  .comparison-card-direct p { color: #e5e9ee; }
  .contact-section { padding: 76px 0; }
  .contact-copy h2 { font-size: 32px; line-height: 1.16; letter-spacing: -0.035em; }
  .contact-meta { grid-template-columns: 1fr; margin-top: 36px; }
  .contact-meta div,
  .contact-meta div:nth-child(even) { min-height: 74px; padding: 17px 0; border-right: 0; }
  .contact-form { margin-inline: -8px; padding: 28px 22px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .form-heading h3 { font-size: 25px; }
  .field-row { grid-template-columns: 1fr; }
  .quiz-panel { margin-inline: -8px; padding: 26px 20px; }
  .quiz-panel h3 { font-size: 23px; }
  .quiz-options { grid-template-columns: 1fr; }
  .quiz-footer { align-items: stretch; flex-direction: column; }
  .quiz-navigation { width: 100%; align-items: stretch; flex-direction: column-reverse; }
  .quiz-navigation .button { width: 100%; }
  .quiz-navigation .quiz-back { align-self: center; }
  .quiz-result-actions { align-items: stretch; flex-direction: column; }
  .quiz-result-actions .quiz-back { align-self: center; }
  .question-item summary { grid-template-columns: 32px 1fr 24px; gap: 10px; }
  .question-item summary strong { grid-column: 2; font-size: 18px; }
  .question-item summary i { grid-column: 3; grid-row: 1; }
  .question-answer { display: block; padding: 0 0 24px 42px; }
  .question-answer p { font-size: 14px; }
  .consultation-copy .button { width: 100%; }
  .result-row { grid-template-columns: 38px 1fr; gap: 10px; }
  .honest-note { padding: 22px; }
  .role-statement blockquote { font-size: 26px; }
  .risk-matrix,
  .process-grid { grid-template-columns: 1fr; }
  .risk-matrix article { min-height: 180px; }
  .risk-matrix h3 { margin-top: 30px; }
  .risk-note { padding: 24px; font-size: 17px; }
  .registry-mark { min-height: 330px; padding: 26px; }
  .credentials > div { grid-template-columns: 1fr; gap: 6px; }
  .process-grid article { min-height: auto; padding: 24px 20px; }
  .advice-grid article { min-height: auto; }
  .case-grid article { min-height: 330px; }
  .price-layout { padding: 28px 22px; }
  .faq-list summary { font-size: 17px; }
  .legal-note { grid-template-columns: 1fr; gap: 12px; }
  .legal-note small { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-content: flex-start; }
  .mobile-cta { position: fixed; z-index: 30; right: 14px; bottom: 14px; left: 14px; display: inline-flex; width: auto; box-shadow: 0 8px 24px rgba(13,23,41,.22); }
}

/* Documentary photography and trust rhythm */
.situations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr);
  gap: 54px;
  align-items: start;
}
.situations-layout .question-item summary {
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 16px;
}
.situations-layout .question-answer {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
}
.situations-photo,
.consultation-photo,
.role-photo,
.about-photo,
.contact-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d7d4cf;
}
.situations-photo {
  position: sticky;
  top: 110px;
  aspect-ratio: 4 / 5;
}
.situations-photo::after,
.consultation-photo::after {
  content: "";
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(180deg, transparent, rgba(13, 23, 41, .72));
  pointer-events: none;
}
.situations-photo img,
.consultation-photo img,
.role-photo img,
.about-photo img,
.contact-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.situations-photo img { object-position: 50% 45%; }
.situations-photo figcaption,
.consultation-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: white;
}
.situations-photo figcaption span,
.consultation-photo figcaption span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}
.situations-photo figcaption small,
.consultation-photo figcaption small {
  max-width: 150px;
  color: rgba(255,255,255,.7);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}

.consultation-copy { position: static; }
.consultation-photo {
  aspect-ratio: 4 / 5;
  margin-top: 38px;
}
.consultation-photo img { object-position: 50% 55%; }

.role-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(240px, .52fr) minmax(260px, .72fr);
  gap: 34px;
}
.role-photo {
  min-height: 490px;
  align-self: stretch;
}
.role-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  pointer-events: none;
}
.role-photo img {
  object-position: 50% 52%;
  filter: saturate(.82) contrast(1.04);
}
.role-points { align-self: stretch; }

.about-grid {
  grid-template-columns: minmax(380px, .88fr) minmax(0, 1.12fr);
  gap: 72px;
}
.about-photo {
  min-height: 650px;
  align-self: stretch;
}
.about-photo > img { object-position: 50% 52%; }
.about-photo .registry-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 0;
  padding: 28px 30px;
  background: rgba(13, 23, 41, .9);
  backdrop-filter: blur(8px);
}
.about-photo .registry-mark strong {
  margin: 7px 0 5px;
  font-size: clamp(52px, 5vw, 72px);
}

.contact-copy { gap: 28px; }
.contact-photo {
  aspect-ratio: 16 / 8.4;
  border: 1px solid rgba(255,255,255,.12);
}
.contact-photo img {
  object-position: 50% 42%;
  filter: saturate(.78) contrast(1.03);
}
.contact-meta { margin-top: 0; }

@media (max-width: 1100px) {
  .role-layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
    gap: 42px;
  }
  .role-points { grid-column: 1 / -1; }
  .role-points article { grid-template-columns: 40px 180px 1fr; }
  .role-points article p { grid-column: 3; margin: 0; }
}

@media (max-width: 920px) {
  .situations-layout { grid-template-columns: 1fr; gap: 42px; }
  .situations-photo {
    position: relative;
    top: auto;
    aspect-ratio: 16 / 10;
  }
  .situations-photo img { object-position: 50% 38%; }
  .consultation-photo { aspect-ratio: 16 / 10; }
  .consultation-photo img { object-position: 50% 48%; }
  .role-layout { grid-template-columns: 1fr 1fr; }
  .role-points { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { min-height: 620px; }
}

@media (max-width: 600px) {
  .situations-layout .question-item summary {
    grid-template-columns: 32px 1fr 24px;
    gap: 10px;
  }
  .situations-layout .question-answer { display: block; }
  .situations-photo,
  .consultation-photo { aspect-ratio: 4 / 5; }
  .situations-photo img { object-position: 50% 45%; }
  .consultation-photo img { object-position: 50% 55%; }
  .situations-photo figcaption,
  .consultation-photo figcaption {
    right: 17px;
    bottom: 16px;
    left: 17px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .situations-photo figcaption small,
  .consultation-photo figcaption small { max-width: none; text-align: left; }
  .role-section .section-heading h2.role-title {
    font-size: clamp(19px, 5.6vw, 22px);
    line-height: 1.22;
    letter-spacing: -.025em;
  }
  .role-title span {
    display: block;
    white-space: nowrap;
  }
  .role-layout { grid-template-columns: 1fr; }
  .role-photo { min-height: 460px; }
  .role-points { grid-column: 1; }
  .role-points article { grid-template-columns: 34px 1fr; }
  .role-points article p { grid-column: 2; }
  .about-photo { min-height: 520px; }
  .about-photo .registry-mark { padding: 22px; }
  .contact-photo { aspect-ratio: 4 / 3; }
  .contact-photo img { object-position: 50% 40%; }
}

/* Refined quotation */
.portrait figcaption { justify-content: flex-start; }
.portrait figcaption span { white-space: nowrap; }
.role-statement blockquote {
  max-width: 640px;
  padding: 28px 30px 29px;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  border-left: 3px solid #9eb8aa;
  background: rgba(255,255,255,.035);
  color: #f3f5f7;
  font-size: clamp(20px, 1.7vw, 25px);
  font-style: italic;
  line-height: 1.5;
  letter-spacing: -.018em;
}

/* Court cases carousel */
.proof-section { position: relative; overflow: hidden; background: var(--surface); }
.proof-section::before {
  content: "";
  position: absolute;
  top: -310px;
  right: -260px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(21,36,63,.06);
  border-radius: 50%;
}
.proof-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}
.proof-heading h2 {
  max-width: 740px;
  font-size: clamp(34px, 3vw, 43px);
  line-height: 1.15;
}
.proof-controls { display: flex; align-items: center; gap: 18px; }
.proof-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 21px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}
.proof-controls button:hover { background: var(--ink); color: white; }
.proof-controls span { min-width: 52px; color: var(--muted); font-size: 11px; text-align: center; }
.proof-controls strong { color: var(--ink); font-size: 14px; }
.proof-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  min-height: 520px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.court-preview {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 46px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #dde4e0;
}
.court-sheet {
  width: min(100%, 340px);
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 38px 32px;
  transform: rotate(-2deg);
  box-shadow: 0 22px 48px rgba(21,36,63,.18);
  background: #fff;
  color: #28354a;
}
.court-emblem {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid rgba(21,36,63,.3);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 22px;
}
.court-sheet > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.court-sheet > strong {
  margin: 9px 0 34px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
}
.court-sheet i {
  width: 100%;
  height: 5px;
  display: block;
  margin-bottom: 13px;
  background: #e3e6ea;
}
.court-sheet i.short { width: 56%; align-self: flex-start; }
.court-sheet i.medium { width: 78%; align-self: flex-start; }
.court-sheet small {
  margin-top: auto;
  padding: 7px 10px;
  border: 1px solid #b8c6bf;
  color: var(--sage-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.proof-case {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 60px;
}
.proof-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.proof-meta span,
.proof-meta small {
  color: var(--sage-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.proof-meta small { color: var(--muted); }
.proof-case h3 {
  max-width: 570px;
  margin: 48px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.3vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.proof-case > p { max-width: 670px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.proof-case > strong { max-width: 650px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.6; }
.proof-open { width: fit-content; margin-top: 32px; }
.proof-dots { position: relative; z-index: 1; display: flex; gap: 8px; margin-top: 22px; }
.proof-dots button { width: 38px; height: 3px; padding: 0; border: 0; background: var(--line); cursor: pointer; }
.proof-dots button.active { background: var(--sage-dark); }
.case-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(13,23,41,.72);
  backdrop-filter: blur(8px);
}
.case-modal-card {
  position: relative;
  width: min(100%, 650px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 48px;
  background: var(--surface);
  color: var(--ink);
}
.case-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 29px;
  cursor: pointer;
}
.case-modal-card h3 { margin: 0; font-family: Georgia, serif; font-size: 32px; font-weight: 500; line-height: 1.2; }
.case-modal-card > p:not(.kicker) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.case-modal-card > strong { display: block; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
.case-document-note { margin-top: 30px; padding: 18px 20px; border-left: 3px solid var(--sage-dark); background: #e8eee9; color: #53635b; font-size: 12px; line-height: 1.55; }

/* Expanded footer */
.site-footer { padding: 78px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.55fr) .62fr .9fr .72fr;
  gap: 62px;
}
.footer-brand > a {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -.035em;
  text-decoration: none;
}
.footer-brand p { max-width: 430px; margin: 16px 0 0; color: #9eabba; font-size: 12px; line-height: 1.65; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column strong { margin-bottom: 9px; color: #81968b; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a,
.footer-column span { color: #e1e6eb; font-size: 12px; line-height: 1.45; text-decoration: none; }
.footer-column span { color: #8d99a7; }
.footer-column a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #758292;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-bottom a { color: #cbd3dc; text-decoration: none; }

@media (max-width: 920px) {
  .proof-stage { grid-template-columns: .8fr 1.2fr; }
  .court-preview { padding: 30px; }
  .proof-case { padding: 42px 36px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .portrait figcaption { flex-direction: row; }
  .portrait figcaption span { font-size: 15px; }
  .role-statement blockquote { padding: 23px 22px; font-size: 19px; line-height: 1.5; }
  .proof-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .proof-heading h2 { font-size: 30px; line-height: 1.18; }
  .proof-controls { justify-content: space-between; }
  .proof-stage { display: block; }
  .court-preview { min-height: 400px; padding: 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .court-sheet { min-height: 340px; padding: 30px 26px 24px; }
  .court-sheet > strong { margin-bottom: 25px; }
  .proof-case { padding: 32px 24px; }
  .proof-case h3 { margin-top: 34px; font-size: 27px; }
  .proof-open { width: 100%; }
  .case-modal { padding: 12px; }
  .case-modal-card { padding: 42px 24px 28px; }
  .case-modal-card h3 { font-size: 27px; }
  .site-footer { padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 48px; }
}

/* Conversion contacts */
.header-inner { min-height: 88px; }
.desktop-nav { gap: 18px; }
.header-contact {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.header-phone {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
}
.header-contact-actions { display: flex; align-items: center; gap: 12px; }
.header-contact-actions a {
  color: var(--sage-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.header-contact-actions a + a { padding-left: 12px; border-left: 1px solid var(--line); }
.header-contact-actions a:hover { text-decoration: underline; text-underline-offset: 3px; }

.contact-meta dd a { color: inherit; text-decoration: none; }
.contact-meta dd a:hover { text-decoration: underline; text-underline-offset: 3px; }

.quick-contact-section { padding: 96px 0; background: var(--ink); color: white; }
.quick-contact-card {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: 72px;
  align-items: center;
}
.quick-contact-copy h2 {
  max-width: 500px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.045em;
}
.quick-contact-copy > p:not(.kicker) { max-width: 480px; margin: 20px 0 0; color: #b9c3cf; font-size: 15px; line-height: 1.68; }
.quick-contact-copy > a { display: inline-block; margin-top: 26px; color: white; font-family: Georgia, serif; font-size: 23px; text-decoration: none; }
.quick-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  padding: 36px;
  background: var(--surface);
  color: var(--ink);
}
.quick-contact-form label { display: grid; gap: 7px; }
.quick-contact-form label > span { color: #47556a; font-size: 10px; font-weight: 750; }
.quick-contact-form input,
.quick-contact-form select {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(21,36,63,.22);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}
.quick-contact-form input:focus,
.quick-contact-form select:focus { border-bottom-color: var(--sage-dark); }
.quick-contact-form .quick-consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 9px;
  align-items: start;
}
.quick-contact-form .quick-consent input { width: 15px; min-height: 15px; height: 15px; margin-top: 1px; accent-color: var(--sage-dark); }
.quick-contact-form .quick-consent span { color: var(--muted); font-size: 9px; line-height: 1.45; }
.quick-contact-form .button { grid-column: 1 / -1; width: 100%; }
.quick-contact-form .form-status { grid-column: 1 / -1; }

.footer-warning {
  margin-top: 58px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #8d99a7;
  font-size: 10px;
  line-height: 1.65;
}
.footer-bottom { margin-top: 0; border-top: 0; }

.mobile-actions { display: none; }

@media (min-width: 1181px) {
  .header-inner {
    position: relative;
    justify-content: flex-start;
  }
  .desktop-nav {
    position: absolute;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .header-contact { margin-left: auto; }
}

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .header-contact { margin-left: auto; }
  .mobile-menu { margin-left: 0; }
}

@media (max-width: 920px) {
  .quick-contact-card { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 700px) {
  .header-contact-actions { display: none; }
  .header-inner { gap: 12px; }
  .header-phone { font-size: 12px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  .site-header .header-contact { display: none; }
  .quick-contact-section { padding: 68px 0; }
  .quick-contact-copy h2 { font-size: 30px; }
  .quick-contact-copy > a { font-size: 21px; }
  .quick-contact-form { grid-template-columns: 1fr; margin-inline: -8px; padding: 28px 22px; }
  .quick-contact-form .quick-consent,
  .quick-contact-form .button { grid-column: 1; }
  .footer-warning { margin-top: 44px; padding: 18px 0; font-size: 9px; }
  .footer-bottom { margin-top: 0; min-height: 76px; }
  .mobile-actions {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 7px 8px max(7px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(21,36,63,.14);
    background: rgba(251,250,247,.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 -10px 30px rgba(13,23,41,.09);
  }
  .mobile-actions a {
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-right: 1px solid var(--line);
    color: var(--ink);
    text-decoration: none;
  }
  .mobile-actions a:last-child { border-right: 0; background: var(--sage-dark); color: white; }
  .mobile-actions span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-actions a:last-child span { color: #c9d8cf; }
  .mobile-actions strong { font-size: 11px; }
}
