/* Modern Era — Premium Corporate UI Layer
   Presentation-only overrides. Core content and functionality stay unchanged. */

:root {
    --premium-orange: #ff6b00;
    --premium-orange-2: #ff9a3d;
    --premium-orange-deep: #c94d00;
    --premium-ink: #001f24;
    --premium-ink-2: #00343b;
    --premium-ink-3: #07515a;
    --premium-paper: #f4f8f8;
    --premium-white: #ffffff;
    --premium-line: rgba(0, 45, 51, 0.11);
    --premium-line-dark: rgba(255, 255, 255, 0.12);
    --premium-shadow: 0 30px 80px rgba(0, 31, 36, 0.14);
    --premium-shadow-soft: 0 18px 45px rgba(0, 31, 36, 0.09);
    --premium-radius-xl: 34px;
    --premium-radius-lg: 24px;
    --premium-radius-md: 16px;
}

html { scroll-padding-top: 95px; }
body {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 107, 0, 0.05), transparent 25%),
        radial-gradient(circle at 88% 42%, rgba(0, 77, 87, 0.055), transparent 24%),
        var(--premium-paper);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection { background: var(--premium-orange); color: #fff; }

a, button { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.site-scroll-progress {
    position: fixed;
    inset: 0 0 auto 0;
    height: 3px;
    z-index: 5000;
    transform-origin: right center;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--premium-orange-deep), var(--premium-orange-2));
    box-shadow: 0 0 20px rgba(255, 107, 0, 0.75);
    pointer-events: none;
}

/* Header */
#header {
    padding: 16px 24px 0;
    isolation: isolate;
}
#header .header-inner {
    max-width: 1380px;
    height: 76px;
    padding: 0 18px 0 12px;
    border: 1px solid transparent;
    border-radius: 22px;
    transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, height .35s ease;
}
#header.scrolled .header-inner,
.site-service #header .header-inner {
    height: 68px;
    background: rgba(0, 31, 36, 0.82);
    border-color: rgba(255, 255, 255, 0.11);
    box-shadow: 0 18px 55px rgba(0, 18, 22, 0.28);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}
#header.scrolled { background: transparent; border: 0; }
#header .logo { gap: 12px; }
#header .logo-img {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 5px rgba(255, 107, 0, 0.11), 0 10px 24px rgba(0, 0, 0, 0.2);
}
#header .logo-text .brand { font-size: 1.12rem; font-weight: 800; }
#header .logo-text .tagline { color: #ffac65; letter-spacing: .035em; }
#header nav { gap: 5px; padding: 5px; border-radius: 14px; }
#header nav a {
    padding: 10px 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: .86rem;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}
#header nav a::after { display: none; }
#header nav a:hover,
#header nav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-1px);
}
#header nav .nav-cta {
    margin-right: 8px;
    padding: 11px 21px;
    border-radius: 11px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--premium-orange-deep), var(--premium-orange));
    box-shadow: 0 10px 28px rgba(255, 107, 0, 0.22);
}
#header nav .nav-cta:hover { box-shadow: 0 14px 34px rgba(255, 107, 0, 0.35); }

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
}

/* Home hero */
.site-home .hero {
    min-height: max(760px, 100svh);
    background: var(--premium-ink);
}
.site-home .hero-slideshow::after,
.site-home .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 23, 28, .96) 0%, rgba(0, 31, 36, .82) 38%, rgba(0, 31, 36, .30) 72%, rgba(0, 31, 36, .55) 100%),
        linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,31,36,.72));
    z-index: 1;
}
.site-home .hero::before {
    content: '';
    position: absolute;
    width: 580px;
    height: 580px;
    left: -210px;
    bottom: -260px;
    border-radius: 50%;
    border: 1px solid rgba(255, 107, 0, .22);
    box-shadow: 0 0 0 90px rgba(255, 107, 0, .035), 0 0 0 180px rgba(255, 107, 0, .018);
    z-index: 2;
    pointer-events: none;
}
.site-home .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}
.site-home .hero-slide {
    transform: scale(1.035);
    transition: opacity 1.3s ease, transform 7s ease;
}
.site-home .hero-slide.active { transform: scale(1.0); }
.site-home .hero-lines { z-index: 3; opacity: .65; }
.site-home .hero-lines::before {
    width: 46%;
    right: auto;
    left: -4%;
    background: repeating-linear-gradient(-54deg, transparent, transparent 48px, rgba(255,107,0,.055) 49px, rgba(255,107,0,.055) 50px);
}
.site-home .hero-content {
    z-index: 5;
    max-width: 1380px;
    padding-top: 118px;
    padding-bottom: 180px;
}
.site-home .hero-eyebrow {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(12px);
    margin-bottom: 26px;
}
.site-home .hero-eyebrow span { color: #ffd1aa; letter-spacing: .12em; }
.site-home .eyebrow-line { width: 28px; background: var(--premium-orange-2); }
.site-home .hero h1 {
    max-width: 820px;
    font-size: clamp(3.25rem, 6.8vw, 7rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-shadow: 0 20px 65px rgba(0,0,0,.38);
}
.site-home .hero h1 em {
    color: transparent;
    background: linear-gradient(100deg, #ff7b19 0%, #ffb16f 48%, #ff6b00 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.site-home .hero-sub {
    max-width: 650px;
    font-size: clamp(1rem, 1.3vw, 1.24rem);
    color: rgba(255,255,255,.72);
    border-right: 3px solid var(--premium-orange);
    padding-right: 18px;
}
.site-home .hero-actions { gap: 12px; }
.btn-primary,
.btn-outline {
    min-height: 52px;
    border-radius: 14px;
    padding-inline: 28px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--premium-orange-deep), var(--premium-orange));
    box-shadow: 0 15px 35px rgba(255, 107, 0, .25);
}
.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.28) 48%, transparent 76%);
    transform: translateX(120%);
    transition: transform .65s ease;
}
.btn-primary:hover::before { transform: translateX(-120%); }
.btn-primary:hover { box-shadow: 0 20px 45px rgba(255,107,0,.34); }
.btn-outline {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
}

.site-home .hero-stats {
    z-index: 6;
    bottom: 36px;
    gap: 0;
    max-width: 920px;
    right: 2rem;
    left: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,31,36,.62);
    border-radius: 22px;
    backdrop-filter: blur(18px) saturate(150%);
    box-shadow: 0 26px 60px rgba(0,0,0,.25);
}
.site-home .stat-item {
    min-width: 190px;
    padding: 14px 24px;
    align-items: flex-start;
}
.site-home .stat-num { font-size: 2.25rem; color: #ff9c4f; }
.site-home .stat-label { color: rgba(255,255,255,.57); }
.site-home .stat-divider { background: rgba(255,255,255,.12); margin-block: 8px; }
.site-home .scroll-hint { left: 34px; transform: none; bottom: 46px; }
.site-home .hero-dots {
    bottom: 56px;
    left: 50%;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0,31,36,.42);
    backdrop-filter: blur(10px);
}
.site-home .hero-dot { width: 8px; height: 8px; border: 0; background: rgba(255,255,255,.34); }
.site-home .hero-dot.active { width: 28px; border-radius: 999px; background: var(--premium-orange); }

/* Global sections */
.site-home section:not(.hero),
.site-service section:not(.hero) { isolation: isolate; }
.site-home .container,
.site-service .container { max-width: 1380px; }
.site-home .section-header,
.site-service .section-header { margin-bottom: 4.25rem; }
.site-home .section-eyebrow,
.site-service .section-eyebrow {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,107,0,.08);
    border: 1px solid rgba(255,107,0,.12);
}
.site-home .section-eyebrow span,
.site-service .section-eyebrow span { letter-spacing: .13em; }
.site-home .section-header h2,
.site-service .section-header h2 {
    font-size: clamp(2.3rem, 4vw, 4rem);
    letter-spacing: -.035em;
    line-height: 1.08;
}
.site-home .section-header p,
.site-service .section-header p { font-size: 1.02rem; max-width: 650px; }

/* About */
.site-home .about { padding: 10rem 0; background: transparent; }
.site-home .about-grid { gap: clamp(4rem, 7vw, 8rem); }
.site-home .about-visual { padding: 18px; }
.site-home .about-visual::before {
    content: '';
    position: absolute;
    inset: 0 44px 44px 0;
    border-radius: 32px;
    background: linear-gradient(145deg, var(--premium-ink-2), var(--premium-ink));
    transform: rotate(-3deg);
    box-shadow: var(--premium-shadow);
}
.site-home .about-img-main {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    aspect-ratio: 1.04 / .82;
    box-shadow: 0 30px 75px rgba(0,31,36,.22);
}
.site-home .about-img-frame { inset: 0; border-radius: 31px; border-color: rgba(255,107,0,.55); z-index: 3; transform: translate(20px,-16px); }
.site-home .about-badge {
    z-index: 4;
    width: 138px;
    height: 138px;
    left: -18px;
    bottom: -22px;
    border-radius: 30px;
    background: linear-gradient(145deg, #fff, #edf5f5);
    border: 1px solid rgba(0,45,51,.08);
    box-shadow: 0 22px 50px rgba(0,31,36,.2);
}
.site-home .about-badge .num { color: var(--premium-orange); font-size: 2.3rem; }
.site-home .about-badge .lbl { color: var(--premium-ink-2); font-weight: 700; }
.site-home .about-text h2 { font-size: clamp(2.45rem, 4vw, 4.25rem); line-height: 1.12; letter-spacing: -.035em; }
.site-home .about-text p { font-size: 1.03rem; color: #4d666a; }
.site-home .features-list { gap: 12px; }
.site-home .feature-item,
.site-service .feature-item {
    border: 1px solid rgba(0,45,51,.08);
    border-radius: 16px;
    padding: 16px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 8px 24px rgba(0,31,36,.035);
}
.site-home .feature-item:hover,
.site-service .feature-item:hover { border-color: rgba(255,107,0,.32); box-shadow: 0 18px 40px rgba(0,31,36,.09); }
.site-home .feature-icon,
.site-service .feature-icon { border-radius: 11px; color: #fff; box-shadow: 0 8px 18px rgba(255,107,0,.2); }

/* Services */
.site-home .services {
    padding: 10rem 0;
    background:
      radial-gradient(circle at 90% 0%, rgba(255,107,0,.17), transparent 28%),
      radial-gradient(circle at 0% 100%, rgba(0,103,115,.22), transparent 33%),
      var(--premium-ink);
}
.site-home .services::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .15;
    pointer-events: none;
}
.site-home .services .section-header h2 { color: #fff; }
.site-home .services .section-header p { color: rgba(255,255,255,.56); }
.site-home .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    background: transparent;
    border: 0;
}
.site-home .service-card {
    min-height: 480px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.055);
    box-shadow: 0 22px 50px rgba(0,0,0,.13);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
}
.site-home .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    background: radial-gradient(360px circle at var(--mx,50%) var(--my,50%), rgba(255,135,48,.18), transparent 44%);
    transition: opacity .35s ease;
}
.site-home .service-card:hover::before { opacity: 1; }
.site-home .service-card:hover { background: rgba(255,255,255,.085); transform: translateY(-10px); border-color: rgba(255,139,56,.34); }
.site-home .service-card-inner { padding: 18px; display: flex; flex-direction: column; }
.site-home .service-num {
    position: absolute;
    top: 31px;
    right: 31px;
    z-index: 4;
    font-size: 1.05rem;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: rgba(0,31,36,.66);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    margin: 0;
}
.site-home .service-img-wrap { height: 245px; border-radius: 17px; margin-bottom: 22px; position: relative; }
.site-home .service-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(0,31,36,.64));
    pointer-events: none;
}
.site-home .service-img-wrap img { filter: none; }
.site-home .service-card h3 { font-size: 1.32rem; padding-inline: 6px; margin-bottom: 10px; }
.site-home .service-card p { padding-inline: 6px; color: rgba(255,255,255,.56); font-size: .9rem; }
.site-home .service-arrow { margin-top: auto; padding: 18px 6px 4px; opacity: 1; transform: none; color: #ff9b4c; }

/* Partners */
.site-home .partners { padding: 9rem 0; background: #fff; }
.site-home .partners::before,
.site-home .partners::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .16;
    pointer-events: none;
}
.site-home .partners::before { background: var(--premium-orange); top: 15%; right: -80px; }
.site-home .partners::after { background: #008796; bottom: 0; left: -80px; }
.site-home .partners-strip {
    margin-top: 0;
    padding: 22px 0;
    border-block: 1px solid rgba(0,45,51,.08);
    background: linear-gradient(90deg, rgba(244,248,248,.5), #fff, rgba(244,248,248,.5));
}
.site-home .partner-slide { width: 205px; padding: 22px 24px; border-right-color: rgba(0,45,51,.07); }
.site-home .partner-slide img { height: 72px; max-width: 158px; filter: none !important; opacity: 1; }

/* Reviews */
.site-home .reviews { padding: 10rem 0; background: #eef5f5; }
.site-home .reviews::before {
    content: '“';
    position: absolute;
    top: 25px;
    left: 6%;
    font-size: 24rem;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(0,45,51,.035);
    pointer-events: none;
}
.site-home .reviews-grid { gap: 20px; }
.site-home .review-card {
    position: relative;
    border: 1px solid rgba(0,45,51,.075);
    border-radius: 22px;
    padding: 26px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 18px 42px rgba(0,31,36,.065);
    overflow: hidden;
}
.site-home .review-card::after {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 22px;
    color: rgba(255,107,0,.13);
    font-size: 2rem;
}
.site-home .review-card:hover { transform: translateY(-7px); box-shadow: 0 28px 60px rgba(0,31,36,.11); }
.site-home .review-avatar { width: 52px; height: 52px; color: #fff; border: 4px solid rgba(255,107,0,.12); }
.site-home .review-card-name { font-size: 1rem; }
.site-home .review-card-message { font-size: .96rem; color: #405b5f; }
.site-home .review-card-images img { width: 66px; height: 66px; border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease; }
.site-home .review-card-images img:hover { transform: scale(1.06); box-shadow: 0 10px 24px rgba(0,31,36,.15); }
.site-home .reviews-top { margin: 16px 0 0; }

/* Contact */
.site-home .contact {
    padding: 10rem 0;
    background:
      radial-gradient(circle at 15% 20%, rgba(255,107,0,.18), transparent 28%),
      linear-gradient(135deg, var(--premium-ink), #003a42 72%, #004b54);
}
.site-home .contact-grid {
    grid-template-columns: .82fr 1.18fr;
    gap: 28px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 30px;
    background: rgba(255,255,255,.05);
    box-shadow: 0 35px 90px rgba(0,0,0,.22);
    backdrop-filter: blur(14px);
}
.site-home .contact-grid > div:first-child { padding: 18px 18px 18px 8px; }
.site-home .contact .section-header { margin-bottom: 2rem; }
.site-home .contact .section-header h2 { font-size: clamp(2.8rem, 4vw, 4.4rem); }
.site-home .contact-info-item { padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; margin-bottom: 10px; background: rgba(255,255,255,.045); }
.site-home .contact-info-item:first-child { border-top: 1px solid rgba(255,255,255,.08); }
.site-home .contact-info-item:hover { padding-right: 21px; background: rgba(255,255,255,.075); }
.site-home .contact-icon { border-radius: 12px; background: rgba(255,107,0,.08); }
.site-home .social-row { gap: 8px; flex-wrap: wrap; }
.site-home .social-btn { border-radius: 12px; background: rgba(255,255,255,.045); }
.site-home .map-container { height: 560px; border-radius: 23px; border-color: rgba(255,255,255,.12); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.site-home .map-container iframe { filter: saturate(.8) contrast(1.04); }
.site-home .map-open-btn { border-radius: 12px; background: var(--premium-orange); box-shadow: 0 14px 34px rgba(255,107,0,.32); }

/* Footer */
.site-home footer,
.site-service footer { background: #00161a; padding: 32px 0; }
.site-home .footer-inner,
.site-service .footer-inner { min-height: 50px; }
.site-home .footer-copy,
.site-service .footer-copy { color: rgba(255,255,255,.42); }
.site-home .footer-links a,
.site-service .footer-links a { color: rgba(255,255,255,.42); }
.site-home .footer-links a:hover,
.site-service .footer-links a:hover { color: #ff9b4b; }

/* Review modal */
.site-home .review-modal-overlay { background: rgba(0,20,24,.82); }
.site-home .review-modal { border-radius: 24px; box-shadow: 0 35px 100px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.65); }
.site-home .review-form input[type="text"],
.site-home .review-form input[type="tel"],
.site-home .review-form textarea { border-radius: 12px; min-height: 48px; }
.site-home .review-photo-zone { border-radius: 14px; background: rgba(255,107,0,.035); }

/* Service details page */
.site-service { background: var(--premium-paper); }
.site-service .hero {
    min-height: 610px;
    background: var(--premium-ink);
}
.site-service .hero-bg { opacity: 1; }
.site-service .hero-bg img { transform: scale(1.04); }
.site-service .hero-bg::after {
    background:
      linear-gradient(90deg, rgba(0,27,32,.96), rgba(0,36,42,.70) 50%, rgba(0,31,36,.46)),
      linear-gradient(180deg, transparent, rgba(0,31,36,.72));
}
.site-service .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: .12;
}
.site-service .hero-content { max-width: 1380px; padding-top: 180px; z-index: 3; }
.site-service .hero-breadcrumb {
    display: inline-flex;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.055);
    color: rgba(255,255,255,.58);
    backdrop-filter: blur(10px);
}
.site-service .hero h1 { max-width: 980px; font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.04em; text-shadow: 0 22px 60px rgba(0,0,0,.35); }
.site-service .gallery-section { padding: 9rem 0; background: transparent; }
.site-service .gallery { gap: 18px; }
.site-service .gallery-item { border-radius: 20px; box-shadow: var(--premium-shadow-soft); }
.site-service .gallery-item-inner { border-radius: 20px; }
.site-service .gallery-item:hover { transform: translateY(-8px); }
.site-service .gallery-view-btn { border-radius: 14px; }
.site-service .cta-section {
    padding: 8rem 0;
    background:
      radial-gradient(circle at 18% 40%, rgba(255,107,0,.18), transparent 27%),
      linear-gradient(135deg, var(--premium-ink), var(--premium-ink-2));
}
.site-service .cta-section h2 { font-size: clamp(2.4rem, 4vw, 4.3rem); letter-spacing: -.035em; }
.site-service .cta-section p { font-size: 1.08rem; }

/* Motion */
.reveal { transition-duration: .85s; }
.reveal.visible { transition-delay: calc(var(--reveal-index, 0) * 55ms); }
.page-ready .hero-content { will-change: transform; }

/* Responsive */
@media (max-width: 1100px) {
    .site-home .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .site-home .contact-grid { grid-template-columns: 1fr; }
    .site-home .map-container { height: 440px; }
}

@media (max-width: 860px) {
    #header { padding: 10px 12px 0; }
    #header .header-inner { padding: 0 12px; height: 64px; background: rgba(0,31,36,.72); border-color: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
    #header .logo-img { width: 43px; height: 43px; }
    #header .logo-text .tagline { display: none; }
    .mobile-menu-toggle { display: flex; }
    #header nav {
        position: fixed;
        top: 84px;
        right: 12px;
        left: 12px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 12px;
        border-radius: 20px;
        background: rgba(0,31,36,.96);
        border: 1px solid rgba(255,255,255,.12);
        box-shadow: 0 28px 70px rgba(0,0,0,.35);
        backdrop-filter: blur(22px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px) scale(.98);
        transition: .25s ease;
    }
    body.nav-open #header nav { opacity: 1; visibility: visible; transform: none; }
    #header nav a { width: 100%; padding: 13px 15px; }
    #header nav .nav-cta { margin: 4px 0 0; text-align: center; }
    .site-home .hero { min-height: 820px; }
    .site-home .hero-content { padding-top: 150px; padding-bottom: 260px; }
    .site-home .hero h1 { font-size: clamp(3rem, 12vw, 5.1rem); }
    .site-home .hero-stats { left: 18px; right: 18px; bottom: 30px; flex-wrap: wrap; }
    .site-home .stat-item { flex: 1 1 30%; min-width: 120px; padding: 12px; }
    .site-home .stat-divider { display: none; }
    .site-home .scroll-hint { display: none; }
    .site-home .hero-dots { bottom: 205px; }
    .site-home .about { padding: 7rem 0; }
    .site-home .about-grid { gap: 4rem; }
    .site-home .about-visual { max-width: 650px; margin-inline: auto; }
    .site-home .about-badge { left: 0; }
    .site-home .services, .site-home .reviews, .site-home .contact { padding: 7rem 0; }
    .site-service .hero { min-height: 520px; }
    .site-service .hero-content { padding-top: 150px; }
}

@media (max-width: 620px) {
    .site-home .container,
    .site-service .container { padding-inline: 18px; }
    #header .logo-text .brand { font-size: 1rem; }
    .site-home .hero { min-height: 850px; }
    .site-home .hero-content { padding-inline: 20px; padding-bottom: 300px; }
    .site-home .hero-eyebrow { gap: 7px; }
    .site-home .hero-eyebrow span { font-size: .62rem; letter-spacing: .07em; }
    .site-home .hero h1 { font-size: clamp(2.8rem, 14.5vw, 4rem); }
    .site-home .hero-sub { font-size: .98rem; }
    .site-home .hero-actions { flex-direction: column; }
    .site-home .hero-actions a { width: 100%; justify-content: center; }
    .site-home .hero-stats { display: grid; grid-template-columns: repeat(3,1fr); padding: 7px; }
    .site-home .stat-item { min-width: 0; align-items: center; text-align: center; padding: 10px 4px; }
    .site-home .stat-num { font-size: 1.55rem; }
    .site-home .stat-label { font-size: .65rem; }
    .site-home .services-grid { grid-template-columns: 1fr; }
    .site-home .service-card { min-height: 435px; }
    .site-home .service-img-wrap { height: 225px; }
    .site-home .about-visual { padding: 6px; }
    .site-home .about-visual::before { inset: 0 20px 20px 0; }
    .site-home .about-img-frame { transform: translate(8px,-8px); }
    .site-home .about-badge { width: 108px; height: 108px; border-radius: 22px; }
    .site-home .about-badge .num { font-size: 1.7rem; }
    .site-home .about-text h2 { font-size: 2.5rem; }
    .site-home .features-list { grid-template-columns: 1fr; }
    .site-home .contact-grid { padding: 14px; border-radius: 22px; }
    .site-home .contact-grid > div:first-child { padding: 10px 2px; }
    .site-home .map-container { height: 360px; }
    .site-home .social-btn { flex: 1; justify-content: center; min-width: 105px; }
    .site-service .hero h1 { font-size: 2.85rem; }
    .site-service .gallery-section { padding: 6rem 0; }
}

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