:root {
  --ink: #24231f;
  --muted: #737067;
  --paper: #f5f2eb;
  --paper-2: #ece7dc;
  --line: rgba(36, 35, 31, 0.16);
  --white: #fff;
  --accent: #6f7666;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --side: clamp(22px, 5vw, 76px);
  --max: 1320px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
.note-word { text-transform: lowercase !important; }
.global-nav .note-word--menu { text-transform: uppercase !important; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: #ded8ca; color: var(--ink); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 8px 12px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 var(--side);
  color: var(--ink);
  transition: background .35s ease, border-color .35s ease, height .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  height: 68px;
  background: rgba(245, 242, 235, .64);
  border-color: rgba(36,35,31,.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.brand, .footer-aoi {
  justify-self: start;
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -.03em;
}
.global-nav { display: flex; gap: 30px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.global-nav a { position: relative; }
.global-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-6px; height:1px; background:currentColor; transition:right .25s ease; }
.global-nav a:hover::after { right:0; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #e9e0d1;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -4;
  transform: scale(1.015);
  animation: heroIn 1.8s cubic-bezier(.2,.65,.2,1) both;
}
.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247,244,237,.95) 0%, rgba(247,244,237,.82) 28%, rgba(247,244,237,.28) 54%, rgba(247,244,237,.05) 76%),
    linear-gradient(0deg, rgba(238,232,220,.24), transparent 42%);
}
.hero-wash::before,
.hero-wash::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  mix-blend-mode: screen;
  transform-origin: center;
  will-change: transform, opacity;
}
.hero-wash::before {
  opacity: .24;
  filter: blur(3px);
  background:
    radial-gradient(ellipse at 57% 14%, rgba(255,255,246,.58) 0 2.2%, rgba(255,255,246,0) 6.5%),
    radial-gradient(ellipse at 62% 27%, rgba(255,248,218,.50) 0 2.8%, rgba(255,248,218,0) 7.2%),
    radial-gradient(ellipse at 69% 20%, rgba(255,255,248,.60) 0 2.0%, rgba(255,255,248,0) 6.0%),
    radial-gradient(ellipse at 74% 35%, rgba(255,249,222,.48) 0 2.5%, rgba(255,249,222,0) 7.0%),
    radial-gradient(ellipse at 81% 16%, rgba(255,255,249,.58) 0 2.1%, rgba(255,255,249,0) 6.2%),
    radial-gradient(ellipse at 88% 31%, rgba(255,247,214,.46) 0 2.8%, rgba(255,247,214,0) 7.6%),
    radial-gradient(ellipse at 94% 45%, rgba(255,255,248,.54) 0 2.2%, rgba(255,255,248,0) 6.6%),
    radial-gradient(ellipse at 68% 52%, rgba(255,249,224,.44) 0 2.6%, rgba(255,249,224,0) 7.2%),
    radial-gradient(ellipse at 76% 63%, rgba(255,255,247,.55) 0 2.1%, rgba(255,255,247,0) 6.2%),
    radial-gradient(ellipse at 84% 57%, rgba(255,246,211,.43) 0 2.7%, rgba(255,246,211,0) 7.4%),
    radial-gradient(ellipse at 91% 69%, rgba(255,255,248,.52) 0 2.0%, rgba(255,255,248,0) 6.0%),
    radial-gradient(ellipse at 72% 79%, rgba(255,249,222,.42) 0 2.5%, rgba(255,249,222,0) 7.0%),
    radial-gradient(ellipse at 82% 86%, rgba(255,255,248,.50) 0 2.0%, rgba(255,255,248,0) 6.0%),
    radial-gradient(ellipse at 96% 82%, rgba(255,247,214,.40) 0 2.6%, rgba(255,247,214,0) 7.2%);
  animation: heroKomorebiA 6.8s ease-in-out infinite alternate;
}
.hero-wash::after {
  opacity: .13;
  filter: blur(6px);
  background:
    radial-gradient(ellipse at 60% 41%, rgba(255,255,248,.48) 0 2.5%, rgba(255,255,248,0) 7.2%),
    radial-gradient(ellipse at 66% 70%, rgba(255,246,212,.40) 0 2.8%, rgba(255,246,212,0) 7.8%),
    radial-gradient(ellipse at 72% 10%, rgba(255,255,248,.46) 0 2.3%, rgba(255,255,248,0) 6.8%),
    radial-gradient(ellipse at 79% 45%, rgba(255,248,219,.38) 0 2.7%, rgba(255,248,219,0) 7.5%),
    radial-gradient(ellipse at 86% 22%, rgba(255,255,249,.46) 0 2.4%, rgba(255,255,249,0) 7.0%),
    radial-gradient(ellipse at 93% 57%, rgba(255,247,216,.36) 0 2.8%, rgba(255,247,216,0) 7.8%),
    radial-gradient(ellipse at 75% 91%, rgba(255,255,248,.43) 0 2.3%, rgba(255,255,248,0) 6.8%),
    radial-gradient(ellipse at 88% 80%, rgba(255,249,222,.35) 0 2.6%, rgba(255,249,222,0) 7.4%);
  animation: heroKomorebiB 8.2s ease-in-out -2.1s infinite alternate;
}
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  animation: grainDrift 16s linear infinite;
}
.hero-inner {
  min-height: 100svh;
  width: min(var(--max), calc(100% - (var(--side) * 2)));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
}
.hero-kicker, .section-label {
  margin: 0 0 28px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 400;
}
.hero-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.35vw, 52px);
  line-height: 1.34;
  letter-spacing: .015em;
}
.hero-title span { display:inline-block; margin-top:.07em; }
.hero-copy {
  margin: 34px 0 0;
  font-family: var(--serif);
  font-size: clamp(11px, .92vw, 14px);
  line-height: 2.05;
  letter-spacing: .05em;
}
.hero-link {
  margin-top: 46px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(36,35,31,.45);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-link span { transition: transform .25s ease; }
.hero-link:hover span { transform: translateY(4px); }
.hero-side {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  font-size: 8px;
  letter-spacing: .28em;
  white-space: nowrap;
  opacity: .62;
}
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 74px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .24em;
  z-index: 2;
}
.scroll-cue span {
  opacity: .66;
}
.scroll-cue i {
  position: relative;
  width: 1px;
  height: 76px;
  opacity: .88;
  overflow: hidden;
}
.scroll-cue i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%) scaleY(.22);
  transform-origin: top center;
  background: linear-gradient(180deg, rgba(36,35,31,.18) 0%, rgba(36,35,31,.42) 45%, rgba(36,35,31,.14) 100%);
  animation: threadDescend 2.4s ease-in-out infinite;
}
.scroll-cue i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 18px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(111,122,103,.10), rgba(111,122,103,.78), rgba(111,122,103,.10));
  box-shadow: 0 0 8px rgba(111,122,103,.12);
  animation: threadTip 2.4s ease-in-out infinite;
}

.section-pad { padding: clamp(100px, 12vw, 180px) var(--side); }
.manifesto {
  position: relative;
  overflow:hidden;
  contain: paint;
  background-image:
    linear-gradient(rgba(245,242,235,.80), rgba(245,242,235,.84)),
    var(--manifesto-image);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(255,255,255,.34) 0, rgba(255,255,255,0) 24%),
    radial-gradient(circle at 76% 68%, rgba(218,210,193,.24) 0, rgba(218,210,193,0) 26%);
}
.manifesto-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(150px, .65fr) 2fr;
  gap: 8vw;
}
.manifesto-copy { max-width: 820px; }
.manifesto-copy p {
  margin: 0 0 46px;
  font-family: var(--serif);
  font-size: clamp(18px, 2.15vw, 32px);
  line-height: 1.8;
  letter-spacing: .035em;
}

.works { background: #ebe6db; overflow-x:hidden; padding-bottom: clamp(85px, 8vw, 125px); }
.section-head {
  width: min(var(--max), 100%);
  margin: 0 auto 72px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.section-head .section-label { margin-bottom: 22px; }
.section-head h2, .about-copy h2, .ending h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 4.4vw, 66px);
  letter-spacing: .02em;
}
.section-head h2 {
  font-size: clamp(26px, 2.85vw, 44px);
}
.rss-status { margin:0 0 8px; display:flex; align-items:center; gap:10px; font-size:9px; letter-spacing:.16em; text-transform:uppercase; opacity:.72; }
.rss-status > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #91ad81;
  box-shadow: 0 0 0 0 rgba(145,173,129,.46), 0 0 16px rgba(145,173,129,.24);
  animation: rssPulse 2.05s ease-in-out infinite;
}
@keyframes rssPulse {
  0% { box-shadow: 0 0 0 0 rgba(145,173,129,.50), 0 0 0 8px rgba(145,173,129,.18), 0 0 16px rgba(145,173,129,.24); opacity: .94; }
  65% { box-shadow: 0 0 0 9px rgba(145,173,129,0), 0 0 0 18px rgba(145,173,129,0), 0 0 22px rgba(145,173,129,.18); opacity: 1; }
  100% { box-shadow: 0 0 0 0 rgba(145,173,129,0), 0 0 0 0 rgba(145,173,129,0), 0 0 12px rgba(145,173,129,.12); opacity: .9; }
}
.works-list { width:min(var(--max),100%); margin:0 auto; border-top:1px solid var(--line); }
.work-card[hidden] { display:none !important; }
.work-card--extra.is-added {
  animation: addedPostReveal .70s cubic-bezier(.2,.72,.25,1) both;
}
@keyframes addedPostReveal {
  from { opacity:0; transform:translateY(24px); }
  to { opacity:1; transform:translateY(0); }
}
.work-card {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(320px, 1.18fr);
  gap: clamp(34px, 6vw, 90px);
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
@media (min-width: 821px) {
  .work-card:nth-child(even) .work-visual {
    grid-column: 2;
    grid-row: 1;
  }
  .work-card:nth-child(even) .work-body {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
  }
  .work-card:nth-child(even) .work-index {
    left: 13.4%;
    right: auto;
  }
}
.work-visual {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1.48 / 1;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: visible;
}
.work-image {
  position: relative;
  z-index: 3;
  width: 91%;
  height: 89%;
  overflow: hidden;
  border-radius: 49% 51% 47% 53% / 46% 49% 51% 54%;
  background: #ddd6c9;
  box-shadow: 0 22px 46px rgba(66,55,42,.10);
  transform: rotate(-.35deg);
  -webkit-mask-image: radial-gradient(ellipse 98% 96% at 50% 50%, #000 0 76%, rgba(0,0,0,.98) 81%, rgba(0,0,0,.84) 87%, rgba(0,0,0,.42) 94%, transparent 100%);
  mask-image: radial-gradient(ellipse 98% 96% at 50% 50%, #000 0 76%, rgba(0,0,0,.98) 81%, rgba(0,0,0,.84) 87%, rgba(0,0,0,.42) 94%, transparent 100%);
  transition: border-radius 1.2s ease, transform .65s cubic-bezier(.2,.7,.2,1), box-shadow .65s ease;
}
.work-image img { animation:none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}
.work-image:hover img { transform: scale(1.015); }
.work-orbit {
  position: absolute;
  z-index: 1;
  inset: 3.2% 1.3%;
  pointer-events: none;
  transform-origin: center;
  will-change: transform, border-radius, opacity;
}
.work-orbit--one {
  border: 1.25px solid rgba(36,35,31,.20);
  border-radius: 49% 51% 46% 54% / 45% 49% 51% 55%;
  transform: translate3d(-2px, 1px, 0) rotate(-1.2deg) scale(.985);
}
.work-orbit--two {
  inset: .7% -.9%;
  border: 1.15px solid rgba(111,122,103,.34);
  border-radius: 51% 49% 53% 47% / 48% 45% 55% 52%;
  transform: translate3d(3px, -2px, 0) rotate(1.4deg) scale(1.01);
}
.work-card.is-visible .work-visual { animation: ovalVisualFloat 5.2s ease-in-out infinite alternate; }
.work-card.is-visible .work-image { animation: organicEggBreath 8.4s ease-in-out infinite alternate; }
.work-card.is-visible .work-image img { animation:none; animation:none; }
.work-card.is-visible .work-orbit--one { animation: organicOrbitOne 4.7s ease-in-out infinite alternate; }
.work-card.is-visible .work-orbit--two { animation: organicOrbitTwo 5.9s ease-in-out -1.6s infinite alternate; }
.work-card.is-visible .work-index {
  position:absolute;
  z-index: 6;
  top: 13.5%;
  left: 13.4%;
  width: 42px;
  height: 42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(250,248,243,.66);
  box-shadow: 0 10px 28px rgba(66,55,42,.08), 0 0 18px rgba(255,255,255,.18);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  font-size:9px;
  letter-spacing:.08em;
  color: rgba(36,35,31,.72);
  pointer-events: none;
}
.work-card.is-visible .work-index { animation: ovalIndexFloat 3.8s ease-in-out infinite alternate; }
.work-card:nth-child(even).is-visible .work-index { animation-name: ovalIndexFloatAlt; animation-delay: -.9s; }
.work-card:nth-child(3n).is-visible .work-index { animation-delay: -1.7s; }
.image-placeholder { width:100%; height:100%; display:grid; place-items:center; background:linear-gradient(135deg,#ddd6ca,#f3eee4); }
.image-placeholder span { font-family:var(--serif); font-size:38px; opacity:.5; }
.work-body { max-width:680px; }
.work-meta { display:flex; gap:18px; margin-bottom:22px; color:var(--muted); font-size:9px; letter-spacing:.15em; text-transform:uppercase; }
.work-body h3 { margin:0 0 20px; font-family:var(--serif); font-weight:400; font-size:clamp(21px,2.2vw,34px); line-height:1.58; letter-spacing:.025em; }
.work-body h3 a { background:linear-gradient(currentColor,currentColor) 0 100%/0 1px no-repeat; transition:background-size .35s ease; }
.work-body h3 a:hover { background-size:100% 1px; }
.work-body > p { margin:0; max-width:590px; color:#5e5a52; font-family:var(--serif); font-size:13px; line-height:2; letter-spacing:.035em; }
.text-link { display:inline-flex; gap:11px; align-items:center; margin-top:28px; padding-bottom:7px; border-bottom:1px solid rgba(36,35,31,.35); font-size:9px; letter-spacing:.17em; text-transform:uppercase; }
.text-link .note-word { margin-left:-4px; font-size:1.18em; letter-spacing:.05em; line-height:1; display:inline-flex; align-items:center; position:relative; top:-1px; }
.text-link .text-link-arrow { display:inline-block; transition:transform .25s ease; }
.text-link:hover .text-link-arrow { transform:translate(3px,-3px); }
.text-link--readnote { gap: 12px; }
.works-footer { width:min(var(--max),100%); margin:50px auto 0; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.works-footer > span { font-size:9px; letter-spacing:.16em; opacity:.55; }
.pill-link { display:inline-flex; cursor:pointer; align-items:center; justify-content:center; min-height:50px; padding:0 26px; border:1px solid rgba(36,35,31,.28); border-radius:999px; font-family:var(--serif); font-size:12px; transition:background .25s ease,color .25s ease; }
.pill-link:hover { background:var(--ink); color:var(--paper); }

.specimen { contain: paint;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,255,255,.9) 0, rgba(255,255,255,0) 24%),
    linear-gradient(180deg, #f7f2e8 0%, #f3ecdf 100%);
  padding-top: clamp(76px, 7vw, 112px);
  overflow: hidden;
}
.specimen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    repeating-linear-gradient(0deg, rgba(92,75,52,.05) 0 1px, transparent 1px 6px),
    radial-gradient(circle at 32% 28%, rgba(196,156,97,.08), transparent 26%),
    radial-gradient(circle at 78% 66%, rgba(204,167,109,.08), transparent 24%);
  mix-blend-mode: multiply;
}
.specimen::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -12%;
  top: 4%;
  width: 124%;
  height: 92%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 28%, rgba(255,249,224,.82) 0, rgba(255,249,224,0) 24%),
    radial-gradient(circle at 76% 54%, rgba(247,216,158,.46) 0, rgba(247,216,158,0) 26%),
    radial-gradient(circle at 46% 82%, rgba(255,253,239,.62) 0, rgba(255,253,239,0) 22%);
  opacity: .86;
  transform: translate3d(-6%, -1%, 0);
  animation: specimenLightDrift 10.5s ease-in-out infinite alternate;
  will-change: transform, opacity;
}
@keyframes specimenLightDrift {
  0% { transform: translate3d(-7%, -2%, 0) scale(1); opacity:.64; }
  50% { transform: translate3d(5%, 2%, 0) scale(1.035); opacity:.98; }
  100% { transform: translate3d(-2%, 4%, 0) scale(1.015); opacity:.76; }
}
.specimen-head {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 0 auto 52px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}
.specimen-head .section-label { margin-bottom: 18px; }
.specimen-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(29px, 3.2vw, 46px);
  letter-spacing: .02em;
}
.specimen-head > p {
  margin: 0;
  max-width: 420px;
  color: #5d5a54;
  font-family: var(--serif);
  font-size: 12px;
  line-height: 2;
  letter-spacing: .03em;
}

.specimen-head--minimal {
  display: block;
  margin-bottom: 44px;
}
.specimen-head--minimal .section-label { margin-bottom: 0; }

.specimen-board {
  position: relative;
  max-width: 100%;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 38px 28px;
  align-items: start;
  padding: 24px 8px 32px;
}
.specimen-card {
  position: relative;
  min-width: 0;
  min-height: 370px;
  background: transparent;
  overflow: visible;
  isolation: isolate;
}
.specimen-card:nth-child(1) { grid-column: 1 / span 4; margin-top: 20px; }
.specimen-card:nth-child(2) { grid-column: 5 / span 4; margin-top: -8px; }
.specimen-card:nth-child(3) { grid-column: 9 / span 4; margin-top: 42px; }
.specimen-card:nth-child(4) { grid-column: 1 / span 5; margin-top: 10px; }
.specimen-card:nth-child(5) { grid-column: 6 / span 3; margin-top: 54px; }
.specimen-card:nth-child(6) { grid-column: 9 / span 4; margin-top: 0; }

/* 写真は「カードの中の画像」ではなく、机に置かれた小さなプリント */
.specimen-photo {
  position: relative;
  z-index: 2;
  width: 78%;
  aspect-ratio: 4 / 3;
  padding: 8px 8px 26px;
  overflow: visible;
  background: #fffaf0;
  box-shadow: 0 17px 34px rgba(73,55,34,.12), 0 2px 5px rgba(73,55,34,.07);
  transform: rotate(-2.2deg);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .55s ease;
}
.specimen-photo::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: -11px;
  width: 72px;
  height: 22px;
  transform: translateX(-50%) rotate(-3deg);
  background: rgba(223,197,151,.42);
  border-left: 1px solid rgba(173,140,88,.14);
  border-right: 1px solid rgba(173,140,88,.12);
  box-shadow: inset 0 0 8px rgba(255,255,255,.28);
  clip-path: polygon(2% 8%, 97% 0, 100% 89%, 4% 100%);
}
.specimen-photo::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 8px;
  bottom: 26px;
  left: -70%;
  width: 52%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.10) 22%, rgba(255,247,220,.62) 50%, rgba(255,255,255,.12) 74%, transparent 100%);
  filter: blur(1px);
  opacity: 0;
  transform: skewX(-12deg);
  animation: photoLightSweep 9.2s ease-in-out infinite;
}
.specimen-card:nth-child(2) .specimen-photo::after { animation-delay: -1.7s; }
.specimen-card:nth-child(3) .specimen-photo::after { animation-delay: -3.5s; }
.specimen-card:nth-child(4) .specimen-photo::after { animation-delay: -4.7s; }
.specimen-card:nth-child(5) .specimen-photo::after { animation-delay: -6.3s; }
.specimen-card:nth-child(6) .specimen-photo::after { animation-delay: -7.5s; }
@keyframes photoLightSweep {
  0%, 12% { left: -70%; opacity: 0; }
  24% { opacity: .22; }
  52% { opacity: .78; }
  76% { left: 118%; opacity: .18; }
  100% { left: 118%; opacity: 0; }
}
.specimen-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.08) saturate(1.07) brightness(1.08) contrast(.91);
  transition: transform 1.3s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}
.specimen-card.is-visible .specimen-photo img { animation: imageBreath 11s ease-in-out infinite alternate; }
.specimen-card.is-visible .specimen-photo { animation: specimenPhotoLift 5.8s ease-in-out infinite alternate; }
@keyframes specimenPhotoLift {
  from { box-shadow: 0 13px 28px rgba(73,55,34,.10), 0 2px 5px rgba(73,55,34,.06); }
  to { box-shadow: 0 23px 42px rgba(73,55,34,.18), 0 5px 11px rgba(73,55,34,.09); }
}

/* 文章は別の紙片として重ねる */
.specimen-note {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 10px;
  width: 58%;
  min-height: 150px;
  padding: 28px 25px 22px;
  background:
    linear-gradient(91deg, rgba(255,255,255,.34), transparent 20%),
    #fffdf6;
  box-shadow: 0 13px 30px rgba(69,53,34,.10), 0 1px 2px rgba(69,53,34,.05);
  clip-path: polygon(1% 4%, 98% 0, 100% 96%, 94% 100%, 4% 98%, 0 89%);
  transform: rotate(1.5deg);
  transition: transform .5s ease, box-shadow .5s ease;
}
.specimen-note::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 49%;
  height: 1px;
  background: rgba(88,67,42,.055);
  box-shadow: 0 1px rgba(255,255,255,.4);
  transform: rotate(-1deg);
}
.specimen-note::after {
  content: "";
  position: absolute;
  right: 14px;
  top: -8px;
  width: 52px;
  height: 18px;
  transform: rotate(6deg);
  background: rgba(227,203,161,.34);
  clip-path: polygon(4% 0, 100% 9%, 95% 100%, 0 90%);
}
.specimen-note p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: 14px; /* PCのみ、かなり小さめ */
  line-height: 1.95;
  letter-spacing: .035em;
}
.specimen-note span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: none;
}
.specimen-card:nth-child(2) .specimen-photo { margin-left: 14%; transform: rotate(1.5deg); }
.specimen-card:nth-child(2) .specimen-note { left: 0; right: auto; bottom: -2px; transform: rotate(-1.2deg); }
.specimen-card:nth-child(3) .specimen-photo { width: 84%; margin-left: 8%; transform: rotate(-1deg); }
.specimen-card:nth-child(3) .specimen-note { right: 4%; width: 62%; transform: rotate(2deg); }
.specimen-card:nth-child(4) .specimen-photo { width: 70%; margin-left: 5%; transform: rotate(1.2deg); }
.specimen-card:nth-child(4) .specimen-note { right: 2%; bottom: 4px; width: 52%; transform: rotate(-1.4deg); }
.specimen-card:nth-child(5) .specimen-photo { width: 92%; transform: rotate(-2.8deg); }
.specimen-card:nth-child(5) .specimen-note { right: -8%; bottom: -8px; width: 72%; transform: rotate(1.1deg); }
.specimen-card:nth-child(6) .specimen-photo { width: 80%; margin-left: 12%; transform: rotate(1.9deg); }
.specimen-card:nth-child(6) .specimen-note { left: 0; right: auto; bottom: 4px; width: 60%; transform: rotate(-1deg); }
.specimen-card:hover .specimen-photo { transform: translateY(-5px) rotate(-.5deg); box-shadow: 0 25px 44px rgba(73,55,34,.15); }
.specimen-card:hover .specimen-note { transform: translateY(3px) rotate(.2deg); box-shadow: 0 18px 36px rgba(69,53,34,.13); }

.specimen-foot {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 42px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.specimen-foot span {
  font-size: 9px;
  letter-spacing: .16em;
  opacity: .58;
}

.quote-band {
  position: relative;
  contain: paint;
  min-height: 72svh;
  display: grid;
  place-items: center;
  padding: 96px var(--side);
  overflow: hidden;
  color: #f5f1e7;
  background:
    radial-gradient(circle at 50% 50%, rgba(84,101,86,.15) 0, rgba(84,101,86,0) 42%),
    linear-gradient(180deg, #26372f 0%, #1e2b25 100%);
  isolation: isolate;
}
.quote-band::before {
  content: "";
  position: absolute;
  inset: -16%;
  z-index: -3;
  background:
    radial-gradient(circle at 18% 28%, rgba(124,157,129,.26) 0, rgba(124,157,129,0) 28%),
    radial-gradient(circle at 80% 66%, rgba(164,188,155,.17) 0, rgba(164,188,155,0) 31%),
    radial-gradient(circle at 55% 45%, rgba(87,123,98,.13) 0, rgba(87,123,98,0) 36%);
  filter: blur(18px);
  animation: greenGlowFloat 12s ease-in-out infinite alternate;
}
.quote-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  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='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  animation: grainDrift 18s linear infinite reverse;
}
.ambient-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.ambient-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  background: rgba(255,255,252,var(--o));
  box-shadow:
    0 0 calc(var(--s) * 6.8) rgba(245,248,240,.52),
    0 0 calc(var(--s) * 11) rgba(216,231,210,.26);
  opacity: var(--o);
  animation:
    dotTwinkle var(--twinkle) ease-in-out var(--delay) infinite alternate,
    dotDrift var(--drift) ease-in-out var(--delay2) infinite alternate;
  will-change: transform, opacity;
}
.ambient-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--s) * .45);
  height: calc(var(--s) * .45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,.98);
  box-shadow: 0 0 calc(var(--s) * 4.6) rgba(250,252,249,.72);
}
.quote-orb {
  position: absolute;
  z-index: 1;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(58px);
  opacity: .2;
  mix-blend-mode: screen;
}
.quote-orb--one {
  left: -10vw;
  top: 12%;
  background: rgba(133,165,135,.75);
  animation: orbOne 15s ease-in-out infinite alternate;
}
.quote-orb--two {
  right: -12vw;
  bottom: 8%;
  background: rgba(182,195,151,.55);
  animation: orbTwo 18s ease-in-out infinite alternate;
}
.quote-band-inner {
  position: relative;
  text-align: center;
  z-index: 3;
}
.quote-band-inner.is-visible { animation: quoteFloat 7.5s ease-in-out 1.1s infinite alternate; }
.quote-mark { display: block; margin-bottom: 14px; font-family: Georgia, serif; font-size: 26px; opacity: .64; }
.quote-band blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(18px, 2.65vw, 38px);
  line-height: 1.9;
  letter-spacing: .08em;
  font-weight: 400;
  text-shadow: 0 5px 36px rgba(8,20,13,.22);
}
.quote-band p {
  margin: 28px 0 0;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .76;
}
@keyframes greenGlowFloat {
  0% { transform: translate3d(-3%, -2%, 0) scale(1.00) rotate(-1deg); opacity: .68; }
  48% { transform: translate3d(3%, 1%, 0) scale(1.08) rotate(1deg); opacity: 1; }
  100% { transform: translate3d(-1%, 4%, 0) scale(1.04) rotate(0deg); opacity: .8; }
}
@keyframes dotTwinkle {
  0% { opacity: calc(var(--o) * .58); filter: brightness(1.04); }
  26% { opacity: calc(var(--o) * .96); filter: brightness(1.42); }
  56% { opacity: calc(var(--o) * 1.28); filter: brightness(1.86); }
  100% { opacity: calc(var(--o) * .82); filter: brightness(1.18); }
}
@keyframes dotDrift {
  0% { transform: translate3d(0,0,0) scale(.88); }
  28% { transform: translate3d(calc(var(--dx) * .42), calc(var(--dy) * .34), 0) scale(1.02); }
  62% { transform: translate3d(var(--dx2), var(--dy2), 0) scale(1.14); }
  100% { transform: translate3d(var(--dx),var(--dy),0) scale(1.06); }
}
@keyframes orbOne {
  from { transform: translate3d(-3%, -2%, 0) scale(.92); opacity: .10; }
  to { transform: translate3d(18%, 9%, 0) scale(1.12); opacity: .21; }
}
@keyframes orbTwo {
  from { transform: translate3d(3%, 2%, 0) scale(1.04); opacity: .10; }
  to { transform: translate3d(-17%, -11%, 0) scale(.9); opacity: .19; }
}
@keyframes quoteFloat {
  from { transform: translateY(-2px); }
  to { transform: translateY(5px); }
}

.about { background:var(--paper); overflow-x:hidden; }
.about-grid { width:min(1160px,100%); margin:0 auto; display:grid; grid-template-columns:minmax(280px,.82fr) minmax(350px,1fr); gap:clamp(60px,10vw,145px); align-items:center; }
.about-image { position:relative; width:min(100%,312px); justify-self:end; }
.portrait-frame {
  position: relative;
  width: min(100%, 256px);
  aspect-ratio: 1 / 1;
  margin-left: auto;
  border-radius: 50%;
  padding: 13px;
  background: linear-gradient(145deg, rgba(244,240,232,.94), rgba(233,226,213,.72));
  box-shadow: 0 24px 60px rgba(54, 49, 42, .08);
  isolation: isolate;
}
.portrait-frame::before,
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}
.portrait-frame::before {
  inset: -8px;
  border: 1.5px solid rgba(36,35,31,.24);
  opacity: .9;
}
.portrait-frame::after {
  inset: -21px -11px -14px -16px;
  border: 1.2px solid rgba(111,122,103,.42);
  transform: rotate(-12deg);
  opacity: .96;
}
.about-image img {
  position: relative;
  z-index: 1;
  width:100%;
  height: 100%;
  aspect-ratio:1 / 1;
  border-radius:50%;
  object-fit:cover;
  object-position: center 24%;
  filter:saturate(.84) contrast(.97);
  transform: scale(1.01);
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .8s ease;
  box-shadow: 0 18px 40px rgba(25, 24, 20, .08);
}
.about-image.is-visible img { animation: portraitBreath 6.8s ease-in-out .6s infinite alternate; }
.about-image.is-visible .portrait-frame::before { animation: orbitSpin 10s linear infinite; }
.about-image.is-visible .portrait-frame::after { animation: orbitSpinReverse 14s linear infinite; }
.portrait-badge {
  position: absolute;
  z-index: 2;
  right: -8px;
  top: 18px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(36,35,31,.14);
  background: rgba(245,242,235,.92);
  box-shadow: 0 12px 28px rgba(31, 28, 23, .08);
  backdrop-filter: blur(10px);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: -.02em;
}
.about-image.is-visible .portrait-badge { animation: badgeFloat 4.2s ease-in-out infinite alternate; }
.about-image > span { position:absolute; left:calc(100% + 13px); bottom:2px; writing-mode:vertical-rl; font-size:6.5px; letter-spacing:.2em; opacity:.55; }
.about-copy .section-label { margin-bottom:24px; }
.about-copy h2 { font-size:clamp(44px,5.4vw,78px); }
.handle { margin:10px 0 44px; font-size:11px; letter-spacing:.12em; color:var(--muted); }
.about-copy > p:not(.section-label):not(.handle) { max-width:610px; margin:0 0 24px; font-family:var(--serif); font-size:14px; line-height:2.15; letter-spacing:.035em; }
.about-copy .about-lead { font-size:clamp(17px,1.6vw,21px) !important; line-height:2 !important; }
.text-link--large { margin-top:20px; font-size:10px; }
@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes orbitSpinReverse {
  from { transform: rotate(-12deg); }
  to { transform: rotate(-372deg); }
}
@keyframes badgeFloat {
  from { transform: translate3d(0, -4px, 0) rotate(-1deg); }
  to { transform: translate3d(0, 9px, 0) rotate(1.2deg); }
}

@media (min-width: 821px) {
  .about-image.is-visible .portrait-frame::before {
    animation-duration: 6.8s;
    box-shadow: 0 0 22px rgba(111,122,103,.08);
  }
  .about-image.is-visible .portrait-frame::after {
    animation-duration: 9.5s;
    box-shadow: 0 0 28px rgba(111,122,103,.08);
  }
  .about-image.is-visible .portrait-badge { animation-duration: 3.2s; }
  .about-image.is-visible img { animation-duration: 5.2s; }
  .portrait-frame::before { border-width: 1.7px; }
  .portrait-frame::after { border-width: 1.35px; }
}

.ending {
  position: relative;
  overflow:hidden;
  contain: paint;
  text-align: center;
  background-image:
    linear-gradient(rgba(245,242,235,.72), rgba(245,242,235,.76)),
    var(--ending-image);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.ending::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 30%, rgba(180,194,168,.16) 0, rgba(180,194,168,0) 22%),
    radial-gradient(circle at 76% 62%, rgba(136,156,130,.14) 0, rgba(136,156,130,0) 24%);
  mix-blend-mode: multiply;
}
.ending-inner { position: relative; z-index: 1; width:min(980px,100%); margin:0 auto; }
.ending .section-label { margin-bottom:28px; }
.ending h2 { line-height:1.7; font-size:clamp(22px,2.65vw,38px); }
.ending-link { width:min(480px,56%); margin:64px auto 0; padding:22px 4px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid rgba(36,35,31,.42); border-bottom:1px solid rgba(36,35,31,.42); font-family:var(--serif); font-size:14px; background: rgba(245,242,235,.30); }
.ending-link i { font-style:normal; font-family:var(--sans); transition:transform .25s ease; }
.ending-link:hover i { transform:translate(5px,-5px); }

.site-footer { overflow-x:hidden; padding:48px var(--side) 30px; background:#1f211e; color:#eeeae1; }
.footer-top, .footer-bottom { width:min(var(--max),100%); margin:0 auto; display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.footer-top { padding-bottom:42px; border-bottom:1px solid rgba(255,255,255,.14); }
.footer-aoi { font-size:42px; }
.footer-top p { margin:0 0 6px; font-size:9px; letter-spacing:.18em; opacity:.5; }
.footer-bottom { padding-top:24px; font-size:8px; letter-spacing:.12em; text-transform:uppercase; opacity:.58; }
.footer-bottom p { margin:0; }
.footer-bottom strong { font-weight:500; }

@keyframes grainDrift {
  0% { background-position: 0 0; }
  50% { background-position: 24px -18px; }
  100% { background-position: -16px 22px; }
}
@keyframes threadDescend {
  0% { transform: translateX(-50%) scaleY(.12); opacity: .22; }
  24% { transform: translateX(-50%) scaleY(.44); opacity: .52; }
  68% { transform: translateX(-50%) scaleY(1); opacity: .95; }
  100% { transform: translateX(-50%) scaleY(1); opacity: .48; }
}
@keyframes threadTip {
  0% { transform: translateX(-50%) translateY(-12px); opacity: 0; }
  18% { opacity: .86; }
  70% { transform: translateX(-50%) translateY(52px); opacity: .78; }
  100% { transform: translateX(-50%) translateY(60px); opacity: 0; }
}
@keyframes paperLight {
  from { transform: translate3d(-1.5%, -1%, 0) scale(1); opacity: .75; }
  to { transform: translate3d(1.5%, 1.2%, 0) scale(1.035); opacity: 1; }
}
@keyframes imageBreath {
  from { transform: scale(1.002); }
  to { transform: scale(1.022); }
}
@keyframes endingLight {
  from { transform: translate3d(-1%, -1%, 0) scale(1); opacity: .72; }
  to { transform: translate3d(1.5%, 1%, 0) scale(1.04); opacity: 1; }
}
@keyframes portraitBreath {
  from { transform: translateY(1px) scale(1.005); }
  to { transform: translateY(-8px) scale(1.03); }
}

@keyframes heroKomorebiA {
  0% { transform: translate3d(-10%, 0, 0) scale(1.012) rotate(-.24deg); opacity: .42; }
  50% { transform: translate3d(2%, .15%, 0) scale(1.02) rotate(.06deg); opacity: .50; }
  100% { transform: translate3d(11%, 0, 0) scale(1.014) rotate(.22deg); opacity: .44; }
}
@keyframes heroKomorebiB {
  0% { transform: translate3d(12%, 0, 0) scale(1.018) rotate(.18deg); opacity: .26; }
  50% { transform: translate3d(1%, -.12%, 0) scale(1.01) rotate(-.04deg); opacity: .33; }
  100% { transform: translate3d(-11%, 0, 0) scale(1.016) rotate(-.20deg); opacity: .28; }
}
@keyframes ovalVisualFloat {
  from { transform: translateY(0) rotate(-.10deg); }
  to { transform: translateY(-4px) rotate(.14deg); }
}
@keyframes organicEggBreath {
  0% { border-radius: 49% 51% 47% 53% / 46% 49% 51% 54%; transform: rotate(-.24deg) scale(1); }
  48% { border-radius: 51% 49% 52% 48% / 48% 46% 54% 52%; transform: rotate(-.04deg) scale(1.004); }
  100% { border-radius: 47% 53% 49% 51% / 45% 51% 49% 55%; transform: rotate(.12deg) scale(1.002); }
}
@keyframes organicOrbitOne {
  0% { border-radius: 49% 51% 46% 54% / 45% 49% 51% 55%; transform: translate3d(-2px,1px,0) rotate(-.45deg) scale(.991); opacity:.64; }
  52% { border-radius: 51% 49% 53% 47% / 48% 46% 54% 52%; transform: translate3d(3px,-2px,0) rotate(.28deg) scale(1.006); opacity:.94; }
  100% { border-radius: 48% 52% 49% 51% / 44% 52% 48% 56%; transform: translate3d(0,3px,0) rotate(-.18deg) scale(.997); opacity:.74; }
}
@keyframes organicOrbitTwo {
  0% { border-radius: 51% 49% 53% 47% / 48% 45% 55% 52%; transform: translate3d(3px,-2px,0) rotate(.5deg) scale(1.009); opacity:.56; }
  46% { border-radius: 49% 51% 47% 53% / 46% 51% 49% 54%; transform: translate3d(-3px,2px,0) rotate(-.30deg) scale(1.015); opacity:.90; }
  100% { border-radius: 52% 48% 51% 49% / 49% 46% 54% 51%; transform: translate3d(2px,1px,0) rotate(.18deg) scale(1.006); opacity:.68; }
}
  to { transform: translate3d(7px, -5px, 0) scale(1.18); opacity:1; }
}

@keyframes ovalIndexFloat {
  0% { transform: translate3d(-3px, 3px, 0) rotate(-1deg) scale(.98); opacity:.66; }
  35% { transform: translate3d(2px, -4px, 0) rotate(.6deg) scale(1.025); opacity:.88; }
  70% { transform: translate3d(5px, -1px, 0) rotate(-.3deg) scale(1.01); opacity:.80; }
  100% { transform: translate3d(0, 3px, 0) rotate(.8deg) scale(.99); opacity:.70; }
}
@keyframes ovalIndexFloatAlt {
  0% { transform: translate3d(3px, 2px, 0) rotate(.8deg) scale(.99); opacity:.68; }
  38% { transform: translate3d(-2px, -4px, 0) rotate(-.5deg) scale(1.02); opacity:.88; }
  72% { transform: translate3d(-5px, 0, 0) rotate(.3deg) scale(1.01); opacity:.79; }
  100% { transform: translate3d(1px, 3px, 0) rotate(-.7deg) scale(.985); opacity:.71; }
}
.reveal { opacity:0; transform:translateY(18px); transition:opacity .70s ease, transform .70s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity:1; transform:none; }
@keyframes heroIn { from { opacity:0; transform:scale(1.05); } to { opacity:1; transform:scale(1.015); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
  .reveal { opacity:1; transform:none; }
}


@media (min-width: 821px) {
  .manifesto { padding-bottom: clamp(48px, 4vw, 68px); }
  .specimen {
    padding-top: clamp(52px, 4.2vw, 72px);
    padding-bottom: clamp(88px, 6.6vw, 114px);
  }
  .specimen-board { padding-top: 8px; }
  .specimen-foot { margin-top: 30px; }
  .works {
    padding-top: clamp(88px, 6.9vw, 118px);
    padding-bottom: clamp(74px, 6vw, 104px);
  }
  .section-head { margin-bottom: 56px; }
}

@media (max-width: 820px) {
  :root { --side: 22px; }
  .site-header { height:66px; grid-template-columns:1fr auto; }
  .site-header.is-scrolled { height:60px; }
  .global-nav { display:none; }
  .brand { font-size:22px; }
  .hero { min-height: 118svh; }
  .hero-bg-wrap,
  .hero-bg { display:block; width:100%; height:100%; }
  .hero-bg { inset:0; width:100%; height:100%; object-fit:cover; object-position:50% center; transform:none; transform-origin:center; animation:none; }
  .hero-wash {
    background:
      linear-gradient(0deg, rgba(247,244,237,.90) 0%, rgba(247,244,237,.68) 24%, rgba(247,244,237,.14) 52%, rgba(247,244,237,.02) 100%),
      linear-gradient(90deg, rgba(247,244,237,.16) 0%, rgba(247,244,237,.05) 34%, rgba(247,244,237,0) 68%);
  }
  .hero-wash::before { inset:-8%; filter:blur(3px); opacity:.26; }
  .hero-wash::after { inset:-10%; filter:blur(5px); opacity:.14; }
  .hero-inner { min-height: 118svh; width:100%; justify-content:flex-end; padding:0 var(--side) 250px; }
  .hero-kicker { margin-bottom:18px; font-size:8px; }
  .hero-title { font-size:clamp(24px,7.1vw,34px); line-height:1.55; }
  .hero-copy { margin-top:18px; font-size:10.5px; line-height:1.95; }
  .hero-link { margin-top:26px; }
  .hero-side { display:none; }
  .scroll-cue { bottom: 112px; font-size:6.5px; gap:8px; }
  .scroll-cue i { height:58px; }
  .scroll-cue i::before { width:1px; }
  .scroll-cue i::after { height:14px; width:2px; }
  .section-pad { padding-top:96px; padding-bottom:96px; }
  .works { padding-bottom:78px; }
  .specimen { padding-top:64px; }
  .section-head h2 { font-size:clamp(25px,7vw,32px); }
  .specimen-head h2 { font-size:clamp(28px,8vw,36px); }
  .manifesto { background-position: 40% center; }
  .manifesto-grid { grid-template-columns:1fr; gap:42px; }
  .manifesto-copy p { font-size:clamp(17px,5.2vw,24px); line-height:1.95; margin-bottom:32px; }
  .section-head { margin-bottom:42px; align-items:flex-start; flex-direction:column; gap:18px; }
  .rss-status { margin:0; }
  .work-card { grid-template-columns:1fr; gap:26px; padding:38px 0 44px; }
  .work-body h3 { font-size:clamp(22px,6.6vw,31px); }
  .work-visual { width:100%; aspect-ratio:1.40 / 1; }
  .work-image { width:88%; height:88%; border-radius:49% 51% 47% 53% / 46% 49% 51% 54%; }
  .work-orbit { inset:3.8% 1.5%; }
  .work-orbit--two { inset:1.2% -.5%; }
  .work-index { top:13.5%; left:13.6%; width:38px; height:38px; font-size:8.5px; }
  .work-card:nth-child(even) .work-index { left:13.6%; right:auto; }
    .work-body > p { font-size:12px; }
  .works-footer { align-items:flex-start; flex-direction:column; }
  .specimen-head { margin-bottom: 34px; align-items:flex-start; flex-direction:column; gap:18px; }
  .specimen-head--minimal { display:block; margin-bottom:28px; }
  .specimen-head > p { font-size: 12px; }
  .specimen-board { grid-template-columns: 1fr; gap: 34px; padding-inline: 4px; }
  .specimen-card,
  .specimen-card:nth-child(n) { grid-column: auto; margin-top: 0; min-height: 360px; }
  .specimen-photo,
  .specimen-card:nth-child(n) .specimen-photo { width: 83%; margin-left: 0; transform: rotate(-1.4deg); }
  .specimen-card:nth-child(even) .specimen-photo { margin-left: 13%; transform: rotate(1.1deg); }
  .specimen-note,
  .specimen-card:nth-child(n) .specimen-note { left:auto; right:0; bottom:8px; width:68%; padding:24px 21px 20px; transform:rotate(1deg); }
  .specimen-card:nth-child(even) .specimen-note { left:0; right:auto; transform:rotate(-1deg); }
  .specimen-note p { font-size: 16px; line-height: 1.85; }
  .specimen-note span { font-size:8px; }
  .specimen-foot { align-items:flex-start; flex-direction:column; margin-top:30px; }
  .quote-band { min-height:62svh; padding:80px 28px; }
  .quote-band blockquote { font-size:clamp(16px,6.2vw,26px); line-height:1.95; }
  .quote-band p { font-size:8px; letter-spacing:.16em; }
  .quote-orb { width:70vw; filter:blur(44px); }
  .ambient-dot { box-shadow: 0 0 calc(var(--s) * 5.8) rgba(245,248,240,.44), 0 0 calc(var(--s) * 9) rgba(216,231,210,.22); }
  .about-grid { grid-template-columns:1fr; gap:54px; }
  .about-image { width:min(56vw,256px); justify-self:center; }
  .portrait-frame { width:min(100%, 216px); margin-inline:auto; padding:10px; }
  .portrait-frame::before { inset:-6px; }
  .portrait-frame::after { inset:-14px -8px -10px -11px; }
  .portrait-badge { width:43px; height:43px; top:13px; right:-5px; font-size:11px; }
  .about-image > span { left:auto; right:-14px; }
  .about-copy .handle { margin-bottom:30px; }
  .about-copy > p:not(.section-label):not(.handle) { font-size:13px; }
  .ending { background-position: 82% center; }
  .ending h2 { font-size:clamp(20px,5.8vw,28px); line-height:1.78; }
  .ending-link { width:70%; margin-top:46px; }
  .footer-top, .footer-bottom { align-items:flex-start; flex-direction:column; }
  .footer-top { gap:10px; }
  .footer-bottom { gap:12px; }
}



@media (max-width: 820px) {
  .hero-grain { animation: none; }
  .manifesto::before,
  .ending::before { transform: none; }
}

/* v52: 6+6 RSS flow / centered final CTA */
.works-footer,
.works-foot {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.works-footer .more-button,
.works-footer .more-link,
.works-footer a,
.works-foot .more-button,
.works-foot .more-link,
.works-foot a {
  margin-left:auto;
  margin-right:auto;
}
