/*
  Miss Honey's Preschool - vanilla static rebuild
  Surgical migration from the original Mobirise export.
  No Bootstrap, no Mobirise CSS, no jQuery.
*/
:root {
  --blue: #149dcc;
  --blue-dark: #0d6786;
  --green: #70c770;
  --pink: #ff3366;
  --black: #232323;
  --muted: #666;
  --white: #fff;
  --soft: #f7f7f7;
  --shadow: 0 18px 40px rgba(0,0,0,.14);
  --radius: 18px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: var(--black);
  background: #fff;
  line-height: 1.58;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
.text-center { text-align: center; }
.section { padding: 72px 0; }
.section-title {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 700;
}
.section-subtitle {
  margin: 0 auto 32px;
  max-width: 920px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 300;
}
.btn-row { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover, .btn:focus { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-success { background: var(--green); color: #fff; border-color: var(--green); }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-dark { background: transparent; color: var(--black); border-color: var(--black); }
.btn-small { min-height: 38px; padding: 8px 15px; font-size: .9rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255,255,255,.98);
  box-shadow: 0 2px 18px rgba(0,0,0,.08);
}
.navbar {
  width: min(100% - 20px, 1180px);
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo img { width: 142px; max-height: 74px; object-fit: contain; }
.menu-toggle { display: none; }
.hamburger { display: none; cursor: pointer; padding: 12px; margin-left: auto; }
.hamburger span { display: block; width: 28px; height: 3px; background: var(--black); margin: 5px 0; border-radius: 3px; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a {
  text-decoration: none;
  font-weight: 400;
  color: #111;
  white-space: nowrap;
}
.nav-links a:hover { color: #767676; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-actions .btn { text-transform: none; letter-spacing: 0; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 138px 0 82px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,.34), rgba(0,0,0,.34)), url('../images/mbr-2-1920x1279.jpg');
  background-size: cover;
  background-position: center;
}
.hero.hero-compact { min-height: 570px; padding-bottom: 80px; }
.hero-content { max-width: 960px; margin: 0 auto; text-align: center; }
.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(2.45rem, 7vw, 5.7rem);
  line-height: .96;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(0,0,0,.25);
}
.hero p {
  max-width: 980px;
  margin: 0 auto 34px;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  font-weight: 300;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}

.about { background: var(--blue); color: #fff; }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: 54px;
  align-items: start;
}
.about p { font-size: 1.08rem; margin: 0 0 20px; }
.mission {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.25);
}
.mission-icon {
  width: 70px; height: 70px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.16);
  font-size: 34px;
}
.mission h3 { margin: 0 0 6px; font-size: 1.7rem; }
.mission p { margin: 0; }
.about-photo {
  width: min(100%, 330px);
  justify-self: end;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.cta-band { background: var(--blue); padding: 40px 0 72px; }

.service { background: #fff; }
.service-copy { max-width: 980px; margin: 0 auto; font-size: 1.1rem; }
.service-copy ul { display: inline-block; text-align: left; margin: 14px auto 24px; padding-left: 1.2rem; }
.service-icons {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  gap: 22px;
  align-items: center;
}
.service-icon {
  min-height: 110px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.service-icon img { max-height: 92px; margin: 0 auto; }

.testimonials {
  position: relative;
  color: #fff;
  background-image: linear-gradient(rgba(35,35,35,.64), rgba(35,35,35,.64)), url('../images/mbr-1920x1280.jpg');
  background-size: cover;
  background-position: center;
}
.testimonial-heading .section-subtitle { font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.18; }
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}
.review-card {
  background: #fff;
  color: var(--black);
  padding: 28px;
  border-radius: 0;
  text-align: center;
  box-shadow: var(--shadow);
}
.review-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 22px;
}
.review-card p { font-size: .95rem; margin: 0 0 18px; }
.review-card strong { display: block; font-size: 1.05rem; }

.contact { background: var(--blue); color: #fff; }
.contact a { color: #fff; }
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}
.contact-copy .section-title,
.contact-copy .section-subtitle { text-align: left; margin-left: 0; }
.eyebrow {
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .92;
}
.contact-details {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.28);
}
.contact-details p { margin: 0 0 10px; }
.privacy-line { font-size: .95rem; opacity: .95; }
.contact-card {
  background: #fff;
  color: var(--black);
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.contact-card a { color: var(--blue-dark); }
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  align-items: start;
}
.field { margin: 0; }
.field:nth-of-type(4), .field.honeypot, .form-actions { grid-column: 1 / -1; }
label { display: block; font-weight: 700; margin-bottom: 6px; }
input, textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 14px 15px;
  font: inherit;
  background: #fff;
  color: #111;
}
input:focus, textarea:focus {
  outline: 3px solid rgba(20,157,204,.22);
  border-color: var(--blue);
}
textarea { min-height: 176px; resize: vertical; }
.form-note { font-size: .95rem; opacity: .85; margin: 12px 0 0; }
.honeypot { display: none !important; }
.form-actions { text-align: center; }
.form-actions .btn { border: 0; cursor: pointer; font: inherit; }

.footer { background: #fff; color: var(--black); padding: 34px 0 30px; border-top: 1px solid #e8e8e8; }
.footer-simple { text-align: center; }
.footer-links { display: flex; justify-content: center; align-items: center; gap: 10px 22px; flex-wrap: wrap; margin-bottom: 16px; }
.footer-links a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.footer-copy { margin: 0; font-size: 0.95rem; color: #555; }

.legal-section { background: var(--blue); color: #fff; }
.legal-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  padding: clamp(24px, 5vw, 48px);
}
.legal-card h2 { margin-top: 0; }
.legal-copy { font-size: 1rem; line-height: 1.68; }
.legal-copy p { margin: 0; }
.legal-copy strong { color: #fff; }

.notice-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 16px;
  background: var(--blue);
  color: #fff;
}
.notice-card {
  width: min(100%, 650px);
  background: #fff;
  color: var(--black);
  padding: 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}
.notice-card .btn { margin-top: 18px; }

@media (max-width: 980px) {
  .navbar { min-height: 76px; flex-wrap: wrap; }
  .hamburger { display: block; }
  .nav-links, .nav-actions {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0 0 16px;
  }
  .menu-toggle:checked ~ .nav-links,
  .menu-toggle:checked ~ .nav-actions { display: flex; }
  .nav-links a { padding: 10px 6px; }
  .nav-actions .btn { width: 100%; }
  .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .about-photo { justify-self: center; order: -1; }
  .service-icons { grid-template-columns: repeat(3, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .container { width: min(100% - 24px, var(--container)); }
  .logo img { width: 124px; }
  .hero { padding-top: 120px; min-height: 760px; background-position: center top; }
  .hero.hero-compact { min-height: 520px; }
  .btn { width: min(100%, 250px); }
  .mission { grid-template-columns: 1fr; text-align: left; }
  .service-icons { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 56px 0; }
  .footer { text-align: center; }
}

/* Contact-only block: no forms, no PHP, no reCAPTCHA */
.contact-only .contact-panel { align-items: stretch; }
.contact-info-panel { grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr); }
.contact-detail-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,.28);
}
.contact-detail-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  padding: 16px 18px;
}
.contact-detail-card p { margin: 4px 0 0; }
.contact-detail-label {
  display: block;
  font-size: .86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .9;
}
.contact-map-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-map-card h3 { margin: 0; font-size: 1.35rem; color: var(--blue-dark); }
.contact-map-card p { margin: 0; }
.contact-map-card .map-frame {
  flex: 1;
  width: 100%;
  min-height: 390px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef7fb;
}
.contact-map-card .map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}

/* Scrape-resistant contact reveal controls */
.nav-contact-reveal { font-family: inherit; cursor: pointer; border: 0; }
.contact-obfuscated { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.contact-reveal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font: inherit;
  font-weight: 800;
  padding: 9px 16px;
  cursor: pointer;
}
.contact-reveal-btn:hover, .contact-reveal-btn:focus { background: rgba(255,255,255,.24); outline: none; }
.contact-reveal-btn:disabled { cursor: default; opacity: .78; }
.contact-value {
  display: inline-block;
  font-weight: 800;
  word-break: break-word;
}
.contact-reveal-btn-small { padding: 7px 13px; font-size: .94rem; }
.contact-card .contact-reveal-btn, .footer .contact-reveal-btn { border-color: rgba(255,255,255,.4); }


/* Contact/map rendering fix */
@media (max-width: 980px) {
  .contact-info-panel { grid-template-columns: 1fr; }
  .contact-map-card .map-frame,
  .contact-map-card .map-frame iframe { min-height: 340px; }
}

@media (max-width: 620px) {
  .contact-map-card { padding: 18px; }
  .contact-map-card .map-frame,
  .contact-map-card .map-frame iframe { min-height: 300px; }
}
