:root {
  --page-width: 1280px;
  --container: 1152px;
  --bg: #ffffff;
  --text: #1f1f1f;
  --accent: #fd6119;
  --border: rgba(0, 0, 0, 0.15);
  --body1: 24px;
  --body2: 16px;
  --lh: 1.4;
  --space-0: 0;
  --space-8: 8px;
  --space-12: 12px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
}

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

.page {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 80px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.brand {
  display: flex;
  gap: 8px;
  align-items: center;
}

.brand img {
  width: 40px;
  height: 40px;
}

.brand span {
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.nav {
  display: flex;
  gap: 24px;
  font-family: "inter", sans-serif;
  font-size: 24px;
}

.nav a {
  color: inherit;
  text-decoration: none;
  width: 56px;
}

.hero {
  padding: 64px 0;
}

.hero-wordmark {
  height: 702px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  margin: 0;
  color: #000;
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-style: oblique;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hero-wordmark .line1,
.hero-wordmark .line2,
.hero-wordmark .line3 {
  white-space: nowrap;
}

.hero-wordmark .line1 {
  font-size: 200px;
  letter-spacing: 52px;
}

.hero-wordmark .line2 {
  font-size: 180px;
}

.hero-wordmark .line2 .typography {
  letter-spacing: -30.6px;
}

.hero-wordmark .line2 .is {
  letter-spacing: -16.2px;
  color: var(--accent);
}

.hero-wordmark .line3 {
  font-size: 240px;
}

.hero-wordmark .line3 .ex {
  letter-spacing: -48px;
}

.hero-wordmark .line3 .p {
  letter-spacing: -28.8px;
}

.hero-wordmark .line3 .re {
  letter-spacing: -40.8px;
}

.hero-wordmark .line3 .ssi {
  letter-spacing: -28.8px;
}

.hero-wordmark .line3 .on {
  letter-spacing: -50.4px;
}

section {
  padding: 64px 0;
}

.q-label {
  margin: 0;
  color: var(--accent);
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 600;
  line-height: 1;
}

.body {
  margin: 0;
  font-size: var(--body1);
  font-weight: 300;
  line-height: var(--lh);
}

.caption {
  margin: 8px 0 0;
  font-size: var(--body2);
  line-height: var(--lh);
  letter-spacing: 0.05em;
}

.stack-40 {
  display: grid;
  gap: var(--space-40);
}

.stack-32 {
  display: grid;
  gap: var(--space-32);
}

.stack-24 {
  display: grid;
  gap: var(--space-24);
}

.stack-12 {
  display: grid;
  gap: var(--space-12);
}

.stack-8 {
  display: grid;
  gap: var(--space-8);
}

.stack-0 {
  display: grid;
  gap: var(--space-0);
}

.q1-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 49px;
  align-items: center;
}

.q1-title {
  margin: 0;
  width: 549px;
  height: 451px;
  flex-shrink: 0;
  color: var(--color-5, #1f1f1f);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.q1-title .h1 {
  display: block;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 110px;
}

.q1-title .h2 {
  display: block;
  font-style: normal;
  line-height: 100px;
}

.q1-title .lubalin {
  font-weight: 600;
}

.q1-title .dash {
  font-size: 96px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -8.64px;
}

.q1-title .an-influential {
  font-size: 80px;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -7.2px;
}

.q1-title .typographer {
  display: block;
  font-size: 96px;
  font-weight: 275;
  line-height: 100px;
  letter-spacing: -9.6px;
}

.q2-head {
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.q2-head .line-a {
  margin: 0;
  font-size: clamp(24px, 3vw, 56px);
  font-style: oblique;
  font-weight: 500;
}

.q2-head .line-b {
  margin: 0;
  font-size: clamp(52px, 10vw, 180px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.q2-head .line-c {
  margin: 0;
  color: var(--text, #1f1f1f);
  text-align: center;
  font-size: 80px;
  font-style: oblique;
  font-weight: 300;
  line-height: 100px;
  letter-spacing: -7.2px;
}

.q2-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.q2-eros-image {
  width: 100%;
  display: flex;
  height: 492px;
  padding: 0 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  flex-shrink: 0;
  align-self: stretch;
  background: url("images/q2-photo.jpg") lightgray -52.653px -69.03px / 109.439%
    383.18% no-repeat;
}

.type-is-image {
  display: grid;
  grid-template-columns: 369px 1fr;
  gap: 24px;
}

.type-art {
  font-style: normal;
  font-weight: 700;
  padding: 16px 15px;
}

.type-art .line1,
.type-art .line1 .type,
.type-art .line1 .is {
  color: var(--color-5, #1f1f1f);
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-size: 88px;
  font-style: oblique;
  font-weight: 700;
  line-height: 140%;
}

.type-art .line1 .type {
  letter-spacing: -7.92px;
}

.type-art .line1 .is {
  letter-spacing: normal;
}

.type-art .line2 {
  color: var(--color-5, #1f1f1f);
  text-align: right;
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-size: 88px;
  font-style: oblique;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -8.8px;
}

.q3-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.q3-head .small {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 600;
}

.q3-head .small-top {
  text-align: left;
}

.q3-head .small-bottom {
  margin: 0;
  width: 100%;
  align-self: stretch;
  text-align: center;
  white-space: nowrap;
  color: var(--color-5, #1f1f1f);
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
}

.q3-head .big {
  margin: 0;
  font-size: clamp(52px, 8vw, 128px);
  font-weight: 700;
  line-height: 0.95;
}

.q3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.quote {
  margin: 0;
  display: flex;
  width: 549px;
  height: 597px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-5, #1f1f1f);
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-size: 48px;
  font-style: oblique;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
}

.quote .q-line {
  display: block;
}

.quote .q-line-1 {
  font-size: 48px;
}

.quote .q-line-2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.quote strong {
  font-weight: 700;
  font-style: oblique;
  white-space: nowrap;
}

.quote .q-line-3 {
  line-height: 120px;
}

.quote .name {
  display: inline-block;
  font-size: 128px;
  font-style: oblique;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: -16.64px;
}

.quote .quote-end {
  font-size: 128px;
  font-style: oblique;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: -16.64px;
}

.q4-head {
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.q4-head .l1,
.q4-head .l2 {
  margin: 0;
  text-align: left;
  padding: 0 74px;
}

.q4-head .l1 {
  height: 29px;
  align-self: stretch;
  color: var(--color-5, #1f1f1f);
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
}

.q4-head .l2 {
  height: 29px;
  align-self: stretch;
  color: #fd6119;
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin-top: 12px;
  margin-bottom: -20px
}

.q4-head .l3 {
  margin: 0;
  font-style: oblique;
  font-size: clamp(48px, 8vw, 120px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.13em;
}

#q4 {
  display: flex;
  height: 2495px;
  padding: 64px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  align-self: stretch;
  background: #fff;
}

.compare {
  display: flex;
  width: 525px;
  height: 334px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #000;
  text-align: center;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.compare .label {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.compare .sample {
  margin: 10px 0;
  font-size: clamp(32px, 4.2vw, 52px);
}

.compare .sample.futura {
  font-family: "futura-pt", Futura, sans-serif;
  font-weight: 700;
}

.compare .sample.avant {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
}

.glyph-demo {
  position: relative;
  display: flex;
  width: 1101px;
  height: 169px;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.glyph-demo .word {
  margin: 0;
  color: var(--text, #1f1f1f);
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", "ITC Avant Garde Gothic Pro",
    "futura-pt", Futura, "Century Gothic", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
}

.circles {
  position: absolute;
  inset: 0;
  margin: 0;
}

.circles span {
  position: absolute;
  top: 60px;
  width: 77px;
  height: 77px;
  border: 0;
  border-radius: 50%;
  background: rgba(253, 97, 25, 0.8);
}

.circles span:nth-child(1) { left: 337px; }
.circles span:nth-child(2) { left: 422px; }
.circles span:nth-child(3) { left: 512px; }
.circles span:nth-child(4) { left: 601px; }
.circles span:nth-child(5) { left: 686px; }

.q5-head {
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.q5-header-block {
  display: flex;
  width: 1152px;
  height: 302px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.q5-head .a {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 40px);
  text-align: left;
}

.q5-head .b {
  margin: -24px 0 0;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.q5-top {
  display: grid;
  grid-template-columns: 748px 347px;
  gap: 49px;
  align-items: stretch;
}

.q5-logo-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.q5-logo-image {
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #040404;
  padding: 24px 0;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer .meta {
  margin: 0;
  font-family: "inter", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.footer .meta small {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.social {
  display: flex;
  gap: 24px;
  align-items: center;
}

.social img {
  width: 24px;
  height: 24px;
}

@media (max-width: 1200px) {
  .page {
    padding: 0 24px;
  }

  .q1-top,
  .type-is-image,
  .q3-grid,
  .compare-grid,
  .q5-top {
    grid-template-columns: 1fr;
  }

  .q5-top {
    gap: 24px;
  }

  .q5-header-block {
    width: 100%;
    height: auto;
  }

  .hero-wordmark {
    height: auto;
  }

  .hero-wordmark .line1 {
    font-size: clamp(64px, 13.6vw, 200px);
    letter-spacing: clamp(8px, 3.2vw, 52px);
  }

  .hero-wordmark .line2 {
    font-size: clamp(54px, 12.2vw, 180px);
  }

  .hero-wordmark .line2 .typography {
    letter-spacing: clamp(-12px, -2.2vw, -30.6px);
  }

  .hero-wordmark .line2 .is {
    letter-spacing: clamp(-6px, -1.2vw, -16.2px);
  }

  .hero-wordmark .line3 {
    font-size: clamp(72px, 16vw, 240px);
  }

  .hero-wordmark .line3 .ex {
    letter-spacing: clamp(-12px, -3.4vw, -48px);
  }

  .hero-wordmark .line3 .p {
    letter-spacing: clamp(-8px, -2.1vw, -28.8px);
  }

  .hero-wordmark .line3 .re {
    letter-spacing: clamp(-10px, -2.9vw, -40.8px);
  }

  .hero-wordmark .line3 .ssi {
    letter-spacing: clamp(-8px, -2.1vw, -28.8px);
  }

  .hero-wordmark .line3 .on {
    letter-spacing: clamp(-12px, -3.6vw, -50.4px);
  }
}

@media (max-width: 768px) {
  :root {
    --body1: 18px;
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .q4-head .l1,
  .q4-head .l2 {
    padding: 0;
  }

  .footer {
    flex-direction: column;
    gap: 16px;
  }

  .footer .meta,
  .footer .meta small {
    font-size: 18px;
  }
}
