:root {
    --blackgate-bg: #020202;
    --blackgate-bg-deep: #000000;
    --blackgate-surface: rgba(10, 10, 10, 0.94);
    --blackgate-surface-soft: rgba(255, 255, 255, 0.03);
    --blackgate-text: #f4f4f4;
    --blackgate-text-strong: #ffffff;
    --blackgate-muted: rgba(255, 255, 255, 0.66);
    --blackgate-dim: rgba(255, 255, 255, 0.28);
    --blackgate-red: #d61b2c;
    --blackgate-red-bright: #d61b2c;
    --blackgate-logo-red: #d61b2c;
    --blackgate-red-soft: rgba(195, 22, 35, 0.12);
    --blackgate-red-glow: rgba(195, 22, 35, 0.42);
    --blackgate-red-grid: rgba(195, 22, 35, 0.175);
    --blackgate-line: rgba(255, 255, 255, 0.08);
    --blackgate-line-strong: rgba(255, 255, 255, 0.14);
    --blackgate-shadow: 0 0 22px rgba(224, 45, 27, 0.18);
    --blackgate-shell-width: min(1240px, calc(100% - 48px));
    --blackgate-content-width: min(1080px, calc(100% - 48px));
}

html,
body {
    min-height: 100%;
    margin: 0;
    background: var(--blackgate-bg-deep) !important;
    color: var(--blackgate-text);
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.01em;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(var(--blackgate-red-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--blackgate-red-grid) 1px, transparent 1px);
    background-size: 58px 58px;
    opacity: 0.58;
    pointer-events: none;
    z-index: 0;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 50% -8%, rgba(224, 45, 27, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(224, 45, 27, 0.04), transparent 22%);
    pointer-events: none;
    z-index: 0;
}

::selection {
    background: rgba(224, 45, 27, 0.36);
    color: #ffffff;
}

.body-wrapper,
#page,
#main,
#content,
.page_content,
.page_content_wrapper,
.content,
.content_wrapper,
.main,
.maincontent,
.entry-content,
article,
.post,
.page,
.hentry,
.widget,
aside,
.sidebar {
    position: relative;
    z-index: 1;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

#page {
    width: 100%;
    padding-top: clamp(28px, 4vw, 52px);
}

#page > .inner,
.page-wrapper > .inner,
#main > .inner,
.page_content_wrapper,
.page_content {
    width: var(--blackgate-content-width);
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
}

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

a {
    color: inherit;
    text-decoration: none;
    transition:
        color 0.24s ease,
        opacity 0.24s ease,
        text-shadow 0.24s ease,
        border-color 0.24s ease,
        background-color 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.24s ease;
}

a:link,
a:visited,
.blackgate-site a:link,
.blackgate-site a:visited {
    color: inherit;
}

a:hover,
a:focus-visible {
    color: #ffffff;
    text-shadow: 0 0 14px rgba(224, 45, 27, 0.22);
}

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

button,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

p,
li,
label,
input,
textarea,
select,
blockquote,
figcaption {
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3 {
    margin: 0 0 0.7em;
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    line-height: 0.94;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--blackgate-text-strong);
}

h1 {
    font-size: clamp(46px, 9vw, 112px);
}

h2 {
    font-size: clamp(34px, 6vw, 72px);
}

h3 {
    font-size: clamp(24px, 4vw, 42px);
}

h4,
h5,
h6 {
    margin: 0 0 0.85em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.28;
    color: var(--blackgate-text-strong);
}

p {
    margin: 0 0 1.2em;
    color: var(--blackgate-text);
}

strong {
    color: #ffffff;
    font-weight: 700;
}

em {
    color: rgba(255, 255, 255, 0.88);
}

hr {
    height: 1px;
    border: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.42) 50%, transparent 100%);
    box-shadow: 0 0 18px rgba(224, 45, 27, 0.14);
}

blockquote {
    margin: 1.8em 0;
    padding-left: 1.2em;
    border-left: 1px solid rgba(224, 45, 27, 0.4);
    color: rgba(255, 255, 255, 0.86);
}

.blackgate-section {
    position: relative;
    padding: clamp(72px, 9vw, 120px) 0;
}

.blackgate-container {
    width: var(--blackgate-content-width);
    margin: 0 auto;
}

.blackgate-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: rgba(224, 45, 27, 0.92);
}

.blackgate-title,
.blackgate-subtitle {
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
}

.blackgate-title {
    font-size: clamp(38px, 7vw, 92px);
}

.blackgate-subtitle {
    font-size: clamp(22px, 4vw, 38px);
}

.blackgate-copy {
    font-size: clamp(18px, 2vw, 22px);
    color: rgba(255, 255, 255, 0.9);
}

.blackgate-line {
    width: 72px;
    height: 1px;
    margin: 28px auto;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.72) 50%, transparent 100%);
    box-shadow:
        0 0 14px rgba(224, 45, 27, 0.32),
        0 0 30px rgba(224, 45, 27, 0.14);
}

.blackgate-button,
.blackgate-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.9);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.blackgate-button:hover,
.blackgate-button:focus-visible,
.blackgate-contact-button:hover,
.blackgate-contact-button:focus-visible {
    border-color: rgba(224, 45, 27, 0.72);
    background: rgba(224, 45, 27, 0.08);
    color: #ffffff;
    box-shadow:
        inset 0 0 18px rgba(224, 45, 27, 0.08),
        0 0 16px rgba(224, 45, 27, 0.18);
    transform: translateY(-1px);
}

.blackgate-button:hover,
.blackgate-button:focus-visible {
    background: rgba(224, 45, 27, 0.14);
    color: #ffffff !important;
}

.blackgate-contact-button {
    border-color: rgba(224, 45, 27, 0.46);
    background: rgba(224, 45, 27, 0.08);
    box-shadow:
        inset 0 0 18px rgba(224, 45, 27, 0.08),
        0 0 18px rgba(224, 45, 27, 0.12);
}

.blackgate-reveal {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.985);
    filter: blur(2px);
    will-change: opacity, transform, filter;
    transition:
        opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.08s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.9s ease;
}

.blackgate-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

.blackgate-homepage #main,
.blackgate-homepage .content,
.blackgate-landing-page #main,
.blackgate-landing-page .content {
    width: 100%;
}

.blackgate-homepage .content,
.blackgate-landing-page .content {
    overflow: visible;
}

.blackgate-homepage#page,
.blackgate-landing-page#page {
    padding-top: 0;
}

.blackgate-home-hero {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: clamp(13px, 1.25vw, 33px);
    padding-bottom: clamp(86px, 8.4vw, 108px);
    text-align: center;
}

.blackgate-home-hero::before {
    content: "";
    position: absolute;
    inset: 4% 16% auto;
    height: clamp(180px, 28vw, 320px);
    background: radial-gradient(circle at center, rgba(224, 45, 27, 0.12) 0%, rgba(224, 45, 27, 0.05) 34%, transparent 76%);
    filter: blur(24px);
    pointer-events: none;
}

.blackgate-home-hero-shell {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    --blackgate-hero-eyebrow-gap: 24px;
    --blackgate-hero-lead-gap: clamp(28px, 3vw, 36px);
    /* Groessen-System fuer diesen Hero-Block:
       H1 = Basis
       H3 = ca. 70% von H1
       Eyebrow = ca. 28% von H1 */
    transform: translateY(0);
    text-align: center;
}

.blackgate-home-hero-eyebrow {
    margin-bottom: var(--blackgate-hero-eyebrow-gap);
    font-family: "Orbitron", sans-serif;
    font-size: clamp(10px, 1.8vw, 24px);
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    color: var(--blackgate-logo-red);
    text-shadow:
        0 0 10px rgba(214, 27, 44, 0.12),
        0 0 22px rgba(214, 27, 44, 0.04);
}

.blackgate-home-hero-title {
    display: block;
    margin-bottom: var(--blackgate-hero-lead-gap);
    margin-left: auto;
    margin-right: auto;
    max-width: 15ch;
    font-size: clamp(34px, 6.4vw, 84px);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-align: center;
    text-wrap: balance;
    color: #ffffff !important;
    text-shadow: none !important;
}

.blackgate-home-hero-line,
.blackgate-home-hero-title-top,
.blackgate-home-hero-title-bottom {
    display: block;
    width: auto;
    line-height: 0.9;
    text-align: center;
}

.blackgate-home-hero-title br {
    display: block;
    content: "";
}

.blackgate-home-hero-title span,
.blackgate-home-hero-line.is-accent,
.blackgate-home-hero-title-top {
    color: #ffffff;
}

.blackgate-home-hero-title span,
.blackgate-home-hero-line.is-accent,
.blackgate-home-hero-title-bottom {
    color: var(--blackgate-logo-red);
    text-shadow:
        0 0 12px rgba(214, 27, 44, 0.2),
        0 0 26px rgba(214, 27, 44, 0.08);
}

.blackgate-home-hero-lead,
.blackgate-home-hero h3.blackgate-home-hero-lead,
.blackgate-home-hero p.blackgate-home-hero-lead {
    max-width: 980px;
    margin: 0 auto;
    font-size: clamp(24px, 4.5vw, 59px);
    font-weight: 700;
    line-height: 1.04;
    font-family: "Orbitron", sans-serif;
    letter-spacing: 0.02em;
    text-transform: none;
    text-wrap: balance;
    color: #ffffff !important;
    text-shadow: none !important;
    text-wrap: balance;
}

.blackgate-home-hero-cta {
    min-width: 248px;
    margin-top: 6px;
}

#craft-system {
    scroll-margin-top: 132px;
}

.blackgate-home-craft {
    position: relative;
    padding-top: 28px;
    padding-bottom: clamp(44px, 5vw, 64px);
}

.blackgate-home-craft::before,
.blackgate-home-craft::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(214, 27, 44, 0.16) 18%, rgba(214, 27, 44, 0.68) 50%, rgba(214, 27, 44, 0.16) 82%, transparent 100%);
    box-shadow:
        0 0 12px rgba(214, 27, 44, 0.14),
        0 0 24px rgba(214, 27, 44, 0.06);
}

.blackgate-home-craft::before {
    display: none;
}

.blackgate-home-craft::after {
    bottom: 0;
}

.blackgate-home-craft-intro,
.blackgate-home-craft-closing {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.blackgate-home-craft-intro {
    max-width: 860px;
}

.blackgate-home-craft-title {
    display: grid;
    gap: 0;
    justify-items: center;
    margin-bottom: 0;
    font-size: clamp(21px, 3.55vw, 40px);
    line-height: 0.9;
    letter-spacing: 0.045em;
    text-align: center;
}

.blackgate-home-craft-title-top,
.blackgate-home-craft-title-bottom {
    display: block;
    width: auto;
    max-width: 100%;
    text-wrap: balance;
    text-align: center;
}

.blackgate-home-craft-title-top {
    color: #ffffff !important;
    font-size: 0.9em;
}

.blackgate-home-craft-title-bottom {
    display: block;
    margin-top: -0.72em;
    font-size: 0.92em;
    font-style: normal;
    transform: skewX(-12deg);
    transform-origin: center;
    color: var(--blackgate-logo-red) !important;
    text-shadow:
        0 0 12px rgba(214, 27, 44, 0.14),
        0 0 22px rgba(214, 27, 44, 0.06);
}

.blackgate-home-craft-lead {
    max-width: 760px;
    margin: -10px auto 4px;
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 500;
    color: #ffffff !important;
    line-height: 1.48;
    text-wrap: balance;
}

.blackgate-home-craft-emphasis {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 500;
    color: #ffffff !important;
    line-height: 1.48;
    letter-spacing: 0.02em;
    text-wrap: balance;
}

.blackgate-home-craft-emphasis strong {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.12em;
    box-shadow: none;
}

.blackgate-home-craft-kicker {
    margin: 0 auto 18px;
    max-width: 760px;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(15px, 1.95vw, 24px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff !important;
    text-wrap: balance;
    text-align: center;
}

.blackgate-home-craft-intro-copy {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 500;
    line-height: 1.48;
    color: #ffffff !important;
    text-wrap: balance;
    text-align: center;
}

.blackgate-home-craft-intro-copy span {
    color: var(--blackgate-logo-red);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-shadow: 0 0 12px rgba(224, 45, 27, 0.14);
}

.blackgate-home-craft-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: clamp(56px, 7vw, 88px);
}

.blackgate-home-craft-pillar {
    position: relative;
    min-height: 100%;
    padding: 30px 28px 28px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.008) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 18px 34px rgba(0, 0, 0, 0.22);
}

.blackgate-home-craft-pillar::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.72) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(224, 45, 27, 0.14);
}

.blackgate-home-craft-pillar-title {
    margin-bottom: 12px;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.12;
}

.blackgate-home-craft-pillar-copy {
    margin: 0;
    font-size: clamp(17px, 1.45vw, 20px);
    font-style: italic;
    line-height: 1.58;
    color: #ffffff;
}

.blackgate-home-craft-closing {
    position: relative;
    margin-top: 18px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
}

.blackgate-home-craft-closing::before {
    content: "";
    display: block;
    width: 288px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(214, 27, 44, 0.72) 50%, transparent 100%);
    box-shadow:
        0 0 12px rgba(214, 27, 44, 0.12),
        0 0 22px rgba(214, 27, 44, 0.06);
}

.blackgate-home-craft-closing::before {
    margin: 0 auto 18px;
}

.blackgate-home-craft-closing-title {
    max-width: 760px;
    margin: 0 auto 18px;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.16;
    letter-spacing: 0.04em;
    color: #ffffff !important;
    text-wrap: balance;
    text-align: center;
}

.blackgate-home-craft-closing-copy {
    margin: 0 auto;
    max-width: 760px;
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 500;
    line-height: 1.48;
    color: #ffffff !important;
    text-wrap: balance;
    text-align: center;
}

.blackgate-home-craft-closing-copy + .blackgate-home-craft-closing-copy {
    margin-top: 8px;
}

.blackgate-home-craft-closing-copy.is-accent {
    color: var(--blackgate-logo-red) !important;
    text-shadow:
        0 0 12px rgba(214, 27, 44, 0.16),
        0 0 24px rgba(214, 27, 44, 0.08);
}

.blackgate-home-craft .blackgate-line {
    width: 288px;
    margin: 18px auto;
}

.blackgate-home-editorial {
    padding-top: 28px;
}

.blackgate-landing-editorial {
    padding-top: 28px;
}

.blackgate-editorial-content {
    max-width: 880px;
}

.blackgate-editorial-content > :last-child {
    margin-bottom: 0;
}

.blackgate-gallery-source[hidden] {
    display: none !important;
}

.blackgate-editorial-carousel-source[hidden] {
    display: none !important;
}

.blackgate-editorial-carousel {
    position: relative;
    left: 50%;
    width: min(1440px, calc(100vw - 64px));
    margin: 0 0 clamp(56px, 8vw, 88px);
    padding: 22px 0 18px;
    transform: translateX(-50%);
}

.blackgate-editorial-carousel::before,
.blackgate-editorial-carousel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.18) 12%, rgba(224, 45, 27, 0.9) 50%, rgba(224, 45, 27, 0.18) 88%, transparent 100%);
    box-shadow:
        0 0 14px rgba(224, 45, 27, 0.28),
        0 0 32px rgba(224, 45, 27, 0.12);
    pointer-events: none;
}

.blackgate-editorial-carousel::before {
    top: 0;
}

.blackgate-editorial-carousel::after {
    bottom: 0;
}

.blackgate-editorial-carousel-stage {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #000000;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 28px 54px rgba(0, 0, 0, 0.34);
}

.blackgate-editorial-carousel-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.015) 30%, rgba(0, 0, 0, 0.22) 100%),
        radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.blackgate-editorial-carousel-stage::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    z-index: 3;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(214, 27, 44, 0.84) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(214, 27, 44, 0.16);
    pointer-events: none;
}

.blackgate-editorial-carousel-slides,
.blackgate-editorial-carousel-slide,
.blackgate-editorial-carousel-visual {
    position: absolute;
    inset: 0;
}

.blackgate-editorial-carousel-visual {
    overflow: hidden;
    background: #000000;
}

.blackgate-editorial-carousel-slide {
    opacity: 0;
    transition: opacity 0.72s ease;
}

.blackgate-editorial-carousel-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.blackgate-editorial-carousel-slide img,
.blackgate-editorial-carousel-video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blackgate-editorial-carousel-slide img {
    image-rendering: auto;
}

.blackgate-editorial-carousel-video {
    z-index: 1;
    background: #000000;
}

.blackgate-editorial-carousel-meta {
    margin-top: 18px;
    padding: 0 22px;
}

.blackgate-editorial-carousel-copy {
    min-width: 0;
}

.blackgate-editorial-carousel-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px 28px;
    align-items: end;
    margin-bottom: 12px;
}

.blackgate-editorial-carousel-header.is-creditless {
    grid-template-columns: minmax(0, 1fr);
}

.blackgate-editorial-carousel-heading {
    min-width: 0;
}

.blackgate-editorial-carousel-kicker {
    margin: 0 0 7px;
    color: rgba(214, 27, 44, 0.82);
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.26em;
    line-height: 1.3;
    text-transform: uppercase;
}

.blackgate-editorial-carousel-title {
    margin: 0;
    color: #ffffff !important;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(18px, 2.45vw, 30px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: none !important;
}

.blackgate-editorial-carousel-description {
    max-width: 900px;
    color: rgba(255, 255, 255, 0.76);
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.12vw, 17px);
    font-weight: 450;
    line-height: 1.52;
}

.blackgate-editorial-carousel-description p {
    margin: 0 0 0.7em;
    color: inherit;
}

.blackgate-editorial-carousel-description > :last-child {
    margin-bottom: 0;
}

.blackgate-editorial-carousel-description a,
.blackgate-editorial-carousel-description a:visited {
    color: #ffffff !important;
    box-shadow: inset 0 -1px 0 rgba(214, 27, 44, 0.72);
}

.blackgate-editorial-carousel-description a:hover,
.blackgate-editorial-carousel-description a:focus-visible {
    color: #ffffff !important;
    text-shadow:
        0 0 12px rgba(214, 27, 44, 0.18),
        0 0 22px rgba(214, 27, 44, 0.08);
    box-shadow: inset 0 -1px 0 rgba(214, 27, 44, 1);
}

.blackgate-editorial-carousel-credits {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.blackgate-editorial-carousel-credits > * {
    margin: 0;
}

.blackgate-editorial-carousel-credits a,
.blackgate-editorial-carousel-credits a:visited {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.018);
    color: rgba(255, 255, 255, 0.72) !important;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none !important;
}

.blackgate-editorial-carousel-credits a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(214, 27, 44, 0.34);
    border-radius: 999px;
    background: rgba(214, 27, 44, 0.08);
    color: rgba(214, 27, 44, 0.86);
    font-size: 10px;
    line-height: 1;
}

.blackgate-editorial-carousel-credits a i::before {
    line-height: 1;
}

.blackgate-editorial-carousel-credits a:hover,
.blackgate-editorial-carousel-credits a:focus-visible {
    border-color: rgba(214, 27, 44, 0.68);
    background: rgba(214, 27, 44, 0.08);
    color: #ffffff !important;
    box-shadow:
        inset 0 0 14px rgba(214, 27, 44, 0.06),
        0 0 16px rgba(214, 27, 44, 0.14);
}

.blackgate-editorial-carousel-credits a:hover i,
.blackgate-editorial-carousel-credits a:focus-visible i {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.blackgate-editorial-carousel-meta {
    margin-top: 24px;
    padding: 0 22px;
}

.blackgate-editorial-carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.24);
    color: rgba(255, 255, 255, 0.86);
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.blackgate-editorial-carousel-control span {
    font-size: 24px;
    line-height: 1;
}

.blackgate-editorial-carousel-control.is-previous {
    left: 18px;
}

.blackgate-editorial-carousel-control.is-next {
    right: 18px;
}

.blackgate-editorial-carousel-control:hover,
.blackgate-editorial-carousel-control:focus-visible {
    border-color: rgba(214, 27, 44, 0.86);
    background: rgba(214, 27, 44, 0.14);
    color: #ffffff;
    box-shadow:
        inset 0 0 18px rgba(214, 27, 44, 0.12),
        0 0 20px rgba(214, 27, 44, 0.18);
}

.blackgate-editorial-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.blackgate-editorial-carousel-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blackgate-editorial-carousel-dot {
    width: 44px;
    height: 2px;
    border: 0;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    transform: scaleX(1);
}

.blackgate-editorial-carousel-dot.is-active,
.blackgate-editorial-carousel-dot[aria-current="true"] {
    background: rgba(214, 27, 44, 0.94);
    box-shadow:
        0 0 10px rgba(214, 27, 44, 0.22),
        0 0 18px rgba(214, 27, 44, 0.08);
}

.blackgate-editorial-carousel-dot:hover,
.blackgate-editorial-carousel-dot:focus-visible {
    background: rgba(255, 255, 255, 0.62);
}

@media (min-width: 1800px) {
    .blackgate-editorial-carousel {
        width: min(1680px, calc(100vw - 96px));
    }

    .blackgate-editorial-carousel-meta {
        grid-template-columns: minmax(0, 940px) minmax(280px, 360px);
        justify-content: space-between;
        padding: 0 28px;
    }
}

@media (min-width: 2400px) {
    .blackgate-editorial-carousel {
        width: min(1880px, calc(100vw - 112px));
    }

    .blackgate-editorial-carousel-meta {
        grid-template-columns: minmax(0, 980px) minmax(300px, 380px);
    }
}

.blackgate-editorial-slideshow {
    position: relative;
    left: 50%;
    width: min(1180px, calc(100vw - 48px));
    margin: 0 0 clamp(56px, 8vw, 88px);
    padding: 22px 0;
    transform: translateX(-50%);
}

.blackgate-editorial-slideshow::before,
.blackgate-editorial-slideshow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.18) 12%, rgba(224, 45, 27, 0.9) 50%, rgba(224, 45, 27, 0.18) 88%, transparent 100%);
    box-shadow:
        0 0 14px rgba(224, 45, 27, 0.28),
        0 0 32px rgba(224, 45, 27, 0.12);
    pointer-events: none;
}

.blackgate-editorial-slideshow::before {
    top: 0;
}

.blackgate-editorial-slideshow::after {
    bottom: 0;
}

.blackgate-editorial-slideshow-stage {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #000000;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 28px 54px rgba(0, 0, 0, 0.34);
}

.blackgate-editorial-slideshow-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.02) 28%, rgba(0, 0, 0, 0.28) 100%),
        radial-gradient(circle at center, transparent 44%, rgba(0, 0, 0, 0.24) 100%);
    pointer-events: none;
}

.blackgate-editorial-slideshow-stage::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    z-index: 3;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(214, 27, 44, 0.84) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(214, 27, 44, 0.16);
    pointer-events: none;
}

.blackgate-editorial-slideshow-slides,
.blackgate-editorial-slide {
    position: absolute;
    inset: 0;
}

.blackgate-editorial-slide {
    opacity: 0;
    transition: opacity 0.72s ease;
}

.blackgate-editorial-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.blackgate-editorial-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.blackgate-editorial-slide-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px 22px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 58%, rgba(0, 0, 0, 0.94) 100%);
}

.blackgate-editorial-slide-title,
.blackgate-editorial-slide-credit {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
}

.blackgate-editorial-slide-title {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.blackgate-editorial-slide-credit {
    color: rgba(214, 27, 44, 0.96);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.blackgate-editorial-slideshow-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.24);
    color: rgba(255, 255, 255, 0.86);
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.blackgate-editorial-slideshow-control span {
    font-size: 24px;
    line-height: 1;
}

.blackgate-editorial-slideshow-control.is-previous {
    left: 18px;
}

.blackgate-editorial-slideshow-control.is-next {
    right: 18px;
}

.blackgate-editorial-slideshow-control:hover,
.blackgate-editorial-slideshow-control:focus-visible {
    border-color: rgba(214, 27, 44, 0.86);
    background: rgba(214, 27, 44, 0.14);
    color: #ffffff;
    box-shadow:
        inset 0 0 18px rgba(214, 27, 44, 0.12),
        0 0 20px rgba(214, 27, 44, 0.18);
}

.blackgate-editorial-slideshow-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.blackgate-editorial-slideshow-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blackgate-editorial-slideshow-dot {
    width: 38px;
    height: 1px;
    border: 0;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    transform: scaleX(1);
}

.blackgate-editorial-slideshow-dot.is-active,
.blackgate-editorial-slideshow-dot[aria-current="true"] {
    background: rgba(214, 27, 44, 0.94);
    box-shadow:
        0 0 10px rgba(214, 27, 44, 0.22),
        0 0 18px rgba(214, 27, 44, 0.08);
}

.blackgate-editorial-slideshow-dot:hover,
.blackgate-editorial-slideshow-dot:focus-visible {
    background: rgba(255, 255, 255, 0.62);
}

#breadcrumbs {
    position: relative;
    margin: 0 0 28px !important;
    padding: 0 0 12px !important;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

#breadcrumbs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 1px;
    background: linear-gradient(90deg, rgba(224, 45, 27, 0.88) 0%, rgba(224, 45, 27, 0.14) 100%);
    box-shadow:
        0 0 14px rgba(224, 45, 27, 0.18),
        0 0 26px rgba(224, 45, 27, 0.08);
}

#breadcrumbs a,
#breadcrumbs a:visited {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.76) !important;
    text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus-visible {
    color: #ffffff !important;
    text-shadow: 0 0 12px rgba(224, 45, 27, 0.14);
}

#breadcrumbs .separator,
#breadcrumbs .breadcrumbs-plus,
#breadcrumbs .breadcrumbs-plus span {
    color: rgba(224, 45, 27, 0.72) !important;
}

#breadcrumbs .current,
#breadcrumbs [aria-current="page"] {
    color: #ffffff !important;
    text-shadow: 0 0 12px rgba(224, 45, 27, 0.14);
}

.legal-page {
    max-width: 920px;
    margin: 0 auto;
    padding-top: clamp(16px, 2.6vw, 26px);
    color: var(--blackgate-text);
}

.legal-page > :last-child {
    margin-bottom: 0;
}

.legal-page h1,
.legal-page h2,
.legal-page h3 {
    color: #ffffff !important;
    text-shadow: none !important;
}

.legal-page h1 {
    margin-bottom: 20px;
    font-size: clamp(40px, 7vw, 78px);
    line-height: 0.94;
    letter-spacing: 0.04em;
}

.legal-page h2 {
    position: relative;
    margin-top: 46px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    font-size: clamp(21px, 3vw, 32px);
    line-height: 1.02;
    letter-spacing: 0.05em;
}

.legal-page h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, rgba(224, 45, 27, 0.88) 0%, rgba(224, 45, 27, 0.16) 100%);
    box-shadow:
        0 0 12px rgba(224, 45, 27, 0.16),
        0 0 22px rgba(224, 45, 27, 0.08);
}

.legal-page h3 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: clamp(17px, 2vw, 24px);
    line-height: 1.14;
    letter-spacing: 0.05em;
}

.legal-page p,
.legal-page li {
    max-width: 820px;
    margin-bottom: 1.05em;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0.01em;
}

.legal-page > p:first-of-type {
    margin-bottom: 28px;
    color: rgba(224, 45, 27, 0.92);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.legal-page strong {
    color: #ffffff;
    font-weight: 700;
}

.legal-page a,
.legal-page a:visited {
    position: relative;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 rgba(214, 27, 44, 0.82);
}

.legal-page a:hover,
.legal-page a:focus-visible {
    color: #ffffff !important;
    text-shadow:
        0 0 12px rgba(214, 27, 44, 0.18),
        0 0 22px rgba(214, 27, 44, 0.08);
    box-shadow: inset 0 -1px 0 rgba(214, 27, 44, 1);
}

.legal-page br + br {
    display: block;
    content: "";
    margin-top: 6px;
}

.home .page-title,
.home .page_heading,
.home .page-header,
.home .pageHeader,
.home .breadcrumb,
.home .breadcrumbs,
.home .titlebar,
.home .page-intro,
.home .entry-title,
.home h1.page-title,
.home .post-title,
.home .archive-title {
    display: none !important;
}

#header,
#header.blackgate-site-header {
    display: block !important;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    width: 100%;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.88) 70%, rgba(0, 0, 0, 0.82) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.18) 12%, rgba(224, 45, 27, 0.6) 50%, rgba(224, 45, 27, 0.18) 88%, transparent 100%);
    box-shadow:
        0 0 10px rgba(224, 45, 27, 0.2),
        0 0 22px rgba(224, 45, 27, 0.08);
    pointer-events: none;
}

#header.blackgate-site-header > .inner.blackgate-header-shell,
.blackgate-site-header .inner,
.blackgate-header-shell {
    width: var(--blackgate-shell-width);
    max-width: none !important;
    min-height: 88px;
    margin: 0 auto;
    padding: 16px 0 !important;
}

#header.blackgate-site-header > .blackgate-header-shell,
.blackgate-header-shell {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "brand nav";
    align-items: center;
    gap: 22px;
}

#header .blackgate-brand,
#footer .blackgate-footer-brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0;
    float: none !important;
    line-height: 1 !important;
}

#header .blackgate-brand {
    grid-area: brand;
    justify-self: start;
}

#header .blackgate-brand-wordmark,
#footer .blackgate-footer-brand-wordmark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    white-space: nowrap;
    font-family: "Orbitron", sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    line-height: 1 !important;
    letter-spacing: -0.04em;
}

#header .blackgate-brand-wordmark {
    font-size: clamp(28px, 2.8vw, 36px) !important;
}

#footer .blackgate-footer-brand-wordmark {
    font-size: clamp(30px, 3vw, 40px) !important;
}

#header .blackgate-brand-wordmark-black,
#footer .blackgate-footer-brand-wordmark-black {
    color: #ffffff !important;
}

#header .blackgate-brand-wordmark-gate,
#footer .blackgate-footer-brand-wordmark-gate {
    color: var(--blackgate-logo-red) !important;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

#header .blackgate-brand-mark,
#footer .blackgate-footer-brand-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    margin: 0 2px;
}

#header .blackgate-brand-mark {
    min-width: 58px;
}

#footer .blackgate-footer-brand-mark {
    min-width: 54px;
}

#header .blackgate-brand-mark-image,
#footer .blackgate-footer-brand-mark-image {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
}

#header .blackgate-brand-mark-image {
    height: 58px !important;
}

#footer .blackgate-footer-brand-mark-image {
    height: 54px !important;
}

.blackgate-header-navigation {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(14px, 2vw, 26px);
    min-width: 0;
}

#header .blackgate-header-navigation {
    grid-area: nav;
    justify-self: end;
    align-items: center;
    gap: clamp(14px, 1.55vw, 24px);
}

#header .blackgate-header-navigation,
#header .blackgate-language-switcher {
    position: relative;
    z-index: 2;
}

#header .blackgate-header-navigation a,
#header .blackgate-header-navigation .blackgate-primary-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-family: "Inter", sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-shadow: none !important;
}

#header .blackgate-header-navigation .blackgate-primary-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.9) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(224, 45, 27, 0.26);
    transition: transform 0.24s ease;
}

#header .blackgate-header-navigation .blackgate-primary-link:hover,
#header .blackgate-header-navigation .blackgate-primary-link:focus-visible,
#header .blackgate-header-navigation .blackgate-primary-link.is-active {
    color: #ffffff !important;
}

#header .blackgate-header-navigation .blackgate-primary-link:hover::after,
#header .blackgate-header-navigation .blackgate-primary-link:focus-visible::after,
#header .blackgate-header-navigation .blackgate-primary-link.is-active::after {
    transform: scaleX(1);
}

.blackgate-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.blackgate-language-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-shadow: none !important;
}

.blackgate-language-divider {
    position: relative;
    width: 1px;
    top: -2px;
    height: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(224, 45, 27, 0.92) 48%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow:
        0 0 12px rgba(224, 45, 27, 0.2),
        0 0 22px rgba(224, 45, 27, 0.08);
    opacity: 1;
}

.blackgate-language-option::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.9) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(224, 45, 27, 0.26);
    transition: transform 0.24s ease;
}

.blackgate-language-option.is-active::after,
.blackgate-language-option[aria-current="page"]::after {
    transform: scaleX(1);
}

.blackgate-language-option.is-active,
.blackgate-language-option[aria-current="page"] {
    color: #ffffff !important;
    text-shadow: 0 0 12px rgba(224, 45, 27, 0.16);
}

.blackgate-language-option:hover,
.blackgate-language-option:focus-visible,
.blackgate-language-option.is-active,
.blackgate-language-option[aria-current="page"] {
    color: #ffffff !important;
    text-shadow: 0 0 12px rgba(224, 45, 27, 0.16);
}

.blackgate-language-option:hover::after,
.blackgate-language-option:focus-visible::after,
.blackgate-language-option.is-active::after,
.blackgate-language-option[aria-current="page"]::after {
    transform: scaleX(1);
}

.blackgate-site-footer {
    display: block !important;
    position: relative;
    margin-top: clamp(72px, 10vw, 132px);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.88) 16%, rgba(0, 0, 0, 0.975) 40%, #000000 72%) !important;
    overflow: hidden;
}

body.home .blackgate-site-footer,
body.home #footer.blackgate-site-footer,
body.blackgate-homepage .blackgate-site-footer,
body.blackgate-landing-page .blackgate-site-footer {
    margin-top: 0;
}

.blackgate-site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.14) 12%, rgba(224, 45, 27, 0.86) 50%, rgba(224, 45, 27, 0.14) 88%, transparent 100%);
    box-shadow:
        0 0 14px rgba(224, 45, 27, 0.34),
        0 0 32px rgba(224, 45, 27, 0.16);
    pointer-events: none;
    z-index: 2;
}

.blackgate-site-footer::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    top: -4px;
    height: 10px;
    background: radial-gradient(circle at center, rgba(224, 45, 27, 0.28) 0%, rgba(224, 45, 27, 0.08) 34%, transparent 72%);
    filter: blur(10px);
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
}

#footer.blackgate-site-footer .blackgate-footer-shell,
.blackgate-footer-shell {
    position: relative;
    z-index: 3;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px;
    width: min(900px, calc(100% - 48px));
    margin: 0 auto !important;
    padding: clamp(48px, 6vw, 68px) 0 54px !important;
    text-align: center;
}

.blackgate-footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blackgate-footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    width: fit-content;
    margin: 0 auto;
}

.blackgate-footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.012);
    color: rgba(255, 255, 255, 0.58);
    transform: translateY(0);
}

.blackgate-footer-social:hover,
.blackgate-footer-social:focus-visible {
    border-color: rgba(224, 45, 27, 0.9);
    background: rgba(214, 27, 44, 0.2);
    color: #ffffff;
    box-shadow:
        inset 0 0 24px rgba(214, 27, 44, 0.2),
        0 0 28px rgba(214, 27, 44, 0.34),
        0 0 40px rgba(214, 27, 44, 0.12);
    transform: translateY(-3px) scale(1.04);
}

.blackgate-footer-social i {
    font-size: 16px;
    line-height: 1;
}

.blackgate-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 54px;
}

.blackgate-footer-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 6px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    opacity: 0.94;
    transform: translateY(0);
    transition:
        color 0.24s ease,
        text-shadow 0.24s ease,
        transform 0.24s ease;
}

.blackgate-footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 45, 27, 0.9) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(224, 45, 27, 0.26);
    transition: transform 0.24s ease;
}

.blackgate-footer-links a:hover,
.blackgate-footer-links a:focus-visible,
.blackgate-footer-links a.is-active,
.blackgate-footer-links a[aria-current="page"] {
    color: #ffffff;
    text-shadow:
        0 0 14px rgba(214, 27, 44, 0.22),
        0 0 24px rgba(214, 27, 44, 0.1);
}

.blackgate-footer-links a:hover::after,
.blackgate-footer-links a:focus-visible::after,
.blackgate-footer-links a.is-active::after,
.blackgate-footer-links a[aria-current="page"]::after {
    transform: scaleX(1);
}

.blackgate-footer-links a:hover,
.blackgate-footer-links a:focus-visible {
    transform: translateY(-2px);
}

.blackgate-footer-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.22);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.blackgate-site .wp-caption,
.blackgate-site .gallery,
.blackgate-site .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.blackgate-contact-section {
    padding-top: clamp(36px, 4vw, 56px);
}

.blackgate-contact-intro {
    max-width: 760px;
    margin: 0 auto clamp(34px, 4vw, 46px);
    text-align: center;
}

.blackgate-contact-eyebrow {
    margin-bottom: 18px;
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    color: var(--blackgate-logo-red);
    font-size: clamp(18px, 1.55vw, 21px);
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow:
        0 0 10px rgba(214, 27, 44, 0.12),
        0 0 22px rgba(214, 27, 44, 0.04);
    text-wrap: balance;
}

.blackgate-contact-title {
    margin-bottom: 14px;
    font-size: clamp(32px, 5vw, 58px);
    color: #ffffff !important;
    text-shadow: none !important;
}

.blackgate-contact-copy {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 1.65vw, 20px);
    line-height: 1.55;
}

.blackgate-contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, 324px) minmax(0, 1fr);
    gap: clamp(34px, 4vw, 52px);
    align-items: start;
}

.blackgate-contact-direct,
.blackgate-contact-form-shell {
    position: relative;
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.blackgate-contact-direct {
    padding: 28px 0 0;
}

.blackgate-contact-form-shell {
    padding: 28px 0 0;
}

.blackgate-contact-direct::before,
.blackgate-contact-form-shell::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 138px;
    height: 1px;
    background: linear-gradient(90deg, rgba(214, 27, 44, 0.92) 0%, rgba(214, 27, 44, 0.18) 100%);
    box-shadow:
        0 0 14px rgba(214, 27, 44, 0.18),
        0 0 28px rgba(214, 27, 44, 0.06);
}

.blackgate-contact-direct-title,
.blackgate-contact-form-title {
    margin-bottom: 10px;
    font-size: clamp(20px, 2.3vw, 28px);
    line-height: 1.05;
    color: #ffffff !important;
    text-shadow: none !important;
}

.blackgate-contact-direct-copy,
.blackgate-contact-form-copy {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.56;
}

.blackgate-contact-options {
    display: grid;
    gap: 20px;
}

.blackgate-contact-option,
.blackgate-contact-option:visited {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 14px 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 100%);
    color: rgba(255, 255, 255, 0.86) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        inset 0 0 0 1px rgba(214, 27, 44, 0.06);
    text-shadow: none !important;
}

.blackgate-contact-option::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(214, 27, 44, 0.88) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(214, 27, 44, 0.14);
}

.blackgate-contact-option:hover,
.blackgate-contact-option:focus-visible {
    border-color: rgba(214, 27, 44, 0.42);
    background: linear-gradient(180deg, rgba(214, 27, 44, 0.06) 0%, rgba(0, 0, 0, 0.14) 100%);
    color: #ffffff !important;
}

.blackgate-contact-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(214, 27, 44, 0.34);
    border-radius: 999px;
    background: rgba(214, 27, 44, 0.08);
    color: rgba(214, 27, 44, 0.9);
    font-size: 16px;
    line-height: 1;
}

.blackgate-contact-option-body {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.blackgate-contact-option-label {
    color: #ffffff;
    font-family: "Orbitron", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.05;
    text-transform: uppercase;
}

.blackgate-contact-option-value {
    color: rgba(255, 255, 255, 0.74);
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.35;
    word-break: break-word;
}

.blackgate-contact-form {
    margin: 0;
}

.blackgate-contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.blackgate-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.blackgate-contact-field {
    min-width: 0;
}

.blackgate-contact-field.is-full {
    grid-column: 1 / -1;
}

.blackgate-contact-field label {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Orbitron", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-transform: uppercase;
}

.blackgate-contact-control {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.12) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        inset 0 0 0 1px rgba(214, 27, 44, 0.04);
}

.blackgate-contact-control::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(214, 27, 44, 0.88) 50%, transparent 100%);
    box-shadow: 0 0 12px rgba(214, 27, 44, 0.14);
    pointer-events: none;
}

.blackgate-contact-control.is-textarea {
    display: block;
    min-height: 176px;
}

.blackgate-contact-control.is-textarea textarea {
    min-height: 176px;
    resize: vertical;
}

.blackgate-contact-form-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 16px 24px;
    margin-top: 22px;
}

.blackgate-contact-form-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.45;
}

.blackgate-contact-submit {
    justify-self: end;
    white-space: nowrap;
}

.blackgate-contact-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(214, 27, 44, 0.24);
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.28);
}

.blackgate-contact-notice.is-success {
    border-color: rgba(214, 27, 44, 0.42);
    background: rgba(214, 27, 44, 0.08);
}

.blackgate-contact-notice.is-error {
    border-color: rgba(214, 27, 44, 0.26);
    background: rgba(214, 27, 44, 0.04);
}

.blackgate-site input[type="text"],
.blackgate-site input[type="email"],
.blackgate-site input[type="url"],
.blackgate-site input[type="search"],
.blackgate-site input[type="tel"],
.blackgate-site textarea,
.blackgate-site select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    padding: 14px 16px;
}

.blackgate-site input[type="text"]:focus,
.blackgate-site input[type="email"]:focus,
.blackgate-site input[type="url"]:focus,
.blackgate-site input[type="search"]:focus,
.blackgate-site input[type="tel"]:focus,
.blackgate-site textarea:focus,
.blackgate-site select:focus {
    outline: none;
    border-color: rgba(224, 45, 27, 0.68);
    box-shadow: 0 0 0 1px rgba(224, 45, 27, 0.22), 0 0 18px rgba(224, 45, 27, 0.12);
}

.blackgate-site input[type="submit"],
.blackgate-site button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(224, 45, 27, 0.46);
    background: rgba(224, 45, 27, 0.08);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.blackgate-site input[type="submit"]:hover,
.blackgate-site input[type="submit"]:focus-visible,
.blackgate-site button[type="submit"]:hover,
.blackgate-site button[type="submit"]:focus-visible {
    box-shadow:
        inset 0 0 18px rgba(224, 45, 27, 0.08),
        0 0 18px rgba(224, 45, 27, 0.18);
}

.blackgate-site.blackgate-contact-form input[type="text"],
.blackgate-site.blackgate-contact-form input[type="email"],
.blackgate-site.blackgate-contact-form input[type="tel"],
.blackgate-site.blackgate-contact-form textarea {
    border: 0;
    background: transparent;
    color: #ffffff !important;
    caret-color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    opacity: 1;
    font-family: "Orbitron", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    box-shadow: none;
    text-shadow: none;
}

.blackgate-site.blackgate-contact-form input[type="text"],
.blackgate-site.blackgate-contact-form input[type="email"],
.blackgate-site.blackgate-contact-form input[type="tel"] {
    min-height: 72px;
    padding: 0 16px;
}

.blackgate-site.blackgate-contact-form input[type="text"]:focus,
.blackgate-site.blackgate-contact-form input[type="email"]:focus,
.blackgate-site.blackgate-contact-form input[type="tel"]:focus,
.blackgate-site.blackgate-contact-form textarea:focus {
    outline: none;
}

.blackgate-site.blackgate-contact-form textarea {
    padding: 22px 16px 16px;
}

.blackgate-contact-control:focus-within {
    border-color: rgba(214, 27, 44, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(214, 27, 44, 0.72),
        inset 0 0 18px rgba(214, 27, 44, 0.05),
        0 0 0 1px rgba(214, 27, 44, 0.16),
        0 0 18px rgba(214, 27, 44, 0.1);
}

.blackgate-site.blackgate-contact-form input::placeholder,
.blackgate-site.blackgate-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.32);
}

.blackgate-site.blackgate-contact-form input:-webkit-autofill,
.blackgate-site.blackgate-contact-form input:-webkit-autofill:hover,
.blackgate-site.blackgate-contact-form input:-webkit-autofill:focus,
.blackgate-site.blackgate-contact-form textarea:-webkit-autofill,
.blackgate-site.blackgate-contact-form textarea:-webkit-autofill:hover,
.blackgate-site.blackgate-contact-form textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.01) inset;
    transition: background-color 9999s ease-in-out 0s;
}

@media (max-width: 980px) {
    .blackgate-contact-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 1100px) {
    .blackgate-header-shell {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "brand"
            "nav";
        align-items: center;
        justify-items: center;
        gap: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #header .blackgate-brand {
        justify-self: center;
    }

    #header .blackgate-header-navigation {
        width: 100%;
        justify-self: center;
        justify-content: center;
    }

    .blackgate-home-craft-pillars {
        grid-template-columns: minmax(0, 1fr);
    }

    .blackgate-editorial-carousel {
        width: min(1180px, calc(100vw - 40px));
    }

    .blackgate-editorial-carousel-meta {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        padding: 0 18px;
    }

    .blackgate-editorial-carousel-credits {
        justify-content: flex-start;
        margin-left: 0;
    }

    .blackgate-editorial-slideshow {
        width: min(1180px, calc(100vw - 40px));
    }
}

@media (max-width: 768px) {
    body {
        font-size: 17px;
    }

    body::before {
        background-size: 42px 42px;
        opacity: 0.5;
    }

    #page {
        padding-top: 22px;
    }

    .blackgate-brand {
        width: 100%;
        justify-content: center;
    }

    .blackgate-header-shell {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "brand"
            "nav";
        justify-items: center;
        gap: 14px;
    }

    #header .blackgate-header-navigation {
        justify-self: center;
        justify-content: center;
        gap: 12px 18px;
    }

    #header .blackgate-brand-mark {
        min-width: 44px;
    }

    #header .blackgate-brand-mark-image {
        height: 44px !important;
    }

    #header .blackgate-brand-wordmark {
        font-size: 22px;
        gap: 8px;
    }

    #header .blackgate-header-navigation a,
    #header .blackgate-header-navigation .blackgate-primary-link {
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .blackgate-language-switcher {
        gap: 6px;
        margin-left: 14px;
    }

    .blackgate-language-option {
        padding: 8px 0;
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    .blackgate-language-divider {
        top: -1px;
        height: 18px;
    }

    .blackgate-home-hero {
        padding-top: 72px;
        padding-bottom: 0;
    }

    .blackgate-home-hero-title {
        font-size: clamp(28px, 9.4vw, 54px);
    }

    .blackgate-home-hero-shell {
        transform: translateY(-30px);
    }

    .blackgate-home-hero-eyebrow {
        font-size: clamp(8px, 2.64vw, 15px);
        letter-spacing: 0.08em;
    }

    .blackgate-home-hero-line + .blackgate-home-hero-line,
    .blackgate-home-hero-title-top + .blackgate-home-hero-title-bottom {
        margin-top: -0.05em;
    }

    .blackgate-home-hero-lead,
    .blackgate-home-craft-lead,
    .blackgate-home-craft-intro-copy {
        line-height: 1.5;
    }

    .blackgate-home-craft-emphasis,
    .blackgate-home-craft-closing-copy {
        line-height: 1.45;
    }

    .blackgate-home-hero-lead,
    .blackgate-home-hero h3.blackgate-home-hero-lead,
    .blackgate-home-hero p.blackgate-home-hero-lead {
        font-size: clamp(20px, 6.6vw, 38px);
        line-height: 1.06;
    }

    .blackgate-home-craft-title {
        gap: 0;
        margin-bottom: 6px;
    }

    .blackgate-home-craft-lead {
        margin-top: -4px;
    }

    .blackgate-home-craft-kicker {
        font-size: clamp(15px, 4.1vw, 20px);
        line-height: 1.18;
    }

    .blackgate-home-craft-pillars {
        gap: 18px;
        margin-top: 42px;
    }

    .blackgate-home-craft-pillar {
        padding: 24px 22px 22px;
    }

    .blackgate-editorial-carousel {
        width: min(1180px, calc(100vw - 28px));
        padding: 16px 0 14px;
        margin-top: 78px;
    }

    .blackgate-editorial-carousel-stage {
        aspect-ratio: 4 / 5;
    }

    .blackgate-editorial-carousel-meta {
        margin-top: 18px;
        gap: 14px;
        padding: 0 14px;
    }

    .blackgate-editorial-carousel-header {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        margin-bottom: 10px;
    }

    .blackgate-editorial-carousel-kicker {
        margin-bottom: 6px;
        font-size: 10px;
        letter-spacing: 0.22em;
    }

    .blackgate-editorial-carousel-title {
        font-size: clamp(20px, 5.8vw, 28px);
        line-height: 0.98;
    }

    .blackgate-editorial-carousel-description {
        font-size: 15px;
        line-height: 1.44;
    }

    .blackgate-editorial-carousel-credits {
        justify-content: flex-start;
        gap: 8px;
    }

    .blackgate-editorial-carousel-credits a,
    .blackgate-editorial-carousel-credits a:visited {
        min-height: 32px;
        padding: 0 10px;
        font-size: 8px;
        letter-spacing: 0.14em;
    }

    .blackgate-editorial-carousel-credits a i {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    .blackgate-editorial-carousel.is-mobile-static {
        margin-bottom: 62px;
    }

    .blackgate-editorial-carousel.is-mobile-static .blackgate-editorial-carousel-stage {
        aspect-ratio: 4 / 5;
    }

    .blackgate-editorial-carousel.is-mobile-static .blackgate-editorial-carousel-meta {
        margin-top: 16px;
    }

    .blackgate-editorial-carousel.is-mobile-static .blackgate-editorial-carousel-description {
        max-width: none;
    }

    .blackgate-editorial-slideshow {
        width: min(1180px, calc(100vw - 28px));
        padding: 16px 0;
        margin-top: 78px;
    }

    .blackgate-contact-direct,
    .blackgate-contact-form-shell {
        padding: 24px 20px 20px;
    }

    .blackgate-contact-fields {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .blackgate-contact-form-footer {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .blackgate-contact-submit {
        width: 100%;
    }

    .blackgate-editorial-slideshow-stage {
        aspect-ratio: 4 / 5;
    }

    .blackgate-editorial-slideshow-control {
        width: 42px;
        height: 42px;
    }

    .blackgate-editorial-slideshow-control.is-previous {
        left: 12px;
    }

    .blackgate-editorial-slideshow-control.is-next {
        right: 12px;
    }

    .blackgate-editorial-slide-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 18px 18px 16px;
    }

    .blackgate-editorial-slide-title {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .blackgate-editorial-slide-credit {
        font-size: 9px;
        letter-spacing: 0.2em;
    }

    .blackgate-footer-shell {
        gap: 20px;
        padding-top: 38px;
        padding-bottom: 42px;
    }

    .blackgate-footer-brand {
        width: 100%;
        justify-content: center;
    }

    #footer .blackgate-footer-brand-mark {
        min-width: 38px;
    }

    #footer .blackgate-footer-brand-mark-image {
        height: 38px !important;
    }

    #footer .blackgate-footer-brand-wordmark {
        font-size: 26px;
        gap: 8px;
    }

    .blackgate-footer-links {
        gap: 10px 24px;
    }

    .blackgate-footer-links a {
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .blackgate-footer-copy {
        font-size: 8px;
        letter-spacing: 0.22em;
    }
}

@media (max-width: 520px) {
    :root {
        --blackgate-shell-width: min(1240px, calc(100% - 28px));
        --blackgate-content-width: min(1080px, calc(100% - 28px));
    }

    .blackgate-home-hero-lead,
    .blackgate-home-craft-lead,
    .blackgate-home-craft-emphasis,
    .blackgate-home-craft-intro-copy {
        font-size: 15px;
    }

    .blackgate-home-craft-pillar-copy {
        font-size: 16px;
    }

    .blackgate-home-craft-kicker {
        font-size: 18px;
    }

    .blackgate-home-craft-closing-title {
        font-size: 18px;
    }

    .blackgate-home-craft-closing-copy {
        font-size: 16px;
    }

    .blackgate-editorial-carousel-title {
        font-size: 20px;
    }

    .blackgate-editorial-carousel-description {
        font-size: 15px;
    }

    .blackgate-editorial-slideshow-dot {
        width: 28px;
    }

    .blackgate-footer-socials {
        gap: 10px;
    }

    .blackgate-footer-social {
        width: 38px;
        height: 38px;
    }

    .blackgate-footer-social i {
        font-size: 15px;
    }

    .blackgate-contact-option {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .blackgate-contact-option-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .blackgate-contact-option-label {
        font-size: 11px;
    }

    .blackgate-contact-option-value {
        font-size: 12px;
        letter-spacing: 0.05em;
    }

    .blackgate-contact-copy,
    .blackgate-contact-direct-copy,
    .blackgate-contact-form-copy {
        font-size: 14px;
    }

}
