@font-face {
    font-family: 'Montserrat Alternates';
    src: url('../fonts/MontserratAlternates.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #ff5a00;
    --primary-soft: rgba(255, 90, 0, 0.14);
    --dark-bg: #030303;
    --dark-bg-2: #090706;
    --card-bg: rgba(15, 15, 15, 0.78);
    --text-light: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.72);
    --text-muted: rgba(255, 255, 255, 0.48);
    --border-color: rgba(255, 255, 255, 0.13);
    --font-main: 'Montserrat', Arial, sans-serif;
    --font-headings: 'Montserrat Alternates', 'Montserrat', Arial, sans-serif;
    --header-height: 68px;
}

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

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

html.preloader-is-active,
body.no-scroll {
    overflow: hidden !important;
}

body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 7% 8%, rgba(255, 90, 0, 0.11), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.04), transparent 26%),
        var(--dark-bg);
    color: var(--text-light);
    font-family: var(--font-main);
    line-height: 1.62;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

button {
    font: inherit;
}

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

.section-block {
    position: relative;
    padding: clamp(60px, 6vw, 92px) 0;
}

.section-heading {
    max-width: 920px;
    margin: 0 auto 30px;
    text-align: center;
}


.section-heading--line {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.section-heading--line::before,
.section-heading--line::after {
    content: none;
}

.section-heading--line .section-title {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding-bottom: 14px;
}

.section-heading--line .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(126px, 42vw);
    height: 1px;
    background: var(--primary-color);
    transform: translateX(-50%);
}

.section-heading--line p {
    max-width: 940px;
    margin: 18px auto 0;
}

.section-kicker {
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-title,
h1,
h2,
h3,
.nav-menu a,
.site-btn,
.footer-contact-btn {
    font-family: var(--font-headings);
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

h1 {
    max-width: 720px;
    font-size: clamp(26px, 2.8vw, 40px);
    line-height: 1.1;
}

.section-title {
    margin: 0;
    font-size: clamp(27px, 3.2vw, 42px);
    line-height: 1.12;
    white-space: normal;
}

.section-heading p,
.about-text p,
.footer-brand p,
.privacy-policy-modal__body p,
.media-card p,
.indicator-item p {
    color: var(--text-secondary);
}

.logo-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    color: var(--text-light);
    line-height: 1;
}

.logo-title {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.logo-title span,
.logo-title i {
    color: var(--primary-color);
    font-style: normal;
}

.logo-subtitle {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.logo,
.mobile-nav-logo,
.footer-logo {
    display: inline-flex;
    flex-shrink: 0;
}

.logo img {
    display: block;
    width: auto;
    max-width: 210px;
    height: 42px;
    object-fit: contain;
}

.preloader-logo {
    display: block;
    width: min(230px, 54vw);
    height: auto;
    object-fit: contain;
}

.mobile-nav-logo img {
    display: block;
    width: min(220px, 68vw);
    height: auto;
    object-fit: contain;
}

.footer-logo {
    display: block;
    width: min(260px, 78vw);
    height: auto;
    margin-bottom: 24px;
    object-fit: contain;
}

.logo-fallback {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--text-light);
    line-height: 1;
}

.logo-fallback[hidden] {
    display: none !important;
}

.preloader-logo-fallback,
.footer-logo-fallback {
    margin-bottom: 24px;
}


#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    background: var(--dark-bg);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

#preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-logo-wrapper {
    position: absolute;
    display: grid;
    place-items: center;
    opacity: 0;
    animation: logo-slide-in 0.75s ease 0.15s forwards;
}

.preloader-logo-wrapper .logo-title {
    font-size: clamp(34px, 7vw, 68px);
}

.preloader-logo-wrapper .logo-subtitle {
    font-size: clamp(8px, 1.4vw, 13px);
}

.preloader-logo-border {
    width: min(290px, 70vw);
    height: min(290px, 70vw);
    pointer-events: none;
}

.preloader-logo-border circle {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 2;
    stroke-dasharray: 1006;
    stroke-dashoffset: 1006;
    transition: stroke-dashoffset 0.7s linear;
}

.preloader-logo-border.active circle {
    stroke-dashoffset: 0;
}

@keyframes logo-slide-in {
    from { transform: translateX(54px) scale(0.94); opacity: 0; }
    to { transform: translateX(0) scale(1); opacity: 1; }
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: var(--header-height);
    background: rgba(3, 3, 3, 0.68);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.main-header.scrolled {
    background: rgba(3, 3, 3, 0.9);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
}

.main-nav {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.8vw, 56px);
    list-style: none;
}

.nav-menu a {
    color: var(--text-light);
    font-size: 12px;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 26px;
}

.header-phone {
    color: var(--text-light);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.header-phone:hover {
    color: var(--primary-color);
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 14px;
}

.lang-switcher a {
    color: var(--text-light);
    transition: color 0.3s ease;
}

.lang-switcher a.active,
.lang-switcher a:hover {
    color: var(--primary-color);
}

.burger-menu-icon {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 1005;
    display: none;
    width: 32px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.burger-menu-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--primary-color);
    transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}

.burger-menu-icon span:nth-child(1) { top: 0; }
.burger-menu-icon span:nth-child(2) { top: 11px; }
.burger-menu-icon span:nth-child(3) { top: 22px; }
.burger-menu-icon.open span:nth-child(1) { top: 11px; transform: rotate(135deg); }
.burger-menu-icon.open span:nth-child(2) { opacity: 0; transform: translateX(-18px); }
.burger-menu-icon.open span:nth-child(3) { top: 11px; transform: rotate(-135deg); }

.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-nav-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-menu {
    position: fixed;
    top: 0;
    left: -86%;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    width: min(82%, 340px);
    height: 100%;
    padding: 88px 30px 30px;
    overflow: hidden;
    background: rgba(10, 8, 7, 0.8);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-nav-menu.open {
    left: 0;
}

.mobile-nav-list {
    flex: 1;
    list-style: none;
}

.mobile-nav-list li {
    margin-bottom: 18px;
}

.mobile-nav-list a {
    color: var(--text-light);
    font-family: var(--font-headings);
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.mobile-nav-logo .logo-title {
    font-size: 29px;
}

.mobile-nav-logo .logo-subtitle {
    font-size: 8px;
}

.mobile-nav-accent-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: var(--primary-color);
    box-shadow: -2px 0 16px rgba(255, 90, 0, 0.42);
}

.hero {
    position: relative;
    min-height: clamp(430px, 44vw, 560px);
    display: flex;
    align-items: center;
    padding: 118px 0 72px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 90, 0, 0.3);
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.82;
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero::before {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.96) 0%, rgba(3, 3, 3, 0.84) 33%, rgba(3, 3, 3, 0.45) 66%, rgba(3, 3, 3, 0.7) 100%),
        linear-gradient(180deg, rgba(3, 3, 3, 0.28), rgba(3, 3, 3, 0.92));
}

.hero::after {
    z-index: -1;
    background: radial-gradient(circle at 72% 48%, rgba(255, 90, 0, 0.22), transparent 23%);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-text {
    max-width: 560px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(15px, 1.15vw, 17px);
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}

.site-btn,
.footer-contact-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 44px;
    padding: 12px 30px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    color: var(--text-light);
    background: transparent;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-btn::after,
.footer-contact-btn::after {
    content: '→';
    margin-left: 22px;
    color: currentColor;
}

.site-btn--filled,
.site-btn:hover,
.footer-contact-btn:hover {
    background: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 0 24px rgba(255, 90, 0, 0.34);
}

.products-section {
    padding-top: 56px;
    background:
        radial-gradient(circle at 20% 8%, rgba(255, 90, 0, 0.1), transparent 30%),
        linear-gradient(180deg, #050505 0%, #070604 100%);
}

.capabilities-section {
    padding-top: 32px;
    background:
        radial-gradient(circle at 90% 16%, rgba(255, 90, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #070604 0%, #040403 100%);
}

.media-grid {
    display: grid;
    gap: 10px;
}

.media-grid--products {
    grid-template-columns: repeat(7, minmax(145px, 1fr));
}

.media-grid--capabilities {
    grid-template-columns: repeat(6, minmax(165px, 1fr));
}

.media-card {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: #0b0b0b;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.media-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 90, 0, 0.58);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34), 0 0 22px rgba(255, 90, 0, 0.12);
}

.media-card__photo {
    position: absolute;
    inset: 0;
    opacity: 1;
    transition: transform 0.45s ease, opacity 0.3s ease;
}

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

.media-card:hover .media-card__photo {
    transform: scale(1.05);
    opacity: 1;
}

.media-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.10) 34%, rgba(0,0,0,0.72) 72%, rgba(0,0,0,0.94) 100%),
        linear-gradient(90deg, rgba(255, 90, 0, 0.10), transparent 40%);
}

.media-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    justify-items: center;
    padding: 0 18px 18px;
    text-align: center;
}

.media-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    place-items: center;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.48);
    color: var(--primary-color);
    box-shadow: 0 0 14px rgba(255, 90, 0, 0.18);
}

.media-card__icon svg {
    width: 31px;
    height: 31px;
}

.media-card h3 {
    max-width: 100%;
    color: var(--text-light);
    font-size: 13px;
    line-height: 1.18;
}

.media-card p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.45;
}

.media-card--capability {
    min-height: 282px;
}

.media-card--capability h3 {
    font-size: 12px;
}

.indicator-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 12px;
    padding: 24px 28px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: rgba(9, 9, 9, 0.82);
}

.indicator-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-height: 86px;
}

.indicator-item + .indicator-item {
    border-left: 1px solid rgba(255, 90, 0, 0.24);
}

.indicator-icon {
    color: var(--primary-color);
}

.indicator-icon svg {
    width: 66px;
    height: 66px;
}

.indicator-item strong {
    display: block;
    color: var(--text-light);
    font-family: var(--font-headings);
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 100;
    line-height: 1;
    text-transform: uppercase;
}

.indicator-item p {
    margin-top: 6px;
    font-size: 12px;
}

.about-section {
    background:
        linear-gradient(90deg, rgba(255, 90, 0, 0.08), transparent 36%),
        var(--dark-bg);
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 76px);
    align-items: center;
}

.about-image {
    min-height: 560px;
    border: 1px solid rgba(255, 90, 0, 0.24);
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(255, 90, 0, 0.18), transparent 42%),
        linear-gradient(145deg, #251a15, #090604);
    background-position: center;
    background-size: cover;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.about-text .section-title {
    margin-bottom: 24px;
    white-space: normal;
    text-align: left;
}

.about-text p + p {
    margin-top: 16px;
}

.inline-link {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    color: var(--primary-color);
    font-family: var(--font-headings);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.inline-link::after {
    content: '→';
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.inline-link:hover::after {
    transform: translateX(6px);
}

.main-footer-section {
    position: relative;
    padding: 72px 0 28px;
    border-top: 2px solid var(--primary-color);
    background: linear-gradient(180deg, #060504 0%, #030201 100%);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.75fr 0.65fr;
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
}

.footer-brand p {
    max-width: 520px;
    margin-top: 24px;
}

.footer-col h2 {
    margin-bottom: 18px;
    color: var(--text-light);
    font-size: 20px;
    line-height: 1.2;
}

.footer-phone {
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-family: var(--font-headings);
    font-size: 26px;
    line-height: 1.2;
}

.footer-contact-btn {
    min-width: 220px;
}

.social-links {
    display: grid;
    gap: 10px;
}

.social-links a {
    color: var(--text-secondary);
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
    color: var(--primary-color);
    transform: translateX(4px);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 58px;
    padding-top: 22px;
    border-top: 1px solid var(--border-color);
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 13px;
}

.footer-bottom button {
    border: 0;
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: color 0.3s ease;
}

.footer-bottom button:hover {
    color: var(--primary-color);
}

.scroll-top-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 900;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    background: rgba(5, 4, 3, 0.68);
    color: var(--primary-color);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

.scroll-top-btn svg {
    width: 24px;
    height: 24px;
}

.privacy-policy-overlay {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.privacy-policy-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.privacy-policy-modal {
    position: relative;
    width: min(760px, 100%);
    max-height: 86dvh;
    overflow: hidden;
    border: 1px solid rgba(255, 90, 0, 0.46);
    border-radius: 24px;
    background: rgba(13, 10, 8, 0.96);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55), 0 0 24px rgba(255, 90, 0, 0.14);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.3s ease;
}

.privacy-policy-overlay.is-visible .privacy-policy-modal {
    transform: translateY(0) scale(1);
}

.privacy-policy-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 90, 0, 0.75);
    border-radius: 50%;
    background: rgba(5, 4, 3, 0.82);
    color: var(--text-light);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.privacy-policy-modal__close:hover {
    background: var(--primary-color);
    transform: rotate(90deg);
}

.privacy-policy-modal__header {
    padding: 34px 82px 22px 34px;
    border-bottom: 1px solid var(--border-color);
    background: linear-gradient(135deg, rgba(255, 90, 0, 0.15), rgba(255, 255, 255, 0.03));
}

.privacy-policy-modal__header h2 {
    font-family: var(--font-headings);
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 100;
    text-transform: uppercase;
}

.privacy-policy-modal__body {
    padding: 30px 34px 36px;
    overflow: auto;
}

@media (max-width: 1280px) {
    .container {
        width: min(1200px, calc(100% - 48px));
    }

    .media-grid--products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .media-grid--capabilities {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .media-card h3,
    .media-card--capability h3 {
        font-size: 14px;
    }
}

@media (max-width: 1080px) {
    .nav-menu {
        gap: 18px;
    }

    .header-phone {
        display: none;
    }
}

@media (max-width: 920px) {
    .container {
        width: min(100% - 32px, 1200px);
    }

    .nav-menu {
        display: none;
    }

    .burger-menu-icon {
        display: block;
    }

    .header-actions {
        margin-right: 50px;
    }

    .hero {
        min-height: auto;
        padding: 110px 0 62px;
    }

    h1 {
        font-size: clamp(27px, 6.2vw, 44px);
    }

    .section-heading--line {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .section-heading--line::before,
    .section-heading--line::after {
        display: none;
    }

    .section-title {
        white-space: normal;
    }

    .media-grid--products,
    .media-grid--capabilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .indicator-strip,
    .about-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .indicator-item + .indicator-item {
        border-left: 0;
        border-top: 1px solid rgba(255, 90, 0, 0.24);
    }

    .indicator-item {
        justify-content: flex-start;
    }

    .about-image {
        min-height: 380px;
        order: -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    html {
        scroll-padding-top: 82px;
    }

    .container {
        width: min(100% - 24px, 1200px);
    }

    .section-block {
        padding: 58px 0;
    }

    .main-header,
    .main-nav {
        min-height: 62px;
    }

    .logo img {
        height: 36px;
    }

    .hero {
        padding: 96px 0 54px;
    }

    h1 {
        font-size: clamp(24px, 8.1vw, 36px);
    }

    .hero-text {
        font-size: 14px;
    }

    .hero-buttons {
        display: grid;
        gap: 14px;
    }

    .site-btn,
    .footer-contact-btn {
        width: 100%;
        min-width: 0;
    }

    .media-grid--products,
    .media-grid--capabilities {
        grid-template-columns: 1fr;
    }

    .media-card,
    .media-card--capability {
        min-height: 300px;
    }

    .media-card h3,
    .media-card--capability h3 {
        font-size: 15px;
    }

    .indicator-strip {
        padding: 18px;
    }

    .indicator-icon svg {
        width: 52px;
        height: 52px;
    }

    .about-image {
        min-height: 310px;
        border-radius: 18px;
    }

    .footer-phone {
        font-size: 23px;
    }

    .scroll-top-btn {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }

    .privacy-policy-modal__header {
        padding: 28px 64px 18px 24px;
    }

    .privacy-policy-modal__body {
        padding: 24px;
    }
}


/* === FINAL REAL-ASSET PATCH 2026-06-01 === */
.logo img,
.preloader-logo,
.mobile-nav-logo img {
    display: block;
    object-fit: contain;
}

.logo img {
    height: 42px;
    max-width: 210px;
}

.preloader-logo-wrapper {
    width: min(220px, 54vw);
}

.preloader-logo-border {
    width: min(320px, 76vw);
    height: min(320px, 76vw);
}

h1 {
    max-width: 720px;
    font-size: clamp(26px, 2.8vw, 40px);
    line-height: 1.1;
}

.section-heading--line {
    display: grid;
    grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
    align-items: center;
    gap: 28px;
}

.section-heading--line::before,
.section-heading--line::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 90, 0, 0.52);
}

.section-heading--line p {
    grid-column: 1 / -1;
    max-width: 980px;
    margin: 10px auto 0;
}

.media-card__photo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 760px) {
    h1 {
        font-size: clamp(25px, 8.2vw, 36px);
    }

    .section-heading--line {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .section-heading--line::before,
    .section-heading--line::after {
        display: none;
    }
}

/* === SITE UPDATE 2026-06-01 rev-b === */
.section-heading--line {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.section-heading--line::before,
.section-heading--line::after {
    content: none !important;
    display: none !important;
}

.section-heading--line .section-title {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding-bottom: 16px;
}

.section-heading--line .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(128px, 42vw);
    height: 1px;
    background: rgba(255, 90, 0, 0.78);
    transform: translateX(-50%);
}

.section-heading--line p {
    max-width: 980px;
    margin: 18px auto 0;
}

.media-grid--products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.media-grid--capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card {
    min-height: 312px;
}

.media-card--capability {
    min-height: 322px;
}

.media-card__photo {
    opacity: 1;
}

.media-card__body {
    padding: 0 20px 20px;
}

.media-card h3,
.media-card--capability h3 {
    font-size: 14px;
}

.media-card p {
    font-size: 13px;
}

.main-footer-section {
    padding-top: 64px;
}

.footer-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.footer-col--contacts {
    justify-self: end;
    width: min(100%, 360px);
}

.footer-contact-list {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
}

.footer-contact-label {
    display: block;
    margin-bottom: 6px;
    color: var(--text-muted);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-email {
    display: inline-flex;
    color: var(--text-light);
    font-family: var(--font-headings);
    font-size: 22px;
    line-height: 1.2;
    word-break: break-word;
}

.footer-email:hover,
.footer-phone:hover {
    color: var(--primary-color);
}

.social-links,
.footer-col h2 + .social-links {
    display: none !important;
}

.privacy-policy-modal {
    width: min(920px, 100%);
}

.privacy-policy-modal__body {
    padding: 28px 34px 36px;
}

.privacy-copy-section + .privacy-copy-section {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-copy-section h3 {
    margin-bottom: 12px;
    color: var(--text-light);
    font-family: var(--font-headings);
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.privacy-copy-section p + p {
    margin-top: 12px;
}

.privacy-copy-section ul {
    margin-top: 12px;
    padding-left: 20px;
    color: var(--text-secondary);
}

.privacy-copy-section li + li {
    margin-top: 8px;
}

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

@media (max-width: 920px) {
    .media-grid--products,
    .media-grid--capabilities,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .footer-col--contacts {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .section-heading--line .section-title {
        padding-bottom: 14px;
    }

    .media-grid--products,
    .media-grid--capabilities {
        grid-template-columns: 1fr;
    }

    .footer-email {
        font-size: 20px;
    }

    .privacy-policy-modal__body {
        padding: 22px 24px 28px;
    }
}

/* === FINAL RESPONSIVE HERO/CSS FIX 2026-06-01 rev-c === */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.main-header,
.hero,
.section-block,
.main-footer-section {
    max-width: 100vw;
    overflow-x: clip;
}

.main-nav,
.header-actions,
.nav-menu {
    min-width: 0;
}

.hero {
    min-height: clamp(620px, 48vw, 820px) !important;
    padding: 132px 0 92px !important;
    align-items: center !important;
}

.hero-background {
    background-size: auto 100% !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    filter: saturate(1.04) contrast(1.03) brightness(1.12) !important;
}

.hero::before {
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.96) 0%, rgba(3, 3, 3, 0.78) 28%, rgba(3, 3, 3, 0.36) 58%, rgba(3, 3, 3, 0.22) 100%),
        linear-gradient(180deg, rgba(3, 3, 3, 0.08) 0%, rgba(3, 3, 3, 0.22) 50%, rgba(3, 3, 3, 0.64) 100%) !important;
}

.hero::after {
    background: radial-gradient(circle at 63% 50%, rgba(255, 90, 0, 0.12), transparent 30%) !important;
}

.hero-content {
    max-width: 760px !important;
    margin-left: 0 !important;
    transform: none !important;
}

.hero-content h1,
h1 {
    max-width: 720px !important;
    font-size: clamp(30px, 3.35vw, 58px) !important;
    line-height: 1.08 !important;
}

.hero-text {
    max-width: 620px !important;
}

@media (max-width: 1360px) {
    .header-phone {
        display: none !important;
    }
}

@media (max-width: 1180px) {
    .nav-menu {
        display: none !important;
    }

    .burger-menu-icon {
        display: block !important;
    }

    .header-actions {
        margin-right: 52px !important;
    }
}

@media (max-width: 920px) {
    .container {
        width: min(100% - 32px, 1200px) !important;
    }

    .hero {
        min-height: 660px !important;
        padding: 112px 0 68px !important;
    }

    .hero-background {
        background-size: auto 100% !important;
        background-position: 72% top !important;
    }

    .hero::before {
        background:
            linear-gradient(90deg, rgba(3, 3, 3, 0.95) 0%, rgba(3, 3, 3, 0.76) 46%, rgba(3, 3, 3, 0.42) 100%),
            linear-gradient(180deg, rgba(3, 3, 3, 0.08) 0%, rgba(3, 3, 3, 0.78) 100%) !important;
    }

    .hero-content h1,
    h1 {
        max-width: 560px !important;
        font-size: clamp(28px, 6.2vw, 46px) !important;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1200px) !important;
    }

    .main-header,
    .main-nav {
        min-height: 64px !important;
    }

    .logo img {
        max-width: 168px !important;
        height: 34px !important;
    }

    .hero {
        min-height: 610px !important;
        padding: 96px 0 56px !important;
    }

    .hero-background {
        background-position: 66% top !important;
    }

    .hero-content h1,
    h1 {
        max-width: 360px !important;
        font-size: clamp(26px, 9vw, 38px) !important;
    }

    .hero-text {
        max-width: 360px !important;
        font-size: 14px !important;
    }
}

/* === PRIVACY MODAL SCROLL FIX 2026-06-01 === */
html.no-scroll,
body.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}

.privacy-policy-overlay {
    overflow: hidden;
    overscroll-behavior: contain;
}

.privacy-policy-modal {
    display: flex !important;
    flex-direction: column !important;
    width: min(920px, calc(100vw - 32px)) !important;
    max-height: min(86dvh, 820px) !important;
    overflow: hidden !important;
}

.privacy-policy-modal__header {
    flex: 0 0 auto;
}

.privacy-policy-modal__body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.privacy-policy-modal__body::-webkit-scrollbar {
    width: 8px;
}

.privacy-policy-modal__body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
}

.privacy-policy-modal__body::-webkit-scrollbar-thumb {
    background: rgba(255, 90, 0, 0.7);
    border-radius: 999px;
}

@media (max-width: 640px) {
    .privacy-policy-overlay {
        align-items: stretch;
        padding: 14px;
    }

    .privacy-policy-modal {
        width: 100% !important;
        max-height: calc(100dvh - 28px) !important;
    }
}


/* Hero text spacing */
.hero .hero-content {
    padding-left: clamp(42px, 5vw, 96px);
    padding-right: clamp(24px, 4vw, 72px);
}

.hero h1,
.hero .hero-text,
.hero .hero-buttons {
    max-width: 780px;
}

@media (max-width: 920px) {
    .hero .hero-content {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 640px) {
    .hero .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
