@charset "UTF-8";

:root {
  --ink: #071a2e;
  --blue-deep: #0a2d4d;
  --blue: #547da9;
  --accent: #1674c8;
  --pale: #edf4f8;
  --line: #b9c8d4;
  --white: #fff;
  --gutter: clamp(24px, 4vw, 64px);
  --header-h: 86px;
  --display: Inter, "Helvetica Neue", Arial, sans-serif;
  --headline: "Barlow Condensed", Inter, "Helvetica Neue", Arial, sans-serif;
  --body: Manrope, Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.page-progress { position: fixed; z-index: 300; top: 0; right: 0; left: 0; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; }

.site-header { position: sticky; z-index: 200; top: 0; height: var(--header-h); border-bottom: 1px solid #d7e0e6; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-shell { display: grid; grid-template-columns: minmax(185px,1fr) auto 1px auto auto; align-items: center; gap: clamp(24px,3.2vw,52px); max-width: 1680px; height: 100%; margin: auto; padding: 0 clamp(26px,3.4vw,58px); }
.brand { width: 146px; }
.brand img { height: 66px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: clamp(25px,2.5vw,42px); font-family: var(--display); font-size: 14px; font-weight: 500; }
.primary-nav a, .header-phone { position: relative; padding: 34px 0 31px; }
.primary-nav a::after, .header-phone::after { content: ""; position: absolute; right: 0; bottom: 23px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after, .header-phone:hover::after { transform: scaleX(1); transform-origin: left; }
.header-divider { width: 1px; height: 24px; background: var(--line); }
.header-phone { font-family: var(--display); font-size: 14px; white-space: nowrap; }
.header-cta, .button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid transparent; font-family: var(--display); font-size: 14px; font-weight: 500; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.header-cta, .button-primary { color: var(--white); background: var(--blue-deep); }
.header-cta:hover, .button-primary:hover { background: var(--blue); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 13px 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s ease; }

.short-rule { display: block; width: 102px; height: 3px; margin: 28px 0; background: var(--accent); }
.signal-rule { display: grid; grid-template-columns: 72px 7px 72px; align-items: center; gap: 9px; width: max-content; margin: 0 0 28px; }
.signal-rule::before, .signal-rule::after { content: ""; height: 1px; background: var(--accent); }
.signal-rule i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--blue); color: var(--blue-deep); font-size: 17px; }
.text-link svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.circuit-line { overflow: visible; }
.circuit-line path { fill: none; stroke: var(--accent); stroke-width: 1.5; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: 1; animation: line-draw 1.7s cubic-bezier(.25,.8,.25,1) .35s forwards; }
@keyframes line-draw { to { stroke-dashoffset: 0; } }

.roof-aperture { clip-path: polygon(23% 0,100% 0,100% 100%,0 100%,0 73%,12% 73%,12% 63%,0 63%,0 26%); }

.hero-superior { position: relative; display: grid; grid-template-columns: 43% 57%; height: min(calc(100svh - var(--header-h)), 720px); min-height: 640px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-seal { position: absolute; z-index: 0; top: 58px; left: 2.5%; width: min(26vw,390px); opacity: .075; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px var(--gutter) 76px; }
.hero h1 { margin: 0; font-family: var(--headline); font-size: clamp(100px,10.3vw,170px); font-weight: 600; letter-spacing: -.055em; line-height: .76; }
.hero-copy > p { margin: 28px 0 36px; color: var(--blue); font-size: clamp(18px,1.32vw,22px); line-height: 1.38; }
.hero-media { position: relative; z-index: 1; overflow: hidden; margin: 24px 0 0 -16%; background: var(--pale); }
.hero-media img { height: 100%; object-fit: cover; object-position: center 48%; animation: hero-image-in 1.25s cubic-bezier(.2,.75,.2,1) both; will-change: transform; }
.hero-media figcaption { position: absolute; right: 0; bottom: 0; left: 18%; display: flex; justify-content: space-between; padding: 24px 28px; color: var(--white); font-size: 12px; text-shadow: 0 1px 12px rgba(7,26,46,.65); }
.hero-media figcaption span:last-child::before { content: "—"; margin-right: 10px; }
.hero-circuit { position: absolute; z-index: 3; bottom: 39px; left: 0; width: 48%; height: 180px; pointer-events: none; }
@keyframes hero-image-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

.opening { display: grid; grid-template-columns: 35% 65%; min-height: 390px; }
.opening-field { position: relative; overflow: hidden; background: var(--ink); }
.opening-field .circuit-line { position: absolute; right: -4%; bottom: 0; width: 108%; height: 90%; }
.opening-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 65px clamp(42px,6vw,104px); }
.opening h2 { max-width: 770px; margin: 0; font-family: var(--headline); font-size: clamp(56px,5vw,84px); font-weight: 600; letter-spacing: -.035em; line-height: .9; }
.opening p { max-width: 590px; margin: 0; color: var(--blue); font-size: 18px; line-height: 1.55; }

.work-superior { position: relative; padding-top: 0; background: var(--white); }
.work-title-row { position: absolute; z-index: 2; top: 68px; right: 0; left: 0; display: grid; grid-template-columns: 35% 65%; align-items: end; padding: 0 var(--gutter); pointer-events: none; }
.work-title-row h2 { margin: 0; font-family: var(--headline); font-size: clamp(104px,10vw,168px); font-weight: 600; letter-spacing: -.05em; line-height: .72; }
.work-title-row .circuit-line { width: 90%; height: 125px; }
.case { position: relative; }
.case-edge { display: grid; grid-template-columns: 35% 65%; min-height: 620px; margin-top: 0; }
.case-edge .case-copy { justify-content: flex-end; padding-bottom: 62px; }
.case-edge .case-media { min-height: 620px; }
.case-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 50px var(--gutter); }
.case-copy b { margin-bottom: 10px; color: var(--blue); font-family: var(--display); font-size: 16px; }
.case-copy h3 { margin: 0; font-family: var(--headline); font-size: clamp(54px,5vw,84px); font-weight: 600; letter-spacing: -.035em; line-height: .84; }
.case-copy p { margin: 20px 0 0; color: var(--blue); font-size: 17px; line-height: 1.35; }
.case-copy p span::before { content: "—"; margin: 0 9px; }
.case-media { min-height: 430px; overflow: hidden; margin: 0; }
.case-media img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.case:hover .case-media img { transform: scale(1.025); }
.case-pair { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.case-pair .case { display: grid; grid-template-columns: 42% 58%; min-height: 410px; }
.case-pair .case + .case { border-left: 1px solid var(--line); }
.case-pair .case-copy { padding-right: 30px; }
.case-pair .case-copy h3 { font-size: clamp(43px,3.9vw,66px); }
.case-pair .case-copy p { font-size: 14px; }
.case-pair .case-media { min-height: 320px; margin-top: 50px; }
.case-residential .case-media img { object-position: 53% center; }
.case-edge-progress .case-media img { object-position: center; }
.work-rail { position: relative; display: grid; grid-template-columns: 1.5fr .5fr; align-items: center; gap: 60px; min-height: 170px; padding: 28px var(--gutter); background: var(--ink); }
.work-rail .circuit-line { width: 100%; height: 100px; }
.button-outline-light { min-width: 260px; color: var(--white); border-color: #82a3c2; background: transparent; }
.button-outline-light:hover { color: var(--ink); background: var(--white); }

.solutions { display: grid; grid-template-columns: 43% 57%; min-height: 650px; padding: 98px var(--gutter) 60px; }
.solution-ledger { padding-right: clamp(28px,4vw,70px); }
.solution-ledger .short-rule { margin-top: 0; }
.solution-ledger h2 { margin: 0 0 24px; font-family: var(--headline); font-size: clamp(64px,5.7vw,94px); font-weight: 600; letter-spacing: -.035em; line-height: .9; }
.solution-ledger nav { border-top: 1px solid var(--line); }
.solution-ledger nav a { display: flex; min-height: 76px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(27px,2.5vw,42px); font-weight: 700; letter-spacing: -.045em; transition: padding .3s ease, color .3s ease; }
.solution-ledger nav a:hover, .solution-ledger nav a.is-active { padding-left: 16px; color: var(--blue); }
.solution-ledger nav svg { width: 29px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.25; }
.roof-map { position: relative; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding-left: clamp(15px,3vw,50px); }
.roof-map > p { margin: 0 0 -40px 11%; color: var(--blue); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.roof-map svg { width: 100%; height: auto; overflow: visible; }
.roof-map path, .roof-map circle { fill: none; stroke: var(--blue); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.map-mountains { opacity: .45; }
.map-mountains path { stroke-dasharray: 3 5; }
.roof-axon path { fill: rgba(237,244,248,.32); }
.map-labels text { fill: var(--blue); font-family: var(--body); font-size: 14px; }
.map-labels circle { fill: var(--blue); }

.turf-story { position: relative; overflow: hidden; padding: 92px var(--gutter) 110px; border-top: 1px solid var(--line); background: var(--white); }
.turf-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-areas: "signal over" "title title" "dek dek"; align-items: end; margin-bottom: 58px; }
.turf-heading .signal-rule { grid-area: signal; align-self: start; }
.turf-heading > p { grid-area: over; margin: 0; font-family: var(--display); font-size: clamp(22px,2.2vw,34px); font-weight: 700; letter-spacing: -.035em; }
.turf-heading h2 { grid-area: title; margin: 6px 0 6px; font-family: var(--headline); font-size: clamp(96px,10.5vw,176px); font-weight: 600; letter-spacing: -.05em; line-height: .8; }
.turf-heading > span:last-child { grid-area: dek; max-width: 650px; color: var(--blue-deep); font-size: clamp(18px,1.6vw,25px); font-weight: 500; line-height: 1.35; }
.turf-comparison { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; border: 1px solid var(--line); }
.turf-comparison figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.turf-comparison img { height: 100%; min-height: 480px; object-fit: cover; }
.turf-comparison figcaption { position: absolute; bottom: 18px; min-width: 126px; padding: 12px 22px; color: var(--ink); background: var(--white); font-family: var(--display); font-size: 17px; font-weight: 700; text-align: center; }
.turf-comparison figure:first-child figcaption { left: 18px; }
.turf-comparison figure:last-child figcaption { right: 18px; }
.comparison-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--accent); }
.comparison-line i { position: absolute; top: 50%; left: 50%; display: block; width: 32px; height: 32px; border: 8px solid var(--accent); background: var(--white); transform: translate(-50%,-50%); }
.turf-detail { display: grid; grid-template-columns: 58% 42%; min-height: 380px; margin-top: 42px; }
.turf-detail figure { overflow: hidden; margin: 0; clip-path: polygon(14% 0,100% 0,100% 100%,0 100%,0 22%); }
.turf-detail figure img { height: 100%; object-fit: cover; }
.turf-detail > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px 0 42px clamp(36px,5vw,86px); }
.turf-detail p { max-width: 470px; margin: 0 0 34px; color: var(--blue); font-size: 18px; line-height: 1.55; }

.field-method { position: relative; display: grid; grid-template-columns: 33% 67%; min-height: 250px; padding: 46px var(--gutter) 60px; color: var(--white); background: var(--ink); }
.method-heading { align-self: center; padding-right: 30px; }
.method-heading .short-rule { margin: 0 0 22px; }
.method-heading h2 { max-width: 430px; margin: 0; font-family: var(--headline); font-size: clamp(46px,4.2vw,70px); font-weight: 600; line-height: .9; letter-spacing: -.035em; }
.method-steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5,1fr); align-self: center; margin: 0; padding: 0 0 42px; list-style: none; }
.method-steps li { display: grid; gap: 4px; padding: 0 25px; border-left: 1px dashed #58738b; }
.method-steps b { color: #76a5d2; font-family: var(--display); font-size: clamp(38px,3.7vw,62px); font-weight: 400; line-height: 1; -webkit-text-stroke: 1px #76a5d2; color: transparent; }
.method-steps span { font-family: var(--display); font-size: 18px; font-weight: 600; }
.method-path { position: absolute; right: var(--gutter); bottom: 42px; width: calc(67% - var(--gutter)); height: 80px; }
.method-path path, .method-path circle { fill: var(--ink); stroke: var(--white); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.method-path path { stroke-dasharray: 1; stroke-dashoffset: 1; }
.field-method.is-visible .method-path path { animation: line-draw 1.7s ease forwards .25s; }

.arizona { position: relative; min-height: 520px; overflow: hidden; padding: 82px var(--gutter); background: var(--white); }
.arizona-seal { position: absolute; z-index: 0; top: 48px; right: 8%; width: min(29vw,430px); opacity: .065; pointer-events: none; }
.arizona-copy { position: relative; z-index: 2; max-width: 560px; }
.arizona-copy .short-rule { margin-top: 0; }
.arizona h2 { margin: 0; font-family: var(--headline); font-size: clamp(84px,7.4vw,122px); font-weight: 600; letter-spacing: -.04em; line-height: .82; }
.arizona p { max-width: 510px; margin: 24px 0 0; color: var(--blue); font-size: 20px; line-height: 1.5; }
.desert-contour { position: absolute; right: -2%; bottom: -6px; width: 78%; height: 88%; }
.desert-contour path { fill: none; stroke: #6c9bcc; stroke-width: 1.1; vector-effect: non-scaling-stroke; }
.desert-contour g { opacity: .72; }
.desert-contour .cactus { stroke-width: 1.35; }

.team-preview { position: relative; display: grid; grid-template-columns: 43% 57%; min-height: 580px; overflow: hidden; border-top: 1px solid var(--line); }
.team-preview-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px var(--gutter); }
.team-preview h2 { margin: 0; font-family: var(--headline); font-size: clamp(76px,6.6vw,110px); font-weight: 600; letter-spacing: -.04em; line-height: .8; }
.team-preview p { max-width: 500px; margin: 0 0 38px; color: var(--blue); font-size: 18px; line-height: 1.55; }
.team-preview-media { overflow: hidden; margin: 24px 0 0 -12%; }
.team-preview-media img { height: 100%; object-fit: cover; object-position: 54% center; transition: transform .8s ease; }
.team-preview:hover .team-preview-media img { transform: scale(1.02); }
.team-circuit { position: absolute; z-index: 3; bottom: 35px; left: 0; width: 47%; height: 150px; pointer-events: none; }

.consult-superior { position: relative; display: grid; grid-template-columns: minmax(0,.35fr) minmax(0,.65fr); gap: clamp(45px,6vw,110px); min-height: 590px; padding: 70px var(--gutter) 88px; color: var(--white); background: var(--ink); }
.consult-heading { position: relative; z-index: 2; align-self: start; }
.consult h2 { margin: 0; font-family: var(--headline); font-size: clamp(70px,6.1vw,102px); font-weight: 600; letter-spacing: -.04em; line-height: .8; }
.consult-heading .short-rule { margin: 34px 0; }
.consult-phone { font-family: var(--display); font-size: clamp(25px,2.4vw,38px); letter-spacing: -.04em; }
.consult-form { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-self: start; gap: 12px; padding-top: 6px; }
.consult-form label { position: relative; }
.consult-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.consult-form input, .consult-form select, .consult-form textarea { width: 100%; border: 1px solid #5689ba; border-radius: 0; color: var(--white); background: transparent; outline: 0; }
.consult-form input, .consult-form select { height: 58px; padding: 0 18px; }
.consult-form textarea { min-height: 118px; padding: 17px 18px; resize: vertical; }
.consult-form input::placeholder, .consult-form textarea::placeholder { color: #d8e2eb; opacity: .9; }
.consult-form select { color: #d8e2eb; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: #a9d2f7; box-shadow: inset 0 0 0 1px #a9d2f7; }
.form-wide, .consult-form button, .form-status { grid-column: 1 / -1; }
.consult-form button { justify-self: start; min-width: 255px; min-height: 58px; padding: 0 26px; border: 1px solid var(--white); color: var(--ink); background: var(--white); font-family: var(--display); font-size: 15px; font-weight: 600; cursor: pointer; transition: color .25s ease, background .25s ease; }
.consult-form button:hover { color: var(--white); background: transparent; }
.form-status { min-height: 25px; margin: 4px 0 0; color: #d3dee8; font-size: 13px; line-height: 1.5; }
.form-status a { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.consult-circuit { position: absolute; right: 0; bottom: 28px; width: 58%; height: 96px; pointer-events: none; }

.site-footer { display: grid; grid-template-columns: 180px auto minmax(210px,1fr) auto minmax(300px,auto); align-items: center; gap: clamp(18px,2.8vw,45px); padding: 34px var(--gutter) 24px; border-top: 1px solid var(--line); }
.footer-brand { width: 150px; }
.footer-brand img { height: 76px; object-fit: contain; object-position: left; }
.footer-phone, .site-footer p, .site-footer nav { padding-left: clamp(12px,2vw,34px); border-left: 1px solid var(--line); }
.footer-phone, .site-footer p, .site-footer nav { font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer p span::before { content: "—"; margin: 0 8px; color: var(--line); }
.site-footer nav { display: flex; gap: 20px; }
.profile-links { justify-content: flex-end; }
.site-footer small { grid-column: 2 / -1; color: #667a8d; font-size: 10px; }
.mobile-call { display: none; }

/* Team page */
.team-hero { position: relative; display: grid; grid-template-columns: 43% 57%; height: min(calc(100svh - var(--header-h)), 720px); min-height: 640px; overflow: hidden; border-bottom: 1px solid var(--line); }
.team-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 60px var(--gutter); }
.team-hero-seal { position: absolute; z-index: 0; top: 46px; left: 5%; width: min(33vw,480px); opacity: .07; pointer-events: none; }
.team-hero h1 { margin: 0; font-family: var(--headline); font-size: clamp(96px,8.6vw,142px); font-weight: 600; letter-spacing: -.045em; line-height: .78; }
.team-hero-copy .signal-rule { margin: 32px 0 0; }
.team-hero-copy p { max-width: 520px; margin: 32px 0; color: var(--blue); font-size: 19px; line-height: 1.55; }
.team-hero-copy > a { padding-bottom: 7px; border-bottom: 1px solid var(--blue); color: var(--blue-deep); }
.team-hero figure { position: relative; overflow: hidden; margin: 24px 0 0 -12%; clip-path: polygon(23% 0,100% 0,100% 100%,0 100%,0 72%,12% 72%,12% 62%,0 62%,0 27%); }
.team-hero figure img { height: 100%; object-fit: cover; object-position: 55% center; }
.team-hero figcaption { position: absolute; right: 0; bottom: 0; left: 18%; display: flex; justify-content: space-between; padding: 24px 28px; color: var(--white); font-size: 12px; text-shadow: 0 1px 12px rgba(7,26,46,.65); }
.team-hero figcaption span::before { content: "—"; margin-right: 8px; }
.team-profile { display: grid; grid-template-columns: 42% 58%; align-items: center; min-height: 650px; padding: 80px var(--gutter); background: var(--pale); }
.team-initials { color: var(--ink); font-family: var(--display); font-size: clamp(230px,25vw,405px); font-weight: 700; letter-spacing: -.13em; line-height: .72; }
.team-profile-copy { max-width: 650px; padding-left: clamp(30px,6vw,100px); }
.team-profile h2 { margin: 0 0 12px; font-family: var(--headline); font-size: clamp(62px,5.5vw,92px); font-weight: 600; letter-spacing: -.035em; line-height: .85; }
.team-role { margin: 0 0 34px; color: var(--blue); font-size: 18px; }
.team-profile-copy > p:not(.team-role) { margin: 0 0 38px; font-size: 20px; line-height: 1.65; }
.team-profile-copy > a { padding-bottom: 7px; border-bottom: 1px solid var(--blue); }
.team-collective { background: var(--white); }
.team-collective-copy { padding: 95px var(--gutter) 58px; }
.team-collective h2 { margin: 0 0 20px; font-family: var(--headline); font-size: clamp(78px,7vw,116px); font-weight: 600; letter-spacing: -.04em; line-height: .82; }
.team-collective p { max-width: 760px; margin: 0; color: var(--blue); font-size: 21px; line-height: 1.55; }
.team-collective figure { height: min(500px,38vw); overflow: hidden; margin: 0; clip-path: polygon(10% 0,100% 0,100% 100%,0 100%,0 18%); }
.team-collective figure img { height: 100%; object-fit: cover; object-position: center 42%; }
.team-method { padding: 95px var(--gutter) 120px; }
.team-method h2 { margin: 0 0 42px; font-family: var(--headline); font-size: clamp(66px,5.8vw,96px); font-weight: 600; letter-spacing: -.035em; }
.team-method ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.team-method li { display: grid; grid-template-columns: 90px minmax(270px,.8fr) 1.2fr; align-items: center; gap: 30px; min-height: 130px; border-bottom: 1px solid var(--line); }
.team-method b { color: var(--blue); font-family: var(--display); font-size: 38px; font-weight: 400; }
.team-method h3 { margin: 0; font-family: var(--display); font-size: 28px; letter-spacing: -.04em; }
.team-method p { max-width: 580px; margin: 0; font-size: 16px; line-height: 1.6; }
.team-contact { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; min-height: 430px; padding: 80px var(--gutter); color: var(--white); background: var(--ink); }
.team-contact h2 { margin: 0; font-family: var(--headline); font-size: clamp(88px,8.1vw,134px); font-weight: 600; letter-spacing: -.04em; line-height: .76; }
.team-contact > div { display: grid; justify-items: start; gap: 30px; }
.team-contact-phone { font-family: var(--display); font-size: 36px; }
.team-contact-cta { display: inline-flex; min-height: 58px; align-items: center; padding: 0 28px; border: 1px solid #86a4bd; }
.team-contact-cta:hover { color: var(--ink); background: var(--white); }

#work, #services, #turf, #process, #about, #consult, #online, #owner, #collective, #method, #team-contact { scroll-margin-top: var(--header-h); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal-ready [data-reveal="media"] { transform: translateY(22px) scale(.985); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .header-shell { grid-template-columns: minmax(160px,1fr) auto 1px auto auto; gap: 24px; padding: 0 26px; }
  .header-phone { display: none; }.header-divider { display: none; }
  .hero-superior { grid-template-columns: 47% 53%; }.hero h1 { font-size: 88px; }
  .case-pair .case { grid-template-columns: 1fr; }.case-pair .case-media { margin: 0; }.case-pair .case-copy { min-height: 245px; }
  .solutions { grid-template-columns: 1fr 1fr; }.solution-ledger nav a { font-size: 28px; }
  .turf-comparison, .turf-comparison img { min-height: 420px; }
  .turf-detail { grid-template-columns: 55% 45%; }
  .site-footer { grid-template-columns: 160px auto 1fr auto; }.profile-links { grid-column: 2 / -1; justify-content: flex-start; }.site-footer small { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  body { padding-bottom: 66px; }
  .site-header { height: var(--header-h); }
  .header-shell { grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand { width: 130px; }.brand img { height: 55px; }
  .menu-toggle { display: block; color: var(--white); background: var(--ink); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: var(--header-h) 0 auto; display: grid; gap: 0; padding: 20px 24px 30px; color: var(--white); background: var(--ink); transform: translateY(-130%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: none; }.primary-nav a { padding: 17px 0; border-bottom: 1px solid #38516a; font-size: 20px; }.primary-nav a::after { display: none; }
  .header-divider, .header-phone, .header-cta { display: none; }

  .roof-aperture { clip-path: polygon(58% 0,100% 0,100% 100%,0 100%,0 27%); }
  .hero-superior { display: grid; grid-template-columns: 1fr; height: auto; min-height: 0; }
  .hero-copy { min-height: 520px; padding: 74px 24px 46px; }
  .hero h1 { font-size: clamp(72px,20vw,104px); }
  .hero-seal { top: 72px; left: 8%; width: 78vw; max-width: 350px; opacity: .055; }
  .hero-copy > p { margin: 26px 0 30px; font-size: 17px; }
  .hero-media { height: 86vw; min-height: 430px; margin: 0; }
  .hero-media figcaption { left: 0; padding: 22px 24px; font-size: 11px; }
  .hero-circuit { display: none; }
  .button { min-height: 58px; }

  .opening { display: block; min-height: 0; }
  .opening-field { display: none; }
  .opening-copy { min-height: 420px; padding: 80px 24px; }
  .opening h2 { font-size: clamp(48px,12.5vw,66px); }
  .opening p { font-size: 17px; }

  .work-superior { padding-top: 70px; color: var(--white); background: var(--ink); }
  .work-title-row { position: static; display: block; padding: 0 24px 38px; pointer-events: auto; }
  .work-title-row h2 { font-size: clamp(70px,19vw,100px); line-height: .85; }
  .work-title-row .circuit-line { display: none; }
  .case-edge, .case-pair, .case-pair .case { display: grid; grid-template-columns: 1fr; min-height: 0; margin: 0; }
  .case-pair { border-top: 1px solid #39516a; }
  .case-pair .case + .case { border-left: 0; border-top: 1px solid #39516a; }
  .case-copy, .case-pair .case-copy { min-height: 260px; padding: 44px 24px 36px; }
  .case-copy h3, .case-pair .case-copy h3 { font-size: 48px; }
  .case-copy p { color: #80aed9; }
  .case-media, .case-pair .case-media { height: 74vw; min-height: 340px; margin: 0; }
  .case-media.roof-aperture { clip-path: polygon(58% 0,100% 0,100% 100%,0 100%,0 23%); }
  .work-rail { grid-template-columns: 1fr; gap: 15px; padding: 32px 24px 60px; }
  .work-rail .circuit-line { height: 60px; }.button-outline-light { width: 100%; }

  .solutions { grid-template-columns: 1fr; min-height: 0; padding: 80px 24px 60px; }
  .solution-ledger { padding: 0; }.solution-ledger h2 { font-size: 56px; }.solution-ledger nav a { min-height: 72px; font-size: 29px; }
  .roof-map { padding: 60px 0 0; }.roof-map > p { margin: 0 0 -20px; }.roof-map svg { max-height: 520px; }

  .turf-story { padding: 76px 24px 88px; }
  .turf-heading { display: block; margin-bottom: 42px; }
  .turf-heading > p { margin-bottom: 24px; font-size: 22px; }
  .turf-heading h2 { margin: 0 0 16px; font-size: clamp(82px,22vw,116px); }
  .turf-heading > span:last-child { display: block; font-size: 18px; }
  .turf-comparison { grid-template-columns: 1fr; min-height: 0; border: 0; }
  .turf-comparison figure { min-height: 340px; border: 1px solid var(--line); }
  .turf-comparison figure + figure { border-top: 0; }
  .turf-comparison img { min-height: 340px; }
  .turf-comparison figcaption { right: auto !important; left: 16px !important; bottom: 16px; }
  .comparison-line { top: 50%; right: 0; bottom: auto; left: 0; width: auto; height: 1px; }
  .turf-detail { grid-template-columns: 1fr; min-height: 0; margin-top: 28px; }
  .turf-detail figure { height: 72vw; min-height: 340px; }
  .turf-detail > div { padding: 54px 0 0; }

  .field-method { display: block; min-height: 0; padding: 70px 24px 90px; }
  .method-heading { padding: 0; }.method-heading h2 { font-size: 52px; }
  .method-steps { grid-template-columns: 1fr; gap: 0; padding: 42px 0 0 44px; }
  .method-steps li { position: relative; grid-template-columns: 70px 1fr; align-items: center; min-height: 82px; padding: 0 0 0 22px; border-left: 1px dashed #58738b; }
  .method-steps b { font-size: 46px; }.method-steps span { font-size: 21px; }
  .method-path { top: 225px; bottom: auto; left: 28px; width: 50px; height: 345px; transform: rotate(90deg); transform-origin: left top; }

  .arizona { min-height: 610px; padding: 80px 24px; }.arizona h2 { font-size: 84px; }.arizona p { font-size: 18px; }.desert-contour { right: -45%; bottom: 0; width: 170%; height: 58%; }.arizona-seal { top: 36px; right: -6%; width: 78vw; opacity: .05; }

  .team-preview { grid-template-columns: 1fr; min-height: 0; }
  .team-preview-copy { min-height: 520px; padding: 76px 24px; }
  .team-preview h2 { font-size: 58px; }.team-preview-media { height: 82vw; min-height: 390px; margin: 0; }.team-circuit { display: none; }

  .consult-superior { grid-template-columns: 1fr; gap: 45px; min-height: 0; padding: 78px 24px 95px; }
  .consult h2 { font-size: 58px; }.consult-form { grid-template-columns: 1fr; }.consult-form label, .form-wide, .consult-form button, .form-status { grid-column: 1; }.consult-form button { width: 100%; }.consult-circuit { display: none; }

  .site-footer { grid-template-columns: 1fr; gap: 24px; padding: 38px 24px 44px; }
  .footer-brand { width: 170px; }.footer-phone, .site-footer p, .site-footer nav { padding: 0; border-left: 0; }.site-footer nav { flex-wrap: wrap; }.profile-links { grid-column: 1; }.site-footer small { grid-column: 1; }
  .mobile-call { position: fixed; z-index: 250; right: 0; bottom: 0; left: 0; display: flex; height: 66px; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--white); background: var(--blue-deep); box-shadow: 0 -4px 20px rgba(7,26,46,.15); }
  .mobile-call span { display: flex; align-items: center; gap: 9px; font-size: 11px; }.mobile-call svg { width: 20px; fill: var(--white); }.mobile-call strong { font-family: var(--display); font-size: 16px; }

  .team-hero { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .team-hero-copy { min-height: 540px; padding: 72px 24px; }.team-hero h1 { font-size: 84px; }.team-hero figure { height: 84vw; min-height: 390px; margin: 0; clip-path: polygon(58% 0,100% 0,100% 100%,0 100%,0 26%); }.team-hero-seal { top: 45px; left: 10%; width: 75vw; opacity: .05; }
  .team-hero figcaption { left: 0; padding: 22px 24px; }
  .team-profile { grid-template-columns: 1fr; min-height: 0; padding: 85px 24px 100px; }.team-initials { font-size: 46vw; }.team-profile-copy { padding: 70px 0 0; }.team-profile h2 { font-size: 49px; }
  .team-collective-copy { padding: 80px 24px 54px; }.team-collective h2 { font-size: 54px; }.team-collective figure { height: 72vw; min-height: 330px; clip-path: polygon(35% 0,100% 0,100% 100%,0 100%,0 28%); }
  .team-method { padding: 80px 24px 100px; }.team-method h2 { font-size: 52px; }.team-method li { grid-template-columns: 56px 1fr; gap: 16px; padding: 26px 0; }.team-method h3 { font-size: 24px; }.team-method p { grid-column: 2; }.team-contact { grid-template-columns: 1fr; gap: 55px; padding: 78px 24px 90px; }.team-contact h2 { font-size: 64px; }
}

@media (max-width: 430px) {
  .hero-copy { min-height: 500px; }.hero h1 { font-size: 88px; }.hero-media { min-height: 400px; }
  .opening h2 { font-size: 48px; }.opening-copy { min-height: 390px; }
  .case-copy h3, .case-pair .case-copy h3 { font-size: 43px; }.solution-ledger nav a { font-size: 26px; }
  .turf-heading h2 { font-size: 84px; }.turf-comparison figure, .turf-comparison img { min-height: 310px; }
  .arizona h2 { font-size: 76px; }.team-preview h2 { font-size: 68px; }.consult h2 { font-size: 64px; }
  .team-hero h1 { font-size: 76px; }.team-profile h2 { font-size: 58px; }.team-collective h2 { font-size: 62px; }.team-contact h2 { font-size: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
