:root {
  --ink: #18302f;
  --deep: #143f3c;
  --deep-2: #0e302f;
  --green: #2d625b;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --sand: #e8dcc8;
  --rust: #a24d32;
  --gold: #d7aa61;
  --text: #43504f;
  --line: rgba(24, 48, 47, .16);
  --shadow: 0 24px 70px rgba(16, 49, 46, .12);
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.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: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: .7rem 1rem; background: var(--paper); color: var(--deep); border-radius: .4rem; font-weight: 700; }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 7rem 0; }
.eyebrow { margin: 0 0 1rem; color: var(--rust); font-size: .78rem; font-weight: 750; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: #f2c887; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
h1 { max-width: 780px; margin-bottom: 1.4rem; font-size: clamp(3.25rem, 6.6vw, 7.2rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.5rem, 4.6vw, 5rem); }
h3 { font-size: 1.3rem; line-height: 1.28; }
p { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .78rem 1.3rem; border: 1px solid var(--rust); border-radius: 999px; background: var(--rust); color: white; font-weight: 750; line-height: 1.1; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #8f3f28; box-shadow: 0 10px 24px rgba(162,77,50,.22); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .65rem 1rem; font-size: .88rem; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--deep); font-weight: 750; text-underline-offset: 5px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.22); color: white; transition: background .2s ease, box-shadow .2s ease; }
.site-header.scrolled { position: fixed; background: rgba(20,63,60,.97); box-shadow: 0 5px 22px rgba(13,37,35,.18); backdrop-filter: blur(12px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid currentColor; border-radius: 50% 50% 44% 44%; font-family: var(--serif); font-size: 1.55rem; line-height: 1; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.brand-copy small { margin-top: .25rem; font-size: .67rem; font-weight: 700; letter-spacing: .11em; opacity: .8; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.35rem; }
.main-nav > a { font-size: .88rem; font-weight: 650; text-decoration: none; }
.main-nav > a:not(.button):hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-call { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: inherit; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 800px; background: var(--deep); color: white; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 42vw; height: 42vw; left: -20vw; bottom: -26vw; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.018), 0 0 0 15vw rgba(255,255,255,.012); }
.hero-grid { min-height: 800px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 9.5rem clamp(3rem, 7vw, 8rem) 6.5rem max(24px, calc((100vw - 1180px) / 2)); }
.hero-copy .eyebrow { color: #f2c887; }
.hero-lead { max-width: 650px; margin-bottom: 2rem; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: clamp(1.2rem, 1.7vw, 1.55rem); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero .text-link { color: white; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 660px; margin-top: 4.3rem; border-top: 1px solid rgba(255,255,255,.24); }
.hero-proof div { padding: 1.3rem 1rem 0 0; }
.hero-proof div + div { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.18); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.hero-proof span { margin-top: .1rem; color: rgba(255,255,255,.63); font-size: .78rem; }
.hero-visual { position: relative; margin: 0; min-height: 800px; overflow: hidden; border-bottom-left-radius: 48% 23%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,63,60,.32), transparent 38%), linear-gradient(0deg, rgba(12,40,38,.47), transparent 40%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transform: scale(1.035); }
.image-caption { position: absolute; z-index: 2; right: 8%; bottom: 8%; display: flex; gap: 1rem; width: min(330px, 78%); }
.image-caption p { margin: 0; color: white; font-family: var(--serif); font-size: 1.08rem; line-height: 1.4; }
.caption-rule { flex: 0 0 36px; height: 1px; margin-top: .7rem; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 4; bottom: 1.5rem; left: max(24px, calc((100vw - 1180px) / 2)); display: flex; gap: 1.2rem; color: rgba(255,255,255,.7); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.intro-grid h2 { max-width: 570px; }
.intro-copy { padding-top: 1.8rem; }
.large-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.52; }
.philosophy-statement { position: relative; display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: center; margin-top: 4.5rem; margin-bottom: 0; padding: clamp(2rem, 4vw, 3.5rem); background: var(--deep); color: white; box-shadow: var(--shadow); }
.philosophy-statement::after { content: "“"; position: absolute; right: 1.5rem; bottom: -2.6rem; color: rgba(255,255,255,.08); font-family: var(--serif); font-size: 11rem; line-height: 1; pointer-events: none; }
.philosophy-label { align-self: stretch; display: flex; align-items: center; border-right: 1px solid rgba(255,255,255,.22); color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.philosophy-statement p { position: relative; z-index: 1; max-width: 850px; margin: 0; color: white; font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.55rem); line-height: 1.35; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4.5rem; }
.principle-card { min-height: 250px; padding: 1.6rem; border: 1px solid var(--line); background: white; display: flex; flex-direction: column; }
.principle-card.featured { border-color: var(--deep); background: var(--deep); color: white; transform: translateY(-16px); box-shadow: var(--shadow); }
.principle-card.featured p { color: rgba(255,255,255,.72); }
.card-number { color: var(--rust); font-family: var(--serif); font-size: 1.1rem; }
.featured .card-number { color: var(--gold); }
.principle-card h3 { margin: auto 0 .7rem; font-family: var(--serif); font-size: 1.6rem; }
.principle-card p { margin-bottom: 0; font-size: .94rem; }
.grounds-photo { position: relative; height: clamp(380px, 52vw, 610px); margin-top: 5.5rem; overflow: hidden; box-shadow: var(--shadow); }
.grounds-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, rgba(10,42,40,.72), transparent); pointer-events: none; }
.grounds-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.grounds-photo figcaption { position: absolute; z-index: 2; right: clamp(1.5rem, 4vw, 3rem); bottom: clamp(1.5rem, 4vw, 3rem); left: clamp(1.5rem, 4vw, 3rem); display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; color: white; }
.grounds-photo figcaption strong { font-family: var(--serif); font-size: clamp(1.8rem, 3.4vw, 3.4rem); font-weight: 500; line-height: 1.05; }
.grounds-photo figcaption span { max-width: 360px; color: rgba(255,255,255,.78); }

.life { background: var(--deep-2); color: white; }
.life-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.life-copy h2 { max-width: 570px; }
.life-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.7); }
.light-link { color: white; margin-top: 1rem; }
.life-showcase { display: grid; grid-template-columns: .84fr 1.16fr; gap: 1rem; align-items: stretch; }
.life-photo { position: relative; min-height: 610px; margin: 0; overflow: hidden; border-radius: 48% 48% 0 0 / 18% 18% 0 0; }
.life-photo::after { content: ""; position: absolute; inset: 62% 0 0; background: linear-gradient(0deg, rgba(10,42,40,.76), transparent); pointer-events: none; }
.life-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.life-photo figcaption { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; color: white; font-family: var(--serif); font-size: 1.15rem; line-height: 1.35; }
.activity-board { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); box-shadow: 18px 18px 0 rgba(231,220,200,.08); }
.activity { min-height: 151px; padding: 1.25rem; background: #194b47; display: flex; flex-direction: column; justify-content: space-between; }
.activity.accent { background: var(--rust); }
.activity.muted { background: #e7dcc8; color: var(--ink); }
.activity span { font-size: .72rem; font-weight: 750; letter-spacing: .13em; opacity: .68; text-transform: uppercase; }
.activity strong { max-width: 390px; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 500; line-height: 1.25; }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { max-width: 680px; margin-bottom: 0; }
.section-heading > p { max-width: 460px; margin-bottom: .5rem; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.feature { min-height: 290px; padding: clamp(1.8rem, 4vw, 3rem); background: var(--cream); display: flex; flex-direction: column; justify-content: end; }
.feature-large { grid-row: span 2; min-height: 596px; background: linear-gradient(180deg, rgba(20,63,60,.02), rgba(20,63,60,.76)), url("assets/springfields-exterior-enhanced.webp") center/cover; color: white; }
.feature h3 { max-width: 520px; margin-bottom: .7rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.feature p { max-width: 540px; margin-bottom: 0; }
.feature-large p, .feature.dark p { color: rgba(255,255,255,.75); }
.feature-label { margin-bottom: auto; font-size: .72rem; font-weight: 750; letter-spacing: .13em; opacity: .75; text-transform: uppercase; }
.feature.dark { background: var(--green); color: white; }

.dining { background: var(--cream); overflow: hidden; }
.dining-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.dining-visual { position: relative; min-height: 540px; margin: 0; border-radius: 48% 48% 0 0 / 16% 16% 0 0; overflow: hidden; box-shadow: var(--shadow); }
.dining-visual::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(0deg, rgba(10,42,40,.8), transparent); pointer-events: none; }
.dining-visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center; }
.dining-visual figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 1.7rem; left: 2rem; display: grid; gap: .2rem; color: white; }
.dining-visual figcaption span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dining-visual figcaption strong { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 500; }
.dining-copy h2 { max-width: 540px; }
.dining-copy > p { max-width: 560px; }
.menu-note { display: flex; align-items: center; gap: 1rem; max-width: 540px; margin-top: 2rem; padding: 1.2rem 0; border-block: 1px solid var(--line); color: var(--text); }
.menu-note span { color: var(--rust); font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }

.quality { padding-top: 0; background: var(--cream); }
.quality-card { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding: clamp(2rem, 5vw, 4rem); background: var(--deep); color: white; }
.rating-badge { display: grid; place-items: center; width: 142px; height: 142px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; }
.rating-badge span { margin-bottom: -2.4rem; font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.rating-badge strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.quality-card h2 { margin-bottom: .5rem; font-size: clamp(2.25rem, 4vw, 4.2rem); }
.quality-card p:not(.eyebrow) { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.button-cream { border-color: var(--cream); background: var(--cream); color: var(--deep); white-space: nowrap; }
.button-cream:hover { background: white; color: var(--deep); }

.admissions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 10rem); align-items: start; }
.admissions-copy > p { max-width: 530px; }
.fee-note { display: grid; gap: .4rem; margin-top: 2rem; padding: 1.4rem; border-left: 3px solid var(--rust); background: var(--cream); }
.fee-note strong { font-family: var(--serif); font-size: 1.25rem; }
.fee-note span { color: var(--text); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1.3rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--rust); border-radius: 50%; color: var(--rust); font-family: var(--serif); font-size: 1.2rem; }
.steps strong { display: block; margin-bottom: .25rem; font-family: var(--serif); font-size: 1.4rem; }
.steps p { margin: 0; }

.visit { background: var(--deep); color: white; }
.visit-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.visit-heading { position: sticky; top: 120px; }
.visit-heading > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.7); }
.contact-list { display: grid; margin-top: 2.6rem; border-top: 1px solid rgba(255,255,255,.18); }
.contact-list a { display: grid; gap: .15rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-list span { color: var(--gold); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-list strong { font-weight: 650; overflow-wrap: anywhere; }
.enquiry-form { padding: clamp(1.8rem, 4vw, 3rem); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 1.7rem; }
.form-heading h3 { margin-bottom: .4rem; font-family: var(--serif); font-size: 2rem; }
.form-heading p { margin-bottom: 0; }
.enquiry-form label { display: block; margin: 1rem 0 .38rem; font-size: .85rem; font-weight: 750; }
.enquiry-form label span { color: #7a8382; font-weight: 500; }
.enquiry-form input, .enquiry-form textarea { width: 100%; border: 1px solid #b9c0bd; border-radius: 0; background: white; color: var(--ink); padding: .78rem .9rem; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form .form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.enquiry-form .consent-row { display: grid; grid-template-columns: 1.2rem 1fr; gap: .65rem; align-items: start; margin-top: 1.1rem; font-size: .82rem; font-weight: 500; line-height: 1.45; }
.enquiry-form .consent-row input { width: 1.1rem; height: 1.1rem; margin: .12rem 0 0; accent-color: var(--green); }
.enquiry-form .consent-row span { color: var(--ink); }
.form-button { width: 100%; margin-top: 1.3rem; border: 0; cursor: pointer; }
.form-button:disabled { cursor: wait; opacity: .7; }
.form-status { min-height: 1.5rem; margin: .8rem 0 0; color: var(--green); font-size: .88rem; text-align: center; }
.contact-bridge { display: flex; min-height: 500px; flex-direction: column; justify-content: center; }
.contact-assurances { display: grid; gap: 0; margin: .5rem 0 1.2rem; border-block: 1px solid var(--line); }
.contact-assurances > div { display: grid; grid-template-columns: 30px 1fr; gap: .75rem; padding: 1rem 0; }
.contact-assurances > div + div { border-top: 1px solid var(--line); }
.contact-assurances span { display: grid; place-items: center; width: 27px; height: 27px; margin-top: .1rem; border-radius: 50%; background: var(--cream); color: var(--rust); font-size: .82rem; font-weight: 900; }
.contact-assurances p { margin: 0; font-size: .9rem; line-height: 1.5; }
.contact-assurances strong { color: var(--ink); }
.contact-help { margin: .75rem 0 0; color: #6b7775; font-size: .8rem; text-align: center; }

.site-footer { padding: 3rem 0 5rem; background: #0b2927; color: white; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.76); font-size: .88rem; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.7rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.5); font-size: .75rem; }
.mobile-call { display: none; }

@media (max-width: 1050px) {
  .main-nav { gap: .9rem; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1.12fr .88fr; }
  .hero-copy { padding-right: 3rem; }
  .quality-card { grid-template-columns: auto 1fr; }
  .quality-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .section { padding: 5rem 0; }
  .site-header { position: absolute; }
  .header-inner { min-height: 74px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 74px; right: 16px; left: 16px; display: none; align-items: stretch; padding: 1rem; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav > a:not(.button), .nav-call { display: block; padding: .7rem; }
  .main-nav .button { margin-top: .3rem; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { min-height: 700px; padding: 9rem 24px 5rem; }
  .hero-visual { min-height: 560px; border-radius: 0 0 45% 0; }
  .hero-visual img { min-height: 560px; }
  .scroll-cue { display: none; }
  .intro-grid, .life-layout, .dining-grid, .admissions-grid, .visit-grid { grid-template-columns: 1fr; }
  .philosophy-statement { grid-template-columns: 1fr; gap: 1rem; margin-top: 3.5rem; }
  .philosophy-label { min-height: auto; padding-bottom: 1rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .principles { grid-template-columns: 1fr; }
  .grounds-photo figcaption { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .principle-card.featured { transform: none; }
  .life-showcase { grid-template-columns: .9fr 1.1fr; }
  .life-photo { min-height: 570px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { min-height: 520px; grid-row: auto; }
  .dining-visual { min-height: 470px; }
  .quality-card { grid-template-columns: 1fr; }
  .quality-card .button { grid-column: auto; justify-self: start; }
  .visit-heading { position: static; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
  body { padding-bottom: 58px; }
  .brand-copy small { max-width: 190px; line-height: 1.35; }
  .philosophy-statement { margin-top: 2.75rem; padding: 1.6rem; }
  .philosophy-statement::after { right: .6rem; bottom: -1.6rem; font-size: 7rem; }
  .philosophy-statement p { font-size: 1.55rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-copy { min-height: 660px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { margin-top: 3.3rem; }
  .hero-proof div { padding-right: .5rem; }
  .hero-proof div + div { padding-left: .8rem; }
  .hero-proof strong { font-size: 1.15rem; }
  .hero-proof span { font-size: .68rem; line-height: 1.35; }
  .activity-board { grid-template-columns: 1fr; transform: none; }
  .activity-wide { grid-column: auto; }
  .activity { min-height: 150px; }
  .dining-visual { min-height: 400px; }
  .dining-visual img { min-height: 400px; }
  .life-showcase { grid-template-columns: 1fr; }
  .life-photo { min-height: 560px; }
  .rating-badge { width: 118px; height: 118px; }
  .quality-card .button { width: 100%; white-space: normal; }
  .mobile-call { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: grid; place-items: center; min-height: 58px; background: var(--rust); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 -8px 30px rgba(25,32,31,.18); }
}

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