* {
    box-sizing: border-box;
}
:root {
    --gold: #d4af5a;
    --gold2: #f0d88a;
    --dark: #120b06;
    --paper: #fff8ec;
    --ink: #24180f;
    --ivory: #f8f2e7;
	 --ys-black: #050505;
  --ys-soft-black: #101010;
  --ys-white: #ffffff;
  --ys-gold: #d6b25e;
  --ys-hot-pink: #e61978;
  --ys-soft-pink: #ff65ad;
  --ys-border: rgba(255, 255, 255, 0.16);
	--ys-black: #050405;
    --ys-black-soft: #0d090b;
    --ys-panel: #120d10;
    --ys-cream: #f8f1ea;
    --ys-muted: #c8bdb5;
    --ys-gold: #caa45d;
    --ys-gold-light: #e2c07c;
    --ys-pink: #ef4d9a;
    --ys-line: rgba(202, 164, 93, 0.25);
    --ys-max: 1320px;
    --ys-serif: Georgia, "Times New Roman", serif;
    --ys-sans: Arial, Helvetica, sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: #080503;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
.site-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
    background: rgba(8, 5, 3, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(212, 175, 90, 0.28);
}
.brand {
    display: flex;
    gap: 12px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}
.brand span {
    font:
        28px Georgia,
        serif;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gold2);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold2);
}
.brand small {
    display: block;
    color: #d8c7a7;
    font-size: 10px;
}
.site-nav nav {
    display: flex;
    gap: 22px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12em;
}
.center {
    text-align: center;
}
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--gold2);
    font-size: 12px;
    font-weight: 900;
}
.dark-text {
    color: #a87c2d;
}
.section-title {
    font:
        400 clamp(48px, 6vw, 92px) / 0.92 Georgia,
        serif;
    margin: 12px auto 40px;
	color:#ffffff;
}
.pill {
    display: inline-block;
    margin-top: 28px;
    padding: 15px 24px;
    border: 1px solid var(--gold2);
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    background: rgba(0, 0, 0, 0.22);
    transition: 0.25s;
}
.pill:hover {
    background: var(--gold);
    color: #180f08;
}

.pill2 {
    display: inline-block;
    margin-top: 28px;
    padding: 15px 24px;
    border: 1px solid var(--gold2);
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    background: rgba(0, 0, 0, 0.22);
    transition: 0.25s;
	margin-top:-2%;
}
.pill2:hover {
    background: var(--gold);
    color: #180f08;
}

.great-hall,
.curator {
    position: relative;
    height: 135vh;
    min-height: 740px;
    /*overflow: hidden;*/
    background: #050302;
}
.hall-film,
.curator video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    filter: brightness(0.86);
    transform: scale(1.04);
    animation: filmBreathe 12s ease-in-out infinite alternate;
}
.shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.58)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 48%, rgba(0, 0, 0, 0.2));
    z-index: 2;
}
.doors {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    pointer-events: none;
}
.door {
    background: linear-gradient(115deg, #130904, #3a1f0e 45%, #100703);
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.55);
    transition: transform 1.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.great-hall.open .left {
    transform: translateX(-74%);
}
.great-hall.open .right {
    transform: translateX(74%);
}
.hero-copy {
    position: absolute;
    z-index: 8;
    left: 7vw;
    bottom: 10vh;
    max-width: 1050px;
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.85);
}
.line {
    font:
        400 clamp(26px, 3vw, 44px) Georgia,
        serif;
    margin: 0 0 14px;
    opacity: 0;
    transform: translateY(16px);
}
.welcome {
    animation: fadeUp 0.8s 0.55s forwards;
}
.idea {
    animation: fadeUp 0.8s 1.25s forwards;
    color: #f5e8d0;
}
.hero-copy h1 {
    font:
        400 clamp(64px, 8vw, 134px) / 0.86 Georgia,
        serif;
    margin: 20px 0 16px;
    opacity: 0;
    animation: fadeUp 0.9s 2s forwards;
}
.tagline {
    font:
        italic clamp(28px, 3vw, 50px) Georgia,
        serif;
    color: var(--gold2);
    opacity: 0;
    animation: fadeUp 0.8s 2.65s forwards;
}
.hero-copy .pill {
    opacity: 0;
    animation: fadeUp 0.8s 3.15s forwards;
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: 0.8s;
}
.reveal.show {
    opacity: 1;
    transform: none;
}
.rooms {
    padding: 0px 6vw;
    /*background: linear-gradient(#fffaf0, #f5eadb);*/
	/*background: radial-gradient(circle at center top, rgba(212, 175, 90, 0.18), transparent 28%), linear-gradient(rgb(11, 9, 8), rgb(21, 16, 13));*/
    color: #24180f;
}
.room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.room {
    position: relative;
    min-height: 380px;
    border-radius: 30px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    box-shadow: 0 30px 70px rgba(50, 25, 7, 0.18);
    transition: 0.35s;
    overflow: hidden;
    background: #2b160b;
}
.room:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.08));
    z-index: 2;
}
.room video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.45s;
}
.room:hover video {
    opacity: 0.82;
}
.room:hover {
    transform: translateY(-10px);
}
.room span,
.room h3,
.room p {
    position: relative;
    z-index: 3;
}
.room span {
    font-size: 42px;
}
.room h3 {
    font:
        400 44px/0.92 Georgia,
        serif;
}
.library {
    /*background: linear-gradient(135deg, #3a1d0d, #84613b);*/
	background: #333333 url('../assets/siim.png') no-repeat center center / cover ;
}
.recognition-room {
    /*background: linear-gradient(135deg, #efe3cf, #7b592f);*/
	background: #333333 url('../assets/yasha-sterling-times-square.jpg') no-repeat center center / cover;
}
.desk-room {
   /* background: linear-gradient(135deg, #70472a, #2b160b);
	background: linear-gradient(135deg, #efe3cf, #7b592f);*/
	background: #333333 url('../assets/yasha-working-on-concept.jpg') no-repeat center center / cover;
}
.research-room {
     /*background: linear-gradient(135deg, #efe3cf, #7b592f);*/
	background: #333333 url('../assets/curator-desk.jpg') no-repeat center center / cover;
}
.stage {
    /* background: linear-gradient(135deg, #fffaf0, #9d7540);
	 background: linear-gradient(135deg, #70472a, #2b160b);
	background: linear-gradient(135deg, #efe3cf, #7b592f);*/
	background: #333333 url('../assets/yasha-sterling-great-hall.jpg') no-repeat center center / cover ;
}
.reading-room {
   /* background: linear-gradient(135deg, #fffaf0, #9d7540);
	 background: linear-gradient(135deg, #70472a, #2b160b);
	background: linear-gradient(135deg, #efe3cf, #7b592f);*/
	background: #333333 url('../assets/yasha-sterling-explaining-siim.jpg') no-repeat center center / cover;
}
.ecosystem-room {
   /* background: linear-gradient(135deg, #e9eef4, #17243d);
	 background: linear-gradient(135deg, #fffaf0, #9d7540);
	 background: linear-gradient(135deg, #70472a, #2b160b);
	background: linear-gradient(135deg, #efe3cf, #7b592f);*/
	background: #333333 url('../assets/the-yasha-sterling-ecosystem.png') no-repeat center center / cover;
}
.movement-room {
   /* background: linear-gradient(135deg, #e9eef4, #17243d);
	 background: linear-gradient(135deg, #fffaf0, #9d7540);
	 background: linear-gradient(135deg, #70472a, #2b160b);
	background: linear-gradient(135deg, #efe3cf, #7b592f);*/
	background: #333333 url('../assets/celebration.jpg') no-repeat center center / cover;
}
.distinctions {
    padding: 90px 6vw;
    /*background: radial-gradient(circle at top, rgba(240, 216, 138, 0.15), transparent 30%),
        linear-gradient(#140b06, #2a180d);*/
	/*background-image('../assets/yasha-sterling-times-square.jpg')*/
	
}

.intro {
    text-align: center;
    margin-bottom: 50px;
}
.intro h2,
.reading h2,
.ecosystem h2,
.architect h2 {
    font:
        400 clamp(58px, 8vw, 100px) / 0.9 Georgia,
        serif;
    margin: 10px 0;
}
.subtitle {
    font:
        italic 30px Georgia,
        serif;
    color: #e7d6b0;
}
.columns {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1500px;*/
    margin: auto;
}
.column {
    /*padding: 28px;
    border: 1px solid rgba(212, 175, 90, 0.35);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);*/
}
.column h3 {
    text-align: center;
    font:
        400 52px Georgia,
        serif;
    margin: 0;
}
.desc {
    text-align: center;
    color: #e6d7b8;
}
.mosaic {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 120px;
    gap: 18px;
}
.artifact {
    position: relative;
    background: #fff;
    color: #24180f;
    border: 8px solid #cfa34d;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    transition: 0.3s;
}
.artifact:hover {
    transform: translateY(-8px);
}
.artifact.hero {
    grid-column: span 3;
    grid-row: span 3;
}
.medium {
    grid-column: span 3;
    grid-row: span 2;
}
.small {
    grid-column: span 2;
    grid-row: span 2;
}
.smaller {
    grid-column: span 1;
    grid-row: span 1;
}
.wide {
    grid-column: span 4;
    grid-row: span 2;
}
.image {
    height: 100%;
    display: grid;
    place-items: center;
    font:
        400 34px Georgia,
        serif;
    background: linear-gradient(#faf7ef, #e5d7bd);
    text-align: center;
}
.gold .image {
    /*background: linear-gradient(#4d2d10, #c89a41);*/
	background: #2c3e50 url('../img/internet-20-leadership-award.JPG') no-repeat 50% 50%;
    color: #fff7d8;
}
.dark .image {
    /*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../assets/yasha-sterling-times-square.jpg') no-repeat center/cover;
    color: #fff;
}
.dark2 .image {
    /*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../img/internet-20-leadership-award.JPG') no-repeat 29% 10%;
    color: #fff;
}

.impact2 .image{
	/*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../img/leaders-of-impact-awarda.png') no-repeat center/cover;
    color: #fff;
}

.stemred .image{
	/*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../img/stem-goes-red.png') no-repeat center/cover;
    color: #fff;
}

.rockford .image{
	/*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../img/rockford-university.png') no-repeat center/cover;
    color: #fff;
}

.ctoday .image{
	/*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../img/yasha-sterling-ctoday-award.png') no-repeat center/cover;
    color: #fff;
}

.genesys .image{
	/*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../img/genesys-works-chicago.png') no-repeat center/cover;
    color: #fff;
}

.smallx{
	width:100%;
	height:28vh;
}

.cii .image{
	/*background: linear-gradient(#1b1120, #7b6031);*/
	background: #2c3e50 url('../img/yasha-sterling-cii-graduation-ceremony.JPEG') no-repeat center/cover;
    color: #fff;
}
.plaque {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 248, 236, 0.97);
    padding: 12px;
    border-top: 1px solid #ddd;
    min-height: 88px;
}
.hover {
    display: none;
}
.artifact:hover .default {
    display: none;
}
.artifact:hover .hover {
    display: block;
}
.plaque small {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #9b6f23;
    font-size: 10px;
    font-weight: bold;
}
.plaque strong {
    display: block;
    font:
        400 20px Georgia,
        serif;
}
.hover p {
    margin: 6px 0 0;
    font:
        italic 14px Georgia,
        serif;
    line-height: 1.35;
}
.impact {
    padding: 100px 8vw;
    background: #100b07;
    /*color: #000000;*/
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}
.impact h2 {
    font:
        400 64px/0.95 Georgia,
        serif;
}
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.stats article {
    border-top: 1px solid rgba(240, 216, 138, 0.42);
    padding: 24px 0;
}
.stats strong {
    font:
        400 52px Georgia,
        serif;
    color: var(--gold2);
    display: block;
}
.curator-copy {
    position: absolute;
    z-index: 3;
    top: 15vh;
    left: 7vw;
    width: min(620px, 86vw);
    text-shadow: 0 10px 30px #000;
}
.curator h2 {
    font:
        400 clamp(48px, 6vw, 88px) / 0.9 Georgia,
        serif;
}
.curator h3 {
    font:
        italic clamp(28px, 3vw, 44px) Georgia,
        serif;
    color: #f5d88d;
}
.thoughts {
    font:
        400 clamp(20px, 1.8vw, 28px) / 1.35 Georgia,
        serif;
    border-left: 3px solid var(--gold);
    padding-left: 1.25rem;
}
.architect {
    padding: 80px 5vw 95px;
    background: #efe5d2;
    color: var(--ink);
}
.architect .eyebrow {
    color: #a87c2d;
}
.architect-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
    gap: 34px;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}
.photo-wrap {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(67, 35, 13, 0.24);
    background: #4a2815;
}
.desk-img {
    display: block;
    width: 100%;
    height: auto;
}
.photo-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 12%, rgba(255, 239, 190, 0.17), transparent 42%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 35%, rgba(0, 0, 0, 0.14));
    pointer-events: none;
    z-index: 2;
}
.hotspot {
    position: absolute;
    z-index: 5;
    border: 2px solid rgba(240, 216, 138, 0.55);
    background: rgba(240, 216, 138, 0.1);
    border-radius: 18px;
    cursor: pointer;
    transition: 0.2s;
}
.hotspot:hover,
.hotspot.active {
    background: rgba(240, 216, 138, 0.22);
    border-color: rgba(240, 216, 138, 0.95);
    box-shadow:
        0 0 34px rgba(240, 216, 138, 0.72),
        inset 0 0 18px rgba(255, 248, 236, 0.18);
    transform: scale(1.02);
}
.hs-notebook {
    left: 5%;
    top: 5%;
    width: 25%;
    height: 28%;
}
.hs-coffee {
    left: 69%;
    top: 2%;
    width: 22%;
    height: 21%;
    border-radius: 50%;
}
.hs-pearls {
    left: 7%;
    top: 57%;
    width: 26%;
    height: 22%;
    border-radius: 26px;
}
.hs-blueprint {
    left: 34%;
    top: 16%;
    width: 31%;
    height: 34%;
}
.hs-laptop {
    left: 65%;
    top: 47%;
    width: 27%;
    height: 33%;
}
.hs-paper {
    left: 36%;
    top: 56%;
    width: 23%;
    height: 25%;
}
.hs-hidden {
    left: 29%;
    top: 42%;
    width: 17%;
    height: 14%;
}
.placard {
    background: rgba(255, 248, 236, 0.97);
    border: 1px solid rgba(212, 175, 90, 0.54);
    border-radius: 26px;
    padding: 38px;
    box-shadow: 0 30px 70px rgba(67, 35, 13, 0.18);
    min-height: 360px;
}
.placard h2 {
    font:
        400 clamp(36px, 4vw, 58px) / 0.95 Georgia,
        serif;
}
.ecosystem {
    padding: 80px 5vw 95px;
    background: radial-gradient(circle at top, rgba(240, 216, 138, 0.18), transparent 34%),
        linear-gradient(#080504, #1a1013);
}
.eco-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
    gap: 34px;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}
.eco-map {
    position: relative;
    height: 720px;
    border-radius: 38px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 90, 0.34);
    background:
        radial-gradient(circle at center, rgba(240, 216, 138, 0.12), transparent 31%),
        radial-gradient(#fff6cc 1px, transparent 1px) 0 0/70px 70px,
        linear-gradient(#0a0706, #171014);
    box-shadow:
        inset 0 0 95px rgba(0, 0, 0, 0.44),
        0 35px 90px rgba(0, 0, 0, 0.24);
}
.eco-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.eco-lines line {
    stroke: #7b5f2a;
    stroke-width: 2;
    stroke-dasharray: 14 9;
    animation: flow 9s linear infinite;
    transition: 0.3s;
}
.eco-lines line.active {
    stroke: var(--gold2);
    stroke-width: 5;
    filter: drop-shadow(0 0 8px var(--gold2));
}
.core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: radial-gradient(circle, #fff4c8, #d4af5a, #8b5d1b);
    color: #22150a;
    font:
        400 30px/0.95 Georgia,
        serif;
    box-shadow: 0 0 65px rgba(240, 216, 138, 0.62);
    animation: pulse 3.4s ease-in-out infinite;
}
.eco-node {
    position: absolute;
    z-index: 4;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 90, 0.85);
    background: rgba(255, 248, 236, 0.96);
    color: #22150a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
}
.eco-node span {
    font-size: 34px;
}
.eco-node b {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 10px;
}
.eco-node:hover,
.eco-node.active {
    background: var(--gold2);
    box-shadow:
        0 0 38px rgba(240, 216, 138, 0.82),
        0 28px 60px rgba(0, 0, 0, 0.44);
    transform: scale(1.08);
}
.great {
    left: 50%;
    top: 4%;
    margin-left: -69px;
}
.dist {
    right: 10%;
    top: 14%;
}
.arch {
    right: 3%;
    top: 50%;
    margin-top: -69px;
}
.read {
    right: 10%;
    bottom: 14%;
}
.lib {
    left: 50%;
    bottom: 4%;
    margin-left: -69px;
}
.stage2 {
    left: 10%;
    bottom: 14%;
}
.phutures {
    left: 3%;
    top: 50%;
    margin-top: -69px;
}
.research {
    left: 10%;
    top: 14%;
}
.eco-panel {
    background: rgba(255, 248, 236, 0.97);
    color: var(--ink);
    border: 1px solid rgba(212, 175, 90, 0.54);
    border-radius: 28px;
    padding: 38px;
    min-height: 390px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.27);
}
.eco-panel h2 {
    font:
        400 clamp(38px, 4vw, 60px) / 0.95 Georgia,
        serif;
}
.eco-panel a {
    display: inline-block;
    margin-top: 18px;
    padding: 13px 20px;
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: var(--ink);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 900;
}
.reading {
    padding: 86px 6vw 110px;
    background: radial-gradient(circle at 50% 0%, rgba(240, 216, 138, 0.16), transparent 32%),
        linear-gradient(#140d08, #2c1d13);
}
.reading-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
    gap: 38px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}
.cabinet {
    position: relative;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #774928, #402613);
    box-shadow:

        inset 0 0 70px rgba(0, 0, 0, 0.35),
        0 35px 80px rgba(0, 0, 0, 0.3);
}
.drawer {
    position: relative;
    width: 100%;
    min-height: 92px;
    margin: 0 0 14px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(#754829, #56331c);
    color: #f8e8c5;
    text-align: left;
    padding: 18px 80px 18px 24px;
    cursor: pointer;
    box-shadow:
        0 12px 25px rgba(0, 0, 0, 0.28),
        inset 0 1px rgba(255, 255, 255, 0.08);
    transition: 0.32s;
}
.drawer:hover,
.drawer.active {
    transform: translateX(22px);
    background: linear-gradient(#855333, #60391f);
}
.drawer span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    color: #e6c477;
}
.drawer strong {
    display: block;
    font:
        400 28px Georgia,
        serif;
    margin-top: 5px;
}
.drawer i {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 38px;
    height: 12px;
    transform: translateY(-50%);
    border: 2px solid #d4af5a;
    border-radius: 999px;
}
.letter {
    position: relative;
    min-height: 540px;
    background: #fbf5ea;
    color: #2b1d12;
    padding: 52px;
    border-radius: 18px;
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.3);
    transition: 0.38s;
    overflow: hidden;
}
.letter.open {
    transform: translateY(-8px) rotate(-0.4deg);
}
.stamp {
    display: inline-block;
    border: 2px solid #b44b3d;
    color: #b44b3d;
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.2em;
    transform: rotate(-5deg);
    font-weight: 900;
}
.archive-no {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #9b6f23;
    font-size: 12px;
    font-weight: 900;
    margin-top: 42px;
}
.letter blockquote {
    font:
        italic clamp(32px, 4.5vw, 56px) / 1.14 Georgia,
        serif;
    margin: 18px 0 34px;
}
.letter cite {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8c6431;
    font-weight: 900;
}
.seal {
    position: absolute;
    right: 38px;
    bottom: 34px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #7e1f18;
    color: #ffe8c0;
    font:
        400 28px Georgia,
        serif;
}
.event {
    padding: 90px 8vw;
    background: linear-gradient(135deg, #fff7ea, #eadbc5);
    color: #24180f;
}
.event h2 {
    font:
        400 52px Georgia,
        serif;
}
.library-tease {
    padding: 100px 8vw;
    text-align: center;
    background: #fffaf0;
    color: #24180f;
}
.library-tease h2 {
    font:
        400 70px Georgia,
        serif;
}
.library-tease .eyebrow {
    color: #a87c2d;
}
.inscription {
    padding: 120px 8vw;
    text-align: center;
    background: linear-gradient(135deg, #1a0e08, #4a2530);
    color: #fff;
}
.inscription h2 {
    font:
        400 70px/0.95 Georgia,
        serif;
}
.inscription p {
    font:
        italic 28px/1.45 Georgia,
        serif;
    max-width: 900px;
    margin: 22px auto;
    color: #f3dfc7;
}
.inscription .mission {
    color: var(--gold2);
}
footer {
    padding: 50px;
    text-align: center;
    background: #080503;
    color: #e9d9be;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes filmBreathe {
    to {
        transform: scale(1.08);
    }
}
@keyframes flow {
    to {
        stroke-dashoffset: -160;
    }
}
@keyframes pulse {
    50% {
        transform: translate(-50%, -50%) scale(1.04);
    }
}
@media (max-width: 1050px) {
    .site-nav nav {
        display: none;
    }
    .room-grid,
    .columns,
    .impact,
    .architect-layout,
    .eco-layout,
    .reading-layout {
        grid-template-columns: 1fr;
    }
    .stats {
        grid-template-columns: 1fr;
    }
    .mosaic {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .artifact.hero,
    .medium,
    .small,
    .wide {
        grid-column: auto;
        grid-row: auto;
    }
    .artifact {
        min-height: 260px;
    }
    .hero-copy,
    .curator-copy {
        left: 6vw;
        right: 6vw;
    }
    .hero-copy h1 {
        font-size: 58px;
    }
    .eco-panel,
    .placard {
        min-height: auto;
    }
}
@media (max-width: 700px) {
    .eco-map {
        height: 860px;
    }
    .core {
        width: 205px;
        height: 205px;
        font-size: 24px;
    }
    .eco-node {
        width: 118px;
        height: 118px;
    }
    .eco-node span {
        font-size: 28px;
    }
    .great,
    .lib {
        margin-left: -59px;
    }
    .arch,
    .phutures {
        margin-top: -59px;
    }
    .letter {
        padding: 34px;
    }
    .drawer:hover,
    .drawer.active {
        transform: translateX(8px);
    }
}

/* =========================
   Yasha Sterling Live 2.0
   Restoration Enhancements
   ========================= */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
.map-note {
    max-width: 760px;
    margin: -18px auto 44px;
    color: #ffffff;
    font:
        italic 22px/1.5 Georgia,
        serif;
}
.room-grid {
    grid-template-columns: repeat(4, 1fr);
}
/*.movement-room {
    background: radial-gradient(circle at 72% 26%, rgba(240, 216, 138, 0.36), transparent 24%),
        linear-gradient(135deg, #251036, #6f2158 54%, #d4af5a);
}*/
.room:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
    z-index: 3;
    pointer-events: none;
}
.room:hover:after {
    border-color: rgba(240, 216, 138, 0.75);
}
.room h3 {
    margin-bottom: 6px;
}
.room p {
    margin: 0;
    color: #f4e8d0;
}

.impact {
    display: block;
    padding: 110px 6vw;
    background: radial-gradient(circle at 15% 0%, rgba(212, 175, 90, 0.16), transparent 30%),
        linear-gradient(180deg, #0b0705, #1a0f0b 60%, #100b07);
}
.impact-head {
    max-width: 860px;
    margin: 0 auto 48px;
    text-align: center;
}
.impact-head h2 {
    font:
        400 clamp(58px, 7vw, 104px) / 0.9 Georgia,
        serif;
    margin: 10px 0 20px;
	color:#ffffff;
}
.impact-head > p:last-child {
    font:
        italic 24px/1.45 Georgia,
        serif;
    color: #e7d7bd;
}
.impact-stories {
    max-width: 1460px;
    margin: 0 auto 64px;
    display: grid;
    grid-template-columns: 1.3fr 0.85fr 0.85fr;
    gap: 22px;
}
.impact-story {
    min-height: 420px;
    border: 1px solid rgba(212, 175, 90, 0.28);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.impact-story2 {
    /*min-height: 420px;
    border: 1px solid rgba(212, 175, 90, 0.28);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);*/
}
.impact-story.large {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-column: span 3;
}
.impact-media {
    min-height: 520px;
    position: relative;
    overflow: hidden;
    background: #120b06;
}
.impact-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.76);
    transform: scale(1.03);
}
.impact-copy {
    padding: 36px;
}
.impact-copy small {
    display: block;
    color: var(--gold2);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 900;
    font-size: 11px;
}
.impact-copy h3 {
    font:
        400 clamp(36px, 4vw, 62px) / 0.95 Georgia,
        serif;
    margin: 14px 0 18px;
	color: #fffff !important;
}
.impact-copy p {
    color: #e7d7bd;
    /*font-size: 18px;*/
    line-height: 1.6;
}
.impact-copy blockquote {
    font:
        italic clamp(28px, 3vw, 44px) / 1.15 Georgia,
        serif;
    color: #fff4cf;
    margin: 28px 0 14px;
}
.impact-copy cite {
    font-style: normal;
    color: #c9ae78;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}
.impact .stats {
    max-width: 1460px;
    margin: 0 auto;
}

.movement {
    position: relative;
    min-height: 94vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 110px 7vw;
    text-align: center;
    background: radial-gradient(circle at center, rgba(199, 63, 148, 0.18), transparent 28%),
        radial-gradient(circle at 55% 40%, rgba(212, 175, 90, 0.15), transparent 38%),
        linear-gradient(145deg, #090507, #1d0d23 54%, #261219);
}
.movement-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    border: 1px solid rgba(240, 216, 138, 0.3);
    box-shadow:
        0 0 90px rgba(240, 216, 138, 0.2),
        inset 0 0 80px rgba(199, 63, 148, 0.1);
    animation: movementPulse 5s ease-in-out infinite;
}
.movement-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
}
.movement h2 {
    font:
        400 clamp(60px, 8vw, 124px) / 0.88 Georgia,
        serif;
    margin: 14px 0 22px;
}
.movement-content > p:not(.eyebrow) {
    font:
        italic clamp(24px, 2.6vw, 38px) / 1.35 Georgia,
        serif;
    color: #ead9bd;
    max-width: 900px;
    margin: 0 auto;
}
.movement-journey {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin: 48px 0;
}
.movement-journey span {
    font:
        400 clamp(34px, 4.6vw, 72px) / 1 Georgia,
        serif;
    color: #f3dfb1;
}
.movement-journey span:nth-child(1) {
    color: #c96bd1;
}
.movement-journey span:nth-child(2) {
    color: #7f73da;
}
.movement-journey span:nth-child(3) {
    color: #d55399;
}
.movement-journey span:nth-child(4) {
    color: #f0d88a;
}
.portal-button {
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    padding: 22px 34px;
    border: 1px solid rgba(240, 216, 138, 0.8);
    border-radius: 999px;
    background: rgba(8, 5, 3, 0.38);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
    transition: 0.3s;
}
.portal-button span {
    font:
        400 26px Georgia,
        serif;
    color: #fff;
}
.portal-button i {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #d7bd7c;
    font-size: 10px;
    font-weight: 900;
}
.portal-button:hover {
    transform: translateY(-6px);
    background: rgba(212, 175, 90, 0.16);
    box-shadow:
        0 0 45px rgba(240, 216, 138, 0.28),
        0 24px 55px rgba(0, 0, 0, 0.38);
}

.inscription {
    min-height: 88vh;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 20px;
}
.final-mantra {
    display: grid;
    gap: 8px;
    margin: 18px auto 10px;
}
.final-mantra span {
    font:
        400 clamp(48px, 7vw, 112px) / 0.9 Georgia,
        serif;
    color: #fff;
}
.final-mantra span:nth-child(2) {
    color: #f0d88a;
}
.final-mantra span:nth-child(3) {
    color: #d35c99;
}
.inscription h2 {
    margin: 14px 0 0;
    color: #fff4cf;
}

@keyframes movementPulse {
    50% {
        transform: scale(1.04);
        box-shadow:
            0 0 130px rgba(240, 216, 138, 0.28),
            inset 0 0 100px rgba(199, 63, 148, 0.16);
    }
}

@media (max-width: 1250px) {
    .room-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1050px) {
    .impact-stories {
        grid-template-columns: 1fr;
    }
    .impact-story.large {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
    .impact-media {
        min-height: 420px;
    }
}
@media (max-width: 700px) {
    .room-grid {
        grid-template-columns: 1fr;
    }
    .movement {
        min-height: auto;
    }
    .movement-glow {
        width: 440px;
        height: 440px;
    }
    .movement-journey {
        display: grid;
    }
    .impact-head h2 {
        font-size: 56px;
    }
}

/* =========================
   Build 1 — Cinematic Arrival
   ========================= */
.site-nav {
    opacity: 0;
    transform: translateY(-100%);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 0.75, 0.2, 1);
}
body.arrival-complete .site-nav {
    opacity: 1;
    transform: none;
}
.great-hall.arrival {
    height: 100svh;
    min-height: 700px;
    isolation: isolate;
    background: #030201;
}
.arrival .hall-film {
    z-index: 0;
    filter: brightness(0.62) saturate(0.9);
    transform: scale(1.08);
    animation: none;
    transition:
        filter 2s ease,
        transform 12s ease;
}
.arrival.is-opening .hall-film {
    filter: brightness(0.8) saturate(1);
    transform: scale(1.02);
}
.arrival.is-revealed .hall-film {
    filter: brightness(0.88) saturate(1.02);
}
.arrival-ambient {
    position: absolute;
    z-index: 1;
    inset: -18%;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%, rgba(240, 216, 138, 0.18), transparent 24%);
    opacity: 0;
    transform: scale(0.65);
    transition:
        opacity 1.8s ease,
        transform 3s ease;
}
.arrival.is-opening .arrival-ambient {
    opacity: 1;
    transform: scale(1.1);
}
.arrival .shade {
    z-index: 2;
    opacity: 0.84;
    transition: opacity 2s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.66)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent 50%, rgba(0, 0, 0, 0.22));
}
.arrival.is-revealed .shade {
    opacity: 0.72;
}
.arrival .doors {
    z-index: 7;
    perspective: 1800px;
    background: #080402;
}
.arrival .door {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 3.1s cubic-bezier(0.65, 0, 0.12, 1);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 8%, transparent 92%, rgba(0, 0, 0, 0.28)),
        linear-gradient(115deg, #0b0503, #3a1e0d 43%, #120804 72%, #050201);
    box-shadow:
        inset 0 0 160px rgba(0, 0, 0, 0.76),
        0 0 70px rgba(0, 0, 0, 0.75);
}
.arrival .door:before,
.arrival .door:after {
    content: "";
    position: absolute;
    inset: 8% 7%;
    border: 1px solid rgba(212, 175, 90, 0.14);
    box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.48);
}
.arrival .door:after {
    inset: 17% 14%;
    border-color: rgba(212, 175, 90, 0.08);
}
.arrival .door-line {
    position: absolute;
    top: 9%;
    bottom: 9%;
    width: 1px;
    background: linear-gradient(transparent, rgba(240, 216, 138, 0.44), transparent);
    filter: drop-shadow(0 0 10px rgba(240, 216, 138, 0.28));
}
.arrival .left .door-line {
    right: 8%;
}
.arrival .right .door-line {
    left: 8%;
}
.arrival .door-seam {
    position: absolute;
    z-index: 8;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(transparent, rgba(240, 216, 138, 0.75), transparent);
    box-shadow: 0 0 28px rgba(240, 216, 138, 0.55);
    opacity: 0.22;
    transition:
        opacity 1.2s ease,
        width 1.2s ease;
}
.arrival.is-glowing .door-seam {
    opacity: 1;
    width: 4px;
}
.arrival.is-opening .left {
    transform: translateX(-101%) rotateY(7deg);
}
.arrival.is-opening .right {
    transform: translateX(101%) rotateY(-7deg);
}
.arrival.is-opening .door-seam {
    opacity: 0;
}
.arrival .hero-copy {
    z-index: 5;
    bottom: 8vh;
    max-width: 1180px;
    pointer-events: none;
}
.arrival .arrival-kicker,
.arrival .hero-copy h1,
.arrival .tagline,
.arrival .arrival-thesis,
.arrival .arrival-enter {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 1s ease,
        transform 1.15s cubic-bezier(0.22, 0.75, 0.2, 1);
}
.arrival .arrival-kicker {
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--gold2);
    font-size: 11px;
    font-weight: 900;
    margin: 0 0 18px;
}
.arrival .hero-copy h1 {
    font:
        400 clamp(62px, 7.5vw, 142px) / 0.84 Georgia,
        serif;
    margin: 0 0 22px;
    text-wrap: balance;
}
.arrival .tagline {
    max-width: 980px;
    margin: 0;
    color: #f4dfb0;
    font:
        italic clamp(24px, 2.7vw, 44px) / 1.22 Georgia,
        serif;
}
.arrival .arrival-thesis {
    max-width: 880px;
    margin: 22px 0 0;
    color: #fff;
    font:
        400 clamp(17px, 1.55vw, 24px) / 1.45 Inter,
        Arial,
        sans-serif;
    letter-spacing: 0.02em;
}
.arrival .arrival-enter {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    font-weight: 900;
    pointer-events: auto;
    border-bottom: 1px solid rgba(240, 216, 138, 0.75);
}
.arrival .arrival-enter i {
    font-style: normal;
    color: var(--gold2);
    font-size: 20px;
    animation: arrivalArrow 1.7s ease-in-out infinite;
}
.arrival.copy-kicker .arrival-kicker,
.arrival.copy-title .hero-copy h1,
.arrival.copy-tagline .tagline,
.arrival.copy-thesis .arrival-thesis,
.arrival.copy-enter .arrival-enter {
    opacity: 1;
    transform: none;
}
.arrival-skip {
    position: absolute;
    z-index: 12;
    right: 28px;
    bottom: 24px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.68);
    font:
        900 10px Inter,
        Arial,
        sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    transition:
        opacity 0.5s ease,
        color 0.2s ease;
}
.arrival.intro-running .arrival-skip {
    opacity: 1;
}
.arrival-skip:hover {
    color: #fff;
}
.arrival.is-complete .arrival-skip {
    opacity: 0;
    pointer-events: none;
}
.rooms {
    position: relative;
}
.rooms:before {
   /* content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1200px, 80vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(168, 124, 45, 0.42), transparent);*/
}
@keyframes arrivalArrow {
    50% {
        transform: translateY(7px);
    }
}
@media (max-width: 700px) {
    .great-hall.arrival {
        min-height: 680px;
    }
    .arrival .hero-copy {
        left: 7vw;
        right: 7vw;
        bottom: 7vh;
    }
    .arrival .hero-copy h1 {
        font-size: clamp(46px, 14vw, 72px);
        line-height: 0.9;
    }
    .arrival .tagline {
        font-size: clamp(21px, 6vw, 30px);
    }
    .arrival .arrival-thesis {
        font-size: 15px;
        line-height: 1.45;
    }
    .arrival-skip {
        right: 18px;
        bottom: 16px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .arrival .door,
    .arrival .hall-film,
    .arrival-ambient,
    .arrival .hero-copy *,
    .site-nav {
        transition-duration: 0.01ms !important;
        animation: none !important;
    }
}

/* Build 1.1 — exact keynote video visibility fix */
.arrival .doors {
    background: transparent !important;
}
.arrival .doors::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #080402;
    opacity: 1;
    transition: opacity 1.35s ease;
}
.arrival.is-opening .doors::before {
    opacity: 0;
}
.arrival .hall-film {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #030201;
}
.arrival.is-revealed .hall-film {
    filter: brightness(0.94) saturate(1.04);
}
@media (max-width: 700px) {
    .arrival .hall-film {
        object-position: center center;
    }
}

/* Build 2 - Orientation Hall */
.orientation {
    min-height: 60vh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 8rem 2rem;
    /*background: radial-gradient(circle at top, rgba(212, 175, 90, 0.18), transparent 28%),
        linear-gradient(180deg, #0b0908, #15100d);*/
}
.orientation-inner {
    max-width: 900px;
}
.orientation h2 {
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.95;
    margin: 0.5rem 0 1rem;
}
.orientation-copy {
    font-size: 1.35rem;
    line-height: 1.8;
    color: #d8c7ac;
    max-width: 760px;
    margin: 0 auto 2.5rem;
}
.you-are-here {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(212, 175, 90, 0.45);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
}
.you-are-here .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d4af5a;
    box-shadow: 0 0 18px #d4af5a;
    animation: pulseHere 2s infinite;
}
@keyframes pulseHere {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.45;
    }
}
.room-grid .room {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}
.room-grid .room:hover {
    transform: translateY(-8px);
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.35),
        0 0 24px rgba(212, 175, 90, 0.22);
}

.turning-point {
    position: relative;
    background: #090604;
    color: #fff;
    overflow: clip;
}
.turning-progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 4px;
    height: 100vh;
    z-index: 95;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.turning-progress.is-active {
    opacity: 1;
}
.turning-progress span {
    display: block;
    width: 100%;
    height: 0;
    background: linear-gradient(#7f73da, #d55399, #f0d88a);
    box-shadow: 0 0 18px rgba(240, 216, 138, 0.55);
}
.turning-scene {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 10vh 7vw;
    isolation: isolate;
}
.turning-inner {
    position: relative;
    z-index: 3;
    /*width: min(1180px, 88vw);*/
    text-align: center;
}
.turning-inner.align-left {
    text-align: left;
    margin-right: auto;
}
.turning-kicker {
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 0.23em;
    font:
        800 11px/1.3 Inter,
        Arial,
        sans-serif;
    color: #d7bd7c;
}
.turning-scene h2 {
    margin: 0;
    font:
        400 clamp(54px, 8.2vw, 132px) / 0.88 Georgia,
        serif;
    letter-spacing: -0.035em;
}
.turning-scene p {
    font:
        italic clamp(22px, 2.5vw, 37px) / 1.45 Georgia,
        serif;
    color: #e8d8bf;
}
.turning-scroll {
    display: inline-block;
    margin-top: 42px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10px;
    color: #b99a65;
    animation: turningNudge 1.8s ease-in-out infinite;
}
.scene-opening {
    background: radial-gradient(circle at 50% 28%, rgba(212, 175, 90, 0.14), transparent 30%),
        linear-gradient(180deg, #080503, #140c08);
}
.scene-opening h2 {
    max-width: 1100px;
    margin: auto;
}
.scene-belief {
    min-height: 112svh;
}
.turning-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}
.turning-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.62) saturate(0.9);
    transform: scale(1.03);
}
.turning-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.56)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.74), transparent 55%, rgba(0, 0, 0, 0.28));
	margin-top:-1%;
	height:116vh;
}
.scene-belief .turning-inner {
    max-width: 980px;
}
.scene-belief h2 {
    color: #f0d88a;
}
.scene-practice {
    background: radial-gradient(circle at 78% 18%, rgba(199, 63, 148, 0.15), transparent 28%),
        linear-gradient(135deg, #0b0706, #20101d);
}
.split-copy {
    display: grid;
    gap: 12px;
}
.split-copy .small-thought {
    margin: 0;
}
.split-copy h2 {
    color: #fff4cf;
}
.split-copy p:last-child {
    max-width: 740px;
    margin: 20px auto 0;
}
.scene-representation {
    background: radial-gradient(circle at 50% 50%, rgba(127, 115, 218, 0.22), transparent 34%), #0b080f;
}
.scene-representation h2 {
    color: #d9d0ff;
    text-shadow: 0 20px 70px rgba(127, 115, 218, 0.28);
}
.scene-note {
    /*background: radial-gradient(circle at 26% 30%, rgba(212, 175, 90, 0.18), transparent 30%), #f4ead8;*/
	 background: url('../assets/yasha-speaking-at-camp-ceo.JPG') center / cover no-repeat;
    color: #402d1d;
}
.memory-note {
    /*position: relative;
    width: min(672px, 86vw);
    padding: clamp(42px, 7vw, 92px);
    background: #fffaf1;
    border: 1px solid rgba(136, 91, 33, 0.18);
    box-shadow: 0 42px 95px rgba(65, 37, 12, 0.22);
    transform: rotate(-1.3deg);
    text-align: center;
	margin-left:51%;*/
	position: relative;
    width: min(468px, 86vw);
    padding: clamp(42px, 7vw, 92px);
    background: #fffaf1;
    border: 1px solid rgba(136, 91, 33, 0.18);
    box-shadow: 0 42px 95px rgba(65, 37, 12, 0.22);
    transform: rotate(-1.3deg);
    text-align: center;
    margin-left: -6%;
    margin-top: -31%;
}
.memory-note .tape {
    position: absolute;
    width: 150px;
    height: 38px;
    top: -18px;
    left: 50%;
    transform: translateX(-50%) rotate(2deg);
    background: rgba(224, 196, 137, 0.62);
    box-shadow: 0 3px 10px rgba(70, 42, 13, 0.08);
}
.memory-note blockquote {
    margin: 0 0 28px;
    font:
        italic clamp(38px, 6vw, 50px) / 1.03 Georgia,
        serif;
    color: #65461f;
}
.memory-note cite {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 10px;
    font-weight: 900;
    color: #9b6f23;
}
.scene-memory {
    background: radial-gradient(circle at 74% 72%, rgba(213, 83, 153, 0.15), transparent 30%),
        linear-gradient(180deg, #130a0f, #090604);
}
.scene-memory p {
    margin: 0 0 24px;
}
.scene-memory h2 {
    max-width: 1180px;
    margin: auto;
    color: #fff1cf;
}
.scene-journey {
    min-height: 118svh;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 90, 0.1), transparent 35%), #090604;
}
.journey-words {
    display: grid;
    gap: clamp(12px, 2vh, 28px);
    text-align: center;
}
.journey-words span {
    display: block;
    font:
        400 clamp(64px, 11vw, 170px) / 0.78 Georgia,
        serif;
    opacity: 0.22;
    transform: translateY(28px) scale(0.98);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease,
        filter 0.8s ease;
    filter: blur(2px);
}
.journey-words span.is-seen {
    opacity: 1;
    transform: none;
    filter: none;
}
.journey-words span:nth-child(1) {
    color: #c96bd1;
}
.journey-words span:nth-child(2) {
    color: #8f84eb;
}
.journey-words span:nth-child(3) {
    color: #e064aa;
}
.journey-words span:nth-child(4) {
    color: #f0d88a;
}
.scene-release {
    min-height: 110svh;
    background: radial-gradient(circle at 50% 58%, rgba(240, 216, 138, 0.25), transparent 22%),
        linear-gradient(180deg, #090604, #21120c);
}
.turning-light {
    position: absolute;
    width: min(860px, 88vw);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(240, 216, 138, 0.34);
    box-shadow:
        0 0 110px rgba(240, 216, 138, 0.22),
        inset 0 0 95px rgba(213, 83, 153, 0.1);
    animation: turningGlow 5s ease-in-out infinite;
}
.scene-release h2 {
    max-width: 1100px;
    margin: auto;
}
.turning-continue {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 44px;
    padding: 18px 28px;
    border: 1px solid rgba(240, 216, 138, 0.72);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.24);
    color: #fff6df;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 10px;
    font-weight: 900;
    transition: 0.3s ease;
}
.turning-continue span {
    font-size: 18px;
}
.turning-continue:hover {
    transform: translateY(-5px);
    background: rgba(212, 175, 90, 0.16);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.3),
        0 0 35px rgba(240, 216, 138, 0.22);
}
@keyframes turningNudge {
    50% {
        transform: translateY(8px);
        opacity: 0.55;
    }
}
@keyframes turningGlow {
    50% {
        transform: scale(1.045);
        box-shadow:
            0 0 145px rgba(240, 216, 138, 0.3),
            inset 0 0 110px rgba(213, 83, 153, 0.15);
    }
}
@media (max-width: 700px) {
    .turning-scene {
        padding: 10vh 6vw;
    }
    .turning-inner {
        width: 92vw;
    }
    .turning-inner.align-left {
        text-align: center;
    }
    .turning-media video {
        object-position: center;
    }
    .memory-note {
        transform: none;
    }
    .turning-progress {
        width: 3px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .turning-scroll,
    .turning-light {
        animation: none;
    }
    .journey-words span {
        opacity: 1;
        transform: none;
        filter: none;
    }
}

/* ============================================================
   BUILD 4 — THE ARCHITECT'S TABLE: SIGNATURE EDITION
   ============================================================ */
.architect-studio {
    --studio-gold: #d7b866;
    --studio-cream: #f3e5c7;
    --studio-walnut: #2a160e;
    --studio-deep: #090604;
    position: relative;
    overflow: hidden;
    padding: 120px 5vw 130px;
    background: radial-gradient(circle at 50% 0%, rgba(215, 184, 102, 0.18), transparent 27%),
        linear-gradient(180deg, #0b0705 0%, #17100b 48%, #080503 100%);
    color: #fff;
}
.studio-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 232, 180, 0.045) 48%, transparent 70%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 90px);
    mix-blend-mode: screen;
}
.studio-intro {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto 54px;
}
.studio-intro h2 {
    font:
        400 clamp(58px, 8vw, 126px) / 0.88 Georgia,
        serif;
    letter-spacing: -0.04em;
    margin: 12px 0 24px;
}
.studio-intro > p:last-child {
    max-width: 800px;
    margin: auto;
    color: #dfceb0;
    font:
        italic clamp(21px, 2.3vw, 33px) / 1.5 Georgia,
        serif;
}
.studio-toolbar {
    position: relative;
    z-index: 3;
    max-width: 1420px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.blueprint-toggle {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 12px 18px;
    border: 1px solid rgba(215, 184, 102, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: #f7e7bd;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}
.blueprint-toggle:hover {
    background: rgba(215, 184, 102, 0.12);
    box-shadow: 0 0 30px rgba(215, 184, 102, 0.16);
}
.blueprint-icon {
    font-size: 21px;
    line-height: 1;
}
.studio-instruction {
    margin: 0;
    color: #a9926e;
    font:
        italic 16px Georgia,
        serif;
}
.architect-table {
    position: relative;
    z-index: 2;
    width: min(1420px, 94vw);
    min-height: 800px;
    margin: auto;
    border: 1px solid rgba(240, 216, 138, 0.25);
    border-radius: 42px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 20%, rgba(255, 220, 145, 0.11), transparent 25%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 35%),
        repeating-linear-gradient(88deg, #2a160e 0 14px, #321b11 14px 28px, #25130d 28px 44px);
    box-shadow:
        0 70px 150px rgba(0, 0, 0, 0.58),
        inset 0 1px rgba(255, 255, 255, 0.05);
    transition:
        background 0.7s ease,
        color 0.7s ease,
        box-shadow 0.7s ease;
}
.table-grain {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    background: repeating-radial-gradient(ellipse at center, transparent 0 14px, rgba(0, 0, 0, 0.2) 15px 16px);
}
.coffee-ring {
    position: absolute;
    border: 5px solid rgba(130, 68, 26, 0.26);
    border-radius: 50%;
    width: 104px;
    height: 104px;
    pointer-events: none;
}
.ring-one {
    right: 19%;
    top: 9%;
    transform: rotate(14deg);
}
.ring-two {
    left: 38%;
    bottom: 10%;
    width: 68px;
    height: 68px;
    opacity: 0.5;
}
.pencil-mark {
    position: absolute;
    width: 170px;
    height: 2px;
    background: rgba(15, 8, 4, 0.34);
    transform: rotate(-9deg);
}
.mark-one {
    left: 10%;
    bottom: 19%;
}
.mark-two {
    right: 7%;
    top: 40%;
    transform: rotate(17deg);
}
.artifact-connections {
    position: absolute;
    inset: 7% 5%;
    width: 90%;
    height: 86%;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}
.artifact-connections path {
    fill: none;
    stroke: rgba(215, 184, 102, 0.2);
    stroke-width: 2;
    stroke-dasharray: 8 12;
    filter: drop-shadow(0 0 6px rgba(240, 216, 138, 0.18));
    transition:
        stroke 0.4s,
        stroke-width 0.4s,
        opacity 0.4s;
}
.artifact-connections path.is-lit {
    stroke: #f0d88a;
    stroke-width: 4;
    opacity: 1;
    animation: pathFlow 1.1s linear infinite;
}
.studio-artifact {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 220px;
    min-height: 190px;
    padding: 15px;
    border: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 0.38s ease,
        filter 0.38s ease;
}
.studio-artifact:hover,
.studio-artifact.is-active {
    transform: translateY(-10px) scale(1.025);
    filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.34));
}
.artifact-notebook {
    left: 5%;
    top: 7%;
}
.artifact-siim {
    left: 34%;
    top: 20%;
}
.artifact-imf {
    right: 12%;
    top: 16%;
}
.artifact-research {
    right: 5%;
    bottom: 7%;
}
.artifact-speaking {
    left: 36%;
    bottom: 5%;
}
.artifact-phutures {
    left: 5%;
    bottom: 8%;
}
.artifact-object {
    position: relative;
    width: 180px;
    height: 125px;
    display: grid;
    place-items: center;
    transition: 0.45s ease;
}
.artifact-label {
    font:
        400 22px/1.05 Georgia,
        serif;
    color: #fff2cf;
}
.artifact-caption {
    max-width: 205px;
    color: #bda98a;
    font:
        italic 13px/1.35 Georgia,
        serif;
    text-align: center;
}
.notebook-object {
    perspective: 850px;
}
.notebook-cover,
.notebook-page {
    position: absolute;
    width: 126px;
    height: 104px;
    border-radius: 5px;
    transform-origin: left center;
    transition: transform 0.55s ease;
}
.notebook-cover {
    z-index: 2;
    background: linear-gradient(135deg, #251036, #7b315f);
    border-left: 9px solid #d7b866;
    box-shadow: 12px 16px 28px rgba(0, 0, 0, 0.35);
}
.notebook-cover:after {
    content: "FIELD NOTES";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #f4dfaa;
    font: 800 10px Inter;
    letter-spacing: 0.17em;
}
.notebook-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: #fff9e8;
    color: #5e4323;
    font: italic 12px Georgia;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}
.notebook-page em {
    font-style: normal;
    color: #b47b29;
}
.artifact-notebook:hover .notebook-cover,
.artifact-notebook.is-active .notebook-cover {
    transform: rotateY(-142deg);
}
.siim-object {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.siim-layer {
    display: grid;
    place-items: center;
    height: 20px;
    border-radius: 3px;
    color: #fff;
    font: 700 8px Inter;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transform: translateY(24px);
    opacity: 0.4;
    transition: 0.5s ease;
}
.layer-1 {
    width: 150px;
    background: #7e236d;
}
.layer-2 {
    width: 135px;
    background: #98458a;
}
.layer-3 {
    width: 120px;
    background: #b76292;
}
.layer-4 {
    width: 105px;
    background: #c78b46;
}
.layer-5 {
    width: 90px;
    background: #d7b866;
    color: #281507;
}
.artifact-siim:hover .siim-layer,
.artifact-siim.is-active .siim-layer {
    transform: none;
    opacity: 1;
}
.artifact-siim:hover .layer-2,
.artifact-siim.is-active .layer-2 {
    transition-delay: 0.07s;
}
.artifact-siim:hover .layer-3,
.artifact-siim.is-active .layer-3 {
    transition-delay: 0.14s;
}
.artifact-siim:hover .layer-4,
.artifact-siim.is-active .layer-4 {
    transition-delay: 0.21s;
}
.artifact-siim:hover .layer-5,
.artifact-siim.is-active .layer-5 {
    transition-delay: 0.28s;
}
.imf-object {
    border-radius: 50%;
    border: 1px solid rgba(215, 184, 102, 0.42);
    box-shadow: inset 0 0 42px rgba(215, 184, 102, 0.06);
}
.imf-object:before {
    content: "IDENTITY\A GROWTH";
    white-space: pre;
    position: absolute;
    text-align: center;
    color: #f4dfaa;
    font: 900 10px/1.1 Inter;
    letter-spacing: 0.09em;
}
.imf-object i {
    position: absolute;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 99px;
    background: #1b1017;
    color: #b9a8bb;
    font: 800 7px Inter;
    text-transform: uppercase;
    transition: 0.35s;
}
.imf-object i:nth-child(1) {
    top: -7px;
}
.imf-object i:nth-child(2) {
    right: -28px;
    top: 28px;
}
.imf-object i:nth-child(3) {
    right: -5px;
    bottom: -7px;
}
.imf-object i:nth-child(4) {
    left: -18px;
    bottom: 5px;
}
.imf-object i:nth-child(5) {
    left: -28px;
    top: 28px;
}
.artifact-imf:hover .imf-object i,
.artifact-imf.is-active .imf-object i {
    color: #fff3c6;
    border-color: #d7b866;
    box-shadow: 0 0 18px rgba(215, 184, 102, 0.35);
}
.folio-object {
    perspective: 900px;
}
.folio-cover {
    position: absolute;
    width: 160px;
    height: 110px;
    border-radius: 7px;
    background: linear-gradient(135deg, #24140d, #684327);
    border: 1px solid #a77b44;
    box-shadow: 10px 18px 30px rgba(0, 0, 0, 0.4);
    z-index: 4;
    transition: 0.45s;
}
.folio-cover:after {
    content: "RESEARCH";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #ddc48a;
    font: 800 9px Inter;
    letter-spacing: 0.2em;
}
.paper {
    position: absolute;
    width: 148px;
    min-height: 76px;
    padding: 12px 10px;
    background: #fffaf0;
    color: #382515;
    border-radius: 2px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.23);
    font: 700 8px/1.25 Georgia;
    opacity: 0.3;
    transition: 0.5s;
}
.paper-one {
    z-index: 3;
}
.paper-two {
    z-index: 2;
}
.paper-three {
    z-index: 1;
}
.artifact-research:hover .folio-cover,
.artifact-research.is-active .folio-cover {
    transform: translateY(45px) rotate(-4deg);
}
.artifact-research:hover .paper-one,
.artifact-research.is-active .paper-one {
    opacity: 1;
    transform: translate(-22px, -35px) rotate(-5deg);
}
.artifact-research:hover .paper-two,
.artifact-research.is-active .paper-two {
    opacity: 1;
    transform: translate(20px, -50px) rotate(4deg);
}
.artifact-research:hover .paper-three,
.artifact-research.is-active .paper-three {
    opacity: 1;
    transform: translate(4px, -75px) rotate(1deg);
}
.speaking-object {
    overflow: hidden;
    border-radius: 11px;
    border: 1px solid rgba(215, 184, 102, 0.5);
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.45);
}
.speaking-object video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.52);
    transition: 0.45s;
}
.stage-light {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(255, 225, 153, 0.28), transparent 45%);
    opacity: 0.2;
    transition: 0.45s;
}
.artifact-speaking:hover video,
.artifact-speaking.is-active video {
    filter: brightness(0.9);
}
.artifact-speaking:hover .stage-light,
.artifact-speaking.is-active .stage-light {
    opacity: 1;
}
.phutures-object {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(215, 184, 102, 0.35);
    background: radial-gradient(circle, rgba(195, 58, 143, 0.18), transparent 65%);
}
.phutures-object b {
    font: 400 15px/1.02 Georgia;
    color: #f3dfb1;
    transition: 0.3s;
}
.phuture-star {
    color: #f0d88a;
    font-size: 24px;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 12px #f0d88a);
}
.artifact-phutures:hover .phutures-object b {
    letter-spacing: 0.06em;
}
.artifact-drawer {
    position: absolute;
    z-index: 12;
    right: 22px;
    top: 22px;
    width: min(390px, calc(100% - 44px));
    min-height: 240px;
    padding: 30px;
    border: 1px solid rgba(215, 184, 102, 0.32);
    border-radius: 22px;
    background: rgba(8, 5, 3, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
    opacity: 0;
    transform: translateX(35px);
    pointer-events: none;
    transition: 0.4s ease;
}
.artifact-drawer.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
.drawer-close {
    position: absolute;
    right: 13px;
    top: 10px;
    border: 0;
    background: transparent;
    color: #d8c49c;
    font-size: 24px;
    cursor: pointer;
}
.drawer-kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #c7a963;
    font: 900 9px Inter;
}
.artifact-drawer h3 {
    font: 400 34px/1.05 Georgia;
    margin: 12px 0;
    color: #fff0cc;
}
.artifact-drawer > p:not(.drawer-kicker),
.drawer-detail {
    color: #d1bea0;
    line-height: 1.6;
}
.drawer-detail {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(215, 184, 102, 0.19);
}
.studio-manifesto {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 3px;
    text-align: center;
    margin: 100px auto 50px;
}
.studio-manifesto p {
    margin: 0;
    font:
        400 clamp(46px, 6.5vw, 108px) / 0.9 Georgia,
        serif;
    color: #fff;
}
.studio-manifesto p:nth-child(2) {
    color: #f0d88a;
}
.studio-manifesto p:nth-child(3) {
    color: #d35c99;
}
.studio-handoff {
    position: relative;
    z-index: 2;
    width: max-content;
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 31px;
    border: 1px solid rgba(215, 184, 102, 0.62);
    border-radius: 999px;
    color: #fff3d1;
    text-decoration: none;
    transition: 0.3s;
}
.studio-handoff i {
    font: 900 9px Inter;
    font-style: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #c9ab69;
}
.studio-handoff:hover {
    transform: translateY(-5px);
    background: rgba(215, 184, 102, 0.11);
    box-shadow: 0 0 35px rgba(215, 184, 102, 0.18);
}
.architect-table.is-blueprint {
    background-color: #0b3766;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, #0b3766, #072848);
    background-size:
        30px 30px,
        30px 30px,
        100% 100%;
    box-shadow:
        0 50px 130px rgba(0, 0, 0, 0.58),
        inset 0 0 80px rgba(0, 0, 0, 0.18);
}
.architect-table.is-blueprint .table-grain,
.architect-table.is-blueprint .coffee-ring,
.architect-table.is-blueprint .pencil-mark {
    opacity: 0;
}
.architect-table.is-blueprint .artifact-object {
    filter: grayscale(1) brightness(1.65) sepia(0.2) hue-rotate(160deg);
}
.architect-table.is-blueprint .artifact-label {
    color: #d9f1ff;
}
.architect-table.is-blueprint .artifact-caption {
    color: #9cc8df;
}
.architect-table.is-blueprint .artifact-connections path {
    stroke: #a7ddf4;
    stroke-dasharray: 3 7;
    opacity: 0.7;
}
@keyframes pathFlow {
    to {
        stroke-dashoffset: -20;
    }
}
@media (max-width: 1100px) {
    .architect-table {
        min-height: 1180px;
    }
    .artifact-notebook {
        left: 4%;
        top: 5%;
    }
    .artifact-siim {
        right: 4%;
        left: auto;
        top: 7%;
    }
    .artifact-imf {
        left: 4%;
        right: auto;
        top: 39%;
    }
    .artifact-research {
        right: 4%;
        top: 38%;
        bottom: auto;
    }
    .artifact-speaking {
        left: 4%;
        bottom: 5%;
    }
    .artifact-phutures {
        right: 4%;
        left: auto;
        bottom: 6%;
    }
    .artifact-connections {
        display: none;
    }
}
@media (max-width: 650px) {
    .architect-studio {
        padding-inline: 4vw;
    }
    .studio-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
    .architect-table {
        min-height: auto;
        padding: 30px 14px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        border-radius: 25px;
    }
    .studio-artifact {
        position: relative !important;
        inset: auto !important;
        width: 100%;
        min-height: 205px;
        border-bottom: 1px solid rgba(215, 184, 102, 0.15);
    }
    .artifact-drawer {
        position: fixed;
        left: 14px;
        right: 14px;
        top: auto;
        bottom: 14px;
        width: auto;
        max-height: 66vh;
        overflow: auto;
    }
    .coffee-ring,
    .pencil-mark {
        display: none;
    }
}

/* ============================================================
   BUILD 5 — THE LIVING ECOSYSTEM: SIGNATURE EDITION
   ============================================================ */
.living-universe {
    position: relative;
    overflow: hidden;
    padding: 120px 5vw 130px;
    background: radial-gradient(circle at 50% 42%, rgba(240, 216, 138, 0.12), transparent 20%),
        radial-gradient(circle at 30% 25%, rgba(127, 115, 218, 0.13), transparent 25%),
        radial-gradient(circle at 72% 70%, rgba(213, 83, 153, 0.12), transparent 26%),
        linear-gradient(180deg, #05040a 0%, #0b0d20 58%, #090604 100%);
    color: #fff;
}
.universe-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.universe-particles:before,
.universe-particles:after {
    content: "";
    position: absolute;
    inset: -10%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(240, 216, 138, 0.75) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(213, 83, 153, 0.45) 0 1px, transparent 1.5px);
    background-size:
        85px 85px,
        140px 140px,
        220px 220px;
    background-position:
        0 0,
        25px 35px,
        70px 10px;
    opacity: 0.38;
    animation: universeDrift 42s linear infinite;
}
.universe-particles:after {
    transform: scale(1.25);
    opacity: 0.22;
    animation-duration: 65s;
    animation-direction: reverse;
}
.universe-intro {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto 54px;
}
.universe-intro h2 {
    font:
        400 clamp(60px, 8vw, 126px) / 0.88 Georgia,
        serif;
    letter-spacing: -0.04em;
    margin: 10px 0 22px;
}
.universe-intro > p:last-child {
    max-width: 840px;
    margin: auto;
    color: #d9d7ec;
    font:
        italic clamp(21px, 2.35vw, 33px) / 1.5 Georgia,
        serif;
}
.universe-stage {
    position: relative;
    z-index: 2;
    width: min(1420px, 96vw);
    min-height: 920px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    background: radial-gradient(circle at center, rgba(240, 216, 138, 0.07), transparent 24%), rgba(2, 3, 10, 0.32);
    box-shadow:
        inset 0 0 120px rgba(0, 0, 0, 0.5),
        0 55px 140px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    perspective: 1200px;
}
.universe-lines {
    position: absolute;
    inset: 6%;
    width: 88%;
    height: 88%;
    overflow: visible;
    pointer-events: none;
}
.universe-lines path {
    fill: none;
    stroke: rgba(177, 185, 255, 0.22);
    stroke-width: 2.5;
    stroke-dasharray: 7 11;
    filter: drop-shadow(0 0 6px rgba(177, 185, 255, 0.16));
    transition: 0.45s ease;
}
.universe-lines path.is-lit {
    stroke: #f0d88a;
    stroke-width: 4.5;
    filter: drop-shadow(0 0 12px rgba(240, 216, 138, 0.65));
    animation: universeFlow 1.2s linear infinite;
}
.universe-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid rgba(240, 216, 138, 0.42);
    background: radial-gradient(
        circle at 50% 43%,
        rgba(240, 216, 138, 0.3),
        rgba(72, 45, 106, 0.48) 46%,
        rgba(5, 4, 10, 0.96) 72%
    );
    color: #fff;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    cursor: pointer;
    z-index: 8;
    box-shadow:
        0 0 90px rgba(240, 216, 138, 0.24),
        inset 0 0 70px rgba(255, 255, 255, 0.06);
}
.universe-core strong {
    font:
        400 28px/1.03 Georgia,
        serif;
    color: #fff3cf;
}
.universe-core small {
    font: 900 9px Inter;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #d2b977;
}
.core-orbit {
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 1px solid rgba(240, 216, 138, 0.2);
    animation: orbitSpin 18s linear infinite;
}
.orbit-two {
    inset: -42px;
    border-color: rgba(127, 115, 218, 0.2);
    animation-duration: 28s;
    animation-direction: reverse;
}
.core-light {
    position: absolute;
    inset: 22%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 247, 210, 0.68), transparent 62%);
    filter: blur(8px);
    animation: corePulse 4s ease-in-out infinite;
}
.universe-node {
    position: absolute;
    z-index: 5;
    width: 205px;
    min-height: 118px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(10, 9, 22, 0.74);
    backdrop-filter: blur(12px);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
    transition: 0.36s ease;
}
.universe-node:hover,
.universe-node.is-active {
    transform: translateY(-8px) scale(1.03);
    border-color: rgba(240, 216, 138, 0.62);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 34px rgba(240, 216, 138, 0.16);
}
.universe-node strong {
    font:
        400 21px/1 Georgia,
        serif;
    color: #fff2cc;
    text-align: center;
}
.universe-node small {
    font:
        italic 12px/1.25 Georgia,
        serif;
    color: #b8b3d0;
    text-align: center;
}
.node-star {
    font-size: 18px;
    color: #f0d88a;
    filter: drop-shadow(0 0 10px #f0d88a);
}
.node-siim {
    left: 12%;
    top: 13%;
}
.node-imf {
    right: 12%;
    top: 12%;
}
.node-research {
    left: 5%;
    top: 49%;
}
.node-books {
    right: 5%;
    top: 49%;
}
.node-speaking {
    left: 15%;
    bottom: 8%;
}
.node-phutures {
    right: 15%;
    bottom: 7%;
}
.node-identitylab {
    left: 50%;
    top: 3%;
    transform: translateX(-50%);
}
.node-identitylab:hover,
.node-identitylab.is-active {
    transform: translateX(-50%) translateY(-8px) scale(1.03);
}
.node-advisory {
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
}
.node-advisory:hover,
.node-advisory.is-active {
    transform: translateX(-50%) translateY(-8px) scale(1.03);
}
.universe-panel {
    position: absolute;
    z-index: 15;
    left: 24px;
    bottom: 24px;
    width: min(390px, calc(100% - 48px));
    padding: 28px;
    border: 1px solid rgba(240, 216, 138, 0.28);
    border-radius: 22px;
    background: rgba(4, 5, 13, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
    transition: 0.4s ease;
}
.universe-panel.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
.universe-panel-close {
    position: absolute;
    right: 14px;
    top: 10px;
    border: 0;
    background: transparent;
    color: #d7cfae;
    font-size: 24px;
    cursor: pointer;
}
.panel-kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #c5ad74;
    font: 900 9px Inter;
    margin: 0;
}
.universe-panel h3 {
    font: 400 34px/1.05 Georgia;
    margin: 12px 0;
    color: #fff2cc;
}
.universe-panel > p:not(.panel-kicker),
.panel-detail {
    color: #c9c5d9;
    line-height: 1.6;
}
.panel-detail {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.universe-manifesto {
    position: relative;
    z-index: 2;
    text-align: center;
    display: grid;
    gap: 3px;
    margin: 90px auto 48px;
}
.universe-manifesto p {
    margin: 0;
    font:
        400 clamp(48px, 6.6vw, 112px) / 0.88 Georgia,
        serif;
    color: #fff;
}
.universe-manifesto p:nth-child(2) {
    color: #f0d88a;
}
.universe-manifesto p:nth-child(3) {
    color: #d35c99;
}
.universe-handoff {
    position: relative;
    z-index: 2;
    width: max-content;
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 31px;
    border: 1px solid rgba(240, 216, 138, 0.58);
    border-radius: 999px;
    color: #fff3d1;
    text-decoration: none;
    transition: 0.3s;
}
.universe-handoff i {
    font: 900 9px Inter;
    font-style: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #c9ab69;
}
.universe-handoff:hover {
    transform: translateY(-5px);
    background: rgba(240, 216, 138, 0.1);
    box-shadow: 0 0 35px rgba(240, 216, 138, 0.18);
}
@keyframes universeFlow {
    to {
        stroke-dashoffset: -20;
    }
}
@keyframes orbitSpin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes corePulse {
    50% {
        transform: scale(1.12);
        opacity: 0.6;
    }
}
@keyframes universeDrift {
    to {
        transform: translate3d(120px, 80px, 0);
    }
}
@media (max-width: 1100px) {
    .universe-stage {
        min-height: 1180px;
    }
    .node-siim {
        left: 6%;
        top: 15%;
    }
    .node-imf {
        right: 6%;
        top: 15%;
    }
    .node-research {
        left: 5%;
        top: 42%;
    }
    .node-books {
        right: 5%;
        top: 42%;
    }
    .node-speaking {
        left: 7%;
        bottom: 8%;
    }
    .node-phutures {
        right: 7%;
        bottom: 8%;
    }
    .node-identitylab {
        top: 2%;
    }
    .node-advisory {
        bottom: 1%;
    }
    .universe-core {
        width: 220px;
        height: 220px;
    }
}
@media (max-width: 720px) {
    .living-universe {
        padding-inline: 4vw;
    }
    .universe-stage {
        min-height: auto;
        padding: 32px 14px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        border-radius: 28px;
    }
    .universe-lines {
        display: none;
    }
    .universe-core,
    .universe-node {
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        width: 100%;
        min-height: 150px;
    }
    .universe-core {
        height: 220px;
    }
    .universe-panel {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        max-height: 66vh;
        overflow: auto;
    }
}
@media (prefers-reduced-motion: reduce) {
    .universe-particles:before,
    .universe-particles:after,
    .core-orbit,
    .core-light {
        animation: none;
    }
}

/* ============================================================
   VERSION 5.5 — THE WELCOME EXPERIENCE
   ============================================================ */
.experience-brand {
    position: fixed;
    z-index: 130;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 20px;
    color: #d8b65a;
    pointer-events: none;
    opacity: 0;
    filter: blur(7px);
    transition:
        left 1.6s cubic-bezier(0.2, 0.76, 0.2, 1),
        top 1.6s cubic-bezier(0.2, 0.76, 0.2, 1),
        transform 1.6s cubic-bezier(0.2, 0.76, 0.2, 1),
        opacity 1.1s ease,
        filter 1.1s ease,
        gap 1.6s ease;
}
body.welcome-brand-in .experience-brand {
    opacity: 1;
    filter: none;
}
body.welcome-brand-docked .experience-brand {
    left: 28px;
    top: 15px;
    transform: none;
    gap: 12px;
    pointer-events: auto;
}
.web-wordmark {
    font:
        600 clamp(42px, 6.2vw, 96px) / 1 Georgia,
        "Times New Roman",
        serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    background: linear-gradient(180deg, #f7e7a8 0%, #c79d31 45%, #f2d77d 64%, #9b6d16 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
    transition:
        font-size 1.6s cubic-bezier(0.2, 0.76, 0.2, 1),
        letter-spacing 1.6s ease;
}
body.welcome-brand-docked .web-wordmark {
    font-size: 25px;
    letter-spacing: 0.08em;
}
.web-pearl {
    position: relative;
    width: 66px;
    height: 84px;
    display: block;
    flex: 0 0 auto;
    transition:
        width 1.6s ease,
        height 1.6s ease;
}
body.welcome-brand-docked .web-pearl {
    width: 32px;
    height: 42px;
}
.pearl-gem {
    position: absolute;
    left: 50%;
    top: 0;
    width: 52px;
    height: 52px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle at 34% 28%, #fff 0 8%, #f6f1df 20%, #c7c0ad 58%, #888171 100%);
    box-shadow:
        0 0 20px rgba(255, 255, 245, 0.45),
        inset -7px -8px 15px rgba(83, 76, 61, 0.23);
    transition:
        width 1.6s ease,
        height 1.6s ease;
}
body.welcome-brand-docked .pearl-gem {
    width: 24px;
    height: 24px;
}
.pearl-cap {
    position: absolute;
    left: 50%;
    top: 48px;
    width: 18px;
    height: 13px;
    transform: translateX(-50%);
    border-radius: 2px 2px 7px 7px;
    background: linear-gradient(90deg, #8f681e, #f4d77c, #a87b20);
    transition:
        top 1.6s ease,
        width 1.6s ease,
        height 1.6s ease;
}
body.welcome-brand-docked .pearl-cap {
    top: 22px;
    width: 10px;
    height: 8px;
}
.pearl-drop {
    position: absolute;
    left: 50%;
    top: 59px;
    width: 20px;
    height: 25px;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 70% 25% 70% 70%;
    background: linear-gradient(135deg, #f4d77c, #9d6d16 72%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transform-origin: 50% 0;
    transition:
        top 1.6s ease,
        width 1.6s ease,
        height 1.6s ease;
}
body.welcome-brand-docked .pearl-drop {
    top: 30px;
    width: 10px;
    height: 12px;
}
body.welcome-pearl-shimmer .pearl-gem:after {
    content: "";
    position: absolute;
    inset: -14%;
    border-radius: 50%;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.9) 48%, transparent 64%);
    animation: pearlShimmer 1.15s ease forwards;
}
body.welcome-pearl-shimmer .pearl-drop {
    animation: dropSway 1.3s ease-in-out;
}
.welcome-film {
    position: absolute;
    z-index: 11;
    inset: 0;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 24px;
    background: #050302;
    color: #fff;
    opacity: 1;
    transition:
        opacity 1.3s ease,
        visibility 1.3s ease;
}
body.welcome-releasing .welcome-film {
    opacity: 0;
    visibility: hidden;
}
.welcome-film .welcome-line,
.welcome-film h1,
.welcome-film .welcome-tagline {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 1s ease,
        transform 1.1s cubic-bezier(0.2, 0.76, 0.2, 1);
}
.welcome-film .welcome-line {
    margin: 150px 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font:
        800 11px Inter,
        Arial,
        sans-serif;
    color: #d8bd72;
}
.welcome-film h1 {
    margin: 0;
    font:
        400 clamp(48px, 7.8vw, 124px) / 0.9 Georgia,
        serif;
    letter-spacing: -0.035em;
    color: #fff5da;
}
.welcome-film .welcome-tagline {
    margin: 24px 0 0;
    font:
        italic clamp(20px, 2vw, 31px) / 1.3 Georgia,
        serif;
    color: #d8bd72;
}
body.welcome-copy-line .welcome-line,
body.welcome-copy-title .welcome-film h1,
body.welcome-copy-tagline .welcome-tagline {
    opacity: 1;
    transform: none;
}
.site-nav {
    padding-left: 360px;
}
.site-nav nav {
    margin-left: auto;
    align-items: center;
}
.replay-welcome {
    border: 1px solid rgba(212, 175, 90, 0.35);
    border-radius: 999px;
    padding: 8px 12px;
    background: transparent;
    color: #d8c7a7;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 9px;
    cursor: pointer;
}
.replay-welcome:hover {
    color: #fff;
    border-color: #d4af5a;
}
body:not(.arrival-complete) .replay-welcome {
    opacity: 0;
    pointer-events: none;
}
.arrival .doors {
    transition: opacity 0.5s ease;
}
body.welcome-active {
    overflow: hidden;
}
body.welcome-active .arrival-skip {
    opacity: 1;
}
@keyframes pearlShimmer {
    from {
        transform: translateX(-130%);
    }
    to {
        transform: translateX(130%);
    }
}
@keyframes dropSway {
    25% {
        transform: translateX(-50%) rotate(39deg);
    }
    65% {
        transform: translateX(-50%) rotate(51deg);
    }
    100% {
        transform: translateX(-50%) rotate(45deg);
    }
}
@media (max-width: 1050px) {
    .site-nav {
        padding-left: 260px;
    }
}
@media (max-width: 700px) {
    .experience-brand {
        top: 36%;
        gap: 12px;
        flex-direction: column;
    }
    .web-wordmark {
        font-size: clamp(34px, 11vw, 58px);
        text-align: center;
    }
    body.welcome-brand-docked .experience-brand {
        left: 14px;
        top: 12px;
        flex-direction: row;
        gap: 8px;
    }
    body.welcome-brand-docked .web-wordmark {
        font-size: 17px;
        letter-spacing: 0.055em;
    }
    body.welcome-brand-docked .web-pearl {
        width: 24px;
        height: 33px;
    }
    body.welcome-brand-docked .pearl-gem {
        width: 19px;
        height: 19px;
    }
    body.welcome-brand-docked .pearl-cap {
        top: 17px;
        width: 8px;
        height: 6px;
    }
    body.welcome-brand-docked .pearl-drop {
        top: 23px;
        width: 8px;
        height: 10px;
    }
    .welcome-film .welcome-line {
        margin-top: 175px;
    }
    .welcome-film h1 {
        font-size: clamp(43px, 13vw, 68px);
    }
    .site-nav {
        padding-left: 0;
    }
    .replay-welcome {
        position: absolute;
        right: 12px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .experience-brand,
    .web-wordmark,
    .web-pearl,
    .pearl-gem,
    .pearl-cap,
    .pearl-drop,
    .welcome-film,
    .welcome-film * {
        transition-duration: 0.01ms !important;
        animation: none !important;
    }
}


/** Your Journey Continues Styles**/


/* =========================================================
   YOUR JOURNEY CONTINUES
========================================================= */

.ys-journey-section {
  --ys-black: #050508;
  --ys-card: #111116;
  --ys-white: #ffffff;
  --ys-soft-white: #e6e3e7;
  --ys-muted: #bbb6bf;
  --ys-pink: #ff2f92;
  --ys-border: rgba(255, 255, 255, 0.18);

  position: relative;
  overflow: hidden;
  padding: 110px 24px 72px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 47, 146, 0.08),
      transparent 34%
    ),
    var(--ys-black);
  color: var(--ys-white);
}

.ys-journey-section * {
  box-sizing: border-box;
}

.ys-journey-inner {
  width: min(1460px, 100%);
  margin: 0 auto;
}


/* Heading
========================================================= */

.ys-journey-heading {
  max-width: 1060px;
  margin: 0 auto 54px;
  text-align: center;
}

.ys-pearl-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 18px;
}

.ys-pearl-divider > span:not(.ys-pearl) {
  width: 230px;
  max-width: 30vw;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--ys-pink)
  );
}

.ys-pearl-divider > span:last-child {
  background: linear-gradient(
    90deg,
    var(--ys-pink),
    transparent
  );
}

.ys-pearl {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 34% 28%,
      #ffffff 0%,
      #f7efe2 28%,
      #cbbda7 62%,
      #877663 100%
    );
  box-shadow:
    inset -3px -4px 7px rgba(68, 52, 37, 0.25),
    0 0 12px rgba(255, 255, 255, 0.24);
}

.ys-journey-heading h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.ys-journey-heading h2 span {
  color: var(--ys-pink);
}

.ys-journey-heading p {
  max-width: 920px;
  margin: 8px auto;
  color: var(--ys-soft-white);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.55;
}

.ys-journey-heading strong {
  display: block;
  margin-top: 6px;
  color: var(--ys-pink);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 700;
}


/* Card Grid
========================================================= */

.ys-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ys-journey-card {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--ys-border);
  border-radius: 22px;
  background: var(--ys-card);
  color: var(--ys-white);
  text-decoration: none;
  box-shadow:
    0 16px 45px rgba(0, 0, 0, 0.32),
    inset 0 -3px 0 rgba(255, 47, 146, 0.72);
  transition:
    transform 350ms ease,
    border-color 350ms ease,
    box-shadow 350ms ease;
}

.ys-journey-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--ys-pink);
  box-shadow: 0 0 16px rgba(255, 47, 146, 0.9);
}

.ys-journey-card img {
  position: absolute;
  z-index: -3;
  inset: 0;
  /*width: 100%;
  height: 100%;*/
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(.2, .7, .2, 1);
}

.ys-card-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 4, 8, 0.96) 0%,
      rgba(4, 4, 8, 0.78) 45%,
      rgba(4, 4, 8, 0.22) 100%
    ),
    linear-gradient(
      0deg,
      rgba(4, 4, 8, 0.9) 0%,
      transparent 55%
    );
  transition: background 350ms ease;
}

.ys-card-content {
  display: flex;
  min-height: 430px;
  padding: 30px 28px 27px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.ys-card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--ys-pink);
  border-radius: 50%;
  color: var(--ys-pink);
  background: rgba(5, 5, 8, 0.68);
  font-size: 1.45rem;
}

.ys-card-content h3 {
  max-width: 420px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.ys-title-line {
  width: 38px;
  height: 3px;
  margin: 14px 0;
  background: var(--ys-pink);
  transition: width 300ms ease;
}

.ys-card-content p {
  max-width: 300px;
  margin: 0;
  color: var(--ys-soft-white);
  font-size: 1rem;
  line-height: 1.48;
}

.ys-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ys-pink);
  font-size: 0.91rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ys-card-link span {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 250ms ease;
}


/* Hover
========================================================= */

.ys-journey-card:hover,
.ys-journey-card:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(255, 47, 146, 0.7);
  box-shadow:
    0 25px 58px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(255, 47, 146, 0.18),
    inset 0 -3px 0 var(--ys-pink);
}

.ys-journey-card:hover img,
.ys-journey-card:focus-visible img {
  transform: scale(1.055);
}

.ys-journey-card:hover .ys-title-line,
.ys-journey-card:focus-visible .ys-title-line {
  width: 72px;
}

.ys-journey-card:hover .ys-card-link span,
.ys-journey-card:focus-visible .ys-card-link span {
  transform: translateX(5px);
}

.ys-journey-card:focus-visible {
  outline: 3px solid var(--ys-pink);
  outline-offset: 4px;
}


/* Signature
========================================================= */

.ys-journey-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.ys-journey-signature > span {
  width: 32px;
  height: 1px;
  background: var(--ys-pink);
}

.ys-journey-signature p {
  margin: 0;
  color: var(--ys-soft-white);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
}

.ys-journey-signature b {
  margin: 0 10px;
  color: var(--ys-pink);
}


/* Responsive
========================================================= */

@media (max-width: 1050px) {
  .ys-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ys-journey-section {
    padding: 78px 16px 52px;
  }

  .ys-journey-heading {
    margin-bottom: 36px;
  }

  .ys-journey-heading h2 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .ys-journey-grid {
    grid-template-columns: 1fr;
  }

  .ys-journey-card,
  .ys-card-content {
    min-height: 410px;
  }

  .ys-card-content {
    padding: 25px 22px 24px;
  }

  .ys-card-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(4, 4, 8, 0.96) 0%,
        rgba(4, 4, 8, 0.7) 70%,
        rgba(4, 4, 8, 0.35) 100%
      ),
      linear-gradient(
        0deg,
        rgba(4, 4, 8, 0.94) 0%,
        transparent 64%
      );
  }

  .ys-journey-signature {
    gap: 10px;
  }

  .ys-journey-signature p {
    font-size: 0.62rem;
    line-height: 1.7;
    letter-spacing: 0.16em;
  }

  .ys-journey-signature b {
    margin: 0 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ys-journey-card,
  .ys-journey-card img,
  .ys-title-line,
  .ys-card-link span {
    transition: none;
  }

  .ys-journey-card:hover,
  .ys-journey-card:focus-visible {
    transform: none;
  }
}


/* =========================================
   LEADERSHIP & SPEAKING
========================================== */

:root {
 
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ys-speaking-section {
  position: relative;
  /*overflow: hidden;*/
  padding: clamp(6rem, 10vw, 10rem) 1.5rem;
  /*background:
    radial-gradient(
      circle at 12% 20%,
      rgba(230, 25, 120, 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(214, 178, 94, 0.09),
      transparent 32%
    ),
    linear-gradient(145deg, #050505 0%, #101010 52%, #050505 100%);*/
  color: var(--ys-white);
}

.ys-speaking-container {
  position: relative;
  z-index: 2;
  /*width: min(1240px, 100%);*/
  margin: 0 auto;
}

.ys-speaking-glow {
  position: absolute;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.18;
  pointer-events: none;
}

.ys-speaking-glow-left {
  top: -14rem;
  left: -15rem;
  background: var(--ys-hot-pink);
}

.ys-speaking-glow-right {
  right: -16rem;
  bottom: -16rem;
  background: var(--ys-gold);
}

.ys-speaking-header {
  /*max-width: 900px;
  margin-bottom: clamp(3rem, 7vw, 5.5rem);*/
}

.ys-speaking-eyebrow {
  /*margin: 0 0 1.25rem;
  color: var(--ys-soft-pink) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;*/
	  text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--gold2);
    font-size: 12px;
    font-weight: 900;
	
	
}

.ys-speaking-header h2 {
  margin: 0;
  /*max-width: 960px;*/
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 6.1rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.ys-speaking-header h2 span {
  /*display: block;*/
  margin-top: 0.15em;
  color: var(--ys-gold);
}

.ys-speaking-intro {
  max-width: 750px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.8;
}

.ys-speaking-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

/* Cinematic card */

.ys-reel-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(214, 178, 94, 0.42);
  border-radius: 28px;
  background: #000;
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(230, 25, 120, 0.08);
  cursor: pointer;
  text-align: left;
  isolation: isolate;
	
	
}

.ys-reel-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.ys-reel-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.76) 0%,
      rgba(0, 0, 0, 0.24) 54%,
      rgba(0, 0, 0, 0.08) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.72) 0%,
      transparent 55%
    );
}

.ys-reel-card-light {
  position: absolute;
  inset: auto auto -45% -15%;
  width: 65%;
  height: 90%;
  border-radius: 50%;
  background: rgba(230, 25, 120, 0.3);
  filter: blur(90px);
  opacity: 0;
  transition: opacity 500ms ease;
}

.ys-reel-card-content {
  position: absolute;
  left: clamp(1.5rem, 4vw, 3rem);
  bottom: clamp(1.6rem, 4vw, 3rem);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ys-reel-play {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(66px, 8vw, 90px);
  height: clamp(66px, 8vw, 90px);
  margin-bottom: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.38),
    inset 0 0 0 7px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
  transition:
    transform 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.ys-reel-play::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  animation: ysPlayPulse 2.3s ease-out infinite;
}

.ys-reel-play-icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.ys-reel-card-label {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
}

.ys-reel-card-duration {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ys-reel-card-corner {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.ys-reel-card:hover .ys-reel-card-image {
  transform: scale(1.055);
}

.ys-reel-card:hover .ys-reel-card-light {
  opacity: 1;
}

.ys-reel-card:hover .ys-reel-play {
  transform: scale(1.08);
  background: rgba(230, 25, 120, 0.8);
  box-shadow: 0 18px 45px rgba(230, 25, 120, 0.28);
}

.ys-reel-card:focus-visible {
  outline: 3px solid var(--ys-soft-pink);
  outline-offset: 7px;
}

/* Supporting copy */

.ys-speaking-copy {
  max-width: 500px;
}

.ys-speaking-kicker {
  margin: 0 0 1.3rem;
  color: var(--ys-gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.6;
  text-transform: uppercase;
}

.ys-speaking-copy h3 {
  margin: 0 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 1.03;
}

.ys-speaking-copy > p:not(.ys-speaking-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.8;
}

.ys-speaking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.1rem;
}

.ys-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 54px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 200ms ease,
    background 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.ys-button-primary {
  border: 1px solid var(--ys-hot-pink);
  background: linear-gradient(
    135deg,
    var(--ys-hot-pink),
    var(--ys-soft-pink)
  );
  color: #fff;
  box-shadow: 0 15px 35px rgba(230, 25, 120, 0.24);
}

.ys-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.ys-button-light {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: #fff;
  color: #0a0a0a;
}

.ys-button:hover {
  transform: translateY(-3px);
}

.ys-button-primary:hover {
  box-shadow: 0 18px 42px rgba(230, 25, 120, 0.38);
}

.ys-button-secondary:hover {
  border-color: rgba(214, 178, 94, 0.7);
  background: rgba(214, 178, 94, 0.08);
}

.ys-button-play {
  font-size: 0.7rem;
}

.ys-speaking-proof {
  display: grid;
  gap: 1.2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ys-speaking-proof div {
  display: grid;
  gap: 0.35rem;
}

.ys-speaking-proof strong {
  color: #fff;
  font-size: 0.95rem;
}

.ys-speaking-proof span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* =========================================
   REEL MODAL
========================================== */

body.ys-modal-open {
  overflow: hidden;
}

.ys-reel-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 300ms ease,
    visibility 300ms ease;
}

.ys-reel-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ys-reel-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 15%,
      rgba(230, 25, 120, 0.17),
      transparent 35%
    ),
    rgba(0, 0, 0, 0.91);
  backdrop-filter: blur(18px);
}

.ys-reel-modal-shell {
  position: relative;
  z-index: 2;
  width: min(1400px, 100%);
  transform: translateY(28px) scale(0.985);
  transition: transform 350ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.ys-reel-modal.is-open .ys-reel-modal-shell {
  transform: translateY(0) scale(1);
}

.ys-reel-modal-close {
  position: absolute;
  top: -3.6rem;
  right: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.7);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 200ms ease,
    background 200ms ease;
}

.ys-reel-modal-close:hover {
  transform: rotate(7deg);
  background: var(--ys-hot-pink);
}

.ys-reel-modal-brand {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ys-reel-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(214, 178, 94, 0.4);
  border-radius: 24px;
  background: #000;
  box-shadow:
    0 45px 130px rgba(0, 0, 0, 0.78),
    0 0 80px rgba(230, 25, 120, 0.1);
}

.ys-reel-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.ys-reel-end-screen {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 2rem;
  visibility: hidden;
  opacity: 0;
  background:
    radial-gradient(
      circle at center,
      rgba(230, 25, 120, 0.17),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      rgba(5, 5, 5, 0.96),
      rgba(16, 16, 16, 0.98)
    );
  transition:
    opacity 450ms ease,
    visibility 450ms ease;
}

.ys-reel-end-screen.is-visible {
  visibility: visible;
  opacity: 1;
}

.ys-reel-end-inner {
  max-width: 760px;
  text-align: center;
}

.ys-reel-end-eyebrow {
  margin: 0 0 1.2rem;
  color: var(--ys-soft-pink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ys-reel-end-inner h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.ys-reel-end-inner h3 span {
  display: block;
  color: var(--ys-gold);
}

.ys-reel-end-inner > p:not(.ys-reel-end-eyebrow) {
  max-width: 600px;
  margin: 1.6rem auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ys-reel-end-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.ys-reel-replay {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.6rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font: inherit;
  font-size: 0.83rem;
  cursor: pointer;
}

.ys-reel-replay:hover {
  color: #fff;
}

/* Animations */

@keyframes ysPlayPulse {
  0% {
    opacity: 0.65;
    transform: scale(0.88);
  }

  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

/* Responsive */

@media (max-width: 960px) {
  .ys-speaking-feature {
    grid-template-columns: 1fr;
  }

  .ys-speaking-copy {
    max-width: 760px;
  }
	
	.siim-model{width:100%;}
}

@media (max-width: 700px) {
  .ys-speaking-section {
    padding-inline: 1rem;
  }

  .ys-reel-card {
    aspect-ratio: 4 / 5;
    border-radius: 22px;
  }

  .ys-reel-card-image {
    object-position: center top;
  }

  .ys-reel-card-corner {
    display: none;
  }

  .ys-speaking-actions,
  .ys-reel-end-actions {
    flex-direction: column;
  }

  .ys-button {
    width: 100%;
  }

  .ys-reel-modal {
    padding: 0.5rem;
  }

  .ys-reel-modal-brand {
    padding-inline: 0.25rem;
  }

  .ys-reel-modal-close {
    top: -3.2rem;
    right: 0.15rem;
  }

  .ys-reel-stage {
    aspect-ratio: 9 / 16;
    border-radius: 18px;
  }

  .ys-reel-end-screen {
    padding: 1.25rem;
  }

  .ys-reel-end-inner h3 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .ys-reel-end-inner > p:not(.ys-reel-end-eyebrow) {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ys-reel-card-image,
  .ys-reel-card-light,
  .ys-reel-play,
  .ys-button,
  .ys-reel-modal,
  .ys-reel-modal-shell,
  .ys-reel-end-screen {
    transition: none;
  }

  .ys-reel-play::after {
    animation: none;
  }
}
.eco-model{width:75%;max-width:100%;}
.siim-model{width:100%;max-width:100%;}

.ys-research-card{padding-bottom:30px;}

.ys-research-visual{
	float:left;
	width:45%;
	padding-right:4%;
}

.ys-eco-visual{
	float:right;
	width:45%;
	padding-left:4%;
}

.ys-research-visual-summary{
	float:left;
	width:55%;
	font-size: 2.4em;
	font-family: sans-serif;
}

/* -------------------------------------------------- */
    /* MARQUEE TRUST BAR STYLING                          */
    /* -------------------------------------------------- */

    /* Section wrapper handling overflow and edge fading masks */
    .marquee-section {
      /*background-color: #fafafa;*/
		background-color: #ff2f92;
      /*padding: 40px 0;*/
      overflow: hidden; 
      position: relative;
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;

      /* Creates the fading gradient mask at both screen edges */
      -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
      );
      mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
      );
    }

    /* Outer flex container holding the moving tracks */
    .marquee {
      display: flex;
      user-select: none;
      gap: 70px; /* The identical visual space gap between the two duplicate logo blocks */
		margin-top:-4%;
		padding:4%;
    }

    /* Individual sliding track holding the actual logos */
    .marquee-group {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 70px; /* Space between individual logo elements */
      min-width: 100%;
      
      /* Loops the layout leftward continuously over 30 seconds */
      animation: scroll-left 30s linear infinite;
    }

    /* Image styling forcing monochrome uniformity */
    .marquee-group img {
      /*height: 32px;*/ /* Set a uniform height for visual editorial balance */
      width: auto;  /* Width auto-calculates to maintain correct aspect ratios */
      
      /* Forces colored logos into a clean gray color palette */
      /*filter: grayscale(100%) opacity(50%);*/
		filter: brightness(0) invert(1);
      transition: filter 0.3s ease, opacity 0.3s ease;
    }

    /* Highlight effect whenever a user passes their mouse cursor over a logo */
    .marquee:hover .marquee-group {
      animation-play-state: paused;
    }
    .marquee-group img:hover {
      filter: grayscale(0%) opacity(100%);
    }

    /* Continuous scroll keyframe math calculation */
    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(calc(-100% - 70px)); /* Keeps loop stutter-free by offsetting the precise gap value */
      }
    }

    /* Accessibility fallback: halts motion for devices requesting reduced movement profiles */
    @media (prefers-reduced-motion: reduce) {
      .marquee-group {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
      }
      .marquee {
        overflow: visible;
      }
      .marquee-section {
        mask-image: none;
        -webkit-mask-image: none;
      }
    }

    /* Global screen reader accessibility utility class */
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
    }

   /* ================================================== */
    /* 2. BY THE NUMBERS STATS BAR STYLING                */
    /* ================================================== */

    /* Section container */
    .stats-section {
      padding: 100px 20px; /* Generous spacing below the marquee bar */
      max-width: 1240px;
      margin: 0 auto;
      text-align: center;
    }

    /* Section heading styling */
    .stats-heading {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #d4af5a; /* Classic muted luxury gold */
      margin-bottom: 50px;
      font-weight: 600;
    }

    /* Grid container optimized for 4 items */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* Forms 4 even columns on desktop screens */
      gap: 30px;
    }

    /* Individual card layout */
    .stat-card {
      background: #f8f2e7; /* Warm alabaster card surface fill */
      padding: 45px 25px;
      border-radius: 12px;
      border: 1px solid #f0d88a; /* Light gold card borders */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
      box-shadow: 0 4px 20px rgba(18, 11, 6, 0.02);
    }

    /* Standout Highlight Card (Times Square Billboard) */
    .stat-card.highlight {
      background-color: #24180f; /* Rich dark coffee contrast background */
      border-color: #24180f;
      box-shadow: 0 10px 30px rgba(18, 11, 6, 0.12);
    }
    
    /* Text overrides inside the dark highlight card */
    .stat-card.highlight .stat-number {
      color: #ff2f92; /* High-impact vibrant pink for the NYC highlight */
      text-shadow: 0 2px 10px rgba(255, 47, 146, 0.15);
    }
    .stat-card.highlight .stat-label {
      color: #fff8ec; /* Soft warm white text for clear reading legibility */
    }

    /* Sequential fade-in delay for each card */
    .stat-card:nth-child(1) { animation-delay: 0.1s; }
    .stat-card:nth-child(2) { animation-delay: 0.2s; }
    .stat-card:nth-child(3) { animation-delay: 0.3s; }
    .stat-card:nth-child(4) { animation-delay: 0.4s; }

    /* Large data number typography */
    .stat-number {
      font-size: 54px;
      font-weight: 800;
      color: #120b06; /* Deep charcoal black for crisp contrast */
      line-height: 1;
      margin-bottom: 14px;
      letter-spacing: -1px;
    }

    /* Metric explanation text labels */
    .stat-label {
      font-size: 14px;
      color: #120b06;
      opacity: 0.85; /* Softens typography reading weight */
      font-weight: 400;
      line-height: 1.5;
    }

    /* Entry animation keyframe logic */
    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

 /* ================================================== */
    /* 3. UNIVERSAL ACCESSIBILITY & RESPONSIVE FALLBACKS  */
    /* ================================================== */

    /* Halts motion layout parameters for systems tracking reduced movement requests */
    @media (prefers-reduced-motion: reduce) {
      .marquee-group {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
      }
      .marquee {
        overflow: visible;
      }
      .marquee-section {
        mask-image: none;
        -webkit-mask-image: none;
      }
      .stat-card {
        opacity: 1;
        transform: none;
        animation: none;
      }
    }

    /* Tablet breakpoint adjustment */
    @media (max-width: 1024px) {
      .stats-grid {
        grid-template-columns: repeat(2, 1fr); /* Transforms grid to 2 columns x 2 rows */
        gap: 25px;
      }
    }

    /* Mobile phone breakpoint adjustment */
    @media (max-width: 630px) {
      .stats-grid {
        grid-template-columns: 1fr; /* Stacks all stat panels vertically */
        gap: 20px;
      }
      .stat-number {
        font-size: 46px; /* Dynamically dials down sizing scale */
      }
    }

/* 3. CORE FRAMEWORK SHOWCASE STYLING */
  .framework-section {
    padding: 100px 20px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .framework-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Perfect editorial asymmetry */
    gap: 80px;
    align-items: start;
  }
  
  /* Left Column: Context & Narrative */
  .framework-meta {
    position: sticky;
    top: 40px; /* Keeps the heading pinned elegantly as the user scrolls the steps */
  }
  .framework-tag {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d4af5a;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
  }
  .framework-title {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1px;
  }
  .framework-description {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .framework-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ff2f92;
    color: #fff8ec;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  /* Right Column: The Vertical Architectural Timeline */
  .framework-timeline {
    position: relative;
    padding-left: 45px;
  }
  /* The golden spine line running down the timeline */
  .framework-timeline::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background-color: #f0d88a;
  }
  
  /* Individual Timeline Step Cards */
  .timeline-step {
    position: relative;
    background: #f8f2e7;
    border: 1px solid #f0d88a;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(18, 11, 6, 0.01);
  }
  .timeline-step:last-child {
    margin-bottom: 0;
  }
  
  /* The custom step indicator nodes */
  .step-node {
    position: absolute;
    left: -45px;
    top: 28px;
    width: 32px;
    height: 32px;
    background-color: #fff8ec;
    border: 2px solid #d4af5a;
    color: #120b06;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
  }
  
  /* Step content typography */
  .step-title {
    font-size: 18px;
    font-weight: 700;
    color: #120b06;
    margin-bottom: 10px;
  }
  .step-body {
    font-size: 14px;
    color: #120b06;
    opacity: 0.8;
    line-height: 1.6;
  }

  /* Responsive Breakpoint for smaller screens */
  @media (max-width: 900px) {
    .framework-grid {
      grid-template-columns: 1fr; /* Stacks to a single column layout */
      gap: 50px;
    }
    .framework-meta {
      position: static; /* Removes sticky pinning on mobile for natural scrolling */
    }
    .framework-title {
      font-size: 32px;
    }
  }



/* Container houses the single dynamic default image */
.accordion-container {
  display: flex;
  width: 100vw;
  height: 70vh; /* Adjust view height to match your site design */
  overflow: hidden;
  position: relative;
  /* GLOBAL DEFAULT BACKGROUND IMAGE (Loads first) */
  background-image: url('../assets/believe-you-can.jpg');
  background-size: cover;
  background-position: center;
  /* Smooth crossfade transition when the background image swaps */
  transition: background-image 0.5s ease-in-out;
}

/* Base setup for every panel */
.panel {
  flex: 1; /* All 4 start split perfectly even */
  background: transparent;
  position: relative;
  cursor: pointer;
  
  /* Increased negative margins to lock the sharper angles together tightly */
  margin-left: -80px;
  margin-right: -80px;
  
  /* FIXED PIXEL TRAPEZOID EFFECT: Slanted significantly more (160px offset) */
  clip-path: polygon(160px 0%, 100% 0%, calc(100% - 160px) 100%, 0% 100%);
  
  /* Smooth cubic transitions handle the sliding geometry change safely */
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1), clip-path 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: flex, clip-path;
}

/* Keep outer edge boundaries flush and square with the screen edges */
.panel:first-child {
  margin-left: 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 160px) 100%, 0% 100%);
}

.panel:last-child {
  margin-right: 0;
  clip-path: polygon(160px 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Diagonal white lines marking the trapezoid edge seams */
.panel::after {
  content: '';
  position: absolute;
  top: 0;
  /* Mathematically aligns the border to track the new 160px clip path on a 70vh container */
  right: calc(160px - (70vh * 0.32)); 
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-22.5deg); /* Sharper skew angle matching the 160px offset */
  transform-origin: top;
  transition: background-color 0.6s ease;
  z-index: 3;
}

.panel:last-child::after {
  display: none;
}

/* Dark ambient masks to ensure text remains clean and readable */
.panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: opacity 0.6s ease;
  z-index: 1;
}

/* HOVER / INTERACTIVE ANIMATION MECHANICS */
/* 1. Compress non-targeted panels down and darken their text workspace */
.accordion-container:hover .panel:not(:hover) {
  flex: 0.4; /* Squeezed a bit more to give the active panel massive room */
}
.accordion-container:hover .panel:not(:hover)::before {
  opacity: 1;
}
.accordion-container:hover .panel:not(:hover)::after {
  background: rgba(255, 255, 255, 0.05);
}

/* 2. Expand the targeted panel aggressively */
.accordion-container:hover .panel:hover {
  flex: 5;
}
.accordion-container:hover .panel:hover::after {
  background: rgba(255, 255, 255, 0.6);
}

/* 3. Soften the gradient overlay slightly on the active panel focus zone */
.accordion-container:hover .panel:hover::before {
  opacity: 0.3;
}

/* Text block overlay layout structure */
.panel-content {
  position: absolute;
  bottom: 40px;
  /* Pushed further inward to completely clear the deeper 160px slant */
  left: 140px; 
  right: 140px;
  z-index: 2;
  color: #ffffff;
  pointer-events: none;
}

.panel-content h3 {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 8px;
  white-space: nowrap; /* Forces headings to stay on one clean line */
}

/* Description paragraph copy (hidden by default) */
.panel-content p {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  max-width: 450px;
  opacity: 0;
  transform: translateY(15px);
  /* Delays text fade-in slightly until expansion completes */
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}

/* Reveal the description copy ONLY when its parent panel is hovered */
.panel:hover .panel-content p {
  opacity: 1;
  transform: translateY(0);
}


.ys-institute-home,
.ys-architect-home {
    position: relative;
    overflow: hidden;
    background: var(--ys-black);
    color: var(--ys-cream);
    font-family: var(--ys-sans);
}
.ys-section-shell {
    width: min(var(--ys-max), 92vw);
    margin: 0 auto;
}
.ys-eyebrow {
    margin: 0 0 1rem;
    color: var(--ys-gold-light);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.ys-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.35rem;
    margin-top: 2rem;
}
.ys-button,
.ys-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        color 0.22s ease;
}
.ys-button {
    min-height: 50px;
    padding: 0.8rem 1.25rem;
    border: 1px solid var(--ys-gold);
    border-radius: 999px;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.ys-button-primary {
    background: var(--ys-gold);
    color: #090607;
}
.ys-button-primary:hover,
.ys-button-primary:focus-visible {
    background: var(--ys-gold-light);
    transform: translateY(-2px);
}
.ys-button-secondary {
    background: transparent;
    color: var(--ys-gold-light);
}
.ys-button-secondary:hover,
.ys-button-secondary:focus-visible {
    background: rgba(202, 164, 93, 0.09);
    border-color: var(--ys-gold-light);
    transform: translateY(-2px);
}
.ys-text-link {
    color: var(--ys-cream);
    font-size: 0.83rem;
    font-weight: 700;
}
.ys-text-link:hover,
.ys-text-link:focus-visible {
    color: var(--ys-pink);
}
.ys-institute-home {
    padding: clamp(5rem, 9vw, 9rem) 0;
    border-top: 1px solid var(--ys-line);
    border-bottom: 1px solid var(--ys-line);
    background: radial-gradient(circle at 14% 18%, rgba(239, 77, 154, 0.09), transparent 29%),
        radial-gradient(circle at 82% 72%, rgba(202, 164, 93, 0.11), transparent 27%), var(--ys-black);
}
.ys-institute-home:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.3;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 42px 42px;
}
.ys-institute-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}
.ys-institute-copy h2,
.ys-architect-heading h2 {
    margin: 0;
    font-family: var(--ys-serif);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
    text-wrap: balance;
}
.ys-institute-copy h2 {
    max-width: 820px;
    font-size: clamp(3rem, 6.5vw, 6.5rem);
}
.ys-institute-lead {
    max-width: 760px;
    margin: 1.8rem 0 1rem;
    color: var(--ys-cream);
    font-family: var(--ys-serif);
    font-size: clamp(1.22rem, 2vw, 1.58rem);
    line-height: 1.48;
}
.ys-institute-copy > p:not(.ys-eyebrow):not(.ys-institute-lead) {
    max-width: 700px;
    color: var(--ys-muted);
    font-size: 1rem;
    line-height: 1.8;
}
.ys-institute-panel {
    position: relative;
    padding: clamp(2rem, 4vw, 3.25rem);
    border: 1px solid var(--ys-line);
    background: linear-gradient(145deg, rgba(202, 164, 93, 0.09), transparent 38%), rgba(18, 13, 16, 0.88);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}
.ys-panel-number {
    position: absolute;
    top: 1.15rem;
    right: 1.4rem;
    margin: 0;
    color: rgba(239, 77, 154, 0.58);
    font-family: var(--ys-serif);
    font-size: 3.5rem;
    line-height: 1;
}
.ys-panel-label {
    margin: 0 0 0.55rem;
    color: var(--ys-gold-light);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.ys-institute-panel h3 {
    max-width: 460px;
    margin: 0 0 2rem;
    font-family: var(--ys-serif);
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 500;
    line-height: 1.05;
}
.ys-research-list {
    display: grid;
}
.ys-research-list > div {
    padding: 1rem 0;
    border-top: 1px solid rgba(202, 164, 93, 0.18);
}
.ys-research-list span,
.ys-research-list small {
    display: block;
}
.ys-research-list span {
    color: var(--ys-cream);
    font-family: var(--ys-serif);
    font-size: 1.08rem;
}
.ys-research-list small {
    margin-top: 0.18rem;
    color: #aa9d95;
    font-size: 0.78rem;
    line-height: 1.45;
}
.ys-panel-quote {
    margin: 2rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ys-line);
    color: var(--ys-gold-light);
    font-family: var(--ys-serif);
    font-size: 1.18rem;
    font-style: italic;
    line-height: 1.45;
}
.ys-architect-home {
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: radial-gradient(circle at 50% 48%, rgba(239, 77, 154, 0.07), transparent 32%),
        linear-gradient(180deg, #050405, #090507 72%, #050405);
}
.ys-architect-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
    gap: 3rem;
    align-items: end;
    margin-bottom: 2rem;
}
.ys-architect-heading h2 {
    font-size: clamp(3.3rem, 7vw, 7.4rem);
}
.ys-architect-heading > p {
    margin: 0 0 0.35rem;
    color: var(--ys-muted);
    font-family: var(--ys-serif);
    font-size: clamp(1.12rem, 1.7vw, 1.42rem);
    font-style: italic;
    line-height: 1.5;
}
.ys-architect-preview {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(202, 164, 93, 0.42);
    background: #000;
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.5);
}
.ys-architect-preview:before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    border: 1px solid transparent;
    transition: border-color 0.28s ease;
    pointer-events: none;
}
.ys-architect-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16/8.45;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
        filter 0.5s ease;
}
.ys-preview-overlay {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.08);
    opacity: 0;
    transition:
        opacity 0.28s ease,
        background 0.28s ease;
}
.ys-preview-button {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1.25rem;
    border: 1px solid var(--ys-gold-light);
    border-radius: 999px;
    background: rgba(5, 4, 5, 0.88);
    color: var(--ys-cream);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transform: translateY(12px);
    transition: transform 0.28s ease;
}
.ys-architect-preview:hover img,
.ys-architect-preview:focus-visible img {
    transform: scale(1.018);
    filter: brightness(1.08);
}
.ys-architect-preview:hover:before,
.ys-architect-preview:focus-visible:before {
    border-color: var(--ys-gold-light);
}
.ys-architect-preview:hover .ys-preview-overlay,
.ys-architect-preview:focus-visible .ys-preview-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.ys-architect-preview:hover .ys-preview-button,
.ys-architect-preview:focus-visible .ys-preview-button {
    transform: translateY(0);
}
.ys-architect-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
}
.ys-architect-footer p {
    max-width: 760px;
    margin: 0;
    color: var(--ys-muted);
    font-size: 1rem;
    line-height: 1.75;
}
@media (max-width: 980px) {
    .ys-institute-grid,
    .ys-architect-heading {
        grid-template-columns: 1fr;
    }
    .ys-institute-grid {
        gap: 3rem;
    }
    .ys-architect-heading {
        gap: 1.25rem;
    }
    .ys-architect-heading > p {
        max-width: 700px;
    }
}
@media (max-width: 720px) {
    .ys-section-shell {
        width: min(92vw, 680px);
    }
    .ys-institute-home,
    .ys-architect-home {
        padding: 4.5rem 0;
    }
    .ys-institute-copy h2 {
        font-size: clamp(2.7rem, 13vw, 4.8rem);
    }
    .ys-architect-heading h2 {
        font-size: clamp(3rem, 15vw, 5.4rem);
    }
    .ys-institute-panel {
        padding: 1.55rem;
    }
    .ys-panel-number {
        font-size: 2.6rem;
    }
    .ys-architect-preview img {
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: center top;
    }
    .ys-preview-overlay {
        opacity: 1;
        align-items: end;
        padding-bottom: 1.1rem;
        background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.78));
    }
    .ys-preview-button {
        transform: none;
    }
    .ys-architect-footer {
        grid-template-columns: 1fr;
    }
    .ys-button {
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ys-button,
    .ys-text-link,
    .ys-architect-preview img,
    .ys-preview-overlay,
    .ys-preview-button {
        transition: none;
    }
    .ys-architect-preview:hover img,
    .ys-architect-preview:focus-visible img {
        transform: none;
    }
}


/** Ecosystem Styles**/

.ys-ecosystem-home {
  padding: clamp(5rem, 9vw, 9rem) 0vw;
  color: #fffaf4;
  /*background:
    radial-gradient(circle at 15% 20%, rgba(239, 77, 154, 0.12), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(196, 152, 60, 0.12), transparent 30%),
    #08050b;
  border-top: 1px solid rgba(226, 189, 111, 0.2);
  border-bottom: 1px solid rgba(226, 189, 111, 0.2);*/
}

#research{
	 padding: clamp(1rem, 9vw, 1rem) 0vw;
}
.ys-ecosystem-inner {
  /*width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;*/
}

.ys-ecosystem-eyebrow {
  margin: 0 0 1rem;
  color: #e3c276;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ys-ecosystem-home h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.05em;
	 color: var(--ys-soft-pink) !important;
}

.ys-ecosystem-home h3 {
  margin: 1.4rem 0 0;
  color: #ef86b7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  font-weight: 400;
}

.ys-ecosystem-copy {
  /*width: min(800px, 100%);*/
  margin: 1.5rem auto 0;
  /*color: #cabdca;*/
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.75;
}

.ys-ecosystem-copy strong {
  color: #fffaf4;
  font-weight: 400;
}

.ys-ecosystem-link {
  margin-top: 2rem;
  min-height: 50px;
  padding: 0.8rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid #c4983c;
  border-radius: 999px;
  color: #08050b;
  background: #c4983c;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ys-ecosystem-link:hover {
  transform: translateY(-2px);
  background: #e3c276;
}


		/* Core Hero Setup */
.hero-section33 {
  position: relative; /* Essential: anchors the absolute video wrapper */
  width: 100%;
  min-height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
              url('../img/design-thinking-workshop.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Typography and Button layout */
.hero-container33 {
  max-width: 600px;
  color: #ffffff;
}

.hero-headline33 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.hero-cta33 {
  display: inline-block;
  background-color: #ff65ad; /* High-contrast orange match */
  color: #ffffff;
  padding: 0.8rem 2rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

/* Position the video container in the lower-right corner */
.corner-video-wrapper {
  position: absolute;
  bottom: 40px; /* Offset from bottom edge */
  right: 40px;  /* Offset from right edge */
  width: 280px;  /* Compact video dimensions */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.corner-video-wrapper:hover {
  transform: scale(1.05); /* Subtle scale interaction */
}

.corner-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Optional overlay text label on the video */
.video-label33 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  font-size: 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Responsive adjustment for small viewports */
@media (max-width: 768px) {
  .hero-section33 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 240px; /* Leaves clean spacing for the video below content */
  }
  
  .corner-video-wrapper {
    right: 50%;
    transform: translateX(50%); /* Center horizontally on mobile screens */
    bottom: 20px;
    width: 90%; /* Scale width dynamically for modern mobile displays */
    max-width: 320px;
  }
  
  .corner-video-wrapper:hover {
    transform: translateX(50%) scale(1.05);
  }
	
	.ys-research-visual-summary {
		width:100%;
		max-width:100%;
		font-size:1em;
	}
	.ys-eco-visual {
		width:100%;
		max-width:100%;
		padding-bottom:5%;
	}
	
	.ys-research-visual{width:100%;max-width:100%;}
	
	.ys-speaking-container{width:100%;max-width:100%;}
}

			/* Hidden by default, takes up full viewport */
.lightbox-overlay33 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Dark overlay */
  z-index: 9999; /* Ensures it sits over all page headers */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* State toggle for when the lightbox is triggered open */
.lightbox-overlay33.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Centered content wrapper bounding box */
.lightbox-content33 {
  width: 90%;
  max-width: 1000px; /* Limits maximum scaling size on large screens */
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}

.lightbox-video33 {
  width: 100%;
  height: 100%;
  display: block;
}

/* Floating top-right Close button layout */
.lightbox-close33 {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.lightbox-close33:hover {
  opacity: 1;
}

/* Adjust layout cleanly for tablet or touch screen devices */
@media (max-width: 768px) {
  .lightbox-close33 {
    top: 15px;
    right: 20px;
    font-size: 2.5rem;
  }
}


  .ys-wayfinding {
    --ys-black: #080808;
    --ys-panel: #111111;
    --ys-panel-hover: #171717;
    --ys-white: #ffffff;
    --ys-muted: #b7b7b7;
    --ys-gold: #c9a55b;
    --ys-pink: #f72585;
    --ys-border: rgba(255, 255, 255, 0.13);

    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 9rem) 1.25rem;
    color: var(--ys-white);
    background:
      radial-gradient(
        circle at 50% 15%,
        rgba(201, 165, 91, 0.12),
        transparent 34%
      ),
      var(--ys-black);
  }

  .ys-wayfinding::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.025),
        transparent
      );
  }

  .ys-wayfinding__inner {
    position: relative;
    z-index: 1;
   /* width: min(1220px, 100%);
    margin: 0 auto;*/
  }

  .ys-wayfinding__intro {
    /*max-width: 780px;*/
    margin: 0 auto clamp(3rem, 6vw, 5.5rem);
    text-align: center;
  }

  .ys-wayfinding__eyebrow {
    display: block;
    margin-bottom: 1rem;
    color: var(--ys-pink);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }

  .ys-wayfinding__intro h2 {
    margin: 0;
    color: var(--ys-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 5vw, 5.2rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .ys-wayfinding__intro p {
    max-width: 1080px;
    margin: 1.5rem auto 0;
    color: var(--ys-muted);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.75;
  }

  .ys-wayfinding__map {
    position: relative;
    max-width: 1080px;
    margin: 0 auto clamp(3.5rem, 7vw, 6rem);
    padding: clamp(0.5rem, 1.5vw, 1rem);
    border: 1px solid rgba(201, 165, 91, 0.25);
    background: rgba(255, 255, 255, 0.025);
  }

  .ys-wayfinding__map::before,
  .ys-wayfinding__map::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    pointer-events: none;
  }

  .ys-wayfinding__map::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid var(--ys-gold);
    border-left: 2px solid var(--ys-gold);
  }

  .ys-wayfinding__map::after {
    right: -1px;
    bottom: -1px;
    border-right: 2px solid var(--ys-gold);
    border-bottom: 2px solid var(--ys-gold);
  }

  .ys-wayfinding__map img {
    display: block;
    width: 100%;
    height: auto;
  }

  .ys-destinations {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
  }

  .ys-destination {
    position: relative;
    display: flex;
    min-height: 310px;
    padding: clamp(1.5rem, 2.8vw, 2.25rem);
    overflow: hidden;
    color: var(--ys-white);
    text-decoration: none;
    border: 1px solid var(--ys-border);
    background: var(--ys-panel);
    transition:
      transform 350ms ease,
      background-color 350ms ease,
      border-color 350ms ease;
  }

  .ys-destination:nth-child(1),
  .ys-destination:nth-child(2),
  .ys-destination:nth-child(3) {
    grid-column: span 2;
  }

  .ys-destination:nth-child(4),
  .ys-destination:nth-child(5) {
    grid-column: span 3;
  }

  .ys-destination::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(
      90deg,
      var(--ys-pink),
      var(--ys-gold)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 350ms ease;
  }

  .ys-destination::after {
    content: "";
    position: absolute;
    top: -85px;
    right: -85px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(201, 165, 91, 0.18);
    border-radius: 50%;
    transition:
      transform 500ms ease,
      border-color 500ms ease;
  }

  .ys-destination:hover,
  .ys-destination:focus-visible {
    transform: translateY(-7px);
    border-color: rgba(247, 37, 133, 0.55);
    background: var(--ys-panel-hover);
  }

  .ys-destination:hover::before,
  .ys-destination:focus-visible::before {
    transform: scaleX(1);
  }

  .ys-destination:hover::after,
  .ys-destination:focus-visible::after {
    transform: scale(1.18);
    border-color: rgba(247, 37, 133, 0.34);
  }

  .ys-destination:focus-visible {
    outline: 2px solid var(--ys-pink);
    outline-offset: 4px;
  }

  .ys-destination__number {
    position: absolute;
    top: 1.35rem;
    right: 1.5rem;
    color: rgba(255, 255, 255, 0.17);
    font-size: 2.35rem;
    font-weight: 300;
    letter-spacing: -0.06em;
  }

  .ys-destination__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .ys-destination__type {
    max-width: calc(100% - 65px);
    margin-bottom: auto;
    color: var(--ys-gold);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .ys-destination h3 {
    margin: 2.75rem 0 0.8rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    font-weight: 400;
    line-height: 1.05;
  }

  .ys-destination p {
    max-width: 460px;
    margin: 0;
    color: var(--ys-muted);
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .ys-destination__link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.75rem;
    color: var(--ys-white);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ys-destination__link span {
    color: var(--ys-pink);
    font-size: 1.15rem;
    transition: transform 250ms ease;
  }

  .ys-destination:hover .ys-destination__link span,
  .ys-destination:focus-visible .ys-destination__link span {
    transform: translateX(5px);
  }

  .ys-destination--featured {
    background:
      radial-gradient(
        circle at 85% 15%,
        rgba(247, 37, 133, 0.13),
        transparent 37%
      ),
      var(--ys-panel);
  }

  @media (max-width: 900px) {
    .ys-destinations {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ys-destination:nth-child(n) {
      grid-column: span 1;
    }

    .ys-destination:last-child {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 640px) {
    .ys-wayfinding {
      padding-inline: 1rem;
    }

    .ys-wayfinding__intro {
      text-align: left;
    }

    .ys-wayfinding__intro p {
      margin-left: 0;
    }

    .ys-wayfinding__map {
      margin-bottom: 2.5rem;
    }

    .ys-destinations {
      grid-template-columns: 1fr;
      gap: 0.85rem;
    }

    .ys-destination:nth-child(n) {
      grid-column: 1;
    }

    .ys-destination {
      min-height: 285px;
    }

    .ys-destination:hover {
      transform: none;
    }

    .ys-destination__number {
      font-size: 2rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ys-destination,
    .ys-destination::before,
    .ys-destination::after,
    .ys-destination__link span {
      transition: none;
    }

    .ys-destination:hover,
    .ys-destination:focus-visible {
      transform: none;
    }
  }


.ecosystem-map{margin-left:-13%;}


 .ys-spaces {
    --ys-black: #050505;
    --ys-panel: #0c0a0a;
    --ys-white: #ffffff;
    --ys-cream: #f4eee4;
    --ys-muted: #c8c2bc;
    --ys-gold: #d1a53b;
    --ys-hot-pink: #f72585;
    --ys-border: rgba(209, 165, 59, 0.42);

    position: relative;
    overflow: hidden;
    padding:
      clamp(5rem, 8vw, 8rem)
      clamp(1rem, 3vw, 2rem);
    color: var(--ys-white);
    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(209, 165, 59, 0.08),
        transparent 34%
      ),
      var(--ys-black);
  }

  .ys-spaces::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.32;
    background-image:
      linear-gradient(
        rgba(255, 255, 255, 0.018) 1px,
        transparent 1px
      ),
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.018) 1px,
        transparent 1px
      );
    background-size: 54px 54px;
  }

  .ys-spaces__inner {
    position: relative;
    z-index: 1;
    width: min(1500px, 100%);
    margin: 0 auto;
  }

  .ys-spaces__header {
    /*max-width: 900px;*/
    margin: 0 auto clamp(2.75rem, 5vw, 4.5rem);
    text-align: center;
  }

  .ys-spaces__eyebrow {
    display: block;
    margin-bottom: 1rem;
    color: var(--ys-gold);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.27em;
    text-transform: uppercase;
  }

  .ys-spaces__header h2 {
    margin: 0;
    color: var(--ys-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5vw, 5.4rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .ys-spaces__header h2 span {
    display: block;
    margin-top: 0.12em;
    color: var(--ys-hot-pink);
    font-style: italic;
  }

  .ys-spaces__header p {
    max-width: 720px;
    margin: 1.5rem auto 0;
    color: var(--ys-muted);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.75;
  }

  .ys-spaces__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin-top: 1.8rem;
    color: var(--ys-gold);
  }

  .ys-spaces__ornament span {
    display: block;
    width: min(145px, 22vw);
    height: 1px;
    background:
      linear-gradient(
        90deg,
        transparent,
        var(--ys-gold)
      );
  }

  .ys-spaces__ornament span:last-child {
    background:
      linear-gradient(
        90deg,
        var(--ys-gold),
        transparent
      );
  }

  .ys-spaces__ornament strong {
    color: var(--ys-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    font-weight: 400;
  }


  /* Five-card desktop grid */

  .ys-spaces__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.2vw, 1.15rem);
  }

  .ys-space-card {
    position: relative;
    display: flex;
    min-height: clamp(430px, 41vw, 590px);
    overflow: hidden;
    color: var(--ys-white);
    text-decoration: none;
    border: 1px solid var(--ys-border);
    border-radius: 18px;
    background: var(--ys-panel);
    box-shadow:
      0 18px 55px rgba(0, 0, 0, 0.38),
      inset 0 0 0 1px rgba(255, 255, 255, 0.018);
    isolation: isolate;
    transition:
      transform 400ms ease,
      border-color 400ms ease,
      box-shadow 400ms ease;
  }

  .ys-space-card__image {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-position: center;
    background-size: cover;
    transform: scale(1.015);
    filter:
      saturate(0.9)
      brightness(0.8);
    transition:
      transform 850ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 500ms ease;
  }

  .ys-space-card__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.03) 4%,
        rgba(0, 0, 0, 0.16) 32%,
        rgba(4, 3, 3, 0.96) 87%
      );
  }

  .ys-space-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    background:
      linear-gradient(
        145deg,
        rgba(247, 37, 133, 0.17),
        transparent 43%,
        rgba(209, 165, 59, 0.12)
      );
    transition: opacity 400ms ease;
  }

  .ys-space-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background:
      linear-gradient(
        90deg,
        var(--ys-hot-pink),
        var(--ys-gold)
      );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 400ms ease;
  }

  .ys-space-card:hover,
  .ys-space-card:focus-visible {
    transform: translateY(-10px);
    border-color: rgba(247, 37, 133, 0.78);
    box-shadow:
      0 25px 70px rgba(0, 0, 0, 0.6),
      0 0 36px rgba(247, 37, 133, 0.1);
  }

  .ys-space-card:hover::before,
  .ys-space-card:focus-visible::before {
    opacity: 1;
  }

  .ys-space-card:hover::after,
  .ys-space-card:focus-visible::after {
    transform: scaleX(1);
  }

  .ys-space-card:hover .ys-space-card__image,
  .ys-space-card:focus-visible .ys-space-card__image {
    transform: scale(1.08);
    filter:
      saturate(1.08)
      brightness(0.94);
  }

  .ys-space-card:focus-visible {
    outline: 2px solid var(--ys-hot-pink);
    outline-offset: 5px;
  }

  .ys-space-card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding:
      clamp(1.4rem, 2vw, 2rem)
      clamp(1.1rem, 1.6vw, 1.55rem);
    text-align: center;
  }

  .ys-space-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 0.85rem;
    place-items: center;
    color: var(--ys-gold);
    border: 1px solid rgba(209, 165, 59, 0.55);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.56);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1;
    backdrop-filter: blur(7px);
  }

  .ys-space-card__category {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--ys-gold);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .ys-space-card h3 {
    margin: 0;
    color: var(--ys-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 1.8vw, 2rem);
    font-weight: 400;
    line-height: 1.05;
  }

  .ys-space-card p {
    margin: 0.9rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.86rem, 0.95vw, 0.98rem);
    line-height: 1.62;
  }

  .ys-space-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.25rem;
    color: var(--ys-hot-pink);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ys-space-card__cta span {
    font-size: 1.1rem;
    transition: transform 250ms ease;
  }

  .ys-space-card:hover .ys-space-card__cta span,
  .ys-space-card:focus-visible .ys-space-card__cta span {
    transform: translateX(5px);
  }


  /* Featured Institute card */

  .ys-space-card--featured {
    border-color: rgba(209, 165, 59, 0.86);
    box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.5),
      0 0 24px rgba(209, 165, 59, 0.09);
  }

  .ys-space-card__ribbon {
    position: absolute;
    top: 22px;
    right: -47px;
    z-index: 5;
    width: 180px;
    padding: 0.52rem 0;
    color: white;
    background: var(--ys-hot-pink);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(42deg);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
  }


  /* Tablet */

  @media (max-width: 1180px) {
    .ys-spaces__grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ys-space-card {

      grid-column: span 2;
      min-height: 500px;
    }

    .ys-space-card:nth-child(4),
    .ys-space-card:nth-child(5) {
      grid-column: span 3;
    }
  }


  /* Mobile */

  @media (max-width: 760px) {
    .ys-spaces {
      padding-inline: 1rem;
    }

    .ys-spaces__header {
      text-align: left;
    }

    .ys-spaces__header p {
      margin-left: 0;
    }

    .ys-spaces__ornament {
      justify-content: flex-start;
    }

    .ys-spaces__grid {
      grid-template-columns: 1fr;
    }

    .ys-space-card,
    .ys-space-card:nth-child(n) {
      grid-column: 1;
      min-height: 490px;
    }

    .ys-space-card__content {
      padding: 1.6rem;
    }

    .ys-space-card:hover {
      transform: none;
    }
  }


  /* Reduced motion */

  @media (prefers-reduced-motion: reduce) {
    .ys-space-card,
    .ys-space-card::before,
    .ys-space-card::after,
    .ys-space-card__image,
    .ys-space-card__cta span {
      transition: none;
    }

    .ys-space-card:hover,
    .ys-space-card:focus-visible {
      transform: none;
    }
  }



