:root {
  --bg: #ffffff;
  --ink: #0b0b0c;
  --muted: #5d6269;
  --soft: #f6f4f1;
  --line: rgba(10, 10, 10, .11);
  --accent: #0099ff;
  --accent-ink: #ffffff;
  --charcoal: #111315;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10,10,10,.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(10,10,10,.035) 1px, transparent 1px) 0 0 / 72px 72px;
  opacity: .22;
  z-index: -1;
}
.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(1160px, calc(100% - 32px));
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(12,12,13,.58);
  color: #fff;
  backdrop-filter: blur(24px);
  box-shadow: 0 18px 54px rgba(0,0,0,.18);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-links a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.nav-links a:hover {
  color: #fff;
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}
.nav-links .nav-cta {
  background: #fff;
  color: #0b0b0c;
  font-weight: 700;
}
.hero-full {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 154px max(24px, calc((100vw - 1160px) / 2)) 42px;
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  animation: imageDrift 18s ease-in-out infinite alternate;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.22) 55%, rgba(0,0,0,.48)),
    linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.72));
}
.hero-content {
  color: #fff;
  max-width: 820px;
  padding-bottom: 58px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 0;
  font-size: clamp(56px, 9vw, 124px);
  line-height: .88;
  letter-spacing: -.055em;
  font-weight: 700;
  max-width: 900px;
}
h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5.7vw, 76px);
  line-height: .94;
  letter-spacing: -.052em;
  font-weight: 700;
}
h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 700;
}
p { line-height: 1.62; }
.lede {
  margin: 28px 0 0;
  max-width: 690px;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2vw, 22px);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--charcoal);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.button.primary {
  background: var(--accent);
  color: var(--accent-ink);
}
.button.secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
.button.glass {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.28);
  backdrop-filter: blur(18px);
}
.hero-panel {
  justify-self: end;
  width: min(540px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  color: #fff;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(24px);
}
.hero-panel div {
  padding: 18px;
  background: rgba(8,8,8,.34);
}
.label, .tier-kicker {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  margin-bottom: 8px;
}
.hero-panel strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.hero-search {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 1px;
  width: min(840px, 100%);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(22px);
}
.hero-search div, .hero-search a {
  min-height: 78px;
  padding: 18px;
  background: rgba(12,12,13,.42);
  text-decoration: none;
}
.hero-search span {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
}
.hero-search strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.hero-search a {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: rgba(0,153,255,.92);
}
.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.proof-bar div {
  padding: 24px max(18px, calc((100vw - 1160px) / 2 / 4));
  border-right: 1px solid var(--line);
}
.proof-bar strong {
  display: block;
  font-size: 17px;
  letter-spacing: -.02em;
}
.proof-bar span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.band, .split-section, .partner-strip {
  padding: 104px max(24px, calc((100vw - 1160px) / 2));
}
.intro-band { background: #fff; }
.membership-band { background: #0e1012; color: #fff; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 38px;
}
.section-head .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.section-head p {
  color: var(--muted);
  margin: 0;
  max-width: 560px;
}
.membership-band .section-head p { color: rgba(255,255,255,.68); }
.process-grid, .tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.process-card, .tier {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .25s ease, box-shadow .25s ease;
}
.process-card:hover, .tier:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(0,0,0,.1);
}
.process-card span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}
.process-card p, .tier p {
  margin: 18px 0 0;
  color: var(--muted);
}
.split-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1fr);
  gap: 58px;
  align-items: center;
  background: var(--soft);
}
.split-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  max-width: 590px;
  margin-top: 24px;
}
.inventory-showcase {
  display: grid;
  gap: 14px;
}
.showcase-caption {
  padding: 20px 22px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  background: #fff;
}
.showcase-caption span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.showcase-caption strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}
.inventory-showcase article {
  display: grid;
  grid-template-columns: 158px 1fr;
  min-height: 134px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
}
.inventory-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inventory-showcase article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}
.inventory-showcase strong {
  font-size: 22px;
  letter-spacing: -.03em;
}
.inventory-showcase span {
  color: var(--muted);
  margin-top: 6px;
}
.tier {
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.12);
}
.tier h3 { font-size: 34px; }
.tier-grid-featured {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}
.tier-featured {
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(0,153,255,.2), rgba(255,255,255,.04)),
    rgba(255,255,255,.07);
}
.tier-featured h3 {
  font-size: clamp(54px, 9vw, 92px);
  line-height: .9;
  letter-spacing: -.06em;
}
.tier .tier-kicker { color: var(--accent); }
.tier p { color: rgba(255,255,255,.68); }
.partner-strip {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #fff;
}
.partner-strip p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  margin-top: 22px;
}
.footer {
  padding: 32px max(24px, calc((100vw - 1160px) / 2)) 46px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .brand-mark { background: var(--ink); }
.footer a {
  color: var(--muted);
  text-decoration: none;
  margin-left: 18px;
  font-size: 14px;
}
.footer .brand { color: var(--ink); margin-left: 0; }

.shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
}
.nav .brand { color: var(--ink); }
.nav .brand::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: inset 0 0 0 8px var(--accent);
}
.nav .nav-links a {
  color: var(--muted);
}
.nav .nav-links .button.primary,
.nav .button.primary {
  color: #fff;
  background: var(--accent);
}
.hero:not(.hero-full) {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .48fr);
  gap: 52px;
  align-items: end;
  min-height: 620px;
  padding: 84px 0 72px;
}
.hero:not(.hero-full) h1 {
  color: var(--ink);
  max-width: 780px;
}
.hero:not(.hero-full) .lede {
  color: var(--muted);
}
.panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0,153,255,.12), rgba(255,255,255,0) 50%),
    #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.08);
}
.panel h2 {
  font-size: 32px;
}
.copy {
  color: var(--muted);
  margin: 16px 0 0;
}
.section {
  padding: 72px 0 110px;
}
.inventory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.listing {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
}
.listing-media {
  min-height: 160px;
  display: flex;
  align-items: end;
  padding: 18px;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=900&q=80&fit=crop") center / cover;
}
.listing-body {
  padding: 22px;
}
.listing-body .meta {
  margin-top: 8px;
  color: var(--muted);
}
.listing-body p {
  margin: 18px 0 0;
}
.listing-body a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}
.verify-link-form {
  width: min(420px, 100%);
  display: grid;
  gap: 10px;
}
.verify-link-form input,
.verify-link-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: #fff;
}
.verify-link-form textarea {
  min-height: 104px;
  resize: vertical;
}
.verify-link-form .choice {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.verify-link-form .choice input {
  width: auto;
}
.verify-link-form button {
  width: 100%;
  border: 0;
}
.verify-link-form div {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,.04);
}
.faq-list summary {
  cursor: pointer;
  padding: 20px 0;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.02em;
}
.faq-list p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
}
.reveal {
  animation: riseIn .75s cubic-bezier(.2,.8,.2,1) both;
}
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
@keyframes riseIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes imageDrift {
  from { transform: scale(1.035) translate3d(0,0,0); }
  to { transform: scale(1.08) translate3d(-18px, -10px, 0); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (max-width: 980px) {
  .site-header {
    position: absolute;
    top: 12px;
    border-radius: 22px;
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-links { justify-content: flex-start; }
  .hero-full { padding-top: 196px; min-height: 980px; }
  .hero-panel { justify-self: stretch; grid-template-columns: 1fr; }
  .section-head, .split-section, .hero:not(.hero-full) { grid-template-columns: 1fr; }
  .process-grid, .tier-grid { grid-template-columns: 1fr; }
  .hero-search, .proof-bar, .inventory { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-header { width: calc(100% - 20px); }
  .nav-links a { padding: 8px 9px; font-size: 12px; }
  .hero-full { padding-left: 18px; padding-right: 18px; min-height: 900px; }
  h1 { font-size: clamp(52px, 18vw, 74px); }
  h2 { font-size: 42px; }
  .band, .split-section, .partner-strip, .footer { padding-left: 18px; padding-right: 18px; }
  .inventory-showcase article { grid-template-columns: 112px 1fr; }
  .partner-strip { display: block; }
  .partner-strip .button { margin-top: 24px; }
}
