:root {
  --tomato: #e84a3a;
  --mango: #f6b73c;
  --mint: #2ea66f;
  --blueberry: #4764d8;
  --ink: #2b2522;
  --paper: #fffaf3;
  --cream: #fff4df;
  --line: rgba(43, 37, 34, .13);
  --shadow: 0 1.4rem 4rem rgba(43, 37, 34, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(246, 183, 60, .38), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(232, 74, 58, .2), transparent 26rem),
    linear-gradient(135deg, #fff8ec 0%, #fffdf8 48%, #fff1dc 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(43, 37, 34, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 37, 34, .045) 1px, transparent 1px);
  background-size: 2.7rem 2.7rem;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

a {
  color: inherit;
}

.site-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 2.5rem;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  padding: .55rem .65rem;
  background: rgba(255, 250, 243, .66);
  box-shadow: 0 .9rem 2.2rem rgba(43, 37, 34, .09);
  backdrop-filter: blur(18px) saturate(1.2);
}

.brand,
.launch-nav,
.hero-actions,
.ballot-header,
.meal-ticket,
.vote-line {
  display: flex;
  align-items: center;
}

.brand {
  gap: .65rem;
  padding: .2rem .65rem .2rem .25rem;
  color: var(--tomato);
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: .7rem;
  box-shadow: 0 .45rem 1rem rgba(232, 74, 58, .22);
}

.launch-nav {
  gap: .25rem;
}

.launch-nav a {
  border-radius: 999px;
  padding: .5rem .8rem;
  color: #6d5b53;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
}

.launch-nav a:hover {
  color: #fff;
  background: var(--tomato);
}

.hero {
  display: grid;
  gap: 2rem;
  align-items: start;
  padding: clamp(.7rem, 1.6vw, 1.5rem) 0 3rem;
}

.hero-copy {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(232, 74, 58, .18);
  border-radius: 999px;
  padding: .42rem .78rem;
  color: #8b4b31;
  background: rgba(255, 255, 255, .7);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 .5rem 1.3rem rgba(43, 37, 34, .07);
}

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

h1 {
  max-width: 12.5ch;
  margin: 1rem 0;
  font-size: clamp(3.2rem, 7.4vw, 6.3rem);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 900;
  overflow-wrap: normal;
}

h2 {
  margin-bottom: .75rem;
  font-size: clamp(2rem, 4.5vw, 4.25rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 900;
}

h3 {
  margin-bottom: .4rem;
  font-size: 1.25rem;
  font-weight: 900;
}

.lede {
  max-width: 40rem;
  color: #69564d;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
  font-weight: 650;
}

.hero-actions {
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.55rem 0 .75rem;
}

.store-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .75rem;
}

.store-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .42rem .72rem;
  color: #735f57;
  background: rgba(255, 255, 255, .64);
  font-size: .82rem;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  border-radius: 999px;
  padding: .85rem 1.2rem;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--tomato), var(--mango));
  box-shadow: 0 .9rem 2.2rem rgba(232, 74, 58, .24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
}

.tiny-proof {
  color: #8a756a;
  font-size: .94rem;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 33rem;
}

.ballot-card {
  position: relative;
  margin-top: 6.5rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 2rem;
  padding: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 244, 223, .72));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.floating-dish {
  position: absolute;
  z-index: 0;
  width: 10.5rem;
  aspect-ratio: 1;
  object-fit: cover;
  border: .5rem solid rgba(255, 255, 255, .82);
  border-radius: 1.6rem;
  box-shadow: 0 1.2rem 2.6rem rgba(43, 37, 34, .18);
  opacity: .92;
}

.dish-one {
  top: 0;
  right: 1.1rem;
  transform: rotate(7deg);
}

.dish-two {
  bottom: 1rem;
  left: -4.5rem;
  transform: rotate(-10deg);
  opacity: .55;
}

.ballot-card {
  z-index: 1;
}

.ballot-ribbon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  border-radius: 999px;
  padding: .36rem .62rem;
  color: #8b4b31;
  background: rgba(255, 255, 255, .76);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ballot-card::before {
  content: "";
  position: absolute;
  width: 14rem;
  height: 14rem;
  top: -5rem;
  right: -5rem;
  border-radius: 999px;
  background: rgba(246, 183, 60, .28);
}

.ballot-header {
  position: relative;
  gap: .45rem;
  color: #735f57;
  font-size: .84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.status-dot {
  width: .7rem;
  height: .7rem;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 .35rem rgba(46, 166, 111, .14);
}

.meal-ticket {
  position: relative;
  gap: 1rem;
  margin: 1rem 0;
  border-radius: 1.35rem;
  padding: .65rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.meal-ticket img {
  width: 7.2rem;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
}

.meal-ticket strong,
.meal-ticket span {
  display: block;
}

.meal-ticket strong {
  margin-bottom: .3rem;
  font-size: 1.45rem;
  font-weight: 900;
}

.meal-ticket span {
  color: #735f57;
  line-height: 1.35;
  font-weight: 700;
}

.vote-stack {
  display: grid;
  gap: .65rem;
}

.vote-line {
  position: relative;
  justify-content: space-between;
  gap: .75rem;
  border-radius: 1rem;
  padding: .85rem;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(43, 37, 34, .08);
}

.vote-line span {
  color: #735f57;
  font-size: .84rem;
  font-weight: 850;
}

.vote-line strong {
  text-align: right;
  font-weight: 900;
}

.vote-line.approved {
  border-color: rgba(46, 166, 111, .25);
}

.vote-line.spicy {
  border-color: rgba(232, 74, 58, .2);
}

.vote-line.pending {
  border-color: rgba(71, 100, 216, .18);
}

.platforms,
.manifesto,
.gallery,
.closing-card {
  margin-block: 2rem;
}

.platforms {
  display: grid;
  gap: 1rem;
}

.platforms article,
.manifesto,
.gallery,
.closing-card {
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 .9rem 2.4rem rgba(43, 37, 34, .08);
  backdrop-filter: blur(10px);
}

.platforms article {
  padding: 1.2rem;
}

.platform-icon {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  border-radius: .85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--tomato), var(--mango));
  font-weight: 900;
}

.platforms h2 {
  margin-bottom: .45rem;
  font-size: 1.45rem;
  letter-spacing: -.03em;
}

.platforms p,
.manifesto p,
.gallery p,
.closing-card p {
  color: #735f57;
  line-height: 1.55;
  font-weight: 650;
}

.manifesto,
.gallery,
.closing-card {
  padding: clamp(1.15rem, 3vw, 2rem);
}

.manifesto-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.manifesto-grid article {
  border-top: 2px solid rgba(232, 74, 58, .18);
  padding-top: 1rem;
}

.manifesto-grid span {
  color: var(--tomato);
  font-weight: 900;
}

.gallery {
  display: grid;
  gap: 1.5rem;
  overflow: hidden;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 7rem;
  gap: .7rem;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 .8rem 1.4rem rgba(43, 37, 34, .12);
}

.photo-grid .wide {
  grid-column: span 4;
}

.photo-grid .tall {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-grid img:not(.wide):not(.tall) {
  grid-column: span 2;
}

.closing-card {
  margin-bottom: 4rem;
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(246, 183, 60, .42), transparent 18rem),
    linear-gradient(135deg, var(--tomato), #bd2e22);
}

.closing-card .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .25);
}

.closing-card p {
  max-width: 48rem;
  color: rgba(255, 255, 255, .88);
  font-size: 1.1rem;
}

@media (min-width: 760px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(21rem, .72fr);
  }

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

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

  .gallery {
    grid-template-columns: minmax(16rem, .62fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (max-width: 620px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-shell {
    width: calc(100% - 1.1rem);
    max-width: 100%;
    margin-inline: auto;
    overflow: hidden;
  }

  .hero,
  .hero-copy,
  .lede,
  .tiny-proof,
  .store-strip,
  .hero-actions {
    max-width: 100%;
    min-width: 0;
  }

  .topbar {
    top: .5rem;
    border-radius: 1.2rem;
    align-items: center;
    padding-right: .45rem;
  }

  .brand span {
    max-width: 7rem;
    line-height: 1.05;
  }

  .launch-nav {
    display: none;
  }

  h1 {
    max-width: 11.25ch;
    font-size: clamp(3.15rem, 10.8vw, 4.4rem);
    line-height: .9;
    letter-spacing: -.06em;
    text-wrap: balance;
  }

  .lede {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .ballot-card {
    width: 100%;
    margin-top: 0;
    border-radius: 1.35rem;
  }

  .hero-visual {
    min-height: auto;
  }

  .floating-dish {
    display: none;
  }

  .ballot-ribbon {
    position: static;
    display: inline-flex;
    margin-bottom: .65rem;
  }

  .ballot-header {
    margin-bottom: .2rem;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
  }

  .store-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .store-strip span {
    min-width: 0;
    padding-inline: .35rem;
    text-align: center;
    font-size: .76rem;
  }

  .meal-ticket {
    align-items: flex-start;
  }

  .meal-ticket img {
    width: 5.8rem;
  }

  .vote-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .vote-line strong {
    text-align: left;
  }

  .photo-grid {
    grid-auto-rows: 5.8rem;
  }
}
