:root {
  --mineral: #f3f1e8;
  --mineral-deep: #e7e5da;
  --paper: #fbfaf5;
  --olive: #7d9126;
  --olive-bright: #9eb52f;
  --deep: #1c241d;
  --ink: #232b24;
  --muted: #657064;
  --line: #cfcec3;
  --white: #ffffff;
  --shell: min(1440px, calc(100% - 10vw));
  --display: "Arial Narrow", "Aptos Display", "Segoe UI", Arial, sans-serif;
  --body: "Segoe UI Variable", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--deep);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-links { display: flex; gap: 28px; text-transform: none; letter-spacing: .03em; }
.utility-links a:hover { color: var(--olive-bright); }

.site-header { position: relative; z-index: 20; background: rgba(251,250,245,.96); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: flex; flex-direction: column; gap: 5px; }
.brand img { width: 238px; height: 62px; object-fit: contain; object-position: left center; }
.brand span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 44px); font-size: 14px; font-weight: 650; }
nav > a:not(.nav-cta) { position: relative; padding-block: 12px; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--olive); transition: right .25s ease; }
nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 13px 18px; border: 1px solid var(--olive); color: var(--olive); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.nav-cta:hover { background: var(--olive); color: white; }

.hero { position: relative; overflow: hidden; background: var(--mineral); border-bottom: 1px solid var(--line); }
.hero-contours, .contact-contours {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  opacity: .28;
  background:
    radial-gradient(circle at center, transparent 0 18%, var(--line) 18.2% 18.45%, transparent 18.7% 28%, var(--line) 28.2% 28.45%, transparent 28.7% 39%, var(--line) 39.2% 39.45%, transparent 39.7% 51%, var(--line) 51.2% 51.45%, transparent 51.7% 64%, var(--line) 64.2% 64.45%, transparent 64.7% 78%, var(--line) 78.2% 78.45%, transparent 78.7%);
  transform: scaleX(1.35) rotate(-18deg);
  pointer-events: none;
}
.hero-contours { top: -270px; left: -210px; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(390px, 5fr) minmax(0, 7fr); align-items: stretch; gap: clamp(30px, 4vw, 70px); }
.hero-copy { padding: clamp(72px, 7vw, 108px) 0 62px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--olive); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 42px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 780px; margin: 0; color: var(--deep); font-size: clamp(58px, 5.7vw, 86px); font-weight: 780; letter-spacing: -.056em; line-height: .92; }
h1 em { color: var(--olive); font-style: normal; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #465048; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 210px; padding: 16px 18px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--olive); color: white; }
.button-primary:hover { background: #66771c; }
.text-link { padding-block: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { color: var(--deep); font-size: 13px; }
.hero-proof span { color: var(--muted); font-size: 11px; line-height: 1.4; }

.hero-visual { position: relative; margin: 48px 0; min-height: 480px; aspect-ratio: 16 / 10; box-shadow: 0 24px 60px rgba(28,36,29,.18); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,26,18,.35), transparent 35%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 90%; position: relative; z-index: 1; }
.image-offset { position: absolute; inset: 20px -22px -20px 22px; background: var(--olive); }
.hero-visual figcaption { position: absolute; z-index: 3; right: -1px; bottom: 0; min-width: 240px; padding: 17px 22px; background: var(--paper); display: grid; }
.hero-visual figcaption span { color: var(--olive); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-visual figcaption strong { font-size: 14px; }
.visual-index { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 7px 10px; background: rgba(251,250,245,.88); font: 700 10px "Courier New", monospace; letter-spacing: .12em; }

.service-intro { padding: 118px 0 126px; background: var(--paper); }
.section-heading, .process-header { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 9vw; align-items: end; margin-bottom: 58px; }
.section-heading h2, .process-header h2, .company h2, .contact-section h2 { margin: 0; font-size: clamp(45px, 5vw, 76px); font-weight: 760; letter-spacing: -.045em; line-height: .98; }
.section-heading > p, .process-header > p { max-width: 500px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 285px; padding: 30px 34px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.service-card:hover { background: var(--deep); color: white; }
.service-number { color: var(--muted); font: 700 10px "Courier New", monospace; letter-spacing: .14em; }
.service-mark { width: 48px; height: 48px; margin: 36px 0 25px; display: grid; place-items: center; border: 1px solid var(--olive); transform: rotate(45deg); }
.service-mark i { width: 18px; height: 18px; display: block; background: var(--olive); }
.service-card h3 { margin: 0 0 12px; color: var(--deep); font-size: 23px; line-height: 1.12; }
.service-card:hover h3 { color: white; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-card:hover p, .service-card:hover .service-number { color: rgba(255,255,255,.68); }

.company { padding: 118px 0 0; background: var(--deep); color: white; }
.eyebrow-light { color: var(--olive-bright); }
.company-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; padding-bottom: 92px; }
.company h2 { color: white; }
.statement-lead { max-width: 650px; margin: 35px 0 0; color: rgba(255,255,255,.72); font-size: 20px; }
.company-copy > p { margin: 56px 0 44px; color: rgba(255,255,255,.65); }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(255,255,255,.17); padding-top: 28px; }
.company-facts div { display: grid; gap: 5px; }
.company-facts strong { color: var(--olive-bright); font-family: var(--display); font-size: 34px; line-height: 1; }
.company-facts span { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.35; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr .82fr; }
.expertise-grid > * { min-height: 390px; padding: 46px 4vw; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.expertise-grid > :first-child { border-left: 0; padding-left: 0; }
.expertise-label { display: block; margin-bottom: 50px; color: var(--olive-bright); font: 700 9px "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; }
.expertise-grid h3 { margin: 0 0 25px; font-size: 35px; line-height: 1.02; }
.expertise-grid p { max-width: 500px; margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.expertise-grid aside { background: #252f26; }
.expertise-grid ul { margin: 0; padding: 0; list-style: none; }
.expertise-grid li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }

.process-section { padding: 120px 0 130px; background: var(--mineral); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4vw; }
.process-grid article > span { color: var(--olive); font: 700 11px "Courier New", monospace; }
.process-line { position: relative; height: 1px; margin: 20px 0 38px; background: var(--line); }
.process-line i { position: absolute; left: 0; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--olive); }
.process-grid h3 { margin: 0 0 14px; color: var(--deep); font-size: 27px; }
.process-grid p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; }

.contact-section { position: relative; overflow: hidden; padding: 112px 0; background: var(--olive); color: white; }
.contact-contours { right: -130px; bottom: -350px; opacity: .24; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 12vw; align-items: end; }
.contact-section h2 { color: white; }
.contact-section .eyebrow { color: white; }
.contact-grid > div > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: rgba(255,255,255,.8); font-size: 18px; }
.button-light { background: white; color: var(--deep); }
.button-light:hover { background: var(--mineral); }
address { border-top: 1px solid rgba(255,255,255,.45); font-style: normal; }
address > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
address span { font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
address a, address p { margin: 0; font-size: 17px; font-weight: 650; line-height: 1.45; }
address a:hover { text-decoration: underline; }

.contact-form-panel { position: relative; z-index: 2; margin-top: 72px; padding: clamp(34px, 5vw, 68px); background: var(--paper); color: var(--ink); box-shadow: 0 28px 70px rgba(28,36,29,.2); }
.contact-form-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; align-items: end; margin-bottom: 42px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.contact-form-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; }
.contact-form-heading h2 { margin: 0; color: var(--deep); font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.04em; }
.contact-form-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 15px; }
.project-form { position: relative; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.form-field { display: grid; gap: 8px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field > span { color: var(--deep); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); font: inherit; font-size: 16px; line-height: 1.4; }
.form-field input, .form-field select { min-height: 52px; padding: 12px 14px; }
.form-field textarea { min-height: 170px; padding: 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(125,145,38,.28); outline-offset: 1px; border-color: var(--olive); }
.form-consent { display: flex; align-items: flex-start; gap: 12px; margin: 26px 0 22px; color: var(--muted); font-size: 13px; }
.form-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--olive); }
.form-consent a { color: var(--olive); text-decoration: underline; text-underline-offset: 3px; }
.form-submit { border: 0; cursor: pointer; }
.form-required { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.form-status { margin: 0 0 28px; padding: 16px 18px; border-left: 4px solid; font-size: 14px; font-weight: 650; }
.form-status-success { border-color: var(--olive); background: #edf2db; color: #34420e; }
.form-status-error { border-color: #9a3d2b; background: #f7e9e5; color: #6f281b; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.legal-content .contact-form-panel { max-width: 1100px; margin-top: 48px; border: 1px solid var(--line); box-shadow: none; }
.legal-content .contact-form-heading { grid-template-columns: 1fr; gap: 18px; }
.legal-content .contact-form-heading .eyebrow { grid-column: auto; }
.legal-content .form-consent a { color: var(--olive); }

footer { padding: 76px 0 24px; background: #111712; color: white; }
.footer-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; padding-bottom: 58px; }
.footer-brand img { width: 220px; height: 60px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand span { display: block; margin-top: 12px; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-legal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-legal p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; }
.footer-legal strong { color: white; }
.footer-navigation { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); }
.footer-navigation nav { display: flex; flex-wrap: wrap; gap: 18px 30px; }
.footer-navigation nav a { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 650; }
.footer-navigation nav a:hover, .instagram-link:hover { color: var(--olive-bright); }
.instagram-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.instagram-mark { position: relative; width: 22px; height: 22px; border: 2px solid currentColor; border-radius: 6px; }
.instagram-mark::before { content: ""; position: absolute; width: 7px; height: 7px; inset: 50% auto auto 50%; border: 2px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.instagram-mark::after { content: ""; position: absolute; width: 3px; height: 3px; top: 3px; right: 3px; border-radius: 50%; background: currentColor; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.legal-page { min-height: 60vh; padding: 88px 0 112px; background: var(--paper); }
.legal-hero { display: grid; grid-template-columns: 1fr .65fr; gap: 8vw; align-items: end; margin-bottom: 64px; padding-bottom: 50px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: none; font-size: clamp(50px, 6vw, 82px); }
.legal-hero > p { margin: 0; color: var(--muted); font-size: 15px; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 52px 0 16px; color: var(--deep); font-size: clamp(26px, 3vw, 36px); letter-spacing: -.025em; line-height: 1.15; }
.legal-content h3 { margin: 32px 0 10px; color: var(--deep); font-size: 21px; }
.legal-content p, .legal-content li { color: #4c574e; font-size: 15px; }
.legal-content p { margin: 0 0 18px; }
.legal-content ul, .legal-content ol { margin: 0 0 24px; padding-left: 22px; }
.legal-content a { color: var(--olive); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--olive); background: var(--mineral); }
.legal-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 30px 0; background: var(--line); border: 1px solid var(--line); }
.legal-contact-grid > div { min-height: 150px; padding: 26px; background: var(--paper); }
.legal-contact-grid span { display: block; margin-bottom: 12px; color: var(--olive); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-contact-grid a, .legal-contact-grid p { margin: 0; color: var(--deep); font-size: 16px; font-weight: 650; text-decoration: none; }

a:focus-visible { outline: 3px solid var(--olive-bright); outline-offset: 3px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 940px); }
  .header-inner { flex-wrap: wrap; padding-block: 14px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 18px; padding-top: 10px; border-top: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 0; margin-top: 0; aspect-ratio: 16 / 9; }
  .section-heading, .process-header, .company-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .expertise-grid aside { grid-column: 1 / -1; min-height: auto; }
  .company-copy > p { margin-top: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .legal-hero { grid-template-columns: 1fr; gap: 24px; }
  .legal-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 34px); }
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .utility-links { width: 100%; justify-content: space-between; gap: 12px; font-size: 9px; }
  .header-inner { min-height: 82px; gap: 12px; padding-block: 12px; }
  .brand img { width: min(176px, 58vw); height: 48px; }
  .brand span { display: none; }
  .site-header nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 1px; border: 0; background: var(--line); }
  .site-header nav a, .site-header nav > a:not(.nav-cta) { display: flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 7px; background: var(--paper); font-size: 10px; line-height: 1.2; text-align: center; }
  .site-header nav > a:not(.nav-cta)::after { display: none; }
  .site-header nav .nav-cta { grid-column: 1 / -1; min-height: 44px; border: 0; background: var(--olive); color: white; font-size: 10px; }
  .hero-copy { padding-block: 64px 44px; }
  h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lead { margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
  .hero-visual { min-height: 0; margin-bottom: 42px; aspect-ratio: 16 / 10; }
  .image-offset { inset: 12px -9px -12px 9px; }
  .hero-visual figcaption { min-width: 0; width: min(190px, 56%); padding: 12px 14px; }
  .hero-visual figcaption strong { font-size: 12px; }
  .service-intro, .process-section { padding-block: 82px; }
  .section-heading, .process-header { margin-bottom: 40px; }
  .section-heading h2, .process-header h2, .company h2, .contact-section h2 { font-size: 44px; }
  .section-heading > p, .process-header > p { font-size: 15px; }
  .service-grid, .process-grid, .expertise-grid, .footer-legal { grid-template-columns: 1fr; }
  .company-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .company-facts strong { font-size: 28px; }
  .company-facts span { font-size: 9px; }
  .service-card { min-height: 245px; }
  .company { padding-top: 84px; }
  .company-grid { padding-bottom: 60px; }
  .expertise-grid aside { grid-column: auto; }
  .expertise-grid > * { min-height: auto; padding: 40px 0; border-left: 0; }
  .expertise-label { margin-bottom: 30px; }
  .process-grid { gap: 48px; }
  .contact-section { padding-block: 82px; }
  address > div { grid-template-columns: 72px 1fr; }
  .contact-form-panel { margin-top: 52px; padding: 26px 20px; }
  .contact-form-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; padding-bottom: 26px; }
  .contact-form-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .contact-form-heading h2 { font-size: 38px; overflow-wrap: anywhere; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .form-field-wide { grid-column: auto; }
  .form-submit { width: 100%; }
  .footer-bottom { flex-direction: column; }
  .footer-navigation { align-items: flex-start; flex-direction: column; }
  .footer-navigation nav { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
  .legal-page { padding-block: 64px 82px; }
  .legal-hero { margin-bottom: 42px; padding-bottom: 34px; }
  .legal-hero h1 { font-size: clamp(40px, 12vw, 52px); overflow-wrap: anywhere; hyphens: auto; }
  .legal-content, .legal-content p, .legal-content li, .legal-content a { overflow-wrap: anywhere; }
  .legal-content h2 { margin-top: 42px; font-size: 28px; }
  .legal-contact-grid > div { min-height: 0; padding: 22px; }
}

@media (max-width: 380px) {
  :root { --shell: calc(100% - 28px); }
  .utility-links { font-size: 8px; gap: 8px; }
  .hero-copy { padding-top: 52px; }
  h1 { font-size: 46px; }
  .section-heading h2, .process-header h2, .company h2, .contact-section h2 { font-size: 39px; }
  .service-card { padding-inline: 24px; }
  .company-facts { grid-template-columns: 1fr; }
  .footer-navigation nav { grid-template-columns: 1fr; }
}

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