:root {
  --ink: #17232b;
  --navy: #173f5f;
  --blue: #2d6f9f;
  --sky: #e9f2f6;
  --mist: #f5f7f5;
  --cream: #f5f0e7;
  --white: #fff;
  --line: #d9e1e3;
  --accent: #b88b50;
  --rose: #c76363;
  --rose-dark: #b55555;
  --rose-deep: #9e4a4a;
  --shadow: 0 22px 60px rgba(22, 55, 75, .10);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --heading: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", sans-serif;
  --sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --text: #4b4b4b;
  --text-body: 1rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
.page-top { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); font-size: var(--text-body); line-height: 1.9; letter-spacing: .035em; -webkit-font-smoothing: antialiased; }
main p, main li, main dd { color: var(--text); font-family: var(--sans); font-size: var(--text-body); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
.container { width: min(1180px, 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; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.notice-bar { color: #dce8ee; background: #12344e; font-size: 12px; letter-spacing: .09em; }
.notice-bar__inner { min-height: 34px; display: flex; align-items: center; }
.notice-bar p { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(23,63,95,.1); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand__mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--navy); border-radius: 50%; color: var(--navy); font-family: var(--serif); font-size: 21px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.3; }
.brand__text strong { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .08em; }
.brand__text small { margin-top: 4px; color: #6b7a82; font-size: 8px; letter-spacing: .12em; }
.global-nav { display: flex; align-items: center; gap: 21px; margin-left: auto; }
.global-nav a { position: relative; font-size: 13px; font-weight: 600; white-space: nowrap; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--accent); transition: right .25s ease; }
.global-nav a:hover::after { right: 0; }
.header-cta { min-width: 190px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-right: -1px; padding: 0 18px; color: var(--white); background: var(--rose); transition: background .2s ease; }
.header-cta:hover { background: var(--rose-dark); }
.header-cta span { font-size: 10px; letter-spacing: .12em; }
.header-cta strong { margin-top: 3px; font-size: 22px; letter-spacing: .04em; line-height: 1.2; }
.menu-button { display: none; }

.hero { position: relative; min-height: 680px; overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.92) 38%, rgba(255,255,255,.55) 58%, rgba(255,255,255,.12) 78%, transparent 100%); pointer-events: none; }
.hero__grid { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: minmax(0, 54%); align-items: center; }
.hero__content { position: relative; padding: 88px 0 28px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .section-heading h2, .insurance h2, .accident h2, .visit h2, .contact h2 { margin: 0; font-family: var(--heading); font-weight: 500; line-height: 1.45; letter-spacing: .05em; }
.hero h1 { display: flex; flex-direction: column; gap: 14px; font-family: inherit; font-weight: inherit; letter-spacing: normal; }
.hero__title-label { font-family: var(--sans); font-size: clamp(14px, 1.5vw, 17px); font-weight: 700; letter-spacing: .12em; color: var(--blue); line-height: 1.6; }
.hero__title-copy { display: block; font-family: var(--heading); font-size: clamp(34px, 4vw, 56px); font-weight: 500; font-style: normal; color: var(--navy); letter-spacing: .05em; line-height: 1.45; }
.hero__lead { max-width: 560px; margin: 27px 0 0; line-height: 2.05; }
.hero__points { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; margin-bottom: 8px; align-items: center; }
.hero__points span { width: 124px; height: 124px; display: flex; align-items: center; justify-content: center; padding: 12px; border-radius: 50%; border: none; background: var(--rose); color: var(--white); font-size: 18px; font-weight: 700; line-height: 1.45; text-align: center; letter-spacing: .04em; box-shadow: 0 10px 28px rgba(199, 99, 99, .24); }
.button { min-height: 62px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 27px; border: 1px solid var(--navy); font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,63,95,.14); }
.button--primary { min-width: 220px; flex-direction: column; color: var(--white); background: var(--navy); }
.button--primary[href^="tel:"] { background: var(--rose); border-color: var(--rose-dark); }
.button--primary[href^="tel:"]:hover { box-shadow: 0 12px 28px rgba(199, 99, 99, .24); }
.button__sub { margin-bottom: 2px; font-size: 9px; font-weight: 400; letter-spacing: .12em; opacity: .8; }
.button--ghost { background: rgba(255,255,255,.9); backdrop-filter: blur(6px); }
.hero__vertical { position: absolute; top: 88px; right: 0; z-index: 3; display: flex; flex-direction: row-reverse; align-items: flex-start; gap: 20px; margin: 0; padding: 0; }
.hero__vertical-col { writing-mode: vertical-rl; width: fit-content; height: fit-content; padding: 28px 14px; color: var(--white); background: rgba(23,63,95,.84); box-shadow: 0 8px 24px rgba(23,63,95,.18); font-family: var(--serif); font-size: clamp(18px, 2.1vw, 24px); font-weight: 500; letter-spacing: .18em; line-height: 1.65; }

.quick-info { position: relative; z-index: 5; margin-top: -1px; background: var(--navy); color: var(--white); }
.quick-info__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px 32px; padding: 28px 0 32px; }
.quick-info__head { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.quick-info__head p { margin: 1px 0 0; color: #fff; font-size: 1rem; }
.quick-info__head strong { color: #fff; font-family: var(--heading); font-size: clamp(24px, 2.8vw, 30px); font-weight: 500; letter-spacing: .04em; }
.quick-info__label { color: #aac4d4; font-size: 9px; letter-spacing: .2em; }
.quick-info__actions { display: flex; flex-wrap: wrap; gap: 13px; justify-content: flex-end; }
.quick-info .button--ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: transparent; }
.quick-info .button--ghost:hover { background: rgba(255,255,255,.08); box-shadow: none; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 54px); }
.section-heading > p:last-child { max-width: 680px; margin: 20px 0 0; }
.section-heading--center { text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }
.section-heading--split { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; }
.section-heading--split > p { margin: 0 0 6px; }

.concept { position: relative; background: #fff; }
.concept::before { content: ""; position: absolute; left: 0; top: 0; width: 17%; height: 100%; background: var(--cream); opacity: .6; }
.concept__grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.section-heading--vertical { margin: 0; padding-top: 10px; }
.section-heading--vertical h2 { font-size: clamp(34px, 4vw, 52px); }
.concept__body { padding: 36px 0 0; }
.concept__body p { margin: 0 0 20px; }
.lead-copy { font-weight: 600; line-height: 1.8; }
.concept__sign { margin-top: 52px; color: #9f8a6c; font-family: var(--serif); font-size: 12px; letter-spacing: .22em; }

.concerns { background: var(--mist); }
.concerns .section-heading h2 { letter-spacing: .04em; }
.concerns__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ccd7da; border-left: 1px solid #ccd7da; }
.concern-card { min-height: 240px; padding: 35px 32px; border-right: 1px solid #ccd7da; border-bottom: 1px solid #ccd7da; background: rgba(255,255,255,.5); }
.concern-card__icon { display: block; width: 112px; height: 112px; margin: 0 auto 12px; object-fit: contain; object-position: center; }
.concern-card h3 { margin: 18px 0 14px; font-family: var(--heading); font-size: 22px; font-weight: 500; letter-spacing: .04em; }
.concern-card p { margin: 0; }
.annotation { margin: 22px 0 0; text-align: center; }
.annotation--left { text-align: left; }

.strengths { color: var(--white); background: var(--navy); }
.strengths .eyebrow { color: #b9d1df; }
.strengths__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.strengths__grid article { position: relative; min-height: 300px; padding: 48px 38px; border-right: 1px solid rgba(255,255,255,.22); }
.strengths__grid article:last-child { border-right: 0; }
.strengths-images{
	border-radius: 50%;
    	max-width: 200px;
    	margin: auto;
}
.strengths__number { color: #91b2c5; font-family: var(--serif);     font-size: 18px; padding-right: 7px; }
.strengths__grid h3 { margin: 30px 0 15px; font-family: var(--heading); font-size: 23px; font-weight: 500; line-height: 1.6; }
.strengths__grid p { margin: 0; color: #d1dfe6; }

.services { background: #fff; }
.services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.service-card { display: grid; grid-template-columns: 42% 58%; min-height: 300px; overflow: hidden; background: var(--mist); }
.service-card--large { grid-column: 1 / -1; grid-template-columns: 52% 48%; min-height: 490px; }
.service-card img { width: 100%; height: 100%; object-fit: cover; }
.service-card__photo--accident { object-position: 82% center; }
.service-card--large img { object-position: center; }
.service-card__visual { min-height: 100%; }
.service-card__visual--graphic { display: grid; place-items: center; color: rgba(255,255,255,.9); background: linear-gradient(135deg, #6e8795, #294f67); }
.service-card__visual--graphic span { width: 112px; height: 112px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--serif); font-size: 44px; }
.service-card__body { display: flex; flex-direction: column; justify-content: flex-start; padding: 45px; }
.service-card__body > span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.service-card__body h3 { margin: 10px 0 17px; font-family: var(--heading); font-size: 30px; font-weight: 500; }
.service-card__body p { margin: 0; }
.service-card__body a { align-self: flex-start; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 700; }

.insurance { position: relative; background: var(--sky); }
.insurance::after { content: "INSURANCE"; position: absolute; right: 2vw; top: 30px; color: rgba(23,63,95,.045); font-family: var(--serif); font-size: 10vw; line-height: 1; }
.insurance__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.insurance h2 { font-size: clamp(32px, 4vw, 50px); }
.insurance__content > p:not(.eyebrow) { margin: 28px 0 0; }
.process-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid #b8cdd8; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid #b8cdd8; }
.process-list > li > span { color: var(--accent); font-family: var(--serif); }
.process-list strong { font-family: var(--heading); font-size: 18px; font-weight: 500; }
.process-list p { margin: 4px 0 0; }
.insurance__panel { margin-top: 36px; padding: 55px; background: var(--white); box-shadow: var(--shadow); }
.insurance__panel h3 { margin: 0 0 28px; font-family: var(--heading); font-size: 25px; font-weight: 500; }
.insurance__panel ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.insurance__panel li { padding: 10px 14px; border-left: 2px solid var(--accent); background: #f8f7f3; }
.insurance__panel p { margin: 28px 0 0; }
.text-link { display: inline-flex; gap: 24px; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 700; }

.accident { background: #fff; }
.accident__grid { display: grid; grid-template-columns: minmax(220px, 30%) minmax(0, 70%); gap: 36px; align-items: stretch; }
.accident__image { min-height: 100%; overflow: hidden; }
.accident__image img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
.accident__body { padding: 56px 60px 64px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.accident h2 { font-size: clamp(31px, 3.6vw, 46px); }
.accident__body > p:not(.eyebrow):not(.annotation) { margin: 27px 0 0; max-width: 42em; }
.accident__boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.accident__boxes article { padding: 24px 26px; background: var(--mist); }
.accident__boxes h3 { margin: 0 0 9px; color: var(--navy); font-family: var(--heading); font-size: 18px; font-weight: 500; display: flex;
    align-items: center;
    gap: 10px;}
.accident__boxes img{ max-width:50px; }
.accident__boxes p { margin: 0; }

.visit { color: var(--white); background: #1d4d68; }
.visit__grid { display: grid; grid-template-columns: 52% 48%; gap: 90px; align-items: center; }
.visit .eyebrow { color: #bad3e0; }
.visit h2 { font-size: clamp(32px, 3.8vw, 48px); letter-spacing: .04em; }
.visit__content > p:not(.eyebrow) { margin: 26px 0 0; color: #d8e4e9; }
.check-list { margin: 32px 0 36px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.check-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(255,255,255,.25); color: #d8e4e9; }
.check-list li::before { content: "\2713"; position: absolute; left: 4px; color: #d3ae74; }
.visit .button--primary { color: var(--navy); background: var(--white); border-color: var(--white); }
.visit__image { position: relative; }
.visit__image img { width: 100%; min-height: 480px; object-fit: cover; object-position: center center; box-shadow: 0 28px 70px rgba(0,0,0,.2); }

.first { background: var(--cream); }
.flow { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.flow li { position: relative; min-height: 260px; padding: 40px 28px; border-top: 1px solid #cfc2ae; border-bottom: 1px solid #cfc2ae; border-right: 1px solid #cfc2ae; }
.flow li:first-child { border-left: 1px solid #cfc2ae; }
.flow_icon{
    width: 70px;
    height: 70px;
    margin: auto;
}
.flow span { color: var(--accent); font-family: var(--serif); font-size: 20px; padding-right: 10px; }
.flow h3 { margin: 20px 0 10px; font-family: var(--heading); font-size: 20px; font-weight: 500; }
.flow p { margin: 0; }

.faq { background: #fff; }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq__list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 27px 58px 27px 42px; font-family: var(--serif); font-size: 17px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::before { content: "Q"; position: absolute; left: 4px; color: var(--accent); font-family: var(--serif); }
summary::after { content: "+"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--navy); font-size: 22px; }
details[open] summary::after { content: "\2212"; }
details p { margin: 0; padding: 0 48px 28px 42px; }

.access { background: var(--mist); }
.access__exterior { margin: 0 0 24px; overflow: hidden; }
.access__exterior img { display: block; width: 100%; height: 180px; object-fit: cover; object-position: center center; }
.access__grid { display: grid; grid-template-columns: 58% 42%; background: var(--white); box-shadow: var(--shadow); }
.access__map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; filter: grayscale(.65) contrast(.95); }
.access__info { padding: 54px; }
.access__info h3 { margin: 0 0 28px; font-family: var(--heading); font-size: 27px; font-weight: 500; }
.access__info dl { margin: 0; }
.access__info dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); }
.access__info dt { color: #758187; font-size: 11px; }
.access__info dd { margin: 0; }
.access__info dd a[href^="tel:"] { color: var(--navy); font-size: 24px; font-weight: 700; letter-spacing: .04em; }
.hours-wrap { margin-top: 38px; padding: 38px; background: var(--white); }
.hours { width: 100%; border-collapse: collapse; text-align: center; }
.hours caption { margin-bottom: 18px; font-family: var(--heading); font-size: 25px; text-align: left; }
.hours th, .hours td { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 16px; }
.hours thead th { color: #66747b; font-size: 12px; font-weight: 600; }
.hours tbody th { text-align: left; }
.hours tbody td { color: var(--navy); font-weight: 700; }
.hours tbody td.pink{ color: var(--rose-dark); }
.hours-wrap > p { margin: 15px 0 0; }
.contact__inner > div > p:last-child { margin: 20px 0 0; color: #d3e0e6; }

.contact { padding: 90px 0; color: var(--white); background: var(--navy); }
.contact__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 90px; }
.contact .eyebrow { color: #bcd3df; }
.contact h2 { font-size: clamp(28px, 3.2vw, 42px); }
.contact__tel { min-width: 390px; display: flex; flex-direction: column; align-items: center; padding: 30px 42px; color: var(--white); background: var(--rose); border: 1px solid var(--rose-dark); transition: background .2s ease, box-shadow .2s ease; }
.contact__tel:hover { background: var(--rose-dark); box-shadow: 0 12px 28px rgba(199, 99, 99, .24); }
.contact__tel small { font-size: 10px; letter-spacing: .15em; }
.contact__tel strong { margin: 4px 0; font-family: var(--serif); font-size: 46px; letter-spacing: .04em; line-height: 1.15; }
.contact__tel span { color: rgba(255,255,255,.82); font-size: 10px; }

.site-footer { padding: 72px 0 20px; color: #d4e1e6; background: #112d40; }
.site-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; }
.brand--footer .brand__mark { color: #fff; border-color: rgba(255,255,255,.65); }
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__text small { color: #9eb5c1; }
.site-footer address { margin-top: 24px; color: #aebfc7; font-style: normal; font-size: 11px; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 13px 38px; align-content: start; }
.site-footer nav a { font-size: 14px; }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #829ba7; font-size: 9px; letter-spacing: .12em; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  .global-nav { display: none; }
  .menu-button { order: 3; width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; margin-left: auto; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; height: 1px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav.is-open { position: absolute; left: 0; right: 0; top: 86px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 18px 24px 28px; background: #fff; box-shadow: 0 20px 30px rgba(0,0,0,.08); }
  .global-nav.is-open a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .header-cta { order: 2; align-self: auto; min-height: 58px; min-width: 200px; }
  .hero__grid { grid-template-columns: minmax(0, 56%); }
  .hero__content { padding-right: 24px; }
  .hero__bg img { object-position: 70% center; }
  .section { padding: 100px 0; }
  .concept__grid, .insurance__grid, .visit__grid { gap: 55px; }
  .faq__grid { gap: 60px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 32px, 720px); }
  .notice-bar { display: none; }
  .site-header__inner { min-height: 72px; }
  .brand__mark { width: 39px; height: 39px; font-size: 18px; }
  .brand__text strong { font-size: 17px; }
  .brand__text small { display: none; }
  .header-cta { display: none; }
  .global-nav.is-open { top: 72px; grid-template-columns: 1fr; }

  .hero { min-height: 88svh; }
  .hero__bg img { object-position: 62% 28%; }
  .hero__overlay { background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 32%, rgba(255,255,255,.45) 50%, rgba(255,255,255,.12) 68%, transparent 82%); }
  .hero__grid { min-height: 88svh; grid-template-columns: 1fr; align-content: start; }
  .hero__content { display: contents; }
  .hero .eyebrow { order: 1; padding-top: 56px; text-shadow: 0 0 16px rgba(255,255,255,.95); }
  .hero h1 { order: 2; text-shadow: 0 0 18px rgba(255,255,255,.95); }
  .hero__vertical { position: static; order: 3; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; gap: 8px; width: 100%; margin: 18px 0 6px; padding: 0; background: none; border: 0; box-shadow: none; }
  .hero__vertical-col { writing-mode: horizontal-tb; width: fit-content; max-width: none; height: fit-content; padding: 10px 12px; color: var(--white); background: rgba(23,63,95,.84); border-left: 0; box-shadow: 0 6px 18px rgba(23,63,95,.16); font-family: var(--serif); font-size: clamp(13px, 3.4vw, 16px); font-weight: 500; letter-spacing: .08em; line-height: 1.5; white-space: nowrap; }
  .hero__lead { order: 4; padding: 16px 18px; color: var(--text); background: rgba(255,255,255,.9); backdrop-filter: blur(8px); box-shadow: 0 4px 24px rgba(255,255,255,.55); line-height: 1.9; }
  .hero__points { order: 5; flex-wrap: nowrap; justify-content: space-between; gap: 8px; padding-bottom: 24px; margin-bottom: 0; }
  .hero__points span { flex: 1 1 0; width: auto; min-width: 0; max-width: none; aspect-ratio: 1; height: auto; padding: 8px 4px; font-size: clamp(12px, 3.4vw, 16px); line-height: 1.35; letter-spacing: .02em; }
  .button { width: 100%; }
  .hero__title-label { font-size: 13px; letter-spacing: .1em; }
  .hero__title-copy { font-size: clamp(30px, 8.5vw, 44px); line-height: 1.5; }

  .quick-info__inner { grid-template-columns: 1fr; gap: 20px; padding: 24px 0 28px; }
  .quick-info__head { padding-left: 0; border-left: 0; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .quick-info__actions { flex-direction: column; justify-content: stretch; }
  .quick-info__actions .button { width: 100%; }

  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .section-heading--vertical h2 { font-size: clamp(31px, 9vw, 44px); }
  .contact h2 { font-size: clamp(24px, 7vw, 34px); }
  .insurance h2, .accident h2, .visit h2 { font-size: clamp(28px, 8vw, 38px); }
  .section-heading--split { grid-template-columns: 1fr; gap: 20px; }

  .concept::before { width: 100%; height: 170px; }
  .concept__grid { grid-template-columns: 1fr; gap: 28px; }
  .concept__body { padding-top: 0; }

  .concerns__grid { grid-template-columns: 1fr 1fr; }
  .concern-card { min-height: 220px; padding: 28px 22px; }
  .concern-card h3 { margin-top: 14px; font-size: 19px; }
  .concern-card__icon { width: 96px; height: 96px; }

  .strengths__grid { grid-template-columns: 1fr; }
  .strengths__grid article { min-height: auto; padding: 38px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .strengths__grid article:last-child { border-bottom: 0; }
  .strengths__grid h3 { margin-top: 28px; }

  .services__grid { grid-template-columns: 1fr; }
  .service-card, .service-card--large { grid-column: auto; grid-template-columns: 1fr; min-height: auto; }
  .service-card img, .service-card__visual { height: 260px; }
  .service-card--large img { height: 330px; }
  .service-card__body { padding: 34px 27px 38px; }

  .insurance__grid { grid-template-columns: 1fr; gap: 35px; }
  .insurance__panel { margin-top: 0; padding: 35px 27px; }
  .insurance__panel ul { grid-template-columns: 1fr 1fr; }
  .insurance::after { top: 5px; font-size: 20vw; }

  .accident__grid { grid-template-columns: 1fr; }
  .accident__image { height: 360px; }
  .accident__image img { object-position: 35% right; }
  .accident__body { margin: -44px 16px 0; padding: 42px 27px; }
  .accident__boxes { grid-template-columns: 1fr; }

  .visit__grid { grid-template-columns: 1fr; gap: 55px; }
  .visit__image img { min-height: 360px; }

  .flow { grid-template-columns: 1fr 1fr; }
  .flow li:nth-child(3) { border-left: 1px solid #cfc2ae; }
  .flow li { min-height: 225px; }

  .faq__grid { grid-template-columns: 1fr; gap: 20px; }
  summary { padding-left: 38px; font-size: 15px; }
  details p { padding-left: 38px; }

  .access__exterior img { height: 200px; }
  .access__grid { grid-template-columns: 1fr; }
  .access__map iframe { min-height: 330px; }
  .access__info { padding: 35px 25px; }
  .hours-wrap { overflow-x: auto; padding: 28px 18px; }
  .hours { min-width: 650px; }

  .contact__inner { grid-template-columns: 1fr; gap: 38px; }
  .contact__tel { min-width: 0; width: 100%; padding-inline: 20px; }
  .contact__tel strong { font-size: 38px; }

  .site-footer__grid { grid-template-columns: 1fr; gap: 45px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; height: 70px; display: grid; grid-template-columns: 32% 68%; background: #fff; box-shadow: 0 -4px 20px rgba(0,0,0,.12); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; font-size: 12px; }
  .mobile-cta a:first-child { color: var(--navy); border-top: 1px solid var(--line); }
  .mobile-cta a:last-child { flex-direction: column; color: #fff; background: var(--rose); line-height: 1.35; }
  .mobile-cta a:last-child:hover { background: var(--rose-dark); }
  .mobile-cta strong { font-size: 14px; }
  .mobile-cta a[href^="tel:"] span { font-size: 17px; font-weight: 700; letter-spacing: .04em; opacity: 1; }
  .mobile-cta span { font-size: 10px; opacity: .8; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 28px); }
  .concerns__grid { grid-template-columns: 1fr; }
  .concern-card { min-height: auto; }
  .insurance__panel ul { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .flow li, .flow li:nth-child(3) { border-left: 1px solid #cfc2ae; }
  .site-footer nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__bg img { opacity: 1 !important; transition: none !important; }
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero__bg img {
  opacity: 0;
  transition: opacity 1.1s ease;
}

.hero.is-loaded .hero__bg img {
  opacity: 1;
}
