:root {
  --black: #080808;
  --black-soft: #111111;
  --black-card: #171717;
  --gold: #d4af37;
  --gold-bright: #f0cf62;
  --gold-deep: #a98216;
  --cream: #fbf8ef;
  --white: #ffffff;
  --text: #171717;
  --muted: #686868;
  --line: #ded8c8;
  --soft: #f5f2e9;
  --success: #176a47;
  --danger: #a52a31;
  --container: 1180px;
  --shadow: 0 22px 70px rgba(0, 0, 0, .11);
  --radius: 24px;
}

/* v7.45.18: Keep every partner and sponsor logo in one continuous row. */
.footer-partners .partner-logo-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(212,175,55,.55) transparent;
}
.footer-partners .partner-logo-card {
  flex: 1 0 128px !important;
  min-width: 128px !important;
  max-width: none;
  scroll-snap-align: start;
}
.partner-logo-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 40px;
  color: #171717;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}
.partner-logo-fallback[hidden] { display: none !important; }
@media (max-width: 620px) {
  .footer-partners .partner-logo-card {
    flex-basis: 112px !important;
    min-width: 112px !important;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.chat-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82em; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow-content { width: min(calc(100% - 40px), 860px); margin-inline: auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-black { color: var(--white); background: var(--black); }
.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; left: 18px; top: -60px; z-index: 1000; background: var(--gold); color: var(--black); padding: 10px 16px; border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 18px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); margin-bottom: 26px; }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.7rem); margin-bottom: 22px; }
h3 { font-size: 1.35rem; }
p { margin-bottom: 18px; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.34rem); line-height: 1.55; font-weight: 650; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--gold-deep); font-size: .77rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.eyebrow-gold { color: var(--gold-bright); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-black .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,8,8,.95); border-bottom: 1px solid rgba(212,175,55,.22); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--gold); color: var(--gold-bright); border-radius: 50%; font-size: .95rem; font-weight: 950; letter-spacing: -.04em; overflow: hidden; background: var(--white); }
.brand-mark-image img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.18; }
.brand-copy strong { font-size: .92rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.56); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav a, .primary-nav button { color: rgba(255,255,255,.78); background: none; border: 0; text-decoration: none; font-size: .85rem; font-weight: 750; cursor: pointer; }
.primary-nav a:hover, .primary-nav a.active, .primary-nav button:hover { color: var(--gold-bright); }
.nav-ai-button { padding: 10px 15px !important; color: var(--black) !important; background: var(--gold) !important; border-radius: 999px; }
.menu-button { display: none; width: 45px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 10px; padding: 10px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; padding: 12px 22px; text-decoration: none; font-size: .87rem; font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--black); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 12px 35px rgba(212,175,55,.22); }
.button-black { color: var(--white); background: var(--black); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.42); }
.button-outline-light:hover { color: var(--black); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--black); text-decoration: none; font-weight: 900; }
.section-black .text-link { color: var(--gold-bright); }
.text-link span { color: var(--gold-deep); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.small-button { display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; color: var(--black); background: var(--gold); border-radius: 999px; text-decoration: none; font-size: .75rem; font-weight: 900; }

.hero { position: relative; overflow: hidden; }
.hero-home { min-height: calc(100vh - 76px); display: flex; align-items: center; color: var(--white); background-color: var(--black); background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero-carousel { position: absolute; inset: 0; z-index: 0; background: transparent; }
.hero-slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transform: scale(1.025); transition: opacity 1.15s ease, transform 7s ease; will-change: opacity, transform; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-carousel-controls { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 34px; display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(0,0,0,.42); backdrop-filter: blur(10px); }
.hero-carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.5); cursor: pointer; transition: width .25s ease, background-color .25s ease, transform .25s ease; }
.hero-carousel-dot:hover, .hero-carousel-dot:focus-visible { background: var(--white); transform: scale(1.15); }
.hero-carousel-dot.active { width: 28px; background: var(--gold-bright); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 75% 20%, rgba(212,175,55,.18), transparent 30%), linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 48%, rgba(0,0,0,.30) 100%), linear-gradient(180deg, transparent 68%, rgba(0,0,0,.72)); }
.hero-content { position: relative; z-index: 2; padding-top: 92px; padding-bottom: 84px; }
.hero-copy { max-width: 850px; }
.hero-text { max-width: 720px; color: rgba(255,255,255,.76); font-size: clamp(1.08rem, 2vw, 1.34rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 54px; width: fit-content; border: 1px solid rgba(255,255,255,.15); background: rgba(0,0,0,.35); backdrop-filter: blur(12px); }
.hero-proof > div { min-width: 150px; display: flex; flex-direction: column; padding: 15px 18px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { color: var(--gold-bright); }
.hero-proof span { color: rgba(255,255,255,.62); font-size: .72rem; }
.hero-photo-note { position: absolute; right: 20px; bottom: 28px; display: flex; flex-direction: column; align-items: flex-end; padding: 10px 13px; color: rgba(255,255,255,.72); background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; font-size: .72rem; }
.hero-photo-note code { color: var(--gold-bright); }

.feature-ribbon { background: var(--gold); border-top: 1px solid var(--gold-bright); border-bottom: 1px solid var(--gold-deep); }
.feature-ribbon-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.feature-ribbon span { display: grid; place-items: center; min-height: 76px; padding: 12px; text-align: center; border-right: 1px solid rgba(0,0,0,.16); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.feature-ribbon span:last-child { border-right: 0; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.method-panel { position: relative; min-height: 520px; padding: 44px; background: var(--black); border-radius: 34px; box-shadow: var(--shadow); overflow: hidden; }
.method-panel::before { content: ""; position: absolute; width: 330px; height: 330px; right: -100px; top: -100px; border-radius: 50%; background: rgba(212,175,55,.16); filter: blur(3px); }
.method-ring { width: 190px; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto 32px; color: var(--gold-bright); border: 2px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 16px rgba(212,175,55,.05); }
.method-ring span { font-size: 3.2rem; font-weight: 950; letter-spacing: -.08em; }
.method-ring small { color: rgba(255,255,255,.62); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.method-point { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.method-point strong { color: var(--gold-bright); }
.method-point span { color: rgba(255,255,255,.67); font-size: .9rem; }

.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.story-photo { min-height: 520px; }
.photo-placeholder { width: 100%; height: 100%; min-height: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 32px; text-align: center; border: 1px dashed rgba(212,175,55,.55); background: linear-gradient(135deg, #171717, #0d0d0d); border-radius: 32px; }
.photo-placeholder strong { color: var(--gold-bright); font-size: 1.2rem; }
.photo-placeholder span { color: rgba(255,255,255,.58); }
.story-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); }

.identity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.identity-card { min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.identity-card > span { color: var(--gold-deep); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.identity-card h3 { margin: auto 0 0; font-size: clamp(1.8rem, 3vw, 3rem); }
.identity-card.gold-card { color: var(--black); background: var(--gold); border-color: var(--gold); }
.identity-card.gold-card > span { color: rgba(0,0,0,.62); }
.identity-card.dark-card { color: var(--white); background: var(--black); border-color: var(--black); }
.identity-card.dark-card > span { color: var(--gold-bright); }

.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.value-card { min-height: 260px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; }
.value-card > strong { display: block; margin-bottom: 50px; color: var(--gold); font-size: 4.5rem; line-height: .9; }
.value-card p { color: var(--muted); font-size: .88rem; }

.programme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.programme-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 16px 45px rgba(0,0,0,.05); }
.programme-image { min-height: 235px; background: var(--black-soft); }
.image-slot { position: relative; overflow: hidden; }
.image-slot img { width: 100%; height: 100%; object-fit: cover; }
.image-slot > span, .image-slot figcaption { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; color: var(--gold-bright); background: linear-gradient(135deg, #0d0d0d, #252014); text-align: center; font-size: .78rem; font-weight: 800; }
.image-slot.image-missing > span, .image-slot.image-missing figcaption { display: flex; }
.programme-card-body { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.programme-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.programme-meta > span { color: var(--gold-deep); font-weight: 950; }
.programme-meta small { padding: 6px 9px; background: var(--soft); border-radius: 999px; font-weight: 800; }
.programme-tag, .age-pill { display: inline-flex; width: fit-content; margin-bottom: 11px; color: var(--gold-deep); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.programme-card p { color: var(--muted); }
.mini-schedule { margin-top: 8px; border-top: 1px solid var(--line); }
.mini-schedule > div { display: grid; grid-template-columns: 72px 1fr; gap: 4px 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.mini-schedule span { text-align: right; font-weight: 800; }
.mini-schedule small { grid-column: 1 / -1; color: var(--muted); }
.card-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 24px; }
.card-actions .text-link { font-size: .82rem; }

.location-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.location-card { display: flex; align-items: center; gap: 18px; padding: 24px; color: var(--white); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: var(--black-card); }
.location-letter { flex: 0 0 54px; height: 54px; display: grid; place-items: center; color: var(--black); background: var(--gold); border-radius: 50%; font-weight: 950; }
.location-card h3 { margin-bottom: 4px; }
.location-card p { margin-bottom: 2px; color: var(--gold-bright); font-weight: 800; }
.location-card small { color: rgba(255,255,255,.56); }
.muted-card { opacity: .66; }

.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.journey-step { position: relative; min-height: 245px; padding: 26px; border-top: 4px solid var(--gold); background: var(--soft); border-radius: 0 0 22px 22px; }
.journey-step > span { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 48px; color: var(--black); background: var(--gold); border-radius: 50%; font-weight: 950; }
.journey-step p { color: var(--muted); font-size: .9rem; }

.trial-section { color: var(--white); background: linear-gradient(135deg, #060606, #18140b); }
.trial-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.trial-copy { position: sticky; top: 110px; }
.trial-copy p { color: rgba(255,255,255,.68); }
.trial-copy a { color: var(--gold-bright); }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; color: rgba(255,255,255,.76); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-bright); font-weight: 950; }
.trial-form { position: relative; padding: 38px; color: var(--text); background: var(--white); border: 1px solid rgba(212,175,55,.35); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.form-progress { position: absolute; left: 0; right: 0; top: 0; height: 5px; background: #eee9dc; }
.form-progress span { display: block; width: 24%; height: 100%; background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright)); transition: width .25s; }
.form-header { display: flex; flex-direction: column; margin-bottom: 25px; }
.form-header span { color: var(--gold-deep); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.form-header strong { font-size: 1.35rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: .76rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d8d2c4; border-radius: 11px; background: #fff; padding: 11px 12px; color: var(--text); outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(212,175,55,.13); }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: var(--danger); background: #fff6f6; }
.check-field { display: flex; align-items: flex-start; gap: 9px; color: #5f5a50; font-size: .8rem; }
.check-field input, .consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold-deep); }
.hidden { display: none !important; }
.consent { display: flex; gap: 10px; margin: 22px 0 12px; color: #5f5a50; font-size: .77rem; line-height: 1.5; }
.consent a { color: var(--gold-deep); font-weight: 850; }
.optional-consent { margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--line); }
.submit-button { width: 100%; margin-top: 9px; }
.button-loader { display: none; width: 18px; height: 18px; border: 2px solid rgba(0,0,0,.25); border-top-color: var(--black); border-radius: 50%; animation: spin .8s linear infinite; }
.submit-button.loading .button-loader { display: block; }
.submit-button.loading { pointer-events: none; opacity: .78; }
.form-message { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 11px; font-size: .86rem; }
.form-message.success { display: block; color: var(--success); background: #edf8f3; }
.form-message.error { display: block; color: var(--danger); background: #fff0f1; }
.honeypot { position: absolute !important; left: -9999px !important; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; list-style: none; cursor: pointer; padding: 22px 42px 22px 0; font-weight: 900; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 15px; color: var(--gold-deep); font-size: 1.8rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion p { padding: 0 42px 22px 0; margin: 0; color: var(--muted); }

.cta-section { padding: 0 0 104px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 46px; color: var(--white); background: var(--black); border: 1px solid rgba(212,175,55,.45); border-radius: 30px; box-shadow: var(--shadow); }
.cta-card h2 { font-size: clamp(2rem, 4vw, 4rem); margin-bottom: 10px; }
.cta-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.65); }
.cta-actions { flex: 0 0 auto; margin: 0; }

.page-hero { min-height: 540px; display: flex; align-items: end; color: var(--white); background: linear-gradient(135deg, rgba(0,0,0,.96), rgba(21,17,8,.88)), radial-gradient(circle at 80% 20%, rgba(212,175,55,.25), transparent 32%); }
.page-hero-content { max-width: 900px; padding-top: 110px; padding-bottom: 82px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 6rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.7); font-size: 1.13rem; }
.compact-hero { min-height: 390px; }
.compact-hero .page-hero-content { padding-top: 80px; padding-bottom: 68px; }
.programme-page-hero { background-image: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.67)), var(--programme-hero-image); background-size: cover; background-position: center; }

.programme-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.programme-heading-row { display: flex; gap: 22px; align-items: flex-start; margin-bottom: 28px; }
.large-number { color: var(--gold); font-size: 4.3rem; font-weight: 950; line-height: .8; letter-spacing: -.08em; }
.section-black .age-pill { color: var(--gold-bright); }
.policy-note { padding: 16px 18px; border-left: 4px solid var(--gold); background: rgba(212,175,55,.1); }
.focus-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.focus-list span { position: relative; padding: 11px 12px 11px 34px; border: 1px solid var(--line); border-radius: 10px; font-size: .82rem; font-weight: 750; }
.focus-list span::before { content: "✓"; position: absolute; left: 12px; color: var(--gold-deep); }
.section-black .focus-list span { border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.74); }
.section-black .focus-list span::before { color: var(--gold-bright); }
.programme-schedule-box { margin: 28px 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
.section-black .programme-schedule-box { border-color: rgba(255,255,255,.17); background: var(--black-card); }
.programme-schedule-box h3 { margin-bottom: 14px; }
.schedule-row { display: grid; grid-template-columns: 100px 1fr 1fr; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); font-size: .82rem; }
.section-black .schedule-row { border-color: rgba(255,255,255,.13); }
.schedule-row small { text-align: right; color: var(--muted); }
.section-black .schedule-row small { color: rgba(255,255,255,.52); }
.programme-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 12px; }
.gallery-item { margin: 0; border-radius: 18px; background: var(--black); }
.gallery-featured { grid-column: 1 / -1; grid-row: span 2; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; }
.comparison-table { width: 100%; min-width: 850px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison-table th { color: var(--black); background: var(--gold); font-size: .77rem; text-transform: uppercase; letter-spacing: .05em; }
.comparison-table tbody tr:last-child td { border-bottom: 0; }
.table-note { margin-top: 14px; color: var(--muted); font-size: .8rem; }

.legal-section { background: #fff; }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 5px; padding: 20px; background: var(--soft); border: 1px solid var(--line); border-radius: 18px; }
.legal-nav strong { margin-bottom: 8px; color: var(--gold-deep); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-nav a { padding: 8px 10px; color: #555; border-radius: 8px; text-decoration: none; font-size: .82rem; }
.legal-nav a:hover { color: var(--black); background: var(--white); }
.legal-content { max-width: 850px; }
.legal-block { scroll-margin-top: 110px; padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-block:last-child { border-bottom: 0; }
.legal-block h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); margin-bottom: 18px; }
.legal-block h3 { margin: 26px 0 10px; }
.legal-block p, .legal-block li { color: #555; }
.legal-block li { margin: 8px 0; }
.legal-block a { color: var(--gold-deep); font-weight: 800; }
.legal-number { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 14px; color: var(--black) !important; background: var(--gold); border-radius: 50%; font-weight: 950; }
.legal-alert { padding: 20px; margin-bottom: 35px; border: 1px solid rgba(212,175,55,.55); border-left: 5px solid var(--gold); background: #fffaf0; border-radius: 14px; }
.legal-alert strong { color: var(--gold-deep); }
.legal-alert p { margin: 5px 0 0; color: #5c5548; }
.policy-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.policy-card { min-height: 290px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 24px; text-decoration: none; transition: transform .2s, border-color .2s; }
.policy-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.policy-card > span { color: var(--gold-deep); font-weight: 950; }
.policy-card h2 { margin-top: auto; font-size: 2rem; }
.policy-card p { color: var(--muted); }
.policy-card strong { color: var(--gold-deep); }

.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.72); background: var(--black); border-top: 1px solid rgba(212,175,55,.25); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
.footer-brand p { max-width: 320px; margin-top: 18px; color: rgba(255,255,255,.52); font-size: .9rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid > div > strong { color: var(--gold-bright); }
.footer-grid a, .footer-grid button { width: fit-content; padding: 0; color: rgba(255,255,255,.64); background: none; border: 0; text-decoration: none; text-align: left; cursor: pointer; font-size: .87rem; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

.chat-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; align-items: center; gap: 9px; padding: 10px 16px 10px 10px; color: var(--black); background: var(--gold); border: 1px solid var(--gold-bright); border-radius: 999px; box-shadow: 0 18px 40px rgba(0,0,0,.28); font-weight: 900; cursor: pointer; }
.chat-launcher-icon { width: 36px; height: 36px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 2px solid var(--black); border-radius: 50%; }
.chat-launcher-icon img { width: 100%; height: 100%; display: block; object-fit: cover; }
.chat-panel { position: fixed; inset: 0; z-index: 100; visibility: hidden; pointer-events: none; }
.chat-panel.open { visibility: visible; pointer-events: auto; }
.chat-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.58); opacity: 0; transition: opacity .25s; }
.chat-panel.open .chat-overlay { opacity: 1; }
.chat-window { position: absolute; top: 0; right: 0; width: min(430px, 100%); height: 100%; display: flex; flex-direction: column; background: var(--white); transform: translateX(102%); transition: transform .3s; box-shadow: -25px 0 70px rgba(0,0,0,.3); }
.chat-panel.open .chat-window { transform: translateX(0); }
.chat-header { display: flex; align-items: center; gap: 12px; padding: 17px 18px; color: var(--white); background: var(--black); border-bottom: 3px solid var(--gold); }
.chat-avatar { width: 45px; height: 45px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 2px solid var(--gold); border-radius: 50%; }
.chat-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.chat-header > div:nth-child(2) { flex: 1; display: flex; flex-direction: column; }
.chat-header span { color: rgba(255,255,255,.6); font-size: .72rem; }
.chat-header i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: #6bd39b; border-radius: 50%; }
.chat-close { width: 40px; height: 40px; color: var(--white); background: transparent; border: 0; font-size: 1.8rem; cursor: pointer; }
.chat-notice { padding: 10px 15px; color: #645d50; background: #fbf7eb; border-bottom: 1px solid var(--line); font-size: .72rem; }
.chat-messages { flex: 1; overflow-y: auto; padding: 18px 15px; }
.message { display: flex; align-items: flex-end; gap: 8px; margin-bottom: 15px; }
.message.user { justify-content: flex-end; }
.message-avatar { flex: 0 0 31px; height: 31px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 1px solid var(--gold); border-radius: 50%; }
.message-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.message-content { max-width: 82%; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.message.user .message-content { align-items: flex-end; }
.message-bubble { max-width: 82%; padding: 11px 13px; color: #342f26; background: var(--soft); border-radius: 15px 15px 15px 4px; font-size: .87rem; line-height: 1.52; white-space: pre-wrap; }
.message-content .message-bubble { max-width: 100%; }
.message.user .message-bubble { color: var(--white); background: var(--black); border-radius: 15px 15px 4px 15px; }
.message-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.message-action-link { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 10px; color: #4a3a0b; background: #fffaf0; border: 1px solid #d8c375; border-radius: 999px; font-size: .71rem; font-weight: 850; line-height: 1.15; text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.message-action-link:hover, .message-action-link:focus-visible { color: #17130a; background: #f4dc82; border-color: #b79627; transform: translateY(-1px); }
.message.typing .message-bubble { display: flex; gap: 4px; }
.message.typing i { width: 6px; height: 6px; background: #887e69; border-radius: 50%; animation: bounce 1s infinite; }
.message.typing i:nth-child(2) { animation-delay: .12s; }
.message.typing i:nth-child(3) { animation-delay: .24s; }
.chat-suggestions { display: flex; gap: 7px; overflow-x: auto; padding: 9px 13px; border-top: 1px solid var(--line); }
.chat-suggestions[hidden] { display: none !important; }
.chat-suggestions button { flex: 0 0 auto; padding: 7px 10px; color: var(--gold-deep); background: var(--white); border: 1px solid #d8c991; border-radius: 999px; font-size: .71rem; font-weight: 800; cursor: pointer; }
.chat-form { display: flex; align-items: flex-end; gap: 9px; padding: 12px; border-top: 1px solid var(--line); }
.chat-form textarea { flex: 1; max-height: 130px; resize: none; padding: 11px 12px; border: 1px solid #d8d2c4; border-radius: 14px; outline: none; }
.chat-form textarea:focus { border-color: var(--gold-deep); }
.chat-form button { flex: 0 0 43px; height: 43px; color: var(--black); background: var(--gold); border: 0; border-radius: 50%; cursor: pointer; }
.chat-identity{display:flex;flex:1;flex-direction:column;justify-content:center;gap:12px;padding:28px 24px;overflow-y:auto;background:linear-gradient(160deg,#fff,#fbf5e4)}.chat-identity[hidden],.chat-messages[hidden],.chat-form[hidden]{display:none!important}.chat-identity-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 3px;border:2px solid var(--gold);border-radius:50%;background:#fff}.chat-identity-icon img{width:58px;height:58px;object-fit:contain}.chat-identity .eyebrow{margin:0;text-align:center}.chat-identity h2{margin:0;text-align:center;font-size:1.8rem}.chat-identity>p:not(.eyebrow){margin:0 0 4px;color:#655e52;text-align:center;line-height:1.5}.chat-identity label{display:grid;gap:6px;color:#282318;font-size:.82rem;font-weight:900}.chat-identity input{width:100%;padding:13px 14px;border:1px solid #d5cdbd;border-radius:12px;background:#fff;font:inherit;outline:none}.chat-identity input:focus{border-color:var(--gold-deep);box-shadow:0 0 0 3px rgba(213,168,48,.17)}.chat-identity button{padding:13px 16px;border:0;border-radius:12px;background:var(--gold);color:#17130a;font-weight:900;cursor:pointer}.chat-identity small{color:#776f61;text-align:center;line-height:1.4}.chat-identity-error{padding:9px 11px;border-radius:9px;background:#fff0f0;color:#8a2525;font-size:.78rem}.chat-identity-error[hidden]{display:none}

.chat-member-login{display:grid;place-items:center;min-height:46px;padding:12px 16px;border-radius:12px;background:#17130a;color:#f2cb5c;font-weight:900;text-decoration:none}.chat-member-login:hover,.chat-member-login:focus-visible{background:#2b261c;color:#ffe188}.chat-identity-divider{display:flex;align-items:center;gap:10px;color:#827968;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.chat-identity-divider::before,.chat-identity-divider::after{content:"";height:1px;flex:1;background:#ddd5c5}.chat-identity-divider span{white-space:nowrap}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bounce { 0%, 60%, 100% { transform: translateY(0); } 30% { transform: translateY(-4px); } }

@media (max-width: 1050px) {
  .feature-ribbon-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-ribbon span:nth-child(3) { border-right: 0; }
  .feature-ribbon span:nth-child(-n+3) { border-bottom: 1px solid rgba(0,0,0,.16); }
  .split-layout, .story-grid, .location-layout, .trial-layout, .faq-layout, .programme-detail-grid { grid-template-columns: 1fr; }
  .programme-grid { grid-template-columns: 1fr 1fr; }
  .programme-card:last-child { grid-column: 1 / -1; }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .trial-copy, .legal-nav { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 34px; }
  .legal-nav { flex-direction: row; flex-wrap: wrap; }
  .legal-nav strong { width: 100%; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 76px 0; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; left: 15px; right: 15px; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--black); border: 1px solid rgba(212,175,55,.35); border-radius: 16px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a, .primary-nav button { padding: 12px; text-align: left; border-radius: 9px; }
  .primary-nav .nav-ai-button { margin-top: 5px; text-align: center; }
  .hero-home { min-height: 760px; }
  .hero-slide { background-position: 60% center; }
  .hero-carousel-controls { right: 20px; bottom: 22px; }
  .hero-photo-note { display: none; }
  .hero-proof { width: 100%; }
  .hero-proof > div { flex: 1 1 30%; min-width: 120px; }
  .programme-grid, .identity-grid, .location-grid, .policy-card-grid { grid-template-columns: 1fr; }
  .programme-card:last-child { grid-column: auto; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .programme-gallery { grid-auto-rows: 180px; }
  .schedule-row { grid-template-columns: 82px 1fr; }
  .schedule-row small { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 560px) {
  .brand-copy small { display: none; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .hero-actions, .cta-actions { flex-direction: column; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr; }
  .hero-proof > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero-proof > div:last-child { border-bottom: 0; }
  .hero-carousel-controls { right: 50%; bottom: 18px; transform: translateX(50%); }
  .hero-carousel-dot { width: 7px; height: 7px; }
  .hero-carousel-dot.active { width: 22px; }
  .feature-ribbon-grid, .values-grid, .journey-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-ribbon span { border-right: 0 !important; border-bottom: 1px solid rgba(0,0,0,.16); min-height: 58px; }
  .feature-ribbon span:last-child { border-bottom: 0; }
  .method-panel { padding: 28px 20px; }
  .method-point { grid-template-columns: 72px 1fr; }
  .story-photo { min-height: 360px; }
  .programme-gallery { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .gallery-featured { grid-column: auto; grid-row: auto; }
  .focus-list { grid-template-columns: 1fr; }
  .trial-form { padding: 30px 18px; }
  .cta-card { padding: 30px 22px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .chat-launcher span:last-child { display: none; }
  .chat-launcher { padding: 9px; }
  .legal-nav { display: none; }
  .programme-heading-row { flex-direction: column; }
}
.story-photo.image-slot { border-radius: 32px; background: var(--black-card); }
.story-photo.image-slot img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
@media (max-width: 560px) { .story-photo.image-slot img { min-height: 360px; } }

/* Trial booking, PayNow and parent-detail additions */
:root { --paynow: #7f197D; }
.trial-form-stack { min-width: 0; }
.form-section-heading { display:flex; align-items:center; gap:13px; margin:30px 0 15px; padding-top:25px; border-top:1px solid rgba(212,175,55,.25); }
.form-section-heading:first-of-type { margin-top:22px; }
.form-section-heading > span { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; flex:0 0 auto; background:var(--gold); color:var(--black); font-weight:900; }
.form-section-heading strong, .form-section-heading small { display:block; }
.form-section-heading strong { color:#fff; font-size:1.05rem; }
.form-section-heading small { margin-top:3px; color:rgba(255,255,255,.62); line-height:1.45; }
.parent-contact-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.parent-contact-card { min-width:0; margin:0; padding:20px; border:1px solid rgba(212,175,55,.28); border-radius:18px; background:rgba(255,255,255,.035); }
.parent-contact-card legend { padding:0 8px; color:var(--gold2); font-weight:900; }
.parent-contact-card .field { margin-bottom:14px; }
.parent-contact-card .field:last-child { margin-bottom:0; }
.field small { display:block; margin-top:7px; color:rgba(255,255,255,.58); font-size:.76rem; line-height:1.45; }
.trial-payment-note { display:flex; align-items:center; gap:16px; margin:26px 0 20px; padding:17px 18px; border:1px solid rgba(127,25,125,.55); border-radius:16px; background:rgba(127,25,125,.14); }
.trial-payment-note img { background:#fff; border-radius:9px; padding:3px 7px; }
.trial-payment-note strong, .trial-payment-note span { display:block; }
.trial-payment-note strong { color:#fff; font-size:1rem; }
.trial-payment-note span { margin-top:4px; color:rgba(255,255,255,.68); font-size:.83rem; line-height:1.45; }
.trial-payment-note b { color:#fff; }
.trial-success-card { border:1px solid rgba(127,25,125,.35); border-top:7px solid var(--paynow); border-radius:28px; padding:32px; background:#fff; box-shadow:0 25px 70px rgba(0,0,0,.16); color:#171717; }
.trial-success-card[hidden] { display:none; }
.success-kicker { color:var(--paynow); text-transform:uppercase; letter-spacing:.12em; font-weight:900; font-size:.75rem; }
.trial-success-card h3 { margin:8px 0 9px; font-size:clamp(2rem,5vw,3rem); }
.trial-success-card > p { color:#625d55; line-height:1.6; }
.booking-confirmation-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,390px); gap:24px; align-items:start; margin-top:24px; }
.booking-summary { border:1px solid #e6dfd3; border-radius:20px; padding:23px; background:#fbfaf7; }
.booking-summary > span { display:block; color:#746e63; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }
.booking-summary > strong { display:block; margin:6px 0 20px; font-size:1.3rem; color:#111; }
.booking-summary dl { margin:0; }
.booking-summary dl div { display:grid; grid-template-columns:92px 1fr; gap:12px; padding:11px 0; border-top:1px solid #e9e3d8; }
.booking-summary dt { color:#7b7468; }
.booking-summary dd { margin:0; font-weight:800; text-align:right; }
.paynow-card { text-align:center; border:2px solid var(--paynow); border-radius:22px; padding:22px; background:linear-gradient(180deg,#fff 0%,#fff8ff 100%); }
.paynow-card-logo { display:block; margin:0 auto 6px; }
.paynow-amount { color:#2a2329; font-size:1.05rem; }
.paynow-amount strong { font-size:2rem; color:var(--paynow); }
.paynow-qr-frame { position:relative; width:min(100%,300px); aspect-ratio:1; margin:15px auto; padding:12px; border:1px solid #e7d2e6; border-radius:18px; background:#fff; }
#paynow-qr-base, #paynow-qr-base canvas, #paynow-qr-base img { width:100% !important; height:100% !important; display:block; }
.paynow-qr-centre-logo { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:27%; height:auto; padding:5px 7px; border:5px solid #fff; border-radius:11px; background:#fff; box-shadow:0 2px 9px rgba(0,0,0,.12); pointer-events:none; }
.paynow-details { text-align:left; margin:15px 0; }
.paynow-details p { display:flex; justify-content:space-between; gap:15px; margin:0; padding:9px 0; border-top:1px solid #eadbea; }
.paynow-details span { color:#7a6a78; }
.paynow-details strong { text-align:right; word-break:break-word; }
.paynow-actions { display:grid; grid-template-columns:1fr auto; gap:9px; }
.button-paynow { border:0; background:var(--paynow); color:#fff; }
.button-paynow:disabled { opacity:.55; cursor:not-allowed; }
.copy-reference { border:1px solid var(--paynow); border-radius:10px; padding:10px 13px; background:#fff; color:var(--paynow); font-weight:900; cursor:pointer; }
.paynow-card > small { display:block; margin-top:14px; color:#71666f; line-height:1.45; }
.reminder-notice { margin-top:20px; padding:14px 16px; border-left:4px solid var(--gold); background:#faf7ed; }
.reset-trial-form { margin-top:7px; border:0; background:none; cursor:pointer; padding:0; }
@media(max-width:900px){.parent-contact-grid,.booking-confirmation-grid{grid-template-columns:1fr}.paynow-card{max-width:430px;width:100%;margin:auto}}
@media(max-width:560px){.parent-contact-card{padding:16px}.trial-payment-note{align-items:flex-start;flex-direction:column}.trial-success-card{padding:23px 16px}.booking-summary dl div{grid-template-columns:1fr}.booking-summary dd{text-align:left}.paynow-actions{grid-template-columns:1fr}.copy-reference{width:100%}}

/* Reference-style trial booking card */
.trial-signup-section {
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(212,175,55,.18), transparent 28%),
    linear-gradient(180deg, #0a0a0a 0, #17130a 250px, #f4f0e7 250px, #f4f0e7 100%);
}
.trial-signup-shell { max-width: 1120px; }
.trial-signup-card {
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.48);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.25);
}
.trial-signup-heading {
  position: relative;
  padding: 38px 42px 34px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0,0,0,.96), rgba(22,18,9,.94)),
    var(--black);
}
.trial-signup-heading::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.trial-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 23px;
  text-align: left;
  color: #fff;
}
.trial-brand-logo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 2px solid var(--gold);
  border-radius: 18px;
  background: #fff;
}
.trial-brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.trial-brand strong, .trial-brand small { display: block; }
.trial-brand strong { font-size: 1.02rem; }
.trial-brand small { margin-top: 3px; color: var(--gold-bright); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.trial-eyebrow { display: block; color: var(--gold-bright); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.trial-signup-heading h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(2.5rem, 6vw, 4.4rem); }
.trial-signup-heading > p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.72); line-height: 1.65; }
.trial-heading-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 21px; }
.trial-heading-actions a, .trial-heading-actions button {
  border: 1px solid rgba(212,175,55,.6);
  border-radius: 999px;
  padding: 9px 14px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}
.trial-form-reference {
  border: 0;
  border-radius: 0;
  padding: 38px 42px 44px;
  box-shadow: none;
  background: #fff;
}
.trial-form-reference .form-progress { background: #eee8dc; }
.trial-form-reference .form-section-heading {
  margin: 34px 0 17px;
  padding-top: 28px;
  border-top: 1px solid #e8e0d1;
}
.trial-form-reference .form-section-heading:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.trial-form-reference .form-section-heading > span {
  width: 42px;
  height: 42px;
  color: #080808;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  box-shadow: 0 7px 20px rgba(212,175,55,.22);
}
.trial-form-reference .form-section-heading strong { color: #15130f; font-size: 1.08rem; }
.trial-form-reference .form-section-heading small { color: #746e63; }
.trial-form-reference .field > span { color: #27231c; }
.trial-form-reference .field small { color: #7a7469; }
.trial-form-reference .field input,
.trial-form-reference .field select,
.trial-form-reference .field textarea {
  min-height: 46px;
  border-color: #d9d2c4;
  background: #fff;
}
.trial-form-reference .field textarea { min-height: 112px; }
.trial-form-reference .parent-contact-card {
  padding: 18px;
  border-color: #dfd7c8;
  background: #fbfaf7;
}
.trial-form-reference .parent-contact-card legend { color: #17140f; }
.trial-form-reference .option-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  grid-column: 1 / -1;
  padding: 15px 16px;
  border: 1px solid #dfd8cb;
  border-radius: 14px;
  background: #fcfbf8;
  cursor: pointer;
}
.trial-form-reference .option-check input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--gold-deep); }
.trial-form-reference .option-check strong,
.trial-form-reference .option-check small { display: block; }
.trial-form-reference .option-check strong { color: #242018; font-size: .86rem; }
.trial-form-reference .option-check small { margin-top: 4px; color: #777064; font-size: .76rem; line-height: 1.45; }
.trial-form-reference .programme-recommendation {
  border: 1px solid rgba(212,175,55,.42);
  background: linear-gradient(180deg, #fffdf6, #faf6e8);
}
.trial-form-reference .recommendation-heading span { color: #786925; }
.trial-form-reference .recommendation-heading strong { color: #16130d; }
.trial-form-reference .recommendation-card { border-color: #ded4bc; background: #fff; }
.trial-form-reference .recommendation-card strong,
.trial-form-reference .recommendation-card li b { color: #19160f; }
.trial-form-reference .recommendation-card small,
.trial-form-reference .recommendation-card li,
.trial-form-reference #recommendation-note { color: #716b60; }
.trial-form-reference .selected-session {
  border: 1px solid rgba(212,175,55,.45);
  border-left: 5px solid var(--gold-deep);
  background: #fffaf0;
  color: #19160f;
}
.trial-form-reference .selected-session > span { color: #776b40; }
.trial-form-reference .trial-payment-note { background: #faf2fa; }
.trial-form-reference .trial-payment-note strong,
.trial-form-reference .trial-payment-note b { color: #2c152b; }
.trial-form-reference .trial-payment-note span { color: #705b6e; }
.trial-form-reference .consent { color: #5d584f; }
.trial-submit-row { display: flex; align-items: center; gap: 18px; margin-top: 18px; }
.trial-submit-row .submit-button { flex: 0 0 auto; margin: 0; }
.trial-submit-row small { color: #756f65; line-height: 1.5; }
.trial-signup-card .trial-success-card {
  margin: 34px 42px 42px;
}
@media (max-width: 760px) {
  .trial-signup-heading, .trial-form-reference { padding-left: 22px; padding-right: 22px; }
  .trial-signup-heading::after { left: 22px; right: 22px; }
  .trial-submit-row { align-items: stretch; flex-direction: column; }
  .trial-submit-row .submit-button { width: 100%; }
  .trial-signup-card .trial-success-card { margin: 22px 16px 28px; }
}
@media (max-width: 560px) {
  .trial-signup-section { background: linear-gradient(180deg, #0a0a0a 0, #17130a 180px, #f4f0e7 180px); }
  .trial-signup-card { border-radius: 22px; }
  .trial-brand { align-items: center; }
  .trial-brand-logo { width: 58px; height: 58px; border-radius: 14px; }
  .trial-signup-heading h2 { font-size: 2.65rem; }
}

/* Dedicated public trial-booking page */
.trial-public-page { background: #f4f0e7; }
.public-trial-main { min-height: 70vh; }
.public-trial-section { padding: 56px 0 88px; }
.public-trial-section .trial-signup-shell { width: min(calc(100% - 32px), 980px); }
.public-trial-section .trial-signup-card { box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.public-trial-section .trial-signup-heading { padding-top: 34px; padding-bottom: 30px; }
.public-trial-section .trial-signup-heading h2 { font-size: clamp(2.35rem, 5vw, 3.8rem); }
.public-trial-section .trial-signup-heading > p { max-width: 680px; }
.public-trial-section .trial-form-reference { padding-top: 34px; }
.public-trial-section .parent-contact-grid { gap: 16px; }
.public-trial-section .parent-contact-card { box-shadow: none; }
.public-trial-section .recommendation-options { grid-template-columns: 1fr; }
.public-trial-section .recommendation-card { text-align: left; }

.home-trial-cta { padding: 82px 0; background: #f4f0e7; }
.home-trial-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 44px 48px;
  color: #fff;
  background: linear-gradient(135deg, #080808, #201a0d);
  border: 1px solid rgba(212,175,55,.48);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.home-trial-cta-card > div:first-child { max-width: 720px; }
.home-trial-cta-card h2 { margin-bottom: 14px; font-size: clamp(2rem,4vw,3.5rem); }
.home-trial-cta-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.68); }
.home-trial-cta-actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 820px) {
  .public-trial-section { padding-top: 30px; }
  .home-trial-cta-card { align-items: flex-start; flex-direction: column; padding: 34px 28px; }
  .home-trial-cta-actions { width: 100%; }
  .home-trial-cta-actions .button { flex: 1 1 180px; }
}

@media (max-width: 560px) {
  .public-trial-section .trial-signup-shell { width: min(calc(100% - 20px), 980px); }
  .public-trial-section .trial-signup-heading { padding: 26px 18px 25px; }
  .public-trial-section .trial-form-reference { padding: 28px 16px 34px; }
  .public-trial-section .trial-brand { margin-bottom: 18px; }
  .public-trial-section .trial-heading-actions a { width: 100%; text-align: center; }
  .home-trial-cta { padding: 58px 0; }
  .home-trial-cta-card { padding: 30px 22px; border-radius: 22px; }
}

/* v10: clearer birthday-to-programme pathway and unsqueezed trial selection */
.public-trial-section .trial-signup-shell {
  width: min(calc(100% - 36px), 1120px);
}

.age-pathway-preview {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 2px;
  padding: 18px;
  border: 1px solid rgba(212,175,55,.46);
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(212,175,55,.18), transparent 42%),
    linear-gradient(135deg, #17140e, #2a2415);
  box-shadow: 0 16px 34px rgba(34,29,16,.12);
}
.age-pathway-preview[hidden] { display: none; }
.age-result-badge {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 126px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 17px;
  text-align: center;
  background: linear-gradient(145deg, var(--gold-bright), var(--gold-deep));
  color: #0b0a07;
}
.age-result-badge span,
.age-result-badge small {
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.age-result-badge strong {
  margin: 2px 0;
  font-size: 3.15rem;
  line-height: .95;
  font-family: var(--heading);
}
.age-pathway-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 7px 5px;
}
.age-pathway-copy > span {
  color: var(--gold-bright);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.age-pathway-copy > strong {
  display: block;
  margin: 7px 0 8px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.06;
}
.age-pathway-copy p {
  margin: 0;
  max-width: 680px;
  color: rgba(255,255,255,.7);
  line-height: 1.55;
}

.trial-form-reference .programme-recommendation {
  margin-top: 2px;
  padding: 22px;
  border-radius: 20px;
}
.trial-form-reference .programme-recommendation[hidden] { display: none; }
.recommendation-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}
.recommendation-heading span,
.recommendation-heading strong { display: block; }
.recommendation-heading span {
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.recommendation-heading strong {
  font-size: 1.15rem;
  text-align: right;
}
.public-trial-section .recommendation-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.trial-form-reference .recommendation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 2px solid #e3dbc9;
  border-radius: 17px;
  padding: 18px;
  text-align: left;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(28,23,12,.05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.trial-form-reference .recommendation-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold-deep);
  box-shadow: 0 14px 26px rgba(77,60,13,.12);
}
.trial-form-reference .recommendation-card.selected {
  border-color: var(--gold-deep);
  background: linear-gradient(180deg, #fffdf7, #fff7d9);
  box-shadow: 0 0 0 3px rgba(212,175,55,.16), 0 14px 30px rgba(77,60,13,.12);
}
.recommendation-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee6d7;
}
.recommendation-card-top > span > strong,
.recommendation-card-top > span > small { display: block; }
.recommendation-card-top > span > strong {
  font-size: 1.02rem;
  line-height: 1.25;
}
.recommendation-card-top > span > small { margin-top: 5px; }
.recommendation-card-top i {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd3bc;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  font-style: normal;
  font-weight: 950;
}
.recommendation-card.selected .recommendation-card-top i {
  border-color: var(--gold-deep);
  background: var(--gold);
  color: #080808;
}
.recommendation-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 0;
  list-style: none;
}
.recommendation-card li {
  display: grid;
  grid-template-columns: minmax(72px, auto) minmax(82px, auto) minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 9px 10px;
  border-radius: 10px;
  background: #faf8f3;
  font-size: .77rem;
  line-height: 1.35;
}
.recommendation-day { font-weight: 900; color: #282218; }
.recommendation-time { white-space: nowrap; color: #554b39; }
.recommendation-venue { min-width: 0; overflow-wrap: anywhere; color: #716957; }
.recommendation-card em {
  margin-top: auto;
  color: #77651e;
  font-size: .72rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.recommendation-card.selected em { color: #382f0d; }
#recommendation-note {
  margin: 15px 0 0;
  padding-top: 13px;
  border-top: 1px solid #e9dfc8;
  font-size: .79rem;
  line-height: 1.55;
}

.programme-session-heading {
  scroll-margin-top: 96px;
}
.programme-session-flow {
  display: grid;
  gap: 16px;
}
.selection-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  min-width: 0;
  padding: 20px;
  border: 1px solid #dfd7c8;
  border-radius: 19px;
  background: #fbfaf7;
}
.selection-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #17140e;
  color: var(--gold-bright);
  font-weight: 950;
  box-shadow: 0 7px 16px rgba(0,0,0,.12);
}
.selection-step .field { min-width: 0; }
.selection-step .field > span {
  margin-bottom: 2px;
  font-size: .82rem;
}
.selection-step .field select {
  min-height: 56px;
  padding: 13px 44px 13px 15px;
  border-width: 2px;
  border-color: #d6cbae;
  border-radius: 13px;
  background-color: #fff;
  font-size: .93rem;
  font-weight: 750;
  text-overflow: ellipsis;
}
.selection-step .field select:disabled {
  color: #918a7e;
  background-color: #f1eee8;
}
.session-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 14px;
  min-width: 0;
}
.trial-form-reference .selected-session {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 17px;
}
.trial-form-reference .selected-session[hidden] { display: none; }
.selected-session-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  color: #0a0906;
  font-size: 1.25rem;
  font-weight: 950;
}
.selected-session-copy { min-width: 0; }
.selected-session-copy > span,
.selected-session-copy > strong { display: block; }
.selected-session-copy > span {
  margin-bottom: 4px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.selected-session-copy > strong {
  font-size: 1.15rem;
  line-height: 1.25;
}
.selected-session-copy p {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  color: #615743;
  line-height: 1.4;
}

@media (max-width: 860px) {
  .public-trial-section .recommendation-options { grid-template-columns: 1fr; }
  .session-choice-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .public-trial-section .trial-signup-shell { width: min(calc(100% - 18px), 1120px); }
  .age-pathway-preview { grid-template-columns: 92px minmax(0, 1fr); gap: 14px; padding: 14px; }
  .age-result-badge { min-height: 105px; }
  .age-result-badge strong { font-size: 2.55rem; }
  .age-pathway-copy > strong { font-size: 1.28rem; }
  .trial-form-reference .programme-recommendation { padding: 16px; }
  .recommendation-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .recommendation-heading strong { text-align: left; }
  .recommendation-card { padding: 15px; }
  .recommendation-card li { grid-template-columns: 1fr 1fr; }
  .recommendation-venue { grid-column: 1 / -1; }
  .selection-step { grid-template-columns: 38px minmax(0, 1fr); gap: 11px; padding: 15px; }
  .selection-step-number { width: 36px; height: 36px; border-radius: 11px; }
  .selection-step .field select { min-height: 54px; font-size: .86rem; }
  .trial-form-reference .selected-session { grid-template-columns: 40px minmax(0, 1fr); padding: 16px; }
  .selected-session-icon { width: 38px; height: 38px; }
}

@media (max-width: 420px) {
  .age-pathway-preview { grid-template-columns: 1fr; }
  .age-result-badge { min-height: 88px; grid-template-columns: auto auto auto; gap: 6px; align-content: center; }
  .age-result-badge strong { font-size: 2.2rem; }
  .age-pathway-copy { padding: 3px 2px; }
  .selection-step { grid-template-columns: 1fr; }
  .selection-step-number { width: 34px; height: 34px; }
}

/* v11: compact age and programme selection */
.public-trial-section .trial-signup-shell {
  width: min(calc(100% - 32px), 940px);
}

.age-pathway-preview {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 13px;
  margin-top: 0;
  padding: 11px 13px;
  border-radius: 14px;
  box-shadow: none;
}
.age-result-badge {
  min-height: 62px;
  border-radius: 11px;
}
.age-result-badge strong {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1;
}
.age-result-badge small {
  font-size: .56rem;
  letter-spacing: .06em;
}
.age-pathway-copy {
  padding: 1px 0;
}
.age-pathway-copy > span {
  font-size: .62rem;
  letter-spacing: .08em;
}
.age-pathway-copy > strong {
  margin: 2px 0 1px;
  font-size: 1rem;
  line-height: 1.2;
}
.age-pathway-copy p {
  font-size: .76rem;
  line-height: 1.35;
}

.trial-form-reference .programme-recommendation {
  margin-top: 0;
  padding: 12px;
  border-radius: 14px;
}
.recommendation-heading {
  display: block;
  margin-bottom: 9px;
}
.recommendation-heading strong {
  font-size: .88rem;
  text-align: left;
}
.public-trial-section .recommendation-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.trial-form-reference .recommendation-card.compact-recommendation-card {
  min-height: 0;
  padding: 11px 12px;
  border-width: 1px;
  border-radius: 12px;
  box-shadow: none;
}
.compact-recommendation-card .recommendation-card-top {
  align-items: center;
  padding: 0;
  border: 0;
}
.compact-recommendation-card .recommendation-card-top > span > strong {
  font-size: .88rem;
}
.compact-recommendation-card .recommendation-card-top > span > small {
  margin-top: 2px;
  font-size: .68rem;
}
.compact-recommendation-card .recommendation-card-top i {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  font-size: .8rem;
}
.compact-recommendation-card em {
  margin-top: 7px;
  font-size: .61rem;
  letter-spacing: .03em;
}
#recommendation-note {
  margin: 9px 0 0;
  padding-top: 8px;
  font-size: .7rem;
  line-height: 1.35;
}

.programme-session-heading {
  margin-bottom: 13px;
}
.programme-session-flow.compact-session-flow {
  gap: 11px;
  padding: 14px;
  border: 1px solid #dfd7c8;
  border-radius: 15px;
  background: #fbfaf7;
}
.compact-session-flow .field > span {
  font-size: .78rem;
}
.compact-session-flow .field select {
  min-height: 48px;
  padding: 10px 40px 10px 12px;
  border-radius: 11px;
  font-size: .84rem;
  font-weight: 700;
}
.compact-session-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(210px, .8fr);
  gap: 10px;
}
.trial-form-reference .selected-session {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 11px 13px;
  border-radius: 12px;
}
.selected-session-icon {
  width: 32px;
  height: 32px;
  font-size: .9rem;
}
.selected-session-copy > span {
  margin-bottom: 1px;
  font-size: .58rem;
}
.selected-session-copy > strong {
  font-size: .9rem;
}
.selected-session-copy p {
  margin-top: 2px;
  font-size: .76rem;
  line-height: 1.25;
}

@media (max-width: 680px) {
  .public-trial-section .trial-signup-shell {
    width: min(calc(100% - 18px), 940px);
  }
  .public-trial-section .recommendation-options,
  .compact-session-grid {
    grid-template-columns: 1fr;
  }
  .age-pathway-preview {
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 9px 10px;
  }
  .age-result-badge {
    min-height: 54px;
  }
  .age-result-badge strong {
    font-size: 1.55rem;
  }
  .programme-session-flow.compact-session-flow {
    padding: 11px;
  }
}

/* v11b: keep the birthday result short and remove duplicate programme cards */
.age-pathway-preview.full {
  grid-column: 1 / -1;
}
.age-pathway-preview {
  grid-template-columns: 64px minmax(0, 1fr);
  padding: 9px 11px;
}
.age-result-badge {
  min-height: 52px;
}
.age-result-badge strong {
  font-size: 1.45rem;
}
.age-pathway-copy > strong {
  font-size: .92rem;
}
.age-pathway-copy p {
  font-size: .7rem;
}

/* Partners, sponsors and social links */
.footer-partners {
  padding: 34px 0 30px;
  border-bottom: 1px solid rgba(212, 175, 55, .22);
  background: linear-gradient(180deg, rgba(255,255,255,.035), transparent);
}
.footer-partners-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-partners-heading span {
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-partners-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.partner-logo-card {
  min-height: 108px;
  padding: 14px 12px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.partner-logo-card:hover,
.partner-logo-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  outline: none;
}
.partner-logo-stage {
  width: 100%;
  height: 60px;
  display: grid;
  place-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 10px;
  background: linear-gradient(135deg, #d7d7d7 0%, #fafafa 52%, #dddddd 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}
.partner-logo-stage img {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.42));
}
.partner-logo-name {
  color: #171717;
  font-size: .75rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}
.footer-socials a {
  width: auto !important;
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: var(--gold);
  color: var(--gold) !important;
}
.social-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  font-family: Arial, sans-serif;
  font-size: .9rem;
  font-weight: 900;
}
.social-icon-instagram { font-size: 1.05rem; }

@media (max-width: 980px) {
  .partner-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .footer-partners { padding: 27px 0 25px; }
  .footer-partners-heading { display: block; }
  .footer-partners-heading span { display: block; margin-bottom: 5px; }
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .partner-logo-card { min-height: 96px; padding: 11px 9px 9px; }
  .partner-logo-stage { height: 52px; padding: 6px 8px; }
  .partner-logo-stage img { max-width: 112px; height: 38px; }
}

/* v13: Our Method and all-rounded Guided Discovery section */
.method-intro-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.method-intro-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -250px;
  top: 80px;
  border-radius: 50%;
  background: rgba(212, 175, 55, .09);
  pointer-events: none;
}
.method-intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 46px;
  align-items: center;
}
.method-intro-copy {
  max-width: 620px;
}
.method-intro-copy h2 {
  max-width: 620px;
}
.method-pillars {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
.method-pillars article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}
.method-pillars article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--gold);
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 950;
}
.method-pillars article div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.method-pillars strong {
  font-size: .94rem;
}
.method-pillars small {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}
.method-visual {
  position: relative;
  min-height: 360px;
}
.method-main-image {
  min-height: 360px;
  height: 100%;
  margin: 0;
  border-radius: 30px;
  background: var(--black);
  box-shadow: var(--shadow);
}
.method-main-image img {
  min-height: 360px;
  max-height: 360px;
  object-fit: cover;
}
.method-image-caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 10px 14px;
  color: var(--black);
  background: var(--gold);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.method-main-image.image-missing .method-image-caption {
  display: none;
}
.method-visual-note {
  position: absolute;
  right: -12px;
  top: 22px;
  width: min(220px, 62%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 15px;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0,0,0,.22);
}
.method-visual-note strong {
  color: var(--gold-bright);
  font-size: .9rem;
}
.method-visual-note span {
  color: rgba(255,255,255,.66);
  font-size: .75rem;
  line-height: 1.45;
}
.method-development-section {
  border-top: 1px solid var(--line);
}
.method-development-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}
.method-development-heading h2 {
  max-width: 700px;
  margin-bottom: 0;
}
.method-development-heading > p {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 1.02rem;
}
.development-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.development-area-card {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}
.development-area-card:nth-child(2),
.development-area-card:nth-child(4) {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}
.development-area-card h3 {
  margin: 20px 0 9px;
  font-size: 1.55rem;
}
.development-area-card p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.5;
}
.development-area-card:nth-child(2) p,
.development-area-card:nth-child(4) p {
  color: rgba(255,255,255,.64);
}
.development-area-letter {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--gold);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 950;
}
.method-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 145px;
  gap: 12px;
  margin-top: 20px;
}
.method-gallery-item {
  margin: 0;
  border-radius: 18px;
  background: var(--black);
}
.method-trial-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 20px;
  padding: 24px 26px;
  color: var(--white);
  background: var(--black);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.method-trial-callout h3 {
  max-width: 720px;
  margin-bottom: 9px;
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
}
.method-trial-callout p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255,255,255,.64);
  font-size: .9rem;
}
.method-trial-callout .button {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .method-intro-grid,
  .method-development-heading {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .method-intro-copy {
    max-width: 760px;
  }
  .method-visual {
    min-height: 330px;
  }
  .method-main-image,
  .method-main-image img {
    min-height: 330px;
    max-height: 330px;
  }
  .method-visual-note {
    right: 18px;
  }
  .development-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .method-intro-grid {
    gap: 28px;
  }
  .method-intro-copy .lead {
    font-size: 1rem;
  }
  .method-pillars article {
    padding: 12px;
  }
  .method-visual,
  .method-main-image,
  .method-main-image img {
    min-height: 260px;
    max-height: 260px;
  }
  .method-visual-note {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
  }
  .method-image-caption {
    left: 14px;
    bottom: 14px;
    padding: 8px 10px;
    font-size: .64rem;
  }
  .development-area-grid,
  .method-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .development-area-card {
    min-height: 190px;
    padding: 17px;
  }
  .method-gallery {
    grid-auto-rows: 115px;
  }
  .method-trial-callout {
    display: block;
    padding: 24px 20px;
  }
  .method-trial-callout .button {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 520px) {
  .method-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 96px; gap: 8px; }
  .method-gallery-item { border-radius: 12px; }
  .partner-logo-stage { background: linear-gradient(135deg, #cecece, #f6f6f6 52%, #d5d5d5); }
}

@media (max-width: 440px) {
  .development-area-grid {
    grid-template-columns: 1fr;
  }
  .development-area-card {
    min-height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: opacity .01ms linear; transform: none; }
}

/* v15: compact mobile homepage */
@media (max-width: 680px) {
  body { line-height: 1.52; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .home-page .section { padding: 44px 0; }
  .home-page .section-heading { margin-bottom: 24px; }
  .home-page .section-heading h2,
  .home-page .method-intro-copy h2,
  .home-page .method-development-heading h2 { margin-bottom: 12px; font-size: clamp(1.78rem, 8.7vw, 2.35rem); }
  .home-page .section-heading > p:last-child,
  .home-page .method-development-heading > p,
  .home-page .lead { font-size: .9rem; line-height: 1.48; }
  .home-page .eyebrow { margin-bottom: 9px; font-size: .66rem; }
  .home-page h3 { font-size: 1.08rem; }

  .nav-wrap { min-height: 62px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .8rem; }
  .menu-button { width: 42px; height: 40px; }
  .primary-nav { top: 60px; }

  .home-page .hero-home { min-height: 560px; align-items: flex-end; }
  .home-page .hero-slide { background-position: 60% center; }
  .home-page .hero-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,.24) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.96) 100%);
  }
  .home-page .hero-content { padding-top: 58px; padding-bottom: 42px; }
  .home-page .hero-copy { max-width: 100%; }
  .home-page .hero-copy h1 { margin-bottom: 13px; font-size: clamp(2.45rem, 12.5vw, 3.35rem); }
  .home-page .hero-text { margin-bottom: 0; font-size: .92rem; line-height: 1.48; }
  .home-page .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }
  .home-page .hero-actions .button { width: 100%; min-height: 44px; padding: 9px 10px; font-size: .72rem; }
  .home-page .hero-proof {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    border-radius: 13px;
    overflow: hidden;
  }
  .home-page .hero-proof > div {
    min-width: 0;
    padding: 9px 7px;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 0;
    text-align: center;
  }
  .home-page .hero-proof > div:last-child { border-right: 0; }
  .home-page .hero-proof strong { font-size: .75rem; }
  .home-page .hero-proof span { font-size: .56rem; line-height: 1.25; }
  .home-page .hero-carousel-controls { bottom: 10px; padding: 7px 9px; }

  .home-page .feature-ribbon-grid,
  .home-page .method-pillars,
  .home-page .development-area-grid,
  .home-page .method-gallery,
  .home-page .identity-grid,
  .home-page .values-grid,
  .home-page .programme-grid,
  .home-page .location-grid,
  .home-page .journey-grid,
  .partner-logo-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    padding: 2px 2px 10px;
  }
  .home-page .feature-ribbon-grid::-webkit-scrollbar,
  .home-page .method-pillars::-webkit-scrollbar,
  .home-page .development-area-grid::-webkit-scrollbar,
  .home-page .method-gallery::-webkit-scrollbar,
  .home-page .identity-grid::-webkit-scrollbar,
  .home-page .values-grid::-webkit-scrollbar,
  .home-page .programme-grid::-webkit-scrollbar,
  .home-page .location-grid::-webkit-scrollbar,
  .home-page .journey-grid::-webkit-scrollbar,
  .partner-logo-grid::-webkit-scrollbar { display: none; }

  .home-page .feature-ribbon .container { width: 100%; }
  .home-page .feature-ribbon-grid { padding: 0 12px; }
  .home-page .feature-ribbon span {
    flex: 0 0 146px;
    min-height: 48px;
    padding: 8px 10px;
    border: 0 !important;
    border-right: 1px solid rgba(0,0,0,.18) !important;
    scroll-snap-align: start;
    font-size: .64rem;
  }

  .home-page .method-intro-grid { gap: 22px; }
  .home-page .method-intro-copy > p:not(.eyebrow):not(.lead) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .84rem;
  }
  .home-page .method-pillars { margin-top: 18px; }
  .home-page .method-pillars article {
    flex: 0 0 min(78vw, 270px);
    min-height: 104px;
    padding: 12px;
    scroll-snap-align: start;
  }
  .home-page .method-pillars small { font-size: .72rem; }
  .home-page .method-visual,
  .home-page .method-main-image,
  .home-page .method-main-image img { min-height: 205px; max-height: 205px; }
  .home-page .method-main-image { border-radius: 20px; }
  .home-page .method-visual-note {
    position: absolute;
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
    margin: 0;
    padding: 9px 11px;
    border-radius: 12px;
    background: rgba(0,0,0,.82);
    backdrop-filter: blur(7px);
  }
  .home-page .method-visual-note span { display: none; }
  .home-page .method-image-caption { display: none; }

  .home-page .method-development-heading { gap: 12px; margin-bottom: 20px; }
  .home-page .method-development-heading > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home-page .development-area-card {
    flex: 0 0 min(62vw, 205px);
    min-height: 136px;
    padding: 15px;
    scroll-snap-align: start;
  }
  .home-page .development-area-card h3 { margin: 12px 0 6px; font-size: 1.25rem; }
  .home-page .development-area-card p { font-size: .73rem; line-height: 1.42; }
  .home-page .development-area-letter { width: 34px; height: 34px; font-size: .82rem; }
  .home-page .method-gallery { margin-top: 12px; grid-auto-rows: auto; }
  .home-page .method-gallery-item {
    flex: 0 0 min(46vw, 165px);
    height: 104px;
    scroll-snap-align: start;
  }
  .home-page .method-trial-callout { margin-top: 12px; padding: 17px; border-radius: 18px; }
  .home-page .method-trial-callout h3 { margin-bottom: 0; font-size: 1.18rem; }
  .home-page .method-trial-callout p:not(.eyebrow) { display: none; }
  .home-page .method-trial-callout .button { min-height: 43px; margin-top: 14px; }

  .home-page .story-grid { gap: 20px; }
  .home-page .story-photo,
  .home-page .story-photo.image-slot img { min-height: 210px; max-height: 210px; border-radius: 20px; }
  .home-page .story-copy p:not(.eyebrow) { margin-bottom: 9px; font-size: .82rem; }
  .home-page .story-copy p:last-child { display: none; }

  .home-page .identity-grid,
  .home-page .values-grid,
  .home-page .programme-grid,
  .home-page .location-grid,
  .home-page .journey-grid { margin-inline: -2px; }
  .home-page .identity-card {
    flex: 0 0 min(76vw, 275px);
    min-height: 165px;
    padding: 20px;
    border-radius: 20px;
    scroll-snap-align: start;
  }
  .home-page .identity-card h3 { font-size: 1.52rem; }
  .home-page .value-card {
    flex: 0 0 min(48vw, 168px);
    min-height: 145px;
    padding: 16px;
    border-radius: 17px;
    scroll-snap-align: start;
  }
  .home-page .value-card > strong { margin-bottom: 17px; font-size: 2.8rem; }
  .home-page .value-card h3 { margin-bottom: 6px; }
  .home-page .value-card p { margin: 0; font-size: .72rem; line-height: 1.38; }

  .home-page .programme-card {
    flex: 0 0 min(84vw, 320px);
    scroll-snap-align: start;
    border-radius: 20px;
  }
  .home-page .programme-image { min-height: 155px; height: 155px; }
  .home-page .programme-card-body { padding: 17px; }
  .home-page .programme-meta { margin-bottom: 9px; }
  .home-page .programme-card h3 { margin-bottom: 7px; font-size: 1.28rem; }
  .home-page .programme-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .78rem;
  }
  .home-page .mini-schedule > div { grid-template-columns: 64px 1fr; padding: 8px 0; font-size: .71rem; }
  .home-page .mini-schedule small { font-size: .67rem; }
  .home-page .card-actions { padding-top: 14px; }

  .home-page .location-layout { gap: 22px; }
  .home-page .location-card {
    flex: 0 0 min(80vw, 285px);
    min-height: 104px;
    padding: 17px;
    scroll-snap-align: start;
  }
  .home-page .location-letter { flex-basis: 42px; height: 42px; }
  .home-page .location-card p,
  .home-page .location-card small { font-size: .74rem; }

  .home-page .journey-step {
    flex: 0 0 min(67vw, 235px);
    min-height: 148px;
    padding: 17px;
    scroll-snap-align: start;
  }
  .home-page .journey-step > span { width: 34px; height: 34px; margin-bottom: 14px; }
  .home-page .journey-step p { margin: 0; font-size: .75rem; }

  .home-page .home-trial-cta { padding: 38px 0; }
  .home-page .home-trial-cta-card { gap: 16px; padding: 20px; border-radius: 18px; }
  .home-page .home-trial-cta-card h2 { margin-bottom: 7px; font-size: 1.55rem; }
  .home-page .home-trial-cta-card p:last-child { display: none; }
  .home-page .home-trial-cta-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .home-page .home-trial-cta-actions .button { min-height: 43px; padding: 9px; font-size: .7rem; }

  .home-page .faq-layout { gap: 18px; }
  .home-page .faq-preview .section-heading .button { min-height: 42px; padding: 9px 15px; }
  .home-page .accordion summary { padding: 15px 34px 15px 0; font-size: .88rem; }
  .home-page .accordion summary::after { top: 9px; }
  .home-page .accordion p { padding: 0 28px 15px 0; font-size: .78rem; }
  .home-page .cta-section { display: none; }

  .footer-partners { padding: 25px 0 18px; }
  .footer-partners-heading { margin-bottom: 12px; }
  .footer-partners-heading h2 { font-size: 1.25rem; }
  .partner-logo-card {
    flex: 0 0 138px;
    min-height: 82px;
    padding: 8px;
    scroll-snap-align: start;
  }
  .partner-logo-stage { height: 42px; padding: 4px 7px; }
  .partner-logo-stage img { max-width: 102px; height: 31px; }
  .partner-logo-name { font-size: .64rem; }
  .site-footer { padding: 34px 0 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
  .footer-brand { grid-column: 1 / -1 !important; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand p { margin: 12px 0 0; font-size: .78rem; }
  .footer-grid > div:not(.footer-brand) { gap: 7px; }
  .footer-grid > div > strong { font-size: .82rem; }
  .footer-grid a,
  .footer-grid button { font-size: .74rem; line-height: 1.35; }
  .footer-socials { margin-top: 11px; }
  .footer-socials a { padding: 6px 8px; font-size: .7rem; }
  .footer-bottom { margin-top: 28px; padding-top: 16px; font-size: .65rem; }
  .chat-launcher { right: 12px; bottom: 12px; }
}

@media (max-width: 390px) {
  .home-page .hero-home { min-height: 535px; }
  .home-page .hero-copy h1 { font-size: 2.35rem; }
  .home-page .hero-actions .button { font-size: .67rem; }
  .home-page .hero-proof strong { font-size: .7rem; }
  .home-page .hero-proof span { font-size: .52rem; }
  .home-page .programme-card { flex-basis: 88vw; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

/* v15: compact internal pages on phones */
@media (max-width: 680px) {
  .page-hero { min-height: 330px; }
  .compact-hero { min-height: 275px; }
  .page-hero-content,
  .compact-hero .page-hero-content { padding-top: 58px; padding-bottom: 42px; }
  .page-hero h1 { margin-bottom: 12px; font-size: clamp(2.2rem, 11vw, 3.1rem); }
  .page-hero p:not(.eyebrow) { font-size: .9rem; line-height: 1.5; }

  .public-trial-section { padding: 20px 0 50px; }
  .public-trial-section .trial-signup-shell { width: min(calc(100% - 16px), 1120px); }
  .public-trial-section .trial-signup-heading { padding: 20px 15px; }
  .public-trial-section .trial-signup-heading h2 { font-size: 2rem; }
  .public-trial-section .trial-signup-heading > p { margin-bottom: 0; font-size: .82rem; }
  .public-trial-section .trial-form-reference { padding: 20px 13px 28px; }
  .trial-form-reference .form-section-heading { margin: 22px 0 12px; padding-top: 18px; gap: 10px; }
  .trial-form-reference .form-section-heading > span { width: 32px; height: 32px; font-size: .78rem; }
  .trial-form-reference .form-section-heading strong { font-size: .96rem; }
  .trial-form-reference .form-section-heading small { font-size: .72rem; line-height: 1.35; }
  .public-trial-section .parent-contact-card { padding: 13px; border-radius: 14px; }
  .trial-form-reference .field { gap: 5px; }
  .trial-form-reference .field input,
  .trial-form-reference .field select,
  .trial-form-reference .field textarea { padding: 10px 11px; }
  .programme-session-flow.compact-session-flow { padding: 10px; border-radius: 14px; }
  .booking-confirmation { padding: 13px; }
  .trial-submit-row .button { min-height: 46px; }

  .programme-detail-grid { gap: 28px; }
  .programme-gallery {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .programme-gallery::-webkit-scrollbar { display: none; }
  .programme-gallery .image-slot {
    flex: 0 0 min(76vw, 280px);
    height: 180px;
    scroll-snap-align: start;
  }
  .programme-heading-row { gap: 12px; }
  .large-number { font-size: 3rem; }
  .programme-schedule-box { margin: 18px 0; padding: 15px; }
}

/* v16: mobile fit-to-screen grids — no horizontal card scrolling */
@media (max-width: 680px) {
  html,
  body { max-width: 100%; overflow-x: hidden; }

  .home-page .section { padding: 36px 0; }
  .home-page .section-heading { margin-bottom: 18px; }
  .home-page .section-heading h2,
  .home-page .method-intro-copy h2,
  .home-page .method-development-heading h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.05rem);
  }

  /* Every repeated section fits within the viewport. */
  .home-page .feature-ribbon-grid,
  .home-page .method-pillars,
  .home-page .development-area-grid,
  .home-page .method-gallery,
  .home-page .identity-grid,
  .home-page .values-grid,
  .home-page .programme-grid,
  .home-page .location-grid,
  .home-page .journey-grid,
  .partner-logo-grid,
  .programme-gallery {
    width: 100%;
    max-width: 100%;
    display: grid !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overscroll-behavior: auto;
    scroll-snap-type: none !important;
    scrollbar-width: auto;
    margin-inline: 0 !important;
    padding: 0 !important;
  }

  .home-page .feature-ribbon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
  }
  .home-page .feature-ribbon .container { width: min(calc(100% - 24px), var(--container)); }
  .home-page .feature-ribbon span {
    min-width: 0;
    min-height: 38px;
    padding: 7px 8px;
    border: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.13) !important;
    border-right: 1px solid rgba(0,0,0,.13) !important;
    font-size: .59rem;
    line-height: 1.25;
    text-align: center;
  }
  .home-page .feature-ribbon span:nth-child(even) { border-right: 0 !important; }
  .home-page .feature-ribbon span:nth-last-child(-n+2) { border-bottom: 0 !important; }

  .home-page .method-pillars {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 14px;
  }
  .home-page .method-pillars article {
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 9px;
    padding: 9px 10px;
  }
  .home-page .method-pillars article > span {
    width: 29px;
    height: 29px;
    font-size: .58rem;
  }
  .home-page .method-pillars strong { font-size: .8rem; }
  .home-page .method-pillars small {
    display: block;
    font-size: .66rem;
    line-height: 1.3;
  }

  .home-page .method-visual,
  .home-page .method-main-image,
  .home-page .method-main-image img {
    min-height: 180px;
    max-height: 180px;
  }

  .home-page .development-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .home-page .development-area-card {
    min-width: 0;
    min-height: 112px;
    padding: 12px;
  }
  .home-page .development-area-letter { width: 29px; height: 29px; font-size: .7rem; }
  .home-page .development-area-card h3 { margin: 8px 0 4px; font-size: 1rem; }
  .home-page .development-area-card p { font-size: .65rem; line-height: 1.32; }

  .home-page .method-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 88px;
    gap: 7px;
  }
  .home-page .method-gallery-item {
    min-width: 0;
    width: auto;
    height: 88px;
  }

  .home-page .identity-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-page .identity-card {
    min-width: 0;
    min-height: 82px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 15px;
  }
  .home-page .identity-card > span { font-size: .6rem; }
  .home-page .identity-card h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.17;
  }
  .home-page .identity-card.dark-card h3 br { display: none; }

  .home-page .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .home-page .value-card {
    min-width: 0;
    min-height: 102px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 8px;
    padding: 11px;
    border-radius: 14px;
  }
  .home-page .value-card:last-child { grid-column: 1 / -1; }
  .home-page .value-card > strong {
    grid-row: 1 / 3;
    margin: 0;
    font-size: 2rem;
    align-self: start;
  }
  .home-page .value-card h3 { margin: 1px 0 3px; font-size: .84rem; }
  .home-page .value-card p { font-size: .62rem; line-height: 1.28; }

  .home-page .programme-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-page .programme-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    border-radius: 16px;
  }
  .home-page .programme-image {
    width: 104px;
    min-height: 100%;
    height: 100%;
  }
  .home-page .programme-card-body { min-width: 0; padding: 11px 12px; }
  .home-page .programme-meta { margin-bottom: 3px; }
  .home-page .programme-meta > span { font-size: .68rem; }
  .home-page .programme-meta small { padding: 3px 6px; font-size: .57rem; }
  .home-page .programme-tag { display: none; }
  .home-page .programme-card h3 { margin-bottom: 3px; font-size: 1rem; }
  .home-page .programme-card p { display: none; }
  .home-page .mini-schedule { margin-top: 2px; }
  .home-page .mini-schedule > div {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 1px 5px;
    padding: 4px 0;
    font-size: .6rem;
  }
  .home-page .mini-schedule span { white-space: nowrap; }
  .home-page .mini-schedule small {
    overflow: hidden;
    font-size: .56rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-page .card-actions { gap: 7px; padding-top: 7px; }
  .home-page .card-actions .text-link { font-size: .61rem; }
  .home-page .small-button { padding: 5px 7px; font-size: .58rem; }

  .home-page .location-layout { gap: 17px; }
  .home-page .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .home-page .location-card {
    min-width: 0;
    min-height: 93px;
    display: block;
    padding: 11px;
    text-align: center;
    border-radius: 14px;
  }
  .home-page .location-letter {
    width: 30px;
    height: 30px;
    margin: 0 auto 7px;
    font-size: .7rem;
  }
  .home-page .location-card h3 { font-size: .78rem; line-height: 1.2; }
  .home-page .location-card p { font-size: .65rem; }
  .home-page .location-card small {
    display: block;
    margin-top: 2px;
    font-size: .56rem;
    line-height: 1.25;
  }

  .home-page .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .home-page .journey-step {
    min-width: 0;
    min-height: 112px;
    padding: 11px;
    border-radius: 0 0 14px 14px;
  }
  .home-page .journey-step > span {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    font-size: .68rem;
  }
  .home-page .journey-step h3 { margin-bottom: 4px; font-size: .83rem; }
  .home-page .journey-step p { font-size: .61rem; line-height: 1.28; }

  .partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .partner-logo-card {
    min-width: 0;
    min-height: 78px;
    padding: 7px 5px;
    gap: 5px;
    border-radius: 10px;
  }
  .partner-logo-stage { height: 39px; padding: 4px; }
  .partner-logo-stage img { width: 100%; max-width: 84px; height: 29px; }
  .partner-logo-name { font-size: .53rem; line-height: 1.1; }

  /* Internal programme galleries also fit in the viewport. */
  .programme-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 112px;
    gap: 7px;
  }
  .programme-gallery .image-slot {
    min-width: 0;
    width: auto;
    height: 112px;
  }
}

@media (max-width: 390px) {
  .home-page .programme-card { grid-template-columns: 92px minmax(0, 1fr); }
  .home-page .programme-image { width: 92px; }
  .home-page .mini-schedule > div { grid-template-columns: 49px minmax(0, 1fr); }
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .chat-suggestions {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .chat-suggestions button {
    flex: 1 1 calc(50% - 7px);
    min-width: 0;
    white-space: normal;
  }
}

/* v20: F17 light white-and-gold visual system with restrained motion */
:root {
  --black: #171717;
  --black-soft: #252525;
  --black-card: #303030;
  --gold: #d4af37;
  --gold-bright: #e7c85d;
  --gold-deep: #9a7414;
  --cream: #fffdf8;
  --white: #ffffff;
  --text: #1d1d1d;
  --muted: #6d675b;
  --line: #e9dfc4;
  --soft: #fbf7eb;
  --shadow: 0 18px 52px rgba(82, 61, 14, .10);
}

body {
  background: var(--white);
}

.section-black,
.trial-section {
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, #fbf7eb 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-black .section-heading > p:last-child,
.story-copy p:not(.eyebrow),
.trial-copy p,
.check-list li {
  color: var(--muted);
}
.section-black .text-link,
.section-black .age-pill,
.section-black .programme-tag,
.trial-copy a,
.check-list li::before {
  color: var(--gold-deep);
}

.site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(212, 175, 55, .34);
  box-shadow: 0 8px 28px rgba(71, 52, 10, .06);
}
.brand,
.primary-nav a,
.primary-nav button {
  color: var(--text);
}
.brand-copy small {
  color: var(--muted);
}
.primary-nav a,
.primary-nav button {
  position: relative;
}
.primary-nav a:not(.nav-ai-button)::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -8px;
  height: 2px;
  background: var(--gold);
  transition: left .22s ease, right .22s ease;
}
.primary-nav a:hover::after,
.primary-nav a.active::after {
  left: 0;
  right: 0;
}
.primary-nav a:hover,
.primary-nav a.active,
.primary-nav button:hover {
  color: var(--gold-deep);
}
.nav-ai-button {
  color: var(--text) !important;
  background: linear-gradient(135deg, #f3d970, var(--gold)) !important;
  box-shadow: 0 8px 24px rgba(212, 175, 55, .22);
}
.menu-button {
  border-color: rgba(23,23,23,.18);
  background: #fff;
}
.menu-button > span:not(.sr-only) {
  background: var(--black);
}

.hero-home {
  background-color: #d8c47e;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(18,18,18,.70) 0%, rgba(18,18,18,.48) 48%, rgba(18,18,18,.15) 100%),
    linear-gradient(180deg, rgba(212,175,55,.10), rgba(12,12,12,.28));
}
.hero-proof {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.30);
}
.hero-carousel-controls {
  background: rgba(255,255,255,.84);
  border-color: rgba(212,175,55,.45);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.hero-carousel-dot {
  background: rgba(23,23,23,.30);
}
.hero-carousel-dot:hover,
.hero-carousel-dot:focus-visible {
  background: var(--black);
}
.hero-carousel-dot.active {
  background: var(--gold-deep);
}

.feature-ribbon {
  background: linear-gradient(135deg, #f1d66f, var(--gold));
}

.method-panel,
.photo-placeholder,
.identity-card.dark-card,
.location-card,
.section-black .programme-schedule-box,
.method-main-image,
.method-gallery-item,
.gallery-item,
.story-photo.image-slot {
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
}
.method-panel {
  box-shadow: var(--shadow);
}
.method-ring {
  color: var(--gold-deep);
  background: var(--soft);
}
.method-ring small,
.method-point span,
.location-card small,
.photo-placeholder span {
  color: var(--muted);
}
.method-point {
  border-color: var(--line);
}
.method-point strong,
.photo-placeholder strong,
.location-card p {
  color: var(--gold-deep);
}
.photo-placeholder {
  background: linear-gradient(135deg, #fff, #fbf7eb);
}
.identity-card.dark-card {
  border-color: var(--gold);
  box-shadow: inset 0 5px 0 var(--gold);
}
.identity-card.dark-card > span {
  color: var(--gold-deep);
}

.location-card {
  box-shadow: 0 12px 34px rgba(82,61,14,.06);
}
.location-letter {
  color: var(--text);
  background: var(--gold);
}

.development-area-card:nth-child(2),
.development-area-card:nth-child(4) {
  color: var(--text);
  background: linear-gradient(180deg, #fffdf8, #f8efd4);
  border-color: var(--gold);
}
.development-area-card:nth-child(2) p,
.development-area-card:nth-child(4) p {
  color: var(--muted);
}
.method-visual-note {
  color: var(--text);
  background: rgba(255,255,255,.93);
  border-color: var(--gold);
  box-shadow: 0 14px 35px rgba(54,40,8,.13);
}
.method-visual-note strong {
  color: var(--gold-deep);
}
.method-visual-note span {
  color: var(--muted);
}
.method-trial-callout,
.cta-card {
  color: var(--text);
  background: linear-gradient(135deg, #fff 0%, #fbf4dd 100%);
  border: 1px solid var(--gold);
  box-shadow: var(--shadow);
}
.method-trial-callout p:not(.eyebrow),
.cta-card p {
  color: var(--muted);
}

.button-black {
  color: var(--text);
  background: var(--white);
  border-color: var(--black);
}
.button-black:hover {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}
.button-outline-light {
  color: var(--white);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.72);
}
.cta-card .button-outline-light,
.method-trial-callout .button-outline-light {
  color: var(--text);
  background: var(--white);
  border-color: var(--black);
}
.cta-card .button-outline-light:hover,
.method-trial-callout .button-outline-light:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.site-footer {
  color: var(--muted);
  background: linear-gradient(180deg, #fffdf8 0%, #f8f0d8 100%);
  border-top: 1px solid var(--gold);
}
.site-footer .brand,
.footer-grid strong,
.footer-grid a,
.footer-grid button,
.footer-partners-heading h2,
.partner-logo-name {
  color: var(--text);
}
.footer-grid a:hover,
.footer-grid button:hover {
  color: var(--gold-deep);
}
.footer-partners {
  background: rgba(255,255,255,.50);
  border-bottom-color: rgba(212,175,55,.32);
}
.partner-logo-card {
  border-color: var(--line);
  box-shadow: 0 8px 22px rgba(82,61,14,.05);
}
.partner-logo-stage {
  background: linear-gradient(135deg, #ececec 0%, #ffffff 52%, #e3e3e3 100%);
}
.footer-socials a {
  color: var(--text) !important;
  background: #fff;
  border-color: var(--line);
}
.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--gold-deep) !important;
}
.footer-bottom {
  border-top-color: rgba(154,116,20,.18);
}

.chat-header {
  color: var(--text);
  background: linear-gradient(135deg, #fff, #fbf0cb);
  border-bottom-color: var(--gold);
}
.chat-header span {
  color: var(--muted);
}
.chat-close {
  color: var(--text);
}
.message.user .message-bubble {
  color: var(--text);
  background: linear-gradient(135deg, #f2d66e, var(--gold));
}
.chat-launcher {
  color: var(--text);
  background: linear-gradient(135deg, #f1d66e, var(--gold));
  box-shadow: 0 14px 38px rgba(82,61,14,.20);
}

/* Restrained motion: gentle entrances and small hover feedback only */
.reveal {
  transform: translateY(14px);
  transition: opacity .58s ease, transform .58s cubic-bezier(.22,.8,.22,1);
}
.button,
.programme-card,
.identity-card,
.value-card,
.location-card,
.journey-step,
.development-area-card,
.method-pillars article,
.partner-logo-card,
.accordion details {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}
.programme-card:hover,
.identity-card:hover,
.value-card:hover,
.location-card:hover,
.journey-step:hover,
.development-area-card:hover,
.method-pillars article:hover,
.partner-logo-card:hover,
.accordion details:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.75);
  box-shadow: 0 16px 38px rgba(82,61,14,.10);
}
.image-slot img {
  transition: transform .55s cubic-bezier(.22,.8,.22,1);
}
.image-slot:hover img {
  transform: scale(1.025);
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(82,61,14,.14);
}
.site-header {
  animation: f17HeaderIn .45s ease both;
}
@keyframes f17HeaderIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 780px) {
  .primary-nav {
    background: rgba(255,255,255,.98);
    border-color: rgba(212,175,55,.42);
  }
  .primary-nav a,
  .primary-nav button {
    color: var(--text);
  }
  .primary-nav a:not(.nav-ai-button)::after {
    display: none;
  }
  .story-copy p:not(.eyebrow),
  .trial-copy p,
  .check-list li {
    color: var(--muted);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header { animation: none; }
  .reveal,
  .button,
  .programme-card,
  .identity-card,
  .value-card,
  .location-card,
  .journey-step,
  .development-area-card,
  .method-pillars article,
  .partner-logo-card,
  .accordion details,
  .image-slot img {
    transition: none !important;
    transform: none !important;
  }
}

/* Light-section readability corrections */
.section-black .focus-list span {
  color: var(--muted);
  border-color: var(--line);
  background: #fff;
}
.section-black .focus-list span::before,
.story-section .eyebrow-gold,
.cta-card .eyebrow-gold,
.method-trial-callout .eyebrow {
  color: var(--gold-deep);
}
.section-black .schedule-row {
  border-color: var(--line);
}
.section-black .schedule-row small {
  color: var(--muted);
}
.section-black .programme-schedule-box {
  box-shadow: 0 12px 30px rgba(82,61,14,.06);
}
/* FINAL MOBILE F-I-R-S-T LAYOUT */
@media (max-width: 680px) {
  .home-page .values-section .values-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .home-page .values-section .value-card,
  .home-page .values-section .value-card:last-child {
    grid-column: auto !important;

    /* Remove the old two-column layout */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;

    flex: initial !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 170px !important;

    padding: 10px 4px !important;
    border-radius: 10px !important;
    text-align: center !important;
  }

  .home-page .values-section .value-card > strong {
    display: block !important;
    width: 100% !important;

    grid-row: auto !important;
    grid-column: auto !important;
    align-self: auto !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    font-size: 2rem !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .home-page .values-section .value-card h3 {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    padding: 0 !important;

    font-size: clamp(.48rem, 2.25vw, .68rem) !important;
    line-height: 1.1 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }

  .home-page .values-section .value-card p {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    font-size: clamp(.4rem, 1.7vw, .54rem) !important;
    line-height: 1.25 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }
}.social-icon-tiktok{font-size:1rem;font-weight:900;line-height:1}


/* V6.15 LOCATION PHOTOS, CLEAN LOGO AND F17 AI BALL */
.brand-mark {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.brand-mark-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.chat-launcher-icon,
.chat-avatar,
.message-avatar {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}
.chat-launcher-icon img,
.chat-avatar img,
.message-avatar img {
  object-fit: contain;
}
.locations-showcase {
  overflow: hidden;
}
.locations-heading {
  max-width: 760px;
  margin: 0 auto 34px;
}
.location-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.location-photo-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.28);
  border-radius: 22px;
  background: #111;
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.location-photo-card:hover {
  transform: translateY(-5px);
  border-color: rgba(232,195,73,.72);
  box-shadow: 0 24px 58px rgba(0,0,0,.32);
}
.location-photo-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #202020;
}
.location-photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.58));
  pointer-events: none;
}
.location-photo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.location-photo-card:hover .location-photo-wrap img {
  transform: scale(1.035);
}
.location-photo-tag {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 13px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(8px);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.location-photo-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
  padding: 22px;
}
.location-day {
  margin: 0 0 4px;
  color: var(--gold-bright);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.location-photo-body h3 {
  margin: 0;
  color: #fff;
  font-size: 1.24rem;
  line-height: 1.2;
}
.location-photo-body address {
  min-height: 66px;
  color: rgba(255,255,255,.74);
  font-size: .88rem;
  font-style: normal;
  line-height: 1.55;
}
.location-programmes {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.9);
  font-size: .84rem;
  font-weight: 750;
}
.location-map-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--gold-bright);
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
}
.location-map-link:hover,
.location-map-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 980px) {
  .location-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .location-photo-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 520px);
    justify-self: center;
  }
}
@media (max-width: 640px) {
  .locations-heading {
    margin-bottom: 22px;
    text-align: left;
  }
  .location-photo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .location-photo-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .location-photo-card {
    border-radius: 17px;
  }
  .location-photo-body {
    gap: 10px;
    padding: 17px;
  }
  .location-photo-body address {
    min-height: 0;
    font-size: .82rem;
  }
  .location-photo-wrap {
    aspect-ratio: 16 / 9;
  }
}

/* V6.16 TRANSPARENT F17 AI BALL LAUNCHER */
.chat-launcher {
  gap: 10px;
  padding: 5px 9px 5px 4px;
  color: var(--text);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  isolation: isolate;
}
.chat-launcher-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  animation: f17AiBallFloat 3.4s ease-in-out infinite;
  transform-origin: 50% 55%;
}
.chat-launcher-icon img {
  filter: drop-shadow(0 10px 12px rgba(0,0,0,.22));
  transition: transform .24s ease, filter .24s ease;
}
.chat-launcher > span:last-child {
  padding: 9px 13px;
  border: 1px solid rgba(212,175,55,.48);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 26px rgba(35,29,15,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.chat-launcher:hover .chat-launcher-icon img,
.chat-launcher:focus-visible .chat-launcher-icon img {
  transform: scale(1.08) rotate(5deg);
  filter: drop-shadow(0 13px 16px rgba(0,0,0,.28));
}
.chat-launcher:focus-visible {
  outline: 3px solid rgba(212,175,55,.38);
  outline-offset: 4px;
  border-radius: 999px;
}
@keyframes f17AiBallFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-7px) rotate(2deg); }
}
@media (max-width: 680px) {
  .chat-launcher {
    padding: 0;
  }
  .chat-launcher-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .chat-launcher-icon {
    animation: none !important;
  }
  .chat-launcher-icon img {
    transition: none !important;
  }
}

/* v6.31 Parent Ambassador Programme */
.ambassador-page-hero{background:linear-gradient(115deg,rgba(8,8,8,.96),rgba(8,8,8,.76)),url('../images/hero-background.jpeg') center/cover}.ambassador-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.ambassador-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.ambassador-benefit-card{padding:30px;border:1px solid rgba(191,145,36,.24);border-radius:24px;background:linear-gradient(145deg,#fffaf0,#fff);box-shadow:0 18px 50px rgba(35,28,10,.08)}.ambassador-benefit-card>span{display:block;color:#8b681b;font-size:.75rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.ambassador-benefit-card>strong{display:block;margin:8px 0 4px;color:#171717;font-size:clamp(3rem,7vw,5.4rem);line-height:.95}.ambassador-benefit-card h3{margin:12px 0 9px}.ambassador-benefit-card p{margin:0;color:var(--muted);line-height:1.7}.ambassador-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ambassador-step-grid article{padding:25px;border-radius:20px;background:#fff;border:1px solid var(--line)}.ambassador-step-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#171717;color:#d4af37;font-weight:900}.ambassador-step-grid h3{margin:18px 0 8px}.ambassador-step-grid p{margin:0;color:var(--muted);line-height:1.65}.ambassador-public-terms{display:grid;gap:12px;margin:0;padding-left:22px}.ambassador-public-terms li{line-height:1.7}.ambassador-programme-callout{padding-top:0}.ambassador-programme-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:34px;border:1px solid rgba(191,145,36,.28);border-radius:26px;background:linear-gradient(135deg,#fff7dc,#fff);box-shadow:0 16px 45px rgba(40,30,10,.08)}.ambassador-programme-banner h2{margin:6px 0 10px}.ambassador-programme-banner p{max-width:820px;margin:0;color:var(--muted);line-height:1.65}
@media(max-width:820px){.ambassador-benefit-grid,.ambassador-step-grid{grid-template-columns:1fr}.ambassador-programme-banner{grid-template-columns:1fr}.ambassador-programme-banner .button{width:100%;text-align:center}.ambassador-hero-actions{display:grid}.ambassador-hero-actions .button{width:100%;text-align:center}}

/* v6.34 public member login */
.primary-nav .nav-member-login{padding:9px 14px;border:1px solid rgba(240,207,98,.72);border-radius:999px;color:var(--gold-bright)}
.primary-nav .nav-member-login::after{display:none!important}
.primary-nav .nav-member-login:hover{color:var(--black);background:var(--gold-bright)}
.button-member-login{color:var(--gold-bright);background:rgba(8,8,8,.54);border-color:var(--gold);backdrop-filter:blur(10px)}
.button-member-login:hover{color:var(--black);background:var(--gold-bright)}
@media(max-width:820px){.primary-nav .nav-member-login{margin-top:5px;text-align:center;background:rgba(212,175,55,.1)}}

/* v6.35 public promotions */
.promotions-page-hero{background:linear-gradient(112deg,rgba(8,8,8,.96),rgba(8,8,8,.72)),url('../images/hero-background.jpeg') center/cover}.home-promotions-section{padding-top:54px;padding-bottom:54px;background:linear-gradient(180deg,#fff,#fffaf0)}.home-promotions-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.home-promotions-heading h2{margin-bottom:0}.home-promotion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-promotion-card{overflow:hidden;border:1px solid rgba(191,145,36,.25);border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(37,29,10,.08)}.home-promotion-image{display:grid;place-items:center;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#080808,#5e4710);color:var(--gold-bright);font-size:2rem;font-weight:900;text-decoration:none}.home-promotion-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-promotion-card:hover .home-promotion-image img{transform:scale(1.04)}.home-promotion-copy{display:flex;flex-direction:column;align-items:flex-start;padding:21px}.home-promotion-copy>span{color:#8b681b;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.home-promotion-copy>strong{display:inline-flex;margin-top:9px;padding:7px 10px;border-radius:999px;background:#171717;color:var(--gold-bright);font-size:.76rem}.home-promotion-copy h3{margin:13px 0 8px;font-size:1.25rem}.home-promotion-copy h3 a{color:inherit;text-decoration:none}.home-promotion-copy p{margin:0 0 18px;color:var(--muted);line-height:1.65}.home-promotion-copy .text-link{margin-top:auto}.public-promotion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.public-promotion-card{overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 18px 54px rgba(30,25,12,.08)}.public-promotion-card.is-featured{border-color:rgba(191,145,36,.52);box-shadow:0 24px 70px rgba(124,91,17,.14)}.public-promotion-image{position:relative;display:grid;place-items:center;aspect-ratio:16/8.8;overflow:hidden;background:linear-gradient(135deg,#080808,#654d12);color:var(--gold-bright);font-size:2.6rem;font-weight:900;text-decoration:none}.public-promotion-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.public-promotion-card:hover .public-promotion-image img{transform:scale(1.035)}.public-promotion-image>strong{position:absolute;top:16px;left:16px;padding:7px 10px;border-radius:999px;background:var(--gold-bright);color:#111;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.public-promotion-body{padding:25px}.public-promotion-meta{display:flex;justify-content:space-between;gap:10px;color:#8b681b;font-size:.7rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.public-promotion-offer{display:inline-flex;margin-top:13px;padding:7px 11px;border-radius:999px;background:#171717;color:var(--gold-bright);font-size:.78rem}.public-promotion-body h2{margin:14px 0 8px;font-size:1.55rem}.public-promotion-body h2 a{color:inherit;text-decoration:none}.public-promotion-body p{margin:0;color:var(--muted);line-height:1.7}.public-promotion-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:22px;padding-top:17px;border-top:1px solid var(--line)}.public-promotion-footer small{color:var(--muted)}.promotion-empty-state{padding:50px 25px;border:1px solid rgba(191,145,36,.26);border-radius:26px;background:#fffaf0;text-align:center}.promotion-empty-state>span{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 18px;border-radius:50%;background:#171717;color:var(--gold-bright);font-weight:900}.promotion-empty-state h2{margin:0 0 8px}.promotion-empty-state p{color:var(--muted)}.promotion-empty-state>div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.promotion-detail-hero{position:relative;display:grid;align-items:end;min-height:590px;background:linear-gradient(135deg,#080808,#55400e);overflow:hidden}.promotion-detail-hero.has-image{background-image:var(--promotion-image);background-position:center;background-size:cover}.promotion-detail-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,6,6,.96) 0%,rgba(6,6,6,.74) 50%,rgba(6,6,6,.28) 100%)}.promotion-detail-hero-content{position:relative;z-index:1;padding-top:150px;padding-bottom:80px;color:#fff}.promotion-detail-meta{display:flex;gap:9px;flex-wrap:wrap}.promotion-detail-meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(0,0,0,.38);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.promotion-offer-label{display:inline-flex;margin-top:20px;padding:9px 13px;border-radius:999px;background:var(--gold-bright);color:#111;font-size:.84rem}.promotion-detail-hero h1{max-width:900px;margin:18px 0 14px;font-size:clamp(2.8rem,7vw,6.5rem);line-height:.95}.promotion-detail-hero-content>p{max-width:760px;margin:0;color:rgba(255,255,255,.82);font-size:1.12rem;line-height:1.7}.promotion-detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.promotion-detail-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:40px;align-items:start}.promotion-detail-copy h2{margin:7px 0 19px}.promotion-rich-copy{color:#4f4c45;font-size:1.02rem;line-height:1.85;white-space:normal}.promotion-code-panel{display:grid;gap:5px;margin:27px 0;padding:22px;border:1px solid #d8b75b;border-radius:18px;background:#fff9e6}.promotion-code-panel span{color:#7b5b12;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.promotion-code-panel strong{font-size:1.8rem;letter-spacing:.08em}.promotion-code-panel small{color:var(--muted);line-height:1.55}.promotion-detail-sidebar{display:grid;gap:16px}.promotion-info-card,.promotion-terms-card{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 15px 45px rgba(20,18,12,.06)}.promotion-info-card{display:grid;gap:5px}.promotion-info-card span{margin-top:14px;color:#8b681b;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.promotion-info-card span:first-child{margin-top:0}.promotion-info-card strong{line-height:1.45}.promotion-terms-card h3{margin:0 0 13px}.promotion-terms-card>div{color:var(--muted);font-size:.9rem;line-height:1.7}.promotion-terms-card a{display:inline-block;margin-top:16px;color:#7f5d13;font-weight:800}.primary-nav a[href="promotions.php"]{white-space:nowrap}
@media(max-width:960px){.home-promotion-grid{grid-template-columns:1fr 1fr}.home-promotion-card:last-child:nth-child(odd){grid-column:1/-1}.public-promotion-grid{grid-template-columns:1fr}.promotion-detail-layout{grid-template-columns:1fr}.promotion-detail-sidebar{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.home-promotions-heading{align-items:flex-start;flex-direction:column}.home-promotion-grid{grid-template-columns:1fr}.home-promotion-card:last-child:nth-child(odd){grid-column:auto}.public-promotion-body{padding:20px}.public-promotion-footer{align-items:flex-start;flex-direction:column}.promotion-detail-hero{min-height:520px}.promotion-detail-hero-content{padding-top:125px;padding-bottom:55px}.promotion-detail-actions{display:grid}.promotion-detail-actions .button{width:100%;text-align:center}.promotion-detail-sidebar{grid-template-columns:1fr}.promotion-empty-state>div{display:grid}.promotion-empty-state .button{width:100%}}


/* v6.36 AI assistant: floating ball only + pop-open conversation */
.chat-launcher {
  right: 24px;
  bottom: 22px;
  width: 78px;
  height: 78px;
  padding: 0 !important;
  display: grid;
  place-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.chat-launcher-icon {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.chat-launcher-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat-launcher > span:last-child:not(.chat-launcher-icon) {
  display: none !important;
}
.chat-panel {
  display: grid;
  place-items: end;
  padding: 24px 24px 112px;
}
.chat-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 9, 7, .42);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .24s ease;
}
.chat-window {
  position: relative;
  top: auto;
  right: auto;
  width: min(430px, calc(100vw - 32px));
  height: min(680px, calc(100vh - 145px));
  max-height: 680px;
  border: 1px solid rgba(212, 175, 55, .42);
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px) scale(.82);
  transform-origin: calc(100% - 34px) 100%;
  transition: opacity .22s ease, transform .38s cubic-bezier(.18, .9, .28, 1.18);
  box-shadow: 0 30px 85px rgba(0, 0, 0, .34);
}
.chat-panel.open .chat-window {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.chat-panel:not(.open) .chat-window {
  pointer-events: none;
}
.chat-panel.open .chat-launcher-icon {
  animation-play-state: paused;
}
@media (max-width: 680px) {
  .chat-launcher {
    right: 14px;
    bottom: 14px;
    width: 72px;
    height: 72px;
  }
  .chat-launcher-icon {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
  }
  .chat-panel {
    place-items: center;
    padding: 16px;
  }
  .chat-window {
    width: min(420px, calc(100vw - 24px));
    height: min(690px, calc(100dvh - 38px));
    max-height: calc(100dvh - 38px);
    border-radius: 22px;
    transform-origin: 85% 92%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .chat-window,
  .chat-overlay {
    transition-duration: .01ms !important;
  }
}

/* v6.37 mobile AI launcher visibility fix */
@media (max-width: 820px) {
  .chat-launcher {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: max(14px, env(safe-area-inset-right, 0px)) !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 16px) !important;
    width: 76px !important;
    height: 76px !important;
    z-index: 2147483000 !important;
    overflow: visible !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  /* An older mobile rule hid the launcher's last span. The icon is the only
     span now, so force it back on for the floating-ball design. */
  .chat-launcher > .chat-launcher-icon,
  .chat-launcher > span.chat-launcher-icon:last-child {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 74px !important;
    height: 74px !important;
    flex: 0 0 74px !important;
  }

  .chat-launcher .chat-launcher-icon img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 390px) {
  .chat-launcher {
    right: max(10px, env(safe-area-inset-right, 0px)) !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    width: 70px !important;
    height: 70px !important;
  }
  .chat-launcher > .chat-launcher-icon,
  .chat-launcher > span.chat-launcher-icon:last-child {
    width: 68px !important;
    height: 68px !important;
    flex-basis: 68px !important;
  }
}

/* v6.38 fully transparent floating AI launcher */
.chat-launcher,
.chat-launcher:hover,
.chat-launcher:active,
.chat-launcher:focus,
.chat-launcher:focus-visible {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  -webkit-tap-highlight-color: transparent !important;
}
.chat-launcher::before,
.chat-launcher::after,
.chat-launcher-icon::before,
.chat-launcher-icon::after {
  content: none !important;
  display: none !important;
}
.chat-launcher-icon,
.chat-launcher-icon img {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* v6.39 iOS/mobile AI launcher compositing fix */
.chat-launcher,
.chat-launcher-icon,
.chat-launcher-icon img {
  isolation: auto !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}
.chat-launcher-icon {
  overflow: visible !important;
  transform: none;
  will-change: transform;
}
.chat-launcher-icon img {
  display: block;
  object-fit: contain !important;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.chat-launcher:hover .chat-launcher-icon img,
.chat-launcher:active .chat-launcher-icon img,
.chat-launcher:focus-visible .chat-launcher-icon img {
  filter: none !important;
  -webkit-filter: none !important;
}
@media (max-width: 820px) {
  .chat-launcher,
  .chat-launcher-icon,
  .chat-launcher-icon img {
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    mix-blend-mode: normal !important;
  }
}

/* v6.40 hide the floating AI ball while the conversation is open */
.chat-launcher {
  transition: opacity .18s ease, transform .24s cubic-bezier(.2,.8,.2,1), visibility .18s ease !important;
}
body.chat-open .chat-launcher {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(10px) scale(.68) !important;
}
@media (prefers-reduced-motion: reduce) {
  .chat-launcher {
    transition-duration: .01ms !important;
  }
}

/* F17 v6.55 — guided trial wizard and clearer PayNow confirmation */
.trial-flow-notes{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.trial-flow-notes span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 11px;
  border:1px solid rgba(212,175,55,.34);
  border-radius:999px;
  color:rgba(255,255,255,.8);
  background:rgba(255,255,255,.05);
  font-size:.72rem;
  font-weight:800;
}
.trial-flow-notes span::before{
  content:"✓";
  color:var(--gold-bright);
  font-weight:950;
}
.trial-wizard-form{position:relative}
.trial-wizard-progress{
  position:sticky;
  top:84px;
  z-index:12;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
  margin:-10px 0 24px;
  padding:8px;
  border:1px solid #e5ded0;
  border-radius:17px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 28px rgba(24,20,12,.08);
  backdrop-filter:blur(12px);
}
.trial-step-tab{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:9px;
  align-items:center;
  min-width:0;
  padding:10px;
  border:0;
  border-radius:12px;
  color:#756f65;
  background:transparent;
  font:inherit;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.trial-step-tab:hover{background:#fbf7ed;transform:translateY(-1px)}
.trial-step-tab>b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  color:#805f15;
  background:#f5ead0;
  font-size:.72rem;
  font-weight:950;
}
.trial-step-tab span,.trial-step-tab strong,.trial-step-tab small{display:block;min-width:0}
.trial-step-tab strong{overflow:hidden;font-size:.78rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.trial-step-tab small{overflow:hidden;margin-top:2px;color:#9b958a;font-size:.62rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.trial-step-tab.is-active{color:#f1cd64;background:linear-gradient(145deg,#151515,#2a2417);box-shadow:0 8px 20px rgba(18,18,18,.16)}
.trial-step-tab.is-active>b{color:#111;background:linear-gradient(135deg,var(--gold-bright),var(--gold-deep))}
.trial-step-tab.is-active small{color:rgba(255,255,255,.58)}
.trial-step-tab.is-complete{color:#705316;background:#fff9ea}
.trial-step-tab.is-complete>b{color:#fff;background:#b88921}
.trial-step-panel[hidden]{display:none!important}
.trial-step-panel{animation:trial-panel-in .22s ease both}
@keyframes trial-panel-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.parent-guidance{
  display:grid;
  gap:4px;
  margin:0 0 16px;
  padding:14px 16px;
  border-left:4px solid var(--gold-deep);
  border-radius:0 13px 13px 0;
  background:#fff9eb;
}
.parent-guidance strong{color:#2b2518;font-size:.86rem}
.parent-guidance span{color:#726b5e;font-size:.76rem;line-height:1.5}
.trial-review-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:17px;
  margin-bottom:22px;
}
.trial-review-card{
  overflow:hidden;
  padding:21px;
  border:1px solid #ddd5c5;
  border-radius:19px;
  background:linear-gradient(145deg,#fffdf7,#fff);
  box-shadow:0 12px 30px rgba(27,23,14,.06);
}
.trial-review-kicker{
  color:#8c6818;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.trial-review-card h3{margin:5px 0 13px;color:#17140e;font-size:1.35rem}
.trial-review-card dl{margin:0}
.trial-review-card dl>div{
  display:grid;
  grid-template-columns:105px minmax(0,1fr);
  gap:14px;
  padding:10px 0;
  border-top:1px solid #ece5d7;
}
.trial-review-card dt{color:#837c70;font-size:.76rem}
.trial-review-card dd{margin:0;color:#272218;font-size:.8rem;font-weight:850;text-align:right;overflow-wrap:anywhere}
.trial-review-card .trial-review-total{margin-top:3px;padding-top:14px}
.trial-review-card .trial-review-total dt{font-weight:900;color:#4d4537}
.trial-review-card .trial-review-total dd{color:#8a6414;font-size:1.35rem}
.trial-payment-preview{
  display:flex;
  align-items:flex-start;
  gap:15px;
  padding:21px;
  border:1px solid rgba(127,25,125,.28);
  border-radius:19px;
  background:linear-gradient(145deg,#fff7fe,#fff);
}
.trial-payment-preview-icon{
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  flex:0 0 45px;
  border-radius:14px;
  color:#fff;
  background:#7f197d;
  font-size:1.05rem;
  font-weight:950;
}
.trial-payment-preview strong,.trial-payment-preview small{display:block}
.trial-payment-preview strong{margin:2px 0 6px;color:#351733;font-size:.91rem}
.trial-payment-preview small{color:#756171;font-size:.76rem;line-height:1.5}
.trial-optional-grid{margin-top:3px;padding-top:20px;border-top:1px solid #e8e0d1}
.trial-wizard-footer{
  position:sticky;
  bottom:8px;
  z-index:11;
  display:grid;
  grid-template-columns:auto minmax(160px,1fr) auto;
  gap:14px;
  align-items:center;
  margin-top:25px;
  padding:13px 15px;
  border:1px solid #ded7c9;
  border-radius:17px;
  background:rgba(255,255,255,.97);
  box-shadow:0 -8px 28px rgba(26,22,14,.09);
  backdrop-filter:blur(12px);
}
.trial-wizard-footer .button{min-height:46px;min-width:130px}
.trial-wizard-back{color:#2f2b24;background:#fff;border-color:#d7d0c3}
.trial-wizard-back:hover{background:#f8f5ee}
.trial-wizard-status{display:grid;gap:6px;justify-items:center}
.trial-wizard-status>span{color:#756f65;font-size:.72rem;font-weight:850}
.trial-wizard-status>div{width:min(310px,32vw);height:5px;overflow:hidden;border-radius:99px;background:#eee9df}
.trial-wizard-status i{display:block;width:25%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold-deep),var(--gold-bright));transition:width .22s ease}
.trial-wizard-back[hidden],.trial-wizard-next[hidden],.trial-wizard-submit[hidden]{display:none!important}
.trial-wizard-submit:disabled{opacity:.65;cursor:wait}
.trial-wizard-form .form-message{margin-top:14px}

.trial-payment-confirmation{border-top-color:var(--gold-deep);padding:30px}
.trial-success-header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:17px;align-items:start}
.trial-success-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(145deg,#1f8a52,#157043);
  box-shadow:0 10px 24px rgba(21,112,67,.2);
  font-size:1.55rem;
  font-weight:950;
}
.trial-success-header h3{margin:5px 0 7px;font-size:clamp(1.75rem,4vw,2.65rem)}
.trial-success-header p{margin:0;color:#655f55;line-height:1.58}
.trial-payment-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:23px 0 4px;
}
.trial-payment-steps>div{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:13px;
  border:1px solid #e3ddd1;
  border-radius:15px;
  background:#fbfaf7;
}
.trial-payment-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#7b756b;background:#ece8df;font-size:.7rem}
.trial-payment-steps strong,.trial-payment-steps small{display:block}
.trial-payment-steps strong{color:#332f28;font-size:.76rem}
.trial-payment-steps small{margin-top:3px;color:#847e74;font-size:.65rem;line-height:1.35}
.trial-payment-steps .is-complete{border-color:#cfe7d8;background:#f3fbf6}
.trial-payment-steps .is-complete b{color:#fff;background:#187548}
.trial-payment-steps .is-current{border-color:#dfc0dd;background:#fff7fe;box-shadow:0 0 0 2px rgba(127,25,125,.07)}
.trial-payment-steps .is-current b{color:#fff;background:#7f197d}
.booking-status-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin:-4px -4px 18px;
  padding:11px 13px;
  border:1px solid #ead4e8;
  border-radius:13px;
  background:#fff7fe;
}
.booking-status-row span{color:#7b6978;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.booking-status-row strong{color:#7f197d;font-size:.77rem}
.paynow-payment-badge{
  display:inline-flex;
  margin:0 auto 10px;
  padding:6px 10px;
  border-radius:999px;
  color:#fff;
  background:#7f197d;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.trial-payment-confirmation .paynow-card{box-shadow:0 15px 36px rgba(127,25,125,.1)}
.trial-payment-confirmation .reminder-notice strong{color:#352e20}

@media(max-width:820px){
  .trial-wizard-progress{display:flex;overflow-x:auto;scrollbar-width:none}
  .trial-wizard-progress::-webkit-scrollbar{display:none}
  .trial-step-tab{flex:0 0 165px}
  .trial-review-layout{grid-template-columns:1fr}
  .trial-payment-steps{grid-template-columns:1fr}
}
@media(max-width:600px){
  .trial-flow-notes{justify-content:flex-start}
  .trial-flow-notes span{font-size:.66rem}
  .trial-wizard-progress{top:72px;margin-top:-6px;padding:6px}
  .trial-step-tab{flex-basis:138px;padding:8px}
  .trial-step-tab small{display:none}
  .trial-wizard-footer{grid-template-columns:1fr 1fr;padding:11px;bottom:5px}
  .trial-wizard-status{grid-column:1/-1;grid-row:1}
  .trial-wizard-status>div{width:100%}
  .trial-wizard-footer .button{min-width:0;width:100%;padding-inline:12px;font-size:.78rem}
  .trial-review-card,.trial-payment-preview{padding:17px}
  .trial-review-card dl>div{grid-template-columns:1fr;gap:4px}
  .trial-review-card dd{text-align:left}
  .trial-success-header{grid-template-columns:1fr}
  .trial-success-icon{width:50px;height:50px;border-radius:15px}
  .trial-payment-confirmation{padding:22px 15px}
  .booking-status-row{align-items:flex-start;flex-direction:column}
}


/* F17 v6.58 — full-logo trial notices */
.f17-branded-notice[hidden]{display:none!important}.f17-branded-notice{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px}.f17-branded-notice-backdrop{position:absolute;inset:0;background:rgba(8,8,8,.64);backdrop-filter:blur(5px)}.f17-branded-notice-card{position:relative;width:min(100%,390px);padding:24px;border:1px solid rgba(212,175,55,.58);border-radius:22px;background:#fff;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.3)}.f17-branded-notice-card img{display:block;width:112px;height:112px;margin:0 auto 12px;object-fit:contain}.f17-branded-notice-card h2{margin:0 0 8px;color:#171717;font-size:1.28rem}.f17-branded-notice-card p{margin:0 0 18px;color:#625d54;line-height:1.55}.f17-branded-notice-card button{min-width:112px;min-height:44px;border:0;border-radius:12px;background:#171717;color:#e7c466;font:inherit;font-weight:850;cursor:pointer}.f17-notice-open{overflow:hidden}
@media(max-width:430px){.f17-branded-notice-card{padding:20px}.f17-branded-notice-card img{width:96px;height:96px}}


/* v6.61 Youth Koach App information */
.trial-form-reference .trial-koach-note{
  margin-top:10px!important;
  padding:11px 12px;
  border:1px solid rgba(201,154,46,.35);
  border-radius:12px;
  background:#fff8e7;
  color:#65470d!important;
  font-size:12px!important;
  line-height:1.55!important;
}
.trial-form-reference .trial-koach-note[hidden]{display:none!important}


/* v6.64 Singapore SEO content and location page */
.singapore-football-intro{border-bottom:1px solid rgba(17,17,17,.08)}
.seo-intro-links{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:24px}
.seo-intro-links .text-link{font-weight:800}
.location-detail-grid{align-items:center}
.location-feature-image{display:block;min-height:420px;overflow:hidden;border-radius:24px;background:#111}
.location-feature-image img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}
.location-feature-image figcaption{padding:12px 16px;background:#111;color:#fff;font-size:.8rem}
.locations-page .comparison-table a{color:inherit;text-decoration:none}
.locations-page .comparison-table a:hover{text-decoration:underline}
@media (max-width:760px){
  .seo-intro-links{display:grid;gap:12px}
  .location-feature-image,.location-feature-image img{min-height:280px}
}

/* v6.73 · Strict first-time trial eligibility */
.trial-first-time-rule{
  display:grid;
  gap:4px;
  padding:14px 16px;
  border:1px solid rgba(17,17,17,.1);
  border-left:4px solid #d4af37;
  border-radius:14px;
  background:#f8f6ef;
}
.trial-first-time-rule strong{color:#171717;font-size:.9rem}
.trial-first-time-rule span{color:#625e55;font-size:.8rem;line-height:1.55}

/* v6.71 · Existing-player check for public trial booking */
.trial-player-record-check{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  margin-top:2px;
  padding:14px 15px;
  border:1px solid rgba(201,154,46,.28);
  border-radius:16px;
  background:#fffaf0;
}
.trial-player-record-check[hidden]{display:none!important}
.trial-player-record-check-icon{
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border-radius:12px;
  background:#f2d486;
  color:#171717;
  font-weight:900;
}
.trial-player-record-check-copy{min-width:0}
.trial-player-record-check-copy strong,
.trial-player-record-check-copy small{display:block}
.trial-player-record-check-copy strong{color:#171717;font-size:14px}
.trial-player-record-check-copy small{margin-top:3px;color:#62656d;font-size:12px;line-height:1.45}
.trial-player-record-check.is-checking .trial-player-record-check-icon{animation:trial-record-pulse 1s ease-in-out infinite}
.trial-player-record-check.is-new{border-color:rgba(43,143,88,.28);background:#f2fbf5}
.trial-player-record-check.is-new .trial-player-record-check-icon{background:#ccebd7;color:#16643a}
.trial-player-record-check.is-existing{border-color:rgba(181,105,18,.36);background:#fff4dc}
.trial-player-record-check.is-existing .trial-player-record-check-icon{background:#171717;color:#f2c557}
.trial-player-record-check .trial-existing-signup-button{white-space:nowrap}
@keyframes trial-record-pulse{50%{opacity:.45;transform:scale(.94)}}
@media(max-width:680px){
  .trial-player-record-check{grid-template-columns:auto minmax(0,1fr)}
  .trial-player-record-check .trial-existing-signup-button{grid-column:1/-1;width:100%;justify-content:center}
}

/* v6.72 · Redesigned public trial booking with Stripe or PayNow */
.trial-signup-card-v672{max-width:1080px;margin:0 auto;background:#fff;border:1px solid rgba(18,18,18,.08);border-radius:28px;box-shadow:0 24px 70px rgba(20,20,20,.12);overflow:hidden}
.trial-booking-hero{padding:30px 34px 26px;background:linear-gradient(135deg,#111 0%,#1d1c19 60%,#2c2412 100%);color:#fff}
.trial-booking-hero-brand{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.trial-booking-hero .trial-brand{color:#fff}.trial-booking-hero .trial-brand span:last-child{display:grid;gap:2px}.trial-booking-hero .trial-brand small{font-size:.76rem;color:#d8d4ca;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.trial-secure-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(212,175,55,.55);border-radius:999px;background:rgba(212,175,55,.11);color:#f1d574;font-size:.78rem;font-weight:800;letter-spacing:.04em}
.trial-secure-chip:before{content:'✓';display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#d4af37;color:#111;font-size:.72rem}
.trial-booking-hero-copy{max-width:760px}.trial-booking-hero-copy h1{margin:7px 0 10px;font-size:clamp(2rem,5vw,3.5rem);line-height:1.02;color:#fff}.trial-booking-hero-copy p{max-width:720px;margin:0;color:#d9d7d0;font-size:1.04rem;line-height:1.65}.trial-booking-hero-copy p strong{color:#f3d36a}
.trial-booking-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.trial-booking-benefits>div{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.055)}.trial-booking-benefits b{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#d4af37;color:#111}.trial-booking-benefits span{display:grid;gap:2px}.trial-booking-benefits strong{font-size:.91rem}.trial-booking-benefits small{color:#c9c6bd;font-size:.75rem;line-height:1.35}
.trial-payment-cancelled-notice{display:flex;align-items:center;gap:10px;padding:14px 24px;background:#fff4e5;border-bottom:1px solid #f2d099;color:#7b4b00}.trial-payment-cancelled-notice strong{white-space:nowrap}.trial-payment-cancelled-notice span{font-size:.9rem}
.trial-signup-card-v672 .trial-form-stack{padding:0}.trial-signup-card-v672 .trial-wizard-form{padding:26px 30px 30px}
.trial-signup-card-v672 .trial-wizard-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px;background:#f5f4ef;border:1px solid #e8e4d7;border-radius:18px;margin-bottom:24px;overflow:visible}
.trial-signup-card-v672 .trial-step-tab{min-width:0;padding:10px;border-radius:13px}.trial-signup-card-v672 .trial-step-tab span small{display:block}.trial-signup-card-v672 .trial-step-tab.is-active{background:#151515;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.12)}.trial-signup-card-v672 .trial-step-tab.is-active b{background:#d4af37;color:#111}
.trial-review-layout-v672{align-items:stretch}.trial-review-checklist{display:grid;align-content:center;gap:12px;padding:24px;border-radius:20px;background:#f8f6ef;border:1px solid #e8dfc2}.trial-review-checklist strong{font-size:1.05rem}.trial-review-checklist span{font-size:.9rem;color:#4e4a40}
.trial-payment-layout-v672{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(0,1.45fr);gap:20px;align-items:start}.trial-payment-order-card{position:sticky;top:96px;padding:24px;border-radius:22px;background:#121212;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.15)}.trial-payment-order-card>span{display:block;color:#cabf9c;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.trial-payment-order-card>strong{display:block;margin:6px 0 2px;color:#f1ce5e;font-size:2.4rem;line-height:1}.trial-payment-order-card>small{color:#c8c5bc}.trial-payment-order-card dl{margin:22px 0 0;border-top:1px solid rgba(255,255,255,.13)}.trial-payment-order-card dl div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.trial-payment-order-card dt{color:#b9b5aa}.trial-payment-order-card dd{margin:0;text-align:right;font-weight:800}
.trial-payment-methods-v672{display:grid;gap:13px;border:0;padding:0;margin:0}.trial-payment-methods-v672 legend{font-size:1rem;font-weight:900;margin-bottom:4px}.trial-payment-method-card{position:relative;display:grid;grid-template-columns:56px 1fr 28px;gap:16px;align-items:center;padding:20px;border:2px solid #e4e1d7;border-radius:20px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.trial-payment-method-card:hover{transform:translateY(-2px);border-color:#c9a43c;box-shadow:0 12px 28px rgba(24,24,24,.08)}.trial-payment-method-card.is-selected{border-color:#c99a2e;background:#fffdf7;box-shadow:0 13px 30px rgba(201,154,46,.16)}.trial-payment-method-card input{position:absolute;opacity:0;pointer-events:none}.trial-payment-method-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:16px;font-size:1.35rem;font-weight:950}.stripe-icon{background:linear-gradient(145deg,#635bff,#7a73ff);color:#fff}.paynow-icon{background:#7f197d;color:#fff}.trial-payment-method-copy{display:grid;gap:5px}.trial-payment-method-copy strong{font-size:1.05rem}.trial-payment-method-copy small{color:#68645b;line-height:1.45}.trial-payment-method-copy em{font-style:normal;color:#9a7411;font-size:.78rem;font-weight:800}.trial-payment-check{display:grid;place-items:center;width:27px;height:27px;border:2px solid #d8d4ca;border-radius:50%;color:transparent;font-size:.8rem}.trial-payment-method-card.is-selected .trial-payment-check{background:#d4af37;border-color:#d4af37;color:#111}
.trial-payment-method-note{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding:15px 17px;border-radius:15px;background:#f6f3e8;border:1px solid #e3d8af}.trial-payment-method-note strong{white-space:nowrap}.trial-payment-method-note span{color:#5d5748;font-size:.9rem;line-height:1.5}
.trial-signup-card-v672 .trial-wizard-submit{min-width:270px}
.trial-payment-shell{max-width:900px}.trial-stripe-result{overflow:hidden;background:#fff;border:1px solid #e1ddd0;border-radius:28px;box-shadow:0 24px 70px rgba(20,20,20,.12)}.trial-stripe-result-hero{display:grid;grid-template-columns:66px 1fr auto;gap:18px;align-items:center;padding:30px;background:#151515;color:#fff}.trial-stripe-result.is-paid .trial-stripe-result-hero{background:linear-gradient(135deg,#102a1d,#17452e)}.trial-stripe-result.is-error .trial-stripe-result-hero{background:linear-gradient(135deg,#351717,#5a2424)}.trial-stripe-result-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:20px;background:#d4af37;color:#111;font-size:2rem;font-weight:950}.trial-stripe-result-hero h1{margin:5px 0 8px;color:#fff;font-size:clamp(1.7rem,4vw,2.55rem)}.trial-stripe-result-hero p{margin:0;color:#ddd9cf;line-height:1.55}.trial-stripe-status-pill{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.12);font-weight:900;font-size:.8rem}.trial-stripe-booking-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:8px 28px}.trial-stripe-booking-summary>div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #ece8dc}.trial-stripe-booking-summary>div:nth-child(odd){padding-right:20px}.trial-stripe-booking-summary>div:nth-child(even){padding-left:20px;border-left:1px solid #ece8dc}.trial-stripe-booking-summary span{color:#777167}.trial-stripe-booking-summary strong{text-align:right}.trial-stripe-booking-summary .trial-stripe-booking-total{grid-column:1/-1;border-left:0;padding:18px 0;font-size:1.08rem}.trial-stripe-booking-total strong{color:#9b7412;font-size:1.3rem}
.trial-payment-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:22px 28px;background:#f7f5ef}.trial-payment-progress>div{display:flex;gap:11px;padding:14px;border-radius:15px;background:#fff;border:1px solid #e5e0d2}.trial-payment-progress b{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:#e7e3d9}.trial-payment-progress span{display:grid;gap:3px}.trial-payment-progress small{color:#777167;line-height:1.35}.trial-payment-progress .is-complete b{background:#2f855a;color:#fff}.trial-payment-progress .is-current{border-color:#d4af37}.trial-payment-progress .is-current b{background:#d4af37;color:#111}
.trial-stripe-next-step{margin:24px 28px 0;padding:18px 20px;border-radius:16px;background:#eef8f1;border:1px solid #bcdac5}.trial-stripe-next-step p{margin:5px 0 0;color:#4f5f54}.trial-stripe-next-step.is-pending{background:#fff7e7;border-color:#ecd49d}.trial-stripe-next-step.is-error{background:#fff0f0;border-color:#e7b7b7}.trial-stripe-actions{display:flex;gap:12px;flex-wrap:wrap;padding:22px 28px 30px}
@media(max-width:800px){.trial-booking-benefits{grid-template-columns:1fr}.trial-signup-card-v672 .trial-wizard-progress{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.trial-signup-card-v672 .trial-step-tab{flex:0 0 148px;scroll-snap-align:start}.trial-payment-layout-v672{grid-template-columns:1fr}.trial-payment-order-card{position:static}.trial-payment-progress{grid-template-columns:1fr}.trial-stripe-result-hero{grid-template-columns:56px 1fr}.trial-stripe-status-pill{grid-column:1/-1;justify-self:start}.trial-stripe-booking-summary{grid-template-columns:1fr}.trial-stripe-booking-summary>div:nth-child(n){padding-left:0;padding-right:0;border-left:0}.trial-stripe-booking-summary .trial-stripe-booking-total{grid-column:auto}}
@media(max-width:560px){.trial-signup-card-v672{border-radius:20px}.trial-booking-hero{padding:22px 18px}.trial-booking-hero-brand{align-items:flex-start}.trial-secure-chip{font-size:.7rem;padding:7px 9px}.trial-signup-card-v672 .trial-wizard-form{padding:18px 14px 22px}.trial-payment-method-card{grid-template-columns:48px 1fr 24px;padding:16px;gap:12px}.trial-payment-method-icon{width:48px;height:48px}.trial-payment-method-note{display:grid}.trial-signup-card-v672 .trial-wizard-submit{min-width:0;width:100%}.trial-stripe-result{border-radius:20px}.trial-stripe-result-hero{padding:22px 18px}.trial-stripe-result-icon{width:56px;height:56px;border-radius:16px}.trial-stripe-booking-summary{padding:6px 18px}.trial-payment-progress{padding:18px}.trial-stripe-next-step{margin:18px 18px 0}.trial-stripe-actions{padding:18px}.trial-payment-cancelled-notice{align-items:flex-start;flex-direction:column;padding:13px 18px}}

/* v6.74: official social-media logo treatment */
.footer-socials a.social-link {
  min-height: 42px;
  padding: 6px 12px 6px 7px;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.18);
}
.footer-socials a.social-link:hover,
.footer-socials a.social-link:focus-visible {
  background: rgba(255,255,255,.11);
  transform: translateY(-1px);
}
.footer-socials .social-logo {
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 28px;
  object-fit: contain;
  filter: none;
}
.footer-socials .social-link-instagram .social-logo {
  border-radius: 8px;
}
@media (max-width: 620px) {
  .footer-socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .footer-socials a.social-link {
    justify-content: center;
    min-width: 0;
    padding: 7px 6px;
    font-size: .68rem;
  }
  .footer-socials .social-logo {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }
}

/* v6.75: keep public footer social accounts in one compact row */
@media(max-width:620px){
  .footer-socials{
    display:flex!important;
    flex-wrap:nowrap!important;
    width:100%;
    gap:6px;
  }
  .footer-socials a.social-link{
    flex:1 1 0;
    min-width:0;
    gap:4px;
    padding:6px 5px;
    white-space:nowrap;
  }
  .footer-socials .social-logo{
    width:22px;
    height:22px;
    flex-basis:22px;
  }
  .footer-socials a.social-link span{font-size:.62rem}
}


/* v6.77: fixed one-line public social bar and Development selection notice */
.footer-socials{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:center;
  width:min(100%,430px)!important;
  max-width:430px;
  gap:8px!important;
  flex-wrap:nowrap!important;
}
.footer-socials a.social-link{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  justify-content:center!important;
  overflow:hidden;
  white-space:nowrap!important;
}
.footer-socials a.social-link span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.programme-selection-notice{
  display:grid;
  gap:5px;
  max-width:620px;
  margin-top:24px;
  padding:16px 18px;
  border:1px solid rgba(212,175,55,.58);
  border-radius:16px;
  background:rgba(212,175,55,.11);
  color:inherit;
}
.programme-selection-notice strong{
  color:#f1ce5e;
  font-size:.95rem;
  letter-spacing:.01em;
}
.programme-selection-notice span{
  color:rgba(255,255,255,.76);
  font-size:.88rem;
  line-height:1.55;
}
@media(max-width:460px){
  .footer-socials{
    width:100%!important;
    max-width:260px!important;
    gap:10px!important;
  }
  .footer-socials a.social-link{
    width:48px!important;
    height:48px!important;
    min-height:48px!important;
    justify-self:start;
    padding:8px!important;
    border-radius:50%!important;
  }
  .footer-socials a.social-link span{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
  .footer-socials .social-logo{
    width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
  }
  .programme-selection-notice{padding:14px 15px;margin-top:20px}
}


/* v4.25 — centre each social logo inside its own footer control */
.footer-socials a.social-link{
  display:grid!important;
  grid-template-columns:auto auto!important;
  place-content:center!important;
  align-items:center!important;
  justify-items:center!important;
}
.footer-socials .social-logo{
  display:block!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
  justify-self:center!important;
  align-self:center!important;
}


/* v6.94 — programme readability, mobile locations, footer and ambassador promotion */
.programme-selection-notice{
  background:#fff8e7!important;
  border-color:#d4af37!important;
  box-shadow:0 10px 26px rgba(82,61,14,.08);
}
.programme-selection-notice strong{color:#8a641c!important}
.programme-selection-notice span{color:#4e493f!important}
.small-button.is-disabled{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 13px;
  border:1px solid #d4af37;
  border-radius:10px;
  background:#fff8e7;
  color:#765511;
  font-size:.75rem;
  font-weight:850;
}
.parent-login-privacy-note{
  display:grid;
  gap:4px;
  margin:0 0 16px;
  padding:13px 15px;
  border:1px solid rgba(212,175,55,.42);
  border-radius:14px;
  background:#fffaf0;
}
.parent-login-privacy-note strong{color:#765511;font-size:.86rem}
.parent-login-privacy-note span{color:#5f594e;font-size:.78rem;line-height:1.5}
.locations-page .location-feature-image{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:16/10;
  margin:0;
  border-radius:24px;
  background:#f2eee3!important;
}
.locations-page .location-feature-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  object-position:center!important;
}
.locations-page .location-feature-image figcaption{display:none!important}
.locations-page .location-feature-image.image-missing figcaption{display:flex!important}
.ambassador-promotion-section{padding-top:22px}
.ambassador-promotion-card{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) auto;
  align-items:center;
  gap:32px;
  padding:34px;
  border:1px solid #d4af37;
  border-radius:26px;
  background:linear-gradient(135deg,#fffdf8,#f8edc9);
  box-shadow:0 18px 44px rgba(82,61,14,.10);
}
.ambassador-promotion-copy h2{margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,3.1rem)}
.ambassador-promotion-copy p{color:#4f4a40}
.ambassador-promotion-copy small{display:block;color:#746c5e;line-height:1.55}
.ambassador-promotion-actions{display:grid;gap:10px;min-width:250px}
.footer-brand p{color:#5f594e!important;font-weight:650}
.footer-bottom{justify-content:center!important;text-align:center!important}
.footer-bottom span{width:100%;text-align:center}
@media(max-width:760px){
  .locations-page .location-feature-image{aspect-ratio:4/3;border-radius:18px}
  .ambassador-promotion-card{grid-template-columns:1fr;padding:24px;gap:20px}
  .ambassador-promotion-actions{min-width:0}
  .trial-booking-hero-copy{padding-bottom:4px}
}

/* v6.97 public signup and embedded trial payment */
.nav-signup{
  font-weight:800;
  color:#171717;
  background:#d4af37;
  border-radius:999px;
  padding:.58rem .82rem!important;
}
.trial-review-layout-v697{
  grid-template-columns:minmax(0,1fr)!important;
}
.trial-review-layout-v697 .trial-review-card{
  max-width:none;
}
.trial-card-payment-confirmation{
  padding:clamp(18px,3vw,30px);
}
.trial-card-payment-grid{
  display:grid;
  grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);
  gap:20px;
  align-items:start;
  margin-top:18px;
}
.trial-card-booking-summary{
  position:sticky;
  top:96px;
}
.trial-card-booking-summary>small{
  display:block;
  margin-top:14px;
  color:#5d584e;
  line-height:1.55;
}
.trial-embedded-checkout-shell{
  min-width:0;
  padding:12px;
  background:#fff;
  border:1px solid #ded8c8;
  border-radius:18px;
  box-shadow:0 16px 38px rgba(0,0,0,.08);
}
.trial-embedded-loading{
  padding:28px 18px;
  text-align:center;
  font-weight:800;
  color:#625b4f;
}
#trial-embedded-checkout{
  min-height:420px;
}
#trial-card-payment-error{
  margin:12px 4px 4px;
}
@media (max-width:760px){
  .nav-signup{
    display:block;
    text-align:center;
    margin:.25rem 0;
  }
  .trial-card-payment-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .trial-card-booking-summary{
    position:static;
  }
  .trial-embedded-checkout-shell{
    padding:4px;
    border-radius:14px;
  }
  #trial-embedded-checkout{
    min-height:500px;
  }
}

/* v6.98 unified secure checkout */
.trial-unified-payment-layout{align-items:stretch}
.trial-unified-payment-card{border:1px solid #d9bf6b;border-radius:18px;background:linear-gradient(145deg,#fffdf6,#fff5d9);padding:22px;display:grid;align-content:center;gap:10px}
.trial-unified-payment-card h3{margin:0;font-size:1.25rem}
.trial-unified-payment-card p{margin:0;color:#5c5548;line-height:1.55}
.trial-unified-payment-card small{color:#696155}
.trial-payment-option-tags{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0}
.trial-payment-option-tags span{border:1px solid #d8bf73;border-radius:999px;background:#fff;padding:6px 10px;font-size:.76rem;font-weight:800}
@media(max-width:720px){.trial-unified-payment-layout{grid-template-columns:1fr}.trial-unified-payment-card{padding:16px}.trial-payment-option-tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.trial-payment-option-tags span{text-align:center;padding:5px 6px}}


/* v6.99 mobile membership CTA visibility */
.mobile-nav-actions{
  display:none;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.mobile-join-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 13px;
  border:1px solid #b58d1f;
  border-radius:999px;
  color:#171717;
  background:linear-gradient(135deg,#f3d970,#d4af37);
  box-shadow:0 8px 20px rgba(111,79,8,.16);
  font-size:.75rem;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}
@media (max-width:780px){
  .mobile-nav-actions{display:flex}
  .primary-nav{
    max-height:calc(100svh - 86px);
    max-height:calc(100dvh - 86px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    z-index:100;
  }
  .primary-nav .nav-signup{display:block!important}
}
@media (max-width:680px){
  .mobile-join-button{min-height:38px;padding:7px 11px;font-size:.7rem}
  .primary-nav{
    max-height:calc(100svh - 72px);
    max-height:calc(100dvh - 72px);
  }
}
@media (max-width:390px){
  .brand-copy{display:none}
  .nav-wrap{gap:10px}
}


/* v7.03: keep public location schedules readable on one line */
.locations-page .programme-schedule-box .schedule-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}
.locations-page .programme-schedule-box .schedule-row>strong{grid-column:1/-1;display:block;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;font-size:clamp(.76rem,2.2vw,.94rem);line-height:1.45;padding-bottom:2px}
.locations-page .programme-schedule-box .schedule-row>span{min-width:0}
.locations-page .programme-schedule-box .schedule-row>small{min-width:0;text-align:right}
.locations-page .comparison-table td:last-child{white-space:nowrap}
@media(max-width:760px){
 .locations-page .programme-schedule-box .schedule-row{grid-template-columns:1fr}
 .locations-page .programme-schedule-box .schedule-row>span,
 .locations-page .programme-schedule-box .schedule-row>small{grid-column:1;text-align:left}
}

/* v7.45.15 — homepage transition notice and non-overlapping schedule rows */
.home-transition-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(212, 175, 55, .16), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
  border-top: 1px solid rgba(212, 175, 55, .24);
  border-bottom: 1px solid rgba(212, 175, 55, .24);
}
.home-transition-section::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -190px;
  top: -180px;
  border: 1px solid rgba(212, 175, 55, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(212, 175, 55, .04), 0 0 0 78px rgba(212, 175, 55, .025);
  pointer-events: none;
}
.home-transition-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 30px;
}
.home-transition-header h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2rem, 4.1vw, 3.7rem);
  line-height: 1.02;
}
.home-transition-header > p {
  margin: 0;
  padding-left: 24px;
  border-left: 3px solid var(--gold);
  color: #5f584b;
  line-height: 1.75;
}
.home-transition-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 22px;
  align-items: stretch;
}
.transition-panel {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(160, 123, 30, .24);
  border-radius: 26px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 58px rgba(80, 59, 9, .09);
}
.transition-panel-online {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(18, 18, 18, .98), rgba(42, 34, 13, .98)),
    #171717;
  border-color: rgba(231, 200, 93, .34);
}
.transition-panel-heading {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}
.transition-panel-heading > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(145deg, #efcf66, #b58a1e);
  color: #171717;
  font-size: .78rem;
  font-weight: 950;
  box-shadow: 0 11px 24px rgba(181, 138, 30, .24);
}
.transition-panel-heading .eyebrow {
  margin-bottom: 5px;
}
.transition-panel-heading h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.12;
}
.transition-panel-online .eyebrow,
.transition-panel-online h3 {
  color: #fff;
}
.transition-schedule {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}
.transition-session {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(112px, .72fr) minmax(150px, 1fr) minmax(230px, 1.42fr);
  gap: 14px;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid #eadfbd;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fffdf7);
}
.transition-session > * {
  min-width: 0;
}
.transition-session strong {
  color: #8c6810;
  font-size: .84rem;
  letter-spacing: .02em;
}
.transition-session span {
  color: #222;
  font-size: .9rem;
  font-weight: 850;
  line-height: 1.35;
}
.transition-session small {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #686154;
  font-size: .78rem;
  line-height: 1.4;
}
.transition-session small b {
  min-width: 0;
  padding-left: 10px;
  border-left: 1px solid #ded1aa;
  color: #2c2a25;
  font-weight: 850;
  overflow-wrap: anywhere;
}
.transition-panel-online > p {
  margin: -3px 0 20px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}
.transition-online-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.transition-online-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
}
.transition-online-list li > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--gold-bright);
  color: #161616;
  font-size: .72rem;
  font-weight: 950;
}
.transition-online-list li div {
  min-width: 0;
}
.transition-online-list strong,
.transition-online-list small {
  display: block;
}
.transition-online-list strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: .88rem;
}
.transition-online-list small {
  color: rgba(255, 255, 255, .65);
  font-size: .74rem;
  line-height: 1.48;
}
.transition-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}
.transition-actions .button {
  width: 100%;
  min-width: 0;
  padding-inline: 14px;
  text-align: center;
}
.transition-panel-online .button-black {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}
.transition-panel-online .button-black:hover {
  background: #fff;
  color: #171717;
}

/* Keep programme session text in its own space on every screen. */
.home-page .mini-schedule > div {
  min-width: 0;
}
.home-page .mini-schedule > div > strong,
.home-page .mini-schedule > div > span,
.home-page .mini-schedule > div > small {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .home-transition-header,
  .home-transition-grid {
    grid-template-columns: 1fr;
  }
  .home-transition-header {
    gap: 18px;
  }
  .home-transition-header > p {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .home-transition-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .home-transition-header {
    margin-bottom: 20px;
  }
  .home-transition-header h2 {
    font-size: clamp(1.75rem, 8.3vw, 2.3rem);
  }
  .home-transition-header > p {
    padding-left: 14px;
    font-size: .82rem;
    line-height: 1.55;
  }
  .home-transition-grid {
    gap: 13px;
  }
  .transition-panel {
    padding: 18px 15px;
    border-radius: 20px;
  }
  .transition-panel-heading {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 15px;
  }
  .transition-panel-heading > span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: .68rem;
  }
  .transition-panel-heading h3 {
    font-size: 1.24rem;
  }
  .transition-session {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 12px;
  }
  .transition-session strong {
    font-size: .72rem;
  }
  .transition-session span {
    font-size: .86rem;
  }
  .transition-session small {
    grid-template-columns: 1fr;
    gap: 3px;
    font-size: .72rem;
  }
  .transition-session small b {
    padding-left: 0;
    border-left: 0;
  }
  .transition-actions {
    grid-template-columns: 1fr;
  }

  /* Previous compact rows could force the time and venue over each other. */
  .home-page .mini-schedule > div,
  .home-page .programme-card .mini-schedule > div {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 2px !important;
    padding: 7px 0 !important;
  }
  .home-page .mini-schedule > div > strong,
  .home-page .mini-schedule > div > span,
  .home-page .mini-schedule > div > small {
    grid-column: 1 !important;
    width: 100%;
    max-width: 100%;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.32;
  }
  .home-page .mini-schedule > div > strong {
    font-size: .64rem;
    color: #8a6816;
  }
  .home-page .mini-schedule > div > span {
    font-size: .62rem;
  }
  .home-page .mini-schedule > div > small {
    font-size: .58rem;
  }
}
