* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff8ed;
  color: #23304f;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 248, 237, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #f1dfb8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 56px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f3cd75, #dcecff);
  color: #21376b;
  box-shadow: 0 10px 24px rgba(33, 55, 107, 0.12);
}

.brand-icon-image {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(33, 55, 107, 0.12);
  background: white;
}

.brand strong {
  display: block;
  color: #21376b;
  font-size: 19px;
}

.brand small {
  display: block;
  color: #6c7383;
  font-size: 12px;
  margin-top: 2px;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #526074;
  font-weight: 800;
  font-size: 14px;
}

.nav-button {
  background: #d8b15b;
  color: #17223d;
  padding: 11px 18px;
  border-radius: 999px;
}

.hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 44px;
}

.eyebrow {
  color: #bf8b25;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
}

.gold {
  color: #f7d783;
}


.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #fff7df;
  border: 1px solid #ead7ae;
  border-radius: 999px;
  padding: 10px 16px;
  color: #21376b;
  font-size: clamp(15px, 1.5vw, 19px);
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.product-definition {
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.2;
  color: #21376b;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #21376b;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #21376b;
  margin-bottom: 22px;
}

h3 {
  color: #21376b;
  font-size: 22px;
  margin-bottom: 10px;
}

.lead {
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.55;
  color: #334155;
  margin-bottom: 18px;
}

.support,
.split p,
.center-section p,
.reserve p,
.steps p {
  font-size: 18px;
  line-height: 1.7;
  color: #566174;
}


.price-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: #fff0c2;
  border: 1px solid #ead7ae;
  color: #21376b !important;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 900;
  margin: 0 0 18px;
}

.price-note strong {
  font-size: 22px;
}

.reserve-price {
  margin-bottom: 18px;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
}

.primary {
  background: #21376b;
  color: white;
}

.secondary {
  background: white;
  border: 1px solid #ead7ae;
  color: #21376b;
}

.hero-image-card {
  border-radius: 36px;
  padding: 12px;
  background: linear-gradient(135deg, #dcecff, #fff, #f5d78d);
  box-shadow: 0 30px 80px rgba(33, 55, 107, 0.18);
}

.hero-image-card img,
.rounded-img,
.banner-img,
.book-img,
.plush-img,
.story-photo,
.creators-photo {
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(33, 55, 107, 0.13);
}

.hero-image-card img {
  aspect-ratio: 1.18 / 1;
  width: 100%;
}

.intro-strip {
  max-width: 1020px;
  margin: 0 auto 24px;
  padding: 0 24px 40px;
  text-align: center;
}

.intro-strip p {
  background: #21376b;
  color: white;
  border-radius: 32px;
  padding: 30px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 900;
  box-shadow: 0 20px 60px rgba(33, 55, 107, 0.18);
}

.split {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.warm,
.blue,
.creators {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1220px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1220px) / 2 + 24px));
}

.warm,
.creators {
  background: white;
}

.blue {
  background: #21376b;
}

.blue h2,
.blue p {
  color: white;
}

.check-list {
  padding: 0;
  list-style: none;
  margin: 28px 0 0;
  display: grid;
  gap: 13px;
}

.check-list li {
  background: #fff8ed;
  border-radius: 18px;
  padding: 15px 18px;
  font-weight: 900;
  color: #31456f;
}

.check-list li::before {
  content: "✓";
  color: #bf8b25;
  margin-right: 10px;
}

.center-section,
.steps {
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 24px;
  text-align: center;
}

.section-lead {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.banner-img {
  width: 100%;
  margin-top: 34px;
  aspect-ratio: 2.4 / 1;
}

.book-img {
  max-height: 650px;
  width: 100%;
  object-fit: contain;
  background: #edf2ff;
  padding: 16px;
}

.plush-img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: white;
  padding: 16px;
}

.story-photo,
.creators-photo,
.rounded-img {
  width: 100%;
}

.story-photo {
  aspect-ratio: 1.2 / 1;
}

.creators-photo {
  aspect-ratio: 1.2 / 1;
}

.signature {
  color: #21376b !important;
  font-weight: 900;
  margin-top: 18px;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 38px;
  text-align: center;
}

.step-grid article {
  background: white;
  border-radius: 28px;
  padding: 28px 22px;
  box-shadow: 0 12px 32px rgba(33, 55, 107, 0.08);
}

.step-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #fff0c2;
  color: #21376b;
  font-weight: 900;
  margin: 0 auto 18px;
}

.step-grid p {
  color: #5c6677;
  line-height: 1.6;
}

.reserve {
  max-width: 1120px;
  margin: 70px auto;
  padding: clamp(40px, 7vw, 72px);
  background: white;
  border-radius: 38px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 44px;
  align-items: center;
  box-shadow: 0 22px 70px rgba(33, 55, 107, 0.14);
}

.reserve-form {
  display: grid;
  gap: 16px;
}

.reserve-form label {
  font-weight: 900;
  color: #21376b;
}

.reserve-form input {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #dfd5c1;
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
}

.reserve-form button {
  border: 0;
  border-radius: 999px;
  background: #d8b15b;
  color: #17223d;
  padding: 17px 24px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}

.reserve-form small {
  color: #6b7280;
  line-height: 1.5;
}

footer {
  text-align: center;
  padding: 42px 24px;
  background: #21376b;
  color: white;
}

footer p {
  color: #dbe6ff;
  margin: 8px 0 0;
}

.socials {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  color: #f7d783;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .hero,
  .split,
  .reserve {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

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

  .hero-image-card img {
    aspect-ratio: 1 / 0.85;
  }

  .creators .creators-photo,
  .story-section .story-photo {
    order: -1;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
  }

  .brand small {
    display: none;
  }

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

  .button {
    width: 100%;
  }

  .reserve {
    margin-left: 14px;
    margin-right: 14px;
    padding: 30px 20px;
  }
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #fff8ed;
}

.thank-you-card {
  max-width: 780px;
  background: white;
  border-radius: 38px;
  padding: clamp(34px, 7vw, 72px);
  text-align: center;
  box-shadow: 0 22px 70px rgba(33, 55, 107, 0.14);
}

.thank-you-card h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.thank-you-card p {
  color: #566174;
  font-size: 20px;
  line-height: 1.7;
}

.thank-you-icon {
  margin: 0 auto 22px;
}
