/* Create4Less.com cinematic public homepage */

:root {
  --bg: #04090d;
  --bg-2: #071016;
  --panel: rgba(8, 14, 22, 0.76);
  --panel-2: rgba(12, 19, 30, 0.86);
  --stroke: rgba(255, 255, 255, 0.13);
  --stroke-soft: rgba(255, 255, 255, 0.075);
  --text: #f4f6f2;
  --muted: #aeb7be;
  --dim: #78828c;
  --green: #a7d89a;
  --green-bright: #7ee88d;
  --purple: #a270ff;
  --purple-soft: #c0a4ff;
  --gold: #f4cb57;
  --red: #ff6f65;
  --shadow: 0 28px 80px rgba(0,0,0,.38);
  --radius: 20px;
  --radius-lg: 28px;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 12%, rgba(99, 49, 163, .20), transparent 34%),
    radial-gradient(circle at 10% 18%, rgba(44, 130, 94, .13), transparent 36%),
    linear-gradient(180deg, #03070b 0%, #071014 45%, #020509 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-bg {
  width: min(100%, 1700px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(var(--max), calc(100% - 64px));
  height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  background: linear-gradient(180deg, rgba(4,9,13,.88), rgba(4,9,13,.54) 76%, transparent);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  white-space: nowrap;
}

.brand span {
  color: #906bef;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 56px);
}

.nav-links a,
.signin {
  color: #d6dde3;
  font-size: 14px;
  font-weight: 700;
  opacity: .92;
}

.nav-links a:hover,
.signin:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(204, 246, 188, .35);
  border-radius: 999px;
  color: #06110a;
  background:
    linear-gradient(180deg, rgba(206, 242, 187, 1), rgba(118, 210, 117, 1));
  box-shadow: 0 18px 45px rgba(80, 210, 111, .24), inset 0 1px 0 rgba(255,255,255,.55);
  font-size: 15px;
  font-weight: 900;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 22px 56px rgba(80, 210, 111, .32), inset 0 1px 0 rgba(255,255,255,.55);
}

.btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}

.btn-small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 13px;
  box-shadow: none;
}

.mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  color: #fff;
  background: rgba(255,255,255,.045);
}

main {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: clamp(560px, 70vh, 650px);
  display: grid;
  align-items: center;
  margin-top: -76px;
  padding-top: 36px;
}

.hero-art {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100vw, 1700px);
  transform: translateX(-50%);
  background-image:
    linear-gradient(90deg, rgba(4,9,13,1) 0%, rgba(4,9,13,.96) 12%, rgba(4,9,13,.78) 28%, rgba(4,9,13,.20) 58%, rgba(4,9,13,.24) 100%),
    linear-gradient(180deg, rgba(4,9,13,.55) 0%, rgba(4,9,13,.05) 35%, rgba(4,9,13,.88) 100%),
    url("../img/hero.webp");
  background-size: cover;
  background-position: 38% center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(680px, 48vw);
  padding-top: 1px;
}

.eyebrow,
.section-kicker,
.micro,
.caps {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(167,216,154,.30);
  border-radius: 999px;
  background: rgba(167,216,154,.08);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.06em;
}

.hero h1 {
  margin: 26px 0 20px;
  font-size: clamp(76px, 9vw, 102px);
  line-height: .84;
}

.hero h1 span {
  color: var(--green);
}

.hero p {
  max-width: 520px;
  margin: 0;
  color: #d8dee4;
  font-size: 19px;
  line-height: 1.55;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.watch-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #d8dee4;
  font-size: 15px;
  font-weight: 850;
}

.watch-link span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
}

.watch-link svg {
  width: 18px;
  height: 18px;
  transform: translateX(1px);
}

.trust-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: #b9c1c8;
  font-size: 13px;
}

.stars {
  color: var(--gold);
  letter-spacing: .18em;
}

.creation-section {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

.creation-section .section-kicker,
.who-section .section-kicker,
.steps-section .section-kicker {
  text-align: center;
  color: #d9dfe6;
  letter-spacing: .36em;
  margin-bottom: 18px;
}

.creation-stack {
  display: grid;
  gap: 8px;
}

.creation-band {
  position: relative;
  min-height: 170px;
  display: grid;
  grid-template-columns: 112px minmax(240px, 390px) 1fr;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background: #070c11;
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
}

.creation-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creation-video img { object-position: center 52%; }
.creation-images img { object-position: center 48%; }
.creation-voice img { object-position: center; }
.creation-captions img { object-position: center; }

.band-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,9,13,.96) 0%, rgba(4,9,13,.92) 31%, rgba(4,9,13,.46) 57%, rgba(4,9,13,.12) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.12));
}

.band-icon,
.band-copy {
  position: relative;
  z-index: 2;
}

.band-icon {
  justify-self: center;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.15);
  backdrop-filter: blur(10px);
}

.band-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.45;
}

.band-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 66px);
  line-height: .88;
}

.band-copy p {
  max-width: 320px;
  margin: 14px 0 0;
  color: #c7cfd7;
  font-size: 17px;
  line-height: 1.45;
}

.panel {
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 0%, rgba(112, 91, 196, .12), transparent 32%),
    linear-gradient(180deg, rgba(17,25,37,.80), rgba(6,12,18,.78));
  box-shadow: var(--shadow);
}

.four-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 350px) minmax(260px, 1fr) minmax(360px, 580px);
  gap: 44px;
  align-items: center;
  min-height: 360px;
  margin-top: 24px;
  padding: 34px 28px 24px;
  overflow: hidden;
}

.four-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  background: linear-gradient(0deg, rgba(80, 56, 120, .14), transparent);
  pointer-events: none;
}

.four-image-wrap {
  align-self: end;
  position: relative;
  z-index: 2;
  min-height: 315px;
}

.four-image-wrap img {
  position: absolute;
  left: -18px;
  bottom: -30px;
  width: min(390px, 130%);
  max-width: none;
  filter: drop-shadow(0 28px 38px rgba(0,0,0,.56));
}

.four-copy,
.model-card {
  position: relative;
  z-index: 2;
}

.four-copy h2 {
  margin: 10px 0 12px;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1;
}

.four-copy p {
  color: #cfd6de;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: #d9e1e8;
  font-size: 14px;
}

.check-list svg {
  width: 18px;
  height: 18px;
  color: var(--green-bright);
  stroke-width: 2.4;
}

.model-card {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(167,216,154,.18);
  border-radius: 16px;
  background: rgba(6,12,18,.68);
}

.model-half {
  padding: 14px;
}

.model-half span {
  display: block;
  margin-bottom: 14px;
  color: #9ca5b0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.model-half.recommended {
	margin-left: 45px;
}
.model-half.recommended span {
  color: var(--green);
}

.model-half strong {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 14px;
}

.model-half small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bfc7d0;
  font-size: 12px;
  margin-top: 8px;
}

.model-half small svg {
  width: 14px;
  height: 14px;
  color: #a8b3be;
}

.model-half b {
  display: block;
  margin-top: 24px;
  color: #fff;
  font-size: 34px;
  letter-spacing: -.05em;
}

.model-half em {
  display: block;
  color: #a8b2bc;
  font-size: 13px;
  font-style: normal;
}

.vs {
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: #cbd3db;
  background: rgba(0,0,0,.22);
  font-size: 12px;
  font-weight: 900;
}

.saving-strip {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 12px;
  border: 1px solid rgba(167,216,154,.28);
  border-radius: 10px;
  color: var(--green);
  background: rgba(167,216,154,.06);
  font-size: 15px;
  font-weight: 900;
}

.saving-strip svg {
  width: 18px;
  height: 18px;
}

.who-section,
.steps-section,
.wallet-section {
  margin-top: 24px;
  padding: 26px 24px;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.who-grid article {
  min-height: 142px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  padding: 10px 18px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
}

.who-grid article:last-child {
  border-right: 0;
}

.mini-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: var(--purple-soft);
  margin-bottom: 2px;
}

.mini-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.5;
}

.who-grid h3,
.steps-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.who-grid p,
.steps-grid p {
  margin: 0;
  color: #aeb8c2;
  font-size: 13px;
  line-height: 1.4;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.steps-grid article {
  position: relative;
  min-height: 170px;
  padding: 26px 26px 18px;
  border-right: 1px dashed rgba(255,255,255,.18);
}

.steps-grid article:last-child {
  border-right: 0;
}

.step-num {
  position: absolute;
  top: 17px;
  left: 18px;
  color: rgba(255,255,255,.12);
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}

.steps-grid article > svg {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  color: var(--purple-soft);
  stroke-width: 1.5;
  margin-bottom: 20px;
  margin-left: 40px;
}

.steps-grid h3 {
  position: relative;
  z-index: 2;
  max-width: 170px;
  line-height: 1.15;
}

.steps-grid p {
  position: relative;
  z-index: 2;
  max-width: 235px;
  margin-top: 9px;
}

.wallet-section {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) minmax(180px, .52fr) minmax(250px, .72fr) minmax(230px, .62fr);
  gap: 18px;
  align-items: stretch;
  background:
    radial-gradient(circle at 85% 0%, rgba(125, 194, 133, .15), transparent 34%),
    linear-gradient(180deg, rgba(12,20,27,.82), rgba(5,11,15,.80));
}

.wallet-copy {
  padding: 10px;
}

.wallet-copy h2 {
  max-width: 520px;
  margin: 18px 0 6px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.wallet-copy p {
  margin: 0;
  color: #c9d2da;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(162,112,255,.22);
  border-radius: 9px;
  color: #cfc8e9;
  background: rgba(162,112,255,.05);
  font-size: 12px;
  font-weight: 750;
}

.pill-row svg {
  width: 16px;
  height: 16px;
  color: var(--purple-soft);
}

.wallet-card,
.spend-card,
.saved-card {
  min-height: 186px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(2,6,10,.36);
}

.wallet-card span,
.spend-card > span,
.saved-card span {
  display: block;
  color: #9da6b1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.wallet-card strong,
.saved-card strong {
  display: block;
  color: var(--green-bright);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.055em;
}

.wallet-card p,
.saved-card p {
  color: #aeb7c0;
  margin: 12px 0 18px;
}

.wallet-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(167,216,154,.34);
  border-radius: 8px;
  color: var(--green);
  background: rgba(167,216,154,.06);
  font-size: 13px;
  font-weight: 900;
}

.wallet-btn svg {
  width: 16px;
  height: 16px;
}

.spend-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 6px 0;
  color: #cfd8df;
  font-size: 13px;
}

.spend-row b {
  font-weight: 750;
}

.spend-row em {
  color: #ccd4dc;
  font-style: normal;
}

.spend-row.total {
  margin-top: 7px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #fff;
}

.sparkline {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 56px;
  margin-top: 18px;
  transform: skewX(-14deg);
}

.sparkline span {
  display: block;
  width: 20px;
  min-height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(134,236,146,1), rgba(77,171,92,.50));
  box-shadow: 0 0 18px rgba(134,236,146,.24);
}

.bottom-cta {
  position: relative;
  min-height: 226px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: #080c14;
  box-shadow: var(--shadow);
}

.bottom-cta-art {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(7,10,18,.96) 0%, rgba(7,10,18,.88) 35%, rgba(7,10,18,.20) 66%, rgba(7,10,18,.18) 100%),
    url("../img/bottom-cta.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.bottom-cta-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 60%);
  padding: 46px 56px;
}

.bottom-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: .95;
}

.bottom-cta p {
  margin: 14px 0 26px;
  color: #c8d1da;
  font-size: 18px;
}

.site-footer {
  width: min(var(--max), calc(100% - 64px));
  margin: 54px auto 0;
  padding: 0 0 56px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, .7fr) 1.1fr;
  gap: 48px;
  color: #9faab4;
}

.footer-brand {
  font-size: 20px;
}

.site-footer p {
  margin: 12px 0 5px 0;
  color: #8c969f;
  line-height: 1.5;
}

.socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.socials a {
  color: #7e8892;
}

.socials svg {
  width: 19px;
  height: 19px;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h4 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 13px;
}

.footer-col a,
.footer-legal a {
  color: #9ba5ae;
  font-size: 13px;
}

.footer-col a:hover,
.footer-legal a:hover,
.socials a:hover {
  color: #fff;
}

.footer-legal {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-legal div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}



.site-header.is-open {
  align-items: start;
}

.site-header.is-open .nav-links,
.site-header.is-open .header-actions {
  display: flex;
}

@media (max-width: 1400px) and (min-width: 981px) {
  .hero-art {
    background-position: 38% center;
  }
}

@media (max-width: 1280px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 40px, var(--max));
  }


  .nav-links {
    gap: 22px;
  }

  .hero-copy {
    width: min(600px, 54vw);
  }

  .four-section {
    grid-template-columns: 280px 1fr;
  }

  .model-card {
    grid-column: 1 / -1;
  }

  .wallet-section {
    grid-template-columns: 1fr 1fr;
  }

  .wallet-copy {
    grid-column: 1 / -1;
  }

  .who-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .who-grid article {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

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

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .site-header.is-open {
    height: auto;
    grid-template-columns: 1fr auto;
    padding-bottom: 18px;
    background: rgba(4,9,13,.94);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .site-header.is-open .brand {
    grid-column: 1;
  }

  .site-header.is-open .mobile-menu {
    grid-column: 2;
  }

  .site-header.is-open .nav-links,
  .site-header.is-open .header-actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-header.is-open .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 8px;
  }

  .site-header.is-open .header-actions {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 6px;
  }

  .mobile-menu {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .hero {
    min-height: 740px;
    align-items: end;
    padding-bottom: 70px;
  }

  .hero-art {
    background-image:
      linear-gradient(90deg, rgba(4,9,13,.96) 0%, rgba(4,9,13,.72) 38%, rgba(4,9,13,.12) 100%),
      linear-gradient(180deg, rgba(4,9,13,.25) 0%, rgba(4,9,13,.18) 38%, rgba(4,9,13,.96) 100%),
      url("../img/hero.webp");
    background-position: center right 36%;
  }

  .hero-copy {
    width: min(100%, 620px);
  }

  .hero h1 {
    font-size: clamp(64px, 13vw, 90px);
  }

  .creation-band {
    min-height: 158px;
    grid-template-columns: 90px minmax(190px, 320px) 1fr;
  }

  .band-icon {
    width: 64px;
    height: 64px;
  }

  .band-icon svg {
    width: 28px;
    height: 28px;
  }

  .four-section {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .four-image-wrap {
    min-height: 340px;
  }

  .four-image-wrap img {
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: min(340px, 86%);
  }

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

  .steps-grid article {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px dashed rgba(255,255,255,.16);
  }

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

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 24px, var(--max));
  }

  .brand {
    font-size: 18px;
  }

  .hero {
    min-height: 680px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-ctas {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .watch-link {
    width: fit-content;
  }

  .creation-band {
    grid-template-columns: 1fr;
    align-content: end;
    min-height: 250px;
    padding: 22px;
  }

  .creation-band img {
    object-position: center;
  }

  .band-shade {
    background:
      linear-gradient(0deg, rgba(4,9,13,.94) 0%, rgba(4,9,13,.62) 46%, rgba(4,9,13,.12) 100%),
      linear-gradient(90deg, rgba(4,9,13,.34), rgba(4,9,13,.10));
  }

  .band-icon {
    justify-self: start;
  }

  .band-copy h2 {
    font-size: 45px;
  }

  .model-card {
    grid-template-columns: 1fr;
  }

  .vs {
    margin: 8px 0;
  }

  .who-grid,
  .wallet-section {
    grid-template-columns: 1fr;
  }

  .who-grid article,
  .who-grid article:nth-child(3n),
  .who-grid article:nth-last-child(-n+3) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

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

  .bottom-cta {
    min-height: 330px;
  }

  .bottom-cta-art {
    background-image:
      linear-gradient(180deg, rgba(7,10,18,.96) 0%, rgba(7,10,18,.76) 44%, rgba(7,10,18,.30) 100%),
      url("../img/bottom-cta.webp");
    background-position: center right 22%;
  }

  .bottom-cta-copy {
    width: 100%;
    padding: 32px 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 460px) {
  .hero h1 {
    font-size: 58px;
  }

  .hero {
    min-height: 640px;
  }

  .eyebrow {
    font-size: 10px;
  }

  .btn {
    width: 100%;
  }

  .band-copy h2 {
    font-size: 38px;
  }

  .four-section,
  .who-section,
  .steps-section,
  .wallet-section {
    padding: 18px;
  }

  .four-image-wrap {
    min-height: 260px;
  }

  .four-image-wrap img {
    width: min(280px, 92%);
  }
}
