:root {
  --ink: #192621;
  --paper: #f4f3ec;
  --lime: #e5ed58;
  --muted: #657067;
  --line: #d9dcd1;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #7f8c25; outline-offset: 4px; }
button, a { touch-action: manipulation; }
img, svg { display: block; max-width: 100%; }
button { cursor: pointer; }
h1, h2, h3, p { margin: 0; }
.skip { position: fixed; top: -80px; left: 16px; padding: 14px 20px; background: var(--lime); z-index: 20; }
.skip:focus { top: 12px; }
.header { min-height: 98px; padding: 18px max(5vw, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand > span { font-weight: 800; font-size: 30px; line-height: .85; letter-spacing: -1.8px; }
.brand-second { display: block; font-size: 12px; font-weight: 600; line-height: 1.7; letter-spacing: 1.4px; }
.header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 46px); font-size: 13px; font-weight: 600; }
.header nav > a:not(.button):hover { text-decoration: underline; text-underline-offset: 6px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; padding: 18px 24px; font-size: 13px; font-weight: 600; border: 1px solid transparent; border-radius: 3px; min-height: 52px; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #31463a; }
.button-lime { background: var(--lime); color: var(--ink); }
.button-lime:hover { background: #f1f77a; }
.button-outline { background: transparent; border-color: var(--ink); }
.menu-toggle { display: none; }
.hero { background: var(--ink); color: var(--paper); padding: 32px max(5vw, calc((100vw - 1440px) / 2)) 0; overflow: hidden; }
.hero-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 30px; border-bottom: 1px solid #435148; }
.eyebrow, .region { font-family: 'Courier New', monospace; font-size: 11px; font-weight: 600; letter-spacing: 1.4px; line-height: 1.5; }
.hero .eyebrow { color: var(--lime); display: inline-flex; align-items: center; gap: 9px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.region { color: #b4beb3; font-size: 10px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; min-height: 600px; position: relative; }
.hero-copy { position: relative; z-index: 1; padding: 60px 0 76px; }
h1 { font-size: clamp(48px, 5.65vw, 87px); letter-spacing: -.065em; line-height: 1.04; font-weight: 700; }
h1 em { font-style: normal; color: var(--lime); }
.hero-copy > p { font-size: 15px; color: #bdc6bb; max-width: 375px; line-height: 1.75; margin: 28px 0 33px; }
.hero-copy .text-link { display: flex; width: fit-content; gap: 14px; margin-top: 23px; font-size: 12px; color: #d4dacd; }
.text-link { font-size: 13px; font-weight: 600; display: inline-flex; gap: 24px; align-items: center; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-art { align-self: stretch; display: flex; align-items: center; margin-right: -5vw; margin-left: -75px; position: relative; }
.hero-art img { width: 100%; min-width: 0; }
.art-note { position: absolute; top: 8%; right: 9%; display: flex; gap: 11px; font-family: 'Courier New', monospace; line-height: 1.6; font-size: 10px; letter-spacing: 1px; color: #c7d1c2; }
.cross { font-size: 32px; font-weight: 300; line-height: 1; color: var(--lime); }
.hero-bottom { border-top: 1px solid #435148; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-bottom > span { font-family: 'Courier New', monospace; color: #a9b5a6; font-size: 10px; letter-spacing: 1px; }
.hero-bottom > div { display: flex; gap: 30px; font-size: 12px; }
.hero-bottom > div span::before { content: '+'; color: var(--lime); margin-right: 10px; }
.circle-link { border: 1px solid #677561; border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center; }
.materials { padding: 35px max(5vw, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1fr 2fr; gap: 12px 48px; border-bottom: 1px solid var(--line); align-items: center; }
.materials p { font-size: 12px; color: var(--muted); line-height: 1.7; }
.materials strong { font-weight: 500; color: var(--ink); }
.materials > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 22px; align-items: center; font-size: clamp(16px, 1.8vw, 26px); letter-spacing: -.8px; font-weight: 700; color: #4c594e; }
.materials small { grid-column: 2; font-size: 9px; line-height: 1.5; color: #72796f; }
.section { padding: 90px max(5vw, calc((100vw - 1440px) / 2)); }
.section-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 28px; }
.section-top p { font-size: 12px; line-height: 1.6; color: var(--muted); }
h2 { font-size: clamp(34px, 3.4vw, 52px); line-height: 1.12; letter-spacing: -.055em; font-weight: 600; }
.services h2 span { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; margin-top: 46px; }
.service-card { border: 1px solid var(--line); background: #f9f9f3; }
.service-visual { background: #e6e9dd; height: 204px; position: relative; overflow: hidden; }
.service-visual svg { height: 100%; width: 100%; transition: transform .35s; }
.service-card:hover svg { transform: scale(1.04); }
.service-visual > span { position: absolute; top: 18px; left: 21px; font-family: 'Courier New', monospace; font-size: 11px; }
.service-copy { padding: 26px; }
h3 { font-size: 21px; letter-spacing: -.7px; font-weight: 600; }
.service-copy > p { font-size: 13px; line-height: 1.75; color: var(--muted); margin-top: 15px; min-height: 68px; }
.service-copy ul { list-style: none; padding: 19px 0 24px; margin: 0; font-size: 11px; line-height: 2.1; }
.service-copy li::before { content: '+'; margin-right: 7px; color: #778330; }
.service-copy a { display: flex; justify-content: space-between; font-size: 12px; padding-top: 20px; border-top: 1px solid var(--line); font-weight: 600; }
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; background: #e8ebdf; }
.approach h2 { margin-top: 25px; }
.approach-intro > p { font-size: 14px; line-height: 1.8; color: var(--muted); max-width: 360px; margin: 25px 0; }
.scope-tag { display: flex; align-items: center; gap: 16px; border: 1px solid #bfc8b6; padding: 18px; margin-top: 42px; max-width: 340px; }
.scope-tag > span { background: var(--lime); height: 40px; width: 40px; display: grid; place-items: center; font-size: 24px; }
.scope-tag div { font-size: 9px; letter-spacing: 1px; line-height: 2; }
.scope-tag strong { font-size: 12px; font-weight: 500; letter-spacing: 0; }
.steps { padding-top: 28px; }
.steps article { display: flex; gap: 26px; padding: 31px 0; border-top: 1px solid #b9c3b3; }
.steps article > span { font-family: 'Courier New', monospace; font-size: 12px; line-height: 2; color: #677460; }
.steps p { font-size: 13px; line-height: 1.8; color: var(--muted); margin-top: 12px; max-width: 395px; }
.service-area { display: grid; grid-template-columns: 1fr 2fr auto; gap: 30px; align-items: start; border-bottom: 1px solid var(--line); }
.service-area h2 { font-size: clamp(40px, 4vw, 65px); }
.service-area p { font-size: 14px; line-height: 1.8; color: var(--muted); margin-top: 25px; max-width: 380px; }
.area-arrow { background: var(--lime); width: 75px; height: 75px; display: grid; place-items: center; font-size: 42px; }
.contact { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 8%; padding-top: 95px; padding-bottom: 95px; }
.contact .eyebrow { color: var(--lime); }
.contact h2 { margin-top: 30px; }
.contact h2 em { font-style: normal; color: var(--lime); }
.contact-copy > p { font-size: 14px; line-height: 1.8; max-width: 340px; color: #b4c0af; margin: 25px 0; }
.email { display: inline-flex; flex-wrap: wrap; gap: 16px; border-bottom: 1px solid #7e8c70; padding: 6px 0 15px; font-size: clamp(18px, 1.7vw, 25px); letter-spacing: -.5px; }
.contact-copy .contact-note { font-size: 11px; margin-top: 15px; }
.group-link { display: inline-flex; gap: 24px; margin-top: 45px; font-size: 12px; color: #b4c0af; }
.quote-panel { color: var(--ink); background: var(--paper); padding: 34px; scroll-margin-top: 30px; }
.quote-panel > p { font-size: 12px; line-height: 1.7; color: var(--muted); margin: 12px 0 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
label { display: block; font-size: 11px; font-weight: 600; margin-bottom: 18px; }
label span { font-weight: 400; color: var(--muted); }
input, select, textarea { display: block; width: 100%; min-width: 0; border: 1px solid #c4cbbc; border-radius: 2px; padding: 12px; margin-top: 8px; color: var(--ink); background: transparent; font-size: 13px; }
textarea { resize: vertical; min-height: 94px; }
textarea::placeholder { font-size: 11px; line-height: 1.7; color: var(--muted); }
.quote-panel .button { width: 100%; }
.form-note { font-size: 10px; color: var(--muted); line-height: 1.6; margin-top: 13px; }
.footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 35px max(5vw, calc((100vw - 1440px) / 2)); gap: 24px; }
.footer > p { font-size: 12px; color: var(--muted); }
.footer > div { display: flex; gap: 24px; font-size: 10px; color: var(--muted); }
.footer .brand > span { font-size: 26px; }
dialog { border: 0; padding: 38px; width: min(620px, calc(100vw - 28px)); max-height: 90vh; color: var(--ink); background: var(--paper); box-shadow: 0 25px 100px #0006; }
dialog::backdrop { background: #0c1b15b8; }
dialog h2 { margin: 16px 0; }
dialog > p { font-size: 13px; line-height: 1.7; }
.dialog-close { position: absolute; right: 12px; top: 10px; font-size: 27px; border: 0; background: transparent; padding: 5px 10px; color: inherit; }
dialog pre { padding: 18px; background: #e7ebdf; white-space: pre-wrap; overflow-wrap: anywhere; font: 12px/1.75 'Courier New', monospace; max-height: 260px; overflow-y: auto; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; }
#copy-status { min-height: 22px; margin-top: 12px; }
.privacy { max-width: 820px; margin: auto; padding: 70px 24px 100px; }
.privacy h1 { font-size: 52px; }
.privacy h2 { font-size: 25px; margin: 32px 0 12px; }
.privacy p, .privacy li { font-size: 15px; line-height: 1.8; color: var(--muted); }
.privacy a { text-decoration: underline; }
@media (min-width: 1600px) { .hero-art { margin-right: -30px; } }
@media (max-width: 1100px) {
  .header nav { gap: 22px; }
  .hero-grid { min-height: 540px; }
  .hero-art { margin-left: -55px; margin-right: -9vw; }
  .service-copy { padding: 23px 18px; }
  .service-copy > p { min-height: 91px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .contact { gap: 5%; }
  .quote-panel { padding: 26px; }
  .header nav .button { padding: 15px 18px; gap: 16px; }
}
@media (max-width: 800px) {
  :root { scroll-padding-top: 25px; }
  .header { min-height: 80px; flex-wrap: wrap; padding: 18px 6vw; gap: 20px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 14px; border: 1px solid var(--line); background: transparent; padding: 12px; font-size: 12px; color: var(--ink); }
  .header nav { flex-basis: 100%; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
  .js .header nav:not(.open) { display: none; }
  .header nav .button { width: 100%; }
  .hero { padding: 26px 6vw 0; }
  .hero-top { align-items: start; padding-bottom: 22px; }
  .region { max-width: 120px; text-align: right; font-size: 9px; }
  .hero .eyebrow { max-width: 190px; font-size: 9px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 44px 0 0; }
  h1 { font-size: clamp(49px, 9vw, 76px); }
  .hero-copy > p { max-width: 445px; font-size: 14px; margin: 23px 0; }
  .hero-copy .text-link { margin-top: 20px; }
  .hero-art { margin: -30px -6vw -20px 6vw; }
  .hero-art img { max-height: 580px; }
  .art-note { top: 6%; right: 12%; font-size: 8px; }
  .hero-bottom { padding: 22px 0; flex-wrap: wrap; gap: 20px; }
  .hero-bottom > span { flex-basis: 100%; font-size: 9px; }
  .hero-bottom > div { gap: 18px; font-size: 10px; }
  .materials { padding: 26px 6vw; gap: 20px; grid-template-columns: 1fr; }
  .materials p br { display: none; }
  .materials p strong { margin-left: 4px; }
  .materials > div { justify-content: flex-start; gap: 24px; }
  .materials small { grid-column: 1; }
  .section { padding: 62px 6vw; }
  .section-top { gap: 20px; }
  .section-top p { display: none; }
  .service-grid { gap: 18px; }
  .service-copy h3 { font-size: 17px; }
  .service-copy ul { font-size: 10px; }
  .service-copy > p { font-size: 12px; min-height: 130px; }
  .service-visual { height: 150px; }
  .approach { gap: 7%; }
  .steps article { gap: 16px; }
  .service-area { grid-template-columns: 1fr auto; }
  .service-area > .eyebrow { grid-column: 1 / -1; }
  .contact { grid-template-columns: 1fr; gap: 46px; }
  .contact-copy > p { max-width: 460px; }
  .group-link { margin-top: 20px; }
  .quote-panel { padding: 32px; }
  .footer > div { width: 100%; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .brand > span { font-size: 27px; }
  .brand img { width: 38px; height: 38px; }
  .hero-copy .button { padding: 16px 18px; gap: 25px; font-size: 12px; }
  .hero-art { margin: 0 -9vw -5px -10vw; }
  .art-note { display: none; }
  .hero-bottom > div { gap: 12px; font-size: 9px; }
  .hero-bottom > div span::before { margin-right: 4px; }
  .circle-link { width: 29px; height: 29px; }
  .materials > div { justify-content: space-between; font-size: 17px; gap: 15px; }
  .materials small { font-size: 8px; }
  h2 { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 32px; gap: 25px; }
  .service-visual { height: 205px; }
  .service-copy { padding: 26px; }
  .service-copy h3 { font-size: 23px; }
  .service-copy > p { min-height: 0; font-size: 14px; }
  .service-copy ul { font-size: 12px; }
  .approach { grid-template-columns: 1fr; gap: 18px; }
  .scope-tag { display: none; }
  .steps p { font-size: 14px; }
  .service-area h2 { font-size: 37px; }
  .area-arrow { height: 48px; width: 48px; font-size: 29px; }
  .contact { padding-top: 60px; padding-bottom: 55px; }
  .contact h2 { font-size: 38px; }
  .quote-panel { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  input, select, textarea { font-size: 16px; }
  .footer { padding: 32px 6vw; }
  .footer > p { width: 100%; }
  .footer > div { gap: 13px; flex-wrap: wrap; font-size: 9px; }
  dialog { padding: 32px 22px; }
  dialog h2 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
