/* v2.5 final patch: typography, CTA, phone hours */

:root {
  --ink: #181915;
  --muted: #6b685d;
  --line: rgba(24, 25, 21, 0.18);
  --paper: #eee8dc;
  --white: #f8f1e3;
  --steel: #2c302b;
  --graphite: #191b18;
  --oxide: #d1af62;
  --signal: #d1af62;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

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

.page-home .header-actions .button.secondary {
  background: transparent;
  border-color: rgba(248, 241, 227, 0.36);
  color: #f8f1e3;
}

.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);
}

.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;
  font-size: clamp(64px, 10.8vw, 138px);
  line-height: 0.94;
}

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

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

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

.price-value-link {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.section-side {
  display: grid;
  gap: 18px;
  align-self: end;
}

.anchor-alias {
  display: block;
  position: relative;
  top: -88px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 9px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.section-links a:hover {
  border-color: var(--signal);
  color: #8f6d1c;
}

/* Typography audit: one scale for the final 2.5 direction. */
body {
  font-size: 16px;
  line-height: 1.56;
}

h2 {
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
}

.section-header .muted,
.price-meta,
.spec-card p,
.doc-card p,
.content-card p,
.contact-card p,
.faq-item p,
.check-list li,
.article-body p,
.article-body li {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.52;
}

.section-kicker,
.eyebrow,
.hero-kicker,
.price-label,
.spec-card strong,
.doc-type,
.date {
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.03em;
}

.button {
  font-size: 15px;
  line-height: 1.1;
}

.hero-v2-spec strong {
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.12;
}

.price-value {
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 0.98;
}

.spec-card h3,
.doc-card h3,
.content-card h3,
.contact-card h3,
.site-footer h3 {
  font-size: clamp(21px, 1.65vw, 26px);
  line-height: 1.14;
  letter-spacing: 0;
}

.doc-card {
  display: grid;
  min-height: 210px;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 26px;
}

.doc-card > span:not(.doc-type) {
  display: grid;
  grid-template-rows: minmax(62px, auto) auto;
  align-content: start;
  gap: 14px;
}

.doc-card h3,
.doc-card p {
  margin: 0;
}

.contact-grid .contact-card a {
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 900;
  line-height: 1.16;
}

.contact-grid .contact-card a[href^="tel:"] {
  font-size: clamp(22px, 1.95vw, 28px);
}

.contact-grid .contact-card a[href^="mailto:"] {
  font-size: clamp(17px, 1.35vw, 21px);
}

.article-body h1,
.list-hero h1 {
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

.article-body h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.site-footer,
.site-footer .muted,
.site-footer .footer-small {
  font-size: 15px;
  line-height: 1.5;
}

.site-footer .muted,
.site-footer .footer-small {
  color: rgba(248, 241, 227, 0.68);
}

.news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  border: 0;
}

.news-grid .content-card {
  display: grid;
  border: 1px solid var(--line);
  background: rgba(248, 241, 227, 0.42);
}

.news-grid .content-card img {
  height: clamp(240px, 26vw, 360px);
  aspect-ratio: auto;
  border-bottom: 1px solid var(--line);
  filter: saturate(0.82) contrast(1.02);
}

.news-grid .content-card-body {
  min-height: 190px;
  padding: clamp(20px, 2vw, 28px);
}

.news-grid .content-card h3 {
  max-width: 720px;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr);
}

.contact-grid .contact-card {
  min-width: 0;
}

.contact-grid .contact-card p,
.contact-grid .contact-card a {
  max-width: 100%;
}

.contact-grid .contact-card a {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.16;
}

.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);
}

.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;
  }

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

@media (max-width: 620px) {
  html {
    scroll-padding-top: 74px;
  }

  .anchor-alias {
    top: -74px;
  }

  .page-home .site-header {
    background: rgba(25, 27, 24, 0.82);
  }

  .hero-v2 h1 {
    font-size: clamp(52px, 15.5vw, 66px);
    line-height: 0.96;
  }

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

  .news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-grid .content-card img {
    height: 220px;
  }

  .news-grid .content-card-body {
    min-height: auto;
  }

  .doc-card > span:not(.doc-type) {
    grid-template-rows: auto auto;
  }

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