/* ===== Dromina Community Playschool & Afterschool =====
   Palette pulled from the embroidered logo badge:
   navy text, gold border, magenta handprint, bright accent fingers */
:root{
  --navy: #1E2A63;
  --navy-dark: #141c47;
  --gold: #F2A71B;
  --gold-dark: #d88f0a;
  --magenta: #D6247E;
  --cream: #FFF8EC;
  --cream-dark: #FCEFD8;
  --white: #ffffff;
  --ink: #2b2b2b;
  --sky: #3DA5D9;
  --leaf: #4CAF50;
  --shadow: 0 10px 30px rgba(30,42,99,0.12);
  --radius: 20px;
  --font-head: 'Baloo 2', system-ui, sans-serif;
  --font-body: 'Quicksand', system-ui, sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--navy);margin:0 0 .5em;line-height:1.15;}

.container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-head);
  font-weight:600;
  padding:14px 26px;
  border-radius:50px;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn-primary{
  background:var(--magenta);
  color:#fff;
  box-shadow:0 8px 20px rgba(214,36,126,0.35);
}
.btn-primary:hover{background:#c01c6f; transform:translateY(-2px);}
.btn-outline{
  background:rgba(255,255,255,0.12);
  color:#fff;
  border:2px solid #fff;
}
.btn-outline:hover{background:#fff; color:var(--navy); transform:translateY(-2px);}
.btn-lg{padding:16px 32px; font-size:1.05rem;}

/* Top strip */
.top-strip{
  background:var(--navy);
  color:#fff;
  text-align:center;
  font-size:.85rem;
  padding:8px 16px;
  font-weight:500;
}
.top-strip a{color:var(--gold); font-weight:700;}

/* Header */
.site-header{
  position:sticky; top:0; z-index:100;
  background:var(--white);
  box-shadow:0 2px 12px rgba(30,42,99,0.08);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 24px;
}
.brand{display:flex; align-items:center; gap:12px;}
.brand-logo{width:56px; height:56px; border-radius:50%;}
.brand-text{
  font-family:var(--font-head);
  font-weight:700;
  color:var(--navy);
  font-size:1.02rem;
  line-height:1.2;
}
.main-nav{display:flex; align-items:center; gap:28px;}
.main-nav a:not(.btn){
  font-weight:600; color:var(--navy); font-size:.95rem;
  position:relative;
}
.main-nav a:not(.btn)::after{
  content:""; position:absolute; left:0; bottom:-4px; height:2px; width:0;
  background:var(--magenta); transition:width .2s ease;
}
.main-nav a:not(.btn):hover::after{width:100%;}
.nav-cta{padding:10px 22px; font-size:.9rem;}

.nav-toggle{
  display:none; flex-direction:column; gap:5px;
  background:none; border:none; cursor:pointer; padding:8px;
}
.nav-toggle span{width:26px; height:3px; background:var(--navy); border-radius:2px;}

/* Hero */
.hero{
  position:relative;
  min-height:88vh;
  display:flex; align-items:center;
  overflow:hidden;
}
.hero-bg{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(115deg, rgba(20,28,71,0.92) 0%, rgba(30,42,99,0.82) 38%, rgba(30,42,99,0.45) 68%, rgba(30,42,99,0.25) 100%);
}
.hero-content{
  position:relative; z-index:2; color:#fff; padding:100px 24px; max-width:760px;
}
.hero-eyebrow{
  color:var(--gold);
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:.85rem;
  margin-bottom:14px;
}
.hero h1{
  color:#fff;
  font-size:clamp(2.2rem, 5vw, 3.4rem);
  margin-bottom:22px;
  text-shadow:0 4px 18px rgba(0,0,0,0.25);
}
.hero-sub{
  font-size:1.15rem;
  color:#f1f2f9;
  max-width:600px;
  margin-bottom:32px;
}
.hero-actions{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:36px;}
.hero-badges{display:flex; gap:14px; flex-wrap:wrap;}
.hero-badges span{
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.35);
  padding:8px 16px;
  border-radius:50px;
  font-size:.85rem;
  font-weight:600;
}

/* Eyebrow / section headings */
.eyebrow{
  color:var(--magenta);
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:.85rem;
  margin-bottom:10px;
}
.center{text-align:center; margin-left:auto; margin-right:auto;}
.section-sub{max-width:640px; color:#555; font-size:1.05rem; margin-bottom:48px;}

/* About */
.about{padding:100px 0; background:var(--white);}
.about-grid{display:grid; grid-template-columns:1.1fr 1fr; gap:64px; align-items:center;}
.about-text h2{font-size:clamp(1.8rem,3vw,2.4rem);}
.about-text p{margin:0 0 16px; color:#444;}
.about-facts{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:24px;}
.about-facts li{
  background:var(--cream);
  border-left:4px solid var(--gold);
  padding:12px 16px;
  border-radius:10px;
  font-size:.92rem;
  color:#444;
}
.about-facts strong{color:var(--navy); display:block; font-family:var(--font-head);}
.about-image img{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  aspect-ratio:4/5; object-fit:cover;
}

/* Services */
.services{padding:100px 0; background:var(--cream);}
.service-cards{
  display:grid; grid-template-columns:1fr 1fr; gap:32px; margin-top:16px;
}
.service-card{
  background:#fff;
  border-radius:var(--radius);
  padding:40px 36px;
  box-shadow:var(--shadow);
  border-top:6px solid var(--magenta);
}
.service-card:nth-child(2){border-top-color:var(--sky);}
.service-icon{font-size:2.6rem; margin-bottom:12px;}
.service-age{
  display:inline-block;
  background:var(--cream-dark);
  color:var(--navy);
  font-weight:700;
  font-size:.85rem;
  padding:5px 14px;
  border-radius:50px;
  margin-bottom:16px;
}
.service-card p{color:#444;}
.service-card ul{margin-top:18px; display:grid; gap:10px;}
.service-card ul li{
  padding-left:28px; position:relative; font-weight:600; color:var(--navy); font-size:.92rem;
}
.service-card ul li::before{
  content:"✔"; position:absolute; left:0; color:var(--gold-dark); font-weight:700;
}

/* Why us */
.why{padding:100px 0; background:var(--white);}
.why-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:32px; margin-top:16px;
}
.why-item{text-align:center; padding:16px;}
.why-icon{
  width:72px; height:72px; border-radius:50%;
  background:var(--cream);
  display:flex; align-items:center; justify-content:center;
  font-size:1.8rem; margin:0 auto 18px;
}
.why-item h4{font-size:1.1rem; margin-bottom:8px;}
.why-item p{color:#555; font-size:.95rem; margin:0;}

/* Gallery */
.gallery{padding:100px 0; background:var(--cream);}
.gallery-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:16px;
}
.gallery-grid img{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  height:340px; width:100%; object-fit:cover;
  transition:transform .3s ease;
}
.gallery-grid img:hover{transform:scale(1.02);}

/* CTA banner */
.cta-banner{
  background:linear-gradient(120deg, var(--navy), var(--navy-dark));
  padding:64px 0;
}
.cta-banner-inner{
  display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap;
}
.cta-banner h2{color:#fff; margin-bottom:8px; font-size:1.7rem;}
.cta-banner p{color:#d8dcf0; margin:0;}

/* Location */
.location{padding:100px 0; background:var(--white);}
.location-grid{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:stretch;}
.contact-list{display:grid; gap:20px; margin:28px 0 32px;}
.contact-list li{display:flex; gap:16px; align-items:flex-start;}
.contact-list li span{font-size:1.4rem;}
.contact-list li strong{color:var(--navy); font-family:var(--font-head); font-size:.95rem;}
.contact-list li a{color:var(--magenta); font-weight:700;}
.location-map{
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  min-height:340px;
}
.location-map iframe{width:100%; height:100%; min-height:340px;}

/* Footer */
.site-footer{background:var(--navy-dark); color:#cdd2ea; padding:56px 0 24px;}
.footer-inner{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:32px;
  padding-bottom:32px; border-bottom:1px solid rgba(255,255,255,0.12);
}
.footer-brand{display:flex; gap:14px; align-items:center; max-width:320px;}
.footer-logo{width:52px; height:52px; border-radius:50%;}
.footer-brand p{margin:0; font-size:.88rem; color:#aeb4d6;}
.footer-links, .footer-contact{display:flex; flex-direction:column; gap:12px; font-weight:600;}
.footer-links a:hover, .footer-contact a:hover{color:var(--gold);}
.footer-copy{text-align:center; font-size:.8rem; color:#8b91b8; margin:24px 0 0;}

/* Mobile call FAB */
.mobile-call-fab{
  display:none;
  position:fixed; bottom:20px; right:20px; z-index:200;
  width:58px; height:58px; border-radius:50%;
  background:var(--magenta); color:#fff;
  align-items:center; justify-content:center;
  font-size:1.4rem;
  box-shadow:0 8px 24px rgba(214,36,126,0.45);
}

/* ===== Responsive ===== */
@media (max-width: 900px){
  .about-grid, .service-cards, .why-grid, .gallery-grid, .location-grid{
    grid-template-columns:1fr;
  }
  .why-grid{grid-template-columns:1fr 1fr;}
  .brand-text{display:none;}
}

@media (max-width: 760px){
  .main-nav{
    position:fixed; top:0; right:0; height:100vh; width:78%; max-width:320px;
    background:#fff; flex-direction:column; align-items:flex-start;
    padding:100px 32px 32px; gap:24px;
    box-shadow:-10px 0 30px rgba(0,0,0,0.15);
    transform:translateX(100%);
    transition:transform .3s ease;
  }
  .main-nav.open{transform:translateX(0);}
  .nav-cta{width:100%; justify-content:center;}
  .nav-toggle{display:flex;}
  .hero-content{padding:70px 20px;}
  .cta-banner-inner{flex-direction:column; text-align:center;}
  .mobile-call-fab{display:flex;}
  .why-grid{grid-template-columns:1fr;}
}
