:root {
  --sand: #f7efe5;
  --teal: #1f6f6a;
  --deep-teal: #134c48;
  --coral: #f05c4f;
  --navy: #243447;
  --cream: #fffaf3;
  --shadow: 0 18px 40px rgba(23, 47, 62, 0.15);
  --bg: linear-gradient(160deg, #fff7ee 0%, #f2f7f6 45%, #fffdf8 100%);
  --surface: #fff;
  --text: #243447;
  --muted: rgba(36, 52, 71, 0.75);
  --border: rgba(36, 52, 71, 0.12);
  --section-alt: #f7efe5;
  --footer-bg: #243447;
  --footer-text: #fff;
  --header-bg: rgba(255, 250, 243, 0.9);
  --header-border: rgba(31, 111, 106, 0.12);
  --outline-border: rgba(36, 52, 71, 0.25);
}

.theme-dark {
  --teal: #4fc3b8;
  --coral: #ff7a6d;
  --bg: linear-gradient(160deg, #0f151b 0%, #111c22 45%, #0f141a 100%);
  --surface: #16222b;
  --text: #e9f0f5;
  --muted: rgba(233, 240, 245, 0.7);
  --border: rgba(233, 240, 245, 0.14);
  --section-alt: #141f27;
  --footer-bg: #0f151b;
  --footer-text: #e9f0f5;
  --header-bg: rgba(15, 21, 27, 0.9);
  --header-border: rgba(233, 240, 245, 0.14);
  --outline-border: rgba(233, 240, 245, 0.25);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--header-bg);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--header-border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

.brand {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--teal);
  color: #fff;
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.brand-name {
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 700;
  margin: 0;
}

.brand-tagline {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 1rem;
  row-gap: 0.5rem;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav a {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus {
  border-color: var(--coral);
}

.header-actions {
  display: flex;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(36, 52, 71, 0.12);
}

.btn-solid {
  background: var(--coral);
  color: #fff;
}

.btn-ghost {
  border-color: var(--teal);
  color: var(--teal);
  background: transparent;
}

.btn-outline {
  border-color: var(--outline-border);
  background: var(--surface);
}

.theme-dark .btn-outline {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.theme-dark .btn-ghost {
  border-color: var(--teal);
  color: var(--teal);
}

.theme-dark .btn-outline,
.theme-dark .btn-ghost {
  box-shadow: none;
}

.theme-toggle {
  min-width: 120px;
}

.hero {
  padding: 4rem 0 3rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.hero-content h1 {
  font-family: "Fraunces", "Georgia", serif;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  margin-bottom: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-card {
  background: var(--surface);
  padding: 2rem;
  border-radius: 24px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.hero-card h2 {
  font-family: "Fraunces", "Georgia", serif;
  margin-top: 0.5rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--teal);
  font-weight: 600;
  margin: 0;
}

.phone {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--teal);
}

.section {
  padding: 3.5rem 0;
}

.section-alt {
  background: var(--section-alt);
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.section-title h2 {
  font-family: "Fraunces", "Georgia", serif;
  margin: 0;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}

.list-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.list-item {
  background: var(--surface);
  padding: 1.1rem 1.3rem;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(36, 52, 71, 0.08);
  border: 1px solid var(--border);
}

.safeguarding-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
}

.safeguarding-photo img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.two-col {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.callout {
  background: var(--deep-teal);
  color: #fff;
  padding: 2rem;
  border-radius: 20px;
}

.callout h3 {
  font-family: "Fraunces", "Georgia", serif;
  margin-top: 0;
}

.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
  background: var(--surface);
  padding: 1.8rem;
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.card h3 {
  font-family: "Fraunces", "Georgia", serif;
  margin-top: 0;
}

.section-note {
  margin-top: 1.5rem;
  font-weight: 600;
}

.visit-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: start;
}

.phone-link {
  font-weight: 700;
  color: var(--teal);
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 2.5rem 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  font-family: "Fraunces", "Georgia", serif;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.footer-link {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  color: var(--footer-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}

.footer-actions {
  display: flex;
  justify-content: center;
}

.footer-actions .btn-outline {
  background: transparent;
  color: var(--footer-text);
  border-color: rgba(255, 255, 255, 0.4);
}

.theme-dark .footer-actions .btn-outline {
  border-color: rgba(233, 240, 245, 0.4);
}

ul {
  padding-left: 1.1rem;
}

@media (max-width: 900px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 2.5rem;
  }

  .btn {
    width: 100%;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
  }

  .site-header {
    position: static;
  }

  .nav {
    width: 100%;
    gap: 0.6rem;
  }

  .nav a {
    font-size: 0.9rem;
  }

  .card img {
    height: 160px;
  }

  .callout,
  .callout-light {
    padding: 1.5rem;
  }
}
.callout-light {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.hero-media {
  min-height: 320px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.visit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
