:root {
  --ink: #13233b;
  --ink-2: #263953;
  --paper: #fbfaf7;
  --paper-warm: #f4efe6;
  --surface: #ffffff;
  --line: #dfe4e8;
  --muted: #66758a;
  --red: #b83b3f;
  --red-dark: #8f292f;
  --red-soft: #f6e8e7;
  --blue-soft: #eaf0f5;
  --gold: #ae8648;
  --success: #1e7358;
  --shadow: 0 18px 50px rgba(20, 35, 57, .10);
  --shadow-soft: 0 10px 28px rgba(20, 35, 57, .07);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, textarea, select { touch-action: manipulation; }
:focus-visible { outline: 3px solid rgba(184, 59, 63, .35); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-warm { background: var(--paper-warm); }
.section-dark { background: var(--ink); color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--red); font-family: Lexend, sans-serif; font-size: 13px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-dark .eyebrow { color: #f4aaa8; }
h1, h2, h3, h4 { margin: 0; font-family: Lexend, "Noto Sans SC", sans-serif; line-height: 1.25; letter-spacing: -.02em; text-wrap: balance; overflow-wrap: break-word; }
h1 { font-size: clamp(36px, 5vw, 68px); }
h2 { font-size: clamp(30px, 3.5vw, 44px); }
h3 { font-size: clamp(20px, 2vw, 26px); }
p { margin: 0 0 1em; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.section-dark .lead { color: #cbd4df; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 44px; }
.section-head > div { min-width: 0; max-width: 860px; }
.section-head p { margin: 14px 0 0; color: var(--muted); }
.section-dark .section-head p { color: #cbd4df; }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--red); font-weight: 650; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 700; transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(184, 59, 63, .24); }
.btn-primary:hover { background: var(--red-dark); box-shadow: 0 12px 28px rgba(143, 41, 47, .28); }
.btn-secondary { background: transparent; color: var(--ink); border-color: #bcc7d1; }
.btn-secondary:hover { background: var(--blue-soft); border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: #f3f5f7; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: var(--header-h); border-bottom: 1px solid rgba(223, 228, 232, .86); background: rgba(251, 250, 247, .94); backdrop-filter: blur(16px); }
.nav-wrap { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { display: block; width: 52px; height: 52px; flex: 0 0 52px; object-fit: contain; }
.brand-text { line-height: 1.25; }
.brand-text strong { display: block; font-family: Lexend, sans-serif; font-size: 18px; }
.brand-text span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { display: flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: 999px; color: var(--ink-2); font-weight: 600; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--red-soft); color: var(--red-dark); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-phone { display: flex; flex-direction: column; line-height: 1.3; }
.nav-phone small { color: var(--muted); font-size: 11px; }
.nav-phone strong { font-family: Lexend, sans-serif; font-size: 16px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { overflow: hidden; padding: 54px 0 80px; background: radial-gradient(circle at 82% 14%, rgba(184, 59, 63, .10), transparent 29%), linear-gradient(180deg, #fbfaf7 0%, #f3efe7 100%); }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 48px; }
.hero-copy h1 { font-size: clamp(40px, 4.3vw, 58px); text-wrap: initial; }
.hero-line { display: block; }
.hero-nowrap { white-space: nowrap; }
.hero-copy h1 em { color: var(--red); font-style: normal; white-space: nowrap; }
.hero-copy .lead { margin: 24px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 32px; color: var(--ink-2); font-size: 14px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #dcebe5; color: var(--success); }
.hero-visual { position: relative; width: 100%; max-width: 520px; min-height: 420px; justify-self: end; }
.hero-visual::before { content: "進学"; position: absolute; top: -26px; right: -18px; color: rgba(19, 35, 59, .055); font-family: serif; font-size: 150px; line-height: 1; writing-mode: vertical-rl; }
.hero-main-image { position: absolute; inset: 0 38px 24px 0; width: calc(100% - 38px); height: calc(100% - 24px); object-fit: cover; object-position: center; border-radius: 30px 96px 30px 30px; box-shadow: var(--shadow); }
.hero-stamp { position: absolute; right: 0; bottom: 0; display: grid; place-items: center; width: 112px; height: 112px; padding: 15px; border: 7px solid var(--paper-warm); border-radius: 50%; background: var(--red); color: #fff; text-align: center; font-family: Lexend, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.4; transform: rotate(5deg); }
.hero-caption { position: absolute; left: -18px; bottom: 14px; width: 200px; padding: 13px 16px; border-left: 4px solid var(--gold); background: #fff; box-shadow: var(--shadow-soft); font-size: 13px; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 112px; padding: 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: Lexend, sans-serif; font-size: 20px; }
.trust-item span { color: var(--muted); font-size: 14px; }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.path-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); transition: border-color .2s, box-shadow .2s; }
.path-card:hover { border-color: #c3cbd3; box-shadow: var(--shadow-soft); }
.path-no { color: var(--red); font-family: Lexend, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.path-card h3 { margin: 48px 0 14px; font-size: 28px; }
.path-card p { color: var(--muted); }
.path-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.path-card li { padding: 8px 0 8px 20px; border-top: 1px solid var(--line); position: relative; }
.path-card li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { display: grid; grid-template-columns: 80px 1fr; gap: 20px; min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.service-icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 22px; background: var(--red-soft); color: var(--red-dark); }
.service-icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.service-card h3 { margin: 4px 0 10px; }
.service-card p { color: var(--muted); }
.service-card .text-link { margin-top: 6px; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.split > * { min-width: 0; }
.split h2 { font-size: clamp(30px, 3.25vw, 42px); }
.split > img { width: 100%; max-height: 400px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: var(--radius-lg); }
.image-collage { position: relative; width: 100%; max-width: 520px; min-height: 420px; }
.image-collage .img-large { position: absolute; inset: 0 72px 48px 0; width: calc(100% - 72px); height: calc(100% - 48px); object-fit: cover; object-position: center; border-radius: 20px 82px 20px 20px; }
.image-collage .img-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 38%; object-fit: cover; object-position: center; border: 8px solid var(--paper); border-radius: 56px 18px 18px 18px; }
.feature-list { display: grid; gap: 10px; margin: 30px 0; }
.feature { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.feature b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; font-family: Lexend, sans-serif; }
.feature strong { display: block; margin-bottom: 4px; }
.feature span { color: var(--muted); }

.process { counter-reset: step; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.14); }
.process-step { counter-increment: step; min-height: 260px; padding: 30px 24px; background: var(--ink); }
.process-step::before { content: "0" counter(step); display: block; margin-bottom: 54px; color: #efaaa7; font-family: Lexend, sans-serif; font-size: 13px; letter-spacing: .12em; }
.process-step h3 { margin-bottom: 10px; font-size: 20px; }
.process-step p { color: #bdc9d8; font-size: 15px; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-card { overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.case-card img { width: 100%; max-height: 280px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.case-card-body { padding: 26px; }
.case-tag { display: inline-block; margin-bottom: 14px; color: var(--red); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.case-card p { margin-top: 12px; color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 38px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.faq-item h2, .faq-item h3 { display: grid; grid-template-columns: 34px 1fr; gap: 12px; font-size: 19px; }
.faq-item h2::before, .faq-item h3::before { content: "Q"; color: var(--red); font-family: Lexend, sans-serif; }
.faq-item p { margin: 14px 0 0 46px; color: var(--muted); }
.contact-card { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; padding: 30px; border-radius: var(--radius-lg); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.contact-card .contact-kicker { color: #efaaa7; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.contact-card h3 { margin: 14px 0; font-size: 28px; }
.contact-card p { color: #c6d0dd; }
.contact-card .phone-big { display: block; margin: 24px 0; font-family: Lexend, sans-serif; font-size: 26px; }
.contact-card .btn { width: 100%; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.news-card time { color: var(--red); font-size: 13px; font-weight: 700; }
.news-card h3 { margin: 28px 0 12px; }
.news-card p { color: var(--muted); }

.lead-panel { position: relative; overflow: hidden; border-radius: 36px; background: var(--red); color: #fff; }
.lead-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 10%, rgba(255,255,255,.23), transparent 28%); }
.lead-panel-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; padding: 60px; }
.lead-panel .eyebrow { color: #fff; }
.lead-panel p { color: #f9dddd; }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 24px; border-radius: 24px; background: #fff; color: var(--ink); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfd6dc; border-radius: 10px; background: #fff; color: var(--ink); }
.field textarea { min-height: 100px; resize: vertical; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted) !important; font-size: 12px; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; color: var(--ink) !important; font-size: 14px; }

.page-hero { padding: 70px 0; background: linear-gradient(135deg, var(--ink) 0%, #1d3552 70%, #7e3036 130%); color: #fff; }
.page-hero .container { display: grid; grid-template-columns: 1fr minmax(280px, .52fr); gap: 60px; align-items: end; }
.page-hero h1 { max-width: 18em; font-size: clamp(36px, 4.4vw, 60px); }
.page-hero p { margin: 22px 0 0; color: #d4dce6; font-size: 19px; }
.page-hero-note { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.07); }
.page-hero-note strong { display: block; font-size: 18px; }
.page-hero-note span { color: #d4dce6; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; align-items: start; }
.prose { max-width: 780px; }
.prose h2 { margin: 54px 0 20px; font-size: 32px; }
.prose h3 { margin: 34px 0 14px; }
.prose p, .prose li { color: #43536a; }
.prose a { color: var(--red); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose img { width: 100%; max-height: 420px; margin: 34px 0; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; border-radius: var(--radius-md); }
.prose table { width: 100%; margin: 28px 0; border-collapse: collapse; background: #fff; }
.prose th, .prose td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--blue-soft); color: var(--ink); }
.info-box { padding: 24px; border-left: 4px solid var(--red); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--red-soft); }
.side-nav { position: sticky; top: calc(var(--header-h) + 24px); padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.side-nav h3 { margin-bottom: 14px; font-size: 18px; }
.side-nav a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.side-nav a:hover { color: var(--red); }

.card-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.info-card h3 { margin-bottom: 12px; }
.info-card p { color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 200px; gap: 14px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.gallery img:first-child { grid-row: span 2; }
.gallery img:nth-child(4) { grid-column: span 2; }
.contact-details { display: grid; gap: 14px; }
.contact-row { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-row span { display: block; color: var(--muted); font-size: 13px; }
.contact-row strong { display: block; margin-top: 4px; font-size: 19px; }

.entity-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.entity-facts > div { min-width: 0; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.entity-facts > div:nth-child(odd) { border-right: 1px solid var(--line); }
.entity-facts > div:nth-last-child(-n+2) { border-bottom: 0; }
.entity-facts dt { color: var(--muted); font-size: 13px; font-weight: 700; }
.entity-facts dd { margin: 5px 0 0; overflow-wrap: anywhere; color: var(--ink); font-size: 18px; font-weight: 650; }
.entity-facts a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 64px 0 28px; background: #0e1b2d; color: #d7dee8; text-align: center; }
.footer-brand { justify-content: center; margin-bottom: 22px; }
.site-footer .brand-mark { padding: 4px; border-radius: 14px; background: rgba(255,255,255,.96); }
.site-footer .brand-text span { color: #9eabbb; }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 26px; margin: 22px 0 28px; }
.footer-nav a:hover { color: #fff; }
.footer-meta { display: grid; justify-items: center; gap: 7px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #9eabbb; font-size: 13px; text-align: center; }
.footer-meta p { margin: 0; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 14px; }
.footer-links a:hover { color: #fff; }
.icp-line { width: 100%; text-align: center; }
.icp-line a:hover { color: #fff; }
.icp-line:empty { display: none; }
.mobile-call { display: none; }

@media (max-width: 1060px) {
  .site-nav { position: fixed; inset: var(--header-h) 20px auto; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .menu-toggle { display: block; }
  .nav-phone { display: none; }
  .hero-grid { gap: 36px; }
  .process { grid-template-columns: repeat(3, 1fr); }
  .process-step { min-height: 230px; }
  .lead-panel-grid { padding: 44px; }
}

@media (max-width: 820px) {
  :root { --header-h: 72px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 18px; }
  .brand-text span { display: none; }
  .nav-cta .btn { display: none; }
  .hero { padding-top: 42px; }
  .hero-grid, .split, .lead-panel-grid, .page-hero .container, .content-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 560px; min-height: 350px; margin-top: 16px; justify-self: center; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .path-grid, .case-grid, .card-grid-3, .news-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .split > img { max-width: 560px; max-height: 340px; justify-self: center; }
  .image-collage { max-width: 560px; min-height: 350px; justify-self: center; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step { min-height: 210px; }
  .faq-layout { grid-template-columns: 1fr; }
  .contact-card, .side-nav { position: static; }
  .lead-panel-grid { gap: 34px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery img:first-child { grid-row: auto; grid-column: span 2; }
  .gallery img:nth-child(4) { grid-column: auto; }
  .entity-facts { grid-template-columns: 1fr; }
  .entity-facts > div, .entity-facts > div:nth-child(odd), .entity-facts > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .entity-facts > div:last-child { border-bottom: 0; }
  .mobile-call { position: fixed; right: 14px; bottom: 14px; z-index: 45; display: grid; place-items: center; width: 58px; height: 58px; border: 5px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--red); color: #fff; box-shadow: var(--shadow); font-weight: 700; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(34px, 10vw, 42px); }
  h2, .split h2 { font-size: clamp(28px, 8.5vw, 36px); }
  .hero-copy h1 { font-size: clamp(26px, 8.2vw, 38px); }
  .section { padding: 60px 0; }
  .brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .brand-text strong { font-size: 16px; }
  .hero-visual { min-height: 290px; }
  .hero-main-image { inset: 0 20px 18px 0; width: calc(100% - 20px); height: calc(100% - 18px); border-radius: 22px 60px 22px 22px; }
  .hero-stamp { width: 88px; height: 88px; padding: 10px; border-width: 5px; font-size: 11px; }
  .hero-caption { display: none; }
  .hero-proof { display: grid; gap: 10px; }
  .trust-item { padding: 18px 14px; }
  .trust-item strong { font-size: 17px; }
  .path-card { min-height: auto; }
  .service-card { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .process-step { min-height: 180px; }
  .process-step::before { margin-bottom: 28px; }
  .faq-item { padding: 22px 20px; }
  .faq-item p { margin-left: 0; }
  .lead-panel { border-radius: 26px; }
  .lead-panel-grid { padding: 30px 20px; }
  .lead-form { grid-template-columns: 1fr; padding: 18px; }
  .field.full { grid-column: auto; }
  .form-note, .form-status { grid-column: auto; }
  .split > img { max-height: 280px; }
  .image-collage { min-height: 300px; }
  .case-card img { max-height: 240px; }
  .prose img { max-height: 260px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 180px; }
  .gallery img:first-child { grid-column: auto; }
  .page-hero { padding: 54px 0; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; }
}

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