@font-face {
  font-family: "Figtree";
  src: url("./Figtree-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f0efe9;
  --ink: #171713;
  --muted: #77746d;
  --accent: #f0522d;
  --hairline: rgba(23, 23, 19, .11);
  --gutter: clamp(27px, 7.25vw, 116px);
  --sans: "Figtree", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; background: var(--paper); scroll-behavior: smooth; scroll-padding-top: 87px; }
html.is-footer-active { background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.is-locked { overflow: hidden; }
button, a { color: inherit; font: inherit; }
a { text-decoration: none; }
button { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: #fff; }

.wordmark { font-family: var(--sans); font-weight: 600; letter-spacing: -.01em; text-transform: lowercase; }
.accent { color: var(--accent); }

.header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 87px;
  padding: 0 var(--gutter);
  background: color-mix(in srgb, var(--paper) 89%, transparent);
  backdrop-filter: blur(15px);
  transition: background-color .28s ease, color .28s ease, opacity .24s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
}
.header.is-on-support { background: var(--accent); color: var(--ink); }
.header.is-on-support :is(.nav a, .language__button):hover { color: #fff; }
.header.is-on-support .language__button::after { color: var(--ink); }
.header.is-on-footer { opacity: 0; pointer-events: none; transform: translateY(-100%); }
.header__brand { font-size: 27px; line-height: 1; }
.nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(14px, 2.05vw, 33px); padding-right: clamp(27px, 3vw, 49px); }
.nav :is(a, .nav__pending), .language__button { font-size: 11px; font-weight: 540; line-height: 1; white-space: nowrap; }
.nav a, .language__button, .language__option { transition: color .2s ease; }
.nav a:hover, .language__button:hover, .language__option:hover { color: var(--accent); }
.nav__shop { margin-left: clamp(9px, 1.4vw, 23px); }
.nav__pending { color: var(--muted); cursor: default; }
.language { position: relative; }
.language__button { padding: 10px 0; border: 0; background: none; cursor: pointer; }
.language__button::after { color: var(--accent); content: " +"; }
.language__menu { position: absolute; top: calc(100% + 13px); right: -13px; min-width: 170px; padding: 9px 0; background: var(--paper); border: 1px solid var(--hairline); }
.language__menu[hidden] { display: none; }
.language__option { display: flex; justify-content: space-between; gap: 24px; padding: 10px 13px; font-size: 12px; }
.language__option[aria-current="true"] { color: var(--accent); }

/* The approved opening remains an independent, uninterrupted brand moment. */
.entry { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 0; border: 0; background: var(--paper); cursor: s-resize; transition: opacity .45s ease, visibility .45s ease; }
.entry.is-entering { pointer-events: none; }
.entry.is-gone { opacity: 0; visibility: hidden; pointer-events: none; }
html.skip-entry .entry { display: none; }
.entry__word { position: relative; width: var(--collapsed-width, 1px); height: .86em; font-size: clamp(78px, 15vw, 270px); line-height: .76; visibility: hidden; white-space: nowrap; transform-origin: top left; }
.entry__word.is-ready { visibility: visible; transition: width 1.45s cubic-bezier(.2, 1.14, .32, 1), transform .66s cubic-bezier(.76, 0, .24, 1); }
.entry__word.is-expanding, .entry__word.is-holding, .entry__word.is-resolving { width: var(--expanded-width, 1px); }
.entry__word.is-retracting { transition-duration: .58s, .66s; transition-timing-function: cubic-bezier(.62, -.16, .78, .36), cubic-bezier(.76, 0, .24, 1); }
.entry__word.is-resolving { transition-duration: .28s, .66s; }
.entry__word.is-docking { transform: translate(var(--dock-x), var(--dock-y)) scale(var(--dock-scale)); }
.entry__measure { position: absolute; width: max-content; visibility: hidden; pointer-events: none; }
.entry__measure > span { display: inline; }
.entry__letter { position: absolute; top: 0; left: 0; padding: .11em 0 .16em; opacity: 0; transform: translateX(0) scaleX(.68); transform-origin: left center; transition: transform 1.22s cubic-bezier(.2, 1.38, .3, 1), opacity .2s ease; }
.entry__letter--0 { z-index: 2; width: var(--collapsed-width, 1px); opacity: 1; text-align: center; transform: translateX(0) scaleX(1); }
.entry__word:is(.is-expanding, .is-holding, .is-resolving) .entry__letter { opacity: 1; transform: translateX(var(--x)) scaleX(1); transition-delay: var(--in-delay), var(--in-delay); }
.entry__word.is-resolving .entry__letter { transition-duration: .24s, .12s; transition-delay: var(--resolve-delay), var(--resolve-delay); }
.entry__word.is-retracting .entry__letter { transition-duration: .46s, .12s; transition-delay: var(--out-delay), calc(var(--out-delay) + 300ms); transition-timing-function: cubic-bezier(.62, -.16, .78, .36), ease; }
.entry__glyph { display: block; min-width: .18em; }
.entry__word.is-settled .entry__letter--0 .entry__glyph { animation: word-lock .52s cubic-bezier(.2, 1.35, .3, 1) both; }
@keyframes word-lock { 0% { opacity: .72; transform: scale(.94); } 58% { transform: scale(1.028); } 100% { opacity: 1; transform: scale(1); } }

.site { opacity: 0; transition: opacity .46s ease; }
body.has-entered .site, body.is-entering .site { opacity: 1; }
html.skip-entry .site { opacity: 1; }
.section { position: relative; padding-right: var(--gutter); padding-left: var(--gutter); }
.section__label { margin: 0; color: var(--muted); font-size: 12px; font-weight: 460; line-height: 1.65; }

.hero { min-height: 100svh; display: grid; align-content: center; padding-top: 86px; padding-bottom: 72px; }
.hero__caption { position: absolute; right: var(--gutter); bottom: 36px; max-width: none; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; text-align: right; white-space: nowrap; }
.hero__title { width: 100%; margin: 1vh 0 0; text-align: right; font-size: clamp(58px, 7.2vw, 112px); font-weight: 660; letter-spacing: 0; line-height: 1.065; }
.hero__line, .hero__scene-line { display: block; }
.hero__line:empty { display: none; }
.hero__scene-line { display: flex; justify-content: flex-end; align-items: flex-start; gap: 0; }
.hero__scene-suffix:empty { display: none; }
.scene-slot { position: relative; flex: 0 0 auto; width: var(--scene-width, 4em); max-width: calc(100% - 1.2em); height: 1.24em; color: var(--accent); clip-path: inset(-.23em -.06em -.16em -.06em); overflow: visible; transition: width .48s cubic-bezier(.22, 1, .36, 1); }
.scene-word { position: absolute; top: 0; right: 0; white-space: nowrap; }
.scene-character { display: inline-block; will-change: transform; }

.needs { min-height: 100svh; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 72px; padding-top: clamp(135px, 17.5svh, 192px); padding-bottom: clamp(89px, 12svh, 136px); }
.needs__header { align-self: start; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr); align-items: end; gap: clamp(48px, 7vw, 112px); }
.needs__heading { max-width: 1150px; margin: 0; font-size: clamp(65px, 8.05vw, 124px); font-weight: 585; letter-spacing: -.072em; line-height: 1.105; }
.needs__heading > span { display: block; }
.needs__origin { justify-self: end; max-width: 49ch; padding-bottom: .48em; color: var(--muted); font-size: clamp(13px, .92vw, 15px); line-height: 1.78; }
.needs__origin p { margin: 0; }
.needs__origin p + p { margin-top: 1.15em; }
.needs__grid { --bridge-size: clamp(210px, 20vw, 248px); position: relative; display: grid; grid-template-columns: minmax(0, 1fr) var(--bridge-size) minmax(0, 1fr); align-items: center; gap: 0; }
.needs__card { position: relative; z-index: 1; min-height: var(--bridge-size); display: grid; align-content: center; padding: 30px clamp(20px, 2.5vw, 38px); background: color-mix(in srgb, var(--ink) 4%, var(--paper)); }
.needs__card--artist::after { position: absolute; top: 0; right: calc(-1 * clamp(44px, 5.5vw, 74px)); bottom: 0; width: clamp(44px, 5.5vw, 74px); background: inherit; content: ""; }
.needs__card--space { justify-items: end; text-align: right; }
.needs__card > small { color: var(--muted); font-size: 12px; }
.needs__card h3 { max-width: 20ch; margin: 22px 0 13px; font-size: clamp(23px, 2vw, 32px); font-weight: 555; letter-spacing: -.041em; line-height: 1.32; }
.needs__card p { max-width: 37ch; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.need-bridge { position: relative; z-index: 2; display: grid; place-content: center; justify-items: center; gap: 14px; min-height: var(--bridge-size); padding: 28px 18px; text-align: center; }
.need-bridge__shape { position: absolute; inset: 0 auto 0 0; width: 125.5%; height: 100%; overflow: visible; fill: var(--accent); pointer-events: none; }
.diagram-shell__hint { display: none; }
.diagram-scroll { width: 100%; }

.operations { padding-top: 141px; padding-bottom: 157px; }
.operations__frame { display: grid; gap: clamp(84px, 12vh, 139px); }
.operations__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .47fr); gap: 24px 70px; align-items: end; }
.operations__intro .section__label { grid-column: 1 / -1; }
.operations__title { margin: 28px 0 0; font-size: clamp(51px, 7.1vw, 112px); font-weight: 550; letter-spacing: -.072em; line-height: 1.12; }
.operations__title > span { display: block; }
.operation-title__mobile-break { display: none; }
.operations__note { max-width: 39ch; margin: 0 0 9px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.operations__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 78px clamp(36px, 7vw, 117px); }
.operation-row { display: grid; grid-template-columns: 28px 1fr; align-content: start; align-items: baseline; gap: 11px 13px; }
.operation-row__number { color: var(--accent); font-size: 11px; font-weight: 530; }
.operation-row__name { font-size: clamp(27px, 3.05vw, 47px); font-weight: 525; letter-spacing: -.044em; line-height: 1.16; }
.operation-row__detail { grid-column: 2; max-width: 32ch; color: var(--muted); font-size: 13px; line-height: 1.8; }

.model { display: grid; gap: 0; min-height: 100svh; align-content: center; padding-top: 132px; padding-bottom: 108px; }
.model__heading { margin-bottom: clamp(54px, 8vh, 85px); }
.model__title { margin: 0; font-size: clamp(53px, 6.45vw, 99px); font-weight: 555; letter-spacing: -.064em; line-height: 1.13; }
.model__title > span { display: block; }
.model__diagram { width: 100%; }
.model__program { display: grid; grid-template-columns: minmax(115px, .62fr) minmax(0, 1fr) auto; align-items: center; gap: 25px; min-height: 102px; padding: 20px 32px; background: var(--ink); color: var(--paper); }
.model__program-brand { font-size: clamp(34px, 3.4vw, 50px); line-height: 1; }
.model__program-title { font-size: clamp(18px, 2.3vw, 33px); font-weight: 510; letter-spacing: -.032em; }
.model__program-detail { color: color-mix(in srgb, var(--paper) 68%, transparent); font-size: 11px; white-space: nowrap; }
.model__sources { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.19fr) minmax(0, .87fr); }
.model-source { position: relative; display: flex; min-height: 270px; flex-direction: column; padding: 34px 27px 27px; background: color-mix(in srgb, var(--ink) 5%, var(--paper)); }
.model-source--sales { background: color-mix(in srgb, var(--accent) 10%, var(--paper)); }
.model-source--impact { background: color-mix(in srgb, var(--ink) 3%, var(--paper)); }
.model-source__eyebrow { display: block; color: var(--muted); font-size: 11px; }
.model-source__title { margin: 22px 0 11px; font-size: clamp(25px, 2.55vw, 37px); font-weight: 535; letter-spacing: -.042em; line-height: 1.22; }
.model-source__text { max-width: 45ch; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.model__shares { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: auto; padding-top: 22px; }
.model__shares > span { display: grid; min-height: 43px; place-items: center; background: color-mix(in srgb, var(--paper) 83%, white); font-size: 12px; }
.model__shares > .model__share-afield { position: relative; z-index: 2; background: var(--accent); color: var(--ink); font-size: 17px; }
.model__share-afield::after { position: absolute; top: calc(50% - 1px); left: 100%; width: 41px; height: 2px; background: var(--accent); content: ""; }
.model__share-afield::before { position: absolute; top: calc(50% - 5px); left: calc(100% + 35px); width: 9px; height: 9px; border-top: 2px solid var(--accent); border-right: 2px solid var(--accent); content: ""; transform: rotate(45deg); }
.model__impact-source { display: flex; min-height: 43px; align-items: center; margin-top: auto; padding-left: 18px; color: var(--ink); font-size: 11px; font-weight: 530; line-height: 1.45; }
.model__link { width: fit-content; margin-top: 27px; color: var(--accent); font-size: 13px; }

.model-b { display: grid; min-height: 100svh; align-content: center; padding-top: 116px; padding-bottom: 96px; }
.model-b__heading { margin-bottom: clamp(38px, 5.4vh, 58px); }
.model-b__title { margin: 0; font-size: clamp(53px, 6.05vw, 92px); font-weight: 555; letter-spacing: -.064em; line-height: 1.13; }
.model-b__title > span { display: block; }
.model-b__stage { display: grid; grid-template-columns: 1fr 1fr; }
.model-b__touchpoint { min-height: 136px; padding: 24px 28px 22px; background: color-mix(in srgb, var(--ink) 5%, var(--paper)); }
.model-b__touchpoint--online { background: color-mix(in srgb, var(--ink) 8%, var(--paper)); }
.model-b__eyebrow { display: block; color: var(--muted); font-size: 10px; }
.model-b__touchpoint h3 { margin: 12px 0 6px; font-size: clamp(23px, 2.35vw, 35px); font-weight: 530; letter-spacing: -.038em; line-height: 1.18; }
.model-b__touchpoint p { max-width: 48ch; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.model-b__operator { display: grid; grid-template-columns: minmax(105px, .65fr) minmax(0, 1.12fr) minmax(0, .93fr); min-height: 102px; align-items: center; gap: 22px; padding: 20px 28px; background: var(--ink); color: var(--paper); }
.model-b__operator-brand { font-size: clamp(35px, 3.5vw, 51px); line-height: 1; }
.model-b__operator-copy { display: grid; gap: 6px; }
.model-b__operator-copy > strong { font-size: clamp(16px, 1.75vw, 24px); font-weight: 520; line-height: 1.23; }
.model-b__inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.model-b__inputs > span { display: grid; gap: 5px; }
.model-b__inputs > span > strong { font-size: 11px; font-weight: 530; }
.model-b__value { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.19fr) minmax(0, .87fr); }
.model-b__panel { position: relative; display: flex; min-height: 226px; flex-direction: column; padding: 25px 24px 23px; background: color-mix(in srgb, var(--ink) 4%, var(--paper)); }
.model-b__panel--sales { z-index: 2; background: color-mix(in srgb, var(--accent) 10%, var(--paper)); }
.model-b__panel--impact { z-index: 1; background: color-mix(in srgb, var(--ink) 2.5%, var(--paper)); }
.model-b__panel h3 { margin: 15px 0 8px; font-size: clamp(23px, 2.35vw, 35px); font-weight: 535; letter-spacing: -.04em; line-height: 1.22; }
.model-b__panel p { max-width: 45ch; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.model-b__panel .model__shares { padding-top: 17px; }
.model-b .model__share-afield { --impact-arrow-width: clamp(82px, 9vw, 120px); z-index: 3; background: transparent; }
.model-b .model__share-afield::before { display: none; }
.model-b .model__share-afield::after { z-index: 0; top: -11px; left: 0; width: calc(100% + var(--impact-arrow-width)); height: calc(100% + 22px); clip-path: polygon(0 11px, calc(100% - 38px) 11px, calc(100% - 38px) 0, 100% 50%, calc(100% - 38px) 100%, calc(100% - 38px) calc(100% - 11px), 0 calc(100% - 11px)); }
.model-b__arrow-brand { position: relative; z-index: 1; }

.audiences { padding-top: 96px; padding-bottom: 99px; }
.audiences__heading { margin-bottom: 43px; }
.audiences__title { margin: 0; font-size: clamp(51px, 6.5vw, 100px); font-weight: 550; letter-spacing: -.071em; line-height: 1.12; }
.audiences__title > span { display: block; }
.audiences__title > span:empty { display: none; }
.audiences__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.audience-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 42px; grid-template-rows: auto minmax(58px, 1fr) auto auto auto auto; align-items: end; gap: 12px 16px; min-height: 438px; padding: 27px 29px 24px; border-radius: 5px; background: #fcfbf7; color: var(--ink); cursor: default; transition: background-color .28s ease, color .28s ease; }
.audience-row__index { grid-column: 1 / -1; align-self: start; color: var(--muted); font-size: 11px; transition: color .25s ease; }
.audience-row__title { grid-column: 1 / -1; align-self: end; font-size: clamp(34px, 3.1vw, 47px); font-weight: 545; letter-spacing: -.048em; line-height: 1.15; white-space: pre-line; }
.audience-row__description { grid-column: 1 / -1; min-height: 3.2em; max-width: 40ch; color: var(--muted); font-size: 11px; line-height: 1.6; transition: color .25s ease; }
.audience-row__details { display: grid; grid-column: 1 / -1; color: color-mix(in srgb, var(--ink) 83%, transparent); font-size: 10px; line-height: 1.45; transition: color .25s ease; }
.audience-row__details > span { padding: 6px 0; border-top: 1px solid var(--hairline); transition: border-color .25s ease; }
.audience-row__action { color: var(--ink); font-size: 11px; }
.audience-row__arrow { position: relative; justify-self: end; width: 40px; height: 18px; color: currentColor; transition: transform .28s cubic-bezier(.22, 1, .36, 1); }
.audience-row__arrow::before { position: absolute; top: 8px; right: 1px; width: 38px; height: 1px; background: currentColor; content: ""; }
.audience-row__arrow::after { position: absolute; top: 4px; right: 1px; width: 8px; height: 8px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; content: ""; transform: rotate(45deg); }
.audience-row:hover { background: var(--accent); color: var(--ink); }
.audience-row:hover :is(.audience-row__index, .audience-row__description, .audience-row__details, .audience-row__action) { color: var(--ink); }
.audience-row:hover .audience-row__details > span { border-color: color-mix(in srgb, var(--ink) 26%, transparent); }
.audience-row:hover .audience-row__arrow { transform: translateX(5px); }

.support { min-height: 100svh; display: grid; align-content: center; padding-top: clamp(48px, 7svh, 72px); padding-bottom: clamp(48px, 7svh, 72px); background: var(--accent); color: var(--ink); }
.support__frame { max-width: 1100px; }
.support__title { margin: 0 0 24px; font-size: clamp(55px, 7vw, 102px); font-weight: 550; letter-spacing: -.072em; line-height: 1.09; }
.support__title > span { display: block; }
.support__title .accent { color: inherit; }
.support__mark { position: relative; flex: 0 0 clamp(56px, 5.2vw, 72px); width: clamp(56px, 5.2vw, 72px); aspect-ratio: 123 / 98; }
.support__mark svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: var(--paper); stroke: transparent; stroke-width: 2.4px; stroke-linejoin: round; transition: fill .2s ease, stroke .2s ease; }
.support__body { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 760px; }
.support__passage { display: grid; gap: 5px; }
.support__body p { margin: 0; color: color-mix(in srgb, var(--ink) 81%, transparent); font-size: 13.5px; line-height: 1.72; }
.support__passage--vision p:first-child { color: var(--ink); }
.support__invitation { display: inline-flex; align-items: center; gap: 16px; margin: 17px 0 0; color: var(--ink); font-size: clamp(17px, 1.65vw, 23px); font-weight: 565; line-height: 1.38; }
.support__invitation:hover .support__mark { animation: support-piece-float 1.55s ease-in-out infinite; }
.support__invitation:hover .support__mark svg { fill: var(--accent); stroke: var(--paper); }
.support__terms { max-width: 680px; margin: 10px 0 0 calc(clamp(56px, 5.2vw, 72px) + 16px); color: color-mix(in srgb, var(--ink) 70%, transparent); font-size: 10.5px; line-height: 1.68; white-space: pre-line; }

@keyframes support-piece-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.footer { display: grid; min-height: 100svh; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto minmax(0, 1fr); align-items: end; gap: 31px; overflow: clip; padding: 67px var(--gutter) 43px; background: var(--ink); color: var(--paper); }
.footer__index { grid-column: 1; grid-row: 1; align-self: start; }
.footer__label { margin-bottom: 10px; color: var(--accent); font-size: clamp(18px, 1.4vw, 22px); font-weight: 545; }
.footer__groups { display: grid; grid-template-columns: repeat(3, minmax(0, 220px)); gap: clamp(37px, 7vw, 104px); }
.footer__group { display: grid; align-content: start; gap: 12px; }
.footer__group :is(a, .footer__pending) { width: fit-content; color: color-mix(in srgb, var(--paper) 88%, transparent); font-size: clamp(15px, 1.15vw, 18px); transition: color .2s ease; }
.footer__pending { color: color-mix(in srgb, var(--paper) 66%, transparent) !important; }
.footer__group a:hover { color: var(--accent); }
.footer__brand { grid-column: 1; grid-row: 3; align-self: end; justify-self: end; width: fit-content; max-width: 100%; font-size: clamp(175px, 33vw, 520px); line-height: .77; }
.footer__details { display: grid; grid-column: 1; grid-row: 2; justify-items: start; gap: 9px; color: color-mix(in srgb, var(--paper) 72%, transparent); font-size: 13px; }

.editorial-reveal { opacity: 0; transform: translateY(11px); transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .84s cubic-bezier(.22, 1, .36, 1); }
.editorial-reveal.is-visible { opacity: 1; transform: translateY(0); }

html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) :is(.hero__title, .needs__heading, .operations__title, .model__title, .model-b__title, .audiences__title, .support__title) { letter-spacing: -.041em; line-height: 1.23; }
html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) .hero__title { font-size: clamp(60px, 8.1vw, 124px); }
html[lang="ja"] .scene-slot { clip-path: inset(0 -.06em 0 -.06em); }
html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) .needs__heading { font-size: clamp(62px, 7.35vw, 112px); }
html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) .operations__title { font-size: clamp(47px, 6vw, 95px); }
html[lang="en"] .support__title { font-size: clamp(53px, 6.1vw, 91px); }

@media (max-width: 1120px) {
  :root { --gutter: clamp(30px, 6vw, 68px); }
  .nav { gap: 16px; padding-right: 23px; }
  .nav :is(a, .nav__pending), .language__button { font-size: 10px; }
  .needs__grid { grid-template-columns: minmax(0, 1fr) 185px minmax(0, 1fr); }
  .needs__card { padding-right: 20px; padding-left: 20px; }
  .needs__card h3 { font-size: clamp(21px, 2.35vw, 27px); }
  .operations__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 38px; }
  .model__program { grid-template-columns: minmax(95px, .55fr) minmax(0, 1fr); }
  .model__program-detail { display: none; }
  .model-source { padding-right: 20px; padding-left: 20px; }
  .model__share-afield::after { width: 32px; }
  .model__share-afield::before { left: calc(100% + 26px); }
  .model-b__operator { grid-template-columns: minmax(90px, .6fr) minmax(0, 1fr); }
  .model-b__inputs { display: none; }
  .model-b__panel { padding-right: 18px; padding-left: 18px; }
}

@media (max-width: 850px) {
  .needs { min-height: auto; gap: 77px; padding-top: 139px; padding-bottom: 130px; }
  .needs__header { grid-template-columns: 1fr; align-items: start; gap: 42px; }
  .needs__origin { justify-self: start; max-width: 62ch; padding-bottom: 0; font-size: 14px; }
  .diagram-shell { position: relative; width: 100vw; min-width: 0; margin-right: calc(-1 * var(--gutter)); margin-left: calc(-1 * var(--gutter)); overflow: hidden; }
  .diagram-shell::after { position: absolute; z-index: 4; top: 31px; right: 0; bottom: 0; width: 24px; background: linear-gradient(90deg, transparent, var(--paper)); content: ""; pointer-events: none; }
  .diagram-shell__hint { display: block; margin: 0 var(--gutter) 12px; color: var(--muted); font-size: 10px; line-height: 1.5; text-align: left; }
  .diagram-scroll { width: 100vw; max-width: 100vw; min-width: 0; overflow-x: auto; padding: 0 var(--gutter) 7px; scrollbar-width: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
  .diagram-scroll::-webkit-scrollbar { display: none; }
  .diagram-scroll:focus-visible { outline: 1px solid var(--accent); outline-offset: -1px; }
  .diagram-scroll--needs .needs__grid { --bridge-size: 218px; width: 900px; grid-template-columns: 341px 218px 341px; align-items: stretch; gap: 0; }
  .diagram-scroll--needs .needs__card { min-height: var(--bridge-size); }
  .diagram-scroll--needs .needs__card--artist::after { display: block; }
  .diagram-scroll--needs .needs__card--space { justify-items: end; text-align: right; }
  .diagram-scroll--needs .need-bridge { justify-self: stretch; width: auto; min-height: 0; height: 100%; }
  .diagram-scroll--needs .need-bridge__shape { width: 100%; }
  .operations__intro { grid-template-columns: 1fr; gap: 19px; }
  .operations__intro .section__label { grid-column: auto; }
  .operations__note { margin: 0; }
  .operations__list { grid-template-columns: 1fr 1fr; }
  .model { min-height: auto; }
  .model__sources { grid-template-columns: 1fr; }
  .model-source { min-height: auto; }
  .model__shares { margin-top: 20px; padding-top: 0; }
  .model__share-afield::before, .model__share-afield::after { display: none; }
  .model__impact-source { min-height: auto; margin-top: 18px; padding-left: 0; color: var(--accent); }
  .model-b { min-height: auto; }
  .audiences__list { grid-template-columns: 1fr; gap: 12px; }
  .audience-row { min-height: 360px; grid-template-rows: auto minmax(45px, 1fr) auto auto auto auto; }
}

/* Portrait tablets are tall enough that width-based type scaling leaves the
   hero stranded in the middle of the screen. Size each language by viewport
   height and line count so the title carries a comparable visual weight. */
@media (min-width: 561px) and (max-width: 1024px) and (orientation: portrait) {
  html[lang="en"] .hero__title { font-size: clamp(84px, 7.5vh, 104px); }
  html:is([lang="zh-Hans"], [lang="zh-Hant"]) .hero__title { font-size: clamp(90px, 8.1vh, 112px); }
  html[lang="ja"] .hero__title { font-size: clamp(112px, min(10.8vh, 16.1vw), 136px); }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero { min-height: 100svh; padding-top: 72px; padding-bottom: 22px; }
  .hero__title, html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) .hero__title { margin-top: 0; font-size: clamp(38px, 7vw, 58px); line-height: 1.06; }
  .hero__caption { display: none; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 72px; }
  :root { --gutter: 24px; }
  .header { min-height: 72px; }
  .header__brand { font-size: 25px; }
  .hero { min-height: 94svh; padding-top: 72px; }
  .hero__caption { right: var(--gutter); bottom: 30px; max-width: 31ch; font-size: 11px; white-space: normal; }
  .hero__title { margin-top: 2vh; font-size: clamp(43px, 10.5vw, 64px); }
  .needs { gap: 58px; padding-top: 111px; padding-bottom: 126px; }
  .needs__header { gap: 31px; }
  .needs__heading { font-size: clamp(44px, 10.5vw, 66px); }
  .needs__card { min-height: 186px; }
  .needs__card h3 { margin-top: 20px; font-size: 26px; }
  .needs__card p { font-size: 13px; }
  .need-bridge { width: min(212px, 75%); min-height: 178px; gap: 11px; }
  .operations { padding-top: 103px; padding-bottom: 132px; }
  .operations__frame { gap: 73px; }
  .operations__title { margin-top: 13px; font-size: clamp(46px, 10.5vw, 69px); }
  .operation-title__mobile-break { display: block; }
  .operations__list { grid-template-columns: 1fr; gap: 40px; }
  .operation-row { grid-template-columns: 26px 1fr; }
  .operation-row__name { font-size: 35px; }
  .model { padding-top: 103px; padding-bottom: 124px; }
  .model__heading { margin-bottom: 46px; }
  .model__title { font-size: clamp(45px, 9.8vw, 67px); }
  .model__program { grid-template-columns: 1fr; gap: 12px; min-height: 128px; padding: 23px; }
  .model__program-brand { font-size: 38px; }
  .model__program-title { font-size: 21px; }
  .model-source { padding: 29px 23px 25px; }
  .model-source__title { margin-top: 16px; font-size: 31px; }
  .model__shares { gap: 5px; }
  .model-b { padding-top: 95px; padding-bottom: 113px; }
  .model-b__heading { margin-bottom: 35px; }
  .model-b__title { font-size: clamp(45px, 9.8vw, 67px); }
  .model-b__stage { grid-template-columns: 1fr; }
  .model-b__touchpoint { min-height: 113px; padding: 20px 23px; }
  .model-b__operator { grid-template-columns: 1fr; gap: 11px; padding: 21px 23px; }
  .model-b__panel { padding: 25px 23px; }
  .model-b__panel h3 { font-size: 30px; }
  .audiences { padding-top: 102px; padding-bottom: 117px; }
  .audiences__heading { margin-bottom: 47px; }
  .audiences__title { margin-top: 0; font-size: clamp(47px, 10.4vw, 69px); }
  .audience-row { grid-template-columns: minmax(0, 1fr) 40px; gap: 11px 18px; min-height: 362px; padding: 23px; }
  .audience-row__title { font-size: 38px; }
  .audience-row__description { grid-column: 1 / -1; }
  .audience-row__arrow { grid-column: 2; grid-row: 6; }
  .support { min-height: auto; padding-top: 78px; padding-bottom: 96px; }
  .support__title { margin-top: 0; font-size: clamp(53px, 11.4vw, 77px); }
  .support__body { grid-template-columns: 1fr; gap: 18px; }
  .support__body p { font-size: 13px; }
  .footer { min-height: 520px; grid-template-columns: 1fr; grid-template-rows: 1fr auto auto; gap: 33px; padding-top: 52px; padding-bottom: 38px; }
  .footer__index { grid-column: 1; grid-row: 1; }
  .footer__groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 27px; margin-top: 21px; }
  .footer__group :is(a, .footer__pending) { font-size: 15px; }
  .footer__brand { grid-column: 1; grid-row: 3; font-size: clamp(110px, 34vw, 190px); }
  .footer__details { grid-column: 1; grid-row: 2; align-self: start; justify-items: start; }
  html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) .hero__title { font-size: clamp(45px, 10.6vw, 69px); }
  html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) .needs__heading { font-size: clamp(44px, 9.5vw, 62px); }
  html:is([lang="ja"], [lang="zh-Hans"], [lang="zh-Hant"]) .operations__title { font-size: clamp(40px, 9.2vw, 62px); }
}

/* Launch treatment for small screens: preserve the two relational diagrams as
   complete canvases and let the viewer pan them without widening the page. */
@media (max-width: 850px) {
  .diagram-scroll--model .model-b__diagram { width: 1040px; }
  .diagram-scroll--model .model-b__stage { grid-template-columns: 1fr 1fr; }
  .diagram-scroll--model .model-b__operator { grid-template-columns: minmax(105px, .65fr) minmax(0, 1.12fr) minmax(0, .93fr); gap: 22px; padding: 20px 28px; }
  .diagram-scroll--model .model-b__inputs { display: grid; }
  .diagram-scroll--model .model-b__value { grid-template-columns: minmax(0, .94fr) minmax(0, 1.19fr) minmax(0, .87fr); }
  .diagram-scroll--model .model-b__panel { min-height: 226px; padding: 25px 24px 23px; }
  .diagram-scroll--model .model-b .model__share-afield,
  .diagram-scroll--model .model__share-afield { background: transparent; }
  .diagram-scroll--model .model__share-afield::before { display: none; }
  .diagram-scroll--model .model__share-afield::after { display: block; }
}

/* A phone is not a cropped desktop canvas. Keep the same relationships, but
   restack them into one readable vertical composition. */
@media (max-width: 560px) {
  .diagram-shell--needs,
  .diagram-shell--model {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }

  .diagram-shell--needs::after,
  .diagram-shell--model::after,
  .diagram-shell--needs .diagram-shell__hint,
  .diagram-shell--model .diagram-shell__hint {
    display: none;
  }

  .diagram-scroll--needs,
  .diagram-scroll--model {
    width: 100%;
    max-width: none;
    overflow: visible;
    padding: 0;
  }

  .diagram-scroll--needs .needs__grid {
    --bridge-size: 156px;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .diagram-scroll--needs .needs__card {
    min-height: 0;
    padding: 28px 24px 70px;
  }

  .diagram-scroll--needs .needs__card--artist::after {
    display: none;
  }

  .diagram-scroll--needs .needs__card--space {
    justify-items: start;
    padding: 70px 24px 28px;
    text-align: left;
  }

  .diagram-scroll--needs .needs__card h3 {
    margin: 17px 0 10px;
    font-size: 27px;
    line-height: 1.25;
  }

  .diagram-scroll--needs .needs__card p {
    font-size: 12px;
    line-height: 1.72;
  }

  .diagram-scroll--needs .need-bridge {
    width: var(--bridge-size);
    height: var(--bridge-size);
    min-height: var(--bridge-size);
    margin: -42px auto;
    padding: 0;
  }

  .diagram-scroll--needs .need-bridge__shape {
    width: 100%;
    height: 100%;
  }

  .diagram-scroll--model .model-b__diagram {
    width: 100%;
  }

  .diagram-scroll--model .model-b__stage,
  .diagram-scroll--model .model-b__value {
    grid-template-columns: 1fr;
  }

  .diagram-scroll--model .model-b__touchpoint {
    min-height: 0;
    padding: 22px 23px 24px;
  }

  .diagram-scroll--model .model-b__operator {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 23px;
  }

  .diagram-scroll--model .model-b__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid color-mix(in srgb, var(--paper) 23%, transparent);
  }

  .diagram-scroll--model .model-b__panel {
    min-height: 0;
    padding: 26px 23px 28px;
  }

  .diagram-scroll--model .model-b__panel--impact {
    padding-top: 36px;
  }

  .diagram-scroll--model .model-b__panel--impact::before {
    position: absolute;
    z-index: 4;
    top: 0;
    left: calc(50% - 18px);
    width: 36px;
    height: 20px;
    background: var(--accent);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
  }

  .diagram-scroll--model .model__share-afield::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .editorial-reveal { opacity: 1; transform: none; }
}
