:root {
    --color-dark: #080808;
    --color-dark-soft: #0F0F0F;
    --color-gold: #C9A962;
    --color-gold-rich: #A8863B;
    --color-gold-light: #E2C878;
    --color-gold-gradient: linear-gradient(135deg, #E2C878 0%, #C9A962 45%, #A8863B 100%);
    --color-gold-glow: rgba(201, 169, 98, 0.35);
    --color-cream: #F5F0E8;
    --color-wood: #8B6914;
    --color-text: #FFFFFF;
    --color-text-muted: #9E9E9E;
    --color-card: #111111;
    --color-card-elevated: #181818;
    --color-border: rgba(201, 169, 98, 0.28);
    --color-border-subtle: rgba(255, 255, 255, 0.07);
    --color-bg: #080808;
    --color-bg-soft: #0F0F0F;
    --color-text-secondary: rgba(255, 255, 255, 0.62);
    --color-text-tertiary: rgba(255, 255, 255, 0.48);
    --color-text-quaternary: rgba(255, 255, 255, 0.68);
    --color-surface-input: rgba(255, 255, 255, 0.05);
    --color-surface-input-focus: rgba(255, 255, 255, 0.08);
    --color-surface-muted: rgba(255, 255, 255, 0.03);
    --color-header-bg: rgba(8, 8, 8, 0.92);
    --color-header-bg-scrolled: rgba(8, 8, 8, 0.97);
    --color-footer-bg: #050505;
    --color-page-hero-bg: linear-gradient(180deg, #0F0F0F 0%, #080808 100%);
    --color-projects-bg: #000000;
    --color-projects-title: #ffffff;
    --color-nav-link: rgba(255, 255, 255, 0.88);
    --color-nav-link-muted: rgba(255, 255, 255, 0.45);
    --color-lang-separator: rgba(255, 255, 255, 0.2);
    --color-input-bg: rgba(255, 255, 255, 0.04);
    --color-input-bg-focus: rgba(255, 255, 255, 0.06);
    --color-input-placeholder: rgba(255, 255, 255, 0.3);
    --color-divider: rgba(255, 255, 255, 0.05);
    --color-preloader-track: rgba(255, 255, 255, 0.1);
    --color-select-bg: #1a2223;
    --color-select-option-bg: #252E2F;
    --color-select-option-text: #E8E4DF;
    --color-hero-text: #ffffff;
    --color-hero-subtitle: rgba(255, 255, 255, 0.78);
    --color-hero-overlay: linear-gradient(102deg, rgba(8,8,8,0.86) 0%, rgba(8,8,8,0.52) 36%, rgba(8,8,8,0.22) 58%, rgba(8,8,8,0.38) 100%);
    --color-shadow-header: 0 8px 40px rgba(0, 0, 0, 0.7);
    --color-category-title: rgba(255, 255, 255, 0.85);
    --color-section-cream-muted: #666666;
    --color-section-cream-muted-2: #888888;
    --color-on-cream: #1C1916;
    --logo-blend-mode: normal;
    --font-main: 'Onest', system-ui, -apple-system, sans-serif;
    --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
    --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --header-bar-height: 96px;
    --header-height: var(--header-bar-height);
    --header-offset: var(--header-height);
    --layout-max-width: 1500px;
    --content-max-width: 1000px;
    --page-gutter: clamp(26px, calc(4vw + 2px), 42px);
    --edge-inset: 2px;
    --logo-header-width: 112px;
    --logo-header-height: 70px;
    --logo-header-scale: 1;
    --logo-dark-ratio: 1.6022;
    --logo-light-ratio: 1.5;
    --logo-light-scale: 1;
    --logo-header-light-height: calc(max(
        calc(var(--logo-header-width) / var(--logo-dark-ratio) * var(--logo-header-scale)),
        calc(var(--logo-header-height) * 0.88)
    ) * var(--logo-light-scale));
    --logo-preloader-width: 220px;
    --logo-preloader-light-height: calc(max(
        calc(var(--logo-preloader-width) / var(--logo-dark-ratio) * var(--logo-header-scale)),
        calc(var(--logo-preloader-width) / var(--logo-light-ratio) * 0.72)
    ) * var(--logo-light-scale));
    --logo-footer-width: 132px;
    --logo-footer-height: 82px;
    --logo-footer-scale: 1;
    --logo-footer-light-height: calc(max(
        calc(var(--logo-footer-width) / var(--logo-dark-ratio) * var(--logo-footer-scale)),
        calc(var(--logo-footer-height) * 0.88)
    ) * var(--logo-light-scale));
    --service-block-image-width: 1500;
    --service-block-image-height: 1000;
    --service-block-aspect-ratio: 1500 / 1000;
    --service-block-img-col: minmax(320px, 46%);
    --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.55);
    --shadow-gold: 0 8px 32px rgba(201, 169, 98, 0.18);
    --shadow-card: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 40px rgba(201, 169, 98, 0.08);
    --shadow-card-soft: 0 8px 32px rgba(0, 0, 0, 0.25);
    --color-panel-surface: rgba(255, 255, 255, 0.04);
    --color-panel-track: rgba(255, 255, 255, 0.1);
    --color-calc-tab: rgba(255, 255, 255, 0.4);
    --color-calc-tab-hover: rgba(255, 255, 255, 0.7);
    --color-card-arrow-bg: rgba(8, 8, 8, 0.5);
    --color-badge-bg: rgba(8, 8, 8, 0.85);
    --color-faq-bg: rgba(255, 255, 255, 0.03);
    --color-usp-section: linear-gradient(180deg, rgba(17, 17, 17, 0.6) 0%, var(--color-bg) 100%);
    --color-image-overlay: linear-gradient(to top, rgba(8, 8, 8, 0.75) 0%, transparent 50%);
}

html[data-theme="dark"] { color-scheme: dark; }
html[data-theme="light"] { color-scheme: light; }

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-main);
    background: var(--color-bg);
    color: var(--color-text);
    margin: 0;
    overflow-x: hidden;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.btn, .form-control, .calc-tab, .nav-link, .lang-switch {
    font-family: var(--font-main);
}

/* Контейнер сайта — не шире 1500px */
.container {
    max-width: min(var(--layout-max-width), 100%);
    margin-left: auto;
    margin-right: auto;
    padding-left: max(var(--edge-inset), var(--page-gutter));
    padding-right: max(var(--edge-inset), var(--page-gutter));
    box-sizing: border-box;
}
.calc-config-wrap .container {
    max-width: min(var(--layout-max-width), 100%);
    padding-left: max(var(--edge-inset), var(--page-gutter));
    padding-right: max(var(--edge-inset), var(--page-gutter));
}

a { color: var(--color-gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-gold-light); }

img { max-width: 100%; height: auto; display: block; }

/* Preloader */
.preloader {
    position: fixed; inset: 0; z-index: 10000;
    background: var(--color-dark);
    display: flex; align-items: center; justify-content: center;
    transition: opacity 0.6s, visibility 0.6s;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.preloader-logo {
    width: var(--logo-preloader-width); height: auto; max-width: 88vw;
    margin: 0; animation: pulse 1.5s ease infinite;
    display: block;
}
.preloader-logo.logo-img--light { height: auto; width: var(--logo-preloader-width); max-height: var(--logo-preloader-width); }
.preloader-bar { width: min(320px, 88vw); height: 2px; background: var(--color-preloader-track); margin: 0; border-radius: 2px; overflow: hidden; }
.preloader-progress { height: 100%; background: var(--color-gold); width: 0; animation: loadBar 1.8s ease forwards; }
.preloader-text { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--color-text-muted); margin: 0; }
@keyframes loadBar { to { width: 100%; } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.6; } }

/* Header */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: var(--color-header-bg);
    backdrop-filter: blur(20px) saturate(1.2);
    border-bottom: 1px solid var(--color-border-subtle);
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
    overflow: visible;
}
.site-header::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold-rich), transparent);
    opacity: 0.45;
}
.site-header.scrolled {
    box-shadow: var(--color-shadow-header);
    background: var(--color-header-bg-scrolled);
}
.header-container {
    position: relative;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 max(var(--edge-inset), var(--page-gutter));
    max-width: min(var(--layout-max-width), 100%);
    width: 100%;
    margin: 0 auto;
    gap: 16px;
    height: var(--header-bar-height);
    min-height: var(--header-bar-height);
    overflow: visible;
    box-sizing: border-box;
}
.site-header .logo-link {
    position: relative;
    display: block;
    flex: 0 0 var(--logo-header-width);
    width: var(--logo-header-width);
    height: var(--logo-header-height);
    padding: 0;
    line-height: 0;
    overflow: visible;
}
.footer-brand .logo-link {
    position: relative;
    display: block;
    flex-shrink: 0;
    padding: 0;
    line-height: 0;
    margin-bottom: 16px;
    width: var(--logo-footer-width);
    height: var(--logo-footer-height);
    overflow: hidden;
}
.logo-img { object-fit: contain; object-position: left center; }
.logo-img--light { mix-blend-mode: var(--logo-blend-mode); }
.site-header .logo-theme-dark,
.site-header .logo-theme-light,
.footer-brand .logo-theme-dark,
.footer-brand .logo-theme-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: left center;
    transform-origin: left center;
}
html:not([data-theme="light"]) .site-header .logo-theme-dark {
    display: block;
    transform: scale(var(--logo-header-scale));
}
html:not([data-theme="light"]) .site-header .logo-theme-light {
    display: none;
}
html[data-theme="light"] .site-header .logo-theme-dark {
    display: none;
}
html[data-theme="light"] .site-header .logo-theme-light {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(var(--logo-header-scale));
    filter: none;
    mix-blend-mode: normal;
}
html:not([data-theme="light"]) .footer-brand .logo-theme-dark {
    display: block;
    transform: scale(var(--logo-footer-scale));
}
html:not([data-theme="light"]) .footer-brand .logo-theme-light {
    display: none;
}
html[data-theme="light"] .footer-brand .logo-theme-dark {
    display: none;
}
html[data-theme="light"] .footer-brand .logo-theme-light {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(var(--logo-footer-scale));
    filter: none;
    mix-blend-mode: normal;
}
.preloader-inner { position: relative; }
.preloader .logo-theme-dark,
.preloader .logo-theme-light {
    width: var(--logo-preloader-width);
    max-width: 88vw;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    transform-origin: center center;
}
html:not([data-theme="light"]) .preloader .logo-theme-dark {
    display: block;
    transform: scale(var(--logo-header-scale));
}
html:not([data-theme="light"]) .preloader .logo-theme-light {
    display: none;
}
html[data-theme="light"] .preloader .logo-theme-dark {
    display: none;
}
html[data-theme="light"] .preloader .logo-theme-light {
    display: block;
    width: var(--logo-preloader-width);
    max-width: 88vw;
    height: auto;
    margin-inline: auto;
    transform: scale(var(--logo-header-scale));
    filter: none;
    mix-blend-mode: normal;
}

/* Тёмная тема — тот же размер, что и в светлой (без увеличения) */
html:not([data-theme="light"]) .site-header .logo-link {
    flex: 0 0 var(--logo-header-width);
    width: var(--logo-header-width);
    height: var(--logo-header-height);
}

html:not([data-theme="light"]) .site-header .logo-theme-dark {
    transform: scale(1);
}

html:not([data-theme="light"]) .preloader-logo.logo-theme-dark,
html:not([data-theme="light"]) .preloader .logo-theme-dark {
    width: min(var(--logo-preloader-width), 88vw);
    max-width: 88vw;
}

html:not([data-theme="light"]) .footer-brand .logo-link {
    width: var(--logo-footer-width);
    height: var(--logo-footer-height);
}

.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.nav-link {
    color: var(--color-nav-link); font-size: 10.5px; font-weight: 500;
    letter-spacing: 1.8px; text-transform: uppercase; padding: 8px 12px;
    position: relative; transition: color var(--transition);
    white-space: nowrap;
}
.nav-link::after {
    content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
    width: 0; height: 1.5px;
    background: var(--color-gold-gradient);
    transition: width var(--transition);
    border-radius: 2px;
}
.nav-link:hover, .nav-link.active { color: var(--color-gold-light); }
.nav-link.active::after { width: calc(100% - 20px); }
.nav-link:hover::after { width: calc(100% - 28px); }

.btn-admin-nav {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid var(--color-border);
    background: transparent; color: var(--color-gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 20px; padding: 0; margin-left: 8px;
    transition: all var(--transition); flex-shrink: 0;
    text-decoration: none;
}
.btn-admin-nav:hover {
    background: var(--color-gold-gradient);
    border-color: transparent; color: #0A0A0A;
    box-shadow: var(--shadow-gold); transform: scale(1.05);
}

.header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.site-header .btn-gold { padding: 8px 16px; font-size: 10px; }
.site-header .btn-admin-nav { width: 34px; height: 34px; font-size: 18px; }
.site-header .theme-toggle { width: 34px; height: 34px; font-size: 15px; }
.lang-switch { font-size: 11px; color: var(--color-text-muted); letter-spacing: 1px; }
.lang-switch a { color: var(--color-nav-link-muted); padding: 4px 6px; transition: color var(--transition); }
.lang-switch a.active { color: var(--color-gold-rich); font-weight: 600; }
.lang-switch span { color: var(--color-lang-separator); }

.theme-toggle {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid var(--color-border);
    background: var(--color-surface-muted);
    color: var(--color-gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px; padding: 0; cursor: pointer; flex-shrink: 0;
    transition: all var(--transition);
}
.theme-toggle:hover {
    border-color: var(--color-gold-rich);
    background: rgba(201, 169, 98, 0.12);
    color: var(--color-gold-rich);
    transform: scale(1.05);
}
.theme-toggle .theme-icon-dark { display: none; }
html[data-theme="light"] .theme-toggle .theme-icon-light { display: none; }
html[data-theme="light"] .theme-toggle .theme-icon-dark { display: block; }

.theme-toggle--mobile {
    width: 100%; height: auto; border-radius: 8px;
    padding: 12px 16px; gap: 10px; margin-top: 8px;
    justify-content: flex-start; font-size: 13px;
    letter-spacing: 1px; text-transform: uppercase;
    color: var(--color-text);
}
.theme-toggle--mobile span { font-size: 12px; font-weight: 500; }

.search-box { position: relative; }
.search-box input {
    background: var(--color-input-bg); border: 1px solid var(--color-border-subtle);
    color: var(--color-text); padding: 7px 34px 7px 14px; border-radius: 6px;
    font-size: 12px; width: 170px; transition: all var(--transition);
    letter-spacing: 0.3px;
}
.search-box input::placeholder { color: var(--color-input-placeholder); }
.search-box input:focus {
    outline: none; border-color: var(--color-gold-rich);
    background: var(--color-input-bg-focus); width: 240px;
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.1);
}
.search-box i { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--color-gold); font-size: 13px; }
.search-results {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--color-card);
    border: 1px solid var(--color-border); border-radius: 4px; margin-top: 4px;
    max-height: 300px; overflow-y: auto; display: none; z-index: 100;
}
.search-results.active { display: block; }
.search-result-item {
    display: flex; align-items: center; gap: 12px; padding: 10px 14px;
    color: var(--color-text); border-bottom: 1px solid var(--color-divider);
    transition: background var(--transition);
}
.search-result-item:hover { background: rgba(184,134,11,0.1); color: var(--color-gold); }
.search-result-item img { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; }

.btn-gold {
    background: var(--color-gold-gradient); color: #0A0A0A; border: none;
    padding: 11px 22px; font-size: 10.5px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase; border-radius: 4px;
    transition: all var(--transition);
    display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
    box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
    color: #0A0A0A; transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(201, 169, 98, 0.35);
    filter: brightness(1.08);
}
.btn-outline-gold {
    background: transparent; color: var(--color-gold-light);
    border: 1px solid var(--color-gold-rich);
    padding: 10px 22px; font-size: 10.5px; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase; border-radius: 4px;
    transition: all var(--transition); cursor: pointer;
}
.btn-outline-gold:hover {
    background: var(--color-gold-gradient); color: #0A0A0A;
    border-color: transparent; box-shadow: var(--shadow-gold);
}

.mobile-menu-btn {
    background: none; border: none; cursor: pointer; padding: 8px;
    display: flex; flex-direction: column; gap: 5px;
}
.mobile-menu-btn span {
    display: block; width: 24px; height: 2px; background: var(--color-gold);
    transition: var(--transition);
}
.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-nav {
    display: none; flex-direction: column; background: var(--color-card);
    padding: 16px 24px; border-top: 1px solid var(--color-border);
    position: relative; z-index: 1001;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
}
.mobile-nav.active { display: flex; }
.mobile-nav a {
    color: var(--color-text); padding: 12px 0; font-size: 14px;
    text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid var(--color-divider);
}

.site-main { padding-top: var(--header-offset); min-height: 60vh; }

/* Hero */
.hero {
    position: relative; min-height: 90vh; display: flex; align-items: flex-start;
    overflow: hidden;
    padding-top: 8px;
}
.hero-bg {
    position: absolute; inset: 0; z-index: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}
.hero-overlay {
    position: absolute; inset: 0;
    background: var(--color-hero-overlay);
}
.hero-content { position: relative; z-index: 1; padding: 8px 0 60px; }
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5.5vw, 3.75rem); font-weight: 600; line-height: 1.1;
    text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 24px;
    animation: fadeUp 0.8s ease forwards;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-feature-settings: "kern" 1, "liga" 1;
}
.hero-content .container,
.hero-content .row,
.hero-content [class*="col-"] {
    max-width: 100%;
    min-width: 0;
}
.hero-w { color: var(--color-hero-text); }
.hero-title-layout {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(8px, 1.2vw, 16px);
}
.hero-num {
    font-family: var(--font-display);
    color: var(--color-hero-text);
    /* высота «1» = три строки + промежутки; ×1.5 — оптическая коррекция кегля */
    font-size: calc((3 * 1.1em + 2 * 0.08em) * 1.5);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: none;
    font-variant-numeric: lining-nums;
    font-feature-settings: "kern" 1, "liga" 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin: 0;
    padding: 0;
}
.hero-title-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.08em;
    line-height: 1.1;
}
.hero-g {
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-line { display: block; line-height: 1.1; }
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--color-hero-subtitle);
    max-width: 600px; margin-bottom: 32px; animation: fadeUp 0.8s 0.2s ease forwards; opacity: 0;
}
.hero-stats .stat-label {
    color: var(--color-text-muted);
    text-transform: none;
    letter-spacing: 0.02em;
    line-height: 1.35;
    max-width: 11rem;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.8s 0.4s ease forwards; opacity: 0; }
.hero-actions .btn-outline-gold {
    color: #FFF8EC;
    border: 1.5px solid rgba(232, 205, 150, 0.95);
    background: rgba(10, 10, 10, 0.62);
    backdrop-filter: blur(8px);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.hero-actions .btn-outline-gold:hover {
    color: #0A0A0A;
    background: var(--color-gold-gradient);
    border-color: transparent;
    text-shadow: none;
    box-shadow: var(--shadow-gold);
}
.hero-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}
.hero-aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.hero-stats {
    display: flex;
    z-index: 1;
}
@media (min-width: 1200px) {
    .hero {
        min-height: calc(92vh - 100px);
        align-items: flex-end;
        padding-top: 0;
    }
    .hero-content {
        width: 100%;
        padding-top: 0;
        padding-bottom: clamp(64px, 9vh, 108px);
        margin-bottom: 200px;
        min-height: clamp(520px, 72vh, 760px);
    }
    .hero-actions {
        position: absolute;
        left: clamp(44%, 48vw, 52%);
        top: clamp(52%, 58vh, 60%);
        right: max(var(--edge-inset), var(--page-gutter));
        z-index: 2;
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin: 0;
        max-width: min(560px, calc(100% - 2 * max(var(--edge-inset), var(--page-gutter)) - 4px));
        animation: fadeUp 0.8s 0.4s ease forwards;
    }
    .hero-actions .btn {
        padding: 10px 14px;
        font-size: clamp(9px, 0.72vw, 11px);
        letter-spacing: 0.9px;
        line-height: 1.2;
        border-radius: 6px;
        white-space: nowrap;
    }
    .hero-actions .btn-outline-gold {
        color: #FFFFFF;
        border-color: rgba(240, 220, 170, 1);
        border-width: 2px;
        background: rgba(8, 8, 8, 0.72);
        backdrop-filter: blur(8px);
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
    }
    .hero-actions .btn-outline-gold:hover {
        color: #0A0A0A;
        background: var(--color-gold-gradient);
        border-color: transparent;
        text-shadow: none;
    }
    .hero-bottom {
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        gap: clamp(24px, 4vw, 48px);
        margin-top: 32px;
    }
    .hero-aside {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0;
        margin-left: auto;
    }
    .hero-stats {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: flex-end;
        gap: clamp(20px, 2.8vw, 44px);
        margin-left: 0;
        padding: 18px 22px 16px;
        padding-right: max(18px, var(--edge-inset));
        border-radius: 14px;
        background: rgba(8, 8, 8, 0.78);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
    }
    .hero-stats .stat-item {
        text-align: center;
        flex: 0 0 auto;
    }
    .hero-stats .stat-number {
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        -webkit-text-fill-color: #F2D9A0;
        color: #F2D9A0;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
    }
    .hero-stats .stat-label {
        color: #FFFFFF;
        max-width: 8.5rem;
        font-size: 11px;
        font-weight: 500;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
        text-transform: none;
        letter-spacing: 0.02em;
    }
}
@media (max-width: 1199px) {
    :root {
        --page-gutter: clamp(30px, calc(5vw + 2px), 42px);
    }
    .hero {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        min-height: auto;
    }
    .hero-content {
        width: 100%;
        flex: 0 0 auto;
        order: 1;
    }
    .hero-bottom {
        order: 2;
        width: 100%;
        margin-top: 0;
        gap: 0;
    }
    .hero-aside {
        gap: 0;
    }
    .hero-actions {
        position: static;
        max-width: 100%;
        padding: 20px 0 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .hero-stats {
        position: relative; right: auto; top: auto; transform: none;
        flex-direction: row; flex-wrap: wrap; justify-content: center;
        gap: 20px 28px; padding: 24px 0 32px; z-index: 1;
        border-top: 1px solid var(--color-border-subtle);
        background: var(--color-card);
        width: 100%;
        flex: 0 0 auto;
        box-sizing: border-box;
    }
    .hero-stats .stat-number {
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        -webkit-text-fill-color: var(--color-gold);
        color: var(--color-gold);
    }
    .hero-stats .stat-label {
        color: var(--color-text-muted);
    }
    .stat-item { text-align: center; flex: 1 1 calc(50% - 14px); min-width: 110px; max-width: 180px; }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    :root {
        --page-gutter: clamp(28px, calc(4.5vw + 2px), 44px);
    }
    .main-nav .nav-link {
        padding: 8px 9px;
        letter-spacing: 1.4px;
        font-size: 10px;
    }
    .site-header .btn-gold {
        padding: 8px 12px;
    }
    .hero-stats { gap: 18px; }
    .stat-number { font-size: 24px; }
    .stat-label { font-size: 11px; }
}
@media (max-width: 767px) {
    .hero-stats { gap: 16px 20px; padding: 18px 16px 24px; }
    .stat-item { min-width: 108px; max-width: 160px; }
    .stat-number { font-size: 22px; }
    .stat-label { font-size: 10px; letter-spacing: 0.6px; }
}
.stat-item { text-align: right; animation: fadeLeft 0.8s ease forwards; opacity: 0; }
@media (max-width: 1199px) {
    .stat-item { text-align: center; animation-name: fadeUp; }
}
.stat-item:nth-child(2) { animation-delay: 0.15s; }
.stat-item:nth-child(3) { animation-delay: 0.3s; }
.stat-item:nth-child(4) { animation-delay: 0.45s; }
.stat-number {
    font-size: 28px; font-weight: 700;
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-label { font-size: 12px; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 1px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeLeft { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }

/* Sections */
.section { padding: 80px 0; }
.section-cream { background: var(--color-cream); color: var(--color-on-cream); }
.section-dark { background: var(--color-bg); }
.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px;
    font-feature-settings: "kern" 1, "liga" 1;
}
.section-cream .section-title { color: var(--color-on-cream); }
.section-subtitle { color: var(--color-text-muted); max-width: min(var(--content-max-width), 100%); margin-bottom: 48px; }
.section-cream .section-subtitle { color: var(--color-section-cream-muted); }

/* Service cards — premium bento grid */
.services-section { padding: 100px 0; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.service-card {
    position: relative; border-radius: 12px; overflow: hidden;
    background: var(--color-card);
    border: 1px solid var(--color-border-subtle);
    transition: transform 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
    cursor: default; text-decoration: none; color: inherit;
    display: flex; flex-direction: column;
}
.service-card-media {
    display: block; text-decoration: none; color: inherit;
}
.service-card:nth-child(n+5) {
    grid-column: span 1;
}
.services-grid .service-card:nth-child(5) { grid-column: 1 / span 1; }
.services-grid .service-card:nth-child(6) { grid-column: 2 / span 1; }

.service-card::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    border-radius: 8px; border: 1px solid transparent;
    transition: border-color 0.45s ease;
    pointer-events: none;
}
.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 169, 98, 0.5);
    box-shadow: var(--shadow-card);
}
.service-card:hover::before { border-color: rgba(201, 169, 98, 0.25); }

.service-card-img {
    position: relative; aspect-ratio: 3 / 2; height: auto; overflow: hidden; flex-shrink: 0;
}
.service-card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-card:hover .service-card-img img { transform: scale(1.07); }
.service-card-img-overlay {
    position: absolute; inset: 0;
    background: var(--color-image-overlay);
    pointer-events: none;
}
.service-card-body {
    padding: 22px 22px 24px; flex: 1;
    position: relative; z-index: 2;
}
.service-card-actions {
    display: none;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
}
.service-card-actions .service-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
    font-size: 10px;
    letter-spacing: 1.4px;
    border-radius: 6px;
    text-align: center;
    margin: 0;
}
.service-card-actions .service-btn + .service-btn {
    margin-top: 0;
}
.service-card-arrow {
    position: absolute; bottom: 14px; right: 14px; z-index: 2;
    width: 36px; height: 36px;
    border: 1px solid rgba(201, 169, 98, 0.55);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--color-gold-light); font-size: 14px;
    transition: all 0.4s ease;
    background: rgba(8, 8, 8, 0.55);
    backdrop-filter: blur(6px);
    pointer-events: none;
}
.service-card:hover .service-card-arrow {
    background: var(--color-gold-gradient);
    border-color: transparent; color: #0A0A0A;
    transform: translateX(3px);
}
.service-card-title {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; margin-bottom: 10px;
}
.service-card-title a {
    text-decoration: none;
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: opacity 0.25s ease;
}
.service-card-title a:hover { opacity: 0.85; }
.service-card-desc {
    font-size: 12.5px; color: var(--color-text-muted);
    line-height: 1.65; margin: 0; letter-spacing: 0.2px;
}

/* Calculator & Configurator */
#calculator-header {
    scroll-margin-top: calc(var(--header-offset) + 8px);
}
.calc-config-wrap {
    padding: 64px 0 72px;
    overflow-x: hidden;
}
.calc-config-wrap.section { padding: 64px 0 72px; }
.calc-config-header { margin-bottom: 24px; }
.calc-config-subtitle { max-width: 520px; margin-bottom: 0; }
.calc-config-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}
.calc-panel, .config-panel {
    background: var(--color-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: 12px;
    padding: clamp(24px, 2.5vw, 36px) clamp(22px, 2.2vw, 36px);
    display: flex; flex-direction: column;
    min-height: 0;
    min-width: 0;
    height: auto;
}
.calc-panel-title, .config-panel-title {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2.5px; color: var(--color-gold-light);
    margin-bottom: 24px;
}
/* Configurator — Apple-style interior configurator */
.config-panel {
    padding: clamp(24px, 2.5vw, 36px);
}
.configurator-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: none;
    min-height: 0;
    align-items: stretch;
}
.configurator-controls-col {
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.config-panel-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--color-gold-rich);
    margin-bottom: 16px;
}
.config-tabs--icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 22px;
}
.config-tabs--icons .config-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 10px;
    font-size: 11px;
    font-weight: 500;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.8px;
    text-transform: none;
    white-space: nowrap;
}
.config-tabs--icons .config-tab i {
    font-size: 14px;
    color: inherit;
    flex-shrink: 0;
}
.config-tabs--icons .config-tab.active {
    border-color: var(--color-gold-rich);
    color: var(--color-gold-light);
    background: transparent;
    box-shadow: none;
}
.config-tabs--icons .config-tab:hover:not(.active) {
    border-color: rgba(201, 169, 98, 0.35);
    color: rgba(255, 255, 255, 0.8);
}
.config-materials-heading {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 18px;
    letter-spacing: 0;
}
.configurator-materials-col {
    flex: 0 0 auto;
    overflow: visible;
    padding-right: 0;
    margin-bottom: 24px;
}
.configurator-materials-col::-webkit-scrollbar { width: 3px; }
.configurator-materials-col::-webkit-scrollbar-thumb { background: var(--color-gold-rich); border-radius: 2px; }

.swatch-group { margin-bottom: 22px; }
.swatch-group:last-child { margin-bottom: 0; }
.swatch-group-title {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--color-gold-rich);
    margin-bottom: 10px;
    font-weight: 500;
}
.material-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.material-swatch {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    position: relative;
    background: #1a1a1a;
}
.material-swatches--hardware .material-swatch {
    width: 48px;
    height: 48px;
    border-radius: 6px;
}
.material-swatch img { display: none; }
.material-swatch__texture,
.material-swatch__color {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
}
.material-swatch.active {
    border-color: var(--color-gold-rich);
    box-shadow: 0 0 0 1px var(--color-gold-rich);
}
.material-swatch.active::after {
    content: '✓';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

/* Material texture swatches */
.swatch-tex--wood-oak {
    background:
        repeating-linear-gradient(92deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 5px),
        linear-gradient(175deg, #d9c4a0 0%, #b8956a 42%, #8f6b42 100%);
}
.swatch-tex--wood-dark {
    background:
        repeating-linear-gradient(88deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 4px),
        linear-gradient(180deg, #5c4033 0%, #3d2b1f 55%, #2a1e16 100%);
}
.swatch-tex--wood-walnut {
    background:
        repeating-linear-gradient(90deg, rgba(0,0,0,0.06) 0 2px, transparent 2px 6px),
        linear-gradient(160deg, #7a5a3e 0%, #5c4033 50%, #4a3228 100%);
}
.swatch-tex--wood-ash {
    background:
        repeating-linear-gradient(91deg, rgba(0,0,0,0.03) 0 2px, transparent 2px 5px),
        linear-gradient(180deg, #e8dfd0 0%, #cfc4b2 50%, #b8ab98 100%);
}
.swatch-tex--wood-anthracite {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 3px),
        linear-gradient(180deg, #4a4a4a 0%, #2e2e2e 100%);
}
.swatch-tex--marble-white {
    background:
        radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.9) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(200,195,188,0.5) 0%, transparent 45%),
        linear-gradient(145deg, #f0ebe4 0%, #d9d4cc 100%);
}
.swatch-tex--stone-black {
    background:
        radial-gradient(circle at 25% 35%, rgba(80,80,80,0.6) 0%, transparent 40%),
        radial-gradient(circle at 75% 65%, rgba(40,40,40,0.8) 0%, transparent 35%),
        linear-gradient(160deg, #3a3a3a 0%, #1a1a1a 100%);
}
.swatch-tex--stone-grey {
    background:
        radial-gradient(ellipse at 40% 30%, rgba(255,255,255,0.15) 0%, transparent 50%),
        linear-gradient(180deg, #9a9a96 0%, #6e6e6a 100%);
}
.swatch-tex--stone-beige {
    background:
        radial-gradient(ellipse at 60% 40%, rgba(255,255,255,0.2) 0%, transparent 45%),
        linear-gradient(160deg, #d4c8b8 0%, #b0a494 100%);
}
.swatch-tex--stone-concrete {
    background:
        repeating-linear-gradient(45deg, rgba(0,0,0,0.03) 0 3px, transparent 3px 6px),
        linear-gradient(180deg, #b8b5b0 0%, #8a8782 100%);
}
.swatch-tex--stone-marble-grey {
    background:
        radial-gradient(ellipse at 20% 70%, rgba(255,255,255,0.12) 0%, transparent 40%),
        linear-gradient(145deg, #7a7874 0%, #5a5854 100%);
}
.swatch-tex--stone-dark {
    background:
        radial-gradient(circle at 50% 50%, rgba(60,60,60,0.5) 0%, transparent 60%),
        linear-gradient(180deg, #4a4844 0%, #2a2826 100%);
}
.swatch-tex--metal-black {
    background: linear-gradient(145deg, #3a3a3a 0%, #1a1a1a 45%, #0d0d0d 100%);
}
.swatch-tex--metal-silver {
    background: linear-gradient(145deg, #e8e8e8 0%, #b0b0b0 40%, #d8d8d8 100%);
}
.swatch-tex--metal-gold {
    background: linear-gradient(145deg, #e8d5a0 0%, #c9a962 45%, #a8863b 100%);
}
.swatch-tex--metal-chrome {
    background: linear-gradient(145deg, #f5f5f5 0%, #c8c8c8 50%, #e0e0e0 100%);
}

/* Staircase configurator — realistic material swatches */
.swatch-stair--tread-oak {
    background:
        repeating-linear-gradient(0deg, rgba(0,0,0,0.05) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(92deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 6px),
        linear-gradient(180deg, #e2cfa8 0%, #c4a574 38%, #9a7348 100%);
}
.swatch-stair--tread-orange {
    background:
        repeating-linear-gradient(0deg, rgba(0,0,0,0.04) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(91deg, rgba(0,0,0,0.035) 0 2px, transparent 2px 5px),
        linear-gradient(180deg, #e8a85c 0%, #d07a32 42%, #b85a20 100%);
}
.swatch-stair--tread-white {
    background:
        repeating-linear-gradient(0deg, rgba(0,0,0,0.025) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.02) 0 2px, transparent 2px 6px),
        linear-gradient(180deg, #faf8f4 0%, #f0ece6 45%, #e4ded6 100%);
}
.swatch-stair--tread-walnut {
    background:
        repeating-linear-gradient(0deg, rgba(0,0,0,0.06) 0 1px, transparent 1px 3px),
        repeating-linear-gradient(88deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 5px),
        linear-gradient(180deg, #6b4a32 0%, #4a3020 52%, #321f14 100%);
}
.swatch-stair--tread-ash {
    background:
        repeating-linear-gradient(0deg, rgba(0,0,0,0.03) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(91deg, rgba(0,0,0,0.025) 0 2px, transparent 2px 5px),
        linear-gradient(180deg, #f0e8dc 0%, #ddd2c2 45%, #c8baa8 100%);
}
.swatch-stair--tread-wenge {
    background:
        repeating-linear-gradient(0deg, rgba(0,0,0,0.08) 0 1px, transparent 1px 3px),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 4px),
        linear-gradient(180deg, #3d2820 0%, #281812 55%, #1a0f0a 100%);
}
.swatch-stair--frame-black {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 4px),
        linear-gradient(155deg, #2e2e2e 0%, #141414 55%, #080808 100%);
}
.swatch-stair--frame-white {
    background:
        repeating-linear-gradient(90deg, rgba(0,0,0,0.03) 0 1px, transparent 1px 4px),
        linear-gradient(160deg, #f6f6f4 0%, #ececea 48%, #dededc 100%);
}
.swatch-stair--frame-anthracite {
    background:
        repeating-linear-gradient(88deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 3px),
        linear-gradient(160deg, #4f5358 0%, #383c40 48%, #2a2d30 100%);
}
.swatch-stair--frame-graphite {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 2px),
        linear-gradient(145deg, #6a6e74 0%, #4a4e54 42%, #353940 100%);
}
.swatch-stair--frame-bronze {
    background:
        repeating-linear-gradient(85deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 3px),
        linear-gradient(150deg, #9a7b4f 0%, #7a5f38 45%, #5c4528 100%);
}
.swatch-stair--rail-glass-smoke {
    background:
        linear-gradient(145deg, rgba(210, 218, 228, 0.72) 0%, rgba(140, 152, 168, 0.58) 100%),
        repeating-linear-gradient(125deg, rgba(255,255,255,0.12) 0 3px, transparent 3px 8px);
}
.swatch-stair--rail-glass-frost {
    background:
        radial-gradient(ellipse at 35% 25%, rgba(255,255,255,0.95) 0%, transparent 55%),
        linear-gradient(160deg, rgba(248, 246, 242, 0.92) 0%, rgba(220, 218, 214, 0.85) 100%);
}
.swatch-stair--rail-stainless {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 2px),
        linear-gradient(145deg, #eceef0 0%, #b8bcc2 38%, #dfe2e6 100%);
}
.swatch-stair--rail-wood-metal {
    background:
        linear-gradient(135deg,
            #7a5638 0%, #6b4a32 44%,
            #8a9098 44%, #c2c6cc 100%);
}
.swatch-stair--led-warm {
    background:
        radial-gradient(ellipse 90% 45% at 50% 88%, rgba(255, 176, 88, 0.95) 0%, rgba(255, 130, 45, 0.55) 42%, transparent 72%),
        linear-gradient(180deg, #221e1a 0%, #121010 100%);
}
.swatch-stair--led-orange {
    background:
        radial-gradient(ellipse 90% 45% at 50% 88%, rgba(255, 120, 40, 0.95) 0%, rgba(255, 80, 20, 0.55) 42%, transparent 72%),
        linear-gradient(180deg, #221a14 0%, #120e0a 100%);
}
.swatch-stair--led-neutral {
    background:
        radial-gradient(ellipse 90% 45% at 50% 88%, rgba(255, 248, 235, 0.92) 0%, rgba(255, 235, 200, 0.45) 40%, transparent 70%),
        linear-gradient(180deg, #1e1c1a 0%, #101010 100%);
}
.swatch-stair--led-cool {
    background:
        radial-gradient(ellipse 90% 45% at 50% 88%, rgba(210, 230, 255, 0.95) 0%, rgba(140, 180, 255, 0.5) 42%, transparent 72%),
        linear-gradient(180deg, #181a1e 0%, #0a0c10 100%);
}
.swatch-stair--led-rgb {
    background:
        radial-gradient(ellipse 80% 40% at 30% 85%, rgba(180, 90, 255, 0.75) 0%, transparent 55%),
        radial-gradient(ellipse 80% 40% at 70% 85%, rgba(60, 180, 255, 0.75) 0%, transparent 55%),
        linear-gradient(180deg, #141018 0%, #0a0810 100%);
}

.configurator-preview-col {
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.configurator-preview {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex: none;
    width: 100%;
    height: 220px;
    min-height: 0;
    max-height: 220px;
    background: #0A0A0A;
}
.configurator-preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}
.configurator-preview img.active { opacity: 1; z-index: 2; }
.configurator-preview img.inactive { opacity: 0; z-index: 1; }

.config-carousel-btn {
    position: absolute;
    bottom: 18px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.35);
    background: rgba(8, 8, 8, 0.72);
    color: var(--color-gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(6px);
    padding: 0;
}
.config-carousel-btn:hover {
    background: rgba(168, 134, 59, 0.25);
    border-color: var(--color-gold-rich);
}
.config-carousel-btn i { font-size: 18px; line-height: 1; }
.config-carousel-prev { left: 18px; }
.config-carousel-next { right: 18px; }

.config-carousel-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
    align-items: center;
}
.config-carousel-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: all 0.25s ease;
}
.config-carousel-dot.active {
    background: #fff;
    transform: scale(1.15);
}

.config-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
}
.btn-config-save {
    width: 100%;
    max-width: none;
    padding: 13px 24px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid var(--color-gold-rich);
    color: var(--color-gold-light);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.btn-config-save:hover {
    background: rgba(168, 134, 59, 0.12);
    border-color: var(--color-gold-light);
    color: #fff;
}
.btn-config-save i { font-size: 13px; }
.btn-config-reset {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: color var(--transition);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 0 2px;
    white-space: nowrap;
}
.btn-config-reset:hover { color: var(--color-gold-light); }
.calc-tabs { display: flex; gap: 4px; flex-wrap: wrap; }
.calc-tabs--underline {
    border-bottom: 1px solid var(--color-border-subtle);
    margin-bottom: 28px; padding-bottom: 0; gap: 4px 0;
    flex-wrap: wrap;
}
.calc-tabs--underline .calc-tab {
    background: none; border: none; border-bottom: 2px solid transparent;
    border-radius: 0; padding: 10px clamp(8px, 1vw, 14px); margin-bottom: -1px;
    font-size: clamp(8px, 0.75vw, 10px); letter-spacing: 1.2px; color: var(--color-calc-tab);
    white-space: nowrap;
}
.calc-tabs--underline .calc-tab.active {
    color: var(--color-gold-rich); border-bottom-color: var(--color-gold-rich);
    background: none;
}
.calc-tabs--underline .calc-tab:hover { color: var(--color-calc-tab-hover); }

.calc-field { margin-bottom: 20px; }
.calc-field-label {
    display: block; font-size: 10px; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--color-text-muted);
    margin-bottom: 8px;
}
.calc-select {
    width: 100%;
    background-color: var(--color-select-bg);
    border: 1px solid var(--color-border-subtle);
    color: var(--color-text);
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    appearance: none;
    color-scheme: dark;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23C9A962' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.calc-select option {
    background-color: var(--color-select-option-bg);
    color: var(--color-select-option-text);
}
.calc-select:focus { outline: none; border-color: var(--color-gold-rich); }

.calc-option-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}
.calc-option-group--triple .calc-option-btn {
    flex: 1 1 calc(33.333% - 6px);
    min-width: 88px;
}
.calc-option-group--quad .calc-option-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 100px;
}
.configurator-materials-col .configurator-option-field {
    margin-bottom: 0;
}
.configurator-materials-col .configurator-option-field .calc-option-btn {
    min-width: 0;
}
.calc-option-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 120px;
    padding: 10px 12px;
    border: 1px solid var(--color-border-subtle);
    border-radius: 6px;
    background: var(--color-surface-muted);
    color: var(--color-text);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.35;
    cursor: pointer;
    transition: border-color var(--transition), color var(--transition), background var(--transition), box-shadow var(--transition);
    text-align: center;
}
.calc-option-btn:hover {
    border-color: var(--color-border);
    color: var(--color-gold-light);
}
.calc-option-btn.active {
    border-color: var(--color-gold-rich);
    color: var(--color-gold-rich);
    background: rgba(201, 169, 98, 0.12);
    box-shadow: 0 0 0 1px rgba(201, 169, 98, 0.18);
}
.calc-option-btn--light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.calc-light-swatch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 8px currentColor;
}
.calc-light-swatch--warm {
    background: linear-gradient(135deg, #ffb347 0%, #ff6b1a 100%);
    box-shadow: 0 0 10px rgba(255, 140, 50, 0.65);
}
.calc-light-swatch--cool {
    background: linear-gradient(135deg, #b8dcff 0%, #4a9fff 100%);
    box-shadow: 0 0 10px rgba(90, 170, 255, 0.65);
}
.calc-field-label--spaced { margin-top: 14px; }

.calc-slider-row { margin-bottom: 18px; }
.calc-slider-controls {
    display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: center;
}
.calc-num-input {
    background: var(--color-panel-surface); border: 1px solid var(--color-border-subtle);
    color: var(--color-text); padding: 10px 8px; border-radius: 6px;
    font-size: 13px; text-align: center; width: 100%;
}
.calc-num-input:focus { outline: none; border-color: var(--color-gold-rich); }
.calc-slider-controls input[type=range] {
    width: 100%; -webkit-appearance: none; height: 3px;
    background: var(--color-panel-track); border-radius: 2px; outline: none;
}
.calc-slider-controls input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; width: 16px; height: 16px;
    background: var(--color-gold-gradient); border-radius: 50%; cursor: pointer;
    box-shadow: 0 2px 8px rgba(201,169,98,0.4);
}

.calc-result {
    background: linear-gradient(135deg, rgba(201,169,98,0.12) 0%, rgba(168,134,59,0.06) 100%);
    border: 1px solid rgba(201, 169, 98, 0.2);
    padding: 20px 22px; border-radius: 8px;
    margin: 24px 0 20px; margin-top: auto;
}
.calc-result-label {
    font-size: 11px; color: var(--color-text-muted);
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px;
}
.calc-result-price {
    font-size: 26px; font-weight: 700;
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.calc-result-weeks { font-size: 12px; color: var(--color-text-muted); margin-top: 6px; }
.calc-cta-btn { padding: 14px; font-size: 11px; }
.calc-disclaimer {
    font-size: 11px; color: var(--color-text-tertiary);
    text-align: center; margin: 14px 0 0;
    display: flex; align-items: center; justify-content: center; gap: 6px;
}
.calc-disclaimer i { color: var(--color-gold-rich); }

@media (min-width: 992px) {
    .calc-config-header { margin-bottom: 32px; }
    .calc-config-subtitle { margin-bottom: 0; }
    .calc-config-row {
        display: grid;
        grid-template-columns: minmax(380px, 38%) minmax(0, 62%);
        gap: clamp(20px, 2.5vw, 32px);
        align-items: stretch;
    }
    .calc-panel, .config-panel {
        min-height: 620px;
    }
    .config-panel { min-height: 680px; }
    .configurator-inner {
        display: grid;
        grid-template-columns: minmax(260px, 34%) minmax(0, 66%);
        gap: clamp(20px, 2.5vw, 36px);
        flex: 1;
    }
    .configurator-preview-col { order: unset; }
    .configurator-preview {
        flex: 1;
        height: auto;
        max-height: none;
        min-height: 460px;
    }
}

/* Legacy calc-config-section fallback */
.calc-config-section { background: var(--color-card); border-radius: 12px; padding: 32px; border: 1px solid var(--color-border); }
.calc-tab, .config-tab {
    padding: 8px 16px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px;
    background: transparent; border: 1px solid var(--color-border); color: var(--color-text-muted);
    border-radius: 4px; cursor: pointer; transition: all var(--transition);
}
.calc-tab.active, .config-tab.active { border-color: var(--color-gold); color: var(--color-gold); background: rgba(184,134,11,0.1); }
.range-slider { margin: 20px 0; }
.range-slider label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; }
.range-slider input[type=range] {
    width: 100%; -webkit-appearance: none; height: 4px;
    background: rgba(255,255,255,0.1); border-radius: 2px; outline: none;
}
.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; width: 18px; height: 18px;
    background: var(--color-gold); border-radius: 50%; cursor: pointer;
}

/* Process — compact cream block */
.process-section { padding: 44px 0 48px; }
.process-section .section-title { margin-bottom: 28px; font-size: clamp(1.4rem, 2.5vw, 2rem); }
.process-section .process-timeline { padding: 0; overflow-x: visible; }
.process-section .process-step { padding: 12px 8px; min-width: 0; flex: 1 1 0; }
.process-section .process-num { font-size: clamp(20px, 2.2vw, 26px); margin-bottom: 8px; }
.process-section .process-icon { font-size: clamp(18px, 2vw, 22px); margin-bottom: 8px; }
.process-section .process-title { font-size: clamp(10px, 1.1vw, 12px); margin-bottom: 4px; letter-spacing: 0.4px; }
.process-section .process-desc { font-size: clamp(10px, 1vw, 11px); line-height: 1.35; }
.process-section .process-step::after { top: 32px; }

@media (min-width: 1200px) {
    .process-section .process-step { padding: 12px 10px; }
    .process-section .process-title { letter-spacing: 0.6px; }
}

@media (max-width: 991px) {
    .process-section .process-timeline { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .process-section .process-step { flex: 0 0 auto; min-width: 132px; }
}

/* Process timeline */
.process-timeline { display: flex; gap: 0; overflow-x: auto; padding: 20px 0; }
.process-step {
    flex: 1; min-width: 180px; text-align: center; padding: 24px 16px;
    position: relative;
}
.process-step::after {
    content: ''; position: absolute; top: 40px; right: 0; width: 100%; height: 2px;
    background: var(--color-gold); opacity: 0.3; z-index: 0;
}
.process-step:last-child::after { display: none; }
.process-num { font-size: 32px; font-weight: 700; color: var(--color-gold); margin-bottom: 12px; }
.process-icon { font-size: 28px; color: var(--color-gold); margin-bottom: 12px; }
.process-title { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.process-desc { font-size: 12px; color: var(--color-section-cream-muted); }
.section-cream .process-desc { color: var(--color-section-cream-muted-2); }

/* Projects — home block */
.projects-section { padding: clamp(64px, 8vw, 100px) 0; background: var(--color-projects-bg); }
.projects-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(28px, 4vw, 44px);
    flex-wrap: wrap;
}
.projects-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: clamp(3px, 0.5vw, 6px);
    color: var(--color-projects-title);
    margin: 0;
    line-height: 1.1;
}
.btn-projects-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-gold-light);
    border: 1px solid rgba(201, 169, 98, 0.55);
    border-radius: 6px;
    background: transparent;
    transition: all 0.35s ease;
    white-space: nowrap;
    flex-shrink: 0;
}
.btn-projects-all:hover {
    color: #0a0a0a;
    background: var(--color-gold-gradient);
    border-color: transparent;
    box-shadow: var(--shadow-gold);
}
.btn-projects-all i { font-size: 12px; transition: transform 0.3s ease; }
.btn-projects-all:hover i { transform: translateX(3px); }

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
}
.project-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    text-decoration: none;
    color: inherit;
    background: var(--color-card);
}
.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-card:hover img { transform: scale(1.06); }
.project-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.45) 38%,
        rgba(0, 0, 0, 0.08) 68%,
        transparent 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(18px, 2.5vw, 28px);
    transition: background 0.4s ease;
}
.project-card:hover .project-card-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.5) 42%,
        rgba(0, 0, 0, 0.12) 72%,
        transparent 100%
    );
}
.project-card-title {
    font-family: var(--font-main);
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #fff;
    line-height: 1.3;
}
.project-card-services {
    font-size: clamp(11px, 0.95vw, 13px);
    color: rgba(255, 255, 255, 0.52);
    margin-top: 6px;
    line-height: 1.45;
    font-weight: 400;
}

/* Portfolio — catalog page */
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.portfolio-card {
    position: relative; border-radius: 8px; overflow: hidden;
    aspect-ratio: 4/3; cursor: pointer;
}
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.portfolio-card:hover img { transform: scale(1.05); }
.portfolio-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,0.92) 0%, transparent 55%);
    display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
    transition: background var(--transition);
}
.portfolio-card-title { font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.portfolio-card-services { font-size: 12px; color: var(--color-text-muted); margin-top: 4px; }

/* Catalog */
.catalog-page { background: var(--color-dark); }

.catalog-hero {
    position: relative;
    padding: 0;
    overflow: hidden;
    margin-top: calc(-1 * var(--header-height));
    min-height: 320px;
    display: flex;
    align-items: flex-end;
}
.catalog-hero-bg { position: absolute; inset: 0; }
.catalog-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    transform: scale(1.02);
    animation: catalogHeroZoom 24s ease-in-out infinite alternate;
}
@keyframes catalogHeroZoom {
    from { transform: scale(1.02); }
    to { transform: scale(1.06); }
}
.catalog-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.92) 0%, rgba(8, 8, 8, 0.55) 42%, rgba(8, 8, 8, 0.35) 100%),
        linear-gradient(to top, rgba(8, 8, 8, 0.95) 0%, transparent 55%);
}
.catalog-hero-content {
    position: relative;
    z-index: 2;
    padding-top: calc(var(--header-height) + 28px);
    padding-bottom: 36px;
    width: 100%;
    box-sizing: border-box;
}
.catalog-hero .breadcrumb {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 14px;
}
.catalog-hero .breadcrumb a { color: rgba(255, 255, 255, 0.42); }
.catalog-hero .breadcrumb a:hover { color: var(--color-gold-light); }
.catalog-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.5vw, 3.25rem);
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 14px;
}
.catalog-hero-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.58);
    max-width: 520px;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0;
}

.category-bar-wrap {
    background: var(--color-dark);
    border-bottom: 1px solid var(--color-border-subtle);
    padding: 0;
    margin-top: 0;
}
.category-slider {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.category-slider-btn {
    display: none;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.35);
    background: rgba(17, 17, 17, 0.9);
    color: var(--color-gold-light);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.25s ease;
    z-index: 2;
}
.category-slider-btn:hover {
    border-color: var(--color-gold-rich);
    background: rgba(168, 134, 59, 0.2);
}
.category-slider-btn i { font-size: 14px; line-height: 1; }
.category-bar {
    display: flex; gap: 12px; overflow-x: auto; padding: 20px 0 18px;
    scrollbar-width: none;
    flex: 1;
    min-width: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.category-bar::-webkit-scrollbar { display: none; }
.category-tile {
    flex: 0 0 auto; min-width: 130px; max-width: 150px;
    padding: 22px 14px 18px; text-align: center;
    background: var(--color-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: 6px; cursor: pointer;
    transition: all var(--transition);
    position: relative; overflow: hidden;
}
.category-tile::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,169,98,0.12) 0%, transparent 70%);
    opacity: 0; transition: opacity var(--transition);
}
.category-tile:hover {
    border-color: rgba(201, 169, 98, 0.4);
    transform: translateY(-3px);
}
.category-tile.active {
    border-color: var(--color-gold-rich);
    border-width: 1.5px;
    background: linear-gradient(180deg, rgba(201,169,98,0.1) 0%, var(--color-card) 100%);
    box-shadow: 0 0 24px rgba(201, 169, 98, 0.12), inset 0 1px 0 rgba(201,169,98,0.2);
}
.category-tile.active::before { opacity: 1; }
.category-tile-icon {
    width: 52px; height: 52px; margin: 0 auto 10px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.38);
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.1) 0%, rgba(255, 255, 255, 0.02) 55%, rgba(0, 0, 0, 0.15) 100%);
    display: flex; align-items: center; justify-content: center;
    transition: all var(--transition);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(0, 0, 0, 0.25);
}
.category-tile-icon .service-svg {
    width: 24px; height: 24px; display: block;
    color: var(--color-gold-light);
    filter: drop-shadow(0 2px 6px rgba(201, 169, 98, 0.35));
    transition: transform var(--transition), filter var(--transition), color var(--transition);
}
.category-tile-icon i {
    font-size: 22px; color: var(--color-gold-light);
    margin-bottom: 0; display: block;
    transition: transform var(--transition), color var(--transition);
    filter: drop-shadow(0 2px 6px rgba(201, 169, 98, 0.35));
}
.category-tile:hover .category-tile-icon {
    border-color: rgba(201, 169, 98, 0.58);
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.16) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 20px rgba(201, 169, 98, 0.12);
}
.category-tile:hover .category-tile-icon .service-svg,
.category-tile:hover .category-tile-icon i {
    transform: scale(1.06);
    filter: drop-shadow(0 2px 10px rgba(201, 169, 98, 0.5));
}
.category-tile.active .category-tile-icon {
    border-color: rgba(201, 169, 98, 0.75);
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.22) 0%, rgba(201, 169, 98, 0.06) 100%);
    box-shadow: 0 0 20px rgba(201, 169, 98, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.category-tile.active .category-tile-icon .service-svg,
.category-tile.active .category-tile-icon i {
    transform: scale(1.08);
    color: #e8d5a3;
    filter: drop-shadow(0 0 12px rgba(201, 169, 98, 0.65));
}
.category-tile i {
    font-size: 26px; color: var(--color-gold);
    margin-bottom: 10px; display: block;
    transition: transform var(--transition);
}
.category-tile.active i { transform: scale(1.1); color: var(--color-gold-light); }
.category-tile-title {
    font-size: 9.5px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--color-category-title);
    line-height: 1.4;
}
.category-tile.active .category-tile-title { color: var(--color-gold-light); }
.category-tile-desc {
    font-size: 10px; color: rgba(255,255,255,0.4);
    margin-top: 6px; line-height: 1.4; display: none;
}
.category-tile.active .category-tile-desc { display: block; }

@media (min-width: 992px) {
    .category-bar-wrap {
        overflow-x: hidden;
    }
    .category-slider-btn {
        display: none !important;
    }
    .category-bar {
        overflow-x: visible;
        gap: clamp(6px, 0.65vw, 10px);
        padding: 18px 0 16px;
    }
    .category-tile {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        padding: clamp(14px, 1.2vw, 18px) clamp(4px, 0.5vw, 8px) clamp(12px, 1vw, 14px);
    }
    .category-tile-icon {
        width: clamp(40px, 3.2vw, 48px);
        height: clamp(40px, 3.2vw, 48px);
        margin-bottom: 8px;
    }
    .category-tile-icon .service-svg {
        width: clamp(18px, 1.5vw, 22px);
        height: clamp(18px, 1.5vw, 22px);
    }
    .category-tile-icon i {
        font-size: clamp(17px, 1.4vw, 20px);
    }
    .category-tile-title {
        font-size: clamp(7px, 0.58vw, 9px);
        letter-spacing: clamp(0.4px, 0.08vw, 1px);
        line-height: 1.35;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

.catalog-body { padding: 40px 0 80px; }

.catalog-layout { display: grid; grid-template-columns: 270px 1fr; gap: 36px; }
.filters-sidebar {
    background: var(--color-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: 12px; padding: 28px 24px;
    position: sticky; top: calc(var(--header-offset) + 24px);
    max-height: calc(100vh - var(--header-offset) - 48px); overflow-y: auto;
    align-self: start;
}
.filters-sidebar::-webkit-scrollbar { width: 3px; }
.filters-sidebar::-webkit-scrollbar-thumb { background: var(--color-gold-rich); border-radius: 3px; }
.filters-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 24px; padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border-subtle);
}
.filters-header h3 {
    font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px;
    margin: 0; color: #fff; font-weight: 600;
}
.filter-reset {
    font-size: 11px; color: var(--color-gold-light); cursor: pointer;
    background: none; border: none; letter-spacing: 0.5px;
    transition: color var(--transition);
}
.filter-reset:hover { color: var(--color-gold); }
.filter-group {
    border-bottom: 1px solid var(--color-border-subtle);
    padding: 18px 0;
}
.filter-group:last-of-type { border-bottom: none; }
.filter-group-title {
    font-size: 10px; text-transform: uppercase; letter-spacing: 2px;
    color: var(--color-gold-rich); margin-bottom: 14px; font-weight: 600;
}
.filter-option {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 10px; font-size: 12.5px; cursor: pointer;
    color: rgba(255,255,255,0.7); transition: color var(--transition);
    letter-spacing: 0.2px;
}
.filter-option:hover { color: #fff; }
.filter-option input[type=checkbox] {
    width: 16px; height: 16px; accent-color: var(--color-gold-rich);
    border-radius: 3px; cursor: pointer;
}
.price-range input[type=range] {
    width: 100%; -webkit-appearance: none; height: 3px;
    background: rgba(255,255,255,0.1); border-radius: 2px; outline: none; margin: 8px 0;
}
.price-range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; width: 16px; height: 16px;
    background: var(--color-gold-gradient); border-radius: 50%; cursor: pointer;
    box-shadow: 0 2px 8px rgba(201,169,98,0.4);
}
.price-inputs { display: flex; gap: 8px; margin-top: 10px; }
.price-inputs input {
    flex: 1; background: rgba(255,255,255,0.04);
    border: 1px solid var(--color-border-subtle);
    color: var(--color-text); padding: 9px 10px; border-radius: 4px;
    font-size: 11px; transition: border-color var(--transition);
}
.price-inputs input:focus { outline: none; border-color: var(--color-gold-rich); }

.catalog-toolbar {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 28px; flex-wrap: wrap; gap: 16px;
    padding-bottom: 20px; border-bottom: 1px solid var(--color-border-subtle);
}
.catalog-count {
    font-size: 12px; color: rgba(255,255,255,0.45); letter-spacing: 0.5px;
}
.catalog-count strong { color: #fff; font-weight: 600; }
.catalog-sort select {
    background: var(--color-card); border: 1px solid var(--color-border-subtle);
    color: rgba(255,255,255,0.8); padding: 9px 14px; border-radius: 4px;
    font-size: 12px; cursor: pointer; letter-spacing: 0.3px;
}
.catalog-sort select:focus { outline: none; border-color: var(--color-gold-rich); }
.view-toggle { display: flex; gap: 4px; }
.view-toggle button {
    background: var(--color-card); border: 1px solid var(--color-border-subtle);
    color: rgba(255,255,255,0.4); padding: 9px 13px; cursor: pointer;
    border-radius: 4px; transition: all var(--transition);
}
.view-toggle button.active,
.view-toggle button:hover {
    border-color: var(--color-gold-rich); color: var(--color-gold-light);
    background: rgba(201,169,98,0.08);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.products-grid.list-view { grid-template-columns: 1fr; }

.product-card {
    background: var(--color-card);
    border: 1px solid var(--color-border-subtle);
    border-radius: 12px; overflow: hidden;
    transition: all var(--transition);
    position: relative; text-decoration: none; color: inherit;
    display: block;
}
.product-card::after {
    content: ''; position: absolute; inset: 0; border-radius: 12px;
    border: 1px solid transparent; transition: border-color var(--transition);
    pointer-events: none;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-premium);
    border-color: rgba(201, 169, 98, 0.35);
}
.product-card:hover::after { border-color: rgba(201, 169, 98, 0.2); }
.product-card-img {
    position: relative; aspect-ratio: 3/4; overflow: hidden;
    background: #0A0A0A;
}
.product-card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-card:hover .product-card-img img { transform: scale(1.06); }
.product-card-img::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,0.5) 0%, transparent 40%);
    pointer-events: none;
}
.product-badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    background: var(--color-gold-gradient); color: #0A0A0A;
    font-size: 9px; font-weight: 700; padding: 5px 12px;
    text-transform: uppercase; letter-spacing: 1.5px;
    border-radius: 2px;
}
.product-card-body { padding: 18px 18px 20px; }
.product-card-title {
    font-size: 13px; font-weight: 600; margin-bottom: 8px;
    line-height: 1.4; color: var(--color-text);
    letter-spacing: 0.5px; text-transform: uppercase;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-materials {
    font-size: 11px; color: var(--color-text-muted);
    margin-bottom: 12px; letter-spacing: 0.5px;
}
.product-card-price {
    font-size: 15px; font-weight: 700;
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; letter-spacing: 0.3px;
}
.product-card-arrow {
    position: absolute; bottom: 20px; right: 18px;
    width: 32px; height: 32px; border-radius: 50%;
    border: 1px solid var(--color-border);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-gold); font-size: 14px;
    transition: all var(--transition); background: var(--color-card-arrow-bg);
}
.product-card:hover .product-card-arrow {
    background: var(--color-gold-gradient); color: #0A0A0A;
    border-color: transparent; transform: translateX(3px);
}
.product-card--portfolio { cursor: default; }
.product-card--portfolio:hover { transform: translateY(-4px); }
.product-card-arrow--btn {
    cursor: pointer;
    padding: 0;
    font: inherit;
}
.product-card--portfolio:hover .product-card-arrow--btn {
    background: var(--color-gold-gradient);
    color: #0A0A0A;
    border-color: transparent;
    transform: translateX(3px);
}

.products-grid.list-view .product-card { display: grid; grid-template-columns: 220px 1fr; }
.products-grid.list-view .product-card-img { aspect-ratio: auto; min-height: 180px; }

.load-more { text-align: center; margin-top: 48px; }
.load-more .btn-outline-gold { padding: 14px 48px; }

/* Help banner — catalog */
.help-banner {
    display: grid; grid-template-columns: 1fr auto 320px; gap: 40px; align-items: center;
    background: linear-gradient(135deg, var(--color-card) 0%, var(--color-bg-soft) 100%);
    border: 1px solid var(--color-border-subtle);
    border-radius: 8px; padding: 48px; margin: 64px auto 0;
    position: relative; overflow: hidden;
    max-width: min(var(--content-max-width), 100%);
}
.help-banner::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold-rich), transparent);
    opacity: 0.5;
}
.help-banner .section-title {
    font-family: var(--font-display);
    font-size: 1.8rem !important; letter-spacing: 2px;
    text-transform: uppercase; font-weight: 500;
}
.help-features { display: flex; gap: 36px; }
.help-feature { text-align: center; }
.help-feature i {
    font-size: 28px;
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; margin-bottom: 10px; display: block;
}
.help-feature p { font-size: 11px; color: var(--color-text-muted); max-width: 130px; line-height: 1.5; letter-spacing: 0.3px; }
.help-banner-img { border-radius: 6px; overflow: hidden; height: 220px; box-shadow: var(--shadow-premium); }
.help-banner-img img { width: 100%; height: 100%; object-fit: cover; }

.breadcrumb { font-size: 13px; color: var(--color-text-muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--color-text-muted); }
.breadcrumb a:hover { color: var(--color-gold-light); }

/* Contact form */
.contact-section { padding: 80px 0; }
.contact-form-dark {
    background: var(--color-card); border: 1px solid var(--color-border);
    border-radius: 12px; padding: 40px;
    max-width: min(var(--content-max-width), 100%);
    margin-left: auto;
    margin-right: auto;
}
.form-dark {
    background: var(--color-surface-input); border: 1px solid var(--color-border);
    color: var(--color-text); padding: 12px 16px; border-radius: 4px;
}
.form-dark:focus { background: var(--color-surface-input-focus); border-color: var(--color-gold); color: var(--color-text); box-shadow: none; }
select.form-dark,
.form-dark.form-select {
    background-color: var(--color-select-bg);
    color: var(--color-text);
    color-scheme: dark;
    cursor: pointer;
}
select.form-dark option,
.form-dark.form-select option {
    background-color: var(--color-select-option-bg);
    color: var(--color-select-option-text);
}
.form-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--color-text-muted); }

.modal-dark { background: var(--color-card); color: var(--color-text); border: 1px solid var(--color-border); }
.modal-dark select,
.modal-dark .form-select { color-scheme: dark; }
.lead-success { text-align: center; padding: 24px; }
.lead-success i { font-size: 48px; color: var(--color-gold); margin-bottom: 16px; display: block; }

/* Footer */
.site-footer {
    background: var(--color-footer-bg); border-top: 1px solid var(--color-border-subtle);
    padding: 48px 0; margin-top: 0;
    position: relative;
}
.site-footer::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold-rich), transparent);
    opacity: 0.35;
}
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.footer-brand {
    display: flex; flex-direction: column; align-items: flex-start;
    position: relative;
}
.footer-copy { font-size: 12px; color: var(--color-text-muted); }
.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 6px;
    max-width: 520px;
}
.footer-nav-link {
    color: var(--color-text);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 10px;
    white-space: nowrap;
    transition: color var(--transition);
}
.footer-nav-link:hover,
.footer-nav-link.active { color: var(--color-gold-light); }
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
}
.footer-legal a { color: var(--color-text-muted); font-size: 13px; }
.footer-social { display: flex; align-items: center; gap: 16px; justify-content: flex-end; flex-wrap: wrap; }
.footer-social a { color: var(--color-gold); font-size: 20px; transition: transform var(--transition); }
.footer-social a:hover { transform: scale(1.15); }
.footer-phones { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.footer-phone { font-size: 14px; font-weight: 500; color: var(--color-text); white-space: nowrap; }
.footer-phone:hover { color: var(--color-gold); }
.footer-credit {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}
.footer-credit-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: lowercase;
    color: var(--color-text-muted);
}
.footer-credit-brand {
    color: var(--color-gold-light);
    font-weight: 500;
    letter-spacing: 0.08em;
}
.footer-credit-heart {
    font-size: 10px;
    color: #d4a574;
    filter: drop-shadow(0 0 6px rgba(212, 165, 116, 0.45));
    animation: footer-heart-pulse 2.4s ease-in-out infinite;
}
@keyframes footer-heart-pulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.15); opacity: 1; }
}

.legal-content { max-width: 820px; margin: 0 auto; color: var(--color-text); line-height: 1.7; }
.legal-content p { margin-bottom: 1rem; }
.legal-content h2, .legal-content h3 { margin: 1.5rem 0 0.75rem; color: var(--color-gold); }

.page-hero {
    padding: 100px 0 48px; position: relative; overflow: hidden;
    background: var(--color-page-hero-bg);
}
.page-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
    font-feature-settings: "kern" 1, "liga" 1;
}

/* About */
.about-content { max-width: 800px; }
.about-content p { margin-bottom: 16px; color: var(--color-text-muted); font-size: 16px; line-height: 1.8; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.about-stat { text-align: center; padding: 24px; background: var(--color-card); border-radius: 8px; border: 1px solid var(--color-border); }
.about-stat-num { font-size: 36px; font-weight: 700; color: var(--color-gold); }
.about-stat-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--color-text-muted); margin-top: 8px; }

/* Product detail */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 40px 0; }
.product-gallery { border-radius: 12px; overflow: hidden; }
.product-gallery img { width: 100%; border-radius: 12px; }
.product-info h1 { font-size: 28px; font-weight: 600; margin-bottom: 16px; }
.product-price { font-size: 32px; font-weight: 700; color: var(--color-gold); margin: 24px 0; }
.product-desc { color: var(--color-text-muted); line-height: 1.8; margin-bottom: 24px; }

/* Portfolio filters */
.portfolio-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.portfolio-filter {
    padding: 8px 20px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px;
    background: transparent; border: 1px solid var(--color-border); color: var(--color-text-muted);
    border-radius: 20px; cursor: pointer; transition: all var(--transition);
}
.portfolio-filter.active { border-color: var(--color-gold); color: var(--color-gold); background: rgba(184,134,11,0.1); }

/* Scroll animations */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1199px) {
    .help-banner { grid-template-columns: 1fr; padding: 32px; }
    .help-banner-img { display: none; }
    .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .calc-config-row {
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
    }
    .calc-panel,
    .config-panel {
        min-height: unset !important;
        height: auto !important;
    }
    .configurator-preview {
        min-height: 0 !important;
        flex: none !important;
    }
    .catalog-layout { grid-template-columns: 1fr; }
    .filters-sidebar { position: static; max-height: none; }
    .product-detail { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-brand { align-items: center; }
    .footer-center { width: 100%; }
    .footer-nav { max-width: none; }
    .footer-social { justify-content: center; }
    .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .catalog-hero-title { letter-spacing: 3px; }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .hero-content {
        padding-top: calc(var(--header-height) + 16px);
        padding-bottom: 32px;
    }
}
@media (max-width: 767px) {
    :root {
        --page-gutter: 24px;
    }
    .container,
    .container-fluid,
    .calc-config-wrap .container {
        max-width: 100%;
        box-sizing: border-box;
    }
    .hero .row { margin-left: 0; margin-right: 0; }
    .hero .row > [class*="col-"] { padding-left: 0; padding-right: 0; max-width: 100%; }

    .section { padding: 52px 0; }
    .services-section { padding: 40px 0 16px; }
    .section-title { font-size: 1.5rem; letter-spacing: 3px; margin-bottom: 12px; }
    .section-subtitle { font-size: 14px; margin-bottom: 32px; line-height: 1.6; max-width: 100%; }

    /* Hero — компактный, без чёрной пустоты на весь экран */
    .hero {
        min-height: 0;
        display: block;
    }
    .hero-bg,
    .hero-overlay {
        min-height: 0;
    }
    .hero-overlay {
        background: linear-gradient(
            to top,
            rgba(8, 8, 8, 0.94) 0%,
            rgba(8, 8, 8, 0.65) 45%,
            rgba(8, 8, 8, 0.35) 100%
        );
    }
    .hero-content {
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: calc(var(--header-height) + 6px);
        padding-bottom: 28px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .hero-title {
        font-size: clamp(1.35rem, 7vw, 1.75rem);
        letter-spacing: 0.5px;
        line-height: 1.1;
        margin-bottom: 12px;
    }
    .hero-title-layout { gap: 6px; align-items: stretch; }
    .hero-num { font-size: calc((3 * 1.1em + 2 * 0.08em) * 1.45); }
    .hero-line { margin-bottom: 0; line-height: 1.1; }
    .hero-subtitle {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 18px;
        color: var(--color-hero-subtitle);
        max-width: 100%;
    }
    .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        max-width: 100%;
    }
    .hero-actions .btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 14px 14px;
        font-size: 9px;
        letter-spacing: 1.2px;
        border-radius: 6px;
        box-sizing: border-box;
    }
    .hero-actions .btn-gold { box-shadow: 0 6px 22px rgba(201, 169, 98, 0.25); }
    .hero-actions .btn-outline-gold {
        color: #FFF8EC;
        border-width: 1.5px;
        border-color: rgba(232, 205, 150, 0.95);
        background: rgba(10, 10, 10, 0.65);
    }

    /* Калькулятор — без пустоты */
    .section.calc-config-wrap,
    .calc-config-wrap {
        padding: 0 0 24px !important;
    }
    .calc-config-header {
        margin-bottom: 12px;
        padding-top: 20px;
    }
    .calc-config-wrap .section-title {
        font-size: 1.25rem;
        letter-spacing: 2px;
        margin-bottom: 6px !important;
        opacity: 1;
        transform: none;
    }
    .calc-config-subtitle {
        font-size: 13px;
        margin-bottom: 0 !important;
        line-height: 1.5;
        opacity: 1;
        transform: none;
    }
    .calc-config-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px;
        min-height: 0 !important;
    }
    .calc-panel,
    .config-panel {
        min-height: unset !important;
        height: auto !important;
        flex: none !important;
        padding: 20px 16px;
        border-radius: 14px;
    }
    .config-panel { padding: 18px 16px 22px; }
    .configurator-inner {
        gap: 14px;
        flex: none !important;
        min-height: 0 !important;
    }
    .configurator-controls-col,
    .configurator-preview-col {
        flex: none !important;
        min-height: 0 !important;
    }
    .configurator-preview-col { order: -1; }
    .configurator-preview {
        height: 200px;
        max-height: 200px;
        min-height: 0 !important;
        flex: none !important;
    }
    .calc-result { margin-top: 20px; }
    .config-tabs--icons { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .config-actions { flex-direction: column; align-items: stretch; }
    .btn-config-save { max-width: none; width: 100%; }
    .btn-config-reset { text-align: center; }
    .configurator-materials-col { max-height: none; margin-bottom: 16px; }

    /* Service cards */
    .services-grid { grid-template-columns: 1fr; gap: 20px; }
    .service-card { border-radius: 14px; }
    .service-card-img { aspect-ratio: 3 / 2; height: auto; }
    .service-card-body { padding: 20px 18px 22px; }
    .service-card-title { font-size: 12px; letter-spacing: 1.5px; }
    .service-card-desc { font-size: 13px; line-height: 1.55; padding-right: 0; }
    .service-card-arrow { display: none; }
    .service-card-actions { display: flex; gap: 14px; }
    .service-card:hover { transform: none; }

    .catalog-hero {
        margin-top: calc(-1 * var(--header-height));
        min-height: 0;
    }
    .catalog-hero-content {
        padding-top: calc(var(--header-height) + 16px);
        padding-bottom: 18px;
    }
    .catalog-hero-title {
        font-size: clamp(1.5rem, 7vw, 1.85rem);
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .catalog-hero-desc {
        font-size: 13px;
        line-height: 1.55;
    }
    .catalog-hero .breadcrumb {
        font-size: 9px;
        margin-bottom: 8px;
    }

    /* Category slider */
    .category-slider-btn { display: flex; }
    .category-bar {
        gap: 12px;
        padding: 18px 2px 14px;
        scroll-snap-type: x mandatory;
    }
    .category-tile {
        scroll-snap-align: start;
        min-width: 112px;
        max-width: 132px;
        padding: 16px 12px 14px;
        border-radius: 10px;
        flex-shrink: 0;
    }
    .category-tile-icon {
        width: 46px; height: 46px; margin-bottom: 8px;
    }
    .category-tile-icon .service-svg { width: 21px; height: 21px; }
    .category-tile-icon i { font-size: 19px; }
    .category-tile-title {
        font-size: 9px;
        line-height: 1.35;
        word-break: break-word;
    }
    .category-bar-wrap { margin-bottom: 0; }
    .category-bar-wrap .container { padding-left: var(--page-gutter); padding-right: var(--page-gutter); }

    /* Catalog body */
    .catalog-body { padding: 24px 0 56px; }
    .filters-sidebar {
        padding: 22px 18px;
        border-radius: 14px;
        position: static;
        max-height: none;
    }
    .filters-sidebar .btn-gold {
        padding: 15px;
        border-radius: 8px;
        font-size: 10px;
        letter-spacing: 1.5px;
    }
    .catalog-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin-bottom: 20px;
        padding-bottom: 16px;
    }
    .catalog-toolbar .d-flex {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
    .catalog-sort { flex: 1; }
    .catalog-sort select {
        width: 100%;
        padding: 11px 14px;
        border-radius: 8px;
        font-size: 12px;
    }
    .view-toggle button {
        padding: 11px 14px;
        border-radius: 8px;
    }
    .products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .product-card-img { aspect-ratio: 16 / 11; }
    .product-card-body { padding: 16px 18px 18px; }
    .product-card-title {
        font-size: 12px;
        letter-spacing: 0.6px;
        -webkit-line-clamp: 2;
    }
    .product-card-materials { font-size: 11px; }
    .product-card-arrow { display: none; }
    .category-bar-wrap { margin-bottom: 0; }

    .process-timeline { flex-direction: column; }
    .process-step::after { display: none; }
    .help-features { flex-direction: column; gap: 16px; }
    .calc-config-section { padding: 20px; }
    .header-container { padding: 0 max(var(--edge-inset), var(--page-gutter)); gap: 10px; align-items: center; }
    html[data-theme="light"] .site-header .logo-link {
        flex: 0 1 auto;
        width: var(--logo-header-width);
        height: calc(var(--header-bar-height) - 10px);
        max-height: 100%;
    }
    html:not([data-theme="light"]) .site-header .logo-link {
        flex: 0 1 auto;
        width: var(--logo-header-width);
        height: calc(var(--header-bar-height) - 10px);
        max-height: 100%;
    }
    .site-header .logo-theme-dark {
        height: 100%;
        width: auto;
        max-width: 100%;
        transform: scale(1);
    }
    html[data-theme="light"] .site-header .logo-theme-light {
        height: 100%;
        width: auto;
        max-width: 100%;
        transform: scale(var(--logo-header-scale));
    }
    .header-actions { gap: 8px; flex-shrink: 1; min-width: 0; align-items: center; }
    .lang-switch { font-size: 10px; }
    .theme-toggle { width: 34px; height: 34px; font-size: 14px; }
    .b2b-commercial-section { padding: 40px 0; }
    .b2b-strip { padding: 24px 0; }
    .b2b-strip-inner { flex-direction: column; align-items: stretch; }
    .b2b-strip-btn { width: 100%; justify-content: center; }
    .search-box { display: none !important; }
    .projects-grid { grid-template-columns: 1fr; gap: 16px; }
    .project-card { aspect-ratio: 16 / 10; }
    .projects-header { margin-bottom: 24px; }
    :root {
        --logo-header-width: 92px;
        --logo-header-height: calc(var(--logo-header-width) / var(--logo-dark-ratio));
        --logo-header-scale: 1;
        --logo-footer-width: 108px;
        --logo-footer-height: calc(var(--logo-footer-width) / var(--logo-dark-ratio));
        --logo-footer-scale: 1;
        --header-bar-height: 80px;
        --header-height: var(--header-bar-height);
        --header-offset: var(--header-height);
    }
    .preloader-logo, .preloader-logo.logo-theme-dark { width: min(var(--logo-preloader-width), 80vw); max-height: min(var(--logo-preloader-width), 80vw); }
    html:not([data-theme="light"]) .preloader-logo.logo-theme-dark,
    html:not([data-theme="light"]) .preloader .logo-theme-dark {
        width: min(var(--logo-preloader-width), 80vw);
        max-height: min(var(--logo-preloader-width), 80vw);
    }
    html[data-theme="light"] .preloader-logo.logo-theme-light {
        width: min(var(--logo-preloader-width), 80vw);
        max-height: min(var(--logo-preloader-width), 80vw);
        height: auto;
    }
    .process-section { padding: 36px 0 40px; }
}

/* B2B commercial block */
.b2b-commercial-section { padding: 64px 0; border-bottom: 1px solid var(--color-border-subtle); }
.b2b-commercial-lead { color: var(--color-text-secondary); line-height: 1.7; margin-bottom: 12px; max-width: 560px; font-size: 15px; }
.b2b-commercial-visual {
    position: relative; border-radius: 14px; overflow: hidden;
    border: 1px solid var(--color-border-subtle); aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, var(--color-card) 0%, var(--color-bg-soft) 100%);
}
.b2b-commercial-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b2b-commercial-visual img.b2b-commercial-img { object-fit: contain; padding: 16px; background: var(--color-bg-soft); }
.b2b-commercial-fallback {
    display: none; position: absolute; inset: 0;
    align-items: center; justify-content: center; gap: 28px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.95) 0%, rgba(30, 26, 18, 0.9) 100%);
}
.b2b-commercial-visual--fallback .b2b-commercial-fallback { display: flex; }
.b2b-commercial-fallback span {
    width: 72px; height: 72px; border-radius: 50%;
    border: 1px solid var(--color-border-subtle);
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.04);
}
.b2b-commercial-fallback i {
    font-size: 28px;
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* B2B strip before footer */
.b2b-strip {
    background: linear-gradient(135deg, var(--color-card) 0%, var(--color-bg-soft) 100%);
    border-top: 1px solid var(--color-border-subtle);
    padding: 32px 0;
    position: relative;
}
.b2b-strip::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold-rich), transparent);
    opacity: 0.45;
}
.b2b-strip-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px 32px; flex-wrap: wrap;
}
.b2b-strip-title {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 8px;
    color: var(--color-gold-light);
}
.b2b-strip-text { color: var(--color-text-secondary); font-size: 14px; line-height: 1.6; margin: 0 0 4px; max-width: 720px; }
.b2b-strip-btn { flex-shrink: 0; white-space: nowrap; }

/* Production block */
.production-section { padding: 56px 0; }
.production-lead { color: var(--color-text-secondary); line-height: 1.7; margin-bottom: 20px; max-width: 520px; }
.production-list { list-style: none; padding: 0; margin: 0 0 8px; }
.production-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 14px; color: var(--color-text-quaternary); }
.production-list i { color: var(--color-gold-rich); margin-top: 2px; }
.production-visual { border-radius: 14px; overflow: hidden; border: 1px solid var(--color-border-subtle); }
.production-visual img {
    width: 100%;
    min-height: 420px;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}
@media (min-width: 992px) {
    .production-visual img { min-height: 480px; }
}
@media (max-width: 991px) {
    .production-visual img { min-height: 280px; }
}

/* Lead form interests */
.lead-interest-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.lead-interest-item {
    display: inline-flex; align-items: center; gap: 6px;
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    padding: 8px 12px; border-radius: 8px; font-size: 12px; cursor: pointer;
    border: 1px solid var(--color-border-subtle); background: var(--color-surface-input);
    color: var(--color-text);
}
.lead-interest-item:has(input:checked) { border-color: var(--color-gold-rich); color: var(--color-gold-light); }
.lead-interest-item input { accent-color: var(--color-gold-rich); }
.lead-form:not(#leadForm) .lead-interest-item--calc { display: none; }
@media (min-width: 768px) {
    .lead-interest-item { flex: 1 1 calc(33.333% - 6px); }
}
@media (min-width: 992px) {
    .lead-interest-item { flex: 1 1 calc(20% - 7px); }
}

/* Product gallery */
.product-gallery-main { border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.product-gallery-main img { width: 100%; height: 420px; object-fit: cover; }
.product-gallery-thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.product-gallery-thumb { padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: none; cursor: pointer; }
.product-gallery-thumb.active { border-color: var(--color-gold-rich); }
.product-gallery-thumb img { width: 72px; height: 56px; object-fit: cover; display: block; }

/* About / FAQ / materials */
.about-hero-img { width: 100%; border-radius: 12px; object-fit: cover; aspect-ratio: 4 / 3; }
.about-photo-card {
    margin: 0; height: 100%;
    border-radius: 14px; overflow: hidden;
    border: 1px solid var(--color-border-subtle);
    background: var(--color-card);
}
.about-photo-card img {
    width: 100%; display: block;
    aspect-ratio: 16 / 10; object-fit: cover;
}
.about-photo-card figcaption { padding: 20px 22px 24px; }
.about-photo-card h3 {
    font-family: var(--font-display);
    font-size: 1.2rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em;
    margin: 0 0 10px;
}
.about-photo-card p {
    margin: 0; color: var(--color-text-muted);
    font-size: 14px; line-height: 1.65;
}
.about-work-gallery { padding-top: 72px; }
.about-work-block { margin-bottom: 48px; }
.about-work-block:last-child { margin-bottom: 0; }
.about-work-block-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 20px; flex-wrap: wrap; margin-bottom: 20px;
}
.about-work-title {
    font-family: var(--font-display);
    font-size: 1.35rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em;
    margin: 0 0 8px;
}
.about-work-text { margin: 0; color: var(--color-text-muted); font-size: 14px; max-width: 640px; line-height: 1.6; }
.about-work-grid {
    display: grid; gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-work-grid--1 { grid-template-columns: 1fr; max-width: 720px; }
.about-work-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-work-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-work-grid--8 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-work-item {
    display: block; border-radius: 12px; overflow: hidden;
    border: 1px solid var(--color-border-subtle);
    transition: transform var(--transition), box-shadow var(--transition);
}
.about-work-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-soft); }
.about-work-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
@media (max-width: 991px) {
    .about-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-work-grid--1 { max-width: 100%; }
}
@media (max-width: 575px) {
    .about-work-grid,
    .about-work-grid--2,
    .about-work-grid--3 { grid-template-columns: 1fr; }
    .about-work-block-head { align-items: stretch; }
    .about-work-block-head .btn { width: 100%; justify-content: center; }
}
.why-list { list-style: none; padding: 0; max-width: 720px; margin: 24px auto 0; }
.why-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 15px; color: rgba(28,37,38,0.85); }
.why-list i { color: var(--color-gold-rich); font-size: 1.2rem; margin-top: 2px; }
.material-card { background: var(--color-card); border: 1px solid var(--color-border-subtle); border-radius: 12px; padding: 24px; height: 100%; }
.material-card h3 { font-size: 1.1rem; color: var(--color-gold-light); margin-bottom: 10px; }
.material-card p { font-size: 14px; color: var(--color-text-secondary); margin: 0; line-height: 1.6; }
.faq-accordion { max-width: 760px; margin: 24px auto 0; }
.faq-item { border: 1px solid var(--color-border-subtle); border-radius: 10px; margin-bottom: 10px; background: var(--color-faq-bg); }
.faq-item summary { padding: 16px 20px; cursor: pointer; font-weight: 500; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding: 0 20px 16px; margin: 0; font-size: 14px; color: var(--color-text-secondary); line-height: 1.6; }
.about-cta-text { color: var(--color-text-secondary); max-width: 560px; margin: 0 auto 16px; }
.about-map-section { padding-top: 72px; padding-bottom: 72px; }
.about-map-section .about-map-card {
    background: linear-gradient(160deg, rgba(24, 24, 24, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
    border: 1px solid rgba(201, 169, 98, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
.about-map-card {
    border-radius: 16px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.about-map-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.22), rgba(201, 169, 98, 0.08));
    color: var(--color-gold-rich);
    font-size: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.about-map-card-title {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--color-gold-light);
}
.about-map-card-address {
    margin: 0;
    font-size: 19px;
    line-height: 1.55;
    color: #fff;
    font-weight: 500;
}
.about-map-card-note {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
}
.about-map-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
}
.workshop-map-shell {
    width: 100%;
    min-height: var(--workshop-map-height, 460px);
}
.workshop-map-frame {
    position: relative;
    width: 100%;
    height: var(--workshop-map-height, 460px);
    min-height: var(--workshop-map-height, 460px);
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
}
.workshop-map-frame--light {
    border: 1px solid rgba(168, 134, 59, 0.2);
    box-shadow:
        0 22px 50px rgba(44, 38, 32, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    background: linear-gradient(180deg, #f8f4ec 0%, #efe8db 100%);
}
.workshop-map-frame .leaflet-container {
    width: 100% !important;
    height: 100% !important;
    background: #ebe4d6;
    font-family: inherit;
}
.workshop-map-frame--light .leaflet-container {
    background: #ebe4d6;
}
.workshop-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.workshop-map-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}
.workshop-map-frame.is-fallback .workshop-map-fallback {
    display: block;
}
.workshop-map-frame.is-fallback .workshop-map {
    display: none;
}
.workshop-map-loading {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, rgba(248, 244, 236, 0.98), rgba(239, 232, 219, 0.98));
    pointer-events: none;
}
.workshop-map-frame.is-ready .workshop-map-loading,
.workshop-map-frame.is-fallback .workshop-map-loading {
    display: none;
}
.workshop-map-loading-spinner {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(201, 169, 98, 0.18);
    border-top-color: var(--color-gold-rich);
    animation: workshopMapSpin 0.8s linear infinite;
}
@keyframes workshopMapSpin {
    to { transform: rotate(360deg); }
}
.workshop-map-overlay {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
}
.workshop-map-overlay--top {
    top: 0;
    height: 72px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.42), transparent);
}
.workshop-map-overlay--bottom {
    bottom: 0;
    height: 88px;
    background: linear-gradient(to top, rgba(248, 244, 236, 0.72), transparent);
}
.workshop-map-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(168, 134, 59, 0.24);
    color: var(--color-gold-rich);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(44, 38, 32, 0.08);
}
.workshop-map-badge i { color: var(--color-gold-rich); }
.workshop-map-frame .leaflet-top,
.workshop-map-frame .leaflet-bottom {
    z-index: 500;
}
.workshop-map-frame .leaflet-top.leaflet-right {
    top: 14px;
    right: 14px;
    margin: 0;
}
.workshop-map-frame .leaflet-bottom.leaflet-right {
    right: 8px;
    bottom: 8px;
    margin: 0;
}
.workshop-map-marker-wrap {
    background: transparent;
    border: 0;
}
.workshop-map-marker {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
}
.workshop-map-marker-core {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #f0d89a 0%, #c9a962 45%, #8f7340 100%);
    border: 2px solid #fff;
    box-shadow: 0 8px 24px rgba(201, 169, 98, 0.55);
    z-index: 2;
}
.workshop-map-marker-core::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c9a962;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
}
.workshop-map-marker-ring {
    position: absolute;
    left: 50%;
    top: 12px;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.55);
    animation: workshopMapPulse 2.4s ease-out infinite;
}
@keyframes workshopMapPulse {
    0% { transform: scale(0.7); opacity: 0.9; }
    70% { transform: scale(1.8); opacity: 0; }
    100% { transform: scale(1.8); opacity: 0; }
}
.workshop-map .leaflet-control-zoom {
    border: 0;
    box-shadow: 0 10px 28px rgba(44, 38, 32, 0.12);
    margin: 0 !important;
}
.workshop-map .leaflet-control-zoom a {
    width: 38px;
    height: 38px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.94) !important;
    color: var(--color-gold-rich) !important;
    border: 1px solid rgba(168, 134, 59, 0.22) !important;
    backdrop-filter: blur(8px);
}
.workshop-map .leaflet-control-zoom a:hover {
    background: rgba(201, 169, 98, 0.12) !important;
    color: #5c4a28 !important;
}
.workshop-map .leaflet-control-zoom-in {
    border-radius: 10px 10px 0 0 !important;
}
.workshop-map .leaflet-control-zoom-out {
    border-radius: 0 0 10px 10px !important;
}
.workshop-map .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.82);
    color: rgba(44, 38, 32, 0.62);
    font-size: 10px;
    border-radius: 8px 0 0 0;
    padding: 2px 8px;
    box-shadow: 0 -4px 16px rgba(44, 38, 32, 0.05);
}
.workshop-map .leaflet-control-attribution a { color: var(--color-gold-rich); }
.workshop-map-popup-shell .leaflet-popup-content-wrapper {
    background: #fff;
    color: var(--color-text);
    border: 1px solid rgba(168, 134, 59, 0.22);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(44, 38, 32, 0.12);
}
.workshop-map-popup-shell .leaflet-popup-tip {
    background: #fff;
    border: 1px solid rgba(168, 134, 59, 0.22);
}
.workshop-map-popup strong {
    display: block;
    margin-bottom: 6px;
    color: var(--color-gold-rich);
    font-size: 14px;
}
.workshop-map-popup p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-text-muted);
}
.workshop-map-popup a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gold-rich);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.workshop-map-popup a:hover { color: #5c4a28; }
@media (max-width: 991px) {
    .about-map-card-address { font-size: 17px; }
    .workshop-map-shell,
    .workshop-map-frame,
    .workshop-map { min-height: 360px; height: 360px; }
}
.help-banner-text { color: var(--color-text-secondary); font-size: 14px; margin: 12px 0 0; max-width: 420px; line-height: 1.6; }
.lead-form-hint { font-size: 12px; color: var(--color-text-muted); line-height: 1.5; }
.lead-form-hint i { color: var(--color-gold-rich); }

/* Services page */
.services-page { background: var(--color-bg); }
.services-hero {
    position: relative; min-height: 420px; display: flex; align-items: flex-end;
    margin-top: calc(-1 * var(--header-height)); overflow: hidden;
}
.services-hero-bg { position: absolute; inset: 0; }
.services-hero-bg img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 35%;
    animation: catalogHeroZoom 24s ease-in-out infinite alternate;
}
.services-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(8,8,8,0.94) 0%, rgba(8,8,8,0.6) 45%, rgba(8,8,8,0.4) 100%),
        linear-gradient(to top, rgba(8,8,8,0.98) 0%, transparent 60%);
}
.services-hero-content {
    position: relative; z-index: 2; width: 100%;
    box-sizing: border-box;
    padding-top: calc(var(--header-height) + 36px);
    padding-bottom: 48px;
}
.services-hero .breadcrumb {
    font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.42); margin-bottom: 18px;
}
.services-hero .breadcrumb a { color: rgba(255,255,255,0.42); text-decoration: none; }
.services-hero .breadcrumb a:hover { color: var(--color-gold-light); }
.services-hero-label {
    display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 3px;
    text-transform: uppercase; color: var(--color-gold-rich); margin-bottom: 14px;
}
.services-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.75rem); font-weight: 600; letter-spacing: 0.08em;
    text-transform: uppercase; color: #fff; line-height: 1.08; margin-bottom: 12px;
    font-feature-settings: "kern" 1, "liga" 1;
}
.services-hero-line { display: block; }
.services-hero-line--gold {
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.services-hero-tagline {
    font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    color: rgba(255,255,255,0.55); letter-spacing: 2px; margin-bottom: 16px;
}
.services-hero-desc {
    font-size: 15px; color: rgba(255,255,255,0.58);
    max-width: 560px; line-height: 1.7; margin-bottom: 28px;
}
.services-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.services-usp {
    background: var(--color-usp-section);
    border-bottom: 1px solid var(--color-border-subtle); padding: 48px 0 56px;
}
.services-usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.services-usp-card {
    padding: 28px 24px; background: var(--color-card);
    border: 1px solid var(--color-border-subtle); border-radius: 10px;
    transition: border-color 0.35s ease, transform 0.35s ease;
}
.services-usp-card:hover { border-color: rgba(201, 169, 98, 0.45); transform: translateY(-4px); }
.services-usp-icon {
    width: 48px; height: 48px; border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.35);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-gold-light); font-size: 20px; margin-bottom: 18px;
}
.services-usp-title {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.8px; color: var(--color-text); margin-bottom: 10px;
}
.services-usp-text { font-size: 13px; color: var(--color-text-muted); line-height: 1.6; margin: 0; }
.services-about { padding: 80px 0; }
.services-about-lead { font-size: 15px; color: var(--color-text-secondary); line-height: 1.75; margin-bottom: 16px; }
.services-about-text { font-size: 14px; color: var(--color-text-muted); line-height: 1.7; margin: 0; }
.services-about-visual { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--color-border-subtle); }
.services-about-visual img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
.services-about-badge {
    position: absolute; bottom: 24px; right: 24px; background: var(--color-badge-bg);
    border: 1px solid rgba(201, 169, 98, 0.4); border-radius: 10px; padding: 16px 22px;
    text-align: center; backdrop-filter: blur(8px);
}
.services-about-badge-num {
    display: block; font-family: var(--font-display);
    font-size: 2rem; color: var(--color-gold-light); line-height: 1;
}
.services-about-badge-label {
    font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--color-text-muted);
}
.services-body { padding: 48px 0 80px; }
.services-detail-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.services-directions-header { margin-bottom: 36px; }
.services-directions-grid { display: flex; flex-direction: column; gap: 24px; }
.service-direction-card {
    display: grid; grid-template-columns: var(--service-block-img-col) 1fr;
    align-items: stretch;
    width: 100%;
    max-width: var(--layout-max-width);
    margin-left: auto;
    margin-right: auto;
    background: var(--color-card); border: 1px solid var(--color-border-subtle);
    border-radius: 14px; overflow: hidden;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.service-direction-card:hover {
    border-color: rgba(201, 169, 98, 0.45); box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.service-direction-media { display: block; text-decoration: none; height: 100%; min-width: 0; }
.service-direction-img {
    position: relative;
    width: 100%;
    aspect-ratio: var(--service-block-aspect-ratio);
    height: auto;
    overflow: hidden;
}
.service-direction-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.service-direction-card:hover .service-direction-img img { transform: scale(1.06); }
.service-direction-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,0.7) 0%, transparent 50%);
}
.service-direction-num {
    position: absolute; top: 16px; left: 16px;
    font-family: var(--font-display); font-size: 2rem;
    color: rgba(201, 169, 98, 0.35); font-weight: 600; line-height: 1;
}
.service-direction-body {
    padding: 32px 34px;
    display: flex; flex-direction: column; justify-content: center;
    min-width: 0;
}
.service-direction-icon {
    width: 44px; height: 44px; margin-bottom: 12px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.35);
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
    display: flex; align-items: center; justify-content: center;
}
.service-direction-icon .service-svg {
    width: 22px; height: 22px;
    color: var(--color-gold-light);
    filter: drop-shadow(0 2px 6px rgba(201, 169, 98, 0.35));
}
.service-direction-icon i {
    color: var(--color-gold-light); font-size: 22px;
}
.service-direction-title {
    font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 12px;
}
.service-direction-title a { color: var(--color-text); text-decoration: none; transition: color 0.25s ease; }
.service-direction-title a:hover { color: var(--color-gold-rich); }
.service-direction-desc {
    font-size: 13px; color: var(--color-text-muted); line-height: 1.65; flex: 1; margin-bottom: 20px;
}
.service-direction-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.services-empty {
    grid-column: 1 / -1; text-align: center; padding: 60px 24px;
    background: var(--color-card); border: 1px dashed var(--color-border-subtle); border-radius: 12px;
}
.services-empty i { font-size: 48px; color: var(--color-gold-rich); opacity: 0.5; margin-bottom: 16px; display: block; }
.services-empty p { color: var(--color-text-muted); max-width: 400px; margin: 0 auto 20px; line-height: 1.6; }
.services-why { padding: 56px 0 48px; }
.section-inner { border-top: 1px solid var(--color-border-subtle); margin-top: 48px; padding-top: 48px; }
.services-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 24px; margin: 32px 0 36px; }
.services-why-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--color-text-secondary); }
.services-why-item i { color: var(--color-gold-rich); font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.services-quote {
    font-family: var(--font-display); font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-style: italic; color: var(--color-text-muted); line-height: 1.65; max-width: 720px;
    border-left: 2px solid var(--color-gold-rich); padding-left: 24px; margin: 0;
}
a.category-tile { text-decoration: none; color: inherit; }
.services-grid--home .service-card:nth-child(n+5) { grid-column: span 1; }
.services-grid--home { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1199px) {
    .services-usp-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid--home { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .services-hero { min-height: 0; display: block; }
    .services-hero-content {
        padding-top: calc(var(--header-height) + 12px);
        padding-bottom: 28px;
        max-width: 100%;
    }
    .services-hero .breadcrumb {
        font-size: 9px;
        letter-spacing: 1.8px;
        margin-bottom: 12px;
    }
    .services-hero-label { letter-spacing: 2px; margin-bottom: 10px; }
    .services-hero-title {
        font-size: clamp(1.45rem, 6.5vw, 1.85rem);
        letter-spacing: 0.04em;
        line-height: 1.12;
        margin-bottom: 10px;
        max-width: 100%;
        overflow-wrap: break-word;
    }
    .services-hero-line { text-align: left; }
    .services-hero-tagline {
        font-size: clamp(1rem, 4.5vw, 1.2rem);
        letter-spacing: 1px;
        margin-bottom: 12px;
    }
    .services-hero-desc {
        font-size: 13px;
        line-height: 1.55;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .services-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .services-hero-actions .btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        padding: 14px 16px;
        font-size: 9px;
        letter-spacing: 1.2px;
    }
    .services-usp-grid { grid-template-columns: 1fr; gap: 14px; }
    .services-usp { padding: 32px 0 40px; }
    .services-why-grid { grid-template-columns: 1fr; }
    .category-slider-btn { display: flex; }
    .services-grid--home { grid-template-columns: 1fr; }
}

/* Service feature blocks */
.stairs-features { margin-bottom: 56px; }
.stairs-features-header .section-subtitle { margin-bottom: 32px !important; }
.stairs-features-list { display: flex; flex-direction: column; gap: 24px; }
.stairs-feature-card {
    display: grid; grid-template-columns: var(--service-block-img-col) 1fr;
    align-items: stretch;
    width: 100%;
    max-width: var(--layout-max-width);
    margin-left: auto;
    margin-right: auto;
    background: var(--color-card); border: 1px solid var(--color-border-subtle);
    border-radius: 14px; overflow: hidden;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.stairs-feature-card:hover {
    border-color: rgba(201, 169, 98, 0.45);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.stairs-feature-visual {
    position: relative;
    width: 100%;
    aspect-ratio: var(--service-block-aspect-ratio);
    height: auto;
    overflow: hidden;
}
.stairs-feature-visual img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.7s ease;
}
.stairs-feature-card:hover .stairs-feature-visual img { transform: scale(1.05); }
.stairs-feature-visual-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,0.75) 0%, transparent 55%);
}
.stairs-feature-icon {
    position: absolute; bottom: 20px; left: 20px;
    width: 48px; height: 48px; border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.45);
    background: rgba(8, 8, 8, 0.75);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-gold-light); font-size: 20px;
    backdrop-filter: blur(6px);
}
.stairs-feature-body {
    padding: 32px 34px;
    display: flex; flex-direction: column; justify-content: center;
    min-width: 0;
}
.stairs-feature-title {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 14px;
}
.stairs-feature-title-icon {
    flex-shrink: 0;
    width: 36px; height: 36px; border-radius: 50%;
    border: 1px solid rgba(201, 169, 98, 0.45);
    background: rgba(201, 169, 98, 0.08);
    display: flex; align-items: center; justify-content: center;
}
.stairs-feature-title-icon i {
    font-size: 16px; color: var(--color-gold-light);
}
.stairs-feature-title-text {
    font-size: 13px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.8px; line-height: 1.3;
    background: var(--color-gold-gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stairs-feature-intro, .stairs-feature-text {
    font-size: 13px; color: var(--color-text-secondary); line-height: 1.7;
    margin-bottom: 14px;
}
.stairs-feature-options-label {
    font-size: 12px; color: var(--color-text-quaternary); margin-bottom: 10px; line-height: 1.6;
}
.stairs-feature-options {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px;
}
.stairs-feature-option {
    padding: 10px 10px; border-radius: 8px;
    background: var(--color-surface-muted);
    border: 1px solid var(--color-border-subtle);
}
.stairs-feature-option-title {
    display: block; font-size: 9px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    color: var(--color-gold-light); margin-bottom: 4px;
}
.stairs-feature-option-text {
    font-size: 11px; color: var(--color-text-tertiary); line-height: 1.4;
}
.stairs-feature-benefits {
    list-style: none; padding: 0; margin: 0 0 14px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
}
.stairs-feature-benefits li {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 12px; color: var(--color-text-quaternary); line-height: 1.5;
}
.stairs-feature-benefits li i {
    color: var(--color-gold-rich); flex-shrink: 0; margin-top: 2px;
}
.stairs-feature-body .btn { align-self: flex-start; margin-top: auto; }
@media (max-width: 1199px) {
    .stairs-feature-options { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
    .stairs-feature-card,
    .service-direction-card { grid-template-columns: 1fr; }
    .stairs-feature-visual,
    .service-direction-img { aspect-ratio: var(--service-block-aspect-ratio); }
    .stairs-feature-benefits { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    :root { --service-block-img-col: 1fr; }
    .stairs-feature-body,
    .service-direction-body { padding: 22px 20px; }
}

/* Header quick actions */
.header-quick-btn {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid var(--color-border);
    background: transparent; color: var(--color-gold);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 17px; transition: var(--transition);
}
.header-quick-btn:hover { border-color: var(--color-gold); color: var(--color-gold-light); background: rgba(201, 169, 98, 0.08); }

/* Floating actions */
.floating-actions {
    position: fixed; right: 18px; bottom: 18px; z-index: 900;
    display: flex; flex-direction: column; gap: 10px;
}
.floating-actions__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 16px; border-radius: 999px;
    color: #fff; font-size: 13px; font-weight: 600;
    box-shadow: 0 8px 28px rgba(0,0,0,0.25);
    transition: transform var(--transition), box-shadow var(--transition);
    text-decoration: none; border: none;
}
.floating-actions__btn:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.floating-actions__btn span { display: none; }
.floating-actions__btn--wa { background: #25D366; }
.floating-actions__btn--call { background: var(--color-gold-rich, #a8863b); }
.floating-actions__btn--calc { background: #2c2620; border: 1px solid rgba(201,169,98,0.35); }
@media (min-width: 768px) {
    .floating-actions__btn span { display: inline; }
}

/* Blog */
.blog-hero .page-hero-desc { max-width: 640px; margin-top: 12px; color: var(--color-text-muted); }
.blog-filters {
    display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px;
}
.blog-filter {
    padding: 8px 16px; border-radius: 999px; border: 1px solid var(--color-border);
    color: var(--color-text-muted); font-size: 13px; transition: var(--transition);
}
.blog-filter:hover, .blog-filter.active {
    border-color: var(--color-gold); color: var(--color-gold-light); background: rgba(201,169,98,0.08);
}
.blog-grid {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;
}
.blog-card {
    background: var(--color-card, rgba(255,255,255,0.04));
    border: 1px solid var(--color-border); border-radius: 16px; overflow: hidden;
    box-shadow: var(--shadow-card-soft);
}
.blog-card-media { display: block; position: relative; aspect-ratio: 16/10; overflow: hidden; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-media img { transform: scale(1.04); }
.blog-card-category {
    position: absolute; left: 12px; top: 12px; padding: 4px 10px; border-radius: 999px;
    background: rgba(8,8,8,0.72); color: #fff; font-size: 11px;
}
.blog-card-body { padding: 18px 20px 22px; }
.blog-card-date { display: block; font-size: 12px; color: var(--color-text-muted); margin-bottom: 8px; }
.blog-card-title { font-size: 1.15rem; margin: 0 0 10px; line-height: 1.35; }
.blog-card-title a { color: inherit; text-decoration: none; }
.blog-card-title a:hover { color: var(--color-gold-light); }
.blog-card-excerpt { color: var(--color-text-muted); font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
.blog-card-link { color: var(--color-gold); font-size: 13px; font-weight: 600; }
.blog-empty { text-align: center; padding: 48px 20px; color: var(--color-text-muted); }
.blog-lead-card {
    margin-top: 40px; padding: 28px; border-radius: 18px;
    border: 1px solid rgba(201,169,98,0.22); background: rgba(201,169,98,0.06);
}
.blog-post-layout {
    display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; align-items: start;
}
.blog-post-meta {
    display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center;
    color: var(--color-text-muted); font-size: 13px; margin-bottom: 12px;
}
.blog-post-category {
    padding: 4px 12px; border-radius: 999px; border: 1px solid rgba(201,169,98,0.35);
    color: var(--color-gold-light);
}
.blog-post-title { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.15; margin: 0; }
.blog-post-cover { border-radius: 18px; overflow: hidden; margin-bottom: 28px; }
.blog-post-cover img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.blog-post-content { font-size: 1.02rem; line-height: 1.75; color: var(--color-text); }
.blog-post-content h2, .blog-post-content h3 { margin-top: 1.6em; margin-bottom: 0.6em; }
.blog-post-content p { margin-bottom: 1em; }
.blog-post-content ul, .blog-post-content ol { padding-left: 1.2em; margin-bottom: 1em; }
.blog-share { display: flex; align-items: center; gap: 10px; margin: 32px 0; flex-wrap: wrap; }
.blog-share-label { font-size: 13px; color: var(--color-text-muted); }
.blog-share-btn {
    width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--color-border);
    background: transparent; color: var(--color-gold); display: inline-flex; align-items: center; justify-content: center;
}
.blog-share-btn:hover, .blog-share-btn.copied { border-color: var(--color-gold); background: rgba(201,169,98,0.1); }
.blog-related { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--color-border); }
.blog-related-title { font-size: 1.4rem; margin-bottom: 20px; }
.blog-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.blog-related-card {
    display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 10px;
    border: 1px solid var(--color-border); border-radius: 12px; color: inherit; text-decoration: none;
}
.blog-related-card img { width: 88px; height: 66px; object-fit: cover; border-radius: 8px; }
.blog-related-card h3 { font-size: 14px; margin: 4px 0 0; line-height: 1.35; }
.blog-related-card time { font-size: 11px; color: var(--color-text-muted); }
.blog-lead-title { font-size: 1.2rem; margin-bottom: 8px; }
.blog-lead-text { color: var(--color-text-muted); font-size: 14px; margin-bottom: 18px; }
.blog-post-sidebar .blog-lead-card { margin-top: 0; position: sticky; top: calc(var(--header-offset) + 16px); }
@media (max-width: 991px) {
    .blog-grid, .blog-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .blog-post-layout { grid-template-columns: 1fr; }
    .blog-post-sidebar .blog-lead-card { position: static; }
}
@media (max-width: 767px) {
    .blog-grid, .blog-related-grid { grid-template-columns: 1fr; }
    .floating-actions { right: 12px; bottom: 12px; }
    .floating-actions__btn { padding: 12px; width: 48px; height: 48px; justify-content: center; border-radius: 50%; }
}

/* Reviews page */
.reviews-hero .page-hero-desc { max-width: 640px; margin-top: 12px; color: var(--color-text-muted); }
.reviews-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    padding: 28px 32px;
    border: 1px solid rgba(201, 169, 98, 0.22);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.08) 0%, rgba(15, 15, 15, 0.6) 100%);
}
.reviews-stat { display: flex; flex-direction: column; gap: 6px; }
.reviews-stat-value {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1;
    color: var(--color-gold-light);
}
.reviews-stat-label { font-size: 13px; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.reviews-stat--cta { justify-content: center; }
.reviews-stat--cta p { margin: 0 0 12px; font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }
.review-stars { display: inline-flex; gap: 2px; color: var(--color-gold); font-size: 14px; }
.review-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 0;
    margin-bottom: 36px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}
.review-featured-media { position: relative; min-height: 320px; }
.review-featured-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.review-featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 169, 98, 0.92);
    color: #111;
    font-size: 22px;
}
.review-featured-body {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
.review-featured-quote {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.7;
    color: var(--color-text);
    border: none;
    padding: 0;
}
.review-featured-author strong { display: block; font-size: 16px; margin-bottom: 4px; }
.review-featured-author span { font-size: 13px; color: var(--color-text-muted); }
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.review-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 169, 98, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.review-card-media { aspect-ratio: 4/3; overflow: hidden; }
.review-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.review-card:hover .review-card-media img { transform: scale(1.04); }
.review-card-body { padding: 22px 22px 24px; position: relative; }
.review-card-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 28px;
    color: rgba(201, 169, 98, 0.25);
}
.review-card-text {
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--color-text-muted);
}
.review-card-footer strong { display: block; font-size: 15px; margin-bottom: 4px; }
.review-card-footer span { font-size: 12px; color: var(--color-text-muted); }
.reviews-empty {
    text-align: center;
    padding: 64px 24px;
    border: 1px dashed rgba(201, 169, 98, 0.3);
    border-radius: 16px;
}
.reviews-empty i { font-size: 42px; color: var(--color-gold); margin-bottom: 16px; display: block; }
.reviews-empty p { color: var(--color-text-muted); margin-bottom: 20px; }
@media (max-width: 991px) {
    .reviews-stats { grid-template-columns: 1fr; }
    .review-featured { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .reviews-grid { grid-template-columns: 1fr; }
    .review-featured-body { padding: 24px 20px; }
}