/* Nonchat homepage — compact editorial retail styling. */
.home {
  --nc-yellow: var(--brand-yellow, #f3b400);
  --nc-yellow-dark: #b97d00;
  --nc-ink: #171717;
  --nc-muted: #6a6a66;
  --nc-line: #deded8;
  --nc-soft: #f5f5f1;
  --nc-card: #fff;
  color: var(--nc-ink);
  background: #fff;
}

.home #main {
  overflow: hidden;
  background: #fff;
}

.home .nc-shell {
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
}

.home .nc-eyebrow {
  margin: 0 0 7px !important;
  color: var(--nc-yellow-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home .nc-home-hero {
  overflow: hidden;
}

.nc-home-hero .img .img-inner {
  padding-top: 50% !important;
}

.home .nc-home-slider .flickity-page-dots {
  bottom: 16px;
}

.home .nc-home-slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  border: 0;
  background: #fff;
  opacity: 0.52;
}

.home .nc-home-slider .flickity-page-dots .dot.is-selected {
  width: 24px;
  border-radius: 2px;
  background: var(--nc-yellow);
  opacity: 1;
}

.home .nc-home-intro {
  padding: 42px 0 28px;
  background: #fff;
}

.home .nc-intro-copy {
  max-width: 760px;
  margin: 0 auto 28px;
}

.home .nc-intro-copy h1 {
  max-width: 720px;
  margin: 0 auto 12px;
  color: var(--nc-ink);
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.home .nc-intro-copy .nc-lead {
  max-width: 640px;
  margin: 0 auto;
  color: var(--nc-muted);
  font-size: 16px;
  line-height: 1.6;
}

.home .nc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--nc-line);
  border-bottom: 1px solid var(--nc-line);
}

.home .nc-benefit {
  min-width: 0;
  padding: 17px 20px;
}

.home .nc-benefit + .nc-benefit {
  border-left: 1px solid var(--nc-line);
}

.home .nc-benefit-copy,
.home .nc-benefit-copy p {
  margin: 0;
}

.home .nc-benefit-copy p:first-child {
  margin-bottom: 3px;
}

.home .nc-benefit-copy strong {
  color: var(--nc-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.home .nc-benefit-copy p:last-child {
  color: var(--nc-muted);
  font-size: 12px;
  line-height: 1.4;
}

.home .nc-section,
.home .nc-product-section {
  padding: 48px 0;
}

.nc-product-section--warm .container .row-small:not(.row-collapse) {
  margin-left: -6px;
  margin-right: -6px;
}

.home .nc-section-intro {
  max-width: 660px;
  margin: 0 auto 25px;
}

.home .nc-section-intro h2,
.home .nc-section-heading h2 {
  margin: 0;
  color: var(--nc-ink);
  font-size: clamp(26px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.home .nc-section-heading h2 {
  background-color: var(--fs-color-primary);
  padding: 0px 10px;
  line-height: unset;
}

.home .nc-section-heading h2 {
  position: relative;
  display: inline-block;
  background: var(--fs-color-primary);
  padding: 0 12px;
  z-index: 1;
}

/* Cánh xiên bên trái */
.home .nc-section-heading h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20.9px;
  width: 21px;
  background: var(--fs-color-primary);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

/* Cánh xiên bên phải */
.home .nc-section-heading h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20.9px;
  width: 21px;
  background: var(--fs-color-primary);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: -1;
}

.home .nc-section-intro > p:last-child {
  margin: 9px 0 0;
  color: var(--nc-muted);
  font-size: 14px;
}

.home .nc-category-grid.row {
  margin-inline: -5px !important;
}

.home .nc-category-grid .product-category.col {
  padding: 5px;
}

.home .nc-category-grid .col-inner {
  height: 100%;
}

.home .nc-category-grid .box-category {
  height: 100%;
  padding: 8px 8px 10px;
  overflow: hidden;
  border: 1px solid var(--nc-line);
  border-radius: 7px;
  background: var(--nc-card);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.home .nc-category-grid a:hover .box-category,
.home .nc-category-grid a:focus-visible .box-category {
  border-color: #b99942;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
}

.home .nc-category-grid .box-image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 4px;
  background: #f8f8f5;
}

.home .nc-category-grid .box-image > div,
.home .nc-category-grid .box-image img {
  width: 100%;
  height: 100%;
}

.home .nc-category-grid .box-image img {
  object-fit: contain;
}

.home .nc-category-grid .box-text {
  padding: 11px 2px 1px;
}

.home .nc-category-grid .header-title {
  color: var(--nc-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.home .nc-product-section {
  background: #fff;
}

.home .nc-product-section--warm {
  background: var(--nc-soft);
}

.home .nc-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  margin-bottom: 22px;
  border-bottom: 2px solid;
}

.home .nc-section-heading-copy,
.home .nc-section-heading-copy p,
.home .nc-section-action,
.home .nc-section-action p {
  margin: 0;
}

.home .nc-section-action {
  text-align: center;
  margin-top: 20px;
}

.home .nc-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #aaa89f;
  border-radius: 4px;
  color: var(--nc-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.home .nc-view-all:hover,
.home .nc-view-all:focus-visible {
  border-color: var(--nc-yellow);
  background: var(--nc-yellow);
  color: #15120a;
}

.home .nc-product-section .products.row {
  margin-inline: -6px !important;
}

.home .nc-product-section .product-small.col {
  padding: 6px;
  padding-bottom: 12px;
}

.home .nc-product-section .product-small .col-inner,
.home .nc-product-section .product-small .product-small,
.home .nc-product-section .product-small.box {
  height: 100%;
}

.home .nc-product-section .product-small.box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--nc-line);
  border-radius: 7px;
  background: #fff;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.home .nc-product-section .product-small.box:hover {
  border-color: #b99942;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.09);
}

.home .nc-product-section .box-image {
  overflow: hidden;
  background: #f8f8f5;
}

.home .nc-product-section .box-image img {
  transition: transform 220ms ease;
}

.home .nc-product-section .product-small.box:hover .box-image img {
  transform: scale(1.025);
}

.home .nc-product-section .product-small .box-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 13px 13px 15px;
  text-align: left;
}

.home .nc-product-section .product-title {
  margin: 0 0 8px;
}

.home .nc-product-section .product-title a {
  min-height: 40px;
  color: var(--nc-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.home .nc-product-section .price-wrapper {
  margin-top: auto;
}

.home .nc-product-section span.amount {
  color: #b92118;
  font-size: 14px;
  font-weight: 700;
}

.home .nc-product-section del span.amount {
  color: #85857f;
  font-size: 12px;
  font-weight: 600;
}

.home .nc-product-section .badge-container {
  margin: 10px 0 0 10px;
}

.home .nc-product-section .badge-inner {
  border-radius: 3px;
  background: #b92118;
  font-size: 10px;
  font-weight: 700;
}

.home .nc-home-cta {
  padding: 54px 0;
  border-top: 4px solid var(--nc-yellow);
  background: #181818;
}

.home .nc-cta-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 52px;
}

.home .nc-cta-copy,
.home .nc-cta-copy p,
.home .nc-cta-action,
.home .nc-cta-action p {
  margin: 0;
}

.home .nc-cta-copy {
  max-width: 760px;
}

.home .nc-cta-copy h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.home .nc-cta-copy > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.home .nc-cta-copy .nc-eyebrow {
  margin-bottom: 7px;
  color: var(--nc-yellow);
}

.home .nc-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  min-height: 48px;
  padding: 0 21px;
  border: 2px solid var(--nc-yellow);
  border-radius: 4px;
  background: var(--nc-yellow);
  color: #15120a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.home .nc-cta-button:hover,
.home .nc-cta-button:focus-visible {
  background: transparent;
  color: var(--nc-yellow);
}

.home a:focus-visible {
  outline: 3px solid rgba(243, 180, 0, 0.5);
  outline-offset: 3px;
}

@media (max-width: 849px) {
  .home .nc-shell {
    padding-inline: 18px;
  }

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

  .home .nc-benefit:nth-child(3) {
    border-left: 0;
  }

  .home .nc-benefit:nth-child(n + 3) {
    border-top: 1px solid var(--nc-line);
  }

  .home .nc-cta-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 549px) {
  .home .nc-shell {
    padding-inline: 14px;
  }

  .home .nc-home-slider .flickity-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .home .nc-home-intro {
    padding: 34px 0 22px;
  }

  .home .nc-intro-copy {
    margin-bottom: 22px;
  }

  .home .nc-intro-copy h1 {
    font-size: 28px;
  }

  .home .nc-intro-copy .nc-lead {
    font-size: 14px;
    line-height: 1.58;
  }

  .home .nc-benefit {
    padding: 14px 12px;
  }

  .home .nc-benefit-copy strong {
    font-size: 12px;
  }

  .home .nc-benefit-copy p:last-child {
    font-size: 11px;
  }

  .home .nc-section,
  .home .nc-product-section {
    padding: 38px 0;
  }

  .home .nc-section-intro {
    margin-bottom: 20px;
  }

  .home .nc-section-heading {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .home .nc-product-section .products.row {
    margin-inline: -4px !important;
  }

  .home .nc-product-section .product-small.col {
    padding: 4px;
    padding-bottom: 8px;
  }

  .home .nc-product-section .product-small .box-text {
    padding: 11px 10px 13px;
  }

  .home .nc-product-section .product-title a {
    min-height: 38px;
    font-size: 12.5px;
    line-height: 1.48;
  }

  .home .nc-product-section span.amount {
    font-size: 13px;
  }

  .home .nc-home-cta {
    padding: 42px 0;
  }

  .home .nc-cta-copy h2 {
    font-size: 27px;
  }

  .home .nc-cta-button {
    width: 100%;
  }

  .home .nc-section-heading h2::after {
    right: -20.2px;
  }

  .home .nc-section-heading h2::before {
    left: -20.2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home *,
  .home *::before,
  .home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
