@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/font-8.ttf) format('truetype');
}

:root{color-scheme:light;--bg:#fafbfc;--surface:#fff;--surface-raised:#f5f7fa;--ink:#1d2939;--muted:#596779;--accent:#365f87;--accent-strong:#244563;--accent-text:#365f87;--accent-soft:#eef3f8;--accent-line:#bacddd;--blue:var(--accent-text);--line:#dce3eb;--display:'Manrope',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:36px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:6px}::selection{background:var(--accent);color:#fff}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:550}img{display:block;max-width:100%;width:100%;object-fit:cover}.wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}.eyebrow{font-size:.75rem;letter-spacing:.13em;font-weight:600;line-height:1.5}.small-note{font-size:.875rem;color:var(--muted)}.header{height:108px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.wordmark{font-family:var(--display);font-size:1.55rem;font-weight:750;letter-spacing:-.07em;white-space:nowrap}.brand-dot{color:var(--blue)}nav{display:flex;gap:34px;align-items:center;font-size:.875rem}nav>a{padding:8px 0}nav>a:hover{color:var(--blue)}.nav-contact{margin-left:26px;border:1px solid var(--line);border-radius:30px;padding:10px 19px}.nav-contact span{padding-left:16px}.menu-toggle{display:none}.skip-link{position:fixed;z-index:20;left:1rem;top:-100px;background:var(--accent);color:white;padding:12px}.skip-link:focus{top:1rem}
.hero{padding-top:43px}.hero-top{display:flex;align-items:center;justify-content:space-between}.hero-top .eyebrow{font-size:.75rem}.hero-location{color:var(--muted)}h1{position:relative;width:fit-content;font-size:clamp(5rem,8.75vw,8.25rem);line-height:1.06;letter-spacing:-.078em;font-weight:550;margin-top:34px}h1>span:first-of-type{color:var(--blue)}.hero-asterisk{position:absolute;left:calc(100% + 115px);top:48%;font-size:7rem;color:var(--blue);line-height:1;font-weight:400}.hero-bottom{display:flex;justify-content:space-between;align-items:center;margin:32px 0 42px}.hero-bottom p{color:var(--muted);font-size:1.05rem;line-height:1.7}.round-link{display:flex;gap:26px;align-items:center;font-size:.875rem}.circle{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:1.4rem;transition:background .2s,color .2s}.round-link:hover .circle{background:var(--blue);color:white;border-color:var(--blue)}.hero-composition{display:grid;grid-template-columns:1.07fr 1.16fr .66fr;gap:16px;min-height:290px}.hero-data,.hero-photo{position:relative;overflow:hidden;padding:26px;color:white;display:flex;flex-direction:column;justify-content:space-between;min-height:290px;border-radius:3px}.hero-data{background:var(--blue)}.hero-photo{background:#233b4b}.tile-label{font-size:.75rem;letter-spacing:.08em;position:relative;z-index:2}.tile-bottom{display:flex;justify-content:space-between;align-items:end;position:relative;z-index:2}.tile-bottom strong{font-family:var(--display);font-size:1.5rem;line-height:1.32;letter-spacing:-.025em;font-weight:500}.tile-arrow{font-size:1.8rem;line-height:1}.photo-surface{position:absolute;inset:0;background:#364852}.photo-surface:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.22),transparent 35%,rgba(0,0,0,.7))}.photo-surface img{height:100%;transition:transform .8s}.hero-photo:hover img{transform:scale(1.035)}.hero-note{background:#e8edf2;padding:25px;display:flex;flex-direction:column;justify-content:space-between;border-radius:3px}.note-star{font-size:3.2rem;line-height:1;color:var(--blue)}.hero-note p{font-family:var(--display);font-size:1.22rem;line-height:1.55;letter-spacing:-.035em}.hero-note .eyebrow{font-size:.75rem;letter-spacing:.04em;color:var(--muted)}.data-orbit{position:absolute;width:250px;height:250px;top:-2px;right:-40px;transform:rotate(-30deg)}.data-orbit span{position:absolute;inset:0;border:1px solid #ffffff45;border-radius:50%}.data-orbit span:nth-child(2){inset:25px}.data-orbit span:nth-child(3){inset:50px}.data-orbit span:nth-child(4){inset:75px}.data-orbit i{position:absolute;top:55px;left:70px;width:12px;height:12px;border-radius:50%;background:#c9ef6b;box-shadow:100px 115px 0 -3px white}.topic-strip{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:26px 0;border-bottom:1px solid var(--line);font-size:.75rem;letter-spacing:.07em;color:var(--muted)}.topic-strip i{font-style:normal;font-size:1.1rem;color:var(--blue)}
.section{padding-top:106px;padding-bottom:106px}.section-heading{display:flex;justify-content:space-between;margin-bottom:51px}.section-heading>.eyebrow{color:var(--blue)}h2{font-size:clamp(2.4rem,4vw,3.65rem);letter-spacing:-.06em;line-height:1.16}h2 em{font-style:normal;color:var(--blue)}.profile-intro{display:grid;grid-template-columns:1fr 1fr;gap:95px}.profile-intro>div>p{color:var(--muted);margin-top:17px}.profile-intro>div>p.lead{margin-top:0;color:var(--ink)}.lead{font-size:1.35rem;line-height:1.6;letter-spacing:-.025em}.text-link{display:inline-flex;gap:20px;align-items:center;font-size:.875rem;margin-top:25px;padding-bottom:5px;border-bottom:1px solid var(--ink)}.text-link:hover{color:var(--blue);border-color:var(--blue)}.expertise-grid{margin-top:65px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.expertise-grid article{border-top:1px solid var(--line);padding-top:25px}.expertise-number{font-size:.875rem;color:var(--blue)}.expertise-grid h3{font-size:1.35rem;letter-spacing:-.04em;margin-top:27px}.expertise-grid p{color:var(--muted);margin-top:12px;min-height:80px}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}.tags span{border:1px solid var(--line);border-radius:30px;padding:3px 10px;font-size:.75rem;color:#525964}.credentials{margin-top:50px;padding:25px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:40px;font-size:.875rem;color:var(--muted)}.credentials strong{display:block;color:var(--ink);font-size:.875rem;font-weight:500;margin-bottom:3px}.holonexus{margin-top:65px;padding:40px 44px;background:#e9edf8;display:grid;grid-template-columns:1fr 1fr;gap:60px;border-radius:3px}.holonexus .eyebrow{color:var(--blue)}.holonexus h3{font-size:3rem;letter-spacing:-.07em;margin-top:8px;font-weight:550}.holonexus h3>span{font-size:2rem;margin-left:35px;color:var(--blue)}.holonexus>div>p:first-child{font-size:1.2rem;margin-bottom:6px}.holonexus-description{color:var(--muted);font-size:.95rem}.coming-soon{display:inline-block;font-size:.75rem;color:#475675;padding:5px 12px;border:1px solid #bcc7dd;border-radius:24px;margin-top:18px}
.research{background:#ebeff3}.research-intro{display:flex;gap:100px;justify-content:space-between;align-items:end;margin-bottom:52px}.research-intro h2{flex:1}.research-intro>p{max-width:350px;color:var(--muted)}.publication-list{border-top:1px solid #cbd2dc}.publication{display:grid;grid-template-columns:80px 1fr 46px;gap:28px;padding:32px 0;border-bottom:1px solid #cbd2dc;transition:color .2s}.pub-year{font-size:.875rem;color:var(--muted);padding-top:2px}.pub-type{font-size:.75rem;letter-spacing:.08em;color:var(--muted)}.publication h3{font-size:1.5rem;letter-spacing:-.035em;margin:7px 0 3px}.publication p{font-size:1rem;color:#555f6e}.pub-authors{display:block;font-size:.875rem;color:var(--muted);margin-top:9px}.pub-arrow{border:1px solid #bdc7d5;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;font-size:1.4rem;align-self:center}.publication:hover h3{color:var(--blue)}.publication:hover .pub-arrow{color:white;background:var(--blue);border-color:var(--blue)}.research-footer{display:flex;gap:26px;justify-content:space-between;font-size:.75rem;color:var(--muted);margin-top:25px}.research-footer strong{font-weight:500}
.photo-intro{display:flex;gap:50px;justify-content:space-between;align-items:end;margin-bottom:42px}.photo-intro p{color:var(--muted)}.photo-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:24px}.photo-grid figure{margin:0;min-width:0}.photo-grid img{aspect-ratio:1.45;border-radius:3px}.photo-grid figure:nth-child(2){padding-top:70px}.photo-grid figure:nth-child(2) img{aspect-ratio:1.22}.photo-grid figcaption{display:flex;justify-content:space-between;gap:12px;font-size:.875rem;margin-top:14px}.photo-grid figcaption span{font-size:.75rem;color:var(--muted)}.photo-credit{font-size:.75rem;color:var(--muted);margin-top:24px}.photo-credit a{text-decoration:underline;text-underline-offset:3px}.photo-announcement{grid-column:1/-1;background:#e8edf2;padding:64px 40px}.photo-announcement p{font-family:var(--display);font-size:2.2rem;margin-top:20px}.books{background:#e7eeff}.books-inner{display:grid;grid-template-columns:1fr 1fr;gap:95px}.books .eyebrow{color:var(--blue)}.books h2{margin-top:30px}.books-inner>div:nth-child(2){padding-top:42px}.books p:not(.lead){color:var(--muted);margin-top:20px;max-width:370px}.footer{padding-top:88px}.footer .eyebrow{color:var(--muted)}.footer h2{margin-top:24px;font-size:clamp(2.5rem,4.8vw,4.5rem)}.footer h2 a{color:var(--blue)}.footer h2 a span{display:inline-block;transition:transform .25s}.footer h2 a:hover span{transform:translate(6px,-6px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid var(--line);padding:26px 0;margin-top:85px;font-size:.75rem;color:var(--muted)}.footer-bottom .wordmark{color:var(--ink)}.footer-bottom a{font-size:.875rem}.footer-bottom a:hover{color:var(--blue)}
.hero-photo .tile-bottom{margin-bottom:19px}.hero-reference{position:absolute;bottom:13px;left:26px;right:15px;font-size:.75rem;line-height:1.4;letter-spacing:.015em;color:#fff;z-index:2}.hero-photo{min-height:315px}.holonexus h3>a>span{font-size:2rem;margin-left:35px;color:var(--blue)}.holonexus .coming-soon{margin-left:16px}.holonexus .text-link{margin-top:18px}.book-links{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:50px}.book-links>a{border-top:1px solid #b8c6ea;padding:27px 0 0;display:flex;flex-direction:column;align-items:start}.book-links h3{font-size:2.2rem;line-height:1.2;letter-spacing:-.05em;margin:20px 0 28px}.book-domain{font-size:.875rem;display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px}.book-domain>span{font-size:1.7rem}.book-links>a:hover h3,.book-links>a:hover .book-domain{color:var(--blue)}
@media(max-width:800px){.hero-reference{left:23px;font-size:.75rem}.hero-photo{min-height:290px}.book-links{gap:25px}.book-links h3{font-size:1.8rem}.book-domain{font-size:.75rem;overflow-wrap:anywhere}}
@media(max-width:460px){.hero-reference{left:17px;right:12px;bottom:11px;font-size:.75rem}.hero-photo .tile-bottom{margin-bottom:36px}.hero-photo{min-height:280px}.book-links{grid-template-columns:1fr}.book-links h3{font-size:2.1rem}.holonexus .coming-soon{margin-left:10px}.hero-asterisk{display:none}}
.instagram-status{color:var(--muted);font-size:.875rem;margin:0 0 25px}.instagram-status:empty{display:none}.photo-grid.instagram-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 24px}.photo-grid.instagram-grid figure:nth-child(2){padding-top:0}.photo-grid.instagram-grid figure img{aspect-ratio:4/5;width:100%;object-fit:cover;transition:filter .2s}.instagram-grid a{display:block}.instagram-grid a:hover img{filter:brightness(.9)}.instagram-grid figcaption{font-size:.875rem;flex-wrap:wrap}.instagram-grid figcaption span{font-size:.875rem}.photo-unavailable{min-height:180px;padding:25px;background:var(--surface-raised);display:flex!important;align-items:end}.connection-page{max-width:780px;padding-top:60px;padding-bottom:80px}.connection-page>.wordmark{display:block;margin-bottom:70px}.connection-page>.eyebrow{display:block;color:var(--blue)}.connection-page h1{font-size:clamp(3rem,8vw,5rem);margin:25px 0;letter-spacing:-.05em}.connection-page p{max-width:620px;margin:20px 0}.instagram-button{font:inherit;background:var(--accent);border:0;border-radius:4px;color:white;padding:15px 22px;cursor:pointer;margin:18px 0}.instagram-button:hover{background:var(--accent-strong)}.connection-page .text-link{display:block;width:fit-content}.instagram-button:focus-visible{outline:3px solid var(--ink);outline-offset:4px}
@media(max-width:800px){.photo-grid.instagram-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}}
@media(max-width:460px){.photo-grid.instagram-grid{grid-template-columns:1fr}.connection-page>.wordmark{margin-bottom:45px}}
@media(prefers-reduced-motion:reduce){.instagram-grid img{transition:none}}
@media(min-width:1600px){h1{font-size:8.7rem}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero-asterisk{left:calc(100% + 65px);font-size:5.5rem}.hero-note{padding:22px}.hero-note p{font-size:1.1rem}.hero-note .eyebrow{font-size:.75rem}.hero-data,.hero-photo{padding:23px}.tile-bottom strong{font-size:1.25rem}.hero-composition{grid-template-columns:1fr 1.1fr .7fr;gap:12px}.topic-strip{font-size:.75rem;letter-spacing:0;gap:10px}.profile-intro,.books-inner{gap:50px}.expertise-grid{gap:25px}.expertise-grid p{min-height:106px}.research-intro{gap:45px}.research-intro>p{max-width:310px}.holonexus{gap:40px;padding:34px}.photo-intro p{max-width:320px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header{height:85px;position:relative;z-index:10}.menu-toggle{display:flex;align-items:center;gap:16px;padding:10px 0 10px 14px;border:0;background:none;font-size:.875rem}.menu-toggle span{font-size:1.4rem}.menu-toggle[aria-expanded=true] span{transform:rotate(45deg)}nav{display:none;position:absolute;top:84px;left:-20px;right:-20px;background:var(--bg);padding:20px;box-shadow:0 15px 20px #181b2310;gap:4px}nav.is-open{display:flex;flex-direction:column;align-items:stretch}nav a{padding:12px}.nav-contact{margin:8px 0 0;width:fit-content;padding:10px 20px}.hero{padding-top:30px}.hero-location{display:none}h1{font-size:clamp(3.25rem,10.5vw,5.4rem);margin-top:30px}.hero-asterisk{left:calc(100% + 34px);top:51%;font-size:3.5rem}.hero-bottom{gap:25px;margin:25px 0 33px}.hero-bottom p{font-size:1rem}.round-link{gap:12px}.round-link>span:first-child{display:none}.hero-composition{grid-template-columns:1fr 1fr;gap:12px}.hero-note{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;padding:22px 24px}.hero-note p br{display:none}.hero-note p{font-size:1rem}.hero-note .eyebrow{display:none}.note-star{font-size:2rem}.hero-data,.hero-photo{min-height:275px}.data-orbit{right:-85px}.topic-strip{flex-wrap:wrap;justify-content:center;padding:22px 0;column-gap:13px;row-gap:4px}.topic-strip i{display:none}.section{padding:70px 0}.section-heading{margin-bottom:35px}.small-note{display:none}.profile-intro{gap:30px;grid-template-columns:1fr}.profile-intro h2 br{display:none}h2{font-size:2.75rem}.profile-intro>div{max-width:580px}.expertise-grid{margin-top:40px;gap:30px;grid-template-columns:1fr}.expertise-grid h3{margin-top:10px}.expertise-grid p{min-height:0;max-width:550px}.tags{margin-top:18px}.credentials{gap:20px;grid-template-columns:1fr;margin-top:35px}.credentials>span{display:flex;justify-content:space-between;gap:20px}.credentials strong{margin:0}.holonexus{grid-template-columns:1fr;gap:20px;padding:28px;margin-top:40px}.research-intro{flex-direction:column;align-items:start;gap:25px;margin-bottom:32px}.research-intro>p{max-width:550px}.publication{grid-template-columns:45px 1fr 40px;gap:16px;padding:27px 0}.publication h3{font-size:1.25rem}.publication p{font-size:.95rem}.pub-arrow{width:37px;height:37px}.pub-type{font-size:.75rem;letter-spacing:.05em}.research-footer{flex-direction:column;gap:12px}.photo-intro{flex-direction:column;align-items:start;gap:22px;margin-bottom:30px}.photo-intro p{max-width:100%}.photo-grid{gap:18px}.photo-grid figure:nth-child(2){padding-top:45px}.photo-grid figcaption{flex-direction:column;gap:0}.books-inner{grid-template-columns:1fr;gap:25px}.books-inner>div:nth-child(2){padding-top:0}.books h2{margin-top:22px}.footer{padding-top:65px}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;margin-top:60px;gap:18px}.footer-bottom>span:nth-child(2){order:4;text-align:right}.footer-bottom>a:nth-child(3){text-align:right}.footer-bottom .wordmark{font-size:1.4rem}}
@media(max-width:460px){.hero-asterisk{font-size:2.6rem;left:calc(100% + 15px);top:52%}.hero-composition{grid-template-columns:1fr 1fr;gap:10px}.hero-data,.hero-photo{min-height:245px;padding:17px}.tile-label{font-size:.75rem;letter-spacing:0;max-width:105px}.tile-bottom strong{font-size:1.1rem}.tile-arrow{font-size:1.5rem}.hero-note{padding:20px 17px}.hero-note p{font-size:.95rem}.note-star{font-size:1.6rem}.credentials>span{display:block}.credentials strong{margin-bottom:2px}.publication{grid-template-columns:1fr 36px;gap:10px}.pub-year{grid-column:1/-1;padding:0}.publication>div{grid-column:1}.pub-arrow{grid-column:2}.photo-grid{grid-template-columns:1fr;gap:30px}.photo-grid figure:nth-child(2){padding-top:0}.photo-grid figure:nth-child(2) img{aspect-ratio:1.4}.photo-grid figcaption{flex-direction:row}.desktop-break{display:none}.hero-bottom{gap:12px}.circle{width:42px;height:42px}.hero-bottom p{font-size:.95rem}.footer h2{font-size:2.35rem}.footer-bottom>span:nth-child(2){font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

@media(max-width:380px){.hero-composition{grid-template-columns:1fr}.hero-data,.hero-photo{min-height:250px}.hero-photo .tile-bottom{margin-bottom:22px}.tile-label{max-width:none}.hero-note p{font-size:.875rem}}
