/* NEXUM · Portada editorial inspirada en el manual de marca.
   Poppins 300 / 400 / 500 / 600, colores planos, círculos y espacio libre. */
.hero-brand{background:var(--ink);overflow:hidden}
.hero-brand .hero-shade{background:rgba(60,60,59,.73)}
.hero-brand .hero-stage{min-height:590px;padding-block:62px 23px;gap:48px;align-items:center;justify-content:center}
.hero-brand .hero-copy{max-width:850px;width:100%;text-align:center;padding:0;margin-inline:auto}
.hero-brand .eyebrow{font-size:.75rem;font-weight:400;letter-spacing:2px;display:flex;justify-content:center;align-items:center;gap:12px;margin:0 0 27px;color:white;line-height:1.7}
.hero-brand .eyebrow>span{width:10px;height:10px;background:var(--orange);border-radius:0;margin:0;flex-shrink:0}
.hero-brand h1{font-size:clamp(2.3rem,3.7vw,3.35rem);letter-spacing:-1.7px;line-height:1.28;margin:0;color:white}
.hero-brand h1>span{font-weight:300;display:block}
.hero-brand h1>strong{font-weight:600;display:block}
.hero-brand .hero-description{font-size:1rem;line-height:1.85;max-width:620px;margin:26px auto 29px;color:white;font-weight:300}
.hero-brand .button-row{justify-content:center;flex-direction:row;align-items:center;gap:16px}
.hero-brand .button{border-radius:3px;font-size:.875rem;min-height:53px;padding:14px 22px}
.hero-brand .primary{background:var(--mustard);color:var(--ink);font-weight:500;border-color:var(--mustard)}
.hero-brand .primary:hover{background:#fff;border-color:#fff}
.hero-brand .hero-outline{border-color:#ffffffb3;background:transparent;color:white}
.hero-brand .hero-outline:hover{background:white;color:var(--ink)}
.hero-brand .hero-editorial-footer{display:flex;align-items:center;justify-content:space-between;gap:30px;width:100%;margin-top:5px;border-top:1px solid #ffffff50;padding-top:20px;position:relative;z-index:1}
.hero-editorial-footer>span{font-size:.75rem;font-weight:300;color:white}
.hero-brand .hero-slide-caption{font-size:.75rem;gap:14px;color:white}
.hero-brand .hero-slide-caption .slide-counter{color:var(--mustard);font-size:.7rem}
.hero-brand .hero-slide-caption small{display:none}
.hero-brand-circles{position:absolute;right:-120px;bottom:40px;width:305px;height:280px;pointer-events:none;z-index:-1}
.hero-brand-circles i{display:block;position:absolute;border-radius:50%}
.hero-brand-circles i:nth-child(1){width:225px;height:225px;right:0;bottom:0;background:var(--orange)}
.hero-brand-circles i:nth-child(2){width:160px;height:160px;left:15px;bottom:-55px;background:var(--mustard)}
.hero-brand-circles i:nth-child(3){width:125px;height:125px;right:58px;top:-12px;border:7px solid var(--olive)}
.hero-brand .hero-slider-controls{display:block;position:relative;background:white;color:var(--ink);border-bottom:1px solid var(--line);width:100%;z-index:2}
.hero-controls-inner{display:flex;align-items:stretch;justify-content:space-between;gap:24px}
.hero-topic-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));flex:1;gap:0;min-width:0}
.hero-brand .hero-topic{--topic-color:var(--orange);--topic-text:#171914;width:100%;height:auto;min-height:104px;background:white;color:var(--ink);border:0;border-top:4px solid var(--topic-color);border-right:1px solid var(--line);border-radius:0;display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:19px 18px;text-align:left;transition:background .2s,color .2s;min-width:0}
.hero-brand .hero-topic:nth-child(1){border-left:1px solid var(--line)}
.hero-brand .topic-people{--topic-color:var(--mustard)}
.hero-brand .topic-land{--topic-color:var(--olive);--topic-text:#fff}
.hero-brand .hero-topic[aria-pressed="true"]{background:var(--topic-color);color:var(--topic-text);border-right-color:var(--topic-color)}
.hero-brand .hero-topic:hover{background:#f2f2eb}
.hero-brand .hero-topic[aria-pressed="true"]:hover{background:var(--topic-color)}
.hero-brand .hero-topic:focus-visible{outline:3px solid var(--ink);outline-offset:-7px}
.hero-topic .topic-number{font-size:.75rem;align-self:flex-start;padding-top:4px;font-weight:300;line-height:1.5}
.hero-topic strong{display:block;font-size:1.1rem;font-weight:500;line-height:1.4}
.hero-topic small{display:block;font-size:.7rem;line-height:1.5;margin-top:5px;font-weight:400;max-width:195px}
.hero-topic .topic-arrow{font-size:1.2rem;margin-left:auto;font-weight:300}
.hero-transport{display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;flex-wrap:wrap;max-width:150px;align-content:center;padding-block:10px}
.hero-brand .hero-arrow{border:1px solid var(--line);border-radius:50%;color:var(--ink);background:white;width:44px;height:44px}
.hero-brand .hero-arrow:hover{background:var(--soft)}
.hero-brand .hero-play{display:block;width:100%;min-width:0;margin:0;border:0;height:30px;min-height:30px;color:var(--ink);font-size:.75rem;background:white;padding:0}
.hero-brand .hero-play:hover{text-decoration:underline;background:white}
/* Logo proporcional sobre fondo blanco y con espacio de protección. */
.site-header .brand{padding:9px 3px}
@media(min-width:1500px){.hero-brand .hero-stage{min-height:630px;padding-top:75px}.hero-brand h1{font-size:3.35rem}}
@media(max-width:1100px){.hero-brand .hero-stage{min-height:570px}.hero-controls-inner{gap:15px}.hero-brand .hero-topic{gap:11px;padding:18px 14px;min-height:98px}.hero-topic .topic-number{display:none}.hero-topic .topic-arrow{font-size:1rem}.hero-topic strong{font-size:1rem}.hero-topic small{font-size:.7rem}.hero-transport{max-width:96px}.hero-brand-circles{right:-175px}.hero-brand .hero-description{font-size:1rem}}
@media(max-width:768px){
  .hero-brand-circles{display:none!important}
  .hero-brand .hero-stage{min-height:auto;padding-top:42px;padding-bottom:24px;gap:24px}
  .hero-brand .hero-copy{max-width:100%}
  .hero-brand .eyebrow{font-size:.68rem;letter-spacing:1px;gap:8px;margin-bottom:18px}
  .hero-brand h1{font-size:clamp(1.75rem,6.8vw,2.3rem);line-height:1.28;letter-spacing:-.6px}
  .hero-brand .hero-description{font-size:.95rem;line-height:1.7;margin:18px auto 22px}
  .hero-brand .button-row{flex-direction:column;gap:10px;width:100%;align-items:stretch}
  .hero-brand .button{width:100%;min-height:48px;font-size:.88rem;justify-content:center}
  .hero-brand .hero-editorial-footer{justify-content:center;padding-top:14px;margin-top:0}
  .hero-editorial-footer>span{display:none}
  .hero-controls-inner{display:flex!important;flex-direction:column!important;gap:0!important;padding-inline:0!important;width:100%!important}
  .hero-topic-list{display:grid!important;grid-template-columns:repeat(3,1fr)!important;width:100%!important;gap:0!important;overflow:hidden!important}
  .hero-brand .hero-topic{min-height:50px!important;padding:8px 4px!important;gap:4px!important;justify-content:center!important;text-align:center!important;border-top-width:3px!important;min-width:0!important;flex:1!important}
  .hero-topic strong{font-size:.76rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .hero-topic small,.hero-topic .topic-arrow{display:none!important}
  .hero-topic .topic-number{font-size:.65rem!important;padding:0!important;display:inline!important}
  .hero-transport{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:6px 12px!important;border-top:1px solid var(--line)!important;box-sizing:border-box!important}
  .hero-brand .hero-transport .hero-play{min-width:65px!important;height:32px!important;font-size:.72rem!important}
  .hero-brand .hero-arrow{width:34px!important;height:34px!important;font-size:.9rem!important}
}
@media(prefers-reduced-motion:reduce){.hero-brand .hero-topic{transition:none}}
@media print{.hero-brand{background:white;color:var(--ink)}.hero-brand .hero-stage{min-height:0;padding:10px 0}.hero-brand h1,.hero-brand .hero-description,.hero-brand .eyebrow{color:var(--ink)}.hero-brand-circles,.hero-brand .hero-editorial-footer,.hero-brand .hero-slider-controls{display:none!important}}

