:root {
  --ink: #18342f;
  --deep: #103c36;
  --forest: #17634e;
  --green: #2f8c61;
  --lime: #79cf63;
  --sage: #dfeee3;
  --mint: #eef7f0;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #65736f;
  --line: rgba(16, 60, 54, .13);
  --shadow-sm: 0 12px 30px rgba(18, 50, 43, .08);
  --shadow-lg: 0 28px 70px rgba(18, 50, 43, .14);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0; font-family: "Manrope", system-ui, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); font-weight: 800; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); font-weight: 750; }
h3 { font-size: clamp(1.12rem, 1.8vw, 1.42rem); letter-spacing: -.025em; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(72px, 10vw, 132px); }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #bcecb3; }
.lead, .hero-lede { color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.24rem); line-height: 1.65; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--deep); border-radius: 8px; transform: translateY(-180%); box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.announcement { background: var(--deep); color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement a { display: inline-flex; align-items: center; gap: 8px; color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,248,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(18,50,43,.06); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 72px; height: 72px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); font-size: .94rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; padding-block: 10px; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--deep); transition: transform .2s ease, opacity .2s ease; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.button-primary { color: var(--white); background: var(--deep); box-shadow: 0 10px 26px rgba(16,60,54,.2); }
.button-primary:hover { background: var(--forest); box-shadow: 0 14px 30px rgba(16,60,54,.24); }
.button-secondary { color: var(--white); background: var(--green); }
.button-ghost { color: var(--deep); border-color: var(--line); background: rgba(255,255,255,.55); }
.button-ghost:hover { background: var(--white); box-shadow: var(--shadow-sm); }
.button-light { color: var(--deep); background: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.inline-link { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-weight: 800; }
.inline-link svg { transition: transform .2s ease; }
.inline-link:hover svg { transform: translateX(4px); }
.icon-box { width: 46px; height: 46px; display: inline-grid; place-items: center; color: var(--deep); border: 1px solid rgba(16,60,54,.08); border-radius: 14px; background: var(--sage); }
.icon-box svg { width: 23px; height: 23px; }
.icon-box.icon-lg { width: 62px; height: 62px; margin-bottom: 26px; border-radius: 20px; }
.icon-box.icon-lg svg { width: 30px; height: 30px; }
.icon-light { color: var(--deep); background: #c9f0c1; }
.hero { position: relative; overflow: hidden; padding-top: clamp(58px, 8vw, 104px); background: radial-gradient(circle at 86% 20%, rgba(121,207,99,.23), transparent 28%), linear-gradient(135deg, #eef7f0 0%, #fffdf8 52%, #f7f2e8 100%); }
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; left: -300px; bottom: -180px; border: 1px solid rgba(47,140,97,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(47,140,97,.04), 0 0 0 140px rgba(47,140,97,.03); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(42px, 7vw, 94px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 720px; margin-bottom: 28px; }
.hero-lede { max-width: 650px; margin-bottom: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; color: var(--deep); border: 1px solid rgba(16,60,54,.09); border-radius: 999px; background: rgba(255,255,255,.66); font-size: .86rem; font-weight: 700; }
.hero-composition { position: relative; padding: 24px 0 50px 34px; }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: 4/5; border-radius: 220px 220px 40px 40px; background: var(--sage); box-shadow: var(--shadow-lg); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,44,37,.22), transparent 42%); pointer-events: none; }
.hero-image-wrap img { height: 100%; object-fit: cover; object-position: 54% center; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid rgba(16,60,54,.08); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-family: "Manrope", sans-serif; font-size: .95rem; }
.floating-note small { color: var(--muted); font-size: .78rem; }
.note-one { top: 8%; left: 0; }
.note-two { right: -24px; bottom: 3%; max-width: 270px; display: block; }
.mini-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); border-radius: 12px; background: var(--green); }
.hero-strip { position: relative; z-index: 2; min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 12px 22px; margin-top: clamp(52px, 7vw, 90px); padding: 14px 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.74); box-shadow: var(--shadow-sm); }
.hero-strip p { margin: 0; font-weight: 700; }
.hero-strip a { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 800; }
.split-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 8vw, 110px); align-items: end; margin-bottom: 58px; }
.split-heading h2 { max-width: 780px; }
.split-heading .lead { margin-bottom: 18px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.value-card > span { display: inline-flex; margin-bottom: 52px; color: var(--green); font-family: "Manrope", sans-serif; font-size: .85rem; font-weight: 800; }
.value-card h3 { margin-bottom: 12px; }
.value-card p { margin: 0; color: var(--muted); }
.services-section { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading .lead { margin: 16px 0 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.service-card > a { display: block; height: 100%; }
.service-media { position: relative; overflow: hidden; aspect-ratio: 16/10; background: var(--sage); }
.service-media img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-media img { transform: scale(1.045); }
.service-tag { position: absolute; left: 16px; top: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--deep); font-size: .75rem; font-weight: 800; box-shadow: 0 6px 20px rgba(18,50,43,.1); }
.service-body { position: relative; padding: 28px; }
.service-body .icon-box { position: absolute; top: -25px; right: 22px; box-shadow: 0 7px 18px rgba(18,50,43,.1); }
.service-body h3 { min-height: 3.1em; margin: 8px 0 12px; }
.service-body p { min-height: 5.2em; color: var(--muted); }
.service-body .inline-link { margin-top: 6px; }
.pathways { background: var(--white); }
.pathways-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 86px); align-items: start; }
.pathways-copy { position: sticky; top: 130px; }
.pathways-copy h2 { margin-bottom: 22px; }
.pathways-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.pathways-copy img { height: 330px; margin-top: 32px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.pathway-list { display: grid; gap: 14px; }
.pathway-card { min-height: 178px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.pathway-card:hover { transform: translateX(5px); background: var(--mint); box-shadow: var(--shadow-sm); }
.pathway-number { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--deep); font-family: "Manrope", sans-serif; font-size: .8rem; font-weight: 800; }
.pathway-kicker { margin-bottom: 7px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pathway-card h3 { margin-bottom: 9px; }
.pathway-card p:last-child { margin: 0; color: var(--muted); }
.pathway-card > svg { width: 25px; height: 25px; color: var(--green); }
.experience { background: var(--mint); }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 104px); align-items: center; }
.image-collage { position: relative; min-height: 650px; }
.collage-main { width: 78%; height: 600px; object-fit: cover; border-radius: 180px 180px 32px 32px; box-shadow: var(--shadow-lg); }
.collage-small { position: absolute; right: 0; bottom: 18px; width: 48%; height: 235px; object-fit: cover; border: 10px solid var(--mint); border-radius: 28px; box-shadow: var(--shadow-sm); }
.collage-badge { position: absolute; right: 6%; top: 12%; max-width: 240px; padding: 18px; color: var(--white); border-radius: 18px; background: var(--deep); box-shadow: var(--shadow-sm); }
.collage-badge strong, .collage-badge span { display: block; }
.collage-badge span { margin-top: 5px; color: rgba(255,255,255,.7); font-size: .8rem; }
.experience-copy h2 { margin-bottom: 20px; }
.process-list { display: grid; gap: 20px; margin: 32px 0; }
.process-list article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.process-list article > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--deep); border-radius: 10px; background: #ccefc6; font-weight: 800; }
.process-list h3 { margin: 3px 0 8px; }
.process-list p { margin: 0; color: var(--muted); }
.corporate-feature { background: var(--paper); }
.corporate-card { display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; min-height: 560px; border-radius: var(--radius-lg); color: var(--white); background: var(--deep); box-shadow: var(--shadow-lg); }
.corporate-content { padding: clamp(38px, 6vw, 78px); }
.corporate-content h2 { max-width: 650px; margin-bottom: 20px; }
.corporate-content > p:not(.eyebrow) { max-width: 640px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.corporate-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 34px; }
.corporate-pills span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.06); font-size: .8rem; font-weight: 700; }
.corporate-image { min-height: 430px; }
.corporate-image img { height: 100%; object-fit: cover; }
.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); border: 0; background: transparent; text-align: left; font-family: "Manrope", sans-serif; font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 750; cursor: pointer; }
.accordion-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 1.35rem; transition: transform .2s ease, background .2s ease; }
.accordion-item button[aria-expanded="true"] .accordion-icon { transform: rotate(45deg); color: var(--white); background: var(--green); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion-panel > p { overflow: hidden; margin: 0; color: var(--muted); }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel > p { padding: 0 48px 24px 0; }
.contact-section { background: var(--paper); }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 86px); padding: clamp(34px, 6vw, 72px); color: var(--white); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--deep), #1b7055); box-shadow: var(--shadow-lg); }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow):not(.medical-note) { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.contact-points { display: grid; gap: 10px; margin: 28px 0; }
.contact-points span { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.contact-points svg { color: #bcecb3; }
.medical-note { margin-top: 30px; padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.76); font-size: .88rem; }
.booking-form { display: grid; gap: 17px; padding: clamp(24px, 4vw, 38px); color: var(--ink); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 22px 60px rgba(0,0,0,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-form label { display: grid; gap: 8px; font-size: .9rem; font-weight: 800; }
.booking-form input:not([type="checkbox"]), .booking-form select, .booking-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); border: 1px solid rgba(16,60,54,.17); border-radius: 12px; background: #fcfdfb; outline: none; }
.booking-form textarea { resize: vertical; min-height: 130px; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(47,140,97,.12); }
.consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 600 !important; }
.consent input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--green); }
.consent .field-error { grid-column: 2; }
.field-error { display: none; color: #b22d2d; font-size: .76rem; font-weight: 600; }
label.invalid .field-error { display: block; }
label.invalid input, label.invalid select { border-color: #c63c3c !important; }
.form-submit { width: 100%; margin-top: 4px; color: var(--white); background: var(--deep); }
.form-status { min-height: 24px; margin: 0; color: var(--forest); font-size: .88rem; font-weight: 700; }
.site-footer { padding-top: 70px; color: rgba(255,255,255,.72); background: #092d29; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr 1.35fr; gap: 40px; padding-bottom: 56px; }
.footer-brand img { width: 82px; height: 82px; margin-bottom: 16px; object-fit: contain; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 280px; }
.footer-title { margin-bottom: 18px; color: var(--white); font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a:hover { color: var(--white); }
.footer-note { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.04); font-size: .86rem; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: .82rem; }
.mobile-book { display: none; }
/* Service pages */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; color: var(--muted); font-size: .84rem; }
.breadcrumb a:hover { color: var(--green); }
.service-hero { padding-top: 46px; background: linear-gradient(135deg, var(--mint), var(--paper) 60%, var(--cream)); }
.service-hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(46px, 8vw, 100px); align-items: center; }
.service-hero-copy h1 { margin-bottom: 26px; font-size: clamp(2.8rem, 5.1vw, 5rem); }
.service-hero-media { position: relative; padding-bottom: 72px; }
.service-hero-media > img { height: 570px; object-fit: cover; border-radius: 180px 180px 32px 32px; box-shadow: var(--shadow-lg); }
.service-facts { position: absolute; left: -34px; right: 26px; bottom: 0; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.service-facts div { padding: 17px; border-right: 1px solid var(--line); }
.service-facts div:last-child { border-right: 0; }
.service-facts span, .service-facts strong { display: block; }
.service-facts span { margin-bottom: 4px; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-facts strong { font-size: .83rem; line-height: 1.4; }
.evidence-note { width: min(1100px, calc(100% - 40px)); display: grid; grid-template-columns: auto 1fr; gap: 20px; margin: 42px auto 0; padding: 25px 28px; border: 1px solid rgba(177,122,31,.24); border-radius: 20px; background: #fff8e8; box-shadow: var(--shadow-sm); }
.evidence-note .icon-box { color: #704b10; background: #f4d98e; }
.evidence-note h2 { margin-bottom: 6px; font-size: 1.16rem; letter-spacing: -.02em; }
.evidence-note p { margin: 0; color: #6c5a37; }
.overview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px, 8vw, 100px); align-items: start; }
.sticky-heading { position: sticky; top: 130px; }
.sticky-heading h2 { margin-bottom: 20px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.benefit-number { display: inline-flex; margin-bottom: 54px; color: var(--green); font-family: "Manrope", sans-serif; font-size: .8rem; font-weight: 800; }
.benefit-card h3 { margin-bottom: 12px; }
.benefit-card p { margin: 0; color: var(--muted); }
.journey-section { background: var(--cream); }
.journey-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.journey-visual { position: relative; }
.journey-visual > img { height: 570px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.journey-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: auto 1fr; gap: 13px; padding: 17px; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); }
.journey-caption p { margin: 0; color: var(--muted); font-size: .84rem; }
.journey-caption strong { color: var(--ink); }
.journey-grid > div:last-child > h2 { margin-bottom: 30px; }
.journey-steps { display: grid; }
.journey-step { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(16,60,54,.14); }
.journey-step > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); border-radius: 14px; background: var(--deep); font-size: .77rem; font-weight: 800; }
.journey-step h3 { margin: 4px 0 8px; }
.journey-step p { margin: 0; color: var(--muted); }
.prepare-section { background: var(--paper); }
.prepare-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: clamp(32px, 6vw, 68px); color: var(--white); border-radius: var(--radius-lg); background: var(--deep); box-shadow: var(--shadow-lg); }
.prepare-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.prepare-card li { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.13); }
.prepare-card li svg { margin-top: 3px; color: #bcecb3; }
.prepare-card li:last-child { border-bottom: 0; }
.service-faq { background: var(--mint); }
.other-services { background: var(--paper); }
.other-service-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.other-service-list a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; min-height: 88px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); font-family: "Manrope", sans-serif; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.other-service-list a:hover { transform: translateY(-3px); background: var(--mint); }
.other-service-list a > svg { color: var(--green); }
.detail-cta { padding-top: 0; }
.detail-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(34px, 6vw, 64px); color: var(--white); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--deep), var(--forest)); box-shadow: var(--shadow-lg); }
.detail-cta-card h2 { margin-bottom: 14px; }
.detail-cta-card p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.72); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1040px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-hero-grid { gap: 50px; }
  .service-facts { left: -15px; right: 10px; }
}
@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .announcement-inner { justify-content: center; }
  .announcement-inner > span { display: none; }
  .header-inner { min-height: 76px; }
  .brand img { width: 60px; height: 60px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 115px 16px auto; z-index: 99; max-height: calc(100vh - 140px); display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; overflow-y: auto; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a:not(.button) { padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 10px; }
  .hero-grid, .split-heading, .pathways-grid, .experience-grid, .corporate-card, .faq-grid, .contact-card, .service-hero-grid, .overview-grid, .journey-grid, .prepare-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-composition { width: min(560px, 100%); margin-inline: auto; padding-left: 22px; }
  .note-two { right: 0; }
  .split-heading { align-items: start; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .value-card > span { margin-bottom: 28px; }
  .pathways-copy, .faq-intro, .sticky-heading { position: static; }
  .pathways-copy img { height: 360px; }
  .image-collage { width: min(620px, 100%); margin-inline: auto; }
  .corporate-image { order: -1; min-height: 360px; }
  .contact-card { padding: 38px 26px; }
  .service-hero-copy { text-align: center; }
  .service-hero-copy .icon-box { margin-inline: auto; }
  .service-hero-copy .hero-actions { justify-content: center; }
  .service-hero-media { width: min(620px, 100%); margin-inline: auto; }
  .service-hero-media > img { height: 520px; }
  .service-facts { left: 10px; right: 10px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .journey-visual { width: min(600px,100%); margin-inline: auto; }
  .prepare-card { gap: 30px; }
  .detail-cta-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); --radius-lg: 26px; }
  body { padding-bottom: 70px; }
  .section-pad { padding-block: 68px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .announcement { display: none; }
  .main-nav { inset: 84px 12px auto; }
  .hero { padding-top: 50px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-composition { padding: 10px 0 64px; }
  .hero-image-wrap { border-radius: 140px 140px 28px 28px; }
  .note-one { top: -8px; left: -2px; }
  .note-two { right: 4px; bottom: 4px; max-width: 240px; }
  .hero-strip { align-items: flex-start; flex-direction: column; text-align: left; }
  .services-grid { grid-template-columns: 1fr; }
  .service-body h3, .service-body p { min-height: 0; }
  .pathway-card { grid-template-columns: auto 1fr; padding: 22px 18px; }
  .pathway-card > svg { display: none; }
  .pathways-copy img { height: 280px; }
  .image-collage { min-height: 500px; }
  .collage-main { width: 86%; height: 470px; }
  .collage-small { width: 50%; height: 180px; border-width: 7px; }
  .collage-badge { top: auto; right: 4%; bottom: 145px; max-width: 220px; }
  .corporate-content { padding: 34px 24px; }
  .corporate-image { min-height: 280px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .mobile-book { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 90; min-height: 50px; display: grid; place-items: center; color: var(--white); border-radius: 999px; background: var(--deep); box-shadow: 0 12px 30px rgba(0,0,0,.25); font-weight: 800; }
  .breadcrumb { margin-bottom: 26px; }
  .service-hero { padding-top: 30px; }
  .service-hero-media { padding-bottom: 158px; }
  .service-hero-media > img { height: 420px; border-radius: 120px 120px 25px 25px; }
  .service-facts { grid-template-columns: 1fr; left: 8px; right: 8px; }
  .service-facts div { padding: 12px 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-facts div:last-child { border-bottom: 0; }
  .evidence-note { grid-template-columns: 1fr; padding: 22px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .benefit-number { margin-bottom: 28px; }
  .journey-visual > img { height: 420px; }
  .journey-caption { left: 12px; right: 12px; bottom: 12px; }
  .prepare-card { padding: 30px 22px; }
  .other-service-list { grid-template-columns: 1fr; }
  .detail-cta-card { padding: 32px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Canon Wellness x Thiba River Camp integration */
.retreat-feature { overflow: hidden; background: linear-gradient(135deg, var(--cream), var(--paper) 50%, var(--mint)); }
.retreat-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(46px,8vw,100px); align-items: center; }
.retreat-feature-copy > p:not(.eyebrow) { color: var(--muted); }
.retreat-benefit-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 30px; }
.retreat-benefit-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--deep); font-size: .8rem; font-weight: 800; }
.retreat-feature-media { position: relative; padding: 0 0 66px 32px; }
.retreat-feature-media > img { height: 600px; object-fit: cover; border-radius: 180px 180px 32px 32px; box-shadow: var(--shadow-lg); }
.retreat-location-card { position: absolute; left: 0; right: 28px; bottom: 0; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.retreat-location-card img { width: 56px; height: 56px; object-fit: contain; }
.retreat-location-card span, .retreat-location-card strong { display: block; }
.retreat-location-card span { color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.retreat-location-card strong { font-size: .9rem; }
.thiba-venue-section { background: var(--paper); }
.thiba-venue-card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; color: white; border-radius: var(--radius-lg); background: linear-gradient(135deg,var(--deep),var(--forest)); box-shadow: var(--shadow-lg); }
.thiba-venue-card > div { padding: clamp(34px,6vw,68px); }
.thiba-venue-card > div > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.thiba-venue-card > img { height: 100%; min-height: 520px; object-fit: cover; }
.venue-ghost { color: white; border-color: rgba(255,255,255,.34); background: transparent; }
.venue-ghost:hover { color: var(--deep); background: white; }
.retreat-page-hero .service-hero-media > img { border-radius: 32px 180px 32px 180px; }
.retreat-experiences { background: var(--deep); color: white; }
.retreat-experiences .eyebrow { color: #bcecb3; }
.retreat-experiences .lead { color: rgba(255,255,255,.7); }
.retreat-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 44px; }
.retreat-card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(26px,4vw,42px); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.055); }
.retreat-card.featured { color: var(--deep); background: #c9f0c1; }
.retreat-card > span { color: #bcecb3; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.retreat-card.featured > span { color: var(--forest); }
.retreat-card h3 { margin: 52px 0 14px; font-size: clamp(2rem,4vw,3.2rem); }
.retreat-card p { color: rgba(255,255,255,.7); }
.retreat-card.featured p { color: rgba(16,60,54,.78); }
.retreat-card .inline-link { margin-top: auto; color: #bcecb3; }
.retreat-card.featured .inline-link { color: var(--deep); }
.thiba-partner-section { background: var(--paper); }
.thiba-partner-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px,8vw,100px); align-items: center; }
.thiba-partner-grid > div > img { width: 88px; height: 88px; margin-bottom: 24px; object-fit: contain; }
.thiba-partner-grid > img { height: 560px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
@media (max-width: 860px) {
  .retreat-feature-grid, .thiba-venue-card, .thiba-partner-grid { grid-template-columns: 1fr; }
  .retreat-feature-media { width: min(620px,100%); margin-inline: auto; }
  .thiba-venue-card > img { min-height: 380px; }
  .retreat-card-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .retreat-feature-media { padding-left: 0; padding-bottom: 118px; }
  .retreat-feature-media > img { height: 430px; border-radius: 120px 120px 26px 26px; }
  .retreat-location-card { left: 8px; right: 8px; }
  .retreat-card { min-height: 280px; }
  .thiba-partner-grid > img { height: 380px; }
}
