:root {
  --ink: #07111f;
  --ink-soft: #314052;
  --paper: #f4f2ed;
  --white: #fff;
  --blue: #1769ff;
  --blue-bright: #5ea5ff;
  --line: rgba(7, 17, 31, .14);
  --radius: 28px;
  --max: 1440px;
  --pad: clamp(22px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: 90px; }
img { display: block; width: 100%; }
button { font: inherit; }
em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
::selection { color: white; background: var(--blue); }

.sr-only, .skip-link {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus { z-index: 999; width: auto; height: auto; clip: auto; margin: 10px; padding: 12px 18px; background: #fff; border-radius: 8px; }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; }

.site-header {
  position: fixed; z-index: 100; left: 50%; top: 18px; width: min(calc(100% - 32px), 1320px);
  transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between;
  min-height: 64px; padding: 8px 10px 8px 18px; color: white; background: rgba(7,17,31,.66);
  border: 1px solid rgba(255,255,255,.1); border-radius: 18px; backdrop-filter: blur(18px) saturate(130%);
  transition: background .4s, color .4s, border-color .4s, box-shadow .4s;
}
.site-header.scrolled { color: var(--ink); background: rgba(248,247,244,.82); border-color: rgba(7,17,31,.08); border-radius: 18px; box-shadow: 0 12px 40px rgba(7,17,31,.08); backdrop-filter: blur(22px) saturate(140%); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 650; letter-spacing: -.01em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; letter-spacing: -.05em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); font-size: 13px; font-weight: 560; }
.site-nav > a:not(.nav-pill) { position: relative; }
.site-nav > a:not(.nav-pill)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.site-nav > a:not(.nav-pill):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-pill { padding: 13px 18px; color: var(--ink); background: white; border-radius: 999px; }
.scrolled .nav-pill { color: white; background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px; }
.menu-toggle i { display: block; width: 20px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: 52% 48%; color: white; background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 48% 0 0; background: radial-gradient(circle at 30% 40%, #172b46 0, transparent 52%); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 140px var(--pad) 100px; max-width: 870px; }
.eyebrow, .section-index { margin: 0; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; }
.hero-eyebrow { margin-bottom: clamp(30px, 5vh, 70px); color: #9eb7d7; opacity: 0; animation: enter .8s .2s forwards; }
.hero h1 { margin: 0; font-size: clamp(52px, 6.7vw, 110px); line-height: .92; letter-spacing: -.065em; font-weight: 630; }
.hero h1 span { display: block; opacity: 0; transform: translateY(35px); animation: enter .9s cubic-bezier(.2,.8,.2,1) forwards; }
.hero h1 span:nth-child(1) { animation-delay: .25s; }
.hero h1 span:nth-child(2) { animation-delay: .38s; }
.hero h1 span:nth-child(3) { animation-delay: .51s; }
.hero h1 .accent { color: #b9d7ff; }
.hero-intro { max-width: 570px; margin: 40px 0 0; color: #b7c3d1; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; opacity: 0; animation: enter .8s .7s forwards; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; opacity: 0; animation: enter .8s .82s forwards; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: white; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 14px; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; }
.hero-image-wrap { position: absolute; inset: 0; will-change: transform; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 22%), linear-gradient(0deg, rgba(7,17,31,.48), transparent 50%); }
.hero-image-wrap img { width: 100%; height: 110%; object-fit: cover; object-position: 58% center; }
.hero-glow { position: absolute; z-index: 1; width: 340px; height: 340px; left: -130px; top: 30%; background: #1769ff; border-radius: 50%; filter: blur(110px); opacity: .3; }
.orbit { display: none; }
.orbit-one { width: 290px; height: 290px; right: -120px; top: 14%; }
.orbit-two { width: 80px; height: 80px; right: 10%; top: 20%; background: rgba(23,105,255,.12); backdrop-filter: blur(8px); }
.image-note { position: absolute; z-index: 2; right: var(--pad); bottom: 55px; margin: 0; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; z-index: 3; left: var(--pad); bottom: 26px; display: flex; gap: 12px; align-items: center; color: #8291a3; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.scroll-cue span { width: 35px; height: 1px; background: currentColor; animation: pulse 1.8s infinite; }

.section-pad { padding: clamp(100px, 13vw, 200px) var(--pad); }
.section-index { color: #7f8a98; }
.statement { max-width: var(--max); margin: auto; }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr); gap: 9vw; margin-top: 50px; align-items: end; }
.display-title, .section-heading h2, .about h2, .editorial h2, .contact h2 { margin: 0; font-size: clamp(48px, 7.2vw, 112px); line-height: .98; letter-spacing: -.065em; font-weight: 570; }
.statement-copy { padding-bottom: 8px; }
.statement-copy p { margin: 0 0 22px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }

.principles { max-width: var(--max); margin: auto; padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.principle-card { min-height: 480px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.38); transition: transform .25s, background .35s, color .35s; transform-style: preserve-3d; }
.principle-card:hover { color: white; background: var(--ink); }
.card-number { color: #87919d; font-size: 11px; letter-spacing: .13em; }
.card-symbol { margin: auto; font-size: 76px; font-weight: 200; color: var(--blue); }
.principle-card h3 { margin: 0 0 12px; font-size: 30px; letter-spacing: -.04em; }
.principle-card p { margin: 0; color: #667383; line-height: 1.55; }
.principle-card:hover p { color: #aeb8c4; }

.manifesto { height: 260vh; color: white; background: var(--ink); }
.manifesto-sticky { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 100px var(--pad); overflow: hidden; }
.manifesto-sticky::before { content: ""; position: absolute; width: 60vw; height: 60vw; top: 15%; right: -30%; border-radius: 50%; background: var(--blue); filter: blur(180px); opacity: .13; }
.manifesto .section-index { margin-bottom: 8vh; color: #758398; }
.manifesto-quote { position: relative; z-index: 1; max-width: 1250px; margin: 0; font-size: clamp(50px, 8vw, 126px); line-height: .94; letter-spacing: -.065em; font-weight: 590; }
.manifesto-quote span { color: rgba(255,255,255,.16); transition: color .3s; }
.manifesto-quote span.active { color: white; }
.manifesto-quote span:last-child.active { color: var(--blue-bright); }
.manifesto-line { position: relative; width: 100%; height: 1px; margin-top: 9vh; background: rgba(255,255,255,.14); }
.manifesto-line i { display: block; width: 100%; height: 100%; background: var(--blue-bright); transform: scaleX(var(--manifesto-progress, 0)); transform-origin: left; }

.expertise { max-width: var(--max); margin: auto; }
.section-heading { display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(50px, 7vw, 104px); }
.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(350px, 42vw)); gap: 16px; }
.bento { position: relative; min-height: 0; padding: clamp(28px, 4vw, 56px); border-radius: var(--radius); overflow: hidden; }
.bento-label { position: relative; z-index: 2; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.bento h3 { position: relative; z-index: 2; margin: 15% 0 20px; font-size: clamp(44px, 6vw, 86px); line-height: .92; letter-spacing: -.06em; }
.bento p { position: relative; z-index: 2; max-width: 420px; line-height: 1.5; }
.bento-main { grid-row: span 2; color: white; background: var(--ink); }
.bento-main p { color: #aeb8c4; }
.bento-orb { position: absolute; left: 10%; bottom: -18%; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #76b7ff, #1769ff 38%, #07111f 75%); box-shadow: 0 0 120px rgba(23,105,255,.35); }
.bento-light { background: #e7e3da; }
.bento-blue { color: white; background: var(--blue); }
.bento-big { margin: 20% 0 16px; font-size: clamp(52px, 7vw, 92px); line-height: .9 !important; letter-spacing: -.065em; }
.bento-image { padding: 0; min-height: 600px; }
.bento-image img { height: 100%; object-fit: cover; object-position: center 34%; }
.bento-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,17,31,.45), transparent 45%); }
.bento-image .bento-label { position: absolute; left: 35px; bottom: 30px; z-index: 2; color: white; }

.about { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: center; }
.about-visual { min-width: 0; }
.about-image { height: min(76vh, 880px); overflow: hidden; border-radius: 220px 220px var(--radius) var(--radius); }
.about-image img { height: 115%; object-fit: cover; object-position: 35% center; }
.photo-caption { display: block; margin-top: 16px; color: #6e7884; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.about-copy .section-index { margin-bottom: 50px; }
.about h2 { font-size: clamp(48px, 6vw, 90px); }
.about-text { max-width: 580px; margin-top: 45px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.facts { margin: 50px 0 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 1fr 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.facts dt { font-weight: 650; }
.facts dd { margin: 0; color: #77818c; }

.editorial { position: relative; min-height: 100vh; color: white; background: var(--ink); overflow: hidden; }
.editorial-bg { position: absolute; inset: 0 0 0 52%; }
.editorial-bg img { height: 100%; object-fit: cover; object-position: 52% center; filter: grayscale(.2) brightness(.58); }
.editorial-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 55%), linear-gradient(0deg, var(--ink), transparent 40%); }
.editorial-content { position: relative; z-index: 2; max-width: var(--max); margin: auto; }
.editorial .section-index { color: #718198; }
.editorial h2 { max-width: 980px; margin-top: 60px; font-size: clamp(56px, 8vw, 120px); }
.editorial-intro { max-width: 620px; margin: 40px 0 70px; color: #a8b4c3; font-size: 18px; line-height: 1.6; }
.social-list { max-width: 720px; }
.social-list a { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.16); transition: padding .25s, color .25s; }
.social-list a:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.social-list a:hover { padding-left: 12px; color: var(--blue-bright); }
.social-list span { font-size: 25px; font-weight: 600; }
.social-list small { color: #8390a1; font-size: 12px; }
.social-list i { font-style: normal; font-size: 24px; }

.contact { max-width: var(--max); margin: auto; }
.contact-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; margin-top: 55px; }
.contact h2 { font-size: clamp(58px, 8vw, 120px); }
.contact-side { padding-bottom: 10px; }
.contact-side p { margin: 0 0 30px; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.button-dark { color: white; background: var(--ink); }
.contact-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 100px; padding-top: 24px; border-top: 1px solid var(--line); color: #6e7884; font-size: 13px; }
.contact-meta a { border-bottom: 1px solid currentColor; }
.contact-emails { display: flex; align-items: flex-end; flex-direction: column; gap: 10px; }
.contact-emails small { margin-left: 5px; font-size: 9px; font-weight: 750; letter-spacing: .12em; }

.site-footer { padding: 80px var(--pad) 35px; color: white; background: var(--ink); }
.footer-top { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand { font-size: 16px; }
.footer-top p { margin: 0; color: #93a0af; line-height: 1.55; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; color: #93a0af; font-size: 13px; }
.footer-links a:hover, .footer-cookie-button:hover { color: white; }
.footer-cookie-button { padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; font: inherit; }
.footer-legal { max-width: var(--max); margin: 80px auto 0; padding-top: 28px; display: flex; gap: 34px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #a3adba; font-size: 13px; line-height: 1.65; }
.footer-legal p { margin: 0; }

.cookie-notice {
  position: fixed; z-index: 900; left: 50%; bottom: 22px; width: min(calc(100% - 32px), 1120px);
  padding: 24px 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center;
  color: white; background: rgba(7,17,31,.96); border: 1px solid rgba(255,255,255,.13); border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,.34); backdrop-filter: blur(24px) saturate(140%);
  opacity: 0; transform: translate(-50%, 28px); transition: opacity .4s, transform .4s;
}
.cookie-notice[hidden] { display: none; }
.cookie-notice.visible { opacity: 1; transform: translate(-50%, 0); }
.cookie-icon { display: grid; place-items: center; width: 54px; height: 54px; color: var(--blue-bright); border: 1px solid rgba(94,165,255,.5); border-radius: 50%; font-size: 27px; }
.cookie-copy { max-width: 720px; }
.cookie-kicker { margin: 0 0 6px !important; color: #8ba9ce !important; font-size: 9px !important; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.cookie-copy h2 { margin: 0 0 7px; font-size: 22px; letter-spacing: -.035em; }
.cookie-copy p { margin: 0; color: #aeb9c7; font-size: 13px; line-height: 1.5; }
.cookie-copy a { display: inline-block; margin-top: 9px; color: #dbeaff; border-bottom: 1px solid rgba(219,234,255,.45); font-size: 11px; }
.cookie-confirm { min-width: 125px; min-height: 48px; color: var(--ink); background: white; cursor: pointer; border: 0; }
.cookie-close { position: absolute; top: 10px; right: 13px; width: 34px; height: 34px; color: #9eabbc; border: 0; background: transparent; cursor: pointer; font-size: 23px; line-height: 1; }
.cookie-close:hover { color: white; }

.reveal { opacity: 0; transform: translateY(50px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes enter { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 50% { transform: scaleX(.4); transform-origin: left; } }

@media (max-width: 900px) {
  .site-header { top: 10px; min-height: 58px; }
  .menu-toggle { position: relative; z-index: 3; display: block; color: inherit; }
  .menu-open .brand { position: relative; z-index: 3; color: white; }
  .menu-open .menu-toggle i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: -10px -16px auto; height: 100svh; padding: 130px 30px 40px; flex-direction: column; align-items: flex-start; gap: 20px; color: white; background: var(--ink); transform: translateY(-105%); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
  .site-nav a { font-size: 34px; letter-spacing: -.04em; }
  .site-nav .nav-pill { margin-top: 20px; color: var(--ink); font-size: 16px; }
  .menu-open .site-nav { transform: translateY(0); }
  .hero { min-height: 1100px; grid-template-columns: 1fr; grid-template-rows: 700px 400px; }
  .hero-copy { align-self: stretch; padding-top: 130px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(52px, 12vw, 86px); }
  .hero-visual { grid-row: 2; }
  .hero-image-wrap::after { background: linear-gradient(180deg, var(--ink) 0, transparent 32%), linear-gradient(0deg, rgba(7,17,31,.45), transparent 60%); }
  .hero-image-wrap img { object-position: 58% 30%; }
  .image-note { display: none; }
  .scroll-cue { display: none; }
  .statement-grid, .section-heading, .about, .contact-grid { grid-template-columns: 1fr; }
  .statement-grid { gap: 50px; }
  .principles { grid-template-columns: 1fr; }
  .principle-card { min-height: 380px; }
  .manifesto { height: 220vh; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .bento { min-height: 420px; }
  .bento-main { grid-row: auto; min-height: 650px; }
  .bento-image { min-height: 620px; }
  .about { gap: 70px; }
  .about-visual { order: 2; }
  .about-image { height: 70vh; }
  .editorial-bg { inset: 45% 0 0 20%; opacity: .55; }
  .editorial-content { padding-bottom: 350px; }
  .contact-side { max-width: 520px; }
  .contact-meta { flex-direction: column; }
  .contact-emails { align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-legal { flex-direction: column; }
  .cookie-notice { grid-template-columns: 1fr auto; }
  .cookie-icon { display: none; }
  .cookie-copy { padding-right: 20px; }
}

@media (max-width: 560px) {
  :root { --radius: 22px; }
  .hero { min-height: 1080px; grid-template-rows: 690px 390px; }
  .hero-copy { padding-bottom: 35px; }
  .hero h1 { font-size: 15vw; }
  .hero-intro { margin-top: 28px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 30px; }
  .section-pad { padding-top: 95px; padding-bottom: 95px; }
  .display-title, .section-heading h2, .about h2, .contact h2 { font-size: 13.5vw; }
  .manifesto-quote { font-size: 13vw; }
  .social-list a { grid-template-columns: 1fr auto; }
  .social-list small { grid-column: 1; }
  .social-list i { grid-row: 1 / 3; grid-column: 2; }
  .bento-main { min-height: 540px; }
  .bento-image { min-height: 520px; }
  .contact-meta { font-size: 11px; }
  .cookie-notice { bottom: 10px; width: calc(100% - 20px); padding: 23px 20px 18px; grid-template-columns: 1fr; gap: 16px; border-radius: 20px; }
  .cookie-copy { padding-right: 12px; }
  .cookie-copy h2 { font-size: 21px; }
  .cookie-copy p { font-size: 12px; }
  .cookie-confirm { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  [data-parallax] { transform: none !important; }
}
