:root {
    --maroon: #6e1532;
    --maroon-dark: #4b1023;
    --gold: #d7b36a;
    --cream: #fbf7f1;
    --text: #24303f;
    --muted: #6b7685;
    --line: rgba(110, 21, 50, 0.12);
    --white: #ffffff;
    --shadow: 0 18px 55px rgba(31, 23, 31, 0.09);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #fffdf9;
    line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.premium-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    background: var(--maroon-dark);
    color: rgba(255,255,255,0.92);
    font-size: 13px;
}
.topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.topbar-links { display: flex; gap: 18px; flex-wrap: wrap; }
.topbar-links a:hover { color: #fff; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,253,249,0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(110, 21, 50, 0.08);
}
.header-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.brandmark img { height: 64px; width: auto; }
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 15px;
    font-weight: 500;
}
.desktop-nav a { color: #334155; }
.desktop-nav a:hover { color: var(--maroon); }
.header-cta,
.primary-btn,
.full-width-btn,
.floating-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--maroon), #8e1f46);
    color: #fff;
    border: 0;
    box-shadow: 0 14px 28px rgba(110, 21, 50, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.header-cta { min-height: 46px; padding: 0 20px; font-size: 14px; font-weight: 600; }
.primary-btn,
.secondary-btn {
    min-height: 54px;
    padding: 0 28px;
    font-weight: 600;
    font-size: 15px;
}
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 54px;
    padding: 0 28px;
    background: rgba(110, 21, 50, 0.06);
    border: 1px solid rgba(110, 21, 50, 0.12);
    color: var(--maroon);
}
.header-cta:hover,
.primary-btn:hover,
.full-width-btn:hover,
.secondary-btn:hover,
.floating-call:hover { transform: translateY(-1px); }

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0 56px;
    background:
        radial-gradient(circle at left top, rgba(215, 179, 106, 0.18), transparent 30%),
        radial-gradient(circle at right top, rgba(110, 21, 50, 0.10), transparent 25%),
        linear-gradient(180deg, #fffdf9 0%, #fff7ee 100%);
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}
.eyebrow,
.section-tag,
.section-tag.light,
.mini-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.eyebrow,
.section-tag,
.mini-label {
    background: rgba(110, 21, 50, 0.08);
    color: var(--maroon);
}
.section-tag.light { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.92); }
.hero-copy h1,
.section-heading h2,
.section-copy h2,
.admissions-copy h2 {
    margin: 18px 0 14px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.02em;
}
.hero-copy h1 { font-size: clamp(36px, 5vw, 58px); max-width: 680px; }
.hero-copy p,
.section-copy p,
.section-heading p,
.facility-content p,
.approach-card p,
.quick-card p,
.admissions-copy p,
.footer-contact-block p {
    color: var(--muted);
    font-size: 16px;
    margin: 0;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}
.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}
.trust-pill {
    min-width: 150px;
    padding: 16px 18px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(110, 21, 50, 0.09);
    border-radius: 18px;
    box-shadow: var(--shadow);
}
.trust-pill strong {
    display: block;
    font-size: 18px;
    color: var(--maroon-dark);
}
.trust-pill span { font-size: 13px; color: var(--muted); }
.hero-visual { position: relative; min-height: 560px; }
.hero-frame {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(44, 25, 35, 0.14);
}
.hero-frame-main {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    border: 10px solid rgba(255,255,255,0.85);
}
.hero-frame-main img { width: 100%; height: 560px; object-fit: cover; object-position: center; }
.hero-floating-card {
    position: absolute;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(110,21,50,0.10);
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--shadow);
    max-width: 280px;
}
.hero-floating-card h3,
.facility-content h3,
.quick-card h3,
.approach-card h3,
.footer-links-block h3,
.footer-contact-block h3,
.premium-form h3 {
    margin: 10px 0 8px;
    font-size: 21px;
    line-height: 1.32;
}
.hero-floating-card p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.card-one { left: 0; top: 62px; }
.card-two { right: 18px; bottom: 26px; }

.quick-highlights-section,
.about-section,
.approach-section,
.facilities-section,
.admissions-section { padding: 38px 0 90px; }
.quick-highlights-grid,
.approach-grid,
.facilities-grid,
.footer-grid {
    display: grid;
    gap: 22px;
}
.quick-highlights-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 6px;
}
.quick-card,
.approach-card,
.facility-card,
.admission-form-wrap,
.about-image-large,
.about-image-small {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.quick-card {
    padding: 28px 24px;
}
.quick-card h3 { font-size: 20px; margin: 0 0 8px; }

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.about-visual-wrap {
    position: relative;
    min-height: 560px;
}
.about-image-large {
    width: 84%;
    overflow: hidden;
}
.about-image-large img,
.about-image-small img,
.facility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-image-large img { height: 540px; }
.about-image-small {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 44%;
    overflow: hidden;
}
.about-image-small img { height: 260px; }
.section-copy h2,
.section-heading h2,
.admissions-copy h2 { font-size: clamp(30px, 4vw, 46px); }
.section-copy p + p { margin-top: 16px; }
.about-points { display: grid; gap: 14px; margin-top: 26px; }
.about-point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #fffaf4;
    border: 1px solid rgba(215,179,106,0.25);
    font-weight: 500;
}
.about-point span {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, var(--gold), var(--maroon));
    border-radius: 50%;
    flex: 0 0 auto;
}
.centered { text-align: center; max-width: 780px; margin: 0 auto 8px; }
.approach-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; }
.approach-card { padding: 30px 24px; }
.approach-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(110,21,50,0.10), rgba(215,179,106,0.16));
    color: var(--maroon);
    font-size: 18px;
    font-weight: 800;
}
.facilities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
    align-items: stretch;
}
.facility-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.facility-card.featured {
    grid-row: auto;
}
.facility-card.featured img { height: 320px; }
.facility-card.icon-card img { height: 150px; object-fit: contain; padding: 16px; background: #fffaf3; }
.facility-content { padding: 24px; flex: 1 1 auto; }
.facility-content h3 { font-size: 22px; }

.admissions-section {
    background: linear-gradient(135deg, var(--maroon-dark), #6c1732 45%, #8c1f46 100%);
    color: #fff;
}
.admissions-grid {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 34px;
    align-items: center;
}
.admissions-copy p,
.admission-info-list div,
.admission-info-list a,
.form-note { color: rgba(255,255,255,0.82); }
.admission-info-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
    font-size: 16px;
}
.admission-form-wrap { padding: 18px; background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.16); }
.premium-form {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
}
.premium-form h3 { color: var(--maroon-dark); margin-top: 0; }
.form-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-field { margin-bottom: 16px; }
.form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #354052;
    font-weight: 600;
}
.form-field input,
.form-field select {
    width: 100%;
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(110,21,50,0.15);
    background: #fff;
    padding: 0 16px;
    color: var(--text);
    font-size: 15px;
    outline: none;
}
.form-field select {
    appearance: auto;
    -webkit-appearance: menulist;
    cursor: pointer;
}
.form-field select option {
    color: var(--text);
    background: #fff;
}
.form-field input:focus,
.form-field select:focus {
    border-color: rgba(110,21,50,0.4);
    box-shadow: 0 0 0 4px rgba(110,21,50,0.08);
}
.full-width-btn { width: 100%; min-height: 54px; font-weight: 700; font-size: 15px; }
.form-note { margin: 14px 0 0; color: #667085; font-size: 14px; }

.premium-footer {
    background: #1f1118;
    color: rgba(255,255,255,0.82);
}
.footer-grid {
    grid-template-columns: 1.15fr 1fr 0.8fr;
    padding: 60px 0 34px;
}
.footer-brand-block img { height: 84px; width: auto; }
.footer-brand-block p { margin-top: 16px; font-size: 18px; color: #fff; }
.footer-contact-block h3,
.footer-links-block h3 { color: #fff; font-size: 20px; }
.footer-links-block { display: grid; gap: 10px; align-content: start; }
.footer-links-block a:hover,
.footer-contact-block a:hover,
.footer-bottom a:hover { color: #fff; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
    font-size: 14px;
}
.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-bottom a { color: var(--gold); font-weight: 700; }

.floating-call {
    position: fixed;
    right: 18px;
    bottom: 18px;
    min-width: 132px;
    min-height: 52px;
    padding: 0 24px;
    z-index: 99;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .hero-grid,
    .about-grid,
    .admissions-grid,
    .footer-grid,
    .quick-highlights-grid,
    .approach-grid,
    .facilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .facilities-grid .featured { grid-column: span 2; grid-row: auto; }
}

@media (max-width: 991px) {
    .topbar-inner,
    .header-inner,
    .hero-grid,
    .about-grid,
    .admissions-grid,
    .footer-grid,
    .quick-highlights-grid,
    .approach-grid,
    .facilities-grid,
    .form-row-grid {
        grid-template-columns: 1fr;
        display: grid;
    }
    .topbar-inner,
    .header-inner { display: flex; }
    .topbar-inner,
    .header-inner { flex-direction: column; justify-content: center; padding: 12px 0; }
    .desktop-nav { flex-wrap: wrap; justify-content: center; gap: 14px 18px; }
    .header-cta { display: none; }
    .hero-visual { min-height: auto; }
    .hero-frame-main { max-width: 100%; }
    .hero-frame-main img { height: 460px; }
    .hero-floating-card { position: static; max-width: 100%; margin-top: 16px; }
    .about-visual-wrap { min-height: auto; }
    .about-image-large { width: 100%; }
    .about-image-large img { height: 420px; }
    .about-image-small { position: static; width: 100%; margin-top: 18px; }
    .facilities-grid .featured { grid-column: auto; }
}

@media (max-width: 767px) {
    .premium-container { width: min(100% - 24px, 1180px); }
    .topbar { display: none; }
    .site-header { position: static; }
    .header-inner { min-height: auto; gap: 12px; }
    .brandmark img { height: 58px; }
    .desktop-nav { font-size: 14px; gap: 10px 14px; }
    .hero-section { padding: 38px 0 34px; }
    .hero-copy h1 { font-size: 34px; }
    .section-copy h2,
    .section-heading h2,
    .admissions-copy h2 { font-size: 30px; }
    .hero-trust-row { gap: 12px; }
    .trust-pill { width: 100%; }
    .hero-frame-main img,
    .about-image-large img,
    .about-image-small img { height: auto; }
    .quick-highlights-section,
    .about-section,
    .approach-section,
    .facilities-section,
    .admissions-section { padding: 24px 0 62px; }
    .quick-card,
    .approach-card,
    .facility-content,
    .premium-form { padding: 22px 18px; }
    .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
    .floating-call { left: 12px; right: 12px; min-width: 0; }
}


/* v4 refinements */
.hero-grid-form {
    grid-template-columns: 1.02fr 0.98fr;
    align-items: start;
}
.hero-form-column {
    display: grid;
    gap: 20px;
}
.hero-form-wrap {
    padding: 20px;
    background: rgba(110, 21, 50, 0.06);
    border-color: rgba(110, 21, 50, 0.12);
}
.hero-form-wrap .premium-form {
    box-shadow: 0 24px 60px rgba(44, 25, 35, 0.14);
}
.hero-form-intro {
    margin: -2px 0 18px;
    color: var(--muted);
    font-size: 14px;
}
.hero-mini-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 18px;
    align-items: end;
}
.hero-frame-main.compact {
    max-width: 100%;
    margin-left: 0;
    border-width: 8px;
}
.hero-frame-main.compact img {
    height: 250px;
}
.card-static {
    position: static;
    max-width: 100%;
    align-self: stretch;
}
.card-static p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
}
.facilities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
}
.facility-card.featured {
    grid-row: auto !important;
    grid-column: auto !important;
}
.facility-card.featured img,
.facility-card.icon-card img {
    height: 180px;
}
.facility-card.icon-card img {
    object-fit: contain;
    padding: 16px;
    background: #fffaf3;
}
.nice-select {
    display: none !important;
}
.premium-form select,
.form-field select {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-appearance: menulist !important;
    appearance: menulist !important;
    color: #2f3440 !important;
    background: #ffffff !important;
    position: relative;
    z-index: 3;
}
.premium-form select option,
.premium-form select option:hover,
.premium-form select option:checked {
    color: #1e2430 !important;
    background: #ffffff !important;
}
.admission-visual-card {
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}
.admission-visual-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.admission-visual-copy {
    padding: 26px;
}
.admission-visual-copy h3 {
    color: #fff;
    margin: 12px 0 10px;
    font-size: 28px;
    line-height: 1.25;
}
.admission-visual-copy p {
    color: rgba(255,255,255,0.82);
    margin: 0 0 18px;
}
.light-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.34);
}
.light-outline:hover {
    background: #fff;
    color: var(--maroon-dark);
    border-color: #fff;
}
@media (max-width: 1199px) {
    .hero-grid-form { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
    .hero-mini-gallery { grid-template-columns: 1fr; }
    .hero-frame-main.compact img { height: 220px; }
}

.admission-visual-copy .mini-label {
    background: rgba(255,255,255,0.16);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
}
