﻿:root {
  --ink: #151515;
  --paper: #f3f0e7;
  --white: #fffdf7;
  --red: #cf202f;
  --red-dark: #9d1822;
  --green: #173f32;
  --line: #222;
  --muted: #625f57;
  --display: Rockwell, "Roboto Slab", "Courier New", serif;
  --body: "Trebuchet MS", Verdana, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.62;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #f5b943; outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 20; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.utility {
  color: var(--white);
  background: var(--ink);
  border-bottom: 5px solid var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.utility .wrap { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility a { text-decoration-thickness: 2px; text-underline-offset: 3px; }
.masthead { background: var(--white); border-bottom: 2px solid var(--line); }
.masthead-row { display: grid; grid-template-columns: minmax(280px, 1fr) auto; align-items: end; gap: 30px; padding: 18px 0 14px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
  width: 64px;
  height: 54px;
  color: #fff;
  background: var(--red);
  border: 3px solid var(--ink);
  display: grid;
  place-items: center;
  font: 900 25px/1 var(--display);
  box-shadow: 5px 5px 0 var(--ink);
}
.brand-copy { display: flex; flex-direction: column; }
.brand-name { font: 900 clamp(31px, 5vw, 58px)/.86 var(--display); text-transform: uppercase; }
.brand-note { margin-top: 7px; color: var(--red-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.nav a { padding-block: 6px; text-decoration: none; border-bottom: 3px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-color: var(--red); }

.title-band { background: var(--red); color: #fff; border-bottom: 3px solid var(--ink); }
.title-band .wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; min-height: 118px; padding-block: 20px; }
.eyebrow { margin: 0 0 4px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0; }
.title-band h1 { max-width: 840px; margin: 0; font-size: clamp(32px, 5vw, 62px); line-height: .98; text-transform: uppercase; }
.issue-stamp { width: 124px; border: 2px solid currentColor; padding: 9px 10px; text-align: center; font: 800 12px/1.25 var(--display); text-transform: uppercase; transform: rotate(-2deg); }

.hero-plate { position: relative; min-height: 490px; overflow: hidden; border-bottom: 4px solid var(--ink); background: #294a3e; }
.hero-plate .sheet { position: absolute; inset: 0; width: 300%; height: 200%; max-width: none; object-fit: fill; object-position: 0 0; }
.hero-caption {
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  bottom: 28px;
  width: min(520px, calc(100% - 40px));
  color: #fff;
  background: rgba(21,21,21,.93);
  border-left: 10px solid var(--red);
  padding: 18px 22px;
}
.hero-caption strong { display: block; font: 900 clamp(22px, 3vw, 38px)/1.05 var(--display); text-transform: uppercase; }
.hero-caption span { display: block; margin-top: 7px; font-size: 14px; }

.phone-bar { background: var(--green); color: #fff; border-bottom: 3px solid var(--ink); }
.phone-bar .wrap { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; min-height: 82px; }
.phone-bar p { margin: 0; font-weight: 700; }
.call-link { display: inline-block; color: #fff; font: 900 clamp(25px, 4vw, 42px)/1 var(--display); text-decoration: none; white-space: nowrap; }
.call-link:hover { color: #ffd55d; }

.catalog { padding: 58px 0 70px; }
.catalog-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: start; }
.kicker { color: var(--red-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.display-heading { margin: 7px 0 18px; font-size: clamp(34px, 5vw, 64px); line-height: .98; text-transform: uppercase; }
.lede { margin: 0; font-size: 18px; line-height: 1.68; }
.facts { border-top: 6px solid var(--ink); border-bottom: 2px solid var(--ink); }
.fact-row { display: grid; grid-template-columns: 135px 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid #8d897e; }
.fact-row:first-child { border-top: 0; }
.fact-row dt { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.fact-row dd { margin: 0; font-weight: 700; }

.spec-table { width: 100%; margin-top: 48px; border-collapse: collapse; border: 3px solid var(--ink); background: var(--white); }
.spec-table caption { padding: 0 0 10px; text-align: left; font: 900 20px/1.1 var(--display); text-transform: uppercase; }
.spec-table th, .spec-table td { padding: 14px 16px; text-align: left; border: 1px solid var(--ink); }
.spec-table thead th { color: #fff; background: var(--ink); font-size: 12px; text-transform: uppercase; }
.spec-table tbody th { font-family: var(--display); font-size: 18px; }
.spec-table tbody tr:nth-child(even) { background: #e4e0d3; }

.work-band { color: #fff; background: var(--ink); padding: 62px 0 72px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 25px; border-bottom: 2px solid currentColor; }
.section-head h2 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 52px); line-height: 1; text-transform: uppercase; }
.section-head p { max-width: 430px; margin: 0 0 12px; color: #d8d3c7; }
.project-grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 300px 300px; gap: 12px; }
.project { position: relative; overflow: hidden; border: 2px solid #fff; background: var(--green); }
.project:first-child { grid-row: 1 / 3; }
.project img { position: absolute; width: 300%; height: 200%; max-width: none; object-fit: fill; }
.crop-1 { left: 0; top: 0; }
.crop-2 { left: -100%; top: 0; }
.crop-4 { left: 0; top: -100%; }
.project-label { position: absolute; left: 0; bottom: 0; color: #fff; background: var(--red); padding: 7px 12px; font: 800 12px/1.2 var(--display); text-transform: uppercase; }

.reviews { padding: 65px 0; background: #dad6c9; border-bottom: 3px solid var(--ink); }
.reviews h2 { margin: 0 0 26px; font-size: clamp(32px, 4vw, 50px); text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid var(--ink); }
blockquote { margin: 0; padding: 25px 28px; background: var(--white); border: 1px solid var(--ink); }
blockquote p { margin: 0 0 14px; font: 700 17px/1.55 Georgia, serif; }
blockquote cite { color: var(--red-dark); font-style: normal; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.contact-ledger { padding: 62px 0; background: var(--white); }
.ledger-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; border: 3px solid var(--ink); }
.ledger-cell { min-height: 235px; padding: 25px; border-left: 2px solid var(--ink); }
.ledger-cell:first-child { border-left: 0; }
.ledger-cell h2, .ledger-cell h3 { margin: 0 0 15px; font-size: 24px; line-height: 1.05; text-transform: uppercase; }
.ledger-cell p { margin: 0 0 10px; }
.ledger-cell .big { font: 900 25px/1.1 var(--display); color: var(--red-dark); }
.hours { width: 100%; border-collapse: collapse; font-size: 14px; }
.hours th, .hours td { padding: 5px 0; text-align: left; border-bottom: 1px dotted #777; }
.text-link { font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 3px; }

.article-surface[hidden] { display: none !important; }
.article-surface { padding: 55px 0; background: var(--white); }
.article-surface h2 { font-size: 40px; text-transform: uppercase; }

.page-main { padding: 55px 0 75px; }
.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 60px; }
.page-copy h1 { margin: 0 0 23px; font-size: clamp(39px, 6vw, 70px); line-height: .96; text-transform: uppercase; }
.page-copy h2 { margin: 38px 0 12px; font-size: 28px; text-transform: uppercase; border-bottom: 3px solid var(--red); }
.page-copy p, .page-copy li { max-width: 760px; }
.page-copy ul { padding-left: 20px; }
.sidebar { align-self: start; color: #fff; background: var(--green); border-top: 8px solid var(--red); padding: 25px; }
.sidebar h2 { margin: 0 0 17px; font-size: 24px; text-transform: uppercase; }
.sidebar a { font-weight: 800; }
.photo-strip { position: relative; height: 300px; overflow: hidden; border: 3px solid var(--ink); margin: 28px 0 35px; }
.photo-strip img { position: absolute; width: 300%; height: 200%; max-width: none; object-fit: fill; left: -200%; top: 0; }
.legal { max-width: 900px; }
.legal h1 { font-size: clamp(34px, 5vw, 58px); }
.legal h2 { margin-top: 38px; }
.legal h3 { margin-top: 30px; font-size: 21px; }
.legal p, .legal li { font-family: Georgia, serif; }
.legal .center-text, .legal .text-center { text-align: left !important; }
details { border-top: 2px solid var(--ink); padding: 16px 0; }
details:last-of-type { border-bottom: 2px solid var(--ink); }
summary { cursor: pointer; font: 900 20px/1.3 var(--display); text-transform: uppercase; }

.footer { color: #fff; background: var(--ink); border-top: 7px solid var(--red); }
.footer .wrap { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding-block: 25px; }
.footer p { margin: 0; font-size: 13px; }
.footer nav { display: flex; gap: 20px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.mobile-call { display: none; }

@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .wrap { width: min(100% - 26px, 1180px); }
  .utility .wrap { justify-content: center; text-align: center; }
  .utility .location { display: none; }
  .masthead-row { grid-template-columns: 1fr; gap: 14px; align-items: center; }
  .brand { justify-content: center; }
  .brand-name { font-size: clamp(28px, 11vw, 47px); }
  .nav { justify-content: center; flex-wrap: wrap; gap: 8px 17px; }
  .title-band .wrap { grid-template-columns: 1fr; min-height: 0; }
  .issue-stamp { display: none; }
  .hero-plate { min-height: 375px; }
  .hero-plate .sheet { width: 300%; height: 200%; }
  .hero-caption { left: 13px; bottom: 13px; width: calc(100% - 26px); }
  .phone-bar .wrap, .catalog-intro, .page-grid { grid-template-columns: 1fr; }
  .phone-bar .wrap { text-align: center; padding-block: 16px; gap: 8px; }
  .phone-bar .call-link { display: none; }
  .call-link { font-size: clamp(26px, 9vw, 38px); }
  .catalog { padding: 42px 0 50px; }
  .catalog-intro { gap: 35px; }
  .fact-row { grid-template-columns: 110px 1fr; }
  .spec-table { font-size: 13px; }
  .spec-table th, .spec-table td { padding: 10px 9px; }
  .spec-table tbody th { font-size: 14px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: 360px 240px 240px; }
  .project:first-child { grid-row: auto; }
  .section-head { display: block; }
  .review-grid, .ledger-grid { grid-template-columns: 1fr; }
  .ledger-cell { min-height: 0; border-left: 0; border-top: 2px solid var(--ink); }
  .ledger-cell:first-child { border-top: 0; }
  .page-main { padding-top: 40px; }
  .page-grid { gap: 35px; }
  .footer .wrap { grid-template-columns: 1fr; text-align: center; }
  .footer nav { justify-content: center; flex-wrap: wrap; }
  .mobile-call { display: block; position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 58px; color: #fff; background: var(--red); border-top: 3px solid var(--ink); text-align: center; font: 900 22px/55px var(--display); text-decoration: none; }
}

@media (max-width: 440px) {
  .brand-mark { width: 52px; height: 46px; font-size: 21px; box-shadow: 4px 4px 0 var(--ink); }
  .brand-note { font-size: 10px; }
  .nav { font-size: 11px; }
  .title-band h1 { font-size: 34px; }
  .hero-plate { min-height: 330px; }
  .hero-caption strong { font-size: 23px; }
  .display-heading { font-size: 39px; }
  .fact-row { grid-template-columns: 1fr; gap: 2px; }
  .spec-table th:nth-child(3), .spec-table td:nth-child(3) { display: none; }
}

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

