:root {
  --saya-pink: #f7bdca;
  --saya-soft: #fde0e5;
  --saya-card: #f4aebe;
  --saya-ink: #65142d;
  --saya-wine: #8c3f58;
  --saya-cream: #fff8f0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.saya-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--saya-ink);
  background: var(--saya-pink);
  font-family: "Noto Sans", sans-serif;
}
.saya-page img { display: block; max-width: 100%; }
.saya-page p { line-height: 1.72; }

.saya-header {
  position: absolute;
  z-index: 20;
  inset: 20px 24px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saya-back,
.saya-home {
  color: var(--saya-ink);
  background: rgba(255,248,240,.92);
  border: 1px solid rgba(101,20,45,.16);
  box-shadow: 4px 4px 0 rgba(244,174,190,.72);
}
.saya-back {
  padding: 10px 15px;
  border-radius: 999px;
  font: 700 10px "Space Mono", monospace;
  text-transform: uppercase;
}
.saya-home {
  width: 48px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
}
.saya-home img { width: 34px; }

.saya-hero {
  position: relative;
  min-height: min(82svh, 900px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #ff8fad;
  background: #803d50;
}
.saya-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.saya-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(61,16,35,.08), rgba(61,16,35,.22));
}
.saya-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1500px, 91vw);
  text-align: center;
  text-shadow: 0 2px 26px rgba(58,8,28,.35);
}
.saya-hero-copy p,
.saya-label,
.intro-image figcaption {
  margin: 0;
  font: 700 10px/1.4 "Space Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.saya-hero-copy h1 {
  margin: 18px 0;
  font: 900 clamp(58px, 9.5vw, 170px)/.82 "Archivo Black", sans-serif;
  letter-spacing: -.075em;
  text-transform: uppercase;
  text-wrap: balance;
}
.saya-hero-copy span { font-size: 12px; font-weight: 700; }

.saya-shell {
  width: min(1240px, 88vw);
  margin-inline: auto;
}
.section-copy h2,
.center-heading h2 {
  margin: 10px 0 18px;
  font: 900 clamp(38px, 5vw, 72px)/.9 "Archivo Black", sans-serif;
  letter-spacing: -.055em;
}
.section-copy > p:not(.saya-label),
.reading-copy p,
.pink-copy > p,
.playtest-copy > p { font-size: clamp(15px, 1.35vw, 18px); }
.saya-label { color: #af3f60; }

.saya-intro {
  padding: clamp(90px, 10vw, 150px) 0 clamp(80px, 9vw, 130px);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}
.saya-intro .section-copy { max-width: 600px; }
.intro-image img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 12px 14px 0 #eda2b5;
}
.intro-image figcaption { margin-top: 18px; }

.team-section { padding: 20px 0 clamp(110px, 12vw, 170px); }
.center-heading { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.center-heading > p:last-child { margin: 0; font-size: 16px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.team-grid article {
  min-width: 0;
  padding: 34px 20px;
  text-align: center;
  background: rgba(244,174,190,.72);
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 26px;
}
.team-grid img {
  width: 108px;
  aspect-ratio: 1;
  margin: 0 auto 22px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1) contrast(1.05);
}
.team-grid h3 { margin: 0; font: 900 17px "Archivo Black", sans-serif; text-transform: uppercase; }
.team-grid p { margin: 7px 0 0; font-size: 13px; }

.love-statement {
  position: relative;
  min-height: min(64svh, 710px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--saya-wine);
}
.love-statement img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.45) hue-rotate(300deg) brightness(.66);
}
.love-statement::after { content: ""; position: absolute; inset: 0; background: rgba(91,28,49,.28); }
.love-statement blockquote {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0;
  padding: 8vw;
  color: var(--saya-cream);
  font: 900 clamp(30px, 4.1vw, 62px)/1.18 "Archivo Black", sans-serif;
  text-align: center;
  text-wrap: balance;
}

.narrative-section { padding: clamp(100px, 11vw, 180px) 0; }
.narrative-block + .narrative-block { margin-top: clamp(120px, 14vw, 210px); }
.wide-copy { max-width: 880px; }
.story-map,
.puzzle-map {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 55px auto 45px;
}
.story-map { max-height: 650px; }
.puzzle-map { max-height: 520px; }
.reading-copy { max-width: 920px; }
.reading-copy p + p { margin-top: 22px; }

.emotional-section {
  padding: clamp(90px, 10vw, 150px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
}
.emotional-section figure { margin: 0; }
.emotional-section figure img { width: auto; max-height: 720px; margin: auto; border-radius: 24px; box-shadow: 12px 14px 0 #eda2b5; }

.pink-section { padding: 40px 0 clamp(120px, 13vw, 200px); }
.pink-copy { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(45px, 8vw, 120px); align-items: end; margin-bottom: 60px; }
.pink-copy > p { margin: 0; }
.pink-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.pink-gallery img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; border-radius: 18px; }
.pink-gallery .pink-wide { grid-column: span 2; }

.experience-moments { padding: 0 0 clamp(120px, 13vw, 200px); }
.experience-moments > header { margin-bottom: 55px; }
.memory-reveal { margin: 0 0 14px; }
.memory-reveal img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 12px 14px 0 #eda2b5;
}
.memory-reveal figcaption,
.moment-gallery figcaption {
  font: 700 9px/1.4 "Space Mono", monospace;
  letter-spacing: .06em;
}
.memory-reveal figcaption { margin: 22px 0 44px; }
.moment-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.moment-gallery figure { margin: 0; }
.moment-gallery img { width: 100%; height: auto; border-radius: 16px; }
.moment-gallery figcaption { margin-top: 11px; }

.audience-section { padding-bottom: clamp(110px, 12vw, 180px); }
.audience-section img { width: auto; max-width: 100%; height: auto; margin: 50px auto 0; border-radius: 22px; }

.playtest-section {
  padding: clamp(100px, 11vw, 170px) 0;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(45px, 8vw, 110px);
  align-items: start;
  border-top: 1px solid rgba(101,20,45,.22);
}
.playtest-copy { position: sticky; top: 110px; }
.playtest-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.playtest-gallery img { width: 100%; height: auto; border-radius: 16px; }
.playtest-large { grid-column: span 2; }

.feedback-section { padding: 40px 0 clamp(120px, 12vw, 180px); }
.feedback-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.feedback-grid blockquote { margin: 0; padding: 28px; background: rgba(244,174,190,.75); border: 1px solid rgba(255,255,255,.55); border-radius: 24px; }
.feedback-grid img { width: 62px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.feedback-grid p { min-height: 130px; margin: 24px 0; font-size: 15px; }
.feedback-grid cite { font: 700 11px "Space Mono", monospace; font-style: normal; text-transform: uppercase; }

.saya-page .next-project {
  min-height: 48svh;
  color: var(--saya-cream);
  background-color: #69253d;
  border-top: 1px solid rgba(255,255,255,.4);
}
.saya-page .next-project small { color: #ffd1dc; }
.saya-page .next-project strong { font-size: clamp(70px, 15vw, 220px); }
.saya-page .project-footer { color: var(--saya-cream); background: #421424; border-top-color: rgba(255,255,255,.3); }

@media (max-width: 900px) {
  .saya-intro { grid-template-columns: 1fr; }
  .intro-image { max-width: 720px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pink-copy { grid-template-columns: 1fr; }
  .playtest-section { grid-template-columns: 1fr; }
  .playtest-copy { position: static; }
}

@media (max-width: 620px) {
  .saya-header { inset: 12px 13px auto; }
  .saya-home { display: none; }
  .saya-back { padding: 8px 11px; font-size: 8px; }
  .saya-hero { min-height: 68svh; }
  .saya-hero > img { object-position: 52% center; }
  .saya-hero-copy { width: 92vw; }
  .saya-hero-copy h1 { font-size: clamp(44px, 14vw, 68px); line-height: .86; }
  .saya-hero-copy span { display: block; max-width: 32ch; margin: auto; font-size: 10px; }
  .saya-shell { width: min(90vw, 620px); }
  .saya-intro { padding-block: 78px; gap: 44px; }
  .section-copy h2,
  .center-heading h2 { font-size: clamp(35px, 11vw, 52px); }
  .team-section { padding-bottom: 90px; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .team-grid article { padding: 24px 10px; border-radius: 18px; }
  .team-grid img { width: 72px; margin-bottom: 15px; }
  .team-grid h3 { font-size: 12px; }
  .team-grid p { font-size: 10px; }
  .love-statement { min-height: 52svh; }
  .love-statement blockquote { font-size: clamp(26px, 8vw, 39px); }
  .narrative-section { padding-block: 85px; }
  .narrative-block + .narrative-block { margin-top: 110px; }
  .story-map,
  .puzzle-map { margin-block: 35px; }
  .emotional-section { grid-template-columns: 1fr; padding-block: 80px; }
  .pink-section { padding-bottom: 110px; }
  .pink-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .pink-gallery img { min-height: 155px; border-radius: 11px; }
  .pink-gallery .pink-wide { grid-column: span 2; }
  .experience-moments { padding-bottom: 110px; }
  .experience-moments > header { margin-bottom: 35px; }
  .memory-reveal img { border-radius: 14px; box-shadow: 7px 8px 0 #eda2b5; }
  .memory-reveal figcaption { margin: 16px 0 30px; }
  .moment-gallery { grid-template-columns: 1fr; gap: 25px; }
  .moment-gallery img { border-radius: 11px; }
  .audience-section { padding-bottom: 100px; }
  .playtest-section { padding-block: 85px; }
  .playtest-gallery { gap: 7px; }
  .playtest-gallery img { border-radius: 10px; }
  .feedback-section { padding-bottom: 100px; }
  .feedback-grid { grid-template-columns: 1fr; }
  .feedback-grid p { min-height: 0; }
  .saya-page .next-project { min-height: 34svh; }
  .saya-page .project-footer { gap: 10px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* GALINA UNIVERSE / SAYA'S ROOM */
:root {
  --saya-pink: #f3b7c8;
  --saya-soft: #fde2e8;
  --saya-card: #fff9ee;
  --saya-ink: #71324f;
  --saya-wine: #8d4e67;
  --saya-cream: #fff9ee;
  --saya-blue: #8295df;
  --saya-yellow: #f5d66e;
  --saya-line: 2px solid var(--saya-ink);
}

body.saya-page {
  background:
    radial-gradient(circle at 8% 5%, rgba(255,255,255,.75), transparent 22rem),
    linear-gradient(180deg, #f8c7d4 0%, #fde2e8 42%, #f7c4d2 100%);
}

.saya-header {
  position: sticky;
  top: 10px;
  z-index: 30;
  inset-inline: auto;
  width: calc(100% - 28px);
  height: 66px;
  margin: 10px 14px 0;
  padding: 0 18px;
  color: var(--saya-ink);
  background: rgba(255,249,238,.94);
  border: var(--saya-line);
  border-radius: 20px;
  box-shadow: 6px 6px 0 rgba(130,149,223,.72);
  backdrop-filter: blur(12px);
}
.saya-back,
.saya-home {
  border: var(--saya-line);
  box-shadow: 3px 3px 0 var(--saya-yellow);
}
.saya-back { background: #fff; }

.saya-hero {
  width: calc(100% - 28px);
  min-height: min(78svh, 840px);
  margin: 10px 14px 0;
  border: var(--saya-line);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--saya-yellow);
}
.saya-hero-shade {
  background: linear-gradient(180deg, rgba(62,28,51,.1), rgba(62,28,51,.46));
}
.saya-hero-copy {
  width: min(1180px, 86vw);
  padding: clamp(28px, 5vw, 72px);
  background: rgba(83,37,62,.24);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 28px;
  backdrop-filter: blur(4px);
}
.saya-hero-copy h1 {
  font-size: clamp(52px, 8.2vw, 126px);
  line-height: .88;
  letter-spacing: -.065em;
  color: var(--saya-cream);
  text-shadow: 4px 4px 0 var(--saya-ink), 8px 8px 0 var(--saya-blue);
}

.saya-shell { width: min(1120px, 88vw); }
.section-copy h2,
.center-heading h2 {
  color: var(--saya-ink);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .95;
}
.saya-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  color: var(--saya-cream);
  background: var(--saya-wine);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--saya-yellow);
}

.saya-intro,
.emotional-section,
.pink-copy,
.playtest-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}
.saya-intro .section-copy,
.emotional-section .section-copy,
.pink-copy,
.playtest-copy,
.reading-copy,
.experience-moments > header,
.audience-section > .section-copy {
  max-width: 820px;
}
.section-copy > p:not(.saya-label),
.reading-copy,
.pink-copy > p,
.playtest-copy > p {
  color: #713f55;
}

.intro-image,
.memory-reveal,
.emotional-section figure,
.audience-section > img {
  padding: 10px;
  background: var(--saya-card);
  border: var(--saya-line);
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--saya-blue);
}
.intro-image img,
.memory-reveal img,
.emotional-section figure img,
.audience-section img {
  border-radius: 15px;
  box-shadow: none;
}
.intro-image figcaption,
.memory-reveal figcaption { padding-inline: 6px; }

.team-section,
.narrative-section,
.emotional-section,
.pink-section,
.experience-moments,
.audience-section,
.playtest-section,
.feedback-section {
  position: relative;
}
.team-grid article,
.feedback-grid blockquote {
  background: rgba(255,249,238,.82);
  border: var(--saya-line);
  box-shadow: 5px 5px 0 rgba(130,149,223,.72);
}

.love-statement {
  width: calc(100% - 28px);
  margin: 0 14px;
  border: var(--saya-line);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--saya-yellow);
}
.love-statement blockquote { font-size: clamp(29px, 3.5vw, 52px); }

.narrative-block {
  padding: clamp(34px, 5vw, 70px);
  background: rgba(255,249,238,.7);
  border: var(--saya-line);
  border-radius: 28px;
  box-shadow: 8px 8px 0 rgba(130,149,223,.62);
}
.narrative-block + .narrative-block { margin-top: clamp(70px, 9vw, 120px); }
.story-map,
.puzzle-map { margin-block: 48px; }
.reading-copy p { margin-inline: 0; }

.pink-gallery,
.moment-gallery,
.playtest-gallery { gap: 16px; }
.pink-gallery img,
.moment-gallery img,
.playtest-gallery img {
  border: var(--saya-line);
  border-radius: 16px;
  background: var(--saya-card);
}
.playtest-copy { position: static; }
.playtest-section { border-top: var(--saya-line); }

.saya-page .next-project {
  width: calc(100% - 28px);
  min-height: 40svh;
  margin: 0 14px 14px;
  border: var(--saya-line);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--saya-yellow);
}
.saya-page .next-project strong { font-size: clamp(58px, 11vw, 150px); }

@media (max-width: 620px) {
  .saya-header { top: 7px; width: calc(100% - 16px); height: 58px; margin: 7px 8px 0; }
  .saya-hero,
  .love-statement,
  .saya-page .next-project { width: calc(100% - 16px); margin-inline: 8px; border-radius: 20px; box-shadow: 5px 5px 0 var(--saya-yellow); }
  .saya-hero-copy { width: 88vw; padding: 24px 16px; border-radius: 18px; }
  .saya-hero-copy h1 { text-shadow: 3px 3px 0 var(--saya-ink), 6px 6px 0 var(--saya-blue); }
  .saya-shell { width: min(90vw, 620px); }
  .narrative-block { padding: 27px 18px; border-radius: 20px; box-shadow: 5px 5px 0 rgba(130,149,223,.62); }
  .team-grid { grid-template-columns: 1fr; }
  .pink-gallery,
  .moment-gallery,
  .playtest-gallery { grid-template-columns: 1fr; }
  .pink-gallery .pink-wide,
  .playtest-large { grid-column: auto; }
}
