:root {
  --ink: #3a281f;
  --forest: #67462f;
  --forest-deep: #2d1d15;
  --sage: #d8c2a9;
  --sage-light: #f0e4d6;
  --cream: #f7eee3;
  --paper: #fffaf4;
  --clay: #a76742;
  --line: rgba(58, 40, 31, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color-scheme: only light;
  background: var(--paper);
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
main, section, header, footer, nav, div { min-width: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; border-style: none; }
button, input, textarea, select { font: inherit; }
p, li, a, strong, span { overflow-wrap: break-word; }

.reveal-ready [data-reveal] {
  --reveal-delay: 0ms;
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 44px, 0) scale(.985);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay),
    transform .82s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay),
    filter .72s ease var(--reveal-delay);
  will-change: opacity, transform, filter;
}
.reveal-ready[data-scroll-direction="up"] [data-reveal] { transform: translate3d(0, -44px, 0) scale(.985); }
.reveal-ready [data-reveal].is-visible { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }
.reveal-ready [data-reveal-delay="1"] { --reveal-delay: 80ms; }
.reveal-ready [data-reveal-delay="2"] { --reveal-delay: 160ms; }
.reveal-ready [data-reveal-delay="3"] { --reveal-delay: 240ms; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: var(--ink); padding: .8rem 1rem; border-radius: 0 0 .5rem .5rem; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.announcement { min-height: 36px; padding: .55rem 1.25rem; display: flex; align-items: center; justify-content: center; gap: .85rem; background: var(--forest-deep); color: #f5f2ea; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.announcement-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--sage); }

.site-header { position: relative; z-index: 30; height: 88px; padding: 0 clamp(1.2rem, 4vw, 4.8rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(252, 250, 246, .96); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50%; font-family: var(--serif); font-size: 1.4rem; font-style: italic; }
.brand-image-mark { background-image: url("images/mommy-me-logo.webp"); background-size: 170%; background-position: 50% 18%; background-repeat: no-repeat; border: 1px solid rgba(58, 40, 31, .15); box-shadow: inset 0 0 0 2px rgba(255,250,244,.7); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.02rem; letter-spacing: .12em; font-weight: 500; }
.brand-copy small { margin-top: .35rem; font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; color: #78675d; }
.desktop-nav { display: flex; gap: clamp(1.2rem, 2.5vw, 2.4rem); font-size: .78rem; letter-spacing: .03em; }
.desktop-nav a { position: relative; padding: .45rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--forest); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }

.button { min-height: 52px; padding: .9rem 1.4rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .7rem 1.2rem; font-size: .65rem; }
.button-ink { background: var(--ink); color: #fff; }
.button-ink:hover { background: var(--clay); }
.button-light { background: #f8f4ec; color: var(--ink); }
.button-light:hover { background: var(--sage); }
.button-sage { background: var(--sage); color: var(--forest-deep); }
.button-sage:hover { background: #ead8c4; }

.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 17px; height: 1px; background: var(--ink); display: block; }
.mobile-menu nav { position: absolute; top: 54px; right: 0; width: min(82vw, 300px); padding: 1rem; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(22, 39, 32, .15); }
.mobile-menu nav a { display: block; padding: .9rem .7rem; border-bottom: 1px solid var(--line); font-size: .82rem; }

.hero { position: relative; min-height: 740px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: var(--forest); }
.hero-slides { position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide { opacity: 0; transform: scale(1.035); transition: opacity 1s ease, transform 6s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide:nth-child(1) { object-position: 58% 42%; }
.hero-slide:nth-child(2) { object-position: 54% center; }
.hero-slide:nth-child(3) { object-position: 58% center; }
.hero-slide:nth-child(4) { object-position: 50% center; }
.hero-slide:nth-child(5) { object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(22, 39, 32, .86) 0%, rgba(22, 39, 32, .62) 38%, rgba(22, 39, 32, .08) 72%, rgba(22, 39, 32, .08) 100%); }
.hero-content { width: min(760px, 85%); padding: 7rem clamp(1.4rem, 7vw, 7.2rem) 6.6rem; color: #fff; }
.eyebrow { margin: 0 0 1.2rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--clay); }
.eyebrow.light { color: #f1dfca; }
.hero h1 { margin: 0; max-width: 720px; font-family: var(--serif); font-size: clamp(3.35rem, 6.2vw, 6.85rem); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.hero-lead { max-width: 580px; margin: 2rem 0 0; font-size: clamp(.98rem, 1.5vw, 1.18rem); line-height: 1.7; color: rgba(255,255,255,.84); }
.hero-actions { margin-top: 2.3rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; }
.text-link { width: max-content; display: inline-flex; align-items: center; gap: .6rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { font-size: 1rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.light-link { color: #fff; }
.hero-note { position: absolute; right: clamp(1.4rem, 5vw, 5rem); bottom: 2.2rem; width: min(330px, calc(100% - 2.8rem)); padding: 1.2rem 1.35rem; display: flex; gap: 1rem; align-items: center; background: rgba(250, 247, 240, .9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: var(--ink); }
.note-icon { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--clay); animation: gentle-heartbeat 2.8s ease-in-out infinite; }
.hero-note div { display: grid; gap: .35rem; }
.hero-note strong { font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.hero-note span:last-child { font-size: .67rem; line-height: 1.4; color: #6f5e54; }
.hero-controls { position: absolute; z-index: 4; left: clamp(1.4rem, 7vw, 7.2rem); bottom: 1.6rem; display: flex; align-items: center; gap: .8rem; padding: .45rem .6rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(28,18,13,.32); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.carousel-arrow { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .2s ease; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: rgba(255,255,255,.16); }
.carousel-dots { display: flex; align-items: center; gap: .45rem; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: transparent; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button.active { width: 24px; border-radius: 999px; background: #fff; }

.trust-strip { min-height: 90px; display: flex; align-items: center; border-bottom: 1px solid var(--line); background: var(--cream); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; white-space: nowrap; overflow: hidden; }
.trust-track { width: max-content; display: flex; animation: care-marquee 22s linear infinite; will-change: transform; }
.trust-group { display: flex; align-items: center; flex-shrink: 0; }
.trust-item { display: inline-flex; align-items: center; gap: clamp(2rem, 4vw, 4.5rem); padding-left: clamp(2rem, 4vw, 4.5rem); }
.trust-item i { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: var(--clay); }

.section { padding: clamp(5rem, 9vw, 9.5rem) clamp(1.4rem, 7vw, 7.2rem); }
.section-heading h2, .experience-intro h2, .journey-title h2, .faq-heading h2, .contact-copy h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr); gap: clamp(2rem, 7vw, 8rem); align-items: end; }
.split-heading h2 { max-width: 730px; font-size: clamp(2.8rem, 5vw, 5.3rem); }
.split-heading > p { margin: 0 0 .4rem; font-size: .94rem; line-height: 1.8; color: #6b5d55; }

.pillar-grid { margin-top: clamp(3.5rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-card { position: relative; min-height: 500px; padding: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: var(--paper); }
.pillar-card.highlighted { background: var(--sage-light); }
.pillar-number { position: absolute; z-index: 2; left: 1.2rem; top: 1.2rem; padding: .55rem .7rem; border-radius: 999px; background: rgba(255,250,244,.9); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: .63rem; letter-spacing: .15em; color: #806f64; }
.pillar-symbol { margin: auto 0 2rem; width: 62px; height: 62px; display: grid; place-items: center; font-family: var(--serif); font-size: 2.2rem; font-weight: 300; color: var(--clay); }
.pillar-photo { height: 275px; overflow: hidden; background: #e9dac9; }
.pillar-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pillar-card:hover .pillar-photo img { transform: scale(1.035); }
.pillar-copy { padding: 2rem; }
.pillar-card h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.pillar-card p { margin: 0; max-width: 330px; font-size: .79rem; line-height: 1.75; color: #6b5d55; }

.programme-section { background: var(--cream); }
.centered-heading { max-width: 770px; margin: 0 auto; text-align: center; }
.centered-heading h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.centered-heading > p:last-child { max-width: 560px; margin: 1.4rem auto 0; color: #6b5d55; line-height: 1.75; }
.programme-grid { margin-top: 4.5rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3.5rem); }
.programme-card { background: var(--paper); box-shadow: 0 14px 55px rgba(61, 72, 63, .06); }
.programme-image-wrap { position: relative; height: clamp(310px, 38vw, 570px); overflow: hidden; background: #e9dac9; }
.programme-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.programme-card:hover img { transform: scale(1.025); }
.programme-image-wrap > span { position: absolute; left: 1.35rem; top: 1.35rem; padding: .65rem 1rem; background: rgba(252,250,246,.9); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-radius: 999px; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.programme-copy { padding: clamp(1.7rem, 3.2vw, 3.4rem); }
.programme-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; }
.programme-copy > p { margin: 1rem 0 1.3rem; max-width: 580px; color: #6b5d55; line-height: 1.75; font-size: .86rem; }
.programme-copy ul { display: flex; flex-wrap: wrap; gap: .6rem; padding: 0; margin: 0 0 2rem; list-style: none; }
.programme-copy li { padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 999px; font-size: .64rem; color: #66554a; }

.services-section { background: var(--paper); }
.services-heading { margin-bottom: 4.5rem; }
.service-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.service-tile { overflow: hidden; background: var(--cream); border: 1px solid rgba(58,40,31,.08); }
.service-image-wrap { height: clamp(260px, 27vw, 430px); overflow: hidden; background: #e9dac9; }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-tile:hover .service-image-wrap img { transform: scale(1.03); }
.service-copy { padding: 1.5rem 1.5rem 1.8rem; }
.service-copy > span { display: block; margin-bottom: 1.5rem; font-size: .6rem; letter-spacing: .15em; color: var(--clay); }
.service-copy h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.service-copy p { margin: 0; color: #6b5d55; font-size: .78rem; line-height: 1.7; }

.experience-band { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 7.2rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 10vw, 10rem); background: var(--forest); color: #fff; }
.experience-intro h2 { max-width: 590px; font-size: clamp(2.8rem, 4.4vw, 4.9rem); }
.experience-list { border-top: 1px solid rgba(255,255,255,.2); }
.experience-list article { padding: 1.8rem 0; display: grid; grid-template-columns: 50px 1fr; gap: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.experience-list article > span { font-size: .62rem; color: var(--sage); }
.experience-list h3 { margin: 0 0 .55rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.experience-list p { margin: 0; max-width: 470px; color: rgba(255,255,255,.68); font-size: .8rem; line-height: 1.7; }

.journey { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 10vw, 10rem); }
.journey-title { position: sticky; top: 2rem; align-self: start; }
.journey-title h2 { max-width: 510px; font-size: clamp(2.7rem, 4.4vw, 4.8rem); }
.journey-title > p:last-child { max-width: 470px; margin: 1.4rem 0 0; color: #6b5d55; line-height: 1.75; }
.journey-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey-steps li { padding: 2.4rem 0; display: grid; grid-template-columns: 70px 1fr; gap: 1.2rem; border-bottom: 1px solid var(--line); }
.journey-steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--serif); color: var(--clay); }
.journey-steps h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 400; }
.journey-steps p { margin: 0; max-width: 540px; color: #6b5d55; line-height: 1.75; font-size: .84rem; }

.philosophy { padding: clamp(5.5rem, 11vw, 11rem) 1.5rem; background: var(--sage-light); text-align: center; }
.philosophy-inner { max-width: 930px; margin: 0 auto; }
.philosophy-inner > span { font-family: var(--serif); font-size: 4rem; line-height: .6; color: var(--clay); }
.philosophy blockquote { margin: 2rem 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.4rem); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.philosophy p { margin: 0; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }

.team-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--cream); }
.team-feature-image { min-height: 620px; overflow: hidden; }
.team-feature-image img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.team-feature-copy h2 { margin: 0; max-width: 620px; font-family: var(--serif); font-size: clamp(2.7rem, 4.4vw, 4.9rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.team-feature-copy > p:nth-of-type(2) { max-width: 560px; margin: 1.5rem 0 2rem; color: #6b5d55; line-height: 1.8; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 10vw, 10rem); }
.faq-heading h2 { max-width: 500px; font-size: clamp(2.7rem, 4.3vw, 4.7rem); }
.faq-heading > p:nth-of-type(2) { max-width: 440px; margin: 1.3rem 0 2rem; color: #6b5d55; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.65rem 3rem 1.65rem 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 1.28rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 1.2rem; color: var(--clay); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.3rem 3rem 1.7rem 0; max-width: 660px; color: #6b5d55; font-size: .83rem; line-height: 1.75; }

.contact-section { padding: clamp(4rem, 8vw, 8rem) clamp(1.4rem, 7vw, 7.2rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 10rem); background: var(--forest-deep); color: #fff; }
.contact-copy h2 { max-width: 640px; font-size: clamp(2.9rem, 5vw, 5.4rem); }
.contact-copy > p:nth-of-type(2) { max-width: 570px; margin: 1.4rem 0 2rem; color: rgba(255,255,255,.7); line-height: 1.75; }
.contact-direct-list { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.2); }
.contact-direct-list a { padding: 1rem .1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-direct-list span { font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; color: var(--sage); }
.contact-direct-list strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.contact-direct-list .contact-email strong { overflow-wrap: anywhere; }
.enquiry-form { padding: clamp(1.5rem, 3vw, 3rem); align-self: start; background: var(--paper); color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.18); }
.form-heading { margin-bottom: 2rem; }
.form-heading > span { display: block; margin-bottom: .8rem; color: var(--clay); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.form-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .55rem; }
.form-field-full { grid-column: 1 / -1; }
.form-field > span { font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fffdf9; color: var(--ink); font-size: .8rem; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 110px; resize: vertical; line-height: 1.6; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #9a8d84; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(167,103,66,.1); }
.form-route { margin: 1.25rem 0; padding: .9rem 1rem; display: flex; gap: .7rem; align-items: flex-start; background: var(--cream); color: #6b5d55; font-size: .7rem; line-height: 1.55; }
.form-route > span { color: var(--clay); font-size: 1rem; }
.form-submit { width: 100%; cursor: pointer; }
.form-privacy { margin: .8rem 0 0; color: #81736a; font-size: .62rem; line-height: 1.5; text-align: center; }
.contact-numbers { align-self: center; border-top: 1px solid rgba(255,255,255,.2); }
.contact-numbers a { padding: 1.65rem .2rem; display: grid; grid-template-columns: 130px 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding .2s ease, background .2s ease; }
.contact-numbers a:hover { padding-left: .8rem; background: rgba(255,255,255,.04); }
.contact-numbers span { font-size: .63rem; text-transform: uppercase; letter-spacing: .14em; color: var(--sage); }
.contact-numbers strong { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 400; }
.contact-numbers i { font-style: normal; color: var(--sage); }

footer { padding: 3.8rem clamp(1.4rem, 7vw, 7.2rem) 1.8rem; background: #f0eadf; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: start; }
.brand-footer { align-self: start; }
.footer-main > p { margin: .35rem 0 0; max-width: 360px; color: #6b5d55; line-height: 1.65; font-size: .8rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 1rem 2rem; font-size: .72rem; }
.footer-links a:hover { color: var(--clay); }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: #7b6b61; font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }

.whatsapp-float { position: fixed; z-index: 40; right: 1.2rem; bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px)); padding: .8rem 1rem; display: flex; align-items: center; gap: .55rem; border-radius: 999px; background: #225b42; color: #fff; box-shadow: 0 12px 35px rgba(18, 55, 40, .22); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; animation: whatsapp-breathe 3s ease-in-out infinite; }
.whatsapp-float span { font-size: 1.05rem; }

@keyframes care-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes gentle-heartbeat {
  0%, 100% { transform: scale(1); background: transparent; }
  45% { transform: scale(1.07); background: rgba(167,103,66,.08); }
}

@keyframes whatsapp-breathe {
  0%, 100% { transform: translateY(0); box-shadow: 0 12px 35px rgba(18, 55, 40, .22); }
  50% { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(18, 55, 40, .3); }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 680px; }
  .hero-content { padding-bottom: 7rem; }
  .hero-note { display: none; }
  .split-heading, .experience-band, .journey, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .split-heading { align-items: start; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 0; }
  .pillar-photo { height: 390px; }
  .service-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-band, .journey, .faq-section, .contact-section { gap: 3.5rem; }
  .journey-title { position: static; }
  .team-feature { grid-template-columns: 1fr; }
  .team-feature-image, .team-feature-image img { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .announcement { min-height: 34px; justify-content: flex-start; overflow-x: auto; font-size: .58rem; }
  .brand-copy strong { font-size: 1rem; }
  .hero { min-height: 660px; align-items: flex-end; }
  .hero-slide:nth-child(1), .hero-slide:nth-child(2), .hero-slide:nth-child(3) { object-position: 61% center; }
  .hero-slide:nth-child(4), .hero-slide:nth-child(5) { object-position: center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(22,39,32,.88) 0%, rgba(22,39,32,.5) 60%, rgba(22,39,32,.12) 100%); }
  .hero-content { width: 100%; padding: 10rem 1.35rem 6.8rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-lead { font-size: .94rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.35rem; }
  .trust-strip { min-height: 72px; }
  .trust-track { animation-duration: 17s; }
  .section { padding: 5.2rem 1.35rem; }
  .split-heading h2, .centered-heading h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .pillar-grid { margin-top: 3rem; }
  .pillar-photo { height: 280px; }
  .pillar-copy { padding: 1.5rem; }
  .programme-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .programme-image-wrap { height: 380px; }
  .service-gallery { grid-template-columns: 1fr; }
  .services-heading { margin-bottom: 3rem; }
  .service-image-wrap { height: 350px; }
  .experience-band { padding: 5.2rem 1.35rem; }
  .journey-steps li { grid-template-columns: 48px 1fr; }
  .philosophy { padding: 6rem 1.35rem; }
  .team-feature-image, .team-feature-image img { min-height: 390px; }
  .contact-section { padding: 5.2rem 1.35rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .contact-numbers a { grid-template-columns: 1fr auto; }
  .contact-numbers span { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; line-height: 1.6; }
  .whatsapp-float { right: .8rem; bottom: .8rem; }
  .reveal-ready [data-reveal] { transform: translate3d(0, 28px, 0) scale(.99); }
  .reveal-ready[data-scroll-direction="up"] [data-reveal] { transform: translate3d(0, -28px, 0) scale(.99); }
  .reveal-ready [data-reveal].is-visible { transform: translate3d(0, 0, 0) scale(1); }
}

@media (max-width: 480px) {
  .announcement { padding-inline: 1rem; gap: .55rem; }
  .announcement-dot { flex: 0 0 3px; }
  .site-header { height: 70px; padding-inline: 1rem; }
  .brand { gap: .55rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .84rem; letter-spacing: .1em; }
  .brand-copy small { font-size: .5rem; }
  .hero { min-height: 690px; }
  .hero-content { padding: 8.5rem 1rem 7.4rem; }
  .hero h1 { font-size: clamp(2.7rem, 13.5vw, 3.75rem); line-height: .96; }
  .hero-lead { line-height: 1.6; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-controls { left: 1rem; bottom: 1.25rem; max-width: calc(100% - 2rem); }
  .section, .experience-band, .contact-section { padding-left: 1rem; padding-right: 1rem; }
  .pillar-photo { height: 245px; }
  .programme-image-wrap, .service-image-wrap { height: 310px; }
  .enquiry-form { padding: 1.25rem 1rem; }
  .contact-direct-list a { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .contact-direct-list strong { font-size: 1rem; }
  .footer-links { grid-template-columns: 1fr; }
  .whatsapp-float { max-width: calc(100% - 1.6rem); }
}

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

/* Client content update: Our Story, At-Home Care, Retreat Care and Add-On Experiences */
.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.story-image { position: sticky; top: 2rem; min-height: 680px; overflow: hidden; background: #e9dac9; }
.story-image > img { width: 100%; height: 680px; object-fit: cover; object-position: 50% 45%; }
.story-image-note { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; padding: 1rem 1.1rem; display: grid; gap: .35rem; background: rgba(255,250,244,.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.story-image-note span { font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--clay); }
.story-image-note strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 400; }
.story-copy h2 { margin: 0 0 2rem; max-width: 760px; font-family: var(--serif); font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.story-copy > p:not(.eyebrow):not(.story-closing) { margin: 0 0 1.15rem; max-width: 790px; color: #67584f; font-size: .9rem; line-height: 1.82; }
.story-copy .story-closing { margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.25rem); line-height: 1.25; color: var(--ink); }
.story-closing span { color: var(--clay); }

.services-section { background: var(--cream); }
.service-jump { margin: -1rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--paper); }
.service-jump a { min-height: 76px; padding: 1.2rem 1.5rem; display: flex; align-items: center; justify-content: center; gap: .9rem; font-family: var(--serif); font-size: 1.25rem; border-right: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.service-jump a:last-child { border-right: 0; }
.service-jump a:hover, .service-jump a:focus-visible { background: var(--forest-deep); color: #fff; }
.service-jump span { font-family: var(--sans); font-size: .58rem; letter-spacing: .15em; color: var(--clay); }
.service-jump a:hover span, .service-jump a:focus-visible span { color: var(--sage); }

.care-service { scroll-margin-top: 1rem; margin-top: clamp(5rem, 9vw, 9rem); padding-top: clamp(1.5rem, 3vw, 3rem); border-top: 1px solid var(--line); }
.care-service-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 560px; background: var(--paper); box-shadow: 0 18px 60px rgba(58,40,31,.06); }
.care-service-hero.reverse .care-service-image { order: 2; }
.care-service-hero.reverse .care-service-intro { order: 1; }
.care-service-image { min-height: 560px; overflow: hidden; background: #e9dac9; }
.care-service-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; transition: transform .65s ease; }
.care-service-hero:hover .care-service-image img { transform: scale(1.025); }
.care-service-intro { padding: clamp(2.2rem, 5vw, 5.2rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.care-service-intro h3 { margin: 0; max-width: 620px; font-family: var(--serif); font-size: clamp(2.5rem, 4.2vw, 4.5rem); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.care-service-intro > p:not(.eyebrow) { margin: 1.25rem 0 0; max-width: 620px; color: #68594f; font-size: .9rem; line-height: 1.8; }
.care-service-intro .button { margin-top: 2rem; }

.care-columns { margin-top: clamp(2rem, 4vw, 4rem); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.care-included { padding: clamp(2rem, 4vw, 4rem); background: var(--paper); border: 1px solid rgba(58,40,31,.1); }
.care-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.4rem; list-style: none; }
.care-list li { position: relative; padding: .85rem .7rem .85rem 1.7rem; border-bottom: 1px solid var(--line); color: #5f5047; font-size: .82rem; line-height: 1.45; }
.care-list li::before { content: "✓"; position: absolute; left: 0; top: .82rem; color: var(--clay); font-weight: 700; }
.care-summary { margin: 2rem 0 0; max-width: 850px; color: #67584f; font-size: .88rem; line-height: 1.8; }
.care-exclusions { padding: clamp(2rem, 3.6vw, 3.4rem); background: var(--forest-deep); color: #fff; }
.care-exclusions .eyebrow { color: var(--sage); }
.care-exclusions h4 { margin: 0 0 1.1rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.06; }
.care-exclusions > p { margin: 0 0 1.2rem; color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.7; }
.care-exclusions ul { margin: 1.25rem 0 1.5rem; padding: 0; list-style: none; }
.care-exclusions li { position: relative; padding: .72rem .3rem .72rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.84); font-size: .76rem; line-height: 1.55; }
.care-exclusions li::before { content: "—"; position: absolute; left: 0; color: var(--sage); }
.care-exclusions > p:last-child { margin-bottom: 0; }

.home-gallery { margin-top: clamp(2rem, 4vw, 4rem); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.home-gallery figure { position: relative; min-height: 310px; margin: 0; overflow: hidden; background: #e9dac9; }
.home-gallery img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; transition: transform .55s ease; }
.home-gallery figure:hover img { transform: scale(1.035); }
.home-gallery figcaption { position: absolute; left: .8rem; bottom: .8rem; padding: .55rem .7rem; background: rgba(255,250,244,.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }

.retreat-service { margin-bottom: 0; }
.retreat-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.addons-section { background: var(--paper); }
.addons-section .centered-heading { max-width: 900px; }
.addon-grid { margin-top: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.addon-card { overflow: hidden; background: var(--cream); border: 1px solid rgba(58,40,31,.08); }
.addon-image { height: clamp(260px, 28vw, 420px); overflow: hidden; background: #e9dac9; }
.addon-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.addon-card:hover .addon-image img { transform: scale(1.03); }
.addon-copy { padding: 1.8rem 1.6rem 2rem; }
.addon-copy > span { display: block; margin-bottom: 1.1rem; color: var(--clay); font-size: .58rem; letter-spacing: .15em; }
.addon-copy h3 { margin: 0 0 .9rem; font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2rem); font-weight: 400; line-height: 1.16; }
.addon-copy p { margin: 0; color: #67584f; font-size: .79rem; line-height: 1.75; }
.addon-cta { margin-top: 2rem; padding: 1.5rem 1.7rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid var(--line); background: var(--sage-light); }
.addon-cta p { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.8rem); }

.contact-hub { scroll-margin-top: 0; }
.contact-hub .faq-section { background: var(--paper); }

@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-image { position: relative; top: auto; min-height: 0; height: clamp(360px, 54vw, 520px); }
  .story-image > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
  .service-jump { grid-template-columns: 1fr; }
  .service-jump a { min-width: 0; border-right: 0; border-bottom: 1px solid var(--line); text-align: center; }
  .service-jump a:last-child { border-bottom: 0; }
  .care-service-hero, .care-service-hero.reverse { grid-template-columns: 1fr; min-height: 0; }
  .care-service-hero.reverse .care-service-image, .care-service-hero.reverse .care-service-intro { order: initial; }
  .care-service-image { min-height: 0; height: clamp(340px, 56vw, 520px); }
  .care-service-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
  .care-columns { grid-template-columns: 1fr; }
  .home-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .addon-grid { grid-template-columns: 1fr; }
  .addon-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .addon-image { height: auto; min-height: 320px; }
}

@media (max-width: 740px) {
  .announcement { justify-content: center; text-align: center; overflow: visible; white-space: normal; }
  .story-image { min-height: 0; height: 390px; }
  .story-image > img { min-height: 0; height: 100%; }
  .story-copy h2 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  .service-jump { grid-template-columns: 1fr; }
  .service-jump a { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-jump a:last-child { border-bottom: 0; }
  .care-service { margin-top: 4rem; }
  .care-service-image { height: clamp(300px, 78vw, 390px); min-height: 0; }
  .care-service-image img { height: 100%; min-height: 0; }
  .care-service-intro { padding: 2rem 1.25rem 2.3rem; }
  .care-service-intro h3 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .care-included, .care-exclusions { padding: 1.6rem 1.2rem; }
  .care-list, .retreat-list { grid-template-columns: 1fr; }
  .home-gallery { grid-template-columns: 1fr; }
  .home-gallery figure, .home-gallery img { min-height: 350px; }
  .addon-card { display: block; }
  .addon-image { min-height: 0; height: 320px; }
  .addon-cta { align-items: stretch; flex-direction: column; }
  .addon-cta .button { width: 100%; }
}

@media (max-width: 480px) {
  .story-image { min-height: 0; height: 330px; }
  .story-image > img { min-height: 0; height: 100%; }
  .story-image-note { left: .8rem; right: .8rem; bottom: .8rem; }
  .care-service-image { height: clamp(280px, 82vw, 340px); min-height: 0; }
  .care-service-image img { height: 100%; min-height: 0; }
  .home-gallery figure, .home-gallery img { min-height: 310px; }
  .addon-image { height: 285px; }
}


/* Cross-browser hardening: Chrome, Edge, Firefox, Safari/iOS and Samsung Internet */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-note, .story-image-note, .home-gallery figcaption { background: rgba(255,250,244,.97); }
  .hero-controls { background: rgba(28,18,13,.82); }
}

/* Keep the brand palette stable when a mobile browser requests dark mode. */
@media (prefers-color-scheme: dark) {
  html { color-scheme: only light; background: var(--paper); }
  body { background: var(--paper); color: var(--ink); }
}

@media (max-width: 1024px) {
  html, body { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  .care-service-intro > p:not(.eyebrow), .story-copy > p:not(.eyebrow):not(.story-closing),
  .care-summary, .care-list li, .care-exclusions > p, .care-exclusions li { max-width: 100%; }
}

@media (max-width: 700px) {
  body { padding-bottom: calc(4.7rem + env(safe-area-inset-bottom, 0px)); }
  .whatsapp-float {
    right: .75rem;
    bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
    max-width: calc(100vw - 1.5rem);
    padding: .68rem .85rem;
    gap: .45rem;
    font-size: .58rem;
    line-height: 1;
    white-space: nowrap;
  }
  .whatsapp-float span { font-size: .9rem; }
  .care-service-intro h3 { font-size: clamp(2rem, 9.8vw, 3rem); }
  .care-service-intro > p:not(.eyebrow) { font-size: .9rem; line-height: 1.7; }
  .care-list li { font-size: .82rem; line-height: 1.5; }
  .care-summary { font-size: .86rem; line-height: 1.7; }
  .service-jump a { min-height: 64px; padding: 1rem; font-size: 1.08rem; }
}

@media (max-width: 420px) {
  .whatsapp-float { font-size: .55rem; padding: .64rem .78rem; }
  .care-service-intro, .care-included, .care-exclusions { padding-left: 1rem; padding-right: 1rem; }
}


/* Client refinement 2026-08-20: larger, bold navigation and section labels */
.desktop-nav {
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  font-weight: 700;
  letter-spacing: .01em;
  gap: clamp(1.35rem, 2.5vw, 2.6rem);
}
.desktop-nav a {
  font-weight: 700;
}

.mobile-menu nav a {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .01em;
}

/* Headings such as Our Story, Our Services, Retreat Care, Contact & FAQs */
.eyebrow {
  font-size: clamp(.92rem, 1.08vw, 1.08rem);
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
}

.service-jump a {
  font-weight: 700;
}

@media (max-width: 700px) {
  .eyebrow {
    font-size: .92rem;
    letter-spacing: .1em;
  }
  .mobile-menu nav a {
    font-size: 1.05rem;
    font-weight: 700;
  }
}

/* ============================================================
   Client refinement 2026-08-20 — photo proportions + hierarchy
   Prevent landscape source photos from being stretched into tall
   frames across Chrome, Edge, Firefox, Safari and Samsung Internet.
   ============================================================ */

/* Keep all media intrinsically proportional by default. */
img {
  max-width: 100%;
  height: auto;
  object-position: center;
}

/* Section labels must read as headings, clearly above body copy. */
.eyebrow {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: .055em;
  text-transform: none;
}
.eyebrow.light { font-weight: 800; }

/* Preserve the original 5:4 story photo proportion. */
.story-image {
  position: sticky;
  top: 2rem;
  min-height: 0;
  height: auto;
  aspect-ratio: 5 / 4;
  overflow: hidden;
}
.story-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

/* Service source photos are landscape 3:2. Do not let the grid row
   stretch the photo to match a taller text column. */
.care-service-hero {
  min-height: 0;
  align-items: center;
}
.care-service-image {
  position: relative;
  align-self: center;
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.care-service-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

/* Gallery cards use a stable 4:3 frame; images crop rather than distort. */
.home-gallery figure {
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.home-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

/* Add-on images also keep a predictable natural-looking proportion. */
.addon-image {
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 5 / 4;
  overflow: hidden;
}
.addon-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* The hero remains a photographic cover, never a stretched image. */
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* When a section is opened from navigation, leave enough breathing room
   below the header and keep its label prominent. */
#story, #services, #home-care, #retreat-care, #addons, #contact, #booking {
  scroll-margin-top: 1.5rem;
}
#story:target .eyebrow,
#services:target .eyebrow,
#home-care:target .eyebrow,
#retreat-care:target .eyebrow,
#addons:target .eyebrow,
#contact:target .eyebrow {
  font-weight: 900;
}

@media (max-width: 1024px) {
  .story-image {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
  }
  .care-service-image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .addon-image {
    height: auto;
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 740px) {
  .eyebrow {
    font-size: clamp(1.38rem, 6.4vw, 1.7rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .035em;
  }
  .story-image { height: auto; aspect-ratio: 5 / 4; }
  .care-service-image { height: auto; aspect-ratio: 3 / 2; }
  .home-gallery figure { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .addon-image { min-height: 0; height: auto; aspect-ratio: 5 / 4; }
}

@media (max-width: 480px) {
  .story-image,
  .care-service-image,
  .home-gallery figure,
  .addon-image { height: auto; min-height: 0; }
}

/* Graceful fallback for browsers without CSS aspect-ratio support:
   show each image at its intrinsic ratio instead of stretching it. */
@supports not (aspect-ratio: 1 / 1) {
  .story-image,
  .care-service-image,
  .home-gallery figure,
  .addon-image {
    height: auto !important;
    min-height: 0 !important;
  }
  .story-image > img,
  .care-service-image img,
  .home-gallery img,
  .addon-image img {
    position: static;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain;
  }
}

/* ============================================================
   Performance refinement 2026-08-22
   Skip layout/paint work for sections far below the viewport.
   Unsupported browsers safely ignore this optimization.
   ============================================================ */
@supports (content-visibility: auto) {
  .story-section,
  .services-section,
  .addons-section,
  .contact-section,
  .faq-section,
  footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}
