@font-face { font-family: "Zen Kaku Gothic New"; src: url("../assets/zen-kaku-gothic-new-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Zen Kaku Gothic New"; src: url("../assets/zen-kaku-gothic-new-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Zen Kaku Gothic New"; src: url("../assets/zen-kaku-gothic-new-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Zen Kaku Gothic New"; src: url("../assets/zen-kaku-gothic-new-900.ttf") format("truetype"); font-style: normal; font-weight: 900; font-display: swap; }

:root {
  --ink: #111315;
  --slate: #596168;
  --paper: #ffffff;
  --mist: #f1f4f5;
  --blue: #758de9;
  --green: #74f689;
  --pink: #e9336c;
  --yellow: #f7ca45;
  --line: rgba(17, 19, 21, .18);
  --font-ja: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", YuGothic, system-ui, sans-serif;
  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", YuGothic, system-ui, sans-serif;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 72px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

/* Header */
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
}
.header-inner { width: min(calc(100% - 72px), var(--shell)); margin-inline: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-mark { font: 900 31px/1 var(--font-display); letter-spacing: -.075em; }
.brand-mark b {
  color: transparent;
  background: linear-gradient(90deg, var(--blue), var(--green) 38%, var(--pink) 68%, var(--yellow));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.12em;
}
.site-header .brand-mark b {
  display: inline-block;
  font-size: 1.38em;
  line-height: .75;
  vertical-align: -.08em;
}
.brand-tagline { padding-bottom: 0; color: var(--slate); font: 700 9px/1.4 var(--font-ja); letter-spacing: .09em; }
.global-nav { margin-left: auto; display: flex; gap: 27px; align-items: center; font: 700 12px/1 var(--font-ja); }
.global-nav a { position: relative; padding: 14px 0; }
.global-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 18%; bottom: 6px; height: 3px; background: var(--blue); }
.search-button, .menu-button { width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); }
.search-button span { font: 700 23px/1 var(--font-display); transform: rotate(-15deg); }
.menu-button { display: none; gap: 4px; padding: 10px; }
.menu-button i { width: 18px; height: 1px; overflow: hidden; background: var(--ink); color: transparent; font-size: 0; }
.menu-button i:nth-child(2) { background: var(--blue); }

.breadcrumb { padding: 21px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 10px; }
.breadcrumb ol { margin: 0; padding: 0; display: flex; gap: 9px; list-style: none; flex-wrap: wrap; }
.breadcrumb li + li::before { content: "/"; margin-right: 9px; color: rgba(17,19,21,.35); }

/* Shared labels and media */
.section-rail { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; font: 900 10px/1 var(--font-display); letter-spacing: .16em; }
.section-rail::after { content: ""; height: 3px; flex: 1; background: linear-gradient(90deg, var(--blue) 0 11%, var(--green) 11% 20%, var(--pink) 20% 27%, var(--yellow) 27% 34%, var(--line) 34%); }
.section-rail b { color: var(--blue); }
.meta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; color: var(--slate); font-size: 10px; letter-spacing: .04em; }
.meta b { color: var(--blue); font-weight: 800; }
.status-tag { display: inline-block; padding: 6px 9px 7px; color: var(--ink); background: var(--green); font: 900 12px/1 var(--font-ja); transform: rotate(-3deg); }
.thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); background: #fff; }
.thumb::before, .thumb::after { content: ""; position: absolute; }
.thumb--blue { background: #dfe4e7 url("../assets/t019-four-choices-sofubi-v1.webp") 56% 44% / cover no-repeat; }
.thumb--blue::before { inset: 0 auto auto 0; width: 42%; height: 7px; background: var(--blue); }
.thumb--blue::after { inset: 0 0 auto auto; width: 21%; height: 7px; background: var(--green); }
.thumb--green { background: #e8ecee; }
.thumb--green::before { width: 62%; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; left: 18%; top: -42%; }
.thumb--green::after { width: 38%; height: 7px; left: 31%; bottom: 22%; background: var(--green); }
.thumb--paper { background: #fff; }
.thumb--paper::before { inset: 18% 14%; border-top: 2px solid var(--blue); border-bottom: 1px solid var(--line); background: repeating-linear-gradient(0deg, transparent 0 22px, rgba(17,19,21,.18) 22px 23px); }
.thumb--paper::after { width: 8px; height: 48%; left: 58%; top: 27%; background: var(--yellow); }
.thumb--ink { background: var(--ink); }
.thumb--ink::before { width: 45%; aspect-ratio: 1; right: 16%; top: 9%; border: 2px solid var(--green); border-radius: 50%; }
.thumb--ink::after { width: 22%; aspect-ratio: 1; left: 18%; bottom: 18%; border: 2px solid var(--blue); border-radius: 50%; }
.thumb--t004 { background: #e8ecee url("../assets/t004-first-year-sofubi-v1.webp") 56% 50% / cover no-repeat; }
.thumb--t007 { background: #e8ecee url("../assets/t007-one-year-difference-sofubi-v1.webp") 56% 50% / cover no-repeat; }
.thumb--t008 { background: #e8ecee url("../assets/t008-fit-factors-sofubi-v1.webp") 56% 50% / cover no-repeat; }

/* Article header */
.article-hero { padding: 34px 0 72px; }
.article-hero-grid, .cover-grid, .article-layout, .related-grid, .category-intro, .featured-grid, .listing-layout, .adjacent-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.article-headline { grid-column: 1 / span 9; }
.article-headline h1 { max-width: 13em; margin: 25px 0 24px; font: 900 clamp(46px, 5.1vw, 68px)/1.16 var(--font-ja); letter-spacing: -.075em; }
.article-headline .lead { max-width: 42em; margin: 0; color: var(--slate); font: 500 16px/2 var(--font-ja); }
.article-facts { grid-column: 10 / span 3; align-self: end; border-top: 7px solid var(--blue); padding-top: 18px; }
.fact { padding: 13px 0; border-bottom: 1px solid var(--line); }
.fact-label { display: block; margin-bottom: 7px; color: var(--slate); font: 800 9px/1 var(--font-display); letter-spacing: .12em; }
.fact-value { display: block; font: 700 12px/1.7 var(--font-ja); }
.cover-grid { margin-top: 54px; }
.article-cover { grid-column: 1 / span 9; margin: 0; position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--ink); }
.article-cover img { height: 100%; object-fit: cover; object-position: 58% center; }
.article-cover::after { content: "∞"; position: absolute; left: -28px; bottom: -64px; color: rgba(255,255,255,.72); font: 900 230px/.8 var(--font-display); }
.cover-summary { grid-column: 10 / span 3; align-self: stretch; padding: 24px 22px; border-top: 7px solid var(--green); border-bottom: 1px solid var(--ink); }
.cover-summary h2 { margin: 0 0 20px; font: 900 18px/1.45 var(--font-ja); }
.cover-summary ol { margin: 0; padding: 0; list-style: none; counter-reset: points; }
.cover-summary li { position: relative; padding: 12px 0 12px 32px; border-top: 1px solid var(--line); font: 700 12px/1.65 var(--font-ja); counter-increment: points; }
.cover-summary li::before { content: "0" counter(points); position: absolute; left: 0; top: 14px; color: var(--blue); font: 900 10px/1 var(--font-display); }

/* Article body */
.article-main { padding: 78px 0 110px; border-top: 1px solid var(--ink); }
.toc { grid-column: 1 / span 2; align-self: start; position: sticky; top: 110px; }
.toc h2, .rail-card h2 { margin: 0 0 16px; font: 900 15px/1 var(--font-display); letter-spacing: -.02em; }
.toc h2 small, .rail-card h2 small { margin-left: 6px; color: var(--slate); font: 700 9px/1 var(--font-ja); }
.toc ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.toc a { display: block; min-height: 44px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--slate); font: 700 10px/1.6 var(--font-ja); }
.toc a:hover { color: var(--ink); }
.article-body { grid-column: 3 / span 7; min-width: 0; }
.article-body > :first-child { margin-top: 0; }
.article-body p { margin: 0 0 28px; font: 400 17px/2.08 var(--font-ja); letter-spacing: .01em; }
.article-body h2 { position: relative; margin: 82px 0 30px; padding: 16px 0 17px 22px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); font: 900 34px/1.45 var(--font-ja); letter-spacing: -.045em; }
.article-body h2::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--section-color, var(--blue)); }
.article-body h3 { margin: 54px 0 20px; font: 800 24px/1.55 var(--font-ja); letter-spacing: -.035em; }
.article-body strong { font-weight: 900; background: linear-gradient(transparent 68%, rgba(247,202,69,.72) 68% 92%, transparent 92%); }
.article-body ul, .article-body ol { margin: 0 0 34px; padding-left: 1.4em; }
.article-body li { margin: 10px 0; font: 500 16px/1.9 var(--font-ja); }
.summary-box { margin-bottom: 58px; padding: 27px 30px 22px; border: 1px solid var(--line); border-top: 7px solid var(--green); }
.summary-box b { display: block; margin-bottom: 15px; font: 900 11px/1 var(--font-display); letter-spacing: .13em; }
.summary-box p { margin-bottom: 0; font-size: 15px; }
.quote { margin: 42px 0; padding: 5px 0 5px 27px; border-left: 7px solid var(--pink); }
.quote p { margin: 0; font-size: 21px; font-weight: 700; line-height: 1.8; }
.quote cite { display: block; margin-top: 12px; color: var(--slate); font: 500 10px/1.6 var(--font-ja); }
.decision-table { margin: 34px 0 44px; border-top: 1px solid var(--ink); }
.decision-row { display: grid; grid-template-columns: 170px 1fr; border-bottom: 1px solid var(--line); }
.decision-row b, .decision-row span { margin: 0; padding: 18px 16px; font: 500 14px/1.8 var(--font-ja); }
.decision-row b { font-weight: 800; background: rgba(117,141,233,.10); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 36px 0 46px; }
.choice-card { padding: 0 18px 18px; border: 1px solid var(--ink); border-top: 7px solid var(--blue); background: #fff; }
.choice-card:nth-child(2) { border-top-color: var(--green); }
.choice-card:nth-child(3) { border-top-color: var(--yellow); }
.choice-card:nth-child(4) { border-top-color: var(--pink); }
.choice-card h3 { margin: 0 -18px 14px; padding: 16px 18px 14px; border-bottom: 1px solid var(--line); font-size: 23px; }
.choice-card dl { margin: 0; }
.choice-card dt { margin-top: 14px; color: var(--slate); font: 800 9px/1.4 var(--font-display); letter-spacing: .08em; }
.choice-card dd { margin: 6px 0 0; font: 500 12px/1.8 var(--font-ja); }
.table-scroll { margin: 34px 0 46px; overflow-x: auto; border-top: 1px solid var(--ink); }
.article-table { min-width: 760px; width: 100%; border-collapse: collapse; text-align: left; }
.article-table th, .article-table td { padding: 14px 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; font: 500 12px/1.7 var(--font-ja); }
.article-table thead th { background: rgba(117,141,233,.10); font-weight: 800; }
.article-table tbody th { min-width: 110px; font-weight: 800; }
.check-list { margin: 34px 0 45px !important; padding: 0 !important; list-style: none; border-top: 1px solid var(--ink); }
.check-list li { position: relative; margin: 0; padding: 16px 12px 16px 44px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 10px; top: 15px; width: 22px; height: 22px; display: grid; place-items: center; background: var(--green); font: 900 13px/1 var(--font-display); }

.article-rail { grid-column: 10 / span 3; align-self: start; }
.rail-card { margin-bottom: 38px; padding-top: 18px; border-top: 1px solid var(--ink); }
.rail-card p { margin: 0; color: var(--slate); font: 500 11px/1.9 var(--font-ja); }
.share-list { display: grid; grid-template-columns: repeat(3, 44px); gap: 8px; }
.share-list a, .share-list button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--ink); font: 900 11px/1 var(--font-display); }
.update-list { margin: 0; padding: 0; list-style: none; }
.update-list li { padding: 11px 0; border-bottom: 1px solid var(--line); font: 500 10px/1.7 var(--font-ja); }
.update-list b { display: block; margin-bottom: 4px; font: 800 8px/1 var(--font-display); letter-spacing: .11em; }

.inline-cta { margin: 68px 0; padding: 30px; border: 1px solid var(--ink); border-top: 7px solid var(--pink); scroll-margin-top: 100px; }
.inline-cta .ad-label { margin-bottom: 23px; color: var(--slate); font: 900 9px/1 var(--font-display); letter-spacing: .16em; }
.inline-cta h2 { margin: 0 0 14px; padding: 0; border: 0; font-size: 27px; }
.inline-cta h2::before { display: none; }
.inline-cta p { margin-bottom: 23px; font-size: 14px; }
.inline-cta ul { margin-bottom: 25px; padding: 0; list-style: none; }
.inline-cta li { position: relative; padding-left: 22px; font-size: 13px; }
.inline-cta li::before { content: "—"; position: absolute; left: 0; }
.cta-link { min-height: 54px; padding: 14px 17px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #fff; font: 800 13px/1.5 var(--font-ja); }
.cta-link b { color: var(--yellow); font: 900 20px/1 var(--font-display); }
.inline-cta small { display: block; margin-top: 13px; color: var(--slate); font: 500 9px/1.65 var(--font-ja); }

.author-card { margin-top: 76px; padding: 26px 0; display: grid; grid-template-columns: 92px 1fr; gap: 22px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.author-avatar { width: 92px; aspect-ratio: 1; display: grid; place-items: center; background: var(--mist); font: 900 31px/1 var(--font-display); }
.author-card .role { color: var(--blue); font: 900 9px/1 var(--font-display); letter-spacing: .14em; }
.author-card h3 { margin: 10px 0 8px; font-size: 18px; }
.author-card p { margin: 0; color: var(--slate); font-size: 11px; line-height: 1.8; }
.sources { margin-top: 42px; }
.sources h2 { margin: 0 0 15px; padding: 0; border: 0; font: 900 16px/1 var(--font-display); }
.sources h2::before { display: none; }
.sources ol { margin: 0; padding-left: 1.2em; }
.sources li { color: var(--slate); font-size: 10px; line-height: 1.7; word-break: break-all; }

/* Related */
.related { padding: 96px 0 106px; border-top: 1px solid var(--ink); }
.display-heading { position: relative; display: inline-block; margin: 0 0 62px; font: 900 clamp(74px, 8vw, 112px)/.9 var(--font-display); letter-spacing: -.075em; text-transform: uppercase; }
.display-heading small { --tag-rotation: -4deg; position: absolute; right: 4%; bottom: -12px; z-index: 2; width: max-content; padding: 7px 11px 8px; background: var(--green); color: var(--ink); font: 900 19px/1 var(--font-ja); letter-spacing: -.035em; transform: rotate(var(--tag-rotation)); }
.display-heading small::before { content: "#"; }
.related-lead { grid-column: 1 / span 7; }
.related-side { grid-column: 8 / span 5; display: grid; gap: 30px; }
.related-card h3 { margin: 14px 0 0; font: 800 18px/1.55 var(--font-ja); }
.related-lead h3 { max-width: 18em; font-size: 28px; }
.related-side .related-card { display: grid; grid-template-columns: 42% 1fr; gap: 18px; align-items: center; padding-top: 22px; border-top: 1px solid var(--ink); }
.related-side .thumb { aspect-ratio: 4 / 3; }
.related-side h3 { font-size: 15px; }

/* Category */
.category-hero { padding: 62px 0 84px; }
.category-hero .display-heading { margin-bottom: 70px; }
.category-hero .display-heading small { right: 2%; bottom: -14px; --tag-rotation: 7deg; }
.category-copy { grid-column: 1 / span 7; }
.category-copy p { max-width: 42em; margin: 0; color: var(--slate); font: 500 16px/2 var(--font-ja); }
.category-facts { grid-column: 9 / span 4; border-top: 7px solid var(--blue); }
.category-fact { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.category-fact b { color: var(--slate); font: 800 9px/1 var(--font-display); letter-spacing: .1em; }
.category-fact span { font: 800 12px/1 var(--font-ja); }
.filter-row { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 9px; }
.filter-chip { min-height: 44px; padding: 11px 15px; border: 1px solid var(--line); background: #fff; font: 700 11px/1.7 var(--font-ja); }
.filter-chip[aria-current="true"] { border-color: var(--ink); box-shadow: inset 0 -5px 0 var(--green); }

.featured { padding: 84px 0 100px; border-top: 1px solid var(--ink); }
.featured-title { margin: 0 0 40px; font: 900 18px/1 var(--font-display); letter-spacing: .12em; }
.featured-lead { grid-column: 1 / span 7; }
.featured-lead .thumb { aspect-ratio: 16 / 10; }
.featured-lead h2 { max-width: 17em; margin: 20px 0 0; font: 900 31px/1.5 var(--font-ja); letter-spacing: -.045em; }
.featured-side { grid-column: 8 / span 5; display: grid; gap: 26px; align-content: start; padding-top: 80px; }
.featured-card { display: grid; grid-template-columns: 43% 1fr; gap: 18px; align-items: center; padding-top: 22px; border-top: 1px solid var(--ink); }
.featured-card .thumb { aspect-ratio: 4 / 3; }
.featured-card h3 { margin: 8px 0 0; font: 800 16px/1.55 var(--font-ja); }

.category-listing { padding: 92px 0 110px; border-top: 1px solid var(--ink); }
.article-feed { grid-column: 1 / span 8; border-top: 1px solid var(--ink); }
.feed-card { display: grid; grid-template-columns: 220px 1fr; gap: 25px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.feed-card h2 { margin: 11px 0 8px; font: 800 20px/1.6 var(--font-ja); letter-spacing: -.035em; }
.feed-card p { margin: 0; color: var(--slate); font: 500 11px/1.8 var(--font-ja); }
.listing-rail { grid-column: 10 / span 3; align-self: start; position: sticky; top: 110px; }
.rail-filter { margin-bottom: 38px; border-top: 1px solid var(--ink); }
.rail-filter h2 { margin: 0; padding: 18px 0; font: 900 16px/1 var(--font-display); }
.rail-filter a { min-height: 44px; padding: 12px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--slate); font: 700 11px/1.6 var(--font-ja); }
.rail-filter a b { color: var(--blue); font-family: var(--font-display); }
.pagination { margin-top: 42px; display: flex; gap: 8px; }
.pagination a, .pagination span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); font: 800 11px/1 var(--font-display); }
.pagination [aria-current="page"] { color: #fff; background: var(--ink); }
.adjacent { padding: 92px 0 100px; border-top: 1px solid var(--ink); }
.adjacent-card { padding: 26px; min-height: 180px; border-top: 7px solid var(--signal, var(--blue)); border-bottom: 1px solid var(--line); }
.adjacent-card:nth-child(1) { grid-column: 1 / span 5; }
.adjacent-card:nth-child(2) { grid-column: 6 / span 7; --signal: var(--pink); margin-top: 54px; }
.adjacent-card span { font: 900 9px/1 var(--font-display); letter-spacing: .13em; }
.adjacent-card h2 { margin: 34px 0 8px; font: 900 24px/1.5 var(--font-ja); }
.adjacent-card p { margin: 0; color: var(--slate); font: 500 11px/1.8 var(--font-ja); }

/* Footer */
.site-footer { padding: 55px 0 42px; color: #fff; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.footer-brand .brand-mark { font-size: 42px; }
.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.55); font: 500 11px/1.7 var(--font-ja); }
.footer-col h2 { margin: 0 0 17px; color: var(--green); font: 900 9px/1 var(--font-display); letter-spacing: .14em; }
.footer-col a { display: block; margin: 11px 0; color: rgba(255,255,255,.7); font: 500 10px/1.5 var(--font-ja); }
.footer-bottom { margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 9px; }
.footer-bottom b { color: var(--yellow); }

@media (max-width: 900px) {
  .shell, .header-inner { width: min(calc(100% - 36px), var(--shell)); }
  .site-header { height: 66px; }
  .global-nav, .search-button, .brand-tagline { display: none; }
  .menu-button { display: grid; margin-left: auto; }
  .brand-mark { font-size: 27px; }
  .breadcrumb { padding: 15px 0; }
  .article-hero { padding: 25px 0 52px; }
  .section-rail { margin-bottom: 23px; }
  .article-hero-grid, .cover-grid, .article-layout, .related-grid, .category-intro, .featured-grid, .listing-layout, .adjacent-grid { grid-template-columns: 1fr; gap: 0; }
  .article-headline, .article-facts, .article-cover, .cover-summary, .toc, .article-body, .article-rail,
  .related-lead, .related-side, .category-copy, .category-facts, .featured-lead, .featured-side,
  .article-feed, .listing-rail, .adjacent-card:nth-child(1), .adjacent-card:nth-child(2) { grid-column: 1; }
  .article-headline h1 { margin: 20px 0 19px; font-size: 38px; line-height: 1.25; }
  .article-headline .lead { font-size: 14px; line-height: 1.9; }
  .article-facts { margin-top: 32px; }
  .cover-grid { margin-top: 34px; }
  .article-cover { aspect-ratio: 4 / 3; }
  .article-cover::after { font-size: 150px; bottom: -43px; }
  .cover-summary { margin-top: 25px; padding: 21px 0; }
  .article-main { padding: 50px 0 75px; }
  .toc { position: static; margin-bottom: 45px; }
  .article-body p { font-size: 16px; line-height: 2; }
  .article-body h2 { margin-top: 66px; padding-left: 17px; font-size: 27px; }
  .article-body h3 { margin-top: 43px; font-size: 21px; }
  .summary-box { padding: 22px 18px 19px; }
  .quote { margin: 36px 0; padding-left: 20px; }
  .quote p { font-size: 18px; }
  .decision-row { grid-template-columns: 1fr; }
  .decision-row b { padding-bottom: 8px; background: rgba(117,141,233,.10); }
  .decision-row span { padding-top: 10px; }
  .choice-grid { grid-template-columns: 1fr; gap: 14px; }
  .inline-cta { margin: 55px 0; padding: 23px 18px; }
  .inline-cta h2 { font-size: 23px; }
  .author-card { grid-template-columns: 72px 1fr; gap: 16px; }
  .author-avatar { width: 72px; }
  .article-rail { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .rail-card { margin: 0; }
  .related { padding: 72px 0 80px; }
  .display-heading { margin-bottom: 48px; font-size: 54px; }
  .display-heading small { right: 2px; bottom: -18px; padding: 6px 8px 7px; font-size: 15px; }
  .related-lead h3 { font-size: 22px; }
  .related-side { margin-top: 42px; }
  .related-side .related-card { grid-template-columns: 112px 1fr; gap: 15px; }

  .category-hero { padding: 48px 0 66px; }
  .category-hero .display-heading { margin-bottom: 54px; font-size: 58px; }
  .category-hero .display-heading small { right: 0; bottom: -20px; font-size: 15px; }
  .category-copy p { font-size: 14px; line-height: 1.9; }
  .category-facts { margin-top: 34px; }
  .filter-row { margin-top: 34px; }
  .featured { padding: 65px 0 75px; }
  .featured-lead h2 { font-size: 24px; }
  .featured-side { margin-top: 45px; padding-top: 0; }
  .featured-card { grid-template-columns: 112px 1fr; gap: 15px; }
  .category-listing { padding: 68px 0 78px; }
  .feed-card { grid-template-columns: 112px 1fr; gap: 15px; padding: 20px 0; align-items: start; }
  .feed-card h2 { margin-top: 7px; font-size: 15px; line-height: 1.55; }
  .feed-card p { display: -webkit-box; overflow: hidden; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .feed-card .meta { gap: 6px; font-size: 8px; }
  .listing-rail { position: static; margin-top: 52px; }
  .listing-rail .rail-filter { display: none; }
  .pagination { margin-top: 34px; }
  .adjacent { padding: 70px 0 76px; }
  .adjacent-card:nth-child(2) { margin-top: 35px; }
  .adjacent-card { padding: 22px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom span { display: block; }
}

@media (max-width: 420px) {
  .article-rail { grid-template-columns: 1fr; }
  .status-tag { font-size: 11px; }
  .meta { gap: 8px; }
  .filter-chip { padding-inline: 12px; }
}

/* v1.1.5: restrained article hover feedback */
@media (hover: hover) and (pointer: fine) {
  :where(.featured-lead, .featured-card, .feed-card, .related-card) .thumb {
    transition: transform .22s cubic-bezier(.2, .72, .24, 1), border-color .22s ease;
    will-change: transform;
  }
  :where(.featured-lead, .featured-card, .feed-card, .related-card) :where(h2, h3) {
    transition: transform .22s cubic-bezier(.2, .72, .24, 1);
  }
  :where(.featured-lead, .featured-card, .feed-card, .related-card) :where(h2, h3) a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: .08em;
    text-underline-offset: .16em;
    transition: text-decoration-color .22s ease;
  }
  :where(.featured-lead, .featured-card, .feed-card, .related-card):hover .thumb,
  :where(.featured-lead, .featured-card, .feed-card, .related-card):focus-within .thumb {
    transform: translate3d(0, -4px, 0);
    border-color: rgba(17, 19, 21, .52);
  }
  :where(.featured-lead, .featured-card, .feed-card, .related-card):hover :where(h2, h3),
  :where(.featured-lead, .featured-card, .feed-card, .related-card):focus-within :where(h2, h3) {
    transform: translate3d(3px, 0, 0);
  }
  :where(.featured-lead, .featured-card, .feed-card, .related-card):hover :where(h2, h3) a,
  :where(.featured-lead, .featured-card, .feed-card, .related-card):focus-within :where(h2, h3) a {
    text-decoration-color: var(--blue);
  }
  :where(.cta-link, .rail-filter a, .partner-card a, .disclosure-card a, .pagination a) b {
    display: inline-block;
    transition: transform .2s cubic-bezier(.2, .72, .24, 1);
  }
  :where(.cta-link, .rail-filter a, .partner-card a, .disclosure-card a, .pagination a):hover b,
  :where(.cta-link, .rail-filter a, .partner-card a, .disclosure-card a, .pagination a):focus-visible b {
    transform: translate3d(4px, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  :where(.featured-lead, .featured-card, .feed-card, .related-card) .thumb,
  :where(.featured-lead, .featured-card, .feed-card, .related-card) :where(h2, h3) {
    transition: none;
    will-change: auto;
  }
  :where(.featured-lead, .featured-card, .feed-card, .related-card):hover .thumb,
  :where(.featured-lead, .featured-card, .feed-card, .related-card):focus-within .thumb,
  :where(.featured-lead, .featured-card, .feed-card, .related-card):hover :where(h2, h3),
  :where(.featured-lead, .featured-card, .feed-card, .related-card):focus-within :where(h2, h3) {
    transform: none;
  }
  :where(.cta-link, .rail-filter a, .partner-card a, .disclosure-card a, .pagination a) b {
    transition: none;
  }
  :where(.cta-link, .rail-filter a, .partner-card a, .disclosure-card a, .pagination a):hover b,
  :where(.cta-link, .rail-filter a, .partner-card a, .disclosure-card a, .pagination a):focus-visible b {
    transform: none;
  }
}

/* v1.1 major pages */
.utility-hero, .profile-hero { padding: 62px 0 88px; }
.utility-hero .display-heading, .profile-hero .display-heading { margin-bottom: 76px; }
.utility-hero .display-heading small { right: -3%; --tag-rotation: 6deg; }
.profile-hero .display-heading small { right: -7%; --tag-rotation: -5deg; }
.utility-intro-grid, .profile-intro { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.utility-copy { grid-column: 1 / span 7; }
.utility-copy h2, .profile-intro h2 { margin: 0; font: 900 36px/1.5 var(--font-ja); letter-spacing: -.05em; }
.utility-copy p, .profile-intro p { margin: 25px 0 0; color: var(--slate); font: 500 15px/2 var(--font-ja); }
.disclosure-card { grid-column: 9 / span 4; padding: 23px 22px; border-top: 7px solid var(--pink); border-bottom: 1px solid var(--ink); }
.disclosure-card > b { color: var(--pink); font: 900 9px/1 var(--font-display); letter-spacing: .13em; }
.disclosure-card p { margin: 20px 0; color: var(--slate); font: 500 11px/1.9 var(--font-ja); }
.disclosure-card a { display: inline-flex; min-height: 44px; align-items: center; font: 800 11px/1.5 var(--font-ja); }

.search-form { max-width: 820px; margin-top: 8px; }
.search-form label { display: block; margin-bottom: 10px; color: var(--slate); font: 800 10px/1 var(--font-ja); }
.search-form > div { display: grid; grid-template-columns: 1fr 132px; min-height: 58px; border: 1px solid var(--ink); }
.search-form input { min-width: 0; padding: 0 20px; border: 0; background: #fff; font: 700 16px/1 var(--font-ja); }
.search-form button { border: 0; color: #fff; background: var(--ink); font: 800 12px/1 var(--font-ja); }

/* v1.1.1: editorial heading reveal + sticky-note tag landing */
html.motion-ready .motion-heading,
html.motion-ready .motion-kicker {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  will-change: opacity, transform;
}
html.motion-ready .motion-heading {
  position: relative;
  opacity: 1;
  transform: none;
  isolation: isolate;
  will-change: auto;
}
html.motion-ready .motion-heading::after {
  content: "";
  position: absolute;
  inset: -.08em -.03em;
  z-index: 1;
  pointer-events: none;
  background: var(--paper);
  transform: scaleX(1);
  transform-origin: right center;
  will-change: transform;
}
html.motion-ready .motion-heading.is-revealed { animation: none; }
html.motion-ready .motion-heading.is-revealed::after { animation: heading-wipe .78s cubic-bezier(.74, 0, .2, 1) forwards; }
html.motion-ready .motion-kicker.is-revealed { animation: kicker-rise .52s cubic-bezier(.2, .76, .24, 1) forwards; }
html.motion-ready .motion-heading.has-sticky-tag > small {
  opacity: 0;
  transform: translate3d(0, -24px, 0) rotate(var(--tag-rotation)) scale(.92);
  transform-origin: 48% 18%;
  will-change: opacity, transform;
}
html.motion-ready .motion-heading.has-sticky-tag.is-revealed > small {
  animation: sticky-note-land .54s cubic-bezier(.16, .88, .3, 1.18) .82s forwards;
}
@keyframes heading-wipe {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}
@keyframes kicker-rise {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes sticky-note-land {
  0% { opacity: 0; transform: translate3d(0, -24px, 0) rotate(var(--tag-rotation)) scale(.92); box-shadow: none; }
  58% { opacity: 1; transform: translate3d(0, 5px, 0) rotate(var(--tag-rotation)) scale(.97); box-shadow: 0 7px 0 rgba(17, 19, 21, .12); }
  80% { opacity: 1; transform: translate3d(0, -2px, 0) rotate(var(--tag-rotation)) scale(1.02); box-shadow: 0 2px 0 rgba(17, 19, 21, .08); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--tag-rotation)) scale(1); box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready .motion-heading,
  html.motion-ready .motion-kicker,
  html.motion-ready .motion-heading.is-revealed,
  html.motion-ready .motion-kicker.is-revealed {
    opacity: 1;
    transform: none;
    animation: none;
    will-change: auto;
  }
  html.motion-ready .motion-heading::after,
  html.motion-ready .motion-heading.is-revealed::after {
    display: none;
    animation: none;
  }
  html.motion-ready .motion-heading.has-sticky-tag > small,
  html.motion-ready .motion-heading.has-sticky-tag.is-revealed > small {
    opacity: 1;
    transform: rotate(var(--tag-rotation));
    animation: none;
    box-shadow: none;
    will-change: auto;
  }
}
.result-summary { margin: 28px 0 0; font: 500 15px/1.8 var(--font-ja); }
.result-summary b { font-weight: 900; }
.result-summary span { margin-left: 10px; color: var(--blue); font: 900 12px/1 var(--font-display); }
.search-listing { border-top: 1px solid var(--ink); }
.rail-copy { margin: 0; color: var(--slate); font: 500 11px/1.9 var(--font-ja); }

.guide-section, .people-section, .process-section { padding: 94px 0 104px; }
.guide-section--border, .people-section--border, .process-section, .partner-section { border-top: 1px solid var(--ink); }
.guide-title { max-width: 17em; margin: 0 0 50px; font: 900 38px/1.45 var(--font-ja); letter-spacing: -.05em; }
.purpose-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.purpose-card { min-height: 270px; padding: 26px; border-top: 7px solid var(--signal); border-bottom: 1px solid var(--line); }
.purpose-card:nth-child(1) { grid-column: 1 / span 5; }
.purpose-card:nth-child(2) { grid-column: 6 / span 3; margin-top: 56px; }
.purpose-card:nth-child(3) { grid-column: 9 / span 4; margin-top: 112px; }
.purpose-card > span { font: 900 10px/1 var(--font-display); }
.purpose-card h3 { margin: 82px 0 13px; font: 900 22px/1.5 var(--font-ja); }
.purpose-card p { margin: 0; color: var(--slate); font: 500 12px/1.9 var(--font-ja); }
.service-type-list { border-top: 1px solid var(--ink); }
.service-type-list article { display: grid; grid-template-columns: 120px 250px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-type-list article > b { color: var(--blue); font: 900 10px/1.5 var(--font-display); letter-spacing: .12em; }
.service-type-list h3 { margin: 0; font: 900 22px/1.45 var(--font-ja); }
.service-type-list p { margin: 0; color: var(--slate); font: 500 12px/1.9 var(--font-ja); }
.service-type-list ul { grid-column: 3; margin: 0; padding-left: 1.2em; }
.service-type-list li { margin: 5px 0; font: 500 11px/1.7 var(--font-ja); }
.partner-section { padding: 94px 0 110px; }
.partner-head { display: grid; grid-template-columns: 7fr 4fr; gap: 8.33%; align-items: end; margin-bottom: 45px; }
.partner-head h2 { margin: 0; font: 900 38px/1.45 var(--font-ja); letter-spacing: -.05em; }
.partner-head p { margin: 0; color: var(--slate); font: 500 12px/1.9 var(--font-ja); }
.partner-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.partner-card { padding: 28px; border: 1px solid var(--ink); border-top: 7px solid var(--pink); }
.partner-card:nth-child(1) { grid-column: 1 / span 6; }
.partner-card:nth-child(2) { grid-column: 7 / span 6; margin-top: 46px; }
.partner-card .ad-label { color: var(--slate); font: 900 9px/1 var(--font-display); letter-spacing: .14em; }
.partner-card h3 { margin: 30px 0 22px; font: 900 24px/1.5 var(--font-ja); }
.partner-card dl { margin: 0 0 26px; display: grid; grid-template-columns: 100px 1fr; }
.partner-card dt, .partner-card dd { margin: 0; padding: 12px 0; border-top: 1px solid var(--line); font: 600 11px/1.7 var(--font-ja); }
.partner-card dt { color: var(--slate); }
.partner-card a { min-height: 54px; padding: 14px 17px; display: flex; justify-content: space-between; align-items: center; color: #fff; background: var(--ink); font: 800 13px/1.5 var(--font-ja); }
.partner-card a b { color: var(--yellow); font-size: 20px; }
.partner-card small { display: block; margin-top: 13px; color: var(--slate); font: 500 9px/1.7 var(--font-ja); }
.large-check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.large-check-list li { min-height: 96px; display: grid; grid-template-columns: 5fr 7fr; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.large-check-list b { font: 800 18px/1.6 var(--font-ja); }
.large-check-list span { color: var(--slate); font: 500 12px/1.9 var(--font-ja); }

.profile-intro h2 { grid-column: 1 / span 7; }
.profile-intro p { grid-column: 9 / span 4; margin-top: 0; padding-top: 18px; border-top: 7px solid var(--blue); }
.profile-feature { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
.profile-symbol, .profile-placeholder { grid-column: 1 / span 5; min-height: 430px; display: grid; place-items: center; background: var(--mist); }
.profile-symbol { font: 900 190px/1 var(--font-display); }
.profile-placeholder { align-content: center; gap: 20px; background: var(--ink); color: #fff; text-align: center; }
.profile-placeholder span { color: var(--green); font: 900 10px/1 var(--font-display); letter-spacing: .15em; }
.profile-placeholder b { font: 800 20px/1.5 var(--font-ja); }
.profile-copy { grid-column: 7 / span 6; }
.profile-copy .role { color: var(--blue); font: 900 10px/1 var(--font-display); letter-spacing: .14em; }
.profile-copy h2 { margin: 19px 0 24px; font: 900 36px/1.45 var(--font-ja); letter-spacing: -.05em; }
.profile-copy h2 small { color: var(--slate); font-size: 15px; letter-spacing: 0; }
.profile-copy > p { margin: 0 0 29px; color: var(--slate); font: 500 14px/2 var(--font-ja); }
.profile-copy dl { margin: 0; display: grid; grid-template-columns: 110px 1fr; border-top: 1px solid var(--ink); }
.profile-copy dt, .profile-copy dd { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); font: 600 11px/1.8 var(--font-ja); }
.profile-copy dt { color: var(--slate); }
.profile-feature--reverse .profile-placeholder { grid-column: 8 / span 5; grid-row: 1; }
.profile-feature--reverse .profile-copy { grid-column: 1 / span 6; grid-row: 1; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-list > li > b { color: var(--blue); font: 900 13px/1 var(--font-display); }
.process-list h3 { margin: 0 0 8px; font: 800 20px/1.5 var(--font-ja); }
.process-list p { margin: 0; color: var(--slate); font: 500 12px/1.9 var(--font-ja); }
.author-articles { border-top: 1px solid var(--ink); }

.interview-cover { margin-top: 54px; min-height: 470px; display: grid; grid-template-columns: 7fr 5fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.interview-cover-copy { padding: 48px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: #fff; }
.interview-cover-copy b { max-width: 7em; font: 900 68px/.9 var(--font-display); letter-spacing: -.07em; }
.interview-cover-copy span { color: rgba(255,255,255,.68); font: 700 13px/1.7 var(--font-ja); }
.interview-placeholder { display: grid; place-items: center; align-content: center; gap: 18px; background: var(--mist); }
.interview-placeholder span { color: var(--blue); font: 900 10px/1 var(--font-display); letter-spacing: .15em; }
.interview-placeholder b { font: 800 18px/1.5 var(--font-ja); }
.question-block { display: grid; grid-template-columns: 50px 1fr; gap: 18px; margin: 28px 0 22px; }
.question-block b { width: 44px; height: 44px; display: grid; place-items: center; background: var(--green); font: 900 18px/1 var(--font-display); }
.question-block p { margin: 0; font-weight: 700; }
.answer-placeholder { padding: 25px; border: 1px dashed var(--slate); color: var(--slate); background: var(--mist); font: 600 13px/1.9 var(--font-ja); }
.editorial-break { margin: 70px 0; padding: 28px; color: #fff; background: var(--ink); border-left: 7px solid var(--yellow); }
.editorial-break b { color: var(--yellow); font: 900 10px/1 var(--font-display); letter-spacing: .14em; }
.editorial-break p { margin: 18px 0 0; font-size: 14px; }

.placeholder-main { min-height: 650px; padding-top: 72px; padding-bottom: 110px; }
.placeholder-main .status-tag { margin: 65px 0 24px; }
.placeholder-main h1 { max-width: 14em; margin: 0; font: 900 clamp(42px, 5vw, 68px)/1.35 var(--font-ja); letter-spacing: -.065em; }
.placeholder-main > p:not(.status-tag) { max-width: 46em; margin: 32px 0 0; color: var(--slate); font: 500 15px/2 var(--font-ja); }
.placeholder-actions { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 12px; }
.placeholder-actions a { min-height: 50px; padding: 14px 18px; display: inline-flex; align-items: center; border: 1px solid var(--ink); font: 800 12px/1.5 var(--font-ja); }
.placeholder-actions a:first-child { color: #fff; background: var(--ink); }

.info-main { padding-top: 62px; padding-bottom: 110px; }
.info-main .display-heading { margin-bottom: 74px; }
.info-index { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 86px; }
.info-index a { min-height: 44px; padding: 11px 14px; border: 1px solid var(--line); font: 700 11px/1.7 var(--font-ja); }
.info-main > section { display: grid; grid-template-columns: 4fr 7fr; gap: 8.33%; padding: 48px 0; border-top: 1px solid var(--ink); scroll-margin-top: 100px; }
.info-main > section h2 { margin: 0; font: 900 27px/1.5 var(--font-ja); }
.info-main > section p { margin: 0; color: var(--slate); font: 500 14px/2 var(--font-ja); }
.info-copy { min-width: 0; color: var(--slate); font: 500 14px/2 var(--font-ja); }
.info-copy > :first-child { margin-top: 0; }
.info-copy > :last-child { margin-bottom: 0; }
.info-copy p { margin: 0 0 20px; }
.info-copy ul { margin: 0; padding-left: 1.35em; }
.info-copy li { margin: 8px 0; }
.info-copy a { text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 4px; }
.policy-note { margin: -38px 0 52px; padding: 20px 22px; border-left: 7px solid var(--yellow); color: var(--slate); background: var(--mist); font: 600 13px/1.8 var(--font-ja); }
.policy-note b { display: block; margin-bottom: 6px; color: var(--ink); font-weight: 900; }
.contact-form-section { align-items: start; }
.contact-form-wrap { min-width: 0; }
.contact-form { display: grid; gap: 44px; }
.contact-form[hidden] { display: none !important; }
.contact-fieldset { min-width: 0; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; border: 0; }
.contact-fieldset legend { grid-column: 1 / -1; width: 100%; margin: 0 0 2px; padding: 0 0 14px; border-bottom: 1px solid var(--ink); color: var(--ink); font: 900 17px/1.5 var(--font-ja); }
.contact-fieldset legend span { margin-right: 10px; color: var(--blue); font: 900 11px/1 var(--font-display); letter-spacing: .12em; }
.contact-field { min-width: 0; }
.contact-field-full { grid-column: 1 / -1; }
.contact-field label { margin-bottom: 8px; display: flex; align-items: center; gap: 8px; color: var(--ink); font: 800 12px/1.6 var(--font-ja); }
.required-label, .optional-label { padding: 4px 6px; font: 800 9px/1 var(--font-ja); letter-spacing: .04em; }
.required-label { color: var(--ink); background: var(--green); }
.optional-label { color: var(--slate); background: var(--mist); }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: #fff; font: 500 15px/1.6 var(--font-ja); transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.contact-field select { padding-right: 42px; appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.contact-field textarea { min-height: 220px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #8f9399; opacity: 1; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(117, 141, 233, .18); }
.contact-field input[aria-invalid="true"], .contact-field select[aria-invalid="true"], .contact-field textarea[aria-invalid="true"] { border-color: var(--pink); background: rgba(233, 51, 108, .035); }
.field-error { margin: 7px 0 0; color: #b31b4d; font: 700 11px/1.6 var(--font-ja); }
.field-meta { margin-top: 8px; display: flex; justify-content: space-between; gap: 16px; color: var(--slate); font: 500 10px/1.6 var(--font-ja); }
.field-meta span:last-child { flex: none; font-family: var(--font-en); font-weight: 800; }
.contact-consent { padding: 20px; border: 1px solid var(--line); background: var(--mist); }
.contact-consent label { display: flex; align-items: flex-start; gap: 12px; color: var(--ink); font: 600 12px/1.8 var(--font-ja); cursor: pointer; }
.contact-consent input { width: 20px; height: 20px; margin: 2px 0 0; flex: none; accent-color: var(--ink); }
.contact-consent a { text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 4px; }
.contact-consent b { margin-left: 7px; padding: 3px 5px; background: var(--green); font-size: 9px; }
.contact-submit-note { margin: -24px 0 0 !important; color: var(--slate) !important; font-size: 11px !important; line-height: 1.8 !important; }
.contact-submit { width: min(100%, 320px); min-height: 58px; padding: 16px 20px; display: inline-flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); color: var(--ink); background: var(--green); font: 900 14px/1 var(--font-ja); cursor: pointer; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.contact-submit b { font: 900 20px/1 var(--font-display); transition: transform .18s ease; }
.contact-submit:disabled { cursor: wait; opacity: .6; }
.contact-submit:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.contact-status { margin-bottom: 28px; padding: 22px 24px; border-left: 7px solid var(--blue); color: var(--ink); background: var(--mist); font: 700 13px/1.9 var(--font-ja); }
.contact-status[data-state="success"] { border-left-color: var(--green); }
.contact-status[data-state="error"] { border-left-color: var(--pink); }
.contact-status b { display: block; margin-bottom: 4px; font-size: 16px; }
.contact-status p { margin: 0 !important; color: inherit !important; font: inherit !important; }
.contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (hover: hover) and (pointer: fine) {
  .contact-submit:not(:disabled):hover { color: #fff; background: var(--ink); }
  .contact-submit:not(:disabled):hover b { transform: translateX(4px); }
}
.policy-number { display: block; margin-bottom: 8px; color: var(--blue); font: 900 15px/1 var(--font-en); letter-spacing: .08em; }
.info-table { margin: 0; display: grid; grid-template-columns: 140px 1fr; border-top: 1px solid var(--ink); }
.info-table dt, .info-table dd { margin: 0; padding: 15px 0; font: 600 12px/1.8 var(--font-ja); }
.info-table dt { color: var(--slate); border-bottom: 1px solid var(--line); }
.info-table dd { color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--line); }
.tag-link-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-link-grid a { min-height: 44px; padding: 10px 14px; display: inline-flex; align-items: center; border: 1px solid var(--ink); color: var(--ink); background: #fff; text-decoration: none; font-weight: 800; }
.tag-link-grid a:nth-child(4n+1) { border-top-color: var(--green); border-top-width: 5px; }
.tag-link-grid a:nth-child(4n+2) { border-top-color: var(--blue); border-top-width: 5px; }
.tag-link-grid a:nth-child(4n+3) { border-top-color: var(--pink); border-top-width: 5px; }
.tag-link-grid a:nth-child(4n) { border-top-color: var(--yellow); border-top-width: 5px; }
.archive-list, .sitemap-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.archive-list li, .sitemap-list li { margin: 0; border-bottom: 1px solid var(--line); }
.archive-list a, .sitemap-list a { min-height: 50px; padding: 13px 0; display: flex; align-items: center; gap: 20px; color: var(--ink); text-decoration: none; font-weight: 800; }
.archive-list span { min-width: 72px; color: var(--blue); font: 900 10px/1 var(--font-display); }
.archive-list a::after, .sitemap-list a::after { content: "→"; margin-left: auto; transition: transform .2s ease; }
@media (hover: hover) and (pointer: fine) {
  .archive-list a:hover::after, .archive-list a:focus-visible::after, .sitemap-list a:hover::after, .sitemap-list a:focus-visible::after { transform: translateX(4px); }
  .tag-link-grid a:hover, .tag-link-grid a:focus-visible { background: var(--mist); }
}

@media (max-width: 900px) {
  body.menu-open { overflow: hidden; }
  .site-header .header-inner { position: relative; }
  .site-header .global-nav.is-open {
    position: fixed;
    inset: 66px 0 auto;
    z-index: 40;
    width: 100%;
    max-height: calc(100svh - 66px);
    padding: 25px 18px 34px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    border-bottom: 1px solid var(--ink);
    background: #fff;
  }
  .site-header .global-nav.is-open a { min-height: 52px; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .placeholder-main { min-height: 560px; padding-top: 48px; padding-bottom: 80px; }
  .placeholder-main .status-tag { margin-top: 46px; }
  .placeholder-main h1 { font-size: 38px; }
  .info-main { padding-top: 48px; padding-bottom: 80px; }
  .info-main .display-heading { margin-bottom: 58px; font-size: 54px; }
  .info-index { margin-bottom: 60px; }
  .info-main > section { grid-template-columns: 1fr; gap: 18px; padding: 38px 0; }
  .info-main > section h2 { font-size: 24px; }
  .policy-note { margin-top: -28px; margin-bottom: 42px; }
  .contact-form-section h2 br { display: none; }
  .contact-form { gap: 38px; }
  .contact-fieldset { grid-template-columns: 1fr; gap: 21px; }
  .contact-field-full { grid-column: 1; }
  .contact-field textarea { min-height: 200px; }
  .field-meta { display: grid; gap: 4px; }
  .field-meta span:last-child { justify-self: end; }
  .contact-submit { width: 100%; }
  .info-table { grid-template-columns: 105px 1fr; }
  .archive-list a, .sitemap-list a { gap: 12px; }
}

@media (max-width: 900px) {
  .utility-hero, .profile-hero { padding: 48px 0 68px; }
  .utility-hero .display-heading, .profile-hero .display-heading { margin-bottom: 58px; font-size: 54px; }
  .utility-hero .display-heading small, .profile-hero .display-heading small { right: 0; font-size: 15px; }
  .utility-intro-grid, .profile-intro { grid-template-columns: 1fr; gap: 0; }
  .utility-copy, .disclosure-card, .profile-intro h2, .profile-intro p { grid-column: 1; }
  .utility-copy h2, .profile-intro h2 { font-size: 28px; }
  .disclosure-card, .profile-intro p { margin-top: 34px; }
  .search-form > div { grid-template-columns: 1fr 92px; }
  .search-form input { padding-inline: 14px; font-size: 14px; }
  .guide-section, .people-section, .process-section, .partner-section { padding: 70px 0 78px; }
  .guide-title, .partner-head h2 { font-size: 29px; }
  .purpose-grid, .partner-grid, .profile-feature { grid-template-columns: 1fr; gap: 0; }
  .purpose-card:nth-child(1), .purpose-card:nth-child(2), .purpose-card:nth-child(3), .partner-card:nth-child(1), .partner-card:nth-child(2),
  .profile-symbol, .profile-placeholder, .profile-copy, .profile-feature--reverse .profile-placeholder, .profile-feature--reverse .profile-copy { grid-column: 1; grid-row: auto; }
  .purpose-card, .purpose-card:nth-child(2), .purpose-card:nth-child(3) { min-height: 0; margin-top: 28px; padding: 22px 0 24px; }
  .purpose-card h3 { margin-top: 35px; }
  .service-type-list article { grid-template-columns: 1fr; gap: 13px; }
  .service-type-list ul { grid-column: 1; }
  .partner-head { grid-template-columns: 1fr; gap: 22px; }
  .partner-card:nth-child(2) { margin-top: 28px; }
  .partner-card { padding: 23px 18px; }
  .large-check-list li { grid-template-columns: 1fr; gap: 9px; }
  .profile-symbol, .profile-placeholder { min-height: 300px; }
  .profile-symbol { font-size: 140px; }
  .profile-copy { margin-top: 36px; }
  .profile-copy h2 { font-size: 29px; }
  .profile-feature--reverse .profile-placeholder { grid-row: 1; }
  .profile-feature--reverse .profile-copy { grid-row: 2; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 16px; }
  .interview-cover { grid-template-columns: 1fr; min-height: 0; }
  .interview-cover-copy { min-height: 320px; padding: 30px 24px; }
  .interview-cover-copy b { font-size: 48px; }
  .interview-placeholder { min-height: 260px; }
  .question-block { grid-template-columns: 44px 1fr; gap: 14px; }
  .answer-placeholder { padding: 20px 17px; }
}
