@charset "UTF-8";

:root {
  --ink: #08151f;
  --ink-2: #0d202d;
  --ink-3: #153141;
  --paper: #f2eee5;
  --paper-2: #e4ded2;
  --white: #fffdf8;
  --mist: #aab8bf;
  --line-dark: rgba(8, 21, 31, .16);
  --line-light: rgba(255, 253, 248, .18);
  --signal: #ff6b4a;
  --signal-2: #f24e35;
  --aqua: #73dac9;
  --shadow: 0 24px 80px rgba(2, 11, 17, .26);
  --shell: 1180px;
  --header-h: 78px;
  --sans: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --serif: "Iowan Old Style", "Noto Serif KR", "Batang", Georgia, serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--white); background: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .026; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
figure, h1, h2, h3, p, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--signal); color: var(--ink); }

.section-shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.desktop-only { display: block; }
.mobile-only { display: none; }

.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 100; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--signal); }

.site-header { position: sticky; top: 0; z-index: 80; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--shell)) / 2)); border-bottom: 1px solid var(--line-light); background: rgba(8, 21, 31, .86); backdrop-filter: blur(18px); transition: background .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(8, 21, 31, .95); }
.brand { display: inline-flex; align-items: center; gap: 12px; z-index: 2; }
.brand > span:last-child, .footer-brand > div { display: grid; gap: 2px; }
.brand b, .footer-brand b { font-family: var(--serif); font-size: 17px; letter-spacing: -.03em; }
.brand small, .footer-brand small { color: var(--mist); font-family: var(--mono); font-size: 8px; letter-spacing: .2em; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(115, 218, 201, .55); border-radius: 50%; transform: rotate(45deg); }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; width: 8px; height: 8px; border: 1px solid var(--aqua); border-radius: 50% 50% 0 50%; }
.brand-mark::before { transform: translate(-5px, -5px); }
.brand-mark::after { transform: translate(5px, 5px) rotate(180deg); }
.brand-mark i:first-child { transform: translate(5px, -5px) rotate(90deg); }
.brand-mark i:last-child { transform: translate(-5px, 5px) rotate(-90deg); }

.site-nav { display: flex; align-items: center; gap: 30px; color: rgba(255, 253, 248, .74); font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-call) { position: relative; padding-block: 12px; }
.site-nav > a:not(.nav-call)::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 100%; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--aqua); transition: transform .25s ease; }
.site-nav > a:not(.nav-call):hover::after, .site-nav > a:not(.nav-call):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-call { padding: 11px 17px; border: 1px solid var(--signal); color: var(--white); transition: .25s ease; }
.nav-call:hover, .nav-call:focus-visible { background: var(--signal); color: var(--ink); }
.nav-toggle { display: none; }

.hero-grid { position: relative; min-height: calc(100svh - var(--header-h)); display: grid; grid-template-columns: minmax(0, 54%) minmax(0, 46%); overflow: clip; background: var(--ink); isolation: isolate; }
.hero-grid::before { content: ""; position: absolute; left: 0; bottom: 0; width: 54%; height: 58%; z-index: -1; opacity: .13; background-image: linear-gradient(rgba(115,218,201,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(115,218,201,.45) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to top, #000, transparent); }
.hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(42px, 6vw, 112px) 104px max(24px, calc((100vw - var(--shell)) / 2)); }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: var(--aqua); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.hero-copy h1 { position: relative; z-index: 2; margin-top: 24px; max-width: 760px; font-family: var(--serif); font-size: clamp(54px, 5.8vw, 92px); font-weight: 500; letter-spacing: -.065em; line-height: 1.07; word-break: keep-all; text-wrap: balance; }
.hero-copy h1 span { display: block; overflow: hidden; padding-bottom: .07em; }
.hero-copy h1 em { color: var(--signal); font-style: normal; }
.hero-lead { margin-top: 30px; max-width: 620px; color: rgba(255,253,248,.67); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.9; word-break: keep-all; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 23px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button i { font-style: normal; transition: transform .25s ease; }
.button:hover i, .button:focus-visible i { transform: translate(3px, -3px); }
.button--signal { background: var(--signal); color: var(--ink); }
.button--signal:hover, .button--signal:focus-visible { background: var(--white); transform: translateY(-2px); }
.button--line { border-color: var(--line-light); color: var(--white); }
.button--line:hover, .button--line:focus-visible { border-color: var(--aqua); color: var(--aqua); transform: translateY(-2px); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 560px; margin-top: 58px; border-top: 1px solid var(--line-light); }
.hero-facts span { display: grid; gap: 7px; padding: 17px 12px 0 0; color: rgba(255,253,248,.52); font-size: 11px; }
.hero-facts b { color: var(--white); font-family: var(--mono); font-size: 12px; letter-spacing: .12em; }

.hero-media { position: relative; min-width: 0; min-height: 100%; overflow: hidden; clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%); background: var(--ink-2); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(8,21,31,.36), transparent 42%), linear-gradient(to top, rgba(8,21,31,.58), transparent 45%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; min-height: calc(100svh - var(--header-h)); object-fit: cover; object-position: center 22%; filter: saturate(.7) contrast(1.06); transform: scale(1.045); transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.hero-media:hover img { transform: scale(1.01); filter: saturate(.86) contrast(1.03); }
.hero-media figcaption { position: absolute; z-index: 2; left: 15%; bottom: 28px; display: grid; gap: 6px; color: var(--white); }
.hero-media figcaption span { font-family: var(--mono); font-size: 9px; letter-spacing: .18em; }
.hero-media figcaption b { font-family: var(--serif); font-size: 15px; }
.media-index { position: absolute; z-index: 2; right: 20px; top: 22px; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); font-family: var(--mono); font-size: 12px; font-style: normal; }
.hero-word { position: absolute; z-index: 2; left: 3.5vw; bottom: -2.8vw; color: transparent; -webkit-text-stroke: 1px rgba(255,253,248,.13); font-family: var(--serif); font-size: clamp(110px, 17vw, 260px); letter-spacing: -.08em; line-height: .72; pointer-events: none; user-select: none; }

.breadcrumbs { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; min-height: 54px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: rgba(255,253,248,.45); font-size: 11px; }
.breadcrumbs a:hover { color: var(--aqua); }
.breadcrumbs b { color: rgba(255,253,248,.72); font-weight: 600; }

.region-page .hero-grid { min-height: 760px; }
.region-page .hero-media img { min-height: 760px; }
.variant-1 .hero-grid { grid-template-columns: minmax(0, 47%) minmax(0, 53%); }
.variant-1 .hero-media { clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%); }
.variant-2 .hero-grid::before { background-size: 54px 54px; transform: rotate(2deg); transform-origin: bottom left; }
.variant-2 .hero-copy h1 em { color: var(--aqua); }

.voice-section { position: relative; min-height: 520px; display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 10vw; padding-block: 130px; }
.voice-section::before { content: ""; position: absolute; left: 0; top: 50%; width: 60%; height: 1px; background: var(--line-light); }
.voice-section > p { position: relative; z-index: 2; max-width: 780px; color: var(--paper); font-family: var(--serif); font-size: clamp(30px, 3.6vw, 52px); line-height: 1.48; letter-spacing: -.04em; word-break: keep-all; text-wrap: balance; }
.voice-section aside { align-self: end; padding: 28px 0 0 28px; border-left: 1px solid var(--signal); }
.voice-section aside span, .story-copy > span, .section-intro > span, .process-heading > span, .info-article > span { color: var(--aqua); font-family: var(--mono); font-size: 10px; letter-spacing: .19em; }
.voice-section aside b { display: block; margin-top: 18px; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.65; }
.voice-number { position: absolute; right: 8%; top: 8%; color: rgba(255,253,248,.035); font-family: var(--serif); font-size: 210px; line-height: 1; }

.local-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 10vw, 138px); padding-block: 128px; }
.story-copy h2 { margin-top: 16px; max-width: 450px; font-family: var(--serif); font-size: clamp(40px, 5vw, 68px); font-weight: 500; letter-spacing: -.055em; line-height: 1.15; word-break: keep-all; }
.story-copy > p { margin-top: 34px; max-width: 540px; color: rgba(255,253,248,.65); font-size: 16px; line-height: 2; word-break: keep-all; text-wrap: pretty; }
.local-story aside { position: relative; align-self: end; padding: clamp(28px, 4vw, 56px); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.local-story aside::before { content: ""; position: absolute; width: 54px; height: 54px; right: -1px; top: -1px; border-top: 8px solid var(--signal); border-right: 8px solid var(--signal); }
.local-story aside > span { color: rgba(8,21,31,.48); font-family: var(--mono); font-size: 10px; letter-spacing: .16em; }
.local-story aside > p { margin-top: 26px; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.7; word-break: keep-all; }
.local-story aside dl { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line-dark); }
.local-story aside dl div { padding: 18px 10px 0 0; }
.local-story aside dt { color: rgba(8,21,31,.5); font-size: 11px; }
.local-story aside dd { margin-top: 7px; font-weight: 800; }

.region-section { padding-block: 120px 138px; background: var(--paper); color: var(--ink); }
.section-intro { display: grid; grid-template-columns: .33fr 1fr .72fr; gap: 40px; align-items: start; margin-bottom: 60px; }
.section-intro > span { padding-top: 12px; color: var(--signal-2); }
.section-intro h2 { white-space: pre-line; font-family: var(--serif); font-size: clamp(38px, 5.1vw, 70px); font-weight: 500; letter-spacing: -.06em; line-height: 1.12; word-break: keep-all; }
.section-intro p { padding-top: 10px; color: rgba(8,21,31,.62); font-size: 14px; line-height: 1.9; word-break: keep-all; }
.region-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 12px; }
.region-card { position: relative; grid-column: span 3; overflow: hidden; background: var(--ink); color: var(--white); }
.region-card--1 { grid-column: span 6; grid-row: span 2; }
.region-card--4, .region-card--5 { grid-column: span 3; }
.region-card--6 { grid-column: span 12; }
.region-card figure, .region-card img { width: 100%; height: 100%; }
.region-card img { object-fit: cover; filter: saturate(.66) contrast(1.04); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.region-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,16,23,.85), transparent 67%); transition: background .35s ease; }
.region-card:hover img, .region-card:focus-visible img { transform: scale(1.055); filter: saturate(.92); }
.region-card:hover::after, .region-card:focus-visible::after { background: linear-gradient(to top, rgba(5,16,23,.95), rgba(5,16,23,.05) 75%); }
.region-card > span { position: absolute; z-index: 2; left: 16px; top: 14px; color: rgba(255,253,248,.75); font-family: var(--mono); font-size: 10px; }
.region-card > div { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.region-card b { font-family: var(--serif); font-size: clamp(17px, 2vw, 25px); font-weight: 500; letter-spacing: -.035em; }
.region-card small { color: rgba(255,253,248,.62); font-size: 10px; white-space: nowrap; }
.text-link { width: fit-content; display: flex; align-items: center; gap: 20px; margin: 28px 0 0 auto; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.text-link i { color: var(--signal); font-style: normal; transition: transform .25s ease; }
.text-link:hover i { transform: translate(3px, -3px); }

.course-section { padding-block: 126px 138px; background: var(--ink-2); }
.section-intro--light { color: var(--white); }
.section-intro--light > span { color: var(--aqua); }
.section-intro--light p { color: rgba(255,253,248,.58); }
.course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.course-card { min-height: 440px; padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.course-top { display: flex; align-items: center; justify-content: space-between; }
.course-top span { color: var(--signal); font-family: var(--serif); font-size: 34px; }
.course-top small { color: var(--mist); font-family: var(--mono); font-size: 9px; letter-spacing: .2em; }
.course-card h3 { margin-top: 50px; font-family: var(--serif); font-size: clamp(28px, 3.2vw, 42px); font-weight: 500; letter-spacing: -.045em; line-height: 1.25; }
.course-card > p { margin-top: 16px; max-width: 490px; color: rgba(255,253,248,.58); font-size: 14px; line-height: 1.8; word-break: keep-all; }
.course-card dl { margin-top: 40px; border-top: 1px solid var(--line-light); }
.course-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line-light); }
.course-card dt { color: var(--mist); font-size: 12px; }
.course-card dd { font-family: var(--mono); font-size: 13px; }
.course-card--action { display: flex; flex-direction: column; background: var(--signal); color: var(--ink); transition: background .3s ease; }
.course-card--action:hover, .course-card--action:focus-visible { background: var(--aqua); }
.course-card--action .course-top span, .course-card--action .course-top small { color: var(--ink); }
.course-card--action > p { color: rgba(8,21,31,.7); }
.course-card--action strong { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line-dark); font-size: 14px; }
.course-card--action strong i { font-style: normal; }
.course-note { margin-top: 20px; color: var(--mist); font-size: 11px; }

.process-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 9vw, 130px); padding-block: 130px 150px; }
.process-heading h2 { margin-top: 20px; font-family: var(--serif); font-size: clamp(40px, 5.2vw, 70px); font-weight: 500; letter-spacing: -.055em; line-height: 1.18; word-break: keep-all; }
.process-list { border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 70px 150px 1fr; gap: 20px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.process-list > li > span { color: var(--signal); font-family: var(--mono); font-size: 11px; }
.process-list li div { display: contents; }
.process-list h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.process-list p { color: rgba(255,253,248,.58); font-size: 13px; line-height: 1.8; word-break: keep-all; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 9vw, 130px); padding-block: 120px 150px; border-top: 1px solid var(--line-light); }
.faq-section .section-intro { display: block; margin: 0; }
.faq-section .section-intro h2 { margin-top: 20px; color: var(--white); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { min-height: 86px; display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 19px; word-break: keep-all; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--signal); font-family: var(--mono); font-size: 10px; }
.faq-list summary i { justify-self: end; color: var(--aqua); font-family: var(--sans); font-size: 22px; font-style: normal; font-weight: 300; transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { padding: 0 44px 26px 60px; color: rgba(255,253,248,.58); font-size: 14px; line-height: 1.9; word-break: keep-all; }

.final-cta { position: relative; overflow: hidden; padding: 124px 0 132px; background: var(--signal); color: var(--ink); }
.final-cta .section-shell { position: relative; z-index: 2; }
.final-cta .section-shell > span { font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.final-cta h2 { margin-top: 24px; max-width: 780px; font-family: var(--serif); font-size: clamp(60px, 8vw, 110px); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.final-cta p { max-width: 600px; margin-top: 30px; font-size: 15px; line-height: 1.9; word-break: keep-all; }
.final-cta a { width: min(520px, 100%); display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; align-items: center; margin-top: 48px; padding: 23px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.final-cta a small { font-family: var(--mono); font-size: 9px; letter-spacing: .2em; }
.final-cta a b { grid-column: 1; font-size: clamp(24px, 4vw, 46px); }
.final-cta a i { grid-column: 2; grid-row: 1 / 3; font-family: var(--serif); font-size: 40px; font-style: normal; transition: transform .25s ease; }
.final-cta a:hover i { transform: translate(5px, -5px); }
.final-cta__line { position: absolute; left: 0; right: 0; top: 36px; overflow: hidden; white-space: nowrap; opacity: .14; }
.final-cta__line span { display: block; width: max-content; font-family: var(--serif); font-size: 120px; letter-spacing: -.04em; transform: translateX(-7%); }

.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; padding: 84px max(24px, calc((100vw - var(--shell)) / 2)) 150px; background: #050e15; border-top: 1px solid var(--line-light); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-statement { justify-self: end; text-align: right; }
.footer-statement p { color: var(--mist); font-size: 12px; line-height: 1.7; }
.footer-statement a { display: inline-block; margin-top: 12px; color: var(--aqua); font-family: var(--mono); font-size: 18px; }
.site-footer nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 20px; padding-top: 26px; border-top: 1px solid var(--line-light); color: var(--mist); font-size: 11px; }
.site-footer nav a:hover { color: var(--white); }
.copyright { position: absolute; right: max(24px, calc((100vw - var(--shell)) / 2)); bottom: 84px; color: rgba(255,253,248,.32); font-family: var(--mono); font-size: 9px; }

.call-dock { position: fixed; z-index: 70; right: max(18px, calc((100vw - var(--shell)) / 2)); bottom: 18px; width: min(320px, calc(100vw - 36px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 17px; background: var(--white); color: var(--ink); box-shadow: 0 16px 45px rgba(1,9,14,.35); transition: transform .25s ease, background .25s ease; }
.call-dock:hover, .call-dock:focus-visible { transform: translateY(-3px); background: var(--aqua); }
.call-dock span { display: grid; gap: 4px; }
.call-dock small { font-family: var(--mono); font-size: 8px; letter-spacing: .16em; }
.call-dock b { font-size: 15px; }
.call-dock i { color: var(--signal-2); font-family: var(--serif); font-size: 26px; font-style: normal; }

.directory-page, .info-page { background: var(--paper); color: var(--ink); }
.directory-page .site-header, .info-page .site-header { background: rgba(8,21,31,.94); color: var(--white); }
.directory-page .breadcrumbs, .info-page .breadcrumbs { color: rgba(8,21,31,.46); }
.directory-page .breadcrumbs b, .info-page .breadcrumbs b { color: var(--ink); }
.directory-hero { padding-block: 100px 90px; }
.directory-hero .hero-kicker { color: var(--signal-2); }
.directory-hero h1 { margin-top: 24px; max-width: 900px; font-family: var(--serif); font-size: clamp(58px, 8.5vw, 112px); font-weight: 500; letter-spacing: -.075em; line-height: .98; word-break: keep-all; }
.directory-hero h1 em { color: var(--signal-2); font-style: normal; }
.directory-hero > p:not(.hero-kicker):not(.search-status) { margin-top: 32px; color: rgba(8,21,31,.62); font-size: 16px; }
.region-search { position: relative; width: min(650px, 100%); display: block; margin-top: 50px; }
.region-search span { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 800; }
.region-search input { width: 100%; height: 62px; padding: 0 55px 0 18px; border: 1px solid var(--ink); border-radius: 0; outline: none; background: transparent; color: var(--ink); }
.region-search input:focus { box-shadow: inset 0 -3px 0 var(--signal); }
.region-search i { position: absolute; right: 18px; bottom: 16px; font-size: 25px; font-style: normal; }
.search-status { min-height: 22px; margin-top: 10px; color: var(--signal-2); font-size: 12px; }
.directory-list { padding-bottom: 120px; }
.directory-metro { padding: 70px 0; border-top: 1px solid var(--line-dark); }
.directory-metro__head { display: grid; grid-template-columns: 150px 1fr auto; align-items: baseline; gap: 30px; margin-bottom: 36px; }
.directory-metro__head > span { color: var(--signal-2); font-family: var(--mono); font-size: 10px; letter-spacing: .15em; }
.directory-metro__head h2 { font-family: var(--serif); font-size: clamp(36px, 5vw, 60px); font-weight: 500; letter-spacing: -.05em; }
.directory-metro__head p { color: rgba(8,21,31,.5); font-size: 11px; }
.directory-districts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.directory-districts article { padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.directory-districts article[hidden] { display: none; }
.directory-districts h3 { font-family: var(--serif); font-size: 22px; }
.directory-districts h3 a:hover { color: var(--signal-2); }
.directory-districts article > div { display: flex; flex-wrap: wrap; gap: 6px 10px; margin-top: 16px; }
.directory-districts article > div a { color: rgba(8,21,31,.58); font-size: 12px; line-height: 1.7; }
.directory-districts article > div a:hover { color: var(--signal-2); text-decoration: underline; text-underline-offset: 3px; }
.directory-metro[hidden] { display: none; }

.info-article { min-height: 68vh; padding-block: 100px 140px; }
.info-article > span { color: var(--signal-2); }
.info-article h1 { margin-top: 20px; font-family: var(--serif); font-size: clamp(54px, 8vw, 96px); font-weight: 500; letter-spacing: -.07em; }
.info-article h2 { margin-top: 55px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.info-article p { max-width: 760px; margin-top: 22px; color: rgba(8,21,31,.67); font-size: 15px; line-height: 2; word-break: keep-all; }
.info-article .button { margin-top: 40px; }

.js [data-reveal="up"], .js [data-reveal="left"], .js [data-reveal="card"] { opacity: 0; }
.js [data-reveal="up"] { transform: translateY(26px); }
.js [data-reveal="left"] { transform: translateX(28px); }
.js [data-reveal="card"] { transform: translateY(20px) scale(.985); }
.js [data-reveal].is-visible { opacity: 1; transform: none; transition: opacity .75s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal="title"] span { clip-path: inset(0 0 100% 0); transform: translateY(20px); }
.js [data-reveal="title"].is-visible span { animation: titleReveal .9s cubic-bezier(.2,.7,.2,1) forwards; }
.js [data-reveal="title"].is-visible span:nth-child(2) { animation-delay: .12s; }
@keyframes titleReveal { to { clip-path: inset(0); transform: none; } }

@media (max-width: 980px) {
  :root { --header-h: 70px; }
  .site-header { padding-inline: 20px; backdrop-filter: none; }
  .nav-toggle { position: relative; z-index: 3; width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; padding: 0 12px; border: 1px solid var(--line-light); background: transparent; cursor: pointer; }
  .nav-toggle span { display: block; width: 100%; height: 1px; background: var(--white); transition: transform .25s ease, opacity .25s ease; }
  .nav-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .nav-open .nav-toggle span:first-child { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 110px 24px 70px; visibility: hidden; opacity: 0; background: var(--ink); transition: opacity .3s ease, visibility .3s ease; }
  .nav-open .site-nav { visibility: visible; opacity: 1; }
  .site-nav > a { padding: 18px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 28px; }
  .site-nav .nav-call { margin-top: 26px; padding: 18px; border: 1px solid var(--signal); text-align: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-grid::before { width: 100%; height: 43%; }
  .hero-copy { min-height: 650px; padding: 78px 24px 96px; }
  .hero-copy h1 { font-size: clamp(49px, 9.5vw, 76px); }
  .hero-media { min-height: 630px; clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%); }
  .hero-media img, .region-page .hero-media img { min-height: 630px; }
  .hero-media figcaption { left: 24px; }
  .hero-word { left: auto; right: 12px; bottom: 600px; font-size: 110px; }
  .region-page .hero-grid { min-height: auto; }
  .variant-1 .hero-grid { grid-template-columns: 1fr; }
  .variant-1 .hero-media { clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%); }
  .voice-section { grid-template-columns: 1fr; gap: 70px; }
  .voice-section::before { top: 65%; width: 100%; }
  .local-story { grid-template-columns: 1fr; }
  .local-story aside { width: min(640px, 92%); justify-self: end; }
  .section-intro { grid-template-columns: .32fr 1fr; }
  .section-intro p { grid-column: 2; }
  .process-section, .faq-section { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 55px 130px 1fr; }
}

@media (max-width: 700px) {
  .section-shell, .breadcrumbs { width: min(100% - 36px, var(--shell)); }
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .hero-copy { min-height: 600px; padding: 68px 20px 86px; }
  .hero-kicker { font-size: 9px; letter-spacing: .11em; }
  .hero-kicker::before { width: 25px; }
  .hero-copy h1 { margin-top: 20px; font-size: clamp(43px, 12.2vw, 58px); line-height: 1.08; }
  .hero-lead { margin-top: 24px; font-size: 14px; line-height: 1.85; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 30px; }
  .button { min-height: 53px; }
  .hero-facts { margin-top: 42px; }
  .hero-facts span { padding-right: 7px; font-size: 9px; }
  .hero-facts b { font-size: 10px; }
  .hero-media, .hero-media img, .region-page .hero-media img { min-height: 470px; }
  .hero-media { clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); }
  .hero-media figcaption { left: 18px; bottom: 18px; }
  .media-index { width: 48px; height: 48px; right: 14px; top: 34px; }
  .hero-word { bottom: 450px; right: 7px; font-size: 78px; }
  .breadcrumbs { min-height: 50px; font-size: 10px; }
  .voice-section { min-height: auto; gap: 60px; padding-block: 90px; }
  .voice-section > p { font-size: 28px; line-height: 1.55; }
  .voice-section aside { width: 82%; margin-left: auto; }
  .voice-number { top: 5%; right: -8%; font-size: 140px; }
  .local-story { gap: 54px; padding-block: 90px; }
  .story-copy h2 { font-size: 44px; }
  .story-copy > p { margin-top: 25px; font-size: 14px; line-height: 1.9; }
  .local-story aside { width: 95%; padding: 28px; }
  .local-story aside > p { font-size: 21px; }
  .local-story aside dl { margin-top: 30px; }
  .region-section, .course-section { padding-block: 90px 100px; }
  .section-intro { display: block; margin-bottom: 38px; }
  .section-intro h2 { margin-top: 14px; font-size: 42px; }
  .section-intro p { margin-top: 18px; padding: 0; font-size: 13px; }
  .region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 210px; gap: 8px; }
  .region-card, .region-card--4, .region-card--5 { grid-column: span 1; }
  .region-card--1, .region-card--6 { grid-column: span 2; grid-row: span 1; }
  .region-card b { font-size: 16px; }
  .region-card small { display: none; }
  .region-card > div { left: 13px; right: 13px; bottom: 13px; }
  .text-link { margin-top: 22px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 390px; padding: 28px 24px; }
  .course-card h3 { margin-top: 38px; font-size: 32px; }
  .process-section, .faq-section { gap: 46px; padding-block: 92px 110px; }
  .process-heading h2 { font-size: 44px; }
  .process-list li { grid-template-columns: 38px 76px 1fr; gap: 12px; padding: 21px 0; }
  .process-list h3 { font-size: 18px; }
  .process-list p { font-size: 12px; }
  .faq-list summary { grid-template-columns: 30px 1fr 24px; gap: 10px; min-height: 80px; font-size: 17px; }
  .faq-list details p { padding: 0 24px 24px 40px; font-size: 13px; }
  .final-cta { padding-block: 100px 116px; }
  .final-cta h2 { font-size: 62px; }
  .final-cta p { font-size: 14px; }
  .final-cta__line { top: 50px; }
  .final-cta__line span { font-size: 72px; }
  .site-footer { grid-template-columns: 1fr; gap: 38px; padding: 70px 20px 150px; }
  .footer-statement { justify-self: start; text-align: left; }
  .site-footer nav { grid-column: 1; }
  .copyright { left: 20px; right: auto; bottom: 92px; }
  .call-dock { left: 18px; right: 18px; width: auto; bottom: max(14px, env(safe-area-inset-bottom)); }
  .directory-hero { padding-block: 72px 74px; }
  .directory-hero h1 { font-size: 52px; }
  .directory-hero > p:not(.hero-kicker):not(.search-status) { font-size: 14px; line-height: 1.8; }
  .region-search { margin-top: 36px; }
  .directory-metro { padding: 54px 0; }
  .directory-metro__head { grid-template-columns: 1fr auto; gap: 12px; }
  .directory-metro__head > span { grid-column: 1 / -1; }
  .directory-metro__head h2 { font-size: 39px; }
  .directory-districts { grid-template-columns: 1fr; }
  .info-article { padding-block: 70px 110px; }
  .info-article h1 { font-size: 58px; }
}

@media (max-width: 390px) {
  .hero-copy h1 { font-size: 43px; }
  .hero-copy { min-height: 580px; }
  .hero-media, .hero-media img, .region-page .hero-media img { min-height: 440px; }
  .hero-word { bottom: 422px; }
  .region-grid { grid-auto-rows: 188px; }
  .process-list li { grid-template-columns: 32px 68px 1fr; gap: 8px; }
  .process-list p { font-size: 11px; }
  .final-cta h2 { font-size: 55px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js [data-reveal], .js [data-reveal="title"] span { opacity: 1; transform: none; clip-path: none; }
}
