/* Lazos de Amor — California quiet luxury · editorial wellness */

:root {
  /* Paleta mockup Lazos de Amor */
  --cream: #f9f7f2;
  --ivory: #f9f7f2;
  --champagne: #f3ece3;
  --bone: #ffffff;
  --cream-deep: #ebe3d8;
  --linen: #f5f0e8;

  --charcoal: #2c2424;
  --espresso: #2c2424;
  --espresso-rich: #1f1818;
  --espresso-mid: #3d3232;
  --warm-gray: #5a504c;
  --muted: #6f6560;
  --whisper: #9a908a;

  --burgundy: #5d1a24;
  --burgundy-deep: #4a1a1a;
  --burgundy-wine: #5d1a24;
  --burgundy-hover: #6d2230;
  --dusty-rose: #c4a8a0;
  --rose-whisper: #e8d4ce;
  --gold-antique: #c9a86c;
  --copper-soft: #a67c5b;

  --glass: rgba(255, 255, 255, 0.88);
  --glass-strong: rgba(255, 255, 255, 0.96);
  --glass-dark: rgba(74, 26, 26, 0.88);
  --glass-dark-strong: rgba(74, 26, 26, 0.94);
  --border-hairline: rgba(93, 26, 36, 0.1);
  --border-soft: rgba(93, 26, 36, 0.18);
  --border-dark: rgba(255, 255, 255, 0.14);
  --border-gold: rgba(201, 168, 108, 0.35);

  --shadow-whisper: 0 2px 12px rgba(93, 26, 36, 0.06);
  --shadow-soft: 0 14px 44px rgba(93, 26, 36, 0.1);
  --shadow-lift: 0 28px 72px rgba(93, 26, 36, 0.14);
  --shadow-cinematic: 0 36px 90px rgba(74, 26, 26, 0.18), 0 12px 40px rgba(74, 26, 26, 0.08);
  --shadow-glow-warm: 0 0 50px rgba(201, 168, 108, 0.22);

  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 20px;

  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Manrope", system-ui, sans-serif;

  --container: min(1180px, calc(100% - clamp(1.25rem, 5vw, 5rem)));
  --container-narrow: min(680px, calc(100% - clamp(1.25rem, 5vw, 5rem)));
  --header-h: 80px;
  --hero-mobile-img: clamp(240px, 42vh, 380px);

  --ease-organic: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-slow: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 0.35s;
  --duration-med: 0.65s;
  --duration-slow: 1.1s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--charcoal);
  background: var(--ivory);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, p {
  margin: 0;
}

::selection {
  background: rgba(93, 26, 36, 0.18);
  color: var(--burgundy-deep);
}

/* Film grain — human texture */
.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--burgundy);
  color: var(--bone);
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  top: 1rem;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity var(--duration-slow) var(--ease-organic),
    transform var(--duration-slow) var(--ease-organic);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

/* Logo */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
}

.logo-placeholder {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: linear-gradient(145deg, var(--champagne), var(--linen));
}

.logo-placeholder--sm {
  width: 34px;
  height: 34px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-name {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--espresso);
}

.logo-tagline {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--whisper);
}

.logo--footer .logo-name {
  font-size: 1.2rem;
}

/* Buttons — quiet luxury */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  border-radius: var(--radius-xs);
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background var(--duration-med) var(--ease-organic),
    color var(--duration-med) var(--ease-organic),
    border-color var(--duration-med) var(--ease-organic),
    box-shadow var(--duration-med) var(--ease-organic),
    transform var(--duration-fast) var(--ease-organic);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-sm {
  padding: 0.75rem 1.25rem;
  font-size: 0.6875rem;
}

.btn-lg {
  padding: 1.125rem 2.25rem;
  font-size: 0.75rem;
}

.btn-primary {
  background: var(--burgundy);
  color: var(--bone);
  border-color: var(--burgundy);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
  background: var(--burgundy-hover);
  border-color: var(--burgundy-hover);
  box-shadow: var(--shadow-lift), var(--shadow-glow-warm);
}

.btn-outline {
  background: transparent;
  color: var(--burgundy);
  border-color: var(--burgundy);
}

.btn-outline:hover {
  border-color: var(--burgundy-deep);
  color: var(--burgundy-deep);
  background: rgba(93, 26, 36, 0.04);
}

.btn-ghost {
  background: rgba(253, 251, 247, 0.72);
  color: var(--espresso-rich);
  border-color: rgba(46, 40, 36, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-whisper);
}

.btn-ghost:hover {
  background: var(--bone);
  border-color: var(--burgundy);
  color: var(--burgundy-wine);
  box-shadow: var(--shadow-soft);
}

.btn-light {
  background: var(--cream);
  color: var(--burgundy-deep);
  border-color: var(--cream);
  box-shadow: var(--shadow-soft);
}

.btn-light:hover {
  background: var(--bone);
  border-color: var(--bone);
}

.btn-outline-light {
  background: transparent;
  color: var(--bone);
  border-color: rgba(253, 251, 247, 0.35);
}

.btn-outline-light:hover {
  background: rgba(253, 251, 247, 0.08);
  border-color: rgba(253, 251, 247, 0.55);
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(249, 247, 242, 0.9);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid var(--border-hairline);
  transition: background var(--duration-med) var(--ease-organic);
}

.header-call.btn-primary {
  padding: 0.65rem 1.15rem;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-switch {
  display: flex;
  padding: 2px;
  background: var(--champagne);
  border-radius: var(--radius-xs);
  border: 1px solid var(--border-hairline);
}

.lang-btn {
  padding: 0.4rem 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--whisper);
  background: transparent;
  border: none;
  border-radius: var(--radius-xs);
  cursor: pointer;
  transition: all var(--duration-med) var(--ease-organic);
}

.lang-btn.is-active {
  background: var(--bone);
  color: var(--espresso);
  box-shadow: var(--shadow-whisper);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin-inline: auto;
  background: var(--espresso);
  transition: transform var(--duration-med) var(--ease-organic);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 1.5rem clamp(2rem, 6vw, 5rem) 2rem;
  background: var(--ivory);
  border-bottom: 1px solid var(--border-hairline);
}

.mobile-menu a {
  padding: 1rem 0;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--warm-gray);
  border-bottom: 1px solid var(--border-hairline);
  transition: color var(--duration-med) var(--ease-organic);
}

.mobile-menu a:hover {
  color: var(--espresso);
}

.mobile-menu a:last-child {
  border-bottom: none;
  margin-top: 1.5rem;
}

.mobile-menu.is-open {
  display: flex;
}

/* Bloques burgundy — CTA y pie (mockup) */
.section-dark {
  background:
    linear-gradient(165deg, var(--burgundy-deep) 0%, var(--burgundy) 48%, #3d1518 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 20% 30%, rgba(201, 168, 108, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 40% at 85% 70%, rgba(0, 0, 0, 0.15), transparent 50%);
  pointer-events: none;
}

.section-dark > .container {
  position: relative;
  z-index: 1;
}

.section-dark .section-header h2,
.section-dark .about-content h2 {
  color: var(--bone);
}

.section-dark .section-header h2 em,
.section-dark .about-content h2 em {
  color: var(--dusty-rose);
}

.section-dark .section-header p,
.section-dark .about-content > p {
  color: rgba(243, 237, 228, 0.78);
}

.section-dark .trust-item strong {
  color: var(--bone);
}

.section-dark .trust-item span:last-child {
  color: rgba(243, 237, 228, 0.65);
}

.section-dark .trust-icon {
  color: var(--gold-antique);
}

.section-dark .trust-item {
  border-right-color: var(--border-dark);
}

/* Hero — editorial claro (mockup) */
.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 100vh;
  min-height: 100svh;
  padding: calc(var(--header-h) + 2rem) 0 0;
  overflow: hidden;
  background: var(--cream);
}

.hero-bg {
  position: absolute;
  inset: 0;
  left: 0;
  will-change: transform;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(1.02) contrast(1.03) brightness(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, var(--cream) 0%, rgba(249, 247, 242, 0.98) 22%, rgba(249, 247, 242, 0.72) 38%, rgba(249, 247, 242, 0.28) 52%, rgba(249, 247, 242, 0.05) 62%, transparent 72%),
    linear-gradient(180deg, rgba(249, 247, 242, 0.15) 0%, transparent 45%, rgba(249, 247, 242, 0.2) 100%);
}

.hero-glow {
  position: absolute;
  width: min(42vw, 480px);
  height: min(42vw, 480px);
  right: 12%;
  top: 28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 210, 150, 0.35) 0%, rgba(201, 168, 108, 0.12) 45%, transparent 70%);
  filter: blur(56px);
  pointer-events: none;
  z-index: 0;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: calc(100vh - var(--header-h) - 2rem);
  min-height: calc(100svh - var(--header-h) - 2rem);
  padding-bottom: clamp(3rem, 8vh, 5rem);
}

.hero-content {
  max-width: 580px;
  text-align: left;
  margin-inline: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-eyebrow {
  margin-bottom: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-antique);
}

.hero-trust-card {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(2rem, 6vh, 4rem);
  z-index: 3;
  max-width: 280px;
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-trust-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.85rem;
  color: var(--gold-antique);
  background: rgba(201, 168, 108, 0.12);
  border-radius: 50%;
}

.hero-trust-card__icon svg {
  width: 18px;
  height: 18px;
}

.hero-trust-card strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--espresso-rich);
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid var(--border-hairline);
}

.hero-trust-card p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--warm-gray);
}

.stars {
  color: var(--gold-antique);
  letter-spacing: 0.12em;
  font-size: 0.625rem;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.75rem, 6.5vw, 5.25rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--espresso-rich);
}

.hero-title-line {
  display: block;
}

.hero-title-line--plain {
  font-style: normal;
  color: var(--espresso-rich);
}

.hero-title-line em {
  font-style: italic;
  font-weight: 400;
  color: var(--burgundy);
}

.hero .btn-ghost {
  border-color: rgba(201, 168, 108, 0.65);
  background: rgba(255, 255, 255, 0.45);
}

.section-header h2 em,
.final-cta h2 em {
  display: inline;
  font-style: italic;
  font-weight: 400;
  color: var(--burgundy);
  letter-spacing: -0.015em;
}

.final-cta h2 em {
  display: block;
  margin-top: 0.08em;
}

.hero-lead {
  margin-top: 1.75rem;
  font-size: clamp(1.05rem, 1.6vw, 1.1875rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--espresso-mid);
  max-width: 44ch;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero-note {
  margin-top: 1.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Trust bar — claro con divisores (mockup) */
.trust-bar {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: var(--bone);
  border-block: 1px solid var(--border-hairline);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.75rem;
  padding-right: 1rem;
  border-right: 1px solid var(--border-hairline);
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 0.25rem;
  color: var(--gold-antique);
  background: transparent;
  border-radius: 0;
}

.trust-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1;
  opacity: 0.85;
}

.trust-item strong {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--espresso-rich);
}

.trust-item span:last-child {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--warm-gray);
}

/* Sections */
.section {
  padding: clamp(5rem, 12vw, 9rem) 0;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(3.5rem, 6vw, 5.5rem);
}

.section-header--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 560px;
}

.section-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--espresso-rich);
}

.section-header p {
  margin-top: 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--warm-gray);
}

.about-content > p {
  margin-top: 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.85;
  color: var(--warm-gray);
}

/* Benefits — depth on light */
.benefits {
  background:
    linear-gradient(180deg, var(--ivory) 0%, var(--champagne) 100%);
  position: relative;
}

.benefits::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

.cards-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.cards-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  padding: clamp(2.25rem, 3vw, 3rem) clamp(1.75rem, 2vw, 2.25rem);
  background: var(--bone);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--duration-slow) var(--ease-organic),
    box-shadow var(--duration-slow) var(--ease-organic),
    border-color var(--duration-med) var(--ease-organic);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift), var(--shadow-glow-warm);
  border-color: var(--border-gold);
}

.card:nth-child(2) {
  margin-top: 1.5rem;
}

.card:nth-child(4) {
  margin-top: 1.5rem;
}

.card-icon {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 1.75rem;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--gold-antique);
  background: none;
  border-radius: 0;
}

.card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--espresso);
}

.card p {
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--warm-gray);
}

/* How it works — warm depth */
.how-it-works {
  background:
    linear-gradient(180deg, var(--cream-deep) 0%, var(--champagne) 50%, var(--linen) 100%);
}

.how-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.steps-list {
  list-style: none;
  margin: clamp(2.5rem, 4vw, 4rem) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4vw, 3.5rem);
}

.steps-list li {
  display: flex;
  gap: 2rem;
  padding-bottom: clamp(2rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--border-hairline);
}

.steps-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.step-num {
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 400;
  font-style: italic;
  color: var(--burgundy);
  line-height: 1;
  opacity: 0.85;
}

.steps-list h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  color: var(--espresso);
}

.steps-list p {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--muted);
}

.how-visual {
  position: relative;
}

.how-figure {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 100%;
  border-radius: var(--radius-xl);
  overflow: visible;
  box-shadow: var(--shadow-cinematic);
  transform: translateX(6%) translateY(-1rem);
}

.how-figure::before {
  content: "";
  position: absolute;
  inset: -12px -12px 12px 12px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(184, 152, 106, 0.15), rgba(122, 85, 85, 0.1));
  z-index: -1;
}

.how-figure > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  border-radius: var(--radius-xl);
  filter: saturate(0.92) contrast(1.05);
  transition: transform 8s var(--ease-slow);
}

.how-figure:hover > img {
  transform: scale(1.03);
}

.floating-quote {
  position: absolute;
  left: -3rem;
  bottom: 2rem;
  max-width: 340px;
  margin: 0;
  padding: 2rem 2.25rem;
  background: var(--glass-dark);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-cinematic);
}

.floating-quote::before {
  content: "\201C";
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--font-serif);
  font-size: 3rem;
  line-height: 1;
  color: var(--gold-antique);
  opacity: 0.85;
}

.floating-quote p {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--champagne);
}

.floating-quote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.6875rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 237, 228, 0.55);
}

.visual-cards {
  display: none;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.visual-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.visual-card:nth-child(2) {
  margin-left: 8%;
}

.visual-card img {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
  filter: saturate(0.88);
}

.visual-card-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1.75rem;
  background: linear-gradient(transparent, rgba(46, 40, 36, 0.72));
  color: var(--bone);
}

.visual-card-caption span {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.85;
}

.visual-card-caption p {
  margin-top: 0.5rem;
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.45;
}

.mobile-only {
  display: none;
}

/* About — dark cinematic */
.about {
  padding-block: clamp(6rem, 14vw, 10rem);
  background: var(--bone);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.about-figure {
  position: relative;
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: visible;
  box-shadow: var(--shadow-cinematic);
  transform: translateY(-2rem) translateX(-2%);
}

.about-figure::after {
  content: "";
  position: absolute;
  inset: 20% -8% -8% 15%;
  background: radial-gradient(circle, rgba(184, 152, 106, 0.2), transparent 65%);
  z-index: -1;
  filter: blur(24px);
}

.about-figure img {
  width: 100%;
  aspect-ratio: 4 / 5.2;
  object-fit: cover;
  object-position: center 22%;
  border-radius: var(--radius-xl);
  filter: saturate(0.9) contrast(1.06);
}

.about-badge {
  position: absolute;
  left: 1.75rem;
  bottom: 1.75rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--burgundy-deep);
  background: var(--glass-strong);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}

.about-content {
  padding-top: 1rem;
  padding-left: clamp(0rem, 3vw, 2rem);
}

.about-content .btn-primary {
  box-shadow: var(--shadow-soft), var(--shadow-glow-warm);
}

.about-content .btn {
  margin-top: 2.5rem;
}

/* Testimonials — cards claras (mockup) */
.testimonials {
  padding-block: clamp(6rem, 14vw, 10rem);
  background: var(--champagne);
}

.cards-grid--3 {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.75rem, 3vw, 2.25rem);
}

.testimonial-card {
  position: relative;
  padding: clamp(2.5rem, 4vw, 3.25rem);
  background: var(--bone);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--duration-med) var(--ease-organic),
    border-color var(--duration-med) var(--ease-organic),
    box-shadow var(--duration-med) var(--ease-organic);
}

.testimonial-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-lift);
}

.testimonial-card::before {
  content: "\201C";
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 6vw, 5rem);
  line-height: 1;
  color: var(--gold-antique);
  opacity: 0.75;
}

.testimonial-card .stars {
  font-size: 0.5625rem;
  letter-spacing: 0.22em;
  color: var(--gold-antique);
}

.testimonial-card p {
  margin-top: 1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: var(--charcoal);
}

.testimonial-card footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-hairline);
  font-size: 0.75rem;
}

.testimonial-card footer strong {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--espresso);
}

.testimonial-card footer span:not(.verified) {
  color: var(--muted);
  font-weight: 400;
}

.verified {
  padding: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--burgundy);
  background: none;
  border-radius: 0;
}

.testimonial-card:nth-child(odd) {
  padding-right: clamp(1.5rem, 3vw, 2.5rem);
}

.testimonial-card:nth-child(even) {
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: 3rem;
}

/* FAQ — warm light pause */
.faq {
  background:
    linear-gradient(180deg, var(--bone) 0%, var(--ivory) 100%);
}

.faq-container {
  max-width: 780px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.faq-item {
  border-bottom: 1px solid var(--border-hairline);
}

.faq-item:first-child {
  border-top: 1px solid var(--border-hairline);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2rem) 0;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--espresso);
  cursor: pointer;
  list-style: none;
  transition: color var(--duration-med) var(--ease-organic);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 1px;
  background: var(--burgundy-wine);
  transition: width var(--duration-med) var(--ease-organic);
}

.faq-item[open] summary::after {
  width: 40px;
}

.faq-item summary:hover {
  color: var(--burgundy);
  background: transparent;
}

.faq-item p {
  padding: 0 0 clamp(1.5rem, 3vw, 2rem);
  max-width: 62ch;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--warm-gray);
}

/* Final CTA — burgundy mockup */
.final-cta {
  position: relative;
  padding: clamp(7rem, 16vw, 12rem) 0;
  overflow: hidden;
  background: var(--burgundy-deep);
}

.final-cta-bg {
  position: absolute;
  inset: -15% 0 -5%;
  will-change: transform;
}

.final-cta-bg img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.8) contrast(1.1) brightness(0.75);
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(74, 26, 26, 0.45) 0%, rgba(93, 26, 36, 0.78) 50%, rgba(61, 21, 24, 0.92) 100%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(201, 168, 108, 0.14), transparent 60%);
}

.final-cta-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  color: var(--bone);
  padding: clamp(2.5rem, 5vw, 4rem);
  background: rgba(35, 31, 28, 0.35);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-cinematic);
}

.final-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 4.75rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.final-cta h2 em {
  color: var(--rose-whisper);
}

.final-cta-content > p {
  margin-top: 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.9;
  max-width: 48ch;
  margin-inline: auto;
  color: var(--champagne);
}

.final-cta .hero-ctas {
  margin-top: 3rem;
  justify-content: center;
}

/* Footer */
.site-footer {
  padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
  background: linear-gradient(180deg, #3d1518 0%, var(--burgundy-deep) 100%);
  border-top: 1px solid var(--border-dark);
  color: var(--cream);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-inner .logo-name {
  color: var(--bone);
}

.footer-inner .logo-placeholder {
  border-color: rgba(253, 251, 247, 0.2);
  background: rgba(253, 251, 247, 0.05);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-nav a {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--whisper);
  transition: color var(--duration-med) var(--ease-organic);
}

.footer-nav a:hover {
  color: var(--bone);
}

.footer-inner .btn-outline {
  color: var(--bone);
  border-color: rgba(253, 251, 247, 0.25);
}

.footer-inner .btn-outline:hover {
  background: rgba(253, 251, 247, 0.08);
  border-color: rgba(253, 251, 247, 0.45);
  color: var(--bone);
}

.footer-copy {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(253, 251, 247, 0.08);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--whisper);
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }

  .trust-item:nth-child(2) {
    border-right: none;
  }

  .trust-item {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 960px) {
  .cards-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .card:nth-child(2),
  .card:nth-child(4) {
    margin-top: 0;
  }

  .cards-grid--3 {
    grid-template-columns: 1fr;
  }

  .testimonial-card:nth-child(even) {
    margin-top: 0;
    padding-left: clamp(1.5rem, 4vw, 2.5rem);
  }

  .testimonial-card:nth-child(odd) {
    padding-right: clamp(1.5rem, 4vw, 2.5rem);
  }

  .how-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .how-grid {
    display: flex;
    flex-direction: column;
  }

  .how-steps {
    order: 1;
  }

  .how-visual {
    order: 2;
  }

  .how-figure {
    display: none;
  }

  .about-figure {
    transform: none;
    max-width: min(100%, 420px);
    margin-inline: auto;
  }

  .about-content {
    padding-left: 0;
    padding-top: 0;
  }

  .section-header--left {
    text-align: left;
  }

  .mobile-only {
    display: flex;
  }

  .visual-card:nth-child(2) {
    margin-left: 0;
  }

  /* Hero: imagen arriba + contenido legible abajo */
  .hero {
    display: block;
    min-height: 0;
    padding: var(--header-h) 0 0;
    overflow: visible;
  }

  .hero-bg {
    position: relative;
    inset: auto;
    left: auto;
    height: var(--hero-mobile-img);
    max-height: 380px;
  }

  .hero-bg img {
    object-position: center 30%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(249, 247, 242, 0.05) 0%, transparent 35%),
      linear-gradient(0deg, var(--cream) 0%, rgba(249, 247, 242, 0.55) 28%, transparent 55%);
  }

  .hero-glow {
    display: none;
  }

  .hero-layout {
    min-height: 0;
    align-items: stretch;
    padding: clamp(1.5rem, 5vw, 2.5rem) 0 clamp(2.5rem, 8vw, 4rem);
  }

  .hero-content {
    text-align: left;
    margin-inline: 0;
    max-width: none;
    width: 100%;
  }

  .hero-lead {
    margin-inline: 0;
    max-width: none;
  }

  .hero-ctas {
    justify-content: flex-start;
  }

  .hero-trust-card {
    position: static;
    max-width: none;
    width: 100%;
    margin-top: 1.75rem;
  }

  .floating-quote {
    position: static;
    left: auto;
    right: auto;
    max-width: none;
    margin-top: 1.5rem;
  }

  .steps-list li {
    gap: 1.25rem;
  }

  .step-num {
    font-size: 1.75rem;
  }
}

@media (max-width: 640px) {
  :root {
    --header-h: 68px;
    --hero-mobile-img: clamp(220px, 38vh, 320px);
  }

  body {
    font-size: 1rem;
  }

  .logo-name {
    font-size: 1.2rem;
  }

  .logo-tagline {
    font-size: 0.5625rem;
    letter-spacing: 0.16em;
  }

  .logo-placeholder {
    width: 36px;
    height: 36px;
  }

  .header-inner {
    min-height: var(--header-h);
  }

  .header-actions {
    gap: 0.5rem;
  }

  .header-call {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-menu {
    padding-inline: max(1.25rem, env(safe-area-inset-right, 0px)) max(1.25rem, env(safe-area-inset-left, 0px));
  }

  .hero h1 {
    font-size: clamp(2.125rem, 9.5vw, 2.875rem);
    line-height: 1.08;
  }

  .hero-eyebrow {
    margin-bottom: 0.875rem;
    font-size: 0.625rem;
  }

  .hero-lead {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }

  .hero-ctas .btn {
    width: 100%;
    padding: 1rem 1.5rem;
  }

  .hero-note {
    margin-top: 1.25rem;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-wrap: balance;
  }

  .hero-trust-card {
    padding: 1.15rem 1.25rem;
  }

  .hero-trust-card strong {
    font-size: 0.975rem;
  }

  .section-header {
    margin-bottom: clamp(2.5rem, 6vw, 3.5rem);
  }

  .section-header h2 {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .section-header p {
    font-size: 1rem;
    margin-top: 1.25rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
    padding: 1.5rem 0;
    border-right: none;
    border-bottom: 1px solid var(--border-hairline);
  }

  .trust-item:last-child {
    border-bottom: none;
  }

  .trust-icon {
    margin-bottom: 0;
    margin-top: 0.15rem;
  }

  .trust-item strong {
    font-size: 1.15rem;
  }

  .trust-item span:last-child {
    font-size: 0.8125rem;
  }

  .cards-grid--4 {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 1.75rem 1.5rem;
  }

  .section {
    padding: clamp(3.5rem, 10vw, 5rem) 0;
  }

  .about-badge {
    left: 1rem;
    bottom: 1rem;
    max-width: calc(100% - 2rem);
    font-size: 0.5625rem;
  }

  .faq-item summary {
    gap: 1rem;
    font-size: 1.1rem;
    padding: 1.25rem 0;
  }

  .final-cta {
    padding: clamp(4rem, 12vw, 6rem) 0;
  }

  .final-cta h2 {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .final-cta-content {
    margin-inline: 0;
    padding: clamp(1.75rem, 5vw, 2.5rem);
    border-radius: var(--radius-lg);
  }

  .final-cta-content > p {
    font-size: 1rem;
  }

  .final-cta .hero-ctas {
    margin-top: 2rem;
    flex-direction: column;
    align-items: stretch;
  }

  .final-cta .hero-ctas .btn {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .footer-nav {
    justify-content: center;
    gap: 1rem 1.5rem;
  }

  .footer-copy {
    margin-top: 2rem;
    padding-top: 1.5rem;
    line-height: 1.6;
  }
}

@media (max-width: 380px) {
  .lang-btn {
    padding: 0.35rem 0.5rem;
  }

  .hero h1 {
    font-size: 1.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn:hover,
  .card:hover {
    transform: none;
  }

  .how-figure:hover > img {
    transform: none;
  }

  .hero-bg,
  .final-cta-bg {
    will-change: auto;
  }
}
