:root {
  --pink: #c94f78;
  --pink-dark: #9f365a;
  --yellow: #f4dda0;
  --green: #70a98a;
  --green-dark: #477d62;
  --charcoal: #625c60;
  --ink: #3f393d;
  --cream: #fffaf7;
  --paper: #f8eee9;
  --white: #fff;
  --line: rgba(54, 51, 51, .13);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Avenir Next', Avenir, 'Trebuchet MS', Arial, sans-serif;
  --shadow: 0 18px 50px rgba(77, 55, 39, .12);
  --radius: 1.4rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.35rem, 4.5vw, 4.6rem); }
h3 { line-height: 1.2; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.section-soft { background: var(--paper); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; top: .6rem; left: .6rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 92px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 2.5rem; padding: .65rem max(1.5rem, calc((100vw - 1280px) / 2)); background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(0,0,0,.06); }
.brand img { width: 145px; height: 72px; object-fit: contain; }
.site-nav { justify-self: end; display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2rem); font-size: .88rem; font-weight: 600; }
.site-nav a { position: relative; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 3px; background: var(--pink); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.35rem; border: 2px solid var(--pink); border-radius: .3rem; background: var(--pink); color: #fff; font-weight: 700; line-height: 1.15; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--pink-dark); border-color: var(--pink-dark); }
.button-small { min-height: 44px; font-size: .85rem; }
.button-ghost { border-color: rgba(255,255,255,.8); background: transparent; }
.button-ghost:hover { background: #fff; border-color: #fff; color: var(--ink); }
.button-outline { background: transparent; color: var(--pink); }
.button-green { background: var(--green); border-color: var(--green); }
.button-green:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.menu-toggle { display: none; }

.hero { min-height: 680px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; background: #333; }
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(28,24,24,.86) 0%, rgba(28,24,24,.64) 43%, rgba(28,24,24,.07) 74%); }
.hero-content { position: relative; z-index: 1; padding-block: 7rem; }
.hero h1 { max-width: 740px; margin-bottom: 1.4rem; font-size: clamp(3.6rem, 7.5vw, 7rem); text-wrap: balance; }
.hero h1::after { content: ''; display: block; width: 170px; height: 11px; margin-top: 1.1rem; background: var(--pink); border-radius: 60% 30% 50% 20%; transform: rotate(-1deg); }
.hero-copy { max-width: 650px; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.eyebrow { margin-bottom: .85rem; color: var(--pink); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #fff; }

.trust-bar { min-height: 92px; display: flex; justify-content: center; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding: 1.25rem 2rem; background: #fff; border-bottom: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: .8rem; font-size: .95rem; }
.trust-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; color: var(--pink); font-size: 2.1rem; }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.yellow { background: var(--yellow); }
.green { background: var(--green); }

.enrolment { min-height: 78px; margin-top: 2.5rem; display: flex; justify-content: center; align-items: center; gap: 1.2rem; padding: 1rem 2rem; position: relative; background: var(--yellow); font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2.2rem); text-align: center; overflow: hidden; }
.enrolment::before, .enrolment::after { content: ''; position: absolute; left: -2%; right: -2%; height: 13px; background: var(--cream); border-radius: 50%; }
.enrolment::before { top: -9px; }
.enrolment::after { bottom: -9px; }
.enrolment a { font-family: var(--sans); font-size: .85rem; font-weight: 800; border-bottom: 2px solid currentColor; }
.heart-outline { color: var(--pink); font-family: var(--sans); font-size: 2rem; }

.story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.story-copy p:not(.eyebrow) { max-width: 560px; font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: .6rem; color: var(--pink); font-weight: 800; border-bottom: 2px solid currentColor; }
.framed-photo { margin: 0; position: relative; }
.framed-photo img { height: 560px; object-fit: cover; object-position: center 30%; border-radius: 12rem 12rem .4rem .4rem; box-shadow: var(--shadow); }
.framed-photo figcaption { margin-top: .9rem; color: var(--charcoal); font-size: .85rem; }
.anniversary-badge { position: absolute; right: -1.7rem; bottom: 1.8rem; width: 132px; aspect-ratio: 1; display: grid; place-content: center; color: #fff; text-align: center; background: var(--pink); border-radius: 46% 54% 46% 56%; transform: rotate(-7deg); box-shadow: 0 15px 35px rgba(216,29,95,.25); }
.anniversary-badge strong { font-family: var(--serif); font-size: 3.8rem; line-height: .8; }
.anniversary-badge small { margin-top: .5rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.timeline { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 2.5rem 0 0; padding: 0; list-style: none; border-top: 2px solid #d9c7ab; }
.timeline li { position: relative; padding: 1.6rem 1.5rem 0 0; }
.timeline li::before { content: ''; position: absolute; top: -8px; width: 14px; height: 14px; border-radius: 50%; background: var(--pink); }
.timeline li:nth-child(2)::before { background: var(--yellow); }
.timeline li:nth-child(3)::before { background: var(--green); }
.timeline li span { display: block; margin-top: .5rem; color: var(--charcoal); font-size: .83rem; line-height: 1.5; }

.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 430px; margin-bottom: .4rem; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.profile-card { overflow: hidden; background: #fff; border-bottom: 5px solid var(--pink); box-shadow: 0 12px 35px rgba(77,55,39,.08); }
.profile-card:nth-child(2) { border-color: var(--yellow); }
.profile-card:nth-child(3) { border-color: var(--green); }
.profile-card img { height: 280px; object-fit: cover; object-position: center 25%; }
.profile-card:nth-child(2) img { object-position: center 38%; }
.profile-card:nth-child(3) img { object-position: center 18%; }
.profile-card div { padding: 1.25rem; }
.profile-card h3 { margin-bottom: .2rem; font-family: var(--serif); font-size: 1.7rem; }
.profile-card p { margin-bottom: 0; font-size: .87rem; }
.profile-card .role { margin-bottom: .7rem; color: var(--pink); font-weight: 800; }

.programme { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.programme-copy > p:not(.eyebrow) { max-width: 560px; }
.feature-list { display: grid; gap: 1rem; margin: 2rem 0 2.4rem; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 1rem; align-items: flex-start; }
.feature-list li > span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid var(--pink); border-radius: 50%; color: var(--pink); font-size: 1.2rem; font-weight: 800; }
.feature-list li:nth-child(2) > span { color: #8c7a00; border-color: #e1d215; }
.feature-list li:nth-child(3) > span { color: var(--green); border-color: var(--green); }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { color: var(--charcoal); }
.programme-photos { min-height: 610px; position: relative; }
.programme-photos img { object-fit: cover; box-shadow: var(--shadow); }
.photo-main { height: 540px; border-radius: 10rem 10rem .3rem .3rem; }
.photo-small { width: 48%; height: 230px; position: absolute; right: -1.5rem; bottom: 0; border: 8px solid var(--cream); }

.section-heading { margin-bottom: 3rem; }
.section-heading.center { max-width: 760px; margin-inline: auto; text-align: center; }
.life { padding-bottom: 0; overflow: hidden; }
.gallery { display: grid; grid-template-columns: 1.25fr .85fr 1fr .9fr 1.1fr; min-height: 430px; }
.gallery figure { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.gallery img { height: 100%; object-fit: cover; filter: saturate(.92); transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { position: absolute; inset: auto .8rem .8rem; padding: .55rem .8rem; background: rgba(255,255,255,.92); font-size: .77rem; font-weight: 700; text-align: center; }

.care { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.care-card { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--paper); }
.care-copy { align-self: center; padding: 2.2rem; }
.care-card h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.care-card img { height: 100%; object-fit: cover; }
.meals img { object-position: center; }
.safety { background: #eaf5ee; }
.green-link { color: var(--green-dark); }

.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
blockquote { margin: 0; padding: 2rem; background: #fff; border-top: 4px solid var(--pink); }
blockquote:nth-child(2) { border-color: #e6d800; }
blockquote:nth-child(3) { border-color: var(--green); }
.quote-mark { color: var(--pink); font-family: var(--serif); font-size: 4rem; line-height: .5; }
blockquote p { margin-top: 1.2rem; }
blockquote cite { color: var(--charcoal); font-size: .8rem; font-style: normal; font-weight: 700; }

.visit { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: #f8f0e3; }
.visit-photo { min-height: 620px; overflow: hidden; }
.visit-photo img { height: 100%; object-fit: cover; object-position: 40% center; transform: scale(1.12); }
.visit-content { align-self: center; max-width: 660px; padding: clamp(3rem, 7vw, 7rem); }
.visit-content address { margin-block: 2rem 1rem; font-style: normal; }
.hours { margin-bottom: 2rem; }

.site-footer { padding-top: 4.5rem; color: #eee; background: #353434; border-top: 8px solid var(--pink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; }
.footer-brand img { width: 150px; height: 105px; padding: .3rem; object-fit: contain; background: #fff; }
.footer-brand p { margin: 1rem 0 .2rem; }
.footer-brand small { color: #bbb; }
.site-footer h3 { margin-bottom: 1rem; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer a { display: block; margin-bottom: .55rem; color: #d7d7d7; font-size: .85rem; }
.site-footer a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 3rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: #aaa; font-size: .78rem; }
.footer-bottom a { margin: 0; }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 40; padding: .85rem 1rem; color: #fff; background: var(--green); border-radius: 99px; font-size: .8rem; font-weight: 800; box-shadow: 0 10px 28px rgba(10,150,77,.3); }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 140px 1fr auto; gap: 1rem; }
  .site-nav { gap: 1rem; font-size: .75rem; }
  .header-cta { display: none; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .care-card { grid-template-columns: 1fr; }
  .care-card img { height: 280px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 620px); }
  .section { padding-block: 4.5rem; }
  .site-header { height: 76px; grid-template-columns: 120px 1fr; padding-inline: 1rem; }
  .brand img { width: 115px; height: 60px; }
  .menu-toggle { justify-self: end; display: grid; gap: 4px; width: 42px; height: 42px; place-content: center; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 1.2rem; background: #fff; box-shadow: 0 15px 25px rgba(0,0,0,.09); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: .5rem; }
  .hero { min-height: 680px; align-items: end; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(28,24,24,.9) 0%, rgba(28,24,24,.64) 58%, rgba(28,24,24,.12) 100%); }
  .hero-content { padding-block: 5rem 3rem; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .trust-bar { flex-direction: column; align-items: flex-start; gap: .9rem; padding: 1.5rem 2rem; }
  .enrolment { flex-direction: column; gap: .3rem; padding-block: 1.6rem; }
  .story, .programme, .care, .visit { grid-template-columns: 1fr; }
  .story-photo { grid-row: 2; }
  .framed-photo img { height: 480px; border-radius: 8rem 8rem .3rem .3rem; }
  .anniversary-badge { right: -.2rem; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 1.8rem 0; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .team-grid { grid-template-columns: 1fr; }
  .profile-card { display: grid; grid-template-columns: 42% 58%; }
  .profile-card img { height: 100%; min-height: 260px; }
  .programme-photos { min-height: 500px; }
  .photo-main { height: 440px; }
  .photo-small { right: 0; height: 180px; }
  .gallery { grid-template-columns: 1fr 1fr; min-height: 900px; }
  .gallery figure:last-child { grid-column: 1 / -1; }
  .care-card { min-height: 0; }
  .quote-grid { grid-template-columns: 1fr; }
  .visit-photo { min-height: 380px; }
  .visit-content { padding: 3.5rem 1.2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  h2 { font-size: 2.6rem; }
  .button-row .button { width: 100%; }
  .timeline { grid-template-columns: 1fr; }
  .profile-card { grid-template-columns: 1fr; }
  .profile-card img { height: 320px; }
  .gallery { grid-template-columns: 1fr; min-height: 1600px; }
  .gallery figure:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.meal-gallery { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: .45rem; padding: .45rem; background: #fff; }
.meal-gallery img { min-width: 0; height: 100%; object-fit: cover; }
@media (max-width: 1060px) { .meal-gallery { min-height: 420px; } }
@media (max-width: 760px) { .meal-gallery { min-height: 440px; } }

/* Frequently asked questions */
.faq-list { width: min(880px, 100%); margin-inline: auto; display: grid; gap: .8rem; }
.faq-list details { padding: 0 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: 1.1rem; box-shadow: 0 8px 24px rgba(77,55,39,.05); }
.faq-list details[open] { border-color: rgba(189,95,127,.38); }
.faq-list summary { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-block: 1.25rem; cursor: pointer; font-family: var(--serif); font-size: clamp(1.08rem,2vw,1.3rem); font-weight: 600; line-height: 1.3; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; flex: 0 0 auto; display: grid; place-items: center; width: 1.8rem; height: 1.8rem; color: var(--pink-dark); font-family: var(--sans); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: -.2rem 2.8rem 1.35rem 0; color: var(--charcoal); }
.faq-list details a { color: var(--pink-dark); font-weight: 800; text-decoration: underline; text-underline-offset: .18em; }
