:root {
  --ink: #151515;
  --paper: #f3efe6;
  --white: #fffefa;
  --orange: #e55725;
  --yellow: #f3cb4e;
  --muted: #6d685e;
  --line: rgba(21, 21, 21, .2);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif; line-height: 1.8; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:where(p, li) { line-break: strict; overflow-wrap: anywhere; }
:where(h1, h2, h3, strong) { line-break: strict; overflow-wrap: normal; text-wrap: balance; }
.keep-together { white-space: nowrap; }

.entry-header { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 18px 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 11px; align-items: center; width: max-content; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 700; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; mix-blend-mode: multiply; }
.entry-header nav { display: flex; flex-wrap: wrap; gap: 13px 24px; justify-content: center; }
.entry-header nav a, .company-link { display: inline-flex; min-height: 44px; align-items: center; font-size: 11px; font-weight: 900; text-decoration: none; }
.entry-header nav a:hover, .entry-header nav a:focus-visible, .company-link:hover, .company-link:focus-visible { color: var(--orange); }
.company-link { justify-self: end; padding: 7px 12px; border: 1px solid var(--ink); }

.entry-hero { position: relative; min-height: 630px; overflow: hidden; padding: clamp(76px, 11vw, 146px) 24px clamp(70px, 9vw, 120px); background: var(--white); }
.entry-hero::before { position: absolute; top: -90px; right: -120px; width: min(55vw, 680px); aspect-ratio: 1; border: 2px solid rgba(21,21,21,.11); border-radius: 45% 55% 48% 52%; content: ""; transform: rotate(18deg); }
.entry-hero::after { position: absolute; right: clamp(24px, 8vw, 120px); bottom: -170px; width: 2px; height: 470px; background: var(--ink); content: ""; transform: rotate(10deg); transform-origin: bottom; }
.entry-hero__inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; }
.eyebrow { margin: 0 0 20px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.entry-hero h1 { max-width: 920px; margin: 0 0 30px; font-size: clamp(52px, 8vw, 108px); line-height: 1.03; letter-spacing: -.065em; }
.entry-hero__lead { max-width: 690px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 22px); font-weight: 700; line-height: 1.9; }
.entry-hero__note { max-width: 650px; margin: 26px 0 0; padding: 14px 18px; border-left: 3px solid var(--yellow); background: var(--paper); font-size: 12px; font-weight: 800; }

.entry-section { padding: clamp(76px, 10vw, 138px) 24px; }
.entry-section--dark { color: white; background: var(--ink); }
.entry-section--yellow { background: var(--yellow); }
.entry-section__inner { max-width: var(--max); margin: 0 auto; }
.entry-section__head { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(38px, 7vw, 100px); margin-bottom: 52px; }
.entry-section__head h2 { margin: 0; font-size: clamp(38px, 5.5vw, 70px); line-height: 1.12; letter-spacing: -.05em; }
.entry-section__head p { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; }
.entry-section--dark .entry-section__head p { color: rgba(255,255,255,.65); }

.entry-statement { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); gap: clamp(38px, 7vw, 96px); align-items: end; margin-bottom: 58px; }
.entry-statement .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.entry-statement h2 { max-width: 820px; margin: 0; font-size: clamp(40px, 5.3vw, 72px); line-height: 1.1; letter-spacing: -.05em; }
.entry-statement > p:last-child { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }

.way-choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; background: rgba(255,255,255,.18); list-style: none; }
.way-choices li { min-height: 190px; padding: 24px; background: #23231f; }
.way-choices span, .principle-grid span, .support-prep span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.way-choices strong { display: block; margin: 46px 0 6px; font-size: 18px; }
.way-choices small { display: block; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.7; }

.entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; padding: 2px; background: var(--ink); }
.entry-card { display: flex; min-height: 310px; flex-direction: column; padding: clamp(24px, 4vw, 42px); background: var(--white); text-decoration: none; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.entry-card:hover, .entry-card:focus-visible { color: white; background: var(--ink); transform: translateY(-4px); }
.entry-card--yellow { background: var(--yellow); }
.entry-card--orange { background: #f5d5c9; }
.entry-card > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.entry-card h2, .entry-card h3 { margin: auto 0 12px; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.2; }
.entry-card p { margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.entry-card:hover p, .entry-card:focus-visible p { color: rgba(255,255,255,.7); }
.entry-card strong { font-size: 12px; }

.criteria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.criteria--four { grid-template-columns: repeat(4, 1fr); }
.criteria li { min-height: 230px; padding: 30px; background: var(--white); }
.entry-section--dark .criteria { background: rgba(255,255,255,.18); }
.entry-section--dark .criteria li { background: #23231f; }
.criteria span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.criteria strong { display: block; margin: 48px 0 9px; font-size: 21px; line-height: 1.35; }
.criteria p { margin: 0; color: var(--muted); font-size: 13px; }
.entry-section--dark .criteria p { color: rgba(255,255,255,.58); }

.prompt-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.prompt-list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; min-height: 180px; padding: 28px; background: var(--white); }
.prompt-list > li > span { color: var(--orange); font-size: 10px; font-weight: 900; }
.prompt-list strong { display: block; margin-bottom: 10px; font-size: 20px; }
.prompt-list p { margin: 0; color: var(--muted); font-size: 13px; }

.process { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process li { display: grid; grid-template-columns: 72px minmax(180px, .7fr) minmax(0, 1.3fr); gap: 22px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process span { color: var(--orange); font-size: 11px; font-weight: 900; }
.process strong { font-size: 20px; }
.process p { margin: 0; color: var(--muted); font-size: 13px; }
.process--light { border-color: rgba(255,255,255,.18); }
.process--light li { border-color: rgba(255,255,255,.18); }
.process--light p { color: rgba(255,255,255,.58); }

.challenge-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: rgba(255,255,255,.16); }
.challenge-link { position: relative; min-height: 430px; overflow: hidden; color: white; background: #30302b; text-decoration: none; }
.challenge-link img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .5s ease, filter .3s ease; }
.challenge-link__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 24%, rgba(0,0,0,.88) 100%); }
.challenge-link__body { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; flex-direction: column; padding: clamp(24px, 4vw, 42px); }
.challenge-link__body small { margin-bottom: 8px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.challenge-link__body strong { margin-bottom: 10px; font-size: clamp(28px, 4vw, 48px); line-height: 1.1; }
.challenge-link__body > span { max-width: 470px; color: rgba(255,255,255,.72); font-size: 12px; }
.challenge-link:hover img, .challenge-link:focus-visible img { filter: saturate(1) contrast(1.08); transform: scale(1.035); }

.principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(21,21,21,.24); }
.principle-grid article { min-height: 230px; padding: 30px; background: rgba(255,255,255,.45); }
.principle-grid h3 { margin: 54px 0 10px; font-size: 22px; line-height: 1.3; }
.principle-grid p { margin: 0; color: #5e573e; font-size: 13px; }

.support-prep { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: var(--line); }
.support-prep > div { min-height: 180px; padding: 28px; background: var(--white); }
.support-prep strong { display: block; margin: 36px 0 8px; font-size: 20px; }
.support-prep p { margin: 0; color: var(--muted); font-size: 13px; }

.action-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 38px; align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(28px, 5vw, 56px); color: white; background: var(--ink); }
.action-panel h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 50px); line-height: 1.2; }
.action-panel p { max-width: 680px; margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }
.action-panel .eyebrow { margin-bottom: 14px; }
.action-panel__actions { display: flex; min-width: 230px; flex-direction: column; gap: 10px; }
.action-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 12px 22px; color: var(--ink); background: var(--yellow); font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background-color .2s ease; }
.action-button:hover, .action-button:focus-visible { background: white; transform: translateY(-3px); }
.action-button--light { color: var(--ink); background: var(--white); }
.boundary-box { max-width: var(--max); margin: 22px auto 0; padding: 20px 24px; border: 1px solid var(--line); background: rgba(255,255,255,.4); color: var(--muted); font-size: 12px; }
.boundary-box strong { color: var(--ink); }

.entry-footer { padding: 44px 24px; color: white; background: #23231f; }
.entry-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; max-width: var(--max); margin: 0 auto; }
.entry-footer nav { display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: flex-end; }
.entry-footer nav a { display: inline-flex; min-height: 44px; align-items: center; font-size: 11px; font-weight: 900; text-decoration: none; }
.entry-footer small { grid-column: 1 / -1; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .12em; }

:where(a, button):focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 820px) {
  .entry-header { grid-template-columns: 1fr auto; }
  .entry-header nav { display: none; }
  .entry-hero { min-height: 570px; }
  .entry-section__head { grid-template-columns: 1fr; }
  .entry-statement { grid-template-columns: 1fr; }
  .entry-statement .eyebrow { grid-column: 1; margin-bottom: -12px; }
  .criteria { grid-template-columns: 1fr; }
  .criteria li { min-height: 190px; }
  .criteria strong { margin-top: 30px; }
  .action-panel { grid-template-columns: 1fr; }
  .action-button { width: 100%; }
  .way-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .keep-together { white-space: normal; }
  .entry-header { width: calc(100% - 30px); padding: 10px 0; }
  .brand { font-size: 16px; }
  .brand img { width: 36px; height: 36px; }
  .company-link { padding: 5px 9px; font-size: 9px; }
  .entry-hero { min-height: 530px; padding: 76px 18px 64px; }
  .entry-hero h1 { font-size: 46px; line-height: 1.1; text-wrap: wrap; }
  .entry-hero__lead { font-size: 16px; }
  .entry-hero::before { right: -210px; width: 520px; }
  .entry-section { padding: 72px 18px; }
  .entry-grid { grid-template-columns: 1fr; }
  .challenge-links, .prompt-list, .principle-grid, .support-prep { grid-template-columns: 1fr; }
  .challenge-link { min-height: 360px; }
  .way-choices { grid-template-columns: 1fr; }
  .way-choices li { min-height: 150px; }
  .way-choices strong { margin-top: 28px; }
  .entry-card { min-height: 260px; }
  .process li { grid-template-columns: 42px 1fr; }
  .process p { grid-column: 2; }
  .action-panel { margin-right: -2px; margin-left: -2px; }
  .entry-footer__inner { grid-template-columns: 1fr; }
  .entry-footer nav { justify-content: flex-start; }
  .entry-footer small { grid-column: 1; }
}

@media (max-width: 440px) {
  .entry-hero h1 { font-size: 34px; letter-spacing: -.045em; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
