:root {
  --bg: #f5f7f8;
  --bg-soft: #fbfcfd;
  --surface: #ffffff;
  --surface-warm: #f7fbfc;
  --surface-contrast: #eef9fc;
  --text: #353947;
  --text-strong: #2f3441;
  --muted: #66707a;
  --line: #dbe5e9;
  --line-strong: #c5d7de;
  --accent: #25b7d6;
  --accent-dark: #1a95af;
  --accent-soft: rgba(37, 183, 214, 0.12);
  --ink-soft: rgba(53, 57, 71, 0.08);
  --shadow-soft: 0 16px 38px rgba(27, 41, 54, 0.05);
  --shadow: 0 20px 58px rgba(27, 41, 54, 0.08);
  --radius: 24px;
  --max: 1160px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 183, 214, 0.08), transparent 22rem),
    radial-gradient(circle at 88% 8%, rgba(37, 183, 214, 0.05), transparent 24rem),
    linear-gradient(180deg, #fcfdfe 0%, var(--bg) 100%);
  line-height: 1.58;
}

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

a {
  color: var(--accent-dark);
  text-decoration: none;
}

a:hover { text-decoration: underline; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--surface);
  padding: 0.75rem 1rem;
  border-radius: 10px;
  z-index: 1000;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(252, 253, 254, 0.88);
  border-bottom: 1px solid rgba(219, 229, 233, 0.9);
}

.header-inner,
.footer-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
}

.brand:hover { text-decoration: none; }

.brand-logo-wrap {
  gap: 0.9rem;
}

.brand-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.brand-sub {
  font-size: 0.74rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.site-nav > a,
.more-menu summary {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
}

.site-nav > a:hover,
.more-menu summary:hover {
  text-decoration: none;
  background: rgba(37, 183, 214, 0.10);
  color: var(--accent-dark);
}

.more-menu {
  position: relative;
}

.more-menu summary::-webkit-details-marker {
  display: none;
}

.more-menu[open] summary {
  background: rgba(37, 183, 214, 0.10);
  color: var(--accent-dark);
}

.more-menu ul {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 230px;
  margin: 0;
  padding: 0.6rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.more-menu li {
  list-style: none;
}

.more-menu li span {
  display: block;
  padding: 0.55rem 0.7rem;
  color: #8b96a0;
  font-size: 0.92rem;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  color: var(--text);
  font: inherit;
}

.hero {
  padding: 5.8rem 0 4.2rem;
  overflow: clip;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.72fr);
  gap: 1.1rem;
  align-items: stretch;
}

.hero-copy,
.hero-visual,
.cta-shell,
.photo-slot,
.info-card,
.path-card,
.mini-block {
  border-radius: var(--radius);
}

.hero-copy {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(247,251,252,0.84));
  border: 1px solid rgba(37, 183, 214, 0.14);
  box-shadow: var(--shadow-soft);
  padding: 2rem;
  max-width: 720px;
}

.hero-visual {
  display: flex;
}

.hero-home .hero-copy,
.hero-parents .hero-copy {
  max-width: 700px;
}

.hero-summer .hero-copy {
  max-width: 760px;
}

.hero-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(37, 183, 214, 0.09);
  width: 28rem;
  height: 28rem;
  right: -11rem;
  top: -12rem;
  pointer-events: none;
}

.eyebrow,
.section-tag {
  margin: 0 0 0.8rem;
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

h1,
h2,
h3 {
  margin: 0 0 0.72rem;
  line-height: 1.03;
  letter-spacing: -0.035em;
  color: var(--text-strong);
}

h1 {
  font-size: clamp(2.6rem, 6.3vw, 4.9rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.85rem, 4vw, 3rem);
  max-width: 13ch;
}

h3 {
  font-size: 1.03rem;
}

p {
  margin: 0;
  max-width: 62ch;
}

p + p { margin-top: 0.72rem; }

.deck {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 500;
  max-width: 28ch;
  color: var(--text-strong);
}

.subline,
.small-note,
.closing-line,
.intro-line {
  color: var(--muted);
}

.subline {
  margin-top: 0.9rem;
  max-width: 50ch;
}

.section {
  padding: 3.8rem 0;
}

.section-grid {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.section-body {
  max-width: 680px;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 1.4rem;
}

.trust-strip {
  padding: 0 0 1.6rem;
}

.trust-grid,
.anchor-grid,
.card-grid,
.stack-grid {
  display: grid;
  gap: 0.85rem;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-item {
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  padding: 1rem;
  font-size: 0.95rem;
}

.trust-item strong {
  display: block;
  margin-bottom: 0.25rem;
}

.trust-item span {
  color: var(--muted);
  display: block;
  font-size: 0.92rem;
}

.anchor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
}

.anchor-grid-hero {
  margin-bottom: 1rem;
}

.anchor-item {
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.9rem;
  font-weight: 600;
}

.anchor-wide {
  grid-column: 1 / -1;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.9rem 1.2rem;
  border-radius: 14px;
  font-weight: 700;
}

.button:hover { text-decoration: none; }

.button.primary {
  color: white;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  box-shadow: 0 12px 22px rgba(26, 149, 175, 0.22);
}

.button.secondary {
  color: var(--text);
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--line);
}

.feature-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.12)),
    linear-gradient(90deg, rgba(37, 183, 214, 0.05), transparent 22rem);
  border-top: 1px solid rgba(37, 183, 214, 0.08);
  border-bottom: 1px solid rgba(37, 183, 214, 0.08);
}

.contrast-section {
  background: rgba(247, 251, 252, 0.65);
}

.accent-soft {
  background: linear-gradient(180deg, rgba(37, 183, 214, 0.08), rgba(255,255,255,0));
}

.media-grid {
  grid-template-columns: 116px minmax(0, 1fr) 260px;
}

.media-aside {
  align-self: start;
}

.card-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.path-card,
.mini-block {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.info-card,
.path-card {
  padding: 1.15rem;
}

.mini-block {
  padding: 1rem;
}

.path-card a,
.path-card .coming-soon {
  display: inline-block;
  margin-top: 0.9rem;
  font-weight: 700;
}

.path-card .coming-soon {
  color: var(--muted);
}

.stack-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.photo-slot {
  width: 100%;
  min-height: 240px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(37, 183, 214, 0.10), rgba(53, 57, 71, 0.05)),
    rgba(255,255,255,0.84);
  border: 1px dashed rgba(26, 149, 175, 0.42);
  padding: 1.2rem;
  color: var(--accent-dark);
  box-shadow: var(--shadow-soft);
}

.photo-slot span {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.photo-slot small {
  display: block;
  color: var(--muted);
  max-width: 22ch;
}

.photo-tall {
  min-height: 420px;
}

.link-line {
  margin-top: 1rem;
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(238,249,252,0.88));
  border: 1px solid rgba(219, 229, 233, 0.95);
  box-shadow: var(--shadow);
}

.cta-copy {
  max-width: 640px;
  padding: 1rem;
}

.cta-visual {
  align-self: stretch;
}

.questions-section .section-body {
  max-width: 760px;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-list details {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1rem 0.95rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin-top: 0.8rem;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(219, 229, 233, 0.95);
  background: rgba(255,255,255,0.65);
}

.footer-inner {
  min-height: 66px;
}

.footer-inner p,
.footer-inner a {
  font-size: 0.9rem;
  color: var(--muted);
}

@media (max-width: 1040px) {
  .trust-grid,
  .card-grid.four-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid,
  .cta-shell,
  .hero-grid,
  .section-grid {
    grid-template-columns: 1fr;
  }

  .media-aside {
    max-width: 420px;
  }

  .section-tag {
    margin-bottom: 0;
  }
}

@media (max-width: 940px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open {
    display: flex;
  }

  .more-menu {
    width: 100%;
  }

  .more-menu ul {
    position: static;
    min-width: 0;
    margin-top: 0.45rem;
  }

  .trust-grid,
  .anchor-grid,
  .card-grid.three-up,
  .stack-grid,
  .card-grid.four-up {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 5.2rem;
  }

  .hero-orbit {
    display: none;
  }
}

@media (max-width: 640px) {
  .section {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }

  .hero-copy,
  .info-card,
  .path-card,
  .photo-slot,
  .mini-block,
  .cta-shell,
  .trust-item,
  .anchor-item,
  .faq-list details {
    border-radius: 18px;
  }

  .hero-copy,
  .cta-copy {
    padding: 1rem;
  }

  .hero-copy {
    max-width: none;
  }

  .brand-logo {
    height: 40px;
  }

  .brand-sub {
    display: inline-block;
    font-size: 0.58rem;
    letter-spacing: 0.10em;
  }

  .brand-logo-wrap {
    gap: 0.55rem;
  }
}


.photo-card {
  width: 100%;
  overflow: hidden;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  margin: 0;
}

.photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-card-tall {
  min-height: 420px;
  height: 100%;
}

.photo-card-standard {
  aspect-ratio: 4 / 3;
}

.photo-card-portrait {
  aspect-ratio: 3 / 4;
}

@media (max-width: 1040px) {
  .photo-card-tall {
    min-height: 360px;
  }
}


.photo-card {
  width: 100%;
  overflow: hidden;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  margin: 0;
}

.photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-card-tall {
  min-height: 420px;
  height: 100%;
}

.photo-card-standard {
  aspect-ratio: 4 / 3;
}

.photo-card-portrait {
  aspect-ratio: 3 / 4;
}

.photo-card-landscape {
  aspect-ratio: 16 / 11;
}

@media (max-width: 1040px) {
  .photo-card-tall {
    min-height: 360px;
  }
}


.section-body-wide {
  max-width: 860px;
}

.trust-banner {
  margin: 1rem 0 1rem;
}

.photo-card-banner {
  aspect-ratio: 16 / 7;
}

.trust-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 940px) {
  .trust-grid-two {
    grid-template-columns: 1fr;
  }
}


.card-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 940px) {
  .card-grid.two-up {
    grid-template-columns: 1fr;
  }
}


.more-link {
  display: block;
  padding: 0.55rem 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 12px;
}

.more-link:hover {
  text-decoration: none;
  background: rgba(37, 183, 214, 0.10);
  color: var(--accent-dark);
}


/* Global polish pass */
:root {
  --line: #e4ecef;
  --line-strong: #d4e1e6;
  --shadow-soft: 0 14px 30px rgba(27, 41, 54, 0.045);
  --shadow: 0 18px 42px rgba(27, 41, 54, 0.065);
}

.hero-copy,
.cta-shell,
.info-card,
.path-card,
.mini-block,
.trust-item,
.anchor-item,
.more-menu ul,
.photo-card {
  border-color: rgba(53, 57, 71, 0.08);
}

.hero-copy,
.cta-shell,
.info-card,
.path-card,
.mini-block,
.trust-item,
.anchor-item {
  box-shadow: 0 14px 30px rgba(27, 41, 54, 0.045);
}

.photo-card {
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(27, 41, 54, 0.04);
}

.photo-card img {
  border-radius: inherit;
}

.more-menu ul {
  box-shadow: 0 14px 30px rgba(27, 41, 54, 0.06);
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 900px) {
  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}


@media (max-width: 520px) {
  .brand-sub {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .brand-logo-wrap {
    gap: 0.45rem;
  }
}
