@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Roboto:wght@400;500;700&display=swap');

:root {
  --bg: #f7f9fa; --surface: #fff; --ink: #15334b; --muted: #687580; --line: #d8e0e4;
  --blue: #0a3d62; --blue-deep: #082f4d; --gold: #f39c12; --gold-ink: #332200;
  --soft: #edf3f5; --danger: #b94236; --shadow: 0 18px 50px rgba(18,70,78,.08);
  --float: 0 24px 70px rgba(18,70,78,.15); --sans: Roboto, Arial, sans-serif; --display: "Playfair Display", Georgia, serif;
}
* { box-sizing: border-box; border-color: var(--line); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
body:after { content: ""; pointer-events: none; position: fixed; inset: 0; z-index: 100; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-grid { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.icon { width: 20px; height: 20px; display: inline-block; flex: 0 0 auto; }
.skip-link { position: fixed; inset-inline-start: 1rem; top: -4rem; z-index: 200; background: var(--gold); color: var(--gold-ink); padding: .75rem 1rem; border-radius: .75rem; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,249,250,.94); border-bottom: 1px solid rgba(216,224,228,.8); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { display: inline-flex; align-items: center; gap: .75rem; min-width: 225px; }
.logo img { width: 50px; height: 50px; object-fit: contain; transition: transform .3s; }
.logo:hover img { transform: rotate(-3deg); }
.logo strong { display: block; font-family: var(--display); letter-spacing: .08em; font-size: 15px; line-height: 1; }
.logo small { display: block; max-width: 175px; margin-top: .3rem; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.15; }
.desktop-nav { display: flex; align-items: center; gap: 1.35rem; }
.desktop-nav a { color: var(--muted); font-size: 13px; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: .5rem; }
.icon-button, .menu-button { display: grid; place-items: center; width: 40px; height: 40px; border: 0; background: transparent; color: var(--muted); border-radius: 50%; }
.icon-button:hover, .menu-button:hover { background: var(--soft); color: var(--blue); }
.language-button { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: .55rem .75rem; color: var(--ink); font-size: 12px; font-weight: 700; }
.language-button [data-lang-label="ar"], .language-button [data-lang-label="en"] { opacity: .55; }
html[lang="en"] .language-button [data-lang-label="en"], html[lang="ar"] .language-button [data-lang-label="ar"] { opacity: 1; color: var(--blue); }
.arrow-button, .primary-button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border: 0; border-radius: 999px; background: var(--blue); color: white; padding: .75rem 1.25rem; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.arrow-button:hover, .primary-button:hover { transform: translateY(-2px); background: var(--gold); color: var(--gold-ink); }
.arrow-button > span, .primary-button > .icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(255,255,255,.15); }
.arrow-button.light { background: rgba(255,255,255,.12); color: white; }
.arrow-button.light:hover { background: rgba(255,255,255,.22); color: white; }
.search-panel, .mobile-panel { display: none; border-top: 1px solid var(--line); background: var(--surface); }
.search-panel.open, .mobile-panel.open { display: block; }
.search-inner { position: relative; padding-block: 1rem; }
.search-field { display: flex; align-items: center; gap: .75rem; border: 1px solid var(--line); background: var(--bg); border-radius: .8rem; padding-inline: 1rem; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; padding-block: .8rem; }
.search-results { position: absolute; inset-inline: 0; top: 70px; z-index: 5; background: white; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 .75rem .75rem; box-shadow: var(--float); }
.search-results a { display: flex; justify-content: space-between; padding: .8rem 1rem; border-bottom: 1px solid var(--line); font-size: 14px; }
.search-results a:hover { background: var(--soft); }
.mobile-panel { padding: .75rem 1rem 1rem; }
.mobile-panel nav { display: flex; flex-direction: column; gap: .15rem; }
.mobile-panel nav a { padding: .7rem .75rem; border-radius: .7rem; font-weight: 700; }
.mobile-panel nav a:hover { background: var(--soft); }
.mobile-actions { display: flex; gap: .5rem; border-top: 1px solid var(--line); padding-top: 1rem; margin-top: .75rem; }
.mobile-actions > button { flex: 1; border: 1px solid var(--line); background: transparent; border-radius: .75rem; font-weight: 700; }
.mobile-actions .arrow-button { flex: 1; }
.menu-button { display: none; }
.hero { position: relative; overflow: hidden; background: var(--blue); color: white; }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 32px 32px; }
.hero-inner { position: relative; min-height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 3rem; align-items: center; padding-block: 5rem 6rem; }
.hero-kicker { display: flex; align-items: center; gap: .75rem; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-kicker i, .eyebrow i { display: inline-block; width: 36px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-block-start: 0; }
.hero h1 { max-width: 730px; margin: 2.2rem 0 0; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 5.8rem); line-height: .97; letter-spacing: -.06em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-copy > p { max-width: 540px; margin: 2rem 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.2rem; }
.hero-art { position: relative; min-height: 350px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(243,156,18,.3); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 290px; height: 290px; border-style: dashed; }
.logo-orb { position: relative; width: 288px; height: 288px; display: grid; place-items: center; overflow: hidden; border-radius: 44% 56% 62% 38% / 41% 44% 56% 59%; background: var(--gold); padding: 1.2rem; box-shadow: 0 25px 60px rgba(0,0,0,.18); animation: float 5s ease-in-out infinite; }
.logo-orb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; opacity: .9; }
.logo-orb span { position: absolute; bottom: 1.7rem; border-radius: 999px; background: var(--blue); color: var(--gold); padding: .45rem .8rem; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.hero-art > small { position: absolute; inset-inline-end: 0; top: 3rem; max-width: 120px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; text-align: end; text-transform: uppercase; }
.hero-rule { position: absolute; bottom: 0; inset-inline-start: 0; width: 33%; height: 4px; background: var(--gold); }
.section { padding-block: 5rem; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 1.25rem; margin-bottom: 2.5rem; }
.section-title > div { max-width: 700px; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--gold-ink); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-title h2, .split-section h2, .story-grid h2, .faq-layout h2, .contact-grid h2, .registration-grid h2 { margin: .8rem 0 0; color: var(--blue); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
.section-title p, .split-section p, .story-grid p, .faq-layout p { max-width: 650px; color: var(--muted); font-size: 15px; line-height: 1.8; margin: 1rem 0 0; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue); font-size: 13px; font-weight: 700; }
.text-link .icon { width: 16px; height: 16px; transition: transform .2s; }
.text-link:hover .icon { transform: translate(3px,-3px); }
.quick-grid, .program-grid, .service-grid, .staff-grid, .dashboard-cards { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.card { border: 1px solid var(--line); background: var(--surface); border-radius: 1rem; box-shadow: var(--shadow); }
.quick-card { padding: 1.5rem; transition: transform .25s, box-shadow .25s, border-color .25s; }
.quick-card:hover, .program-card:hover, .service-card:hover, .faculty-card:hover, .staff-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--float); }
.card-icon { width: 48px; height: 48px; display: inline-grid; place-items: center; border-radius: .75rem; background: var(--soft); color: var(--blue); }
.card-icon.dark { background: var(--blue); color: var(--gold); }
.quick-card h2, .program-card h2, .service-card h2 { margin: 1.7rem 0 .4rem; color: var(--blue); font-family: var(--display); font-size: 21px; line-height: 1.15; }
.quick-card p, .program-card p, .service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.card-arrow { display: inline-grid; margin-top: 1rem; color: var(--gold-ink); }
.card-arrow .icon { width: 18px; height: 18px; }
.band { background: var(--soft); }
.news-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.news-item { display: flex; gap: 1rem; padding: 1.5rem; border-bottom: 1px solid var(--line); }
.news-item + .news-item { border-inline-start: 1px solid var(--line); }
.news-date { width: 48px; flex: 0 0 48px; text-align: center; }
.news-date strong { display: block; color: var(--blue); font-family: var(--display); font-size: 28px; line-height: 1; }
.news-date small, .story-card > small { color: var(--gold-ink); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.news-item span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.news-item h3 { margin: .45rem 0 .75rem; color: var(--blue); font-family: var(--display); font-size: 19px; line-height: 1.2; }
.news-item b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.news-item b .icon { width: 14px; height: 14px; }
.split-section, .story-grid, .registration-grid, .contact-grid, .faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: center; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.stat { min-height: 155px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; }
.stat.dark { background: var(--blue); color: white; }
.stat.gold { background: var(--gold); color: var(--gold-ink); }
.stat strong { display: block; font-family: var(--display); font-size: 52px; font-weight: 500; }
.stat span { display: block; margin-top: 1.8rem; color: var(--muted); font-size: 13px; }
.stat.dark span { color: rgba(255,255,255,.68); }
.dark-section { background: var(--blue); color: white; }
.dark-section .section-title h2, .dark-section .section-title p, .dark-section h2 { color: white; }
.dark-section .eyebrow { color: var(--gold); }
.gallery-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.gallery-tile, .gallery-grid figure { position: relative; min-height: 190px; display: flex; align-items: end; overflow: hidden; padding: 1.25rem; border-radius: 1rem; color: white; }
.gallery-tile:before, .gallery-grid figure:before, .story-art:before { content: ""; position: absolute; width: 150px; height: 150px; inset-inline-end: -35px; top: -35px; border: 16px solid rgba(255,255,255,.16); border-radius: 50%; transition: transform .4s; }
.gallery-tile:hover:before, .gallery-grid figure:hover:before { transform: scale(1.15); }
.gallery-tile span, .gallery-grid figure span { position: relative; font-size: 14px; font-weight: 700; }
.blue { background: linear-gradient(135deg, #0a3d62, #397b9d); } .gold { background: linear-gradient(135deg, #f39c12, #f7d583); color: var(--gold-ink); }
.teal { background: linear-gradient(135deg, #174c62, #7fb5b9); } .coral { background: linear-gradient(135deg, #a5503b, #f3a65d); }
.green { background: linear-gradient(135deg, #356d67, #8ac39b); } .purple { background: linear-gradient(135deg, #5c3d72, #b67cc6); }
.slate { background: linear-gradient(135deg, #304d63, #80a0b4); } .lime { background: linear-gradient(135deg, #56723d, #b9ce75); }
.paper-grid { background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 32px 32px; }
.page-intro { border-bottom: 1px solid var(--line); }
.page-intro-inner { position: relative; padding-block: 4rem 5rem; }
.page-intro h1 { max-width: 850px; margin: 1.2rem 0 0; color: var(--blue); font-family: var(--display); font-size: clamp(2.9rem, 6vw, 5.3rem); line-height: 1.02; letter-spacing: -.05em; }
.page-intro p { max-width: 690px; margin: 1.4rem 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.intro-mark { position: absolute; inset-inline-end: 0; bottom: -.1em; color: rgba(10,61,98,.04); font-family: var(--display); font-size: 8rem; font-weight: 700; line-height: 1; }
.long-copy { color: var(--muted); font-size: 16px; line-height: 2; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature { min-height: 260px; padding: 1.75rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); color: var(--ink); }
.feature.dark { background: var(--blue); color: white; border: 0; } .feature.gold { background: var(--gold); color: var(--gold-ink); border: 0; }
.feature .icon { color: var(--blue); } .feature.dark .icon { color: var(--gold); }
.feature h2 { margin-top: 3rem; font-family: var(--display); font-size: 25px; }
.feature p { color: var(--muted); font-size: 14px; line-height: 1.8; } .feature.dark p { color: rgba(255,255,255,.7); }
.values-section h2, .steps-grid h2 { margin: .8rem 0 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 3.5rem); }
.values-grid, .steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.2); }
.values-grid article, .steps-grid article { padding: 1.25rem 1.25rem 0 0; border-inline-end: 1px solid rgba(255,255,255,.2); }
.values-grid article + article, .steps-grid article + article { padding-inline-start: 1.25rem; }
.values-grid article:last-child, .steps-grid article:last-child { border-inline-end: 0; }
.values-grid small, .steps-grid small { color: var(--gold); font-family: monospace; font-size: 11px; }
.values-grid h3, .steps-grid h3 { margin: 1.4rem 0 .4rem; font-family: var(--display); font-size: 18px; }
.values-grid p, .steps-grid p { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }
.faculty-list { display: grid; gap: 1rem; }
.list-heading, .calendar-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 2rem; }
.list-heading small { color: var(--gold-ink); font-family: monospace; }
.faculty-card { display: grid; grid-template-columns: 65px 1fr 1.15fr 42px; gap: 1.25rem; align-items: start; padding: 1.75rem; border: 1px solid var(--line); border-inline-start: 4px solid var(--blue); border-radius: 1rem; background: var(--surface); transition: .25s; }
.faculty-card.sky { border-inline-start-color: #2896cc; } .faculty-card.green { border-inline-start-color: #36a66c; } .faculty-card.gold { border-inline-start-color: var(--gold); } .faculty-card.rose { border-inline-start-color: #d65f6d; }
.faculty-number { color: var(--gold-ink); font-family: monospace; }
.faculty-card h2 { margin: 1rem 0 .4rem; color: var(--blue); font-family: var(--display); font-size: 26px; }
.faculty-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.faculty-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; padding: 0; margin: 1.3rem 0 0; list-style: none; color: var(--muted); font-size: 13px; }
.faculty-card li { display: flex; gap: .4rem; align-items: start; } .faculty-card li .icon { width: 14px; height: 14px; color: var(--gold-ink); margin-top: 2px; }
.round-link { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.round-link:hover { background: var(--gold); transform: rotate(45deg); }
.program-grid { grid-template-columns: repeat(3, 1fr); }
.program-card, .service-card { display: flex; flex-direction: column; min-height: 310px; padding: 1.75rem; transition: .25s; }
.program-card .text-link, .service-card .text-link { margin-top: auto; }
.program-top { display: flex; justify-content: space-between; align-items: start; }
.pill { display: inline-block; border-radius: 999px; background: var(--soft); color: var(--gold-ink); padding: .35rem .7rem; font-size: 10px; font-weight: 700; }
.callout { padding-block: 4rem; background: var(--blue); color: white; }
.callout > .site-grid { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.callout h2 { margin: .5rem 0 0; font-family: var(--display); font-size: 32px; }
.callout p { color: rgba(255,255,255,.7); }
.check-list, .process-list { display: grid; gap: 1rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.check-list li { display: flex; align-items: start; gap: .65rem; color: var(--muted); font-size: 14px; }
.check-list .icon { width: 17px; height: 17px; color: var(--gold-ink); margin-top: 2px; }
.soft-panel { padding: 2rem; border-radius: 1.25rem; background: var(--soft); }
.soft-panel h2 { color: var(--blue); font-family: var(--display); font-size: 30px; margin: .8rem 0 .6rem; }
.soft-panel p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.outline-button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: .75rem 1.15rem; color: var(--blue); font-size: 13px; font-weight: 700; }
.outline-button:hover { border-color: var(--gold); background: var(--gold); color: var(--gold-ink); }
.light-outline { color: white; border-color: rgba(255,255,255,.35); }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.registration-grid { align-items: start; }
.process-list p { display: flex; align-items: center; gap: 1rem; color: var(--blue); font-size: 14px; font-weight: 700; }
.process-list b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--gold-ink); font-family: monospace; font-size: 11px; }
.form-card { padding: 2rem; border: 1px solid var(--line); border-radius: 1.25rem; background: var(--surface); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
label { display: block; color: var(--blue); font-size: 13px; font-weight: 700; }
label input, label textarea, label select { display: block; width: 100%; margin-top: .45rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: .75rem; outline: 0; background: var(--bg); color: var(--ink); font-size: 14px; font-weight: 400; }
label input:focus, label textarea:focus, label select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(243,156,18,.15); }
.full { grid-column: 1 / -1; } .full-button { width: 100%; border-radius: .75rem; margin-top: 1.4rem; }
.required, .field-error, .login-error { color: var(--danger); } .field-error { display: block; min-height: 1rem; margin-top: .25rem; font-size: 11px; font-weight: 400; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-success { margin-top: 1rem; padding: .8rem; border-radius: .75rem; background: rgba(54,166,108,.12); color: #277649; font-size: 13px; }
.login-shell { min-height: calc(100vh - 76px); display: grid; grid-template-columns: .85fr 1.15fr; background: var(--soft); }
.login-aside { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 3rem; background: var(--blue); color: white; }
.login-aside .logo { color: white; } .login-aside .logo small { color: rgba(255,255,255,.65); }
.login-aside .eyebrow { color: var(--gold); } .login-aside h1 { max-width: 520px; margin: 1rem 0 0; font-family: var(--display); font-size: 50px; line-height: 1.02; letter-spacing: -.05em; }
.login-aside p { max-width: 400px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }
.login-aside > small { color: rgba(255,255,255,.5); font-size: 11px; }
.login-aside-art { position: absolute; width: 320px; height: 320px; inset-inline-end: -100px; bottom: -110px; border: 1px solid rgba(243,156,18,.35); border-radius: 50%; }
.login-form-wrap { display: grid; place-items: center; padding: 2rem; } .login-form { width: min(100%, 440px); }
.login-form .back-link { display: inline-block; margin-bottom: 2rem; color: var(--muted); font-size: 12px; font-weight: 700; }
.login-form h2 { margin: .6rem 0 .5rem; color: var(--blue); font-family: var(--display); font-size: 38px; }
.login-form > p { color: var(--muted); font-size: 14px; }
.form-stack { display: grid; gap: 1rem; margin-top: 1.8rem; }
.remember { display: flex; align-items: center; gap: .5rem; margin-top: 1rem; color: var(--muted); font-size: 12px; font-weight: 400; } .remember input { accent-color: var(--blue); }
.forgot-button, .register-link { display: block; width: 100%; border: 0; background: transparent; color: var(--muted); margin-top: 1rem; font-size: 12px; font-weight: 700; text-align: center; }
.register-link { color: var(--gold-ink); margin-top: 1.4rem; } .demo-note { padding: .8rem; background: var(--soft); border-radius: .75rem; text-align: center; }
.dashboard-hero { padding-block: 4rem; background: var(--blue); color: white; }
.dashboard-hero .site-grid { position: relative; } .dashboard-hero .eyebrow { color: var(--gold); }
.dashboard-hero h1 { max-width: 800px; margin: .8rem 0 .5rem; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; }
.dashboard-hero p { color: rgba(255,255,255,.65); } .dashboard-hero .outline-button { position: absolute; inset-inline-end: 0; bottom: 0; }
.admin-card { padding: 1.5rem; border: 0; text-align: start; transition: .25s; } .admin-card:hover { transform: translateY(-4px); }
.admin-card h2 { margin: 1.5rem 0 .3rem; font-family: var(--display); font-size: 21px; } .admin-card p { color: var(--muted); font-size: 13px; }
.admin-card .text-link { margin-top: 1.25rem; }
.dashboard-stats { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.dashboard-stats .card { padding: 1.5rem; } .dashboard-stats .card > span { color: var(--gold-ink); } .dashboard-stats strong { display: block; margin-top: 1.5rem; color: var(--blue); font-family: var(--display); font-size: 40px; }
.dashboard-stats h2 { margin: .6rem 0 0; color: var(--blue); font-size: 14px; } .dashboard-stats p { margin: .1rem 0 0; color: var(--muted); font-size: 12px; }
.dashboard-panels { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; margin-top: 1rem; } .dashboard-panels > article { padding: 1.75rem; }
.dashboard-panels .card a { display: flex; justify-content: space-between; padding: .8rem 0; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 13px; font-weight: 700; }
.table-wrap { overflow-x: auto; } table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: start; } th, td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: start; } th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; } td:first-child { color: var(--blue); font-weight: 700; } td:nth-child(2) { color: var(--blue); font-family: var(--display); font-size: 18px; }
.filter-row { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: 1.5rem; } .filter-row button { white-space: nowrap; padding: .6rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; } .filter-row button.selected { background: var(--blue); border-color: var(--blue); color: white; }
.story-grid { display: grid; gap: 2.5rem 1.5rem; grid-template-columns: repeat(2, 1fr); } .story-card > small { display: block; margin-top: 1rem; color: var(--muted); letter-spacing: .08em; } .story-card h2 { margin: .5rem 0 .3rem; color: var(--blue); font-family: var(--display); font-size: 27px; line-height: 1.1; } .story-card p { color: var(--muted); font-size: 14px; line-height: 1.7; } .story-card > button { display: inline-flex; align-items: center; gap: .5rem; border: 0; padding: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 700; } .story-card > button .icon { width: 15px; }
.story-art { position: relative; height: 210px; display: flex; align-items: end; padding: 1.25rem; overflow: hidden; border-radius: 1rem; } .story-art span { position: relative; z-index: 1; padding: .35rem .7rem; border-radius: 999px; background: rgba(255,255,255,.8); color: var(--blue); font-size: 10px; font-weight: 700; text-transform: uppercase; } .art-0 { background: var(--blue); } .art-1 { background: var(--gold); } .art-2 { background: var(--soft); }
.staff-grid { grid-template-columns: repeat(3, 1fr); } .staff-card { padding: 1.5rem; transition: .25s; } .initials { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 22px; background: var(--gold); color: var(--gold-ink); font-family: var(--display); font-size: 21px; } .staff-card small { display: block; margin-top: 1.5rem; color: var(--gold-ink); font-size: 10px; font-weight: 700; text-transform: uppercase; } .staff-card h2 { margin: .4rem 0 0; color: var(--blue); font-family: var(--display); font-size: 21px; } .staff-card p { margin: .2rem 0 0; color: var(--muted); font-size: 13px; } .staff-card a { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.25rem; color: var(--blue); font-size: 11px; font-weight: 700; word-break: break-all; } .staff-card a .icon { width: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; } .gallery-grid figure { min-height: 255px; margin: 0; } .gallery-grid figure.wide { grid-column: span 2; } .gallery-grid figure span { font-size: 17px; }
.contact-details { display: grid; gap: 1.6rem; } .contact-details > div { display: grid; grid-template-columns: 44px 1fr; gap: .8rem; } .contact-details > div > .icon { grid-row: span 2; width: 44px; height: 44px; padding: .75rem; background: var(--soft); border-radius: .75rem; color: var(--blue); } .contact-details h3 { margin: .1rem 0 0; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; } .contact-details p { margin: 0; color: var(--blue); font-size: 14px; font-weight: 700; } .office-hours { padding: 1.25rem; border-radius: 1rem; background: var(--blue); color: white; } .office-hours h3, .office-hours p { color: white; } .office-hours > .icon { color: var(--gold) !important; background: transparent !important; padding: 0 !important; }
.contact-grid { align-items: start; } .contact-grid .form-card h2 { margin: .6rem 0 0; color: var(--blue); font-family: var(--display); font-size: 34px; }
.faq-layout { align-items: start; } .faq-list { border-top: 1px solid var(--line); } .faq-item { border-bottom: 1px solid var(--line); } .faq-item button { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 1rem; padding: 1.2rem 0; border: 0; background: transparent; color: var(--blue); font-family: var(--display); font-size: 18px; font-weight: 600; text-align: start; } .faq-item button .icon { width: 18px; transition: transform .2s; } .faq-item.open button .icon { transform: rotate(180deg); } .faq-item p { display: none; max-width: 700px; padding: 0 0 1.3rem; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; } .faq-item.open p { display: block; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; } .resource-grid button { display: flex; justify-content: space-between; align-items: center; padding: 1rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--surface); color: var(--blue); font-size: 13px; font-weight: 700; text-align: start; } .resource-grid button:hover { border-color: var(--gold); }
.not-found { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .not-found h1 { max-width: 720px; margin: 1rem 0; color: var(--blue); font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); line-height: .98; letter-spacing: -.05em; } .not-found p { color: var(--muted); margin-bottom: 1.5rem; }
footer { margin-top: 2rem; background: var(--blue); color: white; } footer .logo { color: white; } footer .logo small { color: rgba(255,255,255,.65); } .footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 3rem; padding-block: 4rem; } .footer-grid p { max-width: 390px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.9; margin-top: 1.5rem; } .social-links { display: flex; gap: .5rem; margin-top: 1.2rem; } .social-links a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; } .social-links a:hover { background: var(--gold); color: var(--gold-ink); } .social-links .icon { width: 15px; height: 15px; } footer h3 { color: var(--gold); font-family: var(--display); font-size: 15px; } .footer-links { display: flex; flex-direction: column; gap: .65rem; margin-top: 1.1rem; color: rgba(255,255,255,.7); font-size: 13px; } .footer-links a:hover, .footer-enquire:hover { color: var(--gold); } address { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.9; font-style: normal; } .footer-enquire { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; color: var(--gold); font-size: 13px; font-weight: 700; } .footer-enquire .icon { width: 15px; } .footer-bottom { border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: 11px; } .footer-bottom .site-grid { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.1rem; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } .reveal { animation: reveal .65s cubic-bezier(.2,.8,.2,1) both; } @keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) { .desktop-nav { gap: .75rem; } .desktop-nav a { font-size: 12px; } .header-actions .arrow-button { padding-inline: .9rem; } }
@media (max-width: 900px) { .desktop-nav, .header-actions { display: none; } .menu-button { display: grid; } .hero-inner, .split-section, .story-grid, .registration-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; } .hero-inner { padding-block: 4rem; } .hero-art { min-height: 310px; } .section-title { align-items: start; flex-direction: column; } .quick-grid, .program-grid { grid-template-columns: repeat(2, 1fr); } .faculty-card { grid-template-columns: 50px 1fr 42px; } .faculty-card ul { grid-column: 2 / -1; } .feature-grid { grid-template-columns: 1fr; } .values-grid { grid-template-columns: repeat(2, 1fr); } .values-grid article:nth-child(2n) { border-inline-end: 0; } .values-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); padding-top: 1.25rem; } .dashboard-stats { grid-template-columns: repeat(2, 1fr); } .dashboard-panels { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1.4fr 1fr; } .footer-grid > :last-child { grid-column: 1 / -1; } .login-shell { grid-template-columns: 1fr; } .login-aside { display: none; } }
@media (max-width: 600px) { .site-grid { width: min(100% - 28px, 1180px); } .section { padding-block: 3.7rem; } .hero h1 { font-size: 3.6rem; } .hero-copy > p { font-size: 15px; } .orbit-one { width: 300px; height: 300px; } .orbit-two { width: 225px; height: 225px; } .logo-orb { width: 220px; height: 220px; } .quick-grid, .program-grid, .staff-grid, .story-grid, .gallery-grid, .resource-grid { grid-template-columns: 1fr; } .gallery-grid figure.wide { grid-column: span 1; } .gallery-row { grid-template-columns: repeat(2, 1fr); } .gallery-tile { min-height: 150px; } .news-strip { grid-template-columns: 1fr; } .news-item + .news-item { border-inline-start: 0; } .faculty-card { grid-template-columns: 35px 1fr 38px; padding: 1.25rem; } .faculty-card h2 { font-size: 22px; } .faculty-card ul { grid-column: 1 / -1; grid-template-columns: 1fr; } .faculty-card .round-link { grid-column: 3; grid-row: 1; } .form-grid { grid-template-columns: 1fr; } .full { grid-column: auto; } .form-card { padding: 1.3rem; } .steps-grid { grid-template-columns: 1fr 1fr; } .steps-grid article:nth-child(2n) { border-inline-end: 0; } .steps-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); padding-top: 1rem; } .footer-grid { grid-template-columns: 1fr; } .footer-grid > :last-child { grid-column: auto; } .footer-bottom .site-grid { flex-direction: column; } .dashboard-hero .outline-button { position: static; margin-top: 1rem; } .dashboard-stats { grid-template-columns: 1fr 1fr; } .calendar-head { align-items: start; flex-direction: column; gap: 1rem; } }
html[dir="rtl"] body { font-family: Cairo, Arial, sans-serif; } html[dir="rtl"] .faculty-card, html[dir="rtl"] .values-grid article, html[dir="rtl"] .steps-grid article { border-inline-end: 0; }