/* SomGeek information pages */

.page-template-page-somgeek-info .sg-main {
    background:
        radial-gradient(circle at 12% 0%, rgba(42, 58, 74, 0.22), transparent 34rem),
        radial-gradient(circle at 88% 18%, rgba(226, 170, 22, 0.06), transparent 28rem),
        var(--sg-bg);
}

.sg-info-page {
    padding-bottom: 54px;
}

.sg-info-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--sg-border);
    background:
        linear-gradient(115deg, rgba(226, 170, 22, 0.08), transparent 34%),
        linear-gradient(180deg, #111820, #080c10);
}

.sg-info-hero::before {
    content: "";
    position: absolute;
    top: -140px;
    right: 6%;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(226, 170, 22, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 48px rgba(226, 170, 22, 0.025),
        0 0 0 96px rgba(226, 170, 22, 0.018);
    pointer-events: none;
}

.sg-info-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: clamp(58px, 7vw, 96px);
    padding-bottom: clamp(50px, 6vw, 82px);
}

.sg-info-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sg-gold-bright);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sg-info-eyebrow::before {
    content: "";
    width: 38px;
    height: 3px;
    background: var(--sg-gold);
}

.sg-info-hero h1 {
    max-width: 900px;
    margin: 14px 0 16px;
    color: #f5f6f7;
    font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.sg-info-hero p {
    max-width: 760px;
    margin: 0;
    color: #b8c0c8;
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.65;
}

.sg-info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: start;
    gap: 30px;
    padding-top: 34px;
}

.sg-info-article {
    min-width: 0;
    padding: clamp(26px, 4vw, 54px);
    background: linear-gradient(180deg, #10161c, #0b0f13);
    border: 1px solid var(--sg-border);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

.sg-info-article > *:first-child {
    margin-top: 0;
}

.sg-info-article > *:last-child {
    margin-bottom: 0;
}

.sg-info-article p,
.sg-info-article li {
    color: #c4cad0;
    font-size: 1rem;
    line-height: 1.75;
}

.sg-info-article .sg-info-lead {
    max-width: 900px;
    margin-bottom: 36px;
    color: #e2e5e8;
    font-size: clamp(1.08rem, 1.8vw, 1.28rem);
    line-height: 1.7;
}

.sg-info-article h2,
.sg-info-article h3,
.sg-info-article h4 {
    color: #f3f4f5;
    font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
    letter-spacing: -0.015em;
}

.sg-info-article h2 {
    position: relative;
    margin: 44px 0 24px;
    padding-bottom: 13px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    text-transform: uppercase;
    border-bottom: 1px solid var(--sg-border);
}

.sg-info-article h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 74px;
    height: 3px;
    background: var(--sg-gold);
}

.sg-info-article h3 {
    margin-top: 0;
    font-size: 1.35rem;
}

.sg-info-article a {
    color: var(--sg-gold-bright);
}

.sg-info-article a:hover,
.sg-info-article a:focus-visible {
    color: #ffe08a;
}

.sg-info-cards {
    gap: 16px;
    margin: 0 0 34px;
}

.sg-info-cards > .wp-block-column {
    position: relative;
    min-width: 0;
    padding: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #151c24, #0d1217);
    border: 1px solid #303943;
}

.sg-info-cards > .wp-block-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 3px;
    background: var(--sg-gold);
}

.sg-info-cards > .wp-block-column p:last-child {
    margin-bottom: 0;
}

.sg-info-checklist {
    display: grid;
    gap: 12px;
    padding: 0;
    list-style: none;
}

.sg-info-checklist li {
    position: relative;
    min-height: 48px;
    margin: 0;
    padding: 12px 16px 12px 48px;
    background: #0d1217;
    border: 1px solid #27313a;
}

.sg-info-checklist li::before {
    content: "✓";
    position: absolute;
    top: 11px;
    left: 16px;
    color: var(--sg-gold-bright);
    font-weight: 900;
}

.sg-info-note,
.sg-info-contact-box {
    margin-top: 30px;
    padding: 24px 26px;
    background: linear-gradient(120deg, rgba(226, 170, 22, 0.11), rgba(226, 170, 22, 0.025));
    border: 1px solid rgba(226, 170, 22, 0.38);
}

.sg-info-note h3,
.sg-info-contact-box h2 {
    margin-top: 0;
    color: var(--sg-gold-bright);
}

.sg-info-note p:last-child,
.sg-info-contact-box p:last-child {
    margin-bottom: 0;
}

.sg-info-contact-box h2 {
    margin-bottom: 12px;
    padding: 0;
    border: 0;
    font-size: 1.7rem;
}

.sg-info-contact-box h2::after {
    display: none;
}

.sg-info-navigation {
    position: sticky;
    top: 82px;
    padding: 22px;
    background: #0d1217;
    border: 1px solid var(--sg-border);
}

.sg-info-navigation > span {
    display: block;
    margin-bottom: 14px;
    color: var(--sg-muted);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sg-info-navigation > div {
    display: grid;
    gap: 6px;
}

.sg-info-navigation a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 12px;
    color: #c5cbd1;
    border: 1px solid transparent;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sg-info-navigation a:hover,
.sg-info-navigation a:focus-visible,
.sg-info-navigation a[aria-current="page"] {
    background: rgba(226, 170, 22, 0.1);
    color: var(--sg-gold-bright);
    border-color: rgba(226, 170, 22, 0.3);
}

.sg-info-edit-link {
    margin-top: 36px;
    padding-top: 18px;
    border-top: 1px solid var(--sg-border);
}

.sg-info-edit-link a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 8px 14px;
    background: var(--sg-gold);
    color: #090b0e;
    font-weight: 900;
    text-transform: uppercase;
}

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

.sg-team-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #151c24, #0b1015);
    border: 1px solid #303943;
}

.sg-team-card__avatar {
    min-height: 100%;
    background: #090d11;
    border-right: 1px solid #303943;
}

.sg-team-card__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    filter: saturate(0.78) contrast(1.05);
}

.sg-team-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px;
}

.sg-team-card__role {
    color: var(--sg-gold-bright);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sg-team-card h2 {
    margin: 7px 0 10px;
    padding: 0;
    font-size: 1.55rem;
    border: 0;
}

.sg-team-card h2::after {
    display: none;
}

.sg-team-card p {
    margin: 0 0 18px;
    font-size: 0.92rem;
    line-height: 1.62;
}

.sg-team-card__link {
    margin-top: auto;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 1020px) {
    .sg-info-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .sg-info-navigation {
        position: static;
        order: -1;
    }

    .sg-info-navigation > div {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sg-info-navigation a {
        justify-content: center;
        text-align: center;
    }

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

@media (max-width: 720px) {
    .sg-info-hero::before {
        right: -210px;
    }

    .sg-info-layout {
        gap: 18px;
        padding-top: 18px;
    }

    .sg-info-article {
        padding: 24px 20px;
    }

    .sg-info-navigation > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-info-cards {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .sg-team-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .sg-team-card__avatar img {
        min-height: 170px;
    }

    .sg-team-card__body {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .sg-info-navigation > div {
        grid-template-columns: minmax(0, 1fr);
    }

    .sg-team-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .sg-team-card__avatar {
        border-right: 0;
        border-bottom: 1px solid #303943;
    }

    .sg-team-card__avatar img {
        height: 220px;
    }
}
