/* ========================================
   OUR COMPLETE PLAN
   Black, white and luminous University-gold theme
======================================== */

.plan-page {
    --plan-black: #050504;
    --plan-charcoal: #12100b;
    --plan-ink: #15120d;
    --plan-ivory: #fffdf7;
    --plan-paper: #f4f0e6;
    --plan-gold: #f2a900;
    --plan-gold-bright: #ffc21c;
    --plan-gold-pale: #ffd76a;
    --plan-muted: #a69d8c;
    --plan-line-dark: rgba(21, 18, 13, 0.18);
    --plan-line-light: rgba(255, 255, 255, 0.14);

    background: var(--plan-black);
    color: var(--plan-ivory);
    font-family: "DM Sans", Arial, sans-serif;
}

.plan-page main {
    background: var(--plan-black);
}

.plan-page h1,
.plan-page h2,
.plan-page h3,
.plan-page p,
.plan-page span,
.plan-page a {
    letter-spacing: 0;
}

.plan-page h1,
.plan-page h2,
.plan-page h3 {
    line-height: 0.92;
}

.plan-js:not(.plan-motion-ready) .plan-page .plan-hero h1 > span,
.plan-js:not(.plan-motion-ready) .plan-page .plan-hero [data-plan-reveal],
.plan-js:not(.plan-motion-ready) .plan-page .plan-section-head,
.plan-js:not(.plan-motion-ready) .plan-page .front-header,
.plan-js:not(.plan-motion-ready) .plan-page .plan-copy > p,
.plan-js:not(.plan-motion-ready) .plan-page [data-stagger] > *,
.plan-js:not(.plan-motion-ready) .plan-page .plan-action-row {
    opacity: 0;
}

.plan-page .scroll-progress {
    background: rgba(242, 169, 0, 0.14);
}

.plan-page .scroll-progress-bar {
    background: var(--plan-gold-bright);
}

.plan-shell {
    width: min(calc(100% - 64px), 1280px);
    margin-inline: auto;
}

.plan-page .plan-navbar {
    background: rgba(8, 7, 4, 0.82);
    border-color: rgba(255, 194, 28, 0.3);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
}

.plan-page .plan-navbar .logo,
.plan-page .plan-navbar .nav-links a:hover,
.plan-page .plan-navbar .nav-links a[aria-current="page"] {
    color: var(--plan-gold-pale);
}

.plan-page .plan-navbar .nav-links a:not(.nav-cta)::after,
.plan-page .plan-navbar .nav-cta {
    background: var(--plan-gold);
}

.plan-page .plan-navbar .nav-cta {
    color: var(--plan-black) !important;
}

.plan-page .plan-navbar .nav-cta:hover {
    background: var(--plan-gold-bright);
}

.plan-page .plan-navbar .dropdown-menu {
    background: #0d0b07;
    border-color: rgba(255, 179, 0, 0.25);
}

.plan-page .plan-navbar .menu-toggle span {
    background: var(--plan-gold-pale);
}

/* Hero */

.plan-hero {
    position: relative;
    min-height: 100svh;
    margin-top: -96px;
    overflow: hidden;
    isolation: isolate;
    background: var(--plan-black);
}

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

.plan-hero-media {
    z-index: 0;
    background-image: url("../assets/images/plan-hero-gold.webp");
    background-position: center;
    background-size: cover;
    transform: scale(1.04);
}

.plan-hero-shade {
    z-index: 1;
    /* background:
            linear-gradient(90deg, rgba(7, 6, 4, 0.68) 0%, rgba(7, 6, 4, 0.25) 61%, rgba(7, 6, 4, 0.03) 100%),
            linear-gradient(0deg, rgba(7, 6, 4, 0.52) 0%, rgba(7, 6, 4, 0.25) 43%, rgba(7, 6, 4, 0.06) 100%); */
}

.plan-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.plan-hero-inner {
    position: relative;
    z-index: 3;
    min-height: inherit;
    padding-top: 180px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.plan-kicker,
.plan-eyebrow {
    color: var(--plan-gold-bright);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.plan-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.plan-kicker::before {
    content: "";
    width: 48px;
    height: 1px;
    background: currentColor;
}

.plan-hero h1 {
    max-width: 800px;
    color: var(--plan-ivory);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(104px, 13vw, 210px);
    font-weight: 400;
    line-height: 0.72;
}

.plan-hero h1 span {
    display: block;
    width: max-content;
    max-width: 100%;
}

.plan-hero h1 .gold-word {
    color: var(--plan-gold-bright);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 0.54em;
    font-style: italic;
    line-height: 1.15;
}

.plan-hero-bottom {
    width: min(100%, 680px);
    margin-top: 52px;
    padding-top: 18px;
    border-top: 1px solid rgba(234, 211, 153, 0.34);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.plan-hero-bottom p {
    max-width: 570px;
    color: rgba(243, 234, 214, 0.78);
    font-size: clamp(15px, 1.4vw, 19px);
    line-height: 1.55;
}

.plan-arrow-link {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    color: var(--plan-black);
    background: var(--plan-gold-bright);
    border-radius: 50%;
    font-size: 22px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.plan-arrow-link:hover {
    transform: translateY(4px);
    background: var(--plan-ivory);
}

/* Shared editorial language */

.plan-section {
    position: relative;
    padding: clamp(100px, 11vw, 180px) 0;
    overflow: clip;
}

.plan-section-head {
    max-width: 1040px;
    margin-bottom: clamp(56px, 7vw, 100px);
}

.section-index {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    color: var(--plan-gold-bright);
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: "Bebas Neue", sans-serif;
    font-size: 19px;
}

.plan-section-head .plan-eyebrow,
.front-header .plan-eyebrow,
.roadmaps-title .plan-eyebrow {
    margin-bottom: 22px;
}

.plan-section-head h2,
.front-header h2,
.roadmaps-title h2 {
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(64px, 8.6vw, 136px);
    font-weight: 400;
}

.plan-section-head h2 em,
.front-header h2 em,
.roadmaps-title h2 em {
    color: var(--plan-gold);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 0.72em;
    font-weight: 600;
}

.plan-centered-head {
    margin-inline: auto;
    text-align: center;
}

.plan-copy {
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.72;
}

.plan-copy p + p {
    margin-top: 18px;
}

.plan-copy-wide {
    max-width: 920px;
}

.gold-text,
.display-statement {
    color: var(--plan-gold-bright);
}

.display-statement {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3.3vw, 50px);
    font-style: italic;
    line-height: 1.2;
}

.plan-action-row {
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--plan-muted);
    font-size: 14px;
}

.plan-button {
    min-height: 50px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--plan-black);
    background: var(--plan-gold-bright);
    border: 1px solid var(--plan-gold-bright);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.plan-button:hover {
    color: var(--plan-gold-pale);
    background: transparent;
    transform: translateY(-2px);
}

.plan-button iconify-icon,
.enter-actions iconify-icon {
    font-size: 18px;
}

/* Marquees */

.plan-marquee,
.skills-marquee {
    overflow: hidden;
    background: var(--plan-gold);
    color: var(--plan-black);
}

.plan-marquee-track,
.skills-track {
    width: max-content;
    display: flex;
    align-items: center;
    will-change: transform;
}

.plan-marquee-track {
    height: 72px;
    animation: planMarquee 24s linear infinite;
}

.plan-marquee-set {
    min-width: 100vw;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.plan-marquee-track span {
    flex: 0 0 auto;
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    white-space: nowrap;
}

.plan-marquee-track i,
.skills-track i {
    width: 9px;
    height: 9px;
    margin: 0 32px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
}

@keyframes planMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* 01 Manifesto */

.manifesto-section {
    color: var(--plan-ink);
    background: var(--plan-ivory);
}

.manifesto-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.34;
    background-image: radial-gradient(circle at 18% 22%, rgba(242, 169, 0, 0.2), transparent 26%);
    pointer-events: none;
}

.manifesto-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: clamp(48px, 8vw, 120px);
}

.manifesto-layout .plan-section-head {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.manifesto-layout .plan-section-head h2 {
    max-width: 1080px;
}

.manifesto-copy {
    max-width: 760px;
}

.manifesto-lead {
    margin-top: 44px !important;
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 3vw, 45px);
    font-style: italic;
    line-height: 1.2;
}

.manifesto-statements {
    align-self: end;
    padding: 34px;
    color: var(--plan-ivory);
    background: var(--plan-black);
    border-top: 4px solid var(--plan-gold);
}

.manifesto-statements p,
.manifesto-statements strong {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid var(--plan-line-light);
}

.manifesto-statements p {
    color: var(--plan-muted);
}

.manifesto-statements strong {
    color: var(--plan-gold-bright);
    font-family: "Bebas Neue", sans-serif;
    font-size: 38px;
    font-weight: 400;
}

/* 02 Builders */

.builders-section {
    color: var(--plan-ivory);
    background: var(--plan-black);
}

.builders-section::after {
    content: "BUILD";
    position: absolute;
    top: 180px;
    right: -30px;
    color: rgba(242, 169, 0, 0.06);
    font-family: "Bebas Neue", sans-serif;
    font-size: min(32vw, 500px);
    line-height: 0.7;
    pointer-events: none;
}

.builders-section .plan-shell {
    position: relative;
    z-index: 1;
}

.builders-intro {
    margin-bottom: 90px;
}

.builders-list {
    border-top: 1px solid var(--plan-line-light);
}

.builders-list p {
    padding: clamp(20px, 2.6vw, 36px) 0;
    border-bottom: 1px solid var(--plan-line-light);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(34px, 5.1vw, 76px);
    line-height: 0.95;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.builders-list p:hover {
    padding-left: 22px;
    color: var(--plan-gold-bright);
}

.foundation-callout {
    width: min(100%, 720px);
    margin: 100px 0 0 auto;
    padding-left: 32px;
    border-left: 3px solid var(--plan-gold);
}

/* 03 Structure */

.structure-section {
    color: var(--plan-ink);
    background: var(--plan-paper);
}

.structure-map {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--plan-line-dark);
    border-bottom: 1px solid var(--plan-line-dark);
}

.structure-map article {
    min-height: 270px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--plan-line-dark);
}

.structure-map article:last-child {
    border-right: 0;
}

.structure-map article > span {
    color: var(--plan-gold);
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
}

.structure-map h3 {
    margin: auto 0 16px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 400;
}

.structure-map p {
    color: rgba(23, 19, 14, 0.72);
    line-height: 1.55;
}

.structure-principles {
    width: min(100%, 760px);
    margin: 100px auto;
    text-align: center;
}

.plan-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
}

.plan-flow::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: var(--plan-gold);
}

.plan-flow li {
    position: relative;
    padding: 50px 15px 0;
    text-align: center;
}

.plan-flow li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 13px;
    height: 13px;
    background: var(--plan-paper);
    border: 3px solid var(--plan-gold);
    border-radius: 50%;
    transform: translateX(-50%);
}

.plan-flow span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
}

.plan-flow p {
    margin-top: 8px;
    color: rgba(23, 19, 14, 0.68);
    font-size: 13px;
}

.structure-outcome {
    margin-top: 110px;
    text-align: center;
}

.structure-outcome p {
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 4vw, 54px);
    font-style: italic;
    line-height: 1.3;
}

.structure-outcome p:nth-child(2) { color: #8c681f; }
.structure-outcome p:nth-child(3) { color: var(--plan-gold); }

/* 04 Entry gate */

.gate-section {
    color: var(--plan-ivory);
    background:
        radial-gradient(circle at 85% 16%, rgba(242, 169, 0, 0.18), transparent 28%),
        var(--plan-charcoal);
}

.gate-grid,
.employment-grid,
.claims-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(70px, 10vw, 150px);
}

.plan-sticky-head {
    position: sticky;
    top: 132px;
    align-self: start;
    margin-bottom: 0;
}

.gate-intro {
    padding-bottom: 60px;
}

.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--plan-line-light);
    border-left: 1px solid var(--plan-line-light);
}

.curriculum-grid span {
    min-height: 88px;
    padding: 20px;
    display: flex;
    align-items: center;
    color: var(--plan-gold-pale);
    border-right: 1px solid var(--plan-line-light);
    border-bottom: 1px solid var(--plan-line-light);
    font-size: 15px;
    font-weight: 600;
}

.gate-purpose {
    margin-top: 60px;
    padding: 30px 0 30px 30px;
    border-left: 3px solid var(--plan-gold-bright);
}

/* 05 University */

.university-section {
    min-height: 100svh;
    display: flex;
    align-items: center;
    color: var(--plan-black);
    background: var(--plan-gold-bright);
}

.university-watermark {
    position: absolute;
    left: -15px;
    bottom: -0.15em;
    color: rgba(7, 6, 4, 0.07);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(160px, 26vw, 430px);
    line-height: 0.7;
    white-space: nowrap;
    pointer-events: none;
}

.university-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
    gap: clamp(50px, 8vw, 120px);
}

.university-layout .plan-section-head {
    margin-bottom: 0;
}

.university-layout .section-index,
.university-layout .plan-eyebrow {
    color: var(--plan-black);
}

.university-layout .plan-section-head h2 em {
    color: var(--plan-ivory);
}

.university-copy {
    padding: 38px;
    color: var(--plan-ivory);
    background: var(--plan-black);
    border-top: 4px solid var(--plan-ivory);
}

.university-action {
    grid-column: 1 / -1;
    color: rgba(7, 6, 4, 0.7);
}

.plan-button-light {
    color: var(--plan-ivory);
    background: var(--plan-black);
    border-color: var(--plan-black);
}

.plan-button-light:hover {
    color: var(--plan-black);
}

/* 06 Formula */

.formula-section {
    color: var(--plan-ivory);
    background: var(--plan-black);
}

.formula-stage {
    position: relative;
    min-height: 440px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--plan-line-light);
}

.formula-side {
    padding: clamp(28px, 5vw, 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.formula-deen {
    color: var(--plan-black);
    background: var(--plan-ivory);
}

.formula-dunya {
    color: var(--plan-gold-pale);
    background: var(--plan-charcoal);
}

.formula-side > span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
}

.formula-side h3 {
    margin: 20px 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(80px, 11vw, 170px);
    font-weight: 400;
}

.formula-side p {
    font-family: "Playfair Display", serif;
    font-size: clamp(21px, 2vw, 30px);
    font-style: italic;
}

.formula-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    color: var(--plan-black);
    background: var(--plan-gold-bright);
    border: 10px solid var(--plan-black);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.formula-core span {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-style: italic;
}

.formula-copy {
    margin-inline: auto;
}

/* 07 Business */

.paths-section {
    color: var(--plan-ink);
    background: var(--plan-ivory);
}

.path-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}

.path-number {
    position: relative;
    top: auto;
    color: var(--plan-gold);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(230px, 31vw, 440px);
    line-height: 0.7;
}

.path-maxims {
    margin: 50px 0;
    border-top: 1px solid var(--plan-line-dark);
}

.path-maxims p {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid var(--plan-line-dark);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(33px, 4vw, 58px);
    line-height: 1;
}

/* 08 Employment */

.employment-section {
    color: var(--plan-ivory);
    background: var(--plan-charcoal);
}

.presence-strip {
    margin: 58px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.presence-strip span {
    padding: 10px 14px;
    color: var(--plan-gold-pale);
    border: 1px solid var(--plan-line-light);
    border-radius: 100px;
    font-size: 14px;
}

.mastery-stack {
    margin: 54px 0;
    padding: 8px 0;
    border-top: 1px solid var(--plan-line-light);
    border-bottom: 1px solid var(--plan-line-light);
}

.mastery-stack p,
.mastery-stack strong {
    display: block;
    margin: 0;
    padding: 14px 0;
}

.mastery-stack p {
    color: var(--plan-muted);
}

.mastery-stack strong {
    color: var(--plan-gold-bright);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(36px, 5vw, 70px);
    font-weight: 400;
    line-height: 0.95;
}

/* 09 Roadmaps */

.roadmaps-section {
    padding-bottom: 0;
    color: var(--plan-ink);
    background: var(--plan-paper);
}

.roadmaps-title {
    margin-bottom: 80px;
}

.skills-marquee {
    min-height: 190px;
    padding: 34px 24px;
    color: var(--plan-ink);
    background: transparent;
}

.skills-track {
    width: min(100%, 1180px);
    min-height: 122px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    align-items: center;
    justify-items: center;
    gap: 16px;
}

.skills-track span {
    width: 100%;
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 18px 12px;
    border: 1px solid rgba(155, 92, 0, 0.42);
    border-radius: 6px;
    color: var(--plan-ink);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(17px, 1.65vw, 25px);
    line-height: 1;
    text-align: center;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0 8px 22px rgba(21, 18, 13, 0.08);
    will-change: transform;
}

.roadmaps-copy {
    padding-top: 90px;
    padding-bottom: clamp(100px, 11vw, 180px);
    columns: 2;
    column-gap: 70px;
}

.roadmaps-copy p {
    break-inside: avoid;
    margin-top: 0;
    margin-bottom: 26px;
}

/* 10 Fronts intro */

.fronts-intro-section {
    color: var(--plan-ivory);
    background: var(--plan-black);
}

.fronts-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.fronts-intro-grid .plan-section-head {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.fronts-index {
    grid-column: 1 / -1;
    border-top: 1px solid var(--plan-line-light);
}

.fronts-index a {
    padding: 28px 0;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    color: var(--plan-ivory);
    border-bottom: 1px solid var(--plan-line-light);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(38px, 5.5vw, 78px);
    line-height: 0.95;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.fronts-index a span {
    color: var(--plan-gold);
    font-size: 24px;
}

.fronts-index a:hover {
    padding-left: 18px;
    color: var(--plan-gold-bright);
}

.fronts-mission {
    grid-column: 2;
}

/* Practical fronts */

.front-section {
    min-height: 100svh;
}

.front-giant-number {
    position: absolute;
    top: 40px;
    right: -20px;
    color: rgba(242, 169, 0, 0.1);
    font-family: "Bebas Neue", sans-serif;
    font-size: min(32vw, 500px);
    line-height: 0.7;
    pointer-events: none;
}

.front-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(60px, 9vw, 140px);
}

.front-header {
    position: sticky;
    top: 132px;
    align-self: start;
}

.front-header h2 {
    font-size: clamp(64px, 8vw, 120px);
}

.front-copy {
    max-width: 700px;
}

.masjid-front {
    color: var(--plan-ink);
    background: var(--plan-ivory);
}

.front-pillars,
.network-list,
.media-impact {
    margin: 48px 0;
}

.front-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--plan-line-dark);
    border-left: 1px solid var(--plan-line-dark);
}

.front-pillars span {
    min-height: 110px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--plan-line-dark);
    border-bottom: 1px solid var(--plan-line-dark);
    font-family: "Playfair Display", serif;
    font-size: 21px;
    font-style: italic;
}

.front-verbs {
    padding: 30px;
    color: var(--plan-gold-pale);
    background: var(--plan-black);
}

.front-verbs strong {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 400;
    line-height: 1;
}

.network-front {
    color: var(--plan-black);
    background: var(--plan-gold-bright);
}

.network-front .plan-eyebrow,
.network-front .front-header h2 em,
.network-front .display-statement {
    color: var(--plan-ivory);
}

.network-front .front-giant-number {
    color: rgba(7, 6, 4, 0.08);
}

.front-layout-reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.front-layout-reverse .front-header {
    grid-column: 2;
}

.front-layout-reverse .front-copy {
    grid-column: 1;
    grid-row: 1;
}

.network-front .front-layout-reverse .front-header {
    grid-column: 1;
}

.network-front .front-layout-reverse .front-copy {
    grid-column: 2;
}

.network-list {
    border-top: 1px solid rgba(7, 6, 4, 0.26);
}

.network-list p {
    margin: 0;
    padding: 19px 0;
    border-bottom: 1px solid rgba(7, 6, 4, 0.26);
    font-weight: 700;
}

.plan-button-dark {
    color: var(--plan-ivory);
    background: var(--plan-black);
    border-color: var(--plan-black);
}

.plan-button-dark:hover {
    color: var(--plan-black);
}

.media-front {
    color: var(--plan-ivory);
    background: var(--plan-charcoal);
}

.media-impact {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.media-impact strong {
    min-height: 115px;
    padding: 20px;
    display: flex;
    align-items: center;
    color: var(--plan-gold-pale);
    border: 1px solid var(--plan-line-light);
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

/* 11 Lifelong */

.lifelong-section {
    color: var(--plan-ink);
    background: var(--plan-paper);
}

.lifelong-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(60px, 9vw, 140px);
}

.lifelong-layout .plan-section-head {
    margin-bottom: 0;
}

@media (min-width: 821px) {
    .plan-page .lifelong-layout > .plan-sticky-head {
        padding: 18px 22px;
    }

    .plan-page .lifelong-layout > .plan-sticky-head h2 {
        font-size: clamp(52px, 6vw, 82px);
    }
}

.lifelong-lines {
    margin: 50px 0;
}

.lifelong-lines span {
    display: block;
    padding: 18px 0;
    color: #77581d;
    border-bottom: 1px solid var(--plan-line-dark);
    font-family: "Playfair Display", serif;
    font-size: clamp(22px, 2.4vw, 33px);
    font-style: italic;
    line-height: 1.25;
}

/* 12 Physical */

.physical-section {
    color: var(--plan-ivory);
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 194, 28, 0.22), transparent 26%),
        var(--plan-black);
}

.physical-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.physical-layout .plan-section-head {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.physical-warnings {
    align-self: end;
    border-top: 1px solid var(--plan-line-light);
}

.physical-warnings p {
    padding: 25px 0;
    border-bottom: 1px solid var(--plan-line-light);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1;
}

.physical-total {
    grid-column: 1 / -1;
    margin-top: 50px;
    padding: clamp(34px, 6vw, 80px);
    color: var(--plan-black);
    background: var(--plan-gold-bright);
    font-family: "Playfair Display", serif;
    font-size: clamp(30px, 5vw, 70px);
    font-style: italic;
    line-height: 1.12;
    text-align: center;
}

/* 13 Claims */

.claims-section {
    color: var(--plan-ink);
    background: var(--plan-ivory);
}

@media (min-width: 821px) {
    .plan-page .claims-layout > .plan-sticky-head {
        padding: 18px 22px;
    }

    .plan-page .claims-layout > .plan-sticky-head h2 {
        font-size: clamp(52px, 6vw, 82px);
    }
}

.claim-lines {
    margin-bottom: 60px;
    border-top: 1px solid var(--plan-line-dark);
}

.claim-lines p {
    padding: 24px 0;
    border-bottom: 1px solid var(--plan-line-dark);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(31px, 3.4vw, 50px);
    line-height: 1;
}

/* 14 Audience */

.audience-section {
    color: var(--plan-ivory);
    background: var(--plan-charcoal);
}

.audience-list {
    max-width: 980px;
    margin-inline: auto;
    counter-reset: audience;
}

.audience-list p {
    counter-increment: audience;
    padding: 25px 0;
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--plan-line-light);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(31px, 4.2vw, 60px);
    line-height: 1;
}

.audience-list p::before {
    content: "0" counter(audience);
    color: var(--plan-gold);
    font-size: 18px;
}

.audience-close {
    max-width: 760px;
    margin: 100px auto 0;
    text-align: center;
}

.audience-close > div {
    margin-top: 46px;
}

.audience-close strong {
    display: block;
    color: var(--plan-gold-bright);
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 4vw, 52px);
    font-style: italic;
    line-height: 1.25;
}

/* 15 Enter */

.enter-section {
    color: var(--plan-ink);
    background: var(--plan-paper);
}

.enter-intro {
    margin-bottom: 90px;
}

.enter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--plan-line-dark);
    border-left: 1px solid var(--plan-line-dark);
}

.enter-actions article {
    min-height: 300px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--plan-line-dark);
    border-bottom: 1px solid var(--plan-line-dark);
}

.enter-actions article > span {
    color: var(--plan-gold);
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
}

.enter-actions p {
    margin: auto 0 30px;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
}

.enter-actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #77581d;
    border-top: 1px solid currentColor;
    padding-top: 16px;
    font-weight: 700;
}

/* 16 Started */

.started-section {
    min-height: 120svh;
    color: var(--plan-ivory);
    background: var(--plan-black);
}

.started-glow {
    position: absolute;
    top: 20%;
    left: 50%;
    width: min(70vw, 900px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 194, 28, 0.2);
    border-radius: 50%;
    box-shadow: inset 0 0 180px rgba(242, 169, 0, 0.1), 0 0 180px rgba(242, 169, 0, 0.08);
    transform: translateX(-50%);
    pointer-events: none;
}

.started-layout {
    position: relative;
    z-index: 1;
}

.started-copy,
.started-transition {
    max-width: 760px;
    margin: 0 auto 80px;
    text-align: center;
}

.started-status {
    max-width: 920px;
    margin: 0 auto 100px;
    border-top: 1px solid var(--plan-line-light);
}

.started-status p {
    padding: 23px 0;
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid var(--plan-line-light);
    font-size: clamp(17px, 2vw, 24px);
}

.started-status p::before {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    background: var(--plan-gold-bright);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--plan-gold);
}

.final-sequence {
    margin: 120px 0;
    text-align: center;
}

.final-sequence span {
    display: block;
    color: var(--plan-ivory);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(58px, 10vw, 150px);
    line-height: 0.9;
}

.final-sequence span:nth-child(even) {
    color: var(--plan-gold-bright);
}

.final-mantra {
    padding-top: 80px;
    border-top: 1px solid var(--plan-line-light);
    text-align: center;
}

.final-mantra > p {
    color: var(--plan-muted);
    font-family: "Playfair Display", serif;
    font-size: clamp(25px, 3vw, 42px);
    font-style: italic;
}

.final-mantra h2 {
    margin-top: 48px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(72px, 12vw, 180px);
    font-weight: 400;
}

.final-mantra h2 em {
    color: var(--plan-gold-bright);
    font-family: "Playfair Display", serif;
    font-size: 0.62em;
}

/* Footer */

.plan-footer {
    padding: 34px 0;
    color: var(--plan-ivory);
    background: #030302;
    border-top: 1px solid var(--plan-line-light);
}

.plan-footer .plan-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.plan-footer .logo {
    color: var(--plan-gold-pale);
}

.back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--plan-muted);
    font-size: 13px;
    font-weight: 700;
}

/* Responsive */

@media (max-width: 980px) {
    .plan-page .plan-navbar .nav-links {
        background: #0d0b07;
        border-color: rgba(255, 179, 0, 0.25);
    }

    .plan-page .plan-navbar .dropdown-menu {
        background: #151107;
    }

    .plan-hero {
        min-height: 100svh;
        margin-top: -92px;
    }

    .manifesto-layout,
    .university-layout,
    .gate-grid,
    .employment-grid,
    .claims-layout,
    .path-layout,
    .front-layout,
    .front-layout-reverse,
    .lifelong-layout {
        grid-template-columns: 1fr;
    }

    .plan-sticky-head,
    .path-number,
    .front-header {
        position: relative;
        top: auto;
    }

    .front-layout-reverse .front-header,
    .front-layout-reverse .front-copy {
        grid-column: auto;
        grid-row: auto;
    }

    .network-front .front-layout-reverse .front-header,
    .network-front .front-layout-reverse .front-copy {
        grid-column: auto;
        grid-row: auto;
    }

    .structure-map {
        grid-template-columns: 1fr 1fr;
    }

    .structure-map article:nth-child(2) {
        border-right: 0;
    }

    .structure-map article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--plan-line-dark);
    }

    .path-number {
        font-size: 180px;
    }

    .university-layout .plan-section-head,
    .university-copy {
        max-width: 780px;
    }
}

@media (max-width: 760px) {
    .plan-shell {
        width: min(calc(100% - 40px), 1280px);
    }

    .plan-section {
        padding: 90px 0;
    }

    .plan-marquee-track {
        height: 58px;
    }

    .plan-marquee-track span {
        font-size: 23px;
    }

    .skills-marquee {
        min-height: 0;
        padding: 28px 18px;
    }

    .skills-track {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 16px 12px;
    }

    .skills-track span {
        min-height: 70px;
        font-size: 20px;
    }

    .plan-hero {
        min-height: 100svh;
        margin-top: -84px;
    }

    .plan-hero-media {
        background-image: url("../assets/images/plan-hero-mobile-gold.webp");
        background-position: center center;
    }

    .plan-hero-shade {
       background:
            linear-gradient(90deg, rgba(7, 6, 4, 0.68) 0%, rgba(7, 6, 4, 0.25) 61%, rgba(7, 6, 4, 0.03) 100%),
            linear-gradient(0deg, rgba(7, 6, 4, 0.52) 0%, rgba(7, 6, 4, 0.25) 43%, rgba(7, 6, 4, 0.06) 100%);
    }

    .plan-hero-inner {
        padding-top: 150px;
        padding-bottom: 32px;
    }

    .plan-hero h1 {
        font-size: clamp(82px, 25vw, 130px);
        line-height: 0.76;
    }

    .plan-hero-bottom {
        margin-top: 40px;
    }

    .plan-hero-bottom p {
        font-size: 14px;
    }

    .plan-section-head h2,
    .front-header h2,
    .roadmaps-title h2 {
        font-size: clamp(54px, 17vw, 86px);
    }

    .manifesto-layout,
    .physical-layout,
    .fronts-intro-grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .manifesto-layout .plan-section-head,
    .physical-layout .plan-section-head,
    .fronts-intro-grid .plan-section-head,
    .fronts-index,
    .fronts-mission,
    .physical-total {
        grid-column: auto;
    }

    .manifesto-statements,
    .university-copy {
        padding: 26px;
    }

    .builders-list p {
        font-size: clamp(31px, 10vw, 48px);
    }

    .foundation-callout {
        margin-top: 70px;
        padding-left: 20px;
    }

    .structure-map,
    .curriculum-grid,
    .front-pillars,
    .media-impact,
    .enter-actions {
        grid-template-columns: 1fr;
    }

    .structure-map article {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid var(--plan-line-dark);
    }

    .structure-map article:last-child {
        border-bottom: 0;
    }

    .plan-flow {
        grid-template-columns: 1fr;
        padding-left: 28px;
    }

    .plan-flow::before {
        top: 0;
        bottom: 0;
        left: 6px;
        right: auto;
        width: 1px;
        height: auto;
    }

    .plan-flow li {
        padding: 12px 0 35px 30px;
        text-align: left;
    }

    .plan-flow li::before {
        top: 17px;
        left: -22px;
    }

    .structure-outcome {
        margin-top: 70px;
    }

    .formula-stage {
        min-height: 660px;
        grid-template-columns: 1fr;
    }

    .formula-core {
        top: 50%;
    }

    .formula-side h3 {
        font-size: 90px;
    }

    .path-number {
        font-size: 135px;
    }

    .roadmaps-copy {
        columns: auto;
    }

    .fronts-intro-copy,
    .fronts-mission {
        max-width: 680px;
    }

    .fronts-index a {
        grid-template-columns: 45px 1fr;
        font-size: clamp(34px, 11vw, 54px);
    }

    .front-giant-number {
        top: 80px;
        font-size: 210px;
    }

    .physical-total {
        padding: 34px 22px;
    }

    .audience-list p {
        grid-template-columns: 45px 1fr;
        font-size: clamp(29px, 9vw, 45px);
    }

    .enter-actions article {
        min-height: 260px;
    }

    .final-sequence span {
        font-size: clamp(52px, 17vw, 90px);
    }
}

@media (max-width: 430px) {
    .plan-shell {
        width: min(calc(100% - 28px), 1280px);
    }

    .plan-hero h1 {
        font-size: clamp(70px, 24vw, 102px);
    }

    .plan-hero-bottom {
        align-items: center;
    }

    .plan-arrow-link {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .plan-section-head h2,
    .front-header h2,
    .roadmaps-title h2 {
        font-size: clamp(48px, 16.5vw, 68px);
    }

    .display-statement {
        font-size: 29px;
    }

    .plan-action-row {
        align-items: stretch;
        flex-direction: column;
    }

    .plan-button {
        width: 100%;
    }

    .curriculum-grid span {
        min-height: 70px;
    }

    .front-pillars span,
    .media-impact strong {
        min-height: 90px;
    }

    .plan-footer .logo {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .plan-page *,
    .plan-page *::before,
    .plan-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
