/* ============================================================
   Tender Hearts Christian Daycare — styles.css
   Palette from logo: heart pink, sky blue, mint, deep rose
   ============================================================ */
:root {
  --pink: #F6A9C8;
  --pink-soft: #FBDCE9;
  --rose: #E4679A;
  --rose-deep: #C94E82;
  --blue: #A8D8EA;
  --blue-soft: #DCF0F7;
  --mint: #BFE8DD;
  --ink: #3A3340;
  --ink-soft: #6B6272;
  --cream: #FFFDFB;
  --paper: #FDF8FA;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(201, 78, 130, 0.10);
  --font-display: "Lora", Georgia, serif;
  --font-body: "Nunito Sans", "Segoe UI", sans-serif;
  --font-script: "Caveat", cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: var(--rose-deep); }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  background: #fff;
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 1px 0 rgba(58, 51, 64, 0.07);
}
.header-inner {
  display: flex; align-items: center; justify-content: center;
  padding: 14px 0; gap: 16px; position: relative;
}

/* Big centered branding inside the pastel hero */
.hero-brand { margin-bottom: 10px; text-align: center; }
.hero-brand img {
  width: 430px; max-width: 80vw; height: auto; margin: 0 auto 18px;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(58, 51, 64, 0.16));
}
.hero-brand-name {
  font-family: var(--font-display);
  font-weight: 700; font-size: clamp(1.25rem, 2.8vw, 1.8rem);
  letter-spacing: 0.05em; color: #FFFFFF; line-height: 1.15;
  text-shadow: 0 2px 6px rgba(58, 51, 64, 0.32), 0 4px 18px rgba(58, 51, 64, 0.22);
}
.main-nav { display: flex; gap: 26px; align-items: center; }
.main-nav a {
  text-decoration: none; color: var(--ink-soft);
  font-weight: 800; font-size: 1.18rem; padding: 8px 2px;
  border-bottom: 2px solid transparent; transition: color .2s, border-color .2s;
}
.main-nav a:hover { color: var(--rose-deep); }
.main-nav a.active { color: var(--rose-deep); border-bottom-color: var(--pink); }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  font-size: 1.7rem; color: var(--rose-deep); line-height: 1;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(105deg, var(--mint) 0%, var(--blue) 38%, #CBB8E8 68%, var(--pink) 100%);
  text-align: center;
  padding: 34px 24px 88px;
  position: relative;
  color: #fff;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  color: #FFFFFF;
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
  text-shadow: 0 2px 6px rgba(58, 51, 64, 0.30), 0 4px 18px rgba(58, 51, 64, 0.22);
  margin-bottom: 14px;
}
.hero .hero-tag {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.4vw, 2.3rem);
  margin-bottom: 34px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(58, 51, 64, 0.28);
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 800;
  padding: 13px 32px; border-radius: 999px; font-size: 1rem;
  transition: transform .15s, box-shadow .15s; font-family: var(--font-body);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(58,51,64,.15); }
.btn-solid { background: #fff; color: var(--ink); }
.btn-outline { border: 2px solid rgba(255,255,255,.85); color: #fff; }
.btn-rose { background: var(--rose-deep); color: #fff; }
.hero .scallop {
  position: absolute; left: 0; right: 0; bottom: -1px; height: 42px;
  background:
    radial-gradient(circle at 25px -8px, transparent 30px, var(--cream) 31px);
  background-size: 50px 42px; background-repeat: repeat-x;
}
.hero.small { padding: 26px 24px 66px; }

/* ---------- Sections ---------- */
section { padding: 70px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.eyebrow {
  font-family: var(--font-script); color: var(--rose);
  font-size: 1.35rem; display: block; margin-bottom: 4px;
}
h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 12px;
}
h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; margin-bottom: 8px; }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }
.alt { background: var(--paper); }

/* ---------- Cards ---------- */
.card-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.card-grid .card { flex: 0 1 300px; }
.card {
  background: #fff; border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow); border-top: 5px solid var(--pink);
}
.card:nth-child(2n) { border-top-color: var(--blue); }
.card:nth-child(3n) { border-top-color: var(--mint); }
.card .icon { font-size: 2rem; margin-bottom: 12px; }
.card p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Two-column ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split .photo img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.letter {
  background: #fff; border-radius: var(--radius); padding: 34px 36px;
  box-shadow: var(--shadow); font-style: italic; color: var(--ink-soft);
  border-left: 5px solid var(--pink);
}
.letter .sig { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 1.15rem; color: var(--rose-deep); margin-top: 16px; letter-spacing: .02em; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.gallery img {
  border-radius: var(--radius); aspect-ratio: 1; object-fit: cover;
  width: 100%; box-shadow: var(--shadow); transition: transform .2s;
}
.gallery img:hover { transform: scale(1.025); }

/* ---------- Testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.quote {
  background: #fff; border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow); position: relative;
}
.quote::before {
  content: "\2764"; position: absolute; top: -14px; left: 24px;
  background: var(--pink); color: #fff; width: 32px; height: 32px;
  border-radius: 50%; display: grid; place-items: center; font-size: .9rem;
}
.quote p { color: var(--ink-soft); font-style: italic; font-size: .98rem; }
.quote .who { margin-top: 14px; font-weight: 800; color: var(--rose-deep); font-style: normal; font-size: .92rem; }
.stars { color: #F5B942; letter-spacing: 2px; margin-bottom: 8px; }

/* ---------- Info strips / tables ---------- */
.info-strip {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 24px; text-align: center;
}
.info-strip .item { flex: 0 1 250px; }
.info-strip .item { background: #fff; padding: 26px 20px; border-radius: var(--radius); box-shadow: var(--shadow); }
.info-strip .item strong { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.info-strip .item span { color: var(--ink-soft); font-size: .95rem; }

table.fees { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
table.fees th { background: var(--pink-soft); font-family: var(--font-display); padding: 14px 18px; text-align: left; }
table.fees td { padding: 14px 18px; border-top: 1px solid #F4E3EC; color: var(--ink-soft); }

/* ---------- Steps ---------- */
.steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.steps .step { flex: 0 1 285px; }
.step { background: #fff; border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); }
.step .num {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  color: #fff; font-weight: 800; font-size: 1.1rem; margin-bottom: 14px;
}
.step p { color: var(--ink-soft); font-size: .95rem; }

/* ---------- Forms ---------- */
.form-card {
  max-width: 620px; margin: 0 auto; background: #fff; border-radius: var(--radius);
  padding: 40px 38px; box-shadow: var(--shadow);
}
.form-card label { display: block; font-weight: 800; font-size: .9rem; margin: 18px 0 6px; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid #EAD7E2; border-radius: 12px;
  font-family: var(--font-body); font-size: 1rem; background: var(--cream); color: var(--ink);
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus {
  outline: 2px solid var(--pink); border-color: var(--pink);
}
.form-card textarea { min-height: 130px; resize: vertical; }
.form-card button {
  margin-top: 26px; width: 100%; border: none; cursor: pointer;
  background: linear-gradient(90deg, var(--blue) 0%, var(--rose) 100%);
  color: #fff; font-weight: 800; font-size: 1.05rem; padding: 14px; border-radius: 999px;
  transition: transform .15s, box-shadow .15s; font-family: var(--font-body);
}
.form-card button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(201,78,130,.25); }
.form-note { text-align: center; color: var(--ink-soft); font-size: .88rem; margin-top: 14px; }

/* ---------- Menu lists ---------- */
.menu-list { list-style: none; margin-top: 6px; }
.menu-list li {
  color: var(--ink-soft); font-size: .95rem; padding: 7px 0 7px 24px;
  position: relative; border-bottom: 1px dashed #F2E1EB;
}
.menu-list li:last-child { border-bottom: none; }
.menu-list li::before { content: "❤"; position: absolute; left: 0; color: var(--pink); font-size: .8rem; }

/* ---------- Bible verse ---------- */
.verse {
  max-width: 760px; margin: 0 auto; text-align: center;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 44px 40px; border-top: 5px solid var(--pink);
}
.verse p {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.25rem; line-height: 1.7; color: var(--ink);
}
.verse .ref { font-family: var(--font-body); font-style: normal; font-weight: 800; color: var(--rose-deep); margin-top: 16px; font-size: 1rem; }
.verse .hearts { color: var(--pink); font-size: 1.3rem; margin-bottom: 10px; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(105deg, var(--mint), var(--blue) 40%, var(--pink));
  border-radius: var(--radius); text-align: center; color: #fff;
  padding: 56px 30px; box-shadow: var(--shadow);
}
.cta-banner h2 { color: #fff; text-shadow: 0 2px 10px rgba(58,51,64,.18); }
.cta-banner p { margin-bottom: 26px; text-shadow: 0 1px 6px rgba(58,51,64,.15); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #E8DDE6; padding: 54px 0 30px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.site-footer h4 { font-family: var(--font-display); color: #fff; margin-bottom: 14px; }
.site-footer a { color: var(--pink); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; font-size: .95rem; }
.footer-bottom { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; color: #B7A9B6; }
.footer-script { font-family: var(--font-script); font-size: 1.25rem; color: var(--pink); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .card-grid .card, .steps .step { flex-basis: 100%; }
  .hero-brand img { width: 270px; }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; gap: 0; padding: 10px 24px 18px;
    box-shadow: 0 12px 24px rgba(58,51,64,.1);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid #F4E9F0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover, .gallery img:hover, .form-card button:hover { transform: none; }
}
