:root {
  --forest: #203f23;
  --moss: #6f8b3d;
  --leaf: #b7d35c;
  --sun: #f0b444;
  --clay: #9b4d28;
  --rose: #e8899a;
  --paper: #fff4d9;
  --ink: #171812;
  --white: #fffdf5;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--forest);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: "Trebuchet MS", "Source Sans 3", Arial, sans-serif;
  line-height: 1.5;
  background:
    linear-gradient(90deg, rgba(255, 253, 245, .055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 253, 245, .045) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(240, 180, 68, .34), transparent 32%),
    linear-gradient(142deg, #203f23 0%, #2c5128 42%, #173418 100%);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.launch-page {
  min-height: 100svh;
  overflow: hidden;
}

.hero {
  min-height: 78svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5rem);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 7vw, 5.5rem) 0 clamp(1.5rem, 5vw, 4rem);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.kicker {
  width: fit-content;
  margin: 0 0 1rem;
  padding: .42rem .65rem;
  color: var(--paper);
  background: rgba(23, 24, 18, .34);
  border: 2px solid rgba(255, 244, 217, .22);
  border-radius: 6px;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 9vw, 7.4rem);
  line-height: .88;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 6px 0 rgba(23, 24, 18, .2);
}

.intro {
  max-width: 620px;
  margin: 1.35rem 0 0;
  color: #fff4d9;
  font-size: clamp(1.12rem, 2.1vw, 1.45rem);
  font-weight: 700;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.5rem;
}

.status-row span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .45rem .7rem;
  color: var(--ink);
  background: var(--sun);
  border: 2px solid rgba(23, 24, 18, .55);
  border-radius: 6px;
  font-size: .95rem;
  font-weight: 900;
  box-shadow: 4px 5px 0 rgba(23, 24, 18, .2);
}

.status-row span:first-child {
  background: var(--rose);
}

.brand-stage {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  min-height: 420px;
}

.brand-stage::before,
.brand-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 4px solid rgba(23, 24, 18, .72);
}

.brand-stage::before {
  width: min(78vw, 430px);
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(255, 253, 245, .18) 0 25%, transparent 25% 50%, rgba(255, 253, 245, .14) 50% 75%, transparent 75%),
    var(--sun);
  background-size: 42px 42px, auto;
  border-radius: 7px;
  rotate: 5deg;
  box-shadow: 18px 20px 0 rgba(23, 24, 18, .2);
}

.brand-stage::after {
  width: min(68vw, 340px);
  aspect-ratio: 1;
  background: var(--leaf);
  border-radius: 50%;
  rotate: -9deg;
  transform: translate(-14%, 7%);
}

.brand-stage img {
  width: min(72vw, 390px);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 22px rgba(23, 24, 18, .28));
  rotate: -3deg;
}

.stamp {
  position: absolute;
  right: clamp(.2rem, 4vw, 1.5rem);
  bottom: clamp(1.5rem, 6vw, 4rem);
  padding: .5rem .72rem;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 6px;
  font-weight: 900;
  rotate: -8deg;
  box-shadow: 5px 6px 0 rgba(23, 24, 18, .2);
}

.launch-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 4px solid rgba(23, 24, 18, .78);
  background: rgba(23, 24, 18, .78);
}

.launch-strip article {
  min-height: 155px;
  padding: clamp(1.1rem, 3vw, 2rem);
  background: var(--paper);
}

.launch-strip strong {
  display: block;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 1.05;
}

.launch-strip span {
  display: block;
  max-width: 30ch;
  margin-top: .55rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .brand-stage {
    min-height: 330px;
    order: -1;
  }

  .launch-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .hero {
    width: min(100% - 1.25rem, 1180px);
  }

  h1 {
    font-size: clamp(2.65rem, 18vw, 4.1rem);
  }

  .brand-stage {
    min-height: 270px;
  }

  .status-row span {
    min-height: 36px;
    font-size: .88rem;
  }
}
