/* =========================================================
   Infinity Menu — PREMIUM LAYER
   Camada editorial sobreposta. Mantém a paleta original
   (yellow/orange/black) e eleva tipografia, espaçamento,
   movimento e textura. Não redefine cores da marca.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700&family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root{
  --font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", "Inter", system-ui, sans-serif;
  --cream: #FBF7F0;
  --ink: #141311;
  --ink-soft: #4a4741;
  --hair: rgba(20,19,17,0.10);
  --shadow-soft: 0 12px 40px -18px rgba(20,19,17,0.22);
  --shadow-card: 0 1px 2px rgba(20,19,17,0.04), 0 14px 28px -18px rgba(20,19,17,0.18);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* Textura de papel sutil — sofisticação visual */
body{
  font-family: var(--font-body);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(249,198,59,0.06), transparent 60%),
    radial-gradient(900px 500px at 110% 10%, rgba(242,149,67,0.05), transparent 55%),
    var(--white);
}

/* Selection refinada */
::selection{ background: var(--yellow); color: var(--ink); }

/* ---------- TIPOGRAFIA EDITORIAL ---------- */
h1, h2, h3, .hero h1, .about-text h2, #produtos h2, #portfolio h2,
.contact-section h2, .reviews-head h2, .footer-col h3{
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  font-feature-settings: "ss01","ss02";
}

.hero h1{
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hero h1 em,
.lp-headline em{
  font-style: italic;
  font-variation-settings: "SOFT" 100, "WONK" 1;
  color: var(--orange-dark);
}

.about-text h2, #produtos h2, #portfolio h2, .contact-section h2, .reviews-head h2{
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.hero .kicker{
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: .72rem;
  color: var(--orange-dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero .kicker::before{
  content: "";
  width: 28px; height: 1px;
  background: var(--orange-dark);
  display: inline-block;
  opacity: .6;
}

.hero .lead, .about-text p, .contact-desc{
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 58ch;
}

/* ---------- NAVBAR REFINADA ---------- */
.navbar{
  background: rgba(255,255,255,0.78);
  border-bottom: 1px solid var(--hair);
  box-shadow: none;
}

.brand-name{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.nav-links a{
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: .01em;
  position: relative;
}

.nav-links a::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-6px;
  height:1px; background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.nav-links a:hover::after{ transform: scaleX(1); }

.btn-cotacao{
  background: var(--ink) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.btn-cotacao:hover{
  background: var(--orange-dark) !important;
  transform: translateY(-1px);
}

/* ---------- CTA PREMIUM ---------- */
.btn-cta, .btn-catalogo, .lp-header-cta, .contact-button{
  font-family: var(--font-body) !important;
  font-weight: 600;
  letter-spacing: .01em;
  border-radius: 999px !important;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease) !important;
}
.btn-cta{
  box-shadow: 0 10px 24px -10px rgba(216,121,46,0.55);
}
.btn-cta:hover, .btn-catalogo:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(216,121,46,0.65);
}

.btn-cta-outline{
  border-radius: 999px !important;
  border: 1px solid var(--ink) !important;
  font-weight: 500 !important;
}

/* ---------- HERO: composição editorial ---------- */
.hero{
  position: relative;
  overflow: hidden;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(600px 260px at 85% 30%, rgba(249,198,59,0.14), transparent 60%),
    radial-gradient(520px 220px at 10% 80%, rgba(242,149,67,0.10), transparent 65%);
  pointer-events:none;
  z-index: 0;
}
.hero .inner{ position: relative; z-index: 1; }

.carousel{
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

/* ---------- SEÇÕES: respiração e hairlines ---------- */
.section, .about-section, .contact-section{
  padding-top: clamp(72px, 8vw, 120px);
  padding-bottom: clamp(72px, 8vw, 120px);
}

.section > h2, .reviews-head h2{
  position: relative;
  display: inline-block;
}
.section > h2::after{
  content:"";
  display:block;
  width: 46px; height: 2px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--yellow), var(--orange));
}

/* ---------- PRODUTO DESTAQUE: cartão editorial ---------- */
.produto-destaque{
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  position: relative;
}
.produto-destaque:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 48px -24px rgba(20,19,17,0.22);
}
.produto-destaque img{
  transition: transform 1.2s var(--ease);
}
.produto-destaque:hover img{ transform: scale(1.04); }

.produto-destaque h3{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
.produto-destaque-info p{
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.6;
}

/* ---------- REVIEWS MARQUEE ---------- */
.reviews-section{
  background:
    linear-gradient(180deg, #fff, var(--cream));
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.reviews-head h2{
  display:inline-block;
}
.reviews-head > p{
  color: var(--ink-soft);
  font-size: 1rem;
}
.reviews-rating{
  background: #fff;
  border: 1px solid var(--hair);
  font-family: var(--font-body);
}
.review-card{
  border-radius: 18px;
  border: 1px solid var(--hair);
  background: #fff;
  box-shadow: var(--shadow-card);
}
.review-card .review-text{
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 1.02rem;
  color: var(--ink);
  line-height: 1.55;
}
.review-meta strong{ font-family: var(--font-body); font-weight: 700; }
.review-meta span{ color: var(--ink-soft); }
.review-avatar{
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .02em;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  color: var(--ink);
}

/* ---------- CONTATO ---------- */
.contact-section{ background: var(--cream); }
.contact-item h3{
  font-family: var(--font-body);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--orange-dark);
  font-weight: 700;
}

/* ---------- FOOTER ---------- */
.footer{
  background: var(--ink);
  color: #eae6df;
}
.footer-col h3{
  font-family: var(--font-display);
  font-weight: 500;
  color: #fff;
}
.footer a{ color: #eae6df; }
.footer a:hover{ color: var(--yellow); }
.footer-bottom{ border-top: 1px solid rgba(255,255,255,0.08); color: #a39d91; }

/* ---------- MICROINTERAÇÕES & REVEAL ---------- */
section{ opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
section.show{ opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
  section{ opacity:1; transform:none; }
}

/* ---------- LANDING: refinamentos ---------- */
.lp-body{ font-family: var(--font-body); background: var(--cream); }
.lp-headline{
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.02;
}
.lp-subheadline, .lp-form-subtitle{ color: var(--ink-soft); }
.lp-form-title{
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.lp-form-card{
  border-radius: 22px;
  border: 1px solid var(--hair);
  box-shadow: 0 32px 60px -30px rgba(20,19,17,0.28);
}
.lp-badge, .lp-form-badge{
  font-family: var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 600;
}
.lp-topbar{
  background: var(--ink);
  color: #eae6df;
  font-size: .82rem;
  letter-spacing: .04em;
}

/* ---------- ETIQUETA "DOIS PRODUTOS" ---------- */
.lp-dual{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--hair);
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 4px 14px -8px rgba(20,19,17,0.18);
}
.lp-dual .dot{
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}

/* Linhas hairlines elegantes */
.hair{
  height: 1px;
  background: var(--hair);
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-width);
}
