/* ============================================
   TAON — Template de página de coleção (CMS)
   Usado por: moletom.html, camisas.html
   Ordem das seções: banner > coleção principal >
   coleção geral > sobre > FAQ > banner divisório >
   outros produtos > footer (footer vem de taon.css)
   ============================================ */

/* ============ 1. Banner com nome da coleção ============ */
.coll-banner {
  position: relative;
  height: 82vh;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #000000;
}

.coll-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.coll-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.92) 100%);
}

.coll-banner-content {
  position: relative;
  z-index: 2;
  padding: 0 5% 70px;
  width: 100%;
}

.coll-banner-crumb {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.coll-banner-crumb a { color: rgba(255, 255, 255, 0.6); transition: color 0.2s ease; }
.coll-banner-crumb a:hover { color: #ffffff; }

.coll-banner-eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--orange);
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}

.coll-banner-title {
  font-family: var(--font-archivo);
  font-weight: 700;
  font-size: clamp(2.8rem, 6.6vw, 6.8rem);
  line-height: 0.94;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.coll-banner-sub {
  font-weight: 300;
  font-size: clamp(14px, 1.15vw, 19px);
  color: rgba(255, 255, 255, 0.78);
  max-width: 580px;
  margin-top: 22px;
  line-height: 1.6;
}

/* ============ 2. Coleção principal (spotlight) ============ */
.spotlight-section {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 660px;
  background-color: #fafafa;
}

.spotlight-media { position: relative; overflow: hidden; background: #000; }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.spotlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 7%;
  gap: 20px;
}

.spotlight-kicker {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--orange);
  text-transform: uppercase;
}

.spotlight-title {
  font-family: var(--font-archivo);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.1vw, 3.3rem);
  color: #000000;
  text-transform: uppercase;
  line-height: 1.05;
}

.spotlight-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
  max-width: 480px;
}

.spotlight-price-row { display: flex; align-items: baseline; gap: 14px; margin-top: 4px; }
.spotlight-price { font-weight: 700; font-size: 30px; color: #000000; }
.spotlight-old-price { font-weight: 300; font-size: 16px; color: #999999; text-decoration: line-through; }

.spotlight-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange);
  color: #ffffff;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 18px 40px;
  width: fit-content;
  margin-top: 8px;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.spotlight-cta:hover { filter: brightness(1.12); transform: translateY(-2px); }

/* ============ 3. Coleção geral (grid) + 7. Outros produtos ============ */
.section-block { padding: 110px 5%; }
.section-block.tight-top { padding-top: 80px; }
.section-block.on-dark { background-color: #0a0a0a; }

.section-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.section-heading {
  font-family: var(--font-archivo);
  font-weight: 700;
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
  text-transform: uppercase;
  color: #000000;
}

.on-dark .section-heading { color: #ffffff; }

.section-sub { font-weight: 300; font-size: 14px; color: #777777; margin-top: 10px; }
.on-dark .section-sub { color: rgba(255, 255, 255, 0.55); }

.section-link {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.section-link:hover { color: var(--orange); border-color: var(--orange); }
.on-dark .section-link { color: #ffffff; border-color: #ffffff; }
.on-dark .section-link:hover { color: var(--orange); border-color: var(--orange); }

/* ============ 4. Sobre (about split) ============ */
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background-color: #000000;
  color: #ffffff;
}

.about-media { position: relative; overflow: hidden; min-height: 480px; }
.about-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.about-copy {
  padding: 80px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.about-copy.reverse-order { order: -1; }

.about-kicker { font-weight: 700; font-size: 13px; letter-spacing: 0.1em; color: var(--orange); text-transform: uppercase; }

.about-title {
  font-family: var(--font-archivo);
  font-weight: 700;
  font-size: clamp(1.8rem, 2.7vw, 2.9rem);
  text-transform: uppercase;
  line-height: 1.1;
}

.about-text { font-weight: 300; font-size: 16px; line-height: 1.85; color: rgba(255, 255, 255, 0.72); max-width: 480px; }

.about-facts { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 10px; }
.about-fact strong { display: block; font-family: var(--font-archivo); font-weight: 700; font-size: 28px; color: var(--orange); }
.about-fact span { font-size: 12px; color: rgba(255, 255, 255, 0.55); text-transform: uppercase; letter-spacing: 0.06em; }

/* ============ 5. FAQ ============ */
.faq-section { background-color: #ffffff; padding: 110px 5%; }
.faq-wrap { max-width: 900px; margin: 0 auto; }

.faq-eyebrow { text-align: center; font-weight: 700; font-size: 13px; letter-spacing: 0.12em; color: var(--orange); text-transform: uppercase; margin-bottom: 16px; }
.faq-heading { text-align: center; font-family: var(--font-archivo); font-weight: 700; font-size: clamp(1.7rem, 2.5vw, 2.6rem); text-transform: uppercase; color: #000000; margin-bottom: 60px; }

.faq-accordions details { border-top: 1px solid #e6e6e6; }
.faq-accordions details:last-child { border-bottom: 1px solid #e6e6e6; }

.faq-accordions summary {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  padding: 28px 4px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.faq-accordions summary::-webkit-details-marker { display: none; }
.faq-accordions summary::after { content: '+'; font-size: 26px; font-weight: 300; color: var(--orange); transition: transform 0.25s ease; flex-shrink: 0; }
.faq-accordions details[open] summary::after { transform: rotate(45deg); }

.faq-accordions p { font-weight: 300; font-size: 15px; line-height: 1.8; color: #666666; padding: 0 4px 30px; max-width: 720px; }

/* ============ 6. Banner divisório ============ */
.divider-banner {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000000;
  text-align: center;
}

.divider-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.32; }

.divider-banner-content { position: relative; z-index: 2; padding: 0 8%; max-width: 1000px; }

.divider-quote {
  font-family: var(--font-archivo);
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.6rem, 3.6vw, 3.6rem);
  line-height: 1.28;
  text-transform: uppercase;
}

.divider-quote span { color: var(--orange); }

.divider-attribution {
  margin-top: 28px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 900px) {
  .spotlight-section { grid-template-columns: 1fr; }
  .spotlight-media { aspect-ratio: 4 / 5; }

  .about-section { grid-template-columns: 1fr; }
  .about-media { aspect-ratio: 4 / 5; min-height: 0; }
  .about-copy.reverse-order { order: 0; }
}

@media (max-width: 600px) {
  .coll-banner { height: 70vh; }
  .section-block { padding: 80px 6%; }
}
