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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  background-color: #050505;
  color: #f5f5f5;
}

main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

h1, h2, h3 {
  font-family: "Times New Roman", Georgia, "Times", serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

section {
  margin: 60px 0;
}

.hero-title {
  text-align: center;
  margin-bottom: 30px;
}

.hero-title h1 {
  font-size: 40px;
  line-height: 1.4;
}

.hero-tagline {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: #e3e3e3;
}

/* Shop my closets */

#closets h2,
#featured h2,
#live h2,
#newsletter h2,
#about h2,
#spotlight h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.section-copy {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
  line-height: 1.7;
  color: #dcdcdc;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 420px;
  margin: 0 auto;
}

.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  text-decoration: none;
  color: #050505;
  background-color: #f5f5f5;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shop-btn:hover {
  background-color: #ffffff;
}

/* Featured slider */

.featured-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.featured-viewport {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #333;
}

.featured-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
}

.slide a,
.slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.slide img {
  object-fit: cover;
}

.featured-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.featured-btn {
  pointer-events: all;
  border: none;
  background: rgba(0,0,0,0.55);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}

/* Live auction */

.live-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.live-inner img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.live-copy {
  font-size: 15px;
  line-height: 1.8;
  color: #e0e0e0;
}

.cta-btn {
  display: inline-flex;
  margin-top: 16px;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid #f5f5f5;
  background: transparent;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cta-btn:hover {
  background-color: #f5f5f5;
  color: #050505;
}

/* Newsletter */

#newsletter .section-copy {
  margin-bottom: 18px;
}

/* About */

.about-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: center;
}

.about-inner img {
  width: 260px;
  max-width: 100%;
  border-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 auto;
}

/* Seller Spotlight */

.spotlight-grid {
  max-width: 900px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.spotlight-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.spotlight-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.spotlight-card a {
  text-decoration: none;
}

/* Live poll */
.live-poll {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.live-poll > * {
  max-width: 100%;
}

/* Newsletter embed */
#newsletter .newsletter-embed {
  max-width: 480px;
  margin: 0 auto;
}

/* Seller spotlight pill */
.spotlight-pill {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.85);
  color: #f5f5f5;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/* Footer */

footer {
  border-top: 1px solid #222;
  padding: 22px 20px 30px;
  text-align: center;
  font-size: 13px;
  color: #bbbbbb;
}

footer a {
  color: #f5f5f5;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 768px) {
  main {
    padding: 28px 14px 60px;
  }

  .hero-title h1 {
    font-size: 30px;
  }

  .live-inner,
  .about-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .live-inner img,
  .about-inner img {
    order: -1;
  }
}
