:root {
    --ink: #080a0b;
    --ink-soft: #15191d;
    --muted: #697076;
    --line: #ded8cb;
    --paper: #f7f3ea;
    --paper-warm: #efe7d4;
    --surface: #fffaf0;
    --chrome: #dce2e6;
    --brand: #ff6410;
    --brand-ink: #fffaf0;
    --accent: #062b50;
    --green: #12a66a;
    --blue: #8ed6ff;
    --dark: #101417;
    --dark-2: #1d2429;
    --radius: 8px;
    --page-x: clamp(16px, 5vw, 72px);
    --photo-ratio: 4 / 3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(8, 10, 11, .035) 1px, transparent 1px),
        linear-gradient(180deg, #fbf7ef 0%, var(--paper) 42%, #f1e9d8 100%);
    background-size: 48px 48px, auto;
    line-height: 1.55;
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
picture { display: block; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.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;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(240px, .75fr) minmax(360px, 1fr) minmax(260px, .75fr);
    align-items: center;
    gap: 18px;
    min-height: 76px;
    padding: 12px var(--page-x);
    background: rgba(247, 243, 234, .86);
    border-bottom: 1px solid rgba(8, 10, 11, .12);
    backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
    min-height: 64px;
    background: rgba(247, 243, 234, .94);
    box-shadow: 0 12px 32px rgba(8, 10, 11, .08);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-logo {
    width: clamp(178px, 16vw, 238px);
    height: auto;
    max-height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(6, 43, 80, .1));
}

.site-header.is-scrolled .brand-logo { max-height: 48px; }

.brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius);
    background: var(--ink);
    color: var(--brand);
    box-shadow: inset 0 -12px 30px rgba(245, 181, 22, .12), 0 14px 30px rgba(8, 10, 11, .18);
    font-weight: 900;
}

.brand-mark::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, .32) 45%, transparent 58% 100%);
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.brand:hover .brand-mark::after { transform: translateX(120%); }
.brand strong { display: block; font-size: 18px; line-height: 1.05; }
.brand small { display: block; max-width: 260px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(8, 10, 11, .1);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .68);
}

.main-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: var(--radius);
    color: #343b40;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.main-nav a::after {
    position: absolute;
    right: 12px;
    bottom: 5px;
    left: 12px;
    height: 2px;
    content: "";
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after { transform: scaleX(1); }
.main-nav a.is-active { color: var(--ink); background: rgba(245, 181, 22, .12); }
.nav-mobile-cta { display: none; }

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header-note {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.menu-toggle { display: none; }

.primary-btn,
.ghost-btn,
.icon-btn,
.text-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    border-radius: var(--radius);
    font-weight: 900;
    line-height: 1;
    overflow: hidden;
}

.primary-btn {
    padding: 0 18px;
    border: 1px solid rgba(8, 10, 11, .12);
    background: linear-gradient(135deg, #ff7a1c 0%, var(--brand) 52%, #cf4304 100%);
    color: var(--brand-ink);
    box-shadow: 0 16px 30px rgba(255, 100, 16, .28);
}

.primary-btn::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, .5) 48%, transparent 58% 100%);
    transform: translateX(-120%);
    transition: transform .6s ease;
}

.primary-btn:hover::before { transform: translateX(120%); }
.primary-btn { isolation: isolate; }
.primary-btn > *,
.ghost-btn > *,
.icon-btn > * {
    position: relative;
    z-index: 1;
}

.with-icon { padding-inline: 16px 18px; }

.btn-icon {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    pointer-events: none;
}

.btn-icon-whatsapp {
    width: 20px;
    height: 20px;
}

.whatsapp-btn {
    border-color: rgba(255, 255, 255, .18);
    background: linear-gradient(135deg, #20dc79 0%, #12a66a 48%, #087247 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(18, 166, 106, .32);
}

.quote-btn {
    border-color: rgba(255, 255, 255, .18);
    background: linear-gradient(135deg, #ff7a1c 0%, var(--brand) 48%, #c73c02 100%);
    color: #fff;
}

.ghost-btn,
.icon-btn {
    padding: 0 16px;
    border: 1px solid rgba(8, 10, 11, .12);
    background: rgba(255, 250, 240, .88);
    color: var(--ink);
}

.ghost-btn.dark {
    border-color: rgba(6, 43, 80, .16);
    background: rgba(255, 250, 240, .86);
    color: var(--accent);
}

.text-link {
    min-height: auto;
    color: var(--accent);
    justify-content: flex-start;
}

.text-link::after {
    margin-left: 8px;
    content: "->";
}

.text-link.light { color: var(--brand); }

.hero {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 76px var(--page-x) 92px;
    overflow: hidden;
}

.hero.light-wall {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
    align-items: center;
    gap: 58px;
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(115deg, rgba(245, 181, 22, .2), transparent 28%),
        linear-gradient(270deg, rgba(142, 214, 255, .18), transparent 32%);
    opacity: .8;
}

.hero-copy { max-width: 780px; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0;
}

.eyebrow::before {
    width: 30px;
    height: 2px;
    content: "";
    background: currentColor;
}

.hero h1,
.page-hero h1 {
    max-width: 880px;
    margin: 16px 0 18px;
    font-size: 72px;
    line-height: .96;
    letter-spacing: 0;
}

.hero h1 span {
    color: transparent;
    background: linear-gradient(90deg, var(--ink) 0 58%, #87610b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 18px 45px rgba(245, 181, 22, .24);
}

.hero p,
.page-hero p {
    max-width: 700px;
    color: #565f66;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.hero-proof span {
    display: grid;
    gap: 5px;
    align-content: center;
    min-height: 76px;
    max-width: 245px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 10, 11, .1);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .72);
    color: #505960;
    font-size: 12px;
    line-height: 1.35;
}

.hero-proof strong {
    color: var(--ink);
    font-size: 14px;
    line-height: 1.18;
}

.hero-proof small {
    color: #5f6870;
    font-size: 12px;
    line-height: 1.35;
}

.hero-stage {
    position: relative;
    min-height: 0;
    isolation: isolate;
    padding: clamp(10px, 1.8vw, 18px);
}

.hero-stage::before,
.hero-stage::after {
    position: absolute;
    content: "";
    border-radius: var(--radius);
    pointer-events: none;
}

.hero-stage::before {
    inset: clamp(20px, 3vw, 46px) 0 0 clamp(18px, 3vw, 42px);
    z-index: -2;
    border: 1px solid rgba(6, 43, 80, .12);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 250, 240, .4)),
        repeating-linear-gradient(90deg, rgba(6, 43, 80, .08) 0 1px, transparent 1px 28px);
    box-shadow: 0 34px 90px rgba(6, 43, 80, .16);
    transform: rotate(-2.2deg);
}

.hero-stage::after {
    right: clamp(0px, 1vw, 12px);
    bottom: clamp(28px, 4vw, 58px);
    z-index: -1;
    width: min(46%, 260px);
    height: 42%;
    border: 1px solid rgba(255, 100, 16, .2);
    background:
        linear-gradient(135deg, rgba(255, 100, 16, .2), rgba(245, 181, 22, .08)),
        #fffaf0;
    transform: rotate(5deg);
}

.hero-slider {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: visible;
    padding: 10px;
    border: 1px solid rgba(6, 43, 80, .16);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 250, 240, .76)),
        var(--surface);
    box-shadow:
        0 28px 70px rgba(6, 43, 80, .16),
        0 8px 18px rgba(8, 10, 11, .08);
}

.hero-slider::before {
    position: absolute;
    inset: 18px 18px auto auto;
    z-index: 3;
    width: 58px;
    height: 58px;
    content: "";
    border-top: 1px solid rgba(255, 250, 240, .78);
    border-right: 1px solid rgba(255, 250, 240, .78);
    pointer-events: none;
}

.hero-slider::after {
    position: absolute;
    inset: auto auto 68px 18px;
    z-index: 3;
    width: 82px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(255, 250, 240, .9), transparent);
    pointer-events: none;
}

.hero-slider-media,
.hero-slide,
.hero-slide picture,
.hero-slide img {
    width: 100%;
    height: 100%;
}

.hero-slider-media {
    position: relative;
    aspect-ratio: var(--photo-ratio);
    min-height: 0;
    overflow: hidden;
    border-radius: calc(var(--radius) - 2px);
    background: #dfe5e7;
    box-shadow: inset 0 0 0 1px rgba(255, 250, 240, .54);
    touch-action: pan-y;
}

.hero-slider-media::before,
.hero-slider-media::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
}

.hero-slider-media::before {
    background:
        linear-gradient(180deg, rgba(8, 10, 11, .16), transparent 28%, transparent 72%, rgba(8, 10, 11, .18)),
        linear-gradient(90deg, rgba(8, 10, 11, .12), transparent 22%, transparent 78%, rgba(8, 10, 11, .1));
    opacity: .58;
}

.hero-slider-media::after {
    inset: 10px;
    border: 1px solid rgba(255, 250, 240, .28);
    border-radius: calc(var(--radius) - 4px);
}

.hero-slide {
    position: absolute;
    inset: 0;
    appearance: none;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.035);
    transition: opacity .75s ease, transform 1.25s ease;
    overflow: hidden;
    border-radius: inherit;
}

.hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.hero-img,
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding: 14px 18px 4px;
    border-top: 0;
    background: transparent;
}

.hero-slider-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(6, 43, 80, .2);
    cursor: pointer;
    transition: width .28s ease, background .28s ease, opacity .28s ease;
}

.hero-slider-dots button.is-active {
    width: 38px;
    background: var(--brand);
}

.page-hero,
.section-wrap,
.split-band,
.faq-strip,
.site-footer,
.street-gallery,
.quote-flow,
.process-band,
.testimonial-band,
.vehicle-services,
.district-light-map {
    padding: 76px var(--page-x);
}

.page-hero {
    background: var(--paper-warm);
}

.quick-category-band {
    display: grid;
    grid-template-columns: minmax(280px, .36fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 34px var(--page-x);
    border-top: 1px solid rgba(8, 10, 11, .1);
    border-bottom: 1px solid rgba(8, 10, 11, .1);
    background:
        linear-gradient(135deg, rgba(255, 100, 16, .08), transparent 38%),
        rgba(255, 250, 240, .72);
}

.quick-category-copy h2 {
    margin: 8px 0 8px;
    font-size: 28px;
    line-height: 1.08;
}

.quick-category-copy p {
    max-width: 470px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.quick-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.quick-category-grid a {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 9px 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 100, 16, .2);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(255, 250, 240, .62)),
        var(--surface);
    box-shadow: 0 14px 28px rgba(8, 10, 11, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.quick-category-grid a::after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 7px;
    height: 7px;
    content: "";
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    color: rgba(255, 100, 16, .74);
    transform: rotate(45deg);
}

.quick-category-grid a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 100, 16, .46);
    box-shadow: 0 20px 42px rgba(255, 100, 16, .1);
}

.quick-category-grid span {
    color: rgba(6, 43, 80, .54);
    font-size: 12px;
    font-weight: 900;
}

.quick-category-grid strong {
    padding-right: 14px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.18;
    text-transform: uppercase;
}

.quick-category-scroll-cue {
    display: none;
}

.quick-category-scroll-cue span {
    display: block;
}

.vehicle-services {
    display: grid;
    grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: stretch;
    background:
        linear-gradient(120deg, rgba(6, 43, 80, .08), transparent 42%),
        linear-gradient(180deg, rgba(255, 250, 240, .9), rgba(247, 243, 234, .78));
}

.vehicle-services-copy {
    align-self: center;
}

.vehicle-services-copy h2 {
    margin: 10px 0 14px;
    max-width: 560px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.02;
}

.vehicle-services-copy p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.vehicle-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.vehicle-service-card {
    position: relative;
    display: grid;
    grid-template-rows: minmax(240px, 1fr) auto;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(8, 10, 11, .14);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .82);
    box-shadow: 0 28px 70px rgba(8, 10, 11, .12);
}

.vehicle-service-card::before {
    position: absolute;
    inset: 12px;
    z-index: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: calc(var(--radius) - 2px);
    pointer-events: none;
}

.vehicle-service-media,
.vehicle-service-media picture,
.vehicle-service-media img {
    width: 100%;
    height: 100%;
}

.vehicle-service-media {
    position: relative;
    display: block;
    min-height: 320px;
    overflow: hidden;
    background: var(--chrome);
}

.vehicle-service-media::after {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(8, 10, 11, .28));
}

.vehicle-img {
    object-fit: cover;
    transition: transform .55s ease;
}

.vehicle-service-card:hover .vehicle-img {
    transform: scale(1.035);
}

.vehicle-service-body {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    padding: 20px;
}

.vehicle-service-body span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.vehicle-service-body h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.08;
}

.vehicle-service-body p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.vehicle-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.mini-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: var(--radius);
    background: var(--green);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.mini-whatsapp svg {
    width: 18px;
    height: 18px;
}

.content-page-hero {
    position: relative;
    overflow: hidden;
}

.content-page-hero.has-media {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, .58fr);
    align-items: center;
    gap: clamp(24px, 4vw, 54px);
}

.content-page-hero-copy {
    min-width: 0;
}

.content-page-hero-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--photo-ratio);
    border: 1px solid rgba(8, 10, 11, .14);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 26px 70px rgba(8, 10, 11, .14);
}

.content-page-hero-media picture,
.content-page-hero-media img {
    width: 100%;
    height: 100%;
}

.content-page-hero-img {
    object-fit: cover;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.section-heading h2,
.split-band h2,
.faq-strip h2,
.quote-flow h2,
.process-band h2,
.testimonial-band h2 {
    max-width: 860px;
    margin: 10px 0 0;
    font-size: 48px;
    line-height: 1.04;
    letter-spacing: 0;
}

.material-atlas {
    background:
        linear-gradient(180deg, rgba(255, 250, 240, .72), rgba(239, 231, 212, .72)),
        var(--paper);
}

.category-slider {
    position: relative;
    margin-right: calc(var(--page-x) * -1);
    margin-left: calc(var(--page-x) * -1);
    overflow: hidden;
}

.category-slider::before,
.category-slider::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: var(--page-x);
    pointer-events: none;
    content: "";
}

.category-slider::before {
    left: 0;
    background: linear-gradient(90deg, rgba(247, 243, 234, .98), rgba(247, 243, 234, 0));
}

.category-slider::after {
    right: 0;
    background: linear-gradient(270deg, rgba(239, 231, 212, .98), rgba(239, 231, 212, 0));
}

.category-slider-window {
    overflow: hidden;
    padding: 4px 0 18px;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.category-slider-track {
    display: flex;
    width: max-content;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.category-slider.is-dragging .category-slider-window {
    cursor: grabbing;
}

.category-slider.is-dragging .category-card,
.hero-slider.is-dragging .hero-slide {
    pointer-events: none;
}

.category-slide-set {
    display: flex;
    gap: 16px;
    padding-right: var(--page-x);
    padding-left: var(--page-x);
}

.category-slide-set .category-card {
    width: clamp(330px, calc(((100vw - (var(--page-x) * 2) - 48px) / 4) + 30px), 430px);
    flex: 0 0 auto;
}

html:not(.js) .category-slider-window,
.category-slider.is-slider-static .category-slider-window {
    overflow-x: auto;
}

.card-grid,
.project-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.category-card,
.project-card,
.info-panel,
.step-card {
    border-radius: var(--radius);
}

.category-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(6, 43, 80, .12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 250, 240, .96)),
        var(--surface);
    scroll-snap-align: start;
    box-shadow: 0 24px 58px rgba(8, 10, 11, .09);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.category-card picture,
.project-card picture {
    display: block;
    overflow: hidden;
}

.project-card picture {
    width: 100%;
    height: 100%;
}

.category-card .card-media {
    width: 100%;
    aspect-ratio: var(--photo-ratio);
    height: auto;
    object-fit: cover;
    transition: transform .5s ease;
}

.category-card::after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    content: "";
    border: 1px solid rgba(255, 250, 240, .72);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(255, 100, 16, .92));
    box-shadow: 0 12px 24px rgba(8, 10, 11, .16);
}

.category-card::before {
    position: absolute;
    top: 23px;
    right: 24px;
    z-index: 1;
    width: 9px;
    height: 9px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 100, 16, .38);
    box-shadow: 0 32px 70px rgba(8, 10, 11, .12);
}

.category-card:hover .card-media,
.project-card:hover .project-media {
    transform: scale(1.045);
}

.project-card:focus-visible,
.hero-slide:focus-visible {
    outline: 3px solid rgba(255, 100, 16, .74);
    outline-offset: 3px;
}

.category-card span,
.project-card span {
    display: block;
    margin: 14px 14px 4px;
    color: var(--accent);
    font-size: 12px;
}

.category-card span {
    margin: 16px 18px 6px;
    color: var(--brand);
    font-weight: 800;
}

.category-card strong,
.project-card strong {
    display: block;
    margin: 0 14px;
    color: var(--ink);
    line-height: 1.08;
}

.category-card strong {
    margin: 0 18px;
    font-size: 22px;
    line-height: 1.06;
}

.project-card strong {
    font-size: 19px;
}

.category-card p {
    margin: 12px 18px 20px;
    color: var(--muted);
    font-size: 14px;
}

.product-card {
    min-height: 100%;
}

.product-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 18px 20px;
}

.product-chip-row small {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(6, 43, 80, .12);
    border-radius: 999px;
    background: rgba(255, 250, 240, .84);
    color: #34404a;
    font-size: 11px;
    line-height: 1.2;
}

.product-chip-row.expanded {
    margin: 12px 0 22px;
}

.product-detail-media {
    width: 100%;
    aspect-ratio: var(--photo-ratio);
    object-fit: cover;
    border-radius: var(--radius);
    background: #f5efe3;
}

.product-spec-list {
    display: grid;
    gap: 10px;
    margin: 12px 0 22px;
}

.product-spec-list div {
    display: grid;
    gap: 3px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(6, 43, 80, .1);
}

.product-spec-list dt {
    color: var(--muted);
    font-size: 12px;
}

.product-spec-list dd {
    margin: 0;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.35;
}

.street-gallery {
    background:
        linear-gradient(180deg, #fffaf0 0%, #f0e7d6 100%);
    color: var(--ink);
}

.street-gallery .section-heading h2 { color: var(--ink); }
.street-gallery .eyebrow { color: var(--accent); }

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.project-card {
    position: relative;
    appearance: none;
    display: block;
    width: 100%;
    aspect-ratio: var(--photo-ratio);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(8, 10, 11, .14);
    background: var(--surface);
    box-shadow: 0 18px 42px rgba(8, 10, 11, .1);
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.project-card.is-large {
    grid-column: auto;
    grid-row: auto;
}

.project-card .project-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.project-grid .project-card,
.card-grid .project-card {
    min-height: 0;
}

.project-grid .project-card picture,
.card-grid .project-card picture {
    height: 100%;
}

.project-card::after {
    position: absolute;
    inset: 42% 0 0;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .78));
}

.project-card span,
.project-card strong {
    position: absolute;
    z-index: 2;
}

.project-card span {
    right: 14px;
    bottom: 52px;
    left: 14px;
    color: var(--brand);
}

.project-card strong {
    right: 14px;
    bottom: 16px;
    left: 14px;
    color: white;
}

.quote-flow {
    display: grid;
    grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
    gap: 22px;
    background: var(--paper);
}

.quote-panel {
    padding: 36px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 100, 16, .08), transparent 44%),
        var(--surface);
    color: var(--ink);
    box-shadow: 0 26px 70px rgba(8, 10, 11, .1);
}

.quote-panel .eyebrow { color: var(--accent); }
.quote-panel p { color: var(--muted); }
.quote-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.quote-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.step-card {
    min-height: 260px;
    padding: 22px;
    border: 1px solid rgba(8, 10, 11, .12);
    background: rgba(255, 250, 240, .88);
}

.step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    background: var(--brand);
    font-weight: 950;
}

.step-card strong {
    display: block;
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.1;
}

.step-card p { color: var(--muted); }

.process-band {
    position: relative;
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    border-top: 1px solid rgba(8, 10, 11, .1);
    border-bottom: 1px solid rgba(8, 10, 11, .1);
    background:
        linear-gradient(120deg, rgba(255, 100, 16, .08), transparent 34%),
        linear-gradient(270deg, rgba(142, 214, 255, .16), transparent 40%),
        var(--paper-warm);
}

.process-band::before {
    position: absolute;
    inset: 18px var(--page-x);
    z-index: -1;
    content: "";
    border: 1px solid rgba(6, 43, 80, .08);
    border-radius: var(--radius);
    background:
        linear-gradient(90deg, rgba(8, 10, 11, .04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 10, 11, .035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .78), transparent 74%);
}

.process-copy {
    position: relative;
    z-index: 1;
}

.process-copy p {
    max-width: 620px;
    color: var(--muted);
}

.process-points {
    display: grid;
    gap: 10px;
    max-width: 620px;
    margin-top: 28px;
}

.process-points span {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 68px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .78);
    box-shadow: 0 16px 36px rgba(8, 10, 11, .06);
}

.process-points strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius);
    background: var(--ink);
    color: var(--brand-ink);
    font-size: 13px;
    line-height: 1;
}

.process-points small {
    color: #424a51;
    font-size: 14px;
    line-height: 1.38;
}

.process-showcase {
    position: relative;
    min-width: 0;
    padding: clamp(10px, 1.6vw, 18px);
}

.process-showcase::before {
    position: absolute;
    inset: 9% 0 16% 12%;
    z-index: -1;
    content: "";
    border: 1px solid rgba(255, 100, 16, .16);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .68), rgba(255, 250, 240, .38)),
        rgba(255, 100, 16, .08);
    box-shadow: 0 26px 68px rgba(8, 10, 11, .11);
    transform: rotate(2.4deg);
}

.process-image-stack {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(150px, .72fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.process-photo {
    position: relative;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(8, 10, 11, .14);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 24px 54px rgba(8, 10, 11, .13);
}

.process-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, transparent 58%, rgba(8, 10, 11, .2)),
        linear-gradient(90deg, rgba(255, 250, 240, .18), transparent 32%);
    pointer-events: none;
}

.process-photo:first-child {
    grid-row: 1 / 3;
    min-height: 476px;
}

.process-photo picture,
.process-photo img {
    width: 100%;
    height: 100%;
}

.process-img {
    object-fit: cover;
}

.process-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.process-spec-grid span {
    display: grid;
    gap: 2px;
    min-height: 68px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .86);
}

.process-spec-grid strong {
    color: var(--ink);
    font-size: 14px;
    line-height: 1.15;
}

.process-spec-grid small {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.3;
}

.testimonial-band {
    border-top: 1px solid rgba(8, 10, 11, .1);
    border-bottom: 1px solid rgba(8, 10, 11, .1);
    background:
        linear-gradient(135deg, rgba(255, 100, 16, .08), transparent 36%),
        linear-gradient(90deg, rgba(142, 214, 255, .16), transparent 58%),
        #fffaf0;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider-window {
    overflow: hidden;
    padding: 4px;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.testimonial-slider-track {
    display: flex;
    gap: 16px;
    will-change: transform;
    transition: transform .58s cubic-bezier(.22, 1, .36, 1);
}

.testimonial-card {
    position: relative;
    display: grid;
    align-content: space-between;
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: 0;
    min-height: 286px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 250, 240, .94)),
        var(--surface);
    box-shadow: 0 22px 54px rgba(8, 10, 11, .09);
}

.testimonial-slider.is-dragging .testimonial-slider-window {
    cursor: grabbing;
}

.testimonial-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--brand), var(--accent));
}

.testimonial-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.testimonial-card-top > span {
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    color: var(--brand);
    font-size: 18px;
    line-height: 1;
}

.testimonial-stars .is-muted {
    color: rgba(6, 43, 80, .18);
}

.testimonial-card blockquote {
    margin: 22px 0;
    color: #2d3339;
    font-size: 17px;
    line-height: 1.58;
}

.testimonial-card footer {
    display: grid;
    gap: 3px;
    padding-top: 18px;
    border-top: 1px solid rgba(8, 10, 11, .1);
}

.testimonial-card footer strong {
    color: var(--ink);
    font-size: 18px;
    line-height: 1.15;
}

.testimonial-card footer span {
    color: var(--muted);
    font-size: 13px;
}

.testimonial-slider-controls {
    display: grid;
    grid-template-columns: 50px minmax(96px, auto) 50px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.testimonial-arrow {
    display: grid;
    place-items: center;
    width: 50px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(6, 43, 80, .14);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 250, 240, .74)),
        var(--surface);
    color: var(--accent);
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(8, 10, 11, .1);
    transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.testimonial-arrow:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 100, 16, .42);
    color: var(--brand);
    box-shadow: 0 20px 42px rgba(255, 100, 16, .13);
}

.testimonial-arrow:focus-visible {
    outline: 3px solid rgba(255, 100, 16, .72);
    outline-offset: 3px;
}

.testimonial-arrow .btn-icon {
    width: 22px;
    height: 22px;
}

.testimonial-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 46px;
}

.testimonial-slider-dots button {
    width: 30px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(6, 43, 80, .18);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.testimonial-slider-dots button.is-active {
    width: 42px;
    background: var(--brand);
}

.testimonial-slider.is-slider-static .testimonial-slider-controls {
    display: none;
}

.district-light-map {
    background: #f9f5eb;
}

.district-board,
.district-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.district-board {
    padding: 24px;
    border: 1px solid rgba(8, 10, 11, .14);
    border-radius: var(--radius);
    background:
        linear-gradient(90deg, rgba(255, 100, 16, .08), transparent),
        var(--surface);
    box-shadow: 0 24px 62px rgba(8, 10, 11, .1);
}

.district-board span,
.district-cloud span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 13px;
    border-radius: var(--radius);
    font-weight: 850;
}

.district-cloud a {
    display: grid;
    gap: 6px;
    min-width: min(100%, 260px);
    padding: 14px;
    border: 1px solid rgba(6, 43, 80, .12);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .82);
    box-shadow: 0 14px 34px rgba(8, 10, 11, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.district-cloud a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 100, 16, .36);
    box-shadow: 0 22px 46px rgba(255, 100, 16, .09);
}

.district-cloud a span {
    padding: 0;
    border: 0;
    background: transparent;
}

.district-cloud a small {
    display: -webkit-box;
    overflow: hidden;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.district-board span {
    border: 1px solid rgba(6, 43, 80, .12);
    background: rgba(255, 255, 255, .72);
    color: var(--accent);
}

.district-cloud span {
    border: 1px solid rgba(6, 43, 80, .12);
    background: rgba(255, 250, 240, .74);
    color: var(--accent);
}

.district-cloud.large span {
    border-color: var(--line);
    background: var(--surface);
    color: var(--ink);
}

.split-band {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 28px;
    border-top: 1px solid rgba(8, 10, 11, .1);
    border-bottom: 1px solid rgba(8, 10, 11, .1);
    background:
        linear-gradient(120deg, rgba(255, 100, 16, .08), transparent 36%),
        var(--paper-warm);
    color: var(--ink);
}

.split-band p { color: var(--muted); }
.district-section + .district-section { margin-top: 28px; }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: 24px; }

.district-hero .hero-actions {
    margin-top: 26px;
}

.district-content-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
    background:
        linear-gradient(135deg, rgba(255, 100, 16, .07), transparent 38%),
        #fbf7ef;
}

.district-rich {
    max-width: 900px;
}

.district-aside {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 14px;
}

.district-quote-card,
.district-category-card {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .9);
    box-shadow: 0 22px 54px rgba(8, 10, 11, .08);
}

.district-quote-card h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
}

.district-quote-card p {
    margin: 0;
    color: var(--muted);
}

.district-category-card strong {
    font-size: 16px;
    line-height: 1.2;
}

.district-category-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.district-category-card a {
    min-height: 34px;
    padding: 8px 10px;
    border: 1px solid rgba(6, 43, 80, .12);
    border-radius: var(--radius);
    background: white;
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
}

.district-gallery-strip {
    background: var(--paper-warm);
}

.rich-content {
    color: #2d3339;
    font-size: 18px;
}

.rich-content > *:first-child { margin-top: 0; }
.rich-content > *:last-child { margin-bottom: 0; }

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
    margin: 1.45em 0 .5em;
    color: var(--ink);
    line-height: 1.08;
}

.rich-content h1 { font-size: 44px; }
.rich-content h2 { font-size: 36px; }
.rich-content h3 { font-size: 28px; }
.rich-content h4 { font-size: 23px; }
.rich-content h5,
.rich-content h6 { font-size: 19px; }

.rich-content p,
.rich-content ul,
.rich-content ol,
.rich-content blockquote,
.rich-content pre,
.rich-content table,
.rich-content details,
.rich-content .grid-layout {
    margin: 0 0 1.15em;
}

.rich-content p { color: #3c444a; }

.rich-content a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(255, 100, 16, .45);
    text-underline-offset: 4px;
}

.rich-content strong {
    font-weight: 600;
}

.rich-content ul,
.rich-content ol {
    padding-left: 1.35em;
}

.rich-content li + li { margin-top: .35em; }

.rich-content blockquote {
    padding: 18px 22px;
    border-left: 4px solid var(--brand);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .78);
    color: var(--accent);
}

.rich-content blockquote p { color: inherit; }

.rich-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 1.25em 0;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 18px 42px rgba(8, 10, 11, .1);
}

.rich-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.rich-content th,
.rich-content td {
    min-width: 140px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 10, 11, .14);
    background: rgba(255, 250, 240, .72);
    text-align: left;
    vertical-align: top;
}

.rich-content th {
    color: var(--accent);
    font-weight: 600;
}

.rich-content pre,
.rich-content code {
    border-radius: var(--radius);
    background: #fffaf0;
    color: var(--accent);
}

.rich-content code {
    padding: 2px 6px;
    font-size: .92em;
}

.rich-content pre {
    overflow-x: auto;
    padding: 16px;
}

.rich-content pre code {
    padding: 0;
    background: transparent;
}

.rich-content hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 100, 16, .55), transparent);
}

.rich-content mark {
    padding: 0 .18em;
    border-radius: 4px;
    background: rgba(255, 100, 16, .18);
    color: var(--ink);
}

.rich-content small {
    color: var(--muted);
    font-size: .86em;
}

.rich-content .lead {
    color: var(--accent);
    font-size: 1.2em;
    font-weight: 700;
}

.rich-content details {
    padding: 16px 18px;
    border: 1px solid rgba(8, 10, 11, .14);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .72);
}

.rich-content summary {
    cursor: pointer;
    color: var(--ink);
}

.rich-content .grid-layout {
    display: grid;
    gap: 16px;
}

.rich-content .grid-layout-col {
    min-width: 0;
}

.info-panel {
    padding: 20px;
    border: 1px solid var(--line);
    background: var(--surface);
}
.info-panel ul { padding-left: 20px; }

.contact-hero {
    background:
        linear-gradient(135deg, rgba(255, 100, 16, .1), transparent 38%),
        var(--paper-warm);
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.contact-console {
    padding: 76px var(--page-x);
}

.contact-console {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 22px;
    align-items: stretch;
    background: #fbf7ef;
}

.contact-panel {
    display: grid;
    align-content: start;
    gap: 22px;
    padding: 34px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background:
        linear-gradient(140deg, rgba(255, 100, 16, .09), transparent 36%),
        var(--surface);
    box-shadow: 0 24px 62px rgba(8, 10, 11, .1);
}

.contact-panel h2,
.contact-form h2 {
    margin: 0;
    color: var(--ink);
    font-size: 38px;
    line-height: 1.05;
}

.contact-panel p,
.contact-form p {
    margin: 0;
    color: var(--muted);
}

.contact-routes {
    display: grid;
    gap: 10px;
}

.contact-route {
    display: flex;
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 14px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .62);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.contact-route:hover,
.social-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 100, 16, .36);
    background: white;
}

.contact-route .btn-icon {
    width: 25px;
    height: 25px;
    color: var(--brand);
}

.contact-route span,
.social-link span {
    display: grid;
    gap: 2px;
    color: var(--muted);
    font-size: 13px;
}

.contact-route strong,
.social-link strong {
    color: var(--ink);
    font-size: 15px;
}

.contact-hours {
    display: grid;
    gap: 8px;
    padding-top: 8px;
}

.contact-hours > span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-hours p {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-top: 1px solid rgba(8, 10, 11, .1);
}

.contact-form {
    align-content: start;
    border: 1px solid rgba(8, 10, 11, .12);
    background: var(--surface);
}

.contact-socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.social-link {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 68px;
    padding: 12px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .82);
    box-shadow: 0 16px 32px rgba(8, 10, 11, .06);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.social-link .btn-icon {
    width: 23px;
    height: 23px;
}

.social-link.is-instagram .btn-icon { color: #e1306c; }
.social-link.is-facebook .btn-icon { color: #1877f2; }
.social-link.is-youtube .btn-icon { color: #ff0033; }
.social-link.is-tiktok .btn-icon { color: #111; }
.social-link.is-x .btn-icon { color: #111; }
.social-link.is-linkedin .btn-icon { color: #0a66c2; }
.social-link.is-pinterest .btn-icon { color: #bd081c; }
.social-link.is-telegram .btn-icon { color: #26a5e4; }
.social-link.is-threads .btn-icon { color: #111; }

.contact-map {
    padding: 0 var(--page-x) 76px;
    background: var(--paper);
}

.contact-map iframe {
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    box-shadow: 0 24px 62px rgba(8, 10, 11, .1);
}

.faq-strip {
    display: grid;
    grid-template-columns: minmax(260px, .76fr) minmax(0, 1.24fr);
    gap: 30px;
    background: #fbf7ef;
}

.faq-strip.full { display: block; }
.faq-list details {
    border-top: 1px solid rgba(8, 10, 11, .16);
    background: transparent;
    padding: 18px 0;
}

.faq-list summary {
    cursor: pointer;
    color: var(--ink);
    font-size: 19px;
}

.faq-list p { color: var(--muted); }

.card-media,
.project-media,
.media-placeholder {
    width: 100%;
    aspect-ratio: var(--photo-ratio);
    object-fit: cover;
    border-radius: var(--radius);
    background: #e9e4d9;
}

.media-placeholder {
    display: grid;
    place-items: center;
    padding: 16px;
    color: var(--muted);
    text-align: center;
}

.site-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
    gap: 40px;
    padding-bottom: 108px;
    border-top: 1px solid rgba(8, 10, 11, .12);
    background:
        linear-gradient(135deg, rgba(255, 100, 16, .08), transparent 34%),
        #fbf7ef;
    color: var(--ink);
    overflow: hidden;
}

.site-footer::before {
    position: absolute;
    right: var(--page-x);
    bottom: 20px;
    left: var(--page-x);
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(245, 181, 22, .55), transparent);
}

.footer-brand strong {
    display: block;
    margin-top: 12px;
    font-size: 64px;
    line-height: .9;
}

.footer-logo {
    display: block;
    width: min(390px, 86vw);
    height: auto;
    margin-top: 14px;
    padding: 10px 14px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: #fffaf0;
    box-shadow: 0 26px 70px rgba(8, 10, 11, .12);
}

.footer-brand p {
    max-width: 520px;
    color: var(--muted);
}

.footer-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.footer-grid div {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-grid span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.footer-grid a {
    color: #38424a;
}

.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--muted);
    font-size: 13px;
}

.mobile-cta {
    position: fixed;
    z-index: 44;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(8, 10, 11, .14);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .92);
    box-shadow: 0 18px 42px rgba(8, 10, 11, .14);
    backdrop-filter: blur(14px);
}

.mobile-cta a,
.mobile-cta button {
    display: flex;
    flex-direction: row;
    gap: 8px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: var(--radius);
    color: var(--ink);
    font-size: 18px;
    font-weight: 950;
    cursor: pointer;
}

.mobile-cta a:first-child { background: #edf2f5; color: var(--accent); }
.mobile-cta a:nth-child(2) { background: linear-gradient(135deg, #20dc79, #0e8e58); color: #fff; }
.mobile-cta .btn-icon { width: 32px; height: 32px; }
.mobile-cta span { line-height: 1; }

.support-float {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 38;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 2px 10px;
    align-items: center;
    min-width: 146px;
    padding: 12px 16px;
    border: 1px solid rgba(18, 166, 106, .22);
    border-radius: var(--radius);
    background: linear-gradient(135deg, #20dc79 0%, #12a66a 48%, #087247 100%);
    color: white;
    box-shadow: 0 18px 38px rgba(18, 166, 106, .24);
    cursor: pointer;
}

.support-float .btn-icon {
    grid-row: 1 / span 2;
    width: 26px;
    height: 26px;
}

.support-float span {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.support-float strong { font-size: 16px; }

.callback-dialog {
    width: min(92vw, 470px);
    border: 0;
    border-radius: var(--radius);
    padding: 0;
    background: transparent;
}

.callback-dialog::backdrop { background: rgba(6, 43, 80, .2); backdrop-filter: blur(8px); }
.dialog-shell { position: absolute; right: 10px; top: 8px; z-index: 2; margin: 0; }
.dialog-close { border: 0; background: transparent; color: var(--accent); font-size: 22px; cursor: pointer; }
.callback-form {
    display: grid;
    gap: 12px;
    padding: 28px;
    border: 1px solid rgba(8, 10, 11, .12);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--ink);
    box-shadow: 0 36px 90px rgba(8, 10, 11, .18);
}

.callback-form.inline {
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--ink);
}

.callback-form p { color: var(--muted); }
.callback-form label { display: grid; gap: 6px; font-weight: 800; }
.callback-form input,
.callback-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    color: var(--ink);
    padding: 12px;
}

.callback-form.inline input,
.callback-form.inline textarea {
    border-color: var(--line);
    background: white;
    color: var(--ink);
}

.success { border-radius: var(--radius); background: #e7f7ee; color: #11623a; padding: 10px; }
.map-section iframe { display: block; width: 100%; min-height: 380px; border: 0; }

@keyframes quickCueDrift {
    0% {
        opacity: .2;
        transform: translate3d(0, -50%, 0) scaleX(.72);
    }
    28% {
        opacity: 1;
    }
    74% {
        opacity: .92;
        transform: translate3d(48px, -50%, 0) scaleX(1);
    }
    100% {
        opacity: 0;
        transform: translate3d(54px, -50%, 0) scaleX(.72);
    }
}

.gallery-lightbox {
    width: min(96vw, 1240px);
    border: 0;
    border-radius: var(--radius);
    padding: 0;
    overflow: visible;
    background: transparent;
}

.gallery-lightbox::backdrop {
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 100, 16, .18), transparent 34%),
        rgba(8, 10, 11, .78);
    backdrop-filter: blur(18px);
}

.lightbox-frame {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(255, 250, 240, .22);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .96);
    box-shadow: 0 44px 120px rgba(0, 0, 0, .44);
}

.lightbox-image-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: min(74vh, 760px);
    background:
        linear-gradient(135deg, rgba(6, 43, 80, .2), transparent 44%),
        #0b1115;
}

.lightbox-frame img {
    width: 100%;
    max-height: min(74vh, 760px);
    object-fit: contain;
}

.lightbox-count {
    position: absolute;
    top: 16px;
    left: 16px;
    min-height: 32px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 250, 240, .2);
    border-radius: var(--radius);
    background: rgba(8, 10, 11, .56);
    color: #fffaf0;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.lightbox-caption {
    display: grid;
    gap: 6px;
    padding: 18px 20px 20px;
    border-top: 1px solid rgba(8, 10, 11, .1);
    color: var(--ink);
}

.lightbox-caption span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.lightbox-caption strong {
    font-size: 22px;
    line-height: 1.2;
}

.lightbox-close,
.lightbox-nav {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 250, 240, .28);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, .92);
    color: var(--accent);
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.lightbox-close:hover {
    transform: translateY(-2px);
    color: var(--brand);
    background: #fffaf0;
}

.lightbox-nav:hover {
    transform: translateY(-50%) translateY(-2px);
    color: var(--brand);
    background: #fffaf0;
}

.lightbox-close {
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    font-size: 24px;
}

.lightbox-nav {
    top: 50%;
    width: 58px;
    height: 64px;
    transform: translateY(-50%);
}

.lightbox-nav .btn-icon {
    width: 24px;
    height: 24px;
}

.lightbox-nav.prev { left: -29px; }
.lightbox-nav.next { right: -29px; }

.reveal { opacity: 1; transform: none; }
.js .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}
.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: minmax(220px, 1fr) auto;
    }

    .menu-toggle {
        display: grid;
        gap: 6px;
        width: 48px;
        height: 44px;
        place-content: center;
        border: 1px solid rgba(8, 10, 11, .14);
        border-radius: var(--radius);
        background: rgba(255, 250, 240, .9);
    }

    .menu-toggle span:not(.sr-only) {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--ink);
    }

    .main-nav {
        position: fixed;
        right: 12px;
        left: 12px;
        top: 82px;
        display: none;
        justify-content: stretch;
        align-items: stretch;
        padding: 14px;
        border-color: rgba(8, 10, 11, .14);
        background: rgba(255, 250, 240, .96);
        box-shadow: 0 30px 80px rgba(8, 10, 11, .18);
        backdrop-filter: blur(18px);
    }

    body.nav-open .main-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .main-nav a {
        min-height: 52px;
        background: rgba(255, 255, 255, .74);
        color: var(--ink);
    }

    .main-nav a.is-active {
        background: rgba(255, 100, 16, .12);
        color: var(--accent);
    }

    .nav-mobile-cta {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .nav-mobile-cta a::after { display: none; }
    .nav-mobile-cta a:first-child { background: #edf2f5; color: var(--accent); }
    .nav-mobile-cta a:last-child { background: linear-gradient(135deg, #20dc79, #0e8e58); }
    .header-actions { display: none; }

    .hero.light-wall,
    .content-page-hero.has-media,
    .quick-category-band,
    .vehicle-services,
    .district-content-wrap,
    .quote-flow,
    .process-band,
    .faq-strip,
    .site-footer,
    .contact-console {
        grid-template-columns: 1fr;
    }

    .hero-stage {
        order: -1;
        min-height: 0;
    }
    .process-showcase {
        max-width: 920px;
    }
    .process-photo:first-child {
        min-height: 420px;
    }
    .hero-copy { order: 1; }
    .card-grid,
    .project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .quick-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .vehicle-service-grid { grid-template-columns: 1fr 1fr; }
    .showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonial-card { flex-basis: calc((100% - 16px) / 2); }
    .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .district-aside {
        position: static;
    }
}

@media (max-width: 760px) {
    :root { --page-x: 16px; }
    body { padding-bottom: 84px; }
    .site-header { min-height: 68px; padding-top: 10px; padding-bottom: 10px; }
    .brand-logo { width: min(55vw, 184px); max-height: 46px; }
    .brand-mark { width: 42px; height: 42px; }
    .brand small { max-width: 190px; }
    .hero { min-height: auto; padding-top: 30px; padding-bottom: 48px; }
    .hero.light-wall { gap: 20px; }
    .hero h1, .page-hero h1 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 12px;
    }
    .hero p, .page-hero p { font-size: 16px; }
    .hero-actions .primary-btn,
    .hero-actions .ghost-btn {
        width: 100%;
    }
    .hero-proof {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        margin-top: 16px;
    }
    .hero-proof span {
        min-height: 0;
        max-width: none;
        justify-items: start;
        align-content: center;
        padding: 12px 14px;
        font-size: 12px;
    }
    .hero-proof strong { font-size: 13px; }
    .hero-proof small { font-size: 11px; }
    .hero-stage {
        min-height: 0;
        padding: 8px;
    }
    .hero-stage::before {
        inset: 20px 4px 8px 18px;
        transform: rotate(-1.4deg);
    }
    .hero-stage::after {
        display: none;
    }
    .hero-slider {
        padding: 8px;
    }
    .hero-slider::before,
    .hero-slider::after {
        display: none;
    }
    .hero-slider-media::after {
        inset: 8px;
    }
    .hero-slider-dots {
        padding: 12px 8px 2px;
    }
    .hero-slider-dots button {
        width: 8px;
        height: 8px;
    }
    .hero-slider-dots button.is-active {
        width: 30px;
    }
    .page-hero,
    .quick-category-band,
    .section-wrap,
    .split-band,
    .faq-strip,
    .site-footer,
    .street-gallery,
    .quote-flow,
    .process-band,
    .testimonial-band,
    .vehicle-services,
    .district-light-map,
    .contact-console {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .contact-hero-actions .primary-btn,
    .contact-hero-actions .ghost-btn {
        width: 100%;
    }
    .contact-panel,
    .contact-form {
        padding: 24px;
    }
    .contact-panel h2,
    .contact-form h2 {
        font-size: 30px;
    }
    .contact-route,
    .social-link {
        min-height: 68px;
    }
    .contact-hours p {
        display: grid;
        gap: 2px;
    }
    .contact-socials { grid-template-columns: 1fr; }
    .contact-map { padding-bottom: 54px; }
    .section-heading { display: grid; align-items: start; margin-bottom: 20px; }
    .section-heading h2,
    .split-band h2,
    .faq-strip h2,
    .quote-flow h2,
    .process-band h2,
    .testimonial-band h2 {
        font-size: 34px;
        line-height: 1.08;
    }
    .category-slider {
        margin-right: -16px;
        margin-left: -16px;
    }
    .quick-category-band {
        gap: 18px;
        overflow: hidden;
    }
    .quick-category-copy h2 { font-size: 24px; }
    .quick-category-grid {
        display: grid;
        grid-auto-columns: minmax(190px, 74vw);
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-template-rows: repeat(2, minmax(42px, auto));
        overflow-x: auto;
        margin-right: -16px;
        padding: 2px 16px 8px 2px;
        scroll-snap-type: x proximity;
    }
    .quick-category-grid a {
        min-height: 44px;
        scroll-snap-align: start;
    }
    .quick-category-scroll-cue {
        position: relative;
        display: block;
        justify-self: end;
        width: 82px;
        height: 22px;
        margin-top: 5px;
        margin-right: 12px;
        border: 0;
        background: transparent;
    }
    .quick-category-scroll-cue::after {
        position: absolute;
        right: 0;
        top: 50%;
        width: 14px;
        height: 2px;
        content: "";
        border-radius: 99px;
        background: rgba(255, 100, 16, .5);
        transform: translateY(-50%);
    }
    .quick-cue-track {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        height: 2px;
        border-radius: 99px;
        background: linear-gradient(90deg, rgba(6, 43, 80, .08), rgba(6, 43, 80, .18), rgba(255, 100, 16, .28));
        transform: translateY(-50%);
    }
    .quick-cue-thumb {
        position: absolute;
        top: 50%;
        left: 2px;
        width: 22px;
        height: 6px;
        border-radius: 99px;
        background: linear-gradient(90deg, rgba(255, 100, 16, .2), var(--brand));
        box-shadow: 0 0 18px rgba(255, 100, 16, .34);
        animation: quickCueDrift 1.6s cubic-bezier(.22, 1, .36, 1) infinite;
    }
    .category-slide-set {
        gap: 14px;
        padding-right: 14px;
    }
    .category-slide-set .category-card { width: min(82vw, 340px); }
    .category-card { min-height: 0; }
    .vehicle-services {
        gap: 24px;
    }
    .vehicle-services-copy h2 {
        font-size: 32px;
    }
    .vehicle-service-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .vehicle-service-card {
        grid-template-rows: auto auto;
        min-height: 0;
    }
    .vehicle-service-media {
        min-height: 0;
        aspect-ratio: var(--photo-ratio);
    }
    .vehicle-service-body {
        padding: 18px;
    }
    .vehicle-service-body h3 {
        font-size: 22px;
    }
    .vehicle-service-actions {
        align-items: stretch;
    }
    .mini-whatsapp {
        justify-content: center;
        min-height: 42px;
    }
    .card-grid,
    .project-grid { grid-template-columns: 1fr; }
    .showcase-grid {
        grid-template-columns: 1fr;
    }
    .project-card.is-large {
        grid-column: auto;
        grid-row: span 1;
    }
    .quote-panel { padding: 24px; }
    .quote-steps { grid-template-columns: 1fr; }
    .step-card { min-height: auto; }
    .testimonial-slider-window { padding: 3px; }
    .testimonial-slider-track { gap: 14px; }
    .testimonial-card { flex-basis: 100%; }
    .testimonial-card {
        min-height: auto;
        padding: 22px;
    }
    .testimonial-card blockquote {
        margin: 18px 0;
        font-size: 16px;
    }
    .process-band::before {
        inset: 16px;
        opacity: .66;
        mask-image: none;
    }
    .process-points {
        margin-top: 20px;
    }
    .process-points span {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
        min-height: 0;
        padding: 11px 12px;
    }
    .process-points strong {
        width: 36px;
        height: 36px;
    }
    .process-points small {
        font-size: 12px;
    }
    .process-showcase {
        padding: 0;
    }
    .process-showcase::before {
        inset: 8% 6% 10% 4%;
        transform: rotate(1deg);
    }
    .process-image-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto auto;
        gap: 10px;
    }
    .process-photo,
    .process-photo:first-child {
        min-height: 0;
        aspect-ratio: var(--photo-ratio);
    }
    .process-photo:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .process-spec-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .process-spec-grid span {
        min-height: 0;
    }
    .district-board { padding: 16px; }
    .district-board span { min-height: 36px; font-size: 13px; }
    .district-cloud a {
        min-width: 100%;
        padding: 13px;
    }
    .district-content-wrap {
        gap: 24px;
    }
    .district-quote-card,
    .district-category-card {
        padding: 18px;
    }
    .district-quote-card h2 {
        font-size: 24px;
    }
    .rich-content { font-size: 16px; }
    .rich-content h1 { font-size: 34px; }
    .rich-content h2 { font-size: 29px; }
    .rich-content h3 { font-size: 24px; }
    .rich-content h4 { font-size: 20px; }
    .rich-content th,
    .rich-content td {
        min-width: 120px;
        padding: 10px 12px;
    }
    .footer-brand strong { font-size: 46px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { display: grid; }
    .mobile-cta { display: grid; }
    .support-float { display: none; }
    .gallery-lightbox { width: calc(100vw - 24px); }
    .lightbox-image-stage {
        min-height: min(62vh, 560px);
    }
    .lightbox-frame img { max-height: 66vh; }
    .lightbox-caption {
        display: grid;
        gap: 6px;
        padding: 14px;
    }
    .lightbox-caption strong { font-size: 18px; }
    .lightbox-close {
        top: 8px;
        right: 8px;
    }
    .lightbox-nav {
        width: 42px;
        height: 50px;
        background: rgba(255, 250, 240, .82);
    }
    .lightbox-nav.prev { left: 8px; }
    .lightbox-nav.next { right: 8px; }
}

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