:root {
  --red: #cf3026;
  --red-dark: #a9271e;
  --ink: #151617;
  --slate: #292b2d;
  --paper: #efede6;
  --white: #fff;
  --muted: #686a6a;
  --line: rgba(23, 25, 27, 0.14);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 145px; }
body {
  margin: 0;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(25,25,25,.045) .7px, transparent .7px), radial-gradient(rgba(25,25,25,.025) .7px, transparent .7px);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 16px; }

h1, h2, h3, .eyebrow, .button, nav a, .service-number, .process-grid span {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(4.25rem, 8.8vw, 8.2rem); line-height: 0.84; letter-spacing: -0.035em; margin-bottom: 32px; }
h1 span { color: var(--red); }
h2 { font-size: clamp(2.65rem, 4.4vw, 4.65rem); line-height: 0.92; letter-spacing: -0.025em; margin-bottom: 24px; }
h3 { font-size: 2.25rem; line-height: 1; margin-bottom: 16px; }
.eyebrow { color: var(--red); font-weight: 800; letter-spacing: 0.08em; font-size: 1.08rem; margin-bottom: 20px; }
.red-label { display: inline-block; width: fit-content; background: var(--red); color: var(--white); padding: 5px 10px 6px; transform: rotate(-.45deg); }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid transparent; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.06em; text-decoration: none; transition: 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, nav a:focus-visible, .nav-toggle:focus-visible { outline: 3px solid #f1b64d; outline-offset: 3px; }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: rgba(255,255,255,.42); color: var(--white); }
.button-secondary:hover { border-color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 20; color: var(--ink); background: rgba(242,240,234,.97); border-top: 7px solid var(--red); box-shadow: 0 8px 25px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.nav-wrap { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 140px; height: 104px; object-fit: contain; object-position: center; }
nav { display: flex; gap: 26px; align-items: center; }
nav a { font-size: 1rem; letter-spacing: .07em; text-decoration: none; }
.header-contact { display: grid; gap: 4px; padding-left: 24px; border-left: 1px solid var(--line); text-align: right; }
.header-contact .nav-email { font-family: "Manrope", Arial, sans-serif; font-size: .73rem; font-weight: 700; letter-spacing: 0; text-transform: none; }
.header-contact .nav-call { color: var(--red); font-size: 1.4rem; font-weight: 800; line-height: 1; }
.header-socials { display: flex; justify-content: flex-end; gap: 12px; margin-top: 3px; }
.header-socials a { color: var(--muted); font-family: "Manrope", Arial, sans-serif; font-size: .67rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 3px; }
.nav-toggle { display: none; border: 1px solid var(--ink); background: transparent; color: var(--ink); padding: 8px 13px; font: 700 1rem "Barlow Condensed", sans-serif; text-transform: uppercase; }

.hero { position: relative; min-height: 900px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); background: radial-gradient(circle at 22% 30%, #272727, var(--ink) 62%); color: var(--white); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.12) 49%, transparent 50%), radial-gradient(rgba(255,255,255,.32) .6px, transparent .7px); background-size: 240px 240px, 7px 7px; pointer-events: none; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 14px; background: var(--red); }
.hero-copy { position: relative; z-index: 2; padding-top: 130px; padding-right: clamp(30px, 6vw, 90px); padding-bottom: 120px; width: min(calc(100% - 40px), 650px); margin-right: 0; }
.hero-lede { max-width: 630px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: rgba(255,255,255,.72); margin-bottom: 32px; }
.owner-line { margin: -16px 0 30px; color: var(--white); font-weight: 700; letter-spacing: .02em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-links { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; margin-top: 20px; }
.hero-links a { color: rgba(255,255,255,.72); font: 700 .82rem "Manrope", Arial, sans-serif; text-underline-offset: 5px; }
.hero-links .services-link { font-size: .92rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: .86rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof span::before { content: "+"; color: var(--red); margin-right: 8px; }
.hero-photo { position: relative; margin: 0; background: linear-gradient(to top, rgba(23,25,27,.28), transparent 46%), url("assets/tommy-headshot.jpg") center 15%/cover no-repeat; }
.hero-photo::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 14%); pointer-events: none; }
.photo-stamp { position: absolute; z-index: 2; left: 28px; bottom: 28px; background: var(--red); color: white; padding: 12px 16px; font: 800 1.45rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .03em; transform: rotate(-1deg); }

.intro-band { position: relative; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); overflow: hidden; }
.intro-band::after { content: ""; position: absolute; right: -70px; bottom: -155px; width: 360px; height: 460px; background: url("assets/watermark.png") center/contain no-repeat; opacity: .045; }
.intro-grid { min-height: 180px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.intro-grid .eyebrow { color: var(--ink); margin: 0; font-size: 2rem; line-height: .95; }
.intro-grid > p:last-child { font-size: 1.15rem; margin: 0; max-width: 760px; }

.section { padding: 120px 0; }
.services-section { position: relative; overflow: hidden; }
.services-section::before { content: ""; position: absolute; inset: 0; background: url("assets/watermark.png") 105% 22%/580px auto no-repeat; opacity: .025; pointer-events: none; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { margin: 0; }
.section-heading > p { color: var(--muted); font-size: 1.08rem; margin-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; background: rgba(255,255,255,.74); padding: 42px; min-height: 430px; overflow: hidden; border-top: 10px solid var(--ink); box-shadow: 0 12px 28px rgba(0,0,0,.055); }
.service-card.featured { background: var(--slate); color: var(--white); border-top-color: var(--red); }
.service-card:last-child { grid-column: 1 / -1; }
.service-card h3 span { display: inline; color: var(--white); background: var(--red); padding: 2px 8px 4px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.service-card p { max-width: 540px; color: var(--muted); margin-top: 22px; }
.service-card.featured p { color: rgba(255,255,255,.65); }
.service-number { position: absolute; right: 26px; top: 16px; font-size: 5.5rem; font-weight: 800; line-height: 1; color: rgba(23,25,27,.06); }
.featured .service-number { color: rgba(255,255,255,.07); }
.service-card ul { list-style: none; padding: 24px 0 0; margin: 26px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.featured ul { border-color: rgba(255,255,255,.16); }
.service-card li::before { content: "/"; color: var(--red); font-weight: 700; margin-right: 11px; }
.two-col-list { grid-template-columns: 1fr 1fr; column-gap: 50px; }

.service-panel { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 600px; background: rgba(255,255,255,.78); border-top: 12px solid var(--red); box-shadow: 0 14px 38px rgba(0,0,0,.07); }
.service-panel-copy { padding: clamp(42px, 6vw, 76px); background: var(--slate); color: var(--white); }
.service-panel-copy h3 { max-width: 520px; font-size: clamp(2.8rem, 4.3vw, 4.5rem); line-height: .93; }
.service-panel-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.panel-cta { display: inline-block; margin-top: 28px; color: var(--white); font-weight: 800; text-underline-offset: 5px; }
.service-list { list-style: none; padding: clamp(42px, 6vw, 76px); margin: 0; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 13px 34px; }
.service-list li { position: relative; padding-left: 20px; font-weight: 600; }
.service-list li::before { content: "/"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.commercial-section { background: var(--ink); }
.commercial-panel { border-top-color: var(--white); }
.commercial-panel .service-panel-copy { background: var(--red); }
.commercial-panel .red-label { background: var(--ink); }
.industries { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); }
.industries strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; text-transform: uppercase; letter-spacing: .06em; }
.industries p { margin: 9px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; }

.about-section { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: radial-gradient(circle at 70% 22%, #292929, var(--ink) 62%); color: var(--white); border-top: 14px solid var(--red); overflow: hidden; }
.about-section::after { content: ""; position: absolute; right: -75px; bottom: -240px; width: 600px; height: 775px; background: url("assets/watermark.png") center/contain no-repeat; opacity: .055; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.about-copy { position: relative; z-index: 1; padding: clamp(70px, 8vw, 120px); align-self: center; }
.about-copy h2 { max-width: 650px; }
.large-copy { color: rgba(255,255,255,.72); font-size: 1.2rem; max-width: 790px; }
.bio-copy { color: rgba(255,255,255,.66); font-size: 1rem; max-width: 790px; }
.about-points { margin-top: 44px; display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.18); max-width: 760px; }
.about-points div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.about-points strong { color: var(--white); }
.about-points span { color: rgba(255,255,255,.6); }

.process-section { position: relative; background-color: var(--paper); background-image: linear-gradient(rgba(255,255,255,.44), rgba(255,255,255,.44)), url("assets/watermark.png"); background-repeat: no-repeat; background-size: auto, 500px auto; background-position: center, 108% 50%; }
.process-title { max-width: 680px; margin-bottom: 56px; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid li { position: relative; padding: 32px 28px 34px 0; margin-right: 28px; border-right: 1px solid var(--line); }
.process-grid li::before { content: ""; position: absolute; top: -5px; left: 0; width: 42px; height: 5px; background: var(--red); }
.process-grid li:last-child { border-right: 0; margin-right: 0; }
.process-grid span { color: var(--red); font-weight: 700; font-size: 1.1rem; }
.process-grid strong { display: block; font-size: 1.05rem; margin: 22px 0 10px; }
.process-grid p { color: var(--muted); font-size: .94rem; margin: 0; }

.location-section { position: relative; padding: 110px 0; background: var(--paper); overflow: hidden; }
.location-section::before { content: ""; position: absolute; left: -120px; bottom: -280px; width: 540px; height: 700px; background: url("assets/watermark.png") center/contain no-repeat; opacity: .035; }
.location-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.location-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.address-card { display: block; max-width: 480px; margin-top: 34px; padding: 24px 26px; background: var(--ink); color: var(--white); text-decoration: none; border-left: 8px solid var(--red); transition: transform 180ms ease; }
.address-card:hover { transform: translateY(-3px); }
.address-card span, .address-card small { display: block; color: rgba(255,255,255,.62); }
.address-card span { margin-bottom: 6px; font: 700 .92rem "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.address-card strong { display: block; font-size: 1.02rem; line-height: 1.55; }
.address-card small { margin-top: 12px; }
.map-wrap { position: relative; min-height: 520px; background: var(--slate); box-shadow: 18px 18px 0 var(--red); overflow: hidden; }
.map-wrap iframe { width: 100%; height: 520px; border: 0; display: block; filter: grayscale(1) contrast(1.05); }
.map-badge { position: absolute; left: 24px; bottom: 24px; padding: 12px 16px; background: var(--red); color: var(--white); font: 800 1.4rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .03em; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.map-badge span { font-size: .82rem; letter-spacing: .12em; }

.cta-section { position: relative; background: var(--red); color: var(--white); padding: 90px 0; overflow: hidden; }
.cta-section::after { content: ""; position: absolute; right: -90px; bottom: -260px; width: 440px; height: 570px; background: url("assets/watermark.png") center/contain no-repeat; opacity: .09; }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.cta-grid .eyebrow { color: var(--white); }
.cta-grid h2 { margin: 0; }
.cta-contact { border-left: 1px solid rgba(255,255,255,.35); padding-left: 50px; }
.cta-contact a { display: block; font: 700 clamp(1.3rem, 2.5vw, 2.1rem) "Barlow Condensed", sans-serif; text-transform: uppercase; text-decoration: none; line-height: 1.3; }
.cta-contact p { color: rgba(255,255,255,.72); margin: 20px 0 0; }
.cta-socials { display: flex; gap: 12px; margin-top: 24px; }
.cta-socials a { display: inline-flex; align-items: center; padding: 9px 13px; border: 1px solid rgba(255,255,255,.5); font-size: .88rem; }

.site-footer { background: #0e0f10; color: rgba(255,255,255,.58); padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; font-size: .82rem; }
.footer-grid img { width: 76px; height: 54px; object-fit: contain; }
.footer-grid p { margin: 0; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 700px; margin: 0; padding-top: 110px; padding-bottom: 90px; position: relative; z-index: 2; }
  .hero-photo { min-height: 680px; margin: 0; background-position: center 12%; }
  .hero-photo::after { background: linear-gradient(180deg, var(--ink), transparent 12%); }
  .about-section { grid-template-columns: 1fr; }
  .about-photo { height: 720px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; margin-right: 0; }
  .process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-panel { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 98px; }
  .brand img { width: 90px; height: 64px; }
  .nav-toggle { display: block; }
  nav { display: none; position: absolute; top: 98px; left: 14px; right: 14px; padding: 20px; flex-direction: column; align-items: stretch; background: var(--paper); box-shadow: 0 12px 24px rgba(0,0,0,.18); }
  nav.open { display: flex; }
  nav a { padding: 8px 0; }
  .hero-copy { min-height: 680px; padding-top: 90px; padding-right: 0; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .header-contact { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--line); text-align: left; }
  .intro-grid, .section-heading, .cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .intro-grid { padding: 42px 0; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { padding: 34px 25px; }
  .two-col-list { grid-template-columns: 1fr; }
  .hero-photo { margin-inline: 0; box-shadow: none; }
  .about-copy { padding: 76px 24px; }
  .about-points { grid-template-columns: 1fr; }
  .about-points div { grid-template-columns: 1fr; gap: 6px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); margin: 0; padding-right: 0; }
  .process-grid li:last-child { border-bottom: 0; }
  .cta-contact { border-left: 0; border-top: 1px solid rgba(255,255,255,.35); padding: 28px 0 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .service-list { grid-template-columns: 1fr; padding: 38px 26px; }
  .service-panel-copy { padding: 44px 26px; }
  .about-photo { height: 580px; }
  .location-section { padding: 82px 0; }
  .map-wrap { min-height: 420px; box-shadow: 9px 9px 0 var(--red); }
  .map-wrap iframe { height: 420px; }
}

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