:root {
  --ink: #17324d;
  --muted: #4b6177;
  --sky: #e7f6ff;
  --cream: #fffaf0;
  --yellow: #ffd760;
  --coral: #f17862;
  --mint: #83d5bc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(23, 50, 77, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: ui-rounded, "Avenir Next", Avenir, "Nunito Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { font-size: clamp(2.7rem, 8vw, 5.4rem); letter-spacing: -.055em; margin-bottom: 1.25rem; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.04em; margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: .5rem; }

.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 5; padding: .65rem 1rem; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 1rem; }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; max-width: 1180px; margin: auto; padding: 1.5rem 1.25rem; }
.brand { color: var(--ink); font-size: 1.3rem; font-weight: 850; letter-spacing: -.06em; text-decoration: none; white-space: nowrap; }
.brand span { color: var(--coral); }
nav a, .site-footer > a { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.hero { display: grid; min-height: min(720px, calc(100vh - 80px)); grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); max-width: 1180px; margin: auto; padding: clamp(3rem, 8vw, 7rem) 1.25rem; }
.hero-copy { max-width: 620px; }
.eyebrow { color: var(--coral); font-size: .83rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); max-width: 58ch; }
.button { display: inline-block; margin-top: 1rem; padding: .85rem 1.15rem; border-radius: .8rem; background: var(--ink); color: var(--white); font-weight: 800; text-decoration: none; box-shadow: 0 5px 0 #0d2336; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 #0d2336; }
.hero-art { position: relative; min-height: 360px; overflow: hidden; border-radius: 42% 58% 49% 51% / 42% 44% 56% 58%; background: var(--sky); box-shadow: var(--shadow); }
.sun { position: absolute; top: 13%; right: 16%; width: 78px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); }
.cloud { position: absolute; width: 130px; height: 34px; border-radius: 40px; background: var(--white); opacity: .9; }
.cloud::before, .cloud::after { position: absolute; bottom: 0; border-radius: 50%; background: inherit; content: ""; }
.cloud::before { left: 20px; width: 55px; height: 55px; }.cloud::after { right: 20px; width: 42px; height: 42px; }
.cloud-one { top: 29%; left: 10%; }.cloud-two { top: 20%; right: -12%; transform: scale(.65); }
.hill { position: absolute; bottom: -30%; width: 120%; aspect-ratio: 1.7; border-radius: 50% 50% 0 0; }
.hill-back { left: -38%; background: var(--mint); }.hill-front { right: -52%; background: #62b99d; }
.star { position: absolute; color: var(--coral); font-size: 2rem; }.star-one { top: 18%; left: 44%; }.star-two { top: 49%; right: 16%; font-size: 1.4rem; }
.values { max-width: 1180px; margin: auto; padding: 5rem 1.25rem; }
.values > div:first-child { max-width: 570px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.value-grid article { padding: 1.5rem; border-radius: 1.15rem; background: var(--white); box-shadow: 0 7px 20px rgba(23, 50, 77, .06); }.value-grid p { color: var(--muted); margin-bottom: 0; }
.privacy-callout { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: 1130px; margin: 1rem auto 5rem; padding: clamp(2rem, 6vw, 4rem); border-radius: 1.8rem; background: var(--yellow); }.privacy-callout > div { max-width: 680px; }.privacy-callout p:last-child { margin-bottom: 0; }
.text-link { flex: none; font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.site-footer { border-top: 1px solid rgba(23, 50, 77, .15); color: var(--muted); font-size: .93rem; }.site-footer p { margin: 0 auto 0 0; }
.policy-page { max-width: 820px; margin: auto; padding: clamp(2.5rem, 7vw, 6rem) 1.25rem 5rem; }.policy-intro { margin-bottom: 4rem; }.effective-date { color: var(--muted); }
.policy-content section { padding: 1.55rem 0; border-top: 1px solid rgba(23, 50, 77, .16); }.policy-content h2 { font-size: 1.45rem; letter-spacing: -.025em; }.policy-content p { color: var(--muted); margin-bottom: 0; }.policy-content a { color: var(--ink); font-weight: 800; }
.not-found-page { display: grid; min-height: 100vh; place-items: center; background: var(--sky); }.not-found { max-width: 650px; padding: 2rem; text-align: center; }.not-found .brand { display: inline-block; margin-bottom: 4rem; }
@media (max-width: 700px) { .site-header, .site-footer { padding: 1.25rem; }.hero { grid-template-columns: 1fr; min-height: auto; padding-top: 3rem; }.hero-art { min-height: 280px; order: -1; }.value-grid { grid-template-columns: 1fr; }.privacy-callout { display: block; margin: 0 1.25rem 4rem; }.text-link { display: inline-block; margin-top: 1.5rem; }.site-footer { align-items: flex-start; flex-wrap: wrap; }.site-footer p { flex-basis: 100%; order: 3; } }
