:root {
    --ink: #151515;
    --ink-soft: #2b2b2b;
    --paper: #f7f5f0;
    --paper-strong: #ffffff;
    --line: rgba(21, 21, 21, 0.12);
    --muted: #73716b;
    --red: #d71920;
    --red-dark: #a90f15;
    --steel: #ccd3d8;
    --smoke: #eef0ef;
    --charcoal: #090909;
    --shadow: 0 18px 42px rgba(18, 18, 18, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

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

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

.content-admin-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
}

.content-admin-actions.d-inline-flex {
    display: inline-flex;
    margin: 0;
}

.content-admin-actions a,
.admin-edit-link {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    box-shadow: 0 8px 18px rgba(18, 18, 18, 0.12);
}

.content-admin-actions a:hover,
.admin-edit-link:hover {
    border-color: var(--red);
    color: var(--red);
}

.content-admin-actions__delete {
    color: var(--red) !important;
}

.content-admin-actions--floating,
.admin-edit-link--floating {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    margin: 0;
}

.content-admin-actions--hero {
    margin-top: 18px;
}

.admin-edit-link--compact {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.content-admin-actions--hero a,
.content-admin-actions--inverse a,
.admin-edit-link--inverse {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.content-admin-actions--inverse .content-admin-actions__delete {
    color: #ffb4b4 !important;
}

.content-admin-actions .content-admin-icon,
.admin-edit-link svg {
    width: 16px;
    height: 16px;
}

.admin-edit-link--compact svg {
    width: 13px;
    height: 13px;
}

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

.top-strip {
    background: var(--charcoal);
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.top-strip__inner,
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.top-strip__inner {
    min-height: 36px;
}

.top-strip a {
    color: #fff;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 245, 240, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.header-main {
    min-height: 78px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.brand__mark {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
}

.brand__text {
    display: grid;
    gap: 1px;
}

.brand__text strong {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.brand__text small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-nav a {
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus {
    border-color: var(--red);
}

.header-cta,
.button,
.inline-form button,
.lead-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    background: var(--red);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
}

.header-cta:hover,
.button:hover,
.inline-form button:hover,
.lead-form button:hover {
    background: var(--red-dark);
}

.button--dark {
    background: var(--ink);
}

.button--ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--ink);
}

.button--ghost:hover {
    background: var(--ink);
    color: #fff;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 10px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: 640px;
    color: #fff;
    background: var(--charcoal);
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.18) 100%),
        var(--hero-image, none) center / cover no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 9px;
    background: var(--red);
}

.hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(280px, 1fr);
    gap: 46px;
    align-items: end;
    min-height: 640px;
    padding: 72px 0 64px;
}

.hero__copy h1,
.page-hero h1 {
    margin: 0;
    font-size: 68px;
    line-height: 0.96;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.hero__copy p {
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 20px;
}

.hero__actions,
.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hero__panel {
    display: grid;
    gap: 14px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(12px);
}

.hero__metric strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.hero__metric span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: currentColor;
}

.section {
    padding: 88px 0;
}

.section--dark {
    background: var(--charcoal);
    color: #fff;
}

.section--white {
    background: var(--paper-strong);
}

.section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
}

.section-head h2,
.content-page h1,
.lead-card h2 {
    margin: 8px 0 0;
    font-size: 42px;
    line-height: 1.02;
    text-transform: uppercase;
}

.section-head p {
    margin: 0;
    color: var(--muted);
}

.section--dark .section-head p,
.section--dark .card p {
    color: rgba(255, 255, 255, 0.72);
}

.grid {
    display: grid;
    gap: 18px;
}

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

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

.card {
    position: relative;
    min-height: 100%;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--line);
}

.card:has(.content-admin-actions--floating),
.card:has(.admin-edit-link--floating) {
    padding-top: 54px;
}

.section--dark .card {
    background: #141414;
    border-color: rgba(255, 255, 255, 0.12);
}

.card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.1;
}

.card p {
    margin: 0;
    color: var(--muted);
}

.image-card {
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.image-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.image-card__body {
    padding: 22px;
}

.image-card__body h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.split {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.split__media img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.quote-card {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 28px;
    background: #fff;
    border-left: 7px solid var(--red);
}

.quote-card:has(.content-admin-actions--floating) {
    padding-top: 54px;
}

.quote-card blockquote {
    margin: 0;
    font-size: 19px;
}

.quote-card cite {
    color: var(--muted);
    font-style: normal;
    font-weight: 800;
}

.page-hero {
    padding: 96px 0 56px;
    background: var(--charcoal);
    color: #fff;
}

.page-hero .container,
.hero__copy,
.content-page__body,
.content-page__body article,
.footer-brand {
    position: relative;
}

.content-page {
    padding: 70px 0;
}

.content-page__body {
    display: grid;
    gap: 18px;
    max-width: 860px;
    font-size: 18px;
}

.content-page__body:has(> .content-admin-actions--floating),
.content-page__body article:has(.content-admin-actions--floating),
.footer-brand:has(.admin-edit-link--floating) {
    padding-top: 46px;
}

.lead-card {
    padding: 34px;
    background: var(--charcoal);
    color: #fff;
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.lead-form textarea,
.lead-form input,
.inline-form input {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    padding: 0 14px;
    font: inherit;
}

.lead-form textarea {
    min-height: 112px;
    padding-top: 12px;
    resize: vertical;
}

.lead-form .wide,
.lead-form button {
    grid-column: 1 / -1;
}

.where-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.retailer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 76px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--line);
    font-weight: 900;
}

.retailer:has(.content-admin-actions--floating) {
    padding-top: 48px;
}

.retailer span:last-child {
    color: var(--red);
    font-size: 13px;
    text-transform: uppercase;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-admin-shell {
    position: relative;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
}

.faq-admin-shell:has(.content-admin-actions--floating) .faq-item summary {
    padding-right: 92px;
}

.faq-item summary {
    cursor: pointer;
    padding: 20px 22px;
    font-weight: 900;
}

.faq-item p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--muted);
}

.notice {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 14px 18px;
    font-weight: 800;
}

.notice--success {
    background: #e9f7ef;
    color: #17653b;
}

.notice--error {
    background: #fff0f0;
    color: #a90f15;
}

.auth-shell {
    display: grid;
    place-items: center;
    min-height: 58vh;
    padding: 70px 0;
}

.auth-card {
    width: min(100%, 520px);
    padding: 34px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.auth-card h1,
.auth-card h3 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.08;
    text-transform: uppercase;
}

.auth-card p {
    margin: 0 0 22px;
    color: var(--muted);
}

.auth-form {
    display: grid;
    gap: 14px;
}

.auth-form label {
    display: grid;
    gap: 6px;
    font-weight: 800;
}

.form-control,
.auth-form input,
.auth-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    padding: 0 14px;
    font: inherit;
}

.auth-help {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 14px;
}

.alert {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid var(--line);
}

.alert-success {
    background: #e9f7ef;
    color: #17653b;
}

.alert-danger {
    background: #fff0f0;
    color: #a90f15;
}

.btn,
.btn-primary,
.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid var(--ink);
    padding: 0 18px;
    background: var(--ink);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-primary {
    border-color: var(--red);
    background: var(--red);
}

.btn-outline-dark {
    background: #fff;
    color: var(--ink);
}

.w-100,
.btn-block {
    width: 100%;
}

.subscribe-band {
    background: var(--ink);
    color: #fff;
    padding: 34px 0;
}

.subscribe-band__inner {
    display: grid;
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.subscribe-band h2 {
    margin: 4px 0 0;
    font-size: 28px;
    line-height: 1.1;
}

.inline-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.site-footer {
    background: var(--charcoal);
    color: #fff;
    padding: 54px 0 22px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 34px;
}

.footer-grid h3 {
    margin: 0 0 14px;
    color: var(--steel);
    font-size: 15px;
    text-transform: uppercase;
}

.footer-grid a,
.footer-grid span {
    display: block;
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.76);
}

.footer-brand p {
    max-width: 340px;
    color: rgba(255, 255, 255, 0.68);
}

.brand--footer .brand__text small {
    color: rgba(255, 255, 255, 0.58);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 36px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
}

.dymovoipro-admin-add-panel {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    padding: 16px 0;
}

.dymovoipro-admin-add-panel__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.dymovoipro-admin-add-panel__title {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.dymovoipro-admin-add-panel__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dymovoipro-admin-add-panel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.dymovoipro-admin-add-panel__button:hover {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

@media (max-width: 920px) {
    .top-strip {
        display: none;
    }

    .header-main {
        min-height: 68px;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        display: none;
        background: var(--paper-strong);
        border-bottom: 1px solid var(--line);
        padding: 18px 24px;
    }

    .site-nav.is-open {
        display: grid;
        gap: 8px;
    }

    .header-cta {
        display: none;
    }

    .hero,
    .hero__inner {
        min-height: 560px;
    }

    .hero__inner,
    .section-head,
    .split,
    .subscribe-band__inner,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .grid--3,
    .grid--4,
    .where-grid,
    .inline-form {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 22px, 1180px);
    }

    .brand__mark {
        width: 40px;
        height: 40px;
    }

    .brand__text strong {
        font-size: 17px;
    }

    .hero__inner {
        padding: 48px 0 44px;
    }

    .hero__copy p {
        font-size: 17px;
    }

    .section {
        padding: 58px 0;
    }

    .grid--3,
    .grid--4,
    .where-grid,
    .lead-form,
    .inline-form {
        grid-template-columns: 1fr;
    }

    .card,
    .lead-card {
        padding: 22px;
    }

    .footer-bottom {
        display: grid;
    }
}

/* Corporate redesign layer */
:root {
    --ink: #171615;
    --ink-soft: #34302b;
    --paper: #f4f0e8;
    --paper-strong: #fffdf8;
    --line: rgba(23, 22, 21, 0.12);
    --muted: #6f675c;
    --red: #c93524;
    --red-dark: #9d2519;
    --steel: #d8ddd9;
    --smoke: #e7ebe5;
    --charcoal: #151515;
    --blue-smoke: #1d4b61;
    --green-wood: #5b6f50;
    --ember-soft: #f4d7bb;
    --shadow: 0 20px 52px rgba(23, 22, 21, 0.13);
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.site-header {
    background: rgba(21, 21, 21, 0.96);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.top-strip {
    background: #0e0e0e;
}

.header-main {
    min-height: 76px;
}

.brand {
    min-width: 190px;
}

.brand__logo {
    display: block;
    width: clamp(172px, 17vw, 236px);
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.brand__logo--footer {
    width: min(265px, 100%);
    max-height: 80px;
}

.brand__mark {
    background: var(--red);
    border-radius: 0;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
}

.brand__text strong {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    letter-spacing: 0;
}

.brand__text small,
.site-header .brand__text small {
    color: rgba(255, 255, 255, 0.66);
}

.site-nav {
    gap: 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.site-nav a:hover,
.site-nav a:focus {
    color: #fff;
    border-color: var(--red);
}

.header-cta,
.button,
.inline-form button,
.lead-form button {
    min-height: 44px;
    border-radius: 4px;
    letter-spacing: 0;
}

.button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.74);
}

.button--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ink);
}

.nav-toggle {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
}

.nav-toggle span {
    background: #fff;
}

.hero--corporate {
    min-height: 660px;
    background: var(--charcoal);
}

.hero--corporate::before {
    background:
        linear-gradient(90deg, rgba(7, 7, 7, 0.91) 0%, rgba(18, 16, 14, 0.78) 44%, rgba(18, 16, 14, 0.18) 100%),
        var(--hero-image, none) center / cover no-repeat;
}

.hero--corporate::after,
.tick-divider {
    height: 10px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px 28px),
        var(--red);
}

.hero--corporate .hero__inner {
    min-height: 660px;
    grid-template-columns: minmax(0, 720px) minmax(300px, 420px);
    align-items: center;
    padding: 74px 0 70px;
}

.hero__copy h1,
.page-hero h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 68px;
    line-height: 0.98;
    letter-spacing: 0;
}

.hero__copy p {
    max-width: 640px;
    font-size: 20px;
}

.corporate-meter {
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.corporate-meter .hero__metric {
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.corporate-meter .hero__metric:last-child {
    border-bottom: 0;
}

.corporate-meter .hero__metric strong {
    color: #fff;
    font-size: 36px;
}

.eyebrow {
    color: var(--red);
    letter-spacing: 0;
}

.section {
    padding: 76px 0;
}

.section-head {
    grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.55fr);
}

.section-head h2,
.content-page h1,
.lead-card h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.section-head p,
.content-page__body p,
.story-block p {
    color: var(--muted);
    overflow-wrap: anywhere;
}

.page-hero {
    position: relative;
    padding: 88px 0 58px;
    background:
        linear-gradient(120deg, rgba(21, 21, 21, 0.96), rgba(29, 75, 97, 0.82)),
        url("/uploads/categories/38da7419-4475-4f25-8104-717ac6be1af9.jpg") center / cover no-repeat;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 8px;
    background: var(--red);
}

.page-hero h1 {
    max-width: 880px;
}

.page-hero__lead {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
}

.direction-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.direction-card {
    position: relative;
    isolation: isolate;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #0f0f0f;
    box-shadow: 0 18px 42px rgba(23, 22, 21, 0.16);
}

.direction-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.82) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 48%);
    pointer-events: none;
}

.direction-card:has(.content-admin-actions--floating) {
    padding-top: 0;
}

.direction-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% center;
    transform: scale(1.02);
}

.direction-card .content-admin-actions--floating {
    z-index: 3;
}

.direction-card h3,
.quality-card h3,
.supply-card h3,
.metric-card h3 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.12;
    text-transform: uppercase;
}

.direction-card__body {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: grid;
    gap: 10px;
    padding: 24px;
}

.direction-card__body span {
    width: fit-content;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    background: rgba(21, 21, 21, 0.44);
    color: var(--ember-soft);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.direction-card h3 {
    color: #fff;
    font-size: 24px;
}

.direction-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.photo-gallery-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(21, 21, 21, 0.98), rgba(29, 75, 97, 0.86)),
        var(--charcoal);
    color: #fff;
}

.photo-gallery-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 10px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 28px),
        var(--red);
}

.photo-gallery-section .container {
    position: relative;
    z-index: 1;
}

.photo-gallery-section .section-head h2 {
    color: #fff;
}

.photo-gallery-section .section-head p {
    color: rgba(255, 255, 255, 0.72);
}

.photo-gallery-section .eyebrow {
    color: var(--ember-soft);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gallery-card {
    position: relative;
    isolation: isolate;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #0f0f0f;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.82) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 48%);
    pointer-events: none;
}

.gallery-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% center;
    transform: scale(1.02);
}

.gallery-card .content-admin-actions--floating {
    z-index: 3;
}

.gallery-card__body {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: grid;
    gap: 10px;
    padding: 24px;
}

.gallery-card__body span {
    width: fit-content;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    background: rgba(21, 21, 21, 0.44);
    color: var(--ember-soft);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gallery-card__body h3 {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.08;
    text-transform: uppercase;
}

.gallery-card__body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.split--wide {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.image-frame {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.image-frame img {
    aspect-ratio: 5 / 4;
}

.production-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(250, 247, 241, 0.96), rgba(236, 240, 235, 0.96)),
        radial-gradient(circle at 12% 18%, rgba(216, 59, 49, 0.08), transparent 30%),
        var(--paper);
    color: var(--ink);
}

.production-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 10px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 28px),
        var(--red);
}

.production-section .container {
    position: relative;
    z-index: 1;
}

.production-section .split--wide {
    align-items: stretch;
}

.production-image {
    position: relative;
    min-height: 460px;
    border: 1px solid rgba(23, 22, 21, 0.12);
    box-shadow: 0 18px 42px rgba(23, 22, 21, 0.14);
}

.production-image::after {
    content: "DYMOVOI";
    position: absolute;
    left: 24px;
    bottom: 22px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    background: rgba(21, 21, 21, 0.44);
    color: var(--ember-soft);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.production-image img {
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.production-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.production-section .eyebrow {
    color: var(--red);
}

.production-section h2,
.story-block h2 {
    margin: 8px 0 16px;
    font-size: 36px;
    line-height: 1.08;
    text-transform: uppercase;
}

.production-section h2 {
    color: var(--ink);
}

.production-section .production-copy > p {
    max-width: 660px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
}

.quality-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.quality-card {
    position: relative;
    min-height: 170px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper-strong);
}

.quality-card:has(.content-admin-actions--floating) {
    padding-top: 52px;
}

.quality-card h3 {
    font-size: 18px;
}

.quality-card p {
    margin: 10px 0 0;
    color: var(--muted);
}

.production-section .quality-card {
    overflow: hidden;
    border-color: rgba(23, 22, 21, 0.1);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 30px rgba(23, 22, 21, 0.08);
}

.production-section .quality-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--red);
}

.production-section .quality-card h3 {
    color: var(--ink);
}

.production-section .quality-card p {
    color: var(--muted);
}

.supply-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.supply-card {
    position: relative;
    min-height: 210px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.supply-card:has(.content-admin-actions--floating) {
    padding-top: 56px;
}

.supply-card > span {
    display: block;
    margin-bottom: 22px;
    color: var(--red);
    font-weight: 900;
}

.supply-card h3 {
    color: #fff;
    font-size: 20px;
}

.supply-card p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.supply-card strong {
    display: inline-block;
    margin-top: 18px;
    color: var(--ember-soft);
    font-size: 13px;
    text-transform: uppercase;
}

.supply-list--light .supply-card {
    border-color: var(--line);
    background: #fff;
}

.supply-list--light .supply-card h3 {
    color: var(--ink);
}

.supply-list--light .supply-card p {
    color: var(--muted);
}

.supply-list--light .supply-card strong {
    color: var(--blue-smoke);
}

.quote-card {
    border-radius: 8px;
    border-left-color: var(--blue-smoke);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.metric-card {
    position: relative;
    min-height: 150px;
    padding: 26px;
    border-radius: 8px;
    background: var(--charcoal);
    color: #fff;
}

.metric-card:has(.content-admin-actions--floating) {
    padding-top: 56px;
}

.metric-card h3 {
    color: var(--ember-soft);
    font-size: 28px;
}

.metric-card p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.story-block {
    position: relative;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}

.story-block:has(.content-admin-actions--floating) {
    padding-top: 56px;
}

.story-block:first-child {
    padding-top: 0;
}

.story-block:last-child {
    border-bottom: 0;
}

.contact-panel {
    position: relative;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 22, 21, 0.06);
}

.contact-panel:has(.admin-edit-link--floating) {
    padding-top: 58px;
}

.contact-panel h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.08;
    text-transform: uppercase;
}

.contact-list {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.lead-card {
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(21, 21, 21, 0.97), rgba(29, 75, 97, 0.9));
}

.lead-form input,
.lead-form textarea,
.inline-form input {
    border-radius: 4px;
}

.subscribe-band {
    background: var(--blue-smoke);
}

.site-footer {
    background: #101010;
}

.footer-grid {
    grid-template-columns: 1.35fr repeat(3, 1fr);
}

.content-page__body article {
    position: relative;
}

@media (max-width: 1100px) {
    .hero--corporate .hero__inner,
    .split--wide,
    .section-head {
        grid-template-columns: 1fr;
    }

    .direction-grid,
    .gallery-grid,
    .metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quality-grid,
    .supply-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .site-nav {
        color: var(--ink);
    }

    .hero--corporate,
    .hero--corporate .hero__inner {
        min-height: 0;
    }

    .hero__copy h1,
    .page-hero h1 {
        font-size: 46px;
    }

    .hero--corporate .hero__inner {
        padding: 56px 0;
    }

    .corporate-meter {
        max-width: 560px;
    }
}

@media (max-width: 620px) {
    .header-main {
        gap: 12px;
    }

    .hero__copy h1,
    .page-hero h1 {
        font-size: 30px;
        line-height: 1.04;
    }

    .section-head h2,
    .content-page h1,
    .lead-card h2,
    .production-section h2,
    .story-block h2,
    .contact-panel h2 {
        font-size: 25px;
        line-height: 1.12;
    }

    .direction-grid,
    .gallery-grid,
    .quality-grid,
    .supply-list,
    .metric-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .brand {
        min-width: 0;
    }

    .brand__logo {
        width: 142px;
        max-height: 46px;
    }

    .nav-toggle {
        flex: 0 0 42px;
        margin-left: auto;
    }

    .hero__copy,
    .section-head,
    .section-head > *,
    .direction-card,
    .quality-card,
    .gallery-card,
    .supply-card,
    .quote-card {
        min-width: 0;
    }

    .direction-card,
    .gallery-card {
        min-height: 340px;
    }

    .contact-panel {
        padding: 24px;
    }

    .inline-form {
        grid-template-columns: 1fr;
    }
}
