/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notoserifjp/v33/xn7mYHs72GKoTvER4Gn3b5eMXNvMckQlPa61uNKcCqOfbtLXoH3502Rk.0.woff2) format('woff2');
    unicode-range: U +25ee8, U +25f23, U +25f5c, U +25fd4, U +25fe0, U +25ffb, U +2600c, U +26017, U +26060, U +260ed, U +26222, U +2626a, U +26270, U +26286, U +2634c, U +26402, U +2667e, U +266b0, U +2671d, U +268dd, U +268ea, U +26951, U +2696f, U +26999, U +269dd, U +26a1e, U +26a58, U +26a8c, U +26ab7, U +26aff, U +26c29, U +26c73, U +26c9e, U +26cdd, U +26e40, U +26e65, U +26f94, U +26ff6 -26ff8, U +270f4, U +2710d, U +27139, U +273da -273db, U +273fe, U +27410, U +27449, U +27614 -27615, U +27631, U +27684, U +27693, U +2770e, U +27723, U +27752, U +278b2, U +27985, U +279b4, U +27a84, U +27bb3, U +27bbe, U +27bc7, U +27c3c, U +27cb8, U +27d73, U +27da0, U +27e10, U +27eaf, U +27fb7, U +2808a, U +280bb, U +28277, U +28282, U +282f3, U +283cd, U +2840c, U +28455, U +284dc, U +2856b, U +285c8 -285c9, U +286d7, U +286fa, U +28946, U +28949, U +2896b, U +28987 -28988, U +289ba -289bb, U +28a1e, U +28a29, U +28a43, U +28a71, U +28a99, U +28acd, U +28add, U +28ae4, U +28bc1, U +28bef, U +28cdd, U +28d10, U +28d71, U +28dfb, U +28e0f, U +28e17, U +28e1f, U +28e36, U +28e89, U +28eeb, U +28ef6, U +28f32, U +28ff8, U +292a0, U +292b1, U +29490, U +295cf, U +2967f, U +296f0, U +29719, U +29750, U +29810, U +298c6, U +29a72, U +29d4b, U +29ddb, U +29e15, U +29e3d, U +29e49, U +29e8a, U +29ec4, U +29edb, U +29ee9, U +29fce, U +29fd7, U +2a01a, U +2a02f, U +2a082, U +2a0f9, U +2a190, U +2a2b2, U +2a38c, U +2a437, U +2a5f1, U +2a602, U +2a61a, U +2a6b2, U +2a9e6, U +2b746, U +2b751, U +2b753, U +2b75a, U +2b75c, U +2b765, U +2b776 -2b777, U +2b77c, U +2b782, U +2b789, U +2b78b, U +2b78e, U +2b794, U +2b7ac, U +2b7af, U +2b7bd, U +2b7c9, U +2b7cf, U +2b7d2, U +2b7d8, U +2b7f0, U +2b80d, U +2b817, U +2b81a, U +2d544, U +2e278, U +2e569, U +2e6ea, U +2f804, U +2f80f, U +2f815, U +2f818, U +2f81a, U +2f822, U +2f828, U +2f82c, U +2f833, U +2f83f, U +2f846, U +2f852, U +2f862, U +2f86d, U +2f873, U +2f877, U +2f884, U +2f899 -2f89a, U +2f8a6, U +2f8ac, U +2f8b2, U +2f8b6, U +2f8d3, U +2f8db -2f8dc, U +2f8e1, U +2f8e5, U +2f8ea, U +2f8ed, U +2f8fc, U +2f903, U +2f90b, U +2f90f, U +2f91a, U +2f920 -2f921, U +2f945, U +2f947, U +2f96c, U +2f995, U +2f9d0, U +2f9de -2f9df, U +2f9f4;
}

:root {
  --bg: #f5f5f3;
  --bg-hero: #1a2744;
  --bg-hero-overlay: rgba(26,39,68,0.85);
  --text: #2d2d2d;
  --text-light: #6a6a6a;
  --text-faint: #9a9a96;
  --accent: #1f3a5f;
  --accent-light: #3a5a8a;
  --border: #d4d2cc;
  --white: #fdfcfa;
  --navy-bg: #0f1e38;
  --serif: 'Cormorant Garamond', serif;
  --sans: 'Noto Sans JP', sans-serif;
    --navy-deep:   #0C2340;
    --navy-mid:    #1A3258;
    --accent-blue: #1F4FA3;
    --text-dark:   #1C2A3A;
    --text-mid:    #4A5568;
    --text-light:  #718096;
    --border:      #D2D8E2;
    --bg-white:    #FFFFFF;
    --bg-off:      #F8F9FB;
}
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: var(--sans); color: var(--text); -webkit-font-smoothing: antialiased; }

/* ---- FADE-IN ANIMATION ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === PAGE SWITCHER === */
.switcher {
  position:fixed; top:0; left:0; right:0; z-index:2000;
  background:rgba(15,30,56,0.97); backdrop-filter:blur(8px);
  display:flex; justify-content:center; gap:2px; padding:10px 16px;
  flex-wrap: wrap;
}
.switcher button {
  font-family:var(--sans); font-size:11px; font-weight:400;
  letter-spacing:0.06em; padding:7px 14px;
  border:1px solid rgba(255,255,255,0.2); background:transparent;
  color:rgba(255,255,255,0.6); cursor:pointer; transition:all .3s;
}
.switcher button:first-child { border-radius:16px 0 0 16px; }
.switcher button:last-child { border-radius:0 16px 16px 0; }
.switcher button.active { background:rgba(255,255,255,0.15); color:#fff; border-color:rgba(255,255,255,0.4); }

/* === MOCK BANNER === */
.mock-banner {
  position:fixed; bottom:0; left:0; right:0; z-index:2000;
  background:var(--accent); color:var(--white); text-align:center;
  padding:8px; font-size:10px; letter-spacing:0.1em; font-weight:300;
}

.page { display:none; padding-top:52px; }
.page.active { display:block; }

/* ── Navigation ─────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 200;
  padding: 28px 56px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .5s ease, padding .4s ease;
  background: rgba(12,35,64,.96);
}
.nav.on {
  background: rgba(12,35,64,.96);
  padding: 16px 56px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: 1.45rem; color: var(--white);
  text-decoration: none; letter-spacing: .14em;
}
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  font-size: .72rem; color: rgba(255,255,255,.65);
  text-decoration: none; letter-spacing: .1em;
  transition: color .3s;
}
.nav-links a:hover { color: rgba(255,255,255,.95); }

/* === HERO (TOP) === */
.hero {
  position:relative; min-height:100vh;
  display:flex; align-items:center; justify-content:center;
}
.hero-bg {
  position:absolute; inset:0;
  background:linear-gradient(160deg, #1a2744 0%, #2a3f6a 40%, #1a2744 100%);
  display:flex; align-items:center; justify-content:center;
}
.hero-bg-label { font-size:11px; color:rgba(255,255,255,0.15); letter-spacing:0.2em; }
.hero-overlay {
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(26,39,68,0.3) 0%, rgba(26,39,68,0.7) 100%);
}
.hero-content {
  position:relative; z-index:2; text-align:center;
  padding:0 40px; max-width:760px;
}
.hero-label {
  font-family:var(--serif); font-size:14px; font-weight:300;
  letter-spacing:0.3em; color:rgba(255,255,255,0.6); margin-bottom:48px;
  opacity:0; animation:fadeUp 1s .3s ease forwards;
}
.hero-title {
  font-size:30px; font-weight:300; line-height:2.1;
  color:rgba(255,255,255,0.95); margin-bottom:40px;
  opacity:0; animation:fadeUp 1s .6s ease forwards;
}
.hero-sub {
  font-size:14px; font-weight:200; line-height:2.6;
  color:rgba(255,255,255,0.55);
  opacity:0; animation:fadeUp 1s .9s ease forwards;
}
.hero-sub strong { font-weight:400; color:rgba(255,255,255,0.8); }
.hero-note {
  margin-top:48px; font-size:11px; font-weight:200; line-height:2;
  color:rgba(255,255,255,0.3);
  opacity:0; animation:fadeUp 1s 1.2s ease forwards;
}
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* === SECTION COMMON === */
.section { padding:100px 80px; max-width:1200px; margin:0 auto; }
.section-narrow { padding:80px 80px; max-width:720px; margin:0 auto; }
.section-label {
  font-size:11px; font-weight:300; letter-spacing:0.25em;
  color:var(--text-faint); margin-bottom:48px;
}
.section-headline {
  font-size:26px; font-weight:300; line-height:2; color:var(--text);
  margin-bottom:60px;
}
.section-headline-sm {
  font-size:22px; font-weight:300; line-height:2; color:var(--text);
  margin-bottom:48px;
}

/* === 3-COLUMN GRID === */
.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:48px; }
.card { padding-top:24px; border-top:1px solid var(--border); }
.card-num { font-family:var(--serif); font-size:13px; font-weight:300; color:var(--text-faint); letter-spacing:0.1em; margin-bottom:20px; }
.card-title { font-size:17px; font-weight:400; line-height:1.8; color:var(--text); margin-bottom:20px; }
.card-body { font-size:13px; font-weight:300; line-height:2.2; color:var(--text-light); }

/* === 2-COLUMN GRID (hints) === */
.grid-2 { display:grid; grid-template-columns:1fr 1fr; }
.grid-item { padding:28px 36px; border-top:1px solid var(--border); }
.grid-item:nth-child(odd) { border-right:1px solid var(--border); }
.grid-item:nth-last-child(-n+2) { border-bottom:1px solid var(--border); }
.grid-item .dash { font-size:14px; color:var(--text-faint); margin-bottom:10px; }
.grid-item .item-text { font-size:14px; font-weight:300; line-height:2; color:var(--text-light); }
.grid-item.disabled .dash { color:var(--border); }
.grid-item.disabled .item-text { color:var(--text-faint); }

/* === THRESHOLD === */
.threshold { padding:100px 80px; text-align:center; max-width:900px; margin:0 auto; }
.threshold-headline { font-size:24px; font-weight:300; line-height:2.2; color:var(--text); margin-bottom:36px; }
.threshold-body { font-size:14px; font-weight:200; line-height:2.6; color:var(--text-light); margin-bottom:48px; }
.threshold-links { display:flex; justify-content:center; gap:36px; flex-wrap:wrap; }
.threshold-links a {
  font-size:12px; font-weight:300; color:var(--text-light);
  text-decoration:none; border-bottom:1px solid var(--border);
  padding-bottom:4px; letter-spacing:0.05em; transition:all .3s;
}
.threshold-links a:hover { color:var(--accent); border-color:var(--accent); }

/* === CLOSING === */
.closing { padding:100px 80px; text-align:center; max-width:800px; margin:0 auto; }
.closing-headline { font-size:24px; font-weight:300; line-height:2.2; color:var(--text); margin-bottom:28px; }
.closing-body { font-size:14px; font-weight:200; line-height:2.4; color:var(--text-light); margin-bottom:40px; }
.closing-cta {
  display:inline-block; text-decoration:none;
  font-size:12px; font-weight:300; letter-spacing:0.08em; color:var(--text-light);
  padding:14px 36px; border:1px solid var(--border); transition:all .4s;
}
.closing-cta:hover { background:var(--accent); color:var(--white); border-color:var(--accent); }

/* === ESSAY (Second/Deep/About) === */
.essay { max-width:640px; margin:0 auto; padding:40px 60px; }
.essay h2 {
  font-size:15px; font-weight:400; color:var(--accent);
  letter-spacing:0.05em; margin:48px 0 24px; padding-bottom:10px;
  border-bottom:1px solid var(--border);
}
.essay h2:first-child { margin-top:0; }
.essay p { font-size:14px; font-weight:300; line-height:2.4; color:var(--text); margin-bottom:16px; }
.essay p.emphasis { font-weight:400; color:var(--accent); }
.essay p.faint { font-size:12px; color:var(--text-faint); font-weight:200; }
.essay ul { list-style:none; padding:0; margin:0 0 16px 0; }
.essay ul li { font-size:14px; font-weight:300; line-height:2.4; color:var(--text); padding-left:1.2em; position:relative; }
.essay ul li::before { content:'—'; position:absolute; left:0; color:var(--text-faint); }
.essay ul.disabled li { color:var(--text-faint); }
.essay ul.disabled li::before { content:'×'; }

/* === PHOTO BREAK === */
.photo-break { max-width:900px; margin:40px auto; padding:0 60px; }
.photo-placeholder {
  width:100%; aspect-ratio:16/7;
  background:linear-gradient(135deg, #c8cfd5, #dddad2, #b8c0ca);
  border-radius:2px; display:flex; align-items:center; justify-content:center;
  color:var(--text-faint); font-size:11px; letter-spacing:0.15em; font-weight:300;
}

/* === VIDEO === */
.video-section { max-width:640px; margin:40px auto; padding:0 60px; }
.video-placeholder {
  width:100%; aspect-ratio:16/9; background:#e0ddd8; border-radius:2px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:12px; color:var(--text-faint); font-size:11px; letter-spacing:0.1em; font-weight:300;
}
.play-icon {
  width:52px; height:52px; border:1.5px solid var(--text-faint);
  border-radius:50%; display:flex; align-items:center; justify-content:center;
}
.play-icon::after {
  content:''; display:block; width:0; height:0;
  border-left:16px solid var(--text-faint);
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  margin-left:4px;
}

/* === PAGE HERO (inner pages) === */
.page-hero { padding:100px 60px 50px; max-width:720px; margin:0 auto; }
.page-hero .page-label {
  font-size:11px; font-weight:300; letter-spacing:0.2em;
  color:var(--text-faint); margin-bottom:36px;
}
.page-hero h1 {
  font-size:26px; font-weight:300; line-height:2;
  color:var(--text); margin-bottom:16px;
}
.page-hero .subtitle {
  font-size:14px; font-weight:200; line-height:2.2; color:var(--text-light);
}

/* === VALUE CARDS (考え方) === */
.value-block { max-width:640px; margin:0 auto; padding:0 60px 40px; }
.value-card {
  padding:36px 0; border-bottom:1px solid var(--border);
}
.value-card:first-child { border-top:1px solid var(--border); }
.value-card .v-label {
  font-size:12px; font-weight:400; letter-spacing:0.15em;
  color:var(--accent); margin-bottom:16px; text-transform:uppercase;
}
.value-card .v-body {
  font-size:14px; font-weight:300; line-height:2.4; color:var(--text);
}

/* === 4-DIRECTION VALUE === */
.direction-block { max-width:640px; margin:0 auto; padding:20px 60px 60px; }
.direction-block h2 {
  font-size:15px; font-weight:400; color:var(--accent);
  margin-bottom:40px; padding-bottom:10px; border-bottom:1px solid var(--border);
}
.dir-card { margin-bottom:40px; }
.dir-card .dir-label {
  font-size:12px; font-weight:400; letter-spacing:0.12em;
  color:var(--text-faint); margin-bottom:12px;
}
.dir-card .dir-body { font-size:14px; font-weight:300; line-height:2.4; color:var(--text); }

/* === ANXIETY (安心) === */
.anxiety-item { max-width:640px; margin:0 auto; padding:0 60px 40px; }
.anxiety-item .anx-q {
  font-size:14px; font-weight:400; color:var(--accent);
  margin-bottom:16px; padding-left:20px; position:relative;
}
.anxiety-item .anx-q::before {
  content:''; position:absolute; left:0; top:4px;
  width:3px; height:calc(100% - 4px); background:var(--accent-light); border-radius:2px;
}
.anxiety-item .anx-a { font-size:14px; font-weight:300; line-height:2.4; color:var(--text); margin-bottom:40px; }

/* === FIT / NOT-FIT === */
.fit-block { max-width:640px; margin:0 auto; padding:20px 60px; }
.fit-block h2 {
  font-size:15px; font-weight:400; color:var(--accent);
  margin-bottom:32px; padding-bottom:10px; border-bottom:1px solid var(--border);
}
.fit-list { margin-bottom:28px; }
.fit-list .fit-label { font-size:12px; font-weight:400; letter-spacing:0.1em; color:var(--text-faint); margin-bottom:12px; }
.fit-list ul { list-style:none; padding:0; }
.fit-list ul li {
  font-size:14px; font-weight:300; line-height:2.2; color:var(--text);
  padding-left:1.4em; position:relative;
}
.fit-list ul li::before { content:'—'; position:absolute; left:0; color:var(--accent-light); }
.fit-list.not-fit ul li { color:var(--text-light); }
.fit-list.not-fit ul li::before { color:var(--border); }
.fit-note { font-size:12px; font-weight:200; color:var(--text-faint); line-height:2; margin-top:20px; }

/* === STEP FLOW (詳細) === */
.steps { max-width:640px; margin:0 auto; padding:20px 60px 40px; }
.step-item { padding:28px 0; border-bottom:1px solid var(--border); }
.step-item:first-child { border-top:1px solid var(--border); }
.step-item .step-num {
  font-family:var(--serif); font-size:12px; color:var(--text-faint);
  letter-spacing:0.1em; margin-bottom:10px;
}
.step-item .step-title { font-size:15px; font-weight:400; color:var(--text); margin-bottom:12px; }
.step-item .step-body { font-size:13px; font-weight:300; line-height:2.2; color:var(--text-light); }

/* === DIVIDER === */
.divider { max-width:640px; margin:40px auto; height:1px; background:linear-gradient(90deg,transparent,var(--border),transparent); }

/* === QUIET NOTE === */
.quiet-note { max-width:640px; margin:0 auto; padding:0 60px; font-size:12px; font-weight:200; color:var(--text-faint); line-height:2; }

/* === TEXT LINK === */
.text-link-section { max-width:640px; margin:20px auto 60px; padding:0 60px; }
.text-link-section a {
  font-size:12px; font-weight:300; color:var(--text-light);
  text-decoration:none; border-bottom:1px solid var(--border); padding-bottom:3px;
  transition:all .3s;
}
.text-link-section a:hover { color:var(--accent); border-color:var(--accent); }

/* === SUB LINKS === */
.sub-links { max-width:640px; margin:40px auto 80px; padding:0 60px; }
.sub-links a {
  display:block; padding:20px 0; border-bottom:1px solid var(--border);
  text-decoration:none; transition:padding-left .3s;
}
.sub-links a:first-child { border-top:1px solid var(--border); }
.sub-links a:hover { padding-left:10px; }
.sub-links a .sl-text { font-size:13px; font-weight:300; color:var(--text-light); transition:color .3s; }
.sub-links a:hover .sl-text { color:var(--accent); }

/* === JUDGMENT LINKS (横並び) === */
.judge-links { display:flex; justify-content:center; gap:36px; flex-wrap:wrap; padding:20px 0 60px; }
.judge-links a {
  font-size:12px; font-weight:300; color:var(--text-light);
  text-decoration:none; border-bottom:1px solid var(--border);
  padding-bottom:4px; transition:all .3s;
}
.judge-links a:hover { color:var(--accent); border-color:var(--accent); }

/* ---- FOOTER ---- */
footer {
  background: var(--navy-deep);
  padding: 72px 48px 48px;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  display: block;
  margin-bottom: 12px;
}

.footer-tagline {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.14em;
  margin-bottom: 40px;
  display: block;
}

.footer-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-links a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.footer-links a:hover { color: #FFFFFF; }

.footer-clinics {
  margin-bottom: 32px;
}

.footer-clinics p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.08em;
  line-height: 2.0;
}

.footer-copy {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.12em;
}

/* Footer */
.footer-nav {
  display: flex; gap: 36px; list-style: none; flex-wrap: wrap;
  padding-bottom: 44px; margin-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-nav a {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 300;
  font-size: .76rem; color: rgba(255,255,255,.50); text-decoration: none;
  letter-spacing: .08em; transition: color .3s;
}
.footer-nav a:hover { color: rgba(255,255,255,.82); }
.footer-clinic {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 200;
  font-size: .70rem; color: rgba(255,255,255,.30);
  letter-spacing: .06em; line-height: 2.2; margin-bottom: 36px;
}
.footer-clinic-name {
  font-weight: 300; color: rgba(255,255,255,.40);
  display: block; margin-bottom: 6px;
}
.footer-copy {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: .70rem; color: rgba(255,255,255,.22); letter-spacing: .14em;
}

@media (max-width:768px) {
  .switcher { gap:1px; padding:8px 8px; }
  .switcher button { font-size:9px; padding:6px 8px; }
  .nav { padding:16px 24px; } .nav-links { gap:14px; }
  .section, .threshold, .closing { padding-left:24px; padding-right:24px; }
  .grid-3 { grid-template-columns:1fr; }
  .grid-2 { grid-template-columns:1fr; }
  .grid-item:nth-child(odd) { border-right:none; }
  .hero-title { font-size:22px; }
  .page-hero, .essay, .value-block, .direction-block, .anxiety-item, .fit-block, .steps, .sub-links, .text-link-section, .quiet-note, .photo-break, .video-section { padding-left:24px; padding-right:24px; }
}

/* ---- MOBILE ---- */
@media (max-width: 768px) {

  .page-header { padding: 120px 24px 72px; }
  .page-header h1 { font-size: 1.55rem; }

  section { padding: 72px 0; }
  .container { padding: 0 24px; }

  .portrait-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .portrait-img-wrap img {
    aspect-ratio: 4 / 3;
  }

  .story-inner { padding: 0 24px; }

  .staff-img-wrap img {
    aspect-ratio: 4 / 3;
  }

  footer { padding: 56px 24px 40px; }
  .footer-links { gap: 20px; }
}



/* ── Responsive ─────────────────────────────────── */
@media (max-width: 900px) {
  .nav { padding: 22px 32px; }
  .nav.on { padding: 16px 32px; }
}
@media (max-width: 680px) {
  .nav { padding: 18px 24px; }
  .nav.on { padding: 14px 24px; }
  .nav-links { display: none; }
}


