:root {
  --ink: #11110f;
  --muted: #64645c;
  --paper: #f5f5ef;
  --white: #fff;
  --acid: #e8ff43;
  --line: rgba(17, 17, 15, .18);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--acid); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #2675ff; outline-offset: 4px; }
.concept-bar { background: var(--ink); color: var(--white); height: 29px; display: grid; place-items: center; font-size: .63rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }

.site-header { max-width: var(--max); min-height: 96px; margin: auto; padding: 0 3.5vw; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.wordmark { width: max-content; display: flex; align-items: center; gap: .7rem; text-decoration: none; font-size: .75rem; line-height: .95; letter-spacing: .08em; text-transform: uppercase; }
.wordmark b { font-size: .98rem; letter-spacing: .17em; }
.mark { width: 36px; height: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(45deg); }
.mark i { display: block; background: var(--ink); }
.mark i:nth-child(1), .mark i:nth-child(4) { background: var(--acid); border: 1px solid var(--ink); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem, 3vw, 3rem); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { text-decoration: none; padding: .5rem .1rem; }
.site-nav a:not(.nav-contact):hover { box-shadow: 0 2px var(--ink); }
.nav-contact { display: none; }
.header-phone { text-decoration: none; font-size: .88rem; font-weight: 700; }
.header-phone span { display: block; margin-bottom: .3rem; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; border: 0; background: none; text-transform: uppercase; font-size: .7rem; font-weight: 700; letter-spacing: .1em; }

.hero { max-width: var(--max); min-height: 720px; margin: auto; display: grid; grid-template-columns: 1.03fr .97fr; border: 1px solid var(--line); }
.hero-copy { position: relative; padding: clamp(4.5rem, 8vw, 8.5rem) 6vw 3.25rem; display: flex; flex-direction: column; }
.eyebrow { margin: 0 0 2rem; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; min-width: 2.6rem; color: var(--muted); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 790px; margin: 0; font-size: clamp(3.5rem, 7.2vw, 7.5rem); line-height: .83; letter-spacing: -.075em; text-transform: uppercase; }
h1 em { position: relative; font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.06em; }
h1 em::after { content: ""; position: absolute; height: .14em; left: 0; right: -.15em; bottom: .04em; background: var(--acid); z-index: -1; transform: rotate(-2deg); }
.hero-lead { max-width: 590px; margin: 2.2rem 0 0; padding-left: 5rem; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.55; color: #373731; }
.hero-actions { margin: 2.3rem 0 0 5rem; display: flex; align-items: center; gap: 2rem; }
.button { min-height: 52px; padding: 0 1.25rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; text-decoration: none; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; border: 1px solid var(--ink); }
.button-primary { min-width: 190px; background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--acid); color: var(--ink); }
.text-link { width: max-content; padding-bottom: .35rem; display: inline-flex; gap: 1rem; text-decoration: none; border-bottom: 1px solid currentColor; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.audience-list { margin: auto 0 0; padding: 2rem 0 0; display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; list-style: none; border-top: 1px solid var(--line); color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.audience-list li::before { content: "+"; margin-right: .5rem; color: var(--ink); }
.hero-art { position: relative; min-width: 0; overflow: hidden; background: var(--acid); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-stamp { position: absolute; right: clamp(1rem, 3vw, 3rem); top: clamp(1rem, 3vw, 3rem); width: 140px; aspect-ratio: 1; display: grid; place-content: center; background: var(--ink); color: var(--white); transform: rotate(5deg); }
.hero-stamp strong { font-family: Georgia, serif; font-size: 3.2rem; font-style: italic; font-weight: 400; line-height: .9; }
.hero-stamp span { margin-top: .6rem; font-size: .55rem; line-height: 1.3; letter-spacing: .1em; text-transform: uppercase; }
.art-caption { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.2rem; display: flex; justify-content: space-between; font-size: .58rem; font-weight: 700; letter-spacing: .13em; }

.intro-strip { max-width: var(--max); margin: 0 auto; min-height: 74px; padding: 0 3.5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--ink); color: var(--white); font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.intro-strip span { color: var(--acid); padding: 0 .4rem; }
.section { max-width: var(--max); margin: auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 5vw, 5.5rem); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .55fr 1.3fr .7fr; gap: clamp(2rem, 5vw, 6rem); align-items: end; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .approach h2, .contact h2 { margin: 0; font-size: clamp(2.5rem, 5.2vw, 5.8rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p:last-child { margin: 0; line-height: 1.6; color: var(--muted); }
.service-grid { margin-top: 5rem; display: grid; grid-template-columns: 1.1fr 1fr 1fr; }
.service-card { min-height: 475px; padding: 1.8rem; display: flex; flex-direction: column; border: 1px solid var(--ink); margin-left: -1px; background: #ededE5; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-8px); z-index: 2; }
.service-featured { background: var(--acid); }
.service-dark { background: var(--ink); color: var(--white); }
.card-number { margin-left: auto; font-family: Georgia, serif; font-size: 1.1rem; font-style: italic; }
.service-icon { width: 95px; height: 95px; margin-top: 1.3rem; position: relative; border: 1px solid currentColor; }
.plan-icon::before, .plan-icon::after { content: ""; position: absolute; background: currentColor; }
.plan-icon::before { width: 1px; top: 14px; bottom: 14px; left: 44px; }
.plan-icon::after { height: 1px; left: 14px; right: 14px; top: 44px; }
.plan-icon span { position: absolute; inset: 28px; border: 1px solid; transform: rotate(45deg); }
.reno-icon::before { content: ""; position: absolute; left: 29px; top: 18px; width: 32px; height: 58px; border: 1px solid; transform: skew(-12deg); }
.reno-icon::after { content: "+"; position: absolute; right: 6px; top: 2px; font-size: 1.8rem; }
.power-icon { border-radius: 50%; }
.power-icon::before { content: ""; position: absolute; width: 20px; height: 45px; left: 36px; top: 19px; border: 1px solid; border-top: 0; }
.power-icon::after { content: ""; position: absolute; width: 1px; height: 34px; left: 46px; top: 8px; background: currentColor; }
.service-card h3 { margin: auto 0 1.1rem; max-width: 300px; font-size: clamp(1.5rem, 2.3vw, 2.3rem); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.service-card h3 span { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.service-card p { max-width: 370px; margin: 0 0 1.7rem; font-size: .88rem; line-height: 1.55; color: var(--muted); }
.service-dark p { color: #b8b8b0; }
.service-card a { width: 100%; padding-top: .85rem; display: flex; justify-content: space-between; border-top: 1px solid currentColor; text-decoration: none; font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.more-services { margin-top: 4.5rem; display: grid; grid-template-columns: .7fr 2fr; gap: 2rem; }
.more-services > p { margin: .7rem 0; font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.more-services ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; }
.more-services li { padding: .75rem 0; border-top: 1px solid var(--line); font-size: 1rem; }
.more-services li span { display: inline-block; width: 2rem; color: var(--muted); font-size: .6rem; }

.approach { padding: 0; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: var(--white); }
.approach-visual { min-height: 820px; position: relative; display: grid; place-items: center; overflow: hidden; background: #23231f; }
.approach-visual::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(var(--white) 1px, transparent 1px), linear-gradient(90deg, var(--white) 1px, transparent 1px); background-size: 48px 48px; }
.permit-sheet { width: min(65%, 350px); aspect-ratio: .72; padding: 2rem; position: relative; z-index: 1; display: flex; flex-direction: column; background: var(--acid); color: var(--ink); box-shadow: 22px 22px 0 #111; transform: rotate(-5deg); }
.sheet-label, .sheet-code { font-size: .55rem; font-weight: 700; letter-spacing: .18em; }
.permit-sheet strong { margin: auto 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .84; letter-spacing: -.06em; }
.sheet-lines { display: grid; gap: .5rem; margin-bottom: 2rem; }
.sheet-lines i { height: 1px; background: var(--ink); }
.sheet-lines i:nth-child(2) { width: 70%; }
.sheet-lines i:nth-child(3) { width: 42%; }
.wire-line { position: absolute; width: 340px; height: 340px; border: 5px solid var(--acid); border-radius: 50%; right: -210px; bottom: 90px; }
.approach-copy { padding: clamp(5rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem); }
.eyebrow.light span { color: #9c9c91; }
.approach-copy > p:not(.eyebrow):not(.attribution) { max-width: 650px; margin: 2rem 0 0; color: #c9c9c0; font-size: 1rem; line-height: 1.65; }
.process-list { margin: 3.5rem 0 0; padding: 0; list-style: none; }
.process-list li { padding: 1.2rem 0; display: grid; grid-template-columns: 3rem 1fr auto; gap: 1rem; align-items: center; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li span { font-family: Georgia, serif; color: var(--acid); font-style: italic; }
.process-list li strong { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.process-list li small { color: #aaa9a0; }
.attribution { margin-top: 2rem; font-size: .68rem; color: #aaa9a0; }

.area { min-height: 550px; position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; }
.area-title, .area-copy { position: relative; z-index: 1; }
.area-title h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; font-style: italic; line-height: .9; letter-spacing: -.06em; }
.area-copy p { max-width: 510px; margin: 0 0 2rem; font-size: clamp(1.3rem, 2.3vw, 2.25rem); line-height: 1.3; }
.area-lines { position: absolute; inset: 0; }
.area-lines span { position: absolute; display: block; border: 1px solid var(--line); border-radius: 50%; width: 650px; height: 650px; left: 26%; top: -65px; }
.area-lines span:nth-child(2) { transform: scale(.75); }
.area-lines span:nth-child(3) { transform: scale(.5); }
.area-lines span:nth-child(4) { transform: scale(.25); background: var(--acid); border-color: var(--ink); }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 8rem); background: var(--ink); color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: #bebeb6; line-height: 1.6; }
.direct-contact { margin-top: 3rem; display: grid; gap: 1rem; }
.direct-contact a { padding: .9rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.direct-contact span { color: #a7a79e; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact strong { font-size: clamp(.9rem, 1.3vw, 1.15rem); }
.project-planner { align-self: center; background: var(--paper); color: var(--ink); border-top: 7px solid var(--acid); }
.planner-top { padding: 1.7rem; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.planner-top div { display: grid; gap: .4rem; }
.planner-top span { color: var(--muted); font-size: .55rem; font-weight: 700; letter-spacing: .14em; }
.planner-top strong { font-size: 1.5rem; text-transform: uppercase; }
.planner-step { font-family: Georgia, serif; font-size: .9rem !important; font-style: italic; }
.project-planner fieldset { border: 0; margin: 0; padding: 1.2rem 1.7rem; }
.project-planner legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.project-planner label { position: relative; display: block; border-bottom: 1px solid var(--line); cursor: pointer; }
.project-planner label span { min-height: 54px; padding: 0 2.5rem 0 .2rem; display: flex; align-items: center; font-size: .83rem; font-weight: 700; text-transform: uppercase; }
.project-planner label span::after { content: "+"; position: absolute; right: .3rem; font-family: Georgia, serif; font-size: 1.5rem; }
.project-planner input { position: absolute; opacity: 0; }
.project-planner input:focus-visible + span { outline: 3px solid #2675ff; outline-offset: -3px; }
.project-planner input:checked + span { background: var(--acid); padding-left: .8rem; }
.project-planner input:checked + span::after { content: "✓"; font-family: Arial, sans-serif; font-size: 1rem; }
.planner-actions { padding: 1rem 1.7rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.planner-actions p { max-width: 230px; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.button-disabled { opacity: .45; pointer-events: none; }
.form-note { padding: .8rem 1.7rem 1.5rem; margin: 0; color: var(--muted); font-size: .6rem; }

footer { max-width: var(--max); margin: auto; padding: 4rem 3.5vw 2rem; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 3rem; background: #080806; color: var(--white); border-top: 1px solid rgba(255,255,255,.18); }
.wordmark-light .mark i { background: var(--white); }
.wordmark-light .mark i:nth-child(1), .wordmark-light .mark i:nth-child(4) { background: var(--acid); border-color: var(--white); }
.footer-brand p { max-width: 230px; margin: 2rem 0 0; color: #94948b; font-size: .72rem; line-height: 1.5; }
.footer-block { display: flex; flex-direction: column; gap: .55rem; font-size: .75rem; line-height: 1.55; }
.footer-block > span { margin-bottom: .7rem; color: #7e7e75; font-size: .55rem; font-weight: 700; letter-spacing: .15em; }
.footer-block a { text-decoration: none; }
.footer-block address, .footer-block p { margin: 0; font-style: normal; }
.footer-legal { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: #7e7e75; font-size: .57rem; letter-spacing: .05em; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 80px; }
  .header-phone { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: .7rem; padding: .8rem 0 .8rem .8rem; }
  .menu-toggle i, .menu-toggle i::before { width: 22px; height: 2px; display: block; background: var(--ink); transition: transform .2s; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::before { content: ""; position: absolute; top: -7px; }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(90deg); }
  .site-nav { position: absolute; left: 0; right: 0; top: 109px; z-index: 20; padding: 2rem 1.4rem; display: none; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-contact { display: flex; justify-content: space-between; background: var(--acid); padding: 1rem !important; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding-left: clamp(1.4rem, 7vw, 5rem); padding-right: clamp(1.4rem, 7vw, 5rem); }
  .hero-art { min-height: 600px; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-dark { grid-column: 1 / -1; min-height: 400px; }
  .approach { grid-template-columns: 1fr; }
  .approach-visual { min-height: 580px; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .concept-bar { height: 25px; }
  .site-header { min-height: 72px; padding: 0 1.1rem; }
  .site-nav { top: 97px; }
  .wordmark { font-size: .62rem; }
  .wordmark b { font-size: .8rem; }
  .mark { width: 30px; height: 30px; }
  .hero-copy { min-height: 610px; padding: 4rem 1.25rem 1.5rem; }
  .eyebrow { margin-bottom: 1.5rem; }
  h1 { font-size: clamp(3.25rem, 16.5vw, 5.1rem); }
  .hero-lead { margin-top: 1.8rem; padding-left: 0; font-size: .95rem; }
  .hero-actions { margin-left: 0; align-items: stretch; flex-direction: column; gap: 1.3rem; }
  .button-primary { width: 100%; }
  .audience-list { gap: .6rem 1rem; }
  .hero-art { min-height: 460px; }
  .hero-stamp { width: 108px; }
  .hero-stamp strong { font-size: 2.5rem; }
  .intro-strip { padding: 1rem 1.25rem; align-items: flex-start; flex-direction: column; gap: .7rem; }
  .section { padding: 4.5rem 1.25rem; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 2.9rem; }
  .section-heading > p:last-child { margin-top: 1.5rem; }
  .service-grid { margin-top: 3rem; display: block; }
  .service-card { min-height: 390px; margin: -1px 0 0; }
  .service-card:hover { transform: none; }
  .more-services { margin-top: 3rem; display: block; }
  .more-services ul { margin-top: 1.5rem; grid-template-columns: 1fr; }
  .approach { padding: 0; }
  .approach-visual { min-height: 450px; }
  .permit-sheet { width: 58%; padding: 1.4rem; }
  .approach-copy { padding: 4.5rem 1.25rem; }
  .approach h2, .contact h2 { font-size: 3rem; }
  .process-list li { grid-template-columns: 2rem 1fr; }
  .process-list li small { grid-column: 2; }
  .area { min-height: 570px; display: block; padding-top: 5rem; }
  .area-copy { margin-top: 6rem; }
  .area-lines span { left: 17%; top: 36%; width: 440px; height: 440px; }
  .contact { gap: 3rem; }
  .direct-contact a { align-items: flex-start; flex-direction: column; }
  .direct-contact strong { overflow-wrap: anywhere; }
  .planner-top strong { font-size: 1.2rem; }
  .planner-actions { align-items: stretch; flex-direction: column; }
  .planner-actions .button { width: 100%; }
  footer { padding: 3.5rem 1.25rem 1.5rem; grid-template-columns: 1fr; gap: 2.5rem; }
}

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