:root {
    --brand: #171717;
    --brand-dark: #000;
    --brand-soft: #f5f5f5;
    --accent: #bd1f24;
    --accent-dark: #97181d;
    --ink: #171717;
    --ink-soft: #5f5f63;
    --cream: #fafafa;
    --gold: #bd1f24;
    --line: #e7e7e7;
    --white: #fff;
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 34px;
    --shadow-sm: 0 10px 35px rgba(24, 20, 19, .07);
    --shadow-lg: 0 28px 70px rgba(59, 30, 30, .14);
    --font-body: "DM Sans", sans-serif;
    --font-heading: "Manrope", sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { color: var(--ink); background: var(--white); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--white); background: var(--brand); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-heading); font-weight: 800; letter-spacing: -.04em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.12; }
p { color: var(--ink-soft); }

.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 10px 18px; color: var(--white); background: var(--brand); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-pad { padding: 110px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: #ffd4d5; }
.section-heading { max-width: 750px; margin: 0 auto 52px; }
.section-heading p { margin: 0; font-size: 1.1rem; }

.btn { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; border-radius: 999px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { color: var(--white); background: var(--accent); border-color: var(--accent); box-shadow: 0 10px 25px rgba(189, 31, 36, .2); }
.btn-brand:hover, .btn-brand:focus { color: var(--white); background: var(--accent-dark); border-color: var(--accent-dark); box-shadow: 0 14px 30px rgba(189, 31, 36, .28); }
.btn-soft { color: var(--ink); background: var(--white); border-color: rgba(23, 24, 28, .13); }
.btn-soft:hover { color: var(--brand); background: var(--white); border-color: var(--brand); }
.btn-lg { min-height: 36px; padding: .5rem 1.45rem; font-size: .95rem; }

.announcement-bar { color: #fce9e9; background: #231d1d; font-size: .78rem; }
.announcement-bar .container { min-height: 39px; }
.announcement-bar p, .announcement-bar a { color: inherit; }
.announcement-bar a { transition: color .2s ease; }
.announcement-bar a:hover { color: var(--gold); }
.site-header { position: relative; z-index: 1025; }
.site-header .navbar { min-height: 68px; padding-top: 4px; padding-bottom: 4px; background: rgba(255, 255, 255, .72); border-bottom: 1px solid rgba(255, 255, 255, .45); box-shadow: none; -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%); transition: box-shadow .25s ease, background-color .25s ease; }
.site-header.is-scrolled .navbar { position: fixed; top: 0; right: 0; left: 0; box-shadow: 0 8px 30px rgba(15, 23, 42, .06); animation: slideDown .3s ease; }
.navbar-brand { position: relative; z-index: 2; padding-top: 0; padding-bottom: 0; }
.navbar-brand img { display: block; width: 180px; height: auto; opacity: 1; }
.navbar .nav-link { position: relative; padding: 1rem .75rem !important; color: #343438; font-size: .91rem; font-weight: 600; }
.navbar .nav-link::after { position: absolute; right: .75rem; bottom: .65rem; left: .75rem; height: 2px; background: var(--brand); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--brand); }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
.menu-icon { display: grid; width: 30px; gap: 5px; }
.menu-icon span { display: block; width: 100%; height: 2px; background: var(--ink); border-radius: 2px; }
.offcanvas { max-width: 88vw; }
.offcanvas-logo { width: 205px; height: auto; }
.offcanvas-header, .offcanvas-body { padding: 24px; }
.mobile-nav .nav-link { padding: 12px 0; border-bottom: 1px solid var(--line); font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; }
.mobile-contact { display: grid; gap: 4px; }
.mobile-contact .eyebrow { margin: 0 0 4px; }

.hero { position: relative; overflow: hidden; padding: 85px 0 95px; background: linear-gradient(130deg, #fafafa 0%, #fff 48%, #fff4f4 100%); }
.hero::before { position: absolute; top: -200px; left: -170px; width: 450px; height: 450px; background: radial-gradient(circle, rgba(230, 184, 106, .13), transparent 68%); content: ""; }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape--one { top: 12%; right: 2%; width: 170px; height: 170px; border: 36px solid rgba(181, 31, 37, .035); }
.hero-shape--two { bottom: -70px; left: 44%; width: 180px; height: 180px; background: rgba(230, 184, 106, .08); }
.hero h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 5.3vw, 5rem); line-height: 1.02; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 625px; margin-bottom: 30px; font-size: clamp(1rem, 1.8vw, 1.2rem); }
.hero-trust { margin-top: 34px; }
.hero-trust p { margin: 0; font-size: .86rem; line-height: 1.35; }
.hero-trust p strong, .hero-trust p span { display: block; }
.hero-trust p strong { color: var(--ink); }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; width: 37px; height: 37px; margin-left: -8px; place-items: center; color: var(--white); background: var(--brand); border: 3px solid var(--white); border-radius: 50%; font-size: .66rem; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #302b2b; }
.avatar-stack span:nth-child(3) { color: var(--white); background: var(--accent); }
.avatar-stack span:last-child { background: #ece8e3; color: var(--ink); }
.hero-visual { position: relative; max-width: 610px; margin-left: auto; padding: 17px 17px 0 42px; }
.hero-photo-wrap { position: relative; overflow: hidden; border-radius: 48% 48% 26px 26px; box-shadow: var(--shadow-lg); }
.hero-photo-wrap::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(55, 20, 20, .16), transparent 40%); content: ""; }
.hero-photo { display: block; width: 100%; height: 590px; object-fit: cover; }
.hero-visual::before { position: absolute; z-index: -1; inset: 0 0 35px 26px; border: 1px solid rgba(181, 31, 37, .3); border-radius: 48% 48% 30px 30px; content: ""; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: rgba(255, 255, 255, .94); border: 1px solid rgba(255, 255, 255, .8); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: .86rem; }
.floating-card span { color: var(--ink-soft); font-size: .7rem; }
.floating-card .icon-box { display: grid; flex: 0 0 54px; width: 54px; height: 54px; padding: 0; place-items: center; color: var(--accent); font-size: 1.9rem; line-height: 1; }
.floating-card .icon-box i, .floating-card .icon-box i::before { display: block; color: inherit; font-size: inherit; line-height: 1; }
.floating-card--result { top: 24%; left: -10px; }
.floating-card--mentor { right: -25px; bottom: 55px; }
.floating-card--mentor > i { color: var(--brand); font-size: 1.65rem; }
.icon-box { display: grid; flex: 0 0 50px; width: 50px; height: 50px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 13px; font-size: 1.35rem; }
.icon-box--gold { color: var(--accent); background: #fff0f1; }

.trust-strip { position: relative; z-index: 2; margin-top: -28px; }
.trust-strip .container { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.stat-item { display: flex; min-height: 105px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stat-item:not(:last-child) { border-right: 1px solid var(--line); }
.stat-item strong { color: var(--brand); font-family: var(--font-heading); font-size: 1.65rem; }
.stat-item span { color: var(--ink-soft); font-size: .8rem; }

.purpose-strip { position: relative; z-index: 2; margin-top: -28px; }
.purpose-strip .container { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.purpose-item { display: flex; min-height: 105px; align-items: center; justify-content: center; color: var(--ink); gap: 12px; font-weight: 700; }
.purpose-item:not(:last-child) { border-right: 1px solid var(--line); }
.purpose-item i { color: var(--gold); font-size: 1.35rem; }
.hero-promise { display: flex; align-items: flex-start; max-width: 580px; margin: 34px 0 0; gap: 11px; font-size: .82rem; font-weight: 600; }
.hero-promise span { flex: 0 0 30px; width: 30px; height: 2px; margin-top: 10px; background: var(--gold); }

.about-visual { position: relative; max-width: 540px; padding: 0 50px 36px 0; }
.about-visual img { display: block; width: 100%; height: 625px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.experience-badge { position: absolute; right: 0; bottom: 0; display: flex; width: 165px; height: 165px; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--accent); border: 9px solid var(--white); border-radius: 50%; text-align: center; }
.experience-badge strong { font-family: var(--font-heading); font-size: 1.6rem; }
.experience-badge span { max-width: 100px; font-size: .78rem; }
.dot-pattern { position: absolute; z-index: -1; top: -26px; left: -26px; width: 125px; height: 125px; opacity: .55; background-image: radial-gradient(var(--gold) 2px, transparent 2px); background-size: 14px 14px; }
.section-copy .lead-copy { margin-bottom: 30px; font-size: 1.12rem; }
.benefit-list { display: grid; margin-bottom: 30px; gap: 24px; }
.benefit-item { display: flex; gap: 16px; }
.benefit-item > span { display: grid; flex: 0 0 45px; width: 45px; height: 45px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 12px; font-size: 1.15rem; }
.benefit-item h3 { margin: 0 0 5px; font-size: 1.03rem; letter-spacing: -.02em; }
.benefit-item p { margin: 0; font-size: .91rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 700; }
.text-link i { transition: transform .2s ease; }
.text-link:hover { color: var(--brand-dark); }
.text-link:hover i { transform: translateX(4px); }
.text-link--large { font-size: 1rem; }

.programmes-section { background: #f8f7f5; }
.service-card { position: relative; overflow: hidden; padding: 30px; background: var(--white); border: 1px solid transparent; border-radius: var(--radius-md); box-shadow: 0 8px 30px rgba(25, 20, 20, .04); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card::after { position: absolute; right: -45px; bottom: -45px; width: 110px; height: 110px; background: var(--brand-soft); border-radius: 50%; content: ""; transition: transform .3s ease; }
.service-card:hover { border-color: rgba(181, 31, 37, .15); box-shadow: var(--shadow-sm); transform: translateY(-7px); }
.service-card:hover::after { transform: scale(1.25); }
.service-card__top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 28px; }
.service-number { color: #d6d3d0; font-family: var(--font-heading); font-size: .85rem; font-weight: 700; }
.service-card h3 { margin-bottom: 12px; font-size: 1.3rem; letter-spacing: -.03em; }
.service-card p { min-height: 88px; margin-bottom: 20px; font-size: .91rem; }
.service-card .text-link { position: relative; z-index: 2; font-size: .85rem; }

.initiative-card { position: relative; display: flex; overflow: hidden; padding: 35px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); gap: 24px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.initiative-card::after { position: absolute; right: -40px; bottom: -50px; width: 125px; height: 125px; background: rgba(189, 31, 36, .07); border-radius: 50%; content: ""; }
.initiative-card:hover { border-color: rgba(189, 31, 36, .35); box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.initiative-icon { display: grid; flex: 0 0 62px; width: 62px; height: 62px; place-items: center; color: var(--white); background: var(--brand); border-radius: 18px; font-size: 1.5rem; }
.initiative-card > div:last-child > span, .insight-card > span { display: block; margin-bottom: 7px; color: var(--gold); font-size: .69rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.initiative-card h3 { margin-bottom: 10px; font-size: 1.4rem; }
.initiative-card p { min-height: 50px; margin-bottom: 18px; font-size: .91rem; }

.audience-section { background: var(--white); }
.audience-grid { display: grid; overflow: hidden; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-md); }
.audience-grid article { position: relative; min-height: 270px; padding: 30px; background: var(--cream); }
.audience-grid article:not(:last-child) { border-right: 1px solid var(--line); }
.audience-grid article > span { position: absolute; top: 20px; right: 22px; color: #c7c1b4; font-family: var(--font-heading); font-size: .75rem; font-weight: 700; }
.audience-grid article > i { display: block; margin: 30px 0 45px; color: var(--gold); font-size: 1.8rem; }
.audience-grid h3 { margin-bottom: 10px; font-size: 1.2rem; }
.audience-grid p { margin: 0; font-size: .88rem; }
.impact-note { display: flex; max-width: 960px; align-items: flex-start; margin: 48px auto 0; gap: 22px; text-align: center; }
.impact-note i { color: var(--gold); font-size: 2rem; }
.impact-note p { margin: 0; color: var(--ink); font-family: var(--font-heading); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 600; line-height: 1.65; }

.approach-section { position: relative; overflow: hidden; color: var(--white); background: #111; }
.approach-section::before { position: absolute; top: -200px; right: -130px; width: 500px; height: 500px; border: 100px solid rgba(181, 31, 37, .15); border-radius: 50%; content: ""; }
.approach-section h2 { color: var(--white); }
.approach-section .section-copy p { margin-bottom: 30px; color: #c8c1c1; font-size: 1.05rem; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.philosophy-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.process-card { position: relative; min-height: 300px; padding: 27px 24px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-md); backdrop-filter: blur(8px); transition: background .25s ease, transform .25s ease; }
.process-card:hover { background: rgba(255, 255, 255, .11); transform: translateY(-5px); }
.process-card > span { display: block; margin-bottom: 22px; color: #9a8f90; font-size: .73rem; font-weight: 700; }
.process-card .icon-box { margin-bottom: 32px; color: var(--white); background: var(--accent); }
.process-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.process-card p { margin: 0; color: #bbb3b4; font-size: .86rem; }

.courses-section .section-heading { max-width: none; }
.courses-section .section-heading p { max-width: 360px; }
.course-card { overflow: hidden; height: 100%; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .3s ease, box-shadow .3s ease; }
.course-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-6px); }
.course-image { position: relative; overflow: hidden; }
.course-image img { display: block; width: 100%; height: 250px; object-fit: cover; transition: transform .5s ease; }
.course-card:hover .course-image img { transform: scale(1.045); }
.course-image > span { position: absolute; bottom: 16px; left: 16px; padding: 7px 12px; color: var(--white); background: rgba(24, 20, 20, .83); border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: .04em; backdrop-filter: blur(8px); }
.course-body { padding: 27px; }
.course-type { display: block; margin-bottom: 9px; color: var(--brand); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.course-body h3 { margin-bottom: 11px; font-size: 1.25rem; }
.course-body p { min-height: 53px; margin-bottom: 19px; font-size: .9rem; }

.testimonials-section { background: var(--cream); }
.testimonial-card { display: flex; min-height: 315px; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid #eee8e2; border-radius: var(--radius-md); box-shadow: 0 12px 35px rgba(55, 43, 36, .045); }
.stars { display: flex; margin-bottom: 23px; color: #e4aa42; gap: 3px; font-size: .84rem; }
.testimonial-card blockquote { flex: 1; margin: 0 0 28px; color: #383438; font-family: var(--font-heading); font-size: 1rem; font-weight: 600; line-height: 1.7; }
.testimonial-card footer { background: none; }
.avatar { display: grid; width: 47px; height: 47px; place-items: center; color: var(--white); background: var(--brand); border-radius: 50%; font-size: .78rem; font-weight: 700; }
.testimonial-card footer strong, .testimonial-card footer span { display: block; }
.testimonial-card footer strong { font-size: .88rem; }
.testimonial-card footer span { color: var(--ink-soft); font-size: .73rem; }

.founder-section { background: var(--white); }
.founder-panel { overflow: hidden; padding: 50px; background: var(--cream); border: 1px solid #ede8dc; border-radius: var(--radius-lg); }
.founder-portrait-placeholder { display: grid; min-height: 430px; place-content: center; color: var(--white); background: linear-gradient(145deg, #050505, #292929); border-radius: var(--radius-md); text-align: center; }
.founder-portrait-placeholder span { display: grid; width: 120px; height: 120px; margin: 0 auto 18px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-family: var(--font-heading); font-size: 2.5rem; font-weight: 800; }
.founder-portrait-placeholder p { margin: 0; color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.founder-portrait { overflow: hidden; height: 470px; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.founder-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.founder-role { color: var(--gold); font-size: .83rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.partner-section { background: var(--cream); }
.partner-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.partner-list span { display: flex; min-height: 105px; align-items: center; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); gap: 13px; font-weight: 700; }
.partner-list i { color: var(--gold); font-size: 1.35rem; }
.insights-section { background: var(--white); }
.insight-card { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .3s ease, box-shadow .3s ease; }
.insight-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.insight-icon { display: grid; width: 54px; height: 54px; margin-bottom: 28px; place-items: center; color: var(--white); background: var(--brand); border-radius: 15px; font-size: 1.3rem; }
.insight-card h3 { min-height: 58px; margin-bottom: 12px; font-size: 1.18rem; }
.insight-card p { min-height: 72px; margin-bottom: 18px; font-size: .89rem; }

.cta-section { padding: 95px 0; }
.cta-panel { position: relative; overflow: hidden; padding: 58px 60px; color: var(--white); background: linear-gradient(120deg, var(--brand-dark), var(--brand)); border-radius: var(--radius-lg); box-shadow: 0 25px 60px rgba(137, 21, 26, .21); }
.cta-panel::after { position: absolute; top: -130px; right: -70px; width: 340px; height: 340px; border: 65px solid rgba(255, 255, 255, .07); border-radius: 50%; content: ""; }
.cta-panel h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.1rem); }
.cta-panel p { margin: 0; color: #f7dfe0; }
.cta-form { position: relative; z-index: 2; }
.cta-form .input-group { padding: 6px; background: var(--white); border-radius: 999px; }
.cta-form .form-control { min-height: 50px; padding-left: 20px; border: 0; border-radius: 999px !important; box-shadow: none; font-size: .9rem; }
.cta-form .btn { z-index: 3; border-radius: 999px !important; font-size: .82rem; }
.cta-form .btn-dark { color: var(--white); background: var(--accent); border-color: var(--accent); }
.cta-form .btn-dark:hover, .cta-form .btn-dark:focus { color: var(--white); background: var(--accent-dark); border-color: var(--accent-dark); }
.form-note { margin: 10px 0 0 17px !important; color: #f6d2d3 !important; font-size: .72rem; }
.form-note.is-success { color: #fff !important; font-weight: 700; }

.site-footer { padding: 82px 0 0; color: var(--ink); background: var(--white); border-top: 1px solid var(--line); }
.footer-main { padding-bottom: 55px; }
.footer-logo { display: inline-block; }
.footer-logo img { display: block; width: 230px; height: auto; }
.footer-intro { max-width: 440px; margin: 23px 0; color: var(--ink-soft); }
.social-links { display: flex; gap: 9px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); border: 1px solid #d9d9d9; border-radius: 50%; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.social-links a:hover { color: var(--white); background: var(--accent); border-color: var(--accent); }
.site-footer h2 { margin: 4px 0 22px; color: var(--ink); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a, .footer-links li { color: var(--ink-soft); font-size: .84rem; }
.footer-links a { transition: color .2s ease; }
.footer-links a:hover { color: var(--accent); }
.contact-list { overflow-wrap: anywhere; }
.footer-bottom { padding: 22px 0; border-top: 1px solid var(--line); font-size: .75rem; }
.footer-bottom p { margin: 0; color: #777; }
.footer-bottom a { margin-left: 24px; color: #777; transition: color .2s ease; }
.footer-bottom a:hover { color: var(--accent); }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

@media (max-width: 1199.98px) {
    .navbar-brand img { width: 170px; }
    .hero-photo { height: 520px; }
    .hero-visual { padding-left: 30px; }
    .floating-card--mentor { right: -5px; }
    .service-card { padding: 26px; }
    .service-card p { min-height: auto; }
}

@media (max-width: 991.98px) {
    .section-pad { padding: 85px 0; }
    .site-header .navbar { min-height: 62px; }
    .hero { padding-top: 65px; }
    .hero-copy { max-width: 720px; }
    .hero-visual { max-width: 700px; margin: 0 auto; }
    .hero-photo { height: 520px; }
    .about-visual { margin: 0 auto; }
    .process-grid { margin-top: 20px; }
    .philosophy-grid { margin-top: 20px; }
    .audience-grid { grid-template-columns: repeat(2, 1fr); }
    .audience-grid article:nth-child(2) { border-right: 0; }
    .audience-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .cta-panel { padding: 50px 42px; }
}

@media (max-width: 767.98px) {
    html { scroll-padding-top: 80px; }
    .section-pad { padding: 70px 0; }
    .section-heading { margin-bottom: 36px; }
    .navbar-brand img { width: 160px; }
    .hero { padding: 48px 0 72px; }
    .hero h1 br { display: none; }
    .hero-photo { height: 440px; }
    .hero-visual { padding: 12px 18px 0 28px; }
    .floating-card--result { left: 0; }
    .floating-card--mentor { right: 0; bottom: 26px; }
    .trust-strip { margin-top: -22px; padding: 0 12px; }
    .purpose-strip { margin-top: -22px; padding: 0 12px; }
    .purpose-item { min-height: 90px; flex-direction: column; gap: 4px; font-size: .78rem; text-align: center; }
    .purpose-item:nth-child(2) { border-right: 0; }
    .purpose-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .stat-item { min-height: 90px; padding: 12px 5px; border-bottom: 1px solid var(--line); }
    .stat-item:nth-child(2) { border-right: 0; }
    .stat-item:nth-child(n+3) { border-bottom: 0; }
    .about-visual img { height: 530px; }
    .process-grid { grid-template-columns: 1fr; }
    .philosophy-grid { grid-template-columns: 1fr; }
    .initiative-card { padding: 27px; }
    .founder-panel { padding: 30px; }
    .founder-portrait-placeholder { min-height: 340px; }
    .founder-portrait { height: 430px; }
    .process-card { min-height: 0; }
    .course-image img { height: 270px; }
    .cta-section { padding: 70px 0; }
    .cta-panel { padding: 40px 28px; border-radius: 25px; }
    .cta-form .input-group { display: grid; padding: 7px; border-radius: 18px; gap: 7px; }
    .cta-form .form-control, .cta-form .btn { width: 100%; border-radius: 12px !important; }
    .footer-bottom a { margin: 0 20px 0 0; }
}

@media (max-width: 575.98px) {
    .container { --bs-gutter-x: 2.25rem; }
    .navbar-brand img { width: 150px; }
    .hero h1 { font-size: 2.55rem; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { align-items: flex-start !important; }
    .hero-photo { height: 390px; }
    .floating-card { max-width: 205px; padding: 10px 12px; }
    .floating-card .icon-box { width: 44px; height: 44px; flex-basis: 44px; font-size: 1.55rem; }
    .floating-card--result { top: 20%; }
    .floating-card--mentor { bottom: 20px; }
    .stat-item strong { font-size: 1.25rem; }
    .stat-item span { font-size: .7rem; }
    .about-visual { padding: 0 25px 25px 0; }
    .about-visual img { height: 450px; }
    .experience-badge { width: 125px; height: 125px; border-width: 6px; }
    .experience-badge strong { font-size: 1.25rem; }
    .service-card, .testimonial-card { padding: 26px; }
    .initiative-card { display: block; }
    .initiative-icon { margin-bottom: 22px; }
    .audience-grid { grid-template-columns: 1fr; }
    .audience-grid article { min-height: 220px; border-right: 0 !important; border-bottom: 1px solid var(--line); }
    .audience-grid article:last-child { border-bottom: 0; }
    .audience-grid article > i { margin: 20px 0 30px; }
    .impact-note { display: block; text-align: left; }
    .partner-list { grid-template-columns: 1fr; }
    .founder-panel { padding: 20px; }
    .founder-portrait { height: 400px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media print {
    .announcement-bar, .navbar-toggler, .hero-actions, .cta-section, .social-links { display: none !important; }
    .reveal { opacity: 1; transform: none; }
}
