:root{
  --ink:#07142f;
  --blue:#17326d;
  --blue-2:#2a56a8;
  --blue-3:#6d91dc;
  --gold:#f2c94c;
  --paper:#fbfbfd;
  --white:#fff;
  --soft:#f3f6fb;
  --muted:#687086;
  --line:rgba(7,20,47,.10);
  --shadow:0 30px 90px rgba(9,25,61,.12);
  --max:1240px;
  --apple-blue:#0071e3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",Arial,sans-serif;font-size:17px;line-height:1.47059;letter-spacing:-.022em;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.is-entering{opacity:0}
body.page-ready{opacity:1;transition:opacity .55s ease}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
button{color:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--blue-2)}
.eyebrow.light{color:#f7d96d}
.small{font-size:14px;color:var(--muted)}
.muted{color:var(--muted)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .85s cubic-bezier(.2,.75,.2,1),transform .85s cubic-bezier(.2,.75,.2,1)}
.reveal.visible{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}

/* Navigation - Apple-like compact bar */
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,251,253,.78);backdrop-filter:saturate(180%) blur(22px);-webkit-backdrop-filter:saturate(180%) blur(22px);border-bottom:1px solid rgba(0,0,0,.055)}
.nav-shell,.nav{height:44px;width:min(1080px,calc(100% - 36px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.nav-mark{width:30px;height:30px;display:grid;place-items:center;transition:transform .25s ease}.nav-mark:hover{transform:scale(1.06)}.nav-mark img{width:30px;height:30px}
.logo img{width:172px}.logo{display:flex;align-items:center}
.nav-links{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}
.nav-links a{font-size:12px;font-weight:500;white-space:nowrap;color:rgba(7,20,47,.78);transition:color .2s ease,opacity .2s ease}
.nav-links a:hover,.nav-links a.active{color:#000}
.nav-actions{display:flex;align-items:center;gap:8px}.lang-switch,.entry-lang{display:flex;align-items:center;gap:2px}.lang-switch button,.entry-lang button{border:0;background:transparent;padding:6px 7px;border-radius:999px;font-size:11px;font-weight:700;opacity:.48;cursor:pointer}.lang-switch button.active,.entry-lang button.active{opacity:1;background:rgba(7,20,47,.07)}
.menu-btn{display:none;border:0;background:transparent;width:34px;height:34px;position:relative;cursor:pointer}.menu-btn span{position:absolute;left:8px;right:8px;height:1px;background:var(--ink);transition:.25s ease}.menu-btn span:first-child{top:13px}.menu-btn span:last-child{top:20px}.menu-btn[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-btn[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}

/* Landing */
.entry-page{min-height:100vh;background:radial-gradient(circle at 70% 25%,#17356d 0,#0b1c42 30%,#06112e 67%,#040b1e 100%);color:white;overflow:hidden;position:relative}
.entry-atmosphere{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 84%,rgba(242,201,76,.11),transparent 28%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,64px 64px,64px 64px;mask-image:radial-gradient(circle at center,#000,transparent 86%)}
.entry-nav{position:absolute;top:24px;left:32px;right:32px;z-index:10;display:flex;align-items:center;justify-content:space-between}.entry-mini-logo img{width:44px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.25))}.entry-lang button{color:white}.entry-lang button.active{background:rgba(255,255,255,.12)}
.entry-main{min-height:100vh;width:min(1280px,calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px;position:relative;z-index:2}.entry-content{max-width:630px;padding-top:30px}.entry-title{font-size:clamp(64px,7.5vw,116px);line-height:.92;letter-spacing:-.06em;margin:16px 0 26px;font-weight:700}.entry-content p{font-size:clamp(19px,1.7vw,26px);line-height:1.28;letter-spacing:-.035em;color:rgba(255,255,255,.72);max-width:580px;margin:0 0 34px}.entry-button{display:inline-flex;align-items:center;gap:14px;padding:13px 20px;border-radius:999px;background:var(--gold);color:var(--ink);font-size:15px;font-weight:700;box-shadow:0 14px 40px rgba(242,201,76,.18);transition:transform .25s ease,box-shadow .25s ease}.entry-button:hover{box-shadow:0 20px 55px rgba(242,201,76,.26)}.entry-scene{height:min(76vh,760px);min-height:580px;position:relative}

/* Shared 3D emblem */
.be-3d,.entry-scene{position:relative;perspective:1400px;transform-style:preserve-3d}.orbit-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.logo-depth{position:absolute;left:50%;top:50%;width:clamp(230px,28vw,390px);aspect-ratio:1;transform:translate(-50%,-50%) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) translateZ(40px);transform-style:preserve-3d;transition:transform .14s ease-out;will-change:transform}.logo-disc{position:absolute;inset:9%;border-radius:50%;background:rgba(255,255,255,.90);border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 0 0 1px rgba(23,50,109,.04),0 35px 70px rgba(13,35,82,.16);backdrop-filter:blur(24px);display:grid;place-items:center;transform:translateZ(28px)}.logo-disc img{width:86%;height:86%;filter:drop-shadow(0 18px 24px rgba(13,35,82,.08))}.logo-halo{position:absolute;inset:-9%;border-radius:50%;background:radial-gradient(circle,rgba(66,109,195,.20),rgba(66,109,195,.05) 45%,transparent 70%);filter:blur(18px);transform:translateZ(-40px)}.logo-reflection{position:absolute;left:17%;right:17%;bottom:-18%;height:18%;border-radius:50%;background:radial-gradient(ellipse,rgba(21,47,102,.20),transparent 70%);filter:blur(16px);transform:rotateX(72deg) translateZ(-50px)}.logo-depth.dark .logo-disc{background:rgba(255,255,255,.94);box-shadow:0 42px 95px rgba(0,0,0,.32)}

/* Hero */
.home-hero{min-height:calc(100vh - 44px);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:84px 0 0;background:linear-gradient(180deg,#fff 0,#fbfbfd 54%,#f3f6fb 100%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.hero-glow-a{width:620px;height:620px;background:radial-gradient(circle,rgba(39,79,158,.12),transparent 70%);right:-210px;top:-180px}.hero-glow-b{width:420px;height:420px;background:radial-gradient(circle,rgba(242,201,76,.09),transparent 70%);left:-120px;bottom:-180px}
.hero-center{text-align:center;position:relative;z-index:3}.hero-title{font-size:clamp(58px,7vw,102px);font-weight:700;line-height:.94;letter-spacing:-.058em;max-width:1080px;margin:15px auto 18px}.hero-subtitle{font-size:clamp(20px,2vw,29px);line-height:1.2;letter-spacing:-.035em;color:#626b80;max-width:810px;margin:0 auto}.hero-actions{display:flex;justify-content:center;gap:26px;margin-top:27px;flex-wrap:wrap}.apple-link{display:inline-flex;align-items:center;gap:7px;color:var(--apple-blue);font-size:17px;font-weight:500;letter-spacing:-.02em}.apple-link span:last-child{font-size:27px;line-height:.7;transition:transform .2s ease}.apple-link:hover span:last-child{transform:translateX(3px)}
.hero-object-wrap{width:min(920px,94vw);height:min(55vh,560px);min-height:420px;position:relative;margin-top:2px;z-index:2}.be-3d{width:100%;height:100%}.scroll-cue{position:absolute;bottom:20px;left:50%;width:22px;height:38px;border:1px solid rgba(7,20,47,.15);border-radius:999px;transform:translateX(-50%)}.scroll-cue span{width:4px;height:7px;border-radius:4px;background:var(--blue-2);position:absolute;left:50%;top:8px;transform:translateX(-50%);animation:scrollcue 1.7s ease-in-out infinite}@keyframes scrollcue{0%,100%{opacity:.2;transform:translate(-50%,0)}50%{opacity:1;transform:translate(-50%,11px)}}

/* Intro */
.intro-section{padding:150px 0 160px;background:#fff}.intro-grid{display:grid;grid-template-columns:.32fr .68fr;gap:70px;align-items:start}.intro-kicker{font-size:21px;font-weight:600;letter-spacing:-.03em;color:var(--blue-2);padding-top:13px}.intro-copy h2{font-size:clamp(50px,6.3vw,92px);font-weight:700;letter-spacing:-.055em;line-height:.98;margin:0 0 34px}.intro-copy p{font-size:clamp(22px,2.6vw,36px);line-height:1.22;letter-spacing:-.04em;color:#707789;max-width:930px;margin:0}

/* Sticky research lenses */
.story-section{position:relative;background:#07142f;color:white}.story-sticky{position:sticky;top:44px;height:calc(100vh - 44px);overflow:hidden;display:flex;align-items:center}.story-spacer{height:210vh}.story-bg-orb{position:absolute;border-radius:50%;filter:blur(20px);opacity:.52}.orb-a{width:560px;height:560px;background:radial-gradient(circle,rgba(62,108,203,.36),transparent 70%);right:-140px;top:-180px}.orb-b{width:420px;height:420px;background:radial-gradient(circle,rgba(242,201,76,.13),transparent 70%);left:-160px;bottom:-180px}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;position:relative;z-index:2}.story-copy h2{font-size:clamp(44px,5vw,78px);line-height:.98;letter-spacing:-.055em;margin:15px 0 36px;max-width:720px}.story-steps{display:grid;gap:4px;max-width:650px}.story-step{display:grid;grid-template-columns:46px 1fr;gap:18px;padding:20px 0;border-top:1px solid rgba(255,255,255,.10);opacity:.3;transition:opacity .45s ease,transform .45s ease}.story-step.active{opacity:1;transform:translateX(8px)}.story-step>span{font-size:13px;color:#f5d66a;font-weight:700;padding-top:4px}.story-step h3{font-size:27px;line-height:1.05;letter-spacing:-.04em;margin:0 0 6px}.story-step p{font-size:16px;color:rgba(255,255,255,.68);max-width:520px;margin:0}.story-visual{position:relative;aspect-ratio:1;max-height:690px;transform-style:preserve-3d;perspective:1000px}.story-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(255,255,255,.14);border-radius:50%;transform:translate(-50%,-50%) rotateX(67deg);transition:transform .75s cubic-bezier(.2,.75,.2,1)}.story-ring.ring-a{width:92%;height:92%}.story-ring.ring-b{width:68%;height:68%;transform:translate(-50%,-50%) rotateX(67deg) rotateZ(38deg)}.story-ring.ring-c{width:43%;height:43%;transform:translate(-50%,-50%) rotateX(67deg) rotateZ(-28deg)}.story-core{position:absolute;left:50%;top:50%;width:174px;height:174px;transform:translate(-50%,-50%) translateZ(80px);display:grid;place-items:center;z-index:4;border-radius:50%;overflow:hidden}.story-core-logo{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.lens{position:absolute;width:175px;height:175px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06));box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 25px 70px rgba(0,0,0,.20);backdrop-filter:blur(22px);transition:transform .8s cubic-bezier(.2,.75,.2,1),opacity .5s ease,filter .5s ease}.lens span{font-size:12px;color:#f6d86e}.lens strong{font-size:19px;letter-spacing:-.03em}.lens-identity{left:4%;top:13%}.lens-perception{right:1%;top:31%}.lens-communication{left:27%;bottom:3%}.story-section[data-active="0"] .lens-identity,.story-section[data-active="1"] .lens-perception,.story-section[data-active="2"] .lens-communication{transform:scale(1.12) translateZ(45px);background:linear-gradient(145deg,rgba(74,119,215,.58),rgba(255,255,255,.09));filter:drop-shadow(0 30px 45px rgba(0,0,0,.22))}

/* Research infographic */
.research-system-section{padding:155px 0 145px;background:linear-gradient(180deg,#fff,#f6f8fc)}.section-heading.centered{text-align:center;max-width:900px;margin:0 auto 70px}.section-heading h2{font-size:clamp(48px,5.6vw,80px);line-height:.98;letter-spacing:-.055em;margin:14px 0 22px}.section-heading p{font-size:21px;line-height:1.3;letter-spacing:-.03em;color:var(--muted);max-width:720px;margin:0 auto}.section-heading.split{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:44px}.section-heading.split h2{font-size:clamp(42px,4.7vw,70px);line-height:.98;letter-spacing:-.05em;margin:13px 0 0;max-width:820px}
.research-flow{height:510px;position:relative;max-width:1180px;margin:0 auto}.flow-lines{position:absolute;inset:50px 0 0;width:100%;height:360px;overflow:visible}.flow-path{fill:none;stroke:rgba(42,86,168,.18);stroke-width:2;stroke-dasharray:7 9;animation:dash 16s linear infinite}@keyframes dash{to{stroke-dashoffset:-160}}
.flow-node{position:absolute;width:285px;min-height:215px;border-radius:34px;background:rgba(255,255,255,.78);border:1px solid rgba(7,20,47,.07);box-shadow:0 28px 75px rgba(13,34,80,.09);padding:28px;backdrop-filter:blur(24px);transform-style:preserve-3d;transition:box-shadow .3s ease,transform .16s ease-out}.flow-node:hover{box-shadow:0 36px 90px rgba(13,34,80,.14)}.flow-node h3{font-size:30px;line-height:1;letter-spacing:-.04em;margin:19px 0 10px}.flow-node p{font-size:16px;color:#6c7487;margin:0}.flow-index{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;font-size:12px;font-weight:700}.node-1{left:0;top:40px}.node-2{left:50%;top:210px;transform:translateX(-50%)}.node-3{right:0;top:55px}.center-action{text-align:center}.pill-button,.white-button{display:inline-flex;align-items:center;gap:11px;border-radius:999px;padding:14px 21px;font-size:15px;font-weight:600}.pill-button{background:var(--blue);color:white;box-shadow:0 14px 34px rgba(23,50,109,.16)}

/* Statement */
.statement-panel-section{padding:25px 0 145px;background:#f6f8fc}.statement-panel{min-height:520px;border-radius:46px;background:radial-gradient(circle at 80% 20%,#274f9e 0,#17326d 32%,#0a1a3e 72%);color:white;position:relative;overflow:hidden;padding:72px;display:flex;align-items:center}.statement-panel:before,.statement-panel:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.09)}.statement-panel:before{width:520px;height:520px;right:-110px;top:-200px;box-shadow:0 0 0 78px rgba(255,255,255,.025),0 0 0 156px rgba(255,255,255,.014)}.statement-panel:after{width:220px;height:220px;left:-90px;bottom:-70px}.statement-noise{position:absolute;inset:0;opacity:.17;background-image:radial-gradient(rgba(255,255,255,.9) .5px,transparent .5px);background-size:8px 8px;mask-image:linear-gradient(90deg,#000,transparent 66%)}.statement-panel p{position:relative;z-index:2;font-size:clamp(34px,4vw,61px);line-height:1.08;letter-spacing:-.05em;font-weight:600;max-width:970px;margin:0}.quote-mark{position:absolute;left:64px;top:14px;font-size:130px;line-height:1;color:rgba(242,201,76,.55);font-family:Georgia,serif}.statement-mark{position:absolute;right:72px;bottom:55px;width:105px;height:105px;border-radius:50%;background:white;display:grid;place-items:center;box-shadow:0 25px 60px rgba(0,0,0,.25);z-index:3}.statement-mark img{width:90%}

/* Publications */
.publications-section{padding:150px 0;background:#fff}.publication-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.publication-card{min-height:465px;border-radius:38px;background:#f5f5f7;position:relative;overflow:hidden;padding:32px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(7,20,47,.05);transform-style:preserve-3d;transition:box-shadow .3s ease,transform .16s ease-out}.publication-card:hover{box-shadow:0 32px 80px rgba(9,25,61,.11)}.feature-publication{background:linear-gradient(145deg,#0c1d43,#21498f);color:white}.pub-orb{position:absolute;width:390px;height:390px;border-radius:50%;right:-100px;top:20px;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.42),rgba(84,132,222,.3) 30%,rgba(10,28,67,.12) 65%,transparent 70%);box-shadow:inset -30px -40px 70px rgba(0,0,0,.2);filter:saturate(1.05)}.pub-top,.pub-bottom{position:relative;z-index:2}.pub-top{display:flex;justify-content:space-between;gap:20px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.publication-card:not(.feature-publication) .pub-top{color:var(--blue-2)}.pub-bottom h3{font-size:clamp(30px,3.2vw,48px);line-height:1.04;letter-spacing:-.045em;margin:0 0 13px}.publication-card:not(.feature-publication) .pub-bottom h3{font-size:32px}.pub-bottom p{font-size:15px;color:rgba(255,255,255,.68);margin:0}.publication-card:not(.feature-publication) .pub-bottom p{color:var(--muted)}

/* Participate */
.participate-section{padding:20px 0 150px;background:#fff}.participate-card{min-height:600px;border-radius:48px;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 34%,#375fae 0,#17326d 38%,#091936 76%);color:white;display:flex;align-items:center;padding:70px 72px;box-shadow:0 38px 100px rgba(7,20,47,.16)}.mini-orbit{position:absolute;right:-3%;top:0;width:58%;height:100%;opacity:.9}.participate-content{position:relative;z-index:3;max-width:670px}.participate-content h2{font-size:clamp(46px,5.6vw,82px);line-height:.98;letter-spacing:-.055em;margin:15px 0 23px}.participate-content p{font-size:20px;color:rgba(255,255,255,.7);max-width:570px;margin:0 0 30px}.white-button{background:white;color:var(--ink);box-shadow:0 16px 44px rgba(0,0,0,.16)}

/* Generic interior pages */
.page-hero{position:relative;overflow:hidden;padding:92px 0 82px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 83% 20%,rgba(42,86,168,.10),transparent 30%),linear-gradient(180deg,#fff,#f7f9fc)}.page-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:72px;align-items:center}.page-hero-copy{min-width:0}.page-hero-visual{display:grid;place-items:center;min-height:390px}.brand-orbit-page{width:clamp(285px,25vw,360px)}.page-hero .h1,.h1{font-size:clamp(54px,6.2vw,90px);line-height:.96;letter-spacing:-.055em;font-weight:700;margin:14px 0 0;max-width:950px}.page-hero .lead,.lead{font-size:clamp(20px,2.1vw,28px);line-height:1.24;letter-spacing:-.035em;color:#666f84;max-width:820px;margin:24px 0 0}.section{padding:110px 0}.section-tight{padding:70px 0}.page-grid{display:grid;grid-template-columns:.28fr .72fr;gap:80px;align-items:start}.sticky-aside{position:sticky;top:98px}.aside-nav{display:grid;gap:3px;margin-top:18px}.aside-nav a{padding:8px 0;font-size:14px;color:#747c8f;transition:color .2s ease,transform .2s ease}.aside-nav a:hover{color:var(--ink);transform:translateX(4px)}.prose{font-size:20px;line-height:1.55;letter-spacing:-.025em}.prose h2{font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.045em;margin:74px 0 22px}.prose h2:first-child{margin-top:0}.prose p{color:#4d566b;max-width:850px}.quote{font-size:clamp(25px,2.7vw,38px);line-height:1.25;letter-spacing:-.04em;border-left:4px solid var(--gold);padding:8px 0 8px 28px;margin:48px 0;color:var(--ink)}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 0}.pill{padding:9px 14px;border-radius:999px;background:white;border:1px solid var(--line);font-size:13px;color:#535d73;box-shadow:0 8px 26px rgba(9,25,61,.035)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{background:white;border:1px solid rgba(7,20,47,.06);border-radius:34px;padding:32px;box-shadow:0 16px 44px rgba(9,25,61,.05);transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(9,25,61,.10)}.card-index{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef3fc;color:var(--blue);font-size:12px;font-weight:700;margin-bottom:36px}.h2{font-size:clamp(45px,5vw,74px);line-height:.98;letter-spacing:-.052em;margin:0}.h3{font-size:28px;line-height:1.08;letter-spacing:-.035em;margin:0}.card p{color:#687086}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-head .lead{font-size:20px;max-width:580px;margin:0}.section-blue{background:#07142f;color:white;position:relative;overflow:hidden}.section-blue .lead,.section-blue .small,.section-blue .muted,.section-blue .card p{color:rgba(255,255,255,.67)}.section-blue .eyebrow{color:#f5d76a}.dark-card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.11);box-shadow:none}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12);margin-top:50px}.metric{padding:30px 20px 10px 0;border-right:1px solid rgba(255,255,255,.12)}.metric:last-child{border-right:0}.metric .num{font-size:42px;display:block;letter-spacing:-.05em}.metric span:last-child{font-size:14px;color:rgba(255,255,255,.58)}
.timeline{display:grid;gap:0}.timeline-item{display:grid;grid-template-columns:150px 1fr;gap:30px;padding:30px 0;border-top:1px solid var(--line)}.timeline-item strong{color:var(--blue);font-size:15px}.team-card{min-height:330px;display:flex;flex-direction:column;justify-content:space-between}.avatar-placeholder{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#fff,#dce6f8);box-shadow:inset 0 0 0 1px rgba(23,50,109,.08);font-weight:700;color:var(--blue)}
.publication{display:grid;grid-template-columns:140px 1fr auto;gap:28px;align-items:center;padding:30px 0;border-top:1px solid var(--line)}.publication:last-child{border-bottom:1px solid var(--line)}.pub-tag{width:max-content;padding:7px 10px;border-radius:999px;background:#edf2fb;color:var(--blue);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.pub-title{font-size:25px;font-weight:700;line-height:1.15;letter-spacing:-.035em}.pub-meta{font-size:14px;color:var(--muted);margin-top:7px}.pub-arrow{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;transition:.2s ease}.publication:hover .pub-arrow{background:var(--blue);color:white;transform:translate(3px,-3px)}
.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:20px}.contact-panel,.contact-form{border-radius:38px;padding:44px}.contact-panel{background:radial-gradient(circle at 80% 20%,#2e58a6,#17326d 42%,#0a1a3e 100%);color:white;min-height:560px}.contact-panel .small{color:rgba(255,255,255,.65)}.contact-panel a{text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);text-underline-offset:4px}.contact-form{background:white;border:1px solid var(--line);box-shadow:0 25px 70px rgba(9,25,61,.07)}.field{display:grid;gap:8px;margin-bottom:18px}.field label{font-size:13px;font-weight:700}.field input,.field textarea{width:100%;border:1px solid rgba(7,20,47,.13);border-radius:15px;padding:14px 15px;background:#fbfbfd;outline:none;transition:border .2s ease,box-shadow .2s ease}.field input:focus,.field textarea:focus{border-color:#6c91da;box-shadow:0 0 0 4px rgba(42,86,168,.09)}.field textarea{min-height:160px;resize:vertical}.form-status{font-size:14px;color:var(--muted);margin-top:15px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:999px;border:0;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background:var(--apple-blue);color:white}.btn-secondary{background:white;border:1px solid var(--line);color:var(--ink)}.btn:hover{transform:translateY(-2px)}

/* Footer */
.footer{background:#f5f5f7;color:#5d6474;padding:58px 0 24px;margin-top:0;border-top:1px solid rgba(0,0,0,.05)}.footer-inner,.footer-grid{display:grid;grid-template-columns:1.2fr .65fr .85fr;gap:60px}.footer-brand img,.footer-logo img{width:190px;margin-bottom:18px}.footer-brand p,.footer-logo p{font-size:14px;line-height:1.5;max-width:390px}.footer-col,.footer-links{display:grid;align-content:start;gap:9px}.footer-col strong,.footer-grid strong{font-size:13px;color:#333846;margin-bottom:4px}.footer-col a,.footer-links a{font-size:13px;color:#6a7181}.footer-col a:hover,.footer-links a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(7,20,47,.09);margin-top:36px;padding-top:18px;font-size:13px;color:#7a8090}

/* Pointer interactions */
.magnetic{will-change:transform;transition:transform .18s ease-out}.tilt-card{will-change:transform}.story-step,.flow-node,.publication-card,.participate-card{backface-visibility:hidden}

@media (max-width:1100px){
  .nav-links{gap:19px}.story-grid{grid-template-columns:1fr 1fr}.lens{width:145px;height:145px}.story-core{width:145px;height:145px}.publication-grid{grid-template-columns:1fr 1fr}.hero-title{font-size:clamp(56px,8vw,88px)}
}
@media (max-width:900px){
  .container{width:min(var(--max),calc(100% - 32px))}.nav-shell,.nav{width:calc(100% - 24px)}.nav-links{position:fixed;top:44px;left:12px;right:12px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 25px 70px rgba(7,20,47,.14);backdrop-filter:blur(24px)}.nav-links.open{display:flex}.nav-links a{font-size:15px;padding:12px 14px;border-radius:12px}.menu-btn{display:block}.logo img{width:150px}.entry-main{grid-template-columns:1fr;width:calc(100% - 40px);padding:110px 0 40px}.entry-content{max-width:740px;z-index:3}.entry-scene{position:absolute;right:-25%;top:17%;width:78%;height:68%;opacity:.55}.intro-grid{grid-template-columns:1fr;gap:25px}.story-sticky{height:auto;min-height:calc(100vh - 44px);position:relative;padding:90px 0}.story-spacer{display:none}.story-grid{grid-template-columns:1fr}.story-visual{max-width:620px;width:100%;margin:20px auto 0}.research-flow{height:auto;display:grid;grid-template-columns:1fr;gap:16px}.flow-lines{display:none}.flow-node{position:relative!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;width:100%;min-height:unset}.statement-panel{padding:56px 40px;min-height:520px}.statement-mark{right:38px;bottom:35px}.publication-grid{grid-template-columns:1fr}.publication-card{min-height:390px}.participate-card{padding:56px 40px;min-height:560px}.mini-orbit{right:-25%;width:85%;opacity:.56}.page-grid{grid-template-columns:1fr;gap:45px}.sticky-aside{position:static}.aside-nav{display:flex;flex-wrap:wrap;gap:14px}.grid-3,.grid-2{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.footer-inner,.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-grid>:first-child{grid-column:1/-1}
}
@media (max-width:640px){
  body{font-size:16px}.home-hero{padding-top:58px;min-height:calc(100svh - 44px)}.hero-title{font-size:clamp(48px,14vw,68px)}.hero-subtitle{font-size:19px}.hero-object-wrap{height:390px;min-height:390px;margin-top:5px}.logo-depth{width:235px}.intro-section{padding:105px 0}.intro-copy h2{font-size:48px}.intro-copy p{font-size:24px}.story-copy h2{font-size:46px}.story-visual{aspect-ratio:1.05}.lens{width:115px;height:115px}.lens strong{font-size:14px}.story-core{width:112px;height:112px}.section-heading h2,.section-heading.split h2{font-size:46px}.section-heading.split{display:block}.section-heading.split .apple-link{margin-top:20px}.research-system-section{padding:110px 0}.statement-panel{border-radius:32px;padding:52px 26px;min-height:500px}.statement-panel p{font-size:34px}.quote-mark{left:22px;top:18px}.statement-mark{width:78px;height:78px;right:26px;bottom:25px}.publications-section{padding:105px 0}.publication-card{border-radius:30px;padding:26px}.pub-bottom h3,.publication-card:not(.feature-publication) .pub-bottom h3{font-size:31px}.participate-section{padding-bottom:105px}.participate-card{border-radius:34px;padding:48px 27px;min-height:610px}.participate-content h2{font-size:49px}.participate-content p{font-size:18px}.entry-main{padding-top:105px}.entry-title{font-size:56px}.entry-content p{font-size:19px}.entry-scene{top:31%;right:-38%;width:105%;opacity:.40}.page-hero{padding:84px 0 62px}.page-hero .h1,.h1{font-size:50px}.page-hero .lead,.lead{font-size:20px}.section{padding:82px 0}.prose{font-size:18px}.prose h2{font-size:39px;margin-top:55px}.contact-panel,.contact-form{padding:30px 24px;border-radius:28px}.contact-panel{min-height:420px}.footer-inner,.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-grid>:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.metric-row{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.publication{grid-template-columns:1fr auto}.publication .pub-tag{grid-column:1/-1}.timeline-item{grid-template-columns:1fr;gap:8px}.section-head{display:block}.section-head .lead{margin-top:18px}
}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.orbit-canvas,.mini-orbit{display:none}}

/* Interior-page floating emblem */

50%{transform:translateY(calc(-50% - 13px)) rotate(-2deg)}}
@media(max-width:1100px){.page-hero::after{opacity:.45}}
@media(max-width:640px){}

/* V5 refinements */
/* Navigation restored to the larger Brand Europa treatment */
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,251,253,.86);backdrop-filter:saturate(180%) blur(22px);-webkit-backdrop-filter:saturate(180%) blur(22px);border-bottom:1px solid rgba(7,20,47,.07)}
.nav{height:82px;width:min(1180px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;flex:0 0 auto}
.logo img{width:210px;height:auto}
.nav-links{display:flex;align-items:center;justify-content:center;gap:6px;flex:1}
.nav-links a{padding:10px 11px;border-radius:12px;font-size:.92rem;font-weight:500;white-space:nowrap;color:#3f4962;transition:background .2s ease,color .2s ease}
.nav-links a:hover,.nav-links a.active{background:#fff;color:var(--ink)}
.nav-actions{display:flex;align-items:center;gap:10px}
.lang-switch{display:flex;color:var(--ink)}
.lang-switch button{border:0;background:transparent;padding:7px 8px;border-radius:10px;font-size:12px;font-weight:700;opacity:.52;cursor:pointer}
.lang-switch button.active{opacity:1;background:#fff;box-shadow:0 5px 20px rgba(13,32,74,.08)}

/* Dynamic BE emblem: BE in the centre, blue ring, rotating gold stars outside. */
.emblem-stage,.entry-emblem-wrap{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:visible}
.dynamic-emblem{position:relative;width:330px;aspect-ratio:1;transform-style:preserve-3d;perspective:1300px;transition:transform .22s cubic-bezier(.2,.7,.2,1);will-change:transform}
.dynamic-emblem-halo{position:absolute;inset:-22%;border-radius:50%;background:radial-gradient(circle,rgba(42,86,168,.18),rgba(42,86,168,.055) 46%,transparent 72%);filter:blur(18px);transform:translateZ(-42px);z-index:0}
.dynamic-emblem-body{position:absolute;inset:16%;border-radius:50%;transform-style:preserve-3d;z-index:2}
.dynamic-emblem-edge{position:absolute;inset:0;border-radius:50%;background:linear-gradient(145deg,#eef3fb,#dde7f5);transform:translateZ(-16px);box-shadow:inset 0 0 0 1px rgba(23,50,109,.08),0 26px 54px rgba(13,35,82,.10)}
.dynamic-emblem-face{position:absolute;inset:0;border-radius:50%;background:linear-gradient(145deg,#ffffff 0%,#fbfcff 60%,#eef4fc 100%);border:1px solid rgba(23,50,109,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.88),0 16px 40px rgba(13,35,82,.08);transform:translateZ(18px);overflow:hidden;z-index:2}
.dynamic-emblem-outline{position:absolute;inset:21.5%;border:4px solid #17326d;border-radius:50%;box-shadow:0 0 0 1px rgba(23,50,109,.03);z-index:3}
.dynamic-emblem-be{position:absolute;inset:0;display:grid;place-items:center;color:#17326d;font-size:74px;font-weight:780;letter-spacing:-.07em;transform:translateX(-2px);text-shadow:0 1px 0 rgba(255,255,255,.7);z-index:4}
.dynamic-emblem-dots{position:absolute;inset:-12%;animation:beStarOrbit 18s linear infinite;transform-origin:50% 50%;z-index:5}
.dynamic-emblem-dots::before,.dynamic-emblem-dots::after{content:"";position:absolute;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.dynamic-emblem-dots::before{width:100%;height:100%;border:1.5px solid rgba(255,255,255,.22)}
.dynamic-emblem-dots::after{width:73%;height:73%;border:1px solid rgba(242,201,76,.20)}
.dynamic-emblem-dots span{position:absolute;width:22px;height:22px;margin:-11px;display:grid;place-items:center}
.dynamic-emblem-dots span::before{content:"★";font-size:17px;line-height:1;color:#f2c94c;text-shadow:0 2px 12px rgba(242,201,76,.22)}
.dynamic-emblem-dots span:nth-child(1){left:50%;top:0%}.dynamic-emblem-dots span:nth-child(2){left:75%;top:6.7%}.dynamic-emblem-dots span:nth-child(3){left:93.3%;top:25%}.dynamic-emblem-dots span:nth-child(4){left:100%;top:50%}.dynamic-emblem-dots span:nth-child(5){left:93.3%;top:75%}.dynamic-emblem-dots span:nth-child(6){left:75%;top:93.3%}.dynamic-emblem-dots span:nth-child(7){left:50%;top:100%}.dynamic-emblem-dots span:nth-child(8){left:25%;top:93.3%}.dynamic-emblem-dots span:nth-child(9){left:6.7%;top:75%}.dynamic-emblem-dots span:nth-child(10){left:0%;top:50%}.dynamic-emblem-dots span:nth-child(11){left:6.7%;top:25%}.dynamic-emblem-dots span:nth-child(12){left:25%;top:6.7%}
.dynamic-emblem-glint{position:absolute;inset:0;border-radius:50%;background:linear-gradient(126deg,rgba(255,255,255,.48) 4%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 74%,rgba(255,255,255,.12) 100%);pointer-events:none;z-index:5}
.dynamic-emblem-shadow{position:absolute;left:17%;right:17%;bottom:6%;height:11%;border-radius:50%;background:radial-gradient(ellipse,rgba(7,20,47,.18),transparent 70%);filter:blur(13px);transform:translateZ(-70px);z-index:1}
@keyframes beStarOrbit{to{transform:rotate(360deg)}}
/* Orbit logo for landing and home: same circular star system used in the Participate section, with a recreated high-quality BE mark at the centre. */
.brand-orbit{position:relative;aspect-ratio:1;display:grid;place-items:center;transform-style:preserve-3d;transition:transform .22s cubic-bezier(.2,.7,.2,1);will-change:transform}
.brand-orbit-entry{width:clamp(300px,31vw,430px)}
.brand-orbit-home{width:clamp(280px,28vw,390px)}
.brand-orbit-story{width:170px}
.brand-orbit-halo{position:absolute;inset:-14%;border-radius:50%;background:radial-gradient(circle,rgba(77,126,223,.18),rgba(77,126,223,.05) 48%,transparent 72%);filter:blur(18px)}
.brand-orbit-ring{position:absolute;border-radius:50%}
.brand-orbit-ring-outer{inset:0;border:1px solid rgba(255,255,255,.22);animation:participateOrbit 28s linear infinite}
.brand-orbit-ring-outer span{position:absolute;width:22px;height:22px;margin:-11px;display:grid;place-items:center}
.brand-orbit-ring-outer span:before{content:"★";font-size:18px;line-height:1;color:#f2c94c;text-shadow:0 0 16px rgba(242,201,76,.25)}
.brand-orbit-ring-outer span:nth-child(1){left:50%;top:0}.brand-orbit-ring-outer span:nth-child(2){left:75%;top:6.7%}.brand-orbit-ring-outer span:nth-child(3){left:93.3%;top:25%}.brand-orbit-ring-outer span:nth-child(4){left:100%;top:50%}.brand-orbit-ring-outer span:nth-child(5){left:93.3%;top:75%}.brand-orbit-ring-outer span:nth-child(6){left:75%;top:93.3%}.brand-orbit-ring-outer span:nth-child(7){left:50%;top:100%}.brand-orbit-ring-outer span:nth-child(8){left:25%;top:93.3%}.brand-orbit-ring-outer span:nth-child(9){left:6.7%;top:75%}.brand-orbit-ring-outer span:nth-child(10){left:0;top:50%}.brand-orbit-ring-outer span:nth-child(11){left:6.7%;top:25%}.brand-orbit-ring-outer span:nth-child(12){left:25%;top:6.7%}
.brand-orbit-ring-inner{inset:15%;border:1px solid rgba(242,201,76,.22)}
.brand-orbit-center{position:absolute;inset:18.5%;display:grid;place-items:center;z-index:2}
.brand-orbit-core{position:relative;width:100%;height:100%;border-radius:50%;background:linear-gradient(145deg,#fefefe 0%,#fbfcff 58%,#edf2fa 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 26px 60px rgba(7,20,47,.16);display:grid;place-items:center}
.brand-orbit-core:before{content:"";position:absolute;inset:17.5%;border-radius:50%;border:4px solid #17326d}
.brand-orbit-be{position:relative;z-index:2;font-size:clamp(56px,5.2vw,82px);font-weight:780;letter-spacing:-.07em;color:#17326d;transform:translateX(-2px)}
.brand-orbit-shadow{position:absolute;left:18%;right:18%;bottom:7%;height:10%;border-radius:50%;background:radial-gradient(ellipse,rgba(7,20,47,.18),transparent 70%);filter:blur(13px);z-index:0}
.entry-emblem-wrap,.emblem-stage{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:visible}
/* Home hero spacing: no overlap between actions and emblem. */
.home-hero{min-height:calc(100vh - 82px);padding:76px 0 24px;overflow:hidden}
.hero-object-wrap{width:min(760px,90vw);height:min(47vh,470px);min-height:360px;position:relative;margin-top:18px;z-index:2;overflow:visible;display:grid;place-items:center}
.hero-object-wrap .dynamic-emblem{width:335px}
.scroll-cue{bottom:15px}

/* Landing: smaller emblem, perfectly centred, no clipped moving points. */
.entry-main{grid-template-columns:1fr 1fr;gap:56px}
.entry-scene{height:min(67vh,620px);min-height:470px;position:relative;display:grid;place-items:center;overflow:visible}
.entry-emblem-wrap .dynamic-emblem{width:clamp(250px,24vw,320px)}
.entry-emblem-wrap .dynamic-emblem-halo{inset:-20%}

/* Research flow: cards stay fixed on hover. */
.flow-node{transition:box-shadow .28s ease,border-color .28s ease}
.flow-node:hover{transform:none;box-shadow:0 28px 75px rgba(13,34,80,.09)}
.node-2:hover{transform:translateX(-50%)}

/* Project topic links */
.research-links{gap:10px}
.research-pill{display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
.research-pill span{font-size:12px;color:var(--blue-2)}
.research-pill:hover{background:#f4f7fd;border-color:rgba(42,86,168,.22);color:var(--blue);box-shadow:0 8px 24px rgba(9,25,61,.055)}

/* Participation CTA: a clean circular orbit sits fully to the right. */
.participate-card{padding-right:50%;min-height:590px}
.participate-content{max-width:620px;position:relative;z-index:3}
.participate-orbit{position:absolute;right:6%;top:50%;width:min(38%,430px);aspect-ratio:1;transform:translateY(-50%);z-index:1;pointer-events:none}
.participate-orbit:before,.participate-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18)}
.participate-orbit:before{inset:0}.participate-orbit:after{inset:14%;border-color:rgba(242,201,76,.22)}
.participate-orbit-ring{position:absolute;inset:0;border-radius:50%;animation:participateOrbit 28s linear infinite}
.participate-orbit-ring span{position:absolute;width:22px;height:22px;margin:-11px;display:grid;place-items:center}
.participate-orbit-ring span:before{content:"★";font-size:18px;color:#f2c94c;text-shadow:0 0 16px rgba(242,201,76,.25)}
.participate-orbit-ring span:nth-child(1){left:50%;top:0}.participate-orbit-ring span:nth-child(2){left:75%;top:6.7%}.participate-orbit-ring span:nth-child(3){left:93.3%;top:25%}.participate-orbit-ring span:nth-child(4){left:100%;top:50%}.participate-orbit-ring span:nth-child(5){left:93.3%;top:75%}.participate-orbit-ring span:nth-child(6){left:75%;top:93.3%}.participate-orbit-ring span:nth-child(7){left:50%;top:100%}.participate-orbit-ring span:nth-child(8){left:25%;top:93.3%}.participate-orbit-ring span:nth-child(9){left:6.7%;top:75%}.participate-orbit-ring span:nth-child(10){left:0;top:50%}.participate-orbit-ring span:nth-child(11){left:6.7%;top:25%}.participate-orbit-ring span:nth-child(12){left:25%;top:6.7%}
@keyframes participateOrbit{to{transform:rotate(360deg)}}

/* Footer readability */
.footer-brand p,.footer-logo p{font-size:15px;line-height:1.5}
.footer-col strong,.footer-grid strong{font-size:14px}
.footer-col a,.footer-links a{font-size:14px}
.footer-bottom{font-size:14px}

/* Sticky positions account for the taller navigation. */
.story-sticky{top:82px;height:calc(100vh - 82px)}
.sticky-aside{top:118px}

@media (max-width:980px){
  .nav{height:72px;width:calc(100% - 28px)}
  .logo img{width:172px}
  .nav-links{position:fixed;top:72px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 25px 70px rgba(7,20,47,.14);backdrop-filter:blur(24px)}
  .nav-links.open{display:flex}.nav-links a{font-size:15px;padding:12px 14px;border-radius:12px}
  .menu-btn{display:block}
  .home-hero{min-height:calc(100svh - 72px);padding-top:62px}
  .story-sticky{top:72px;height:auto;min-height:calc(100vh - 72px)}
  .hero-object-wrap{height:410px;min-height:410px;margin-top:6px}
  .hero-object-wrap .dynamic-emblem{width:300px}
  .entry-main{grid-template-columns:1fr;width:calc(100% - 40px);padding:110px 0 60px}
  .entry-content{max-width:720px;z-index:3}
  .entry-scene{position:relative;right:auto;top:auto;width:100%;height:390px;min-height:390px;opacity:1}
  .entry-emblem-wrap .dynamic-emblem{width:270px}
  .participate-card{padding-right:40px}
  .participate-content{max-width:680px}
  .participate-orbit{display:none}
  .sticky-aside{top:auto}
}

@media (max-width:640px){
  .nav{height:68px;width:calc(100% - 24px)}
  .logo img{width:158px}
  .nav-links{top:68px}
  .home-hero{min-height:calc(100svh - 68px);padding-top:52px}
  .hero-object-wrap{height:330px;min-height:330px}
  .hero-object-wrap .dynamic-emblem{width:245px}
  .dynamic-emblem-outline{border-width:3px}
  .dynamic-emblem-be{font-size:54px}
  .dynamic-emblem-dots span{width:11px;height:11px;margin:-5.5px}
  .entry-scene{height:315px;min-height:315px}
  .entry-emblem-wrap .dynamic-emblem{width:235px}
  .footer-brand p,.footer-logo p{font-size:14px}.footer-col strong,.footer-grid strong,.footer-col a,.footer-links a,.footer-bottom{font-size:13px}
}

@media (prefers-reduced-motion:reduce){
  .dynamic-emblem-dots,.participate-orbit-ring{animation:none!important}
  .dynamic-emblem{transform:none!important}
}

@media (max-width:980px){.brand-orbit-entry{width:300px}.brand-orbit-home{width:300px}.brand-orbit-story{width:140px}}
@media (max-width:640px){.brand-orbit-entry{width:238px}.brand-orbit-home{width:238px}.brand-orbit-story{width:106px}.brand-orbit-ring-outer span{width:18px;height:18px;margin:-9px}.brand-orbit-ring-outer span:before{font-size:15px}.brand-orbit-core:before{border-width:3px}.brand-orbit-be{font-size:54px}}
@media (prefers-reduced-motion:reduce){.brand-orbit-ring-outer{animation:none!important}}

/* Secondary-page hero: same Brand Europa orbit used on landing and home. */
@media (max-width:980px){
  .page-hero-grid{grid-template-columns:1fr;gap:26px}
  .page-hero-copy{max-width:860px}
  .page-hero-visual{min-height:330px}
  .brand-orbit-page{width:300px}
}
@media (max-width:640px){
  .page-hero-grid{gap:18px}
  .page-hero-visual{min-height:270px}
  .brand-orbit-page{width:238px}
}


/* Smartphone-only refinements requested by the user. */
@media (max-width:640px){
  /* 1) Landing page - move the orbit logo upward so it doesn't get cut by the mobile browser UI. */
  .entry-main{padding:98px 0 36px}
  .entry-scene{height:248px;min-height:248px;margin-top:-26px}
  .entry-emblem-wrap .brand-orbit-entry{width:214px}

  /* 2) Three research lenses - keep the central BE mark smaller and avoid overlap. */
  .story-visual{margin-top:10px;aspect-ratio:1.12}
  .story-core{width:96px;height:96px}
  .story-core-logo{transform:scale(.92)}
  .lens{width:108px;height:108px}
  .lens strong{font-size:13px}
  .lens-identity{left:2%;top:8%}
  .lens-perception{right:-2%;top:30%}
  .lens-communication{left:18%;bottom:-2%}

  /* 3) More space below the last research-system card before the CTA button. */
  .center-action{margin-top:26px}

  /* 4) Quote panel - make the logo smaller and push it to the bottom-right corner. */
  .statement-panel{padding-bottom:88px}
  .statement-mark{width:62px;height:62px;right:18px;bottom:18px}
  .statement-mark img{width:88%}

  /* 5) Participate section - show the orbit on mobile in the empty bottom-right area. */
  .participate-card{padding:48px 27px 180px;min-height:unset}
  .participate-orbit{display:block;right:24px;bottom:22px;top:auto;transform:none;width:152px;height:152px;opacity:.82}
  .participate-orbit-ring span{width:16px;height:16px;margin:-8px}
  .participate-orbit-ring span:before{font-size:13px}
}


/* Smartphone micro-fixes v13 */
@media (max-width:640px){
  /* Keep the Communication lens fully inside the dark panel. */
  .lens-communication{left:19%;bottom:6%}

  /* Move the quote mark upward and reduce its size so it does not overlap the text. */
  .quote-mark{font-size:92px;left:18px;top:8px;line-height:.8}
}


/* Smartphone micro-fixes v15 */
@media (max-width:640px){
  /* Lower Communication slightly to clear the central logo, while keeping it inside the blue panel. */
  .lens-communication{left:19%;bottom:2%}

  /* Slightly reduce the vertical size of publication cards on mobile. */
  .publication-card{min-height:360px}
}
