/*
Theme Name: Meer Sir Academy
Theme URI: https://meersir.iqltech.com/
Author: Meer Sir Academy
Description: A responsive, education-focused theme for Meer Sir Academy.
Version: 1.0.0
*/

:root { --navy:#102a43; --blue:#1769aa; --sky:#eaf5ff; --gold:#f4b942; --ink:#17324d; --muted:#5f7285; --paper:#fff; --line:#dbe7f0; --shadow:0 18px 50px rgba(16,42,67,.12); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#f7fbfe; font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.65; }
a { color:var(--blue); text-decoration:none; }
a:hover { color:#0d4f82; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(255,255,255,.96); border-bottom:1px solid var(--line); backdrop-filter:blur(12px); }
.header-inner,.container { width:min(1160px,calc(100% - 40px)); margin:auto; }
.header-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; color:var(--navy); font-weight:800; letter-spacing:-.02em; }
.brand-mark { width:42px; height:42px; display:grid; place-items:center; color:var(--navy); background:linear-gradient(135deg,var(--gold),#ffd978); border-radius:13px; font-size:21px; box-shadow:0 8px 20px rgba(244,185,66,.28); }
.brand-logo { display:block; width:auto; max-width:150px; max-height:48px; object-fit:contain; }
.brand small { display:block; color:var(--muted); font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.brand strong { display:block; font-size:16px; }
.menu-toggle { display:none; border:0; background:var(--sky); color:var(--navy); border-radius:10px; padding:10px 13px; font-size:20px; cursor:pointer; }
.main-navigation ul { margin:0; padding:0; display:flex; align-items:center; gap:4px; list-style:none; }
.main-navigation li { position:relative; }
.main-navigation a { display:block; padding:10px 12px; color:var(--navy); font-size:13px; font-weight:700; border-radius:9px; }
.main-navigation a:hover { background:var(--sky); }
.main-navigation > ul > li:last-child > a { color:var(--blue); background:rgba(234,245,255,.72); border:1px solid rgba(23,105,170,.16); }
.main-navigation > ul > li:last-child > a:hover { background:var(--sky); border-color:rgba(23,105,170,.28); }
.main-navigation .menu-item-has-children > a { position:relative; padding-right:28px; }
.main-navigation .menu-item-has-children > a::after { content:""; position:absolute; top:50%; right:12px; width:7px; height:7px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:translateY(-65%) rotate(45deg); transition:transform .2s ease,color .2s ease; }
.main-navigation .menu-item-has-children:hover > a::after,.main-navigation .menu-item-has-children:focus-within > a::after { color:var(--blue); transform:translateY(-25%) rotate(225deg); }
.main-navigation .sub-menu { display:none; position:absolute; top:100%; left:0; min-width:220px; padding:8px; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow); }
.main-navigation .sub-menu a { color:var(--navy) !important; background:#fff; }
.main-navigation .sub-menu a:hover,.main-navigation .sub-menu .current-menu-item > a { color:var(--blue) !important; background:var(--sky); }
.main-navigation li:hover > .sub-menu,.main-navigation li:focus-within > .sub-menu { display:block; }
.main-navigation .sub-menu .sub-menu { top:-8px; left:100%; }
.hero { padding:92px 0 84px; background:radial-gradient(circle at 90% 10%,#cfeaff 0,transparent 32%),linear-gradient(135deg,#eef8ff,#fff 60%); overflow:hidden; }
.hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:50px; align-items:center; }
.eyebrow { color:var(--blue); font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.hero h1 { max-width:700px; margin:12px 0 18px; color:var(--navy); font-size:clamp(38px,5vw,66px); line-height:1.06; letter-spacing:-.055em; }
.hero p { max-width:630px; color:var(--muted); font-size:18px; }
.button-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.button { display:inline-flex; align-items:center; justify-content:center; padding:12px 18px; border-radius:10px; font-weight:800; font-size:14px; }
.button-primary { color:#fff; background:var(--blue); box-shadow:0 10px 24px rgba(23,105,170,.22); }
.button-secondary { color:var(--navy); background:#fff; border:1px solid var(--line); }
.hero-card { position:relative; padding:30px; color:#fff; background:linear-gradient(155deg,#123e61,#1769aa); border-radius:24px; box-shadow:var(--shadow); }
.hero-card:after { content:""; position:absolute; width:130px; height:130px; right:-25px; top:-25px; border:22px solid rgba(244,185,66,.35); border-radius:50%; }
.academy-slider { padding:28px 0 0; background:#f7fbfe; }
.academy-slide { display:none; position:relative; min-height:260px; overflow:hidden; align-items:stretch; background:linear-gradient(135deg,#123e61,#1769aa); border-radius:20px; box-shadow:var(--shadow); }
.academy-slide.is-active { display:flex; animation:slide-in .45s ease; }
.slide-image { width:42%; min-height:260px; background-position:center; background-size:cover; opacity:.88; }
.slide-content { flex:1; padding:38px; color:#fff; }
.slide-content h2 { margin:8px 0 10px; color:#fff; font-size:clamp(26px,4vw,42px); line-height:1.1; }
.slide-content p { max-width:620px; color:#dceaf5; }
.slide-content .eyebrow { color:#ffd978; }
.resource-section { padding-top:0; }
.child-pages-section { padding-top:0; }
.resource-card .resource-copy { color:var(--muted); font-size:14px; margin-bottom:16px; }
.resource-cards { grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.resource-card { position:relative; overflow:hidden; display:flex; flex-direction:column; min-height:250px; border-color:#cfe1ee; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.resource-card:hover { transform:translateY(-4px); border-color:#a9cde4; box-shadow:0 18px 38px rgba(16,42,67,.13); }
.resource-pdf-card { background:linear-gradient(145deg,#fff 0%,#f3faff 100%); }
.pdf-card-icon { position:relative; width:76px; height:92px; display:grid; place-items:end center; margin:0 0 16px; padding-bottom:13px; color:#fff; background:linear-gradient(145deg,#d94841,#a9232d); border-radius:8px 8px 11px 11px; box-shadow:0 12px 22px rgba(169,35,45,.22); }
.pdf-card-icon::before { content:""; position:absolute; top:0; right:0; width:25px; height:25px; background:linear-gradient(225deg,#fff 0 49%,#ef8b88 50% 100%); border-radius:0 8px 0 8px; }
.pdf-card-icon::after { content:""; position:absolute; left:12px; right:12px; bottom:36px; height:2px; background:rgba(255,255,255,.72); box-shadow:0 7px 0 rgba(255,255,255,.5); }
.pdf-card-icon span { position:relative; z-index:1; font-size:12px; font-weight:900; letter-spacing:.08em; }
.resource-type { margin-bottom:7px; color:#b42318; font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.resource-card h3 { font-size:21px; }
.resource-card .resource-download-button { width:100%; margin-top:auto; }
.resource-download-button { cursor:pointer; border:0; }
.download-modal { display:none; position:fixed; inset:0; z-index:100; align-items:center; justify-content:center; padding:18px; }
.download-modal.is-open { display:flex; }
.download-modal-backdrop { position:absolute; inset:0; background:rgba(16,42,67,.62); backdrop-filter:blur(5px); }
.download-modal-card { position:relative; z-index:1; width:min(480px,100%); max-height:90vh; overflow:auto; padding:32px; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 30px 90px rgba(16,42,67,.3); }
.download-modal-card.is-counting { width:min(330px,100%); padding:30px 24px 24px; text-align:center; }
.download-modal-card.is-counting .download-modal-intro { display:none; }
.download-modal-card h2 { margin:8px 0; color:var(--navy); font-size:30px; line-height:1.1; }
.download-modal-card > p { color:var(--muted); }
.download-modal-close { position:absolute; top:12px; right:14px; width:34px; height:34px; border:0; color:var(--muted); background:transparent; border-radius:50%; font-size:25px; cursor:pointer; }
.download-modal-close:hover { color:var(--navy); background:var(--sky); }
#student-lead-form { display:grid; gap:13px; margin-top:20px; }
#student-lead-form label { display:grid; gap:5px; color:var(--navy); font-size:13px; font-weight:700; }
#student-lead-form input,#student-lead-form select { width:100%; padding:11px 12px; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:9px; font:inherit; }
#student-lead-form button { border:0; cursor:pointer; }
#student-lead-form button:disabled { cursor:wait; opacity:.55; }
.download-form-error { min-height:18px; margin:0; color:#b42318; font-size:13px; }
.download-success { margin-top:24px; padding:18px; color:var(--navy); background:var(--sky); border:1px solid #c9e5f7; border-radius:12px; }
.download-modal-card.is-counting .download-success { margin-top:0; padding:0; background:transparent; border:0; }
.download-countdown { display:grid; justify-items:center; gap:12px; font-weight:800; }
.download-spinner { position:relative; width:180px; height:180px; display:grid; place-items:center; }
.download-spinner svg { position:absolute; inset:0; width:100%; height:100%; transform:rotate(-90deg); }
.download-spinner circle { fill:none; stroke-width:8; }
.download-spinner-track { stroke:#d9eaf5; }
.download-spinner-progress { stroke:var(--blue); stroke-linecap:round; stroke-dasharray:326.73; stroke-dashoffset:0; transition:stroke-dashoffset .85s linear; }
.download-spinner strong { position:relative; color:var(--navy); font-size:64px; line-height:1; letter-spacing:-.06em; }
.download-countdown > span { color:var(--muted); font-size:14px; }
.download-success p { margin:8px 0 0; color:var(--muted); font-size:13px; }
.download-modal-card.is-counting .download-success p { margin-top:16px; }
.resource-card iframe { width:100%; min-height:190px; margin-top:18px; border:0; border-radius:10px; }
.facilities-page { display:grid; gap:34px; }
.facilities-intro,.facilities-feature { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:32px; align-items:center; padding:30px; background:linear-gradient(145deg,#fff,#f3faff); border:1px solid var(--line); border-radius:20px; box-shadow:0 10px 28px rgba(16,42,67,.06); }
.facilities-intro h2,.facilities-feature h2 { margin:8px 0 12px; color:var(--navy); font-size:clamp(27px,4vw,38px); line-height:1.12; letter-spacing:-.04em; }
.facilities-intro p,.facilities-feature p { color:var(--muted); font-size:15px; }
.facilities-image { min-height:240px; overflow:hidden; border:7px solid #fff; border-radius:18px; background-position:center; background-size:cover; box-shadow:0 14px 30px rgba(16,42,67,.14); }
.facilities-image-classroom { background-image:linear-gradient(135deg,rgba(16,42,67,.12),rgba(23,105,170,.2)),url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=800&q=82'); }
.facilities-image-study { background-image:linear-gradient(135deg,rgba(16,42,67,.12),rgba(244,185,66,.2)),url('https://images.unsplash.com/photo-1456513080510-7bf3a84b82f8?auto=format&fit=crop&w=800&q=82'); }
.facilities-benefits { padding:30px; background:#eef7fd; border:1px solid #d4e8f5; border-radius:20px; }
.facilities-benefits .section-heading { margin-bottom:24px; }
.facilities-cards { grid-template-columns:repeat(3,1fr); }
.facilities-cards .card { min-height:190px; }
.facility-icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:15px; color:#fff; background:linear-gradient(145deg,var(--blue),#0d4f82); border-radius:15px; box-shadow:0 8px 16px rgba(23,105,170,.2); font-size:22px; font-weight:800; }
.facilities-list { margin:20px 0 0; padding:0; list-style:none; }
.facilities-list li { position:relative; margin:11px 0; padding-left:26px; color:var(--ink); font-size:14px; }
.facilities-list li::before { content:"✓"; position:absolute; left:0; top:1px; width:18px; height:18px; display:grid; place-items:center; color:#fff; background:var(--blue); border-radius:50%; font-size:11px; font-weight:800; }
.facilities-cta { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:26px 30px; color:#fff; background:linear-gradient(135deg,#123e61,#1769aa); border-radius:20px; box-shadow:var(--shadow); }
.facilities-cta h2 { margin:7px 0 5px; color:#fff; font-size:27px; line-height:1.15; }
.facilities-cta p { margin:0; color:#dceaf5; font-size:14px; }
.facilities-cta .eyebrow { color:#ffd978; }
.facilities-cta .button { flex:0 0 auto; color:var(--navy); background:#fff; border:0; }
.team-page { display:grid; gap:28px; }
.team-intro { max-width:760px; padding:30px; background:linear-gradient(145deg,#fff,#f3faff); border:1px solid var(--line); border-radius:20px; box-shadow:0 10px 28px rgba(16,42,67,.06); }
.team-intro h2 { margin:8px 0 12px; color:var(--navy); font-size:clamp(29px,4vw,42px); line-height:1.1; letter-spacing:-.045em; }
.team-intro p { margin:0; color:var(--muted); font-size:16px; }
.team-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.team-card { display:flex; align-items:center; gap:20px; padding:20px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 8px 24px rgba(16,42,67,.06); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.team-card:hover { transform:translateY(-4px); border-color:#a9cde4; box-shadow:0 18px 36px rgba(16,42,67,.12); }
.team-photo-wrap { flex:0 0 118px; width:118px; height:118px; padding:5px; background:linear-gradient(145deg,var(--gold),#fff0bb,var(--blue)); border-radius:50%; }
.team-photo-wrap img { display:block; width:100%; height:100%; object-fit:cover; border:4px solid #fff; border-radius:50%; }
.team-card-body { min-width:0; }
.team-role { color:var(--blue); font-size:10px; font-weight:800; letter-spacing:.1em; line-height:1.35; text-transform:uppercase; }
.team-card h3 { margin:5px 0 7px; color:var(--navy); font-size:22px; }
.team-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.55; }
.team-values { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding:22px; background:#eef7fd; border:1px solid #d4e8f5; border-radius:18px; }
.team-value { display:flex; align-items:flex-start; gap:12px; }
.team-value-icon { display:grid; place-items:center; flex:0 0 40px; width:40px; height:40px; color:#fff; background:var(--blue); border-radius:12px; font-size:18px; }
.team-value h3 { margin:0 0 3px; color:var(--navy); font-size:16px; }
.team-value p { margin:0; color:var(--muted); font-size:12px; line-height:1.5; }
.gallery-section { padding:62px max(20px,calc((100% - 1160px) / 2)); background:linear-gradient(180deg,#fff,#f3faff); border-top:1px solid rgba(23,105,170,.1); border-bottom:1px solid rgba(23,105,170,.08); }
.gallery-page-section { margin:0; padding:0; background:transparent; border:0; }
.gallery-intro { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.gallery-intro h2 { margin:8px 0 8px; color:var(--navy); font-size:clamp(28px,4vw,42px); line-height:1.1; letter-spacing:-.04em; }
.gallery-intro p { max-width:620px; margin:0; color:var(--muted); }
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.gallery-item { position:relative; display:block; overflow:hidden; width:100%; min-height:210px; padding:0; background:#d9edf9; border:5px solid #fff; border-radius:16px; box-shadow:0 10px 24px rgba(16,42,67,.1); cursor:pointer; }
.gallery-item:nth-child(3n+1) { transform:translateY(8px); }
.gallery-item:nth-child(4n+2) { min-height:260px; }
.gallery-item img { display:block; width:100%; height:100%; min-height:210px; object-fit:cover; transition:transform .35s ease; }
.gallery-item:nth-child(4n+2) img { min-height:260px; }
.gallery-item:hover img { transform:scale(1.06); }
.gallery-item-overlay { position:absolute; right:10px; bottom:10px; padding:6px 9px; color:#fff; background:rgba(16,42,67,.76); border-radius:7px; font-size:11px; font-weight:800; opacity:0; transform:translateY(5px); transition:opacity .2s ease,transform .2s ease; }
.gallery-item:hover .gallery-item-overlay { opacity:1; transform:none; }
.gallery-lightbox { display:none; position:fixed; inset:0; z-index:110; align-items:center; justify-content:center; padding:24px; }
.gallery-lightbox.is-open { display:flex; }
.gallery-lightbox-backdrop { position:absolute; inset:0; background:rgba(7,22,36,.88); backdrop-filter:blur(5px); }
.gallery-lightbox-content { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; width:min(1100px,100%); height:min(88vh,820px); }
.gallery-lightbox-content img { max-width:calc(100% - 110px); max-height:100%; object-fit:contain; border:5px solid #fff; border-radius:10px; box-shadow:0 25px 70px rgba(0,0,0,.35); }
.gallery-lightbox-content button { position:absolute; z-index:2; display:grid; place-items:center; width:42px; height:42px; color:#fff; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.45); border-radius:50%; cursor:pointer; font-size:22px; }
.gallery-lightbox-content button:hover { background:var(--blue); }
.gallery-lightbox-close { top:0; right:0; }
.gallery-lightbox-prev { left:0; top:50%; transform:translateY(-50%); }
.gallery-lightbox-next { right:0; top:50%; transform:translateY(-50%); }
.results-full-width-gallery { display:grid; gap:24px; margin:0 0 30px; }
.results-full-width-gallery figure { margin:0; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 10px 26px rgba(16,42,67,.08); }
.results-full-width-gallery img { display:block; width:100%; height:auto; }
.success-results-carousel { margin-top:30px; padding:28px; background:linear-gradient(145deg,#eef7fd,#fff); border:1px solid #d4e8f5; border-radius:20px; }
.success-results-carousel .section-heading { margin-bottom:22px; }
.success-results-stage { position:relative; overflow:hidden; min-height:260px; border-radius:14px; background:#d9edf9; }
.success-result-slide { display:none; height:100%; margin:0; }
.success-result-slide.is-active { display:block; animation:slide-in .35s ease; }
.success-result-slide img { display:block; width:100%; height:auto; max-height:620px; object-fit:contain; background:#fff; }
.success-results-controls { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:18px; color:var(--muted); font-size:13px; }
.success-results-controls button { width:36px; height:36px; border:1px solid var(--line); border-radius:50%; color:var(--navy); background:#fff; cursor:pointer; font-size:17px; }
.success-results-controls button:hover { color:var(--blue); border-color:var(--blue); }
.child-page-card { display:block; color:var(--ink); transition:transform .2s ease,box-shadow .2s ease; }
.child-page-card:hover { color:var(--ink); transform:translateY(-4px); box-shadow:var(--shadow); }
.child-page-link { display:inline-block; margin-top:16px; color:var(--blue); font-size:13px; font-weight:800; }
.google-reviews-section { background:#eef7fd; }
.review-carousel { position:relative; }
.review-slides { min-height:300px; }
.review-slide { display:none; grid-template-columns:repeat(3,1fr); gap:18px; }
.review-slide.is-active { display:grid; animation:slide-in .35s ease; }
.review-card { padding:24px; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 8px 24px rgba(16,42,67,.06); }
.review-avatar { width:44px; height:44px; display:block; margin-bottom:14px; border-radius:50%; object-fit:cover; }
.review-avatar-fallback { display:grid; place-items:center; color:#fff; background:var(--blue); font-weight:800; }
.review-card-top { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; }
.review-card-top strong { display:inline; color:var(--navy); font-size:15px; }
.reviewer-name { display:flex; align-items:center; gap:6px; }
.review-source { display:flex; align-items:center; gap:5px; margin-top:4px; color:var(--muted); font-size:11px; }
.google-logo { display:inline-grid; place-items:center; width:16px; height:16px; color:transparent; background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 25% 48%,#fbbc05 48% 67%,#ea4335 67% 82%,#4285f4 82% 100%); -webkit-background-clip:text; background-clip:text; font-size:16px; font-weight:900; font-family:Arial,sans-serif; line-height:1; }
.verified-review { position:relative; display:inline-grid; place-items:center; flex:0 0 auto; width:18px; height:18px; color:#1a73e8; background:#fff; border:1.5px solid #1a73e8; border-radius:52% 48% 50% 46% / 48% 52% 47% 53%; font-size:12px; line-height:1; font-weight:900; transform:rotate(-4deg); }
.verified-review::after { content:""; position:absolute; inset:-3px; border:1px solid rgba(26,115,232,.22); border-radius:48% 52% 46% 54% / 55% 45% 52% 48%; transform:rotate(8deg); }
.review-stars { margin:14px 0 10px; color:#f4b942; letter-spacing:2px; font-size:15px; }
.review-text { color:var(--muted); font-size:14px; line-height:1.6; }
.review-text p { margin:0; }
.review-controls { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:24px; color:var(--muted); font-size:13px; }
.review-controls button { width:36px; height:36px; border:1px solid var(--line); border-radius:50%; color:var(--navy); background:#fff; cursor:pointer; font-size:17px; }
.review-controls button:hover { color:var(--blue); border-color:var(--blue); }
@keyframes slide-in { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
.hero-card h2 { position:relative; z-index:1; margin:0 0 22px; font-size:28px; }
.stat-grid { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.stat { padding:17px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); border-radius:14px; }
.stat strong { display:block; font-size:23px; color:#ffd978; }
.stat span { display:block; font-size:12px; opacity:.82; }
.section { padding:76px 0; }
.section-muted { background:#eef7fd; }
.home-section { position:relative; overflow:hidden; border-top:1px solid rgba(23,105,170,.1); border-bottom:1px solid rgba(23,105,170,.08); }
.home-section::before { content:""; position:absolute; top:0; left:50%; width:110px; height:4px; background:linear-gradient(90deg,transparent,var(--gold),transparent); transform:translateX(-50%); }
.home-section-pathways { background:linear-gradient(180deg,#fff 0%,#f4faff 100%); }
.home-section-support { background:linear-gradient(180deg,#fff 0%,#fffaf0 100%); }
.home-section-grid { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:52px; align-items:center; }
.home-section-grid-reverse { grid-template-columns:330px minmax(0,1fr); }
.home-section-grid-reverse > div:first-child { grid-column:2; }
.home-section-grid-reverse > .home-section-art { grid-column:1; grid-row:1; }
.home-section-art,.home-image-strip { position:relative; overflow:hidden; min-height:285px; border:8px solid rgba(255,255,255,.78); border-radius:26px; background-color:#d9edf9; background-position:center; background-size:cover; box-shadow:var(--shadow); }
.home-section-art::after,.home-image-strip::after { content:""; position:absolute; inset:16px; border:1px solid rgba(255,255,255,.6); border-radius:18px; box-shadow:inset 0 0 0 999px rgba(16,42,67,.08); }
.art-pathways { background-image:linear-gradient(135deg,rgba(16,42,67,.18),rgba(23,105,170,.22)),url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=900&q=82'); }
.art-courses { min-height:190px; margin:0 0 24px; background-image:linear-gradient(90deg,rgba(16,42,67,.5),rgba(23,105,170,.08)),url('https://images.unsplash.com/photo-1456513080510-7bf3a84b82f8?auto=format&fit=crop&w=1600&q=82'); }
.art-support { background-image:linear-gradient(135deg,rgba(16,42,67,.22),rgba(244,185,66,.2)),url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=900&q=82'); }
.art-research { background-image:linear-gradient(135deg,rgba(16,42,67,.24),rgba(84,59,131,.22)),url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=900&q=82'); }
.section-heading { max-width:700px; margin-bottom:30px; }
.section-heading h2 { margin:8px 0 10px; color:var(--navy); font-size:clamp(28px,4vw,42px); line-height:1.12; letter-spacing:-.04em; }
.section-heading p { color:var(--muted); }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card { padding:24px; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 8px 24px rgba(16,42,67,.05); }
.card-icon { width:42px; height:42px; display:grid; place-items:center; margin-bottom:15px; color:var(--blue); background:var(--sky); border-radius:12px; font-size:20px; }
.card h3 { margin:0 0 8px; color:var(--navy); font-size:19px; }
.card p { margin:0; color:var(--muted); font-size:14px; }
.page-hero { padding:62px 0; background:linear-gradient(135deg,#eaf5ff,#fff); border-bottom:1px solid var(--line); }
.page-hero h1 { margin:8px 0; color:var(--navy); font-size:clamp(34px,5vw,54px); line-height:1.08; letter-spacing:-.05em; }
.content-area { min-height:52vh; padding:58px 0 28px; }
.content-card { max-width:850px; padding:34px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 8px 26px rgba(16,42,67,.05); }
.page-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:28px; align-items:start; }
.page-main-column { min-width:0; }
.page-main-column > .section { padding-right:0; padding-left:0; }
.page-main-column > .section .container { width:auto; }
.contact-section { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:28px; }
.contact-form-panel,.contact-map-panel { padding:28px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 8px 26px rgba(16,42,67,.06); }
.contact-form-panel h2,.contact-map-panel h2 { margin:7px 0 8px; color:var(--navy); font-size:26px; line-height:1.15; }
.contact-form-panel > p { margin:0 0 20px; color:var(--muted); font-size:14px; }
.contact-form { display:grid; gap:13px; }
.contact-form label { display:grid; gap:5px; color:var(--navy); font-size:13px; font-weight:700; }
.contact-form input,.contact-form textarea { width:100%; padding:11px 12px; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:9px; font:inherit; resize:vertical; }
.contact-form input:focus,.contact-form textarea:focus { outline:2px solid rgba(23,105,170,.18); border-color:var(--blue); }
.contact-form button { border:0; cursor:pointer; }
.contact-form button:disabled { cursor:wait; opacity:.6; }
.contact-form-status { min-height:20px; margin:0; font-size:13px; }
.contact-form-status.is-loading { color:var(--muted); }
.contact-form-status.is-success { color:#157347; }
.contact-form-status.is-error { color:#b42318; }
.contact-map-panel { background:linear-gradient(145deg,#f5fbff,#fff); }
.contact-map { overflow:hidden; min-height:270px; margin:20px 0 15px; border:1px solid #cfe1ee; border-radius:13px; box-shadow:0 8px 20px rgba(16,42,67,.08); }
.contact-map iframe { display:block; width:100%; min-height:270px; border:0; }
.contact-address { margin:0 0 16px; color:var(--muted); font-size:14px; }
.page-layout .content-card { max-width:none; }
.site-sidebar { display:grid; gap:16px; align-self:start; position:sticky; top:98px; }
.sidebar-cta { position:relative; overflow:hidden; padding:24px; color:#fff; background:linear-gradient(150deg,#123e61,#1769aa); border-radius:18px; box-shadow:var(--shadow); }
.sidebar-cta:nth-child(2) { background:linear-gradient(150deg,#543b83,#8b5fbf); }
.sidebar-cta:nth-child(3) { background:linear-gradient(150deg,#116466,#1d8a7a); }
.sidebar-cta:after { content:""; position:absolute; width:110px; height:110px; right:-42px; top:-42px; border:18px solid rgba(255,255,255,.12); border-radius:50%; }
.sidebar-cta-badge { position:relative; z-index:1; width:38px; height:38px; display:grid; place-items:center; margin-bottom:18px; color:var(--navy); background:var(--gold); border-radius:11px; font-size:18px; }
.sidebar-cta h2 { position:relative; z-index:1; margin:0 0 10px; color:#fff; font-size:21px; line-height:1.2; }
.sidebar-cta-copy { position:relative; z-index:1; color:#e3f0f8; font-size:14px; }
.sidebar-cta-copy p { margin:0 0 14px; }
.sidebar-cta .button { position:relative; z-index:1; margin-top:8px; color:var(--navy); background:#fff; border:0; }
.content-card h2,.content-card h3 { color:var(--navy); line-height:1.2; }
.content-card h2 { margin-top:0; font-size:30px; }
.content-card li { margin:7px 0; }
.site-footer { padding:54px 0 22px; color:#dceaf5; background:var(--navy); }
.footer-grid { display:grid; grid-template-columns:1.25fr 1fr 1fr; gap:35px; }
.site-footer h2,.site-footer h3 { margin-top:0; color:#fff; }
.site-footer p,.site-footer li { color:#b7ccdc; font-size:14px; }
.site-footer ul { margin:0; padding:0; list-style:none; }
.site-footer li { margin:7px 0; }
.site-footer a { color:#dceaf5; }
.site-footer .widget { margin:0 0 18px; }
.site-footer .widget:last-child { margin-bottom:0; }
.site-footer .widget-title { color:#fff; }
.site-footer .footer-lead { margin:0 0 14px; color:#b7ccdc; font-size:14px; }
.site-footer .footer-note { margin:0; color:#ffd978; font-size:12px; font-weight:800; letter-spacing:.04em; }
.site-footer .footer-links { margin:0; padding:0; list-style:none; }
.site-footer .footer-links li { margin:0; }
.site-footer .footer-links a { display:inline-block; padding:3px 0; color:#b7ccdc; font-size:14px; transition:color .2s ease,transform .2s ease; }
.site-footer .footer-links a:hover { color:#fff; transform:translateX(3px); }
.site-footer .footer-address { margin:0 0 15px; color:#b7ccdc; font-size:14px; line-height:1.7; }
.site-footer .footer-address strong { color:#fff; }
.site-footer .footer-contact-links { margin:0 0 15px; line-height:1.9; }
.site-footer .footer-contact-links a { color:#dceaf5; font-size:14px; }
.site-footer .footer-contact-links a:hover { color:#ffd978; }
.site-footer .footer-cta-link { display:inline-flex; padding:8px 12px; color:var(--navy); background:var(--gold); border-radius:8px; font-size:12px; font-weight:800; }
.site-footer .footer-cta-link:hover { color:var(--navy); background:#ffd978; }
.copyright { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:38px; padding-top:18px; border-top:1px solid rgba(255,255,255,.15); color:#9cb4c7; font-size:12px; }
.footer-credit { color:#9cb4c7; }
.footer-credit a { color:#dceaf5; font-weight:700; }
@media (max-width:850px) { .hero-grid,.footer-grid,.page-layout,.home-section-grid,.home-section-grid-reverse,.contact-section,.facilities-intro,.facilities-feature { grid-template-columns:1fr; } .home-section-grid-reverse > div:first-child,.home-section-grid-reverse > .home-section-art { grid-column:auto; grid-row:auto; } .cards,.facilities-cards { grid-template-columns:1fr 1fr; } .team-values { grid-template-columns:1fr; } .gallery-grid { grid-template-columns:repeat(3,1fr); } .gallery-item:nth-child(4n+2) { min-height:210px; } .gallery-item:nth-child(4n+2) img { min-height:210px; } .review-slide { grid-template-columns:1fr 1fr; } .main-navigation ul { gap:0; } .main-navigation a { padding:9px 8px; font-size:12px; } .slide-image { width:35%; } .site-sidebar { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:650px) { .header-inner,.container { width:min(100% - 28px,1160px); } .menu-toggle { display:block; } .main-navigation { display:none; position:absolute; left:14px; right:14px; top:68px; padding:10px; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); } .main-navigation.is-open { display:block; } .main-navigation ul { display:block; } .main-navigation .sub-menu { position:static; display:block; padding:0 0 0 14px; border:0; box-shadow:none; } .main-navigation a { padding:9px 7px; } .hero { padding:65px 0; } .section { padding:55px 0; } .cards,.facilities-cards { grid-template-columns:1fr; } .team-grid { grid-template-columns:1fr; } .team-card { align-items:flex-start; } .team-photo-wrap { flex-basis:90px; width:90px; height:90px; } .gallery-section { padding:48px 14px; } .gallery-intro { display:block; } .gallery-intro .button { margin-top:18px; } .gallery-grid { grid-template-columns:repeat(2,1fr); gap:10px; } .gallery-item,.gallery-item:nth-child(4n+2) { min-height:155px; } .gallery-item img,.gallery-item:nth-child(4n+2) img { min-height:155px; } .gallery-item:nth-child(3n+1) { transform:none; } .gallery-item-overlay { display:none; } .review-slide { grid-template-columns:1fr; } .content-card { padding:24px; } .site-sidebar { grid-template-columns:1fr; } .academy-slide.is-active { display:block; } .slide-image { width:100%; min-height:150px; } .slide-content { padding:24px; } .home-section-grid { gap:28px; } .home-section-art { min-height:220px; } .home-image-strip { min-height:150px; } .facilities-intro,.facilities-feature,.facilities-benefits { padding:22px; } .facilities-image { min-height:200px; } .facilities-cta { display:block; padding:24px; } .facilities-cta .button { margin-top:18px; } .copyright { align-items:flex-start; flex-direction:column; gap:8px; } }
