*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream: #0D0B09;
  --cream2: #0D0B09;
  --cream3: #0D0B09;
  --dark: #0D0B09;
  --dark2: #0D0B09;
  --dark3: #0D0B09;
  --text: #D4C8A8;
  --muted: rgba(212,200,168,0.65);
  --muted2: rgba(212,200,168,0.45);
  --on-dark: #D4C8A8;
  --on-dark-muted: rgba(212,200,168,0.6);
  --on-dark-muted2: rgba(212,200,168,0.35);
  --gold: #D4A030;
  --gold2: #D4A030;
  --gold-dim: rgba(212,160,48,0.1);
  --brown: #D4A030;
  --brown-light: #D4A030;
  --border: rgba(196,168,120,0.12);
  --border-dark: rgba(196,168,120,0.15);
  --border2-dark: rgba(196,168,120,0.07);
  --red: #C84B35;
  --green: #3A8A5E;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body { background: var(--cream); color: var(--text); font-family: 'DM Sans', sans-serif; font-weight: 300; line-height: 1.65; overflow-x: hidden; max-width: 100%; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { text-shadow: 0 0 80px rgba(196,168,120,0.12); }
h1 em, h2 em, h3 em { text-shadow: 0 0 60px rgba(196,168,120,0.28); }

.eyebrow { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.35em; text-transform: uppercase; color: rgba(196,168,120,0.6); display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: rgba(196,168,120,0.35); flex-shrink: 0; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 3.5rem; height: 82px; background: rgba(13,11,9,0.85); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(196,168,120,0.07); transition: border-color 0.3s; }
.nav-logo { display: flex; align-items: center; text-decoration: none; background: #0D0B09; border-radius: 6px; }
.nav-logo img { height: 68px; width: auto; mix-blend-mode: lighten; }
.nav-links { display: flex; gap: 0; list-style: none; background: rgba(196,168,120,0.06); border: 1px solid rgba(196,168,120,0.14); border-radius: 50px; padding: 0.4rem 0.7rem; backdrop-filter: blur(8px); }
.nav-links li a { color: rgba(212,200,168,0.65); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; padding: 0.55rem 1.4rem; border-radius: 50px; display: block; transition: all 0.2s; }
.nav-links li a:hover, .nav-links li a.active { color: #0D0B09; background: rgba(196,168,120,0.9); }
.nav-cta { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: #0D0B09; background: rgba(196,168,120,0.9); border: none; text-decoration: none; padding: 0.6rem 1.6rem; border-radius: 50px; transition: all 0.2s; box-shadow: 0 0 20px rgba(196,168,120,0.2); }
.nav-cta:hover { background: rgba(196,168,120,1); box-shadow: 0 0 35px rgba(196,168,120,0.35); }

/* HERO ALT 2 */
.hero-alt2 { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 8rem 5rem 5rem; background: var(--cream2); position: relative; overflow: hidden; }
.hero-alt2-photo { position: absolute; right: 0; top: 0; bottom: 0; width: 45%; clip-path: polygon(12% 0,100% 0,100% 100%,0% 100%); overflow: hidden; }
.hero-alt2-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 0.65; filter: grayscale(20%); mix-blend-mode: luminosity; }
.hero-alt2-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right,rgba(13,11,9,0.92) 0%,rgba(13,11,9,0.4) 55%,transparent 100%),linear-gradient(to top,rgba(13,11,9,0.5) 0%,transparent 50%); }
.hero-alt2-inner { max-width: 700px; }
.hero-alt2 h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.8rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; color: var(--text); margin: 1.6rem 0 2rem; }
.hero-alt2 h1 em { color: var(--gold); font-style: italic; }
.hero-alt2-p { font-size: 1.05rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.4rem; max-width: 560px; }
.hero-alt2-p strong { color: var(--text); font-weight: 600; }
.hero-alt2-btns { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-alt2-body { font-size: 1.05rem; color: var(--muted); line-height: 1.75; margin-bottom: 1rem; max-width: 580px; }
.hero-alt2-body strong { color: var(--text); font-weight: 600; }
.hero-alt2-pull { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.1rem; color: rgba(196,168,120,0.85); margin: 0.5rem 0 1.6rem; }
.btn-brown-pill { background: rgba(196,168,120,0.9); color: #0D0B09; padding: 0.9rem 2.2rem; font-weight: 600; font-size: 0.75rem; text-decoration: none; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s; box-shadow: 0 0 40px rgba(196,168,120,0.2); }
.btn-brown-pill:hover { background: #C4A878; box-shadow: 0 0 60px rgba(196,168,120,0.35); }
.btn-outline-pill { border: 1px solid rgba(196,168,120,0.3); color: rgba(212,200,168,0.7); padding: 0.9rem 2.2rem; font-size: 0.75rem; text-decoration: none; background: transparent; border-radius: 50px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; transition: all 0.3s; }
.btn-outline-pill:hover { color: rgba(196,168,120,0.9); border-color: rgba(196,168,120,0.5); }

/* HERO ALT — dark */
.hero-alt { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 8rem 5rem 5rem; background: #0D0B09; position: relative; overflow: hidden; }
.hero-alt-photo { position: absolute; right: 0; top: 0; bottom: 0; width: 45%; background: #0D0B09; clip-path: polygon(12% 0,100% 0,100% 100%,0% 100%); overflow: hidden; }
.hero-alt-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 0.55; mix-blend-mode: luminosity; }
.hero-alt-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right,rgba(13,11,9,0.75) 0%,transparent 60%),linear-gradient(to top,rgba(13,11,9,0.5) 0%,transparent 40%); }
.hero-alt-inner { max-width: 700px; }
.hero-alt h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.8rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; color: var(--on-dark); margin: 1.6rem 0 2rem; }
.hero-alt h1 em { color: var(--gold); font-style: italic; }
.hero-alt-p1 { font-size: 1.1rem; color: var(--on-dark-muted); line-height: 1.75; margin-bottom: 1.4rem; }
.hero-alt-p2 { font-size: 1.05rem; color: var(--on-dark-muted); line-height: 1.75; margin-bottom: 3rem; }
.hero-alt-p2 strong { color: var(--on-dark); }
.hero-alt-btns { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.btn-gold-lg { background: rgba(196,168,120,0.9); color: #0D0B09; padding: 0.9rem 2.2rem; font-weight: 600; font-size: 0.75rem; text-decoration: none; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s; box-shadow: 0 0 40px rgba(196,168,120,0.2); }
.btn-gold-lg:hover { background: #C4A878; box-shadow: 0 0 60px rgba(196,168,120,0.35); }
.btn-text-ghost { font-size: 0.75rem; color: rgba(212,200,168,0.7); border: 1px solid rgba(196,168,120,0.3); padding: 0.9rem 2.2rem; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 50px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; transition: all 0.3s; }
.btn-text-ghost:hover { color: rgba(196,168,120,1); border-color: rgba(196,168,120,0.7); background: rgba(196,168,120,0.06); }
.btn-gold { background: rgba(196,168,120,0.9); color: #0D0B09; padding: 0.75rem 1.8rem; font-weight: 600; font-size: 0.78rem; text-decoration: none; letter-spacing: 0.15em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s; }
.btn-gold:hover { background: #C4A878; }
.btn-ghost { border: 1px solid rgba(196,168,120,0.25); color: rgba(212,200,168,0.55); padding: 0.75rem 1.8rem; font-weight: 400; font-size: 0.78rem; text-decoration: none; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s; }
.btn-ghost:hover { border-color: rgba(196,168,120,0.6); color: rgba(196,168,120,0.9); }

/* QUOTE BREAK */
.quote-break { background: #0D0B09; padding: 5rem 5rem; text-align: center; position: relative; overflow: hidden; }
.quote-break::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 300px; background: radial-gradient(ellipse,rgba(196,168,120,0.07) 0%,transparent 65%); pointer-events: none; }
.quote-break blockquote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.4rem,2.5vw,2rem); color: #D4C8A8; max-width: 860px; margin: 0 auto; line-height: 1.5; font-weight: 400; position: relative; z-index: 1; text-shadow: 0 0 80px rgba(196,168,120,0.15); }
.quote-break blockquote em { color: rgba(196,168,120,0.95); text-shadow: 0 0 60px rgba(196,168,120,0.35); }
.quote-break cite { display: block; margin-top: 1.5rem; font-family: 'DM Sans', sans-serif; font-style: normal; font-size: 0.72rem; color: rgba(196,168,120,0.4); letter-spacing: 0.2em; text-transform: uppercase; position: relative; z-index: 1; }

/* PROBLEMA */
.problem { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--cream); }
.problem-inner { max-width: 1100px; margin: 0 auto; }
.problem h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.5rem); line-height: 1.15; margin: 1.2rem 0 1rem; max-width: 700px; color: var(--text); }
.problem h2 em { color: var(--gold); font-style: italic; }
.problem-intro { font-size: 1.05rem; color: var(--muted); max-width: 600px; line-height: 1.75; margin-bottom: 3.5rem; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1px; }
.problem-card { background: var(--cream3); border: 1px solid rgba(196,168,120,0.12); border-left: 3px solid rgba(196,168,120,0.5); padding: 2rem 1.8rem; transition: background 0.3s; }
.problem-card:hover { background: rgba(196,168,120,0.03); }
.problem-card strong { display: block; font-size: 0.98rem; font-weight: 400; color: var(--text); font-style: italic; font-family: 'Playfair Display', serif; line-height: 1.5; }
.problem-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; margin-top: 0.5rem; }

/* ANTES/DESPUÉS */
.transform { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--cream2); }
.transform-inner { max-width: 1100px; margin: 0 auto; }
.transform h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.5rem); text-align: center; margin: 1.2rem 0 4rem; color: var(--text); }
.transform h2 em { color: var(--gold); font-style: italic; }
.ba-wrap { display: grid; grid-template-columns: 1fr 60px 1fr; max-width: 920px; margin: 0 auto; }
.ba-col { padding: 2.5rem; }
.ba-before { background: rgba(196,168,120,0.02); border-radius: 4px 0 0 4px; border: 1px solid rgba(196,168,120,0.08); border-right: none; }
.ba-after { background: var(--cream3); border-radius: 0 50px 50px 0; border: 1px solid rgba(58,138,94,0.2); border-left: none; }
.ba-divider { display: flex; align-items: center; justify-content: center; background: rgba(196,168,120,0.85); color: #0D0B09; font-family: 'Playfair Display', serif; font-size: 0.55rem; font-weight: 700; writing-mode: vertical-rl; letter-spacing: 0.25em; text-transform: uppercase; }
.ba-label { font-size: 0.62rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; margin-bottom: 1.8rem; color: rgba(196,168,120,0.45); }
.ba-items { list-style: none; display: flex; flex-direction: column; gap: 1.2rem; }
.ba-items li { font-size: 0.9rem; line-height: 1.65; color: var(--muted); display: flex; gap: 0.8rem; }
.ba-before .ba-items li::before { content: '✕'; color: rgba(200,75,53,0.6); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.ba-after .ba-items li::before { content: '✓'; color: rgba(58,138,94,0.8); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* MÉTODO */
.method { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--cream); }
.method-inner { max-width: 1100px; margin: 0 auto; }
.method h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.5rem); text-align: center; margin: 1.2rem 0 1rem; color: var(--text); }
.method h2 em { color: var(--gold); font-style: italic; }
.method-sub { text-align: center; color: var(--muted); font-size: 1rem; margin-bottom: 4rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.method-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid rgba(196,168,120,0.09); }
.method-step { background: var(--cream3); border: none; border-right: 1px solid rgba(196,168,120,0.09); padding: 3rem 2.5rem; position: relative; text-align: left; transition: background 0.3s; }
.method-step:last-child { border-right: none; }
.method-step:hover { background: rgba(196,168,120,0.03); }
.method-num { font-family: 'Playfair Display', serif; font-size: 4rem; color: rgba(196,168,120,0.07); line-height: 1; position: absolute; top: 1rem; right: 1.5rem; font-weight: 900; }
.method-step h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 0.8rem; color: var(--text); }
.method-step p { font-size: 0.88rem; color: var(--muted); line-height: 1.8; }

/* CÓMO TRABAJO */
.como { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--cream2); }
.como-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.5fr; gap: 6rem; align-items: start; }
.como-meta { position: sticky; top: 100px; }
.como-meta h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); line-height: 1.15; margin: 1.2rem 0 1rem; color: var(--text); }
.como-meta h2 em { color: var(--gold); font-style: italic; }
.como-meta p { font-size: 0.95rem; color: var(--muted); line-height: 1.75; }
.como-tag { display: inline-block; font-size: 0.62rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: rgba(196,168,120,0.5); margin-bottom: 1.6rem; }
.como-all-link { display: inline-flex; align-items: center; gap: 0.8rem; margin-top: 2.2rem; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-decoration: none; border-bottom: 1px solid rgba(196,168,120,0.15); padding-bottom: 2px; transition: all 0.2s; }
.como-all-link:hover { color: var(--gold); border-color: rgba(196,168,120,0.5); }
.pasos { position: relative; }
.pasos-line { position: absolute; left: 17px; top: 30px; bottom: 30px; width: 1px; background: linear-gradient(to bottom,rgba(196,168,120,0.2),rgba(196,168,120,0.05)); }
.paso { display: grid; grid-template-columns: 36px 1fr; gap: 1.4rem; margin-bottom: 2.6rem; position: relative; }
.paso:last-child { margin-bottom: 0; }
.paso-dot { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(196,168,120,0.35); background: var(--cream2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 2; margin-top: 3px; }
.paso-num { font-family: 'Playfair Display', serif; font-size: 0.75rem; font-weight: 400; color: rgba(196,168,120,0.7); }
.paso-titulo { font-size: 1rem; font-weight: 500; color: var(--text); margin-bottom: 0.4rem; line-height: 1.3; }
.paso-texto { font-size: 0.88rem; color: var(--muted); line-height: 1.8; font-weight: 300; }

/* HISTORIA */
.story-cards { display: flex; flex-direction: column; gap: 1.2rem; }
.story-card { background: var(--cream3); border: 1px solid rgba(196,168,120,0.09); padding: 1.8rem; transition: border-color 0.3s; }
.story-card:hover { border-color: rgba(196,168,120,0.2); }
.story-card-age { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--gold); line-height: 1; font-weight: 700; margin-bottom: 0.4rem; }
.story-card h4 { font-size: 0.95rem; font-weight: 500; color: var(--text); margin-bottom: 0.4rem; }
.story-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }

/* HISTORIA COMPLETA */
.story-full { padding: clamp(3rem,4.5vw,4.5rem) clamp(2rem,5vw,5rem); background: var(--cream); }
.story-full-inner { max-width: 760px; margin: 0 auto; }
.story-full-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(196,168,120,0.5); margin-bottom: 2rem; }
.story-full-tag::before { content: ''; display: block; width: 28px; height: 1px; background: rgba(196,168,120,0.3); flex-shrink: 0; }
.story-full h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.12; margin-bottom: 3.5rem; color: var(--text); font-weight: 900; letter-spacing: -0.02em; }
.story-full h2 em { color: var(--gold); font-style: italic; }
.story-full-body p { font-size: 1.05rem; color: var(--muted); line-height: 1.9; margin-bottom: 1.7rem; }
.story-full-body p strong { color: var(--text); font-weight: 600; }
.story-full-body p.pull { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.25rem; color: rgba(196,168,120,0.9); border-left: 2px solid rgba(196,168,120,0.35); padding-left: 1.6rem; margin: 2.5rem 0; line-height: 1.6; }
.story-full-body p:last-child { margin-bottom: 0; }
.story-full-sep { width: 48px; height: 1px; background: rgba(196,168,120,0.3); margin: 3rem 0; }

/* EL PRODUCTO */
.producto { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: #0D0B09; }
.producto-inner { max-width: 1200px; margin: 0 auto; }
.producto-tag { display: inline-block; border: 1px solid rgba(196,168,120,0.3); color: rgba(196,168,120,0.75); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; padding: 0.4rem 1.2rem; margin-bottom: 2rem; }
.producto h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 700; line-height: 1.06; margin-bottom: 1.2rem; color: var(--on-dark); }
.producto h2 span { color: var(--gold); }
.producto-desc { font-size: 1rem; color: var(--on-dark-muted); max-width: 700px; line-height: 1.75; margin-bottom: 3rem; }
.producto-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; }
.producto-foto { position: relative; aspect-ratio: 3/4; overflow: hidden; border: 1px solid rgba(196,168,120,0.1); background: #111; }
.producto-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.producto-foto:hover img { transform: scale(1.04); }
.producto-foto-label { position: absolute; top: 0.8rem; left: 0.8rem; font-size: 0.72rem; font-weight: 400; color: rgba(212,200,168,0.7); letter-spacing: 0.05em; }
.producto-foto-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; font-size: 1.5rem; color: rgba(255,255,255,0.08); text-align: center; }
.producto-foto-placeholder span { font-size: 0.65rem; color: rgba(255,255,255,0.12); letter-spacing: 0.1em; text-transform: uppercase; font-family: 'DM Sans', sans-serif; }

/* REFERENTES */
.referentes { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--dark); }
.referentes-inner { max-width: 1100px; margin: 0 auto; }
.referentes h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); margin: 1.2rem 0 0.8rem; color: var(--on-dark); }
.referentes h2 em { color: var(--gold); font-style: italic; }
.referentes-sub { font-size: 1rem; color: var(--on-dark-muted); max-width: 560px; margin-bottom: 3.5rem; line-height: 1.7; }
.chefs-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.chef-card { position: relative; overflow: hidden; aspect-ratio: 3/4; border: 1px solid rgba(196,168,120,0.1); background: #0D0B09; }
.chef-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.5s; }
.chef-card:hover img { transform: scale(1.04); }
.chef-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top,rgba(13,11,9,0.96) 0%,transparent 100%); padding: 1.4rem 1rem 1rem; }
.chef-card-name { font-size: 0.9rem; font-weight: 500; color: var(--on-dark); }
.chef-card-role { font-size: 0.75rem; color: var(--gold); margin-top: 0.2rem; }
.creds-numbers { display: flex; gap: 4rem; margin-top: 3.5rem; padding-top: 3rem; }
.cred-num { font-family: 'Playfair Display', serif; font-size: 3rem; color: var(--gold); line-height: 1; font-weight: 700; text-shadow: 0 0 40px rgba(196,168,120,0.3); }
.cred-lbl { font-size: 0.75rem; color: var(--on-dark-muted2); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.3rem; }

/* CASOS */
.casos { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--cream); }
.casos-inner { max-width: 1100px; margin: 0 auto; }
.casos h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); margin: 1.2rem 0 0.8rem; color: var(--text); }
.casos h2 em { color: var(--gold); font-style: italic; }
.casos-sub { font-size: 1rem; color: var(--muted); max-width: 560px; margin-bottom: 3.5rem; line-height: 1.7; }
.casos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.caso-card { background: var(--cream3); border: 1px solid rgba(196,168,120,0.09); padding: 2rem; display: flex; flex-direction: column; gap: 1.2rem; transition: background 0.3s; }
.caso-card:hover { background: rgba(196,168,120,0.03); }
.caso-tag { font-size: 0.62rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(196,168,120,0.6); background: rgba(196,168,120,0.07); display: inline-block; padding: 0.3rem 0.9rem; align-self: flex-start; }
.caso-negocio { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--text); }
.caso-resultado { font-size: 0.9rem; color: var(--muted); line-height: 1.7; flex: 1; }
.caso-resultado strong { color: var(--gold); display: block; font-size: 1.1rem; margin-bottom: 0.3rem; font-family: 'Playfair Display', serif; }

/* PARA QUIÉN */
.for-who { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--cream2); }
.for-who-inner { max-width: 1100px; margin: 0 auto; }
.for-who-header { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
.for-who h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); line-height: 1.2; margin: 1.2rem 0 0.8rem; color: var(--text); }
.for-who h2 em { color: var(--gold); font-style: italic; }
.for-who-intro { font-size: 1rem; color: var(--muted); line-height: 1.7; }
.for-who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 1px; }
.for-who-item { background: var(--cream3); border: 1px solid rgba(196,168,120,0.09); padding: 2rem; display: flex; gap: 1.2rem; align-items: flex-start; transition: background 0.3s; }
.for-who-item:hover { background: rgba(196,168,120,0.03); }
.for-who-check { color: var(--gold); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.for-who-item h4 { font-size: 1rem; font-weight: 500; color: var(--text); margin-bottom: 0.4rem; line-height: 1.3; }
.for-who-item p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }
.for-who-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; }
.for-who-no { background: var(--cream3); border: 1px solid rgba(196,168,120,0.09); padding: 2rem 2.2rem; }
.for-who-no p { font-size: 0.95rem; color: var(--muted); line-height: 1.75; }
.for-who-no p strong { color: var(--text); }
.for-who-statement { background: rgba(196,168,120,0.04); border-left: 2px solid rgba(196,168,120,0.35); padding: 1.8rem 2rem; }
.for-who-statement p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.1rem; color: rgba(196,168,120,0.9); line-height: 1.6; }
.for-who-statement cite { display: block; margin-top: 0.8rem; font-family: 'DM Sans', sans-serif; font-style: normal; font-size: 0.72rem; color: rgba(196,168,120,0.45); letter-spacing: 0.15em; text-transform: uppercase; }

/* SERVICIOS INTRO */
.services-intro { padding: 5rem 5rem 2rem; background: var(--dark); text-align: center; }
.services-intro h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.5rem); margin: 1.2rem 0 0.8rem; color: var(--on-dark); }
.services-intro h2 em { color: var(--gold); font-style: italic; }
.services-intro p { font-size: 1rem; color: var(--on-dark-muted); max-width: 560px; margin: 0 auto; line-height: 1.75; }

/* FOTO STRIP */
.page-photo-strip { height: 420px; overflow: hidden; }
.page-photo-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.foto-strip { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; padding: 4rem 5rem; }
.foto-strip img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center center; display: block; border-radius: 50px; }
@media (max-width:960px) { .foto-strip { grid-template-columns: repeat(3,1fr); padding: 3rem 2rem; } }
@media (max-width:480px) { .foto-strip { grid-template-columns: repeat(2,1fr); padding: 2rem 1rem; } }

/* SERVICIOS */
.svc-section { }
.svc-bloque { padding: clamp(2.5rem,3.5vw,3.5rem) clamp(2rem,5vw,5rem); }
.svc-bloque:nth-child(odd) { background: var(--cream); }
.svc-bloque:nth-child(even) { background: var(--cream2); }
.svc-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr; gap: 6rem; align-items: start; }
.svc-meta { position: sticky; top: 90px; }
.svc-tag { font-size: 0.62rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(196,168,120,0.6); background: rgba(196,168,120,0.07); display: inline-block; padding: 0.3rem 0.9rem; margin-bottom: 1.2rem; }
.svc-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; line-height: 1.15; color: var(--text); margin-bottom: 0.8rem; }
.svc-title em { color: var(--gold); font-style: italic; }
.svc-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; max-width: 280px; }
.svc-format { font-size: 0.68rem; color: var(--muted2); letter-spacing: 0.15em; text-transform: uppercase; display: flex; align-items: center; gap: 0.5rem; }
.svc-format::before { content: ''; display: block; width: 20px; height: 1px; background: rgba(196,168,120,0.3); }
.svc-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 2rem; font-size: 0.72rem; color: rgba(196,168,120,0.8); text-decoration: none; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 400; border-bottom: 1px solid rgba(196,168,120,0.2); padding-bottom: 2px; transition: all 0.2s; }
.svc-link:hover { color: rgba(196,168,120,1); border-color: rgba(196,168,120,0.5); }
.svc-pasos { position: relative; }
.svc-pasos-line { position: absolute; left: 18px; top: 28px; bottom: 28px; width: 1px; background: linear-gradient(to bottom,rgba(196,168,120,0.2),rgba(196,168,120,0.05)); }
.svc-paso { display: grid; grid-template-columns: 36px 1fr; gap: 1.4rem; margin-bottom: 2.8rem; position: relative; }
.svc-paso:last-child { margin-bottom: 0; }
.svc-paso-dot { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(196,168,120,0.35); background: var(--cream); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 2; margin-top: 4px; }
.svc-bloque:nth-child(even) .svc-paso-dot { background: var(--cream2); }
.svc-paso-num { font-family: 'Playfair Display', serif; font-size: 0.78rem; font-weight: 400; color: rgba(196,168,120,0.7); line-height: 1; }
.svc-paso-titulo { font-size: 1rem; font-weight: 500; color: var(--text); margin-bottom: 0.4rem; line-height: 1.3; }
.svc-paso-texto { font-size: 0.9rem; color: var(--muted); line-height: 1.8; font-weight: 300; }

/* BANNER ONLINE */
.svc-online-banner { background: var(--dark); padding: 4.5rem 5rem; }
.svc-online-banner .eyebrow { margin-bottom: 1.4rem; }
.svc-online-banner h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem,5vw,4.2rem); font-weight: 900; color: var(--on-dark); line-height: 1.08; letter-spacing: -0.02em; }
.svc-online-banner h2 em { color: var(--gold); font-style: italic; }

/* TESTIMONIOS */
.testimonios { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--dark); }
.testimonios-inner { max-width: 1100px; margin: 0 auto; }
.testimonios h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); margin: 1.2rem 0 0.8rem; color: var(--on-dark); }
.testimonios h2 em { color: var(--gold); font-style: italic; }
.testimonios-sub { font-size: 1rem; color: var(--on-dark-muted); max-width: 560px; margin-bottom: 3.5rem; line-height: 1.7; }
.test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.test-card { background: rgba(196,168,120,0.03); border: 1px solid rgba(196,168,120,0.09); padding: 2rem; display: flex; flex-direction: column; gap: 1.2rem; transition: background 0.3s; }
.test-card:hover { background: rgba(196,168,120,0.05); }
.test-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.1em; }
.test-texto { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.95rem; color: var(--on-dark-muted); line-height: 1.75; flex: 1; }
.test-autor { display: flex; align-items: center; gap: 0.9rem; padding-top: 1rem; border-top: 1px solid rgba(196,168,120,0.07); }
.test-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(196,168,120,0.07); border: 1px solid rgba(196,168,120,0.2); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; overflow: hidden; }
.test-nombre { font-size: 0.88rem; font-weight: 500; color: var(--on-dark); }
.test-cargo { font-size: 0.75rem; color: var(--on-dark-muted2); margin-top: 0.1rem; }

/* SEPARADOR */
.gold-sep { height: 1px; background: linear-gradient(to right,transparent,rgba(196,168,120,0.25),transparent); }

/* SPEAKER */
.speaker { padding: clamp(2.8rem,4vw,4rem) clamp(2rem,5vw,5rem); background: var(--cream2); }
.speaker-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.speaker h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem,4vw,3.2rem); line-height: 1.2; margin: 1.2rem 0 1rem; color: var(--text); }
.speaker h2 em { color: var(--gold); font-style: italic; }
.speaker-sub { font-size: 1rem; color: var(--muted); line-height: 1.78; margin-bottom: 2.5rem; }
.speaker-items { display: flex; flex-direction: column; gap: 1.8rem; }
.speaker-item { display: flex; gap: 1.2rem; align-items: flex-start; }
.speaker-item-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 1px; }
.speaker-item h4 { font-size: 1rem; font-weight: 500; color: var(--text); margin-bottom: 0.3rem; }
.speaker-item p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }
.speaker-visual { background: var(--cream3); aspect-ratio: 4/5; border: 1px solid rgba(196,168,120,0.1); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.speaker-visual-placeholder { font-family: 'Playfair Display', serif; font-size: 0.85rem; color: var(--muted2); text-align: center; padding: 2rem; line-height: 1.8; }

/* CTA ALT 2 */
.cta-alt2 { padding: clamp(3rem,4vw,4.5rem) clamp(2rem,5vw,5rem); background: #0D0B09; text-align: center; position: relative; overflow: hidden; }
.cta-alt2::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 500px; background: radial-gradient(ellipse,rgba(196,168,120,0.07) 0%,transparent 60%); pointer-events: none; }
.cta-alt2 h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem,5.5vw,5rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.02em; color: var(--on-dark); margin-bottom: 1.8rem; position: relative; z-index: 1; }
.cta-alt2 h2 em { color: var(--gold); font-style: italic; }
.cta-alt2 p { font-size: 1.05rem; color: var(--on-dark-muted); max-width: 580px; margin: 0 auto 2.8rem; line-height: 1.75; position: relative; z-index: 1; }
.btn-brown-pill-lg { display: inline-block; background: rgba(196,168,120,0.9); color: #0D0B09; font-size: 0.75rem; font-weight: 600; text-decoration: none; padding: 1rem 2.8rem; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 50px; box-shadow: 0 0 40px rgba(196,168,120,0.25); transition: all 0.3s; position: relative; z-index: 1; }
.btn-brown-pill-lg:hover { background: #C4A878; box-shadow: 0 0 60px rgba(196,168,120,0.4); }

/* CTA DARK */
.cta-dark { padding: clamp(3rem,4.5vw,4.5rem) clamp(2rem,5vw,5rem); background: #0D0B09; text-align: center; position: relative; overflow: hidden; }
.cta-dark::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 500px; background: radial-gradient(ellipse,rgba(196,168,120,0.07) 0%,transparent 60%); pointer-events: none; }
.cta-dark .eyebrow { justify-content: center; margin-bottom: 2rem; position: relative; z-index: 1; }
.cta-dark h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem,4.5vw,4rem); margin: 1.2rem auto 1.5rem; max-width: 700px; line-height: 1.15; color: var(--on-dark); position: relative; z-index: 1; }
.cta-dark h2 em { color: var(--gold); font-style: italic; }
.cta-dark p { font-size: 1rem; color: var(--on-dark-muted); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.75; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* FAQ */
.faq { padding: clamp(2rem,3vw,3rem) clamp(2rem,5vw,5rem); background: var(--cream); }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); margin: 1.2rem 0 3rem; color: var(--text); }
.faq h2 em { color: var(--gold); font-style: italic; }
.faq-item { border-bottom: 1px solid rgba(196,168,120,0.08); padding: 2rem 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-size: 1.05rem; font-weight: 400; color: var(--text); margin-bottom: 0.8rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q::after { content: '+'; color: rgba(196,168,120,0.6); font-size: 1.4rem; font-weight: 300; flex-shrink: 0; }
.faq-a { font-size: 0.95rem; color: var(--muted); line-height: 1.8; }

/* CONTACTO */
.contacto { padding: clamp(2rem,3vw,3rem) clamp(2rem,5vw,5rem); background: var(--cream2); }
.contacto-inner { max-width: 760px; margin: 0 auto; }
.contacto-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 0.35fr 1fr; gap: 3rem; align-items: center; }
.contacto-layout .contacto-inner { max-width: 100%; margin: 0; }
.contacto-foto { overflow: hidden; max-width: 220px; border: 1px solid rgba(196,168,120,0.1); }
.contacto-foto img { width: 100%; height: auto; display: block; object-fit: contain; }
@media (max-width: 960px) { .contacto-layout { grid-template-columns: 1fr; } .contacto-foto { max-width: 200px; margin: 0 auto; } }
.contacto h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); margin: 1.2rem 0 0.8rem; color: var(--text); }
.contacto h2 em { color: var(--gold); font-style: italic; }
.contacto-sub { font-size: 1rem; color: var(--muted); line-height: 1.7; margin-bottom: 3rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(212,200,168,0.45); }
.form-group input, .form-group textarea, .form-group select { background: var(--cream3); border: 1px solid rgba(196,168,120,0.12); padding: 0.9rem 1.1rem; font-size: 0.95rem; color: var(--text); font-family: 'DM Sans', sans-serif; outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: rgba(196,168,120,0.4); }
.form-group textarea { resize: vertical; min-height: 140px; }
.form-submit { margin-top: 0.5rem; background: rgba(196,168,120,0.9); color: #0D0B09; padding: 0.85rem 2.2rem; border: none; border-radius: 50px; font-size: 0.75rem; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; letter-spacing: 0.2em; text-transform: uppercase; transition: all 0.3s; width: fit-content; box-shadow: 0 0 30px rgba(196,168,120,0.2); }
.form-submit:hover { background: #C4A878; box-shadow: 0 0 50px rgba(196,168,120,0.35); }

/* FOOTER */
footer { background: #0D0B09; border-top: 1px solid rgba(196,168,120,0.07); padding: 3rem 5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--on-dark); }
.footer-brand span { color: var(--gold); }
.footer-brand img { height: 120px; width: auto; opacity: 0.9; mix-blend-mode: lighten; }
footer p { font-size: 0.8rem; color: var(--on-dark-muted2); }
.footer-links { display: flex; gap: 2rem; }
.footer-links a { font-size: 0.78rem; color: var(--on-dark-muted2); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-credit { background: #0D0B09; border-top: 1px solid rgba(196,168,120,0.04); padding: 1rem 5rem; text-align: center; }
.footer-credit p { font-size: 0.72rem; color: rgba(212,200,168,0.18); }
.footer-credit a { color: rgba(196,168,120,0.6); text-decoration: none; font-weight: 500; }

/* WHATSAPP */
.whatsapp-btn { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; }
.whatsapp-btn:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }
.whatsapp-btn svg { width: 30px; height: 30px; fill: #fff; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.95s cubic-bezier(0.22,1,0.36,1), transform 0.95s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }
.delay-4 { transition-delay: 0.48s; }
.delay-5 { transition-delay: 0.6s; }

/* GOLD SHIMMER en títulos */
@keyframes goldShimmer {
  0%   { background-position: 200% center; }
  100% { background-position: -200% center; }
}
h1 em, h2 em, h3 em {
  background: linear-gradient(90deg, #A87820 0%, #D4A030 28%, #F5DC80 50%, #D4A030 72%, #A87820 100%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldShimmer 6s linear infinite;
  font-style: italic;
}

/* CURSOR GLOW */
#cursor-glow {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,160,48,0.07) 0%, rgba(212,160,48,0.02) 40%, transparent 68%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9997;
  mix-blend-mode: screen;
  will-change: left, top;
}

/* NAV HAMBURGER + MOBILE */
.nav-ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; z-index: 101; flex-shrink: 0; }
.nav-ham span { display: block; width: 24px; height: 2px; background: rgba(212,200,168,0.7); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav-ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-ham.open span:nth-child(2) { opacity: 0; }
.nav-ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mob { position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: rgba(13,11,9,0.98); z-index: 99; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem; transform: translateY(-110%); opacity: 0; pointer-events: none; transition: transform 0.35s ease, opacity 0.35s ease; }
.nav-mob.open { transform: translateY(0); opacity: 1; pointer-events: all; }
.nav-mob a { font-size: 1rem; font-weight: 400; color: rgba(212,200,168,0.6); text-decoration: none; letter-spacing: 0.08em; transition: color 0.2s; }
.nav-mob a:hover { color: rgba(196,168,120,0.9); }
.nav-mob-cta { background: rgba(196,168,120,0.9); color: #0D0B09 !important; padding: 0.85rem 2.5rem; font-weight: 600 !important; margin-top: 0.5rem; letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.75rem !important; }
body.nav-open { overflow: hidden; }

/* NAV OVERVIEW */
.nav-overview { padding: 3rem 5rem 5rem; background: var(--dark); border-top: 1px solid rgba(196,168,120,0.07); }
.nav-overview-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; max-width: 700px; margin: 2.5rem auto 0; }
@media (max-width:960px) { .nav-overview { padding: 3rem 2rem; overflow: hidden; } .nav-overview-grid { grid-template-columns: repeat(2,1fr); } }
.nav-ov-card { background: rgba(196,168,120,0.03); border: 1px solid rgba(196,168,120,0.09); padding: 1.8rem 1.5rem; display: flex; flex-direction: column; gap: 0.8rem; transition: border-color 0.2s, background 0.2s; text-decoration: none; }
.nav-ov-card:hover { border-color: rgba(196,168,120,0.25); background: rgba(196,168,120,0.05); }
.nav-ov-icon { font-size: 1.6rem; line-height: 1; }
.nav-ov-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--on-dark); }
.nav-ov-title em { color: var(--gold); font-style: italic; }
.nav-ov-desc { font-size: 0.82rem; color: var(--on-dark-muted); line-height: 1.6; flex: 1; }
.nav-ov-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: auto; padding-top: 0.8rem; border-top: 1px solid rgba(196,168,120,0.07); }
.nav-ov-tag { font-size: 0.63rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(196,168,120,0.55); }

/* RESPONSIVE */
@media (max-width:960px) {
  nav { padding: 0 1.5rem; }
  .nav-logo img { height: 48px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-ham { display: flex; }
  .quote-break { padding: 3.5rem 2rem; }
  .problem,.transform,.method,.como,.referentes,.casos,.for-who,.testimonios,.speaker,.cta-alt2,.cta-dark,.faq,.contacto,.story-full { padding: 5rem 2rem; }
  .services-intro { padding: 4rem 2rem 1.5rem; }
  .producto { padding: 5rem 2rem; }
  .svc-online-banner { padding: 3rem 2rem; }
  .como-inner,.speaker-inner { grid-template-columns: 1fr; gap: 3rem; }
  .como-meta { position: static; }
  .method-steps { grid-template-columns: 1fr; }
  .ba-wrap { grid-template-columns: 1fr; }
  .ba-before { border-radius: 4px 4px 0 0; border-bottom: none; }
  .ba-after { border-radius: 0 0 4px 4px; border-top: none; }
  .ba-divider { writing-mode: horizontal-tb; height: 44px; font-size: 1rem; letter-spacing: 0; }
  .chefs-grid { grid-template-columns: repeat(2,1fr); }
  .casos-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .for-who-grid { grid-template-columns: 1fr; }
  .for-who-bottom { grid-template-columns: 1fr; }
  .svc-bloque { padding: 4rem 2rem; }
  .svc-inner { grid-template-columns: 1fr; gap: 3rem; }
  .svc-meta { position: static; }
  .svc-desc { max-width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .producto-grid { grid-template-columns: repeat(2,1fr); }
  .creds-numbers { gap: 2rem; flex-wrap: wrap; }
  footer { padding: 2rem; flex-direction: column; align-items: flex-start; }
  .footer-credit { padding: 1rem 2rem; }
  .page-photo-strip { height: 240px; }
  .svc-title { font-size: 1.6rem; }
  .hero-alt2, .hero-alt { padding: 7rem 2rem 4rem; }
  .hero-alt-photo, .hero-alt2-photo { width: 100%; clip-path: none; top: 0; height: 100%; }
  .hero-alt-photo img { opacity: 0.18; }
  .hero-alt2-photo img { opacity: 0.25; }
}

@media (max-width: 480px) {
  .chefs-grid { grid-template-columns: 1fr; }
  .producto-grid { grid-template-columns: 1fr; }
  .cred-num { font-size: 2.2rem; }
  .speaker-visual { aspect-ratio: 4/3; }
  .ba-col { padding: 1.5rem; }
  .btn-brown-pill, .btn-gold-lg, .btn-text-ghost, .btn-gold, .btn-ghost, .btn-outline-pill, .btn-brown-pill-lg {
    padding: 0.6rem 1.4rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
  .hero-alt-btns, .hero-alt2-btns, .cta-btns { gap: 0.8rem; }
}
