/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ── Google Fonts (cargar en header.php o functions.php) ──
   @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Montserrat:wght@300;400;500;600;700&display=swap');
*/

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
svg { display: block; }

/* ── Variables ── */
:root {
  --gold:      #C8A84B;
  --gold-light:#d4b86a;
  --dark:      #0d0d0d;
  --dark2:     #1a1a1a;
  --dark3:     #111111;
  --white:     #ffffff;
  --gray:      #888888;
  --light-bg:  #f9f8f6;
}

/* ── Base ── */
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}


/* ============================================================
   NAV Bootstrap: orden + estilo (para tu HTML actual)
   ============================================================ */

/* Base navbar */
#main-nav.navbar {
  background: rgba(13,13,13,0.97);
  border-bottom: 1px solid rgba(200,168,75,0.15);
  padding: 18px 48px;
  z-index: 9999;
  display: block;
  position: relative;
  width: 100%;
}

/* Logo */
#main-nav .custom-logo-link { display: inline-flex; align-items: center; }
#main-nav .custom-logo { max-height: 44px; width: auto; height: auto; display: block; }

/* En desktop: menú a la derecha y ordenado */
#main-nav .navbar-nav {
  margin-left: auto;                 /* empuja menú a la derecha */
  display: flex;
  align-items: center;
  gap: 36px;                          /* reemplaza gap-lg-4 si quieres */
}

/* Links del menú (aunque WP no ponga .nav-link) */
#main-nav .navbar-nav > li > a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;

  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  padding: 10px 2px;                  /* “hit area” */
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
}

/* Hover/active */
#main-nav .navbar-nav > li > a:hover { color: var(--gold); }
#main-nav .navbar-nav > li.current-menu-item > a,
#main-nav .navbar-nav > li.current_page_item > a,
#main-nav .navbar-nav > li > a[aria-current="page"] {
  color: var(--gold);
}

/* Toggler */
#main-nav .navbar-toggler {
  border-color: rgba(255,255,255,0.25);
}
#main-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(200,168,75,0.18);
}

/* Offcanvas (móvil) */
#mainNavOffcanvas.offcanvas.text-bg-dark {
  background: #0d0d0d !important;
}

/* Links en navbar aunque WP no ponga .nav-link */
#main-nav .navbar-nav > li > a{
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 10px 2px;
  display: inline-flex;
  align-items: center;
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li.current-menu-item > a,
#main-nav .navbar-nav > li.current_page_item > a,
#main-nav .navbar-nav > li > a[aria-current="page"]{
  color: var(--gold);
}

/* En móvil: links centrados y más grandes */
@media (max-width: 980px) {
  #main-nav.navbar { padding: 16px 20px; }

  #main-nav .custom-logo { max-height: 38px; }

  #mainNavOffcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #mainNavOffcanvas .navbar-nav {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  #mainNavOffcanvas .navbar-nav > li > a {
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    padding: 10px 0;
  }
}

/* Admin bar (WordPress) */
body.admin-bar #main-nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar #main-nav { top: 46px; } }


/* ============================================================
   NAV RESPONSIVE
   ============================================================ */

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: 0.3s;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile */

@media (max-width: 980px) {

/* ============================= */
/* MOBILE NAV PROFESIONAL */
/* ============================= */

@media (max-width: 980px) {

  nav {
    padding: 16px 20px;
  }

  .nav-logo img {
    max-height: 38px; /* mejor proporción móvil */
  }

  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 10001;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    background: #0d0d0d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;

    transform: translateY(-100%);
    transition: transform 0.45s cubic-bezier(.77,0,.18,1);
    z-index: 10000;

    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .nav-links a {
    font-size: 0.95rem;
    letter-spacing: 0.18em;
  }

  .nav-links.active {
    transform: translateY(0);
  }

  body.menu-open {
    overflow: hidden;
  }

}

}

/* ============================================================
   BOTONES GLOBALES
   ============================================================ */
.btn-primary {
  background: var(--gold); color: var(--dark);
  padding: 16px 32px; font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none;
  display: inline-block;
  transition: background 0.3s, transform 0.2s;
  border: none;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-outline {
  border: 1px solid rgba(255,255,255,0.4); color: var(--white);
  padding: 16px 32px; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none;
  display: inline-block;
  transition: border-color 0.3s, color 0.3s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ============================================================
   ELEMENTOS COMUNES REUTILIZABLES
   ============================================================ */

/* Eyebrow con línea */
.eyebrow-label,
.section-eyebrow,
.hero-page-label,
.firma-label,
.quote-eyebrow,
.areas-intro-label {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 16px;
}
.section-eyebrow::before,
.hero-page-label::before,
.areas-intro-label::before {
  content: ''; display: block;
  width: 24px; height: 1px; background: var(--gold); flex-shrink: 0;
}
/* Eyebrows sin línea (solo color) */
.eyebrow-label,
.firma-label,
.quote-eyebrow { display: block; }

/* Separador dorado */
.title-divider {
  width: 40px; height: 2px; background: var(--gold);
  margin: 0 auto 60px;
}

/* Separador editorial (franja oscura o clara con frase) */
.section-separator {
  padding: 80px;
  display: flex; align-items: center; gap: 60px;
  background: var(--dark);
}
.section-separator.light { background: var(--light-bg); }

.separator-line {
  flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,168,75,0.4), transparent);
}
.separator-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-style: italic; text-align: center;
  flex-shrink: 0; max-width: 520px;
  color: rgba(255,255,255,0.65);
}
.section-separator.light .separator-text { color: var(--dark); }

/* ============================================================
   HOME — HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  background: var(--dark);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 120px 40px 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1600&q=80') center/cover no-repeat;
  opacity: 0.12;
}
.hero-eyebrow {
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px; position: relative;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 700; color: var(--white);
  line-height: 0.9; letter-spacing: -0.02em;
  margin-bottom: 32px; position: relative;
}
.hero-desc {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem; line-height: 1.8; font-weight: 300;
  margin-bottom: 48px; position: relative;
}
.hero-btns {
  display: flex; gap: 16px; flex-wrap: wrap;
  justify-content: center; position: relative;
}

/* ── Hero de internas (2 columnas) ── */
.hero-split {
  min-height: 100vh;
  background: var(--dark);
  position: relative; overflow: hidden;
}
.hero-split::before {
  content: '';
  position: absolute; inset: 0;
  background: center/cover no-repeat;
  opacity: 0.07;
}
.hero-split-left {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 80px 100px; position: relative; z-index: 2;
}
.hero-split-right {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 80px 100px; position: relative; z-index: 2;
  border-left: 1px solid rgba(200,168,75,0.1);
}
.hero-split h1 {
}
.hero-split h1 em { font-style: italic; color: var(--gold); }

/* ── Hero de internas (columna + imagen) ── */
.hero-media {
  min-height: 100vh;
  background: var(--dark);
  position: relative; overflow: hidden;
}
.hero-media-content {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 80px 100px; position: relative; z-index: 2;
}
.hero-media-img {
  position: relative; overflow: hidden;
}
.hero-media-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%); opacity: 0.45;
}
.hero-media-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--dark) 0%, transparent 40%);
}
.hero-media h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 300; color: var(--white);
  line-height: 0.95; letter-spacing: -0.01em;
}
.hero-media h1 em { font-style: italic; color: var(--gold); }

/* ── Hero de internas (barra inferior) ── */
.hero-tall {
  min-height: 100vh;
  background: var(--dark);
  padding: 0 80px;
  position: relative; overflow: hidden;
}
.hero-tall::before {
  content: '';
  position: absolute; inset: 0;
  background: center/cover no-repeat; opacity: 0.06;
}
.hero-tall::after {
  content: '';
  position: absolute; top: 0; left: 50%; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent 10%, rgba(200,168,75,0.15) 40%, rgba(200,168,75,0.15) 60%, transparent 100%);
}
.hero-tall-body {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: 80px; position: relative; z-index: 2;
  max-width: 680px;
}
.hero-tall h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 300; color: var(--white);
  line-height: 0.95; letter-spacing: -0.02em;
  margin-bottom: 40px;
}
.hero-tall-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid rgba(200,168,75,0.12);
  position: relative; z-index: 2;
}
.hero-tall-bar-label {
  font-size: 0.72rem; color: rgba(255,255,255,0.3);
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* ── Hero de internas (simple, alineado abajo) ── */
.hero-simple {
  min-height: 80vh;
  background: var(--dark);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 80px 100px;
  position: relative; overflow: hidden;
}
.hero-simple::before {
  content: '';
  position: absolute; inset: 0;
  background: center/cover no-repeat; opacity: 0.07;
}
.hero-simple h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300; 
  color: var(--white);
  line-height: 1.05; 
  margin-bottom: 32px; 
  position: relative;
}
.hero-simple-desc {
  font-size: 1.05rem; line-height: 1.8;
  color: rgba(255,255,255,0.55);
  font-weight: 300; max-width: 560px; position: relative;
}

/* Bloque de texto con borde izquierdo dorado */
.hero-text-block {
  border-left: 2px solid var(--gold);
  padding-left: 28px; max-width: 480px;
}
.hero-text-block p {
  font-size: 0.95rem; line-height: 1.85;
  color: rgba(255,255,255,0.55);
  font-weight: 300; margin-bottom: 12px;
}
.hero-text-block p:last-child { margin-bottom: 0; }

/* ============================================================
   HOME — POSICIONAMIENTO
   ============================================================ */
.section-diferencia {
  min-height: 600px;
}
.diferencia-content {
  padding: 100px 80px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--white);
}
.diferencia-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 700; line-height: 1.1; margin-bottom: 28px;
  color: var(--dark);
}
.diferencia-content p {
  font-size: 1rem; line-height: 1.85; color: #555; font-weight: 300;
  margin-bottom: 18px;
}
.diferencia-content p:last-child { margin-bottom: 0; }
.diferencia-image { position: relative; overflow: hidden; background: #1a1a1a; }
.diferencia-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%); opacity: 0.85;
  transition: transform 0.8s ease;
}
.diferencia-image:hover img { transform: scale(1.03); }

/* ============================================================
   HOME — QUÉ RESOLVEMOS
   ============================================================ */
.section-servicios {
  padding: 100px 80px;
  background: var(--light-bg);
  text-align: center;
}
.section-title {
  font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--dark); margin-bottom: 20px;
}
.section-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 400; color: var(--dark); margin-bottom: 24px;
}
.section-intro {
  max-width: 640px; margin: 0 auto 60px;
  font-size: 0.95rem; color: var(--gray);
  line-height: 1.8; font-weight: 300;
}
.services-grid {
  gap: 2px; max-width: 1100px; margin: 0 auto 48px;
}
.service-card {
  background: var(--white);
  padding: 48px 36px; text-align: left;
  transition: box-shadow 0.3s;
}
.service-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.08); }
.service-icon { width: 36px; height: 36px; margin-bottom: 20px; color: var(--gold); }
.service-card h3 {
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--dark); margin-bottom: 12px;
}
.service-card p {
  font-size: 0.92rem; line-height: 1.7; color: var(--gray); font-weight: 300;
}
.services-footer-note {
  max-width: 680px; margin: 0 auto;
  font-size: 1.15rem; color: var(--gray); line-height: 1.8;
  font-style: italic; font-family: 'Cormorant Garamond', serif;
}

/* ============================================================
   HOME — MÉTODO
   ============================================================ */
.section-metodologia { padding: 100px 80px; background: var(--white); }
.metodologia-header { margin-bottom: 8px; }
.metodologia-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400; color: var(--dark);
}
.metodologia-intro {
  max-width: 640px; font-size: 0.95rem; line-height: 1.8;
  color: var(--gray); font-weight: 300;
  margin-top: 20px; margin-bottom: 60px;
}
.metod-steps { }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: var(--gold); font-weight: 400;
  letter-spacing: 0.1em; margin-bottom: 12px;
}
.metod-step h3 {
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--dark); margin-bottom: 16px;
}
.metod-step p {
  font-size: 0.95rem; line-height: 1.8; color: var(--gray); font-weight: 300;
}

/* ============================================================
   HOME — SOBRE LA FIRMA
   ============================================================ */
.section-firma {
  padding: 100px 80px; background: var(--dark2);
  align-items: center;
}
.firma-label {
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
}
.firma-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400; color: var(--white);
  line-height: 1.2; margin-bottom: 28px;
}
.firma-content p {
  font-size: 1rem; line-height: 1.85;
  color: rgba(255,255,255,0.6); font-weight: 300; margin-bottom: 18px;
}
.firma-content p:last-child { margin-bottom: 0; }
.firma-values { display: flex; flex-direction: column; gap: 32px; }
.firma-value { border-left: 2px solid var(--gold); padding-left: 24px; }
.firma-value h4 {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--white); margin-bottom: 8px;
}
.firma-value p {
  font-size: 0.92rem; line-height: 1.7;
  color: rgba(255,255,255,0.5); font-weight: 300;
}

/* ============================================================
   HOME — FILOSOFÍA
   ============================================================ */
.section-quote {
  padding: 120px 80px; background: var(--dark); text-align: left;
}
.quote-eyebrow {
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 32px;
}
.section-quote h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300; color: var(--white);
  line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 40px;
}
.section-quote h2 em { font-style: italic; color: var(--gold); }
.quote-body { max-width: 700px; }
.quote-body p {
  font-size: 1rem; line-height: 1.85;
  color: rgba(255,255,255,0.55); font-weight: 300; margin-bottom: 16px;
}
.quote-body p:last-child { margin-bottom: 0; }

/* ============================================================
   CTA FINAL (compartido)
   ============================================================ */
.section-cta {
  padding: 120px 80px; background: var(--dark2); text-align: center;
}
.cta-icon {
  width: 60px; height: 60px;
  border: 1px solid rgba(200,168,75,0.4);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 32px; color: var(--gold);
}
.section-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--white); font-weight: 400;
  max-width: 650px; margin: 0 auto 40px;
}

/* ============================================================
   INTERNA: LA FIRMA — VISIÓN
   ============================================================ */
.section-vision {
}
.vision-left {
  background: var(--white); padding: 100px 80px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid #ebebeb;
}
.vision-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400; line-height: 1.15; color: var(--dark);
}
.vision-right {
  background: var(--white); padding: 100px 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.vision-right p {
  font-size: 1rem; line-height: 1.9; color: #555; font-weight: 300;
  margin-bottom: 24px;
}
.vision-right p:last-child { margin-bottom: 0; }

/* ── Principios ── */
.section-trabajo { background: var(--dark); padding: 100px 80px; }
.trabajo-header {
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(200,168,75,0.12);
}
.trabajo-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 300; color: var(--white); line-height: 1.1;
}
.trabajo-header-right {
  display: flex; align-items: flex-end;
}
.trabajo-header-right p {
  font-size: 1rem; line-height: 1.85;
  color: rgba(255,255,255,0.5); font-weight: 300;
}
.principios-grid {
}
.principio-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,168,75,0.08);
  padding: 56px 48px; position: relative;
  transition: background 0.4s, border-color 0.4s;
}
.principio-card:hover {
  background: rgba(200,168,75,0.04);
  border-color: rgba(200,168,75,0.2);
}
.principio-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 300;
  color: rgba(200,168,75,0.12);
  line-height: 1; margin-bottom: 32px; letter-spacing: -0.02em;
}
.principio-card h3 {
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--white); margin-bottom: 20px;
}
.principio-card p {
  font-size: 0.95rem; line-height: 1.8;
  color: rgba(255,255,255,0.5); font-weight: 300;
}

/* ============================================================
   INTERNA: SERVICIOS — lista editorial
   ============================================================ */
.section-areas { padding: 0 80px 120px; background: var(--white); }
.areas-intro {
  padding: 80px 0 60px;
  border-bottom: 1px solid #e8e8e8;
}
.areas-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400; color: var(--dark);
}
.servicio-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 52px 0; align-items: start;
  transition: background 0.3s;
}
.servicio-item:last-child { border-bottom: none; }
.servicio-item:hover {
  background: var(--light-bg);
  margin: 0 -80px; padding-left: 80px; padding-right: 80px;
}
.servicio-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem; color: var(--gold);
  font-weight: 400; letter-spacing: 0.08em; padding-top: 4px;
}
.servicio-titulo h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 400; color: var(--dark); line-height: 1.2;
}
.servicio-desc { padding-left: 40px; }
.servicio-desc p {
  font-size: 0.95rem; line-height: 1.8; color: var(--gray); font-weight: 300;
}

/* ============================================================
   INTERNA: PERFIL — secciones
   ============================================================ */
.section-perfil {
  min-height: 480px;
}
.perfil-left {
  background: var(--light-bg); padding: 100px 60px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid #e2e2e2;
}
.perfil-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400; color: var(--dark); line-height: 1.2;
}
.perfil-right {
  background: var(--white); padding: 100px 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.perfil-right p {
  font-size: 1rem; line-height: 1.9; color: #555; font-weight: 300;
  margin-bottom: 24px;
}
.perfil-right p:last-child { margin-bottom: 0; }

/* ── Experiencia ── */
.section-experiencia { background: var(--dark); padding: 100px 80px; }
.exp-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 72px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(200,168,75,0.12);
}
.exp-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 300; color: var(--white); line-height: 1.05;
}
.exp-header p {
  font-size: 0.88rem; color: rgba(255,255,255,0.4);
  font-weight: 300; max-width: 280px; text-align: right; line-height: 1.7;
}
.exp-grid {  }
.exp-item {
  padding: 48px 52px;
  border: 1px solid rgba(200,168,75,0.07);
  background: rgba(255,255,255,0.02);
  display: flex; align-items: flex-start; gap: 28px;
  transition: background 0.35s, border-color 0.35s;
}
.exp-item:hover {
  background: rgba(200,168,75,0.04);
  border-color: rgba(200,168,75,0.18);
}
.exp-dash {
  width: 20px; height: 1px; background: var(--gold);
  flex-shrink: 0; margin-top: 14px;
}
.exp-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400; color: var(--white); line-height: 1.3;
}

/* ── Valores ── */
.section-valores {
  background: var(--light-bg); padding: 100px 80px;
}
.valor-card {
  background: var(--white); padding: 56px 48px;
  border-top: 3px solid transparent; transition: border-color 0.3s;
}
.valor-card:hover { border-color: var(--gold); }
.valor-card h3 {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--dark); margin-bottom: 16px;
}
.valor-card p {
  font-size: 0.95rem; line-height: 1.8; color: var(--gray); font-weight: 300;
}

/* ============================================================
   INTERNA: PUBLICACIONES
   ============================================================ */
.section-temas { background: var(--light-bg); padding: 100px 80px; }
.temas-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 64px; padding-bottom: 48px;
  border-bottom: 1px solid #e2e2e2;
}
.temas-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400; color: var(--dark);
}
.temas-header p {
  font-size: 0.9rem; color: var(--gray); font-weight: 300;
  max-width: 300px; text-align: right; line-height: 1.7;
}
.temas-grid {  }
.tema-card {
  background: var(--white); padding: 48px 40px;
  border-top: 2px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.tema-card:hover { border-color: var(--gold); box-shadow: 0 6px 32px rgba(0,0,0,0.06); }
.tema-icon { width: 32px; height: 32px; color: var(--gold); margin-bottom: 24px; }
.tema-card h3 {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--dark); margin-bottom: 12px;
}
.tema-card p {
  font-size: 0.92rem; line-height: 1.75; color: var(--gray); font-weight: 300;
}

/* ── Artículos ── */
.section-articulos { background: var(--white); padding: 100px 80px; }
.articulos-header { margin-bottom: 64px; }
.articulos-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300; color: var(--dark);
}
.articulo-featured {
  border: 1px solid #e8e8e8; margin-bottom: 2px;
  transition: border-color 0.3s;
  text-decoration: none; color: inherit;
}
.articulo-featured:hover { border-color: var(--gold); }
.articulo-featured-img {
  overflow: hidden; background: var(--dark2); min-height: 360px;
}
.articulo-featured-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%); opacity: 0.7;
  transition: transform 0.7s ease, opacity 0.4s;
}
.articulo-featured:hover .articulo-featured-img img {
  transform: scale(1.04); opacity: 0.85;
}
.articulo-featured-content {
  padding: 56px; background: var(--light-bg);
  display: flex; flex-direction: column; justify-content: space-between;
}
.articulo-meta { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; }
.articulo-tag {
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}
.articulo-date { font-size: 0.72rem; color: var(--gray); font-weight: 300; }
.articulo-featured-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 400; color: var(--dark); line-height: 1.25; margin-bottom: 20px;
}
.articulo-featured-content p {
  font-size: 0.92rem; line-height: 1.8; color: var(--gray); font-weight: 300; flex: 1;
}
.articulo-leer {
  margin-top: 36px;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 10px;
}
.articulo-leer::after { content: '→'; transition: transform 0.3s; }
.articulo-featured:hover .articulo-leer::after,
.articulo-card:hover .articulo-leer::after { transform: translateX(4px); }

.articulos-grid {  }
.articulo-card {
  border: 1px solid #e8e8e8; padding: 44px 40px;
  display: flex; flex-direction: column;
  transition: border-color 0.3s, background 0.3s;
  text-decoration: none; color: inherit;
}
.articulo-card:hover { border-color: var(--gold); background: var(--light-bg); }
.articulo-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400; color: var(--dark);
  line-height: 1.3; margin-bottom: 16px; flex: 1;
}
.articulo-card p {
  font-size: 0.88rem; line-height: 1.75; color: var(--gray);
  font-weight: 300; margin-bottom: 28px;
}
.articulo-card .articulo-leer { margin-top: auto; }

/* ============================================================
   CONTACTO
   ============================================================ */

.section-contacto {
  padding: 120px 80px;
  background: var(--white);
}

.contacto-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 28px;
}

.contacto-left p {
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
  font-weight: 300;
  margin-bottom: 32px;
}

.contacto-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-top: 1px solid #e8e8e8;
  padding-top: 32px;
}

.contacto-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
}

.contacto-info a {
  color: var(--dark);
  text-decoration: none;
}

.contacto-info a:hover {
  color: var(--gold);
}


/* FORM */

.form-contacto {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-group label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 8px;
  display: block;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e2e2e2;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  background: var(--white);
  transition: border-color 0.3s, background 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fcfbf7;
}


/* Responsive */

@media (max-width: 980px) {
  .section-contacto {
    padding: 100px 40px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--dark3); padding: 48px 80px;
  border-top: 1px solid rgba(200,168,75,0.15);
}
.footer-grid { }
.footer-col h4 {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.footer-col p, .footer-col a {
  font-size: 0.88rem; color: rgba(255,255,255,0.45);
  line-height: 1.8; text-decoration: none; display: block;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: 40px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 0.8rem; color: rgba(255,255,255,0.2); text-align: center;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow      { animation: fadeUp 0.8s ease 0.2s both; }
.hero h1           { animation: fadeUp 0.8s ease 0.4s both; }
.hero-desc         { animation: fadeUp 0.8s ease 0.6s both; }
.hero-btns         { animation: fadeUp 0.8s ease 0.8s both; }
.hero-page-label   { animation: fadeUp 0.7s ease 0.2s both; }
.hero-tall-body h1 { animation: fadeUp 0.7s ease 0.35s both; }
.hero-text-block   { animation: fadeUp 0.7s ease 0.5s both; }
.hero-tall-bar     { animation: fadeUp 0.7s ease 0.65s both; }