:root {
  --cebbs-navy: #082b5c;
  --cebbs-blue: #0d4d9d;
  --cebbs-bright: #1478d4;
  --cebbs-sky: #dff3ff;
  --cebbs-gold: #f5b82e;
  --cebbs-orange: #f27632;
  --cebbs-ink: #15243a;
  --cebbs-muted: #5e6d80;
  --cebbs-cream: #f8f6ef;
  --cebbs-white: #fff;
  --cebbs-line: #dce5ef;
  --cebbs-shadow: 0 22px 60px rgba(8, 43, 92, .14);
}

body.cebbs-site-page { margin: 0; background: #fff; }
.cebbs-site, .cebbs-site * { box-sizing: border-box; }
.cebbs-site { margin: 0; color: var(--cebbs-ink); background: #fff; font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; overflow: hidden; }
.cebbs-site img { display: block; width: 100%; max-width: 100%; height: auto; }
.cebbs-site a { color: inherit; text-decoration: none; }
.cebbs-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.cebbs-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; }
.cebbs-skip-link { position: fixed; left: 12px; top: -60px; z-index: 10000; color: #fff; background: var(--cebbs-navy); padding: 10px 16px; border-radius: 8px; }
.cebbs-skip-link:focus { top: 12px; }

.cebbs-announcement { min-height: 38px; padding: 8px 20px; color: #fff; background: var(--cebbs-navy); display: flex; align-items: center; justify-content: center; gap: 16px; text-align: center; text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; font-weight: 800; }
.cebbs-announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--cebbs-gold); }
.cebbs-header { position: relative; z-index: 50; background: rgba(255,255,255,.97); }
.cebbs-nav { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cebbs-brand { display: inline-flex; align-items: center; gap: 11px; }
.cebbs-brand-logo { width: 72px; height: 72px; flex: 0 0 72px; display: grid; place-items: center; }
.cebbs-brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.cebbs-brand-copy { display: grid; line-height: 1.1; }
.cebbs-brand-copy strong { color: var(--cebbs-navy); font-family: "Nunito", sans-serif; letter-spacing: .02em; font-size: 1.08rem; }
.cebbs-brand-copy small { margin-top: 5px; color: var(--cebbs-muted); font-size: .69rem; }
.cebbs-nav-links { display: flex; align-items: center; gap: 20px; font-size: .86rem; font-weight: 700; }
.cebbs-nav-links a { transition: color .2s ease; }
.cebbs-nav-links a:hover { color: var(--cebbs-bright); }
.cebbs-nav-links .cebbs-nav-cta { padding: 11px 17px; color: var(--cebbs-navy); background: var(--cebbs-gold); border-radius: 12px; }
.cebbs-menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.cebbs-menu-button span:not(.cebbs-sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--cebbs-navy); }

.cebbs-site h1, .cebbs-site h2, .cebbs-site h3 { margin-top: 0; color: var(--cebbs-navy); font-family: "Nunito", sans-serif; line-height: 1.08; }
.cebbs-site h1 { margin-bottom: 23px; font-size: clamp(2.75rem, 5vw, 4.65rem); letter-spacing: -.045em; }
.cebbs-site h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4vw, 3.6rem); letter-spacing: -.035em; }
.cebbs-site h3 { margin-bottom: 10px; font-size: 1.3rem; }
.cebbs-eyebrow, .cebbs-kicker { color: var(--cebbs-bright); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800; }
.cebbs-eyebrow { display: flex; align-items: center; gap: 9px; }
.cebbs-eyebrow span { width: 26px; height: 3px; background: var(--cebbs-gold); border-radius: 3px; }
.cebbs-kicker.cebbs-light { color: var(--cebbs-gold); }

.cebbs-hero { min-height: 650px; padding-top: 52px; padding-bottom: 78px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.cebbs-hero-copy > p { max-width: 640px; margin: 0; color: var(--cebbs-muted); font-size: 1.08rem; }
.cebbs-hero-actions { margin: 31px 0 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.cebbs-button { min-height: 48px; padding: 12px 20px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.cebbs-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(8,43,92,.16); }
.cebbs-button.cebbs-primary { color: #fff; background: var(--cebbs-blue); }
.cebbs-button.cebbs-secondary { color: var(--cebbs-navy); background: var(--cebbs-cream); border: 1px solid #e9e4d6; }
.cebbs-trust-row { padding-top: 20px; border-top: 1px solid var(--cebbs-line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cebbs-trust-row div { display: grid; }
.cebbs-trust-row strong { color: var(--cebbs-blue); font: 900 1.8rem/1 "Nunito", sans-serif; }
.cebbs-trust-row span { margin-top: 7px; color: var(--cebbs-muted); font-size: .75rem; line-height: 1.25; }
.cebbs-hero-visual { min-height: 530px; position: relative; }
.cebbs-hero-main-photo { position: absolute; top: 0; left: 0; width: 75%; height: 90%; border-radius: 42% 18px 42% 18px; overflow: hidden; box-shadow: var(--cebbs-shadow); }
.cebbs-hero-main-photo img, .cebbs-hero-side-photo img { height: 100%; object-fit: cover; }
.cebbs-hero-main-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(8,43,92,.58)); }
.cebbs-photo-tag { position: absolute; left: 23px; bottom: 20px; z-index: 2; color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cebbs-hero-side-photo { position: absolute; right: 0; top: 70px; width: 31%; height: 250px; border: 7px solid #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--cebbs-shadow); }
.cebbs-enrollment-card { position: absolute; right: 8px; bottom: 12px; width: 190px; padding: 18px 20px; color: var(--cebbs-navy); background: var(--cebbs-gold); border-radius: 16px 16px 16px 4px; box-shadow: var(--cebbs-shadow); display: grid; }
.cebbs-enrollment-card small { text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 800; }
.cebbs-enrollment-card strong { margin: 4px 0; font: 900 2.4rem/1 "Nunito", sans-serif; }
.cebbs-enrollment-card span { font-size: .82rem; font-weight: 700; }

.cebbs-values-band { background: var(--cebbs-cream); border-block: 1px solid #ede9df; }
.cebbs-values-grid { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; }
.cebbs-values-grid span { padding: 10px 18px; color: var(--cebbs-navy); font-size: .83rem; font-weight: 800; border-right: 1px solid #ddd8ca; }
.cebbs-values-grid span:last-child { border: 0; }
.cebbs-section { padding-top: 112px; padding-bottom: 112px; }

.cebbs-story { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.cebbs-story-photos { min-height: 580px; position: relative; }
.cebbs-story-large { position: absolute; width: 78%; height: 520px !important; object-fit: cover; border-radius: 18px 18px 100px 18px; box-shadow: var(--cebbs-shadow); }
.cebbs-story-small { position: absolute; width: 48%; height: 250px; right: 0; bottom: 0; margin: 0; border: 7px solid #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--cebbs-shadow); background: #fff; }
.cebbs-story-small img { height: 100%; object-fit: cover; object-position: center 28%; }
.cebbs-story-small figcaption { position: absolute; left: 10px; right: 10px; bottom: 9px; padding: 8px 10px; color: #fff; background: rgba(8,43,92,.9); border-radius: 9px; font-size: .67rem; line-height: 1.25; font-weight: 800; }
.cebbs-story-small figcaption span { display: block; color: #d9e9fb; font-weight: 500; }
.cebbs-story-stamp { position: absolute; left: -16px; bottom: 18px; width: 145px; height: 145px; border-radius: 50%; color: #fff; background: var(--cebbs-orange); display: grid; align-content: center; text-align: center; box-shadow: 0 15px 30px rgba(242,118,50,.3); }
.cebbs-story-stamp strong { font: 900 1.5rem/1 "Nunito", sans-serif; }
.cebbs-story-stamp span { width: 90px; margin: 7px auto 0; font-size: .7rem; line-height: 1.2; }
.cebbs-section-copy > p { color: var(--cebbs-muted); }
.cebbs-quote { margin-top: 24px; padding: 19px 21px; background: var(--cebbs-sky); border-left: 4px solid var(--cebbs-bright); border-radius: 0 12px 12px 0; display: flex; align-items: flex-start; gap: 12px; }
.cebbs-quote span { color: var(--cebbs-bright); font: 900 2.4rem/1 "Nunito", sans-serif; }
.cebbs-quote p { margin: 0; color: var(--cebbs-navy); font-weight: 800; }
.cebbs-signature { color: var(--cebbs-navy) !important; font-weight: 800; }
.cebbs-signature span { color: var(--cebbs-muted); font-weight: 500; }

.cebbs-academic { background: var(--cebbs-cream); }
.cebbs-section-heading { margin-bottom: 42px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.cebbs-section-heading h2 { max-width: 700px; margin-bottom: 0; }
.cebbs-section-heading > p { max-width: 360px; margin: 0 0 8px; color: var(--cebbs-muted); }
.cebbs-level-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cebbs-level-card { min-height: 455px; padding: 26px 23px; background: #fff; border: 1px solid #e7e3d9; border-radius: 16px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.cebbs-level-card:hover { transform: translateY(-5px); box-shadow: var(--cebbs-shadow); }
.cebbs-level-card.cebbs-featured { border-top: 5px solid var(--cebbs-gold); }
.cebbs-level-card.cebbs-dark { color: #fff; background: var(--cebbs-navy); border-color: var(--cebbs-navy); }
.cebbs-level-card.cebbs-dark h3, .cebbs-level-card.cebbs-dark .cebbs-level-number { color: #fff; }
.cebbs-level-number { color: var(--cebbs-bright); font: 900 1rem/1 "Nunito", sans-serif; }
.cebbs-level-card h3 { margin-top: 28px; }
.cebbs-level-card p { color: var(--cebbs-muted); font-size: .9rem; }
.cebbs-level-card.cebbs-dark p, .cebbs-level-card.cebbs-dark li, .cebbs-level-card.cebbs-dark .cebbs-price small { color: #bfd5ef; }
.cebbs-level-card ul { padding: 15px 0 0; margin: auto 0 24px; list-style: none; border-top: 1px solid var(--cebbs-line); }
.cebbs-level-card li { position: relative; padding: 5px 0 5px 19px; color: #536173; font-size: .82rem; }
.cebbs-level-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--cebbs-gold); }
.cebbs-price { display: flex; align-items: baseline; gap: 7px; }
.cebbs-price strong { font: 900 2rem/1 "Nunito", sans-serif; }
.cebbs-price span { font-weight: 800; }
.cebbs-price small { color: var(--cebbs-muted); }
.cebbs-tuition-note { margin-top: 22px; padding: 21px 26px; color: var(--cebbs-navy); background: var(--cebbs-gold); border-radius: 14px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; }
.cebbs-tuition-note span { font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.cebbs-tuition-note strong { font: 900 1.28rem/1 "Nunito", sans-serif; }
.cebbs-tuition-note a { font-weight: 800; }

.cebbs-activities { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.cebbs-activities-intro > p { color: var(--cebbs-muted); }
.cebbs-activities-intro img { height: 290px; margin-top: 28px; object-fit: cover; border-radius: 80px 18px 18px 18px; }
.cebbs-activity-board { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.cebbs-activity-card { min-height: 145px; padding: 20px; border: 1px solid var(--cebbs-line); border-radius: 14px; display: flex; gap: 15px; align-items: flex-start; transition: border-color .2s ease, transform .2s ease; }
.cebbs-activity-card:hover { border-color: var(--cebbs-bright); transform: translateY(-3px); }
.cebbs-activity-card b { flex: 0 0 45px; height: 45px; border-radius: 14px; color: var(--cebbs-navy); background: var(--cebbs-sky); display: grid; place-items: center; font: 900 1rem/1 "Nunito", sans-serif; }
.cebbs-activity-card:nth-child(2n) b { background: #fff0cd; }
.cebbs-activity-card h3 { margin: 2px 0 5px; font-size: 1.06rem; }
.cebbs-activity-card p { margin: 0; color: var(--cebbs-muted); font-size: .82rem; line-height: 1.45; }

.cebbs-experience { min-height: 530px; color: #fff; background: var(--cebbs-navy); display: grid; grid-template-columns: 1fr 1fr; }
.cebbs-experience-photo { overflow: hidden; }
.cebbs-experience-photo img { height: 100%; object-fit: cover; }
.cebbs-experience-copy { max-width: 580px; padding: 90px 70px; align-self: center; }
.cebbs-experience-copy h2 { color: #fff; }
.cebbs-experience-copy p { color: #c6d7eb; }
.cebbs-text-link { display: inline-flex; gap: 12px; margin-top: 12px; color: inherit; font-weight: 800; border-bottom: 2px solid var(--cebbs-gold); padding-bottom: 6px; }

.cebbs-event-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 16px; }
.cebbs-event-card { min-height: 420px; padding: 26px; background: var(--cebbs-cream); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.cebbs-event-card:not(.cebbs-visual) img { height: 185px; object-fit: cover; margin-top: auto; border-radius: 12px; }
.cebbs-event-type { color: var(--cebbs-bright); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.cebbs-event-card h3 { margin-top: 12px; }
.cebbs-event-card > p { color: var(--cebbs-muted); font-size: .88rem; }
.cebbs-event-card.cebbs-visual { padding: 0; position: relative; }
.cebbs-event-card.cebbs-visual img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.cebbs-event-card.cebbs-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,43,92,.05), rgba(8,43,92,.94)); }
.cebbs-event-card.cebbs-visual div { position: relative; z-index: 2; margin-top: auto; padding: 30px; color: #fff; }
.cebbs-event-card.cebbs-visual span { color: var(--cebbs-gold); text-transform: uppercase; font-size: .7rem; letter-spacing: .1em; font-weight: 800; }
.cebbs-event-card.cebbs-visual h3 { color: #fff; font-size: 1.65rem; }

.cebbs-gallery { padding-top: 50px; }
.cebbs-gallery-title { max-width: 760px; }
.cebbs-gallery-grid { margin-top: 38px; display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 14px; }
.cebbs-gallery-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 14px; }
.cebbs-gallery-grid figure.cebbs-wide { grid-row: 1 / 3; }
.cebbs-gallery-grid img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.cebbs-gallery-grid figure:hover img { transform: scale(1.045); }
.cebbs-gallery-grid figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; color: var(--cebbs-navy); background: rgba(255,255,255,.92); border-radius: 8px; font-size: .72rem; font-weight: 800; }

.cebbs-faq { margin-top: 70px; background: linear-gradient(180deg, #f3f8ff, #fff); }
.cebbs-faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.cebbs-faq-intro { position: sticky; top: 150px; }
.cebbs-faq-intro h2 { margin-bottom: 18px; }
.cebbs-faq-intro p { margin-bottom: 28px; color: var(--cebbs-muted); }
.cebbs-faq-list { display: grid; gap: 12px; }
.cebbs-faq-list details { padding: 0 22px; background: #fff; border: 1px solid var(--cebbs-line); border-radius: 14px; box-shadow: 0 8px 24px rgba(8,43,92,.05); }
.cebbs-faq-list summary { padding: 21px 0; color: var(--cebbs-navy); cursor: pointer; display: flex; justify-content: space-between; gap: 18px; align-items: center; list-style: none; font-weight: 800; }
.cebbs-faq-list summary::-webkit-details-marker { display: none; }
.cebbs-faq-list summary span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; color: #fff; background: var(--cebbs-blue); border-radius: 50%; transition: transform .25s ease; }
.cebbs-faq-list details[open] summary span { transform: rotate(45deg); }
.cebbs-faq-list details p { margin: 0; padding: 0 42px 22px 0; color: var(--cebbs-muted); }

.cebbs-latest { padding-top: 55px; }
.cebbs-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cebbs-post-card { min-width: 0; background: #fff; border: 1px solid var(--cebbs-line); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 35px rgba(8,43,92,.08); }
.cebbs-post-image { height: 220px; overflow: hidden; display: block; }
.cebbs-post-image img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.cebbs-post-card:hover .cebbs-post-image img { transform: scale(1.04); }
.cebbs-post-placeholder { width: 100%; height: 100%; color: #fff; background: linear-gradient(135deg, var(--cebbs-blue), var(--cebbs-bright)); display: grid; place-items: center; font: 900 1.5rem/1 "Nunito", sans-serif; letter-spacing: .08em; }
.cebbs-post-body { padding: 23px; }
.cebbs-post-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--cebbs-muted); text-transform: uppercase; letter-spacing: .07em; font-size: .68rem; font-weight: 800; }
.cebbs-post-meta span { color: var(--cebbs-bright); }
.cebbs-post-body h3 { margin: 13px 0 9px; font-size: 1.3rem; }
.cebbs-post-body p { color: var(--cebbs-muted); font-size: .88rem; }
.cebbs-post-body .cebbs-text-link { color: var(--cebbs-navy); font-size: .82rem; }
.cebbs-center { margin-top: 34px; text-align: center; }
.cebbs-blog-empty { padding: 34px; color: var(--cebbs-navy); background: var(--cebbs-sky); border-radius: 16px; text-align: center; }
.cebbs-blog-empty strong { font: 900 1.3rem/1.2 "Nunito", sans-serif; }
.cebbs-blog-empty p { margin: 7px 0 0; color: var(--cebbs-muted); }

.cebbs-contact-section { padding: 90px 0; color: #fff; background: var(--cebbs-blue); }
.cebbs-contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.cebbs-contact-copy h2 { color: #fff; }
.cebbs-contact-copy p { max-width: 650px; color: #d6e8fb; font-size: 1.05rem; }
.cebbs-contact-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.cebbs-button.cebbs-white { color: var(--cebbs-navy); background: #fff; }
.cebbs-phone-link { font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); }
.cebbs-location-card { padding: 30px; color: var(--cebbs-navy); background: var(--cebbs-gold); border-radius: 18px 18px 18px 55px; box-shadow: var(--cebbs-shadow); }
.cebbs-location-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.cebbs-location-card h3 { margin-top: 12px; font-size: 1.7rem; }
.cebbs-location-card p { margin: 0; font-size: .88rem; }
.cebbs-location-card hr { border: 0; border-top: 1px solid rgba(8,43,92,.24); margin: 22px 0; }

.cebbs-footer { padding: 55px 0 25px; color: #aebfd4; background: #061f43; }
.cebbs-footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.cebbs-footer-brand .cebbs-brand-logo { width: 82px; height: 82px; flex-basis: 82px; padding: 5px; background: #fff; border-radius: 16px; }
.cebbs-footer-brand .cebbs-brand-copy strong { color: #fff; }
.cebbs-footer-brand .cebbs-brand-copy small { color: #aebfd4; }
.cebbs-footer-grid p { text-align: center; font-size: .82rem; }
.cebbs-social-links { display: flex; gap: 18px; font-weight: 700; font-size: .82rem; }
.cebbs-social-links a:hover { color: #fff; }
.cebbs-footer-bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: .72rem; }
.cebbs-floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 9999; width: 56px; height: 56px; border-radius: 50%; color: #fff !important; background: #22c663; display: grid; place-items: center; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.24); transition: transform .2s ease; }
.cebbs-floating-whatsapp:hover { transform: scale(1.08); }

.cebbs-blog-hero, .cebbs-single-hero { padding: 85px 0; color: #fff; background: linear-gradient(135deg, var(--cebbs-navy), var(--cebbs-blue)); }
.cebbs-blog-hero h1, .cebbs-single-hero h1 { max-width: 850px; margin: 10px 0 18px; color: #fff; }
.cebbs-blog-hero p { max-width: 700px; margin: 0; color: #d6e8fb; font-size: 1.08rem; }
.cebbs-blog-grid { row-gap: 28px; }
.cebbs-pagination { margin-top: 45px; display: flex; justify-content: center; gap: 8px; }
.cebbs-pagination .page-numbers { padding: 9px 13px; color: var(--cebbs-navy); background: var(--cebbs-cream); border-radius: 9px; font-weight: 800; }
.cebbs-pagination .current { color: #fff; background: var(--cebbs-blue); }
.cebbs-back-link { display: inline-block; margin-bottom: 22px; color: #d6e8fb; font-weight: 800; }
.cebbs-single-hero .cebbs-post-meta { max-width: 430px; color: #d6e8fb; }
.cebbs-single-hero .cebbs-post-meta span { color: var(--cebbs-gold); }
.cebbs-single-image { margin-top: -42px; position: relative; z-index: 2; }
.cebbs-single-image img { max-height: 650px; object-fit: cover; border: 8px solid #fff; border-radius: 20px; box-shadow: var(--cebbs-shadow); }
.cebbs-single-content { max-width: 820px; padding-top: 75px; padding-bottom: 110px; color: #35445a; font-size: 1.08rem; }
.cebbs-single-content h2, .cebbs-single-content h3 { margin-top: 40px; }
.cebbs-single-content a { color: var(--cebbs-blue); text-decoration: underline; }
.cebbs-single-content img { border-radius: 14px; }
.cebbs-single-content li { margin-bottom: 10px; }
.cebbs-single-content ol, .cebbs-single-content ul { padding-left: 1.35em; }
.cebbs-article-notice { margin: 30px 0; padding: 20px 22px; color: var(--cebbs-navy); background: #fff7d6; border-left: 5px solid var(--cebbs-gold); border-radius: 10px; }
.cebbs-info-table-wrap { width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--cebbs-line); border-radius: 13px; }
.cebbs-info-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .88rem; }
.cebbs-info-table th, .cebbs-info-table td { padding: 14px 15px; border-bottom: 1px solid var(--cebbs-line); text-align: left; vertical-align: top; }
.cebbs-info-table th { color: #fff; background: var(--cebbs-blue); }
.cebbs-info-table tbody tr:last-child td { border-bottom: 0; }
.cebbs-info-table tbody tr:nth-child(even) { background: #f5f9fd; }
.cebbs-article-cta { margin-top: 45px; padding: 28px; color: #fff; background: linear-gradient(135deg, var(--cebbs-navy), var(--cebbs-blue)); border-radius: 16px; }
.cebbs-article-cta h3 { margin: 0 0 8px; color: #fff; }
.cebbs-article-cta p { margin: 0 0 18px; color: #d6e8fb; }
.cebbs-article-cta a { display: inline-block; padding: 11px 17px; color: var(--cebbs-navy); background: var(--cebbs-gold); border-radius: 9px; font-weight: 800; text-decoration: none; }

.cebbs-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.cebbs-reveal.cebbs-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .cebbs-menu-button { display: block; }
  .cebbs-nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 126px; padding: 18px; background: #fff; border-radius: 16px; box-shadow: var(--cebbs-shadow); flex-direction: column; align-items: stretch; }
  .cebbs-nav-links.cebbs-open { display: flex; }
  .cebbs-faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .cebbs-faq-intro { position: static; }
  .cebbs-nav-links a { padding: 8px; }
  .cebbs-nav-links .cebbs-nav-cta { text-align: center; }
  .cebbs-hero { grid-template-columns: 1fr; gap: 40px; padding-top: 65px; }
  .cebbs-hero-visual { min-height: 570px; }
  .cebbs-hero-main-photo { width: 82%; }
  .cebbs-story { grid-template-columns: 1fr; gap: 55px; }
  .cebbs-story-photos { max-width: 620px; width: 100%; }
  .cebbs-level-grid { grid-template-columns: 1fr 1fr; }
  .cebbs-activities { grid-template-columns: 1fr; }
  .cebbs-activities-intro { display: grid; grid-template-columns: 1fr .8fr; column-gap: 30px; }
  .cebbs-activities-intro img { grid-column: 2; grid-row: 1 / 5; margin-top: 0; height: 100%; min-height: 300px; }
  .cebbs-event-grid { grid-template-columns: 1fr 1fr; }
  .cebbs-event-card.cebbs-visual { grid-column: 1 / 3; min-height: 470px; }
  .cebbs-post-grid { grid-template-columns: 1fr 1fr; }
  .cebbs-contact-grid { gap: 45px; }
  .cebbs-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 250px 250px; }
  .cebbs-gallery-grid figure.cebbs-wide { grid-row: 1; grid-column: 1 / 3; }
}

@media (max-width: 680px) {
  .cebbs-shell { width: min(100% - 28px, 1160px); }
  .cebbs-announcement { font-size: .66rem; }
  .cebbs-announcement span:last-child, .cebbs-announcement-dot { display: none; }
  .cebbs-nav { min-height: 82px; }
  .cebbs-nav-links { top: 110px; }
  .cebbs-brand-logo { width: 58px; height: 58px; flex-basis: 58px; }
  .cebbs-brand-copy strong { font-size: .94rem; }
  .cebbs-brand-copy small { font-size: .62rem; }
  .cebbs-hero { padding-top: 45px; padding-bottom: 58px; }
  .cebbs-site h1 { font-size: 2.65rem; }
  .cebbs-site h2 { font-size: 2.2rem; }
  .cebbs-hero-actions .cebbs-button { width: 100%; }
  .cebbs-trust-row { gap: 6px; }
  .cebbs-trust-row strong { font-size: 1.45rem; }
  .cebbs-hero-visual { min-height: 430px; }
  .cebbs-hero-main-photo { width: 88%; height: 380px; border-radius: 80px 15px 80px 15px; }
  .cebbs-hero-side-photo { top: 42px; width: 30%; height: 170px; border-width: 5px; }
  .cebbs-enrollment-card { width: 155px; padding: 14px 16px; }
  .cebbs-enrollment-card strong { font-size: 2rem; }
  .cebbs-values-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .cebbs-values-grid span { border-right: 0; }
  .cebbs-section { padding-top: 80px; padding-bottom: 80px; }
  .cebbs-story-photos { min-height: 450px; }
  .cebbs-story-large { width: 88%; height: 410px !important; }
  .cebbs-story-small { width: 47%; height: 205px; }
  .cebbs-story-stamp { width: 112px; height: 112px; left: -8px; }
  .cebbs-section-heading { display: block; }
  .cebbs-section-heading > p { margin-top: 18px; }
  .cebbs-level-grid, .cebbs-activity-board, .cebbs-event-grid, .cebbs-post-grid, .cebbs-contact-grid { grid-template-columns: 1fr; }
  .cebbs-level-card { min-height: 420px; }
  .cebbs-tuition-note { grid-template-columns: 1fr; gap: 8px; }
  .cebbs-activities-intro { display: block; }
  .cebbs-activities-intro img { margin-top: 24px; height: 280px; }
  .cebbs-experience { grid-template-columns: 1fr; }
  .cebbs-experience-photo { height: 360px; }
  .cebbs-experience-copy { padding: 60px 24px; }
  .cebbs-event-card.cebbs-visual { grid-column: auto; min-height: 440px; }
  .cebbs-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 210px 210px; }
  .cebbs-gallery-grid figure.cebbs-wide { grid-column: 1 / 3; grid-row: 1; }
  .cebbs-gallery-grid figure:last-child { grid-column: 1 / 3; }
  .cebbs-footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .cebbs-footer-grid p { margin: 0; }
  .cebbs-footer-bottom { display: grid; gap: 6px; text-align: center; justify-content: center; }
  .cebbs-blog-hero, .cebbs-single-hero { padding: 62px 0; }
  .cebbs-single-content { padding-top: 55px; padding-bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  .cebbs-site *, .cebbs-site *::before, .cebbs-site *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .cebbs-reveal { opacity: 1; transform: none; }
}
