:root {
  --black: #111111;
  --dark: #2a2a2a;
  --light: #f2f2f2;
  --white: #ffffff;
  --yellow: #ffc107;
  --line: #d8d8d8;
  --muted: #686868;
  --max: 1240px;
  --radius: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--yellow); color: var(--black); }

.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-160%); background: var(--yellow); padding: 12px 16px; font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(17,17,17,.12); backdrop-filter: blur(14px); }
.nav-shell { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; color: var(--black); text-decoration: none; }
.wordmark { display: inline-block; font-size: 1.72rem; font-weight: 900; line-height: 1; letter-spacing: -0.075em; }
.wordmark-light { color: var(--white); }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.primary-nav > a:not(.button) { text-decoration: none; position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; position: relative; }
.menu-toggle span:not(.sr-only) { position: absolute; width: 24px; height: 2px; background: var(--black); left: 10px; transition: .25s ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:nth-child(2) { top: 25px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; background: var(--yellow); color: var(--black); border: 1px solid var(--yellow); text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: var(--black); color: var(--white); border-color: var(--black); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 11px; }
.button-full { width: 100%; border: 0; }
.text-link, .panel-link, .email-link { text-underline-offset: 5px; font-weight: 700; }

.hero { position: relative; overflow: hidden; background: var(--light); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -210px; top: -170px; border: 1px solid rgba(17,17,17,.12); transform: rotate(45deg); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.45fr .75fr; align-items: stretch; }
.hero-copy { padding: 112px 70px 90px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 4px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-size: clamp(46px, 5.7vw, 84px); line-height: .99; letter-spacing: -.055em; font-weight: 900; max-width: 920px; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--black); font-style: normal; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: #404040; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 72px; }
.text-link { font-size: 14px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 26px; max-width: 770px; }
.hero-meta div { display: grid; gap: 8px; padding-right: 24px; }
.hero-meta div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.hero-meta strong { font-size: 13px; }
.hero-meta span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-panel { position: relative; align-self: stretch; padding: 44px 42px 52px; color: var(--white); background: var(--black); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -118px; bottom: -110px; border: 28px solid var(--yellow); transform: rotate(45deg); opacity: .95; }
.panel-topline { position: absolute; top: 32px; left: 42px; right: 42px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: flex; align-items: center; gap: 7px; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,193,7,.15); }
.panel-number { color: var(--yellow); font-size: 13px; font-weight: 800; margin-bottom: 22px; }
.hero-panel h2 { max-width: 400px; margin-bottom: 22px; font-size: clamp(40px, 4vw, 62px); line-height: .98; letter-spacing: -.05em; }
.hero-panel > p { max-width: 430px; color: #c9c9c9; font-size: 15px; line-height: 1.7; }
.check-list { list-style: none; padding: 0; margin: 28px 0 38px; border-top: 1px solid #3e3e3e; }
.check-list li { padding: 14px 0; border-bottom: 1px solid #3e3e3e; color: #e6e6e6; font-size: 13px; }
.check-list li::before { content: "+"; color: var(--yellow); font-weight: 800; margin-right: 12px; }
.panel-link { position: relative; z-index: 1; display: flex; justify-content: space-between; color: var(--white); text-decoration: none; border-bottom: 1px solid #6b6b6b; padding-bottom: 12px; font-size: 13px; }
.hero-stripe { height: 10px; background: var(--yellow); }

.section { padding: 126px 0; }
.section-soft { background: var(--light); }
.section-dark { background: var(--black); color: var(--white); }
.section-index { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.statement { padding: 88px 0; }
.statement-grid { display: grid; grid-template-columns: .7fr 2.3fr; gap: 60px; }
.statement-copy { margin-bottom: 0; font-size: clamp(34px, 4.5vw, 64px); line-height: 1.12; letter-spacing: -.045em; color: #bdbdbd; }
.statement-copy strong { color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 74px; }
.section-heading h2, .process-intro h2, .territory h2, .quote-copy h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.section-heading > p { margin-bottom: 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 30px 28px 34px; }
.service-card + .service-card { border-left: 1px solid var(--line); }
.card-number { display: block; margin-bottom: 80px; color: #9a9a9a; font-size: 11px; font-weight: 800; }
.service-card h3 { margin-bottom: 16px; font-size: 21px; letter-spacing: -.03em; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.scope-bar { display: grid; grid-template-columns: 1fr 2fr; margin-top: 28px; background: var(--light); }
.scope-bar div { padding: 24px 28px; display: grid; gap: 6px; }
.scope-bar div + div { border-left: 1px solid var(--line); }
.scope-bar strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.scope-bar span { color: var(--muted); font-size: 13px; }

.client-list { border-top: 1px solid #cfcfcf; }
.client-row { display: grid; grid-template-columns: 70px 1fr 190px; gap: 28px; align-items: center; padding: 38px 0; border-bottom: 1px solid #cfcfcf; }
.client-tag { width: 42px; height: 42px; background: var(--yellow); display: grid; place-items: center; font-size: 13px; font-weight: 900; }
.client-row h3 { margin-bottom: 9px; font-size: 25px; letter-spacing: -.03em; }
.client-row p { max-width: 730px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.client-range { justify-self: end; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro { position: sticky; top: 128px; align-self: start; }
.process-intro p { max-width: 470px; margin-top: 28px; color: var(--muted); line-height: 1.75; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--yellow); font-size: 12px; font-weight: 900; }
.process-list h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.03em; }
.process-list p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }

.territory { padding: 116px 0; }
.territory-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.territory h2 { margin-top: 26px; color: var(--white); }
.territory-content > p:first-child { color: #a9a9a9; }
.city-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 28px 0; border-top: 1px solid #3e3e3e; }
.city-grid span { padding: 20px 0; border-bottom: 1px solid #3e3e3e; font-size: 15px; font-weight: 600; }
.city-grid span:nth-child(even) { padding-left: 28px; border-left: 1px solid #3e3e3e; }
.territory-note { color: #8c8c8c; font-size: 13px; line-height: 1.6; }

.quote-section { padding: 128px 0; background: var(--yellow); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.quote-copy .eyebrow span { background: var(--black); }
.quote-copy h2 { max-width: 610px; }
.quote-copy > p { max-width: 540px; margin: 30px 0; line-height: 1.7; }
.email-link { display: inline-flex; gap: 10px; font-size: 16px; }
.quote-form { background: var(--white); padding: 38px; box-shadow: 16px 16px 0 var(--black); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.quote-form label { display: grid; gap: 9px; margin-bottom: 18px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cecece; border-radius: 0; background: #fafafa; padding: 14px 15px; color: var(--black); outline: none; text-transform: none; letter-spacing: normal; transition: border-color .2s, box-shadow .2s; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--black); box-shadow: 0 0 0 3px rgba(255,193,7,.35); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }

.site-footer { padding: 70px 0 28px; background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; }
.footer-grid > div:first-child img { width: 215px; }
.footer-grid > div:first-child p { color: #8f8f8f; font-size: 13px; }
.footer-links { display: grid; gap: 12px; justify-self: end; }
.footer-links a { color: #c8c8c8; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; margin-top: 30px; border-top: 1px solid #333; color: #777; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .menu-toggle { display: block; z-index: 12; }
  .primary-nav { position: fixed; inset: 0; width: 100%; padding: 120px 28px 36px; background: var(--white); flex-direction: column; align-items: flex-start; gap: 28px; font-size: 24px; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .3s ease, visibility .3s ease; }
  .primary-nav.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
  .primary-nav .button { width: 100%; margin-top: auto; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 0 70px; }
  .hero-panel { min-height: 600px; }
  .statement-grid, .section-heading, .process-layout, .territory-grid, .quote-grid { grid-template-columns: 1fr; gap: 52px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .service-card:nth-child(4) { border-top: 1px solid var(--line); }
  .process-intro { position: static; }
  .quote-copy h2 { max-width: 820px; }
}

@media (max-width: 660px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-shell { height: 72px; }
  .wordmark { font-size: 1.46rem; }
  .hero-copy { padding: 72px 0 56px; }
  h1 { font-size: 49px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-bottom: 54px; }
  .hero-meta { grid-template-columns: 1fr; gap: 18px; }
  .hero-meta div + div { padding-left: 0; padding-top: 18px; border-left: 0; border-top: 1px solid var(--line); }
  .hero-panel { padding: 84px 26px 44px; min-height: 610px; }
  .panel-topline { left: 26px; right: 26px; }
  .section { padding: 90px 0; }
  .statement { padding: 72px 0; }
  .section-heading { margin-bottom: 48px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); }
  .card-number { margin-bottom: 58px; }
  .scope-bar { grid-template-columns: 1fr; }
  .scope-bar div + div { border-left: 0; border-top: 1px solid var(--line); }
  .client-row { grid-template-columns: 50px 1fr; gap: 18px; }
  .client-range { grid-column: 2; justify-self: start; }
  .process-list li { grid-template-columns: 46px 1fr; }
  .city-grid { grid-template-columns: 1fr; }
  .city-grid span:nth-child(even) { padding-left: 0; border-left: 0; }
  .quote-section { padding: 90px 0; }
  .quote-form { padding: 26px 20px; box-shadow: 9px 9px 0 var(--black); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .footer-legal { flex-direction: column; gap: 8px; }
}
