:root {
    --ink: #09090b;
    --ink2: #151317;
    --paper: #ffffff;
    --mist: #f5f8f7;
    --gold: #c69333;
    --gold2: #f4d77c;
    --gold3: #fff4c8;
    --muted: #63636a;
    --line: rgba(10, 10, 12, .10);
    --glass: rgba(255, 255, 255, .78);
    --glassD: rgba(9, 9, 11, .58);
    --shadow: 0 24px 70px rgba(14, 15, 20, .12);
    --display: clamp(46px, 5.8vw, 82px);
    --body: clamp(16px, 1.35vw, 19px);
    --small: 12px
}

* {
    box-sizing: border-box
}
* {
  font-family: Georgia, "Times New Roman", Times, serif;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: var(--body);
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

.wrap {
    width: min(1180px, calc(100% - 48px));
    margin: auto
}

.nav {
    position: fixed;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 90
}

.navin {
    width: min(1180px, calc(100% - 28px));
    height: 62px;
    margin: auto;
    padding: 0 18px;
    border-radius: 22px;
    background: rgba(17, 17, 19, .68);
    backdrop-filter: blur(28px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.brandLogo {
    height: 28px;
    width: auto;
    display: block
}

.brandWord {
    font-weight: 900;
    letter-spacing: .07em;
    font-size: var(--small)
}

.links {
    display: flex;
    align-items: center;
    gap: 21px;
    font-size: var(--small);
    color: #e7e7e7
}

.links a {
    opacity: .85;
    transition: .25s
}

.links a:hover {
    opacity: 1;
    color: var(--gold2)
}

.navcta,
.btn {
    font-size: var(--small);
    font-weight: 850;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.navcta {
    padding: 10px 15px;
    background: linear-gradient(135deg, #fff, var(--gold3));
    color: #111;
    box-shadow: 0 8px 24px rgba(198, 147, 51, .22)
}

.eyebrow,
.kicker {
    font-size: var(--small);
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase
}

.eyebrow {
    color: var(--gold2)
}

.kicker {
    color: var(--gold)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

.display,
h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.044em;
    line-height: .95;
    font-size: var(--display)
}

.section {
    padding: 96px 0;
    position: relative
}

.white {
    background: #fff
}

.mist {
    background: linear-gradient(180deg, #f8fbfa, #eef5f2)
}

.dark {
    background: #09090b;
    color: #fff
}

.ink {
    background: #111014;
    color: #fff
}

.lede,
.hero p {
    font-size: var(--body);
    line-height: 1.48;
    max-width: 720px
}

.lede {
    color: #5d5c63
}

.dark .lede,
.ink .lede {
    color: #d0cdd1
}

.hero {
    min-height: 94svh;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background: #050506;
    overflow: hidden
}

.heroMedia,
.movieMedia {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.025)
}

.heroMedia:after,
.movieMedia:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .08) 62%, rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(0, 0, 0, .62), transparent 50%)
}

.heroCopy {
    position: relative;
    z-index: 2;
    padding: 145px 0 62px;
    max-width: 920px
}

.hero h1 {
    margin: 14px 0 20px
}

.heroActions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px
}

.btn {
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .34);
    color: #fff
}

.btn.primary {
    background: linear-gradient(135deg, #fff, var(--gold3));
    color: #111;
    border: 0
}

.storyTitle {
    max-width: 920px;
    margin: 12px 0 18px
}

.goldThread {
    position: fixed;
    left: 20px;
    top: 88px;
    width: 2px;
    height: calc(100vh - 120px);
    z-index: 60;
    background: linear-gradient(transparent, var(--gold2), transparent);
    opacity: .38;
    pointer-events: none
}

.goldDot {
    position: fixed;
    left: 14px;
    top: 108px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 61;
    background: var(--gold2);
    box-shadow: 0 0 28px rgba(244, 215, 124, .8);
    pointer-events: none
}

.journey {
    margin-top: 44px;
    padding: 22px;
    border-radius: 28px;
    background: #0d0d0f;
    color: #fff;
    position: relative;
    overflow: hidden
}

.journeyLine {
    position: absolute;
    left: 7%;
    right: 7%;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold2), var(--gold));
    opacity: .45
}

.journeyPulse {
    position: absolute;
    top: calc(50% - 6px);
    left: 7%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold2);
    box-shadow: 0 0 24px var(--gold2);
    animation: pulseTravel 7s linear infinite
}

.journeySteps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    position: relative;
    z-index: 2
}

.journeyStep {
    min-height: 112px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: .3s
}

.journeyStep:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .12)
}

.journeyStep i {
    color: var(--gold2);
    width: 26px;
    height: 26px
}

.journeyStep b {
    font-size: var(--small);
    text-transform: uppercase;
    letter-spacing: .08em
}

@keyframes pulseTravel {
    to {
        left: 92%
    }
}

.scenePair {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 22px;
    margin-top: 42px
}

.photoScene {
    min-height: 560px;
    border-radius: 32px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.photoScene:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .76))
}

.glass {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 22px 24px;
    border-radius: 22px;
    background: var(--glassD);
    backdrop-filter: blur(26px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 18px 44px rgba(0, 0, 0, .2);
    color: #fff
}

.glass h3 {
    font-family: Georgia, serif;
    font-size: calc(var(--body)*1.55);
    font-weight: 500;
    margin-bottom: 8px
}

.glass p {
    font-size: var(--body);
    line-height: 1.42;
    color: #f1f1f1;
    margin-bottom: 0
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.iconCard {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid var(--line);
    box-shadow: 0 12px 34px rgba(12, 12, 15, .06);
    backdrop-filter: blur(18px);
    display: flex;
    gap: 16px;
    align-items: center;
    transition: .3s
}

.iconCard:hover {
    transform: translateX(5px);
    box-shadow: 0 16px 42px rgba(12, 12, 15, .10)
}

.dark .iconCard,
.ink .iconCard {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: none
}

.iconOrb {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #fff, #eef3f0);
    color: #171719;
    box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(10, 10, 11, .08);
    transition: .3s
}

.iconCard:hover .iconOrb {
    transform: scale(1.06) rotate(-2deg);
    color: var(--gold)
}

.dark .iconOrb,
.ink .iconOrb {
    background: rgba(255, 255, 255, .10);
    color: var(--gold2)
}

.iconCard b {
    display: block;
    font-size: var(--body);
    margin-bottom: 5px
}

.iconCard p {
    font-size: var(--body);
    line-height: 1.38;
    color: var(--muted);
    margin: 0
}

.dark .iconCard p,
.ink .iconCard p {
    color: #c3bec6
}

.featureBand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 40px
}

.featureSpot {
    min-height: 390px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow);
    display: flex;
    align-items: flex-end
}

.featureSpot:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .78))
}

.featureSpot .copy {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 24px
}

.featureSpot .copy i {
    color: var(--gold2);
    width: 30px;
    height: 30px
}

.featureSpot .copy b {
    display: block;
    font-size: var(--body);
    margin: 12px 0 6px
}

.featureSpot .copy p {
    font-size: var(--body);
    line-height: 1.4;
    margin: 0;
    max-width: 520px
}

.aboutOxy {
    margin-top: 42px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0d0d0f, #18151a);
    color: #fff;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 20px;
    align-items: center;
    box-shadow: var(--shadow)
}

.aboutOxy h3 {
    font-family: Georgia, serif;
    font-weight: 500;
    font-size: calc(var(--body)*1.65);
    margin-bottom: 8px
}

.aboutOxy p {
    font-size: var(--body);
    line-height: 1.45;
    color: #d9d5dc;
    margin: 0
}

.aboutOxy .btn {
    justify-self: end
}

.trustGraphic {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    margin-top: 40px
}

.trustOrbit {
    min-height: 450px;
    border-radius: 32px;
    background: radial-gradient(circle at center, rgba(198, 147, 51, .20), transparent 35%), #09090b;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .09);
    overflow: hidden
}

.core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 138px;
    height: 138px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(18px);
    font-weight: 850
}

.orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(244, 215, 124, .22);
    border-radius: 50%
}

.o1 {
    width: 260px;
    height: 260px
}

.o2 {
    width: 380px;
    height: 380px
}

.trustIcon {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .15);
    color: var(--gold2);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 28px rgba(244, 215, 124, .08);
    transition: .3s
}

.trustIcon:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, .17)
}

.ti1 {
    top: 12%;
    left: 42%
}

.ti2 {
    top: 39%;
    right: 7%
}

.ti3 {
    bottom: 12%;
    left: 42%
}

.ti4 {
    top: 40%;
    left: 7%
}

.ti5 {
    top: 16%;
    right: 18%
}

.ti6 {
    bottom: 15%;
    right: 18%
}

.securityStack {
    display: grid;
    gap: 12px
}

.faq {
    margin-top: 44px;
    border-top: 1px solid var(--line)
}

.faqItem {
    border-bottom: 1px solid var(--line)
}

.faqQ {
    width: 100%;
    border: 0;
    background: none;
    text-align: left;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font: inherit;
    font-weight: 800;
    color: inherit;
    cursor: pointer
}

.faqQ i {
    transition: .25s
}

.faqA {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    color: var(--muted)
}

.faqA p {
    font-size: var(--body);
    line-height: 1.5;
    margin: 0 0 20px;
    max-width: 840px
}

.faqItem.open .faqA {
    max-height: 240px
}

.faqItem.open .faqQ i {
    transform: rotate(45deg)
}

.founderRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px
}

.founderCard {
    border-radius: 24px;
    padding: 22px;
    background: #151416;
    border: 1px solid #2d2a2f
}

.founderVisual {
    height: 180px;
    border-radius: 18px;
    background: linear-gradient(145deg, #2a272d, #0f0f11);
    display: flex;
    align-items: flex-end;
    padding: 18px;
    color: var(--gold2);
    font-family: Georgia, serif;
    font-size: calc(var(--body)*1.6);
    margin-bottom: 16px
}

.founderCard b {
    display: block;
    font-size: var(--body)
}

.founderCard p {
    font-size: var(--body);
    line-height: 1.4;
    color: #aaa;
    margin: 6px 0 0
}

.movie {
    min-height: 74vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.movie .wrap {
    position: relative;
    z-index: 2;
    padding-bottom: 62px;
    color: #fff
}

.movie h2 {
    max-width: 860px
}

.world {
    min-height: 560px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    color: #fff
}

.world:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .12)), linear-gradient(0deg, rgba(0, 0, 0, .65), transparent 48%)
}

.world .wrap {
    position: relative;
    z-index: 2;
    padding-bottom: 68px
}

.footer {
    background: #070708;
    color: #fff;
    padding: 66px 0 22px
}

.footerGrid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 24px
}

.footerLogo {
    height: 30px;
    width: auto;
    margin-bottom: 14px
}

.footer h3 {
    font-family: Georgia, serif;
    font-weight: 500;
    font-size: calc(var(--body)*1.5);
    margin-bottom: 10px
}

.footer p,
.footer a,
.footer b {
    font-size: var(--small)
}

.footer p,
.footer a {
    color: #a09ca4;
    line-height: 1.7
}

.footer a {
    display: block;
    margin: 7px 0
}

.footer b {
    display: block;
    margin-bottom: 12px
}

.footerBottom {
    margin-top: 42px;
    padding-top: 16px;
    border-top: 1px solid #26242a;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    color: #858089;
    font-size: var(--small);
    flex-wrap: wrap
}

.love {
    color: #ddd
}

.love span {
    color: #ef5e6b
}

.mega {
    font-size: clamp(66px, 14vw, 175px);
    font-weight: 950;
    letter-spacing: -.075em;
    text-align: center;
    color: #111115;
    line-height: .78;
    margin-top: 44px
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: .75s cubic-bezier(.2, .72, .2, 1)
}

.reveal.on {
    opacity: 1;
    transform: none
}

.parallax {
    will-change: transform
}

@media(max-width:900px) {
    .links {
        display: none
    }

    .scenePair,
    .trustGraphic,
    .aboutOxy {
        grid-template-columns: 1fr
    }

    .aboutOxy .btn {
        justify-self: start
    }

    .featureBand,
    .founderRow {
        grid-template-columns: 1fr 1fr
    }

    .journeySteps {
        grid-template-columns: repeat(3, 1fr)
    }

    .journeyLine {
        display: none
    }

    .photoScene {
        min-height: 500px
    }

    .footerGrid {
        grid-template-columns: 1fr 1fr
    }

    .goldThread,
    .goldDot {
        display: none
    }
}

@media(max-width:560px) {
    .wrap {
        width: min(100% - 24px, 1180px)
    }

    .section {
        padding: 74px 0
    }

    .heroCopy {
        padding-bottom: 46px
    }

    .featureBand,
    .founderRow,
    .journeySteps,
    .footerGrid {
        grid-template-columns: 1fr
    }

    .navcta {
        display: none
    }

    .photoScene {
        min-height: 460px
    }

    .footerBottom {
        flex-direction: column;
        align-items: flex-start
    }
}