﻿html { scroll-behavior: smooth; }

.home-main {
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
  background: #fcf9f8;
}

.home-section {
  padding: 0.8rem;
}

.home-section--white {
  background: #ffffff;
}

.home-section--soft {
  background: #f6f3f2;
}

.home-section--tone {
  background: #e5e2e1;
}

.home-section--black {
  background: #000000;
}

.home-section--center {
  text-align: center;
}

.home-grid {
  --bs-gutter-x: 0.32rem;
  --bs-gutter-y: 0.32rem;
}

.home-grid--center {
  justify-content: center;
}

.home-heading,
.home-spotlight__title {
  margin: 0;
  color: #1c1b1b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-heading {
  margin-bottom: 0.48rem;
  font-size: 0.48rem;
  line-height: 1.2;
}

.home-heading--center {
  text-align: center;
}

.home-heading--compact {
  margin-bottom: 0.16rem;
}

.home-heading--light {
  color: #ffffff;
}

.home-heading--cta {
  font-size: 0.4rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-body,
.home-copy {
  margin: 0;
  color: #4e4639;
  font-size: 0.24rem;
  line-height: 1.6;
}

.home-body {
  margin-bottom: 0.24rem;
}

.home-body--center,
.home-copy--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-body--last {
  margin-bottom: 0;
}

.home-copy {
  max-width: 8.6rem;
  margin-bottom: 0.4rem;
}

.home-copy--light {
  color: rgba(255, 255, 255, 0.8);
}

.home-kicker {
  display: inline-block;
  margin-bottom: 0.16rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-kicker--light {
  color: #ffffff;
}

.home-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0.48rem;
  padding: 0 0.32rem;
  border: 1px solid transparent;
  border-radius: 0.04rem;
  font-size: 0.186667rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.home-btn--gold {
  background: linear-gradient(45deg, #775a19, #c5a059);
  color: #ffffff;
}

.home-btn--gold:hover {
  color: #ffffff;
  opacity: 0.9;
}

.home-btn--ghost-light,
.home-btn--outline-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background: transparent;
}

.home-btn--ghost-light:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.home-btn--outline-light:hover {
  color: #0d0d0d;
  background: #ffffff;
}

.home-btn--light {
  background: #ffffff;
  color: #0d0d0d;
}

.home-btn--light:hover {
  color: #0d0d0d;
  background: rgba(255, 255, 255, 0.9);
}

.home-btn--outline-dark {
  border-color: #775a19;
  color: #775a19;
  background: transparent;
}

.home-btn--outline-dark:hover {
  color: #ffffff;
  background: #775a19;
}

.home-hero {
  position: relative;
  min-height: 6rem;
  aspect-ratio: 21 / 9;
  overflow: hidden;
}

.home-hero__image,
.home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__image {
  object-fit: cover;
}

.home-hero__shade {
  background: rgba(220, 217, 217, 0.1);
}

.home-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100% - 1.6rem, 8.8rem);
  margin-left: 0.8rem;
  z-index: 1;
}

.home-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 0.56rem;
  line-height: 1.1;
  font-weight: 800;
}

.home-hero__copy {
  max-width: 6.8rem;
  margin: 0.24rem 0 0.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.24rem;
  line-height: 1.6;
}

.home-product-card,
.home-category-card,
.home-story-card,
.home-spotlight {
  display: block;
}

.home-product-card__media,
.home-story-card__media,
.home-category-card__visual,
.home-brand-media,
.home-spotlight {
  overflow: hidden;
  border-radius: 0.08rem;
}

.home-product-card__media {
  position: relative;
  margin-bottom: 0.24rem;
  background: #ffffff;
  aspect-ratio: 3 / 4;
}

.home-product-card__media img,
.home-story-card__media img,
.home-category-card__visual img,
.home-brand-media img,
.home-spotlight__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.home-product-card:hover .home-product-card__media img,
.home-story-card:hover .home-story-card__media img,
.home-category-card:hover .home-category-card__visual img,
.home-spotlight:hover .home-spotlight__image {
  transform: scale(1.05);
}

.home-product-card__body {
  display: block;
}

.home-product-card__body--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.16rem;
}

.home-product-card__title {
  margin: 0;
  color: #1c1b1b;
  font-size: 0.24rem;
  line-height: 1.35;
  font-weight: 600;
}

.home-product-card__title--lg {
  margin-bottom: 0.08rem;
  font-size: 0.266667rem;
  font-weight: 700;
}

.home-product-card__meta {
  min-height: 0.44rem;
  margin: 0 0 0.12rem;
  color: #4e4639;
  font-size: 0.186667rem;
  line-height: 1.5;
}

.home-price {
  margin: 0;
  color: #c5a059;
  font-size: 0.24rem;
  font-weight: 600;
  white-space: nowrap;
}

.home-price--inline {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  white-space: normal;
}

.home-price__old {
  color: rgba(78, 70, 57, 0.6);
  font-size: 0.186667rem;
  text-decoration: line-through;
}

.home-badge {
  position: absolute;
  top: 0.16rem;
  left: 0.16rem;
  z-index: 2;
  padding: 0.04rem 0.12rem;
  border-radius: 0.04rem;
  background: #c8102e;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.home-tab-module__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  margin-bottom: 0.48rem;
  border-bottom: 1px solid rgba(209, 197, 180, 0.2);
}

.home-tab-module__button {
  position: relative;
  padding: 0 0 0.16rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #4e4639;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-tab-module__button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.01rem;
  left: 0;
  height: 0.02rem;
  background: #c5a059;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.home-tab-module__button.is-active {
  color: #c5a059;
}

.home-tab-module__button.is-active::after {
  opacity: 1;
}

.home-tab-module__pane.is-active {
  display: block;
}

.home-category-grid {
  max-width: 10rem;
  margin: 0 auto;
}

.home-category-card {
  text-align: center;
}

.home-category-card__visual {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto 0.24rem;
  border: 1px solid rgba(209, 197, 180, 0.2);
  border-radius: 50%;
}

.home-category-card__label {
  display: inline-block;
  color: #1c1b1b;
  font-size: 0.186667rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-category-card:hover .home-category-card__visual {
  border-color: #c5a059;
}

.home-category-card:hover .home-category-card__label {
  color: #c5a059;
}

.home-spotlight {
  position: relative;
  min-height: 6rem;
  aspect-ratio: 4 / 5;
}

.home-spotlight__image,
.home-spotlight__overlay {
  position: absolute;
  inset: 0;
}

.home-spotlight__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.home-spotlight__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.24rem;
  padding: 0.48rem;
}

.home-spotlight__title {
  color: #ffffff;
  font-size: 0.4rem;
  line-height: 1.15;
}

.home-awards {
  max-width: 8rem;
  margin: 0 auto;
  text-align: center;
}

.home-award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-award-card strong {
  margin-bottom: 0.08rem;
  color: #c5a059;
  font-size: 0.4rem;
  line-height: 1;
}

.home-award-card span {
  color: rgba(28, 27, 27, 0.8);
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-member,
.home-business,
.home-faq {
  max-width: 8rem;
  margin: 0 auto;
}

.home-story-card__media {
  margin-bottom: 0.16rem;
  background: #e5e2e1;
  aspect-ratio: 16 / 9;
}

.home-story-card__meta {
  display: block;
  margin-bottom: 0.08rem;
  color: #c5a059;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-story-card__title {
  margin: 0;
  color: #1c1b1b;
  font-size: 0.266667rem;
  line-height: 1.35;
  font-weight: 700;
}

.home-story-card__date {
  margin: 0.08rem 0 0;
  color: rgba(78, 70, 57, 0.7);
  font-size: 0.186667rem;
}

.home-brand-media {
  aspect-ratio: 4 / 3;
  background: #e5e2e1;
}

.home-review-card {
  height: 100%;
  padding: 0.32rem;
  border: 1px solid rgba(209, 197, 180, 0.1);
  border-radius: 0.08rem;
  background: #ffffff;
  box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.04);
}

.home-review-card__stars {
  margin-bottom: 0.24rem;
  color: #c5a059;
  font-size: 0.24rem;
  letter-spacing: 0.04em;
}

.home-review-card__quote {
  margin: 0 0 0.24rem;
  color: #1c1b1b;
  font-size: 0.24rem;
  line-height: 1.6;
  font-style: italic;
}

.home-review-card__name {
  margin: 0;
  color: #1c1b1b;
  font-weight: 700;
}

.home-review-card__role {
  margin: 0.04rem 0 0;
  color: #4e4639;
  font-size: 0.186667rem;
}

.home-partner-strip {
  padding: 0.64rem 0.8rem;
  border-top: 1px solid rgba(209, 197, 180, 0.2);
  border-bottom: 1px solid rgba(209, 197, 180, 0.2);
  background: #ffffff;
  text-align: center;
}

.home-partner-strip__label {
  margin: 0 0 0.32rem;
  color: #4e4639;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-partner-strip__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.24rem 0.64rem;
  color: rgba(28, 27, 27, 0.6);
  font-size: 0.24rem;
  font-weight: 700;
}

.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.home-faq__item {
  border: 1px solid rgba(209, 197, 180, 0.2);
  border-radius: 0.08rem;
  background: #ffffff;
}

.home-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
  padding: 0.24rem;
  color: #1c1b1b;
  font-size: 0.24rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.home-faq__summary::-webkit-details-marker {
  display: none;
}

.home-faq__icon {
  color: #775a19;
  font-size: 0.266667rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.home-faq__item[open] .home-faq__icon {
  transform: rotate(180deg);
}

.home-faq__panel {
  padding: 0 0.24rem 0.24rem;
  color: #4e4639;
  font-size: 0.186667rem;
  line-height: 1.6;
}


@media (max-width: 991.98px) {

  .home-section,
  .home-partner-strip {
    padding-right: 0.48rem;
    padding-left: 0.48rem;
  }

  .home-hero {
    min-height: 5rem;
    aspect-ratio: auto;
  }

  .home-hero__content {
    width: min(100% - 0.96rem, 4.8rem);
    margin-left: 0.48rem;
  }

  .home-hero__title {
    font-size: 0.48rem;
  }

  .home-feature-stack {
    margin-top: 0.32rem;
  }

  .home-spotlight {
    min-height: 5.2rem;
  }

  .home-partner-strip__logos {
    gap: 0.24rem 0.4rem;
    font-size: 0.293333rem;
  }
}

@media (max-width: 575.98px) {
  .home-section,
  .home-partner-strip {
    padding-right: 0.32rem;
    padding-left: 0.32rem;
  }

  .home-heading,
  .home-heading--cta {
    font-size: 0.4rem;
  }

  .home-hero {
    min-height: 4.2rem;
  }

  .home-hero__content {
    width: calc(100% - 0.64rem);
    margin-left: 0.32rem;
  }

  .home-hero__title {
    font-size: 0.4rem;
  }

  .home-hero__copy,
  .home-body,
  .home-copy,
  .home-review-card__quote {
    font-size: 0.213333rem;
  }

  .home-btn {
    width: 100%;
  }

  .home-tab-module__head {
    gap: 0.2rem;
  }

  .home-tab-module__button {
    font-size: 0.146667rem;
  }

  .home-category-card__visual {
    width: 1.32rem;
    height: 1.32rem;
  }

  .home-spotlight {
    min-height: 4.4rem;
  }

  .home-spotlight__content {
    padding: 0.32rem;
  }

  .home-spotlight__title {
    font-size: 0.32rem;
  }

  .home-partner-strip__logos {
    font-size: 0.24rem;
    gap: 0.16rem 0.28rem;
  }
}
