.nav-logo .lt{min-width:0;}
.nav-logo .lt span{font-size:.62rem;letter-spacing:.06em;white-space:nowrap;}
.nav-logo .lt{min-width:0;}
.nav-logo .lt span{font-size:.66rem;letter-spacing:.08em;white-space:nowrap;}
:root {
  --wine: #9e1328;
  --wine-deep: #5f0d18;
  --paper: #f7f3ee;
  --ink: #1d1f25;
  --muted: #5c616b;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 10%, #ecd8dc 0, transparent 35%),
    radial-gradient(circle at 10% 90%, #eadfd3 0, transparent 42%),
    #fff;
}

.stripe { height: 3px; background: linear-gradient(90deg,#6b0a17,#b11226,#d72638,#b11226,#6b0a17); }
.nav { background: #0f0f12; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 32px rgba(0,0,0,.55); }
.nav-in { max-width: 1220px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; min-height: 88px; }
.nav-logo { display: flex; align-items: center; gap: 11px; cursor: pointer; }
.nav-logo .lm { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; display: block; border: 2px solid rgba(255,255,255,.28); }
.nav-logo .lt { display: flex; flex-direction: column; line-height: 1; }
.nav-logo .lt b { font-family: 'Cormorant Garamond', serif; font-weight: 700; color: #fff; font-size: 1.36rem; letter-spacing: .06em; }
.nav-logo .lt span { font-size: .8rem; color: #f5b6be; letter-spacing: .22em; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { text-decoration: none; padding: 11px 14px; font-size: 1.02rem; font-weight: 500; color: rgba(255,255,255,.75); border-radius: 6px; transition: .28s ease; white-space: nowrap; cursor: pointer; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.08); }
.nav-cta { background: #b11226 !important; color: #fff !important; font-weight: 700 !important; }
.nav-cta:hover { background: #d72638 !important; }
.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.ham span { width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.mob-nav { display: none; background: #1a1a20; padding: 14px 20px; flex-direction: column; gap: 4px; }
.mob-nav.open { display: flex; }
.mob-nav a { text-decoration: none; padding: 11px 14px; font-size: 1rem; color: rgba(255,255,255,.8); border-radius: 6px; display: block; cursor: pointer; }

.contact-mini { position: fixed; inset: 0; z-index: 2100; background: rgba(15,15,18,.35); backdrop-filter: blur(2px); display: none; align-items: flex-start; justify-content: flex-end; padding: 84px 18px 18px; }
.contact-mini.open { display: flex; }
.contact-mini-card { width: min(360px,100%); background: #fff; border: 1px solid #e5e1d9; border-radius: 12px; padding: 16px 16px 14px; box-shadow: 0 20px 55px rgba(15,15,18,.26); }
.cm-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.cm-head h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: #0f0f12; }
.cm-close { border: none; background: #f2efe9; color: #0f0f12; width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .28s ease; }
.cm-close:hover { background: #fbe6e9; color: #b11226; }
.contact-mini-card p { font-size: .78rem; color: #5a5560; margin-bottom: 11px; line-height: 1.55; }
.cm-field { margin-bottom: 9px; }
.cm-field label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #5a5560; margin-bottom: 4px; }
.cm-field input, .cm-field textarea { width: 100%; border: 1.5px solid #e5e1d9; border-radius: 8px; padding: 10px 11px; font-size: .82rem; color: #0f0f12; font-family: 'DM Sans', sans-serif; outline: none; transition: .28s ease; background: #fff; }
.cm-field input:focus, .cm-field textarea:focus { border-color: #b11226; box-shadow: 0 0 0 3px rgba(177,18,38,.12); }
.cm-field textarea { min-height: 76px; resize: vertical; }
.cm-field input.invalid, .cm-field textarea.invalid { border-color: #d72638; box-shadow: 0 0 0 3px rgba(215,38,56,.14); }
.cm-error { display: none; font-size: .7rem; color: #d72638; font-weight: 600; margin-top: 4px; line-height: 1.35; }
.cm-error.show { display: block; }
.cm-send { margin-top: 3px; width: 100%; background: #b11226; color: #fff; border: none; border-radius: 8px; padding: 11px 12px; font-size: .82rem; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; transition: .28s ease; }
.cm-send:hover { background: #d72638; }
.wrap {
  width: min(1200px, 94%);
  margin: 0 auto;
  padding: 36px 0 48px;
}
.hero {
  margin-bottom: 28px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: var(--wine);
  font-weight: 700;
}
.hero h1 {
  margin: 8px 0 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 6vw, 48px);
}
.lead {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.7;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eadfd3;
  box-shadow: 0 12px 28px rgba(24, 19, 20, 0.08);
  cursor: pointer;
}
.image-wrap {
  position: relative;
  height: 220px;
}
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.status {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  color: #fff;
  background: rgba(0,0,0,0.7);
}
.body {
  padding: 16px;
}
.zone {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wine);
  font-weight: 700;
}
h3 {
  margin: 6px 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1.05;
}
.desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.meta {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #3d414a;
}
.price {
  color: var(--wine);
  font-weight: 700;
}
.card-platforms {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.card-pill {
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid #d9ced0;
  color: #5f0d18;
  background: #fff;
  transition: .2s ease;
}
.card-pill:hover {
  transform: translateY(-1px);
  border-color: #b11226;
  color: #b11226;
}
.card-pill-finca {
  background: #fff7f8;
}
.card-pill-cien {
  background: #f8f5ff;
}

.pmodal {
  position: fixed;
  inset: 0;
  background: rgba(16,14,18,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
}
.pmodal.open {
  opacity: 1;
  pointer-events: all;
}
.pmodal-box {
  width: min(760px, 100%);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.pmodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.92);
  color: #2a2a33;
  cursor: pointer;
}
.pmodal-box img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.pmodal-body {
  padding: 18px;
}
.pmodal-zone {
  margin: 0;
  font-size: 11px;
  color: var(--wine);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pmodal-desc {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.pmodal-meta {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pmodal-meta span {
  background: #f4eeea;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  color: #323640;
}
.pmodal-actions {
  margin-top: 14px;
}
.pmodal-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: linear-gradient(135deg, var(--wine), var(--wine-deep));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 16px;
  border-radius: 9px;
  transition: .2s ease;
}
.pmodal-contact:hover {
  transform: translateY(-1px);
  opacity: .96;
}
.pmodal-platforms {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pmodal-mini {
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d9ced0;
  color: #5f0d18;
  background: #fff;
}
.pmodal-mini:hover {
  border-color: #b11226;
  color: #b11226;
}

footer {
  background: #0a0a0d;
  padding: 46px 28px 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 24px;
}
.fin {
  max-width: 1220px;
  margin: 0 auto;
}
.ftop {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.fbrand .firm {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
}
.fbrand p {
  font-size: .79rem;
  color: rgba(255,255,255,.46);
  line-height: 1.7;
  max-width: 280px;
}
.fcol h5 {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #d72638;
  margin-bottom: 12px;
}
.fcol a {
  display: block;
  font-size: .78rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 7px;
  transition: .28s ease;
  cursor: pointer;
  text-decoration: none;
}
.fcol a:hover {
  color: #f5b6be;
}
.fbot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
  gap: 14px;
}
.fbot p {
  font-size: .72rem;
  color: rgba(255,255,255,.42);
  margin: 0;
}
.fbot a {
  font-size: .72rem;
  color: rgba(255,255,255,.55);
  text-decoration: none;
}
.srow {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 3px;
}
.sb {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.65);
  font-size: .88rem;
  transition: .28s ease;
}
.sb:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}
@media (max-width: 980px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftop { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .ham { display: flex; }
  .contact-mini { padding: 76px 12px 12px; justify-content: center; }
  .contact-mini-card { max-width: 420px; }
  .ftop { grid-template-columns: 1fr; }
  .pmodal-box img { height: 220px; }
}
