:root {
  --forest: #183d30;
  --forest-deep: #0d2a21;
  --moss: #58715a;
  --sage: #b9c4ae;
  --cream: #f3efe5;
  --paper: #fbf8f1;
  --ink: #19211e;
  --amber: #d6994f;
  --line: rgba(25, 33, 30, .16);
  --display: "Bodoni Moda", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --wrap: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 154px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; background: white; color: black; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 88px; padding-inline: max(24px, calc((100vw - 1400px)/2)); color: white; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 72px; background: rgba(251,248,241,.95); color: var(--ink); box-shadow: 0 8px 28px rgba(13,42,33,.09); backdrop-filter: blur(16px); border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 220px; }
.brand-mark { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; }
.brand-type { display: flex; flex-direction: column; line-height: 1.1; }
.brand-type strong { font-family: var(--display); font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.brand-type small { margin-top: 4px; white-space: nowrap; text-transform: uppercase; font-size: 7.5px; letter-spacing: .12em; opacity: .78; }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 34px); font-size: 12px; font-weight: 600; letter-spacing: .035em; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav > a:hover::after { right: 0; }
.nav-call { opacity: .82; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: currentColor; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 25px; background: var(--amber); color: #172019; border: 1px solid var(--amber); font-size: 12px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, box-shadow .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: #e1ac6a; box-shadow: 0 12px 34px rgba(0,0,0,.18); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 6px; }
.text-link span { font-size: 18px; transition: transform .25s; }
.text-link:hover span { transform: translate(4px, 3px); }
.text-link.dark { color: var(--ink); border-color: var(--ink); }

.hero { position: relative; min-height: 100svh; color: white; display: grid; align-items: end; overflow: hidden; background: var(--forest-deep); }
.hero-image { position: absolute; inset: 0; background: url('/assets/hero-solarium.webp?v=20260809-2') center center / cover no-repeat; animation: heroZoom 12s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,17,.84) 0%, rgba(7,22,17,.55) 35%, rgba(7,22,17,.12) 70%), linear-gradient(0deg, rgba(7,22,17,.68) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-top: 150px; padding-bottom: clamp(92px, 11vh, 140px); }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.hero h1 { max-width: 830px; font-size: clamp(66px, 8.8vw, 136px); text-wrap: balance; }
h1 em, h2 em { color: var(--amber); font-weight: 400; }
.hero-copy { max-width: 610px; margin: 30px 0 0; font-family: var(--display); font-size: clamp(20px, 2vw, 27px); line-height: 1.42; letter-spacing: -.012em; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.visualization-label { position: absolute; z-index: 2; top: 112px; right: max(24px, calc((100vw - 1240px)/2)); max-width: 250px; margin: 0; padding: 7px 10px; border: 1px solid rgba(255,255,255,.45); background: rgba(7,24,18,.68); font-size: 8px; line-height: 1.45; text-align: right; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.9); }
.reveal { opacity: 0; transform: translateY(24px); animation: revealUp .8s .2s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal-delay-1 { animation-delay: .36s; }
.reveal-delay-2 { animation-delay: .52s; }
.reveal-delay-3 { animation-delay: .68s; }
@keyframes revealUp { to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1); } }

.marquee { overflow: hidden; background: var(--amber); color: #172019; padding: 14px 0; }
.marquee-track { display: flex; align-items: center; width: max-content; gap: 23px; white-space: nowrap; animation: marquee 30s linear infinite; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.marquee-track i { font-style: normal; font-size: 9px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-number { display: flex; align-items: center; gap: 15px; margin-bottom: 58px; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 700; color: var(--moss); }
.section-number::after { content: ""; width: 72px; height: 1px; background: currentColor; opacity: .45; }
.section-number.light { color: var(--sage); }
.intro-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.intro h2, .craft h2, .local h2, .faq h2 { font-size: clamp(52px, 6vw, 92px); }
.intro h2 em, .craft h2 em, .local h2 em, .faq h2 em { color: var(--moss); }
.lead { margin-top: 0; font-family: var(--display); font-size: clamp(23px, 2.5vw, 34px); line-height: 1.38; letter-spacing: -.02em; }
.intro-grid p:not(.lead) { max-width: 580px; color: #58615e; }
.use-selector { margin-top: clamp(70px, 10vw, 135px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .38fr .62fr; min-height: 430px; }
.use-tabs { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); padding: 30px 0; }
.use-tabs button { appearance: none; position: relative; background: none; border: 0; text-align: left; padding: 17px 34px 17px 0; color: #8a918d; font-size: 13px; cursor: pointer; transition: color .25s, padding-left .25s; }
.use-tabs button::before { content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: var(--amber); transition: width .25s; }
.use-tabs button[aria-selected="true"] { color: var(--ink); padding-left: 42px; font-weight: 700; }
.use-tabs button[aria-selected="true"]::before { width: 28px; }
.use-display { position: relative; padding: clamp(48px, 7vw, 90px); overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.use-display h3 { position: relative; margin: 0 0 24px; font-family: var(--display); font-weight: 400; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.04em; max-width: 670px; }
.use-display > p { position: relative; max-width: 620px; color: #5a625f; }
.use-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; color: var(--moss) !important; font-weight: 700; }
.use-orbit { position: absolute; width: 330px; height: 330px; right: -80px; bottom: -100px; border: 1px solid rgba(88,113,90,.18); border-radius: 50%; }
.use-orbit span { position: absolute; inset: 14%; border: 1px solid rgba(88,113,90,.14); border-radius: 50%; }
.use-orbit span:nth-child(2) { inset: 30%; }
.use-orbit span:nth-child(3) { inset: 47%; background: var(--amber); border: 0; }

.scale { background: var(--forest-deep); color: white; overflow: hidden; }
.scale-heading { display: grid; grid-template-columns: 1.1fr .58fr; gap: 90px; align-items: end; margin-bottom: 100px; }
.scale-heading h2 { font-size: clamp(58px, 7vw, 104px); }
.scale-heading p { color: #bbc8c0; max-width: 470px; }
.scale-feature { display: grid; grid-template-columns: 1.23fr .77fr; align-items: center; gap: clamp(45px, 8vw, 110px); margin-bottom: clamp(110px, 14vw, 190px); }
.scale-feature:last-child { margin-bottom: 0; }
.scale-feature.pool-feature { grid-template-columns: .77fr 1.23fr; }
.pool-feature .scale-image { order: 2; }
.scale-image { position: relative; }
.scale-image::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(214,153,79,.45); }
.scale-image img { position: relative; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.image-caption { position: relative; z-index: 1; margin: 0 0 10px; color: #bdc7c1; text-align: right; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; line-height: 1.45; }
.scale-copy h3 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(45px, 5vw, 72px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.scale-copy > p:not(.eyebrow) { color: #bdc7c1; }
.detail-list { list-style: none; margin: 40px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.detail-list li { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #dce2de; font-size: 12px; }
.detail-list span { color: #869990; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.permit-note { padding-block: clamp(70px, 8vw, 110px); background: var(--amber); color: #172019; }
.permit-grid { display: grid; grid-template-columns: .32fr .68fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.permit-badge { width: min(280px, 100%); aspect-ratio: 1; border: 1px solid rgba(23,32,25,.45); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: .9; }
.permit-badge span { font-family: var(--display); font-size: 24px; }
.permit-badge strong { font-family: var(--display); font-weight: 400; font-size: clamp(78px, 9vw, 128px); letter-spacing: -.07em; }
.permit-badge small { margin-top: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.permit-grid h2 { font-size: clamp(50px, 6vw, 88px); }
.permit-grid p:last-child { max-width: 760px; }

.craft-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 90px; align-items: end; }
.craft-cards { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 95px; }
.craft-cards article { padding: 38px 28px 44px; border-right: 1px solid var(--line); min-height: 280px; transition: background .3s, transform .3s; }
.craft-cards article:last-child { border: 0; }
.craft-cards article:hover { background: var(--cream); transform: translateY(-6px); }
.craft-cards span { color: var(--amber); font-family: var(--display); font-size: 22px; }
.craft-cards h3 { margin: 58px 0 16px; font-family: var(--display); font-size: 27px; font-weight: 500; line-height: 1.05; }
.craft-cards p { color: #616a66; font-size: 13px; line-height: 1.7; }

.process { background: var(--forest); color: white; }
.process-head { display: grid; grid-template-columns: 1.15fr .55fr; gap: 100px; align-items: end; }
.process-head h2 { font-size: clamp(55px, 7vw, 102px); }
.process-head p { color: var(--sage); }
.process-list { list-style: none; margin: 95px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li { display: grid; grid-template-columns: .18fr .82fr; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding-left .25s, background .25s; }
.process-list li:hover { padding-left: 16px; background: rgba(255,255,255,.025); }
.process-list > li > span { color: var(--amber); font-family: var(--display); font-size: 25px; }
.process-list li div { display: grid; grid-template-columns: .42fr .58fr; gap: 60px; align-items: start; }
.process-list h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: 32px; }
.process-list p { margin: 3px 0 0; color: var(--sage); max-width: 600px; }

.local { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.local-copy > p:not(.eyebrow) { max-width: 550px; color: #5f6864; margin: 32px 0; }
.local-map { position: relative; min-height: 540px; border: 1px solid var(--line); background: #e6eadf; overflow: hidden; }
.topo-lines { position: absolute; inset: -20%; opacity: .48; background: repeating-radial-gradient(ellipse at 34% 53%, transparent 0 24px, rgba(88,113,90,.24) 25px 26px, transparent 27px 45px); transform: rotate(-18deg) scale(1.2); }
.local-map::after { content: "SAN BERNARDINO MOUNTAINS"; position: absolute; left: 25px; bottom: 18px; letter-spacing: .24em; font-size: 8px; font-weight: 700; color: var(--moss); }
.map-point { position: absolute; display: flex; align-items: center; gap: 9px; padding: 6px 9px; background: rgba(251,248,241,.9); box-shadow: 0 7px 25px rgba(13,42,33,.1); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 700; }
.map-point i { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(214,153,79,.2); }
.point-arrowhead { left: 22%; top: 31%; }
.point-twin { left: 12%; top: 48%; }
.point-crestline { left: 7%; top: 65%; }
.point-running { left: 41%; top: 58%; }
.point-bigbear { right: 8%; top: 40%; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(60px, 10vw, 150px); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; position: relative; padding: 27px 50px 27px 0; cursor: pointer; font-family: var(--display); font-size: 25px; line-height: 1.25; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 5px; top: 50%; width: 18px; height: 1px; background: var(--ink); transition: transform .25s; }
.accordion summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -6px 50px 28px 0; color: #606966; }

.fit-check { padding-block: clamp(90px, 11vw, 160px); background: #0b211a; color: white; }
.fit-grid { display: grid; grid-template-columns: .66fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.fit-copy { position: sticky; top: 120px; }
.fit-copy h2 { font-size: clamp(58px, 7vw, 100px); }
.fit-copy > p:not(.eyebrow) { color: var(--sage); max-width: 510px; }
.contact-direct { display: flex; flex-direction: column; gap: 6px; margin-top: 44px; font-family: var(--display); font-size: 22px; }
.lead-form { display: flex; flex-direction: column; gap: 22px; padding: clamp(30px, 5vw, 62px); background: var(--paper); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lead-form label { display: flex; flex-direction: column; gap: 8px; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aab0ac; border-radius: 0; background: transparent; padding: 9px 2px 12px; color: var(--ink); outline: none; font-size: 15px; text-transform: none; letter-spacing: 0; font-weight: 400; transition: border-color .2s; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--amber); }
.consent { flex-direction: row !important; align-items: flex-start; gap: 11px !important; text-transform: none !important; letter-spacing: 0 !important; font-size: 11px !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { flex: 0 0 17px; width: 17px; margin-top: 1px; }
.consent a { text-decoration: underline; }
.submit-button { width: 100%; justify-content: space-between; margin-top: 6px; }
.submit-button span { font-size: 18px; }
.form-note { margin: 0; color: #737b77; font-size: 10px; line-height: 1.5; }
.honeypot { display: none; }

.site-footer { background: #071812; color: white; padding: 70px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr .7fr .7fr; gap: 50px; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--display); font-size: 24px; font-weight: 500; }
.footer-brand span { color: #899a91; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-brand .footer-license { margin-top: 9px; color: var(--amber); line-height: 1.5; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; font-size: 12px; color: #b6c1bb; }
.footer-main a { margin-bottom: 7px; }
.footer-label { margin: 0 0 14px; color: var(--amber); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #78887f; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.mobile-cta { display: none; }

.simple-page { min-height: 100vh; background: var(--paper); }
.simple-header { position: static; background: var(--forest-deep); color: white; }
.simple-content { max-width: 850px; margin: 0 auto; padding: 90px 24px 120px; }
.simple-content h1 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(54px, 8vw, 92px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.simple-content h2 { margin: 46px 0 14px; font-size: 34px; color: var(--forest); }
.simple-content p, .simple-content li { color: #59635f; }
.thank-you { display: grid; place-items: center; min-height: calc(100vh - 88px); text-align: center; }
.thank-you .button { margin-top: 20px; }

@media (max-width: 1080px) {
  .site-nav { gap: 16px; }
  .site-nav > a:not(.button):not(.nav-call) { display: none; }
  .intro-grid, .scale-heading, .craft-grid, .process-head { gap: 55px; }
  .craft-cards { grid-template-columns: 1fr 1fr; }
  .craft-cards article:nth-child(2) { border-right: 0; }
  .craft-cards article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .local { grid-template-columns: 1fr 1fr; }
  .fit-grid { grid-template-columns: .7fr 1fr; gap: 55px; }
}

@media (max-width: 820px) {
  :root { --wrap: min(100% - 32px, 700px); }
  .site-header { height: 72px; padding-inline: 16px; }
  .brand-type strong { font-size: 18px; }
  .brand-type small { font-size: 7px; letter-spacing: .08em; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; background: var(--forest-deep); color: white; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .25s, visibility .25s, transform .25s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.button):not(.nav-call) { display: block; font-family: var(--display); font-size: 31px; font-weight: 400; }
  .site-nav .nav-call { font-size: 16px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-content { padding-top: 120px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(61px, 17vw, 96px); }
  .hero-copy { font-size: 20px; max-width: 530px; }
  .visualization-label { top: 104px; right: 24px; }
  .intro-grid, .scale-heading, .permit-grid, .craft-grid, .process-head, .local, .faq-grid, .fit-grid { grid-template-columns: 1fr; }
  .use-selector { grid-template-columns: 1fr; }
  .use-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; padding: 0; }
  .use-tabs button { flex: 0 0 auto; padding: 20px 15px; }
  .use-tabs button[aria-selected="true"] { padding-left: 15px; }
  .use-tabs button::before { left: 15px; right: 15px; top: auto; bottom: 0; }
  .use-tabs button[aria-selected="true"]::before { width: auto; }
  .scale-feature, .scale-feature.pool-feature { grid-template-columns: 1fr; gap: 55px; }
  .pool-feature .scale-image { order: 0; }
  .scale-heading { margin-bottom: 70px; }
  .permit-badge { width: 220px; }
  .craft-cards { margin-top: 60px; }
  .process-list li div { grid-template-columns: 1fr; gap: 8px; }
  .local-map { min-height: 480px; }
  .fit-copy { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 15px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 56px; }
  .section { padding-block: 78px; }
  .hero { min-height: 780px; }
  .hero-image { background-position: 58% center; }
  .visualization-label { top: 96px; right: 16px; max-width: 210px; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,22,17,.83), rgba(7,22,17,.25)), linear-gradient(0deg, rgba(7,22,17,.85), transparent 60%); }
  .hero h1 { font-size: clamp(57px, 18vw, 82px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .intro h2, .craft h2, .local h2, .faq h2 { font-size: 49px; }
  .use-display { padding: 45px 24px; min-height: 390px; }
  .use-display h3 { font-size: 45px; }
  .scale-heading h2, .process-head h2, .permit-grid h2, .fit-copy h2 { font-size: 51px; }
  .scale-image::before { inset: 10px -9px -10px 9px; }
  .permit-badge { margin-inline: auto; }
  .craft-cards { grid-template-columns: 1fr; }
  .craft-cards article, .craft-cards article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li { grid-template-columns: 50px 1fr; }
  .local-map { min-height: 420px; }
  .map-point { font-size: 7px; }
  .point-arrowhead { left: 14%; }
  .point-running { left: 36%; }
  .faq-grid { gap: 55px; }
  .field-row { grid-template-columns: 1fr; }
  .lead-form { padding: 28px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:nth-child(2) { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-cta { position: fixed; z-index: 90; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 56px; padding: 0 20px; background: var(--amber); color: #172019; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 800; box-shadow: 0 -8px 25px rgba(0,0,0,.15); }
}

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