:root {
  --ink: #101817;
  --ink-soft: #26302e;
  --paper: #f5f2ea;
  --white: #fffef9;
  --warm: #e8e2d5;
  --line: #cfc9bd;
  --muted: #69726f;
  --accent: #f36b2b;
  --accent-dark: #c94e19;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.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: 10px; left: 10px; z-index: 100; padding: 12px 16px; color: var(--white); background: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
::selection { background: var(--accent); color: var(--white); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245, 242, 234, 0.94); border-bottom: 1px solid rgba(16, 24, 23, 0.14); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.logo-link { display: inline-flex; align-items: center; width: max-content; }
.wordmark-image-wrap { display: inline-flex; align-items: center; }
.wordmark-image { display: block; width: 132px; height: auto; }
.footer-wordmark { padding: 10px 14px; background: var(--paper); }
.footer-wordmark .wordmark-image { width: 164px; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a { font-size: 13px; font-weight: 600; }
.desktop-nav a:hover { color: var(--accent-dark); }
.desktop-nav a[aria-current="page"] { color: var(--accent-dark); }
.header-cta { justify-self: end; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.header-cta span { color: var(--accent); margin-left: 8px; }
.mobile-menu { display: none; }

.section-dark { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.technical-grid { position: absolute; inset: 0; opacity: 0.12; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 4%, black 70%); }
.hero { min-height: calc(100vh - 82px); display: flex; flex-direction: column; }
.hero-grid { position: relative; z-index: 1; flex: 1; display: grid; grid-template-columns: 1.45fr .55fr; gap: 10%; align-items: center; padding: 92px 0 70px; }
.hero-copy h1 { max-width: 820px; margin: 22px 0 28px; font-size: clamp(56px, 7vw, 104px); line-height: .91; letter-spacing: -.065em; font-weight: 630; }
.hero-copy h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 670px; font-size: 18px; line-height: 1.65; color: #b9c0bd; }
.eyebrow { margin: 0; font-size: 11px; line-height: 1.3; font-weight: 750; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.eyebrow.light { color: #9ba5a2; }
.button-row { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.button-primary { background: var(--accent); color: #161b1a; }
.button-primary:hover { background: #ff7c3d; transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 13px; font-weight: 700; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.text-link span { color: var(--accent); }
.light-link { color: var(--paper); }
.hero-panel { align-self: end; margin-bottom: 32px; padding: 28px; border: 1px solid rgba(255,255,255,.2); background: rgba(16,24,23,.7); }
.micro-label { margin: 0 0 22px; color: #899390; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.hero-statement { margin: 0; font-family: Georgia, serif; font-size: 25px; line-height: 1.32; }
.hero-panel-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 58px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; color: #8e9996; }
.hero-index { position: relative; z-index: 1; display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); color: #78827f; font-size: 8px; font-weight: 700; letter-spacing: .15em; }

.section { padding: 132px 0; }
.section-intro { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10%; }
.display-heading { margin: 0; max-width: 890px; font-size: clamp(42px, 5vw, 76px); line-height: 1; letter-spacing: -.05em; font-weight: 600; }
.display-heading.compact { max-width: 570px; }
.section-lead { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.section-lead.narrow { max-width: 520px; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 92px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-card { min-height: 360px; display: grid; grid-template-rows: auto 1fr auto; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.focus-card:hover { background: var(--white); transform: translateY(-5px); box-shadow: 0 24px 70px rgba(16,24,23,.08); }
.card-number { font-size: 10px; color: var(--accent-dark); font-weight: 800; }
.focus-card h3 { margin: 82px 0 16px; font-size: 27px; letter-spacing: -.03em; }
.focus-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.card-arrow { justify-self: end; color: var(--accent-dark); font-size: 22px; }
.engineering-visuals { background: var(--ink-soft); color: var(--paper); }
.solution-visual-section { background: var(--ink-soft); color: var(--paper); }
.solution-visual-section .section-lead { color: #aeb6b3; }
.visual-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10%; }
.engineering-visuals .section-lead { color: #aeb6b3; }
.visual-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; margin-top: 76px; }
.visual-card { margin: 0; background: var(--paper); color: var(--ink); }
.visual-media { aspect-ratio: 4 / 3; overflow: hidden; background: #fff; }
.visual-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.visual-media-analysis { padding: 4%; }
.visual-card figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 28px; min-height: 96px; padding: 25px 28px; border-top: 1px solid var(--line); }
.visual-card figcaption span { color: var(--accent-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.visual-card figcaption strong { max-width: 310px; text-align: right; font-size: 17px; line-height: 1.3; font-weight: 650; }
.solutions-image-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.solution-visual-media { aspect-ratio: 16 / 9; padding: 0; background: #dfe2df; }
.solution-visual-media img { object-fit: cover; }
.solution-machine-media img { object-position: 66% center; }
.energy-feature { display: grid; grid-template-columns: 1.08fr .92fr; margin-top: 20px; background: var(--paper); color: var(--ink); }
.energy-feature-media { min-height: 460px; overflow: hidden; }
.energy-feature-media img { display: block; width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.energy-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 76px); }
.energy-feature-copy h2 { margin: 20px 0 24px; font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -.045em; }
.energy-feature-copy > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.clients-section { padding-top: 104px; padding-bottom: 112px; background: var(--white); border-top: 1px solid var(--line); }
.clients-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10%; align-items: start; }
.clients-heading h2 { margin: 0; font-size: clamp(38px, 4.7vw, 66px); line-height: 1; letter-spacing: -.05em; font-weight: 600; }
.clients-heading > div > p { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.clients-grid li { position: relative; min-height: 150px; display: flex; align-items: center; justify-content: center; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); text-align: center; font-size: clamp(14px, 1.4vw, 19px); line-height: 1.3; font-weight: 750; letter-spacing: .045em; }
.clients-grid li.is-long { font-size: clamp(12px, 1.15vw, 16px); }
.client-logo { display: block; width: auto; max-width: 78%; height: auto; max-height: 78px; object-fit: contain; }
.client-logo.is-anyca { filter: invert(1); }
.client-logo.is-campalius { max-width: 88%; max-height: 66px; }
.clients-grid li.is-text-only { padding-inline: 38px; }
.section-warm { background: var(--warm); }
.project-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.project-feature .text-link { margin-top: 40px; }
.signal-list { border-top: 1px solid rgba(16,24,23,.5); }
.signal-row { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: center; min-height: 82px; border-bottom: 1px solid rgba(16,24,23,.28); }
.signal-row span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }
.signal-row strong { font-size: 18px; font-weight: 600; }
.proof-section { background: var(--white); }
.proof-grid { display: grid; grid-template-columns: .45fr 1.3fr .45fr; gap: 7%; align-items: start; }
.proof-grid blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 58px); line-height: 1.18; letter-spacing: -.035em; }
.proof-note { color: var(--muted); font-size: 13px; line-height: 1.75; }
.accent-line { display: block; width: 32px; height: 3px; margin-bottom: 24px; background: var(--accent); }
.cta-band { background: var(--ink); color: var(--paper); padding: 116px 0; }
.cta-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10%; }
.cta-grid h2 { margin: 0; max-width: 850px; font-size: clamp(44px, 5.5vw, 78px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.cta-grid > div > p { max-width: 620px; margin: 28px 0 38px; color: #9ba5a2; line-height: 1.7; }

.site-footer { background: #080d0c; color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.4fr .55fr .7fr; gap: 8%; padding: 76px 0 66px; }
.footer-main > div:first-child > p { margin-top: 22px; color: #78817f; font-size: 13px; }
.footer-nav { display: flex; flex-direction: column; gap: 13px; }
.footer-nav .micro-label { margin-bottom: 8px; }
.footer-nav a { color: #b9c0bd; font-size: 13px; }
.footer-location > p:not(.micro-label) { color: #b9c0bd; font-size: 13px; }
.footer-location .text-link { margin-top: 24px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); color: #626b68; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.page-hero { padding: 116px 0 104px; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .45fr 1.25fr .2fr; gap: 7%; align-items: start; }
.page-hero h1 { max-width: 890px; margin: 0; font-size: clamp(58px, 7vw, 98px); line-height: .95; letter-spacing: -.06em; font-weight: 600; }
.page-hero h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.page-hero-grid > div > p { max-width: 670px; margin: 32px 0 0; color: #aeb6b3; font-size: 17px; line-height: 1.7; }
.page-index { justify-self: end; color: var(--accent); font-size: 10px; font-weight: 800; }

.services-section { background: var(--white); }
.services-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: .15fr .95fr .9fr; gap: 5%; padding: 74px 0 82px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.service-number { color: var(--accent-dark); font-size: 11px; font-weight: 800; }
.service-main h2 { max-width: 500px; margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.service-intro { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-details { padding-top: 4px; }
.service-details ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-details li { position: relative; padding: 14px 8px 14px 24px; border-bottom: 1px solid var(--line); font-size: 13px; }
.service-details li::before { content: "+"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 800; }
.service-note { margin: 25px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.decision-grid { display: grid; grid-template-columns: .42fr 1fr .75fr; gap: 6%; align-items: start; }
.decision-grid .section-lead { margin-top: 0; }

.project-section { background: var(--paper); }
.project-visual-section { background: var(--white); }
.project-visual-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 10%; align-items: start; }
.project-visual-heading h2 { max-width: 800px; margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; font-weight: 600; }
.project-visual-heading > div > p { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.project-visual-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 20px; margin-top: 72px; }
.project-visual-card { position: relative; min-height: 540px; margin: 0; overflow: hidden; background: var(--ink); }
.project-visual-card > img { display: block; width: 100%; height: 540px; object-fit: cover; }
.project-visual-card.is-plan > img { object-position: 54% 52%; }
.project-visual-card.is-installation > img { object-position: 54% center; }
.project-visual-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding: 74px 26px 25px; color: var(--paper); background: linear-gradient(to bottom, transparent, rgba(8,13,12,.92)); }
.project-visual-card figcaption span { flex: none; color: #d1d8d5; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.project-visual-card figcaption strong { max-width: 390px; text-align: right; font-size: 16px; line-height: 1.35; }
.project-intro-row { display: grid; grid-template-columns: .5fr 1.5fr; gap: 10%; margin-bottom: 72px; }
.project-intro-row > p:last-child { max-width: 700px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-card { min-height: 430px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: .25s ease; }
.project-card:hover { background: var(--white); }
.project-card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.project-card-top span:first-child { color: var(--accent-dark); }
.project-card h2 { max-width: 510px; margin: 82px 0 22px; font-size: 32px; line-height: 1.1; letter-spacing: -.035em; }
.project-card > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 42px; }
.tag-row span { padding: 7px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.project-principle { background: var(--ink-soft); color: var(--paper); }
.project-principle blockquote { color: var(--paper); }
.project-principle .proof-grid > p:last-child { margin: 0; color: #a6afac; font-size: 13px; line-height: 1.75; }

.company-story { background: var(--white); }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; margin-top: 48px; }
.story-columns p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 96px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid article { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid article > span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }
.principles-grid h3 { margin: 68px 0 16px; font-size: 24px; letter-spacing: -.025em; }
.principles-grid p { max-width: 320px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.method-section { background: var(--ink); color: var(--paper); }
.method-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10%; }
.method-heading h2 { max-width: 850px; margin: 0; font-size: clamp(44px, 5.5vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.method-list { margin-top: 78px; border-top: 1px solid rgba(255,255,255,.22); }
.method-list article { display: grid; grid-template-columns: .25fr .65fr 1.1fr; gap: 6%; align-items: baseline; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-list article > span { color: var(--accent); font-size: 10px; font-weight: 800; }
.method-list h3 { margin: 0; font-size: 25px; font-weight: 600; }
.method-list p { max-width: 570px; margin: 0; color: #9ba5a2; font-size: 13px; line-height: 1.7; }

.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; align-items: start; }
.contact-aside h2 { max-width: 430px; margin: 22px 0 40px; font-size: 42px; line-height: 1.05; letter-spacing: -.045em; }
.contact-aside ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-aside li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-aside li span { color: var(--accent-dark); font-size: 9px; font-weight: 800; }
.contact-location { margin-top: 56px; padding: 24px; background: var(--paper); }
.contact-location strong, .contact-location > span { display: block; }
.contact-location strong { font-size: 15px; }
.contact-location > span { margin-top: 8px; color: var(--muted); font-size: 12px; }
.form-wrap { padding: 48px; background: var(--paper); border-top: 4px solid var(--accent); }
.form-heading h2 { margin: 0 0 46px; font-size: 38px; line-height: 1.1; letter-spacing: -.04em; }
.contact-form { display: flex; flex-direction: column; gap: 25px; }
.contact-form .honey-field { position: absolute; left: -9999px; width: 1px; height: 1px; min-height: 0; opacity: 0; pointer-events: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; color: var(--ink-soft); font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.contact-form label > span { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 49px; padding: 12px 13px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 0; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(243,107,43,.12); }
.contact-form .consent-field { flex-direction: row; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1.55; }
.consent-field input { width: 17px; min-height: 17px; margin-top: 1px; accent-color: var(--accent); }
.form-footer { display: flex; align-items: center; gap: 24px; margin-top: 5px; }
.form-footer p { max-width: 260px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.contact-form button { cursor: pointer; }
.contact-form button:disabled { cursor: wait; opacity: .72; }
.form-status { margin: 0; padding: 15px 17px; border-left: 3px solid var(--accent); background: var(--white); color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.form-status.is-success { border-left-color: #43856e; }
.form-status.is-error { border-left-color: #b64b3d; }
.confirmation-page { min-height: 72vh; display: flex; align-items: center; }
.confirmation-grid { position: relative; z-index: 1; max-width: 920px; padding-block: 80px; }
.confirmation-grid h1 { max-width: 850px; margin: 22px 0 28px; font-size: clamp(56px, 7vw, 96px); line-height: .95; letter-spacing: -.06em; font-weight: 600; }
.confirmation-grid h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.confirmation-grid > p:not(.eyebrow) { max-width: 650px; margin: 0 0 36px; color: #aeb6b3; font-size: 17px; line-height: 1.7; }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: rise .7s ease both; }
.reveal-delay { animation: rise .7s .14s ease both; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 72px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; list-style: none; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 38px; width: 230px; display: flex; flex-direction: column; padding: 14px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.14); }
  .mobile-menu nav a { padding: 14px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-menu nav a[aria-current="page"] { color: var(--accent-dark); font-weight: 750; }
  .hero { min-height: auto; }
  .hero-grid, .split-heading, .project-feature, .cta-grid, .page-hero-grid, .visual-heading, .project-visual-heading { grid-template-columns: 1fr; gap: 38px; }
  .clients-heading { grid-template-columns: 1fr; gap: 34px; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .visual-grid, .project-visual-grid, .energy-feature { grid-template-columns: 1fr; }
  .energy-feature-media, .energy-feature-media img { min-height: 390px; }
  .project-visual-card, .project-visual-card > img { min-height: 500px; height: 500px; }
  .hero-grid { padding: 82px 0 54px; }
  .hero-panel { max-width: 480px; margin: 10px 0 0; }
  .hero-copy h1 { font-size: clamp(54px, 13vw, 78px); }
  .section { padding: 92px 0; }
  .focus-grid { grid-template-columns: 1fr; margin-top: 62px; }
  .focus-card { min-height: 280px; }
  .focus-card h3 { margin-top: 50px; }
  .proof-grid { grid-template-columns: 1fr; gap: 42px; }
  .proof-note { max-width: 440px; }
  .page-hero { padding: 88px 0 76px; }
  .page-index { justify-self: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .service-row { grid-template-columns: .12fr .88fr; gap: 32px; }
  .service-details { grid-column: 2; }
  .decision-grid, .project-intro-row, .method-heading, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .project-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 240px; }
  .story-columns { grid-template-columns: 1fr; gap: 20px; }
  .method-list article { grid-template-columns: .2fr .8fr; }
  .method-list p { grid-column: 2; }
}

@media (max-width: 560px) {
  .wordmark-image { width: 116px; }
  .hero-copy h1, .page-hero h1 { font-size: 49px; }
  .hero-lead, .section-lead, .page-hero-grid > div > p { font-size: 15px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .display-heading { font-size: 40px; }
  .focus-card { min-height: 260px; }
  .clients-grid { grid-template-columns: 1fr; }
  .clients-grid li { min-height: 94px; }
  .clients-grid li.has-logo { min-height: 122px; }
  .client-logo { max-height: 64px; }
  .visual-card figcaption { align-items: flex-start; flex-direction: column; gap: 12px; }
  .visual-card figcaption strong { text-align: left; }
  .project-visual-card, .project-visual-card > img { min-height: 420px; height: 420px; }
  .project-visual-card figcaption { align-items: flex-start; flex-direction: column; gap: 10px; }
  .project-visual-card figcaption strong { text-align: left; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .service-row { grid-template-columns: 1fr; gap: 22px; padding: 58px 0; }
  .service-details { grid-column: auto; }
  .service-main h2 { font-size: 38px; }
  .project-card { min-height: 390px; padding: 24px; }
  .project-card h2 { margin-top: 64px; font-size: 27px; }
  .method-list article { grid-template-columns: 38px 1fr; gap: 15px; }
  .form-wrap { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .form-footer { align-items: flex-start; flex-direction: column; }
}
