.nichful-about {
  --about-ivory: #f4f1e9;
  --about-paper: #faf8f2;
  --about-ink: #16241d;
  --about-green: #153e34;
  --about-green-deep: #0c2d26;
  --about-sage: #cbd5c7;
  --about-gold: #b68a3a;
  background: var(--about-ivory);
  color: var(--about-ink);
}

.nichful-about main { overflow: clip; }

.nichful-about .about-editorial-hero {
  position: relative;
  background: var(--about-ivory);
}

.about-hero-stage {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 9.5rem 0 4.5rem;
  isolation: isolate;
  overflow: hidden;
}

.about-hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(21, 62, 52, .09) 8% calc(8% + 1px), transparent calc(8% + 1px)),
    linear-gradient(90deg, transparent 0 78%, rgba(21, 62, 52, .09) 78% calc(78% + 1px), transparent calc(78% + 1px));
}

.about-hero-thread {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: -14vw;
  width: min(64vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(182, 138, 58, .52);
  border-radius: 49% 51% 35% 65% / 52% 38% 62% 48%;
  transform: rotate(-18deg);
}

.about-hero-thread::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(21, 62, 52, .18);
  border-radius: 63% 37% 56% 44% / 38% 58% 42% 62%;
}

.about-editorial-hero-inner { position: relative; }

.about-kicker,
.about-section-index p,
.about-editorial-closing-inner > p {
  margin: 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
}

.about-kicker {
  display: flex;
  align-items: center;
  gap: .9rem;
  color: var(--about-green);
}

.about-kicker::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: var(--about-gold);
}

.about-editorial-hero h1 {
  max-width: 1050px;
  margin: clamp(2rem, 5vh, 4rem) 0 0;
  font-family: var(--font-serif, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-size: clamp(2.2rem, 8vw, 7.8rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.about-editorial-hero h1 span {
  display: inline-block;
  margin: .18em 0 0 17%;
  color: var(--about-green);
  font-style: italic;
}

.about-editorial-hero-foot {
  width: min(570px, 58%);
  margin: clamp(3rem, 7vh, 6rem) 0 0 auto;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(22, 36, 29, .32);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.about-editorial-hero-foot p {
  max-width: 390px;
  margin: 0;
  font-size: .92rem;
  line-height: 1.9;
}

.about-editorial-hero-foot img { width: 108px; height: auto; opacity: .78; }

.about-hero-word {
  position: absolute;
  left: 7.7%;
  bottom: 2.2rem;
  margin: 0;
  color: rgba(21, 62, 52, .12);
  font-size: clamp(3.8rem, 9.5vw, 9rem);
  font-weight: 800;
  letter-spacing: -.07em;
  white-space: nowrap;
  pointer-events: none;
}

.about-studio-grid { display: grid; grid-template-columns: minmax(120px, .36fr) minmax(0, 1.64fr); gap: 5vw; }

.about-section-index { display: flex; align-items: baseline; gap: 1rem; color: var(--about-green); }
.about-section-index span { font-family: Georgia, serif; color: var(--about-gold); font-size: 1.05rem; font-style: italic; }
.about-section-index.light { color: rgba(255,255,255,.76); }

.about-studio-content h2,
.about-editorial-journey .story-copy h2,
.about-editorial-closing h2 {
  margin: 0;
  font-family: var(--font-serif, "Yu Mincho", "Hiragino Mincho ProN", serif);
  font-weight: 500;
  letter-spacing: -.045em;
}

.about-hero-name {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(7rem, 13vw, 12rem);
  border-top: 1px solid rgba(22, 36, 29, .16);
}

.about-hero-name .about-name-equation { margin-top: 0; }

.about-name-equation {
  margin-top: clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid rgba(22, 36, 29, .3);
  border-bottom: 1px solid rgba(22, 36, 29, .3);
}

.about-name-equation > div { padding: 2rem 0; display: flex; flex-direction: column; gap: .55rem; }
.about-name-equation > div:last-child { padding-left: 2.5rem; }
.about-name-equation strong { font-size: clamp(2.3rem, 5vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.about-name-equation span { color: #526058; font-size: .84rem; }
.about-name-equation i { padding: 0 2.5rem; color: var(--about-gold); font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; font-style: italic; }

.about-name-result { margin: 3rem 0 0 auto; max-width: 640px; font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.7; }
.about-name-result span { color: var(--about-green); font-size: 1.25em; font-weight: 750; letter-spacing: -.04em; }

.about-studio { position: relative; padding: clamp(7rem, 13vw, 12rem) 0; background: var(--about-green-deep); color: #f6f3e9; }
.about-studio::after { content: ""; position: absolute; right: 7%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.09); }
.about-studio-content h2 { font-size: clamp(3rem, 5vw, 4.65rem); line-height: 1.06; }
.about-studio-content h2 em { display: inline-block; color: #d7c18d; font-weight: inherit; white-space: nowrap; }
.about-studio-lead { max-width: 680px; margin: 3rem 0 0 auto; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 2; }

.about-process { margin: clamp(4rem, 8vw, 7rem) 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.about-process li { min-height: 88px; display: grid; grid-template-columns: 70px minmax(150px, .7fr) 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.about-process li > span { color: #d7c18d; font-family: Georgia, serif; font-style: italic; }
.about-process b { font-size: clamp(1.4rem, 2.5vw, 2.2rem); letter-spacing: .03em; }
.about-process small { color: rgba(255,255,255,.7); font-size: .9rem; }

.about-text-link,
.about-story-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: 3rem; padding-bottom: .5rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 700; letter-spacing: .08em; }
.about-text-link { color: #f6f3e9; }
.about-text-link span,
.about-story-link span { color: var(--about-gold); font-size: 1rem; transition: transform .25s ease; }
.about-text-link:hover span,
.about-story-link:hover span { transform: translate(3px, -3px); }

.nichful-about .about-editorial-journey { padding: clamp(7rem, 12vw, 11rem) 0; background: var(--about-ivory); color: var(--about-ink); }
.about-editorial-journey .story-grid { display: grid; grid-template-columns: minmax(270px, .62fr) minmax(0, 1.38fr); gap: clamp(4rem, 8vw, 8rem); align-items: start; }
.about-editorial-journey .story-copy { position: sticky; top: 8.5rem; }
.about-editorial-journey .story-copy h2 { margin-top: 2.6rem; font-size: clamp(2.5rem, 4vw, 3.4rem); line-height: 1.08; white-space: nowrap; }
.about-editorial-journey .story-copy > p { margin: 2.3rem 0 0; color: #536159; font-size: .92rem; line-height: 1.95; }
.about-editorial-journey .maker-note { margin-top: 2rem; padding: 1.3rem 0; border-top: 1px solid rgba(22,36,29,.25); border-bottom: 1px solid rgba(22,36,29,.25); background: none; color: #536159; font-size: .86rem; line-height: 1.8; }
.about-editorial-journey .about-story-link { color: var(--about-green); }

.about-editorial-journey .about-timeline { position: relative; margin: 0; padding: 0 0 0 2.1rem; }
.about-editorial-journey .about-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: rgba(21,62,52,.25); }
.about-editorial-journey .about-timeline::after { content: ""; position: absolute; top: 0; left: -1px; width: 3px; height: var(--journey-progress, 0%); background: var(--about-gold); transition: height .12s linear; }
.about-editorial-journey .journey-era { margin: 0 0 5rem; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.about-editorial-journey .journey-era:last-child { margin-bottom: 0; }
.about-editorial-journey .journey-era-head { margin: 0 0 1.5rem; padding: 0 0 1.4rem; display: block; border-bottom: 2px solid var(--about-green); }
.about-editorial-journey .journey-era-head span { display: block; margin-bottom: .5rem; color: var(--about-gold); font-size: .78rem; font-weight: 700; letter-spacing: .15em; }
.about-editorial-journey .journey-era-head h3 { margin: 0; color: var(--about-green); font-family: var(--font-serif, "Yu Mincho", serif); font-size: clamp(1.65rem, 2.8vw, 2.5rem); font-weight: 500; }
.about-editorial-journey .time-item { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 1.3rem; margin: 0; padding: 1.45rem 0; border: 0; border-bottom: 1px solid rgba(22,36,29,.18); border-radius: 0; background: transparent; box-shadow: none; }
.about-editorial-journey .time-item::before { content: ""; position: absolute; left: calc(-2.1rem - 3px); top: 1.85rem; width: 7px; height: 7px; border-radius: 50%; background: var(--about-ivory); border: 1px solid var(--about-gold); }
.about-editorial-journey .time-item time { color: var(--about-gold); font-family: Georgia, serif; font-size: .88rem; font-style: italic; font-weight: 400; }
.about-editorial-journey .time-item div { display: block; }
.about-editorial-journey .time-item b { display: block; color: var(--about-ink); font-size: .94rem; line-height: 1.55; }
.about-editorial-journey .time-item div span { display: block; margin-top: .45rem; color: #526159; font-size: .86rem; line-height: 1.75; }
.about-editorial-journey .journey-badge { display: inline-flex; min-height: 1.65rem; align-items: center; margin-left: .5rem; padding: .14rem .52rem; border: 1px solid currentColor; border-radius: 999px; font-family: var(--font-sans, sans-serif); font-size: .75rem; font-weight: 800; font-style: normal; line-height: 1; letter-spacing: .05em; vertical-align: .16em; white-space: nowrap; }
.about-editorial-journey .journey-badge-world { color: #89651d; background: rgba(182, 138, 58, .1); }
.about-editorial-journey .journey-badge-domestic { color: var(--about-green); background: rgba(21, 62, 52, .07); }
.about-editorial-journey .journey-claim-note { margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(22,36,29,.18); color: #58655d; font-size: .78rem; line-height: 1.75; }

.about-editorial-closing { position: relative; padding: clamp(8rem, 16vw, 15rem) 0; overflow: hidden; background: var(--about-green); color: #f8f4e8; }
.about-editorial-closing::before { content: "NICHFUL"; position: absolute; right: -2vw; bottom: -0.22em; color: rgba(255,255,255,.045); font-size: 24vw; font-weight: 800; line-height: .8; letter-spacing: -.09em; }
.about-editorial-closing-inner { position: relative; z-index: 1; }
.about-editorial-closing-inner > p { color: #d7c18d; }
.about-editorial-closing h2 { margin-top: 2.5rem; font-size: clamp(3.5rem, 8vw, 8rem); line-height: 1.03; }
.about-editorial-closing h2 span { color: #d7c18d; font-style: italic; }
.about-closing-links { margin-top: clamp(4rem, 8vw, 7rem); display: flex; gap: 3rem; }
.about-closing-links a { padding-bottom: .65rem; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.about-closing-links span { margin-left: 1.5rem; color: #d7c18d; }

.about-motion-enabled [data-about-reveal],
.about-motion-enabled .journey-era,
.about-motion-enabled .time-item { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.about-motion-enabled .is-about-visible { opacity: 1; transform: none; }
.about-motion-enabled .about-process li:nth-child(2) { transition-delay: .05s; }
.about-motion-enabled .about-process li:nth-child(3) { transition-delay: .1s; }
.about-motion-enabled .about-process li:nth-child(4) { transition-delay: .15s; }
.about-motion-enabled .about-process li:nth-child(5) { transition-delay: .2s; }

@media (max-width: 1040px) {
  .about-studio-grid { grid-template-columns: 100px minmax(0, 1fr); gap: 3rem; }
  .about-editorial-journey .story-grid { grid-template-columns: 1fr; gap: 5rem; }
  .about-editorial-journey .story-copy { position: static; max-width: 680px; }
  .about-studio-content h2 { font-size: clamp(2.1rem, 5vw, 4rem); }
}

@media (max-width: 720px) {
  .about-hero-stage { min-height: 94svh; padding: 8rem 0 3rem; align-items: flex-start; }
  .about-hero-stage::before { background: linear-gradient(90deg, transparent 0 89%, rgba(21,62,52,.1) 89% calc(89% + 1px), transparent calc(89% + 1px)); }
  .about-hero-thread { top: 26%; right: -54vw; width: 108vw; }
  .about-editorial-hero h1 { margin-top: 3rem; font-size: min(10vw, 2.4rem); line-height: 1.05; }
  .about-editorial-hero h1 span { margin-left: 0; }
  .about-editorial-hero-foot { width: 86%; margin-top: 4.5rem; display: block; }
  .about-editorial-hero-foot img { width: 92px; margin-top: 1.5rem; }
  .about-hero-word { left: 5%; bottom: 1.2rem; font-size: 17vw; }

  .about-studio-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .about-hero-name { padding-top: 4.5rem; padding-bottom: 6.5rem; }
  .about-name-equation { grid-template-columns: 1fr; }
  .about-name-equation > div:last-child { padding-left: 0; }
  .about-name-equation i { padding: .8rem 0; border-top: 1px solid rgba(22,36,29,.18); border-bottom: 1px solid rgba(22,36,29,.18); }
  .about-name-result { margin-top: 2rem; }

  .about-studio-lead { margin-top: 2rem; }
  .about-studio-content h2 { font-size: clamp(1.85rem, 8vw, 2.5rem); }
  .about-studio-content h2 em { font-size: .72em; }
  .about-process li { grid-template-columns: 42px 1fr; padding: 1.25rem 0; }
  .about-process small { grid-column: 2; margin-top: .35rem; }

  .about-editorial-journey .story-grid { gap: 4rem; }
  .about-editorial-journey .about-timeline { padding-left: 1.3rem; }
  .about-editorial-journey .time-item { grid-template-columns: 1fr; gap: .55rem; padding: 1.2rem 0 1.4rem; }
  .about-editorial-journey .time-item::before { left: calc(-1.3rem - 3px); top: 1.45rem; }
  .about-editorial-journey .journey-era { margin-bottom: 4rem; }
  .about-editorial-closing h2 { font-size: min(12vw, 3rem); white-space: nowrap; }
  .about-closing-links { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .about-motion-enabled [data-about-reveal],
  .about-motion-enabled .journey-era,
  .about-motion-enabled .time-item { opacity: 1; transform: none; transition: none; }
  .about-editorial-journey .about-timeline::after { transition: none; }
}
