:root {
  --paper: #f5efe5;
  --paper-deep: #e9dfd1;
  --ink: #17233a;
  --muted: #6d6c72;
  --line: rgba(23, 35, 58, .16);
  --lavender: #9296bb;
  --gold: #b4935c;
  --white: #fffdf9;
  --shadow: 0 22px 70px rgba(28, 34, 53, .12);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.85; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
button { font: inherit; }
::selection { background: rgba(146, 150, 187, .28); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(20px, 4vw, 68px); transition: .35s ease; }
.site-header.scrolled { background: rgba(245,239,229,.82); backdrop-filter: blur(15px); border-bottom: 1px solid var(--line); }
.brand { font-family: var(--serif); letter-spacing: .18em; font-size: 17px; white-space: nowrap; }
.nav { display: flex; gap: clamp(18px, 3vw, 42px); font-size: 11px; letter-spacing: .18em; }
.nav a { opacity: .72; transition: opacity .25s; }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; }
.hero { min-height: 100svh; display: grid; place-items: center; position: relative; overflow: hidden; padding: 120px 24px 80px; background:
 radial-gradient(circle at 80% 18%, rgba(146,150,187,.25), transparent 31%),
 radial-gradient(circle at 12% 82%, rgba(180,147,92,.15), transparent 29%),
 linear-gradient(135deg, #f9f2e8, #eee9e3 60%, #e6e4ec); }
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(23,35,58,.1); border-radius: 50%; width: min(72vw, 960px); aspect-ratio: 1; transform: rotate(-17deg); }
.hero::after { width: min(49vw, 640px); transform: rotate(31deg); border-color: rgba(180,147,92,.18); }
.hero-star { position: absolute; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 24px rgba(180,147,92,.8); animation: breathe 3.6s ease-in-out infinite; }
.hero-star.one { top: 23%; left: 18%; }.hero-star.two { right: 20%; bottom: 24%; animation-delay: -1.4s; }
.hero-inner { position: relative; z-index: 2; max-width: 860px; text-align: center; }
.eyebrow { font-size: 10px; letter-spacing: .32em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
.hero h1 { margin: 0; font-size: clamp(38px, 6.3vw, 86px); line-height: 1.42; letter-spacing: .08em; }
.hero-copy { margin: 30px auto 0; max-width: 560px; color: var(--muted); font-family: var(--serif); font-size: clamp(14px, 1.5vw, 18px); }
.enter-link { margin-top: 48px; display: inline-flex; align-items: center; gap: 14px; font-size: 11px; letter-spacing: .24em; }
.enter-link::after { content: ""; width: 70px; height: 1px; background: currentColor; transition: width .3s; }
.enter-link:hover::after { width: 104px; }
.section { padding: clamp(88px, 11vw, 160px) clamp(20px, 6vw, 96px); }
.intro { max-width: 840px; margin: auto; text-align: center; }
.intro p { font-family: var(--serif); font-size: clamp(19px, 2.4vw, 30px); line-height: 2.05; margin: 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 52px; }
.section-head h2 { margin: 0; font-size: clamp(31px, 4vw, 58px); letter-spacing: .04em; }
.section-head p { margin: 0; max-width: 520px; color: var(--muted); font-size: 13px; }
.works-story { display: grid; gap: clamp(70px, 10vw, 140px); }
.story-work { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .75fr); gap: clamp(32px, 6vw, 90px); align-items: center; }
.story-work:nth-child(even) { grid-template-columns: minmax(270px, .75fr) minmax(0, 1.45fr); }
.story-work:nth-child(even) .work-media { order: 2; }
.work-media { position: relative; overflow: hidden; background: #dcd5cb; box-shadow: var(--shadow); aspect-ratio: 16 / 9; }
.work-media.square { aspect-ratio: 1 / 1; max-height: 690px; }
.work-media img, .work-media video { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.work-media.contain { background: #eadcc5; }
.work-media.contain img { object-fit: contain; padding: clamp(18px, 3vw, 46px); }
.story-work:hover .work-media img, .story-work:hover .work-media video { transform: scale(1.018); }
.work-copy { max-width: 440px; }
.work-index { color: var(--gold); letter-spacing: .28em; font-size: 10px; }
.work-copy h3 { font-size: clamp(28px, 3.2vw, 48px); line-height: 1.45; margin: 18px 0 8px; }
.roman { font-size: 9px; letter-spacing: .24em; color: var(--muted); }
.work-copy p { color: #54545c; margin: 24px 0 26px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px; }
.meta span { border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; font-size: 9px; letter-spacing: .11em; background: rgba(255,255,255,.2); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; font-size: 10px; letter-spacing: .22em; }
.text-link::after { content: "↗"; font-size: 13px; }
.portals { background: var(--ink); color: var(--white); }
.portal-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.portal { padding: clamp(28px, 4vw, 54px); min-height: 220px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; justify-content: space-between; transition: background .25s; }
.portal:hover { background: rgba(255,255,255,.07); }
.portal small { letter-spacing: .2em; opacity: .62; }
.portal strong { font-family: var(--serif); font-size: clamp(25px, 3vw, 40px); font-weight: 400; }
.about-strip { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.about-strip h2 { margin: 0; font-size: clamp(34px, 5vw, 62px); }
.about-strip p { margin: 0; font-family: var(--serif); font-size: clamp(18px, 2vw, 27px); }
.site-footer { border-top: 1px solid var(--line); padding: 38px clamp(20px, 6vw, 96px); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 10px; letter-spacing: .13em; color: var(--muted); }
.footer-note { opacity: .72; }
.page-hero { padding: 170px clamp(20px, 6vw, 96px) 80px; min-height: 46svh; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(145deg, #f8f0e5, #e9e6ec); }
.page-hero h1 { margin: 10px 0 0; font-size: clamp(48px, 8vw, 104px); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 46px; }
.filter-button { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 9px 17px; cursor: pointer; color: var(--ink); font-size: 10px; letter-spacing: .12em; }
.filter-button.active { background: var(--ink); color: var(--white); }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 6vw, 80px) clamp(24px, 4vw, 58px); }
.gallery-card .thumb { display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #ddd; box-shadow: 0 15px 50px rgba(23,35,58,.09); }
.gallery-card.square .thumb { aspect-ratio: 1 / 1; }
.gallery-card img { height: 100%; object-fit: cover; transition: transform .65s; }
.gallery-card.contain .thumb { background: #eadcc5; }
.gallery-card.contain img { object-fit: contain; padding: clamp(14px, 2.4vw, 30px); }
.gallery-card:hover img { transform: scale(1.022); }
.gallery-card h2 { margin: 22px 0 3px; font-size: clamp(24px, 3vw, 38px); }
.gallery-card p { margin: 14px 0 0; color: var(--muted); max-width: 600px; }
.detail-hero { min-height: 78svh; position: relative; display: grid; align-items: end; overflow: hidden; background: #ccc; }
.detail-hero img, .detail-hero video { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.detail-hero.contain { background: #e6d4b8; }
.detail-hero.contain img { object-fit: contain; padding: clamp(28px, 5vw, 76px); }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 44%, rgba(11,16,29,.78)); }
.detail-title { position: relative; z-index: 2; color: white; padding: 80px clamp(20px, 6vw, 96px); max-width: 1080px; }
.detail-title h1 { margin: 12px 0 5px; font-size: clamp(42px, 7vw, 88px); line-height: 1.3; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 120px); }
.detail-summary { font-family: var(--serif); font-size: clamp(22px, 3vw, 38px); line-height: 1.8; }
.info-block { border-top: 1px solid var(--line); padding: 22px 0; }
.info-label { display: block; font-size: 9px; letter-spacing: .24em; color: var(--muted); margin-bottom: 8px; }
.token-list { display: flex; flex-wrap: wrap; gap: 7px; }
.token-list span { border-bottom: 1px solid var(--line); padding: 4px 0; margin-right: 14px; }
.track-list { list-style: none; padding: 0; margin: 0; counter-reset: track; }
.track-list li { counter-increment: track; border-bottom: 1px solid var(--line); padding: 16px 0; display: flex; gap: 18px; }
.track-list li::before { content: counter(track, decimal-leading-zero); color: var(--gold); font-size: 10px; letter-spacing: .15em; padding-top: 3px; }
.external-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button-link { border: 1px solid var(--ink); padding: 12px 18px; font-size: 10px; letter-spacing: .14em; transition: .2s; }
.button-link:hover { background: var(--ink); color: white; }
.about-page { max-width: 1050px; }
.about-page h2 { font-size: clamp(28px, 4vw, 48px); margin-top: 80px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process div { background: var(--paper); padding: 30px; min-height: 180px; }
.process small { color: var(--gold); letter-spacing: .2em; }
.process h3 { font-size: 22px; margin: 20px 0 8px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes breathe { 50% { opacity: .35; transform: rotate(45deg) scale(.72); } }
@media (max-width: 900px) {
  .nav { gap: 16px; }.nav a:nth-child(3) { display: none; }
  .story-work, .story-work:nth-child(even), .detail-grid, .about-strip { grid-template-columns: 1fr; }
  .story-work:nth-child(even) .work-media { order: 0; }
  .work-copy { max-width: 680px; }
  .portal-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .site-header { padding: 18px 18px; }.brand { letter-spacing: .12em; font-size: 15px; }
  .nav { font-size: 9px; }.nav a:nth-child(2) { display: none; }
  .hero h1 { letter-spacing: .02em; }
  .section { padding-left: 18px; padding-right: 18px; }
  .section-head { display: block; }.section-head p { margin-top: 12px; }
  .portal-grid { grid-template-columns: 1fr; }
  .portal { min-height: 155px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .process { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}


/* v0.4 additions */
.brand-visual-section { padding: 0 clamp(20px, 6vw, 96px) clamp(88px, 11vw, 160px); }
.brand-visual { margin: 0 auto; max-width: 1500px; overflow: hidden; box-shadow: var(--shadow); background: #efe5d7; }
.brand-visual img { aspect-ratio: 16 / 9; object-fit: cover; }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(42px, 7vw, 100px); align-items: center; }
.about-profile-visual { margin: 0; overflow: hidden; box-shadow: var(--shadow); background: #ece2d5; }
.about-profile-visual img { aspect-ratio: 16 / 9; object-fit: cover; }
.about-intro-copy .detail-summary { margin-top: 0; }
.about-intro-copy h2 { margin-top: 42px; }
.journal-link-block { margin-top: 92px; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: end; }
.journal-link-block h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 48px); }
.journal-link-block p { margin: 0; color: var(--muted); }
.journal-link-block .text-link { margin-top: 0; white-space: nowrap; }
.related-section { padding-top: 0; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-item { padding: clamp(24px, 3.5vw, 44px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
.related-item h3 { margin: 0; font-size: clamp(21px, 2.5vw, 32px); line-height: 1.55; }
.related-item-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.related-item-links a { font-size: 9px; letter-spacing: .14em; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.related-item-links a::after { content: " ↗"; }
.detail-title h1.long-title { font-size: clamp(34px, 5vw, 68px); max-width: 1200px; }
.gallery-card h2 { line-height: 1.5; }
@media (max-width: 900px) {
  .about-intro-grid { grid-template-columns: 1fr; }
  .journal-link-block { grid-template-columns: 1fr; align-items: start; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand-visual-section { padding-left: 18px; padding-right: 18px; }
  .footer-note { font-size: 9px; }
  .journal-link-block { margin-top: 68px; }
}


/* v0.5 refinements */
.about-page-hero { min-height: 38svh; }
.about-page-hero p { margin: 18px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(14px, 1.5vw, 18px); }
.about-page { max-width: none; padding-top: clamp(54px, 7vw, 96px); }
.about-cover { position: relative; max-width: 1280px; margin: 0 auto; overflow: hidden; background: #ece2d5; box-shadow: var(--shadow); }
.about-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.about-cover figcaption { position: absolute; left: clamp(16px, 2.5vw, 34px); bottom: clamp(14px, 2vw, 28px); padding: 7px 11px; background: rgba(245,239,229,.82); backdrop-filter: blur(8px); font-size: 8px; letter-spacing: .22em; color: var(--ink); }
.about-manifesto { max-width: 1180px; margin: clamp(78px, 10vw, 140px) auto 0; padding-top: clamp(28px, 4vw, 52px); border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(150px, .36fr) minmax(0, 1.64fr); gap: clamp(42px, 7vw, 100px); }
.about-manifesto-label { display: flex; flex-direction: column; justify-content: space-between; min-height: 160px; }
.about-number { font-family: var(--serif); font-size: clamp(30px, 4vw, 54px); color: var(--gold); line-height: 1; }
.about-manifesto-label .eyebrow { margin: 0; }
.about-manifesto-copy h2 { margin: 0; font-size: clamp(38px, 5.3vw, 72px); line-height: 1.55; letter-spacing: .035em; }
.about-text-columns { margin-top: clamp(38px, 5vw, 64px); display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(30px, 5vw, 70px); border-top: 1px solid var(--line); padding-top: 28px; }
.about-text-columns p { margin: 0; color: #4f5059; font-size: 15px; line-height: 2.15; }
.about-process-section { max-width: 1180px; margin: clamp(100px, 13vw, 180px) auto 0; }
.about-section-head { margin-bottom: clamp(36px, 5vw, 62px); }
.about-section-head h2 { margin-top: 0; }
.about-process-section .process { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 0; border-right: 0; background: transparent; gap: 0; }
.about-process-section .process div { background: transparent; border-right: 1px solid var(--line); padding: clamp(24px, 3vw, 38px); }
.about-process-section .process div:last-child { border-right: 0; }
.about-process-section .process p { margin: 0; color: var(--muted); font-size: 13px; }
.about-page .journal-link-block { max-width: 1180px; margin-left: auto; margin-right: auto; }
.filter-button::after { margin-left: 7px; font-size: 8px; opacity: .55; }
.filter-button[data-filter="listen"]::after { content: "MUSIC"; }
.filter-button[data-filter="watch"]::after { content: "FILM"; }
.filter-button[data-filter="read"]::after { content: "STORY"; }
.filter-button[data-filter="wander"]::after { content: "TRAVEL"; }
@media (max-width: 900px) {
  .about-manifesto { grid-template-columns: 1fr; }
  .about-manifesto-label { min-height: auto; flex-direction: row; align-items: end; }
  .about-text-columns { grid-template-columns: 1fr; gap: 20px; }
  .about-process-section .process { grid-template-columns: repeat(2, 1fr); }
  .about-process-section .process div:nth-child(2) { border-right: 0; }
  .about-process-section .process div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .about-page-hero { min-height: 34svh; }
  .about-cover { margin-left: -18px; margin-right: -18px; box-shadow: none; }
  .about-cover figcaption { display: none; }
  .about-manifesto { margin-top: 68px; }
  .about-manifesto-copy h2 { font-size: clamp(34px, 11vw, 48px); line-height: 1.6; }
  .about-process-section .process { grid-template-columns: 1fr; }
  .about-process-section .process div { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-process-section .process div:last-child { border-bottom: 0; }
}

/* v0.6 series and visual notes */
.filter-button[data-filter="series"]::after { content: "WORLD"; }
.series-card { position: relative; }
.series-card-label { margin-top: 18px; font-size: 9px; letter-spacing: .18em; color: var(--gold); text-transform: uppercase; }
.home-series-teaser { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: clamp(38px,7vw,100px); align-items: center; }
.home-series-image { display:block; overflow:hidden; box-shadow: var(--shadow); background:#d6e4e7; }
.home-series-image img { aspect-ratio:16/9; object-fit:cover; image-rendering:auto; transition:transform .7s ease; }
.home-series-image:hover img { transform:scale(1.02); }
.home-series-copy h2 { margin:0 0 24px; font-size:clamp(34px,5vw,68px); line-height:1.55; }
.home-series-copy p { margin:0; color:var(--muted); max-width:480px; }
.series-hero { min-height:78svh; position:relative; display:grid; align-items:end; overflow:hidden; background:#c9d7df; }
.series-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.series-hero-shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(13,22,36,.04) 38%,rgba(13,22,36,.74)); }
.series-hero-title { position:relative; z-index:2; color:#fff; padding:80px clamp(20px,6vw,96px); }
.series-hero-title h1 { margin:8px 0 4px; font-size:clamp(46px,7vw,96px); line-height:1.2; }
.series-hero-title p { margin:0; font-family:var(--serif); font-size:clamp(18px,2vw,26px); letter-spacing:.08em; }
.series-intro { display:grid; grid-template-columns:minmax(150px,.36fr) minmax(0,1.64fr); gap:clamp(42px,7vw,100px); align-items:start; }
.series-intro-label { display:flex; flex-direction:column; justify-content:space-between; min-height:180px; }
.series-intro-label .eyebrow { margin:0; }
.series-intro-copy h2 { margin:0; font-size:clamp(38px,5.3vw,72px); line-height:1.55; }
.series-intro-copy > p { max-width:760px; margin:30px 0 34px; color:#4f5059; font-size:15px; line-height:2.15; }
.series-releases-section { padding-top:0; }
.series-releases { display:grid; gap:clamp(70px,10vw,140px); }
.series-release { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr); gap:clamp(36px,7vw,100px); align-items:center; }
.series-release:nth-child(even) figure { order:2; }
.series-release figure { margin:0; overflow:hidden; box-shadow:var(--shadow); background:#efe6d7; }
.series-release figure img { aspect-ratio:16/9; object-fit:cover; }
.series-release-copy h3 { margin:0 0 8px; font-size:clamp(30px,4.4vw,58px); line-height:1.4; }
.series-release-copy p { color:var(--muted); max-width:600px; }
.series-ending-section { padding:0 clamp(20px,6vw,96px) clamp(90px,12vw,170px); }
.series-ending-section figure { max-width:1500px; margin:0 auto; box-shadow:var(--shadow); overflow:hidden; }
.series-ending-section img { aspect-ratio:16/9; object-fit:cover; }
.work-visuals-section { padding-top:0; }
.work-visuals-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(18px,3vw,38px); }
.work-visuals-grid.count-1 { grid-template-columns:minmax(0,1fr); max-width:1180px; margin:0 auto; }
.work-visual { margin:0; background:#e9dfd1; overflow:hidden; box-shadow:var(--shadow); }
.work-visual img { aspect-ratio:16/9; object-fit:cover; }
.work-visual.contain img { object-fit:contain; aspect-ratio:4/3; padding:clamp(16px,2.5vw,32px); }
.work-visual figcaption { padding:12px 16px 14px; font-size:9px; letter-spacing:.14em; color:var(--muted); border-top:1px solid var(--line); background:var(--paper); }
@media (max-width:900px){
  .home-series-teaser,.series-intro,.series-release { grid-template-columns:1fr; }
  .series-release:nth-child(even) figure { order:0; }
  .series-intro-label { min-height:auto; flex-direction:row; align-items:end; }
  .work-visuals-grid { grid-template-columns:1fr; }
}
@media (max-width:560px){
  .home-series-teaser { padding-top:70px; padding-bottom:70px; }
  .home-series-teaser .home-series-image { margin-left:-18px; margin-right:-18px; box-shadow:none; }
  .series-hero { min-height:62svh; }
  .series-hero-title { padding-left:18px; padding-right:18px; }
  .series-ending-section { padding-left:18px; padding-right:18px; }
}

/* v0.7 experience filters and story-led work pages */
.filter-description { margin: -24px 0 46px; max-width: 760px; color: var(--muted); font-family: var(--serif); font-size: clamp(14px,1.5vw,18px); line-height: 1.9; }
.filter-button[data-filter="wander"]::after { content: "PLACES"; }


.heart-symbol-section { padding-top: 0; }
.heart-symbol { margin: 0 auto; max-width: 1320px; overflow: hidden; background: #dfcda9; box-shadow: var(--shadow); }
.heart-symbol img { aspect-ratio: 16 / 9; object-fit: cover; }
.heart-symbol figcaption { padding: 12px 16px 14px; background: var(--paper); border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.heart-characters-section { padding-top: 0; }
.heart-support-section { padding-top: 0; }
.story-character-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(24px,4vw,58px); }
.story-character { min-width: 0; }
.story-character figure { margin: 0; overflow: hidden; background: #e8dccb; box-shadow: var(--shadow); }
.story-character figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.story-character-copy { padding: 26px 4px 0; }
.story-character-copy .eyebrow { margin-bottom: 10px; color: var(--gold); }
.story-character-copy h3 { margin: 0; font-size: clamp(28px,3.5vw,48px); }
.story-character-copy p { margin: 14px 0 0; max-width: 560px; color: var(--muted); }
.story-character.compact figure img { aspect-ratio: 1 / 1; }
.story-character.compact:nth-child(2) figure img { aspect-ratio: 4 / 5; }
.story-character.compact .story-character-copy h3 { font-size: clamp(25px,3vw,40px); }
.heart-gateway { padding-top: 0; }
.gateway-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.gateway-card { min-height: 300px; padding: clamp(26px,3.4vw,46px); display: flex; flex-direction: column; justify-content: space-between; gap: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gateway-card .eyebrow { margin-bottom: 10px; color: var(--gold); }
.gateway-card h3 { margin: 0; font-size: clamp(25px,3vw,40px); line-height: 1.5; }
.gateway-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.gateway-links a { border-bottom: 1px solid var(--line); padding-bottom: 5px; font-size: 10px; letter-spacing: .12em; }
.gateway-links a::after { content: " ↗"; }
.gateway-links span { color: var(--muted); font-size: 12px; }

@media (max-width: 900px) {
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway-card { min-height: 220px; }
}
@media (max-width: 700px) {
  .story-character-grid { grid-template-columns: 1fr; }
  .story-character-copy { padding-top: 20px; }
  .heart-symbol-section { padding-left: 18px; padding-right: 18px; }
  .heart-symbol { margin-left: -18px; margin-right: -18px; box-shadow: none; }
  .filter-description { margin-top: -18px; }
}
.story-character-grid.support { max-width: 1040px; margin: 0 auto; }
.story-character.compact figure img,
.story-character.compact:nth-child(2) figure img { aspect-ratio: 4 / 5; }

/* v0.9.1 PLAY / FRYING PAN */
.filter-button[data-filter="play"]::after { content: "GAMES"; }
@media (min-width: 901px) { .portal-grid { grid-template-columns: repeat(5, 1fr); } }
.game-hero { padding: 112px clamp(20px,6vw,96px) 0; background: var(--paper); }
.game-hero img { max-width: 1500px; margin: 0 auto; aspect-ratio: 16/9; object-fit: cover; box-shadow: var(--shadow); }
.game-intro { max-width: 1180px; margin: 0 auto; }
.game-intro h1 { margin: 0 0 8px; font-size: clamp(48px,7vw,92px); line-height: 1.15; }
.game-intro .detail-summary { max-width: 860px; margin: 32px 0 0; }
.game-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 54px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.game-fact { min-height: 128px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
.game-fact span { color: var(--gold); font-size: 9px; letter-spacing: .18em; }
.game-fact strong { font-family: var(--serif); font-weight: 400; font-size: clamp(21px,2.4vw,32px); }
.game-credit { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .04em; }
.game-rules-section { padding-top: 0; }
.game-rules { max-width: 1380px; margin: 0 auto; display: grid; gap: clamp(34px,6vw,82px); }
.game-rule { margin: 0; background: #e9dfd1; box-shadow: var(--shadow); overflow: hidden; }
.game-rule img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.game-rule figcaption { padding: 14px 18px 16px; background: var(--paper); border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .12em; }
@media (max-width: 900px) { .game-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) {
  .game-hero { padding: 86px 0 0; }
  .game-hero img { box-shadow: none; }
  .game-facts { grid-template-columns: 1fr; }
  .game-rule { margin-left: -18px; margin-right: -18px; box-shadow: none; }
}
