:root {
    --bg: #0b0d0c;
    --bg-soft: #141715;
    --panel: rgba(247, 244, 237, 0.05);
    --panel-strong: rgba(247, 244, 237, 0.09);
    --line: rgba(242, 237, 226, 0.1);
    --line-strong: rgba(242, 237, 226, 0.2);
    --text: #f5f1e8;
    --muted: #b7afa1;
    --accent: #b6c95b;
    --accent-rgb: 182, 201, 91;
    --accent-strong: #dbe895;
    --accent-strong-rgb: 219, 232, 149;
    --accent-dark: #273100;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
    --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.18);
    --hero-surface-bg: rgba(12, 15, 12, 0.56);
    --hero-surface-border: rgba(255, 255, 255, 0.16);
    --hero-surface-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 18px 40px rgba(0, 0, 0, 0.16);
    --hero-surface-blur: blur(18px) saturate(140%);
    --hero-image-position: center center;
    --hero-image-size: cover;
    --cookie-panel-bg: rgba(14, 16, 14, 0.9);
    --cookie-panel-border: rgba(255, 255, 255, 0.12);
    --cookie-panel-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 20px;
    --radius-sm: 16px;
    --container: 1220px;
    --header-container: 1460px;
    --transition-base: 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    --section-space-y: clamp(5rem, 7vw, 6.35rem);
    --section-heading-max: 60rem;
    --section-copy-max: 42rem;
    --section-heading-gap: 0.85rem;
    --card-padding: clamp(1.25rem, 2vw, 1.55rem);
    --card-padding-lg: clamp(1.45rem, 2.35vw, 1.85rem);
    --card-gap: 0.9rem;
    --copy-size: 0.98rem;
    --copy-line: 1.62;
    --card-title-size: clamp(1.18rem, 1.45vw, 1.42rem);
}

html {
    color-scheme: dark;
    font-size: 15px;
}

html[data-theme="light"] {
    color-scheme: light;
    --bg: #f3eadb;
    --bg-soft: #ebe0cf;
    --panel: rgba(255, 251, 246, 0.78);
    --panel-strong: rgba(255, 251, 246, 0.92);
    --line: rgba(88, 74, 53, 0.12);
    --line-strong: rgba(88, 74, 53, 0.22);
    --text: #201b15;
    --muted: #6a5f50;
    --accent: #a7be49;
    --accent-rgb: 167, 190, 73;
    --accent-strong: #687f18;
    --accent-strong-rgb: 104, 127, 24;
    --accent-dark: #223100;
    --shadow: 0 28px 80px rgba(108, 87, 51, 0.1);
    --shadow-soft: 0 16px 36px rgba(108, 87, 51, 0.08);
    --hero-surface-bg: rgba(255, 251, 246, 0.74);
    --hero-surface-border: rgba(88, 74, 53, 0.12);
    --hero-surface-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 18px 40px rgba(88, 74, 53, 0.12);
    --hero-surface-blur: blur(18px) saturate(140%);
    --cookie-panel-bg: rgba(255, 248, 239, 0.9);
    --cookie-panel-border: rgba(88, 74, 53, 0.14);
    --cookie-panel-shadow: 0 22px 52px rgba(108, 87, 51, 0.18);
}

@media (min-width: 1024px) {
    html[data-theme="light"] {
        --hero-image-position: 50% 50%;
        --hero-image-size: cover;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 900px) {
    html {
        font-size: 14px;
    }
}

body {
    min-width: 320px;
    overflow-x: clip;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 248, 238, 0.08), transparent 16%),
        radial-gradient(circle at 84% 12%, rgba(184, 150, 102, 0.08), transparent 17%),
        linear-gradient(180deg, #171614 0%, #121211 24%, #0d0e0d 52%, #090a09 100%);
    color: var(--text);
    font-family: "Onest", sans-serif;
    line-height: 1.6;
}

body.menu-open,
body.modal-open {
    overflow: hidden;
}

main#top {
    display: flex;
    flex-direction: column;
}

main#top > .intro-flow {
    order: 1;
}

main#top > .projects-section {
    order: 2;
}

main#top > .reviews-section {
    order: 3;
}

main#top > .services-section {
    order: 4;
}

main#top > .process-section {
    order: 5;
}

main#top > .value-section {
    order: 6;
}

main#top > .value-payment-section {
    order: 7;
}

main#top > .team-section {
    order: 8;
}

main#top > .faq-section {
    order: 9;
}

main#top > .lead-section {
    order: 10;
}

main#top > .contact-section {
    order: 12;
}

main#top > .blog-preview-section {
    order: 11;
}

main#top > .client-section,
main#top > .design-focus-section,
main#top > .intro-flow .about-section {
    display: none !important;
}

html[data-theme="light"] body {
    background:
        radial-gradient(circle at 10% 10%, rgba(var(--accent-rgb), 0.16), transparent 18%),
        radial-gradient(circle at 86% 10%, rgba(214, 187, 144, 0.14), transparent 18%),
        linear-gradient(180deg, #f3eadb 0%, #efe4d4 28%, #e7daca 60%, #dccdb9 100%);
}

html[data-theme="light"] .site-frame::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(var(--accent-rgb), 0.18), transparent 18%),
        radial-gradient(circle at 84% 18%, rgba(227, 203, 158, 0.12), transparent 18%),
        radial-gradient(circle at 22% 58%, rgba(var(--accent-rgb), 0.12), transparent 24%),
        radial-gradient(circle at 78% 82%, rgba(194, 163, 116, 0.12), transparent 26%);
}

html[data-theme="light"] .backdrop-left {
    background: rgba(var(--accent-rgb), 0.18);
}

html[data-theme="light"] .backdrop-right {
    background: rgba(217, 186, 120, 0.16);
}

html[data-theme="light"] .section::before {
    background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.34), rgba(196, 160, 108, 0.22), transparent);
}

html[data-theme="light"] .about-section,
html[data-theme="light"] .services-section,
html[data-theme="light"] .faq-section {
    background: linear-gradient(180deg, rgba(255, 252, 248, 0.48), rgba(255, 247, 238, 0.68));
}

html[data-theme="light"] .design-focus-section {
    background: linear-gradient(180deg, rgba(247, 241, 231, 0.78), rgba(255, 249, 241, 0.62));
}

html[data-theme="light"] .about-section {
    margin-top: -2.6rem;
    padding-top: calc(6rem + 2.6rem);
    background:
        linear-gradient(180deg, rgba(233, 223, 204, 0) 0%, rgba(247, 239, 227, 0.74) 22%, rgba(255, 247, 238, 0.68) 100%);
}

html[data-theme="light"] .about-section::before {
    top: 2.4rem;
    opacity: 0.45;
}

html[data-theme="light"] .client-section {
    margin-top: -2.4rem;
    padding-top: calc(6rem + 2.4rem);
    background: linear-gradient(180deg, rgba(247, 239, 227, 0.82), rgba(255, 247, 238, 0.56));
}

html[data-theme="light"] .client-section::before {
    display: none;
}

html[data-theme="light"] .client-section::after {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    width: 100vw;
    height: 48px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(247, 239, 227, 0.86), rgba(247, 239, 227, 0.82));
    clip-path: polygon(
        0% 58%,
        5% 44%,
        10% 62%,
        15% 40%,
        21% 61%,
        27% 38%,
        34% 64%,
        41% 42%,
        48% 60%,
        55% 36%,
        62% 63%,
        70% 41%,
        78% 57%,
        86% 39%,
        93% 61%,
        100% 46%,
        100% 100%,
        0% 100%
    );
    pointer-events: none;
    z-index: 1;
}

html[data-theme="light"] .projects-section,
html[data-theme="light"] .contact-section {
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.12), rgba(255, 248, 239, 0.44));
}

html[data-theme="light"] .process-section {
    background:
        radial-gradient(circle at 18% 18%, rgba(var(--accent-rgb), 0.08), transparent 24%),
        linear-gradient(180deg, rgba(252, 248, 241, 0.82), rgba(243, 234, 221, 0.76));
}

html[data-theme="light"] .trust-section {
    background: linear-gradient(180deg, rgba(var(--accent-strong-rgb), 0.18), rgba(255, 248, 239, 0.4));
}

html[data-theme="light"] .team-section {
    background: linear-gradient(180deg, rgba(255, 252, 248, 0.42), rgba(255, 247, 238, 0.68));
}

html[data-theme="light"] .header-shell {
    border-color: rgba(93, 79, 56, 0.12);
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(93, 79, 56, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.42)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.88), rgba(227, 214, 194, 0.78));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 14px 40px rgba(108, 87, 51, 0.12);
}

html[data-theme="light"] .header-link,
html[data-theme="light"] .header-phone,
html[data-theme="light"] .menu-toggle,
html[data-theme="light"] .button-secondary,
html[data-theme="light"] .theme-fab,
html[data-theme="light"] .theme-menu-toggle {
    background: rgba(255, 250, 243, 0.68);
}

html[data-theme="light"] .hero-mobile-link {
    color: rgba(48, 40, 29, 0.72);
}

html[data-theme="light"] .hero-mobile-link:hover,
html[data-theme="light"] .hero-mobile-link:focus-visible {
    color: rgba(29, 24, 18, 0.96);
}

html[data-theme="light"] .header-action-icon {
    background: rgba(88, 74, 53, 0.08);
    color: rgba(88, 74, 53, 0.68);
}

html[data-theme="light"] .header-link-primary {
    border-color: rgba(var(--accent-rgb), 0.24);
    background: linear-gradient(135deg, #b8d050, #8ea533 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 18px 34px rgba(var(--accent-rgb), 0.24);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(36, 32, 28, 0.72), rgba(20, 18, 16, 0.8));
    backdrop-filter: blur(18px) saturate(138%);
    -webkit-backdrop-filter: blur(18px) saturate(138%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(31, 28, 24, 0.86), rgba(17, 15, 13, 0.92));
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .brand-copy,
html[data-theme="light"] .site-header:not(.is-solid) .brand-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .brand-copy,
html[data-theme="light"] .site-header.is-solid .brand-meta,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone-main,
html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .brand-copy,
html[data-theme="light"] body.menu-open .brand-meta,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-phone-main,
html[data-theme="light"] body.menu-open .header-phone-meta,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] body.menu-open .header-phone {
    border: 0;
    background: none;
    box-shadow: none;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 22px rgba(0, 0, 0, 0.14);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-link-primary,
html[data-theme="light"] .site-header.is-solid .header-link-primary,
html[data-theme="light"] body.menu-open .header-link-primary {
    border-color: rgba(var(--accent-rgb), 0.26);
    background: linear-gradient(135deg, #b8d050, #8ea533 100%);
    color: #ffffff;
}

/* Absolute final light-header lock. Must stay last. */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell,
html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.12) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 249, 241, 0.94)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.94), rgba(227, 214, 194, 0.9)) !important;
    backdrop-filter: blur(18px) saturate(132%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(132%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 16px 36px rgba(108, 87, 51, 0.12) !important;
}

html[data-theme="light"] .brand img,
html[data-theme="light"] .site-header:not(.is-solid) .brand img,
html[data-theme="light"] .site-header.is-solid .brand img,
html[data-theme="light"] body.menu-open .brand img {
    filter: brightness(0) saturate(100%) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone-main,
html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-phone-main,
html[data-theme="light"] body.menu-open .header-phone-meta,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    color: rgba(48, 40, 29, 0.94) !important;
    text-shadow: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:hover,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:focus-visible,
html[data-theme="light"] .site-header.is-solid .site-nav a:hover,
html[data-theme="light"] .site-header.is-solid .site-nav a:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-phone:hover,
html[data-theme="light"] .site-header.is-solid .header-phone:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-icon-link:hover,
html[data-theme="light"] .site-header.is-solid .header-icon-link:focus-visible,
html[data-theme="light"] body.menu-open .site-nav a:hover,
html[data-theme="light"] body.menu-open .site-nav a:focus-visible,
html[data-theme="light"] body.menu-open .header-phone:hover,
html[data-theme="light"] body.menu-open .header-phone:focus-visible,
html[data-theme="light"] body.menu-open .header-icon-link:hover,
html[data-theme="light"] body.menu-open .header-icon-link:focus-visible {
    color: rgba(25, 20, 15, 0.98) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] body.menu-open .header-phone {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    border-color: rgba(88, 74, 53, 0.12) !important;
    background: rgba(255, 252, 247, 0.62) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 10px 22px rgba(108, 87, 51, 0.08) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-action-icon,
html[data-theme="light"] .site-header.is-solid .header-action-icon,
html[data-theme="light"] body.menu-open .header-action-icon,
html[data-theme="light"] .site-header:not(.is-solid) .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] .site-header.is-solid .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] body.menu-open .header-theme-toggle .theme-toggle-icon {
    color: rgba(88, 74, 53, 0.72) !important;
}

/* FINAL-END light header glass restore */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.34) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 248, 240, 0.26)),
        linear-gradient(180deg, rgba(243, 234, 220, 0.18), rgba(232, 219, 198, 0.12)) !important;
    backdrop-filter: blur(24px) saturate(152%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(152%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.52),
        0 16px 38px rgba(87, 68, 42, 0.1) !important;
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.14) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 245, 236, 0.92)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.9), rgba(227, 214, 194, 0.86)) !important;
    backdrop-filter: blur(20px) saturate(142%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(142%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 16px 36px rgba(108, 87, 51, 0.12) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.26) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 10px 22px rgba(108, 87, 51, 0.06) !important;
}

/* ABSOLUTE EOF start header state */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.28) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 248, 240, 0.18)),
        linear-gradient(180deg, rgba(243, 234, 220, 0.18), rgba(232, 219, 198, 0.1)) !important;
    backdrop-filter: blur(24px) saturate(154%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(154%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.46),
        0 14px 34px rgba(87, 68, 42, 0.1) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .brand img {
    filter: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .brand-copy,
html[data-theme="light"] .site-header:not(.is-solid) .brand-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    color: rgba(255, 255, 255, 0.96) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.24) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 10px 22px rgba(87, 68, 42, 0.1) !important;
}
/* REAL EOF top header state: dark glass + white content */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.18) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 249, 241, 0.48)),
        linear-gradient(180deg, rgba(243, 234, 220, 0.28), rgba(232, 219, 198, 0.18)) !important;
    backdrop-filter: blur(24px) saturate(148%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(148%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.64),
        0 14px 34px rgba(87, 68, 42, 0.12) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .brand img {
    filter: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .brand-copy,
html[data-theme="light"] .site-header:not(.is-solid) .brand-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    color: rgba(255, 255, 255, 0.96) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 22px rgba(87, 68, 42, 0.12) !important;
}

/* FINAL structure overrides */
.about-section[hidden] {
    display: none !important;
}

.reviews-section {
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.024), rgba(255, 248, 239, 0.01));
}

html[data-theme="light"] .reviews-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(244, 239, 232, 0.44), rgba(233, 225, 214, 0.38));
}

.client-actions,
.value-actions,
.reviews-proof-actions,
.contact-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    align-items: center;
}

.client-actions {
    margin-top: 1.4rem;
}

.lead-form-shell {
    display: grid;
    gap: clamp(1.35rem, 2.4vw, 1.9rem);
}

.lead-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.reviews-score {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--panel);
    box-shadow: var(--shadow-soft);
}

.reviews-score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    min-width: 4.4rem;
    height: 4.4rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(190, 213, 79, 0.24), rgba(190, 213, 79, 0.08));
    color: var(--accent-strong);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.reviews-score-copy {
    display: grid;
    gap: 0.2rem;
}

.reviews-score-copy strong {
    color: var(--text);
    font-size: 1.15rem;
    line-height: 1.15;
}

.reviews-score-copy span {
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.lead-result-card,
.review-card {
    display: grid;
    gap: 0.65rem;
    padding: var(--card-padding);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius-lg) - 2px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--panel);
    box-shadow: var(--shadow-soft);
}

.lead-result-card span,
.review-card-platform {
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lead-result-card h3 {
    font-size: 1.05rem;
    line-height: 1.2;
}

.lead-result-card p,
.review-card-text,
.review-card-meta span {
    color: var(--muted);
}

.service-card-price {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.45;
}

.service-card-includes,
.service-card-points {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.2rem;
    padding-left: 0;
    list-style: none;
}

.service-card-includes li,
.service-card-points li {
    position: relative;
    padding-left: 1.05rem;
    color: var(--muted);
}

.service-card-includes li::before,
.service-card-points li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--accent);
}

.value-actions {
    margin-top: 1.35rem;
}

.review-card-text {
    font-size: 1rem;
    line-height: 1.7;
}

.review-card-meta {
    display: grid;
    gap: 0.2rem;
}

.review-card-meta strong {
    color: var(--text);
    font-size: 0.96rem;
}

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

.reviews-proof {
    display: grid;
    gap: 1rem;
    margin-top: 1.35rem;
    padding: var(--card-padding-lg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--panel);
}

.reviews-proof-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.reviews-proof-platforms span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 600;
}

.contact-final-actions {
    justify-content: start;
}

.contact-final-actions .button {
    min-width: 0;
}

.team-member-placeholder {
    display: none !important;
}

@media (max-width: 920px) {
    .reviews-score {
        align-items: start;
    }

    .lead-result-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .reviews-score {
        flex-direction: column;
        align-items: start;
    }

    .client-actions,
    .value-actions,
    .reviews-proof-actions,
    .contact-final-actions {
        flex-direction: column;
        align-items: stretch;
    }
}
/* TRUE EOF quiz modal responsive lock */
@media (max-width: 900px) {
    .quiz-modal-dialog {
        padding: 0.95rem !important;
    }

    .quiz-modal-head {
        padding-right: 3rem !important;
    }

    .quiz-modal-frame {
        height: min(76vh, 820px) !important;
        min-height: 620px !important;
    }
}

@media (max-width: 640px) {
    .quiz-modal-dialog {
        gap: 0.85rem !important;
        padding: 0.8rem !important;
        border-radius: 24px !important;
    }

    .quiz-modal-head {
        gap: 0.55rem !important;
        padding: 0.1rem 2.85rem 0 0.1rem !important;
    }

    .quiz-modal-frame {
        height: min(74vh, 760px) !important;
        min-height: 560px !important;
        border-radius: 20px !important;
    }

    .hero-price-note {
        margin-top: 0.75rem;
        padding: 0.42rem 0.78rem;
        font-size: 0.86rem;
    }
}

/* TRUE EOF quiz modal responsive lock */
@media (max-width: 900px) {
    .quiz-modal-dialog {
        padding: 0.95rem !important;
    }

    .quiz-modal-head {
        padding-right: 3rem !important;
    }

    .quiz-modal-frame {
        height: min(76vh, 820px) !important;
        min-height: 620px !important;
    }
}

@media (max-width: 640px) {
    .quiz-modal-dialog {
        gap: 0.85rem !important;
        padding: 0.8rem !important;
        border-radius: 24px !important;
    }

    .quiz-modal-head {
        gap: 0.55rem !important;
        padding: 0.1rem 2.85rem 0 0.1rem !important;
    }

    .quiz-modal-frame {
        height: min(74vh, 760px) !important;
        min-height: 560px !important;
        border-radius: 20px !important;
    }
}

/* Final hero benefits title size lock */
.hero-benefits-section .hero-benefits-title {
    font-size: clamp(1.76rem, 2.75vw, 2.68rem) !important;
    line-height: 1.04 !important;
}

@media (max-width: 820px) {
    .hero-benefits-section .hero-benefits-title {
        font-size: clamp(1.48rem, 6.5vw, 1.98rem) !important;
    }
}

/* Final floating offer widget lock */
.floating-offer-widget {
    position: fixed;
    left: clamp(0.85rem, 2vw, 1.7rem);
    bottom: 1.3rem;
    z-index: 108;
    display: grid;
    justify-items: start;
    gap: 0.7rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.floating-offer-trigger {
    display: inline-grid;
    justify-items: center;
    gap: 0.48rem;
    min-width: 5.65rem;
    padding: 0.82rem 0.66rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(14, 14, 13, 0.98);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: auto;
    text-align: center;
}

.floating-offer-trigger-copy {
    display: grid;
    gap: 0.05rem;
    font-size: 0.77rem;
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.floating-offer-trigger-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    width: 100%;
}

.floating-offer-trigger-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    min-height: 1.18rem;
    padding: 0 0.52rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.96);
    color: #1a1a12;
    font-size: 0.68rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 16px rgba(var(--accent-rgb), 0.28);
}

.floating-offer-trigger-arrow {
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.98);
    color: #1b1b14;
    font-size: 1.15rem;
    line-height: 1;
    box-shadow: 0 12px 22px rgba(var(--accent-rgb), 0.34);
}

.floating-offer-panel {
    position: absolute;
    left: 0;
    bottom: calc(100% + 0.85rem);
    width: min(21rem, calc(100vw - 2rem));
    padding: 1.05rem 1rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.45rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
        rgba(12, 13, 11, 0.97);
    box-shadow: 0 26px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    pointer-events: auto;
}

.floating-offer-panel-tag {
    margin: 0 0 0.82rem;
    color: #f7f4ef;
    font-size: 1.28rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.floating-offer-list {
    display: grid;
    gap: 0.46rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floating-offer-list li {
    position: relative;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.93rem;
    line-height: 1.4;
}

.floating-offer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.53rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.92);
    box-shadow: 0 0 0 0.18rem rgba(var(--accent-rgb), 0.12);
}

.floating-offer-cta {
    width: 100%;
    margin-top: 0.95rem;
    justify-content: center;
}

body.page-scrolled .floating-offer-widget {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

body.menu-open .floating-offer-widget {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.floating-offer-widget.is-open .floating-offer-trigger {
    border-color: rgba(var(--accent-rgb), 0.28);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(var(--accent-rgb), 0.08);
}

@media (min-width: 901px) {
    .floating-offer-widget {
        max-width: 21rem;
    }
}

@media (max-width: 900px) {
    .floating-offer-widget {
        left: 0.7rem;
        bottom: calc(5rem + env(safe-area-inset-bottom, 0px) + 0.45rem);
        gap: 0.55rem;
        z-index: 118;
    }

    .floating-offer-trigger {
        min-width: 4.95rem;
        padding: 0.7rem 0.52rem 0.62rem;
        border-radius: 1.12rem;
    }

    .floating-offer-trigger-copy {
        font-size: 0.67rem;
    }

    .floating-offer-trigger-badge {
        min-width: 2.95rem;
        font-size: 0.62rem;
    }

    .floating-offer-trigger-arrow {
        width: 1.88rem;
        height: 1.88rem;
        font-size: 1rem;
    }

    .floating-offer-panel {
        width: min(18rem, calc(100vw - 1.4rem));
        padding: 0.95rem 0.88rem 0.88rem;
        border-radius: 1.25rem;
    }

    .floating-offer-panel-tag {
        font-size: 1.08rem;
    }

    .floating-offer-list li {
        font-size: 0.86rem;
    }
}

/* Final process cards compact lock */
.process-list {
    gap: 0.8rem !important;
}

.process-item {
    min-height: auto !important;
    padding: 1.05rem 0.95rem 0.96rem !important;
    display: grid !important;
    align-content: start !important;
    gap: 0.78rem !important;
}

.process-item-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.78rem;
    width: 100%;
}

.process-item span {
    min-width: 46px !important;
    min-height: 46px !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
}

.process-item-intro {
    display: grid;
    gap: 0.42rem;
    min-width: 0;
    align-content: start;
}

.process-item-copy {
    gap: 0.66rem !important;
    min-height: 0 !important;
}

.process-item h3 {
    font-size: 1.08rem !important;
    line-height: 1.06 !important;
    margin: 0;
}

.process-item-lead {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    margin: 0;
}

.process-item-points {
    gap: 0.45rem !important;
    margin: 0 !important;
    width: 100%;
}

.process-item-points li,
.process-item-result {
    font-size: 0.88rem !important;
    line-height: 1.42 !important;
}

/* Final guarantee table block */
.value-section .value-section-heading {
    max-width: 56rem;
}

.value-section .value-guarantee-shell {
    display: grid;
    gap: 0;
    padding: 1.25rem 1.35rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.9rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.04), rgba(255, 250, 242, 0.015)),
        rgba(18, 19, 16, 0.95);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
}

.value-section .value-guarantee-rows {
    display: grid;
}

.value-section .value-guarantee-row {
    display: grid;
    grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
    gap: 1.35rem;
    align-items: start;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.value-section .value-guarantee-row:first-child {
    border-top: 0;
    padding-top: 0.1rem;
}

.value-section .value-guarantee-row span {
    color: rgba(var(--accent-rgb), 0.96);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.5;
}

.value-section .value-guarantee-row p {
    margin: 0;
    color: var(--text);
    line-height: 1.65;
}

.value-section .value-guarantee-footer {
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr);
    gap: 1.2rem;
    align-items: center;
    margin-top: 0.6rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.value-section .value-guarantee-footer p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

@media (max-width: 840px) {
    .value-section .value-guarantee-shell {
        padding: 1rem;
        border-radius: 1.45rem;
    }

    .value-section .value-guarantee-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.45rem;
        padding: 0.88rem 0;
    }

    .value-section .value-guarantee-footer {
        grid-template-columns: minmax(0, 1fr);
    }

    .value-section .value-guarantee-footer .button {
        width: 100%;
    }
}

.value-payment-section .container {
    display: grid;
    gap: 1.25rem;
}

.value-payment-section .value-payment-section-heading {
    max-width: 58rem;
    margin-inline: auto;
}

.value-payment-section .value-payment-section-heading .section-tag {
    justify-self: center;
    text-align: center;
    color: rgba(var(--accent-rgb), 0.98);
}

.value-payment-section .value-payment-section-heading,
.value-payment-section .value-payment-section-heading > p:last-child {
    margin-bottom: 0;
}

.value-payment-section .value-payment-shell {
    display: grid;
    gap: 1.1rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.value-payment-section .value-payment-card h4 {
    margin: 0;
    color: var(--text);
}

.value-payment-section .value-payment-section-heading h2 {
    margin: 0;
}

.value-payment-section .value-payment-section-heading p,
.value-payment-section .value-payment-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.value-payment-section .value-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.value-payment-section .value-payment-card {
    display: grid;
    gap: 0.55rem;
    padding: 1rem 1.05rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.03), rgba(255, 250, 242, 0.012)),
        rgba(22, 23, 20, 0.9);
}

.value-payment-section .value-payment-card-head {
    display: flex;
    align-items: center;
    gap: 0.78rem;
}

.value-payment-section .value-payment-card-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(var(--accent-rgb), 0.2);
    border-radius: 0.9rem;
    background:
        radial-gradient(circle at 30% 30%, rgba(var(--accent-rgb), 0.2), transparent 72%),
        rgba(216, 238, 116, 0.06);
    color: rgba(var(--accent-rgb), 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.value-payment-section .value-payment-card-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.value-payment-section .value-payment-card h4 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.28;
}

.value-payment-section .value-payment-footer {
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr);
    gap: 1.2rem;
    align-items: center;
    padding-top: 0.2rem;
}

.value-payment-section .value-payment-footer p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

@media (max-width: 980px) {
    .value-payment-section .value-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    .value-payment-section .value-payment-shell {
        padding: 0;
        border-radius: 0;
    }

    .value-payment-section .value-payment-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .value-payment-section .value-payment-footer {
        grid-template-columns: minmax(0, 1fr);
    }

    .value-payment-section .value-payment-footer .button {
        width: 100%;
    }
}

/* Final hero benefits calm block lock */
.hero-benefits-section .hero-benefits-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr) !important;
    gap: 2.1rem !important;
    align-items: start !important;
}

.hero-benefits-section .hero-benefits-copy {
    display: grid !important;
    gap: 1rem !important;
    min-width: 0 !important;
}

.hero-benefits-section .hero-benefits-stack {
    display: grid !important;
    gap: 0 !important;
    overflow: hidden !important;
}

.hero-benefits-section .hero-benefits-point {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 1rem !important;
    align-items: start !important;
}

@media (max-width: 1180px) {
    .hero-benefits-section .hero-benefits-layout {
        grid-template-columns: 1fr !important;
    }

    .hero-benefits-section .hero-benefits-copy {
        max-width: none !important;
    }
}

@media (max-width: 720px) {
    .hero-benefits-section {
        padding: 1.6rem 0 3.1rem !important;
    }

    .hero-benefits-section .hero-benefits-layout {
        gap: 1.2rem !important;
    }

    .hero-benefits-aside {
        gap: 0.85rem !important;
    }

    .hero-benefits-section .hero-benefits-title {
        font-size: clamp(1.7rem, 8vw, 2.35rem) !important;
    }

    .hero-benefits-section .hero-benefits-lead {
        font-size: 0.98rem !important;
        line-height: 1.65 !important;
    }

    .hero-benefits-section .hero-benefits-list li {
        font-size: 0.94rem !important;
        line-height: 1.62 !important;
        padding-left: 1.2rem !important;
    }

    .hero-benefits-section .hero-benefits-point {
        gap: 0.82rem !important;
        padding: 1.1rem 1.08rem !important;
    }

    .hero-benefits-section .hero-benefits-point-copy h3 {
        font-size: 1.02rem !important;
    }

    .hero-benefits-section .hero-benefits-point-copy p {
        font-size: 0.91rem !important;
        line-height: 1.55 !important;
    }

    .hero-benefits-section .hero-benefits-actions .button {
        width: 100% !important;
        min-width: 0 !important;
    }

    .hero-benefits-payment {
        gap: 0.72rem !important;
        padding: 1.12rem 1.08rem 1.16rem !important;
        border-radius: 1.35rem !important;
    }

    .hero-benefits-payment h3 {
        font-size: 1.1rem !important;
    }

    .hero-benefits-payment p,
    .hero-benefits-payment-list li {
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
    }
}

/* Final services showcase block */
.services-showcase-shell {
    display: grid;
    gap: 1.4rem;
}

.services-showcase-heading {
    max-width: 58rem;
    margin: 0 auto;
    text-align: center;
}

.services-showcase-heading > p:last-child {
    max-width: 51rem;
    margin: 0 auto;
}

.services-showcase-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.95rem;
    align-items: stretch;
}

.services-showcase-card {
    grid-column: span 2;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1.55rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.06), rgba(255, 250, 242, 0.03)),
        rgba(18, 19, 16, 0.92);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.services-showcase-card:hover,
.services-showcase-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(var(--accent-rgb), 0.34);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.services-showcase-media {
    position: relative;
    display: block;
    aspect-ratio: 1.58 / 1;
    overflow: hidden;
    background: rgba(12, 13, 10, 0.9);
}

.services-showcase-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 9, 8, 0.06) 0%, rgba(8, 9, 8, 0.12) 48%, rgba(8, 9, 8, 0.44) 100%);
}

.services-showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

.services-showcase-level {
    position: absolute;
    left: 0.88rem;
    bottom: 0.88rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.28rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(10, 11, 9, 0.52);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #f7f4ee;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-showcase-tags {
    position: absolute;
    left: 0.88rem;
    bottom: 0.88rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.services-showcase-tags .services-showcase-level {
    position: static;
    left: auto;
    bottom: auto;
}

.services-showcase-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.8rem;
    padding: 0.28rem 0.68rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.services-showcase-badge--top {
    background: linear-gradient(135deg, #d1e86d, #b8d349 62%, #94b228 100%);
    color: #23300c;
}

.services-showcase-body {
    display: grid;
    gap: 0.82rem;
    align-content: start;
    padding: 1.05rem 1.08rem 1.14rem;
}

.services-showcase-copy {
    display: grid;
    gap: 0.58rem;
}

.services-showcase-body h3,
.services-showcase-body p,
.services-showcase-meta,
.services-showcase-meta dt,
.services-showcase-meta dd {
    margin: 0;
}

.services-showcase-title-link {
    color: var(--text);
    text-decoration: none;
    font-family: "Onest", sans-serif;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.14;
    transition: color 220ms ease;
}

.services-showcase-title-link:hover,
.services-showcase-title-link:focus-visible {
    color: rgba(var(--accent-rgb), 0.98);
}

.services-showcase-body p {
    color: rgba(246, 245, 239, 0.72);
    font-size: 0.94rem;
    line-height: 1.5;
}

.services-showcase-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
    margin-top: auto;
}

.services-showcase-meta div {
    display: grid;
    gap: 0.28rem;
    padding: 0.72rem 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.035), rgba(255, 250, 242, 0.014)),
        rgba(22, 23, 19, 0.9);
}

.services-showcase-meta--design {
    grid-template-columns: 1fr;
}

.services-showcase-meta dt {
    color: rgba(246, 245, 239, 0.54);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.services-showcase-meta dd {
    color: #f8f5ef;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.3;
}

.services-showcase-meta div > span {
    color: rgba(246, 245, 239, 0.64);
    font-size: 0.82rem;
    line-height: 1.35;
}

.services-showcase-button {
    width: 100%;
    margin-top: 0.08rem;
    min-height: 50px;
    font-size: 0.92rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.065), rgba(255, 250, 242, 0.022)),
        rgba(24, 25, 21, 0.96);
    color: #f6f3ed;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 16px 30px rgba(0, 0, 0, 0.18);
    text-shadow: none;
}

.services-showcase-button:hover,
.services-showcase-button:focus-visible {
    border-color: rgba(var(--accent-rgb), 0.26);
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.03)),
        rgba(28, 29, 24, 0.98);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 20px 36px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1180px) {
    .services-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-showcase-card {
        grid-column: span 1;
    }
}

@media (max-width: 720px) {
    .services-showcase-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .services-showcase-heading {
        text-align: left;
        margin: 0;
    }

    .services-showcase-heading > p:last-child {
        margin: 0;
    }

    .services-showcase-card {
        grid-column: 1 / -1;
    }

    .services-showcase-body {
        padding: 1.05rem 1rem 1.1rem;
    }

    .services-showcase-title-link {
        font-size: 1.06rem;
    }
}

.service-package-section {
    padding-top: 0;
}

.service-package-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 1.15rem;
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.9rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.045), rgba(255, 250, 242, 0.018)),
        rgba(18, 19, 16, 0.94);
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.18);
}

.service-package-media {
    min-height: 100%;
    overflow: hidden;
    border-radius: 1.45rem;
    background: rgba(10, 11, 9, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.service-package-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.service-package-stack {
    display: grid;
    gap: 0.82rem;
    align-content: start;
}

.service-package-card {
    display: grid;
    gap: 0.42rem;
    padding: 1rem 1.08rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.035), rgba(255, 250, 242, 0.012)),
        rgba(21, 22, 19, 0.92);
}

.service-package-card h3,
.service-package-card p {
    margin: 0;
}

.service-package-card h3 {
    font-size: 1.02rem;
    line-height: 1.28;
    color: var(--text);
}

.service-package-price {
    color: rgba(var(--accent-rgb), 0.98);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.15;
}

.service-package-card p:last-of-type {
    color: var(--muted);
    line-height: 1.52;
}

.service-package-badge {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 1.72rem;
    margin-top: 0.18rem;
    padding: 0.18rem 0.58rem;
    border: 1px solid rgba(var(--accent-rgb), 0.2);
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.08);
    color: rgba(246, 245, 239, 0.82);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
}

.service-package-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding-top: 0.2rem;
}

@media (max-width: 960px) {
    .service-package-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-package-media {
        min-height: 260px;
    }
}

@media (max-width: 720px) {
    .service-package-shell {
        padding: 1rem;
        border-radius: 1.45rem;
    }

    .service-package-media {
        min-height: 220px;
        border-radius: 1.18rem;
    }

    .service-package-card {
        padding: 0.9rem 0.92rem;
    }

    .service-package-card h3 {
        font-size: 0.98rem;
    }

    .service-package-price {
        font-size: 1rem;
    }

    .service-package-actions .button {
        width: 100%;
    }
}

/* Final hero headline shadow lock */
.hero-display,
.hero-display-line,
.hero-display-line-single,
.hero-typed-text {
    text-shadow:
        0 4px 18px rgba(0, 0, 0, 0.38),
        0 10px 34px rgba(0, 0, 0, 0.24);
}

/* Final mobile hero ticker motion lock */
@media (max-width: 900px) {
    .hero-services-ticker {
        overflow: hidden !important;
    }

    .hero-services-ticker.is-js-marquee .ticker-track {
        animation: none !important;
    }

    .hero-services-ticker .ticker-track {
        display: flex !important;
        width: max-content !important;
        min-width: max-content !important;
        animation: marquee 18s linear infinite !important;
        animation-play-state: running !important;
        will-change: transform !important;
        transform: translateZ(0);
    }
}

/* Final mobile bottom nav lock */
@media (max-width: 900px) {
    body {
        padding-bottom: calc(98px + env(safe-area-inset-bottom)) !important;
    }

    .mobile-bottom-nav {
        left: 6px !important;
        right: 6px !important;
        bottom: calc(8px + env(safe-area-inset-bottom)) !important;
        display: grid !important;
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
        gap: 0.08rem !important;
        padding: 0.54rem 0.14rem calc(0.54rem + (env(safe-area-inset-bottom) * 0.08)) !important;
        border-radius: 22px !important;
        overflow: hidden !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(14px) !important;
        transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease !important;
    }

    body.page-scrolled .mobile-bottom-nav {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    body.menu-open .mobile-bottom-nav {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(14px) !important;
    }

    .mobile-bottom-nav-link {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 58px !important;
        gap: 0.22rem !important;
        padding-inline: 0 !important;
    }

    .mobile-bottom-nav-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 11px !important;
    }

    .mobile-bottom-nav-icon::before {
        width: 16px !important;
        height: 16px !important;
    }

    .mobile-bottom-nav-link > span:last-child {
        font-size: 0.48rem !important;
        line-height: 1.02 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        text-wrap: balance !important;
    }
}

@media (max-width: 640px) {
    .mobile-bottom-nav {
        left: 4px !important;
        right: 4px !important;
        gap: 0.04rem !important;
        padding: 0.5rem 0.08rem calc(0.5rem + (env(safe-area-inset-bottom) * 0.08)) !important;
    }

    .mobile-bottom-nav-link {
        min-height: 56px !important;
        gap: 0.18rem !important;
    }

    .mobile-bottom-nav-icon {
        width: 32px !important;
        height: 32px !important;
    }

    .mobile-bottom-nav-icon::before {
        width: 15px !important;
        height: 15px !important;
    }

    .mobile-bottom-nav-link > span:last-child {
        font-size: 0.44rem !important;
    }
}

/* Final reviews layout lock */
.reviews-section .reviews-heading-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.85rem !important;
    align-items: center !important;
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
}

.reviews-section .reviews-rating-pill,
.reviews-section .reviews-count-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.7rem !important;
    min-height: 3.25rem !important;
    padding: 0.78rem 1.15rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(219, 206, 171, 0.14) !important;
    background: rgba(26, 24, 20, 0.96) !important;
    color: #f6f1e7 !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22) !important;
}

.reviews-section .reviews-rating-value {
    color: #f6f1e7 !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.reviews-section .reviews-rating-stars {
    display: inline-flex !important;
    gap: 0.2rem !important;
    color: #e0b641 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.reviews-section .reviews-count-pill {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
}

.reviews-section .reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.3rem !important;
    align-items: stretch !important;
}

.reviews-section .review-card,
.reviews-section .review-card--wide {
    grid-column: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-width: 0 !important;
    min-height: 21rem !important;
    padding: 1.45rem !important;
    border-radius: 2rem !important;
    border: 1px solid rgba(119, 93, 54, 0.18) !important;
    background: linear-gradient(180deg, #fffaf1 0%, #f2e7db 100%) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18) !important;
    color: #211b14 !important;
}

.reviews-section .review-card-head {
    display: flex !important;
    align-items: center !important;
    gap: 0.9rem !important;
    margin-bottom: 1rem !important;
}

.reviews-section .review-card-avatar {
    flex: 0 0 auto !important;
    width: 3.6rem !important;
    height: 3.6rem !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    border: 1px solid rgba(84, 68, 44, 0.16) !important;
    background: #e7dbc9 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.reviews-section .review-card-avatar img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.reviews-section .review-card-person {
    display: grid !important;
    gap: 0.12rem !important;
    min-width: 0 !important;
}

.reviews-section .review-card-person strong {
    color: #211b14 !important;
    font-size: 1.04rem !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
}

.reviews-section .review-card-person span {
    color: rgba(61, 48, 32, 0.72) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.reviews-section .review-card-mark {
    margin-left: auto !important;
    color: rgba(109, 83, 46, 0.44) !important;
    font-size: 1.1rem !important;
    line-height: 1 !important;
}

.reviews-section .review-card-text {
    margin: 0 !important;
    color: #2c241a !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    text-wrap: pretty !important;
}

.reviews-section .review-card-footer {
    display: grid !important;
    gap: 0.55rem !important;
    margin-top: 1.25rem !important;
}

.reviews-section .review-card-stars {
    display: inline-flex !important;
    gap: 0.14rem !important;
    color: #dfb33e !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.reviews-section .review-card-stars .is-muted {
    color: rgba(183, 145, 42, 0.32) !important;
}

.reviews-section .review-card-note {
    color: rgba(54, 43, 29, 0.74) !important;
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
}

@media (max-width: 1180px) {
    .reviews-section .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 720px) {
    .reviews-section .reviews-grid {
        grid-template-columns: 1fr !important;
    }

    .reviews-section .review-card,
    .reviews-section .review-card--wide {
        min-height: 0 !important;
        padding: 1.2rem !important;
        border-radius: 1.6rem !important;
    }

    .reviews-section .reviews-rating-pill,
    .reviews-section .reviews-count-pill {
        min-height: 2.9rem !important;
        padding: 0.72rem 1rem !important;
    }
}

/* Final reviews layout lock */
.reviews-section .reviews-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.reviews-section .review-card,
.reviews-section .review-card--wide {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 320px;
    padding: 1.2rem 1.24rem 1.12rem;
    border: 1px solid rgba(34, 30, 24, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 233, 0.98)),
        #f4efe8;
    color: #221d18;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 18px 34px rgba(0, 0, 0, 0.12);
}

.reviews-section .review-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
}

.reviews-section .review-card-avatar {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    overflow: hidden;
}

.reviews-section .review-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-section .review-card-person {
    display: grid;
    gap: 0.16rem;
}

.reviews-section .review-card-person strong {
    color: #201b16;
    font-size: 1rem;
    line-height: 1.12;
}

.reviews-section .review-card-person span {
    color: rgba(66, 58, 49, 0.72);
    font-size: 0.78rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.reviews-section .review-card-mark {
    color: rgba(40, 34, 28, 0.84);
    font-size: 1.12rem;
    line-height: 1;
}

.reviews-section .review-card-text {
    margin-top: 0.9rem;
    color: rgba(41, 35, 28, 0.9);
    font-size: 0.98rem;
    line-height: 1.68;
}

.reviews-section .review-card-footer {
    display: grid;
    gap: 0.64rem;
    margin-top: auto;
    padding-top: 0.85rem;
}

.reviews-section .review-card-stars {
    display: flex;
    gap: 0.18rem;
    color: #d5ae38;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
}

.reviews-section .review-card-stars .is-muted {
    color: rgba(213, 174, 56, 0.24);
}

.reviews-section .review-card-note {
    color: rgba(79, 69, 58, 0.84);
    font-size: 0.88rem;
    line-height: 1.46;
}

/* Reviews heading center lock */
.reviews-section .section-heading {
    max-width: 860px !important;
    margin-inline: auto !important;
    text-align: center !important;
}

.reviews-section .section-heading .section-tag {
    justify-self: center;
}

.reviews-section .reviews-heading-meta {
    justify-content: center !important;
}

@media (max-width: 1180px) {
    .reviews-section .review-card,
    .reviews-section .review-card--wide {
        grid-column: span 6;
    }
}

@media (max-width: 760px) {
    .reviews-section .reviews-grid {
        grid-template-columns: 1fr;
    }

    .reviews-section .review-card,
    .reviews-section .review-card--wide {
        grid-column: span 1;
        min-height: 0;
        padding: 1.02rem;
        border-radius: 20px;
    }

    .reviews-section .review-card-avatar {
        width: 2.7rem;
        height: 2.7rem;
    }
}

/* Reviews concept refresh */
.reviews-section {
    background:
        radial-gradient(circle at 16% 14%, rgba(196, 214, 255, 0.12), transparent 18%),
        radial-gradient(circle at 84% 82%, rgba(232, 183, 197, 0.12), transparent 22%),
        linear-gradient(180deg, rgba(255, 248, 239, 0.024), rgba(255, 248, 239, 0.01));
}

.reviews-section .section-heading {
    max-width: 760px;
}

.reviews-heading-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.15rem;
}

.reviews-rating-pill,
.reviews-count-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2.65rem;
    padding: 0.56rem 0.92rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.reviews-rating-pill {
    gap: 0.7rem;
}

.reviews-rating-value {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.reviews-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--accent-strong);
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 1;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.35rem;
}

.review-card {
    grid-column: span 4;
    display: grid;
    gap: 1rem;
    min-height: 100%;
    padding: 1.18rem 1.22rem 1.08rem;
    border: 1px solid rgba(34, 30, 24, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 233, 0.98)),
        #f4efe8;
    color: #221d18;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 18px 34px rgba(0, 0, 0, 0.12);
}

.review-card--wide {
    grid-column: span 6;
}

.review-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
}

.review-card-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.review-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-card-person {
    display: grid;
    gap: 0.14rem;
}

.review-card-person strong {
    color: #201b16;
    font-size: 1rem;
    line-height: 1.12;
}

.review-card-person span {
    color: rgba(66, 58, 49, 0.72);
    font-size: 0.78rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.review-card-mark {
    color: rgba(40, 34, 28, 0.84);
    font-size: 1.12rem;
    line-height: 1;
}

.review-card-text {
    color: rgba(41, 35, 28, 0.9);
    font-size: 0.98rem;
    line-height: 1.72;
}

.review-card-footer {
    display: grid;
    gap: 0.64rem;
    margin-top: auto;
}

.review-card-stars {
    display: flex;
    gap: 0.18rem;
    color: #d5ae38;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
}

.review-card-stars .is-muted {
    color: rgba(213, 174, 56, 0.22);
}

.review-card-note {
    color: rgba(79, 69, 58, 0.84);
    font-size: 0.88rem;
    line-height: 1.46;
}

html[data-theme="light"] .review-card {
    border-color: rgba(96, 79, 55, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 234, 0.98)),
        #f7f2ea;
}

@media (max-width: 1100px) {
    .review-card,
    .review-card--wide {
        grid-column: span 6;
    }
}

@media (max-width: 760px) {
    .reviews-heading-meta {
        gap: 0.5rem;
    }

    .reviews-rating-pill,
    .reviews-count-pill,
    .reviews-rating-stars {
        min-height: 2.4rem;
        padding: 0.48rem 0.8rem;
        font-size: 0.86rem;
    }

    .reviews-rating-pill {
        gap: 0.5rem;
    }

    .reviews-rating-stars {
        min-height: 0;
        padding: 0;
        font-size: 0.9rem;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card,
    .review-card--wide {
        grid-column: span 1;
        padding: 1.02rem;
        border-radius: 20px;
    }

    .review-card-head {
        gap: 0.72rem;
    }

    .review-card-avatar {
        width: 2.7rem;
        height: 2.7rem;
        font-size: 0.76rem;
    }

    .review-card-person strong {
        font-size: 0.92rem;
    }

    .review-card-person span {
        font-size: 0.72rem;
    }

    .review-card-text {
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .review-card-note {
        font-size: 0.84rem;
    }
}

.contact-section .contact-shell {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    align-items: start;
}

.contact-section .contact-card-primary {
    justify-self: stretch;
    width: 100%;
    max-width: none;
}

.contact-site-map {
    grid-column: 1 / -1;
    display: grid;
    gap: 1rem;
    padding: clamp(1.3rem, 2.2vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 92% 12%, rgba(var(--accent-rgb), 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        var(--panel);
}

.contact-site-map-head {
    display: grid;
    gap: 0.45rem;
}

.contact-site-map-note {
    margin: 0;
    color: rgba(255, 250, 242, 0.68);
    font-size: 0.96rem;
    line-height: 1.55;
}

.contact-sections-trigger-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    position: relative;
    z-index: 2;
}

.contact-sections-dropdown {
    position: relative;
    display: grid;
    gap: 0.85rem;
    --contact-dropdown-left: 0px;
    --contact-dropdown-width: 320px;
    overflow: visible;
}

.contact-sections-trigger {
    min-height: 3.2rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: calc(var(--radius-lg) - 6px);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 250, 242, 0.74);
    font: inherit;
    font-size: 0.96rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: border-color var(--transition-base), background var(--transition-base), color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
}

.contact-sections-trigger:hover,
.contact-sections-trigger:focus-visible,
.contact-sections-trigger.is-active {
    border-color: rgba(var(--accent-rgb), 0.34);
    background: rgba(var(--accent-rgb), 0.12);
    color: var(--text);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(4, 4, 3, 0.16);
    outline: none;
}

.contact-sections-panels {
    position: absolute;
    left: var(--contact-dropdown-left);
    bottom: calc(100% + 0.65rem);
    width: min(var(--contact-dropdown-width), calc(100% - var(--contact-dropdown-left)));
    display: grid;
    gap: 0.35rem;
    max-height: min(22rem, 62vh);
    overflow: auto;
    padding: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    background: #1c1c1a;
    box-shadow: 0 18px 36px rgba(3, 3, 3, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.03);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(8px);
    z-index: 4;
    isolation: isolate;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.contact-site-map.is-sections-open .contact-sections-panels {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

.contact-sections-panel {
    display: none;
}

.contact-sections-panel.is-active {
    display: grid;
    animation: contactSectionFlyIn 220ms ease;
}

.contact-sections-panel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.28rem;
}

.contact-sections-link {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 0.48rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background: #252523;
    color: var(--text);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.22;
    transition: border-color var(--transition-base), background var(--transition-base), color var(--transition-base), transform var(--transition-base);
}

.contact-sections-link:hover {
    border-color: rgba(var(--accent-rgb), 0.36);
    background: rgba(var(--accent-rgb), 0.1);
    color: rgba(var(--accent-rgb), 0.98);
    transform: translateY(-1px);
}

@keyframes contactSectionFlyIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html[data-theme="light"] .contact-site-map {
    border-color: rgba(96, 79, 55, 0.12);
    background:
        radial-gradient(circle at 92% 12%, rgba(var(--accent-rgb), 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 249, 241, 0.58));
}

html[data-theme="light"] .contact-site-map-note {
    color: rgba(63, 52, 36, 0.7);
}

html[data-theme="light"] .contact-sections-panels {
    border-color: rgba(96, 79, 55, 0.12);
    background: #fff8f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

html[data-theme="light"] .contact-sections-trigger,
html[data-theme="light"] .contact-sections-link {
    border-color: rgba(96, 79, 55, 0.12);
    background: #fffdf9;
    color: rgba(36, 31, 23, 0.8);
}

@media (max-width: 1200px) {
    .contact-sections-trigger-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .contact-section .contact-shell {
        grid-template-columns: 1fr;
    }

    .contact-sections-trigger-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .contact-site-map {
        padding: 1rem;
        overflow: visible;
    }

    .contact-site-map-head {
        justify-items: center;
        text-align: center;
    }

    .contact-sections-panels {
        left: 50%;
        bottom: calc(100% + 0.4rem);
        width: min(304px, calc(100% - 1rem));
        padding: 0.55rem;
        max-height: min(15rem, 42vh);
        transform: translate(-50%, 8px);
    }

    .contact-sections-trigger-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .contact-sections-trigger {
        min-height: 2.7rem;
        padding: 0.66rem 0.78rem;
        font-size: 0.88rem;
        text-align: center;
    }

    .contact-sections-link {
        min-height: 0;
        justify-content: center;
        padding: 0.56rem 0.7rem;
        font-size: 0.8rem;
        text-align: center;
    }

    .contact-site-map.is-sections-open .contact-sections-panels {
        transform: translate(-50%, 0);
    }
}

.contact-section .contact-shell {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
}

.contact-shell .contact-card-primary {
    justify-self: stretch;
    width: 100%;
    max-width: none;
}

.contact-shell .contact-detail-panel--sections {
    gap: 1rem;
}

.contact-shell .contact-section-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
    align-items: stretch;
}

.contact-shell .contact-section-group {
    align-content: start;
    min-height: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: calc(var(--radius-lg) - 4px);
    background: rgba(255, 255, 255, 0.02);
}

.contact-shell .contact-link-list {
    align-items: flex-start;
}

.contact-shell .contact-link-list a {
    justify-content: flex-start;
    max-width: 100%;
    text-align: left;
}

html[data-theme="light"] .contact-shell .contact-section-group {
    border-color: rgba(96, 79, 55, 0.12);
    background: rgba(255, 252, 247, 0.56);
}

@media (min-width: 1380px) {
    .contact-shell .contact-section-groups {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .contact-section .contact-shell {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }
}

@media (max-width: 900px) {
    .contact-section .contact-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .contact-shell .contact-section-groups {
        grid-template-columns: 1fr;
    }
}
/* TRUE EOF mobile hero and ticker lock */
@media (max-width: 900px) {
    .hero-panel-content {
        align-items: center !important;
        text-align: center !important;
    }

    .hero-kicker,
    .hero-pretitle,
    .hero-title-lockup,
    .hero-display,
    .hero-lead,
    .hero-price-note,
    .hero-outline {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .hero-display {
        align-items: center !important;
        justify-content: center !important;
    }

    .hero-display-line,
    .hero-display-line-single,
    .hero-typed-text,
    .hero-lead p,
    .hero-outline-title,
    .hero-outline-caption {
        text-align: center !important;
    }

    .hero-outline-copy,
    .hero-outline-side,
    .hero-outline-list {
        justify-items: center !important;
        text-align: center !important;
    }

    .hero-services-ticker .ticker-track {
        animation: marquee 24s linear infinite !important;
        will-change: transform;
    }
}

/* TRUE EOF mobile hero and ticker lock */
@media (max-width: 900px) {
    .hero-panel-content {
        align-items: center !important;
        text-align: center !important;
    }

    .hero-kicker,
    .hero-pretitle,
    .hero-title-lockup,
    .hero-display,
    .hero-lead,
    .hero-price-note,
    .hero-outline {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .hero-display {
        align-items: center !important;
        justify-content: center !important;
    }

    .hero-display-line,
    .hero-display-line-single,
    .hero-typed-text,
    .hero-lead p,
    .hero-outline-title,
    .hero-outline-caption {
        text-align: center !important;
    }

    .hero-outline-copy,
    .hero-outline-side,
    .hero-outline-list {
        justify-items: center !important;
        text-align: center !important;
    }

    .hero-services-ticker .ticker-track {
        animation: marquee 24s linear infinite !important;
        will-change: transform;
    }
}

/* Final mobile hero and ticker lock */
@media (max-width: 900px) {
    .hero-panel-content {
        align-items: center !important;
        text-align: center !important;
    }

    .hero-kicker,
    .hero-pretitle,
    .hero-title-lockup,
    .hero-display,
    .hero-lead,
    .hero-price-note,
    .hero-outline {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .hero-display {
        align-items: center !important;
        justify-content: center !important;
    }

    .hero-display-line,
    .hero-display-line-single,
    .hero-typed-text,
    .hero-lead p,
    .hero-outline-title,
    .hero-outline-caption {
        text-align: center !important;
    }

    .hero-outline-copy,
    .hero-outline-side {
        justify-items: center !important;
    }

    .hero-outline-list {
        justify-items: center !important;
        text-align: center !important;
    }

    .hero-services-ticker .ticker-track {
        animation: marquee 24s linear infinite !important;
        will-change: transform;
    }
}

@media (min-width: 901px) {
    .site-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 72 !important;
        background: transparent !important;
        transition: none !important;
    }

    .site-header.is-hidden {
        transform: none !important;
        pointer-events: auto !important;
    }

    .site-header:not(.is-solid) .header-shell {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)) !important;
        border-color: rgba(255, 255, 255, 0.26) !important;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1) !important;
        backdrop-filter: blur(22px) saturate(145%) !important;
        -webkit-backdrop-filter: blur(22px) saturate(145%) !important;
    }

    .site-header:not(.is-solid) .site-nav,
    .site-header:not(.is-solid) .site-nav a,
    .site-header:not(.is-solid) .brand-copy,
    .site-header:not(.is-solid) .brand-meta,
    .site-header:not(.is-solid) .header-phone,
    .site-header:not(.is-solid) .header-phone-main,
    .site-header:not(.is-solid) .header-phone-meta,
    .site-header:not(.is-solid) .header-icon-link,
    .site-header:not(.is-solid) .menu-toggle {
        color: rgba(255, 255, 255, 0.96) !important;
        text-shadow: 0 1px 12px rgba(0, 0, 0, 0.18) !important;
    }

    .site-header:not(.is-solid) .header-phone-meta {
        color: rgba(255, 255, 255, 0.72) !important;
    }

    .site-header:not(.is-solid) .header-icon-link,
    .site-header:not(.is-solid) .menu-toggle {
        border-color: rgba(255, 255, 255, 0.24) !important;
        background: rgba(255, 255, 255, 0.08) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 20px rgba(0, 0, 0, 0.08) !important;
    }

    .site-header:not(.is-solid) .brand img {
        filter: brightness(0) invert(1) !important;
    }

    .desktop-floating-nav,
    .desktop-floating-contact {
        position: fixed;
        bottom: 1.3rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
        z-index: 96;
    }

.desktop-floating-nav {
    left: 50%;
    transform: translate3d(-50%, 18px, 0);
    display: flex;
    align-items: stretch;
    max-width: min(96vw, 840px);
    gap: 0.34rem;
    padding: 0.5rem 0.56rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    background: rgba(14, 14, 13, 0.78);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(18px) saturate(140%);
        -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.desktop-floating-nav .desktop-floating-nav-link {
    flex: 1 1 0;
    min-width: 0;
    gap: 0.32rem;
    padding: 0.42rem 0.24rem;
    border-radius: 17px;
    color: rgba(255, 255, 255, 0.88);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.desktop-floating-nav .desktop-floating-nav-link:first-child {
    flex: 1.18 1.18 0;
}

    .desktop-floating-nav .desktop-floating-nav-link:hover,
    .desktop-floating-nav .desktop-floating-nav-link:focus-visible {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-1px);
    }

.desktop-floating-nav .mobile-bottom-nav-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(255, 250, 242, 0.05);
}

.desktop-floating-nav .mobile-bottom-nav-icon::before {
    width: 17px;
    height: 17px;
}

.desktop-floating-nav .desktop-floating-nav-link > span:last-child {
    font-size: 0.62rem;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    text-wrap: nowrap;
}

    .desktop-floating-nav .desktop-floating-nav-link:hover .mobile-bottom-nav-icon,
    .desktop-floating-nav .desktop-floating-nav-link:focus-visible .mobile-bottom-nav-icon {
        border-color: rgba(var(--accent-rgb), 0.34);
        background: rgba(var(--accent-rgb), 0.12);
        transform: translateY(-1px);
    }

    .desktop-floating-contact {
        right: clamp(1rem, 2vw, 2rem);
        transform: translate3d(0, 18px, 0);
        display: flex;
        align-items: center;
        gap: 0.55rem;
        padding: 0.5rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(14, 14, 13, 0.78);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(18px) saturate(140%);
        -webkit-backdrop-filter: blur(18px) saturate(140%);
    }

    .desktop-floating-call {
        min-height: 2.85rem;
        padding-inline: 1.15rem !important;
        border-radius: 999px !important;
        white-space: nowrap;
    }

    .desktop-floating-phone {
        display: inline-flex !important;
        align-items: center;
        min-height: 2.85rem;
        padding: 0 0.9rem !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.06) !important;
        color: rgba(255, 255, 255, 0.95) !important;
        text-shadow: none !important;
        white-space: nowrap;
    }

    .desktop-floating-phone .header-phone-main {
        font-size: 1.02rem;
        line-height: 1;
    }

    .desktop-floating-phone .header-phone-meta {
        display: none;
    }

    body.page-scrolled .desktop-floating-nav,
    body.page-scrolled .desktop-floating-contact {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.page-scrolled .desktop-floating-nav {
        transform: translate3d(-50%, 0, 0);
    }

    body.page-scrolled .desktop-floating-contact {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 900px) {
    .desktop-floating-nav,
    .desktop-floating-contact {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .quiz-modal-dialog {
        padding: 0.95rem;
    }

    .quiz-modal-head {
        padding-right: 3rem;
    }

    .quiz-modal-frame {
        height: min(76vh, 820px);
        min-height: 620px;
    }
}

@media (max-width: 640px) {
    .quiz-modal-dialog {
        gap: 0.85rem;
        padding: 0.8rem;
        border-radius: 24px;
    }

    .quiz-modal-head {
        gap: 0.55rem;
        padding: 0.1rem 2.85rem 0 0.1rem;
    }

    .quiz-modal-frame {
        height: min(74vh, 760px);
        min-height: 560px;
        border-radius: 20px;
    }
}

.client-actions,
.value-actions,
.reviews-proof-actions,
.contact-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    align-items: center;
}

.client-actions {
    margin-top: 1.4rem;
}

.lead-form-shell {
    display: grid;
    gap: clamp(1.35rem, 2.4vw, 1.9rem);
}

.lead-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.lead-result-card,
.review-card {
    display: grid;
    gap: 0.65rem;
    padding: var(--card-padding);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius-lg) - 2px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--panel);
    box-shadow: var(--shadow-soft);
}

.lead-result-card span,
.review-card-platform {
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lead-result-card h3 {
    font-size: 1.05rem;
    line-height: 1.2;
}

.lead-result-card p,
.review-card-text,
.review-card-meta span {
    color: var(--muted);
}

.service-card-price {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.45;
}

.service-card-includes,
.service-card-points {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.2rem;
    padding-left: 0;
    list-style: none;
}

.service-card-includes li,
.service-card-points li {
    position: relative;
    padding-left: 1.05rem;
    color: var(--muted);
}

.service-card-includes li::before,
.service-card-points li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--accent);
}

.value-actions {
    margin-top: 1.35rem;
}

.review-card-text {
    font-size: 1rem;
    line-height: 1.7;
}

.review-card-meta {
    display: grid;
    gap: 0.2rem;
}

.review-card-meta strong {
    color: var(--text);
    font-size: 0.96rem;
}

.reviews-proof {
    display: grid;
    gap: 1rem;
    margin-top: 1.35rem;
    padding: var(--card-padding-lg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--panel);
}

.reviews-proof-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.reviews-proof-platforms span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 600;
}

.contact-final-actions {
    justify-content: start;
}

.contact-final-actions .button {
    min-width: 0;
}

.team-member-placeholder {
    display: none;
}

@media (max-width: 920px) {
    .lead-result-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .client-actions,
    .value-actions,
    .reviews-proof-actions,
    .contact-final-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Absolute final light header restore. This must stay the last header override in the file. */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.34) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 248, 240, 0.26)),
        linear-gradient(180deg, rgba(243, 234, 220, 0.18), rgba(232, 219, 198, 0.12)) !important;
    backdrop-filter: blur(24px) saturate(152%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(152%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.52),
        0 16px 38px rgba(87, 68, 42, 0.1) !important;
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.14) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 245, 236, 0.92)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.9), rgba(227, 214, 194, 0.86)) !important;
    backdrop-filter: blur(20px) saturate(142%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(142%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 16px 36px rgba(108, 87, 51, 0.12) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.26) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 10px 22px rgba(108, 87, 51, 0.06) !important;
}

/* Final light header glass restore: transparent blur on top, denser shell after scroll. */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.34) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 248, 240, 0.26)),
        linear-gradient(180deg, rgba(243, 234, 220, 0.18), rgba(232, 219, 198, 0.12)) !important;
    backdrop-filter: blur(24px) saturate(152%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(152%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.52),
        0 16px 38px rgba(87, 68, 42, 0.1) !important;
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.14) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 245, 236, 0.92)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.9), rgba(227, 214, 194, 0.86)) !important;
    backdrop-filter: blur(20px) saturate(142%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(142%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 16px 36px rgba(108, 87, 51, 0.12) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.26) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 10px 22px rgba(108, 87, 51, 0.06) !important;
}

/* Final final light-header lock: keep the light theme warm and premium. */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell,
html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 249, 241, 0.94)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.94), rgba(227, 214, 194, 0.9));
    backdrop-filter: blur(18px) saturate(132%);
    -webkit-backdrop-filter: blur(18px) saturate(132%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 16px 36px rgba(108, 87, 51, 0.12);
}

html[data-theme="light"] .brand img {
    filter: brightness(0) saturate(100%);
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone-main,
html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-phone-main,
html[data-theme="light"] body.menu-open .header-phone-meta,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    color: rgba(48, 40, 29, 0.94);
    text-shadow: none;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:hover,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:focus-visible,
html[data-theme="light"] .site-header.is-solid .site-nav a:hover,
html[data-theme="light"] .site-header.is-solid .site-nav a:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-phone:hover,
html[data-theme="light"] .site-header.is-solid .header-phone:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-icon-link:hover,
html[data-theme="light"] .site-header.is-solid .header-icon-link:focus-visible,
html[data-theme="light"] body.menu-open .site-nav a:hover,
html[data-theme="light"] body.menu-open .site-nav a:focus-visible,
html[data-theme="light"] body.menu-open .header-phone:hover,
html[data-theme="light"] body.menu-open .header-phone:focus-visible,
html[data-theme="light"] body.menu-open .header-icon-link:hover,
html[data-theme="light"] body.menu-open .header-icon-link:focus-visible {
    color: rgba(25, 20, 15, 0.98);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] body.menu-open .header-phone {
    border: 0;
    background: none;
    box-shadow: none;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    border-color: rgba(88, 74, 53, 0.12);
    background: rgba(255, 252, 247, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 10px 22px rgba(108, 87, 51, 0.08);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-action-icon,
html[data-theme="light"] .site-header.is-solid .header-action-icon,
html[data-theme="light"] body.menu-open .header-action-icon,
html[data-theme="light"] .site-header:not(.is-solid) .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] .site-header.is-solid .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] body.menu-open .header-theme-toggle .theme-toggle-icon {
    color: rgba(88, 74, 53, 0.72);
}

/* Final light-theme header refresh: warm stone shell with dark content. */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell,
html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 249, 241, 0.92)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.94), rgba(227, 214, 194, 0.9));
    backdrop-filter: blur(18px) saturate(132%);
    -webkit-backdrop-filter: blur(18px) saturate(132%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 16px 36px rgba(108, 87, 51, 0.12);
}

html[data-theme="light"] .brand img {
    filter: brightness(0.12) saturate(0);
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone-main,
html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-phone-main,
html[data-theme="light"] body.menu-open .header-phone-meta,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    color: rgba(48, 40, 29, 0.94);
    text-shadow: none;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:hover,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:focus-visible,
html[data-theme="light"] .site-header.is-solid .site-nav a:hover,
html[data-theme="light"] .site-header.is-solid .site-nav a:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-phone:hover,
html[data-theme="light"] .site-header.is-solid .header-phone:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-icon-link:hover,
html[data-theme="light"] .site-header.is-solid .header-icon-link:focus-visible,
html[data-theme="light"] body.menu-open .site-nav a:hover,
html[data-theme="light"] body.menu-open .site-nav a:focus-visible,
html[data-theme="light"] body.menu-open .header-phone:hover,
html[data-theme="light"] body.menu-open .header-phone:focus-visible,
html[data-theme="light"] body.menu-open .header-icon-link:hover,
html[data-theme="light"] body.menu-open .header-icon-link:focus-visible {
    color: rgba(25, 20, 15, 0.98);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] body.menu-open .header-phone {
    border: 0;
    background: none;
    box-shadow: none;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    border-color: rgba(88, 74, 53, 0.12);
    background: rgba(255, 252, 247, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 10px 22px rgba(108, 87, 51, 0.08);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-action-icon,
html[data-theme="light"] .site-header.is-solid .header-action-icon,
html[data-theme="light"] body.menu-open .header-action-icon,
html[data-theme="light"] .site-header:not(.is-solid) .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] .site-header.is-solid .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] body.menu-open .header-theme-toggle .theme-toggle-icon {
    color: rgba(88, 74, 53, 0.72);
}

html:not([data-theme="light"]) .site-frame::after {
    opacity: 0;
    background: none;
}

html[data-theme="light"] .design-focus-shell-static {
    border-color: rgba(96, 79, 55, 0.12);
    background:
        radial-gradient(circle at 84% 14%, rgba(var(--accent-rgb), 0.12), transparent 20%),
        linear-gradient(180deg, rgba(249, 244, 237, 0.98), rgba(238, 230, 219, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 22px 54px rgba(103, 82, 49, 0.08);
}

html[data-theme="light"] .design-focus-shell-static .design-focus-copy h2,
html[data-theme="light"] .design-focus-shell-static .design-focus-note strong {
    color: rgba(34, 29, 24, 0.96);
}

html[data-theme="light"] .design-focus-shell-static .design-focus-copy p:last-child,
html[data-theme="light"] .design-focus-shell-static .design-focus-note p {
    color: rgba(92, 82, 71, 0.9);
}

html[data-theme="light"] .design-focus-shell-static .design-focus-card {
    border-color: rgba(96, 79, 55, 0.1);
    background:
        linear-gradient(180deg, rgba(253, 249, 244, 0.94), rgba(242, 233, 222, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        0 12px 28px rgba(103, 82, 49, 0.05);
}

html[data-theme="light"] .design-focus-shell-static .design-focus-card h3 {
    color: rgba(38, 32, 27, 0.96);
}

html[data-theme="light"] .design-focus-shell-static .design-focus-card p {
    color: rgba(96, 86, 74, 0.86);
}

html[data-theme="light"] .design-focus-shell-static .design-focus-note {
    border-color: rgba(96, 79, 55, 0.12);
    background:
        linear-gradient(180deg, rgba(250, 245, 239, 0.92), rgba(239, 231, 221, 0.9));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        0 12px 28px rgba(103, 82, 49, 0.05);
}

/* Final light-theme header lock: keep the shell dark and all inner content high-contrast. */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(36, 32, 28, 0.72), rgba(20, 18, 16, 0.8));
    backdrop-filter: blur(18px) saturate(138%);
    -webkit-backdrop-filter: blur(18px) saturate(138%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(31, 28, 24, 0.86), rgba(17, 15, 13, 0.92));
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .brand-copy,
html[data-theme="light"] .site-header:not(.is-solid) .brand-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .brand-copy,
html[data-theme="light"] .site-header.is-solid .brand-meta,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone-main,
html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .brand-copy,
html[data-theme="light"] body.menu-open .brand-meta,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-phone-main,
html[data-theme="light"] body.menu-open .header-phone-meta,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] body.menu-open .header-phone {
    border: 0;
    background: none;
    box-shadow: none;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 22px rgba(0, 0, 0, 0.14);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-link-primary,
html[data-theme="light"] .site-header.is-solid .header-link-primary,
html[data-theme="light"] body.menu-open .header-link-primary {
    border-color: rgba(var(--accent-rgb), 0.26);
    background: linear-gradient(135deg, #b8d050, #8ea533 100%);
    color: #ffffff;
}

.hero-benefits-heading,
.about-section .section-heading,
.client-section .section-heading,
.value-section .section-heading,
.process-section .section-heading,
.projects-section .section-heading,
.faq-section .section-heading {
    justify-items: center;
    text-align: center;
    margin-inline: auto;
}

.services-copy {
    grid-column: 1 / -1;
    justify-items: center;
    text-align: center;
    max-width: 58rem;
    margin: 0 auto;
    padding: 0 0 0.4rem;
}

.services-copy > p:last-of-type {
    margin-inline: auto;
}

.services-copy-points {
    justify-content: center;
}

.services-grid {
    grid-column: 1 / -1;
}

html[data-theme="light"] .header-link-primary .header-action-icon {
    background: transparent;
    color: #ffffff;
}

html[data-theme="light"] .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    display: block;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(24, 18, 13, 0.8) 0%, rgba(24, 18, 13, 0.58) 32%, rgba(24, 18, 13, 0.24) 58%, rgba(24, 18, 13, 0) 78%),
        linear-gradient(180deg, rgba(247, 239, 229, 0.18) 0%, rgba(247, 239, 229, 0.1) 34%, rgba(239, 229, 215, 0.24) 100%),
        radial-gradient(circle at 14% 18%, rgba(255, 248, 238, 0.12), transparent 24%),
        radial-gradient(circle at 74% 26%, rgba(226, 200, 146, 0.18), transparent 20%),
        linear-gradient(90deg, rgba(255, 248, 238, 0.04), rgba(255, 248, 238, 0.015) 38%, rgba(210, 181, 130, 0.1) 100%);
}

html[data-theme="light"] .hero-stage {
    background: none;
}

html[data-theme="light"] .hero-stage::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.16) 52%, rgba(248, 240, 230, 0.26) 100%),
        linear-gradient(90deg, rgba(249, 242, 231, 0.5) 0%, rgba(249, 242, 231, 0.28) 30%, rgba(249, 242, 231, 0.1) 58%, rgba(115, 92, 58, 0.12) 100%),
        linear-gradient(90deg, rgba(88, 74, 53, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(88, 74, 53, 0.05) 1px, transparent 1px);
    background-size: auto, auto, calc(100vw / 9) 100%, 100% calc(100% / 5);
}

html[data-theme="light"] .hero-panel {
    border-color: rgba(93, 79, 56, 0.1);
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.96);
}

html[data-theme="light"] .hero-kicker,
html[data-theme="light"] .hero-pretitle {
    color: rgba(255, 255, 255, 0.72);
}

html[data-theme="light"] .hero-pretitle {
    color: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .hero-kicker-line {
    background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.82), rgba(88, 74, 53, 0.18));
}

html[data-theme="light"] .hero-badge {
    border-color: rgba(186, 147, 89, 0.22);
    background: linear-gradient(180deg, rgba(255, 246, 231, 0.96), rgba(234, 220, 198, 0.96));
    color: #8b6330;
}

html[data-theme="light"] .hero-badge span {
    color: rgba(139, 99, 48, 0.84);
}

html[data-theme="light"] .hero-outline,
html[data-theme="light"] .hero-strip,
html[data-theme="light"] .hero-play-text,
html[data-theme="light"] .hero-media-note,
html[data-theme="light"] .hero-secondary-cta,
html[data-theme="light"] .hero-mobile-link {
    border-color: var(--hero-surface-border);
    background: var(--hero-surface-bg);
    color: rgba(36, 31, 23, 0.84);
    box-shadow: var(--hero-surface-shadow);
    backdrop-filter: var(--hero-surface-blur);
    -webkit-backdrop-filter: var(--hero-surface-blur);
}

html[data-theme="light"] .hero-lead,
html[data-theme="light"] .hero-outline span:last-child,
html[data-theme="light"] .hero-cta-note,
html[data-theme="light"] .hero-strip,
html[data-theme="light"] .hero-play-text,
html[data-theme="light"] .hero-media-note strong,
html[data-theme="light"] .hero-secondary-cta {
    color: rgba(36, 31, 23, 0.84);
}

html[data-theme="light"] .hero-feature-summary {
    border-top-color: rgba(88, 74, 53, 0.12);
    color: rgba(36, 31, 23, 0.92);
}

html[data-theme="light"] .hero-feature-summary strong {
    color: var(--accent-strong);
}

html[data-theme="light"] .hero-display-line-typed {
    color: #c8dc6f;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-shadow:
        0 3px 12px rgba(20, 15, 11, 0.24),
        0 12px 28px rgba(167, 190, 73, 0.16);
}

html:not([data-theme="light"]) .hero::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: 0;
    background:
        linear-gradient(90deg,
            rgba(12, 11, 9, 0.96) 0%,
            rgba(12, 11, 9, 0.82) 36%,
            rgba(12, 11, 9, 0.54) 64%,
            rgba(12, 11, 9, 0) 90%);
    pointer-events: none;
}

html:not([data-theme="light"]) .hero-display-line-typed {
    color: #c8dc6f;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-shadow:
        0 3px 12px rgba(9, 10, 8, 0.34),
        0 12px 28px rgba(var(--accent-rgb), 0.18);
}

html[data-theme="light"] .hero-kicker > span,
html[data-theme="light"] .hero-display {
    text-shadow:
        0 3px 14px rgba(20, 15, 11, 0.2),
        0 16px 34px rgba(20, 15, 11, 0.12);
}

html[data-theme="light"] .hero-outline {
    color: rgba(36, 31, 23, 0.84);
}

html[data-theme="light"] .hero-cta {
    color: var(--accent-dark);
}

html[data-theme="light"] .hero-lead {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 250, 244, 0.96);
    text-shadow:
        0 2px 12px rgba(18, 14, 10, 0.34),
        0 10px 24px rgba(18, 14, 10, 0.18);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

html[data-theme="light"] .hero-lead p {
    margin: 0;
}

html[data-theme="light"] .hero-lead p + p {
    margin-top: 0.45rem;
}

html[data-theme="light"] .hero-media-note span,
html[data-theme="light"] .hero-strip span {
    color: rgba(88, 74, 53, 0.62);
}

html[data-theme="light"] .hero-metrics-inline span,
html[data-theme="light"] .hero-metrics article,
html[data-theme="light"] .hero-note,
html[data-theme="light"] .trust-points p,
html[data-theme="light"] .process-item span,
html[data-theme="light"] .about-intro p {
    border-color: var(--hero-surface-border);
    background: var(--hero-surface-bg);
    color: rgba(36, 31, 23, 0.6);
}

html[data-theme="light"] .hero-metrics-inline strong {
    color: rgba(36, 31, 23, 0.92);
}

html[data-theme="light"] .hero-benefits-intro p,
html[data-theme="light"] .hero-benefit-card {
    border-color: rgba(88, 74, 53, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)),
        rgba(250, 244, 235, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 18px 44px rgba(88, 74, 53, 0.08);
}

html[data-theme="light"] .hero-benefits-eyebrow {
    color: rgba(88, 74, 53, 0.62);
}

html[data-theme="light"] .hero-benefits-title,
html[data-theme="light"] .hero-benefit-card h3 {
    color: rgba(36, 31, 23, 0.9);
}

html[data-theme="light"] .hero-benefit-card > span:first-child {
    color: var(--accent-strong) !important;
}

html[data-theme="light"] .hero-benefit-card p,
html[data-theme="light"] .hero-benefits-intro p {
    color: rgba(36, 31, 23, 0.68);
}

html[data-theme="light"] .hero-benefits-section::before,
html[data-theme="light"] .hero-benefits-section::after {
    display: none;
}

html[data-theme="light"] .hero-services-ticker .ticker-track {
    color: rgba(49, 41, 30, 0.76);
}

html[data-theme="light"] .hero-cta {
    color: #ffffff;
}

html[data-theme="light"] .hero-media {
    background: #e8dcc8;
}

html[data-theme="light"] .hero-media::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.22) 100%),
        linear-gradient(90deg, rgba(250, 245, 237, 0.18) 0%, transparent 32%, rgba(115, 92, 58, 0.08) 100%);
}

html[data-theme="light"] .hero-media::after {
    display: none;
}

html[data-theme="light"] .hero-media picture::after {
    display: none;
}

html[data-theme="light"] .hero-media img {
    filter: none;
}

html[data-theme="light"] .hero-media-glow {
    top: 42%;
    left: -4%;
    right: -4%;
    width: auto;
    height: 120px;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 243, 213, 0.42), rgba(255, 255, 255, 0.02));
    filter: blur(14px);
    opacity: 0.58;
    transform: none;
    animation: none;
    mix-blend-mode: normal;
}

html[data-theme="light"] .hero-copy,
html[data-theme="light"] .trust-shell {
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.38)),
        radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.16), transparent 34%);
}

html[data-theme="light"] .hero-card-main,
html[data-theme="light"] .client-card,
html[data-theme="light"] .value-card,
html[data-theme="light"] .service-card.featured,
html[data-theme="light"] .modal-dialog {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)),
        rgba(250, 244, 235, 0.72);
}

html[data-theme="light"] .client-card,
html[data-theme="light"] .value-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)),
        rgba(250, 244, 235, 0.72);
}

html[data-theme="light"] .project,
html[data-theme="light"] .service-card,
html[data-theme="light"] .result-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .trust-shell,
html[data-theme="light"] .map-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42)),
        rgba(250, 244, 235, 0.72);
    border-color: rgba(88, 74, 53, 0.12);
    box-shadow: 0 22px 56px rgba(108, 87, 51, 0.1);
}

html[data-theme="light"] .service-card.featured {
    background:
        radial-gradient(circle at 14% 16%, rgba(var(--accent-rgb), 0.16), transparent 30%),
        linear-gradient(180deg, rgba(var(--accent-rgb), 0.12), rgba(255, 255, 255, 0.62)),
        rgba(250, 244, 235, 0.8);
}

html[data-theme="light"] .services-copy-points span {
    border-color: rgba(106, 96, 79, 0.12);
    background: rgba(255, 255, 255, 0.56);
    color: rgba(36, 31, 23, 0.7);
}

html[data-theme="light"] .service-card-lead {
    color: rgba(36, 31, 23, 0.72);
}

html[data-theme="light"] .service-card-points li {
    color: rgba(36, 31, 23, 0.68);
}

html[data-theme="light"] .contact-detail {
    border-top-color: rgba(88, 74, 53, 0.12);
}

html[data-theme="light"] .contact-detail-label {
    color: rgba(88, 74, 53, 0.6);
}

html[data-theme="light"] .contact-copy-pills span,
html[data-theme="light"] .contact-direct-card,
html[data-theme="light"] .contact-detail-panel,
html[data-theme="light"] .contact-link-list a {
    border-color: rgba(88, 74, 53, 0.12);
    background: rgba(255, 255, 255, 0.62);
}

html[data-theme="light"] .contact-card-topline {
    color: rgba(63, 52, 36, 0.82);
}

html[data-theme="light"] .design-focus-shell-static .design-focus-card,
html[data-theme="light"] .design-focus-shell-static .design-focus-note {
    border-color: rgba(88, 74, 53, 0.12);
    background: rgba(255, 255, 255, 0.62);
}

html[data-theme="light"] .modal-backdrop {
    background: rgba(82, 66, 39, 0.24);
}

html[data-theme="light"] .modal-dialog {
    border-color: rgba(88, 74, 53, 0.16);
    box-shadow: 0 30px 90px rgba(108, 87, 51, 0.18);
}

html[data-theme="light"] .call-form-success {
    border-color: rgba(var(--accent-rgb), 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52)),
        radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.14), transparent 30%),
        rgba(250, 244, 235, 0.92);
}

html[data-theme="light"] .call-form-success h2 {
    color: rgba(36, 31, 23, 0.92);
}

html[data-theme="light"] .call-form-success p:last-of-type {
    color: rgba(67, 53, 37, 0.72);
}

html[data-theme="light"] .project-hotspot {
    border-color: rgba(88, 74, 53, 0.14);
    background: rgba(255, 250, 242, 0.84);
    color: #433525;
    box-shadow: 0 18px 34px rgba(111, 89, 52, 0.16);
}

html[data-theme="light"] .project-hotspot-icon {
    color: #ffffff;
}

html[data-theme="light"] .project-inline-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42)),
        rgba(250, 244, 235, 0.72);
    border-color: rgba(88, 74, 53, 0.16);
    box-shadow: 0 24px 60px rgba(108, 87, 51, 0.12);
}

html[data-theme="light"] .project-inline-close {
    background: rgba(255, 252, 247, 0.88);
    color: #433525;
    border-color: rgba(88, 74, 53, 0.14);
}

html[data-theme="light"] .project-inline-next-project {
    border-color: rgba(154, 168, 58, 0.24);
    background: rgba(185, 207, 57, 0.14);
    color: #433525;
}

html[data-theme="light"] .map-preview {
    background:
        linear-gradient(180deg, rgba(232, 225, 212, 0.78), rgba(244, 237, 226, 0.92)),
        rgba(255, 248, 239, 0.86);
    box-shadow: inset 0 0 0 1px rgba(88, 74, 53, 0.08);
}

html[data-theme="light"] .map-preview-grid {
    background:
        linear-gradient(rgba(126, 110, 81, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(126, 110, 81, 0.08) 1px, transparent 1px);
}

html[data-theme="light"] .map-preview-label {
    border-color: rgba(88, 74, 53, 0.12);
    background: rgba(255, 250, 242, 0.78);
}

html[data-theme="light"] .map-preview-label span {
    color: rgba(67, 53, 37, 0.76);
}

html[data-theme="light"] .design-focus-shell {
    border-color: rgba(88, 74, 53, 0.12);
    box-shadow: 0 34px 90px rgba(108, 87, 51, 0.14);
}

html[data-theme="light"] .design-focus-shell:not(.design-focus-shell-static) .design-focus-copy h2,
html[data-theme="light"] .design-focus-shell:not(.design-focus-shell-static) .design-focus-note strong {
    color: rgba(255, 250, 243, 0.96);
}

html[data-theme="light"] .design-focus-shell:not(.design-focus-shell-static) .design-focus-copy p,
html[data-theme="light"] .design-focus-shell:not(.design-focus-shell-static) .design-focus-note p {
    color: rgba(255, 250, 243, 0.78);
}

html[data-theme="light"] .design-focus-shell:not(.design-focus-shell-static) .design-focus-note {
    background: rgba(15, 16, 13, 0.42);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 40px rgba(11, 11, 9, 0.2);
}

html[data-theme="light"] .project-modal-nav {
    border-color: rgba(88, 74, 53, 0.12);
    background: rgba(255, 250, 242, 0.52);
    color: rgba(67, 53, 37, 0.92);
}

html[data-theme="light"] .project-modal-nav:hover,
html[data-theme="light"] .project-modal-nav:focus-visible {
    background: rgba(255, 250, 242, 0.8);
    border-color: rgba(88, 74, 53, 0.22);
}

html[data-theme="light"] .project-compare-badge,
html[data-theme="light"] .project-compare-handle {
    border-color: rgba(88, 74, 53, 0.14);
    background: rgba(255, 250, 242, 0.74);
    color: rgba(67, 53, 37, 0.92);
}

html[data-theme="light"] .project-compare-divider {
    border-left-color: rgba(255, 250, 242, 0.95);
    box-shadow: 0 0 0 1px rgba(88, 74, 53, 0.08);
}

html[data-theme="light"] .project-compare-handle::before,
html[data-theme="light"] .project-compare-handle::after {
    border-top-color: rgba(67, 53, 37, 0.92);
    border-right-color: rgba(67, 53, 37, 0.92);
}

html[data-theme="light"] .project-modal-image-wrap,
html[data-theme="light"] .project-modal-fact {
    background: rgba(255, 252, 247, 0.7);
}

html[data-theme="light"] .modal-close,
html[data-theme="light"] .field input,
html[data-theme="light"] .field select,
html[data-theme="light"] .field textarea {
    background: rgba(255, 252, 247, 0.88);
}

html[data-theme="light"] .field select {
    color-scheme: light;
}

html[data-theme="light"] .field select:required:invalid {
    color: rgba(106, 96, 79, 0.78);
}

html[data-theme="light"] .field select option {
    background: #fffaf5;
    color: #201b15;
}

html[data-theme="light"] .field select option[value=""] {
    color: rgba(106, 96, 79, 0.78);
}

html[data-theme="light"] .field input::placeholder,
html[data-theme="light"] .field textarea::placeholder {
    color: rgba(106, 96, 79, 0.78);
}

html[data-theme="light"] .phone-field-shell::after {
    color: rgba(106, 96, 79, 0.78);
}

html[data-theme="light"] .field input:focus,
html[data-theme="light"] .field select:focus,
html[data-theme="light"] .field textarea:focus {
    background: rgba(255, 255, 255, 0.98);
}

html[data-theme="light"] .form-status.is-success {
    color: #356f44;
}

html[data-theme="light"] .form-status.is-error {
    color: #a24b3e;
}

img {
    display: block;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
summary,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-frame {
    position: relative;
    overflow: clip;
    isolation: isolate;
}

.site-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 248, 238, 0.06), transparent 18%),
        radial-gradient(circle at 84% 18%, rgba(255, 234, 196, 0.05), transparent 18%),
        radial-gradient(circle at 22% 58%, rgba(124, 118, 104, 0.06), transparent 24%),
        radial-gradient(circle at 78% 82%, rgba(105, 82, 45, 0.1), transparent 26%);
}

.site-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.42;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.012) 0,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px,
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.018) 0,
            rgba(0, 0, 0, 0.018) 1px,
            transparent 1px,
            transparent 5px
        ),
        linear-gradient(135deg, rgba(255, 255, 255, 0.014), transparent 38%, rgba(0, 0, 0, 0.02) 100%);
}

.backdrop {
    display: none;
}

.backdrop-left {
    top: 10rem;
    left: -10rem;
    width: 24rem;
    height: 24rem;
    background: rgba(255, 248, 238, 0.06);
}

.backdrop-right {
    top: 42rem;
    right: -8rem;
    width: 26rem;
    height: 26rem;
    background: rgba(184, 150, 102, 0.08);
}

.container {
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
}

.section {
    position: relative;
    padding: var(--section-space-y) 0;
}

.section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(var(--container), calc(100% - 40px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(216, 238, 116, 0.3), rgba(255, 244, 220, 0.18), transparent);
}

.about-section,
.services-section,
.faq-section {
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.02), rgba(255, 250, 242, 0.035));
}

.projects-section,
.contact-section {
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.032), rgba(255, 250, 242, 0.018));
}

.process-section {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 248, 238, 0.035), transparent 22%),
        linear-gradient(180deg, rgba(18, 19, 17, 0.9), rgba(10, 11, 10, 0.96));
}

.design-focus-section {
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.034), rgba(255, 250, 242, 0.014));
}

.trust-section {
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.032), rgba(255, 250, 242, 0.018));
}

.intro-flow {
    position: relative;
    isolation: isolate;
    --intro-progress: 0.18;
    --intro-shift-x: 0px;
    --intro-shift-y: 0px;
    --intro-sheen-x: 0px;
    --intro-sheen-y: 0px;
    --intro-rotation: -4deg;
    --intro-glow-opacity: 0.4;
}

.intro-flow::before {
    display: none;
}

.intro-flow::after {
    display: none;
}

.intro-flow > * {
    position: relative;
    z-index: 1;
}

html[data-theme="light"] .intro-flow::before {
    background:
        radial-gradient(circle at calc(12% + var(--intro-shift-x)) calc(14% + var(--intro-shift-y)), rgba(186, 209, 71, 0.2), transparent 26%),
        radial-gradient(circle at calc(84% - var(--intro-shift-x)) calc(10% + var(--intro-shift-y)), rgba(255, 244, 220, 0.42), transparent 28%),
        radial-gradient(circle at calc(22% + var(--intro-sheen-x)) calc(72% - var(--intro-shift-y)), rgba(195, 210, 130, 0.22), transparent 32%),
        radial-gradient(circle at calc(82% - var(--intro-sheen-x)) calc(86% - var(--intro-shift-y)), rgba(205, 184, 151, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(244, 239, 227, 0.98) 0%, rgba(242, 236, 227, 0.94) 34%, rgba(233, 224, 210, 0.88) 68%, rgba(246, 240, 231, 0.96) 100%);
}

html[data-theme="light"] .intro-flow::after {
    opacity: 0.72;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    padding: clamp(0.7rem, 1.8vh, 1.05rem) 0 0;
    background: transparent;
    transition: transform 0.35s ease, background 0.35s ease;
    will-change: transform;
}

.site-header.is-hidden {
    transform: translateY(-100%);
    pointer-events: none;
}

.header-shell {
    width: min(var(--header-container), calc(100% - 18px));
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    min-height: 86px;
    padding: 0 clamp(0.95rem, 1.35vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(15, 13, 11, 0.12);
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        backdrop-filter 0.35s ease,
        -webkit-backdrop-filter 0.35s ease;
}

.site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(17, 15, 13, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.site-header:not(.is-solid) .site-nav,
.site-header:not(.is-solid) .site-nav a,
.site-header:not(.is-solid) .brand-copy,
.site-header:not(.is-solid) .header-phone,
.site-header:not(.is-solid) .header-icon-link,
.site-header:not(.is-solid) .menu-toggle {
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

.site-header:not(.is-solid) .site-nav a:hover,
.site-header:not(.is-solid) .site-nav a:focus-visible,
.site-header:not(.is-solid) .brand:hover .brand-copy,
.site-header:not(.is-solid) .brand:focus-visible .brand-copy,
.site-header:not(.is-solid) .header-phone:hover,
.site-header:not(.is-solid) .header-phone:focus-visible,
.site-header:not(.is-solid) .header-icon-link:hover,
.site-header:not(.is-solid) .header-icon-link:focus-visible {
    color: #ffffff;
}

.site-header:not(.is-solid) .header-icon-link,
.site-header:not(.is-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(10, 12, 10, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 10px 20px rgba(0, 0, 0, 0.1);
}

.site-header:not(.is-solid) .header-action-icon,
.site-header:not(.is-solid) .header-theme-toggle .theme-toggle-icon {
    color: rgba(255, 255, 255, 0.94);
}

.site-header.is-solid .header-shell,
body.menu-open .header-shell {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(17, 17, 14, 0.68);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    min-width: 0;
    color: var(--text);
    text-decoration: none;
}

.brand img {
    display: block;
    width: clamp(134px, 10.8vw, 168px);
    height: auto;
    max-width: none;
    object-fit: contain;
    object-position: left center;
}

.brand-copy {
    display: grid;
    gap: 0.08rem;
    line-height: 1;
}

.brand-title {
    font-size: 1.44rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brand-meta {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}

.site-header:not(.is-solid) .brand img {
    filter: brightness(0) invert(1);
}

.site-header:not(.is-solid) .brand-meta {
    color: rgba(255, 255, 255, 0.66);
}

html[data-theme="light"] .brand img {
    filter: brightness(0) saturate(100%);
}

html[data-theme="light"] .site-header:not(.is-solid) .brand img {
    filter: brightness(0) invert(1);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    min-width: 0;
    gap: clamp(1.1rem, 1.7vw, 2rem);
    color: var(--muted);
    font-size: 1rem;
    font-weight: 600;
}

.site-nav a,
.header-link,
.header-phone,
.text-link,
.modal-close {
    transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav a {
    position: relative;
    padding: 0.35rem 0;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.42rem;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.4);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.header-phone:hover,
.header-phone:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.modal-close:hover,
.modal-close:focus-visible {
    color: var(--text);
    transform: translateY(-1px);
}

.header-link:hover,
.header-link:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
}

.header-link:active {
    transform: translateY(0);
}

.header-link-primary {
    white-space: nowrap;
}

.header-link-primary.is-attention-shake,
.hero-outline-primary.is-attention-shake {
    animation: header-call-shake 0.92s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-outline-primary.is-attention-shake {
    animation: hero-outline-call-shake 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes hero-outline-call-shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    14% {
        transform: translate3d(-1px, 0, 0) rotate(-0.65deg);
    }

    28% {
        transform: translate3d(1px, 0, 0) rotate(0.8deg);
    }

    42% {
        transform: translate3d(-1px, 0, 0) rotate(-0.75deg);
    }

    58% {
        transform: translate3d(1px, 0, 0) rotate(0.55deg);
    }

    74% {
        transform: translate3d(-0.5px, 0, 0) rotate(-0.35deg);
    }
}

@keyframes header-call-shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    14% {
        transform: translate3d(-2px, 0, 0) rotate(-1.8deg);
    }

    28% {
        transform: translate3d(3px, 0, 0) rotate(2.2deg);
    }

    42% {
        transform: translate3d(-3px, 0, 0) rotate(-2.1deg);
    }

    58% {
        transform: translate3d(2px, 0, 0) rotate(1.5deg);
    }

    74% {
        transform: translate3d(-1px, 0, 0) rotate(-0.9deg);
    }
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    opacity: 0.36;
    transform: scaleX(1);
}

.header-actions {
    display: flex;
    align-items: center;
    justify-self: end;
    flex-wrap: nowrap;
    min-width: 0;
    gap: 0.62rem;
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--text);
}

.header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.62rem;
    min-height: 50px;
    padding: 0.28rem 0.9rem 0.28rem 0.72rem;
    border: 1px solid rgba(var(--accent-rgb), 0.24);
    border-radius: 999px;
    background: linear-gradient(135deg, #b8d050, #8ea533 100%);
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 18px 34px rgba(var(--accent-rgb), 0.24);
}

.header-phone {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

html[data-theme="light"] .header-phone {
    border: 0;
    background: none;
    box-shadow: none;
}

.header-phone-main {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.header-phone-meta {
    font-size: 0.76rem;
    line-height: 1.1;
    color: var(--muted);
}

.header-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.04);
    color: var(--text);
    cursor: pointer;
    transition:
        color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-icon-link:hover,
.header-icon-link:focus-visible {
    color: var(--text);
    transform: translateY(-1px);
}

.header-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
}

.header-icon-link .header-action-icon {
    width: 100%;
    height: 100%;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
}

.header-link .header-action-icon {
    width: auto;
    height: auto;
    background: transparent;
    color: #ffffff;
    border-radius: 0;
}

.header-link .header-action-icon svg {
    width: 22px;
    height: 22px;
}

.header-action-icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-icon-link-vk .header-action-icon svg {
    width: 20px;
    height: 20px;
}

.header-icon-link-vk {
    display: none !important;
}

.header-action-mark {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

.theme-fab,
.theme-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.72rem;
    min-height: 48px;
    padding: 0 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.06);
    color: var(--text);
    font: inherit;
    cursor: pointer;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-fab:hover,
.theme-fab:focus-visible,
.theme-menu-toggle:hover,
.theme-menu-toggle:focus-visible {
    transform: translateY(-1px);
    border-color: var(--line-strong);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.theme-toggle-icon {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    flex: 0 0 auto;
}

.theme-toggle-icon::before,
.theme-toggle-icon::after {
    content: "";
    position: absolute;
    inset: 50%;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.theme-toggle-icon::before {
    width: 8px;
    height: 8px;
    background: currentColor;
    opacity: 0.92;
}

.theme-toggle-icon::after {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.42;
}

.theme-toggle-label {
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1;
}

.theme-fab {
    display: none;
}

.theme-menu-toggle {
    display: none;
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
}

html[data-theme="light"] .theme-toggle-icon::after {
    border-color: rgba(82, 70, 52, 0.16);
}

html[data-theme="light"] .theme-fab,
html[data-theme="light"] .theme-menu-toggle {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 18px 40px rgba(108, 87, 51, 0.12);
}

.header-theme-toggle {
    background: rgba(255, 250, 242, 0.04);
}

.header-theme-toggle .theme-toggle-icon {
    margin: 0;
}

.mobile-bottom-nav {
    display: none;
}

.mobile-bottom-nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    flex: 0 0 72px;
    min-width: 0;
    color: rgba(246, 245, 239, 0.72);
    text-align: center;
    text-decoration: none;
}

.mobile-bottom-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 250, 242, 0.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 22px rgba(0, 0, 0, 0.12);
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-bottom-nav-icon::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.mobile-bottom-nav-icon--about::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINCz0L7Qu9C+0LLQsCAtLT4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjMiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvY2lyY2xlPgoKICA8IS0tINC/0LvQtdGH0LggLS0+CiAgPHBhdGggZD0iTTUgMTlDNSAxNS42ODYgOC4xMzQgMTMgMTIgMTNDMTUuODY2IDEzIDE5IDE1LjY4NiAxOSAxOSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+Cjwvc3ZnPg==");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINCz0L7Qu9C+0LLQsCAtLT4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjMiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvY2lyY2xlPgoKICA8IS0tINC/0LvQtdGH0LggLS0+CiAgPHBhdGggZD0iTTUgMTlDNSAxNS42ODYgOC4xMzQgMTMgMTIgMTNDMTUuODY2IDEzIDE5IDE1LjY4NiAxOSAxOSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+Cjwvc3ZnPg==");
}

.mobile-bottom-nav-icon--portfolio::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINC/0LDQv9C60LAgLS0+CiAgPHBhdGggZD0iTTMgN0MzIDUuODk1IDMuODk1IDUgNSA1SDlMMTEgN0gxOUMyMC4xMDUgNyAyMSA3Ljg5NSAyMSA5VjE3QzIxIDE4LjEwNSAyMC4xMDUgMTkgMTkgMTlINUMzLjg5NSAxOSAzIDE4LjEwNSAzIDE3VjdaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+CgogIDwhLS0g0YTQvtGC0L4gLS0+CiAgPHJlY3QgeD0iNiIgeT0iMTAiIHdpZHRoPSIxMiIgaGVpZ2h0PSI2IiByeD0iMSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSI+PC9yZWN0PgoKICA8IS0tINCz0L7RgNGLIC0tPgogIDxwYXRoIGQ9Ik03LjUgMTVMMTAgMTIuNUwxMi41IDE1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KCiAgPCEtLSDRgdC+0LvQvdGG0LUgLS0+CiAgPGNpcmNsZSBjeD0iMTUuNSIgY3k9IjExLjUiIHI9IjAuOCIgZmlsbD0iY3VycmVudENvbG9yIj48L2NpcmNsZT4KPC9zdmc+");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINC/0LDQv9C60LAgLS0+CiAgPHBhdGggZD0iTTMgN0MzIDUuODk1IDMuODk1IDUgNSA1SDlMMTEgN0gxOUMyMC4xMDUgNyAyMSA3Ljg5NSAyMSA5VjE3QzIxIDE4LjEwNSAyMC4xMDUgMTkgMTkgMTlINUMzLjg5NSAxOSAzIDE4LjEwNSAzIDE3VjdaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+CgogIDwhLS0g0YTQvtGC0L4gLS0+CiAgPHJlY3QgeD0iNiIgeT0iMTAiIHdpZHRoPSIxMiIgaGVpZ2h0PSI2IiByeD0iMSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSI+PC9yZWN0PgoKICA8IS0tINCz0L7RgNGLIC0tPgogIDxwYXRoIGQ9Ik03LjUgMTVMMTAgMTIuNUwxMi41IDE1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KCiAgPCEtLSDRgdC+0LvQvdGG0LUgLS0+CiAgPGNpcmNsZSBjeD0iMTUuNSIgY3k9IjExLjUiIHI9IjAuOCIgZmlsbD0iY3VycmVudENvbG9yIj48L2NpcmNsZT4KPC9zdmc+");
}

.mobile-bottom-nav-icon--quiz::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSI1IiB5PSI0LjUiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNSIgcng9IjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KICA8cGF0aCBkPSJNOC41IDguNUgxMC41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMy41IDguNUgxNS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik04LjUgMTEuNUgxMC41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMy41IDExLjVIMTUuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOC41IDE0LjVIMTUuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KPC9zdmc+");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSI1IiB5PSI0LjUiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNSIgcng9IjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KICA8cGF0aCBkPSJNOC41IDguNUgxMC41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMy41IDguNUgxNS41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik04LjUgMTEuNUgxMC41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMy41IDExLjVIMTUuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOC41IDE0LjVIMTUuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KPC9zdmc+");
}

.mobile-bottom-nav-icon--services::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSI2IiB5PSI3IiB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHJ4PSIxLjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KICA8cGF0aCBkPSJNOSAxMEgxNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOSAxM0gxNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOCA1LjVIMTYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik04IDE4LjVIMTYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4=");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSI2IiB5PSI3IiB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHJ4PSIxLjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KICA8cGF0aCBkPSJNOSAxMEgxNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOSAxM0gxNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOCA1LjVIMTYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik04IDE4LjVIMTYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4=");
}

.mobile-bottom-nav-icon--process::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINGB0YLRg9C/0LXQvdC4INC/0YDQvtGG0LXRgdGB0LAgLS0+CiAgPHJlY3QgeD0iNCIgeT0iMTQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIwLjgiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KCiAgPHJlY3QgeD0iMTAiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMC44IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIj48L3JlY3Q+CgogIDxyZWN0IHg9IjE2IiB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMC44IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIj48L3JlY3Q+Cjwvc3ZnPg==");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINGB0YLRg9C/0LXQvdC4INC/0YDQvtGG0LXRgdGB0LAgLS0+CiAgPHJlY3QgeD0iNCIgeT0iMTQiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIwLjgiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KCiAgPHJlY3QgeD0iMTAiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMC44IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIj48L3JlY3Q+CgogIDxyZWN0IHg9IjE2IiB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMC44IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIj48L3JlY3Q+Cjwvc3ZnPg==");
}

.mobile-bottom-nav-icon--reviews::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIgNi41TDEzLjYgMTBMMTcuNSAxMC42TDE0LjcgMTMuM0wxNS40IDE3LjJMMTIgMTUuM0w4LjYgMTcuMkw5LjMgMTMuM0w2LjUgMTAuNkwxMC40IDEwTDEyIDYuNVoiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KPC9zdmc+");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIgNi41TDEzLjYgMTBMMTcuNSAxMC42TDE0LjcgMTMuM0wxNS40IDE3LjJMMTIgMTUuM0w4LjYgMTcuMkw5LjMgMTMuM0w2LjUgMTAuNkwxMC40IDEwTDEyIDYuNVoiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KPC9zdmc+");
}

.mobile-bottom-nav-icon--team::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINGG0LXQvdGC0YDQsNC70YzQvdGL0Lkg0YfQtdC70L7QstC10LogLS0+CiAgPGNpcmNsZSBjeD0iMTIiIGN5PSI4IiByPSIyLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvY2lyY2xlPgoKICA8cGF0aCBkPSJNNyAxOEM3IDE1LjUgOS4yMzkgMTMuNSAxMiAxMy41QzE0Ljc2MSAxMy41IDE3IDE1LjUgMTcgMTgiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgoKICA8IS0tINC70LXQstGL0LkgLS0+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iOSIgcj0iMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgb3BhY2l0eT0iMC42Ij48L2NpcmNsZT4KCiAgPHBhdGggZD0iTTMuNSAxOEMzLjUgMTYuMiA1LjIgMTQuOCA3LjIgMTQuOCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBvcGFjaXR5PSIwLjYiPjwvcGF0aD4KCiAgPCEtLSDQv9GA0LDQstGL0LkgLS0+CiAgPGNpcmNsZSBjeD0iMTcuNSIgY3k9IjkiIHI9IjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIG9wYWNpdHk9IjAuNiI+PC9jaXJjbGU+CgogIDxwYXRoIGQ9Ik0yMC41IDE4QzIwLjUgMTYuMiAxOC44IDE0LjggMTYuOCAxNC44IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9IjAuNiI+PC9wYXRoPgo8L3N2Zz4=");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8IS0tINGG0LXQvdGC0YDQsNC70YzQvdGL0Lkg0YfQtdC70L7QstC10LogLS0+CiAgPGNpcmNsZSBjeD0iMTIiIGN5PSI4IiByPSIyLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvY2lyY2xlPgoKICA8cGF0aCBkPSJNNyAxOEM3IDE1LjUgOS4yMzkgMTMuNSAxMiAxMy41QzE0Ljc2MSAxMy41IDE3IDE1LjUgMTcgMTgiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgoKICA8IS0tINC70LXQstGL0LkgLS0+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iOSIgcj0iMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgb3BhY2l0eT0iMC42Ij48L2NpcmNsZT4KCiAgPHBhdGggZD0iTTMuNSAxOEMzLjUgMTYuMiA1LjIgMTQuOCA3LjIgMTQuOCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBvcGFjaXR5PSIwLjYiPjwvcGF0aD4KCiAgPCEtLSDQv9GA0LDQstGL0LkgLS0+CiAgPGNpcmNsZSBjeD0iMTcuNSIgY3k9IjkiIHI9IjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIG9wYWNpdHk9IjAuNiI+PC9jaXJjbGU+CgogIDxwYXRoIGQ9Ik0yMC41IDE4QzIwLjUgMTYuMiAxOC44IDE0LjggMTYuOCAxNC44IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9IjAuNiI+PC9wYXRoPgo8L3N2Zz4=");
}

.mobile-bottom-nav-icon--faq::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNOS43NSA5QzkuNzUgNy43NTczNiAxMC43NTc0IDYuNzUgMTIgNi43NUMxMy4yNDI2IDYuNzUgMTQuMjUgNy43NTczNiAxNC4yNSA5QzE0LjI1IDkuOTA1NCAxMy43Mzk0IDEwLjQ3NDMgMTIuOTU1OSAxMC45NzgyQzEyLjMzMDcgMTEuMzgwMiAxMiAxMS43MTc4IDEyIDEyLjVWMTMiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTYuMjUiIHI9IjAuNzUiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9jaXJjbGU+Cjwvc3ZnPg==");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNOS43NSA5QzkuNzUgNy43NTczNiAxMC43NTc0IDYuNzUgMTIgNi43NUMxMy4yNDI2IDYuNzUgMTQuMjUgNy43NTczNiAxNC4yNSA5QzE0LjI1IDkuOTA1NCAxMy43Mzk0IDEwLjQ3NDMgMTIuOTU1OSAxMC45NzgyQzEyLjMzMDcgMTEuMzgwMiAxMiAxMS43MTc4IDEyIDEyLjVWMTMiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTYuMjUiIHI9IjAuNzUiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9jaXJjbGU+Cjwvc3ZnPg==");
}

.mobile-bottom-nav-icon--blog::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNi41IDUuNUgxNS41QzE2LjYwNDYgNS41IDE3LjUgNi4zOTU0MyAxNy41IDcuNVYxOC41SDguNUM3LjM5NTQzIDE4LjUgNi41IDE3LjYwNDYgNi41IDE2LjVWNS41WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xNy41IDcuNUgxOS41VjE5LjVIOC41VjE4LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik05LjUgMTAuNUgxNC41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOS41IDEzLjVIMTQuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+Cjwvc3ZnPg==");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNi41IDUuNUgxNS41QzE2LjYwNDYgNS41IDE3LjUgNi4zOTU0MyAxNy41IDcuNVYxOC41SDguNUM3LjM5NTQzIDE4LjUgNi41IDE3LjYwNDYgNi41IDE2LjVWNS41WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xNy41IDcuNUgxOS41VjE5LjVIOC41VjE4LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgogIDxwYXRoIGQ9Ik05LjUgMTAuNUgxNC41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICA8cGF0aCBkPSJNOS41IDEzLjVIMTQuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+Cjwvc3ZnPg==");
}

.mobile-bottom-nav-icon--contacts::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSI3IiB5PSIzLjUiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgcng9IjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjE3LjUiIHI9IjAuNyIgZmlsbD0iY3VycmVudENvbG9yIj48L2NpcmNsZT4KPC9zdmc+");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSI3IiB5PSIzLjUiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyIgcng9IjIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiPjwvcmVjdD4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjE3LjUiIHI9IjAuNyIgZmlsbD0iY3VycmVudENvbG9yIj48L2NpcmNsZT4KPC9zdmc+");
}

.mobile-bottom-nav-link > span:last-child {
    font-size: 0.64rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    text-wrap: nowrap;
}

.mobile-bottom-nav-link:hover,
.mobile-bottom-nav-link:focus-visible {
    color: #ffffff;
}

.mobile-bottom-nav-link:hover .mobile-bottom-nav-icon,
.mobile-bottom-nav-link:focus-visible .mobile-bottom-nav-icon {
    border-color: rgba(var(--accent-rgb), 0.34);
    background: rgba(var(--accent-rgb), 0.12);
    transform: translateY(-1px);
}

html[data-theme="light"] .mobile-bottom-nav-link {
    color: rgba(46, 38, 28, 0.72);
}

html[data-theme="light"] .mobile-bottom-nav-icon {
    border-color: rgba(88, 74, 53, 0.1);
    background: rgba(255, 252, 247, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 12px 26px rgba(108, 87, 51, 0.1);
}

.site-header:not(.is-solid) .header-theme-toggle .theme-toggle-icon::after {
    border-color: rgba(255, 255, 255, 0.22);
}

.site-header.is-solid .header-icon-link,
body.menu-open .header-icon-link {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-bottom-color: rgba(93, 79, 56, 0.14);
    background: rgba(244, 236, 223, 0.84);
    box-shadow: 0 10px 30px rgba(108, 87, 51, 0.12);
}

html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .brand-copy,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .brand-copy,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-icon-link {
    color: rgba(34, 28, 20, 0.9);
    text-shadow: none;
}

html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] body.menu-open .header-phone-meta {
    color: rgba(78, 67, 49, 0.66);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta {
    color: rgba(255, 255, 255, 0.64);
}

html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] body.menu-open .header-icon-link {
    border-color: rgba(88, 74, 53, 0.14);
    background: rgba(255, 251, 246, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

html[data-theme="light"] .site-header.is-solid .header-link-primary,
html[data-theme="light"] body.menu-open .header-link-primary {
    color: #ffffff;
}

html[data-theme="light"] .site-header.is-solid .header-theme-toggle .theme-toggle-icon::after,
html[data-theme="light"] body.menu-open .header-theme-toggle .theme-toggle-icon::after {
    border-color: rgba(82, 70, 52, 0.16);
}

.menu-toggle {
    display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 250, 242, 0.04);
    color: var(--text);
    overflow: visible;
}

.menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 18px;
    height: 2.5px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-toggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
}

.menu-toggle span:nth-child(2) {
    transform: translate(-50%, -50%);
}

.menu-toggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 6px));
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hero {
    position: relative;
    margin-top: -108px;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    min-height: 100dvh;
    padding: calc(0.5rem + 108px) 0 3.25rem;
    overflow: clip;
}

.hero::before {
    display: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
    background-image: var(--hero-image, url("images/hero-top-dark-living-20260319.png"));
    background-position: var(--hero-image-position, center center);
    background-repeat: no-repeat;
    background-size: var(--hero-image-size, cover);
    pointer-events: none;
}

.hero-shell {
    --hero-stage-edge: clamp(20px, 2.2vw, 42px);
    --hero-content-gutter: max(20px, calc((100vw - var(--container)) / 2));
    position: relative;
    z-index: 1;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 0;
    display: grid;
    flex: 1 1 auto;
    gap: 0;
    min-height: 0;
}

.hero-stage {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    width: 100%;
    height: auto;
    min-height: 760px;
    min-height: max(760px, calc(100svh - 108px - 3.75rem));
    min-height: max(760px, calc(100dvh - 108px - 3.75rem));
    overflow: visible;
    background: none;
    box-shadow: none;
    isolation: isolate;
    transition: box-shadow 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage::before {
    display: none;
}

.hero-stage::after {
    display: none;
}

.hero-panel,
.hero-media {
    position: relative;
    z-index: 1;
    align-self: stretch;
    height: auto;
    min-height: 760px;
    min-height: max(760px, calc(100svh - 108px - 3.75rem));
    min-height: max(760px, calc(100dvh - 108px - 3.75rem));
    transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-panel {
    grid-column: 1;
    grid-row: 1;
    z-index: 3;
    justify-self: start;
    margin-left: var(--hero-content-gutter);
    width: min(720px, calc(100% - (var(--hero-content-gutter) * 2)));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.35rem;
    padding: 2rem 2.5rem 2rem 2rem;
    overflow: hidden;
    border: 0;
    border-radius: 42px;
    transform: translateX(0);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), filter 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-panel.reveal,
.hero-side-panel.reveal,
.hero-media.reveal,
.hero-actions.reveal,
.hero-metrics-inline.reveal {
    opacity: 1;
    transform: none;
}

.hero-panel.reveal.is-visible,
.hero-side-panel.reveal.is-visible,
.hero-media.reveal.is-visible,
.hero-actions.reveal.is-visible,
.hero-metrics-inline.reveal.is-visible {
    transform: none;
}

.hero-side-panel {
    grid-column: 1;
    grid-row: 1;
    z-index: 4;
    justify-self: end;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 760px;
    padding: 2rem var(--hero-content-gutter) 2rem 0;
    pointer-events: none;
}

.hero-side-panel .hero-metrics-inline {
    width: min(100%, 430px);
    grid-template-columns: 1fr;
    gap: 0.82rem;
    pointer-events: auto;
}

.hero-side-panel .hero-metrics-inline span {
    min-height: 0;
    padding: 1rem 1.05rem 1.05rem;
    border-color: var(--hero-surface-border);
    background: var(--hero-surface-bg);
    box-shadow: var(--hero-surface-shadow);
    backdrop-filter: var(--hero-surface-blur);
    -webkit-backdrop-filter: var(--hero-surface-blur);
}

.hero-panel-content > :not(.hero-actions),
.hero-side-panel .hero-metrics-inline > span {
    opacity: 0;
    visibility: hidden;
    transform: translateY(28px) scale(0.985);
    filter: blur(10px);
    animation: hero-content-enter 0.88s cubic-bezier(0.22, 1, 0.36, 1) both;
    will-change: opacity, transform, filter, visibility;
}

.hero-panel-content > .hero-actions {
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: none;
}

.hero-actions > .hero-cta {
    opacity: 0;
    visibility: hidden;
    transform: translateY(28px) scale(0.985);
    animation: hero-actions-enter 0.88s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.64s;
    will-change: opacity, transform, visibility;
}

.hero-actions > .hero-mobile-link {
    opacity: 0;
    visibility: hidden;
    transform: translateY(28px) scale(0.985);
    animation: hero-actions-enter 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.74s;
    will-change: opacity, transform, visibility;
}

.hero-panel-content > :nth-child(1) {
    animation-delay: 0.08s;
}

.hero-panel-content > :nth-child(2) {
    animation-delay: 0.16s;
}

.hero-panel-content > :nth-child(3) {
    animation-delay: 0.28s;
}

.hero-panel-content > :nth-child(4) {
    animation-delay: 0.4s;
}

.hero-panel-content > :nth-child(5) {
    animation-delay: 0.52s;
}

.hero-panel-content > :nth-child(6) {
    animation-delay: 0.64s;
}

.hero-side-panel .hero-metrics-inline > span:nth-child(1) {
    animation-delay: 0.34s;
}

.hero-side-panel .hero-metrics-inline > span:nth-child(2) {
    animation-delay: 0.46s;
}

.hero-side-panel .hero-metrics-inline > span:nth-child(3) {
    animation-delay: 0.58s;
}

@keyframes hero-content-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(28px) scale(0.985);
        filter: blur(10px);
    }

    1% {
        visibility: visible;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes hero-actions-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(28px) scale(0.985);
    }

    1% {
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }
}

@keyframes hero-typed-caret-blink {
    0%,
    48% {
        opacity: 1;
    }

    52%,
    100% {
        opacity: 0;
    }
}

.hero-benefits {
    display: block;
}

.hero-benefits-section {
    position: relative;
    padding: 2rem 0 4.2rem;
    isolation: isolate;
}

.hero-benefits-section::before,
.hero-benefits-section::after {
    display: none;
}

.hero-benefits-section > .container {
    position: relative;
    z-index: 2;
}

.ticker.hero-services-ticker {
    position: relative;
    z-index: 3;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-services-ticker .ticker-track {
    gap: 1.5rem;
    padding: 0.75rem 0 0.85rem;
    color: rgba(246, 245, 239, 0.74);
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    animation-duration: 32s;
}

.hero-services-ticker .ticker-track > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.hero-services-ticker .ticker-track > span + span::before {
    content: "";
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 1.5rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.9);
    box-shadow: 0 0 0 0.22rem rgba(var(--accent-rgb), 0.12);
}

.hero-benefits-title {
    color: rgba(255, 250, 242, 0.96);
    font-family: "Onest", sans-serif;
    font-size: clamp(2.05rem, 3.4vw, 3.35rem);
    line-height: 1.02;
    font-weight: 500;
    text-wrap: balance;
}

.hero-benefits-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
    gap: 2.1rem;
    align-items: start;
}

.hero-benefits-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
    min-width: 0;
}

.hero-benefits-aside {
    display: grid;
    gap: 1rem;
    align-content: start;
    min-width: 0;
}

.hero-benefits-lead {
    max-width: 44rem;
    color: rgba(245, 242, 234, 0.78);
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 0;
}

.hero-benefits-list {
    display: grid;
    gap: 0.95rem;
    margin: 0.2rem 0 0;
    padding: 0;
    list-style: none;
}

.hero-benefits-list li {
    position: relative;
    padding-left: 1.45rem;
    color: rgba(244, 241, 232, 0.82);
    font-size: 1rem;
    line-height: 1.75;
}

.hero-benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.76rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.96);
    box-shadow: 0 0 0 0.24rem rgba(var(--accent-rgb), 0.12);
}

.hero-benefits-list strong {
    color: rgba(255, 250, 242, 0.96);
    font-weight: 600;
}

.hero-benefits-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    padding-top: 0.3rem;
}

.hero-benefits-actions .button {
    min-width: 14.5rem;
}

.hero-benefits-stack {
    display: grid;
    gap: 0;
    border: 1px solid rgba(233, 228, 214, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(35, 36, 34, 0.94), rgba(15, 16, 15, 0.98)),
        rgba(14, 15, 14, 0.94);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 20px 48px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
}

.hero-benefits-point {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1.45rem 1.6rem;
}

.hero-benefits-point + .hero-benefits-point {
    border-top: 1px solid rgba(233, 228, 214, 0.11);
}

.hero-benefits-point-dot {
    width: 1.18rem;
    height: 1.18rem;
    margin-top: 0.18rem;
    border-radius: 999px;
    border: 1px solid rgba(233, 228, 214, 0.18);
    background:
        radial-gradient(circle at 50% 50%, rgba(var(--accent-rgb), 0.9) 0 22%, transparent 24% 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 0.18rem rgba(var(--accent-rgb), 0.06);
}

.hero-benefits-point-copy {
    display: grid;
    gap: 0.35rem;
}

.hero-benefits-point-copy h3 {
    color: rgba(255, 250, 242, 0.96);
    font-size: 1.18rem;
    line-height: 1.22;
    font-weight: 600;
    margin: 0;
}

.hero-benefits-point-copy p {
    color: rgba(244, 241, 232, 0.72);
    font-size: 0.99rem;
    line-height: 1.62;
    margin: 0;
}

.hero-benefits-payment {
    position: relative;
    display: grid;
    gap: 0.8rem;
    padding: 1.4rem 1.5rem 1.45rem;
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    border-radius: 1.7rem;
    background:
        radial-gradient(circle at top right, rgba(var(--accent-rgb), 0.2), transparent 42%),
        linear-gradient(180deg, rgba(32, 35, 23, 0.96), rgba(16, 18, 14, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 20px 42px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.hero-benefits-payment::after {
    content: "";
    position: absolute;
    inset: auto -12% -38% auto;
    width: 12rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--accent-rgb), 0.24), transparent 68%);
    pointer-events: none;
}

.hero-benefits-payment-tag {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.14);
    color: rgba(240, 246, 214, 0.94);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-benefits-payment h3,
.hero-benefits-payment p,
.hero-benefits-payment-list {
    position: relative;
    z-index: 1;
    margin: 0;
}

.hero-benefits-payment h3 {
    color: rgba(255, 250, 242, 0.98);
    font-size: clamp(1.34rem, 2vw, 1.68rem);
    line-height: 1.14;
}

.hero-benefits-payment p {
    color: rgba(244, 241, 232, 0.78);
    font-size: 1rem;
    line-height: 1.65;
}

.hero-benefits-payment-list {
    display: grid;
    gap: 0.58rem;
    padding: 0;
    list-style: none;
}

.hero-benefits-payment-list li {
    position: relative;
    padding-left: 1.1rem;
    color: rgba(255, 250, 242, 0.88);
    font-size: 0.95rem;
    line-height: 1.55;
}

.hero-benefits-payment-list li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: rgba(var(--accent-rgb), 0.96);
    box-shadow: 0 0 0 0.18rem rgba(var(--accent-rgb), 0.12);
}

.hero-panel-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40rem;
    margin-block: auto;
}

@media (min-width: 1101px) {
    .hero-panel-content {
        transform: translateY(-2rem);
    }

    .hero-lead {
        margin-top: 0;
    }

    .hero-kicker {
        margin-top: clamp(3.1rem, 6.3vh, 5.4rem);
    }
}

.hero-kicker {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    color: rgba(246, 245, 239, 0.58);
    font-size: 0.68rem;
    letter-spacing: 0.24em;
}

.hero-kicker-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    transform: translateY(-0.7rem);
}

.hero-kicker-logo {
    display: block;
    width: clamp(144px, 19vw, 238px);
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.98;
}

.hero-kicker-caption {
    display: block;
    text-align: center;
}

.hero-kicker-line {
    width: 3.6rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.9), rgba(255, 255, 255, 0.12));
}

.hero-pretitle {
    max-width: 24rem;
    min-height: 0;
    color: rgba(var(--accent-rgb), 0.92);
    font-size: 0.86rem;
    line-height: 1.45;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: none;
    opacity: 1;
    user-select: auto;
}

.hero-label-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.hero-badge {
    flex-shrink: 0;
    max-width: 168px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 213, 113, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(79, 76, 58, 0.8), rgba(47, 45, 36, 0.9));
    color: #e8d392;
    text-align: center;
    font-family: "Tenor Sans", sans-serif;
    font-size: 1.18rem;
    line-height: 1.1;
}

.hero-badge span {
    display: block;
    margin-top: 0.45rem;
    color: rgba(232, 211, 146, 0.82);
    font-family: "Onest", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-display {
    position: relative;
    margin-top: 0;
    font-family: "Onest", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.06em;
    width: auto;
    max-width: none;
    margin-right: 0;
    font-size: clamp(2.7rem, 5.2vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 650;
    text-wrap: balance;
    text-shadow: 0 12px 26px rgba(17, 18, 16, 0.08);
}

.hero-display-line {
    display: block;
    font-weight: 600;
    letter-spacing: -0.022em;
}

.hero-display-line-single {
    letter-spacing: -0.028em;
    font-size: 0.76em;
}

.hero-display-line-typed + .hero-display-line {
    margin-top: 0.18em;
}

@media (min-width: 901px) {
    .hero-display-line-single {
        white-space: nowrap;
        font-size: 0.76em;
    }
}

.hero-display-line-typed {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    align-self: center;
    font-weight: 650;
    letter-spacing: -0.045em;
    min-height: 1.08em;
    white-space: nowrap;
    text-align: center;
    color: var(--accent);
    text-shadow:
        0 2px 10px rgba(19, 21, 16, 0.28),
        0 10px 24px rgba(var(--accent-rgb), 0.16);
}

.hero-typed-text {
    display: inline-block;
    min-width: 0;
    white-space: nowrap;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.hero-typed-text.is-switching {
    opacity: 0.18;
    transform: translateY(-0.08em);
}

.hero-typed-caret {
    display: inline-block;
    flex: 0 0 auto;
    width: 0.06em;
    height: 0.88em;
    margin-left: 0.12em;
    border-radius: 999px;
    background: currentColor;
    transform: translateY(0.08em);
    animation: hero-typed-caret-blink 0.9s step-end infinite;
}

.hero-title-lockup {
    position: relative;
    align-self: flex-start;
    width: fit-content;
    max-width: min(100%, 58rem);
    margin-bottom: 0;
}

.hero-price-note {
    display: inline-flex;
    align-items: center;
    margin: 0.9rem 0 0;
    padding: 0.5rem 0.9rem;
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    border-radius: 999px;
    background: rgba(12, 13, 11, 0.26);
    color: #f6f5ef;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(5, 6, 4, 0.16);
}

html[data-theme="light"] .hero-price-note {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.hero-lead {
    position: relative;
    max-width: 40rem;
    margin-right: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(246, 245, 239, 0.78);
    font-size: 0.99rem;
    line-height: 1.6;
    text-shadow: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-lead p {
    margin: 0;
}

.hero-lead p + p {
    margin-top: 0.45rem;
}

.hero-feature-list {
    display: grid;
    gap: 0.62rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-feature-list li {
    position: relative;
    padding-left: 1.45rem;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.hero-feature-list li::before {
    content: "";
    position: absolute;
    top: 0.78rem;
    left: 0;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #d8ef7a, var(--accent));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 0 0.24rem rgba(var(--accent-rgb), 0.12);
    transform: translateY(-50%);
}

.hero-feature-summary {
    margin: 0.9rem 0 0;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.94);
    font-size: inherit;
    line-height: 1.55;
    font-weight: 500;
}

.hero-feature-summary strong {
    color: rgba(var(--accent-rgb), 0.98);
    font-weight: 700;
}

.hero-outline {
    display: inline-flex;
    align-items: flex-start;
    gap: 1rem;
    width: min(100%, 500px);
    margin-top: 2rem;
    padding: 0.88rem 0.95rem 0.9rem 0.95rem;
    border: 1px solid var(--hero-surface-border);
    border-radius: 24px;
    background: var(--hero-surface-bg);
    box-shadow: var(--hero-surface-shadow);
    backdrop-filter: var(--hero-surface-blur);
    -webkit-backdrop-filter: var(--hero-surface-blur);
}

.hero-outline span:last-child {
    color: rgba(246, 245, 239, 0.84);
    font-size: 0.92rem;
    line-height: 1.52;
}

.hero-outline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.28), rgba(var(--accent-rgb), 0.08));
    border: 1px solid rgba(var(--accent-strong-rgb), 0.22);
}

.hero-outline-icon svg,
.hero-play-button svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-mobile-album {
    display: none;
}

.hero-mobile-metrics-block,
.hero-mobile-metrics {
    display: none;
}

.hero-mobile-album-viewport {
    overflow: hidden;
    width: 100%;
}

.hero-mobile-album-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.hero-mobile-album-label {
    color: rgba(246, 245, 239, 0.64);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.hero-mobile-album-cue {
    display: inline-flex;
    align-items: center;
    gap: 0.26rem;
}

.hero-mobile-album-cue span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.92), rgba(var(--accent-rgb), 0.18));
}

.hero-mobile-album-cue span:first-child {
    width: 18px;
}

.hero-mobile-album-cue span:last-child {
    width: 10px;
    opacity: 0.72;
}

.hero-mobile-album-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    align-items: stretch;
    gap: 0;
    width: 100%;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.hero-mobile-card {
    width: 100%;
    min-width: 0;
    padding: 0.96rem 1rem;
    border: 1px solid var(--hero-surface-border);
    border-radius: 22px;
    background: var(--hero-surface-bg);
    box-shadow: var(--hero-surface-shadow);
    backdrop-filter: var(--hero-surface-blur);
    -webkit-backdrop-filter: var(--hero-surface-blur);
    color: rgba(246, 245, 239, 0.78);
    text-decoration: none;
}

.hero-mobile-card strong {
    display: block;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.hero-mobile-card p,
.hero-mobile-card-copy {
    display: block;
    margin: 0.38rem 0 0;
    color: inherit;
    font-size: 0.82rem;
    line-height: 1.45;
}

.hero-mobile-card-lead p {
    margin: 0;
}

.hero-mobile-card-lead p + p {
    margin-top: 0.44rem;
}

.hero-mobile-card-outline {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 0.74rem;
}

.hero-mobile-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: rgba(var(--accent-strong-rgb), 0.94);
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.28), rgba(var(--accent-rgb), 0.08));
    border: 1px solid rgba(var(--accent-strong-rgb), 0.22);
}

.hero-mobile-card-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-mobile-card-metric {
    display: flex;
    flex-direction: column;
}

.hero-mobile-card-metric p {
    margin-top: 0.34rem;
}

.hero-mobile-album-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
}

.hero-mobile-album-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), background 0.24s cubic-bezier(0.22, 1, 0.36, 1), width 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-mobile-album-dot.is-active {
    width: 20px;
    background: linear-gradient(90deg, #d8ef7a, var(--accent));
    transform: none;
}

html[data-theme="light"] .hero-mobile-album-label {
    color: rgba(255, 250, 242, 0.9) !important;
}

html[data-theme="light"] .hero-mobile-card {
    color: rgba(36, 31, 23, 0.8);
}

html[data-theme="light"] .hero-mobile-card strong {
    color: rgba(36, 31, 23, 0.96);
}

html[data-theme="light"] .hero-mobile-album-dot {
    background: rgba(68, 55, 35, 0.2);
}

.hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.hero-cta {
    min-height: 68px;
    width: auto;
    flex: 1.2 1 0;
    min-width: 0;
    gap: 0.6rem;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.99);
    background: linear-gradient(180deg, #b8d050, #8ea533);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 22px 35px rgba(var(--accent-rgb), 0.22);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(37, 45, 12, 0.28);
}

html[data-theme="dark"] .hero-cta {
    color: #ffffff;
}

.hero-outline-secondary {
    min-height: 68px;
    flex: 1 1 0;
    min-width: 0;
    border: 1px solid rgba(255, 250, 242, 0.16);
    background:
        linear-gradient(180deg, rgba(28, 30, 25, 0.94), rgba(14, 15, 13, 0.98)),
        rgba(12, 13, 11, 0.96);
    color: #f8f4ed;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 32px rgba(0, 0, 0, 0.28);
    text-shadow: none;
}

.hero-outline-secondary:hover,
.hero-outline-secondary:focus-visible {
    border-color: rgba(var(--accent-rgb), 0.2);
    background:
        linear-gradient(180deg, rgba(34, 36, 30, 0.97), rgba(16, 17, 14, 1)),
        rgba(12, 13, 11, 0.98);
    color: #fffaf2;
}

.hero-cta-icon,
.hero-cta-label {
    position: relative;
    z-index: 1;
}

.hero-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.hero-cta-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-secondary-cta {
    min-height: 58px;
    padding-inline: 1.1rem;
    border: 1px solid var(--hero-surface-border);
    border-radius: 18px;
    background: var(--hero-surface-bg);
    box-shadow: var(--hero-surface-shadow);
    backdrop-filter: var(--hero-surface-blur);
    -webkit-backdrop-filter: var(--hero-surface-blur);
}

.hero-mobile-link {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    min-width: 0;
    flex: 0.88 1 0;
    padding: 0 1.5rem;
    border: 1px solid var(--hero-surface-border);
    border-radius: 20px;
    background: var(--hero-surface-bg);
    box-shadow: var(--hero-surface-shadow);
    backdrop-filter: var(--hero-surface-blur);
    -webkit-backdrop-filter: var(--hero-surface-blur);
    color: rgba(246, 245, 239, 0.8);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, background, border-color, box-shadow, color;
}

html[data-theme="dark"] .hero-mobile-link {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.74);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 40px rgba(0, 0, 0, 0.28);
    color: rgba(255, 255, 255, 0.94);
}

html[data-theme="light"] .hero-mobile-link {
    border-color: var(--hero-surface-border);
    box-shadow: var(--hero-surface-shadow);
}

.hero-mobile-link:hover,
.hero-mobile-link:focus-visible {
    transform: translateY(-2px);
    color: rgba(255, 255, 255, 0.96);
}

html[data-theme="dark"] .hero-mobile-link:hover,
html[data-theme="dark"] .hero-mobile-link:focus-visible {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.84);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 22px 42px rgba(0, 0, 0, 0.32);
}

html[data-theme="light"] .hero-mobile-link:hover,
html[data-theme="light"] .hero-mobile-link:focus-visible {
    border-color: rgba(88, 74, 53, 0.16);
    background: rgba(255, 251, 246, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 20px 36px rgba(88, 74, 53, 0.16);
    color: rgba(29, 24, 18, 0.96);
}

.hero-mobile-link:active {
    transform: translateY(1px) scale(0.985);
    transition-duration: 0.14s;
}

html[data-theme="dark"] .hero-mobile-link:active {
    background: rgba(0, 0, 0, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 24px rgba(0, 0, 0, 0.22);
}

html[data-theme="light"] .hero-mobile-link:active {
    background: rgba(255, 251, 246, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 10px 22px rgba(88, 74, 53, 0.12);
}

.hero-cta-note {
    max-width: 20rem;
    color: rgba(246, 245, 239, 0.62);
    font-size: 0.78rem;
    line-height: 1.45;
}

.hero-examples-cta {
    width: auto;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 250, 242, 0.04);
    color: rgba(246, 245, 239, 0.86);
    box-shadow: none;
}

.hero-examples-cta:hover,
.hero-examples-cta:focus-visible {
    background: rgba(255, 250, 242, 0.08);
    color: rgba(246, 245, 239, 0.96);
}

.hero-metrics-inline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.hero-metrics-inline span {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    min-height: 98px;
    padding: 0.95rem 1rem 1rem;
    border: 1px solid rgba(239, 244, 220, 0.06);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(246, 245, 239, 0.72);
    font-size: 0.84rem;
    line-height: 1.45;
}

.hero-metrics-inline strong {
    color: rgba(255, 255, 255, 0.96);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-media {
    display: none;
}

.hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 7, 12, 0.12) 0%, rgba(4, 7, 12, 0.2) 52%, rgba(4, 7, 12, 0.36) 100%),
        linear-gradient(90deg, rgba(4, 7, 12, 0.68) 0%, rgba(4, 7, 12, 0.44) 28%, rgba(4, 7, 12, 0.18) 52%, rgba(4, 7, 12, 0.18) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        inset 0 -90px 120px rgba(0, 0, 0, 0.18),
        inset 0 0 120px rgba(4, 6, 10, 0.08);
    pointer-events: none;
}

.hero-media::after {
    display: none;
}

.hero-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: none;
}

.hero-media picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-media picture::after {
    display: none;
}

html.theme-hero-pending .hero-media picture {
    opacity: 0;
}

.hero-media-glow {
    display: none;
}

.hero-media-note {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    max-width: 320px;
    padding: 1rem 1.1rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(14, 15, 13, 0.42);
    color: rgba(246, 245, 239, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-media-note span,
.hero-strip span {
    display: inline-flex;
    margin-bottom: 0.5rem;
    color: rgba(246, 245, 239, 0.68);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-media-note strong {
    display: block;
    font-size: 0.97rem;
    line-height: 1.55;
    font-weight: 500;
}

.hero-strip {
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.5rem;
    max-width: 540px;
    padding: 1.15rem 1.25rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(13, 14, 13, 0.42);
    color: rgba(246, 245, 239, 0.84);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-strip p {
    color: rgba(246, 245, 239, 0.84);
    font-size: 1rem;
    line-height: 1.6;
}

.hero-play {
    position: absolute;
    top: 43%;
    left: 50%;
    z-index: 3;
    display: grid;
    justify-items: center;
    gap: 0.6rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-media > .hero-play {
    display: none;
}

.hero-play-floating {
    left: 72%;
    z-index: 6;
}

.hero-play-floating .hero-play-text {
    letter-spacing: 0.04em;
    text-transform: none;
}

.hero-play-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, var(--accent-strong), var(--accent) 72%);
    color: var(--accent-dark);
    border: 3px solid rgba(var(--accent-rgb), 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 0 10px rgba(var(--accent-rgb), 0.08),
        0 20px 34px rgba(36, 48, 0, 0.18);
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-play-button svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    stroke: none;
    transform: translateX(2px);
}

.hero-play-text {
    padding: 0.44rem 0.9rem;
    border-radius: 999px;
    background: rgba(13, 14, 13, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(246, 245, 239, 0.84);
    font-size: 0.68rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="light"] .hero-play-button {
    color: var(--accent-dark);
    border-color: rgba(var(--accent-rgb), 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 0 8px rgba(var(--accent-rgb), 0.12),
        0 18px 30px rgba(108, 87, 51, 0.16);
}

html[data-theme="light"] .hero-stage.is-reveal-open {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.24)),
        linear-gradient(90deg, rgba(247, 240, 232, 0.98) 0%, rgba(247, 240, 232, 0.94) 42%, rgba(247, 240, 232, 0.48) 68%, rgba(247, 240, 232, 0.18) 100%);
}

html[data-theme="light"] .hero-reveal-panel {
    background: none;
    box-shadow: none;
}

html[data-theme="light"] .hero-reveal-head,
html[data-theme="light"] .hero-reveal-close,
html[data-theme="light"] .hero-reveal-card,
html[data-theme="light"] .hero-reveal-link {
    border-color: rgba(88, 74, 53, 0.12);
    background: rgba(255, 250, 243, 0.92);
}

html[data-theme="light"] .hero-reveal-eyebrow {
    color: rgba(88, 74, 53, 0.58);
}

html[data-theme="light"] .hero-reveal-title,
html[data-theme="light"] .hero-reveal-close,
html[data-theme="light"] .hero-reveal-card strong,
html[data-theme="light"] .hero-reveal-link {
    color: rgba(36, 31, 23, 0.9);
}

html[data-theme="light"] .hero-reveal-card p {
    color: rgba(36, 31, 23, 0.64);
}

.hero-stage.is-reveal-open {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        linear-gradient(90deg, rgba(17, 18, 16, 0.96) 0%, rgba(17, 18, 16, 0.92) 42%, rgba(17, 18, 16, 0.36) 68%, rgba(17, 18, 16, 0.16) 100%);
}

.hero-stage.is-reveal-open .hero-panel {
    transform: translateX(calc(-100% - 4rem));
    opacity: 1;
    filter: none;
    pointer-events: none;
}

.hero-stage.is-reveal-open .hero-media {
    transform: none;
    height: auto;
    min-height: 800px;
    width: 100%;
}

.hero-stage.is-reveal-open .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
}

.hero-stage.is-reveal-open .hero-media-note,
.hero-stage.is-reveal-open .hero-strip,
.hero-stage.is-reveal-open .hero-play {
    opacity: 0;
}

.hero-stage.is-reveal-open .hero-play {
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-stage.is-reveal-open .hero-play-button {
    transform: none;
    filter: none;
}

.hero-stage.is-reveal-open .hero-play-text {
    transform: none;
}

.hero-stage.is-reveal-open .hero-play-floating {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.hero-stage.is-reveal-open .hero-play-floating .hero-play-button {
    transform: none;
    filter: none;
}

.hero-stage.is-reveal-open .hero-play-floating .hero-play-text {
    opacity: 1;
    transform: none;
}

.hero-reveal-panel {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
    height: 100%;
    max-height: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background: none;
    transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage.is-reveal-open .hero-reveal-panel {
    opacity: 1;
    pointer-events: auto;
}

.hero-reveal-head,
.hero-reveal-card,
.hero-reveal-link {
    border: 1px solid rgba(233, 228, 214, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(32, 36, 28, 0.86), rgba(17, 20, 15, 0.9)),
        rgba(14, 16, 12, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 44px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.hero-reveal-head {
    position: absolute;
    top: 1.45rem;
    right: 1.45rem;
    width: min(42vw, 460px);
    padding: 1.15rem 3.8rem 1.2rem 1.2rem;
    transform: translateY(24px);
    opacity: 0;
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage.is-reveal-open .hero-reveal-head {
    transform: translateY(0);
    opacity: 1;
}

.hero-reveal-close {
    display: none;
}

.hero-stage.is-reveal-open .hero-reveal-close {
    display: none;
}

.hero-reveal-close span {
    display: none;
}

.hero-reveal-close span:first-child {
    display: none;
}

.hero-reveal-close span:last-child {
    display: none;
}

.hero-reveal-eyebrow {
    color: rgba(195, 203, 166, 0.68);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-reveal-title {
    max-width: none;
    margin-top: 0.6rem;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(1rem, 1.05vw, 1.28rem);
    line-height: 1.04;
    color: rgba(246, 245, 239, 0.95);
}

.hero-reveal-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(9, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.45rem 1.45rem 1.45rem;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.hero-reveal-card {
    position: relative;
    width: auto;
    max-width: 100%;
    padding: 1rem 1.05rem 1.05rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(22px);
    opacity: 0;
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-reveal-card:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / span 3;
    align-self: start;
    z-index: 2;
    transform: translate(-18px, 18px) rotate(-4.2deg);
}

.hero-reveal-card:nth-child(2) {
    grid-column: 10 / span 3;
    grid-row: 5 / span 3;
    align-self: start;
    z-index: 3;
    transform: translate(18px, 18px) rotate(3.6deg);
}

.hero-reveal-card:nth-child(3) {
    grid-column: 2 / span 3;
    grid-row: 5 / span 3;
    align-self: start;
    z-index: 4;
    transform: translate(-8px, 30px) rotate(-2.8deg);
}

.hero-reveal-card:nth-child(4) {
    grid-column: 6 / span 4;
    grid-row: 7 / span 2;
    align-self: end;
    z-index: 2;
    transform: translate(8px, 22px) rotate(2.2deg);
}

.hero-stage.is-reveal-open .hero-reveal-card {
    opacity: 1;
}

.hero-stage.is-reveal-open .hero-reveal-card:nth-child(1) {
    transform: translate(0, 8px) rotate(-2.2deg);
}

.hero-stage.is-reveal-open .hero-reveal-card:nth-child(2) {
    transform: translate(2px, 8px) rotate(2.2deg);
}

.hero-stage.is-reveal-open .hero-reveal-card:nth-child(3) {
    transform: translate(0, 0) rotate(-1.8deg);
}

.hero-stage.is-reveal-open .hero-reveal-card:nth-child(4) {
    transform: translate(0, 4px) rotate(1.4deg);
}

.hero-reveal-card strong {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(246, 245, 239, 0.94);
    font-size: 1rem;
    line-height: 1.38;
    font-weight: 600;
}

.hero-reveal-card p {
    color: rgba(216, 220, 208, 0.76);
    font-size: 0.88rem;
    line-height: 1.55;
}

.hero-reveal-link {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 1.2rem;
    color: rgba(246, 245, 239, 0.9);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(18px);
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-stage.is-reveal-open .hero-reveal-link {
    opacity: 1;
    transform: translateY(0);
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 2rem;
    align-items: stretch;
}

.hero-copy,
.hero-visual,
.about-card,
.about-intro,
.project,
.result-card,
.service-card,
.process-item,
.trust-shell,
.faq-item,
.contact-card {
    border: 1px solid var(--line);
    background: var(--panel);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
    outline: 1px solid rgba(255, 255, 255, 0.03);
}

.hero-copy {
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(160deg, rgba(255, 248, 238, 0.07), rgba(255, 248, 238, 0.02)),
        radial-gradient(circle at top left, rgba(255, 248, 238, 0.08), transparent 34%);
    align-self: stretch;
}

.section-tag {
    margin-bottom: 0;
    color: rgba(var(--accent-strong-rgb), 0.92);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
}

.hero-title,
.section-heading h2,
.services-copy h2,
.trust-copy h2,
.contact-copy h2,
.hero-card-copy h2,
.modal-copy h2 {
    font-family: "Onest", sans-serif;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.hero-title {
    max-width: 15ch;
    font-size: clamp(1.8rem, 3.1vw, 3rem);
    line-height: 1.04;
}

.hero-text {
    max-width: 38rem;
    margin-top: 1.1rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.hero-actions,
.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 56px;
    padding: 0 1.55rem;
    border: 0;
    border-radius: 999px;
    overflow: hidden;
    font-weight: 700;
    will-change: transform;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.22) 50%, transparent 82%);
    opacity: 0;
    transform: translateX(-120%);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-3px) scale(1.01);
}

.button:hover::after,
.button:focus-visible::after {
    opacity: 1;
    transform: translateX(120%);
}

.button:active {
    transform: translateY(0) scale(0.985);
    filter: saturate(0.96);
}

.button:active::after {
    opacity: 0.6;
    transform: translateX(60%);
}

.button-primary {
    color: rgba(255, 255, 255, 0.98);
    background: linear-gradient(135deg, #c8dc6f, var(--accent) 62%, #8ea630 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 18px 34px rgba(var(--accent-rgb), 0.24);
    text-shadow: 0 1px 0 rgba(37, 45, 12, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 24px 42px rgba(var(--accent-rgb), 0.28);
}

.button-secondary {
    border: 1px solid var(--line-strong);
    background: rgba(255, 250, 242, 0.03);
    color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: rgba(var(--accent-rgb), 0.24);
    background: rgba(255, 250, 242, 0.08);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.hero-metrics article {
    position: relative;
    padding: 1.15rem;
    border: 1px solid rgba(239, 244, 220, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 248, 240, 0.03);
}

.hero-metrics strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.35rem;
}

.hero-metrics span {
    color: var(--muted);
    font-size: 0.93rem;
}

.metric-icon,
.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0.95rem;
    border: 1px solid rgba(216, 238, 116, 0.24);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(185, 207, 57, 0.18), rgba(255, 250, 242, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.metric-icon svg,
.card-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--accent-strong);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-card .card-icon,
.value-card .card-icon {
    position: absolute;
    top: 1.7rem;
    left: 1.7rem;
    margin-bottom: 0;
}

.hero-visual {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border-radius: var(--radius-xl);
}

.hero-card-main {
    overflow: hidden;
    display: grid;
    gap: 0.8rem;
    padding: 0.75rem;
    border-radius: calc(var(--radius-xl) - 10px);
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.03), rgba(255, 250, 242, 0.015)),
        rgba(255, 250, 242, 0.025);
}

.hero-card-image {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 0;
    aspect-ratio: 16 / 10;
    padding: 0;
    border: 1px solid rgba(239, 244, 220, 0.06);
    border-radius: calc(var(--radius-lg) - 6px);
    background: rgba(240, 242, 234, 0.04);
}

.hero-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: calc(var(--radius-lg) - 6px);
    background: linear-gradient(180deg, rgba(15, 16, 13, 0.01) 0%, rgba(15, 16, 13, 0.05) 100%);
    pointer-events: none;
}

.hero-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: calc(var(--radius-lg) - 8px);
}

.hero-card-copy {
    position: relative;
    padding: 0 0.25rem 0.15rem;
}

.hero-card-copy p {
    margin-bottom: 0.6rem;
    color: var(--accent-strong);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    font-weight: 700;
}

.hero-card-copy h2 {
    max-width: 15ch;
    font-size: clamp(1.15rem, 1.5vw, 1.55rem);
    line-height: 1.12;
}

.hero-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.hero-note {
    min-height: 170px;
    padding: 1.35rem;
    border: 1px solid rgba(239, 244, 220, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 250, 242, 0.04);
}

.hero-note span,
.result-card span,
.service-card span,
.project-copy p,
.process-item span {
    display: inline-flex;
    margin-bottom: 0.8rem;
    color: var(--accent-strong);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-note span {
    display: block;
    margin-bottom: 1rem;
}

.hero-note strong {
    display: block;
    max-width: 18ch;
    color: rgba(246, 245, 239, 0.92);
    font-size: 0.94rem;
    line-height: 1.58;
    font-weight: 500;
}

.hero-note.accent {
    background: linear-gradient(180deg, rgba(185, 207, 57, 0.22), rgba(185, 207, 57, 0.08));
}

.ticker {
    margin-top: 1.8rem;
    overflow: hidden;
    border-top: 1px solid rgba(239, 244, 220, 0.08);
    border-bottom: 1px solid rgba(239, 244, 220, 0.08);
    background: rgba(255, 250, 242, 0.03);
}

.ticker-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    padding: 1rem 0;
    color: rgba(246, 245, 239, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
    animation: marquee 36s linear infinite;
}

.section-heading {
    display: grid;
    gap: var(--section-heading-gap);
    max-width: var(--section-heading-max);
    margin-bottom: clamp(2.45rem, 4vw, 3.2rem);
}

.section-heading h2,
.services-copy h2,
.trust-copy h2,
.contact-copy h2,
.modal-copy h2 {
    font-size: clamp(1.95rem, 3vw, 2.7rem);
    line-height: 1.06;
    text-wrap: balance;
}

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

.client-grid,
.value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-intro,
.about-card,
.client-card,
.value-card {
    padding: 1.8rem;
    border-radius: var(--radius-lg);
}

.about-intro {
    display: flex;
    align-items: end;
    background:
        radial-gradient(circle at 16% 18%, rgba(var(--accent-rgb), 0.24), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(222, 196, 148, 0.16), transparent 26%),
        linear-gradient(145deg, rgba(43, 48, 37, 0.96) 0%, rgba(28, 32, 25, 0.94) 48%, rgba(16, 18, 14, 0.98) 100%);
    min-height: 380px;
}

.about-intro p {
    max-width: 28rem;
    padding: 1.45rem;
    border: 1px solid rgba(239, 244, 220, 0.08);
    border-radius: var(--radius-md);
    background: rgba(13, 13, 13, 0.48);
    backdrop-filter: blur(14px);
}

.about-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(var(--accent-rgb), 0.1), transparent 26%),
        linear-gradient(145deg, rgba(37, 42, 33, 0.96) 0%, rgba(24, 28, 22, 0.95) 52%, rgba(15, 17, 13, 0.98) 100%);
}

html[data-theme="light"] .about-card span {
    color: var(--accent-strong);
}

html[data-theme="light"] .about-intro {
    background:
        radial-gradient(circle at 16% 18%, rgba(var(--accent-rgb), 0.18), transparent 30%),
        radial-gradient(circle at 84% 20%, rgba(244, 222, 187, 0.44), transparent 30%),
        linear-gradient(145deg, rgba(251, 246, 239, 0.98) 0%, rgba(241, 233, 221, 0.96) 52%, rgba(231, 221, 206, 0.98) 100%);
}

html[data-theme="light"] .about-card {
    background:
        radial-gradient(circle at 14% 16%, rgba(var(--accent-rgb), 0.09), transparent 28%),
        linear-gradient(145deg, rgba(249, 244, 237, 0.98) 0%, rgba(239, 231, 219, 0.96) 52%, rgba(229, 219, 203, 0.98) 100%);
}

.about-card span {
    color: var(--accent);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.about-card h3,
.client-card h3,
.value-card h3,
.service-card h3,
.project-copy h3,
.process-item h3,
.faq-item summary {
    font-size: 1.28rem;
    line-height: 1.14;
}

.about-card p,
.client-card p,
.value-card p,
.service-card p,
.project-copy span,
.result-card p,
.process-item p,
.services-copy p,
.contact-copy p,
.faq-item p,
.trust-points p,
.contact-note,
.modal-note,
.form-status {
    color: var(--muted);
}

.client-card,
.value-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--panel);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
    outline: 1px solid rgba(255, 255, 255, 0.02);
}

.client-card span,
.value-card span {
    position: absolute;
    top: 1.7rem;
    right: 1.7rem;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    color: var(--accent-strong);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: right;
}

.client-card {
    min-height: 250px;
    padding-top: 5.4rem;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.06), rgba(255, 250, 242, 0.02)),
        rgba(244, 247, 235, 0.04);
}

.client-card h3 {
    margin-bottom: 0.7rem;
}

.value-card {
    min-height: 240px;
    padding-top: 5.4rem;
    background:
        linear-gradient(180deg, rgba(var(--accent-rgb), 0.12), rgba(255, 250, 242, 0.03)),
        rgba(244, 247, 235, 0.04);
}

.client-card::before,
.value-card::before,
.service-card::before,
.result-card::before,
.process-item::before,
.faq-item::before,
.contact-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    pointer-events: none;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.projects-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
}

.projects-expand-button[hidden] {
    display: none !important;
}

.project {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.04), rgba(255, 250, 242, 0.02));
    cursor: pointer;
}

.project:focus-visible {
    outline: 2px solid rgba(var(--accent-rgb), 0.46);
    outline-offset: 3px;
}

.project-media {
    position: relative;
    overflow: hidden;
    margin: 1rem 1rem 0;
    border-radius: 20px;
}

.project-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(10, 12, 8, 0), rgba(10, 12, 8, 0.48));
    pointer-events: none;
}

.project img {
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.project-hotspot {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 48px;
    padding: 0.85rem 0.9rem 0.85rem 1rem;
    border: 1px solid rgba(255, 250, 242, 0.2);
    border-radius: 999px;
    background: rgba(10, 12, 8, 0.52);
    color: #fffaf2;
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-hotspot:hover,
.project-hotspot:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(185, 207, 57, 0.42);
    background: rgba(10, 12, 8, 0.74);
}

.project-hotspot-label {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.project-hotspot-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(185, 207, 57, 0.94);
    color: #182106;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
}

.project-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.1rem 1.35rem 1.45rem;
}

.project-copy > span {
    display: block;
}

.project-copy > .project-hotspot {
    position: static;
    align-self: flex-end;
    margin-top: 1rem;
}

.project-copy h3 {
    margin-bottom: 0.45rem;
    font-size: 1.38rem;
}

.project.is-project-active {
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.project.is-project-active .project-hotspot {
    border-color: rgba(185, 207, 57, 0.42);
    background: rgba(10, 12, 8, 0.82);
}

.project-inline-panel {
    grid-column: 1 / -1;
    display: block;
    margin-top: 0.2rem;
    padding: 1rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.06), rgba(255, 250, 242, 0.03)),
        radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.14), transparent 34%),
        #12150f;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.project-inline-panel[aria-hidden="true"] {
    display: none;
}

.project-inline-shell {
    align-items: stretch;
}

.project-inline-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.project-inline-title {
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.project-inline-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.04);
    color: var(--text);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.project-inline-close:hover,
.project-inline-close:focus-visible {
    border-color: rgba(185, 207, 57, 0.34);
    background: rgba(255, 250, 242, 0.08);
}

.project-inline-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.35rem;
}

.project-inline-next-project {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.1rem;
    border: 1px solid rgba(185, 207, 57, 0.24);
    border-radius: 999px;
    background: rgba(185, 207, 57, 0.12);
    color: var(--text);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.project-inline-next-project:hover,
.project-inline-next-project:focus-visible {
    border-color: rgba(185, 207, 57, 0.4);
    background: rgba(185, 207, 57, 0.18);
    transform: translateY(-1px);
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.result-card {
    position: relative;
    padding: 1.55rem;
    border-radius: var(--radius-lg);
}

.result-card strong {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 1.15rem;
}

.services-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.2rem;
}

.services-copy {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1rem 0;
}

.services-copy h2,
.services-copy p,
.service-card h3,
.service-card p,
.service-card-lead {
    margin: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.services-copy-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.services-copy-points span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.04);
    color: rgba(246, 245, 239, 0.82);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.service-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 0.72rem;
    min-height: 250px;
    padding: 1.55rem;
    border-radius: var(--radius-lg);
}

.service-card.featured {
    background:
        radial-gradient(circle at 14% 16%, rgba(var(--accent-rgb), 0.24), transparent 32%),
        linear-gradient(180deg, rgba(var(--accent-rgb), 0.2), rgba(var(--accent-rgb), 0.06)),
        rgba(255, 250, 242, 0.04);
}

.service-card.featured .text-link {
    margin-top: auto;
}

.service-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 1.9rem;
    margin: -0.1rem 0 0.35rem;
    padding: 0.32rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(15, 16, 12, 0.22);
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-card-lead {
    display: block;
    color: rgba(246, 245, 239, 0.82);
    font-size: 0.95rem;
    line-height: 1.55;
    font-weight: 500;
}

.service-card-points {
    display: grid;
    gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-card-points li {
    position: relative;
    padding-left: 1rem;
    color: rgba(246, 245, 239, 0.74);
    line-height: 1.55;
}

.service-card-points li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--accent-strong);
    box-shadow: 0 0 0 5px rgba(var(--accent-rgb), 0.12);
}

.design-focus-shell {
    --design-focus-pad: clamp(1.5rem, 3vw, 2.6rem);
    --design-focus-edge: max(20px, calc((100vw - var(--container)) / 2));
    position: relative;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(180px, 1fr);
    align-items: center;
    gap: 1.6rem 2rem;
    min-height: 620px;
    padding-block: var(--design-focus-pad);
    padding-inline: calc(var(--design-focus-edge) + var(--design-focus-pad));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 12% 16%, rgba(185, 207, 57, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(8, 10, 8, 0.92), rgba(20, 17, 12, 0.72));
    box-shadow: var(--shadow);
    overflow: hidden;
    isolation: isolate;
}

.design-focus-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 9, 7, 0.9) 0%, rgba(9, 11, 8, 0.78) 34%, rgba(11, 10, 8, 0.44) 58%, rgba(14, 12, 10, 0.18) 100%),
        linear-gradient(180deg, rgba(8, 9, 8, 0.14), rgba(8, 9, 8, 0.54));
}

.design-focus-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.design-focus-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92) contrast(1.04) brightness(0.82);
}

.design-focus-copy,
.design-focus-note,
.design-focus-play {
    position: relative;
    z-index: 2;
}

.design-focus-copy {
    grid-column: 1;
    display: grid;
    align-content: start;
    gap: 1rem;
    max-width: 34rem;
    padding: clamp(0.4rem, 1vw, 0.85rem);
}

.design-focus-copy .section-tag {
    color: rgba(210, 227, 103, 0.88);
}

.design-focus-copy h2 {
    max-width: 11ch;
    color: rgba(255, 250, 243, 0.96);
    text-wrap: balance;
}

.design-focus-copy p:last-child {
    max-width: 32rem;
    color: rgba(255, 250, 243, 0.8);
}

.design-focus-grid,
.design-focus-card {
    display: none;
}

.design-focus-note {
    grid-column: 1;
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 0.95rem;
    max-width: 33rem;
    padding: 1.25rem 1.3rem 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: rgba(14, 15, 12, 0.42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 22px 40px rgba(9, 10, 8, 0.24);
}

.design-focus-note strong {
    display: block;
    font-size: 1.15rem;
    line-height: 1.35;
    color: rgba(255, 250, 243, 0.96);
}

.design-focus-note p {
    max-width: 30rem;
    color: rgba(255, 250, 243, 0.78);
}

.design-focus-note .button {
    margin-top: 0.2rem;
}

.design-focus-play {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    display: grid;
    justify-items: center;
    gap: 0.7rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: none !important;
}

.design-focus-play:hover {
    transform: translateY(-3px);
}

.design-focus-play .hero-play-button {
    width: 88px;
    height: 88px;
}

.design-focus-play .hero-play-text {
    font-size: 0;
    letter-spacing: 0.08em;
}

.design-focus-play .hero-play-text::after {
    content: "видео фон";
    font-size: 0.68rem;
}

.design-focus-play.is-paused .hero-play-text::after {
    content: "запустить фон";
}

.design-focus-play.is-paused .hero-play-button {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 0 8px rgba(var(--accent-rgb), 0.08),
        0 16px 30px rgba(36, 48, 0, 0.16);
    filter: saturate(0.9);
}

.design-focus-shell-static {
    position: relative;
    width: 100%;
    margin-inline: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    min-height: 0;
    padding: clamp(1.35rem, 2.4vw, 2rem);
    border: 1px solid var(--line);
    border-radius: 32px;
    background:
        radial-gradient(circle at 85% 12%, rgba(var(--accent-rgb), 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        var(--panel);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.design-focus-shell-static::before {
    display: none;
}

.design-focus-shell-static .design-focus-video-wrap,
.design-focus-shell-static .design-focus-play {
    display: none !important;
}

.design-focus-shell-static .design-focus-copy,
.design-focus-shell-static .design-focus-note {
    position: relative;
    z-index: 1;
}

.design-focus-shell-static .design-focus-copy {
    display: grid;
    gap: 0.9rem;
    max-width: 42rem;
    padding: 0;
}

.design-focus-shell-static .design-focus-copy .section-tag {
    color: rgba(var(--accent-rgb), 0.92);
}

.design-focus-shell-static .design-focus-copy h2 {
    max-width: 18ch;
    color: var(--text);
    text-wrap: balance;
}

.design-focus-shell-static .design-focus-copy p:last-child {
    max-width: 44rem;
    color: var(--muted);
}

.design-focus-shell-static .design-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.design-focus-shell-static .design-focus-card {
    display: grid;
    gap: 0.72rem;
    min-height: 100%;
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.design-focus-shell-static .design-focus-card span {
    color: rgba(var(--accent-rgb), 0.9);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.design-focus-shell-static .design-focus-card h3 {
    font-size: 1.08rem;
    line-height: 1.3;
}

.design-focus-shell-static .design-focus-card p {
    color: var(--muted);
}

.design-focus-shell-static .design-focus-note {
    display: grid;
    gap: 0.8rem;
    max-width: none;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(var(--accent-rgb), 0.16);
    border-radius: 24px;
    background: rgba(var(--accent-rgb), 0.08);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.design-focus-shell-static .design-focus-note strong {
    color: var(--text);
    font-size: 1.05rem;
    line-height: 1.38;
}

.design-focus-shell-static .design-focus-note p {
    max-width: 52rem;
    color: var(--muted);
}

.text-link {
    display: inline-flex;
    margin-top: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(239, 244, 220, 0.24);
    background: transparent;
    color: var(--text);
}

.process-heading {
    max-width: 54rem;
}

.process-subtitle {
    max-width: 42rem;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.62;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.process-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.95rem;
    min-height: 100%;
    min-height: 330px;
    padding: 1.35rem 1.15rem 1.2rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);
}

html:not([data-theme="light"]) .process-item {
    border-color: rgba(255, 248, 238, 0.08);
    background:
        linear-gradient(180deg, rgba(28, 29, 27, 0.94), rgba(16, 17, 16, 0.96)),
        rgba(255, 250, 242, 0.025);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
    outline-color: rgba(255, 255, 255, 0.025);
}

.process-item span {
    display: inline-flex;
    align-self: flex-start;
    justify-self: flex-start;
    min-width: 56px;
    min-height: 56px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 244, 220, 0.12);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.03);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
}

html:not([data-theme="light"]) .process-item span {
    border-color: rgba(255, 248, 238, 0.1);
    background: rgba(255, 248, 238, 0.045);
    color: rgba(237, 231, 214, 0.9);
}

.process-item-copy {
    display: flex;
    flex-direction: column;
    gap: 0.82rem;
    min-height: 100%;
    width: 100%;
}

.process-item h3 {
    font-size: 1.24rem;
    line-height: 1.08;
}

.process-item-lead {
    color: rgba(246, 245, 239, 0.9);
    font-size: 0.97rem;
    line-height: 1.48;
    font-weight: 600;
}

.process-item-points {
    display: grid;
    gap: 0.58rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.process-item-points li {
    position: relative;
    padding-left: 1rem;
    color: var(--muted);
    line-height: 1.55;
}

.process-item-points li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.88);
    transform: translateY(-50%);
}

.process-item-result {
    display: block;
    margin-top: auto;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.45;
}

html[data-theme="light"] .process-item-lead {
    color: rgba(36, 31, 23, 0.86);
}

.process-item:nth-child(1),
.process-item:nth-child(4) {
    transform: none;
}

.process-item:nth-child(5) {
    grid-column: auto;
}

.process-support,
.process-stage-picker {
    position: relative;
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--panel);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.process-support-copy,
.process-stage-picker-copy {
    display: grid;
    gap: 0.7rem;
}

.process-support-copy {
    max-width: 48rem;
}

.process-stage-picker-copy {
    max-width: 42rem;
}

.process-support-copy h3,
.process-stage-picker-copy h3 {
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.08;
}

.process-support-copy p:last-child,
.process-stage-picker-copy p:last-child {
    color: var(--muted);
}

.process-support-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    justify-content: start;
}

.process-support-points span {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0.78rem 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 250, 242, 0.025);
    color: var(--text);
    font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.28;
}

.process-stage-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.process-stage-options a {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 250, 242, 0.025);
    color: var(--text);
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), color var(--transition-base);
}

.process-stage-options a:hover,
.process-stage-options a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(var(--accent-rgb), 0.26);
    background: rgba(255, 250, 242, 0.06);
}

@media (hover: hover) and (min-width: 901px) {
    .process-item-points,
    .process-item-result {
        max-height: none;
        opacity: 1;
        overflow: visible;
        transform: none;
        transition: none;
    }

    .process-item:hover,
    .process-item:focus-within {
        transform: translateY(-4px);
        border-color: rgba(var(--accent-rgb), 0.22);
        box-shadow: 0 26px 60px rgba(0, 0, 0, 0.26);
    }

    .process-item:hover .process-item-points,
    .process-item:hover .process-item-result,
    .process-item:focus-within .process-item-points,
    .process-item:focus-within .process-item-result {
        max-height: none;
        opacity: 1;
        transform: none;
    }
}

.trust-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 1.7rem;
    padding: 2.1rem;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(130deg, rgba(255, 248, 238, 0.06), rgba(255, 248, 238, 0.02)),
        radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.14), transparent 32%);
}

.trust-points {
    display: grid;
    gap: 0.9rem;
}

.trust-points p {
    padding: 1.05rem 1.1rem;
    border: 1px solid rgba(239, 244, 220, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 250, 242, 0.025);
}

.team-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.team-intro,
.team-card {
    position: relative;
    overflow: hidden;
    padding: 1.7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--panel);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
}

.team-intro::before,
.team-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    pointer-events: none;
}

.team-intro {
    display: grid;
    align-content: space-between;
    gap: 1.2rem;
    background:
        radial-gradient(circle at 14% 16%, rgba(var(--accent-rgb), 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 242, 0.06), rgba(255, 250, 242, 0.025)),
        rgba(255, 250, 242, 0.03);
}

.team-intro p {
    max-width: 30rem;
}

.team-intro-points {
    display: grid;
    gap: 0.7rem;
}

.team-intro-points span,
.team-card-role {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.5rem;
    color: rgba(var(--accent-strong-rgb), 0.92);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.team-intro-points span::before,
.team-card-role::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #d8ef7a, var(--accent));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 0 0 0.22rem rgba(var(--accent-rgb), 0.12);
}

.team-card {
    display: grid;
    align-content: start;
    gap: 0.9rem;
}

.team-card h3 {
    font-size: 1.22rem;
    line-height: 1.16;
}

.team-card-list {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-card-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.team-card-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.86);
    transform: translateY(-50%);
}

.team-heading {
    justify-items: center;
    text-align: center;
    max-width: 66rem;
    margin: 0 auto;
}

.team-heading > p:last-child {
    max-width: 48rem;
    margin: 0 auto;
}

.team-section {
    padding-top: clamp(3.35rem, 5vw, 4.4rem);
    padding-bottom: clamp(5.25rem, 7vw, 6.4rem);
}

.team-section .container {
    display: grid;
    gap: clamp(1.65rem, 3vw, 2.25rem);
}

.team-section .section-heading {
    margin-bottom: 0;
}

.team-heading h2 span {
    color: var(--accent-strong);
}

.team-divider {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.45rem;
}

.team-divider span {
    position: relative;
    width: min(260px, 46vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.team-divider span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 0 0.35rem rgba(var(--accent-rgb), 0.12);
    transform: translate(-50%, -50%);
}

.team-showcase {
    position: relative;
    display: grid;
    gap: 1.6rem;
    padding: clamp(1.25rem, 2vw, 1.8rem);
    border: 1px solid rgba(255, 248, 238, 0.08);
    border-radius: calc(var(--radius-xl) + 4px);
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.04), transparent 20%),
        radial-gradient(circle at 82% 18%, rgba(196, 160, 108, 0.06), transparent 22%),
        linear-gradient(180deg, rgba(28, 29, 27, 0.94), rgba(16, 17, 16, 0.97));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 24px 54px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.team-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%);
}

.team-members {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    max-width: 1040px;
    margin: 0 auto;
}

.team-member {
    --member-rgb: 196, 160, 108;
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 0.95rem;
    border: 1px solid rgba(255, 248, 238, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        rgba(15, 16, 15, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 16px 34px rgba(0, 0, 0, 0.16);
}

.team-member--lead {
    --member-rgb: 196, 160, 108;
}

.team-member--designer {
    --member-rgb: 182, 201, 91;
}

.team-member--designer-alt {
    --member-rgb: 157, 174, 188;
}

.team-member--founder {
    --member-rgb: 196, 160, 108;
    transform: translateY(-14px);
    border-color: rgba(var(--accent-rgb), 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(18, 19, 18, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 24px 42px rgba(0, 0, 0, 0.18);
}

.team-member--foreman {
    --member-rgb: 141, 164, 190;
}

.team-member--supply {
    --member-rgb: 196, 168, 129;
}

.team-member--crew {
    --member-rgb: 164, 172, 176;
}

.team-member-visual {
    position: relative;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 248, 238, 0.08);
    border-radius: 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 14%, rgba(var(--member-rgb), 0.18), transparent 30%),
        linear-gradient(180deg, rgba(34, 35, 33, 0.96), rgba(17, 18, 17, 0.98));
}

.team-member--founder .team-member-visual {
    aspect-ratio: 4 / 5.25;
}

.team-member-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
        linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.03) 45%, transparent 100%);
    pointer-events: none;
}

.team-member-portrait {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.team-member-portrait::before {
    content: none;
}

.team-member-portrait::after {
    content: none;
}

.team-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--team-photo-position, center 18%);
    filter: grayscale(0.12) saturate(0.82) contrast(1.04) brightness(0.9);
    transform: scale(1.03);
}

.team-member--designer {
    --team-photo-position: center 18%;
}

.team-member--designer-alt {
    --team-photo-position: center 16%;
}

.team-member--founder {
    --team-photo-position: center 14%;
}

.team-member-placeholder {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
    padding: 0.38rem 0.66rem;
    border: 1px solid rgba(255, 248, 238, 0.12);
    border-radius: 999px;
    background: rgba(12, 13, 12, 0.52);
    color: rgba(255, 250, 242, 0.7);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.team-member-copy {
    display: grid;
    gap: 0.55rem;
}

.team-member-role {
    color: rgba(var(--accent-strong-rgb), 0.92);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.team-member h3 {
    font-size: 1.18rem;
    line-height: 1.14;
}

.team-member--founder h3 {
    font-size: clamp(1.28rem, 1.7vw, 1.48rem);
}

.team-member-copy > p:last-child {
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.56;
}

.team-facts {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-top: 0.3rem;
    border-top: 1px solid rgba(255, 248, 238, 0.08);
}

.team-fact {
    display: grid;
    gap: 0.18rem;
    justify-items: center;
    padding: 0.55rem 1rem 0;
    text-align: center;
}

.team-fact + .team-fact {
    border-left: 1px solid rgba(255, 248, 238, 0.08);
}

.team-fact strong {
    color: rgba(var(--accent-strong-rgb), 0.96);
    font-size: clamp(1.5rem, 2.2vw, 2.35rem);
    line-height: 1;
    font-weight: 700;
}

.team-fact span {
    color: rgba(246, 245, 239, 0.78);
    font-size: 0.9rem;
    line-height: 1.45;
}

.team-cta {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

html[data-theme="light"] .team-divider span {
    background: linear-gradient(90deg, transparent, rgba(96, 79, 55, 0.16), transparent);
}

html[data-theme="light"] .team-showcase {
    border-color: rgba(96, 79, 55, 0.1);
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.14), transparent 20%),
        radial-gradient(circle at 82% 18%, rgba(196, 160, 108, 0.07), transparent 22%),
        linear-gradient(180deg, rgba(240, 231, 219, 0.96), rgba(227, 214, 197, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 18px 38px rgba(103, 82, 49, 0.08);
}

html[data-theme="light"] .team-showcase::before {
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%);
}

html[data-theme="light"] .team-member {
    border-color: rgba(96, 79, 55, 0.1);
    background:
        linear-gradient(180deg, rgba(252, 248, 242, 0.94), rgba(240, 231, 219, 0.95)),
        rgba(250, 244, 236, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 14px 30px rgba(103, 82, 49, 0.07);
}

html[data-theme="light"] .team-member--founder {
    border-color: rgba(176, 147, 95, 0.18);
    background:
        linear-gradient(180deg, rgba(249, 244, 237, 0.98), rgba(236, 227, 215, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 18px 36px rgba(103, 82, 49, 0.09);
}

html[data-theme="light"] .team-member-visual {
    border-color: rgba(96, 79, 55, 0.1);
    background:
        radial-gradient(circle at 50% 14%, rgba(var(--member-rgb), 0.14), transparent 30%),
        linear-gradient(180deg, rgba(231, 221, 208, 0.98), rgba(214, 199, 178, 0.98));
}

html[data-theme="light"] .team-member-visual::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 30%),
        linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 45%, transparent 100%);
}

html[data-theme="light"] .team-member-portrait::before {
    background:
        radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.14) 46%, rgba(255, 255, 255, 0.04) 72%),
        linear-gradient(180deg, rgba(var(--member-rgb), 0.14), rgba(255, 255, 255, 0.08));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.4),
        0 16px 24px rgba(103, 82, 49, 0.08);
}

html[data-theme="light"] .team-member-portrait::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
        linear-gradient(180deg, rgba(var(--member-rgb), 0.12), rgba(213, 199, 180, 0.16));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.34),
        0 18px 28px rgba(103, 82, 49, 0.08);
}

html[data-theme="light"] .team-member-placeholder {
    border-color: rgba(96, 79, 55, 0.12);
    background: rgba(255, 251, 246, 0.74);
    color: rgba(82, 69, 49, 0.72);
}

html[data-theme="light"] .team-member-role {
    color: rgba(102, 122, 28, 0.9);
}

html[data-theme="light"] .team-member-copy > p:last-child,
html[data-theme="light"] .team-fact span {
    color: rgba(53, 45, 33, 0.72);
}

html[data-theme="light"] .team-facts {
    border-top-color: rgba(96, 79, 55, 0.1);
}

html[data-theme="light"] .team-fact + .team-fact {
    border-left-color: rgba(96, 79, 55, 0.1);
}

@media (max-width: 1240px) {
    .team-members {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr) minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .team-members {
        grid-template-columns: 1fr;
    }

    .team-member--founder {
        transform: none;
    }

    .team-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem 0;
    }

    .team-fact:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 620px) {
    .team-section {
        padding-top: clamp(3rem, 8vw, 3.6rem);
        padding-bottom: clamp(4.25rem, 9vw, 5rem);
    }

    .team-showcase {
        padding: 1rem;
        gap: 1.2rem;
    }

    .team-members {
        grid-template-columns: 1fr;
    }

    .team-member {
        padding: 0.9rem;
    }

    .team-facts {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .team-fact {
        padding: 0.9rem 0 0;
    }

    .team-fact + .team-fact {
        border-left: 0;
        border-top: 1px solid rgba(255, 248, 238, 0.08);
    }

    html[data-theme="light"] .team-fact + .team-fact {
        border-top-color: rgba(96, 79, 55, 0.1);
    }
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-item.faq-hidden {
    display: none !important;
}

.faq-expand-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.1rem;
}

.faq-expand-button {
    min-width: min(100%, 240px);
}

.service-focus-section {
    padding-top: clamp(2rem, 4vw, 3.2rem);
}

.service-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-focus-card {
    display: grid;
    gap: 0.7rem;
    min-height: 100%;
    padding: 1.35rem 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--panel);
    box-shadow: 0 20px 40px rgba(4, 4, 3, 0.18);
}

.service-focus-card h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.3;
}

.service-focus-card p {
    margin: 0;
    color: var(--muted);
}

.service-resources-section {
    padding-top: 0;
}

.service-resource-groups {
    display: grid;
    gap: 1.35rem;
}

.service-resource-group {
    display: grid;
    gap: 0.9rem;
}

.service-resource-group-title {
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    font-weight: 700;
}

.cluster-resources-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.cluster-resource-card {
    display: grid;
    gap: 0.65rem;
    min-height: 100%;
    padding: 1.25rem 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--panel);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 20px 40px rgba(4, 4, 3, 0.16);
    transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base);
}

.cluster-resource-card:hover,
.cluster-resource-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(var(--accent-rgb), 0.28);
    background:
        linear-gradient(180deg, rgba(var(--accent-rgb), 0.08), rgba(255, 255, 255, 0.015)),
        var(--panel);
}

.cluster-resource-card-eyebrow {
    color: rgba(var(--accent-strong-rgb), 0.92);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cluster-resource-card h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.3;
}

.cluster-resource-card p {
    margin: 0;
    color: var(--muted);
}

.blog-preview-section {
    padding-top: clamp(2.6rem, 5vw, 4.2rem);
}

.blog-preview-shell {
    display: grid;
    gap: 1.5rem;
}

.blog-preview-section .section-heading {
    max-width: 58rem;
}

.blog-preview-grid {
    align-items: stretch;
}

.blog-preview-card {
    min-height: 100%;
}

.blog-preview-card p {
    max-width: 30ch;
}

.content-page-body {
    min-height: 100vh;
}

.content-page-header {
    position: sticky;
    top: 0;
    z-index: 60;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    background: rgba(10, 11, 10, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.content-page-header-inner,
.content-page-header-actions {
    display: flex;
    align-items: center;
}

.content-page-header-inner {
    justify-content: space-between;
    gap: 1rem;
    padding-block: 1rem;
}

.content-page-header-actions {
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.content-page-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.content-page-brand .brand-calligraphy-mark {
    display: block;
    width: auto;
    height: clamp(42px, 3vw, 58px);
    max-width: none;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.content-page-main {
    padding: clamp(1.4rem, 3vw, 2.2rem) 0 clamp(3rem, 5vw, 4.6rem);
}

.content-page-body .reveal,
.content-page-body .reveal.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
    animation: none;
}

.content-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: rgba(255, 250, 242, 0.62);
    font-size: 0.88rem;
}

.content-breadcrumbs a {
    color: rgba(255, 250, 242, 0.82);
    text-decoration: none;
}

.content-breadcrumbs a:hover,
.content-breadcrumbs a:focus-visible {
    color: #ffffff;
}

.content-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 1.2rem;
    align-items: stretch;
}

.content-hero-card,
.content-text-card,
.content-cta-card {
    width: 100%;
    justify-self: stretch;
}

.content-hero-media {
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 44px rgba(4, 4, 3, 0.2);
}

.content-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.content-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.content-fact {
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem 1rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.content-fact span {
    color: rgba(255, 250, 242, 0.56);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.content-fact strong {
    font-size: 0.96rem;
    line-height: 1.35;
}

.content-text-list {
    display: grid;
    gap: 0.55rem;
    padding-left: 1.1rem;
    margin: 0;
    color: var(--muted);
}

.content-text-list li::marker {
    color: rgba(var(--accent-rgb), 0.92);
}

@media (max-width: 1100px) {
    .cluster-resources-grid,
    .content-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-hero-layout {
        grid-template-columns: 1fr;
    }

    .content-hero-media img {
        max-height: 420px;
    }
}

@media (max-width: 720px) {
    .cluster-resources-grid,
    .content-facts {
        grid-template-columns: 1fr;
    }

    .content-page-main {
        padding-top: 1rem;
    }

    .content-breadcrumbs {
        gap: 0.35rem;
        margin-bottom: 0.7rem;
        font-size: 0.76rem;
    }

    .content-page-header-inner,
    .content-page-header-actions {
        align-items: stretch;
    }

    .content-page-header-inner {
        flex-direction: column;
    }

    .content-page-header-actions {
        width: 100%;
    }

    .content-page-header-actions .button {
        width: 100%;
        min-height: 44px;
        padding-inline: 1rem;
        font-size: 0.82rem;
    }

    .content-hero-card {
        gap: 0.82rem;
    }

    .content-hero-card h1 {
        font-size: clamp(1.85rem, 7.2vw, 2.35rem);
        line-height: 1.05;
    }

    .content-hero-card > p,
    .content-text-card > p,
    .content-cta-card > p {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .content-fact {
        gap: 0.22rem;
        padding: 0.78rem 0.88rem;
    }

    .content-fact span {
        font-size: 0.68rem;
        letter-spacing: 0.09em;
    }

    .content-fact strong {
        font-size: 0.92rem;
    }

    .content-hero-media {
        border-radius: 24px;
    }

    .content-hero-media img {
        max-height: 250px;
    }
}

.faq-item {
    position: relative;
    padding: 1.35rem 1.45rem;
    border-radius: var(--radius-lg);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding-right: 2rem;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    color: var(--accent-strong);
    font-size: 1.5rem;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "–";
}

.faq-item p {
    margin-top: 0.9rem;
    max-width: 58rem;
}

.faq-answer {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.95rem;
    max-width: 60rem;
}

.faq-answer p {
    margin: 0;
    max-width: none;
}

.faq-answer-list {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.42rem;
}

.faq-answer-list li::marker {
    color: var(--accent-strong);
}

.faq-answer-accent {
    color: var(--text-primary);
    font-weight: 600;
}

.faq-closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1.35rem;
    padding: 1.45rem 1.5rem;
    border-radius: calc(var(--radius-lg) + 0.1rem);
    border: 1px solid rgba(var(--accent-rgb), 0.2);
    background:
        linear-gradient(135deg, rgba(var(--accent-rgb), 0.14), rgba(255, 255, 255, 0.02)),
        rgba(19, 19, 19, 0.92);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.faq-closing-copy {
    display: grid;
    gap: 0.45rem;
}

.faq-closing-copy strong {
    font-family: "Onest", sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.faq-closing-copy p {
    margin: 0;
    max-width: 42rem;
}

@media (max-width: 720px) {
    .faq-closing {
        grid-template-columns: 1fr;
        padding: 1.2rem;
    }

    .faq-closing .button {
        width: 100%;
        justify-content: center;
    }
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    gap: clamp(1.2rem, 2vw, 2.25rem);
    align-items: center;
}

.reviews-section {
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.08), rgba(255, 248, 239, 0.02));
}

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

.contact-card {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1.9rem;
    border-radius: var(--radius-xl);
}

.contact-card > a {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 700;
}

.contact-copy {
    display: grid;
    gap: 1.2rem;
    max-width: 38rem;
}

.contact-copy-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-copy-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 250, 242, 0.74);
    font-size: 0.86rem;
    font-weight: 600;
}

.contact-card-primary {
    justify-self: end;
    width: min(100%, 510px);
    align-content: start;
    gap: 1.15rem;
    padding: clamp(1.3rem, 2.2vw, 1.9rem);
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.04), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--panel);
}

.contact-card-primary::after {
    content: "";
    position: absolute;
    inset: auto -3.4rem -4.1rem auto;
    width: 10rem;
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(var(--accent-rgb), 0.12), transparent 68%);
    filter: blur(10px);
    pointer-events: none;
}

.contact-card-topline,
.contact-card-footer,
.contact-detail-stack {
    display: grid;
    gap: 0.75rem;
}

.contact-card-topline {
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 250, 242, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-status-dot {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(var(--accent-rgb), 0.12);
}

.contact-detail-label {
    margin: 0;
    color: rgba(255, 250, 242, 0.5);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-direct-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.contact-direct-card,
.contact-detail-panel {
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: calc(var(--radius-lg) - 2px);
    background: rgba(255, 255, 255, 0.03);
}

.contact-direct-card {
    text-decoration: none;
    transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);
}

.contact-direct-card strong {
    color: var(--text);
    font-size: clamp(1rem, 1.45vw, 1.35rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

.contact-direct-card--email strong {
    font-size: clamp(0.98rem, 1.2vw, 1.22rem);
    letter-spacing: -0.03em;
}

.contact-direct-card--phone strong {
    white-space: nowrap;
    text-wrap: nowrap;
    font-size: clamp(0.98rem, 1.28vw, 1.28rem);
    letter-spacing: -0.03em;
}

.contact-direct-meta {
    color: var(--muted);
    font-size: 0.9rem;
}

.contact-direct-card:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--accent-rgb), 0.28);
    background: rgba(var(--accent-rgb), 0.08);
    box-shadow: 0 18px 34px rgba(4, 4, 3, 0.18);
}

.contact-social-links {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.contact-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    text-decoration: none;
    transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), color var(--transition-base), box-shadow var(--transition-base);
}

.contact-social-link svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--accent-rgb), 0.34);
    background: rgba(var(--accent-rgb), 0.1);
    color: rgba(var(--accent-rgb), 0.98);
    box-shadow: 0 14px 28px rgba(4, 4, 3, 0.16);
    outline: none;
}

.contact-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.contact-section-groups {
    display: grid;
    gap: 1rem;
}

.contact-section-group {
    display: grid;
    gap: 0.65rem;
}

.contact-section-group-title {
    margin: 0;
    color: var(--text);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.contact-link-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color var(--transition-base), background var(--transition-base), color var(--transition-base), transform var(--transition-base);
}

.contact-link-list a:hover {
    border-color: rgba(var(--accent-rgb), 0.38);
    background: rgba(var(--accent-rgb), 0.1);
    color: rgba(var(--accent-rgb), 0.98);
    transform: translateY(-1px);
}

@media (max-width: 860px) {
    .contact-direct-grid {
        grid-template-columns: 1fr;
    }
}

.contact-detail-text {
    margin: 0;
    color: var(--muted);
}

.review-card {
    align-content: start;
    min-height: 100%;
}

.review-meta {
    display: grid;
    gap: 0.2rem;
}

.review-meta strong {
    font-size: 1.08rem;
    line-height: 1.25;
}

.review-meta span {
    color: rgba(var(--accent-strong-rgb), 0.88);
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
}

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

.map-card {
    align-content: start;
}

.map-preview {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 68% 24%, rgba(185, 207, 57, 0.2), transparent 20%),
        radial-gradient(circle at 26% 72%, rgba(255, 250, 242, 0.1), transparent 22%),
        linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.03)),
        rgba(255, 250, 242, 0.03);
}

.map-preview-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 250, 242, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 250, 242, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
}

.map-preview::before,
.map-preview::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(185, 207, 57, 0.26);
    filter: blur(0.2px);
}

.map-preview::before {
    width: 180px;
    height: 14px;
    top: 36%;
    left: 8%;
    transform: rotate(-18deg);
}

.map-preview::after {
    width: 210px;
    height: 16px;
    bottom: 22%;
    right: 4%;
    transform: rotate(14deg);
}

.map-preview-pin {
    position: absolute;
    top: 46%;
    left: 54%;
    width: 26px;
    height: 26px;
    border-radius: 999px 999px 999px 0;
    background: var(--accent-strong);
    transform: translate(-50%, -50%) rotate(-45deg);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

.map-preview-pin::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    background: #fffaf2;
}

.map-preview-label {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 250, 242, 0.12);
    border-radius: 20px;
    background: rgba(10, 12, 8, 0.58);
    backdrop-filter: blur(14px);
}

.map-preview-label strong {
    font-size: 1rem;
}

.map-preview-label span {
    color: var(--muted);
    font-size: 0.88rem;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 20px;
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-section {
    scroll-margin-top: 7rem;
    transition: padding 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-section::before {
    transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-section.is-collapsed {
    padding-top: 0;
    padding-bottom: 0;
}

.lead-section.is-collapsed::before {
    opacity: 0;
}

.lead-section .modal-dialog {
    width: min(920px, 100%);
    max-height: none;
    overflow: visible;
    margin: 0 auto;
}

.lead-form-shell {
    transition:
        max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        min-height 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        padding 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.24s ease,
        opacity 0.24s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.24s ease;
}

.lead-form-shell.is-collapsed {
    min-height: 0;
    max-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-color: transparent;
    opacity: 0;
    overflow: hidden !important;
    pointer-events: none;
    transform: translateY(-12px);
    box-shadow: none;
}

html:not([data-theme="light"]) .section::before {
    background: linear-gradient(90deg, transparent, rgba(255, 248, 238, 0.16), rgba(196, 160, 108, 0.12), transparent);
}

html:not([data-theme="light"]) .metric-icon,
html:not([data-theme="light"]) .card-icon {
    border-color: rgba(255, 248, 238, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 248, 238, 0.08), rgba(255, 248, 238, 0.025)),
        rgba(19, 20, 19, 0.92);
}

html:not([data-theme="light"]) .hero-benefits-intro,
html:not([data-theme="light"]) .about-intro,
html:not([data-theme="light"]) .about-card,
html:not([data-theme="light"]) .client-card,
html:not([data-theme="light"]) .value-card,
html:not([data-theme="light"]) .service-card.featured,
html:not([data-theme="light"]) .team-intro,
html:not([data-theme="light"]) .map-preview {
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 248, 238, 0.08), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(210, 181, 130, 0.08), transparent 26%),
        linear-gradient(150deg, rgba(36, 37, 34, 0.96) 0%, rgba(23, 24, 22, 0.95) 48%, rgba(14, 15, 14, 0.98) 100%);
}

html:not([data-theme="light"]) .modal-dialog,
html:not([data-theme="light"]) .call-form-success {
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.04)),
        radial-gradient(circle at top left, rgba(255, 248, 238, 0.09), transparent 32%),
        #121312;
}

html:not([data-theme="light"]) .hero-note.accent {
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.1), rgba(255, 248, 238, 0.035));
}

html:not([data-theme="light"]) .project-inline-panel {
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.07), rgba(255, 250, 242, 0.03)),
        radial-gradient(circle at top left, rgba(255, 248, 238, 0.08), transparent 34%),
        #121312;
}

html:not([data-theme="light"]) .design-focus-shell {
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 248, 238, 0.08), transparent 26%),
        linear-gradient(135deg, rgba(9, 10, 9, 0.92), rgba(18, 16, 14, 0.76));
}

html:not([data-theme="light"]) .design-focus-shell::before {
    background:
        linear-gradient(90deg, rgba(7, 9, 7, 0.9) 0%, rgba(10, 11, 10, 0.8) 34%, rgba(12, 11, 10, 0.46) 58%, rgba(14, 12, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(8, 9, 8, 0.14), rgba(8, 9, 8, 0.54));
}

html:not([data-theme="light"]) .design-focus-shell-static .design-focus-note {
    border-color: rgba(255, 248, 238, 0.12);
    background: rgba(255, 248, 238, 0.05);
}

html:not([data-theme="light"]) .reviews-section {
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.028), rgba(255, 248, 239, 0.016));
}

html:not([data-theme="light"]) .map-preview::before,
html:not([data-theme="light"]) .map-preview::after {
    background: rgba(196, 160, 108, 0.18);
}

html:not([data-theme="light"]) .hero-benefits-intro p,
html:not([data-theme="light"]) .hero-benefit-card,
html:not([data-theme="light"]) .trust-shell,
html:not([data-theme="light"]) .review-card,
html:not([data-theme="light"]) .process-support,
html:not([data-theme="light"]) .process-stage-picker {
    border-color: rgba(255, 248, 238, 0.08);
    background:
        linear-gradient(180deg, rgba(30, 31, 29, 0.94), rgba(17, 18, 17, 0.97)),
        rgba(255, 250, 242, 0.024);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 22px 52px rgba(0, 0, 0, 0.22);
}

html[data-theme="light"] body {
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.34), transparent 18%),
        radial-gradient(circle at 84% 10%, rgba(214, 184, 141, 0.16), transparent 20%),
        radial-gradient(circle at 26% 62%, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(180deg, #efe2d1 0%, #e6d6c1 30%, #dcc7af 62%, #d1baa1 100%);
}

html[data-theme="light"] .site-frame::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.44), transparent 18%),
        radial-gradient(circle at 84% 18%, rgba(230, 205, 164, 0.16), transparent 18%),
        radial-gradient(circle at 22% 58%, rgba(255, 255, 255, 0.22), transparent 24%),
        radial-gradient(circle at 78% 82%, rgba(198, 167, 119, 0.12), transparent 26%);
}

html[data-theme="light"] .site-frame::after {
    opacity: 0.5;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.12) 0,
            rgba(255, 255, 255, 0.12) 1px,
            rgba(233, 223, 208, 0.02) 1px,
            rgba(233, 223, 208, 0.02) 4px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(150, 123, 86, 0.016) 0,
            rgba(150, 123, 86, 0.016) 1px,
            transparent 1px,
            transparent 6px
        ),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%, rgba(188, 160, 118, 0.03) 100%);
}

html[data-theme="light"] .section::before {
    background: linear-gradient(90deg, transparent, rgba(196, 160, 108, 0.26), rgba(255, 255, 255, 0.44), transparent);
}

html[data-theme="light"] .projects-section,
html[data-theme="light"] .process-section,
html[data-theme="light"] .trust-section,
html[data-theme="light"] .reviews-section,
html[data-theme="light"] .contact-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(241, 231, 218, 0.78), rgba(224, 210, 190, 0.68));
}

html[data-theme="light"] .hero-benefits-intro p,
html[data-theme="light"] .hero-benefit-card,
html[data-theme="light"] .hero-copy,
html[data-theme="light"] .hero-card-main,
html[data-theme="light"] .client-card,
html[data-theme="light"] .value-card,
html[data-theme="light"] .project,
html[data-theme="light"] .service-card,
html[data-theme="light"] .result-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .trust-shell,
html[data-theme="light"] .map-card,
html[data-theme="light"] .review-card,
html[data-theme="light"] .process-item,
html[data-theme="light"] .process-support,
html[data-theme="light"] .process-stage-picker,
html[data-theme="light"] .contact-direct-card,
html[data-theme="light"] .contact-detail-panel,
html[data-theme="light"] .modal-dialog,
html[data-theme="light"] .call-form-success,
html[data-theme="light"] .project-inline-panel,
html[data-theme="light"] .design-focus-shell-static .design-focus-card,
html[data-theme="light"] .design-focus-shell-static .design-focus-note {
    border-color: rgba(96, 79, 55, 0.12);
    background:
        linear-gradient(180deg, rgba(253, 248, 241, 0.72), rgba(239, 229, 215, 0.82)),
        radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.34), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(214, 184, 141, 0.1), transparent 26%),
        rgba(238, 227, 212, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.58),
        0 22px 52px rgba(108, 87, 51, 0.1);
}

html[data-theme="light"] .hero-benefits-intro,
html[data-theme="light"] .about-intro,
html[data-theme="light"] .about-card,
html[data-theme="light"] .team-intro,
html[data-theme="light"] .map-preview {
    border-color: rgba(96, 79, 55, 0.12);
    background:
        radial-gradient(circle at 14% 16%, rgba(191, 159, 108, 0.14), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.28), transparent 28%),
        linear-gradient(150deg, rgba(242, 233, 220, 0.98) 0%, rgba(231, 220, 203, 0.98) 48%, rgba(217, 201, 181, 0.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.66),
        0 24px 58px rgba(108, 87, 51, 0.12);
}

html[data-theme="light"] .hero-copy,
html[data-theme="light"] .trust-shell,
html[data-theme="light"] .service-card.featured {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.6)),
        radial-gradient(circle at 14% 14%, rgba(201, 168, 107, 0.16), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.42), transparent 28%),
        rgba(248, 241, 231, 0.92);
}

html[data-theme="light"] .services-copy-points span,
html[data-theme="light"] .contact-copy-pills span,
html[data-theme="light"] .contact-social-link,
html[data-theme="light"] .contact-link-list a,
html[data-theme="light"] .project-inline-next-project {
    border-color: rgba(96, 79, 55, 0.12);
    background: rgba(255, 252, 247, 0.78);
    color: rgba(36, 31, 23, 0.78);
}

.lead-section .modal-copy {
    max-width: 44rem;
    padding-right: 0;
}

.modal[aria-hidden="true"] {
    opacity: 0;
    pointer-events: none;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 8, 6, 0.72);
    backdrop-filter: blur(8px);
}

.modal-dialog {
    position: relative;
    width: min(760px, 100%);
    max-height: min(92vh, 980px);
    overflow: auto;
    padding: 1.5rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.04)),
        radial-gradient(circle at top left, rgba(185, 207, 57, 0.18), transparent 34%),
        #12150f;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.modal-copy,
.call-form {
    transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal-dialog.is-form-success {
    overflow: hidden;
    min-height: 520px;
}

.modal-dialog.is-form-success .modal-copy,
.modal-dialog.is-form-success .call-form {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.04);
    color: var(--text);
    font-size: 1.8rem;
    line-height: 1;
}

.modal-copy {
    max-width: 40rem;
    padding-right: 3.5rem;
}

.quiz-modal-dialog {
    width: min(1120px, 100%);
    max-height: min(92vh, 1180px);
    overflow: hidden;
    display: grid;
    gap: 0;
    padding: 0.9rem;
}

.quiz-modal-head {
    display: grid;
    gap: 0.65rem;
    max-width: 48rem;
    padding: 0.15rem 3.8rem 0 0.15rem;
}

.quiz-modal-head h2 {
    margin: 0;
}

.quiz-modal-frame {
    display: block;
    width: 100%;
    height: min(82vh, 920px);
    min-height: 720px;
    border: 0;
    border-radius: calc(var(--radius-xl) - 10px);
    background: transparent;
}

.call-form-success {
    position: absolute;
    inset: 1.5rem;
    z-index: 2;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.95rem;
    padding: clamp(1.8rem, 4vw, 3rem);
    border: 1px solid rgba(var(--accent-rgb), 0.24);
    border-radius: calc(var(--radius-xl) - 6px);
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.04)),
        radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.18), transparent 32%),
        #12150f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal-dialog.is-form-success .call-form-success {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.call-form-success-mark {
    display: inline-grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #cfe479, var(--accent));
    color: var(--accent-dark);
    font-size: 1.8rem;
    font-weight: 800;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 18px 34px rgba(var(--accent-rgb), 0.24);
}

.call-form-success h2 {
    max-width: 18ch;
    margin: 0;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(1.6rem, 3.2vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-align: center;
}

.call-form-success p:last-of-type {
    max-width: 32rem;
    color: var(--muted);
    font-size: 0.96rem;
    text-align: center;
}

.checklist-delivery {
    width: min(100%, 36rem);
    margin-top: 0.4rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checklist-delivery-heading {
    margin-bottom: 0.9rem;
    color: var(--text);
    font-size: 0.98rem;
    font-weight: 600;
}

.checklist-delivery-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.62rem;
}

.checklist-delivery-option {
    min-height: 72px;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.82rem 1rem;
    border-radius: 18px;
    border-width: 1px;
    box-shadow: none;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease,
        color 220ms ease;
}

.checklist-delivery-option.is-active {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(18, 20, 30, 0.08);
}

.checklist-delivery-option-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.checklist-delivery-option-note {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.4;
}

.checklist-delivery-option[data-checklist-channel="telegram"] {
    color: #1174a8;
    border-color: rgba(34, 158, 217, 0.22);
    background: rgba(34, 158, 217, 0.09);
}

.checklist-delivery-option[data-checklist-channel="telegram"]:hover,
.checklist-delivery-option[data-checklist-channel="telegram"]:focus-visible,
.checklist-delivery-option[data-checklist-channel="telegram"].is-active {
    color: #0d6695;
    border-color: rgba(34, 158, 217, 0.42);
    background: rgba(34, 158, 217, 0.16);
}

.checklist-delivery-option[data-checklist-channel="email"] {
    color: #b5651d;
    border-color: rgba(229, 128, 49, 0.2);
    background: rgba(229, 128, 49, 0.08);
}

.checklist-delivery-option[data-checklist-channel="email"]:hover,
.checklist-delivery-option[data-checklist-channel="email"]:focus-visible,
.checklist-delivery-option[data-checklist-channel="email"].is-active {
    color: #9c5314;
    border-color: rgba(229, 128, 49, 0.38);
    background: rgba(229, 128, 49, 0.15);
}

.checklist-delivery-option[data-checklist-channel="vk"] {
    color: #0068e0;
    border-color: rgba(0, 119, 255, 0.2);
    background: rgba(0, 119, 255, 0.08);
}

.checklist-delivery-option[data-checklist-channel="vk"]:hover,
.checklist-delivery-option[data-checklist-channel="vk"]:focus-visible,
.checklist-delivery-option[data-checklist-channel="vk"].is-active {
    color: #005dcb;
    border-color: rgba(0, 119, 255, 0.38);
    background: rgba(0, 119, 255, 0.15);
}

.checklist-contact-form {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.9rem;
}

.checklist-contact-actions,
.checklist-delivery-links,
.checklist-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.85rem;
}

.checklist-delivery-message {
    margin-top: 0.9rem;
    min-height: 1.5rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.checklist-delivery-message.is-loading {
    color: rgba(216, 238, 116, 0.88);
}

.checklist-delivery-message.is-success {
    color: #b8f5c8;
}

.checklist-delivery-message.is-error {
    color: #ffb3a8;
}

.project-modal-dialog {
    width: min(1040px, 100%);
    padding: 1.2rem;
}

.project-modal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 1.2rem;
    align-items: stretch;
}

.project-modal-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius-xl) - 6px);
    min-height: 100%;
    background: rgba(255, 250, 242, 0.04);
}

.project-compare {
    --compare-position: 52%;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.04);
}

.project-compare[hidden] {
    display: none !important;
}

.project-compare-image,
.project-compare-after {
    position: absolute;
    inset: 0;
}

.project-compare-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-compare-after {
    overflow: hidden;
    clip-path: inset(0 0 0 var(--compare-position));
}

.project-compare-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--compare-position);
    width: 0;
    transform: translateX(-50%);
    border-left: 1px solid rgba(255, 250, 242, 0.82);
    box-shadow: 0 0 0 1px rgba(10, 12, 8, 0.18);
    pointer-events: none;
}

.project-compare-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 250, 242, 0.18);
    border-radius: 999px;
    background: rgba(10, 12, 8, 0.62);
    backdrop-filter: blur(12px);
    transform: translate(-50%, -50%);
    box-shadow: 0 16px 28px rgba(4, 4, 3, 0.2);
}

.project-compare-handle::before,
.project-compare-handle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(255, 250, 242, 0.92);
    border-right: 2px solid rgba(255, 250, 242, 0.92);
}

.project-compare-handle::before {
    left: 10px;
    transform: translateY(-50%) rotate(-135deg);
}

.project-compare-handle::after {
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}

.project-compare-badge {
    position: absolute;
    top: 0.95rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.42rem 0.8rem;
    border: 1px solid rgba(255, 250, 242, 0.14);
    border-radius: 999px;
    background: rgba(10, 12, 8, 0.56);
    color: rgba(255, 250, 242, 0.92);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.project-compare-badge--before {
    left: 0.95rem;
}

.project-compare-badge--after {
    right: 0.95rem;
}

.project-compare-range {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
}

.project-modal-image {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.project-modal-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 250, 242, 0.16);
    border-radius: 999px;
    background: rgba(10, 12, 8, 0.18);
    color: rgba(255, 250, 242, 0.92);
    backdrop-filter: blur(12px);
    transform: translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-modal-nav svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.project-modal-nav-prev {
    left: 1rem;
}

.project-modal-nav-next {
    right: 1rem;
}

.project-modal-nav:hover,
.project-modal-nav:focus-visible {
    transform: translateY(-50%) scale(1.04);
    background: rgba(10, 12, 8, 0.32);
    border-color: rgba(255, 250, 242, 0.28);
}

.project-modal-nav.is-disabled,
.project-modal-nav:disabled {
    opacity: 0.28;
    pointer-events: none;
}

.project-modal-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem 1rem 1.2rem 0;
}

.project-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.project-modal-head .section-tag {
    margin: 0;
}

#projectModalTitle {
    font-family: "Onest", sans-serif;
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.024em;
    font-weight: 600;
    text-wrap: balance;
}

.project-modal-close-inline {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 0.95rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.04);
    color: var(--text);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.project-modal-close-inline:hover,
.project-modal-close-inline:focus-visible {
    border-color: rgba(185, 207, 57, 0.34);
    background: rgba(255, 250, 242, 0.08);
}

.project-modal-summary,
.project-modal-body {
    color: var(--muted);
}

.project-modal-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.project-modal-fact {
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.04);
}

.project-modal-fact span {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--accent-strong);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.project-modal-fact strong {
    font-size: 1rem;
    line-height: 1.3;
}

.project-modal-points {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-modal-point {
    position: relative;
    padding-left: 1.3rem;
    color: var(--text);
}

.project-modal-point::before {
    content: "";
    position: absolute;
    top: 0.55rem;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent-strong);
    box-shadow: 0 0 0 6px rgba(var(--accent-rgb), 0.12);
}

.call-form {
    margin-top: 1.5rem;
}

.modal-copy p {
    margin-top: 0.7rem;
    max-width: 40rem;
    color: var(--muted);
}

.call-form-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.call-form-progress-step {
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.03);
    color: var(--muted);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        color 0.3s ease;
}

.call-form-progress-step span {
    color: rgba(195, 201, 185, 0.78);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.call-form-progress-step strong {
    color: inherit;
    font-size: 0.98rem;
    line-height: 1.2;
}

.call-form-progress-step.is-active,
.call-form-progress-step.is-complete {
    color: var(--text);
}

.call-form-progress-step.is-active {
    border-color: rgba(var(--accent-rgb), 0.42);
    background: rgba(var(--accent-rgb), 0.08);
    transform: translateY(-1px);
}

.call-form-progress-step.is-active span,
.call-form-progress-step.is-complete span {
    color: var(--accent-strong);
}

.call-form-progress-step.is-complete {
    border-color: rgba(var(--accent-rgb), 0.22);
    background: rgba(var(--accent-rgb), 0.05);
}

.call-form-steps {
    position: relative;
}

.call-form-step[hidden] {
    display: none !important;
}

.call-form-step.is-active {
    animation: fade-in 0.22s ease;
}

.call-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field {
    display: grid;
    gap: 0.5rem;
}

.phone-field-shell {
    position: relative;
    display: block;
}

.phone-field-shell::after {
    content: attr(data-phone-hint);
    position: absolute;
    top: 50%;
    left: 2.45rem;
    transform: translateY(-50%);
    color: rgba(195, 201, 185, 0.8);
    pointer-events: none;
    transition: opacity 0.24s ease;
}

.phone-field-shell.is-filled::after {
    opacity: 0;
}

.field span {
    color: var(--accent-strong);
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 250, 242, 0.04);
    color: var(--text);
    padding: 1rem 1rem 0.95rem;
    outline: none;
    transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.field select {
    color-scheme: dark;
}

.field select:required:invalid {
    color: rgba(195, 201, 185, 0.8);
}

.field select option {
    background: #171914;
    color: var(--text);
}

.field select option[value=""] {
    color: rgba(195, 201, 185, 0.8);
}

.field input::placeholder,
.field textarea::placeholder {
    color: rgba(195, 201, 185, 0.8);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(216, 238, 116, 0.58);
    background: rgba(255, 250, 242, 0.06);
    box-shadow: 0 0 0 4px rgba(185, 207, 57, 0.14);
}

.field-wide {
    grid-column: 1 / -1;
}

.call-form-grid--calculator {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.call-form-grid--project-type .field,
.call-form-grid--area .field:not(.field-wide),
.call-form-grid--calculator .field:not(.field-wide) {
    max-width: 420px;
}

.calculator-summary {
    display: grid;
    gap: 1rem;
    padding: 1.35rem 1.4rem 1.4rem;
    border: 1px solid rgba(var(--accent-rgb), 0.2);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(var(--accent-rgb), 0.16), transparent 32%),
        linear-gradient(180deg, rgba(255, 250, 242, 0.055), rgba(255, 250, 242, 0.028)),
        rgba(16, 18, 15, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 34px rgba(0, 0, 0, 0.18);
}

.calculator-summary[hidden] {
    display: none !important;
}

.calculator-summary-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.calculator-summary-tag {
    margin: 0;
    color: var(--accent-strong);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.calculator-summary-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.32rem 0.75rem;
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.1);
    color: var(--accent-strong);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.calculator-summary-main {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 0.9rem;
    align-items: stretch;
}

.calculator-summary-figure {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.035);
}

.calculator-summary-amount {
    font-family: "Onest", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.calculator-summary-caption {
    margin: 0;
    color: rgba(245, 241, 232, 0.56);
    font-size: 0.88rem;
    line-height: 1.45;
}

.calculator-summary-note {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    background: rgba(255, 250, 242, 0.03);
    color: rgba(245, 241, 232, 0.8);
    line-height: 1.55;
}

.calculator-summary-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}

.calculator-summary-meta div {
    display: grid;
    gap: 0.34rem;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.045), rgba(255, 250, 242, 0.02)),
        rgba(13, 14, 12, 0.7);
}

.calculator-summary-meta dt {
    color: rgba(195, 201, 185, 0.68);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.calculator-summary-meta dd {
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
}

.call-form-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.8rem 1rem;
    margin-top: 1.2rem;
}

.form-hint {
    display: block;
    grid-column: 1 / -1;
    font-size: 0.94rem;
    line-height: 1.5;
    color: var(--muted);
}

.form-hint a,
.legal-note a,
.cookie-banner a {
    color: var(--text);
    text-decoration: underline;
    text-decoration-color: rgba(var(--accent-rgb), 0.34);
    text-underline-offset: 0.18em;
}

.call-form-footer .button {
    flex-shrink: 0;
    justify-self: end;
}

.call-form-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-end;
    grid-column: 1 / -1;
}

.call-form-footer-actions .button {
    min-width: 180px;
}

.form-status {
    min-height: 1.4rem;
    font-size: 0.95rem;
}

.legal-note {
    margin-top: 1rem;
    font-size: 0.94rem;
    color: var(--muted);
}

.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 80;
    display: block;
    align-items: center;
    width: min(1220px, calc(100% - 32px));
    padding: 1rem 1.35rem 1.05rem;
    border: 1px solid var(--cookie-panel-border);
    border-radius: 24px;
    background: var(--cookie-panel-bg);
    box-shadow: var(--cookie-panel-shadow);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    opacity: 1;
    filter: blur(0);
    transition:
        opacity 0.26s ease,
        transform 0.26s ease,
        filter 0.26s ease;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner.is-hiding {
    opacity: 0;
    transform: translateX(-50%) translateY(14px);
    filter: blur(6px);
    pointer-events: none;
}

.cookie-banner-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--muted);
    font: inherit;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    transition:
        color 0.35s ease,
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.cookie-banner-close:hover,
.cookie-banner-close:focus-visible {
    color: var(--text);
    transform: translateY(-1px);
    border-color: rgba(var(--accent-rgb), 0.24);
    background: rgba(255, 255, 255, 0.1);
}

.cookie-banner-copy {
    display: grid;
    gap: 0.34rem;
    padding-right: 2.4rem;
}

.cookie-banner-copy strong {
    font-size: 1rem;
    line-height: 1.2;
}

.cookie-banner-copy p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (min-width: 901px) {
    .cookie-banner {
        left: auto;
        right: 24px;
        width: min(460px, calc(100vw - 180px));
        transform: none;
    }

    .cookie-banner.is-hiding {
        transform: translateY(14px);
    }
}

.form-status.is-loading {
    color: rgba(216, 238, 116, 0.88);
}

.form-status.is-success {
    color: #b8f5c8;
}

.form-status.is-error {
    color: #ffb3a8;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}

html.js .reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1), transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible,
html.reveal-fallback .reveal {
    opacity: 1;
    transform: translateY(0);
}

.section-heading > p:not(.section-tag),
.services-copy > p:last-of-type,
.contact-copy > p:last-of-type,
.design-focus-copy > p:not(.section-tag),
.process-subtitle,
.process-support-copy > p:last-child,
.process-stage-picker-copy > p:last-child,
.modal-copy > p:not(.section-tag) {
    max-width: var(--section-copy-max);
    color: var(--muted);
    font-size: var(--copy-size);
    line-height: var(--copy-line);
}

.services-copy,
.contact-copy,
.design-focus-copy,
.process-support-copy,
.process-stage-picker-copy {
    gap: var(--section-heading-gap);
}

.about-grid,
.client-grid,
.value-grid,
.projects-grid,
.services-grid,
.process-list,
.team-grid,
.reviews-grid,
.faq-list {
    gap: 1.1rem;
}

.hero-benefit-card,
.about-intro,
.about-card,
.service-card,
.result-card,
.process-item,
.trust-shell,
.team-intro,
.team-card,
.review-card,
.faq-item,
.contact-card,
.design-focus-card,
.design-focus-note,
.process-support,
.process-stage-picker,
.contact-direct-card,
.contact-detail-panel {
    gap: var(--card-gap);
}

.hero-benefit-card,
.about-intro,
.about-card,
.service-card,
.result-card,
.process-item,
.trust-shell,
.team-intro,
.team-card,
.review-card,
.faq-item,
.contact-card,
.design-focus-card,
.design-focus-note,
.process-support,
.process-stage-picker,
.contact-direct-card,
.contact-detail-panel {
    padding: var(--card-padding-lg);
}

.client-card,
.value-card {
    padding: var(--card-padding-lg);
    padding-top: calc(var(--card-padding-lg) + 3.45rem);
}

.project-copy {
    padding: var(--card-padding) var(--card-padding-lg) var(--card-padding-lg);
}

.project-modal-copy {
    gap: var(--card-gap);
    padding: var(--card-padding-lg) var(--card-padding) var(--card-padding-lg) 0;
}

.hero-benefit-card h3,
.about-card h3,
.client-card h3,
.value-card h3,
.service-card h3,
.result-card h3,
.process-item h3,
.team-card h3,
.design-focus-card h3,
.project-copy h3 {
    font-family: "Onest", sans-serif;
    font-size: var(--card-title-size);
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-weight: 600;
    text-wrap: balance;
}

.process-support-copy h3,
.process-stage-picker-copy h3,
.design-focus-note strong,
.contact-card > a,
.project-modal-title {
    font-family: "Onest", sans-serif;
    letter-spacing: -0.022em;
    font-weight: 600;
    line-height: 1.08;
    text-wrap: balance;
}

.hero-benefit-card p,
.about-intro p,
.about-card p,
.client-card p,
.value-card p,
.service-card p,
.service-card-lead,
.result-card p,
.process-item-lead,
.process-item-points li,
.process-item-result,
.trust-points p,
.team-intro p,
.team-card-list li,
.review-card p,
.faq-item p,
.contact-card p,
.contact-detail-text,
.design-focus-card p,
.design-focus-note p,
.process-support-points span,
.project-copy span,
.project-modal-summary,
.project-modal-body,
.project-modal-point {
    font-size: var(--copy-size);
    line-height: var(--copy-line);
}

.field {
    gap: 0.55rem;
}

.field span {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
}

.field input,
.field select,
.field textarea {
    min-height: 58px;
    padding: 0.95rem 1.1rem;
    font-size: var(--copy-size);
    line-height: 1.45;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1100px) {
    .hero-stage {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0;
        height: auto;
        min-height: 0;
    }

    .hero-panel,
    .hero-media {
        grid-column: auto;
        grid-row: auto;
        position: relative;
        height: auto;
        min-height: 0;
    }

    .hero-panel {
        padding-bottom: 2rem;
    }

    .hero-stage.is-reveal-open .hero-panel {
        transform: none;
        opacity: 1;
        filter: none;
    }

    .hero-stage.is-reveal-open {
        grid-template-columns: 1fr;
    }

    .hero-stage.is-reveal-open .hero-media {
        transform: none;
        height: auto;
        width: 100%;
        justify-self: stretch;
    }

    .hero-panel-content {
        max-width: none;
    }

    .hero-display {
        width: auto;
        max-width: none;
        margin-right: 0;
    }

    .hero-lead {
        max-width: 31rem;
        margin-right: 0;
        padding-right: 0;
    }

    .hero-media {
        min-height: 520px;
    }

    .hero-reveal-panel {
        top: auto;
        left: 0.8rem;
        right: 0.8rem;
        bottom: 0.8rem;
        inset: auto 0.8rem 0.8rem;
        display: grid;
        gap: 0.7rem;
        max-height: min(74%, 540px);
        overflow: auto;
        transform: translateY(18px);
        overflow: auto;
    }

    .hero-stage.is-reveal-open .hero-reveal-panel {
        transform: translateY(0);
    }

    .hero-reveal-close,
    .hero-reveal-head,
    .hero-reveal-grid,
    .hero-reveal-link {
        position: static;
        width: auto;
    }

    .hero-reveal-close {
        justify-self: end;
    }

    .hero-reveal-head {
        transform: none;
        opacity: 1;
    }

    .hero-reveal-title {
        max-width: none;
    }

    .hero-reveal-grid {
        top: auto;
        bottom: auto;
    }

    .hero-reveal-card {
        transform: none;
        opacity: 1;
    }

    .hero-reveal-link {
        left: auto;
        bottom: auto;
        width: 100%;
        opacity: 1;
        transform: none;
    }

    .hero-stage.is-reveal-open .hero-media-note,
    .hero-stage.is-reveal-open .hero-strip,
    .hero-stage.is-reveal-open .hero-play {
        opacity: 1;
    }

    .hero-media-note {
        max-width: 360px;
    }

    .hero-play {
        left: 50%;
    }

    .hero-layout,
    .services-layout,
    .trust-shell,
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .contact-copy {
        max-width: none;
    }

    .contact-card-primary {
        justify-self: stretch;
        width: 100%;
    }

    .design-focus-shell {
        grid-template-columns: 1fr;
        min-height: 560px;
    }

    .design-focus-shell-static {
        min-height: 0;
    }

    .design-focus-shell-static .design-focus-copy h2,
    .design-focus-shell-static .design-focus-note,
    .design-focus-shell-static .design-focus-copy p:last-child {
        max-width: none;
    }

    .design-focus-shell-static .design-focus-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-grid,
    .client-grid,
    .value-grid,
    .team-grid,
    .reviews-grid,
    .service-focus-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .design-focus-copy h2 {
        max-width: none;
    }

    .design-focus-note {
        max-width: 34rem;
    }

    .design-focus-play {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .project-inline-shell {
        grid-template-columns: 1fr;
    }

    .project-inline-title {
        font-size: clamp(1.8rem, 4vw, 2.4rem);
    }

    .process-item:nth-child(1),
    .process-item:nth-child(4) {
        transform: none;
    }

    .process-item:nth-child(5) {
        grid-column: span 2;
    }

    .about-intro {
        grid-column: span 2;
        min-height: 300px;
    }

    .team-intro {
        grid-column: span 2;
    }
}

@media (max-width: 900px) {
    body {
        padding-bottom: calc(86px + env(safe-area-inset-bottom));
    }

    .mobile-bottom-nav {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 58;
        display: grid;
        grid-template-columns: minmax(0, 1.18fr) repeat(7, minmax(0, 1fr));
        align-items: start;
        justify-items: center;
        gap: 0.06rem;
        overflow: visible;
        padding: 0.5rem 0.2rem calc(0.5rem + (env(safe-area-inset-bottom) * 0.08));
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 24px;
        background: rgba(15, 13, 11, 0.78);
        backdrop-filter: blur(18px) saturate(140%);
        -webkit-backdrop-filter: blur(18px) saturate(140%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            0 18px 42px rgba(0, 0, 0, 0.18);
    }

    body.menu-open .mobile-bottom-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(12px);
    }

    .mobile-bottom-nav-link {
        width: 100%;
        min-width: 0;
        gap: 0.16rem;
        padding-inline: 0;
    }

    .mobile-bottom-nav-link > span:last-child {
        font-size: 0.46rem;
        line-height: 1.04;
        letter-spacing: 0;
        text-transform: none;
        white-space: nowrap;
        text-wrap: nowrap;
    }

    .mobile-bottom-nav-icon {
        width: 31px;
        height: 31px;
        border-radius: 10px;
    }

    .mobile-bottom-nav-icon::before {
        width: 15px;
        height: 15px;
    }

    html[data-theme="light"] .mobile-bottom-nav {
        border-color: rgba(88, 74, 53, 0.12);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 249, 241, 0.92)),
            linear-gradient(180deg, rgba(241, 232, 218, 0.94), rgba(227, 214, 194, 0.88));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.82),
            0 18px 42px rgba(108, 87, 51, 0.14);
    }

    .site-header {
        padding-top: 10px;
    }

    .header-shell,
    .site-header.is-solid .header-shell,
    body.menu-open .header-shell,
    html[data-theme="light"] .header-shell,
    html[data-theme="light"] .site-header.is-solid .header-shell,
    html[data-theme="light"] body.menu-open .header-shell {
        width: calc(100% - 24px);
        margin: 0 auto;
        min-height: 66px;
        gap: 0.7rem;
        padding: 0 0.85rem;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(15, 13, 11, 0.78);
        backdrop-filter: blur(18px) saturate(140%);
        -webkit-backdrop-filter: blur(18px) saturate(140%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            0 18px 42px rgba(0, 0, 0, 0.18);
    }

    html[data-theme="light"] .header-shell,
    html[data-theme="light"] .site-header.is-solid .header-shell,
    html[data-theme="light"] body.menu-open .header-shell {
        border-color: rgba(88, 74, 53, 0.12);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 249, 241, 0.92)),
            linear-gradient(180deg, rgba(241, 232, 218, 0.94), rgba(227, 214, 194, 0.88));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.82),
            0 18px 42px rgba(108, 87, 51, 0.14);
    }

    .brand {
        gap: 0;
    }

    .brand img {
        width: 42px;
        max-width: 42px;
        object-position: center;
    }

    .hero-label-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-display {
        font-size: clamp(3.2rem, 10vw, 5.1rem);
    }

    .hero-title-lockup {
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin-bottom: 0.55rem;
    }

    .hero-outline {
        width: 100%;
        border-radius: 28px;
    }

    .hero-play {
        top: 50%;
    }

    .design-focus-shell {
        min-height: 520px;
        gap: 1.25rem;
        --design-focus-pad: 1.35rem;
        padding-block: var(--design-focus-pad);
        padding-inline: calc(var(--design-focus-edge) + var(--design-focus-pad));
    }

    .design-focus-shell-static {
        padding: 1.15rem;
        border-radius: 24px;
    }

    .design-focus-shell-static .design-focus-grid {
        grid-template-columns: 1fr;
    }

    .design-focus-shell-static .design-focus-card,
    .design-focus-shell-static .design-focus-note {
        padding: 1rem;
        border-radius: 20px;
    }

    .design-focus-shell::before {
        background:
            linear-gradient(180deg, rgba(7, 9, 7, 0.82), rgba(9, 10, 8, 0.6) 46%, rgba(10, 10, 8, 0.74) 100%),
            linear-gradient(90deg, rgba(7, 9, 7, 0.78), rgba(10, 10, 8, 0.24));
    }

    .design-focus-copy {
        max-width: none;
        padding: 0.2rem;
    }

    .design-focus-note {
        max-width: none;
        padding: 1.1rem;
        border-radius: 24px;
    }

    .design-focus-play {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .hero-reveal-title {
        font-size: clamp(1.02rem, 3.8vw, 1.35rem);
        line-height: 1;
    }

    .hero-reveal-grid {
        grid-template-columns: 1fr;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: 3;
        justify-self: end;
    }

    .site-nav {
        position: fixed;
        top: 72px;
        left: auto;
        right: 12px;
        width: min(232px, calc(100vw - 24px));
        display: grid;
        gap: 0.4rem;
        padding: 1rem;
        border: 1px solid var(--line);
        border-radius: 24px;
        background: rgba(15, 17, 13, 0.96);
        max-height: calc(100dvh - 88px);
        overflow: auto;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a {
        padding: 0.9rem 0.4rem;
        border-bottom: 1px solid rgba(239, 244, 220, 0.08);
    }

    .site-nav a:last-child {
        border-bottom: 0;
    }

    .theme-fab {
        display: none;
    }

    .theme-menu-toggle {
        display: inline-flex;
    }

    .header-actions,
    .header-icon-link-vk {
        display: none;
    }

    .header-phone,
    .header-theme-toggle,
    .header-link {
        display: none;
    }

    .menu-toggle {
        width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 14px;
        overflow: visible;
    }

    .menu-toggle span {
        width: 18px;
    }

    .hero-metrics,
    .results-grid,
    .projects-grid,
    .services-grid,
    .client-grid,
    .value-grid,
    .team-grid,
    .reviews-grid,
    .service-focus-grid {
        grid-template-columns: 1fr;
    }

    .process-list {
        grid-template-columns: 1fr;
    }

    .process-item:nth-child(5) {
        grid-column: auto;
    }

    .project-inline-panel {
        display: none !important;
    }

    .project img {
        aspect-ratio: 16 / 10;
    }

    .project-modal-layout {
        grid-template-columns: 1fr;
    }

    .project-modal-copy {
        gap: 0.8rem;
        padding: 0.15rem 0 0;
    }

    .project-modal-image,
    .project-compare {
        min-height: 232px;
    }

    .project-modal-dialog {
        padding: 0.78rem;
    }

    .project-modal-dialog > .modal-close {
        display: none;
    }

    .project-modal-close-inline {
        display: inline-flex;
    }

    .project-modal-facts {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .project-modal-fact {
        padding: 0.78rem 0.88rem;
        border-radius: 18px;
    }

    .project-modal-fact span {
        margin-bottom: 0.3rem;
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }

    .project-modal-fact strong {
        font-size: 0.94rem;
    }

    #projectModalTitle,
    .project-inline-title {
        font-size: clamp(1.7rem, 7vw, 2.2rem);
    }

    .project-modal-summary,
    .project-modal-body,
    .project-modal-point {
        font-size: 0.94rem;
        line-height: 1.52;
    }

    .project-modal-points {
        gap: 0.58rem;
    }

    .project-modal-nav {
        width: 38px;
        height: 38px;
    }

    .project-compare-badge {
        top: 0.75rem;
        min-height: 30px;
        padding: 0.38rem 0.68rem;
        font-size: 0.66rem;
    }

    .project-compare-badge--before {
        left: 0.75rem;
    }

    .project-compare-badge--after {
        right: 0.75rem;
    }

    .project-compare-handle {
        width: 40px;
        height: 40px;
    }

    .project-modal-point {
        padding-left: 1.15rem;
    }

    .project-modal-point::before {
        top: 0.5rem;
        width: 7px;
        height: 7px;
    }

    .map-preview {
        min-height: 240px;
    }

    .cookie-banner {
        bottom: calc(102px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 720px) {
    .hero-shell {
        --hero-content-gutter: 12px;
    }

    .design-focus-shell {
        --design-focus-edge: max(12px, calc((100vw - var(--container)) / 2));
    }

    .intro-flow::before {
        inset: -7rem -1rem -1.5rem;
    }

    .intro-flow::after {
        inset: -6rem -5rem -2rem;
        filter: blur(26px);
    }

    .section {
        padding: 4rem 0;
    }

    .container {
        width: min(var(--container), calc(100% - 24px));
    }

    .site-header {
        padding-top: 8px;
    }

    .mobile-bottom-nav {
        left: 10px;
        right: 10px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        gap: 0.14rem;
        padding: 0.5rem 0.22rem calc(0.5rem + (env(safe-area-inset-bottom) * 0.08));
        border-radius: 22px;
    }

    .mobile-bottom-nav-link {
        min-width: 0;
        padding-inline: 0;
    }

    .mobile-bottom-nav-icon {
        width: 26px;
        height: 26px;
        border-radius: 10px;
    }

    .mobile-bottom-nav-icon::before {
        width: 13px;
        height: 13px;
    }

    .mobile-bottom-nav-link > span:last-child {
        font-size: 0.36rem;
    }

    .header-shell {
        width: calc(100% - 20px);
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 68px;
        gap: 0.6rem;
        padding: 0 0.75rem;
        border-radius: 22px;
    }

    .site-nav {
        right: 10px;
        width: min(224px, calc(100vw - 20px));
    }

    .brand img {
        width: 38px;
        max-width: 38px;
        height: auto;
    }

    .theme-menu-toggle {
        min-height: 48px;
        margin-top: 0.55rem;
    }

    .hero {
        margin-top: -72px;
        display: flex;
        flex-direction: column;
        min-height: 100svh;
        min-height: 100dvh;
        padding: calc(0.95rem + 72px) 0 calc(96px + env(safe-area-inset-bottom));
    }

    .hero::before {
        display: block !important;
        background-position: center top;
        background: linear-gradient(
            180deg,
            rgba(10, 10, 9, 0.74) 0%,
            rgba(10, 10, 9, 0.66) 36%,
            rgba(10, 10, 9, 0.62) 68%,
            rgba(10, 10, 9, 0.7) 100%
        ) !important;
    }

    .hero-shell {
        --hero-stage-edge: 12px;
        --hero-content-gutter: 20px;
        flex: 1 1 auto;
        gap: 0.8rem;
        min-height: 0;
    }

    .hero-stage {
        grid-template-columns: 1fr;
        border-radius: 28px;
        min-height: 100%;
    }

    .hero-side-panel {
        grid-column: 1;
        grid-row: auto;
        min-height: 0;
        padding: 0 1rem 1.15rem;
        align-items: stretch;
        justify-content: stretch;
        pointer-events: auto;
    }

    .hero-side-panel .hero-metrics-inline {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-benefits-intro {
        grid-column: 1 / -1;
        min-height: 300px;
    }

    .hero-panel {
        gap: 1rem;
        padding: 1.15rem 0.7rem 1.15rem;
        min-height: 100%;
        justify-content: flex-start;
        overflow: visible;
    }

    .hero-panel-content {
        gap: 1rem;
        max-width: none;
        width: 100%;
    }

    .hero-mobile-album {
        display: none;
    }

    .hero-mobile-album-head {
        padding-inline: 0;
    }

    .hero-mobile-album-viewport {
        width: 100%;
    }

    .hero-mobile-album-track {
        margin-bottom: 0.08rem;
    }

    .hero-mobile-card {
        width: 100%;
        padding: 0.92rem 0.95rem;
        border-radius: 20px;
    }

    .hero-mobile-card strong {
        font-size: 0.96rem;
    }

    .hero-mobile-card p,
    .hero-mobile-card-copy {
        font-size: 0.78rem;
    }

    .hero-mobile-card-outline {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 0.68rem;
    }

    .hero-mobile-card-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .hero-mobile-card-icon svg {
        width: 17px;
        height: 17px;
    }

    .hero-mobile-album-dots {
        gap: 0.38rem;
    }

    .hero-side-panel {
        display: none;
    }

    .hero-mobile-metrics-block,
    .hero-mobile-metrics,
    .hero-mobile-card-metric {
        display: none !important;
    }

    .hero-kicker {
        gap: 0.55rem;
        font-size: 0.6rem;
        letter-spacing: 0.16em;
    }

    .hero-kicker-line {
        width: 2rem;
    }

    .hero-pretitle {
        min-height: 0;
        font-size: 0.68rem;
        line-height: 1.4;
        letter-spacing: 0.04em;
    }

    .hero-display {
        margin-top: 0;
        margin-right: 0;
        max-width: none;
        width: 100%;
        font-size: clamp(1.95rem, 9.2vw, 2.55rem);
        line-height: 1.04;
        letter-spacing: -0.04em;
    }

    .hero-display-line-typed {
        display: block;
        max-width: 100%;
        min-width: 0 !important;
        white-space: normal;
        min-height: 1.92em;
        align-content: start;
    }

    .hero-display-line-typed + .hero-display-line {
        margin-top: 0.4em;
    }

    .hero-typed-text {
        display: inline;
        white-space: normal;
    }

    .hero-typed-caret {
        display: inline-block;
        margin-left: 0.08em;
    }

    .hero-cta-note {
        max-width: none;
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .hero-lead {
        max-width: none;
        margin-right: 0;
        padding-right: 0;
        padding: 0;
        font-size: 0.86rem;
        line-height: 1.5;
    }

    .hero-outline {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: center;
        gap: 0.72rem;
        padding: 0.72rem 0.8rem;
        border-radius: 20px;
    }

    .hero-outline-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .hero-outline-icon svg {
        width: 15px;
        height: 15px;
    }

    .hero-outline span:last-child {
        font-size: 0.8rem;
        line-height: 1.38;
    }

    .hero-actions {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0.72rem;
    }

    .hero-cta,
    .hero-mobile-link {
        width: auto;
        min-width: 0;
        min-height: 60px;
        font-size: 0.8rem;
        letter-spacing: 0.06em;
    }

    .hero-cta {
        flex: 1.18 1 0;
    }

    .hero-cta-icon svg {
        width: 17px;
        height: 17px;
    }

    .hero-mobile-link {
        flex: 0.82 1 0;
    }

    .hero-examples-cta,
    .hero-media,
    .hero-play,
    .hero-play-floating,
    .hero-reveal-panel,
    .hero-reveal-close {
        display: none;
    }

    .hero-mobile-link {
        display: inline-flex;
        align-self: auto;
        padding: 0 1rem;
        text-shadow: none;
    }

    .hero-metrics-inline,
    .hero-side-panel .hero-metrics-inline {
        grid-template-columns: 1fr;
        gap: 0.62rem;
    }

    .hero-metrics-inline span {
        min-height: 0;
        gap: 0.18rem;
        padding: 0.9rem 0.85rem 0.92rem;
        border-radius: 18px;
        text-align: left;
        font-size: 0.76rem;
        line-height: 1.35;
    }

    .hero-metrics-inline strong {
        font-size: 1rem;
    }

    .hero-copy,
    .hero-visual,
    .about-intro,
    .about-card,
    .service-card,
    .result-card,
    .process-item,
    .trust-shell,
    .faq-item,
    .contact-card {
        border-radius: 24px;
    }

    .hero-title {
        max-width: none;
        font-size: clamp(1.65rem, 6.6vw, 2.25rem);
        line-height: 1.06;
    }

    .hero-card-image {
        aspect-ratio: 4 / 3;
    }

    .hero-side,
    .about-grid,
    .call-form-grid,
    .call-form-grid--calculator,
    .calculator-summary-main,
    .calculator-summary-meta {
        grid-template-columns: 1fr;
    }

    .calculator-summary {
        padding: 1.05rem;
        gap: 0.85rem;
    }

    .calculator-summary-head {
        align-items: flex-start;
    }

    .calculator-summary-figure,
    .calculator-summary-note,
    .calculator-summary-meta div {
        padding: 0.9rem;
    }

    .calculator-summary-amount {
        font-size: clamp(1.45rem, 7vw, 2rem);
    }

    .about-intro {
        grid-column: auto;
        min-height: auto;
    }

    .hero-benefits-intro {
        min-height: auto;
    }

    .team-intro {
        grid-column: auto;
    }

    .process-item {
        grid-template-columns: 1fr;
    }

    .process-item span {
        min-width: 64px;
        min-height: 64px;
    }

    .ticker-track {
        gap: 1.2rem;
        font-size: 0.72rem;
    }

    .modal-dialog {
        padding: 1.2rem;
    }

    .modal-copy {
        padding-right: 2.75rem;
    }

    .project-modal-facts {
        grid-template-columns: 1fr;
    }

    .call-form-footer {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .call-form-footer-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .call-form-footer .button {
        width: 100%;
        justify-self: stretch;
    }

    .checklist-delivery-options {
        grid-template-columns: 1fr;
    }

    .checklist-contact-actions,
    .checklist-delivery-links,
    .checklist-success-actions {
        display: grid;
    }

    .cookie-banner {
        left: 50%;
        bottom: calc(98px + env(safe-area-inset-bottom));
        width: calc(100% - 28px);
        padding: 0.9rem;
        border-radius: 20px;
    }

    .cookie-banner-close {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
    }

    .cookie-banner-copy {
        padding-right: 2rem;
    }
}

@media (max-width: 560px) {
    .section {
        padding: 3.6rem 0;
    }

    body {
        padding-bottom: calc(88px + env(safe-area-inset-bottom));
    }

    .site-header {
        padding-top: 8px;
    }

    .header-shell {
        width: calc(100% - 16px);
        border-radius: 20px;
    }

    .site-nav {
        right: 8px;
        width: min(216px, calc(100vw - 16px));
    }

    .mobile-bottom-nav {
        left: 8px;
        right: 8px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        gap: 0.04rem;
        padding: 0.42rem 0.06rem calc(0.42rem + (env(safe-area-inset-bottom) * 0.08));
        border-radius: 20px;
    }

    .mobile-bottom-nav-link {
        min-width: 0;
        padding-inline: 0;
        gap: 0.12rem;
    }

    .mobile-bottom-nav-icon {
        width: 25px;
        height: 25px;
    }

    .mobile-bottom-nav-icon::before {
        width: 12px;
        height: 12px;
    }

    .mobile-bottom-nav-link > span:last-child {
        font-size: 0.37rem;
        letter-spacing: 0;
        line-height: 1.04;
        white-space: nowrap;
        text-wrap: nowrap;
    }

    .hero-stage {
        border-radius: 24px;
    }

    .call-form-progress {
        gap: 0.55rem;
    }

    .call-form-progress-step {
        padding: 0.8rem 0.7rem;
        border-radius: 18px;
    }

    .call-form-progress-step span {
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }

    .call-form-progress-step strong {
        font-size: 0.76rem;
    }

    .hero-side-panel {
        padding: 0 0.9rem 1rem;
    }

    .hero-benefits-intro p,
    .hero-benefit-card {
        border-radius: 20px;
    }

    .hero-benefits-grid {
        grid-template-columns: 1fr;
    }

    .hero-benefits-intro {
        min-height: auto;
        padding: 1rem;
    }

    .hero-benefits-intro p {
        padding: 1rem;
    }

    .hero-panel {
        gap: 0.9rem;
        padding: 1rem 0.6rem 1rem;
    }

    .hero-panel-content {
        gap: 1rem;
        width: 100%;
    }

    .intro-flow::before {
        inset: -6rem -1rem -1rem;
    }

    .intro-flow::after {
        inset: -5rem -4rem -1.5rem;
    }

    .hero-outline {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 0.64rem;
        padding: 0.66rem 0.72rem;
        border-radius: 18px;
    }

    .hero-outline-icon {
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }

    .hero-outline-icon svg {
        width: 14px;
        height: 14px;
    }

    .hero-cta,
    .hero-mobile-link {
        width: 100%;
        min-width: 0;
        min-height: 56px;
        font-size: 0.74rem;
    }

    .hero-cta {
        gap: 0.5rem;
    }

    .hero-cta-icon svg {
        width: 16px;
        height: 16px;
    }

    .hero-secondary-cta {
        min-height: 56px;
        padding-inline: 1.1rem;
        font-size: 0.76rem;
    }

    .hero-display {
        width: 100%;
        font-size: clamp(1.72rem, 8.9vw, 2.08rem);
        line-height: 1.05;
    }

    .hero-mobile-album {
        gap: 0.5rem;
    }

    .hero-mobile-album-label {
        font-size: 0.56rem;
    }

    .hero-mobile-metrics-block {
        margin-top: 0;
    }

    .hero-mobile-card {
        width: 100%;
        padding: 0.84rem 0.86rem;
        border-radius: 18px;
    }

    .hero-mobile-card strong {
        font-size: 0.92rem;
    }

    .hero-mobile-card p,
    .hero-mobile-card-copy {
        font-size: 0.75rem;
        line-height: 1.38;
    }

    .hero-mobile-card-outline {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 0.64rem;
    }

    .hero-mobile-card-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .hero-mobile-album-dot {
        width: 7px;
        height: 7px;
    }

    .hero-mobile-album-dot.is-active {
        width: 18px;
    }

    .hero-display-line-typed {
        min-height: 1.95em;
    }

    .hero-display-line-typed + .hero-display-line {
        margin-top: 0.44em;
    }

    .hero-cta-note {
        font-size: 0.72rem;
        line-height: 1.34;
    }

    .hero-lead {
        padding: 0.85rem 0.9rem;
        font-size: 0.8rem;
        line-height: 1.44;
    }

    .hero-outline span:last-child {
        font-size: 0.76rem;
        line-height: 1.34;
    }

    .hero-metrics-inline,
    .hero-side-panel .hero-metrics-inline {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .hero-metrics-inline span {
        padding: 0.8rem 0.75rem 0.82rem;
        font-size: 0.72rem;
        border-radius: 18px;
    }

    .hero-metrics-inline strong {
        font-size: 0.94rem;
    }

    .hero-mobile-link {
        padding: 0 0.78rem;
        line-height: 1.35;
    }

    .header-phone {
        display: none;
    }

    .hero-copy {
        padding: 1.35rem;
    }

    .hero-text,
    .services-copy p,
    .contact-copy p {
        font-size: 0.97rem;
    }

    .button {
        width: 100%;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .hero-actions .button,
    .hero-actions .hero-mobile-link {
        width: 100%;
    }

    .contact-buttons {
        display: grid;
    }

    .contact-copy-pills span {
        width: 100%;
        justify-content: center;
    }

    .contact-direct-grid {
        grid-template-columns: 1fr;
    }

    .contact-direct-card,
    .contact-detail-panel {
        padding: 0.95rem;
    }

    .contact-social-links {
        justify-content: center;
    }

    .contact-card-topline {
        grid-auto-flow: row;
        justify-content: start;
        gap: 0.4rem;
    }

    .about-intro,
    .client-card,
    .value-card,
    .team-intro,
    .team-card,
    .service-card,
    .review-card,
    .process-item,
    .contact-card {
        min-height: auto;
    }

    .client-card,
    .value-card {
        padding-top: 4.8rem;
    }

    .trust-shell {
        padding: 1.3rem;
    }

    .faq-item {
        padding: 1.15rem 1rem;
    }

    .contact-card,
    .project-copy,
    .result-card,
    .service-card {
        padding: 1.2rem;
    }

    .team-intro,
    .team-card {
        padding: 1.2rem;
    }

    .hero-metrics {
        gap: 0.8rem;
    }

    .hero-metrics article,
    .hero-note,
    .project-copy,
    .result-card,
    .service-card,
    .contact-card {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .hero-note {
        min-height: auto;
    }

    .modal {
        padding: 12px;
    }

    .modal-dialog {
        border-radius: 24px;
    }

    .project-hotspot {
        right: 0.7rem;
        bottom: 0.7rem;
        min-height: 48px;
        padding: 0.72rem 0.82rem 0.72rem 0.88rem;
    }

    .project-hotspot-label {
        font-size: 0.72rem;
    }

    .project-modal-image,
    .project-compare {
        min-height: 220px;
    }

    .project-modal-dialog {
        padding: 0.65rem;
    }

    .project-modal-copy {
        gap: 0.64rem;
    }

    .map-preview {
        min-height: 210px;
    }

    .project-modal-nav {
        width: 38px;
        height: 38px;
    }

    .project-compare-badge {
        top: 0.7rem;
        min-height: 28px;
        padding: 0.34rem 0.62rem;
        font-size: 0.62rem;
    }

    .project-compare-badge--before {
        left: 0.7rem;
    }

    .project-compare-badge--after {
        right: 0.7rem;
    }

    .project-compare-handle {
        width: 38px;
        height: 38px;
    }

    .project-modal-nav-prev {
        left: 0.75rem;
    }

    .project-modal-nav-next {
        right: 0.75rem;
    }

    .field-wide {
        grid-column: auto;
    }
}

.site-legal-footer {
    padding: 0 0 1.6rem;
}

.site-legal-footer-inner {
    display: flex;
    justify-content: center;
}

.site-legal-note {
    margin: 0;
    max-width: 760px;
    color: rgba(66, 58, 49, 0.62);
    font-size: 0.78rem;
    line-height: 1.55;
    letter-spacing: 0.01em;
    text-align: center;
}

@media (max-width: 1280px) {
    .process-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .process-support-points,
    .process-stage-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .process-list,
    .process-support-points,
    .process-stage-options {
        grid-template-columns: 1fr;
    }

    .process-item,
    .process-support,
    .process-stage-picker {
        min-height: auto;
    }

    .process-support,
    .process-stage-picker {
        padding: 1.2rem;
    }

    .process-stage-picker > .button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) and (min-width: 901px) {
    html {
        scroll-behavior: auto;
    }

    .reveal,
    .ticker-track,
    .site-header,
    .site-nav,
    .menu-toggle span,
    .button,
    .hero-mobile-link,
    .site-nav a,
    .header-link,
    .header-phone,
    .text-link,
    .modal,
    .modal-close {
        transition: none;
        animation: none;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }

    .hero-panel-content > *,
    .hero-side-panel .hero-metrics-inline > span,
    .hero-actions > .hero-cta,
    .hero-actions > .hero-mobile-link {
        opacity: 1;
        visibility: visible;
        transform: none;
        filter: none;
        animation: none;
    }
}

html:not([data-theme="light"]) .site-frame::after {
    opacity: 0.24;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0) 42%),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.006) 0,
            rgba(255, 255, 255, 0.006) 1px,
            transparent 1px,
            transparent 16px
        ),
        linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.008) 46%, transparent 100%);
}

html[data-theme="light"] body {
    background:
        radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.16), transparent 20%),
        radial-gradient(circle at 82% 12%, rgba(209, 181, 139, 0.1), transparent 18%),
        linear-gradient(180deg, #e9dccb 0%, #e2d2bd 34%, #d7c3aa 68%, #ccb59a 100%);
}

html[data-theme="light"] .site-frame::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.22), transparent 18%),
        radial-gradient(circle at 84% 18%, rgba(217, 190, 149, 0.08), transparent 20%),
        radial-gradient(circle at 22% 58%, rgba(255, 255, 255, 0.08), transparent 24%),
        radial-gradient(circle at 78% 82%, rgba(188, 160, 118, 0.06), transparent 26%);
}

html[data-theme="light"] .site-frame::after {
    opacity: 0.22;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 42%),
        repeating-linear-gradient(
            90deg,
            rgba(150, 123, 86, 0.008) 0,
            rgba(150, 123, 86, 0.008) 1px,
            transparent 1px,
            transparent 18px
        ),
        linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.04) 46%, transparent 100%);
}

html:not([data-theme="light"]) .site-frame::after,
html[data-theme="light"] .site-frame::after {
    opacity: 0;
    background: none;
}

html[data-theme="light"] .hero-benefits-intro,
html[data-theme="light"] .about-intro,
html[data-theme="light"] .about-card,
html[data-theme="light"] .team-intro,
html[data-theme="light"] .map-preview,
html[data-theme="light"] .hero-copy,
html[data-theme="light"] .trust-shell,
html[data-theme="light"] .service-card.featured {
    border-color: rgba(96, 79, 55, 0.1);
    background: linear-gradient(160deg, rgba(247, 240, 231, 0.98) 0%, rgba(236, 225, 210, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 18px 38px rgba(103, 82, 49, 0.08);
}

html[data-theme="light"] .hero-benefits-intro p,
html[data-theme="light"] .about-intro p,
html[data-theme="light"] .hero-benefit-card,
html[data-theme="light"] .client-card,
html[data-theme="light"] .value-card,
html[data-theme="light"] .project,
html[data-theme="light"] .service-card,
html[data-theme="light"] .result-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .map-card,
html[data-theme="light"] .review-card,
html[data-theme="light"] .process-item,
html[data-theme="light"] .process-support,
html[data-theme="light"] .process-stage-picker,
html[data-theme="light"] .contact-direct-card,
html[data-theme="light"] .contact-detail-panel,
html[data-theme="light"] .modal-dialog,
html[data-theme="light"] .call-form-success,
html[data-theme="light"] .project-inline-panel,
html[data-theme="light"] .design-focus-shell-static .design-focus-card,
html[data-theme="light"] .design-focus-shell-static .design-focus-note {
    border-color: rgba(96, 79, 55, 0.1);
    background: linear-gradient(180deg, rgba(252, 248, 242, 0.96), rgba(242, 233, 220, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 14px 34px rgba(103, 82, 49, 0.07);
}

html:not([data-theme="light"]) body {
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.04), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(196, 160, 108, 0.025), transparent 18%),
        linear-gradient(180deg, #111212 0%, #0d0e0e 34%, #090a0a 68%, #070808 100%);
}

html:not([data-theme="light"]) .site-frame::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.03), transparent 18%),
        radial-gradient(circle at 84% 18%, rgba(196, 160, 108, 0.025), transparent 18%),
        radial-gradient(circle at 22% 58%, rgba(255, 255, 255, 0.018), transparent 24%),
        radial-gradient(circle at 78% 82%, rgba(196, 160, 108, 0.02), transparent 26%);
}

html:not([data-theme="light"]) .section::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04), transparent);
}

html[data-theme="light"] {
    --bg: #ebe6df;
    --bg-soft: #e2dbd1;
    --panel: rgba(249, 246, 241, 0.84);
    --panel-strong: rgba(249, 246, 241, 0.94);
    --line: rgba(76, 67, 57, 0.1);
    --line-strong: rgba(76, 67, 57, 0.18);
    --text: #1e1915;
    --muted: #665e55;
    --shadow: 0 24px 60px rgba(74, 62, 48, 0.08);
    --shadow-soft: 0 14px 34px rgba(74, 62, 48, 0.06);
    --hero-surface-bg: rgba(249, 246, 241, 0.74);
    --hero-surface-border: rgba(76, 67, 57, 0.1);
    --cookie-panel-bg: rgba(249, 246, 241, 0.92);
    --cookie-panel-border: rgba(76, 67, 57, 0.1);
}

html[data-theme="light"] body {
    background:
        radial-gradient(circle at 14% 9%, rgba(255, 255, 255, 0.2), transparent 18%),
        radial-gradient(circle at 82% 12%, rgba(190, 176, 156, 0.08), transparent 18%),
        linear-gradient(180deg, #ece7df 0%, #e2dbd1 34%, #d7cec2 68%, #cbc1b4 100%);
}

html[data-theme="light"] .site-frame::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.18), transparent 18%),
        radial-gradient(circle at 84% 18%, rgba(191, 178, 158, 0.08), transparent 18%),
        radial-gradient(circle at 22% 58%, rgba(255, 255, 255, 0.06), transparent 24%),
        radial-gradient(circle at 78% 82%, rgba(176, 160, 138, 0.05), transparent 26%);
}

html[data-theme="light"] .site-frame::after {
    opacity: 0.16;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 42%),
        repeating-linear-gradient(
            90deg,
            rgba(126, 107, 80, 0.006) 0,
            rgba(126, 107, 80, 0.006) 1px,
            transparent 1px,
            transparent 20px
        ),
        linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.03) 46%, transparent 100%);
}

html[data-theme="light"] .section::before {
    background: linear-gradient(90deg, transparent, rgba(76, 67, 57, 0.08), rgba(255, 255, 255, 0.18), transparent);
}

html[data-theme="light"] .about-section,
html[data-theme="light"] .services-section,
html[data-theme="light"] .design-focus-section,
html[data-theme="light"] .projects-section,
html[data-theme="light"] .process-section,
html[data-theme="light"] .trust-section,
html[data-theme="light"] .team-section,
html[data-theme="light"] .reviews-section,
html[data-theme="light"] .faq-section,
html[data-theme="light"] .contact-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(244, 239, 232, 0.44), rgba(233, 225, 214, 0.38));
}

html[data-theme="light"] .header-shell {
    border-color: rgba(76, 67, 57, 0.1);
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(76, 67, 57, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.42)),
        linear-gradient(180deg, rgba(245, 240, 233, 0.92), rgba(227, 219, 208, 0.84));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 14px 34px rgba(74, 62, 48, 0.08);
}

html[data-theme="light"] .header-link,
html[data-theme="light"] .header-phone,
html[data-theme="light"] .menu-toggle,
html[data-theme="light"] .button-secondary,
html[data-theme="light"] .theme-fab,
html[data-theme="light"] .theme-menu-toggle {
    border-color: rgba(76, 67, 57, 0.1);
    background: rgba(250, 247, 243, 0.74);
}

html[data-theme="light"] .hero-benefits-intro,
html[data-theme="light"] .about-intro,
html[data-theme="light"] .team-intro,
html[data-theme="light"] .team-showcase,
html[data-theme="light"] .map-preview,
html[data-theme="light"] .hero-copy,
html[data-theme="light"] .trust-shell,
html[data-theme="light"] .service-card.featured {
    border-color: rgba(76, 67, 57, 0.1);
    background:
        linear-gradient(160deg, rgba(246, 242, 236, 0.98) 0%, rgba(234, 227, 217, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 18px 38px rgba(74, 62, 48, 0.07);
}

html[data-theme="light"] .hero-benefits-intro p,
html[data-theme="light"] .about-intro p,
html[data-theme="light"] .hero-benefit-card,
html[data-theme="light"] .about-card,
html[data-theme="light"] .client-card,
html[data-theme="light"] .value-card,
html[data-theme="light"] .project,
html[data-theme="light"] .service-card,
html[data-theme="light"] .result-card,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .map-card,
html[data-theme="light"] .review-card,
html[data-theme="light"] .process-item,
html[data-theme="light"] .process-support,
html[data-theme="light"] .process-stage-picker,
html[data-theme="light"] .contact-direct-card,
html[data-theme="light"] .contact-detail-panel,
html[data-theme="light"] .modal-dialog,
html[data-theme="light"] .call-form-success,
html[data-theme="light"] .project-inline-panel,
html[data-theme="light"] .design-focus-shell-static .design-focus-card,
html[data-theme="light"] .design-focus-shell-static .design-focus-note,
html[data-theme="light"] .team-member {
    border-color: rgba(76, 67, 57, 0.1);
    background:
        linear-gradient(180deg, rgba(251, 248, 244, 0.96), rgba(239, 231, 221, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 14px 34px rgba(74, 62, 48, 0.06);
}

html[data-theme="light"] .team-member-visual {
    border-color: rgba(76, 67, 57, 0.1);
    background:
        radial-gradient(circle at 50% 14%, rgba(var(--member-rgb), 0.1), transparent 30%),
        linear-gradient(180deg, rgba(232, 224, 214, 0.98), rgba(214, 204, 191, 0.98));
}

html[data-theme="light"] .header-shell {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(19, 17, 15, 0.22);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(33, 30, 26, 0.8), rgba(19, 17, 15, 0.88));
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .brand img {
    filter: brightness(0) invert(1);
}

html[data-theme="light"] .brand-meta,
html[data-theme="light"] .site-nav,
html[data-theme="light"] .site-nav a,
html[data-theme="light"] .header-phone,
html[data-theme="light"] .header-icon-link,
html[data-theme="light"] .menu-toggle {
    color: rgba(255, 255, 255, 0.94);
}

html[data-theme="light"] .site-nav a:hover,
html[data-theme="light"] .site-nav a:focus-visible,
html[data-theme="light"] .brand:hover .brand-copy,
html[data-theme="light"] .brand:focus-visible .brand-copy,
html[data-theme="light"] .header-phone:hover,
html[data-theme="light"] .header-phone:focus-visible,
html[data-theme="light"] .header-icon-link:hover,
html[data-theme="light"] .header-icon-link:focus-visible {
    color: #ffffff;
}

html[data-theme="light"] .header-link,
html[data-theme="light"] .header-phone,
html[data-theme="light"] .menu-toggle,
html[data-theme="light"] .theme-fab,
html[data-theme="light"] .theme-menu-toggle {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.94);
}

html[data-theme="light"] .header-action-icon {
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
}

html[data-theme="light"] .header-link-primary {
    border-color: rgba(var(--accent-rgb), 0.24);
    background: linear-gradient(135deg, #b8d050, #8ea533 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 18px 34px rgba(var(--accent-rgb), 0.24);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(36, 32, 28, 0.72), rgba(20, 18, 16, 0.8));
    backdrop-filter: blur(18px) saturate(138%);
    -webkit-backdrop-filter: blur(18px) saturate(138%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(31, 28, 24, 0.86), rgba(17, 15, 13, 0.92));
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .brand-copy,
html[data-theme="light"] .site-header:not(.is-solid) .brand-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .brand-copy,
html[data-theme="light"] .site-header.is-solid .brand-meta,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone-main,
html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .brand-copy,
html[data-theme="light"] body.menu-open .brand-meta,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-phone-main,
html[data-theme="light"] body.menu-open .header-phone-meta,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] body.menu-open .header-phone {
    border: 0;
    background: none;
    box-shadow: none;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 22px rgba(0, 0, 0, 0.14);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-link-primary,
html[data-theme="light"] .site-header.is-solid .header-link-primary,
html[data-theme="light"] body.menu-open .header-link-primary {
    border-color: rgba(var(--accent-rgb), 0.26);
    background: linear-gradient(135deg, #b8d050, #8ea533 100%);
    color: #ffffff;
}
/* EOF light-header lock */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell,
html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.12) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 249, 241, 0.94)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.94), rgba(227, 214, 194, 0.9)) !important;
    backdrop-filter: blur(18px) saturate(132%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(132%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 16px 36px rgba(108, 87, 51, 0.12) !important;
}

html[data-theme="light"] .brand img,
html[data-theme="light"] .site-header:not(.is-solid) .brand img,
html[data-theme="light"] .site-header.is-solid .brand img,
html[data-theme="light"] body.menu-open .brand img {
    filter: brightness(0) saturate(100%) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .site-nav,
html[data-theme="light"] .site-header.is-solid .site-nav a,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone-main,
html[data-theme="light"] .site-header.is-solid .header-phone-meta,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .site-nav,
html[data-theme="light"] body.menu-open .site-nav a,
html[data-theme="light"] body.menu-open .header-phone,
html[data-theme="light"] body.menu-open .header-phone-main,
html[data-theme="light"] body.menu-open .header-phone-meta,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    color: rgba(48, 40, 29, 0.94) !important;
    text-shadow: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:hover,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone:focus-visible,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:hover,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link:focus-visible,
html[data-theme="light"] .site-header.is-solid .site-nav a:hover,
html[data-theme="light"] .site-header.is-solid .site-nav a:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-phone:hover,
html[data-theme="light"] .site-header.is-solid .header-phone:focus-visible,
html[data-theme="light"] .site-header.is-solid .header-icon-link:hover,
html[data-theme="light"] .site-header.is-solid .header-icon-link:focus-visible,
html[data-theme="light"] body.menu-open .site-nav a:hover,
html[data-theme="light"] body.menu-open .site-nav a:focus-visible,
html[data-theme="light"] body.menu-open .header-phone:hover,
html[data-theme="light"] body.menu-open .header-phone:focus-visible,
html[data-theme="light"] body.menu-open .header-icon-link:hover,
html[data-theme="light"] body.menu-open .header-icon-link:focus-visible {
    color: rgba(25, 20, 15, 0.98) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header.is-solid .header-phone,
html[data-theme="light"] body.menu-open .header-phone {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle,
html[data-theme="light"] .site-header.is-solid .header-icon-link,
html[data-theme="light"] .site-header.is-solid .menu-toggle,
html[data-theme="light"] body.menu-open .header-icon-link,
html[data-theme="light"] body.menu-open .menu-toggle {
    border-color: rgba(88, 74, 53, 0.12) !important;
    background: rgba(255, 252, 247, 0.62) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 10px 22px rgba(108, 87, 51, 0.08) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-action-icon,
html[data-theme="light"] .site-header.is-solid .header-action-icon,
html[data-theme="light"] body.menu-open .header-action-icon,
html[data-theme="light"] .site-header:not(.is-solid) .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] .site-header.is-solid .header-theme-toggle .theme-toggle-icon,
html[data-theme="light"] body.menu-open .header-theme-toggle .theme-toggle-icon {
    color: rgba(88, 74, 53, 0.72) !important;
}
/* TRUE EOF light header lock */
html[data-theme="light"] .site-header:not(.is-solid) .header-shell {
    border-color: rgba(255, 255, 255, 0.18) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 249, 241, 0.48)),
        linear-gradient(180deg, rgba(243, 234, 220, 0.28), rgba(232, 219, 198, 0.18)) !important;
    backdrop-filter: blur(24px) saturate(148%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(148%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.64),
        0 14px 34px rgba(87, 68, 42, 0.12) !important;
}

html[data-theme="light"] .site-header.is-solid .header-shell,
html[data-theme="light"] body.menu-open .header-shell {
    border-color: rgba(88, 74, 53, 0.14) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 245, 236, 0.92)),
        linear-gradient(180deg, rgba(241, 232, 218, 0.9), rgba(227, 214, 194, 0.86)) !important;
    backdrop-filter: blur(20px) saturate(142%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(142%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 16px 36px rgba(108, 87, 51, 0.12) !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .brand img {
    filter: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .site-nav,
html[data-theme="light"] .site-header:not(.is-solid) .site-nav a,
html[data-theme="light"] .site-header:not(.is-solid) .brand-copy,
html[data-theme="light"] .site-header:not(.is-solid) .brand-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-main,
html[data-theme="light"] .site-header:not(.is-solid) .header-phone-meta,
html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    color: rgba(255, 255, 255, 0.96) !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .site-header:not(.is-solid) .header-phone {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

html[data-theme="light"] .site-header:not(.is-solid) .header-icon-link,
html[data-theme="light"] .site-header:not(.is-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 22px rgba(87, 68, 42, 0.12) !important;
}

/* FINAL structure overrides */
.about-section[hidden] {
    display: none !important;
}

.reviews-section {
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.024), rgba(255, 248, 239, 0.01));
}

html[data-theme="light"] .reviews-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(244, 239, 232, 0.44), rgba(233, 225, 214, 0.38));
}

.client-actions,
.value-actions,
.reviews-proof-actions,
.contact-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    align-items: center;
}

.client-actions {
    margin-top: 1.4rem;
}

.lead-form-shell {
    display: grid;
    gap: clamp(1.35rem, 2.4vw, 1.9rem);
}

.lead-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.lead-result-card,
.review-card {
    display: grid;
    gap: 0.65rem;
    padding: var(--card-padding);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius-lg) - 2px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--panel);
    box-shadow: var(--shadow-soft);
}

.lead-result-card span,
.review-card-platform {
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lead-result-card h3 {
    font-size: 1.05rem;
    line-height: 1.2;
}

.lead-result-card p,
.review-card-text,
.review-card-meta span {
    color: var(--muted);
}

.service-card-price {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.45;
}

.service-card-includes,
.service-card-points {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.2rem;
    padding-left: 0;
    list-style: none;
}

.service-card-includes li,
.service-card-points li {
    position: relative;
    padding-left: 1.05rem;
    color: var(--muted);
}

.service-card-includes li::before,
.service-card-points li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--accent);
}

.value-actions {
    margin-top: 1.35rem;
}

.review-card-text {
    font-size: 1rem;
    line-height: 1.7;
}

.review-card-meta {
    display: grid;
    gap: 0.2rem;
}

.review-card-meta strong {
    color: var(--text);
    font-size: 0.96rem;
}

.reviews-proof {
    display: grid;
    gap: 1rem;
    margin-top: 1.35rem;
    padding: var(--card-padding-lg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        var(--panel);
}

.reviews-proof-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.reviews-proof-platforms span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 600;
}

.contact-final-actions {
    justify-content: start;
}

.contact-final-actions .button {
    min-width: 0;
}

.team-member-placeholder {
    display: none !important;
}

@media (max-width: 920px) {
    .lead-result-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .client-actions,
    .value-actions,
    .reviews-proof-actions,
    .contact-final-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Final reviews desktop grid lock */
.reviews-section .reviews-heading-meta {
    justify-content: center !important;
}

.reviews-section .reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: none !important;
    margin-inline: 0 !important;
    gap: 1.15rem !important;
}

.reviews-section .review-card,
.reviews-section .review-card--wide {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    grid-column: auto !important;
}

.reviews-section .review-card-head {
    align-items: center !important;
}

.reviews-section .review-card-text {
    max-width: none !important;
}

@media (max-width: 1180px) {
    .reviews-section .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .reviews-section .reviews-grid {
        grid-template-columns: 1fr !important;
        gap: 0.95rem !important;
    }
}

/* TRUE EOF quiz modal responsive lock */
@media (max-width: 900px) {
    .quiz-modal-dialog {
        padding: 0.95rem !important;
    }

    .quiz-modal-head {
        padding-right: 3rem !important;
    }

    .quiz-modal-frame {
        height: min(76vh, 820px) !important;
        min-height: 620px !important;
    }
}

@media (max-width: 640px) {
    .quiz-modal-dialog {
        gap: 0.85rem !important;
        padding: 0.8rem !important;
        border-radius: 24px !important;
    }

    .quiz-modal-head {
        gap: 0.55rem !important;
        padding: 0.1rem 2.85rem 0 0.1rem !important;
    }

    .quiz-modal-frame {
        height: min(74vh, 760px) !important;
        min-height: 560px !important;
        border-radius: 20px !important;
    }
}
