@font-face {
  font-family: "Asterone";
  src: url("Assets/Brand/Flyer Fonts/Asterone-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cartograph";
  src: url("Assets/Brand/Flyer Fonts/CartographCF-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --void: #080907;
  --ink: #10110e;
  --panel: #141510;
  --panel-soft: #1c1d17;
  --paper: #f4efe2;
  --body: #d9d0bc;
  --muted: #aaa08d;
  --gold: #cb9c2c;
  --gold-soft: rgba(203, 156, 44, 0.18);
  --line: rgba(244, 239, 226, 0.14);
  --line-strong: rgba(203, 156, 44, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #25231d;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 25% 0%, rgba(203, 156, 44, 0.16), transparent 38rem),
    linear-gradient(135deg, #070807 0%, #191a15 50%, #080907 100%);
  font-family: "Avenir Next", Avenir, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.flyer-page {
  position: relative;
  width: min(100vw, 1040px);
  min-height: min(1420px, calc(100vh - 32px));
  margin: 16px auto;
  overflow: hidden;
  background: var(--void);
  border: 1px solid rgba(244, 239, 226, 0.18);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.flyer-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, black 14%, black 80%, transparent);
  opacity: 0.55;
}

.hero-panel {
  position: relative;
  min-height: 520px;
  padding: 42px 48px 46px;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.95) contrast(1.05);
  z-index: -3;
}

.hero-scrim {
  z-index: -2;
  background:
    radial-gradient(circle at 74% 32%, rgba(203, 156, 44, 0.19), transparent 22rem),
    linear-gradient(90deg, rgba(8, 9, 7, 0.92) 0%, rgba(8, 9, 7, 0.72) 46%, rgba(8, 9, 7, 0.2) 100%),
    linear-gradient(0deg, var(--void) 0%, rgba(8, 9, 7, 0.22) 34%, rgba(8, 9, 7, 0.55) 100%);
}

.flyer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
}

.flyer-header img {
  width: 144px;
  height: auto;
  object-fit: contain;
}

.flyer-header span,
.eyebrow,
.proof-card span,
.pillars span {
  font-family: "Asterone", "Akkurat", sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.flyer-header span {
  color: rgba(244, 239, 226, 0.68);
  font-size: 10px;
  text-align: right;
}

.hero-copy {
  max-width: 690px;
  margin-top: 110px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 11px;
  line-height: 1.2;
}

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

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-family: "Asterone", "Akkurat", sans-serif;
  font-size: clamp(52px, 7.6vw, 82px);
  line-height: 0.96;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deck {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--body);
  font-size: 21px;
  line-height: 1.42;
}

.proof-card {
  position: absolute;
  right: 48px;
  bottom: 38px;
  width: 300px;
  padding: 22px 24px;
  background: rgba(13, 14, 11, 0.7);
  border: 1px solid var(--line-strong);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.proof-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 9px;
}

.proof-card strong {
  color: var(--paper);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.16;
}

.product-band {
  position: relative;
  display: grid;
  grid-template-columns: 1.48fr 1fr;
  gap: 18px;
  padding: 0 48px;
  margin-top: -46px;
  z-index: 2;
}

.screen {
  margin: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.44);
}

.screen img {
  height: 290px;
  object-fit: cover;
  object-position: center top;
}

.screen-side img {
  object-position: 54% top;
}

.screen figcaption {
  min-height: 54px;
  padding: 15px 18px 16px;
  color: var(--body);
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.3;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 44px;
  padding: 56px 48px 38px;
}

.intro h2 {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.05;
}

.intro p:not(.eyebrow) {
  color: var(--body);
  font-size: 17px;
  line-height: 1.55;
}

.pillars {
  display: grid;
  gap: 14px;
}

.pillars article {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-areas:
    "num title"
    "num copy";
  column-gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.pillars article:last-child {
  border-bottom: 1px solid var(--line);
}

.pillars span {
  grid-area: num;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}

.pillars h3 {
  grid-area: title;
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.pillars p {
  grid-area: copy;
  margin: 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.46;
}

.bottom-band {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 34px;
  align-items: stretch;
  padding: 0 48px 48px;
}

.feature-list {
  padding: 26px 0 0;
  border-top: 1px solid var(--line-strong);
}

.feature-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: var(--body);
  font-size: 14px;
  line-height: 1.42;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--gold);
}

.cta-panel {
  display: flex;
  min-height: 176px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  background:
    linear-gradient(135deg, rgba(203, 156, 44, 0.16), transparent 56%),
    var(--panel-soft);
  border: 1px solid var(--line-strong);
}

.cta-panel p {
  margin: 0;
  color: var(--paper);
  font-size: 24px;
  line-height: 1.14;
}

.cta-panel a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--void);
  background: var(--gold);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 760px) {
  body {
    background: var(--void);
  }

  .flyer-page {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .hero-panel,
  .content-grid,
  .bottom-band {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-panel {
    min-height: 620px;
    padding-top: 28px;
  }

  .flyer-header {
    align-items: flex-start;
  }

  .flyer-header img {
    width: 122px;
  }

  .flyer-header span {
    max-width: 150px;
  }

  .hero-copy {
    margin-top: 96px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .deck {
    font-size: 18px;
  }

  .proof-card {
    right: 24px;
    bottom: 28px;
    left: 24px;
    width: auto;
  }

  .product-band,
  .content-grid,
  .bottom-band,
  .feature-list ul {
    grid-template-columns: 1fr;
  }

  .product-band {
    padding: 0 24px;
  }

  .screen img {
    height: auto;
    aspect-ratio: 1.2;
  }

  .content-grid {
    gap: 26px;
    padding-top: 42px;
  }

  .intro h2 {
    font-size: 30px;
  }

  .bottom-band {
    gap: 26px;
    padding-bottom: 34px;
  }
}

@page {
  size: letter portrait;
  margin: 0;
}

@media print {
  html,
  body {
    width: 8.5in;
    height: 11in;
    background: var(--void);
  }

  .flyer-page {
    width: 8.5in;
    height: 11in;
    min-height: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .hero-panel {
    min-height: 3.25in;
    padding: 0.27in 0.38in 0.28in;
  }

  .hero-copy {
    margin-top: 0.48in;
  }

  h1 {
    max-width: 5.35in;
    margin-bottom: 0.13in;
    font-size: 0.43in;
  }

  .deck {
    max-width: 4.7in;
    font-size: 0.13in;
  }

  .proof-card {
    right: 0.38in;
    bottom: 0.22in;
    width: 2.26in;
    padding: 0.17in 0.18in;
  }

  .proof-card strong {
    font-size: 0.15in;
  }

  .product-band {
    gap: 0.12in;
    padding: 0 0.38in;
    margin-top: -0.26in;
  }

  .screen img {
    height: 1.56in;
  }

  .screen figcaption {
    min-height: 0.31in;
    padding: 0.08in 0.12in;
    font-size: 0.09in;
  }

  .content-grid {
    gap: 0.28in;
    padding: 0.26in 0.38in 0.16in;
  }

  .intro h2 {
    margin-bottom: 0.11in;
    font-size: 0.24in;
  }

  .intro p:not(.eyebrow) {
    font-size: 0.105in;
  }

  .pillars article {
    padding: 0.08in 0;
    column-gap: 0.12in;
    grid-template-columns: 0.42in 1fr;
  }

  .pillars h3 {
    margin-bottom: 0.04in;
    font-size: 0.15in;
  }

  .pillars p,
  .feature-list li {
    font-size: 0.09in;
  }

  .eyebrow {
    margin-bottom: 0.1in;
    font-size: 0.075in;
  }

  .pillars span {
    font-size: 0.13in;
  }

  .bottom-band {
    grid-template-columns: 1fr 2.42in;
    gap: 0.22in;
    padding: 0 0.38in 0.27in;
  }

  .feature-list {
    padding-top: 0.18in;
  }

  .feature-list ul {
    gap: 0.09in 0.18in;
  }

  .cta-panel {
    min-height: 1.14in;
    padding: 0.17in;
  }

  .cta-panel p {
    font-size: 0.15in;
  }

  .cta-panel a {
    min-height: 0.32in;
    padding: 0 0.14in;
    font-size: 0.1in;
  }
}
