:root {
  --black: #0a0a0a;
  --ink: #121212;
  --panel: #151515;
  --line: rgba(255, 255, 255, .11);
  --muted: rgba(255, 255, 255, .62);
  --yellow: #ffd700;
  --orange: #ff7200;
  --green: #1ee59a;
  --display: "Bebas Neue", Impact, sans-serif;
  --condensed: "Barlow Condensed", sans-serif;
  --data: "Orbitron", sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 85px; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: #fff; font-family: var(--condensed); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { border: 0; }
.shell { width: var(--shell); margin: 0 auto; }
.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; left: 16px; top: -60px; padding: 10px 15px; background: var(--yellow); color: var(--black); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; background: linear-gradient(to bottom, rgba(5,5,5,.88), rgba(5,5,5,.2)); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(10,10,10,.96); box-shadow: 0 5px 30px rgba(0,0,0,.35); }
.header-content { display: flex; align-items: center; min-height: 79px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: grid; width: 41px; height: 41px; place-items: center; overflow: hidden; background: #070707; }
.brand-mark img { width: 38px; height: 38px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(255,215,0,.33)); }
.brand-name { color: #fff; font-family: var(--condensed); font-weight: 700; font-size: 1.02rem; line-height: .9; letter-spacing: .05em; text-transform: uppercase; }
.brand-name em { display: block; color: var(--yellow); font-size: .64rem; font-style: normal; letter-spacing: .38em; }
.main-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 31px); margin-left: auto; }
.main-nav a { position: relative; padding: 28px 0; color: rgba(255,255,255,.85); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--yellow); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover { color: var(--yellow); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-phone { display: flex; align-items: center; gap: 9px; padding: 15px 20px; background: var(--yellow); color: #0b0b0b; font-family: var(--data); font-size: .7rem; font-weight: 700; letter-spacing: .08em; clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px)); transition: transform .25s, background .25s; }
.header-phone:hover { background: #fff; transform: translateY(-2px); }
.header-phone svg { width: 17px; fill: currentColor; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; background: transparent; color: #fff; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--yellow); transition: transform .2s, opacity .2s; }

/* Hero */
.hero { position: relative; display: flex; min-height: 760px; align-items: center; overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; z-index: -3; inset: 0; background: url("images/hero-electricidad.webp") center / cover no-repeat; transform: scale(1.02); animation: heroZoom 15s ease-out both; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.98) 0%, rgba(7,7,7,.83) 41%, rgba(7,7,7,.32) 74%, rgba(7,7,7,.78) 100%); }
.hero::after { position: absolute; z-index: -1; right: -10vw; bottom: -16vw; width: 38vw; height: 38vw; border: 1px solid rgba(255,215,0,.17); border-radius: 50%; box-shadow: 0 0 0 33px rgba(255,215,0,.03), 0 0 0 66px rgba(255,215,0,.02); content: ""; }
.hero-rings { position: absolute; z-index: -1; top: 12%; left: 17%; width: 330px; height: 330px; border: 1px solid rgba(255,215,0,.13); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,215,0,.025); pointer-events: none; }
.hero-content { padding-top: 105px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 25px; padding: 10px 16px; border: 1px solid rgba(255,215,0,.37); color: var(--yellow); font-family: var(--condensed); font-size: .72rem; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.bolt { font-family: var(--display); font-size: 1.2rem; line-height: 0; }
h1, h2, h3, p { margin-top: 0; }
.hero h1, h2 { margin-bottom: 20px; font-family: var(--display); font-weight: 400; letter-spacing: .025em; line-height: .89; text-transform: uppercase; }
.hero h1 { max-width: 680px; font-size: clamp(5rem, 10.3vw, 9.4rem); }
.hero h1 span, h2 span { color: var(--yellow); text-shadow: 0 0 28px rgba(255,215,0,.23); }
.hero-copy { max-width: 670px; margin-bottom: 31px; color: rgba(255,255,255,.7); font-size: clamp(1.15rem, 2.1vw, 1.62rem); line-height: 1.25; }
.hero-copy strong { color: var(--yellow); font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 23px; border: 1px solid transparent; font-family: var(--condensed); font-size: .92rem; font-weight: 700; letter-spacing: .115em; text-align: center; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--yellow); color: #090909; clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px)); }
.button-primary:hover { background: #fff; box-shadow: 0 10px 30px rgba(255,215,0,.23); }
.button-outline { border-color: var(--yellow); color: var(--yellow); }
.button-outline:hover { background: rgba(255,215,0,.12); }
.button-full { width: 100%; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 25px; margin: 46px 0 0; padding: 0; color: rgba(255,255,255,.56); list-style: none; font-size: .86rem; }
.hero-trust span { margin-right: 6px; color: var(--green); font-size: 1.15rem; font-weight: 700; }
.scroll-cue { position: absolute; bottom: 34px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,215,0,.48); font-family: var(--condensed); font-size: .6rem; letter-spacing: .24em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { display: block; width: 1px; height: 40px; background: linear-gradient(var(--yellow), transparent); animation: scrollLine 1.7s ease-in-out infinite; }

/* Common section constructs */
.section { padding: 118px 0; }
.section-heading { margin-bottom: 57px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading-row > p { max-width: 380px; margin: 0 0 4px; color: var(--muted); font-size: 1.08rem; line-height: 1.38; }
.kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 15px; color: var(--yellow); font-size: .72rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.kicker::before { width: 32px; height: 2px; background: var(--yellow); content: ""; }
h2 { font-size: clamp(3.6rem, 7vw, 6.2rem); }

/* Stats */
.stats-band { border-top: 1px solid rgba(255,215,0,.13); border-bottom: 1px solid rgba(255,215,0,.13); background: #090909; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { position: relative; display: grid; min-height: 159px; place-content: center; padding: 20px; text-align: center; }
.stat:not(:last-child)::after { position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background: var(--line); content: ""; }
.stat strong { color: var(--yellow); font-family: var(--data); font-size: clamp(1.65rem, 2.9vw, 2.6rem); font-weight: 700; line-height: 1; }
.stat > span { margin-top: 9px; color: rgba(255,255,255,.57); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* Services */
.services { background: #0d0d0d; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 295px; overflow: hidden; padding: 31px; border: 1px solid rgba(255,215,0,.14); border-top: 3px solid rgba(255,215,0,.35); background: #141414; transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-card::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(110deg, rgba(8,8,8,.97), rgba(8,8,8,.74)), var(--service-image) center / cover; content: ""; opacity: 0; transition: opacity .45s; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { border-top-color: var(--yellow); box-shadow: 0 15px 33px rgba(0,0,0,.35), 0 0 25px rgba(255,215,0,.08); transform: translateY(-6px); }
.service-card:hover::before { opacity: 1; }
.service-card::after { position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--yellow), var(--orange)); content: ""; transition: width .4s; }
.service-card:hover::after { width: 100%; }
.service-icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 22px; border: 1px solid rgba(255,215,0,.25); background: rgba(255,215,0,.09); color: var(--yellow); font-family: var(--display); font-size: 2rem; }
.service-card h3 { margin-bottom: 11px; font-family: var(--display); font-size: 2rem; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.service-card p { max-width: 340px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.35; }
.service-index { position: absolute; right: 23px; bottom: 19px; color: rgba(255,215,0,.33); font-family: var(--data); font-size: .72rem; }

/* About */
.about { overflow: hidden; background: #0a0a0a; }
.about-layout { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.about-media { position: relative; min-height: 545px; }
.about-media img { width: min(100%, 550px); height: 545px; object-fit: cover; filter: saturate(.84) contrast(1.04); }
.media-frame { position: absolute; top: 34px; right: 0; z-index: 0; width: 72%; height: 94%; border: 1px solid rgba(255,215,0,.38); transform: translateX(22px); }
.about-media img { position: relative; z-index: 1; }
.experience-badge { position: absolute; z-index: 2; right: 0; bottom: 30px; display: flex; min-width: 176px; align-items: center; gap: 10px; padding: 18px 20px; background: var(--yellow); color: #0a0a0a; clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px)); }
.experience-badge strong { font-family: var(--data); font-size: 2.25rem; line-height: .8; }
.experience-badge strong span { font-size: 1.2rem; }
.experience-badge small { font-size: .79rem; font-weight: 700; letter-spacing: .08em; line-height: 1.1; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p { max-width: 580px; color: var(--muted); font-size: 1.17rem; line-height: 1.49; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 17px; margin-top: 34px; }
.feature-list > div { display: flex; gap: 10px; padding-top: 15px; border-top: 1px solid rgba(255,215,0,.18); color: var(--muted); font-size: .9rem; line-height: 1.25; }
.feature-list b { color: var(--yellow); font-family: var(--data); font-size: .65rem; }
.feature-list strong { display: block; margin-bottom: 4px; color: #fff; font-size: 1rem; font-weight: 600; }

/* Reform */
.reform { position: relative; overflow: hidden; padding: 115px 0; background: #080808; isolation: isolate; }
.reform-bg { position: absolute; z-index: -2; inset: 0; background: url("images/reforma-integral.webp") center / cover; opacity: .13; }
.reform-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, rgba(8,8,8,.98), rgba(8,8,8,.83), rgba(8,8,8,.98)); }
.reform-content { position: relative; }
.reform-content::before, .reform-content::after { position: absolute; left: 0; width: 66px; height: 2px; background: var(--yellow); content: ""; }
.reform-content::before { top: -35px; }
.reform-content::after { bottom: -35px; }
.reform-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.reform-intro h2 { margin-bottom: 39px; }
.reform-lead { max-width: 570px; margin: -90px 0 57px auto; color: var(--muted); font-size: 1.17rem; line-height: 1.45; }
.reform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.reform-card { min-height: 187px; padding: 21px; border: 1px solid rgba(255,215,0,.17); border-top: 3px solid rgba(255,215,0,.4); background: rgba(255,255,255,.035); transition: background .25s, transform .25s, border-color .25s; }
.reform-card:hover { border-top-color: var(--yellow); background: rgba(255,215,0,.07); transform: translateY(-5px); }
.reform-card > span { display: block; margin-bottom: 18px; color: var(--yellow); font-family: var(--display); font-size: 1.7rem; }
.reform-card h3 { margin-bottom: 8px; font-family: var(--display); font-size: 1.6rem; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.reform-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.25; }
.reform-card-wide { grid-column: auto / span 2; }
.reform-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 39px; padding: 27px 30px; border: 1px solid rgba(255,215,0,.25); background: rgba(255,215,0,.055); }
.reform-cta strong { display: block; margin-bottom: 6px; font-family: var(--display); font-size: clamp(1.7rem, 2.5vw, 2.45rem); font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.reform-cta span { color: var(--muted); font-size: .95rem; }

/* Projects */
.projects { background: #0d0d0d; }
.project-mosaic { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 270px 270px; gap: 14px; }
.project { position: relative; min-height: 0; overflow: hidden; background: #181818; }
.project-large { grid-row: span 2; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .4s; }
.project::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 34%, rgba(0,0,0,.92)); content: ""; }
.project:hover img { filter: saturate(1.12); transform: scale(1.08); }
.project-caption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; }
.project-caption span { display: inline-block; margin-bottom: 8px; padding: 5px 8px; background: var(--yellow); color: #0a0a0a; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.project-caption h3 { margin-bottom: 5px; font-family: var(--display); font-size: clamp(1.4rem, 2vw, 2rem); font-weight: 400; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.project-caption p { max-width: 450px; margin: 0; color: rgba(255,255,255,.68); font-size: .89rem; line-height: 1.25; }

/* Process */
.process { padding: 110px 0; background: #101010; border-top: 1px solid rgba(255,215,0,.12); border-bottom: 1px solid rgba(255,215,0,.12); }
.process-header { max-width: 650px; margin-bottom: 55px; }
.process-header h2 { margin: 0; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { position: relative; padding: 20px 28px 10px; border-left: 1px solid var(--line); }
.process-list li:first-child { padding-left: 0; border: 0; }
.process-list b { display: block; margin-bottom: 29px; color: var(--yellow); font-family: var(--data); font-size: .73rem; }
.process-list h3 { margin-bottom: 8px; font-family: var(--display); font-size: 1.75rem; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.3; }

/* Contact */
.contact { position: relative; overflow: hidden; background: #0a0a0a; }
.contact::before { position: absolute; top: 0; right: -5%; width: 38vw; height: 38vw; border: 1px solid rgba(255,215,0,.08); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,215,0,.02), 0 0 0 88px rgba(255,215,0,.015); content: ""; }
.contact-layout { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(40px, 8vw, 104px); }
.contact-details h2 { margin-bottom: 23px; }
.contact-details > p { max-width: 470px; margin-bottom: 35px; color: var(--muted); font-size: 1.15rem; line-height: 1.45; }
.contact-card { display: flex; min-height: 83px; align-items: center; gap: 16px; margin-bottom: 12px; padding: 13px 18px; border: 1px solid rgba(255,215,0,.15); background: rgba(255,215,0,.045); transition: transform .25s, border .25s, background .25s; }
a.contact-card:hover { border-color: var(--yellow); background: rgba(255,215,0,.09); transform: translateX(5px); }
.contact-card i { display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; background: rgba(255,215,0,.09); color: var(--yellow); font-family: sans-serif; font-size: 1.3rem; font-style: normal; }
.contact-card small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.45); font-size: .66rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.contact-card strong { display: block; color: #fff; font-family: var(--condensed); font-size: 1.25rem; font-weight: 600; line-height: 1; }
.contact-card-email strong { color: var(--yellow); font-size: clamp(.85rem, 1.5vw, 1.08rem); word-break: break-all; }
.contact-form { padding: 39px; border: 1px solid rgba(255,215,0,.15); background: #151515; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.contact-form h3 { margin-bottom: 26px; font-family: var(--display); font-size: 2.2rem; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.contact-form label { display: block; margin-bottom: 18px; color: rgba(255,255,255,.58); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.13); outline: none; background: #0e0e0e; color: #fff; font-family: var(--condensed); font-size: 1.05rem; letter-spacing: .01em; transition: border .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 45px; padding: 0 12px; }
.contact-form textarea { min-height: 120px; padding: 12px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,215,0,.11); }
.contact-form select option { background: #111; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.44); font-size: .82rem; line-height: 1.25; text-align: center; }

/* Footer */
.site-footer { padding-top: 64px; border-top: 1px solid rgba(255,215,0,.16); background: #060606; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1.1fr; gap: 48px; padding-bottom: 52px; }
.footer-brand > p { max-width: 270px; margin: 19px 0 0; color: rgba(255,255,255,.5); font-size: .98rem; line-height: 1.35; }
.footer-grid h3 { margin: 5px 0 17px; color: var(--yellow); font-size: .74rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.53); font-size: .95rem; line-height: 1.25; transition: color .2s; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.32); font-size: .74rem; }
.footer-bottom span:last-child { color: rgba(255,215,0,.49); letter-spacing: .1em; text-transform: uppercase; }
.floating-call { position: fixed; z-index: 50; right: 23px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 17px; background: var(--yellow); color: #0a0a0a; box-shadow: 0 10px 25px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.11); font-family: var(--data); font-size: .73rem; font-weight: 700; letter-spacing: .06em; clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px)); transition: transform .25s, background .25s; }
.floating-call:hover { background: #fff; transform: translateY(-3px); }
.noscript { position: fixed; z-index: 200; right: 15px; bottom: 15px; max-width: 320px; padding: 15px; background: #fff; color: #111; }

/* Motion */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.hero .reveal { animation: heroReveal .72s both; }
.hero .delay-1 { animation-delay: .13s; }.hero .delay-2 { animation-delay: .25s; }.hero .delay-3 { animation-delay: .37s; }.hero .delay-4 { animation-delay: .49s; }
@keyframes heroReveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }
@keyframes scrollLine { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); transform-origin: top; } }

@media (max-width: 960px) {
  .main-nav { gap: 18px; }
  .header-phone { padding: 13px 15px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .about-media { max-width: 620px; }
  .about-media img { width: calc(100% - 22px); }
  .reform-grid { grid-template-columns: repeat(3, 1fr); }
  .project-mosaic { grid-template-columns: 1.35fr 1fr; grid-template-rows: 260px 260px 230px; }
  .project-large { grid-row: span 2; }
  .project:nth-child(5) { grid-column: span 2; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .process-list li:nth-child(3) { padding-left: 0; border: 0; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 34px, 630px); }
  .site-header { background: rgba(10,10,10,.96); }
  .header-content { min-height: 68px; gap: 14px; }
  .brand-mark { width: 35px; height: 35px; }.brand-mark img { width: 32px; height: 32px; }
  .brand-name { font-size: .88rem; }.brand-name em { font-size: .54rem; }
  .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); }
  .main-nav { position: fixed; top: 68px; right: 0; left: 0; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 17px 24px; background: #0b0b0b; opacity: 0; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { padding: 15px 2px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .main-nav a::after { display: none; }
  .header-phone { padding: 10px 11px; font-size: .61rem; }.header-phone svg { width: 14px; }
  .hero { min-height: 690px; }.hero-image { background-position: 62% center; }.hero-overlay { background: linear-gradient(90deg, rgba(7,7,7,.95), rgba(7,7,7,.71)); }
  .hero-content { padding-top: 85px; }.hero h1 { font-size: clamp(4.6rem, 21vw, 7.5rem); }.hero-copy { font-size: 1.25rem; }.hero-copy br { display: none; }
  .hero-trust { gap: 9px 16px; margin-top: 29px; font-size: .77rem; }.scroll-cue { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }.stat { min-height: 122px; }.stat:nth-child(2)::after { display: none; }.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section, .reform, .process { padding: 82px 0; }.section-heading { margin-bottom: 40px; }.section-heading-row { align-items: start; flex-direction: column; gap: 16px; }.section-heading-row > p { margin: 0; }
  h2 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 250px; padding: 25px; }
  .about-media { min-height: 420px; }.about-media img { height: 420px; }.feature-list { grid-template-columns: 1fr; }
  .reform-intro { display: block; }.reform-intro h2 { margin-bottom: 20px; }.reform-lead { margin: 0 0 40px; }.reform-grid { grid-template-columns: repeat(2, 1fr); }.reform-card { min-height: 174px; padding: 17px; }.reform-card-wide { grid-column: auto / span 2; }.reform-cta { align-items: start; flex-direction: column; padding: 22px; }
  .project-mosaic { grid-template-columns: 1fr; grid-template-rows: 380px repeat(4, 240px); }.project-large { grid-row: auto; }.project:nth-child(5) { grid-column: auto; }
  .process-list { grid-template-columns: 1fr; gap: 0; }.process-list li, .process-list li:nth-child(3) { padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }.process-list li:first-child { border-top: 0; }.process-list b { margin-bottom: 10px; }
  .contact-form { padding: 25px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-bottom { align-items: start; flex-direction: column; }
  .floating-call { right: 15px; bottom: 15px; padding: 12px 15px; font-size: .67rem; }
}

@media (max-width: 390px) {
  .header-phone span { display: none; }.header-phone { padding: 12px; }.hero-actions .button { width: 100%; }.reform-grid { grid-template-columns: 1fr; }.reform-card-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal, .hero .reveal { opacity: 1; transform: none; transition: none; animation: none; }.hero-image, .scroll-cue i { animation: none; }
}
