@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");

:root {
  --navy-950: #071a2d;
  --navy-900: #0b243f;
  --navy-800: #123b60;
  --navy-700: #1d517d;
  --ink: #122131;
  --muted: #617080;
  --paper: #f5f4ef;
  --surface: #fbfaf6;
  --white: #fffef9;
  --line: #d9dee2;
  --gold: #b79a5d;
  --gold-soft: #ded1b3;
  --serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --shadow: 0 20px 60px rgba(7, 26, 45, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.85; font-feature-settings: "palt"; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d7a72b; outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.025em; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { 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: 1000; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: 8px 14px; }
.skip-link:focus { transform: none; }

.utility { height: 38px; color: #dbe5ee; background: var(--navy-950); font-size: 11px; letter-spacing: .1em; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(7,26,45,.1); background: rgba(255,254,249,.96); backdrop-filter: blur(12px); }
.header-inner { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 280px; }
.brand-mark { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.brand strong { display: block; font-family: var(--serif); font-size: 17px; line-height: 1.35; letter-spacing: .02em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.global-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(14px, 1.7vw, 25px); }
.global-nav a { position: relative; font-size: 12px; font-weight: 600; white-space: nowrap; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .2s ease; }
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { color: var(--navy-900); text-align: right; line-height: 1.2; }
.header-phone span { display: block; font-family: var(--serif); font-size: 17px; font-weight: 700; }
.header-phone small { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.menu-button { display: none; border: 0; background: none; padding: 9px; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px 0; background: var(--navy-900); }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--navy-800); background: var(--navy-800); color: var(--white); font-weight: 700; letter-spacing: .08em; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--navy-950); }
.button-small { min-height: 46px; padding-inline: 18px; font-size: 12px; }
.button-outline { background: transparent; color: var(--navy-900); }
.button-outline:hover { color: var(--white); }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy-950); }
.button-light:hover, .button-light:focus-visible { border-color: var(--white); background: var(--navy-950); color: var(--white); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--navy-700); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-soft); }
.section { padding: 120px 0; }
.section-white { background: var(--white); }
.section-navy { background: var(--navy-950); color: var(--white); }
.section-title { max-width: 760px; margin-bottom: 54px; font-family: var(--serif); font-size: clamp(32px, 4vw, 52px); line-height: 1.45; font-weight: 600; }
.heading-line { display: block; white-space: nowrap; }
.lead { max-width: 65ch; color: var(--muted); font-size: 17px; line-height: 2; }
.section-navy .lead { color: #c8d4df; }

.hero { width: min(1240px, calc(100% - 48px)); height: 560px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); margin: 34px auto 48px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px clamp(46px, 4vw, 60px); }
.hero h1 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(42px, 3.7vw, 54px); line-height: 1.35; font-weight: 600; letter-spacing: -.045em; }
.hero-title-line { display: block; white-space: nowrap; }
.hero-copy > p:not(.eyebrow) { max-width: 39em; color: #455566; font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; gap: 14px; margin-top: 24px; }
.hero-phone { white-space: nowrap; }
.hero-note { margin-top: 12px !important; color: var(--muted) !important; font-size: 11px !important; letter-spacing: .05em; }
.hero-visual { position: relative; min-height: 0; height: 100%; overflow: hidden; background: var(--navy-950); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.02); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,45,.05), rgba(7,26,45,.35)); }
.hero-photo-copy { position: absolute; z-index: 2; left: 28px; bottom: 28px; max-width: 370px; padding: 17px 20px; background: rgba(7,26,45,.88); color: var(--white); }
.hero-photo-copy strong, .hero-photo-copy span { display: block; }
.hero-photo-copy strong { font-family: var(--serif); font-size: 19px; letter-spacing: .02em; }
.hero-photo-copy span { margin-top: 3px; color: #d4e0e8; font-size: 10px; letter-spacing: .05em; }
.hero-caption { position: absolute; z-index: 2; right: 16px; top: 14px; padding: 4px 8px; background: rgba(7,26,45,.68); color: var(--white); font-size: 9px; letter-spacing: .12em; }

.facts { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 34px 24px; text-align: center; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--navy-900); font-family: var(--serif); font-size: 36px; line-height: 1.2; }
.fact strong small { margin-left: 3px; font-size: 16px; }
.fact > small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.split-reverse { grid-template-columns: .95fr 1.05fr; }
.split-copy h2 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); line-height: 1.5; font-weight: 600; }
.promise-title span { display: block; white-space: nowrap; }
.split-copy p { color: var(--muted); }
.split-copy .signature { color: var(--navy-900); font-family: var(--serif); font-size: 20px; }
.image-frame { position: relative; overflow: hidden; padding: 12px; border: 1px solid var(--gold-soft); background: var(--white); box-shadow: var(--shadow); }
.image-frame::before { display: none; }
.image-frame img { position: relative; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.section-navy .image-frame { border-color: #34516b; background: #102f4c; }
.portrait-frame img { aspect-ratio: 4 / 5; object-position: center 20%; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #34516b; border: 1px solid #34516b; }
.service-card { min-height: 0; overflow: hidden; background: var(--navy-900); }
.service-card-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; padding: 8px; background: #102f4c; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; }
.service-card-media span { position: absolute; right: 17px; bottom: 16px; padding: 3px 7px; background: rgba(7,26,45,.72); color: #e5edf2; font-size: 8px; letter-spacing: .1em; }
.service-card-body { padding: 27px 25px 30px; }
.service-card .number { color: var(--gold-soft); font-family: var(--serif); font-size: 14px; }
.service-card h3 { margin: 17px 0 12px; font-family: var(--serif); font-size: 21px; }
.service-card p { color: #b9c8d4; font-size: 13px; }
.service-card a { color: var(--gold-soft); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.consult-cases { grid-template-columns: repeat(4, 1fr); gap: 28px; border: 0; background: transparent; }
.consult-cases .service-card { position: relative; min-height: 230px; overflow: visible; padding: 30px 26px; border: 1px solid #3c5870; }
.consult-cases .service-card:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 50%; right: -20px; width: 11px; height: 11px; border-top: 2px solid var(--gold-soft); border-right: 2px solid var(--gold-soft); transform: translateY(-50%) rotate(45deg); }
.consult-cases .service-card h3 { margin-top: 28px; }

.photo-band { display: grid; grid-template-columns: 1.2fr .8fr .8fr; height: 440px; }
.photo-band figure { position: relative; margin: 0; overflow: hidden; padding: 8px; background: var(--white); }
.photo-band img { width: 100%; height: 100%; object-fit: cover; }
.photo-band figcaption { position: absolute; inset: auto 20px 18px; padding: 8px 12px; background: rgba(7,26,45,.86); color: var(--white); font-size: 11px; letter-spacing: .12em; }

.points-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.point-card { min-height: 230px; padding: 32px; border-top: 2px solid var(--navy-800); background: var(--white); }
.point-card small { color: var(--gold); font-family: var(--serif); font-size: 14px; }
.point-card h3 { margin: 24px 0 14px; font-family: var(--serif); font-size: 20px; }
.point-card p { color: var(--muted); font-size: 13px; }

.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 130px 110px 1fr auto; align-items: center; gap: 24px; padding: 22px 4px; border-bottom: 1px solid var(--line); }
.news-row time { color: var(--muted); font-size: 12px; }
.tag { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 0 10px; border: 1px solid var(--gold-soft); color: var(--navy-800); font-size: 10px; letter-spacing: .1em; }
.news-row span:last-child { color: var(--navy-700); }
.news-content p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.news-empty { padding: 30px 4px; border-bottom: 1px solid var(--line); color: var(--muted); }

.page-hero { padding: 96px 0 82px; background: var(--navy-950); color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 50px; }
.page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 70px); font-weight: 600; }
.page-hero p { margin: 0; color: #c7d4df; }
.breadcrumb { margin-bottom: 22px; color: #9fb0bf; font-size: 11px; letter-spacing: .1em; }
.breadcrumb a { color: var(--gold-soft); }

.profile-grid { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); justify-content: space-between; gap: clamp(52px, 8vw, 100px); align-items: start; }
.profile-photo { position: sticky; top: 125px; max-width: 360px; padding: 12px; border: 1px solid var(--line); background: var(--white); }
.profile-photo img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center 20%; }
.profile-table { margin: 0; }
.profile-row { display: grid; grid-template-columns: 145px 1fr; gap: 26px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.profile-row dt { color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.profile-row dd { margin: 0; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: 16px; }
.gallery figure { margin: 0; overflow: hidden; position: relative; padding: 8px; background: var(--paper); }
.gallery figure:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery figure:nth-child(2) { grid-column: span 5; }
.gallery figure:nth-child(3) { grid-column: span 5; }
.gallery figure:nth-child(4) { grid-column: span 4; }
.gallery figure:nth-child(5) { grid-column: span 8; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption { position: absolute; left: 16px; bottom: 13px; padding: 5px 9px; background: rgba(7,26,45,.84); color: var(--white); font-size: 10px; }

.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-detail { padding: 34px; background: var(--white); border-top: 3px solid var(--navy-800); }
.service-detail h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 25px; }
.service-detail ul { padding-left: 1.1em; color: var(--muted); font-size: 14px; }
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; counter-reset: flow; }
.flow-step { position: relative; min-height: 190px; padding: 28px 22px; border: 1px solid #bcc8d1; background: var(--white); counter-increment: flow; }
.flow-step::before { content: "0" counter(flow); color: var(--gold); font-family: var(--serif); font-size: 13px; }
.flow-step:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 50%; right: -20px; width: 11px; height: 11px; border-top: 2px solid var(--navy-700); border-right: 2px solid var(--navy-700); transform: translateY(-50%) rotate(45deg); }
.flow-step h3 { margin: 34px 0 10px; font-family: var(--serif); font-size: 18px; }
.flow-step p { color: var(--muted); font-size: 12px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.price-table { width: 100%; min-width: 700px; border-collapse: collapse; background: var(--white); }
.price-table th, .price-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table th { background: #e9eef1; color: var(--navy-900); font-size: 12px; letter-spacing: .08em; }
.price-table td { font-size: 14px; }
.price-table tr:last-child td { border-bottom: 0; }
.note-box { padding: 28px 32px; border-left: 3px solid var(--gold); background: #ece8dc; color: #4a5661; font-size: 13px; }
.fees-section .lead { margin-bottom: 34px; }
.fee-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 30px; border: 1px solid var(--line); background: var(--white); }
.fee-summary > div { padding: 24px; }
.fee-summary > div + div { border-left: 1px solid var(--line); }
.fee-summary h3 { margin-bottom: 10px; color: var(--navy-900); font-family: var(--serif); font-size: 20px; }
.fee-summary p { color: #4a5661; font-size: 13px; }
.fee-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 52px; }
.fee-nav a { padding: 9px 14px; border: 1px solid var(--line); background: var(--white); color: var(--navy-900); font-size: 12px; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.fee-nav a:hover { border-color: var(--navy-700); background: var(--navy-700); color: var(--white); }
.fee-groups { display: grid; gap: 56px; }
.fee-category { scroll-margin-top: 120px; }
.fee-category > h3 { margin-bottom: 18px; padding-left: 16px; border-left: 3px solid var(--gold); color: var(--navy-900); font-family: var(--serif); font-size: clamp(23px, 3vw, 30px); }
.fee-category .price-table th:nth-child(1) { width: 38%; }
.fee-category .price-table th:nth-child(2) { width: 22%; white-space: nowrap; }
.fee-category .price-table td:nth-child(2) { color: var(--navy-900); font-weight: 700; white-space: nowrap; }
.fee-notes { display: grid; gap: 7px; margin-top: 18px; padding-left: 1.4em; color: #4a5661; font-size: 13px; }
.fee-caption { margin-top: 14px; color: #4a5661; font-size: 13px; }
.fee-important { margin-top: 52px; }
.fee-important ul { display: grid; gap: 7px; margin: 12px 0 18px; padding-left: 1.4em; }
.text-link { color: var(--navy-700); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.article h2 { margin: 70px 0 24px; font-family: var(--serif); font-size: 34px; }
.article h3 { margin: 42px 0 18px; color: var(--navy-800); font-family: var(--serif); font-size: 23px; }
.article p, .article li { color: #4e5e6e; }
.article blockquote { margin: 42px 0; padding: 34px 42px; border-left: 3px solid var(--gold); background: var(--white); color: var(--navy-900); font-family: var(--serif); font-size: 20px; line-height: 1.9; }

.access-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.access-card { padding: 32px; background: var(--white); }
.access-card h2 { font-family: var(--serif); font-size: 28px; }
.access-card ol { padding-left: 1.25em; color: var(--muted); }
.access-address { font-size: clamp(26px, 3vw, 36px) !important; line-height: 1.55 !important; letter-spacing: -.02em; }
.access-address span { display: block; white-space: nowrap; }
.map-frame { min-height: 540px; border: 0; width: 100%; filter: grayscale(.25) contrast(.95); }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.contact-info { position: sticky; top: 125px; padding: 38px; background: var(--navy-900); color: var(--white); }
.contact-info h2 { font-family: var(--serif); font-size: 29px; }
.contact-info p { color: #c7d4df; font-size: 13px; }
.contact-tel { display: block; margin: 26px 0; color: var(--gold-soft); font-family: var(--serif); font-size: 28px; }
.form-panel { padding: 48px; background: var(--white); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label, .field legend { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: 13px; font-weight: 700; }
.required { margin-left: 7px; color: #9a421c; font-size: 10px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd3d9; background: #fafaf7; padding: 13px 14px; color: var(--ink); }
.field textarea { min-height: 190px; resize: vertical; }
.field-help { color: var(--muted); font-size: 11px; }
.honeypot { position: absolute; left: -9999px; }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 28px; font-size: 13px; }
.check-row input { margin-top: 7px; }
.form-status { min-height: 2em; margin-top: 18px; font-weight: 700; }
.form-status.is-success { color: #1d6d4c; }
.form-status.is-error { color: #a0332f; }

.closing-cta { padding: 88px 0; background: var(--navy-800); color: var(--white); }
.closing-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; }
.closing-grid h2 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); line-height: 1.55; }
.closing-grid p:not(.eyebrow) { max-width: 54ch; color: #cedae4; font-size: 13px; }
.closing-actions { display: grid; gap: 16px; }
.closing-contact { border: 1px solid rgba(255,255,255,.4); text-align: center; }
.closing-grid p.closing-address { margin: 0; padding: 16px 20px 14px; color: var(--white); font-family: var(--serif); font-size: 26px; line-height: 1.5; }
.closing-phone { display: block; padding: 14px 20px 16px; border-top: 1px solid rgba(255,255,255,.24); color: var(--white); text-align: center; font-family: var(--serif); font-size: 26px; }
.closing-phone small { display: block; margin-top: 2px; color: #cad7e0; font-family: var(--sans); font-size: 9px; letter-spacing: .08em; }
.footer { padding: 72px 0 24px; background: var(--navy-950); color: #d4dee6; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .85fr; gap: 70px; }
.footer-brand { display: flex; gap: 18px; }
.footer .brand-mark { width: 58px; height: 58px; padding: 5px; background: var(--white); }
.footer h3 { margin-bottom: 18px; color: var(--gold-soft); font-size: 11px; letter-spacing: .16em; }
.footer strong { color: var(--white); font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.footer p, .footer a { display: block; margin-bottom: 8px; color: #9eafbd; font-size: 12px; }
.copyright { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 20px; border-top: 1px solid #294057; color: #708396; font-size: 10px; }
.copyright a { color: #aebdca; }

[data-reveal] { opacity: 0; transform: translate3d(0, 34px, 0); transition: opacity 850ms ease, transform 900ms cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.hero-visual img,
.image-frame img,
.service-card-media img,
.profile-photo img,
.gallery img,
.photo-band img { transition: transform 1200ms cubic-bezier(.16,1,.3,1); }
.hero-visual:hover img,
.image-frame:hover img,
.service-card:hover .service-card-media img,
.service-card:focus-within .service-card-media img,
.profile-photo:hover img,
.gallery figure:hover img,
.photo-band figure:hover img { transform: scale(1.055); }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: auto auto 1fr; gap: 14px; }
  .menu-button { display: block; justify-self: end; }
  .global-nav { position: fixed; inset: 86px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 24px; background: var(--white); box-shadow: var(--shadow); }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 14px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .header-actions { justify-self: end; }
  .header-phone { display: none; }
  .hero { grid-template-columns: 1fr 46%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .consult-cases { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .flow { grid-template-columns: repeat(5, 1fr); gap: 20px; }
}

@media (max-width: 920px) {
  .hero { height: auto; display: flex; flex-direction: column; }
  .hero-copy { order: 2; }
  .hero-visual { min-height: 340px; max-height: 380px; }
  .hero-visual img { object-position: center 42%; }
  .consult-cases { grid-template-columns: 1fr; gap: 34px; }
  .consult-cases .service-card { min-height: 0; }
  .consult-cases .service-card:not(:last-child)::after { top: auto; right: auto; bottom: -23px; left: 50%; transform: translateX(-50%) rotate(135deg); }
  .flow { grid-template-columns: 1fr; gap: 34px; }
  .flow-step { min-height: 0; }
  .flow-step:not(:last-child)::after { top: auto; right: auto; bottom: -23px; left: 50%; transform: translateX(-50%) rotate(135deg); }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .shell, .narrow { width: min(100% - 32px, 1160px); }
  .utility { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand { min-width: 0; gap: 8px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand strong { font-size: 13px; }
  .brand small { display: none; }
  .global-nav { top: 72px; max-height: calc(100vh - 72px); overflow-y: auto; }
  .header-actions { display: none; }
  .section { padding: 80px 0; }
  .section-title { margin-bottom: 34px; font-size: 30px; }
  .fee-summary { grid-template-columns: 1fr; }
  .fee-summary > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .fee-groups { gap: 44px; }
  .fee-category .price-table th:nth-child(1) { width: 44%; }
  .fee-category .price-table th:nth-child(2) { width: 28%; }
  .hero { width: calc(100% - 24px); min-height: auto; margin: 18px auto 34px; }
  .hero-copy { order: 2; padding: 42px 20px 48px; }
  .hero h1 { font-size: 32px; line-height: 1.5; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-visual { min-height: 250px; max-height: 280px; }
  .hero-visual img { object-position: center 42%; }
  .hero-photo-copy { left: 14px; bottom: 14px; max-width: calc(100% - 28px); padding: 12px 14px; }
  .hero-photo-copy strong { font-size: 16px; }
  .hero-photo-copy span { font-size: 9px; }
  .hero-actions { flex-direction: column; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fact { padding-inline: 12px; }
  .fact strong { font-size: 30px; }
  .split, .split-reverse, .profile-grid, .access-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .split-copy h2 { font-size: 26px; }
  .split-reverse .image-frame { order: 2; }
  .profile-photo, .contact-info { position: static; }
  .profile-photo { width: min(100%, 310px); margin-inline: auto; }
  .services-grid, .points-grid, .service-list { grid-template-columns: 1fr; }
  .photo-band { grid-template-columns: 1fr 1fr; height: auto; }
  .photo-band figure { height: 240px; }
  .photo-band figure:first-child { grid-column: span 2; height: 320px; }
  .news-row { grid-template-columns: 1fr auto; gap: 6px 16px; }
  .news-row time { grid-column: 1; }
  .news-row .tag { grid-column: 2; grid-row: 1; }
  .news-row a { grid-column: 1 / -1; }
  .news-row span:last-child { display: none; }
  .page-hero { padding: 68px 0 58px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .page-hero h1 { font-size: 44px; }
  .profile-row { grid-template-columns: 1fr; gap: 5px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery figure, .gallery figure:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
  .access-address { font-size: 24px !important; }
  .article h2 { font-size: 29px; }
  .article blockquote { padding: 26px; font-size: 18px; }
  .map-frame { min-height: 400px; }
  .form-panel { padding: 28px 20px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .closing-grid, .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .copyright { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="enabled"]) { scroll-behavior: auto; }
  html:not([data-motion="enabled"]) *,
  html:not([data-motion="enabled"]) *::before,
  html:not([data-motion="enabled"]) *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html:not([data-motion="enabled"]) [data-reveal] { opacity: 1; transform: none; }
}

/* Password gate: a quiet reception before entering the site. */
body.login-page { min-height: 100vh; background: var(--navy-950); }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 48px; }
.login-card { width: min(1180px, 100%); min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr); background: var(--surface); box-shadow: var(--shadow); }
.login-visual { position: relative; min-height: 680px; overflow: hidden; background: var(--navy-900); }
.login-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.78) contrast(.96); }
.login-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,45,.05) 45%, rgba(7,26,45,.82)); }
.login-panel { align-self: center; padding: 64px 48px; }
.login-panel h1 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(32px, 3vw, 40px); line-height: 1.55; letter-spacing: -.04em; }
.login-panel h1 span { display: block; white-space: nowrap; }
.login-panel > p:not(.eyebrow):not(.login-help) { max-width: 38ch; color: var(--muted); }
.login-form { margin-top: 42px; }
.login-form label { display: block; margin-bottom: 10px; color: var(--navy-900); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.login-form input { width: 100%; height: 58px; padding: 0 16px; border: 1px solid #aeb8c1; background: var(--white); color: var(--ink); }
.login-form input:focus { border-color: var(--navy-700); outline: 3px solid rgba(29,81,125,.18); }
.login-form .button { width: 100%; margin-top: 18px; cursor: pointer; }
.login-form .button:disabled { cursor: wait; opacity: .65; transform: none; }
.login-status { min-height: 28px; margin: 14px 0 0; font-size: 13px; }
.login-status.is-error { color: #a42b2b; }
.login-status.is-success { color: #23613e; }
.login-help { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 820px) {
  .login-shell { padding: 20px; }
  .login-card { min-height: 0; grid-template-columns: 1fr; }
  .login-visual { min-height: 250px; max-height: 290px; }
  .login-panel { padding: 42px 28px 36px; }
  .login-panel h1 { font-size: 32px; }
  .login-form { margin-top: 30px; }
}

@media (max-width: 430px) {
  .login-shell { padding: 0; }
  .login-card { min-height: 100vh; }
  .login-visual { min-height: 210px; max-height: 230px; }
  .login-panel { padding: 34px 22px 30px; }
  .login-panel h1 { font-size: 28px; }
}
