:root {
    --bg: #07121b;
    --panel: #0d1d29;
    --panel-2: #132838;
    --line: rgba(116, 184, 215, 0.18);
    --line-strong: rgba(173, 209, 224, 0.36);
    --text: #f4f1e8;
    --muted: #a7bdc4;
    --amber: #c7a253;
    --danger: #ff5f4f;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 110px;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, Raleway, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

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

input,
textarea {
    color: white;
}

.custom-select {
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.custom-select option {
    color: #000;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 18px clamp(22px, 5vw, 78px);
    border-bottom: 1px solid rgba(116, 184, 215, 0.12);
    background: rgba(7, 18, 27, 0.78);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    color: var(--text);
}

.brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.brand-logo {
    display: block;
    width: clamp(112px, 12vw, 154px);
    max-width: 154px;
    max-height: 75px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.68));
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3.3vw, 52px);
}

.site-nav a {
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    white-space: nowrap;
}

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

.message {
    position: relative;
    z-index: 12;
    width: min(1040px, calc(100% - 36px));
    margin: 112px auto -82px;
    padding: 16px 18px;
    border: 1px solid var(--line-strong);
    background: rgba(13, 29, 41, 0.96);
    box-shadow: 0 18px 44px rgba(2, 10, 16, 0.32);
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.45;
    text-transform: uppercase;
}

.message::before {
    content: "Notice";
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 0.68rem;
    letter-spacing: 0.32em;
}

.message.success {
    border-color: rgba(199, 162, 83, 0.72);
    background: linear-gradient(
        135deg,
        rgba(28, 51, 46, 0.98),
        rgba(13, 29, 41, 0.96)
    );
}

.message.success::before {
    content: "Submitted";
    color: var(--amber);
}

.message.error {
    border-color: rgba(255, 95, 79, 0.72);
    background: linear-gradient(
        135deg,
        rgba(62, 27, 25, 0.98),
        rgba(13, 29, 41, 0.96)
    );
}

.message.error::before {
    content: "Action Required";
    color: var(--danger);
}

.message.warning::before {
    content: "Check";
    color: var(--amber);
}

.message.hidden {
    display: none;
}

.hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid var(--line);
    background: var(--bg);
}

.hero-media,
.hero-grid {
    position: absolute;
    inset: 0;
}

.hero-media {
    z-index: -3;
    background-image:
        linear-gradient(90deg, rgba(7, 18, 27, 0.98) 0%, rgba(7, 18, 27, 0.9) 38%, rgba(10, 35, 52, 0.58) 70%, rgba(7, 18, 27, 0.74) 100%),
        linear-gradient(0deg, rgba(7, 18, 27, 1) 0%, rgba(7, 18, 27, 0.1) 38%),
        linear-gradient(135deg, rgba(75, 158, 199, 0.22), transparent 42%),
        url('../img/byc-dashboard-bg.png');
    background-position: center;
    background-size: cover;
}

.hero-grid {
    z-index: -2;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(116, 184, 215, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.16) 1px, transparent 1px);
    background-size: 88px 88px;
}

.hero-shell {
    display: block;
    width: 100%;
    padding: clamp(124px, 14vh, 170px) clamp(22px, 6vw, 92px) 56px;
    margin: 0 auto;
}

.hero-content {
    max-width: 820px;
    min-width: 0;
}

.section-code,
.eyebrow {
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.section-code {
    margin-bottom: 24px;
    color: rgba(244, 241, 232, 0.72);
    font-size: clamp(1.25rem, 1.3vw, 1.8rem);
    letter-spacing: 0.62em;
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--amber);
    font-size: clamp(1.15rem, 1.05vw, 1.45rem);
    letter-spacing: 0.38em;
}

h1,
h2,
h3,
p,
dl {
    margin-top: 0;
}

h1 {
    max-width: 820px;
    margin-bottom: 30px;
    font-size: clamp(3.35rem, 4vw, 6rem);
    line-height: 1.06;
    font-weight: 950;
    text-transform: uppercase;
    white-space: normal;
}

#hero-title span {
    display: block;
}

.hero-copy {
    max-width: 920px;
    margin-bottom: 30px;
    color: rgba(244, 241, 232, 0.78);
    font-size: clamp(1.45rem, 1.32vw, 1.9rem);
    line-height: 1.55;
    white-space: normal;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
}

.btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid var(--line-strong);
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.btn-primary {
    border-color: var(--amber);
    background: var(--amber);
    color: #0b0d0b;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.04);
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.hero-note {
    margin: 0;
    color: rgba(244, 241, 232, 0.58);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.5;
    white-space: normal;
}

.hero-card-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 0 clamp(22px, 6vw, 92px) 42px;
    margin: 0 auto;
}

.hero-card {
    min-width: 0;
    min-height: 174px;
    padding: 34px 36px 30px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(9, 25, 37, 0.64);
    box-shadow: 0 24px 52px rgba(2, 10, 16, 0.24);
}

.hero-card strong {
    display: block;
    margin-bottom: 12px;
    color: var(--text);
    font-size: clamp(4.2rem, 5.1vw, 6.6rem);
    font-weight: 950;
    line-height: 0.95;
}

.hero-card span {
    display: block;
    color: rgba(198, 218, 225, 0.9);
    font-size: clamp(1.12rem, 1.4vw, 1.7rem);
    font-weight: 950;
    letter-spacing: 0.28em;
    line-height: 1.25;
    text-transform: uppercase;
}

.metrics {
    display: grid;
    width: min(680px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.metrics div {
    min-height: 82px;
    padding: 14px 18px;
    background: rgba(9, 25, 37, 0.78);
}

.metrics dt {
    margin-bottom: 5px;
    color: var(--text);
    font-size: clamp(2.8rem, 3.2vw, 4.2rem);
    font-weight: 950;
    line-height: 1;
}

.metrics dd {
    margin: 0;
    color: var(--muted);
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.trust-strip {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 16px 0 15px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(7, 18, 27, 0.92);
    color: rgba(244, 241, 232, 0.74);
    font-size: 1.1rem;
    font-weight: 950;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent,
        #000 8%,
        #000 92%,
        transparent
    );
    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 8%,
        #000 92%,
        transparent
    );
}

.trust-strip__track {
    display: flex;
    width: max-content;
    animation: trustMarquee 34s linear infinite;
}

.trust-strip__group {
    display: flex;
    flex: 0 0 auto;
    gap: 44px;
    padding-right: 44px;
}

.trust-strip__group span {
    flex: 0 0 auto;
}

@keyframes trustMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-33.333%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-strip__track {
        animation: none;
        transform: translateX(0);
    }
}

.reporting-expertise {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 8vw, 114px) clamp(22px, 6vw, 92px);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(rgba(116, 184, 215, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.03) 1px, transparent 1px),
        #081722;
    background-size: 88px 88px;
}

.reporting-expertise::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 18, 27, 0.72), transparent 28%, transparent 72%, rgba(7, 18, 27, 0.72)),
        linear-gradient(0deg, rgba(7, 18, 27, 0.84), transparent 34%, rgba(7, 18, 27, 0.36));
    content: "";
    pointer-events: none;
}

.reporting-expertise__heading,
.reporting-domain-grid {
    position: relative;
    z-index: 1;
}

.reporting-domain-grid {
    display: flex;
    align-items: stretch;
    gap: 1px;
    border: 1px solid rgba(173, 209, 224, 0.26);
    background: rgba(173, 209, 224, 0.18);
    box-shadow: 0 30px 90px rgba(2, 10, 16, 0.36);
}

.reporting-domain-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    min-height: clamp(440px, 42vw, 620px);
    overflow: hidden;
    background: #0a141d;
    cursor: pointer;
    isolation: isolate;
    transition:
        flex-grow 360ms ease,
        opacity 360ms ease,
        filter 360ms ease;
}

.reporting-domain-card:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: -6px;
}

.reporting-domain-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 420ms ease, filter 420ms ease;
}

.reporting-domain-grid.is-expanded .reporting-domain-card {
    flex-grow: 0.58;
}

.reporting-domain-grid.is-expanded .reporting-domain-card.is-open {
    flex-grow: 2.65;
}

.reporting-domain-card::before,
.reporting-domain-card::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
}

.reporting-domain-card::before {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(7, 18, 27, 0.04), rgba(7, 18, 27, 0.16) 46%, rgba(7, 18, 27, 0.82) 100%),
        linear-gradient(90deg, rgba(7, 18, 27, 0.32), transparent 48%, rgba(7, 18, 27, 0.18));
}

.reporting-domain-card::after {
    z-index: 2;
    inset: auto 0 0;
    height: 11px;
    background: repeating-linear-gradient(
        90deg,
        var(--amber) 0 3px,
        transparent 3px 7px
    );
    opacity: 0.88;
}

.reporting-domain-card:hover img,
.reporting-domain-card:focus-visible img {
    filter: saturate(1.08) contrast(1.06);
    transform: scale(1.08);
}

.reporting-domain-card.is-open img {
    filter: blur(1.5px) saturate(0.82) contrast(0.92) brightness(0.64);
    transform: scale(1.1);
}

.reporting-domain-card__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: grid;
    gap: 0;
    min-height: 118px;
    align-content: end;
    padding: 28px clamp(20px, 2.4vw, 34px) 36px;
    background: linear-gradient(180deg, transparent, rgba(5, 13, 20, 0.54) 34%, rgba(5, 13, 20, 0.9));
    transition: min-height 320ms ease, background 320ms ease;
}

.reporting-domain-card.is-open .reporting-domain-card__content {
    top: 0;
    min-height: 100%;
    gap: 18px;
    align-content: center;
    padding: clamp(30px, 4vw, 64px);
    background: rgba(5, 13, 20, 0.58);
    backdrop-filter: blur(8px);
}

.reporting-domain-card__content span {
    color: var(--amber);
    font-size: clamp(2.4rem, 3vw, 4.35rem);
    font-weight: 950;
    line-height: 0.95;
    text-transform: uppercase;
}

.reporting-domain-card__content p {
    max-width: 32ch;
    max-height: 0;
    margin-bottom: 0;
    color: rgba(244, 241, 232, 0.78);
    font-size: clamp(1rem, 1vw, 1.22rem);
    font-weight: 750;
    line-height: 1.45;
    opacity: 0;
    overflow: hidden;
    transform: translateY(12px);
    visibility: hidden;
    transition: max-height 260ms ease, opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
}

.reporting-domain-card.is-open .reporting-domain-card__content p {
    max-width: 46ch;
    max-height: 7em;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.challenge {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 9vw, 126px) clamp(22px, 6vw, 92px);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        var(--bg);
    background-size: 88px 88px;
}

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

.challenge::before {
    opacity: 0.18;
    background:
        linear-gradient(
            31deg,
            transparent 0 19%,
            rgba(199, 162, 83, 0.18) 19.1% 19.25%,
            transparent 19.35% 100%
        ),
        linear-gradient(
            143deg,
            transparent 0 28%,
            rgba(116, 184, 215, 0.18) 28.1% 28.25%,
            transparent 28.35% 100%
        ),
        linear-gradient(
            116deg,
            transparent 0 43%,
            rgba(199, 162, 83, 0.15) 43.1% 43.25%,
            transparent 43.35% 100%
        ),
        linear-gradient(
            24deg,
            transparent 0 61%,
            rgba(116, 184, 215, 0.16) 61.1% 61.25%,
            transparent 61.35% 100%
        );
}

.challenge::after {
    opacity: 0.22;
    background:
        repeating-linear-gradient(
            0deg,
            transparent 0 17px,
            rgba(116, 184, 215, 0.28) 18px 19px,
            transparent 20px 44px
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0 17px,
            rgba(116, 184, 215, 0.28) 18px 19px,
            transparent 20px 44px
        );
    mask-image: radial-gradient(
        ellipse at 56% 48%,
        #000 0 48%,
        transparent 72%
    );
}

.section-heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(180px, 32vw) minmax(0, 1fr);
    gap: 24px;
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 68px);
}

.section-heading .eyebrow {
    margin-bottom: 0;
}

.section-heading h2 {
    justify-self: end;
    min-width: 0;
    max-width: 100%;
    text-align: right;
    white-space: nowrap;
}

h2 {
    margin-bottom: 0;
    font-size: clamp(3.25rem, 4.15vw, 5.35rem);
    line-height: 0.92;
    font-weight: 950;
    text-transform: uppercase;
}

.challenge-visual {
    position: relative;
    z-index: 1;
    min-height: clamp(280px, 33vw, 470px);
    margin: -18px 0 clamp(28px, 4vw, 48px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--panel);
    box-shadow: 0 24px 82px rgba(2, 10, 16, 0.34);
}

.challenge-visual::before,
.challenge-visual::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
}

.challenge-visual::before {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(7, 18, 27, 0.86),
            rgba(7, 18, 27, 0.16) 48%,
            rgba(7, 18, 27, 0.82)
        ),
        linear-gradient(0deg, rgba(7, 18, 27, 0.86), transparent 42%);
}

.challenge-visual::after {
    z-index: 2;
    inset: 18px;
    border: 1px solid rgba(116, 184, 215, 0.2);
    background:
        linear-gradient(rgba(116, 184, 215, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
}

.challenge-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.challenge-visual figcaption {
    position: absolute;
    right: clamp(22px, 4vw, 46px);
    bottom: clamp(22px, 4vw, 42px);
    left: clamp(22px, 4vw, 46px);
    z-index: 3;
    display: grid;
    max-width: 650px;
    gap: 10px;
    margin: 0;
}

.challenge-visual figcaption span {
    color: var(--amber);
    font-size: clamp(0.9rem, 0.9vw, 1.1rem);
    font-weight: 950;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.challenge-visual figcaption strong {
    color: var(--text);
    font-size: clamp(2rem, 2.5vw, 3.45rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.threat-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.threat-card {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--panel);
    box-shadow: 0 20px 70px rgba(2, 10, 16, 0.28);
}

.threat-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.threat-meta span,
.threat-card small,
.threat-meta strong {
    font-size: 1.15rem;
    font-weight: 950;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.threat-meta span {
    color: var(--amber);
}

.threat-meta strong {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid rgba(159, 170, 165, 0.26);
    background: rgba(159, 170, 165, 0.08);
    color: var(--muted);
    font-size: 1rem;
    letter-spacing: 0.18em;
}

.threat-meta .risk-high {
    border-color: rgba(255, 95, 79, 0.36);
    background: rgba(255, 95, 79, 0.1);
    color: var(--danger);
}

.threat-body {
    max-width: 660px;
}

.threat-card h3 {
    margin-bottom: 14px;
    font-size: clamp(2.1rem, 2.2vw, 3rem);
    line-height: 1.08;
    font-weight: 950;
}

.threat-card p {
    margin-bottom: 0;
    color: rgba(244, 241, 232, 0.7);
    font-size: 1.55rem;
    line-height: 1.5;
}

.threat-card small {
    display: block;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(244, 241, 232, 0.58);
    line-height: 1.45;
}

.strengths {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 8vw, 116px) clamp(22px, 6vw, 92px);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        var(--bg);
    background-size: 88px 88px;
    color: var(--text);
}

.strengths::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        145deg,
        rgba(116, 184, 215, 0.08),
        transparent 40%
    );
    content: "";
    opacity: 0.72;
    pointer-events: none;
}

.strengths .eyebrow {
    color: var(--amber);
}

.strengths-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.strength-card {
    position: relative;
    display: flex;
    min-height: 292px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(22px, 2.5vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--panel);
    box-shadow: 0 20px 70px rgba(2, 10, 16, 0.28);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.strength-card:hover,
.strength-card:focus-within {
    border-color: rgba(199, 162, 83, 0.48);
    box-shadow: 0 26px 80px rgba(2, 10, 16, 0.36);
    transform: translateY(-5px);
}

.strength-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 44px;
}

.strength-id {
    color: rgba(244, 241, 232, 0.52);
    font-size: 1.1rem;
    font-weight: 950;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.strength-icon {
    position: relative;
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(199, 162, 83, 0.52);
    background: rgba(7, 18, 27, 0.88);
    color: var(--amber);
    box-shadow: 0 12px 28px rgba(2, 10, 16, 0.28);
    transition:
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.strength-card:hover .strength-icon,
.strength-card:focus-within .strength-icon {
    border-color: var(--amber);
    background: var(--amber);
    color: #0a1821;
    transform: scale(1.11) rotate(-2deg);
}

.strength-icon::before,
.strength-icon::after {
    position: absolute;
    content: "";
}

.strength-icon__svg {
    width: 40px;
    height: 40px;
    color: currentColor;
}

.strength-icon__svg path,
.strength-icon__svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.strength-icon--visibility::before {
    width: 30px;
    height: 18px;
    border: 3px solid currentColor;
    border-radius: 50%;
}

.strength-icon--visibility::after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: currentColor;
}

.strength-icon--custom::before {
    width: 32px;
    height: 24px;
    border: 3px solid currentColor;
    border-radius: 4px;
}

.strength-icon--custom::after {
    width: 22px;
    height: 3px;
    background: currentColor;
    box-shadow:
        0 -7px 0 currentColor,
        0 7px 0 currentColor;
}

.strength-card h3 {
    max-width: 320px;
    margin-bottom: 16px;
    font-size: clamp(1.9rem, 1.7vw, 2.35rem);
    line-height: 1.08;
    font-weight: 950;
    text-transform: uppercase;
}

.strength-card p {
    margin-bottom: 0;
    color: rgba(244, 241, 232, 0.7);
    font-size: 1.32rem;
    line-height: 1.48;
}

.software-gallery {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 8vw, 116px) clamp(22px, 6vw, 92px);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        #08151f;
    background-size: 88px 88px;
}

.software-gallery::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        290deg,
        rgba(116, 184, 215, 0.06),
        transparent 44%
    );
    content: "";
    opacity: 0.68;
    pointer-events: none;
}

.software-gallery__intro {
    position: relative;
    z-index: 1;
    max-width: 840px;
    margin: -34px 0 clamp(34px, 4.5vw, 58px) auto;
    color: rgba(244, 241, 232, 0.72);
    font-size: clamp(1.35rem, 1.35vw, 1.72rem);
    line-height: 1.52;
}

.software-gallery-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.software-card {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--panel);
    box-shadow: 0 20px 70px rgba(2, 10, 16, 0.28);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.software-card:hover,
.software-card:focus-within {
    border-color: rgba(199, 162, 83, 0.5);
    box-shadow: 0 26px 80px rgba(2, 10, 16, 0.38);
    transform: translateY(-5px);
}

.software-shot {
    position: relative;
    aspect-ratio: 1919 / 945;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(19, 40, 56, 0.94), rgba(8, 21, 31, 0.98)),
        var(--panel-2);
}

.software-shot::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 18, 27, 0.08), transparent 46%),
        linear-gradient(0deg, rgba(7, 18, 27, 0.28), transparent 38%);
    content: "";
    pointer-events: none;
    z-index: 1;
}

.software-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
    transform: scale(1);
    transform-origin: top left;
    transition: transform 220ms ease;
}

.software-card:hover .software-shot img,
.software-card:focus-within .software-shot img {
    transform: scale(1.035);
}

.software-card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 8px;
    min-height: 112px;
    align-content: end;
    padding: 52px 22px 20px;
    background: linear-gradient(
        0deg,
        rgba(7, 18, 27, 0.96),
        rgba(7, 18, 27, 0.72) 64%,
        transparent
    );
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.software-card:hover figcaption,
.software-card:focus-within figcaption {
    opacity: 1;
    transform: translateY(0);
}

.software-card figcaption strong {
    color: var(--text);
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
}

.software-card figcaption span {
    color: rgba(244, 241, 232, 0.72);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.42;
}

.video-showcase {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 6vw, 82px) clamp(22px, 6vw, 92px);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(7, 18, 27, 0.98), rgba(10, 28, 41, 0.98)),
        #07121b;
}

.video-showcase::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(116, 184, 215, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.05) 1px, transparent 1px);
    background-size: 74px 74px;
    content: "";
    opacity: 0.8;
    pointer-events: none;
}

.video-showcase::after {
    position: absolute;
    right: -12vw;
    bottom: -24vw;
    width: 46vw;
    min-width: 420px;
    aspect-ratio: 1;
    border: 1px solid rgba(199, 162, 83, 0.22);
    content: "";
    opacity: 0.5;
    transform: rotate(18deg);
    pointer-events: none;
}

.video-showcase .section-heading {
    grid-template-columns: minmax(180px, 24vw) minmax(0, 1fr);
    margin-bottom: clamp(24px, 2.4vw, 34px);
}

.video-showcase h2 {
    font-size: clamp(2.75rem, 4vw, 5rem);
    line-height: 1;
}

.video-showcase__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: clamp(26px, 4vw, 54px);
    align-items: stretch;
}

.video-showcase__frame {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(300px, 27vw, 460px);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    appearance: none;
    background:
        linear-gradient(
            90deg,
            rgba(7, 18, 27, 0.82),
            rgba(7, 18, 27, 0.2) 48%,
            rgba(7, 18, 27, 0.82)
        ),
        linear-gradient(
            0deg,
            rgba(7, 18, 27, 0.88),
            rgba(7, 18, 27, 0.08) 52%,
            rgba(7, 18, 27, 0.58)
        ),
        linear-gradient(135deg, rgba(116, 184, 215, 0.14), transparent 34%),
        linear-gradient(315deg, rgba(199, 162, 83, 0.18), transparent 30%),
        linear-gradient(rgba(116, 184, 215, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.06) 1px, transparent 1px),
        url("../img/byc-network-earth-02.png"), #0d1d29;
    background-position: center;
    background-size:
        auto,
        auto,
        auto,
        auto,
        42px 42px,
        42px 42px,
        cover,
        auto;
    box-shadow: 0 28px 90px rgba(2, 10, 16, 0.42);
    color: var(--text);
    cursor: pointer;
    font: inherit;
    text-align: inherit;
}

.video-showcase__frame::before,
.video-showcase__frame::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.video-showcase__frame::before {
    inset: 18px;
    border: 1px solid rgba(116, 184, 215, 0.2);
}

.video-showcase__frame::after {
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 18, 27, 0.76),
            transparent 28%,
            transparent 72%,
            rgba(7, 18, 27, 0.76)
        ),
        radial-gradient(
            circle at 50% 46%,
            rgba(116, 184, 215, 0.16),
            transparent 28%
        );
}

.video-showcase__scanline {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(244, 241, 232, 0.12),
        transparent
    );
    opacity: 0.42;
    transform: translateY(-48%);
    transition: transform 260ms ease;
}

.video-showcase__frame:hover .video-showcase__scanline,
.video-showcase__frame:focus .video-showcase__scanline {
    transform: translateY(48%);
}

.video-showcase__hud {
    position: absolute;
    right: 28px;
    left: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(244, 241, 232, 0.72);
    font-size: clamp(0.82rem, 0.85vw, 1rem);
    font-weight: 950;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.video-showcase__hud--top {
    top: 28px;
}

.video-showcase__hud strong {
    color: var(--amber);
}

.video-showcase__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: clamp(74px, 8vw, 112px);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(199, 162, 83, 0.72);
    background: rgba(199, 162, 83, 0.16);
    box-shadow:
        0 0 0 12px rgba(199, 162, 83, 0.08),
        0 22px 58px rgba(2, 10, 16, 0.52);
    transform: translate(-50%, -50%);
    transition:
        background 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.video-showcase__play svg {
    width: 38%;
    fill: var(--text);
    transform: translateX(4%);
}

.video-showcase__frame:hover .video-showcase__play,
.video-showcase__frame:focus .video-showcase__play {
    background: rgba(199, 162, 83, 0.28);
    box-shadow:
        0 0 0 16px rgba(199, 162, 83, 0.1),
        0 26px 68px rgba(2, 10, 16, 0.58);
    transform: translate(-50%, -50%) scale(1.04);
}

.video-showcase__label {
    position: absolute;
    right: 28px;
    bottom: 26px;
    z-index: 2;
    color: rgba(244, 241, 232, 0.54);
    font-size: clamp(0.78rem, 0.82vw, 0.95rem);
    font-weight: 950;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.video-showcase__copy {
    display: grid;
    gap: 24px;
    align-content: center;
}

.video-showcase__copy p {
    margin: 0;
    color: rgba(244, 241, 232, 0.74);
    font-size: clamp(1.28rem, 1.25vw, 1.62rem);
    font-weight: 700;
    line-height: 1.56;
}

.video-showcase__copy ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-showcase__copy li {
    position: relative;
    padding: 14px 16px 14px 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(13, 29, 41, 0.72);
    color: var(--text);
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.video-showcase__copy li::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--amber);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 960px) {
    .site-header {
        /*position: absolute;*/
        align-items: center;
        padding: 16px 22px;
    }

    .brand-logo {
        width: 106px;
    }

    .site-nav {
        gap: 14px;
    }

    .site-nav a {
        font-size: 1.05rem;
        letter-spacing: 0.18em;
    }

    .hero-shell {
        width: 100%;
        padding: 118px 22px 56px;
    }

    .hero-content {
        max-width: 820px;
    }

    .hero-card-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 16px;
        padding-right: 22px;
        padding-left: 22px;
        border: 0;
        background: transparent;
    }

    .hero-card,
    .hero-card:last-child {
        border: 1px solid var(--line-strong);
    }

    .section-heading,
    .threat-list {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: clamp(2.7rem, 5.4vw, 3.55rem);
    }

    .reporting-domain-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .software-gallery__intro {
        margin-top: -18px;
        margin-left: 0;
    }

    .video-showcase__layout {
        grid-template-columns: 1fr;
    }

    .video-showcase__copy {
        max-width: 760px;
    }
}

@media (max-width: 620px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .site-nav {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px 10px;
        justify-content: start;
    }

    .site-nav a {
        min-width: 0;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
        white-space: normal;
    }

    .hero {
        min-height: 0;
    }

    .hero-content {
        width: 100%;
    }

    .section-code {
        font-size: 1rem;
        line-height: 1.45;
        letter-spacing: 0.42em;
    }

    .eyebrow {
        line-height: 1.55;
        letter-spacing: 0.24em;
    }

    .section-heading h2 {
        font-size: clamp(1.28rem, 5.6vw, 2.48rem);
    }

    h1 {
        max-width: 100%;
        font-size: clamp(2.05rem, 8.5vw, 2.72rem);
        line-height: 1.05;
    }

    .hero-copy {
        max-width: 29ch;
        font-size: 1.12rem;
        overflow-wrap: break-word;
    }

    .hero-note {
        max-width: 31ch;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        padding: 0 16px;
        font-size: 1rem;
        letter-spacing: 0.2em;
    }

    .hero-shell {
        width: 100%;
        gap: 34px;
        padding: 128px 16px 34px;
    }

    .hero-card-grid {
        width: 100%;
        gap: 16px;
        padding-right: 16px;
        padding-bottom: 28px;
        padding-left: 16px;
    }

    .hero-card {
        min-height: 128px;
        padding: 28px 26px 24px;
    }

    .hero-card strong {
        font-size: 3.6rem;
    }

    .hero-card span {
        font-size: 1rem;
        letter-spacing: 0.24em;
    }

    .challenge,
    .reporting-expertise,
    .strengths,
    .software-gallery,
    .video-showcase {
        padding-right: 16px;
        padding-left: 16px;
    }

    .reporting-domain-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .reporting-domain-card {
        min-height: 390px;
    }

    .reporting-domain-card__content {
        min-height: 154px;
        padding: 24px 22px 32px;
    }

    .threat-card,
    .strength-card {
        padding: 22px 18px;
    }

    .strengths-grid,
    .software-gallery-grid {
        grid-template-columns: 1fr;
    }

    .video-showcase__frame::before {
        inset: 12px;
    }

    .video-showcase__hud {
        right: 18px;
        left: 18px;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        line-height: 1.35;
    }

    .video-showcase__hud--top {
        top: 18px;
    }

    .video-showcase__label {
        right: 18px;
        bottom: 16px;
    }

    .strength-card {
        min-height: 240px;
    }

    .strength-card__top {
        margin-bottom: 34px;
    }

    .strength-icon {
        width: 52px;
        height: 52px;
    }

    .software-card figcaption {
        position: relative;
        min-height: 0;
        padding: 18px;
        background: rgba(7, 18, 27, 0.9);
        opacity: 1;
        transform: none;
    }
    .contact {
        padding-right: 16px;
        padding-left: 16px;
    }

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

    .contact-cta,
    .contact-form__submit {
        font-size: 1rem;
        letter-spacing: 0.2em;
    }

    .contact-cta {
        min-height: 62px;
        padding: 0 18px;
    }
}

/* ============================================================
   CONTACT
   ============================================================ */

.contact {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 8vw, 116px) clamp(22px, 6vw, 92px);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        var(--bg);
    background-size: 88px 88px;
    color: var(--text);
}

.contact__intro {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: clamp(34px, 4vw, 20px);
    color: rgba(244, 241, 232, 0.78);
    font-size: clamp(1.5rem, 1.5vw, 1.9rem);
    line-height: 1.5;
}

.contact__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

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

/* --- CTA buttons --- */

.contact-cta {
    display: flex;
    width: 100%;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 26px;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 950;
    letter-spacing: 0.34em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.contact-cta svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: square;
}

.contact-cta:hover,
.contact-cta:focus-visible {
    border-color: var(--amber);
    background: rgba(199, 162, 83, 0.12);
    outline: none;
    transform: translateY(-1px);
}

.contact-cta--primary {
    border-color: var(--amber);
    background: var(--amber);
    color: #0b0d0b;
}

.contact-cta--primary:hover,
.contact-cta--primary:focus-visible {
    border-color: #d8b466;
    background: #d8b466;
    box-shadow: 0 14px 34px rgba(199, 162, 83, 0.24);
    color: #0b0d0b;
}

/* ============================================================
   ABOUT US
   ============================================================ */

.about-team-hero {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: clamp(140px, 15vh, 176px) clamp(22px, 6vw, 92px) clamp(72px, 8vw, 98px);
    border-bottom: 1px solid var(--line);
    background: #05090d;
    text-align: center;
    isolation: isolate;
}

.about-team-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(180deg, rgba(5, 9, 13, 0.72), rgba(5, 9, 13, 0.82)),
        linear-gradient(90deg, rgba(5, 9, 13, 0.88), rgba(5, 9, 13, 0.28) 50%, rgba(5, 9, 13, 0.88)),
        url("../img/byc-network-earth-02.png");
    background-position: center;
    background-size: cover;
    filter: saturate(0.82) contrast(1.08);
}

.about-team-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(rgba(116, 184, 215, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.12) 1px, transparent 1px);
    background-size: 88px 88px;
    opacity: 0.24;
    pointer-events: none;
}

.about-team-hero__content {
    display: grid;
    width: 100%;
    justify-items: center;
}

.about-team-hero h1 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(3.8rem, 7.6vw, 8.2rem);
    line-height: 0.92;
    width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.member-profiles {
    background: #05090d;
}

.member-profile {
    display: grid;
    grid-template-columns: minmax(0, 640px) minmax(340px, max-content);
    justify-content: center;
    gap: clamp(30px, 4.5vw, 72px);
    align-items: center;
    overflow: hidden;
    padding: clamp(46px, 5.5vw, 74px) clamp(22px, 6vw, 92px);
    border-bottom: 1px solid var(--line);
}

.member-profile:nth-child(even) {
    grid-template-columns: minmax(340px, max-content) minmax(0, 640px);
    background:
        linear-gradient(rgba(116, 184, 215, 0.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.032) 1px, transparent 1px),
        #07121b;
    background-size: 88px 88px;
}

.member-profile:nth-child(even) .member-profile__copy {
    grid-column: 2;
    grid-row: 1;
}

.member-profile:nth-child(even) .member-profile__panel {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
}

.member-profile__copy {
    width: 100%;
    min-width: 0;
    max-width: 640px;
    overflow-wrap: break-word;
}

.member-profile__copy .eyebrow {
    font-size: clamp(1.98rem, 2.025vw, 2.58rem);
    font-weight: 600;
}

.member-profile__copy h2 {
    margin-bottom: 6px;
    color: #fff;
    font-size: clamp(2.6rem, 3.8vw, 4.35rem);
    line-height: 1;
    text-transform: uppercase;
}

.member-profile__role {
    margin: 0 0 18px;
    color: var(--amber);
    font-size: 1.16rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.member-profile__summary,
.member-profile__copy p:not(.member-profile__role, .eyebrow) {
    max-width: 620px;
    color: rgba(244, 241, 232, 0.72);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

.member-profile__panel {
    width: max-content;
    min-width: 0;
    max-width: calc(100vw - 44px);
    justify-self: end;
    display: grid;
    justify-items: center;
}

.member-photo {
    position: relative;
    aspect-ratio: 0.82;
    width: min(340px, 100%);
    margin: 0 0 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--panel);
    box-shadow: 0 18px 48px rgba(2, 10, 16, 0.28);
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.78) contrast(1.08) brightness(0.72);
}

.member-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, transparent 42%, rgba(5, 9, 13, 0.82)),
        linear-gradient(45deg, rgba(199, 162, 83, 0.22), transparent 34%);
    pointer-events: none;
}

.member-details {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-top: 6px;
    width: max-content;
    max-width: 100%;
    justify-self: center;
}

.member-details div {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
    padding: 0;
}

.member-details dt {
    color: #fff;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0.09em;
    line-height: 1.3;
    text-transform: uppercase;
}

.member-details dd {
    min-width: 0;
    margin: 0;
    color: rgba(244, 241, 232, 0.7);
    font-size: 1.75rem;
    line-height: 1.35;
    white-space: nowrap;
}

@media (max-width: 960px) {
    .member-profile {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .member-profile:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .member-profile:nth-child(even) .member-profile__copy,
    .member-profile:nth-child(even) .member-profile__panel {
        grid-column: auto;
        grid-row: auto;
    }

    .member-profile__panel {
        position: static;
        max-width: min(100%, 760px);
        justify-self: center;
    }

    .member-photo {
        max-width: 340px;
    }

    .member-details {
        width: max-content;
        max-width: 100%;
        justify-self: center;
    }
}

@media (max-width: 620px) {
    .about-team-hero,
    .member-profile {
        padding-right: 16px;
        padding-left: 16px;
    }

    .about-team-hero {
        min-height: 410px;
        padding-top: 148px;
    }

    .about-team-hero h1 {
        font-size: clamp(2.6rem, 11vw, 3.25rem);
        line-height: 1;
    }

    .member-profile__copy h2 {
        font-size: clamp(2.35rem, 11vw, 3.45rem);
    }

    .member-profile {
        display: block;
        padding-top: 44px;
        padding-bottom: 48px;
    }

    .member-profile__copy,
    .member-profile__panel {
        max-width: 100%;
    }

    .member-profile__summary,
    .member-profile__copy p:not(.member-profile__role, .eyebrow) {
        font-size: 1.62rem;
    }

    .member-profile__panel {
        margin-top: 24px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .member-photo {
        width: min(100%, 340px);
    }

    .member-details {
        width: max-content;
        max-width: 100%;
    }

    .member-details div {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 12px;
    }

    .member-details dt {
        font-size: 0.95rem;
    }

    .member-details dd {
        font-size: clamp(1.08rem, 4.8vw, 1.75rem);
    }
}

/* --- panels --- */

.contact-panel {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--line);
    background: var(--panel);
}

.contact-panel--form {
    height: 100%;
}

.contact-panel__label {
    margin-bottom: 22px;
    color: var(--amber);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.contact-details {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-details li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    color: rgba(244, 241, 232, 0.82);
    font-size: 1.15rem;
    letter-spacing: 0.04em;
}

.contact-details svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--amber);
    stroke-width: 1.5;
    stroke-linecap: square;
}

.contact-details a:hover,
.contact-details a:focus-visible {
    color: var(--amber);
}

/* --- form --- */

.contact-form {
    display: grid;
    gap: 18px;
    margin: 0;
}

.contact-form__field {
    position: relative;
    display: grid;
    gap: 8px;
}

.contact-form label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(244, 241, 232, 0.72);
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.contact-form__requirement {
    color: var(--amber);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
}

.contact-form__control {
    position: relative;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: rgba(7, 18, 27, 0.78);
    color: #fff;
    font-family: inherit;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.contact-form input,
.contact-form select {
    height: 50px;
}

.contact-form__control input {
    padding-right: 74px;
}

.contact-form select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--amber) 50%),
        linear-gradient(135deg, var(--amber) 50%, transparent 50%);
    background-position:
        calc(100% - 21px) 21px,
        calc(100% - 15px) 21px;
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

.contact-form textarea {
    padding: 14px 16px;
    padding-bottom: 36px;
    line-height: 1.5;
    resize: vertical;
}

.contact-form__counter {
    position: absolute;
    right: 12px;
    bottom: 9px;
    color: rgba(244, 241, 232, 0.54);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    pointer-events: none;
}

.contact-form__counter--textarea {
    right: 16px;
    bottom: 12px;
}

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

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--amber);
    box-shadow: 0 0 0 3px rgba(199, 162, 83, 0.18);
    outline: none;
}

.contact-form input[aria-invalid="true"],
.contact-form select[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
    border-color: #d96c5f;
    box-shadow: 0 0 0 3px rgba(217, 108, 95, 0.18);
}

.contact-form__error {
    position: relative;
    display: none;
    width: fit-content;
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(217, 108, 95, 0.7);
    background: rgba(38, 12, 10, 0.94);
    color: #ffd8d2;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.contact-form__error::before {
    position: absolute;
    top: -6px;
    left: 14px;
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(217, 108, 95, 0.7);
    border-left: 1px solid rgba(217, 108, 95, 0.7);
    background: rgba(38, 12, 10, 0.94);
    content: "";
    transform: rotate(45deg);
}

.contact-form__error.is-visible {
    display: inline-block;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    box-shadow: inset 0 0 0 1000px rgba(7, 18, 27, 0.98);
    transition: background-color 9999s ease-in-out 0s;
}

.contact-form__submit {
    width: 100%;
    height: 56px;
    margin-top: 6px;
    border: 1px solid var(--amber);
    border-radius: 0;
    background: var(--amber);
    color: #0b0d0b;
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 950;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
    border-color: #d8b466;
    background: #d8b466;
    box-shadow: 0 14px 34px rgba(199, 162, 83, 0.24);
    outline: none;
    transform: translateY(-1px);
}

/* ============================================================
   ADMIN LOGIN
   ============================================================ */

.admin-login {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: clamp(140px, 18vh, 200px) clamp(22px, 6vw, 92px)
    clamp(70px, 10vh, 120px);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        var(--bg);
    background-size: 88px 88px;
}

.admin-login__card {
    width: min(440px, 100%);
    padding: clamp(30px, 4vw, 46px) clamp(24px, 3.5vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--panel);
    box-shadow: 0 24px 82px rgba(2, 10, 16, 0.42);
    text-align: center;
}

.admin-login__title {
    max-width: 100%;
    margin-bottom: clamp(26px, 3.5vw, 38px);
    color: var(--text);
    font-size: clamp(2.4rem, 3.6vw, 3.2rem);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
}

.admin-login__form {
    display: grid;
    gap: 20px;
    margin: 0;
    text-align: left;
}

.admin-login__form input {
    display: grid;
    gap: 8px;
    margin: 0;
}

.admin-login__field {
    display: grid;
    gap: 8px;
}

.admin-login__form label {
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 950;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.admin-login__form input[type="email"],
.admin-login__form input[type="text"],
.admin-login__form input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    background: rgba(7, 18, 27, 0.78);
    color: white;
    font-family: inherit;
    letter-spacing: 0.06em;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.admin-login__password-control {
    position: relative;
}

.admin-login__password-control input {
    padding-right: 84px;
}

.admin-login__password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 64px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(199, 162, 83, 0.58);
    border-radius: 0;
    background: rgba(7, 18, 27, 0.9);
    color: var(--amber);
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.admin-login__password-toggle:hover,
.admin-login__password-toggle:focus {
    background: rgba(199, 162, 83, 0.18);
    border-color: var(--amber);
    color: var(--text);
    outline: none;
}

.admin-login__form input[type="text"]::placeholder,
.admin-login__form input[type="email"]::placeholder,
.admin-login__form input[type="password"]::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.admin-login__form input[type="text"]:focus,
.admin-login__form input[type="email"]:focus,
.admin-login__form input[type="password"]:focus {
    border-color: var(--amber);
    box-shadow: 0 0 0 3px rgba(199, 162, 83, 0.18);
    outline: none;
    color: #fff;
}

/* keep Chrome autofill from painting the field white */
.admin-login__form input:-webkit-autofill,
.admin-login__form input:-webkit-autofill:hover,
.admin-login__form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    box-shadow: inset 0 0 0 1000px rgba(7, 18, 27, 0.98);
    transition: background-color 9999s ease-in-out 0s;
}

.admin-login__submit {
    width: 100%;
    height: 52px;
    margin: 8px 0 0;
    border: 1px solid var(--amber);
    border-radius: 0;
    background: var(--amber);
    color: #0b0d0b;
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 950;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.admin-login__submit:hover,
.admin-login__submit:focus {
    background: #d8b466;
    border-color: #d8b466;
    box-shadow: 0 14px 34px rgba(199, 162, 83, 0.24);
    color: #0b0d0b;
    transform: translateY(-1px);
}

.admin-dashboard {
    min-height: 100vh;
    padding: clamp(140px, 18vh, 200px) clamp(22px, 6vw, 92px)
    clamp(70px, 10vh, 120px);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        var(--bg);
    background-size: 88px 88px;
}

/* todo: temp fix for admin nav positioning */
.adminPortal {
    min-height: 100vh;
    padding: clamp(140px, 18vh, 200px) clamp(22px, 6vw, 92px)
    clamp(70px, 10vh, 120px);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        var(--bg);
    background-size: 88px 88px;
}

.admin-dashboard__header,
.admin-dashboard__content {
    width: min(880px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.admin-dashboard__header h1 {
    margin: 0 0 28px;
    color: var(--text);
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.94;
    font-weight: 950;
    letter-spacing: 0.04em;
}

.admin-dashboard__content {
    border: 1px solid var(--line);
    background: rgba(13, 29, 41, 0.82);
    padding: clamp(26px, 4vw, 44px);
}

.admin-dashboard__content p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 700;
}

.admin-dashboard__welcome strong {
    color: var(--text);
}

.admin-dashboard__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.admin-dashboard__button,
.admin-dashboard__logout {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--amber);
    padding: 0 22px;
    font-size: 0.92rem;
    font-weight: 950;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.admin-dashboard__logout {
    border-color: var(--line-strong);
    color: var(--muted);
}

.admin-dashboard__button:hover,
.admin-dashboard__button:focus,
.admin-dashboard__logout:hover,
.admin-dashboard__logout:focus {
    border-color: #d8b466;
    color: var(--text);
}

.cms-page {
    padding-bottom: 72px;
}

.cms-page .admin-dashboard__header {
    width: min(1180px, 100%);
}

.cms-page__layout {
    display: grid;
    width: min(1180px, 100%);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 24px;
    align-items: start;
    margin: 0 auto;
}

.cms-page__panel,
.cms-page__preview {
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(13, 29, 41, 0.92);
    box-shadow: 0 24px 70px rgba(2, 10, 16, 0.28);
}

.cms-page__panel {
    padding: clamp(22px, 3vw, 34px);
}

.cms-page__preview {
    position: sticky;
    top: 112px;
    padding: 22px;
}

.cms-page__group {
    margin-bottom: 28px;
}

.cms-page__group h3 {
    margin-bottom: 18px;
    color: var(--text);
    font-size: clamp(1.35rem, 1.5vw, 1.7rem);
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cms-page__form label {
    margin-bottom: 8px;
    color: rgba(244, 241, 232, 0.72);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cms-page__form input,
.cms-page__form textarea {
    min-height: 46px;
    border: 1px solid rgba(173, 209, 224, 0.3);
    border-radius: 6px;
    background: rgba(7, 18, 27, 0.72);
    color: var(--text);
}

.cms-page__form textarea {
    min-height: 118px;
    resize: vertical;
}

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

.cms-page__image-preview {
    display: block;
    width: 100%;
    height: 220px;
    margin-bottom: 14px;
    border: 1px solid rgba(173, 209, 224, 0.3);
    border-radius: 8px;
    object-fit: cover;
}

.cms-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cms-page__preview-card {
    min-height: 520px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.cms-page__preview-card h2 {
    margin-bottom: 22px;
    color: var(--text);
    font-size: clamp(2.3rem, 3vw, 3.6rem);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cms-page__preview-card h2 span {
    display: block;
}

.cms-page__preview-card > p:last-of-type {
    color: rgba(244, 241, 232, 0.78);
    line-height: 1.55;
}

.cms-page__preview-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.cms-page__preview-metrics span {
    display: grid;
    min-height: 86px;
    align-content: center;
    gap: 5px;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(9, 25, 37, 0.64);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cms-page__preview-metrics strong {
    color: var(--text);
    font-size: 1.25rem;
}

@media (max-width: 620px) {
    .admin-login {
        padding-right: 16px;
        padding-left: 16px;
    }

    .admin-login__submit {
        letter-spacing: 0.2em;
    }

    .admin-dashboard__button,
    .admin-dashboard__logout {
        width: 100%;
        letter-spacing: 0.12em;
    }

    .cms-page__layout,
    .cms-page__metric-grid,
    .cms-page__preview-metrics {
        grid-template-columns: 1fr;
    }

    .cms-page__preview {
        position: static;
    }
}

/* ============================================================
   ERROR PAGE (404)
   Reuses the hero system so the page reads as part of the site.
   ============================================================ */

.hero--error {
    display: flex;
    min-height: 100vh;
    align-items: center;
    border-bottom: 0;
}

.hero--error .hero-content {
    padding-bottom: clamp(56px, 8vh, 96px);
}

.hero--error h1 {
    max-width: 900px;
}

.metrics--error {
    width: min(720px, 100%);
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 1.6fr);
}

.metrics--error .metrics__path {
    overflow-wrap: anywhere;
    font-size: clamp(1.5rem, 1.8vw, 2.1rem);
    line-height: 1.15;
}

@media (max-width: 620px) {
    .hero--error {
        min-height: auto;
        padding-bottom: 24px;
    }

    .metrics--error {
        grid-template-columns: 1fr;
    }

    .metrics--error .metrics__path {
        font-size: 1.35rem;
    }
}

/* CTA section */
.final-cta {
    position: relative;
    padding: 88px 40px;
    min-height: 0;
    border-top: 1px solid var(--line);
    background: linear-gradient(
        134deg,
        rgba(21.92, 38.22, 157.74, 0.53) 12%,
        rgba(67.97, 83.46, 193.88, 0.52) 46%,
        rgba(71.55, 81.61, 153.26, 0.52) 72%,
        #0a1241 100%
    );
    text-align: center;
}

.final-cta__content {
    max-width: 820px;
    margin: 0 auto;
    font-family: "Overpass", sans-serif;
}

.final-cta .eyebrow {
    text-align: center;
    font-family: "DM Mono", monospace;
    text-transform: uppercase;
    letter-spacing: 12px;
    word-wrap: break-word;
    font-weight: 400;
    color: rgba(165, 129, 68, 0.6);
    margin-bottom: 18px;
}

.final-cta h2 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
    word-wrap: break-word;
}

.final-cta__highlight {
    color: var(--amber);
}

.final-cta__copy {
    max-width: 640px;
    margin: 0 auto 26px;
    color: rgba(244, 241, 232, 0.72);
    font-size: 1.28rem;
    line-height: 1.5;
}

.final-cta__actions {
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 32px;
}

.final-cta__actions .btn-primary {
    color: white;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.final-cta__actions .btn-secondary {
    color: white;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.final-cta__badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.final-cta__badges li {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 6px;
    color: rgba(244, 241, 232, 0.55);
    font-size: 1.1rem;
    font-weight: 550;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.final-cta__badges svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--amber);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Site footer */
.site-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(116, 184, 215, 0.16);
    background:
        linear-gradient(rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 184, 215, 0.035) 1px, transparent 1px),
        linear-gradient(145deg, rgba(116, 184, 215, 0.08), transparent 36%),
        linear-gradient(315deg, rgba(199, 162, 83, 0.08), transparent 40%),
        #07121b;
    background-size:
        88px 88px,
        88px 88px,
        auto,
        auto,
        auto;
    color: rgba(244, 241, 232, 0.62);
}

.site-footer::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 18, 27, 0.96),
            rgba(7, 18, 27, 0.42) 52%,
            rgba(7, 18, 27, 0.92)
        ),
        radial-gradient(
            circle at 78% 20%,
            rgba(116, 184, 215, 0.12),
            transparent 34%
        );
    content: "";
    pointer-events: none;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(150px, 0.55fr));
    gap: clamp(28px, 5vw, 78px);
    max-width: 1920px;
    margin: 0 auto;
    padding: clamp(68px, 7vw, 110px) clamp(24px, 5vw, 72px)
    clamp(42px, 5vw, 68px);
}

.site-footer__brand,
.site-footer__nav,
.site-footer__contact,
.site-footer__network {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer__mark {
    display: inline-flex;
    align-items: center;
    margin-bottom: 34px;
    line-height: 1;
}

.site-footer__logo {
    display: block;
    width: clamp(118px, 15vw, 300px);
    max-width: 300px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 26px rgba(2, 10, 16, 0.48));
}

.site-footer__brand p {
    max-width: 560px;
    margin: 0;
    color: rgba(244, 241, 232, 0.72);
    font-size: clamp(1.45rem, 1.32vw, 2rem);
    font-weight: 500;
    line-height: 1.52;
}

.site-footer__label {
    margin: 0 0 26px;
    color: var(--amber);
    font-family: "DM Mono", monospace;
    font-size: clamp(1rem, 0.8vw, 1.25rem);
    font-weight: 700;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.site-footer__nav {
    gap: 17px;
}

.site-footer__nav a,
.site-footer__nav span {
    color: rgba(244, 241, 232, 0.66);
    font-size: clamp(1.25rem, 1.05vw, 1.55rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus,
.site-footer__contact a:hover,
.site-footer__contact a:focus,
.site-footer__socials a:hover,
.site-footer__socials a:focus {
    color: #12d4ee;
}

.site-footer__contact {
    gap: 14px;
}

.site-footer__contact a,
.site-footer__contact span {
    color: rgba(244, 241, 232, 0.62);
    font-size: clamp(1.2rem, 1vw, 1.5rem);
    font-weight: 650;
    line-height: 1.42;
}

.site-footer__network {
    align-self: start;
}

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer__socials span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(116, 184, 215, 0.28);
    background: rgba(13, 29, 41, 0.7);
    color: rgba(244, 241, 232, 0.64);
    font-family: "DM Mono", monospace;
    font-size: 1.05rem;
    line-height: 1;
    letter-spacing: 0.12em;
}

.site-footer__bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(36px, 5vw, 76px);
    padding-top: 30px;
    border-top: 1px solid rgba(116, 184, 215, 0.18);
    color: rgba(244, 241, 232, 0.42);
    font-family: "DM Mono", monospace;
    font-size: clamp(0.92rem, 0.8vw, 1.16rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.site-footer__bottom p {
    margin: 0;
}

/* Works with iPad / tablet */
@media (max-width: 1366px) {
    .final-cta {
        padding: 64px 40px;
    }

    .final-cta__content {
        max-width: 900px;
    }

    .final-cta h2 {
        font-size: 2.5rem;
    }

    .final-cta__actions {
        justify-content: center;
        gap: 14px;
    }

    .final-cta__badges {
        gap: 10px;
    }
    .final-cta__badges li {
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 56px 40px;
    }

    .site-footer__brand p {
        max-width: 520px;
    }

    .site-footer__bottom {
        flex-direction: column;
    }
}

/* Works with most phone */
@media (max-width: 620px) {
    .final-cta {
        padding: 56px 30px;
    }

    .final-cta__actions {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .final-cta__badges {
        gap: 16px;
        flex-wrap: wrap;
    }

    .final-cta__badges li {
        white-space: nowrap;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-top: 64px;
    }

    .site-footer__mark {
        margin-bottom: 28px;
    }

    .site-footer__label {
        margin-bottom: 24px;
        letter-spacing: 0.38em;
    }

    .site-footer__nav {
        gap: 18px;
    }

    .site-footer__socials span {
        width: 58px;
        height: 58px;
        font-size: 1.25rem;
    }

    .site-footer__bottom {
        margin-top: 16px;
        padding-top: 32px;
        letter-spacing: 0.18em;
        overflow-wrap: anywhere;
    }
}

/* Expandable key strength cards */
.strength-slot {
    display: flex;
    min-height: 292px;
}

.strength-slot .strength-card {
    flex: 1 1 auto;
    cursor: pointer;
}

.strengths-backdrop {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(2, 10, 16, 0.72);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 220ms ease,
        visibility 220ms ease;
}

.strengths-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

body.strengths-open {
    overflow: hidden;
}

body.strengths-open .strengths-grid {
    z-index: 100;
}

.strength-slot.is-open .strength-card,
.strength-slot.is-open .strength-card:hover,
.strength-slot.is-open .strength-card:focus-within {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: min(720px, 92vw);
    max-height: 86vh;
    overflow-y: auto;
    padding: clamp(30px, 4vw, 52px);
    transform: translate(-50%, -50%);
    border-color: rgba(199, 162, 83, 0.6);
    box-shadow: 0 40px 120px rgba(2, 10, 16, 0.62);
    animation: strength-pop 240ms ease-out;
}

@keyframes strength-pop {
    from {
        opacity: 0;
        transform: translate(-50%, -46%) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.strength-slot.is-open .strength-card__top {
    margin-bottom: 32px;
    padding-right: 46px;
}

.strength-slot.is-open .strength-icon {
    width: 78px;
    height: 78px;
}

.strength-slot.is-open .strength-icon__svg {
    width: 54px;
    height: 54px;
}

.strength-slot.is-open .strength-card h3 {
    max-width: none;
    font-size: clamp(2.4rem, 3vw, 3.2rem);
}

.strength-slot.is-open .strength-card p {
    font-size: 1.6rem;
    line-height: 1.55;
}

.strength-card__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: none;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    color: var(--text);
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    transition:
        border-color 160ms ease,
        color 160ms ease;
}

.strength-card__close:hover {
    border-color: var(--amber);
    color: var(--amber);
}

.strength-slot.is-open .strength-card__close {
    display: inline-flex;
}

@media (max-width: 620px) {
    .strength-slot {
        min-height: 240px;
    }
}
