/* ============================================================
   AURUM FLORISTERÍA — hoja de estilos
   Elegante · minimalista · borgoña + oro
   ============================================================ */

:root {
  /* Neutrales cálidos */
  --cream:       #F8F4EF;
  --cream-2:     #F1EAE1;
  --cream-3:     #E8DED2;
  --paper:       #FCFAF7;
  --ink:         #2A1A22;
  --ink-soft:    #6A5560;

  /* Marca */
  --wine:        #4A1530;
  --wine-deep:   #320E22;
  --plum:        #5E2241;
  --gold:        #B0893C;   /* tweakable */
  --gold-soft:   #CBA85E;
  --line:        rgba(74, 21, 48, 0.14);
  --line-gold:   rgba(176, 137, 60, 0.45);
  --sale:        #C62F52;

  /* Tipografía */
  --serif: 'Cormorant Garamond', Georgia, serif;   /* tweakable */
  --sans:  'Jost', system-ui, sans-serif;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.04;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ---------- utilidades ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
.section { padding-block: clamp(72px, 10vw, 150px); }

.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--line-gold);
  display: inline-block;
}
.eyebrow.center::after {
  content: "";
  width: 28px; height: 1px;
  background: var(--line-gold);
  display: inline-block;
}

.section-head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(38px, 6vw, 64px);
  margin-top: 22px;
  color: var(--wine);
  font-weight: 300;
}
.section-head p { margin-top: 20px; color: var(--ink-soft); font-size: 18px; max-width: 56ch; }
.section-head.center p { margin-inline: auto; }

.lead { font-size: clamp(19px, 2.2vw, 23px); line-height: 1.55; color: var(--ink); }

/* botones */
.btn {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 15px 28px;
  border: 1px solid var(--wine);
  background: var(--wine);
  color: var(--cream);
  border-radius: 2px;
  cursor: pointer;
  transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s ease;
}
.btn:hover { background: var(--wine-deep); transform: translateY(-2px); }
.btn .arr { transition: transform .35s ease; }
.btn:hover .arr { transform: translateX(5px); }

.btn--ghost { background: transparent; color: var(--wine); border-color: var(--line); }
.btn--ghost:hover { background: transparent; border-color: var(--wine); color: var(--wine); }

.btn--light { background: var(--gold); color: var(--wine-deep); border-color: var(--gold); }
.btn--light:hover { background: var(--gold-soft); border-color: var(--gold-soft); color: var(--wine-deep); }

.btn--gold { background: transparent; color: var(--gold); border-color: var(--line-gold); }
.btn--gold:hover { background: var(--gold); color: var(--wine-deep); border-color: var(--gold); }

.link-arrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wine);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--line-gold);
  padding-bottom: 5px;
  transition: gap .3s ease, color .3s ease;
}
.link-arrow:hover { gap: 16px; color: var(--gold); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px var(--gut);
  transition: background .4s ease, padding .4s ease, box-shadow .4s ease;
}
.nav.scrolled {
  background: rgba(248, 244, 239, 0.86);
  backdrop-filter: blur(14px);
  padding-block: 15px;
  box-shadow: 0 1px 0 var(--line);
}
.brand {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--wine);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.brand-logo { height: 52px; width: auto; display: block; transition: height .4s ease; }
.nav.scrolled .brand-logo { height: 42px; }
@media (max-width: 900px) { .brand-logo { height: 42px; } }
.brand .dot { color: var(--gold); }
.brand small {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.nav-links { display: flex; align-items: center; gap: 38px; }
.nav-links a {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ink);
  position: relative;
  padding-bottom: 3px;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta { padding: 11px 22px; }
.nav-burger { display: none; }

@media (max-width: 900px) {
  .nav { position: relative; }
  .nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); border-top: 1px solid var(--line);
    box-shadow: 0 24px 40px -20px rgba(50,14,34,.3);
    padding: 8px 0; margin: 0;
    max-height: 0; overflow: hidden; opacity: 0; pointer-events: none;
    transition: max-height .35s ease, opacity .25s ease;
  }
  .nav-links.open { max-height: 80vh; opacity: 1; pointer-events: auto; padding: 8px 0; }
  .nav-links a {
    width: 100%; padding: 15px var(--gut); font-size: 15px; letter-spacing: .02em;
    border-bottom: 1px solid var(--line);
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-links a::after { display: none; }
  .nav-cta { display: none; }
  .nav-burger {
    display: inline-flex; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto;
  }
  .nav-burger span { width: 26px; height: 1.5px; background: var(--wine); display: block; transition: transform .3s ease, opacity .2s ease; }
  .nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; }
  .nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
}

/* ============================================================
   HERO — 3 estilos, alternables con [data-hero]
   ============================================================ */
.hero { position: relative; }
.hero-variant { display: none; }
[data-hero="1"] .hero-variant.h1,
[data-hero="2"] .hero-variant.h2,
[data-hero="3"] .hero-variant.h3 { display: block; }

.hero-kicker { margin-bottom: 26px; }
.hero h1 { color: var(--wine); }
.hero .h-sub { color: var(--ink-soft); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

/* — Estilo 1: editorial centrado — */
.h1 { text-align: center; padding-top: clamp(150px, 20vh, 230px); padding-bottom: clamp(40px, 6vw, 80px); }
.h1 h1 { font-size: clamp(46px, 8.5vw, 104px); font-weight: 300; max-width: 16ch; margin-inline: auto; }
.h1 .h-sub { max-width: 60ch; margin: 30px auto 0; }
.h1 .hero-actions { justify-content: center; }
.h1 .hero-stage {
  margin-top: clamp(48px, 6vw, 84px);
  height: clamp(280px, 44vw, 540px);
}
.h1 .hero-stage image-slot { width: 100%; height: 100%; }

/* — Estilo 2: split editorial — */
.h2 .split {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 70px;
}
.h2 h1 { font-size: clamp(44px, 6.4vw, 90px); font-weight: 300; }
.h2 .h-sub { max-width: 46ch; margin-top: 28px; }
.h2 .hero-figure { position: relative; height: clamp(420px, 64vw, 660px); }
.h2 .hero-figure image-slot { width: 100%; height: 100%; }
.h2 .hero-figure .tag {
  position: absolute; left: -22px; bottom: 40px;
  background: var(--paper);
  border: 1px solid var(--line-gold);
  padding: 16px 22px;
  max-width: 215px;
  box-shadow: 0 26px 60px -30px rgba(50,14,34,.4);
}
.h2 .hero-figure .tag b { font-family: var(--serif); font-size: 26px; color: var(--wine); display: block; }
.h2 .hero-figure .tag span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }

/* — Estilo 3: full-bleed inmersivo — */
.h3 { position: relative; min-height: 100vh; display: flex; align-items: flex-end; }
.h3 .hero-bg { position: absolute; inset: 0; }
.h3 .hero-bg image-slot { width: 100%; height: 100%; }
.h3 .hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(50,14,34,.30) 0%, rgba(50,14,34,.16) 40%, rgba(50,14,34,.82) 100%);
  pointer-events: none;
}
.h3 .h3-inner { position: relative; padding-bottom: clamp(60px, 9vw, 120px); padding-top: 160px; max-width: 900px; }
.h3 .eyebrow { color: var(--gold-soft); }
.h3 .eyebrow::before { background: var(--gold-soft); }
.h3 h1 { color: var(--cream); font-size: clamp(46px, 8vw, 108px); font-weight: 300; }
.h3 .h-sub { color: rgba(248,244,239,.82); max-width: 54ch; }
.h3 .btn--ghost { color: var(--cream); border-color: rgba(248,244,239,.4); }
.h3 .btn--ghost:hover { border-color: var(--cream); }

@media (max-width: 820px) {
  .h2 .split { grid-template-columns: 1fr; gap: 40px; min-height: auto; }
  .h2 .hero-figure { height: 60vh; }
  .h2 .hero-figure .tag { left: 14px; }
}

/* scroll cue */
.scroll-cue {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 18px;
}
.scroll-cue .ln { width: 46px; height: 1px; background: var(--line-gold); position: relative; overflow: hidden; }
.scroll-cue .ln::after { content:""; position:absolute; inset:0; width:40%; background: var(--gold); animation: slide 2.4s ease-in-out infinite; }
@keyframes slide { 0%{transform:translateX(-100%)} 60%,100%{transform:translateX(280%)} }

/* ============================================================
   SERVICIOS
   ============================================================ */
.services { background: var(--paper); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.svc {
  background: var(--paper);
  padding: clamp(30px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  min-height: 340px;
  position: relative;
  transition: background .4s ease;
}
.svc:hover { background: var(--cream); }
.svc .num {
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  color: var(--gold);
  letter-spacing: .04em;
}
.svc h3 { font-size: clamp(28px, 3.2vw, 38px); color: var(--wine); margin-top: 16px; font-weight: 400; }
.svc p { color: var(--ink-soft); margin-top: 14px; font-size: 16.5px; }
.svc .svc-foot { margin-top: auto; padding-top: 26px; }
.svc .glyph {
  position: absolute; top: clamp(30px,4vw,52px); right: clamp(30px,4vw,52px);
  width: 38px; height: 38px;
  border: 1px solid var(--line-gold); border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold); font-family: var(--serif); font-size: 19px;
  transition: background .4s ease, color .4s ease;
}
.svc:hover .glyph { background: var(--gold); color: var(--paper); }

/* pilares */
.pillars {
  margin-top: clamp(56px, 7vw, 96px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
  padding-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid var(--line);
}
.pillar h4 { font-family: var(--serif); font-size: 27px; color: var(--wine); font-weight: 400; }
.pillar .p-num { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.pillar p { color: var(--ink-soft); margin-top: 12px; font-size: 15.5px; }

@media (max-width: 760px) {
  .svc-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; gap: 30px; }
}

/* ============================================================
   CLIENTES & TESTIMONIOS
   ============================================================ */
.clients { background: var(--wine-deep); color: var(--cream); }
.clients .eyebrow { color: var(--gold-soft); }
.clients .eyebrow::before, .clients .eyebrow.center::after { background: var(--gold-soft); }
.clients .section-head h2 { color: var(--cream); }
.clients .section-head p { color: rgba(248,244,239,.7); }

.logo-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(248,244,239,.12);
  border: 1px solid rgba(248,244,239,.12);
  margin-bottom: clamp(56px, 7vw, 88px);
}
.logo-cell {
  background: var(--wine-deep);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  padding: 26px 18px;
  min-height: 110px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: rgba(248,244,239,.55);
  letter-spacing: .04em;
  transition: color .4s ease, background .4s ease;
}
.logo-cell:hover { color: var(--gold-soft); background: rgba(248,244,239,.04); }
.logo-cell .logo-img { height: 52px; width: auto; max-width: 80%; object-fit: contain; display: block; }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 40px);
}
.testi {
  border: 1px solid rgba(248,244,239,.16);
  padding: clamp(28px, 3vw, 40px);
  display: flex; flex-direction: column;
  background: rgba(248,244,239,.02);
}
.testi .quote-mark { font-family: var(--serif); font-size: 60px; line-height: .6; color: var(--gold); height: 30px; }
.testi blockquote { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(20px,2.2vw,25px); line-height: 1.4; color: var(--cream); font-weight: 300; }
.testi .who { margin-top: auto; padding-top: 30px; display: flex; align-items: center; gap: 14px; }
.testi .av { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex: none; border: 1px solid rgba(248,244,239,.2); }
.testi .av image-slot { width: 100%; height: 100%; }
.testi .who b { display: block; font-family: var(--sans); font-weight: 500; font-size: 15px; color: var(--cream); }
.testi .who span { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(248,244,239,.55); }

@media (max-width: 860px) {
  .logo-row { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   QUIÉNES SOMOS
   ============================================================ */
.about .about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.about-figure { position: relative; height: clamp(440px, 56vw, 660px); }
.about-figure .main { position: absolute; inset: 0 22% 0 0; }
.about-figure .main image-slot { width: 100%; height: 100%; }
.about-figure .inset {
  position: absolute; right: 0; bottom: 48px;
  width: 46%; height: 52%;
  border: 6px solid var(--cream);
  box-shadow: 0 30px 70px -34px rgba(50,14,34,.5);
}
.about-figure .inset image-slot { width: 100%; height: 100%; }
.about-figure .seal {
  position: absolute; top: 28px; right: 18%;
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--wine); color: var(--cream);
  display: grid; place-items: center; text-align: center;
  font-family: var(--serif); font-size: 13px; font-style: italic;
  letter-spacing: .04em; line-height: 1.2;
  box-shadow: 0 18px 40px -20px rgba(50,14,34,.6);
}
.about-figure .seal b { font-style: normal; font-size: 26px; display: block; color: var(--gold-soft); }

.about-copy h2 { font-size: clamp(36px, 5vw, 60px); color: var(--wine); font-weight: 300; margin-top: 22px; }
.about-copy .lead { margin-top: 28px; }
.about-copy p + p { margin-top: 18px; color: var(--ink-soft); }
.about-sign { margin-top: 36px; display: flex; align-items: center; gap: 18px; }
.about-sign .sig { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--wine); }
.about-sign .sig-meta { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); border-left: 1px solid var(--line); padding-left: 18px; }

.about-stats { display: flex; gap: clamp(28px, 4vw, 56px); margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--line); }
.about-stats .st b { font-family: var(--serif); font-size: clamp(34px,4vw,46px); color: var(--wine); display: block; font-weight: 400; }
.about-stats .st span { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }

@media (max-width: 840px) {
  .about .about-grid { grid-template-columns: 1fr; }
  .about-figure { height: 80vw; }
}

/* ============================================================
   CONTACTO
   ============================================================ */
.contact { background: var(--cream-2); }
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 88px);
}
.contact-aside h2 { font-size: clamp(36px, 5vw, 60px); color: var(--wine); font-weight: 300; margin-top: 22px; }
.contact-aside .lead { margin-top: 24px; color: var(--ink-soft); }
.contact-info { margin-top: 40px; display: flex; flex-direction: column; gap: 22px; }
.contact-info .ci { display: flex; gap: 16px; align-items: flex-start; }
.contact-info .ci .k { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); width: 90px; flex: none; padding-top: 4px; }
.contact-info .ci .v { font-size: 17px; color: var(--ink); }
.contact-info .ci .v small { display: block; color: var(--ink-soft); font-size: 14px; }

.socials { display: flex; gap: 12px; margin-top: 40px; }
.socials a {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); display: grid; place-items: center;
  color: var(--wine); transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s ease;
}
.socials a:hover { background: var(--wine); color: var(--cream); border-color: var(--wine); transform: translateY(-3px); }
.socials a svg { width: 19px; height: 19px; }

/* formulario */
.form { background: var(--paper); border: 1px solid var(--line); padding: clamp(28px, 4vw, 48px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; margin-bottom: 22px; }
.field label { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 9px; font-weight: 500; }
.field input, .field textarea, .field select {
  font-family: var(--sans); font-size: 16px; font-weight: 300; color: var(--ink);
  background: transparent; border: none; border-bottom: 1px solid var(--line);
  padding: 10px 2px; transition: border-color .3s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 110px; }
.field select { cursor: pointer; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.chip {
  font-size: 13px; letter-spacing: .04em; padding: 9px 17px;
  border: 1px solid var(--line); border-radius: 100px; cursor: pointer;
  color: var(--ink-soft); background: transparent; font-family: var(--sans); font-weight: 400;
  transition: all .25s ease;
}
.chip:hover { border-color: var(--line-gold); color: var(--wine); }
.chip.active { background: var(--wine); border-color: var(--wine); color: var(--cream); }
.form .btn { width: 100%; justify-content: center; margin-top: 8px; }
.form-note { font-size: 13px; color: var(--ink-soft); margin-top: 16px; text-align: center; }
.form-success {
  display: none; text-align: center; padding: 20px;
  font-family: var(--serif); font-size: 21px; color: var(--wine);
}
.form.sent .form-body { display: none; }
.form.sent .form-success { display: block; }

@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--wine-deep); color: var(--cream); padding-block: clamp(56px, 7vw, 84px); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; padding-bottom: 48px; border-bottom: 1px solid rgba(248,244,239,.14); }
.footer .brand { color: var(--cream); font-size: 34px; }
.footer .brand small { color: rgba(248,244,239,.6); }
.footer-tag { max-width: 30ch; color: rgba(248,244,239,.66); font-family: var(--serif); font-size: 21px; font-style: italic; }
.footer-nav { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h5 { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 18px; font-family: var(--sans); font-weight: 500; }
.footer-col a { display: block; color: rgba(248,244,239,.78); font-size: 15px; margin-bottom: 11px; transition: color .25s ease; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-bot { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 28px; font-size: 13px; color: rgba(248,244,239,.5); letter-spacing: .04em; }

/* ============================================================
   TRABAJOS REALIZADOS (galería)
   ============================================================ */
.work { background: var(--cream); }
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.8vw, 40px);
  align-items: start;
}
.work-item { margin: 0; }
.work-grid .work-item:nth-child(even) { transform: translateY(44px); }
.work-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  background: #EFE7DB;
}
.work-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.work-item:hover .work-frame img { transform: scale(1.06); }
.work-frame::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(248,244,239,.22);
  pointer-events: none;
}
.work-no {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--serif); font-style: italic; font-size: 15px;
  color: var(--cream); mix-blend-mode: difference; opacity: .9;
}
.work-item figcaption { padding-top: 16px; }
.work-item figcaption b { font-family: var(--serif); font-weight: 500; font-size: 21px; color: var(--wine); display: block; }
.work-item figcaption span { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }

.work-band {
  margin-top: clamp(86px, 9vw, 140px);
  height: clamp(280px, 34vw, 430px);
  background-size: cover; background-position: center 40%;
  position: relative; display: grid; place-items: center;
}
.work-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(50,14,34,.62), rgba(50,14,34,.74)); }
.work-band-inner { position: relative; z-index: 2; max-width: 780px; text-align: center; padding-inline: 24px; }
.work-band-inner p { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(25px, 3.6vw, 44px); line-height: 1.25; color: #FFFFFF; text-shadow: 0 2px 18px rgba(40,10,26,.45); }
.work-band-inner span { display: inline-block; margin-top: 18px; font-family: var(--sans); font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-soft); }

@media (max-width: 900px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .work-grid .work-item:nth-child(even) { transform: translateY(24px); }
}
@media (max-width: 540px) {
  .work-grid { grid-template-columns: 1fr; }
  .work-grid .work-item:nth-child(even) { transform: none; }
}

/* ============================================================
   CATÁLOGO + CARRITO
   ============================================================ */
.catalog { background: var(--paper); }
.catalog-filters {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-bottom: clamp(36px, 4vw, 52px);
}
.cat-chip {
  font-family: var(--sans); font-size: 13px; font-weight: 400;
  letter-spacing: .04em; padding: 9px 20px; cursor: pointer;
  border: 1px solid var(--line); border-radius: 100px; background: transparent;
  color: var(--ink-soft); transition: all .25s ease;
}
.cat-chip:hover { border-color: var(--line-gold); color: var(--wine); }
.cat-chip.active { background: var(--wine); border-color: var(--wine); color: var(--cream); }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 38px);
}
.product {
  display: flex; flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--line);
  position: relative;
  transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease;
}
.product:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(50,14,34,.42); }
.product-img {
  aspect-ratio: 4 / 5;
  background: var(--cream-3) center/cover no-repeat;
  position: relative;
}
.product-img:not(.has-img)::after {
  content: "Foto"; position: absolute; inset: 0; display: grid; place-items: center;
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: #B7A48C;
}
.product-cat {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--sans); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--paper); color: var(--wine); padding: 6px 12px;
  border: 1px solid var(--line-gold);
}
.product-body { padding: clamp(20px, 2.2vw, 28px); display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 28px); color: var(--wine); font-weight: 400; }
.product-body p { color: var(--ink-soft); font-size: 14.5px; margin-top: 8px; line-height: 1.55; }
.product-foot {
  margin-top: auto; padding-top: 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.product-price { font-family: var(--serif); font-size: 26px; color: var(--ink); font-weight: 500; }
.product-price.has-sale s { font-size: 18px; color: var(--ink-soft); opacity: .75; margin-right: 6px; font-weight: 400; }
.product-price.has-sale .now { color: var(--sale); }
.sale-tag {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  background: var(--sale); color: #fff;
  font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: .02em;
  padding: 7px 12px; border-radius: 100px;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,.45);
}

.btn--mini {
  padding: 11px 18px; font-size: 11px; border-radius: 2px;
  background: var(--wine); border-color: var(--wine);
}
.btn--mini:hover { background: var(--wine-deep); transform: translateY(-2px); }

.catalog-empty {
  text-align: center; color: var(--ink-soft); font-family: var(--serif);
  font-size: 22px; font-style: italic; padding: 40px 0;
}

@media (max-width: 900px) { .catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .catalog-grid { grid-template-columns: 1fr; } }

/* ---- botón de carrito en la barra ---- */
.cart-btn {
  position: relative; width: 44px; height: 44px; flex: none;
  display: grid; place-items: center; cursor: pointer;
  background: transparent; border: 1px solid var(--line); border-radius: 50%;
  color: var(--wine); transition: background .3s ease, border-color .3s ease, color .3s ease;
}
.cart-btn:hover { background: var(--wine); color: var(--cream); border-color: var(--wine); }
.cart-btn svg { width: 20px; height: 20px; }
.cart-btn.pop { animation: cartPop .4s ease; }
@keyframes cartPop { 0%,100% { transform: none; } 35% { transform: scale(1.18); } }
.cart-count {
  position: absolute; top: -5px; right: -5px;
  min-width: 19px; height: 19px; padding: 0 5px;
  background: var(--gold); color: var(--wine-deep);
  border-radius: 100px; font-family: var(--sans); font-size: 11px; font-weight: 600;
  display: none; align-items: center; justify-content: center;
}
.cart-count.show { display: flex; }
.nav.scrolled .cart-btn { border-color: var(--line); }

/* ---- drawer del carrito ---- */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(50,14,34,.42);
  opacity: 0; pointer-events: none; transition: opacity .4s ease; z-index: 70;
}
.cart-overlay.show { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%;
  width: min(420px, 92vw); background: var(--paper); z-index: 71;
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .45s cubic-bezier(.4,0,.1,1);
  box-shadow: -30px 0 80px -40px rgba(50,14,34,.6);
}
.cart-drawer.open { transform: none; }
.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 28px; border-bottom: 1px solid var(--line);
}
.cart-head h3 { font-family: var(--serif); font-size: 27px; color: var(--wine); font-weight: 400; }
.cart-close { background: none; border: none; font-size: 30px; line-height: 1; color: var(--ink-soft); cursor: pointer; transition: color .25s; }
.cart-close:hover { color: var(--wine); }
.cart-items { flex: 1; overflow-y: auto; padding: 14px 28px; }
.cart-empty { text-align: center; color: var(--ink-soft); font-style: italic; font-family: var(--serif); font-size: 19px; padding: 50px 0; }
.cart-item { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ci-img { width: 58px; height: 70px; flex: none; background: var(--cream-3) center/cover no-repeat; border: 1px solid var(--line); }
.ci-info { flex: 1; min-width: 0; }
.ci-info b { font-family: var(--sans); font-weight: 500; font-size: 14.5px; color: var(--ink); display: block; }
.ci-info span { font-family: var(--serif); font-size: 18px; color: var(--wine); }
.ci-qty { display: flex; align-items: center; gap: 0; border: 1px solid var(--line); border-radius: 4px; flex: none; }
.ci-qty button { width: 30px; height: 30px; background: transparent; border: none; cursor: pointer; color: var(--wine); font-size: 16px; transition: background .2s; }
.ci-qty button:hover { background: var(--cream-2); }
.ci-qty span { min-width: 26px; text-align: center; font-size: 14px; }
.ci-rm { background: none; border: none; color: var(--ink-soft); font-size: 19px; cursor: pointer; padding: 4px; transition: color .2s; flex: none; }
.ci-rm:hover { color: #9B2D3F; }
.cart-foot { border-top: 1px solid var(--line); padding: 22px 28px; }
.cart-total { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; }
.cart-total span { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.cart-total b { font-family: var(--serif); font-size: 32px; color: var(--wine); font-weight: 500; }
.cart-checkout { width: 100%; justify-content: center; }
.cart-note { font-size: 12px; color: var(--ink-soft); text-align: center; margin-top: 12px; line-height: 1.5; }

@media (max-width: 900px) {
  .cart-btn { margin-left: auto; margin-right: 4px; }
  .catalog-page .nav-burger, .reel-page .nav-burger { margin-left: 0; }
}

/* ============================================================
   PÁGINA DE CATÁLOGO
   ============================================================ */
.catalog-page { background: var(--cream); }
.catalog-main { padding-top: 72px; }
.catalog-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: clamp(48px, 7vw, 92px) 0 clamp(40px, 5vw, 64px);
}
.catalog-hero .wrap { max-width: 760px; }
.catalog-hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  color: var(--wine); font-weight: 300; margin-top: 20px;
}
.catalog-hero p { margin-top: 18px; color: var(--ink-soft); font-size: 18px; }

.catalog-pager {
  display: flex; justify-content: center; align-items: center; gap: 8px;
  margin-top: clamp(40px, 5vw, 64px); flex-wrap: wrap;
}
.pg-btn, .pg-num {
  font-family: var(--sans); font-size: 13px; letter-spacing: .04em;
  padding: 10px 16px; border: 1px solid var(--line); background: transparent;
  color: var(--wine); cursor: pointer; border-radius: 3px; transition: all .25s ease;
}
.pg-num { min-width: 42px; }
.pg-btn:hover:not([disabled]), .pg-num:hover { border-color: var(--gold); color: var(--gold); }
.pg-num.active { background: var(--wine); border-color: var(--wine); color: var(--cream); }
.pg-btn[disabled] { opacity: .4; cursor: default; }

.catalog-disabled { text-align: center; padding: clamp(40px, 7vw, 90px) 0; }
.catalog-disabled h2 { font-size: clamp(32px, 4vw, 48px); color: var(--wine); font-weight: 300; }
.catalog-disabled p { color: var(--ink-soft); margin: 16px 0 28px; }

/* ============================================================
   CARRITO POR ETAPAS + COTIZACIÓN
   ============================================================ */
.cart-drawer { display: block; overflow: hidden; }
.cart-stage { display: none; flex-direction: column; height: 100%; }
.cart-drawer[data-stage="cart"]     .cart-stage--cart,
.cart-drawer[data-stage="checkout"] .cart-stage--checkout,
.cart-drawer[data-stage="done"]     .cart-stage--done { display: flex; }

.co-back {
  background: none; border: 1px solid var(--line); width: 36px; height: 36px; border-radius: 50%;
  font-size: 18px; color: var(--wine); cursor: pointer; flex: none; transition: border-color .2s, background .2s;
}
.co-back:hover { border-color: var(--wine); background: var(--cream-2); }
.cart-head { gap: 14px; }
.cart-head h3 { flex: 1; }

.checkout-form { flex: 1; overflow-y: auto; padding: 22px 28px 28px; }
.co-fields .field { margin-bottom: 18px; display: flex; flex-direction: column; }
.co-fields label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; font-weight: 500; }
.co-fields label small { text-transform: none; letter-spacing: 0; font-size: 12px; color: #B7A48C; }
.co-fields .req { color: var(--gold); }
.co-fields input, .co-fields textarea {
  font-family: var(--sans); font-size: 15.5px; font-weight: 300; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: 5px; padding: 12px 13px;
  transition: border-color .25s ease, background .25s ease;
}
.co-fields input:focus, .co-fields textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.co-fields textarea { resize: vertical; min-height: 84px; }

.co-summary-box { background: var(--cream-2); border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; margin: 4px 0 18px; }
.co-summary-title { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 12px; font-weight: 500; }
.co-row { display: flex; justify-content: space-between; gap: 14px; font-size: 14.5px; padding: 5px 0; color: var(--ink); }
.co-row b { font-family: var(--serif); font-size: 16px; color: var(--wine); white-space: nowrap; }
.co-row.co-total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 12px; }
.co-row.co-total span { font-weight: 500; }
.co-row.co-total b { font-size: 22px; }
.co-submit { width: 100%; justify-content: center; margin-top: 4px; }
.checkout-form .err { color: #9B2D3F; font-size: 13.5px; min-height: 18px; margin-bottom: 8px; }

/* confirmación */
.co-done { flex: 1; overflow-y: auto; padding: 30px 28px 36px; text-align: center; }
.co-check {
  width: 72px; height: 72px; border-radius: 50%; margin: 6px auto 22px;
  background: var(--wine); color: var(--gold-soft);
  display: grid; place-items: center; font-size: 36px;
  box-shadow: 0 16px 38px -16px rgba(50,14,34,.5);
}
.co-done h4 { font-family: var(--serif); font-size: 30px; color: var(--wine); font-weight: 400; }
.co-folio { margin: 14px 0; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.co-folio b { font-family: var(--sans); font-size: 16px; letter-spacing: .08em; color: var(--gold); display: inline-block; margin-left: 6px; }
.co-done-msg { color: var(--ink-soft); font-size: 15px; line-height: 1.6; max-width: 40ch; margin: 0 auto; }
.co-done-actions { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 22px; }
.co-done-actions .btn { width: 100%; justify-content: center; }
.co-done-note { font-size: 13px; color: var(--ink-soft); line-height: 1.6; border-top: 1px solid var(--line); padding-top: 20px; margin-bottom: 22px; }
.co-done .link-arrow { margin: 0 auto; }

@media (max-width: 900px) {
  .catalog-main { padding-top: 64px; }
}

/* ============================================================
   AURUM EN MOVIMIENTO (videos)
   ============================================================ */
.reel-page { background: var(--cream); }
.reel-main { padding-top: 72px; }
.reel-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: clamp(48px, 7vw, 92px) 0 clamp(40px, 5vw, 64px);
}
.reel-hero .wrap { max-width: 760px; }
.reel-hero h1 { font-size: clamp(40px, 6vw, 72px); color: var(--wine); font-weight: 300; margin-top: 20px; }
.reel-hero p { margin-top: 18px; color: var(--ink-soft); font-size: 18px; }

.reel-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 34px);
}
.reel-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.reel-card:hover, .reel-card:focus-visible {
  transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(50,14,34,.5);
  border-color: var(--line-gold); outline: none;
}
.reel-thumb {
  position: relative; aspect-ratio: 16 / 10;
  background: var(--wine-deep) center/cover no-repeat;
  display: grid; place-items: center;
}
.reel-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(50,14,34,.12), rgba(50,14,34,.42)); }
.reel-play {
  position: relative; z-index: 2; width: 64px; height: 64px; border-radius: 50%;
  background: rgba(248,244,239,.92); color: var(--wine);
  display: grid; place-items: center; transition: transform .3s ease, background .3s ease;
}
.reel-play svg { width: 26px; height: 26px; margin-left: 3px; }
.reel-card:hover .reel-play { transform: scale(1.08); background: var(--gold); color: var(--wine-deep); }
.reel-cat {
  position: absolute; z-index: 2; top: 14px; left: 14px;
  background: rgba(50,14,34,.6); color: var(--cream);
  font-family: var(--sans); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 100px; backdrop-filter: blur(4px);
}
.reel-body { padding: 20px 22px 24px; }
.reel-body h3 { font-family: var(--serif); font-weight: 500; font-size: 23px; color: var(--ink); line-height: 1.2; }
.reel-body p { margin-top: 8px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

.reel-pager { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: clamp(40px, 5vw, 64px); flex-wrap: wrap; }
.reel-empty, .reel-disabled { text-align: center; padding: clamp(40px, 7vw, 90px) 0; color: var(--ink-soft); }
.reel-disabled h2 { font-size: clamp(32px, 4vw, 48px); color: var(--wine); font-weight: 300; }
.reel-disabled p { margin: 16px 0 28px; }

/* teaser en landing */
.reel-teaser { background: var(--wine-deep); color: var(--cream); overflow: hidden; }
.reel-teaser .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.reel-teaser-copy .eyebrow { color: var(--gold-soft); }
.reel-teaser-copy h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.06; color: #fff; margin: 16px 0 18px; text-wrap: balance; }
.reel-teaser-copy p { color: rgba(248,244,239,.78); font-size: 17px; line-height: 1.6; max-width: 46ch; margin-bottom: 30px; }
.reel-teaser-art {
  position: relative; aspect-ratio: 16 / 11; border-radius: 16px; overflow: hidden;
  background: var(--plum) center/cover no-repeat; border: 1px solid rgba(203,168,94,.3);
}
.reel-teaser-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(50,14,34,.1), rgba(50,14,34,.5)); }
.reel-teaser-art .reel-play { position: absolute; inset: 0; margin: auto; }

/* lightbox */
.reel-lightbox { position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center; padding: 24px; background: rgba(28,8,18,.86); backdrop-filter: blur(6px); }
.reel-lightbox[hidden] { display: none; }
.rl-frame { width: min(960px, 100%); }
.rl-embed { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 80px -30px rgba(0,0,0,.8); }
.rl-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rl-noembed { position: absolute; inset: 0; display: grid; place-items: center; gap: 14px; color: var(--cream); text-align: center; }
.rl-caption { margin-top: 16px; text-align: center; }
.rl-caption b { display: block; font-family: var(--serif); font-size: 22px; color: #fff; font-weight: 500; }
.rl-caption span { display: block; margin-top: 4px; font-size: 14px; color: rgba(248,244,239,.7); }
.rl-close { position: absolute; top: 20px; right: 24px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(248,244,239,.3); background: rgba(248,244,239,.08); color: var(--cream); font-size: 26px; line-height: 1; cursor: pointer; transition: background .2s, border-color .2s; }
.rl-close:hover { background: rgba(248,244,239,.18); border-color: var(--gold-soft); }

@media (max-width: 960px) {
  .reel-grid { grid-template-columns: repeat(2, 1fr); }
  .reel-teaser .wrap { grid-template-columns: 1fr; }
  .reel-teaser-art { order: -1; }
}
@media (max-width: 560px) {
  .reel-grid { grid-template-columns: 1fr; }
}

/* zonas rojas + disclaimer (checkout) */
.zona-link{display:inline-block;margin-top:8px;background:none;border:none;color:var(--wine);font-family:var(--sans);font-size:12.5px;cursor:pointer;text-decoration:underline;padding:2px 0;}
.zona-link:hover{color:var(--gold);}
.zona-pop{margin:6px 0 0;background:#fbf2f3;border:1px solid #e6c5cb;border-radius:8px;padding:12px 14px;}
.zona-pop-head{display:flex;justify-content:space-between;align-items:center;color:#7a2230;font-size:13px;margin-bottom:6px;}
.zona-pop-head button{background:none;border:none;font-size:18px;line-height:1;color:#7a2230;cursor:pointer;}
.zona-pop-body ul{margin:0;padding-left:18px;}
.zona-pop-body li{font-size:13px;color:var(--ink);padding:2px 0;}
.zona-pop-body .zona-note{font-size:12px;color:#7a2230;margin-top:8px;}
.disc-overlay{position:fixed;inset:0;z-index:9500;display:grid;place-items:center;padding:22px;background:rgba(28,8,18,.7);backdrop-filter:blur(4px);}
.disc-overlay[hidden]{display:none;}
.disc-box{width:min(540px,100%);background:var(--paper);border-radius:14px;padding:28px 30px;box-shadow:0 30px 70px -28px rgba(0,0,0,.7);}
.disc-box h3{font-family:var(--serif);font-size:26px;color:var(--wine);font-weight:500;margin-bottom:14px;}
.disc-text{font-size:14px;line-height:1.6;color:var(--ink-soft);max-height:46vh;overflow-y:auto;white-space:pre-line;}
.disc-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:22px;flex-wrap:wrap;}

/* ============================================================
   SOCIOS COMERCIALES (cintillo)
   ============================================================ */
.partners { background: var(--cream-2); }
.partners-carousel { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.partners-viewport { flex: 1; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
.partners-viewport::-webkit-scrollbar { display: none; }
.partners-arrow {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line-gold); background: var(--paper); color: var(--wine);
  font-size: 24px; line-height: 1; cursor: pointer; display: grid; place-items: center;
  transition: background .25s ease, color .25s ease, opacity .25s ease;
}
.partners-arrow:hover { background: var(--wine); color: var(--cream); }
.partners-arrow:disabled { opacity: .3; cursor: default; }
.partners-arrow:disabled:hover { background: var(--paper); color: var(--wine); }
.partners-strip {
  display: flex; justify-content: center; align-items: flex-start;
  gap: clamp(28px, 5vw, 64px); min-width: min-content; padding: 4px;
}
.partners-viewport .partners-strip { justify-content: flex-start; }
.partner-card {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-decoration: none; color: var(--ink); width: 150px; flex: none;
  transition: transform .3s ease;
}
.partner-card:not(.partner-static):hover { transform: translateY(-4px); }
.partner-logo {
  height: 64px; width: 100%; background: center/contain no-repeat;
  filter: grayscale(1); opacity: .65; transition: filter .3s ease, opacity .3s ease;
}
.partner-card:hover .partner-logo { filter: grayscale(0); opacity: 1; }
.partner-logo:not(.has-img)::after {
  content: ""; display: block; height: 100%;
}
.partner-name {
  font-family: var(--sans); font-size: 13px; letter-spacing: .04em;
  color: var(--ink-soft); text-align: center;
}
.partner-card:not(.partner-static):hover .partner-name { color: var(--wine); }

/* ============================================================
   reveal animation
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: none; }
}

/* ============================================================
   WHATSAPP FLOTANTE
   ============================================================ */
.wa-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 0;
}
.wa-float .wa-btn {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--wine);
  display: grid; place-items: center;
  color: var(--cream);
  box-shadow: 0 18px 40px -14px rgba(50,14,34,.6);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), background .35s ease;
  position: relative;
}
.wa-float .wa-btn::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 1px solid var(--gold);
  animation: waPulse 2.6s ease-out infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: .55; }
  70%,100% { transform: scale(1.55); opacity: 0; }
}
.wa-float .wa-btn:hover { transform: scale(1.08); background: var(--wine-deep); }
.wa-float .wa-btn svg { width: 30px; height: 30px; }
.wa-float .wa-label {
  background: var(--paper);
  border: 1px solid var(--line-gold);
  color: var(--wine);
  font-family: var(--sans);
  font-size: 13px; font-weight: 500;
  letter-spacing: .02em;
  padding: 11px 16px 11px 20px;
  border-radius: 100px 0 0 100px;
  margin-right: -22px;
  box-shadow: 0 14px 34px -18px rgba(50,14,34,.5);
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width .45s ease, opacity .35s ease, padding .35s ease;
  pointer-events: none;
}
.wa-float:hover .wa-label { max-width: 230px; opacity: 1; }
@media (prefers-reduced-motion: reduce) { .wa-float .wa-btn::before { animation: none; } }

/* image-slot default skin to match brand */
image-slot {
  --is-bg: var(--cream-3);
  background: var(--cream-3);
}

/* ============================================================
   PLACEHOLDERS DE IMAGEN (gestionadas por el panel admin)
   ============================================================ */
.ph {
  width: 100%; height: 100%;
  background: var(--cream-3) center/cover no-repeat;
  position: relative;
}
.hero-bg .ph { position: absolute; inset: 0; }
.ph:not(.has-img)::after {
  content: "Imagen";
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--sans); font-size: 11px; letter-spacing: .24em;
  text-transform: uppercase; color: #B7A48C;
}
/* avatares de testimonios como fondo */
.testi .av { background: var(--cream-3) center/cover no-repeat; }

/* enlace discreto al panel admin */
.footer-meta .admin-link { color: rgba(248,244,239,.5); border-bottom: 1px solid transparent; transition: color .25s ease, border-color .25s ease; }
.footer-meta .admin-link:hover { color: var(--gold-soft); border-color: var(--line-gold); }

/* ============================================================
   MODO MANTENIMIENTO (pantalla pública)
   ============================================================ */
html.aurum-maint-lock, html.aurum-maint-lock body { overflow: hidden !important; height: 100%; }
#aurum-maint {
  position: fixed; inset: 0; z-index: 99999;
  display: grid; place-items: center;
  background: var(--wine-deep);
  color: var(--cream);
  text-align: center;
  padding: 32px;
  opacity: 1;
}
#aurum-maint .amt-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(176,137,60,.20), transparent 42%),
    radial-gradient(circle at 82% 82%, rgba(94,34,65,.55), transparent 50%),
    linear-gradient(160deg, var(--wine) 0%, var(--wine-deep) 70%);
}
#aurum-maint .amt-inner { position: relative; z-index: 2; max-width: 600px; }
.amt-logo-wrap { position: relative; width: 168px; height: 168px; margin: 0 auto 30px; display: grid; place-items: center; }
.amt-logo { width: 120px; height: auto; position: relative; z-index: 2; animation: amtFloat 5s ease-in-out infinite; }
@keyframes amtFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.amt-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(203,168,94,.45);
  animation: amtPulse 3.4s ease-out infinite;
}
.amt-ring2 { animation-delay: 1.7s; }
@keyframes amtPulse {
  0% { transform: scale(.72); opacity: .9; }
  100% { transform: scale(1.35); opacity: 0; }
}
.amt-eyebrow {
  display: inline-block; font-family: var(--sans);
  font-size: 12px; letter-spacing: .42em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: 20px;
}
.amt-title {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(34px, 6vw, 60px); line-height: 1.08;
  color: #fff; margin-bottom: 18px; text-wrap: balance;
}
.amt-sub {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(15px, 2vw, 19px); line-height: 1.6;
  color: rgba(248,244,239,.8); max-width: 44ch; margin: 0 auto 36px; text-wrap: pretty;
}
.amt-wa {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--gold); color: var(--wine-deep);
  font-family: var(--sans); font-weight: 500; font-size: 15px; letter-spacing: .02em;
  padding: 15px 28px; border-radius: 100px; text-decoration: none;
  box-shadow: 0 18px 40px -16px rgba(0,0,0,.6); transition: transform .25s ease, background .25s ease;
}
.amt-wa svg { width: 21px; height: 21px; }
.amt-wa:hover { transform: translateY(-2px); background: var(--gold-soft); }
.amt-socials {
  display: flex; justify-content: center; gap: 14px;
  margin-top: 30px;
}
.amt-soc-link {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(203,168,94,.4);
  color: var(--gold-soft);
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.amt-soc-link svg { width: 20px; height: 20px; }
.amt-soc-link:hover {
  color: var(--wine-deep); background: var(--gold-soft);
  border-color: var(--gold-soft); transform: translateY(-2px);
}
.amt-foot {
  display: block; margin-top: 30px;
  font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(203,168,94,.65);
}
@media (max-width: 560px) {
  .amt-logo-wrap { width: 132px; height: 132px; }
  .amt-logo { width: 96px; }
}
