.breadcrumbs{margin-bottom:.75rem;font-size:.875rem;opacity:.85}.breadcrumbs a{color:#fff;text-decoration:none;opacity:.8}.breadcrumbs a:hover{opacity:1;text-decoration:underline}.breadcrumbs .separator{margin:0 .5rem;opacity:.5}.share-row{display:flex;align-items:center;gap:.375rem;margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--gray-100)}.share-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;margin-right:.25rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:var(--radius-sm, 6px);border:1px solid var(--gray-200);background:var(--paper);color:var(--gray-600);cursor:pointer;text-decoration:none;transition:all .15s}.share-btn:hover{border-color:var(--brand-teal);color:var(--brand-teal-deep);transform:translateY(-1px)}.share-btn.copied{border-color:var(--brand-teal);color:var(--brand-teal-deep)}[data-theme=dark] .share-row{border-top-color:var(--border)}[data-theme=dark] .share-label{color:var(--text-secondary)}[data-theme=dark] .share-btn{background:var(--bg-elevated);border-color:var(--border);color:var(--text-body)}[data-theme=dark] .share-btn:hover{color:var(--brand-teal)}.similar-schools-section{max-width:1200px;margin:0 auto 2rem;padding:0 1.5rem}.similar-schools-section h3{font-size:1.25rem;margin-bottom:1rem}.similar-schools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.similar-school-card{display:block;background:var(--paper);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-md);text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;border:1px solid var(--sand-200)}.similar-school-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--brand-teal)}.similar-school-name{font-weight:600;font-size:1rem;color:var(--gray-900);margin-bottom:.25rem}.similar-school-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;align-items:center}@media(max-width:768px){.similar-schools-grid{grid-template-columns:1fr}}.parents-also-viewed-band{background:var(--sand-100);padding:2.5rem 0 3rem;margin-top:2rem;border-top:1px solid var(--sand-200)}.parents-also-viewed-band .similar-schools-section{margin:0 auto}.parents-also-viewed-band h3{font-family:var(--font-display, Fraunces, Georgia, serif);font-weight:500;font-size:1.5rem;color:var(--brand-ink);margin-bottom:1.25rem}[data-theme=dark] .parents-also-viewed-band{background:var(--bg-section, #0E1C31);border-top-color:var(--border, #1F3352)}.school-tabs-wrap{position:sticky;top:0;z-index:40;background:var(--paper, #fff);border-bottom:1px solid var(--sand-200);backdrop-filter:blur(8px);background:color-mix(in srgb,var(--paper, #fff) 92%,transparent)}.school-tabs{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;gap:.25rem;overflow-x:auto;scrollbar-width:none}.school-tabs::-webkit-scrollbar{display:none}.school-tab{flex:0 0 auto;padding:.875rem 1rem .75rem;font-size:.9375rem;font-weight:500;color:var(--sand-700);text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;white-space:nowrap}.school-tab:hover{color:var(--brand-ink)}.school-tab.active{color:var(--brand-teal-deep);border-bottom-color:var(--brand-teal-deep);font-weight:600}[data-theme=dark] .school-tabs-wrap{background:color-mix(in srgb,var(--bg-elevated, #11213A) 92%,transparent);border-bottom-color:var(--border, #1F3352)}[data-theme=dark] .school-tab{color:var(--text-body, #D4C7B3)}[data-theme=dark] .school-tab:hover{color:var(--text, #F3ECE2)}[data-theme=dark] .school-tab.active{color:var(--brand-teal);border-bottom-color:var(--brand-teal)}.section-anchor{display:block;position:relative;top:-60px;visibility:hidden;height:0}@media(max-width:768px){.school-tab{padding:.75rem .75rem .625rem;font-size:.875rem}}.contribute-card{background:var(--paper);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-100)}.contribute-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.contribute-header h3{font-size:1.125rem;margin-bottom:.25rem}.contribute-header p{color:var(--gray-500);font-size:.875rem}.contribute-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contribute-field.full-width{grid-column:1 / -1}.contribute-field label{display:block;font-size:.8125rem;font-weight:500;color:var(--gray-700);margin-bottom:.375rem}.contribute-field input,.contribute-field select,.contribute-field textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:.875rem;font-family:inherit}.contribute-field textarea{resize:vertical}.char-count{font-size:.75rem;color:var(--gray-400);float:right;margin-top:.25rem}.star-rating{display:flex;gap:4px}.star-rating .star{font-size:1.5rem;color:var(--gray-300);cursor:pointer;transition:color .15s}.star-rating .star.active,.star-rating .star:hover{color:var(--brand-sun)}.btn-contribute{margin-top:1.25rem;background:var(--teal-600);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-contribute:hover{background:var(--teal-700)}.contribute-note{font-size:.75rem;color:var(--gray-400);margin-top:.75rem}@media(max-width:768px){.contribute-fields{grid-template-columns:1fr}.contribute-card{padding:1.25rem}}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.amenity-category{background:var(--gray-50);border-radius:var(--radius-md);padding:1rem}.amenity-category h4{font-size:.8125rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.amenity-category .amenity-count{font-size:1.5rem;font-weight:700;color:var(--teal-600)}.amenity-category .amenity-label{font-size:.75rem;color:var(--gray-500)}.category-rating-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.category-rating-row:last-child{border-bottom:none}.category-rating-name{font-size:.875rem;font-weight:500;color:var(--gray-700)}.category-rating-value{font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:var(--radius-full)}.category-rating-value.outstanding{background:var(--rating-outstanding-tint);color:var(--rating-outstanding-fg)}.category-rating-value.very-good{background:var(--rating-verygood-tint);color:var(--rating-verygood-fg)}.category-rating-value.good{background:var(--rating-good-tint);color:var(--rating-good-fg)}.category-rating-value.acceptable{background:var(--rating-acceptable-tint);color:var(--rating-acceptable-fg)}.category-rating-value.weak{background:var(--rating-weak-tint);color:var(--rating-weak-fg)}.quick-fact-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-full);font-size:.8125rem;color:var(--gray-700)}.quick-fact-badge svg{width:14px;height:14px;color:var(--teal-500);flex-shrink:0}.heritage-badge{background:color-mix(in srgb,var(--brand-sun) 14%,var(--white));border-color:color-mix(in srgb,var(--brand-sun) 35%,var(--white));color:#7a5400}.rating-journey-badge{background:var(--brand-teal-tint);border-color:color-mix(in srgb,var(--brand-teal) 30%,var(--white));color:var(--brand-teal-deep)}@media(max-width:768px){.amenities-grid{grid-template-columns:1fr 1fr}}.school-hero{position:relative;isolation:isolate;--school-hero-text: #1E1C19;--school-hero-muted: #6B6459;--school-hero-surface: rgba(255, 255, 255, .78);--school-hero-border: #D6CDBE;background:linear-gradient(112deg,#faf8f4,#fff 58%,#f0fdfa);border-top:3px solid transparent;border-bottom:1px solid #E9E2D6;border-image:var(--brand-grad) 1;color:var(--school-hero-text);padding:1.75rem 1.5rem 2.5rem;overflow:hidden;min-height:340px}.school-hero:before{content:"";position:absolute;top:-55%;right:-12%;width:680px;height:560px;background:radial-gradient(ellipse at center,rgba(13,148,136,.16) 0%,transparent 66%);filter:blur(8px);opacity:1;z-index:-1;pointer-events:none}.school-hero:after{content:"";position:absolute;bottom:-70%;left:-8%;width:560px;height:440px;background:radial-gradient(ellipse at center,rgba(124,58,237,.1) 0%,transparent 68%);filter:blur(12px);opacity:1;z-index:-1;pointer-events:none}.school-hero-inner{max-width:1200px;margin:0 auto}.school-hero .breadcrumbs{font-size:.8125rem;margin-bottom:.75rem;padding:0;color:var(--school-hero-muted);background-color:transparent!important}.school-hero .breadcrumbs a{color:#4a4438;text-decoration:none;transition:color .15s}.school-hero .breadcrumbs a:hover{color:#0f766e}.school-hero .breadcrumbs .separator{opacity:.4;margin:0 .4rem;font-size:.75rem}.school-hero .breadcrumbs span:last-child{color:var(--school-hero-text);font-weight:500}.hero-head{display:grid;grid-template-columns:1fr auto;gap:1rem 2rem;align-items:end}.hero-title h1{font-size:clamp(1.65rem,3vw + .5rem,2.25rem);margin:0 0 .35rem;line-height:1.1;font-weight:700;letter-spacing:-.015em;color:var(--school-hero-text);text-wrap:balance}.hero-title .arabic-name{font-size:1.0625rem;color:var(--school-hero-muted);margin:0;direction:rtl;font-weight:400}.hero-score-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:118px;padding:.75rem 1.25rem;background:var(--school-hero-surface);border:1px solid var(--school-hero-border);border-radius:0;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-score-pill .score-big{font-size:2.125rem;font-weight:700;line-height:1;color:var(--brand-teal);font-feature-settings:"tnum";letter-spacing:-.02em}.hero-score-pill .score-meta{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--school-hero-muted);margin-top:.375rem;text-align:center;line-height:1.15}.hero-score-pill .score-methodology-link{margin-top:.4rem;font-size:.625rem;font-weight:500;color:var(--school-hero-muted);text-decoration:underline;text-decoration-color:#d6cdbe;text-underline-offset:2px;line-height:1.2;text-align:center;transition:color .15s ease}.hero-score-pill .score-methodology-link:hover{color:#0f766e;text-decoration-color:#0f766e}.score-breakdown-details{position:relative;margin-top:.4rem}.score-breakdown-details>summary{list-style:none;cursor:pointer;font-size:.625rem;font-weight:500;color:var(--school-hero-muted);text-decoration:underline;text-decoration-color:#d6cdbe;text-underline-offset:2px;line-height:1.2;text-align:center;transition:color .15s ease}.score-breakdown-details>summary::-webkit-details-marker{display:none}.score-breakdown-details>summary:hover{color:#0f766e;text-decoration-color:#0f766e}.score-breakdown-details[open]>summary{color:#0f766e}.score-breakdown-popover{position:absolute;top:calc(100% + .5rem);right:0;min-width:240px;padding:.875rem 1rem;background:#fff;color:var(--gray-900, #111827);border-radius:0;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%);box-shadow:0 10px 30px #0000002e,0 2px 6px #0000001a;font-size:.8125rem;line-height:1.45;z-index:30;text-align:left}.score-breakdown-popover:before{content:"";position:absolute;top:-6px;right:22px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:-2px -2px 4px #0000000f}.score-breakdown-title{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.score-breakdown-list{list-style:none;padding:0;margin:0 0 .5rem}.score-breakdown-list li{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px solid var(--gray-100, #f3f4f6)}.score-breakdown-list li:last-child{border-bottom:0}.score-breakdown-list .sb-label{color:var(--gray-600, #4b5563)}.score-breakdown-list .sb-value{font-weight:600;color:var(--gray-900);font-variant-numeric:tabular-nums}.score-breakdown-link{display:inline-block;margin-top:.25rem;font-size:.75rem;color:var(--brand-teal-deep, #045f5f);text-decoration:none;font-weight:600}.score-breakdown-link:hover{text-decoration:underline}[data-theme=dark] .score-breakdown-popover{background:#1f2937;color:#f9fafb}[data-theme=dark] .score-breakdown-popover:before{background:#1f2937;box-shadow:-2px -2px 4px #0000004d}[data-theme=dark] .score-breakdown-title{color:#f9fafb}[data-theme=dark] .score-breakdown-list li{border-bottom-color:#374151}[data-theme=dark] .score-breakdown-list .sb-label{color:#d1d5db}[data-theme=dark] .score-breakdown-list .sb-value{color:#f9fafb}@media(max-width:600px){.score-breakdown-popover{right:-1rem;min-width:220px;font-size:.75rem}}.info-card.pro-only{position:relative}.info-card.pro-only:before{content:"PRO";position:absolute;top:.75rem;right:.75rem;padding:.1875rem .5rem;background:linear-gradient(135deg,var(--brand-teal, #067a7a),var(--brand-teal-deep, #045f5f));color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.08em;border-radius:999px;line-height:1;z-index:5;pointer-events:none}.hero-sub{margin-top:1.25rem;display:flex;align-items:center;flex-wrap:wrap;gap:.625rem 1rem}.hero-meta-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:.9375rem;color:var(--school-hero-muted)}.hero-meta-list li{display:inline-flex;align-items:center}.hero-meta-list li+li:before{content:"\b7";opacity:.45;margin:0 .7rem;font-weight:700}.hero-meta-list .google-star{color:var(--brand-sun);margin-right:.3rem}.hero-meta-list .meta-dim{opacity:.65;margin-left:.25rem}.school-hero .hero-sub>.meta-dim{color:var(--school-hero-muted)}.hero-meta,.hero-score{display:none}@media(max-width:768px){.school-hero{padding:1.25rem 1rem 1.75rem}.hero-head{grid-template-columns:1fr;gap:1rem}.hero-score-pill{align-self:flex-start;flex-direction:row;min-width:0;padding:.625rem .9rem;gap:.6rem}.hero-score-pill .score-big{font-size:1.625rem}.hero-score-pill .score-meta{text-align:left;font-size:.625rem;margin-top:0}.hero-score-pill .score-methodology-link{display:none}.hero-meta-list{font-size:.875rem}.hero-meta-list li+li:before{margin:0 .5rem}}[data-theme=dark] .school-hero{--school-hero-text: #F3ECE2;--school-hero-muted: #C9C2B7;--school-hero-surface: rgba(255, 255, 255, .08);--school-hero-border: rgba(255, 255, 255, .16);border-bottom-color:var(--border)}[data-theme=dark] .school-hero .breadcrumbs a{color:#d4c7b3}[data-theme=dark] .school-hero .breadcrumbs a:hover{color:var(--brand-teal)}[data-theme=dark] .score-breakdown-details>summary:hover,[data-theme=dark] .score-breakdown-details[open]>summary{color:var(--brand-teal)}.school-content{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem}.info-card{background:var(--paper);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);margin-bottom:1.5rem}.info-card h2,.info-card h3{font-size:1.125rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.rating-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.375rem .875rem;border-radius:var(--radius-full);font-weight:600;font-size:.8125rem;letter-spacing:.01em;white-space:nowrap}.hero-sub .rating-badge{padding:.5rem 1rem;font-size:.9375rem;box-shadow:0 1px 3px #0000001f}.hero-sub .rating-badge:before{content:"Irtiqaa";font-size:.625rem;letter-spacing:.08em;font-weight:700;opacity:.72;padding-right:.4rem;border-right:1px solid currentColor;margin-right:.1rem}.hero-sub .rating-badge.rating-no-report:before{display:none}.hero-sub .rating-badge.rating-not-rated:before{display:none}.rating-outstanding{background:var(--rating-outstanding-tint);color:var(--rating-outstanding-fg)}.rating-very-good{background:var(--rating-verygood-tint);color:var(--rating-verygood-fg)}.rating-good{background:var(--rating-good-tint);color:var(--rating-good-fg)}.rating-acceptable{background:var(--rating-acceptable-tint);color:var(--rating-acceptable-fg)}.rating-weak{background:var(--rating-weak-tint);color:var(--rating-weak-fg)}.focus-ratings{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.focus-rating-box{padding:1rem;background:var(--gray-50);border-radius:var(--radius-md);text-align:center}.focus-rating-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;margin-bottom:.5rem}.focus-rating-value{font-weight:600;font-size:.875rem;padding:.25rem .75rem;border-radius:var(--radius-full);display:inline-block}.focus-outstanding{background:var(--rating-outstanding-tint);color:var(--rating-outstanding-fg)}.focus-very-good{background:var(--rating-verygood-tint);color:var(--rating-verygood-fg)}.focus-good{background:var(--rating-good-tint);color:var(--rating-good-fg)}.focus-acceptable{background:var(--rating-acceptable-tint);color:var(--rating-acceptable-fg)}.focus-weak{background:var(--rating-weak-tint);color:var(--rating-weak-fg)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-box{text-align:center;padding:1rem;background:var(--gray-50);border-radius:var(--radius-md)}.stat-value{font-size:1.5rem;font-weight:700;color:var(--teal-600)}.stat-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase}.fee-table{width:100%;border-collapse:collapse}.fee-table th,.fee-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--gray-100)}.fee-table th{background:var(--gray-50);font-weight:600;font-size:.875rem}.fee-amount{font-weight:600;color:var(--teal-600)}.rating-history{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.rating-history-item{padding:.25rem .625rem;background:var(--gray-100);color:var(--gray-700);border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500}.rating-history-item.rating-history-outstanding{background:color-mix(in srgb,var(--brand-sun, #F5B400) 22%,transparent);color:#6b5400}.rating-history-item.rating-history-very-good{background:color-mix(in srgb,var(--brand-teal) 22%,transparent);color:var(--brand-teal-deep)}.rating-history-item.rating-history-good{background:color-mix(in srgb,var(--brand-teal) 12%,transparent);color:var(--brand-teal-deep)}.rating-history-item.rating-history-acceptable{background:color-mix(in srgb,var(--brand-coral, #E87B58) 18%,transparent);color:#7a2a0f}.rating-history-item.rating-history-weak{background:color-mix(in srgb,#B12A00 22%,transparent);color:#7a1b00}.rating-history-item.improved:before{content:"\2191  ";opacity:.7;font-weight:600}.rating-history-item.declined:before{content:"\2193  ";opacity:.7;font-weight:600}[data-theme=dark] .rating-history-item{background:var(--bg);color:var(--text-body)}[data-theme=dark] .rating-history-item.rating-history-outstanding{background:color-mix(in srgb,var(--brand-sun, #F5B400) 25%,var(--bg-elevated));color:var(--brand-sun, #F5B400)}[data-theme=dark] .rating-history-item.rating-history-very-good{background:color-mix(in srgb,var(--brand-teal) 25%,var(--bg-elevated));color:var(--brand-teal)}[data-theme=dark] .rating-history-item.rating-history-good{background:color-mix(in srgb,var(--brand-teal) 18%,var(--bg-elevated));color:var(--brand-teal)}[data-theme=dark] .rating-history-item.rating-history-acceptable{background:color-mix(in srgb,var(--brand-coral, #E87B58) 22%,var(--bg-elevated));color:var(--brand-coral, #E87B58)}[data-theme=dark] .rating-history-item.rating-history-weak{background:color-mix(in srgb,#B12A00 28%,var(--bg-elevated));color:#ff9aa2}.rating-history-card-prominent{border-left:4px solid var(--brand-teal)}.rating-history-headline{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.rating-history-subtitle{font-size:.875rem;color:var(--gray-600);margin:.25rem 0 0;max-width:480px}.rating-history-summary{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:180px}.rh-trend-pill{padding:.25rem .75rem;border-radius:var(--radius-full, 999px);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rh-trend-pill.trend-up{background:color-mix(in srgb,var(--brand-teal) 15%,transparent);color:var(--brand-teal-deep)}.rh-trend-pill.trend-down{background:color-mix(in srgb,var(--brand-coral, #E87B58) 18%,transparent);color:#7a2a0f}.rh-trend-pill.trend-flat{background:var(--gray-100);color:var(--gray-700)}.rh-journey{font-size:1rem;color:var(--gray-800)}.rh-journey strong{color:var(--brand-ink);font-weight:700}.rh-arrow{color:var(--gray-400);margin:0 .25rem}.rh-span{font-size:.75rem;color:var(--gray-500)}[data-theme=dark] .rating-history-card-prominent{border-left-color:var(--brand-teal)}[data-theme=dark] .rating-history-subtitle{color:var(--text-secondary)}[data-theme=dark] .rh-trend-pill.trend-flat{background:var(--bg);color:var(--text-secondary)}[data-theme=dark] .rh-trend-pill.trend-up{color:var(--brand-teal)}[data-theme=dark] .rh-trend-pill.trend-down{color:var(--brand-coral, #E87B58)}[data-theme=dark] .rh-journey{color:var(--text-body)}[data-theme=dark] .rh-journey strong{color:var(--text)}[data-theme=dark] .rh-arrow,[data-theme=dark] .rh-span{color:var(--text-secondary)}@media(max-width:600px){.rating-history-headline{flex-direction:column}.rating-history-summary{align-items:flex-start}}.enrollment-chart{height:200px;position:relative;margin-top:1rem}.chart-bar{position:absolute;bottom:25px;background:linear-gradient(to top,var(--teal-500),var(--teal-400));border-radius:var(--radius-sm) var(--radius-sm) 0 0}.chart-label{position:absolute;bottom:5px;font-size:.625rem;color:var(--gray-500);transform:translate(-50%)}.chart-value{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:.625rem;font-weight:600;color:var(--teal-700)}.contact-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.contact-item:last-child{border-bottom:none}.contact-item a{color:var(--teal-600);text-decoration:none}.contact-item a:hover{text-decoration:underline}.action-buttons{display:flex;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.action-btn{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.75rem .875rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .15s;white-space:nowrap;box-sizing:border-box}.action-btn-primary{background:var(--brand-teal-deep);color:#fff;border:1px solid var(--brand-teal-deep);flex:1 1 100%;padding:.875rem}.action-btn-primary:hover{background:var(--brand-teal);border-color:var(--brand-teal);transform:translateY(-1px);box-shadow:0 2px 8px #0d948840}.action-btn-primary svg{opacity:.9}.action-btn-secondary{background:var(--paper);color:var(--gray-800);border:1px solid var(--gray-200)}.action-btn-secondary:hover{border-color:var(--brand-teal);color:var(--brand-teal-deep);transform:translateY(-1px)}.action-btn-secondary svg{color:var(--gray-500);transition:color .15s}.action-btn-secondary:hover svg{color:var(--brand-teal)}[data-theme=dark] .action-btn-secondary{background:var(--bg-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .action-btn-secondary:hover{border-color:var(--brand-teal);color:var(--brand-teal)}[data-theme=dark] .action-btn-secondary svg{color:var(--text-secondary)}[data-theme=dark] .action-btn-secondary:hover svg{color:var(--brand-teal)}.school-location-card{padding:0;overflow:hidden;border:1px solid var(--sand-200);box-shadow:none}.school-location-card h3{margin:0;padding:1rem 1.25rem;border-bottom:1px solid var(--sand-200)}#school-map{height:300px;border-radius:0}.school-location-card .contact-item{margin:0!important;padding:1rem 1.25rem;border-top:1px solid var(--sand-200)}.school-map-link{display:block;padding:1rem 1.25rem;border-top:1px solid var(--sand-200);color:#055656;font-weight:700;text-decoration:underline;text-underline-offset:3px}.school-map-link:hover{background:var(--sand-100)}.exam-result-block{padding:1rem;background:var(--gray-50);border-radius:var(--radius-md);margin-bottom:1rem}.exam-result-block:last-child{margin-bottom:0}.exam-result-block h4{font-size:.95rem;margin-bottom:.75rem;color:var(--teal-700)}.exam-stats{display:flex;gap:1rem;flex-wrap:wrap}.exam-stat{text-align:center;padding:.5rem 1rem;background:var(--paper);border-radius:var(--radius-sm);min-width:70px}.exam-stat-value{display:block;font-size:1.25rem;font-weight:700;color:var(--teal-600)}.exam-stat-label{display:block;font-size:.7rem;color:var(--gray-500)}.exam-note{font-size:.8rem;color:var(--gray-500);margin-top:.75rem}.exam-note.value-add{color:var(--brand-teal-deep);font-weight:500}.exam-note.uni-destinations{color:var(--brand-ink)}.exam-note.global-avg{font-style:italic;color:var(--gray-400);font-size:.75rem}.vs-global{display:inline-flex;font-size:.65rem;padding:.125rem .4rem;border-radius:var(--radius-full);margin-left:.25rem;vertical-align:middle}.vs-global.above{background:var(--brand-teal-tint);color:var(--brand-teal-deep)}.vs-global.below{background:var(--rating-weak-tint);color:var(--rating-weak)}.university-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.uni-badge{display:inline-flex;padding:.25rem .75rem;background:var(--sand-100);color:var(--brand-ink);border-radius:var(--radius-full);font-size:.75rem;font-weight:500}@media(max-width:768px){.school-content{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.insights-list{display:flex;flex-wrap:wrap;gap:.75rem}.insight-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gray-50);border-radius:var(--radius-full);font-size:.875rem}.insight-badge.achievement{background:var(--brand-teal-tint);color:var(--brand-teal-deep)}.insight-badge.demand{background:var(--rating-weak-tint);color:var(--rating-weak)}.insight-badge.availability{background:var(--brand-teal-tint);color:var(--brand-teal-deep)}.insight-badge.inclusion{background:var(--sand-100);color:var(--brand-ink)}.insight-badge.leadership{background:color-mix(in srgb,var(--brand-sun) 14%,var(--white));color:#7a5400}.insight-badge.history{background:var(--sand-100);color:var(--sand-700)}.phase-ratings-table{width:100%;border-collapse:collapse;font-size:.875rem}.phase-ratings-table th,.phase-ratings-table td{padding:.5rem;text-align:center;border-bottom:1px solid var(--gray-100)}.phase-ratings-table th{background:var(--gray-50);font-weight:600;font-size:.75rem;text-transform:uppercase}.phase-ratings-table td:first-child{text-align:left;font-weight:500}.phase-rating{display:inline-block;padding:.125rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.phase-rating.outstanding{background:var(--rating-outstanding-tint);color:var(--rating-outstanding-fg)}.phase-rating.very-good{background:var(--rating-verygood-tint);color:var(--rating-verygood-fg)}.phase-rating.good{background:var(--rating-good-tint);color:var(--rating-good-fg)}.phase-rating.acceptable{background:var(--rating-acceptable-tint);color:var(--rating-acceptable-fg)}.phase-rating.weak{background:var(--rating-weak-tint);color:var(--rating-weak-fg)}.phase-rating.na{background:var(--gray-100);color:var(--gray-500);font-size:.65rem}.rating-badge.rating-no-report{background:#f0ebe0;color:#4a4438;border:1px solid #D6CDBE;font-style:italic}.khda-report-link{display:inline-flex;align-items:center;gap:.4rem;padding:.375rem .75rem;border-radius:0;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);background:#ffffffd1;border:1px solid #D6CDBE;color:#1e1c19;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease}.khda-report-link:hover{background:#ccfbf1;border-color:#5eead4;color:#0f766e}[data-theme=dark] .khda-report-link{background:#ffffff14;border-color:#ffffff2e;color:#f3ece2}[data-theme=dark] .khda-report-link:hover{background:#0d948833;border-color:var(--brand-teal);color:#fff}[data-theme=dark] .rating-badge.rating-no-report{background:#ffffff1a;color:#f3ece2;border-color:#fff3}.khda-report-link .khda-report-icon{font-size:.9375rem}.khda-report-link .khda-report-arrow{font-size:.75rem;opacity:.8}.no-report-notice{background:var(--sand-50);border:1px dashed var(--sand-300);border-radius:var(--radius-md);padding:1rem;margin-bottom:1rem}.no-report-notice p{color:var(--sand-700);font-size:.875rem;margin:0}.no-report-notice strong{color:var(--brand-ink)}.khda-list{list-style:none;padding:0;margin:0}.khda-list li{padding:.75rem 0;border-bottom:1px solid var(--gray-100);display:flex;align-items:flex-start;gap:.75rem}.khda-list li:last-child{border-bottom:none}.highlights-list li:before{content:"\2713";color:var(--brand-teal-deep);font-weight:700}.recommendations-list li:before{content:"\2192";color:var(--brand-coral);font-weight:700}.demographics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.demo-item{padding:.75rem;background:var(--gray-50);border-radius:var(--radius-md)}.demo-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;margin-bottom:.25rem}.demo-value{font-size:1rem;font-weight:600;color:var(--gray-800)}.difficulty-high{color:var(--rating-weak)}.difficulty-medium{color:#a63918}.difficulty-low{color:var(--brand-teal-deep)}.fee-cmp-sub{font-size:.875rem;color:var(--gray-600);margin:0 0 .875rem}.fee-cmp-list{display:flex;flex-direction:column;gap:.5rem}.fee-cmp-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(0,3fr) auto;gap:.875rem;align-items:center;padding:.375rem 0}.fee-cmp-name{font-size:.875rem;color:var(--gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fee-cmp-track{background:var(--gray-100);border-radius:var(--radius-full, 999px);height:12px;overflow:hidden}.fee-cmp-bar{height:100%;background:var(--gray-300);border-radius:var(--radius-full, 999px);transition:width .3s}.fee-cmp-row-this .fee-cmp-name{color:var(--brand-ink);font-weight:700}.fee-cmp-row-this .fee-cmp-bar{background:linear-gradient(to right,var(--brand-teal),var(--brand-teal-deep))}.fee-cmp-value{font-size:.875rem;color:var(--gray-700);font-variant-numeric:tabular-nums;min-width:70px;text-align:right}.fee-cmp-row-this .fee-cmp-value{color:var(--brand-ink);font-weight:700}.fee-cmp-meta{font-size:.75rem;color:var(--gray-500);margin-top:.875rem;line-height:1.5}[data-theme=dark] .fee-cmp-sub,[data-theme=dark] .fee-cmp-meta{color:var(--text-secondary)}[data-theme=dark] .fee-cmp-name,[data-theme=dark] .fee-cmp-value{color:var(--text-body)}[data-theme=dark] .fee-cmp-track{background:var(--bg)}[data-theme=dark] .fee-cmp-bar{background:var(--border)}[data-theme=dark] .fee-cmp-row-this .fee-cmp-name,[data-theme=dark] .fee-cmp-row-this .fee-cmp-value{color:var(--text)}@media(max-width:640px){.fee-cmp-row{grid-template-columns:1fr auto;gap:.5rem}.fee-cmp-track{grid-column:1 / -1}}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:var(--gray-200)}.timeline-item{position:relative;padding-bottom:1.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-1.625rem;top:.25rem;width:12px;height:12px;border-radius:50%;border:2px solid var(--teal-500);background:var(--paper)}.timeline-dot.active{background:var(--teal-500)}.timeline-date{font-size:.75rem;font-weight:600;color:var(--teal-600);text-transform:uppercase}.timeline-title{font-size:.9375rem;font-weight:600;color:var(--gray-900);margin:.125rem 0}.timeline-desc{font-size:.8125rem;color:var(--gray-500)}.timeline-item-next .timeline-title{color:var(--brand-teal-deep)}.timeline-dot.next{background:var(--brand-teal);border-color:var(--brand-teal);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-teal) 25%,transparent)}.timeline-callout{display:flex;flex-direction:column;gap:.125rem;padding:.75rem 1rem;margin:0 0 1.25rem;background:color-mix(in srgb,var(--brand-teal) 8%,var(--paper));border-left:3px solid var(--brand-teal);border-radius:var(--radius-sm, 6px)}.timeline-callout-soon{background:color-mix(in srgb,var(--brand-sun, #F5B400) 15%,var(--paper));border-left-color:var(--brand-sun, #F5B400)}.timeline-callout-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-teal-deep)}.timeline-callout-soon .timeline-callout-label{color:#8b6a00}.timeline-callout-title{font-size:.9375rem;font-weight:700;color:var(--gray-900)}.timeline-callout-meta{font-size:.8125rem;color:var(--gray-600)}.timeline-note{font-size:.8125rem;color:var(--gray-500);margin-top:1rem;line-height:1.5}.timeline-note a{color:var(--brand-teal-deep);text-decoration:underline}[data-theme=dark] .timeline-callout{background:color-mix(in srgb,var(--brand-teal) 15%,var(--bg-elevated))}[data-theme=dark] .timeline-callout-soon{background:color-mix(in srgb,var(--brand-sun, #F5B400) 18%,var(--bg-elevated))}[data-theme=dark] .timeline-callout-label{color:var(--brand-teal)}[data-theme=dark] .timeline-callout-soon .timeline-callout-label{color:var(--brand-sun, #F5B400)}[data-theme=dark] .timeline-callout-title{color:var(--text)}[data-theme=dark] .timeline-callout-meta,[data-theme=dark] .timeline-note{color:var(--text-secondary)}[data-theme=dark] .timeline-note a,[data-theme=dark] .timeline-item-next .timeline-title{color:var(--brand-teal)}.nursery-pipeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.nursery-pipeline-card{background:var(--paper);border-radius:var(--radius-md);padding:1rem;border:1px solid var(--gray-200);transition:all .2s}.nursery-pipeline-card:hover{border-color:var(--teal-300);box-shadow:var(--shadow-md)}.nursery-pipeline-card h4{font-size:.9375rem;color:var(--gray-900);margin-bottom:.25rem}.nursery-pipeline-card .nursery-meta{font-size:.8125rem;color:var(--gray-500)}.nursery-pipeline-card .nursery-dist{font-size:.75rem;color:var(--teal-600);font-weight:500;margin-top:.5rem}@media(max-width:768px){.nursery-pipeline-grid{grid-template-columns:1fr}}.reviews-container{display:flex;flex-direction:column;gap:1rem}.review-card{background:var(--paper);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.25rem}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-author{font-weight:600;font-size:.9375rem;color:var(--gray-900)}.review-date{font-size:.75rem;color:var(--gray-400)}.review-stars{color:var(--brand-sun);font-size:.875rem;letter-spacing:2px;margin-bottom:.5rem}.review-text{font-size:.875rem;color:var(--gray-600);line-height:1.5}.review-cta{text-align:center;padding:1.5rem;background:var(--gray-50);border-radius:var(--radius-md)}.review-cta p{font-size:.875rem;color:var(--gray-500);margin-bottom:.75rem}.btn-review{padding:.625rem 1.5rem;border:2px solid var(--teal-500);border-radius:var(--radius-md);background:var(--paper);color:var(--teal-600);font-weight:600;cursor:pointer;font-size:.875rem}.btn-review:hover{background:var(--teal-50)}.btn-review:disabled{opacity:.55;cursor:not-allowed}.review-locked{text-align:center;padding:2rem}.reviews-empty{padding:1.25rem;background:var(--gray-50);border-radius:var(--radius-md);color:var(--gray-600);font-size:.9375rem;text-align:center}.review-pending{border-left:3px solid var(--brand-sun, #F5B400);background:color-mix(in srgb,var(--brand-sun, #F5B400) 6%,var(--paper))}.review-pending-pill{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background:var(--brand-sun, #F5B400);color:#4a3600;border-radius:var(--radius-full, 999px);font-size:.6875rem;font-weight:600;letter-spacing:.02em}.review-form{margin-top:1.5rem;padding:1.5rem;background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200)}.review-form h4{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:var(--gray-900)}.review-form-hint{font-size:.8125rem;color:var(--gray-600);margin-bottom:1rem}.review-form-hint a{color:var(--brand-teal-deep);text-decoration:underline}.review-form-row{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.875rem}.review-form-row label{font-size:.8125rem;font-weight:600;color:var(--gray-800)}.review-form-row select,.review-form-row textarea{width:100%;padding:.625rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.875rem;background:var(--paper);color:var(--gray-900);font-family:inherit}.review-form-row textarea{resize:vertical;min-height:90px}.review-star-select{display:inline-flex;gap:.25rem}.review-star{background:transparent;border:none;color:var(--gray-300);font-size:1.5rem;cursor:pointer;padding:0 .125rem;line-height:1;transition:color .1s}.review-star.on{color:var(--brand-sun, #F5B400)}.review-star:hover{transform:scale(1.1)}.review-charcount{font-size:.6875rem;color:var(--gray-500);text-align:right}.review-form-actions{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.review-form-status{font-size:.8125rem;color:var(--gray-600)}.review-form-status-ok{color:var(--brand-teal-deep);font-weight:600}.review-form-status-err{color:#b12a00;font-weight:600}[data-theme=dark] .reviews-empty{background:var(--bg);color:var(--text-body)}[data-theme=dark] .review-pending{background:color-mix(in srgb,var(--brand-sun, #F5B400) 12%,var(--bg-elevated))}[data-theme=dark] .review-form{background:var(--bg);border-color:var(--border)}[data-theme=dark] .review-form h4{color:var(--text)}[data-theme=dark] .review-form-hint{color:var(--text-secondary)}[data-theme=dark] .review-form-hint a{color:var(--brand-teal)}[data-theme=dark] .review-form-row label{color:var(--text-body)}[data-theme=dark] .review-form-row select,[data-theme=dark] .review-form-row textarea{background:var(--bg-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .review-charcount,[data-theme=dark] .review-form-status{color:var(--text-secondary)}[data-theme=dark] .review-form-status-ok{color:var(--brand-teal)}.review-locked p{color:var(--gray-500);font-size:.875rem;margin-bottom:.75rem}[data-theme=dark] .timeline:before{background:var(--border)}[data-theme=dark] .timeline-dot{background:var(--bg-elevated);border-color:var(--brand-teal)}[data-theme=dark] .timeline-dot.active{background:var(--brand-teal)}[data-theme=dark] .timeline-title{color:var(--text)}[data-theme=dark] .timeline-desc{color:#8b8fa0}[data-theme=dark] .nursery-pipeline-card{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .nursery-pipeline-card h4{color:var(--text)}[data-theme=dark] .review-card{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .review-author{color:var(--text)}[data-theme=dark] .review-cta{background:var(--bg)}.difficulty-open{color:var(--gray-600)}.demand-level{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600;font-size:.9375rem;margin-bottom:1rem}.demand-high{background:var(--rating-weak-tint);color:var(--rating-weak-fg)}.demand-medium{background:var(--rating-acceptable-tint);color:var(--rating-acceptable-fg)}.demand-low{background:var(--brand-teal-tint);color:var(--brand-teal-deep)}.demand-factors{list-style:none;padding:0;margin:.75rem 0 0}.demand-factors li{padding:.5rem 0;border-bottom:1px solid var(--gray-100);font-size:.875rem;color:var(--gray-600);display:flex;align-items:flex-start;gap:.5rem}.demand-factors li:last-child{border-bottom:none}.demand-advice{margin-top:1rem;padding:.75rem;background:var(--teal-50);border-radius:var(--radius-md);font-size:.8125rem;color:var(--teal-700)}.cat-ratings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.cat-rating-item{padding:.75rem;background:var(--gray-50);border-radius:var(--radius-md)}.cat-rating-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;margin-bottom:.25rem}.cat-rating-value{font-weight:600;font-size:.875rem}.quick-facts-list{list-style:none;padding:0;margin:0}.quick-facts-list li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--gray-100);font-size:.8125rem}.quick-facts-list li:last-child{border-bottom:none}.quick-facts-list .qf-label{color:var(--gray-500)}.quick-facts-list .qf-value{color:var(--gray-800);font-weight:500}.lt-list{display:flex;flex-direction:column;gap:.5rem}.lt-row{display:flex;flex-direction:column;gap:.125rem;padding:.625rem 0;border-bottom:1px solid var(--gray-100);font-size:.875rem}.lt-row:last-child{border-bottom:none}.lt-label{color:var(--gray-500);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.lt-value{color:var(--gray-900);font-weight:500;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.lt-value strong{font-weight:600}.lt-arabic{font-size:.875rem;color:var(--gray-500);font-weight:400}.lt-meta{width:100%;font-size:.75rem;color:var(--gray-500);font-weight:400;margin-top:.125rem}.lt-source{font-size:.6875rem;color:var(--gray-400);margin-top:.75rem;line-height:1.4}.metro-badge{display:inline-block;padding:.0625rem .5rem;border-radius:var(--radius-full, 999px);font-size:.6875rem;font-weight:600;letter-spacing:.02em;color:#fff}.metro-red{background:#c8102e}.metro-green{background:#00843d}.metro-purple{background:#6e2585}.metro-blue{background:#003da5}.metro-expo{background:#5a2d81}[data-theme=dark] .lt-row{border-bottom-color:var(--border)}[data-theme=dark] .lt-label{color:var(--text-secondary)}[data-theme=dark] .lt-value{color:var(--text)}[data-theme=dark] .lt-arabic,[data-theme=dark] .lt-meta{color:var(--text-secondary)}[data-theme=dark] .lt-source{color:var(--text-secondary);opacity:.8}.gr-headline{display:flex;align-items:center;gap:1rem;margin-bottom:.875rem;padding:.875rem;background:var(--gray-50);border-radius:var(--radius-md)}.gr-rating{font-size:2rem;font-weight:700;color:var(--brand-ink);line-height:1;font-variant-numeric:tabular-nums}.gr-meta{display:flex;flex-direction:column;gap:.125rem}.gr-stars{color:var(--brand-sun, #F5B400);font-size:.9375rem;letter-spacing:1px;line-height:1.2}.gr-count{font-size:.8125rem;color:var(--gray-600)}.gr-empty{font-size:.875rem;color:var(--gray-500);margin-bottom:.875rem;padding:.875rem;background:var(--gray-50);border-radius:var(--radius-md)}.gr-link{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:var(--paper);border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--gray-800);text-decoration:none;transition:all .15s}.gr-link:hover{background:var(--gray-50);border-color:var(--brand-teal);color:var(--brand-teal-deep)}.gr-arrow{font-size:.75rem;opacity:.6}.gr-source{font-size:.6875rem;color:var(--gray-400);margin-top:.75rem;line-height:1.5}[data-theme=dark] .gr-headline{background:var(--bg)}[data-theme=dark] .gr-rating{color:var(--text)}[data-theme=dark] .gr-count{color:var(--text-secondary)}[data-theme=dark] .gr-empty{background:var(--bg);color:var(--text-secondary)}[data-theme=dark] .gr-link{background:var(--bg-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .gr-link:hover{background:var(--bg)}[data-theme=dark] .gr-source{color:var(--text-secondary);opacity:.8}.fee-calc-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.fee-calc-row label{font-size:.875rem;color:var(--gray-600);min-width:100px}.fee-calc-row select,.fee-calc-row input{padding:.5rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:.875rem;flex:1}.fee-total{margin-top:1rem;padding:1rem;background:var(--teal-50);border-radius:var(--radius-md);text-align:center}.fee-total-value{font-size:1.5rem;font-weight:700;color:var(--teal-700)}.fee-total-label{font-size:.8125rem;color:var(--teal-600)}.fh-headline{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.fh-summary{display:flex;flex-direction:column;gap:.125rem}.fh-pct{font-size:1.75rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.fh-pct.fh-up{color:#a63918}.fh-pct.fh-down{color:var(--brand-teal-deep)}.fh-summary-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.fh-yoy{font-size:.8125rem;color:var(--gray-600);text-align:right;padding-top:.25rem}.fh-yoy .fh-up{color:#a63918;font-weight:600}.fh-yoy .fh-down{color:var(--brand-teal-deep);font-weight:600}.fh-sparkline{width:100%;height:60px;display:block;margin-bottom:.75rem;overflow:visible}.fh-line{fill:none;stroke:var(--brand-teal-deep);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.fh-dot{fill:var(--brand-teal-deep)}.fh-table{width:100%;font-size:.8125rem;border-collapse:collapse;margin-bottom:.5rem}.fh-table th{text-align:left;color:var(--gray-500);font-weight:500;padding:.375rem 0;border-bottom:1px solid var(--gray-100);font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em}.fh-table td{padding:.375rem 0;color:var(--gray-800);border-bottom:1px solid var(--gray-100);font-variant-numeric:tabular-nums}.fh-table tbody tr:last-child td{border-bottom:none;font-weight:600}.fh-source{font-size:.6875rem;color:var(--gray-400);margin-top:.5rem;line-height:1.5}.fh-source a{color:var(--brand-teal-deep);text-decoration:underline}[data-theme=dark] .fh-line,[data-theme=dark] .fh-dot{stroke:var(--brand-teal);fill:var(--brand-teal)}[data-theme=dark] .fh-summary-label,[data-theme=dark] .fh-yoy{color:var(--text-secondary)}[data-theme=dark] .fh-table th{color:var(--text-secondary);border-bottom-color:var(--border)}[data-theme=dark] .fh-table td{color:var(--text);border-bottom-color:var(--border)}[data-theme=dark] .fh-source{color:var(--text-secondary)}[data-theme=dark] .fh-source a,[data-theme=dark] .fh-pct.fh-down{color:var(--brand-teal)}.qa-empty{text-align:center;padding:1.5rem;color:var(--gray-500);font-size:.875rem}.qa-intro{font-size:.875rem;color:var(--gray-600);margin:0 0 1rem}.qa-faq-list{display:flex;flex-direction:column;gap:.5rem}.qa-faq{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:0;background:var(--paper);overflow:hidden}.qa-faq summary{padding:.875rem 1rem;cursor:pointer;font-weight:600;color:var(--gray-900);font-size:.9375rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.qa-faq summary:after{content:"+";font-size:1.25rem;color:var(--gray-500);font-weight:400;transition:transform .15s}.qa-faq[open] summary:after{content:"\2212"}.qa-faq summary::-webkit-details-marker{display:none}.qa-faq summary:hover{background:var(--gray-50)}.qa-faq-answer{padding:0 1rem 1rem;font-size:.875rem;color:var(--gray-700);line-height:1.55;border-top:1px solid var(--gray-100)}.qa-faq-answer ul.qa-list{margin:.5rem 0 0;padding-left:1.25rem}.qa-faq-answer ul.qa-list li{margin-bottom:.375rem}.qa-faq-answer p{margin:.5rem 0 0}.qa-faq-answer strong{color:var(--gray-900)}.qa-form-wrap{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--gray-200)}.qa-form{margin-top:.5rem}.qa-form textarea{width:100%;padding:.75rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:.875rem;resize:vertical;min-height:60px;font-family:inherit;box-sizing:border-box}.qa-form button{margin-top:.5rem;padding:.5rem 1rem;background:var(--teal-600);color:#fff;border:none;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;cursor:pointer}[data-theme=dark] .qa-faq{background:var(--bg-elevated);border-color:var(--border)}[data-theme=dark] .qa-faq summary{color:var(--text)}[data-theme=dark] .qa-faq summary:hover{background:var(--bg)}[data-theme=dark] .qa-faq-answer{color:var(--text-body);border-top-color:var(--border)}[data-theme=dark] .qa-faq-answer strong{color:var(--text)}[data-theme=dark] .qa-form-wrap{border-top-color:var(--border)}[data-theme=dark] .qa-intro{color:var(--text-secondary)}[data-theme=dark] .demand-high{background:#2d0a0a}[data-theme=dark] .demand-medium{background:#271a04}[data-theme=dark] .demand-low{background:#052e16}[data-theme=dark] .demand-advice{background:#062029;color:var(--brand-teal)}[data-theme=dark] .cat-rating-item{background:var(--bg)}[data-theme=dark] .cat-rating-label{color:#8b8fa0}[data-theme=dark] .cat-rating-value,[data-theme=dark] .quick-facts-list .qf-value{color:var(--text)}[data-theme=dark] .quick-facts-list li{border-bottom-color:var(--border)}[data-theme=dark] .fee-total{background:#062029}[data-theme=dark] .fee-total-value{color:var(--brand-teal)}[data-theme=dark] .fee-calc-row select,[data-theme=dark] .fee-calc-row input,[data-theme=dark] .qa-form textarea{background:var(--bg);border-color:var(--border);color:var(--text)}[data-theme=dark] #school-alert-email{background:var(--bg)!important;border-color:var(--border)!important;color:var(--text)!important}[data-theme=dark] .demand-factors li{border-bottom-color:var(--border);color:var(--text-secondary)}@media(max-width:768px){.cat-ratings-grid,.demographics-grid{grid-template-columns:1fr!important}.fee-calc-row{flex-direction:column;gap:.375rem}.fee-calc-row label{min-width:auto}.action-buttons{flex-direction:column}.action-buttons .action-btn{width:100%}.similar-schools-grid,.nursery-pipeline-grid{grid-template-columns:1fr!important}.hero-meta{gap:.75rem}.school-hero h1{font-size:1.5rem}}.related-explore-grid{display:flex;flex-wrap:wrap;gap:.5rem}.related-explore-grid a{display:inline-block;padding:.375rem .75rem;background:var(--gray-100);border-radius:var(--radius-full);font-size:.8125rem;color:var(--gray-600);text-decoration:none;transition:all .2s}.related-explore-grid a:hover{background:var(--brand-teal);color:#fff}[data-theme=dark] .related-explore-grid a{background:var(--bg-elevated);color:var(--text-body)}[data-theme=dark] .related-explore-grid a:hover{background:var(--brand-teal);color:#fff}.info-card,.similar-school-card,.focus-rating-box,.stat-box,.amenity-category,.exam-result-block,.exam-stat,.demo-item,.nursery-pipeline-card,.review-card,.review-cta,.review-form,.demand-advice,.cat-rating-item,.gr-headline,.gr-empty,.fee-total,.qa-faq,.timeline-callout{border-radius:0}.info-card{border:1px solid var(--sand-200, #E9E2D6);box-shadow:0 1px 2px #1e1c190d}button,.action-btn,.share-btn,.btn-review,.btn-pricing,.gr-link,.khda-report-link,.related-explore-grid a{border-radius:0!important;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%)}.rating-badge,.focus-rating-value,.phase-rating,.category-rating-value,.quick-fact-badge,.rating-history-item,.rh-trend-pill,.vs-global,.uni-badge,.insight-badge,.demand-level,.metro-badge,.review-pending-pill,.info-card.pro-only:before{border-radius:0;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%)}.quick-fact-badge{padding:.5rem .8rem;background:#faf8f4;border-color:#d6cdbe;color:#4a4438}.info-card.pro-only:before{background:var(--brand-action-grad, linear-gradient(100deg, #0F766E, #6D28D9 55%, #BE185D))}:is(.rating-outstanding,.focus-outstanding,.phase-rating.outstanding,.category-rating-value.outstanding){background:#ede9fe;border:1px solid #C4B5FD;color:#5b21b6}:is(.rating-very-good,.focus-very-good,.phase-rating.very-good,.category-rating-value.very-good){background:#e8f7f4;border:1px solid #92D8CF;color:#0f5f59}:is(.rating-good,.focus-good,.phase-rating.good,.category-rating-value.good){background:#f4efe6;border:1px solid #D6CDBE;color:#4a4438}:is(.rating-acceptable,.focus-acceptable,.phase-rating.acceptable,.category-rating-value.acceptable){background:#fff3e8;border:1px solid #FED7AA;color:#9a3412}:is(.rating-weak,.focus-weak,.phase-rating.weak,.category-rating-value.weak){background:#fff0ed;border:1px solid #FDB8A8;color:#9f2d15}.phase-rating.na{background:#f4f1ec;border:1px solid #E2DBCF;color:#6b6459}.walkability-track{height:8px;overflow:hidden;background:var(--gray-200)}.walkability-bar{height:100%}#rating-vintage a{color:#0f5f59;font-weight:600;text-decoration-color:#0f766e;text-underline-offset:3px}.khda-report-link:hover{background:#faf8f4;border-color:#0f766e;color:#0f5f59}.khda-report-icon{flex:0 0 auto}.leaflet-bar{border-radius:0!important}.school-hero{min-height:0;padding:1.75rem 2rem 2.5rem;border-top:0;border-image:none}.school-hero-inner{max-width:1240px}.school-hero .breadcrumbs{margin-bottom:1.125rem}.hero-head{align-items:center;gap:2rem}.hero-title{min-width:0}.hero-title h1{font-family:Fraunces,Georgia,serif;font-size:clamp(1.75rem,3.4vw,2.625rem);font-weight:600;line-height:1.08;margin-bottom:.375rem}.hero-title .arabic-name{margin-bottom:.875rem;text-align:left}.hero-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:.625rem}.hero-kicker .rating-badge{padding:.3125rem .75rem;border:0;font-size:.78125rem;font-weight:700;box-shadow:none}.hero-kicker .rating-badge:before{content:"Irtiqaa \b7"}.hero-kicker .rating-badge.rating-no-report:before{content:"Irtiqaa \b7"}.hero-kicker .rating-good{background:#ccfbf1;color:#0f766e}.hero-kicker .rating-very-good{background:#fce7f3;color:#be185d}.hero-kicker .rating-outstanding{background:#ede9fe;color:#6d28d9}.hero-kicker .rating-acceptable{background:#ffefe8;color:#9a3412}.hero-kicker .rating-weak{background:#ffe1d5;color:#9f2d15}.hero-established{color:var(--school-hero-muted);font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500}.hero-meta-list{margin-bottom:.5rem;color:#4a4438}.hero-meta-list li[hidden]{display:none}.hero-report-link{display:inline-flex;align-items:center;gap:.25rem;color:#0f766e;font-size:.875rem;font-weight:600;text-underline-offset:3px}.hero-vintage{margin:.375rem 0 0;color:var(--school-hero-muted);font-size:.75rem}.hero-vintage a{color:#0f766e;font-weight:600}.hero-score{display:flex;flex-direction:column;align-items:center;min-width:150px}.score-gauge{display:block;overflow:visible}.score-gauge #school-score{fill:#1e1c19;font-family:Fraunces,Georgia,serif;font-size:30px;font-weight:700}.score-gauge-label{fill:#6b6459;font-family:Inter,sans-serif;font-size:9.5px;font-weight:600;letter-spacing:.06em}.hero-score-caption{color:#6b6459;font-size:.75rem}.hero-score .score-breakdown-details{margin-top:.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1.5rem}.hero-actions .action-btn{flex:0 0 auto;min-width:0;padding:.6875rem 1.125rem;background:#fff;border:1px solid #D6CDBE;color:#1e1c19}.hero-actions .action-btn:hover{color:#0f766e;border-color:#0f766e;background:#fff;box-shadow:none}body .hero-actions .action-btn-primary,body .hero-actions .action-btn-primary:hover{background:#fff!important;border-color:#d6cdbe!important;color:#1e1c19!important;box-shadow:none}.school-tabs{max-width:1240px;padding:0 2rem}.school-tabs-wrap{display:block!important}.school-content{max-width:1240px;padding:2rem;grid-template-columns:minmax(0,1fr) 340px;gap:1.75rem;align-items:start}.main-column{min-width:0}.profile-section{margin-bottom:2rem}.profile-section-title{margin:0 0 .875rem;color:var(--brand-ink, #1E1C19);font-family:Fraunces,Georgia,serif;font-size:1.375rem;font-weight:600;line-height:1.2}.info-card{padding:1.125rem;margin-bottom:.875rem;border-color:#e9e2d6;box-shadow:none}.info-card h3{margin:0 0 .125rem;font-size:.90625rem;font-weight:700}.card-subtitle,.chart-subtitle{margin:0 0 .875rem;color:#6b6459;font-size:.75rem;line-height:1.45}.card-heading-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem}.card-heading-row h3{margin:0}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1.25rem}.stat-box{padding:1rem;text-align:left;background:#fff;border:1px solid #E9E2D6;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%)}.stat-value{color:#1e1c19;font-family:JetBrains Mono,monospace;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:700;line-height:1.1;white-space:nowrap}.stat-label{margin-top:.375rem;color:#6b6459;font-size:.71875rem;letter-spacing:.04em}.stat-track{height:5px;margin-top:.625rem;overflow:hidden;background:#f0eee8}.stat-track span{display:block;height:100%;width:0;background:#0d9488}.stat-box:nth-child(2) .stat-track span{background:#7c3aed}.stat-box:nth-child(3) .stat-track span{background:#ec4899}.stat-context{margin-top:.3125rem;color:#0f766e;font-size:.71875rem;font-weight:600;line-height:1.3}.stat-box:nth-child(2) .stat-context{color:#6d28d9}.stat-box:nth-child(3) .stat-context{color:#be185d}.overview-chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.chart-card{min-width:0}.profile-chart{display:block;width:100%;height:auto}.profile-chart text{font-family:JetBrains Mono,monospace}.chart-legend{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:.25rem;color:#6b6459;font-size:.71875rem}.chart-legend span{display:inline-flex;align-items:center;gap:.25rem}.chart-legend i{width:8px;height:8px;border-radius:50%}.rating-scale-list{display:flex;flex-direction:column;gap:.875rem}.rating-scale-head{display:flex;flex-direction:column;gap:.1875rem;margin-bottom:.5rem}.rating-scale-label{color:#1e1c19;font-size:.8125rem;font-weight:600;line-height:1.35}.rating-scale-value{font-size:.75rem;font-weight:700}.rating-scale-track{position:relative;height:8px;background:linear-gradient(90deg,#ffe1d5 0% 20%,#ffefe8 20% 40%,#ccfbf1 40% 60%,#fce7f3 60% 80%,#ede9fe 80% 100%)}.rating-scale-marker{position:absolute;top:-3px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #00000040;transform:translate(-50%)}.rating-pill-list{display:none}.rating-pill-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.625rem 0;border-bottom:1px solid #F0EEE8}.rating-pill-row:last-child{border-bottom:0}.rating-pill-row span{font-size:.8125rem}.rating-pill-row strong{padding:.25rem .6875rem;font-size:.75rem}.rating-view-pills .rating-scale-list{display:none}.rating-view-pills .rating-pill-list{display:block}.rating-view-toggle{display:flex;gap:.375rem}.rating-view-toggle button{padding:.25rem .5625rem;border:1px solid #D6CDBE;background:#fff;color:#4a4438;font-size:.71875rem;cursor:pointer}.rating-view-toggle button.active{border-color:#0f766e;background:#0f766e;color:#fff}.phase-heatmap{display:grid;grid-template-columns:110px repeat(3,minmax(70px,1fr));gap:2px}.phase-heatmap-head{padding:0 .25rem .375rem;color:#6b6459;font-size:.6875rem;font-weight:600;text-align:center}.phase-heatmap-label{display:flex;align-items:center;color:#1e1c19;font-size:.78125rem;font-weight:600}.phase-heatmap-cell{display:flex;align-items:center;justify-content:center;min-height:36px;padding:.5rem .25rem;font-size:.71875rem;font-weight:700;text-align:center}.khda-inspection-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.khda-inspection-grid .info-card{min-width:0}.khda-inspection-grid #highlights-card h3{color:#0f766e}.khda-inspection-grid #recommendations-card h3{color:#9a3412}.khda-list{list-style:none;padding:0;margin:.625rem 0 0}.khda-list li{position:relative;margin-bottom:.5625rem;padding-left:1rem;font-size:.8125rem;line-height:1.5}.khda-list li:before{content:"";position:absolute;left:0;top:.45rem;width:6px;height:6px;border-radius:50%;background:#0d9488}.recommendations-list li:before{background:#ff6b4a}.khda-source-note{margin:.625rem 0 0;color:#6b6459;font-size:.6875rem;line-height:1.4}.fee-range-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.fee-range-head h3{margin:0}.fee-tier-label{padding:.25rem .625rem;background:#fef3c7;color:#7a5400;font-size:.71875rem;font-weight:700}.fee-range-track{position:relative;width:100%;max-width:none;height:8px;margin:3rem 0 1.375rem;background:#f0eee8}.fee-range-fill{position:absolute;top:0;height:100%;background:#0d9488}.fee-range-average{position:absolute;top:-1.625rem;transform:translate(-50%);color:#0f766e;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;white-space:nowrap}.fee-range-end{position:absolute;top:1rem;transform:translate(-50%);color:#6b6459;font-size:.65625rem;white-space:nowrap}.fee-tier-chart{display:flex;align-items:flex-end;gap:.875rem;min-height:150px}.fee-tier-column{display:flex;flex:1 1 0;flex-direction:column;align-items:center;justify-content:flex-end;min-width:0;height:150px}.fee-tier-value{margin-bottom:.375rem;font-family:JetBrains Mono,monospace;font-size:.6875rem;font-weight:700}.fee-tier-bar{flex:0 0 auto;width:100%;min-height:4px;background:#0d9488}.fee-tier-name{min-height:2.25em;margin-top:.375rem;color:#6b6459;font-size:.65625rem;line-height:1.2;text-align:center}.fee-calculator{display:flex;align-items:center;gap:1rem}.fee-stepper{display:flex;align-items:center;gap:.625rem}.fee-stepper button{width:32px;height:32px;padding:0;border:1px solid #D6CDBE;background:#fff;font-size:1rem;cursor:pointer}.fee-child-count{min-width:1rem;font-family:JetBrains Mono,monospace;font-size:.9375rem;font-weight:700;text-align:center}.fee-child-label{color:#6b6459;font-size:.8125rem}.fee-calculator-total{margin-left:auto;text-align:right}.fee-calculator-value{color:#0f766e;font-family:JetBrains Mono,monospace;font-size:1.375rem;font-weight:700;white-space:nowrap}.fee-calculator-note{color:#6b6459;font-size:.6875rem}.fee-calculator-disclaimer{margin:.875rem 0 0;color:#6b6459;font-size:.71875rem;line-height:1.5}.fee-basis-note{margin:.7rem 0 0;color:#6b6459;font-size:.72rem;line-height:1.45}.demand-layout{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center}.demand-gauge text{fill:#1e1c19;font-family:Inter,sans-serif;font-size:22px;font-weight:800}.demand-title{margin-bottom:.25rem;font-size:.9375rem;font-weight:700}.demand-copy{margin:0 0 .75rem;color:#6b6459;font-size:.8125rem}.demand-factor-list{display:flex;flex-wrap:wrap;gap:.375rem}.demand-factor{padding:.3125rem .625rem;border:1px solid #E9E2D6;background:#faf8f4;color:#4a4438;font-size:.71875rem}.admission-scale{margin-top:1rem;padding-top:1rem;border-top:1px solid #E9E2D6}.admission-scale-head{display:flex;flex-direction:column;gap:.1875rem;margin-bottom:.5625rem;font-size:.8125rem;font-weight:600}.admission-scale-track{height:8px;overflow:hidden;background:#f0eee8}.admission-scale-fill{height:100%;background:#0d9488}.registration-status{margin:.75rem 0 0;color:#6b6459;font-size:.75rem}.property-context-card{background:linear-gradient(135deg,#d977570a,#0f3a3a08);border-color:#d9775740}.property-context-card p{color:#6b6459;font-size:.875rem;line-height:1.5}.property-context-card a{display:inline-flex;gap:.375rem;padding:.6875rem 1rem;background:#0f3a3a;color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none}.sidebar{position:sticky;top:4.75rem}.sidebar .info-card{margin-bottom:1rem;padding:1rem}.sidebar .info-card h3{font-size:.84375rem;margin-bottom:.625rem}#school-map{height:160px}.school-location-card h3{padding:1rem}.school-location-card .contact-item,.school-map-link{padding:.75rem 1rem;font-size:.78125rem}.sidebar .contact-item{padding:.5rem 0;font-size:.8125rem}.sidebar-facts-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.sidebar-facts-grid div{padding:.5625rem .625rem;background:#faf8f4}.sidebar-facts-grid strong{display:block;color:#1e1c19;font-family:JetBrains Mono,monospace;font-size:.9375rem}.sidebar-facts-grid span{display:block;margin-top:.125rem;color:#6b6459;font-size:.65625rem;line-height:1.3}#school-alerts p{margin:0 0 .625rem;color:#6b6459;font-size:.75rem;line-height:1.45}#school-alert-email{box-sizing:border-box;width:100%;margin-bottom:.5rem;padding:.5625rem .625rem;border:1px solid #D6CDBE;background:#fff;font-size:.8125rem}#school-alert-btn{width:100%;padding:.5625rem;border:0;background:#0f766e;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer}[data-theme=dark] .stat-box,[data-theme=dark] .hero-actions .action-btn,[data-theme=dark] .rating-view-toggle button,[data-theme=dark] .fee-stepper button,[data-theme=dark] .sidebar-facts-grid div{background:var(--bg-elevated);border-color:var(--border);color:var(--text)}[data-theme=dark] .stat-value,[data-theme=dark] .rating-scale-label,[data-theme=dark] .phase-heatmap-label,[data-theme=dark] .demand-gauge text{color:var(--text);fill:var(--text)}[data-theme=dark] .sidebar-facts-grid strong{color:var(--text)}[data-theme=dark] .sidebar-facts-grid span{color:var(--text-secondary)}[data-theme=dark] .profile-section-title{color:var(--text)}[data-theme=dark] .hero-meta-list{color:var(--text-body)}[data-theme=dark] .score-gauge #school-score{fill:var(--text)}[data-theme=dark] .score-gauge-label{fill:var(--text-secondary)}[data-theme=dark] .card-subtitle,[data-theme=dark] .chart-subtitle,[data-theme=dark] .stat-label,[data-theme=dark] .fee-tier-name{color:var(--text-secondary)}@media(max-width:900px){.school-content{grid-template-columns:1fr}.sidebar{position:static}}@media(max-width:768px){.school-hero{padding:1.25rem 1rem 1.75rem}.hero-head{grid-template-columns:1fr auto;align-items:center}.hero-score{min-width:112px}.score-gauge{width:108px;height:108px}.hero-score-caption,.hero-score .score-breakdown-details{display:none}.school-tabs{padding:0 1rem}.school-content{padding:1.5rem 1rem 2rem}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-chart-grid,.khda-inspection-grid{grid-template-columns:1fr}}@media(max-width:560px){.school-hero:before,.school-hero:after{display:none}.hero-head{grid-template-columns:1fr}.hero-score{align-items:flex-start}.hero-actions{flex-direction:column}.hero-actions .action-btn{width:100%}.stats-grid{grid-template-columns:1fr 1fr}.phase-heatmap{grid-template-columns:84px repeat(3,minmax(58px,1fr));overflow-x:auto}.phase-heatmap-head{font-size:.625rem}.phase-heatmap-cell{font-size:.65625rem}.fee-tier-chart{gap:.375rem;overflow-x:auto}.fee-tier-column{min-width:62px}.fee-calculator{align-items:flex-start;flex-wrap:wrap}.fee-calculator-total{width:100%;margin-left:0;text-align:left}.demand-layout{grid-template-columns:1fr}}.hero-kicker{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.school-logo{width:48px;height:48px;object-fit:contain;background:#fff;border:1px solid var(--gray-200,#E9E2D6);border-radius:8px;padding:3px;flex:0 0 auto}[data-theme=dark] .school-logo{background:#fff;border-color:var(--border,#2a2f3a)}.nearby-communities-list{list-style:none;margin:.5rem 0 0;padding:0}.nearby-communities-list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0;border-top:1px solid var(--gray-100,#F0EBE0)}.nearby-communities-list li:first-child{border-top:0}.nearby-communities-list a{color:var(--brand-teal-deep,#0f766e);text-decoration:none;font-weight:600}.nearby-communities-list a:hover{text-decoration:underline}.nearby-communities-list .nc-dist{color:var(--gray-500,#6B6459);font-size:.8125rem;font-variant-numeric:tabular-nums;white-space:nowrap}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-top:.5rem}.amenity-cat{display:flex;align-items:baseline;gap:.5rem;padding:.6rem .7rem;background:var(--sand-50,#FAF8F4);border:1px solid var(--gray-100,#F0EBE0);border-radius:10px}.amenity-icon{font-size:1rem;line-height:1}.amenity-count{font-weight:750;font-size:1.15rem;color:var(--brand-ink,#1E1C19);font-variant-numeric:tabular-nums}.amenity-label{font-size:.8125rem;color:var(--gray-600,#4A4438);line-height:1.3}.amenity-ex{display:block;color:var(--gray-500,#6B6459);font-size:.72rem}[data-theme=dark] .amenity-cat{background:var(--bg-elevated,#1b2130);border-color:var(--border,#2a2f3a)}.findings-block{margin-top:1.1rem}.findings-block:first-of-type{margin-top:.75rem}.findings-heading{font-size:.8125rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--gray-700,#4A4438);margin:0 0 .5rem}.findings-list{margin:0;padding-left:1.15rem}.findings-list li{margin-bottom:.5rem;line-height:1.5;color:var(--gray-800,#2E2A22)}.findings-note{margin:.6rem 0 0;font-size:.8125rem;color:var(--gray-500,#6B6459);line-height:1.4}[data-theme=dark] .findings-heading{color:var(--text-secondary,#9aa2b1)}[data-theme=dark] .findings-list li{color:var(--text-body,#c9cfda)}[data-theme=dark] .findings-note{color:var(--text-secondary,#9aa2b1)}.standard-ratings-grid{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.standard-rating-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .8rem;background:var(--sand-50,#FAF8F4);border:1px solid var(--gray-100,#F0EBE0);border-radius:10px}.standard-rating-name{font-size:.9375rem;color:var(--gray-800,#2E2A22);line-height:1.3}.standard-rating-row .rating-badge{flex-shrink:0;font-size:.8125rem}[data-theme=dark] .standard-rating-row{background:var(--bg-elevated,#1b2130);border-color:var(--border,#2a2f3a)}[data-theme=dark] .standard-rating-name{color:var(--text-body,#c9cfda)}
