:root {
  --ink: #11110f;
  --paper: #f4f0e7;
  --paper-bright: #fffdf7;
  --red: #c9272d;
  --red-dark: #941a1f;
  --blue: #12334a;
  --yellow: #f2c84b;
  --rule: #b7afa0;
  --muted: #6f695f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.26)),
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(31, 27, 19, 0.018) 4px 5px),
    var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.13em;
}

a:hover,
a:focus-visible {
  color: var(--red);
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  color: #fff;
  background: #000;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap,
.header-inner,
.site-nav,
.article-shell,
.next-story {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.newswire-strip {
  min-height: 36px;
  padding: 6px max(20px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  background: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.025em;
}

.newswire-strip span {
  padding: 2px 8px;
  color: var(--red);
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newswire-strip p {
  margin: 0;
}

.site-header {
  color: #fff;
  background: var(--blue);
  border-bottom: 5px solid var(--red);
}

.header-inner {
  min-height: 132px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}

.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.brand:hover,
.brand:focus-visible {
  color: #fff;
}

.brand-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 4px solid #fff;
  border-radius: 50%;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.06em;
  transform: rotate(-6deg);
  box-shadow: 4px 4px 0 var(--yellow);
}

.brand-name,
.footer-brand {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 46px;
  letter-spacing: 0.025em;
  line-height: 0.78;
}

.edition {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.edition strong {
  color: var(--yellow);
}

.menu-button {
  display: none;
}

.site-nav {
  min-height: 47px;
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.site-nav a {
  padding: 14px 21px 11px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:first-child {
  padding-left: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--yellow);
}

.compact-header .header-inner {
  min-height: 104px;
}

.compact-header .brand-mark {
  width: 56px;
  height: 56px;
  font-size: 24px;
}

.compact-header .brand-name {
  font-size: 38px;
}

.section-label {
  margin: 0 0 10px;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-label.light {
  color: var(--yellow);
}

.lead-story {
  padding-block: 58px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.lead-copy h1,
.article-header h1 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.lead-copy h1 a,
.parking-card h2 a {
  text-decoration: none;
}

.dek,
.article-dek,
.card-dek {
  color: #3e3a34;
  font-size: 21px;
  line-height: 1.35;
}

.byline,
.article-meta {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.story-link {
  margin-top: 20px;
  display: inline-block;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.story-link span {
  font-size: 18px;
}

.lead-art {
  min-height: 465px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(242, 200, 75, 0.48) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.25) 0 1px, transparent 2px),
    linear-gradient(145deg, #ca292f 0 48%, #102f45 48% 100%);
  background-size: 28px 28px, 19px 19px, auto;
  border: 1px solid #0b1e2b;
  box-shadow: 13px 13px 0 var(--yellow);
  text-decoration: none;
}

.lead-art:hover,
.lead-art:focus-visible {
  color: #fff;
}

.lead-art > p {
  margin: 0;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.76);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.4;
}

.phone {
  width: 205px;
  height: 380px;
  padding: 28px 12px;
  position: relative;
  background: #111;
  border: 8px solid #090909;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.42);
  transform: rotate(-7deg);
}

.phone-speaker {
  width: 54px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 68px;
  background: #4b4b4b;
  border-radius: 3px;
}

.feed-card {
  height: 92px;
  margin-bottom: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.feed-card.heart {
  grid-template-columns: 1fr;
  color: var(--red);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
}

.feed-card.heart b {
  margin-top: -25px;
  color: var(--ink);
  font-size: 12px;
}

.feed-card.muted {
  color: var(--ink);
  background: var(--yellow);
}

.phone-button {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 5px;
  left: 86px;
  border: 2px solid #666;
  border-radius: 50%;
}

.lawsuit-stamp {
  padding: 10px 14px;
  position: absolute;
  right: 24px;
  bottom: 70px;
  color: var(--red-dark);
  background: rgba(255, 253, 247, 0.92);
  border: 5px solid var(--red-dark);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 25px;
  line-height: 0.9;
  text-align: center;
  transform: rotate(9deg);
}

.breaking-bar {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #fff;
  background: var(--ink);
  border-block: 4px solid var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.breaking-bar > strong {
  padding: 10px max(20px, calc((100vw - 1180px) / 2));
  padding-right: 20px;
  color: var(--ink);
  background: var(--yellow);
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
}

.ticker span {
  padding-left: 24px;
  display: inline-block;
  animation: headline-crawl 18s linear infinite;
}

@keyframes headline-crawl {
  from { transform: translateX(55vw); }
  to { transform: translateX(-100%); }
}

.content-grid {
  padding-block: 65px 75px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  gap: 60px;
}

.parking-card {
  padding-right: 58px;
  border-right: 1px solid var(--rule);
}

.parking-card h2,
.briefs > h2,
.manifesto h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 63px);
  line-height: 0.97;
  letter-spacing: -0.04em;
}

.parking-preview {
  margin: 30px 0 22px;
  display: block;
  color: var(--ink);
  background: #d7d1c4;
  border: 8px solid #fff;
  outline: 1px solid var(--rule);
  text-decoration: none;
}

.preview-building {
  width: 58%;
  min-height: 73px;
  margin-top: 28px;
  margin-left: 5%;
  padding: 20px;
  position: relative;
  color: #fff;
  background: #9f4b3c;
  border: 5px solid #6e3128;
  font-family: Impact, sans-serif;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
}

.preview-building::before {
  width: 116%;
  height: 34px;
  position: absolute;
  top: -34px;
  left: -8%;
  content: "";
  background: #3f2b26;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.preview-sidewalk {
  min-height: 80px;
  position: relative;
  background: repeating-linear-gradient(90deg, #d9d5ca 0 148px, #a8a296 149px 151px);
}

.preview-driveway {
  width: 50%;
  height: 190px;
  position: absolute;
  top: 0;
  left: 25%;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(255, 255, 255, 0.75) 3% 4%, transparent 4% 96%, rgba(255, 255, 255, 0.75) 96% 97%, transparent 97%),
    #aaa59b;
}

.preview-yard {
  height: 190px;
  position: relative;
  background:
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.06) 0 3px, transparent 3px 10px),
    #658444;
}

.preview-lawn-label {
  padding: 3px 6px;
  position: absolute;
  top: 16px;
  right: 4%;
  color: #fff;
  background: #385625;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.preview-seadoo,
.preview-boxes {
  position: absolute;
  top: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.preview-seadoo {
  width: 30%;
  height: 48px;
  left: 8%;
  background: var(--blue);
  border-radius: 60% 20% 45% 25%;
}

.preview-boxes {
  width: 23%;
  height: 55px;
  right: 9%;
  color: var(--ink);
  background: #bd8d51;
  border: 4px solid #875f31;
  line-height: 1.1;
}

.preview-car {
  width: 88px;
  height: 180px;
  position: absolute;
  z-index: 3;
  top: 148px;
  left: calc(50% - 44px);
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 6px solid var(--red-dark);
  border-radius: 38px 38px 25px 25px;
  font-family: Impact, sans-serif;
  font-size: 15px;
  box-shadow: inset 0 18px 0 rgba(255, 255, 255, 0.16);
  transform: rotate(1deg);
}

.preview-walker {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 4%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

.preview-zone-title {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 8px;
  padding: 2px 5px;
  color: #fff;
  background: rgba(17, 17, 15, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.preview-parkway {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: stretch;
  color: #fff;
  background: #658444;
  border-block: 5px solid #4e6b34;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
}

.preview-grass,
.preview-ramp-lane {
  display: grid;
  place-items: center;
  font-size: 7px;
  letter-spacing: 0.05em;
}

.preview-ramp-lane {
  color: var(--ink);
  background:
    linear-gradient(173deg, transparent 0 14%, rgba(255, 255, 255, 0.65) 15% 80%, transparent 81%),
    repeating-linear-gradient(90deg, #c8c2b7 0 42px, #afa99e 43px 46px);
  border-inline: 4px solid #8f897f;
}

.preview-road {
  min-height: 70px;
  padding: 23px 32px;
  color: #fff;
  background: #3e4143;
  border-top: 8px solid #89847a;
  font-family: Impact, sans-serif;
  font-size: 23px;
  letter-spacing: 0.05em;
  text-align: right;
}

.briefs > h2 {
  margin-bottom: 22px;
  padding-bottom: 12px;
  font-size: 39px;
  border-bottom: 7px solid var(--ink);
}

.briefs article {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}

.briefs article:first-of-type {
  padding-top: 0;
}

.briefs h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.08;
}

.briefs article > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.manifesto {
  padding-block: 70px;
  color: #fff;
  background: var(--red);
}

/* Generational feature */

.generation-feature {
  padding-block: 64px;
  color: #fff;
  background: var(--blue);
  border-block: 9px solid var(--yellow);
}

.generation-feature-inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.generation-years {
  min-height: 360px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  border: 7px solid #fff;
  box-shadow: 12px 12px 0 var(--red);
  font-family: Impact, Haettenschweiler, sans-serif;
}

.generation-years span {
  display: grid;
  place-items: center;
  font-size: clamp(65px, 10vw, 125px);
  line-height: 1;
}

.generation-years span:first-child {
  color: #fff;
  background: #46533f;
}

.generation-years span:last-child {
  color: var(--ink);
  background: var(--yellow);
}

.generation-years b {
  width: 68px;
  height: 68px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 25px;
}

.generation-feature-copy h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 67px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.generation-feature-copy h2 a {
  color: #fff;
  text-decoration: none;
}

.generation-feature-copy h2 a:hover,
.generation-feature-copy h2 a:focus-visible,
.light-link {
  color: var(--yellow);
}

.generation-feature-copy > p:not(.section-label) {
  max-width: 700px;
  color: #d8e0e5;
  font-size: 18px;
}

.manifesto-inner {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 60px;
  align-items: end;
}

.manifesto .section-label {
  grid-column: 1 / -1;
  margin-bottom: -30px;
}

.manifesto h2 {
  max-width: 830px;
  font-size: clamp(42px, 6vw, 76px);
}

.manifesto p:last-child {
  margin: 0;
  font-size: 18px;
}

.site-footer {
  padding-block: 42px;
  color: #fff;
  background: var(--ink);
  border-top: 8px solid var(--yellow);
  font-family: Arial, Helvetica, sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr 0.8fr;
  gap: 45px;
  align-items: start;
}

.footer-brand {
  font-size: 31px;
  line-height: 0.9;
}

.site-footer p {
  margin: 0;
  color: #c9c6be;
  font-size: 11px;
  line-height: 1.6;
}

/* Article pages */

.article-page {
  padding: 62px 0 80px;
}

.article-shell {
  padding: 55px clamp(25px, 6vw, 90px) 70px;
  background: var(--paper-bright);
  border-top: 10px solid var(--ink);
  box-shadow: 0 7px 28px rgba(54, 46, 32, 0.12);
}

.article-header {
  max-width: 990px;
  margin-bottom: 38px;
}

.article-header h1 {
  font-size: clamp(48px, 7vw, 93px);
}

.article-dek {
  max-width: 900px;
  font-size: clamp(20px, 2.5vw, 28px);
}

.article-meta {
  padding-block: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  border-block: 1px solid var(--rule);
}

.article-hero {
  margin: 0 0 55px;
}

.addiction-hero {
  min-height: 470px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 73% 30%, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px),
    linear-gradient(115deg, #112f45 0 57%, #c9272d 57%);
  background-size: 27px 27px, auto;
}

.algorithm-column {
  padding: 56px 7%;
  display: grid;
  gap: 4px;
  font-family: Impact, sans-serif;
  font-size: clamp(38px, 7vw, 86px);
  line-height: 0.78;
  letter-spacing: 0.03em;
}

.algorithm-column span:nth-child(2),
.algorithm-column span:nth-child(4) {
  color: var(--yellow);
  transform: translateX(8%);
}

.infinite-arrow {
  position: absolute;
  top: 22px;
  right: 8%;
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, serif;
  font-size: clamp(170px, 26vw, 360px);
  line-height: 1;
  transform: rotate(-8deg);
}

.evidence-tag {
  padding: 12px;
  position: absolute;
  right: 5%;
  bottom: 58px;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  font-family: "Courier New", monospace;
  font-size: 15px;
  font-weight: bold;
  transform: rotate(3deg);
}

.article-hero figcaption {
  padding: 9px 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 710px) minmax(220px, 290px);
  gap: clamp(45px, 7vw, 90px);
  justify-content: center;
}

.article-body {
  font-size: 20px;
  line-height: 1.72;
}

.article-body > p:first-child::first-letter {
  margin: 9px 8px 0 0;
  float: left;
  color: var(--red);
  font-size: 74px;
  font-weight: 900;
  line-height: 0.72;
}

.article-body blockquote {
  margin: 42px 0;
  padding: 12px 0 12px 28px;
  color: var(--blue);
  border-left: 9px solid var(--red);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}

.article-body blockquote cite {
  margin-top: 15px;
  display: block;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.reality-box {
  margin-top: 45px;
  padding: 22px;
  color: #fff;
  background: var(--blue);
  border-top: 8px solid var(--yellow);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.reality-box > strong {
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reality-box a {
  color: #fff;
}

.article-rail {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.rail-box {
  padding: 20px;
  border: 1px solid var(--rule);
  border-top: 8px solid var(--ink);
}

.formula-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.formula-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.formula-list b {
  color: var(--red);
}

.verdict-box {
  color: #fff;
  background: var(--red);
  border: 0;
  transform: rotate(1.5deg);
}

.verdict-box span,
.verdict-box strong {
  display: block;
}

.verdict-box span {
  color: var(--yellow);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.verdict-box strong {
  margin-top: 10px;
  font-family: Impact, sans-serif;
  font-size: 30px;
  line-height: 0.95;
}

.next-story {
  margin-top: 35px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background: var(--red);
  font-family: Arial, Helvetica, sans-serif;
}

.next-story span {
  color: var(--yellow);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.next-story a {
  max-width: 720px;
  color: #fff;
  font-weight: bold;
}

/* Parking infographic */

.infographic-page .article-shell {
  padding-bottom: 0;
}

.parking-header {
  max-width: none;
}

.parking-header h1 {
  max-width: 1000px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(68px, 11vw, 145px);
  font-weight: normal;
  letter-spacing: 0;
  line-height: 0.84;
  text-transform: uppercase;
}

.infographic-intro {
  margin: 50px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: start;
}

.big-number {
  color: var(--red);
  font-family: Impact, sans-serif;
  font-size: 100px;
  line-height: 0.8;
}

.infographic-intro h2,
.steps-section h2,
.completion-test h2,
.allocation-section h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 53px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.infographic-intro p:last-child {
  max-width: 810px;
  font-size: 19px;
}

.full-parking-diagram {
  margin: 0 calc(clamp(25px, 6vw, 90px) * -1) 70px;
  position: relative;
  overflow: hidden;
  border-block: 10px solid var(--ink);
}

.diagram-building {
  width: 58%;
  min-height: 125px;
  margin-top: 76px;
  margin-left: 4%;
  padding: 40px 5%;
  position: relative;
  color: #fff;
  background:
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(255, 255, 255, 0.12) 28px 31px),
    #9f4b3c;
  border: 8px solid #6e3128;
  font-family: Impact, sans-serif;
  font-size: clamp(29px, 4vw, 50px);
  letter-spacing: 0.06em;
}

.diagram-building::before {
  width: 116%;
  height: 78px;
  position: absolute;
  top: -78px;
  left: -8%;
  content: "";
  background: #3f2b26;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.diagram-building i {
  width: 12%;
  height: 48px;
  margin-left: 7%;
  display: inline-block;
  background: var(--yellow);
  border: 5px solid #fff;
}

.front-door {
  width: 80px;
  height: 90px;
  position: absolute;
  right: 10%;
  bottom: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border: 5px solid #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
}

.diagram-front-yard {
  height: 520px;
  position: relative;
  background:
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.06) 0 3px, transparent 3px 10px),
    #658444;
}

.front-lawn-label {
  padding: 7px 11px;
  position: absolute;
  top: 28px;
  right: 7%;
  color: #fff;
  background: #385625;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.diagram-driveway {
  width: 36%;
  height: 520px;
  position: absolute;
  top: 0;
  left: 15%;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(255, 255, 255, 0.7) 3% 4%, transparent 4% 96%, rgba(255, 255, 255, 0.7) 96% 97%, transparent 97%),
    repeating-linear-gradient(90deg, #aaa69c 0 180px, #97938a 181px 184px);
}

.storage-zone {
  height: 350px;
  position: absolute;
  top: 18px;
  right: 6%;
  left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 30px;
  border: 4px dashed rgba(17, 17, 15, 0.45);
}

.storage-label {
  padding: 4px 7px;
  position: absolute;
  top: 6px;
  left: 8px;
  color: #fff;
  background: var(--red-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.seadoo-shape,
.old-grill {
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Impact, sans-serif;
  letter-spacing: 0.06em;
}

.seadoo-shape {
  width: 78%;
  height: 72px;
  background: var(--blue);
  border: 7px solid #092131;
  border-radius: 70% 15% 55% 20%;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
}

.box-stack {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.box-stack b {
  width: 50%;
  min-height: 34px;
  display: grid;
  place-items: center;
  color: #3d2a17;
  background: #bd8d51;
  border: 4px solid #875f31;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
}

.box-stack b:last-child {
  width: 100%;
}

.old-grill {
  width: 52%;
  height: 62px;
  background: #292929;
  border: 6px solid #111;
  border-radius: 50% 50% 10px 10px;
  font-size: 12px;
  line-height: 1;
}

.diagram-sidewalk {
  min-height: 120px;
  position: relative;
  background: repeating-linear-gradient(90deg, #ded9cc 0 230px, #a6a095 231px 234px);
}

.zone-label {
  padding: 5px 9px;
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 3%;
  color: #fff;
  background: rgba(17, 17, 15, 0.78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.driveway-zone-label {
  right: 3%;
  left: auto;
}

.diagram-car {
  width: 180px;
  height: 330px;
  position: absolute;
  z-index: 5;
  top: 430px;
  left: calc(50% - 90px);
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 9px solid var(--red-dark);
  border-radius: 75px 75px 48px 48px;
  box-shadow: inset 0 45px 0 rgba(255, 255, 255, 0.17), 8px 10px 0 rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
}

.diagram-car b {
  font-family: Impact, sans-serif;
  font-size: 31px;
  letter-spacing: 0.05em;
  line-height: 0.93;
  text-align: center;
}

.diagram-car small {
  padding: 4px 6px;
  color: var(--ink);
  background: var(--yellow);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 900;
}

.wheel {
  width: 27px;
  height: 62px;
  position: absolute;
  background: #111;
  border: 5px solid #3e4143;
  border-radius: 12px;
}

.wheel.w1 { top: 64px; left: -20px; }
.wheel.w2 { top: 64px; right: -20px; }
.wheel.w3 { right: -20px; bottom: 58px; }
.wheel.w4 { bottom: 58px; left: -20px; }

.clearance-arrow {
  padding: 10px;
  position: absolute;
  z-index: 2;
  top: 64px;
  right: 3%;
  color: #fff;
  background: var(--red-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.diagram-parkway {
  height: 120px;
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.06) 0 3px, transparent 3px 10px),
    #658444;
  border-block: 9px solid #4e6b34;
}

.driveway-ramp {
  width: 36%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15%;
  background:
    linear-gradient(174deg, transparent 0 14%, rgba(255, 255, 255, 0.68) 15% 79%, transparent 80%),
    repeating-linear-gradient(90deg, #c8c2b7 0 150px, #aaa49a 151px 155px);
  border-inline: 8px solid #817b71;
}

.ramp-label {
  top: auto;
  bottom: 7px;
  left: 7px;
  color: var(--ink);
  background: var(--yellow);
}

.parkway-grass-label {
  padding: 5px 9px;
  position: absolute;
  top: 45px;
  right: 6%;
  color: #fff;
  background: #385625;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.diagram-road {
  min-height: 190px;
  padding: 33px 5%;
  position: relative;
  color: #fff;
  background: #414548;
  font-family: Arial, Helvetica, sans-serif;
}

.diagram-road::after {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background: repeating-linear-gradient(90deg, transparent 0 45px, #f4f0e7 45px 95px, transparent 95px 140px);
}

.pedestrian {
  position: absolute;
  top: 76px;
  left: 4%;
  z-index: 1;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
}

.road-label {
  right: 3%;
  left: auto;
  color: var(--ink);
  background: #fff;
}

.full-parking-diagram figcaption {
  padding: 8px 12px;
  color: #fff;
  background: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.steps-section {
  padding-bottom: 65px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.steps-grid article {
  min-height: 340px;
  padding: 30px;
  background: var(--paper-bright);
}

.step-number {
  color: var(--red);
  font-family: Impact, sans-serif;
  font-size: 70px;
  line-height: 1;
}

.steps-section h2 {
  margin-bottom: 17px;
  font-size: 36px;
}

.steps-grid p {
  font-size: 16px;
}

.completion-test {
  margin: 0 calc(clamp(25px, 6vw, 90px) * -1);
  padding: 70px clamp(25px, 6vw, 90px);
  color: #fff;
  background: var(--blue);
}

.test-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: start;
}

.completion-test .section-label {
  color: var(--yellow);
}

.flowchart {
  margin-top: 45px;
  font-family: Arial, Helvetica, sans-serif;
}

.flow-question {
  max-width: 750px;
  margin: auto;
  padding: 25px;
  color: var(--ink);
  background: var(--yellow);
  border: 5px solid #fff;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
}

.flow-branches {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.flow-branches > div {
  padding: 28px;
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.45);
  text-align: center;
}

.branch-label {
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  font-weight: 900;
}

.branch-label.bad { background: var(--red); }
.branch-label.good { color: var(--ink); background: var(--yellow); }

.flow-arrow {
  display: block;
  color: var(--yellow);
  font-size: 50px;
}

.allocation-section {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 60px;
  align-items: center;
}

.bar-chart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.bar-row {
  margin: 18px 0;
}

.bar-row span {
  margin-bottom: 6px;
  display: block;
}

.bar-row i {
  width: var(--bar);
  min-width: 40px;
  padding: 12px;
  display: block;
  color: #fff;
  background: var(--red);
  font-size: 20px;
  font-style: normal;
  text-align: right;
}

.bar-row:last-child i {
  color: var(--ink);
  background: var(--yellow);
}

.parking-reality {
  margin: 0 calc(clamp(25px, 6vw, 90px) * -1);
  padding: 32px clamp(25px, 6vw, 90px);
  border-top-color: var(--red);
}

/* 1916 versus 2026 */

.comparison-header h1 {
  max-width: 1080px;
  font-size: clamp(48px, 6.8vw, 90px);
}

.era-split {
  margin: 0 0 58px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  border: 10px solid var(--ink);
}

.era-panel {
  min-height: 600px;
  padding: 45px clamp(25px, 5vw, 65px);
  position: relative;
  overflow: hidden;
}

.era-1916 {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0 2px, transparent 3px),
    #46533f;
  background-size: 24px 24px;
  border-right: 5px solid var(--ink);
}

.era-2026 {
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 20%, rgba(201, 39, 45, 0.12) 0 3px, transparent 4px),
    var(--yellow);
  background-size: 31px 31px;
}

.era-kicker {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.era-year {
  margin-top: 6px;
  display: block;
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: clamp(90px, 14vw, 180px);
  font-weight: normal;
  line-height: 0.85;
}

.era-icon {
  width: 175px;
  height: 175px;
  margin: 35px auto 30px;
  position: relative;
}

.helmet-icon span {
  width: 160px;
  height: 100px;
  position: absolute;
  top: 35px;
  left: 8px;
  background: #283126;
  border: 8px solid #1a2018;
  border-radius: 90px 90px 18px 18px;
  transform: rotate(-4deg);
}

.helmet-icon span::after {
  width: 190px;
  height: 18px;
  position: absolute;
  bottom: -12px;
  left: -23px;
  content: "";
  background: #1a2018;
  border-radius: 50%;
}

.phone-icon {
  display: grid;
  place-items: center;
  color: var(--red);
  background: #111;
  border: 8px solid #333;
  border-radius: 28px;
  box-shadow: 13px 13px 0 rgba(201, 39, 45, 0.35);
  font-family: Impact, sans-serif;
  font-size: 48px;
  transform: rotate(5deg);
}

.phone-icon::before {
  width: 55px;
  height: 5px;
  position: absolute;
  top: 11px;
  content: "";
  background: #777;
  border-radius: 4px;
}

.era-panel ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.era-panel li {
  padding: 8px;
  border: 1px solid currentColor;
}

.era-threat {
  margin: 25px 0 0;
  padding-top: 16px;
  border-top: 5px solid currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.versus-medallion {
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 5;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 7px solid #fff;
  border-radius: 50%;
  font-family: Impact, sans-serif;
  font-size: 32px;
  box-shadow: 0 0 0 5px var(--ink);
}

.scorecard-box {
  background: #f3efe5;
}

.score-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}

.score-row span,
.score-row b {
  display: block;
}

.score-row span {
  color: var(--red);
  font-family: Impact, sans-serif;
  font-size: 40px;
}

.score-row b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.generation-verdict {
  background: #46533f;
}

.comparison-matrix {
  margin: 70px calc(clamp(25px, 6vw, 90px) * -1) 0;
  color: #fff;
  background: var(--blue);
}

.comparison-matrix > header {
  padding: 48px clamp(25px, 6vw, 90px) 35px;
  border-bottom: 8px solid var(--yellow);
}

.comparison-matrix h2 {
  margin: 0;
  font-size: clamp(45px, 7vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.matrix-row {
  display: grid;
  grid-template-columns: 0.55fr 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.matrix-row > * {
  padding: 22px clamp(15px, 3vw, 35px);
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}

.matrix-row > *:last-child {
  border-right: 0;
}

.matrix-row strong,
.matrix-head span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.matrix-row span {
  font-size: 17px;
}

.matrix-head {
  color: var(--ink);
  background: var(--yellow);
}

.source-box {
  margin: 0 calc(clamp(25px, 6vw, 90px) * -1);
  padding: 32px clamp(25px, 6vw, 90px);
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.source-links a {
  font-size: 12px;
}

/* Reseda real estate */

.realestate-feature {
  padding-block: 64px;
  background: var(--yellow);
  border-block: 8px solid var(--ink);
}

.realestate-feature-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(35px, 6vw, 80px);
  align-items: center;
}

.realestate-feature-copy h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.realestate-feature-copy h2 a {
  text-decoration: none;
}

.realestate-feature-copy > p:not(.section-label) {
  max-width: 690px;
  font-size: 18px;
}

.mini-property {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #bed7dd 0 27%, #bcb7aa 27% 82%, #484b4a 82%);
  border: 6px solid var(--ink);
  text-decoration: none;
  box-shadow: 12px 12px 0 var(--red);
}

.mini-property:hover,
.mini-property:focus-visible {
  color: var(--ink);
}

.mini-price {
  padding: 8px 12px;
  position: absolute;
  z-index: 8;
  top: 15px;
  left: 15px;
  color: #fff;
  background: var(--red);
  font-family: Impact, sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  transform: rotate(-2deg);
}

.mini-house,
.mini-adu {
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
  background: #9d4b3d;
  border: 4px solid var(--ink);
  font-family: Impact, sans-serif;
  line-height: 0.9;
  text-align: center;
}

.mini-house {
  width: 43%;
  height: 31%;
  top: 23%;
  left: 7%;
  font-size: 27px;
}

.mini-house::before,
.mini-adu::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -7px;
  border-right: 55px solid transparent;
  border-bottom: 24px solid var(--blue);
  border-left: 55px solid transparent;
}

.mini-adu {
  width: 28%;
  height: 24%;
  font-size: 19px;
}

.mini-adu::before {
  top: -17px;
  border-right-width: 38px;
  border-bottom-width: 17px;
  border-left-width: 38px;
}

.mini-adu-one {
  top: 30%;
  right: 6%;
}

.mini-adu-two {
  top: 57%;
  right: 11%;
}

.mini-stump {
  width: 42px;
  height: 30px;
  position: absolute;
  top: 57%;
  left: 12%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #725037;
  border-radius: 50% 50% 4px 4px;
  font: 700 8px Arial, sans-serif;
}

.mini-parking {
  position: absolute;
  right: 0;
  bottom: 18%;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 11px;
}

.mini-parking i {
  width: 16%;
  height: 45px;
  display: block;
  background: var(--red);
  border: 4px solid var(--ink);
  border-radius: 16px 16px 5px 5px;
}

.mini-fence {
  height: 18%;
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    repeating-linear-gradient(90deg, #d9d0b9 0 28px, #aaa28d 28px 31px);
  border-top: 7px solid var(--ink);
  font: 900 13px Arial, sans-serif;
  letter-spacing: 0.16em;
}

.property-page .article-shell {
  padding-bottom: 0;
}

.property-header {
  max-width: none;
}

.property-header h1 {
  max-width: 1100px;
  font-size: clamp(46px, 6.9vw, 90px);
  line-height: 0.91;
}

.property-hero {
  min-height: 650px;
  margin: 0 0 58px;
  position: relative;
  overflow: hidden;
  background: #bed7dd;
  border: 6px solid var(--ink);
}

.listing-ribbon {
  width: min(390px, 44%);
  padding: 18px 22px;
  position: absolute;
  z-index: 15;
  top: 24px;
  left: 24px;
  color: #fff;
  background: var(--red);
  border: 5px solid var(--ink);
  box-shadow: 9px 9px 0 var(--yellow);
  transform: rotate(-1.5deg);
}

.listing-ribbon span,
.listing-ribbon strong,
.listing-ribbon small {
  display: block;
}

.listing-ribbon span,
.listing-ribbon small {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.listing-ribbon span {
  color: var(--yellow);
  font-size: 11px;
}

.listing-ribbon strong {
  margin-block: 3px;
  font-family: Impact, sans-serif;
  font-size: clamp(35px, 5vw, 61px);
  line-height: 1;
  letter-spacing: 0.035em;
}

.listing-ribbon small {
  font-size: 8px;
}

.property-sky {
  height: 32%;
  position: absolute;
  inset: 0 0 auto;
  background:
    radial-gradient(circle at 74% 25%, rgba(255, 255, 255, 0.8) 0 4%, transparent 4.5%),
    linear-gradient(#91c6d8, #dbe2d9);
}

.neighbor-tree {
  width: 190px;
  height: 190px;
  position: absolute;
  bottom: -120px;
  background: #496944;
  border: 6px solid var(--ink);
  border-radius: 48% 52% 45% 55%;
}

.neighbor-tree::after {
  content: "";
  width: 42px;
  height: 135px;
  position: absolute;
  top: 120px;
  left: 69px;
  background: #69462f;
  border: 5px solid var(--ink);
}

.tree-left {
  left: -55px;
}

.tree-right {
  right: -65px;
  transform: scale(0.82);
}

.property-lot {
  position: absolute;
  top: 165px;
  right: 0;
  bottom: 53px;
  left: 0;
  background:
    linear-gradient(90deg, transparent 0 49.5%, rgba(255, 255, 255, 0.72) 49.5% 50.5%, transparent 50.5%),
    linear-gradient(#b9b5aa, #a9a59b);
}

.property-house,
.property-adu,
.property-shed {
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
  background: #a84f3e;
  border: 5px solid var(--ink);
  font-family: Impact, sans-serif;
  line-height: 0.92;
  text-align: center;
  box-shadow: 6px 6px 0 rgba(17, 17, 15, 0.28);
}

.property-house::before,
.property-adu::before,
.property-shed::before {
  content: "";
  position: absolute;
  top: -29px;
  left: -8px;
  border-right: 76px solid transparent;
  border-bottom: 29px solid var(--blue);
  border-left: 76px solid transparent;
}

.property-house {
  width: 31%;
  height: 31%;
  top: 16%;
  left: 6%;
  font-size: 28px;
}

.property-adu {
  width: 19%;
  height: 22%;
  font-size: 19px;
}

.property-adu::before,
.property-shed::before {
  top: -21px;
  border-right-width: 48px;
  border-bottom-width: 21px;
  border-left-width: 48px;
}

.adu-a {
  top: 12%;
  left: 43%;
}

.adu-b {
  top: 12%;
  right: 7%;
}

.adu-c {
  top: 43%;
  right: 16%;
}

.property-shed {
  width: 18%;
  height: 18%;
  top: 48%;
  left: 35%;
  color: var(--ink);
  background: var(--yellow);
  border-style: dashed;
  font-size: 15px;
}

.property-stump {
  width: 65px;
  height: 45px;
  position: absolute;
  top: 56%;
  left: 9%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #70503b;
  border: 5px solid var(--ink);
  border-radius: 50% 50% 5px 5px;
  font: 900 8px Arial, sans-serif;
  text-align: center;
}

.property-cars {
  position: absolute;
  right: 7%;
  bottom: 29%;
  left: 7%;
  display: flex;
  justify-content: space-around;
  gap: 2%;
}

.property-cars i {
  width: 18%;
  height: 68px;
  display: block;
  background: var(--red);
  border: 5px solid var(--ink);
  border-radius: 24px 24px 8px 8px;
  box-shadow: inset 0 18px 0 #d9e1dd;
}

.property-cars i:nth-child(2) {
  background: var(--blue);
}

.property-cars i:nth-child(3) {
  background: #d5c9a9;
}

.property-cars i:nth-child(4) {
  background: #5c684f;
}

.property-concrete {
  position: absolute;
  right: 14px;
  bottom: 25%;
  color: #4a4944;
  font: 900 8px Arial, sans-serif;
  letter-spacing: 0.1em;
}

.property-fence {
  height: 120px;
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: 30px;
  left: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    repeating-linear-gradient(90deg, #dbd1b9 0 54px, #aaa28d 54px 59px);
  border-block: 8px solid var(--ink);
  font: 900 16px Arial, sans-serif;
  letter-spacing: 0.2em;
}

.property-hero figcaption {
  height: 30px;
  padding: 7px 12px;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: var(--ink);
  font: 10px Arial, Helvetica, sans-serif;
}

.utilization-box {
  background: #f2eee4;
}

.utilization-box dl {
  margin: 0;
}

.utilization-box dl div {
  padding-block: 11px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--rule);
  font-family: Arial, Helvetica, sans-serif;
}

.utilization-box dt {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.utilization-box dd {
  margin: 0;
  color: var(--red);
  font-family: Impact, sans-serif;
  font-size: 21px;
}

.utilization-box small {
  margin-top: 12px;
  display: block;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.property-verdict {
  background: var(--blue);
}

.listing-translator {
  margin: 70px calc(clamp(25px, 6vw, 90px) * -1) 0;
  color: #fff;
  background: var(--blue);
}

.listing-translator > header {
  padding: 48px clamp(25px, 6vw, 90px) 35px;
  border-bottom: 8px solid var(--yellow);
}

.listing-translator h2 {
  margin: 0;
  font-size: clamp(52px, 8vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.translation-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.translation-row > * {
  padding: 22px clamp(18px, 4vw, 50px);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.translation-row > *:last-child {
  border-right: 0;
}

.translation-row strong,
.translation-head span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.translation-row span {
  font-size: 18px;
}

.translation-head {
  color: var(--ink);
  background: var(--yellow);
}

@media (max-width: 860px) {
  .lead-story,
  .content-grid,
  .generation-feature-inner,
  .realestate-feature-inner,
  .manifesto-inner,
  .footer-grid,
  .article-layout,
  .allocation-section {
    grid-template-columns: 1fr;
  }

  .lead-art {
    min-height: 420px;
  }

  .parking-card {
    padding-right: 0;
    padding-bottom: 55px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .manifesto .section-label {
    margin-bottom: -30px;
  }

  .article-rail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid article {
    min-height: 0;
  }

  .generation-years {
    min-height: 280px;
  }

  .mini-property {
    min-height: 430px;
  }

  .property-hero {
    min-height: 610px;
  }
}

@media (max-width: 620px) {
  .wrap,
  .header-inner,
  .site-nav,
  .article-shell,
  .next-story {
    width: min(100% - 24px, 1180px);
  }

  .newswire-strip {
    padding: 7px 12px;
    align-items: flex-start;
  }

  .header-inner {
    min-height: 104px;
    grid-template-columns: 1fr auto;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .brand-name,
  .compact-header .brand-name {
    font-size: 31px;
  }

  .edition {
    display: none;
  }

  .menu-button {
    padding: 9px 11px;
    display: block;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .site-nav {
    display: none;
    flex-direction: column;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a,
  .site-nav a:first-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .lead-story {
    padding-block: 38px;
    grid-template-columns: 1fr;
  }

  .lead-copy h1,
  .article-header h1 {
    font-size: 45px;
  }

  .lead-art {
    min-height: 390px;
    box-shadow: 7px 7px 0 var(--yellow);
  }

  .phone {
    width: 175px;
    height: 330px;
  }

  .phone-button {
    left: 71px;
  }

  .lawsuit-stamp {
    right: 8px;
    font-size: 19px;
  }

  .breaking-bar {
    grid-template-columns: 1fr;
  }

  .breaking-bar > strong {
    padding: 6px 12px;
  }

  .content-grid {
    padding-block: 45px;
  }

  .manifesto-inner {
    gap: 25px;
  }

  .manifesto .section-label {
    margin-bottom: 0;
  }

  .article-page {
    padding-top: 25px;
  }

  .article-shell {
    padding: 35px 18px 45px;
  }

  .article-meta {
    flex-direction: column;
  }

  .addiction-hero {
    min-height: 380px;
  }

  .algorithm-column {
    padding-top: 65px;
  }

  .infinite-arrow {
    opacity: 0.32;
  }

  .article-body {
    font-size: 18px;
  }

  .article-rail {
    grid-template-columns: 1fr;
  }

  .era-split {
    grid-template-columns: 1fr;
  }

  .era-panel {
    min-height: 520px;
  }

  .era-1916 {
    border-right: 0;
    border-bottom: 5px solid var(--ink);
  }

  .versus-medallion {
    top: calc(50% - 45px);
  }

  .matrix-row {
    grid-template-columns: 1fr;
  }

  .matrix-row > * {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .matrix-head {
    display: none;
  }

  .next-story {
    flex-direction: column;
  }

  .parking-header h1 {
    font-size: 52px;
    overflow-wrap: anywhere;
  }

  .article-dek {
    overflow-wrap: break-word;
  }

  .infographic-intro,
  .test-title {
    grid-template-columns: 1fr;
  }

  .big-number {
    font-size: 72px;
  }

  .full-parking-diagram,
  .completion-test,
  .parking-reality {
    margin-inline: -18px;
  }

  .diagram-building {
    width: 72%;
    min-height: 100px;
    margin-top: 58px;
    margin-left: 3%;
    padding: 30px 4%;
    font-size: 24px;
  }

  .diagram-building::before {
    height: 60px;
    top: -60px;
  }

  .front-door {
    width: 58px;
    height: 70px;
    right: 8%;
  }

  .diagram-building i {
    display: none;
  }

  .diagram-sidewalk {
    min-height: 100px;
  }

  .diagram-driveway {
    width: 48%;
    height: 430px;
    left: 15%;
  }

  .diagram-front-yard {
    height: 430px;
  }

  .storage-zone {
    height: 305px;
    gap: 5px;
    padding-top: 32px;
  }

  .storage-label {
    max-width: 180px;
  }

  .seadoo-shape {
    width: 78%;
    font-size: 12px;
  }

  .box-stack {
    width: 70%;
  }

  .old-grill {
    width: 54%;
  }

  .diagram-car {
    width: 136px;
    height: 285px;
    top: 355px;
    left: calc(50% - 68px);
    border-width: 7px;
  }

  .diagram-car b {
    font-size: 23px;
  }

  .wheel {
    width: 21px;
    height: 49px;
  }

  .wheel.w1 { top: 55px; left: -17px; }
  .wheel.w2 { top: 55px; right: -17px; }
  .wheel.w3 { right: -17px; bottom: 47px; }
  .wheel.w4 { bottom: 47px; left: -17px; }

  .diagram-parkway {
    height: 110px;
  }

  .driveway-ramp {
    width: 48%;
    left: 15%;
  }

  .parkway-grass-label {
    top: 12px;
    right: 3%;
    max-width: 80px;
    font-size: 8px;
    text-align: center;
  }

  .clearance-arrow {
    max-width: 95px;
    top: 45px;
  }

  .diagram-road {
    min-height: 210px;
  }

  .flow-branches {
    grid-template-columns: 1fr;
  }

  .allocation-section {
    gap: 25px;
  }

  .realestate-feature {
    padding-block: 44px;
  }

  .realestate-feature-copy h2 {
    font-size: 38px;
  }

  .mini-property {
    min-height: 350px;
    box-shadow: 7px 7px 0 var(--red);
  }

  .property-header h1 {
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .property-hero {
    min-height: 570px;
    margin-inline: -18px;
  }

  .listing-ribbon {
    width: calc(100% - 32px);
    top: 16px;
    left: 16px;
  }

  .property-lot {
    top: 190px;
  }

  .property-house {
    width: 35%;
    left: 4%;
    font-size: 18px;
  }

  .property-adu {
    width: 24%;
    font-size: 14px;
  }

  .adu-a {
    left: 42%;
  }

  .adu-b {
    right: 4%;
  }

  .adu-c {
    right: 11%;
  }

  .property-shed {
    width: 23%;
    left: 31%;
    font-size: 11px;
  }

  .property-cars i {
    height: 56px;
  }

  .property-fence {
    height: 98px;
  }

  .property-hero figcaption {
    height: auto;
    font-size: 8px;
  }

  .translation-row {
    grid-template-columns: 1fr;
  }

  .translation-row > * {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .translation-head {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ticker span {
    padding-left: 24px;
    animation: none;
  }
}
