:root{
  --bg:#09090d;
  --bg-soft:#11131a;
  --panel:#11141c;
  --panel-soft:rgba(255,255,255,.05);
  --panel-strong:rgba(255,255,255,.08);
  --line:rgba(255,255,255,.12);
  --line-strong:rgba(255,255,255,.22);
  --text:#f3f2ef;
  --muted:#b1adab;
  --muted-strong:#d1cbc5;
  --accent:#d7a066;
  --accent-soft:rgba(215,160,102,.18);
  --hero-shadow:0 30px 90px rgba(0,0,0,.45);
  --max:1440px;
  --content:1220px;
  --sans:"Segoe UI","Noto Sans KR",system-ui,sans-serif;
  --display:"Times New Roman","Iowan Old Style","Noto Serif KR",serif;
  --header-height:76px;
  --section-space:clamp(88px,11vw,152px);
  --gutter:clamp(20px,4vw,40px);
  --radius-xl:36px;
  --radius-lg:26px;
  --radius-md:18px;
  --ease:cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text)}
html{scroll-behavior:smooth}
body{
  font-family:var(--sans);
  line-height:1.5;
  min-height:100vh;
  background:
    radial-gradient(circle at 15% 20%, rgba(125,88,55,.18), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(87,101,138,.14), transparent 34%),
    linear-gradient(180deg, #09090d 0%, #0c0f15 26%, #0a0c11 100%);
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:120px 120px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,0));
}

a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img,video{display:block;max-width:100%}

.site-shell{position:relative;overflow:clip}
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:40;
  transition:background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease), transform .3s var(--ease);
  border-bottom:1px solid transparent;
}
.site-header.is-scrolled{
  background:rgba(8,9,13,.72);
  border-bottom-color:rgba(255,255,255,.08);
  backdrop-filter:blur(20px);
}
.site-header.is-hidden{transform:translateY(-100%)}
.site-header-inner{
  max-width:var(--max);
  min-height:var(--header-height);
  margin:0 auto;
  padding:18px var(--gutter);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}
.brand-lockup{
  display:grid;
  gap:4px;
}
.brand-mark{
  font-size:12px;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:var(--muted);
}
.brand-name{
  font-size:14px;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.header-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-width:0;
}
.header-nav a{
  position:relative;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
  white-space:nowrap;
}
.header-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s var(--ease);
}
.header-nav a:hover::after,
.header-nav a:focus-visible::after{transform:scaleX(1)}

.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.lang-switch{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
}
.lang-switch button{
  border:0;
  background:transparent;
  color:var(--muted);
  min-width:44px;
  padding:8px 10px;
  border-radius:999px;
  cursor:pointer;
  transition:background .22s var(--ease), color .22s var(--ease);
}
.lang-switch button.is-active{
  background:#f4f1ed;
  color:#09090d;
}

.landing-main{position:relative;z-index:1}

.hero{
  position:relative;
  min-height:100svh;
  display:grid;
  align-items:end;
  padding:calc(var(--header-height) + 28px) var(--gutter) 44px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(6,7,10,.14), rgba(6,7,10,.64) 58%, rgba(6,7,10,.92) 100%),
    radial-gradient(circle at 78% 12%, rgba(215,160,102,.28), transparent 20%);
  z-index:2;
}
.hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:24%;
  background:linear-gradient(180deg, transparent, rgba(9,9,13,.86));
  z-index:2;
}
.hero-media{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.hero-media img,
.hero-media video{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.04);
}
.hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,8,12,.64), rgba(7,8,12,.18) 42%, rgba(7,8,12,.72)),
    linear-gradient(180deg, rgba(7,8,12,.12), rgba(7,8,12,.4) 42%, rgba(7,8,12,.74));
}
.hero-film{
  position:absolute;
  inset:0;
  z-index:1;
  opacity:.28;
  background:
    radial-gradient(circle at center, transparent 40%, rgba(0,0,0,.48) 100%),
    repeating-linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.05) 1px, transparent 1px, transparent 3px);
  mix-blend-mode:soft-light;
}
.hero-inner{
  position:relative;
  z-index:3;
  max-width:var(--max);
  width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0, 760px) 1fr;
  gap:28px;
  align-items:end;
}
.hero-copy{
  max-width:760px;
}
.eyebrow{
  margin:0 0 16px;
  color:var(--muted-strong);
  font-size:12px;
  letter-spacing:.32em;
  text-transform:uppercase;
}
.hero-title{
  margin:0;
  font-family:var(--display);
  font-size:clamp(4rem, 10vw, 9rem);
  line-height:.92;
  letter-spacing:-.055em;
  max-width:8ch;
}
.hero-title .line{
  display:block;
  overflow:hidden;
}
.hero-title .word{
  display:inline-block;
  transform:translate3d(0, 108%, 0);
  opacity:0;
}
.hero-subtitle{
  max-width:32rem;
  margin:24px 0 0;
  font-size:clamp(1.2rem, 2vw, 1.75rem);
  line-height:1.18;
  color:#f2eee7;
}
.hero-description{
  max-width:36rem;
  margin:16px 0 0;
  font-size:1rem;
  color:var(--muted);
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid transparent;
  transition:transform .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease);
}
.button-primary{
  background:#f6f2ed;
  color:#09090d;
}
.button-secondary{
  background:rgba(255,255,255,.02);
  border-color:rgba(255,255,255,.16);
  color:#f6f2ed;
}
.button:hover,
.button:focus-visible{
  transform:translateY(-1px);
}
.hero-side{
  display:grid;
  justify-items:end;
}
.hero-meta{
  width:min(100%, 280px);
  padding:20px 22px;
  border-radius:26px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:var(--hero-shadow);
  backdrop-filter:blur(16px);
}
.hero-meta-label{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--muted);
}
.hero-meta-copy{
  margin-top:12px;
  font-size:14px;
  color:#e7e2dc;
}

.section{
  position:relative;
  padding:var(--section-space) var(--gutter);
}
.section::before{
  content:"";
  position:absolute;
  top:0;
  left:var(--gutter);
  right:var(--gutter);
  border-top:1px solid rgba(255,255,255,.08);
}
.section-inner{
  max-width:var(--content);
  margin:0 auto;
}
.section-head{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 360px);
  gap:24px;
  align-items:end;
  margin-bottom:30px;
}
.section-label{
  margin:0 0 12px;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.section-title{
  margin:0;
  font-family:var(--display);
  font-size:clamp(2.6rem, 5.4vw, 5.6rem);
  line-height:.98;
  letter-spacing:-.045em;
  max-width:12ch;
}
.section-description{
  margin:0;
  color:var(--muted);
  font-size:1rem;
  max-width:34rem;
}

[data-reveal]{
  opacity:0;
  transform:translate3d(0, 36px, 0);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
}
[data-reveal].is-visible{
  opacity:1;
  transform:translate3d(0, 0, 0);
}
[data-stagger] > *{
  transition-delay:var(--stagger-delay, 0ms);
}

.manifesto-grid{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:24px;
}
.manifesto-card{
  padding:30px;
  border-radius:var(--radius-xl);
  border:1px solid var(--line);
  background:linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.manifesto-kicker{
  color:var(--accent);
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.manifesto-copy{
  color:#ece7e1;
  font-size:clamp(1.2rem, 2vw, 1.6rem);
  line-height:1.3;
}

.worlds-shell{
  display:grid;
  grid-template-columns:minmax(320px, 380px) minmax(0, 1fr);
  gap:28px;
  align-items:start;
}
.worlds-copy{
  position:sticky;
  top:calc(var(--header-height) + 34px);
  display:grid;
  gap:14px;
}
.worlds-panel{
  display:none;
  padding:26px;
  border-radius:var(--radius-xl);
  min-height:320px;
  background:linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid var(--line);
}
.worlds-panel.is-active{display:grid;align-content:start}
.worlds-panel-label{
  color:var(--accent);
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.worlds-panel-title{
  margin:10px 0 0;
  font-family:var(--display);
  font-size:clamp(2rem, 3.4vw, 3.4rem);
  line-height:.94;
}
.worlds-panel-description{
  margin:14px 0 0;
  color:var(--muted);
}
.worlds-panel-link{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f2eee7;
}

.worlds-track{
  display:grid;
  gap:18px;
}
.world-card{
  position:relative;
  min-height:440px;
  overflow:hidden;
  border-radius:var(--radius-xl);
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 80% 20%, rgba(215,160,102,.18), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.world-card.is-active{
  border-color:rgba(215,160,102,.34);
  transform:translateY(-2px);
}
.world-card-media{
  position:absolute;
  inset:0;
}
.world-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.48;
}
.world-card-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(8,8,11,.1), rgba(8,8,11,.7) 78%, rgba(8,8,11,.92)),
    linear-gradient(90deg, rgba(8,8,11,.5), rgba(8,8,11,.1) 46%, rgba(8,8,11,.58));
}
.world-card-body{
  position:relative;
  z-index:1;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:30px;
}
.world-card-index{
  position:absolute;
  top:20px;
  right:24px;
  font-size:clamp(3rem, 8vw, 7rem);
  line-height:1;
  font-family:var(--display);
  color:rgba(255,255,255,.12);
}
.world-card-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  margin-bottom:18px;
}
.world-card-label{
  color:var(--muted);
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.world-card-title{
  margin:10px 0 0;
  font-size:clamp(1.7rem, 4vw, 2.8rem);
}
.world-card-description{
  max-width:26rem;
  margin:12px 0 0;
  color:#d2cdc7;
}

.featured-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(0, .85fr);
  gap:20px;
}
.featured-primary,
.featured-secondary article,
.showcase-primary,
.showcase-secondary article,
.update-card,
.final-card,
.contact-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius-xl);
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(150deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.featured-primary{
  min-height:560px;
}
.featured-secondary{
  display:grid;
  gap:20px;
}
.featured-secondary article{min-height:270px}
.feature-media,
.showcase-media-frame,
.update-card-media{
  position:absolute;
  inset:0;
}
.feature-media img,
.showcase-media-frame img,
.showcase-media-frame video,
.update-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.feature-media::after,
.showcase-media-frame::after,
.update-card-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(5,6,8,.06), rgba(5,6,8,.62) 58%, rgba(5,6,8,.9));
}
.feature-body,
.showcase-caption,
.update-card-body{
  position:relative;
  z-index:1;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:30px;
}
.feature-tag,
.update-tag,
.showcase-eyebrow{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--muted);
}
.feature-title,
.showcase-title,
.update-title,
.final-title{
  margin:10px 0 0;
  font-family:var(--display);
  line-height:1;
  letter-spacing:-.03em;
}
.feature-title{font-size:clamp(2.3rem, 4vw, 4.6rem); max-width:10ch}
.feature-copy,
.showcase-copy,
.update-copy,
.final-copy{
  max-width:32rem;
  margin:14px 0 0;
  color:#d4cec8;
}
.feature-link,
.update-link,
.world-card-link{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f3efe8;
}

.showcase-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(0, .9fr);
  gap:20px;
}
.showcase-primary{min-height:640px}
.showcase-secondary{
  display:grid;
  gap:20px;
}
.showcase-secondary article{min-height:310px}
.showcase-title{
  font-size:clamp(2rem, 4vw, 4rem);
  max-width:8ch;
}

.youtube-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(320px, .9fr);
  gap:20px;
  align-items:start;
}
.youtube-player{
  overflow:hidden;
  min-height:640px;
}
.youtube-player-media{
  position:relative;
  min-height:400px;
  overflow:hidden;
  background:linear-gradient(150deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.youtube-player-media img,
.youtube-player-media iframe{
  width:100%;
  height:100%;
  min-height:400px;
  object-fit:cover;
  border:0;
}
.youtube-player-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(5,6,8,.02), rgba(5,6,8,.34) 58%, rgba(5,6,8,.84));
  pointer-events:none;
}
.youtube-play-button{
  position:absolute;
  left:28px;
  bottom:28px;
  z-index:1;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:12px 18px;
  color:#f6f2ed;
  background:rgba(9,9,13,.72);
  backdrop-filter:blur(14px);
  cursor:pointer;
  transition:transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease);
}
.youtube-media-toggle{
  position:absolute;
  inset:0;
  z-index:2;
  border:0;
  background:transparent;
  color:#f6f2ed;
  cursor:pointer;
}
.youtube-media-toggle-badge{
  position:absolute;
  left:28px;
  bottom:28px;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(9,9,13,.58);
  backdrop-filter:blur(14px);
  font-size:13px;
  letter-spacing:.04em;
  transition:transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease), opacity .22s var(--ease);
}
.youtube-media-toggle.is-playing .youtube-media-toggle-badge{
  opacity:.84;
}
.youtube-media-toggle.is-paused .youtube-media-toggle-badge{
  opacity:1;
  background:rgba(9,9,13,.78);
}
.youtube-player-body{
  position:relative;
  z-index:1;
  padding:28px;
  display:grid;
  gap:12px;
}
.youtube-player-kicker,
.spotify-card-label{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--muted);
}
.youtube-player-title,
.spotify-card-title{
  margin:0;
  font-family:var(--display);
  font-size:clamp(1.9rem, 3vw, 3rem);
  line-height:.96;
}
.youtube-player-copy{
  margin:0;
  color:var(--muted);
  max-width:38rem;
}
.youtube-player-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.youtube-player-link{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  color:#f3efe8;
  background:rgba(255,255,255,.04);
  transition:transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease);
}
.youtube-channels{
  display:grid;
  gap:14px;
}
.youtube-channel{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr) auto;
  gap:16px;
  align-items:start;
  width:100%;
  padding:22px;
  border-radius:var(--radius-lg);
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:inherit;
  text-align:left;
  cursor:pointer;
  transition:transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease);
}
.youtube-channel.is-active{
  border-color:rgba(215,160,102,.34);
  background:linear-gradient(150deg, rgba(215,160,102,.12), rgba(255,255,255,.04));
}
.youtube-channel-index{
  font-size:clamp(2rem, 4vw, 3.2rem);
  line-height:1;
  font-family:var(--display);
  color:rgba(255,255,255,.18);
}
.youtube-channel-copy{
  display:grid;
  gap:8px;
}
.youtube-channel-label{
  color:#f3efe8;
  font-size:15px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.youtube-channel-title{
  color:var(--muted-strong);
  font-size:16px;
  line-height:1.35;
}
.youtube-channel-meta{
  color:var(--muted);
  font-size:13px;
  word-break:break-word;
}
.youtube-channel-cta{
  color:var(--accent);
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.spotify-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.spotify-card{
  display:grid;
  grid-template-rows:240px 1fr;
  min-height:420px;
  overflow:hidden;
  border-radius:var(--radius-xl);
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(150deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  transition:transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease);
}
.spotify-card-media{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(215,160,102,.24), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.02));
}
.spotify-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.spotify-card-initial{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font-family:var(--display);
  font-size:clamp(3rem, 8vw, 6rem);
  color:rgba(255,255,255,.38);
}
.spotify-card-body{
  padding:24px;
  display:grid;
  align-content:end;
  gap:10px;
}
.spotify-card-link{
  margin-top:10px;
  color:var(--accent);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
}

.updates-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.update-card{
  min-height:320px;
}
.update-card-body{
  min-height:320px;
  padding:24px;
}
.update-title{font-size:clamp(1.6rem, 3vw, 2.3rem)}

.footer-shell{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(340px, .95fr);
  gap:22px;
}
.final-card,
.contact-card{
  min-height:420px;
  padding:34px;
}
.final-card::before{
  content:"";
  position:absolute;
  inset:auto -20% -26% auto;
  width:360px;
  height:360px;
  background:radial-gradient(circle, rgba(215,160,102,.22), transparent 72%);
}
.final-title{
  font-size:clamp(2.6rem, 5vw, 4.8rem);
  max-width:9ch;
}
.final-card .hero-actions{
  margin-top:22px;
}
.contact-card{
  display:grid;
  align-content:space-between;
}
.contact-copy{color:var(--muted)}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.footer-links a{
  font-size:14px;
  color:#e7e1da;
}
.footer-links.footer-console{
  margin-top:auto;
  padding-top:32px;
}
.footer-links.footer-console a{
  color:var(--muted);
}
.copyright{
  color:var(--muted);
  font-size:13px;
}

.empty-state-landing{
  position:relative;
  z-index:1;
  padding:24px;
  border-radius:var(--radius-lg);
  border:1px dashed rgba(255,255,255,.18);
  color:var(--muted);
  background:rgba(255,255,255,.03);
}

@media (hover:hover){
  .featured-primary:hover .feature-media img,
  .featured-secondary article:hover .feature-media img,
  .showcase-primary:hover .showcase-media-frame img,
  .showcase-secondary article:hover .showcase-media-frame img,
  .update-card:hover .update-card-media img,
  .spotify-card:hover .spotify-card-media img{
    transform:scale(1.04);
  }
  .feature-media img,
  .showcase-media-frame img,
  .update-card-media img,
  .spotify-card-media img{
    transition:transform .6s var(--ease), opacity .3s var(--ease);
  }
  .youtube-player-link:hover,
  .youtube-player-link:focus-visible,
  .youtube-play-button:hover,
  .youtube-play-button:focus-visible,
  .youtube-media-toggle:hover .youtube-media-toggle-badge,
  .youtube-media-toggle:focus-visible .youtube-media-toggle-badge,
  .youtube-channel:hover,
  .youtube-channel:focus-visible,
  .spotify-card:hover,
  .spotify-card:focus-visible{
    transform:translateY(-1px);
  }
}

@media (max-width: 1180px){
  .site-header-inner,
  .hero-inner,
  .section-head,
  .manifesto-grid,
  .worlds-shell,
  .featured-grid,
  .youtube-layout,
  .showcase-layout,
  .spotify-grid,
  .updates-grid,
  .footer-shell{
    grid-template-columns:1fr;
  }

  .header-nav{
    justify-content:flex-start;
    overflow:auto;
    padding-bottom:4px;
  }

  .hero{
    min-height:auto;
    padding-top:calc(var(--header-height) + 56px);
  }

  .hero-inner{
    align-items:end;
  }

  .hero-side{
    justify-items:start;
  }

  .worlds-copy{
    position:static;
  }

  .worlds-panel{
    display:grid;
    min-height:auto;
  }
}

@media (max-width: 760px){
  :root{
    --header-height:72px;
    --section-space:72px;
    --gutter:18px;
  }

  body::before{opacity:.12}
  .site-header-inner{
    gap:12px;
    grid-template-columns:1fr auto;
    align-items:center;
    padding-top:14px;
    padding-bottom:14px;
  }
  .header-nav{display:none}
  .brand-lockup{gap:2px}
  .brand-mark{font-size:11px; letter-spacing:.22em}
  .brand-name{font-size:12px; letter-spacing:.2em}
  .lang-switch{
    gap:4px;
    padding:4px;
    background:rgba(255,255,255,.07);
  }
  .lang-switch button{
    min-width:40px;
    padding:8px 8px;
  }
  .hero{
    min-height:100svh;
    align-items:end;
    padding-top:calc(var(--header-height) + 82px);
    padding-bottom:34px;
  }
  .hero-inner{
    gap:20px;
  }
  .hero-title{
    max-width:7ch;
    font-size:clamp(3.2rem, 18vw, 5rem);
  }
  .hero-subtitle{
    font-size:1.08rem;
  }
  .hero-description{
    max-width:22rem;
    font-size:1rem;
  }
  .hero-actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-actions .button{
    width:min(100%, 18rem);
    justify-content:center;
  }
  .hero-meta{
    width:100%;
  }
  .world-card{
    min-height:360px;
  }
  .featured-primary,
  .youtube-player,
  .showcase-primary,
  .final-card,
  .contact-card{
    min-height:380px;
  }
  .featured-secondary article,
  .showcase-secondary article,
  .spotify-card,
  .update-card{
    min-height:280px;
  }
  .youtube-player-media,
  .youtube-player-media img,
  .youtube-player-media iframe{
    min-height:300px;
  }
}

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