html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(247, 181, 0, 0.12), transparent 22%),
    radial-gradient(circle at bottom right, rgba(229, 57, 53, 0.08), transparent 15%),
    #fffaf2;
}

img {
  display: block;
  max-width: 100%;
}

.gradient-text {
  background: linear-gradient(135deg, #f7b500 0%, #ff7b54 42%, #e53935 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 242, 0.82);
  border-bottom: 1px solid rgba(201, 144, 18, 0.12);
  backdrop-filter: blur(18px);
  min-height: 72px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  width: 72px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(195, 65, 12, 0.12));
}

.nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f7b500 0%, #e53935 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link.active {
  color: #d63d1f;
}

.primary-btn,
.secondary-btn,
.shop-btn,
.promo-btn {
  transition: all 0.25s ease;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f7b500 0%, #e53935 100%);
  color: #fff;
  padding: 0.8rem 1.3rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 35px rgba(229, 57, 53, 0.22);
}

.primary-btn:hover,
.secondary-btn:hover,
.shop-btn:hover,
.promo-btn:hover {
  transform: translateY(-2px);
}

.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.38);
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  padding: 0.9rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-wrap {
  position: relative;
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.7;
}

.orb-left {
  left: -80px;
  top: 90px;
  width: 240px;
  height: 240px;
  background: rgba(247, 181, 0, 0.26);
}

.orb-right {
  right: -30px;
  bottom: 60px;
  width: 280px;
  height: 280px;
  background: rgba(229, 57, 53, 0.18);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 9999px;
  border: 1px solid rgba(231, 70, 35, 0.18);
  background: rgba(255, 244, 205, 0.9);
  color: #8c3d00;
  padding: 0.7rem 0.9rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.16);
}

.main-card {
  right: 20px;
  top: 30px;
  width: min(100%, 560px);
  height: 560px;
}

.main-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-tag {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
}

.tag-left {
  left: 0;
  top: 50px;
  padding: 1rem 1.1rem;
}

.tag-right {
  right: 12px;
  bottom: 24px;
  padding: 1rem 1.2rem;
}

.floating-tag span,
.panel-kicker,
.product-type,
.eyebrow,
.footer-title {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
}

.floating-tag strong,
.footer-title,
.product-name,
.stat-value,
.section-title,
.testimonial h4 {
  color: #111827;
}

.floating-tag span {
  color: #64748b;
}

.floating-tag strong {
  font-size: 1.3rem;
  font-weight: 900;
}

.floating-tag em {
  font-size: 0.8rem;
  color: #f97316;
  font-style: normal;
  font-weight: 800;
}

.feature-band {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.8rem;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.04);
  padding: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1.2rem;
  background: rgba(248, 250, 252, 0.8);
  padding: 1rem 1.2rem;
}

.feature-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #f97316;
  font-size: 1.3rem;
}

.feature-item h3 {
  font-weight: 800;
  color: #0f172a;
}

.feature-item p {
  color: #64748b;
  font-size: 0.82rem;
  margin-top: 0.2rem;
}

.eyebrow {
  color: #f97316;
}

.section-title {
  margin-top: 0.8rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.filter-btn,
.gallery-btn,
.social-link {
  transition: all 0.25s ease;
}

.filter-btn {
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.7);
  padding: 0.8rem 1.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #334155;
}

.filter-btn:hover,
.filter-btn.active {
  background: linear-gradient(135deg, #f7b500 0%, #e53935 100%);
  color: white;
  border-color: transparent;
  box-shadow: 0 14px 24px rgba(229, 57, 53, 0.22);
}

.product-card {
  position: relative;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 1rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.1);
}

.product-card.hidden {
  display: none;
}

.product-image-wrap {
  overflow: hidden;
  border-radius: 1.4rem;
}

.product-image-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.05);
}

.product-type {
  color: #64748b;
}

.product-name {
  margin-top: 0.5rem;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.3;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-badge.hot { background: #fff4d6; color: #b75d00; }
.product-badge.new { background: #fff1f2; color: #be123c; }
.product-badge.trend { background: #fff6d9; color: #ca8a04; }
.product-badge.fresh { background: #fff0dc; color: #b45309; }
.product-badge.limited { background: #fff1f2; color: #e53935; }
.product-badge.popular { background: #fffaf0; color: #b45309; }

.price {
  font-size: 1.35rem;
  font-weight: 900;
  color: #0f172a;
}

.meta {
  margin-top: 0.18rem;
  color: #64748b;
  font-size: 0.85rem;
}

.shop-btn {
  border: none;
  border-radius: 9999px;
  background: #111827;
  color: white;
  padding: 0.78rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-slider {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 440px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: scale(1.02);
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.slide-caption {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.slide-caption p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.slide-caption h3 {
  margin-top: 0.5rem;
  font-size: 2rem;
  font-weight: 900;
}

.gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-size: 1.25rem;
}

.gallery-btn:hover {
  background: rgba(249, 115, 22, 0.2);
  border-color: rgba(251, 146, 60, 0.5);
}

.feature-panel,
.testimonial {
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1.75rem;
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.08);
}

.feature-panel {
  padding: 1.5rem;
}

.feature-panel ul {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.7;
}

.feature-panel li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.feature-panel li::before {
  content: '✦';
  color: #fbbf24;
  font-size: 0.8rem;
  line-height: 1.8;
}

.promo-panel {
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #f7b500 0%, #e53935 100%);
  padding: 1.7rem 1.5rem;
  color: white;
  box-shadow: 0 24px 46px rgba(229, 57, 53, 0.25);
}

.promo-panel p {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.85;
}

.promo-panel h3 {
  margin-top: 0.9rem;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.1;
  font-weight: 900;
}

.promo-panel span {
  display: block;
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.82);
}

.promo-btn {
  display: inline-flex;
  margin-top: 1.4rem;
  border-radius: 9999px;
  background: white;
  color: #111827;
  padding: 0.8rem 1.3rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial {
  background: rgba(255, 255, 255, 0.85);
  padding: 1.5rem;
}

.testimonial p {
  color: #475569;
  line-height: 1.8;
  font-size: 1rem;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #c2410c;
  font-weight: 900;
}

.testimonial h4 {
  font-weight: 800;
}

.testimonial span {
  color: #64748b;
  font-size: 0.82rem;
}

.footer-logo {
  width: 220px;
  border-radius: 1rem;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.footer-title {
  color: #f8fafc;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.7rem;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.footer-list a {
  transition: color 0.2s ease;
}

.footer-list a:hover {
  color: #fff;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.social-link:hover {
  background: rgba(249, 115, 22, 0.2);
  color: #fed7aa;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero-visual {
    min-height: 520px;
  }

  .main-card {
    width: min(100%, 480px);
    height: 500px;
  }
}

@media (max-width: 768px) {
  .brand-logo {
    width: 170px;
  }

  .feature-band {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 470px;
  }

  .main-card {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: min(100%, 440px);
    height: 420px;
  }

  .tag-left {
    left: 14px;
    top: 18px;
  }

  .tag-right {
    right: 18px;
    bottom: 10px;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 130px;
  }

  .hero-badge {
    letter-spacing: 0.12em;
    font-size: 0.62rem;
  }

  .hero-visual {
    min-height: 390px;
  }

  .main-card {
    height: 330px;
  }

  .tag-left,
  .tag-right {
    padding: 0.8rem 0.85rem;
  }

  .floating-tag strong {
    font-size: 1rem;
  }

  .slide-caption {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
