:root {
  --ink: #181818;
  --muted: #5a6068;
  --paper: #fffdf7;
  --wash: #f4faf7;
  --line: rgba(24, 24, 24, 0.13);
  --coral: #ef5d4d;
  --teal: #087f7b;
  --yellow: #f5ba31;
  --violet: #6f50d8;
  --sky: #cdebf2;
  --shadow: 0 20px 50px rgba(24, 24, 24, 0.15);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 247, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.promise-row,
.order-heading,
.total-row,
.club-band,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--yellow), var(--coral));
  font-size: 0.78rem;
  letter-spacing: 0;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 750;
}

.nav-links a:hover,
.price-card a:hover {
  color: var(--teal);
}

.header-cta,
.primary-button,
.secondary-button,
.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  justify-self: end;
  min-width: 86px;
  background: var(--ink);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 88svh;
  padding: 86px clamp(18px, 4vw, 56px) 22px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.95) 0 33%, rgba(255, 253, 247, 0.62) 56%, rgba(255, 253, 247, 0.12) 100%),
    url("assets/hero-crayon-real-three-heads.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 16px;
  background: linear-gradient(90deg, var(--coral), var(--yellow), var(--teal), var(--violet));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 470px);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-copy {
  padding: 26px 0;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  letter-spacing: 0;
}

.hero-lede,
.showcase-copy p,
.club-band p {
  max-width: 620px;
  color: #363b42;
  font-size: clamp(1.03rem, 1.8vw, 1.28rem);
  line-height: 1.55;
}

.promise-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.promise-row span {
  border: 1px solid rgba(24, 24, 24, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 10px 13px;
  font-size: 0.9rem;
  font-weight: 850;
}

.order-panel {
  border: 1px solid rgba(24, 24, 24, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.5vw, 22px);
}

.order-heading {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.order-heading h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}

.base-price {
  display: grid;
  min-width: 78px;
  min-height: 54px;
  place-items: center;
  border-radius: 8px;
  background: var(--yellow);
  font-size: 1.25rem;
}

.upload-zone {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  padding: 12px;
  border: 2px dashed rgba(8, 127, 123, 0.45);
  border-radius: 8px;
  background: #f7fffc;
  cursor: pointer;
}

.upload-zone:hover,
.upload-zone.dragging {
  border-color: var(--teal);
  background: #eefbf8;
}

.upload-zone input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.upload-preview {
  position: relative;
  display: grid;
  width: 96px;
  height: 86px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crayon-scribble,
.crayon-scribble::before,
.crayon-scribble::after {
  position: absolute;
  width: 56px;
  height: 22px;
  border: 6px solid var(--violet);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.crayon-scribble::before,
.crayon-scribble::after {
  content: "";
  border-color: var(--coral);
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translate(10px, 21px) rotate(28deg);
}

.crayon-scribble::after {
  border-color: var(--teal);
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translate(-16px, -19px) rotate(58deg);
}

.upload-copy strong,
.upload-copy small {
  display: block;
}

.upload-copy strong {
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.upload-copy small,
.microcopy,
.deliverable-card p,
.price-card p {
  color: var(--muted);
  line-height: 1.5;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 12px;
  margin-top: 14px;
}

.field-grid label span {
  display: block;
  margin-bottom: 7px;
  color: #343942;
  font-size: 0.83rem;
  font-weight: 850;
}

.field-grid input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
}

.field-grid input:focus {
  outline: 3px solid rgba(8, 127, 123, 0.18);
  border-color: var(--teal);
}

.addon-list {
  display: grid;
  gap: 7px;
  margin: 13px 0;
  padding: 0;
  border: 0;
}

.addon-list legend {
  margin-bottom: 8px;
  color: #343942;
  font-size: 0.83rem;
  font-weight: 900;
}

.addon-row {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

.addon-row input {
  accent-color: var(--teal);
}

.addon-row strong {
  white-space: nowrap;
}

.total-row {
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  font-weight: 950;
}

.total-row strong {
  font-size: 1.45rem;
}

.primary-button {
  width: 100%;
  border: 0;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
}

.primary-button:hover,
.header-cta:hover {
  background: var(--teal);
}

.microcopy {
  margin: 11px 0 0;
  font-size: 0.9rem;
}

.drop-band,
.showcase-band,
.pricing-band,
.club-band {
  padding: clamp(52px, 8vw, 104px) clamp(18px, 4vw, 56px);
}

.drop-band {
  padding-top: 34px;
}

.section-heading {
  max-width: 840px;
  margin: 0 auto clamp(26px, 4vw, 46px);
  text-align: center;
}

.deliverable-grid,
.pricing-grid {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  gap: 14px;
}

.deliverable-grid {
  grid-template-columns: repeat(5, 1fr);
}

.deliverable-card,
.price-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.deliverable-number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 32px;
  place-items: center;
  border-radius: 8px;
  background: var(--sky);
  font-weight: 950;
}

.deliverable-card:nth-child(2) .deliverable-number {
  background: #e7defd;
}

.deliverable-card:nth-child(3) .deliverable-number {
  background: #ffe2b7;
}

.deliverable-card:nth-child(4) .deliverable-number {
  background: #d9f1df;
}

.deliverable-card:nth-child(5) .deliverable-number {
  background: #ffd8d1;
}

.showcase-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--wash);
}

.artifact-wall {
  display: grid;
  grid-template-columns: 1.25fr 0.78fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.photo-card,
.storybook,
.stickers {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 24, 24, 0.08);
}

.photo-card {
  position: relative;
  grid-row: span 2;
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.watermark {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  padding: 8px 10px;
  color: #232323;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
}

.storybook {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px;
}

.storybook span {
  min-height: 112px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 6px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(245, 186, 49, 0.28), transparent 45%),
    #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.83rem;
  line-height: 1.35;
}

.stickers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px;
}

.stickers span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 2px dashed rgba(111, 80, 216, 0.42);
  border-radius: 50%;
  background: #fff;
}

.sticker-dragon {
  width: 92%;
  height: 92%;
  overflow: visible;
  filter: drop-shadow(0 3px 0 rgba(24, 24, 24, 0.08));
}

.sticker-dragon.small {
  width: 80%;
  height: 80%;
}

.sticker-dragon.tilt {
  transform: rotate(-8deg);
}

.sticker-dragon .wing {
  fill: #bb76d6;
  stroke: #6f50d8;
  stroke-width: 5;
  stroke-linejoin: round;
}

.sticker-dragon .body,
.sticker-dragon .head {
  fill: #a96be1;
  stroke: #6f50d8;
  stroke-width: 5;
}

.sticker-dragon .neck {
  fill: none;
  stroke: #8c58cb;
  stroke-width: 13;
  stroke-linecap: round;
}

.sticker-dragon .eye {
  fill: #181818;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.price-card {
  display: grid;
  align-content: start;
  min-height: 260px;
}

.price-card.feature {
  border-color: rgba(239, 93, 77, 0.55);
  box-shadow: 0 18px 36px rgba(239, 93, 77, 0.14);
}

.price {
  margin-bottom: 14px;
  font-size: 2.7rem;
  font-weight: 950;
  line-height: 1;
}

.price-card a {
  margin-top: auto;
  border: 1px solid var(--ink);
}

.club-band {
  justify-content: space-between;
  gap: 24px;
  background: var(--ink);
  color: #fff;
}

.club-band .eyebrow {
  color: var(--yellow);
}

.club-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.club-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.secondary-button {
  flex: 0 0 auto;
  min-width: 150px;
  background: #fff;
  color: var(--ink);
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: var(--muted);
  font-weight: 800;
}

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

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 253, 247, 0.97) 0 45%, rgba(255, 253, 247, 0.72) 100%),
      url("assets/hero-crayon-real-three-heads.png") center / cover no-repeat;
  }

  .hero-inner,
  .showcase-band {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 18px;
  }

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

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

  .club-band {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .hero {
    padding: 82px 14px 28px;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 4.8rem);
  }

  .order-panel {
    padding: 16px;
  }

  .upload-zone,
  .field-grid,
  .artifact-wall {
    grid-template-columns: 1fr;
  }

  .upload-preview {
    width: 100%;
    height: 160px;
  }

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

  .photo-card img {
    min-height: 280px;
  }

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

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
