body {
  line-height: 1.55;
  background:
    radial-gradient(circle at top left, rgba(198, 176, 150, 0.14), transparent 24%),
    linear-gradient(180deg, #fbf8f4 0%, #f4eee6 52%, #f8f4ef 100%);
}

.page-shell {
  width: min(1480px, calc(100% - 36px));
  padding: 18px 0 76px;
}

.promo-strip {
  min-height: 38px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #171411;
  color: rgba(255, 247, 240, 0.88);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  box-shadow: none;
}

.site-header,
.hero-stage,
.hero-side-card,
.category-card,
.product-floor,
.guide-floor,
.help-card,
.support-feature,
.site-footer,
.bestseller-card,
.guide-home-card {
  border: 1px solid #e9e0d5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.store-header {
  position: sticky;
  top: 10px;
  z-index: 50;
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 14px 0 18px;
  padding: 18px 22px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.9;
  text-transform: uppercase;
  color: #14110f;
}

.brand::after,
.footer-brand .brand::after {
  display: none;
  content: none;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}

.site-nav a {
  padding: 0;
  border-radius: 0;
  color: #40372f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.18s ease;
}

.site-nav a:hover {
  background: transparent;
  color: #14110f;
  transform: none;
}

main {
  display: grid;
  gap: 18px;
}

.hero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.56fr) minmax(300px, 0.74fr);
  gap: 18px;
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
  overflow: hidden;
}

.hero-stage-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 38px 34px;
  background: linear-gradient(180deg, #fcfaf7 0%, #f7f1e8 100%);
}

.hero-stage-copy h1,
.floor-heading h2,
.guide-floor-copy h2,
.bestseller-copy h3,
.guide-home-card h3,
.help-card h3,
.support-feature h3,
.hero-side-copy strong,
.footer-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.035em;
}

.hero-stage-copy h1 {
  margin: 0;
  max-width: 9.4ch;
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 0.88;
  color: #14110f;
}

.hero-text,
.category-copy p,
.bestseller-copy p,
.guide-home-card p,
.help-card p,
.support-feature p,
.site-footer p,
.hero-side-copy span:last-child,
.guide-floor-copy p {
  color: var(--muted);
}

.hero-text {
  max-width: 30rem;
  font-size: 1rem;
}

.hero-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 0.92rem;
}

.button-primary {
  background: #15120f;
  color: #fff8f2;
  box-shadow: none;
}

.button-secondary {
  border-color: #ded3c5;
  background: #fffdf9;
  color: #14110f;
}

.hero-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-stat,
.hero-media-badge,
.department-label,
.category-label,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 31px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.hero-stat,
.department-label,
.category-label {
  border: 1px solid #ddd2c5;
  background: #fffdf9;
  color: #5a4333;
}

.hero-stage-media {
  position: relative;
  display: grid;
  align-items: end;`r`n  justify-items: center;
  min-height: 560px;
  padding: 32px;
  background:
    radial-gradient(circle at 24% 26%, rgba(255, 255, 255, 0.62), transparent 18%),
    linear-gradient(180deg, #f0e1cb 0%, #ead7bf 100%);
}

.hero-stage-media::after {
  content: "";
  position: absolute;
  inset: auto 6% 6% 6%;
  height: 28%;
  border-radius: 24px;
  background: rgba(255, 248, 240, 0.34);
  filter: blur(14px);
}

.hero-stage-media img {
  position: relative;
  z-index: 1;
  width: 132%;
  max-width: 940px;
  object-fit: contain;
  transform: translateX(7%) translateY(2%);
  filter: drop-shadow(0 26px 28px rgba(21, 19, 17, 0.16));
}

.hero-media-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: #171411;
  color: #fff8f2;
}

.hero-side-grid {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hero-side-card,
.category-card,
.bestseller-card,
.guide-home-card {
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.hero-side-card:hover,
.category-card:hover,
.bestseller-card:hover,
.guide-home-card:hover {
  transform: translateY(-3px);
  border-color: #d8cbbb;
}

.hero-side-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.hero-side-image {
  display: grid;
  place-items: center;
  min-height: 122px;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f6ede1 0%, #efe3d2 100%);
}

.hero-side-image img {
  width: 100%;
  height: 104px;
  object-fit: contain;
}

.hero-side-copy {
  display: grid;
  gap: 8px;
  align-content: center;
}

.hero-side-copy strong {
  font-size: 1.78rem;
  line-height: 0.92;
  color: #14110f;
}

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

.category-card {
  display: grid;
  overflow: hidden;
}

.category-image {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 20px;
  background: linear-gradient(180deg, #f8f1e8 0%, #efe3d4 100%);
}

.category-image img {
  width: 100%;
  max-width: 260px;
  height: 160px;
  object-fit: contain;
}

.category-copy {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.category-copy strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.46rem;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #14110f;
}

.product-floor,
.guide-floor,
.support-floor {
  padding: 28px;
}

.floor-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.floor-heading h2,
.guide-floor-copy h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  line-height: 0.92;
  color: #14110f;
}

.inline-cta {
  color: #14110f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bestseller-grid,
.guide-grid-home,
.support-grid {
  display: grid;
  gap: 16px;
}

.bestseller-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bestseller-card {
  display: grid;
  overflow: hidden;
}

.bestseller-image {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 22px 20px 14px;
  background: linear-gradient(180deg, #f8f2e9 0%, #f0e5d7 100%);
}

.bestseller-image img {
  width: 100%;
  max-width: 268px;
  height: 198px;
  object-fit: contain;
}

.bestseller-copy {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.bestseller-copy h3,
.guide-home-card h3 {
  margin: 0;
  font-size: 1.36rem;
  line-height: 0.98;
  color: #14110f;
}

.guide-floor {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
}

.guide-floor-copy {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 8px 4px 8px 2px;
}

.guide-floor-copy p {
  max-width: 32rem;
}

.guide-grid-home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-home-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
}

.support-floor {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 18px;
}

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

.help-card,
.support-feature {
  padding: 22px;
}

.help-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 230px;
}

.help-number {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(21, 19, 17, 0.06);
  color: #14110f;
  font-size: 0.8rem;
  font-weight: 800;
}

.help-card h3,
.support-feature h3 {
  margin: 0;
  font-size: 1.48rem;
  line-height: 0.98;
  color: #14110f;
}

.help-card .inline-link,
.style-links a {
  color: #5e3f2d;
  font-weight: 700;
}

.tone-cream {
  background: #fcfaf7;
}

.tone-sand {
  background: #faf5ee;
}

.tone-olive {
  background: #f4f6f0;
}

.support-feature {
  display: grid;
  align-content: start;
  gap: 16px;
  background: linear-gradient(180deg, #faf6f1 0%, #f5eee5 100%);
}

.style-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.site-footer {
  margin-top: 18px;
  padding: 28px;
}

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

.footer-brand,
.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-heading,
.footer-column a,
.site-footer .brand {
  color: #14110f;
}

.footer-heading {
  font-size: 1.12rem;
}

@media (max-width: 1240px) {
  .hero-showcase,
  .guide-floor,
  .support-floor,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  }

  .hero-side-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .category-ribbon,
  .bestseller-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 920px) {
  .page-shell {
    width: min(100%, calc(100% - 22px));
    padding-top: 12px;
  }

  .promo-strip {
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .store-header {
    justify-items: start;
    gap: 14px;
    padding: 18px 18px 16px;
  }

  .brand {
    justify-self: start;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .hero-stage,
  .support-grid,
  .category-ribbon,
  .bestseller-grid,
  .hero-side-grid,
  .guide-grid-home {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    grid-template-columns: 1fr;
  }

  .hero-stage-copy {
    order: 2;
  }

  .hero-stage-media {
    order: 1;
    min-height: 420px;
  }

  .hero-stage-media img {
    width: 118%;
    transform: translateX(2%);
  }

  .hero-side-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .product-floor,
  .guide-floor,
  .support-floor,
  .site-footer {
    padding: 20px;
  }

  .floor-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .hero-stage-copy h1 {
    max-width: none;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .hero-actions,
  .product-actions {
    flex-direction: column;
  }

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

  .hero-side-card,
  .category-card {
    grid-template-columns: 1fr;
  }

  .hero-side-image,
  .category-image {
    min-height: 170px;
  }

  .hero-side-image img,
  .category-image img {
    height: 130px;
  }

  .guide-home-card,
  .help-card,
  .support-feature,
  .bestseller-copy,
  .category-copy,
  .hero-stage-copy {
    padding: 18px;
  }

  .hero-stage-media {
    min-height: 320px;
    padding: 22px;
  }
}


