:root {
  --ink: #191a19;
  --ink-2: #252625;
  --paper: #ececea;
  --paper-2: #f8f8f6;
  --orange: #d8743d;
  --orange-hot: #ef8b53;
  --green: #343635;
  --muted: #626461;
  --line: rgba(21, 22, 21, .16);
  --line-dark: rgba(255, 255, 255, .15);
  --display: Bahnschrift, "Bahnschrift Condensed", "Arial Narrow", "Aptos Narrow", sans-serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --max: 1600px;
  --pad: clamp(22px, 4.3vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { min-width: 0; max-width: 100%; text-wrap: balance; overflow-wrap: anywhere; }
address { font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { width: min(calc(100% - 36px), 1510px); height: 78px; margin: 18px auto 0; padding: 0 0 0 12px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: clamp(18px, 2.4vw, 42px); color: #fff; background: rgba(27, 28, 27, .98); border: 1px solid rgba(255, 255, 255, .11); box-shadow: 0 13px 42px rgba(0, 0, 0, .24); position: relative; z-index: 100; transition: width .25s, height .25s, margin .25s, box-shadow .25s; }
.site-header.is-stuck { position: sticky; top: 0; width: 100%; height: 72px; margin-top: 0; box-shadow: 0 11px 32px rgba(35, 31, 25, .17); }
.brand { min-width: 205px; display: flex; align-items: center; gap: 11px; }
.brand img { width: 56px; height: 56px; object-fit: cover; background: #202120; }
.brand-name { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 6px; line-height: 1; text-transform: uppercase; }
.brand-name b { color: #fff; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em; }
.brand-name > span { font-family: var(--display); font-size: 1.22rem; font-weight: 900; letter-spacing: -.03em; }
.brand-name small { grid-column: 1 / -1; margin-top: 5px; color: rgba(255, 255, 255, .52); font-size: .54rem; font-weight: 700; letter-spacing: .18em; }
.site-nav { display: flex; justify-content: flex-end; gap: clamp(17px, 1.9vw, 30px); }
.site-nav a { position: relative; font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--orange); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { right: 0; }
.header-phone { font-family: var(--display); font-size: 1rem; font-weight: 900; line-height: 1.08; white-space: nowrap; }
.header-phone span { display: block; margin-bottom: 3px; color: rgba(255, 255, 255, .48); font-family: var(--sans); font-size: .48rem; letter-spacing: .15em; text-transform: uppercase; }
.header-cta { align-self: stretch; padding: 0 26px; display: flex; align-items: center; gap: 17px; color: var(--ink); background: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; transition: background .2s, color .2s; }
.header-cta:hover, .header-cta:focus-visible { color: #fff; background: var(--orange); }
.header-cta span { color: var(--orange); font-size: 1.1rem; }
.header-cta:hover span, .header-cta:focus-visible span { color: #fff; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 10px; border: 0; background: transparent; color: #fff; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

/* Hero */
.hero { width: min(100%, var(--max)); min-height: min(790px, calc(100svh - 96px)); margin: 0 auto; position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--ink); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(14, 15, 14, .94) 0%, rgba(14, 15, 14, .76) 39%, rgba(14, 15, 14, .18) 72%, rgba(14, 15, 14, .08) 100%), linear-gradient(0deg, rgba(14, 15, 14, .58), transparent 46%); pointer-events: none; }
.hero-copy { width: min(760px, 61%); min-height: inherit; min-width: 0; padding: clamp(90px, 11vh, 138px) 3vw 52px var(--pad); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; }
.hero-copy::after { display: none; }
.eyebrow { margin-bottom: 24px; font-size: .63rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 2px; margin: 0 12px 3px 0; background: var(--orange); }
.eyebrow-orange { color: var(--orange-hot); }
.hero h1 { margin: 0 0 27px; font-family: var(--display); font-size: clamp(3.9rem, 6.1vw, 6.8rem); font-stretch: condensed; font-weight: 900; letter-spacing: -.052em; line-height: .86; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: #fff; position: relative; }
.hero h1 span:last-child::after { content: ""; width: clamp(44px, 5vw, 78px); height: 6px; display: inline-block; margin: 0 0 .12em .12em; background: var(--orange); }
.hero-lead { max-width: 465px; margin-bottom: 31px; color: rgba(255, 255, 255, .82); font-size: clamp(1.05rem, 1.35vw, 1.28rem); line-height: 1.42; }
.hero-lead strong { display: block; font-weight: 750; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { min-height: 55px; padding: 15px 24px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; border: 1px solid transparent; cursor: pointer; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-orange, .button-copper { color: white; background: var(--orange); }
.button-orange:hover, .button-orange:focus-visible, .button-copper:hover, .button-copper:focus-visible { background: var(--ink); }
.button-ghost { border-color: rgba(255, 255, 255, .48); }
.button-ghost:hover, .button-ghost:focus-visible { color: white; background: var(--ink); }
.button-dark { color: white; background: var(--ink); }
.button-outline { color: white; border-color: rgba(255, 255, 255, .38); }
.hero-trades { margin-top: 54px; display: flex; gap: clamp(18px, 3vw, 45px); }
.hero-trades span { display: grid; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-trades b { color: var(--orange); font-size: .56rem; }
.hero-coordinates { margin-top: auto; padding-top: 30px; display: flex; gap: 22px; color: rgba(255, 255, 255, .56); font: 800 .58rem/1 var(--sans); letter-spacing: .14em; }
.hero-media { min-width: 0; margin: 0; position: absolute; z-index: -2; inset: 0; overflow: hidden; background: var(--green); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21, 22, 21, .4), transparent 42%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: saturate(.83) contrast(1.04); }
.hero-media figcaption { position: absolute; z-index: 2; right: clamp(24px, 4vw, 65px); bottom: 35px; color: white; font-size: .66rem; font-weight: 700; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; text-align: right; }
.hero-media figcaption span { display: block; color: var(--orange-hot); }
.hero-stamp { position: absolute; z-index: 5; right: 34px; top: 42px; width: 88px; height: 88px; display: grid; place-content: center; justify-items: center; color: white; background: rgba(25, 26, 25, .84); border: 1px solid rgba(255, 255, 255, .3); transform: rotate(3deg); text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-stamp b { font-family: var(--display); font-size: 2.2rem; line-height: .9; }
.hero-stamp span { font-size: .48rem; font-weight: 800; letter-spacing: .15em; }
.hero-angle { display: none; }
.hero-angle b { display: block; font-family: var(--display); font-size: 1.35rem; }

.proof-strip { width: min(100%, var(--max)); margin: 0 auto; padding: 0 var(--pad); display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--ink-2); }
.proof-strip p { min-height: 76px; margin: 0; padding: 22px clamp(10px, 2vw, 30px); display: flex; align-items: center; gap: 11px; border-right: 1px solid rgba(255, 255, 255, .25); font-size: .66rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.proof-strip p:last-child { border: 0; }
.proof-strip b { color: var(--orange-hot); }

/* Expertise */
.expertise { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(90px, 9vw, 138px) var(--pad); color: var(--ink); background: var(--paper-2); }
.expertise-intro { margin-bottom: clamp(46px, 6vw, 78px); display: grid; grid-template-columns: minmax(270px, .85fr) minmax(320px, 1.15fr); column-gap: clamp(45px, 8vw, 125px); align-items: end; }
.expertise-intro .eyebrow { grid-column: 1; }
.expertise-intro h2 { grid-column: 1; }
.expertise-intro > p:not(.eyebrow) { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.expertise-intro .text-link { grid-column: 2; }
.expertise h2, .statement h2, .local h2, .faq-contact h2, .page-hero h1, .service-cta h2, .legal-hero h1 { font-family: var(--display); font-weight: 950; letter-spacing: -.045em; line-height: .92; text-transform: uppercase; }
.expertise h2 { margin: 0; font-size: clamp(3rem, 4.7vw, 5.1rem); }
.expertise-intro > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.text-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 18px; color: var(--orange-hot); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 1.1rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link-dark { color: var(--ink); }
.expertise-panels { min-width: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; align-items: stretch; gap: 10px; }
.expertise-panel { grid-column: span 4; min-width: 0; min-height: 330px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; color: #fff; background: #2d302e; isolation: isolate; transition: filter .3s, transform .3s; }
.expertise-panel:nth-child(n+4) { grid-column: span 6; min-height: 260px; }
.expertise-panel:hover { transform: translateY(-8px); }
.expertise-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(12, 13, 12, .94), rgba(12, 13, 12, .04) 68%); }
.expertise-panel img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.expertise-panel > span { margin-bottom: auto; color: var(--orange-hot); font-size: .6rem; font-weight: 850; }
.expertise-panel h3 { margin: 0; color: #fff; font-family: var(--display); font-size: clamp(1.7rem, 2.2vw, 2.65rem); font-weight: 900; line-height: .98; letter-spacing: -.025em; text-transform: uppercase; text-shadow: 0 2px 18px rgba(0, 0, 0, .5); }
.expertise-panel small { margin-top: 14px; color: rgba(255, 255, 255, .64); font-size: .52rem; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
.expertise-panel-type { background: linear-gradient(145deg, #353936, #202220); }
.expertise-panel-type::before { content: ""; position: absolute; z-index: -1; width: 280px; height: 280px; top: 55px; left: -120px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 76px rgba(255, 255, 255, .025); }
.expertise-panel-green { background: var(--green); }

/* Detailed services on the homepage */
.home-services { width: min(100%, var(--max)); margin: 0 auto; background: var(--paper-2); }
.home-services-header { padding: clamp(95px, 10vw, 155px) var(--pad); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 130px); align-items: end; }
.home-services-header h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 5.5vw, 6rem); font-weight: 900; letter-spacing: -.042em; line-height: .88; text-transform: uppercase; }
.home-services-intro { max-width: 720px; padding-bottom: 4px; }
.home-services-intro .lead { color: var(--ink); font-size: clamp(1.15rem, 1.8vw, 1.55rem); font-weight: 750; line-height: 1.35; }
.home-services-intro p:last-child { color: var(--muted); }
.service-story { min-width: 0; padding: clamp(78px, 8vw, 125px) var(--pad); display: grid; grid-template-columns: minmax(80px, .18fr) minmax(330px, 1fr) minmax(250px, .78fr); gap: clamp(30px, 6vw, 90px); align-items: center; border-top: 1px solid var(--line); scroll-margin-top: 84px; position: relative; overflow: hidden; }
.service-story-dark { color: #fff; background: var(--ink); border-color: var(--line-dark); }
.service-story-index { align-self: stretch; padding-right: 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.service-story-dark .service-story-index { border-color: var(--line-dark); }
.service-story-index span { font-family: var(--display); font-size: clamp(3rem, 4.8vw, 5.6rem); font-weight: 900; letter-spacing: -.05em; line-height: .84; }
.service-story-index small { color: var(--orange); font-size: .53rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.service-story-copy { min-width: 0; }
.service-story-copy h3 { margin-bottom: 22px; font-family: var(--display); font-size: clamp(2.8rem, 4.7vw, 5.2rem); font-weight: 900; letter-spacing: -.042em; line-height: .88; text-transform: uppercase; }
.service-story-lead { max-width: 650px; color: var(--ink); font-size: clamp(1.04rem, 1.5vw, 1.3rem); font-weight: 750; line-height: 1.35; }
.service-story-dark .service-story-lead { color: #fff; }
.service-story-copy > p:not(.service-story-lead) { max-width: 760px; color: var(--muted); }
.service-story-dark .service-story-copy > p:not(.service-story-lead) { color: rgba(255, 255, 255, .64); }
.service-story-copy ul { margin: 32px 0 10px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 26px; list-style: none; border-top: 1px solid var(--line); }
.service-story-dark .service-story-copy ul { border-color: var(--line-dark); }
.service-story-copy li { padding: 13px 0 13px 17px; position: relative; border-bottom: 1px solid var(--line); font-size: .77rem; font-weight: 700; }
.service-story-dark .service-story-copy li { border-color: var(--line-dark); }
.service-story-copy li::before { content: "/"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.service-story-media figure { min-width: 0; min-height: 500px; margin: 0; position: relative; overflow: hidden; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); }
.service-story-media figure::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15); }
.service-story-media figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.05); transition: transform .6s, filter .6s; }
.service-story-media:hover figure img { transform: scale(1.025); filter: saturate(.88) contrast(1.04); }
.service-story-note { min-height: 310px; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--green); position: relative; overflow: hidden; }
.service-story-note::before { content: ""; position: absolute; width: 260px; height: 260px; top: -120px; right: -110px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 76px rgba(255, 255, 255, .022); }
.service-story-note b { margin-bottom: 13px; font-family: var(--display); font-size: 2rem; line-height: .95; text-transform: uppercase; }
.service-story-note span { color: rgba(255, 255, 255, .68); font-size: .8rem; }
.service-story-note-photo { isolation: isolate; background: var(--ink); }
.service-story-note-photo::before { z-index: 1; inset: 0; width: auto; height: auto; top: 0; right: 0; border: 0; border-radius: 0; box-shadow: none; background: linear-gradient(0deg, rgba(12, 13, 12, .92), rgba(12, 13, 12, .12) 88%); }
.service-story-note-photo img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.04); }
.service-story-note-photo b, .service-story-note-photo span { position: relative; z-index: 2; }
.service-story-note-photo span { color: rgba(255, 255, 255, .82); }
.service-story-note-orange { background: var(--orange); }
.service-story-note-orange span { color: rgba(255, 255, 255, .82); }

/* Statement */
.statement { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(100px, 11vw, 170px) var(--pad); display: grid; grid-template-columns: .55fr 1fr 1fr; gap: clamp(32px, 6vw, 95px); position: relative; overflow: hidden; background: var(--paper-2); }
.statement-number { align-self: start; color: transparent; -webkit-text-stroke: 1px rgba(21, 22, 21, .2); font-family: var(--display); font-size: clamp(5rem, 10vw, 10rem); font-weight: 950; line-height: .8; writing-mode: vertical-rl; transform: rotate(180deg); }
.statement-copy h2 { max-width: 640px; font-size: clamp(2.75rem, 4.5vw, 4.9rem); }
.statement-copy > p:last-child { max-width: 590px; margin-top: 30px; color: var(--muted); font-size: 1.02rem; }
.statement-list { border-top: 1px solid var(--line); }
.statement-list article { padding: 28px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.statement-list article > span { color: var(--orange); font-size: .65rem; font-weight: 850; }
.statement-list h3 { margin-bottom: 7px; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.statement-list p { margin: 0; color: var(--muted); font-size: .88rem; }

/* Local */
.local { width: min(100%, var(--max)); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .85fr .65fr; color: var(--ink); background: var(--paper); position: relative; }
.local-media { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.local-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.76) contrast(1.05); }
.local-media figcaption { position: absolute; left: 22px; right: 22px; bottom: 18px; padding: 11px 14px; color: white; background: rgba(21, 22, 21, .84); font-size: .55rem; letter-spacing: .07em; }
.local-copy { min-width: 0; padding: clamp(70px, 8vw, 125px) clamp(30px, 5vw, 80px); }
.local h2 { margin-bottom: 28px; font-size: clamp(3.2rem, 5.2vw, 5.6rem); }
.local-copy > p:not(.eyebrow) { color: var(--muted); }
.city-list { margin: 34px 0 10px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 22px; list-style: none; }
.city-list li { position: relative; padding-left: 14px; font-family: var(--display); font-size: 1.05rem; font-weight: 900; text-transform: uppercase; }
.city-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.local-radius { min-width: 0; display: grid; place-content: center; justify-items: center; position: relative; overflow: hidden; background: var(--green); color: white; }
.local-radius::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 42px 42px; }
.local-radius b { z-index: 2; font-family: var(--display); font-size: clamp(3rem, 5vw, 6rem); }
.local-radius small { z-index: 2; color: var(--orange-hot); font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.radius-ring { position: absolute; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; }
.ring-1 { width: 110px; height: 110px; }
.ring-2 { width: 230px; height: 230px; }
.ring-3 { width: 390px; height: 390px; }

/* FAQ + contact */
.faq-contact { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; }
.faq-column { padding: clamp(85px, 9vw, 140px) var(--pad); background: var(--paper-2); }
.faq-contact h2 { margin-bottom: 40px; font-size: clamp(3rem, 4.8vw, 5.2rem); }
.faq-column details { border-top: 1px solid var(--line); }
.faq-column details:last-of-type { border-bottom: 1px solid var(--line); }
.faq-column summary { padding: 23px 35px 23px 0; position: relative; cursor: pointer; list-style: none; font-weight: 750; }
.faq-column summary::-webkit-details-marker { display: none; }
.faq-column summary::after { content: "+"; position: absolute; right: 0; color: var(--orange); font-size: 1.35rem; font-weight: 400; }
.faq-column details[open] summary::after { content: "−"; }
.faq-column details p { max-width: 640px; padding-right: 35px; color: var(--muted); }
.contact-column { min-width: 0; padding: clamp(85px, 9vw, 140px) var(--pad); color: white; background: var(--ink); }
.contact-intro { max-width: 640px; color: rgba(255, 255, 255, .68); }
.quote-form { margin-top: 38px; min-width: 0; }
.form-grid { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-grid label { min-width: 0; color: rgba(255, 255, 255, .64); font-size: .57rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; margin-top: 7px; padding: 12px 0; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .35); border-radius: 0; outline: 0; font-size: .92rem; letter-spacing: normal; text-transform: none; }
.form-grid select { color-scheme: dark; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange-hot); }
.form-full { grid-column: 1 / -1; }
.consent { margin: 26px 0; display: flex; align-items: flex-start; gap: 12px; color: rgba(255, 255, 255, .62); font-size: .7rem; }
.consent input { margin-top: 4px; accent-color: var(--orange); }
.consent a { color: white; text-decoration: underline; }
.form-help, .form-status { max-width: 590px; margin-top: 17px; color: rgba(255, 255, 255, .48); font-size: .67rem; }
.form-status { color: var(--orange-hot); }
.direct-contact { margin-top: 38px; padding-top: 30px; display: flex; gap: 34px; border-top: 1px solid var(--line-dark); flex-wrap: wrap; }
.direct-contact a { font-family: var(--display); font-size: 1.45rem; font-weight: 900; }
.direct-contact span { display: block; color: var(--orange-hot); font-family: var(--sans); font-size: .52rem; letter-spacing: .14em; text-transform: uppercase; }

/* Footer */
.site-footer { width: min(100%, var(--max)); margin: 0 auto; padding: 70px var(--pad) 25px; display: grid; grid-template-columns: .8fr 1.5fr; gap: 70px; color: white; background: #101110; }
.brand-footer { color: white; }
.footer-brand-block > p { max-width: 330px; margin-top: 25px; color: rgba(255, 255, 255, .55); }
.footer-links, .footer-main { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links h2, .footer-main h2 { margin-bottom: 20px; color: var(--orange-hot); font-size: .57rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a, .footer-main a { margin-bottom: 7px; display: block; color: rgba(255, 255, 255, .68); font-size: .76rem; }
.footer-links p, .footer-main p { color: rgba(255, 255, 255, .68); font-size: .76rem; }
.footer-bottom { grid-column: 1 / -1; margin-top: 35px; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px 26px; border-top: 1px solid var(--line-dark); color: rgba(255, 255, 255, .42); font-size: .6rem; }
.footer-bottom p { margin: 0; }
.photo-credit a { color: rgba(255, 255, 255, .65); text-decoration: underline; }
.creator-credit a { color: rgba(255, 255, 255, .72); text-decoration: underline; text-underline-offset: 2px; }
.creator-signature { position: relative; display: inline-block; margin: -8px 10px 0 8px; padding: 7px 15px 12px 8px; color: #e9e9e6; font-family: "Kunstler Script", "Edwardian Script ITC", "Palace Script MT", "French Script MT", "Brush Script MT", cursive; font-size: clamp(34px, 3vw, 46px); font-weight: 400; font-style: italic; line-height: .72; letter-spacing: -.13em; white-space: nowrap; opacity: .58; text-shadow: 0 2px 8px #000; transform: rotate(-10deg) skewX(-7deg) scaleX(1.04); transform-origin: center; transition: opacity .25s, transform .25s; }
.creator-signature::after { content: ""; position: absolute; left: 18%; right: -5%; bottom: 4px; height: 10px; border-top: 1px solid currentColor; border-radius: 50%; opacity: .42; transform: rotate(-4deg) skewX(-18deg); }
.creator-signature:hover { opacity: .78; transform: rotate(-8deg) skewX(-7deg) scaleX(1.04) translateY(-1px); }
.footer-main { grid-column: 1 / -1; grid-template-columns: 1.2fr repeat(3, 1fr); }
.footer-brand { display: flex !important; gap: 16px; align-items: center; color: white !important; }
.footer-brand img { width: 72px; height: 72px; object-fit: cover; }
.footer-brand span { font-family: var(--display); font-size: 1.3rem; line-height: 1.05; text-transform: uppercase; }
.mobile-actions { display: none; }

/* Secondary pages */
.section-dark { color: white; background: var(--ink); }
.section-light { color: var(--ink); background: var(--paper-2); }
.topo-bg { position: relative; }
.page-hero { width: min(100%, var(--max)); min-height: 640px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; }
.page-hero-copy { padding: clamp(90px, 10vw, 150px) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.page-hero h1 { margin-bottom: 30px; font-size: clamp(3.4rem, 5.6vw, 6.2rem); }
.page-hero-copy p { max-width: 650px; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.page-hero-media { margin: 0; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); overflow: hidden; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-detail { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(90px, 9vw, 140px) var(--pad); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 8vw, 130px); background: var(--paper-2); }
.service-detail.section-dark { background: var(--ink); }
.detail-index { color: var(--orange); font: 900 .7rem/1 var(--sans); letter-spacing: .15em; }
.detail-intro h2 { font-family: var(--display); font-size: clamp(3rem, 4.8vw, 5.3rem); font-weight: 900; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; overflow-wrap: anywhere; }
.detail-intro > p:last-child { color: var(--muted); }
.section-dark .detail-intro > p:last-child, .section-dark .detail-copy > p { color: rgba(255,255,255,.65); }
.detail-copy > p { max-width: 780px; color: var(--muted); font-size: 1rem; }
.detail-media { margin: 35px 0; min-height: 360px; overflow: hidden; clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%); }
.detail-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-list { margin: 35px 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--line); }
.section-dark .detail-list { border-color: var(--line-dark); }
.detail-list li { padding: 15px 0 15px 20px; position: relative; border-bottom: 1px solid var(--line); font-size: .85rem; }
.section-dark .detail-list li { border-color: var(--line-dark); }
.detail-list li::before { content: "/"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.materials-note { padding: 28px; background: rgba(76,98,87,.12); border-left: 4px solid var(--green); }
.section-dark .materials-note { background: rgba(255,255,255,.05); }
.materials-note h3 { font-family: var(--display); font-size: 1.8rem; text-transform: uppercase; }
.materials-note p { margin: 0; color: var(--muted); }
.section-dark .materials-note p { color: rgba(255,255,255,.62); }
.service-cta { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) var(--pad); text-align: center; }
.service-cta h2 { margin-bottom: 25px; font-size: clamp(3rem, 4.8vw, 5.3rem); }
.service-cta p { max-width: 680px; margin: 0 auto 30px; color: rgba(255,255,255,.65); }

/* Legal */
.legal-page { background: var(--paper-2); }
.legal-hero { width: min(100%, var(--max)); margin: 0 auto; padding: 115px var(--pad) 80px; color: white; background: var(--ink); }
.legal-hero h1 { max-width: 1100px; margin-bottom: 20px; font-size: clamp(3.2rem, 5.6vw, 6.2rem); overflow-wrap: anywhere; }
.legal-hero p { color: rgba(255,255,255,.62); }
.legal-content { width: min(920px, calc(100% - 44px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-back { display: inline-block; margin-bottom: 40px; color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-content h2 { margin-top: 45px; font-family: var(--display); font-size: 2.1rem; text-transform: uppercase; }
.legal-content h3 { margin-top: 30px; font-size: 1.05rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { text-decoration: underline; }
.legal-alert { padding: 22px; border-left: 4px solid var(--orange); background: rgba(232,111,44,.08); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s, transform .7s; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1220px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .header-phone { display: none; }
  .hero-copy { width: min(720px, 68%); }
  .service-story { grid-template-columns: 90px 1fr; }
  .service-story > figure, .service-story-note { grid-column: 2; min-height: 380px; }
  .service-story-media figure { min-height: 430px; }
  .statement { grid-template-columns: .35fr 1fr 1fr; }
  .local { grid-template-columns: 1fr 1fr; }
  .local-radius { min-height: 360px; grid-column: 1 / -1; }
}

@media (max-width: 930px) {
  .site-header { width: calc(100% - 24px); height: 70px; margin-top: 12px; grid-template-columns: 1fr auto; padding: 0 11px; }
  .site-header.is-stuck { width: 100%; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand-name > span { font-size: 1rem; }
  .brand-name b { font-size: 1.2rem; }
  .site-nav { position: fixed; z-index: 90; inset: 70px 0 auto; width: 100%; margin: 0; padding: 28px 22px 32px; display: grid; grid-template-columns: minmax(0, 1fr); justify-content: stretch; justify-items: stretch; gap: 0; color: #fff; background: var(--ink); box-shadow: 0 20px 30px rgba(0,0,0,.3); text-align: center; transform: translateY(-135%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { width: min(100%, 320px); margin-inline: auto; padding: 14px 10px; display: block; justify-self: center; border-bottom: 1px solid var(--line-dark); font: 850 1.08rem/1.15 var(--display); letter-spacing: .045em; text-align: center; }
  .site-nav a::after { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .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); }
  .hero { min-height: 700px; }
  .hero-copy { width: min(680px, 78%); min-height: 700px; padding-top: 86px; }
  .hero h1 { font-size: clamp(3.7rem, 8vw, 5.4rem); }
  .hero-stamp { top: 30px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip p:nth-child(2) { border-right: 0; }
  .proof-strip p:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .expertise-intro { grid-template-columns: 1fr 1fr; column-gap: 50px; }
  .expertise-panels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expertise-panel, .expertise-panel:nth-child(n+4) { grid-column: auto; min-height: 320px; }
  .expertise-panel:last-child { grid-column: 1 / -1; min-height: 260px; }
  .home-services-header { grid-template-columns: 1fr; }
  .home-services-intro { max-width: 760px; }
  .service-story { grid-template-columns: 70px minmax(0, 1fr); }
  .statement { grid-template-columns: 1fr; }
  .statement-number { writing-mode: horizontal-tb; transform: none; }
  .faq-contact { grid-template-columns: 1fr; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-media { min-height: 500px; clip-path: none; }
  .service-detail { grid-template-columns: 1fr; }
  .detail-intro { max-width: 700px; }
  .legal-hero { padding-top: 105px; }
}

@media (max-width: 650px) {
  :root { --pad: 22px; }
  body { padding-bottom: 58px; }
  .site-header { margin-top: 8px; width: calc(100% - 16px); }
  .brand-name small { display: none; }
  .hero { min-height: 670px; }
  .hero::after { background: linear-gradient(90deg, rgba(14, 15, 14, .92), rgba(14, 15, 14, .42)), linear-gradient(0deg, rgba(14, 15, 14, .78), transparent 58%); }
  .hero-copy { width: 100%; min-height: 670px; padding: 76px 22px 30px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.75rem, 12vw, 4rem); line-height: .9; letter-spacing: -.04em; overflow-wrap: anywhere; }
  .hero h1 span:last-child::after { width: 34px; height: 4px; }
  .hero-lead strong { display: inline; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trades { margin-top: 32px; gap: 12px; justify-content: space-between; }
  .hero-coordinates { margin-top: auto; }
  .hero-media figcaption { left: 22px; right: auto; text-align: left; }
  .hero-stamp { display: none; }
  .proof-strip { padding: 0; grid-template-columns: 1fr; }
  .proof-strip p { min-height: 59px; padding: 15px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .proof-strip p:last-child { border: 0; }
  .expertise { padding: 78px 22px; }
  .expertise-intro { display: block; }
  .expertise h2 { font-size: clamp(2.35rem, 10.5vw, 3.35rem); line-height: .94; }
  .expertise-intro > p:not(.eyebrow) { margin-top: 24px; }
  .expertise-panels { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .expertise-panel, .expertise-panel:nth-child(n+4), .expertise-panel:last-child { grid-column: auto; min-height: 285px; }
  .home-services-header { padding: 82px 22px; }
  .home-services-header h2 { font-size: clamp(2.65rem, 11.5vw, 3.8rem); line-height: .92; overflow-wrap: anywhere; }
  .service-story { padding: 72px 22px; grid-template-columns: 1fr; gap: 35px; }
  .service-story-index { min-width: 0; padding: 0 0 20px; flex-direction: row; align-items: flex-end; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-story-dark .service-story-index { border-color: var(--line-dark); }
  .service-story-index span { font-size: 3.6rem; }
  .service-story-index small { writing-mode: horizontal-tb; transform: none; }
  .service-story-copy h3 { font-size: clamp(2.35rem, 10.5vw, 3.35rem); line-height: .92; overflow-wrap: anywhere; }
  .service-story-copy ul { grid-template-columns: 1fr; }
  .service-story > figure, .service-story-note { grid-column: auto; width: 100%; min-width: 0; }
  .service-story-media figure { min-height: 330px; clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%); }
  .service-story-note { min-height: 280px; padding: 30px; }
  .statement-number { font-size: 4rem; }
  .statement-copy h2 { font-size: clamp(2.25rem, 9.8vw, 3.15rem); line-height: .94; overflow-wrap: anywhere; }
  .local { grid-template-columns: 1fr; }
  .local-media { min-height: 440px; }
  .local-copy { padding: 75px 22px; }
  .local h2 { font-size: clamp(2.65rem, 11.5vw, 3.8rem); line-height: .92; overflow-wrap: anywhere; }
  .local-radius { min-height: 390px; grid-column: auto; }
  .ring-3 { width: 340px; height: 340px; }
  .faq-contact h2 { font-size: clamp(2.45rem, 10.8vw, 3.55rem); line-height: .94; overflow-wrap: anywhere; }
  .faq-column, .contact-column { padding: 78px 22px; min-width: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .direct-contact { display: grid; gap: 18px; }
  .site-footer { padding: 60px 22px 25px; grid-template-columns: 1fr; gap: 45px; }
  .footer-links, .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-main .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; justify-items: start; }
  .creator-signature { justify-self: end; margin: 9px 8px 0 0; font-size: 38px; }
  .mobile-actions { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 25px rgba(0,0,0,.18); }
  .mobile-actions a { display: grid; place-items: center; color: white; background: var(--ink); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--orange); }
  .page-hero-copy { padding: 120px 22px 75px; }
  .page-hero h1 { font-size: clamp(2.6rem, 11vw, 3.7rem); line-height: .92; overflow-wrap: anywhere; }
  .page-hero-media { min-height: 400px; }
  .service-detail { padding: 80px 22px; }
  .detail-intro h2 { font-size: clamp(2.35rem, 10.5vw, 3.35rem); line-height: .94; overflow-wrap: anywhere; }
  .detail-list { grid-template-columns: 1fr; }
  .detail-media { min-height: 280px; clip-path: none; }
  .service-cta h2 { font-size: clamp(2.25rem, 9.8vw, 3.15rem); line-height: .94; overflow-wrap: anywhere; }
  .legal-hero { padding: 90px 22px 70px; }
  .legal-hero h1 { font-size: clamp(2rem, 9vw, 3.15rem); line-height: .96; letter-spacing: -.035em; overflow-wrap: anywhere; }
  .legal-content { width: min(100% - 44px, 920px); }
}
