:root {
  --ink: #15120d;
  --paper: #f3ead7;
  --paper-deep: #e8dcc3;
  --red: #e33427;
  --blue: #1649c9;
  --white: #fffdf8;
  --line: 2px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  --page: min(1220px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  border: var(--line);
  transform: translateY(-150%);
}
.skip-link:focus-visible { transform: translateY(0); }

.site-header {
  width: var(--page);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  font-size: 1.12rem;
  letter-spacing: .16em;
  text-decoration: none;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--red);
  border: 2px solid var(--ink);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-style: italic;
  letter-spacing: 0;
  transform: rotate(-5deg);
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a, .footer-links a { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.site-nav a {
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.site-nav a:hover, .site-nav a:focus-visible { text-decoration: underline; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  color: var(--white);
  background: var(--red);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.button:hover, .button:focus-visible {
  background: var(--blue);
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(2px, 2px);
}
.button:active { box-shadow: none; transform: translate(4px, 4px); }
.button-small { min-height: 42px; padding: 9px 14px; font-size: .84rem; }

.hero {
  width: var(--page);
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 112px) 0 72px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
}
.eyebrow, .section-label, .offer-kicker {
  margin: 0 0 22px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 4px;
  margin: 0 10px 3px 0;
  background: var(--red);
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
}
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.5rem, 7vw, 7.2rem); }
h1 span { color: var(--red); font-style: italic; }
h2 { font-size: clamp(2.8rem, 5.5vw, 5.6rem); }
h3 { font-size: 1.3rem; line-height: 1.12; }
.hero-lede { max-width: 650px; margin-bottom: 30px; font-size: clamp(1.07rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.price-note { margin: 24px 0 0; font-size: .92rem; }
.price-note strong { color: var(--blue); font-size: 1.15em; }
.hero-art {
  position: relative;
  margin: 0;
  padding: 14px;
  background: #f7eedc;
  border: var(--line);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.hero-art img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(.96);
}
.hero-art figcaption { padding: 10px 3px 1px; font-family: var(--serif); font-size: .95rem; font-style: italic; text-align: right; }
.stamp {
  position: absolute;
  top: -30px;
  right: -18px;
  z-index: 2;
  width: 136px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--white);
  background: var(--blue);
  border: 3px solid var(--ink);
  border-radius: 50%;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}
.ticker { overflow: hidden; color: var(--paper); background: var(--ink); border-block: 2px solid var(--ink); }
.ticker-track {
  width: max-content;
  display: flex;
  gap: 34px;
  padding: 13px 0;
  font-weight: 900;
  font-size: .85rem;
  letter-spacing: .13em;
  animation: ticker 24s linear infinite;
}
@keyframes ticker { to { transform: translateX(-50%); } }

.section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(80px, 11vw, 150px) 0;
  border-bottom: var(--line);
}
.section-label {
  display: inline-block;
  padding: 6px 10px;
  color: var(--white);
  background: var(--blue);
  border: 2px solid var(--ink);
  transform: rotate(-1deg);
}
.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: end;
}
.manifesto-grid h2 { margin-bottom: 0; }
.manifesto-copy { padding-left: 24px; border-left: 5px solid var(--red); }
.manifesto-copy p:last-child { margin-bottom: 0; }
.diagnostic-strip {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--line);
  box-shadow: var(--shadow);
}
.diagnostic-strip article { min-height: 190px; padding: 26px; background: var(--white); }
.diagnostic-strip article + article { border-left: var(--line); }
.diagnostic-strip p { margin: 18px 0 0; }
.diagnostic-number { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 900; font-style: italic; line-height: 1; }
.section-heading { max-width: 840px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 24px; }
.section-heading p { max-width: 560px; font-size: 1.15rem; }

.transformation .section-heading { max-width: 990px; }
.transformation .section-heading > p:last-child { max-width: 720px; }
.transformation-case {
  margin-top: clamp(40px, 6vw, 72px);
  color: var(--paper);
  background: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--blue);
}
.case-header {
  min-height: 82px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 2px solid var(--paper);
}
.case-header > div:first-child { display: flex; align-items: center; gap: 14px; }
.case-identity { display: grid; gap: 3px; }
.case-header strong { font-size: 1.15rem; letter-spacing: .01em; }
.case-identity small { color: #cfc7b8; font-size: .7rem; }
.case-kicker { padding: 5px 8px; color: var(--white); background: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-scope { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.case-scope span { padding: 4px 7px; color: var(--paper); border: 1px solid currentColor; font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.case-grid { display: grid; grid-template-columns: minmax(0, .88fr) 76px minmax(0, 1.12fr); }
.case-panel { min-width: 0; padding: 22px; color: var(--ink); background: var(--white); }
.case-before { background: #e4e2dc; }
.case-after { background: var(--paper); }
.case-panel-title { min-height: 76px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 16px; }
.case-panel-title > span { padding: 6px 9px; color: var(--white); background: var(--ink); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-after .case-panel-title > span { background: var(--blue); }
.case-panel-title h3 { max-width: 350px; margin: 0; font-family: var(--sans); font-size: clamp(1.55rem, 2.5vw, 2.35rem); letter-spacing: -.035em; line-height: .98; }
.site-preview { min-height: 302px; overflow: hidden; background: var(--white); border: 2px solid var(--ink); }
.preview-bar { height: 38px; padding: 0 12px; display: flex; align-items: center; gap: 6px; background: #cacaca; border-bottom: 2px solid var(--ink); }
.preview-bar i { width: 8px; height: 8px; flex: 0 0 auto; border: 1.5px solid var(--ink); border-radius: 50%; }
.preview-bar span { margin-left: 6px; overflow: hidden; font-family: monospace; font-size: .64rem; text-overflow: ellipsis; white-space: nowrap; }
.preview-bar b { margin-left: auto; padding: 4px 7px; color: var(--white); background: var(--red); border: 1px solid var(--ink); font-size: .56rem; text-transform: uppercase; }
.old-preview-body { min-height: 264px; padding: 24px 18px; color: #111a87; background: #efefef; font-family: "Times New Roman", serif; text-align: center; }
.old-preview-body strong { display: inline-block; padding: 7px 18px; color: #283a79; background: #dedede; border: 2px solid #7c7c7c; font-size: 1.4rem; }
.old-preview-body nav { margin: 16px auto 25px; padding: 7px; color: #fff; background: #111a87; font-size: .67rem; }
.old-preview-body h4 { margin: 0 0 14px; color: #d20d0d; font-size: 1.55rem; }
.old-preview-body p { max-width: 360px; margin: auto; font-size: .78rem; }
.old-preview-body span { display: inline-block; margin-top: 24px; padding: 6px 8px; color: #fff; background: #b40000; font-family: monospace; font-size: .66rem; }
.site-preview-new { background: #e7d5ad; }
.site-preview-new .preview-bar { background: var(--paper-deep); }
.new-preview-body { min-height: 264px; padding: 28px; display: grid; grid-template-columns: 1.1fr .75fr; align-items: center; gap: 24px; }
.new-preview-copy small { font-size: .59rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.new-preview-copy strong { display: block; margin: 12px 0 8px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.055em; line-height: .86; }
.new-preview-copy p { margin: 0; font-size: .76rem; }
.new-preview-copy > span { display: inline-block; margin-top: 18px; padding: 8px 10px; color: var(--white); background: var(--ink); font-size: .65rem; font-weight: 900; }
.new-preview-mark { aspect-ratio: 1; display: grid; place-items: center; color: var(--paper); background: var(--blue); border: 2px solid var(--ink); transform: rotate(2deg); }
.new-preview-mark span { font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); font-style: italic; line-height: 1; }
.case-switch { padding: 18px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: var(--paper); background: var(--ink); text-align: center; }
.case-switch svg { width: 58px; height: 28px; }
.case-switch path { fill: none; stroke: currentColor; stroke-linecap: square; stroke-width: 2; }
.case-switch span { max-width: 58px; font-size: .6rem; font-weight: 800; letter-spacing: .07em; line-height: 1.45; text-transform: uppercase; }
.case-switch b { max-width: 58px; color: var(--red); font-size: .64rem; }
.case-after .site-preview { opacity: .72; transform: translateX(-10px); transition: opacity 500ms 140ms ease, transform 500ms 140ms ease; }
.transformation-case.is-visible .case-after .site-preview { opacity: 1; transform: none; }
.case-matrix { color: var(--ink); background: var(--paper); border-top: 3px solid var(--ink); }
.matrix-head, .matrix-row { display: grid; grid-template-columns: 112px minmax(0, .88fr) 46px minmax(0, 1.12fr); align-items: stretch; }
.matrix-head { min-height: 42px; color: var(--paper); background: #34312c; font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.matrix-head > * { padding: 12px 14px; }
.matrix-head b:last-child { color: var(--white); background: var(--blue); }
.matrix-head i { padding: 0; }
.matrix-row { min-height: 68px; border-top: 1px solid var(--ink); }
.matrix-row > * { margin: 0; padding: 15px 14px; }
.matrix-row > span { display: flex; align-items: center; color: #645f56; font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.matrix-row p { display: flex; align-items: center; font-size: .8rem; line-height: 1.35; }
.matrix-row p:last-child { background: var(--white); }
.matrix-row p b { display: none; }
.matrix-row > i { display: grid; place-items: center; padding: 0; color: var(--red); background: var(--ink); font-family: var(--serif); font-size: 1.4rem; font-style: normal; }
.matrix-time { background: #e8d6ac; }
.matrix-time p:last-child { color: var(--white); background: var(--blue); font-weight: 800; }
.case-footer { padding: 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; color: var(--white); background: var(--blue); border-top: 3px solid var(--ink); }
.case-footer > div { display: grid; grid-template-columns: .36fr 1fr; align-items: center; gap: 18px; }
.case-footer span { font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.case-footer p { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.05; }
.case-footer a { max-width: 210px; padding: 11px 13px; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font-size: .69rem; font-weight: 900; line-height: 1.2; text-align: center; text-transform: uppercase; }
.case-footer a:hover { color: var(--white); background: var(--red); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.prototype-note { margin: 24px 0 0; font-family: var(--serif); font-size: .92rem; font-style: italic; text-align: right; }

.method-intro { display: grid; grid-template-columns: 1.1fr .5fr; gap: 70px; align-items: end; }
.method-intro h2, .method-intro p { margin-bottom: 0; }
.steps { margin: 76px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-block: var(--line); }
.steps li { min-height: 315px; padding: 28px 24px; }
.steps li + li { border-left: var(--line); }
.steps li > span { display: block; margin-bottom: 50px; color: var(--red); font-family: var(--serif); font-size: 2rem; font-weight: 900; font-style: italic; }
.steps h3 { margin-bottom: 16px; }
.steps p { margin-bottom: 0; font-size: .95rem; }

.offer { width: 100%; padding-inline: max(20px, calc((100vw - 1220px) / 2)); color: var(--paper); background: var(--ink); }
.offer .section-label { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.offer-layout { display: grid; grid-template-columns: .92fr .78fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.offer-copy h2 { margin-bottom: 28px; color: var(--red); }
.offer-copy > p:not(.offer-kicker) { max-width: 570px; margin-bottom: 34px; font-size: 1.12rem; }
.offer-kicker { color: var(--paper-deep); }
.price-card { color: var(--ink); background: var(--paper); border: 3px solid var(--paper); box-shadow: 9px 9px 0 var(--red); transform: rotate(1deg); }
.price-card-head { padding: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-bottom: 3px solid var(--ink); }
.price-card-head span { max-width: 130px; font-size: .78rem; font-weight: 900; line-height: 1.15; }
.price-card-head strong { font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); line-height: .8; }
.price-card ul { margin: 0; padding: 24px 24px 18px 52px; }
.price-card li { margin-bottom: 10px; }
.price-card li::marker { color: var(--red); content: "✦  "; }
.price-card-note { margin: 0; padding: 18px 22px; background: var(--paper-deep); border-top: 2px solid var(--ink); font-family: var(--serif); font-size: .88rem; font-style: italic; }

.principles-heading { max-width: 820px; }
.principles-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.principles-grid article { min-height: 300px; padding: 28px; background: var(--white); border: var(--line); }
.principles-grid article:nth-child(2) { transform: translateY(22px) rotate(-1deg); }
.principles-grid article:nth-child(3) { transform: rotate(1deg); }
.principles-grid article > span { display: inline-block; margin-bottom: 56px; padding: 4px 8px; color: var(--white); background: var(--red); font-size: .76rem; font-weight: 900; text-transform: uppercase; }

.contact { padding-bottom: 120px; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 10vw, 140px); align-items: start; }
.contact-copy { position: sticky; top: 40px; }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p:last-child { max-width: 560px; }
.contact-form { padding: 30px; background: var(--white); border: var(--line); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 20px; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 12px; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); border-radius: 0; outline: none; text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus { box-shadow: 4px 4px 0 var(--blue); }
.contact-form textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 18px 0 0; font-size: .86rem; font-weight: 800; }

.site-footer { padding: 44px max(20px, calc((100vw - 1220px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px 44px; color: var(--paper); background: var(--ink); }
.footer-brand { color: var(--paper); }
.site-footer p { margin: 0; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; font-size: .86rem; }
.copyright { grid-column: 3; font-size: .8rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 550ms ease, transform 550ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.legal-page { width: min(820px, calc(100vw - 40px)); min-height: calc(100vh - 82px); margin: 0 auto; padding: 90px 0 120px; }
.legal-page h1 { max-width: 760px; }
.legal-page > p:not(.section-label) { max-width: 680px; font-size: 1.08rem; }
.legal-warning { padding: 18px; background: var(--white); border: var(--line); box-shadow: 4px 4px 0 var(--red); font-weight: 800; }
.legal-list { margin-top: 42px; display: grid; grid-template-columns: minmax(160px, .4fr) 1fr; border-top: var(--line); }
.legal-list dt, .legal-list dd { margin: 0; padding: 15px 8px; border-bottom: var(--line); }
.legal-list dt { font-weight: 900; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 820px; }
  .hero-art { max-width: 790px; margin-inline: auto; }
  .manifesto-grid, .method-intro, .offer-layout, .contact { grid-template-columns: 1fr; }
  .manifesto-copy { max-width: 640px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(3) { border-left: 0; border-top: var(--line); }
  .steps li:nth-child(4) { border-top: var(--line); }
  .case-grid { grid-template-columns: 1fr; }
  .case-switch { min-height: 76px; flex-direction: row; }
  .case-switch svg { transform: rotate(90deg); }
  .case-switch span, .case-switch b { max-width: none; }
  .matrix-head { display: none; }
  .matrix-row { grid-template-columns: 100px 1fr; }
  .matrix-row > span { grid-row: 1 / 3; border-right: 1px solid var(--ink); }
  .matrix-row > i { display: none; }
  .matrix-row p { min-height: 58px; gap: 10px; border-bottom: 1px solid rgba(21, 18, 13, .28); }
  .matrix-row p b { min-width: 42px; display: inline-block; color: #645f56; font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; }
  .matrix-row p:last-child b { color: var(--blue); }
  .case-footer { grid-template-columns: 1fr; }
  .case-footer > div { grid-template-columns: .32fr 1fr; }
  .case-footer a { max-width: none; }
  .contact-copy { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .copyright { grid-column: 2; grid-row: 1; text-align: right; }
}

@media (max-width: 680px) {
  :root { --page: calc(100vw - 28px); }
  body { font-size: 16px; }
  .site-header { min-height: 70px; }
  .site-header .button-small { display: none; }
  .hero { min-height: auto; padding: 54px 0 68px; }
  h1 { font-size: clamp(2.65rem, 10.8vw, 3rem); }
  h2 { font-size: clamp(2.6rem, 13vw, 4.3rem); }
  .transformation h2 { font-size: clamp(2.55rem, 11.5vw, 3.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .eyebrow { max-width: 310px; font-size: .7rem; }
  .stamp { top: -22px; right: -8px; width: 106px; padding: 14px; font-size: .61rem; }
  .diagnostic-strip, .principles-grid, .steps { grid-template-columns: 1fr; }
  .diagnostic-strip article + article, .steps li + li { border-left: 0; border-top: var(--line); }
  .diagnostic-strip article { min-height: 145px; }
  .principles-grid article:nth-child(2), .principles-grid article:nth-child(3) { transform: none; }
  .case-header { align-items: flex-start; flex-direction: column; }
  .case-header > div:first-child { align-items: flex-start; flex-direction: column; gap: 8px; }
  .case-scope { justify-content: flex-start; }
  .case-panel { padding: 14px; }
  .case-panel-title { min-height: 88px; grid-template-columns: 1fr; gap: 9px; }
  .site-preview { min-height: 260px; }
  .new-preview-body { min-height: 222px; padding: 20px; grid-template-columns: 1fr .56fr; gap: 14px; }
  .new-preview-copy strong { font-size: 2.15rem; }
  .new-preview-copy p { display: none; }
  .old-preview-body { min-height: 222px; padding: 20px 12px; }
  .matrix-row { grid-template-columns: 78px 1fr; }
  .matrix-row > * { padding: 12px 10px; }
  .matrix-row p { align-items: flex-start; flex-direction: column; gap: 4px; }
  .case-footer > div { grid-template-columns: 1fr; gap: 8px; }
  .steps li { min-height: auto; }
  .steps li > span { margin-bottom: 24px; }
  .contact-form { padding: 22px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; grid-row: auto; text-align: left; }
  .legal-list { grid-template-columns: 1fr; }
  .legal-list dd { padding-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .case-after .site-preview { opacity: 1; transform: none; }
}
