/* Sección Actualidad · PolarisHub. Todo va bajo .ph-act para no tocar el resto del tema. */

/* Astra: ancho completo en las vistas de Actualidad */
body.ph-act-page .site-content > .ast-container { max-width: 100%; padding: 0; display: block; }
body.ph-act-page .site-content { padding: 0; }

.ph-act {
  --navy: #1a2c4e; --navy-2: #243a63; --gold: #c9a84c; --gold-dark: #8a7128;
  --cream: #F7F3F3; --paper: #fff; --ink: #33322F; --muted: #56554F; --line: #e7e2db; --green: #1e8449;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Nunito', Arial, sans-serif;
  background: var(--cream); color: var(--ink);
  font-family: var(--sans); font-size: 18px; line-height: 1.7;
  overflow-x: clip;
}
.ph-act *, .ph-act *::before, .ph-act *::after { box-sizing: border-box; }
.ph-act p, .ph-act li, .ph-act h1, .ph-act h2, .ph-act h3 { overflow-wrap: break-word; }
.ph-act a { color: var(--navy); }
.ph-act a:focus-visible, .ph-act button:focus-visible, .ph-act summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.ph-act-wrap { max-width: 1140px; margin: 0 auto; padding-inline: clamp(20px, 4vw, 40px); }
.ph-act-wrap-n { max-width: 880px; }

.ph-act-kicker { font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin: 0 0 .8rem; }
.ph-act-tag { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); }
.ph-act-star { color: var(--gold); line-height: 1; }

.ph-act-btn { display: inline-block; background: var(--gold); color: var(--navy) !important; font-family: var(--sans); font-weight: 800; font-size: 16px; line-height: 1.2; text-decoration: none; padding: 15px 26px; border-radius: 8px; transition: background .2s; }
.ph-act-btn:hover { background: #b8963d; }

/* ─── Portada ─────────────────────────────────────────── */
.ph-act-hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding-block: clamp(52px, 7vw, 96px) clamp(40px, 5vw, 64px); }
.ph-act-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 86% 18%, rgba(201,168,76,.22), transparent 38%),
    radial-gradient(circle at 6% 120%, rgba(201,168,76,.12), transparent 45%);
}
.ph-act-hero .ph-act-wrap { position: relative; z-index: 1; }
.ph-act-hero .ph-act-kicker { color: var(--gold); }
.ph-act-hero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(34px, 5vw, 60px); line-height: 1.08; letter-spacing: -.01em; color: #fff; margin: 0 0 1.1rem; max-width: 17ch; }
.ph-act-hero-sub { max-width: 60ch; margin: 0; font-size: clamp(16px, 1.3vw, 19px); color: rgba(255,255,255,.84); }

.ph-act-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.ph-act-pills li { margin: 0; }
.ph-act-pills a { display: inline-block; padding: .45rem 1.05rem; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; transition: border-color .2s; }
.ph-act-pills a:hover { border-color: var(--gold); }
.ph-act-pills a[aria-current="page"] { background: var(--gold); border-color: var(--gold); color: var(--navy); }

.ph-act-list { padding-block: clamp(40px, 5vw, 72px); }

/* Portadas de tarjeta */
/* 16:9 = proporción de las imágenes destacadas (1200×675), para no recortar el texto que llevan */
.ph-act-media { position: relative; overflow: hidden; background: var(--navy); aspect-ratio: 16 / 9; }
.ph-act-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ph-act-media-type { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(18px, 2.4vw, 28px); background: linear-gradient(140deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; }
.ph-act-media-type::before {
  content: ""; position: absolute; right: -18%; top: -30%; width: 75%; aspect-ratio: 1; border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(201,168,76,.22) 0 1px, transparent 1px 22px);
}
.ph-act-media-type .ph-act-star { position: relative; font-size: clamp(34px, 4vw, 52px); }
.ph-act-media-tag { position: relative; align-self: flex-start; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); border-top: 2px solid var(--gold); padding-top: .55rem; max-width: 22ch; line-height: 1.4; }

/* Destacada */
.ph-act-feature { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); background: var(--paper); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin-bottom: clamp(32px, 4vw, 56px); transition: box-shadow .25s, transform .25s; }
.ph-act-feature .ph-act-media { aspect-ratio: auto; min-height: 360px; display: flex; align-items: center; background: linear-gradient(140deg, var(--navy) 0%, var(--navy-2) 100%); }
.ph-act-feature .ph-act-media::before { content: ""; position: absolute; inset: 0; background: var(--ph-fondo, none) center / cover no-repeat; filter: blur(48px) brightness(.8); transform: scale(1.5); }
.ph-act-feature .ph-act-media img { position: relative; height: auto; aspect-ratio: 16 / 9; object-fit: contain; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.ph-act-feature-body { display: flex; flex-direction: column; justify-content: center; gap: .7rem; padding: clamp(24px, 3.5vw, 52px); }
.ph-act-feature .ph-act-card-title { font-family: var(--serif); font-size: clamp(25px, 2.7vw, 36px); line-height: 1.18; color: var(--navy); margin: 0; }
.ph-act-feature p { margin: 0; font-size: 16.5px; color: var(--muted); line-height: 1.6; }
.ph-act-readmore { margin-top: .4rem; font-weight: 800; color: var(--navy); }

/* Rejilla */
.ph-act-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 28px); }
.ph-act-card { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.ph-act-card-body { display: flex; flex: 1; flex-direction: column; gap: .5rem; padding: 1.15rem 1.25rem 1.3rem; }
.ph-act-card .ph-act-card-title { font-family: var(--serif); font-size: 20px; line-height: 1.3; color: var(--navy); margin: 0; }
.ph-act-card p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--muted); }
.ph-act-card-title a { color: inherit; text-decoration: none; }
.ph-act-card-title a::after { content: ""; position: absolute; inset: 0; }
.ph-act-card-meta { margin-top: auto; padding-top: .5rem; font-size: 13px; color: var(--muted); }
.ph-act-feature:hover, .ph-act-card:hover { box-shadow: 0 18px 40px rgba(26,44,78,.12); transform: translateY(-2px); }
.ph-act-feature:hover .ph-act-card-title, .ph-act-card:hover .ph-act-card-title { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* Paginación nativa de WP */
.ph-act .pagination { margin-top: clamp(32px, 4vw, 52px); }
.ph-act .pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem; }
.ph-act .pagination .page-numbers { display: inline-block; min-width: 44px; padding: .55rem .9rem; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--navy); font-weight: 700; font-size: 15px; text-decoration: none; }
.ph-act .pagination .page-numbers.current { background: var(--navy); border-color: var(--navy); color: #fff; }
.ph-act .pagination a.page-numbers:hover { border-color: var(--gold); }

.ph-act-empty { max-width: 620px; margin: 0 auto; text-align: center; }
.ph-act-empty .ph-act-star { font-size: 40px; }
.ph-act-empty h2 { font-family: var(--serif); color: var(--navy); font-size: clamp(24px, 2.4vw, 30px); margin: .6rem 0; }
.ph-act-empty p { color: var(--muted); }
.ph-act-empty .ph-act-links { justify-content: center; }

.ph-act-links { display: flex; flex-wrap: wrap; gap: .6rem; margin: 0; }
.ph-act-links a { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: .7rem 1.05rem; font-size: 14.5px; font-weight: 700; color: var(--navy); text-decoration: none; }
.ph-act-links a:hover { border-color: var(--gold); }

/* Franja de llamada a la acción */
.ph-act-band { background: var(--navy); color: #fff; padding-block: clamp(44px, 6vw, 80px); }
.ph-act-band-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem 3rem; align-items: center; }
.ph-act-band .ph-act-kicker { color: var(--gold); }
.ph-act-band h2 { font-family: var(--serif); color: #fff; font-size: clamp(25px, 2.9vw, 36px); line-height: 1.2; margin: 0 0 .6rem; }
.ph-act-band p { margin: 0; max-width: 58ch; color: rgba(255,255,255,.84); font-size: 17px; }
.ph-act-band small { display: block; margin-top: .65rem; font-size: 13px; color: rgba(255,255,255,.62); }

/* ─── Ficha de noticia ────────────────────────────────── */
.ph-act-head { background: var(--paper); border-bottom: 1px solid var(--line); padding-block: clamp(26px, 4vw, 48px) clamp(30px, 4vw, 52px); }
.ph-act-crumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: clamp(20px, 3vw, 34px); font-size: 14px; color: var(--muted); }
.ph-act-crumbs a { color: var(--muted); text-decoration: none; }
.ph-act-crumbs a:hover { color: var(--navy); text-decoration: underline; }
.ph-act-title { font-family: var(--serif); font-weight: 700; font-size: clamp(30px, 4.3vw, 52px); line-height: 1.12; letter-spacing: -.01em; color: var(--navy); margin: 0 0 1.4rem; }
.ph-act-lede { border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; background: var(--cream); padding: 1.1rem 1.35rem; margin-bottom: 1.6rem; }
.ph-act-lede p { margin: 0; font-size: clamp(17px, 1.35vw, 19.5px); line-height: 1.6; color: var(--ink); }
.ph-act-meta { display: flex; align-items: center; gap: .9rem; font-size: 14px; color: var(--muted); line-height: 1.5; }
.ph-act-avatar { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: center 16%; border: 2px solid var(--gold); }
.ph-act-byline { display: block; font-weight: 700; color: var(--ink); }
.ph-act-byline a { color: var(--navy); }

.ph-act-cover { margin-top: clamp(24px, 3vw, 40px); margin-bottom: 0; }
.ph-act-cover img { display: block; width: 100%; height: auto; border-radius: 16px; }
.ph-act-cover figcaption { margin-top: .5rem; font-size: 13px; color: var(--muted); }

.ph-act-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: clamp(32px, 5vw, 80px); align-items: start; padding-block: clamp(36px, 5vw, 64px); }
.ph-act-side { position: sticky; top: 32px; }
.admin-bar .ph-act-side { top: 64px; }

.ph-act-side-label { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin: 0 0 .8rem; }

.ph-act-toc { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1.2rem 1.3rem; margin-bottom: 1.2rem; }
.ph-act-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; display: grid; gap: .6rem; }
.ph-act-toc li { counter-increment: toc; display: grid; grid-template-columns: 1.9em 1fr; margin: 0; font-size: 14.5px; line-height: 1.4; }
.ph-act-toc li::before { content: counter(toc, decimal-leading-zero); padding-top: .12em; font-size: 12px; font-weight: 800; color: var(--gold-dark); }
.ph-act-toc a { color: var(--ink); text-decoration: none; }
.ph-act-toc a:hover, .ph-act-toc a.is-active { color: var(--navy); font-weight: 800; }
.ph-act-toc-mobile { display: none; margin-bottom: 2rem; }
.ph-act-toc-mobile summary { cursor: pointer; font-weight: 800; color: var(--navy); list-style: none; }
.ph-act-toc-mobile summary::-webkit-details-marker { display: none; }
.ph-act-toc-mobile summary::after { content: "+"; float: right; color: var(--gold-dark); font-size: 20px; line-height: 1; }
.ph-act-toc-mobile[open] summary::after { content: "–"; }
.ph-act-toc-mobile[open] summary { margin-bottom: .9rem; }

.ph-act-cta-card { background: var(--navy); color: #fff; border-radius: 14px; padding: 1.4rem 1.35rem 1.5rem; }
.ph-act-cta-card .ph-act-side-label { color: var(--gold); }
.ph-act-cta-title { font-family: var(--serif); font-size: 21px; line-height: 1.25; margin: 0 0 .5rem; color: #fff; }
.ph-act-cta-card p { font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.84); margin: 0 0 1.1rem; }
.ph-act-cta-card .ph-act-btn { display: block; text-align: center; font-size: 15px; padding: 13px 18px; }

/* Cuerpo de la noticia */
.ph-act-body { min-width: 0; max-width: 720px; }
.ph-act-body > *:first-child { margin-top: 0; }
.ph-act-body p { margin: 0 0 1.15em; font-size: clamp(17px, 1.2vw, 18.5px); line-height: 1.75; }
.ph-act-body h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(25px, 2.4vw, 32px); line-height: 1.2; color: var(--navy); margin: 2.1em 0 .65em; scroll-margin-top: 110px; }
.ph-act-body h3 { font-family: var(--sans); font-weight: 800; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.3; color: var(--navy); margin: 1.6em 0 .5em; }
.ph-act-body ul, .ph-act-body ol { margin: 0 0 1.25em; padding-left: 1.3em; }
.ph-act-body li { margin-bottom: .45em; font-size: clamp(17px, 1.2vw, 18.5px); line-height: 1.65; }
.ph-act-body li::marker { color: var(--gold-dark); }
.ph-act-body a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.ph-act-body a:hover { text-decoration-color: var(--navy); }
.ph-act-body strong { color: var(--navy); }
.ph-act-body blockquote { margin: 1.8em 0; padding: .2em 0 .2em 1.3em; border-left: 3px solid var(--gold); font-family: var(--serif); font-size: 1.2em; font-style: italic; line-height: 1.5; color: var(--navy); }
.ph-act-body blockquote p { font-size: inherit; }
.ph-act-body figure { margin: 1.8em 0; }
.ph-act-body img { max-width: 100%; height: auto; border-radius: 12px; }
.ph-act-body .ph-table { overflow-x: auto; margin: 1.6em 0; }
.ph-act-body table { width: 100%; border-collapse: collapse; background: var(--paper); font-size: 15.5px; }
.ph-act-body th { background: var(--navy); color: #fff; text-align: left; padding: .75em 1em; font-weight: 700; }
.ph-act-body td { padding: .75em 1em; border-top: 1px solid var(--line); vertical-align: top; }

/* Componentes (ver LEEME.md) */
.ph-act-body .ph-key { background: var(--navy); color: #fff; border-radius: 16px; padding: clamp(22px, 3vw, 34px); margin: 0 0 2.2em; }
.ph-act-body .ph-key-title { font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 1.1em; }
.ph-act-body .ph-key ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .85em; }
.ph-act-body .ph-key li { position: relative; margin: 0; padding-left: 1.7em; font-size: 16.5px; line-height: 1.55; color: rgba(255,255,255,.9); }
.ph-act-body .ph-key li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.ph-act-body .ph-key strong { color: #fff; }

.ph-act-body .ph-box { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; padding: 1.3em 1.5em; margin: 1.8em 0; }
.ph-act-body .ph-box-title { font-weight: 800; color: var(--navy); font-size: 17px; margin: 0 0 .5em; }
.ph-act-body .ph-box p { font-size: 16.5px; }
.ph-act-body .ph-box > *:last-child { margin-bottom: 0; }

.ph-act-body .ph-stat { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.2em; align-items: center; margin: 1.8em 0; padding: 1.3em 1.5em; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.ph-act-body .ph-stat b { font-family: var(--serif); font-size: clamp(44px, 5vw, 64px); line-height: 1; color: var(--gold-dark); }
.ph-act-body .ph-stat p { margin: 0; font-size: 16.5px; line-height: 1.55; }

.ph-act-body .ph-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.6em 0; }
.ph-act-body .ph-duo > div { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1.25em 1.35em; }
.ph-act-body .ph-duo h3 { margin: 0 0 .7em; font-size: 17px; }
.ph-act-body .ph-duo ul { margin: 0; }
.ph-act-body .ph-duo li { font-size: 16px; }

.ph-act-body .ph-check { list-style: none; padding: 0; margin: 1.4em 0 1.6em; display: grid; gap: .7em; }
.ph-act-body .ph-check li { position: relative; margin: 0; padding: .85em 1em .85em 3.1em; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; font-size: 16.5px; line-height: 1.5; }
.ph-act-body .ph-check li::before { content: "✓"; position: absolute; left: .95em; top: .8em; width: 1.5em; height: 1.5em; border-radius: 50%; background: var(--green); color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; }

.ph-act-body .ph-template { position: relative; margin: 1.6em 0; border: 1.5px dashed var(--gold); border-radius: 14px; background: var(--paper); padding: 1.2em 1.4em 1.4em; }
.ph-act-body .ph-template-head { display: flex; justify-content: space-between; align-items: center; gap: 1em; margin: 0 0 .9em; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); }
.ph-act-body .ph-template-text { white-space: pre-line; font-size: 16px; line-height: 1.65; color: var(--ink); }
.ph-act-body .ph-template-copy, .ph-act-share button { font: inherit; font-size: 13.5px; font-weight: 800; letter-spacing: 0; text-transform: none; cursor: pointer; border: 1px solid var(--navy); border-radius: 6px; background: var(--paper); color: var(--navy); padding: .45em .9em; }
.ph-act-body .ph-template-copy:hover, .ph-act-share button:hover { background: var(--navy); color: #fff; }

.ph-act-body .ph-faq { margin: 1.2em 0 2em; border-top: 1px solid var(--line); }
.ph-act-body .ph-faq details { border-bottom: 1px solid var(--line); }
.ph-act-body .ph-faq summary { cursor: pointer; list-style: none; position: relative; padding: 1.05em 2.2em 1.05em 0; font-weight: 800; font-size: 17.5px; line-height: 1.4; color: var(--navy); }
.ph-act-body .ph-faq summary::-webkit-details-marker { display: none; }
.ph-act-body .ph-faq summary::after { content: "+"; position: absolute; right: .2em; top: .8em; font-size: 24px; line-height: 1; color: var(--gold-dark); }
.ph-act-body .ph-faq details[open] summary::after { content: "–"; }
.ph-act-body .ph-faq details p { font-size: 16.5px; color: var(--muted); margin: 0 0 1.1em; }

.ph-act-body .ph-sources { margin: 2.4em 0 0; padding-top: 1.2em; border-top: 1px solid var(--line); }
.ph-act-body .ph-sources-title { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin: 0 0 .6em; }
.ph-act-body .ph-sources ul { padding-left: 1.1em; margin: 0; }
.ph-act-body .ph-sources li { font-size: 14.5px; line-height: 1.5; margin-bottom: .35em; }

.ph-act-body .ph-note { margin: 1.4em 0 0; padding: 1em 1.2em; border-radius: 10px; background: rgba(201,168,76,.1); font-size: 14.5px; line-height: 1.55; color: var(--muted); }

/* Compartir y autora */
.ph-act-share { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin: 2.4em 0 0; padding-top: 1.4em; border-top: 1px solid var(--line); }
.ph-act-share span { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin-right: .3rem; }
.ph-act-share a { font-size: 13.5px; font-weight: 800; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--navy); padding: .45em .9em; text-decoration: none; }
.ph-act-share a:hover { border-color: var(--gold); }

.ph-act-author { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 1.2rem; align-items: start; margin-top: 2rem; padding: 1.4rem; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.ph-act-author img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; object-position: center 16%; }
.ph-act-author-name { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--navy); margin: 0 0 .3rem; }
.ph-act-author p { font-size: 15px; line-height: 1.55; color: var(--muted); margin: 0 0 .5rem; }
.ph-act-author a { font-size: 15px; font-weight: 800; text-decoration: none; }

.ph-act-related { padding-block: clamp(44px, 5vw, 72px); border-top: 1px solid var(--line); }
.ph-act-related h2 { font-family: var(--serif); font-size: clamp(25px, 2.5vw, 32px); color: var(--navy); margin: 0 0 1.4rem; }
.ph-act-related .ph-act-grid { margin-bottom: clamp(32px, 4vw, 48px); }

/* ─── Responsive ──────────────────────────────────────── */
@media (max-width: 1000px) {
  .ph-act-layout { grid-template-columns: minmax(0, 1fr); }
  .ph-act-side { display: none; }
  .ph-act-toc-mobile { display: block; }
  .ph-act-body { max-width: 760px; margin-inline: auto; }
}
@media (max-width: 860px) {
  .ph-act-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ph-act-feature { grid-template-columns: minmax(0, 1fr); }
  .ph-act-feature .ph-act-media { min-height: 0; aspect-ratio: 16 / 9; }
  .ph-act-band-inner { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
  .ph-act { font-size: 17px; }
  .ph-act-grid { grid-template-columns: minmax(0, 1fr); }
  .ph-act-body .ph-duo { grid-template-columns: minmax(0, 1fr); }
  .ph-act-body .ph-stat { grid-template-columns: minmax(0, 1fr); gap: .5em; }
  .ph-act-author { grid-template-columns: 64px minmax(0, 1fr); padding: 1.1rem; }
  .ph-act-author img { width: 64px; height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .ph-act-feature, .ph-act-card { transition: none; }
  .ph-act-feature:hover, .ph-act-card:hover { transform: none; }
}
