:root {
  --ink: #1d1712;
  --cream: #f4ead7;
  --sand: #d9c6a3;
  --burnt: #bf4a2a;
  --red: #e4413b;
  --pink: #ff8da1;
  --acid: #d8f444;
  --white: #fffdf7;
  --brown: #5b2f20;
  --line: rgba(29,23,18,.2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 999;
  top: 1rem;
  left: 1rem;
  padding: .7rem 1rem;
  background: var(--white);
  border: 2px solid var(--ink);
}

.wrap {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244,234,215,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 235px;
}

.site-nav {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.site-nav a {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav a:last-child {
  padding: .68rem .95rem;
  color: var(--cream);
  background: var(--ink);
}

.menu-button {
  display: none;
  padding: .5rem;
  border: 0;
  background: none;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.hero-texture {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.32) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,.2) 0 1px, transparent 1.5px);
  background-size: 19px 19px, 29px 29px;
}

.hero-ribbon {
  position: absolute;
  top: 76px;
  right: -170px;
  z-index: 2;
  width: 620px;
  padding: .8rem 0;
  color: var(--ink);
  background: var(--acid);
  border-top: 3px solid var(--cream);
  border-bottom: 3px solid var(--cream);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-align: center;
  transform: rotate(28deg);
}

.hero-grid {
  position: relative;
  z-index: 3;
  min-height: 720px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 2rem;
  align-items: center;
  padding: 70px 0 80px;
}

.overline {
  margin: 0 0 1rem;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.overline.dark { color: var(--burnt); }

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

h1, h2, h3 {
  line-height: .93;
  letter-spacing: -.055em;
}

h1 {
  margin-bottom: 1.7rem;
  font-size: clamp(4.7rem, 9.2vw, 8.4rem);
  text-transform: uppercase;
}

h1 span {
  color: var(--pink);
}

.hero-intro {
  max-width: 590px;
  font-size: 1.12rem;
  color: rgba(244,234,215,.78);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.3rem;
  align-items: center;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: .85rem 1.2rem;
  border: 2px solid var(--ink);
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.btn-light {
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream);
}

.btn-acid {
  color: var(--ink);
  background: var(--acid);
}

.text-link {
  color: var(--cream);
  font-weight: 900;
  text-decoration: none;
}

.text-link span {
  color: var(--acid);
}

.hero-art {
  position: relative;
  min-height: 560px;
}

.orbit {
  position: absolute;
  border: 2px solid rgba(244,234,215,.25);
  border-radius: 50%;
}

.orbit-one {
  width: 480px;
  height: 480px;
  left: 8%;
  top: 5%;
}

.orbit-two {
  width: 330px;
  height: 330px;
  right: 3%;
  bottom: 6%;
}

.jerky-strip {
  position: absolute;
  border: 4px solid var(--cream);
  box-shadow: 12px 14px 0 rgba(0,0,0,.32);
  clip-path: polygon(8% 0, 95% 4%, 100% 88%, 89% 100%, 3% 94%, 0 12%);
}

.strip-beef {
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(255,255,255,.08) 10% 13%, transparent 13% 32%, rgba(0,0,0,.18) 32% 38%, transparent 38%),
    var(--brown);
}

.strip-sweet {
  background:
    linear-gradient(90deg, rgba(255,255,255,.25), transparent 16% 83%, rgba(255,255,255,.18)),
    var(--red);
}

.strip-sour {
  background:
    radial-gradient(circle, rgba(255,255,255,.55) 0 1px, transparent 1.5px),
    var(--acid);
  background-size: 12px 12px;
}

.strip-1 {
  width: 118px;
  height: 430px;
  left: 17%;
  top: 10%;
  transform: rotate(-19deg);
}

.strip-2 {
  width: 96px;
  height: 360px;
  left: 37%;
  top: 21%;
  transform: rotate(9deg);
}

.strip-3 {
  width: 110px;
  height: 410px;
  right: 20%;
  top: 4%;
  transform: rotate(18deg);
}

.strip-4 {
  width: 88px;
  height: 310px;
  right: 4%;
  top: 29%;
  transform: rotate(-9deg);
}

.strip-5 {
  width: 78px;
  height: 270px;
  left: 52%;
  bottom: 0;
  transform: rotate(-27deg);
}

.hero-seal {
  position: absolute;
  z-index: 5;
  right: 6%;
  bottom: 4%;
  width: 165px;
  height: 165px;
  display: grid;
  place-content: center;
  color: var(--ink);
  background: var(--cream);
  border: 4px solid var(--ink);
  border-radius: 50%;
  text-align: center;
  transform: rotate(8deg);
}

.hero-seal span {
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.hero-seal strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.brand-statement {
  padding: 78px 0;
  background: var(--acid);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.statement-grid {
  display: grid;
  grid-template-columns: .2fr 1fr;
  gap: 2rem;
  align-items: start;
}

.statement-number {
  font-size: 4.5rem;
  font-weight: 950;
  line-height: 1;
  opacity: .32;
}

.statement-grid p {
  margin: 0;
  font-size: clamp(2rem, 4.7vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.story-section {
  padding: 110px 0;
  background: var(--cream);
}

.story-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.story-heading h2,
.lineup-head h2,
.flavor-lab h2,
.signup-copy h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 6.2rem);
  text-transform: uppercase;
}

.story-copy {
  padding-top: 2.3rem;
  font-size: 1.1rem;
}

.story-rule {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.story-rule span {
  padding: 1.2rem;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-align: center;
}

.story-rule span + span {
  border-left: 2px solid var(--ink);
}

.lineup-section {
  background: var(--sand);
}

.lineup-head {
  padding: 95px 0 60px;
}

.flavor-panel {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid var(--ink);
}

.flavor-panel:last-child {
  border-bottom: 3px solid var(--ink);
}

.panel-copy,
.panel-visual {
  min-height: 680px;
}

.panel-copy {
  position: relative;
  padding: 5.2rem max(3rem, calc((100vw - 1180px)/2));
}

.panel-copy h3 {
  margin: 1.8rem 0 1.4rem;
  font-size: clamp(3.8rem, 7vw, 7rem);
  text-transform: uppercase;
}

.panel-copy > p:not(.panel-type) {
  max-width: 570px;
  font-size: 1.08rem;
}

.panel-count {
  position: absolute;
  right: 2.4rem;
  top: 1.5rem;
  font-size: 6rem;
  font-weight: 950;
  line-height: 1;
  opacity: .12;
}

.panel-type {
  margin: 0;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.notes {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 2rem 0 3rem;
}

.notes span {
  padding: .45rem .72rem;
  border: 1px solid currentColor;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.interest-link {
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.panel-visual {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.panel-beef {
  color: var(--cream);
  background: var(--brown);
}

.panel-beef .panel-visual {
  background:
    linear-gradient(30deg, transparent 0 48%, rgba(244,234,215,.09) 48% 52%, transparent 52%),
    var(--burnt);
  background-size: 34px 34px;
}

.panel-sweet {
  color: var(--ink);
  background: var(--pink);
}

.panel-sweet .panel-visual {
  background:
    radial-gradient(circle, rgba(255,255,255,.55) 0 2px, transparent 2.5px),
    var(--acid);
  background-size: 22px 22px;
}

.package {
  width: 330px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border: 5px solid var(--ink);
  box-shadow: 18px 20px 0 var(--ink);
  transform: rotate(-5deg);
  text-align: left;
}

.package img {
  width: 210px;
  margin-bottom: 2.2rem;
}

.package small,
.package em {
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .15em;
}

.package strong {
  margin: 1rem 0 1.2rem;
  font-size: 3.1rem;
  line-height: .9;
}

.package-beef {
  color: var(--cream);
  background: var(--ink);
}

.package-sweet {
  color: var(--ink);
  background: var(--pink);
  transform: rotate(5deg);
}

.flavor-lab {
  padding: 105px 0;
  background: var(--cream);
}

.flavor-lab-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 3rem;
}

.flavor-list {
  border-top: 2px solid var(--ink);
}

.flavor-list > div {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 2px solid var(--ink);
}

.flavor-list span {
  font-size: .75rem;
  font-weight: 950;
}

.flavor-list strong {
  text-transform: uppercase;
}

.flavor-list em {
  font-size: .9rem;
  font-style: normal;
  color: rgba(29,23,18,.65);
}

.signup-section {
  padding: 100px 0;
  color: var(--cream);
  background: var(--ink);
}

.signup-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 3rem;
}

.signup-logo {
  width: 300px;
  margin-bottom: 3rem;
}

.signup-copy p:not(.overline) {
  max-width: 520px;
  color: rgba(244,234,215,.72);
}

.signup-copy a {
  color: var(--acid);
  font-weight: 900;
}

.signup-form {
  padding: 1.6rem;
  color: var(--ink);
  background: var(--cream);
  border: 3px solid var(--cream);
  box-shadow: 12px 14px 0 var(--red);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: block;
  margin-bottom: 1rem;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  margin-top: .45rem;
  padding: .9rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 0;
}

textarea { resize: vertical; }

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 1.2rem;
  margin: .8rem 0 0;
  font-size: .85rem;
  font-weight: 800;
}

.site-footer {
  padding: 1.5rem 0;
  color: var(--cream);
  background: #0b0806;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
}

.footer-logo {
  width: 170px;
}

.footer-grid p {
  margin: 0;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .hero-grid,
  .story-layout,
  .flavor-lab-grid,
  .signup-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-art {
    min-height: 520px;
  }

  .story-rule {
    grid-column: 1;
  }

  .flavor-panel {
    grid-template-columns: 1fr;
  }

  .panel-sweet .panel-copy {
    order: 1;
  }

  .panel-sweet .panel-visual {
    order: 2;
  }

  .panel-copy,
  .panel-visual {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .logo {
    width: 190px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 84px;
    left: 17px;
    right: 17px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .7rem;
    color: var(--ink);
    background: var(--cream);
    border: 2px solid var(--ink);
    box-shadow: 7px 8px 0 var(--burnt);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: .85rem;
  }

  .site-nav a:last-child {
    color: var(--cream);
  }

  .hero-ribbon {
    display: none;
  }

  .hero-grid {
    padding-top: 50px;
  }

  .hero-art {
    min-height: 430px;
  }

  .orbit-one {
    width: 360px;
    height: 360px;
  }

  .orbit-two {
    width: 250px;
    height: 250px;
  }

  .strip-1 { width: 88px; height: 320px; }
  .strip-2 { width: 72px; height: 280px; }
  .strip-3 { width: 84px; height: 315px; }
  .strip-4 { width: 65px; height: 235px; }
  .strip-5 { width: 58px; height: 200px; }

  .hero-seal {
    width: 125px;
    height: 125px;
  }

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

  .story-rule {
    grid-template-columns: 1fr;
  }

  .story-rule span + span {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }

  .panel-copy {
    padding: 4rem 1.2rem;
  }

  .panel-visual {
    min-height: 500px;
  }

  .flavor-list > div {
    grid-template-columns: 48px 1fr;
  }

  .flavor-list em {
    grid-column: 2;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 480px) {
  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .hero-art {
    min-height: 370px;
  }

  .strip-1 { left: 7%; }
  .strip-2 { left: 31%; }
  .strip-3 { right: 17%; }
  .strip-4 { right: 0; }
  .strip-5 { left: 49%; }

  .package {
    width: 265px;
    min-height: 410px;
  }

  .package strong {
    font-size: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
