/*
 * Office N Support × IKELABO
 * Editorial profile / collaboration landing page
 */

:root {
  --ink: #132238;
  --night: #091421;
  --ivory: #f7f2e8;
  --paper: #fffdf8;
  --coral: #bd431c;
  --gold: #c99a4a;
  --sage: #69847c;
  --body: #253247;
  --line: rgba(19, 34, 56, 0.16);
  --line-light: rgba(255, 253, 248, 0.2);
  --serif: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --english: "Cormorant Garamond", Georgia, serif;
  --label: "Space Grotesk", "Helvetica Neue", sans-serif;
  --wide: min(1320px, calc(100% - 96px));
  --narrow: min(760px, calc(100% - 48px));
  --header-height: 76px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 30px 80px rgba(9, 20, 33, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--ivory);
}

body {
  margin: 0;
  color: var(--body);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.035em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
}

body.is-dialog-open {
  overflow: hidden;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

p,
h1,
h2,
h3,
blockquote,
figure,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

::selection {
  color: var(--paper);
  background: var(--coral);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--night);
  transform: translateY(-160%);
  transition: transform 0.25s var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.content-wide {
  width: var(--wide);
  margin-inline: auto;
}

.content-narrow {
  width: var(--narrow);
  margin-inline: auto;
}

.no-js .reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s var(--ease),
    transform 1.05s var(--ease);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.section-kicker,
.eyebrow {
  color: var(--coral);
  font-family: var(--label);
  font-size: 0.71rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 0.7fr);
  align-items: end;
  justify-content: space-between;
  gap: 80px;
}

.section-intro h3,
.voice-heading h3,
.faq-heading h3 {
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.045em;
  text-wrap: pretty;
}

.section-intro > p {
  max-width: 540px;
  padding-bottom: 6px;
  color: #475263;
  font-size: 0.98rem;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: var(--header-height);
  color: var(--paper);
  background: transparent;
  isolation: isolate;
}

/*
 * Keep the glass effect off the header itself. A backdrop-filter on an
 * ancestor makes the mobile fixed navigation use that ancestor as its
 * containing block, which clipped the open menu to the header height.
 */
.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(9, 20, 33, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  content: "";
  pointer-events: none;
}

.header-inner {
  display: flex;
  width: min(1480px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.6);
  border-radius: 50%;
  font-family: var(--english);
  font-size: 1.5rem;
  font-style: italic;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy b {
  font-family: var(--label);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 4px;
  color: #d5dae1;
  font-family: var(--label);
  font-size: 0.57rem;
  letter-spacing: 0.18em;
}

.chapter-nav {
  display: flex;
  height: 100%;
  align-items: center;
  gap: clamp(18px, 3vw, 52px);
}

.chapter-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #d5dae1;
  font-size: 0.72rem;
  transition: color 0.25s ease;
}

.chapter-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.chapter-nav a span {
  color: var(--gold);
  font-family: var(--label);
  font-size: 0.6rem;
}

.chapter-nav a:hover,
.chapter-nav a.is-active {
  color: var(--paper);
}

.chapter-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  min-width: 128px;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 253, 248, 0.35);
  font-size: 0.75rem;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.header-cta:hover {
  color: var(--night);
  border-color: var(--paper);
  background: var(--paper);
}

.reading-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.06);
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--coral), var(--gold));
  transform-origin: left;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--header-height);
  color: var(--paper);
  background:
    radial-gradient(circle at 72% 24%, rgba(105, 132, 124, 0.18), transparent 30%),
    linear-gradient(135deg, var(--night) 0%, #101f32 72%, #172b3b 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: var(--header-height) 0 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 0, transparent 78%);
  pointer-events: none;
}

.hero-line,
.cta-line {
  position: absolute;
  z-index: 0;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(216, 97, 50, 0.44);
  border-radius: 49% 51% 38% 62% / 54% 36% 64% 46%;
  pointer-events: none;
}

.hero-line-a {
  top: 12%;
  right: -28%;
  transform: rotate(13deg);
}

.hero-line-b {
  bottom: 6%;
  left: -45%;
  border-color: rgba(201, 154, 74, 0.2);
  transform: rotate(-27deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1420px, calc(100% - 96px));
  min-height: calc(100svh - var(--header-height) - 142px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.16fr) minmax(410px, 0.84fr);
  align-items: center;
  gap: clamp(44px, 7vw, 120px);
  padding: 62px 0 56px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-copy .eyebrow {
  margin-bottom: 38px;
  color: #d5dae1;
}

.hero-copy .eyebrow span {
  margin-inline: 9px;
  color: var(--coral);
}

.hero-title {
  max-width: 820px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(3.35rem, 6.4vw, 7.1rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.title-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.title-line-indent {
  padding-left: clamp(20px, 5.7vw, 90px);
}

.magnetic-word {
  --mx: 0px;
  --my: 0px;
  display: inline-block;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: transform 0.58s var(--ease), color 0.35s ease;
  white-space: nowrap;
  will-change: transform;
}

.title-accent {
  color: #e7774a;
}

.hero-lead {
  max-width: 680px;
  margin-top: 34px;
  color: #d5dae1;
  font-size: clamp(0.97rem, 1.22vw, 1.13rem);
  line-height: 2.05;
}

.hero-lead span {
  color: var(--paper);
  font-weight: 700;
  background: linear-gradient(transparent 66%, rgba(216, 97, 50, 0.35) 0);
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 62px;
  padding: 0 26px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border: 1px solid transparent;
  overflow: hidden;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: transform 0.35s var(--ease), color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.button::before {
  position: absolute;
  inset: 0;
  background: var(--gold);
  content: "";
  transform: translateX(-103%);
  transition: transform 0.5s var(--ease);
}

.button span,
.button i {
  position: relative;
  z-index: 1;
}

.button i {
  font-family: var(--label);
  font-size: 1.05rem;
  font-style: normal;
}

.button:hover {
  color: var(--night);
  transform: translateY(-3px);
}

.button:hover::before {
  transform: translateX(0);
}

.button-primary {
  color: var(--paper);
  background: var(--coral);
}

.text-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 28px;
  color: #d5dae1;
  font-size: 0.82rem;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: rgba(255, 253, 248, 0.42);
  content: "";
  transform-origin: right;
  transition: transform 0.35s var(--ease);
}

.text-link:hover::after {
  transform: scaleX(0.35);
}

.text-link i {
  font-style: normal;
}

.hero-note {
  margin-top: 18px;
  color: #d5dae1;
  font-size: 0.72rem;
}

.hero-visual {
  position: relative;
  width: min(100%, 560px);
  margin-left: auto;
  padding: 0 7% 5% 0;
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.34);
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 0.84;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.83) contrast(1.04);
  transform: scale(1.015);
}

.portrait-frame figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 36px 32px 24px;
  flex-direction: column;
  background: linear-gradient(transparent, rgba(9, 20, 33, 0.9));
}

.portrait-frame figcaption span {
  font-family: var(--english);
  font-size: 1.35rem;
  font-style: italic;
  letter-spacing: 0.05em;
}

.portrait-frame figcaption b {
  margin-top: 3px;
  color: #d5dae1;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.manga-teaser {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(130px, 14vw, 202px);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
  transform: rotate(2deg);
  transition: transform 0.45s var(--ease);
}

.manga-teaser:hover {
  transform: rotate(0) translateY(-9px);
}

.manga-teaser img {
  width: 100%;
  aspect-ratio: 0.76;
  object-fit: cover;
  object-position: top;
}

.manga-teaser > span {
  display: flex;
  min-height: 54px;
  padding: 9px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.manga-teaser b,
.manga-teaser small {
  font-family: var(--label);
  font-size: 0.54rem;
  letter-spacing: 0.07em;
}

.manga-teaser small {
  color: var(--coral);
  font-family: var(--sans);
  font-weight: 700;
}

.hero-side-note {
  position: absolute;
  top: 0;
  right: -30px;
  color: #d5dae1;
  font-family: var(--english);
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.proof-strip {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 142px;
  grid-template-columns: minmax(250px, 0.75fr) minmax(620px, 2fr);
  border-top: 1px solid rgba(255, 253, 248, 0.14);
}

.proof-intro {
  display: flex;
  padding: 26px 42px max(24px, env(safe-area-inset-bottom));
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-right: 1px solid rgba(255, 253, 248, 0.14);
}

.proof-intro span {
  color: var(--gold);
  font-family: var(--label);
  font-size: 0.55rem;
  line-height: 1.55;
  letter-spacing: 0.2em;
}

.proof-intro p {
  font-family: var(--serif);
  font-size: 0.9rem;
  line-height: 1.7;
}

.proof-strip dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-strip dl > div {
  display: flex;
  padding: 18px 3vw;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 253, 248, 0.1);
}

.proof-strip dt {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.proof-strip strong {
  color: var(--paper);
  font-family: var(--english);
  font-size: clamp(2.5rem, 4vw, 4.1rem);
  font-weight: 500;
  line-height: 1;
}

.proof-strip dt span {
  color: var(--gold);
  font-size: 0.72rem;
}

.proof-strip dd {
  margin-top: 6px;
  color: #d5dae1;
  font-size: 0.7rem;
}

/* Chapter common */
.chapter {
  position: relative;
}

.chapter-heading {
  display: grid;
  padding: clamp(110px, 13vw, 190px) 0 clamp(72px, 8vw, 118px);
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1.68fr);
  gap: clamp(32px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
}

.chapter-number {
  padding-top: 11px;
  color: var(--coral);
  font-family: var(--english);
  font-size: 2.6rem;
  font-style: italic;
  line-height: 1;
}

.chapter-number span {
  display: block;
  margin-bottom: 10px;
  color: #475263;
  font-family: var(--label);
  font-size: 0.58rem;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.chapter-heading h2 {
  max-width: 1040px;
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 5.35rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.055em;
  text-wrap: pretty;
}

/* Chapter 1 */
.chapter-reason {
  background: var(--ivory);
}

.scene {
  padding: clamp(90px, 11vw, 160px) 0;
  font-family: var(--serif);
  font-size: clamp(1.07rem, 1.7vw, 1.3rem);
  line-height: 2.25;
}

.scene > * + * {
  margin-top: 30px;
}

.scene blockquote {
  position: relative;
  margin: 48px 0;
  padding-left: 64px;
  color: var(--ink);
  font-size: clamp(1.65rem, 3.4vw, 3rem);
  line-height: 1.65;
}

.scene blockquote::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--coral);
  content: "";
}

.scene-question {
  color: var(--coral);
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  text-align: center;
}

.referral-sentence {
  display: grid;
  margin-bottom: clamp(100px, 12vw, 180px);
  grid-template-columns: minmax(250px, 0.8fr) auto minmax(340px, 1.2fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.referral-sentence p {
  min-height: 190px;
  padding: 42px clamp(10px, 3vw, 44px);
}

.referral-sentence small {
  display: block;
  margin-bottom: 16px;
  color: #475263;
  font-family: var(--label);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
}

.referral-before span {
  color: #475263;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.referral-after strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  font-weight: 600;
  line-height: 1.6;
}

.referral-arrow {
  color: var(--coral);
  font-family: var(--label);
  font-size: 2.1rem;
}

.manga-section {
  padding: clamp(100px, 12vw, 170px) 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 8% 20%, rgba(216, 97, 50, 0.12), transparent 23%),
    var(--night);
  overflow: hidden;
}

.manga-section .section-kicker {
  color: var(--gold);
}

.manga-section .section-intro h3 {
  color: var(--paper);
}

.manga-section .section-intro > p {
  color: #d5dae1;
}

.manga-gallery {
  display: grid;
  width: min(1480px, calc(100% - 48px));
  margin: clamp(70px, 9vw, 130px) auto 0;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  gap: 24px;
}

.manga-card {
  position: relative;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

.manga-card img {
  width: 100%;
  background: #fff;
}

.manga-card figcaption {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 14px;
  color: var(--body);
  background: var(--paper);
}

.manga-card figcaption b {
  color: var(--coral);
  font-family: var(--english);
  font-size: 1.25rem;
}

.manga-card figcaption span {
  font-size: 0.65rem;
  line-height: 1.5;
}

.manga-card-1 { grid-column: 1 / span 3; margin-top: 50px; transform: rotate(-1.5deg); }
.manga-card-2 { grid-column: 4 / span 2; margin-top: 180px; transform: rotate(1.2deg); }
.manga-card-3 { grid-column: 6 / span 3; transform: rotate(-0.7deg); }
.manga-card-4 { grid-column: 9 / span 2; margin-top: 130px; transform: rotate(1.5deg); }
.manga-card-5 { grid-column: 11 / span 2; margin-top: 10px; transform: rotate(-1deg); }
.manga-card-6 { grid-column: 8 / span 3; margin-top: 18px; transform: rotate(0.8deg); }

.center-action {
  display: flex;
  margin-top: 80px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.button-dark {
  min-width: 310px;
  color: var(--night);
  background: var(--paper);
}

.button-dark::before {
  background: var(--coral);
}

.center-action small {
  color: #d5dae1;
  font-size: 0.65rem;
}

.translation-block {
  padding: clamp(110px, 13vw, 190px) 0;
}

.three-questions {
  display: grid;
  margin-top: 68px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.three-questions p {
  display: flex;
  min-height: 112px;
  padding: 24px clamp(16px, 2vw, 32px);
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
}

.three-questions p:last-child {
  border-right: 0;
}

.three-questions span {
  color: var(--coral);
  font-family: var(--english);
  font-size: 1.5rem;
}

.a-to-b {
  display: grid;
  margin-top: 70px;
  grid-template-columns: minmax(280px, 0.86fr) 120px minmax(360px, 1.14fr);
  align-items: stretch;
}

.ab-panel {
  display: flex;
  min-height: 430px;
  padding: clamp(34px, 4vw, 62px);
  flex-direction: column;
  justify-content: space-between;
}

.ab-panel small {
  font-family: var(--label);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ab-panel > strong {
  font-family: var(--english);
  font-size: clamp(3.8rem, 7vw, 7.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.ab-panel p {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  line-height: 1.9;
}

.ab-panel > span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.panel-a {
  color: #475263;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.38);
}

.panel-a > strong {
  color: #475263;
}

.panel-b {
  color: var(--paper);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.panel-b small,
.panel-b > span {
  color: var(--gold);
}

.panel-b > strong {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.ab-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-bridge i {
  width: 34px;
  height: 1px;
  background: var(--coral);
}

.ab-bridge b {
  color: var(--coral);
  font-family: var(--label);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.cases-block {
  padding: clamp(110px, 13vw, 190px) 0;
  background: var(--paper);
}

.source-note {
  max-width: 500px;
  padding: 22px 24px;
  border-left: 2px solid var(--coral);
  background: var(--ivory);
}

.source-note b {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: var(--label);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.source-note p {
  color: #475263;
  font-size: 0.72rem;
  line-height: 1.75;
}

.case-list {
  margin-top: 86px;
  border-top: 1px solid var(--line);
}

.case-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.48fr) minmax(280px, 0.78fr) minmax(420px, 1.35fr);
  border-bottom: 1px solid var(--line);
}

.case-row > * {
  padding: clamp(32px, 4vw, 58px);
}

.case-row header {
  padding-left: 0;
}

.case-row header span,
.case-row small {
  display: block;
  color: var(--coral);
  font-family: var(--label);
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-row header h3 {
  margin-top: 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 600;
}

.case-row header p {
  margin-top: 5px;
  color: #475263;
  font-size: 0.7rem;
}

.case-before {
  border-left: 1px solid var(--line);
  color: #475263;
  background: rgba(247, 242, 232, 0.55);
}

.case-before p,
.case-after > p {
  margin-top: 24px;
  font-size: 0.88rem;
  line-height: 1.9;
}

.case-before i {
  display: block;
  margin-top: 22px;
  color: var(--sage);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 700;
}

.case-after {
  border-left: 1px solid var(--line);
}

.case-after > p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.case-after > p strong {
  color: var(--coral);
  font-weight: 600;
}

.case-after blockquote {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #475263;
  font-size: 0.73rem;
  line-height: 1.8;
}

.case-after blockquote::before {
  color: var(--gold);
  content: "VOICE  / ";
  font-family: var(--label);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
}

.voices-block {
  padding: clamp(110px, 13vw, 190px) 0;
}

.voice-heading {
  max-width: 850px;
}

.voice-principles {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.voice-principles p {
  display: flex;
  min-height: 200px;
  padding: 30px;
  align-items: center;
  gap: 24px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.65vw, 1.35rem);
  line-height: 1.9;
}

.voice-principles p:last-child {
  border-right: 0;
}

.voice-principles span {
  color: var(--coral);
  font-family: var(--english);
  font-size: 3.7rem;
  font-style: italic;
}

.voice-quotes {
  display: grid;
  margin-top: 64px;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  align-items: center;
  gap: 28px;
}

.voice-quotes blockquote {
  min-height: 280px;
  padding: clamp(30px, 3.4vw, 50px);
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.48);
}

.voice-quotes blockquote::before {
  color: var(--gold);
  content: "“";
  font-family: var(--english);
  font-size: 4.2rem;
  line-height: 0.7;
}

.voice-quotes p {
  margin-top: 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 2;
}

.voice-quotes cite {
  display: block;
  margin-top: 26px;
  color: #475263;
  font-size: 0.7rem;
  font-style: normal;
}

.voice-quotes .voice-strong {
  min-height: 350px;
  color: var(--paper);
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.voice-quotes .voice-strong p,
.voice-quotes .voice-strong cite {
  color: var(--paper);
}

.voice-quotes .voice-strong cite {
  color: #d5dae1;
}

/* Chapter 2 */
.chapter-story {
  color: #d5dae1;
  background:
    radial-gradient(circle at 90% 33%, rgba(105, 132, 124, 0.15), transparent 28%),
    var(--night);
}

.chapter-story .chapter-heading {
  border-color: var(--line-light);
}

.chapter-story .chapter-number span,
.chapter-story .section-kicker {
  color: #d5dae1;
}

.chapter-story .chapter-heading h2 {
  color: var(--paper);
}

.story-opening {
  display: grid;
  padding: clamp(100px, 12vw, 180px) 0 100px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
}

.story-portrait {
  position: sticky;
  top: calc(var(--header-height) + 36px);
}

.story-portrait img {
  width: 100%;
  aspect-ratio: 0.83;
  object-fit: cover;
  object-position: center 25%;
  filter: grayscale(0.18) saturate(0.8);
}

.story-portrait > p {
  display: grid;
  padding: 22px 0;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 5px 24px;
  border-bottom: 1px solid var(--line-light);
}

.story-portrait p span {
  grid-column: 1 / -1;
  color: var(--gold);
  font-family: var(--label);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}

.story-portrait p strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
}

.story-portrait p small {
  color: #d5dae1;
  font-size: 0.63rem;
}

.story-prose {
  padding-top: 44px;
}

.story-prose p,
.story-turn article p {
  font-family: var(--serif);
  line-height: 2.25;
}

.story-prose p + p {
  margin-top: 30px;
}

.dropcap::first-letter {
  float: left;
  margin: 7px 12px 0 0;
  color: var(--coral);
  font-family: var(--english);
  font-size: 5.4rem;
  line-height: 0.72;
}

.story-prose blockquote {
  margin: 62px 0;
  padding: 38px 0 38px 38px;
  border-left: 1px solid var(--coral);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  line-height: 1.7;
}

.story-timeline {
  display: block;
  padding: 0 0 clamp(90px, 11vw, 160px);
}

.story-timeline img {
  width: 100%;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.03);
}

.story-turn {
  padding-bottom: clamp(100px, 13vw, 190px);
}

.story-turn article + article {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid var(--line-light);
}

.story-year {
  margin-bottom: 17px;
  color: var(--gold);
  font-family: var(--english) !important;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1 !important;
}

.story-turn article h3 {
  margin-bottom: 34px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
}

.story-turn article p + p {
  margin-top: 28px;
}

.story-insight {
  position: relative;
  margin-top: 110px;
  padding: 64px clamp(34px, 6vw, 84px);
  border: 1px solid rgba(201, 154, 74, 0.4);
  background: rgba(255, 255, 255, 0.035);
}

.story-insight > span {
  position: absolute;
  top: -28px;
  left: 34px;
  color: var(--gold);
  font-family: var(--english);
  font-size: 6rem;
  line-height: 1;
}

.story-insight p {
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 2;
}

.story-insight strong {
  color: var(--gold);
  font-weight: 600;
}

.mission {
  position: relative;
  display: grid;
  padding: clamp(80px, 9vw, 130px) clamp(40px, 7vw, 100px);
  grid-template-columns: 130px minmax(0, 1fr) 100px;
  gap: clamp(28px, 6vw, 80px);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.025);
}

.mission-label {
  color: var(--coral);
  font-family: var(--english);
  font-size: 2rem;
  font-style: italic;
  writing-mode: vertical-rl;
}

.mission h3 {
  margin-bottom: 42px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 600;
  line-height: 1.55;
}

.mission div p {
  max-width: 720px;
  font-family: var(--serif);
}

.mission div p + p {
  margin-top: 26px;
}

.mission-sign {
  align-self: end;
  color: #d5dae1;
  font-family: var(--english);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.1;
  writing-mode: vertical-rl;
}

.fact-note {
  padding: 24px 0 clamp(100px, 12vw, 170px);
  color: #d5dae1;
  font-size: 0.65rem;
}

/* Chapter 3 */
.chapter-support {
  background: var(--paper);
}

.collab-intro {
  display: grid;
  padding: clamp(100px, 12vw, 180px) 0;
  grid-template-columns: minmax(340px, 0.78fr) minmax(480px, 1.22fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
}

.collab-copy h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.04em;
}

.collab-copy h3 em {
  color: var(--coral);
  font-style: normal;
}

.collab-copy p {
  margin-top: 30px;
}

.role-split {
  border-top: 1px solid var(--line);
}

.role-split article {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.role-split article span {
  color: var(--coral);
  font-family: var(--label);
  font-size: 0.64rem;
  letter-spacing: 0.13em;
}

.role-split article h3 {
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 600;
}

.role-split article p {
  margin-top: 16px;
  color: #475263;
  font-size: 0.87rem;
}

.role-split > i {
  display: grid;
  width: 50px;
  height: 50px;
  margin: -25px auto;
  place-items: center;
  border: 1px solid var(--coral);
  border-radius: 50%;
  color: var(--coral);
  background: var(--paper);
  font-family: var(--english);
  font-size: 1.5rem;
  font-style: italic;
}

.loop-block {
  padding: clamp(110px, 13vw, 190px) 0;
  background: var(--ivory);
}

.loop-diagram {
  display: block;
  margin-top: 74px;
}

.loop-diagram img {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
}

.loop-details {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.loop-details li {
  min-height: 250px;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
}

.loop-details li:last-child {
  border-right: 0;
}

.loop-details li > span,
.consult-flow li > span {
  color: var(--coral);
  font-family: var(--english);
  font-size: 2rem;
  font-style: italic;
}

.loop-details h3 {
  margin-top: 38px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.loop-details p {
  margin-top: 16px;
  color: #475263;
  font-size: 0.73rem;
  line-height: 1.85;
}

.planning-note {
  margin-top: 28px;
  color: #475263;
  font-size: 0.68rem;
}

.fit-block {
  display: grid;
  padding: clamp(110px, 13vw, 190px) 0;
  grid-template-columns: minmax(460px, 1.15fr) minmax(300px, 0.6fr);
  align-items: center;
  gap: clamp(60px, 10vw, 160px);
}

.fit-copy h3 {
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.5vw, 4.3rem);
  font-weight: 600;
  line-height: 1.5;
}

.fit-copy ul {
  margin-top: 48px;
  list-style: none;
  border-top: 1px solid var(--line);
}

.fit-copy li {
  position: relative;
  padding: 17px 10px 17px 40px;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}

.fit-copy li::before {
  position: absolute;
  top: 24px;
  left: 8px;
  width: 13px;
  height: 7px;
  border-bottom: 1px solid var(--coral);
  border-left: 1px solid var(--coral);
  content: "";
  transform: rotate(-45deg);
}

.fit-note {
  margin-top: 28px;
  padding: 20px 22px;
  color: #475263;
  border-left: 2px solid var(--sage);
  background: var(--ivory);
  font-size: 0.75rem;
}

.fit-manga {
  position: relative;
  max-width: 430px;
  margin-left: auto;
  padding: 16px;
  background: var(--ivory);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.fit-manga img {
  width: 100%;
}

.fit-manga figcaption {
  padding: 19px 8px 4px;
  color: #475263;
  font-size: 0.68rem;
  line-height: 1.7;
}

.consult-flow {
  padding: 0 0 clamp(110px, 13vw, 190px);
}

.consult-flow > ol {
  display: grid;
  margin-top: 76px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.consult-flow li {
  display: grid;
  min-height: 240px;
  padding: 32px;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  border-right: 1px solid var(--line);
}

.consult-flow li:last-child {
  border-right: 0;
}

.consult-flow h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.consult-flow li p {
  margin-top: 20px;
  color: #475263;
  font-size: 0.78rem;
}

.faq-block {
  padding-bottom: clamp(120px, 14vw, 210px);
}

.faq-heading {
  margin-bottom: 58px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: grid;
  min-height: 94px;
  padding: 24px 60px 24px 0;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--coral);
  font-family: var(--english);
  font-size: 1.1rem;
  font-style: italic;
}

.faq-list summary i,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 18px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform 0.35s var(--ease);
}

.faq-list summary i::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details > div {
  padding: 0 60px 34px 90px;
}

.faq-list details > div p {
  color: #475263;
  font-size: 0.88rem;
}

.final-cta {
  position: relative;
  color: var(--paper);
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 97, 50, 0.17), transparent 34%),
    var(--ink);
  overflow: hidden;
}

.cta-line {
  right: -25%;
  bottom: -80%;
  width: 80vw;
  height: 80vw;
  border-color: rgba(201, 154, 74, 0.26);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 610px;
  padding: clamp(90px, 10vw, 150px) 0;
  grid-template-columns: minmax(430px, 1.1fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.final-cta .section-kicker {
  color: var(--gold);
}

.final-cta h3 {
  margin-top: 22px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.8vw, 4.8rem);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: -0.05em;
}

.final-cta h3 span {
  display: block;
  white-space: nowrap;
}

.cta-copy > p:last-child {
  max-width: 670px;
  margin-top: 34px;
  color: #d5dae1;
}

.cta-action {
  padding: 38px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.button-light {
  width: 100%;
  min-height: 74px;
  color: var(--night);
  background: var(--paper);
}

.button-light::before {
  background: var(--gold);
}

.cta-action p {
  margin-top: 22px;
  color: #d5dae1;
  font-size: 0.66rem;
  line-height: 1.75;
}

/* Footer */
.site-footer {
  padding: 70px 0 24px;
  color: #d5dae1;
  background: var(--night);
}

.footer-inner {
  display: grid;
  padding-bottom: 62px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  border-bottom: 1px solid var(--line-light);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer-brand p {
  display: flex;
  flex-direction: column;
}

.footer-brand b {
  color: var(--paper);
  font-family: var(--label);
  font-size: 0.78rem;
}

.footer-brand small {
  margin-top: 8px;
  color: #d5dae1;
  font-family: var(--english);
  font-size: 0.86rem;
  font-style: italic;
}

.footer-profile p {
  font-size: 0.8rem;
}

.footer-profile p + p {
  margin-top: 10px;
  color: #d5dae1;
  font-size: 0.67rem;
}

.footer-profile small {
  margin-right: 10px;
  color: var(--gold);
}

.footer-profile span {
  display: block;
  color: #d5dae1;
  font-size: 0.63rem;
}

.footer-inner nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 18px;
}

.footer-inner nav a {
  display: flex;
  min-height: 40px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  transition: color 0.25s ease;
}

.footer-inner nav a:hover {
  color: var(--paper);
}

.footer-bottom {
  display: flex;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #d5dae1;
  font-family: var(--label);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.footer-bottom a {
  min-height: 40px;
  padding: 10px 0;
}

/* Manga dialog */
.manga-dialog {
  width: min(1120px, calc(100% - 34px));
  max-width: none;
  height: min(94svh, 960px);
  max-height: none;
  margin: auto;
  padding: 0;
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--night);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

.manga-dialog::backdrop {
  background: rgba(4, 9, 15, 0.84);
  backdrop-filter: blur(7px);
}

.dialog-shell {
  display: grid;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.dialog-header {
  display: flex;
  min-height: 82px;
  padding: 16px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line-light);
}

.dialog-header p {
  color: var(--gold);
  font-family: var(--english);
  font-size: 0.78rem;
  font-style: italic;
}

.dialog-header h3 {
  margin-top: 3px;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
}

.dialog-close {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.dialog-close span,
.dialog-close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--paper);
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.dialog-close span::after {
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.dialog-stage {
  display: grid;
  min-height: 0;
  padding: 18px;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  justify-items: center;
  gap: 16px;
  overflow: hidden;
}

.dialog-stage figure {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  place-items: center;
}

.dialog-stage img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.dialog-stage figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 70px;
  padding: 7px 10px;
  color: var(--night);
  background: rgba(255, 253, 248, 0.94);
  font-family: var(--english);
  text-align: center;
}

.dialog-stage figcaption span {
  font-size: 1.2rem;
}

.dialog-stage figcaption small {
  color: #475263;
}

.slider-button {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--paper);
  transition: color 0.25s ease, background 0.25s ease;
}

.slider-button:hover:not(:disabled) {
  color: var(--night);
  background: var(--paper);
}

.slider-button:disabled {
  opacity: 0.28;
  cursor: default;
}

.dialog-footer {
  display: grid;
  min-height: 72px;
  padding: 14px 24px;
  grid-template-columns: minmax(120px, 0.8fr) minmax(200px, 1fr) minmax(180px, 0.8fr);
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line-light);
}

.manga-progress {
  height: 2px;
  background: rgba(255, 255, 255, 0.14);
}

.manga-progress span {
  display: block;
  width: 3.7%;
  height: 100%;
  background: var(--coral);
  transition: width 0.35s var(--ease);
}

.dialog-footer p {
  color: #d5dae1;
  font-size: 0.68rem;
  text-align: center;
}

.dialog-footer p:last-child {
  color: #d5dae1;
  text-align: right;
}

.noscript-note {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 2000;
  max-width: 400px;
  padding: 12px 16px;
  color: var(--paper);
  background: var(--night);
  font-size: 0.72rem;
}

/* Tablet */
@media (max-width: 1100px) {
  :root {
    --wide: min(100% - 56px, 980px);
  }

  .chapter-nav {
    display: none;
  }

  .hero-inner {
    width: min(100% - 56px, 1040px);
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
    gap: 52px;
  }

  .hero-title {
    font-size: clamp(3.4rem, 7vw, 5.5rem);
  }

  .proof-strip {
    grid-template-columns: 230px 1fr;
  }

  .proof-intro {
    padding-inline: 24px;
  }

  .manga-card-1 { grid-column: 1 / span 4; }
  .manga-card-2 { grid-column: 5 / span 3; margin-top: 150px; }
  .manga-card-3 { grid-column: 8 / span 4; }
  .manga-card-4 { grid-column: 2 / span 3; margin-top: 20px; }
  .manga-card-5 { grid-column: 5 / span 3; margin-top: 100px; }
  .manga-card-6 { grid-column: 8 / span 4; margin-top: 15px; }

  .case-row {
    grid-template-columns: 180px 0.9fr 1.25fr;
  }

  .case-row > * {
    padding: 34px 28px;
  }

  .case-row header {
    padding-left: 0;
  }

  .loop-details {
    grid-template-columns: repeat(3, 1fr);
  }

  .loop-details li:nth-child(3) {
    border-right: 0;
  }

  .loop-details li:nth-child(n+4) {
    border-top: 1px solid var(--line);
  }

  .fit-block {
    grid-template-columns: minmax(420px, 1fr) minmax(280px, 0.58fr);
    gap: 70px;
  }

  .consult-flow li {
    padding: 26px 20px;
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }
}

/* Mobile */
@media (max-width: 760px) {
  :root {
    --wide: calc(100% - 40px);
    --narrow: calc(100% - 40px);
    --header-height: 66px;
  }

  body {
    font-size: 15px;
    line-height: 1.9;
  }

  .header-inner {
    width: calc(100% - 24px);
    gap: 14px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }

  .brand-copy b {
    font-size: 0.65rem;
  }

  .brand-copy small {
    font-size: 0.48rem;
  }

  .header-cta {
    min-width: 94px;
    padding: 0 12px;
    gap: 12px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-intro h3,
  .voice-heading h3,
  .faq-heading h3 {
    font-size: clamp(2rem, 10.5vw, 3.1rem);
    line-height: 1.45;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: calc(100% - 40px);
    min-height: auto;
    padding: 64px 0 80px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 28px;
    font-size: 0.58rem;
    letter-spacing: 0.15em;
  }

  .hero-title {
    font-size: clamp(3.05rem, 15.4vw, 4.8rem);
    line-height: 1.25;
  }

  .title-line-indent {
    padding-left: 6vw;
  }

  .hero-lead {
    margin-top: 27px;
    font-size: 0.95rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-note {
    line-height: 1.7;
  }

  .hero-visual {
    width: 92%;
    margin: 0 auto;
    padding: 0 9% 7% 0;
  }

  .hero-side-note {
    display: none;
  }

  .manga-teaser {
    width: 35%;
  }

  .manga-teaser > span {
    min-height: 45px;
    padding: 6px 8px;
  }

  .manga-teaser b {
    display: none;
  }

  .proof-strip {
    display: block;
  }

  .proof-intro {
    min-height: 100px;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.14);
  }

  .proof-strip dl > div {
    min-width: 0;
    padding: 22px 9px 24px;
    text-align: center;
  }

  .proof-strip dt {
    justify-content: center;
    gap: 3px;
  }

  .proof-strip strong {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .proof-strip dd {
    font-size: 0.57rem;
    line-height: 1.55;
  }

  .chapter-heading {
    padding: 96px 0 65px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .chapter-number {
    font-size: 2rem;
  }

  .chapter-number span {
    display: inline;
    margin-right: 8px;
  }

  .chapter-heading h2 {
    font-size: clamp(2rem, 9.5vw, 3.15rem);
    line-height: 1.55;
  }

  .scene {
    padding: 82px 0;
    font-size: 1rem;
  }

  .scene blockquote {
    margin: 38px 0;
    padding-left: 30px;
    font-size: 1.7rem;
  }

  .scene-question {
    font-size: 1.22rem;
  }

  .referral-sentence {
    display: block;
    margin-bottom: 100px;
  }

  .referral-sentence p {
    min-height: auto;
    padding: 32px 10px;
  }

  .referral-arrow {
    display: block;
    margin: 4px 10px;
    transform: rotate(90deg);
  }

  .manga-section {
    padding: 90px 0;
  }

  .manga-gallery {
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding: 20px;
    align-items: flex-start;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .manga-card,
  .manga-card-1,
  .manga-card-2,
  .manga-card-3,
  .manga-card-4,
  .manga-card-5,
  .manga-card-6 {
    width: 70vw;
    max-width: 310px;
    flex: 0 0 auto;
    margin-top: 0;
    grid-column: auto;
    scroll-snap-align: center;
    transform: none;
  }

  .center-action {
    margin-top: 45px;
    padding-inline: 20px;
  }

  .button-dark {
    width: 100%;
    min-width: 0;
  }

  .translation-block,
  .cases-block,
  .voices-block {
    padding: 96px 0;
  }

  .three-questions {
    grid-template-columns: 1fr;
  }

  .three-questions p {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .three-questions p:last-child {
    border-bottom: 0;
  }

  .a-to-b {
    grid-template-columns: 1fr;
  }

  .ab-panel {
    min-height: 340px;
  }

  .ab-bridge {
    height: 88px;
    flex-direction: column;
  }

  .ab-bridge i {
    width: 1px;
    height: 20px;
  }

  .ab-bridge b {
    writing-mode: horizontal-tb;
  }

  .source-note {
    margin-top: 10px;
  }

  .case-list {
    margin-top: 60px;
  }

  .case-row {
    grid-template-columns: 1fr;
  }

  .case-row > * {
    padding: 30px 20px;
  }

  .case-row header {
    padding-left: 0;
  }

  .case-row header h3 {
    margin-top: 12px;
  }

  .case-before,
  .case-after {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .voice-principles {
    grid-template-columns: 1fr;
  }

  .voice-principles p {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .voice-principles p:last-child {
    border-bottom: 0;
  }

  .voice-quotes {
    grid-template-columns: 1fr;
  }

  .voice-quotes blockquote,
  .voice-quotes .voice-strong {
    min-height: auto;
  }

  .story-opening {
    padding: 90px 0 70px;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .story-portrait {
    position: static;
  }

  .story-prose {
    padding-top: 0;
  }

  .story-prose blockquote {
    margin: 50px 0;
    padding-left: 24px;
    font-size: 1.65rem;
  }

  .story-timeline {
    padding-bottom: 80px;
  }

  .story-turn {
    padding-bottom: 100px;
  }

  .story-turn article + article {
    margin-top: 65px;
    padding-top: 65px;
  }

  .story-insight {
    margin-top: 80px;
    padding: 54px 24px 34px;
  }

  .mission {
    padding: 70px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mission-label,
  .mission-sign {
    writing-mode: horizontal-tb;
  }

  .mission-label {
    font-size: 1.5rem;
  }

  .mission-sign {
    justify-self: end;
  }

  .collab-intro {
    padding: 96px 0;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .loop-block {
    padding: 96px 0;
  }

  .loop-diagram {
    margin-top: 52px;
  }

  .loop-details {
    grid-template-columns: 1fr;
  }

  .loop-details li,
  .loop-details li:nth-child(3),
  .loop-details li:nth-child(n+4) {
    display: grid;
    min-height: 0;
    padding: 26px 12px;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .loop-details li:last-child {
    border-bottom: 0;
  }

  .loop-details h3 {
    margin-top: 4px;
  }

  .fit-block {
    padding: 96px 0;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .fit-manga {
    width: 85%;
    margin: 0 auto;
  }

  .consult-flow {
    padding-bottom: 100px;
  }

  .consult-flow > ol {
    grid-template-columns: 1fr;
  }

  .consult-flow li {
    min-height: 0;
    padding: 26px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .consult-flow li:last-child {
    border-bottom: 0;
  }

  .faq-list summary {
    min-height: 88px;
    padding-right: 45px;
    grid-template-columns: 52px 1fr;
    gap: 10px;
    font-size: 0.91rem;
  }

  .faq-list details > div {
    padding: 0 6px 30px 62px;
  }

  .final-cta-inner {
    min-height: auto;
    padding: 96px 0;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .final-cta h3 {
    font-size: clamp(2.1rem, 10vw, 3.3rem);
  }

  .cta-action {
    padding: 24px 20px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .footer-inner nav {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .manga-dialog {
    width: 100%;
    height: 100dvh;
    border: 0;
  }

  .dialog-header {
    min-height: 70px;
    padding: 10px 14px;
  }

  .dialog-header h3 {
    font-size: 0.86rem;
  }

  .dialog-stage {
    position: relative;
    display: block;
    padding: 10px 14px;
  }

  .dialog-stage figure {
    height: 100%;
  }

  .slider-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 46px;
    height: 46px;
    background: rgba(9, 20, 33, 0.72);
    transform: translateY(-50%);
  }

  .slider-prev {
    left: 10px;
  }

  .slider-next {
    right: 10px;
  }

  .dialog-stage figcaption {
    right: 4px;
    bottom: 4px;
  }

  .dialog-footer {
    min-height: 64px;
    padding: 10px 14px;
    grid-template-columns: 1fr 1.2fr;
    gap: 16px;
  }

  .dialog-footer p:last-child {
    display: none;
  }
}

@media (max-width: 380px) {
  .brand-copy small {
    display: none;
  }

  .header-cta {
    min-width: 85px;
    font-size: 0.68rem;
  }

  .hero-title {
    font-size: 2.85rem;
  }

  .proof-strip dd {
    letter-spacing: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .magnetic-word {
    transform: none !important;
  }
}

/* Collaboration refinement — partner visibility and the experience after joining */
.hero-partners {
  display: inline-grid;
  width: min(100%, 620px);
  margin-top: 24px;
  padding: 13px 0;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  border-bottom: 1px solid rgba(255, 253, 248, 0.14);
}

.hero-partners span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.hero-partners small {
  color: var(--gold);
  font-family: var(--label);
  font-size: 0.52rem;
  line-height: 1.3;
  letter-spacing: 0.16em;
}

.hero-partners b {
  color: #d5dae1;
  font-family: var(--serif);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-partners i {
  color: var(--coral);
  font-family: var(--english);
  font-size: 1.35rem;
  font-style: italic;
  text-align: center;
}

.collab-manifesto {
  padding: 7px 0 0 clamp(28px, 5vw, 72px);
  border-left: 1px solid var(--line);
}

.collab-manifesto blockquote {
  margin-top: 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.035em;
}

.collab-manifesto blockquote strong {
  color: var(--coral);
  font-weight: 600;
}

.collab-manifesto > p:last-child {
  max-width: 600px;
  margin-top: 28px;
  color: #475263;
  font-size: 0.9rem;
}

.role-split {
  position: relative;
  display: grid;
  margin-top: 12px;
  padding: clamp(18px, 2vw, 30px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.32fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(20px, 3vw, 46px);
  border: 1px solid rgba(255, 253, 248, 0.12);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--night);
  background-size: 44px 44px;
  box-shadow: 0 36px 90px -48px rgba(9, 20, 33, 0.72);
  overflow: hidden;
}

.role-split::before {
  position: absolute;
  top: -32%;
  right: 20%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(216, 97, 50, 0.2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.role-split .role-person {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  min-height: 326px;
  padding: clamp(22px, 2.4vw, 36px);
  grid-template-columns: minmax(100px, 0.42fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  border: 0;
  background: var(--paper);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.role-split .role-person:hover {
  z-index: 4;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  transform: translateY(-6px);
}

.role-person figure {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  background: var(--ivory);
}

.role-person figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(19, 34, 56, 0.12);
  content: "";
  pointer-events: none;
}

.role-person figure img {
  width: 100%;
  height: 100%;
  min-height: 248px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
  transition: filter 0.45s ease, transform 0.65s var(--ease);
}

.role-person--noura figure img {
  object-position: 50% 25%;
}

.role-person--ikechan figure img {
  object-position: 50% 24%;
}

.role-person:hover figure img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.role-split .role-person span {
  color: var(--coral);
  font-family: var(--label);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.role-split .role-person h3 {
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
}

.role-split .role-person p {
  margin-top: 15px;
  color: #475263;
  font-size: 0.78rem;
  line-height: 1.85;
}

.role-split .role-person .role-title {
  display: inline-block;
  margin-top: 7px;
  padding: 4px 9px;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.role-split .role-person .role-title + p {
  margin-top: 12px;
}

.role-person a {
  display: inline-flex;
  min-height: 40px;
  margin-top: 14px;
  align-items: center;
  color: var(--ink);
  border-bottom: 1px solid rgba(19, 34, 56, 0.28);
  font-size: 0.68rem;
  font-weight: 700;
}

.role-center {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(100%, 192px);
  aspect-ratio: 1;
  margin: auto;
  place-content: center;
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(9, 20, 33, 0.92);
  box-shadow: 0 0 0 11px rgba(216, 97, 50, 0.08), 0 0 70px rgba(216, 97, 50, 0.14);
  text-align: center;
}

.role-center::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -80%;
  left: -80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--coral) 22%, var(--gold) 50%, var(--coral) 78%, transparent);
  content: "";
}

.role-center > span {
  color: var(--gold);
  font-family: var(--label);
  font-size: 0.53rem;
  letter-spacing: 0.18em;
}

.role-center > strong {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
}

.role-center > small {
  margin-top: 6px;
  color: #d5dae1;
  font-size: 0.58rem;
  line-height: 1.55;
}

.role-flow {
  position: absolute;
  top: calc(50% - 34px);
  width: max-content;
  padding: 4px 8px;
  color: var(--night);
  background: var(--gold);
  font-family: var(--sans);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.role-flow--left {
  right: calc(100% + 23px);
}

.role-flow--right {
  left: calc(100% + 23px);
}

.community-vision {
  position: relative;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 18%, rgba(105, 132, 124, 0.2), transparent 26%),
    radial-gradient(circle at 14% 78%, rgba(216, 97, 50, 0.14), transparent 28%),
    var(--night);
  overflow: hidden;
}

.community-vision::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
  pointer-events: none;
}

.community-vision__inner {
  position: relative;
  z-index: 1;
  padding: clamp(110px, 13vw, 188px) 0;
}

.community-vision__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: clamp(52px, 8vw, 120px);
}

.community-vision__copy .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
  color: var(--gold);
}

.community-vision__copy h3 {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.055em;
  word-break: auto-phrase;
  text-wrap: balance;
}

.community-vision__copy h3 em {
  color: #e7774a;
  font-style: normal;
}

.community-vision__copy > p:last-child {
  padding-bottom: 12px;
  color: #d5dae1;
  font-size: 0.94rem;
}

.experience-map {
  display: grid;
  margin-top: clamp(72px, 8vw, 118px);
  padding-bottom: 52px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(255, 253, 248, 0.2);
}

.experience-map li {
  position: relative;
  min-height: 310px;
  padding: 34px clamp(24px, 3vw, 46px);
  border-right: 1px solid rgba(255, 253, 248, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 62%);
}

.experience-map li:last-child {
  border-right: 0;
}

.experience-map li:nth-child(2) {
  transform: translateY(26px);
}

.experience-map li:nth-child(3) {
  transform: translateY(52px);
}

.experience-map li::after {
  position: absolute;
  top: -5px;
  left: 38px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 7px rgba(216, 97, 50, 0.13);
  content: "";
}

.experience-map span {
  color: var(--gold);
  font-family: var(--label);
  font-size: 0.61rem;
  letter-spacing: 0.18em;
}

.experience-map strong {
  display: block;
  margin-top: 34px;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.5vw, 3.8rem);
  font-weight: 600;
}

.experience-map p {
  max-width: 25em;
  margin-top: 24px;
  color: #d5dae1;
  font-size: 0.83rem;
}

.community-vision__footer {
  display: flex;
  margin-top: 68px;
  padding-top: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border-top: 1px solid rgba(255, 253, 248, 0.2);
}

.community-vision__footer > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: #d5dae1;
  font-family: var(--serif);
  font-size: 0.9rem;
}

.community-vision__footer > p b {
  margin-right: 8px;
  color: var(--gold);
  font-family: var(--label);
  font-size: 0.57rem;
  letter-spacing: 0.16em;
}

.community-vision__footer > p i {
  color: var(--coral);
  font-style: normal;
}

.button-outline-light {
  flex: 0 0 auto;
  color: var(--paper);
  border-color: rgba(255, 253, 248, 0.42);
  background: rgba(255, 255, 255, 0.035);
}

.community-vision__note {
  max-width: 720px;
  margin-top: 22px;
  color: #d5dae1;
  font-size: 0.65rem;
}

@media (max-width: 1100px) {
  .role-split {
    grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
    gap: 20px;
  }

  .role-split .role-person {
    grid-template-columns: 1fr;
  }

  .role-person figure {
    height: 210px;
  }

  .role-person figure img {
    min-height: 210px;
  }

  .role-center {
    width: 140px;
  }

  .role-flow {
    display: none;
  }
}

@media (max-width: 900px) {
  :root {
    --wide: min(calc(100% - 56px), 820px);
  }

  .hero-inner {
    width: min(calc(100% - 56px), 820px);
  }

  .hero-side-note {
    display: none;
  }

  .section-intro,
  .story-opening,
  .collab-intro,
  .fit-block,
  .final-cta-inner,
  .community-vision__copy {
    grid-template-columns: 1fr;
  }

  .section-intro {
    gap: 34px;
  }

  .a-to-b {
    grid-template-columns: 1fr;
  }

  .ab-bridge {
    height: 92px;
    flex-direction: column;
  }

  .ab-bridge i {
    width: 1px;
    height: 22px;
  }

  .ab-bridge b {
    writing-mode: horizontal-tb;
  }

  .story-portrait {
    position: static;
    max-width: 560px;
    margin-inline: auto;
  }

  .story-prose {
    max-width: 680px;
    margin-inline: auto;
    padding-top: 0;
  }

  .collab-manifesto {
    padding: 40px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .fit-manga {
    margin-inline: auto;
  }

  .community-vision__copy .section-kicker {
    margin-bottom: 0;
  }

  .community-vision__copy > p:last-child {
    max-width: 620px;
  }

  .final-cta-inner {
    gap: 52px;
  }
}

@media (max-width: 760px) {
  .hero-partners {
    width: 100%;
    margin-top: 20px;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 8px;
  }

  .hero-partners small {
    font-size: 0.44rem;
    letter-spacing: 0.1em;
  }

  .hero-partners b {
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .collab-manifesto {
    padding: 34px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .collab-manifesto blockquote {
    font-size: 1.65rem;
  }

  .role-split {
    margin-top: -18px;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .role-split .role-person {
    min-height: 0;
    padding: 18px;
    grid-template-columns: 110px 1fr;
    gap: 18px;
  }

  .role-person figure {
    height: 100%;
    min-height: 190px;
  }

  .role-person figure img {
    min-height: 190px;
  }

  .role-center {
    width: 152px;
  }

  .role-center::before {
    top: -54%;
    right: 50%;
    bottom: -54%;
    left: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(transparent, var(--coral) 24%, var(--gold) 50%, var(--coral) 76%, transparent);
  }

  .community-vision__inner {
    padding: 104px 0;
  }

  .community-vision__copy {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .community-vision__copy .section-kicker {
    margin-bottom: 0;
  }

  .community-vision__copy h3 {
    font-size: clamp(2.25rem, 10.5vw, 3.4rem);
  }

  .experience-map {
    margin-top: 68px;
    padding: 0 0 0 22px;
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid rgba(255, 253, 248, 0.22);
  }

  .experience-map li,
  .experience-map li:nth-child(2),
  .experience-map li:nth-child(3) {
    min-height: 0;
    padding: 12px 8px 54px 30px;
    border-right: 0;
    background: none;
    transform: none;
  }

  .experience-map li::after {
    top: 15px;
    left: -27px;
  }

  .experience-map strong {
    margin-top: 18px;
    font-size: 2.65rem;
  }

  .community-vision__footer {
    margin-top: 18px;
    align-items: stretch;
    flex-direction: column;
  }

  .community-vision__footer > p {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    font-size: 1rem;
  }

  .community-vision__footer > p i {
    margin-left: 8px;
    transform: rotate(90deg);
  }

  .button-outline-light {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .title-line-indent {
    padding-left: 0;
  }

  .role-split .role-person {
    grid-template-columns: 92px 1fr;
    align-items: start;
  }

  .role-person figure,
  .role-person figure img {
    height: 112px;
    min-height: 0;
  }

  .role-split .role-person h3 {
    font-size: 1.38rem;
  }

  .role-split .role-person p {
    font-size: 0.72rem;
  }
}
