:root {
  --bg: #050505;
  --bg2: #0a0a0a;
  --panel: rgba(255, 255, 255, 0.045);
  --panel2: rgba(255, 255, 255, 0.075);
  --line: rgba(255, 255, 255, 0.11);
  --line2: rgba(255, 255, 255, 0.18);
  --text: #f7f7f5;
  --muted: #9a9a96;
  --muted2: #c8c8c2;
  --pink: #fc03c6;
  --cyan: #00e1fa;
  --green: #82ffb5;
  --radius: 30px;
  --max: 1440px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.color-tier-label {
  margin: 22px 0 12px;
  color: #f7f7f5;
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.option-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .option-grid.three {
    grid-template-columns: 1fr;
  }
}

body {
  margin: 0;
  color: var(--text);
  background: #000;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

body::before,
body::after {
  content: none;
  display: none;
}

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

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

button,
input {
  font: inherit;
}

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

.topbar {
  position: sticky;
  top: 16px;
  z-index: 100;
  height: 72px;
  margin-top: 16px;
  padding: 0 12px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.68);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.brand-lockup,
.footer-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--cyan));
  box-shadow: 0 0 22px rgba(252, 3, 198, 0.52), 0 0 18px rgba(0, 225, 250, 0.28);
}

.logo-lockup {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 800;
}

.site-logo {
  width: 178px;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 0 10px rgba(252, 3, 198, 0.28))
    drop-shadow(0 0 12px rgba(0, 225, 250, 0.16));
}

.footer-logo {
  width: 150px;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 0 8px rgba(252, 3, 198, 0.22))
    drop-shadow(0 0 10px rgba(0, 225, 250, 0.12));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  color: #d4d4ce;
  padding: 13px 15px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 620;
  letter-spacing: -0.01em;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
}

.site-nav .nav-buy {
  margin-left: 4px;
  color: #050505;
  background: #f4f4ef;
  border: 1px solid #f4f4ef;
}

.site-nav .nav-buy:hover,
.site-nav .nav-buy.is-active {
  color: #050505;
  background: #fff;
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.menu-button span {
  width: 20px;
  height: 2px;
  margin: 4px auto;
  display: block;
  border-radius: 99px;
  background: #fff;
}

.hero,
.page-hero {
  min-height: calc(100vh - 116px);
  display: grid;
  align-items: center;
  gap: 40px;
  padding: 54px 0 70px;
}

.hero-home {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
}

.kicker {
  margin: 0 0 22px;
  color: #c7c7c0;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.order-product h1 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 10.8rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
  font-weight: 760;
}

.hero h1 span,
.page-hero h1 span {
  color: #8d8d89;
}

.page-hero {
  min-height: 520px;
  align-content: end;
  padding-bottom: 78px;
}

.page-hero h1 {
  font-size: clamp(4rem, 11vw, 12rem);
}

.lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.45vw, 1.34rem);
  line-height: 1.66;
  letter-spacing: -0.015em;
}

.narrow {
  max-width: 760px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.small-actions {
  margin-top: 28px;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 720;
  letter-spacing: -0.02em;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button-light {
  color: #050505;
  background: #f6f6f0;
  border-color: #f6f6f0;
}

.button-light:hover {
  background: #fff;
}

.button-dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

.button-dark:hover {
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(255, 255, 255, 0.22);
}

.button.full {
  width: 100%;
}

.hero-product {
  min-height: 720px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 46px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    radial-gradient(circle at 24% 24%, rgba(252, 3, 198, 0.11), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(0, 225, 250, 0.10), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    #080808;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-product::before {
  content: "";
  position: absolute;
  width: 84%;
  height: 58%;
  left: 8%;
  top: 21%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
  filter: blur(18px);
  opacity: 0.55;
}

.hero-product::after {
  content: "DEVICE";
  position: absolute;
  right: -0.06em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.038);
  font-size: clamp(6rem, 14vw, 18rem);
  font-weight: 820;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.product-halo {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.015), 0 0 0 90px rgba(255, 255, 255, 0.01);
}

.hero-product img {
  position: relative;
  z-index: 2;
  width: min(112%, 1040px);
  max-width: none;
  transform: translateX(-2%) rotate(-1deg);
  filter: drop-shadow(0 34px 55px rgba(0, 0, 0, 0.58));
}

.section-pad {
  padding: 48px 0 90px;
}

.compact-pad {
  padding-top: 22px;
}

.split-feature {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
}

.feature-panel,
.detail-card,
.mini-card,
.wallet-card,
.token-grid article,
.price-card,
.order-summary,
.spec-table,
.spec-visual,
.gallery-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018)),
    #090909;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.20);
}

.feature-panel {
  min-height: 520px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.feature-panel h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.6rem, 6vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.feature-panel p:not(.kicker) {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.image-panel {
  padding: 0;
  justify-content: center;
}

.image-panel img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-cards,
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mini-card,
.detail-card {
  min-height: 270px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.mini-card::before,
.detail-card::before,
.wallet-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(252, 3, 198, 0.08), transparent 35%),
    radial-gradient(circle at 95% 100%, rgba(0, 225, 250, 0.07), transparent 38%);
  pointer-events: none;
}

.mini-card span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 88px;
  color: var(--muted2);
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.16em;
}

.mini-card h3,
.detail-card h2,
.wallet-card h2,
.order-summary h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.mini-card p,
.detail-card p,
.wallet-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.spec-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.spec-visual {
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.016)),
    #080808;
}

.spec-visual img {
  width: min(112%, 900px);
  max-width: none;
  filter: drop-shadow(0 34px 55px rgba(0, 0, 0, 0.52));
}

.spec-table {
  padding: 20px;
}

.spec-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.spec-row:last-child {
  border-bottom: 0;
}

.spec-row span {
  color: var(--muted);
  font-size: 0.92rem;
}

.spec-row strong {
  color: #f2f2ed;
  font-size: 1.12rem;
  font-weight: 680;
  letter-spacing: -0.02em;
}

.details-grid .detail-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.gallery-item {
  min-height: 430px;
  grid-column: span 3;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.gallery-wide {
  grid-column: span 6;
  min-height: 560px;
}

.gallery-item figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #f7f7f2;
  background: rgba(0, 0, 0, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 0.84rem;
  font-weight: 680;
}

.order-page {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  padding: 70px 0 90px;
}

.order-product {
  min-height: calc(100vh - 140px);
}

.sticky-product {
  position: sticky;
  top: 112px;
}

.order-product h1 {
  font-size: clamp(3.4rem, 7vw, 7.6rem);
  max-width: 680px;
}

.order-product img {
  margin: 36px auto 24px;
  width: min(110%, 820px);
  max-width: none;
  filter: drop-shadow(0 34px 55px rgba(0, 0, 0, 0.52));
}

.price-card {
  padding: 24px;
  display: grid;
  gap: 6px;
}

.price-card span,
.price-card small {
  color: var(--muted);
}

.price-card strong {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.065em;
}

.configurator {
  display: grid;
  gap: 34px;
}

.config-group {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.config-heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
}

.config-heading span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0.15em;
}

.config-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

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

.option-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.option-card:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.055);
}

.option-card.selected {
  border-color: rgba(255, 255, 255, 0.45);
  background:
    linear-gradient(135deg, rgba(252, 3, 198, 0.075), rgba(0, 225, 250, 0.055)),
    rgba(255, 255, 255, 0.065);
}

.option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-card strong {
  font-size: 1.12rem;
  letter-spacing: -0.025em;
}

.option-card small {
  color: var(--muted);
  line-height: 1.45;
}

.swatch {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.swatch-white {
  background: linear-gradient(135deg, #fff, #cfcfc8);
}

.swatch-black {
  background: linear-gradient(135deg, #181818, #010101);
}

.swatch-clear {
  background: linear-gradient(135deg, rgba(255,255,255,0.65), rgba(0,225,250,0.22), rgba(252,3,198,0.18));
}

.order-summary {
  padding: 24px;
  display: grid;
  gap: 24px;
}

.order-summary ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.order-summary li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--muted2);
}

.order-summary li span:first-child {
  color: var(--muted);
}

.pdf-shell {
  height: min(920px, 84vh);
}

.pdf-shell iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  background: #111;
}

.wallet-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 18px;
}

.wallet-card {
  min-height: 460px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.wallet-status {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-bottom: auto;
  padding: 10px 14px;
  color: #050505;
  background: #f6f6f0;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 740;
}

.wallet-status.connected {
  background: var(--green);
}

.wallet-address {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: #d7d7d0;
  background: rgba(0,0,0,0.22);
  word-break: break-all;
}

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

.token-grid article {
  min-height: 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.token-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.token-grid strong {
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
}

.token-grid small {
  color: var(--muted);
}

.site-footer {
  min-height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #8e8e88;
}

.footer-left strong {
  color: #f4f4ef;
}

.footer-right {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.delay-1 { animation-delay: 0.09s; }
.delay-2 { animation-delay: 0.18s; }

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .hero-home,
  .split-feature,
  .spec-layout,
  .order-page,
  .wallet-layout {
    grid-template-columns: 1fr;
  }

  .hero-product {
    min-height: 620px;
  }

  .order-product {
    min-height: auto;
  }

  .sticky-product {
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px) {
  .site-shell {
    width: min(calc(100% - 22px), var(--max));
  }

  .topbar {
    top: 10px;
    margin-top: 10px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 28px;
    background: rgba(9, 9, 9, 0.92);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 16px;
  }

  .site-nav .nav-buy {
    margin-left: 0;
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding: 58px 0 54px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(4rem, 18vw, 8rem);
  }

  .hero-product {
    min-height: 520px;
    border-radius: 34px;
  }

  .hero-product img {
    width: min(128%, 860px);
  }

  .feature-panel {
    min-height: 420px;
    padding: 28px;
  }

  .home-cards,
  .details-grid,
  .option-grid,
  .token-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-item,
  .gallery-wide {
    min-height: 380px;
    grid-column: span 1;
  }

  .spec-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .topbar {
    height: 66px;
    padding-left: 18px;
  }

  .brand-lockup,
  .footer-left {
    letter-spacing: 0.16em;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions,
  .small-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-product {
    min-height: 430px;
  }

  .hero-product img {
    width: 142%;
  }

  .feature-panel h2 {
    font-size: clamp(2.5rem, 13vw, 4.6rem);
  }

  .price-card strong {
    font-size: 3rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 22px 0;
  }
}


@media (max-width: 900px) {
  .site-logo {
    width: 154px;
  }

  .footer-logo {
    width: 138px;
  }
}

@media (max-width: 560px) {
  .site-logo {
    width: 132px;
  }

  .footer-logo {
    width: 124px;
  }
}

/* =======================================
   USER UPDATE: NEW CROPPED LOGO + CLEAN PNG HERO
   - no purple logo shadow
   - no hero card/box
   - no circles
   - no DEVICE background text
======================================= */
.site-logo {
  width: 220px !important;
  height: auto !important;
  display: block !important;
  filter: none !important;
}

.footer-logo {
  width: 190px !important;
  height: auto !important;
  display: block !important;
  filter: none !important;
}

.logo-lockup {
  background: transparent !important;
  box-shadow: none !important;
}

.hero-product {
  min-height: 720px !important;
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.hero-product::before,
.hero-product::after,
.product-halo {
  content: none !important;
  display: none !important;
}

.hero-product img {
  position: relative !important;
  z-index: 2 !important;
  width: min(118%, 1080px) !important;
  max-width: none !important;
  height: auto !important;
  transform: translateX(3%) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 55px rgba(0, 0, 0, 0.62)) !important;
}

@media (max-width: 1120px) {
  .hero-product {
    min-height: 620px !important;
  }
}

@media (max-width: 900px) {
  .site-logo {
    width: 176px !important;
  }

  .footer-logo {
    width: 158px !important;
  }

  .hero-product {
    min-height: 520px !important;
  }

  .hero-product img {
    width: min(118%, 860px) !important;
  }
}

@media (max-width: 560px) {
  .site-logo {
    width: 150px !important;
  }

  .footer-logo {
    width: 138px !important;
  }

  .hero-product {
    min-height: 430px !important;
  }

  .hero-product img {
    width: 122% !important;
  }
}

/* =======================================
   USER UPDATE: HERO COPY + STICKY PREORDER FOOTER
   - Product preview text changed to Introducing
   - Hero subtitle becomes two clean lines
   - Hero buttons removed in PHP
   - Large fixed Pre-Order Now button stays visible while scrolling
======================================= */
body {
  padding-bottom: 142px;
}

.hero-intro {
  margin-left: -14px !important;
  margin-bottom: 20px !important;
  font-size: clamp(1.04rem, 1.32vw, 1.46rem) !important;
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
  color: #f5f5f0 !important;
}

.hero-tagline {
  margin-top: 34px !important;
  max-width: 760px !important;
  color: #f4f4ef !important;
  font-size: clamp(1.35rem, 2.15vw, 2.38rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.045em !important;
  font-weight: 720 !important;
}

.hero-tagline span {
  display: block;
}

.hero-tagline span + span {
  margin-top: 8px;
  color: #a8a8a3;
  font-weight: 640;
}

.sticky-preorder-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  min-height: 132px;
  padding: 18px 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.82) 28%, #000 100%);
  pointer-events: none;
}

.sticky-preorder-button {
  pointer-events: auto;
  min-height: 108px;
  min-width: min(520px, calc(100vw - 36px));
  padding: 0 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #050505;
  background: #f6f6f0;
  border: 1px solid #f6f6f0;
  font-size: clamp(1.18rem, 1.65vw, 1.55rem);
  font-weight: 820;
  letter-spacing: -0.035em;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
  transition: transform 0.2s ease, background 0.2s ease;
}

.sticky-preorder-button:hover {
  transform: translateY(-2px);
  background: #fff;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 118px;
  }

  .hero-intro {
    margin-left: -8px !important;
  }

  .hero-tagline {
    font-size: clamp(1.24rem, 5.5vw, 2rem) !important;
  }

  .sticky-preorder-footer {
    min-height: 112px;
    padding: 14px 14px 18px;
  }

  .sticky-preorder-button {
    min-height: 88px;
    min-width: calc(100vw - 28px);
    padding: 0 28px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 104px;
  }

  .hero-intro {
    margin-left: 0 !important;
    font-size: 0.98rem !important;
  }

  .hero-tagline {
    margin-top: 26px !important;
    font-size: 1.28rem !important;
    line-height: 1.24 !important;
  }

  .sticky-preorder-footer {
    min-height: 100px;
  }

  .sticky-preorder-button {
    min-height: 78px;
    font-size: 1.12rem;
  }
}


/* =======================================
   USER UPDATE: FAVICON + ALL CAPS HERO BLURB + FOOTER ART
   - favicon uses pink SIGIL mark
   - hero blurb under SIGIL 1 is all caps
   - footer graffiti image hugs the right side beside Pre-Order Now
======================================= */
.hero-tagline {
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.hero-tagline span,
.hero-tagline span + span {
  text-transform: uppercase !important;
}

.sticky-preorder-footer {
  justify-content: center !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.sticky-footer-art {
  position: absolute;
  right: 20px;
  bottom: 18px;
  height: 108px;
  width: auto;
  max-width: min(31vw, 330px);
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.52));
}

@media (max-width: 1180px) {
  .sticky-preorder-button {
    transform: translateX(-72px);
  }

  .sticky-preorder-button:hover {
    transform: translateX(-72px) translateY(-2px);
  }

  .sticky-footer-art {
    height: 94px;
    max-width: min(30vw, 270px);
  }
}

@media (max-width: 820px) {
  .sticky-preorder-footer {
    justify-content: center !important;
  }

  .sticky-preorder-button,
  .sticky-preorder-button:hover {
    transform: none;
  }

  .sticky-footer-art {
    right: 12px;
    bottom: 82px;
    height: 52px;
    max-width: 42vw;
    opacity: 0.92;
  }
}

@media (max-width: 560px) {
  .sticky-footer-art {
    height: 42px;
    bottom: 74px;
    max-width: 46vw;
  }
}

/* =======================================
   FINAL USER UPDATE: NAV, FOOTER, BATCH ART
   - Tech Specs renamed to Features
   - Blockchain tab added
   - Up Close tab removed
   - Wallet nav becomes gray pill button with white text
   - Footer text changed to Vetted XI
   - Updated batch-shipment art sits closer to the Pre-Order Now button
======================================= */

.site-nav .nav-wallet {
  color: #ffffff !important;
  background: rgba(140, 140, 140, 0.36) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-nav .nav-wallet:hover,
.site-nav .nav-wallet.is-active {
  color: #ffffff !important;
  background: rgba(165, 165, 165, 0.44) !important;
}

.sticky-preorder-footer {
  justify-content: flex-end !important;
  gap: 34px !important;
  padding-left: 24px !important;
  padding-right: 42px !important;
}

.sticky-preorder-button,
.sticky-preorder-button:hover {
  transform: none !important;
}

.sticky-footer-art {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  height: 116px !important;
  width: auto !important;
  max-width: min(28vw, 360px) !important;
  object-fit: contain !important;
  object-position: right center !important;
  pointer-events: none !important;
  user-select: none !important;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.52)) !important;
}

@media (max-width: 1180px) {
  .sticky-preorder-footer {
    gap: 22px !important;
    padding-right: 22px !important;
  }

  .sticky-footer-art {
    height: 96px !important;
    max-width: min(27vw, 290px) !important;
  }

  .sticky-preorder-button {
    min-width: min(470px, 56vw) !important;
  }
}

@media (max-width: 820px) {
  .sticky-preorder-footer {
    justify-content: center !important;
    gap: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .sticky-preorder-button {
    min-width: 0 !important;
    width: calc(100vw - 160px) !important;
    min-height: 80px !important;
    padding: 0 20px !important;
  }

  .sticky-footer-art {
    height: 66px !important;
    max-width: 132px !important;
  }
}

@media (max-width: 560px) {
  .sticky-preorder-footer {
    gap: 6px !important;
  }

  .sticky-preorder-button {
    width: calc(100vw - 122px) !important;
    min-height: 72px !important;
    padding: 0 16px !important;
    font-size: 1rem !important;
  }

  .sticky-footer-art {
    height: 54px !important;
    max-width: 104px !important;
  }
}

/* =======================================
   USER UPDATE: CENTER PREORDER + NEW BATCH ART + SMALLER HERO BLURB
   - Pre-order button returns to center
   - Graffiti image sits close to the button near center
   - Hero blurb is smaller and split into three lines
======================================= */
.hero-tagline {
  margin-top: 30px !important;
  max-width: 640px !important;
  color: #f0f0eb !important;
  font-size: clamp(0.86rem, 1.02vw, 1.12rem) !important;
  line-height: 1.38 !important;
  letter-spacing: 0.075em !important;
  font-weight: 720 !important;
  text-transform: uppercase !important;
}

.hero-tagline span {
  display: block !important;
  color: #edede8 !important;
  text-transform: uppercase !important;
}

.hero-tagline span + span {
  margin-top: 5px !important;
  color: #ababa5 !important;
  font-weight: 680 !important;
}

.hero-tagline span:first-child {
  font-size: 1em !important;
  color: #f3f3ee !important;
  font-weight: 720 !important;
}

.sticky-preorder-footer {
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.sticky-preorder-button,
.sticky-preorder-button:hover {
  transform: none !important;
}

.sticky-footer-art {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  height: 126px !important;
  width: auto !important;
  max-width: min(34vw, 430px) !important;
  object-fit: contain !important;
  object-position: left center !important;
  pointer-events: none !important;
  user-select: none !important;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.52)) !important;
}

@media (max-width: 1180px) {
  .sticky-preorder-footer {
    gap: 12px !important;
  }

  .sticky-preorder-button {
    min-width: min(440px, 50vw) !important;
  }

  .sticky-footer-art {
    height: 98px !important;
    max-width: min(34vw, 300px) !important;
  }
}

@media (max-width: 820px) {
  .hero-tagline {
    font-size: clamp(0.82rem, 3.1vw, 1rem) !important;
    line-height: 1.42 !important;
    letter-spacing: 0.055em !important;
  }

  .sticky-preorder-footer {
    gap: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sticky-preorder-button {
    min-width: 0 !important;
    width: calc(100vw - 148px) !important;
    min-height: 80px !important;
    padding: 0 18px !important;
  }

  .sticky-footer-art {
    height: 64px !important;
    max-width: 126px !important;
  }
}

@media (max-width: 560px) {
  .hero-tagline {
    margin-top: 24px !important;
    font-size: 0.78rem !important;
    line-height: 1.42 !important;
    letter-spacing: 0.045em !important;
  }

  .sticky-preorder-footer {
    gap: 6px !important;
  }

  .sticky-preorder-button {
    width: calc(100vw - 110px) !important;
    min-height: 72px !important;
    padding: 0 14px !important;
    font-size: 1rem !important;
  }

  .sticky-footer-art {
    height: 52px !important;
    max-width: 96px !important;
  }
}

/* =======================================
   USER REQUEST FINAL: CENTER PREORDER, VTD WALLET, TM/COPYRIGHT
======================================= */
.hero h1 .mark-symbol {
  font-size: 0.22em;
  line-height: 0;
  vertical-align: super;
  margin-left: 0.055em;
  letter-spacing: 0;
  color: #8d8d89;
}

.hero-tagline {
  max-width: 560px !important;
  font-size: clamp(0.72rem, 0.88vw, 0.98rem) !important;
  line-height: 1.34 !important;
  letter-spacing: 0.068em !important;
}

.hero-tagline span:first-child,
.hero-tagline span + span {
  font-size: 1em !important;
}

.wallet-hero .hero-actions,
.wallet-hero [data-wallet-button] {
  display: none !important;
}

.wallet-vtd-only {
  grid-template-columns: 0.86fr 1.14fr !important;
}

.wallet-vtd-only .token-grid {
  grid-template-columns: 1fr !important;
}

.wallet-vtd-only .vtd-token-card {
  min-height: 460px;
}

.wallet-vtd-only .vtd-token-card strong {
  font-size: clamp(5rem, 10vw, 12rem);
}

.sticky-preorder-footer {
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  min-height: 138px !important;
  padding: 18px 18px 24px !important;
}

.sticky-preorder-button {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: clamp(360px, 34vw, 520px) !important;
  min-width: 0 !important;
  min-height: 108px !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
}

.sticky-preorder-button:hover {
  transform: translate(-50%, calc(-50% - 2px)) !important;
}

.sticky-footer-art {
  position: absolute !important;
  left: calc(50% + clamp(180px, 17vw, 260px) + 14px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 124px !important;
  width: auto !important;
  max-width: min(31vw, 390px) !important;
  object-fit: contain !important;
  object-position: left center !important;
  z-index: 1 !important;
}

@media (max-width: 1180px) {
  .sticky-preorder-button {
    width: clamp(330px, 42vw, 470px) !important;
    min-height: 94px !important;
  }

  .sticky-footer-art {
    left: calc(50% + clamp(165px, 21vw, 235px) + 10px) !important;
    height: 92px !important;
    max-width: min(28vw, 270px) !important;
  }
}

@media (max-width: 820px) {
  .wallet-vtd-only {
    grid-template-columns: 1fr !important;
  }

  .wallet-vtd-only .vtd-token-card {
    min-height: 260px;
  }

  .sticky-preorder-footer {
    min-height: 112px !important;
    padding: 14px 12px 18px !important;
  }

  .sticky-preorder-button {
    width: calc(100vw - 150px) !important;
    min-height: 80px !important;
    left: calc(50% - 34px) !important;
    font-size: 1rem !important;
  }

  .sticky-footer-art {
    left: auto !important;
    right: 10px !important;
    height: 62px !important;
    max-width: 128px !important;
  }
}

@media (max-width: 560px) {
  .hero-tagline {
    font-size: 0.7rem !important;
    line-height: 1.38 !important;
    letter-spacing: 0.05em !important;
  }

  .sticky-preorder-button {
    width: calc(100vw - 112px) !important;
    min-height: 72px !important;
    left: calc(50% - 28px) !important;
    font-size: 0.95rem !important;
  }

  .sticky-footer-art {
    right: 7px !important;
    height: 50px !important;
    max-width: 96px !important;
  }
}

/* =======================================
   USER UPDATE: LARGER HERO BLURB + BASELINE COPYRIGHT + CENTER FOOTER CTA
======================================= */
.hero h1 .mark-symbol {
  display: inline-block !important;
  font-size: 0.18em !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
  position: relative !important;
  top: 0.06em !important;
  margin-left: 0.035em !important;
  letter-spacing: 0 !important;
  color: #8d8d89 !important;
}

.hero-tagline {
  margin-top: 32px !important;
  max-width: none !important;
  width: max-content !important;
  color: #f0f0eb !important;
  font-size: clamp(1.02rem, 1.25vw, 1.42rem) !important;
  line-height: 1.34 !important;
  letter-spacing: 0.055em !important;
  font-weight: 740 !important;
  text-transform: uppercase !important;
}

.hero-tagline span {
  display: block !important;
  white-space: nowrap !important;
  color: #ededed !important;
  text-transform: uppercase !important;
}

.hero-tagline span + span {
  margin-top: 6px !important;
  color: #bdbdb8 !important;
  font-weight: 700 !important;
}

.hero-tagline span:first-child {
  font-size: 1em !important;
  color: #f3f3ee !important;
  font-weight: 740 !important;
}

.sticky-preorder-footer {
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 132px !important;
  padding: 18px 18px 24px !important;
}

.sticky-preorder-button,
.sticky-preorder-button:hover {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  min-width: min(520px, calc(100vw - 36px)) !important;
  min-height: 108px !important;
  transform: none !important;
  z-index: 2 !important;
}

.sticky-preorder-button:hover {
  transform: translateY(-2px) !important;
}

.sticky-footer-art {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  height: 124px !important;
  width: auto !important;
  max-width: min(34vw, 430px) !important;
  object-fit: contain !important;
  object-position: left center !important;
  z-index: 1 !important;
}

@media (max-width: 1180px) {
  .hero-tagline {
    font-size: clamp(0.94rem, 1.34vw, 1.24rem) !important;
  }

  .sticky-preorder-footer {
    gap: 12px !important;
  }

  .sticky-preorder-button,
  .sticky-preorder-button:hover {
    min-width: min(440px, 50vw) !important;
    min-height: 94px !important;
  }

  .sticky-footer-art {
    height: 98px !important;
    max-width: min(34vw, 300px) !important;
  }
}

@media (max-width: 820px) {
  .hero-tagline {
    width: auto !important;
    font-size: clamp(0.78rem, 2.55vw, 1rem) !important;
    line-height: 1.42 !important;
    letter-spacing: 0.042em !important;
  }

  .sticky-preorder-footer {
    gap: 8px !important;
    min-height: 112px !important;
    padding: 14px 10px 18px !important;
  }

  .sticky-preorder-button,
  .sticky-preorder-button:hover {
    min-width: 0 !important;
    width: calc(100vw - 148px) !important;
    min-height: 80px !important;
    padding: 0 18px !important;
    font-size: 1rem !important;
  }

  .sticky-footer-art {
    height: 64px !important;
    max-width: 126px !important;
  }
}

@media (max-width: 560px) {
  .hero-tagline {
    margin-top: 24px !important;
    font-size: clamp(0.56rem, 2.55vw, 0.76rem) !important;
    line-height: 1.42 !important;
    letter-spacing: 0.025em !important;
  }

  .sticky-preorder-footer {
    gap: 6px !important;
  }

  .sticky-preorder-button,
  .sticky-preorder-button:hover {
    width: calc(100vw - 110px) !important;
    min-height: 72px !important;
    padding: 0 14px !important;
    font-size: 0.95rem !important;
  }

  .sticky-footer-art {
    height: 52px !important;
    max-width: 96px !important;
  }
}


/* =======================================
   USER UPDATE 2026-04-18: HERO BLURB SIZE + FEATURE PANEL FIX
   - Blurb restored to the smaller size from the approved screenshot
   - Feature headline forced into two clean lines
   - Feature paragraph all caps
   - Feature image fills the box better
======================================= */
.hero-tagline {
  margin-top: 30px !important;
  max-width: 640px !important;
  width: max-content !important;
  color: #f0f0eb !important;
  font-size: clamp(0.86rem, 1.02vw, 1.12rem) !important;
  line-height: 1.38 !important;
  letter-spacing: 0.075em !important;
  font-weight: 720 !important;
  text-transform: uppercase !important;
}

.hero-tagline span {
  display: block !important;
  white-space: nowrap !important;
  color: #edede8 !important;
  text-transform: uppercase !important;
}

.hero-tagline span + span {
  margin-top: 5px !important;
  color: #ababa5 !important;
  font-size: 1em !important;
  font-weight: 680 !important;
}

.hero-tagline span:first-child {
  font-size: 1em !important;
  color: #f3f3ee !important;
  font-weight: 720 !important;
}

.attentive-title {
  max-width: none !important;
  font-size: clamp(3.35rem, 5.15vw, 5.65rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.075em !important;
}

.attentive-title span {
  display: block !important;
  white-space: nowrap !important;
}

.feature-panel p:not(.kicker) {
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
}

.feature-panel.image-panel {
  padding: 0 !important;
  overflow: hidden !important;
}

.feature-panel.image-panel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.10) !important;
}

@media (max-width: 1120px) {
  .attentive-title {
    font-size: clamp(3rem, 8.8vw, 5.2rem) !important;
  }
}

@media (max-width: 900px) {
  .hero-tagline {
    width: auto !important;
    font-size: clamp(0.78rem, 2.55vw, 1rem) !important;
    line-height: 1.42 !important;
    letter-spacing: 0.042em !important;
  }

  .attentive-title {
    font-size: clamp(2.7rem, 10vw, 4.4rem) !important;
  }
}

@media (max-width: 560px) {
  .hero-tagline {
    margin-top: 24px !important;
    font-size: clamp(0.56rem, 2.55vw, 0.76rem) !important;
    line-height: 1.42 !important;
    letter-spacing: 0.025em !important;
  }

  .attentive-title {
    font-size: clamp(2.1rem, 11vw, 3.1rem) !important;
  }
}

/* =======================================
   USER UPDATE: PURPOSE TAB + VIDEO CARDS + FEATURE PANEL FIT
======================================= */

.site-nav a {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.split-feature {
  grid-template-columns: 1fr !important;
}

.feature-panel.tall {
  min-height: clamp(620px, 63vw, 900px) !important;
  padding: clamp(46px, 6vw, 86px) !important;
  justify-content: flex-end !important;
}

.attentive-title {
  display: grid !important;
  gap: 0.22em !important;
  max-width: none !important;
  font-size: clamp(3.2rem, 7.4vw, 7.2rem) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.078em !important;
}

.attentive-title span {
  display: block !important;
  white-space: nowrap !important;
}

.feature-panel.tall p:not(.kicker) {
  max-width: 920px !important;
  margin-top: 52px !important;
  font-size: clamp(1.08rem, 1.55vw, 1.55rem) !important;
  line-height: 1.82 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

.feature-panel.image-panel {
  min-height: clamp(520px, 52vw, 760px) !important;
}

.feature-panel.image-panel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.18) !important;
}

.video-card-grid {
  align-items: stretch;
}

.video-link-card {
  min-height: 360px !important;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  color: #fff !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  position: relative !important;
  isolation: isolate !important;
  transition: transform 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
}

.video-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.22) !important;
  filter: brightness(1.08);
}

.video-link-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-card-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.18) 38%, rgba(0,0,0,0.72) 100%),
    radial-gradient(circle at 20% 18%, rgba(252,3,198,0.24), transparent 35%),
    radial-gradient(circle at 82% 14%, rgba(0,225,250,0.18), transparent 32%);
  pointer-events: none;
}

.video-link-card span,
.video-link-card h3 {
  position: relative !important;
  z-index: 2 !important;
}

.video-link-card span {
  margin-bottom: 18px !important;
  color: rgba(255,255,255,0.72) !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.18em !important;
}

.video-link-card h3 {
  margin: 0 !important;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.07em !important;
  text-transform: uppercase;
}

.video-link-card::before,
.video-link-card::after {
  display: none !important;
  content: none !important;
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.purpose-panel {
  min-height: 520px;
  padding: clamp(34px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018)), #090909;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.20);
  overflow: hidden;
}

.purpose-panel h2 {
  margin: 0 0 24px;
  max-width: 760px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.purpose-panel p:not(.kicker) {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.8;
}

@media (max-width: 1120px) {
  .feature-panel.tall {
    min-height: 620px !important;
  }

  .attentive-title {
    font-size: clamp(3.1rem, 8.2vw, 6.2rem) !important;
  }

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

@media (max-width: 900px) {
  .site-nav a {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .feature-panel.tall {
    min-height: 540px !important;
    padding: 34px !important;
  }

  .attentive-title {
    font-size: clamp(2.55rem, 9.6vw, 5.2rem) !important;
    gap: 0.28em !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 38px !important;
    font-size: clamp(0.9rem, 2.6vw, 1.1rem) !important;
    letter-spacing: 0.07em !important;
  }

  .video-link-card {
    min-height: 300px !important;
  }
}

@media (max-width: 560px) {
  .feature-panel.tall {
    min-height: 500px !important;
    padding: 26px !important;
  }

  .attentive-title {
    font-size: clamp(1.68rem, 10.8vw, 3rem) !important;
    letter-spacing: -0.07em !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 30px !important;
    font-size: 0.78rem !important;
    line-height: 1.72 !important;
    letter-spacing: 0.055em !important;
  }

  .purpose-panel {
    min-height: 420px;
    padding: 28px;
  }

  .purpose-panel h2 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .video-link-card h3 {
    font-size: clamp(2rem, 12vw, 3.2rem) !important;
  }
}

/* =======================================
   USER UPDATE: SINGLE MIDDLE BOX WITH MEDIA ON RIGHT
======================================= */
.home-middle-showcase {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.85fr) minmax(420px, 1.15fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.middle-link-box,
.middle-media-box {
  min-height: clamp(420px, 38vw, 620px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--radius) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.018)), #090909 !important;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.20) !important;
  overflow: hidden !important;
}

.middle-link-box {
  padding: clamp(28px, 4vw, 52px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 14px !important;
}

.middle-link-box .kicker {
  margin-bottom: auto !important;
}

.middle-link-row {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
  min-height: 112px !important;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.middle-link-row:hover {
  opacity: 0.78 !important;
  transform: translateX(4px) !important;
}

.middle-link-row > span {
  color: rgba(255, 255, 255, 0.46) !important;
  font-size: 0.86rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.18em !important;
}

.middle-link-row h3 {
  margin: 0 !important;
  font-size: clamp(2.1rem, 3.6vw, 4.1rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.07em !important;
  text-transform: uppercase !important;
}

.middle-link-row p {
  margin: 10px 0 0 !important;
  max-width: 420px !important;
  color: var(--muted) !important;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem) !important;
  line-height: 1.55 !important;
}

.middle-media-box {
  position: relative !important;
  display: block !important;
  isolation: isolate !important;
}

.middle-media-box video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
}

.middle-media-shade {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.18) 40%, rgba(0,0,0,0.62) 100%),
    radial-gradient(circle at 20% 18%, rgba(252,3,198,0.18), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(0,225,250,0.13), transparent 32%) !important;
  pointer-events: none !important;
}

.middle-media-label {
  position: absolute !important;
  left: clamp(26px, 4vw, 52px) !important;
  bottom: clamp(24px, 4vw, 48px) !important;
  z-index: 2 !important;
  color: #fff !important;
  font-size: clamp(3rem, 6vw, 7.4rem) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.08em !important;
  font-weight: 760 !important;
  text-transform: uppercase !important;
}

@media (max-width: 1120px) {
  .home-middle-showcase {
    grid-template-columns: 1fr !important;
  }

  .middle-link-box,
  .middle-media-box {
    min-height: 420px !important;
  }
}

@media (max-width: 560px) {
  .home-middle-showcase {
    gap: 14px !important;
  }

  .middle-link-box {
    padding: 26px !important;
  }

  .middle-link-row {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 14px !important;
    min-height: 96px !important;
  }

  .middle-link-row h3 {
    font-size: clamp(1.8rem, 11vw, 3rem) !important;
  }

  .middle-link-row p {
    font-size: 0.88rem !important;
  }

  .middle-media-label {
    font-size: clamp(2.6rem, 15vw, 4.2rem) !important;
  }
}


/* =======================================
   FIX: ATTENTIVE DESIGN LEFT + IMAGE RIGHT
   Restore three video boxes below exactly as cards
======================================= */

.split-feature {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.feature-panel.tall {
  min-height: clamp(560px, 43vw, 720px) !important;
  padding: clamp(38px, 4vw, 58px) !important;
  justify-content: flex-end !important;
}

.attentive-title {
  display: grid !important;
  gap: 0.24em !important;
  max-width: none !important;
  font-size: clamp(3rem, 4.45vw, 4.8rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.078em !important;
}

.attentive-title span {
  display: block !important;
  white-space: nowrap !important;
}

.feature-panel.tall p:not(.kicker) {
  max-width: 650px !important;
  margin-top: 34px !important;
  font-size: clamp(0.86rem, 1.02vw, 1.08rem) !important;
  line-height: 1.82 !important;
  letter-spacing: 0.095em !important;
  text-transform: uppercase !important;
}

.feature-panel.image-panel {
  min-height: clamp(560px, 43vw, 720px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  justify-content: center !important;
}

.feature-panel.image-panel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.08) !important;
}

.home-cards.video-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.video-link-card {
  min-height: 360px !important;
}

@media (max-width: 1120px) {
  .split-feature {
    grid-template-columns: 1fr !important;
  }

  .feature-panel.tall,
  .feature-panel.image-panel {
    min-height: 520px !important;
  }

  .attentive-title {
    font-size: clamp(3rem, 8.2vw, 5.6rem) !important;
  }

  .home-cards.video-card-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .feature-panel.tall {
    padding: 34px !important;
  }

  .attentive-title {
    font-size: clamp(2.45rem, 9.4vw, 4.6rem) !important;
    gap: 0.28em !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 30px !important;
    font-size: clamp(0.82rem, 2.35vw, 1rem) !important;
    letter-spacing: 0.06em !important;
  }

  .video-link-card {
    min-height: 300px !important;
  }
}

@media (max-width: 560px) {
  .feature-panel.tall,
  .feature-panel.image-panel {
    min-height: 430px !important;
  }

  .feature-panel.tall {
    padding: 26px !important;
  }

  .attentive-title {
    font-size: clamp(1.72rem, 10.5vw, 3rem) !important;
    letter-spacing: -0.07em !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 26px !important;
    font-size: 0.72rem !important;
    line-height: 1.7 !important;
    letter-spacing: 0.045em !important;
  }
}

/* =======================================
   FINAL FIX: ATTENTIVE SPLIT + FOOTER TEXT
   - Moves text content up/centered in left box
   - Reduces right image zoom
   - Keeps headline as two lines with spacing
======================================= */

.feature-panel.tall {
  min-height: clamp(560px, 43vw, 720px) !important;
  padding: clamp(38px, 4vw, 58px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.attentive-title {
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 0.32em !important;
  max-width: none !important;
  font-size: clamp(2.85rem, 4.1vw, 4.45rem) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.078em !important;
}

.attentive-title span {
  display: block !important;
  white-space: nowrap !important;
}

.feature-panel.tall p:not(.kicker) {
  max-width: 690px !important;
  margin-top: 36px !important;
  font-size: clamp(0.84rem, 0.95vw, 1.02rem) !important;
  line-height: 1.82 !important;
  letter-spacing: 0.095em !important;
  text-transform: uppercase !important;
}

.feature-panel.image-panel {
  min-height: clamp(560px, 43vw, 720px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.feature-panel.image-panel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

@media (max-width: 1120px) {
  .feature-panel.tall {
    justify-content: center !important;
  }

  .attentive-title {
    font-size: clamp(2.7rem, 7.3vw, 5.15rem) !important;
  }
}

@media (max-width: 900px) {
  .feature-panel.tall {
    padding: 34px !important;
  }

  .attentive-title {
    font-size: clamp(2.35rem, 8.5vw, 4.1rem) !important;
  }

  .feature-panel.tall p:not(.kicker) {
    font-size: clamp(0.78rem, 2.2vw, 0.94rem) !important;
    letter-spacing: 0.06em !important;
  }
}

@media (max-width: 560px) {
  .feature-panel.tall,
  .feature-panel.image-panel {
    min-height: 430px !important;
  }

  .feature-panel.tall {
    padding: 26px !important;
  }

  .attentive-title {
    font-size: clamp(1.62rem, 9.4vw, 2.65rem) !important;
    letter-spacing: -0.07em !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 24px !important;
    font-size: 0.68rem !important;
    line-height: 1.65 !important;
    letter-spacing: 0.045em !important;
  }
}

/* =======================================
   USER UPDATE: ZERO IMAGE ZOOM + SMALLER VIDEO TEXT + SLIGHTLY SMALLER ATTENTIVE SPLIT
======================================= */

.split-feature {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: 16px !important;
}

.split-feature.section-pad {
  padding-top: 34px !important;
  padding-bottom: 74px !important;
}

.feature-panel.tall,
.feature-panel.image-panel {
  min-height: clamp(500px, 38vw, 650px) !important;
}

.feature-panel.tall {
  padding: clamp(34px, 3.6vw, 52px) !important;
  justify-content: center !important;
}

.feature-panel.image-panel {
  padding: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Zero zoom/crop on the close-up image */
.feature-panel.image-panel img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

/* Bring the video card type back down */
.video-link-card h3 {
  font-size: clamp(1.95rem, 3.35vw, 3.6rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.065em !important;
}

.video-link-card span {
  font-size: 0.74rem !important;
  letter-spacing: 0.17em !important;
  margin-bottom: 14px !important;
}

.video-link-card {
  min-height: 330px !important;
  padding: 26px !important;
}

@media (max-width: 1120px) {
  .split-feature {
    grid-template-columns: 1fr !important;
  }

  .feature-panel.tall,
  .feature-panel.image-panel {
    min-height: 480px !important;
  }
}

@media (max-width: 900px) {
  .feature-panel.tall,
  .feature-panel.image-panel {
    min-height: 430px !important;
  }

  .video-link-card {
    min-height: 280px !important;
  }

  .video-link-card h3 {
    font-size: clamp(1.85rem, 8vw, 3rem) !important;
  }
}

@media (max-width: 560px) {
  .feature-panel.tall,
  .feature-panel.image-panel {
    min-height: 390px !important;
  }

  .feature-panel.tall {
    padding: 24px !important;
  }

  .video-link-card {
    min-height: 250px !important;
    padding: 22px !important;
  }

  .video-link-card h3 {
    font-size: clamp(1.7rem, 10vw, 2.55rem) !important;
  }
}

/* =======================================
   FINAL USER UPDATE: ATTENTIVE SECTION FIT + FULL IMAGE PANEL
   - Places text where requested inside the left box
   - Makes the close-up photo fill its box without visible background gaps
======================================= */

.split-feature {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.split-feature.section-pad {
  padding-top: 34px !important;
  padding-bottom: 74px !important;
}

.feature-panel.tall,
.feature-panel.image-panel {
  height: clamp(500px, 35vw, 555px) !important;
  min-height: 0 !important;
  max-height: 555px !important;
}

.feature-panel.tall {
  padding: clamp(42px, 3.7vw, 58px) clamp(34px, 3.6vw, 54px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

.feature-panel.tall .kicker {
  margin: 0 0 clamp(76px, 6.6vw, 108px) 0 !important;
  font-size: clamp(0.68rem, 0.78vw, 0.84rem) !important;
  line-height: 1 !important;
  letter-spacing: 0.34em !important;
}

.attentive-title {
  margin: 0 !important;
  max-width: 100% !important;
  font-size: clamp(3rem, 3.7vw, 4.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.07em !important;
}

.attentive-title span {
  display: block !important;
  white-space: nowrap !important;
}

.attentive-title span + span {
  margin-top: 0.22em !important;
}

.feature-panel.tall p:not(.kicker) {
  margin: clamp(44px, 5vw, 72px) 0 0 !important;
  max-width: 680px !important;
  font-size: clamp(0.92rem, 1.1vw, 1.16rem) !important;
  line-height: 1.75 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--muted) !important;
}

.feature-panel.image-panel {
  padding: 0 !important;
  overflow: hidden !important;
  display: block !important;
  border-radius: var(--radius) !important;
  background: transparent !important;
}

.feature-panel.image-panel img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 1120px) {
  .split-feature {
    grid-template-columns: 1fr !important;
    max-width: 900px !important;
  }

  .feature-panel.tall,
  .feature-panel.image-panel {
    height: auto !important;
    max-height: none !important;
  }

  .feature-panel.tall {
    min-height: 440px !important;
  }

  .feature-panel.image-panel {
    aspect-ratio: 685 / 495 !important;
  }
}

@media (max-width: 900px) {
  .feature-panel.tall {
    padding: 34px 28px !important;
    min-height: 410px !important;
  }

  .feature-panel.tall .kicker {
    margin-bottom: 62px !important;
  }

  .attentive-title {
    font-size: clamp(2.35rem, 8vw, 4rem) !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 42px !important;
    font-size: 0.88rem !important;
    letter-spacing: 0.16em !important;
  }
}

@media (max-width: 560px) {
  .feature-panel.tall {
    padding: 28px 22px !important;
    min-height: 380px !important;
  }

  .feature-panel.tall .kicker {
    margin-bottom: 46px !important;
  }

  .attentive-title {
    font-size: clamp(1.9rem, 10vw, 3rem) !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 32px !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.12em !important;
  }
}

/* =======================================
   USER UPDATE: ATTENTIVE TEXT POSITIONS + VIDEO CARD TYPE MATCH
   - Clean line lifted slightly
   - Better line spaced downward
   - Attentive paragraph matches hero blurb size
   - Video card numbering/title moved to match detail card style
======================================= */

.feature-panel.tall {
  justify-content: center !important;
}

.feature-panel.tall .kicker {
  margin-bottom: clamp(58px, 5vw, 86px) !important;
}

.attentive-title {
  display: grid !important;
  gap: 0 !important;
  transform: translateY(-10px) !important;
  line-height: 0.95 !important;
}

.attentive-title span:first-child {
  transform: translateY(-6px) !important;
}

.attentive-title span + span {
  margin-top: 0.42em !important;
  transform: translateY(8px) !important;
}

.feature-panel.tall p:not(.kicker) {
  margin-top: clamp(44px, 4.2vw, 62px) !important;
  max-width: 690px !important;
  font-size: clamp(0.86rem, 1.02vw, 1.12rem) !important;
  line-height: 1.72 !important;
  letter-spacing: 0.075em !important;
  font-weight: 720 !important;
  text-transform: uppercase !important;
}

.video-link-card {
  min-height: 330px !important;
  padding: clamp(26px, 3vw, 38px) !important;
  display: block !important;
}

.video-link-card span {
  position: absolute !important;
  top: clamp(26px, 3vw, 40px) !important;
  left: clamp(26px, 3vw, 40px) !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.72) !important;
  font-size: 0.78rem !important;
  line-height: 1 !important;
  letter-spacing: 0.22em !important;
  font-weight: 760 !important;
}

.video-link-card h3 {
  position: absolute !important;
  left: clamp(26px, 3vw, 40px) !important;
  right: clamp(26px, 3vw, 40px) !important;
  bottom: clamp(54px, 5vw, 84px) !important;
  margin: 0 !important;
  font-size: clamp(2rem, 3.2vw, 3.65rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.065em !important;
  text-transform: uppercase !important;
}

@media (max-width: 1120px) {
  .feature-panel.tall .kicker {
    margin-bottom: 54px !important;
  }

  .attentive-title {
    transform: translateY(-6px) !important;
  }

  .attentive-title span + span {
    margin-top: 0.34em !important;
  }

  .video-link-card h3 {
    font-size: clamp(2rem, 6vw, 3.4rem) !important;
    bottom: 58px !important;
  }
}

@media (max-width: 900px) {
  .feature-panel.tall .kicker {
    margin-bottom: 44px !important;
  }

  .attentive-title span:first-child {
    transform: translateY(-4px) !important;
  }

  .attentive-title span + span {
    margin-top: 0.32em !important;
    transform: translateY(5px) !important;
  }

  .feature-panel.tall p:not(.kicker) {
    font-size: clamp(0.78rem, 2.2vw, 0.94rem) !important;
    letter-spacing: 0.055em !important;
  }

  .video-link-card {
    min-height: 285px !important;
  }

  .video-link-card h3 {
    font-size: clamp(1.9rem, 8vw, 3rem) !important;
    bottom: 46px !important;
  }
}

@media (max-width: 560px) {
  .feature-panel.tall .kicker {
    margin-bottom: 38px !important;
  }

  .attentive-title {
    transform: translateY(-4px) !important;
  }

  .attentive-title span + span {
    margin-top: 0.30em !important;
  }

  .feature-panel.tall p:not(.kicker) {
    margin-top: 26px !important;
    font-size: 0.66rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.04em !important;
  }

  .video-link-card {
    min-height: 245px !important;
  }

  .video-link-card span {
    top: 24px !important;
    left: 24px !important;
  }

  .video-link-card h3 {
    left: 24px !important;
    right: 24px !important;
    bottom: 40px !important;
    font-size: clamp(1.65rem, 10vw, 2.45rem) !important;
  }
}

/* =======================================
   USER UPDATE: ADD SIGIL MARK LEFT OF HERO DEVICE
======================================= */
.hero-product {
  min-height: 720px !important;
}

.hero-product-stack {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(18px, 2.8vw, 42px) !important;
}

.hero-product img {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  transform: none !important;
  object-fit: contain !important;
}

.hero-sigil-mark {
  width: clamp(140px, 18vw, 260px) !important;
  flex: 0 0 auto !important;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.34)) !important;
  margin-left: -12px !important;
}

.hero-device-main {
  width: min(82vw, 920px) !important;
  flex: 1 1 auto !important;
  filter: drop-shadow(0 34px 55px rgba(0, 0, 0, 0.62)) !important;
}

@media (max-width: 1120px) {
  .hero-product-stack {
    max-width: 980px !important;
    gap: 22px !important;
  }

  .hero-sigil-mark {
    width: clamp(120px, 16vw, 210px) !important;
  }

  .hero-device-main {
    width: min(78vw, 760px) !important;
  }
}

@media (max-width: 900px) {
  .hero-product {
    min-height: 480px !important;
  }

  .hero-product-stack {
    gap: 14px !important;
  }

  .hero-sigil-mark {
    width: 96px !important;
    margin-left: 0 !important;
  }

  .hero-device-main {
    width: min(88vw, 640px) !important;
  }
}

@media (max-width: 560px) {
  .hero-product {
    min-height: 360px !important;
  }

  .hero-product-stack {
    gap: 10px !important;
  }

  .hero-sigil-mark {
    width: 72px !important;
  }

  .hero-device-main {
    width: min(96vw, 520px) !important;
  }
}


/* =======================================
   USER UPDATE: MOVE SIGIL MARK TO HEADER BAR
======================================= */
.logo-lockup {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.header-sigil-mark {
  width: 34px !important;
  height: 34px !important;
  display: block !important;
  flex: 0 0 auto !important;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.28)) !important;
}

.hero-product {
  min-height: 720px !important;
  display: grid !important;
  place-items: center !important;
}

.hero-product-stack,
.hero-sigil-mark {
  display: none !important;
}

.hero-device-main,
.hero-product img.hero-device-main {
  position: relative !important;
  z-index: 2 !important;
  width: min(118%, 1080px) !important;
  max-width: none !important;
  height: auto !important;
  transform: translateX(3%) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 55px rgba(0, 0, 0, 0.62)) !important;
}

@media (max-width: 900px) {
  .header-sigil-mark {
    width: 28px !important;
    height: 28px !important;
  }

  .hero-device-main,
  .hero-product img.hero-device-main {
    width: min(118%, 860px) !important;
  }
}

@media (max-width: 560px) {
  .header-sigil-mark {
    width: 22px !important;
    height: 22px !important;
  }

  .hero-device-main,
  .hero-product img.hero-device-main {
    width: 122% !important;
  }
}


/* =======================================
   USER UPDATE: FEATURE/BLOCKCHAIN VIDEOS + BIGGER SIGIL MARK
======================================= */

/* Header sigil mark made 50% larger than before */
.header-sigil-mark {
  width: 51px !important;
  height: 51px !important;
}

/* Put the sigil mark next to the footer batch-ships image */
.sticky-sigil-mark {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
  display: block !important;
  flex: 0 0 auto !important;
  margin-right: 12px !important;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35)) !important;
}

@media (max-width: 900px) {
  .header-sigil-mark {
    width: 42px !important;
    height: 42px !important;
  }

  .sticky-sigil-mark {
    width: 56px !important;
    height: 56px !important;
    margin-right: 8px !important;
  }
}

@media (max-width: 560px) {
  .header-sigil-mark {
    width: 33px !important;
    height: 33px !important;
  }

  .sticky-sigil-mark {
    width: 44px !important;
    height: 44px !important;
  }
}


/* =======================================
   USER UPDATE: PURPOSE PAGE COPY LAYOUT
======================================= */
.purpose-hero {
  align-content: center !important;
  padding-top: 78px !important;
  padding-bottom: 72px !important;
}

.purpose-hero h1 {
  max-width: 980px !important;
}

.purpose-main-copy {
  max-width: 1120px !important;
  margin-top: 28px !important;
  display: grid !important;
  gap: 22px !important;
}

.purpose-highlight {
  display: block !important;
  color: #f7f7f5 !important;
  font-size: clamp(1.35rem, 2vw, 2.25rem) !important;
  line-height: 1.08 !important;
  font-weight: 780 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.purpose-main-copy span:not(.purpose-highlight) {
  display: block !important;
  color: var(--muted) !important;
  font-size: clamp(1rem, 1.16vw, 1.2rem) !important;
  line-height: 1.75 !important;
  letter-spacing: -0.01em !important;
}

.purpose-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.purpose-panel {
  min-height: 620px !important;
  padding: clamp(28px, 4vw, 54px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--radius) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.048), rgba(255,255,255,0.018)),
    #090909 !important;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.20) !important;
}

.purpose-panel .kicker {
  margin-bottom: 30px !important;
  color: #f7f7f5 !important;
}

.purpose-panel h2 {
  display: none !important;
}

.purpose-panel p:not(.kicker) {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem) !important;
  line-height: 1.75 !important;
  letter-spacing: -0.01em !important;
}

@media (max-width: 1000px) {
  .purpose-grid {
    grid-template-columns: 1fr !important;
  }

  .purpose-panel {
    min-height: auto !important;
  }
}

@media (max-width: 560px) {
  .purpose-hero {
    padding-top: 58px !important;
  }

  .purpose-highlight {
    font-size: 1.12rem !important;
  }

  .purpose-main-copy span:not(.purpose-highlight),
  .purpose-panel p:not(.kicker) {
    font-size: 0.96rem !important;
    line-height: 1.68 !important;
  }
}


/* =======================================
   USER UPDATE: PURPOSE HEADING + BOLDER COPY
======================================= */
.purpose-highlight {
  font-size: clamp(1.05rem, 1.35vw, 1.55rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.14em !important;
}

.purpose-main-copy span:not(.purpose-highlight),
.purpose-panel p:not(.kicker) {
  font-weight: 700 !important;
  color: #a9a9a4 !important;
}

@media (max-width: 560px) {
  .purpose-highlight {
    font-size: 0.98rem !important;
  }
}


/* =======================================
   USER UPDATE: FEATURES SPECS DEVICE HEADER
======================================= */
.features-device-section {
  padding-top: 22px !important;
}

.device-selector-heading {
  width: fit-content !important;
  margin: 0 0 18px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 999px !important;
  color: #f7f7f5 !important;
  background: rgba(255, 255, 255, 0.045) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.spec-device-title {
  margin: 0 0 10px !important;
  padding: 18px 20px !important;
  color: #f7f7f5 !important;
  font-size: clamp(1.45rem, 2.3vw, 2.4rem) !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  letter-spacing: -0.035em !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.spec-layout {
  margin-top: 0 !important;
}

.spec-row strong {
  text-transform: none !important;
}


/* =======================================
   USER UPDATE: BLOCKCHAIN VTD FEATURE SECTION
======================================= */
.blockchain-hero .lead {
  max-width: 940px !important;
  font-weight: 700 !important;
  color: #a9a9a4 !important;
}

.blockchain-feature-section {
  padding-top: 10px !important;
}

.blockchain-section-heading {
  margin-bottom: 20px !important;
}

.blockchain-section-heading .kicker {
  margin-bottom: 12px !important;
  display: block !important;
}

.blockchain-section-heading h2 {
  margin: 0 !important;
  color: #f7f7f5 !important;
  font-size: clamp(2rem, 4.2vw, 4.4rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.065em !important;
  font-weight: 760 !important;
}

.blockchain-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.blockchain-feature-card {
  min-height: 320px !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--radius) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(252, 3, 198, 0.075), transparent 34%),
    radial-gradient(circle at 95% 100%, rgba(0, 225, 250, 0.055), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.048), rgba(255,255,255,0.018)),
    #090909 !important;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.20) !important;
}

.blockchain-feature-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 26px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--cyan));
  opacity: 0.55;
}

.blockchain-bullet {
  width: 76px !important;
  height: 76px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  box-shadow:
    0 18px 40px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.05) !important;
  margin-top: 18px !important;
}

.blockchain-bullet img {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,0.35)) !important;
}

.blockchain-feature-card h3 {
  margin: 0 0 14px !important;
  color: #f7f7f5 !important;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  font-weight: 760 !important;
}

.blockchain-feature-card p {
  margin: 0 !important;
  color: #a9a9a4 !important;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem) !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
}

@media (max-width: 1050px) {
  .blockchain-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .blockchain-feature-card {
    min-height: 260px !important;
  }
}

@media (max-width: 560px) {
  .blockchain-feature-card {
    min-height: auto !important;
    padding: 24px !important;
  }

  .blockchain-feature-card::after {
    left: 24px;
    right: 24px;
  }

  .blockchain-bullet {
    width: 62px !important;
    height: 62px !important;
  }

  .blockchain-bullet img {
    width: 44px !important;
    height: 44px !important;
  }
}


/* =======================================
   USER UPDATE: BLOCKCHAIN KEY FEATURES CLEANUP
======================================= */

/* Keep only the small key features label, remove the oversized title */
.blockchain-section-heading h2 {
  display: none !important;
}

.blockchain-section-heading {
  margin-bottom: 18px !important;
}

/* Make each card read like two equal feature lines, not title + description */
.blockchain-feature-card h3,
.blockchain-feature-card p {
  margin: 0 !important;
  color: #f7f7f5 !important;
  font-size: clamp(1.05rem, 1.12vw, 1.18rem) !important;
  line-height: 1.62 !important;
  letter-spacing: -0.012em !important;
  font-weight: 720 !important;
}

.blockchain-feature-card h3 {
  margin-bottom: 12px !important;
}

/* Slightly tighter card layout now that both lines are equal weight */
.blockchain-feature-card {
  min-height: 285px !important;
  justify-content: space-between !important;
}


/* =======================================
   USER UPDATE: ROADMAP PAGE
======================================= */
.roadmap-hero {
  padding-bottom: 22px !important;
}

.roadmap-hero h1 {
  color: #f7f7f5 !important;
}

.roadmap-shell {
  padding-top: 0 !important;
}

.roadmap-panel {
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--radius) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)),
    #090909 !important;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.22) !important;
  padding: clamp(16px, 2vw, 24px) !important;
}

.roadmap-panel img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: calc(var(--radius) - 10px) !important;
}

@media (max-width: 700px) {
  .roadmap-panel {
    padding: 10px !important;
  }
}


/* =======================================
   USER UPDATE: SIMPLIFIED PROFILE / PRE-ORDER OPTIONS
======================================= */
.option-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.swatch-pink {
  background: linear-gradient(135deg, #ff44d4, #fc03c6 55%, #ffffff) !important;
  box-shadow: 0 0 18px rgba(252, 3, 198, 0.26) !important;
}

.swatch-purple {
  background: linear-gradient(135deg, #2b104f, #8c2bff 58%, #fc03c6) !important;
  box-shadow: 0 0 18px rgba(140, 43, 255, 0.26) !important;
}

.vvid-field {
  display: grid !important;
  gap: 12px !important;
  padding: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.vvid-field span {
  color: var(--muted2) !important;
  font-size: 0.78rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.vvid-field input {
  width: 100% !important;
  min-height: 64px !important;
  padding: 0 18px !important;
  color: #f7f7f5 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px !important;
  outline: none !important;
  background: rgba(0, 0, 0, 0.28) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

.vvid-field input:focus {
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(252, 3, 198, 0.08) !important;
}

@media (max-width: 760px) {
  .option-grid.two {
    grid-template-columns: 1fr !important;
  }
}


/* =======================================
   MYSQL AUTH + LOGIN / REGISTER + PREORDER
======================================= */
.nav-logout {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 84px !important;
  padding: 13px 14px !important;
  border-radius: 999px !important;
  background: #c31b21 !important;
  color: #fff !important;
  font-size: 0.86rem !important;
  font-weight: 780 !important;
}

.nav-logout:hover {
  background: #e1232a !important;
}

.auth-shell {
  display: flex !important;
  justify-content: center !important;
}

.auth-card {
  width: min(100%, 760px) !important;
  padding: clamp(26px, 4vw, 36px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--radius) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.048), rgba(255,255,255,0.018)),
    #090909 !important;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.20) !important;
}

.auth-card-wide {
  width: min(100%, 1080px) !important;
}

.auth-form-grid {
  display: grid !important;
  gap: 16px !important;
}

.auth-form-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.auth-submit-span {
  grid-column: 1 / -1 !important;
}

.form-field {
  display: grid !important;
  gap: 10px !important;
}

.form-field span {
  color: #f7f7f5 !important;
  font-size: 0.82rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.form-field input {
  width: 100% !important;
  min-height: 60px !important;
  padding: 0 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(0, 0, 0, 0.28) !important;
  color: #f7f7f5 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  outline: none !important;
}

.form-field input:focus {
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(252, 3, 198, 0.08) !important;
}

.form-alert {
  margin-bottom: 18px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  font-weight: 700 !important;
}

.form-alert.error {
  color: #ffd7d7 !important;
  background: rgba(177, 18, 23, 0.22) !important;
  border: 1px solid rgba(255, 109, 109, 0.22) !important;
}

.auth-switch {
  margin: 18px 0 0 !important;
  color: var(--muted) !important;
  font-weight: 700 !important;
}

.auth-switch a {
  color: #f7f7f5 !important;
  text-decoration: underline !important;
}

.readonly-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.readonly-pill {
  min-height: 118px !important;
  padding: 18px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  display: grid !important;
  align-content: end !important;
  gap: 10px !important;
}

.readonly-pill span {
  color: var(--muted2) !important;
  font-size: 0.76rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.readonly-pill strong {
  color: #f7f7f5 !important;
  font-size: 1.14rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}

.paypal-form {
  display: grid !important;
  gap: 14px !important;
}

.option-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.swatch-pink {
  background: linear-gradient(135deg, #ff44d4, #fc03c6 55%, #ffffff) !important;
  box-shadow: 0 0 18px rgba(252, 3, 198, 0.26) !important;
}

.swatch-purple {
  background: linear-gradient(135deg, #2b104f, #8c2bff 58%, #fc03c6) !important;
  box-shadow: 0 0 18px rgba(140, 43, 255, 0.26) !important;
}

@media (max-width: 900px) {
  .auth-form-grid-wide,
  .readonly-grid,
  .option-grid.two {
    grid-template-columns: 1fr !important;
  }

  .nav-logout {
    min-width: 0 !important;
  }
}
