:root {
  --ink: #101111;
  --paper: #efe7d3;
  --paper-soft: #f8f1df;
  --ember: #f0643c;
  --acid: #d8ff55;
  --violet: #6e47ff;
  --night: #111827;
  --muted: #726b5c;
  --line: rgba(16, 17, 17, 0.14);
  --shadow: 0 26px 80px rgba(16, 17, 17, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 255, 85, 0.36), transparent 24rem),
    radial-gradient(circle at 82% 4%, rgba(240, 100, 60, 0.28), transparent 26rem),
    linear-gradient(135deg, var(--paper-soft), var(--paper));
  font-family: Georgia, "Times New Roman", serif;
  min-height: 100vh;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0.17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(20px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(16px);
  background: rgba(248, 241, 223, 0.68);
  border-bottom: 1px solid rgba(16, 17, 17, 0.08);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  font-size: 13px;
}

.nav {
  display: flex;
  gap: 24px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  padding: clamp(56px, 9vw, 120px) clamp(20px, 4vw, 64px) 70px;
}

.eyebrow {
  margin: 0 0 18px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ember);
}

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

h1 {
  max-width: 860px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(64px, 10vw, 150px);
  line-height: 0.86;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

h3 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-size: clamp(28px, 3vw, 46px);
  margin-bottom: 12px;
}

.hero-text {
  max-width: 650px;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.25;
  color: var(--muted);
}

.hero-actions,
.contact {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 22px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
}

.button.primary {
  background: var(--ink);
  color: var(--paper-soft);
  box-shadow: 8px 8px 0 var(--acid);
}

.button.secondary {
  background: rgba(248, 241, 223, 0.5);
}

.button.large {
  padding: 18px 28px;
}

.hero-stage {
  position: relative;
  min-height: 700px;
}

.portrait {
  position: absolute;
  display: block;
  object-fit: cover;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
  background: var(--night);
}

.portrait-main {
  width: min(74vw, 470px);
  height: 660px;
  right: 10%;
  top: 0;
  border-radius: 42px;
  transform: rotate(2deg);
}

.portrait-small {
  width: 210px;
  height: 300px;
  border-radius: 28px;
}

.portrait-small.one {
  left: 0;
  bottom: 92px;
  transform: rotate(-7deg);
}

.portrait-small.two {
  right: 0;
  bottom: 18px;
  transform: rotate(8deg);
}

.ticker {
  display: flex;
  gap: 18px;
  overflow: hidden;
  padding: 20px clamp(20px, 4vw, 64px);
  border-block: 1px solid var(--line);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(18px, 2.4vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker span::after {
  content: " /";
  color: var(--ember);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(30px, 6vw, 100px);
  padding: clamp(70px, 9vw, 130px) clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
}

.copy-block {
  font-size: clamp(21px, 2.3vw, 34px);
  line-height: 1.22;
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(20px, 4vw, 64px) clamp(70px, 8vw, 120px);
}

.card {
  min-height: 360px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 34px;
  background: rgba(248, 241, 223, 0.74);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.card.dark {
  background: var(--ink);
  color: var(--paper-soft);
}

.card-number {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
  color: var(--ember);
  margin-bottom: auto;
}

.card p {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0;
}

.image-card {
  padding: 0;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifesto {
  padding: clamp(60px, 8vw, 110px) clamp(20px, 4vw, 64px);
  background: var(--ink);
  color: var(--paper);
}

.manifesto p {
  max-width: 1220px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(46px, 7vw, 106px);
  line-height: 0.93;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact {
  justify-content: space-between;
  padding: clamp(70px, 9vw, 120px) clamp(20px, 4vw, 64px);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 64px);
  border-top: 1px solid var(--line);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer div {
  display: flex;
  gap: 18px;
}

.legal-page {
  max-width: 860px;
  padding: 80px clamp(20px, 4vw, 64px);
}

.legal-page h1 {
  font-size: clamp(54px, 8vw, 110px);
}

.legal-page h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: 44px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 600px;
  }

  .portrait-main {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(2deg);
  }

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

@media (max-width: 640px) {
  .site-header,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero {
    padding-top: 42px;
  }

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

  .portrait-main {
    width: 82vw;
    height: 470px;
  }

  .portrait-small {
    width: 145px;
    height: 210px;
  }

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

  .card {
    min-height: 270px;
  }
}
