:root {
  color-scheme: light;
  --ink: #12351f;
  --muted: rgba(18, 53, 31, 0.72);
  --paper: #dff7c9;
  --coal: #cfeeb8;
  --field: #5ea832;
  --leaf: #8bd34b;
  --mint: #c9f6a4;
  --sky: #57c9ee;
  --aqua: #b8f3ff;
  --line: rgba(18, 53, 31, 0.18);
  --shadow: rgba(18, 53, 31, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  overflow-x: clip;
}

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

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

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(18px, 4vw, 58px);
  background: url("assets/normie-field-bg.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--field), var(--leaf), var(--mint), var(--sky));
  z-index: 1;
}

.topbar {
  position: absolute;
  top: clamp(14px, 2.3vw, 28px);
  left: clamp(18px, 4vw, 58px);
  right: clamp(18px, 4vw, 58px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand,
h1,
h2,
.eyebrow,
.loud,
.manifesto,
.contract strong {
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand {
  font-size: clamp(1.2rem, 2.8vw, 2rem);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(10px, 2vw, 24px);
  padding: 10px 12px;
  border: 1px solid rgba(18, 53, 31, 0.16);
  background: transparent;
  color: var(--muted);
  font-size: clamp(0.76rem, 1.4vw, 0.92rem);
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.nav-links a {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

.nav-links a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(610px, 48vw);
  margin-bottom: clamp(44px, 8vh, 76px);
}

.hero-photo {
  position: absolute;
  right: clamp(82px, 10vw, 180px);
  bottom: clamp(118px, 18vh, 188px);
  z-index: 1;
  width: clamp(290px, 34vw, 540px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 53, 31, 0.18);
  box-shadow: 0 24px 90px var(--shadow);
}

.hero-photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--field);
  font-size: clamp(0.8rem, 1.4vw, 1rem);
}

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

h1 {
  margin-bottom: 14px;
  max-width: 100%;
  font-size: clamp(4rem, 8.6vw, 8rem);
  line-height: 0.82;
  white-space: nowrap;
}

h2 {
  margin-bottom: 20px;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(2.25rem, 6vw, 5.8rem);
  line-height: 0.9;
}

.hero-line,
.section-copy p,
.join p,
.manifesto p,
.manifesto strong,
.normie-list li,
.final-line {
  color: var(--muted);
  font-size: clamp(1rem, 1.75vw, 1.25rem);
  line-height: 1.58;
}

.hero-line {
  width: min(620px, 100%);
  color: var(--ink);
  font-size: clamp(1.2rem, 2.4vw, 2.1rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.contract {
  min-height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  border-color: transparent;
  background: var(--field);
  color: #eaffd8;
}

.button:hover,
.contract:hover {
  transform: translateY(-2px);
  transition: transform 180ms ease, background 180ms ease;
}

.ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2;
  display: flex;
  gap: 28px;
  overflow: hidden;
  padding: 11px clamp(18px, 4vw, 58px);
  background: transparent;
  color: #f6ffe8;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.78);
  text-transform: uppercase;
  white-space: nowrap;
}

main {
  background:
    linear-gradient(180deg, #dff7c9 0%, #d4f2bf 48%, #d9f6ee 100%);
}

section {
  padding: clamp(64px, 10vw, 132px) clamp(18px, 4vw, 58px);
}

.about,
.new-normie,
.join {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.about {
  display: block;
  position: relative;
  isolation: isolate;
  background: url("assets/normie-tek.jpeg") center / cover no-repeat;
}

.about .section-copy {
  width: min(900px, 100%);
  color: #f6ffe8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

.about .section-copy p,
.about .loud {
  color: #f6ffe8 !important;
}

.section-copy {
  width: min(780px, 100%);
}

.loud {
  color: var(--ink) !important;
  font-size: clamp(1.3rem, 3vw, 2.4rem) !important;
  line-height: 1.05 !important;
}

.portrait,
.wide-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--coal);
  box-shadow: 0 24px 90px var(--shadow);
}

.portrait img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.manifesto {
  display: grid;
  gap: 8px;
  background: url("assets/normie-grass-rest.png") center / cover no-repeat;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.manifesto p,
.manifesto strong {
  margin: 0;
  max-width: 1180px;
  width: fit-content;
  color: #f6ffe8;
  font-size: clamp(2rem, 6vw, 6rem);
  line-height: 0.98;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.7);
}

.manifesto strong {
  color: #b8f3ff;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.memes {
  background: url("assets/normie-grass-texture.png") center / cover no-repeat;
  color: #f6ffe8;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72);
}

.memes .eyebrow {
  color: #b8f3ff;
}

.meme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
}

.meme-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 255, 232, 0.32);
  box-shadow: none;
}

.meme-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.meme-grid figcaption {
  display: grid;
  gap: 4px;
  padding: 16px;
  color: #f6ffe8;
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  line-height: 1.35;
  text-transform: lowercase;
}

.meme-grid figcaption span {
  color: #f6ffe8;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.85rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.new-normie {
  display: block;
  background: url("assets/normie-grass-texture.png") center / cover no-repeat;
}

.new-normie .section-copy {
  width: min(1120px, 100%);
  margin: 0 auto;
  color: #f6ffe8;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72);
}

.new-normie .eyebrow {
  color: #b8f3ff;
}

.new-normie .normie-list li,
.new-normie .final-line {
  color: #f6ffe8;
  border-bottom-color: rgba(246, 255, 232, 0.32);
}

.wide-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.normie-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.normie-list li {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.final-line {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 900;
}

.join {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 48svh;
  background: url("assets/normie-grass-texture.png") center / cover no-repeat;
  color: #f6ffe8;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72);
}

.join .eyebrow {
  color: #b8f3ff;
}

.join h2 {
  margin-bottom: 16px;
}

.join p {
  color: #f6ffe8;
  width: min(660px, 100%);
}

.join > div {
}

.contract {
  min-width: min(360px, 100%);
  min-height: 112px;
  flex-direction: column;
  gap: 8px;
  align-self: center;
  border-color: rgba(18, 53, 31, 0.34);
  background: rgba(246, 255, 232, 0.88);
  color: var(--ink);
  text-shadow: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.contract span {
  color: rgba(18, 53, 31, 0.72);
}

.contract strong {
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  color: var(--ink);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 22px clamp(18px, 4vw, 58px);
  border-top: 1px solid var(--line);
  background: #cfeeb8;
  color: var(--muted);
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .topbar {
    align-items: flex-start;
  }

  .nav-links {
    max-width: 260px;
  }

  .about,
  .new-normie,
  .join {
    grid-template-columns: 1fr;
  }

  .new-normie .wide-image {
    order: 2;
  }

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

@media (max-width: 620px) {
  .hero {
    min-height: auto;
    display: block;
    padding-top: 112px;
    padding-bottom: 72px;
    background: url("assets/normie-field-bg.png") center / cover no-repeat;
  }

  .topbar {
    display: grid;
    gap: 12px;
  }

  .nav-links {
    justify-content: flex-start;
    max-width: none;
  }

  .hero-photo {
    top: 116px;
    right: 22px;
    bottom: auto;
    width: min(250px, 64vw);
    opacity: 0.86;
  }

  .hero-copy {
    width: 100%;
    margin-top: 268px;
    margin-bottom: 0;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 14.5vw, 4.4rem);
  }

  .contract {
    width: 100%;
  }
}
