:root {
  --ink: #110a12;
  --ink-2: #1d111c;
  --ink-3: #2c1729;
  --paper: #f7f5f7;
  --white: #ffffff;
  --text: #211b22;
  --muted: #716973;
  --line: rgba(24, 11, 22, .12);
  --brand: #e50078;
  --brand-2: #ff3d9e;
  --brand-dark: #92004d;
  --warning: #ffd43b;
  --green: #1dd17b;
  --shadow: 0 24px 70px rgba(26, 7, 23, .14);
  --shadow-dark: 0 32px 100px rgba(0, 0, 0, .42);
  --radius: 24px;
  --radius-sm: 15px;
  --container: min(1180px, calc(100vw - 40px));
  --header-height: 82px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { width: 1.15em; height: 1.15em; flex: none; }
::selection { background: var(--brand); color: #fff; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 16px; border-radius: 8px; background: #fff; color: #000; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--warning); outline-offset: 3px; }
[hidden] { display: none !important; }
.site-noise { position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }

/* Buttons */
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 0 22px; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s; position: relative; overflow: hidden; }
.button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.28) 45%, transparent 65%); transform: translateX(-120%); transition: transform .7s var(--ease); }
.button:hover::after { transform: translateX(120%); }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 14px 38px rgba(229, 0, 120, .28); }
.button--primary:hover { box-shadow: 0 18px 46px rgba(229, 0, 120, .4); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.button--glass { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(16, 7, 15, .42); backdrop-filter: blur(16px); }
.button--outline { color: var(--ink); border-color: rgba(26, 8, 23, .18); background: transparent; }
.button--outline:hover { border-color: var(--brand); color: var(--brand); }
.button--dark { color: #fff; background: var(--ink); }
.button--white { color: var(--ink); background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.14); }
.button--compact { min-height: 43px; padding-inline: 17px; font-size: .88rem; }
.button--large { min-height: 58px; padding-inline: 28px; }
.button--pulse { animation: buttonPulse 2.8s infinite; }
@keyframes buttonPulse { 0%, 100% { box-shadow: 0 14px 38px rgba(229,0,120,.28), 0 0 0 0 rgba(229,0,120,.28); } 55% { box-shadow: 0 14px 38px rgba(229,0,120,.35), 0 0 0 14px rgba(229,0,120,0); } }

/* Top and header */
.emergency-bar { height: 36px; background: #090609; color: rgba(255,255,255,.74); font-size: .78rem; position: relative; z-index: 91; }
.emergency-bar__inner { height: 100%; display: flex; align-items: center; gap: 20px; }
.emergency-bar__status { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.emergency-bar__status i, .status-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(29,209,123,.12), 0 0 16px rgba(29,209,123,.7); animation: livePulse 1.7s infinite; }
@keyframes livePulse { 50% { opacity: .45; transform: scale(.8); } }
.emergency-bar__copy { flex: 1; }
.emergency-bar a { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; }
.site-header { height: var(--header-height); position: absolute; top: 36px; left: 0; right: 0; z-index: 90; color: #fff; transition: background .35s, transform .35s, box-shadow .35s, height .35s; }
.site-header.is-sticky { position: fixed; top: 0; height: 70px; background: rgba(14, 7, 13, .92); backdrop-filter: blur(18px); box-shadow: 0 12px 35px rgba(0,0,0,.26); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: 190px; }
.brand img { width: 62px; height: 62px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.28)); }
.is-sticky .brand img { width: 54px; height: 54px; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 1.18rem; text-transform: uppercase; letter-spacing: .055em; }
.brand small { margin-top: 6px; color: rgba(255,255,255,.67); font-size: .69rem; text-transform: uppercase; letter-spacing: .16em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.desktop-nav a { font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.72); transition: color .2s; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--brand-2); transition: right .25s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { width: 45px; height: 45px; display: none; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
.mobile-menu { position: fixed; inset: 0; z-index: 85; background: rgba(13, 7, 13, .98); color: #fff; padding: 125px 24px 32px; overflow: auto; }
.mobile-menu__glow { position: absolute; width: 330px; height: 330px; right: -90px; top: 0; border-radius: 50%; background: var(--brand); filter: blur(110px); opacity: .2; pointer-events: none; }
.mobile-menu nav, .mobile-menu__actions { width: min(560px, 100%); margin-inline: auto; position: relative; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 18px 5px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: clamp(1.35rem, 5vw, 2rem); font-weight: 850; }
.mobile-menu nav a svg { color: var(--brand-2); }
.mobile-menu__actions { margin-top: 28px; display: grid; gap: 12px; }

/* Hero */
.hero { min-height: min(920px, 100svh); background: var(--ink); color: #fff; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.hero__media, .hero__poster, .hero__video, .hero__video iframe, .hero__overlay, .hero__vignette { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__poster { object-fit: cover; object-position: center; filter: saturate(.85) contrast(1.12); }
.hero__video { overflow: hidden; opacity: 0; transition: opacity 1s; }
.hero__video.is-ready { opacity: .75; }
.hero__video iframe { width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 0; pointer-events: none; }
.hero__overlay { background: linear-gradient(90deg, rgba(11,5,11,.94) 0%, rgba(15,6,14,.82) 43%, rgba(14,6,13,.32) 74%, rgba(10,5,10,.5) 100%); }
.hero__vignette { background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, transparent 25%, transparent 69%, rgba(7,3,7,.94) 100%); }
.hero__speed-lines { position: absolute; right: -8vw; top: 12%; width: 52vw; height: 65%; transform: skewX(-18deg); opacity: .18; }
.hero__speed-lines i { position: absolute; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #fff, transparent); animation: speed 5s infinite linear; }
.hero__speed-lines i:nth-child(1) { top: 20%; width: 60%; }
.hero__speed-lines i:nth-child(2) { top: 54%; width: 88%; animation-delay: -1.9s; }
.hero__speed-lines i:nth-child(3) { top: 83%; width: 45%; animation-delay: -3.4s; }
@keyframes speed { from { transform: translateX(45%); opacity: 0; } 30%, 70% { opacity: 1; } to { transform: translateX(-60%); opacity: 0; } }
.hero__content { flex: 1; position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .58fr); align-items: center; gap: clamp(45px, 7vw, 100px); padding-top: calc(var(--header-height) + 90px); padding-bottom: 150px; }
.hero__copy { max-width: 760px; }
.hero__live { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 8px 13px; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.hero__live span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); animation: livePulse 1.7s infinite; }
.hero h1 { margin: 25px 0 24px; max-width: 790px; font-size: clamp(3rem, 6.2vw, 6.65rem); line-height: .91; letter-spacing: -.072em; text-transform: uppercase; font-weight: 950; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.3px rgba(255,255,255,.92); text-shadow: 0 0 40px rgba(229,0,120,.12); }
.hero__copy > p { max-width: 650px; margin: 0 0 31px; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.location-link { margin-top: 21px; display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); background: none; border: 0; padding: 0; cursor: pointer; font-weight: 750; }
.location-link svg:last-child { transition: transform .2s; }
.location-link:hover { color: #fff; }
.location-link:hover svg:last-child { transform: translateX(5px); }
.dispatch-card { align-self: center; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 25px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); box-shadow: 0 35px 90px rgba(0,0,0,.36); backdrop-filter: blur(18px); position: relative; overflow: hidden; }
.dispatch-card::before { content: ""; position: absolute; width: 190px; height: 190px; right: -85px; top: -85px; background: var(--brand); border-radius: 50%; filter: blur(70px); opacity: .35; }
.dispatch-card__top { position: relative; display: flex; align-items: center; gap: 13px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.dispatch-card__icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 12px 30px rgba(229,0,120,.3); }
.dispatch-card__icon svg { width: 27px; height: 27px; }
.dispatch-card__top div { display: flex; flex-direction: column; line-height: 1.22; }
.dispatch-card__top small { color: var(--green); font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.dispatch-card__top strong { margin-top: 4px; font-size: 1.04rem; }
.dispatch-card__signal { margin-left: auto; height: 28px; display: flex; align-items: end; gap: 3px; }
.dispatch-card__signal i { width: 4px; border-radius: 4px; background: var(--green); animation: signal 1.4s infinite; }
.dispatch-card__signal i:nth-child(1) { height: 9px; }
.dispatch-card__signal i:nth-child(2) { height: 17px; animation-delay: -.25s; }
.dispatch-card__signal i:nth-child(3) { height: 25px; animation-delay: -.5s; }
@keyframes signal { 50% { opacity: .25; } }
.dispatch-card__route { display: flex; align-items: center; gap: 9px; margin: 23px 0; color: rgba(255,255,255,.66); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.dispatch-card__route span { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.dispatch-card__route span i { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.08); }
.dispatch-card__route span:last-child i { background: var(--brand-2); box-shadow: 0 0 0 5px rgba(229,0,120,.14), 0 0 15px var(--brand); }
.dispatch-card__route b { height: 1px; flex: 1; background: repeating-linear-gradient(90deg, rgba(255,255,255,.32) 0 5px, transparent 5px 10px); }
.dispatch-card ul { list-style: none; padding: 0; margin: 0 0 23px; display: grid; gap: 12px; }
.dispatch-card li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: .88rem; }
.dispatch-card li svg { color: var(--green); }
.dispatch-card > a { position: relative; display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 850; }
.dispatch-card > a svg { color: var(--brand-2); }
.hero__footer { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.1); background: rgba(9,5,9,.54); backdrop-filter: blur(16px); }
.hero__metrics { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); }
.hero__metrics div { padding: 24px 28px; display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.1); }
.hero__metrics div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.hero__metrics strong { font-size: 1.25rem; line-height: 1.2; }
.hero__metrics span { color: rgba(255,255,255,.53); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }

/* Shared section */
.section { position: relative; padding: clamp(85px, 9vw, 145px) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 28px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ff70b5; }
.section-heading { max-width: 680px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section h2, .section-heading h2, .final-cta h2, .showcase h2, .gallery-video h2 { margin: 14px 0 20px; font-size: clamp(2.45rem, 5vw, 5.2rem); line-height: .94; letter-spacing: -.058em; text-transform: uppercase; font-weight: 950; }
.section h2 span, .section-heading h2 span, .showcase h2 span, .gallery-video h2 span { color: var(--brand); }
.section-heading > p { color: var(--muted); font-size: 1.05rem; }

.emergency-flow { background: #fff; position: relative; z-index: 5; box-shadow: 0 20px 60px rgba(20,5,18,.07); }
.emergency-flow__inner { min-height: 160px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.emergency-flow__badge { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; color: #fff; background: var(--ink); box-shadow: 0 15px 35px rgba(17,10,18,.2); }
.emergency-flow__badge svg { width: 30px; height: 30px; }
.emergency-flow h2 { margin: 5px 0 3px; font-size: clamp(1.45rem, 2.7vw, 2.45rem); line-height: 1.08; letter-spacing: -.04em; text-transform: none; }
.emergency-flow p { margin: 0; color: var(--muted); }
.emergency-flow__actions { display: flex; gap: 10px; }

.split-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); align-items: center; gap: clamp(60px, 8vw, 120px); }
.media-stack { min-height: 650px; position: relative; }
.media-stack__main { position: absolute; inset: 0 80px 0 0; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); background: #ddd; }
.media-stack__main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(11,5,10,.54)); }
.media-stack__main img { width: 100%; height: 100%; object-fit: cover; }
.media-stack__scan { position: absolute; left: 0; right: 0; height: 2px; top: 5%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent); opacity: .25; animation: scan 5s infinite var(--ease); }
@keyframes scan { 0%, 100% { top: 5%; opacity: 0; } 20%, 80% { opacity: .3; } 50% { top: 92%; } }
.media-stack__small { position: absolute; right: 0; bottom: 55px; width: 45%; aspect-ratio: 1 / .82; padding: 8px; background: #fff; border-radius: 21px; box-shadow: var(--shadow); transform: rotate(3deg); }
.media-stack__small img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; }
.media-stack__seal { position: absolute; top: 45px; right: 15px; width: 115px; height: 115px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-dark)); border: 7px solid var(--paper); box-shadow: 0 15px 40px rgba(229,0,120,.26); transform: rotate(8deg); }
.media-stack__seal strong { font-size: 1.8rem; line-height: 1; }
.media-stack__seal span { max-width: 75px; font-size: .58rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.section-copy .lead { font-size: clamp(1.1rem, 1.55vw, 1.28rem); color: var(--text); font-weight: 650; }
.section-copy > p:not(.lead) { color: var(--muted); }
.feature-list { margin: 35px 0; display: grid; gap: 18px; }
.feature-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; }
.feature-list > div > svg { width: 48px; height: 48px; padding: 12px; border-radius: 14px; color: var(--brand); background: rgba(229,0,120,.08); }
.feature-list span { display: flex; flex-direction: column; }
.feature-list strong { line-height: 1.25; }
.feature-list small { color: var(--muted); margin-top: 3px; }
.section-copy__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; border: 0; background: none; padding: 8px 0; color: var(--ink); cursor: pointer; font-weight: 850; }
.text-button svg { width: 34px; height: 34px; padding: 8px; border-radius: 50%; color: #fff; background: var(--ink); transition: transform .2s, background .2s; }
.text-button:hover svg { transform: scale(1.1); background: var(--brand); }

.section--services { background: var(--ink); color: #fff; overflow: hidden; }
.services-bg { position: absolute; inset: 0; overflow: hidden; opacity: .55; }
.services-bg::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(180deg, black, transparent 95%); }
.services-bg i { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(140px); }
.services-bg i:nth-child(1) { left: -140px; top: 20%; background: var(--brand); opacity: .28; }
.services-bg i:nth-child(2) { right: -180px; top: -80px; background: #7330ff; opacity: .2; }
.services-bg i:nth-child(3) { right: 35%; bottom: -260px; background: var(--brand); opacity: .17; }
.section--services .section-heading > p { color: rgba(255,255,255,.58); }
.services-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; perspective: 1000px; }
.service-card { min-height: 345px; padding: 31px; border-radius: 22px; border: 1px solid rgba(255,255,255,.11); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); position: relative; overflow: hidden; transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--lift, 0px)); transition: transform .18s ease-out, border-color .25s, background .25s; will-change: transform; }
.service-card:hover { --lift: -7px; border-color: rgba(255,61,158,.48); background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045)); }
.service-card__glow { position: absolute; width: 170px; height: 170px; left: var(--mx, 50%); top: var(--my, 50%); transform: translate(-50%, -50%); border-radius: 50%; background: var(--brand); filter: blur(80px); opacity: 0; transition: opacity .25s; pointer-events: none; }
.service-card:hover .service-card__glow { opacity: .2; }
.service-card__number { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.16); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.service-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-dark)); box-shadow: 0 15px 35px rgba(229,0,120,.2); }
.service-card__icon svg { width: 27px; height: 27px; }
.service-card h3 { margin: 30px 0 10px; font-size: 1.35rem; letter-spacing: -.025em; }
.service-card p { color: rgba(255,255,255,.58); font-size: .91rem; }
.service-card a { position: absolute; left: 31px; right: 31px; bottom: 27px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.84); font-size: .8rem; font-weight: 850; }
.service-card a svg { color: var(--brand-2); transition: transform .2s; }
.service-card a:hover svg { transform: translateX(5px); }

.section--process { background: #fff; }
.section--process .section-heading { margin-bottom: 55px; }
.process-grid { display: grid; grid-template-columns: 1fr 105px 1fr 105px 1fr; align-items: center; }
.process-card { min-height: 310px; padding: 31px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); position: relative; transition: transform .25s, box-shadow .25s; }
.process-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.process-card > span { position: absolute; right: 25px; top: 22px; font-size: 3.5rem; line-height: 1; color: rgba(229,0,120,.07); font-weight: 950; }
.process-card__icon { width: 65px; height: 65px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 20px; box-shadow: 0 15px 35px rgba(17,10,18,.18); }
.process-card__icon svg { width: 29px; height: 29px; }
.process-card h3 { margin: 32px 0 11px; font-size: 1.28rem; }
.process-card p { color: var(--muted); font-size: .93rem; }
.process-connector { height: 1px; background: repeating-linear-gradient(90deg, rgba(229,0,120,.4) 0 6px, transparent 6px 12px); position: relative; }
.process-connector i { position: absolute; width: 9px; height: 9px; top: -4px; left: 0; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(229,0,120,.09); animation: connector 2.8s infinite linear; }
@keyframes connector { to { left: calc(100% - 9px); } }

.showcase { min-height: 680px; position: relative; display: flex; align-items: center; color: #fff; background: var(--ink); overflow: hidden; }
.showcase__media, .showcase__media img, .showcase__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.showcase__media img { object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.08); }
.showcase__overlay { background: linear-gradient(90deg, rgba(12,5,11,.94), rgba(12,5,11,.72) 52%, rgba(12,5,11,.32)); }
.showcase__inner { position: relative; display: grid; grid-template-columns: 1fr .56fr; gap: 80px; align-items: center; padding-block: 100px; }
.showcase__copy p { max-width: 570px; color: rgba(255,255,255,.65); }
.play-button { margin-top: 25px; display: grid; grid-template-columns: 64px auto; grid-template-rows: 1fr 1fr; column-gap: 15px; align-items: center; border: 0; background: transparent; color: #fff; padding: 0; cursor: pointer; text-align: left; }
.play-button > span { grid-row: 1 / 3; width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, var(--brand), var(--brand-2)); box-shadow: 0 0 0 10px rgba(229,0,120,.12), 0 18px 40px rgba(229,0,120,.28); transition: transform .25s; }
.play-button:hover > span { transform: scale(1.08); }
.play-button b { align-self: end; font-size: .95rem; }
.play-button small { align-self: start; color: rgba(255,255,255,.5); }
.showcase__panel { display: grid; grid-template-columns: 1fr; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); overflow: hidden; }
.showcase__panel > div { display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; column-gap: 13px; padding: 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
.showcase__panel > div:last-child { border-bottom: 0; }
.showcase__panel span { grid-row: 1 / 3; width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: rgba(229,0,120,.16); color: var(--brand-2); }
.showcase__panel strong { align-self: end; }
.showcase__panel small { color: rgba(255,255,255,.5); }

.section--gallery-preview { padding-bottom: 55px; background: var(--paper); overflow: hidden; }
.gallery-preview__top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.gallery-marquee { width: 100%; overflow: hidden; padding: 10px 0 45px; }
.gallery-marquee__track { display: flex; width: max-content; animation: marquee 55s linear infinite; }
.gallery-marquee__group { display: flex; gap: 17px; padding-right: 17px; }
.gallery-marquee:hover .gallery-marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.gallery-tile { width: clamp(260px, 27vw, 410px); aspect-ratio: 4 / 3; border: 0; padding: 0; border-radius: 20px; overflow: hidden; background: #ddd; position: relative; cursor: zoom-in; box-shadow: 0 16px 35px rgba(27,10,23,.12); }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .4s; }
.gallery-tile span { position: absolute; inset: auto 16px 16px auto; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(17,10,18,.7); backdrop-filter: blur(10px); transform: scale(.7); opacity: 0; transition: opacity .25s, transform .25s; }
.gallery-tile:hover img { transform: scale(1.07); filter: saturate(1.08); }
.gallery-tile:hover span { transform: scale(1); opacity: 1; }

.section--reviews { background: #fff; }
.reviews-layout { display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.reviews-intro p { color: var(--muted); }
.reviews-stars, .review-card__stars { display: flex; gap: 4px; color: #ffb000; }
.reviews-stars svg { width: 21px; height: 21px; fill: currentColor; stroke-width: 1; }
.reviews-controls { margin-top: 32px; display: flex; gap: 10px; }
.reviews-controls button { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.reviews-controls button:first-child svg { transform: rotate(180deg); }
.reviews-controls button:hover { background: var(--ink); color: #fff; transform: scale(1.05); }
.reviews-slider { min-height: 470px; position: relative; }
.review-card { position: absolute; inset: 0; padding: clamp(35px, 5vw, 62px); border-radius: 30px; color: #fff; background: linear-gradient(145deg, var(--ink-2), var(--ink)); box-shadow: var(--shadow-dark); opacity: 0; transform: translateX(35px) scale(.97); pointer-events: none; transition: opacity .5s var(--ease), transform .5s var(--ease); overflow: hidden; }
.review-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -90px; bottom: -130px; border-radius: 50%; background: var(--brand); filter: blur(100px); opacity: .28; }
.review-card.is-active { opacity: 1; transform: none; pointer-events: auto; }
.review-card__quote { position: absolute; right: 35px; top: -5px; font-family: Georgia, serif; font-size: 10rem; line-height: 1; color: rgba(255,255,255,.07); }
.review-card__stars svg { width: 17px; height: 17px; fill: currentColor; }
.review-card blockquote { position: relative; margin: 38px 0 45px; font-size: clamp(1.25rem, 2.1vw, 1.8rem); line-height: 1.42; letter-spacing: -.025em; font-weight: 650; }
.review-card footer { position: relative; display: flex; align-items: center; gap: 13px; }
.review-card footer > span { width: 47px; height: 47px; border-radius: 50%; display: grid; place-items: center; background: var(--brand); font-weight: 900; }
.review-card footer div { display: flex; flex-direction: column; }
.review-card footer small { color: rgba(255,255,255,.48); }

.section--faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .66fr 1fr; gap: clamp(55px, 8vw, 115px); align-items: start; }
.faq-intro { position: sticky; top: 115px; }
.faq-intro p { color: var(--muted); margin-bottom: 28px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item > button { width: 100%; min-height: 91px; display: grid; grid-template-columns: 43px 1fr 40px; align-items: center; gap: 14px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-item > button > span { color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.accordion-item > button strong { font-size: clamp(1rem, 1.5vw, 1.15rem); }
.accordion-item > button i { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid var(--line); transition: transform .3s, background .3s, color .3s; }
.accordion-item.is-open > button i { transform: rotate(90deg); background: var(--ink); color: #fff; }
.accordion-item__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .38s var(--ease); }
.accordion-item__content > p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); padding: 0 54px 0 57px; }
.accordion-item.is-open .accordion-item__content { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-item__content > p { padding-bottom: 28px; }

.section--request { background: #fff; }
.request-card { display: grid; grid-template-columns: .72fr 1fr; border-radius: 32px; overflow: hidden; background: var(--ink); color: #fff; box-shadow: var(--shadow-dark); }
.request-card__visual { min-height: 680px; position: relative; overflow: hidden; }
.request-card__visual img, .request-card__visual-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.request-card__visual img { object-fit: cover; }
.request-card__visual-overlay { background: linear-gradient(180deg, rgba(17,10,18,.05), rgba(17,10,18,.78)); }
.request-card__status { position: absolute; left: 30px; right: 30px; bottom: 30px; display: flex; align-items: center; gap: 13px; padding: 17px; border-radius: 17px; background: rgba(17,10,18,.72); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.request-card__status > i { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.request-card__status span { display: flex; flex-direction: column; }
.request-card__status small { color: rgba(255,255,255,.52); }
.request-card__form { padding: clamp(40px, 5vw, 70px); }
.request-card__form h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.request-card__form > p { color: rgba(255,255,255,.55); }
.form-grid { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label span { font-size: .74rem; color: rgba(255,255,255,.64); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.form-grid__full { grid-column: 1 / -1; }
.form-grid input, .form-grid select { width: 100%; min-height: 55px; padding: 0 16px; border-radius: 13px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); color: #fff; outline: none; transition: border .2s, background .2s; }
.form-grid input::placeholder { color: rgba(255,255,255,.34); }
.form-grid select option { color: #111; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--brand-2); background: rgba(255,255,255,.1); }
.request-card__form-actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.form-note { margin-top: 18px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.42); }

/* Footer */
.final-cta { padding: clamp(70px, 8vw, 115px) 0; color: #fff; background: linear-gradient(130deg, var(--brand-dark), var(--brand), #ff3d9e); position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; width: 520px; height: 520px; right: -100px; top: -260px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.final-cta__road { position: absolute; left: -8%; right: -8%; bottom: 20px; height: 2px; transform: rotate(-3deg); background: repeating-linear-gradient(90deg, rgba(255,255,255,.36) 0 35px, transparent 35px 60px); }
.final-cta__inner { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.final-cta h2 { margin-bottom: 15px; font-size: clamp(2.5rem, 4.7vw, 5rem); }
.final-cta h2 span { color: #fff; -webkit-text-stroke: 1px rgba(255,255,255,.9); color: transparent; }
.final-cta p { max-width: 600px; color: rgba(255,255,255,.72); }
.final-cta__actions { display: grid; gap: 11px; }
.site-footer { color: #fff; background: #090609; }
.site-footer__grid { padding: 75px 0 55px; display: grid; grid-template-columns: 1.35fr .7fr .9fr .85fr; gap: 45px; }
.footer-brand { display: flex; gap: 12px; align-items: flex-start; }
.footer-brand img { width: 92px; height: 92px; object-fit: contain; }
.footer-brand strong { display: block; margin-top: 13px; font-size: 1.2rem; text-transform: uppercase; }
.footer-brand p, .footer-emergency p { color: rgba(255,255,255,.48); font-size: .86rem; }
.site-footer h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--brand-2); }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 9px; }
.footer-links a, .footer-contact a, .footer-contact span { color: rgba(255,255,255,.6); font-size: .87rem; transition: color .2s; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact a, .footer-contact span { display: flex; align-items: center; gap: 8px; }
.footer-contact svg { color: var(--brand-2); }
.status-pill { display: inline-flex; align-items: center; gap: 9px; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.footer-emergency > a { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-2); font-weight: 850; font-size: .86rem; }
.site-footer__bottom { min-height: 74px; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: .75rem; }

.floating-actions { position: fixed; z-index: 75; right: 20px; bottom: 20px; display: grid; gap: 9px; }
.floating-actions a, .floating-actions button { height: 51px; border: 0; border-radius: 999px; padding: 0 17px; display: flex; align-items: center; gap: 9px; color: #fff; cursor: pointer; font-weight: 850; box-shadow: 0 14px 34px rgba(0,0,0,.23); transition: transform .2s; }
.floating-actions a:hover, .floating-actions button:hover { transform: translateY(-3px); }
.floating-whatsapp { background: #19b866; }
.floating-location { background: var(--ink); }

/* Modals */
.video-modal, .lightbox { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 25px; }
.video-modal__backdrop, .lightbox__backdrop { position: absolute; inset: 0; background: rgba(5,2,5,.9); backdrop-filter: blur(12px); }
.video-modal__dialog { width: min(1100px, 94vw); position: relative; z-index: 1; border-radius: 22px; overflow: hidden; background: #000; box-shadow: 0 40px 110px rgba(0,0,0,.6); }
.video-modal__frame { aspect-ratio: 16 / 9; }
.video-modal__frame iframe { width: 100%; height: 100%; border: 0; }
.video-modal__close, .lightbox__close { position: absolute; z-index: 3; right: 12px; top: 12px; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: rgba(0,0,0,.6); display: grid; place-items: center; cursor: pointer; }
.lightbox__dialog { max-width: min(1100px, 94vw); max-height: 90vh; position: relative; z-index: 1; }
.lightbox__dialog img { max-height: 90vh; border-radius: 20px; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 220; transform: translate(-50%, 35px); padding: 13px 19px; border-radius: 999px; color: #fff; background: var(--ink); box-shadow: 0 15px 45px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; font-size: .88rem; font-weight: 750; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Gallery page */
.page-hero { min-height: 650px; padding: 185px 0 100px; display: flex; align-items: center; position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.page-hero__media, .page-hero__media img, .page-hero__media div { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero__media img { object-fit: cover; object-position: center 50%; filter: saturate(.85) contrast(1.1); }
.page-hero__media div { background: linear-gradient(90deg, rgba(12,5,11,.94), rgba(12,5,11,.73) 50%, rgba(12,5,11,.24)), linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.48)); }
.page-hero__content { position: relative; }
.page-hero h1 { margin: 17px 0 22px; max-width: 850px; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .89; letter-spacing: -.07em; text-transform: uppercase; }
.page-hero h1 span { color: transparent; -webkit-text-stroke: 1.2px #fff; }
.page-hero p { max-width: 600px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.page-hero__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.gallery-page__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 45px; }
.gallery-page__heading h2 { margin-bottom: 0; }
.gallery-page__heading p { max-width: 390px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 120px; gap: 15px; }
.gallery-grid__item { grid-column: span 4; grid-row: span 3; border: 0; padding: 0; border-radius: 20px; overflow: hidden; position: relative; cursor: zoom-in; background: #ddd; }
.gallery-grid__item--1, .gallery-grid__item--5 { grid-column: span 7; grid-row: span 4; }
.gallery-grid__item--2, .gallery-grid__item--4 { grid-column: span 5; }
.gallery-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .45s; }
.gallery-grid__item > span { position: absolute; left: 15px; right: 15px; bottom: 15px; display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-radius: 13px; color: #fff; background: rgba(14,7,13,.64); backdrop-filter: blur(12px); transform: translateY(20px); opacity: 0; transition: transform .25s, opacity .25s; }
.gallery-grid__item:hover img { transform: scale(1.06); filter: saturate(1.08); }
.gallery-grid__item:hover > span { transform: none; opacity: 1; }
.gallery-video { min-height: 600px; display: flex; align-items: center; position: relative; color: #fff; overflow: hidden; }
.gallery-video__bg, .gallery-video__bg img, .gallery-video__bg div { position: absolute; inset: 0; width: 100%; height: 100%; }
.gallery-video__bg img { object-fit: cover; }
.gallery-video__bg div { background: linear-gradient(90deg, rgba(12,5,11,.87), rgba(12,5,11,.58)); }
.gallery-video__inner { position: relative; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 55px; }
.gallery-video__play { width: 170px; height: 170px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); box-shadow: 0 0 0 25px rgba(255,255,255,.05), 0 0 0 50px rgba(255,255,255,.025); }
.gallery-video__play button { width: 86px; height: 86px; border: 0; border-radius: 50%; color: #fff; background: var(--brand); cursor: pointer; box-shadow: 0 15px 40px rgba(229,0,120,.34); transition: transform .2s; }
.gallery-video__play button:hover { transform: scale(1.08); }
.gallery-video__play svg { width: 30px; height: 30px; }

.not-found { min-height: 100svh; padding: 190px 0 100px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 75% 25%, rgba(229,0,120,.25), transparent 30%), var(--ink); }
.not-found__inner { text-align: center; }
.not-found__inner > span { font-size: clamp(6rem, 20vw, 15rem); font-weight: 950; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); line-height: .7; }
.not-found h1 { margin: 30px 0 15px; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .95; text-transform: uppercase; }
.not-found h1 em { color: var(--brand-2); font-style: normal; }
.not-found p { color: rgba(255,255,255,.58); }
.not-found__inner > div { margin-top: 28px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

/* Reveal */
html.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
html.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .82rem; }
  .header-call { display: none; }
  .hero__content { grid-template-columns: minmax(0, 1fr) 330px; gap: 35px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1.3fr .8fr .9fr; }
  .footer-emergency { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 30px, 720px); --header-height: 70px; }
  .emergency-bar__copy { display: none; }
  .desktop-nav, .site-header__actions > .button { display: none; }
  .site-header__inner { justify-content: space-between; }
  .menu-toggle { display: flex; }
  .brand { min-width: 0; }
  .brand img { width: 55px; height: 55px; }
  .hero { min-height: 900px; }
  .hero__content { grid-template-columns: 1fr; align-content: center; gap: 35px; padding-top: 145px; padding-bottom: 180px; }
  .hero__copy { max-width: 680px; }
  .hero h1 { font-size: clamp(3.2rem, 10vw, 5.9rem); }
  .dispatch-card { width: min(100%, 480px); }
  .hero__metrics div { padding-inline: 14px; }
  .emergency-flow__inner { grid-template-columns: auto 1fr; padding-block: 28px; }
  .emergency-flow__actions { grid-column: 1 / -1; }
  .split-layout { grid-template-columns: 1fr; }
  .media-stack { min-height: 620px; }
  .process-grid { grid-template-columns: 1fr; gap: 17px; }
  .process-connector { width: 1px; height: 55px; margin-left: 49px; background: repeating-linear-gradient(180deg, rgba(229,0,120,.4) 0 6px, transparent 6px 12px); }
  .process-connector i { left: -4px; top: 0; animation: connectorV 2.5s infinite linear; }
  @keyframes connectorV { to { top: calc(100% - 9px); } }
  .showcase__inner { grid-template-columns: 1fr; }
  .showcase__panel { grid-template-columns: repeat(3, 1fr); }
  .showcase__panel > div { grid-template-columns: 1fr; grid-template-rows: auto auto auto; text-align: center; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 0; }
  .showcase__panel > div:last-child { border-right: 0; }
  .showcase__panel span { grid-row: auto; margin: 0 auto 10px; }
  .reviews-layout, .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .request-card { grid-template-columns: 1fr; }
  .request-card__visual { min-height: 420px; }
  .final-cta__inner { grid-template-columns: 1fr; }
  .final-cta__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .footer-emergency { grid-column: auto; }
  .gallery-grid { grid-auto-rows: 90px; }
  .gallery-grid__item, .gallery-grid__item--1, .gallery-grid__item--2, .gallery-grid__item--4, .gallery-grid__item--5 { grid-column: span 6; grid-row: span 3; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 24px); --radius: 20px; }
  html { scroll-padding-top: 80px; }
  .emergency-bar { height: 32px; }
  .emergency-bar__inner { justify-content: space-between; gap: 8px; }
  .emergency-bar__status { font-size: .65rem; }
  .emergency-bar a { font-size: .72rem; }
  .site-header { top: 32px; }
  .site-header.is-sticky { top: 0; }
  .brand span { display: none; }
  .hero { min-height: 920px; }
  .hero__video { display: none; }
  .hero__overlay { background: linear-gradient(180deg, rgba(11,5,11,.72), rgba(11,5,11,.86) 48%, rgba(11,5,11,.97)); }
  .hero__poster { object-position: 62% center; }
  .hero__content { padding-top: 128px; padding-bottom: 190px; align-content: start; }
  .hero__live { font-size: .65rem; }
  .hero h1 { margin-top: 20px; font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .hero__copy > p { font-size: .95rem; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .location-link { width: 100%; justify-content: center; font-size: .82rem; }
  .dispatch-card { padding: 20px; }
  .hero__metrics { min-height: 98px; grid-template-columns: repeat(2, 1fr); }
  .hero__metrics div { padding: 13px 11px; border-top: 1px solid rgba(255,255,255,.08); }
  .hero__metrics strong { font-size: .95rem; }
  .hero__metrics span { font-size: .58rem; }
  .hero__metrics div:nth-child(3), .hero__metrics div:nth-child(4) { display: none; }
  .emergency-flow__inner { grid-template-columns: 1fr; text-align: center; }
  .emergency-flow__badge { margin-inline: auto; }
  .emergency-flow__actions { display: grid; grid-column: auto; width: 100%; }
  .section { padding-block: 80px; }
  .section h2, .section-heading h2, .final-cta h2, .showcase h2, .gallery-video h2 { font-size: clamp(2.25rem, 11vw, 3.6rem); }
  .media-stack { min-height: 500px; }
  .media-stack__main { right: 25px; }
  .media-stack__small { width: 48%; bottom: 25px; }
  .media-stack__seal { width: 95px; height: 95px; right: -2px; top: 25px; }
  .feature-list > div { grid-template-columns: 42px 1fr; }
  .feature-list > div > svg { width: 42px; height: 42px; }
  .section-copy__actions { display: grid; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .showcase { min-height: 780px; }
  .showcase__inner { padding-block: 80px; }
  .showcase__panel { grid-template-columns: 1fr; }
  .showcase__panel > div { grid-template-columns: 50px 1fr; grid-template-rows: auto auto; text-align: left; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .showcase__panel span { grid-row: 1 / 3; margin: 0; }
  .gallery-preview__top { align-items: start; flex-direction: column; }
  .gallery-marquee__track { animation-duration: 40s; }
  .reviews-slider { min-height: 540px; }
  .review-card { padding: 34px 25px; }
  .accordion-item > button { grid-template-columns: 30px 1fr 36px; gap: 8px; min-height: 84px; }
  .accordion-item__content > p { padding-left: 38px; padding-right: 36px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .request-card__form { padding: 38px 20px; }
  .request-card__form-actions { display: grid; }
  .final-cta__actions { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; padding-top: 55px; }
  .site-footer__bottom { flex-direction: column; justify-content: center; text-align: center; padding-block: 20px; }
  .floating-actions { right: 12px; bottom: 12px; }
  .floating-actions span { display: none; }
  .floating-actions a, .floating-actions button { width: 52px; padding: 0; justify-content: center; }
  .page-hero { min-height: 650px; padding-top: 150px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .page-hero__actions { display: grid; }
  .gallery-page__heading { align-items: start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-grid__item, .gallery-grid__item--1, .gallery-grid__item--2, .gallery-grid__item--4, .gallery-grid__item--5 { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery-grid__item > span { opacity: 1; transform: none; }
  .gallery-video__inner { grid-template-columns: 1fr; text-align: center; }
  .gallery-video__play { width: 130px; height: 130px; margin-inline: auto; }
  .toast { width: calc(100% - 30px); text-align: center; border-radius: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero__video { display: none; }
  .gallery-marquee__track { animation: none; transform: none; }
  html.js [data-reveal] { opacity: 1; transform: none; }
}
