/*
 * HighFields playful layer
 * Keeps the core editorial system intact while adding warmth, motion and discovery.
 */
:root {
  --sun: #ffd45c;
  --coral: #ff806f;
  --aqua: #72d9d0;
  --sky: #8ccdf2;
  --violet: #b9afe9;
  --paper: #fffaf2;
  --berry: #d85d78;
  --play-radius: 28px;
  --play-radius-lg: 48px;
}

.playful-site { background: var(--paper); }
.playful-site .container-xxl { position: relative; }
.playful-site .btn { border-radius: 999px; }
.playful-site .btn i { transition: transform .25s ease; }
.playful-site .btn:hover i { transform: translateX(4px) rotate(-5deg); }
.playful-site .display-title em { position: relative; color: var(--green); z-index: 1; }
.playful-site .display-title em::after { position: absolute; z-index: -1; right: -.06em; bottom: .04em; left: -.06em; height: .16em; content: ""; background: var(--sun); border-radius: 50%; transform: rotate(-2deg); opacity: .78; }
.playful-site .eyebrow { display: inline-flex; align-items: center; width: fit-content; padding: .5rem .85rem; color: var(--forest); background: rgba(114,217,208,.38); border-radius: 999px; letter-spacing: .12em; }
.playful-site .eyebrow::before { width: 8px; height: 8px; margin-right: .55rem; border-radius: 50%; background: var(--green); }
.playful-site .eyebrow-light { color: var(--forest); background: var(--sun); }
.playful-site .text-link { gap: .75rem; padding: .72rem 1.1rem; color: var(--forest); background: #fff; border: 1px solid rgba(10,61,42,.14); border-radius: 999px; box-shadow: 0 8px 25px rgba(9,38,26,.08); }
.playful-site .text-link::after { display: none; }
.playful-site .text-link:hover { background: var(--sun); transform: translateY(-2px) rotate(-1deg); }

/* Navigation */
.playful-site .site-header { border-bottom: 1px solid rgba(10,61,42,.08); }
.playful-site .site-header::after { position: absolute; right: 5%; bottom: -5px; width: 74px; height: 10px; content: ""; background: var(--sun); border-radius: 50%; transform: rotate(-2deg); }
.playful-site .navbar-brand { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: auto; height: 76px; padding: .3rem .65rem; overflow: visible; background: #fff; border-radius: 18px; }
.playful-site .navbar-brand img { display: block; width: 180px; height: auto; max-height: 64px; object-fit: contain; object-position: center; }
.playful-site .site-header.is-sticky .navbar-brand { height: 64px; }
.playful-site .site-header.is-sticky .navbar-brand img { width: 160px; max-height: 54px; }
.playful-site .nav-link { border-radius: 999px; }
.playful-site .nav-link::after { right: 35%; bottom: .55rem; left: 35%; height: 4px; background: var(--sun); border-radius: 50%; }
.playful-site .nav-link:hover { background: rgba(183,221,101,.12); }
.playful-site .navbar-toggler { border-radius: 14px; background: var(--paper); }
.playful-site .offcanvas { border-radius: 34px 0 0 34px; }
.playful-site .mobile-nav a i { display: grid; place-items: center; width: 34px; height: 34px; color: var(--forest); background: var(--sun); border-radius: 50%; }

/* Hero play */
.playful-site .hero, .playful-site .about-hero { isolation: isolate; }
.home-page .hero { margin: 0 clamp(.5rem, 1.4vw, 1.4rem); min-height: min(790px, calc(100vh - 145px)); border-radius: 0 0 var(--play-radius-lg) var(--play-radius-lg); }
.home-page .site-header::after { display: none; }
.home-page .hero-inner { width: 100%; max-width: none; padding-inline: clamp(2rem,8vw,10rem); }
.home-page .hero-inner > .row { width: 100%; margin: 0; }
.home-page .hero-inner > .row > [class*="col-"] { flex: 0 0 40%; width: 40%; max-width: 40%; padding: 0; }
.home-page .hero h1, .home-page .hero-copy { max-width: none; }
.playful-site .hero-media, .playful-site .about-hero-image { transition: transform .5s ease; }
.home-page .hero-media { background-image: url("../images/school-campus-hero.webp"); background-position: center 52%; }
.about-page .about-hero-image { background-image: url("../images/school-campus-hero.webp"); background-position: center 52%; }
.playful-site .hero h1 em, .playful-site .about-hero h1 em { display: inline-block; position: relative; color: #fff; }
.playful-site .hero h1 em::after, .playful-site .about-hero h1 em::after { position: absolute; z-index: -1; right: -.08em; bottom: -.02em; left: -.08em; height: .3em; content: ""; background: var(--coral); border-radius: 50% 45% 55% 40%; transform: rotate(-2deg); }
.playful-site .hero-kicker { width: fit-content; padding: .52rem .85rem; color: var(--ink); background: var(--sun); border-radius: 999px; letter-spacing: .13em; }
.playful-site .hero-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.playful-site .hero-note { right: 1.4rem; bottom: 1.4rem; border-radius: 22px; box-shadow: 0 20px 55px rgba(0,0,0,.18); transform: rotate(-1.5deg); }
.playful-site .hero-note-icon { background: var(--coral); }
.hero-doodles { position: absolute; z-index: 3; inset: 0; overflow: hidden; pointer-events: none; }
.doodle-star { position: absolute; top: 13%; left: 52%; color: var(--sun); font-size: 3.6rem; text-shadow: 0 10px 25px rgba(0,0,0,.2); animation: starWiggle 4s ease-in-out infinite; }
.doodle-loop { position: absolute; top: 18%; right: 8%; width: 105px; height: 68px; border: 4px solid rgba(255,255,255,.75); border-top-color: transparent; border-radius: 50%; transform: rotate(-24deg); }
.doodle-loop::after { position: absolute; right: -16px; bottom: -5px; width: 18px; height: 18px; content: ""; border-right: 4px solid rgba(255,255,255,.75); border-bottom: 4px solid rgba(255,255,255,.75); transform: rotate(-18deg); }
.doodle-dots { position: absolute; right: 12%; bottom: 18%; width: 86px; height: 86px; opacity: .85; background: radial-gradient(circle, var(--sun) 0 4px, transparent 5px); background-size: 22px 22px; transform: rotate(12deg); }
@keyframes starWiggle { 0%,100% { transform: rotate(-8deg) scale(1); } 50% { transform: rotate(9deg) scale(1.12); } }

/* Home: group-wide trust figures */
.home-page .group-trust-section { margin: 0 clamp(.5rem, 1.4vw, 1.4rem) clamp(3rem, 6vw, 6rem); color: #fff; background: var(--forest); border-radius: var(--play-radius-lg); }
.home-page .group-trust-heading { max-width: 780px; margin: 0 auto 2.5rem; text-align: center; }
.home-page .group-trust-heading h2 { margin: 0 0 1.25rem; font: 800 clamp(2rem, 4.2vw, 4rem)/1.12 "Manrope", sans-serif; letter-spacing: -.04em; }
.home-page .group-trust-heading > p:last-child { max-width: 640px; margin: 0 auto; color: #d5e8dd; font-size: 1.05rem; line-height: 1.75; }
.home-page .group-trust-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .85rem; margin: 0; }
.home-page .group-trust-card { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: .65rem; min-width: 0; min-height: 170px; padding: 1.75rem .75rem; text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; }
.home-page .group-trust-card dt { color: #e1eee6; font-size: .95rem; font-weight: 500; line-height: 1.5; }
.home-page .group-trust-card dd { order: -1; margin: 0; color: var(--lime); font: 800 clamp(1.65rem, 2.5vw, 2.5rem)/1.15 "Manrope", sans-serif; letter-spacing: -.035em; white-space: nowrap; }
.home-page .group-trust-attribution { margin: 1.5rem 0 0; color: #d5e8dd; font-size: .85rem; text-align: center; }
@media (max-width: 991.98px) {
  .home-page .group-trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .home-page .group-trust-section { border-radius: 28px; }
  .home-page .group-trust-grid { grid-template-columns: 1fr; gap: .85rem; }
  .home-page .group-trust-card { min-height: 145px; }
}

/* Home: values and introduction */
.home-page .trust-strip { position: relative; z-index: 5; width: min(1320px, calc(100% - 3rem)); margin: -20px auto 0; border: 0; border-radius: 24px; box-shadow: 0 18px 60px rgba(9,38,26,.12); }
.home-page .trust-grid { overflow: hidden; border-radius: 24px; }
.home-page .trust-item { background: #fff; transition: transform .3s ease, background .3s ease; }
.home-page .trust-item:nth-child(1) { border-top: 7px solid var(--aqua); }.home-page .trust-item:nth-child(2) { border-top: 7px solid var(--sun); }.home-page .trust-item:nth-child(3) { border-top: 7px solid var(--coral); }.home-page .trust-item:nth-child(4) { border-top: 7px solid var(--violet); }
.home-page .trust-item:hover { z-index: 2; background: var(--paper); transform: translateY(-7px); }
.home-page .trust-item > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--forest); background: var(--sun); border-radius: 50%; }
.home-page .intro-section { background: var(--paper); }
.home-page .intro-section::before { position: absolute; left: 5%; bottom: 5%; width: 110px; height: 75px; content: ""; opacity: .3; background: repeating-linear-gradient(125deg, var(--coral) 0 4px, transparent 4px 13px); transform: rotate(8deg); }
.home-page .mini-point { padding: 1.1rem; background: #fff; border-radius: 22px; box-shadow: 0 10px 35px rgba(9,38,26,.07); }
.home-page .mini-point > i { border: 0; border-radius: 50%; background: rgba(114,217,208,.32); }
.home-page .col-sm-6:nth-child(2) .mini-point > i { color: #9a5260; background: rgba(255,128,111,.25); }

/* Home: learning and activities */
.playful-site .section-sticker { position: absolute; z-index: 5; display: grid; place-items: center; width: 122px; height: 122px; color: var(--ink); background: var(--sun); border: 5px solid var(--forest); border-radius: 48% 52% 45% 55%; box-shadow: 7px 8px 0 var(--coral); text-align: center; text-transform: uppercase; letter-spacing: .06em; font: 800 .77rem/1.3 "Manrope", sans-serif; transform: rotate(9deg); }
.sticker-learn { top: 55px; right: 5%; }.sticker-purpose { top: 90px; right: 6%; }
.home-page .learning-section { margin: 0 clamp(.5rem, 1.4vw, 1.4rem); border-radius: var(--play-radius-lg); }
.home-page .learning-section::after { position: absolute; left: 4%; bottom: 4%; width: 130px; height: 90px; content: ""; opacity: .18; background: radial-gradient(circle, var(--sun) 0 4px, transparent 5px); background-size: 22px 22px; }
.home-page .learning-tabs > .nav { gap: .65rem; padding: .65rem; border: 0; background: rgba(255,255,255,.07); border-radius: 22px; }
.home-page .learning-tabs .nav-link { border: 0 !important; border-radius: 16px; }
.home-page .learning-tabs .nav-link.active { color: var(--ink); background: var(--sun); }
.home-page .learning-tabs .nav-link.active span { color: var(--green); }
.home-page .learning-tabs .tab-content { min-height: 500px; margin-top: 1rem; padding: 0; overflow: hidden; border-radius: 30px; }
.home-page .learning-tabs .tab-pane > .row { min-height: 500px; margin: 0; --bs-gutter-x: 0; align-items: stretch !important; }
.home-page .learning-tabs .tab-pane > .row > .col-lg-5 { display: flex; justify-content: center; flex-direction: column; padding: clamp(2.5rem,5vw,5rem); }
.home-page .learning-tabs .tab-pane > .row > .col-lg-6 { display: flex; padding: 0; }
.home-page .stage-visual { width: 100%; min-height: 500px; margin: 0; border-radius: 0; box-shadow: none; transform: none; }
.home-page .stage-visual > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-page .stage-visual::after { z-index: 1; inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(90deg, rgba(6,32,22,.04), rgba(6,32,22,.72)); }
.home-page .stage-visual > span { z-index: 2; margin-left: auto; margin-right: 8%; color: #fff; text-shadow: 0 4px 20px rgba(0,0,0,.3); }
.home-page .stage-visual-1 > img { object-position: center 38%; }.home-page .stage-visual-4 > img { object-position: center; }
.home-page .learning-section .text-link { color: var(--ink) !important; background: var(--sun); border-color: var(--sun); }
.home-page .learning-section .text-link:hover { color: var(--ink) !important; background: #fff; border-color: #fff; }
.home-page .experience-section { position: relative; overflow: hidden; background: var(--paper); }
.section-squiggle { position: absolute; top: 7%; left: -25px; width: 145px; height: 70px; border-top: 10px dotted var(--aqua); border-radius: 50%; transform: rotate(-20deg); }
.home-page .bento-grid { gap: 1.4rem; }
.home-page .bento-card { border-radius: var(--play-radius); box-shadow: 0 16px 45px rgba(9,38,26,.1); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.home-page .bento-real-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.home-page .bento-card::after { position: absolute; z-index: 1; inset: 20% 0 0; content: ""; background: linear-gradient(transparent, rgba(5,28,19,.9)); pointer-events: none; }
.home-page .bento-card:hover .bento-real-image { transform: scale(1.055); }
.home-page .bento-card .bento-pattern { z-index: 1; opacity: .12; }
.home-page .bento-card .card-number, .home-page .bento-card .card-copy, .home-page .bento-wide > div, .home-page .bento-card .orbit { z-index: 2; }
.home-page .bento-wide > div { position: relative; }
.home-page .bento-warm, .home-page .bento-cream { color: #fff; }
.home-page .bento-large .bento-real-image { object-position: 48% center; }.home-page .bento-photo .bento-real-image { object-position: center 46%; }.home-page .bento-cream .bento-real-image { object-position: center; }.home-page .bento-wide .bento-real-image { object-position: center 46%; }
.home-page .bento-card:nth-child(1) { border-radius: 42px 24px 42px 24px; }.home-page .bento-card:nth-child(2) { transform: rotate(1.2deg); }.home-page .bento-card:nth-child(3) { border-radius: 24px 55px 24px 36px; }.home-page .bento-card:nth-child(4) { transform: rotate(-1deg); }.home-page .bento-card:nth-child(5) { border-radius: 50px 24px 50px 24px; }
.home-page .bento-card:hover { z-index: 3; box-shadow: 0 28px 70px rgba(9,38,26,.18); transform: translateY(-9px) rotate(0); }
.home-page .card-copy > i { display: grid; place-items: center; width: 54px; height: 54px; color: var(--forest); background: var(--sun); border-radius: 50%; }
.home-page .bento-warm .card-copy > i { color: var(--forest); background: #fff; }.home-page .bento-cream .card-copy > i { color: var(--forest); background: var(--aqua); }

/* Home: campus onward */
.home-page .campus-section { position: relative; background: linear-gradient(180deg, #f4eee2, var(--paper)); }
.home-page .campus-collage::before { border-radius: 35px; transform: rotate(-3deg); }
.home-page .campus-img { background-image: url("../images/school-campus-hero.webp"); background-position: center; }
.home-page .campus-img { border-radius: 38px 38px 95px 38px; }
.home-page .campus-stamp { border-radius: 22px; transform: rotate(2deg); }
.home-page .facility-list div { margin: .35rem; padding: .9rem; border: 0; background: rgba(255,255,255,.68); border-radius: 16px; }
.home-page .facility-list i { display: grid; place-items: center; width: 34px; height: 34px; background: rgba(114,217,208,.3); border-radius: 50%; }
.home-page .campus-gallery-section { background: var(--paper); }
.home-page .gallery-card { border-radius: 26px; box-shadow: 0 14px 45px rgba(9,38,26,.09); }
.home-page .gallery-card:nth-child(1) { border-radius: 45px 24px 45px 24px; }.home-page .gallery-card:nth-child(2) { transform: rotate(1deg); }.home-page .gallery-card:nth-child(4) { transform: rotate(-1deg); }
.home-page .gallery-card figcaption span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--ink); background: var(--sun); border-radius: 50%; opacity: 1; }
.home-page .quote-section { background: var(--paper); }
.home-page .quote-card { border-radius: 42px 95px 42px 42px; box-shadow: 18px 18px 0 var(--sun); }
.home-page .admissions-section { background: var(--paper); }
.home-page .admission-steps li { margin-bottom: 1rem; padding: 1.35rem; border: 0; background: #fff; border-radius: 22px; box-shadow: 0 9px 30px rgba(9,38,26,.06); transition: transform .25s; }
.home-page .admission-steps li:hover { transform: translateX(8px); }
.home-page .admission-steps li:nth-child(2) > span { background: var(--sun); }.home-page .admission-steps li:nth-child(3) > span { background: var(--aqua); }.home-page .admission-steps li:nth-child(4) > span { background: var(--coral); }
.home-page .admission-steps li > span { color: var(--forest); border: 0; background: var(--violet); }
.home-page .enquire-section { margin: 0 clamp(.5rem, 1.4vw, 1.4rem); border-radius: var(--play-radius-lg); }
.home-page .enquire-shell { border-radius: 32px; }
.home-page .enquire-copy { background: linear-gradient(145deg, var(--green), #0a7a43); }
.home-page .form-control, .home-page .form-select { border-radius: 14px 14px 0 0; }
.home-page .faq-section { background: var(--paper); }
.home-page .accordion-item { margin-bottom: .75rem; padding-inline: 1.2rem; border: 0; background: #fff; border-radius: 18px !important; box-shadow: 0 7px 25px rgba(9,38,26,.055); }
.home-page .accordion-button { background: transparent; }

/* About page: playful editorial */
.about-page .about-hero { margin: 0 clamp(.5rem, 1.4vw, 1.4rem); border-radius: 0 0 var(--play-radius-lg) var(--play-radius-lg); }
.about-page .hero-legacy-seal { background: var(--sun); border-color: #fff; box-shadow: 8px 9px 0 var(--coral), 0 22px 60px rgba(0,0,0,.17); }
.about-page .about-hero-marker { right: 1.2rem; bottom: 1.2rem; min-width: 350px; background: var(--aqua); border-radius: 20px; clip-path: none; transform: rotate(-1deg); }
.about-page .about-intro { background-color: var(--paper); background-image: radial-gradient(rgba(20,148,71,.07) 1.5px, transparent 1.5px); background-size: 25px 25px; }
.about-page .story-image { border-radius: 32px; }
.about-page .story-image-main { border-radius: 38px 38px 100px 38px; }.about-page .story-image-detail { border-radius: 100px 30px 30px 30px; transform: rotate(1.5deg); }
.about-page .story-note { background: var(--coral); border-radius: 22px; box-shadow: 8px 9px 0 var(--sun); transform: translateX(45%) rotate(-4deg); }
.about-page .legacy-grid { overflow: hidden; border-radius: 28px; }
.about-page .legacy-stat:nth-child(1) { border-top: 7px solid var(--aqua); }.about-page .legacy-stat:nth-child(2) { border-top: 7px solid var(--sun); }
.about-page .legacy-statement { border-radius: 28px 0 0 28px; background: linear-gradient(145deg, var(--green), #0b7540); }
.about-page .purpose-section { margin: 0 clamp(.5rem, 1.4vw, 1.4rem); padding-block: clamp(5rem,8vw,7rem); border-radius: var(--play-radius-lg); }
.about-page .purpose-section h2.display-title { font-size: clamp(2rem,2.8vw,2.9rem); }
.about-page .purpose-card { min-height: 410px; padding: 2rem; border-radius: 28px; }
.about-page .purpose-card:nth-child(1) { margin-top: 42px; transform: rotate(-1deg); }.about-page .purpose-card:nth-child(2) { min-height: 455px; border-radius: 58px 28px 58px 28px; transform: rotate(.6deg); }.about-page .purpose-card:nth-child(3) { min-height: 430px; margin-top: 22px; transform: rotate(-.4deg); }
.about-page .purpose-card > i { margin-bottom: 3.25rem; }
.about-page .purpose-card h3 { font-size: clamp(1.55rem,2.15vw,2.2rem); line-height: 1.18; letter-spacing: -.035em; }
.about-page .purpose-card p { font-size: .94rem; line-height: 1.6; }
.about-page .purpose-card:hover { transform: translateY(-9px) rotate(0); }
.about-page .purpose-card > i { border: 0; border-radius: 50%; background: rgba(255,255,255,.13); }
.about-page .purpose-card-light > i { background: rgba(255,255,255,.6); }
.about-page .jubilee-section { background: linear-gradient(180deg, #f4eee2, var(--paper)); }
.about-page .jubilee-visual::after { border-radius: 38px; transform: rotate(3deg); }
.about-page .jubilee-visual > img:first-child { border-radius: 42px 42px 110px 42px; clip-path: none; }
.about-page .jubilee-detail-image { border-radius: 26px; transform: rotate(3deg); }
.about-page .jubilee-badge { color: var(--ink); background: var(--sun); box-shadow: 8px 9px 0 var(--coral); }
.about-page .jubilee-badge span { color: var(--green); }
.about-page .campus-feature-row span { border: 0; background: #fff; border-radius: 999px; box-shadow: 0 7px 24px rgba(9,38,26,.06); }
.about-page .why-section { background: var(--paper); }
.about-page .why-card { border-radius: 26px; }
.about-page .why-card:nth-child(1) { border-radius: 34px 34px 90px 34px; }.about-page .why-card:nth-child(2) { transform: rotate(1deg); }.about-page .why-card:nth-child(3) { transform: rotate(-1deg); }.about-page .why-card:nth-child(4) { border-radius: 26px 70px 26px 26px; }
.about-page .why-card:hover { transform: translateY(-8px) rotate(0); }
.about-page .why-card-wide { border-radius: 34px; border: 3px solid var(--aqua); }
.about-page .values-strip { color: var(--ink); background: var(--sun); }
.about-page .values-track i { background: var(--coral); }
.about-page .about-cta { background: var(--paper); }
.about-page .about-cta-shell { border-radius: 46px 110px 46px 46px; box-shadow: 16px 17px 0 var(--aqua); }
.playful-site .floating-enquire { border-radius: 16px 16px 0 0; background: var(--coral); }
.playful-site .back-to-top { border-radius: 50%; background: var(--green); }
.playful-site .site-footer { position: relative; margin-top: 3rem; }
.playful-site .site-footer::before { position: absolute; top: -28px; right: 0; left: 0; height: 30px; content: ""; background: radial-gradient(circle at 25px -4px, transparent 29px, #071f16 30px); background-size: 50px 32px; }
.playful-site .footer-logo { border-radius: 20px; transform: rotate(-1deg); }

@media (max-width: 1199.98px) {
  .playful-site .section-sticker { width: 100px; height: 100px; }
  .sticker-learn, .sticker-purpose { top: 35px; right: 3%; }
  .home-page .hero-inner > .row > [class*="col-"] { flex-basis: 48%; width: 48%; max-width: 48%; }
  .about-page .story-note { transform: translateX(35%) rotate(-4deg); }
}

@media (max-width: 991.98px) {
  .playful-site .section-sticker { display: none; }
  .doodle-star { left: auto; right: 7%; }.doodle-loop { display: none; }
  .home-page .trust-strip { width: calc(100% - 2rem); }
  .home-page .hero-inner > .row > [class*="col-"] { flex-basis: 62%; width: 62%; max-width: 62%; }
  .home-page .learning-tabs .nav-link { border-radius: 13px; }
  .home-page .learning-tabs .tab-content, .home-page .learning-tabs .tab-pane > .row { min-height: 0; }
  .home-page .learning-tabs .tab-pane > .row > .col-lg-5 { padding: 2.5rem; }
  .home-page .stage-visual { min-height: 360px; }
  .about-page .purpose-card:nth-child(n) { min-height: auto; margin-top: 0; transform: none; }
  .about-page .purpose-card > i { margin-bottom: 2rem; }
  .playful-site .site-header::after { display: none; }
}

@media (max-width: 767.98px) {
  :root { --play-radius-lg: 30px; --play-radius: 22px; }
  .playful-site .navbar-brand { height: 64px; padding: .2rem .4rem; border-radius: 13px; }
  .playful-site .navbar-brand img, .playful-site .site-header.is-sticky .navbar-brand img { width: 150px; max-height: 54px; }
  .home-page .hero, .about-page .about-hero, .home-page .learning-section, .home-page .enquire-section, .about-page .purpose-section { margin-inline: 0; border-radius: 0 0 var(--play-radius-lg) var(--play-radius-lg); }
  .home-page .hero-inner { padding-inline: 1.25rem; }.home-page .hero-inner > .row > [class*="col-"] { flex-basis: 100%; width: 100%; max-width: 100%; }
  .about-page .purpose-section { padding-block: 4.5rem; }
  .doodle-star { top: 9%; right: 7%; font-size: 2.4rem; }.doodle-dots { right: 4%; bottom: 8%; opacity: .45; }
  .home-page .trust-strip { width: calc(100% - 1.5rem); border-radius: 19px; }.home-page .trust-grid { border-radius: 19px; }.home-page .trust-item:nth-child(n) { border-top: 0; border-left: 6px solid var(--aqua); }.home-page .trust-item:nth-child(2) { border-left-color: var(--sun); }.home-page .trust-item:nth-child(3) { border-left-color: var(--coral); }.home-page .trust-item:nth-child(4) { border-left-color: var(--violet); }
  .home-page .learning-tabs .tab-pane > .row > .col-lg-5 { padding: 2rem 1.25rem; }
  .home-page .stage-visual { min-height: 300px; border-radius: 0; box-shadow: none; }
  .home-page .bento-card:nth-child(n), .home-page .gallery-card:nth-child(n) { transform: none; }
  .home-page .quote-card { border-radius: 28px 55px 28px 28px; box-shadow: 9px 10px 0 var(--sun); }
  .home-page .enquire-shell { border-radius: 0; }
  .about-page .about-hero-marker { right: .8rem; bottom: .8rem; min-width: 0; }
  .about-page .story-image-main { border-radius: 28px 28px 70px 28px; }.about-page .story-image-detail { border-radius: 60px 22px 22px 22px; transform: none; }
  .about-page .legacy-grid { border-radius: 22px; }.about-page .legacy-statement { border-radius: 0; }
  .about-page .jubilee-visual > img:first-child { border-radius: 28px 28px 75px 28px; }
  .about-page .why-card:nth-child(n) { transform: none; }
  .about-page .about-cta-shell { border-radius: 30px 70px 30px 30px; box-shadow: 9px 10px 0 var(--aqua); }
  .playful-site .site-footer { margin-top: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .doodle-star, .values-track { animation: none !important; }
  .home-page .bento-card, .about-page .why-card, .about-page .purpose-card { transform: none !important; }
}

/* Calmer section-heading scale */
.playful-site h2.display-title { font-size: clamp(1.9rem, 3vw, 3.2rem); }
.home-page .gallery-heading h2 { font-size: clamp(1.9rem, 2.8vw, 3rem); }
.home-page .enquire-copy h2 { font-size: clamp(1.75rem, 2.2vw, 2.3rem); }
.about-page .about-cta h2 { font-size: clamp(1.9rem, 2.8vw, 2.9rem); }

@media (max-width: 575.98px) {
  .playful-site h2.display-title { font-size: 1.9rem; }
  .home-page .gallery-heading h2, .about-page .about-cta h2 { font-size: 1.85rem; }
}

/* Mandatory public disclosure */
.disclosure-page .navbar .nav-link[href="mandatory-public-disclosure.html"] { color: var(--green); }
.disclosure-page .navbar .nav-link[href="mandatory-public-disclosure.html"]::after { transform: scaleX(1); }
.disclosure-hero { position: relative; min-height: 370px; margin: 0 clamp(.5rem, 1.4vw, 1.4rem); overflow: hidden; color: #fff; background: var(--forest); border-radius: 0 0 var(--play-radius-lg) var(--play-radius-lg); isolation: isolate; }
.disclosure-hero-photo { position: absolute; inset: 0; background: url("../images/school-campus-hero.webp") center 52%/cover no-repeat; transform: scale(1.02); }
.disclosure-hero::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,30,20,.94), rgba(4,30,20,.74) 48%, rgba(4,30,20,.16)); }
.disclosure-hero-inner { position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; min-height: 370px; padding-top: 4rem; padding-bottom: 5rem; }
.disclosure-hero h1 { max-width: 900px; margin: 0 0 1.4rem; font: 700 clamp(1.2rem, 4vw, 3.8rem)/.98 "Manrope", sans-serif; letter-spacing: -.06em; }
.disclosure-hero h1 em { position: relative; color: #fff; font-style: normal; }
.disclosure-hero h1 em::after { position: absolute; z-index: -1; right: -.07em; bottom: -.02em; left: -.07em; height: .3em; content: ""; background: var(--coral); border-radius: 50%; transform: rotate(-2deg); }
.disclosure-hero-inner > p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.12rem; line-height: 1.7; }
.disclosure-seal { position: absolute; z-index: 3; right: 7%; bottom: 3.5rem; place-items: center; width: 145px; height: 145px; color: var(--ink); background: var(--sun); border: 5px solid #fff; border-radius: 50%; box-shadow: 8px 9px 0 var(--coral); text-align: center; transform: rotate(8deg); }
.disclosure-seal i { font-size: 2rem; }.disclosure-seal span { text-transform: uppercase; letter-spacing: .12em; font-size: .59rem; font-weight: 800; line-height: 1.35; }
.disclosure-intro { background: var(--paper); }
.featured-disclosure { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; margin-top: clamp(3rem, 6vw, 6rem); padding: clamp(2rem, 4vw, 3.5rem); color: #fff; background: linear-gradient(130deg, var(--green), var(--forest)); border-radius: 34px 85px 34px 34px; box-shadow: 14px 15px 0 var(--aqua); }
.featured-doc-icon { display: grid; place-items: center; width: 88px; height: 88px; color: var(--forest); background: var(--sun); border-radius: 50%; font-size: 2.2rem; }
.doc-kicker { display: block; margin-bottom: .45rem; color: var(--lime); text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; font-weight: 800; }
.featured-disclosure h2 { margin: 0 0 .55rem; font: 700 clamp(1.5rem, 2.6vw, 2.35rem)/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.featured-disclosure p { margin: 0; color: rgba(255,255,255,.68); }
.featured-doc-actions { display: flex; align-items: flex-end; flex-direction: column; gap: 1rem; }
.featured-doc-actions > span { color: rgba(255,255,255,.55); font-size: .72rem; }
.document-library { background: #f4eee2; }
.document-group + .document-group { margin-top: clamp(5rem, 9vw, 9rem); }
.document-group-heading { display: flex; align-items: center; gap: 1.4rem; margin-bottom: 2.2rem; }
.document-group-heading > span { display: grid; place-items: center; width: 54px; height: 54px; color: var(--forest); background: var(--sun); border-radius: 50%; font-weight: 800; }
.document-group-heading .eyebrow { margin-bottom: .65rem; }
.document-group-heading h2 { margin: 0; font: 700 clamp(1.75rem, 2.7vw, 2.6rem)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.document-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.document-grid-three { grid-template-columns: repeat(3, 1fr); }
.document-card { position: relative; display: flex; min-height: 335px; padding: 1.7rem; overflow: hidden; background: #fff; border-radius: 26px; box-shadow: 0 12px 40px rgba(9,38,26,.07); flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
.document-card:nth-child(4n+2) { transform: rotate(.65deg); }.document-card:nth-child(4n+3) { transform: rotate(-.65deg); }
.document-card:hover { z-index: 2; box-shadow: 0 24px 60px rgba(9,38,26,.15); transform: translateY(-8px) rotate(0); }
.document-card::after { position: absolute; top: -55px; right: -55px; width: 125px; height: 125px; content: ""; background: rgba(114,217,208,.18); border-radius: 50%; }
.document-type { color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 800; }
.document-card h3 { margin: .55rem 0 .6rem; font: 700 1.2rem/1.28 "Manrope", sans-serif; letter-spacing: -.02em; }
.document-card > p { margin: 0; color: var(--muted); font-size: .76rem; }
.document-actions { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: 1.3rem; border-top: 1px solid var(--border); }
.document-actions a:first-child { color: var(--green); font-size: .82rem; font-weight: 800; }
.document-actions a:last-child { display: grid; place-items: center; width: 37px; height: 37px; color: var(--forest); background: var(--paper); border-radius: 50%; }
.document-actions a:hover { color: var(--forest); }
.disclosure-help { padding-block: clamp(5rem, 9vw, 9rem); background: var(--paper); }
.disclosure-help-shell { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2.5rem, 5vw, 5rem); color: #fff; background: var(--forest); border-radius: 38px 90px 38px 38px; box-shadow: 13px 14px 0 var(--sun); }
.disclosure-help h2 { margin: 0 0 .7rem; font: 700 clamp(1.8rem, 3vw, 2.8rem)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.disclosure-help p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.67); }

@media (max-width: 1199.98px) {
  .document-grid { grid-template-columns: repeat(2, 1fr); }.document-grid-three { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991.98px) {
  .featured-disclosure { grid-template-columns: auto 1fr; }.featured-doc-actions { grid-column: span 2; align-items: flex-start; }
  .document-grid-three { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
  .disclosure-hero { min-height: 340px; margin-inline: 0; border-radius: 0 0 30px 30px; }.disclosure-hero-inner { min-height: 340px; }.disclosure-hero::after { background: linear-gradient(90deg, rgba(4,30,20,.94), rgba(4,30,20,.58)); }
  .disclosure-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }.disclosure-hero-inner > p:last-child { font-size: 1rem; }
  .featured-disclosure { grid-template-columns: 1fr; border-radius: 28px 60px 28px 28px; box-shadow: 8px 9px 0 var(--aqua); }.featured-doc-actions { grid-column: span 1; }.featured-doc-actions .btn { width: 100%; }
  .document-grid, .document-grid-three { grid-template-columns: 1fr; }.document-card:nth-child(n) { min-height: 300px; transform: none; }
  .disclosure-help-shell { align-items: flex-start; flex-direction: column; border-radius: 28px 65px 28px 28px; }.disclosure-help-shell .btn { width: 100%; }
}

/* Disclosure documents — compact list layout */
.featured-disclosure { grid-template-columns: 58px minmax(240px, 1fr) auto; gap: 1rem; min-height: 96px; padding: 1rem 1.25rem; color: var(--ink); background: #fff; border-radius: 22px; box-shadow: 0 12px 40px rgba(9,38,26,.07); }
.featured-doc-icon { width: 44px; height: 44px; color: var(--forest); border-radius: 14px; font-size: 1.15rem; }
.featured-disclosure h2 { margin-bottom: .2rem; font-size: 1.08rem; }
.featured-disclosure p { color: var(--muted); font-size: .78rem; }
.featured-disclosure .doc-kicker { margin-bottom: .25rem; color: var(--green); }
.featured-doc-actions { align-items: center; flex-direction: row; }
.featured-doc-actions > span { color: var(--muted); white-space: nowrap; }
.featured-disclosure .btn-light { color: var(--forest); border: 0; background: rgba(114,217,208,.25); box-shadow: none; }
.document-list-head { display: grid; grid-template-columns: 140px minmax(240px, 1fr) 90px 185px; align-items: center; gap: 1rem; padding: .75rem 1.25rem; color: var(--muted); border-bottom: 1px solid var(--border); text-transform: uppercase; letter-spacing: .12em; font-size: .6rem; font-weight: 800; }
.document-list-head span:last-child { text-align: right; }
.document-grid, .document-grid-three { display: block; overflow: hidden; background: #fff; border-radius: 22px; box-shadow: 0 12px 40px rgba(9,38,26,.07); }
.document-card, .document-card:nth-child(n) { display: grid; grid-template-columns: 140px minmax(240px, 1fr) 90px 185px; align-items: center; gap: 1rem; min-height: 78px; padding: 1rem 1.25rem; overflow: visible; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none; transform: none; transition: color .25s ease, background .25s ease; }
.document-card:last-child { border-bottom: 0; }
.document-card::after { display: none; }
.document-card:hover { color: var(--ink); background: var(--paper); box-shadow: none; transform: none; }
.document-type { margin: 0; }
.document-card h3 { margin: 0; font-size: 1rem; }
.document-card > p { margin: 0; white-space: nowrap; }
.document-actions { justify-content: flex-end; gap: .75rem; margin: 0; padding: 0; border: 0; }
.document-actions a:first-child { display: inline-flex; align-items: center; gap: .4rem; padding: .58rem .8rem; color: var(--forest); background: rgba(114,217,208,.22); border-radius: 999px; white-space: nowrap; }
.document-actions a:last-child { flex: 0 0 auto; background: var(--sun); }

@media (max-width: 991.98px) {
  .document-list-head { grid-template-columns: 110px minmax(180px, 1fr) 70px 155px; }
  .document-card, .document-card:nth-child(n) { grid-template-columns: 110px minmax(180px, 1fr) 70px 155px; }
}

@media (max-width: 767.98px) {
  .featured-disclosure { grid-template-columns: 52px 1fr; border-radius: 20px; box-shadow: 0 10px 30px rgba(9,38,26,.08); }
  .featured-doc-actions { grid-column: 2; align-items: flex-start; flex-direction: column; }.featured-doc-actions .btn { width: auto; }
  .document-list-head { display: none; }
  .document-card, .document-card:nth-child(n) { grid-template-columns: 1fr auto; gap: .35rem 1rem; min-height: 0; padding: 1.25rem; }
  .document-type { grid-column: 1; }
  .document-card h3 { grid-column: 1 / span 2; margin: .18rem 0; font-size: 1.05rem; }
  .document-card > p { grid-column: 1; }
  .document-actions { grid-column: 1 / span 2; justify-content: flex-start; margin-top: .7rem; }
}

/* Careers */
.career-hero { position: relative; min-height: 650px; margin: 0 clamp(.5rem, 1.4vw, 1.4rem); overflow: hidden; color: #fff; background: var(--forest); border-radius: 0 0 var(--play-radius-lg) var(--play-radius-lg); isolation: isolate; }
.career-hero-photo { position: absolute; inset: 0; background: url("../images/Interactive-Learning-Balaji-HighFields-International-School-Vizag-copy.webp") center 42%/cover no-repeat; transform: scale(1.03); }
.career-hero::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,30,20,.96) 0%, rgba(4,30,20,.8) 44%, rgba(4,30,20,.2) 78%), linear-gradient(0deg, rgba(4,30,20,.52), transparent 60%); }
.career-hero-shape { position: absolute; z-index: 2; top: 14%; right: 7%; width: 110px; height: 110px; border: 2px dashed rgba(255,255,255,.55); border-radius: 48% 52% 45% 55%; animation: spin 20s linear infinite; }
.career-hero-inner { position: relative; z-index: 3; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; min-height: 650px; padding-top: 4rem; padding-bottom: 6rem; }
.career-hero h1 { max-width: 900px; margin: 0 0 1.4rem; font: 700 clamp(1.2rem, 4.4vw, 4.3rem)/.95 "Manrope", sans-serif; letter-spacing: -.065em; }
.career-hero h1 em { position: relative; color: #fff; font-style: normal; }
.career-hero h1 em::after { position: absolute; z-index: -1; right: -.08em; bottom: -.02em; left: -.08em; height: .3em; content: ""; background: var(--coral); border-radius: 50% 45% 55% 40%; transform: rotate(-2deg); }
.career-hero-inner > p:not(.hero-kicker) { max-width: 650px; margin: 0 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.career-hero .btn { border: 0; color: var(--forest); box-shadow: 6px 6px 0 var(--sun); }
.career-hero-note { position: absolute; z-index: 4; right: 1.25rem; bottom: 1.25rem; min-width: 330px; padding: 1.2rem 1.7rem; color: var(--ink); background: var(--aqua); border-radius: 20px; flex-direction: column; transform: rotate(-1deg); }
.career-hero-note span { font: 800 1.35rem "Manrope", sans-serif; }.career-hero-note small { margin-top: .15rem; opacity: .68; }

.career-welcome { overflow: hidden; background: #fff; }
.career-photo-stack { position: relative; min-height: 530px; }
.career-photo-main { width: 86%; height: 480px; object-fit: cover; border-radius: 34px 90px 34px 34px; box-shadow: 12px 14px 0 var(--sun); }
.career-photo-small { position: absolute; right: 0; bottom: 0; width: 42%; height: 220px; object-fit: cover; border: 8px solid #fff; border-radius: 30px; transform: rotate(3deg); }
.career-photo-badge { position: absolute; top: 1.5rem; right: 2%; display: grid; place-items: center; width: 110px; height: 110px; color: #fff; background: var(--coral); border: 5px solid #fff; border-radius: 50%; text-align: center; text-transform: uppercase; letter-spacing: .08em; font: 800 .78rem/1.35 "Manrope", sans-serif; transform: rotate(8deg); }

.career-benefits { background: var(--paper); }
.career-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.career-section-heading h2, .career-title-block h2, .career-expect h2 { margin: 0; font: 700 clamp(1.9rem, 3vw, 3.1rem)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.career-section-heading h2 em, .career-title-block h2 em, .career-expect h2 em { color: var(--green); font-style: normal; }
.career-section-heading > p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.75; }
.career-benefit { position: relative; height: 100%; min-height: 315px; padding: 1.7rem; overflow: hidden; background: #fff; border: 1px solid rgba(10,61,42,.08); border-radius: 28px; transition: transform .3s ease, box-shadow .3s ease; }
.career-benefit:hover { box-shadow: 0 22px 50px rgba(9,38,26,.12); transform: translateY(-7px) rotate(0); }
.career-benefit-grid > div:nth-child(2) .career-benefit { transform: rotate(1deg); }.career-benefit-grid > div:nth-child(3) .career-benefit { transform: rotate(-1deg); }
.career-benefit > span { position: absolute; top: 1.35rem; right: 1.4rem; color: rgba(10,61,42,.22); font: 800 .75rem "Manrope", sans-serif; }
.career-benefit > i { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 3rem; color: var(--forest); background: var(--aqua); border-radius: 18px; font-size: 1.4rem; transform: rotate(-5deg); }
.career-benefit-grid > div:nth-child(2) i { background: var(--sun); }.career-benefit-grid > div:nth-child(3) i { background: var(--coral); }.career-benefit-grid > div:nth-child(4) i { background: var(--lime); }
.career-benefit h3 { margin: 0 0 .75rem; font: 700 1.14rem/1.25 "Manrope", sans-serif; }.career-benefit p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.career-roles { background: #fff; }
.career-title-block { max-width: 730px; margin: 0 auto 3.5rem; }.career-title-block > p:last-child { margin: 1rem auto 0; color: var(--muted); }
.career-role-card { height: 100%; min-height: 430px; padding: clamp(2rem, 4vw, 3.2rem); border-radius: 34px; }
.career-role-teaching { color: #fff; background: var(--forest); box-shadow: 10px 12px 0 var(--aqua); }.career-role-support { color: var(--ink); background: var(--sun); box-shadow: 10px 12px 0 var(--coral); }
.career-role-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.3rem; }
.career-role-top span { padding: .45rem .75rem; border: 1px solid currentColor; border-radius: 999px; text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; font-weight: 800; opacity: .78; }
.career-role-top i { font-size: 2rem; }.career-role-card h3 { max-width: 430px; margin: 0 0 2rem; font: 700 clamp(1.55rem, 2.5vw, 2.25rem)/1.12 "Manrope", sans-serif; letter-spacing: -.035em; }
.career-role-card ul { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }.career-role-card li { display: flex; align-items: flex-start; gap: .8rem; line-height: 1.6; }.career-role-card li i { margin-top: .18rem; font-size: 1.1rem; }
.career-role-teaching li { color: rgba(255,255,255,.78); }.career-role-teaching li i { color: var(--lime); }
.career-opening-note { display: flex; justify-content: center; align-items: center; gap: .55rem; margin: 2.5rem 0 0; color: var(--muted); text-align: center; font-size: .82rem; }

.career-expect { background: var(--paper); }
.career-expect-intro { position: sticky; top: 130px; }.career-expect-intro > p:last-child { margin: 1.2rem 0 0; color: var(--muted); line-height: 1.75; }
.career-value-list { border-top: 1px solid rgba(10,61,42,.16); }
.career-value { display: grid; grid-template-columns: 62px 1fr; gap: 1.2rem; padding: 1.6rem .5rem; border-bottom: 1px solid rgba(10,61,42,.16); transition: padding .25s ease, background .25s ease; }.career-value:hover { padding-inline: 1rem; background: rgba(255,255,255,.65); }
.career-value > span { color: var(--green); font: 800 .7rem "Manrope", sans-serif; }.career-value h3 { margin: 0 0 .35rem; font: 700 1.15rem "Manrope", sans-serif; }.career-value p { margin: 0; color: var(--muted); }

.career-apply { padding-block: clamp(5rem, 9vw, 9rem); background: #fff; }
.career-apply-shell { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2.5rem, 5vw, 5rem); color: #fff; background: var(--forest); border-radius: 38px 90px 38px 38px; box-shadow: 13px 14px 0 var(--sun); }
.career-apply-copy { max-width: 690px; }.career-apply h2 { margin: 0 0 .8rem; font: 700 clamp(1.9rem, 3vw, 3rem)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }.career-apply-copy > p:last-child { margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.career-apply-action { display: flex; align-items: center; flex: 0 0 auto; flex-direction: column; gap: 1rem; }.career-apply-action .btn { color: var(--forest); border: 0; }.career-email { color: rgba(255,255,255,.72); font-size: .82rem; }.career-email:hover { color: #fff; }

@media (max-width: 1199.98px) {
  .career-benefit { min-height: 285px; }.career-role-card { min-height: 410px; }
}
@media (max-width: 991.98px) {
  .career-section-heading, .career-apply-shell { align-items: flex-start; flex-direction: column; }.career-section-heading > p { max-width: 640px; }
  .career-expect-intro { position: static; }.career-photo-stack { max-width: 700px; }.career-apply-action { align-items: flex-start; }
}
@media (max-width: 767.98px) {
  .career-hero { min-height: 610px; margin-inline: 0; border-radius: 0 0 30px 30px; }.career-hero-inner { min-height: 610px; }.career-hero::after { background: linear-gradient(90deg, rgba(4,30,20,.96), rgba(4,30,20,.62)); }.career-hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }.career-hero-shape { display: none; }
  .career-photo-stack { min-height: 410px; }.career-photo-main { width: 92%; height: 370px; }.career-photo-small { width: 44%; height: 155px; border-width: 5px; }.career-photo-badge { top: 1rem; width: 84px; height: 84px; font-size: .62rem; }
  .career-section-heading { margin-bottom: 2.2rem; }.career-benefit { min-height: 0; }.career-benefit > i { margin-bottom: 2rem; }
  .career-role-card { min-height: 0; padding: 2rem; border-radius: 26px; }.career-opening-note { align-items: flex-start; text-align: left; }
  .career-value { grid-template-columns: 42px 1fr; gap: .6rem; }.career-apply-shell { border-radius: 28px 65px 28px 28px; }.career-apply-action, .career-apply-action .btn { width: 100%; }.career-apply-action .btn { text-align: center; }
}

/* Homepage experience mosaic — aligned editorial grid */
.home-page .experience-section .bento-grid { grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr) minmax(0,1fr); grid-template-rows: repeat(2,minmax(345px,1fr)) minmax(350px,auto); align-items: stretch; gap: 1.5rem; }
.home-page .experience-section .bento-card:nth-child(n) { min-width: 0; min-height: 0; padding: 1.8rem; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; transform: none; }
.home-page .experience-section .bento-large { grid-column: 1; grid-row: 1 / span 2; }
.home-page .experience-section .bento-warm { grid-column: 2; grid-row: 1; }
.home-page .experience-section .bento-photo { grid-column: 3; grid-row: 1; }
.home-page .experience-section .bento-cream { grid-column: 2 / 4; grid-row: 2; }
.home-page .experience-section .bento-wide { grid-column: 1 / -1; grid-row: 3; }
.home-page .experience-section .bento-card::after { inset: 10% 0 0; background: linear-gradient(180deg,transparent 5%,rgba(4,27,18,.16) 38%,rgba(4,27,18,.94) 100%); }
.home-page .experience-section .bento-card::before { position: absolute; z-index: 2; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; pointer-events: none; }
.home-page .experience-section .card-number { padding: .38rem .55rem; color: #fff; background: rgba(4,30,20,.34); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; opacity: 1; backdrop-filter: blur(8px); }
.home-page .experience-section .card-copy { right: 1.8rem; bottom: 1.8rem; left: 1.8rem; }
.home-page .experience-section .card-copy > i { width: 50px; height: 50px; margin-bottom: 1.1rem; box-shadow: 0 8px 22px rgba(0,0,0,.16); font-size: 1.35rem; }
.home-page .experience-section .card-copy h3 { margin-bottom: .65rem; font-size: clamp(1.45rem,2vw,2.1rem); text-wrap: balance; }
.home-page .experience-section .card-copy p { max-width: 600px; color: rgba(255,255,255,.78); opacity: 1; font-size: .95rem; line-height: 1.65; text-wrap: pretty; }
.home-page .experience-section .bento-cream .card-copy { right: auto; width: min(600px,calc(100% - 3.6rem)); }
.home-page .experience-section .bento-large .bento-real-image { object-position: 50% center; }
.home-page .experience-section .bento-cream .bento-real-image { object-position: center 42%; }
.home-page .experience-section .bento-wide .bento-real-image { object-position: center 42%; }
.home-page .experience-section .bento-card:hover { box-shadow: 0 28px 70px rgba(9,38,26,.2); transform: translateY(-7px); }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-page .experience-section .bento-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(3,320px); }
  .home-page .experience-section .bento-large { grid-column: 1; grid-row: 1 / span 2; }
  .home-page .experience-section .bento-warm { grid-column: 2; grid-row: 1; }
  .home-page .experience-section .bento-photo { grid-column: 2; grid-row: 2; }
  .home-page .experience-section .bento-cream { grid-column: 1; grid-row: 3; }
  .home-page .experience-section .bento-wide { grid-column: 2; grid-row: 3; grid-template-columns: 1fr; }
  .home-page .experience-section .bento-wide .orbit { display: none; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-page .experience-section .bento-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 500px repeat(2,340px) 350px; }
  .home-page .experience-section .bento-large { grid-column: 1 / -1; grid-row: 1; }
  .home-page .experience-section .bento-warm { grid-column: 1; grid-row: 2; }
  .home-page .experience-section .bento-photo { grid-column: 2; grid-row: 2; }
  .home-page .experience-section .bento-cream { grid-column: 1 / -1; grid-row: 3; }
  .home-page .experience-section .bento-wide { grid-column: 1 / -1; grid-row: 4; }
}

@media (max-width: 767.98px) {
  .home-page .experience-section .bento-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 1rem; }
  .home-page .experience-section .bento-card:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 390px; border-radius: 24px; }
  .home-page .experience-section .bento-large { min-height: 500px !important; }
  .home-page .experience-section .bento-wide { display: block; }
  .home-page .experience-section .bento-wide > div { position: static; }
  .home-page .experience-section .card-copy { right: 1.35rem; bottom: 1.35rem; left: 1.35rem; }
  .home-page .experience-section .bento-wide .card-copy { z-index: 3; }
  .home-page .experience-section .bento-cream .card-copy { width: calc(100% - 2.7rem); }
}
