:root {
  --ink: #26324b;
  --muted: #66708a;
  --paper: #fffaf1;
  --white: #ffffff;
  --orange: #ff7b21;
  --yellow: #ffc94d;
  --blue: #25aee4;
  --pink: #ff7e96;
  --purple: #9a55d4;
  --line: rgba(38, 50, 75, 0.12);
  --shadow: 0 24px 70px rgba(73, 57, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Nunito", Arial, sans-serif;
  background:
    radial-gradient(circle at 7% 14%, rgba(255, 201, 77, 0.22), transparent 26rem),
    radial-gradient(circle at 92% 18%, rgba(37, 174, 228, 0.16), transparent 25rem),
    linear-gradient(180deg, #fffdf8 0%, var(--paper) 46%, #fff6fb 100%);
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  width: 20rem;
  height: 20rem;
  border: 3px dashed rgba(37, 174, 228, 0.2);
  border-radius: 50%;
  content: "";
}

body::before {
  top: -10rem;
  left: -8rem;
}

body::after {
  right: -10rem;
  bottom: -9rem;
  border-color: rgba(255, 123, 33, 0.22);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 250, 241, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: var(--white);
  font-family: "Baloo 2", cursive;
  font-size: 1.1rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(37, 174, 228, 0.22);
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Baloo 2", cursive;
  line-height: 1.02;
}

.brand strong {
  display: block;
  font-size: 1.1rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
}

.nav-links a {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #173452;
  background: rgba(37, 174, 228, 0.12);
  outline: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100vh - 5.1rem);
  padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem) 2.5rem;
}

.hero-copy {
  max-width: 43rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 13ch;
  margin: 0;
  color: #28395d;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
}

.hero-text {
  max-width: 38rem;
  margin: 1.3rem 0 0;
  color: #4f5c76;
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.1rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--pink));
  box-shadow: 0 16px 30px rgba(255, 123, 33, 0.22);
}

.button-soft {
  color: #23425e;
  background: var(--white);
  border-color: rgba(37, 174, 228, 0.26);
}

.hero-card {
  position: relative;
  margin: 0;
  padding: clamp(0.65rem, 1.6vw, 1rem);
  background: var(--white);
  border: 2px dashed rgba(37, 174, 228, 0.32);
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
}

.hero-card::before {
  position: absolute;
  top: -1.1rem;
  right: 2rem;
  width: 8rem;
  height: 2.7rem;
  background: var(--yellow);
  border-radius: 999px;
  transform: rotate(4deg);
  content: "";
}

.hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 1rem;
}

.hero-card figcaption {
  margin: 0.9rem 0.2rem 0.2rem;
  color: #40516d;
  font-weight: 800;
  text-align: center;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 clamp(1rem, 4vw, 4rem);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  box-shadow: 0 16px 45px rgba(73, 57, 29, 0.08);
}

.intro-band div {
  padding: 1rem;
  text-align: center;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 241, 0.7));
}

.summary-number {
  display: block;
  color: var(--blue);
  font-family: "Baloo 2", cursive;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.intro-band p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.content-section,
.contact-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
}

.section-heading {
  max-width: 47rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.contact-copy h2 {
  margin: 0;
  color: #26395d;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.section-heading p:not(.eyebrow),
.contact-copy p:not(.eyebrow) {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.collection-card {
  min-height: 26rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  box-shadow: 0 18px 50px rgba(73, 57, 29, 0.08);
}

.collection-card.girls {
  background:
    linear-gradient(135deg, rgba(255, 126, 150, 0.9), rgba(154, 85, 212, 0.78)),
    #ffedf3;
  color: var(--white);
}

.collection-card.boys {
  background:
    linear-gradient(135deg, rgba(37, 174, 228, 0.92), rgba(255, 201, 77, 0.86)),
    #eefaff;
  color: #163451;
}

.card-icon {
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  place-items: center;
  font-size: 2.4rem;
  background: rgba(255, 255, 255, 0.28);
  border: 2px dashed rgba(255, 255, 255, 0.48);
  border-radius: 50%;
}

.card-label {
  margin: 1.35rem 0 0.4rem;
  font-weight: 900;
  text-transform: uppercase;
}

.collection-card h3 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.collection-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.collection-card li {
  padding: 0.75rem 0.8rem;
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.8rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.75fr);
  align-items: center;
  gap: 1.5rem;
  margin: 0 clamp(1rem, 4vw, 4rem) 4rem;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, rgba(255, 201, 77, 0.35), rgba(37, 174, 228, 0.14)),
    var(--white);
  border: 2px dashed rgba(255, 123, 33, 0.28);
  border-radius: 1.6rem;
}

.contact-card {
  display: grid;
  gap: 0.8rem;
}

.contact-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.8rem 1rem;
  color: #173452;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(37, 174, 228, 0.22);
  border-radius: 1rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 4vw, 4rem);
  color: #40516d;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--line);
}

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

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .collection-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 11ch;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .content-section,
  .contact-section,
  .site-footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nav-links a {
    padding: 0.55rem 0.5rem;
    font-size: 0.92rem;
  }

  .intro-band {
    grid-template-columns: 1fr;
  }

  .collection-card ul {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
