:root {
  --ink: #121416;
  --ink-soft: #24272a;
  --red: #981b24;
  --red-dark: #73131a;
  --paper: #f5f3ef;
  --white: #ffffff;
  --muted: #62666a;
  --line: #d8d5cf;
  --heading: "Arial Narrow", "Liberation Sans Narrow", "DejaVu Sans Condensed", Arial, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d72d39; outline-offset: 4px; }

.shell { width: min(calc(100% - 32px), 1240px); margin-inline: auto; }
.section { padding-block: clamp(72px, 10vw, 136px); }
.section-tight { padding-block: 0 clamp(72px, 9vw, 120px); }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.light { color: #f28e95; }
h1, h2, h3 { margin: 0; font-family: var(--heading); font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .98; }
h1 { font-size: clamp(42px, 11vw, 92px); }
h2 { font-size: clamp(36px, 7.5vw, 64px); }
h3 { font-size: clamp(24px, 4vw, 34px); }
p { margin: 0; }
.lead { color: #565b5e; font-size: clamp(18px, 2.4vw, 22px); line-height: 1.6; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; transform: translateY(-160%); background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.topline { display: none; background: var(--ink); color: #d7d7d7; font-size: 12px; letter-spacing: .06em; }
.topline-inner { min-width: 0; justify-content: space-between; padding-block: 8px; }
.topline a { text-decoration: none; }
.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid #dedbd5; }
.nav-shell { position: relative; min-width: 0; display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: block; width: min(58vw, 260px); }
.brand img { width: 100%; }
.menu-button { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; border: 1px solid #c9c6c0; background: var(--white); color: var(--ink); padding: 9px 13px; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 20px; height: 2px; background: var(--red); display: block; content: ""; }
.menu-lines { position: relative; }
.menu-lines::before { position: absolute; top: -6px; }
.menu-lines::after { position: absolute; top: 6px; }
.primary-nav { position: absolute; inset: 76px 0 auto; display: none; padding: 12px; background: var(--white); border: 1px solid #dedbd5; box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.primary-nav.is-open { display: grid; }
.primary-nav a { min-width: 0; padding: 14px 12px; border-bottom: 1px solid #ece9e3; text-decoration: none; text-transform: uppercase; font-family: var(--heading); font-size: 20px; letter-spacing: .02em; }
.primary-nav a[aria-current="page"] { color: var(--red); }
.primary-nav .nav-quote { margin-top: 6px; border: 0; background: var(--red); color: var(--white); }
.nav-quote span, .button span, .text-link span { margin-left: 7px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 6px; border: 1px solid transparent; padding: 13px 20px; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .08em; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: var(--white); }
.button-red:hover { background: var(--red-dark); }
.button-ghost { border-color: rgba(255,255,255,.58); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; margin-top: 28px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: ""; position: absolute; }
.light-link { color: var(--white); }

.home-hero { position: relative; min-height: 720px; display: grid; align-items: end; isolation: isolate; background: #17191b; color: var(--white); }
.home-hero-image, .home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-image { z-index: -3; object-fit: cover; object-position: 58% center; }
.home-hero-shade { z-index: -2; background: linear-gradient(180deg, rgba(9,10,11,.25), rgba(9,10,11,.8) 76%, rgba(9,10,11,.98)); }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(108deg, rgba(9,10,11,.88) 0 16%, transparent 62%); clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
.home-hero-content { min-width: 0; padding: 112px 0 180px; }
.home-hero h1 { max-width: 820px; color: var(--white); font-size: clamp(52px, 13vw, 112px); }
.home-hero h1 span { color: #e83b45; }
.home-hero-content > p:not(.eyebrow) { max-width: 620px; margin-top: 26px; color: #eeeeec; font-size: clamp(17px, 2.2vw, 21px); }
.hero-actions { display: grid; gap: 12px; margin-top: 34px; }
.hero-ledger { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; min-width: 0; border-top: 1px solid rgba(255,255,255,.28); }
.hero-ledger span { min-width: 0; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #d6d7d7; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.hero-ledger b { color: #f26d76; margin-right: 9px; }

.intro-grid, .editorial-grid, .process-grid, .process-heading, .quote-band-grid, .page-hero-grid, .section-title-row, .dark-feature-grid, .split-copy-grid, .roof-detail-grid, .about-grid, .ledger-grid, .contact-head-grid, .contact-grid, .footer-grid { display: grid; min-width: 0; gap: 36px; }
.intro-grid > *, .editorial-grid > *, .process-grid > *, .quote-band-grid > *, .page-hero-grid > *, .section-title-row > *, .dark-feature-grid > *, .split-copy-grid > *, .roof-detail-grid > *, .about-grid > *, .ledger-grid > *, .contact-grid > *, .footer-grid > * { min-width: 0; }
.intro-section { background: var(--paper); }
.intro-section h2 { max-width: 700px; }
.intro-copy { display: grid; gap: 22px; color: #55595d; }
.editorial-grid { gap: 0; }
.service-panel { position: relative; min-height: 420px; padding: 38px 30px; overflow: hidden; color: var(--white); }
.service-panel h2 { margin-top: 28px; color: var(--white); }
.service-panel p:not(.eyebrow) { max-width: 430px; margin-top: 22px; color: #e4e4e2; }
.service-panel::after { content: ""; position: absolute; width: 210px; height: 210px; right: -100px; bottom: -100px; transform: rotate(45deg); border: 1px solid rgba(255,255,255,.12); }
.construction-panel { background: var(--ink); }
.roofing-panel { background: var(--red-dark); }
.panel-number { position: absolute; top: 20px; right: 24px; color: rgba(255,255,255,.09); font-family: var(--heading); font-size: 100px; line-height: 1; }
.editorial-image { min-height: 360px; margin: 0; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }

.process-section { background: var(--white); }
.process-heading { padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.process-heading > p, .section-title-row > p { max-width: 480px; color: var(--muted); }
.process-grid { gap: 0; }
.process-grid article { position: relative; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-grid article span, .service-list article > span, .roof-service-grid article > span, .value-grid article > span { color: var(--red); font-family: var(--heading); font-weight: 800; }
.process-grid h3 { margin-top: 34px; }
.process-grid p { margin-top: 15px; color: var(--muted); }
.quote-band { padding-block: 68px; background: var(--red); color: var(--white); }
.quote-band h2 { color: var(--white); }
.quote-band-grid > div:last-child { display: grid; align-content: start; gap: 24px; }
.quote-band-grid p { color: #ffe7e8; }

.page-hero { position: relative; overflow: hidden; background: var(--white); }
.page-hero::after { content: ""; position: absolute; inset: auto -8vw -12vw auto; width: 36vw; aspect-ratio: 1; transform: rotate(45deg); border: 1px solid #e4e1dc; }
.page-hero-grid { padding-block: 72px; align-items: center; }
.page-hero-copy { position: relative; z-index: 2; }
.page-hero-copy .lead { margin-top: 26px; }
.angle-image { position: relative; z-index: 2; margin: 0; overflow: hidden; background: var(--ink); clip-path: polygon(0 0, 100% 0, 100% 88%, 90% 100%, 0 100%); }
.angle-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.angle-image figcaption { display: flex; gap: 12px; align-items: center; padding: 15px 20px; color: #d7d8d8; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.angle-image figcaption span { color: #f36b75; font-family: var(--heading); font-size: 20px; }

.service-list-section { background: var(--paper); }
.section-title-row { margin-bottom: 50px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; gap: 14px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-list p, .roof-service-grid p, .value-grid p { color: var(--muted); }
.dark-feature { background: var(--ink); color: var(--white); }
.dark-feature h2, .company-ledger h2, .about-hero h1 { color: var(--white); }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #4b4e50; }
.check-list li { position: relative; padding: 18px 10px 18px 34px; border-bottom: 1px solid #4b4e50; color: #e4e5e5; }
.check-list li::before { content: "↗"; position: absolute; left: 0; color: #ef6570; }
.large-index { color: transparent; -webkit-text-stroke: 2px var(--red); font-family: var(--heading); font-size: clamp(150px, 35vw, 340px); line-height: .7; }
.split-copy-grid > div:last-child p:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.split-copy-grid .button { margin-top: 30px; }

.roof-detail { background: var(--white); }
.roof-detail figure { margin: 0; overflow: hidden; clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%); }
.roof-detail figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.roof-detail h2 { margin-bottom: 24px; }
.roof-detail p:not(.eyebrow) { color: var(--muted); }
.material-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.material-tags span { padding: 8px 12px; border: 1px solid var(--line); color: #464a4d; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.alt-bg { background: #eae7e1; }
.roof-service-grid, .value-grid { display: grid; min-width: 0; gap: 1px; background: #c9c5bd; border: 1px solid #c9c5bd; }
.roof-service-grid article, .value-grid article { min-width: 0; padding: 28px; background: var(--paper); }
.roof-service-grid h3, .value-grid h3 { margin: 28px 0 16px; }

.about-hero { padding-block: clamp(76px, 12vw, 150px); background: var(--ink); color: var(--white); }
.about-grid > div:last-child { display: grid; align-content: start; gap: 28px; }
.about-grid > div:last-child p { color: #d8d9d9; font-size: clamp(18px, 2.5vw, 23px); }
.values-section { background: var(--white); }
.value-grid { background: var(--line); border-color: var(--line); }
.value-grid article { background: var(--white); }
.company-ledger { background: #25282b; color: var(--white); }
.company-ledger p { max-width: 440px; margin-top: 22px; color: #cfd0d0; }
.company-ledger dl { margin: 0; border-top: 1px solid #55585a; }
.company-ledger dl div { display: grid; gap: 5px; padding: 18px 0; border-bottom: 1px solid #55585a; }
.company-ledger dt { color: #aeb1b2; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.company-ledger dd { margin: 0; overflow-wrap: anywhere; color: var(--white); font-weight: 700; }

.contact-hero { padding-block: 72px; background: var(--paper); }
.contact-head-grid > p { max-width: 460px; align-self: end; color: var(--muted); font-size: 18px; }
.contact-section { padding-bottom: clamp(80px, 10vw, 130px); background: var(--paper); }
.contact-grid { gap: 0; }
.contact-aside { padding: 36px 28px; background: var(--ink); color: var(--white); }
.contact-aside h2 { color: var(--white); }
.contact-aside > a { display: block; margin-top: 24px; overflow-wrap: anywhere; color: #ff7a84; font-weight: 800; }
.contact-aside address { margin-top: 34px; color: #ddd; font-style: normal; }
.aside-note { margin-top: 46px; padding-top: 24px; border-top: 1px solid #484b4d; }
.aside-note span { color: #f08088; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.aside-note p { margin-top: 10px; color: #c8c9ca; font-size: 14px; }
.form-wrap { min-width: 0; padding: 34px 20px; background: var(--white); border: 1px solid var(--line); }
.quote-form { min-width: 0; }
.field-grid { display: grid; min-width: 0; gap: 20px; }
.field { min-width: 0; margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; color: #34373a; font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea { display: block; width: 100%; min-width: 0; max-width: 100%; border: 1px solid #bdbab4; border-radius: 0; background: #fbfaf8; color: var(--ink); padding: 13px 14px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); outline: 2px solid rgba(152,27,36,.18); }
.consent { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; color: #55595c; font-size: 13px; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.submit-button { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.form-note { margin-top: 12px; color: #73777a; font-size: 12px; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { background: #0d0f10; color: var(--white); }
.footer-grid { padding-block: 68px; }
.footer-brand img { width: min(100%, 300px); filter: brightness(0) invert(1); }
.footer-brand p { max-width: 360px; margin-top: 24px; color: #bfc1c2; }
.site-footer h2 { margin-bottom: 20px; color: #f06771; font-family: var(--body); font-size: 12px; letter-spacing: .12em; line-height: 1.3; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { text-decoration: none; }
.site-footer address { color: #d1d2d2; font-style: normal; }
.footer-email { display: block; margin-top: 14px; overflow-wrap: anywhere; color: #f27b83; }
.site-footer p { color: #bfc1c2; }
.site-footer p + p { margin-top: 14px; }
.site-footer strong { color: var(--white); }
.footer-base { display: grid; gap: 7px; padding-block: 20px; border-top: 1px solid #303335; color: #959899; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 479px) {
  .button, .hero-actions .button { width: 100%; }
  .menu-label { display: none; }
}

@media (min-width: 768px) {
  .shell { width: min(calc(100% - 56px), 1240px); }
  .topline { display: block; }
  .topline-inner { display: flex; }
  .nav-shell { min-height: 88px; }
  .primary-nav { inset-block-start: 88px; }
  .brand { width: 290px; }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .hero-ledger { grid-template-columns: repeat(3, 1fr); }
  .hero-ledger span { padding: 20px 18px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .intro-grid, .process-heading, .section-title-row, .quote-band-grid, .dark-feature-grid, .split-copy-grid, .about-grid, .ledger-grid, .contact-head-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); }
  .intro-copy { padding-top: 34px; }
  .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-image { grid-column: 1 / -1; height: 520px; }
  .process-grid, .value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-grid article { padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 0; }
  .process-grid article:first-child { padding-left: 0; }
  .process-grid article:last-child { border-right: 0; }
  .quote-band-grid > div:last-child { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.34); }
  .page-hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: auto; gap: 36px; padding-block: 72px; }
  .page-hero-copy { min-width: 0; max-width: 100%; }
  .page-hero-copy h1 { max-width: 100%; font-size: clamp(44px, 5.4vw, 50px); line-height: 1; overflow-wrap: normal; }
  .split-copy-grid { grid-template-columns: 160px minmax(0, 1fr); align-items: center; gap: 48px; }
  .large-index { justify-self: start; align-self: center; font-size: 150px; line-height: .8; }
  .split-copy-grid h2 { max-width: 650px; font-size: clamp(40px, 5vw, 52px); }
  .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-hero h1 { max-width: 720px; font-size: clamp(44px, 5.5vw, 54px); line-height: 1; overflow-wrap: normal; }
  .service-list article { grid-template-columns: 70px minmax(0, .7fr) minmax(0, 1fr); align-items: start; }
  .roof-detail-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; }
  .roof-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: minmax(260px, .66fr) minmax(0, 1.34fr); }
  .form-wrap { padding: 48px; }
  .field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
  .footer-grid { grid-template-columns: 1.4fr .7fr 1fr .7fr; }
  .footer-base { grid-template-columns: 1fr auto; }
}

@media (min-width: 1024px) {
  .site-header { position: sticky; top: 0; }
  .nav-shell { min-height: 94px; }
  .brand { width: 320px; }
  .menu-button { display: none; }
  .primary-nav { position: static; display: flex; align-items: center; padding: 0; border: 0; box-shadow: none; }
  .primary-nav a { padding: 13px 13px; border: 0; font-family: var(--body); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
  .primary-nav .nav-quote { margin: 0 0 0 10px; padding: 14px 17px; }
  .home-hero { min-height: calc(100vh - 124px); }
  .home-hero-content { padding-top: 100px; }
  .home-hero-content > p:not(.eyebrow) { max-width: 560px; }
  .editorial-grid { grid-template-columns: minmax(0, .78fr) minmax(0, 1.44fr) minmax(0, .78fr); align-items: stretch; }
  .service-panel { min-height: 560px; padding: 52px 38px; }
  .editorial-image { grid-column: auto; height: auto; min-height: 560px; }
  .page-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: auto; gap: 72px; padding-block: 88px; }
  .page-hero-copy h1 { max-width: 500px; font-size: clamp(50px, 3.9vw, 60px); line-height: 1; }
  .page-hero-copy .lead { max-width: 500px; }
  .angle-image { align-self: center; }
  .split-copy { padding-block: 84px; }
  .split-copy-grid { grid-template-columns: 190px minmax(0, 1fr); gap: 70px; }
  .large-index { justify-self: start; font-size: 170px; line-height: .8; }
  .split-copy-grid > div:last-child { max-width: 760px; }
  .split-copy-grid h2 { font-size: clamp(44px, 3.8vw, 56px); }
  .about-hero { padding-block: 92px; }
  .about-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 72px; align-items: start; }
  .about-hero h1 { max-width: 620px; font-size: clamp(50px, 3.8vw, 58px); line-height: 1; }
  .about-grid > div:last-child { padding-top: 30px; }
  .angle-image img { aspect-ratio: 16/10; }
  .roof-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); }
  .contact-aside { padding: 52px 42px; }
  .form-wrap { padding: 56px 64px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
