@font-face { font-family: "RansiteMedieval"; src: url("../assets/fonts/RansiteMedieval.otf") format("opentype"); font-weight: normal; font-style: normal; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #000; color: white; font-family: Arial, sans-serif; }

/* Desktop: original composition */
.nav { position: fixed; top: 30px; left: 40px; right: 40px; display: flex; justify-content: space-between; z-index: 20; }
.nav nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: white; text-decoration: none; font-size: 12px; letter-spacing: 5px; opacity: .7; transition: opacity .3s ease; }
.nav a:hover { opacity: 1; }
.shop-soon { color: white; font-size: 12px; letter-spacing: 5px; opacity: .38; white-space: nowrap; }
.shop-soon small { font-size: 8px; letter-spacing: 2px; }
.social-icons { display: flex; align-items: center; gap: 18px; }
.social-icons img { width: 20px; height: 20px; object-fit: contain; opacity: .8; transition: opacity .3s ease, transform .3s ease; }
.social-icons a:hover img { opacity: 1; transform: scale(1.15); }

.hero { height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.hero-video { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: contrast(1.08) brightness(.85); }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); z-index: 1; }
.red-glow { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at center, rgba(139,0,0,.18), transparent 50%); }
.hero-content { opacity: 0; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 2; text-align: center; animation: heroReveal 1s ease forwards; }
@keyframes heroReveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.persona-image { width: 360px; height: 480px; position: relative; display: flex; justify-content: center; align-items: center; margin-bottom: -40px; z-index: 1 !important; cursor: pointer; }
.persona-float { position: relative; width: 100%; height: 100%; animation: snakeFloat 4s ease-in-out infinite; filter: drop-shadow(0 20px 40px rgba(139,0,0,.12)); transition: transform .2s ease-out; }
.persona-body, .persona-eyes { position: absolute; width: 100%; height: 100%; object-fit: contain; left: 0; top: 0; transition: transform .8s cubic-bezier(.16,1,.3,1), filter .8s ease, opacity .5s ease; }
.persona-body { filter: drop-shadow(0 30px 50px rgba(0,0,0,.8)); }
.persona-eyes { opacity: 0; filter: brightness(0); }
.persona-image:hover .persona-body, .persona-image:hover .persona-eyes { transform: scale(1.05); }
.persona-image:hover .persona-body { filter: drop-shadow(0 30px 60px rgba(139,0,0,.25)); }
.persona-image:hover .persona-eyes { opacity: 1; filter: brightness(1.5) drop-shadow(0 0 15px #8B0000) drop-shadow(0 0 35px rgba(255,0,0,.5)); }
@keyframes snakeFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-8px) rotate(.5deg); } }

.hero-logo { position: relative; z-index: 3 !important; width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 40px; overflow: hidden; pointer-events: none; transition: transform .2s ease-out; }
.hero-logo img { width: 700px; max-width: 90vw; height: auto; position: relative; z-index: 2; animation: logoPresence 5s ease-in-out infinite; }
@keyframes logoPresence { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .92; transform: scale(1.015); } }
.hero .persona-image { transform: translateY(140px) scale(1.5) !important; }
.hero .hero-logo { transform: translateY(-140px) scale(1.5) !important; }

.hex-button-wrap, .hex-button { position: relative; z-index: 20; }
.hero .hex-button-wrap { top: -70px !important; }
.hero .hex-button { display: inline-block; margin-top: 50px; padding: 35px 120px !important; min-width: 420px; height: 95px; background: rgba(0,0,0,.65); color: white; border: 1px solid rgba(139,0,0,.7); border-width: 2px; font-size: 20px !important; letter-spacing: 10px !important; cursor: pointer; box-shadow: 0 0 25px rgba(139,0,0,.25), inset 0 0 20px rgba(139,0,0,.08); animation: hexPulse 4s ease-in-out infinite; transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s ease, border-color .5s ease; }
.hex-button-wrap { transition: transform .6s cubic-bezier(.16,1,.3,1); }
.hex-button-wrap:hover { transform: scale(1.04); }
.hero .hex-button:hover { transform: scale(1.06); color: #8B0000; border-color: #ff0000; box-shadow: 0 0 60px rgba(139,0,0,.7); }
@keyframes hexPulse { 0%,100% { box-shadow: 0 0 25px rgba(139,0,0,.25), inset 0 0 20px rgba(139,0,0,.08); } 50% { box-shadow: 0 0 40px rgba(139,0,0,.45), inset 0 0 25px rgba(139,0,0,.12); } }

.music { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
.music-box { transform: scale(1.12); }
.music-box h2 { text-align: center; font-family: "RansiteMedieval", serif; font-size: 12px; letter-spacing: 1px; font-weight: 400; opacity: .6; }
.release-cover { width: 380px; height: 380px; margin: 40px auto; overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 40px rgba(139,0,0,.18), 0 0 90px rgba(139,0,0,.1), 0 40px 80px rgba(0,0,0,.8); transition: .5s ease; }
.release-cover img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.release-cover:hover { box-shadow: 0 0 60px rgba(139,0,0,.35), 0 0 120px rgba(139,0,0,.2), 0 45px 90px rgba(0,0,0,.9); }
.release-cover:hover img { transform: scale(1.08); }
.release-info { text-align: center; margin-bottom: 40px; transition-delay: .3s; }
.release-info h3 { font-family: "RansiteMedieval", serif; font-size: 26px; letter-spacing: 1px; font-weight: 500; }
.release-info p { margin-top: 10px; opacity: .5; font-size: 14px; letter-spacing: 4px; }
.platforms { margin-top: 40px; }
.platform { display: flex; align-items: center; justify-content: space-between; width: 430px; margin: 22px auto; }
.platform span { width: 160px; text-align: left; font-size: 15px; letter-spacing: 4px; }
.play-button { display: inline-flex; align-items: center; justify-content: center; min-width: 130px; height: 52px; line-height: 1; background: transparent; color: white; border: 1px solid rgba(255,255,255,.4); padding: 10px 25px; font-size: 13px; letter-spacing: 4px; text-decoration: none; text-transform: uppercase; text-align: center; transition: .3s ease; }
.play-button:hover { background: rgba(255,255,255,.05); transform: translateX(5px); }

.visuals { display: block; min-height: auto; text-align: center; padding: 120px 0; }
.visuals h2 { display: block; width: 100%; margin-bottom: 60px; font-size: 12px; letter-spacing: 8px; opacity: .6; }
.mobile-visual-note { display: none; }
.visual-grid { display: grid; grid-template-columns: clamp(210px,20vw,260px) clamp(360px,38vw,460px) clamp(280px,30vw,360px); width: min(100% - 48px, 1160px); justify-content: center; align-items: center; gap: clamp(20px,3vw,34px); margin: 80px auto 0; }
.visual-item { position: relative; width: 100%; height: auto; aspect-ratio: 13 / 17; overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); cursor: pointer; transition: opacity .8s ease, transform .8s ease, border-color .5s ease; }
.visual-2 { aspect-ratio: 16 / 9; }
.visual-3 { aspect-ratio: 3 / 2; }
.visual-item img { width: 100%; height: 100%; object-fit: cover; transition: opacity .4s ease; }
.visual-item video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.05); transition: opacity .5s ease, transform 1.2s ease; }
.visual-item:hover { transform: translateY(-8px); border-color: rgba(139,0,0,.5); }
.visual-item:hover img { opacity: 0; }
.visual-item:hover video { opacity: 1; transform: scale(1); }
.visual-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,.7), transparent); opacity: 0; transition: .5s ease; }
.visual-item:hover .visual-overlay { opacity: 1; background: linear-gradient(to top, rgba(0,0,0,.9), transparent); }

.contact { min-height: auto; display: flex; justify-content: center; align-items: center; text-align: center; padding-top: 10px; padding-bottom: 40px; }
.contact-box p { margin-bottom: 20px; font-size: 11px; letter-spacing: 5px; opacity: .5; }
.contact-box a { color: white; text-decoration: none; font-size: 16px; letter-spacing: 3px; transition: .3s ease; }
.contact-box a:hover { color: #8B0000; }
footer { padding: 40px; text-align: center; }

#intro { position: fixed; inset: 0; z-index: 999; display: flex; justify-content: center; align-items: center; background: black; transition: opacity 1s ease, filter 1s ease; }
#intro video { width: 100%; height: 100%; object-fit: cover; }
.global-grain { position: fixed; inset: 0; z-index: 5; pointer-events: none; opacity: .02; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E"); }
.reveal-item { opacity: 0; transform: translateY(20px); }
body.intro-finished .reveal-item { animation: revealUp 1s ease forwards; }
.persona-image.reveal-item { animation-delay: .2s; }.hero-logo.reveal-item { animation-delay: .5s; }.hero button.reveal-item { animation-delay: .8s; }
@keyframes revealUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.scroll-reveal { opacity: 0; transform: translateY(40px); transition: .8s ease; }.scroll-reveal.active { opacity: 1; transform: translateY(0); }
.release-reveal { opacity: 0; transform: translateY(30px); transition: .8s ease; }.release-reveal.active { opacity: 1; transform: translateY(0); }
.visual-1 { transition-delay: .1s; }.visual-2 { transition-delay: .3s; }.visual-3 { transition-delay: .5s; }

/* Mobile only — this block does not alter the desktop composition above. */
@media (max-width: 768px) {
  .nav { top: 7px; left: -6px; right: 10px; align-items: center; }
  .hero-video { filter: none; transform: translateZ(0); }
  .nav nav { gap: 0; }
  .nav a { font-size: 13px; letter-spacing: 3px; }
  .shop-soon { display: flex; align-items: center; justify-content: center; width: 102px; min-height: 54px; gap: 4px; font-size: 10px; letter-spacing: 2px; }.shop-soon small { font-size: 7px; letter-spacing: 1px; }
  .social-icons { gap: 0; }.social-icons a, .nav nav a { display: grid; width: 54px; min-height: 54px; place-items: center; }.social-icons a + a { margin-left: -8px; }.social-icons img { width: 28px; height: 28px; }
  .hero { min-height: 100svh; height: 100svh; }
  .hero-content { width: 100%; height: 100%; }
  .hero .persona-image { position: absolute; left: 50%; top: 50%; bottom: auto; width: min(72vw, 280px); height: auto; aspect-ratio: 3 / 4; margin-bottom: 0; transform: translate(-50%, -50%) !important; }
  .hero .hero-logo { position: absolute; top: 50%; left: 0; right: 0; width: 100%; align-self: center; justify-content: center; margin: 0 auto; transform: translateY(-50%) !important; }
  .hero-logo img { width: min(86vw, 340px); max-width: 86vw; margin-inline: auto; }
  .hero .hex-button-wrap { position: absolute; top: 74% !important; left: 0; right: 0; text-align: center; }
  .hero .hex-button { margin-top: 0; min-width: 0; width: auto; max-width: calc(100vw - 40px); height: auto; padding: 19px 32px !important; font-size: 13px !important; letter-spacing: 4px !important; }
  .music { min-height: auto; padding: 92px 20px; }.music-box { width: 100%; transform: none; }
  .release-cover { width: min(78vw, 340px); height: auto; aspect-ratio: 1; margin: 30px auto; }
  .release-info { margin-bottom: 30px; }.release-info h3 { font-size: clamp(21px, 7vw, 26px); }.release-info p { font-size: 12px; }
  .platform { width: 100%; max-width: 390px; margin: 14px auto; gap: 14px; }.platform span { width: auto; font-size: 12px; letter-spacing: 2px; }.play-button { min-width: 106px; height: 46px; padding: 8px 12px; font-size: 11px; letter-spacing: 3px; }
  .visuals { padding: 92px 18px; }.visuals h2 { margin-bottom: 12px; }.mobile-visual-note { display: block; margin-bottom: 40px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: 3px; }.visual-grid { grid-template-columns: minmax(0, 1fr); width: 100%; max-width: 540px; gap: 18px; margin: 0 auto; }.visual-item { width: 100%; height: auto; }.visual-1 { grid-column: 1; grid-row: auto; width: min(62vw,260px); justify-self: center; aspect-ratio: 13 / 17; }.visual-2 { grid-column: 1; grid-row: auto; width: 100%; aspect-ratio: 16 / 9; }.visual-3 { grid-column: 1; grid-row: auto; width: 100%; aspect-ratio: 3 / 2; }
  .visual-item:hover { transform: none; }.visual-item:hover img { opacity: 1; }.visual-item video { display: block; pointer-events: none; }.visual-item.is-playing img { opacity: 0; }.visual-item.is-playing video { opacity: 1; transform: scale(1); }.visual-item.is-playing .visual-overlay { opacity: 1; }
  .persona-image:hover .persona-body, .persona-image:hover .persona-eyes { transform: none; }
  .persona-image:hover .persona-body { filter: drop-shadow(0 30px 50px rgba(0,0,0,.8)); }
  .persona-image:hover .persona-eyes { opacity: 0; filter: brightness(0); }
  .persona-image.is-awake .persona-body, .persona-image.is-awake .persona-eyes { transform: scale(1.05); }
  .persona-image.is-awake .persona-body { filter: drop-shadow(0 30px 60px rgba(139,0,0,.25)); }
  .persona-image.is-awake .persona-eyes { opacity: 1; filter: brightness(1.5) drop-shadow(0 0 15px #8B0000) drop-shadow(0 0 35px rgba(255,0,0,.5)); }
  .release-cover:hover img { transform: none; }
  .release-cover.is-active img { transform: scale(1.08); }
  .release-cover.is-active { box-shadow: 0 0 60px rgba(139,0,0,.35), 0 0 120px rgba(139,0,0,.2), 0 45px 90px rgba(0,0,0,.9); }
  .contact { padding: 12px 20px 40px; }.contact-box p { font-size: 10px; letter-spacing: 3px; }.contact-box a { font-size: clamp(13px, 4vw, 16px); letter-spacing: 1px; overflow-wrap: anywhere; }
  footer { padding: 30px 20px; font-size: 11px; }
}
@media (max-width: 360px) { .nav a { letter-spacing: 2px; }.hero .hex-button { padding-inline: 18px !important; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
