/* Catalogo Fazenda Goiabas. Layout original da social media, sem mudanca:
   so as fontes sairam de dentro do HTML para a pasta fontes/. */

@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(fontes/cormorant-400.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url(fontes/cormorant-500.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(fontes/cormorant-600.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(fontes/cormorant-700.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:600;font-display:swap;src:url(fontes/cormorant-600-italico.woff2) format('woff2');}
@font-face{font-family:'Jost';font-style:normal;font-weight:400;font-display:swap;src:url(fontes/jost-400.woff2) format('woff2');}
@font-face{font-family:'Jost';font-style:normal;font-weight:500;font-display:swap;src:url(fontes/jost-500.woff2) format('woff2');}
@font-face{font-family:'Jost';font-style:normal;font-weight:600;font-display:swap;src:url(fontes/jost-600.woff2) format('woff2');}

:root{
  --cream:#f6ecd9;
  --cream-2:#efe0c3;
  --paper:#fbf6ec;
  --wine:#7f1c1f;
  --wine-dark:#5c1417;
  --green:#0b422b;
  --green-dark:#082f1f;
  --ink:#2b1810;
  --ink-soft:#4a352a;
  --gold:#c98a35;
  --sun:#eea23c;
  --navy:#1c3f7a;
  --leaf:#3fa13a;
  --line:rgba(43,24,16,0.14);
}

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{
  background:var(--cream);
  color:var(--ink);
  font-family:'Jost',-apple-system,'Helvetica Neue',Arial,sans-serif;
  -webkit-text-size-adjust:100%;
  overflow-x:hidden;
  line-height:1.5;
}
img{max-width:100%;display:block;}

h1,h2,h3,.script{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:600;
  margin:0;
}

.wrap{max-width:640px;margin:0 auto;position:relative;}

/* ---------- decorative floating bean sprites ---------- */
.beans-layer{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  z-index:1;
}
.bean{
  position:absolute;
  width:54px;
  border-radius:50%;
  opacity:0.85;
  filter:drop-shadow(0 6px 10px rgba(20,10,5,0.18));
  animation-iteration-count:infinite;
  animation-timing-function:ease-in-out;
}
@keyframes driftA{
  0%{transform:translate(-10vw,10px) rotate(-8deg);}
  50%{transform:translate(6vw,-14px) rotate(10deg);}
  100%{transform:translate(-10vw,10px) rotate(-8deg);}
}
@keyframes driftB{
  0%{transform:translate(8vw,-6px) rotate(6deg);}
  50%{transform:translate(-6vw,16px) rotate(-14deg);}
  100%{transform:translate(8vw,-6px) rotate(6deg);}
}
@keyframes driftC{
  0%{transform:translate(0,0) rotate(0deg);}
  50%{transform:translate(4vw,-18px) rotate(16deg);}
  100%{transform:translate(0,0) rotate(0deg);}
}
@keyframes bobFade{
  0%,100%{opacity:0.55;}
  50%{opacity:0.9;}
}
@media (prefers-reduced-motion: reduce){
  .bean{animation:none !important;}
}

/* ---------- aroma steam wisps (pure CSS) ---------- */
.steam{
  position:absolute;
  border-radius:50%;
  background:radial-gradient(ellipse at center, rgba(255,248,232,0.65) 0%, rgba(255,248,232,0) 70%);
  filter:blur(2px);
  pointer-events:none;
  animation:rise 7s ease-in infinite;
}
@keyframes rise{
  0%{transform:translateY(0) scale(0.7); opacity:0;}
  15%{opacity:0.8;}
  70%{opacity:0.35;}
  100%{transform:translateY(-120px) scale(1.5); opacity:0;}
}
@media (prefers-reduced-motion: reduce){
  .steam{animation:none; opacity:0;}
}

/* ---------- destaque: glow / shine / sway / entrance ---------- */
@keyframes fadeUp{
  from{opacity:0; transform:translateY(18px);}
  to{opacity:1; transform:translateY(0);}
}
@keyframes glowPulse{
  0%,100%{opacity:0.30; transform:scale(0.92);}
  50%{opacity:0.68; transform:scale(1.06);}
}
@keyframes shineSweep{
  0%, 40%{background-position:-40% -40%;}
  78%{background-position:140% 140%;}
  100%{background-position:140% 140%;}
}
@keyframes softSway{
  0%,100%{transform:translateY(0) rotate(0deg);}
  50%{transform:translateY(-5px) rotate(-0.5deg);}
}
@keyframes scoreGlow{
  0%,100%{text-shadow:0 0 0 rgba(201,138,53,0);}
  50%{text-shadow:0 0 16px rgba(201,138,53,0.6);}
}
@keyframes shimmerLine{
  0%,100%{opacity:0.55; width:64px;}
  50%{opacity:1; width:88px;}
}
.photo-wrap{
  position:relative;
  animation:softSway 6.5s ease-in-out infinite;
}
.photo-glow{
  position:absolute;
  inset:6%;
  background:radial-gradient(circle, rgba(255,214,150,0.55), rgba(255,214,150,0) 68%);
  filter:blur(16px);
  animation:glowPulse 4.2s ease-in-out infinite;
  z-index:1;
  border-radius:50%;
}
.product-photo{position:relative; z-index:2;}
.product-photo .shine{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,
      transparent 28%,
      rgba(255,255,255,0.10) 38%,
      rgba(255,255,255,0.50) 48%,
      rgba(255,255,255,0.10) 58%,
      transparent 68%);
  background-size:250% 250%;
  background-position:-40% -40%;
  background-repeat:no-repeat;
  animation:shineSweep 6.5s cubic-bezier(.45,0,.4,1) infinite;
  animation-delay:1s;
  pointer-events:none;
  z-index:3;
}
.enter{animation:fadeUp 0.9s ease-out both;}
@media (prefers-reduced-motion: reduce){
  .photo-wrap, .product-photo .shine, .enter{animation:none !important;}
}

/* ---------- hero ---------- */
.hero{
  position:relative;
  padding:38px 26px 34px;
  text-align:center;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255,255,255,0.5), rgba(255,255,255,0) 60%),
    var(--cream);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.hero .beans-layer{height:100%;}
.logo-mark{
  width:150px;
  margin:0 auto 6px;
  position:relative;
  z-index:2;
}
.eyebrow{
  position:relative;
  z-index:2;
  font-family:'Jost',sans-serif;
  font-size:12.5px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--wine);
  font-weight:600;
  margin-bottom:10px;
}
.hero h1{
  position:relative;
  z-index:2;
  font-size:44px;
  font-weight:700;
  color:var(--ink);
  line-height:1.05;
}
.hero h1 em{
  font-style:italic;
  font-weight:600;
  color:var(--wine);
}
.hero p.tag{
  position:relative;
  z-index:2;
  margin-top:10px;
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:19px;
  color:var(--ink-soft);
}
.hero .divider{
  position:relative;
  z-index:2;
  width:64px;
  height:2px;
  background:var(--gold);
  margin:18px auto 0;
  opacity:0.7;
}

/* ---------- intro strip ---------- */
.intro{
  position:relative;
  padding:26px 28px 30px;
  text-align:center;
  background:var(--paper);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.intro .beans-layer{height:100%;}
.intro p{
  font-size:15.5px;
  color:var(--ink-soft);
  max-width:480px;
  margin:0 auto;
}
.intro .stats{
  display:flex;
  justify-content:center;
  gap:22px;
  margin-top:20px;
  flex-wrap:wrap;
}
.intro .stat{
  text-align:center;
}
.intro .stat b{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:26px;
  color:var(--wine);
  font-weight:700;
}
.intro .stat span{
  font-size:11px;
  letter-spacing:0.07em;
  text-transform:uppercase;
  color:var(--ink-soft);
}

/* ---------- section labels ---------- */
.section-label{
  text-align:center;
  padding:30px 20px 6px;
}
.section-label .eyebrow{color:inherit;}
.section-label h2{
  font-size:30px;
  font-weight:700;
}
.section-label p{
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:16px;
  margin-top:6px;
  opacity:0.85;
}

/* ---------- product cards ---------- */
.product{
  position:relative;
  padding:26px 22px 30px;
  overflow:hidden;
}
.product.wine{background:var(--wine); color:#f6ecd9;}
.product.forest{background:var(--green); color:#eef4ec;}
.product.cream{background:var(--paper); color:var(--ink);}
.product .beans-layer{height:100%;}

.product-card{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:16px;
  max-width:520px;
  margin:0 auto;
}
.product-photo{
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(0,0,0,0.28);
  border:1px solid rgba(255,255,255,0.15);
}
.product-photo img{width:100%;display:block;}

.product-body{padding:2px 4px;}
.kicker{
  font-size:11.5px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  opacity:0.75;
  font-weight:600;
  margin-bottom:6px;
}
.product h3{
  font-size:34px;
  font-weight:700;
  line-height:1.05;
}
.product .script-name{
  font-style:italic;
  font-weight:500;
  font-size:19px;
  opacity:0.9;
  margin-top:2px;
  display:inline-block;
  animation:scoreGlow 3.2s ease-in-out infinite;
}
.badge-row{
  display:flex;
  gap:8px;
  margin:12px 0 4px;
  flex-wrap:wrap;
}
.badge{
  font-size:11px;
  letter-spacing:0.03em;
  padding:5px 10px;
  border-radius:100px;
  border:1px solid currentColor;
  opacity:0.9;
  font-weight:500;
}
.product p.desc{
  font-size:14.5px;
  line-height:1.6;
  opacity:0.92;
  margin-top:10px;
}
.price-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.25);
  flex-wrap:wrap;
}
.product.cream .price-row{border-top:1px solid var(--line);}
.price-opt{flex:1 1 auto;}
.price-opt .w{
  display:block;
  font-size:12.5px;
  opacity:0.8;
}
.price-opt .p{
  font-family:'Cormorant Garamond',serif;
  font-weight:700;
  font-size:24px;
}

/* ---------- cultivares section ---------- */
.cultivares-hero{
  position:relative;
  min-height:300px;
  display:flex;
  align-items:flex-end;
  background-size:cover;
  background-position:center 30%;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.cultivares-hero::before{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(20,12,8,0.15) 0%, rgba(15,10,6,0.55) 65%, rgba(10,7,5,0.82) 100%);
}
.cultivares-hero .txt{
  position:relative;
  z-index:2;
  padding:34px 26px 26px;
  color:#f7efe0;
  text-align:center;
  width:100%;
}
.cultivares-hero .eyebrow{color:#e9c98a;}
.cultivares-hero h2{
  font-size:30px;
  font-weight:700;
}
.cultivares-hero p{
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:16px;
  margin-top:8px;
  color:#e9dfc9;
}

.cultivar-grid{
  position:relative;
  background:var(--green-dark);
  padding:24px 20px 34px;
  display:flex;
  flex-direction:column;
  gap:16px;
  overflow:hidden;
}
.cultivar-grid .beans-layer{height:100%;}
.cultivar-card{
  background:var(--paper);
  border-radius:14px;
  padding:20px 20px 22px;
  box-shadow:0 10px 24px rgba(0,0,0,0.25);
  border-top:5px solid var(--gold);
}
.cultivar-card.c2{border-top-color:#8a5a2c;}
.cultivar-card h3{
  font-size:26px;
  color:var(--wine);
  font-weight:700;
}
.cultivar-card .score{
  display:inline-flex;
  align-items:baseline;
  gap:5px;
  margin-top:4px;
  margin-bottom:12px;
}
.cultivar-card .score b{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  color:var(--ink);
  display:inline-block;
  animation:scoreGlow 3.2s ease-in-out infinite;
}
.cultivar-card .score span{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.06em;
  color:var(--ink-soft);
}
.cultivar-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 16px;
  margin-bottom:14px;
}
.cultivar-meta div{font-size:13px;}
.cultivar-meta div b{
  display:block;
  font-size:10.5px;
  text-transform:uppercase;
  letter-spacing:0.06em;
  color:var(--ink-soft);
  font-weight:600;
  margin-bottom:2px;
}
.cultivar-card .notes{
  font-size:14px;
  line-height:1.55;
  color:var(--ink-soft);
  border-top:1px solid var(--line);
  padding-top:12px;
}
.cultivar-card .notes b{color:var(--ink);}

/* ---------- footer ---------- */
footer{
  background:var(--ink);
  color:#e8ddc9;
  padding:34px 26px 30px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
footer .beans-layer{height:100%;}
footer .logo-mark{width:96px; margin-bottom:14px; opacity:0.95;}
footer h3{
  font-size:24px;
  color:#f3e6cf;
  margin-bottom:6px;
}
footer p.tagline{
  font-family:'Cormorant Garamond',serif;
  font-style:italic;
  font-size:15px;
  color:#cbb99a;
  max-width:380px;
  margin:0 auto 20px;
}
.contact-row{
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.contact-row a{
  color:#f3e6cf;
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  letter-spacing:0.01em;
  border-bottom:1px solid rgba(243,230,207,0.35);
  padding-bottom:3px;
}
.seal-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  font-size:11px;
  letter-spacing:0.05em;
  text-transform:uppercase;
  color:#a8987d;
  margin-top:6px;
}
.seal-dot{
  width:6px;height:6px;border-radius:50%;
  background:var(--leaf);
  display:inline-block;
}
footer .fine{
  margin-top:22px;
  font-size:10.5px;
  color:#7d7058;
}

/* foto e logo tem width/height no HTML (evita pulo ao carregar); isto mantem a proporcao */
.product-photo img, .logo-mark{height:auto;}
