/* Singapore guide: rule-gate and measurement-led editorial layout. */

.guide-page--singapore-v2 {
    --sg-ink: #111;
    --sg-warm: #f3efe8;
    --sg-line: #d8d2ca;
    --sg-danger: #b42318;
}

.guide-singapore-hero {
    background: #101010;
    color: #fff;
}

.guide-singapore-hero__inner {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: 58px;
    align-items: center;
    min-height: 560px;
    padding-top: 72px;
    padding-bottom: 62px;
}

.guide-singapore-hero__number {
    font-size: clamp(7rem, 17vw, 14rem);
    font-weight: 950;
    line-height: .72;
    letter-spacing: -.08em;
}

.guide-singapore-hero__number span {
    display: block;
    margin-top: 14px;
    font-size: .16em;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.guide-singapore-hero__copy h1 {
    max-width: 760px;
    margin: 9px 0 18px;
    color: #fff;
    font-size: clamp(2.5rem, 5.5vw, 5.2rem);
    line-height: .96;
    letter-spacing: -.045em;
}

.guide-singapore-hero__copy .guide-lede {
    max-width: 720px;
}

.guide-singapore-hero__meta {
    margin-top: 24px;
    color: #aaa;
    font-size: .8rem;
}

.guide-singapore-official {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    margin-top: 36px;
    padding: 18px 0;
    border-top: 1px solid var(--sg-line);
    border-bottom: 1px solid var(--sg-line);
}

.guide-singapore-official > span {
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.guide-singapore-official strong {
    line-height: 1.45;
}

.guide-singapore-official a {
    color: #111;
    font-weight: 850;
    white-space: nowrap;
}

.guide-singapore-quick {
    padding: 58px 0;
}

.guide-singapore-quick h2,
.guide-singapore-physical h2,
.guide-singapore-method h2,
.guide-singapore-candidates h2,
.guide-singapore-after-fit h2,
.guide-singapore-decision h2 {
    margin: 7px 0 16px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.guide-singapore-quick__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 26px;
    background: #d2ccc3;
}

.guide-singapore-quick__grid > div {
    min-height: 175px;
    padding: 20px;
    background: #fff;
}

.guide-singapore-quick__grid span {
    display: block;
    color: #7a7a7a;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.guide-singapore-quick__grid strong {
    display: block;
    margin-top: 14px;
    font-size: 1.05rem;
    line-height: 1.4;
}

.guide-singapore-physical {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 66px max(20px, calc((100vw - 1160px) / 2 + 20px));
    background: var(--sg-warm);
}

.guide-singapore-physical__equation {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 26px;
    align-items: center;
    margin: 28px 0;
}

.guide-singapore-physical__value {
    padding: 28px;
    background: #fff;
}

.guide-singapore-physical__value span {
    display: block;
    color: #777;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.guide-singapore-physical__value strong {
    display: block;
    margin-top: 6px;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: .95;
}

.guide-singapore-physical__not {
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 950;
}

.guide-singapore-physical p {
    max-width: 850px;
    color: #505050;
    line-height: 1.7;
}

.guide-singapore-method {
    padding: 66px 0;
}

.guide-singapore-method__head {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 50px;
}

.guide-singapore-method__head p {
    color: #555;
    line-height: 1.7;
}

.guide-singapore-method__steps {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    margin-top: 28px;
    background: #d5cfc6;
}

.guide-singapore-method__steps > div {
    min-height: 180px;
    padding: 16px;
    background: #fff;
}

.guide-singapore-method__steps span {
    color: #858585;
    font-size: .68rem;
    font-weight: 850;
}

.guide-singapore-method__steps strong {
    display: block;
    margin-top: 18px;
    font-size: .92rem;
    line-height: 1.45;
}

.guide-singapore-status {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
}

.guide-singapore-status > div {
    padding: 20px;
    border: 1px solid var(--sg-line);
}

.guide-singapore-status span {
    display: block;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .07em;
}

.guide-singapore-status strong {
    display: block;
    margin-top: 8px;
    line-height: 1.4;
}

.guide-singapore-status .is-pending {
    border: 2px solid #111;
}

.guide-singapore-candidates {
    padding: 62px 0;
    border-top: 3px solid #111;
}

.guide-singapore-candidates__warning {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
    margin: 22px 0 28px;
    padding: 18px;
    background: #fff1f0;
    border-left: 5px solid var(--sg-danger);
}

.guide-singapore-candidates__warning span {
    color: var(--sg-danger);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.guide-singapore-candidates__warning strong {
    line-height: 1.45;
}

.guide-singapore-candidates .guide-live-products--editorial .guide-live-product-role {
    background: var(--sg-danger);
}

.guide-singapore-candidates .guide-live-product-editorial__tradeoff {
    border-left-color: var(--sg-danger);
}

.guide-singapore-after-fit {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 62px max(20px, calc((100vw - 1160px) / 2 + 20px));
    background: #111;
    color: #fff;
}

.guide-singapore-after-fit h2 {
    color: #fff;
}

.guide-singapore-after-fit__gates {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 26px;
    background: #3b3b3b;
}

.guide-singapore-after-fit__gates > div {
    min-height: 210px;
    padding: 22px;
    background: #171717;
}

.guide-singapore-after-fit__gates span {
    color: #aaa;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.guide-singapore-after-fit__gates strong {
    display: block;
    margin: 12px 0 8px;
    color: #fff;
    font-size: 1.2rem;
}

.guide-singapore-after-fit__gates p {
    margin: 0;
    color: #cfcfcf;
    line-height: 1.6;
}

.guide-singapore-after-fit a {
    color: #fff;
}

.guide-singapore-decision {
    padding: 66px 0 22px;
}

.guide-singapore-decision__rail {
    display: grid;
    border-top: 1px solid #111;
    margin-top: 24px;
}

.guide-singapore-decision__rail > div {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
    gap: 28px;
    padding: 18px 0;
    border-bottom: 1px solid var(--sg-line);
}

.guide-singapore-decision__rail strong {
    font-size: 1.02rem;
}

.guide-singapore-decision__rail span {
    color: #555;
    line-height: 1.55;
}

.guide-singapore-value {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 32px;
    padding: 28px 0;
    border-top: 3px solid #111;
}

.guide-singapore-value strong {
    display: block;
    margin-top: 6px;
    font-size: 1.2rem;
}

@media (max-width: 980px) {
    .guide-singapore-hero__inner,
    .guide-singapore-method__head {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .guide-singapore-hero__number {
        padding-top: 40px;
    }

    .guide-singapore-quick__grid,
    .guide-singapore-method__steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .guide-singapore-after-fit__gates {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .guide-singapore-official,
    .guide-singapore-quick__grid,
    .guide-singapore-status,
    .guide-singapore-value {
        grid-template-columns: 1fr;
    }

    .guide-singapore-official {
        gap: 8px;
    }

    .guide-singapore-physical__equation {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .guide-singapore-physical__not {
        text-align: center;
    }

    .guide-singapore-method__steps {
        grid-template-columns: 1fr 1fr;
    }

    .guide-singapore-decision__rail > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }
}
