:root {
  --ink: #171814;
  --ink-soft: #23241f;
  --paper: #f2efe8;
  --paper-warm: #e8e1d5;
  --white: #fffdf8;
  --sage: #8f9a82;
  --copper: #b06f45;
  --line: rgba(255, 253, 248, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif; }
button, a, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 86px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 70px);
  background: linear-gradient(180deg, rgba(10, 11, 9, .78), transparent);
}
.brand { display: flex; align-items: center; gap: 13px; text-transform: uppercase; }
.brand-mark { display: block; flex: 0 0 auto; width: 48px; height: 48px; object-fit: contain; }
.brand b { display: block; font-size: 12px; letter-spacing: .2em; }
.brand small { display: block; margin-top: 4px; color: rgba(255,255,255,.65); font-size: 7px; letter-spacing: .24em; }
.nav { display: flex; align-items: center; gap: clamp(16px, 1.8vw, 30px); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.nav button { padding: 0; border: 0; background: none; cursor: pointer; text-transform: uppercase; letter-spacing: .13em; }
.nav a, .nav button { white-space: nowrap; }
.nav-cta { padding: 12px 18px !important; border: 1px solid var(--line) !important; }
.menu-toggle { display: none; padding: 10px 14px; border: 1px solid var(--line); background: none; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

.film-rail { position: relative; height: 580vh; }
.film-stage { --film-progress: 0; position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; background: #10110e; }
.video-stack, .film-poster, .film-video, .film-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.film-poster { z-index: 0; background: #111 url("/media/xl-poster.jpg") center/cover no-repeat; }
.film-video { z-index: 1; object-fit: cover; opacity: 0; }
.film-video.ready { opacity: 1; }
.film-shade { z-index: 2; background: linear-gradient(90deg, rgba(8,9,7,.7) 0%, rgba(8,9,7,.27) 39%, transparent 69%), linear-gradient(0deg, rgba(7,8,6,.3), transparent 38%); }
.overlay { position: relative; z-index: 4; width: 100%; height: 100%; }
.copy { position: absolute; top: 50%; left: clamp(24px, 7vw, 120px); width: min(650px, 78vw); opacity: 0; transform: translateY(-43%); pointer-events: none; transition: opacity .28s ease, transform .45s ease; }
.copy.visible { opacity: 1; transform: translateY(-50%); pointer-events: auto; }
.copy > .scene-index, .copy > .eyebrow, .copy > h1, .copy > h2, .copy > p, .copy > .portal-action, .copy > .scene-legal, .copy > .scroll-cue { opacity: 0; transform: translateY(24px); transition: opacity .45s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.copy.visible > .scene-index { opacity: 1; transform: none; transition-delay: .04s; }
.copy.visible > .eyebrow { opacity: 1; transform: none; transition-delay: .1s; }
.copy.visible > h1, .copy.visible > h2 { opacity: 1; transform: none; transition-delay: .16s; }
.copy.visible > p { opacity: 1; transform: none; transition-delay: .23s; }
.copy.visible > .portal-action, .copy.visible > .scroll-cue { opacity: 1; transform: none; transition-delay: .3s; }
.copy.visible > .scene-legal { opacity: 1; transform: none; transition-delay: .36s; }
.scene-index { display: block; margin-bottom: 12px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: block; margin-bottom: 22px; color: #d1b39f; font-size: 10px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.copy h1, .copy h2, .poster-intro h1, .after-film h2, .expertise-section h2, .drawer h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: .95; }
.copy h1, .poster-intro h1 { font-size: clamp(46px, 6.4vw, 100px); }
.copy h2 { font-size: clamp(42px, 5.2vw, 78px); }
em { color: var(--paper-warm); font-weight: 400; }
.copy p { max-width: 540px; margin: 24px 0 0; color: rgba(255,255,255,.76); font-size: clamp(14px, 1.3vw, 18px); line-height: 1.7; }
.scroll-cue { display: flex; align-items: center; gap: 16px; margin-top: 48px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { font-size: 18px; font-style: normal; }
.action { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; margin-top: 30px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.38); background: rgba(20,20,17,.18); color: var(--white); backdrop-filter: blur(8px); cursor: pointer; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.action:hover { background: var(--white); color: var(--ink); }
.portal-action { position: relative; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "kicker arrow" "title arrow" "meta arrow"; width: min(530px, 100%); margin-top: 30px; padding: 20px 23px; overflow: hidden; border: 1px solid rgba(255,255,255,.38); background: rgba(15,16,13,.3); color: var(--white); backdrop-filter: blur(14px); text-align: left; cursor: pointer; isolation: isolate; }
.portal-action::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, rgba(176,111,69,.35), rgba(255,255,255,.06) 52%, transparent); transform: scaleX(.025); transform-origin: left; transition: transform .55s cubic-bezier(.18,.78,.2,1); }
.portal-action::after { content: ""; position: absolute; top: -90%; right: 12%; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: transform .7s ease; }
.portal-action:hover::before, .portal-action:focus-visible::before { transform: scaleX(1); }
.portal-action:hover::after, .portal-action:focus-visible::after { transform: scale(1.25) rotate(25deg); }
.portal-action > span { grid-area: kicker; margin-bottom: 7px; color: #d1b39f; font-size: 8px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; }
.portal-action > strong { grid-area: title; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.2vw, 32px); font-weight: 400; line-height: 1; }
.portal-action > small { grid-area: meta; margin-top: 9px; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.portal-action > i { grid-area: arrow; align-self: center; margin-left: 30px; font-size: 25px; font-style: normal; transition: transform .35s ease; }
.portal-action:hover > i, .portal-action:focus-visible > i { transform: translate(5px, 5px); }
.portal-investment::before { background: linear-gradient(110deg, rgba(176,111,69,.48), rgba(143,154,130,.14), transparent); }
.portal-founder::before { background: linear-gradient(110deg, rgba(143,154,130,.36), rgba(255,255,255,.06), transparent); }
.actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-action { margin-top: 30px; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); background: none; cursor: pointer; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.founder-copy { right: clamp(24px, 6vw, 100px); left: auto; width: min(500px, 40vw); }
.scene-legal { display: block; max-width: 530px; margin-top: 15px; color: rgba(255,255,255,.54); font-size: 9px; line-height: 1.5; }
.concept-label { position: absolute; z-index: 6; right: clamp(18px, 3vw, 50px); bottom: 32px; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.progress-track { position: absolute; z-index: 6; bottom: 0; left: 0; width: 100%; height: 2px; background: rgba(255,255,255,.2); }
.progress-track span { display: block; width: 100%; height: 100%; transform: scaleX(var(--film-progress)); transform-origin: left; background: var(--copper); }
.chapter-dots { position: absolute; z-index: 7; left: 50%; bottom: 30px; display: flex; align-items: center; gap: 9px; transform: translateX(-50%); }
.chapter-dots span { width: 18px; height: 2px; background: rgba(255,255,255,.3); }
.chapter-dots span.active { background: var(--white); }
.chapter-dots b { min-width: 42px; margin-left: 6px; font-size: 8px; font-weight: 500; letter-spacing: .13em; }
.film-loading { position: absolute; z-index: 8; right: clamp(18px, 3vw, 50px); bottom: 62px; width: min(240px, 42vw); display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; color: rgba(255,255,255,.72); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.film-loading[hidden] { display: none; }
.film-loading b { font-weight: 500; }
.film-loading i { grid-column: 1 / -1; height: 1px; overflow: hidden; background: rgba(255,255,255,.2); }
.film-loading u { display: block; width: 100%; height: 100%; transform: scaleX(var(--load-progress, 0)); transform-origin: left; background: var(--white); text-decoration: none; }
.skip { position: absolute; z-index: 7; top: 110px; right: clamp(18px, 3vw, 50px); padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.poster-intro { min-height: 100svh; display: flex; align-items: center; padding: 8vw; background: linear-gradient(90deg, rgba(8,9,7,.7), transparent), url("/media/xl-poster.jpg") center/cover; }
.poster-intro > div { position: relative; z-index: 1; }

.section-number { display: block; margin-bottom: 34px; color: var(--copper); font: 400 clamp(38px, 4vw, 62px)/1 Georgia, serif; font-style: italic; }
.projects-section { padding: clamp(90px, 10vw, 160px) clamp(25px, 7vw, 110px); background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.editorial-heading h2, .partnership-copy h2, .founder-bio h2, .contact-intro h2 { margin: 0; font: 400 clamp(48px, 6vw, 92px)/.96 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.editorial-heading h2 em, .founder-bio h2 em { color: #6d665e; }
.editorial-heading > p { max-width: 510px; margin: 0 0 8px; color: #56544e; font: 18px/1.7 Georgia, serif; }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(260px, 34vw)); gap: 18px; margin-top: 70px; }
.project-card { position: relative; min-height: 310px; overflow: hidden; color: var(--white); }
.project-card-wide { grid-row: 1 / 3; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.75,.25,1), filter .7s ease; }
.project-gradient { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,7,.87), rgba(8,9,7,.05) 74%); transition: background .45s ease; }
.project-card > div { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(24px, 3vw, 45px); transform: translateY(39px); transition: transform .5s cubic-bezier(.2,.75,.25,1); }
.project-card small { color: #d1b39f; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.project-card h3 { margin: 12px 0 10px; font: 400 clamp(31px, 3.4vw, 54px)/1 Georgia, serif; letter-spacing: -.035em; }
.project-card p { max-width: 420px; margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.55; }
.project-card b { display: inline-flex; gap: 20px; margin-top: 19px; opacity: 0; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: opacity .35s ease; }
.project-card b i { font-style: normal; }
.project-card:hover img, .project-card:focus-visible img { transform: scale(1.045); filter: saturate(1.08) contrast(1.03); }
.project-card:hover > div, .project-card:focus-visible > div { transform: none; }
.project-card:hover b, .project-card:focus-visible b { opacity: 1; }
.all-projects-link { display: flex; align-items: center; justify-content: space-between; margin-top: 35px; padding: 22px 0; border-top: 1px solid #c8c2b7; border-bottom: 1px solid #c8c2b7; font: 400 clamp(18px, 2vw, 26px)/1 Georgia, serif; }
.all-projects-link i { font-size: 24px; font-style: normal; transition: transform .3s ease; }
.all-projects-link:hover i { transform: translate(5px,-5px); }

.partnership-section { position: relative; min-height: 92svh; display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; overflow: hidden; padding: clamp(100px, 11vw, 180px) clamp(25px, 8vw, 130px); background: #1b1d18; }
.partnership-copy { position: relative; z-index: 2; }
.partnership-copy h2 { font-size: clamp(48px, 5.5vw, 84px); }
.partnership-copy p { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.7); font: 18px/1.7 Georgia, serif; }
.partnership-steps { position: relative; z-index: 2; border-top: 1px solid var(--line); }
.partnership-steps article { display: grid; grid-template-columns: 48px 1fr; padding: 23px 0; border-bottom: 1px solid var(--line); }
.partnership-steps article > span { grid-row: 1 / 3; color: var(--copper); font-size: 10px; }
.partnership-steps h3 { margin: 0; font: 400 24px/1.1 Georgia, serif; }
.partnership-steps p { margin: 8px 0 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.55; }
.partnership-steps > small { display: block; margin-top: 22px; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.6; }
.partnership-orbit { position: absolute; left: 58%; top: 51%; width: min(68vw, 900px); aspect-ratio: 1; transform: translate(-50%,-50%); opacity: .55; }
.partnership-orbit::before, .partnership-orbit::after, .partnership-orbit span { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(176,111,69,.18); border-radius: 50%; }
.partnership-orbit::after { inset: 25%; border-color: rgba(143,154,130,.16); }
.partnership-orbit span { inset: 40%; border-color: rgba(255,255,255,.1); }
.partnership-orbit i, .partnership-orbit b { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 30px rgba(176,111,69,.8); animation: orbitPulse 2.6s ease-in-out infinite; }
.partnership-orbit i { left: 20%; top: 25%; }
.partnership-orbit b { right: 16%; bottom: 33%; animation-delay: 1.2s; }
@keyframes orbitPulse { 50% { transform: scale(1.8); opacity: .42; } }

.after-film { min-height: 72svh; display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: center; padding: clamp(80px, 11vw, 170px) clamp(25px, 8vw, 130px); background: var(--paper); color: var(--ink); }
.eyebrow.dark { color: var(--copper); }
.after-film h2 { font-size: clamp(48px, 6vw, 92px); }
.after-film h2 em { color: #6d665e; }
.after-film p { color: #4a4a43; font-family: Georgia, serif; font-size: clamp(19px, 2vw, 27px); line-height: 1.45; }

.company-trust { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 140px); padding: clamp(85px, 10vw, 150px) clamp(25px, 8vw, 130px); background: #e8e1d5; color: var(--ink); border-top: 1px solid rgba(23,24,20,.12); }
.company-trust h2 { margin: 18px 0 28px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5.2vw, 82px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.company-trust h2 em { color: #6d665e; }
.company-trust p { max-width: 740px; color: #4a4a43; font-size: 16px; line-height: 1.8; }
.company-trust .text-action { display: inline-block; margin-top: 24px; color: var(--ink); border-bottom: 1px solid var(--copper); padding-bottom: 7px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.company-trust dl { margin: 0; border-top: 1px solid rgba(23,24,20,.18); }
.company-trust dl div { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid rgba(23,24,20,.18); }
.company-trust dt { color: #736e65; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.company-trust dd { margin: 0; font-family: Georgia, serif; font-size: 17px; }
.dark-action { border-color: rgba(23,24,20,.35); background: transparent; color: var(--ink); }
.dark-action:hover { background: var(--ink); color: var(--paper); }
.portal-dark { border-color: rgba(23,24,20,.28); background: transparent; color: var(--ink); }
.portal-dark::before { background: linear-gradient(110deg, rgba(176,111,69,.24), rgba(23,24,20,.06), transparent); }
.portal-dark::after { border-color: rgba(23,24,20,.12); }
.portal-dark > span { color: var(--copper); }
.portal-dark > small { color: rgba(23,24,20,.58); }

.expertise-section { min-height: 90svh; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; padding: clamp(90px, 10vw, 160px) clamp(25px, 8vw, 130px); background: var(--ink-soft); }
.expertise-section h2 { font-size: clamp(46px, 5vw, 78px); }
.expertise-section p { color: var(--sage); letter-spacing: .1em; text-transform: uppercase; }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-list a { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); transition: padding .35s ease, background .35s ease; }
.expertise-list a:hover { padding-right: 16px; padding-left: 16px; background: rgba(255,255,255,.035); }
.expertise-list span { color: var(--copper); font-size: 10px; }
.expertise-list h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 30px); font-weight: 400; }
.expertise-list i { font-size: 20px; font-style: normal; transition: transform .3s ease; }
.expertise-list a:hover i { transform: translate(4px,-4px); }

.founder-section { min-height: 100svh; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--paper); color: var(--ink); }
.founder-visual { position: relative; min-height: 780px; overflow: hidden; }
.founder-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,7,.62), transparent 50%); }
.founder-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.founder-visual > span { position: absolute; z-index: 2; left: 35px; bottom: 30px; color: rgba(255,255,255,.76); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.founder-bio { align-self: center; padding: clamp(70px, 8vw, 140px); }
.founder-bio > p { color: #56544e; font-size: 15px; line-height: 1.8; }
.founder-bio .founder-lead { margin-top: 30px; color: var(--ink); font: 21px/1.55 Georgia, serif; }
.founder-bio blockquote { margin: 35px 0; padding: 25px 0 25px 28px; border-left: 1px solid var(--copper); color: #45443f; font: italic 20px/1.55 Georgia, serif; }
.bio-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.bio-tags span { padding: 9px 12px; border: 1px solid #c8c2b7; color: #67635b; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.bio-contact { display: inline-block; color: var(--ink); border-color: rgba(23,24,20,.5); }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: start; padding: clamp(100px, 11vw, 170px) clamp(25px, 8vw, 130px); background: #11120f; }
.contact-intro h2 { color: var(--white); }
.contact-intro p { max-width: 520px; color: rgba(255,255,255,.62); font: 18px/1.65 Georgia, serif; }
.contact-direct { display: flex; gap: 16px 28px; flex-wrap: wrap; margin-top: 35px; color: #d1b39f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-section .brief-form { margin-top: 0; }
.contact-section .brief-form label { color: rgba(255,255,255,.52); }
.contact-section .brief-form input, .contact-section .brief-form select, .contact-section .brief-form textarea { border-color: rgba(255,255,255,.28); color: var(--white); }
.contact-section .brief-form select { background: #11120f; }
.portal-submit { width: 100%; border-color: rgba(255,255,255,.38); }

footer { min-height: 360px; display: grid; grid-template-columns: .8fr 1fr 1.4fr; align-items: end; gap: 40px; padding: 70px clamp(25px, 7vw, 110px) 35px; border-top: 1px solid rgba(255,255,255,.12); }
footer > p { color: #a8a69f; font-family: Georgia, serif; font-size: 20px; line-height: 1.5; }
.footer-links { display: flex; justify-content: flex-end; gap: 17px 24px; flex-wrap: wrap; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
footer > small { grid-column: 1 / -1; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .08em; }

.drawer-wrap { position: fixed; z-index: 100; inset: 0; }
.drawer-wrap[hidden], .reduced-story[hidden], .film-rail[hidden], .concept-label[hidden] { display: none !important; }
.drawer-open { overflow: hidden; }
.drawer-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,5,4,.72); backdrop-filter: blur(8px); }
.drawer { position: absolute; top: 0; right: 0; width: min(640px, 100%); height: 100%; overflow: auto; padding: clamp(45px, 7vw, 90px); background: var(--paper); color: var(--ink); }
.drawer-close { position: absolute; top: 25px; right: 28px; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.drawer-brand { display: flex; align-items: center; gap: 12px; }
.drawer-brand img { display: block; width: 44px; height: 44px; object-fit: contain; }
.drawer-brand .eyebrow { margin: 0; }
.drawer h2 { margin: 22px 0 30px; font-size: clamp(45px, 5vw, 72px); }
.drawer > p { color: #55534c; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.project-list { display: grid; margin: 36px 0; border-top: 1px solid #c8c2b7; }
.project-list article { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid #c8c2b7; }
.project-list span { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.founder-skills { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.founder-skills li { padding: 13px 0; border-bottom: 1px solid #c8c2b7; font-size: 12px; }
.legal { display: block; margin-top: 35px; padding-top: 20px; border-top: 1px solid #c8c2b7; color: #6c6962; line-height: 1.6; }
.brief-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; }
.brief-form label { display: grid; gap: 8px; color: #666258; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #aaa397; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; text-transform: none; }
.brief-form textarea { resize: vertical; }
.brief-form .full { grid-column: 1 / -1; }
.brief-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; font-size: 9px; line-height: 1.5; }
.brief-form .consent input { width: 15px; margin-top: 1px; }

.reduced-story { background: var(--ink); }
.reduced-story article { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; padding: 10vw 7vw; }
.reduced-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .63; }
.reduced-story article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,6,.72), transparent 70%); }
.reduced-story article > div { position: relative; z-index: 2; max-width: 650px; }
.reduced-story h2 { margin: 0; font: 400 clamp(44px, 7vw, 90px)/1 Georgia, serif; }
.reduced-story p { color: #ddd; font-size: 18px; }

@media (max-width: 1050px) {
  .nav { gap: 14px; }
  .nav a, .nav button { font-size: 9px; }
}

@media (max-width: 850px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 66px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 24px; min-width: 220px; padding: 25px; border: 1px solid var(--line); background: var(--ink); }
  .nav.open { display: flex; }
  .film-rail { height: 520vh; }
  .film-stage { min-height: 0; }
  .video-stack { top: 50%; height: auto; aspect-ratio: 16 / 9; transform: translateY(-50%); }
  .film-shade { background: linear-gradient(0deg, rgba(8,9,7,.76), transparent 72%); }
  .copy, .founder-copy { top: auto; right: 22px; bottom: 7svh; left: 22px; width: auto; transform: translateY(15px); }
  .copy.visible { transform: none; }
  .copy h1, .copy h2 { font-size: clamp(38px, 11vw, 62px); }
  .copy p { margin-top: 15px; font-size: 13px; }
  .eyebrow { margin-bottom: 14px; }
  .action { margin-top: 18px; }
  .scroll-cue { margin-top: 24px; }
  .skip { top: 82px; }
  .concept-label { bottom: 16px; left: 22px; right: auto; }
  .chapter-dots { bottom: 44px; }
  .film-loading { right: 22px; bottom: 72px; left: 22px; width: auto; }
  .scene-legal { font-size: 8px; }
  .after-film, .expertise-section { grid-template-columns: 1fr; min-height: 80svh; }
  .section-heading, .partnership-section, .founder-section, .contact-section, .company-trust { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .project-card, .project-card-wide { grid-row: auto; min-height: min(72vw, 520px); }
  .editorial-heading > p { margin-top: 25px; }
  .partnership-section { gap: 65px; }
  .partnership-orbit { left: 78%; width: 120vw; }
  .founder-visual { min-height: 70svh; }
  .founder-bio { padding: 75px 25px; }
  .contact-section { gap: 60px; }
  .after-film h2 { font-size: 52px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .brand small { display: none; }
}

@media (max-width: 560px) {
  .brand-mark { width: 38px; height: 38px; }
  .copy h1, .copy h2 { font-size: clamp(34px, 10.5vw, 52px); }
  .copy p { max-width: 90%; }
  .scene-legal { max-width: 90%; }
  .brief-form { grid-template-columns: 1fr; }
  .brief-form .full { grid-column: auto; }
  .founder-skills { grid-template-columns: 1fr; }
  .portal-action { padding: 16px 17px; }
  .portal-action > strong { font-size: 21px; }
  .portal-action > small { max-width: 230px; line-height: 1.5; }
  .portal-action > i { margin-left: 16px; }
  .projects-section, .partnership-section, .contact-section { padding-right: 20px; padding-left: 20px; }
  .editorial-heading h2, .partnership-copy h2, .founder-bio h2, .contact-intro h2 { font-size: 44px; }
  .founder-visual { min-height: 58svh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .copy, .copy > *, .action, .portal-action, .project-card img, .project-card > div { transition: none; }
  .partnership-orbit i, .partnership-orbit b { animation: none; }
}

/* Investment catalogue and project dossier */
body.investment-page { background: var(--paper); color: var(--ink); }
.investment-page footer { background: var(--ink); color: var(--white); }
.investment-page .investment-header { color: var(--white); }
.investment-page main { overflow: hidden; }
.investment-hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: clamp(45px, 7vw, 130px); padding: 150px clamp(25px, 7vw, 120px) 90px; overflow: hidden; background: #11130f; color: var(--white); }
.investment-hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background: radial-gradient(circle at 75% 36%, rgba(176,111,69,.24), transparent 34%), linear-gradient(130deg, rgba(143,154,130,.12), transparent 42%); }
.investment-hero-copy, .investment-hero-mosaic, .investment-disclosure { position: relative; z-index: 1; }
.investment-hero h1 { margin: 0; max-width: 900px; font: 400 clamp(58px, 6vw, 104px)/.94 Georgia, serif; letter-spacing: -.045em; }
.investment-hero h1 em, .investment-section-head h2 em, .investment-model h2 em, .investment-gallery h2 em, .interest-section h2 em { color: #d1b39f; font-weight: 400; }
.investment-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 32px 0 0; color: rgba(255,255,255,.73); font-family: Georgia, serif; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.55; }
.investment-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.investment-page .button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.45); font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.investment-page .button:hover { transform: translateY(-2px); }
.investment-page .button-primary { background: var(--white); color: var(--ink); }
.investment-page .button-ghost { background: rgba(255,255,255,.04); color: var(--white); backdrop-filter: blur(8px); }
.investment-hero-mosaic { min-height: 660px; display: grid; grid-template-columns: .83fr 1.17fr; grid-template-rows: 1fr 1fr; gap: 12px; transform: rotate(2deg); }
.investment-hero-mosaic img { width: 100%; height: 100%; min-height: 0; object-fit: cover; filter: saturate(.84) contrast(1.03); }
.investment-hero-mosaic img:first-child { grid-row: 1 / 3; }
.investment-disclosure { position: absolute; left: clamp(25px, 7vw, 120px); bottom: 32px; max-width: 780px; margin: 0; color: rgba(255,255,255,.48); font-size: 9px; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.investment-categories, .investment-catalogue, .investment-program, .investment-gallery, .investment-faq { padding: clamp(85px, 10vw, 160px) clamp(25px, 7vw, 120px); }
.investment-section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(35px, 8vw, 140px); align-items: end; }
.investment-section-head.compact { align-items: start; }
.investment-section-head h2 { margin: 0; font: 400 clamp(48px, 5.3vw, 86px)/1 Georgia, serif; letter-spacing: -.035em; }
.investment-section-head > p, .investment-section-head > div + p { margin: 0; color: #5b5a53; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.investment-page .eyebrow.dark { color: #8a5a3b; }
.category-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 72px; background: #c9c2b6; border: 1px solid #c9c2b6; }
.category-overview article { min-height: 310px; display: flex; flex-direction: column; padding: clamp(28px, 3.5vw, 55px); background: #ece7de; }
.category-overview article span, .program-grid article span { color: var(--copper); font: 400 13px Georgia, serif; }
.category-overview h3, .program-grid h3 { margin: auto 0 17px; font: 400 32px Georgia, serif; }
.category-overview p, .program-grid p { margin: 0; color: #666158; line-height: 1.65; }
.category-overview b { margin-top: 27px; color: #8a5a3b; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.investment-catalogue { background: var(--white); }
.investment-filter-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 45px; margin: 60px 0 40px; padding: 22px 0; border-top: 1px solid #cfc8bb; border-bottom: 1px solid #cfc8bb; }
.investment-filter-panel > div { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.investment-filter-panel span { margin-right: 10px; color: #746e65; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.investment-filter-panel button { padding: 10px 13px; border: 1px solid #beb7aa; background: transparent; color: #5e5a52; cursor: pointer; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.investment-filter-panel button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.investment-card { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); min-height: 620px; background: #171814; color: var(--white); }
.investment-card[hidden] { display: none; }
.investment-card-media { position: relative; min-height: 620px; overflow: hidden; }
.investment-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,7,.55), transparent 45%); }
.investment-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.75,.25,1); }
.investment-card-media:hover img { transform: scale(1.035); }
.investment-card-media span { position: absolute; z-index: 1; bottom: 24px; left: 25px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.investment-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 90px); }
.investment-card-meta { display: flex; gap: 20px; color: #d1b39f; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.investment-card h3 { margin: 28px 0 20px; font: 400 clamp(48px, 5vw, 78px)/1 Georgia, serif; }
.investment-card > div > p { max-width: 640px; color: rgba(255,255,255,.68); font-family: Georgia, serif; font-size: 19px; line-height: 1.6; }
.investment-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 38px 0; }
.investment-card dl div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.22); }
.investment-card dt { color: rgba(255,255,255,.47); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.investment-card dd { margin: 9px 0 0; font: 400 22px Georgia, serif; }
.investment-card-link { display: inline-flex; align-items: center; gap: 18px; align-self: flex-start; padding: 10px 0 7px; border-bottom: 1px solid var(--copper); font-size: 10px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.investment-card-link i { font-size: 18px; font-style: normal; }
.investment-empty { padding: 75px; border: 1px solid #cfc8bb; text-align: center; }
.investment-empty strong { font: 400 34px Georgia, serif; }
.investment-empty p { max-width: 620px; margin: 20px auto; color: #666158; line-height: 1.6; }
.investment-empty a { color: #8a5a3b; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.investment-legal-line { max-width: 1000px; margin: 32px 0 0; color: #777168; font-size: 11px; line-height: 1.7; }

.investment-project-hero { min-height: 100svh; display: grid; grid-template-columns: 1.08fr .92fr; background: #11130f; color: var(--white); }
.project-hero-images { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; min-height: 100svh; }
.project-hero-images img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.project-hero-images img:last-child { object-position: 54% center; }
.project-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 130px clamp(32px, 6vw, 100px) 70px; }
.investment-back { margin-bottom: 62px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.project-hero-copy h1 { margin: 0; font: 400 clamp(62px, 7vw, 112px)/.91 Georgia, serif; letter-spacing: -.05em; }
.project-subtitle { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-family: Georgia, serif; font-size: clamp(19px, 1.5vw, 25px); line-height: 1.55; }
.project-tags { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 30px; }
.project-tags span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.investment-notice { display: grid; grid-template-columns: minmax(240px, .35fr) minmax(0, 1fr); gap: 40px; padding: 34px clamp(25px, 7vw, 120px); background: #d8ccbc; color: #342e27; }
.investment-notice strong { font-size: 10px; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; }
.investment-notice p { margin: 0; font-size: 12px; line-height: 1.75; }
.investment-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 160px); align-items: center; padding: clamp(90px, 11vw, 170px) clamp(25px, 7vw, 120px); }
.investment-story h2 { margin: 0; max-width: 900px; font: 400 clamp(50px, 5.5vw, 88px)/1 Georgia, serif; letter-spacing: -.04em; }
.investment-story > div > p:not(.eyebrow) { max-width: 780px; margin-top: 30px; color: #5d5951; font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }
.investment-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid #c5beb1; border-left: 1px solid #c5beb1; }
.investment-facts div { min-height: 155px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid #c5beb1; border-bottom: 1px solid #c5beb1; }
.investment-facts dt { color: #736d64; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.investment-facts dd { margin: 0; font: 400 34px Georgia, serif; }
.investment-program { background: #e9e3d9; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; background: #c9c2b6; border: 1px solid #c9c2b6; }
.program-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 35px; background: var(--paper); }
.investment-model { padding: clamp(90px, 11vw, 170px) clamp(25px, 7vw, 120px); background: #171814; color: var(--white); }
.investment-model .investment-section-head > p { color: rgba(255,255,255,.62); }
.model-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 75px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.model-metrics article { min-height: 290px; display: flex; flex-direction: column; padding: 31px; background: #1d1f1a; }
.model-metrics span, .scenario-grid span { color: #d1b39f; font-size: 9px; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.model-metrics strong { margin: auto 0 18px; font: 400 clamp(34px, 3.1vw, 50px) Georgia, serif; }
.model-metrics small { color: rgba(255,255,255,.55); line-height: 1.6; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 45px; }
.scenario-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.2); }
.scenario-grid article.scenario-central { border-color: #d1b39f; background: rgba(176,111,69,.12); }
.scenario-grid strong { display: block; margin: 15px 0 10px; font: 400 36px Georgia, serif; }
.scenario-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.6; }
.model-warning { max-width: 980px; margin: 38px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.75; }
.model-warning strong { color: var(--white); }
.riyad-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(280px, 34vw); gap: 8px; margin-top: 70px; }
.riyad-gallery figure { position: relative; margin: 0; overflow: hidden; background: #ddd5c8; }
.riyad-gallery .gallery-tall { grid-row: span 2; }
.riyad-gallery .gallery-wide { grid-column: span 2; }
.riyad-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s ease; }
.riyad-gallery figure:hover img { transform: scale(1.025); }
.riyad-gallery figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; color: var(--white); font-size: 8px; letter-spacing: .15em; text-shadow: 0 1px 15px #000; text-transform: uppercase; }
.investment-plan { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 150px); padding: clamp(90px, 11vw, 170px) clamp(25px, 7vw, 120px); background: #e9e3d9; }
.investment-plan h2 { margin: 0; font: 400 clamp(50px, 5vw, 82px)/1 Georgia, serif; }
.investment-plan > div > p:not(.eyebrow) { color: #5d5951; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.investment-plan ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bdb6a9; }
.investment-plan li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #bdb6a9; }
.investment-plan li > span { color: var(--copper); font: 400 12px Georgia, serif; }
.investment-plan strong { font: 400 25px Georgia, serif; }
.investment-plan li p { margin: 8px 0 0; color: #666158; line-height: 1.6; }
.interest-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 145px); padding: clamp(95px, 12vw, 180px) clamp(25px, 7vw, 120px); background: #11130f; color: var(--white); }
.interest-copy h2 { margin: 0; font: 400 clamp(50px, 5vw, 82px)/1 Georgia, serif; }
.interest-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.64); font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }
.interest-direct { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 35px; color: #d1b39f; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.interest-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; }
.interest-form label { display: grid; gap: 9px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.interest-form input, .interest-form select, .interest-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; background: transparent; color: var(--white); font-size: 15px; text-transform: none; }
.interest-form select { background: #11130f; }
.interest-form textarea { resize: vertical; }
.interest-form .full { grid-column: 1 / -1; }
.interest-form .consent { display: flex; align-items: flex-start; gap: 10px; line-height: 1.6; }
.interest-form .consent input { width: 15px; flex: 0 0 auto; margin-top: 1px; }
.interest-form .portal-submit { margin-top: 5px; }
.interest-form .portal-submit:disabled { opacity: .55; cursor: wait; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }
.interest-status { min-height: 24px; margin: 0; font-size: 12px; line-height: 1.6; }
.interest-status.success { color: #bad2ad; }
.interest-status.error { color: #efb2a5; }
.interest-privacy { color: rgba(255,255,255,.42); line-height: 1.6; }
.investment-faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 8vw, 140px); }
.investment-faq h2 { margin: 0; font: 400 clamp(48px, 5vw, 80px)/1 Georgia, serif; }
.investment-faq details { padding: 23px 0; border-top: 1px solid #c7c0b4; }
.investment-faq details:last-child { border-bottom: 1px solid #c7c0b4; }
.investment-faq summary { cursor: pointer; font: 400 23px Georgia, serif; }
.investment-faq details p { color: #625e56; line-height: 1.7; }

@media (max-width: 1050px) {
  .investment-hero { grid-template-columns: 1fr; padding-top: 135px; }
  .investment-hero-mosaic { min-height: 560px; }
  .investment-disclosure { position: relative; left: auto; bottom: auto; grid-column: 1; }
  .investment-project-hero { grid-template-columns: 1fr; }
  .project-hero-images { min-height: 70svh; }
  .model-metrics { grid-template-columns: 1fr 1fr; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .riyad-gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 850px) {
  .investment-section-head, .investment-story, .investment-plan, .interest-section, .investment-faq { grid-template-columns: 1fr; }
  .category-overview { grid-template-columns: 1fr; }
  .category-overview article { min-height: 240px; }
  .investment-filter-panel { grid-template-columns: 1fr; }
  .investment-card { grid-template-columns: 1fr; }
  .investment-card-media { min-height: 78svh; }
  .investment-notice { grid-template-columns: 1fr; gap: 14px; }
  .investment-story { gap: 55px; }
  .riyad-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(260px, 65vw); }
  .riyad-gallery .gallery-tall { grid-row: span 1; }
  .investment-page footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .investment-hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; }
  .investment-hero h1 { font-size: 53px; }
  .investment-hero-mosaic { min-height: 430px; }
  .investment-hero-actions .button { width: 100%; }
  .project-hero-images { min-height: 58svh; }
  .project-hero-copy { padding: 95px 22px 65px; }
  .project-hero-copy h1 { font-size: 60px; }
  .investment-back { margin-bottom: 42px; }
  .investment-facts, .model-metrics, .scenario-grid, .program-grid, .interest-form { grid-template-columns: 1fr; }
  .investment-card dl { grid-template-columns: 1fr; }
  .investment-card-media { min-height: 65svh; }
  .investment-card > div { padding: 38px 22px 48px; }
  .riyad-gallery { grid-template-columns: 1fr; grid-auto-rows: 125vw; }
  .riyad-gallery .gallery-wide { grid-column: span 1; }
  .interest-form .full { grid-column: 1; }
}

/* Investment experience v2 — one decision at a time */
.investment-hub { background: #0d0f0c; }
.investment-hub footer, .investment-project footer { background: #10110e; color: var(--white); }
.investment-page .investment-header { color: var(--white); }
.investment-portal { min-height: 100svh; overflow: hidden; background: #0d0f0c; color: var(--white); }
.investment-selector { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(250px, .34fr) minmax(0, .66fr); grid-template-rows: auto auto 1fr auto; grid-template-areas: "intro path" "intro announce" "intro stage" "legal legal"; column-gap: clamp(45px, 7vw, 130px); padding: 138px clamp(24px, 6vw, 108px) 28px; isolation: isolate; }
.investment-selector::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 82% 30%, rgba(77,176,172,.11), transparent 27%), radial-gradient(circle at 22% 72%, rgba(176,111,69,.12), transparent 28%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, auto, 72px 72px, 72px 72px; }
.investment-selector::after { content: ""; position: absolute; z-index: -1; width: min(45vw, 730px); aspect-ratio: 1; right: -13%; top: 4%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.012), 0 0 0 16vw rgba(255,255,255,.008); }
.selector-intro { grid-area: intro; align-self: center; max-width: 490px; }
.selector-intro h1 { margin: 0; font: 400 clamp(66px, 7.4vw, 122px)/.84 Georgia, serif; letter-spacing: -.06em; }
.selector-intro h1 em, .project-essential-copy h1 em, .project-summary h2 em, .project-visuals h2 em, .project-decision h2 em { color: #d5b49e; font-weight: 400; }
.selector-intro > p:not(.eyebrow) { max-width: 430px; margin: 34px 0 0; color: rgba(255,255,255,.62); font-family: Georgia, serif; font-size: clamp(16px, 1.25vw, 21px); line-height: 1.6; }
.selector-path { grid-area: path; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.selector-path button { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "n label" "n state"; gap: 2px 13px; align-items: center; padding: 16px 20px; border: 0; border-right: 1px solid rgba(255,255,255,.13); background: transparent; color: rgba(255,255,255,.38); text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease; }
.selector-path button:last-child { border-right: 0; }
.selector-path button:disabled { cursor: default; }
.selector-path button[aria-current] { background: rgba(255,255,255,.055); color: var(--white); }
.selector-path button:not(:disabled):hover { color: var(--white); }
.selector-path b { grid-area: n; color: #d5b49e; font: 400 12px Georgia, serif; }
.selector-path span { grid-area: label; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.selector-path small { grid-area: state; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.selector-announcement { grid-area: announce; min-height: 20px; margin: 17px 0 8px; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.selector-stage { grid-area: stage; min-width: 0; align-self: center; }
.selector-panel { min-width: 0; padding: clamp(22px, 3vh, 36px) 0; }
.investment-selector.is-enhanced .selector-panel.is-active { animation: selector-panel-in .26s cubic-bezier(.2,.75,.25,1) both; }
.selector-panel > header { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: clamp(22px, 3.5vh, 38px); }
.selector-panel > header > span { flex: 0 0 auto; color: #d5b49e; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.selector-panel h2 { max-width: 750px; margin: 0; outline: none; font: 400 clamp(38px, 4.1vw, 67px)/.98 Georgia, serif; letter-spacing: -.035em; }
.selector-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.17); }
.selector-city-grid { grid-template-columns: repeat(2, 1fr); }
.selector-choice { position: relative; min-height: clamp(235px, 28vh, 330px); display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; grid-template-areas: "number arrow" "body arrow"; padding: clamp(24px, 2.8vw, 42px); overflow: hidden; border: 0; background: rgba(16,18,14,.95); color: var(--white); text-align: left; cursor: pointer; transition: background .22s ease, color .22s ease, transform .22s ease; }
.selector-choice::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(176,111,69,.3), rgba(77,176,172,.12) 55%, transparent); transform: translateY(102%); transition: transform .36s cubic-bezier(.2,.75,.25,1); }
.selector-choice:hover::before, .selector-choice:focus-visible::before { transform: none; }
.selector-choice:focus-visible { z-index: 2; outline: 2px solid var(--white); outline-offset: -3px; }
.selector-choice.is-coming { color: rgba(255,255,255,.5); }
.selector-choice.is-coming::before { background: linear-gradient(135deg, rgba(255,255,255,.06), transparent); }
.selector-choice.is-notified { animation: selector-notified .42s ease; }
.choice-number, .choice-body, .selector-choice > i { position: relative; z-index: 1; }
.choice-number { grid-area: number; color: rgba(255,255,255,.28); font: 400 clamp(30px, 3vw, 47px)/1 Georgia, serif; }
.choice-body { grid-area: body; align-self: end; display: grid; gap: 9px; }
.choice-body small { color: rgba(255,255,255,.43); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.choice-body strong { font: 400 clamp(28px, 2.55vw, 43px)/1 Georgia, serif; }
.choice-body em { color: #d5b49e; font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.selector-choice.is-coming .choice-body em { color: rgba(255,255,255,.38); }
.selector-choice > i { grid-area: arrow; align-self: center; margin-left: 18px; color: #d5b49e; font-size: 28px; font-style: normal; transition: transform .22s ease; }
.selector-choice:hover > i { transform: translateX(6px); }
.selector-back { margin-top: 22px; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); background: transparent; color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.selector-back:hover, .selector-back:focus-visible { color: var(--white); }
.selector-project-card { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); min-height: min(50vh, 520px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #151712; }
.selector-project-media { position: relative; min-height: 430px; overflow: hidden; }
.selector-project-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,6,.6), transparent 48%); }
.selector-project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.selector-project-media:hover img { transform: scale(1.025); }
.selector-project-media span { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: rgba(255,255,255,.75); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.selector-project-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 63px); }
.selector-project-card > div > p:first-child { margin: 0; color: #d5b49e; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.selector-project-card > div > p:first-child i { margin: 0 9px; color: rgba(255,255,255,.3); font-style: normal; }
.selector-project-card h3 { margin: 20px 0 16px; font: 400 clamp(46px, 5vw, 78px)/.88 Georgia, serif; letter-spacing: -.045em; }
.selector-project-summary { max-width: 540px; margin: 0; color: rgba(255,255,255,.62); font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.selector-project-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.selector-project-card dl div { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); }
.selector-project-card dt { color: rgba(255,255,255,.38); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.selector-project-card dd { margin: 7px 0 0; font: 400 19px Georgia, serif; }
.selector-project-link { display: flex; justify-content: space-between; align-items: center; min-height: 55px; padding: 13px 0; border-top: 1px solid #b06f45; border-bottom: 1px solid #b06f45; color: var(--white); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.selector-project-link i { font-size: 21px; font-style: normal; transition: transform .25s ease; }
.selector-project-link:hover i { transform: translate(5px,-5px); }
.selector-legal { grid-area: legal; max-width: 980px; margin: 18px 0 0; color: rgba(255,255,255,.35); font-size: 8px; line-height: 1.55; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 1180px) and (min-width: 851px) {
  .investment-selector { min-height: 100svh; display: block; padding: 122px 38px 30px; }
  .selector-intro { max-width: 760px; }
  .selector-intro h1 { font-size: clamp(72px, 9vw, 104px); }
  .selector-intro > p:not(.eyebrow) { max-width: 620px; margin-top: 24px; }
  .selector-path { margin-top: 38px; }
  .selector-announcement { margin-bottom: 0; }
  .selector-panel { padding-top: 28px; }
  .selector-choice { min-height: 245px; padding: 27px; }
  .choice-body strong { font-size: clamp(30px, 3.6vw, 40px); }
  .selector-project-card { min-height: 480px; }
  .selector-legal { margin-top: 24px; }
}

/* Concise investment project */
.investment-project { background: var(--paper); color: var(--ink); }
.investment-project main { overflow: hidden; }
.project-essential { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(460px, .94fr); background: #10110e; color: var(--white); }
.project-essential-media { position: relative; min-height: 100svh; overflow: hidden; }
.project-essential-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,6,.55), transparent 44%); }
.project-essential-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.project-essential-media span { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; color: rgba(255,255,255,.72); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.project-essential-copy { display: flex; flex-direction: column; justify-content: center; padding: 125px clamp(35px, 5.5vw, 92px) 58px; }
.project-essential-copy .investment-back { margin-bottom: clamp(32px, 5vh, 58px); color: rgba(255,255,255,.55); }
.project-essential-copy h1 { margin: 0; font: 400 clamp(62px, 7vw, 112px)/.84 Georgia, serif; letter-spacing: -.055em; }
.project-essential-copy .project-subtitle { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-family: Georgia, serif; font-size: clamp(17px, 1.35vw, 22px); line-height: 1.55; }
.project-key-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.project-key-facts div { min-height: 82px; display: flex; flex-direction: column; justify-content: space-between; padding: 13px 12px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.project-key-facts dt { color: rgba(255,255,255,.42); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.project-key-facts dd { margin: 9px 0 0; font: 400 clamp(18px, 1.55vw, 25px) Georgia, serif; }
.project-primary-actions { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; margin-top: 27px; }
.project-download { position: relative; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "kicker icon" "title icon" "meta icon"; padding: 17px 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.04); color: var(--white); isolation: isolate; }
.project-download::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, rgba(176,111,69,.35), rgba(77,176,172,.12)); transform: scaleX(.02); transform-origin: left; transition: transform .42s ease; }
.project-download:hover::before, .project-download:focus-visible::before { transform: none; }
.project-download span { grid-area: kicker; color: #d5b49e; font-size: 7px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-download strong { grid-area: title; margin-top: 5px; font: 400 clamp(18px, 1.7vw, 26px) Georgia, serif; }
.project-download small { grid-area: meta; margin-top: 7px; color: rgba(255,255,255,.45); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.project-download i { grid-area: icon; align-self: center; margin-left: 22px; font-size: 24px; font-style: normal; }
.project-contact-link { padding: 12px 0 8px; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.7); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.project-inline-notice { margin: 20px 0 0; color: rgba(255,255,255,.35); font-size: 8px; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }
.project-summary { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 8vw, 145px); padding: clamp(90px, 10vw, 155px) clamp(24px, 7vw, 120px); background: var(--paper); }
.project-summary h2 { margin: 0; font: 400 clamp(50px, 5.4vw, 88px)/.94 Georgia, serif; letter-spacing: -.04em; }
.project-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; align-self: center; background: #c9c2b6; border: 1px solid #c9c2b6; }
.project-summary-grid article { min-height: 315px; display: flex; flex-direction: column; padding: clamp(27px, 3vw, 43px); background: #ece7de; }
.project-summary-grid span { color: var(--copper); font: 400 12px Georgia, serif; }
.project-summary-grid h3 { margin: auto 0 16px; font: 400 clamp(26px, 2.3vw, 38px) Georgia, serif; }
.project-summary-grid p { margin: 0; color: #676158; line-height: 1.62; }
.project-visuals { padding: clamp(90px, 10vw, 155px) clamp(24px, 6vw, 105px); background: #12130f; color: var(--white); }
.project-visuals > header { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 135px); align-items: end; }
.project-visuals h2 { margin: 0; font: 400 clamp(52px, 5.6vw, 92px)/.92 Georgia, serif; letter-spacing: -.045em; }
.project-visuals > header > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.58); font-family: Georgia, serif; font-size: 18px; line-height: 1.62; }
.project-visual-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 62px; }
.project-visual-grid figure { position: relative; height: clamp(410px, 47vw, 760px); margin: 0; overflow: hidden; background: #24251f; }
.project-visual-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-visual-grid figure:hover img { transform: scale(1.018); }
.project-visual-grid figcaption { position: absolute; right: 17px; bottom: 17px; left: 17px; font-size: 8px; letter-spacing: .14em; text-shadow: 0 2px 12px #000; text-transform: uppercase; }
.project-visual-disclosure { margin: 20px 0 0; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.project-decision { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 150px); padding: clamp(95px, 11vw, 175px) clamp(24px, 7vw, 120px); background: #0f100d; color: var(--white); }
.project-decision h2 { margin: 0; font: 400 clamp(54px, 5.7vw, 94px)/.91 Georgia, serif; letter-spacing: -.045em; }
.project-decision-copy > p:not(.eyebrow,.project-legal) { max-width: 610px; color: rgba(255,255,255,.62); font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.project-download-large { margin-top: 34px; padding: 22px 23px; }
.project-download-large strong { font-size: clamp(22px, 2.1vw, 33px); }
.project-direct { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; color: #d5b49e; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.project-legal { margin-top: 28px; color: rgba(255,255,255,.36); font-size: 9px; line-height: 1.65; }
.compact-interest-form { align-self: center; }
.compact-interest-form .portal-action { background: rgba(255,255,255,.045); backdrop-filter: none; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }
.interest-status { min-height: 24px; margin: 0; font-size: 12px; line-height: 1.6; }
.interest-status.success { color: #bad2ad; }
.interest-status.error { color: #efb2a5; }

/* The film follows the scrollbar directly; avoid expensive blur over video. */
.film-stage .action, .film-stage .portal-action { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(15,16,13,.62); }
.film-stage .copy > .scene-index, .film-stage .copy > .eyebrow, .film-stage .copy > h1, .film-stage .copy > h2, .film-stage .copy > p, .film-stage .copy > .portal-action, .film-stage .copy > .scene-legal, .film-stage .copy > .scroll-cue { transition-duration: .24s, .3s; }

@keyframes selector-panel-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
@keyframes selector-notified { 0%,100% { background: rgba(16,18,14,.95); } 50% { background: rgba(176,111,69,.2); } }

@media (max-width: 1120px) {
  .investment-selector { grid-template-columns: minmax(220px, .3fr) minmax(0, .7fr); column-gap: 45px; padding-right: 34px; padding-left: 34px; }
  .selector-choice { padding: 25px; }
  .project-essential { grid-template-columns: 1fr; }
  .project-essential-media { min-height: 72svh; }
  .project-essential-copy { padding-top: 75px; }
  .project-summary { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
  .investment-selector { min-height: 100svh; display: block; padding: 110px 20px 28px; }
  .selector-intro { max-width: none; }
  .selector-intro h1 { font-size: clamp(58px, 15vw, 92px); }
  .selector-intro > p:not(.eyebrow) { margin-top: 22px; }
  .selector-path { margin-top: 34px; }
  .selector-path button { padding: 13px 9px; gap: 2px 7px; }
  .selector-path b { font-size: 10px; }
  .selector-path span { font-size: 7px; }
  .selector-path small { display: none; }
  .selector-announcement { margin-bottom: 0; }
  .selector-panel { padding-top: 25px; }
  .selector-panel > header { display: block; }
  .selector-panel > header > span { display: block; margin-bottom: 12px; }
  .selector-panel h2 { font-size: clamp(37px, 10vw, 56px); }
  .selector-choice-grid, .selector-city-grid { grid-template-columns: 1fr; }
  .selector-choice { min-height: 132px; padding: 20px; }
  .choice-body strong { font-size: 31px; }
  .selector-project-card { grid-template-columns: 1fr; }
  .selector-project-media { min-height: 58svh; }
  .selector-project-card > div { padding: 31px 22px 38px; }
  .selector-project-card dl { gap: 8px; }
  .selector-legal { margin-top: 25px; }
  .investment-hub footer, .investment-project footer { grid-template-columns: 1fr; }
  .project-essential-media { min-height: 65svh; }
  .project-essential-copy { padding: 62px 22px 55px; }
  .project-essential-copy h1 { font-size: clamp(63px, 17vw, 88px); }
  .project-key-facts { grid-template-columns: 1fr 1fr; }
  .project-primary-actions { grid-template-columns: 1fr; }
  .project-contact-link { justify-self: start; }
  .project-summary { padding-right: 20px; padding-left: 20px; }
  .project-summary-grid { grid-template-columns: 1fr; }
  .project-summary-grid article { min-height: 210px; }
  .project-visuals { padding-right: 20px; padding-left: 20px; }
  .project-visuals > header, .project-decision { grid-template-columns: 1fr; }
  .project-visuals > header { gap: 28px; }
  .project-visual-grid { display: flex; gap: 8px; margin-right: -20px; padding-right: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.35) transparent; }
  .project-visual-grid figure { flex: 0 0 min(78vw, 520px); height: min(105vw, 700px); scroll-snap-align: start; }
  .project-decision { padding-right: 20px; padding-left: 20px; }
}

@media (max-width: 520px) {
  .selector-project-card dl { grid-template-columns: 1fr; }
  .selector-project-card dl div { display: flex; justify-content: space-between; align-items: baseline; }
  .project-key-facts { grid-template-columns: 1fr; }
  .project-key-facts div { min-height: 72px; }
  .project-visual-grid figure { height: 112vw; }
  .compact-interest-form { grid-template-columns: 1fr; }
  .compact-interest-form .full { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .investment-selector.is-enhanced .selector-panel.is-active, .selector-choice.is-notified { animation: none; }
  .selector-choice::before, .selector-project-media img, .project-visual-grid img, .project-download::before { transition: none; }
}
