:root {
  --c-page: #fff8ef;
  --c-card: #fffdfa;
  --c-card-soft: #fff5ec;
  --c-ink: #23233d;
  --c-ink-soft: #4b4c70;
  --c-ink-muted: #9d9bbb;
  --c-line: #23233d;
  --c-coral: #ff6b6b;
  --c-coral-soft: #ffdcd4;
  --c-teal: #4ecdc4;
  --c-teal-soft: #d9f4f0;
  --c-yellow: #ffd84d;
  --c-yellow-soft: #fdf0b8;
  --c-lavender: #a18af8;
  --c-lavender-soft: #ddd1ff;
  --c-white: #ffffff;
  --f-display: "Bricolage Grotesque", "Georgia", serif;
  --f-body: "Nunito", "Verdana", sans-serif;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 27px;
  --radius-pill: 999px;
  --shadow-card: 7px 7px 0 var(--c-line);
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-body);
  background: var(--c-page);
  color: var(--c-ink);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(circle, rgba(35, 35, 61, 0.16) 0.7px, transparent 0.7px);
  background-size: 28px 28px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--f-display);
  line-height: 1.08;
}

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

.shapes {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.shape {
  position: absolute;
  animation: none;
}

.shape--sun {
  top: 78px;
  right: 78px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 228, 120, 0.24);
}

.shape--square {
  bottom: 148px;
  left: 18px;
  width: 78px;
  height: 78px;
  border-radius: 14px;
  background: rgba(255, 196, 180, 0.28);
  transform: rotate(-7deg);
}

.shape--ring {
  top: 486px;
  right: 315px;
  width: 96px;
  height: 96px;
  border: 8px solid rgba(221, 209, 255, 0.55);
  border-radius: 50%;
}

.shape--blob {
  right: 55px;
  bottom: 268px;
  width: 105px;
  height: 78px;
  border-radius: 26px;
  background: rgba(78, 205, 196, 0.18);
}

.nav {
  --c-ink: #1a1a2e;
  --c-coral: #ff6b6b;
  --c-yellow: #ffe66d;
  --c-white: #ffffff;
  --f-display: "Bricolage Grotesque", "Georgia", serif;
  --f-body: "Nunito", "Verdana", sans-serif;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer {
  --c-ink: #1a1a2e;
  --c-cream: #fff8f0;
  --c-coral: #ff6b6b;
  --c-white: #ffffff;
  --f-display: "Bricolage Grotesque", "Georgia", serif;
}

.page-shell {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 106px 28px 64px;
  flex: 1;
}

.hero-card,
.summary-card,
.policy-card {
  position: relative;
  background: rgba(255, 253, 250, 0.97);
  border: 3px solid var(--c-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.hero-card {
  padding: 38px 38px 36px;
  margin-bottom: 24px;
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 102px;
  height: 98px;
  border-radius: 0 var(--radius-lg) 0 26px;
  background: rgba(255, 220, 212, 0.55);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 1.08rem;
  border: 3px solid var(--c-line);
  border-radius: var(--radius-pill);
  box-shadow: 3px 3px 0 var(--c-line);
  background: var(--c-coral);
  color: var(--c-white);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card h1 {
  margin-top: 24px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--c-ink-soft);
  font-size: 1.07rem;
  line-height: 1.72;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.meta-item {
  padding: 16px 20px 18px;
  background: linear-gradient(180deg, #fff8ef 0%, #fff5ea 100%);
  border: 3px solid var(--c-line);
  border-radius: 24px;
  box-shadow: 3px 3px 0 var(--c-line);
}

.meta-label {
  display: block;
  margin-bottom: 6px;
  color: var(--c-ink-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meta-value {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
}

.summary-card {
  margin-bottom: 24px;
  padding: 32px 38px 34px;
  overflow: hidden;
}

.summary-card::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 86px;
  height: 78px;
  background: rgba(78, 205, 196, 0.15);
  border-radius: 24px 0 24px 0;
}

.summary-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(221, 209, 255, 0.95);
  color: var(--c-lavender);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-card h2 {
  margin-top: 16px;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.summary-list {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.summary-list li {
  position: relative;
  padding-left: 28px;
  color: var(--c-ink-soft);
  font-size: 0.98rem;
  line-height: 1.72;
}

.summary-list li + li {
  margin-top: 12px;
}

.summary-list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 2.5px solid var(--c-teal);
  background: transparent;
}

.summary-list li:nth-child(2)::before {
  border-color: var(--c-coral);
}

.summary-list li:nth-child(3)::before {
  border-color: var(--c-yellow);
}

.summary-list li:nth-child(4)::before {
  border-color: var(--c-lavender);
}

.policy-card {
  padding: 28px 38px 30px;
  overflow: hidden;
}

.policy-card section {
  position: relative;
}

.policy-card section + section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px dashed rgba(35, 35, 61, 0.15);
}

.policy-card h2 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.68rem;
  letter-spacing: -0.03em;
}

.section-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.section-dot--coral {
  background: var(--c-coral);
}

.section-dot--teal {
  background: var(--c-teal);
}

.section-dot--yellow {
  background: var(--c-yellow);
}

.section-dot--lavender {
  background: var(--c-lavender);
}

.policy-card p {
  margin: 14px 0 0;
  color: var(--c-ink-soft);
  font-size: 1rem;
  line-height: 1.83;
}

.policy-card a {
  color: var(--c-coral);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 107, 107, 0.36);
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.65s var(--ease-smooth);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .shape--sun {
    right: 24px;
  }

  .shape--ring {
    right: 210px;
  }

  .shape--blob {
    right: 14px;
  }
}

@media (max-width: 680px) {
  .page-shell {
    padding: 92px 14px 44px;
  }

  .hero-card,
  .summary-card,
  .policy-card {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 22px;
    box-shadow: 5px 5px 0 var(--c-line);
  }

  .hero-card {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .hero-card h1 {
    margin-top: 18px;
    font-size: 2.2rem;
  }

  .hero-copy,
  .policy-card p,
  .summary-list li {
    font-size: 0.98rem;
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .summary-card {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .summary-card h2 {
    font-size: 1.6rem;
  }

  .policy-card {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .policy-card h2 {
    font-size: 1.36rem;
  }

  .shape--sun,
  .shape--ring {
    display: none;
  }

  .shape--square {
    width: 58px;
    height: 58px;
    left: -8px;
    bottom: 180px;
  }

  .shape--blob {
    width: 76px;
    height: 58px;
    right: -12px;
    bottom: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
