/* Golden Teak — homepage blocks (spacing, FAQ, features) */

/* Kill default .section 80px padding on homepage */
.page-home .section {
  padding-top: 24px;
  padding-bottom: 28px;
}

/* ========== Unified section spacing on home ========== */
.page-home .home-block {
  padding-top: 24px;
  padding-bottom: 28px;
}

.page-home .home-block-head {
  text-align: center;
  margin: 0 auto 18px;
  padding: 0 20px;
  max-width: 720px;
}

.page-home .home-block-head .tsc-section-title {
  margin-bottom: 0;
}

.page-home .shop-by-categories-section .tsc-section-title,
.page-home .shop-cat-head .tsc-section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 4.5vw, 2.25rem);
  color: #1a150c;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.page-home .home-block-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #64748b;
  margin: 8px 0 0;
  line-height: 1.45;
}

.page-home .gt-features {
  padding: 18px 0 14px;
  background: #fffbf0;
}

.gt-features-panel {
  max-width: 960px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fffdf6 0%, #fff9e8 100%);
  border-radius: 22px;
  border: 1px solid rgba(201, 162, 39, 0.18);
  box-shadow: 0 10px 36px rgba(74, 63, 26, 0.08);
  overflow: hidden;
}

.page-home .shop-by-categories-section {
  padding: 12px 0 24px !important;
  background: #fff;
  overflow: hidden;
}

.page-home .gt-faq {
  padding: 28px 0 36px;
  background: linear-gradient(180deg, #fffbf0 0%, #fef9e8 50%, #fffbf0 100%);
}

@media (max-width: 767.98px) {
  .page-home .home-block {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .page-home .home-block-head {
    margin-bottom: 14px;
  }

  .page-home .gt-features {
    padding: 12px 0 8px;
  }

  .page-home .shop-by-categories-section {
    padding: 8px 0 18px !important;
  }

  .page-home .gt-faq {
    padding: 16px 0 24px;
  }
}

/* ========== VALUE FEATURES ========== */
.gt-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
}

.gt-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  color: inherit;
  border-bottom: 1px solid rgba(201, 162, 39, 0.16);
}

.gt-feature-item:nth-child(odd) {
  border-right: 1px solid rgba(201, 162, 39, 0.16);
}

.gt-feature-item:nth-child(3),
.gt-feature-item:nth-child(4) {
  border-bottom: none;
}

.gt-feature-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 12px 22px rgba(201, 162, 39, 0.22));
}

.gt-feature-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
}

.gt-feature-text {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.86rem, 2.2vw, 1.02rem);
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .gt-feature-item {
    padding: 24px 28px;
    gap: 16px;
  }

  .gt-feature-text {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .page-home .gt-features .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gt-features-grid {
    display: flex;
    gap: 12px;
    max-width: none;
    overflow-x: auto;
    padding: 0 10px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gt-feature-item {
    flex: 0 0 78%;
    max-width: 340px;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
    padding: 14px 14px;
    background: #fff;
    border: 1px solid rgba(201, 162, 39, 0.16) !important;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(74, 63, 26, 0.08);
    scroll-snap-align: start;
  }

  .gt-feature-text {
    font-size: 0.85rem;
    max-width: none;
  }
}

/* ========== SHOP BY CATEGORIES (homepage: shop-cat-aspect.css) ========== */
.page-home .shop-cat-head {
  margin-bottom: 14px !important;
}

/* ========== FAQ — large-number golden theme ========== */
.page-home .gt-faq--tsc {
  padding: 40px 0 48px;
  background: linear-gradient(180deg, #fffbf0 0%, #fffdf6 50%, #fef9e8 100%);
}

.gt-faq--tsc .gt-faq-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.gt-faq-main-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 4.5vw, 2.25rem);
  color: #111827;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.gt-faq--tsc .gt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gt-faq--tsc .gt-faq-item {
  border-bottom: 2px solid #dce8f5;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.gt-faq--tsc .gt-faq-item:first-child {
  border-top: 2px solid #dce8f5;
}

.gt-faq--tsc .gt-faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px 24px;
  padding: 22px 8px 22px 0;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.gt-faq--tsc .gt-faq-q-num {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.75rem, 10vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  color: #e8d5a8;
  min-width: 3.5rem;
  letter-spacing: -0.04em;
}

.gt-faq--tsc .gt-faq-q-text {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  letter-spacing: -0.02em;
  padding-right: 12px;
}

.gt-faq--tsc .gt-faq-toggle {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: #fffdf6;
  color: #8b6914;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.gt-faq--tsc .gt-faq-item.is-open .gt-faq-toggle {
  border-color: #c9a227;
  background: #faecd0;
  color: #5c4f20;
}

.gt-faq--tsc .gt-faq-item.is-open .gt-faq-q-num {
  color: #c9a227;
}

.gt-faq--tsc .gt-faq-answer-panel {
  padding: 0 0 24px  calc(3.5rem + 24px);
}

.gt-faq--tsc .gt-faq-answer-panel[hidden] {
  display: none;
}

.gt-faq--tsc .gt-faq-answer {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6b6350;
  margin: 0;
  max-width: 720px;
}

@media (max-width: 767.98px) {
  .page-home .gt-faq--tsc {
    padding: 28px 0 32px;
  }

  .gt-faq--tsc .gt-faq-inner {
    padding: 0 14px;
  }

  .gt-faq-main-title {
    margin-bottom: 20px;
    font-size: 1.35rem;
  }

  .gt-faq--tsc .gt-faq-question {
    gap: 10px 14px;
    padding: 16px 4px 16px 0;
  }

  .gt-faq--tsc .gt-faq-q-num {
    min-width: 2.5rem;
    font-size: 2.25rem;
    color: #e8d5a8;
  }

  .gt-faq--tsc .gt-faq-q-text {
    font-size: 0.92rem;
  }

  .gt-faq--tsc .gt-faq-toggle {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
  }

  .gt-faq--tsc .gt-faq-answer-panel {
    padding: 0 0 18px 0;
  }
}

/* Comfort corner — base styles in comfort-corner.css */

@media (max-width: 767.98px) {
  .page-home .gt-feature-icon,
  .page-home .gt-feature-icon img {
    width: 64px;
    height: 64px;
  }
}
