:root {
  --pink-main: #f4a1c6;
  --pink-soft: #f7b8d6;
  --pink-pale: #fff1f7;
  --blue-main: #a9d9eb;
  --blue-soft: #c6e9f4;
  --text-dark: #242424;
  --text-muted: rgba(36, 36, 36, 0.72);
  --border-soft: #f8d8e6;
  --white: #ffffff;
  --shadow-soft: 0 18px 40px rgba(36, 36, 36, 0.10);
  --shadow-sm: 0 10px 25px rgba(36, 36, 36, 0.08);
  --radius-pill: 999px;
  --radius-card: 28px;
  --header-bg: rgba(255, 246, 251, 0.82);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text-dark);
  background: var(--white);
}

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

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

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  width: min(920px, calc(100% - 32px));
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: var(--header-bg);
  border-bottom: 1px solid rgba(244, 161, 198, 0.28);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 230px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 1rem;
}

.desktop-nav a:not(.pill-button) {
  transition: color 0.2s ease;
}

.desktop-nav a:not(.pill-button):hover,
.mobile-nav a:hover {
  color: var(--pink-main);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  margin: 5px 0;
  border-radius: 99px;
}

.mobile-nav {
  display: none;
  padding: 0 16px 18px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(244, 161, 198, 0.20);
}

.mobile-nav a {
  display: block;
  padding: 12px 0;
}

.mobile-nav.open {
  display: block;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius-pill);
  padding: 18px 30px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.pill-button:hover {
  transform: translateY(-1px) scale(1.02);
}

.pill-button.small {
  padding: 14px 26px;
  font-size: 0.98rem;
}

.pill-button.white {
  background: var(--white);
  color: var(--pink-main);
  box-shadow: var(--shadow-soft);
}

.pill-button.pink {
  background: linear-gradient(135deg, var(--pink-main), var(--pink-soft));
  color: var(--white);
  box-shadow: 0 14px 30px rgba(244, 161, 198, 0.28);
}

.pill-button.outline {
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: var(--white);
  background: transparent;
}

.pill-button.outline:hover {
  background: var(--white);
  color: var(--pink-main);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 110px;
  background: linear-gradient(135deg, #f2a0c5 0%, #e9a7cb 30%, #d7c4e0 70%, #b0d8eb 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 16%, rgba(255,255,255,0.18), transparent 18%),
    radial-gradient(circle at 82% 88%, rgba(169,217,235,0.26), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 170px;
}

.hero h1 {
  margin: 0 0 16px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.6rem, 8vw, 7.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.eyes {
  display: inline-block;
  animation: wiggle 2.2s ease-in-out infinite;
}

.hero-subtitle {
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  color: rgba(36, 36, 36, 0.84);
}

.hero-description {
  margin: 0 auto 42px;
  max-width: 620px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  color: rgba(36, 36, 36, 0.74);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.instagram-icon {
  width: 19px;
  height: 19px;
  display: inline-flex;
}

.instagram-icon svg {
  width: 100%;
  height: 100%;
}

.eyebrow {
  width: fit-content;
  margin: 0 auto 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-main);
  animation: pulse 1.6s infinite;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(36, 36, 36, 0.7);
  animation: float 2s ease-in-out infinite;
}

.chevron {
  font-size: 1.4rem;
  line-height: 1;
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78px;
  background: var(--white);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}

.hero-orb,
.floating-cookie {
  position: absolute;
  z-index: 1;
}

.hero-orb {
  border-radius: 50%;
  filter: blur(36px);
}

.orb-left {
  top: 110px;
  left: 90px;
  width: 160px;
  height: 160px;
  background: rgba(255,255,255,0.18);
}

.orb-right {
  right: 60px;
  bottom: 110px;
  width: 250px;
  height: 250px;
  background: rgba(169, 217, 235, 0.32);
}

.orb-center {
  top: 34%;
  right: 22%;
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.14);
}

.floating-cookie {
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow-sm);
  opacity: 0.86;
}

.floating-cookie-top {
  top: 82px;
  right: 14%;
  width: 92px;
  height: 92px;
  animation: bob 3.8s ease-in-out infinite;
}

.floating-cookie-bottom {
  left: 9%;
  bottom: 170px;
  width: 78px;
  height: 78px;
  opacity: 0.74;
  animation: bob 4.6s ease-in-out infinite 0.6s;
}

.content-section {
  position: relative;
  padding: 96px 0;
}

.white-section {
  background: var(--white);
}

.soft-section {
  background: linear-gradient(180deg, var(--pink-pale), #ffffff);
}

.section-label {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--pink-main);
  font-weight: 700;
  font-size: 0.78rem;
}

h2 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section-copy {
  margin: 0 auto;
  max-width: 720px;
  color: var(--text-muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.text-center {
  text-align: center;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.step-card,
.faq-list article {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow-sm);
}

.step-card {
  padding: 26px;
}

.step-card span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-soft), var(--blue-soft));
  font-weight: 700;
  margin-bottom: 14px;
}

.step-card h3,
.faq-list h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
}

.step-card p,
.faq-list p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.waitlist-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
  margin-top: 32px;
}

.waitlist-form input {
  width: 100%;
  padding: 18px 22px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-soft);
  background: #fff;
  font: inherit;
  outline: none;
}

.waitlist-form input:focus {
  border-color: var(--blue-main);
  box-shadow: 0 0 0 4px rgba(169, 217, 235, 0.18);
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list article {
  padding: 24px;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.7; }
}

@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(4deg); }
  75% { transform: rotate(-4deg); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0px); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

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

  .menu-toggle {
    display: inline-block;
  }

  .brand img {
    width: 190px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .floating-cookie-top {
    right: 7%;
  }
}

@media (max-width: 640px) {
  .container,
  .narrow {
    width: min(100% - 24px, 100% - 24px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand img {
    width: 160px;
  }

  .hero {
    padding-top: 96px;
  }

  .hero-content {
    padding-bottom: 160px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-subtitle {
    font-size: 1.75rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .pill-button,
  .pill-button.small {
    width: 100%;
  }

  .floating-cookie-top {
    top: 112px;
    width: 72px;
    height: 72px;
  }

  .floating-cookie-bottom {
    width: 62px;
    height: 62px;
    bottom: 120px;
  }

  .scroll-indicator {
    bottom: 90px;
  }

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

  .content-section {
    padding: 72px 0;
  }
}

.gallery-header {
  margin-bottom: 34px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-card {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow-sm);
}

.gallery-image-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, #fbe3ef, #eaf6fb);
}

.gallery-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-copy {
  padding: 22px;
}

.gallery-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--pink-main);
  font-weight: 700;
  font-size: 0.76rem;
}

.gallery-copy h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
}

.gallery-copy p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.form-message {
  min-height: 24px;
  margin: 18px 0 8px;
  font-weight: 600;
}

.form-message.is-success {
  color: #378f62;
}

.form-message.is-error {
  color: #b74a76;
}

.form-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.waitlist-form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.site-footer {
  padding: 26px 0 42px;
  background: linear-gradient(180deg, #ffffff, #fff7fb);
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  flex-wrap: wrap;
}

.footer-wrap img {
  width: 150px;
  height: auto;
}

.footer-wrap p {
  margin: 0;
  color: var(--text-muted);
}

@media (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


.simple-gallery-grid {
  align-items: stretch;
}

.simple-gallery-card .gallery-copy {
  padding-top: 18px;
  padding-bottom: 20px;
  text-align: center;
}

.simple-gallery-copy p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d6a7d;
}
