:root {
  --pink: #ff2fa2;
  --pink-soft: #ff86c8;
  --black: #0b0b0b;
  --white: #fffafc;
  --cream: #fff4f8;
  --line: rgba(11, 11, 11, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--black);
  background: var(--pink);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-pad { padding: 72px clamp(22px, 4vw, 64px); }

.ticker {
  overflow: hidden;
  background: var(--black);
  color: var(--pink);
  border-bottom: 2px solid var(--black);
  white-space: nowrap;
}

.ticker-track {
  width: max-content;
  display: flex;
  gap: 42px;
  padding: 10px 0;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  animation: ticker 22s linear infinite;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-25%); }
}

.site-header {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(22px, 4vw, 64px);
  border-bottom: 2px solid var(--black);
  background: var(--pink);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.1em;
  color: var(--black);
  font-family: "Modak", "Arial Black", sans-serif;
  font-size: clamp(2.15rem, 5vw, 5.2rem);
  line-height: 0.75;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.brand span { display: inline-block; }
.brand span:nth-child(1) { transform: rotate(-4deg) translateY(3px); }
.brand span:nth-child(2) { transform: rotate(3deg) translateY(-4px); }
.brand span:nth-child(3) { transform: rotate(-2deg) translateY(5px); }
.brand span:nth-child(4) { transform: rotate(5deg) translateY(-3px); }

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.bag-button {
  background: transparent;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
}

.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  background: var(--pink);
  border-bottom: 2px solid var(--black);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 16px;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.hero h1,
.drop-intro h2,
.manifesto h2,
.signup h2 {
  font-family: "Archivo Black", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.hero h1 {
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.85;
  max-width: 9ch;
}

.script-word {
  display: block;
  font-family: "Modak", "Arial Black", sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hero-text {
  max-width: 610px;
  margin: 28px 0 34px;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.45;
}

.cta,
.signup-form button,
.add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 2px solid var(--black);
  background: var(--black);
  color: var(--pink);
  font-family: "Archivo Black", Arial, sans-serif;
  letter-spacing: 0.04em;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.cta:hover,
.signup-form button:hover,
.add-button:hover {
  transform: translate(-3px, -3px);
  box-shadow: 4px 4px 0 var(--black);
  background: var(--white);
  color: var(--black);
}

.hero-art {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 2px solid var(--black);
  overflow: hidden;
}

.burst {
  position: absolute;
  border-radius: 50%;
  border: 25px solid var(--pink);
  opacity: 0.9;
}
.burst-a { width: 430px; height: 430px; top: -140px; right: -110px; }
.burst-b { width: 320px; height: 320px; bottom: -120px; left: -80px; }

.shirt-stage { position: relative; z-index: 2; transform: rotate(-4deg); }
.shirt-shape {
  width: min(420px, 70vw);
  aspect-ratio: 0.86;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--black);
  clip-path: polygon(26% 4%, 38% 0, 44% 10%, 56% 10%, 62% 0, 74% 4%, 98% 21%, 84% 39%, 72% 31%, 76% 100%, 24% 100%, 28% 31%, 16% 39%, 2% 21%);
}

.shirt-print {
  color: var(--pink);
  text-align: center;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(1.6rem, 4vw, 3.6rem);
  line-height: 0.95;
  transform: rotate(3deg);
}
.shirt-print span {
  font-family: "Modak", "Arial Black", sans-serif;
  font-size: 1.25em;
  text-transform: none;
}

.image-note {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 10px;
  left: 14px;
  margin: 0;
  font-size: 0.68rem;
  text-align: center;
  opacity: 0.58;
}

.drop-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  background: var(--black);
  color: var(--pink);
}

.drop-intro h2 { font-size: clamp(4rem, 11vw, 10rem); line-height: 0.8; }
.drop-kicker {
  margin: 0;
  max-width: 7ch;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 5.5rem);
  line-height: 0.92;
  text-align: right;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: var(--cream);
}

.product-card {
  border: 2px solid var(--black);
  background: var(--white);
}

.product-art {
  min-height: 420px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--black);
}

.jesus-art { background: var(--pink-soft); }
.howie-art { background: var(--black); color: var(--pink); }
.question-art { background: var(--pink); }

.mini-shirt {
  width: 70%;
  aspect-ratio: 0.86;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--white);
  color: var(--black);
  clip-path: polygon(26% 4%, 38% 0, 44% 10%, 56% 10%, 62% 0, 74% 4%, 98% 21%, 84% 39%, 72% 31%, 76% 100%, 24% 100%, 28% 31%, 16% 39%, 2% 21%);
  padding: 24px;
  text-align: center;
  transform: rotate(-3deg);
}

.mini-shirt span { font-family: "Archivo Black"; font-size: clamp(1rem, 2vw, 1.8rem); }
.mini-shirt strong { font-family: "Modak"; font-size: clamp(2rem, 4vw, 4rem); font-weight: 400; }
.stars { position: absolute; top: 20px; right: 24px; font-size: 1.6rem; letter-spacing: 0.18em; }
.question-mark { font-family: "Modak"; font-size: 12rem; line-height: 0.6; }
.question-art p { position: absolute; bottom: 28px; font-family: "Archivo Black"; font-size: 1.8rem; }

.product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
}
.product-name { margin: 0 0 5px; font-family: "Archivo Black"; font-size: 1rem; }
.product-meta { margin: 0; font-size: 0.83rem; opacity: 0.66; }
.add-button { min-height: 42px; padding: 10px 14px; font-size: 0.75rem; }
.text-link { font-family: "Archivo Black"; text-decoration: underline; }

.manifesto {
  background: var(--pink);
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
}
.manifesto h2 { max-width: 1100px; font-size: clamp(3rem, 7vw, 7.6rem); line-height: 0.89; }
.manifesto > p:last-child { max-width: 780px; margin: 32px 0 0 auto; font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.45; }

.signup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  background: var(--black);
  color: var(--pink);
}
.signup h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: 0.92; }
.signup-form { display: flex; align-items: stretch; }
.signup-form input {
  flex: 1;
  min-width: 0;
  border: 2px solid var(--pink);
  border-right: 0;
  background: transparent;
  color: var(--pink);
  padding: 16px 18px;
  outline: none;
}
.signup-form input::placeholder { color: var(--pink-soft); }
.signup-form button { border-color: var(--pink); background: var(--pink); color: var(--black); }
.form-message { grid-column: 2; margin: -26px 0 0; font-size: 0.9rem; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: var(--pink);
  border-top: 2px solid var(--black);
  font-size: 0.85rem;
}
.footer-brand { font-family: "Archivo Black"; }

.bag-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  max-width: min(360px, calc(100vw - 44px));
  padding: 14px 18px;
  border: 2px solid var(--black);
  background: var(--white);
  font-family: "Archivo Black";
  transform: translateY(140%);
  transition: transform 0.25s ease;
}
.bag-toast.show { transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .brand { white-space: normal; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 500px; }
  .product-grid { grid-template-columns: 1fr; }
  .signup { grid-template-columns: 1fr; }
  .form-message { grid-column: 1; margin: -20px 0 0; }
}

@media (max-width: 560px) {
  .section-pad { padding: 52px 18px; }
  .nav { width: 100%; justify-content: space-between; }
  .hero { min-height: auto; }
  .hero-art { min-height: 410px; }
  .drop-intro { align-items: flex-start; flex-direction: column; }
  .drop-kicker { text-align: left; }
  .signup-form { flex-direction: column; gap: 10px; }
  .signup-form input { border-right: 2px solid var(--pink); }
  .footer { flex-direction: column; align-items: flex-start; }
}
