:root {
    --green: #f28c00;
    --green-dark: #d96f00;
    --ink: #111411;
    --charcoal: #1a1d1a;
    --paper: #f5f5f0;
    --white: #fff;
    --muted: #666b66;
    --line: #d9ddd6;
    --display: "Avenir Next Condensed", "DIN Condensed", sans-serif;
    --body: "Avenir Next", "Segoe UI", sans-serif;
    --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 18px/1.58 var(--body); }
body.nav-open { overflow: hidden; }
body.cookie-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
[hidden] { display: none !important; }
.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: 12px; left: 12px; padding: 12px 18px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; color: var(--white); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(17, 20, 17, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .15); }
.header-inner { width: min(calc(100% - 48px), var(--max)); height: 94px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 184px; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 16px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--green); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 10px; background: none; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: white; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 25px; border: 2px solid var(--green); background: var(--green); color: var(--ink); font-weight: 700; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--white); border-color: var(--white); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 9px 18px; }
.button-ghost { color: var(--white); background: transparent; border-color: #5b605b; }
.text-link { font-weight: 700; text-decoration-color: var(--green); text-decoration-thickness: 2px; }
.text-link:hover { color: var(--green-dark); }
.text-link.light:hover { color: var(--white); }
.eyebrow { margin: 0 0 14px; color: var(--green); font: 700 16px/1.2 var(--body); text-transform: uppercase; letter-spacing: 1.5px; }
.eyebrow.green { color: var(--green-dark); }
h1, h2, h3, legend { margin-top: 0; font-family: var(--display); font-weight: 600; line-height: .98; letter-spacing: 0; }
h2 { margin-bottom: 26px; font-size: clamp(46px, 5.8vw, 78px); }
h3 { font-size: 31px; }
.section { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: start; }
.section-heading { max-width: 820px; margin-bottom: 64px; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); }
.lead { font-size: 21px; }
.lead p:first-child { margin-top: 0; font-size: 25px; line-height: 1.4; }
.dark { color: var(--white); background: var(--ink); }
.dark .section-heading > p:last-child { color: #b5bab5; }

.hero { position: relative; min-height: 92svh; overflow: hidden; display: flex; align-items: center; color: white; background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(6, 9, 6, .92) 0%, rgba(6, 9, 6, .65) 54%, rgba(6, 9, 6, .16) 100%); }
.hero-content { position: relative; width: min(calc(100% - 48px), var(--max)); margin: 95px auto 40px; padding: 70px 0; }
.hero h1 { max-width: 950px; margin: 0 0 28px; font-size: clamp(68px, 9.7vw, 144px); text-transform: uppercase; }
.hero h1 span { color: var(--green); }
.hero-copy { max-width: 720px; margin-bottom: 32px; font-size: 23px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-points { display: flex; gap: 34px; padding: 36px 0 0; margin: 40px 0 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; font-weight: 600; }
.hero-points li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 35px; font-size: 15px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }

.service-list { border-top: 1px solid #454945; }
.service-list article { display: grid; grid-template-columns: 100px 1fr; gap: 32px; padding: 35px 0; border-bottom: 1px solid #454945; }
.service-list article > span { color: var(--green); font-family: var(--display); font-size: 23px; }
.service-list h3 { margin-bottom: 8px; font-size: clamp(34px, 4vw, 50px); }
.service-list p { max-width: 720px; margin: 0; color: #c3c7c3; }

.process-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; margin: 0; background: var(--line); list-style: none; border: 1px solid var(--line); }
.process-track li { min-height: 280px; padding: 36px; background: var(--paper); }
.process-track b { color: var(--green-dark); font-family: var(--display); font-size: 22px; }
.process-track h3 { margin: 45px 0 12px; }
.process-track p { margin: 0; color: var(--muted); }

.local-band { min-height: 680px; display: grid; grid-template-columns: 1.15fr .85fr; color: var(--white); background: var(--green-dark); }
.local-band > img { width: 100%; height: 100%; object-fit: cover; }
.local-media { position: relative; min-height: 680px; overflow: hidden; background: #d9ddd6; }
.local-media img { width: 100%; height: 100%; object-fit: cover; }
.image-credit { position: absolute; right: 12px; bottom: 10px; padding: 3px 7px; color: white; background: rgba(0,0,0,.72); font-size: 12px; }
.local-content { align-self: center; padding: 70px clamp(35px, 7vw, 100px); }
.local-content .eyebrow { color: var(--ink); }
.local-content h2 { font-size: clamp(50px, 6vw, 82px); }
.local-content p { max-width: 620px; font-size: 21px; }

.fact-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact-grid > div { padding: 35px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-grid dt { color: var(--green-dark); font: 600 clamp(50px, 5vw, 76px)/1 var(--display); }
.fact-grid dd { margin: 10px 0 0; color: var(--muted); }
.source-note { margin-top: 24px; color: var(--muted); font-size: 15px; }
.facts-hero { padding-top: 190px; }
.facts-hero h1 { max-width: 1050px; margin-bottom: 30px; font-size: clamp(60px, 8vw, 110px); text-transform: uppercase; }
.grounding-content { max-width: var(--max); margin: auto; }
.grounding-content > section { padding: 65px 0; border-bottom: 1px solid var(--line); }
.grounding-content > section:first-child { padding-top: 0; }
.grounding-content h2 { max-width: 900px; font-size: clamp(42px, 5vw, 66px); }
.grounding-content p, .grounding-content ul { max-width: 900px; }
.grounding-content li { margin-bottom: 10px; }

.configurator { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; }
.config-intro { position: sticky; top: 130px; align-self: start; }
.config-form { min-width: 0; }
.step-label { color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.config-form fieldset { padding: 0; border: 0; }
.config-form legend { margin-bottom: 35px; font-size: clamp(38px, 4vw, 58px); }
.config-form label, .contact-form > label, .form-grid label { display: grid; gap: 8px; margin-bottom: 22px; font-weight: 600; }
input, select, textarea { width: 100%; min-height: 54px; padding: 12px 14px; color: inherit; background: transparent; border: 1px solid #656a65; border-radius: 0; }
.config-form select { color: white; }
.config-form select option { color: var(--ink); }
textarea { resize: vertical; }
.config-actions { display: flex; gap: 12px; justify-content: space-between; margin-top: 28px; }
.config-result { padding: 38px; border-left: 5px solid var(--green); background: #252925; }
.config-result h3 { font-size: 45px; }
.config-result li { margin: 8px 0; }

.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--green-dark); font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 60px 28px 0; cursor: pointer; font: 600 29px/1.2 var(--display); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--green-dark); font: 400 38px/1 var(--body); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 850px; padding-bottom: 28px; margin: 0; color: var(--muted); }

.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; padding: 120px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--green-dark); }
.contact-copy { align-self: start; position: sticky; top: 130px; }
.contact-copy .eyebrow { color: var(--ink); }
.contact-copy h2 { font-size: clamp(52px, 6vw, 82px); }
.contact-direct { display: grid; gap: 6px; margin-top: 35px; font: 600 29px/1.3 var(--display); }
.contact-form { padding: clamp(24px, 5vw, 58px); color: var(--ink); background: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.contact-form input, .contact-form textarea { border-color: #9ba09b; }
.contact-form .button:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.consent { display: grid !important; grid-template-columns: 24px 1fr; align-items: start; font-size: 15px; font-weight: 400 !important; }
.consent input { width: 22px; min-height: 22px; margin: 3px 0 0; }
.profile-fields { margin: 0 0 25px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-fields summary { cursor: pointer; font-weight: 700; }
.profile-fields .form-grid { margin-top: 20px; }
.field-error { display: block; color: #9f1f1f; font-size: 15px; font-weight: 700; }
.form-notice { padding: 16px; margin-bottom: 24px; border-left: 4px solid; }
.form-notice.success { background: #fff3e6; border-color: var(--green-dark); }
.form-notice.error { background: #f9e2e2; border-color: #9f1f1f; }
.honeypot { position: absolute; left: -9999px; }

.mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 95; display: none; gap: 12px; padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); background: rgba(17, 20, 17, .96); box-shadow: 0 -8px 24px rgba(0,0,0,.2); }
.mobile-cta__button { display: inline-flex; flex: 1; align-items: center; justify-content: center; min-height: 48px; padding: 0 16px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.mobile-cta__button--primary { color: var(--ink); background: var(--green); }
.mobile-cta__button--secondary { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.24); }
.cookie-dialog { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(6, 9, 6, .72); }
.cookie-dialog.is-visible { display: flex; }
.cookie-dialog__content { width: min(100%, 520px); padding: 28px; border-radius: 24px; background: var(--white); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.cookie-dialog__content h2 { margin-bottom: 12px; font-size: clamp(30px, 4vw, 42px); }
.cookie-dialog__actions { display: flex; justify-content: flex-end; margin-top: 20px; }

.site-footer { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 50px; padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 30px; color: #c9cdc9; background: var(--ink); font-size: 16px; }
.site-footer img { margin-bottom: 20px; filter: brightness(0) invert(1); }
.site-footer address { font-style: normal; }
.site-footer nav { display: grid; align-content: start; gap: 8px; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #3e423e; }

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .site-nav { position: fixed; inset: 0; z-index: -1; padding: 130px 28px 40px; display: none; flex-direction: column; align-items: stretch; gap: 12px; background: var(--ink); font: 600 35px/1.2 var(--display); }
    .site-nav.open { display: flex; }
    .section-grid, .configurator, .contact-section { grid-template-columns: 1fr; }
    .config-intro, .contact-copy { position: static; }
    .process-track { grid-template-columns: repeat(2, 1fr); }
    .fact-grid { grid-template-columns: repeat(3, 1fr); }
    .local-band { grid-template-columns: 1fr; }
    .local-media { min-height: 520px; max-height: 520px; }
    .contact-copy { margin-bottom: 30px; }
}

@media (max-width: 680px) {
    body { font-size: 17px; }
    .mobile-cta { display: flex; }
    .mobile-cta__button { min-height: 46px; font-size: 15px; }
    .cookie-dialog__content { padding: 24px; }
    .header-inner, .hero-content { width: min(calc(100% - 32px), var(--max)); }
    .header-inner { height: 78px; }
    .brand img { width: 150px; }
    .hero { min-height: 820px; }
    .hero-content { margin-top: 78px; padding: 50px 0 90px; }
    .hero h1 { max-width: 100%; font-size: clamp(46px, 13vw, 62px); overflow-wrap: anywhere; }
    .hero-copy { font-size: 19px; }
    .hero-points { display: grid; gap: 8px; }
    .scroll-cue { display: none; }
    .section, .contact-section { padding-top: 82px; padding-bottom: 82px; }
    h2 { font-size: 47px; }
    .section-grid { gap: 22px; }
    .lead, .lead p:first-child { font-size: 19px; }
    .service-list article { grid-template-columns: 50px 1fr; gap: 12px; }
    .process-track, .fact-grid, .form-grid, .check-list { grid-template-columns: 1fr; }
    .process-track li { min-height: 220px; }
    .fact-grid { border-left: 0; }
    .fact-grid > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 22px 0; border-right: 0; }
    .fact-grid dd { text-align: right; }
    .config-result { padding: 25px; }
    .site-footer { grid-template-columns: 1fr; gap: 30px; }
    .copyright { grid-column: auto; }
}

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