* {
    box-sizing: border-box;
}
:root {
    --ink: #110c09;
    --brown: #24140d;
    --walnut: #3a2115;
    --gold: #c9a45d;
    --gold2: #eed697;
    --cream: #f5efe3;
    --paper: #fffaf0;
    --muted: #b8aa98;
    --line: rgba(201, 164, 93, 0.28);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: Inter, Arial, sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--ink);
    color: var(--cream);
    font-family: var(--sans);
    line-height: 1.6;
    overflow-x: hidden;
}
body.locked {
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
}
.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    background: #fff;
    color: #000;
    padding: 0.7rem 1rem;
    z-index: 999;
}
.skip-link:focus {
    top: 1rem;
}
.kicker {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gold);
    margin: 0 0 1rem;
}
h1,
h2,
h3,
blockquote {
    font-family: var(--serif);
    font-weight: 600;
    line-height: 0.98;
    margin: 0;
}
h2 {
    font-size: clamp(3rem, 6vw, 4.8rem);
    letter-spacing: -0.045em;
}
h3 {
    font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}
p {
    margin: 0 0 1rem;
}
.room {
    position: relative;
    padding: clamp(5rem, 10vw, 1rem) 6vw;
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}

.room2 {
    position: relative;
    padding: clamp(5rem, 10vw, 1rem) 9vw;
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}
.light-room {
    background: var(--cream);
    color: var(--ink);
}
.room-heading {
    /*max-width: 980px;*/
    margin-bottom: 4rem;
}
.room-heading.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.room-heading > p:last-child {
    max-width: 720px;
    margin: 1.4rem auto 0;
    color: var(--muted);
    font-size: 1.12rem;
}
.room-heading2 > p:last-child {
    /*max-width: 720px;
    margin: 1.4rem auto 0;*/
    color: #000000;
    font-size: 1.12rem;
	text-align:center;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.4rem;
    border: 1px solid var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.72rem;
    font-weight: 700;
    transition: 0.25s;
}
.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
}
.button.gold {
    background: linear-gradient(135deg, var(--gold2), #9b7131);
    color: #130d08;
}
.button.ghost {
    background: transparent;
}
.button.dark {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.85s ease,
        transform 0.85s ease;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}

/* Entrance */
.entrance {
    position: fixed;
    inset: 0;
    z-index: 500;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 25%, #4a2c1c 0, #1b0e08 38%, #080504 78%);
    overflow: hidden;
    transition:
        opacity 1s 0.6s,
        visibility 0s 1.6s;
}
.entrance.open {
    opacity: 0;
    visibility: hidden;
}
.entrance-glow {
    position: absolute;
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    background: rgba(238, 214, 151, 0.1);
    filter: blur(80px);
    top: -45vw;
}
.institution-mark {
    position: absolute;
    left: 4vw;
    top: 4vh;
    font: 600 1.35rem var(--serif);
    color: var(--gold);
    border: 1px solid var(--gold);
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}
.entrance-copy {
    position: relative;
    z-index: 4;
    text-align: center;
    max-width: 900px;
    padding: 2rem;
    margin-top: -1rem;
}
.entrance h1 {
    font-size: clamp(3.2rem, 6.2vw, 7rem);
    text-shadow: 0 8px 30px #000;
}
.entrance h1 span {
    color: var(--gold2);
}
.entrance-line {
    max-width: 650px;
    margin: 1.5rem auto 2rem;
    color: #dfd1c1;
}
.enter-button {
    border: 1px solid var(--gold);
    background: rgba(10, 5, 3, 0.72);
    color: #fff;
    padding: 1rem 1.4rem;
    display: inline-flex;
    gap: 3rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.72rem;
}
.enter-button:hover {
    background: var(--gold);
    color: #120b08;
}
.quiet-link {
    display: block;
    margin: 1rem auto 0;
    border: 0;
    background: none;
    color: #a99a89;
    font-size: 0.7rem;
    cursor: pointer;
    text-decoration: underline;
}
.door-frame {
    position: absolute;
    inset: 5vh 16vw 0;
    border: 12px solid #1a0d08;
    border-bottom: 0;
    box-shadow:
        0 0 0 2px #7a552d,
        0 0 90px #000;
    background: #080402;
    perspective: 1600px;
}
.transom {
    height: 12%;
    display: grid;
    place-items: center;
    border-bottom: 4px solid #130905;
    background: linear-gradient(#6b3f24, #241208);
    color: var(--gold2);
    font: 600 clamp(0.7rem, 1vw, 1rem) var(--serif);
    letter-spacing: 0.5em;
}
.doors {
    height: 88%;
    display: flex;
}
.door {
    width: 50%;
    position: relative;
    transform-origin: left center;
    background: repeating-linear-gradient(90deg, #2c140a 0 8%, #4d2815 8% 16%, #2b130a 16% 24%);
    border: 4px solid #180b06;
    transition:
        transform 1.8s cubic-bezier(0.75, 0, 0.25, 1),
        filter 1.5s;
}
.door-right {
    transform-origin: right center;
}
.entrance.doors-open .door-left {
    transform: rotateY(-108deg);
}
.entrance.doors-open .door-right {
    transform: rotateY(108deg);
}
.door-panel {
    position: absolute;
    inset: 8%;
    border: 6px ridge #5e3b20;
    box-shadow:
        inset 0 0 0 3px #160b06,
        inset 0 0 60px #080402;
}
.handle {
    position: absolute;
    top: 51%;
    width: 12px;
    height: 62px;
    border-radius: 8px;
    background: linear-gradient(90deg, #60401d, var(--gold2), #765324);
    box-shadow: 0 0 15px #000;
}
.handle-left {
    right: 5%;
}
.handle-right {
    left: 5%;
}
.threshold {
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: 0;
    height: 2.5%;
    background: linear-gradient(#c7a45d, #5e3e1e);
    box-shadow: 0 -8px 20px #000;
}

/* Header */
.site-shell {
    opacity: 0;
    transition: opacity 1s;
}
.site-shell.ready {
    opacity: 1;
}
.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
   /* background: rgba(13, 8, 6, 0.78);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);*/
}
.wordmark {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}
.monogram {
    width: 44px;
    height: 44px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold);
    font: 600 1rem var(--serif);
}
.wordmark b {
    display: block;
    font-family: var(--serif);
    font-size: 1.2rem;
}
.wordmark small {
    display: block;
    color: var(--muted);
    font-size: 0.58rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
nav a {
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ddd;
}
nav a:hover {
    color: var(--gold2);
}
.nav-cta {
    border: 1px solid var(--gold);
    padding: 0.65rem 0.9rem;
}
.nav-toggle {
    display: none;
    background: none;
    color: #fff;
    border: 1px solid var(--line);
    padding: 0.55rem 0.75rem;
}

/* Great Hall */
.great-hall {
    min-height: 100svh;
    display: grid;
    place-items: center;
    text-align: center;
    padding-top: 9rem;
    /*background: linear-gradient(rgba(9, 6, 4, 0.55), rgba(9, 6, 4, 0.95)),
        radial-gradient(ellipse at center top, #57361f 0, #1d100a 40%, #080504 80%);*/
	background: #333333 url('../assets/yasha-sterling-pink-blazer-edited.png') no-repeat center center / cover;
}
.architecture {
    position: absolute;
    inset: 82px 0 0;
    display: flex;
    justify-content: space-around;
    opacity: 0.28;
}
.architecture span {
    width: 9vw;
    border-left: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    background: linear-gradient(90deg, transparent, rgba(201, 164, 93, 0.1), transparent);
    clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}
.hall-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
	float:left;
	margin-left:-70%;
	width:40%;
}
.hall-content h2 {
    font-size: clamp(3.7rem, 8vw, 6rem);
}
.display-line {
    font: italic clamp(1.5rem, 3vw, 3rem) var(--serif);
    color: var(--gold2);
    margin: 1.5rem auto 2.4rem;
}
.hall-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.scroll-cue {
    position: absolute;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
}
.scroll-cue i {
    font-size: 1.5rem;
    color: var(--gold);
    font-style: normal;
}

/* Founder */
.founder-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 7vw;
    align-items: center;
}

.founder-layout2 {
    /*display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 7vw;*/
    align-items: center;
}
.portrait-frame {
    padding: 1.2rem;
    border: 1px solid #a47b42;
    /*background: #21120c;*/
	background: #333333 url('../assets/yasha-sterling-black-blazer-fullb.png') no-repeat center center / cover;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
.portrait-art {
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*background: radial-gradient(circle at 50% 28%, #caa86a 0, #5e3721 25%, #170d09 66%);*/
    overflow: hidden;
}
.portrait-art:before {
    content: "";
    width: 48%;
    height: 66%;
    position: absolute;
    bottom: 0;
    /*border-radius: 48% 48% 5% 5%;
    background: linear-gradient(135deg, #090909, #302218);
    box-shadow: 0 -50px 80px rgba(255, 255, 255, 0.08);*/
}
.portrait-initials {
    position: relative;
    z-index: 2;
    font: 600 8rem var(--serif);
    color: rgba(238, 214, 151, 0.5);
}
.portrait-plaque {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 8, 5, 0.9);
    color: #fff;
    padding: 1rem;
    text-align: center;
}
.portrait-plaque b {
    display: block;
    font: 600 1.4rem var(--serif);
    color: var(--gold2);
}
.portrait-plaque small {
    font-size: 0.68rem;
    color: #d8caba;
}
.founder-copy .large-copy {
    font: 500 clamp(1.6rem, 2.5vw, 2.5rem) var(--serif);
}
.founder-copy blockquote {
    font-size: clamp(2.1rem, 4vw, 4.4rem);
    color: #8a612c;
    border-left: 3px solid var(--gold);
    padding-left: 1.4rem;
    margin: 2rem 0;
}
.founder-copy p {
    color: #4f4339;
}
.credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2rem;
}
.credentials span {
    border: 1px solid #bba988;
    padding: 0.65rem 0.9rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Big idea */
.big-idea {
    background: linear-gradient(135deg, #100906, #26150d);
}
.idea-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
}
.idea-statement {
    font: 500 clamp(1.7rem, 3vw, 3rem) var(--serif);
    color: #e5d4bd;
}
.idea-statement .accent {
    color: var(--gold2);
}
.three-premises {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 6rem;
}
.three-premises article {
    border-top: 1px solid var(--gold);
    padding-top: 1.5rem;
}
.three-premises span {
    color: var(--gold);
}
.three-premises h3 {
    margin: 0.8rem 0;
}
.three-premises p {
    color: var(--muted);
}

/* SIIM */
.siim-gallery {
    /*background: radial-gradient(circle at center, #27170e, #080504 65%);*/
	background-color:#000101;
}
.siim-exhibit {
    position: relative;
    max-width: 920px;
    aspect-ratio: 1.35;
    margin: 3rem auto 6rem;
    display: grid;
    place-items: center;
}
.orbit {
    position: absolute;
    border: 1px solid rgba(201, 164, 93, 0.45);
    border-radius: 50%;
    transform: rotateX(68deg);
}
.orbit-1 {
    width: 88%;
    height: 58%;
}
.orbit-2 {
    width: 65%;
    height: 42%;
    transform: rotateX(68deg) rotateZ(55deg);
}
.orbit-3 {
    width: 65%;
    height: 42%;
    transform: rotateX(68deg) rotateZ(-55deg);
}
.siim-core {
    position: relative;
    z-index: 3;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    background: radial-gradient(circle, #694622, #130b07 68%);
    border: 1px solid var(--gold);
    box-shadow: 0 0 80px rgba(201, 164, 93, 0.28);
}
.siim-core small,
.siim-core span {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.siim-core strong {
    font: 600 2.4rem var(--serif);
}
.node {
    position: absolute;
    width: 155px;
    height: 155px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    background: rgba(13, 8, 6, 0.92);
    padding: 1rem;
    z-index: 2;
}
.node b {
    font: 600 1.3rem var(--serif);
    color: var(--gold2);
}
.node small {
    font-size: 0.65rem;
    color: var(--muted);
}
.n1 {
    top: 0;
    left: 15%;
}
.n2 {
    top: 2%;
    right: 14%;
}
.n3 {
    left: 0;
    bottom: 10%;
}
.n4 {
    right: 0;
    bottom: 10%;
}
.n5 {
    bottom: -5%;
    left: 42%;
}
.governance-ring {
    position: absolute;
    inset: 6%;
    border: 1px dashed rgba(238, 214, 151, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.5rem;
    color: var(--gold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.65rem;
}
.gallery-notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.gallery-notes article {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--line);
    padding: 2rem;
}
.gallery-notes h3 {
    line-height: 1.1;
}

/* Reading */
.reading-room {
    background: linear-gradient(90deg, #1a0e08, #321c11 40%, #130a06);
}
.reading-layout {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr;
    gap: 2rem;
}
.featured-paper {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 2rem;
    padding: 2rem;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.2);
}
.paper-cover {
    aspect-ratio: 0.72;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(155deg, #090909, #331d11);
    border: 1px solid var(--gold);
    box-shadow: 14px 18px 0 rgba(0, 0, 0, 0.35);
}
.paper-cover h3 {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    color: var(--gold2);
    margin: auto 0 1rem;
}
.paper-series,
.paper-author {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.paper-cover p {
    font-family: var(--serif);
    font-size: 1.25rem;
}
.paper-copy {
    align-self: center;
}
.paper-copy h3 {
    font-size: 2.7rem;
}
.paper-copy p {
    color: var(--muted);
}
.text-link {
    color: var(--gold2);
    font-weight: 700;
}
.research-shelf {
    display: grid;
    gap: 1rem;
}
.research-shelf article {
    padding: 1.4rem;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.025);
}
.research-shelf span {
    font-size: 0.62rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.research-shelf h3 {
    font-size: 1.45rem;
    margin: 0.5rem 0;
}
.research-shelf p {
    color: var(--muted);
    font-size: 0.85rem;
}

/* Collection */
.book-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.book-card {
    text-align: center;
}
.book {
    aspect-ratio: 0.68;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: 15px 18px 28px rgba(0, 0, 0, 0.28);
    transform: perspective(800px) rotateY(-8deg);
    transition: 0.3s;
    border-left: 8px solid rgba(0, 0, 0, 0.35);
}
.book:hover {
    transform: perspective(800px) rotateY(0) translateY(-8px);
}
.book small {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.55rem;
}
.book strong {
    font: 600 clamp(1.8rem, 2.6vw, 3.1rem) / 0.9 var(--serif);
    margin: auto 0;
}
.book i {
    font: italic 1.1rem var(--serif);
}
.book-1 {
    background: #17100d;
    color: #f7d6df;
    border-color: #d52674;
}
.book-2 {
    background: #e12b79;
    color: #fff;
    border-color: #61102f;
}
.book-3 {
    background: #17100d;
    color: #e7c466;
    border-color: #d52674;
}
.book-4 {
    background: #f0dfc7;
    color: #24140d;
    border-color: #caa55d;
}
.book-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 0.2rem;
}
.book-card p {
    color: #76675a;
}

/* Frameworks */
.framework-gallery {
    background: #0c0806;
}
.framework-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.framework-card {
    min-height: 260px;
    padding: 2rem;
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent);
}
.framework-card.featured {
    grid-column: span 2;
    background: radial-gradient(circle at 80% 20%, rgba(201, 164, 93, 0.19), transparent 40%);
}
.framework-card span {
    color: var(--gold);
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}
.framework-card h3 {
    font-size: 3rem;
    margin: 0.7rem 0;
}
.framework-card p {
    color: var(--muted);
}

/* Stage */
.stage {
    background: #030303;
    min-height: 90vh;
}
.stage-light {
    position: absolute;
    top: -40%;
    right: 5%;
    width: 50%;
    height: 120%;
    background: conic-gradient(from 180deg at 50% 0, transparent, rgba(238, 214, 151, 0.13), transparent 38%);
    filter: blur(20px);
}
.stage-layout {
    position: relative;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5vw;
    align-items: center;
}
.stage-copy > p:not(.kicker) {
    color: var(--muted);
    font-size: 1.1rem;
}
.talk-list {
    display: grid;
    margin: 2rem 0;
}
.talk-list span {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.25rem;
}
.stage-screen {
    aspect-ratio: 16/10;
    border: 10px solid #191919;
    padding: 1rem;
    background: #080808;
    box-shadow: 0 35px 80px #000;
}
.screen-inner {
    height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
    background: radial-gradient(circle, #5c3a1e, #120b08 65%);
}
.screen-inner h3 {
    font-size: clamp(2rem, 3.5vw, 4rem);
}
.screen-inner p {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--gold);
}
.play-button {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin: 0 auto 1.4rem;
    cursor: pointer;
    font-size: 1.2rem;
}

/* Phutures */
.phutures-layout {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 7vw;
    align-items: center;
}
.phutures-copy > p:not(.kicker) {
    font-size: 1.15rem;
    color: #5d4e42;
}
.phutures-copy blockquote {
    font-size: clamp(2.4rem, 4.5vw, 5rem);
    color: #d52674;
    margin: 2rem 0;
}
.belief-installation {
    aspect-ratio: 1;
    position: relative;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 28%, #fff 0, #f5d7e5 25%, #24100f 75%);
    overflow: hidden;
}
.belief-installation p {
    position: relative;
    z-index: 3;
    color: #fff;
    font: 600 clamp(2.5rem, 5vw, 5.5rem) / 0.82 var(--serif);
    text-shadow: 0 4px 20px #000;
}
.chair {
    position: absolute;
    bottom: 8%;
    width: 36%;
    height: 38%;
    border: 8px solid #1c1110;
    border-bottom: 0;
}
.chair:after {
    content: "";
    position: absolute;
    left: -15%;
    right: -15%;
    bottom: -25%;
    height: 10px;
    background: #1c1110;
    box-shadow:
        -40px 50px 0 -3px #1c1110,
        40px 50px 0 -3px #1c1110;
}
.light-beam {
    position: absolute;
    top: -10%;
    width: 55%;
    height: 90%;
    background: linear-gradient(rgba(255, 255, 255, 0.6), transparent);
    clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
}

/* Invitation/footer/dialog */
.invitation {
    text-align: center;
    background: radial-gradient(circle at center, #4b2c18, #100906 65%);
}
.invitation-inner {
    max-width: 1000px;
    margin: auto;
}
.invitation-inner > p:not(.kicker) {
    max-width: 650px;
    margin: 1.5rem auto 2rem;
    color: #d5c6b4;
}
.invitation-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
footer {
    padding: 3rem 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    color: var(--muted);
    font-size: 0.75rem;
}
footer > div {
    display: flex;
    align-items: center;
    gap: 1rem;
}
footer p {
    margin: 0;
}
dialog {
    max-width: 650px;
    background: #160d08;
    color: #fff;
    border: 1px solid var(--gold);
    padding: 3rem;
    box-shadow: 0 30px 100px #000;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}
dialog h2 {
    font-size: 4rem;
}
.dialog-close {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    border: 0;
    background: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
code {
    color: var(--gold2);
}

@media (max-width: 980px) {
    nav {
        position: fixed;
        top: 82px;
        right: 0;
        width: min(360px, 90vw);
        height: calc(100vh - 82px);
        background: #110b08;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 2rem;
        transform: translateX(105%);
        transition: 0.3s;
    }
    nav.open {
        transform: none;
    }
    .nav-toggle {
        display: block;
    }
    .founder-layout,
    .idea-grid,
    .reading-layout,
    .stage-layout,
    .phutures-layout {
        grid-template-columns: 1fr;
    }
    .three-premises,
    .gallery-notes,
    .framework-grid {
        grid-template-columns: 1fr 1fr;
    }
    .book-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .featured-paper {
        grid-template-columns: 1fr 1fr;
    }
    .framework-card.featured {
        grid-column: auto;
    }
    .door-frame {
        inset: 5vh 5vw 0;
    }
    .siim-exhibit {
        transform: scale(0.85);
        margin-left: -8%;
        margin-right: -8%;
    }
}
@media (max-width: 650px) {
    .room {
        padding: 5rem 1.25rem;
    }
    .site-header {
        padding: 0 1rem;
    }
    .wordmark small {
        display: none;
    }
    h2 {
        font-size: 3.2rem;
    }
    .entrance-copy {
        padding: 1rem;
    }
    .entrance-line {
        font-size: 0.85rem;
    }
    .door-frame {
        inset: 2vh 0 0;
    }
    .transom {
        height: 10%;
    }
    .doors {
        height: 90%;
    }
    .founder-layout,
    .idea-grid,
    .three-premises,
    .gallery-notes,
    .reading-layout,
    .featured-paper,
    .book-gallery,
    .framework-grid,
    .stage-layout,
    .phutures-layout {
        grid-template-columns: 1fr;
    }
    .siim-exhibit {
        aspect-ratio: 1;
        transform: scale(0.68);
        margin: -12% -35% 0;
    }
    .node {
        width: 130px;
        height: 130px;
    }
    .n5 {
        left: 38%;
    }
    .book {
        max-width: 280px;
        margin: auto;
    }
    .hall-actions,
    .invitation-actions {
        flex-direction: column;
    }
    .button {
        width: 100%;
    }
    .stage-screen {
        aspect-ratio: 1;
    }
    .belief-installation {
        margin-top: 2rem;
    }
    footer {
        flex-direction: column;
        text-align: center;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* =========================================================
   THE COLLECTION — IMPLEMENTED LAUNCH VERSION
   ========================================================= */
.collection-implemented {
    position: relative;
    background: linear-gradient(rgba(4, 3, 2, 0.22), rgba(4, 3, 2, 0.72)),
        radial-gradient(circle at 50% 10%, rgba(175, 116, 38, 0.22), transparent 35%), #050403;
    color: #f7f0e4;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.collection-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
            90deg,
            rgba(197, 144, 55, 0.08),
            transparent 14%,
            transparent 86%,
            rgba(197, 144, 55, 0.08)
        ),
        repeating-linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.015) 12% 12.2%);
    mix-blend-mode: screen;
}
.collection-heading {
    position: relative;
    z-index: 2;
    width: min(1260px, 92vw);
    margin: 0 auto 1.8rem;
    text-align: center;
}
.collection-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 1rem;
}
.collection-eyebrow span {
    width: min(150px, 15vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a45d);
}
.collection-eyebrow span:last-child {
    background: linear-gradient(90deg, #c9a45d, transparent);
}
.collection-eyebrow p {
    margin: 0;
    color: #d6a448;
    text-transform: uppercase;
    letter-spacing: 0.42em;
    font-size: clamp(0.62rem, 0.9vw, 0.82rem);
    font-weight: 600;
}
.collection-heading h2 {
    color: #d7a958;
    font-size: clamp(3rem, 6.5vw, 7.2rem);
    line-height: 0.94;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.72);
}
.collection-subhead {
    margin: 1.4rem 0 0.25rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: clamp(0.68rem, 1.2vw, 0.94rem);
}
.collection-tagline {
    margin: 0;
    color: #d6a448;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: clamp(0.62rem, 1vw, 0.84rem);
}
.collection-installation {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid rgba(201, 164, 93, 0.4);
    border-bottom: 1px solid rgba(201, 164, 93, 0.4);
    background: #060504;
}
.collection-installation::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow:
        inset 0 40px 70px rgba(0, 0, 0, 0.22),
        inset 0 -60px 90px rgba(0, 0, 0, 0.35);
}
.collection-installation img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.collection-story {
    position: relative;
    z-index: 2;
    width: min(1320px, 92vw);
    margin: 0 auto;
    padding: 2.8rem 0 3.2rem;
    display: grid;
    grid-template-columns: 0.72fr 1.2fr auto;
    align-items: center;
    gap: 2.2rem;
}
.collection-title-block {
    padding-right: 2rem;
    border-right: 1px solid rgba(201, 164, 93, 0.5);
}
.collection-title-block h3 {
    color: #d7a958;
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    text-transform: uppercase;
    line-height: 0.95;
}
.ornament {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1rem;
    color: #d7a958;
}
.ornament span {
    flex: 1;
    height: 1px;
    background: rgba(201, 164, 93, 0.55);
}
.ornament i {
    font-style: normal;
    font-size: 0.72rem;
}
.collection-story > p {
    margin: 0;
    color: #e7ddd0;
    font-family: var(--serif);
    font-size: clamp(1.1rem, 1.5vw, 1.36rem);
    line-height: 1.35;
}
.collection-button {
    color: #d7a958;
    border-color: #a87b2f;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.2);
}
.collection-button:hover {
    color: #100b07;
    background: #d7a958;
}

@media (max-width: 980px) {
    .collection-story {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .collection-title-block {
        border-right: 0;
        border-bottom: 1px solid rgba(201, 164, 93, 0.4);
        padding: 0 0 1.6rem;
    }
    .ornament {
        max-width: 330px;
        margin: 1rem auto 0;
    }
    .collection-button {
        width: auto;
        justify-self: center;
    }
}
@media (max-width: 650px) {
    .collection-implemented {
        padding-top: 5rem;
    }
    .collection-heading {
        width: 92vw;
    }
    .collection-eyebrow {
        gap: 0.65rem;
    }
    .collection-eyebrow p {
        letter-spacing: 0.22em;
    }
    .collection-subhead,
    .collection-tagline {
        letter-spacing: 0.14em;
    }
    .collection-installation img {
        width: 155%;
        max-width: none;
        margin-left: -27.5%;
    }
    .collection-story {
        padding: 2rem 0 2.6rem;
    }
    .collection-button {
        width: 100%;
    }
}

.bookLayout{
	width:100%;
	max-width:100%;
}
/* =========================================================
   OUR PILLARS
   ========================================================= */

.institute-pillars {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(201, 164, 93, 0.13),
      transparent 34%
    ),
    #f8f3eb;
  color: #21140f;
}

.institute-pillars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(900px, 80vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(151, 107, 43, 0.65),
    transparent
  );
}

.institute-pillars .room-heading {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.institute-pillars .room-heading h2 {
  margin-bottom: 1rem;
  color: #21140f;
}

.pillars-intro {
  max-width: 720px;
  margin: 0 auto;
  color: #6d5a4b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.pillars-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  max-width: 1400px;
  margin: 4rem auto 0;
  border: 1px solid rgba(107, 79, 52, 0.16);
  background: rgba(107, 79, 52, 0.16);
}

.pillar-card {
  position: relative;
  min-height: 420px;
  padding: 2.2rem 1.6rem 2rem;
  background: rgba(255, 253, 249, 0.96);
  text-align: center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.pillar-card:hover {
  z-index: 3;
  transform: translateY(-8px);
  background: #fff;
  box-shadow: 0 24px 55px rgba(45, 28, 18, 0.14);
}

.pillar-number {
  position: absolute;
  top: 1.25rem;
  right: 1.35rem;
  color: rgba(132, 91, 42, 0.45);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.pillar-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 1.2rem auto 1.8rem;
  border: 1px solid rgba(181, 137, 65, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255, 255, 255, 0.95),
      rgba(222, 199, 158, 0.32)
    );
  box-shadow:
    inset 0 0 0 6px rgba(201, 164, 93, 0.07),
    0 12px 30px rgba(71, 47, 27, 0.08);
}

.pillar-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #a47731;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-card h3 {
  min-height: 3.4em;
  margin: 0 0 1.1rem;
  color: #281812;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.05;
}

.pillar-card p {
  margin: 0;
  color: #766457;
  font-size: 0.92rem;
  line-height: 1.7;
}

.pillar-card::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(
    90deg,
    transparent,
    #c9a45d,
    transparent
  );
  transition: transform 0.35s ease;
}

.pillar-card:hover::after {
  transform: scaleX(1);
}

@media (max-width: 1150px) {
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pillar-card {
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  .pillars-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-top: 2.5rem;
  }

  .pillar-card {
    min-height: auto;
    padding: 2.5rem 2rem;
  }

  .pillar-card h3 {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pillar-card {
    transition: none;
  }

  .pillar-card:hover {
    transform: none;
  }
}

/* =========================================================
   EXPANDABLE FRAMEWORK GALLERY
   ========================================================= */

.framework-gallery {
  position: relative;
  overflow: hidden;
}

.framework-header{
	color:#ffffff !important;
}
.framework-gallery::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(177, 134, 53, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.framework-gallery-intro {
  width: min(680px, 100%);
  margin: 18px auto 0;
  color: #625b50;
  line-height: 1.8;
}

.framework-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.framework-card {
  position: relative;
  min-width: 0;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(247, 242, 232, 0.96)
    );
  border: 1px solid rgba(177, 134, 53, 0.22);
  border-radius: 4px;
  box-shadow: 0 18px 45px rgba(35, 29, 20, 0.08);
  overflow: hidden;
  transition:
    transform 350ms ease,
    box-shadow 350ms ease,
    border-color 350ms ease;
}

.framework-card:hover {
  transform: translateY(-7px);
  border-color: rgba(177, 134, 53, 0.55);
  box-shadow: 0 28px 65px rgba(35, 29, 20, 0.14);
}

.framework-card.is-expanded {
  grid-column: 1 / -1;
  transform: none;
  border-color: rgba(177, 134, 53, 0.62);
  box-shadow: 0 34px 80px rgba(35, 29, 20, 0.16);
}

.framework-card.is-expanded:hover {
  transform: none;
}

.framework-card-summary {
  position: relative;
  min-height: 470px;
  padding: 38px 34px 34px;
  display: flex;
  flex-direction: column;
}

.framework-card-summary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 105px;
  height: 105px;
  border-right: 1px solid rgba(177, 134, 53, 0.22);
  border-bottom: 1px solid rgba(177, 134, 53, 0.22);
  pointer-events: none;
}

.framework-number {
  position: absolute;
  top: 26px;
  right: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #a17a31;
}

.framework-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(177, 134, 53, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 7px rgba(177, 134, 53, 0.05);
}

.framework-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #a17a31;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.framework-type,
.expanded-label {
  margin: 0 0 12px;
  color: #a17a31;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.framework-card h3 {
  margin: 0;
  color: #17140f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 1rem);
  font-weight: 500;
  line-height: 1.16;
}

.framework-description {
  margin: 20px 0 28px;
  color: #645d52;
  line-height: 1.75;
}

.framework-expand-button {
  width: 100%;
  margin-top: auto;
  padding: 17px 0 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: #17140f;
  border: 0;
  border-top: 1px solid rgba(177, 134, 53, 0.26);
  background: transparent;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.framework-expand-button:hover {
  color: #a17a31;
}

.framework-plus {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(177, 134, 53, 0.45);
  border-radius: 50%;
  transition:
    transform 300ms ease,
    background-color 300ms ease;
}

.framework-plus::before,
.framework-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #a17a31;
  transform: translate(-50%, -50%);
  transition: transform 300ms ease;
}

.framework-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.framework-card.is-expanded .framework-plus {
  transform: rotate(180deg);
  background: #a17a31;
}

.framework-card.is-expanded .framework-plus::before,
.framework-card.is-expanded .framework-plus::after {
  background: #ffffff;
}

.framework-card.is-expanded .framework-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Expanded area */

.framework-expanded-content {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  border-top: 0 solid rgba(177, 134, 53, 0.23);
  background:
    radial-gradient(
      circle at 85% 25%,
      rgba(177, 134, 53, 0.1),
      transparent 28%
    ),
    #17140f;
  transition:
    grid-template-rows 500ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease,
    visibility 500ms ease,
    border-width 300ms ease;
}

.framework-card.is-expanded .framework-expanded-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  border-top-width: 1px;
}

.framework-expanded-inner {
  min-height: 0;
  overflow: hidden;
}

.framework-card.is-expanded .framework-expanded-inner {
  padding: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: center;
}

.framework-expanded-copy h4 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.08;
}

.framework-expanded-copy > p:not(.expanded-label) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
}

.framework-detail-columns {
  margin: 38px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.framework-detail-columns h5 {
  margin: 0 0 14px;
  color: #d3ab5c;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.framework-detail-columns p,
.framework-detail-columns li {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.framework-detail-columns p {
  margin: 0;
}

.framework-detail-columns ul {
  margin: 0;
  padding-left: 18px;
}

.framework-detail-columns li + li {
  margin-top: 7px;
}

.framework-page-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 24px;
  color: #17140f;
  background: linear-gradient(135deg, #d8b76d, #a7792a);
  border: 1px solid #d8b76d;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.framework-page-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(190, 146, 60, 0.24);
}

.framework-page-link.is-disabled {
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border-color: rgba(216, 183, 109, 0.35);
  cursor: default;
}

/* SIIM visual */

.framework-visual {
  position: relative;
  width: min(340px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  display: grid;
  place-items: center;
}

.framework-orbit {
  position: absolute;
  border: 1px solid rgba(216, 183, 109, 0.42);
  border-radius: 50%;
}

.orbit-one {
  inset: 12%;
}

.orbit-two {
  inset: 25%;
  border-style: dashed;
  animation: frameworkRotate 24s linear infinite;
}

.framework-core {
  position: relative;
  z-index: 2;
  width: 128px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(216, 183, 109, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(216, 183, 109, 0.22), transparent 65%),
    #201b13;
  box-shadow:
    0 0 50px rgba(216, 183, 109, 0.16),
    inset 0 0 24px rgba(216, 183, 109, 0.1);
}

.framework-core span {
  color: #e1c179;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.framework-core small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.orbit-label {
  position: absolute;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.65);
  background: #17140f;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.label-one {
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.label-two {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.label-three {
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.label-four {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* IMF preview */

.metric-preview {
  min-height: 320px;
  padding: 36px;
  display: grid;
  place-items: center;
  gap: 28px;
  border: 1px solid rgba(216, 183, 109, 0.25);
  background: rgba(255, 255, 255, 0.025);
}

.metric-ring {
  width: 160px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    conic-gradient(
      #d8b76d 0 76%,
      rgba(216, 183, 109, 0.13) 76% 100%
    );
}

.metric-ring::before {
  content: "";
  position: absolute;
}

.metric-ring-center {
  width: 124px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: #17140f;
}

.metric-ring-center strong {
  color: #e1c179;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.metric-ring-center span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metric-bars {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 14px;
}

.metric-bars span {
  width: 18px;
  height: var(--metric-height);
  background: linear-gradient(to top, #9d7025, #e1c179);
  box-shadow: 0 0 16px rgba(216, 183, 109, 0.12);
}

/* A.I.M. preview */

.aim-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.aim-column {
  min-height: 245px;
  padding: 28px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border: 1px solid rgba(216, 183, 109, 0.28);
  background:
    linear-gradient(
      to bottom,
      rgba(216, 183, 109, 0.12),
      rgba(255, 255, 255, 0.02)
    );
}

.aim-column:nth-child(2) {
  transform: translateY(-18px);
}

.aim-column strong {
  color: #e1c179;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  font-weight: 400;
}

.aim-column span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

@keyframes frameworkRotate {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */

@media (max-width: 980px) {
  .framework-grid {
    grid-template-columns: 1fr 1fr;
  }

  .framework-card.is-expanded {
    grid-column: 1 / -1;
  }

  .framework-card.is-expanded .framework-expanded-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 700px) {
  .framework-grid {
    width: min(100% - 28px, 560px);
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .framework-card.is-expanded {
    grid-column: auto;
  }

  .framework-card-summary {
    min-height: auto;
    padding: 32px 26px;
  }

  .framework-expand-button {
    margin-top: 24px;
  }

  .framework-card.is-expanded .framework-expanded-inner {
    padding: 38px 25px;
  }

  .framework-detail-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .framework-visual {
    width: min(290px, 100%);
  }

  .aim-preview {
    grid-template-columns: 1fr;
  }

  .aim-column {
    min-height: 140px;
  }

  .aim-column:nth-child(2) {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .framework-card,
  .framework-expanded-content,
  .framework-plus,
  .framework-plus::before,
  .framework-plus::after,
  .framework-page-link {
    transition: none;
  }

  .orbit-two {
    animation: none;
  }
}

/* =========================================================
   ADDITIONAL FRAMEWORK PREVIEWS
   ========================================================= */

/* Phenomenal Journey */

.journey-preview {
  position: relative;
  width: min(410px, 100%);
  margin-inline: auto;
  padding: 40px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: center;
}

.journey-line {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(216, 183, 109, 0.2),
    #d8b76d,
    rgba(216, 183, 109, 0.2)
  );
}

.journey-step {
  position: relative;
  z-index: 2;
  min-height: 118px;
  padding: 18px 8px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(216, 183, 109, 0.35);
  background: #17140f;
}

.journey-step strong {
  color: #d8b76d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.journey-step span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Operational Identity Gap */

.gap-preview {
  width: min(430px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 82px 1fr;
  align-items: stretch;
}

.gap-panel {
  min-height: 240px;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(216, 183, 109, 0.32);
  background:
    linear-gradient(
      to bottom,
      rgba(216, 183, 109, 0.1),
      rgba(255, 255, 255, 0.015)
    );
}

.gap-panel span {
  color: #d8b76d;
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gap-panel strong {
  color: rgba(255, 255, 255, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
}

.gap-center {
  display: grid;
  place-items: center;
  border-top: 1px dashed rgba(216, 183, 109, 0.4);
  border-bottom: 1px dashed rgba(216, 183, 109, 0.4);
}

.gap-center span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #d8b76d;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* IAMPHENOMENAL */

.iam-preview {
  width: min(390px, 100%);
  margin-inline: auto;
  padding: 34px;
  border: 1px solid rgba(216, 183, 109, 0.28);
  background:
    radial-gradient(
      circle at center,
      rgba(216, 183, 109, 0.12),
      transparent 62%
    );
}

.iam-mark {
  min-height: 190px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(216, 183, 109, 0.38);
  border-radius: 50%;
}

.iam-mark span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
}

.iam-mark strong {
  margin-top: 8px;
  color: #d8b76d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}

.iam-pillars {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.iam-pillars span {
  padding: 10px;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(216, 183, 109, 0.22);
  text-align: center;
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .journey-preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-line {
    display: none;
  }

  .gap-preview {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gap-panel {
    min-height: 160px;
  }

  .gap-center {
    min-height: 58px;
    border: 1px dashed rgba(216, 183, 109, 0.4);
  }

  .gap-center span {
    writing-mode: initial;
    transform: none;
  }
}