@charset "utf-8";
/* Page-specific layer for index.html.
   Rules already provided by site.css / components.css have
   been removed; this is only what is unique to this page. */
@layer components {
canvas#ink{position:fixed;inset:0;width:100vw;height:100vh;z-index:0;display:block}
.paper-bg{position:fixed;inset:0;z-index:1;pointer-events:none;
  background:url('assets/img/2dce7369570cfbb4.jpg') repeat; background-size:560px;opacity:.5; mix-blend-mode:multiply}
.gara{font-family:'Cormorant Garamond',serif}
.type{font-family:'Special Elite',cursive}
main{position:relative;z-index:2}
/* ---- loader ---- */
#loader{position:fixed;inset:0;z-index:200;background:#0d0b08;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:opacity 1.1s ease, visibility 1.1s}
#loader.done{opacity:0;visibility:hidden}
#loader .mark{width:64px;height:64px;border-radius:50%;border:1px solid rgba(230,210,170,.25);border-top-color:var(--ember);animation:spin 1s linear infinite}
#loader .lw{font-family:'Special Elite',cursive;color:#a99a7c;font-size:12px;letter-spacing:.3em;text-transform:uppercase;margin-top:22px}
@keyframes spin{to{transform:rotate(360deg)}}
/* ---- top nav ---- */
nav.top{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;justify-content:space-between;align-items:center;
  padding:20px 40px;transition:background .5s}
nav.top.scrolled{background:rgba(18,15,11,.94);backdrop-filter:blur(16px) saturate(1.2);padding:13px 40px;border-bottom:1px solid rgba(230,210,170,.14)}
nav.top .brand{font-family:'Fraunces',serif;font-style:italic;font-weight:500;font-size:23px;letter-spacing:.01em;color:#faf0d8;text-shadow:0 1px 3px rgba(0,0,0,.95),0 2px 14px rgba(0,0,0,.8);opacity:0;animation:navin 1s ease 2.4s forwards}
nav.top .links{display:flex;gap:26px;opacity:0;animation:navin 1s ease 2.6s forwards}
nav.top .links a{font-family:'Special Elite',cursive;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:#f8ddb0;text-shadow:0 1px 3px rgba(0,0,0,.95),0 2px 14px rgba(0,0,0,.85);transition:color .3s}
nav.top .links a:hover{color:var(--ember)}
@keyframes navin{to{opacity:1}}
@media(max-width:820px){nav.top .links{display:none}nav.top{padding:16px 22px}}
/* ---- hero ---- */
.hero{position:relative;height:100vh;min-height:660px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;z-index:3;padding-bottom:9vh}
.hero .globe-stage{position:absolute;left:0;right:0;top:-6vh;height:76vh;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}
#globe-canvas{pointer-events:auto;width:min(56vw,500px);height:min(56vw,500px);max-height:60vh;cursor:grab;touch-action:none}
#globe-canvas:active{cursor:grabbing}
.hero .htext{position:relative;z-index:2;pointer-events:none;max-width:1000px}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:60vh;z-index:1;pointer-events:none;
  background:radial-gradient(130% 100% at 50% 100%, rgba(13,11,8,.94) 0%, rgba(13,11,8,.82) 40%, rgba(13,11,8,.0) 78%)}
.hero .eyebrow{font-family:'Special Elite',cursive;font-size:15px;letter-spacing:.36em;text-transform:uppercase;color:#f8ddb0;
  opacity:0;transform:translateY(14px);animation:rise 1.2s cubic-bezier(.2,.7,.2,1) 1.4s forwards;text-shadow:0 1px 3px rgba(0,0,0,.95),0 2px 16px rgba(0,0,0,.85)}
.hero h1{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(44px,8vw,116px);line-height:.96;color:#fdf7ea;
  letter-spacing:-.01em;margin:14px 0 0;text-shadow:0 2px 4px rgba(0,0,0,.9),0 6px 30px rgba(0,0,0,.7)}
.hero h1 .l{display:inline-block;opacity:0;transform:translateY(40px) rotateX(40deg);transform-origin:bottom;
  animation:letterrise 1.1s cubic-bezier(.2,.7,.2,1) forwards}
.hero h1 em{font-style:italic;font-weight:500;color:#f4d29a;background:linear-gradient(180deg,#f6dcae,#e8a05a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.hero .sub{font-family:'Cormorant Garamond',serif;font-size:clamp(18px,2.3vw,26px);color:#d8cdb2;margin-top:24px;font-style:italic;
  opacity:0;animation:rise 1.2s ease 2.1s forwards;text-shadow:0 2px 20px rgba(0,0,0,.7);max-width:600px;margin-left:auto;margin-right:auto}
.hero .hero-sig{display:block;margin:30px auto 0;height:64px;width:auto;opacity:0;
  filter:drop-shadow(0 3px 10px rgba(0,0,0,.4));animation:rise 1.2s ease 2.5s forwards}
@media(max-width:820px){.hero .hero-sig{height:48px}}
.hero .scroll-cue{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:3;opacity:0;animation:rise 1s ease 3s forwards}
.hero .scroll-cue .ln{width:1px;height:46px;margin:0 auto;background:linear-gradient(#e8c9a0,transparent);animation:cue 2.2s ease-in-out infinite}
.hero .scroll-cue span{font-family:'Special Elite',cursive;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#bcae92;display:block;margin-top:10px}
@keyframes rise{to{opacity:1;transform:none}}
@keyframes letterrise{to{opacity:1;transform:none}}
@keyframes cue{0%,100%{transform:scaleY(.4);transform-origin:top;opacity:.4}50%{transform:scaleY(1);opacity:1}}
/* ---- shared section frame ---- */
section{position:relative;z-index:3}
.reveal{opacity:0;transform:translateY(38px);transition:opacity 1s cubic-bezier(.2, .7, .2, 1), transform 1s cubic-bezier(.2, .7, .2, 1)}
.reveal.in{opacity:1;transform:none}
.section-eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.section-eyebrow::after{content:"";height:1px;flex:1;background:var(--line)}
/* ---- crossing worlds split ---- */
.worlds{padding:130px 0 90px}
.worlds h2{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(30px,4.6vw,60px);line-height:1.04;color:var(--ink);max-width:16ch}
.worlds h2 em{font-style:italic;color:var(--verm)}
.worlds .lede{font-size:clamp(17px,1.6vw,21px);color:var(--ink2);max-width:52ch;margin-top:26px;line-height:1.55}
.worlds .lede b{font-weight:600;color:var(--indigo)}
.thesis-head{display:grid;grid-template-columns:1fr min(28vw,300px);gap:50px;align-items:start}
.thesis-head > .reveal{grid-column:1;grid-row:1}
.thesis-head > .thesis-globe-group{grid-column:2;grid-row:1}
.thesis-globe-group{position:static;width:100%;z-index:1;
  display:flex;flex-direction:column;align-items:center;pointer-events:none}
.thesis-globe-group .thesis-globe{width:100%;height:auto;opacity:.94;mix-blend-mode:multiply;
  filter:drop-shadow(0 20px 40px rgba(40,30,20,.28))}
.thesis-globe-group .thesis-sig{width:74%;height:auto;margin-top:16px;
  filter:drop-shadow(0 2px 6px rgba(40,30,20,.3))}
.worlds h2, .worlds .lede{position:relative;z-index:2}
@media(max-width:900px){.thesis-head{grid-template-columns:1fr}.thesis-head > .thesis-globe-group{grid-column:1;grid-row:2;width:56%;margin:26px auto 0;justify-self:center}.thesis-head > .reveal{grid-column:1;grid-row:1}.worlds h2, .worlds .lede{max-width:100%}}
.worlds .wrap{position:relative}
.worlds h2, .worlds .lede, 
@media(max-width:900px){
  
  }
/* ---- diptych strip ---- */
.diptych{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:70px;border:1px solid var(--line)}
.dcell{position:relative;aspect-ratio:4/3;overflow:hidden;background:#000}
.dcell img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.2, .7, .2, 1), filter 1.2s}
.dcell:hover img{transform:scale(1.06)}
.dcell .cap{position:absolute;left:0;right:0;bottom:0;padding:22px 24px;z-index:2;
  background:linear-gradient(transparent, rgba(12,10,7,.82))}
.dcell .cap .w{font-family:'Special Elite',cursive;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#e8c9a0}
.dcell .cap .p{font-family:'Fraunces',serif;font-size:26px;color:#fbf3e2;margin-top:4px}
.dcell.tall{grid-row:span 2;aspect-ratio:auto}
@media(max-width:820px){.diptych{grid-template-columns:1fr}.dcell.tall{grid-row:auto}}
/* ---- books: the trilogy ---- */
.books{padding:120px 0}
.book-row{display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:center;padding:64px 0;border-top:1px solid var(--line)}
.book-row:last-child{border-bottom:1px solid var(--line)}
.book-row.flip{grid-template-columns:1fr 300px}
.book-row.flip .bcover{order:2}
.bcover{position:relative;perspective:1400px}
.bcover img{width:100%;border-radius:3px;box-shadow:0 30px 60px rgba(20,15,8,.5), 0 10px 20px rgba(20,15,8,.3);
  transition:transform 1s cubic-bezier(.2, .7, .2, 1);transform:rotateY(-16deg) rotateX(3deg);transform-origin:center}
.book-row.flip .bcover img{transform:rotateY(16deg) rotateX(3deg)}
.bcover:hover img{transform:rotateY(0) rotateX(0)}
.bmeta .n{font-family:'Special Elite',cursive;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--verm)}
.bmeta h3{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(28px,3.6vw,46px);line-height:1.02;color:var(--ink);margin:10px 0 6px}
.bmeta .tagline{font-style:italic;font-size:clamp(17px,1.7vw,22px);color:var(--indigo);margin-bottom:16px}
.bmeta p{font-size:16.5px;line-height:1.6;color:var(--ink2);max-width:52ch}
.bmeta .cta{display:inline-flex;align-items:center;gap:9px;margin-top:22px;font-family:'Special Elite',cursive;font-size:12px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--ink);border-bottom:1.5px solid var(--verm);padding-bottom:4px;transition:color .3s}
.bmeta .cta:hover{gap:16px;color:var(--verm)}
@media(max-width:820px){.book-row,.book-row.flip{grid-template-columns:1fr;gap:30px}.book-row.flip .bcover{order:0}.bcover{max-width:240px}}
/* ---- the sound: symphony ---- */
.sound{padding:130px 0;text-align:center;position:relative}
.sound .big{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(30px,5vw,66px);line-height:1.05;color:var(--ink);max-width:20ch;margin:0 auto}
.sound .big em{font-style:italic;color:var(--verm)}
.sound p{font-size:18px;color:var(--ink2);max-width:54ch;margin:24px auto 0;line-height:1.55}
.eq{display:flex;align-items:flex-end;justify-content:center;gap:5px;height:90px;margin:44px 0 0}
.eq i{width:5px;background:linear-gradient(var(--ember),var(--verm));border-radius:3px;height:20%;animation:eq 1.4s ease-in-out infinite}
@keyframes eq{0%,100%{height:16%}50%{height:100%}}
/* ---- fictional-real: the Akari moment ---- */
.meta-real{padding:120px 0}
.mr-card{position:relative;border:1px solid var(--line);background:rgba(20,17,12,.9);border-radius:5px;overflow:hidden;
  display:grid;grid-template-columns:1fr 1fr;min-height:440px}
.mr-card .mr-img{position:relative;overflow:hidden}
.mr-card .mr-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}
.mr-card .mr-body{padding:56px 52px;display:flex;flex-direction:column;justify-content:center;color:#f2e8d2}
.mr-card .mr-body h2{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(26px,3.4vw,42px);line-height:1.06;margin-bottom:18px}
.mr-card .mr-body h2 em{font-style:italic;color:#f4d29a}
.mr-card .mr-body p{font-size:16.5px;line-height:1.62;color:#cdc0a4;max-width:46ch}
@media(max-width:820px){.mr-card{grid-template-columns:1fr}.mr-card .mr-img{height:260px}.mr-card .mr-body{padding:36px 28px}}
/* ---- professor callout ---- */
.prof{padding:120px 0}
.prof-inner{display:grid;grid-template-columns:auto 1fr auto;gap:34px;align-items:center;
  border:1px solid var(--line);border-radius:6px;padding:38px 44px;background:rgba(239,231,212,.7)}
.prof-inner .pav{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid var(--gold);flex-shrink:0}
.prof-inner h3{font-family:'Fraunces',serif;font-weight:400;font-size:clamp(22px,2.6vw,32px);color:var(--ink);line-height:1.1}
.prof-inner p{font-size:16px;color:var(--ink2);margin-top:8px;max-width:56ch;font-style:italic}
.prof-inner .btn{white-space:nowrap;font-family:'Special Elite',cursive;font-size:12px;letter-spacing:.12em;text-transform:uppercase;
  color:#f2e8d2;background:var(--indigo);padding:15px 26px;border-radius:3px;transition:background .3s, transform .3s}
.prof-inner .btn:hover{background:var(--verm);transform:translateY(-2px)}
@media(max-width:820px){.prof-inner{grid-template-columns:1fr;text-align:center;justify-items:center}}
/* ---- footer ---- */
footer{position:relative;z-index:3;background:#141110;color:#cbbfa5;padding:90px 40px 50px;text-align:center;border-top:1px solid rgba(230,210,170,.12)}
footer .fmark{font-family:'Fraunces',serif;font-size:clamp(26px,4vw,44px);color:#f2e8d2;font-weight:400;letter-spacing:.02em}
footer .fnav{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;margin:30px 0 26px}
footer .fnav a{font-family:'Special Elite',cursive;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#cbbfa5;transition:color .3s}
footer .fnav a:hover{color:var(--ember)}
footer .social{display:flex;gap:14px;justify-content:center;margin-bottom:26px}
footer .social a{width:40px;height:40px;border:1px solid rgba(230,210,170,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-family:'Special Elite',cursive;font-size:13px;color:#cbbfa5;transition:transform .3s, opacity .3s, color .3s, background-color .3s, border-color .3s}
footer .social a:hover{border-color:var(--ember);color:var(--ember);transform:translateY(-3px)}
footer .fine{font-family:'Special Elite',cursive;font-size:11px;letter-spacing:.1em;color:#7a7057}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}
}
