/* Boba: mint paper, pearl ink, brown-sugar tickets. Cup + pearl language. Not a mill map. */
:root {
  --ink: #134e4a;
  --paper: #ecfdf5;
  --accent: #0f766e;
  --primary: #0f766e;
  --surface: #ccfbf1;
  --muted: #115e59;
  --accent-2: #c45c26;
  --color-background: #ecfdf5;
  --color-header: #134e4a;
  --color-footer: #134e4a;
  --color-text: #134e4a;
  --color-accent: #0f766e;
  --color-on-primary: #ecfdf5;
  --font-display: "M PLUS Rounded 1c", "Nunito", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
}
html, body { background: #ecfdf5; color: #134e4a; }
.site-header { background: #134e4a; color: #ecfdf5; border-bottom: 0; }
.site-header a, .nav-desktop a, .nav-mobile summary { color: #ecfdf5; }
.nav-mobile__sheet { background: #134e4a; }
.lockup__word--typeset { color: #ecfdf5; font-weight: 800; letter-spacing: 0.02em; }
.lockup__mark { background: #ecfdf5; border-radius: 0.55rem; }

.boba-app {
  padding: 0 0 2rem;
  max-width: 72rem;
  margin-inline: auto;
}
.site-main.app-stage { max-width: 72rem; margin-inline: auto; }

.boba-hero {
  position: relative;
  isolation: isolate;
  min-height: 20rem;
  max-height: 28rem;
  margin: 0.75rem var(--pad-inline, 1.5rem) 0;
  border-radius: 1.35rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 13rem);
  align-items: end;
  background: #134e4a;
}
@media (min-width: 1280px) {
  .boba-hero { min-height: 22rem; max-height: 26rem; }
}
.boba-hero__stock {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.boba-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, color-mix(in oklab, #134e4a 88%, transparent) 0%, color-mix(in oklab, #134e4a 42%, transparent) 58%, transparent 82%),
    linear-gradient(180deg, transparent 40%, color-mix(in oklab, #134e4a 55%, transparent) 100%);
}
.boba-hero__copy {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1.2rem 1.15rem;
  color: #ecfdf5;
  max-width: 38rem;
}
.boba-hero__copy h1 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 1.2rem + 2.6vw, 3.1rem);
  line-height: 1.08;
  color: #ecfdf5;
}
.boba-hero__copy .lede {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 0.94rem + 0.3vw, 1.15rem);
  line-height: 1.5;
  color: #ecfdf5;
}
.boba-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.boba-hero__ctas .btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #8f3a12;
  color: #fff6ea;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.45rem 0.95rem;
  min-height: 2.4rem;
}
.boba-hero__ctas .btn--ghost {
  background: color-mix(in oklab, #ecfdf5 18%, transparent);
  color: #ecfdf5;
  border: 2px solid #99f6e4;
}
.boba-hero__sprite {
  position: relative;
  z-index: 3;
  width: auto;
  max-height: min(18rem, 72%);
  height: auto;
  justify-self: end;
  align-self: end;
  margin: 0 0.2rem 0 0;
  filter: drop-shadow(0 10px 22px color-mix(in oklab, #042f2e 55%, transparent));
  pointer-events: none;
}

.kit-mosaic {
  padding: 0.85rem var(--pad-inline, 1.5rem) 0.35rem;
}
.kit-mosaic__head {
  display: grid;
  grid-template-columns: minmax(11rem, 18rem) minmax(0, 1fr);
  gap: 0.7rem 1rem;
  align-items: start;
  margin: 0 0 0.7rem;
}
.kit-mosaic__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.05rem + 0.5vw, 1.55rem);
}
.kit-mosaic__head p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
}
.kit-mosaic__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}
.kit-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.28rem;
  margin: 0;
  padding: 0.4rem 0.45rem 0.55rem;
  background: #f0fdfa;
  border: 2px solid color-mix(in oklab, #0f766e 22%, transparent);
  border-radius: 0.85rem;
  min-width: 0;
}
.kit-card img {
  width: 100%;
  height: 9rem;
  max-height: 9rem;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  background: #ccfbf1;
}
.kit-card h3 {
  margin: 0.1rem 0 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}
.kit-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #115e59;
}
.get-this {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  margin: 0.15rem 0 0;
  padding: 0.22rem 0.7rem;
  min-height: 2rem;
  border-radius: 999px;
  background: #8f3a12;
  color: #fff6ea !important;
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: none;
  white-space: nowrap;
}

.shop-tickets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0 var(--pad-inline, 1.5rem) 1.4rem;
}
.boba-app > h2 {
  padding: 0.7rem var(--pad-inline, 1.5rem) 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.05rem + 0.5vw, 1.55rem);
}
.shop-tickets a {
  background: #fff6ea;
  border: 2px dashed #c45c26;
  border-radius: 0.85rem;
  padding: 0.55rem 0.7rem;
  min-height: 4.2rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  font-size: 0.92rem;
}
.shop-tickets a strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 800;
}
.shop-tickets a span { color: #5c3320; }

.nav-desktop a.cta-character,
.nav-mobile__sheet a.cta-character {
  background: #8f3a12;
  color: #fff6ea;
  border-color: #f6d5b8;
}

@media (min-width: 860px) {
  .nav-desktop {
    display: inline-flex;
    flex-wrap: nowrap !important;
    white-space: nowrap;
  }
}

@media (max-width: 820px) {
  .boba-hero { grid-template-columns: 1fr; min-height: 20rem; }
  .boba-hero__sprite {
    max-height: 11rem;
    justify-self: end;
    margin: -2.5rem 0.4rem 0.4rem auto;
  }
  .kit-mosaic__head { grid-template-columns: 1fr; }
  .kit-mosaic__grid { grid-template-columns: 1fr 1fr; }
  .shop-tickets { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .kit-mosaic__grid, .shop-tickets { grid-template-columns: 1fr 1fr; }
  .kit-card img { height: 6.2rem; max-height: 6.2rem; }
}
