:root {
  --navy: #111735;
  --navy-2: #1a244b;
  --blue: #3657a6;
  --teal: #00a886;
  --teal-dark: #007d69;
  --paper: #f6f7fb;
  --mineral: #e8eaf6;
  --ink: #161a26;
  --muted: #667085;
  --line: rgba(17, 23, 53, .13);
  --amber: #f2bd42;
  --coral: #ef6c57;
  --white: #fff;
  --sans: "Noto Sans KR", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Noto Serif KR", Georgia, serif;
  --shadow: 0 24px 70px rgba(17, 23, 53, .12);
  --section: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.7; word-break: keep-all; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.section { width: var(--section); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 12px 18px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1000; inset: 0 auto auto 0; width: 0; height: 3px; background: var(--teal); }

.site-header { position: sticky; z-index: 900; top: 0; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; min-height: 78px; padding: 0 34px; color: var(--navy); border-bottom: 1px solid rgba(17,23,53,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 235px; }
.brand-mark { display: grid; width: 43px; height: 43px; overflow: hidden; place-items: center; border-radius: 10px; background: #fff; }
.brand-mark img { width: 43px; height: 43px; object-fit: contain; }
.brand > img.brand-mark { width: 43px; height: 43px; object-fit: contain; border-radius: 10px; }
.brand > span.brand-copy:only-child, .brand > img + span.brand-copy { color: var(--navy); font-size: 16px; font-weight: 800; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 21px; letter-spacing: .19em; }
.brand-copy small { margin-top: 3px; color: #5f6573; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.1vw, 34px); font-size: 14px; font-weight: 700; }
.nav-links a { position: relative; padding-block: 26px; }
.nav-links a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: ""; background: var(--teal); transform: scaleX(0); transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.header-cta { padding: 12px 18px; color: #fff; border-radius: 3px; background: var(--navy); font-size: 13px; font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); transition: .2s ease; }
.menu-toggle > b:not(.visually-hidden) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.hero { position: relative; min-height: min(780px, calc(100svh - 78px)); overflow: hidden; color: #fff; background: var(--navy); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,15,42,.96) 0%, rgba(10,15,42,.86) 31%, rgba(10,15,42,.34) 60%, rgba(10,15,42,.08) 100%); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: inherit; width: min(690px, calc(100% - 48px)); margin-left: max(24px, calc((100% - 1180px) / 2)); padding: 70px 0 90px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0 0 10px; font-size: clamp(20px, 2vw, 28px); letter-spacing: .03em; }
.hero-statement { margin: 0 0 23px; font-family: var(--serif); font-size: clamp(40px, 5.2vw, 72px); font-weight: 600; line-height: 1.25; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { display: inline-flex; max-width: 100%; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 800; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-accent { color: #071d1a; background: #4ce0bf; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.button-dark { color: #fff; background: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.hero-note { margin: 17px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.hero-scroll { position: absolute; z-index: 2; right: 36px; bottom: 28px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.hero-scroll span { width: 42px; height: 1px; background: rgba(255,255,255,.55); }

.fact-band { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: var(--navy); }
.fact-band > div { min-height: 150px; padding: 30px clamp(22px,3vw,46px); border-right: 1px solid rgba(255,255,255,.11); }
.fact-band span { display: block; margin-bottom: 12px; color: var(--teal); font-size: 11px; font-weight: 800; }
.fact-band strong { font-size: 17px; }
.fact-band p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }

.intro { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(54px, 8vw, 105px); align-items: center; padding-block: 130px; }
.intro-copy h2, .section-heading h2, .bakeout-copy h2, .schedule h2, .finder h2, .guides h2, .faq h2, .page-hero h1, .page-section h2 { margin: 0 0 24px; color: var(--navy); font-family: var(--serif); font-size: clamp(34px, 4.1vw, 55px); line-height: 1.32; letter-spacing: -.035em; }
.intro-copy .lead, .bakeout-copy .lead { color: #2a3149; font-size: 18px; line-height: 1.85; }
.intro-copy > p:not(.eyebrow):not(.lead), .bakeout-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.pollutant-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 22px; }
.pollutant-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #3c445d; background: var(--paper); font-size: 12px; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: 13px; font-weight: 800; }
.text-link::after { content: "→"; }
.text-link.external::after { content: "↗"; }
.text-link.light { color: #fff; }
.intro-visual { margin: 0; }
.intro-visual img { width: 100%; aspect-ratio: 3/2; object-fit: cover; box-shadow: var(--shadow); }
.intro-visual figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; color: var(--muted); font-size: 12px; }
.intro-visual figcaption span { color: var(--teal-dark); font-weight: 800; white-space: nowrap; }

.service-overview { padding-block: 120px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; }
.section-heading h2 { margin: 0; }
.section-heading > p:last-child { margin: 0 0 9px; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.service-grid article { min-height: 330px; padding: 34px 27px; background: #fff; }
.service-grid article > span { color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.service-grid h3 { margin: 54px 0 15px; color: var(--navy); font-family: var(--serif); font-size: 22px; }
.service-grid p { color: var(--muted); font-size: 14px; }
.service-grid a { display: inline-block; margin-top: 12px; color: var(--navy); border-bottom: 1px solid var(--navy); font-size: 12px; font-weight: 800; }

.bakeout-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 110px); padding-block: 130px; }
.source-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.bakeout-steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.bakeout-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.bakeout-steps b { color: var(--teal-dark); font-size: 12px; }
.bakeout-steps strong { color: var(--navy); font-size: 18px; }
.bakeout-steps p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.honest-band { padding-block: 115px; color: #fff; background: linear-gradient(115deg, #101631, #1d2955); }
.honest-inner > div:first-child { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px 90px; align-items: start; }
.honest-inner .eyebrow { grid-column: 1 / -1; margin-bottom: -2px; color: #57ddc2; }
.honest-inner h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); line-height: 1.3; }
.honest-inner > div:first-child > p:last-child { margin: 2px 0 0; color: rgba(255,255,255,.74); }
.honest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 55px 0 30px; }
.honest-grid article { padding: 25px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.honest-grid span { color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.honest-grid strong { display: block; margin: 22px 0 8px; font-size: 17px; }
.honest-grid p { margin: 0; color: rgba(255,255,255,.61); font-size: 13px; }

.schedule { padding-block: 130px; }
.schedule > header { max-width: 760px; }
.schedule > header > p:last-child { color: var(--muted); }
.schedule-track { display: grid; grid-template-columns: repeat(5, 1fr); margin: 60px 0 34px; border: 1px solid var(--line); }
.schedule-track article { position: relative; min-height: 215px; padding: 25px 22px; border-right: 1px solid var(--line); }
.schedule-track article:last-child { border-right: 0; }
.schedule-track article::after { position: absolute; z-index: 1; top: 40px; right: -6px; width: 11px; height: 11px; content: ""; border: 2px solid #fff; border-radius: 50%; background: #ccd2e2; }
.schedule-track article:last-child::after { display: none; }
.schedule-track article.active { color: #fff; background: var(--navy); }
.schedule-track article.active::after { background: var(--teal); }
.schedule-track span { color: var(--teal-dark); font-size: 11px; font-weight: 800; }
.schedule-track .active span { color: #4ce0bf; }
.schedule-track strong { display: block; margin: 42px 0 10px; color: var(--navy); font-size: 16px; }
.schedule-track .active strong { color: #fff; }
.schedule-track p { margin: 0; color: var(--muted); font-size: 12px; }
.schedule-track .active p { color: rgba(255,255,255,.64); }

.finder { padding-block: 125px; background: #e9edf2; }
.finder-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px 80px; }
.finder-copy p:last-child { color: var(--muted); }
.finder-form { align-self: center; padding: 30px; background: #fff; box-shadow: 0 20px 60px rgba(17,23,53,.08); }
.finder-form label { display: block; margin-bottom: 12px; color: var(--navy); font-size: 12px; font-weight: 800; }
.finder-form > div { display: flex; }
.finder-form input { min-width: 0; flex: 1; min-height: 56px; padding: 0 17px; border: 1px solid var(--line); outline: 0; }
.finder-form input:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 3px rgba(0,168,134,.12); }
.finder-form button { padding: 0 25px; color: #fff; border: 0; background: var(--navy); font-weight: 800; }
.finder-links { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(17,23,53,.16); border-left: 1px solid rgba(17,23,53,.16); }
.finder-links a { padding: 22px; border-right: 1px solid rgba(17,23,53,.16); border-bottom: 1px solid rgba(17,23,53,.16); background: rgba(255,255,255,.38); }
.finder-links span, .finder-links strong { display: block; }
.finder-links span { color: var(--teal-dark); font-size: 11px; font-weight: 800; }
.finder-links strong { margin-top: 18px; color: var(--navy); font-size: 14px; }
.finder-note { grid-column: 1 / -1; margin: 0; color: #687182; font-size: 12px; }

.guides { padding-block: 130px; }
.guide-list { margin-top: 50px; border-top: 1px solid var(--line); }
.guide-list a { display: grid; grid-template-columns: 80px 1fr 30px; gap: 18px; align-items: center; padding: 25px 5px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.guide-list a::after { content: "→"; color: var(--teal-dark); }
.guide-list a:hover { padding-inline: 18px; background: var(--paper); }
.guide-list > a > span { color: var(--teal-dark); font-size: 11px; font-weight: 800; }
.guide-list strong { color: var(--navy); font-size: 18px; }
.guide-list p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.faq { padding-block: 120px; }
.faq > header { margin-bottom: 45px; }
.faq-list { border-top: 2px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 55px 23px 4px; color: var(--navy); cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 21px; right: 12px; content: "+"; color: var(--teal-dark); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 900px; margin: 0; padding: 0 55px 25px 4px; color: var(--muted); }

.final-cta { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.final-cta::after { position: absolute; inset: 0; content: ""; background: rgba(10,16,45,.76); }
.final-cta > div { position: relative; z-index: 2; width: min(820px, calc(100% - 48px)); padding: 80px 0; text-align: center; }
.final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 4.7vw, 58px); line-height: 1.36; }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.final-cta .hero-actions { justify-content: center; }

.site-footer { padding: 70px 0 105px; color: rgba(255,255,255,.75); background: #0b1028; }
.footer-inner { width: var(--section); margin-inline: auto; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.footer-brand img { width: 45px; height: 45px; border-radius: 8px; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 18px; }
.footer-brand small { margin-top: 2px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; }
.footer-info { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 28px 0; font-size: 12px; }
.footer-info a { color: #fff; }
.footer-links, .family-links { display: flex; flex-wrap: wrap; gap: 13px 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.family-links { margin-top: 20px; color: rgba(255,255,255,.54); }
.family-links span { color: #58ddc2; font-weight: 800; }

.mobile-contact { display: none; }

/* Shared inner pages and generated directories */
.page-hero { padding: 92px 0 72px; color: #fff; background: linear-gradient(125deg, var(--navy), #253465); }
.page-hero > .section, .page-hero-inner { width: var(--section); margin-inline: auto; }
.page-hero .breadcrumb, .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: rgba(255,255,255,.6); font-size: 12px; }
.page-hero h1 { max-width: 950px; margin-bottom: 20px; color: #fff; }
.page-hero p { max-width: 800px; color: rgba(255,255,255,.77); font-size: 16px; }
.page-hero .hero-actions { margin-top: 28px; }
.page-hero .button-ghost, .page-hero .button-light { min-width: 150px; }
.page-hero:has(> img) { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); min-height: 520px; padding: 0; }
.page-hero:has(> img) > .hero-copy { position: static; width: min(690px, calc(100% - 48px)); min-height: 520px; margin: 0 34px 0 max(24px, calc((100vw - 1180px) / 2)); padding: 72px 0; }
.page-hero:has(> img) > .hero-copy h1 { margin: 0 0 22px; color: #fff; font-family: var(--serif); font-size: clamp(36px, 4.3vw, 58px); line-height: 1.34; letter-spacing: -.035em; }
.page-hero:has(> img) > .hero-copy > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.74); }
.page-hero:has(> img) > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.page-hero .button:not(.button-accent):not(.button-secondary):not(.button-ghost):not(.button-dark):not(.button-light) { color: var(--navy); background: #fff; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.48); background: transparent; }
.page-shell, .page-content, .article-shell { width: var(--section); margin-inline: auto; padding-block: 85px 120px; }
.page-hero ~ .section { padding-block: 80px; }
.page-section { padding-block: 80px; }
.page-section + .page-section { border-top: 1px solid var(--line); }
.page-section h2 { font-size: clamp(29px, 3.3vw, 45px); }
.page-section h3 { color: var(--navy); font-size: 21px; }
.page-section p, .article-body p { color: #5e6678; }
.content-grid, .info-grid, .region-grid, .directory-grid, .listing-grid, .apartment-grid, .card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.content-card, .info-card, .region-card, .directory-card, .listing-card, .apartment-card, .card { padding: 27px; border: 1px solid var(--line); background: #fff; }
.content-card h2, .content-card h3, .info-card h2, .info-card h3, .region-card h2, .region-card h3, .directory-card h2, .directory-card h3, .listing-card h2, .listing-card h3, .apartment-card h2, .apartment-card h3, .card h2, .card h3 { margin: 0 0 12px; color: var(--navy); font-family: var(--serif); font-size: 20px; line-height: 1.45; }
.content-card p, .info-card p, .region-card p, .directory-card p, .listing-card p, .apartment-card p, .card p { color: var(--muted); font-size: 13px; }
.content-card a, .info-card a, .region-card a, .directory-card a, .listing-card a, .apartment-card a, .card a { color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.search-panel { padding: 28px; margin-bottom: 44px; background: var(--paper); border: 1px solid var(--line); }
.search-panel label { display: block; margin-bottom: 10px; color: var(--navy); font-weight: 800; }
.search-panel input { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); background: #fff; }
.search-status { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.fact-list, .check-list { padding: 0; margin: 25px 0; list-style: none; }
.fact-list li, .check-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); color: #4e5668; }
.fact-list li::before, .check-list li::before { position: absolute; left: 3px; color: var(--teal-dark); content: "✓"; font-weight: 800; }
.notice, .disclosure, .source-box { padding: 22px 24px; margin: 30px 0; border-left: 4px solid var(--teal); background: var(--paper); color: #556071; font-size: 13px; }
.notice strong, .disclosure strong, .source-box strong { color: var(--navy); }
.article-body { max-width: 850px; margin-inline: auto; }
.article-body h2 { margin: 65px 0 18px; color: var(--navy); font-family: var(--serif); font-size: 32px; }
.article-body h3 { margin-top: 38px; color: var(--navy); }
.article-body ul, .article-body ol { color: #596174; }
.article-body figure { margin: 45px 0; }
.article-body figure img { width: 100%; }
.article-body figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.related-links a { padding: 11px 15px; border: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 800; }
.source-list { font-size: 12px; word-break: break-all; }
.source-list a { color: var(--teal-dark); text-decoration: underline; }
.note { padding: 18px 20px; border-left: 4px solid var(--teal); background: var(--paper); color: #596174; }
.step-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0; margin: 35px 0; list-style: none; border: 1px solid var(--line); background: var(--line); }
.step-list li { min-height: 190px; padding: 26px; background: #fff; }
.step-list strong, .step-list span { display: block; }
.step-list strong { margin-bottom: 18px; color: var(--navy); font-family: var(--serif); font-size: 19px; }
.step-list span { color: var(--muted); font-size: 13px; }
.faq-section { padding-bottom: 110px !important; }
.faq-section h2 { color: var(--navy); font-family: var(--serif); font-size: clamp(29px, 3.3vw, 44px); }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section summary { padding: 20px 40px 20px 2px; color: var(--navy); cursor: pointer; font-weight: 800; }
.faq-section details p { padding: 0 2px 20px; color: var(--muted); }

/* Nationwide and apartment generated pages */
.region-page { background: #fff; }
.region-page .site-header .brand { min-width: 210px; }
.region-page .site-header .brand > span { color: var(--navy); font-size: 16px; font-weight: 800; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; width: var(--section); margin: 0 auto; padding: 24px 0; color: var(--muted); font-size: 12px; }
.breadcrumbs a:last-child { color: var(--navy); font-weight: 700; }
.location-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 540px; color: #fff; background: var(--navy); }
.location-hero-media { min-height: 540px; overflow: hidden; }
.location-hero-media img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.location-hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(34px, 6vw, 90px); }
.location-hero-copy h1 { max-width: 100%; margin: 0 0 22px; overflow-wrap: anywhere; word-break: keep-all; font-family: var(--serif); font-size: clamp(35px, 4.1vw, 57px); line-height: 1.3; letter-spacing: -.04em; }
.location-hero-copy h1 span { max-width: 100%; overflow-wrap: anywhere; color: #5ce2c6; }
.location-hero-copy > p:not(.eyebrow) { max-width: 100%; margin: 0; overflow-wrap: anywhere; color: rgba(255,255,255,.72); }
.location-hero-copy .hero-actions { max-width: 100%; margin-top: 28px; }
.location-hero-copy .button-dark { color: var(--navy); background: #fff; }
.location-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); width: min(980px, calc(100% - 48px)); margin: -32px auto 0; background: #fff; box-shadow: var(--shadow); }
.location-facts > div { padding: 25px 28px; border-right: 1px solid var(--line); }
.location-facts > div:last-child { border-right: 0; }
.location-facts span, .location-facts strong { display: block; }
.location-facts span { margin-bottom: 8px; color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.location-facts strong { color: var(--navy); font-size: 14px; }
.location-section { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(45px, 8vw, 110px); width: var(--section); margin-inline: auto; padding-block: 90px; border-bottom: 1px solid var(--line); }
.location-section > div:first-child h2, .location-section > header h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(28px, 3.2vw, 44px); line-height: 1.38; letter-spacing: -.03em; }
.location-section > div:last-child > p { color: var(--muted); }
.location-section ul { padding-left: 19px; color: var(--muted); }
.location-section a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 3px; }
.apartment-directory-callout { background: #f7faf9; }
.apartment-directory-callout .button { margin-top: 18px; color: #fff; text-decoration: none; }
.apartment-notice { position: relative; margin-top: 25px; padding-inline: 35px; background: linear-gradient(120deg, #f4f6fa, #eef8f6); border-bottom: 0; }
.alias-line { padding: 15px 18px; background: #fff; border: 1px solid var(--line); }
.alias-line strong { display: block; margin-bottom: 7px; color: var(--navy); }
.process-section { display: block; }
.process-section > header { margin-bottom: 36px; }
.process-section ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0; margin: 0; list-style: none; border: 1px solid var(--line); background: var(--line); }
.process-section li { min-height: 230px; padding: 26px; background: #fff; }
.process-section li span { color: var(--teal-dark); font-size: 11px; font-weight: 800; }
.process-section li strong { display: block; margin: 45px 0 12px; color: var(--navy); font-size: 16px; }
.process-section li p { margin: 0; color: var(--muted); font-size: 12px; }
.related-section { display: block; }
.related-section > header { margin-bottom: 35px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.related-grid a { display: flex; min-height: 168px; flex-direction: column; padding: 23px; color: inherit; text-decoration: none; background: #fff; transition: background .2s ease; }
.related-grid a:hover { background: var(--paper); }
.related-grid span { color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.related-grid strong { margin: 24px 0 6px; color: var(--navy); font-size: 15px; }
.related-grid small { margin-top: auto; color: var(--muted); }
.trust-proof-section { display: block; }
.trust-proof-section > header { max-width: 760px; margin-bottom: 34px; }
.trust-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.trust-proof-grid article { min-height: 190px; padding: 24px; background: #fff; }
.trust-proof-grid span { display: block; margin-bottom: 22px; color: var(--teal-dark); font-size: 11px; font-weight: 800; }
.trust-proof-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.region-page > .site-footer, .sickhouse-page > .site-footer { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: start; padding-inline: max(24px, calc((100% - 1180px) / 2)); }
.region-page > .site-footer .footer-brand, .sickhouse-page > .site-footer .footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.region-page > .site-footer .footer-info, .sickhouse-page > .site-footer .footer-info { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1040px) {
  .site-header { padding-inline: 22px; }
  .nav-links { gap: 16px; font-size: 13px; }
  .brand { min-width: 205px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .finder-links { grid-template-columns: repeat(3, 1fr); }
  .schedule-track { grid-template-columns: repeat(3, 1fr); }
  .schedule-track article:nth-child(3) { border-right: 0; }
  .schedule-track article:nth-child(4), .schedule-track article:nth-child(5) { border-top: 1px solid var(--line); }
  .schedule-track article:nth-child(3)::after, .schedule-track article:nth-child(5)::after { display: none; }
}

@media (max-width: 840px) {
  :root { --section: min(100% - 36px, 700px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; padding-inline: 18px; }
  .brand-mark, .brand-mark img { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 10px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: -1; inset: 68px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 26px 22px 110px; overflow-y: auto; visibility: hidden; color: var(--navy); background: #fff; opacity: 0; transform: translateY(-10px); transition: .2s ease; }
  .nav-links.is-open { z-index: 920; visibility: visible; opacity: 1; transform: none; }
  .nav-links a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }
  .nav-links a::after { display: none; }
  .hero { min-height: 720px; }
  .hero-media { object-position: 70% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,15,42,.96), rgba(10,15,42,.76) 70%, rgba(10,15,42,.42)); }
  .hero-copy { width: var(--section); margin-inline: auto; padding-block: 70px 90px; }
  .hero-scroll { display: none; }
  .fact-band { grid-template-columns: repeat(2, 1fr); }
  .fact-band > div { min-height: 130px; padding: 25px; }
  .intro, .bakeout-feature, .finder-inner { grid-template-columns: 1fr; }
  .intro { padding-block: 90px; }
  .intro-visual { order: -1; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .service-overview, .bakeout-feature, .schedule, .finder, .guides, .faq { padding-block: 90px; }
  .honest-inner > div:first-child { grid-template-columns: 1fr; gap: 20px; }
  .honest-grid { grid-template-columns: 1fr; }
  .finder-form { padding: 22px; }
  .content-grid, .info-grid, .region-grid, .directory-grid, .listing-grid, .apartment-grid, .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-hero:has(> img) { grid-template-columns: 1fr; }
  .page-hero:has(> img) > .hero-copy { width: var(--section); min-height: auto; margin-inline: auto; padding-block: 70px; }
  .page-hero:has(> img) > img { min-height: 320px; max-height: 430px; }
  .step-list { grid-template-columns: repeat(2, 1fr); }
  .location-hero { grid-template-columns: 1fr; min-height: auto; }
  .location-hero-media { order: 2; min-height: 260px; max-height: 360px; }
  .location-hero-media img { min-height: 260px; }
  .location-hero-copy { order: 1; padding: 55px 28px; }
  .location-facts { margin-top: 0; width: 100%; box-shadow: none; border-bottom: 1px solid var(--line); }
  .location-section { grid-template-columns: 1fr; gap: 28px; padding-block: 70px; }
  .process-section ol, .related-grid, .trust-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .region-page > .site-footer, .sickhouse-page > .site-footer { grid-template-columns: 1fr; }
  .mobile-contact { position: fixed; z-index: 850; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -10px 35px rgba(17,23,53,.16); }
  .mobile-contact a { display: grid; place-items: center; color: #fff; background: var(--navy); font-size: 14px; font-weight: 800; }
  .mobile-contact a:last-child { color: #09221c; background: #4ce0bf; }
  body.menu-open .mobile-contact { display: none; }
  .site-footer { padding-bottom: 130px; }
}

@media (max-width: 560px) {
  :root { --section: calc(100% - 28px); }
  body { word-break: keep-all; }
  .hero { min-height: 720px; }
  .hero-media { object-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,14,39,.97) 0%, rgba(9,14,39,.86) 72%, rgba(9,14,39,.52) 100%); }
  .hero-copy { justify-content: flex-end; padding-block: 75px 58px; }
  .hero-statement { font-size: clamp(37px, 10.7vw, 49px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .button { width: 100%; }
  .hero-note { line-height: 1.6; }
  .fact-band { grid-template-columns: 1fr 1fr; }
  .fact-band > div { min-height: 124px; padding: 20px 16px; }
  .fact-band strong { font-size: 14px; }
  .fact-band p { font-size: 11px; }
  .intro-copy h2, .section-heading h2, .bakeout-copy h2, .schedule h2, .finder h2, .guides h2, .faq h2, .page-hero h1 { font-size: 34px; }
  .intro { gap: 38px; }
  .intro-visual figcaption { flex-direction: column; gap: 4px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; }
  .service-grid h3 { margin-top: 32px; }
  .schedule-track { grid-template-columns: 1fr; }
  .schedule-track article, .schedule-track article:nth-child(n) { min-height: auto; border-right: 0; border-top: 1px solid var(--line); }
  .schedule-track article:first-child { border-top: 0; }
  .schedule-track article::after { display: none; }
  .schedule-track strong { margin-top: 20px; }
  .finder-links { grid-template-columns: 1fr 1fr; }
  .finder-links a { min-height: 110px; padding: 16px; }
  .finder-form > div { display: grid; }
  .finder-form button { min-height: 50px; }
  .guide-list a { grid-template-columns: 42px 1fr 20px; gap: 9px; }
  .guide-list strong { font-size: 15px; }
  .guide-list p { font-size: 11px; }
  .content-grid, .info-grid, .region-grid, .directory-grid, .listing-grid, .apartment-grid, .card-grid { grid-template-columns: 1fr; }
  .step-list { grid-template-columns: 1fr; }
  .location-hero-copy { padding: 42px 20px 44px; }
  .location-hero-copy h1 { font-size: clamp(28px, 8.2vw, 36px); line-height: 1.34; letter-spacing: 0; word-break: break-all; }
  .location-hero-copy h1 span { word-break: break-all; }
  .location-hero-copy .hero-actions { grid-template-columns: 1fr; }
  .location-hero-copy .button { min-width: 0; padding-inline: 16px; white-space: normal; }
  .location-hero-media { min-height: 220px; max-height: 300px; }
  .location-hero-media img { min-height: 220px; }
  .location-facts { grid-template-columns: 1fr; }
  .location-facts > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .location-facts > div:last-child { border-bottom: 0; }
  .location-section { padding-block: 55px; }
  .apartment-notice { width: 100%; padding-inline: 20px; }
  .process-section ol, .related-grid, .trust-proof-grid { grid-template-columns: 1fr; }
  .process-section li { min-height: auto; }
  .process-section li strong { margin-top: 24px; }
  .page-hero { padding: 64px 0 52px; }
  .page-shell, .page-content, .article-shell { padding-block: 55px 90px; }
  .page-section { padding-block: 55px; }
  .article-body h2 { font-size: 27px; }
  .footer-info { flex-direction: column; }
}
