:root {
  --bg: #040914;
  --bg-soft: #071321;
  --panel: rgba(12, 31, 51, 0.72);
  --panel-solid: #0a1a2b;
  --line: rgba(160, 206, 238, 0.16);
  --text: #f4f8fc;
  --muted: #aebdca;
  --cyan: #4ee6ff;
  --blue: #168dff;
  --orange: #ffad36;
  --green: #5af2a1;
  --danger: #ff7f8e;
  --radius: 26px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -5%, rgba(22, 141, 255, 0.23), transparent 34rem),
    radial-gradient(circle at 88% 14%, rgba(255, 173, 54, 0.12), transparent 28rem),
    linear-gradient(180deg, #07101c 0%, var(--bg) 42%, #02060d 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { color: var(--muted); line-height: 1.72; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-160%);
  background: white;
  color: #04101b;
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }

.section { width: min(var(--max), calc(100% - 38px)); margin: 0 auto; padding: 98px 0; }
.section-narrow { width: min(940px, calc(100% - 38px)); margin: 0 auto; padding: 92px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 9, 20, 0.76);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(var(--max), calc(100% - 38px));
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 48px; height: 48px; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: .08em; }
.brand-copy small { color: var(--muted); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { color: var(--muted); font-weight: 760; font-size: .92rem; padding: 11px 13px; border-radius: 999px; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; background: rgba(255,255,255,.08); }
.main-nav .nav-cta { color: #04101b; background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.menu-toggle { display: none; width: 46px; height: 44px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.06); }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: white; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow { margin: 0; color: var(--cyan); font-weight: 900; font-size: .77rem; text-transform: uppercase; letter-spacing: .14em; }
.hero h1, .section-heading h2, .manifesto h2, .prevention h2, .positioning h2, .contact h2 {
  letter-spacing: -.055em;
  line-height: 1.02;
  margin: 16px 0;
}
.hero h1 { font-size: clamp(3.1rem, 7.2vw, 6.5rem); max-width: 780px; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, var(--cyan), var(--blue) 55%, var(--orange)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 720px; font-size: clamp(1.02rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 50px; padding: 0 21px; border-radius: 999px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; cursor: pointer; }
.button.primary { border: 0; color: #03101b; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 14px 45px rgba(22,141,255,.24); }
.button.secondary { background: rgba(255,255,255,.06); }
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.hero-tags span, .solution-tags span { border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--muted); border-radius: 999px; padding: 8px 11px; font-size: .78rem; font-weight: 780; }

.hero-system { position: relative; min-height: 630px; }
.system-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(78,230,255,.24), rgba(22,141,255,.07) 45%, transparent 70%); filter: blur(8px); }
.system-glow::before, .system-glow::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(78,230,255,.18); border-radius: 50%; }
.system-glow::after { inset: 80px; border-style: dashed; animation: rotate 28s linear infinite; }
.system-center { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 190px; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, rgba(15,43,69,.98), rgba(5,14,25,.98)); border: 1px solid rgba(78,230,255,.38); display: grid; place-items: center; align-content: center; text-align: center; box-shadow: 0 0 80px rgba(22,141,255,.25); z-index: 2; }
.system-center img { width: 68px; margin-bottom: 8px; }
.system-center strong { letter-spacing: .12em; font-size: 1.35rem; }
.system-center small { color: var(--muted); font-size: .72rem; margin-top: 5px; }
.orbit-card { position: absolute; width: 230px; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(6, 19, 33, .9); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.orbit-card b { color: var(--orange); font-size: .72rem; letter-spacing: .12em; }
.orbit-card h2 { margin: 7px 0 4px; font-size: 1.65rem; }
.orbit-card p { margin: 0; font-size: .88rem; line-height: 1.55; }
.orbit-listen { top: 46px; left: 0; }
.orbit-see { right: 0; top: 195px; }
.orbit-adapt { left: 36px; bottom: 35px; }
@keyframes rotate { to { transform: rotate(360deg); } }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.trust-inner { width: min(var(--max), calc(100% - 38px)); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); }
.trust-inner span { padding: 22px 24px; text-align: center; color: #dce7ef; font-size: .88rem; font-weight: 760; border-right: 1px solid var(--line); }
.trust-inner span:last-child { border-right: 0; }

.section-heading { max-width: 830px; margin-bottom: 38px; }
.section-heading h2, .prevention h2, .manifesto h2, .positioning h2, .contact h2 { font-size: clamp(2.3rem, 5vw, 4.7rem); }
.section-heading > p:last-child { font-size: 1.05rem; }

.dna-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.dna-card, .solution-card, .method-card, .ip-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(14,37,59,.82), rgba(5,15,27,.82)); box-shadow: 0 18px 60px rgba(0,0,0,.18); }
.dna-card { position: relative; padding: 28px; overflow: hidden; }
.dna-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -110px; top: -110px; border-radius: 50%; background: rgba(78,230,255,.11); }
.card-index { color: var(--orange); font-weight: 900; font-size: .75rem; letter-spacing: .14em; }
.icon-badge { width: 52px; height: 52px; margin: 28px 0 18px; display: grid; place-items: center; border-radius: 16px; color: #03101b; font-size: 1.35rem; background: linear-gradient(135deg, var(--cyan), var(--blue)); }
.dna-card h3 { font-size: 1.55rem; margin: 0 0 10px; }
.dna-card ul, .ip-card ul { margin: 20px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }

.manifesto { text-align: center; }
.manifesto-lead { max-width: 700px; margin: 0 auto 34px; font-size: 1.12rem; }
.manifesto-lines { text-align: left; border-top: 1px solid var(--line); }
.manifesto-lines p { margin: 0; padding: 19px 0; border-bottom: 1px solid var(--line); color: #e4edf4; font-weight: 720; }
.manifesto-lines span { display: inline-grid; place-items: center; width: 42px; height: 32px; margin-right: 12px; border-radius: 999px; color: var(--cyan); background: rgba(78,230,255,.08); font-size: .75rem; }

.solutions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.solution-card { padding: 25px; min-height: 330px; display: flex; flex-direction: column; }
.solution-card.featured { background: linear-gradient(145deg, rgba(22,141,255,.27), rgba(8,24,39,.88)); }
.solution-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; color: var(--muted); font-size: .77rem; text-transform: uppercase; letter-spacing: .09em; }
.solution-top b { color: var(--cyan); font-size: .84rem; }
.solution-card h3 { font-size: 1.55rem; line-height: 1.15; margin: 40px 0 10px; }
.solution-card p { margin-bottom: auto; }
.solution-tags { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 16px; }

.prevention { border-block: 1px solid var(--line); background: linear-gradient(135deg, rgba(7,29,47,.98), rgba(4,9,20,.98)); position: relative; overflow: hidden; }
.prevention::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 50%, rgba(22,141,255,.18), transparent 32rem); }
.prevention-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 60px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 28px; }
.check-grid span { position: relative; padding: 13px 13px 13px 38px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); color: #dbe7ef; font-size: .88rem; }
.check-grid span::before { content: "✓"; position: absolute; left: 14px; color: var(--green); font-weight: 900; }
.prevention-panel { padding: 24px; border: 1px solid rgba(78,230,255,.22); border-radius: 28px; background: rgba(4,13,24,.82); box-shadow: var(--shadow); }
.panel-head { display: flex; justify-content: space-between; gap: 14px; font-weight: 850; font-size: .85rem; }
.live-dot { color: var(--green); }
.live-dot::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.health-score { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.score-ring { width: 92px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; align-content: center; background: radial-gradient(circle at center, #081827 58%, transparent 60%), conic-gradient(var(--cyan) 92%, rgba(255,255,255,.08) 0); }
.score-ring strong { font-size: 1.75rem; line-height: 1; }
.score-ring small { color: var(--muted); }
.health-score p { margin: 5px 0 0; font-size: .85rem; }
.metric { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 16px 0 12px; color: var(--muted); font-size: .85rem; }
.metric b { color: white; }
.metric i { grid-column: 1/-1; height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.metric i::after { content: ""; display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: inherit; }
.alert-box { display: grid; gap: 5px; margin-top: 16px; padding: 15px; border-left: 4px solid var(--orange); border-radius: 13px; background: rgba(255,173,54,.08); }
.alert-box span { color: var(--muted); font-size: .82rem; }

.ip-grid { display: grid; grid-template-columns: 1fr 180px 1fr; gap: 18px; align-items: center; }
.ip-card { padding: 30px; }
.ip-card.dante { box-shadow: inset 0 2px 0 rgba(78,230,255,.45); }
.ip-card.ndi { box-shadow: inset 0 2px 0 rgba(255,173,54,.55); }
.protocol { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.ip-card h3 { margin: 12px 0 4px; font-size: 2.8rem; letter-spacing: -.04em; }
.ip-link { text-align: center; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; }
.ip-link span { height: 1px; background: linear-gradient(90deg, transparent, var(--cyan)); }
.ip-link span:nth-of-type(2) { background: linear-gradient(90deg, var(--orange), transparent); }
.ip-link b { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #0c2941, #07111d); border: 1px solid var(--line); font-size: .76rem; }
.ip-link small { grid-column: 1/-1; color: var(--muted); font-size: .72rem; }

.method { padding-top: 80px; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.method-card { padding: 28px; }
.method-card > span { width: 54px; height: 54px; border-radius: 17px; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), #ffcf75); color: #1c1100; font-weight: 950; }
.method-card h3 { font-size: 1.45rem; margin: 28px 0 9px; }

.positioning { text-align: center; }
.positioning blockquote { margin: 38px auto 0; padding: 28px; border: 1px solid rgba(78,230,255,.25); border-radius: 22px; background: rgba(78,230,255,.06); color: #eaffff; font-size: clamp(1.2rem, 2.5vw, 1.75rem); font-weight: 780; line-height: 1.5; }

.contact-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; padding: 42px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, rgba(14,42,67,.87), rgba(5,15,27,.9)); box-shadow: var(--shadow); }
.contact-details { display: grid; gap: 10px; margin-top: 28px; }
.contact-details span { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.contact-details b { color: white; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: #dbe6ee; font-size: .83rem; font-weight: 760; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: white; background: rgba(2,10,18,.72); border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(78,230,255,.10); }
.contact-form select option { color: black; }
.form-note { margin: 0; font-size: .76rem; }

.site-footer { width: min(var(--max), calc(100% - 38px)); margin: auto; padding: 32px 0 42px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: center; color: var(--muted); font-size: .84rem; }
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: right; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 42px; height: 42px; }
.footer-brand div { display: grid; }
.footer-brand span { font-size: .72rem; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-system { min-height: 590px; }
  .dna-grid, .solutions-grid, .method-grid { grid-template-columns: repeat(2,1fr); }
  .prevention-grid, .contact-card { grid-template-columns: 1fr; }
  .ip-grid { grid-template-columns: 1fr; }
  .ip-link { max-width: 340px; width: 100%; margin: auto; }
}

@media (max-width: 780px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 78px; left: 19px; right: 19px; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: rgba(4, 12, 23, .98); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { text-align: center; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-inner span { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-inner span:last-child { border-bottom: 0; }
  .dna-grid, .solutions-grid, .method-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: left; }
  .site-footer p:last-child { text-align: left; }
  .contact-card { padding: 26px; }
}

@media (max-width: 610px) {
  .section { width: min(100% - 28px, var(--max)); padding: 76px 0; }
  .section-narrow { width: min(100% - 28px, 940px); padding: 72px 0; }
  .nav-shell { width: calc(100% - 28px); }
  .brand-copy small { display: none; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-system { min-height: 690px; }
  .system-glow { width: 320px; height: 320px; }
  .system-center { width: 155px; }
  .orbit-card { width: 210px; padding: 17px; }
  .orbit-listen { left: 0; top: 35px; }
  .orbit-see { right: 0; top: 245px; }
  .orbit-adapt { left: 10px; bottom: 42px; }
  .check-grid { grid-template-columns: 1fr; }
  .contact-details span { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Éditos LSA */
.main-nav a.active { color: white; background: rgba(78,230,255,.11); box-shadow: inset 0 0 0 1px rgba(78,230,255,.18); }
.home-editorials { padding-top: 70px; }
.home-editorial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.home-editorial-card, .editorial-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(14,37,59,.82), rgba(5,15,27,.88)); box-shadow: 0 18px 60px rgba(0,0,0,.2); transition: transform .25s ease, border-color .25s ease; }
.home-editorial-card:hover, .editorial-card:hover { transform: translateY(-5px); border-color: rgba(78,230,255,.42); }
.home-editorial-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-bottom: 1px solid var(--line); }
.home-editorial-card div { padding: 23px; }
.home-editorial-card span, .editorial-card span { color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-editorial-card h3 { margin: 13px 0 8px; font-size: 1.35rem; line-height: 1.16; }
.home-editorial-card p { margin: 0; font-size: .9rem; }
.editorial-link-row { display: flex; justify-content: center; margin-top: 30px; }

.editorial-page { background: radial-gradient(circle at 15% 0%, rgba(22,141,255,.24), transparent 34rem), radial-gradient(circle at 92% 20%, rgba(255,173,54,.11), transparent 30rem), linear-gradient(180deg,#07101c 0%,#040914 38%,#02060d 100%); }
.editorial-hero { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 62px; }
.editorial-hero h1 { max-width: 850px; margin: 18px 0; font-size: clamp(3rem,6.5vw,6rem); letter-spacing: -.06em; line-height: 1; }
.editorial-hero h1 span { color: transparent; background: linear-gradient(90deg,var(--cyan),var(--blue) 55%,var(--orange)); background-clip: text; -webkit-background-clip: text; }
.editorial-hero-copy > p:not(.eyebrow) { max-width: 760px; font-size: 1.08rem; }
.editorial-hero-panel { padding: 34px; border: 1px solid rgba(78,230,255,.22); border-radius: 30px; background: linear-gradient(145deg,rgba(13,42,67,.86),rgba(4,14,25,.92)); box-shadow: var(--shadow); }
.editorial-kicker { color: var(--orange); font-weight: 900; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; }
.editorial-hero-panel blockquote { margin: 24px 0 30px; color: white; font-size: clamp(1.35rem,2.4vw,2.15rem); line-height: 1.35; font-weight: 780; }
.editorial-values { display: flex; flex-wrap: wrap; gap: 8px; }
.editorial-values span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.04); font-size: .77rem; font-weight: 800; }
.editorial-index { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.editorial-index-inner { padding-top: 80px; padding-bottom: 80px; }
.editorial-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.editorial-card { display: grid; grid-template-columns: 190px 1fr; min-height: 190px; }
.editorial-card:first-child { grid-column: 1/-1; grid-template-columns: 42% 1fr; }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; border-right: 1px solid var(--line); }
.editorial-card div { padding: 24px; align-self: center; }
.editorial-card h3 { margin: 10px 0 8px; font-size: 1.42rem; line-height: 1.16; }
.editorial-card:first-child h3 { font-size: clamp(1.8rem,3vw,2.65rem); }
.editorial-card p { margin: 0; font-size: .9rem; }
.editorial-stream { display: grid; gap: 94px; }
.long-editorial { scroll-margin-top: 110px; padding-bottom: 92px; border-bottom: 1px solid var(--line); }
.long-editorial:last-child { border-bottom: 0; }
.long-editorial-head { max-width: 980px; }
.editorial-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.editorial-meta span { padding: 7px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.035); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.long-editorial h2 { margin: 22px 0 18px; max-width: 1050px; font-size: clamp(2.5rem,5vw,5rem); line-height: 1.02; letter-spacing: -.055em; }
.editorial-chapo { max-width: 960px; color: #d7e3ec; font-size: clamp(1.08rem,1.8vw,1.32rem); line-height: 1.65; }
.editorial-figure { margin: 38px 0 36px; }
.editorial-figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.editorial-figure figcaption { padding: 12px 5px 0; color: #8fa2b2; font-size: .8rem; line-height: 1.55; }
.editorial-body { max-width: 900px; margin: 0 auto; }
.editorial-body p { color: #c2d0db; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.08rem,1.5vw,1.23rem); line-height: 1.9; }
.editorial-body p:first-child::first-letter { float: left; margin: 7px 10px 0 0; color: var(--cyan); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: 4.5rem; font-weight: 900; line-height: .75; }
.editorial-punchline { max-width: 1000px; margin: 42px auto 24px; padding: 30px 34px; border-left: 5px solid var(--orange); border-radius: 0 22px 22px 0; background: linear-gradient(90deg,rgba(255,173,54,.11),rgba(255,255,255,.025)); color: white; font-size: clamp(1.3rem,2.2vw,2rem); font-weight: 820; line-height: 1.45; }
.back-to-top { display: block; width: fit-content; margin: 0 auto; padding: 10px 14px; color: var(--cyan); font-size: .82rem; font-weight: 850; }
.editorial-cta { text-align: center; }
.editorial-cta h2 { margin: 18px 0; font-size: clamp(2.25rem,4.8vw,4.4rem); line-height: 1.04; letter-spacing: -.05em; }
.editorial-cta .button { margin-top: 20px; }

@media (max-width: 1020px) {
  .home-editorial-grid { grid-template-columns: repeat(2,1fr); }
  .editorial-hero { grid-template-columns: 1fr; padding-top: 74px; }
  .editorial-hero-panel { max-width: 760px; }
}
@media (max-width: 780px) {
  .home-editorial-grid, .editorial-cards { grid-template-columns: 1fr; }
  .editorial-card, .editorial-card:first-child { grid-column: auto; grid-template-columns: 1fr; }
  .editorial-card img { aspect-ratio: 16/9; height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .editorial-stream { gap: 70px; }
}
@media (max-width: 610px) {
  .home-editorial-grid { grid-template-columns: 1fr; }
  .editorial-hero { min-height: auto; }
  .editorial-hero h1 { font-size: clamp(2.7rem,14vw,4.2rem); }
  .editorial-hero-panel { padding: 25px; }
  .long-editorial h2 { font-size: clamp(2.2rem,12vw,3.7rem); }
  .editorial-figure img { border-radius: 20px; }
  .editorial-punchline { padding: 24px; }
}

/* Enquêtes LSA — photographies réelles et chronologie */
.editorial-figure figcaption a{color:var(--cyan);text-decoration:underline;text-underline-offset:3px}
.editorial-card time,.home-editorial-card time{font:inherit;color:inherit}
.editorial-cards .editorial-card:first-child{min-height:330px}
.editorial-cards .editorial-card:first-child img{min-height:330px}
@media (max-width:720px){.editorial-cards .editorial-card:first-child img{min-height:0}}
