/* My Heya — warm, globally minded design system. No build step required. */
:root {
  --bg: #f7f4ec;
  --surface: #fffefa;
  --surface-strong: #ffffff;
  --text: #102f36;
  --text-soft: #21454b;
  --muted: #68797a;
  --line: #dfe5df;
  --navy: #102f36;
  --teal: #187d78;
  --teal-dark: #0f625f;
  --teal-soft: #dcefed;
  --coral: #ef6454;
  --coral-dark: #c94b3d;
  --sakura: #fde9e6;
  --gold: #efbf52;
  --featured: #bb543f;
  --featured-soft: #fff0e9;
  --accent: var(--teal);
  --accent-ink: #ffffff;
  --accent-soft: var(--teal-soft);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 14px 42px rgba(16, 47, 54, .09);
  --shadow-soft: 0 6px 22px rgba(16, 47, 54, .07);
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: radial-gradient(circle at 4% 8%, rgba(239, 100, 84, .08), transparent 20rem), var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
h1, h2, h3 { color: var(--text); line-height: 1.12; margin: 0 0 .55em; }
h1, h2 { font-family: "Newsreader", Georgia, serif; font-weight: 700; letter-spacing: -.025em; }
h1 { font-size: clamp(2.3rem, 5vw, 4.7rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.12rem; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 24px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 8px; background: var(--surface); padding: 10px 14px; border-radius: 8px; z-index: 100; }

/* Header / footer */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 244, 236, .92); border-bottom: 1px solid rgba(16, 47, 54, .09); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 82px; }
.logo { display: inline-flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; flex: 0 0 auto; }
.logo-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: var(--coral); border-radius: 12px 12px 4px 12px; box-shadow: inset 0 -3px 0 rgba(120, 40, 30, .12); transform: rotate(-2deg); }
.logo-mark span { font-size: .78rem; font-weight: 700; letter-spacing: -.06em; transform: rotate(2deg); }
.logo-copy { display: grid; line-height: 1; }
.logo-text { font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 700; letter-spacing: -.035em; }
.logo-tagline { margin-top: 5px; color: var(--muted); font-size: .59rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; font-size: .91rem; font-weight: 600; }
.nav a { color: var(--text); text-decoration: none; }
.nav a:hover { color: var(--teal); }
.nav .nav-cta { color: #fff; background: var(--navy); padding: 10px 17px; border-radius: 999px; }
.nav .nav-cta:hover { color: #fff; background: var(--teal-dark); }

.site-footer { margin-top: 100px; padding: 58px 0 24px; background: var(--navy); color: rgba(255, 255, 255, .72); font-size: .9rem; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.05fr .7fr 1.25fr; gap: clamp(30px, 6vw, 78px); }
.logo-footer { color: #fff; margin-bottom: 18px; }
.logo-footer .logo-tagline { color: rgba(255, 255, 255, .6); }
.footer-brand p { max-width: 32ch; }
.footer-label { color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav { display: grid; align-items: start; gap: 7px; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: #8dd0c9; }
.footer-note { max-width: 48em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .8rem; }
.footer-bottom p { margin: 0; }

/* Common blocks */
main { padding-top: 24px; }
.breadcrumb ol { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; font-size: .79rem; font-weight: 600; color: var(--muted); }
.breadcrumb li + li::before { content: "›"; margin-right: 7px; color: #9eacab; }
.breadcrumb a { color: var(--muted); }
.lead { font-size: clamp(1.03rem, 2vw, 1.18rem); color: var(--text-soft); max-width: 47em; }
.section { margin-top: 88px; }
.page-head { margin-top: 26px; max-width: 900px; }
.page-head h1 { font-size: clamp(2.35rem, 5vw, 4.2rem); }
.small { font-size: .86rem; color: var(--muted); }
.center { text-align: center; }
.empty { color: var(--muted); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.section-head h2 { margin: 0; }
.section-kicker, .eyebrow { margin: 0 0 6px; color: var(--coral-dark); font-size: .73rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-link, .text-link { color: var(--text); font-size: .88rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.section-link:hover, .text-link:hover { color: var(--teal); }
.callout { background: var(--teal-soft); border: 1px solid rgba(24, 125, 120, .12); border-radius: var(--radius-lg); padding: clamp(24px, 5vw, 52px); }
.callout ul { margin: 0; padding-left: 1.2em; }
.draft-note { display: inline-block; background: var(--featured-soft); color: var(--featured); font-weight: 600; font-size: .82rem; padding: 5px 11px; border-radius: 999px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--teal); color: #fff; text-decoration: none; font-weight: 700; padding: 11px 19px; border-radius: 999px; border: 2px solid var(--teal); font-size: .91rem; cursor: pointer; font-family: inherit; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease; }
.btn:hover { background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 7px 18px rgba(15, 98, 95, .2); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--teal); }
.btn-ghost:hover { color: #fff; }
.btn-wide { display: flex; max-width: 500px; margin: 0 auto; }
.more { margin-top: 28px; }

/* Home hero */
.home-hero { min-height: 570px; display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); margin-top: 14px; padding: 0; overflow: hidden; background: var(--surface); border: 1px solid rgba(16, 47, 54, .1); border-radius: 34px; box-shadow: var(--shadow); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 70px); }
.hero-copy::before { content: ""; position: absolute; top: 40px; left: 15px; width: 65px; height: 65px; background: var(--sakura); border-radius: 50%; z-index: -1; }
.home-hero h1 { max-width: 9.5em; margin-bottom: 19px; }
.home-hero h1 em { color: var(--coral-dark); font-weight: inherit; }
.home-hero .lead { max-width: 37em; margin-bottom: 24px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 23px; }
.btn-hero { background: var(--coral); border-color: var(--coral); padding: 13px 22px; box-shadow: 0 8px 20px rgba(201, 75, 61, .18); }
.btn-hero:hover { background: var(--coral-dark); border-color: var(--coral-dark); box-shadow: 0 10px 22px rgba(201, 75, 61, .25); }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 17px; margin: 30px 0 0; padding: 0; color: var(--muted); font-size: .77rem; font-weight: 600; }
.hero-trust span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; color: #fff; background: var(--teal); border-radius: 50%; font-size: .65rem; }
.hero-visual { position: relative; min-height: 100%; overflow: hidden; background: #d9e4e2; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 254, 250, .25), transparent 22%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: 57% center; }
.hero-note { position: absolute; z-index: 2; right: 22px; bottom: 22px; margin: 0; padding: 10px 14px; color: var(--text); background: rgba(255, 254, 250, .9); border: 1px solid rgba(255, 255, 255, .5); border-radius: 13px; box-shadow: var(--shadow-soft); backdrop-filter: blur(9px); font-size: .77rem; font-weight: 700; }
.hero-note span { color: var(--coral-dark); margin-right: 4px; }

.paths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 20px; }
.path { position: relative; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; gap: 2px 16px; align-items: center; padding: 24px 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); text-decoration: none; color: var(--text); box-shadow: var(--shadow-soft); transition: transform .2s ease, border-color .2s ease; }
.path:hover { border-color: var(--teal); transform: translateY(-3px); text-decoration: none; }
.path-primary { background: var(--navy); border-color: var(--navy); color: #fff; }
.path-primary:hover { border-color: var(--navy); }
.path-number { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; background: var(--sakura); color: var(--coral-dark); border-radius: 50%; font-family: "Newsreader", Georgia, serif; font-weight: 700; }
.path-primary .path-number { background: var(--coral); color: #fff; }
.path-kicker { display: block; color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.path-primary .path-kicker { color: rgba(255, 255, 255, .65); }
.path-title { display: block; font-size: 1.05rem; font-weight: 700; }
.path-arrow { grid-column: 3; grid-row: 1 / 3; font-size: 1.3rem; color: var(--teal); }
.path-primary .path-arrow { color: #fff; }

/* Areas */
.area-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.area-grid a { position: relative; display: block; height: 100%; min-height: 150px; padding: 21px 22px 38px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--text); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.area-grid a::after { content: "↗"; position: absolute; right: 18px; bottom: 14px; color: var(--coral); font-size: 1.1rem; }
.area-grid li:nth-child(3n + 2) a { background: #f2f0fa; }
.area-grid li:nth-child(3n + 3) a { background: #edf6f3; }
.area-grid a:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.area-name { display: block; font-family: "Newsreader", Georgia, serif; font-weight: 700; font-size: 1.3rem; line-height: 1.13; }
.area-count { display: inline-block; margin-top: 9px; color: var(--coral-dark); font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.area-blurb { display: block; color: var(--muted); font-size: .83rem; margin-top: 7px; line-height: 1.45; }

/* Guide cards */
.guide-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.guide-list li { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 21px 22px; transition: transform .2s ease, border-color .2s ease; }
.guide-list li:hover { border-color: #9fc8c4; transform: translateY(-2px); }
.guide-list a { color: var(--text); font-family: "Newsreader", Georgia, serif; font-weight: 700; font-size: 1.19rem; line-height: 1.2; }
.guide-list p { margin: 8px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.guide-list li.has-thumb { display: grid; grid-template-columns: 122px 1fr; gap: 18px; align-items: start; }
.guide-thumb { display: block; border-radius: 13px; overflow: hidden; background: var(--line); aspect-ratio: 3 / 2; }
.guide-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.guide-list li:hover .guide-thumb img { transform: scale(1.04); }

/* Listings */
.featured-section { position: relative; }
.disclosure { margin: 0 0 18px; font-size: .8rem; color: var(--muted); background: rgba(255, 255, 255, .55); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 11px 14px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { display: flex; flex-direction: column; min-width: 0; background: var(--surface-strong); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-featured { border-color: rgba(239, 100, 84, .42); }
.card-media { position: relative; display: block; aspect-ratio: 4 / 2.7; overflow: hidden; background: #e8ece8; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .card-media img { transform: scale(1.035); }
.card-noimage { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--muted); font-size: .83rem; }
.card-body { padding: 16px 17px 18px; display: flex; flex-direction: column; flex: 1; }
.card-title { font-family: "Newsreader", Georgia, serif; font-size: 1.3rem; margin: 0 0 6px; }
.card-title a { color: var(--text); text-decoration: none; }
.card-title a:hover { color: var(--teal); }
.card-place { margin: 0; color: var(--text-soft); font-size: .85rem; font-weight: 600; }
.card-meta { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.card-rent { margin: 10px 0 0; color: var(--teal-dark); font-weight: 700; }
.card-catch { margin: 11px 0 0; font-weight: 700; font-size: .91rem; }
.card-excerpt { margin: 6px 0 0; color: var(--muted); font-size: .84rem; }
.card-actions { margin: auto 0 0; padding-top: 16px; display: flex; gap: 7px; flex-wrap: wrap; }
.card-actions .btn { padding: 7px 12px; font-size: .78rem; }
.badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.badge { font-size: .67rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); text-transform: uppercase; letter-spacing: .04em; }
.badge-featured { background: var(--featured-soft); color: var(--featured); }
.badge-offer { background: #fff8db; color: #7d6414; }

/* Tools feature on home */
.tools-callout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(30px, 6vw, 72px); align-items: start; background: var(--navy); color: rgba(255, 255, 255, .72); border: 0; }
.tools-callout h2 { color: #fff; }
.tools-callout .section-kicker { color: #ff9b8e; }
.tool-links { list-style: none; display: grid; gap: 10px; margin: 0; padding: 0 !important; }
.tool-links li { margin: 0; }
.tool-links a { display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; align-items: center; padding: 14px 16px; color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .13); border-radius: 14px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.tool-links a:hover { background: rgba(255, 255, 255, .14); transform: translateX(3px); }
.tool-links span { font-weight: 700; }
.tool-links small { grid-column: 1; color: rgba(255, 255, 255, .63); font-size: .75rem; }
.tool-links b { grid-column: 2; grid-row: 1 / 3; color: #ff9b8e; }

/* Articles */
.article { max-width: 760px; margin-inline: auto; }
.article > h1 { font-size: clamp(2.35rem, 5vw, 4.1rem); }
.article-meta { color: var(--muted); font-size: .83rem; }
.article-hero { margin: 22px 0 32px; }
.article-hero img { width: 100%; max-height: 450px; object-fit: cover; border-radius: var(--radius); background: var(--line); box-shadow: var(--shadow-soft); }
.prose { color: var(--text-soft); }
.prose h2 { margin-top: 1.9em; }
.prose h3 { margin-top: 1.5em; }
.prose ul, .prose ol { padding-left: 1.35em; margin: 0 0 1em; }
.prose li { margin-bottom: .4em; }
.prose blockquote { margin: 1.2em 0; padding: .8em 1.1em; border-left: 4px solid var(--coral); background: var(--surface); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.prose .note { background: var(--teal-soft); border-radius: var(--radius); padding: 17px 19px; }
.prose table, .facts { border-collapse: separate; border-spacing: 0; width: 100%; margin: 0 0 1.2em; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: .91rem; }
.prose th, .prose td, .facts th, .facts td { border-bottom: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose tr:last-child th, .prose tr:last-child td, .facts tr:last-child th, .facts tr:last-child td { border-bottom: 0; }
.facts th { width: 9em; color: var(--muted); font-weight: 600; }
.sources { font-size: .84rem; color: var(--muted); }

/* Calculators and forms */
.result { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 28px; }
.result-col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 21px 23px; box-shadow: var(--shadow-soft); }
.result-sh { border-color: var(--teal); }
.result-col h2 { font-family: "DM Sans", sans-serif; font-size: .84rem; margin: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.result-total { color: var(--text); font-family: "Newsreader", Georgia, serif; font-size: 2.2rem; font-weight: 700; margin: 5px 0 0; }
.result-sub { margin: 0; color: var(--muted); font-size: .85rem; }
.result-note { margin-top: 12px; }
.calc { margin-top: 32px; display: grid; gap: 18px; }
.calc fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 19px; background: var(--surface); display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px 19px; margin: 0; }
.calc legend { font-weight: 700; padding: 0 7px; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field-wide { grid-column: 1 / -1; }
.field-label { font-size: .86rem; font-weight: 700; }
.field-input { display: flex; align-items: center; gap: 7px; }
.field-input input, .calc select { width: 100%; font: inherit; padding: 10px 11px; border: 1px solid #cbd7d4; border-radius: 10px; background: #fff; color: var(--text); }
.field-input input:focus, .calc select:focus, .form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 3px solid rgba(24, 125, 120, .16); border-color: var(--teal); }
.unit { color: var(--muted); font-size: .84rem; }
.field-hint { font-size: .76rem; color: var(--muted); }
.breakdown { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 17px; }
.breakdown table { border-collapse: separate; border-spacing: 0; width: 100%; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.breakdown caption { text-align: left; font-weight: 700; padding: 0 0 8px; }
.breakdown th, .breakdown td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .89rem; }
.breakdown td { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.breakdown tfoot th, .breakdown tfoot td { font-weight: 800; border-bottom: 0; }
.row-note { display: block; font-weight: 400; color: var(--muted); font-size: .76rem; }

.form { display: grid; gap: 17px; max-width: 600px; margin-top: 20px; }
.form-row { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.form-row label { font-weight: 700; font-size: .89rem; }
.form-row input, .form-row select, .form-row textarea { font: inherit; padding: 11px 13px; border: 1px solid #cbd7d4; border-radius: 10px; background: var(--surface); color: var(--text); }
.req { font-size: .7rem; font-weight: 700; color: var(--featured); margin-left: 4px; }
.form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-errors { background: var(--featured-soft); color: var(--featured); border-radius: var(--radius-sm); padding: 13px 17px 13px 34px; margin: 16px 0 0; }
.form-done { font-weight: 700; color: var(--teal-dark); }

/* Checklist and message builder */
.choices { display: flex; flex-wrap: wrap; gap: 7px 15px; }
.choice { display: inline-flex; align-items: center; gap: 6px; font-size: .91rem; }
.checklist h3 { margin-top: 1.7em; }
.check-items { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.check-items li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 15px; }
.check-items label { display: inline-flex; gap: 8px; align-items: baseline; cursor: pointer; }
.check-items p { margin: 6px 0 0 26px; color: var(--muted); font-size: .89rem; }
.due { display: inline-block; margin-left: 8px; font-size: .74rem; font-weight: 700; color: var(--featured); background: var(--featured-soft); border-radius: 999px; padding: 2px 8px; }
.messages { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 17px; }
.message { width: 100%; font: inherit; font-size: .9rem; line-height: 1.6; padding: 13px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); color: var(--text); resize: vertical; }

@media (max-width: 950px) {
  .nav { gap: 18px; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 46px; }
  .home-hero h1 { max-width: 11em; }
  .hero-visual, .hero-visual img { min-height: 430px; }
  .area-grid, .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 17px; }
  .site-header { position: static; }
  .header-inner { min-height: 70px; gap: 12px; }
  .logo-mark { width: 37px; border-radius: 10px 10px 4px 10px; }
  .logo-text { font-size: 1.35rem; }
  .logo-tagline { display: none; }
  .nav { gap: 13px; margin-left: auto; font-size: .8rem; }
  .nav a:first-child { display: none; }
  .nav .nav-cta { padding: 8px 12px; }
  main { padding-top: 16px; }
  .home-hero { margin-top: 4px; border-radius: 24px; }
  .hero-copy { padding: 34px 25px; }
  .home-hero h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-trust { margin-top: 25px; }
  .hero-visual, .hero-visual img { min-height: 330px; }
  .hero-visual img { object-position: 62% center; }
  .hero-note { right: 13px; bottom: 13px; }
  .paths { grid-template-columns: 1fr; }
  .section { margin-top: 64px; }
  .section-head { align-items: start; flex-direction: column; gap: 9px; margin-bottom: 19px; }
  .area-grid, .cards, .guide-list { grid-template-columns: 1fr; }
  .area-grid a { min-height: 132px; }
  .tools-callout { grid-template-columns: 1fr; }
  .guide-list li.has-thumb { grid-template-columns: 94px 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .prose table { display: block; overflow-x: auto; }
}

@media (max-width: 420px) {
  .nav > a:not(.nav-cta) { display: none; }
  .path { grid-template-columns: auto 1fr; }
  .path-arrow { display: none; }
  .guide-list li.has-thumb { grid-template-columns: 82px 1fr; }
  .card-actions { align-items: stretch; flex-direction: column; }
  .card-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .breadcrumb, .no-print, .draft-note { display: none !important; }
  body { background: #fff; color: #000; }
  .check-items li { break-inside: avoid; }
}

/* ---- 言語切替 (ヘッダーのナビの末尾) */
.lang-switch { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; }
.lang-switch a { color: var(--muted); text-decoration: none; }
.lang-switch a:hover { color: var(--accent); text-decoration: underline; }
.lang-switch .lang-current { color: var(--text); font-weight: 600; }
@media (max-width: 720px) {
  .lang-switch { width: 100%; justify-content: flex-start; gap: 12px; padding-top: 4px; }
}

/* ---- 一覧ページの画像 (管理画面で登録) */
.page-hero { margin: 16px 0 20px; }
.page-hero img { display: block; width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--radius); background: var(--line); }

/* ---- 絞り込み (すべて / 女性専用) */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; }
.filter-chip { display: inline-block; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--text); text-decoration: none; font-size: .9rem; font-weight: 600; }
.filter-chip:hover { border-color: var(--accent); color: var(--accent); }
.filter-chip.is-on { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }

/* ---- 通勤の駅ページの路線と注記 */
.lines { font-size: .92rem; }
.page-head .note { font-size: .88rem; color: var(--muted); }

/* ---- 一覧カードの写真 (管理画面で登録したときだけ出る) */
.area-grid li.has-photo a { padding: 0 0 38px; }
.area-photo { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--line); }
.area-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.area-grid li.has-photo .area-body { display: block; padding: 18px 22px 0; }
