@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";.site-header{position:sticky;top:0;z-index:100;background:#fffffff5;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--grey-200);transition:box-shadow var(--transition)}.site-header--scrolled{box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1rem}.site-header__brand{display:inline-flex;align-items:center}.logo{display:inline-flex;align-items:center;gap:.6rem}.site-header__brand{gap:.6rem}.site-header__logo{height:44px;width:auto;display:block;object-fit:contain}.logo__text{font-family:var(--font-display);font-weight:700;font-size:1.35rem;letter-spacing:.02em;color:var(--navy)}@media (max-width: 420px){.site-header__logo{height:38px}.logo__text{font-size:1.2rem}}.site-nav__list{display:flex;align-items:center;gap:.35rem;list-style:none}.site-nav__link{display:inline-block;padding:.5rem .7rem;color:var(--navy);font-weight:500;font-size:.97rem;border-radius:6px;position:relative;white-space:nowrap}.site-nav__link:hover{color:var(--teal-600);background:var(--grey-50)}.site-nav__link--active{color:var(--teal-600)}.site-nav__link--active:after{content:"";position:absolute;left:.75rem;right:.75rem;bottom:.15rem;height:2px;background:var(--gold);border-radius:2px}.site-nav__cta{margin-left:.75rem}.site-nav__cta .btn{padding:.55rem 1.1rem;font-size:.95rem}.site-header__toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}.burger{display:inline-flex;flex-direction:column;justify-content:space-between;width:26px;height:18px}.burger span{display:block;height:2.5px;width:100%;background:var(--navy);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.burger--open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width: 1024px){.site-header__toggle{display:inline-flex}.site-nav{position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--grey-200);box-shadow:var(--shadow);max-height:0;overflow:hidden;transition:max-height .26s ease}.site-nav--open{max-height:560px}.site-nav__list{flex-direction:column;align-items:stretch;gap:.15rem;padding:12px 24px 20px}.site-nav__link{padding:.7rem .5rem;font-size:1.05rem;border-bottom:1px solid var(--grey-100);border-radius:0}.site-nav__link--active:after{display:none}.site-nav__cta{margin:.75rem 0 0}.site-nav__cta .btn{width:100%;padding:.8rem 1.1rem}}.site-footer{background:var(--navy);color:var(--grey-100);margin-top:auto}.site-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:40px;padding-top:60px;padding-bottom:48px}.site-footer__lockup{display:inline-flex;align-items:center;gap:.6rem}.site-footer__logo{height:38px;width:auto;display:block;object-fit:contain}.site-footer .logo__text{color:#fff}.site-footer__tagline{font-family:var(--font-display);color:var(--gold-soft);font-size:1.1rem;margin:.9rem 0 .5rem}.site-footer__blurb{color:var(--grey-400);font-size:.95rem;max-width:34ch}.site-footer__heading{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.site-footer__links,.site-footer__contact,.site-footer__social{list-style:none;display:flex;flex-direction:column;gap:.6rem}.site-footer__links a,.site-footer__social a{color:var(--grey-100);font-size:.95rem}.site-footer__links a:hover,.site-footer__social a:hover{color:var(--teal)}.site-footer__contact li{font-size:.95rem;color:var(--grey-100);display:flex;flex-direction:column}.site-footer__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-400)}.site-footer .coming-soon{color:var(--grey-400)}.site-footer__note{color:var(--grey-400);font-size:.82rem;margin-top:.8rem}.site-footer__bar{border-top:1px solid rgba(255,255,255,.1)}.site-footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:20px;padding-bottom:20px;flex-wrap:wrap}.site-footer__bar-inner p{margin:0;font-size:.85rem;color:var(--grey-400)}.site-footer__reg{text-align:right}@media (max-width: 900px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 560px){.site-footer__grid{grid-template-columns:1fr}.site-footer__reg{text-align:left}}.hero{position:relative;background:linear-gradient(160deg,var(--navy) 0%,#0a1530 55%,#0b1c44 100%);color:#fff;overflow:hidden;padding:clamp(100px,11vw,148px) 0 clamp(84px,10vw,124px)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__blob{position:absolute;border-radius:50%;filter:blur(10px);opacity:.55}.hero__blob--1{width:460px;height:460px;top:-160px;right:-120px;background:radial-gradient(circle,rgba(23,162,166,.5),transparent 65%)}.hero__blob--2{width:360px;height:360px;bottom:-140px;left:-100px;background:radial-gradient(circle,rgba(201,162,75,.25),transparent 65%)}.hero__inner{position:relative;max-width:820px}.hero__inner--split{max-width:var(--maxw);display:grid;grid-template-columns:minmax(340px,460px) 1fr;align-items:start;gap:clamp(40px,5vw,78px)}.hero__media-col{display:flex;flex-direction:column;align-items:center;gap:22px;width:100%}.hero__logo{display:block;width:60%;max-width:250px;height:auto;filter:drop-shadow(0 12px 30px rgba(0,0,0,.35))}.hero__photo{display:block;width:100%;height:auto;border-radius:var(--radius);border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 50px #0000006b;object-fit:cover}.hero__content{min-width:0}@media (max-width: 860px){.hero__inner--split{grid-template-columns:1fr;justify-items:center;text-align:center;gap:30px}.hero__media-col{max-width:360px;width:100%}.hero__inner--split .hero__subheadline{margin-left:auto;margin-right:auto}.hero__inner--split .hero__actions{justify-content:center}}.hero__label{display:inline-block;font-family:var(--font-display);font-style:italic;color:var(--gold-soft);font-size:1.15rem;letter-spacing:.02em;margin-bottom:1.15rem}.hero__headline{font-size:clamp(2.5rem,6.4vw,4.4rem);line-height:1.06;color:#fff;margin-bottom:1.6rem}.hero__subheadline{font-size:clamp(1.08rem,2.2vw,1.3rem);line-height:1.6;color:var(--grey-100);max-width:60ch;margin-bottom:2.5rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.trust-bar{background:var(--white);border-bottom:1px solid var(--grey-200);padding:20px 0}.trust-bar__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 0}.trust-bar__item{position:relative;display:flex;align-items:center;gap:.4rem;padding:2px clamp(9px,1.2vw,18px);font-size:.78rem;font-weight:600;white-space:nowrap;color:var(--grey-600)}.trust-bar__icon{color:var(--teal-600);opacity:.85;flex-shrink:0}.trust-bar__item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background:var(--grey-200)}@media (max-width: 760px){.trust-bar__list{flex-direction:column;gap:12px}.trust-bar__item{padding:0}.trust-bar__item:not(:last-child):after{display:none}}.pillar{text-align:left}.pillar__icon{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:14px;background:var(--teal-100);color:var(--teal-600);margin-bottom:1.1rem}.pillar__title{font-size:1.25rem;margin-bottom:.5rem}.pillar__text{color:var(--grey-600);font-size:.97rem;margin:0}.value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.value-strip__item{padding:22px 12px;border-radius:var(--radius);border:1px solid var(--grey-200);background:var(--grey-50);display:flex;flex-direction:column;gap:.25rem}.value-strip__num{font-size:1.5rem;color:var(--navy);line-height:1.1}.value-strip__label{font-size:.85rem;color:var(--grey-600);text-transform:uppercase;letter-spacing:.06em}@media (max-width: 820px){.value-strip{grid-template-columns:repeat(2,1fr)}}.cta-band{background:linear-gradient(120deg,var(--teal-600),var(--teal));color:#fff}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-band__heading{color:#fff;font-size:clamp(1.6rem,3.5vw,2.2rem);margin-bottom:.4rem}.cta-band__text{color:#ffffffeb;max-width:52ch;margin:0;font-size:1.08rem}.cta-band__btn{white-space:nowrap}.page-hero{position:relative;background:var(--navy);color:#fff;padding:68px 0 60px;overflow:hidden}.page-hero__glow{position:absolute;top:-40%;right:-10%;width:520px;height:520px;background:radial-gradient(circle,#17a2a659,#17a2a600 62%);pointer-events:none}.page-hero__inner{position:relative;max-width:780px}.page-hero__eyebrow{color:var(--gold-soft)}.page-hero__title{color:#fff;font-size:clamp(2rem,5vw,3rem);margin-bottom:.6rem}.page-hero__subtitle{color:var(--grey-100);font-size:1.12rem;max-width:60ch;margin:0}.prose p{color:var(--grey-600);font-size:1.05rem}.prose p:last-child{margin-bottom:0}.info-block{display:grid;grid-template-columns:260px 1fr;gap:30px;padding:34px 0;border-top:1px solid var(--grey-200)}.info-block:first-of-type{border-top:0}.info-block__title{font-size:1.4rem;margin:0}.info-block__title-accent{width:40px;height:3px;background:var(--gold);border-radius:2px;margin-top:12px}@media (max-width: 760px){.info-block{grid-template-columns:1fr;gap:12px}}.check-list{list-style:none;display:grid;gap:.7rem}.check-list li{display:flex;gap:.7rem;align-items:flex-start;color:var(--grey-600)}.check-list li svg{flex-shrink:0;color:var(--teal-600);margin-top:3px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media (max-width: 860px){.two-col{grid-template-columns:1fr;gap:28px}}.steps{display:grid;gap:20px;counter-reset:step}.step{display:flex;gap:1.1rem;align-items:flex-start;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:22px 24px}.step__num{flex-shrink:0;width:40px;height:40px;border-radius:999px;background:var(--navy);color:#fff;font-weight:700;display:grid;place-items:center}.step__title{margin:0 0 .2rem;font-size:1.1rem}.step__text{margin:0;color:var(--grey-600);font-size:.97rem}.leadership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media (max-width: 780px){.leadership-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.leadership-grid{grid-template-columns:1fr}}.leader{text-align:center;padding:28px 20px}.leader__avatar{position:relative;width:112px;height:112px;border-radius:999px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--navy-700),var(--teal));display:grid;place-items:center;overflow:hidden;color:#fff;font-family:var(--font-display);font-size:2rem}.leader__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.leader__role{font-weight:600;color:var(--navy);margin:0 0 .3rem}.leader__name{margin:0}.fact-card{background:var(--navy);color:#fff;border-radius:var(--radius);padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.fact-card h3{color:#fff;margin:0 0 .2rem}.fact-card p{margin:0;color:var(--grey-400)}.cta-panel{text-align:center;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius);padding:46px 32px}.cta-panel h2{margin-bottom:.5rem}.cta-panel p{color:var(--grey-600);max-width:48ch;margin:0 auto 1.5rem}.benefit__title{font-size:1.15rem;margin-bottom:.4rem}.benefit__text{color:var(--grey-600);font-size:.96rem;margin:0}.fees{margin-top:52px;text-align:center}.fees__heading{font-size:1.5rem}.fees__note{color:var(--grey-600);max-width:52ch;margin:0 auto 26px}.fee-tier{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:26px 22px}.fee-tier__name{font-weight:600;color:var(--navy);margin:0 0 .75rem}.fee-tier__amount{margin:0 0 .4rem}.fee-tier__period{color:var(--grey-600);font-size:.85rem;margin:0}.form-card--wide{max-width:900px;margin:0 auto}.objectives{grid-template-columns:1fr 1fr;gap:1rem 2.5rem}@media (max-width: 760px){.objectives{grid-template-columns:1fr}}.form{display:grid;gap:20px}.form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 620px){.form__grid{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:.4rem}.field--full{grid-column:1 / -1}.field__label{font-size:.9rem;font-weight:600;color:var(--navy)}.field__req{color:var(--teal-600);margin-left:2px}.field__control{font-family:var(--font-body);font-size:1rem;color:var(--ink);background:var(--white);border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);padding:.72rem .85rem;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.field__control:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #17a2a626}textarea.field__control{resize:vertical;min-height:120px}select.field__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235c6b7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.4rem}.field__control--error{border-color:#d9534f}.field__error{color:#c0392b;font-size:.82rem}.consent{display:flex;align-items:flex-start;gap:.7rem;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-sm);padding:1rem 1.1rem}.consent input[type=checkbox]{margin-top:.25rem;width:20px;height:20px;min-width:20px;accent-color:var(--teal);cursor:pointer}.consent__text{font-size:.92rem;color:var(--grey-600);line-height:1.5}.form__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.form-status{border-radius:var(--radius);padding:1.4rem 1.5rem;display:flex;gap:.9rem;align-items:flex-start}.form-status--success{background:var(--teal-100);border:1px solid var(--teal);color:#0c5a5c}.form-status--error{background:#fdecea;border:1px solid #e6b0aa;color:#922b21}.form-status__icon{flex-shrink:0;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;color:#fff}.form-status--success .form-status__icon{background:var(--teal)}.form-status--error .form-status__icon{background:#c0392b}.form-status__title{font-weight:700;margin:0 0 .2rem;color:inherit}.form-status__body{margin:0;font-size:.96rem}.form-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(24px,4vw,44px)}.programme-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}@media (max-width: 860px){.programme-grid{grid-template-columns:1fr}}.programme-col{border-radius:var(--radius);padding:30px;border:1px solid var(--grey-200)}.programme-col--current{background:var(--teal-100);border-color:#17a2a666}.programme-col--planned{background:var(--grey-50)}.programme-col__head{margin-bottom:24px}.programme-col__title{font-size:1.5rem;margin:.6rem 0 .4rem}.programme-col__note{color:var(--grey-600);margin:0;font-size:.96rem}.status-chip{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .7rem;border-radius:999px}.status-chip--current{background:var(--teal-600);color:#fff}.status-chip--planned{background:var(--gold);color:var(--navy)}.programme-list{display:grid;gap:16px}.programme-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-sm);padding:22px 24px;position:relative}.programme-card__badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .6rem;border-radius:6px;margin-bottom:.6rem}.programme-card__badge--current{background:var(--teal-100);color:var(--teal-600)}.programme-card__badge--planned{background:#f4ecd8;color:#937326}.programme-card__title{font-size:1.15rem;margin:0 0 .4rem}.programme-card__text{color:var(--grey-600);font-size:.96rem;margin:0}.gallery-note{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;color:var(--grey-600);font-size:.95rem;margin-bottom:26px}.gallery-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:30px}.gallery-filter{font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--navy);background:var(--white);border:1.5px solid var(--grey-200);border-radius:999px;padding:.5rem 1.15rem;cursor:pointer;transition:all var(--transition)}.gallery-filter:hover{border-color:var(--teal);color:var(--teal-600)}.gallery-filter--active{background:var(--navy);border-color:var(--navy);color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 820px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.gallery-grid{grid-template-columns:1fr}}.gallery-item{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--grey-200);background:var(--white);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.gallery-item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.gallery-item img,.gallery-item__placeholder{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:grid;place-items:center}.gallery-item__cat{color:#ffffffd9;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.02em}.gallery-item__caption{padding:.85rem 1rem;font-size:.95rem;font-weight:500;color:var(--navy)}.news-empty{text-align:center;max-width:520px;margin:0 auto;padding:40px 20px 20px}.news-empty__icon{display:inline-grid;place-items:center;width:76px;height:76px;border-radius:999px;background:var(--teal-100);color:var(--teal-600);margin-bottom:1.2rem}.news-empty h2{font-size:1.6rem}.news-empty p{color:var(--grey-600)}.news-card__cat{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-600);margin-bottom:.4rem}.news-card__date{display:block;font-size:.85rem;color:var(--grey-400);margin-bottom:.4rem}.news-card__title{font-size:1.2rem;margin-bottom:.5rem}.news-card__excerpt{color:var(--grey-600);font-size:.96rem;margin:0}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:start}@media (max-width: 880px){.contact-layout{grid-template-columns:1fr;gap:32px}}.contact-details__title{font-size:1.5rem}.contact-details__note{color:var(--grey-600);font-size:.98rem;margin-bottom:1.6rem}.contact-list{list-style:none;display:grid;gap:1.1rem}.contact-list__item{display:flex;gap:.9rem;align-items:flex-start}.contact-list__icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--navy);color:#fff}.contact-list__label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-400);margin-bottom:.1rem}.contact-list__value{display:block;color:var(--navy);font-weight:500}.contact-form__title{font-size:1.4rem;margin-bottom:.3rem}.contact-form__sub{color:var(--grey-600);font-size:.95rem;margin-bottom:1.6rem}:root{--navy: #0d1b3e;--navy-800: #142a5c;--navy-700: #1d3a78;--teal: #17a2a6;--teal-600: #128a8d;--teal-100: #d6f1f2;--gold: #c9a24b;--gold-soft: #e4c987;--white: #ffffff;--grey-50: #f7f9fb;--grey-100: #eef2f6;--grey-200: #e1e7ee;--grey-400: #9aa7b6;--grey-600: #5c6b7d;--ink: #1c2733;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--maxw: 1160px;--radius: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(13, 27, 62, .08);--shadow: 0 8px 30px rgba(13, 27, 62, .1);--shadow-lg: 0 20px 50px rgba(13, 27, 62, .15);--transition: .18s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.65;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:var(--teal-600);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--teal)}h1,h2,h3,h4{color:var(--navy);line-height:1.2;margin:0 0 .5em;font-weight:700}p{margin:0 0 1rem}ul{margin:0;padding:0}.display{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:76px 0}.section--tight{padding:52px 0}.section--grey{background:var(--grey-50)}.section--navy{background:var(--navy);color:var(--grey-100)}.section--navy h1,.section--navy h2,.section--navy h3{color:var(--white)}.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-600);margin-bottom:.75rem}.section-head{max-width:720px;margin-bottom:44px}.section-head--center{margin-left:auto;margin-right:auto;text-align:center}.section-title{font-size:clamp(1.6rem,3.4vw,2.3rem)}.lead{font-size:1.12rem;color:var(--grey-600)}.gold-rule{width:56px;height:3px;border:0;background:var(--gold);margin:0 0 22px;border-radius:2px}.section-head--center .gold-rule{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-size:1rem;font-weight:600;padding:.8rem 1.5rem;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--transition);text-align:center;line-height:1.2}.btn--primary{background:var(--teal);color:var(--white);border-color:var(--teal)}.btn--primary:hover{background:var(--teal-600);border-color:var(--teal-600);color:var(--white);transform:translateY(-1px)}.btn--gold{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn--gold:hover{background:var(--gold-soft);border-color:var(--gold-soft);color:var(--navy);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--navy);border-color:var(--grey-200)}.btn--outline:hover{border-color:var(--teal);color:var(--teal-600)}.btn--ghost-light{background:transparent;color:var(--white);border-color:#ffffff80}.btn--ghost-light:hover{background:#ffffff1f;border-color:var(--white);color:var(--white)}.btn--lg{padding:.95rem 1.9rem;font-size:1.05rem}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.card--hover:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.grid{display:grid;gap:26px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.placeholder-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--grey-600);background:var(--grey-100);border:1px dashed var(--grey-400);border-radius:999px;padding:.2rem .7rem}.coming-soon{color:var(--grey-400);font-style:italic}.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:absolute;left:-999px;top:0;background:var(--navy);color:#fff;padding:10px 16px;z-index:200;border-radius:0 0 8px}.skip-link:focus{left:0;color:#fff}:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
