.header-inner { min-height: 112px; }
.brand { width: 100px; height: 100px; padding: 2px; border-radius: 10px; overflow: visible; }
.brand img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand img, footer img { content: url("assets/rs-shield-logo.png"); }
.hero-photo::before { display: none; }
.about-grid { display: block; max-width: 1000px; }
.about-grid > img { display: none; }
.section-banner { display: block; width: min(100%, 1100px); height: 320px; object-fit: cover; border-radius: 14px; margin: 0 auto 42px; box-shadow: 0 8px 22px #06275814; }
.hero { min-height: 650px; }
.home-page .hero { grid-template-columns: 1.3fr .7fr; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 { max-width: 700px; }
.hero-photo { margin: 38px 38px 38px 0; min-height: 540px; border-radius: 22px; overflow: hidden; box-shadow: 0 18px 38px #06275826; }
.home-page .hero-photo { width: min(100% - 28px, 330px); min-height: 410px; height: 410px; margin: auto 28px auto auto; border-radius: 18px; }
.hero-photo img { mix-blend-mode: normal; object-position: center 22%; }
.highlights { border: 1px solid #e7edf5; }
html[lang="en"] .highlights strong { font-family: Arial, Helvetica, sans-serif; font-weight: 800; }
.section { position: relative; }
.section-title::after { content: ""; display: block; width: 54px; height: 3px; margin: 20px auto 0; background: var(--gold); border-radius: 4px; }
.service-card { border-top: 4px solid var(--gold); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px #06275816; }
.lots article { border-left: 4px solid var(--gold); }
.lots h3 { font-size: clamp(1.3rem, 2.1vw, 1.65rem); line-height: 1.35; margin-bottom: 14px; }
.two-col > div:last-child > p { padding-left: 20px; }
.button { border-radius: 9px; box-shadow: 0 5px 0 #031b3e, 0 9px 17px #0627582b; transform: translateY(0); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 #031b3e, 0 13px 20px #06275830; }
.button:active { transform: translateY(4px); box-shadow: 0 1px 0 #031b3e, 0 3px 8px #06275822; }
.button-gold { background: linear-gradient(135deg, #d69b2a, #a96805); box-shadow: 0 5px 0 #754400, 0 9px 17px #0627582b; }
.button-whatsapp { box-shadow: 0 5px 0 #bdc9d7, 0 9px 17px #0627581c; }
.legal { grid-template-columns: repeat(2, 1fr); }
.legal article { height: 100%; }
.contact { background: linear-gradient(135deg, #031b3e, #0d376f); }
.contact form { background: #ffffff12; padding: 26px; border: 1px solid #ffffff28; border-radius: 14px; }
footer { border-top: 3px solid var(--gold); }
footer { background: linear-gradient(135deg, #031b3e, #0b3265); padding: 42px max(7vw, 7%); grid-template-columns: 110px minmax(280px, 1fr) minmax(320px, 1fr); justify-content: stretch; align-items: start; gap: 56px; font-size: .9rem; }
footer img { width: 100px; height: 100px; object-fit: contain; padding: 2px; border-radius: 10px; box-shadow: 0 10px 20px #0003; }
footer > div { min-height: 145px; padding: 17px 18px; background: #ffffff0b; border: 1px solid #ffffff20; border-radius: 14px; }
footer strong { display: block; color: #fff; font-size: 1.05rem; letter-spacing: .025em; margin-bottom: 5px; }
footer p { color: #e4edfb; line-height: 1.55; }
footer p:first-of-type { color: #f2b84c; }
footer a { display: inline-block; margin-top: 3px; text-underline-offset: 3px; }
footer > div:last-child br { display: none; }
footer > div:last-child a { margin: 7px 16px 0 0; }
footer > div:last-child a { width: 32px; height: 32px; margin-right: 9px; display: inline-grid; place-items: center; border: 1px solid #f2b84c; border-radius: 50%; font-size: 0; text-decoration: none; }
footer > div:last-child a::after { font-family: Arial, sans-serif; font-size: 15px; font-weight: 800; color: #f2b84c; }
footer > div:last-child a:nth-of-type(1)::after { content: "in"; }
footer > div:last-child a:nth-of-type(2)::after { content: "f"; font-size: 19px; }
footer > div:last-child a:nth-of-type(3)::after { content: "𝕏"; font-size: 17px; }
footer > div:last-child a.instagram-link { display: inline-grid; place-items: center; }
footer > div:last-child a.instagram-link::after { content: none; }
footer > div:last-child a.instagram-link svg { width: 17px; height: 17px; fill: none; stroke: #f2b84c; stroke-width: 2; }
.social-icons { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.social-icons a { margin: 0 !important; flex: 0 0 32px; }
.social-icons a.linkedin-link::after { content: "in"; font-size: 15px; }
.social-icons a.facebook-link::after { content: "f"; font-size: 19px; }
.social-icons a.x-link::after { content: "𝕏"; font-size: 17px; }
.header-instagram-link { display: inline-grid !important; place-items: center; width: 24px; height: 24px; }
.header-instagram-link svg { width: 17px; height: 17px; fill: none; stroke: #fff; stroke-width: 2; }
.header-social-icons { display: flex; align-items: center; gap: 6px; }
.header-social-link { width: 27px; height: 27px; display: inline-grid !important; place-items: center; border: 1px solid #d49a2a; border-radius: 50%; color: #fff !important; transition: transform .2s ease, background .2s ease; }
.header-social-link:hover { background: #d49a2a; transform: translateY(-2px); }
.header-social-link svg { width: 14px; height: 14px; fill: currentColor; }
.header-social-link.header-instagram-link svg { fill: none; stroke: currentColor; stroke-width: 2; }
.visitor-counter { display: inline-block; margin: 15px 0 0 !important; padding: 5px 10px; color: #f2b84c !important; background: #ffffff10; border: 1px solid #f2b84c66; border-radius: 5px; font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
html[lang="hi"] body { font-family: "Nirmala UI", "Noto Sans Devanagari", Arial, sans-serif; }
html[lang="hi"] .highlights strong { font-family: "Nirmala UI", "Noto Sans Devanagari", Arial, sans-serif; font-weight: 800; }
.main-nav { align-items: stretch; }
.main-nav > a, .nav-dropdown > a { display: flex; align-items: center; padding: 10px 2px; border-bottom: 2px solid transparent; }
.main-nav > a:hover, .nav-dropdown > a:hover { border-color: var(--gold); }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.dropdown-panel { display: none; position: absolute; top: 100%; left: -16px; min-width: 230px; padding: 10px; background: #fff; border: 1px solid #dbe5f0; border-radius: 10px; box-shadow: 0 12px 28px #031b3e30; }
.dropdown-panel a { display: block; padding: 9px 10px; color: var(--navy); text-decoration: none; font-size: .82rem; font-weight: 700; border-radius: 6px; }
.dropdown-panel a:hover { background: #edf6ff; color: var(--gold); }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { display: block; }
.home-page #experience, .home-page #service-lots, .home-page #fee-policy, .home-page #legal, .home-page #contact { display: none; }
.details-page #home, .details-page .highlights, .details-page #about, .details-page #services { display: none; }
body.home-page #about, body.home-page #services, body.home-page footer { display: none !important; }
body.home-page { height: 100vh; overflow: hidden; }
body.home-page .hero { min-height: calc(100vh - 112px); }
body.home-page .highlights { display: grid !important; position: absolute; z-index: 2; left: 4%; right: 4%; bottom: 2.5vh; margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; gap: 14px; }
body.home-page .highlights article { min-height: 112px; padding: 16px 18px; background: #ffffffeb; border: 1px solid #d9e3ed; border-top: 3px solid var(--gold); border-radius: 10px; box-shadow: 0 8px 20px #06275814; }
body.home-page .highlights strong { font-size: 1rem; }
body.home-page .highlights span { font-size: .78rem; }
.home-page .hero { position: relative; overflow: hidden; background: linear-gradient(100deg, #fff 0%, #f7fbff 54%, #dceefd 100%); }
.home-page .hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fffffffa 0%, #ffffffeb 40%, #eef8ff8c 68%, #eef8ff45 100%), url("assets/hero-campus.png") center / cover; }
.home-page .hero-copy { align-self: start; padding: 8vh 7% 27vh max(7vw, 7%); }
.home-page .hero-copy h1 { font-size: clamp(2.7rem, 4.7vw, 5.25rem); max-width: 780px; }
.home-page .hero-copy .lead { max-width: 680px; }
.home-page .hero-photo { z-index: 1; width: min(100% - 28px, 290px); min-height: 0; height: 370px; align-self: end; margin: 0 6vw 5vh auto; background: #fff; border: 1px solid #dce7f2; border-radius: 18px; box-shadow: 0 18px 34px #0627582b; overflow: hidden; }
.home-page .hero-photo img { position: relative; display: block; height: 285px; object-position: center 20%; }
.founder-caption { display: grid; gap: 3px; padding: 13px 16px; background: #fff; text-align: center; }
.founder-caption strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.14rem; }
.founder-caption span { color: var(--gold); font-size: .67rem; line-height: 1.25; font-weight: 700; }
body.details-page #about, body.details-page #services { display: block !important; }
@media (max-width: 760px) { .header-inner { min-height: 86px; } .brand { width: 76px; height: 76px; } .section-banner { height: 190px; margin-bottom: 30px; } }
@media (max-width: 760px) { .hero { min-height: auto; } .home-page .hero { grid-template-columns: 1fr; } .hero-photo, .home-page .hero-photo { margin: 0; width: 100%; min-height: 350px; height: 350px; border-radius: 0; box-shadow: none; } .legal { grid-template-columns: 1fr; } .contact form { padding: 18px; } footer { grid-template-columns: 1fr; } footer > div { min-height: auto; } }
@media (max-width: 760px) { body.home-page { height: auto; overflow: auto; } body.home-page .hero { min-height: auto; } .home-page .hero-copy { padding: 58px 7% 42px; } .home-page .hero-photo { width: min(100% - 14%, 290px); min-height: 370px; height: 370px; margin: 0 auto 48px; border-radius: 18px; } .home-page .hero-photo img { height: 285px; } }
@media (max-width: 760px) { body.home-page .highlights { position: static; display: grid !important; margin: 0; padding: 20px 7% 36px; } body.home-page .highlights article { min-height: auto; } }
@media (max-width: 760px) { .nav-dropdown { display: block; width: 100%; } .main-nav > a, .nav-dropdown > a { padding: 10px 0; } .dropdown-panel { position: static; display: block; min-width: 0; padding: 0 0 0 14px; background: transparent; border: 0; box-shadow: none; } .dropdown-panel a { color: #dce9ff; padding: 7px 0; } }
