@import url("./base.css");
@import url("./navigation.css");
@import url("./footer.css");

body.content-page {
    background:
        linear-gradient(180deg, #375359 0%, #375359 26%, #f7f3eb 26%, #f7f3eb 100%);
    color: #111111;
}

body.content-page .page-background {
    opacity: 0.22;
}

.content-page main {
    padding-top: clamp(6.8rem, 8vw, 8.4rem);
}

body[data-site-section="investors"].content-page main {
    padding-top: 0;
}

body[data-site-section="project-sponsors"].content-page main,
body[data-site-section="publications"].content-page main {
    padding-top: 0;
}

.content-page-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 1400px);
    margin: 0 auto;
    padding: 0 1.25rem;
}

.content-page-hero,
.content-page-section {
    position: relative;
}

.content-page-hero {
    padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 6vw, 5.4rem);
}

.content-page-hero-grid,
.content-page-section-head,
.content-page-content-grid {
    display: grid;
    gap: clamp(1.25rem, 2vw, 2rem);
}

.content-page-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    align-items: start;
}

.content-page-hero-grid-single {
    grid-template-columns: minmax(0, 1fr);
}

.content-page-hero-copy {
    color: #ffffff;
}

.content-page-hero-title {
    margin-top: 1.25rem;
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.08em;
    text-transform: uppercase;
}

.content-page-hero-title span,
.content-page-stat strong,
.content-page-hero-panel-label,
.content-page-block-kicker,
.content-page-block-index {
    color: var(--gold);
}

.content-page-hero-lead,
.content-page-hero-panel p,
.content-page-section-copy,
.content-page-block p {
    line-height: 1.8;
}

.content-page-hero-lead {
    max-width: 58ch;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.4vw, 1.08rem);
}

.content-page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.9rem;
}

.content-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 700;
}

.content-page-button.is-primary {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
    color: #ffffff;
}

.content-page-button.is-secondary {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.content-page-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.content-page-stat {
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
}

.content-page-stat strong {
    display: block;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1;
}

.content-page-stat span {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.content-page-hero-panel {
    padding: 1.4rem;
    border: 1px solid rgba(199, 162, 71, 0.16);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    color: #ffffff;
}

.content-page-hero-panel-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(199, 162, 71, 0.28);
    background: rgba(9, 18, 22, 0.28);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.content-page-hero-panel h2 {
    margin-top: 0.9rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.content-page-hero-panel-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.content-page-hero-panel-item {
    padding: 0.95rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.content-page-hero-panel-item strong {
    display: block;
    color: var(--gold-bright);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.content-page-hero-panel-item span {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.content-page-section {
    scroll-margin-top: 7rem;
    padding: clamp(4.5rem, 7vw, 5.8rem) 0;
}

.content-page-section-dark {
    background: #375359;
}

.content-page-section-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../media/img/background.avif");
    background-position: center top;
    background-repeat: repeat;
    opacity: var(--pattern-opacity-dark);
    pointer-events: none;
}

.content-page-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.5rem;
    margin-bottom: 60px;
}

.content-page-section-head-standalone {
    margin-bottom: 0;
}

.content-page-section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.content-page-section-head > div {
    display: grid;
    gap: 1.35rem;
    max-width: 920px;
}

.content-page-section-head .section-kicker {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(199, 162, 71, 0.24);
}

.content-page-section-copy {
    max-width: 56ch;
    margin: 0;
    color: rgba(17, 17, 17, 0.72);
}

.content-page-section-dark .section-kicker,
.content-page-section-dark .section-title {
    color: #ffffff;
}

.content-page-section-dark .section-kicker {
    color: var(--gold);
}

.content-page-section-dark .content-page-section-copy {
    color: rgba(255, 255, 255, 0.78);
}

.content-page-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-page-block {
    padding: 1.4rem;
    border-radius: 28px;
    border: 1px solid rgba(199, 162, 71, 0.12);
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 18px 42px rgba(7, 15, 18, 0.08);
}

.content-page-section-dark .content-page-block {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.16);
}

.content-page-block-index {
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.content-page-block-kicker {
    display: block;
    margin-top: 0.7rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.content-page-block h3 {
    margin-top: 0.8rem;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.content-page-block p {
    margin-top: 0.85rem;
    color: rgba(17, 17, 17, 0.78);
}

.content-page-section-dark .content-page-block p {
    color: rgba(255, 255, 255, 0.76);
}

body[data-site-section="investors"] [data-parallax-item],
body[data-site-section="project-sponsors"] [data-parallax-item],
body[data-site-section="publications"] [data-parallax-item] {
    transform: translate3d(var(--reveal-x, 0px), calc(var(--parallax-offset, 0px) + var(--reveal-offset, 0px)), 0) scale(var(--reveal-scale, 1));
    opacity: var(--reveal-opacity, 1);
    will-change: transform, opacity;
}

body[data-site-section="investors"] .investor-hero-copy [data-parallax-item],
body[data-site-section="investors"] .investor-statement-shell [data-parallax-item],
body[data-site-section="investors"] .investor-feature-copy [data-parallax-item],
body[data-site-section="investors"] .investor-wide-image-copy [data-parallax-item],
body[data-site-section="investors"] .investor-card-copy [data-parallax-item],
body[data-site-section="project-sponsors"] .story-copy [data-parallax-item],
body[data-site-section="project-sponsors"] .story-statement-shell [data-parallax-item],
body[data-site-section="project-sponsors"] .story-wide-copy [data-parallax-item],
body[data-site-section="project-sponsors"] .story-card-copy [data-parallax-item],
body[data-site-section="publications"] .story-copy [data-parallax-item],
body[data-site-section="publications"] .story-statement-shell [data-parallax-item],
body[data-site-section="publications"] .story-wide-copy [data-parallax-item],
body[data-site-section="publications"] .story-card-copy [data-parallax-item] {
    filter: blur(var(--reveal-blur, 0px));
}

.story-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    align-items: end;
    padding: clamp(8.5rem, 12vw, 10rem) 0 clamp(2.5rem, 5vw, 4.5rem);
    background: #375359;
    color: #ffffff;
}

.story-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(9, 18, 22, 0.92), rgba(9, 18, 22, 0.4) 54%, rgba(9, 18, 22, 0.18)),
        linear-gradient(0deg, rgba(9, 18, 22, 0.88), rgba(9, 18, 22, 0.08) 62%);
    pointer-events: none;
}

.story-hero-publications::before {
    background:
        linear-gradient(90deg, rgba(9, 18, 22, 0.56), rgba(9, 18, 22, 0.82) 62%, rgba(9, 18, 22, 0.32)),
        linear-gradient(0deg, rgba(9, 18, 22, 0.9), rgba(9, 18, 22, 0.08) 58%);
}

.story-hero-media {
    position: absolute;
    inset: 0;
}

.story-hero-media img,
.story-wide-media img,
.story-photo-slab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.04);
}

.story-hero-shell {
    position: relative;
    z-index: 3;
}

.story-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.25rem;
}

.story-copy-light {
    max-width: 980px;
}

.story-copy h1,
.story-copy h2,
.story-statement h2,
.story-wide-copy h2,
.story-card-copy h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(3.4rem, 7.2vw, 7rem);
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
}

.story-copy h1 {
    max-width: 9ch;
}

.story-copy h1 > span,
.story-copy h2 > span,
.story-statement h2 > span,
.story-wide-copy h2 > span,
.story-card-copy h2 > span {
    display: block;
    transform-origin: left center;
}

.story-copy h1 > span:last-child,
.story-copy h2 > span:last-child,
.story-statement h2 > span:last-child,
.story-wide-copy h2 > span:last-child,
.story-card-copy h2 > span:last-child {
    color: var(--gold);
}

.story-statement h2 .text-white {
    color: #ffffff;
}

.story-copy p:not(.section-kicker),
.story-statement p,
.story-wide-copy p,
.story-card-copy p {
    max-width: 660px;
    margin: 0;
    color: rgba(17, 17, 17, 0.68);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.78;
}

.story-copy-light p:not(.section-kicker),
.story-wide-copy p,
.story-card-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.story-actions,
.story-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.7rem;
}

.story-tags span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(199, 162, 71, 0.34);
    border-radius: 999px;
    color: #375359;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.story-geometry {
    position: absolute;
    z-index: 2;
    width: min(40vw, 560px);
    aspect-ratio: 1;
    pointer-events: none;
    perspective: 1200px;
    transform-style: preserve-3d;
}

.story-geometry span {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(199, 162, 71, 0.36);
    transform: rotateX(62deg) rotateZ(var(--geo-rotate, 0deg));
}

.story-geometry span:nth-child(2) {
    --geo-rotate: 42deg;
    inset: 14%;
}

.story-geometry span:nth-child(3) {
    --geo-rotate: -32deg;
    inset: 28%;
    background: rgba(199, 162, 71, 0.08);
}

.story-geometry-sponsors {
    right: 5vw;
    top: 16vh;
}

.story-geometry-publications {
    left: 4vw;
    top: 18vh;
}

.story-statement,
.story-feature,
.story-phone-section {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 8rem) 0;
}

.story-statement {
    min-height: 92vh;
    display: grid;
    align-items: center;
    background: #f7f3eb;
}

.story-statement-publications {
    background: #ffffff;
}

.story-statement::before,
.story-feature::before,
.story-phone-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../media/img/background.avif");
    background-position: center;
    background-repeat: repeat;
    opacity: 0.09;
    z-index: 0;
    pointer-events: none;
}

.story-statement-shell {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.6rem;
}

.sponsor-spline-background {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: auto;
}

.sponsor-spline-background spline-viewer {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.story-statement h2 {
    max-width: 12ch;
    color: #111111;
}

.story-feature {
    background: #ffffff;
}

.story-feature-sponsors {
    background: #f7f3eb;
}

.story-feature-publications {
    background: #ffffff;
}

.story-feature-grid,
.story-card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    gap: clamp(2.2rem, 6vw, 6rem);
    align-items: center;
}

.story-feature-reverse .story-copy {
    order: 2;
}

.story-media-stack,
.story-photo-slab {
    position: relative;
    min-height: 650px;
    perspective: 1100px;
}

.story-media-stack img {
    position: absolute;
    width: min(78%, 680px);
    height: auto;
    max-height: 78%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 44px 110px rgba(55, 83, 89, 0.18);
}

.story-media-sponsors img:first-child {
    width: min(70%, 620px);
    right: 0;
    top: 3%;
    transform: rotateY(-18deg) rotateX(7deg) rotateZ(5deg);
}

.story-media-sponsors img:last-child {
    left: 0;
    bottom: 2%;
    transform: rotateY(16deg) rotateX(6deg) rotateZ(-5deg);
}

.story-media-publications img:first-child {
    left: 2%;
    top: 2%;
    transform: rotateY(16deg) rotateX(7deg) rotateZ(-4deg);
}

.story-media-publications img:last-child {
    right: 0;
    bottom: 0;
    transform: rotateY(-18deg) rotateX(6deg) rotateZ(5deg);
}

.story-photo-slab {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 46px 110px rgba(55, 83, 89, 0.18);
}

.story-photo-slab img {
    min-height: 650px;
}

.story-wide-image {
    position: relative;
    overflow: hidden;
    min-height: 108vh;
    display: grid;
    align-items: end;
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: #375359;
    color: #ffffff;
}

.story-wide-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 18, 22, 0.88), rgba(9, 18, 22, 0.24)),
        linear-gradient(0deg, rgba(9, 18, 22, 0.9), rgba(9, 18, 22, 0.08) 58%);
    pointer-events: none;
}

.story-wide-publications::after {
    background:
        linear-gradient(90deg, rgba(9, 18, 22, 0.25), rgba(9, 18, 22, 0.88)),
        linear-gradient(0deg, rgba(9, 18, 22, 0.9), rgba(9, 18, 22, 0.06) 58%);
}

.story-wide-media {
    position: absolute;
    inset: -8% 0 -12%;
}

.story-wide-copy {
    position: relative;
    z-index: 2;
}

.story-wide-copy > div {
    display: grid;
    gap: 1.25rem;
    max-width: 860px;
}

.story-wide-publications .story-wide-copy > div {
    margin-left: auto;
    text-align: left;
}

.story-phone-section {
    min-height: 100vh;
    display: grid;
    align-items: center;
    background: #ffffff;
}

.story-phone-object {
    position: relative;
    z-index: 1;
    min-height: 620px;
    display: grid;
    place-items: center;
}

.story-phone-object video {
    width: min(100%, 520px);
    max-height: 82vh;
    object-fit: contain;
}

.story-card-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: #000000;
    color: #ffffff;
}

.story-card-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.25rem;
}

.story-card-object {
    position: relative;
    z-index: 2;
    min-height: 620px;
    display: grid;
    place-items: center;
    perspective: 1200px;
}

.story-card-object video {
    width: min(100%, 760px);
    max-height: 78vh;
    object-fit: contain;
    transform: rotateY(-10deg) rotateX(4deg);
}

.investor-parallax-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    display: grid;
    align-items: end;
    padding: clamp(8.5rem, 12vw, 10rem) 0 clamp(2.5rem, 5vw, 4.5rem);
    color: #ffffff;
    background: #375359;
}

.investor-parallax-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(9, 18, 22, 0.94) 0%, rgba(9, 18, 22, 0.72) 42%, rgba(9, 18, 22, 0.24) 100%),
        linear-gradient(0deg, rgba(9, 18, 22, 0.84) 0%, rgba(9, 18, 22, 0) 46%);
    pointer-events: none;
}

.investor-hero-media {
    position: absolute;
    inset: 0;
}

.investor-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.94) contrast(1.05);
}

.investor-hero-orbit {
    position: absolute;
    right: 6vw;
    top: 14vh;
    z-index: 2;
    width: min(34vw, 520px);
    aspect-ratio: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.investor-hero-orbit span {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(199, 162, 71, 0.32);
    border-radius: 50%;
    transform: rotateX(68deg) rotateZ(var(--orbit-angle, 0deg));
}

.investor-hero-orbit span:nth-child(2) {
    --orbit-angle: 55deg;
    inset: 10%;
}

.investor-hero-orbit span:nth-child(3) {
    --orbit-angle: -38deg;
    inset: 20%;
    background: rgba(199, 162, 71, 0.06);
}

.investor-hero-shell {
    position: relative;
    z-index: 3;
}

.investor-hero-copy {
    max-width: 960px;
}

.investor-hero-copy h1,
.investor-statement h2,
.investor-feature-copy h2,
.investor-wide-image-copy h2,
.investor-card-copy h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(3.6rem, 7.8vw, 7.2rem);
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
}

.investor-hero-copy h1 {
    margin-top: 1.1rem;
    max-width: 8ch;
}

.investor-hero-copy h1 > span,
.investor-statement h2 > span,
.investor-feature-copy h2 > span,
.investor-card-copy h2 > span {
    display: block;
    transform-origin: left center;
}

.investor-hero-copy h1 > span:last-child,
.investor-statement h2 em,
.investor-feature-copy h2 em,
.investor-wide-image-copy h2 span,
.investor-card-copy h2 em {
    color: var(--gold);
    font-style: normal;
}

.investor-hero-copy > p:not(.section-kicker) {
    max-width: 620px;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.75;
}

.investor-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.investor-statement {
    position: relative;
    overflow: hidden;
    min-height: 92vh;
    display: grid;
    align-items: center;
    padding: clamp(5rem, 10vw, 8rem) 0;
    background: #f7f3eb;
}

.investor-statement::before,
.investor-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../media/img/background.avif");
    background-repeat: repeat;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

.investor-spline-background {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0.56;
    pointer-events: auto;
}

.investor-spline-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(247, 243, 235, 0.92) 0%, rgba(247, 243, 235, 0.68) 42%, rgba(247, 243, 235, 0.18) 100%),
        linear-gradient(0deg, rgba(247, 243, 235, 0.84), rgba(247, 243, 235, 0.14));
    pointer-events: none;
}

.investor-spline-background spline-viewer {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.14) translateX(12%);
    pointer-events: auto;
}

.investor-statement-shell {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 1.8rem;
}

.investor-statement h2 {
    max-width: 12ch;
    color: #111111;
}

.investor-statement p:last-child {
    max-width: 720px;
    margin: 0;
    color: rgba(55, 83, 89, 0.78);
    font-size: clamp(1.05rem, 1.6vw, 1.34rem);
    line-height: 1.75;
}

.investor-feature {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: #ffffff;
}

.investor-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    gap: clamp(2.2rem, 6vw, 6rem);
    align-items: center;
}

.investor-feature-grid-reverse {
    grid-template-columns: minmax(420px, 1.14fr) minmax(0, 0.86fr);
}

.investor-feature-grid-reverse .investor-feature-copy {
    order: 2;
}

.investor-feature-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.3rem;
}

.investor-feature-copy h2,
.investor-wide-image-copy h2,
.investor-card-copy h2 {
    max-width: 9ch;
    font-size: clamp(2.8rem, 5.6vw, 5.8rem);
    color: #111111;
}

.investor-feature-copy h2 > span,
.investor-card-copy h2 > span {
    display: block;
    transform-origin: left center;
}

.investor-feature-copy p:not(.section-kicker),
.investor-wide-image-copy p,
.investor-card-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(17, 17, 17, 0.68);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.78;
}

.investor-feature-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.6rem;
}

.investor-feature-points span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(199, 162, 71, 0.34);
    border-radius: 999px;
    color: #375359;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.investor-feature-media {
    position: relative;
    z-index: 1;
    min-height: 620px;
    border-radius: 28px;
}

.investor-device-stack {
    display: grid;
    place-items: center;
    min-height: 660px;
    perspective: 1100px;
}

.investor-device-stack::before {
    content: "";
    position: absolute;
    inset: 4% 8%;
    border: 1px solid rgba(55, 83, 89, 0.18);
    border-radius: 999px;
    transform: rotate(-12deg);
}

.investor-dashboard-img,
.investor-meeting-img {
    position: absolute;
    width: min(92%, 720px);
    border-radius: 22px;
    border: 1px solid rgba(55, 83, 89, 0.14);
    box-shadow: 0 42px 110px rgba(55, 83, 89, 0.18);
    background: #ffffff;
}

.investor-dashboard-img {
    transform: rotateY(-14deg) rotateX(6deg) rotateZ(-3deg) translate3d(-5%, -10%, 70px);
}

.investor-meeting-img {
    width: min(78%, 620px);
    transform: rotateY(18deg) rotateX(7deg) rotateZ(5deg) translate3d(16%, 24%, 120px);
}

.investor-wide-image {
    position: relative;
    overflow: hidden;
    min-height: 108vh;
    display: grid;
    align-items: end;
    padding: clamp(5rem, 9vw, 8rem) 0;
    color: #ffffff;
    background: #375359;
}

.investor-wide-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 18, 22, 0.88), rgba(9, 18, 22, 0.28)),
        linear-gradient(0deg, rgba(9, 18, 22, 0.88), rgba(9, 18, 22, 0.06) 58%);
    pointer-events: none;
}

.investor-wide-image-media {
    position: absolute;
    inset: -8% 0 -12%;
}

.investor-wide-image-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.05);
}

.investor-wide-image-copy {
    position: relative;
    z-index: 2;
}

.investor-wide-image-copy > div {
    display: grid;
    gap: 1.35rem;
    max-width: 850px;
}

.investor-wide-image-copy h2,
.investor-card-copy h2 {
    color: #ffffff;
}

.investor-wide-image-copy p,
.investor-card-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.investor-portrait-scene {
    overflow: visible;
    min-height: 660px;
}

.investor-portrait-scene > img,
.investor-photo-frame > img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 46px 110px rgba(55, 83, 89, 0.18);
}

.investor-geometry {
    position: absolute;
    inset: 0;
    pointer-events: none;
    transform-style: preserve-3d;
    perspective: 1100px;
}

.investor-geometry span {
    position: absolute;
    right: -4%;
    bottom: 10%;
    width: 34%;
    aspect-ratio: 1;
    border: 1px solid rgba(199, 162, 71, 0.42);
    background: rgba(199, 162, 71, 0.08);
    transform: rotateX(58deg) rotateZ(42deg);
}

.investor-geometry span:nth-child(2) {
    right: 12%;
    bottom: -6%;
    width: 22%;
    border-color: rgba(55, 83, 89, 0.28);
    background: rgba(55, 83, 89, 0.06);
    transform: rotateX(62deg) rotateZ(-18deg);
}

.investor-feature-meeting {
    background: #f7f3eb;
}

.investor-photo-frame {
    overflow: hidden;
}

.investor-card-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: #000000;
    color: #ffffff;
}

.investor-phone-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: #ffffff;
    color: #111111;
}

.investor-phone-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../media/img/background.avif");
    background-repeat: repeat;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
}

.investor-phone-object {
    position: relative;
    z-index: 2;
    min-height: 620px;
    display: grid;
    place-items: center;
}

.investor-phone-object video {
    width: min(100%, 520px);
    max-height: 82vh;
    object-fit: contain;
}

.investor-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: clamp(2.4rem, 6vw, 6rem);
    align-items: center;
}

.investor-card-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1.35rem;
}

.investor-card-object {
    position: relative;
    z-index: 2;
    min-height: 620px;
    display: grid;
    place-items: center;
    perspective: 1200px;
}

.investor-card-object video {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    max-height: 78vh;
    object-fit: contain;
    transform: rotateY(-10deg) rotateX(4deg);
}

@media (max-width: 1100px) {
    .content-page-hero-grid,
    .content-page-content-grid,
    .investor-feature-grid,
    .investor-feature-grid-reverse,
    .investor-card-grid,
    .story-feature-grid,
    .story-card-grid {
        grid-template-columns: 1fr;
    }

    .investor-feature-grid-reverse .investor-feature-copy {
        order: initial;
    }

    .story-feature-reverse .story-copy {
        order: initial;
    }

    .content-page-hero-stats {
        grid-template-columns: 1fr;
    }

    .investor-hero-media {
        inset: 0;
        opacity: 0.58;
    }

    .investor-hero-orbit {
        width: min(72vw, 420px);
        right: -8vw;
        top: 12vh;
    }

    .story-geometry {
        width: min(72vw, 420px);
        opacity: 0.72;
    }

    .story-geometry-sponsors {
        right: -8vw;
        top: 12vh;
    }

    .story-geometry-publications {
        left: -12vw;
        top: 14vh;
    }
}

@media (max-width: 720px) {
    .content-page main {
        padding-top: 6.4rem;
    }

    body[data-site-section="investors"].content-page main {
        padding-top: 0;
    }

    body[data-site-section="project-sponsors"].content-page main,
    body[data-site-section="publications"].content-page main {
        padding-top: 0;
    }

    .content-page-hero-title {
        font-size: clamp(3.2rem, 14vw, 5.2rem);
    }

    .content-page-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .content-page-button {
        width: 100%;
    }

    .investor-statement,
    .investor-wide-image,
    .investor-phone-section,
    .investor-card-section,
    .story-statement,
    .story-wide-image,
    .story-phone-section,
    .story-card-section {
        min-height: auto;
    }

    .investor-parallax-hero,
    .story-hero {
        min-height: 100svh;
        padding: 8.4rem 0 2rem;
    }

    .investor-hero-copy h1,
    .investor-statement h2,
    .investor-feature-copy h2,
    .investor-wide-image-copy h2,
    .investor-card-copy h2,
    .story-copy h1,
    .story-copy h2,
    .story-statement h2,
    .story-wide-copy h2,
    .story-card-copy h2 {
        font-size: clamp(3rem, 16vw, 5rem);
    }

    .investor-feature-media,
    .investor-device-stack,
    .investor-portrait-scene,
    .investor-phone-object,
    .investor-card-object,
    .story-media-stack,
    .story-photo-slab,
    .story-phone-object,
    .story-card-object {
        min-height: 420px;
    }

    .story-photo-slab img {
        min-height: 420px;
    }

    .story-media-stack img {
        width: 84%;
    }

    .investor-dashboard-img {
        width: 96%;
        transform: rotateY(-10deg) rotateX(4deg) rotateZ(-2deg) translate3d(-2%, -10%, 40px);
    }

    .investor-meeting-img {
        width: 82%;
        transform: rotateY(12deg) rotateX(5deg) rotateZ(4deg) translate3d(10%, 26%, 70px);
    }

    .investor-portrait-scene > img,
    .investor-photo-frame > img {
        min-height: 420px;
    }
}
