@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@400;500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Eurostile";
  src: url("../assets/fonts/eurostile-regular.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eurostile-Bold", sans-serif;
  src: url("../assets/fonts/eurostile-bold.ttf") format("truetype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --ek-red: #ad0303;
  --ek-red-dark: #b7050f;
  --ek-black: #141414;
  --ek-ink: #1a1a1a;
  --ek-white: #ffffff;
  --ek-dark: #171717;
  --ek-muted: #8a8a8a;
  --ek-line: #e6e6e6;
  --ek-panel: #f4f4f4;
  --ek-panel-2: #ededed;
  --ek-bid-green: #55ff00;
  --ek-font: Eurostile, Saira Semi Condensed, Rajdhani, Segoe UI, Arial, sans-serif;
  --ek-maxw: 100%;
  --ek-gutter: 1.25rem;
  --ek-header-h: 6.625rem;
  --ek-radius: 0;
  --ek-radius-lg: 0;
  --ek-fs-xs: 0.75rem;
  --ek-fs-sm: 0.8125rem;
  --ek-fs-base: 0.875rem;
  --ek-fs-md: 1rem;
  --ek-fs-lg: 1.125rem;
  --ek-fs-xl: 1.25rem;
  --ek-fs-2xl: 1.5rem;
  --ek-fs-3xl: 2.5rem;
  --ek-fs-s15: 0.9375rem;
  --ek-fs-s22: 1.375rem;
  --ek-fs-s28: 1.75rem;
  --ek-fs-s32: 2rem;
  --ek-fs-s34: 2.125rem;
  --ek-space-1: 0.25rem;
  --ek-space-2: 0.5rem;
  --ek-space-3: 0.75rem;
  --ek-space-4: 1rem;
  --ek-space-5: 1.25rem;
  --ek-space-6: 1.5rem;
  --ek-space-8: 2rem;
  --ek-space-10: 2.5rem;
  --ek-space-12: 3rem;
  --ek-space-16: 4rem;
  --ek-space-20: 5rem;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 0.9375rem;
  font-family: var(--ek-font);
  color: var(--ek-ink);
  background: var(--ek-white);
}

strong {
  font-weight: normal;
  font-family: "Eurostile-Bold", sans-serif;
}

body .ek-btn {
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.875rem 2.125rem;
}

h1, h2, h3, h4 {
  margin: 0 0 1rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

p {
  margin: 0 0 1rem;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s;
}

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

button {
  font-family: inherit;
  cursor: pointer;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: var(--ek-maxw);
  margin-inline: auto;
  padding-inline: var(--ek-gutter);
}

.container--narrow {
  width: 100%;
  max-width: 57.5rem;
  margin-inline: auto;
  padding-inline: var(--ek-gutter);
}

.section {
  padding-block: 3rem;
}

.section--tight {
  padding-block: 1.5rem;
}

.section--flush {
  padding-block: 0;
}

.section--full {
  min-height: 100vh;
  min-height: calc(100svh - var(--ek-header-h));
}

.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (min-width: 992px) {
  html {
    height: 100%;
    overflow: hidden;
    background: #000;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1570px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1470px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1370px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
  }
}
.custom-scrollbar-wrap {
  overflow-y: auto;
  scrollbar-width: none;
}
.custom-scrollbar-wrap::-webkit-scrollbar {
  display: none;
}

.custom-layout__scrollbar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.375rem;
  background: #e6e6e6;
}

.custom-layout__scrollbar-thumb {
  position: absolute;
  left: 0.0625rem;
  right: 0.0625rem;
  top: 0;
  height: 40%;
  background: #000000;
}

.site-header {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ek-white);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1875rem;
  height: 0.125rem;
  background: var(--ek-red);
  pointer-events: none;
}
@media (min-width: 992px) {
  .site-header::after {
    height: 0.3125rem;
    bottom: 0.5rem;
  }
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--ek-maxw);
  margin-inline: auto;
  padding: 1rem 1.25rem 1.125rem;
}
@media (min-width: 992px) {
  .site-header__inner {
    padding: 0.5rem var(--ek-gutter);
    min-height: 3.75rem;
    min-height: var(--ek-header-h);
    padding: 1.6875rem 2.5rem 2.125rem;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.logo__img {
  width: 6.875rem;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .logo__img {
    width: 11.9375rem;
    object-fit: contain;
  }
}

.bidding-link {
  display: none;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  color: var(--ek-ink);
  font-size: 0.8125rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 992px) {
  .bidding-link {
    display: inline-flex;
  }
}
.bidding-link:hover {
  color: var(--ek-red);
}
.bidding-link .nav-ico {
  height: 1.625rem;
}

.main-nav {
  display: none;
}
@media (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
.main-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
}
.main-nav__item {
  position: relative;
}
.main-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.25rem;
  color: var(--ek-ink);
  transition: opacity 0.15s ease;
}
.main-nav__link:hover {
  opacity: 0.6;
}
.main-nav__link.is-active img, .main-nav__link.current-menu-item img {
  filter: invert(0) !important;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.375rem);
  min-width: 11.875rem;
  padding: 0.5rem 0;
  list-style: none;
  background: var(--ek-white);
  border: 0.0625rem solid var(--ek-line);
  border-top: 0.125rem solid var(--ek-red);
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 20;
}
.submenu li + li {
  border-top: 0.0625rem solid var(--ek-line);
}
.submenu a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--ek-ink);
  font-size: 0.8125rem;
  font-weight: 400;
  white-space: nowrap;
}
.submenu a:hover {
  background: var(--ek-panel);
  color: var(--ek-red);
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 1rem;
}
@media (min-width: 992px) {
  .header-actions {
    gap: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .header-actions {
    gap: 1.25rem !important;
  }
}
@media (max-width: 991px) {
  .header-actions {
    gap: 0.9375rem !important;
  }
}
.header-actions__links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .header-actions__links {
    display: flex;
  }
}
.header-actions__links a {
  font-size: 0.8125rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ek-ink);
}
.header-actions__links a:hover {
  color: var(--ek-red);
}
.header-actions__icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .header-actions__icons {
    margin-left: 1.5rem;
  }
}

.icon-btn {
  background: none;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: var(--ek-ink);
  cursor: pointer;
}

.flag {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
}
@media (min-width: 992px) {
  .flag {
    width: 2rem;
    height: 2rem;
  }
}
.flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-ico {
  height: auto;
  max-width: 3.375rem;
  display: block;
  transition: all 0.5s;
}

.nav-ico--lg {
  height: 1.625rem;
}
@media (min-width: 992px) {
  .nav-ico--lg {
    height: 2rem;
  }
}

.hamburger {
  background: none;
  border: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.3125rem;
  width: 1.5625rem;
  height: 1.25rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  width: 1.5625rem;
  height: 0.125rem;
  background: var(--ek-ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.hamburger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.hamburger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 3.75rem;
  z-index: 90;
  background: var(--ek-white);
  max-height: calc(100svh - 3.75rem);
  padding: 0;
  overflow-y: auto;
  box-shadow: 0 1rem 1.75rem rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__cell.current-menu-item img {
  filter: none;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-menu__grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-bottom: 0;
}
.mobile-menu__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ek-ink);
}
.mobile-menu__cell:hover {
  opacity: 0.6;
}
.mobile-menu__cell .nav-ico {
  filter: invert(1) brightness(0);
}
.mobile-menu__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0 1.125rem 0.75rem;
}
.mobile-menu__bidding {
  display: inline-flex;
  align-items: center;
  gap: 0.1875rem;
  color: var(--ek-ink);
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 400;
}
.mobile-menu__bidding .nav-ico {
  width: 1.125rem;
  height: auto;
}
.mobile-menu__bidding:hover {
  color: var(--ek-red);
}
.mobile-menu__links {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.mobile-menu__links a {
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ek-ink);
}
.mobile-menu__links a:hover {
  color: var(--ek-red);
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .site-header {
    height: var(--ek-header-h);
  }
  .site-header__inner {
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    top: 1.6875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    width: auto;
    height: 2.8125rem;
    min-height: 2.8125rem;
    margin: 0;
    padding: 0;
  }
  .site-header .logo {
    position: static;
    flex: none;
  }
  .site-header .logo__img {
    width: 11.9375rem;
    height: auto;
    display: block;
  }
  .site-header .bidding-link {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 0;
    flex: none;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
  .site-header .bidding-link .nav-ico {
    width: 1.625rem;
    height: 1.625rem;
    margin: 0;
  }
  .site-header .main-nav {
    position: static;
    flex: none;
    width: auto;
  }
  .site-header .main-nav__list {
    gap: 0;
    justify-content: flex-start;
  }
  .site-header .main-nav__link {
    padding: 0;
  }
  .site-header .main-nav__link .nav-ico {
    width: 3.375rem;
    height: auto;
    filter: invert(1) brightness(0);
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .site-header .main-nav__link .nav-ico {
    width: 3.125rem;
  }
}
@media (min-width: 992px) {
  .site-header .header-actions {
    position: static;
    flex: none;
    display: flex;
    align-items: center;
    gap: 3.125rem;
  }
  .site-header .header-actions__links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  .site-header .header-actions__links a {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .site-header .header-actions__icons {
    display: flex;
    align-items: center;
    gap: 1.0625rem;
    margin-left: 0;
  }
  .site-header .icon-btn .nav-ico,
  .site-header .icon-btn img {
    width: 2rem;
    height: 2rem;
  }
  .site-header .flag {
    width: 2rem;
    height: 2rem;
  }
}
.hero {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hero {
    position: relative;
    min-height: 100vh;
    min-height: calc(100svh - var(--ek-header-h));
  }
}

.hero__media {
  position: relative;
  min-height: 62svh;
  background: var(--ek-hero);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .hero__media {
    position: absolute;
    inset: 0;
    min-height: 0;
    justify-content: flex-start;
    padding-top: 3rem 1rem 0;
  }
}
.hero__media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.hero__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-white);
  text-align: center;
  text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.45);
  letter-spacing: 0.03125rem;
  position: relative;
  z-index: 1;
}

.hero__badge {
  width: 3.75rem;
  height: 3.75rem;
  margin: 2rem auto 0;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: var(--ek-white);
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.hero__badge img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  display: block;
}
@media (min-width: 992px) {
  .hero__badge {
    margin-top: 1.34375rem;
  }
}

.hero__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  background: var(--ek-white);
  position: relative;
  margin-top: auto;
  background: transparent;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 0 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: -37px;
}
.hero__meta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4rem;
  background: #000;
  z-index: 0;
}
@media (min-width: 992px) {
  .hero__meta::before {
    height: 3.25rem;
  }
}

.countdown {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: none;
  box-sizing: border-box;
  width: 16.5rem;
  height: 4.6875rem;
  padding: 0.625rem;
  gap: 0.5rem;
  background: #000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .countdown {
    position: absolute;
    gap: 0.5rem;
    bottom: 0;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    background: #000;
    align-items: center;
  }
}
.countdown__unit {
  min-width: 3.4375rem;
  min-height: 3.4375rem;
  padding: 0 0.5rem;
  border-radius: 0.625rem;
  text-align: center;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .countdown__unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0.75rem 0.5rem;
    padding: 0;
    gap: 0.25rem;
    border: 0;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}
.countdown__num {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-white);
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .countdown__num {
    font-size: 2.5rem;
  }
}
.countdown__label {
  display: block;
  color: var(--ek-white);
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .countdown__label {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}

.site-footer {
  position: relative;
  background: #000;
  color: var(--ek-white);
  padding: 2.8125rem 1.25rem;
  z-index: 11;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 1.25rem 1.25rem 1.8125rem 1.25rem;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .site-footer {
    padding: 1.9375rem 2.5rem 1.8125rem 2.5rem;
  }
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 1.5rem;
    max-width: var(--ek-maxw);
    margin-inline: auto;
  }
}

.hero__cta {
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ek-white);
  letter-spacing: 0;
  font-size: 1rem;
  position: relative;
  right: 0rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__cta {
    position: absolute;
    right: 1.25rem;
    bottom: 1.0625rem;
    left: auto;
    top: auto;
    z-index: 4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .hero__cta {
    right: 2.5rem;
  }
}

.hero__cta {
  color: var(--ek-white);
}
.hero__cta:hover {
  color: var(--ek-red);
}

@media (min-width: 992px) {
  .hero {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .hero__media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.25rem;
    min-height: 0;
    padding: 3.96875rem 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .hero__media::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero__media::before {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
    margin: 0;
    color: var(--ek-white);
  }
  .hero__badge {
    width: 3.75rem;
    height: 3.75rem;
    margin: 2rem auto 0;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: var(--ek-white);
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  .hero__badge img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero__badge {
    margin-top: 1.34375rem;
  }
}
@media (min-width: 992px) {
  .hero__meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 3.25rem;
    padding: 0;
    margin: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .hero__meta::before {
    content: none;
  }
  .hero__meta .countdown {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    box-sizing: border-box;
    width: 16.5rem;
    height: 4.6875rem;
    padding: 0.625rem;
    gap: 0.5rem;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero__meta .countdown {
    position: absolute;
    gap: 0.5rem;
    bottom: 0;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    background: #000;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .hero__meta .countdown__unit {
    min-width: 3.4375rem;
    min-height: 3.4375rem;
    padding: 0 0.5rem;
    border-radius: 0.625rem;
    text-align: center;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero__meta .countdown__unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0.75rem 0.5rem;
    padding: 0;
    gap: 0.25rem;
    border: 0;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}
@media (min-width: 992px) {
  .hero__meta .countdown__num {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero__meta .countdown__num {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero__meta .countdown__label {
    display: block;
    color: var(--ek-white);
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero__meta .countdown__label {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}
.hero__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .hero__title {
    font-size: 2rem;
  }
}

.hero__media {
  padding-top: 4.0625rem;
}
@media (min-width: 992px) {
  .hero__media {
    padding-top: 4.875rem;
  }
}

.footer-legal {
  order: 1;
}

.footer-about {
  order: 2;
}

.footer-copy {
  order: 3;
}

@media (min-width: 992px) {
  .footer-copy {
    order: 0;
  }
  .footer-legal {
    order: 0;
  }
  .footer-about {
    order: 0;
  }
}
.footer-legal,
.footer-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  list-style: none;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-legal,
  .footer-about {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
}
.footer-legal a,
.footer-about a {
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ek-white);
  transition: opacity 0.15s ease;
  font-size: 0.8125rem;
  min-width: auto;
}
.footer-legal a:hover,
.footer-about a:hover {
  opacity: 0.7;
}
@media (min-width: 1440px) {
  .footer-legal a,
  .footer-about a {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .footer-legal li,
  .footer-about li {
    display: inline-flex;
    align-items: center;
  }
  .footer-legal li:not(:last-child)::after,
  .footer-about li:not(:last-child)::after {
    content: "|";
    color: rgba(255, 255, 255, 0.2);
    margin-inline: 5px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .footer-legal li:not(:last-child)::after,
  .footer-about li:not(:last-child)::after {
    margin-inline: 0.75rem;
  }
}

.footer-copy {
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ek-white);
  font-size: 0.8125rem;
  min-width: auto;
}
@media (min-width: 1440px) {
  .footer-copy {
    min-width: 20.4375rem;
    font-size: 0.875rem;
  }
}

.gauges {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
}

.gauge {
  position: relative;
  flex: 1;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #232323 0%, #050505 70%);
  box-shadow: inset 0 0 0 0.375rem #161616, 0 0 0 0.125rem #2c2c2c, 0 0 0 0.3125rem #000;
}

.gauge__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gauge__arc {
  fill: none;
  stroke: var(--ek-red);
  stroke-width: 7;
  stroke-linecap: round;
  filter: drop-shadow(0 0 0.25rem rgba(227, 6, 19, 0.65));
}

.gauge__ticks line {
  stroke: #8a8a8a;
  stroke-width: 1;
}

.gauge__ticks .gauge__tick--major {
  stroke: #e8e8e8;
  stroke-width: 1.6;
}

.gauge__scale text {
  fill: #9a9a9a;
  font-size: 0.6875rem;
  font-weight: 400;
  text-anchor: middle;
  dominant-baseline: middle;
}

.gauge__needle {
  stroke: var(--ek-white);
  stroke-width: 2.4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 0.1875rem rgba(255, 255, 255, 0.5));
}

.gauge__hub {
  fill: #d8d8d8;
  stroke: #000;
  stroke-width: 1;
}

.gauge__readout {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 16%;
  pointer-events: none;
}

.gauge__num {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-white);
}

.gauge__label {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  color: var(--ek-red);
}

.gauge__icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  color: #cfcfcf;
}

.bid-widget .bid-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-top: 0;
  border-radius: 0.375rem;
  color: var(--ek-white);
  background: linear-gradient(160deg, #262626 0%, #131313 55%, #0b0b0b 100%);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.07);
}
.bid-widget .bid-tile svg {
  width: 48%;
  height: 48%;
  stroke: currentColor;
  color: var(--ek-white);
}
.bid-widget .bid-tile::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 50%;
  width: 34%;
  height: 0.1875rem;
  transform: translateX(-50%);
  background: var(--ek-red);
  border-radius: 0.125rem;
}
.bid-widget .bid-tile:hover {
  color: var(--ek-red);
}
.bid-widget .bid-tile.is-active::before {
  background: var(--ek-bid-green);
}

.bid-widget .bid-tile__label {
  display: none;
}

.bid-widget .tile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bid-widget .bid-tile {
  min-width: 0;
}

.bid-widget {
  scrollbar-gutter: auto;
  scrollbar-width: none;
}
.bid-widget::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.car-card {
  min-width: 0;
  overflow: hidden;
}

.car-card .car-card__meta {
  min-width: 0;
  overflow: hidden;
}

.car-card .car-card__timer,
.car-card .car-card__price {
  min-width: 0;
  white-space: nowrap;
}

.car-card .car-card__marque,
.car-card .car-card__flag {
  flex: 0 0 auto;
  min-width: 1.25rem;
}

.ek-input,
.ek-select,
.ek-textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
select,
textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0 0.625rem;
  border: 0.0625rem solid #9a9a9a;
  border-radius: 0;
  background: transparent;
  color: var(--ek-ink);
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.25rem;
  appearance: none;
  -webkit-appearance: none;
}
.ek-input:focus,
.ek-select:focus,
.ek-textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: var(--ek-ink);
}
.ek-input::placeholder,
.ek-select::placeholder,
.ek-textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

textarea,
.ek-textarea {
  height: 5rem;
  padding: 0.5rem 0.625rem;
  line-height: 1.4;
  resize: vertical;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3.5rem;
  width: 100%;
  background-image: none;
}

.ek-field {
  margin-bottom: 0.9375rem;
}

.ek-field__label,
.ek-label {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0;
  color: var(--ek-ink);
  text-transform: none;
}

input[type=checkbox] {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  border: 0.0625rem solid #878787;
  border-radius: 0.125rem;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}
input[type=checkbox]:checked {
  background: #4478ee;
  border-color: #4478ee;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.1875rem;
  width: 0.625rem;
  height: 0.46875rem;
  background: #fff;
  clip-path: polygon(0 54.7%, 38% 100%, 100% 17.3%, 87% 0, 38% 66.7%, 13% 36%);
}
input[type=checkbox]:focus-visible {
  outline: 0.0625rem solid var(--ek-ink);
  outline-offset: 0.0625rem;
}

input[type=radio] {
  box-sizing: border-box;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  border: 0.0625rem solid #878787;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type=radio]:checked {
  border: 0.25rem solid #4478ee;
  background: #fff;
}

.ek-check,
.ek-checkbox,
.check-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--ek-ink);
}

.ek-switch,
.switch,
.toggle {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 4.375rem;
  height: 1.875rem;
  border: 0;
  border-radius: 0;
  background: #000;
  cursor: pointer;
  flex: 0 0 auto;
}
.ek-switch input,
.switch input,
.toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ek-switch .ek-switch__slider,
.ek-switch .switch__slider,
.ek-switch .toggle__slider,
.switch .ek-switch__slider,
.switch .switch__slider,
.switch .toggle__slider,
.toggle .ek-switch__slider,
.toggle .switch__slider,
.toggle .toggle__slider {
  position: absolute;
  inset: 0;
  background: none;
  border: 0;
}
.ek-switch::after,
.switch::after,
.toggle::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  transition: transform 0.15s ease;
  z-index: 1;
}
.ek-switch.is-on::after, .ek-switch:has(input:checked)::after,
.switch.is-on::after,
.switch:has(input:checked)::after,
.toggle.is-on::after,
.toggle:has(input:checked)::after {
  transform: translateX(2.5rem);
}

/* Pages */
.detail {
  padding-top: 0 !important;
}

.detail__crumbs {
  display: none;
}

.detail__stage {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .detail__stage {
    --detail-rail-w: rem(258px);
    --detail-content-w: 36%;
    display: block;
    height: calc(100svh - var(--ek-header-h));
    overflow: visible;
    padding: 0;
    margin-bottom: 0;
  }
}
.detail__stage .hero__media {
  bottom: 0;
}

@media (min-width: 992px) {
  .detail--gallery .detail__stage,
  .detail--videos .detail__stage,
  .detail--report .detail__stage,
  .detail--maintenance .detail__stage {
    --detail-content-w: calc(100% - var(--detail-rail-w));
  }
}

.detail__hero {
  margin: 0;
  position: relative;
  min-height: 17.5rem;
  background: var(--ek-hero, linear-gradient(155deg, #1c1c1c 0%, #050505 70%));
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .detail__hero {
    position: absolute;
    inset: 0;
    min-height: 0;
    border-radius: 0;
    overflow: visible;
  }
}

.detail__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .detail__hero-img {
    display: none;
  }
}

.detail__hero-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.5rem var(--ek-gutter) 2rem;
  color: var(--ek-white);
}
@media (min-width: 992px) {
  .detail__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 2rem 0;
  }
}

.detail__hero-title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .detail__hero-title {
    font-size: 2rem;
  }
}

.detail__hero-marque {
  width: 3.5rem;
  height: 3.5rem;
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  padding: 0.5rem;
  object-fit: contain;
}

@media (min-width: 992px) {
  .detail--gallery .detail__hero-overlay,
  .detail--videos .detail__hero-overlay,
  .detail--report .detail__hero-overlay,
  .detail--maintenance .detail__hero-overlay {
    display: none;
  }
}

.detail__countdown {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem var(--ek-gutter);
  background: var(--ek-dark);
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .detail__countdown {
    position: absolute;
    left: 45.6875rem;
    right: auto;
    bottom: -3.25rem;
    transform: none;
    z-index: 4;
    box-sizing: border-box;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    gap: 0.5rem;
    background: #000;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}

.detail__countdown-unit {
  background: #1a1a1a;
  border-radius: var(--ek-radius);
  min-width: 3.875rem;
  padding: 0.5rem 0.25rem;
  text-align: center;
  color: var(--ek-white);
}
@media (min-width: 992px) {
  .detail__countdown-unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}

.detail__countdown-num {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.detail__countdown-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  color: #9a9a9a;
}

@media (min-width: 992px) {
  .detail__countdown-num {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }
  .detail__countdown-label {
    margin-top: 0.125rem;
    font-weight: 400;
    letter-spacing: 0.03125rem;
    font-size: 0.75rem;
    color: #ffffff;
  }
}
.detail__content {
  min-width: 0;
  padding: 1.25rem var(--ek-gutter) 0;
}
@media (min-width: 992px) {
  .detail__content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: var(--detail-rail-w);
    width: var(--detail-content-w);
    z-index: 2;
    background: var(--ek-white);
    overflow-y: auto;
    padding: 2.5rem 2rem 3rem;
    height: calc(100svh - 148px);
  }
}

@media (min-width: 992px) {
  .detail--gallery .detail__content,
  .detail--videos .detail__content,
  .detail--report .detail__content {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 1.25rem;
    height: 100%;
  }
}

.detail__viewer {
  position: relative;
  border-radius: var(--ek-radius-lg);
  overflow: hidden;
  background: #111;
  aspect-ratio: auto;
  height: auto;
  padding: 1rem;
}
.detail__viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .detail__viewer img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .detail__viewer {
    aspect-ratio: auto;
    height: 100%;
    padding: 0;
  }
}

.detail__grid-wrap {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .detail__grid-wrap {
    margin-top: 0;
    overflow-y: auto;
  }
}

.detail__gallery-nav {
  position: absolute;
  top: 9.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 10.5rem;
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
  padding: 1rem 1.25rem;
}
@media (min-width: 992px) {
  .detail__gallery-nav {
    left: 3.3125rem;
    top: 9.1875rem;
    right: auto;
    width: 9.5625rem;
    height: 7.875rem;
    transform: none;
    border-radius: 0;
    padding: 0;
  }
}

.detail__gallery-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .detail__gallery-menu {
    position: absolute;
    left: 1.8125rem;
    top: 1rem;
    width: 5.9375rem;
    gap: 0.625rem;
  }
}
.detail__gallery-menu a, .detail__gallery-menu span {
  display: block;
  width: 5.9375rem;
  font-family: var(--ek-font);
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.detail__gallery-menu a.is-active {
  color: var(--ek-red);
}

.detail__gallery-menu-arrow {
  display: block;
  position: absolute;
  left: calc(50% - 1.0625rem);
  top: 7.5625rem;
  transform: none;
}

.detail__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.detail__doc-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .detail__doc-grid {
    margin-top: 0;
  }
}

.detail__gallery-thumb,
.detail__doc-thumb {
  margin: 0;
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--ek-radius);
  overflow: hidden;
  border: 0.1875rem solid transparent;
  background: #1a1a1a;
}
.detail__gallery-thumb img,
.detail__doc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail__gallery-thumb.is-active,
.detail__doc-thumb.is-active {
  border-color: #FF0000;
}

.detail__doc-thumb {
  aspect-ratio: 3/4;
  background: var(--ek-panel);
}

@media (min-width: 992px) {
  .detail__doc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .detail__doc-thumb {
    box-sizing: border-box;
    aspect-ratio: auto;
    height: 0;
    padding-bottom: 130%;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    border: 0.125rem solid #000;
  }
  .detail__doc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: none;
    position: absolute;
  }
  .detail__doc-thumb.is-active {
    border: 0.1875rem solid #ff0000;
  }
}
.desktop-view {
  display: none;
}
@media (min-width: 992px) {
  .desktop-view {
    display: block;
  }
}

.mobile-view {
  display: block;
}
@media (min-width: 992px) {
  .mobile-view {
    display: none;
  }
}

.detail__service {
  margin-top: 0;
  padding: 1.7rem 1rem 1rem 1rem;
  background: none;
}
@media (min-width: 992px) {
  .detail__service {
    margin: 1.3125rem 0 0 1.25rem;
    background: none;
    border-radius: 0;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.detail__service-title {
  margin: 0 0 1.4375rem;
  font-size: 1.0625rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ek-ink);
  font-family: "Eurostile-Bold", sans-serif;
}

.detail__service-date {
  margin: 0 0 1.5rem;
  color: var(--ek-muted);
  font-size: 1rem;
}
@media (min-width: 992px) {
  .detail__service-date {
    margin: 0 0 1rem;
  }
}

.detail__service-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--ek-ink);
}
.detail__service-list li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .detail__service-list {
    list-style: none;
    padding: 0.875rem 0 0 0;
  }
  .detail__service-list li {
    margin-bottom: 0.625rem;
  }
}

.detail__video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  align-content: start;
}

.detail__video-card {
  display: block;
}

.detail__video-thumb {
  position: relative;
  box-sizing: border-box;
  height: 6.25rem;
  overflow: hidden;
  background: #111;
  border: 0.1875rem solid #AD0303;
}
@media (min-width: 992px) {
  .detail__video-thumb {
    height: 8.4375rem;
  }
}
.detail__video-thumb:not(.detail__video-thumb--youtube) img:not(.detail__play) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail__video-thumb.is-active {
  border: 0.125rem solid #ff0000;
}
@media (min-width: 992px) {
  .detail__video-thumb.is-active {
    border: 0.1875rem solid #ff0000;
  }
}

.detail__video-thumb--youtube {
  background: var(--ek-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}

.detail__video-site-logo {
  display: block;
  width: 9.9375rem;
  height: 2rem;
}

.detail__youtube-logo {
  display: block;
  width: 9.1875rem;
  height: 2.0625rem;
}

.detail__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.125rem;
  height: 2.125rem;
}
@media (min-width: 992px) {
  .detail__play {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.detail__video-caption {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #000;
}

.detail__video-thumb--youtube + .detail__video-caption {
  font-weight: 700;
  line-height: 1.125rem;
  font-family: "Eurostile-Bold", sans-serif;
}

.detail__report {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.detail__report-lead {
  font-size: 1rem;
  color: var(--ek-ink);
  margin: 0 0 1.25rem;
}

.detail__report-btn {
  display: inline-block;
  background: var(--ek-dark);
  color: var(--ek-white);
  padding: 0.5rem 1.5rem;
  border-radius: var(--ek-radius);
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.carfax-logo {
  display: inline-flex;
  border: 0.125rem solid var(--ek-ink);
  border-radius: 0.125rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Eurostile-Bold", sans-serif;
}
.carfax-logo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.625rem;
  background: var(--ek-white);
  color: var(--ek-ink);
  border-right: 0.125rem solid var(--ek-ink);
}
.carfax-logo span:last-child {
  border-right: 0;
}

.carfax-logo__x {
  background: var(--ek-ink) !important;
  color: var(--ek-white) !important;
  font-style: italic;
  font-size: 0.8125rem;
}

.detail__report-checks {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1.5rem;
  background: var(--ek-panel-2);
  border-radius: var(--ek-radius);
  padding: 1rem 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .detail__report-checks {
    grid-template-columns: 1fr 1fr;
  }
}

.detail__report-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--ek-ink);
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .detail__report-check {
    margin-bottom: 0;
  }
}
.detail__report-check svg {
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  color: #2e9e4a;
}

.detail__report-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 992px) {
  .detail__report {
    position: relative;
    height: 100%;
  }
  .detail__report-info {
    text-align: center;
    padding: 2rem 2rem 2rem 2rem;
    height: calc(100% - 238px);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
  }
  .detail__report-lead {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    color: #000;
  }
  .detail__report-btn {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0.75rem 1.5625rem;
    background: #000;
    color: #ff0000;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0;
    text-align: center;
  }
  .detail__report-carfax {
    width: 8.75rem;
    height: 1.6875rem;
    display: inline-block;
  }
  .detail__report-checks {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.0625rem;
    height: 14.875rem;
    margin: 0;
    padding: 0;
    background: #e2e2e2;
    border-radius: 0;
  }
  .detail__report-checklist {
    position: absolute;
    left: 1.875rem;
    top: 1.875rem;
    width: 35.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.125rem;
  }
  .detail__report-check {
    gap: 0.625rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
  }
}
.detail__report-check-ico {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 992px) {
  .detail__report-check-ico {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

.detail__report-viewer-overlay {
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  background: #000;
  opacity: 1;
  pointer-events: none;
  transform: translateX(calc(0rem / 1px));
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: none;
}
@media (min-width: 992px) {
  .detail__report-viewer-overlay {
    width: 60vw;
    position: absolute;
    opacity: 0;
    transform: translateX(-1rem);
    display: block;
    height: 100vh;
  }
}
@media (min-width: 1800px) {
  .detail__report-viewer-overlay {
    width: 70vw;
  }
}
.detail__report-viewer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.detail__report-viewer-overlay .detail__viewer {
  position: relative;
  inset: 0;
  border-radius: 0;
  background: #000;
}
@media (min-width: 992px) {
  .detail__report-viewer-overlay .detail__viewer {
    position: absolute;
  }
}
.detail__report-viewer-overlay .detail__viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail__spec-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .detail__spec-cols {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

.detail__spec-heading {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--ek-ink);
  font-family: "Eurostile-Bold", sans-serif;
}
@media (min-width: 992px) {
  .detail__spec-heading {
    margin-bottom: 0.9375rem;
  }
}

.detail__spec-cols ul {
  margin: 0;
  padding-left: 0;
  color: var(--ek-ink);
  list-style: none;
}
.detail__spec-cols ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.625rem;
  padding-left: 0.875rem;
}
.detail__spec-cols ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .detail__spec-cols ul {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0.9375rem;
    width: 100%;
  }
}

.detail__notes-text {
  color: var(--ek-ink);
  line-height: 1.625rem;
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .detail__notes-text {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.detail__rail {
  position: relative;
  background: #000;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .detail__rail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--detail-rail-w);
    margin-top: 0;
    height: calc(100svh - 9.875rem);
    min-height: 0;
    z-index: 3;
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
  .detail__rail::-webkit-scrollbar {
    width: 4px;
  }
  .detail__rail::-webkit-scrollbar-track {
    background: #ccc;
  }
  .detail__rail::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
  }
  .detail__rail::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  .detail__rail {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
  }
}

@media (min-width: 992px) {
  .detail__rail .bid-widget {
    height: 100%;
    overflow-y: auto;
  }
}

.bid-tile.is-active {
  border-top-color: var(--ek-bid-green);
  color: var(--ek-bid-green);
}

@media (min-width: 992px) {
  body[data-page=detail] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=detail] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=detail] .detail {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  body[data-page=detail] .detail__stage {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
  }
  body[data-page=detail] .site-footer {
    flex: 0 0 auto;
    min-height: 3.8125rem;
    height: 3.8125rem;
    padding: 0;
    background: #000;
    overflow: hidden;
  }
  body[data-page=detail] .site-footer .site-footer__inner {
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .detail__hero-overlay {
    padding: 3.96875rem 0 0;
    text-align: center;
  }
  .detail__hero-title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
  }
  .detail__hero-marque {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.6875rem 1rem;
    margin-top: 1.34375rem;
    object-fit: contain;
    box-sizing: border-box;
  }
  .detail__countdown-num {
    font-size: 2.5rem;
  }
  .detail__rail .bid-widget {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    padding: 1rem 1rem 0.75rem;
  }
  .detail__rail .bid-widget__title {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .detail__rail .timer-strip {
    margin-bottom: 0.75rem;
  }
  .detail__rail .gauges {
    margin: 0 0 1rem;
  }
  .detail__rail .tile-grid {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .detail__rail .bid-history {
    margin-bottom: 1rem;
  }
  .detail__rail .bid-history__row {
    clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
    border-radius: 0;
  }
  .detail__rail .bid-history__amount {
    color: var(--ek-white);
  }
  .detail__rail .bid-history__row.is-leading {
    box-shadow: none;
    border-top: 0.125rem solid var(--ek-bid-green);
    border-bottom: 0.125rem solid var(--ek-bid-green);
  }
  .detail__rail .bid-history__row.is-leading .bid-history__amount {
    color: var(--ek-bid-green);
  }
  .detail__rail .bid-btn {
    flex: 0 0 auto;
    display: block;
    margin: auto auto 0.5rem;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: transparent;
  }
}
@media (min-width: 992px) {
  .detail__rail .bid-widget > * {
    flex: 0 0 auto;
  }
  .detail__rail .bid-widget .timer-strip {
    min-height: 2.875rem;
  }
  .detail__rail .bid-widget .bid-tile {
    padding: 0.75rem 0.25rem 0.5rem;
  }
  .detail__rail .bid-widget .bid-tile svg {
    width: 1.375rem;
    height: 1.375rem;
  }
  .detail__rail .bid-widget .bid-tile__label {
    font-size: 0.5625rem;
    letter-spacing: 0.01875rem;
  }
  .detail__rail .bid-widget .bid-history__row {
    padding: 0;
    font-size: 0.8125rem;
  }
  .detail__rail .bid-widget .bid-btn {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .detail__rail .bid-widget {
    padding-bottom: 0.5rem;
  }
  .detail__rail .bid-widget .timer-strip {
    margin-bottom: 0.5rem;
  }
  .detail__rail .bid-widget .gauges {
    margin-bottom: 0.5rem;
  }
  .detail__rail .bid-widget .tile-grid {
    margin-bottom: 0.5rem;
  }
  .detail__rail .bid-widget .bid-history {
    margin-bottom: 0.5rem;
  }
  .detail__rail .bid-widget .bid-tile {
    padding: 0.5rem 0.25rem;
  }
  .detail__rail .bid-widget .bid-btn {
    width: 9.9375rem;
    height: 7.875rem;
    margin-bottom: 0.5rem;
    background: url("../../assets/fig/images/bid-button-159x126.png") center/contain no-repeat;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .detail__rail .bid-widget__cta {
    position: absolute;
    right: 2.5rem;
    bottom: -2.125rem;
    left: auto;
    top: auto;
    margin: 0;
    text-align: right;
    font-size: 0.875rem;
    letter-spacing: 0;
    color: var(--ek-white);
  }
}
@media (min-width: 992px) {
  .detail__rail .bid-widget {
    padding-top: 0.75rem;
  }
  .detail__rail .bid-widget .gauges {
    justify-content: center;
  }
  .detail__rail .bid-widget .gauge {
    max-width: 5.75rem;
  }
}
@media (min-width: 992px) {
  .detail__rail .bid-widget .bid-widget__title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  .detail__rail .bid-widget .tile-grid {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .detail__rail .bid-widget .timer-strip__num {
    font-size: 1.75rem;
  }
  .detail__rail .bid-widget .timer-strip__label {
    font-size: 0.5625rem;
    letter-spacing: 0.0375rem;
  }
  .detail__rail .bid-widget .bid-history__row {
    padding: 0;
  }
  .detail__rail .bid-widget .bid-history__user {
    font-size: 0.875rem;
  }
  .detail__countdown-unit {
    min-width: 5.125rem;
    padding: 0.75rem 0.5rem;
  }
  .detail__countdown-num {
    font-size: 2.5rem;
  }
  .detail__countdown-label {
    font-size: 0.625rem;
    letter-spacing: 0.05rem;
  }
}
@media (min-width: 992px) {
  .detail__rail .bid-widget .bid-tile svg {
    width: 46%;
    height: 46%;
  }
}
.detail__rail .bid-widget .gauge {
  max-width: 4.875rem;
}

.detail__rail .bid-widget .gauge {
  max-width: 6.5rem;
}

.detail__panel {
  position: relative;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  padding: 1.5rem;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  display: none;
  pointer-events: none;
  transform: translateX(1rem);
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.detail__panel::-webkit-scrollbar {
  width: 4px;
}
.detail__panel::-webkit-scrollbar-track {
  background: #ccc;
}
.detail__panel::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
.detail__panel::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.detail__panel {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}
@media (min-width: 992px) {
  .detail__panel {
    position: absolute;
    opacity: 0;
    width: 39.375rem;
    height: 51.875rem;
    right: 16.875rem;
    display: block;
    padding: 2rem;
    height: calc(100svh - 9.875rem);
  }
}
.detail__panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  display: block;
}

.detail__gallery-viewer-overlay {
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transform: translateX(0);
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: none;
  padding: 1rem 1rem 0 1rem;
}
@media (min-width: 992px) {
  .detail__gallery-viewer-overlay {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 48vw;
    transform: translateX(-1rem);
    background: #000;
    padding: 0;
  }
}
@media (min-width: 1800px) {
  .detail__gallery-viewer-overlay {
    width: 54vw;
  }
}
.detail__gallery-viewer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  display: block;
}
.detail__gallery-viewer-overlay .detail__viewer {
  position: relative;
  inset: 0;
  border-radius: 0;
  background: #000;
  padding: 0;
}
@media (min-width: 992px) {
  .detail__gallery-viewer-overlay .detail__viewer {
    position: absolute;
  }
}
.detail__gallery-viewer-overlay .detail__viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail__panel--comments {
  padding: 0 1rem;
  scrollbar-gutter: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .detail__panel--comments {
    width: calc(100% - 16.875rem);
    padding: 0 2.5rem;
  }
}

.detail__panel--gallery {
  padding: 0 1rem;
  scrollbar-gutter: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .detail__panel--gallery {
    width: 38vw;
    padding: 0 0.4375rem 0.4375rem;
  }
}

.detail__grid-wrap[data-gallery-view] {
  height: 100%;
  overflow: visible;
}

.detail__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.detail__panel--gallery .detail__gallery-thumb {
  box-sizing: border-box;
  aspect-ratio: 1;
  margin: 0;
  background: #000;
  cursor: pointer;
  border: 0;
}
.detail__panel--gallery .detail__gallery-thumb.is-active {
  border: 0.25rem solid #ff0000;
}

.detail__gallery-nav[data-panel] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.detail__gallery-nav[data-panel].is-open {
  opacity: 1;
  pointer-events: auto;
}

.detail__video-viewer-overlay {
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0);
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: none;
  padding: 1rem;
}
@media (min-width: 992px) {
  .detail__video-viewer-overlay {
    position: absolute;
    height: 100%;
    width: 54vw;
    transform: translateX(-1rem);
    display: block;
    padding: 0;
    background: #000;
  }
}
@media (min-width: 1800px) {
  .detail__video-viewer-overlay {
    width: 70vw;
  }
}
.detail__video-viewer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  display: block;
}
.detail__video-viewer-overlay .detail__viewer {
  position: relative;
  inset: 0;
  border-radius: 0;
  background: #000;
  padding: 0;
}
@media (min-width: 992px) {
  .detail__video-viewer-overlay .detail__viewer {
    position: absolute;
  }
}
.detail__video-viewer-overlay .detail__viewer .detail__video-iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.detail__video-viewer-overlay .detail__viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail__panel--videos {
  padding: 0 1rem;
  scrollbar-gutter: auto;
}
@media (min-width: 992px) {
  .detail__panel--videos {
    padding: 0 0.4375rem 0.4375rem;
  }
}

.detail__doc-viewer-overlay {
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(0rem / 1px));
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: none;
}
@media (min-width: 992px) {
  .detail__doc-viewer-overlay {
    opacity: 0;
    display: block;
    position: absolute;
    height: 51.875rem;
    transform: translateX(-1rem);
    width: 36%;
  }
}
@media (min-width: 1800px) {
  .detail__doc-viewer-overlay {
    width: 42%;
  }
}
.detail__doc-viewer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  display: block;
}
.detail__doc-viewer-overlay .detail__viewer {
  position: relative;
  inset: 0;
  border-radius: 0;
  background: #fff;
  height: auto;
}
@media (min-width: 992px) {
  .detail__doc-viewer-overlay .detail__viewer {
    position: absolute;
    height: calc(100vh - 162px);
  }
}
.detail__doc-viewer-overlay .detail__viewer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.detail__panel--maintenance {
  width: 100%;
  padding: 0;
  scrollbar-gutter: auto;
}
@media (min-width: 992px) {
  .detail__panel--maintenance {
    width: 50%;
  }
}

.detail--specifications .detail__content {
  position: absolute;
  right: 16.125rem;
  top: 0;
  bottom: 0;
  width: 39.375rem;
  z-index: 2;
  padding: 1.75rem;
  background: #fff;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.detail--gallery .detail__content {
  position: static;
  width: auto;
}
.detail--gallery .detail__viewer {
  position: absolute;
  right: 14.0625rem;
  top: 0;
  bottom: 0;
  width: 57.3125rem;
  height: auto;
  z-index: 1;
  aspect-ratio: auto;
  border-radius: 0;
  background: #000;
}
.detail--gallery .detail__viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail--gallery .detail__grid-wrap {
  position: absolute;
  left: 57.3125rem;
  top: 0;
  bottom: 0;
  width: 39.375rem;
  z-index: 2;
  margin-top: 0;
  padding: 0 0.4375rem 0.4375rem;
  background: #fff;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.detail--gallery .detail__content,
.detail--videos .detail__content,
.detail--report .detail__content,
.detail--maintenance .detail__content {
  position: static;
  width: auto;
  padding: 0;
  background: none;
}
.detail--gallery .detail__viewer,
.detail--videos .detail__viewer,
.detail--report .detail__viewer,
.detail--maintenance .detail__viewer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 57.3125rem;
  height: auto;
  z-index: 1;
  aspect-ratio: auto;
  border-radius: 0;
  background: #000;
  overflow: hidden;
}
.detail--gallery .detail__viewer img,
.detail--videos .detail__viewer img,
.detail--report .detail__viewer img,
.detail--maintenance .detail__viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail--gallery .detail__content > *:not(.detail__viewer),
.detail--videos .detail__content > *:not(.detail__viewer),
.detail--report .detail__content > *:not(.detail__viewer),
.detail--maintenance .detail__content > *:not(.detail__viewer) {
  position: absolute;
  left: 57.3125rem;
  top: 0;
  bottom: 0;
  width: 39.375rem;
  z-index: 2;
  margin-top: 0;
  padding: 0 0.4375rem 0.4375rem;
  background: #fff;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.detail__panel--report {
  padding: 2.5rem 1rem;
  scrollbar-gutter: auto;
}
@media (min-width: 992px) {
  .detail__panel--report {
    padding: 0;
  }
}

.detail--report .detail__content > .detail__report {
  scrollbar-gutter: auto;
}

.detail--maintenance .detail__viewer {
  width: 39.3125rem;
  background: #fff;
}
.detail--maintenance .detail__viewer img {
  object-fit: contain;
}
.detail--maintenance .detail__content > *:not(.detail__viewer) {
  left: 39.3125rem;
  width: 57.375rem;
  padding: 0.1875rem 1.25rem 0.375rem 1.875rem;
  box-sizing: border-box;
  overflow: visible;
  scrollbar-gutter: auto;
}

.detail__maintenance-panel {
  height: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .detail__maintenance-panel {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding: 0.1875rem 1.25rem 0.375rem 1.875rem;
  }
}

.detail__doc-grid-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .detail__doc-grid-wrap {
    width: 67%;
  }
}

.detail__doc-grid {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.detail__doc-grid::-webkit-scrollbar {
  display: none;
}

.detail__doc-scrollbar {
  position: absolute;
  top: 0;
  right: -1.25rem;
  bottom: -0.375rem;
  width: 0.375rem;
  background: #e6e6e6;
}

.detail__doc-scrollbar-thumb {
  position: absolute;
  left: 0.0625rem;
  top: 0;
  width: 0.25rem;
  height: 26rem;
  background: #000;
}

@media (min-width: 992px) {
  .detail__rail .gauges {
    gap: 0.625rem;
    margin: 0;
  }
  .detail__rail .gauge {
    width: 7.25rem;
    height: 7.25rem;
    flex: 0 0 7.25rem;
    background: url("../../assets/icons/rail/gauge-views.svg") center/7.25rem 7.25rem no-repeat;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .detail__rail .gauge svg {
    display: none;
  }
  .detail__rail .gauge:nth-child(2) {
    background-image: url("../../assets/icons/rail/gauge-bids.svg");
  }
  .detail__rail .gauge__readout {
    display: none;
  }
  .detail__rail .tile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3125rem;
    margin: 0;
    padding: 0 0.5625rem;
  }
  .detail__rail .bid-tile {
    aspect-ratio: 1;
    height: auto;
    min-height: 0;
    padding: 0;
    gap: 0;
    border: 0;
    background: linear-gradient(180deg, #111111 0%, #0e0e0e 50%, #0b0b0b 100%);
  }
  .detail__rail .bid-tile .bid-tile__label {
    display: none;
  }
  .detail__rail .bid-tile .bid-tile__ico {
    width: 2.875rem;
    height: 2.875rem;
    display: block;
  }
  .detail__rail .bid-tile svg {
    width: 2.875rem;
    height: 2.875rem;
  }
  .detail__rail .bid-history__row.is-leading {
    background: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    border-top: 0.0625rem solid #55ff00;
    border-bottom: 0.0625rem solid #55ff00;
  }
  .detail__rail .bid-history {
    margin: 0;
    padding: 0;
  }
  .detail__rail .bid-history__row {
    height: 2.25rem;
    margin: 0 0 0.3125rem;
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
  .detail__rail .bid-history__amount {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
  }
  .detail__rail .bid-history__row.is-leading .bid-history__amount {
    color: #55ff00;
  }
  .detail__rail .bid-history__user {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #a8a8a8;
    padding-right: 0.375rem;
  }
}
.detail__rail .bid-widget {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  width: 16.125rem;
  background: #000;
}
.detail__rail .bid-widget > * {
  flex: 0 0 auto;
}
.detail__rail .bid-widget .bid-widget__title {
  display: block;
  margin: 1.3125rem 0 0;
  height: 1.3125rem;
  padding: 0 1.375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
}
.detail__rail .bid-widget .timer-strip {
  height: 3.8125rem;
  margin: 1.25rem 0;
  padding: 0 0.4375rem;
  box-sizing: border-box;
  background: none;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  min-height: 0;
  overflow: visible;
}
.detail__rail .bid-widget .timer-strip__num {
  font-size: 1.75rem;
}
.detail__rail .bid-widget .timer-strip__unit + .timer-strip__unit::before {
  top: 0;
  bottom: 0;
}
.detail__rail .bid-widget .gauges {
  gap: 0.625rem;
  height: 7.3125rem;
  margin: 0;
  align-items: center;
  padding: 0 0.4375rem;
  box-sizing: border-box;
}
.detail__rail .bid-widget .gauge {
  width: 7.25rem;
  height: 7.25rem;
  flex: 0 0 7.25rem;
  max-width: none;
  background: url("../../assets/icons/rail/gauge-views.svg") center/7.25rem 7.25rem no-repeat;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.detail__rail .bid-widget .gauge svg {
  display: none;
}
.detail__rail .bid-widget .gauge:nth-child(2) {
  background-image: url("../../assets/icons/rail/gauge-bids.svg");
}
.detail__rail .bid-widget .gauge__readout {
  display: none;
}
.detail__rail .bid-widget .tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3125rem;
  margin: 2.125rem 0 0;
  height: 13rem;
  padding: 0 0.5625rem;
}
.detail__rail .bid-widget .bid-tile {
  aspect-ratio: 1;
  height: auto;
  min-height: 0;
  min-width: 0;
  padding: 0;
  gap: 0;
  border: 0;
  background: linear-gradient(180deg, #111111 0%, #0e0e0e 50%, #0b0b0b 100%);
}
.detail__rail .bid-widget .bid-tile .bid-tile__label {
  display: none;
}
.detail__rail .bid-widget .bid-tile .bid-tile__ico {
  width: 2.875rem;
  height: 2.875rem;
  display: block;
}
.detail__rail .bid-widget .bid-tile svg {
  width: 2.875rem;
  height: 2.875rem;
}
.detail__rail .bid-widget .bid-history {
  margin: 1.8125rem 0 0;
  padding: 0 1.625rem;
  box-sizing: border-box;
}
.detail__rail .bid-widget .bid-history .bid-history__row:last-child {
  margin-bottom: 0;
}
.detail__rail .bid-widget .bid-history__row {
  height: 2.25rem;
  margin: 0 0 0.3125rem;
  padding: 0;
  display: flex;
  align-items: center;
  background: none;
  box-shadow: none;
  border-radius: 0;
  clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
}
.detail__rail .bid-widget .bid-history__amount {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-white);
}
.detail__rail .bid-widget .bid-history__row.is-leading {
  background: none;
  box-shadow: none;
  outline: 0;
  border: 0;
  border-top: 0.0625rem solid #55ff00;
  border-bottom: 0.0625rem solid #55ff00;
}
.detail__rail .bid-widget .bid-history__row.is-leading .bid-history__amount {
  color: #55ff00;
}
.detail__rail .bid-widget .bid-history__user {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #a8a8a8;
  padding-right: 0.375rem;
}
.detail__rail .bid-widget .bid-btn {
  flex: 0 0 auto;
  display: block;
  width: 9.9375rem;
  height: 7.875rem;
  margin: 1rem auto 0;
  border: 0;
  border-radius: 0;
  background: url("../../assets/fig/images/bid-button-159x126.png") center/contain no-repeat;
  box-shadow: none;
  color: transparent;
}

.legal-hero {
  position: relative;
  isolation: isolate;
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), var(--ek-hero) center/cover no-repeat;
  pointer-events: none;
}

.content-page {
  width: 100%;
  max-width: var(--ek-maxw);
  margin-inline: auto;
  padding-inline: var(--ek-gutter);
  padding-block: 2rem 3rem;
}
@media (min-width: 992px) {
  .content-page {
    padding-block: 2.5rem 5rem;
  }
}

.content-prose {
  font-size: 0.9375rem;
  color: var(--ek-ink);
}
.content-prose > * + * {
  margin-top: 1rem;
}
.content-prose h2 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
}
.content-prose a {
  color: var(--ek-red);
  text-decoration: underline;
}
.content-prose ul, .content-prose ol {
  padding-left: 1.375rem;
}
.content-prose li + li {
  margin-top: 0.25rem;
}

.content-row {
  display: grid !important;
  margin: 0 !important;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
  font-size: 0.9375rem;
  grid-gap: 0;
}
@media (min-width: 992px) {
  .content-row {
    padding: 1.5rem 3rem 0.5rem 2.5rem !important;
    grid-gap: 2rem;
  }
}
.content-row li {
  line-height: 1.3;
}
.content-row ol {
  padding-left: 14px;
  margin-top: 8px;
  margin-top: -1rem;
}
.content-row ul {
  padding-left: 1rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.content-row h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: "Eurostile-Bold", sans-serif;
}
@media (min-width: 992px) {
  .content-row h2 {
    margin-bottom: 1.375rem;
  }
}
.content-row h2.remove-space {
  margin-bottom: 0;
}
.content-row p {
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .content-row p {
    margin-bottom: 1.4rem;
  }
}
.content-row.twoCl-row {
  grid-template-columns: auto;
}
@media (min-width: 992px) {
  .content-row.twoCl-row {
    grid-template-columns: 40% 40%;
  }
}
.content-row.threeCl-row {
  grid-template-columns: auto;
}
@media (min-width: 992px) {
  .content-row.threeCl-row {
    grid-template-columns: 32% 32% 31%;
  }
}
.content-row.fourCl-row {
  grid-template-columns: auto;
}
@media (min-width: 992px) {
  .content-row.fourCl-row {
    grid-template-columns: 23% 24% 24% 23%;
  }
}

@media (min-width: 992px) {
  .content-prose--cols {
    display: grid;
    grid-template-columns: 34.6875rem 34.6875rem;
    grid-auto-flow: column;
    column-gap: 1.875rem;
    row-gap: 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
  }
  .content-prose--cols > * {
    grid-column: 1;
  }
  .content-prose--cols > .col-break {
    grid-column: 2;
  }
  .content-prose--cols > .col-break ~ * {
    grid-column: 2;
  }
  .content-prose--cols h2, .content-prose--cols p, .content-prose--cols li {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
  }
  .content-prose--cols h2 {
    font-weight: 700;
    font-family: "Eurostile-Bold", sans-serif;
  }
}

@media (min-width: 992px) {
  .content-prose--cols.content-prose--cap-col1 > :not(.col-break):not(.col-break ~ *) {
    text-transform: capitalize;
  }
}

@media (min-width: 992px) {
  .content-prose--cols3 {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
  }
  .content-prose--cols3 h2, .content-prose--cols3 p, .content-prose--cols3 li {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
  }
  .content-prose--cols3 h2 {
    font-weight: 700;
    font-family: "Eurostile-Bold", sans-serif;
  }
}

@media (min-width: 992px) {
  .content-prose__col {
    width: 34.6875rem;
    flex: 0 0 34.6875rem;
  }
}

@media (min-width: 992px) {
  .content-prose__col--cap {
    text-transform: capitalize;
  }
}

@media (min-width: 992px) {
  .content-prose--flow {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    column-gap: 1.875rem;
    row-gap: 3.75rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
  }
  .content-prose--flow h2, .content-prose--flow p, .content-prose--flow li {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
  }
  .content-prose--flow h2 {
    font-weight: 700;
    font-family: "Eurostile-Bold", sans-serif;
  }
  .content-prose--flow > .content-prose__col {
    width: 25.625rem;
    flex: 0 0 25.625rem;
  }
}

@media (min-width: 992px) {
  .content-prose--single {
    max-width: 34.6875rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
    text-transform: capitalize;
  }
  .content-prose--single h2, .content-prose--single p, .content-prose--single li {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000000;
  }
  .content-prose--single h2 {
    font-weight: 700;
    font-family: "Eurostile-Bold", sans-serif;
  }
}

.remove-paragraph-spacing p {
  margin-bottom: 0.8rem;
}

.ek-field__submit {
  background: #000;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.ek-field__submit:hover {
  background: #333;
}

.rights-form {
  margin-top: 0.9375rem;
  margin-bottom: 2rem;
}
.rights-form__lead {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0 0.75rem;
  color: #000000;
}
.rights-form__checks {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  margin: 0 0 1.5rem;
}
.rights-form__checks .ek-check {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #000000;
}
.rights-form__plain-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0 !important;
}
.rights-form__plain-list li {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #000000;
}
.rights-form__row {
  display: flex;
  gap: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .rights-form__row .ek-field {
    flex: 1 1 16.78125rem;
    margin-bottom: 0;
  }
}
.rights-form .ek-field__label {
  text-transform: uppercase;
}
.rights-form select, .rights-form textarea, .rights-form input {
  text-transform: none;
}
.rights-form select.ek-select {
  background-image: url("../../assets/icons/escrow-chevron.svg");
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.375rem;
  background-position: right 0.90625rem center;
  padding-right: 1.875rem;
}

.content-article {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .content-article {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}

.content-article__media {
  order: -1;
  margin: 0;
}
.content-article__media img {
  width: 100%;
  display: block;
  border-radius: var(--ek-radius);
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 992px) {
  .content-article__media {
    order: 0;
    flex: 0 0 26.875rem;
    width: 26.875rem;
    margin-top: 12.5rem;
  }
}

@media (min-width: 992px) {
  .content-article > .content-prose {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.content-article__clear {
  clear: none;
}

@media (min-width: 992px) {
  body[data-page=content] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
    background: #dbdbdb;
  }
  body[data-page=content] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  body[data-page=content] .site-footer {
    flex: 0 0 auto;
  }
  body[data-page=content] .content-page,
  body[data-page=content] > main > div {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 2rem;
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
  body[data-page=content] .content-page::-webkit-scrollbar,
  body[data-page=content] > main > div::-webkit-scrollbar {
    width: 4px;
  }
  body[data-page=content] .content-page::-webkit-scrollbar-track,
  body[data-page=content] > main > div::-webkit-scrollbar-track {
    background: #ccc;
  }
  body[data-page=content] .content-page::-webkit-scrollbar-thumb,
  body[data-page=content] > main > div::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
  }
  body[data-page=content] .content-page::-webkit-scrollbar-thumb:hover,
  body[data-page=content] > main > div::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  body[data-page=content] .content-page,
  body[data-page=content] > main > div {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
  }
}
.comments-page {
  padding: 1rem 0 2.5rem;
}

.comments-bidwidget {
  order: 1;
  margin-bottom: 1.5rem;
}

.comments-cols {
  order: 2;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .comments-cols {
    padding: 0;
  }
}

.comments-bidwidget__hero {
  position: relative;
  margin: -1rem -1.25rem 0;
  overflow: hidden;
  border-radius: 0 0 0 0;
  background: linear-gradient(135deg, #2b2b2b, #4a3b25 55%, #6b5326);
}

.comments-bidwidget__photo {
  display: block;
  width: 100%;
  aspect-ratio: 375/397;
  object-fit: cover;
}

.comments-bidwidget__cartitle {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01875rem;
  color: var(--ek-white);
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.65);
}

.comments-bidwidget__badge {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.25rem;
  height: 4.875rem;
  background: var(--ek-white);
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.45);
}

.comments-bidwidget__badge img {
  width: 74%;
}

.comments-bidwidget .bid-widget__title {
  margin-top: 1rem;
}

.comments-bidwidget__cta {
  margin-top: 0.75rem;
}

.comments-mobile-cta {
  order: 3;
  margin-top: 2rem;
  padding: 1.25rem 0 0;
  border-top: 0.0625rem solid var(--ek-line);
  text-align: center;
}

.comments-mobile-cta .timer-strip {
  margin-bottom: 1rem;
}

.comments-mobile-cta__link {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--ek-muted);
}
.comments-mobile-cta__link:hover {
  color: var(--ek-red);
}

.comments-cols {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.comment-col__title {
  margin: 0 0 0.4375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
}

.comment-col__input {
  min-height: 3.75rem;
  margin-bottom: 1.25rem;
  border-radius: 0;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0 1rem 0 0;
}

.comment-item {
  margin: 0 0 1.0625rem;
}

.comment-item:last-child {
  margin-bottom: 0;
}

.comment-item__meta {
  font-family: "Eurostile-Bold", sans-serif;
}

.comment-item__meta,
.comment-item__date,
.comment-item__body,
.comment-item__votes {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000;
}

.comment-item__handle {
  color: var(--ek-red);
}

.comment-item__body a {
  color: var(--ek-red);
  text-decoration: underline;
  word-break: break-all;
}

@media (min-width: 992px) {
  body[data-page=comments] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=comments] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=comments] .site-footer {
    flex: 0 0 auto;
  }
  .comments-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .comments-page > .container {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 0;
  }
  .comments-mobile-cta {
    display: none;
  }
  .comments-layout {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 16.125rem;
    align-items: stretch;
    gap: 2rem;
    padding-left: 2.5rem;
  }
  .comments-layout .hero__media {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .comments-layout .hero__media {
    display: none;
  }
}
@media (min-width: 992px) {
  .comments-bidwidget {
    order: 2;
    margin-bottom: 0;
    border-radius: 0;
    align-self: start;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: 16.125rem;
    background: #000;
  }
  .comments-bidwidget > * {
    flex: 0 0 auto;
  }
  .comments-bidwidget .bid-widget__title {
    display: block;
    margin: 1.3125rem 0 0;
    height: 1.3125rem;
    padding: 0 1.375rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .comments-bidwidget .timer-strip {
    height: 3.8125rem;
    margin: 1.25rem 0;
    padding: 0 0.4375rem;
    box-sizing: border-box;
    background: none;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    min-height: 0;
    overflow: visible;
  }
  .comments-bidwidget .timer-strip__num {
    font-size: 1.75rem;
  }
  .comments-bidwidget .timer-strip__unit + .timer-strip__unit::before {
    top: 0;
    bottom: 0;
  }
  .comments-bidwidget .gauges {
    gap: 0.625rem;
    height: 7.3125rem;
    margin: 0;
    align-items: center;
    padding: 0 0.4375rem;
    box-sizing: border-box;
  }
  .comments-bidwidget .gauge {
    width: 7.25rem;
    height: 7.25rem;
    flex: 0 0 7.25rem;
    max-width: none;
    background: url("../../assets/icons/rail/gauge-views.svg") center/7.25rem 7.25rem no-repeat;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .comments-bidwidget .gauge svg {
    display: none;
  }
  .comments-bidwidget .gauge:nth-child(2) {
    background-image: url("../../assets/icons/rail/gauge-bids.svg");
  }
  .comments-bidwidget .gauge__readout {
    display: none;
  }
  .comments-bidwidget .tile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3125rem;
    margin: 2.125rem 0 0;
    height: 13rem;
    padding: 0 0.5625rem;
  }
  .comments-bidwidget .bid-tile {
    aspect-ratio: 1;
    height: auto;
    min-height: 0;
    min-width: 0;
    padding: 0;
    gap: 0;
    border: 0;
    background: linear-gradient(180deg, #111111 0%, #0e0e0e 50%, #0b0b0b 100%);
  }
  .comments-bidwidget .bid-tile .bid-tile__label {
    display: none;
  }
  .comments-bidwidget .bid-tile .bid-tile__ico {
    width: 2.875rem;
    height: 2.875rem;
    display: block;
  }
  .comments-bidwidget .bid-tile svg {
    width: 2.875rem;
    height: 2.875rem;
  }
  .comments-bidwidget .bid-history {
    margin: 1.8125rem 0 0;
    padding: 0 1.625rem;
    box-sizing: border-box;
  }
  .comments-bidwidget .bid-history .bid-history__row:last-child {
    margin-bottom: 0;
  }
  .comments-bidwidget .bid-history__row {
    height: 2.25rem;
    margin: 0 0 0.3125rem;
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
    box-shadow: none;
    border-radius: 0;
    clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
  }
  .comments-bidwidget .bid-history__amount {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
  }
  .comments-bidwidget .bid-history__row.is-leading {
    background: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    border-top: 0.0625rem solid #55ff00;
    border-bottom: 0.0625rem solid #55ff00;
  }
  .comments-bidwidget .bid-history__row.is-leading .bid-history__amount {
    color: #55ff00;
  }
  .comments-bidwidget .bid-history__user {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #a8a8a8;
    padding-right: 0.375rem;
  }
  .comments-bidwidget .bid-btn {
    flex: 0 0 auto;
    display: block;
    width: 9.9375rem;
    height: 7.875rem;
    margin: 1rem auto 0;
    border: 0;
    border-radius: 0;
    background: url("../../assets/fig/images/bid-button-159x126.png") center/contain no-repeat;
    box-shadow: none;
    color: transparent;
  }
  .comments-bidwidget .bid-widget__title {
    margin-top: 1.3125rem;
  }
  .comments-bidwidget__hero {
    display: none;
  }
  .comments-bidwidget__cta {
    margin-top: 1rem;
  }
  .comments-cols {
    order: 1;
    flex-direction: row;
    gap: 1.875rem;
    height: 100%;
    padding-top: 1.5rem;
  }
  .comment-col {
    width: 50%;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
  }
  .comment-col:has(.comment-col__list-wrap) {
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
  .comment-col__input {
    width: 100%;
  }
  .comment-col__list-wrap {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
  }
  .comment-col:has(.comment-col__list-wrap) .comment-list {
    overflow-y: auto;
    height: calc(83vh - 13.75rem);
    padding-bottom: 1.5rem;
  }
  .comment-col:has(.comment-col__list-wrap) .comment-list::-webkit-scrollbar {
    width: 4px;
  }
  .comment-col:has(.comment-col__list-wrap) .comment-list::-webkit-scrollbar-track {
    background: #ccc;
  }
  .comment-col:has(.comment-col__list-wrap) .comment-list::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
  }
  .comment-col:has(.comment-col__list-wrap) .comment-list::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  .comment-col:has(.comment-col__list-wrap) .comment-list {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
    scrollbar-color: #000 #E6E6E6;
  }
  .comment-col__scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.375rem;
    height: 100%;
    background: #e6e6e6;
  }
  .comment-col__scrollbar-thumb {
    position: absolute;
    left: 0.0625rem;
    top: 0;
    width: 0.25rem;
    height: 26rem;
    background: #000;
  }
}
.watch-list__title {
  font-weight: normal;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-family: "Eurostile-Bold", sans-serif;
}
@media (min-width: 992px) {
  .watch-list__title {
    font-size: 2.125rem;
  }
}

.auction-listings {
  padding-block: 1.25rem;
}
@media (min-width: 992px) {
  .auction-listings {
    padding-block: 1.25rem;
  }
}

.listing-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .listing-layout {
    grid-template-columns: minmax(0, 1fr) 33.125rem;
    gap: 1.5rem;
    align-items: stretch;
  }
}

.auction-listings__col {
  min-width: 0;
}

.auction-listings__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.75rem;
}
@media (min-width: 640px) {
  .auction-listings__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .auction-listings__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
  }
}
@media (min-width: 1300px) {
  .auction-listings__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.auction-listings__grid .car-card__media {
  aspect-ratio: 1.41/1;
}
.auction-listings__grid .car-card__img {
  object-fit: cover;
  object-position: center 58%;
}
.auction-listings__grid .car-card__meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "marque .     flag" "timer  timer price";
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}
.auction-listings__grid .car-card__marque {
  grid-area: marque;
  width: 1.875rem;
  height: 1.875rem;
  max-width: none;
  border: 0.0625rem solid #cccccc;
  box-sizing: border-box;
  padding: 0.25rem;
  margin: 0.0625rem;
}
.auction-listings__grid .car-card__flag {
  grid-area: flag;
  justify-self: end;
  width: 1.8125rem;
  height: 1.8125rem;
  border: 0.0625rem solid #cccccc;
}
.auction-listings__grid .car-card__timer {
  grid-area: timer;
  justify-self: start;
  letter-spacing: 0;
}
.auction-listings__grid .car-card__price {
  grid-area: price;
  justify-self: end;
  margin-left: 0;
  padding: 0.1875rem;
}
@media (min-width: 992px) {
  .auction-listings__grid .car-card__meta {
    grid-template-columns: auto auto 1fr auto auto;
    grid-template-areas: "marque timer . price flag";
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0;
  }
  .auction-listings__grid .car-card__timer,
  .auction-listings__grid .car-card__price {
    min-width: max-content;
  }
}
.auction-listings__grid .car-card__meta {
  padding: 6px 4px 4px;
}
.auction-listings__grid .car-card__timer {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--ek-muted);
  white-space: nowrap;
}
.auction-listings__grid .car-card__price {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--ek-ink);
  white-space: nowrap;
}
.auction-listings__grid .car-card:nth-child(even) .car-card__add path {
  fill: var(--ek-red);
}
.auction-listings__grid .car-card {
  padding: 0.125rem;
}
@media (min-width: 992px) {
  .auction-listings__grid .car-card {
    position: relative;
    width: 100%;
    border: 0.125rem solid #d8d8d8;
    overflow: visible;
    padding: 0.25rem;
  }
  .auction-listings__grid .car-card__media {
    position: relative;
    width: 100%;
    height: 10.5vw;
    aspect-ratio: auto;
    background: var(--ek-white);
  }
  .auction-listings__grid .car-card__img {
    position: relative;
    width: 100%;
    height: 10.5vw;
    object-fit: cover;
    object-position: center 58%;
  }
  .auction-listings__grid .car-card__meta {
    position: relative;
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    grid-template-areas: "marque timer . price flag";
    column-gap: 0.375rem;
    align-items: center;
    overflow: visible;
    margin-top: 0.4375rem;
    margin-bottom: 0.1875rem;
  }
  .auction-listings__grid .car-card__add {
    top: 0.4375rem;
    left: 0.5rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }
  .auction-listings__grid .car-card__marque {
    grid-area: marque;
  }
  .auction-listings__grid .car-card__timer {
    grid-area: timer;
    justify-self: start;
  }
  .auction-listings__grid .car-card__price {
    grid-area: price;
    justify-self: end;
  }
  .auction-listings__grid .car-card__flag {
    grid-area: flag;
  }
  .auction-listings__grid .car-card__marque,
  .auction-listings__grid .car-card__flag {
    width: 1.3vw;
    height: 1.3vw;
    border-radius: 50%;
    background: var(--ek-white);
    border: 0.0625rem solid #cccccc;
    max-width: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    object-fit: contain;
    padding: 1px;
  }
  .auction-listings__grid .car-card__timer,
  .auction-listings__grid .car-card__price {
    font-family: "Eurostile", "Saira Semi Condensed", "Rajdhani", "Segoe UI", Arial, sans-serif;
    font-size: 0.9vw;
    line-height: 1rem;
    color: #000000;
    min-width: 0;
  }
}

.listing-with-heading .auction-listings__rail, .listing-with-heading .auction-listings__col {
  height: calc(100vh - 15.625rem);
}

@media (min-width: 992px) {
  .auction-listings__rail {
    overflow: auto;
    scrollbar-width: none;
    height: calc(100vh - 12.5rem);
  }
}

.auction-listings__scroll {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .auction-listings__scroll {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.5625rem;
    min-height: 0;
    justify-self: end;
    align-self: start;
    padding: 0.3125rem;
    background: var(--ek-white);
    border: 0.0625rem solid #c5c5c5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .auction-listings__scroll.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .auction-listings__scroll .spec-panel {
    flex: 0 0 16.125rem;
    padding: 1.25rem 0.5625rem 1.5rem;
  }
  .auction-listings__scroll .bid-widget {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: 16.125rem;
    background: #000;
  }
  .auction-listings__scroll .bid-widget > * {
    flex: 0 0 auto;
  }
  .auction-listings__scroll .bid-widget .bid-widget__title {
    display: block;
    margin: 1.3125rem 0 0;
    height: 1.3125rem;
    padding: 0 1.375rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .auction-listings__scroll .bid-widget .timer-strip {
    height: 3.8125rem;
    margin: 1.25rem 0;
    padding: 0 0.4375rem;
    box-sizing: border-box;
    background: none;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    min-height: 0;
    overflow: visible;
  }
  .auction-listings__scroll .bid-widget .timer-strip__num {
    font-size: 1.75rem;
  }
  .auction-listings__scroll .bid-widget .timer-strip__unit + .timer-strip__unit::before {
    top: 0;
    bottom: 0;
  }
  .auction-listings__scroll .bid-widget .gauges {
    gap: 0.625rem;
    height: 7.3125rem;
    margin: 0;
    align-items: center;
    padding: 0 0.4375rem;
    box-sizing: border-box;
  }
  .auction-listings__scroll .bid-widget .gauge {
    width: 7.25rem;
    height: 7.25rem;
    flex: 0 0 7.25rem;
    max-width: none;
    background: url("../../assets/icons/rail/gauge-views.svg") center/7.25rem 7.25rem no-repeat;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .auction-listings__scroll .bid-widget .gauge svg {
    display: none;
  }
  .auction-listings__scroll .bid-widget .gauge:nth-child(2) {
    background-image: url("../../assets/icons/rail/gauge-bids.svg");
  }
  .auction-listings__scroll .bid-widget .gauge__readout {
    display: none;
  }
  .auction-listings__scroll .bid-widget .tile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3125rem;
    margin: 2.125rem 0 0;
    height: 13rem;
    padding: 0 0.5625rem;
  }
  .auction-listings__scroll .bid-widget .bid-tile {
    aspect-ratio: 1;
    height: auto;
    min-height: 0;
    min-width: 0;
    padding: 0;
    gap: 0;
    border: 0;
    background: linear-gradient(180deg, #111111 0%, #0e0e0e 50%, #0b0b0b 100%);
  }
  .auction-listings__scroll .bid-widget .bid-tile .bid-tile__label {
    display: none;
  }
  .auction-listings__scroll .bid-widget .bid-tile .bid-tile__ico {
    width: 2.875rem;
    height: 2.875rem;
    display: block;
  }
  .auction-listings__scroll .bid-widget .bid-tile svg {
    width: 2.875rem;
    height: 2.875rem;
  }
  .auction-listings__scroll .bid-widget .bid-history {
    margin: 1.8125rem 0 0;
    padding: 0 1.625rem;
    box-sizing: border-box;
  }
  .auction-listings__scroll .bid-widget .bid-history .bid-history__row:last-child {
    margin-bottom: 0;
  }
  .auction-listings__scroll .bid-widget .bid-history__row {
    height: 2.25rem;
    margin: 0 0 0.3125rem;
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
    box-shadow: none;
    border-radius: 0;
    clip-path: polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
  }
  .auction-listings__scroll .bid-widget .bid-history__amount {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
  }
  .auction-listings__scroll .bid-widget .bid-history__row.is-leading {
    background: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    border-top: 0.0625rem solid #55ff00;
    border-bottom: 0.0625rem solid #55ff00;
  }
  .auction-listings__scroll .bid-widget .bid-history__row.is-leading .bid-history__amount {
    color: #55ff00;
  }
  .auction-listings__scroll .bid-widget .bid-history__user {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #a8a8a8;
    padding-right: 0.375rem;
  }
  .auction-listings__scroll .bid-widget .bid-btn {
    flex: 0 0 auto;
    display: block;
    width: 9.9375rem;
    height: 7.875rem;
    margin: 1rem auto 0;
    border: 0;
    border-radius: 0;
    background: url("../../assets/fig/images/bid-button-159x126.png") center/contain no-repeat;
    box-shadow: none;
    color: transparent;
  }
  .auction-listings__scroll .detail__rail {
    position: relative;
    height: auto;
    scrollbar-width: none;
  }
  .auction-listings__scroll .detail__rail::-webkit-scrollbar {
    display: none;
  }
}

.spec-panel__title {
  font-family: "Eurostile-Bold", sans-serif;
}

.auction-listings__rail .spec-panel .spec-panel__title {
  font-size: 1rem;
  letter-spacing: 0.025rem;
}
.auction-listings__rail .spec-panel .spec-list li {
  border-bottom: 0;
  padding: 0.5625rem 0;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: var(--ek-ink);
}

@media (min-width: 992px) {
  .auction-listings__grid .car-card__img {
    object-position: center center;
  }
}
@media (min-width: 992px) {
  body[data-page=auctions] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=auctions] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=auctions] .site-footer {
    flex: 0 0 auto;
  }
  .auction-listings {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.875rem 2.5rem 0;
    margin: 0;
  }
  .auction-listings > .container {
    max-width: none;
    width: 100%;
    padding: 0;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .auction-listings .listing-layout {
    display: grid;
    column-gap: 1.625rem;
    align-items: stretch;
    height: 100%;
    min-height: 0;
  }
  .auction-listings__col {
    position: relative;
    min-width: 0;
    min-height: 0;
    height: calc(100vh - 12.5rem);
    display: flex;
    flex-direction: column;
  }
  .auction-listings__grid-wrap {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .auction-listings__grid-wrap::-webkit-scrollbar {
    display: none;
  }
  .auction-listings__grid-wrap {
    padding-top: 0.375rem;
    padding-bottom: 1.5625rem;
  }
  .auction-listings__grid {
    margin-top: -0.1875rem;
  }
  .auction-listings__scrollbar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1rem;
    width: 0.375rem;
    background: #eeeeee;
  }
  .auction-listings__scrollbar-thumb {
    position: absolute;
    left: 0.0625rem;
    right: 0.0625rem;
    top: 0;
    height: 40%;
    background: #000000;
  }
}
.search-page {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .search-page {
    padding-top: 1.5rem;
  }
}

.search-layout {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .search-layout {
    flex-wrap: nowrap;
  }
}

.search-filters {
  margin-bottom: 0.5rem;
  background: var(--ek-panel);
  border-radius: var(--ek-radius);
  padding: 1.25rem;
  height: auto;
  width: 100%;
}
.search-filters::-webkit-scrollbar {
  width: 4px;
}
.search-filters::-webkit-scrollbar-track {
  background: #ccc;
}
.search-filters::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
.search-filters::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.search-filters {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}
@media (min-width: 992px) {
  .search-filters {
    height: calc(100vh - 11.25rem);
    margin-bottom: 1.5rem;
  }
}

.search-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 1rem;
  border-bottom: 0.0625rem solid #9A9A9A;
}

.search-filters__title {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0 !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Eurostile-Bold", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.125rem;
  word-spacing: 2px;
  color: var(--ek-ink);
}

.search-filters__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--ek-ink);
  color: var(--ek-white);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

.search-filters__clear {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Eurostile-Bold", sans-serif;
  font-size: 0.75rem;
  margin: 0;
  color: var(--ek-red);
  cursor: pointer;
}

.search-filters__clear:hover {
  color: var(--ek-red-dark);
}

.filter-row--collapsible {
  background: transparent;
  border: 0.0625rem solid #9A9A9A;
  border-radius: var(--ek-radius);
  padding: 10px;
  margin-bottom: 0.75rem;
}

.filter-row--collapsible:last-child {
  margin-bottom: 0;
}

.filter-row__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.filter-row--collapsible .filter-row__label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-weight: normal;
  font-family: "Eurostile-Bold", sans-serif;
  color: var(--ek-ink);
}

.filter-row__chev {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  color: var(--ek-ink);
}

.filter-row--collapsible .filter-check-list {
  margin-top: 4px;
}

.filter-check-list.is-collapsed {
  display: none;
}

.filter-row__body {
  margin-top: 0.75rem;
}

.filter-row__body.is-collapsed {
  display: none;
}

.filter-check-list .filter-check {
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.ek-range__values--top {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
}

.filter-row__body .ek-range {
  height: 0.1875rem;
  background: linear-gradient(var(--ek-red), var(--ek-red)) 0/var(--_pct, 100%) 100% no-repeat, var(--ek-line);
}

.filter-row__body .ek-range::-webkit-slider-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
}

.filter-row__body .ek-range::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
}

.search-bar {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 9px;
}

.search-bar__input {
  flex: 1 1 auto;
}

.search-bar .search-bar__input {
  height: 3rem;
  padding: 0 0.825rem;
  font-size: 17px;
}

.search-bar__btn {
  flex: 0 0 auto;
}

.search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.search-tab {
  border: 0.0625rem solid var(--ek-line);
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  color: var(--ek-ink);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.search-tab:hover {
  border-color: var(--ek-red);
}

.search-tab.is-active {
  background: var(--ek-red);
  border-color: var(--ek-red);
  color: var(--ek-white);
}

.search-results {
  padding: 1rem;
}
@media (max-width: 640px) {
  .search-results .ek-btn {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 11px 12px;
  }
}

@media (min-width: 992px) {
  .search-page {
    padding-top: 1.5rem;
  }
  .search-layout {
    display: grid;
    grid-template-columns: 20rem minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
    padding: 0;
  }
  .search-filters {
    margin-bottom: 0;
    position: sticky;
    top: calc(var(--ek-header-h) + 1.25rem);
  }
  .search-countdown {
    display: none;
  }
  .search-page__mobile-cta {
    display: none;
  }
}
@media (min-width: 992px) {
  body[data-page=search],
  body.page-search {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=search] main,
  body.page-search main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=search] .site-footer,
  body.page-search .site-footer {
    flex: 0 0 auto;
  }
  .search-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .search-page > .container {
    max-width: none;
    width: 100%;
    padding: 0;
    height: 100%;
  }
  .search-layout {
    display: flex;
    height: 100%;
  }
  .search-filters {
    bottom: 0;
    width: 100%;
    padding: 1.375rem 1.875rem 1.875rem;
    background: #f2f2f2;
    overflow-y: auto;
  }
  .search-filters::-webkit-scrollbar {
    width: 4px;
  }
  .search-filters::-webkit-scrollbar-track {
    background: #ccc;
  }
  .search-filters::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
  }
  .search-filters::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  .search-filters {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
    z-index: 2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .search-filters {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .filter-row--collapsible .filter-check-list {
    margin: 0;
  }
  .filter-row--collapsible .filter-check-list.is-collapsed {
    display: none;
  }
  .price-range {
    width: 100%;
    max-width: 380px;
    padding-top: 0.625rem;
  }
  .price-range__values {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1;
    color: #222;
  }
  .price-range__slider {
    position: relative;
    height: 20px;
  }
  .price-range__slider input[type=range] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin: 0;
    padding: 0;
    background: #b40000;
    border: 0;
    border-radius: 0;
    transform: translateY(-50%);
    appearance: none;
    pointer-events: none;
  }
  .price-range__slider input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    background: #b40000;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    pointer-events: auto;
  }
  .price-range__slider input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #b40000;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
  }
  .price-range__slider input[type=range]::-moz-range-track {
    height: 3px;
    background: #b40000;
    border: 0;
  }
  .search-results {
    padding-right: 0.5rem;
    padding-bottom: 2rem;
  }
  .search-results .card-grid {
    width: 95%;
  }
  .search-results,
  .search-page__main,
  .search-layout > *:not(.search-filters):not(.search-results__scrollbar) {
    overflow-y: auto;
    width: 100%;
    padding-top: 1.0625rem;
    padding-left: 0.6875rem;
    height: auto;
  }
  .search-results::-webkit-scrollbar,
  .search-page__main::-webkit-scrollbar,
  .search-layout > *:not(.search-filters):not(.search-results__scrollbar)::-webkit-scrollbar {
    width: 4px;
  }
  .search-results::-webkit-scrollbar-track,
  .search-page__main::-webkit-scrollbar-track,
  .search-layout > *:not(.search-filters):not(.search-results__scrollbar)::-webkit-scrollbar-track {
    background: #ccc;
  }
  .search-results::-webkit-scrollbar-thumb,
  .search-page__main::-webkit-scrollbar-thumb,
  .search-layout > *:not(.search-filters):not(.search-results__scrollbar)::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
  }
  .search-results::-webkit-scrollbar-thumb:hover,
  .search-page__main::-webkit-scrollbar-thumb:hover,
  .search-layout > *:not(.search-filters):not(.search-results__scrollbar)::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  .search-results,
  .search-page__main,
  .search-layout > *:not(.search-filters):not(.search-results__scrollbar) {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .search-results,
  .search-page__main,
  .search-layout > *:not(.search-filters):not(.search-results__scrollbar) {
    height: calc(100vh - 11.25rem);
    width: 74%;
  }
}
@media (min-width: 992px) {
  .search-layout .search-results.search-results {
    top: 1.1875rem;
  }
  .search-results__scrollbar {
    position: absolute;
    right: 1.5rem;
    top: 1.125rem;
    bottom: 0;
    width: 0.375rem;
    background: #eeeeee;
  }
  .search-results__scrollbar-thumb {
    position: absolute;
    left: 0.0625rem;
    right: 0.0625rem;
    top: 0;
    height: 40%;
    background: #000000;
  }
}
.faq-hero {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .faq-hero {
    position: relative;
    flex-direction: row;
  }
}

.faq-hero__car-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(1.125rem, 6vw, 2.5rem);
  color: var(--ek-white);
  text-align: center;
  text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.45);
  letter-spacing: 0.03125rem;
}
@media (min-width: 992px) {
  .faq-hero__car-title {
    font-size: 2.5rem;
    text-align: left;
  }
}

.faq-hero__badge {
  margin-top: 1rem;
  width: 5.25rem;
  height: 6.5rem;
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (min-width: 992px) {
  .faq-hero__badge {
    margin-top: 1.5rem;
    width: 6rem;
    height: 7.5rem;
  }
}

.faq-hero__badge img {
  width: 70%;
  height: auto;
}

/* ---------- Countdown / CTA strip ----------
   Mobile: white strip below the FAQ panel, dark countdown tiles
   centered, CTA link centered underneath.
   Desktop: absolutely overlaid on the bottom-right of the hero media. */
.faq-hero__meta {
  background: var(--ek-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 2rem 1rem 2rem;
}
.faq-hero__meta .countdown__unit {
  background: var(--ek-dark);
  border-color: var(--ek-dark);
}
.faq-hero__meta .countdown__num {
  color: var(--ek-white);
}
.faq-hero__meta .countdown__label {
  color: var(--ek-muted);
}
@media (min-width: 992px) {
  .faq-hero__meta {
    position: absolute;
    left: 38.5%;
    right: 0;
    bottom: 0;
    background: none;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0 2.5rem 2.5rem;
    width: auto;
  }
  .faq-hero__meta .countdown__unit {
    min-width: 5.25rem;
  }
  .faq-hero__meta .countdown__num {
    font-size: 2.5rem;
  }
}

.faq-hero__cta {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09375rem;
  color: var(--ek-ink);
  text-transform: uppercase;
  text-shadow: none;
  transition: color 0.15s ease;
}
.faq-hero__cta:hover {
  color: var(--ek-red);
}
@media (min-width: 992px) {
  .faq-hero__cta {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    text-transform: none;
    color: var(--ek-white);
    text-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.4);
  }
  .faq-hero__cta:hover {
    color: var(--ek-red);
  }
}

/* ---------- FAQ panel ---------- */
.faq-hero__panel {
  background: var(--ek-white);
  padding: 2rem 1rem 4rem 1rem;
}
@media (min-width: 992px) {
  .faq-hero__panel {
    order: -1;
    flex: 0 0 38.5%;
    max-width: 43.75rem;
    background: var(--ek-panel-2);
    padding: 3rem 2.5rem 2.5rem;
    overflow-y: auto;
    left: 0;
    right: auto;
    padding: 2rem 1.4rem;
  }
}

.faq-hero__title {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #B5B5B5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Eurostile-Bold", sans-serif;
  color: var(--ek-ink);
}
@media (min-width: 992px) {
  .faq-hero__title {
    padding-bottom: 0.5rem;
  }
}

/* ---------- Accordion ---------- */
.faq-accordion {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 0.0625rem solid #B5B5B5;
}

.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: none;
  border: none;
  padding: 1rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
  text-align: left;
  cursor: pointer;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .faq-item__q {
    padding: 1.1rem 0 1rem 0;
  }
}

.faq-item__chevron {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  color: var(--ek-ink);
  transition: transform 0.15s ease;
}

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-width: 40rem;
  font-size: 1rem;
  width: 86%;
  color: #3A3A3A;
}
.faq-item__a p {
  line-height: 1.4;
}
.faq-item__a a {
  text-decoration: underline;
}
.faq-item__a a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  body[data-page=faq] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=faq] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  body[data-page=faq] .site-footer {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  body[data-page=faq] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=faq] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=faq] .site-footer {
    flex: 0 0 auto;
  }
  body[data-page=faq] main {
    flex-direction: column;
  }
  .faq-hero {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .faq-hero__car-title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
    margin: 0;
    color: var(--ek-white);
  }
  .faq-hero__badge {
    width: 3.75rem;
    height: 3.75rem;
    margin: 2rem auto 0;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: var(--ek-white);
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  .faq-hero__badge img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .faq-hero__badge {
    margin-top: 1.34375rem;
  }
}
@media (min-width: 992px) {
  .faq-hero__panel {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 43.75rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .faq-hero__panel::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .faq-hero__panel {
    bottom: 3.25rem;
    bottom: 0;
    left: 0;
  }
  .faq-hero__meta {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    transform: none;
    margin: 0;
    height: 3.25rem;
    padding: 0;
    margin: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .faq-hero__meta::before {
    content: none;
  }
  .faq-hero__meta .countdown {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    box-sizing: border-box;
    width: 16.5rem;
    height: 4.6875rem;
    padding: 0.625rem;
    gap: 0.5rem;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .faq-hero__meta .countdown {
    position: absolute;
    gap: 0.5rem;
    bottom: 0;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    background: #000;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .faq-hero__meta .countdown__unit {
    min-width: 3.4375rem;
    min-height: 3.4375rem;
    padding: 0 0.5rem;
    border-radius: 0.625rem;
    text-align: center;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .faq-hero__meta .countdown__unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0.75rem 0.5rem;
    padding: 0;
    gap: 0.25rem;
    border: 0;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}
@media (min-width: 992px) {
  .faq-hero__meta .countdown__num {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .faq-hero__meta .countdown__num {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .faq-hero__meta .countdown__label {
    display: block;
    color: var(--ek-white);
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .faq-hero__meta .countdown__label {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .faq-hero__cta {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--ek-white);
    letter-spacing: 0;
    font-size: 1rem;
    position: relative;
    right: 0rem;
    z-index: 2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .faq-hero__cta {
    position: absolute;
    right: 1.25rem;
    bottom: 1.0625rem;
    left: auto;
    top: auto;
    z-index: 4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1440px) {
  .faq-hero__cta {
    right: 2.5rem;
  }
}
.bidding-layout {
  display: flex;
  flex-direction: column;
}

/* ---------- Countdown / CTA strip ---------- */
.bidding-layout__meta {
  background: var(--ek-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem var(--ek-gutter);
}

.bidding-layout__meta .countdown {
  justify-content: center;
}

/* ---------- Content / copy panel ---------- */
.bidding-layout__content {
  background: var(--ek-panel);
  padding: 2rem var(--ek-gutter);
}

.bidding-info__heading {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--ek-ink);
}

.bidding-info__col h3 {
  margin: 1.25rem 0 0.1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--ek-ink);
}

.bidding-info__col > h3:first-child {
  margin-top: 0.125rem;
}

.bidding-layout__content-wrap h2,
.bidding-layout__content-wrap h3 {
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Eurostile-Bold", sans-serif;
}

.bidding-info__col a {
  color: var(--ek-red);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.bidding-info__col a:hover {
  color: var(--ek-red-dark);
}

@media (min-width: 992px) {
  body[data-page=bidding] {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  body[data-page=bidding] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  .bidding-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
  }
  .bidding-layout__media {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
  }
  .bidding-layout__top {
    padding: 5rem 1rem 0;
    text-align: left;
  }
  .bidding-layout__title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
  }
  .bidding-layout__badge {
    width: 3.5rem;
    margin: 0.75rem 0 0;
  }
  .bidding-layout__meta {
    grid-column: 1/-1;
    grid-row: 2;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    padding: 1.25rem 2.5rem 1.25rem 2rem;
  }
  .bidding-layout__meta .countdown {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -58%);
  }
  .bidding-layout__content {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    overflow-y: auto;
    padding: 2rem 2rem 3.8rem 2rem;
  }
  .bidding-info__heading {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }
  .bidding-info__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
  .bidding-info__col:first-child {
    grid-row: 1/span 2;
  }
  .bidding-info__col {
    padding: 0 0 2rem 0;
  }
  .bidding-info__col h3 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  body[data-page=bidding] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=bidding] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=bidding] .site-footer {
    flex: 0 0 auto;
  }
  .bidding-layout {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
  }
  .bidding-layout__media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 2.75rem;
    min-height: 0;
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 18.75rem), url("../../assets/images/bidding-hero-f430.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
  }
  .bidding-layout__img {
    display: none;
  }
  .bidding-layout__top {
    position: relative;
    z-index: 1;
    padding: 3.96875rem 0 0;
    text-align: center;
  }
  .bidding-layout__title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: none;
    margin: 0;
  }
  .bidding-layout__badge {
    width: 3.75rem;
    height: 3.75rem;
    margin: 1.34375rem auto 0;
  }
  .bidding-layout__content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 2.75rem;
    width: 56.375rem;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
  }
  .bidding-layout__content-wrap {
    height: 100%;
    padding: 0;
  }
  .bidding-layout__meta {
    position: relative;
    flex: 0 0 auto;
    height: 2.75rem;
    min-height: 0;
    padding: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .bidding-layout__meta .countdown {
    position: absolute;
    left: 45.6875rem;
    bottom: -0.5rem;
    box-sizing: border-box;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    gap: 0.5rem;
    background: #000;
    align-items: center;
    justify-content: center;
  }
  .bidding-layout__cta {
    position: absolute;
    right: 2.5rem;
    bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: var(--ek-white);
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  body[data-page=home] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=home] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=home] .hero {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    width: 100%;
  }
  body[data-page=home] .site-footer {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  body[data-page=home] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=home] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=home] .site-footer {
    flex: 0 0 auto;
  }
}
/* ============================================================
   Trending Auction — 5-column "highest X" leaderboard.
   Desktop: leaderboard panel overlaps the left ~72% of the hero photo.
   Mobile:  hero, then each column stacks full-width, own black icon bar.
   ============================================================ */
.trending {
  padding-top: 0;
  padding-bottom: 0;
}

.trending__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .trending__grid {
    gap: 2rem;
  }
}

.trending-col {
  display: flex;
  flex-direction: column;
}

.trending-col__title {
  margin: 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
  padding: 2rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .trending-col__title {
    padding: 1.5rem 0.75rem;
    background: var(--ek-panel);
  }
}

.trending-col__iconbar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ek-black, #141414);
  border-bottom: 0.25rem solid var(--ek-red);
  padding: 0.75rem 0;
}

.trending-col__iconbar img {
  width: 2.625rem;
  height: 2.625rem;
  background: var(--ek-white);
  padding: 0.25rem;
  box-sizing: border-box;
}

.trending-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Row-style car card: marque tile + car photo, side-by-side.
   Figma measures a fixed 260x90 row (42% marque / 58% photo) — the whole
   ROW carries the aspect-ratio so both tiles always share one row height;
   giving each tile its own aspect-ratio (old approach) made them mismatch
   since they have different widths. */
.car-card--row {
  display: grid;
  grid-template-columns: 42% 58%;
  aspect-ratio: 5/2;
  border-radius: 0;
  border: none;
  overflow: hidden;
}

.car-card--row .car-card__media {
  border-radius: 0;
  aspect-ratio: unset;
  height: 100%;
  width: 100%;
}

.car-card--row .car-card__media:last-child {
  position: relative;
}

/* Lexus marque tile. There IS a dedicated asset: icons.json #19 is a single
   60x43 vector used exactly 25 times on this frame — one per card — extracted
   to assets/fig/icons/19-group-60x43.svg. The drawn monogram that used to be
   inlined here was our own artwork, which the brief rules out. */
.car-card--row .car-card__media:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

/* "Current Bid" overlay — hidden by default, revealed on card hover so the
   photo shows normally at rest (client: hover state shows the bid box,
   normal state just shows the car photo). */
.trending-item__bidinfo {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--ek-white);
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.car-card--row:hover .trending-item__bidinfo {
  opacity: 1;
  visibility: visible;
}

.trending-item__bidinfo p {
  margin: 0;
}

.trending-item__bidlabel {
  color: var(--ek-ink);
  font-weight: 400;
}

.trending-item__bidamount {
  color: var(--ek-ink);
  font-weight: 400;
}

.trending-item__ends {
  color: var(--ek-red);
  font-weight: 400;
  margin-top: 0.125rem;
}

/* Real Ferrari shield badge on the hero */
.hero__badge img {
  width: auto;
  height: 70%;
}

/* Below desktop the leaderboard is one column per Figma mobile export —
   each "Highest X" section stacks full-width, one after another. */
@media (min-width: 992px) {
  /* The leaderboard panel overlaps the top-left ~72% of the full-bleed
     hero image, letting the car show through on the right and fading
     out into the photo along the bottom — matches the Figma comp. */
  main {
    position: relative;
  }
  .trending {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .trending__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    align-items: start;
    max-width: none;
    padding: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 78%, rgba(255, 255, 255, 0.55) 92%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 4rem;
  }
  /* No vertical divider between columns in the Figma comp — the grey
     title band and white row panel are continuous edge to edge. */
  .trending-col__title {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    padding: 1.5rem 0.75rem;
  }
  .trending-col__iconbar {
    padding: 0.75rem 0;
  }
  .car-card--row {
    aspect-ratio: 26/9;
    transition: transform 0.2s ease;
  }
  .trending-item .car-card--row:hover {
    transform: scale(1.015);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.25);
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 992px) {
  .trending-panel,
  .trending-board {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(0.0625rem);
  }
  .trending-col__title {
    background: rgba(236, 236, 236, 0.92);
    color: var(--ek-ink);
  }
  .trending-col__iconbar {
    background: var(--ek-black);
  }
  .trending-col__iconbar img,
  .trending-col__iconbar svg {
    background: var(--ek-white);
    padding: 0.375rem;
    border-radius: 0.125rem;
    width: 2.625rem;
    height: 2.625rem;
    object-fit: contain;
  }
  .trending-row__marque,
  .car-card--row .car-card__marque {
    border-radius: 0;
    width: 3.25rem;
    min-width: 3.25rem;
    height: 2.875rem;
    object-fit: cover;
    background: #000;
  }
}
@media (min-width: 992px) {
  body[data-page=trending] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=trending] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=trending] .site-footer {
    flex: 0 0 auto;
  }
}
.trending-list {
  width: 12.5rem;
  margin: 1.4375rem auto 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .trending-list {
    margin: 0.8125rem auto 4.375rem auto;
  }
}

.car-card--row {
  display: grid;
  grid-template-columns: 5rem 7.5rem;
  width: 12.5rem;
  height: 5rem;
  aspect-ratio: auto;
  background: #000;
  overflow: hidden;
}

.car-card--row .car-card__media:first-child .car-card__img {
  width: 3.75rem;
  height: 2.694375rem;
  object-fit: contain;
}

.car-card--row .car-card__media:last-child .car-card__img {
  width: 7.5rem;
  height: 5rem;
  object-fit: cover;
}

@media (min-width: 992px) {
  .trending__grid {
    padding: 1.875rem 0 0;
    max-width: none;
    overflow: auto;
    max-height: 71vh;
    grid-template-columns: repeat(5, 15.625rem);
    gap: 0;
    align-items: start;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 0;
  }
  .trending-col {
    display: flex;
    flex-direction: column;
  }
  .trending-col__title {
    height: 2.1875rem;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #000;
    background: none;
  }
  .trending-col__iconbar {
    height: 4.5rem;
    padding: 0;
    background: #000;
    border-bottom: 0.25rem solid var(--ek-red);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trending-col__iconbar img {
    box-sizing: border-box;
    width: 3.125rem;
    height: 3.1875rem;
    padding: 0;
    border-radius: 0;
    background: #fff;
    object-fit: none;
    object-position: center;
  }
  .trending-col:nth-child(1) .trending-col__iconbar img {
    object-position: 50% calc(50% + 0.125rem);
  }
  .trending-col:nth-child(4) .trending-col__iconbar img {
    object-position: calc(50% - 0.375rem) 50%;
  }
  .trending-col:nth-child(5) .trending-col__iconbar img {
    object-position: calc(50% + 0.0625rem) calc(50% + 0.0625rem);
  }
  .trending-item .car-card--row:hover {
    transform: none;
    box-shadow: none;
  }
  .trending-item__bidinfo {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    box-shadow: none;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    text-align: center;
  }
  .trending-item__bidinfo p {
    margin: -0.1875rem;
  }
  p.trending-item__ends {
    margin: 0 0 -0.1875rem 0.0625rem;
  }
}
.notif-page {
  display: flex;
  flex-direction: column;
}

/* ---------- Mentions rail ---------- */
.notif-rail {
  order: 2;
  background: var(--ek-panel, #f4f4f4);
  padding: 1.25rem 1rem 3.25rem 1rem;
}

.notif-rail__title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: "Eurostile-Bold", sans-serif;
  font-weight: normal;
  color: var(--ek-ink);
  letter-spacing: 1px;
}

.notif-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 0.0625rem solid var(--ek-line);
}

.notif-item {
  padding: 0.75rem 0 1rem;
  border-bottom: 0.0625rem solid var(--ek-line);
  transition: background-color 0.15s ease;
}

.notif-item__meta {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
}

.notif-item__date {
  color: var(--ek-muted);
}

.notif-item__time {
  color: var(--ek-muted);
  margin-left: 1.5rem;
}

.notif-item__from {
  color: var(--ek-muted);
  margin-left: 1.0625rem;
  font-style: italic;
}

.notif-item__subject {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-family: "Eurostile-Bold", sans-serif;
  font-weight: normal;
  color: var(--ek-ink);
}

.notif-item__car {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ek-muted);
}

.notif-item__auction {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ek-muted);
}

.notif-item__body {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
}

.notif-item.is-reply .notif-item__meta,
.notif-item.is-reply .notif-item__subject,
.notif-item.is-reply .notif-item__body {
  color: var(--ek-red);
}

.notif-item.is-reply .notif-item__subject {
  font-weight: 700;
}

/* ============================================================
   Desktop  (>= 992px)
   ============================================================ */
@media (min-width: 992px) {
  .notif-page {
    flex-direction: row;
    align-items: stretch;
    min-height: 100vh;
    min-height: calc(100svh - var(--ek-header-h));
  }
  .notif-rail {
    order: 1;
    flex: 0 0 28.75rem;
    padding: 2rem 2rem 2.5rem;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  body[data-page=notifications] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=notifications] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=notifications] .site-footer {
    flex: 0 0 auto;
  }
  .notif-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .notif-rail {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 28.75rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .notif-rail::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .notif-rail {
    bottom: 3.25rem;
    left: 0;
  }
}
@media (min-width: 992px) {
  .notif-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .notif-item {
    box-sizing: border-box;
    width: 25rem;
    margin: 0;
    padding: 0.75rem 0;
    border-top: 0.0625rem solid #b5b5b5;
    border-bottom: 0.0625rem solid #b5b5b5;
    border-radius: 0;
    background: none;
  }
  .notif-item + .notif-item {
    border-top: 0;
  }
  .notif-item__meta,
  .notif-item__date,
  .notif-item__time {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
  }
  .notif-item__subject {
    line-height: 1.3;
    color: #000;
    margin: 0.25rem 0;
  }
  .notif-item__car,
  .notif-item__auction {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.3;
    color: #494949;
  }
  .notif-item__body {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.35;
    color: #000;
  }
  .notif-item.is-reply .notif-item__meta,
  .notif-item.is-reply .notif-item__date,
  .notif-item.is-reply .notif-item__time {
    color: var(--ek-red);
  }
  .notif-item.is-reply .notif-item__from,
  .notif-item.is-reply .notif-item__subject {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--ek-red);
  }
  .notif-item.is-reply .notif-item__body,
  .notif-item.is-reply .notif-item__car,
  .notif-item.is-reply .notif-item__auction {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--ek-red);
  }
  .notif-rail__title {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 0.5rem;
    letter-spacing: 1px;
  }
}
.club-directory .hero__media {
  display: block;
}
@media (min-width: 992px) {
  .club-directory .hero__media {
    display: none;
  }
}

.club-directory__layout {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .club-directory__layout {
    grid-template-columns: 22.5rem minmax(0, 1fr);
    align-items: start;
  }
}
@media (min-width: 1100px) {
  .club-directory__layout {
    grid-template-columns: 28.75rem minmax(0, 1fr);
  }
}

.club-directory__results {
  padding: 1rem;
  overflow: auto;
}
.club-directory__results::-webkit-scrollbar {
  width: 4px;
}
.club-directory__results::-webkit-scrollbar-track {
  background: #ccc;
}
.club-directory__results::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
.club-directory__results::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.club-directory__results {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}
@media (min-width: 992px) {
  .club-directory__results {
    height: calc(100vh - 76px);
    padding: 2rem;
  }
}
.club-directory__results .pagination {
  margin-bottom: 2rem;
}

.club-directory__filters {
  border-radius: 0;
  padding: 1.8rem 1rem 0.8rem 1rem;
  background: none;
}
@media (min-width: 992px) {
  .club-directory__filters {
    padding: 2rem;
    background: var(--ek-panel);
    height: calc(100vh - 76px);
  }
}
.club-directory__filters .filters__title {
  font-family: "Eurostile-Bold", sans-serif;
  margin: 0 0 1.5rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #B5B5B5;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.125rem !important;
}
.club-directory__filters .filter-row {
  margin-bottom: 1rem;
}
.club-directory__filters .filter-row:last-of-type {
  margin-bottom: 1rem;
}
.club-directory__filters .filter-row__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: normal;
  color: var(--ek-ink);
}
.club-directory__filters .ek-select {
  border-color: #B5B5B5;
  font-size: 0.875rem;
}

.club-directory__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.club-directory__actions .ek-btn {
  padding: 9px 43px;
}

.club-directory__clear {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font-size: 1rem;
  color: #000;
  cursor: pointer;
}
.club-directory__clear:hover {
  color: var(--ek-red);
}

.club-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .club-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.club-card {
  background: var(--ek-white);
  border: 0.0625rem solid var(--ek-line);
  border-radius: 0.625rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .club-card {
    padding: 1.8rem;
  }
}

.club-card__name {
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
  color: var(--ek-ink);
}
@media (min-width: 992px) {
  .club-card__name {
    font-size: 1.75rem;
  }
}

.club-card__address {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  color: var(--ek-ink);
}
@media (min-width: 992px) {
  .club-card__address {
    font-size: 1.125rem;
  }
}

.club-card__contact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.3rem;
  font-size: 1rem;
  color: var(--ek-ink);
}
.club-card__contact:hover {
  color: var(--ek-red);
}
.club-card__contact:last-of-type {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .club-card__contact {
    font-size: 1.125rem;
  }
}

.club-card__icon {
  flex: none;
  width: 1.1875rem;
  height: 1.1875rem;
  color: var(--ek-red);
}

.club-card__address .club-card__icon {
  margin-top: 0.125rem;
}

.club-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.club-card__flag {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
}
.club-card__flag img {
  width: 1.875rem;
  height: 1.4375rem;
  border-radius: 0;
  object-fit: cover;
  flex: none;
}
@media (min-width: 992px) {
  .club-card__flag img {
    width: 2.5rem;
    height: 1.5625rem;
  }
}

.club-card__type {
  font-size: 1.125rem;
  color: var(--ek-ink);
}

@media (min-width: 992px) {
  body.page-about {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  .page-about main {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
  }
}
.about-split {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .about-split {
    flex-direction: row;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
  }
}

.about-split__media {
  order: -1;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .about-split__media {
    order: 0;
    width: 50%;
  }
}

.about-split__hero-media {
  min-height: 46svh;
}
@media (min-width: 992px) {
  .about-split__hero-media {
    position: absolute;
    inset: 0;
    bottom: 5.25rem;
    min-height: 0;
    justify-content: flex-start;
    padding-top: 5rem;
  }
}

.about-split__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 992px) {
  .about-split__title {
    font-size: 2rem;
  }
}

.about-split__meta {
  background: var(--ek-dark);
  padding: 1.5rem 1rem 1.5rem;
}
.about-split__meta .countdown {
  justify-content: center;
}
@media (min-width: 992px) {
  .about-split__meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.75rem;
    background: transparent;
    padding: 0 2rem;
  }
  .about-split__meta .countdown {
    justify-content: flex-end;
    gap: 0.5rem;
  }
  .about-split__meta .countdown__unit {
    min-width: 4.125rem;
    padding: 0.5rem 0.25rem;
  }
  .about-split__meta .countdown__num {
    color: var(--ek-white);
    font-size: 2.5rem;
  }
  .about-split__meta .countdown__label {
    color: #bdbdbd;
    font-size: 0.75rem;
  }
}

.about-split__cta {
  display: block;
  background: var(--ek-dark);
  color: var(--ek-white);
  text-align: center;
  padding: 1rem 1rem 1.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 400;
}
.about-split__cta:hover {
  background: var(--ek-dark);
  color: var(--ek-red);
}
@media (min-width: 992px) {
  .about-split__cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    background: transparent;
    padding: 0 2rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0.03125rem;
  }
  .about-split__cta:hover {
    background: transparent;
    color: var(--ek-red);
  }
}

.about-split__text {
  background: var(--ek-white);
  padding: 1.5rem 0 0.5rem;
}
@media (min-width: 992px) {
  .about-split__text {
    width: 50%;
    padding: 2.5rem 0;
    overflow-y: auto;
    position: relative;
  }
}

.about-content__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 var(--ek-gutter) 2rem;
}
@media (min-width: 992px) {
  .about-content__grid {
    flex-direction: row;
    gap: 3rem;
    padding: 0 2rem;
    max-width: 45.625rem;
    position: relative;
    height: 100%;
    z-index: 1;
  }
}

.about-contact__company {
  font-weight: 400;
  margin-bottom: 1rem;
}

.about-contact__copy {
  margin-top: 1.5rem;
  color: var(--ek-muted);
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .about-contact__copy {
    margin-top: 4rem;
  }
}

@media (min-width: 992px) {
  body.page-about {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body.page-about main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body.page-about .site-footer {
    flex: 0 0 auto;
  }
  .about-split {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
  }
  .about-split__media {
    position: absolute;
    inset: 0;
    width: auto;
    order: 0;
  }
  .about-split__text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 2.75rem;
    width: 56.375rem;
    z-index: 2;
    padding: 1.875rem 1.875rem 3.125rem 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
  }
  .about-content__grid {
    gap: 1.5rem;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .about-content__grid {
    grid-template-columns: minmax(0, 1fr) 14.375rem;
    gap: 1.5rem;
    align-items: stretch;
    display: grid;
  }
}
@media (min-width: 992px) {
  .about-content__col--contact {
    display: flex;
    flex-direction: column;
  }
  .about-content__col.about-content__col--contact {
    padding: 0.125rem 0 0 0.125rem;
  }
  .about-content__col .about-contact__copy {
    margin-top: auto;
  }
  .about-split__meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 2.75rem;
    padding: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .about-split__meta::before {
    content: none;
  }
  .about-split__meta .countdown {
    position: absolute;
    left: 45.6875rem;
    bottom: -0.5rem;
    box-sizing: border-box;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    gap: 0.5rem;
    background: #000;
    align-items: center;
    justify-content: center;
  }
  .about-split__cta {
    position: absolute;
    right: 2.5rem;
    bottom: 0.625rem;
    left: auto;
    z-index: 4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--ek-white);
    background: none;
    padding: 0;
    text-align: right;
  }
}
.join-page {
  display: flex;
  flex-direction: column;
}

.join-panel {
  background: var(--ek-panel);
  padding: 2rem var(--ek-gutter) 2rem;
}

.join-panel__inner {
  max-width: 28.75rem;
  margin: 0 auto;
}

.join-panel__logo {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 14.375rem;
}

.join-panel__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.join-panel__hint {
  margin: 0 0 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.2;
}

.login-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.25rem;
}

.login-form__row--join {
  margin-top: 3.75rem;
}

.join-form__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.join-form__row--bid {
  justify-content: space-between;
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .join-form__row--bid {
    margin-top: 3.75rem;
  }
}

.join-form__submit {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 7.8125rem;
  min-width: 0;
  height: 2.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.join-panel__question {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-ink);
}

.join-panel__legal {
  margin-top: 2rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0125rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .join-panel__legal {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}

.join-panel__legal a {
  color: inherit;
  text-decoration: underline;
}

.join-panel__legal a:hover {
  color: var(--ek-red);
}

.join-bottombar {
  background: var(--ek-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1rem;
}
.join-bottombar .countdown {
  gap: 0.75rem;
}
.join-bottombar .countdown__unit {
  background: var(--ek-dark);
  border-color: var(--ek-dark);
  min-width: 4.375rem;
}
.join-bottombar .countdown__num {
  color: var(--ek-white);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.join-bottombar .countdown__label {
  color: #bdbdbd;
}

.join-bottombar__cta {
  font-size: 0.8125rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ek-white);
}

.join-bottombar__cta:hover {
  color: var(--ek-red);
}

@media (min-width: 992px) {
  body[data-page=join] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=join] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=join] .site-footer {
    flex: 0 0 auto;
  }
  .join-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 28.75rem 1fr;
    grid-template-rows: 1fr auto;
  }
  .join-panel {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    padding: 2.5rem 2rem;
    background: var(--ek-panel);
  }
  .join-bottombar {
    grid-column: 1/-1;
    grid-row: 2;
    position: relative;
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
  }
  .join-bottombar .countdown__unit {
    min-width: 4.75rem;
  }
  .join-bottombar .countdown__num {
    font-size: 2.5rem;
  }
  .join-bottombar__cta {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) {
  body[data-page=join] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=join] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=join] .site-footer {
    flex: 0 0 auto;
  }
  .join-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .join-panel {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 28.75rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .join-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .join-panel {
    bottom: 3.25rem;
    left: 0;
    display: block;
  }
  .join-panel__inner {
    max-width: 25rem;
    width: 100%;
    margin: 0;
  }
  .join-bottombar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 3.25rem;
    padding: 0;
    margin: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .join-bottombar::before {
    content: none;
  }
  .join-bottombar .countdown {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    box-sizing: border-box;
    width: 16.5rem;
    height: 4.6875rem;
    padding: 0.625rem;
    gap: 0.5rem;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .join-bottombar .countdown {
    position: absolute;
    gap: 0.5rem;
    bottom: 0;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    background: #000;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .join-bottombar .countdown__unit {
    min-width: 3.4375rem;
    min-height: 3.4375rem;
    padding: 0 0.5rem;
    border-radius: 0.625rem;
    text-align: center;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .join-bottombar .countdown__unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0.75rem 0.5rem;
    padding: 0;
    gap: 0.25rem;
    border: 0;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}
@media (min-width: 992px) {
  .join-bottombar .countdown__num {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .join-bottombar .countdown__num {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .join-bottombar .countdown__label {
    display: block;
    color: var(--ek-white);
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .join-bottombar .countdown__label {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .join-bottombar__cta {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--ek-white);
    letter-spacing: 0;
    font-size: 1rem;
    position: relative;
    right: 0rem;
    z-index: 2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .join-bottombar__cta {
    position: absolute;
    right: 1.25rem;
    bottom: 1.0625rem;
    left: auto;
    top: auto;
    z-index: 4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1440px) {
  .join-bottombar__cta {
    right: 2.5rem;
  }
}
.profile-page {
  display: flex;
  flex-direction: column;
}

.profile-panel {
  background: var(--ek-panel);
  padding: 1.5rem var(--ek-gutter) 2rem;
}

.profile-panel__inner {
  max-width: 28.75rem;
  margin: 0 auto;
}

.profile-panel__inner .login-panel__logo {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 14.375rem;
}

.profile-panel__inner .login-panel__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.profile-form__address {
  min-height: 5rem;
}

.profile-form__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.profile-form__submit {
  display: flex;
  width: max-content;
  min-width: 8.75rem;
  margin: 0.5rem 0 0 auto;
}

.profile-panel__legal {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
}

.profile-panel__legal a {
  color: inherit;
  text-decoration: underline;
}

.profile-panel__legal a:hover {
  color: var(--ek-red);
}

.profile-hero {
  display: contents;
}

.profile-hero__notify {
  background: var(--ek-white);
  padding: 1.5rem var(--ek-gutter) 0.5rem;
}

.profile-notify__title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ek-ink);
}

.profile-notify__subtitle {
  margin: 1.5rem 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ek-ink);
}

.profile-toggle-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.25rem;
  margin: 0 -space(1);
  border-bottom: 0.0625rem solid var(--ek-line);
  border-radius: 0;
  transition: background-color 0.2s ease;
}

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

.profile-toggle-row:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.profile-toggle-row__label {
  font-size: 0.8125rem;
  color: var(--ek-ink);
  max-width: 78%;
}

.profile-toggle-row .ek-switch {
  flex: 0 0 auto;
}

.profile-make-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
  padding-bottom: 1.5rem;
}

.profile-make-grid .filter-check {
  padding: 0.25rem 0;
  font-size: 0.8125rem;
}

@media (min-width: 992px) {
  body[data-page=user-profile] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=user-profile] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=user-profile] .site-footer {
    flex: 0 0 auto;
  }
  .profile-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 28.75rem minmax(18.75rem, 1.25fr) minmax(23.75rem, 1.75fr);
    grid-template-rows: minmax(0, 1fr) auto;
    grid-template-areas: "panel notify media" "meta   meta   meta";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 25%), var(--ek-hero, linear-gradient(135deg, #2b2b2b, #4a3b25 55%, #6b5326)) center/cover no-repeat;
  }
  .profile-panel {
    grid-area: panel;
    padding: 2.5rem;
    background: rgba(244, 244, 244, 0.97);
    overflow-y: auto;
    left: 0 !important;
  }
  .profile-panel__inner {
    max-width: 25rem;
    width: 100%;
    margin: 0;
  }
  .profile-panel__inner .login-panel__logo {
    display: block;
    box-sizing: border-box;
    width: 12.6875rem;
    height: 3.1875rem;
    max-width: none;
    padding: 0.375rem;
    margin: 0 auto 1.25rem;
    background: #fff;
  }
  .profile-panel__inner .login-panel__logo img {
    display: block;
    width: 11.9375rem;
    height: 2.4375rem;
  }
  .profile-form__row2 {
    gap: 0.9375rem;
  }
  .profile-hero {
    display: contents;
  }
  .profile-hero__notify {
    grid-area: notify;
    padding: 2.5rem 2rem 2.5rem;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.84);
    left: 28.75rem !important;
  }
  .profile-make-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.25rem;
  }
}
@media (min-width: 1400px) {
  .profile-page {
    grid-template-columns: 30rem minmax(20rem, 1.25fr) minmax(26.25rem, 1.75fr);
  }
}
@media (min-width: 992px) {
  .profile-page {
    grid-template-columns: minmax(0, 28.75rem) minmax(0, 1.25fr) minmax(0, 1.75fr);
  }
}
@media (min-width: 1400px) {
  .profile-page {
    grid-template-columns: minmax(0, 30rem) minmax(0, 1.25fr) minmax(0, 1.75fr);
  }
}
@media (min-width: 992px) {
  body[data-page=user-profile] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=user-profile] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=user-profile] .site-footer {
    flex: 0 0 auto;
  }
  .profile-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .profile-panel {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 28.75rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .profile-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .profile-panel {
    bottom: 3.25rem;
  }
  .profile-hero__notify {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 37.5rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .profile-hero__notify::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .profile-hero__notify {
    bottom: 3.25rem;
  }
}
@media (min-width: 992px) {
  .profile-hero__notify {
    padding: 3.25rem 3.25rem 4.25rem 3.25rem !important;
  }
  .profile-notify__title {
    margin: 0;
    height: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ek-ink);
  }
  .profile-toggle-list {
    margin: 0.9375rem 0 0;
    padding: 0;
  }
  .profile-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    height: 1.875rem;
    margin: 0 0 0.9375rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    transition: none;
  }
  .profile-toggle-row:last-child {
    margin-bottom: 0;
  }
  .profile-toggle-row:hover {
    background: none;
  }
  .profile-toggle-row__label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    max-width: none;
  }
  .profile-notify__subtitle {
    margin: 1.875rem 0 0;
    height: 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ek-ink);
  }
  .profile-make-grid {
    display: grid;
    grid-template-columns: repeat(3, 10.625rem);
    gap: 0 0.9375rem;
    width: 33.75rem;
    margin-top: 0.875rem;
    padding: 0;
  }
  .profile-make-grid .filter-check-list {
    display: grid;
    gap: 0.9375rem;
  }
  .profile-make-grid .filter-check {
    gap: 0.4375rem;
    height: 0.875rem;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
  }
}
/* ---------- Hero (image + heading strip, mobile) ---------- */
.ah-hero {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ah-hero {
    flex-direction: row;
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 0;
  }
}

.ah-hero__media {
  position: relative;
  min-height: 46vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.3) 100%), var(--ek-hero, linear-gradient(135deg, #2b2b2b, #4a3b25 55%, #6b5326));
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
}
@media (min-width: 992px) {
  .ah-hero__media {
    flex: 0 0 50%;
    min-height: 0;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0;
  }
}

.ah-hero__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25rem;
  color: var(--ek-white);
  text-align: center;
  text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.45);
}

.ah-hero__badge {
  margin-top: 1rem;
  width: 4rem;
  height: 4rem;
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.ah-hero__badge img {
  width: 62%;
  height: auto;
}

/* ---------- Content column ---------- */
.ah-hero__content {
  padding: 1.7rem 1rem 4rem 1rem;
}
@media (min-width: 992px) {
  .ah-hero__content {
    overflow-y: auto;
    padding: 2rem;
  }
}

.ah-hero__heading,
.ah-why__heading {
  color: var(--ek-ink);
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Eurostile-Bold", sans-serif;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .ah-hero__heading,
  .ah-why__heading {
    font-size: 2.5rem;
  }
}

.section-head {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-head {
    margin-bottom: 1.2rem;
  }
}

/* ---------- Country cards ---------- */
.ah-country-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .ah-country-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
  }
}

.ah-country-card {
  position: relative;
  display: block;
  border-radius: var(--ek-radius);
  overflow: hidden;
  aspect-ratio: 1/1.4;
  background: #2a2a2a;
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
}

.ah-country-card:hover {
  box-shadow: 0 0.625rem 1.625rem rgba(0, 0, 0, 0.22);
}

.ah-country-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ah-country-card:hover .ah-country-card__img {
  transform: scale(1.07);
}

.ah-country-card__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 1rem 0.75rem 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0) 100%);
  color: var(--ek-white);
}

.ah-country-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ah-country-card__title {
    font-size: 1.125rem;
  }
}

.ah-country-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  color: #e6e6e6;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ah-country-card__text {
    font-size: 0.8125rem;
  }
}

/* ---------- Why transport list ---------- */
.ah-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .ah-why-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.ah-why-item {
  transition: transform 0.3s ease;
}

.ah-why-item:hover {
  transform: translateY(-0.1875rem);
}

.ah-why-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  margin-bottom: 1rem;
}
.ah-why-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ah-why-item__title {
  margin: 0 0 0.5rem;
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ah-why-item__title {
    font-size: 1.125rem;
  }
}
.ah-why-item__title br {
  display: none;
}
@media (min-width: 992px) {
  .ah-why-item__title br {
    display: block;
  }
}

.ah-why-item__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.1;
  color: var(--ek-muted);
}

/* ---------- Action bar (countdown + CTA strip) ----------
   Desktop: the countdown floats centered over the seam between
   the hero section and this dark strip (per Figma); the CTA sits
   right-aligned inside the strip. Mobile: simple centered stack. */
.ah-action {
  position: relative;
  background: var(--ek-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 1rem;
}
@media (min-width: 992px) {
  .ah-action {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 1.25rem 2.5rem;
    min-height: 6rem;
  }
}

.ah-action .countdown__unit {
  background: #262626;
  border-color: #262626;
  min-width: 3.875rem;
  padding: 0.75rem 0.5rem;
}
@media (min-width: 992px) {
  .ah-action .countdown__unit {
    min-width: 4.875rem;
    padding: 1rem 0.75rem;
  }
}

.ah-action .countdown__num {
  color: var(--ek-white);
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .ah-action .countdown__num {
    font-size: 2rem;
  }
}

.ah-action .countdown__label {
  color: #bdbdbd;
  font-size: 0.75rem;
}

.ah-action__cta {
  font-size: 0.8125rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: var(--ek-white);
  font-weight: 400;
  transition: color 0.25s ease;
}
@media (min-width: 992px) {
  .ah-action__cta {
    font-size: 0.875rem;
  }
}

.ah-action__cta:hover {
  color: var(--ek-red);
}

/* ---------- Desktop: one viewport, no page scroll ----------
   Per Figma the header + hero split + dark action/countdown strip +
   footer all fit in a single screen — the hero content column scrolls
   internally (see .ah-hero__content overflow-y:auto above) so the
   page itself never scrolls. Flex chain (not calc(100svh - header))
   so it's exact whatever the header measures. */
@media (min-width: 992px) {
  body[data-page=autoholly] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
  }
  body[data-page=autoholly] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  body[data-page=autoholly] .ah-action {
    flex: 0 0 auto;
  }
  body[data-page=autoholly] .site-footer {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  body[data-page=autoholly] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=autoholly] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=autoholly] .site-footer {
    flex: 0 0 auto;
  }
  .ah-hero__content {
    position: static;
  }
  .ah-hero {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .ah-hero__media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.25rem;
    min-height: 0;
    padding: 3.96875rem 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .ah-hero__media::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ah-hero__media::before {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .ah-hero__title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
    margin: 0;
    color: var(--ek-white);
  }
  .ah-hero__badge {
    width: 3.75rem;
    height: 3.75rem;
    margin: 2rem auto 0;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: var(--ek-white);
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  .ah-hero__badge img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ah-hero__badge {
    margin-top: 1.34375rem;
  }
}
@media (min-width: 992px) {
  .ah-hero__content {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 56.375rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgb(255, 255, 255);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .ah-hero__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .ah-hero__content {
    bottom: 3.25rem;
  }
  .ah-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 3.25rem;
    padding: 0;
    margin: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .ah-action::before {
    content: none;
  }
  .ah-action {
    min-height: 2.75rem;
  }
  .ah-action .countdown {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    box-sizing: border-box;
    width: 16.5rem;
    height: 4.6875rem;
    padding: 0.625rem;
    gap: 0.5rem;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ah-action .countdown {
    position: absolute;
    gap: 0.5rem;
    bottom: 0;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    background: #000;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ah-action .countdown__unit {
    min-width: 3.4375rem;
    min-height: 3.4375rem;
    padding: 0 0.5rem;
    border-radius: 0.625rem;
    text-align: center;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ah-action .countdown__unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0.75rem 0.5rem;
    padding: 0;
    gap: 0.25rem;
    border: 0;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}
@media (min-width: 992px) {
  .ah-action .countdown__num {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ah-action .countdown__num {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .ah-action .countdown__label {
    display: block;
    color: var(--ek-white);
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ah-action .countdown__label {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .ah-action__cta {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--ek-white);
    letter-spacing: 0;
    font-size: 1rem;
    position: relative;
    right: 0rem;
    z-index: 2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ah-action__cta {
    position: absolute;
    right: 1.25rem;
    bottom: 1.0625rem;
    left: auto;
    top: auto;
    z-index: 4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1440px) {
  .ah-action__cta {
    right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .ah-hero__heading {
    width: auto;
    max-width: 25rem;
    margin: 0;
    font-family: "Eurostile-Bold", sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 2.125rem;
    color: #000;
  }
  .ah-country-grid {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.9375rem;
    margin: 0 0 3rem 0;
  }
  .ah-country-card {
    flex: 0 0 12.4375rem;
    width: 12.4375rem;
    height: 16.875rem;
    aspect-ratio: auto;
    border-radius: 0.625rem;
  }
  .ah-country-card__body {
    padding: 0.9375rem;
  }
  .ah-country-card__title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .ah-country-card__text {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .ah-why__heading {
    width: auto;
    max-width: 25rem;
    margin: 0 0 1rem 0;
    font-family: "Eurostile-Bold", sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1.1;
    color: #000;
  }
  .ah-why-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.9375rem;
    margin: 0;
  }
  .ah-why-item {
    display: block;
    flex: 0 0 12.4375rem;
    width: 12.4375rem;
  }
  .ah-why-item__icon {
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 1.1875rem;
  }
  .ah-why-item__title {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-bottom: 1.1875rem;
  }
  .ah-why-item__text {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.escrow-hero {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .escrow-hero {
    flex-direction: row;
    align-items: stretch;
    min-height: 100vh;
    min-height: calc(100svh - var(--ek-header-h));
  }
}

.escrow-hero__media {
  position: relative;
  min-height: 46svh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.35) 100%), var(--ek-hero, linear-gradient(135deg, #2b2b2b, #4a3b25 55%, #6b5326));
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
}
@media (min-width: 992px) {
  .escrow-hero__media {
    flex: 1 1 50%;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 0;
    min-height: 0;
    padding: 2rem 2.5rem;
  }
}

.escrow-hero__title {
  margin: 0;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-white);
  text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.45);
}
@media (min-width: 992px) {
  .escrow-hero__title {
    font-size: 2rem;
  }
}

.escrow-hero__badge {
  width: 5rem;
  height: 6.25rem;
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  flex-shrink: 0;
}
.escrow-hero__badge img {
  width: 72%;
  height: auto;
}

.escrow-hero__content {
  display: flex;
  flex-direction: column;
  right: 0;
  left: auto !important;
  overflow: auto;
}
.escrow-hero__content::-webkit-scrollbar {
  width: 4px;
}
.escrow-hero__content::-webkit-scrollbar-track {
  background: #ccc;
}
.escrow-hero__content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
.escrow-hero__content::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.escrow-hero__content {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}
@media (min-width: 992px) {
  .escrow-hero__content {
    flex: 1 1 50%;
    min-height: 0;
    overflow-y: auto;
  }
}

.escrow-panel {
  flex: 0 0 auto;
  background: var(--ek-panel);
  padding: 1.5rem 1rem 1.5rem;
}
@media (min-width: 992px) {
  .escrow-panel {
    padding: 2rem 2.5rem;
  }
}

.escrow-panel__title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ek-ink);
}

.escrow-panel__lead {
  margin: 0 0 1.5rem;
  line-height: 1.4;
  color: var(--ek-ink);
  max-width: 46ch;
}

.escrow-form__top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .escrow-form__top {
    flex-direction: row;
    align-items: stretch;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

form.escrow-form {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  form.escrow-form {
    margin-bottom: 1.2rem;
  }
}

.escrow-form__fields {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (min-width: 992px) {
  .escrow-form__fields {
    flex: 1 1 auto;
    gap: 0.75rem;
  }
}

.escrow-form__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .escrow-form__row {
    flex-direction: row;
  }
}
.escrow-form__row .ek-field {
  flex: 1;
}

.escrow-price-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ek-field-bg);
  border: 0.0625rem solid var(--ek-field-line);
  border-radius: var(--ek-radius);
  padding-inline: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
}
.escrow-price-input__prefix {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-muted);
  white-space: nowrap;
}
.escrow-price-input .ek-input {
  border: 0;
  padding-left: 0;
  padding-right: 1.5rem;
  background: none;
}

.escrow-currency {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--ek-field-bg);
  border: 0.0625rem solid var(--ek-field-line);
  border-radius: var(--ek-radius);
  padding-inline-start: 0.75rem;
}
.escrow-currency__flag {
  width: 1.375rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 0.125rem;
  flex-shrink: 0;
}
.escrow-currency .ek-select {
  border: 0;
  padding-left: 0;
}

.escrow-form__cta {
  width: 100%;
}
@media (min-width: 640px) {
  .escrow-form__cta {
    width: auto;
  }
}

.escrow-stats {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .escrow-stats {
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .escrow-stats {
    gap: 0.75rem;
    align-items: stretch;
  }
}

.escrow-stats__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ek-ink);
  color: var(--ek-white);
  border-radius: var(--ek-radius);
  padding: 0.75rem 1rem;
}
@media (min-width: 992px) {
  .escrow-stats__item {
    flex: 0 0 10.625rem;
  }
}

.escrow-stats__num {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ek-white);
}

.escrow-stats__label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #cfcfcf;
}

.escrow-how {
  flex: 1 1 auto;
  background: var(--ek-white);
  padding: 2rem 1.25rem 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .escrow-how {
    padding: 2rem 2.5rem 4rem;
  }
}

.escrow-how__title {
  margin: 0 auto 1rem;
  max-width: 46ch;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ek-ink);
}
@media (min-width: 992px) {
  .escrow-how__title {
    font-size: 2rem;
  }
}

.escrow-how__lead {
  margin: 0 auto 2rem;
  max-width: 60ch;
  color: var(--ek-muted);
  line-height: 1.4;
}

.escrow-steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
  max-width: 40rem;
}
@media (min-width: 992px) {
  .escrow-steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    max-width: none;
  }
}

.escrow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.escrow-step:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .escrow-step:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

.escrow-step__icon {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  margin-bottom: 0.75rem;
}

.escrow-step__label {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ek-ink);
  max-width: 18ch;
}

.escrow-cta-strip {
  background: var(--ek-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1rem;
}
@media (min-width: 992px) {
  .escrow-cta-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.25rem 2.5rem;
  }
}
.escrow-cta-strip .countdown__unit {
  background: #232323;
  border-color: #232323;
}
.escrow-cta-strip .countdown__num {
  color: var(--ek-white);
}
.escrow-cta-strip .countdown__label {
  color: #bdbdbd;
}

.escrow-cta-strip__link {
  font-size: 1rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ek-white);
}
.escrow-cta-strip__link:hover {
  color: var(--ek-red);
}

@media (min-width: 992px) {
  body[data-page=escrow] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=escrow] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=escrow] .site-footer {
    flex: 0 0 auto;
  }
  .escrow-hero__content {
    position: static;
  }
  .escrow-hero {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .escrow-hero__media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.25rem;
    min-height: 0;
    padding: 3.96875rem 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .escrow-hero__media::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .escrow-hero__media::before {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .escrow-hero__title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
    margin: 0;
    color: var(--ek-white);
  }
  .escrow-hero__badge {
    width: 3.75rem;
    height: 3.75rem;
    margin: 2rem auto 0;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: var(--ek-white);
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  .escrow-hero__badge img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .escrow-hero__badge {
    margin-top: 1.34375rem;
  }
}
@media (min-width: 992px) {
  .escrow-hero__content {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 56.375rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgb(255, 255, 255);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .escrow-hero__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .escrow-hero__content {
    bottom: 3.25rem;
    padding: 0;
    overflow-y: visible;
  }
  .escrow-cta-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 3.25rem;
    padding: 0;
    margin: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .escrow-cta-strip::before {
    content: none;
  }
  .escrow-cta-strip .countdown {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    box-sizing: border-box;
    width: 16.5rem;
    height: 4.6875rem;
    padding: 0.625rem;
    gap: 0.5rem;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .escrow-cta-strip .countdown {
    position: absolute;
    gap: 0.5rem;
    bottom: 0;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    background: #000;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .escrow-cta-strip .countdown__unit {
    min-width: 3.4375rem;
    min-height: 3.4375rem;
    padding: 0 0.5rem;
    border-radius: 0.625rem;
    text-align: center;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .escrow-cta-strip .countdown__unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0.75rem 0.5rem;
    padding: 0;
    gap: 0.25rem;
    border: 0;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}
@media (min-width: 992px) {
  .escrow-cta-strip .countdown__num {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .escrow-cta-strip .countdown__num {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .escrow-cta-strip .countdown__label {
    display: block;
    color: var(--ek-white);
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .escrow-cta-strip .countdown__label {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .escrow-cta-strip__link {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--ek-white);
    letter-spacing: 0;
    font-size: 1rem;
    position: relative;
    right: 0rem;
    z-index: 2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .escrow-cta-strip__link {
    position: absolute;
    right: 1.25rem;
    bottom: 1.0625rem;
    left: auto;
    top: auto;
    z-index: 4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1440px) {
  .escrow-cta-strip__link {
    right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .escrow-panel {
    background: #f2f2f2;
    padding: 0;
    overflow: visible;
    padding: 2rem;
  }
  .escrow-panel__title {
    width: 100%;
    margin: 0;
    font-family: "Eurostile-Bold", sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 2.125rem;
    color: #000;
    margin-bottom: 1rem;
  }
  .escrow-panel__lead {
    margin: 0 0 1.5rem 0;
    max-width: none;
    font-family: "Eurostile", sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #000;
    max-width: 26.25rem;
  }
  .escrow-form {
    width: 26.8125rem;
    height: 9rem;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
  }
  .escrow-form__top,
  .escrow-form__fields {
    display: contents;
  }
  .escrow-form__row {
    position: relative;
    flex: 0 0 2.375rem;
    width: 26.8125rem;
    height: 2.375rem;
    box-sizing: border-box;
    border: 0.0625rem solid #9a9a9a;
    display: flex;
    align-items: stretch;
    gap: 0;
  }
  .escrow-form__row .ek-field {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;
  }
  .escrow-form__row .ek-select,
  .escrow-form__row .ek-input {
    height: 2.25rem;
    line-height: 2.25rem;
    border: 0;
    padding-left: 1rem;
    font-size: 0.9375rem;
    background-color: transparent;
    background-image: none;
    padding-right: 0.9375rem;
  }
  .escrow-form__row:first-child {
    background-image: url("../../assets/icons/escrow-chevron.svg"), url("../../assets/icons/escrow-chevron.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 0.6875rem 0.375rem, 0.6875rem 0.375rem;
    background-position: right 17.125rem center, right 0.9375rem center;
  }
  .escrow-form__row:last-child {
    background-image: url("../../assets/icons/escrow-chevron.svg"), url("../../assets/icons/escrow-chevron.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 0.6875rem 0.375rem, 0.6875rem 0.375rem;
    background-position: right 12.125rem center, right 0.9375rem center;
  }
  .escrow-form__row:first-child .ek-field:first-child {
    flex: 0 0 11.375rem;
    position: relative;
  }
  .escrow-form__row:first-child .ek-field:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1.5rem;
    border-right: 0.0625rem solid #9a9a9a;
  }
  .escrow-form__row:first-child .ek-select {
    color: #000;
  }
  .escrow-form__row:last-child .ek-field:first-child {
    flex: 0 0 15.6875rem;
    position: relative;
  }
  .escrow-form__row:last-child .ek-field:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1.5rem;
    border-right: 0.0625rem solid #9a9a9a;
  }
  .escrow-price-input {
    height: 2.25rem;
    border: 0;
    background: none;
    padding-left: 0.9375rem;
  }
  .escrow-currency {
    height: 2.25rem;
    border: 0;
    background: none;
    padding-left: 0.9375rem;
  }
  .escrow-currency__flag {
    width: 1.875rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
    background: #000;
  }
  .escrow-form__cta {
    flex: 0 0 2.375rem;
    width: 9.0625rem;
    padding: 0 0.625rem 0 0.625rem;
    font-size: 0.875rem;
  }
  .escrow-row {
    display: flex;
    grid-gap: 1rem;
    align-items: flex-start;
  }
  .escrow-stats {
    gap: 0.3125rem;
  }
  .escrow-stats__item {
    flex: 0 0 12.1875rem;
    padding: 1.5rem 0.75rem;
    gap: 0.3125rem;
  }
  .escrow-stats__item:last-child {
    flex: 0 0 12.5rem;
  }
  .escrow-stats__num {
    font-size: 1.3125rem;
    line-height: 1rem;
  }
  .escrow-stats__item:first-child .escrow-stats__label {
    font-size: 1.125rem;
  }
  .escrow-stats__item:last-child .escrow-stats__label {
    font-size: 1rem;
  }
  .escrow-form__price .ek-input {
    padding-left: 0 !important;
  }
  .escrow-how {
    width: 100%;
    padding: 2.5rem 2.5rem 4rem 2.5rem;
    text-align: center;
  }
  .escrow-how__title {
    width: 80%;
    margin: 0;
    font-family: "Eurostile-Bold", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.125rem;
    color: #000;
    margin: 0 auto 1.5rem auto;
  }
  .escrow-how__lead {
    width: 100%;
    font-family: "Eurostile", sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #000;
    max-width: 43.125rem;
    margin: 0 auto;
  }
  .escrow-steps {
    width: 100%;
    max-width: none;
    display: flex;
    gap: 1.4375rem;
    margin-top: 2.5rem;
  }
  .escrow-step {
    flex: 0 0 9.5625rem;
    gap: 0.9375rem;
  }
  .escrow-step__icon {
    width: 5.625rem;
    height: 5.625rem;
    object-fit: contain;
  }
  .escrow-step__label {
    width: 9.5625rem;
    max-width: none;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-family: "Eurostile-Bold", sans-serif;
  }
}
/* ---------- Hero strip (mobile only — desktop Figma has no hero) ---------- */
.listing-hero__media {
  position: relative;
  min-height: 16.25rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.15) 100%), var(--ek-hero, linear-gradient(135deg, #2b2b2b, #4a3b25 55%, #6b5326));
  background-size: cover;
  background-position: center 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem 1.25rem;
  text-align: center;
}

.listing-hero__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ek-white);
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03125rem;
}

.listing-hero__badge {
  margin-top: 1.25rem;
  width: 4rem;
  height: 4rem;
  background: var(--ek-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.listing-hero__badge img {
  width: 66%;
  height: auto;
}

/* ---------- Page body: intro/form area + bottom promo bar ---------- */
.listing-body {
  display: flex;
  flex-direction: column;
}

.listing-intro {
  padding: 1.5rem 1rem 0.5rem;
  background: var(--ek-panel-2);
}

.listing-intro__title {
  margin: 0 0 1rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid var(--ek-line);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--ek-ink);
}

.listing-intro__prose a {
  color: var(--ek-red);
  text-decoration: underline;
}

.listing-form-area {
  padding: 1.5rem 1rem 2.5rem;
  background: var(--ek-white);
}

.listing-form-area__title {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid var(--ek-line);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--ek-ink);
}

.listing-form-grid {
  display: block;
}

/* Section tabs — 2-column grid on mobile (matches Figma mobile export) */
.listing-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 0.0625rem solid var(--ek-line);
  border-radius: var(--ek-radius);
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.listing-tabs .tab {
  border: 0;
  border-right: 0.0625rem solid var(--ek-white);
  border-bottom: 0.0625rem solid var(--ek-white);
  border-radius: 0;
  text-align: left;
  padding: 0.75rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ek-ink);
  background: var(--ek-panel-2);
}

.listing-tabs .tab:nth-child(2n) {
  border-right: 0;
}

.listing-tabs .tab:last-child,
.listing-tabs .tab:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.listing-tabs .tab.is-active {
  border-left: 0;
  border-left-color: transparent;
  background: #5c5c5c;
  color: var(--ek-white);
}

.listing-tabs .tab:hover:not(.is-active) {
  background: #e4e4e4;
  color: var(--ek-ink);
}

.listing-panel {
  background: var(--ek-white);
  border: 0;
  border-radius: var(--ek-radius);
  padding: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .listing-panel {
    padding: 1.25rem 1rem 1.5rem;
    border: 0.0625rem solid var(--ek-line);
  }
}

.listing-panel__placeholder {
  color: var(--ek-muted);
  font-size: 0.8125rem;
}

.ek-field-row {
  display: block;
}

.listing-panel .ek-btn {
  margin-top: 0.25rem;
}

/* Exterior images gallery rail */
.listing-gallery__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 0;
}

.listing-gallery__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01875rem;
  color: var(--ek-ink);
}

.listing-gallery__head .section-link {
  color: var(--ek-muted);
  font-weight: 400;
  font-size: 0.8125rem;
  text-decoration: none;
}

.listing-gallery__head .section-link:hover {
  color: var(--ek-red);
}

.listing-gallery__box {
  border: 0.0625rem solid var(--ek-line);
  border-radius: var(--ek-radius);
  padding: 0.75rem;
  margin-top: 0.5rem;
}

.listing-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 0;
}

.listing-gallery__grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.125rem;
  background: var(--ek-panel);
  display: block;
}

.listing-gallery__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  border-top: 0.0625rem solid var(--ek-line);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

/* Blue "Add to gallery" pill — matches Figma exactly, overrides shared .ek-btn--outline look */
.ek-btn--blue {
  background: #268bcf;
  border: 0.0625rem solid #268bcf;
  color: var(--ek-white);
}

.ek-btn--blue:hover {
  background: #1d72ab;
  border-color: #1d72ab;
}

.listing-gallery__actions .ek-btn--outline {
  border-color: var(--ek-line);
  color: var(--ek-ink);
  background: var(--ek-white);
}

.listing-gallery__actions .ek-btn--outline:hover {
  background: var(--ek-panel-2);
  color: var(--ek-ink);
}

/* Bottom auction promo strip (dark, mirrors the countdown/CTA on Home) */
.listing-promo {
  background: var(--ek-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem var(--ek-gutter);
}

.listing-promo__countdown {
  gap: 0.5rem;
}

.listing-promo__countdown .countdown__unit {
  background: #101010;
  border-color: #101010;
  min-width: 4rem;
  padding: 0.5rem 0.25rem;
}

.listing-promo__countdown .countdown__num {
  color: var(--ek-white);
  font-size: 2.5rem;
}

.listing-promo__countdown .countdown__label {
  color: #9a9a9a;
  font-size: 0.75rem;
}

.listing-promo__link {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.09375rem;
  color: var(--ek-white);
  text-transform: uppercase;
}

.listing-promo__link:hover {
  color: var(--ek-red);
}

/* ============================================================
   DESKTOP (>= 992px) — fit to screen below the header
   ============================================================ */
@media (min-width: 992px) {
  .listing-body {
    min-height: 100vh;
    min-height: calc(100svh - var(--ek-header-h));
  }
  .listing-layout-page {
    display: grid;
    grid-template-columns: clamp(17.5rem, 26vw, 28.75rem) minmax(0, 1fr);
    gap: 0;
    flex: 1 1 auto;
    min-height: 0;
  }
  .listing-intro {
    padding: 2.5rem 2rem 2.5rem 2rem;
    overflow-y: auto;
    height: calc(100vh - 12.5rem);
  }
  .listing-intro__title {
    font-size: 1.25rem;
  }
  .listing-form-area {
    padding: 2.5rem 2rem 1.5rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .listing-form-grid {
    display: flex;
    gap: 0.5rem;
    align-items: start;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
  }
  .listing-tabs {
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 0;
    gap: 0;
  }
  .listing-tabs .tab {
    text-align: left;
    border: 0;
    border-bottom: 0.0625rem solid var(--ek-white);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .listing-tabs .tab:nth-child(2n) {
    border-right: 0;
  }
  .listing-tabs .tab:last-child {
    border-bottom: 0;
  }
  .listing-tabs .tab.is-active {
    background: #5c5c5c;
    color: var(--ek-white);
  }
  .listing-panel {
    margin-bottom: 0;
    padding: 0 1.5rem 1.5rem 0;
    border: 0;
    border-right: 0.0625rem solid var(--ek-line);
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
  }
  .ek-field-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
    gap: 1rem;
  }
  .listing-gallery__box {
    padding: 1rem;
  }
  .listing-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .listing-promo {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 2.5rem;
    padding-left: clamp(2.5rem, 40vw, 45rem);
    flex: 0 0 auto;
  }
  .listing-promo__countdown .countdown__num {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  body[data-page=listing] {
    display: flex;
    flex-direction: column;
    height: var(--ek-frame-h, 100dvh);
    overflow: hidden;
  }
  body[data-page=listing] main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
  }
  body[data-page=listing] .site-footer {
    flex: 0 0 auto;
  }
  .listing-body {
    flex: 1 1 auto;
    min-width: 0;
  }
  body[data-page=listing] main {
    position: relative;
  }
  .listing-hero {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .listing-layout-page {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .listing-hero__media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.25rem;
    min-height: 0;
    padding: 3.96875rem 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .listing-hero__media::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
  }
  .listing-hero__media {
    bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listing-hero__media::before {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .listing-hero__title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
    margin: 0;
    color: var(--ek-white);
  }
  .listing-hero__badge {
    width: 3.75rem;
    height: 3.75rem;
    margin: 2rem auto 0;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: var(--ek-white);
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  .listing-hero__badge img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listing-hero__badge {
    margin-top: 1.34375rem;
  }
}
@media (min-width: 992px) {
  .listing-intro {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 28.75rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .listing-intro::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .listing-intro {
    bottom: 3.25rem;
    bottom: 0;
    left: 0;
  }
  .listing-intro__title {
    margin: 0 0 1rem 0;
    padding: 0.125rem 0;
    border-bottom: 0.0625rem solid #b5b5b5;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.11rem;
    text-transform: uppercase;
    color: #000;
    font-family: "Eurostile-Bold", sans-serif;
  }
  .listing-form-area {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 50rem;
    z-index: 2;
    padding: 1.875rem;
    background: rgb(255, 255, 255);
    overflow-y: auto;
    scrollbar-gutter: auto;
    scrollbar-width: none;
  }
  .listing-form-area::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .listing-form-area {
    bottom: 3.25rem;
    height: auto;
    bottom: 0;
    padding: 1.8125rem 0 0;
    overflow: visible;
    left: 28.75rem;
  }
  .listing-form-area__title {
    margin: 0;
    padding: 0 0 0.375rem 0.625rem;
    border-bottom: 0.0625rem solid #b5b5b5;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    font-family: "Eurostile-Bold", sans-serif;
  }
  .listing-tabs {
    width: 10.3125rem;
    height: 100vh;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 0;
    gap: 0;
  }
  .listing-tabs .tab {
    flex: 0 0 2.1875rem;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 0 0 0.625rem;
    border: 0;
    border-bottom: 0.0625rem solid #9a9a9a;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #000;
    background: transparent;
  }
  .listing-tabs .tab:last-child {
    border-bottom: 0;
  }
  .listing-tabs .tab.is-active {
    background: #5c5c5c;
    color: var(--ek-white);
  }
  .listing-panel {
    width: 38.4375rem;
    height: calc(100vh - 12.5rem);
    padding: 1rem 1rem 11rem 1rem;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .listing-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .listing-panel .ek-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6875rem;
  }
  .listing-panel .ek-field-row {
    display: contents;
  }
  .listing-panel .ek-field {
    flex: 0 0 11.6875rem;
    width: 11.6875rem;
    margin-bottom: 0;
  }
  .listing-panel .ek-form > .ek-field:first-child {
    flex: 1 1 100%;
    width: 100%;
  }
  .listing-panel .ek-btn {
    margin-top: 0;
  }
  .listing-panel .ek-field__label,
  .listing-panel .ek-label {
    display: block;
    margin-bottom: 0.3125rem;
    font-size: 0.87rem;
    font-weight: 400;
    line-height: 1rem;
    color: var(--ek-ink);
    text-transform: none;
    word-spacing: -2px;
    letter-spacing: 0;
  }
  .listing-panel select,
  .listing-panel .ek-select {
    background-image: url("../../assets/icons/escrow-chevron.svg");
    background-repeat: no-repeat;
    background-size: 0.6875rem 0.375rem;
    background-position: right 1rem center;
  }
  .listing-form-area__scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.375rem;
    height: 50.375rem;
    background: #e6e6e6;
  }
  .listing-form-area__scrollbar-thumb {
    position: absolute;
    left: 0.0625rem;
    right: 0.0625rem;
    top: 0;
    height: 40%;
    background: #000;
  }
  .listing-gallery {
    padding: 0 0.875rem;
  }
  .listing-gallery__actions {
    gap: 0;
    justify-content: space-between;
  }
  .listing-promo {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    transform: none;
    margin: 0;
    height: 3.25rem;
    padding: 0;
    margin: 0;
    background: #000;
    z-index: 3;
    overflow: visible;
  }
  .listing-promo::before {
    content: none;
  }
  .listing-promo {
    display: block;
  }
  .listing-promo__countdown {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    box-sizing: border-box;
    width: 16.5rem;
    height: 4.6875rem;
    padding: 0.625rem;
    gap: 0.5rem;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    left: 1.6875rem;
    bottom: -0.5rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listing-promo__countdown {
    position: absolute;
    gap: 0.5rem;
    bottom: 0;
    width: 23rem;
    height: 6.5rem;
    padding: 0.75rem;
    background: #000;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .listing-promo__countdown__unit {
    min-width: 3.4375rem;
    min-height: 3.4375rem;
    padding: 0 0.5rem;
    border-radius: 0.625rem;
    text-align: center;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listing-promo__countdown__unit {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0.75rem 0.5rem;
    padding: 0;
    gap: 0.25rem;
    border: 0;
    border-radius: var(--ek-radius-chip, 0.625rem);
  }
}
@media (min-width: 992px) {
  .listing-promo__countdown__num {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--ek-white);
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listing-promo__countdown__num {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .listing-promo__countdown__label {
    display: block;
    color: var(--ek-white);
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listing-promo__countdown__label {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .listing-promo__link {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--ek-white);
    letter-spacing: 0;
    font-size: 1rem;
    position: relative;
    right: 0rem;
    z-index: 2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .listing-promo__link {
    position: absolute;
    right: 1.25rem;
    bottom: 1.0625rem;
    left: auto;
    top: auto;
    z-index: 4;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    background: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1440px) {
  .listing-promo__link {
    right: 2.5rem;
  }
}
