:root {
  --sky: #e8f4fc;
  --peach: #fde8d8;
  --mint: #d8f3e8;
  --ink: #3d4a5c;
  --soft: #6b7788;
  --white: #fffcfa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(232, 244, 252, 0.95), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(253, 232, 216, 0.95), transparent 30%),
    radial-gradient(circle at 70% 90%, rgba(216, 243, 232, 0.9), transparent 28%),
    #fffcfa;
  line-height: 1.7;
  min-height: 100vh;
}
img { max-width: 100%; display: block; border-radius: 24px; }
a { color: #4a7ea8; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 10px; top: 10px; background: #fff; padding: 8px; z-index: 9; }

.air-head {
  width: min(1080px, calc(100% - 2rem));
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  text-decoration: none;
  color: var(--ink);
}
.brand strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.brand em { font-style: italic; color: var(--soft); font-size: 0.9rem; }
.nav-toggle {
  display: none;
  border: 0;
  background: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font: inherit;
  box-shadow: 0 8px 24px rgba(61,74,92,0.08);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  background: rgba(255,252,250,0.8);
  padding: 0.35rem;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(61,74,92,0.08);
}
.nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
}
.nav a[aria-current="page"],
.nav a:hover { background: var(--mint); color: var(--ink); }

.hope-hero {
  width: min(820px, calc(100% - 2.4rem));
  margin: 4.5rem auto 2.5rem;
  text-align: center;
}
.kicker {
  display: inline-block;
  background: var(--peach);
  color: #8a5a3c;
  border-radius: 999px;
  padding: 0.28rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hope-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}
.hope-hero p { font-size: 1.2rem; color: var(--soft); margin: 0 0 1.5rem; }
.actions { display: flex; justify-content: center; gap: 0.7rem; flex-wrap: wrap; }
.btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  font: inherit;
  font-weight: 700;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
}
.btn-sky { background: #cfe6f7; color: #2a4d68; }
.btn-peach { background: var(--peach); color: #7a4b30; }
.btn-mint { background: var(--mint); color: #2a5a45; }
.btn:hover { filter: brightness(0.97); }
button.btn { cursor: pointer; }

.wrap { width: min(1080px, calc(100% - 2rem)); margin: 0 auto; }
.round-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin: 1rem 0 2.5rem;
}
.round-card {
  background: var(--white);
  border-radius: 28px;
  padding: 1.4rem 1.5rem 1.6rem;
  box-shadow: 0 16px 40px rgba(61,74,92,0.07);
  text-decoration: none;
  color: inherit;
}
.round-card.sky { background: linear-gradient(#fff, var(--sky)); }
.round-card.peach { background: linear-gradient(#fff, var(--peach)); }
.round-card.mint { background: linear-gradient(#fff, var(--mint)); }
.round-card h2, .round-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 550;
  margin: 0 0 0.45rem;
  font-size: 1.6rem;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin: 0 0 3rem;
}
.pill {
  background: #fff;
  border-radius: 999px;
  padding: 0.8rem 1.1rem;
  box-shadow: 0 10px 24px rgba(61,74,92,0.07);
  min-width: 210px;
}
.pill strong { display: block; font-size: 0.9rem; color: var(--soft); }
.sun {
  width: 84px;
  height: 84px;
  margin: 0 auto 1rem;
}

.page {
  width: min(820px, calc(100% - 2rem));
  margin: 2.2rem auto 3rem;
}
.page h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 550;
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  text-align: center;
  margin: 0 0 1.4rem;
}
.soft-card {
  background: rgba(255,252,250,0.9);
  border-radius: 28px;
  padding: 1.35rem 1.45rem;
  margin-bottom: 1rem;
  box-shadow: 0 12px 30px rgba(61,74,92,0.06);
}
.soft-card h2, .expect h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 550;
  margin-top: 0;
}
.expect article {
  background: rgba(255,252,250,0.9);
  border-radius: 28px;
  padding: 1.2rem 1.3rem;
  margin-bottom: 0.8rem;
  box-shadow: 0 12px 30px rgba(61,74,92,0.06);
}
.verse {
  background: var(--sky);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  margin: 0 0 0.8rem;
}
.verse cite { display: block; color: #4a7ea8; font-style: normal; font-weight: 700; font-size: 0.9rem; }
.person { display: grid; gap: 0.3rem; }
label { display: block; font-weight: 700; margin: 0.55rem 0 0.25rem; }
input, textarea {
  width: 100%;
  font: inherit;
  border: 0;
  background: #fff;
  border-radius: 16px;
  padding: 0.75rem 0.9rem;
  box-shadow: inset 0 0 0 1px #eadfd6;
}
textarea { min-height: 110px; }
.thanks { background: var(--mint); padding: 0.8rem 1rem; border-radius: 16px; margin-bottom: 0.8rem; }
.muted { color: var(--soft); }

.yt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 1rem 0 0;
}
.yt-item { display: grid; gap: 0.4rem; }
.yt-item h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 550;
}
.yt-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
}
.yt-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 700px) {
  .yt-grid { grid-template-columns: 1fr 1fr; }
}

.footer {
  margin: 2rem 1rem 1.5rem;
  background: #fff;
  border-radius: 32px;
  padding: 1.8rem;
  box-shadow: 0 16px 40px rgba(61,74,92,0.06);
  width: min(1080px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1rem;
}
.footer h2, .footer h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 550;
  margin: 0 0 0.4rem;
}
.chooser-link { text-align: center; margin-top: 1.1rem; }

@media (max-width: 860px) {
  .round-grid, .footer-grid { grid-template-columns: 1fr; }
  .air-head { flex-wrap: wrap; }
  .nav-toggle { display: inline-block; }
  .nav { display: none; width: 100%; border-radius: 22px; flex-direction: column; }
  .nav.is-open { display: flex; }
  .hope-hero { margin-top: 2.2rem; }
}
