:root{--bg:#101214;--surface:#191c1f;--ink:#efeeea;--muted:#aeb0b3;--accent:#d7c3a3;--line:#ffffff25}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.7 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.skip{position:fixed;left:10px;top:-100px;z-index:30;background:#111;padding:12px}.skip:focus{top:10px}header{height:88px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:5;width:100%;border-bottom:1px solid #ffffff30}.brand{font-size:25px;letter-spacing:.3em;font-weight:600}nav{display:flex;gap:36px;font-size:14px}nav a:last-child{color:var(--accent)}nav a:hover{color:white;text-decoration:underline;text-underline-offset:8px}.menu{display:none}.hero{min-height:780px;height:100svh;max-height:1100px;position:relative;overflow:hidden;background:#37393b}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:65% 57%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#080b0ecc 0%,#0a0c1040 48%,transparent 75%),linear-gradient(0deg,#101214 0%,transparent 28%,#080b0e80 100%)}.hero-copy{position:relative;padding:175px 6% 100px;max-width:740px}.eyebrow{font-size:12px;letter-spacing:.22em;color:var(--accent);font-weight:600;margin:0 0 34px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(58px,6.8vw,110px);line-height:1.02;font-weight:300;letter-spacing:-.055em;margin-bottom:28px}em{font-family:Georgia,serif;font-weight:400;color:var(--accent)}.hero-copy>p:not(.eyebrow){color:#e1e1e1}.button{border:1px solid #b5b0a5;display:inline-flex;gap:32px;align-items:center;justify-content:space-between;padding:14px 24px;font-size:14px;margin-top:22px;transition:background .25s,color .25s}.button:hover{background:var(--accent);color:#101214}.hero-bottom{position:absolute;bottom:35px;left:6%;right:6%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.16em;color:#c1c1c1}.section{padding:110px 7%;border-bottom:1px solid var(--line);max-width:1800px;margin:auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:10%}h2{font-size:clamp(36px,4.4vw,66px);line-height:1.12;letter-spacing:-.035em;font-weight:300;margin-bottom:38px}h3{font-weight:400;font-size:22px;line-height:1.4}.prose{padding-top:12px}p{color:var(--muted)}.lead{font-size:23px;line-height:1.55;color:var(--ink);font-weight:300}.line-note{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.line-note strong{display:block;color:var(--ink);font-weight:400;margin-top:8px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}.section-heading>p{max-width:300px;font-size:14px;margin-bottom:40px}.gallery{background:#17191c}#gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px}.photo{padding:0;border:0;text-align:left;background:none;color:var(--ink);width:100%}.photo:first-child{grid-column:1/-1}.photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:filter .4s}.photo:first-child img{aspect-ratio:16/9}.photo:hover img{filter:brightness(1.12)}.photo-label{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);padding-top:12px;letter-spacing:.06em}.columns{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:30px 0}.columns article{border-top:1px solid var(--line);padding-top:24px}.index{font-size:12px;letter-spacing:.15em;color:var(--accent);display:block;margin-bottom:30px}.small{font-size:13px;line-height:1.6}.interior{background:#222529}.tag{display:inline-block;border:1px solid #d7c3a34d;color:var(--accent);padding:8px 12px;font-size:12px;letter-spacing:.1em}.text-link{display:flex;justify-content:space-between;border-bottom:1px solid var(--accent);padding:20px 0;margin-top:30px;color:var(--accent)}.partner-list{list-style:none;padding:0;margin:30px 0}.partner-list li{border-bottom:1px solid var(--line);padding:18px 0;display:flex;justify-content:space-between}.partner-list span{color:var(--accent);font-size:12px}.roadmap{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin:50px 0 25px}.roadmap article{border-top:1px solid var(--line);padding-top:24px}.roadmap article:first-child{border-color:var(--accent)}.investors{background:#d6c8b1;color:#15191c}.investors em,.investors .eyebrow,.investors p{color:#383a3c}.investors h2{font-size:clamp(46px,6vw,88px)}.investors .button{border-color:#34383a}.investors .button:hover{background:#15191c;color:white}footer{padding:45px 7%;display:flex;justify-content:space-between;align-items:center;gap:25px;flex-wrap:wrap}footer p{margin:0;font-size:14px}footer .small{flex-basis:100%}dialog{padding:60px 25px 20px;border:1px solid var(--line);background:#151719;color:white;max-width:1100px;width:94vw;max-height:95svh}dialog::backdrop{background:#000e}dialog>img{display:block;max-width:100%;max-height:70svh;margin:auto;object-fit:contain}dialog>div{display:flex;align-items:center;justify-content:space-between;margin-top:16px}dialog p{margin:0}dialog button{background:none;border:1px solid var(--line);color:white;padding:8px 16px}.close{position:absolute;top:12px;right:25px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}@media(min-width:1600px){.hero-copy{padding-top:220px}}@media(max-width:760px){header{height:75px;padding:0 6%}.brand{font-size:21px}.menu{display:block;background:none;border:1px solid #aaa;color:white;padding:6px 12px;font-size:14px}nav{display:none;position:absolute;left:0;right:0;top:75px;padding:25px 6%;background:#101214;flex-direction:column;gap:20px}nav.open{display:flex}.hero{height:850px;min-height:0;max-height:100svh}.hero>img{object-position:59% 70%;opacity:.85}.hero-shade{background:linear-gradient(180deg,#0a0c10d9 0%,#0a0c1060 38%,transparent 70%,#101214 100%)}.hero-copy{padding:130px 7% 80px}.hero-copy h1{font-size:62px}.hero-bottom{font-size:10px;gap:20px}.hero-copy .eyebrow{font-size:10px;margin-bottom:25px}.section{padding:70px 7%}.split{grid-template-columns:1fr;gap:20px}.section-heading{display:block}.section-heading>p{max-width:none}.columns{grid-template-columns:1fr;gap:12px}.roadmap{grid-template-columns:1fr 1fr;gap:25px}#gallery-grid{gap:24px;grid-template-columns:1fr}.photo:first-child img{aspect-ratio:4/3}.lead{font-size:21px}footer{align-items:start;flex-direction:column}.tag{font-size:10px}.interior h2{margin-bottom:24px}.prose{padding-top:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}
/* Original supplied logo; viewport hides the screenshot margins without editing the image. */
.brand .logo-window{display:block;position:relative;width:180px;aspect-ratio:3;overflow:hidden;background:white}
.logo-window img{display:block;position:absolute;top:0;left:0;width:100%;height:auto;max-width:none;transform:translateY(-42.329149%)}
@media(max-width:760px){.brand .logo-window{width:144px}}
/* Display the supplied black wordmark as light lettering without its white panel. */
.brand .logo-window{background:transparent;mix-blend-mode:screen}
.logo-window img{filter:invert(1);mix-blend-mode:screen}
/* Remove white pixels from the supplied logo instead of blending a rectangular image. */
.brand .logo-window{background:transparent;mix-blend-mode:normal}
.brand .logo-window img{filter:url(#logo-transparent);mix-blend-mode:normal}

/* Cinematic scroll sequence: a sticky image stage, no scroll hijacking. */
.exterior-sequence{position:relative;height:360vh;margin:15px -8.14% 65px}
.sequence-stage{position:sticky;top:0;height:100svh;min-height:440px;overflow:hidden;background:#17191c;isolation:isolate}
.sequence-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;will-change:transform,opacity}
.sequence-caption{position:absolute;z-index:2;bottom:32px;left:7%;right:7%;display:flex;justify-content:space-between;gap:18px;font-size:12px;letter-spacing:.12em;color:white;text-shadow:0 1px 8px #000;background:#101214b3;padding:14px 20px}
.sequence-progress{position:absolute;z-index:3;bottom:0;left:0;right:0;height:2px;background:#ffffff20}
.sequence-progress span{display:block;height:100%;background:var(--accent);transform-origin:left}
@media(max-width:760px){.exterior-sequence{height:280svh;margin-bottom:35px}.sequence-stage{height:80svh;min-height:380px}.sequence-caption{left:5%;right:5%;bottom:20px;font-size:11px;padding:12px;flex-wrap:wrap}.sequence-caption span:last-child{flex-basis:100%;font-size:12px}.sequence-frame{object-fit:contain}}
@media(prefers-reduced-motion:reduce){.sequence-frame{will-change:auto}}
/* Hide edge lines from the original screenshot without changing the wordmark. */
.brand .logo-window{clip-path:inset(3px 0 3px 0)}
/* Continuous editorial reveals across every chapter. Keep layout and native scroll stable. */
.scroll-scene{--scene-progress:1;opacity:var(--scene-progress);translate:0 calc((1 - var(--scene-progress))*48px);filter:blur(calc((1 - var(--scene-progress))*2px));transition:opacity .12s linear,translate .12s linear,filter .12s linear}
.scroll-scene:focus-within{opacity:1;translate:0 0;filter:none}
.hero>img,.hero-copy{transition:transform .15s linear,opacity .15s linear}
.section{position:relative}
.section::after{content:'';position:absolute;bottom:-1px;left:7%;width:86%;height:1px;background:linear-gradient(90deg,transparent,#d7c3a350,transparent);pointer-events:none}
@media(max-width:760px){.scroll-scene{translate:0 calc((1 - var(--scene-progress))*28px);filter:none}}
@media(prefers-reduced-motion:reduce){.scroll-scene{opacity:1!important;translate:none!important;filter:none!important}.hero>img,.hero-copy{transform:none!important;opacity:1!important}}
@media print{.scroll-scene{opacity:1!important;translate:none!important;filter:none!important}}
/* Photographic atmosphere behind the narrative, with a strong reading overlay. */
#story,#vision,#partners,#roadmap,#contact{background-color:#101214;background-size:cover;background-position:center;background-repeat:no-repeat}
#story{background-image:linear-gradient(90deg,rgba(10,13,16,.89),rgba(10,13,16,.94)),url('assets/renata-9.jpg')}
#vision{background-image:linear-gradient(180deg,rgba(10,13,16,.91),rgba(10,13,16,.86)),url('assets/renata-3.jpg')}
#partners{background-image:linear-gradient(90deg,rgba(10,13,16,.84),rgba(10,13,16,.95)),url('assets/renata-6.jpg')}
#roadmap{background-image:linear-gradient(180deg,rgba(10,13,16,.90),rgba(10,13,16,.94)),url('assets/renata-7.jpg')}
#contact{background-image:linear-gradient(90deg,rgba(10,13,16,.87),rgba(10,13,16,.94)),url('assets/renata-2.jpg')}
#story p,#vision p,#partners p,#roadmap p,#contact p{color:#d0d2d4}
#story .eyebrow,#vision .eyebrow,#partners .eyebrow,#roadmap .eyebrow,#contact .eyebrow{color:var(--accent)}
#story .lead,#partners .lead,#contact .lead{color:var(--ink)}
@media(min-width:1000px) and (prefers-reduced-motion:no-preference){#story,#vision,#partners,#roadmap,#contact{background-attachment:fixed}}
@media(max-width:760px){#story,#vision,#partners,#roadmap,#contact{background-position:55% center}}
#language{font:14px 'Segoe UI',Arial,sans-serif;color:#efeeea;background:#17191c;border:1px solid #ffffff50;padding:9px 8px;max-width:115px;border-radius:0;cursor:pointer}#language:focus-visible{outline:2px solid var(--accent);outline-offset:3px}header{gap:18px}header nav{margin-left:auto}header nav{gap:24px}
@media(max-width:1000px){header nav{gap:14px;font-size:13px}.brand .logo-window{width:144px}}
@media(max-width:760px){header{gap:10px}header .brand{margin-right:auto}header .brand .logo-window{width:115px}#language{max-width:98px;font-size:13px;padding:8px 4px}.menu{order:3}header nav{margin-left:0;font-size:16px}}
