/* Official inverted logo sizing for the hero header. */
.home-page .home-topbar {
  min-height: 126px;
  padding-top: 22px;
}

.home-page .home-topbar .home-brand-logo {
  width: clamp(250px, 22vw, 340px);
  height: auto;
  max-height: 126px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 760px) {
  .home-page .home-topbar {
    min-height: 118px;
    padding-top: 16px;
  }

  .home-page .home-topbar .home-brand-logo {
    width: 220px;
    height: auto;
    max-height: 88px;
  }
}

/* Restore the branded airport hero image on the live homepage. */
.home-page .streamlined-home-hero {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .76) 43%, rgba(5, 5, 5, .34) 72%, rgba(5, 5, 5, .46) 100%),
    radial-gradient(circle at 17% 34%, rgba(237, 27, 47, .26), transparent 35%),
    url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
}

@media (max-width: 760px) {
  .home-page .streamlined-home-hero {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, .88) 0%, rgba(5, 5, 5, .68) 54%, rgba(5, 5, 5, .86) 100%),
      radial-gradient(circle at 20% 20%, rgba(237, 27, 47, .28), transparent 34%),
      url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
  }
}

/* Bring the List an Asset page into the same premium branded system. */
.seller-page {
  background: #f4f2ed;
}

.seller-page .home-topbar {
  position: absolute !important;
  inset: 0 0 auto 0;
  z-index: 30;
  min-height: 126px;
  padding: 22px clamp(24px, 5vw, 72px) 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.seller-page .home-topbar .home-brand-logo {
  width: clamp(250px, 22vw, 340px);
  height: auto;
  max-height: 126px;
  object-fit: contain;
  object-position: left center;
}

.seller-page .home-topbar .nav-actions a,
.seller-page .home-topbar .nav-actions .ghost {
  color: rgba(255, 255, 255, .9);
}

.seller-page .home-topbar .nav-actions .primary {
  background: var(--ak-red);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(237, 27, 47, .22);
}

.seller-page .home-topbar .nav-actions .ghost:hover {
  color: #ffffff;
}

.seller-page .seller-main {
  max-width: none;
  padding: 0 0 72px;
  background: #f4f2ed;
}

.seller-page .seller-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: none;
  min-height: clamp(620px, 82vh, 800px);
  margin: 0;
  padding: clamp(156px, 15vw, 210px) clamp(24px, 6vw, 96px) 88px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .76) 48%, rgba(5, 5, 5, .48) 74%, rgba(5, 5, 5, .62) 100%),
    radial-gradient(circle at 17% 34%, rgba(237, 27, 47, .26), transparent 35%),
    url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
}

.seller-page .seller-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, transparent 40%, rgba(0, 0, 0, .38) 100%),
    radial-gradient(circle at 88% 12%, rgba(237, 27, 47, .24), transparent 30%);
  pointer-events: none;
}

.seller-page .seller-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: 190px;
  background: linear-gradient(180deg, transparent 0%, rgba(244, 242, 237, .98) 100%);
  pointer-events: none;
}

.seller-page .seller-hero-copy {
  position: relative;
  z-index: 1;
}

.seller-page .seller-hero-copy {
  max-width: 1060px;
}

.seller-page .seller-hero-copy::before,
.seller-page .seller-hero-logo {
  display: none !important;
}

.seller-page .seller-hero .pill.dark {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2);
}

.seller-page .seller-hero .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ak-red);
  box-shadow: 0 0 0 5px rgba(237, 27, 47, .14);
}

.seller-page .seller-hero h1 {
  max-width: 720px;
  margin-top: 24px;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

.seller-page .seller-hero p {
  max-width: 720px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.48;
}

.seller-page .seller-hero-card,
.seller-page .seller-hero-image {
  display: none !important;
}

.seller-page .seller-workspace {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  max-width: 1220px;
  margin: -52px auto 0;
  padding: 0 clamp(18px, 4vw, 42px);
}

.seller-page .seller-flow-card,
.seller-page .seller-side .card {
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 55px rgba(18, 18, 18, .08);
}

.seller-page .seller-flow-head {
  border-bottom: 1px solid rgba(16, 16, 16, .08);
}

.seller-page .wizard-steps {
  gap: 0;
  border-bottom: 1px solid rgba(16, 16, 16, .08);
  background: #fbfaf7;
}

.seller-page .wizard-step {
  border: 0;
  border-right: 1px solid rgba(16, 16, 16, .08);
  border-radius: 0;
  background: transparent;
}

.seller-page .wizard-step.active {
  background: #ffffff;
  color: #111111;
  box-shadow: inset 0 -3px 0 var(--ak-red);
}

.seller-page .seller-step-panel {
  padding-top: 34px;
}

.seller-page .file-drop,
.seller-page .doc-check,
.seller-page .review-box,
.seller-page .submission-card,
.seller-page .seller-room-card {
  border-radius: 8px;
  background: #fbfaf7;
}

.seller-page .field-group input,
.seller-page .field-group select,
.seller-page .field-group textarea {
  border-radius: 8px;
  background: #ffffff;
}

@media (max-width: 980px) {
  .seller-page .seller-hero {
    min-height: 0;
  }

  .seller-page .seller-workspace {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .seller-page .home-topbar {
    min-height: 118px;
    padding: 16px 18px 0;
  }

  .seller-page .home-topbar .home-brand-logo {
    width: 220px;
    max-height: 88px;
  }

  .seller-page .home-topbar .nav-actions a,
  .seller-page .home-topbar .nav-actions .primary {
    color: #ffffff;
  }

  .seller-page .home-topbar .nav-actions .ghost {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
  }

  .seller-page .seller-hero {
    padding: 168px 18px 78px;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, .88) 0%, rgba(5, 5, 5, .68) 54%, rgba(5, 5, 5, .86) 100%),
      radial-gradient(circle at 20% 20%, rgba(237, 27, 47, .28), transparent 34%),
      url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
  }

  .seller-page .seller-hero h1 {
    font-size: clamp(44px, 13vw, 68px);
  }

  .seller-page .seller-workspace {
    margin-top: -30px;
    padding: 0 16px;
  }
}

/* Account page follows the same branded, full-bleed system. */
.account-page {
  background: #f4f2ed;
}

.account-page .home-topbar {
  position: absolute !important;
  inset: 0 0 auto 0;
  z-index: 30;
  min-height: 126px;
  padding: 22px clamp(24px, 5vw, 72px) 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.account-page .home-topbar .home-brand-logo {
  width: clamp(250px, 22vw, 340px);
  height: auto;
  max-height: 126px;
  object-fit: contain;
  object-position: left center;
}

.account-page .home-topbar .nav-actions a,
.account-page .home-topbar .nav-actions .ghost {
  color: rgba(255, 255, 255, .9);
}

.account-page .home-topbar .nav-actions .primary {
  background: var(--ak-red);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(237, 27, 47, .22);
}

.account-page .home-topbar .nav-actions .ghost:hover {
  color: #ffffff;
}

.account-page .account-main {
  max-width: none;
  padding: 0 0 72px;
  background: #f4f2ed;
}

.account-page .account-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: none;
  min-height: clamp(620px, 82vh, 800px);
  margin: 0;
  padding: clamp(156px, 15vw, 210px) clamp(24px, 6vw, 96px) 88px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .76) 48%, rgba(5, 5, 5, .48) 74%, rgba(5, 5, 5, .62) 100%),
    radial-gradient(circle at 17% 34%, rgba(237, 27, 47, .26), transparent 35%),
    url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
}

.account-page .account-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, transparent 40%, rgba(0, 0, 0, .38) 100%),
    radial-gradient(circle at 88% 12%, rgba(237, 27, 47, .24), transparent 30%);
  pointer-events: none;
}

.account-page .account-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: 190px;
  background: linear-gradient(180deg, transparent 0%, rgba(244, 242, 237, .98) 100%);
  pointer-events: none;
}

.account-page .account-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1060px;
}

.account-page .account-hero .pill.dark {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2);
}

.account-page .account-hero .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ak-red);
  box-shadow: 0 0 0 5px rgba(237, 27, 47, .14);
}

.account-page .account-hero h1 {
  max-width: 720px;
  margin-top: 24px;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

.account-page .account-hero p {
  max-width: 720px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.48;
}

.account-page .account-hero .hero-actions {
  margin-top: 34px;
}

.account-page .account-hero .ghost {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
}

.account-page .layout {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  max-width: 1220px;
  margin: -52px auto 0;
  padding: 0 clamp(18px, 4vw, 42px);
}

.account-page .panel,
.account-page .card {
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 55px rgba(18, 18, 18, .08);
}

.account-page .panel {
  border-top: 0;
}

.account-page .account-panel-head {
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(16, 16, 16, .08);
}

.account-page .form-grid {
  gap: 12px;
}

.account-page input,
.account-page select {
  border-radius: 8px;
  background: #ffffff;
}

.account-page .card h2,
.account-page .panel h2 {
  font-size: clamp(26px, 2.5vw, 38px);
  letter-spacing: 0;
}

.account-page .status-line {
  padding: 14px 0;
}

.account-page .account-process-panel {
  max-width: 1220px;
  margin: 24px auto 0;
}

.account-page .account-process-panel .three-grid {
  gap: 12px;
}

.account-page .account-process-panel .step {
  border-radius: 8px;
  background: #fbfaf7;
}

.account-page .account-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-page .account-access-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 10px;
  background: #fbfaf7;
}

.account-page .account-access-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0;
}

.account-page .compact-form-grid {
  grid-template-columns: 1fr;
}

.account-flow-open {
  overflow: hidden;
}

.account-flow-modal[hidden] {
  display: none;
}

.account-flow-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.account-flow-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(8px);
}

.account-flow-card {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(840px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: #f4f2ed;
  box-shadow: 0 36px 100px rgba(0, 0, 0, .36);
}

.account-flow-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .92), rgba(5, 5, 5, .72)),
    radial-gradient(circle at 82% 18%, rgba(237, 27, 47, .28), transparent 34%);
}

.account-flow-head h2 {
  margin: 10px 0 6px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .95;
  letter-spacing: 0;
}

.account-flow-head .sub {
  max-width: 640px;
  color: rgba(255, 255, 255, .7);
}

.account-flow-close {
  border-color: rgba(255, 255, 255, .22);
  color: #ffffff;
}

.account-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(16, 16, 16, .08);
  background: #ffffff;
}

.account-flow-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 62px;
  border: 0;
  border-right: 1px solid rgba(16, 16, 16, .08);
  background: transparent;
  color: rgba(17, 17, 17, .62);
  font-weight: 850;
}

.account-flow-step span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #f4f2ed;
  color: #111111;
  font-size: 13px;
}

.account-flow-step.active {
  color: #111111;
  box-shadow: inset 0 -3px 0 var(--ak-red);
}

.account-flow-step.active span {
  background: var(--ak-red);
  color: #ffffff;
}

.account-flow-panels {
  padding: 24px;
}

.account-flow-panel {
  display: none;
}

.account-flow-panel.active {
  display: grid;
  gap: 16px;
}

.flow-panel-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 0;
}

.verification-box,
.verification-preview {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 10px;
  background: #ffffff;
}

.verification-box strong {
  font-size: 24px;
}

.verification-preview {
  background: #fbfaf7;
}

.verification-preview[hidden] {
  display: none;
}

.verification-preview a {
  color: var(--ak-red);
  font-weight: 850;
  word-break: break-all;
}

.email-start-card,
.code-entry-card {
  display: grid;
  gap: 14px;
  max-width: 540px;
  padding: 20px;
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 10px;
  background: #ffffff;
}

.account-page .email-start-input {
  min-height: 58px;
  font-size: 18px;
}

.account-page .otp-code-input {
  min-height: 68px;
  max-width: 260px;
  border: 1px solid rgba(16, 16, 16, .14);
  font-size: clamp(32px, 7vw, 48px);
  font-weight: 900;
  letter-spacing: .18em;
  text-align: center;
}

.verification-preview strong {
  width: fit-content;
  padding: 10px 14px;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  letter-spacing: .18em;
}

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

@media (max-width: 980px) {
  .account-page .account-hero {
    min-height: 0;
  }

  .account-page .layout {
    grid-template-columns: 1fr;
  }

  .account-page .account-access-grid,
  .doc-upload-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .account-page .home-topbar {
    min-height: 118px;
    padding: 16px 18px 0;
  }

  .account-page .home-topbar .home-brand-logo {
    width: 220px;
    max-height: 88px;
  }

  .account-page .home-topbar .nav-actions a,
  .account-page .home-topbar .nav-actions .primary {
    color: #ffffff;
  }

  .account-page .home-topbar .nav-actions .ghost {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
  }

  .account-page .account-hero {
    padding: 168px 18px 78px;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, .88) 0%, rgba(5, 5, 5, .68) 54%, rgba(5, 5, 5, .86) 100%),
      radial-gradient(circle at 20% 20%, rgba(237, 27, 47, .28), transparent 34%),
      url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
  }

  .account-page .account-hero h1 {
    font-size: clamp(44px, 13vw, 68px);
  }

  .account-page .layout {
    margin-top: -30px;
    padding: 0 16px;
  }

  .account-page .account-process-panel {
    margin: 18px 16px 0;
  }

  .account-flow-modal {
    padding: 10px;
  }

  .account-flow-card {
    max-height: calc(100vh - 20px);
  }

  .account-flow-head {
    flex-direction: column;
    padding: 18px;
  }

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

  .account-flow-step {
    min-height: 54px;
  }

  .account-flow-panels {
    padding: 18px;
  }
}

/* Live rooms page: room cards first, then a calm asset list. */
.live-page {
  background: #f4f2ed;
}

.live-page .home-topbar {
  position: absolute !important;
  inset: 0 0 auto 0;
  z-index: 30;
  min-height: 126px;
  padding: 22px clamp(24px, 5vw, 72px) 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.live-page .home-topbar .home-brand-logo {
  width: clamp(250px, 22vw, 340px);
  height: auto;
  max-height: 126px;
  object-fit: contain;
  object-position: left center;
}

.live-page .home-topbar .nav-actions a,
.live-page .home-topbar .nav-actions .ghost {
  color: rgba(255, 255, 255, .9);
}

.live-page .home-topbar .nav-actions .primary {
  background: var(--ak-red);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(237, 27, 47, .22);
}

.live-page .home-topbar .nav-actions .ghost:hover {
  color: #ffffff;
}

.live-page .live-main {
  max-width: none;
  padding: 0 0 72px;
  background: #f4f2ed;
}

.live-page .live-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: none;
  min-height: clamp(620px, 82vh, 800px);
  margin: 0;
  padding: clamp(156px, 15vw, 210px) clamp(24px, 6vw, 96px) 88px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .76) 48%, rgba(5, 5, 5, .48) 74%, rgba(5, 5, 5, .62) 100%),
    radial-gradient(circle at 17% 34%, rgba(237, 27, 47, .26), transparent 35%),
    url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
}

.live-page .live-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, transparent 40%, rgba(0, 0, 0, .38) 100%),
    radial-gradient(circle at 88% 12%, rgba(237, 27, 47, .24), transparent 30%);
  pointer-events: none;
}

.live-page .live-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: 190px;
  background: linear-gradient(180deg, transparent 0%, rgba(244, 242, 237, .98) 100%);
  pointer-events: none;
}

.live-page .live-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1060px;
}

.live-page .live-hero .pill.dark {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2);
}

.live-page .live-hero .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ak-red);
  box-shadow: 0 0 0 5px rgba(237, 27, 47, .14);
}

.live-page .live-hero h1 {
  max-width: 720px;
  margin-top: 24px;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

.live-page .live-hero p {
  max-width: 720px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.48;
}

.live-page .live-hero .hero-actions {
  margin-top: 34px;
}

.live-page .live-hero .ghost {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
}

.live-page .live-room-workspace,
.live-page .live-room-detail {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 42px);
}

.live-page .live-room-workspace {
  margin-top: -52px;
}

.live-page .live-room-detail {
  margin-top: 24px;
}

.live-page .live-section-head,
.live-page .live-room-detail-head,
.live-page .asset-toolbar,
.live-page .selected-asset-panel {
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 55px rgba(18, 18, 18, .08);
}

.live-page .live-section-head,
.live-page .live-room-detail-head,
.live-page .asset-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
}

.live-page .live-section-head h2,
.live-page .live-room-detail-head h2,
.live-page .selected-asset-panel h2 {
  margin: 10px 0 8px;
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: 0;
}

.live-page .live-room-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.live-page .live-room-card,
.live-page .live-asset-card {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  color: #111111;
  text-align: left;
  box-shadow: 0 18px 44px rgba(18, 18, 18, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.live-page .live-room-card:hover,
.live-page .live-asset-card:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 27, 47, .22);
  box-shadow: 0 24px 58px rgba(18, 18, 18, .1);
}

.live-page .live-room-card.selected,
.live-page .live-asset-card.selected {
  border-color: rgba(237, 27, 47, .42);
  box-shadow: inset 0 0 0 2px rgba(237, 27, 47, .08), 0 24px 58px rgba(18, 18, 18, .11);
}

.live-page .live-room-card h3,
.live-page .live-asset-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0;
}

.live-page .live-room-card p,
.live-page .live-asset-card p {
  margin: 0;
  color: rgba(17, 17, 17, .64);
  line-height: 1.48;
}

.live-page .live-room-card-metrics,
.live-page .asset-card-metrics,
.live-page .live-room-stats,
.live-page .selected-asset-stats,
.live-page .recent-bid-strip {
  display: grid;
  gap: 8px;
}

.live-page .live-room-card-metrics,
.live-page .asset-card-metrics,
.live-page .live-room-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.live-page .asset-card-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.live-page .live-room-card-metrics div,
.live-page .asset-card-metrics div,
.live-page .live-room-stats div,
.live-page .selected-asset-stats div,
.live-page .recent-bid-strip div {
  padding: 12px;
  border: 1px solid rgba(16, 16, 16, .08);
  border-radius: 8px;
  background: #fbfaf7;
}

.live-page .live-room-card-metrics span,
.live-page .asset-card-metrics span,
.live-page .live-room-stats span,
.live-page .selected-asset-stats span,
.live-page .recent-bid-strip span,
.live-page .asset-search span,
.live-page .selected-asset-price span {
  display: block;
  color: rgba(17, 17, 17, .54);
  font-size: 12px;
  font-weight: 850;
}

.live-page .live-room-card-metrics strong,
.live-page .asset-card-metrics strong,
.live-page .live-room-stats strong,
.live-page .selected-asset-stats strong,
.live-page .recent-bid-strip strong,
.live-page .selected-asset-price strong {
  display: block;
  margin-top: 5px;
  color: #111111;
  font-size: 16px;
}

.live-page .asset-toolbar {
  margin-top: 16px;
  align-items: center;
}

.live-page .asset-search {
  display: grid;
  gap: 8px;
  flex: 1;
}

.live-page .asset-search input {
  min-height: 48px;
  border-radius: 8px;
  background: #ffffff;
}

.live-page .asset-filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.live-page .asset-filter {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(16, 16, 16, .1);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-weight: 850;
}

.live-page .asset-filter.active {
  border-color: var(--ak-red);
  background: var(--ak-red);
  color: #ffffff;
}

.live-page .live-asset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.live-page .asset-card-top,
.live-page .selected-asset-head,
.live-page .live-bid-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.live-page .asset-card-top > span:last-child {
  color: rgba(17, 17, 17, .52);
  font-size: 12px;
  font-weight: 850;
}

.live-page .selected-asset-panel {
  margin-top: 16px;
  padding: 22px;
}

.live-page .selected-asset-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.live-page .selected-asset-price {
  min-width: 210px;
  padding: 16px;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
}

.live-page .selected-asset-price span,
.live-page .selected-asset-price strong {
  color: #ffffff;
}

.live-page .selected-asset-price strong {
  font-size: 28px;
}

.live-page .live-bid-row {
  align-items: stretch;
  margin-top: 16px;
}

.live-page .live-bid-row input {
  flex: 1;
  min-height: 48px;
  border-radius: 8px;
}

.live-page .recent-bid-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

@media (max-width: 980px) {
  .live-page .live-hero {
    min-height: 0;
  }

  .live-page .live-section-head,
  .live-page .live-room-detail-head,
  .live-page .asset-toolbar,
  .live-page .selected-asset-head,
  .live-page .live-bid-row {
    align-items: stretch;
    flex-direction: column;
  }

  .live-page .live-room-stats,
  .live-page .selected-asset-stats,
  .live-page .recent-bid-strip {
    grid-template-columns: 1fr;
  }

  .live-page .selected-asset-price {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .live-page .home-topbar {
    min-height: 118px;
    padding: 16px 18px 0;
  }

  .live-page .home-topbar .home-brand-logo {
    width: 220px;
    max-height: 88px;
  }

  .live-page .home-topbar .nav-actions a,
  .live-page .home-topbar .nav-actions .primary {
    color: #ffffff;
  }

  .live-page .home-topbar .nav-actions .ghost {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
  }

  .live-page .live-hero {
    padding: 168px 18px 78px;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, .88) 0%, rgba(5, 5, 5, .68) 54%, rgba(5, 5, 5, .86) 100%),
      radial-gradient(circle at 20% 20%, rgba(237, 27, 47, .28), transparent 34%),
      url("https://cdn.shopify.com/s/files/1/0776/0278/3410/files/asset-kings-airport-hero.jpg?v=1783950181") center center / cover no-repeat !important;
  }

  .live-page .live-hero h1 {
    font-size: clamp(44px, 13vw, 68px);
  }

  .live-page .live-room-workspace {
    margin-top: -30px;
    padding: 0 16px;
  }

  .live-page .live-room-detail {
    padding: 0 16px;
  }

  .live-page .live-room-card-metrics,
  .live-page .asset-card-metrics {
    grid-template-columns: 1fr;
  }
}

/* Editorial hero pass: calmer product headers instead of oversized landing-page slogans. */
.home-page .streamlined-home-hero,
.live-page .live-hero {
  min-height: clamp(540px, 76vh, 720px) !important;
}

.home-page .streamlined-home-hero .home-hero-copy,
.live-page .live-hero-copy {
  max-width: 760px !important;
}

.home-page .streamlined-home-hero h1,
.live-page .live-hero h1 {
  max-width: 760px !important;
  margin-top: 24px !important;
  font-size: clamp(40px, 5.4vw, 74px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.home-page .streamlined-home-hero p,
.live-page .live-hero p {
  max-width: 620px !important;
  margin-top: 22px !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 1.58 !important;
}

.home-page .streamlined-home-hero .eyebrow,
.live-page .live-hero .pill.dark {
  letter-spacing: .04em !important;
}

@media (max-width: 760px) {
  .home-page .streamlined-home-hero,
  .live-page .live-hero {
    min-height: 0 !important;
  }

  .home-page .streamlined-home-hero h1,
  .live-page .live-hero h1 {
    font-size: clamp(34px, 10vw, 50px) !important;
  }
}

/* Live room contrast fix: keep the room workspace dark instead of letting old white panels cover it. */
body.public-dark-page.live-page .live-section-head,
body.public-dark-page.live-page .live-room-detail-head,
body.public-dark-page.live-page .asset-toolbar {
  border: 1px solid rgba(255, 255, 255, .1) !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(237, 27, 47, .14), transparent 34%),
    linear-gradient(145deg, rgba(26, 26, 26, .72), rgba(8, 8, 8, .78)) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

body.public-dark-page.live-page .live-section-head h2,
body.public-dark-page.live-page .live-room-detail-head h2,
body.public-dark-page.live-page .live-section-head .sub,
body.public-dark-page.live-page .live-room-detail-head .sub {
  text-shadow: none !important;
}

body.public-dark-page.live-page .live-room-card,
body.public-dark-page.live-page .live-asset-card {
  border: 1px solid rgba(237, 27, 47, .34) !important;
  background:
    radial-gradient(circle at 92% 4%, rgba(237, 27, 47, .2), transparent 38%),
    linear-gradient(145deg, rgba(34, 34, 34, .94), rgba(9, 9, 9, .96)) !important;
  color: #ffffff !important;
}

body.public-dark-page.live-page .live-room-card.selected,
body.public-dark-page.live-page .live-asset-card.selected {
  border-color: rgba(237, 27, 47, .78) !important;
  background:
    radial-gradient(circle at 92% 4%, rgba(237, 27, 47, .3), transparent 42%),
    linear-gradient(145deg, rgba(38, 38, 38, .96), rgba(8, 8, 8, .98)) !important;
}

body.public-dark-page.live-page .live-room-card-metrics div,
body.public-dark-page.live-page .asset-card-metrics div,
body.public-dark-page.live-page .live-room-stats div,
body.public-dark-page.live-page .selected-asset-stats div,
body.public-dark-page.live-page .recent-bid-strip div {
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .07) !important;
  color: #ffffff !important;
}

body.public-dark-page.live-page .live-room-card-metrics span,
body.public-dark-page.live-page .asset-card-metrics span,
body.public-dark-page.live-page .live-room-stats span,
body.public-dark-page.live-page .selected-asset-stats span,
body.public-dark-page.live-page .recent-bid-strip span {
  color: rgba(255, 255, 255, .62) !important;
}

body.public-dark-page.live-page .live-room-card-metrics strong,
body.public-dark-page.live-page .asset-card-metrics strong,
body.public-dark-page.live-page .live-room-stats strong,
body.public-dark-page.live-page .selected-asset-stats strong,
body.public-dark-page.live-page .recent-bid-strip strong {
  color: #ffffff !important;
}
