:root {
  --paper: #faf8f5;
  --surface: #ffffff;
  --surface-warm: #f3f0eb;
  --surface-blue: #e9eef3;
  --ink: #2f302f;
  --muted: #706e69;
  --quiet: #97938d;
  --blue: #718aa6;
  --blue-deep: #4f647a;
  --warm: #dcc4b1;
  --line: rgba(48, 47, 44, .12);
  --shadow: 0 18px 46px rgba(42, 40, 37, .07), 0 3px 12px rgba(42, 40, 37, .035);
  --sans: "Kaiti SC", "STKaiti", "KaiTi", "楷体", serif;
  --serif: "Kaiti SC", "STKaiti", "KaiTi", "楷体", serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.75; letter-spacing: .015em; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.paper-grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .055; 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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
.section-shell { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }

.site-header { width: min(1240px, calc(100% - 48px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; }
.brand { font: 600 24px/1 var(--serif); color: var(--ink); text-decoration: none; }
.brand-dot { color: var(--blue); }
.site-nav { display: flex; gap: 3px; padding: 4px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 5px 20px rgba(45,45,42,.04); backdrop-filter: blur(12px); }
.site-nav a { min-width: 78px; padding: 7px 13px; border-radius: 999px; color: var(--muted); font-size: 12px; letter-spacing: .04em; text-align: center; text-decoration: none; transition: .22s ease; }
.site-nav a:hover { color: var(--ink); background: var(--surface-warm); }
.site-nav a.active { color: white; background: var(--blue-deep); box-shadow: 0 4px 12px rgba(79,100,122,.2); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; background: var(--surface); color: var(--ink); }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .72fr); gap: clamp(56px, 8vw, 110px); align-items: center; position: relative; padding: 54px 0 112px; }
.eyebrow { margin: 0 0 19px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .19em; }
.hero h1, .section-heading h2, .about h2, .contact h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; }
.hero h1 { max-width: 680px; margin: 0 0 28px; color: #343535; font-size: clamp(50px, 5.4vw, 76px); line-height: 1.18; }
.hero-intro { max-width: 520px; color: var(--muted); font-size: 16px; }
.hero-actions, .contact-actions { display: flex; gap: 12px; align-items: center; margin-top: 34px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 6px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-decoration: none; transition: .2s ease; }
.button-primary { color: white; background: var(--blue-deep); box-shadow: 0 5px 15px rgba(79,100,122,.15); }
.button-primary:hover { background: #3f5368; transform: translateY(-1px); }
.button-text { color: var(--ink); background: rgba(255,255,255,.6); border: 1px solid var(--line); }
.button-text:hover { background: white; }
.hero-visual { width: min(100%, 390px); justify-self: end; margin: 0; position: relative; }
.hero-image-wrap { aspect-ratio: 4 / 5; max-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: 190px 190px 16px 16px; background: var(--surface-warm); box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-visual figcaption { margin: 13px 0 0 15%; color: var(--muted); font: 13px var(--serif); transform: rotate(-1deg); }
.scribble-arrow { color: var(--blue); font-size: 19px; }
.hero-doodle { position: absolute; width: 110px; left: -48px; bottom: 21%; fill: none; stroke: var(--blue); stroke-width: 1.4; stroke-linecap: round; }
.hero-scroll { position: absolute; bottom: 28px; left: 0; display: flex; align-items: center; gap: 9px; color: var(--quiet); font-size: 10px; letter-spacing: .13em; }
.hero-scroll span { width: 36px; height: 1px; background: var(--blue); }

.numbers { display: grid; grid-template-columns: repeat(3, 1fr) 1.15fr; margin-bottom: 132px; padding: 44px 0; border-block: 1px solid var(--line); }
.number-item { display: flex; flex-direction: column; padding: 5px 28px; border-right: 1px solid var(--line); }
.number-item:first-child { padding-left: 0; }
.number-item strong { color: var(--blue-deep); font: 500 clamp(36px, 4.3vw, 56px)/1 var(--serif); letter-spacing: -.035em; }
.number-item span { margin-top: 12px; color: var(--muted); font-size: 11px; }
.numbers-note { margin: auto 0; padding-left: 36px; color: var(--muted); font: 14px/1.8 var(--serif); }

.section-heading { display: grid; grid-template-columns: .8fr 1.3fr; align-items: end; margin-bottom: 48px; }
.section-heading .eyebrow { grid-column: 1; margin-bottom: 8px; }
.section-heading h2 { grid-column: 1; margin: 0; font-size: clamp(38px, 4vw, 50px); line-height: 1.15; }
.section-heading > p:last-child { grid-column: 2; max-width: 440px; margin: 0 0 3px auto; color: var(--muted); font-size: 14px; }
.feature-story, .story-card, .robot-story, .early-project, .film-note { border: 1px solid var(--line); border-radius: 16px; }
.feature-story { display: grid; grid-template-columns: 42px minmax(250px, .9fr) minmax(340px, 1.15fr); gap: 28px; margin-bottom: 24px; padding: 42px; background: var(--surface-warm); }
.story-index { color: var(--quiet); font: 12px var(--serif); }
.story-tag { margin: 0 0 13px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.story-copy h3, .story-card h3, .robot-story h3, .learning-note h3, .early-project h3, .film-note h3 { margin: 0 0 17px; color: #3e3f3f; font: 500 30px/1.35 var(--serif); letter-spacing: -.015em; }
.story-lead { font-size: 14px; font-weight: 600; line-height: 1.7; }
.story-copy > p:not(.story-tag):not(.story-lead), .robot-copy > p:not(.story-tag), .early-project-copy > p:not(.eyebrow):not(.story-tag):not(.early-project-lead) { color: var(--muted); font-size: 13px; }
.story-link { display: inline-flex; gap: 18px; margin-top: 10px; border-bottom: 1px solid var(--warm); color: var(--muted); font-size: 11px; text-decoration: none; }
.project-photo-pair { display: grid; grid-template-columns: 1.35fr .8fr; gap: 10px; align-self: center; }
.project-photo-pair figure, .pad-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; }
.project-photo-pair img { width: 100%; height: 250px; object-fit: cover; }
.project-photo-small img { object-position: center; }
.project-photo-pair figcaption, .pad-gallery figcaption, .work-placeholder figcaption { padding: 8px 10px; color: var(--muted); font-size: 9px; letter-spacing: .03em; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.story-grid-single { grid-template-columns: 1fr; }
.story-grid-single .story-card { display: grid; grid-template-columns: 1.1fr .9fr; }
.story-grid-single .card-media { height: 100%; min-height: 310px; border-bottom: 0; border-right: 1px solid var(--line); }
.story-grid-single .card-body { align-self: center; }
.story-card { overflow: hidden; background: var(--surface); }
.card-media { height: 230px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); text-align: center; }
.placeholder-blue { background: linear-gradient(145deg, #aebdcd, #dce2e7); }
.placeholder-blue::before { content: ""; width: 88px; height: 88px; border: 1px solid rgba(255,255,255,.62); transform: rotate(8deg); }
.card-media span { position: absolute; bottom: 14px; color: rgba(48,54,61,.68); font-size: 9px; letter-spacing: .08em; }
.real-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; transition: transform .5s ease; }
.story-card:hover .real-card-media img { transform: scale(1.025); }
.real-card-media span { left: 13px; padding: 4px 8px; border-radius: 4px; background: rgba(250,248,245,.85); }
.random-dance-media { min-width: 0; display: grid; grid-template-rows: minmax(250px, 1fr) 118px; gap: 10px; padding: 12px 0 12px 12px; }
.story-grid-single .random-dance-media .card-media { min-height: 0; height: auto; margin: 0; border: 0; transform: rotate(-1deg); }
.random-dance-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; }
.random-dance-gallery figure { margin: 0; overflow: hidden; border: 1px solid rgba(95,97,111,.18); background: var(--surface); box-shadow: 3px 4px 0 rgba(152,171,194,.13); }
.random-dance-gallery figure:first-child { transform: rotate(.7deg); }
.random-dance-gallery figure:last-child { transform: rotate(-.7deg); }
.random-dance-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transition: transform .4s ease; }
.random-dance-gallery figure:hover img { transform: scale(1.035); }
.card-body { padding: 30px 32px 32px; }
.card-body .story-index { float: right; }
.card-body p:not(.story-tag) { color: var(--muted); font-size: 13px; }
.card-result { margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 11px; }
.card-result strong { color: var(--blue-deep); font: 24px var(--serif); }

.robot-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; margin-bottom: 24px; padding: 42px; background: var(--surface-blue); }
.role-list, .early-project-meta, .film-role-list, .traits { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.role-list span, .early-project-meta span, .film-role-list span, .traits span { padding: 5px 11px; border: 1px solid rgba(79,100,122,.26); border-radius: 999px; font-size: 9px; letter-spacing: .04em; }
.wide-placeholder { min-height: 255px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(79,100,122,.3); border-radius: 10px; background: rgba(255,255,255,.35); text-align: center; }
.placeholder-mark { color: var(--blue); font: 300 28px var(--serif); }
.wide-placeholder p { margin: 5px; color: var(--muted); font: 14px var(--serif); }
.learning-note { width: min(820px, 86%); margin: 64px auto 104px; padding: 32px 42px 32px 92px; position: relative; border-block: 1px solid var(--blue); }
.learning-note::before { content: "↳"; position: absolute; left: 31px; top: 33px; color: var(--blue); font: 34px var(--serif); }
.hand-note { display: block; margin-bottom: 10px; color: var(--muted); font: 12px var(--serif); transform: rotate(-.5deg); }
.learning-note h3 { margin-bottom: 12px; font-size: 26px; }
.learning-note p { color: var(--muted); font-size: 13px; }
.mini-flow { display: flex; align-items: center; gap: 10px; margin-top: 19px; font-size: 9px; }
.mini-flow span { padding: 5px 11px; border-radius: 999px; background: var(--surface-blue); }
.mini-flow b { color: var(--blue); font-weight: 400; }

.early-project { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; margin-bottom: 120px; padding: 46px; background: var(--surface); }
.early-project h3 { font-size: 32px; }
.early-project-lead { font-size: 14px; font-weight: 600; }
.pad-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-self: center; }
.pad-gallery img { width: 100%; height: 230px; object-fit: cover; }

.works { padding: 112px 0 120px; background: #e8edf1; }
.gallery-entrances { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.gallery-entrance { min-height: 430px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); color: var(--ink); text-decoration: none; transition: transform .25s ease; }
.gallery-entrance:hover { transform: translateY(-5px); }
.gallery-entrance img { width: 100%; height: 350px; object-fit: cover; }
.gallery-entrance:not(.apparel-entrance) img { object-fit: contain; padding: 16px; background: #f4f1ed; }
.gallery-entrance span { display: flex; flex-direction: column; gap: 3px; padding: 18px 20px 20px; }
.gallery-entrance b { font-size: 20px; font-weight: 600; }
.gallery-entrance small { color: var(--muted); font-size: 12px; }
.works-collage { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: start; }
.work-placeholder { margin: 0; overflow: hidden; border: 1px solid rgba(48,47,44,.12); border-radius: 12px; background: var(--surface); box-shadow: 0 8px 24px rgba(48,52,56,.05); transition: transform .25s ease, box-shadow .25s ease; }
.work-placeholder:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.work-placeholder img { width: 100%; height: 255px; object-fit: contain; padding: 10px; background: #f5f5f3; }
.work-a img { object-fit: cover; padding: 0; }
.collage-note { grid-column: 1 / -1; margin: 6px 0 20px; color: var(--muted); font: 13px/1.7 var(--serif); }
.film-note { display: grid; grid-template-columns: 1.05fr 1fr; gap: 26px 44px; margin-top: 32px; padding: 38px 40px; background: rgba(255,255,255,.62); }
.film-note h3 { font-size: 27px; }
.film-note > p { margin: 28px 0 0; color: var(--muted); font-size: 13px; }
.film-role-list { margin: 0; align-items: center; }
.film-placeholder { min-height: 54px; display: flex; align-items: center; justify-content: center; border: 1px dashed rgba(79,100,122,.28); border-radius: 8px; color: var(--muted); font-size: 10px; }

.about { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(60px, 9vw, 116px); align-items: center; padding: 128px 0; }
.about-gallery { height: 520px; position: relative; }
.about-gallery img { position: absolute; object-fit: cover; border: 7px solid var(--surface); border-radius: 7px; box-shadow: var(--shadow); }
.about-main { width: 65%; height: 390px; left: 0; top: 0; }
.about-small { width: 31%; height: 205px; }
.about-dance { right: 0; top: 155px; }
.about-casual { left: 20%; bottom: 0; }
.about-copy h2 { margin: 0 0 22px; font-size: clamp(38px, 4vw, 50px); }
.about-lead { color: #4f5254; font: 19px/1.7 var(--serif); }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--muted); font-size: 13px; }
.traits { margin: 27px 0; }
.quiet-side { margin-top: 27px; padding: 3px 0 3px 18px; border-left: 2px solid var(--warm); font-size: 11px; }
.quiet-side p { margin: 0 0 4px; color: var(--quiet); }
.quiet-side strong { color: var(--blue-deep); font: 22px var(--serif); }
.quiet-side small { display: block; margin-top: 9px; color: var(--quiet); font-size: 9px; letter-spacing: .06em; }

.contact { width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; margin-bottom: 68px; padding: 68px 8%; border-radius: 18px; background: #4d5662; color: #f8f6f2; }
.contact h2 { margin: 0 0 20px; color: white; font-size: clamp(36px, 4vw, 47px); line-height: 1.35; }
.contact-copy > p:not(.eyebrow) { color: #d9dde1; font-size: 13px; }
.contact .eyebrow { color: #c4ced8; }
.contact .button-primary { background: #f7f4ef; color: var(--ink); }
.contact .button-text { border-color: rgba(255,255,255,.2); background: transparent; color: white; }
.email { display: inline-block; margin-top: 25px; color: #e7e9eb; font: 15px var(--serif); text-decoration: none; }
.contact-photo { width: min(100%, 250px); margin: 0 auto; transform: rotate(1deg); }
.contact-photo img { width: 100%; max-height: 310px; object-fit: cover; object-position: center 18%; border: 7px solid #f2eee7; }
.contact-photo figcaption { margin-top: 8px; color: #d8d9df; font: 11px var(--serif); text-align: center; }
footer { width: min(1180px, calc(100% - 48px)); display: flex; justify-content: space-between; margin: 0 auto 36px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--quiet); font-size: 9px; letter-spacing: .07em; }
footer a { color: inherit; text-decoration: none; }
footer .footer-actions { display: flex; flex-wrap: wrap; gap: 10px; }
footer .footer-secondary { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; margin-top: -10px; padding: 0 16px; border: 1px dashed rgba(79,100,122,.6); border-radius: 4px; color: var(--blue-deep); font-size: 12px; font-weight: 600; letter-spacing: .04em; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
footer .footer-secondary:hover { border-style: solid; border-color: var(--blue-deep); background: var(--surface-blue); transform: translateY(-2px); }
footer .return-home { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; margin-top: -10px; padding: 0 16px; border: 1px solid var(--blue-deep); border-radius: 4px; background: var(--blue-deep); color: var(--paper); font-size: 12px; font-weight: 600; letter-spacing: .04em; box-shadow: 4px 5px 0 rgba(152,171,194,.26); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
footer .return-home:hover { background: #3f5368; box-shadow: 2px 3px 0 rgba(152,171,194,.32); transform: translate(2px, 2px); }
footer .return-home:active { transform: translate(4px, 4px); box-shadow: none; }

/* Multi-page project galleries */
.gallery-page { background: #f7f4ef; }
.subpage-header { width: min(1240px, calc(100% - 48px)); height: 82px; display: flex; align-items: center; justify-content: space-between; margin: auto; }
.subpage-header nav { display: flex; gap: 10px; }
.subpage-header nav a { padding: 7px 13px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); color: var(--muted); font-size: 12px; text-decoration: none; }
.gallery-hero { padding: 90px 0 100px; }
.gallery-hero h1 { max-width: 920px; margin: 0 0 28px; color: #343535; font: 500 clamp(46px, 6vw, 76px)/1.22 var(--serif); letter-spacing: -.03em; }
.gallery-hero > p:last-child { max-width: 660px; color: var(--muted); font-size: 15px; }
.apparel-edition { margin-bottom: 110px; }
.apparel-edition > header { display: grid; grid-template-columns: .45fr 1fr 1fr; gap: 28px; align-items: end; margin-bottom: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.apparel-edition header span { color: var(--blue-deep); font-size: 12px; }
.apparel-edition h2 { margin: 0; font: 500 34px/1.35 var(--serif); }
.apparel-edition header p { margin: 0; color: var(--muted); font-size: 13px; }
.edition-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.edition-grid.reverse { grid-template-columns: .9fr 1.1fr; }
.edition-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.edition-grid img { width: 100%; height: 520px; object-fit: contain; background: #eeece8; }
.edition-grid .worn-result img { object-fit: cover; }
.edition-grid figcaption { padding: 12px 16px; color: var(--muted); font-size: 11px; }
.design-detail { display: grid; grid-template-columns: 1.35fr .65fr; gap: 0; margin: 18px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.design-detail img { width: 100%; height: 410px; object-fit: cover; object-position: center 48%; }
.design-detail figcaption { display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 34px; color: var(--muted); }
.design-detail figcaption b { color: var(--ink); font-size: 24px; font-weight: 500; }
.design-detail figcaption span { font-size: 13px; }
.masonry-gallery { columns: 3; column-gap: 18px; margin-bottom: 100px; }
.pin { break-inside: avoid; margin: 0 0 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.pin img { width: 100%; max-height: 620px; object-fit: contain; background: #eeece8; }
.pin-wide img { object-fit: cover; }
.pin figcaption { display: flex; flex-direction: column; gap: 2px; padding: 14px 16px 16px; }
.pin figcaption b { font-size: 17px; font-weight: 600; }
.pin figcaption span { color: var(--muted); font-size: 11px; }
.gallery-page .film-note { margin-bottom: 110px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.delay-1 { transition-delay: .12s; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 38px, 680px); }
  .site-header { width: calc(100% - 38px); height: 70px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 58px; right: 0; flex-direction: column; padding: 7px; border-radius: 14px; background: rgba(250,248,245,.96); }
  .site-nav.open { display: flex; }
  .site-nav a { min-width: 130px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 54px 0 88px; }
  .hero-copy { max-width: 630px; }
  .hero-visual { width: min(76%, 390px); justify-self: center; }
  .hero-doodle, .hero-scroll { display: none; }
  .numbers { grid-template-columns: 1fr 1fr; margin-bottom: 94px; padding: 26px 0; }
  .number-item { padding: 20px; border-bottom: 1px solid var(--line); border-right: 0; }
  .number-item:first-child { padding-left: 20px; }
  .numbers-note { padding: 22px 20px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p:last-child { margin: 12px 0 0; }
  .feature-story { grid-template-columns: 1fr; padding: 30px; }
  .project-photo-pair { max-width: 540px; }
  .story-grid, .robot-story, .early-project { grid-template-columns: 1fr; }
  .story-grid-single .story-card { grid-template-columns: 1fr; }
  .story-grid-single .card-media { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .random-dance-media { grid-template-rows: minmax(270px, 1fr) 146px; padding: 12px 12px 0; }
  .robot-story, .early-project { padding: 32px; }
  .learning-note { width: 100%; margin: 55px auto 82px; padding: 30px; }
  .learning-note::before { display: none; }
  .works { padding: 88px 0 94px; }
  .works-collage { grid-template-columns: 1fr 1fr; }
  .gallery-entrances { grid-template-columns: 1fr; }
  .gallery-entrance { min-height: 0; }
  .gallery-entrance img { height: 320px; }
  .film-note { grid-template-columns: 1fr; }
  .film-note > p { margin: 0; }
  .about { grid-template-columns: 1fr; padding: 94px 0; }
  .about-gallery { width: min(100%, 520px); }
  .contact { grid-template-columns: 1fr; padding: 52px 38px; }
  .contact-photo { width: 220px; }
  .gallery-hero { padding: 65px 0 78px; }
  .apparel-edition > header { grid-template-columns: 1fr; gap: 10px; }
  .edition-grid, .edition-grid.reverse { grid-template-columns: 1fr; }
  .edition-grid img { height: 430px; }
  .design-detail { grid-template-columns: 1fr; }
  .design-detail img { height: 350px; }
  .masonry-gallery { columns: 2; }
}

@media (max-width: 560px) {
  .section-shell { width: calc(100% - 28px); }
  .hero { padding-top: 36px; }
  .hero h1 { font-size: clamp(41px, 12vw, 54px); }
  .hero-visual { width: 82%; }
  .numbers { grid-template-columns: 1fr; }
  .number-item, .number-item:first-child { padding: 20px 4px; }
  .numbers-note { padding: 22px 4px 0; }
  .feature-story, .robot-story, .early-project { padding: 24px 20px; }
  .project-photo-pair { grid-template-columns: 1fr 1fr; }
  .project-photo-pair img { height: 170px; }
  .story-grid { grid-template-columns: 1fr; }
  .card-media { height: 205px; }
  .random-dance-media { grid-template-rows: 245px 116px; gap: 8px; padding: 9px 9px 0; }
  .random-dance-gallery { gap: 8px; }
  .pad-gallery { grid-template-columns: 1fr 1fr; }
  .pad-gallery img { height: 170px; }
  .works-collage { gap: 10px; }
  .gallery-entrance img { height: 250px; }
  .work-placeholder img { height: 180px; padding: 6px; }
  .work-placeholder figcaption { padding: 7px; }
  .collage-note { font-size: 12px; }
  .film-note { padding: 28px 22px; }
  .about-gallery { height: 430px; }
  .about-main { height: 320px; }
  .about-small { height: 165px; }
  .about-dance { top: 132px; }
  .contact { width: calc(100% - 20px); padding: 42px 24px; }
  .contact-actions { flex-direction: column; align-items: stretch; }
  footer { width: calc(100% - 28px); flex-direction: column; gap: 7px; }
  footer .footer-actions { width: 100%; }
  .subpage-header { width: calc(100% - 28px); height: 70px; }
  .subpage-header nav a:first-child { display: none; }
  .gallery-hero h1 { font-size: 42px; }
  .edition-grid img { height: 300px; }
  .design-detail img { height: 280px; }
  .design-detail figcaption { padding: 22px; }
  .masonry-gallery { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* =========================================================
   BLUE OBSERVATION NOTES — UI layer
   Strict grid underneath, human traces on top.
   ========================================================= */
:root {
  --paper: #f7f3ee;
  --surface: #fbf9f5;
  --surface-warm: #f3e4d8;
  --surface-blue: #dfe5eb;
  --ink: #4b4e58;
  --muted: #656a75;
  --quiet: #7d8390;
  --blue: #98abc2;
  --blue-deep: #5f616f;
  --sky: #98b6d5;
  --warm: #e8d3c1;
  --line: rgba(95, 97, 111, .22);
  --pencil: rgba(95, 97, 111, .72);
  --shadow: 0 14px 32px rgba(74, 78, 88, .08), 0 2px 5px rgba(74, 78, 88, .04);
}

body {
  background:
    linear-gradient(rgba(152,171,194,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152,171,194,.025) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
  color: var(--ink);
}
.paper-grain { opacity: .075; }
.section-shell { width: min(1140px, calc(100% - 72px)); }

/* Header: a quiet label strip, not a floating app control */
.site-header { height: 92px; }
.brand { position: relative; font-size: 27px; transform: rotate(-2deg); }
.brand::after { content: "柴蕴的观察手记 · 想让你，看见我。"; position: absolute; left: 37px; top: 5px; width: 240px; color: var(--quiet); font-size: 10px; font-weight: 400; letter-spacing: .06em; transform: rotate(2deg); }
.site-nav { gap: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.site-nav a { min-width: auto; min-height: 44px; display: inline-flex; align-items: center; margin-left: 8px; padding: 8px 13px; border-bottom: 1px solid transparent; border-radius: 0; font-size: 13px; }
.site-nav a:hover { background: transparent; border-bottom-color: var(--blue); transform: rotate(-1deg); }
.site-nav a.active { color: var(--ink); background: transparent; border-bottom: 2px solid var(--blue-deep); box-shadow: none; }

/* Hero: a pinned photo and a drawn reading path */
.hero { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .68fr); min-height: calc(100vh - 92px); padding-top: 40px; }
.hero::before { content: ""; position: absolute; left: -7%; top: 19%; width: 42%; height: 55%; border: 1px dashed rgba(152,171,194,.35); border-right: 0; border-bottom: 0; border-radius: 55% 0 0; pointer-events: none; transform: rotate(-4deg); }
.hero-copy { position: relative; z-index: 1; }
.hero .eyebrow { display: inline-block; padding: 4px 9px; background: rgba(195,200,212,.32); transform: rotate(-1.5deg); }
.hero h1 { max-width: 650px; color: #444750; font-size: clamp(52px, 5.5vw, 78px); line-height: 1.18; letter-spacing: -.025em; }
.hero-intro { max-width: 530px; padding-left: 18px; border-left: 2px solid var(--warm); color: var(--muted); font-size: 17px; }
.button { min-height: 46px; border-radius: 4px; font-size: 14px; }
.button-primary { border: 1px solid var(--blue-deep); background: var(--blue-deep); box-shadow: 5px 5px 0 rgba(152,171,194,.35); }
.button-primary:hover { background: #505461; box-shadow: 3px 3px 0 rgba(152,171,194,.48); transform: translate(2px, 2px) rotate(-1deg); }
.button-text { border-style: dashed; background: rgba(247,243,238,.7); }
.hero-visual { width: min(100%, 372px); padding: 13px 13px 32px; background: #fbfaf7; border: 1px solid rgba(95,97,111,.16); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: 2; width: 70px; height: 19px; background: rgba(232,211,193,.62); }
.hero-visual::before { left: -25px; top: 16px; transform: rotate(-36deg); }
.hero-visual::after { right: -24px; bottom: 48px; transform: rotate(-36deg); }
.hero-image-wrap { border: 0; border-radius: 47% 47% 5px 5px / 28% 28% 5px 5px; box-shadow: none; }
.hero-visual figcaption { margin-left: 8%; font-size: 14px; }
.hero-doodle { left: -67px; stroke-width: 1.8; }

/* Metrics: notes scattered on a ruled page */
.numbers { position: relative; gap: 0; padding: 58px 18px 50px; border: 0; background: rgba(255,255,255,.25); }
.numbers::before { content: "事情真实发生过的痕迹 ↓"; position: absolute; right: 20px; top: -18px; color: var(--blue-deep); font-size: 13px; transform: rotate(2deg); }
.number-item { position: relative; border-right: 0; }
.number-item::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: -7px; height: 6px; border-bottom: 2px solid rgba(152,171,194,.48); border-radius: 50%; transform: rotate(-1deg); }
.number-item:nth-child(2) { transform: translateY(12px) rotate(1deg); }
.number-item:nth-child(3) { transform: translateY(-8px) rotate(-1deg); }
.number-item strong { color: var(--blue-deep); }
.numbers-note { border-left: 1px dashed var(--blue); font-size: 15px; }

/* Headings and story path */
.section-heading { position: relative; margin-bottom: 64px; }
.section-heading::after { content: ""; position: absolute; left: 0; bottom: -21px; width: min(360px, 45%); height: 9px; border-bottom: 2px solid rgba(152,171,194,.62); border-radius: 50%; transform: rotate(-1deg); }
.section-heading h2 { color: #484b55; font-size: clamp(42px, 4.5vw, 56px); }
.stories { position: relative; }
.stories::before { content: ""; position: absolute; z-index: -1; left: -35px; top: 155px; bottom: 150px; width: 70px; border-left: 2px dashed rgba(152,171,194,.36); border-radius: 50%; }
.feature-story, .story-card, .robot-story, .early-project, .film-note { border-color: rgba(95,97,111,.18); border-radius: 7px; box-shadow: 4px 5px 0 rgba(152,171,194,.11); }
.feature-story { position: relative; padding: 48px; background: rgba(243,229,217,.88); transform: rotate(-.25deg); }
.feature-story::before { content: "情感核心"; position: absolute; right: 25px; top: -13px; padding: 2px 12px; background: var(--warm); color: var(--blue-deep); font-size: 12px; transform: rotate(2deg); }
.story-index { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--blue); border-radius: 50% 43% 48% 45%; font-size: 13px; transform: rotate(-7deg); }
.story-tag { color: var(--blue-deep); font-size: 12px; }
.story-copy h3, .story-card h3, .robot-story h3, .learning-note h3, .early-project h3, .film-note h3 { font-size: 32px; }
.project-photo-pair { gap: 14px; align-items: center; }
.project-photo-pair figure, .pad-gallery figure { padding: 8px 8px 0; border-radius: 3px; box-shadow: 0 8px 20px rgba(75,78,88,.08); }
.project-photo-main { transform: rotate(-1.4deg); }
.project-photo-small { transform: rotate(2.1deg) translateY(15px); }
.project-photo-pair figcaption, .pad-gallery figcaption, .work-placeholder figcaption { font-size: 11px; }
.story-grid-single .story-card { grid-template-columns: 1.08fr .92fr; overflow: visible; background: rgba(251,249,245,.75); transform: rotate(.2deg); }
.story-grid-single .card-media { margin: 12px 0 12px 12px; border: 0; transform: rotate(-1deg); }
.real-card-media span { font-size: 11px; }
.robot-story { position: relative; background: rgba(195,200,212,.74); transform: rotate(-.15deg); }
.robot-story::after { content: "两周 / 多方协作 / 真实舞台"; position: absolute; right: 32px; bottom: -14px; padding: 3px 11px; background: var(--paper); border: 1px dashed var(--blue); color: var(--blue-deep); font-size: 12px; transform: rotate(-1.5deg); }
.robot-photo-pair { display: grid; grid-template-columns: .78fr 1.22fr; gap: 13px; align-items: center; }
.robot-photo { width: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(95,97,111,.18); border-radius: 3px; background: var(--surface); box-shadow: 0 8px 20px rgba(75,78,88,.1); }
.robot-team-photo { aspect-ratio: 4 / 5; transform: rotate(-1deg); }
.robot-stage-photo { aspect-ratio: 3 / 2; transform: rotate(1deg); }
.robot-photo img { width: 100%; height: calc(100% - 36px); object-fit: cover; object-position: center 46%; }
.robot-stage-photo img { object-position: center 42%; }
.robot-photo figcaption { height: 36px; display: flex; align-items: center; padding: 0 12px; color: var(--muted); font-size: 10px; }
.role-list span, .early-project-meta span, .film-role-list span, .traits span { min-height: 32px; display: inline-flex; align-items: center; padding-inline: 13px; border-style: dashed; font-size: 11px; }
.wide-placeholder { border-radius: 3px; background: rgba(247,243,238,.42); }
.learning-note { border-block-style: dashed; transform: rotate(.3deg); }
.learning-note::before { color: var(--sky); }
.early-project { position: relative; background: rgba(251,249,245,.7); }
.early-project::before { content: "一件很早就开始做的事"; position: absolute; left: 42px; top: -14px; padding: 2px 11px; background: var(--blue); color: white; font-size: 12px; transform: rotate(-2deg); }
.pad-gallery figure:first-child { transform: rotate(-1.5deg); }
.pad-gallery figure:last-child { transform: rotate(1.2deg) translateY(12px); }

/* Gallery: two editorial boards rather than app cards */
.works { position: relative; overflow: hidden; background: rgba(195,200,212,.44); }
.works::before { content: ""; position: absolute; right: -110px; top: 80px; width: 380px; height: 380px; border: 2px dashed rgba(152,182,213,.42); border-radius: 48% 52% 42% 58%; transform: rotate(17deg); }
.gallery-entrances { gap: 32px; align-items: center; }
.gallery-entrance { min-height: 430px; padding: 12px; border: 1px solid rgba(95,97,111,.2); border-radius: 4px; background: rgba(251,249,245,.84); box-shadow: 9px 11px 0 rgba(95,97,111,.08); }
.gallery-entrance:first-child { transform: rotate(-1.2deg); }
.gallery-entrance:last-child { transform: rotate(1.5deg) translateY(28px); }
.gallery-entrance:hover { transform: translateY(-4px) rotate(0); box-shadow: 5px 6px 0 rgba(95,97,111,.13); }
.gallery-entrance img { border-radius: 2px; }
.gallery-entrance b { font-size: 23px; }
.gallery-entrance small { font-size: 13px; }

/* About: restrained collage with note fragments */
.about-gallery::before { content: "生活 / 舞台 / 好奇心"; position: absolute; z-index: 3; left: -20px; top: 25px; padding: 3px 10px; background: var(--warm); color: var(--blue-deep); font-size: 12px; transform: rotate(-5deg); }
.about-gallery img { border-radius: 2px; box-shadow: 7px 9px 0 rgba(152,171,194,.18); }
.about-main { transform: rotate(-1deg); }
.about-dance { transform: rotate(3deg); }
.about-casual { transform: rotate(-3deg); }
.about-lead { padding-bottom: 18px; border-bottom: 1px dashed var(--blue); }
.traits span:nth-child(2) { transform: rotate(2deg); }
.traits span:nth-child(3) { transform: rotate(-2deg); }
.quiet-side { border-left-style: dashed; }

/* Contact: deep blue paper with an imperfect outline */
.contact { position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: var(--blue-deep); box-shadow: 10px 12px 0 rgba(152,171,194,.28); }
.contact::before { content: "写封信给我吧"; position: absolute; right: 8%; top: -16px; padding: 3px 13px; background: var(--warm); color: var(--blue-deep); font-size: 13px; transform: rotate(2deg); }
.contact-photo { transform: rotate(2.5deg); }

/* Deep gallery pages use the same notebook language */
.gallery-page { background: var(--paper); }
.subpage-header { border-bottom: 1px dashed rgba(152,171,194,.5); }
.subpage-header nav a { min-height: 44px; display: inline-flex; align-items: center; border-radius: 4px; border-style: dashed; font-size: 13px; }
.gallery-hero { position: relative; }
.gallery-hero::after { content: "↳ 往下翻，像看一本作品册"; position: absolute; right: 3%; bottom: 38px; color: var(--blue-deep); font-size: 13px; transform: rotate(2deg); }
.gallery-hero h1 { color: #454852; }
.apparel-edition > header { border-top-style: dashed; }
.edition-grid figure, .design-detail, .pin { border-radius: 4px; box-shadow: 7px 8px 0 rgba(152,171,194,.12); }
.edition-grid figure:first-child { transform: rotate(-.5deg); }
.edition-grid figure:last-child { transform: rotate(.7deg); }
.design-detail { transform: rotate(-.25deg); }
.edition-grid.portrait-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.edition-grid .portrait-frame { width: min(100%, 430px); aspect-ratio: 2 / 3; justify-self: center; }
.edition-grid .portrait-frame img { height: calc(100% - 42px); }
.edition-grid .portrait-frame.design-sheet img { object-fit: contain; }
.edition-grid .portrait-frame.worn-result img { object-fit: cover; object-position: center 52%; }
.pin:nth-child(3n+1) { transform: rotate(-.7deg); }
.pin:nth-child(3n+2) { transform: rotate(.8deg); }

/* Poster stack — inspired by the supplied motion reference */
.poster-showcase {
  min-height: 640px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  margin-bottom: 100px;
  padding: 0;
  color: #4f647a;
}
.poster-showcase-copy { position: relative; z-index: 20; }
.poster-showcase .eyebrow { color: #718aa6; }
.poster-showcase h2 { margin: 0 0 24px; color: #4f647a; font: 500 clamp(38px, 4vw, 54px)/1.25 var(--serif); }
.poster-showcase-copy > p:not(.eyebrow) { max-width: 390px; color: #4f647a; font-size: 15px; }
.poster-controls { display: flex; align-items: center; gap: 20px; margin-top: 32px; }
.poster-next { min-width: 112px; min-height: 46px; padding: 8px 17px; border: 1px solid rgba(79,100,122,.56); border-radius: 4px; background: transparent; color: #4f647a; font: 14px var(--sans); cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.poster-next:hover { background: var(--surface-blue); color: #3f5368; }
.poster-next:active { background: #dfe5eb; }
.poster-counter { color: #718aa6; font-size: 14px; font-variant-numeric: tabular-nums; }
.poster-stage { min-height: 640px; display: grid; place-items: center; position: relative; }
.poster-stack { width: min(390px, 74%); aspect-ratio: 3 / 4; position: relative; perspective: 1200px; }
.poster-card {
  --stack-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(79,100,122,.28);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgba(79,100,122,.18);
  cursor: pointer;
  opacity: clamp(0, calc(1 - var(--stack-index) * .14), 1);
  transform: translate(calc(var(--stack-index) * 17px), calc(var(--stack-index) * 9px)) rotate(calc((var(--stack-index) - 1) * 1.1deg));
  transform-origin: 85% 12%;
  transition: transform .36s cubic-bezier(.22,.8,.2,1), opacity .26s ease, box-shadow .2s ease;
}
.poster-card:nth-child(even) { transform: translate(calc(var(--stack-index) * 17px), calc(var(--stack-index) * 9px)) rotate(calc((var(--stack-index) + 1) * -1deg)); }
.poster-card[aria-hidden="true"] { pointer-events: none; }
.poster-card[style*="--stack-index: 5"], .poster-card[style*="--stack-index: 6"], .poster-card[style*="--stack-index: 7"] { opacity: 0; }
.poster-card:hover { box-shadow: 0 24px 54px rgba(79,100,122,.26); }
.poster-card.is-leaving { opacity: 0; transform: translate(-80%, 10%) rotate(-10deg) scale(.94); }
.poster-card img { width: 100%; height: 100%; display: block; object-fit: contain; background: var(--surface); }
.brochure-showcase { grid-template-columns: .72fr 1.28fr; }
.stage-showcase { position: relative; grid-template-columns: .82fr 1.18fr; }
.brochure-stack { width: min(620px, 88%); aspect-ratio: 4 / 3; }
.brochure-stack .poster-card img { object-fit: cover; object-position: center; }
.stage-photo-stack { width: min(760px, 94%); aspect-ratio: 3 / 2; }
.stage-photo-stack .poster-card { border-radius: 18px; }
.stage-photo-stack .poster-card img { object-fit: cover; object-position: center; }
.stage-roles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.stage-roles span { padding: 6px 10px; border: 1px solid rgba(79,100,122,.4); border-radius: 999px; color: #4f647a; font-size: 12px; letter-spacing: .04em; }
.stage-video-qr { width: 104px; position: absolute; z-index: 25; right: 20px; bottom: 20px; margin: 0; padding: 7px 7px 5px; border: 1px solid rgba(79,100,122,.24); border-radius: 4px; background: var(--paper); box-shadow: 4px 5px 0 rgba(152,171,194,.22); transform: rotate(1deg); }
.stage-video-qr img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.stage-video-qr figcaption { color: #4f647a; font-size: 9px; line-height: 1.45; text-align: center; }
.brochure-showcase h2, .stage-showcase h2 { font-size: clamp(46px, 4.8vw, 64px); }

@media (max-width: 900px) {
  .poster-showcase { min-height: 0; grid-template-columns: 1fr; padding-block: 0; }
  .poster-showcase-copy { max-width: 560px; }
  .poster-stage { min-height: 600px; }
  .poster-stack { width: min(360px, 68%); }
  .brochure-stack { width: min(620px, 88%); }
  .stage-photo-stack { width: min(720px, 94%); }
}

@media (max-width: 560px) {
  .edition-grid.portrait-grid { grid-template-columns: 1fr; }
  .edition-grid .portrait-frame { width: min(100%, 330px); }
  .poster-showcase { width: min(100% - 38px, 680px); gap: 30px; margin-bottom: 72px; padding: 0; }
  .poster-showcase h2 { font-size: 36px; }
  .poster-showcase-copy > p:not(.eyebrow) { font-size: 15px; }
  .poster-stage { min-height: 470px; overflow: hidden; }
  .poster-stack { width: min(270px, 72%); }
  .brochure-stage, .stage-photo-stage { min-height: 320px; }
  .brochure-stack, .stage-photo-stack { width: 88%; }
  .brochure-showcase h2, .stage-showcase h2 { font-size: clamp(40px, 11vw, 52px); }
  .stage-video-qr { width: 88px; right: 10px; bottom: 10px; }
  .poster-card { border-radius: 18px; }
  .poster-controls { justify-content: space-between; }
  .supporting-gallery { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .poster-card { transition: none; }
}

@media (max-width: 900px) {
  .section-shell { width: min(100% - 38px, 680px); }
  .brand::after { display: none; }
  .site-nav { padding: 8px; border: 1px solid var(--line); border-radius: 4px; background: rgba(247,243,238,.97); box-shadow: 4px 5px 0 rgba(152,171,194,.18); }
  .site-nav a { margin: 0; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); }
  .hero-copy { min-width: 0; }
  .hero::before { display: none; }
  .hero-visual { justify-self: center; }
  .numbers::before { right: 6px; }
  .feature-story, .robot-story, .early-project { transform: none; }
  .robot-photo { transform: none; }
  .story-grid-single .story-card { grid-template-columns: 1fr; transform: none; }
  .story-grid-single .card-media { margin: 10px 10px 0; }
  .gallery-entrance:first-child, .gallery-entrance:last-child { transform: none; }
  .gallery-entrance:last-child { margin-top: 12px; }
}

@media (max-width: 560px) {
  body { background-size: 24px 24px; }
  .section-shell { width: calc(100% - 30px); }
  .hero h1 { font-size: 43px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button-text { grid-column: 1 / -1; }
  .hero-intro { font-size: 16px; }
  .hero-visual { width: 78%; padding: 9px 9px 26px; }
  .numbers { padding-inline: 5px; }
  .number-item:nth-child(2), .number-item:nth-child(3) { transform: none; }
  .section-heading h2 { font-size: 40px; }
  .feature-story::before, .robot-story::after, .early-project::before { font-size: 11px; }
  .feature-story { padding-top: 34px; }
  .gallery-entrance { padding: 8px; }
  .gallery-hero::after { position: static; display: block; margin-top: 30px; }
}

/* Stronger human marks — second refinement */
.stories::before {
  left: -54px;
  width: 96px;
  border-left: 3px solid rgba(152,171,194,.46);
  border-radius: 52% 0 0 46%;
  transform: rotate(-1deg);
}
.stories::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -74px;
  top: 620px;
  width: 160px;
  height: 250px;
  border: 2px dashed rgba(152,182,213,.38);
  border-left: 0;
  border-radius: 0 55% 48% 0;
  transform: rotate(7deg);
}
.section-heading h2 { position: relative; display: inline-block; }
.section-heading h2::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -12px;
  width: 24px;
  height: 20px;
  border-left: 2px solid var(--sky);
  border-top: 2px solid var(--sky);
  transform: rotate(-12deg);
}
.section-heading h2::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: 4px;
  width: 26px;
  height: 18px;
  border-right: 2px solid var(--warm);
  border-bottom: 2px solid var(--warm);
  transform: rotate(10deg);
}
.feature-story .story-copy { position: relative; }
.feature-story .story-copy::after {
  content: "（ 接住一个需要 ）";
  display: block;
  width: max-content;
  margin: 25px 0 0 auto;
  color: var(--blue-deep);
  font-size: 14px;
  transform: rotate(-3deg);
}
.children-photos {
  display: block;
  min-height: 370px;
  position: relative;
  isolation: isolate;
}
.children-photos::before,
.children-photos::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 76px;
  height: 20px;
  background: rgba(232,211,193,.72);
  box-shadow: 0 1px 0 rgba(95,97,111,.08);
}
.children-photos::before { left: 8%; top: 3px; transform: rotate(-9deg); }
.children-photos::after { right: 2%; bottom: 56px; transform: rotate(-8deg); }
.children-photos figure { position: absolute; overflow: visible; }
.children-photos .project-photo-main {
  z-index: 1;
  width: 76%;
  left: 0;
  top: 18px;
  transform: rotate(-2.5deg);
}
.children-photos .project-photo-small {
  z-index: 2;
  width: 61%;
  right: 0;
  bottom: 0;
  transform: rotate(3.2deg);
}
.children-photos .project-photo-main img,
.children-photos .project-photo-small img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.children-photos .project-photo-small img { height: 190px; }
.children-photos figcaption {
  background: #fbfaf7;
  border-top: 1px dashed rgba(152,171,194,.38);
}
.robot-story .robot-copy::before {
  content: "{ 协调 / 判断 / 落地 }";
  display: block;
  margin: -16px 0 18px -22px;
  color: var(--blue-deep);
  font-size: 13px;
  transform: rotate(-2deg);
}
.early-project-copy::after {
  content: "从一个小点，慢慢扩散出去 ～～～";
  display: block;
  margin-top: 25px;
  color: var(--blue-deep);
  font-size: 13px;
  transform: rotate(1.5deg);
}
.about-copy::before {
  content: "[ 人 / 内容 / 现场 ]";
  display: block;
  width: max-content;
  margin: 0 0 22px auto;
  color: var(--sky);
  font-size: 14px;
  transform: rotate(3deg);
}

@media (max-width: 900px) {
  .children-photos { min-height: 420px; max-width: 600px; width: 100%; margin: 0 auto; }
  .children-photos .project-photo-main img { height: 260px; }
  .children-photos .project-photo-small img { height: 210px; }
  .stories::after { display: none; }
}

@media (max-width: 560px) {
  .robot-photo-pair { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .robot-team-photo { width: 72%; justify-self: center; }
  .children-photos { min-height: 330px; }
  .children-photos .project-photo-main { width: 82%; }
  .children-photos .project-photo-small { width: 70%; }
  .children-photos .project-photo-main img { height: 190px; }
  .children-photos .project-photo-small img { height: 155px; }
  .feature-story .story-copy::after { margin-left: 0; }
  .robot-story .robot-copy::before { margin-left: 0; }
}

/* Story notes — a quiet reading layer, built from the existing notebook palette. */
.story-note-trigger {
  appearance: none;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid var(--warm);
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
.story-note-trigger:hover { color: var(--blue-deep); border-bottom-color: var(--blue-deep); }
.story-note-trigger span { transition: transform .2s ease; }
.story-note-trigger:hover span { transform: translateX(4px); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
body.story-dialog-open { overflow: hidden; }
.story-dialog { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.story-dialog.is-open { opacity: 1; pointer-events: auto; }
.story-dialog__backdrop { position: absolute; inset: 0; background: rgba(57, 59, 67, .38); backdrop-filter: blur(3px); }
.story-dialog__panel { width: min(100%, 680px); max-height: min(720px, calc(100dvh - 48px)); display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid rgba(95,97,111,.26); background: #fbfaf7; box-shadow: 16px 20px 0 rgba(75,78,88,.16), 0 28px 70px rgba(31,35,42,.22); transform: translateY(18px) rotate(-.45deg); transition: transform .3s cubic-bezier(.22,.8,.2,1); }
.story-dialog.is-open .story-dialog__panel { transform: translateY(0) rotate(-.45deg); }
.story-dialog__panel::before { content: ""; position: absolute; inset: 13px; z-index: 0; pointer-events: none; border: 1px dashed rgba(152,171,194,.45); }
.story-dialog__header, .story-dialog__footer, .story-notes { position: relative; z-index: 1; }
.story-dialog__header { display: flex; align-items: center; justify-content: space-between; padding: 26px 30px 17px; }
.story-dialog__header .eyebrow { margin: 0; color: var(--blue-deep); }
.story-dialog__close { width: 44px; height: 44px; display: grid; place-items: center; border: 1px dashed rgba(95,97,111,.5); background: rgba(255,255,255,.45); color: var(--ink); cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.story-dialog__close:hover { background: var(--surface-blue); transform: rotate(6deg); }
.story-dialog__close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.story-notes { min-height: 364px; display: grid; flex: 1; margin: 0 30px; overflow: hidden; }
.story-note { grid-area: 1 / 1; align-self: stretch; display: flex; flex-direction: column; padding: 35px 12% 32px; border: 1px solid rgba(95,97,111,.16); background: linear-gradient(135deg, rgba(243,229,217,.84), rgba(251,249,245,.94)); box-shadow: 7px 8px 0 rgba(152,171,194,.16); animation: note-in .34s cubic-bezier(.22,.8,.2,1); }
.story-note[hidden] { display: none; }
.story-note:nth-child(2) { background: linear-gradient(135deg, rgba(223,229,235,.88), rgba(251,249,245,.95)); }
.story-note:nth-child(3) { background: linear-gradient(135deg, rgba(232,211,193,.76), rgba(251,249,245,.95)); }
.story-note:nth-child(4) { background: linear-gradient(135deg, rgba(221,230,238,.9), rgba(251,249,245,.96)); }
.story-note__number { color: var(--blue-deep); font-size: 12px; letter-spacing: .12em; }
.story-note h2 { max-width: 470px; margin: 20px 0 18px; color: #454852; font: 500 clamp(30px, 4.4vw, 46px)/1.2 var(--serif); letter-spacing: -.025em; }
.story-note p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.story-note__scribble { width: max-content; max-width: 100%; margin-top: auto; padding-top: 24px; color: var(--blue-deep); font-size: 13px; transform: rotate(-2deg); }
.story-dialog__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 30px 26px; }
.story-dialog__footer p { margin: 0; color: var(--quiet); font-size: 12px; }
.story-dialog__next { min-height: 44px; display: inline-flex; align-items: center; gap: 18px; padding: 0 15px; border: 1px solid var(--blue-deep); background: var(--blue-deep); color: var(--paper); font: 600 13px var(--sans); cursor: pointer; transition: transform .2s ease, background-color .2s ease; }
.story-dialog__next:hover { background: #505461; transform: translate(2px, 2px); }
@keyframes note-in { from { opacity: 0; transform: translateX(18px) rotate(1deg); } to { opacity: 1; transform: none; } }
@media (max-width: 560px) {
  .story-dialog { padding: 12px; }
  .story-dialog__panel { max-height: calc(100dvh - 24px); }
  .story-dialog__header { padding: 20px 20px 14px; }
  .story-notes { min-height: 0; margin: 0 20px; }
  .story-note { min-height: 372px; padding: 28px 24px; }
  .story-note h2 { font-size: 35px; }
  .story-note p { font-size: 14px; line-height: 1.8; }
  .story-dialog__footer { padding: 16px 20px 20px; }
  .story-dialog__footer p { display: none; }
  .story-dialog__next { width: 100%; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  .story-dialog, .story-dialog__panel, .story-note-trigger span, .story-dialog__close, .story-dialog__next { transition: none; }
  .story-note { animation: none; }
}

/* Neo-minimal blue refinement — keep the notebook warmth, give it a calmer card system. */
:root {
  --paper: #f6f7f9;
  --surface: #fcfcfd;
  --surface-warm: #eef2f7;
  --surface-blue: #e4ecf5;
  --ink: #454957;
  --muted: #697183;
  --quiet: #8992a2;
  --blue: #98abc2;
  --blue-deep: #5f616f;
  --sky: #98b6d5;
  --warm: #c3c8d4;
  --line: rgba(95, 97, 111, .16);
  --pencil: rgba(95, 97, 111, .72);
  --shadow: 0 18px 45px rgba(65, 76, 94, .08), 0 3px 10px rgba(65, 76, 94, .05);
  --shadow-raised: 0 28px 55px rgba(65, 76, 94, .12), 0 8px 20px rgba(65, 76, 94, .07);
}

body {
  background:
    radial-gradient(circle at 8% 2%, rgba(152, 182, 213, .22), transparent 23rem),
    radial-gradient(circle at 94% 26%, rgba(195, 200, 212, .28), transparent 26rem),
    linear-gradient(rgba(152, 171, 194, .042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 171, 194, .042) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
}
.paper-grain { opacity: .042; mix-blend-mode: multiply; }
.section-shell { width: min(1160px, calc(100% - 64px)); }

/* Shared framing */
.site-header { height: 94px; }
.brand { color: var(--blue-deep); transform: none; }
.brand::after { color: var(--muted); transform: none; }
.site-nav a { border-radius: 999px; transition: color .22s ease, background-color .22s ease, box-shadow .22s ease; }
.site-nav a:hover { border-bottom-color: transparent; background: rgba(152, 171, 194, .16); transform: none; }
.site-nav a.active { border-bottom: 0; background: var(--surface); box-shadow: 0 2px 8px rgba(65, 76, 94, .09); }
.eyebrow { color: var(--blue-deep); letter-spacing: .11em; }

/* A single, quiet hero card starts the reading experience. */
.hero {
  min-height: min(730px, calc(100vh - 94px));
  gap: clamp(42px, 7vw, 98px);
  margin-bottom: 80px;
  padding: clamp(44px, 6vw, 76px);
  border: 1px solid rgba(95, 97, 111, .14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(252, 252, 253, .94), rgba(228, 236, 245, .8));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero::before { left: auto; right: -72px; top: -88px; width: 310px; height: 310px; border: 1px solid rgba(152, 171, 194, .32); border-radius: 50%; transform: none; }
.hero::after { content: ""; position: absolute; right: 13%; bottom: 10%; width: 64px; height: 64px; border: 1px dashed rgba(95, 97, 111, .28); border-radius: 50%; pointer-events: none; }
.hero .eyebrow { padding: 0; background: transparent; transform: none; }
.hero h1 { color: var(--ink); }
.hero-intro { border-left-color: var(--blue); }
.button { border-radius: 10px; }
.button-primary { background: var(--blue-deep); box-shadow: 0 7px 14px rgba(95, 97, 111, .18); }
.button-primary:hover { background: #525564; box-shadow: 0 10px 18px rgba(95, 97, 111, .24); transform: translateY(-2px); }
.button-text { border-style: solid; border-color: rgba(95, 97, 111, .2); background: rgba(252, 252, 253, .7); }
.hero-visual { padding: 11px 11px 24px; border-radius: 22px; background: rgba(252, 252, 253, .88); box-shadow: var(--shadow-raised); transform: none; }
.hero-visual::before, .hero-visual::after { width: 46px; height: 8px; background: rgba(152, 182, 213, .55); }
.hero-visual::before { left: -12px; top: 19px; transform: rotate(-28deg); }
.hero-visual::after { right: -10px; bottom: 42px; transform: rotate(-28deg); }
.hero-image-wrap { border-radius: 16px 16px 5px 5px; }
.hero-visual figcaption { color: var(--muted); transform: none; }
.hero-doodle { stroke: var(--blue-deep); opacity: .58; }

/* Metrics and section titles become readable layers instead of loose fragments. */
.numbers { margin-bottom: 124px; padding: 32px 26px; border: 1px solid rgba(95, 97, 111, .12); border-radius: 20px; background: rgba(252, 252, 253, .72); box-shadow: 0 9px 24px rgba(65, 76, 94, .045); }
.numbers::before { right: 28px; top: 16px; color: var(--quiet); font-size: 11px; transform: none; }
.number-item { padding-top: 22px; }
.number-item::after { left: 22px; right: 22px; bottom: 7px; height: 0; border-bottom: 1px solid rgba(152, 171, 194, .32); border-radius: 0; transform: none; }
.number-item:nth-child(2), .number-item:nth-child(3) { transform: none; }
.numbers-note { padding-left: 26px; border-left: 1px solid rgba(152, 171, 194, .45); }
.section-heading { margin-bottom: 52px; }
.section-heading::after { bottom: -16px; height: 5px; border-bottom: 1px solid rgba(152, 171, 194, .52); transform: none; }
.stories::before { left: -24px; border-left-width: 1px; }

/* Project cards: consistent radius, subtle elevation, and blue paper surfaces. */
.feature-story, .story-card, .robot-story, .early-project, .film-note {
  border-color: rgba(95, 97, 111, .14);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.feature-story { padding: 48px; background: linear-gradient(135deg, rgba(238, 242, 247, .94), rgba(252, 252, 253, .9)); transform: none; }
.feature-story::before { right: 28px; top: 24px; padding: 3px 10px; border: 1px solid rgba(95, 97, 111, .16); border-radius: 999px; background: rgba(252, 252, 253, .74); color: var(--blue-deep); transform: none; }
.story-index { border-radius: 50%; transform: none; }
.project-photo-pair figure, .pad-gallery figure { padding: 8px 8px 0; border-radius: 13px; box-shadow: 0 9px 20px rgba(65, 76, 94, .08); }
.project-photo-main, .project-photo-small, .pad-gallery figure:first-child, .pad-gallery figure:last-child { transform: none; }
.story-grid-single .story-card { background: rgba(252, 252, 253, .84); transform: none; overflow: hidden; }
.story-grid-single .card-media { margin: 12px 0 12px 12px; border-radius: 14px; transform: none; }
.random-dance-gallery figure { border-radius: 10px; }
.robot-story { background: linear-gradient(135deg, rgba(228, 236, 245, .96), rgba(195, 200, 212, .62)); transform: none; }
.robot-story::after { right: 28px; bottom: 20px; border-style: solid; border-radius: 999px; background: rgba(252, 252, 253, .75); transform: none; }
.robot-photo, .wide-placeholder { border-radius: 14px; box-shadow: 0 9px 20px rgba(65, 76, 94, .08); }
.robot-team-photo, .robot-stage-photo { transform: none; }
.learning-note { transform: none; }
.early-project { background: rgba(252, 252, 253, .86); transform: none; }
.early-project::before { left: 40px; top: 23px; border-radius: 999px; transform: none; }
.role-list span, .early-project-meta span, .film-role-list span, .traits span { border-style: solid; border-color: rgba(95, 97, 111, .18); background: rgba(252, 252, 253, .48); }

/* The work entrances form a small layered gallery, not separate visual worlds. */
.works { background: linear-gradient(160deg, rgba(228, 236, 245, .72), rgba(246, 247, 249, .18)); }
.works::before { right: -80px; width: 290px; height: 290px; border-width: 1px; transform: none; }
.gallery-entrances { gap: 24px; }
.gallery-entrance { padding: 12px; border-radius: 20px; background: rgba(252, 252, 253, .92); box-shadow: var(--shadow); }
.gallery-entrance:first-child, .gallery-entrance:last-child { transform: none; }
.gallery-entrance:last-child { translate: 0 18px; }
.gallery-entrance:hover { transform: translateY(-6px); box-shadow: var(--shadow-raised); }
.gallery-entrance img { border-radius: 12px; }
.gallery-entrance:not(.apparel-entrance) img { background: #eef2f7; }

/* Photos still feel personal, but the surrounding frame now belongs to the same system. */
.about-gallery::before { border-radius: 999px; background: var(--surface-blue); transform: none; }
.about-gallery img { border-radius: 14px; box-shadow: var(--shadow); }
.about-main, .about-dance, .about-casual, .traits span:nth-child(2), .traits span:nth-child(3) { transform: none; }
.quiet-side { border-left-style: solid; border-color: rgba(152, 171, 194, .42); }
.contact { border-radius: 24px; background: linear-gradient(135deg, #5f616f, #70798a); box-shadow: var(--shadow-raised); }
.contact::before { top: 22px; right: 7%; border-radius: 999px; background: rgba(228, 236, 245, .94); transform: none; }
.contact-photo { transform: none; }
footer { border-top-color: rgba(95, 97, 111, .14); }
footer .footer-secondary { border-style: solid; border-radius: 10px; background: rgba(252, 252, 253, .54); }
footer .return-home { border-radius: 10px; box-shadow: 0 6px 13px rgba(95, 97, 111, .18); }

/* The two archive pages inherit the same refined blue cards. */
.subpage-header { border-bottom-style: solid; border-bottom-color: rgba(95, 97, 111, .12); }
.subpage-header nav a { border-style: solid; border-color: rgba(95, 97, 111, .15); border-radius: 999px; }
.gallery-hero::after { transform: none; }
.apparel-edition > header { border-top-style: solid; border-top-color: rgba(95, 97, 111, .14); }
.edition-grid figure, .design-detail, .pin { border-radius: 16px; box-shadow: var(--shadow); }
.edition-grid figure:first-child, .edition-grid figure:last-child, .design-detail, .pin:nth-child(3n+1), .pin:nth-child(3n+2) { transform: none; }
.poster-card { border-radius: 20px; box-shadow: 0 18px 38px rgba(65, 76, 94, .16); }
.stage-video-qr { border-radius: 12px; box-shadow: var(--shadow); transform: none; }

/* Reading dialog follows the new paper-and-ink palette. */
.story-dialog__panel { border-radius: 20px; background: var(--surface); box-shadow: 0 28px 70px rgba(43, 49, 61, .22); transform: translateY(18px); }
.story-dialog.is-open .story-dialog__panel { transform: translateY(0); }
.story-dialog__panel::before { border-radius: 12px; }
.story-note { border-radius: 13px; background: linear-gradient(135deg, #eef2f7, #fcfcfd); box-shadow: 0 9px 20px rgba(65, 76, 94, .09); }
.story-note:nth-child(2) { background: linear-gradient(135deg, #e4ecf5, #fcfcfd); }
.story-note:nth-child(3) { background: linear-gradient(135deg, #e8edf3, #fcfcfd); }
.story-note:nth-child(4) { background: linear-gradient(135deg, #e3ebf4, #fcfcfd); }
.story-note__scribble { transform: none; }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 40px, 680px); }
  .hero { min-height: 0; margin-bottom: 64px; padding: 48px 38px; border-radius: 24px; }
  .hero::before { right: -118px; top: -102px; }
  .hero-visual { width: min(100%, 360px); justify-self: center; }
  .numbers { padding: 30px 20px; }
  .number-item { padding-top: 18px; }
  .gallery-entrance:last-child { translate: 0; }
}

@media (max-width: 560px) {
  .section-shell { width: min(100% - 32px, 680px); }
  .site-header { height: 76px; }
  .hero { margin-top: 12px; margin-bottom: 52px; padding: 36px 22px 30px; border-radius: 20px; }
  .hero::before { right: -145px; top: -145px; width: 260px; height: 260px; }
  .hero::after { right: 20px; bottom: 20px; width: 38px; height: 38px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-intro { padding-left: 14px; font-size: 15px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-visual { margin-top: 10px; }
  .numbers { margin-bottom: 82px; border-radius: 16px; }
  .numbers::before { position: static; display: block; margin-bottom: 7px; text-align: right; }
  .number-item { padding-top: 12px; }
  .number-item::after { left: 10px; right: 10px; }
  .numbers-note { padding-left: 15px; }
  .feature-story, .robot-story, .early-project { padding: 28px 22px; border-radius: 16px; }
  .feature-story::before, .early-project::before { position: static; display: inline-block; margin-bottom: 18px; }
  .robot-story::after { position: static; display: inline-block; margin-top: 14px; }
  .story-grid-single .card-media { margin: 10px; }
  .gallery-entrances { gap: 18px; }
  .gallery-entrance { min-height: 0; border-radius: 16px; }
  .contact { border-radius: 18px; }
  .contact::before { top: 18px; right: 18px; }
  .story-dialog__panel { border-radius: 16px; }
}

/* Ocean sticker layer — transparent hand-drawn cutouts, kept outside reading paths. */
.ocean-sticker { position: absolute; z-index: 1; display: block; width: auto; height: auto; max-width: none; pointer-events: none; user-select: none; filter: saturate(.82) contrast(.96); }
.hero-copy, .hero-visual, .hero-scroll, .works .section-shell, .stories > :not(.stories-sticker), .about > :not(.about-sticker), .contact > :not(.contact-sticker), .gallery-hero > :not(.archive-sticker) { position: relative; z-index: 2; }
.hero-sticker--whale { width: 145px; right: 33%; bottom: 7%; opacity: .3; transform: rotate(-7deg); }
.hero-sticker--stars { width: 142px; right: -38px; top: 62px; opacity: .32; transform: rotate(8deg); }
.works-sticker { width: clamp(170px, 17vw, 260px); right: 4%; bottom: 17px; z-index: 0; opacity: .24; transform: rotate(-6deg); }
.stories { position: relative; }
.stories-sticker { width: clamp(132px, 15vw, 205px); right: -56px; top: 255px; opacity: .32; transform: rotate(8deg); }
.about { position: relative; }
.about-sticker { width: clamp(112px, 12vw, 162px); left: -68px; bottom: 2%; opacity: .31; transform: rotate(-12deg); }
.contact { overflow: hidden; }
.contact-sticker { width: 178px; right: 34px; bottom: -31px; z-index: 1; opacity: .23; transform: rotate(8deg); filter: saturate(.72) brightness(1.35) contrast(.9); }
.archive-sticker { z-index: 0; opacity: .26; }
.archive-sticker--dolphins { width: min(290px, 26vw); right: 5%; top: 9%; transform: rotate(4deg); }
.archive-sticker--stars { width: min(205px, 19vw); right: 8%; top: 14%; opacity: .23; transform: rotate(-8deg); }

@media (max-width: 900px) {
  .hero-sticker--whale { width: 118px; right: 25%; bottom: 3%; }
  .hero-sticker--stars { width: 112px; right: -30px; top: 38px; }
  .works-sticker { width: 170px; right: -24px; bottom: 10px; }
  .stories-sticker { width: 150px; right: -42px; top: 190px; }
  .about-sticker { left: -38px; }
  .archive-sticker--dolphins { width: 200px; right: 3%; top: 7%; }
}

@media (max-width: 560px) {
  .hero-sticker--whale { width: 78px; right: 4%; bottom: 4%; opacity: .22; }
  .hero-sticker--stars { width: 86px; right: -25px; top: 16px; }
  .works-sticker, .stories-sticker, .about-sticker { display: none; }
  .contact-sticker { width: 118px; right: -17px; bottom: -21px; opacity: .18; }
  .archive-sticker { width: 110px; right: -24px; top: 16px; opacity: .2; }
}

@media (prefers-reduced-motion: reduce) {
  .ocean-sticker { transform: none; }
}

/* Music player — a tactile black vinyl, always opt-in and never autoplayed. */
.music-player { position: fixed; z-index: 80; right: 26px; bottom: 26px; display: grid; justify-items: center; gap: 8px; }
.music-player__button { width: 72px; height: 72px; display: grid; place-items: center; position: relative; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; touch-action: manipulation; }
.music-player__record { width: 72px; height: 72px; display: grid; place-items: center; position: relative; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; background: repeating-radial-gradient(circle at center, #1b1c21 0 2px, #0d0e11 3px 5px, #202128 6px 7px, #0d0e11 8px 10px); box-shadow: 0 12px 22px rgba(35, 40, 51, .26), inset 0 0 0 1px rgba(255, 255, 255, .05); transition: transform .22s ease, box-shadow .22s ease; }
.music-player__record::before { content: ""; position: absolute; width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, .16); border-radius: 50%; }
.music-player__label { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .26); border-radius: 50%; background: #7b879a; color: #f8f9fb; font: 600 7px/1 var(--sans); letter-spacing: .08em; }
.music-player__icon { width: 30px; height: 30px; display: grid; place-items: center; position: absolute; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; background: rgba(16, 17, 22, .72); color: white; transition: background-color .2s ease, transform .2s ease; }
.music-player__icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.music-player__play-icon { fill: currentColor !important; stroke: none !important; transform: translateX(1px); }
.music-player__button:hover .music-player__record { transform: scale(1.04); box-shadow: 0 15px 28px rgba(35, 40, 51, .32), inset 0 0 0 1px rgba(255, 255, 255, .08); }
.music-player__button:hover .music-player__icon { background: rgba(95, 97, 111, .92); transform: scale(1.07); }
.music-player__button:active .music-player__record { transform: scale(.96); }
.music-player__button:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
.music-player__hint { padding: 4px 9px; border: 1px solid rgba(95, 97, 111, .14); border-radius: 999px; background: rgba(252, 252, 253, .88); box-shadow: 0 5px 13px rgba(65, 76, 94, .1); color: var(--blue-deep); font-size: 10px; line-height: 1.35; white-space: nowrap; opacity: .92; transition: opacity .2s ease, transform .2s ease; }
.music-player.is-playing .music-player__record { animation: vinyl-spin 4.8s linear infinite; }
.music-player.is-playing .music-player__hint { opacity: 1; transform: translateY(-1px); }
@keyframes vinyl-spin { to { rotate: 1turn; } }

@media (max-width: 560px) {
  .music-player { right: 16px; bottom: 16px; gap: 5px; }
  .music-player__button, .music-player__record { width: 64px; height: 64px; }
  .music-player__hint { padding-inline: 8px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .music-player__record, .music-player__icon, .music-player__hint { transition: none; }
  .music-player.is-playing .music-player__record { animation: none; box-shadow: 0 0 0 3px rgba(152, 182, 213, .65), 0 12px 22px rgba(35, 40, 51, .26); }
}
