/* Hallmark · macrostructure: Photographic editorial · tone: warm trust · anchor hue: sage green */
* { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-ink); background: var(--color-paper); font-family: var(--font-body); font-size: var(--text-base); font-weight: var(--weight-body); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { min-width: 0; overflow-wrap: anywhere; font-family: var(--font-display); font-style: normal; font-weight: var(--weight-lead); line-height: 1.02; }
h1 { font-size: var(--text-display); }
h2 { font-size: var(--text-section); }
h3 { font-size: var(--text-xl); }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: min(100% - 64px, 1260px); margin: 0 auto; }
.section { padding: clamp(90px, 12vw, 172px) 0; }
.btn, .text-link, .review-button { white-space: nowrap; }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; transform: translateY(-150%); color: var(--color-white-soft); background: var(--color-ink); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { color: var(--color-sage-2); font-size: var(--text-sm); font-weight: var(--weight-emphasis); letter-spacing: .08em; text-transform: uppercase; }
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: var(--control-height); padding: 12px 24px; overflow: hidden; border: 1px solid var(--color-button-border); border-radius: var(--radius-xs); color: var(--color-white-soft); background: var(--color-sage-2); font-weight: var(--weight-emphasis); isolation: isolate; text-decoration: none; transition: background var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.btn::after { position: absolute; top: -50%; bottom: -50%; left: -36%; z-index: 0; width: 24%; background: linear-gradient(105deg, transparent, var(--color-paper-glow), transparent); content: ""; pointer-events: none; transform: translateX(-180%) skewX(-22deg); }
.btn:hover { background: var(--color-button-hover); box-shadow: var(--shadow-soft); }
.btn:hover::after, .btn:focus-visible::after { animation: button-sheen 720ms var(--ease-out) both; }
.btn:active { box-shadow: none; }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; pointer-events: none; }
@keyframes button-sheen { 0%, 68% { transform: translateX(-180%) skewX(-22deg); } 86%, 100% { transform: translateX(800%) skewX(-22deg); } }
.btn-small { min-height: var(--control-height); padding: 12px 18px; font-size: var(--text-sm); }
.btn-paper { color: var(--color-ink); border-color: var(--color-paper); background: var(--color-paper); }
.btn-paper:hover, .btn-paper:focus-visible { background: var(--color-white-soft); }
.text-link { display: inline-flex; gap: var(--space-xs); margin-top: var(--space-lg); color: var(--color-ink); font-weight: var(--weight-emphasis); text-decoration-color: var(--color-accent); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.text-link span { color: var(--color-accent-2); transition: transform var(--dur-short) var(--ease-out); }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(5px); }
.vera-icon { display: inline-grid; width: 28px; height: 28px; place-items: center; color: var(--color-sage-2); }
.vera-icon svg { width: 28px; height: 28px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.vera-icon .accent { color: var(--color-accent-2); stroke: currentColor; }

.site-header { position: fixed; top: 20px; left: 50%; z-index: 30; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: var(--space-lg); align-items: center; width: min(100% - 48px, 1330px); min-height: 64px; padding: 8px 10px 8px 14px; border: 1px solid var(--color-white-border); border-radius: var(--radius-xs); background: var(--color-white-glass); box-shadow: var(--shadow-soft); backdrop-filter: blur(14px); transform: translateX(-50%); transition: background var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out); }
.site-header.is-scrolled { background: var(--color-white-glass); box-shadow: var(--shadow-soft); }
.brand { display: inline-flex; align-items: center; gap: var(--space-sm); width: fit-content; text-decoration: none; }
.brand-mark { position: relative; display: block; width: 48px; height: 48px; overflow: hidden; border: 0; border-radius: 50%; }
.brand-mark img { position: absolute; top: -2px; left: -9px; width: 66px; height: auto; max-width: none; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy span { color: var(--color-muted); font-size: .7rem; font-weight: var(--weight-emphasis); letter-spacing: .1em; text-transform: uppercase; }
.brand-copy strong { margin-top: 2px; color: var(--color-ink); font-family: var(--font-display); font-size: 1.6rem; font-weight: var(--weight-emphasis); }
.nav { display: flex; justify-self: center; gap: var(--space-md); align-items: center; min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.nav a { font-size: var(--text-sm); font-weight: var(--weight-emphasis); text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: var(--color-accent-2); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.header-phone { display: none; font-size: var(--text-sm); font-weight: var(--weight-emphasis); text-decoration: none; }
.menu-toggle, .mobile-menu { display: none; }
.site-header:not(.is-scrolled) .nav a { color: var(--color-ink); text-shadow: none; -webkit-text-stroke: 0; }
.site-header:not(.is-scrolled) .brand-copy span, .site-header:not(.is-scrolled) .brand-copy strong { color: var(--color-ink); text-shadow: none; -webkit-text-stroke: 0; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: min(860px, 100svh); overflow: hidden; color: var(--color-white-soft); background: var(--color-paper-2); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--color-ink-overlay-strong) 0%, var(--color-ink-overlay-medium) 34%, transparent 72%); }
.hero-content { position: relative; z-index: 1; width: min(100% - 64px, 1260px); margin: 0 auto; padding: 112px 0 190px; }
.hero .eyebrow { color: var(--color-white-soft); text-shadow: 0 2px 12px var(--color-ink-shadow); white-space: pre-line; }
.hero h1 { max-width: 980px; margin-top: var(--space-md); font-size: var(--text-display); text-shadow: 0 2px 18px var(--color-ink-shadow); }
.hero-copy { max-width: 550px; margin-top: var(--space-md); color: var(--color-white-soft); font-size: clamp(1.2rem, 1.75vw, 1.55rem); text-shadow: 0 2px 14px var(--color-ink-shadow-soft); }
.hero-actions { display: grid; justify-items: start; gap: var(--space-md); margin-top: var(--space-xl); }
.hero .btn { min-width: min(100%, 320px); min-height: var(--control-height); padding: 12px 24px; font-size: var(--text-md); }
.hero-phone { display: inline-flex; gap: var(--space-md); align-items: center; color: var(--color-white-soft); font-size: clamp(1.15rem, 1.6vw, 1.45rem); font-weight: var(--weight-emphasis); text-decoration: none; text-shadow: 0 2px 12px var(--color-ink-shadow); }
.hero-phone svg { width: 34px; height: 34px; padding: 7px; border: 1px solid var(--color-white-border); border-radius: 50%; }
.assurance { position: relative; display: grid; min-height: 640px; height: clamp(640px, 56.28vw, 860px); padding: 0; overflow: hidden; border-bottom: var(--rule-hair); background: var(--color-paper-2); }
.assurance-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.assurance-layout { position: relative; z-index: 1; display: grid; align-content: center; justify-items: center; min-height: 100%; padding-top: 94px; padding-bottom: 94px; text-align: center; }
.assurance-heading h2 { max-width: 860px; margin-top: var(--space-lg); }
.assurance-copy { display: grid; justify-items: center; padding-top: var(--space-lg); }
.assurance-copy p { max-width: 610px; color: var(--color-ink-2); font-size: var(--text-lg); }

.services-section { padding: 0; background: var(--color-paper); }
.services-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, 1fr); align-items: stretch; width: 100%; max-width: none; overflow: hidden; background: var(--color-paper-2); }
.care-photo { height: 680px; min-height: 0; margin: 0; overflow: hidden; background: var(--color-paper-3); }
.care-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.care-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: clamp(48px, 4.5vw, 64px) clamp(48px, 6vw, 96px); background: var(--color-paper-2); }
.care-copy h2, .routine-copy h2 { max-width: 590px; font-size: var(--text-section); }
.section-accent { display: block; width: 78px; height: 3px; margin-top: var(--space-sm); background: var(--color-sage-2); }
.care-lead { max-width: 550px; margin-top: var(--space-md); color: var(--color-ink-2); font-size: var(--text-md); font-weight: var(--weight-lead); }
.care-list { display: grid; gap: 0; width: 100%; max-width: 560px; margin: var(--space-md) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--color-rule-warm); }
.care-list li { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: var(--space-sm); align-items: start; min-height: 72px; padding: var(--space-xs) 0; border-bottom: 1px solid var(--color-rule-soft); color: var(--color-ink); font-size: var(--text-base); font-weight: var(--weight-emphasis); line-height: 1.3; }
.care-list li .vera-icon { width: 28px; height: 28px; }
.care-list .list-copy { display: grid; gap: var(--space-3xs); }
.care-list .list-copy strong { color: var(--color-ink); font-size: var(--text-base); line-height: 1.25; }
.care-list .list-copy span { max-width: 430px; color: var(--color-muted); font-size: var(--text-xs); font-weight: var(--weight-body); line-height: 1.4; }

.routine-section { padding: 0; overflow: hidden; background: var(--color-paper-2); }
.routine-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); min-height: 680px; }
.routine-copy { padding: clamp(40px, 4vw, 56px) clamp(48px, 7vw, 112px) var(--space-md) max(64px, calc((100vw - 1260px) / 2)); background: var(--color-paper-2); }
.routine-copy .eyebrow { color: var(--color-accent-2); }
.routine-copy h2 { max-width: 660px; margin-top: var(--space-md); }
.routine-list { position: relative; display: grid; gap: 0; max-width: 720px; margin: clamp(24px, 3vw, 36px) 0 0; padding: 0 0 0 50px; list-style: none; }
.routine-list::before { position: absolute; top: 25px; bottom: 25px; left: 7px; width: 1px; background: var(--color-sage-2); content: ""; }
.routine-list li { position: relative; display: grid; grid-template-columns: 136px minmax(0, 1fr); gap: var(--space-lg); align-items: center; min-height: 56px; padding: var(--space-3xs) 0; border-bottom: 1px solid var(--color-rule-faint); }
.routine-list li::before { position: absolute; z-index: 1; top: 50%; left: -50px; width: 16px; height: 16px; border: 2px solid var(--color-paper-2); border-radius: 50%; background: var(--color-sage-2); box-shadow: 0 0 0 1px var(--color-sage-2); content: ""; transform: translateY(-50%); }
.routine-list li:last-child { border-bottom: 0; }
.routine-list .time { color: var(--color-sage-2); font-family: var(--font-display); font-size: var(--text-xl); font-weight: var(--weight-emphasis); line-height: 1; }
.routine-list .label { color: var(--color-ink); font-size: var(--text-md); font-weight: var(--weight-lead); line-height: 1.35; }
.routine-art { min-width: 0; min-height: 600px; margin: var(--space-image-stagger) 0; overflow: hidden; background: var(--color-paper-3); }
.routine-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.walks-section { padding: clamp(80px, 10vw, 144px) 0; background: var(--color-paper); }
.walks-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(42px, 7vw, 104px); align-items: center; }
.walks-copy { max-width: 500px; }
.walks-copy h2 { max-width: 460px; margin-top: var(--space-md); }
.walks-copy > p:not(.eyebrow):not(.walks-note) { margin-top: var(--space-lg); color: var(--color-ink-2); font-size: var(--text-lg); line-height: 1.48; }
.walks-note { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: var(--space-xs); align-items: start; max-width: 460px; margin-top: var(--space-lg); padding-top: var(--space-md); border-top: 1px solid var(--color-rule-faint); color: var(--color-muted); font-size: var(--text-sm); line-height: 1.45; }
.walks-note svg { width: 24px; height: 24px; color: var(--color-accent-2); stroke-width: 1.5; }
.walks-media { position: relative; height: clamp(390px, 38vw, 520px); min-height: 0; margin: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--color-paper-3); }
.walks-media img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center; }

.living-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding: 0; background: var(--color-paper-2); }
.living-media { position: relative; min-width: 0; min-height: 640px; margin: 0; overflow: hidden; background: var(--color-paper-3); }
.living-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.living-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 4.4vw, 64px); background: var(--color-paper-2); }
.living-copy h2 { max-width: 560px; margin-top: 0; font-size: var(--text-section); }
.living-lead { max-width: 450px; margin-top: var(--space-md); font-size: var(--text-md); font-weight: var(--weight-lead); }
.living-clarification { max-width: 470px; margin-top: var(--space-sm); color: var(--color-muted); }
.meals-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 640px; padding: 0; background: var(--color-paper-2); }
.meal-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(48px, 6vw, 96px) clamp(48px, 6vw, 96px) clamp(48px, 6vw, 96px) clamp(96px, 8vw, 136px); background: var(--color-paper-2); }
.meal-copy h2 { max-width: 560px; font-size: var(--text-section); }
.meal-lead { max-width: 480px; margin-top: var(--space-lg); color: var(--color-ink-2); font-size: var(--text-md); }
.meal-photo { min-width: 0; min-height: 640px; margin: 0; overflow: hidden; background: var(--color-paper-3); }
.meal-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1061px) { .meal-photo { margin-top: var(--space-image-stagger); } }
.meal-list { display: grid; gap: 0; width: 100%; max-width: 540px; margin: var(--space-lg) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--color-rule-faint); }
.meal-list li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: var(--space-sm); align-items: center; min-height: 56px; border-bottom: 1px solid var(--color-rule-faint); color: var(--color-ink-2); font-size: var(--text-sm); font-weight: var(--weight-emphasis); }
.meal-list li .vera-icon { width: 28px; height: 28px; }
.amenity-list { display: grid; gap: 0; width: 100%; max-width: 540px; margin: var(--space-md) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--color-rule-faint); }
.amenity-list li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: var(--space-sm); align-items: center; min-height: 48px; border-bottom: 1px solid var(--color-rule-faint); color: var(--color-ink-2); font-size: var(--text-sm); font-weight: var(--weight-emphasis); }
.amenity-list .vera-icon { width: 28px; height: 28px; }

.visit-section { position: relative; display: flex; align-items: stretch; min-height: 760px; padding: 0; overflow: hidden; color: var(--color-ink); background: var(--color-paper-2); isolation: isolate; }
.visit-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visit-section::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--color-paper-2) 0%, var(--color-paper-2) 46%, color-mix(in srgb, var(--color-paper-2) 84%, transparent) 56%, transparent 76%); content: ""; }
.visit-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 580px) 1fr; align-items: center; width: 100%; max-width: none; min-height: 760px; padding: 120px max(64px, calc((100vw - 1260px) / 2)) 90px; }
.visit-copy { max-width: 550px; }
.visit-copy h2 { max-width: 530px; margin-top: var(--space-lg); color: var(--color-ink); }
.visit-copy > p:not(.eyebrow) { max-width: 500px; margin-top: var(--space-xl); color: var(--color-ink-2); font-size: var(--text-lg); }
.visit-copy .visit-note { color: var(--color-sage-2); font-family: var(--font-display); font-size: var(--text-xl); font-style: italic; font-weight: var(--weight-lead); line-height: 1.2; }
.visit-copy .btn { margin-top: var(--space-md); }
.visit-copy .text-link { color: var(--color-ink); text-decoration-color: var(--color-accent); }
.visit-copy .text-link span { color: var(--color-accent-2); }

.promotion { padding: clamp(64px, 8vw, 112px) 0; background: var(--color-paper-2); }
.promotion-layout { position: relative; display: grid; grid-template-columns: minmax(0, 6fr) minmax(340px, 5fr); min-height: 460px; overflow: hidden; border: 1px solid var(--color-promotion-rule); border-radius: var(--radius-md); background: var(--color-promotion); isolation: isolate; }
.promotion-layout::after { position: absolute; z-index: 0; inset: 0 25% 0 0; background: linear-gradient(90deg, var(--color-promotion) 0%, var(--color-promotion) 68%, transparent 100%); content: ""; pointer-events: none; }
.promotion-media { position: relative; z-index: -1; grid-column: 2; grid-row: 1; min-height: 100%; margin: 0; overflow: hidden; background: var(--color-paper-3); }
.promotion-media img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; object-position: right center; }
.promotion-content { position: relative; z-index: 1; grid-column: 1; grid-row: 1; align-self: center; min-width: 0; padding: clamp(34px, 5vw, 72px); }
.promotion-content h2 { max-width: 550px; }
.promotion-lead { max-width: 530px; margin-top: var(--space-md); color: var(--color-ink-2); font-size: var(--text-md); }
.promotion-grid { display: grid; grid-template-columns: minmax(0, 450px); gap: 14px; margin-top: var(--space-lg); }
.promotion-card { display: flex; flex-direction: column; min-height: 0; padding: 22px 24px; border: 1px solid color-mix(in srgb, var(--color-promotion-rule) 76%, var(--color-white-soft)); border-radius: var(--radius-sm); background: var(--color-promotion-card); box-shadow: 0 12px 30px var(--color-promotion-shadow); }
.promotion-card h3 { margin-top: var(--space-md); color: var(--color-ink); font-family: var(--font-body); font-size: var(--text-md); font-weight: var(--weight-emphasis); line-height: 1.22; }
.promotion-card > h3:first-child { margin-top: 0; }
.promotion-card > p:not(.promotion-badge):not(.promotion-note):not(.promotion-price) { margin-top: var(--space-sm); color: var(--color-ink-2); font-size: var(--text-sm); line-height: 1.45; }
.promotion-badge { width: fit-content; padding: 6px 10px; border-radius: 999px; color: var(--color-sage-2); background: var(--color-sage-soft); font-size: var(--text-xs); font-weight: var(--weight-emphasis); line-height: 1.2; }
.promotion-price { margin-top: var(--space-sm); color: var(--color-sage-2); font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: var(--weight-emphasis); line-height: .95; }
.promotion-note { margin-top: auto; padding-top: var(--space-md); color: var(--color-muted); font-size: var(--text-xs); line-height: 1.35; }
.promotion-card .text-link { margin-top: var(--space-sm); font-size: var(--text-sm); }

.settlement-section { position: relative; display: grid; min-height: 680px; padding: 0; overflow: hidden; isolation: isolate; scroll-margin-top: 104px; background: var(--color-paper-2); }
.settlement-copy { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 620px) 1fr; width: min(100% - 128px, 1260px); min-height: 680px; margin: 0 auto; padding: clamp(56px, 6vw, 88px) 0; }
.settlement-content { max-width: 620px; }
.settlement-content h2 { max-width: 610px; margin-top: var(--space-md); font-size: var(--text-section); }
.settlement-lead { max-width: 500px; margin-top: var(--space-lg); color: var(--color-ink-2); font-size: var(--text-lg); }
.settlement-list { position: relative; display: grid; gap: 0; width: min(100%, 510px); margin: var(--space-xl) 0 0; padding: 0 0 0 42px; list-style: none; }
.settlement-list::before { position: absolute; top: 24px; bottom: 24px; left: 7px; width: 1px; background: var(--color-sage); content: ""; }
.settlement-list li { position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: var(--space-sm); align-items: center; min-height: 80px; padding: 12px 0; color: var(--color-ink); font-size: var(--text-md); font-weight: var(--weight-emphasis); line-height: 1.35; white-space: pre-line; }
.settlement-list li::before { position: absolute; z-index: 1; top: 50%; left: -42px; width: 14px; height: 14px; border: 2px solid var(--color-paper-2); border-radius: 50%; background: var(--color-sage); box-shadow: 0 0 0 1px var(--color-sage); content: ""; transform: translateY(-50%); }
.settlement-list li .vera-icon { width: 28px; height: 28px; }
.settlement-cta { margin-top: var(--space-xl); }
.settlement-photo { position: absolute; z-index: -1; inset: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--color-paper-2); }
.settlement-photo::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--color-paper-2) 0%, var(--color-paper-2) 46%, color-mix(in srgb, var(--color-paper-2) 84%, transparent) 56%, transparent 76%); content: ""; pointer-events: none; }
.settlement-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.care-list .vera-icon, .amenity-list .vera-icon, .meal-list .vera-icon, .settlement-list .vera-icon { width: 28px; height: 28px; }

.reviews-section { position: relative; overflow: hidden; background: var(--color-sage-soft); isolation: isolate; }
.reviews-section::before { position: absolute; z-index: 0; inset: 0; background: url("../assets/reviews-garden-landscape.png") center / cover no-repeat; content: ""; }
.reviews-section::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--color-paper-2) 91%, transparent), color-mix(in srgb, var(--color-sage-soft) 88%, transparent)); content: ""; }
.reviews-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(330px, .8fr) 1.2fr; gap: clamp(42px, 10vw, 160px); align-items: center; }
.rating-panel { padding: clamp(28px, 4vw, 58px); border: var(--rule-hair); border-radius: var(--radius-xs); background: var(--color-white-soft); box-shadow: var(--shadow-soft); }
.rating-score { margin-top: var(--space-sm); font-family: var(--font-display); font-size: clamp(7rem, 11vw, 10rem); font-weight: var(--weight-emphasis); line-height: .78; }
.rating-stars { margin-top: var(--space-md); color: var(--color-accent-2); font-size: 1.7rem; letter-spacing: .14em; }
.rating-count { display: flex; gap: 14px; align-items: center; margin-top: var(--space-lg); padding: 16px; border: 1px solid var(--color-sage); border-radius: var(--radius-xs); background: var(--color-sage-soft); font-weight: var(--weight-emphasis); }
.rating-count strong { font-family: var(--font-display); font-size: 3.4rem; line-height: .8; }
.rating-count span { max-width: 125px; line-height: 1.1; }
.review-button { display: flex; justify-content: space-between; align-items: center; gap: var(--space-xs); width: 100%; min-height: var(--control-height); margin-top: var(--space-md); padding: 12px 10px; border-radius: var(--radius-xs); color: var(--color-white-soft); background: var(--color-sage-2); font-size: var(--text-sm); font-weight: var(--weight-emphasis); line-height: 1.2; text-decoration: none; transition: background var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.review-button svg { flex: 0 0 16px; width: 16px; height: 16px; }
.review-button:hover, .review-button:focus-visible { background: var(--color-ink); box-shadow: var(--shadow-soft); }
.review-button:active { box-shadow: none; }
.review-button[aria-disabled="true"] { opacity: .55; pointer-events: none; }
.reviews-copy h2 { max-width: 680px; margin-top: 0; }
.reviews-copy > p:not(.eyebrow) { max-width: 510px; margin-top: var(--space-xl); color: var(--color-ink-2); font-size: var(--text-lg); }
.reviews-carousel { margin-top: var(--space-xl); }
.reviews-viewport { overflow: hidden; touch-action: pan-y; }
.reviews-track { display: flex; gap: 16px; transition: transform 480ms var(--ease-out); will-change: transform; }
.review-slide { display: flex; flex: 0 0 calc((100% - 32px) / 3); flex-direction: column; min-height: 232px; padding: 22px; border: 1px solid var(--color-rule); border-radius: var(--radius-sm); background: var(--color-white-soft); }
.review-quote { color: var(--color-ink); font-family: var(--font-display); font-size: clamp(1.18rem, 1.45vw, 1.55rem); font-weight: var(--weight-lead); line-height: 1.15; }
.review-slide p { display: grid; gap: 3px; margin-top: auto; padding-top: var(--space-lg); color: var(--color-muted); font-size: var(--text-xs); }
.review-slide strong { color: var(--color-ink); }
.carousel-controls { display: flex; align-items: center; gap: 12px; margin-top: var(--space-lg); }
.carousel-controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--color-rule-dark); border-radius: 50%; color: var(--color-sage-2); background: transparent; transition: color var(--dur-short) var(--ease-out), background var(--dur-short) var(--ease-out), transform var(--dur-short) var(--ease-out); }
.carousel-controls button:hover, .carousel-controls button:focus-visible { color: var(--color-white-soft); background: var(--color-sage-2); transform: translateY(-2px); }
.carousel-controls svg { width: 19px; height: 19px; }
.carousel-controls span { color: var(--color-muted); font-size: var(--text-sm); }

.faq-section { background: var(--color-white-soft); }
.faq-layout { display: grid; justify-items: center; gap: var(--space-2xl); align-items: start; text-align: center; }
.faq-layout h2 { max-width: 720px; margin-top: 0; }
.faq-items { width: min(100%, 820px); border-top: var(--rule-hair); }
.faq-items details { border-bottom: var(--rule-hair); }
.faq-items summary { position: relative; display: flex; justify-content: center; gap: var(--space-md); padding: 24px 56px; font-size: var(--text-md); font-weight: var(--weight-emphasis); cursor: pointer; list-style: none; }
.faq-items summary::-webkit-details-marker { display: none; }
.faq-items summary span { position: absolute; right: 0; color: var(--color-accent-2); font-size: 1.6rem; line-height: .8; transition: transform var(--dur-short) var(--ease-out); }
.faq-items details[open] summary span { transform: rotate(45deg); }
.faq-items details p { max-width: 680px; margin: 0 auto; padding: 0 32px 25px; color: var(--color-ink-2); }

.consultation-section { position: relative; padding: clamp(72px, 8vw, 118px) 0; overflow: hidden; background: var(--color-sage); isolation: isolate; }
.consultation-section::before { position: absolute; z-index: -1; inset: 0 auto 0 0; width: min(56%, 760px); background: linear-gradient(90deg, color-mix(in srgb, var(--color-sage) 65%, transparent), color-mix(in srgb, var(--color-sage) 88%, transparent)), url("../assets/consultation-autumn-foliage.png") left center / cover no-repeat; content: ""; opacity: .45; pointer-events: none; }
.consultation-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 9vw, 150px); align-items: start; }
.consultation-copy { position: sticky; top: 120px; }
.consultation-copy h2 { max-width: 620px; margin-top: 0; }
.consultation-copy h2 + p { max-width: 465px; margin-top: var(--space-lg); color: var(--color-ink-2); font-size: var(--text-lg); }
.consultation-form, .viewing-form { display: grid; gap: 18px; }
.consultation-form > label:not(.consent), .viewing-form > label:not(.consent) { display: grid; gap: 8px; color: var(--color-ink-2); font-size: var(--text-sm); font-weight: var(--weight-emphasis); }
.consultation-form input:not([type="checkbox"]), .consultation-form textarea, .consultation-form select, .viewing-form input:not([type="checkbox"]) { width: 100%; min-height: var(--control-height); padding: 12px 16px; border: 1px solid var(--color-rule); border-radius: var(--radius-xs); color: var(--color-ink); background: var(--color-white-soft); outline: 2px solid transparent; outline-offset: 1px; transition: border-color var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.consultation-form textarea { min-height: 108px; resize: vertical; }
.consultation-form input:not([type="checkbox"]):hover:not(:disabled), .consultation-form textarea:hover:not(:disabled), .consultation-form select:hover:not(:disabled), .viewing-form input:not([type="checkbox"]):hover:not(:disabled) { border-color: var(--color-rule-dark); }
.consultation-form input:focus-visible, .consultation-form textarea:focus-visible, .consultation-form select:focus-visible, .viewing-form input:focus-visible { border-color: var(--color-sage-2); outline-color: var(--color-focus); box-shadow: 0 0 0 3px var(--color-focus-soft); }
.consultation-form input:disabled, .consultation-form textarea:disabled, .consultation-form select:disabled, .viewing-form input:disabled { opacity: .55; cursor: not-allowed; }
.consultation-form fieldset { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.consultation-form legend { margin-bottom: 10px; color: var(--color-ink-2); font-size: var(--text-sm); font-weight: var(--weight-emphasis); }
.person-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.person-options label { position: relative; display: grid; min-height: 60px; place-items: center; padding: 10px; border: 1px solid var(--color-rule); border-radius: var(--radius-xs); color: var(--color-ink-2); background: var(--color-white-soft); font-weight: var(--weight-emphasis); cursor: pointer; text-align: center; transition: border-color var(--dur-short) var(--ease-out), background var(--dur-short) var(--ease-out); }
.person-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.person-options label:hover { border-color: var(--color-rule-dark); }
.person-options label:has(input:focus-visible) { outline: 3px solid var(--color-focus); outline-offset: 3px; }
.person-options label:has(input:checked) { border-color: var(--color-sage-2); background: var(--color-sage-soft); }
.person-options input:checked + span { color: var(--color-sage-2); }
.person-options span { display: grid; place-items: center; transition: color var(--dur-short) var(--ease-out); }
.callback-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.callback-options label { display: grid; gap: 8px; color: var(--color-muted); font-size: var(--text-sm); font-weight: var(--weight-emphasis); }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--color-muted); font-size: var(--text-sm); }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--color-accent); }
.consultation-form .consent, .viewing-form .consent { color: var(--color-muted); }
.consultation-form .consent a, .viewing-form .consent a { color: var(--color-ink); }
.consultation-form .btn, .viewing-form .btn { width: 100%; margin-top: 6px; }
.form-status { min-height: 1.5em; color: var(--color-muted); font-size: var(--text-sm); }
.form-privacy-note { margin: -6px 0 0; color: var(--color-muted); font-size: var(--text-xs); line-height: 1.45; }
.trap-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; clip-path: inset(50%) !important; overflow: hidden !important; white-space: nowrap !important; }
.viewing-dialog { width: min(100% - 32px, 670px); padding: clamp(28px, 5vw, 56px); border: 0; border-radius: var(--radius-xs); color: var(--color-ink); background: var(--color-paper); box-shadow: 0 28px 90px var(--color-dialog-shadow); }
.viewing-dialog::backdrop { background: var(--color-dialog-backdrop); backdrop-filter: blur(5px); }
.viewing-dialog-copy h2 { margin-top: var(--space-md); }
.viewing-dialog-copy p:last-child { max-width: 450px; margin-top: var(--space-md); color: var(--color-ink-2); font-size: var(--text-lg); }
.viewing-form { margin-top: var(--space-xl); }
.dialog-close { position: absolute; top: 16px; right: 18px; width: 38px; height: 38px; border: 0; color: var(--color-ink); background: transparent; font-size: 2.1rem; line-height: 1; }
.dialog-consultation { justify-self: center; margin-top: 2px; font-size: var(--text-sm); }
[data-reveal] { opacity: 1; transform: none; }

.site-footer { padding: var(--space-xl) 0; color: var(--color-white-soft); background: var(--color-sage-2); border-top: 0; }
.footer-layout { display: grid; grid-template-columns: 1.1fr .9fr .75fr; gap: var(--space-xl); align-items: start; }
.brand-footer .brand-mark { width: 58px; height: 58px; }
.brand-footer .brand-mark img { top: -3px; left: -11px; width: 80px; }
.brand-footer .brand-copy span, .brand-footer .brand-copy strong { color: var(--color-white-soft); }
.brand-footer .brand-copy strong { font-size: 2rem; }
.site-footer p { max-width: 420px; margin-top: var(--space-md); font-size: var(--text-sm); }
.site-footer .footer-ogrn { margin-top: 8px; }
.site-footer address { display: grid; gap: 8px; font-style: normal; }
.site-footer address strong { color: var(--color-white-soft); }
.site-footer address a, .footer-links a { color: var(--color-white-soft); font-size: var(--text-sm); }
.footer-links { display: grid; gap: 10px; }
.legal-page { min-height: 100vh; padding: 132px 0 88px; color: var(--color-ink); background: var(--color-paper-2); }
.legal-content { max-width: 820px; }
.legal-content h1 { max-width: 760px; }
.legal-content h2 { margin-top: var(--space-2xl); font-family: var(--font-body); font-size: var(--text-xl); }
.legal-content p, .legal-content li { max-width: 760px; margin-top: var(--space-sm); color: var(--color-ink-2); line-height: 1.6; }
.legal-content ul { padding-left: 1.25rem; }
.legal-content .legal-meta { color: var(--color-muted); font-size: var(--text-sm); }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 1ms !important; } }
@media (max-width: 1060px) {
  .nav, .header-phone, .header-actions .btn { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 0; border-radius: var(--radius-xs); color: var(--color-ink); background: var(--color-paper-2); }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: currentColor; }
  .mobile-menu { position: fixed; top: 101px; right: 24px; left: 24px; z-index: 29; grid-template-columns: 1fr; gap: 3px; padding: 14px; border: var(--rule-hair); border-radius: var(--radius-xs); background: var(--color-white-soft); box-shadow: var(--shadow-paper); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 12px; font-weight: var(--weight-emphasis); text-decoration: none; }
  .mobile-menu .mobile-call { margin-top: 7px; color: var(--color-white-soft); background: var(--color-ink); }
  .services-layout, .walks-layout, .reviews-layout, .faq-layout, .consultation-layout { grid-template-columns: 1fr; }
  .routine-layout { grid-template-columns: 1fr; }
  .routine-copy { padding: clamp(48px, 6vw, 64px) 56px; }
  .routine-art { min-height: min(440px, 58vw); margin: 0; }
  .walks-layout { gap: var(--space-lg); }
  .walks-media { height: min(500px, 58vw); }
  .visit-section, .visit-layout { min-height: 760px; }
  .visit-layout { grid-template-columns: 1fr; padding: 140px 56px 88px; }
  .promotion-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); }
  .promotion-media img { min-height: 100%; }
  .promotion-grid { grid-template-columns: minmax(0, 430px); }
  .care-photo { height: min(620px, 82vw); min-height: 0; }
  .living-section { grid-template-columns: 1fr; }
  .living-media { min-height: min(620px, 82vw); }
  .living-copy { padding: var(--space-2xl) 32px; }
  .meals-section { grid-template-columns: 1fr; }
  .meal-copy { padding: var(--space-2xl) 32px; }
  .meal-photo { min-height: min(620px, 82vw); }
  .settlement-section { min-height: 660px; }
  .settlement-copy { grid-template-columns: minmax(0, 620px) 1fr; width: min(100% - 112px, 1260px); min-height: 660px; }
  .consultation-copy { position: static; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1260px); }
  .section { padding: 80px 0; }
  h1 { font-size: clamp(3.2rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  .site-header { top: 12px; width: calc(100% - 24px); min-height: 62px; padding: 8px 9px 8px 14px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-copy strong { font-size: 1.35rem; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, var(--color-ink-overlay-mobile) 0%, var(--color-ink-overlay-mobile-soft) 55%, transparent 100%); }
  .hero-content { width: min(100% - 32px, 1260px); padding: 96px 0 88px; }
  .hero h1 { max-width: 358px; font-size: clamp(2.2rem, 9vw, 2.8rem); }
  .hero-copy { max-width: 320px; font-size: 1.1rem; }
  .hero-actions { gap: 18px; width: 100%; }
  .hero .btn { width: min(100%, 320px); min-height: var(--control-height); }
  .hero-phone { font-size: 1.1rem; }
  .assurance { min-height: 0; height: auto; }
  .assurance-art { object-position: 66% center; }
  .assurance-layout { align-content: start; min-height: 0; padding: 34px 24px 42px; }
  .assurance-heading h2 { max-width: 580px; font-size: clamp(2.15rem, 8.8vw, 2.6rem); }
  .assurance-copy { padding-top: var(--space-md); }
  .assurance-copy p { line-height: 1.45; }
  .assurance-copy .text-link { margin-top: var(--space-md); }
  .assurance-copy p, .care-copy > p:not(.eyebrow), .visit-copy > p:not(.eyebrow), .reviews-copy > p:not(.eyebrow), .settlement-copy > p:first-child { font-size: var(--text-md); }
  .services-layout { gap: 0; }
  .care-photo { height: 360px; min-height: 0; }
  .care-copy { padding: 40px 24px 46px; }
  .care-copy h2, .routine-copy h2 { font-size: clamp(2.25rem, 8.4vw, 2.8rem); }
  .care-lead { font-size: var(--text-md); }
  .care-list { width: 100%; }
  .care-list li { grid-template-columns: 38px minmax(0, 1fr); gap: var(--space-xs); min-height: 72px; padding: var(--space-xs) 0; font-size: var(--text-base); }
  .care-list li .vera-icon { width: 28px; height: 28px; }
  .care-list .list-copy strong { font-size: var(--text-sm); }
  .care-list .list-copy span { font-size: .88rem; }
  .routine-copy { padding: 40px 24px 48px; }
  .routine-copy h2 { max-width: 370px; margin-top: var(--space-md); }
  .routine-list { margin-top: 40px; padding-left: 36px; }
  .routine-list::before { top: 22px; bottom: 22px; left: 6px; }
  .routine-list li { grid-template-columns: 78px minmax(0, 1fr); gap: 12px; min-height: 60px; padding: 10px 0; }
  .routine-list li::before { left: -36px; width: 13px; height: 13px; }
  .routine-list .time { font-size: 1.85rem; }
  .routine-list .label { font-size: var(--text-sm); font-weight: var(--weight-emphasis); }
  .routine-art { min-height: 390px; }
  .walks-section { padding: 64px 0; }
  .walks-layout { gap: var(--space-lg); }
  .walks-copy > p:not(.eyebrow):not(.walks-note) { font-size: var(--text-md); }
  .walks-note { margin-top: var(--space-md); }
  .walks-media { height: 340px; }
  .visit-section, .visit-layout { min-height: 680px; }
  .visit-image { object-position: 64% center; }
  .visit-layout { padding: 96px 24px 56px; }
  .visit-copy > p:not(.eyebrow) { font-size: var(--text-md); }
  .visit-copy .visit-note { font-size: 1.55rem; }
  .living-copy { order: -1; padding: 40px 24px; }
  .living-media { min-height: 360px; }
  .living-copy h2 { font-size: clamp(2.15rem, 8.4vw, 2.8rem); }
  .living-lead { font-size: var(--text-md); }
  .meals-section { min-height: 0; }
  .meal-copy { padding: 44px 24px; }
  .meal-copy h2 { font-size: clamp(2.15rem, 8.4vw, 2.8rem); }
  .meal-photo { min-height: 340px; }
  .promotion { padding: 64px 0; }
  .promotion-layout { display: flex; flex-direction: column; min-height: 0; }
  .promotion-layout::after { display: none; }
  .promotion-content { order: 1; padding: 34px 24px; }
  .promotion-media { order: 0; min-height: 220px; }
  .promotion-media img { min-height: 220px; }
  .promotion-grid { grid-template-columns: 1fr; gap: 12px; }
  .promotion-card { min-height: 0; padding: 22px; }
  .amenity-list li, .meal-list li { min-height: 44px; }
  .settlement-section { display: flex; flex-direction: column; min-height: 0; padding: 0; }
  .settlement-copy { grid-template-columns: minmax(0, 1fr); width: 100%; min-height: 0; padding: 88px 24px 48px; }
  .settlement-content h2 { font-size: clamp(2.45rem, 10vw, 3.3rem); }
  .settlement-lead { font-size: var(--text-md); }
  .settlement-list { padding-left: 28px; }
  .settlement-list li { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; min-height: 72px; font-size: var(--text-sm); }
  .settlement-list li::before { left: -28px; width: 11px; height: 11px; }
  .settlement-list li svg { width: 28px; height: 28px; }
  .settlement-photo { position: relative; inset: auto; order: 1; width: 100%; height: 320px; min-height: 320px; }
  .settlement-photo::after { background: linear-gradient(90deg, var(--color-paper-2) 0%, transparent 45%); }
  .consultation-section::before { width: 100%; opacity: .18; }
  .reviews-layout, .faq-layout, .consultation-layout { gap: var(--space-2xl); min-width: 0; }
  .reviews-copy { order: 1; }
  .rating-panel { order: 2; }
  .rating-panel { min-width: 0; padding: 24px; overflow: hidden; }
  .rating-score { font-size: 5.25rem; }
  .rating-count { gap: 10px; padding: 14px; }
  .rating-count strong { font-size: 2.85rem; }
  .rating-count span { min-width: 0; max-width: none; font-size: var(--text-sm); }
  .review-button { gap: var(--space-sm); min-height: var(--control-height); padding: 12px 16px; font-size: var(--text-sm); white-space: normal; }
  .reviews-copy { min-width: 0; }
  .reviews-copy h2 { font-size: clamp(2.25rem, 10vw, 2.7rem); }
  .reviews-copy > p:not(.eyebrow) { max-width: 100%; margin-top: var(--space-lg); }
  .review-slide { flex-basis: 88%; min-height: 184px; padding: 18px; }
  .review-quote { font-size: 1.15rem; }
  .consultation-section { padding: 56px 0; }
  .consultation-copy h2 { font-size: clamp(2.45rem, 10vw, 3.35rem); }
  .consultation-copy h2 + p { font-size: var(--text-md); }
  .consultation-form, .viewing-form { gap: 14px; }
  .consultation-form input:not([type="checkbox"]), .consultation-form textarea, .consultation-form select, .viewing-form input:not([type="checkbox"]) { min-height: 52px; }
  .consultation-form textarea { min-height: 92px; }
  .person-options { grid-template-columns: repeat(2, 1fr); }
  .person-options label { min-height: 52px; }
  .callback-options { grid-template-columns: 1fr; }
  .viewing-dialog { padding: 48px 24px 28px; }
  .footer-layout { grid-template-columns: 1fr; gap: var(--space-lg); }
}

/* Editorial-grid redesign: shared geometry replaces independent section heights. */
.editorial-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(20px, 3vw, 48px); width: min(100% - 64px, 1260px); margin: 0 auto; }
.editorial-chapter { min-height: 0; padding: clamp(80px, 10vw, 144px) 0; background: var(--color-paper-2); }
.editorial-chapter.living-section, .editorial-chapter.meals-section { display: block; grid-template-columns: none; }
.editorial-chapter .chapter-copy { grid-column: span 5; align-self: center; max-width: 540px; min-width: 0; padding: 0; background: transparent; }
.editorial-chapter .chapter-media { grid-column: span 7; min-height: clamp(460px, 42vw, 650px); margin: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--color-paper-3); }
.editorial-chapter .chapter-media img { width: 100%; height: 100%; object-fit: cover; }
.editorial-chapter .section-accent { margin-top: var(--space-sm); }
.editorial-chapter .care-list, .editorial-chapter .amenity-list, .editorial-chapter .meal-list { max-width: none; margin-top: var(--space-lg); }
.editorial-chapter .care-list li, .editorial-chapter .amenity-list li, .editorial-chapter .meal-list li { min-height: 58px; }
.chapter-care .care-photo { grid-column: 1 / span 7; height: auto; }
.chapter-care .care-copy { grid-column: 8 / span 5; }
.chapter-routine .routine-copy { grid-column: 1 / span 5; }
.chapter-routine .routine-art { grid-column: 6 / span 7; min-height: clamp(500px, 48vw, 720px); margin: 0; }
.chapter-routine .routine-list { max-width: none; }
.chapter-living .living-media { grid-column: 1 / span 7; min-height: clamp(460px, 42vw, 650px); }
.chapter-living .living-copy { grid-column: 8 / span 5; }
.chapter-meals .meal-copy { grid-column: 1 / span 5; }
.chapter-meals .meal-photo { grid-column: 6 / span 7; min-height: clamp(460px, 42vw, 650px); margin: 0; }
.editorial-intro { min-height: 0; height: auto; padding: clamp(72px, 9vw, 132px) 0; }
.editorial-intro .assurance-layout { min-height: 0; padding: 0 24px; }

/* Content is readable before JavaScript is ready. */
[data-reveal] { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .motion-ready [data-reveal]:not(.is-revealed) { opacity: 0; transform: translateY(12px); }
  .motion-ready [data-reveal].is-revealed { opacity: 1; transform: translateY(0); transition: opacity 480ms var(--ease-out), transform 480ms var(--ease-out); }
  .chapter-media img { transition: transform 700ms var(--ease-out); }
  .editorial-chapter:hover .chapter-media img { transform: scale(1.025); }

  .chapter-care .care-list li { transition: transform 260ms var(--ease-out), border-color 260ms var(--ease-out), background 260ms var(--ease-out), box-shadow 260ms var(--ease-out); }
  .chapter-care .care-list li .vera-icon { transition: color 260ms var(--ease-out), transform 260ms var(--ease-out); }
  .chapter-care .care-list li:hover, .chapter-care .care-list li:focus-within { border-color: var(--color-card-hover-border); background: var(--color-card-hover); box-shadow: 0 14px 28px var(--color-card-hover-shadow); transform: translateY(-4px); }
  .chapter-care .care-list li:hover .vera-icon, .chapter-care .care-list li:focus-within .vera-icon { color: var(--color-card-hover-icon); transform: translateY(-1px); }

  .chapter-routine.is-revealed .routine-list li { animation: routine-row-reveal 520ms var(--ease-out) both; }
  .chapter-routine.is-revealed .routine-list li:nth-child(1) { animation-delay: 70ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(2) { animation-delay: 140ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(3) { animation-delay: 210ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(4) { animation-delay: 280ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(5) { animation-delay: 350ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(6) { animation-delay: 420ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(7) { animation-delay: 490ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(8) { animation-delay: 560ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(9) { animation-delay: 630ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(10) { animation-delay: 700ms; }
  .chapter-routine.is-revealed .routine-list li:nth-child(11) { animation-delay: 770ms; }
}

@media (hover: hover) and (min-width: 1061px) {
  @media (prefers-reduced-motion: no-preference) {
    .routine-list li { transform-origin: 24% 50%; transition: transform 220ms var(--ease-out), opacity 220ms var(--ease-out), background 220ms var(--ease-out); }
    .routine-list:hover li { opacity: .66; transform: scale(0.985); }
    .routine-list:hover li:hover, .routine-list:hover li:focus-within { z-index: 1; opacity: 1; background: var(--color-card-hover); transform: scale(1.075); }
    .routine-list:has(li:hover) li:has(+ li:hover), .routine-list:has(li:focus-within) li:has(+ li:focus-within), .routine-list li:hover + li, .routine-list li:focus-within + li { opacity: .86; transform: scale(1.03); }
  }
}

@keyframes routine-row-reveal {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 680px) {
  .editorial-grid { grid-template-columns: 1fr; gap: 28px; width: min(100% - 32px, 1260px); }
  .editorial-chapter { padding: 56px 0; }
  .editorial-chapter .chapter-copy, .editorial-chapter .chapter-media { grid-column: 1; max-width: none; }
  .editorial-chapter .chapter-media { min-height: 320px; border-radius: 0; }
  .chapter-care .care-photo, .chapter-routine .routine-art, .chapter-living .living-media, .chapter-meals .meal-photo { grid-column: 1; height: auto; min-height: 320px; }
  .chapter-care .care-copy, .chapter-routine .routine-copy, .chapter-living .living-copy, .chapter-meals .meal-copy { grid-column: 1; }
  .chapter-living .chapter-copy { order: -1; }
  .chapter-meals .chapter-copy { order: -1; }
  .editorial-intro { padding: 52px 0; }
  .editorial-intro .assurance-layout { padding: 0 24px; }
}

/* Reusable fact panels and full-width editorial scenes. */
.chapter-care .care-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; border: 0; }
.chapter-care .care-list li { min-height: 164px; padding: 18px; border: 1px solid var(--color-rule); border-radius: var(--radius-sm); background: var(--color-white-soft); }
.chapter-care .care-list .list-copy strong { font-size: var(--text-sm); }
.chapter-care .care-list .list-copy span { margin-top: 6px; font-size: var(--text-xs); }
.chapter-living .amenity-list, .chapter-meals .meal-list { border-top: 1px solid var(--color-rule-faint); }
.chapter-living .amenity-list li, .chapter-meals .meal-list li { padding: 8px 0; }
.promotion-layout { width: min(100% - 64px, 1260px); }
.promotion-content { display: grid; align-content: center; }
.visit-layout, .settlement-copy { width: min(100% - 64px, 1260px); max-width: 1260px; }
.visit-layout { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); padding: clamp(80px, 9vw, 132px) 0; }
.settlement-copy { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }

@media (max-width: 680px) {
  .chapter-care .care-list { grid-template-columns: 1fr; }
  .chapter-care .care-list li { min-height: 0; }
  .promotion-layout, .visit-layout, .settlement-copy { width: min(100% - 32px, 1260px); }
  .visit-layout { grid-template-columns: 1fr; padding: 72px 0 56px; }
  .settlement-copy { grid-template-columns: 1fr; }
}
