: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;
}

* { 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-image: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 48%, rgba(0,0,0,.34) 100%), var(--hero-background-image); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(212,175,55,.18), transparent 30%), linear-gradient(180deg, transparent 70%, rgba(0,0,0,.65)); }
.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; color: var(--gold-bright); background: var(--black); border-radius: 50%; font-size: .7rem; }
.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; color: var(--black); background: var(--gold); border-radius: 50%; font-weight: 950; }
.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; color: var(--black); background: var(--gold); border-radius: 50%; font-size: .63rem; font-weight: 950; }
.message-bubble { max-width: 82%; padding: 11px 13px; color: #342f26; background: var(--soft); border-radius: 15px 15px 15px 4px; font-size: .87rem; white-space: pre-wrap; }
.message.user .message-bubble { color: var(--white); background: var(--black); border-radius: 15px 15px 4px 15px; }
.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 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; }

.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; background-position: 60% center; }
  .hero-home { background-image: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.7)), var(--hero-background-image); }
  .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; }
  .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; } }
