.samples-page {
  --samples-line: rgba(255, 255, 255, 0.1);
  --samples-soft: rgba(157, 77, 255, 0.12);
  min-width: 320px;
  overflow-x: clip;
  background: #050507;
  color: var(--text);
}

.samples-shell {
  position: relative;
  width: var(--shell);
  margin-inline: auto;
}

.samples-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(5, 5, 7, 0.86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.samples-header-shell {
  width: var(--shell);
  height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.samples-desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}

.samples-desktop-nav a {
  position: relative;
  color: #c5c1cb;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.2s ease;
}

.samples-desktop-nav a:hover,
.samples-desktop-nav a.active {
  color: #fff;
}

.samples-desktop-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background: var(--purple);
  box-shadow: 0 0 10px var(--purple);
}

.samples-header-cta {
  margin-left: 6px;
}

.samples-menu-toggle {
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 10px;
  display: none;
  border: 1px solid var(--samples-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.samples-menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin-block: 5px;
  background: #fff;
}

.samples-menu-backdrop,
.samples-mobile-nav {
  display: none;
}

.samples-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--samples-line);
  background:
    radial-gradient(circle at 78% 14%, rgba(120, 37, 217, 0.2), transparent 31%),
    linear-gradient(155deg, #07070a, #050507 65%);
}

.samples-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(162, 94, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(162, 94, 255, 0.1) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.samples-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -220px;
  top: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157, 77, 255, 0.15), transparent 67%);
  filter: blur(18px);
}

.samples-hero-layout {
  min-height: 760px;
  padding-block: 92px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: 80px;
}

.samples-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(3.2rem, 6.5vw, 6.4rem);
}

.samples-hero-copy h1 em {
  display: block;
  background: linear-gradient(90deg, #fff, #bd7aff 64%, #7030c8);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  -webkit-text-fill-color: transparent;
}

.samples-hero-copy > p {
  max-width: 690px;
  font-size: 1.06rem;
}

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

.samples-hero-proof {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.samples-hero-proof span {
  min-height: 31px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: #8c8591;
  font: 600 0.57rem/1 ui-monospace, "Cascadia Code", monospace;
}

.samples-hero-proof i,
.sample-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(142, 240, 190, 0.08), 0 0 12px rgba(142, 240, 190, 0.7);
}

.samples-hero-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: #0b0b10;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.55), 0 0 80px rgba(130, 42, 220, 0.13);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
}

.samples-hero-card-bar {
  height: 42px;
  padding-inline: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--samples-line);
  background: #0d0d12;
}

.samples-hero-card-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45414a;
}

.samples-hero-card-bar small {
  margin-inline: auto;
  color: #6f6974;
  font: 500 0.53rem/1 ui-monospace, "Cascadia Code", monospace;
  transform: translateX(-14px);
}

.samples-hero-card > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top;
}

.samples-hero-card::after {
  content: "";
  position: absolute;
  inset: 42px 0 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 55%, rgba(5, 5, 7, 0.76));
}

.samples-hero-card-label {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 12px;
}

.samples-hero-card-label span {
  grid-row: 1 / 3;
  color: var(--purple-2);
  font: 700 0.65rem/1.5 ui-monospace, "Cascadia Code", monospace;
}

.samples-hero-card-label strong {
  font-size: 1rem;
}

.samples-hero-card-label small {
  color: #9b949f;
  font-size: 0.64rem;
}

.samples-summary {
  border-bottom: 1px solid var(--samples-line);
  background: #08080b;
}

.samples-summary-grid {
  min-height: 110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.samples-summary-grid > div {
  padding: 24px 34px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-content: center;
  gap: 5px 12px;
  border-right: 1px solid var(--samples-line);
}

.samples-summary-grid > div:last-child {
  border-right: 0;
}

.samples-summary-grid span {
  grid-row: 1 / 3;
  color: var(--purple-2);
  font: 700 0.6rem/1.4 ui-monospace, "Cascadia Code", monospace;
}

.samples-summary-grid strong {
  font-size: 0.86rem;
}

.samples-summary-grid small {
  color: #77717d;
  font-size: 0.66rem;
}

.samples-section {
  position: relative;
  padding: 108px 0;
}

.sample-feature {
  background: linear-gradient(180deg, #050507, #08080b);
}

.sample-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.sample-heading h2 {
  margin-bottom: 0;
}

.sample-heading-meta {
  display: grid;
  justify-items: end;
  gap: 9px;
}

.sample-heading-meta span {
  color: #77717d;
  font: 600 0.59rem/1 ui-monospace, "Cascadia Code", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-heading-meta a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration-color: rgba(192, 118, 255, 0.45);
  text-underline-offset: 5px;
}

.sample-overview {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  overflow: hidden;
  border: 1px solid var(--samples-line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(157, 77, 255, 0.09), rgba(255, 255, 255, 0.025));
}

.sample-overview-copy {
  padding: 38px;
  border-right: 1px solid var(--samples-line);
}

.sample-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #aaa4af;
  font: 650 0.58rem/1 ui-monospace, "Cascadia Code", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sample-overview h3 {
  max-width: 780px;
  margin: 20px 0 15px;
  font-size: clamp(1.8rem, 3.4vw, 3.15rem);
}

.sample-overview p {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 0.9rem;
}

.sample-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sample-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(192, 118, 255, 0.18);
  border-radius: 999px;
  background: rgba(157, 77, 255, 0.07);
  color: #b9b3be;
  font-size: 0.62rem;
}

.sample-facts {
  padding: 21px 30px;
  display: grid;
  align-content: center;
}

.sample-facts > div {
  padding: 17px 0;
  display: grid;
  gap: 6px;
  border-bottom: 1px solid var(--samples-line);
}

.sample-facts > div:last-child {
  border-bottom: 0;
}

.sample-facts small {
  color: var(--purple-2);
  font: 650 0.54rem/1 ui-monospace, "Cascadia Code", monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sample-facts strong {
  color: #c5c0ca;
  font-size: 0.73rem;
  line-height: 1.45;
}

.sample-preview {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: #0b0b10;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.sample-preview-toolbar {
  min-height: 62px;
  padding: 10px 14px 10px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--samples-line);
  background: rgba(255, 255, 255, 0.025);
}

.sample-preview-address {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sample-preview-address i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 9px rgba(142, 240, 190, 0.75);
}

.sample-preview-address span {
  overflow: hidden;
  color: #89828e;
  font: 500 0.59rem/1 ui-monospace, "Cascadia Code", monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sample-device-toggle {
  padding: 3px;
  display: flex;
  gap: 3px;
  border: 1px solid var(--samples-line);
  border-radius: 9px;
  background: #07070a;
}

.sample-device-toggle button {
  min-height: 31px;
  padding: 0 11px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #77717d;
  font-size: 0.59rem;
  font-weight: 750;
  cursor: pointer;
}

.sample-device-toggle button.active {
  background: rgba(157, 77, 255, 0.16);
  color: #fff;
}

.sample-preview-toolbar > a {
  color: #fff;
  font-size: 0.67rem;
  font-weight: 750;
  text-decoration: none;
}

.sample-device-stage {
  min-height: 740px;
  padding: 26px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 18%, rgba(157, 77, 255, 0.12), transparent 35%),
    #08080c;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.sample-device-frame {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: #f6f1e7;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.5);
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), height 0.4s ease, border-radius 0.3s ease;
}

.sample-device-stage.mobile .sample-device-frame {
  width: min(390px, 100%);
  height: 780px;
  border-radius: 27px;
}

.sample-preview-image,
.sample-live-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.sample-preview-image {
  object-fit: cover;
  object-position: top;
}

.sample-device-stage.mobile .sample-preview-image {
  object-position: 16% top;
}

.sample-preview-cover {
  position: absolute;
  inset: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to bottom, transparent 40%, rgba(5, 5, 7, 0.9) 84%);
}

.sample-preview-cover > span {
  margin-bottom: 9px;
  color: var(--purple-2);
  font: 700 0.58rem/1 ui-monospace, "Cascadia Code", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-preview-cover > strong {
  max-width: 510px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.sample-preview-cover small {
  margin-top: 12px;
  color: #87808b;
  font-size: 0.62rem;
}

.sample-device-stage.mobile .sample-preview-cover {
  padding: 24px;
}

.sample-device-stage.mobile .sample-preview-cover > strong {
  font-size: 1.35rem;
}

.sample-live-frame {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.sample-preview.live .sample-live-frame {
  opacity: 1;
  pointer-events: auto;
}

.sample-preview.live .sample-preview-cover,
.sample-preview.live .sample-preview-image {
  display: none;
}

.sample-preview-status {
  min-height: 46px;
  margin: 0;
  padding: 13px 20px;
  border-top: 1px solid var(--samples-line);
  color: #77717d;
  font-size: 0.63rem;
  line-height: 1.5;
}

/* Mobile-Dedicated Sample Showcase Card (Hidden on Desktop) */
.sample-mobile-card {
  display: none;
}


.sample-details {
  border-top: 1px solid var(--samples-line);
  border-bottom: 1px solid var(--samples-line);
  background:
    radial-gradient(circle at 15% 15%, rgba(157, 77, 255, 0.1), transparent 28%),
    #08080b;
}

.sample-details-heading {
  max-width: 780px;
  margin-bottom: 50px;
}

.sample-details-heading h2 {
  margin-bottom: 18px;
}

.sample-details-heading p {
  max-width: 680px;
}

.sample-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--samples-line);
  border-radius: 20px;
  background: var(--samples-line);
}

.sample-capabilities article {
  min-height: 245px;
  padding: 29px;
  background: linear-gradient(145deg, #0e0e14, #0a0a0f);
}

.sample-capabilities article > span {
  color: var(--purple-2);
  font: 700 0.59rem/1 ui-monospace, "Cascadia Code", monospace;
}

.sample-capabilities h3 {
  margin: 52px 0 13px;
  font-size: 1.25rem;
}

.sample-capabilities p {
  margin-bottom: 0;
  font-size: 0.78rem;
  line-height: 1.65;
}

.sample-next {
  background: #050507;
}

.sample-next-card {
  padding: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  align-items: center;
  gap: 70px;
  overflow: hidden;
  border: 1px solid var(--samples-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 15%, rgba(157, 77, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #101016, #09090d);
}

.sample-next-card h2 {
  margin-bottom: 17px;
}

.sample-next-card p {
  max-width: 720px;
  margin-bottom: 0;
}

.sample-next-placeholder {
  min-height: 240px;
  padding: 27px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 9px;
  border: 1px dashed rgba(192, 118, 255, 0.32);
  border-radius: 17px;
  background: rgba(157, 77, 255, 0.04);
}

.sample-next-placeholder span {
  color: rgba(192, 118, 255, 0.3);
  font: 800 4rem/1 ui-monospace, "Cascadia Code", monospace;
}

.sample-next-placeholder i {
  display: block;
  border: 1px solid var(--samples-line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}

.sample-next-placeholder strong {
  align-self: end;
  color: #77717d;
  font: 650 0.58rem/1 ui-monospace, "Cascadia Code", monospace;
  text-transform: uppercase;
}

.samples-cta {
  padding: 0 0 105px;
  background: #050507;
}

.samples-cta-card {
  padding: 49px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  border: 1px solid rgba(192, 118, 255, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 20%, rgba(157, 77, 255, 0.2), transparent 31%),
    linear-gradient(120deg, #21102f, #130a1d);
}

.samples-cta-card h2 {
  max-width: 790px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
}

.samples-cta-card p {
  max-width: 750px;
  margin-bottom: 0;
}

.samples-cta-card .button {
  flex: 0 0 auto;
}

.samples-footer {
  padding: 0;
  display: block;
  border-top: 1px solid var(--samples-line);
  background: #060608;
}

.samples-footer-grid {
  padding: 55px 0 43px;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.7fr);
  gap: 52px;
}

.samples-footer-grid > div:not(.samples-footer-brand) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.samples-footer-grid h3 {
  margin-bottom: 8px;
  color: #77717d;
  font: 650 0.55rem/1 ui-monospace, "Cascadia Code", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.samples-footer-grid a {
  color: #aaa4af;
  font-size: 0.67rem;
  text-decoration: none;
}

.samples-footer-brand > p {
  max-width: 330px;
  margin: 19px 0 10px;
  color: #77717d;
  font-size: 0.67rem;
  line-height: 1.6;
}

.samples-footer-brand > a:last-child {
  color: var(--purple-2);
}

.samples-footer-bottom {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #5f5964;
  font-size: 0.58rem;
}

.samples-js .samples-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.68s ease, transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.samples-js .samples-reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .samples-grid {
    animation: samples-grid-drift 22s linear infinite;
  }

  .samples-hero-card {
    animation: samples-card-float 6s ease-in-out infinite;
  }
}

@keyframes samples-grid-drift {
  to {
    background-position: 58px 58px;
  }
}

@keyframes samples-card-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@media (max-width: 1040px) {
  .samples-header-shell {
    gap: 18px;
  }

  .samples-desktop-nav {
    gap: 15px;
  }

  .samples-desktop-nav a,
  .samples-header-cta {
    font-size: 0.78rem;
  }

  .samples-hero-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 45px;
  }

  .samples-hero-card > img {
    height: 410px;
  }

  .sample-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  html.menu-open {
    height: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.menu-open {
    inset-inline: 0;
    width: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.menu-open .samples-header {
    position: fixed;
    inset: 0 0 auto;
    width: 100%;
  }

  .samples-desktop-nav,
  .samples-header-cta {
    display: none;
  }

  .samples-menu-toggle {
    display: block;
  }

  .samples-menu-backdrop {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(0, 0, 0, 0.76);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .samples-menu-backdrop.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .samples-mobile-nav {
    position: fixed;
    z-index: 2;
    inset: 0 0 0 auto;
    width: min(390px, 92vw);
    height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid rgba(192, 118, 255, 0.25);
    background: #08080c;
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.72);
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(104%);
    transition: transform 0.25s ease, visibility 0.25s ease;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .samples-mobile-nav.open {
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .samples-mobile-head {
    position: sticky;
    z-index: 4;
    top: 0;
    padding: 23px 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--samples-line);
    background: #0b0b10;
  }

  .samples-mobile-head > div {
    display: grid;
    gap: 4px;
  }

  .samples-mobile-head small {
    color: var(--purple-2);
    font: 650 0.54rem/1 ui-monospace, "Cascadia Code", monospace;
    letter-spacing: 0.12em;
  }

  .samples-mobile-head strong {
    font-size: 1.25rem;
  }

  .samples-mobile-head span {
    color: #77717d;
    font-size: 0.67rem;
  }

  .samples-mobile-head > button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--samples-line);
    border-radius: 10px;
    background: #111118;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
  }

  .samples-mobile-nav > nav {
    padding: 10px 14px;
    display: grid;
  }

  .samples-mobile-nav > nav > a {
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #fff;
    text-decoration: none;
  }

  .samples-mobile-nav > nav > a > span {
    display: grid;
    gap: 4px;
  }

  .samples-mobile-nav > nav strong {
    font-size: 0.91rem;
  }

  .samples-mobile-nav > nav small {
    color: #77717d;
    font-size: 0.62rem;
  }

  .samples-mobile-nav > nav b {
    color: #6f6875;
    font-weight: 500;
  }

  .samples-mobile-nav > nav a.active {
    border-color: rgba(192, 118, 255, 0.3);
    border-radius: 10px;
    background: rgba(157, 77, 255, 0.07);
  }

  .samples-mobile-nav > nav a.active strong,
  .samples-mobile-nav > nav a.active b {
    color: var(--purple-2);
  }

  .samples-mobile-cta {
    margin: auto 14px 14px;
    padding: 20px;
    border: 1px solid var(--line-strong);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(157, 77, 255, 0.13), #0d0d12);
  }

  .samples-mobile-cta > small {
    color: var(--purple-2);
    font: 650 0.58rem/1 ui-monospace, "Cascadia Code", monospace;
    text-transform: uppercase;
  }

  .samples-mobile-cta p {
    margin: 8px 0 15px;
    font-size: 0.67rem;
    line-height: 1.5;
  }

  .samples-mobile-cta .button {
    width: 100%;
  }

  .samples-hero-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .samples-hero-card {
    width: min(650px, 100%);
    justify-self: center;
    transform: none;
  }

  .sample-overview {
    grid-template-columns: 1fr;
  }

  .sample-overview-copy {
    border-right: 0;
    border-bottom: 1px solid var(--samples-line);
  }

  .sample-next-card {
    grid-template-columns: 1fr 0.55fr;
    gap: 45px;
  }

  .samples-footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 28px;
  }
}

@media (max-width: 700px) {
  .samples-header-shell {
    height: 68px;
  }

  .samples-header .brand-mark-wrap {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }

  .samples-hero,
  .samples-hero-layout {
    min-height: 0;
  }

  .samples-hero-layout {
    padding: 72px 0 76px;
    gap: 50px;
  }

  .samples-hero-copy h1 {
    font-size: clamp(3.1rem, 14vw, 4.5rem);
  }

  .samples-hero-copy > p {
    font-size: 0.94rem;
  }

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

  .samples-hero-actions .button {
    width: 100%;
  }

  .samples-hero-actions .text-link {
    align-self: flex-start;
  }

  .samples-hero-card > img {
    height: 330px;
  }

  .samples-summary-grid {
    grid-template-columns: 1fr;
  }

  .samples-summary-grid > div {
    min-height: 82px;
    padding: 19px 5px;
    border-right: 0;
    border-bottom: 1px solid var(--samples-line);
  }

  .samples-summary-grid > div:last-child {
    border-bottom: 0;
  }

  .samples-section {
    padding: 76px 0;
  }

  .sample-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 34px;
  }

  .sample-heading-meta {
    justify-items: start;
  }

  .sample-overview-copy {
    padding: 27px 22px;
  }

  .sample-facts {
    padding-inline: 22px;
  }

  /* Hide heavy desktop simulator on mobile screens */
  .sample-preview,
  .sample-preview-desktop {
    display: none !important;
  }

  /* Show mobile-optimized direct sample showcase */
  .sample-mobile-card {
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    margin-top: 24px;
    transition: border-color 0.25s ease, transform 0.25s ease;
  }

  .sample-mobile-browser-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .browser-dot-group {
    display: flex;
    gap: 5px;
  }

  .browser-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
  }

  .browser-dot.red { background: #ff5f56; }
  .browser-dot.yellow { background: #ffbd2e; }
  .browser-dot.green { background: #27c93f; }

  .sample-mobile-url-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font: 500 0.62rem/1 ui-monospace, "Cascadia Code", monospace;
    color: #a8a2b0;
  }

  .ssl-lock-icon {
    font-size: 0.65rem;
  }

  .mobile-live-tag {
    font: 600 0.58rem/1 ui-monospace, "Cascadia Code", monospace;
    color: #8ef0be;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 7px;
    background: rgba(142, 240, 190, 0.1);
    border: 1px solid rgba(142, 240, 190, 0.2);
    border-radius: 6px;
  }

  .sample-mobile-media-frame {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #000;
  }

  .sample-mobile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
  }

  .sample-mobile-gradient-overlay {
    position: absolute;
    inset: 0;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to bottom, transparent 20%, rgba(5, 5, 7, 0.75) 60%, rgba(5, 5, 7, 0.96) 95%);
  }

  .mobile-badge-pill {
    align-self: flex-start;
    font: 650 0.56rem/1 ui-monospace, "Cascadia Code", monospace;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--purple-2);
    background: rgba(157, 77, 255, 0.16);
    border: 1px solid rgba(157, 77, 255, 0.3);
    padding: 4px 9px;
    border-radius: 999px;
    margin-bottom: 8px;
  }

  .sample-mobile-gradient-overlay h4 {
    font: 700 1.25rem/1.2 var(--font, sans-serif);
    color: #fff;
    margin: 0 0 6px;
  }

  .sample-mobile-gradient-overlay p {
    font: 400 0.78rem/1.4 var(--font, sans-serif);
    color: #b9b3be;
    margin: 0;
    max-width: 95%;
  }

  .sample-mobile-actions-bar {
    padding: 20px 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: rgba(11, 11, 16, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .button-mobile-launch {
    width: 100%;
    padding: 14px 20px;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    background: linear-gradient(135deg, #9d4dff 0%, #7928ca 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(157, 77, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .button-mobile-launch:active {
    transform: scale(0.98);
  }

  .sample-mobile-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .sample-mobile-feature-pills span {
    font: 500 0.66rem/1 ui-monospace, "Cascadia Code", monospace;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #c5c0ca;
  }

  .sample-mobile-desktop-hint {
    font: 450 0.64rem/1.4 ui-monospace, "Cascadia Code", monospace;
    color: #87808b;
    text-align: center;
  }

  .sample-capabilities {
    grid-template-columns: 1fr;
  }

  .sample-capabilities article {
    min-height: 205px;
    padding: 25px;
  }

  .sample-capabilities h3 {
    margin-top: 38px;
  }

  .sample-next-card {
    padding: 29px 23px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sample-next-placeholder {
    min-height: 190px;
  }

  .samples-cta {
    padding-bottom: 76px;
  }

  .samples-cta-card {
    padding: 31px 23px;
    align-items: stretch;
    flex-direction: column;
    gap: 26px;
  }

  .samples-cta-card .button {
    width: 100%;
  }

  .samples-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 25px;
  }

  .samples-footer-brand {
    grid-column: 1 / -1;
  }

  .samples-footer-bottom {
    padding-block: 19px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 430px) {
  .samples-page {
    --shell: calc(100% - 24px);
  }

  .samples-hero-card-bar small {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .samples-hero-card > img {
    height: 285px;
  }

  .sample-preview-address span {
    max-width: 205px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .samples-grid,
  .samples-hero-card,
  .samples-reveal,
  .sample-device-frame,
  .samples-mobile-nav,
  .samples-menu-backdrop {
    animation: none !important;
    transition: none !important;
  }

  .samples-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Multi-sample collection */
.samples-hero-collection {
  position: relative;
  min-width: 0;
  min-height: 610px;
}

.samples-hero-collection .samples-hero-card {
  position: absolute;
  display: block;
  color: #fff;
  text-decoration: none;
  transform: none;
  transition: border-color 0.25s ease, box-shadow 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.samples-hero-collection .samples-hero-card:hover,
.samples-hero-collection .samples-hero-card:focus-visible {
  border-color: rgba(192, 118, 255, 0.5);
  box-shadow: 0 48px 115px rgba(0, 0, 0, 0.65), 0 0 95px rgba(130, 42, 220, 0.2);
}

.samples-hero-card-primary {
  z-index: 2;
  top: 0;
  right: 0;
  width: 88%;
}

.samples-hero-card-primary:hover,
.samples-hero-card-primary:focus-visible {
  transform: translateY(-7px);
}

.samples-hero-card-secondary {
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 60%;
  transform: rotate(-2deg) !important;
}

.samples-hero-card-secondary:hover,
.samples-hero-card-secondary:focus-visible {
  transform: rotate(-1deg) translateY(-5px) !important;
}

.samples-hero-card-primary > img {
  height: 430px;
}

.samples-hero-card-secondary > img {
  height: 245px;
}

.samples-hero-card-secondary .samples-hero-card-label {
  right: 18px;
  bottom: 16px;
  left: 18px;
}

.samples-summary-grid > div {
  grid-template-columns: 48px 1fr;
}

#sample-collection,
#northstar-house,
#payloader-eats {
  scroll-margin-top: 86px;
}

.sample-collection {
  border-bottom: 1px solid var(--samples-line);
  background:
    radial-gradient(circle at 76% 6%, rgba(157, 77, 255, 0.11), transparent 30%),
    #050507;
}

.sample-collection-heading {
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
  align-items: end;
  gap: 70px;
}

.sample-collection-heading h2 {
  margin-bottom: 0;
}

.sample-collection-heading > p {
  margin-bottom: 4px;
  font-size: 0.9rem;
}

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

.sample-collection-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(145deg, #101016, #09090d);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, box-shadow 0.3s ease;
}

.sample-collection-card:hover {
  transform: translateY(-6px);
  border-color: rgba(192, 118, 255, 0.42);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.35);
}

.sample-collection-image {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}

.sample-collection-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 52%, rgba(5, 5, 7, 0.82));
}

.sample-collection-image img {
  width: 100%;
  aspect-ratio: 1.65;
  object-fit: cover;
  object-position: top;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sample-collection-card:hover .sample-collection-image img {
  transform: scale(1.025);
}

.sample-collection-image > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 7, 10, 0.72);
  color: #fff;
  font: 700 0.53rem/1 ui-monospace, "Cascadia Code", monospace;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sample-collection-hotel .sample-collection-image > span {
  border-color: rgba(217, 174, 114, 0.45);
  color: #f0d4a5;
}

.sample-collection-body {
  padding: 28px;
}

.sample-collection-body > span {
  color: var(--purple-2);
  font: 700 0.56rem/1 ui-monospace, "Cascadia Code", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sample-collection-hotel .sample-collection-body > span {
  color: #d9ae72;
}

.sample-collection-body h3 {
  margin: 14px 0 11px;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
}

.sample-collection-body p {
  min-height: 78px;
  margin-bottom: 24px;
  font-size: 0.8rem;
}

.sample-collection-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.sample-collection-body a {
  color: #fff;
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration-color: rgba(192, 118, 255, 0.45);
  text-underline-offset: 5px;
}

.sample-feature-hotel {
  background:
    radial-gradient(circle at 10% 10%, rgba(217, 174, 114, 0.075), transparent 27%),
    linear-gradient(180deg, #07080b, #050507);
}

.sample-feature-hotel .sample-overview {
  border-color: rgba(217, 174, 114, 0.17);
  background: linear-gradient(145deg, rgba(217, 174, 114, 0.075), rgba(255, 255, 255, 0.02));
}

.sample-feature-hotel .sample-heading .eyebrow,
.sample-feature-hotel .sample-facts small,
.sample-feature-hotel .sample-preview-cover > span {
  color: #d9ae72;
}

.sample-feature-hotel .sample-tags span {
  border-color: rgba(217, 174, 114, 0.2);
  background: rgba(217, 174, 114, 0.055);
}

.sample-feature-eats {
  border-top: 1px solid var(--samples-line);
  background:
    radial-gradient(circle at 88% 8%, rgba(212, 24, 35, 0.08), transparent 26%),
    linear-gradient(180deg, #08080b, #050507);
}

.sample-brand-contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sample-brand-contrast a {
  min-height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--samples-line);
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.sample-brand-contrast a:first-child {
  border-color: rgba(217, 174, 114, 0.2);
  background: linear-gradient(150deg, rgba(217, 174, 114, 0.11), #0d1016);
}

.sample-brand-contrast a:last-child {
  border-color: rgba(235, 40, 48, 0.2);
  background: linear-gradient(150deg, rgba(214, 29, 39, 0.13), #0d0b0d);
}

.sample-brand-contrast a:hover,
.sample-brand-contrast a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
}

.sample-brand-contrast small {
  color: #aaa4af;
  font: 700 0.52rem/1 ui-monospace, "Cascadia Code", monospace;
  text-transform: uppercase;
}

.sample-brand-contrast strong {
  font-size: 1.05rem;
  line-height: 1.28;
}

.sample-brand-contrast span {
  color: #fff;
  font-size: 0.65rem;
  font-weight: 750;
}

@media (max-width: 1040px) {
  .samples-hero-collection {
    min-height: 560px;
  }

  .samples-hero-card-primary > img {
    height: 380px;
  }

  .samples-hero-card-secondary > img {
    height: 215px;
  }
}

@media (max-width: 860px) {
  .samples-hero-collection {
    width: min(700px, 100%);
    min-height: 620px;
    margin-inline: auto;
  }

  .sample-collection-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

@media (max-width: 700px) {
  .samples-hero-collection {
    min-height: 0;
    display: grid;
    gap: 14px;
  }

  .samples-hero-collection .samples-hero-card {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none !important;
  }

  .samples-hero-card-primary > img {
    height: 300px;
  }

  .samples-hero-card-secondary {
    width: 88% !important;
    margin-top: -58px;
    justify-self: end;
  }

  .samples-hero-card-secondary > img {
    height: 205px;
  }

  .sample-collection-grid {
    grid-template-columns: 1fr;
  }

  .sample-collection-body p {
    min-height: 0;
  }

  .sample-brand-contrast {
    grid-template-columns: 1fr;
  }

  .sample-brand-contrast a {
    min-height: 190px;
  }
}

@media (max-width: 430px) {
  .samples-hero-card-primary > img {
    height: 245px;
  }

  .samples-hero-card-secondary > img {
    height: 175px;
  }

  .samples-hero-card-label {
    right: 16px;
    bottom: 15px;
    left: 16px;
  }

  .sample-collection-body {
    padding: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .samples-js .samples-reveal {
    opacity: 1;
    transform: none;
  }
}
