/* =========================================================
   HOME.CSS
   Estilos exclusivos da página inicial (index.html).
   Depende de base.css (variáveis de cor e reset).
========================================================= */

/* ---------- Faixa de azulejo (elemento decorativo) ---------- */
.azulejo{
  height: 22px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Crect width='56' height='56' fill='%235B2C29'/%3E%3Cpath d='M28 4 C38 4 52 18 52 28 C52 38 38 52 28 52 C18 52 4 38 4 28 C4 18 18 4 28 4 Z' fill='none' stroke='%238FB37B' stroke-width='1.3' opacity='.8'/%3E%3Ccircle cx='28' cy='28' r='7' fill='%238FB37B' opacity='.85'/%3E%3C/svg%3E");
  background-size: 28px 28px;
}

/* ---------- Cabeçalho / navegação ---------- */
header{
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,247,240,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
nav.wrap{ display:flex; align-items:center; justify-content:space-between; height:78px; }
nav .brand-logo{ height:36px; }
.navlinks{ display:flex; gap:32px; font-size:13.5px; font-weight:500; }
.navlinks a{ opacity:.75; transition:opacity .2s, color .2s; }
.navlinks a:hover{ opacity:1; color:var(--wine); }
.nav-cta{
  font-size:13px; padding:11px 22px; background:var(--wine); color:var(--cream);
  border-radius:999px; font-weight:600; letter-spacing:.02em;
  transition:background .2s, transform .2s;
}
.nav-cta:hover{ background:var(--wine-deep); transform:translateY(-1px); }

/* ---------- Hero ---------- */
.hero{ padding:76px 0 90px; position:relative; overflow:hidden; }
.hero::before{
  content:""; position:absolute; inset:0;
  background: radial-gradient(circle at 12% 15%, rgba(143,179,123,.14), transparent 45%),
              radial-gradient(circle at 92% 80%, rgba(91,44,41,.08), transparent 45%);
  pointer-events:none;
}
.hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:60px; align-items:center; position:relative; }
.eyebrow{
  display:inline-flex; align-items:center; gap:10px; font-size:12.5px;
  letter-spacing:.14em; text-transform:uppercase; color:var(--wine); font-weight:600; margin-bottom:20px;
}
.eyebrow::before{ content:""; width:24px; height:1px; background:var(--green-dark); }
.hero h1{ font-size:clamp(38px,5.2vw,60px); line-height:1.04; color:var(--wine-deep); }
.hero h1 em{ font-style:italic; color:var(--green-dark); }
.hero p.lede{ margin-top:22px; font-size:17px; max-width:46ch; color:var(--text-soft); }
.hero-actions{ margin-top:32px; display:flex; gap:14px; flex-wrap:wrap; }

.btn{
  display:inline-flex; align-items:center; gap:8px; padding:14px 26px; border-radius:999px;
  font-size:13.5px; font-weight:600; letter-spacing:.02em;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-primary{ background:var(--wine); color:var(--cream); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 12px 26px rgba(91,44,41,.28); background:var(--wine-deep); }
.btn-ghost{ border:1.5px solid var(--wine); color:var(--wine); }
.btn-ghost:hover{ background:var(--wine); color:var(--cream); transform:translateY(-2px); }

.hero-meta{ margin-top:34px; display:flex; gap:28px; flex-wrap:wrap; font-size:13px; color:var(--text-soft); }
.hero-meta strong{ display:block; color:var(--wine-deep); font-size:13.5px; font-weight:600; margin-bottom:2px; }

.hero-photo{ position:relative; }
.hero-photo .frame{
  border-radius:26px; overflow:hidden; position:relative;
  box-shadow:0 30px 60px rgba(61,30,27,.22);
  aspect-ratio: 4/4.6;
}
.hero-photo .frame img{ width:100%; height:100%; object-fit:cover; }
.hero-photo .frame::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(61,30,27,0) 55%, rgba(61,30,27,.55) 100%);
}
.badge{
  position:absolute; left:-18px; bottom:26px;
  background:var(--white); border-radius:16px; padding:14px 18px;
  box-shadow:0 14px 30px rgba(61,30,27,.18);
  display:flex; align-items:center; gap:10px; z-index:2;
}
.badge .dot{ width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px var(--green-soft); }
.badge .t1{ font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--text-soft); font-weight:600; }
.badge .t2{ font-family:'Fraunces',serif; font-size:15px; color:var(--wine-deep); }

/* ---------- Faixa de destaques ---------- */
.strip{ background:var(--wine); color:var(--cream); padding:16px 0; }
.strip .wrap{
  display:flex; justify-content:center; gap:40px; flex-wrap:wrap;
  font-size:13px; letter-spacing:.04em; text-transform:uppercase; font-weight:500; opacity:.92;
}
.strip .wrap span{ display:flex; align-items:center; gap:8px; }
.strip .wrap span::before{ content:"◆"; font-size:7px; color:var(--green); }
.strip .wrap span:first-child::before{ display:none; }

/* ---------- Sobre ---------- */
.sobre{ padding:104px 0; }
.sobre .wrap{ display:grid; grid-template-columns:.85fr 1.15fr; gap:64px; align-items:center; }
.kicker{ font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--green-dark); font-weight:700; margin-bottom:16px; }
.sobre h2{ font-size:clamp(30px,4vw,42px); color:var(--wine-deep); }
.sobre p{ margin-top:18px; font-size:15.5px; color:var(--text-soft); max-width:48ch; }
.sobre .stats{ display:flex; gap:36px; margin-top:32px; }
.sobre .stats .n{ font-family:'Fraunces',serif; font-size:32px; color:var(--wine); }
.sobre .stats .l{ font-size:12px; color:var(--text-soft); text-transform:uppercase; letter-spacing:.06em; margin-top:2px; }

.collage{ display:grid; grid-template-columns:1fr 1fr; grid-template-rows:170px 130px; gap:14px; }
.collage img{ width:100%; height:100%; object-fit:cover; border-radius:18px; }
.collage .c1{ grid-row:1/3; height:100%; }
.collage .c1 img{ height:100%; }

/* ---------- Favoritos da casa ---------- */
.favoritos{ padding:0 0 108px; }
.fav-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:44px; flex-wrap:wrap; }
.fav-head h2{ font-size:clamp(28px,3.6vw,38px); color:var(--wine-deep); }
.fav-head a{ font-size:13.5px; font-weight:600; color:var(--wine); border-bottom:1.5px solid var(--wine); padding-bottom:2px; }
.fav-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.fav-card{ background:var(--white); border-radius:20px; overflow:hidden; border:1px solid var(--line); transition:transform .2s ease, box-shadow .2s ease; }
.fav-card:hover{ transform:translateY(-5px); box-shadow:0 18px 34px rgba(61,30,27,.14); }
.fav-card .ph{ aspect-ratio:4/3; overflow:hidden; }
.fav-card .ph img{ width:100%; height:100%; object-fit:cover; }
.fav-card .body{ padding:20px 22px 24px; }
.fav-card h3{ font-size:18px; color:var(--wine-deep); }
.fav-card p{ font-size:13px; color:var(--text-soft); margin-top:6px; }
.fav-card .price{ margin-top:14px; font-family:'Fraunces',serif; font-weight:600; color:var(--green-dark); font-size:17px; }

/* ---------- Visite-nos ---------- */
.visit{ background:var(--cream-2); padding:96px 0; }
.visit .wrap{ display:grid; grid-template-columns:1fr 1fr; gap:56px; }
.visit h2{ font-size:clamp(28px,3.6vw,38px); color:var(--wine-deep); }
.info-row{ display:flex; gap:16px; padding:18px 0; border-top:1px solid var(--line); }
.info-row:last-of-type{ border-bottom:1px solid var(--line); }
.info-row .ic{ width:20px; color:var(--green-dark); font-weight:700; }
.info-row .label{ font-size:11.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--wine); font-weight:700; }
.info-row .val{ margin-top:3px; font-size:15px; }
.socials{ display:flex; gap:12px; margin-top:22px; }
.socials a{
  width:40px; height:40px; border-radius:50%; background:var(--wine); color:var(--cream);
  display:flex; align-items:center; justify-content:center; font-size:15px;
  transition:background .2s, transform .2s;
}
.socials a:hover{ background:var(--wine-deep); transform:translateY(-2px); }
.map-frame{ border-radius:20px; overflow:hidden; border:1px solid var(--line); aspect-ratio:4/3.6; }
.map-frame iframe{ width:100%; height:100%; border:0; filter:sepia(6%) saturate(1.05); }

/* ---------- Rodapé ---------- */
footer{ background:var(--wine-deep); color:var(--cream); padding:60px 0 28px; }
.foot-grid{ display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:40px; }
footer .brand-logo{ height:26px; }
footer p.tag{ margin-top:14px; max-width:32ch; font-size:13.5px; color:rgba(251,247,240,.7); }
.col-title{ font-size:11.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--green); margin-bottom:16px; font-weight:700; }
footer .col a{ display:block; margin-bottom:10px; font-size:14px; color:rgba(251,247,240,.75); }
footer .col a:hover{ color:var(--cream); }
.foot-bottom{
  margin-top:44px; padding-top:22px; border-top:1px solid rgba(251,247,240,.14);
  display:flex; justify-content:space-between; font-size:12.5px; color:rgba(251,247,240,.5); flex-wrap:wrap; gap:10px;
}

/* ---------- Responsivo ---------- */
@media (max-width:900px){
  .navlinks{ display:none; }
  .hero-grid, .sobre .wrap, .visit .wrap{ grid-template-columns:1fr; }
  .fav-grid{ grid-template-columns:1fr; }
  .foot-grid{ grid-template-columns:1fr; gap:30px; }
  .badge{ left:16px; }
  .collage{ grid-template-rows:220px 150px; }
}
