:root{--bg: #ffffff;--surface: #ffffff;--surface-soft: #f6f6f6;--surface-strong: #fcfcfc;--ink: #111111;--muted: #4d4d4d;--line: rgba(17, 17, 17, .14);--accent: #111111;--accent-deep: #000000;--shadow: 0 16px 36px rgba(0, 0, 0, .05);--max-width: 94rem;--heading-font: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--body-font: "Avenir Next", "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:var(--body-font);line-height:1.7;scroll-behavior:smooth;color-scheme:light;min-height:100%;scroll-padding-bottom:calc(env(safe-area-inset-bottom,0px) + 2.5rem)}body{margin:0;overflow-x:hidden;background:var(--bg);min-height:100vh}a{color:inherit}p,h1,h2,h3,a{margin-top:0;overflow-wrap:anywhere}.page-shell{width:min(100%,var(--max-width));margin:0 auto;padding:clamp(1rem,2vw,2rem) clamp(1rem,2vw,2rem) max(6rem,calc(env(safe-area-inset-bottom,0px) + 5rem))}.hero,.panel,.practice-section{margin-bottom:1.4rem}.hero,.panel{border:1px solid var(--line);border-radius:1.8rem;background:var(--surface);box-shadow:var(--shadow)}.hero{padding:2.3rem}.panel{padding:1.5rem}.panel-soft{background:var(--surface-soft)}.panel-ending{margin-top:1.8rem}.eyebrow,.meta-label,.pillar-title{letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700;color:var(--muted)}h1,h2,h3{font-family:var(--heading-font);letter-spacing:-.03em}h1{max-width:15ch;font-size:clamp(3rem,8vw,5.8rem);line-height:.92;margin-bottom:1rem}h2{font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.05;margin-bottom:.8rem}h3{font-size:1.35rem;margin-bottom:.65rem}.lead{max-width:52rem;font-size:1.08rem;color:#201711d6}.hero-shell,.overview-grid{display:grid;gap:1.25rem}.hero-shell{grid-template-columns:1fr;align-items:stretch;justify-items:center}.hero-copy{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:58rem;text-align:center}.hero-aside{display:grid;gap:1rem;width:100%;max-width:58rem}.hero-shell>*,.hero-stat-grid>*,.overview-grid>*,.practice-section-head>*,.card-grid>*,.note-list>*,.pillar-grid>*{min-width:0}.hero-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.hero-stat,.hero-focus,.section-meta-card{border:1px solid var(--line);border-radius:1.3rem;background:var(--surface-strong);box-shadow:var(--shadow)}.hero-stat,.hero-focus,.section-meta-card,.note-item,.pillar-card{padding:1rem}.hero-stat-value,.section-meta-value{margin:0;font-family:var(--heading-font);font-size:clamp(2rem,4vw,3rem);line-height:1}.hero-focus p:last-child{margin-bottom:0}.overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.hero-actions,.anchor-row{display:flex;flex-wrap:wrap;gap:.85rem}.hero-actions{margin-top:1.6rem;justify-content:center}.button,.anchor-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;text-align:center;max-width:100%}.button{padding:.85rem 1.2rem;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow)}.button-primary{border-color:#000000e6;background:var(--accent-deep);color:#fff}.anchor-link{padding:.62rem .95rem;border:1px solid var(--line);background:var(--surface-strong)}.panel-header{margin-bottom:1rem}.overview-grid .panel-header,.panel-ending .panel-header{text-align:center}.note-list,.pillar-grid,.card-grid{display:grid;gap:1rem}.note-item,.pillar-card,.qa-card{border:1px solid var(--line);border-radius:1.3rem;background:var(--surface-strong);box-shadow:var(--shadow)}.note-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}.note-item{margin-bottom:0}.pillar-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}.card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,21rem),1fr))}.practice-section{padding:1.35rem 0 0;scroll-margin-top:1.4rem}.practice-section-head{display:grid;grid-template-columns:1fr;gap:1rem;justify-items:center;margin-bottom:1rem;text-align:center}.practice-section-header{margin-bottom:0;max-width:52rem}.section-meta-card{display:inline-grid;gap:.55rem;justify-items:center;min-width:12rem}.section-back-link{width:fit-content;text-decoration:none;color:var(--accent)}.qa-card{overflow:hidden;height:100%;display:flex;flex-direction:column}.qa-card-header{padding:1.15rem 1.15rem .95rem;border-bottom:1px solid rgba(17,17,17,.06);background:var(--surface-soft)}.qa-card-header>*:last-child,.answer-block>*:last-child{margin-bottom:0}.qa-question{font-size:1.02rem}.qa-note{color:var(--muted)}.answer-list{display:grid;gap:.9rem;padding:0 1.15rem 1.15rem;flex:1}.answer-block{border-top:1px dashed rgba(17,17,17,.14);padding-top:.95rem}.answer-block:first-child{border-top:0;padding-top:0}.answer-en{font-size:1.06rem;margin-bottom:.45rem}.answer-ja{color:#2f2f2f}@media(max-width:1240px){.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid>:last-child{grid-column:1 / -1}}@media(max-width:1080px){.hero-shell,.overview-grid,.practice-section-head{grid-template-columns:1fr}}@media(max-width:720px){.page-shell{padding-top:1rem;padding-bottom:max(7rem,calc(env(safe-area-inset-bottom,0px) + 6rem))}.hero,.panel{padding:1.15rem;border-radius:1.35rem}.hero-actions,.anchor-row{flex-direction:column}.button,.anchor-link{width:100%}.hero-stat-grid,.note-list,.pillar-grid,.card-grid{grid-template-columns:1fr}.qa-card-header,.answer-list{padding-left:.95rem;padding-right:.95rem}}
