/* ── Reset & Base ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #1a1a2e;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Typography ───────────────────────────────────── */
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.2; }
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #F5A623;
    margin-bottom: 12px;
}
.section-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    color: #4A1942;
    margin-bottom: 20px;
}
.section-sub {
    font-size: 1.05rem;
    color: #5a5a7a;
    max-width: 560px;
    line-height: 1.7;
}
.section-header { text-align: center; margin-bottom: 56px; }
.section-header .section-sub { margin: 0 auto; }

/* ── Buttons ──────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 2px solid transparent;
}
.btn-primary {
    background: #F5A623;
    color: #1a1a2e;
    border-color: #F5A623;
}
.btn-primary:hover { background: #e0951a; border-color: #e0951a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,0.35); }
.btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255,255,255,0.5);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #ffffff; transform: translateY(-2px); }
.btn-outline-light {
    background: transparent;
    color: #4A1942;
    border-color: #4A1942;
}
.btn-outline-light:hover { background: #4A1942; color: #ffffff; transform: translateY(-2px); }

/* ── Navigation ───────────────────────────────────── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(74, 25, 66, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245, 166, 35, 0.2);
    transition: box-shadow 0.3s ease;
}
.nav.scrolled { box-shadow: 0 4px 32px rgba(74, 25, 66, 0.3); }
.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: 72px;
    gap: 32px;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.1rem;
}
.nav-logo-mark {
    width: 40px;
    height: 40px;
    background: #F5A623;
    color: #4A1942;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 1rem;
}
.nav-logo-text { display: none; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left: auto;
}
.nav-links a {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    transition: color 0.2s;
}
.nav-links a:hover { color: #F5A623; }
.nav-cta {
    background: #F5A623 !important;
    color: #1a1a2e !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600 !important;
}
.nav-cta:hover { background: #e0951a !important; }
.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
}

/* ── Hero ─────────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #4A1942 0%, #2d1028 50%, #1a0a18 100%);
    overflow: hidden;
    padding: 120px 24px 80px;
}
.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(245, 166, 35, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(245, 166, 35, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(74, 25, 66, 0.5) 0%, transparent 70%);
    pointer-events: none;
}
.hero-bg-pattern::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F5A623' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}
.hero-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 48px 44px;
    backdrop-filter: blur(8px);
}
.hero-badge {
    display: inline-block;
    background: rgba(245, 166, 35, 0.15);
    color: #F5A623;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid rgba(245, 166, 35, 0.3);
    margin-bottom: 24px;
}
.hero-headline {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.15;
}
.hero-headline em {
    font-style: normal;
    color: #F5A623;
}
.hero-sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 500px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.stat-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, background 0.25s ease;
}
.stat-card:hover { transform: translateX(6px); background: rgba(255, 255, 255, 0.1); }
.stat-icon {
    width: 48px;
    height: 48px;
    background: rgba(245, 166, 35, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5A623;
    flex-shrink: 0;
}
.stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
}
.stat-label {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 2px;
}
.hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.4);
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ── About ────────────────────────────────────────── */
.about {
    padding: 100px 0;
    background: #fafafa;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.about-images {
    position: relative;
    height: 480px;
}
.about-img-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(74, 25, 66, 0.15);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-float {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 55%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(74, 25, 66, 0.2);
    border: 4px solid #fafafa;
}
.about-img-float img { width: 100%; height: 100%; object-fit: cover; }
.about-accent {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: #F5A623;
    border-radius: 20px;
    z-index: -1;
    opacity: 0.3;
}
.about-content .section-title { margin-bottom: 20px; }
.about-content > p {
    color: #5a5a7a;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
}
.about-features { margin-top: 32px; display: grid; gap: 14px; }
.about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #1a1a2e;
    font-weight: 500;
}
.about-feature svg { color: #F5A623; flex-shrink: 0; }

/* ── Departments ──────────────────────────────────── */
.departments {
    padding: 100px 0;
    background: #ffffff;
}
.dept-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.dept-card {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dept-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(74, 25, 66, 0.12); }
.dept-card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.dept-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dept-card:hover .dept-card-img img { transform: scale(1.08); }
.dept-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(74, 25, 66, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.dept-card:hover .dept-card-overlay { opacity: 1; }
.dept-card-overlay svg { color: #F5A623; }
.dept-card-body {
    padding: 24px;
}
.dept-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #4A1942;
    margin-bottom: 8px;
}
.dept-card-body p {
    font-size: 0.9rem;
    color: #5a5a7a;
    line-height: 1.65;
}

/* ── Why Us ───────────────────────────────────────── */
.why-us {
    padding: 100px 0;
    background: linear-gradient(135deg, #4A1942 0%, #2d1028 100%);
    position: relative;
    overflow: hidden;
}
.why-us::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F5A623' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    position: relative;
    z-index: 1;
}
.why-content .section-title { color: #ffffff; margin-bottom: 16px; }
.why-content .section-sub { color: rgba(255, 255, 255, 0.65); }
.why-cards { display: grid; gap: 20px; }
.why-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 28px 32px;
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, background 0.25s ease;
}
.why-card:hover { transform: translateX(6px); background: rgba(255, 255, 255, 0.1); }
.why-card-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(245, 166, 35, 0.3);
    line-height: 1;
    margin-bottom: 8px;
}
.why-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 8px;
}
.why-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

/* ── Visit ────────────────────────────────────────── */
.visit {
    padding: 100px 0;
    background: #fafafa;
}
.visit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
}
.visit-info { display: flex; flex-direction: column; gap: 32px; }
.visit-info .section-title { margin-bottom: 12px; }
.visit-details { display: grid; gap: 24px; }
.visit-detail {
    display: flex;
    gap: 16px;
}
.visit-detail-icon {
    width: 48px;
    height: 48px;
    background: rgba(74, 25, 66, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A1942;
    flex-shrink: 0;
}
.visit-detail-label {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #F5A623;
    margin-bottom: 4px;
}
.visit-detail div {
    font-size: 0.95rem;
    color: #1a1a2e;
    line-height: 1.6;
}
.visit-detail a { color: #4A1942; font-weight: 600; transition: color 0.2s; }
.visit-detail a:hover { color: #F5A623; }
.visit-cta-group { display: flex; gap: 16px; flex-wrap: wrap; }
.visit-map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(74, 25, 66, 0.12);
    min-height: 400px;
}

/* ── Footer ───────────────────────────────────────── */
.footer {
    background: #1a0a18;
    color: rgba(255, 255, 255, 0.6);
    padding: 64px 0 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 48px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 16px;
}
.footer-logo-mark {
    width: 36px;
    height: 36px;
    background: #F5A623;
    color: #4A1942;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 0.9rem;
}
.footer-brand p { font-size: 0.9rem; line-height: 1.7; }
.footer-links-col h4, .footer-contact h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #F5A623;
    margin-bottom: 20px;
}
.footer-links-col ul { display: grid; gap: 10px; }
.footer-links-col a {
    font-size: 0.9rem;
    transition: color 0.2s;
}
.footer-links-col a:hover { color: #F5A623; }
.footer-contact p { font-size: 0.9rem; line-height: 1.8; }
.footer-contact a { color: rgba(255,255,255,0.8); transition: color 0.2s; }
.footer-contact a:hover { color: #F5A623; }
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
}

/* ── Mobile Nav ───────────────────────────────────── */
.nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(74, 25, 66, 0.98);
    backdrop-filter: blur(12px);
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid rgba(245, 166, 35, 0.2);
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-stats { flex-direction: row; flex-wrap: wrap; margin-top: 32px; }
    .stat-card { flex: 1; min-width: 140px; }
    .about-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-images { height: 360px; }
    .dept-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: 1fr; gap: 48px; }
    .visit-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.open { display: flex; }
    .nav-toggle { display: block; }
    .nav-logo-text { display: block; }
    .hero { padding: 100px 24px 80px; }
    .hero-card { padding: 32px 24px; }
    .hero-headline { font-size: 1.85rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { justify-content: center; }
    .about-images { height: 280px; }
    .about-img-float { right: -12px; bottom: -20px; width: 60%; }
    .dept-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 480px) {
    .hero-stats { flex-direction: column; }
    .stat-card { flex: none; }
    .about-images { height: 240px; }
}
