:root {
  --black: #090909;
  --charcoal: #121110;
  --charcoal-2: #1a1816;
  --paper: #f5efe4;
  --paper-soft: #e8dece;
  --muted: #b7aa98;
  --muted-dark: #675e52;
  --line: rgba(245, 239, 228, 0.16);
  --line-dark: rgba(18, 17, 16, 0.12);
  --copper: #0fb6c3;
  --gold: #27e6f3;
  --moss: #566656;
  --blue: #0b7280;
  --white: #fffaf0;
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(18, 17, 16, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 17, 16, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(15, 182, 195, 0.16), rgba(54, 76, 89, 0.34)),
    #1d1a17;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.9;
}

h2 {
  max-width: 820px;
  margin-bottom: 20px;
  color: inherit;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.98;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.15;
}

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--black);
  background: var(--gold);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(245, 239, 228, 0.11);
  background: rgba(9, 9, 9, 0.72);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(calc(100% - 40px), var(--max));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  text-decoration: none;
  font-weight: 760;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(39, 230, 243, 0.34);
  border-radius: 9px;
  color: var(--gold);
  background: rgba(3, 12, 14, 0.74);
  font-size: 12px;
  box-shadow: 0 0 22px rgba(39, 230, 243, 0.12);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.brand-text {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(245, 239, 228, 0.72);
  font-size: 13px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-toggle {
  display: none;
}

.section {
  padding: 104px 0;
  border-bottom: 1px solid var(--line-dark);
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 75% 10%, rgba(15, 182, 195, 0.18), transparent 28%),
    linear-gradient(135deg, #050708, #111718 52%, #080a0b);
  border-color: var(--line);
}

.section-dark h2,
.section-dark h3 {
  color: var(--white);
}

.section-dark p {
  color: var(--muted);
}

.hero {
  min-height: 100svh;
  display: block;
  padding: 120px 0 0;
}

.ambient-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(245, 239, 228, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(245, 239, 228, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

.hero-media {
  position: absolute;
  inset: 68px 0 0 auto;
  width: min(46vw, 680px);
  height: calc(100% - 68px);
  opacity: 0.46;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #090909 0%, rgba(9, 9, 9, 0.2) 42%, rgba(9, 9, 9, 0.05)),
    linear-gradient(180deg, transparent, rgba(9, 9, 9, 0.68));
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 245px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: center;
  padding: 42px 0 52px;
}

.hero-copy {
  max-width: 930px;
  min-width: 0;
}

.eyebrow,
.panel-kicker,
.offer-label {
  color: var(--copper);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 830;
  letter-spacing: 0.08em;
}

.section-dark .eyebrow,
.section-dark .panel-kicker {
  color: var(--gold);
}

.lede {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(245, 239, 228, 0.82);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.28;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #041010;
  background: var(--gold);
  box-shadow: 0 0 24px rgba(39, 230, 243, 0.14);
}

.button-secondary {
  color: var(--paper);
  border-color: rgba(39, 230, 243, 0.22);
  background: rgba(39, 230, 243, 0.045);
}

.hero-microcopy {
  max-width: 580px;
  margin: 14px 0 0;
  color: rgba(245, 239, 228, 0.64);
  font-size: 13px;
  line-height: 1.45;
}

.hero-panel {
  border: 1px solid rgba(245, 239, 228, 0.16);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(245, 239, 228, 0.055);
  backdrop-filter: blur(12px);
}

.signal-list,
.offer-card ul,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-list {
  display: grid;
  gap: 14px;
  color: rgba(245, 239, 228, 0.78);
  font-size: 14px;
}

.hero-source {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 239, 228, 0.13);
  color: rgba(245, 239, 228, 0.6);
  font-size: 12px;
  line-height: 1.35;
}

.signal-list li {
  padding-top: 14px;
  border-top: 1px solid rgba(245, 239, 228, 0.13);
}

.hero-footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(245, 239, 228, 0.14);
}

.hero-media .image-label {
  display: none;
}

.hero-footer div {
  min-height: 124px;
  padding: 24px 24px 24px 0;
  border-right: 1px solid rgba(245, 239, 228, 0.14);
}

.hero-footer div:last-child {
  border-right: 0;
}

.hero-footer strong {
  display: block;
  color: var(--white);
  font-size: 17px;
  line-height: 1.2;
}

.hero-footer span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.split {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 54px;
}

.section-label {
  color: var(--copper);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 830;
  letter-spacing: 0.08em;
}

.section-intro,
.section-topline p,
.problem-layout p,
.reel-layout p {
  max-width: 760px;
  color: var(--muted-dark);
  font-size: 19px;
  line-height: 1.48;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.credential-grid article {
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.66);
}

.credential-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--copper);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.credential-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.15;
}

.credential-grid p {
  margin-bottom: 0;
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.42;
}

.section-reel {
  background:
    linear-gradient(90deg, rgba(18, 17, 16, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(18, 17, 16, 0.035) 1px, transparent 1px),
    #eee5d7;
  background-size: 56px 56px;
}

.reel-layout {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 54px;
  align-items: start;
}

.reel-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.reel-facts div {
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.64);
}

.reel-facts strong,
.reel-facts span {
  display: block;
}

.reel-facts strong {
  margin-bottom: 12px;
  color: var(--charcoal);
  font-size: 17px;
}

.reel-facts span {
  color: var(--muted-dark);
  font-size: 14px;
}

.problem-layout {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 60px;
  align-items: start;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pain-grid span {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  color: var(--charcoal);
  background: rgba(255, 250, 240, 0.58);
  font-weight: 760;
}

.section-topline {
  max-width: 860px;
  margin-bottom: 42px;
}

.lever-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: transparent;
  border: 1px solid rgba(245, 239, 228, 0.14);
}

.lever-grid article {
  min-height: 270px;
  padding: 24px;
  border-right: 1px solid rgba(245, 239, 228, 0.14);
  border-bottom: 1px solid rgba(245, 239, 228, 0.14);
  background: rgba(9, 9, 9, 0.78);
}

.lever-grid article:nth-child(3n) {
  border-right: 0;
}

.lever-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.lever-grid span,
.process-grid span {
  display: block;
  margin-bottom: 46px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.lever-grid p,
.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.offer-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.66);
}

.featured-offer {
  border-color: rgba(185, 117, 67, 0.42);
  background:
    linear-gradient(180deg, rgba(185, 117, 67, 0.12), transparent 44%),
    rgba(255, 250, 240, 0.8);
}

.price {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 850;
}

.offer-card p:not(.offer-label):not(.price) {
  color: var(--muted-dark);
}

.offer-card li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--line-dark);
  color: #2a2622;
  font-size: 14px;
}

.offer-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--copper);
}

.offer-note {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line-dark);
  font-size: 13px;
  line-height: 1.42;
}

.offer-cta {
  margin-top: auto;
  padding-top: 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.offer-cta:hover,
.offer-cta:focus-visible {
  color: var(--blue);
}

.pricing-notes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.pricing-notes article {
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.58);
}

.pricing-notes h3 {
  margin-bottom: 10px;
}

.pricing-notes p {
  margin-bottom: 0;
  color: var(--muted-dark);
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.7fr;
  gap: 42px;
  align-items: start;
}

.fit-column {
  padding-top: 8px;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 18px;
  color: #292520;
}

.check-list.muted li {
  color: var(--muted-dark);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) 1fr;
  gap: 68px;
  align-items: center;
}

.portrait-frame,
.media-card,
.hero-media {
  position: relative;
  background:
    linear-gradient(135deg, rgba(185, 117, 67, 0.22), rgba(54, 76, 89, 0.38)),
    #171513;
}

.hero-media {
  position: absolute;
}

.portrait-frame {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(245, 239, 228, 0.16);
}

.portrait-frame img {
  object-position: 45% 50%;
}

.image-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  max-width: calc(100% - 24px);
  padding: 7px 9px;
  border: 1px solid rgba(245, 239, 228, 0.2);
  border-radius: 4px;
  color: var(--paper);
  background: rgba(9, 9, 9, 0.62);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  grid-auto-rows: 250px;
  gap: 14px;
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line-dark);
}

.media-card p {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(245, 239, 228, 0.16);
  border-radius: 6px;
  color: rgba(245, 239, 228, 0.86);
  background: rgba(9, 9, 9, 0.7);
  font-size: 13px;
  line-height: 1.35;
}

.media-card .image-label {
  top: 12px;
  bottom: auto;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(9, 9, 9, 0.78));
  pointer-events: none;
}

.media-card:nth-child(2) img {
  object-position: 48% 36%;
}

.smosh-card {
  grid-row: span 2;
}

.smosh-card img {
  object-fit: contain;
  object-position: center center;
  background: #0c0c0c;
}

.media-card:nth-child(5) img {
  object-position: 50% 24%;
}

.media-card.tall {
  grid-row: span 2;
}

.media-card.wide {
  grid-column: span 2;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.process-grid article {
  min-height: 260px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.7);
}

.process-grid span {
  color: var(--copper);
}

.process-grid p {
  color: var(--muted-dark);
}

.apply-layout {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 54px;
  align-items: start;
}

.microcopy {
  max-width: 560px;
  font-size: 14px;
}

.application-form {
  padding: 24px;
  border: 1px solid rgba(245, 239, 228, 0.16);
  border-radius: var(--radius);
  background: rgba(245, 239, 228, 0.055);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-row {
  margin-bottom: 14px;
}

label {
  display: block;
  margin-bottom: 7px;
  color: rgba(245, 239, 228, 0.82);
  font-size: 13px;
  font-weight: 780;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(245, 239, 228, 0.17);
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--white);
  background: rgba(9, 9, 9, 0.48);
  font: inherit;
}

textarea {
  resize: vertical;
}

select {
  color-scheme: dark;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(39, 230, 243, 0.56);
  outline-offset: 1px;
}

.hidden {
  display: none;
}

.full-button {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 54px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

details {
  border-bottom: 1px solid var(--line-dark);
}

summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--charcoal);
  font-weight: 850;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--copper);
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--muted-dark);
}

.site-footer {
  padding: 28px 0;
  color: var(--paper);
  background: var(--black);
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-layout strong,
.footer-layout span {
  display: block;
}

.footer-layout span {
  color: var(--muted);
  font-size: 13px;
}

.footer-layout a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.thanks-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 12%, rgba(185, 117, 67, 0.18), transparent 28%),
    var(--black);
}

.thank-you-shell {
  width: min(calc(100% - 40px), 760px);
}

.thank-you-shell h1 {
  color: var(--white);
  font-size: clamp(42px, 8vw, 82px);
}

.thank-you-shell p {
  color: var(--muted);
  font-size: 18px;
}

@media (max-width: 1040px) {
  .hero-layout,
  .problem-layout,
  .apply-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 520px;
  }

  .hero-footer,
  .offer-grid,
  .credential-grid,
  .lever-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lever-grid article:nth-child(3n) {
    border-right: 1px solid rgba(245, 239, 228, 0.14);
  }

  .lever-grid article:nth-child(2n) {
    border-right: 0;
  }

  .lever-grid article:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(245, 239, 228, 0.14);
  }

  .lever-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

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

  .about-layout {
    grid-template-columns: 0.7fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .wrap,
  .nav-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav-shell {
    gap: 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand-text {
    max-width: calc(100vw - 118px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h1 {
    font-size: clamp(38px, 10.5vw, 50px);
    line-height: 0.96;
    max-width: min(100%, 340px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .site-header {
    background: rgba(9, 9, 9, 0.86);
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
    display: grid;
    gap: 5px;
    place-content: center;
    border: 1px solid rgba(245, 239, 228, 0.17);
    border-radius: 6px;
    background: transparent;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: var(--paper);
  }

  .nav-links {
    position: fixed;
    inset: 68px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 14px 16px;
    background: rgba(9, 9, 9, 0.96);
    border-bottom: 1px solid rgba(245, 239, 228, 0.14);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(245, 239, 228, 0.09);
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
  }

  .hero-media {
    inset: 68px 0 auto;
    width: 100%;
    height: 320px;
    clip-path: none;
    opacity: 0.34;
  }

  .hero-layout {
    padding: 32px 0 42px;
  }

  .hero-copy,
  .hero-panel,
  .lede,
  .hero-microcopy {
    max-width: min(100%, 340px);
  }

  .lede {
    font-size: 19px;
  }

  .button {
    width: 100%;
  }

  .hero-footer,
  .offer-grid,
  .lever-grid,
  .process-grid,
  .pain-grid,
  .credential-grid,
  .reel-layout,
  .reel-facts,
  .pricing-notes,
  .split,
  .about-layout,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-footer div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(245, 239, 228, 0.14);
    padding: 18px 0;
  }

  .lever-grid article,
  .process-grid article {
    min-height: 220px;
  }

  .lever-grid span,
  .process-grid span {
    margin-bottom: 42px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .media-card.tall,
  .media-card.wide,
  .smosh-card {
    grid-row: span 1;
    grid-column: span 1;
  }

  .lever-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(245, 239, 228, 0.14);
  }

  .lever-grid article:last-child {
    border-bottom: 0;
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
