/* ============================================================
   ACTORES S.C.G — Estilos del HOME (solo index.html)
   Se carga junto a site.css
   ============================================================ */
section{padding:118px 0}
@media(max-width:640px){section{padding:82px 0}}

h2{font-family:var(--font-display); font-weight:500; letter-spacing:-.01em; font-size:clamp(32px,4.6vw,58px); line-height:1.02; margin:0}
h2 em{font-style:italic; color:var(--accent)}

/* ====== HERO ====== */
.hero{background:var(--orange); color:var(--ink); min-height:100svh; display:flex; align-items:center; padding:132px 0 84px; position:relative; overflow:hidden}
.hero .spiral{left:-160px; bottom:-190px; width:600px; height:600px; opacity:.16}
.hero .spiral path{stroke:#fff}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; width:100%; position:relative; z-index:2}
.hero .eyebrow{font-size:12px; letter-spacing:.24em; text-transform:uppercase; font-weight:700; color:rgba(18,17,15,.72); margin-bottom:24px; display:flex; align-items:center; gap:10px}
.hero .eyebrow .pill{background:var(--ink); color:#fff; padding:4px 11px; border-radius:20px; letter-spacing:.1em; font-size:10px}
.hero h1{font-family:var(--font-display); font-weight:600; font-size:clamp(50px,7.6vw,122px); line-height:.92; letter-spacing:-.02em; margin:0; max-width:12ch; color:var(--ink)}
.hero h1 em{font-style:italic; color:#fff; font-weight:500}
.hero-sub{margin-top:28px; max-width:42ch; font-size:19px; font-weight:500; color:rgba(18,17,15,.84)}
.hero-cta{margin-top:36px; display:flex; gap:14px; flex-wrap:wrap}
.hero .trust{margin-top:44px; padding-top:26px; border-top:1px solid rgba(18,17,15,.2); display:flex; gap:34px; flex-wrap:wrap}
.hero .trust b{font-family:var(--font-display); font-size:28px; color:var(--ink); display:block; line-height:1}
.hero .trust span{display:block; font-weight:600; font-size:13px; color:rgba(18,17,15,.72); margin-top:4px}
.hero-art{position:relative}
.hero-photo{border-radius:22px; overflow:hidden; aspect-ratio:4/5; box-shadow:0 40px 80px -30px rgba(0,0,0,.5)}
.hero-quote{position:absolute; left:-18px; bottom:26px; z-index:3; background:var(--ink); color:#fff; border-radius:16px; padding:16px 20px; max-width:260px; box-shadow:0 24px 50px -18px rgba(0,0,0,.55)}
.hero-quote p{margin:0; font-family:var(--font-display); font-weight:500; font-size:18px; line-height:1.18}
.hero-quote small{display:flex; align-items:center; gap:8px; margin-top:10px; font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:#cfccc4; font-weight:600}
.hero-quote small::before{content:""; width:8px; height:8px; border-radius:50%; background:var(--accent)}
.hero-art .spiral{right:-40px; top:-40px; left:auto; bottom:auto; width:150px; height:150px; opacity:.9}
.hero-art .spiral path{stroke:var(--ink)}
@media(max-width:900px){.hero{min-height:auto; padding:128px 0 72px} .hero-grid{grid-template-columns:1fr; gap:48px} .hero-art{max-width:420px}}
@media(max-width:520px){.hero .trust{gap:22px} .hero-quote{left:0}}

/* ====== MANIFIESTO ====== */
.manif{background:var(--ink); color:#fff; padding:96px 0; overflow:hidden}
.manif .spiral{right:-120px; top:-120px; width:420px; height:420px; opacity:.12}
.manif .spiral path{stroke:var(--accent)}
.manif .wrap{position:relative; z-index:2}
.manif .lab{color:rgba(255,255,255,.7)}
.manif p{font-family:var(--font-display); font-weight:400; font-size:clamp(26px,3.6vw,46px); line-height:1.18; letter-spacing:-.01em; margin:0; max-width:20ch}
.manif p em{font-style:italic; color:var(--accent)}
.manif .sig{margin-top:30px; font-size:14px; color:#9b9a94; font-weight:500}

/* ====== LO QUE HACEMOS ====== */
.do{background:var(--white)}
.do-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:52px}
.do-card{border-radius:20px; overflow:hidden; background:var(--white); border:1px solid var(--line); display:flex; flex-direction:column; transition:transform .5s var(--ease), box-shadow .5s, border-color .3s}
.do-card:hover{transform:translateY(-6px); border-color:transparent; box-shadow:0 40px 70px -34px rgba(90,90,90,.55)}
.do-photo{position:relative; aspect-ratio:16/11}
.do-photo .idx{position:absolute; left:20px; bottom:12px; z-index:2; font-family:var(--font-display); font-weight:700; font-size:44px; line-height:1; color:#fff; letter-spacing:-.02em}
.do-photo .idx small{display:block; font-family:var(--font-ui); font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; opacity:.85; margin-bottom:4px}
.do-body{padding:24px 26px 26px; display:flex; flex-direction:column; flex:1}
.do-body h3{font-family:var(--font-display); font-weight:500; font-size:26px; margin:0 0 8px}
.do-body p{font-size:15px; color:#3a3a37; margin:0 0 20px}
.do-tag{margin-top:auto; font-size:13px; font-weight:600; color:var(--orange-700); display:inline-flex; align-items:center; gap:7px}
.do-tag::before{content:""; width:18px; height:1px; background:var(--accent)}
@media(max-width:820px){.do-grid{grid-template-columns:1fr; max-width:460px}}

/* ====== NOTICIAS (home) ====== */
.news{background:var(--paper)}
.news-grid{display:grid; grid-template-columns:1.5fr 1fr; gap:26px; align-items:start}
.feat{border-radius:20px; overflow:hidden; display:flex; flex-direction:column; transition:transform .6s var(--ease); color:#fff}
.feat:hover{transform:translateY(-5px)}
.feat .ph{aspect-ratio:16/9; background-size:cover; background-position:center; background-color:#e9e7e2}
.feat .body{padding:28px 30px 32px; background:var(--ink)}
.feat .date{font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:#9b9a92; margin-bottom:12px}
.feat h3{font-family:var(--font-display); font-weight:500; font-size:clamp(22px,2.4vw,29px); line-height:1.14; margin:0 0 10px}
.feat p{color:#cfccc4; font-size:15px; margin:0; max-width:46ch}
.news-list{display:flex; flex-direction:column}
.ni{padding:18px 0; border-top:1px solid var(--line); display:grid; grid-template-columns:132px 1fr; gap:16px; align-items:center; transition:padding-left .35s var(--ease)}
.ni:first-child{border-top:none; padding-top:0}
.ni:hover{padding-left:8px}
.ni .thumb{width:132px; aspect-ratio:16/9; border-radius:10px; background-size:cover; background-position:center; background-color:#e9e7e2}
.ni h4{font-family:var(--font-display); font-weight:500; font-size:17px; line-height:1.22; margin:0 0 3px}
.ni .d{font-size:12px; color:var(--accent); font-weight:600; letter-spacing:.04em}
@media(max-width:820px){.news-grid{grid-template-columns:1fr}}

/* ====== LA MARCA VIVA ====== */
.viva{background:var(--white)}
.viva-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:200px; gap:16px; margin-top:52px}
.tile{border-radius:16px; overflow:hidden; position:relative; display:flex; padding:22px; transition:transform .5s var(--ease)}
.tile:hover{transform:translateY(-4px)}
.tile::after{content:""; position:absolute; top:12px; right:12px; width:22px; height:22px; z-index:3; opacity:0; transition:opacity .3s var(--ease); background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'><rect x='3' y='3' width='18' height='18' rx='5'/><circle cx='12' cy='12' r='4.5'/><circle cx='17.2' cy='6.8' r='1.2' fill='white' stroke='none'/></svg>") center/contain no-repeat; filter:drop-shadow(0 1px 2px rgba(0,0,0,.55))}
.tile:hover::after{opacity:.95}
.tile.big{grid-column:span 2; grid-row:span 2}
.tile.tall{grid-row:span 2}
.tile-photo{align-items:flex-end}
.tile-photo .h{color:#fff; font-family:var(--font-display); font-weight:600; font-size:20px; line-height:1.1}
.tile-color{flex-direction:column; justify-content:space-between}
.tile-color .top{font-size:11px; letter-spacing:.16em; text-transform:uppercase; font-weight:600}
.tile-color .phrase{font-family:var(--font-display); font-weight:500; font-size:clamp(20px,2.2vw,30px); line-height:1.08}
.t-orange{background:var(--orange); color:var(--ink)} .t-orange .top{color:rgba(18,17,15,.6)}
.t-ink{background:var(--ink); color:#fff} .t-ink .top{color:#9b9a94}
.t-paper{background:var(--orange-100); color:var(--ink)} .t-paper .top{color:var(--g2)}
.tile .sp-mini{position:absolute; right:-24px; bottom:-24px; width:120px; height:120px; opacity:.18}
.t-orange .sp-mini path{stroke:var(--ink)} .t-ink .sp-mini path{stroke:var(--accent)} .t-paper .sp-mini path{stroke:var(--accent)}
.viva-foot{margin-top:26px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px}
.handle{font-family:var(--font-display); font-weight:600; font-size:17px}
@media(max-width:820px){.viva-grid{grid-template-columns:repeat(2,1fr)} .tile.big{grid-column:span 2}}
@media(max-width:520px){.viva-grid{grid-template-columns:1fr; grid-auto-rows:170px} .tile.big{grid-column:span 1; grid-row:span 1}}

/* ====== AFILIACIÓN ====== */
.afil{background:linear-gradient(180deg,var(--orange-50),#fff)}
.afil-top{display:grid; grid-template-columns:1.05fr .95fr; gap:50px; align-items:center}
.afil-badge{display:inline-flex; align-items:center; gap:8px; background:var(--orange-100); color:var(--orange-700); font-weight:700; font-size:12px; letter-spacing:.06em; text-transform:uppercase; padding:7px 14px; border-radius:40px; margin-bottom:20px}
.afil h2{margin:0 0 16px}
.afil-lead{font-size:19px; color:#2b2b28; max-width:44ch; margin:0 0 28px}
.afil-cta{display:flex; gap:14px; flex-wrap:wrap}
.afil-art{position:relative}
.afil-photo{border-radius:22px; overflow:hidden; aspect-ratio:5/6; box-shadow:0 40px 80px -34px rgba(0,0,0,.45)}
.afil-note{position:absolute; right:-16px; bottom:24px; background:var(--ink); color:#fff; border-radius:16px; padding:16px 20px; max-width:240px; box-shadow:0 24px 50px -18px rgba(0,0,0,.5)}
.afil-note b{font-family:var(--font-display); font-weight:500; font-size:17px; display:block; line-height:1.18}
.afil-note small{display:block; margin-top:6px; font-size:12px; color:#cfccc4}
.afil-steps{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:60px}
.afil-step{background:#fff; border:1px solid var(--line); border-radius:18px; padding:30px 28px; position:relative; transition:transform .5s var(--ease), box-shadow .5s}
.afil-step:hover{transform:translateY(-5px); box-shadow:0 34px 60px -34px rgba(90,90,90,.4)}
.afil-step .n{font-family:var(--font-display); font-weight:700; font-size:38px; color:var(--accent); line-height:1; margin-bottom:16px}
.afil-step h3{font-family:var(--font-display); font-weight:500; font-size:22px; margin:0 0 8px}
.afil-step p{font-size:15px; color:#444; margin:0}
@media(max-width:900px){.afil-top{grid-template-columns:1fr; gap:40px} .afil-art{max-width:420px} .afil-steps{grid-template-columns:1fr; max-width:460px}}

/* ====== BIENESTAR ====== */
.bien{background:var(--accent); color:#fff; overflow:hidden}
.bien-in{display:grid; grid-template-columns:1fr 1fr; align-items:stretch}
.bien-copy{padding:80px clamp(30px,5vw,70px); position:relative; z-index:2}
.bien .spiral{left:-90px; bottom:-90px; width:300px; height:300px; opacity:.2}
.bien .spiral path{stroke:#fff}
.bien .lab{color:rgba(255,255,255,.85)} .bien .lab::before{background:#fff}
.bien h2{color:#fff} .bien h2 em{color:var(--ink)}
.bien p{font-size:18px; color:rgba(18,17,15,.86); max-width:42ch; margin:18px 0 0; font-weight:500}
.bien .btn-white{margin-top:32px}
.bien-photo{min-height:420px}
@media(max-width:820px){.bien-in{grid-template-columns:1fr} .bien-copy{padding:60px 30px} .bien-photo{min-height:280px}}

/* ====== TRANSPARENCIA / DESCARGAS ====== */
.trans{background:var(--white)}
.docs{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:52px}
.doc{border-radius:18px; overflow:hidden; border:1px solid var(--line); background:#fff; display:flex; flex-direction:column; transition:border-color .3s, transform .45s var(--ease), box-shadow .45s}
.doc:hover{border-color:transparent; transform:translateY(-5px); box-shadow:0 34px 60px -34px rgba(90,90,90,.5)}
.doc-cover{height:134px; background:linear-gradient(135deg,var(--orange-100),var(--orange-50)); display:flex; align-items:center; justify-content:center}
.page{width:76px; height:96px; background:#fff; border-radius:6px; box-shadow:0 16px 30px -14px rgba(18,17,15,.35); position:relative; padding:13px 11px; display:flex; flex-direction:column; gap:6px}
.page::before{content:""; position:absolute; top:0; right:0; border-width:0 15px 15px 0; border-style:solid; border-color:transparent var(--orange-100) transparent transparent; border-radius:0 6px 0 0}
.page .ln{height:4px; border-radius:2px; background:var(--orange-100)}
.page .ln.s{width:55%}
.page .pt{position:absolute; bottom:9px; left:11px; font-family:var(--font-display); font-weight:700; font-size:10px; letter-spacing:.06em; color:var(--orange-700)}
.doc-body{padding:20px 22px 22px; display:flex; flex-direction:column; flex:1}
.doc-cat{font-size:11px; letter-spacing:.12em; text-transform:uppercase; font-weight:700; color:var(--orange-700); margin-bottom:8px}
.doc b{font-family:var(--font-display); font-weight:600; font-size:19px; line-height:1.2; display:block; margin-bottom:5px}
.doc .doc-meta{font-size:13px; color:var(--g2)}
.doc .doc-dl{margin-top:18px; display:inline-flex; align-items:center; gap:9px; font-size:13.5px; font-weight:600; color:var(--ink)}
.doc .doc-dl .arr{display:inline-flex; align-items:center; justify-content:center; width:26px; height:26px; border-radius:50%; background:var(--accent); color:#fff; font-size:13px; transition:transform .3s var(--ease)}
.doc:hover .doc-dl .arr{transform:translateY(3px)}
.docs-foot{margin-top:26px}
@media(max-width:900px){.docs{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.docs{grid-template-columns:1fr}}

/* ====== HOMÓLOGAS (logos) ====== */
.homo{padding:84px 0; text-align:center; background:var(--paper); overflow:hidden}
.homo .cap{font-size:12px; letter-spacing:.2em; text-transform:uppercase; color:var(--g2); font-weight:600; margin-bottom:40px}
.marquee{overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.mtrack{display:flex; gap:18px; width:max-content; animation:scrollx 42s linear infinite}
.marquee:hover .mtrack{animation-play-state:paused}
.lgo{flex:0 0 auto; width:236px; display:flex; align-items:center; gap:15px; padding:20px 22px; background:#fff; border:1px solid var(--line); border-radius:16px; color:var(--g2); transition:border-color .3s, transform .3s var(--ease), box-shadow .3s, color .3s}
.lgo:hover{border-color:transparent; transform:translateY(-4px); box-shadow:0 24px 44px -26px rgba(0,0,0,.4); color:var(--accent)}
.lgo svg{flex:0 0 auto; width:38px; height:38px}
.lgo-txt{text-align:left}
.lgo-txt b{font-family:var(--font-display); font-weight:700; font-size:18px; letter-spacing:.06em; color:#26261f; display:block; line-height:1}
.lgo-txt small{font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--g2)}
@keyframes scrollx{to{transform:translateX(calc(-50% - 9px))}}

/* ====== CENTRO CAMALEÓN ====== */
.centro{background:var(--ink); color:#fff; overflow:hidden}
.centro .lab{color:rgba(255,255,255,.75)}
.centro-banner{position:relative; border-radius:22px; overflow:hidden; min-height:380px; display:flex; align-items:flex-end; background-size:cover; background-position:center; background-color:#0a0a08}
.centro-banner::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(18,17,15,.15) 30%, rgba(18,17,15,.9)); z-index:1}
.centro-banner .cb-in{position:relative; z-index:2; padding:clamp(30px,4vw,50px); max-width:660px}
.centro-banner h2{color:#fff; margin:8px 0 12px}
.centro-banner h2 em{color:var(--accent)}
.centro-banner p{color:rgba(255,255,255,.86); font-size:17px; line-height:1.55; margin:0 0 22px; max-width:52ch}
.centro-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:20px}
.act{border:1px solid rgba(255,255,255,.14); border-radius:16px; padding:24px 22px; background:rgba(255,255,255,.03); transition:transform .45s var(--ease), border-color .3s, background .3s}
.act:hover{transform:translateY(-5px); border-color:var(--accent); background:rgba(90,90,90,.07)}
.act .aico{width:44px; height:44px; border-radius:12px; background:rgba(90,90,90,.16); color:var(--accent); display:flex; align-items:center; justify-content:center; margin-bottom:16px}
.act .aico svg{width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round}
.act h4{font-family:var(--font-display); font-weight:500; font-size:18px; margin:0 0 6px; color:#fff}
.act p{font-size:14px; color:#b7b5ad; margin:0; line-height:1.45}
@media(max-width:900px){.centro-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.centro-grid{grid-template-columns:1fr} .centro-banner{min-height:320px}}

/* ====== CTA ====== */
.cta{background:var(--ink); color:#fff; text-align:center; overflow:hidden}
.cta .spiral{left:50%; top:-140px; width:320px; height:320px; opacity:.1; transform:translateX(-50%) rotate(var(--spin))}
.cta .spiral path{stroke:var(--accent)}
.cta .wrap{position:relative; z-index:2}
.cta h2{color:#fff; margin-bottom:16px} .cta h2 em{color:var(--accent)}
.cta p{color:rgba(255,255,255,.8); max-width:48ch; margin:0 auto 36px}
