:root {
    --blue-950: #071d38;
    --blue-900: #0b2d55;
    --blue-800: #123f71;
    --blue-700: #19558d;
    --orange: #ed6a24;
    --orange-dark: #cb4d0a;
    --ink: #13243a;
    --muted: #657387;
    --line: #dce4ed;
    --surface: #f3f6f9;
    --white: #fff;
    --radius: 20px;
    --shadow: 0 24px 60px rgba(8, 39, 74, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.6 Inter, Arial, sans-serif; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .7em; color: var(--blue-950); font-weight: 760; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.4rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: clamp(52px, 6vw, 88px) 0; }
.section--tight { padding-top: 48px; }
.section--muted { background: var(--surface); }
.section--blue { color: var(--white); background: linear-gradient(135deg, var(--blue-950), var(--blue-800)); }
.section--blue h2, .section--blue h3 { color: var(--white); }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(20, 52, 85, .09); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 32px; }
.brand img { display: block; width: 150px; }
.main-nav { display: flex; margin-left: auto; gap: 28px; }
.main-nav a, .header-phone { font-weight: 700; text-decoration: none; }
.main-nav a:hover, .header-phone:hover { color: var(--orange); }
.header-phone { padding-left: 24px; color: var(--blue-800); }
.breadcrumbs { display: flex; padding-top: 28px; padding-bottom: 28px; gap: 10px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { text-decoration: none; }
.hero, .page-hero { overflow: hidden; background: linear-gradient(135deg, #edf4fa 0%, #fff 68%); }
.hero { padding: clamp(80px, 12vw, 170px) 0; }
.page-hero { padding: clamp(46px, 6vw, 82px) 0; }
.page-hero--fire { background: radial-gradient(circle at 90% 10%, rgba(237,106,36,.18), transparent 33%), linear-gradient(135deg, #eef4fa, #fff); }
.page-hero--floor { background: linear-gradient(145deg, #eaf1f7, #fff); }
.page-hero--compact { padding-block: 64px; }
.hero-grid, .raised-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: clamp(40px, 8vw, 110px); }
.raised-hero-grid { grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); }
.hero-lead { max-width: 760px; color: #40536a; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; margin-top: 30px; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button--primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 26px rgba(237,106,36,.24); }
.button--primary:hover { background: var(--orange-dark); }
.button--ghost { border-color: var(--blue-700); color: var(--blue-800); background: transparent; }
.hero-panel, .tag-cloud { display: grid; padding: 28px; border: 1px solid rgba(21,69,113,.14); border-radius: var(--radius); background: rgba(255,255,255,.75); box-shadow: var(--shadow); gap: 12px; }
.hero-panel span, .tag-cloud span, .inline-tags span { padding: 11px 14px; border-radius: 10px; color: var(--blue-800); background: #e6eef6; font-weight: 700; }
.raised-hero-image { width: 100%; max-width: 430px; border-radius: 28px; object-fit: cover; box-shadow: var(--shadow); justify-self: center; }
.inline-tags { display: flex; flex-wrap: wrap; margin-top: 30px; gap: 8px; }
.inline-tags span { padding: 8px 11px; font-size: .86rem; }
.section-heading { max-width: 820px; margin-bottom: 32px; }
.split-heading { display: grid; max-width: none; grid-template-columns: 1fr 1fr; gap: 44px; }
.split-heading > p, .split-heading > div:last-child { align-self: end; color: var(--muted); font-size: 1.05rem; }
.direction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.direction-card { position: relative; min-height: 350px; padding: clamp(30px, 5vw, 60px); overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.direction-card--floor { background: linear-gradient(150deg, #dceaf4, #fff); }
.direction-card--fire { background: linear-gradient(150deg, #fff1e9, #fff); }
.direction-card h2, .direction-card h3 { max-width: 540px; }
.direction-card p { max-width: 580px; color: #536277; }
.card-number { position: absolute; right: 24px; top: 8px; color: rgba(14,63,109,.08); font-size: 8rem; font-weight: 900; }
.text-link { color: var(--blue-700); font-weight: 800; text-decoration: none; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.category-card { min-height: 220px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-height: 180px; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.06); }
.feature-card p { color: rgba(255,255,255,.7); }
.feature-grid--light .feature-card { border-color: var(--line); color: var(--ink); background: var(--white); }
.feature-grid--light .feature-card p { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.product-card__image { display: flex; height: 290px; align-items: center; justify-content: center; padding: 24px; background: var(--surface); }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.product-card__body { padding: 24px; }
.product-card h3 a { text-decoration: none; }
.price-label { color: var(--orange-dark); font-weight: 900; }
.price-label--large { margin: 26px 0; font-size: 1.35rem; }
.pagination { display: flex; margin-top: 38px; align-items: center; justify-content: center; gap: 20px; }
.pagination a { font-weight: 800; }
.info-grid, .document-note, .two-column-sections { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); }
.check-list { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.check-list li { padding: 17px 20px; border-radius: 12px; background: var(--white); box-shadow: 0 6px 18px rgba(8,39,74,.06); }
.big-list { margin: 0; padding: 0; list-style: none; }
.big-list li { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 700; }
.document-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.document-card { display: flex; min-height: 110px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); gap: 16px; text-decoration: none; }
.document-card span { padding: 8px; border-radius: 8px; color: var(--white); background: var(--orange); font-size: .75rem; font-weight: 900; }
.document-card:hover { border-color: var(--orange); }
.product-hero { padding: 60px 0 90px; }
.product-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 70px; }
.product-gallery { display: grid; min-width: 0; gap: 14px; }
.product-gallery__viewport { position: relative; overflow: hidden; border-radius: 18px; background: var(--surface); }
.product-gallery__slide { margin: 0; }
.product-gallery__slide img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.product-gallery__arrow { position: absolute; z-index: 1; top: 50%; width: 44px; height: 44px; transform: translateY(-50%); border: 0; border-radius: 50%; color: var(--white); background: rgba(7,29,56,.78); font-size: 1.15rem; cursor: pointer; }
.product-gallery__arrow:hover, .product-gallery__arrow:focus-visible { background: var(--orange); }
.product-gallery__arrow--prev { left: 14px; }
.product-gallery__arrow--next { right: 14px; }
.product-gallery__status { position: absolute; right: 14px; bottom: 14px; padding: 6px 10px; border-radius: 999px; color: var(--white); background: rgba(7,29,56,.78); font-size: .85rem; font-weight: 800; }
.product-gallery__thumbs { display: flex; overflow-x: auto; padding-bottom: 4px; gap: 10px; }
.product-gallery__thumb { width: 96px; min-width: 96px; padding: 3px; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: var(--surface); cursor: pointer; }
.product-gallery__thumb.is-active { border-color: var(--orange); }
.product-gallery__thumb img { display: block; width: 100%; aspect-ratio: 4/3; border-radius: 8px; object-fit: contain; }
.product-summary { position: sticky; top: 120px; align-self: start; }
.sku { color: var(--muted); }
.disclaimer { margin-top: 26px; padding: 18px; border-left: 3px solid var(--orange); color: var(--muted); background: var(--surface); font-size: .92rem; }
.product-content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; }
.prose-card, .detail-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; }
.preline { white-space: pre-line; }
.detail-stack { display: grid; gap: 18px; }
.detail-card h2 { font-size: 1.4rem; }
.detail-card ul { margin: 0; padding-left: 20px; }
.request-section { padding: clamp(58px, 7vw, 96px) 0; color: var(--white); background: linear-gradient(135deg, var(--blue-950), var(--blue-800)); }
.request-section h2 { color: var(--white); }
.request-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); }
.request-contact a { color: var(--white); font-weight: 900; }
.request-form { display: grid; padding: 30px; border-radius: var(--radius); color: var(--ink); background: var(--white); gap: 16px; }
.request-form label:not(.consent) { display: grid; gap: 6px; }
.request-form .form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.request-form label > span { font-size: .9rem; font-weight: 750; }
.request-form input, .request-form textarea { width: 100%; padding: 13px 15px; border: 1px solid #bdcad8; border-radius: 10px; color: var(--ink); background: #fff; font: inherit; }
.request-form input:focus, .request-form textarea:focus { outline: 3px solid rgba(237,106,36,.18); border-color: var(--orange); }
.request-form input:user-invalid, .request-form textarea:user-invalid { border-color: #a82121; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent { display: flex; align-items: flex-start; gap: 9px; }
.consent input { width: auto; margin-top: 5px; }
.consent a { color: var(--blue-700); }
.field-error { color: #a82121; font-weight: 700; }
.flash { margin-top: 24px; padding: 16px 20px; border-radius: 12px; }
.flash--success { color: #0d6136; background: #dff5e9; }
.flash--error { color: #8f1b1b; background: #fde7e7; }
.lead-status-dialog { position: fixed; z-index: 100; inset: 0; width: min(520px, calc(100% - 28px)); max-width: none; margin: auto; padding: 0; border: 0; border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.lead-status-dialog:not([open]) { display: none; }
.lead-status-dialog::backdrop { background: rgba(2,12,24,.74); backdrop-filter: blur(5px); }
.lead-status-dialog__content { position: relative; padding: 42px; text-align: center; }
.lead-status-dialog__content h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 5vw, 2.6rem); }
.lead-status-dialog__content > p { margin: 0 auto 28px; color: var(--muted); font-size: 1.05rem; }
.lead-status-dialog__icon { display: grid; width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 50%; place-items: center; color: var(--white); background: #17864d; font-size: 2.2rem; font-weight: 900; }
.lead-status-dialog--error .lead-status-dialog__icon { background: #a82121; }
.lead-status-dialog__close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--muted); background: var(--surface); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.lead-status-dialog__close:hover, .lead-status-dialog__close:focus-visible { color: var(--white); background: var(--orange); }
.site-footer { padding: 70px 0; color: #dce7f3; background: #06172c; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr; align-items: start; gap: 50px; }
.site-footer a { color: inherit; }
.footer-logo { filter: brightness(0) invert(1); }
.empty-state { padding: 30px; border-radius: 14px; background: var(--surface); }

@media (max-width: 920px) {
    .header-phone { display: none; }
    .hero-grid, .raised-hero-grid, .split-heading, .info-grid, .document-note, .two-column-sections, .product-hero__grid, .product-content-grid, .request-grid { grid-template-columns: 1fr; }
    .category-grid, .feature-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .raised-hero-image { order: -1; max-height: 480px; }
    .product-summary { position: static; }
}

@media (max-width: 650px) {
    .container { width: min(100% - 28px, 1180px); }
    .header-inner { min-height: 72px; flex-wrap: wrap; padding-block: 12px; }
    .brand img { width: 122px; }
    .main-nav { width: 100%; margin: 0; overflow-x: auto; gap: 18px; font-size: .9rem; }
    .direction-grid, .category-grid, .feature-grid, .product-grid, .document-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
    .hero, .page-hero { padding-block: 62px; }
    .section { padding-block: 48px; }
    .section-heading { margin-bottom: 26px; }
    .split-heading { gap: 22px; }
    .category-card { min-height: 0; padding: 18px; }
    .feature-card { min-height: 0; padding: 18px; }
    .product-card__image { height: 250px; }
    .request-form { padding: 20px; }
    .lead-status-dialog__content { padding: 38px 24px 28px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 12px; background: var(--surface); cursor: pointer; }
.nav-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--blue-950); }
.header-inner { max-width: 1440px; }
.main-nav { gap: clamp(14px, 1.45vw, 26px); }
.main-nav a, .main-nav__current { position: relative; font-size: .91rem; white-space: nowrap; }
.main-nav__current { color: var(--orange-dark); font-weight: 800; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); background: var(--orange); content: ''; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }

.home-hero { position: relative; min-height: 0; overflow: hidden; aspect-ratio: 1920 / 685; color: var(--white); background: var(--blue-950); }
.home-hero__media, .home-hero__shade, .home-hero__slide { position: absolute; inset: 0; }
.home-hero__slide { width: 100%; height: 100%; opacity: 0; object-fit: cover; transition: opacity .45s ease; will-change: opacity, transform; }
.home-hero__slide.is-active { opacity: 1; animation: home-hero-pan 6s linear forwards; }
.home-hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(4,20,39,.88), rgba(4,20,39,.52) 56%, rgba(4,20,39,.16)); }
.home-hero__content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: clamp(38px, 4.5vw, 82px); }
.home-hero h1 { max-width: 760px; color: var(--white); font-size: clamp(2.75rem, 4.7vw, 5.7rem); }
.home-hero__content > p { max-width: 650px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.4vw, 1.22rem); }
.home-hero .hero-actions { margin-top: 20px; }
.button--light { border-color: rgba(255,255,255,.75); color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button--light:hover { color: var(--blue-950); background: var(--white); }
.slider-controls { position: absolute; bottom: 10px; left: 0; display: flex; margin: 0; align-items: center; gap: 14px; }
.slider-controls button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); background: rgba(7,29,56,.45); font-size: 1.1rem; cursor: pointer; }
.slider-controls button:hover { border-color: var(--orange); background: var(--orange); }
.slider-controls span { min-width: 58px; text-align: center; font-weight: 800; }

@keyframes home-hero-pan {
    from { transform: scale(1.01) translate3d(0, 0, 0); }
    to { transform: scale(1.045) translate3d(-.5%, -.25%, 0); }
}

.site-direction-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.site-direction-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 10px 36px rgba(8,39,74,.06); flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.site-direction-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.site-direction-card__image { display: block; aspect-ratio: 1.43; overflow: hidden; background: var(--surface); }
.site-direction-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.site-direction-card:hover .site-direction-card__image img { transform: scale(1.04); }
.site-direction-card__body { display: flex; min-height: 245px; padding: 24px; flex-direction: column; }
.site-direction-card__body h3 { font-size: 1.3rem; }
.site-direction-card__body h3 a { text-decoration: none; }
.site-direction-card__body p { color: var(--muted); }
.site-direction-card__body .text-link { margin-top: auto; }
.section-action { display: inline-flex; margin-top: 36px; }

.project-strip, .experience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.project-card { position: relative; display: block; overflow: hidden; border-radius: 18px; color: var(--white); background: var(--blue-950); text-decoration: none; }
.project-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; opacity: .88; transition: transform .3s ease, opacity .3s ease; }
.project-card strong { position: absolute; right: 0; bottom: 0; left: 0; padding: 38px 20px 18px; background: linear-gradient(transparent, rgba(4,20,39,.88)); }
.project-card:hover img { transform: scale(1.05); opacity: 1; }

.image-page-hero { position: relative; display: flex; min-height: 0; overflow: hidden; aspect-ratio: 1920 / 400; align-items: center; padding: clamp(30px, 3.5vw, 60px) 0; color: var(--white); background: var(--blue-950); }
.image-page-hero__media, .image-page-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.image-page-hero__media { object-fit: cover; }
.image-page-hero__shade { background: linear-gradient(90deg, rgba(4,20,39,.9), rgba(4,20,39,.36)); }
.image-page-hero__content { position: relative; z-index: 1; }
.image-page-hero h1 { max-width: 820px; color: var(--white); font-size: clamp(2.35rem, 4vw, 4.35rem); }
.image-page-hero p { max-width: 660px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.3vw, 1.14rem); }
.direction-hero { padding: 70px 0 100px; background: linear-gradient(135deg, #edf4fa, #fff); }
.direction-hero__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.direction-hero__grid > img { width: 100%; max-width: 430px; aspect-ratio: 1.43; border-radius: 24px; object-fit: cover; box-shadow: var(--shadow); justify-self: center; }
.step-list { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.step-list li { display: flex; min-height: 78px; align-items: center; padding: 18px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); gap: 18px; }
.requirement-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.requirement-card { display: flex; min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); flex-direction: column; gap: 20px; }

.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); }
.prose-large { color: #43546a; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.service-grid { display: grid; gap: 24px; }
.service-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 42px rgba(8,39,74,.07); grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
.service-card:nth-child(even) { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
.service-card:nth-child(even) > img { order: 2; }
.service-card > img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.service-card > img.service-card__image--native { width: 300px; max-width: 100%; height: auto; min-height: 0; margin: auto; object-fit: contain; }
.service-card > div { display: flex; padding: clamp(30px, 5vw, 60px); align-items: flex-start; flex-direction: column; justify-content: center; }
.service-card h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.service-card p { color: var(--muted); }
.service-card .button { margin-top: 18px; }

.experience-card, .certificate-card { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 18px; color: inherit; background: var(--surface); cursor: pointer; font: inherit; text-decoration: none; }
.experience-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .3s ease; }
.experience-card span { position: absolute; right: 0; bottom: 0; left: 0; padding: 42px 18px 16px; color: var(--white); background: linear-gradient(transparent, rgba(4,20,39,.9)); text-align: left; font-weight: 800; }
.experience-card:hover img, .certificate-card:hover img { transform: scale(1.035); }
.certificate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.certificate-card { border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 36px rgba(8,39,74,.08); }
.certificate-card img { display: block; width: auto; max-width: 100%; height: auto; margin-inline: auto; object-fit: cover; object-position: top; transition: transform .3s ease; }
.certificate-card span { position: absolute; right: 12px; bottom: 12px; padding: 8px 14px; border-radius: 999px; color: var(--white); background: var(--orange); font-weight: 800; }
.lightbox { width: min(1100px, calc(100% - 30px)); max-height: 92vh; padding: 46px 72px 18px; overflow: visible; border: 0; border-radius: 20px; color: var(--white); background: #07182b; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox::backdrop { background: rgba(2,12,24,.82); backdrop-filter: blur(6px); }
.lightbox figure { margin: 0; }
.lightbox img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(92vh - 110px); margin: auto; object-fit: contain; }
.lightbox figcaption { min-height: 28px; padding-top: 10px; text-align: center; }
.lightbox__close { position: absolute; top: 8px; right: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.14); font-size: 1.6rem; cursor: pointer; }
.lightbox__arrow { position: absolute; top: 50%; width: 44px; height: 44px; transform: translateY(-50%); border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.14); font-size: 1.2rem; cursor: pointer; }
.lightbox__arrow:hover, .lightbox__close:hover { background: var(--orange); }
.lightbox__arrow--prev { left: 14px; }
.lightbox__arrow--next { right: 14px; }
.metrika-pixel { position: absolute; width: 1px; height: 1px; }
.footer-current { color: #ffad72; font-weight: 800; }

.contact-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.contact-card { display: flex; min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 12px 38px rgba(8,39,74,.07); flex-direction: column; }
.contact-card > span { margin-bottom: 26px; color: var(--orange); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card > a:not(.text-link), .contact-card > strong { margin-bottom: 16px; color: var(--blue-950); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.25; text-decoration: none; }
.contact-card p { color: var(--muted); }
.contact-card .text-link { margin-top: auto; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column strong { margin-bottom: 8px; color: var(--white); }
.footer-column a { text-decoration: none; }
.footer-column a:hover { color: #ffad72; }
.footer-company { display: flex; max-width: 430px; align-items: flex-start; flex-direction: column; }
.footer-company > p { margin-bottom: 0; }
.footer-copyright { margin-top: 24px; color: #99abc0; font-size: .88rem; }
.footer-company-details { display: grid; width: 100%; margin-top: 14px; padding: 16px 18px; border-left: 3px solid var(--orange); color: #b8c8d9; background: rgba(255,255,255,.035); gap: 4px; font-size: .9rem; line-height: 1.55; }
.footer-company-details strong { color: var(--white); }
.footer-legal { width: 100%; margin-top: 14px; }
.footer-legal ul { margin: 0; padding: 0; list-style: none; }
.footer-legal li { position: relative; padding: 11px 0 11px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-legal li::before { position: absolute; top: 1.25rem; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); content: ''; }
.footer-legal a { text-decoration: none; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: #ffad72; }
.legal-document h2 { margin-top: 1.6em; font-size: clamp(1.5rem, 3vw, 2rem); }
.legal-document li { margin-bottom: .55rem; }
.legal-document a { overflow-wrap: anywhere; }
.legal-meta { max-width: 820px; }
.legal-download { margin-top: 18px; }
.legal-table-wrap { overflow-x: auto; }
.legal-table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.legal-table th, .legal-table td { min-width: 150px; padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--white); background: var(--blue-800); }
.operator-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.operator-details > div { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.operator-details dt { margin-bottom: 6px; color: var(--blue-800); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.operator-details dd { margin: 0; overflow-wrap: anywhere; }
.footer-link-button { width: fit-content; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font: inherit; text-align: left; }
.footer-link-button:hover, .footer-link-button:focus-visible { color: #ffad72; }
.cookie-consent { position: fixed; z-index: 120; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 1120px; margin-inline: auto; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 20px 70px rgba(2,12,24,.28); align-items: center; justify-content: space-between; gap: 28px; }
.cookie-consent[hidden] { display: none; }
.cookie-consent strong { display: block; margin-bottom: 6px; color: var(--blue-950); font-size: 1.1rem; }
.cookie-consent p { max-width: 720px; margin: 0; color: var(--muted); }
.cookie-consent__actions { display: flex; flex: 0 0 auto; gap: 10px; }

/* Keep the catalogue transitions compact while preserving readable spacing. */
.page-hero--fire { padding-block: clamp(40px, 5vw, 70px); }
.page-hero--fire + .section { padding-top: clamp(40px, 5vw, 72px); }
.category-card .text-link { display: block; margin-top: 12px; }

@media (max-width: 1240px) {
    .header-phone { display: none; }
    .site-direction-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .header-inner { position: relative; min-height: 76px; }
    .nav-toggle { display: block; margin-left: auto; }
    .main-nav { position: absolute; right: 20px; top: calc(100% + 1px); display: none; width: min(380px, calc(100vw - 40px)); padding: 18px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: var(--white); box-shadow: var(--shadow); flex-direction: column; gap: 0; }
    .main-nav a, .main-nav__current { padding: 12px 10px; }
    .main-nav a::after { display: none; }
    .site-header.is-menu-open .main-nav { display: flex; }
    .site-direction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .direction-hero__grid, .about-layout, .service-card, .service-card:nth-child(even) { grid-template-columns: 1fr; }
    .service-card:nth-child(even) > img { order: 0; }
    .project-strip, .experience-grid, .certificate-grid, .requirement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-layout { grid-template-columns: 1fr; }
    .home-hero { min-height: 560px; aspect-ratio: auto; }
    .home-hero__content { height: auto; min-height: 560px; }
    .image-page-hero { min-height: 350px; aspect-ratio: auto; }
}

@media (max-width: 650px) {
    .header-inner { flex-wrap: nowrap; }
    .main-nav { width: calc(100vw - 28px); right: 0; }
    .home-hero, .home-hero__content { min-height: 620px; }
    .home-hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
    .home-hero__shade { background: linear-gradient(90deg, rgba(4,20,39,.9), rgba(4,20,39,.58)); }
    .site-direction-grid, .project-strip, .experience-grid, .certificate-grid, .requirement-grid { grid-template-columns: 1fr; }
    .site-direction-card__body { min-height: auto; }
    .image-page-hero { min-height: 350px; }
    .direction-hero { padding-block: 56px 76px; }
    .direction-hero__grid { gap: 40px; }
    .service-card > img { min-height: 220px; }
    .service-card > div { padding: 28px; }
    .lightbox { padding-inline: 48px; }
    .operator-details { grid-template-columns: 1fr; }
    .cookie-consent { right: 14px; bottom: 14px; left: 14px; padding: 18px; align-items: stretch; flex-direction: column; gap: 16px; }
    .cookie-consent__actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__slide.is-active { animation: none; }
}
