/* Luscire — Site A */
:root {
  --luz: #F5EFE6;
  --luz-2: #FAF5EC;
  --lavanda: #E8DDE6;
  --bosque: #2D3A35;
  --bosque-2: #3A4942;
  --atardecer: #C97B5A;
  --atardecer-2: #D89274;
  --piedra: #6B6055;
  --line: rgba(45,58,53,0.10);
  --line-strong: rgba(45,58,53,0.18);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--bosque);
  background: var(--luz);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.serif { font-family: 'Fraunces', serif; }

.shell { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

.hero-wrap {
  position: relative;
}

/* ============ TOPBAR ============ */
.topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 0;
}
.topbar .logo,
.topbar .nav-links a {
  color: var(--bosque);
}
.topbar-inner { display: flex; align-items: center; gap: 32px; height: 76px; }
.topbar .logo { visibility: hidden; }
.logo {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  display: flex; align-items: center; gap: 8px;
}
.logo .star {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--atardecer);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--luz); font-size: 12px;
}
.nav-links { display: flex; gap: 28px; font-size: 14px; }
.nav-links a { text-decoration: none; padding: 4px 0; transition: color 0.15s; }
.nav-links a:hover, .nav-links a.on { color: var(--atardecer); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid var(--bosque);
  background: transparent;
  color: var(--bosque);
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover { background: var(--bosque); color: var(--luz); }
.btn.fill { background: var(--bosque); color: var(--luz); }
.btn.fill:hover { background: var(--bosque-2); }
.btn.terr { background: var(--atardecer); color: var(--luz); border-color: var(--atardecer); }
.btn.terr:hover { background: var(--atardecer-2); border-color: var(--atardecer-2); }
.btn.lg { padding: 14px 28px; font-size: 14px; }
.btn.sm { padding: 6px 12px; font-size: 12px; }

/* ============ HERO (full bleed) ============ */
.hero {
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--lavanda);
}
.hero-img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 32px 0;
  flex-wrap: wrap;
}
.hero-tagline {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  color: var(--bosque);
  margin: 0;
  letter-spacing: -0.01em;
  max-width: 520px;
  line-height: 1.2;
}
.hero-tagline em { color: var(--atardecer); font-style: italic; }
.hero-cta { display: flex; gap: 10px; }

/* ============ SECTION ============ */
.section { padding: 48px 0 32px; }
.section.tight { padding-top: 36px; }
.section.products {
  padding: 72px 0 80px;
  background: #ffffff;
  margin: 24px 0 0;
}

.section-foot {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 32px;
  gap: 32px;
  flex-wrap: wrap;
}
.section-head .left { max-width: 760px; }
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--atardecer);
  margin-bottom: 12px;
}
.section-head h2 {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--bosque);
  margin: 0;
  text-wrap: balance;
}
.section-head h2 em { font-style: italic; color: var(--atardecer); font-weight: 400; }
.section-head .sub {
  font-size: 15px;
  color: var(--piedra);
  margin-top: 12px;
  line-height: 1.55;
}
.section-head .more {
  font-size: 13px;
  color: var(--bosque);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
.section-head .more:hover { color: var(--atardecer); }

/* ============ 3-UP CARD GRID ============ */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 56px;
  position: relative;
}
.video-grid::before, .video-grid::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--lavanda);
}
.video-grid::before { left: calc(33.333% - 0.5px); }
.video-grid::after { left: calc(66.666% - 0.5px); }

.vbox {
  display: flex; flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 0;
  position: relative;
  min-width: 0;
}

.vbox .vthumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/11;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--lavanda);
  background-size: cover;
  background-position: center;
  margin-bottom: 22px;
}
.vbox .duration {
  position: absolute; right: 10px; bottom: 10px;
  background: rgba(45,58,53,0.85);
  color: var(--luz);
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
}
.vbox .vcat {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--atardecer);
  margin-bottom: 10px;
}
.vbox h3 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--bosque);
  margin: 0 0 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.vbox h3 .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.15s;
}
.vbox h3 .arrow svg { width: 18px; height: 18px; stroke: var(--bosque); }
.vbox:hover h3 .arrow { transform: translate(2px, -2px); }
.vbox p {
  font-size: 14px;
  color: var(--piedra);
  line-height: 1.55;
  margin: 0;
  max-width: 280px;
}

/* ============ PRODUCTS / SERVICES 4-UP ============ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.pcard {
  display: flex; flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: var(--luz);
  aspect-ratio: 3/4;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  position: relative;
  box-shadow: 0 2px 8px rgba(45,58,53,0.06), 0 8px 20px rgba(45,58,53,0.05);
}
.pcard:hover { transform: translateY(-3px); box-shadow: 0 6px 14px rgba(45,58,53,0.08), 0 18px 36px rgba(45,58,53,0.12); }
.pcard .p-art {
  flex: 1;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  padding: 22px;
  overflow: hidden;
}
.pcard .p-art svg { width: 100%; height: 100%; max-width: 220px; max-height: 200px; display: block; }
.pcard .p-foot {
  padding: 22px 22px 24px;
  display: flex; flex-direction: column; gap: 6px;
}
.pcard .p-name {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.pcard .p-meta {
  font-size: 13px;
  opacity: 0.78;
}

/* Brand color variants */
.pcard.bosque { background: var(--bosque); }
.pcard.atardecer { background: var(--atardecer); }
.pcard.lavanda { background: var(--lavanda); color: var(--bosque); }
.pcard.lavanda .p-meta { opacity: 0.65; }
.pcard.luz { background: var(--luz); color: var(--bosque); border: 1px solid var(--line); }
.pcard.luz .p-meta { opacity: 0.65; }
.site-footer {
  background: var(--bosque);
  color: var(--luz);
  padding: 64px 0 36px;
  margin-top: 0;
}
.site-footer .ft-top {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(245,239,230,0.15);
}
.site-footer .ft-signoff {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 36px;
  color: var(--atardecer);
  line-height: 1.2;
  text-wrap: balance;
  max-width: 820px;
  margin: 0 auto;
}
.site-footer .ft-tag {
  font-size: 14px;
  color: #ffffff;
  opacity: 1;
  margin-top: 18px;
  letter-spacing: 0.04em;
  font-family: 'Inter', sans-serif;
}
.site-footer .ft-bottom {
  display: flex; align-items: center; justify-content: center;
  margin-top: 36px;
  font-size: 12px;
  color: var(--lavanda);
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 720px) {
  .video-grid { grid-template-columns: 1fr; gap: 36px; }
  .video-grid::before, .video-grid::after { display: none; }
  .vbox { padding: 0; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .section-head h2 { font-size: 30px; }
  .section { padding: 36px 0 20px; }
  .nav-links { display: none; }
  .hero-tagline { font-size: 18px; }
}
