:root {
    --bg: #030404;
    --ink: #f7f7f4;
    --muted: #a8aaa8;
    --line: rgba(255,255,255,.16);
    --dark-line: rgba(10,30,38,.18);
    --navy: #071923;
    --teal: #13b7b4;
    --blue: #4aa3ff;
    --children-image-position: 50% 45%;
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: var(--bg);
    color: var(--ink);
    overflow-x: hidden;
}
body.menu-open,
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; }

.skip-link {
    position: fixed;
    left: 1rem;
    top: .75rem;
    z-index: 100;
    transform: translateY(-200%);
    background: #fff;
    color: #031018;
    padding: .75rem 1rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 clamp(1.25rem, 4vw, 4.5rem);
    background: rgba(3,4,4,.72);
    border-bottom: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.site-header.is-light {
    color: var(--navy);
    background: rgba(248,252,251,.82);
    border-bottom-color: var(--dark-line);
}
.brand { display: inline-flex; align-items: center; min-width: 72px; }
.brand__logo { display: block; width: auto; height: 42px; object-fit: contain; }
.brand__logo--dark, .site-header.is-light .brand__logo--light { display: none; }
.site-header.is-light .brand__logo--dark { display: block; }
.site-nav { display: none; align-items: center; gap: clamp(1rem, 1.8vw, 2rem); }
.site-nav a {
    color: rgba(255,255,255,.68);
    font-size: .78rem;
    letter-spacing: .02em;
    transition: color .2s ease;
}
.site-header.is-light .site-nav a { color: rgba(7,25,35,.64); }
.site-nav a.is-active, .site-nav a:hover { color: #fff; }
.site-header.is-light .site-nav a.is-active,
.site-header.is-light .site-nav a:hover { color: var(--navy); }
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
}
.menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 6px auto;
    background: currentColor;
}

.slides {
    height: 100svh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
}
.slide {
    position: relative;
    min-height: 100svh;
    scroll-snap-align: start;
    overflow: hidden;
}
.slide--dark { background: #030404; color: var(--ink); }
.slide--center { display: grid; place-items: center; text-align: center; }
.slide__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1500px);
    min-height: 100svh;
    margin: 0 auto;
    padding: clamp(6.5rem, 11vh, 9rem) clamp(1.5rem, 6vw, 6.5rem) clamp(4rem, 7vh, 6rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-count {
    position: absolute;
    left: clamp(1.5rem, 6vw, 6.5rem);
    bottom: clamp(1.5rem, 4vh, 3rem);
    margin: 0;
    color: rgba(255,255,255,.46);
    font-size: .58rem;
    letter-spacing: .08em;
}
.slide--contact .section-count {
    color: rgba(248,247,255,.46);
    font-size: .56rem;
    letter-spacing: .06em;
}
.hero-title {
    margin: 0;
    max-width: 15ch;
    margin-inline: auto;
    font-size: clamp(4rem, 7.6vw, 8.2rem);
    line-height: .96;
    font-weight: 650;
    letter-spacing: 0;
}

.section-02__picture, .section-02__image, .image-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.section-02__image {
    object-fit: cover;
    object-position: var(--children-image-position, 50% 45%);
    filter: grayscale(1);
    transform: scale(1.015);
}
.image-overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.42) 42%, rgba(0,0,0,.18));
}
.slide__inner--image { align-items: flex-start; justify-content: center; }
.image-eyebrow {
    margin: 0 0 1.25rem;
    color: rgba(255,255,255,.76);
    font-size: clamp(1.2rem, 1.8vw, 2rem);
}
.image-title {
    max-width: 850px;
    margin: 0;
    font-size: clamp(4rem, 8.5vw, 9.2rem);
    line-height: .9;
    font-weight: 650;
}

.slide--reality-photo {
    background:
        linear-gradient(180deg, #e8e7e2 0%, #efeee9 30%, #f3f2ee 58%, #e9e8e3 100%);
    color: #171717;
}
.reality-photo {
    justify-content: flex-start;
    gap: clamp(.45rem, 1.2vh, .9rem);
    padding-top: clamp(5.4rem, 8vh, 6.4rem);
    padding-bottom: clamp(1.5rem, 3vh, 2.5rem);
}
.reality-photo .section-count {
    color: rgba(0,0,0,.35);
}
.reality-photo h2 {
    margin: 0;
    align-self: flex-start;
    color: #202020;
    font-size: clamp(3.2rem, 6vw, 6.2rem);
    line-height: .86;
    font-weight: 780;
}
.reality-photo__picture {
    z-index: 0;
    top: 27%;
    bottom: auto;
    height: 58%;
    opacity: .9;
    background: transparent;
    -webkit-mask-image:
        linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
        linear-gradient(180deg, transparent 0%, #000 18%, #000 84%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
        linear-gradient(180deg, transparent 0%, #000 18%, #000 84%, transparent 100%);
    mask-composite: intersect;
}
.reality-photo__image {
    object-fit: contain;
    object-position: 50% 0%;
    filter: grayscale(1) contrast(1.02) brightness(1.06);
    mix-blend-mode: multiply;
    transform: none;
}
.reality-profile-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: clamp(.5rem, 1.4vw, 1.6rem);
    width: 100%;
    margin-top: .25rem;
}
.reality-profile {
    position: relative;
    display: grid;
    justify-items: center;
    gap: .38rem;
    text-align: center;
}
.reality-profile p {
    margin: 0;
    min-height: 2.4em;
    color: #222;
    font-size: clamp(.72rem, 1vw, 1.05rem);
    line-height: 1.08;
    font-weight: 760;
}
.reality-profile span {
    position: relative;
    display: grid;
    place-items: center;
    min-width: clamp(2rem, 3vw, 3rem);
    min-height: clamp(1.8rem, 2.8vw, 2.8rem);
    padding: .18rem .4rem;
    border: 2px solid rgba(0,0,0,.35);
    border-radius: .75rem;
    color: rgba(0,0,0,.42);
    font-size: clamp(.95rem, 1.55vw, 1.65rem);
    font-weight: 700;
    line-height: .82;
}
.reality-profile span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + .25rem);
    width: 1px;
    height: clamp(4.4rem, 15vh, 9.4rem);
    border-left: 2px dotted rgba(0,0,0,.25);
    transform: translateX(-50%);
}
.reality-photo__bottom {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: .25rem;
    width: 100%;
    margin-top: clamp(45svh, 53vh, 33rem);
    text-align: center;
}
.reality-photo__bottom p {
    margin: 0;
    color: #202020;
    font-size: clamp(1rem, 1.4vw, 1.5rem);
    font-weight: 700;
}
.book-icon {
    display: block;
    width: clamp(2.4rem, 4vw, 4rem);
    height: auto;
    opacity: .58;
    filter: grayscale(1);
}
.reality-photo__bottom strong {
    color: #171717;
    font-size: clamp(2rem, 4vw, 4.3rem);
    line-height: 1;
    font-weight: 820;
}

.editorial { align-items: flex-start; max-width: 1320px; }
.editorial h2 {
    margin: 0 0 clamp(2rem, 5vh, 4rem);
    font-size: clamp(4.5rem, 8vw, 9rem);
    line-height: .9;
}
.reality-lines p,
.pause,
.dominant {
    margin: 0;
    font-size: clamp(1.55rem, 2.4vw, 3.1rem);
    line-height: 1.22;
    color: rgba(255,255,255,.72);
}
.pause { margin-top: clamp(1.75rem, 4vh, 3rem); }
.dominant {
    margin-top: .8rem;
    color: #fff;
    font-weight: 750;
    font-size: clamp(2.6rem, 5vw, 6.5rem);
    line-height: .98;
}

.value-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(260px, .78fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
}
.value-heading,
.value-support {
    margin: 0;
    font-size: clamp(3.2rem, 6vw, 7rem);
    line-height: .95;
    font-weight: 650;
}
.value-list { list-style: none; padding: 0; margin: clamp(1.5rem, 4vh, 3rem) 0 0; }
.value-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid var(--line);
    padding: 1rem 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}
.value-list li:last-child { border-bottom: 1px solid var(--line); }
svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}
.vertical-rule { width: 1px; height: min(58vh, 520px); background: linear-gradient(transparent, rgba(255,255,255,.36), transparent); }
.value-support { color: rgba(255,255,255,.92); }

.market-copy {
    gap: clamp(1.75rem, 4vh, 3rem);
    max-width: 1250px;
}
.market-copy p:not(.section-count) {
    margin: 0;
    padding-bottom: clamp(1.5rem, 3vh, 2.25rem);
    border-bottom: 1px solid var(--line);
    color: rgba(255,255,255,.68);
    font-size: clamp(1.8rem, 3.6vw, 4.15rem);
    line-height: 1.06;
}
.market-copy strong { color: #fff; font-weight: 760; }
.market-final span {
    display: block;
    color: rgba(255,255,255,.56);
    font-size: clamp(1.6rem, 2.2vw, 2.6rem);
    margin-bottom: .6rem;
}
.market-final strong {
    display: block;
    text-shadow: 0 0 42px rgba(255,255,255,.18);
    font-size: clamp(2.7rem, 5.4vw, 6rem);
    line-height: .96;
}
#market .section-count {
    top: auto;
    left: clamp(1.5rem, 6vw, 6.5rem);
    bottom: clamp(1.5rem, 4vh, 3rem);
    z-index: 3;
}

.identity { align-items: center; gap: clamp(1.8rem, 4vh, 3rem); }
.identity h2 {
    margin: 0;
    font-size: clamp(3.6rem, 7vw, 8rem);
    line-height: .94;
}
.identity img { width: min(360px, 70vw); height: auto; }
.identity p {
    margin: 0;
    max-width: 780px;
    color: rgba(255,255,255,.68);
    font-size: clamp(1.35rem, 2vw, 2.5rem);
    line-height: 1.18;
}

.singapore { align-items: flex-start; max-width: 1350px; }
.singapore h2 {
    margin: 0 0 clamp(2rem, 5vh, 4rem);
    font-size: clamp(4rem, 8vw, 9rem);
    line-height: .92;
}
.singapore ul { list-style: none; padding: 0; margin: 0 0 clamp(2rem, 5vh, 4rem); }
.singapore li {
    position: relative;
    margin: .75rem 0;
    padding-left: 2rem;
    color: rgba(255,255,255,.78);
    font-size: clamp(1.5rem, 2.4vw, 3rem);
}
.singapore li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 1rem;
    height: 1px;
    background: rgba(255,255,255,.7);
}
.singapore p {
    margin: 0;
    padding-top: clamp(1.5rem, 3vh, 2.5rem);
    border-top: 1px solid var(--line);
    color: rgba(255,255,255,.88);
    font-size: clamp(1.8rem, 3vw, 3.8rem);
    line-height: 1.08;
}
#singapore .section-count,
#team .section-count {
    color: rgba(255,255,255,.36);
    font-size: .5rem;
    letter-spacing: .06em;
}

.slide--traction {
    background:
        radial-gradient(circle at 70% 30%, rgba(19,183,180,.14), transparent 28rem),
        #050708;
}
.traction h2 {
    max-width: 960px;
    margin: 0 0 clamp(2rem, 5vh, 4rem);
    font-size: clamp(3.5rem, 6.7vw, 8rem);
    line-height: .94;
}
.traction-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}
.traction-card {
    min-height: 300px;
    padding: clamp(1.2rem, 1.8vw, 2rem);
    border: 1px solid rgba(92,200,220,.2);
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
}
.traction-card svg { color: var(--teal); margin-bottom: 2rem; }
.traction-card h3 {
    margin: 0 0 .8rem;
    font-size: clamp(1.15rem, 1.45vw, 1.55rem);
}
.traction-card p {
    margin: 0;
    color: rgba(255,255,255,.66);
    line-height: 1.55;
}

.slide--contact {
    color: #f8f7ff;
    background: #0b0614;
}
.contact {
    width: min(100%, 1120px);
    justify-content: center;
    align-items: center;
    gap: clamp(2.5rem, 6vh, 4.5rem);
    text-align: center;
}
.contact-copy h2 {
    margin: 0 0 clamp(1.4rem, 4vh, 2.2rem);
    font-size: clamp(3rem, 5.4vw, 5.2rem);
    line-height: 1.02;
    font-weight: 760;
}
.contact-copy p {
    max-width: 860px;
    margin: 0 auto clamp(2.4rem, 5vh, 3.2rem);
    color: rgba(248,247,255,.82);
    font-size: clamp(1.4rem, 2.15vw, 2rem);
    line-height: 1.28;
}
.contact-copy strong {
    display: block;
    color: #ff9f1a;
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    line-height: 1.22;
}
.contact-actions {
    display: grid;
    width: min(100%, 780px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 5vw, 4rem);
}
.contact-action p {
    margin: .75rem 0 0;
    color: rgba(248,247,255,.76);
    font-size: .84rem;
    line-height: 1.35;
}
.cta-button {
    width: 100%;
    min-height: 78px;
    border: 0;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    font-weight: 760;
    font-size: clamp(1.05rem, 1.8vw, 1.45rem);
    transition: transform .2s ease, opacity .2s ease;
}
.cta-button:hover { transform: translateY(-2px); }
.cta-button--primary {
    background: #ff9f1a;
    color: #0b0614;
}
.cta-button--secondary {
    background: #f4f2f3;
    color: #11101a;
}
.proposal-form {
    padding: clamp(1.4rem, 2.6vw, 2.5rem);
    border: 1px solid var(--dark-line);
    background: rgba(255,255,255,.58);
}
.proposal-form h3 {
    margin: 0 0 1.25rem;
    font-size: clamp(1.4rem, 2vw, 2.1rem);
    line-height: 1.08;
}
.proposal-form input[type=email] {
    width: 100%;
    min-height: 58px;
    padding: 0 1rem;
    border: 1px solid rgba(7,25,35,.22);
    background: #fff;
    color: var(--navy);
}
.proposal-form button {
    width: 100%;
    min-height: 58px;
    margin-top: .8rem;
    border: 0;
    background: var(--navy);
    color: #fff;
    transition: background .2s ease, transform .2s ease;
}
.proposal-form button:hover { background: #0d3344; transform: translateY(-1px); }
.proposal-form button[disabled] { opacity: .65; cursor: progress; }
.form-message {
    min-height: 2.6em;
    margin-top: .9rem !important;
    color: rgba(7,25,35,.58) !important;
    font-size: .9rem !important;
}
.form-message.is-error { color: #9a2c2c !important; }
.form-message.is-success { color: #087a73 !important; }
.hp-field, .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.contact-footer {
    position: absolute;
    left: clamp(1.5rem, 6vw, 6.5rem);
    right: clamp(1.5rem, 6vw, 6.5rem);
    bottom: clamp(1.4rem, 4vh, 2.4rem);
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    color: rgba(248,247,255,.9);
}
.contact-footer strong {
    font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}
.contact-footer span {
    color: rgba(248,247,255,.78);
    font-size: .95rem;
    line-height: 1.25;
    text-align: right;
}
.modal[hidden] { display: none; }
.modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}
.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3,4,4,.76);
}
.modal__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    max-height: min(760px, calc(100svh - 2.5rem));
    overflow-y: auto;
    background: #f8fbfa;
    color: var(--navy);
    border: 1px solid rgba(255,255,255,.18);
    padding: clamp(1.2rem, 3vw, 2rem);
}
.modal__close {
    position: absolute;
    top: .85rem;
    right: .85rem;
    border: 1px solid rgba(7,25,35,.18);
    background: transparent;
    color: var(--navy);
    min-height: 38px;
    padding: 0 .75rem;
}
.modal-form {
    display: grid;
    gap: .85rem;
    border: 0;
    background: transparent;
    padding: 0;
}
.modal-form h2 {
    margin: 0 3.5rem .4rem 0;
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    line-height: 1.08;
}
.proposal-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: .35rem 0 .45rem;
    background: #050708;
    border: 1px solid rgba(7,25,35,.16);
}
.modal-form > p {
    margin: 0 0 .35rem;
    color: rgba(7,25,35,.68);
    line-height: 1.45;
}
.modal-form label:not(.hp-field):not(.visually-hidden) {
    color: rgba(7,25,35,.78);
    font-size: .9rem;
    font-weight: 650;
}
.modal-form input,
.modal-form select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(7,25,35,.2);
    background: #fff;
    color: var(--navy);
    padding: 0 .9rem;
}
.modal-form button[type="submit"] {
    width: 100%;
    min-height: 54px;
    margin-top: .35rem;
    border: 0;
    background: var(--navy);
    color: #fff;
    font-weight: 700;
}

.slide-controls {
    position: fixed;
    right: clamp(1rem, 2vw, 2rem);
    bottom: clamp(1rem, 3vh, 2rem);
    z-index: 45;
    display: flex;
    gap: .5rem;
}
.slide-controls button {
    min-width: 58px;
    min-height: 42px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.35);
    color: #fff;
}
.site-header.is-light ~ .slide-controls button { border-color: rgba(7,25,35,.18); color: var(--navy); background: rgba(255,255,255,.5); }
.progress {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 60;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,.08);
}
.progress span { display: block; width: 10%; height: 100%; background: var(--teal); transition: width .25s ease; }

.slide [class*="title"], .slide h1, .slide h2, .slide h3, .slide p, .slide li, .traction-card {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .55s ease, transform .55s ease;
}
.slide.is-visible [class*="title"], .slide.is-visible h1, .slide.is-visible h2, .slide.is-visible h3, .slide.is-visible p, .slide.is-visible li, .slide.is-visible .traction-card {
    opacity: 1;
    transform: none;
}

@media (max-width: 1180px) {
    .site-nav { gap: .9rem; }
    .traction-cards {
        display: flex;
        overflow-x: auto;
        padding-bottom: 1rem;
        scroll-snap-type: x proximity;
    }
    .traction-card { flex: 0 0 min(330px, 82vw); scroll-snap-align: start; }
}

@media (max-width: 860px) {
    .site-header {
        min-height: 64px;
        padding-inline: 1rem;
        background: rgba(3,4,4,.88);
    }
    .brand { min-width: 112px; }
    .brand__logo { width: 124px; }
    .menu-toggle { display: none; }
    .site-nav {
        position: fixed;
        inset: 64px 0 auto 0;
        display: grid;
        gap: 0;
        max-height: calc(100svh - 64px);
        overflow-y: auto;
        padding: .75rem 1rem 1rem;
        background: rgba(3,4,4,.96);
        border-bottom: 1px solid var(--line);
        transform: translateY(-120%);
        transition: transform .24s ease;
    }
    .site-header.is-light .site-nav { background: rgba(247,251,250,.98); }
    .site-nav.is-open { transform: translateY(0); }
    .site-nav a {
        min-height: 48px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.08);
        padding: .85rem .25rem;
        font-size: .98rem;
    }
    .site-header.is-light .site-nav a { border-bottom-color: rgba(7,25,35,.1); }
    .slides { height: auto; overflow-y: visible; scroll-snap-type: none; }
    .slide {
        min-height: 100svh;
        overflow: visible;
        scroll-snap-align: none;
    }
    .slide__inner {
        width: 100%;
        min-height: 100svh;
        padding: 7.75rem 1.25rem 4rem;
    }
    .slide--center .slide__inner {
        justify-content: center;
        padding-top: 6.5rem;
    }
    .section-count {
        top: 5.2rem;
        bottom: auto;
        left: 1.25rem;
        font-size: .48rem;
        letter-spacing: .06em;
    }
    #singapore .section-count,
    #team .section-count,
    .slide--contact .section-count {
        top: 5.2rem;
        font-size: .46rem;
    }
    .value-grid, .contact-layout { grid-template-columns: 1fr; }
    .vertical-rule { display: none; }
    .value-support { padding-top: 2rem; border-top: 1px solid var(--line); }
    .image-overlay { background: linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.88)); }
    .slide__inner--image {
        justify-content: flex-end;
        padding-bottom: 6rem;
    }
    .section-02__image {
        object-position: 58% 45%;
        transform: none;
    }
    .hero-title {
        font-size: clamp(2.8rem, 13.5vw, 5.4rem);
        line-height: .94;
    }
    .image-title {
        font-size: clamp(3rem, 14vw, 5rem);
        line-height: .94;
    }
    .image-eyebrow {
        margin-bottom: .8rem;
        font-size: clamp(1rem, 4.6vw, 1.35rem);
    }
    .reality-photo {
        justify-content: start;
        padding-top: 6.8rem;
        padding-bottom: 3.5rem;
        gap: 1.4rem;
    }
    .reality-photo h2 {
        font-size: clamp(3rem, 16vw, 5.5rem);
    }
    .reality-photo__picture {
        top: 35%;
        height: 36%;
    }
    .reality-photo__image {
        object-fit: cover;
        object-position: 50% 45%;
    }
    .reality-profile-row {
        display: flex;
        overflow-x: auto;
        gap: .8rem;
        margin-inline: -1.25rem;
        padding: .2rem 1.25rem 1rem;
        scroll-snap-type: x proximity;
    }
    .reality-profile {
        flex: 0 0 8.2rem;
        scroll-snap-align: start;
    }
    .reality-profile p {
        font-size: .78rem;
    }
    .reality-profile span {
        min-width: 2.7rem;
        min-height: 2.35rem;
        font-size: 1.15rem;
    }
    .reality-profile span::after {
        height: 3.4rem;
    }
    .reality-photo__bottom {
        margin-top: 30svh;
        gap: .18rem;
    }
    .reality-photo__bottom strong {
        max-width: 22rem;
        font-size: clamp(1.8rem, 8.5vw, 3rem);
        line-height: 1.02;
    }
    .editorial h2 {
        margin-bottom: 1.5rem;
        font-size: clamp(3.1rem, 14vw, 5.2rem);
    }
    .reality-lines p,
    .pause {
        font-size: clamp(1.08rem, 5vw, 1.55rem);
        line-height: 1.34;
    }
    .pause { margin-top: 1.4rem; }
    .dominant {
        margin-top: .65rem;
        font-size: clamp(2rem, 9.5vw, 3.25rem);
        line-height: 1.02;
    }
    .value-heading,
    .value-support {
        font-size: clamp(2.75rem, 12vw, 4.3rem);
        line-height: .98;
    }
    .value-list { margin-top: 1.5rem; }
    .value-list li {
        gap: .85rem;
        padding: .85rem 0;
        font-size: clamp(1.25rem, 6vw, 2rem);
    }
    .market-copy {
        gap: .95rem;
        justify-content: center;
        padding-top: 6.75rem;
        padding-bottom: 5.25rem;
    }
    .market-copy p:not(.section-count) {
        padding-bottom: .85rem;
        font-size: clamp(1.18rem, 5.4vw, 1.8rem);
        line-height: 1.12;
    }
    .market-final span {
        font-size: clamp(.98rem, 4.2vw, 1.25rem);
        margin-bottom: .35rem;
    }
    .market-final strong {
        font-size: clamp(1.75rem, 8vw, 2.7rem);
        line-height: 1;
    }
    #market .section-count {
        top: 5.2rem;
        bottom: auto;
    }
    .identity {
        gap: 1.6rem;
        text-align: center;
    }
    .identity h2 {
        font-size: clamp(3rem, 13vw, 5rem);
        line-height: .96;
    }
    .identity img { width: min(245px, 72vw); }
    .identity p {
        max-width: 22rem;
        font-size: clamp(1.1rem, 5vw, 1.55rem);
        line-height: 1.28;
    }
    .singapore h2 {
        margin-bottom: 1.65rem;
        font-size: clamp(3rem, 13.5vw, 5rem);
    }
    .singapore ul { margin-bottom: 1.9rem; }
    .singapore li {
        margin: .65rem 0;
        padding-left: 1.4rem;
        font-size: clamp(1.12rem, 5.2vw, 1.65rem);
        line-height: 1.3;
    }
    .singapore li::before {
        width: .7rem;
        top: .7em;
    }
    .singapore p {
        padding-top: 1.4rem;
        font-size: clamp(1.55rem, 7.5vw, 2.55rem);
        line-height: 1.1;
    }
    .traction h2 {
        margin-bottom: 1.5rem;
        font-size: clamp(2.9rem, 12.5vw, 4.9rem);
        line-height: .98;
    }
    .traction-cards {
        margin-inline: -1.25rem;
        padding: 0 1.25rem 1rem;
    }
    .traction-card {
        min-height: 250px;
        padding: 1.2rem;
    }
    .contact {
        justify-content: center;
        gap: 2rem;
        padding-bottom: 6rem;
    }
    .contact-copy h2 {
        margin-bottom: 1rem;
        font-size: clamp(2.45rem, 10.5vw, 4.2rem);
        line-height: 1.04;
    }
    .contact-copy p {
        margin-bottom: 1.6rem;
        font-size: clamp(1rem, 4.7vw, 1.32rem);
        line-height: 1.36;
    }
    .contact-copy strong {
        font-size: clamp(1.55rem, 7vw, 2.35rem);
    }
    .contact-actions {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }
    .cta-button { min-height: 62px; border-radius: 9px; }
    .proposal-form {
        padding: 1.15rem;
        background: rgba(255,255,255,.72);
    }
    .proposal-form h3 {
        font-size: clamp(1.28rem, 6vw, 1.85rem);
        line-height: 1.12;
    }
    .proposal-form input[type=email],
    .proposal-form button {
        min-height: 52px;
    }
    .form-message {
        min-height: 0;
        font-size: .84rem !important;
        line-height: 1.35;
    }
    .contact footer {
        margin-top: auto;
        padding-bottom: 1rem;
        font-size: .68rem;
        line-height: 1.5;
        letter-spacing: .08em;
    }
    .contact-footer {
        left: 1.25rem;
        right: 1.25rem;
        bottom: 1.2rem;
        align-items: start;
    }
    .contact-footer span {
        max-width: 13rem;
        font-size: .76rem;
    }
}

@media (max-width: 520px) {
    .slide-controls { display: none; }
    .value-list li { align-items: flex-start; }
    svg { width: 28px; height: 28px; }
    .site-header { min-height: 60px; }
    .site-nav { inset: 60px 0 auto 0; max-height: calc(100svh - 60px); }
    .slide__inner {
        padding-inline: 1.05rem;
        padding-top: 7.1rem;
        padding-bottom: 3.5rem;
    }
    .slide--center .slide__inner { padding-top: 6rem; }
    .section-count,
    #singapore .section-count,
    #team .section-count,
    .slide--contact .section-count {
        top: 4.85rem;
        left: 1.05rem;
    }
    .hero-title { font-size: clamp(2.65rem, 14vw, 4.5rem); }
    .image-title { font-size: clamp(2.75rem, 14vw, 4.2rem); }
    .section-02__image { object-position: 63% 45%; }
    .reality-photo {
        padding-top: 6.2rem;
        gap: 1rem;
    }
    .reality-profile-row {
        margin-inline: -1.05rem;
        padding-inline: 1.05rem;
    }
    .reality-photo__bottom {
        margin-top: 20svh;
    }
    .reality-photo__bottom strong {
        font-size: clamp(1.55rem, 8vw, 2.45rem);
    }
    .market-copy {
        gap: .75rem;
        padding-top: 6.3rem;
        padding-bottom: 4.4rem;
    }
    .market-copy p:not(.section-count) {
        padding-bottom: .7rem;
        font-size: clamp(1.05rem, 5vw, 1.55rem);
    }
    .market-final strong {
        font-size: clamp(1.55rem, 7.3vw, 2.25rem);
    }
    #market .section-count {
        top: 4.85rem;
        bottom: auto;
    }
    .editorial h2,
    .singapore h2,
    .traction h2 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
    .contact-copy h2 { font-size: clamp(2.15rem, 11vw, 3.5rem); }
    .value-heading,
    .value-support { font-size: clamp(2.45rem, 12vw, 3.8rem); }
    .singapore p { font-size: clamp(1.35rem, 7vw, 2.1rem); }
    .traction-cards {
        margin-inline: -1.05rem;
        padding-inline: 1.05rem;
    }
    .traction-card { flex-basis: min(300px, 84vw); }
    .proposal-form { padding: 1rem; }
    .contact-footer {
        display: grid;
        gap: .45rem;
        text-align: left;
    }
    .contact-footer span { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
    .slide [class*="title"], .slide h1, .slide h2, .slide h3, .slide p, .slide li, .traction-card {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 640px) {
    html, body {
        width: 100%;
        max-width: 100%;
    }

    .site-header {
        min-height: 56px;
        padding-inline: .9rem;
    }

    .brand {
        min-width: 0;
    }

    .brand__logo {
        width: 112px;
    }

    .site-nav,
    .menu-toggle {
        display: none;
    }

    .slide {
        min-height: 100svh;
        overflow: hidden;
    }

    .slide__inner {
        min-height: 100svh;
        padding: 5.25rem 1rem 3.25rem;
    }

    .slide--center .slide__inner {
        padding-top: 4.8rem;
    }

    .section-count,
    #market .section-count,
    .slide--contact .section-count {
        top: auto;
        bottom: 1.05rem;
        left: 1rem;
        font-size: .48rem;
        letter-spacing: .04em;
    }

    .hero-title {
        max-width: 11.5ch;
        font-size: clamp(3.05rem, 15vw, 4.8rem);
        line-height: .95;
    }

    .slide--reality-photo {
        min-height: 100svh;
        overflow: hidden;
    }

    .reality-photo {
        padding: 4.65rem .85rem 3.7rem;
        gap: .32rem;
    }

    .reality-photo .section-count {
        bottom: .85rem;
    }

    .reality-photo h2 {
        font-size: clamp(3.3rem, 16vw, 4.4rem);
        line-height: .88;
    }

    .reality-profile-row {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: .12rem;
        overflow: visible;
        margin: .1rem 0 0;
        padding: 0;
    }

    .reality-profile {
        flex: initial;
        gap: .18rem;
    }

    .reality-profile p {
        min-height: 2.2em;
        font-size: clamp(.42rem, 1.85vw, .58rem);
        line-height: 1.05;
        font-weight: 760;
    }

    .reality-profile span {
        min-width: 1.5rem;
        min-height: 1.36rem;
        padding: .05rem .14rem;
        border-width: 1.5px;
        border-radius: .42rem;
        font-size: .62rem;
        line-height: .86;
    }

    .reality-profile span::after {
        height: clamp(3.4rem, 10.8svh, 4.8rem);
        border-left-width: 1.5px;
    }

    .reality-photo__picture {
        top: 35%;
        height: 34%;
        -webkit-mask-image:
            linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%),
            linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
        -webkit-mask-composite: source-in;
        mask-image:
            linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%),
            linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
        mask-composite: intersect;
    }

    .reality-photo__image {
        object-fit: contain;
        object-position: 50% 0%;
    }

    .reality-photo__bottom {
        margin-top: 35svh;
        gap: .1rem;
    }

    .reality-photo__bottom p {
        font-size: .82rem;
    }

    .book-icon {
        width: 2.35rem;
    }

    .reality-photo__bottom strong {
        max-width: 19rem;
        font-size: clamp(1.28rem, 6.5vw, 1.9rem);
        line-height: 1.04;
    }

    .market-copy {
        justify-content: center;
        gap: .85rem;
        padding-top: 5.4rem;
        padding-bottom: 4rem;
    }

    .market-copy p:not(.section-count) {
        padding-bottom: .75rem;
        font-size: clamp(1.25rem, 6.2vw, 1.95rem);
        line-height: 1.12;
    }

    .market-final span {
        font-size: .95rem;
    }

    .market-final strong {
        font-size: clamp(1.8rem, 9vw, 2.75rem);
        line-height: 1;
    }

    .contact {
        justify-content: center;
        gap: 1.35rem;
        text-align: center;
        padding-bottom: 4rem;
    }

    .contact-copy h2 {
        margin-bottom: .85rem;
        font-size: clamp(2.05rem, 10.8vw, 3.3rem);
        line-height: 1.04;
    }

    .contact-copy p {
        margin-bottom: 1.1rem;
        font-size: clamp(.98rem, 4.5vw, 1.2rem);
        line-height: 1.35;
    }

    .contact-copy strong {
        font-size: clamp(1.35rem, 6.4vw, 2rem);
        line-height: 1.22;
    }

    .contact-actions {
        width: 100%;
        grid-template-columns: 1fr;
        gap: .9rem;
    }

    .contact-action p {
        margin-top: .45rem;
        font-size: .72rem;
    }

    .cta-button {
        min-height: 56px;
        border-radius: 8px;
        font-size: 1rem;
    }

    .slide-controls {
        display: none;
    }

    .modal {
        align-items: end;
        padding: 0;
    }

    .modal__panel {
        width: 100%;
        max-height: 92svh;
        border-inline: 0;
        padding: 1rem;
    }

    .modal__close {
        top: .65rem;
        right: .65rem;
        min-height: 34px;
    }

    .modal-form {
        gap: .7rem;
    }

    .modal-form h2 {
        margin-right: 4rem;
        font-size: clamp(1.35rem, 7vw, 1.8rem);
    }

    .proposal-video {
        margin-block: .15rem;
    }

    .modal-form input,
    .modal-form select,
    .modal-form button[type="submit"] {
        min-height: 48px;
    }

    .form-message {
        font-size: .78rem !important;
        line-height: 1.35;
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: clamp(2.7rem, 14vw, 4rem);
    }

    .reality-profile-row {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: .08rem;
    }

    .reality-profile p {
        font-size: .38rem;
        line-height: 1.02;
    }

    .reality-profile span {
        min-width: 1.32rem;
        min-height: 1.18rem;
        font-size: .55rem;
        border-radius: .34rem;
    }

    .reality-photo__bottom {
        margin-top: 35svh;
    }

    .contact-copy h2 {
        font-size: clamp(1.9rem, 10vw, 3rem);
    }
}
