:root {
  --cream: #fffaf4;
  --cream-deep: #f9ead9;
  --navy: #062b50;
  --green: #004117;
  --green-bright: #096421;
  --red: #e0171c;
  --red-deep: #bf1014;
  --yellow: #f8b400;
  --pink: #f7aaa2;
  --blue-soft: #9bd7f2;
  --ink: #111316;
  --line: #f0d8bd;
  --shadow: 0 18px 36px rgba(41, 28, 13, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(248, 180, 0, 0.08), transparent 22rem),
    radial-gradient(circle at 88% 36%, rgba(224, 23, 28, 0.06), transparent 24rem),
    var(--cream);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
}

button,
input {
  font: inherit;
}

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

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

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(7rem, 11rem) minmax(16rem, 28rem) minmax(10rem, 12.4rem);
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 5.75rem;
  padding: 0.42rem clamp(1.1rem, 5vw, 4.2rem) 0.35rem;
  border-bottom: 2px solid var(--line);
}

.brand {
  width: clamp(7.4rem, 13vw, 10.9rem);
}

.brand img {
  filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.04));
}

.coming-soon {
  justify-self: center;
  width: min(100%, 21.5rem);
}

.coming-soon img {
  width: 100%;
  filter: drop-shadow(0 6px 0 rgba(6, 43, 80, 0.06));
}

.header-cta,
.waitlist-form button {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-height: 3.65rem;
  border: 0;
  border-radius: 1rem;
  color: white;
  background: linear-gradient(130deg, var(--green-bright), var(--green));
  box-shadow: 0 9px 0 rgba(0, 42, 13, 0.16), 0 18px 26px rgba(0, 65, 23, 0.16);
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta {
  justify-self: end;
  min-width: min(100%, 12.4rem);
  padding: 0 1.2rem;
  font-size: clamp(0.92rem, 1.35vw, 1.08rem);
}

.header-cta:hover,
.waitlist-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 0 rgba(0, 42, 13, 0.16), 0 22px 30px rgba(0, 65, 23, 0.18);
}

.header-cta:focus-visible,
.waitlist-form button:focus-visible,
.waitlist-form input:focus-visible {
  outline: 4px solid rgba(248, 180, 0, 0.52);
  outline-offset: 4px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(25rem, 1fr) minmax(23rem, 1fr);
  column-gap: clamp(1rem, 2.6vw, 2.6rem);
  row-gap: 1.15rem;
  max-width: 76rem;
  margin: 0 auto;
  padding: clamp(0.9rem, 2vw, 1.4rem) clamp(1.25rem, 5vw, 3.6rem) 1.15rem;
}

.copy-panel {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  padding-top: 0;
}

.form-panel {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
}

h1 {
  max-width: 35rem;
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(2.75rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.headline-line {
  display: block;
  white-space: nowrap;
}

h1 .headline-line {
  color: inherit;
}

h1 .headline-accent {
  color: var(--red);
}

.hero-copy {
  margin: 0 0 1.05rem;
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  line-height: 1.22;
}

.note {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin: 0 0 1.55rem;
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  line-height: 1.2;
}

.note svg {
  flex: 0 0 1.45rem;
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: var(--red);
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(11rem, 1fr) minmax(11.6rem, 13.2rem);
  gap: 0.75rem;
  max-width: 35rem;
}

.waitlist-form input {
  width: 100%;
  min-height: 4.8rem;
  padding: 0 1.35rem;
  border: 2px solid var(--line);
  border-radius: 1.05rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.waitlist-form input::placeholder {
  color: #747474;
}

.waitlist-form button {
  min-height: 4.8rem;
  padding: 0 1.05rem;
  border-radius: 1.05rem;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: 0 8px 0 rgba(152, 0, 5, 0.16), 0 18px 26px rgba(224, 23, 28, 0.15);
  font-size: clamp(0.98rem, 1.5vw, 1.16rem);
}

.form-message {
  min-height: 1.6rem;
  margin: 0.8rem 0 0;
  color: var(--green);
  font-weight: 800;
}

.form-message.is-error {
  color: var(--red-deep);
}

.product-panel {
  position: relative;
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-items: center;
  justify-items: end;
  min-height: clamp(29rem, calc(100vh - 8rem), 34.2rem);
}

.product-stage {
  position: relative;
  width: min(100%, 35rem);
  aspect-ratio: 1.05;
}

.product-card {
  position: absolute;
}

.product-card::after {
  position: absolute;
  right: 9%;
  bottom: 0.2rem;
  left: 8%;
  z-index: -1;
  height: 3rem;
  border-radius: 50%;
  background: rgba(160, 116, 53, 0.18);
  content: "";
  filter: blur(0.5px);
}

.before {
  z-index: 1;
  top: 0;
  left: 30%;
  width: 47%;
}

.before img {
  transform: rotate(-1deg);
}

.after {
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 104%;
}

.after img {
  filter: drop-shadow(0 24px 20px rgba(30, 18, 7, 0.12));
}

.tag {
  position: absolute;
  z-index: 5;
  display: inline-grid;
  place-items: center;
  min-width: 7.5rem;
  min-height: 2.55rem;
  padding: 0.3rem 1rem;
  clip-path: polygon(8% 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
  color: white;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.tag-blue {
  top: -0.7rem;
  left: 3.05rem;
  background: var(--navy);
}

.tag-red {
  top: -1rem;
  left: 43%;
  background: var(--red);
  transform: rotate(6deg);
}

.arrow-doodle {
  position: absolute;
  z-index: 4;
  top: 18.5%;
  right: 8.4%;
  width: 12.2%;
  color: var(--navy);
  transform: rotate(-16deg);
}

.benefits-section {
  max-width: 72rem;
  margin: 1.3rem auto clamp(2.9rem, 6vw, 4.4rem);
  padding: 0;
}

.benefits-title {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 3rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 2rem);
  padding: 1.8rem clamp(1rem, 3.3vw, 2.35rem);
  border: 2px solid var(--line);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.24);
}

.benefit {
  display: grid;
  place-items: center;
  gap: 0.78rem;
  min-width: 0;
  text-align: center;
}

.benefit p {
  margin: 0;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.25;
}

.benefit-art {
  width: 100%;
  max-width: 18.5rem;
  height: clamp(11rem, 21vw, 16.2rem);
  object-fit: contain;
  object-position: center bottom;
}

.divider {
  width: 2px;
  height: 31rem;
  background: var(--line);
}

.faq {
  max-width: 62rem;
  margin: 0 auto clamp(4.8rem, 7vw, 6.3rem);
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.faq h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 0.78rem;
}

.faq details {
  border: 2px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.34);
  overflow: hidden;
}

.faq summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 4.1rem;
  padding: 1rem 1.25rem;
  color: var(--navy);
  cursor: pointer;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 900;
  line-height: 1.15;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: white;
  background: var(--green);
  content: "+";
  font-size: 1.45rem;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

.faq details[open] summary::after {
  background: var(--red);
  content: "-";
  transform: rotate(180deg);
}

.faq summary:focus-visible {
  outline: 4px solid rgba(248, 180, 0, 0.52);
  outline-offset: 4px;
}

.faq details p {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.45;
}

.footer-band {
  position: relative;
  min-height: 7.55rem;
  color: white;
  background: var(--navy);
}

.footer-band::before {
  position: absolute;
  top: -2.2rem;
  left: -6%;
  width: 112%;
  height: 4.8rem;
  border-radius: 50% 50% 0 0;
  background: var(--navy);
  content: "";
}

.footer-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.25rem;
  max-width: 64rem;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 0.85rem;
  text-align: center;
}

.footer-title {
  margin: 0;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 4px 0 rgba(255, 255, 255, 0.12);
}

.footer-content p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 2vw, 1.23rem);
}

.rays,
.spark {
  pointer-events: none;
}

.rays {
  position: absolute;
  width: 3rem;
  height: 3rem;
}

.rays span {
  position: absolute;
  display: block;
  width: 0.26rem;
  height: 1.1rem;
  border-radius: 99px;
  background: var(--yellow);
  transform-origin: 50% 50%;
}

.rays-header {
  top: -1.25rem;
  right: -1.25rem;
}

.rays-header span:nth-child(1) {
  top: 0.05rem;
  left: 1.05rem;
  transform: rotate(16deg);
}

.rays-header span:nth-child(2) {
  top: 0.55rem;
  left: 1.78rem;
  transform: rotate(50deg);
}

.rays-header span:nth-child(3) {
  top: 1.33rem;
  left: 2.12rem;
  transform: rotate(82deg);
}

.rays-button {
  top: -1.05rem;
  right: -0.8rem;
  transform: scale(0.72);
}

.rays-button span:nth-child(1) {
  top: 0.05rem;
  left: 1.05rem;
  transform: rotate(16deg);
}

.rays-button span:nth-child(2) {
  top: 0.55rem;
  left: 1.78rem;
  transform: rotate(50deg);
}

.rays-button span:nth-child(3) {
  top: 1.33rem;
  left: 2.12rem;
  transform: rotate(82deg);
}

.rays-title {
  top: -0.35rem;
  left: -1.7rem;
  transform: scale(0.78);
}

.rays-title span:nth-child(1) {
  top: 0.38rem;
  left: 1.25rem;
  transform: rotate(-44deg);
}

.rays-title span:nth-child(2) {
  top: 1.15rem;
  left: 0.55rem;
  transform: rotate(-82deg);
}

.rays-title span:nth-child(3) {
  top: 1.95rem;
  left: 1.12rem;
  transform: rotate(-124deg);
}

.rays-after {
  left: 10%;
  bottom: 38%;
  transform: scale(0.72);
}

.rays-after span:nth-child(1),
.rays-footer-left span:nth-child(1) {
  top: 0.38rem;
  left: 1.25rem;
  transform: rotate(-44deg);
}

.rays-after span:nth-child(2),
.rays-footer-left span:nth-child(2) {
  top: 1.15rem;
  left: 0.55rem;
  transform: rotate(-82deg);
}

.rays-after span:nth-child(3),
.rays-footer-left span:nth-child(3) {
  top: 1.95rem;
  left: 1.12rem;
  transform: rotate(-124deg);
}

.rays-footer-left {
  top: 1.05rem;
  left: clamp(1.4rem, 16vw, 10rem);
  transform: scale(0.72);
}

.rays-footer-right {
  top: 1.05rem;
  right: clamp(1.4rem, 16vw, 10rem);
  transform: scale(0.72);
}

.rays-footer-right span:nth-child(1) {
  top: 0.38rem;
  left: 1.48rem;
  transform: rotate(44deg);
}

.rays-footer-right span:nth-child(2) {
  top: 1.15rem;
  left: 2.18rem;
  transform: rotate(82deg);
}

.rays-footer-right span:nth-child(3) {
  top: 1.95rem;
  left: 1.6rem;
  transform: rotate(124deg);
}

.spark {
  position: absolute;
  width: 1.7rem;
  height: 2.4rem;
}

.spark::before,
.spark::after {
  position: absolute;
  inset: 0;
  margin: auto;
  background: currentColor;
  border-radius: 99px;
  content: "";
}

.spark::before {
  width: 0.23rem;
  height: 100%;
}

.spark::after {
  width: 100%;
  height: 0.23rem;
}

.sparkle-one {
  top: 52%;
  left: 1%;
  color: var(--pink);
}

.sparkle-two {
  right: -3%;
  bottom: 41%;
  color: var(--blue-soft);
}

.sparkle-three {
  right: -2%;
  bottom: 11%;
  color: var(--pink);
}

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(7rem, 1fr) auto;
    min-height: auto;
    padding: 0.8rem 1rem;
  }

  .coming-soon {
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(100%, 19rem);
    margin-top: -0.25rem;
  }

  .brand {
    width: clamp(8rem, 30vw, 10.8rem);
  }

  .header-cta {
    min-width: 0;
    min-height: 3.4rem;
    padding: 0 1.15rem;
    border-radius: 1rem;
  }

  .hero {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    padding-top: 1.05rem;
  }

  .copy-panel {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }

  .product-panel {
    grid-column: 1;
    grid-row: 2;
  }

  .form-panel {
    grid-column: 1;
    grid-row: 3;
  }

  h1,
  .waitlist-form {
    margin-right: auto;
    margin-left: auto;
  }

  .note {
    justify-content: center;
  }

  .product-panel {
    min-height: 36rem;
    max-width: 36rem;
    width: 100%;
    margin: 0 auto;
  }

  .product-stage {
    width: min(100%, 35rem);
  }

  .rays-title {
    display: none;
  }

  .benefits-section {
    width: calc(100% - 2rem);
    margin-bottom: 4rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 0.65rem;
    padding: 0.48rem 0.85rem 0.42rem;
  }

  .coming-soon {
    width: min(100%, 15.5rem);
    margin-top: -0.35rem;
  }

  .header-cta {
    min-height: 2.9rem;
    padding: 0 0.85rem;
    border-radius: 0.8rem;
    font-size: 0.82rem;
  }

  .rays-header {
    display: none;
  }

  h1 {
    margin-bottom: 0.55rem;
    font-size: clamp(1.85rem, 8.7vw, 2.25rem);
    line-height: 0.98;
  }

  .hero-copy {
    max-width: 22rem;
    margin: 0 auto 0.62rem;
    font-size: 1rem;
    line-height: 1.22;
  }

  .note {
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 0;
    font-size: 0.88rem;
  }

  .note svg {
    flex-basis: 1.15rem;
    width: 1.15rem;
    height: 1.15rem;
  }

  .product-panel {
    min-height: 0;
    max-width: 25rem;
    margin-top: 0.15rem;
  }

  .product-stage {
    width: min(100%, 22.4rem);
  }

  .waitlist-form {
    grid-template-columns: 1fr;
    max-width: 23rem;
  }

  .waitlist-form input,
  .waitlist-form button {
    min-height: 4.05rem;
  }

  .tag {
    min-width: 5.75rem;
    min-height: 2rem;
    font-size: 0.9rem;
  }

  .tag-blue {
    left: 2rem;
  }

  .tag-red {
    left: 36%;
  }

  .benefits {
    grid-template-columns: 1fr;
    gap: 1.7rem;
    padding: 1.4rem 1.1rem;
  }

  .divider {
    width: 100%;
    height: 2px;
  }

  .benefit {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.55rem;
    text-align: center;
  }

  .benefit p {
    font-size: clamp(1.4rem, 7vw, 1.8rem);
  }

  .benefit-art {
    max-width: 19rem;
    height: clamp(14rem, 64vw, 18rem);
  }

  .faq {
    margin-bottom: 4.7rem;
  }

  .faq summary {
    min-height: 3.75rem;
    padding: 0.9rem 1rem;
  }

  .faq details p {
    padding: 0 1rem 1rem;
  }

  .footer-band {
    min-height: 8rem;
  }

  .rays-footer-left,
  .rays-footer-right {
    display: none;
  }
}

@media (max-width: 420px) {
  .site-header {
    align-items: center;
  }

  .brand {
    width: 7.2rem;
  }

  .header-cta {
    min-height: 2.65rem;
    padding: 0 0.72rem;
    font-size: 0.76rem;
  }

  .coming-soon {
    width: min(100%, 13.8rem);
  }

  .hero {
    padding-right: 0.95rem;
    padding-left: 0.95rem;
  }

  h1 {
    font-size: clamp(1.85rem, 8.8vw, 2.18rem);
  }

  .hero-copy {
    font-size: 0.95rem;
  }

  .product-panel {
    max-width: 23rem;
  }

  .product-stage {
    width: min(100%, 20.8rem);
  }

  .after {
    width: 107%;
  }
}
