:root {
  --lavender: #dacdf8;
  --lavender-deep: #9f84d7;
  --blue: #c7dcf1;
  --pink: #f5c9d4;
  --pink-deep: #cc7895;
  --cream: #fffaf6;
  --white: #ffffff;
  --ink: #342d46;
  --muted: #70647f;
  --leaf: #667f62;
  --line: rgba(70, 54, 92, 0.12);
  --glass: rgba(255, 255, 255, 0.68);
  --shadow: 0 24px 70px rgba(89, 63, 121, 0.18);
  --cursor-x: 50vw;
  --cursor-y: 30vh;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 255, 255, 0.72), transparent 18rem),
    radial-gradient(circle at 10% 15%, rgba(199, 220, 241, 0.9), transparent 27rem),
    radial-gradient(circle at 86% 8%, rgba(245, 201, 212, 0.78), transparent 24rem),
    linear-gradient(180deg, #f4ecff 0%, #fffaf6 42%, #f8edf5 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  content: "";
}

a {
  color: inherit;
}

.cursor-glow {
  position: fixed;
  left: var(--cursor-x);
  top: var(--cursor-y);
  z-index: -1;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  filter: blur(42px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

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

.brand,
nav,
.hero-actions,
.price-row,
.toggle-row,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.65rem;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(89, 63, 121, 0.14);
}

nav {
  gap: clamp(0.7rem, 2vw, 1.4rem);
  font-size: 0.95rem;
  font-weight: 800;
}

nav a {
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.72);
}

.hero {
  min-height: calc(100vh - 4.4rem);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(18rem, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2.4rem, 5vw, 5.5rem) clamp(1rem, 5vw, 5rem) clamp(1.2rem, 3vw, 3rem);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  max-width: 9ch;
  margin-bottom: 1.05rem;
  color: var(--white);
  font-size: clamp(4.1rem, 11vw, 8.8rem);
  line-height: 0.85;
  letter-spacing: 0;
  text-shadow:
    0 6px 0 rgba(218, 205, 248, 0.95),
    0 16px 35px rgba(91, 64, 119, 0.18);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.9rem;
  font-size: 1.28rem;
}

.hero-text,
.intro p,
.socials p {
  max-width: 40rem;
  color: rgba(52, 45, 70, 0.82);
  font-size: clamp(1rem, 2vw, 1.23rem);
  line-height: 1.72;
}

.price-row {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.35rem;
}

.price-row p {
  max-width: 18rem;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
}

.price-pill {
  display: grid;
  min-width: 10.5rem;
  padding: 0.9rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(89, 63, 121, 0.13);
}

.price-pill span,
.dm-preview span,
.plan-output span,
.stage-kicker {
  color: var(--pink-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-pill strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
}

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

.button {
  display: inline-flex;
  min-height: 3.12rem;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.86rem 1.2rem;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  outline: none;
  transform: translateY(-0.16rem);
}

.button.primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(63, 55, 81, 0.24);
}

.button.secondary {
  border-color: rgba(63, 55, 81, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.hero-media {
  position: relative;
  isolation: isolate;
}

.hero-media::before {
  position: absolute;
  inset: 4% -2% -7% 10%;
  z-index: -1;
  border-radius: 45% 55% 50% 50%;
  background: linear-gradient(135deg, var(--blue), var(--lavender));
  content: "";
}

.photo-frame {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.photo-frame img {
  display: block;
  width: min(100%, 43rem);
  border: 0.78rem solid rgba(255, 255, 255, 0.82);
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.floating-note {
  position: absolute;
  max-width: 12.4rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 0.72rem 0.95rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(89, 63, 121, 0.16);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.note-one {
  top: 8%;
  left: -3%;
}

.note-two {
  right: -2%;
  bottom: 14%;
}

.sparkle-button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  min-height: 2.8rem;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(63, 55, 81, 0.2);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.sparkle {
  position: absolute;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 0.45rem rgba(255, 255, 255, 0.35);
  animation: pop 900ms ease-out forwards;
  pointer-events: none;
}

@keyframes pop {
  from {
    opacity: 1;
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0;
    transform: translateY(-4rem) scale(1.7);
  }
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(1rem, 5vw, 5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 0.75rem;
  background: rgba(63, 55, 81, 0.08);
  box-shadow: var(--shadow);
}

.quick-strip div {
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.quick-strip strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
}

.quick-strip span {
  color: rgba(63, 55, 81, 0.76);
  font-weight: 800;
}

.section {
  padding: clamp(3.6rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.intro,
.socials {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

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

.bundle-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(20rem, 1.28fr);
  gap: 1rem;
}

.item-stage,
.builder-panel,
.prompt-panel,
.order-card,
.social-cards a {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.65rem;
  background: var(--glass);
  box-shadow: 0 14px 44px rgba(89, 63, 121, 0.12);
  backdrop-filter: blur(16px);
}

.item-stage {
  min-height: 29rem;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 2rem;
  text-align: center;
}

.stage-icon {
  display: grid;
  width: 8.6rem;
  height: 8.6rem;
  place-items: center;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender), var(--blue));
  box-shadow: inset 0 0 0 0.8rem rgba(255, 255, 255, 0.35);
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.2rem;
  text-shadow: 0 4px 12px rgba(63, 55, 81, 0.16);
}

.item-stage p:not(.stage-kicker) {
  max-width: 23rem;
  color: var(--muted);
  line-height: 1.62;
}

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

.item-card {
  min-height: 7.5rem;
  border: 1px solid rgba(63, 55, 81, 0.11);
  border-radius: 0.65rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.item-card:hover,
.item-card:focus-visible,
.item-card.active {
  outline: none;
  transform: translateY(-0.25rem);
  background: var(--white);
  box-shadow: 0 16px 35px rgba(89, 63, 121, 0.15);
}

.item-card span {
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  background: var(--blue);
  color: var(--ink);
  font-weight: 800;
}

.item-card strong,
.item-card em {
  display: block;
  line-height: 1.2;
}

.item-card em {
  margin-top: 0.4rem;
  color: var(--pink-deep);
  font-size: 0.83rem;
  font-style: normal;
  font-weight: 800;
}

.builder-section {
  background:
    linear-gradient(90deg, rgba(218, 205, 248, 0.7), rgba(199, 220, 241, 0.7), rgba(245, 201, 212, 0.74));
}

.builder-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 1.05fr) minmax(18rem, 0.95fr);
  gap: 1rem;
}

.builder-panel,
.prompt-panel,
.order-card {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.toggle-row {
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}

.vibe,
.choice {
  min-height: 3rem;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.vibe {
  flex: 1;
  min-width: 6.5rem;
  padding: 0.68rem 0.95rem;
}

.vibe.active {
  border-color: var(--pink-deep);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(89, 63, 121, 0.12);
}

.slider-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
  color: var(--muted);
  font-weight: 800;
}

.slider-label strong {
  color: var(--ink);
}

input[type="range"] {
  width: 100%;
  accent-color: var(--pink-deep);
}

.plan-output {
  margin-top: 1.4rem;
  border-radius: 0.65rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.64);
}

.plan-output ol {
  display: grid;
  gap: 0.65rem;
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.45;
}

.prompt-panel {
  display: grid;
  align-content: center;
  background: var(--ink);
  color: var(--white);
}

.prompt-panel p {
  margin-bottom: 1.4rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.prompt-button {
  justify-self: start;
}

.order-card {
  display: grid;
  gap: 1rem;
}

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

.bulk-option {
  min-height: 5rem;
  border: 2px solid rgba(63, 55, 81, 0.1);
  border-radius: 0.65rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.bulk-option.active,
.bulk-option:hover,
.bulk-option:focus-visible {
  outline: none;
  border-color: var(--pink-deep);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(89, 63, 121, 0.13);
}

.bulk-option span,
.bulk-option strong {
  display: block;
}

.bulk-option span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.bulk-option strong {
  margin-top: 0.25rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1;
}

.dm-preview {
  border-radius: 0.65rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.68);
}

.dm-preview p {
  margin: 0.55rem 0 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.5;
}

.social-cards {
  display: grid;
  gap: 1rem;
}

.social-cards a {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 1.25rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-cards a:hover,
.social-cards a:focus-visible {
  outline: none;
  transform: translateX(0.3rem);
  box-shadow: 0 18px 40px rgba(89, 63, 121, 0.18);
}

.social-cards span {
  color: var(--pink-deep);
  font-weight: 800;
}

.social-cards strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
}

footer {
  justify-content: center;
  gap: 0.8rem;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.52);
  text-align: center;
  font-weight: 800;
}

footer img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.reveal {
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 920px) {
  .hero,
  .intro,
  .bundle-layout,
  .builder-grid,
  .socials {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .photo-frame img {
    border-width: 0.45rem;
    border-radius: 1.2rem;
  }

  .note-one {
    left: 0.5rem;
  }

  .note-two {
    right: 0.5rem;
  }
}

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

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

  nav a {
    padding-inline: 0;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .quick-strip,
  .item-grid,
  .bulk-prices {
    grid-template-columns: 1fr;
  }

  .floating-note {
    position: static;
    display: inline-flex;
    margin-top: 0.7rem;
    margin-right: 0.4rem;
  }

  .sparkle-button {
    position: static;
    margin-top: 0.8rem;
  }

  .prompt-panel p {
    font-size: clamp(1.7rem, 10vw, 2.55rem);
  }
}
