@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap');

:root {
  --ink: #11231f;
  --forest: #173d35;
  --forest-deep: #0b211d;
  --paper: #f3f0e8;
  --white: #fffdf8;
  --amber: #ffb641;
  --line: rgba(17, 35, 31, .16);
  --muted: #63706b;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { 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; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; background: var(--amber); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.site-header.is-solid, body:not([data-page="home"]) .site-header { position: relative; color: var(--ink); background: rgba(243,240,232,.96); border-color: var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; line-height: 1.1; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; font-weight: 700; font-size: 20px; transform: rotate(-5deg); }
.brand > span:last-child { display: flex; flex-direction: column; gap: 5px; }
.brand b { letter-spacing: -.02em; font-size: 17px; }
.brand small { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; }
.site-nav a { position: relative; padding-block: 8px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after, .site-nav a.is-active::after { right: 0; }
.header-call { padding: 11px 15px; border: 1px solid currentColor; font-size: 12px; white-space: nowrap; transition: background .2s, color .2s; }
.header-call:hover { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; color: currentColor; padding: 9px; }
.menu-toggle > span:not(.visually-hidden) { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .2s, opacity .2s; }

.hero { min-height: 770px; height: 100svh; max-height: 930px; position: relative; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/images/hero-interior.webp") center / cover no-repeat; transform: scale(1.015); animation: heroIn 1.2s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(6,23,20,.88) 0%, rgba(7,26,22,.7) 45%, rgba(7,24,21,.18) 78%), linear-gradient(0deg, rgba(6,20,18,.48), transparent 52%); }
.hero-content { position: relative; padding-top: 90px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; color: var(--forest); }
.eyebrow::before { content: ""; width: 35px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(56px, 7.4vw, 106px); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em { font-family: "Playfair Display", Georgia, serif; font-weight: 500; color: var(--amber); }
.hero-lead { max-width: 620px; font-size: 17px; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 23px; border: 1px solid transparent; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--amber); color: var(--ink); }
.button-accent:hover { background: #ffc866; }
.button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.hero-note { position: absolute; left: 0; top: calc(100% + 70px); max-width: 380px; display: flex; gap: 18px; align-items: flex-start; font-size: 12px; color: rgba(255,255,255,.63); }
.hero-note span { color: var(--amber); font-weight: 700; }
.scroll-cue { position: absolute; right: max(24px, calc((100% - 1180px) / 2)); bottom: 40px; display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.scroll-cue span { font-size: 20px; animation: bounce 1.8s infinite; }

.section { padding-block: 110px; }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; margin-bottom: 75px; }
.intro h2, .section-heading h2, .feature-copy h2, .contact-band h2, .page-hero h1 { margin-bottom: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.04; letter-spacing: -.04em; font-weight: 500; }
.intro-copy { padding-top: 42px; }
.intro-copy p, .section-heading > p { color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; gap: 13px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link span { color: var(--amber); font-size: 17px; }
.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-strip article { padding: 34px 28px 34px 0; border-right: 1px solid var(--line); }
.service-strip article + article { padding-left: 28px; }
.service-strip article:last-child { border-right: 0; }
.service-strip article > span, .process-grid > li > span { color: var(--amber); font-size: 11px; font-weight: 700; }
.service-strip h3 { margin: 17px 0 11px; font-size: 18px; }
.service-strip p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

/* Code-native architectural sketches for the four repair stages. */
.service-graphic { position: relative; width: 100%; height: 126px; margin-top: 25px; overflow: hidden; color: var(--forest); }
.service-graphic::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, currentColor 0 72%, transparent 72%); opacity: .22; }
.service-graphic i, .service-graphic b { position: absolute; display: block; box-sizing: border-box; }

.plan-graphic { background: linear-gradient(90deg, transparent 49.5%, rgba(23,61,53,.08) 50%, transparent 50.5%); }
.plan-graphic::before { content: ""; position: absolute; left: 11%; top: 11px; width: 70%; height: 86px; border: 2px solid currentColor; border-right-width: 7px; }
.plan-room { border: 1px solid currentColor; opacity: .52; }
.plan-room-a { left: 11%; top: 11px; width: 32%; height: 48px; }
.plan-room-b { left: 43%; top: 58px; width: 38%; height: 39px; }
.plan-door { left: 37%; top: 51px; width: 25px; height: 25px; border: 1px solid currentColor; border-left: 0; border-bottom: 0; border-radius: 0 25px 0 0; transform: rotate(90deg); transform-origin: left bottom; }
.plan-measure { left: 18%; top: 107px; width: 55%; height: 5px; border-top: 1px solid var(--amber); }
.plan-measure::before, .plan-measure::after { content: ""; position: absolute; top: -4px; width: 1px; height: 7px; background: var(--amber); }
.plan-measure::before { left: 0; }.plan-measure::after { right: 0; }

.layers-graphic i { left: 8%; right: 14%; height: 16px; border: 1px solid currentColor; transform: skewX(-16deg); }
.layers-graphic i:nth-child(1) { top: 9px; background: rgba(23,61,53,.03); }
.layers-graphic i:nth-child(2) { top: 32px; left: 13%; right: 9%; border-style: dashed; opacity: .72; }
.layers-graphic i:nth-child(3) { top: 55px; background: repeating-linear-gradient(90deg, transparent 0 13px, rgba(23,61,53,.13) 13px 14px); }
.layers-graphic i:nth-child(4) { top: 78px; left: 17%; right: 5%; background: var(--forest); opacity: .86; }
.layers-graphic b { left: 7%; top: 7px; width: 2px; height: 89px; background: var(--amber); transform: rotate(-9deg); transform-origin: bottom; }
.layers-graphic b::after { content: ""; position: absolute; left: -5px; top: -1px; width: 12px; height: 12px; border: 1px solid var(--amber); border-radius: 50%; background: var(--paper); }

.engineering-graphic { background: radial-gradient(circle at 12% 22%, rgba(255,182,65,.16) 0 3px, transparent 4px); }
.wire { border: 1px solid currentColor; opacity: .85; }
.wire-a { left: 10%; top: 18px; width: 60%; height: 44px; border-right: 0; border-bottom: 0; }
.wire-b { left: 36%; top: 18px; width: 45%; height: 80px; border-left: 0; }
.wire-c { left: 10%; top: 61px; width: 51%; height: 37px; border-top: 0; }
.node { width: 10px; height: 10px; border: 2px solid var(--amber); border-radius: 50%; background: var(--paper); }
.node-a { left: calc(10% - 4px); top: 13px; }.node-b { left: calc(70% - 5px); top: 13px; }.node-c { left: calc(81% - 5px); top: 93px; }.node-d { left: calc(10% - 4px); top: 93px; }
.engineering-graphic::before { content: "≈"; position: absolute; left: 44%; top: 26px; color: var(--amber); font-size: 25px; font-weight: 400; transform: rotate(90deg); }

.finish-graphic::before { content: ""; position: absolute; left: 8%; top: 9px; width: 58%; height: 91px; background: repeating-linear-gradient(90deg, currentColor 0 1px, transparent 1px 29px), repeating-linear-gradient(0deg, currentColor 0 1px, transparent 1px 29px); opacity: .43; border: 1px solid currentColor; }
.finish-graphic::after { background: linear-gradient(90deg, var(--amber) 0 43%, currentColor 43% 72%, transparent 72%); opacity: .8; }
.finish-line { left: 72%; top: 9px; width: 2px; height: 91px; background: currentColor; }
.finish-line::before { content: ""; position: absolute; left: -7px; top: -1px; width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; background: var(--paper); }
.finish-swatch { left: 78%; top: 48px; width: 18%; height: 52px; background: var(--amber); clip-path: polygon(0 20%, 100% 0, 82% 100%, 0 78%); }
.finish-swatch::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(17,35,31,.55); }

.dark-section { background: var(--forest-deep); color: var(--white); }
.feature-grid { display: grid; grid-template-columns: 1.05fr .72fr; gap: 9vw; align-items: center; }
.feature-media { position: relative; margin: 0; }
.feature-media::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid rgba(255,182,65,.35); pointer-events: none; }
.gallery-button { display: block; position: relative; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; color: var(--white); overflow: hidden; }
.gallery-button img { width: 100%; aspect-ratio: 1.25; object-fit: cover; transition: transform .5s; }
.gallery-button:hover img { transform: scale(1.025); }
.gallery-button span { position: absolute; right: 16px; bottom: 16px; padding: 8px 11px; background: rgba(6,23,20,.75); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.feature-copy h2 { margin-bottom: 25px; }
.feature-copy > p { color: rgba(255,255,255,.67); }
.clean-list { margin: 32px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.clean-list li { padding: 14px 0 14px 22px; border-bottom: 1px solid rgba(255,255,255,.14); position: relative; font-size: 13px; }
.clean-list li::before { content: "+"; position: absolute; left: 0; color: var(--amber); }

.section-heading { margin-bottom: 55px; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.split-heading > p { max-width: 400px; margin-bottom: 5px; }
.process-grid { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.process-grid li { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-right: 0; transition: background .25s, transform .25s; }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid li:hover { background: var(--white); transform: translateY(-5px); }
.process-grid h3 { margin: 18px 0 12px; font-size: 19px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.process-graphic { position: relative; height: 112px; margin-top: 28px; color: var(--forest); overflow: hidden; }
.process-graphic::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, var(--amber) 0 25%, currentColor 25% 73%, transparent 73%); opacity: .7; }
.process-graphic i, .process-graphic b { position: absolute; display: block; box-sizing: border-box; }

.meeting-graphic::before { content: ""; position: absolute; left: 11%; top: 17px; width: 74%; height: 67px; background: radial-gradient(circle, rgba(23,61,53,.22) 1px, transparent 1.5px) 0 0 / 12px 12px; opacity: .45; }
.dialog { border: 1px solid currentColor; background: var(--paper); }
.dialog::after { content: ""; position: absolute; bottom: -7px; width: 11px; height: 11px; border: solid currentColor; background: var(--paper); transform: rotate(45deg); }
.dialog-a { left: 7%; top: 10px; width: 48%; height: 45px; }
.dialog-a::after { left: 16px; border-width: 0 1px 1px 0; }
.dialog-b { right: 7%; top: 46px; width: 48%; height: 38px; border-color: var(--amber); }
.dialog-b::after { right: 16px; border-color: var(--amber); border-width: 0 1px 1px 0; }
.meeting-point { width: 22%; height: 1px; background: currentColor; opacity: .55; }
.point-a { left: 15%; top: 27px; }.point-b { right: 15%; top: 63px; background: var(--amber); }

.scan-frame { left: 11%; top: 8px; width: 72%; height: 78px; border: 1px solid currentColor; background: linear-gradient(90deg, transparent 49.5%, rgba(23,61,53,.12) 50%, transparent 50.5%), linear-gradient(0deg, transparent 49.5%, rgba(23,61,53,.12) 50%, transparent 50.5%); }
.scan-frame::before, .scan-frame::after { content: ""; position: absolute; width: 18px; height: 18px; border-color: var(--amber); border-style: solid; }
.scan-frame::before { left: -5px; top: -5px; border-width: 2px 0 0 2px; }
.scan-frame::after { right: -5px; bottom: -5px; border-width: 0 2px 2px 0; }
.scan-line { left: 5%; top: 46px; width: 85%; height: 1px; background: var(--amber); box-shadow: 0 0 8px rgba(255,182,65,.4); }
.scan-focus { left: calc(47% - 13px); top: 28px; width: 26px; height: 26px; border: 1px solid currentColor; border-radius: 50%; background: var(--paper); }
.scan-focus::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--amber); font-size: 17px; font-weight: 400; }

.route-graphic { background: linear-gradient(90deg, transparent 0 16%, rgba(23,61,53,.07) 16% 16.5%, transparent 16.5% 49%, rgba(23,61,53,.07) 49% 49.5%, transparent 49.5% 82%, rgba(23,61,53,.07) 82% 82.5%, transparent 82.5%); }
.route-line { left: 13%; top: 48px; width: 69%; height: 24px; border: 1px solid currentColor; border-top: 0; border-left: 0; transform: skewX(-28deg); opacity: .78; }
.route-line::before { content: ""; position: absolute; left: 2%; top: -25px; width: 48%; height: 25px; border-top: 1px solid currentColor; border-left: 1px solid currentColor; }
.route-node { top: 16px; width: 14px; height: 14px; border: 2px solid var(--amber); border-radius: 50%; background: var(--paper); }
.route-a { left: 10%; }.route-b { left: 47%; top: 64px; }.route-c { left: 81%; top: 64px; background: var(--amber); }
.route-c::after { content: "✓"; position: absolute; left: 1px; top: -7px; color: var(--forest); font-size: 17px; }

.build-graphic { background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(23,61,53,.07) 18px 19px); }
.build-block { bottom: 20px; border: 1px solid currentColor; background: rgba(23,61,53,.04); }
.block-a { left: 8%; width: 20%; height: 30px; }
.block-b { left: 32%; width: 24%; height: 52px; }
.block-c { left: 60%; width: 25%; height: 77px; background: var(--forest); }
.block-a::before, .block-b::before, .block-c::before { content: ""; position: absolute; left: 7px; right: 7px; top: 8px; height: 1px; background: var(--amber); box-shadow: 0 7px 0 rgba(23,61,53,.32); }
.block-c::before { box-shadow: 0 7px 0 rgba(255,255,255,.28); }
.build-check { right: 6%; top: 4px; width: 25px; height: 12px; border-left: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: rotate(-45deg); }
.journal-preview { background: #e9e4d9; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; background: var(--white); transition: transform .25s, box-shadow .25s; overflow: hidden; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(17,35,31,.1); }
.article-card > span { color: var(--forest); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.article-card h3 { margin: auto 0 18px; font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }
.article-card p { color: var(--muted); font-size: 13px; }
.article-card b { margin-top: 18px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.image-card { position: relative; color: var(--white); }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,23,.88), rgba(7,27,23,.08)); }
.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-card > *:not(img) { position: relative; z-index: 1; }
.image-card > span { color: var(--amber); }

.contact-band { padding-block: 75px; background: var(--forest); color: var(--white); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band h2 { font-size: clamp(34px, 4vw, 55px); }
.contact-band-actions { display: flex; gap: 12px; flex-shrink: 0; }
.site-footer { padding-top: 70px; background: #071714; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .7fr; gap: 70px; padding-bottom: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h2 { margin-bottom: 13px; color: var(--amber); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.footer-grid a:not(.brand), .footer-grid p { color: rgba(255,255,255,.64); font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-brand { margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

.page-hero { padding-block: 90px 80px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.page-hero h1 { font-size: clamp(48px, 7vw, 88px); }
.page-hero p:last-child { color: var(--muted); max-width: 440px; margin-bottom: 8px; }
.page-section { padding-block: 90px; }
.tone-white { background: var(--white); }
.tone-dark { background: var(--forest-deep); color: var(--white); }
.content-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; }
.sticky-title { align-self: start; position: sticky; top: 35px; }
.sticky-title h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.stack-list { border-top: 1px solid var(--line); }
.stack-item { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.stack-item > span { color: var(--amber); font-size: 11px; font-weight: 700; }
.stack-item h3 { margin-bottom: 8px; font-size: 20px; }
.stack-item p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.gallery-grid .gallery-button:nth-child(3) { grid-column: 1 / -1; }
.gallery-grid .gallery-button img { aspect-ratio: 4 / 3; }
.gallery-grid .gallery-button:nth-child(3) img { aspect-ratio: 2.1; }
.notice { padding: 20px 22px; border-left: 3px solid var(--amber); background: rgba(255,255,255,.05); color: rgba(255,255,255,.7); font-size: 13px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.about-grid h2 { font-size: clamp(36px, 5vw, 64px); line-height: 1.06; font-weight: 500; letter-spacing: -.04em; }
.about-grid p { color: var(--muted); }
.about-image { position: relative; }
.about-image img { width: 100%; aspect-ratio: 1.12; object-fit: cover; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.principles-grid article { padding: 40px; background: var(--forest-deep); }
.principles-grid span { color: var(--amber); font-size: 11px; }
.principles-grid h3 { margin: 70px 0 15px; font-size: 22px; }
.principles-grid p { margin-bottom: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.journal-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.journal-entry { display: grid; grid-template-columns: 180px 1fr; gap: 45px; padding: 45px; background: var(--white); }
.journal-entry .meta { color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.journal-entry h2 { font-size: clamp(27px, 3vw, 40px); line-height: 1.16; letter-spacing: -.03em; font-weight: 500; }
.journal-entry p { color: var(--muted); }
.journal-entry ul { padding-left: 18px; color: var(--muted); }
.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact-links { border-top: 1px solid var(--line); }
.contact-row { display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-row span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-row b { font-size: 17px; overflow-wrap: anywhere; }
.contact-row i { color: var(--amber); font-style: normal; font-size: 19px; }
.contact-note { padding: 34px; background: var(--forest); color: var(--white); }
.contact-note h2 { font-size: 32px; line-height: 1.15; font-weight: 500; }
.contact-note p { color: rgba(255,255,255,.66); }

.lightbox { width: min(1100px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; background: #071714; color: var(--white); box-shadow: 0 20px 70px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(2,12,10,.86); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: calc(100vh - 100px); object-fit: contain; }
.lightbox p { margin: 0; padding: 14px 20px; color: rgba(255,255,255,.65); font-size: 12px; }
.lightbox-close { position: fixed; top: 24px; right: 24px; z-index: 2; width: 44px; height: 44px; border: 0; background: var(--amber); color: var(--ink); font-size: 28px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s, transform .65s; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes heroIn { from { opacity: .4; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
@keyframes bounce { 50% { transform: translateY(6px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .header-inner { min-height: 76px; }
  .header-call { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 1; inset: 0; padding: 115px 24px 40px; background: var(--forest-deep); color: var(--white); flex-direction: column; align-items: flex-start; gap: 8px; transform: translateX(100%); transition: transform .35s; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { font-size: 25px; }
  .intro-grid, .page-hero-grid, .content-grid, .about-grid, .contacts-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-strip, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-strip article:nth-child(2) { border-right: 0; }
  .service-strip article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; gap: 70px; }
  .feature-media { width: calc(100% - 25px); }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card:last-child { grid-column: 1 / -1; min-height: 280px; }
  .sticky-title { position: static; }
  .principles-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 28px); }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 70px; }
  .hero h1 { font-size: clamp(48px, 16vw, 72px); }
  .hero-lead { font-size: 14px; max-width: 95%; }
  .hero-actions, .contact-band-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: min(100%, 270px); }
  .hero-note { top: calc(100% + 45px); max-width: 300px; }
  .scroll-cue { display: none; }
  .section, .page-section { padding-block: 72px; }
  .intro-grid { margin-bottom: 50px; }
  .intro-copy { padding-top: 0; }
  .service-strip, .process-grid, .article-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-strip article, .service-strip article + article { padding: 25px 5px; border-right: 0; border-top: 1px solid var(--line); }
  .service-strip article:first-child { border-top: 0; }
  .process-grid li, .process-grid li:last-child { border-right: 1px solid var(--line); border-bottom: 0; }
  .process-grid li:last-child { border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 18px; }
  .split-heading, .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .article-card, .article-card:last-child { grid-column: auto; min-height: 340px; }
  .contact-band-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-hero { padding-block: 65px 55px; }
  .gallery-grid .gallery-button:nth-child(3) { grid-column: auto; }
  .gallery-grid .gallery-button:nth-child(3) img { aspect-ratio: 4 / 3; }
  .principles-grid article { padding: 30px; }
  .journal-entry { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .contact-row { grid-template-columns: 90px 1fr auto; gap: 10px; }
  .contact-row b { font-size: 14px; }
}
