:root {
    --ink: #111014;
    --char: #19161d;
    --plum: #2e1c29;
    --pink: #ff3d9a;
    --soft: #ffd5e8;
    --gold: #c7a267;
    --ivory: #f5efe5;
    --paper: #fffdfa;
    --muted: #746f78;
    --line: rgba(17, 16, 20, 0.13);
    --shell: min(1200px, calc(100% - 40px));
    --shadow: 0 28px 90px rgba(20, 13, 20, 0.16);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    font: inherit;
}
.shell {
    width: var(--shell);
    margin: auto;
}
.skip {
    position: fixed;
    top: -60px;
    left: 15px;
    background: white;
    padding: 10px 15px;
    z-index: 9999;
}
.skip:focus {
    top: 15px;
}
.site-header {
    /*position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 253, 250, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);*/
	
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4vw;
    background: linear-gradient(180deg, rgba(5, 4, 3, .94), rgba(5, 4, 3, .58), transparent);
    /*backdrop-filter: blur(10px);*/
}
.nav-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand img{width:210px;max-height:64px;object-fit:contain;object-position:left center}
.brand b,
.brand small {
    display: block;
}
.brand small {
    font-size: 11px;
    color: var(--muted);
}
.seal {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    font:
        700 15px "Playfair Display",
        serif;
}
nav {
    display: flex;
    gap: 23px;
    align-items: center;
    font-size: 14px;
}
nav a {
    /*position: relative;*/
	 text-decoration:none;text-transform:uppercase;letter-spacing:.11em;
  font-size:10px;font-weight:800;color:#fff;font-family:Inter,Arial,sans-serif;
}
nav a.active:after {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--pink);
    left: 0;
    right: 0;
    bottom: -10px;
}
.pill {
    border: 1px solid var(--ink);
    padding: 9px 14px;
    border-radius: 999px;
}
.menu {
    display: none;
    border: 0;
    background: none;
}
.menu span {
    display: block;
    width: 23px;
    height: 2px;
    background: var(--ink);
    margin: 5px;
}
.menu i {
    display: none;
}
.hero {
    position: relative;
    min-height: calc(100vh - 82px);
    padding: 200px 0 70px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 80% 30%, rgba(255, 61, 154, 0.22), transparent 30%),
        linear-gradient(120deg, #0e0d11, #2c1a28);
    color: white;
}
.architectural-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 65px;
    align-items: center;
}
.kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    font-size: 11px;
    color: var(--pink);
    margin: 0 0 16px;
}
.hero h1,
.heading h2,
.lab h2,
.collaborate h2,
.modal h2 {
    font-family: "Playfair Display", serif;
    letter-spacing: -0.035em;
    line-height: 1.04;
}
.hero h1 {
    font-size: clamp(52px, 7vw, 91px);
    margin: 0 0 27px;
}
.hero h1 em {
    color: var(--soft);
}
.lede {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.74);
    max-width: 680px;
}
.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.btn {
    padding: 14px 20px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.primary {
    background: var(--pink);
    color: white;
}
.ghost {
    border-color: rgba(255, 255, 255, 0.45);
    color: white;
    background: transparent;
}
.dark {
    background: var(--ink);
    color: white;
}
.stats {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}
.stats b {
    color: white;
    font-size: 22px;
    margin-right: 6px;
}
.reading-room {
    position: relative;
    min-height: 570px;
    perspective: 1200px;
}
.window {
    position: absolute;
    inset: 5% 12% 20%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.2));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    overflow: hidden;
}
.window i {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 61, 154, 0.07), transparent);
}
.window:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 20%, rgba(255, 226, 190, 0.25), transparent 38%);
}
.shelf {
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    background: #6b4935;
    box-shadow: 0 8px 20px #000;
}
.s1 {
    bottom: 33%;
}
.s2 {
    bottom: 23%;
}
.desk {
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 4%;
    height: 30%;
    background: linear-gradient(90deg, #2b1a15, #704932, #2a1914);
    transform: rotateX(58deg);
    box-shadow: 0 35px 90px #000;
}
.book-object {
    position: absolute;
    z-index: 4;
    width: 310px;
    left: 31%;
    bottom: 17%;
    transform: rotate(-5deg);
    filter: drop-shadow(0 35px 30px rgba(0, 0, 0, 0.55));
}
.book-object img {
    width: 100%;
    display: block;
}
.lamp {
    position: absolute;
    right: 7%;
    bottom: 23%;
    z-index: 3;
    width: 80px;
    height: 180px;
}
.lamp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 70px solid #bb8e57;
}
.lamp:after {
    content: "";
    position: absolute;
    left: 38px;
    top: 65px;
    width: 5px;
    height: 105px;
    background: #aa8555;
}
.lamp span {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 220, 170, 0.16);
    filter: blur(30px);
    top: 20px;
    left: -80px;
}
.dust {
    position: absolute;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%;
    opacity: 0.45;
    animation: float 8s ease-in-out infinite;
}
.d1 {
    left: 25%;
    top: 30%;
}
.d2 {
    left: 64%;
    top: 18%;
    animation-delay: 2s;
}
.d3 {
    left: 74%;
    top: 43%;
    animation-delay: 4s;
}
@keyframes float {
    50% {
        transform: translateY(-28px);
        opacity: 0.15;
    }
}
.scroll-cue {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.55);
}
.scroll-cue span {
    color: var(--pink);
    margin-left: 8px;
}
.marquee {
    overflow: hidden;
    background: var(--pink);
    color: white;
    padding: 14px 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 700;
}
.marquee div {
    display: inline-flex;
    gap: 20px;
    white-space: nowrap;
    min-width: max-content;
    animation: marquee 24s linear infinite;
}
@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}
.section {
    padding: 110px 0;
}
.heading {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 65px;
    align-items: end;
    margin-bottom: 52px;
}
.heading h2 {
    font-size: clamp(40px, 5vw, 68px);
    margin: 0;
}
.heading > p {
    color: var(--muted);
    margin: 0;
}
.heading.light {
    color: white;
}
.heading.light > p {
    color: rgba(255, 255, 255, 0.6);
}
.featured {
    background: var(--ivory);
}
.publication-stage {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 25px;
}
.flagship {
    background: white;
    border-radius: 28px;
    padding: 38px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 38px;
    align-items: center;
    box-shadow: var(--shadow);
}
.cover3d {
    position: relative;
    transform: perspective(900px) rotateY(-8deg) rotateZ(-2deg);
    filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.25));
}
.cover3d img {
    display: block;
    width: 100%;
}
.pages {
    position: absolute;
    right: -10px;
    top: 7px;
    bottom: 7px;
    width: 10px;
    background: linear-gradient(90deg, #ddd1c2, #fff);
}
.micro {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--pink);
    font-weight: 700;
}
.flag-copy h3 {
    font:
        700 45px/1.03 "Playfair Display",
        serif;
    margin: 16px 0;
}
.deck {
    font-size: 19px;
}
.flag-copy > p:not(.deck) {
    color: var(--muted);
}
.textlink {
    font-weight: 700;
    color: var(--pink);
}
.supporting {
    display: grid;
    gap: 18px;
}
.pub {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    background: white;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--line);
    align-items: center;
}
.mini-cover {
    aspect-ratio: 0.72;
    padding: 18px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}
.mini-cover span,
.mini-cover small {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.mini-cover h3 {
    font:
        700 21px/1.05 "Playfair Display",
        serif;
    margin: auto 0;
}
.burgundy {
    background: linear-gradient(145deg, #6d1d39, #1b1016);
    color: white;
}
.ivory {
    background: linear-gradient(145deg, #fffdf7, #d9c9b7);
}
.plum {
    background: linear-gradient(145deg, #3c2037, #120e14);
    color: white;
}
.pub h4 {
    font:
        600 22px/1.15 "Playfair Display",
        serif;
    margin: 10px 0;
}
.pub a {
    font-size: 13px;
    color: var(--pink);
    font-weight: 700;
}
.constellation {
    background: #17141b;
    color: white;
}
.constellation-wrap {
    position: relative;
    height: 530px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    background: radial-gradient(circle at center, rgba(255, 61, 154, 0.1), transparent 35%);
    overflow: hidden;
}
.links {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.links path {
    fill: none;
    stroke: rgba(255, 61, 154, 0.42);
    stroke-width: 1.2;
    stroke-dasharray: 7 8;
    animation: dash 20s linear infinite;
}
@keyframes dash {
    to {
        stroke-dashoffset: -100;
    }
}
.idea {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(28, 24, 32, 0.9);
    color: white;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.02);
}
.idea:hover,
.idea.active {
    border-color: var(--pink);
    box-shadow:
        0 0 0 14px rgba(255, 61, 154, 0.08),
        0 0 55px rgba(255, 61, 154, 0.22);
    transform: translate(-50%, -50%) scale(1.06);
}
.idea span,
.idea b,
.idea small {
    display: block;
}
.idea span {
    color: var(--pink);
    font-size: 10px;
}
.idea b {
    font:
        600 23px/1.05 "Playfair Display",
        serif;
    margin: 25px 0 8px;
}
.idea small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}
.idea-detail {
    margin-top: 28px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: linear-gradient(120deg, rgba(255, 61, 154, 0.13), rgba(255, 255, 255, 0.02));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
}
.idea-detail h3 {
    font:
        700 44px "Playfair Display",
        serif;
    margin: 0;
}
.idea-detail p:not(.kicker) {
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
}
.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.tags span {
    font-size: 11px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 12px;
    border-radius: 999px;
}
.gallery {
    background: white;
}
.exhibits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.exhibit {
    min-height: 620px;
    background: #f3eee7;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}
.frame,
.abstract {
    height: 370px;
    background: #151319;
    border: 18px solid #2b211c;
    box-shadow:
        inset 0 0 0 2px #a67c4d,
        0 18px 45px rgba(0, 0, 0, 0.18);
    display: grid;
    place-items: center;
    overflow: hidden;
}
.frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: white;
}
.plaque {
    margin: 24px 8px 0;
}
.plaque span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--pink);
    font-weight: 700;
}
.plaque h3 {
    font:
        700 32px/1.05 "Playfair Display",
        serif;
    margin: 10px 0;
}
.plaque p {
    color: var(--muted);
}
.plaque button {
    border: 0;
    background: none;
    color: var(--pink);
    font-weight: 700;
    padding: 0;
    cursor: pointer;
}
.abstract {
    position: relative;
}
.abstract b {
    font:
        700 44px "Playfair Display",
        serif;
    color: white;
    z-index: 3;
}
.rings i {
    position: absolute;
    border: 1px solid rgba(255, 61, 154, 0.55);
    border-radius: 50%;
}
.rings i:nth-child(1) {
    width: 250px;
    height: 250px;
}
.rings i:nth-child(2) {
    width: 180px;
    height: 180px;
}
.rings i:nth-child(3) {
    width: 110px;
    height: 110px;
}
.strata {
    align-content: center;
    gap: 15px;
}
.strata i {
    display: block;
    width: 75%;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(90deg, transparent, rgba(255, 61, 154, 0.2), transparent);
}
.orbit i {
    position: absolute;
    border: 1px solid rgba(199, 162, 103, 0.6);
    border-radius: 50%;
    width: 260px;
    height: 110px;
    transform: rotate(25deg);
}
.orbit i:nth-child(2) {
    transform: rotate(-25deg);
}
.shelves {
    background: var(--ivory);
}
.shelf-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.shelf-tabs button {
    border: 1px solid var(--line);
    background: white;
    padding: 10px 15px;
    border-radius: 999px;
    cursor: pointer;
}
.shelf-tabs button.active {
    background: var(--ink);
    color: white;
}
.bookcase {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 30px 20px 45px;
    scroll-snap-type: x mandatory;
}
.spine {
    flex: 0 0 230px;
    height: 380px;
    padding: 24px;
    border-radius: 8px 8px 3px 3px;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    box-shadow: 12px 18px 30px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}
.spine:hover {
    transform: translateY(-12px);
}
.spine span,
.spine small {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}
.spine h3 {
    font:
        700 27px/1.07 "Playfair Display",
        serif;
    margin: auto 0;
}
.spine small {
    margin-top: 20px;
}
.magenta {
    background: linear-gradient(145deg, #ff3d9a, #64183f);
    color: white;
}
.black {
    background: linear-gradient(145deg, #2a272d, #09090b);
    color: white;
}
.burg {
    background: linear-gradient(145deg, #6b203c, #1b1016);
    color: white;
}
.cream {
    background: linear-gradient(145deg, #fffdf7, #d7c5b1);
}
.plum2 {
    background: linear-gradient(145deg, #4b2944, #171017);
    color: white;
}
.gold {
    background: linear-gradient(145deg, #e3c994, #947039);
}
.shelf-base {
    height: 20px;
    background: linear-gradient(90deg, #4a2e20, #8a5b3b, #4a2e20);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
}
.spine.hide {
    display: none;
}
.lab {
    background: linear-gradient(120deg, #f9ddec, #f4eee5);
}
.lab-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 70px;
}
.lab h2 {
    font-size: clamp(43px, 5vw, 70px);
    margin: 0 0 24px;
}
.lab-intro > p:not(.kicker) {
    font-size: 18px;
    color: #5d5660;
}
.note-wall {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.note {
    min-height: 235px;
    padding: 27px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 18px 40px rgba(80, 30, 60, 0.1);
    transform: rotate(-1.5deg);
    position: relative;
}
.note:before {
    content: "";
    position: absolute;
    width: 52px;
    height: 15px;
    background: rgba(199, 162, 103, 0.35);
    top: -6px;
    left: 42%;
}
.note:nth-child(even) {
    transform: rotate(1.5deg);
}
.note span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--pink);
    font-weight: 700;
}
.note h3 {
    font:
        600 25px/1.17 "Playfair Display",
        serif;
}
.note small {
    color: var(--muted);
}
.curator {
    background: white;
}
.curator-card {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 55px;
    align-items: center;
    background: #17141b;
    color: white;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 60px;
}
.portrait {
    height: 650px;
    background: linear-gradient(180deg, #3d2334, #17141b);
}
.portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.curator blockquote {
    font:
        600 50px/1.08 "Playfair Display",
        serif;
    margin: 20px 0;
}
.curator p:not(.kicker) {
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
}
.signature {
    display: block;
    font:
        600 34px "Playfair Display",
        serif;
    color: var(--soft);
    margin-top: 28px;
}
.curator small {
    color: rgba(255, 255, 255, 0.45);
}
.impact {
    background: #17141b;
    color: white;
}
.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.impact-card {
    min-height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 28px;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.025);
}
.impact-card:hover {
    transform: translateY(-7px);
    background: rgba(255, 61, 154, 0.08);
    border-color: var(--pink);
}
.impact-card > span {
    color: var(--pink);
}
.impact-card h3 {
    font:
        700 31px/1.05 "Playfair Display",
        serif;
    margin: 70px 0 15px;
}
.impact-card p {
    color: rgba(255, 255, 255, 0.6);
}
.impact-card b {
    margin-top: auto;
    color: var(--soft);
}
.collaborate {
    background: white;
    padding-top: 35px;
}
.collaborate-card {
    background: linear-gradient(115deg, #231821, #4d1c37);
    color: white;
    border-radius: 31px;
    padding: 58px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}
.collaborate h2 {
    font-size: clamp(43px, 5vw, 68px);
    margin: 0 0 18px;
}
.collaborate p:not(.kicker) {
    color: rgba(255, 255, 255, 0.66);
}
footer {
    background: #0b0a0d;
    color: white;
    padding: 70px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 40px;
}
.footer-grid > div b {
    display: block;
    margin-bottom: 13px;
}
.footer-grid > div a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin: 8px 0;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 48px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}
.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: 0.75s ease;
}
.reveal.show {
    opacity: 1;
    transform: none;
}
.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 2000;
}
.modal.open {
    display: block;
}
.backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 4, 6, 0.78);
    backdrop-filter: blur(10px);
}
.modal-card {
    position: relative;
    z-index: 2;
    width: min(650px, calc(100% - 32px));
    margin: 9vh auto;
    background: #1a171e;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 43px;
    box-shadow: 0 35px 100px #000;
}
.modal-card h2 {
    font-size: 50px;
    margin: 0 0 18px;
}
.modal-card > p:not(.kicker) {
    color: rgba(255, 255, 255, 0.68);
}
.close {
    position: absolute;
    right: 18px;
    top: 12px;
    border: 0;
    background: none;
    color: white;
    font-size: 36px;
    cursor: pointer;
}
@media (max-width: 1030px) {
    nav {
        display: none;
        position: fixed;
        top: 87px;
        left: 20px;
        right: 20px;
        padding: 20px;
        background: white;
        border: 1px solid var(--line);
        border-radius: 20px;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: var(--shadow);
    }
    nav.open {
        display: flex;
    }
    .menu {
        display: block;
    }
    .hero-grid,
    .publication-stage,
    .lab-grid,
    .collaborate-card,
    .heading {
        grid-template-columns: 1fr;
    }
    .reading-room {
        order: -1;
        min-height: 450px;
    }
    .flagship {
        grid-template-columns: 0.8fr 1.2fr;
    }
    .constellation-wrap {
        height: 700px;
    }
    .idea {
        width: 145px;
        height: 145px;
    }
    .idea:nth-of-type(1) {
        --x: 18% !important;
        --y: 20% !important;
    }
    .idea:nth-of-type(2) {
        --x: 70% !important;
        --y: 18% !important;
    }
    .idea:nth-of-type(3) {
        --x: 50% !important;
        --y: 48% !important;
    }
    .idea:nth-of-type(4) {
        --x: 25% !important;
        --y: 78% !important;
    }
    .idea:nth-of-type(5) {
        --x: 78% !important;
        --y: 78% !important;
    }
    .idea-detail,
    .curator-card {
        grid-template-columns: 1fr;
    }
    .portrait {
        height: 560px;
    }
    .curator-card {
        padding-right: 0;
    }
    .curator-card > div:last-child {
        padding: 0 40px 45px;
    }
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 720px) {
    :root {
        --shell: min(100% - 28px, 1200px);
    }
    .section {
        padding: 78px 0;
    }
    .hero {
        padding: 72px 0 60px;
    }
    .hero h1 {
        font-size: 53px;
    }
    .brand small {
        display: none;
    }
    .reading-room {
        min-height: 360px;
    }
    .book-object {
        width: 220px;
        left: 25%;
    }
    .lamp {
        right: 2%;
        transform: scale(0.75);
    }
    .heading {
        gap: 20px;
    }
    .heading h2 {
        font-size: 44px;
    }
    .flagship {
        grid-template-columns: 1fr;
        padding: 24px;
    }
    .cover3d {
        max-width: 260px;
        margin: auto;
    }
    .pub {
        grid-template-columns: 120px 1fr;
    }
    .pub h4 {
        font-size: 19px;
    }
    .constellation-wrap {
        height: auto;
        padding: 18px;
    }
    .links {
        display: none;
    }
    .idea {
        position: relative;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100%;
        height: auto;
        border-radius: 18px;
        margin: 12px 0;
        text-align: left;
    }
    .idea b {
        margin: 12px 0 5px;
    }
    .idea-detail,
    .exhibits,
    .note-wall,
    .impact-grid {
        grid-template-columns: 1fr;
    }
    .tags {
        justify-content: flex-start;
    }
    .exhibit {
        min-height: auto;
    }
    .frame,
    .abstract {
        height: 290px;
    }
    .lab-grid {
        gap: 35px;
    }
    .curator blockquote {
        font-size: 38px;
    }
    .portrait {
        height: 480px;
    }
    .collaborate-card {
        padding: 35px 24px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .copyright {
        flex-direction: column;
        gap: 10px;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
    .reveal {
        opacity: 1;
        transform: none;
    }
}
