:root {
  color-scheme: light;
  --ink: #181816;
  --muted: #60635e;
  --line: #d9d7ce;
  --paper: #f5f3ed;
  --white: #ffffff;
  --steel: #3c4948;
  --graphite: #20231f;
  --oxide: #9b4a2f;
  --signal: #6f7b5d;
  --green: #4b5d4d;
  --shadow: 0 16px 34px rgba(24, 24, 22, 0.1);
  --radius: 3px;
  --container: 1160px;
}

/* v2.0: typographic, monochrome, image-first direction */
:root {
  --ink: #10110f;
  --muted: #69695f;
  --line: rgba(16, 17, 15, 0.16);
  --paper: #ebe5d8;
  --white: #f8f3e7;
  --steel: #242824;
  --graphite: #0e100e;
  --oxide: #d8ff3f;
  --signal: #d8ff3f;
  --shadow: none;
  --radius: 0;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, sans-serif;
}

h1,
h2,
h3,
.brand,
.button,
.price-value,
.proof-value {
  font-family: "Bahnschrift", "Franklin Gothic Heavy", "Arial Narrow", sans-serif;
}

.site-header {
  background: rgba(235, 229, 216, 0.94);
  border-bottom: 1px solid var(--line);
}

.page-home .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(14, 16, 14, 0.78);
  border-bottom-color: rgba(248, 243, 231, 0.18);
  color: var(--white);
}

.page-home .brand-mark {
  border-color: var(--white);
}

.page-home .header-nav a {
  color: var(--white);
}

.page-home .header-actions .button.secondary {
  background: transparent;
  border-color: rgba(248, 243, 231, 0.36);
  color: var(--white);
}

.page-home .icon-button {
  border-color: rgba(248, 243, 231, 0.28);
  background: rgba(248, 243, 231, 0.08);
}

.page-home .menu-lines,
.page-home .menu-lines::before,
.page-home .menu-lines::after {
  background: var(--white);
}

.hero-v2 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--graphite);
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.1) contrast(1.08) brightness(0.72);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 16, 14, 0.94) 0%, rgba(14, 16, 14, 0.72) 42%, rgba(14, 16, 14, 0.18) 100%),
    linear-gradient(0deg, rgba(14, 16, 14, 0.92) 0%, rgba(14, 16, 14, 0.2) 46%);
}

.hero-v2-inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 116px;
  padding-bottom: 168px;
}

.hero-kicker {
  margin-bottom: 18px;
  color: var(--signal);
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-v2 h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(76px, 13vw, 176px);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-v2 h1 span {
  display: block;
}

.hero-v2-line {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(248, 243, 231, 0.9);
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.08;
}

.hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 0;
  font-weight: 900;
}

.button.acid {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--ink);
}

.hero-v2 .button.secondary {
  background: rgba(248, 243, 231, 0.08);
  border-color: rgba(248, 243, 231, 0.5);
  color: var(--white);
}

.hero-v2-spec {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(248, 243, 231, 0.2);
  background: rgba(14, 16, 14, 0.82);
  backdrop-filter: blur(10px);
}

.hero-v2-spec div {
  min-height: 96px;
  padding: 20px 24px;
  border-right: 1px solid rgba(248, 243, 231, 0.16);
}

.hero-v2-spec div:last-child {
  border-right: 0;
}

.hero-v2-spec span {
  display: block;
  margin-bottom: 8px;
  color: var(--signal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-v2-spec strong {
  display: block;
  color: var(--white);
  font-size: clamp(17px, 1.6vw, 24px);
  line-height: 1.08;
}

.section {
  padding: 96px 0;
}

.section.compact {
  padding: 64px 0;
}

.section-header {
  align-items: start;
  gap: 64px;
}

.section-kicker,
.eyebrow {
  color: #7f7b6e;
  font-size: 12px;
  letter-spacing: 0.04em;
}

h2 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 78px);
  line-height: 0.92;
  text-transform: uppercase;
}

.price-v2 {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.price-board {
  border-color: var(--line);
  background: transparent;
}

.price-cell {
  padding: 34px 28px;
  border-color: var(--line);
}

.price-label {
  color: #7f7b6e;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.price-value {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.94;
}

.spec-grid,
.doc-grid,
.card-grid,
.contact-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.spec-card,
.doc-card,
.content-card,
.contact-card {
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.spec-card,
.doc-card,
.contact-card {
  min-height: 210px;
  padding: 26px;
}

.spec-card strong,
.doc-type,
.date {
  color: #7f7b6e;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.dark,
.steel,
.section.dark,
.section.steel {
  background: var(--graphite);
  color: var(--white);
}

.dark .muted,
.steel .muted {
  color: rgba(248, 243, 231, 0.68);
}

.dark .section-kicker,
.steel .section-kicker {
  color: var(--signal);
}

.media-panel img {
  border-radius: 0;
  box-shadow: none;
  filter: grayscale(0.1) contrast(1.05);
}

.faq-list {
  border-top-color: var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.05;
}

.faq-item summary::after {
  color: var(--signal);
}

.site-footer {
  background: var(--graphite);
}

@media (max-width: 980px) {
  .page-home .header-nav.is-open {
    background: var(--graphite);
    color: var(--white);
  }

  .hero-v2-inner {
    padding-bottom: 260px;
  }

  .hero-v2-spec {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .page-home .site-header {
    background: rgba(14, 16, 14, 0.86);
  }

  .hero-v2-inner {
    padding-top: 110px;
    padding-bottom: 300px;
  }

  .hero-v2 h1 {
    font-size: clamp(58px, 18vw, 76px);
    line-height: 0.82;
  }

  .hero-v2-line {
    font-size: 24px;
  }

  .hero-v2-actions .button {
    width: 100%;
  }

  .hero-v2-spec {
    grid-template-columns: 1fr;
  }

  .hero-v2-spec div {
    min-height: 66px;
    padding: 12px 18px;
  }

  .hero-v2-spec strong {
    font-size: 17px;
  }

  .section {
    padding: 70px 0;
  }

  h2 {
    font-size: 40px;
  }
}

/* final interaction/content fixes */
.phone-stack {
  display: grid;
  gap: 5px;
  justify-items: end;
}

.phone-stack .button {
  min-height: 42px;
}

.phone-stack span,
.phone-hours {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.page-home .phone-stack span {
  color: rgba(248, 241, 227, 0.72);
}

.delivery-cta {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(248, 241, 227, 0.18);
}

.delivery-cta p {
  margin-bottom: 10px;
  color: var(--signal);
  font-family: "Bahnschrift", "Franklin Gothic Heavy", "Arial Narrow", sans-serif;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.delivery-cta a {
  display: inline-block;
  color: var(--white);
  font-family: "Bahnschrift", "Franklin Gothic Heavy", "Arial Narrow", sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.delivery-cta span {
  display: block;
  margin-top: 8px;
  color: rgba(248, 241, 227, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.hero-v2 h1 {
  font-size: clamp(66px, 11.2vw, 148px);
  line-height: 0.88;
}

.hero-v2 h1 span + span {
  margin-top: 0.02em;
}

.hero-v2-line {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .header-phone {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero-v2 h1 {
    font-size: clamp(52px, 15.5vw, 66px);
    line-height: 0.92;
  }

  .hero-v2-line {
    font-size: 22px;
  }
}

/* CTA and phone refinements */
.phone-stack {
  display: grid;
  gap: 5px;
  justify-items: end;
}

.phone-stack .button {
  min-height: 42px;
}

.phone-stack span,
.phone-hours {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.page-home .phone-stack span {
  color: rgba(248, 241, 227, 0.72);
}

.delivery-cta {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(248, 241, 227, 0.18);
}

.delivery-cta p {
  margin-bottom: 10px;
  color: var(--signal);
  font-family: "Bahnschrift", "Franklin Gothic Heavy", "Arial Narrow", sans-serif;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.delivery-cta a {
  display: inline-block;
  color: var(--white);
  font-family: "Bahnschrift", "Franklin Gothic Heavy", "Arial Narrow", sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.delivery-cta span {
  display: block;
  margin-top: 8px;
  color: rgba(248, 241, 227, 0.72);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .header-phone {
    display: none;
  }
}

/* v2.5 layout corrections */
.hero-v2 h1 {
  font-size: clamp(66px, 11.2vw, 148px);
  line-height: 0.88;
}

.hero-v2 h1 span + span {
  margin-top: 0.02em;
}

.hero-v2-line {
  margin-top: 22px;
}

@media (max-width: 620px) {
  .hero-v2 h1 {
    font-size: clamp(52px, 15.5vw, 66px);
    line-height: 0.92;
  }

  .hero-v2-line {
    font-size: 22px;
  }
}

/* v2.5 final palette layer: must stay at the end */
:root {
  --ink: #181915;
  --muted: #6b685d;
  --line: rgba(24, 25, 21, 0.18);
  --paper: #eee8dc;
  --white: #f8f1e3;
  --steel: #2c302b;
  --graphite: #191b18;
  --oxide: #d1af62;
  --signal: #d1af62;
}

.page-home .site-header {
  background: rgba(25, 27, 24, 0.68);
  border-bottom-color: rgba(248, 241, 227, 0.16);
}

.hero-bg {
  filter: grayscale(0.05) sepia(0.06) saturate(0.92) contrast(1.04) brightness(0.84);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(25, 27, 24, 0.88) 0%, rgba(25, 27, 24, 0.64) 42%, rgba(25, 27, 24, 0.12) 100%),
    linear-gradient(0deg, rgba(25, 27, 24, 0.78) 0%, rgba(25, 27, 24, 0.14) 48%);
}

.hero-v2 h1 {
  color: #f6efe2;
}

.hero-v2-line {
  color: rgba(248, 241, 227, 0.88);
}

.button.acid {
  background: var(--signal);
  border-color: var(--signal);
  color: #181915;
}

.hero-v2 .button.secondary {
  background: rgba(248, 241, 227, 0.06);
  border-color: rgba(248, 241, 227, 0.42);
  color: #f8f1e3;
}

.hero-v2-spec {
  border-top-color: rgba(248, 241, 227, 0.18);
  background: rgba(25, 27, 24, 0.74);
}

.hero-v2-spec div {
  border-right-color: rgba(248, 241, 227, 0.14);
}

.hero-kicker,
.hero-v2-spec span,
.dark .section-kicker,
.steel .section-kicker,
.faq-item summary::after {
  color: var(--signal);
}

.section-kicker,
.eyebrow,
.price-label,
.spec-card strong,
.doc-type,
.date {
  color: #817765;
}

.dark,
.steel,
.section.dark,
.section.steel,
.site-footer {
  background: var(--graphite);
}

@media (max-width: 620px) {
  .page-home .site-header {
    background: rgba(25, 27, 24, 0.82);
  }
}

/* v2.5: warmer graphite, calmer industrial accent */
:root {
  --ink: #181915;
  --muted: #6b685d;
  --line: rgba(24, 25, 21, 0.18);
  --paper: #eee8dc;
  --white: #f8f1e3;
  --steel: #2c302b;
  --graphite: #191b18;
  --oxide: #d1af62;
  --signal: #d1af62;
}

.page-home .site-header {
  background: rgba(25, 27, 24, 0.68);
  border-bottom-color: rgba(248, 241, 227, 0.16);
}

.hero-v2 {
  background: var(--graphite);
}

.hero-bg {
  filter: grayscale(0.05) sepia(0.06) saturate(0.92) contrast(1.04) brightness(0.84);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(25, 27, 24, 0.88) 0%, rgba(25, 27, 24, 0.64) 42%, rgba(25, 27, 24, 0.12) 100%),
    linear-gradient(0deg, rgba(25, 27, 24, 0.78) 0%, rgba(25, 27, 24, 0.14) 48%);
}

.hero-v2 h1 {
  color: #f6efe2;
}

.hero-v2-line {
  color: rgba(248, 241, 227, 0.88);
}

.button.acid {
  background: var(--signal);
  border-color: var(--signal);
  color: #181915;
}

.hero-v2 .button.secondary {
  background: rgba(248, 241, 227, 0.06);
  border-color: rgba(248, 241, 227, 0.42);
  color: #f8f1e3;
}

.hero-v2-spec {
  border-top-color: rgba(248, 241, 227, 0.18);
  background: rgba(25, 27, 24, 0.74);
}

.hero-v2-spec div {
  border-right-color: rgba(248, 241, 227, 0.14);
}

.hero-kicker,
.hero-v2-spec span,
.dark .section-kicker,
.steel .section-kicker,
.faq-item summary::after {
  color: var(--signal);
}

.section-kicker,
.eyebrow,
.price-label,
.spec-card strong,
.doc-type,
.date {
  color: #817765;
}

.dark,
.steel,
.section.dark,
.section.steel,
.site-footer {
  background: var(--graphite);
}

@media (max-width: 620px) {
  .page-home .site-header {
    background: rgba(25, 27, 24, 0.82);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  background: var(--signal);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 243, 237, 0.96);
  border-bottom: 1px solid rgba(24, 24, 22, 0.14);
  backdrop-filter: blur(10px);
}

.header-inner,
.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border: 2px solid var(--graphite);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  line-height: 1;
}

.brand-text {
  font-size: 14px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}

.header-nav a {
  text-decoration: none;
  color: var(--graphite);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  display: none;
  place-items: center;
  cursor: pointer;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.menu-lines::before {
  transform: translateY(-6px);
}

.menu-lines::after {
  transform: translateY(4px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.button.secondary {
  background: var(--white);
  color: var(--ink);
}

.button.acid {
  background: var(--oxide);
  color: var(--white);
  border-color: var(--oxide);
}

.button.ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(21, 23, 22, 0.24);
}

.hero .button.ghost {
  color: var(--ink);
  border-color: rgba(24, 24, 22, 0.28);
  background: transparent;
}

.hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-frame {
  padding: 58px 0 56px;
}

.hero-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
}

.hero-route {
  margin: 0 0 10px;
  color: var(--oxide);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
  text-align: right;
}

.hero-sheet {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.hero-media {
  position: relative;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--line);
  background: #d8d4c9;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.03);
}

.hero-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px;
}

.hero-spec-row {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.hero-spec-row:first-child {
  border-top: 1px solid var(--line);
}

.hero-spec-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-spec-row strong {
  font-size: 18px;
  line-height: 1.25;
}

.hero-note {
  max-width: 520px;
  margin: 22px 0 22px;
  color: var(--muted);
}

.media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(24, 24, 22, 0.84);
  color: rgba(255, 255, 255, 0.9);
}

.media-caption span {
  padding: 13px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-caption span:last-child {
  border-right: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--oxide);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(52px, 7.4vw, 102px);
  line-height: 0.9;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.hero .phone-action {
  display: none;
}

.proof-strip {
  padding: 0;
  background: var(--white);
  color: var(--ink);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: var(--white);
}

.proof-item {
  min-height: 96px;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-value {
  display: block;
  margin-bottom: 4px;
  color: var(--oxide);
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-label {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 88px 0;
}

.section.compact {
  padding: 56px 0;
}

.section.dark {
  background: var(--steel);
  color: var(--white);
}

.section.steel {
  background: var(--steel);
  color: var(--white);
}

.section.white {
  background: var(--white);
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 46px;
  margin-bottom: 36px;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--oxide);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dark .section-kicker,
.steel .section-kicker {
  color: #e2d8c2;
}

h2 {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: 0;
}

.muted {
  color: var(--muted);
}

.dark .muted,
.steel .muted {
  color: rgba(255, 255, 255, 0.72);
}

.price-board {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  border-top: 1px solid rgba(20, 23, 20, 0.24);
  border-bottom: 1px solid rgba(20, 23, 20, 0.24);
  background: #fbfaf7;
}

.price-cell {
  padding: 30px 28px;
  border-right: 1px solid rgba(20, 23, 20, 0.18);
}

.price-cell:last-child {
  border-right: 0;
}

.price-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-value {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
}

.price-meta {
  margin: 0;
  color: var(--muted);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.spec-card {
  min-height: 176px;
  padding: 24px;
  background: #fbfaf7;
}

.spec-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--oxide);
  font-size: 15px;
  text-transform: uppercase;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  gap: 46px;
  align-items: start;
}

.media-panel {
  position: sticky;
  top: 96px;
}

.media-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 12px;
  height: 12px;
  border: 2px solid #e2d8c2;
  border-radius: 50%;
  content: "";
}

.doc-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.doc-card,
.content-card,
.faq-item,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
}

.doc-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.doc-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.doc-type {
  color: var(--oxide);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-card {
  overflow: hidden;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.content-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.content-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.content-card-body {
  padding: 20px;
}

.date {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.faq-item {
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  color: var(--oxide);
  content: "+";
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  padding: 24px;
}

.contact-card a {
  font-size: 22px;
  font-weight: 800;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  gap: 48px;
  align-items: start;
}

.article-body {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px;
}

.article-body p,
.article-body li {
  color: #303634;
}

.article-body ul,
.article-body ol {
  padding-left: 22px;
}

.article-aside {
  position: sticky;
  top: 96px;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.86);
}

.footer-small {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

@media (max-width: 980px) {
  .header-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .header-nav.is-open {
    display: flex;
  }

  .header-nav a {
    padding: 13px 10px;
  }

  .icon-button {
    display: grid;
  }

  .header-actions .button {
    display: none;
  }

  .hero-frame {
    padding: 42px 0 36px;
  }

  .hero-title-row,
  .hero-sheet {
    grid-template-columns: 1fr;
  }

  .hero-route {
    text-align: left;
    font-size: 28px;
  }

  .hero-media img {
    height: 340px;
    min-height: 0;
  }

  .hero-media {
    order: 2;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .hero-details {
    order: 1;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-proof,
  .spec-grid,
  .doc-grid,
  .card-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-header,
  .two-column,
  .article-shell,
  .price-board {
    grid-template-columns: 1fr;
  }

  .media-panel,
  .article-aside {
    position: static;
  }

  .price-cell {
    border-right: 0;
    border-bottom: 1px solid rgba(21, 23, 22, 0.18);
  }

  .price-cell:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .container {
    width: min(100% - 24px, var(--container));
  }

  .brand-text {
    max-width: 140px;
    font-size: 13px;
    line-height: 1.15;
  }

  .hero-frame {
    padding: 32px 0 24px;
  }

  .hero-title-row {
    gap: 8px;
    margin-bottom: 20px;
  }

  .hero-route {
    font-size: 22px;
  }

  .hero-media img {
    height: 220px;
  }

  .hero-details {
    padding: 20px;
  }

  .hero-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .hero-spec-row strong {
    font-size: 16px;
  }

  .hero-note {
    margin: 18px 0;
  }

  .media-caption {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }

  .media-caption span {
    padding: 9px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
    font-size: 11px;
  }

  .media-caption span:last-child {
    border-right: 0;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  h2 {
    font-size: 30px;
  }

  .hero-actions,
  .header-actions {
    gap: 8px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero .phone-action {
    display: inline-flex;
  }

  .hero-proof,
  .spec-grid,
  .doc-grid,
  .card-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 64px 0;
  }

  .section.compact {
    padding: 42px 0;
  }

  .price-cell,
  .spec-card,
  .doc-card,
  .contact-card,
  .content-card-body,
  .article-body {
    padding: 20px;
  }

  .price-value {
    font-size: 26px;
  }

  .contact-card a {
    font-size: 20px;
  }
}

/* v2.5 final overrides: keep after legacy v1 styles */
:root {
  --ink: #181915;
  --muted: #6b685d;
  --line: rgba(24, 25, 21, 0.18);
  --paper: #eee8dc;
  --white: #f8f1e3;
  --steel: #2c302b;
  --graphite: #191b18;
  --oxide: #d1af62;
  --signal: #d1af62;
  --shadow: none;
  --radius: 0;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, sans-serif;
}

h1,
h2,
h3,
.brand,
.button,
.price-value,
.proof-value {
  font-family: "Bahnschrift", "Franklin Gothic Heavy", "Arial Narrow", sans-serif;
}

.site-header {
  background: rgba(235, 229, 216, 0.94);
  border-bottom: 1px solid var(--line);
}

.page-home .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(25, 27, 24, 0.68);
  border-bottom-color: rgba(248, 241, 227, 0.16);
  color: var(--white);
}

.page-home .brand-mark {
  border-color: var(--white);
}

.page-home .header-nav a {
  color: var(--white);
}

.page-home .header-actions .button.secondary {
  background: transparent;
  border-color: rgba(248, 243, 231, 0.36);
  color: var(--white);
}

.page-home .icon-button {
  border-color: rgba(248, 243, 231, 0.28);
  background: rgba(248, 243, 231, 0.08);
}

.page-home .menu-lines,
.page-home .menu-lines::before,
.page-home .menu-lines::after {
  background: var(--white);
}

.hero-v2 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--graphite);
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.05) sepia(0.06) saturate(0.92) contrast(1.04) brightness(0.84);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 27, 24, 0.88) 0%, rgba(25, 27, 24, 0.64) 42%, rgba(25, 27, 24, 0.12) 100%),
    linear-gradient(0deg, rgba(25, 27, 24, 0.78) 0%, rgba(25, 27, 24, 0.14) 48%);
}

.hero-v2-inner {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 116px;
  padding-bottom: 168px;
}

.hero-kicker {
  margin-bottom: 18px;
  color: var(--signal);
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-v2 h1 {
  max-width: 1040px;
  margin: 0;
  color: var(--white);
  font-size: clamp(76px, 13vw, 176px);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-v2 h1 span {
  display: block;
}

.hero-v2-line {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(248, 243, 231, 0.9);
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.08;
}

.hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 0;
  font-weight: 900;
}

.button.acid {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--ink);
}

.hero-v2 .button.secondary {
  background: rgba(248, 243, 231, 0.08);
  border-color: rgba(248, 243, 231, 0.5);
  color: var(--white);
}

.hero-v2-spec {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(248, 243, 231, 0.2);
  background: rgba(14, 16, 14, 0.82);
  backdrop-filter: blur(10px);
}

.hero-v2-spec div {
  min-height: 96px;
  padding: 20px 24px;
  border-right: 1px solid rgba(248, 243, 231, 0.16);
}

.hero-v2-spec div:last-child {
  border-right: 0;
}

.hero-v2-spec span {
  display: block;
  margin-bottom: 8px;
  color: var(--signal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-v2-spec strong {
  display: block;
  color: var(--white);
  font-size: clamp(17px, 1.6vw, 24px);
  line-height: 1.08;
}

.section {
  padding: 96px 0;
}

.section.compact {
  padding: 64px 0;
}

.section-header {
  align-items: start;
  gap: 64px;
}

.section-kicker,
.eyebrow {
  color: #7f7b6e;
  font-size: 12px;
  letter-spacing: 0.04em;
}

h2 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 78px);
  line-height: 0.92;
  text-transform: uppercase;
}

.price-v2 {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.price-board {
  border-color: var(--line);
  background: transparent;
}

.price-cell {
  padding: 34px 28px;
  border-color: var(--line);
}

.price-label {
  color: #7f7b6e;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.price-value {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.94;
}

.spec-grid,
.doc-grid,
.card-grid,
.contact-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.spec-card,
.doc-card,
.content-card,
.contact-card {
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.spec-card,
.doc-card,
.contact-card {
  min-height: 210px;
  padding: 26px;
}

.spec-card strong,
.doc-type,
.date {
  color: #7f7b6e;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.dark,
.steel,
.section.dark,
.section.steel {
  background: var(--graphite);
  color: var(--white);
}

.dark .muted,
.steel .muted {
  color: rgba(248, 243, 231, 0.68);
}

.dark .section-kicker,
.steel .section-kicker {
  color: var(--signal);
}

.media-panel img {
  border-radius: 0;
  box-shadow: none;
  filter: grayscale(0.1) contrast(1.05);
}

.faq-list {
  border-top-color: var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.05;
}

.faq-item summary::after {
  color: var(--signal);
}

.site-footer {
  background: var(--graphite);
}

@media (max-width: 980px) {
  .page-home .header-nav.is-open {
    background: var(--graphite);
    color: var(--white);
  }

  .hero-v2-inner {
    padding-bottom: 260px;
  }

  .hero-v2-spec {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .page-home .site-header {
    background: rgba(14, 16, 14, 0.86);
  }

  .hero-v2-inner {
    padding-top: 110px;
    padding-bottom: 300px;
  }

  .hero-v2 h1 {
    font-size: clamp(58px, 18vw, 76px);
    line-height: 0.82;
  }

  .hero-v2-line {
    font-size: 24px;
  }

  .hero-v2-actions .button {
    width: 100%;
  }

  .hero-v2-spec {
    grid-template-columns: 1fr;
  }

  .hero-v2-spec div {
    min-height: 66px;
    padding: 12px 18px;
  }

  .hero-v2-spec strong {
    font-size: 17px;
  }

  .section {
    padding: 70px 0;
  }

  h2 {
    font-size: 40px;
  }
}
