:root {
  color-scheme: light;
  --ink: #17365f;
  --green: #2f68a3;
  --green-dark: #12385f;
  --sage: #dcecf8;
  --mint: #eef7fc;
  --cream: #f7fbff;
  --yellow: #f5d77f;
  --blue: #cfe7f7;
  --line: #d6e5f1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #fafdff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; padding: 10px 16px; border-radius: 10px; background: white; }
.skip-link:focus { top: 12px; }

.site-header {
  border-bottom: 1px solid rgba(23, 58, 49, .08);
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
}
.navbar { min-height: 82px; }
.brand { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--ink); text-decoration: none; }
.brand-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid rgba(47,104,163,.16);
  border-radius: 50%;
  background: white;
  box-shadow: 0 8px 22px rgba(47, 115, 89, .18);
  color: white;
  font-weight: 850;
  overflow: hidden;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy strong, .brand-copy small, .brand-prefix { display: block; line-height: 1.1; }
.brand-prefix { margin-bottom: 1px; color: var(--green); font-size: .59rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.brand-copy strong { font-size: 1.02rem; }
.brand-copy small { margin-top: 2px; color: #687f96; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-link { position: relative; color: #466887; font-size: .92rem; font-weight: 700; }
.nav-link:hover, .nav-link:focus { color: var(--green); }
.nav-link::after { position: absolute; right: 8px; bottom: 2px; left: 8px; height: 2px; border-radius: 2px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover::after { transform: scaleX(1); }
.panel-button, .primary-button { border: 0; background: var(--green); color: white; font-weight: 800; }
.panel-button { padding: .65rem 1rem; border-radius: 12px; }
.panel-button:hover, .primary-button:hover { background: var(--green-dark); color: white; transform: translateY(-1px); }
.panel-entry { position: relative; align-items: center; }
.panel-entry .panel-button { padding-right: 1.35rem; }
.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .18rem .48rem;
  border: 1px solid rgba(47,104,163,.18);
  border-radius: 999px;
  background: #eef6ff;
  color: var(--green-dark);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
}
.panel-entry .coming-soon-badge {
  position: absolute;
  right: -8px;
  bottom: -8px;
  box-shadow: 0 4px 12px rgba(18,56,95,.14);
}
.mobile-panel-link { display: flex !important; align-items: center; justify-content: space-between; gap: 12px; color: var(--green); }
.panel-notice-dialog {
  width: min(92vw, 460px);
  padding: 32px;
  border: 1px solid rgba(47,104,163,.2);
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 28px 80px rgba(18,56,95,.28);
}
.panel-notice-dialog::backdrop { background: rgba(15,38,65,.52); backdrop-filter: blur(5px); }
.panel-notice-dialog h2 { margin: 14px 0 8px; font-size: 1.55rem; }
.panel-notice-dialog p { margin: 0 auto 24px; max-width: 360px; color: #58718a; line-height: 1.65; }
.panel-notice-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #5f91d1, #2f68a3);
  color: white;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(47,104,163,.24);
}
.panel-notice-close {
  min-width: 130px;
  padding: .72rem 1.2rem;
  border: 0 !important;
  border-radius: 12px;
  background: var(--green) !important;
  color: white !important;
  font-weight: 800;
}
.panel-notice-close:hover { background: var(--green-dark); color: white; }
.whatsapp-button { display: inline-flex; align-items: center; gap: 9px; }
.whatsapp-icon { width: 22px; height: 22px; flex: 0 0 22px; overflow: visible; }
.whatsapp-icon path:first-child { fill: #25d366; stroke: currentColor; stroke-width: 1.4; }
.whatsapp-icon path:last-child { fill: currentColor; }
.call-button { display: inline-flex; align-items: center; gap: 9px; padding: .85rem 1.2rem; border: 1px solid rgba(47,104,163,.3); border-radius: 14px; background: rgba(255,255,255,.76); color: var(--green); font-weight: 800; transition: .2s ease; }
.call-button:hover { border-color: var(--green); background: white; color: var(--green-dark); transform: translateY(-1px); }
.call-icon { width: 27px; height: 27px; flex: 0 0 27px; padding: 4px; border: 1px solid rgba(255,255,255,.72); border-radius: 8px; background: linear-gradient(145deg, #5f91d1, #2f68a3); fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; box-shadow: 0 3px 8px rgba(47,104,163,.26); }
.social-button { align-items: center; gap: 7px; padding: .62rem .7rem; color: #536b62; font-size: .86rem; font-weight: 800; text-decoration: none; }
.social-button:hover { color: #bd2a72; }
.instagram-mark { position: relative; display: inline-block; flex: 0 0 19px; width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 6px; }
.instagram-mark::before { position: absolute; top: 4px; left: 4px; width: 7px; height: 7px; border: 2px solid currentColor; border-radius: 50%; content: ""; }
.instagram-mark::after { position: absolute; top: 2px; right: 2px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; content: ""; }
.instagram-button { display: inline-flex; align-items: center; gap: 8px; padding: .85rem 1.1rem; border: 0; border-radius: 14px; background: linear-gradient(135deg, #7b3fe4, #d72d76 55%, #ef8c32); color: white; font-weight: 800; }
.instagram-button:hover { color: white; filter: brightness(.94); transform: translateY(-1px); }
.action-buttons { gap: 10px !important; flex-wrap: nowrap !important; }
.action-buttons .btn { display: inline-flex; flex: 0 0 176px; width: 176px; height: 52px; min-height: 52px; padding: .6rem .75rem; align-items: center; justify-content: center; white-space: nowrap; font-size: .9rem; }
.menu-button { display: grid; width: 44px; height: 44px; padding: 10px; gap: 5px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.menu-button span:not(.visually-hidden) { height: 2px; border-radius: 2px; background: var(--ink); }
.mobile-menu { padding: 6px 16px 18px; border-top: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 11px 8px; text-decoration: none; font-weight: 750; }

.hero-section { padding-top: 18px; }
.hero {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(47, 115, 89, .1);
  border-radius: 36px;
  background: linear-gradient(135deg, #f2f9ff 0%, #dceefa 58%, #c9e2f5 100%);
  box-shadow: 0 26px 70px rgba(25, 69, 55, .10);
}
.hero::before { position: absolute; top: -130px; left: -90px; width: 300px; height: 300px; border: 70px solid rgba(255,255,255,.28); border-radius: 50%; content: ""; }
.eyebrow { margin-bottom: 14px; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; }
h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5.25vw, 5.15rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
}
h1 em { color: var(--green); font-weight: 500; }
.hero-lead { max-width: 680px; margin-top: 28px; color: #4f6c86; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.primary-button, .secondary-button { padding: .85rem 1.2rem; border-radius: 14px; transition: .2s ease; }
.secondary-button { border: 1px solid rgba(23,58,49,.15); background: rgba(255,255,255,.62); color: var(--ink); font-weight: 800; }
.secondary-button:hover { border-color: var(--green); background: white; color: var(--green); }
.hero-visual { position: relative; min-height: 365px; overflow: hidden; border: 8px solid rgba(255,255,255,.75); border-radius: 48% 48% 24px 24px; background: #a9d8dc; box-shadow: 0 28px 55px rgba(23,58,49,.18); }
.hero-school-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(16,48,39,.28)); content: ""; }
.hero-note { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 22px; border: 1px solid rgba(255,255,255,.42); border-radius: 20px; background: rgba(255,255,255,.30); text-align: center; backdrop-filter: blur(2px); }
.hero-note { z-index: 1; }
.hero-note span, .hero-note strong { display: block; }
.note-kicker { margin-bottom: 6px; color: white; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-shadow: 0 2px 8px rgba(0,0,0,.82); text-transform: uppercase; }
.hero-note strong { max-width: none; color: white; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 800; line-height: 1.18; text-shadow: 0 2px 10px rgba(0,0,0,.88); }
.shape { position: absolute; color: white; font-size: 2rem; opacity: .85; }
.flower-one { top: 34%; left: 14%; }.flower-two { top: 18%; left: 33%; font-size: 1.3rem; }

.facts-section { position: relative; z-index: 2; margin-top: -28px; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 48px rgba(23,58,49,.1); }
.facts-grid div { padding: 17px 24px; border-right: 1px solid var(--line); }
.facts-grid div:last-child { border-right: 0; }
.facts-grid span, .facts-grid strong { display: block; }
.facts-grid span { margin-bottom: 5px; color: #74877f; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.facts-grid strong { font-size: 1.05rem; }
.facts-grid a { color: var(--green); text-decoration: none; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.05rem, 3.8vw, 3.55rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.06; }
.section-lead { margin: 0; color: #526d86; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.love-section { padding-top: 34px; padding-bottom: 80px; }
.love-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  border-radius: 32px;
  background: linear-gradient(135deg, #f2f9ff 0%, #dceefa 54%, #eef5ff 100%);
  box-shadow: inset 0 0 0 1px rgba(47,104,163,.12);
}
.love-panel::after {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 240px;
  height: 240px;
  border: 42px solid rgba(255,255,255,.34);
  border-radius: 50%;
  content: "";
}
.story-heading { width: 100%; margin: 0 0 24px; text-align: center; }
.story-heading h2, .story-subtitle { font-size: clamp(1.85rem, 2.8vw, 2.7rem); }
.story-heading h2 { white-space: nowrap; }
.story-subtitle { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.04em; line-height: 1.06; }
.love-panel .story-heading .section-lead { width: 100%; max-width: none; margin: 12px 0 0; text-align: center; }
.love-title { max-width: 690px; margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.love-panel p:not(.eyebrow) { max-width: 690px; color: #596b64; font-size: 1.05rem; line-height: 1.75; }
.love-lead { margin-top: 22px; color: var(--green) !important; font-size: 1.25rem !important; font-weight: 850; }
.love-signature { display: inline-block; margin-top: 8px; color: var(--green); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.school-offerings { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.offering-group {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(23,58,49,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(8px);
}
.offering-icon {
  display: grid;
  flex: 0 0 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--green);
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.offering-group small, .offering-group strong { display: block; }
.offering-group small { margin-bottom: 3px; color: #7a8a84; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offering-group strong { color: var(--ink); line-height: 1.4; }
.approach-section { padding: 42px 0 72px; background: var(--green-dark); color: white; }
.approach-section .eyebrow { color: #9ed0b7; }
.approach-section .section-heading { max-width: none; margin-bottom: 26px; text-align: center; }
.approach-section .section-heading h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); white-space: nowrap; }
.section-heading { max-width: 720px; margin-bottom: 32px; }
.feature-card {
  position: relative;
  display: flex;
  min-height: 290px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 26px;
  color: #fff;
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,35,28,.03) 18%, rgba(9,35,28,.48) 60%, rgba(9,35,28,.95) 100%);
  content: "";
}
.feature-card:hover {
  box-shadow: 0 22px 46px rgba(9,35,28,.24);
  transform: translateY(-5px);
}
.feature-sage, .feature-yellow, .feature-blue { background: var(--green); }
.feature-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(255,255,255,.94);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-shadow: 0 1px 8px rgba(0,0,0,.48);
}
.feature-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("./images/education-card-sprite.png");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  transition: transform .45s ease;
}
.feature-card:hover .feature-image { transform: scale(1.035); }
.feature-image-values { background-position: 0 0; }
.feature-image-robotics { background-position: 50% 0; }
.feature-image-logic { background-position: 100% 0; }
.feature-image-chess { background-position: 0 100%; }
.feature-image-branches { background-position: 50% 100%; }
.feature-image-family { background-position: 100% 100%; }
.feature-card h3 {
  margin-bottom: 9px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 650;
  text-shadow: 0 2px 12px rgba(0,0,0,.34);
}
.feature-card p {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: .94rem;
  line-height: 1.55;
  text-shadow: 0 1px 8px rgba(0,0,0,.46);
}

.gallery-section { padding-top: 52px; padding-bottom: 36px; }
.gallery-heading { max-width: none; text-align: center; }
.gallery-heading h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); white-space: nowrap; }
.photo-grid { display: grid; grid-auto-rows: 240px; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.photo-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 24px; background: var(--mint); }
.photo-grid figure { cursor: zoom-in; }
.photo-grid figure:focus-visible { outline: 4px solid rgba(47,104,163,.42); outline-offset: 4px; }
.photo-grid .photo-large { grid-row: 1 / 3; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.photo-hover-images { position: relative; width: 100%; height: 100%; }
.photo-grid .photo-hover-images img { position: absolute; inset: 0; }
.photo-grid .photo-hover-images .photo-slide { opacity: 0; transition: opacity .45s ease, transform .4s ease; }
.photo-grid .photo-hover-images .photo-slide { pointer-events: none; }
.photo-grid .photo-hover-images .photo-slide.is-active { opacity: 1; pointer-events: auto; }
.photo-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 30px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: white;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 1px 7px rgba(18,56,95,.9);
  transform: translateY(-50%);
  transition: opacity .2s ease, transform .2s ease;
}
.photo-arrow:hover, .photo-arrow:focus-visible { opacity: .72; transform: translateY(-50%) scale(1.08); }
.photo-arrow-left { left: 10px; }
.photo-arrow-right { right: 10px; }
.photo-split-images { display: grid; width: 100%; height: 100%; grid-template-columns: 1fr 1fr; }
.photo-grid .photo-split-images img { min-width: 0; }
.photo-grid figure:hover img { transform: scale(1.025); }
.photo-grid figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; min-height: 42px; padding: 10px 13px; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(10,42,72,.27); color: white; font-size: .82rem; font-weight: 800; text-shadow: 0 1px 6px rgba(0,0,0,.72); backdrop-filter: blur(1.5px); }

.photo-lightbox {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: grid;
  padding: clamp(14px, 3vw, 34px);
  place-items: center;
}
.photo-lightbox[hidden] { display: none; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(6,22,42,.82); backdrop-filter: blur(8px); }
.lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, 100%);
  height: min(820px, calc(100vh - 40px));
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(15,47,84,.94), rgba(7,27,52,.96));
  box-shadow: 0 32px 100px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.16);
}
.lightbox-figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 58px 72px 24px;
  place-items: center;
}
.lightbox-figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 15px;
  object-fit: contain;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}
.lightbox-figure figcaption {
  position: static;
  width: 100%;
  min-height: 22px;
  color: white;
  font-weight: 750;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0,0,0,.65);
}
.lightbox-close, .lightbox-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.14);
  color: white;
  box-shadow: 0 8px 24px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.lightbox-close { top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 50%; font: 400 1.75rem/1 Arial, sans-serif; }
.lightbox-arrow { top: 50%; width: 46px; height: 74px; border-radius: 23px; font: 300 2.35rem/1 Arial, sans-serif; transform: translateY(-50%); }
.lightbox-arrow-left { left: 14px; }
.lightbox-arrow-right { right: 14px; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: rgba(64,133,203,.9); outline: 3px solid rgba(255,255,255,.82); transform: rotate(5deg) scale(1.05); }
.lightbox-arrow:hover, .lightbox-arrow:focus-visible { background: rgba(64,133,203,.9); outline: 3px solid rgba(255,255,255,.82); box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.lightbox-arrow-left:hover, .lightbox-arrow-left:focus-visible { transform: translateY(-50%) translateX(-2px) scale(1.04); }
.lightbox-arrow-right:hover, .lightbox-arrow-right:focus-visible { transform: translateY(-50%) translateX(2px) scale(1.04); }
.lightbox-counter { position: absolute; top: 18px; left: 20px; color: rgba(255,255,255,.82); font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
body.lightbox-open { overflow: hidden; }

.contact-section { padding-top: 96px; padding-bottom: 96px; }
.contact-card { padding: clamp(34px, 6vw, 72px); border-radius: 32px; background: var(--cream); box-shadow: inset 0 0 0 1px rgba(122,103,53,.10); }
.contact-card p:not(.eyebrow) { max-width: 580px; margin-top: 20px; color: #657068; font-size: 1.08rem; }
.address-card { display: flex; gap: 18px; margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 16px 40px rgba(23,58,49,.08); font-style: normal; }
.address-icon { display: grid; flex: 0 0 64px; width: 64px; height: 64px; overflow: hidden; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 20px rgba(23,58,49,.1); }
.address-icon img { width: 100%; height: 100%; object-fit: cover; }
.address-card small, .address-card strong { display: block; }
.address-card small { margin-bottom: 7px; color: #71847c; }
.address-card strong { line-height: 1.55; }
.address-card a { display: inline-block; margin-top: 14px; color: var(--green); font-size: .9rem; font-weight: 850; text-decoration: none; }
.hours-card { display: flex; gap: 14px; align-items: center; margin-top: 14px; padding: 17px 20px; border: 1px solid rgba(47,104,163,.18); border-radius: 18px; background: rgba(232,243,254,.72); color: #253d68; }
.hours-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #4c83c8, #2f68a3); box-shadow: 0 7px 18px rgba(47,104,163,.28); }
.hours-icon svg { width: 40px; height: 40px; overflow: visible; fill: none; stroke: white; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transform: translate(1px, 1px); }
.hours-card strong, .hours-card span, .hours-card small { display: block; }
.hours-card strong { margin-bottom: 3px; font-size: .94rem; }
.hours-card span { font-weight: 750; }
.hours-card small { margin-top: 2px; color: #66758b; }
footer { padding: 30px 0; border-top: 1px solid var(--line); color: #6b7f77; font-size: .9rem; }
.footer-social { color: var(--green); font-weight: 800; text-decoration: none; }
.footer-social:hover { color: #bd2a72; }

@media (max-width: 991.98px) {
  .story-heading h2 { white-space: normal; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 350px; max-width: 520px; }
}
@media (max-width: 767.98px) {
  html { scroll-padding-top: 82px; }
  .navbar { min-height: 72px; }
  .brand-mark { width: 44px; height: 44px; border-radius: 14px 14px 14px 5px; }
  .hero-section { padding-top: 10px; }
  .hero { padding: 30px 18px 18px; border-radius: 24px; }
  .hero-row { --bs-gutter-y: 1rem; }
  h1 { overflow-wrap: anywhere; font-size: clamp(2.15rem, 10vw, 3.25rem); }
  .hero-visual { min-height: 290px; border-radius: 42% 42% 20px 20px; }
  .love-section { padding-top: 32px; padding-bottom: 60px; }
  .love-panel { border-radius: 24px; }
  .school-offerings { grid-template-columns: 1fr; }
  .approach-section .section-heading h2 { white-space: normal; }
  .offering-group { align-items: flex-start; }
  .facts-section { margin-top: 12px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid div { padding: 14px 16px; border-bottom: 1px solid var(--line); }
  .facts-grid div:nth-child(2) { border-right: 0; }
  .facts-grid div:nth-child(3), .facts-grid div:nth-child(4) { border-bottom: 0; }
  .approach-section { padding: 56px 0 62px; }
  .feature-card { min-height: 300px; }
  .contact-section { padding-top: 70px; padding-bottom: 70px; }
  .contact-card { border-radius: 24px; }
  .action-buttons { width: 100%; flex-direction: column; flex-wrap: nowrap !important; }
  .action-buttons .btn { flex-basis: 54px; width: 100%; height: 54px; }
  .hero-actions-mobile,
  .contact-actions {
    flex-direction: row;
    gap: 6px !important;
  }
  .hero-actions-mobile { margin-top: 4px !important; }
  .hero-actions-mobile .btn,
  .contact-actions .btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 58px;
    min-height: 58px;
    padding: .4rem .3rem;
    gap: 4px;
    white-space: normal;
    line-height: 1.08;
    text-align: center;
    font-size: .67rem;
  }
  .hero-actions-mobile .whatsapp-icon,
  .hero-actions-mobile .call-icon,
  .hero-actions-mobile .instagram-mark,
  .contact-actions .whatsapp-icon,
  .contact-actions .call-icon,
  .contact-actions .instagram-mark {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
  .gallery-section { padding-top: 42px; padding-bottom: 34px; }
  .gallery-heading h2 { white-space: normal; }
  .photo-grid { grid-auto-rows: 220px; grid-template-columns: 1fr 1fr; }
  .photo-grid .photo-large { grid-column: 1 / 3; grid-row: auto; }
}

@media (max-width: 575.98px) {
  .brand-copy strong { font-size: .92rem; }
  .brand-prefix { font-size: .53rem; }
  .brand-copy small { font-size: .65rem; }
  .photo-grid { grid-auto-rows: 240px; grid-template-columns: 1fr; }
  .photo-grid .photo-large { grid-column: auto; }
  .photo-grid figcaption { right: 10px; bottom: 10px; left: 10px; }
  .photo-lightbox { padding: 8px; }
  .lightbox-dialog { height: calc(100vh - 16px); border-radius: 20px; }
  .lightbox-figure { gap: 8px; padding: 58px 42px 18px; }
  .lightbox-figure figcaption { font-size: .86rem; }
  .lightbox-arrow { width: 34px; height: 58px; border-radius: 14px; }
  .lightbox-arrow-left { left: 4px; }
  .lightbox-arrow-right { right: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
