/* site-extras.css — enhancements: scroll reveal, about, values (sello),
   testimonials carousel, editorial blog grid, partner teasers, hero motion */

/* ---------- SCROLL REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal[data-stagger="1"] { transition-delay: 80ms; }
.reveal[data-stagger="2"] { transition-delay: 160ms; }
.reveal[data-stagger="3"] { transition-delay: 240ms; }
.reveal[data-stagger="4"] { transition-delay: 320ms; }
.reveal[data-stagger="5"] { transition-delay: 400ms; }
.reveal[data-stagger="6"] { transition-delay: 480ms; }

/* ---------- HERO motion enhancements ---------- */
.hero .figure { box-shadow: 0 32px 80px -24px rgba(0,0,0,0.6); }
/* figure-bg-img inside the hero figure: legacy from earlier variant, now hidden because the hero itself owns the bg */
.hero .figure .figure-bg-img { display: none; }

.hero .marquee-rule {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: rgba(244,239,229,0.18);
}
.hero .seal {
  position: absolute; right: var(--site-gutter); bottom: 32px;
  width: 88px; height: 88px; opacity: 0.55; pointer-events: none;
}

/* hero kpis under headline */
.hero-kpis { display:grid; grid-template-columns: repeat(3, auto); gap: 40px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(244,239,229,0.18); max-width: 520px; }
.hero-kpis .kpi-num { font-family: var(--font-display); font-weight: 400; font-size: 36px; color: var(--bu-papel); line-height: 1; letter-spacing: -0.02em; font-variation-settings: "opsz" 32; }
.hero-kpis .kpi-lbl { font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(244,239,229,0.65); margin-top: 8px; line-height: 1.4; max-width: 140px; }

/* ---------- ABOUT / Quiénes somos ---------- */
.about { padding: 120px 0; position: relative; }
.about .grid { display:grid; grid-template-columns: 0.95fr 1.05fr; gap: 80px; align-items: stretch; }
.about .col-text { max-width: 520px; padding-top: 16px; }
.about .col-text .eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bu-ocre); margin: 0 0 24px; }
.about .col-text h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.018em; color: var(--fg-1); margin: 0 0 28px; font-variation-settings: "opsz" 48; }
.about .col-text p { font-family: var(--font-sans); font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 0 0 18px; }
.about .col-text .footnote { display:flex; align-items: center; gap: 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line-hair); font-family: var(--font-sans); font-size: 13px; color: var(--fg-3); }
.about .col-text .footnote .sig-text { padding-left: 20px; border-left: 1px solid var(--line-hair); display:flex; flex-direction: column; gap: 2px; }
.about .col-text .footnote .sig-names { font-family: var(--font-display); font-style: italic; font-size: 18px; font-weight: 400; color: var(--bu-tinta); line-height: 1.2; }
.about .col-text .footnote .sig-role { font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-3); }
.about .image {
  position: relative; min-height: 540px; background: var(--bu-hueso); overflow: hidden;
}
.about .image-bg {
  position: absolute; inset: 0;
  background-image: linear-gradient(135deg, rgba(14,23,38,0.55) 0%, rgba(14,23,38,0.1) 60%), url(https://images.unsplash.com/photo-1610969978599-c81d6b1eef83?auto=format&fit=crop&w=1400&q=80);
  background-size: cover; background-position: center;
  filter: grayscale(0.55) contrast(1.06);
}
.about .image .corner-mark { content: ""; }
.about .image .corner-mark {
  position: absolute; top: 28px; left: 28px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(244,239,229, 0.85);
}
.about .image .label {
  position: absolute; bottom: 28px; left: 28px; right: 28px;
  color: var(--bu-papel); font-family: var(--font-display);
  font-style: italic; font-weight: 300; font-size: 22px; line-height: 1.35;
}
.about .image .ornament-svg {
  position: absolute; top: 28px; right: 28px;
  width: 64px; height: auto;
  opacity: 0.7;
  filter: brightness(1.6) saturate(1.2);
}

/* ---------- SELLO (Values) ---------- */
.sello {
  padding: 120px 0; position: relative; overflow: hidden;
  background-color: var(--bu-tinta);
  background-image:
    linear-gradient(180deg, rgba(14,23,38,0.86) 0%, rgba(14,23,38,0.94) 100%),
    url(https://images.unsplash.com/photo-1568667256549-094345857637?auto=format&fit=crop&w=1800&q=80);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.sello::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(244,239,229,0.05) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.6; pointer-events: none;
}
.sello .head { position: relative; max-width: 720px; margin: 0 0 64px; }
.sello .head .eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bu-ocre-tenue); margin: 0 0 16px; }
.sello .head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.018em; color: var(--bu-papel); margin: 0; font-variation-settings: "opsz" 48; }
.sello .head hr.rule-accent { background: var(--bu-ocre); }

.sello .grid {
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  position: relative;
}
.sello .val {
  position: relative;
  padding: 36px 28px 32px;
  background: var(--bu-marfil);
  border: 1px solid rgba(14,23,38,0.06);
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 1px 2px rgba(14,23,38,0.06),
    0 12px 32px -12px rgba(14,23,38,0.55),
    0 32px 56px -28px rgba(14,23,38,0.5);
  transform: translateY(0);
  transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out), background 220ms var(--ease-out);
}
.sello .val:hover {
  transform: translateY(-6px);
  background: var(--bu-papel);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 2px 4px rgba(14,23,38,0.08),
    0 24px 44px -16px rgba(14,23,38,0.6),
    0 40px 80px -32px rgba(14,23,38,0.55);
}
.sello .val::before {
  content:""; position:absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--bu-ocre);
  border-radius: 4px 4px 0 0;
  transition: width 380ms var(--ease-out);
}
.sello .val:hover::before { width: 60%; }
.sello .val .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--bu-ocre); margin-bottom: 24px; display:block; }
.sello .val .icon { font-size: 36px; color: var(--bu-tinta); margin-bottom: 24px; display:block; line-height: 1; }
.sello .val h3 { font-family: var(--font-display); font-weight: 500; font-size: 26px; color: var(--fg-1); margin: 0 0 12px; letter-spacing: -0.005em; line-height: 1.15; }
.sello .val p { font-family: var(--font-sans); font-size: 14px; line-height: 1.6; color: var(--fg-3); margin: 0; }

/* ---------- PARTNER TEASERS ---------- */
.partners-teaser { padding: 120px 0; background: var(--bu-tinta); color: var(--bu-papel); position: relative; overflow: hidden; }
.partners-teaser::before {
  content:""; position:absolute; inset: 0;
  background-image: radial-gradient(circle at 50% -10%, rgba(181,133,58,0.18), transparent 60%);
  pointer-events: none;
}
.partners-teaser .head { display:flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; gap: 48px; position: relative; z-index: 1; }
.partners-teaser .head .meta { max-width: 560px; }
.partners-teaser .head .eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bu-ocre-tenue); margin: 0 0 16px; }
.partners-teaser .head .rule { width: 48px; height: 1px; background: var(--bu-ocre); margin-bottom: 28px; }
.partners-teaser .head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.018em; color: var(--bu-papel); margin: 0; font-variation-settings: "opsz" 48; }
.partners-teaser .head .lede { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 18px; line-height: 1.5; color: rgba(244,239,229,0.75); margin: 0; max-width: 360px; }
.partners-teaser .grid { display:grid; grid-template-columns: 1fr 1fr; gap: 32px; position: relative; z-index: 1; }
.partner-teaser {
  background: rgba(244,239,229, 0.04); border: 1px solid rgba(244,239,229, 0.12);
  padding: 0; display:grid; grid-template-columns: 1fr 1.4fr; gap: 0;
  transition: background 220ms var(--ease-out), border-color 220ms var(--ease-out);
  cursor: pointer;
}
.partner-teaser:hover { background: rgba(244,239,229, 0.06); border-color: rgba(217,190,133, 0.4); }
.partner-teaser .portrait { aspect-ratio: 4/5; background: var(--bu-tinta-suave); position: relative; overflow: hidden; }
.partner-teaser .portrait .img { position: absolute; inset: 0; background-size: cover; background-position: center top; filter: grayscale(0.3) contrast(1.04) brightness(1) saturate(0.85); transition: transform 600ms var(--ease-out), filter 220ms var(--ease-out); }
.partner-teaser:hover .portrait .img { transform: scale(1.04); filter: grayscale(0) contrast(1.05) saturate(1); }
.partner-teaser .portrait::after {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(14,23,38,0.7) 100%);
}
.partner-teaser .portrait .initial {
  position: absolute; top: 24px; left: 24px;
  font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 56px;
  color: var(--bu-ocre-tenue); line-height: 1;
}
.partner-teaser .body { padding: 40px 36px; display:flex; flex-direction: column; }
.partner-teaser .body .role { font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bu-ocre-tenue); margin: 0 0 14px; }
.partner-teaser .body h3 { font-family: var(--font-display); font-weight: 400; font-size: 32px; line-height: 1.1; letter-spacing: -0.018em; color: var(--bu-papel); margin: 0 0 8px; }
.partner-teaser .body .focus { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 17px; line-height: 1.4; color: rgba(244,239,229,0.8); margin: 0 0 24px; }
.partner-teaser .body .tags { display:flex; flex-wrap: wrap; gap: 6px; margin-bottom: auto; padding-bottom: 24px; }
.partner-teaser .body .tags span { font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(244,239,229, 0.8); padding: 5px 10px; border: 1px solid rgba(244,239,229, 0.18); border-radius: 999px; }
.partner-teaser .body .more {
  font-family: var(--font-sans); font-size: 13px; font-weight: 500; letter-spacing: 0.04em;
  color: var(--bu-ocre-tenue); display:inline-flex; align-items:center; gap: 8px;
  margin-top: 12px; padding-top: 18px; border-top: 1px solid rgba(244,239,229, 0.12);
  transition: color 140ms var(--ease-out), gap 220ms var(--ease-out);
}
.partner-teaser:hover .body .more { color: var(--bu-papel); gap: 14px; }

/* ---------- TESTIMONIALS — as case file folders ---------- */
.testimonials { padding: 120px 0 140px; background: transparent; perspective: 1400px; }
.testimonials .stage {
  position: relative;
  padding: 56px 0 0; /* room for the folder tab to peek up */
}

/* Back-folder tabs peeking out behind the active card (the "stack") */
.testimonials .stage::before,
.testimonials .stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.testimonials .stage::before {
  /* second folder peeks slightly */
  left: 30px; right: 30px;
  top: 38px; bottom: 28px;
  background: linear-gradient(180deg, #ECE3CC 0%, #E6DCC2 100%);
  border: 1px solid rgba(14, 23, 38, 0.08);
  border-radius: 2px 2px 4px 4px;
  box-shadow: 0 18px 32px -18px rgba(14, 23, 38, 0.22);
  transform: rotate(-0.4deg);
}
.testimonials .stage::after {
  /* third folder further back */
  left: 60px; right: 60px;
  top: 50px; bottom: 38px;
  background: linear-gradient(180deg, #E6DCC2 0%, #DFD3B6 100%);
  border: 1px solid rgba(14, 23, 38, 0.06);
  border-radius: 2px 2px 4px 4px;
  box-shadow: 0 12px 24px -16px rgba(14, 23, 38, 0.18);
  transform: rotate(0.5deg);
}

/* Active folder */
.testimonials .slide {
  display: none;
  position: relative;
  background:
    linear-gradient(180deg, #FBF6E8 0%, #F4ECD3 100%);
  border: 1px solid rgba(14, 23, 38, 0.1);
  border-radius: 2px 2px 4px 4px;
  padding: 76px 88px 64px;
  z-index: 2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -2px 0 rgba(14, 23, 38, 0.04),
    0 1px 0 rgba(14, 23, 38, 0.05),
    0 4px 8px -2px rgba(14, 23, 38, 0.08),
    0 18px 36px -12px rgba(14, 23, 38, 0.2),
    0 48px 72px -28px rgba(14, 23, 38, 0.28);
  transform: rotateX(1.5deg) translateZ(0);
  transform-origin: center top;
  transition: transform 320ms var(--ease-out), box-shadow 320ms var(--ease-out);
}
.testimonials .slide.active { display: block; animation: folder-in 600ms var(--ease-out); }

/* Folder TAB — sticks up from the top-left */
.testimonials .slide::before {
  content: attr(data-folder-label);
  position: absolute;
  top: -28px;
  left: 56px;
  padding: 8px 22px 10px;
  background: linear-gradient(180deg, #FBF6E8 0%, #F4ECD3 100%);
  border: 1px solid rgba(14, 23, 38, 0.1);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bu-tinta);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    -6px -6px 12px -6px rgba(14, 23, 38, 0.08);
  z-index: 1;
  transform: skewX(-3deg);
  transform-origin: bottom left;
}
.testimonials .slide::after {
  /* punched-hole / file index dot at top-right */
  content: "";
  position: absolute;
  top: 28px; right: 36px;
  width: 12px; height: 12px;
  border-radius: 999px;
  background: var(--bu-ocre);
  box-shadow: 0 1px 2px rgba(14, 23, 38, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.testimonials .slide:hover {
  transform: rotateX(0deg) translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -2px 0 rgba(14, 23, 38, 0.04),
    0 1px 0 rgba(14, 23, 38, 0.05),
    0 8px 16px -4px rgba(14, 23, 38, 0.1),
    0 28px 48px -12px rgba(14, 23, 38, 0.24),
    0 64px 96px -32px rgba(14, 23, 38, 0.32);
}

.testimonials .slide > * { position: relative; z-index: 2; }

/* File reference line above the quote */
.testimonials .slide .quotemark {
  position: absolute; top: 32px; left: 56px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--bu-grafito);
  z-index: 1;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}
.testimonials .slide .quotemark::before {
  content: "EXP · ";
  color: var(--bu-ocre);
}

.testimonials .slide blockquote {
  font-family: var(--font-display); font-weight: 300; font-style: italic;
  font-size: clamp(22px, 2.4vw, 30px); line-height: 1.4; color: var(--fg-1);
  margin: 8px 0 40px; max-width: 760px; letter-spacing: -0.005em;
  font-variation-settings: "opsz" 28;
  position: relative;
}
.testimonials .slide blockquote::before {
  content: """;
  position: absolute;
  top: -16px; left: -8px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 64px;
  color: var(--bu-ocre);
  line-height: 1;
  opacity: 0.5;
  z-index: 0;
}
.testimonials .slide blockquote em { font-style: normal; color: var(--bu-tinta); font-weight: 400; }
.testimonials .slide .who {
  display: flex; align-items: center; gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(14, 23, 38, 0.1);
}
.testimonials .slide .avatar {
  width: 48px; height: 48px; border-radius: 999px;
  background: linear-gradient(160deg, var(--bu-tinta-suave) 0%, var(--bu-tinta) 100%);
  color: var(--bu-papel);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 18px; flex: none;
  box-shadow: 0 4px 8px -2px rgba(14, 23, 38, 0.3), inset 0 1px 0 rgba(255,255,255,0.1);
}
.testimonials .slide .who-info .name { font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: var(--fg-1); margin-bottom: 2px; }
.testimonials .slide .who-info .org { font-family: var(--font-sans); font-size: 13px; color: var(--fg-3); }

@keyframes folder-in {
  from { opacity: 0; transform: rotateX(1.5deg) translateY(18px); }
  to   { opacity: 1; transform: rotateX(1.5deg) translateY(0); }
}
.testimonials .wrap { max-width: 980px; margin: 0 auto; }
.testimonials .head { text-align: center; margin-bottom: 56px; }
.testimonials .head .rule { width: 48px; height: 1px; background: var(--bu-ocre); margin: 0 auto 28px; }
.testimonials .head .eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bu-ocre); margin: 0 0 16px; }
.testimonials .head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -0.014em; color: var(--fg-1); margin: 0; font-variation-settings: "opsz" 40; }
.testimonials .controls { display:flex; justify-content: space-between; align-items:center; margin-top: 32px; }
.testimonials .dots { display:flex; gap: 8px; }
.testimonials .dot {
  width: 28px; height: 2px; background: var(--line-hair); border: 0; padding: 0; cursor: pointer;
  transition: background 220ms var(--ease-out), width 220ms var(--ease-out);
}
.testimonials .dot.active { background: var(--bu-tinta); width: 44px; }
.testimonials .arrows { display:flex; gap: 4px; }
.testimonials .arrow {
  width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line-hair);
  background: transparent; cursor: pointer; color: var(--fg-2); display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display); font-size: 18px; transition: all 140ms var(--ease-out);
}
.testimonials .arrow:hover { border-color: var(--bu-tinta); color: var(--bu-tinta); background: var(--bu-marfil); }

@keyframes fade-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- EDITORIAL BLOG / INSIGHTS GRID ---------- */
.editorial-grid { padding-top: 16px; }
.editorial-grid .ed-row { display:grid; grid-template-columns: 1.4fr 1fr; gap: 32px; margin-bottom: 32px; }
.editorial-grid .ed-row.sub { grid-template-columns: 1fr 1fr 1fr; }
.ed-card {
  background: var(--bu-marfil); border: 1px solid var(--line-hair);
  display:flex; flex-direction: column; cursor: pointer; position: relative; overflow: hidden;
  transition: box-shadow 220ms var(--ease-out);
}
.ed-card:hover { box-shadow: var(--shadow-2); }
.ed-card .thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; background: var(--bu-hueso); }
.ed-card.feature .thumb { aspect-ratio: 4/3; }
.ed-card .thumb-img {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  filter: grayscale(0.7) contrast(1.04);
  transition: transform 800ms var(--ease-out), filter 220ms var(--ease-out);
}
.ed-card:hover .thumb-img { transform: scale(1.03); filter: grayscale(0.4) contrast(1.05); }
.ed-card .thumb::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 60%, rgba(14,23,38,0.5) 100%);
}
.ed-card .thumb .read {
  position: absolute; right: 16px; bottom: 16px; z-index: 1;
  width: 36px; height: 36px; border-radius: 999px;
  background: rgba(244,239,229,0.95); color: var(--bu-tinta); display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display); font-size: 18px;
  opacity: 0; transform: translateY(8px); transition: all 220ms var(--ease-out);
}
.ed-card:hover .thumb .read { opacity: 1; transform: translateY(0); }
.ed-card .body { padding: 24px 24px 24px; display:flex; flex-direction: column; gap: 10px; flex: 1; }
.ed-card.feature .body { padding: 36px 36px 32px; }
.ed-card .meta { display:flex; justify-content: space-between; align-items:center; font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-3); }
.ed-card .meta .tag { color: var(--bu-ocre); }
.ed-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 22px; line-height: 1.2; color: var(--fg-1); margin: 4px 0 8px; letter-spacing: -0.005em; }
.ed-card.feature h3 { font-size: 32px; font-weight: 400; line-height: 1.12; }
.ed-card .preview { font-family: var(--font-sans); font-size: 14px; line-height: 1.6; color: var(--fg-3); margin: 0; }
.ed-card .read-more { font-family: var(--font-sans); font-size: 13px; font-weight: 500; color: var(--bu-tinta); display:inline-flex; align-items:center; gap: 8px; margin-top: 8px; }

/* ---------- IDEA FUERZA seal ---------- */
.idea-fuerza .if-seal {
  position: absolute;
  right: var(--site-gutter);
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  opacity: 0.16;
  filter: invert(1) brightness(1.3) sepia(0.4) saturate(1.6);
  pointer-events: none;
}
@media (max-width: 980px) {
  .idea-fuerza .if-seal { right: 16px; top: auto; bottom: 16px; transform: none; width: 120px; height: 120px; opacity: 0.12; }
}

/* ---------- HERO monogram corner ---------- */
.hero .figure-mono {
  position: absolute;
  right: 32px; bottom: 32px;
  width: 52px; height: 52px;
  filter: invert(1) brightness(1.05);
  opacity: 0.7;
  pointer-events: none;
}

/* ---------- HERO accent variants (full-bleed bg) ---------- */
.hero.hero-variant-documents {
  background-image:
    linear-gradient(90deg, rgba(14,23,38,0.92) 0%, rgba(14,23,38,0.78) 40%, rgba(14,23,38,0.55) 70%, rgba(14,23,38,0.4) 100%),
    linear-gradient(180deg, rgba(14,23,38,0.2) 0%, rgba(14,23,38,0.45) 100%),
    url(https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=2200&q=80);
}
.hero.hero-variant-dramatic {
  background-image:
    linear-gradient(90deg, rgba(14,23,38,0.92) 0%, rgba(14,23,38,0.78) 40%, rgba(14,23,38,0.55) 70%, rgba(14,23,38,0.4) 100%),
    linear-gradient(180deg, rgba(14,23,38,0.2) 0%, rgba(14,23,38,0.45) 100%),
    url(https://images.unsplash.com/photo-1605721911519-3dfeb3be25e7?auto=format&fit=crop&w=2200&q=80);
}
.hero.hero-variant-architecture {
  background-image:
    linear-gradient(90deg, rgba(14,23,38,0.85) 0%, rgba(14,23,38,0.65) 40%, rgba(14,23,38,0.45) 70%, rgba(14,23,38,0.35) 100%),
    linear-gradient(180deg, rgba(14,23,38,0.2) 0%, rgba(14,23,38,0.45) 100%),
    url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2200&q=80);
}
/* legacy variant-classes left on .figure are no-ops in the new hero */
.hero-variant-dramatic .figure-bg-img,
.hero-variant-architecture .figure-bg-img,
.hero-variant-documents .figure-bg-img { display: none; }

/* ---------- Geometric divider between sections ---------- */
.bu-divider { position: relative; height: 96px; }
.bu-divider::before { content:""; position:absolute; left: 50%; top: 0; width: 1px; height: 64px; background: var(--bu-ocre); }
.bu-divider::after { content:""; position:absolute; left: 50%; top: 60px; width: 7px; height: 7px; background: var(--bu-ocre); transform: translateX(-3px) rotate(45deg); }

/* ---------- Floating monogram in About ---------- */
.about .monogram { position: absolute; right: 0; top: 0; width: 280px; opacity: 0.05; pointer-events: none; }

/* ---------- Tablet ---------- */
@media (max-width: 980px) {
  .hero .bu-container { padding-top: 96px; padding-bottom: 80px; }
  .hero .grid { grid-template-columns: 1fr; gap: 48px; }
  .hero .figure { aspect-ratio: 16/10; max-width: 480px; }
  .about .grid { grid-template-columns: 1fr; gap: 48px; }
  .sello .grid { grid-template-columns: 1fr 1fr; }
  .partners-teaser .grid { grid-template-columns: 1fr; }
  .editorial-grid .ed-row { grid-template-columns: 1fr; }
  .editorial-grid .ed-row.sub { grid-template-columns: 1fr; }
  .hero-kpis { grid-template-columns: repeat(3, auto); gap: 24px; }
}
@media (max-width: 640px) {
  .sello .grid { grid-template-columns: 1fr; }
  .partner-teaser { grid-template-columns: 1fr; }
  .testimonials .slide { padding: 40px 28px; }
  .hero-kpis { grid-template-columns: 1fr 1fr; }
}
