section {
  margin-top: 0;
}
.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: var(--dark-bg);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://picsum.photos/1920/1080?grayscale&blur=3') center/cover no-repeat;
  opacity: 0.12;
  filter: blur(2px);
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(184,115,51,0.06) 0%, transparent 60%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-heading {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 76px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dark-heading);
  margin-bottom: 24px;
}
.hero-heading .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px) rotateX(-15deg);
  animation: wordReveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-heading .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) scale(0.8);
  animation: letterReveal 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-heading .copper-word .letter {
  background: var(--copper-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--text-dark-body);
  max-width: 520px;
  margin: 0 auto 36px;
  opacity: 0;
  animation: fadeInUp 0.6s ease 1.2s forwards;
}
.hero-cta {
  opacity: 0;
  animation: fadeInUp 0.6s ease 1.5s forwards;
}
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 56px;
  opacity: 0;
  animation: fadeInUp 0.6s ease 1.8s forwards;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.trust-badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(184,115,51,0.18);
  border: 1px solid rgba(184,115,51,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  backdrop-filter: blur(10px);
}
.trust-badge span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dark-body);
}
/* =========================================
   CTA SECTION
   ========================================= */
.cta-section {
  background: var(--dark-bg);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-glass {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 50px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  position: relative;
}
.cta-section .copper-label {
  margin-bottom: 20px;
}
.cta-section h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 40px;
  color: var(--text-dark-heading);
  margin-bottom: 16px;
}
.cta-section p {
  font-size: 17px;
  color: var(--text-dark-body);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.categories {
  background: var(--dark-charcoal);
  padding: 100px 0;
  position: relative;
}
.categories .container {
  max-width: 1280px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.philosophy {
  margin-top: 0;
  background: var(--dark-bg);
  padding: 120px 0;
  position: relative;
}
.philosophy-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.philosophy h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 42px;
  color: var(--text-dark-heading);
  margin-bottom: 24px;
  line-height: 1.2;
}
.philosophy p {
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.7;
}
.featured-products {
  background: var(--light-bg);
  padding: 100px 0 120px;
  position: relative;
  margin-top: 0;
}
.featured-products .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.featured-products h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 42px;
  color: var(--text-light-heading);
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 28px;
}
.brand-story {
  background: var(--dark-bg);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.brand-story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.brand-story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}
.brand-story-img {
  border-radius: 8px;
  overflow: hidden;
  height: 280px;
}
.brand-story-img:first-child {
  transform: translateY(30px);
}
.brand-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-story-text h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 42px;
  color: var(--text-dark-heading);
  margin-bottom: 20px;
  line-height: 1.2;
}
.brand-story-text p {
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.7;
}

/* =========================================
   HOME PAGE — MOBILE (max-width: 767px)
   ========================================= */
@media (max-width: 767px) {

/* --- Hero --- */
.hero {
  min-height: auto;
  padding: 72px 0 40px;
}
.hero-content {
  max-width: 100%;
}
.hero-heading {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 10px;
}
.hero-sub {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 100%;
}

/* --- Trust Badges --- */
.trust-badges {
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-badge-icon {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.trust-badge span {
  font-size: 11px;
}

/* --- Categories --- */
.categories {
  padding: 48px 0;
}
.category-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.category-card {
  min-height: 160px;
  border-radius: 10px;
}
.category-card-content {
  padding: 12px;
}
.category-card-content h3 {
  font-size: 15px;
}
.category-card .btn-ghost {
  padding: 8px 14px;
  font-size: 11px;
}

/* --- Philosophy --- */
.philosophy {
  padding: 56px 0;
}
.philosophy h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.philosophy p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* --- Featured Products / Bento Grid --- */
.featured-products {
  padding: 48px 0 56px;
}
.featured-products .section-header {
  margin-bottom: 28px;
}
.featured-products h2 {
  font-size: 24px;
}
.bento-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.product-card.featured {
  grid-column: span 1;
  grid-row: span 1;
}
.product-card-img,
.product-card-image {
  height: 140px;
}
.product-card-body {
  padding: 10px;
}
.product-card-name {
  font-size: 14px;
  margin-bottom: 4px;
}
.product-card-price {
  font-size: 14px;
}
.product-card-meta {
  font-size: 11px;
  gap: 4px;
  margin-bottom: 6px;
}
.product-card-footer .btn-primary {
  padding: 10px 14px;
  font-size: 12px;
}

/* --- Brand Story --- */
.brand-story {
  padding: 56px 0;
}
.brand-story-inner {
  grid-template-columns: 1fr;
  gap: 32px;
}
.brand-story-images {
  gap: 12px;
}
.brand-story-img {
  height: 180px;
}
.brand-story-img:first-child {
  transform: none;
}
.brand-story-text h2 {
  font-size: 24px;
  margin-bottom: 14px;
}
.brand-story-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* --- Section Headers (home-specific) --- */
.section-header {
  margin-bottom: 20px;
}
.section-header p {
  font-size: 14px;
}

/* --- Floaters: hide on mobile --- */
.floater {
  display: none;
}

}
