.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 9.5rem 0 5rem;
  overflow: hidden;
}

.hero-slider,
.hero-slide,
.hero-overlay,
.hero-top-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-top-overlay {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(10, 20, 25, 0.78) 0%,
    rgba(10, 20, 25, 0.42) 18%,
    rgba(10, 20, 25, 0) 36%
  );
}

.hero-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(255, 220, 29, 0.08) 0%, transparent 28%),
    linear-gradient(180deg, rgba(17, 27, 33, 0.28) 0%, rgba(17, 27, 33, 0.46) 58%, rgba(17, 27, 33, 0.68) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-content h1 {
  font-size: clamp(2.9rem, 6.2vw, 5.2rem);
  line-height: 1.02;
  color: var(--color-white);
  margin-bottom: 1.2rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  margin: 0 auto 2.1rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn--hero {
  min-height: 66px;
  padding: 0 1.9rem;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 999px;
}

.btn--hero i {
  font-size: 1.05rem;
}

.hero-section .btn--ghost.btn--hero {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-section .btn--ghost.btn--hero:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transition: var(--transition);
}

.hero-dot.is-active {
  width: 38px;
  border-radius: 999px;
  background: var(--color-accent);
}

.home-about-section {
  padding: 7rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f4 100%);
}

.home-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.home-about-content h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1.25rem;
  max-width: 860px;
}

.home-about-content p + p {
  margin-top: 1rem;
}

.home-about-content .section-actions {
  margin-top: 1.8rem;
}

.home-about-sticky {
  position: sticky;
  top: 7.5rem;
}

.home-about-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-about-metric-card {
  min-height: 210px;
  padding: 1.35rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f6 100%);
  border: 1px solid rgba(0, 67, 91, 0.08);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: var(--transition);
}

.home-about-metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(18, 30, 36, 0.08);
  border-color: rgba(0, 67, 91, 0.14);
}

.home-about-metric-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 67, 91, 0.07);
  color: var(--color-primary);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.home-about-metric-card strong {
  display: block;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-title);
  margin-bottom: 0.6rem;
}

.home-about-metric-card span {
  display: block;
  color: var(--color-text-soft);
  line-height: 1.6;
  font-weight: 700;
  font-size: 0.96rem;
}

.brands-section {
  padding: 7rem 0;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.brand-card {
  min-height: 122px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 67, 91, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.brand-card span {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(0, 67, 91, 0.32);
  transition: var(--transition);
}

.brand-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 67, 91, 0.18);
  box-shadow: 0 22px 42px rgba(15, 28, 35, 0.08);
}

.brand-card:hover span {
  color: var(--color-primary);
}

.categories-section {
  padding: 7rem 0;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.category-card {
  position: relative;
  min-height: 540px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.category-card__image,
.category-card__overlay {
  position: absolute;
  inset: 0;
}

.category-card__image {
  background-size: cover;
  background-position: center;
  transition: transform 1.2s ease;
}

.category-card__overlay {
  background: linear-gradient(180deg, rgba(13, 18, 21, 0.06) 0%, rgba(13, 18, 21, 0.72) 100%);
}

.category-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2rem;
}

.category-card__content h3 {
  color: var(--color-white);
  font-size: 1.65rem;
  margin-bottom: 0.9rem;
}

.category-card:hover .category-card__image {
  transform: scale(1.06);
}

.catalog-cta-section {
  padding: 7rem 0;
}

.catalog-cta-card {
  background: linear-gradient(135deg, #ffffff 0%, #f5f6f2 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 67, 91, 0.08);
  box-shadow: 0 24px 60px rgba(20, 33, 39, 0.08);
  display: grid;
  grid-template-columns: 1.2fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.7rem;
}

.catalog-cta-card__content h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-bottom: 1rem;
}

.catalog-cta-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.catalog-cta-card .btn--ghost {
  color: var(--color-primary);
  border-color: rgba(0, 67, 91, 0.15);
}

.catalog-cta-card .btn--ghost:hover {
  background: rgba(0, 67, 91, 0.04);
}

.footer-newsletter-section {
  background: #0f1c22;
  padding: 2.2rem 0;
}

.footer-newsletter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 2rem;
  align-items: center;
}

.footer-newsletter__content {
  min-width: 0;
}

.footer-newsletter__content h2 {
  margin: 0 0 0.45rem;
  color: var(--color-white);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.footer-newsletter__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.footer-newsletter__form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.8rem;
  align-items: center;
}

.footer-newsletter__form .form-group {
  margin: 0;
  position: relative;
  z-index: 1;
}

.footer-newsletter__form input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-white);
  padding: 0 1rem;
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s ease, background 0.3s ease, opacity 0.35s ease, transform 0.35s ease;
}

.footer-newsletter__form input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.footer-newsletter__form input:focus {
  border-color: rgba(255, 220, 29, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.footer-newsletter__submit {
  position: relative;
  z-index: 3;
  min-height: 56px;
  padding-inline: 1.45rem;
  white-space: nowrap;
  overflow: hidden;
  transition: min-width 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s ease;
}

.footer-newsletter__submit-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-newsletter__status {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 56px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 1.2rem;
  z-index: 4;
  overflow: hidden;
  white-space: nowrap;
  transition:
    width 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    visibility 0.28s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.footer-newsletter__status-icon {
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.footer-newsletter__status-text {
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
}

.footer-newsletter__form.is-loading .footer-newsletter__status,
.footer-newsletter__form.is-success .footer-newsletter__status,
.footer-newsletter__form.is-error .footer-newsletter__status {
  width: calc(100% + 0px);
  opacity: 1;
  visibility: visible;
}

.footer-newsletter__form.is-loading .footer-newsletter__status {
  background: linear-gradient(135deg, #ffdc1d 0%, #ffd000 100%);
  color: #132026;
}

.footer-newsletter__form.is-success .footer-newsletter__status {
  background: linear-gradient(135deg, #ffffff 0%, #eef8ef 100%);
  color: #123020;
}

.footer-newsletter__form.is-error .footer-newsletter__status {
  background: linear-gradient(135deg, #ffffff 0%, #fff0f0 100%);
  color: #7a1f1f;
}

.footer-newsletter__form.is-loading .form-group,
.footer-newsletter__form.is-success .form-group,
.footer-newsletter__form.is-error .form-group {
  pointer-events: none;
}

.footer-newsletter__form.is-loading input,
.footer-newsletter__form.is-success input,
.footer-newsletter__form.is-error input {
  opacity: 0.25;
  transform: scale(0.985);
}

.footer-newsletter__form.is-loading .footer-newsletter__submit-label,
.footer-newsletter__form.is-success .footer-newsletter__submit-label,
.footer-newsletter__form.is-error .footer-newsletter__submit-label {
  opacity: 0;
  transform: translateX(10px);
}

.footer-newsletter__form.is-loading .footer-newsletter__submit,
.footer-newsletter__form.is-success .footer-newsletter__submit,
.footer-newsletter__form.is-error .footer-newsletter__submit {
  min-width: 100%;
}

.footer-newsletter__status-icon .fa-spinner {
  animation: footerNewsletterSpin 0.9s linear infinite;
}

@keyframes footerNewsletterSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.featured-products-v2-section {
  padding: 7rem 0;
  background: linear-gradient(180deg, #f7f6f1 0%, #f1f3f1 100%);
  overflow: hidden;
}

.featured-products-v2-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.featured-products-v2-heading__content {
  max-width: 780px;
}

.featured-products-v2-heading__content .section-eyebrow {
  margin-bottom: 1rem;
}

.featured-products-v2-heading__content h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 0.95rem;
  max-width: 850px;
}

.featured-products-v2-heading__content p {
  margin: 0;
  max-width: 720px;
}

.featured-products-v2-heading__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
}

.featured-products-v2-heading__action .btn {
  min-height: 56px;
  padding: 0 1.5rem;
  white-space: nowrap;
}

.featured-products-v2-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.featured-products-v2-track {
  display: flex;
  width: 100%;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.featured-products-v2-page {
  min-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  box-sizing: border-box;
}

.featured-products-v2-card {
  width: 100%;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid rgba(0, 67, 91, 0.08);
  box-shadow: var(--shadow-sm);
}

.featured-products-v2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(18, 30, 36, 0.1);
}

.featured-products-v2-card__image {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.featured-products-v2-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.featured-products-v2-card:hover .featured-products-v2-card__image img {
  transform: scale(1.06);
}

.featured-products-v2-card__body {
  padding: 1.2rem;
}

.featured-products-v2-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(0, 67, 91, 0.08);
  color: var(--color-primary);
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 0.9rem;
}

.featured-products-v2-card__body h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.featured-products-v2-card__body p {
  color: var(--color-text-soft);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

.featured-products-v2-brand-name {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--color-title);
  font-weight: 800;
  font-size: 0.85rem;
}

.featured-products-v2-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  margin-top: 2rem;
}

.featured-products-v2-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(0, 67, 91, 0.2);
  transition: var(--transition);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.featured-products-v2-dot:hover {
  background: rgba(0, 67, 91, 0.38);
}

.featured-products-v2-dot.is-active {
  width: 38px;
  background: var(--color-accent);
}

.featured-products-v2-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.featured-products-v2-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.featured-products-v2-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(27, 33, 37, 0.55);
  backdrop-filter: blur(10px);
}

.featured-products-v2-modal__dialog {
  position: relative;
  width: min(92vw, 980px);
  margin: 3rem auto;
  background: var(--color-white);
  border-radius: 28px;
  overflow: hidden;
  z-index: 2;
  border: 1px solid rgba(0, 67, 91, 0.08);
  box-shadow: var(--shadow-sm);
}

.featured-products-v2-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
  z-index: 3;
  box-shadow: var(--shadow-sm);
  border: 0;
  cursor: pointer;
}

.featured-products-v2-modal__media {
  width: 100%;
  height: min(78vh, 760px);
  background: #eef1f0;
}

.featured-products-v2-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-products-v2-modal__caption {
  padding: 1.1rem 1.25rem 1.3rem;
  font-weight: 800;
  color: var(--color-title);
}