:root {
  --ink: #111111;
  --paper: #f4f3ef;
  --white: #ffffff;
  --yellow: #f0d51b;
  --blue: #587f8c;
  --red: #c84d32;
  --muted: #696963;
  --line: #d1d0ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; }
.section-shell { max-width: 1240px; margin: 0 auto; padding-inline: 34px; }
.kicker, .section-index, small { font-family: "IBM Plex Mono", monospace; letter-spacing: 0; }
.kicker { margin: 0; font-size: 12px; font-weight: 500; text-transform: uppercase; }
.kicker.light, .section-index.light { color: #bcbcb6; }
.section-index { color: var(--muted); font-size: 12px; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: 0; }
h2 { font-size: 52px; font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  min-height: 76px;
  padding: 10px 28px;
  border-bottom: 1px solid #dad9d3;
  background: rgba(244, 243, 239, 0.96);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-weight: 800; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--yellow); font-size: 24px; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 400; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 28px; margin-right: 32px; font-size: 14px; }
.desktop-nav a { border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--ink); }
.header-call, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
}
.header-call { color: var(--white); background: var(--ink); font-size: 14px; }
.header-call svg, .button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.mobile-nav { position: absolute; top: 76px; left: 0; right: 0; padding: 20px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--ink); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 700; }

.hero { border-bottom: 1px solid var(--ink); }
.hero-heading { display: grid; grid-template-columns: 280px 1fr; align-items: end; max-width: 1440px; margin: 0 auto; padding: 34px 34px 24px; }
.hero-heading .kicker { max-width: 220px; padding-bottom: 10px; }
.hero h1 { font-size: 112px; font-weight: 800; }
.hero-media { display: grid; grid-template-columns: minmax(0, 3fr) minmax(310px, 1fr); min-height: 450px; }
.hero-photo { position: relative; overflow: hidden; background: #272725; }
.hero-photo img { height: 100%; object-fit: cover; object-position: center; }
.photo-label { position: absolute; left: 24px; bottom: 22px; padding: 8px 10px; color: var(--white); background: var(--ink); font-family: "IBM Plex Mono", monospace; font-size: 11px; text-transform: uppercase; }
.hero-panel { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px 34px; background: var(--yellow); }
.hero-panel > p { max-width: 330px; margin: 0 0 36px; font-size: 29px; font-weight: 700; line-height: 1.14; }
.button-dark { color: var(--white); background: var(--ink); }
.hero-panel .button { width: 100%; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 600; }
.text-link svg { width: 17px; }

.fact-band { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); background: var(--white); }
.fact-band > div { min-width: 0; padding: 25px 28px; border-right: 1px solid var(--line); }
.fact-band > div:last-child { border-right: 0; }
.fact-band small { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.fact-band a, .fact-band strong { display: block; font-size: 16px; line-height: 1.25; }

.intro { display: grid; grid-template-columns: 170px minmax(0, 1.6fr) minmax(220px, .7fr); gap: 48px; padding-block: 118px; }
.intro-copy .lead { max-width: 760px; margin: 0 0 30px; font-size: 39px; font-weight: 600; line-height: 1.18; }
.intro-copy > p:last-child { max-width: 660px; margin: 0; color: #454541; font-size: 18px; }
.quiet-proof { align-self: end; padding-left: 25px; border-left: 4px solid var(--blue); font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.quiet-proof span { display: block; padding: 6px 0; }

.services { padding: 112px 0 0; background: var(--white); }
.services-head { display: grid; grid-template-columns: 170px 1fr; gap: 48px; margin-bottom: 70px; }
.services-head h2 { max-width: 780px; margin-top: 13px; }
.service-list { border-top: 1px solid var(--ink); }
.service-list article { display: grid; grid-template-columns: 90px minmax(250px, .8fr) minmax(260px, 1fr); gap: 32px; align-items: start; padding: 35px max(34px, calc((100vw - 1172px) / 2)); border-bottom: 1px solid var(--line); }
.service-list article > span { color: var(--red); font-family: "IBM Plex Mono", monospace; font-size: 13px; }
.service-list h3 { font-size: 27px; }
.service-list p { max-width: 560px; margin: 0; color: var(--muted); }
.service-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 42px; }
.service-note p { margin: 0; font-size: 21px; font-weight: 600; }
.button-outline { background: transparent; }

.process { padding: 110px 0; color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.process h2 { max-width: 510px; margin-top: 36px; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid #494947; }
.process li:last-child { border-bottom: 1px solid #494947; }
.process li > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--yellow); font-family: "IBM Plex Mono", monospace; }
.process strong { font-size: 20px; }
.process li p { margin: 7px 0 0; color: #c4c4bf; }

.location { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); min-height: 600px; background: var(--paper); }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(34px, calc((100vw - 1172px) / 2)); padding-right: 70px; }
.location-copy .kicker { margin-top: 64px; color: var(--red); }
.location h2 { margin-top: 12px; }
.location-copy > p:not(.kicker) { max-width: 500px; margin: 26px 0 34px; color: var(--muted); font-size: 17px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-plain { border-color: var(--line); background: var(--white); }
.location iframe { width: 100%; min-height: 600px; border: 0; filter: grayscale(.2) contrast(.95); }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 110px max(34px, calc((100vw - 1172px) / 2)); color: var(--white); background: #1e333a; }
.contact h2 { max-width: 520px; margin: 28px 0; }
.contact-intro > p:not(.kicker) { max-width: 520px; color: #c5d0d3; }
.contact-phone { display: block; margin-top: 38px; color: var(--yellow); font-size: 34px; font-weight: 700; }
.contact-email { display: block; width: fit-content; margin-top: 7px; border-bottom: 1px solid #71909a; color: #dce4e6; }
form { align-self: start; padding-top: 30px; border-top: 1px solid #70868d; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 20px; color: #dce4e6; font-size: 13px; font-weight: 600; }
input, textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #70868d; border-radius: 0; outline: 0; color: var(--white); background: transparent; }
input:focus, textarea:focus { border-color: var(--yellow); }
textarea { min-height: 130px; resize: vertical; }
::placeholder { color: #98a9ad; }
.button-yellow { border-color: var(--yellow); color: var(--ink); background: var(--yellow); }
.form-note { min-height: 24px; margin: 16px 0 0; color: #bdcbce; font-size: 13px; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; padding: 52px max(34px, calc((100vw - 1172px) / 2)); border-top: 1px solid #3a4d53; color: var(--white); background: #15272d; font-size: 13px; }
.footer-brand small { color: #aebcbf; }
footer p { margin: 0; color: #aebcbf; }
footer > div { display: flex; flex-direction: column; gap: 7px; align-items: flex-start; }
footer > div a { border-bottom: 1px solid #43575e; }

@media (max-width: 980px) {
  h2 { font-size: 44px; }
  .desktop-nav { display: none; }
  .hero-heading { grid-template-columns: 1fr; gap: 14px; }
  .hero h1 { font-size: 82px; }
  .hero-media { grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); }
  .fact-band { grid-template-columns: 1fr 1fr; }
  .fact-band > div:nth-child(2) { border-right: 0; }
  .fact-band > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro { grid-template-columns: 120px 1fr; }
  .quiet-proof { grid-column: 2; }
  .services-head { grid-template-columns: 120px 1fr; }
  .service-list article { grid-template-columns: 55px 1fr; }
  .service-list p { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr; gap: 60px; }
  .location { grid-template-columns: 1fr; }
  .location iframe { min-height: 420px; }
  .contact { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 700px) {
  .section-shell { padding-inline: 20px; }
  h2 { font-size: 36px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 66px; padding: 9px 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { display: none; }
  .header-call { min-width: 46px; width: 46px; padding: 0; }
  .header-call span { display: none; }
  .menu-toggle { display: grid; place-items: center; margin-left: 8px; }
  .site-header { grid-template-columns: 1fr 46px 46px; }
  .mobile-nav { top: 66px; }
  .hero-heading { padding: 27px 20px 20px; }
  .hero h1 { font-size: 53px; }
  .hero-media { grid-template-columns: 1fr; min-height: 0; }
  .hero-photo { height: 290px; }
  .hero-photo img { object-position: 62% center; }
  .hero-panel { min-height: 220px; padding: 28px 20px; }
  .hero-panel > p { margin-bottom: 24px; font-size: 23px; }
  .fact-band { grid-template-columns: 1fr; }
  .fact-band > div { padding: 19px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-band > div:last-child { border-bottom: 0; }
  .intro { grid-template-columns: 1fr; gap: 30px; padding-block: 76px; }
  .intro-copy .lead { font-size: 29px; }
  .intro-copy > p:last-child { font-size: 16px; }
  .quiet-proof { grid-column: 1; }
  .services { padding-top: 74px; }
  .services-head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 48px; }
  .service-list article { grid-template-columns: 42px 1fr; gap: 18px; padding: 28px 20px; }
  .service-list h3 { font-size: 23px; }
  .service-list p { grid-column: 1 / -1; }
  .service-note { align-items: stretch; flex-direction: column; padding-block: 30px; }
  .service-note .button { width: 100%; }
  .process { padding: 76px 0; }
  .process h2 { margin-top: 24px; }
  .process li { grid-template-columns: 48px 1fr; }
  .location-copy { padding: 70px 20px 52px; }
  .location-copy .kicker { margin-top: 42px; }
  .location-actions { flex-direction: column; }
  .location-actions .button { width: 100%; }
  .location iframe { min-height: 360px; }
  .contact { grid-template-columns: 1fr; padding: 76px 20px; }
  .contact-phone { font-size: 28px; }
  .contact-email { font-size: 13px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  form .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 30px; padding: 48px 20px; }
}

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