@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Sans+TC:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap");

:root {
  --paper: #f1ecdf;
  --paper-light: #faf7ef;
  --paper-deep: #e5ddcc;
  --ink: #282b2b;
  --muted: #696b66;
  --line: rgba(40, 43, 43, 0.2);
  --blue: #185da8;
  --blue-deep: #10457e;
  --cyan: #43b5c5;
  --coral: #ed765d;
  --white: #fffdf8;
  --radius-xl: 48px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 28px 72px rgba(44, 51, 47, 0.12);
  --mono: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Noto Sans TC", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(67, 181, 197, 0.1), transparent 24%),
    radial-gradient(circle at 87% 7%, rgba(237, 118, 93, 0.1), transparent 22%),
    var(--paper);
  font-family: var(--sans);
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(28, 69, 93, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 69, 93, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.18;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
.ambient {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.32;
  pointer-events: none;
}
.ambient--one { width: 330px; height: 330px; background: #b8dde0; top: 16%; right: -150px; }
.ambient--two { width: 260px; height: 260px; background: #f2b19c; bottom: 15%; left: -130px; }

.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.anchor-target { position: absolute; top: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 99px; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 32px));
  height: 62px;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 999px;
  background: rgba(250, 247, 239, 0.83);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(32, 39, 38, .08);
  transition: top .25s, box-shadow .25s, background .25s;
}
.site-header.is-scrolled { top: 10px; background: rgba(250,247,239,.94); box-shadow: 0 12px 34px rgba(32,39,38,.14); }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand img { width: 112px; height: 40px; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.desktop-nav a { padding: 9px 11px; border-radius: 99px; font-size: 12px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background .2s, color .2s; }
.desktop-nav a:hover { background: rgba(24, 93, 168, .1); color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 7px; }
.language-switcher { display: flex; align-items: center; padding: 3px; background: rgba(40,43,43,.07); border-radius: 99px; }
.language-switcher a { display: grid; place-items: center; min-width: 30px; height: 29px; padding: 0 7px; border-radius: 99px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; text-decoration: none; }
.language-switcher a[aria-current="page"] { background: var(--white); color: var(--blue); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.header-contact { padding: 9px 16px; border-radius: 99px; background: var(--blue); color: white; text-decoration: none; font-size: 12px; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--blue); cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1.5px; margin: 4px auto; background: white; transition: .2s; }
.menu-toggle.is-open span:first-child { transform: translateY(2.75px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-2.75px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 45; inset: 0; padding: 104px 24px 24px; background: rgba(241,236,223,.98); }
.mobile-menu nav { display: grid; gap: 4px; }
.mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 22px; font-weight: 700; }

.hero { padding-top: 112px; padding-bottom: 56px; scroll-margin-top: 90px; }
.hero-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(40px, 5vw, 76px);
  align-items: center;
  min-height: 650px;
  padding: clamp(46px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(40,43,43,.16);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(115deg, rgba(255,255,255,.68), rgba(255,255,255,.2)),
    var(--paper-light);
  box-shadow: var(--shadow);
}
.hero-card::before { content: "MUGIO / SMALL OBSERVATIONS, PLAYABLE WORLDS"; position: absolute; right: 38px; bottom: 18px; color: rgba(40,43,43,.35); font: 9px var(--mono); letter-spacing: .13em; }
.hero-card::after { content: ""; position: absolute; z-index: -1; width: 360px; height: 360px; border: 1px solid rgba(24,93,168,.14); border-radius: 50%; left: -210px; top: 70px; box-shadow: 0 0 0 45px rgba(24,93,168,.035), 0 0 0 90px rgba(24,93,168,.025); }
.hero-copy { position: relative; z-index: 2; }
.section-index { margin: 0 0 18px; color: var(--blue); font: 700 11px/1.2 var(--mono); letter-spacing: .11em; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 26px; color: var(--muted); font: 700 9px/1.5 var(--mono); letter-spacing: .13em; }
.pulse-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(237,118,93,.13); }
.hero-studio-logo { width: min(225px, 58%); margin-bottom: 24px; }
.hero h1 { margin: 0; max-width: 670px; font-size: clamp(35px, 3.75vw, 48px); line-height: 1.23; letter-spacing: -.035em; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: #555852; font-size: 16px; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .03em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ink); color: white; }
.button--primary:hover { background: var(--blue); border-color: var(--blue); }
.button--ghost { background: rgba(255,255,255,.42); }
.button--ghost:hover { background: white; }
.button--full { width: 100%; }

.studio-collage { position: relative; min-height: 520px; }
.collage-grid { position: absolute; inset: 10px 0 0 34px; border: 1px solid rgba(24,93,168,.18); border-radius: 34px; background-image: radial-gradient(rgba(24,93,168,.18) 1px, transparent 1px); background-size: 18px 18px; transform: rotate(2deg); }
.collage-main { position: absolute; z-index: 2; inset: 32px 34px 84px 10px; margin: 0; padding: 10px; border-radius: 26px; background: #fff; box-shadow: 0 25px 60px rgba(35,56,63,.18); transform: rotate(-2.5deg); }
.collage-main::before { content:""; position:absolute; z-index:3; width:96px; height:24px; top:-12px; left:calc(50% - 48px); background:rgba(239,222,178,.78); transform:rotate(3deg); }
.collage-main img { width: 100%; height: 100%; border-radius: 19px; object-fit: cover; }
.collage-screen { position: absolute; z-index: 4; width: 44%; right: -12px; top: 215px; margin: 0; padding: 7px; border: 1px solid var(--ink); border-radius: 18px; background: white; transform: rotate(5deg); box-shadow: 0 16px 35px rgba(29,37,37,.19); }
.collage-screen img { width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: 12px; }
.collage-dog { position: absolute; z-index: 5; width: 125px; left: -24px; bottom: 12px; filter: drop-shadow(0 13px 14px rgba(41,45,43,.2)); transform: rotate(-7deg); }
.collage-label { position: absolute; z-index: 5; padding: 10px 16px; border-radius: 999px; background: var(--blue); color: white; font: 700 9px var(--mono); letter-spacing: .1em; box-shadow: 0 10px 24px rgba(16,69,126,.2); }
.collage-label--top { top: 0; right: 10px; transform: rotate(2deg); }
.collage-note { position: absolute; z-index: 5; left: 85px; bottom: 0; min-width: 235px; padding: 14px 18px; border: 1px solid rgba(40,43,43,.25); background: #fffaf0; box-shadow: 0 12px 30px rgba(40,43,43,.1); transform: rotate(-1deg); }
.collage-note span { display: block; color: var(--coral); font: 700 9px var(--mono); letter-spacing: .12em; }
.collage-note strong { display: block; margin-top: 4px; font-size: 18px; }
.collage-note small { color: var(--muted); font: 10px var(--mono); }

.studio-fact-strip { display: grid; grid-template-columns: .85fr .75fr 1.45fr 1fr; margin-top: 16px; border: 1px solid var(--line); border-radius: 24px; background: rgba(250,247,239,.72); overflow: hidden; }
.studio-fact-strip article { min-height: 94px; padding: 18px 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.studio-fact-strip article:last-child { border-right: 0; }
.studio-fact-strip span, .game-facts span { color: var(--muted); font: 700 9px var(--mono); letter-spacing: .1em; }
.studio-fact-strip strong, .game-facts strong { margin-top: 5px; font-size: 13px; line-height: 1.5; }

.section { padding-block: 100px; scroll-margin-top: 84px; }
.game-section { padding-top: 112px; }
.game-intro-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 8vw, 100px); align-items: end; }
.game-logo { width: min(310px, 72%); margin: 0 0 8px; }
.game-title-line { margin: 0 0 32px; color: var(--muted); font: 10px var(--mono); letter-spacing: .09em; }
.game-title-line span { margin: 0 6px; }
.game-title-line b { font-weight: 400; }
.game-intro-copy h2, .section-heading h2, .team-section h2 { margin: 0; font-size: clamp(31px, 3.6vw, 47px); line-height: 1.3; letter-spacing: -.03em; }
.game-summary { margin: 23px 0 0; max-width: 700px; color: #555852; font-size: 16px; line-height: 1.95; }
.game-long-copy { padding: 28px 30px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(250,247,239,.35); }
.card-kicker { margin: 0 0 16px; color: var(--blue); font: 700 10px var(--mono); letter-spacing: .11em; }
.game-long-copy > p:last-child { margin: 0; color: #555852; font-size: 14px; line-height: 2; }
.game-facts { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.game-facts div { min-height: 84px; padding: 16px 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.game-facts div:first-child { padding-left: 0; }
.game-facts div:last-child { border-right: 0; }

.genre-panel { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; min-height: 450px; margin-top: 84px; padding: 50px 54px; overflow: hidden; scroll-margin-top: 94px; border-radius: 38px; color: white; background:
  radial-gradient(circle at 12% 84%, rgba(255,255,255,.12) 0 2px, transparent 2px) 0 0/22px 22px,
  linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 28px 70px rgba(16,69,126,.22);
}
.genre-panel::after { content: "MUGIO"; position: absolute; left: -12px; bottom: -76px; color: rgba(255,255,255,.055); font: 700 180px/1 var(--mono); letter-spacing: -.09em; }
.genre-intro { position: relative; z-index: 2; }
.genre-intro .section-index { color: #9fe5ed; }
.genre-intro h2 { margin: 0; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.25; }
.genre-intro p:not(.section-index) { max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.75); font-size: 14px; }
.genre-intro img { position: absolute; width: 135px; left: 28px; top: 235px; z-index: 2; filter: drop-shadow(0 12px 18px rgba(0,0,0,.2)); transform: rotate(-4deg); }
.genre-list { position: relative; z-index: 2; margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.genre-list li { min-height: 61px; padding: 0 22px; display: flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; transition: background .2s, color .2s, transform .2s; }
.genre-list li:first-child { background: white; color: var(--blue-deep); }
.genre-list li:hover { background: white; color: var(--blue-deep); transform: translateX(-5px); }
.genre-list span { color: var(--cyan); font: 700 10px var(--mono); }
.genre-list strong { font-size: 15px; letter-spacing: .01em; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 64px; }
.story-card { min-height: 350px; padding: 40px 42px; border-radius: 30px; }
.story-card h3 { max-width: 570px; margin: 0 0 22px; font-size: clamp(23px, 2.3vw, 31px); line-height: 1.45; letter-spacing: -.02em; }
.story-card p:not(.card-kicker) { margin: 0; font-size: 14px; line-height: 1.95; }
.story-card p + p { margin-top: 14px !important; }
.story-card--blue { color: white; background:
  linear-gradient(rgba(16,69,126,.91),rgba(16,69,126,.91)),
  url("assets/images/screen-04.webp") center/cover; }
.story-card--blue .card-kicker { color: #a5e6ec; }
.story-card--blue p:not(.card-kicker) { color: rgba(255,255,255,.78); }
.story-card--paper { border: 1px solid var(--line); background:
  repeating-linear-gradient(0deg, rgba(24,93,168,.03) 0 1px, transparent 1px 29px),
  var(--paper-light); }

.play-flow { display: grid; grid-template-columns: .94fr 1.06fr; gap: 18px; margin-top: 18px; }
.play-flow-visual { position: relative; min-height: 480px; padding: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; }
.play-flow-visual img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; border-radius: 22px; }
.play-flow-visual span { position: absolute; left: 24px; top: 24px; padding: 9px 14px; border-radius: 999px; background: var(--ink); color: white; font: 700 9px var(--mono); letter-spacing: .1em; }
.play-flow-list { border-top: 1px solid var(--ink); }
.play-flow-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 24px 10px 23px 4px; border-bottom: 1px solid var(--line); }
.play-flow-list article > span { padding-top: 4px; color: var(--cyan); font: 700 11px var(--mono); }
.play-flow-list h3 { margin: 0 0 5px; font-size: 19px; line-height: 1.4; }
.play-flow-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.gallery-section { background:
  radial-gradient(circle at 85% 13%, rgba(67,181,197,.16), transparent 28%),
  rgba(250,247,239,.56); border-radius: 60px 60px 0 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.shot { position: relative; padding: 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); cursor: zoom-in; box-shadow: 0 14px 35px rgba(45,50,47,.07); text-align: left; }
.shot img { width: 100%; aspect-ratio: 1.18; object-fit: cover; border-radius: 17px; transition: transform .45s ease; }
.shot--wide img { aspect-ratio: 1.75; }
.shot:hover img { transform: scale(1.025); }
.shot > span { display: flex; align-items: center; gap: 14px; padding: 13px 8px 6px; }
.shot b { color: var(--cyan); font: 700 10px var(--mono); }
.shot em { font-style: normal; font-size: 12px; font-weight: 600; }

.press-section { padding-bottom: 108px; }
.press-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 18px; }
.press-download, .press-report { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper-light); }
.press-download { padding: 32px; }
.press-download__top { display: flex; justify-content: space-between; gap: 20px; }
.press-download h3, .report-copy h3 { margin: 0; font-size: 22px; line-height: 1.55; }
.zip-badge { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font: 700 10px var(--mono); }
.press-download ul { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.press-download li { padding: 13px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); font-size: 12px; }
.press-download li b { color: var(--muted); font: 9px var(--mono); white-space: nowrap; }
.quick-downloads { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.quick-downloads a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 10px; text-decoration: none; }
.quick-downloads a:hover { border-color: var(--blue); color: var(--blue); }
.press-report { display: grid; grid-template-rows: minmax(270px, .9fr) auto; }
.report-visual { position: relative; min-height: 270px; overflow: hidden; }
.report-visual img { width: 100%; height: 100%; object-fit: cover; }
.report-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(9,31,49,.58)); }
.report-visual span { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: white; font: 700 10px var(--mono); letter-spacing: .12em; }
.report-copy { padding: 28px 30px 30px; }
.report-copy a { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }

.team-section { position: relative; overflow: hidden; background:
  radial-gradient(circle at 12% 16%, rgba(24,93,168,.08), transparent 24%),
  #dfe9e5; border-radius: 60px 60px 0 0; }
.team-section::after { content: "MUGIO TEAM"; position: absolute; right: -20px; bottom: -24px; color: rgba(24,93,168,.045); font: 700 118px/1 var(--mono); }
.team-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.team-card { grid-column: span 2; display: grid; grid-template-columns: 112px 1fr; min-height: 142px; overflow: hidden; border: 1px solid rgba(40,43,43,.18); border-radius: 24px; background: rgba(250,247,239,.82); box-shadow: 0 12px 30px rgba(34,45,42,.07); }
.team-card:nth-child(4) { grid-column: 2 / span 2; }
.team-card img, .team-card .avatar { width: 112px; height: 100%; min-height: 142px; object-fit: cover; border-right: 1px solid var(--line); }
.team-card > div:last-child { padding: 20px 16px; align-self: center; }
.team-card span { color: var(--blue); font: 700 8px var(--mono); letter-spacing: .08em; }
.team-card h3 { margin: 5px 0 2px; font-size: 18px; }
.team-card p { margin: 0; color: var(--muted); font-size: 11px; }
.avatar { display: grid; place-items: center; font: 700 32px var(--mono); }
.avatar--coral { background: #efac9d; color: #773428; }
.avatar--sky { background: #a9dce3; color: #195d68; }

.hibimon-notes-section {
  position: relative;
  padding-block: 86px 28px;
  scroll-margin-top: 84px;
}
.hibimon-notes-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  min-height: 520px;
  padding: clamp(44px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(112, 52, 42, .22);
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 80%, rgba(255,255,255,.36), transparent 25%),
    radial-gradient(rgba(119,52,40,.1) 1px, transparent 1px) 0 0 / 18px 18px,
    #efb3a4;
  box-shadow: 0 26px 65px rgba(104, 67, 57, .16);
}
.hibimon-notes-card::before {
  content: "SIGHTING LOG";
  position: absolute;
  z-index: -1;
  left: -20px;
  bottom: -34px;
  color: rgba(119,52,40,.07);
  font: 700 102px/1 var(--mono);
  letter-spacing: -.07em;
  white-space: nowrap;
}
.hibimon-notes-copy { position: relative; z-index: 3; }
.hibimon-notes-copy .section-index { color: #773428; }
.serial-status { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 7px 11px; border: 1px solid rgba(119,52,40,.25); border-radius: 999px; background: rgba(255,253,248,.5); }
.serial-status .pulse-dot { width: 6px; height: 6px; flex-basis: 6px; box-shadow: 0 0 0 4px rgba(237,118,93,.16); }
.serial-status strong { font-size: 10px; }
.serial-status em { padding-left: 9px; border-left: 1px solid rgba(119,52,40,.22); color: #773428; font: normal 700 9px var(--mono); letter-spacing: .08em; }
.hibimon-notes-copy h2 { margin: 0; font-size: clamp(33px, 3.7vw, 48px); line-height: 1.25; letter-spacing: -.03em; }
.hibimon-notes-copy > p:not(.section-index) { max-width: 500px; margin: 20px 0 28px; color: #654b45; font-size: 14px; line-height: 1.9; }
.hibimon-notes-copy .button { min-width: 255px; }
.hibimon-notes-art { position: relative; min-height: 410px; }
.hibimon-postcard { position: absolute; z-index: 1; width: 58%; left: 0; top: 70px; margin: 0; padding: 8px 8px 34px; border: 1px solid rgba(40,43,43,.24); background: #fffdf8; box-shadow: 0 18px 40px rgba(84,54,47,.18); transform: rotate(-6deg); }
.hibimon-postcard img { width: 100%; aspect-ratio: 1.12; object-fit: cover; filter: saturate(.75) contrast(.92); }
.hibimon-notebook { position: absolute; z-index: 2; top: 14px; right: 4px; width: 69%; min-height: 374px; padding: 24px 26px 22px; border: 1px solid rgba(40,43,43,.32); border-radius: 3px 18px 18px 3px; background:
  linear-gradient(90deg, rgba(24,93,168,.12) 1px, transparent 1px) 46px 0 / 1px 100%,
  repeating-linear-gradient(0deg, transparent 0 27px, rgba(24,93,168,.085) 27px 28px),
  #fffaf0;
  box-shadow: 0 26px 54px rgba(82,51,44,.2);
  transform: rotate(2.5deg);
}
.hibimon-notebook::before { content: ""; position: absolute; top: 0; bottom: 0; left: 16px; width: 8px; background: repeating-linear-gradient(0deg, var(--ink) 0 4px, transparent 4px 11px); opacity: .22; }
.hibimon-notebook__meta { display: flex; justify-content: space-between; gap: 14px; color: var(--blue); font: 700 8px var(--mono); letter-spacing: .1em; }
.hibimon-notebook__meta b { color: var(--coral); font-weight: 700; }
.hibimon-notebook > img { width: 155px; height: 205px; margin: 28px auto 0; object-fit: contain; filter: drop-shadow(0 13px 11px rgba(42,44,42,.14)); }
.hibimon-notebook > p { margin: 9px 0 0; text-align: center; font-size: 15px; font-weight: 700; }
.hibimon-notebook > small { display: block; margin-top: 7px; color: var(--muted); text-align: right; font: 8px var(--mono); }
.hibimon-stamp { position: absolute; z-index: 4; right: -10px; bottom: 16px; width: 86px; height: 86px; display: grid; place-content: center; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue); background: rgba(255,250,240,.9); text-align: center; transform: rotate(-9deg); box-shadow: 0 9px 20px rgba(38,53,58,.1); }
.hibimon-stamp span { font: 700 8px var(--mono); letter-spacing: .12em; }
.hibimon-stamp strong { font: 700 12px var(--mono); letter-spacing: .06em; }
.hibimon-studio-mark { position: absolute; z-index: 3; left: 23px; bottom: 6px; width: 58px; transform: rotate(8deg); opacity: .82; }

.contact-section { padding-top: 70px; }
.contact-card { position: relative; overflow: hidden; padding: 52px; border-radius: 38px; color: white; background:
  radial-gradient(circle at 85% 10%, rgba(255,255,255,.12), transparent 25%),
  var(--blue-deep); box-shadow: 0 26px 65px rgba(16,69,126,.24); }
.contact-card::after { content: "HELLO"; position: absolute; right: -20px; bottom: -38px; color: rgba(255,255,255,.055); font: 700 145px/1 var(--mono); }
.contact-card .section-index { color: #91dae2; }
.contact-card h2 { margin: 0; font-size: clamp(31px, 3.5vw, 46px); line-height: 1.3; }
.contact-card > div:first-child > p:last-child { max-width: 600px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.contact-email { position: relative; z-index: 2; margin-top: 36px; padding: 22px 0; display: grid; grid-template-columns: 100px 1fr auto; gap: 24px; align-items: center; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); text-decoration: none; }
.contact-email span { font: 700 9px var(--mono); letter-spacing: .12em; }
.contact-email strong { font-size: clamp(20px, 3vw, 34px); }
.contact-email b { font-size: 28px; }
.social-links { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.social-links a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; color: rgba(255,255,255,.8); font-size: 10px; text-decoration: none; }
.social-links a:hover { background: white; color: var(--blue-deep); }

.site-footer { min-height: 130px; padding-block: 28px; display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); }
.site-footer img { width: 118px; }
.site-footer p { margin: 0 auto 0 0; color: var(--muted); font: 9px var(--mono); }
.site-footer a { font-size: 11px; font-weight: 700; text-decoration: none; }

.lightbox { width: min(1100px, calc(100% - 36px)); max-width: none; padding: 10px; border: 0; border-radius: 24px; background: var(--paper-light); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.lightbox::backdrop { background: rgba(15,24,27,.8); backdrop-filter: blur(6px); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 17px; background: var(--ink); }
.lightbox figcaption { padding: 12px 8px 4px; font-size: 12px; }
.lightbox-close { position: absolute; z-index: 2; top: 20px; right: 20px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: white; cursor: pointer; font-size: 24px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease var(--reveal-delay,0ms), transform .62s ease var(--reveal-delay,0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

@media (max-width: 1080px) {
  .desktop-nav a { padding-inline: 8px; font-size: 11px; }
  .hero-card { grid-template-columns: 1fr 1fr; padding-inline: 44px; }
  .studio-collage { min-height: 470px; }
  .collage-screen { top: 195px; }
  .team-card { grid-template-columns: 95px 1fr; }
  .team-card img, .team-card .avatar { width: 95px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 760px); }
  .desktop-nav { display: none; }
  .site-header { width: calc(100% - 24px); }
  .header-actions { margin-left: auto; }
  .header-contact { display: none; }
  .menu-toggle { display: block; }
  .hero-card { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 680px; }
  .studio-collage { width: min(100%, 590px); min-height: 560px; margin-inline: auto; }
  .studio-fact-strip { grid-template-columns: 1fr 1fr; }
  .studio-fact-strip article:nth-child(2) { border-right: 0; }
  .studio-fact-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .game-intro-grid, .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .game-intro-grid { align-items: start; }
  .game-long-copy { max-width: 680px; }
  .genre-panel { grid-template-columns: .65fr 1.35fr; gap: 36px; padding-inline: 38px; }
  .genre-intro img { width: 110px; left: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .play-flow { grid-template-columns: 1fr; }
  .play-flow-visual { min-height: 420px; }
  .play-flow-visual img { min-height: 400px; }
  .press-layout { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card, .team-card:nth-child(4) { grid-column: auto; }
  .team-card:last-child { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
  .hibimon-notes-card { grid-template-columns: 1fr; }
  .hibimon-notes-copy { max-width: 620px; }
  .hibimon-notes-art { width: min(100%, 580px); min-height: 460px; margin-inline: auto; }
}

@media (max-width: 620px) {
  :root { --radius-xl: 30px; }
  .shell { width: calc(100% - 28px); }
  .site-header { top: 8px; height: 58px; padding-left: 13px; }
  .site-header.is-scrolled { top: 6px; }
  .brand img { width: 94px; }
  .language-switcher a { min-width: 27px; padding-inline: 5px; }
  .hero { padding-top: 82px; padding-bottom: 36px; }
  .hero-card { padding: 30px 22px 36px; gap: 38px; }
  .hero-card::before { display: none; }
  .hero h1 { font-size: clamp(31px, 9vw, 37px); }
  .hero-lead { font-size: 14px; line-height: 1.85; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .studio-collage { min-height: 415px; }
  .collage-grid { left: 18px; border-radius: 24px; }
  .collage-main { inset: 25px 12px 66px 0; padding: 7px; border-radius: 20px; }
  .collage-main img { border-radius: 14px; }
  .collage-screen { width: 46%; right: -11px; top: 180px; }
  .collage-dog { width: 88px; left: -14px; bottom: 12px; }
  .collage-label { font-size: 7px; top: -3px; right: 0; }
  .collage-note { left: 48px; min-width: 186px; padding: 10px 12px; }
  .collage-note strong { font-size: 14px; }
  .studio-fact-strip { border-radius: 20px; }
  .studio-fact-strip article { min-height: 82px; padding: 13px 15px; }
  .studio-fact-strip strong { font-size: 11px; }
  .section { padding-block: 74px; }
  .game-section { padding-top: 78px; }
  .game-intro-copy h2, .section-heading h2, .team-section h2 { font-size: clamp(29px, 9vw, 38px); }
  .game-summary { font-size: 14px; }
  .game-long-copy { padding: 24px 20px; }
  .game-facts { grid-template-columns: 1fr 1fr; }
  .game-facts div { padding: 13px 14px; border-bottom: 1px solid var(--line); }
  .game-facts div:nth-child(2) { border-right: 0; }
  .game-facts div:nth-child(n+3) { border-bottom: 0; }
  .genre-panel { grid-template-columns: 1fr; gap: 30px; margin-top: 62px; padding: 34px 22px; border-radius: 28px; }
  .genre-panel::after { font-size: 105px; bottom: -35px; }
  .genre-intro img { position: absolute; width: 84px; left: auto; right: 0; top: 4px; }
  .genre-intro p:not(.section-index) { padding-right: 72px; }
  .genre-list { gap: 7px; }
  .genre-list li { min-height: 54px; padding: 0 16px; gap: 15px; }
  .genre-list strong { font-size: 13px; }
  .story-grid { margin-top: 46px; }
  .story-card { min-height: 0; padding: 30px 24px; }
  .story-card h3 { font-size: 24px; }
  .play-flow-visual { min-height: 330px; }
  .play-flow-visual img { min-height: 310px; }
  .play-flow-list article { grid-template-columns: 34px 1fr; padding-block: 19px; gap: 12px; }
  .play-flow-list h3 { font-size: 17px; }
  .gallery-section, .team-section { border-radius: 36px 36px 0 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .shot img, .shot--wide img { aspect-ratio: 1.45; }
  .press-download { padding: 26px 22px; }
  .press-download h3, .report-copy h3 { font-size: 19px; }
  .report-copy { padding: 24px 22px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card, .team-card:nth-child(4), .team-card:last-child { grid-column: auto; width: 100%; }
  .team-card { grid-template-columns: 104px 1fr; }
  .team-card img, .team-card .avatar { width: 104px; }
  .hibimon-notes-section { padding-block: 58px 8px; }
  .hibimon-notes-card { gap: 32px; min-height: 0; padding: 32px 22px; border-radius: 28px; }
  .hibimon-notes-card::before { bottom: -12px; font-size: 58px; }
  .hibimon-notes-copy h2 { font-size: clamp(30px, 9vw, 37px); }
  .hibimon-notes-copy > p:not(.section-index) { font-size: 13px; }
  .hibimon-notes-copy .button { min-width: 0; }
  .hibimon-notes-art { min-height: 340px; }
  .hibimon-postcard { width: 58%; top: 67px; padding: 6px 6px 26px; }
  .hibimon-notebook { top: 8px; width: 72%; min-height: 310px; padding: 18px 17px 16px 25px; }
  .hibimon-notebook > img { width: 118px; height: 164px; margin-top: 24px; }
  .hibimon-notebook > p { font-size: 12px; }
  .hibimon-stamp { right: -2px; bottom: 4px; width: 70px; height: 70px; }
  .hibimon-studio-mark { left: 8px; bottom: 2px; width: 48px; }
  .contact-section { padding-top: 52px; }
  .contact-card { padding: 34px 24px; border-radius: 28px; }
  .contact-card::after { font-size: 78px; }
  .contact-email { grid-template-columns: 1fr auto; gap: 8px; }
  .contact-email span { grid-column: 1 / -1; }
  .contact-email strong { font-size: 18px; word-break: break-all; }
  .site-footer { flex-wrap: wrap; gap: 14px; }
  .site-footer p { order: 3; flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
