:root{
  --line:rgba(255,255,255,.105);
  --line-soft:rgba(255,255,255,.065);
  --text:#f2f0ea;
  --muted:#b9b3aa;
  --dim:#827d76;
  --gold:#c9a76a;
  --gold-soft:rgba(201,167,106,.16);
  --accent:#b6423e;
  --accent-soft:rgba(182,66,62,.18);
  --max:1320px;
  --site-max:1440px;
  --site-side:clamp(20px,3.3vw,58px);
  --ease:cubic-bezier(.2,.8,.2,1);
  --top:84px;
  --subnav:52px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#17181a}
body{
  margin:0;
  min-height:100vh;
  height:100vh;
  overflow:hidden;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 1px 1px,rgba(255,255,255,.075) 1px,transparent 0) 0 0/20px 20px,
    linear-gradient(180deg,#17181a 0%,#131416 100%);
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}::selection{background:var(--accent);color:#fff}
.site-header{position:fixed;z-index:1000;inset:0 0 auto;height:var(--top);display:flex;align-items:center;background:rgba(25,26,28,.92);-webkit-backdrop-filter:blur(5px) saturate(1.04);backdrop-filter:blur(5px) saturate(1.04);border-bottom:1px solid var(--line-soft)}
.site-header::after{content:"";position:absolute;z-index:-1;left:0;right:0;top:100%;height:22px;pointer-events:none;background:linear-gradient(180deg,rgba(25,26,28,.42),rgba(25,26,28,.14) 52%,rgba(25,26,28,0))}
.header-inner{width:min(calc(100% - 2*var(--site-side)),var(--site-max));margin:auto;display:grid;grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:24px}
.logo{display:inline-flex;align-items:center;width:96px}.logo img{display:block;width:100%;height:auto}
.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2.45vw,38px);min-width:0}
.main-nav a,.header-action{position:relative;padding:9px 0;font-size:9px;line-height:1;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.62);font-weight:760;white-space:nowrap}
.main-nav a:hover,.main-nav a.active,.header-action:hover{color:#fff}.main-nav a::after,.header-action::after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:#fff;transition:right .28s var(--ease)}.main-nav a:hover::after,.main-nav a.active::after,.header-action:hover::after{right:0}.header-right{justify-self:end;display:flex;align-items:center;gap:18px}.lang-label{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.34);font-weight:760;white-space:nowrap}
main{height:calc(100vh - var(--top));margin-top:var(--top);overflow:hidden}
.subnav-row{position:relative;z-index:60;height:var(--subnav);border-bottom:1px solid var(--line-soft);background:rgba(19,20,22,.66);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.subnav-row::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(201,167,106,.36),rgba(255,255,255,.18),rgba(201,167,106,.28),transparent);opacity:.7;box-shadow:0 0 18px rgba(201,167,106,.12)}
.subnav-inner{width:min(calc(100% - 2*var(--site-side)),var(--site-max));margin:auto;height:var(--subnav);display:grid;grid-template-columns:24px minmax(0,1fr) 76px 24px;align-items:center;gap:18px}
.station-nav{height:var(--subnav);display:flex;align-items:center;gap:clamp(18px,2.2vw,34px);overflow-x:auto;scrollbar-width:none}.station-nav::-webkit-scrollbar{display:none}
.station-link{height:var(--subnav);display:flex;align-items:center;border:0;background:none;padding:0;color:var(--dim);font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;cursor:pointer;border-bottom:1px solid transparent;transition:color .22s var(--ease),border-color .22s var(--ease)}.station-link:hover{color:var(--muted)}.station-link.active{color:var(--text);border-color:var(--gold)}
.counter{height:var(--subnav);display:flex;align-items:center;justify-content:flex-end;color:var(--dim);font-size:11px;letter-spacing:.16em;text-transform:uppercase;min-width:76px;text-align:right}.station-arrow{width:24px;height:var(--subnav);border:0;background:none;color:rgba(242,238,230,.56);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;font-size:34px;line-height:1;transition:transform .22s var(--ease),color .22s var(--ease),opacity .22s var(--ease)}.station-prev:hover{transform:translateX(-2px);color:rgba(201,167,106,.95)}.station-next:hover{transform:translateX(2px);color:rgba(201,167,106,.95)}.station-arrow.is-disabled{opacity:.18;pointer-events:none;color:rgba(242,238,230,.20)}
.track{height:calc(100% - var(--subnav));display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:var(--site-side);scroll-behavior:smooth;padding:24px var(--site-side) 34px;scrollbar-width:none}.track::-webkit-scrollbar{display:none}
.slide{scroll-snap-align:start;flex:0 0 calc(100vw - 2*var(--site-side));height:100%;min-height:0;overflow-y:auto;scrollbar-width:none;border:1px solid rgba(255,255,255,.038);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.016),rgba(255,255,255,.005));padding:clamp(32px,4.4vw,58px);display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(22px,3.2vh,36px);box-shadow:0 22px 70px rgba(0,0,0,.11)}.slide::-webkit-scrollbar{display:none}.slide.wide,.slide.slim{flex-basis:calc(100vw - 2*var(--site-side))}
.hero-slide{grid-template-columns:minmax(0,1.15fr) minmax(300px,.46fr);grid-template-rows:1fr;align-items:end;gap:clamp(34px,6vw,88px);background:transparent;border-color:transparent;box-shadow:none;border-radius:0;padding-top:clamp(42px,6vh,82px);padding-bottom:clamp(42px,6vh,82px);position:relative}.hero-slide::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 40%,rgba(201,167,106,.12),transparent 28%),radial-gradient(circle at 22% 68%,rgba(182,66,62,.10),transparent 24%);opacity:.88}.hero-content,.hero-aside{position:relative}.kicker{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:830;margin:0 0 18px}.hero-slide h1{font-size:clamp(38px,5.95vw,78px);line-height:.98;letter-spacing:-.058em;font-weight:330;margin:0 0 22px;max-width:850px}.phrase{font-size:clamp(20px,2.35vw,34px);line-height:1.12;letter-spacing:-.034em;font-weight:330;max-width:780px;margin:0 0 18px}.lead,.station-copy{font-size:clamp(14.5px,1.03vw,16.5px);line-height:1.58;color:var(--muted);max-width:820px;margin:0}.hero-aside{align-self:stretch;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.044),rgba(255,255,255,.018));padding:26px;display:flex;flex-direction:column;justify-content:space-between;gap:22px;position:relative;overflow:hidden}.hero-aside::before{content:"";position:absolute;left:26px;right:26px;top:48%;height:1px;background:linear-gradient(90deg,rgba(182,66,62,.34),rgba(201,167,106,.70),rgba(255,255,255,.35));box-shadow:0 0 26px rgba(201,167,106,.13);opacity:.55}.hero-aside>*{position:relative}.aside-title{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:850}.hero-aside strong{font-size:clamp(22px,1.85vw,28px);line-height:1.16;letter-spacing:-.03em;font-weight:380;display:block;margin:10px 0 0}.mini-list{display:grid;gap:12px;border-top:1px solid var(--line-soft);padding-top:20px}.mini-item{display:grid;grid-template-columns:16px 1fr;gap:10px;font-size:13px;line-height:1.43;color:var(--muted)}.mini-item::before{content:"";width:7px;height:7px;border:1px solid var(--gold);border-radius:50%;margin-top:6px;box-shadow:0 0 16px rgba(201,167,106,.38)}
.station-head{max-width:920px;margin-left:auto;margin-right:auto;width:min(100%,1120px)}.num{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:850;margin-bottom:13px}.slide h2{font-size:clamp(28px,3.05vw,42px);line-height:1.04;letter-spacing:-.044em;font-weight:340;margin:0 0 16px}.slide h3{font-size:13px;letter-spacing:.11em;text-transform:uppercase;margin:0 0 10px;color:#fff}.slide>div:not(.station-head){width:min(100%,1120px);margin-left:auto;margin-right:auto}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:clamp(18px,2.6vw,34px);align-items:stretch}.three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.two-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stack{display:grid;gap:12px}.card,.deep-card{border:1px solid var(--line-soft);border-radius:20px;background:rgba(255,255,255,.032);padding:18px 20px}.card p,.deep-card p{margin:0;font-size:13.2px;line-height:1.52;color:var(--muted)}.deep-card{border-left:2px solid rgba(201,167,106,.56)}.alert{border-left-color:rgba(182,66,62,.62)}.statement{border:1px solid var(--line);border-radius:26px;padding:26px 28px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(255,255,255,.046),rgba(255,255,255,.016));min-height:280px}.statement p{font-size:clamp(24px,2.4vw,34px);line-height:1.1;letter-spacing:-.04em;margin:0;color:#fff}.gold{color:var(--gold)}.light-line{height:1px;background:linear-gradient(90deg,transparent,rgba(201,167,106,.30),rgba(255,255,255,.22),rgba(201,167,106,.22),transparent);box-shadow:0 0 24px rgba(201,167,106,.14)}
.matrix-wrap{overflow:auto;border:1px solid var(--line-soft);border-radius:22px;background:rgba(255,255,255,.024);max-height:100%;width:100%}table.matrix{width:100%;min-width:820px;border-collapse:collapse}.matrix th,.matrix td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--line-soft);vertical-align:top}.matrix th{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:850;background:rgba(255,255,255,.035)}.matrix td{font-size:12.7px;line-height:1.42;color:var(--muted)}.matrix td strong{color:#fff;font-weight:720}.matrix tr:last-child td{border-bottom:0}
.board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.board-card{position:relative;border:1px solid var(--line-soft);border-radius:20px;padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));min-height:164px;overflow:hidden}.board-card::after{content:"";position:absolute;left:18px;right:18px;bottom:16px;height:1px;background:linear-gradient(90deg,rgba(201,167,106,.72),transparent);box-shadow:0 0 18px rgba(201,167,106,.12)}.board-card b,.step b,.bridge-card b,.timeline-step b{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.board-card strong,.step strong,.bridge-card strong,.timeline-step strong{display:block;font-size:18px;line-height:1.1;letter-spacing:-.02em;font-weight:460;margin-bottom:10px}.board-card p,.step p,.bridge-card p,.timeline-step p{margin:0;font-size:12.8px;line-height:1.45;color:var(--muted)}
.evidence-axis{border:1px solid var(--line);border-radius:26px;padding:24px;background:rgba(255,255,255,.026);display:grid;gap:18px}.axis-line{position:relative;height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(182,66,62,.72),rgba(201,167,106,.85),rgba(255,255,255,.58));box-shadow:0 0 30px rgba(201,167,106,.12)}.axis-line::before,.axis-line::after{content:"";position:absolute;top:50%;width:12px;height:12px;border-radius:50%;transform:translateY(-50%);background:#17181a;border:1px solid var(--gold)}.axis-line::before{left:0}.axis-line::after{right:0}.axis-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.axis-labels div{font-size:12px;line-height:1.45;color:var(--muted)}.axis-labels strong{display:block;color:#fff;margin-bottom:5px;font-size:13px}
.model-map{border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.026);padding:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.model-node{border:1px solid var(--line-soft);border-radius:18px;background:rgba(255,255,255,.03);padding:16px;min-height:126px}.funnel{border:1px solid var(--line);border-radius:26px;padding:24px;background:rgba(255,255,255,.026);display:grid;gap:10px}.funnel-step{margin:auto;border:1px solid var(--line-soft);background:rgba(255,255,255,.035);border-radius:18px;padding:13px 16px;text-align:center;font-size:12.5px;line-height:1.36;color:var(--muted)}.funnel-step strong{display:block;color:#fff;margin-bottom:4px}.funnel-step:nth-child(1){width:100%}.funnel-step:nth-child(2){width:84%}.funnel-step:nth-child(3){width:68%}.funnel-step:nth-child(4){width:52%;border-color:rgba(201,167,106,.38)}
.ladder{position:relative;border:1px solid var(--line);border-radius:26px;padding:22px;background:rgba(255,255,255,.024);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.ladder::before{content:"Mayor incertidumbre → Mayor trazabilidad";position:absolute;left:22px;right:22px;bottom:16px;height:1px;background:linear-gradient(90deg,rgba(182,66,62,.64),rgba(201,167,106,.88),rgba(255,255,255,.55));font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.52);padding-top:12px}.step{border:1px solid var(--line-soft);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.044),rgba(255,255,255,.018));padding:16px;min-height:190px}.step:nth-child(1){transform:translateY(26px)}.step:nth-child(2){transform:translateY(18px)}.step:nth-child(3){transform:translateY(10px)}.step:nth-child(4){transform:translateY(2px)}.step:nth-child(5){transform:translateY(-6px);border-color:rgba(201,167,106,.34)}
.bridge{border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.024);padding:22px;display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr;gap:10px;align-items:stretch}.bridge-card{border:1px solid var(--line-soft);border-radius:18px;padding:16px;background:rgba(255,255,255,.032)}.bridge-card.final{border-color:rgba(201,167,106,.4);background:rgba(201,167,106,.07)}.bridge-arrow{align-self:center;height:1px;background:linear-gradient(90deg,rgba(201,167,106,.85),transparent);position:relative}.bridge-arrow::after{content:"";position:absolute;right:0;top:50%;width:8px;height:8px;border-top:1px solid var(--gold);border-right:1px solid var(--gold);transform:translateY(-50%) rotate(45deg)}.range-band{border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.026);padding:26px}.range-line{height:8px;border-radius:999px;background:linear-gradient(90deg,rgba(182,66,62,.72),rgba(201,167,106,.88),rgba(255,255,255,.52),rgba(182,66,62,.38));box-shadow:0 0 28px rgba(201,167,106,.12);margin:22px 0}.range-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.range-labels div{font-size:12.8px;color:var(--muted);line-height:1.48}.range-labels strong{display:block;color:#fff;margin-bottom:6px;font-size:13.5px}
.flow-visual{border:1px solid var(--line);border-radius:26px;padding:22px;background:rgba(255,255,255,.024);display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.timeline{display:grid;gap:10px}.timeline-step{border:1px solid var(--line-soft);border-radius:18px;padding:15px;background:rgba(255,255,255,.032)}.curve-panel{border:1px solid var(--line-soft);border-radius:20px;padding:18px;background:rgba(0,0,0,.12);position:relative}.curve-panel svg{display:block;width:100%;height:220px}.curve-panel .marker{position:absolute;left:47%;top:35%;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:850}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.chip{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.66);border:1px solid var(--line-soft);border-radius:999px;padding:8px 10px;background:rgba(255,255,255,.032)}
.closing{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:24px;align-items:stretch}.closing-phrase{border:1px solid var(--line);border-radius:28px;padding:30px;background:linear-gradient(180deg,rgba(255,255,255,.046),rgba(255,255,255,.018));display:flex;align-items:flex-end;min-height:280px}.closing-phrase p{font-size:clamp(23px,2.25vw,32px);line-height:1.12;letter-spacing:-.043em;margin:0}.closing-note{border:1px solid var(--line-soft);border-radius:24px;padding:24px;background:rgba(255,255,255,.03)}.closing-note p{font-size:13.5px;line-height:1.58;color:var(--muted);margin:0}.small-note{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:850;margin-bottom:12px}
.index-page{height:auto;min-height:100vh;overflow:auto}.index-page main{height:auto;overflow:visible}.index-hero{min-height:calc(100vh - var(--top));padding:clamp(80px,12vh,140px) var(--site-side) 60px;display:grid;align-items:end}.index-inner{width:min(var(--max),100%);margin:auto}.index-inner h1{font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.058em;font-weight:330;margin:0 0 22px}.index-inner .lead{max-width:780px}.note-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:40px}.note-card{border:1px solid var(--line-soft);border-radius:24px;background:rgba(255,255,255,.032);padding:20px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease)}.note-card:hover{transform:translateY(-4px);border-color:rgba(201,167,106,.42);background:rgba(255,255,255,.046)}.note-card b{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.note-card strong{display:block;font-size:22px;line-height:1.08;letter-spacing:-.03em;font-weight:380;margin:12px 0}.note-card p{font-size:13px;line-height:1.48;color:var(--muted);margin:0}.note-card span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.48);font-weight:800;margin-top:18px}.audit-link{display:inline-block;margin-top:28px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:850}
@media (max-height:790px) and (min-width:861px){:root{--top:76px;--subnav:48px}.track{padding-top:18px;padding-bottom:26px}.slide{padding:30px 36px;gap:18px}.hero-slide h1{font-size:clamp(36px,5.2vw,68px)}.phrase{font-size:clamp(19px,2.15vw,30px)}.slide h2{font-size:clamp(28px,3.1vw,40px)}.station-copy{font-size:14px;line-height:1.48}.card p,.board-card p,.step p,.bridge-card p,.timeline-step p{font-size:12px;line-height:1.38}.matrix th,.matrix td{padding:10px 12px}.matrix td{font-size:12px}.step{min-height:166px}.curve-panel svg{height:184px}}
@media (max-width:1080px) and (min-width:861px){.main-nav{gap:18px}.main-nav a{font-size:8.5px}.header-inner{grid-template-columns:132px minmax(0,1fr) auto}.header-action{font-size:8.5px}.content-grid,.flow-visual,.closing{grid-template-columns:1fr}.three-grid,.board,.note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ladder{grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:54px}.bridge{grid-template-columns:1fr}.bridge-arrow{height:22px;width:1px;margin:auto;background:linear-gradient(180deg,rgba(201,167,106,.85),transparent)}.bridge-arrow::after{right:auto;left:50%;top:auto;bottom:0;transform:translateX(-50%) rotate(135deg)}}
@media (max-width:860px){body{height:auto;min-height:100vh;overflow:auto}.site-header{height:auto;min-height:76px}.header-inner{width:calc(100vw - 32px);grid-template-columns:104px 1fr;gap:12px;padding:16px 0}.main-nav{grid-column:1/-1;justify-content:flex-start;overflow-x:auto;gap:20px;padding-bottom:3px}.header-right{justify-self:end}.header-action{font-size:9px}.lang-label{display:none}main{height:auto;min-height:0;margin-top:112px;overflow:visible}.subnav-row{position:sticky;top:112px;height:auto;padding:10px 0}.subnav-inner{width:calc(100vw - 32px);height:auto;grid-template-columns:1fr;gap:8px}.station-arrow,.counter{display:none}.station-nav{height:auto;gap:18px;padding-bottom:4px}.station-link{height:26px;font-size:10px}.track{display:block;height:auto;overflow:visible;padding:20px 16px 48px}.slide,.slide.wide,.slide.slim{width:100%;height:auto;min-height:auto;overflow:visible;margin:0 0 18px;padding:30px 22px;display:block;border-radius:24px}.hero-slide{display:block;padding-top:40px}.hero-slide h1{font-size:clamp(38px,11vw,58px)}.phrase{font-size:clamp(21px,6vw,30px)}.hero-aside{margin-top:28px;min-height:0}.content-grid,.three-grid,.two-grid,.board,.model-map,.flow-visual,.closing,.note-grid{grid-template-columns:1fr}.content-grid>*{min-width:0}.axis-labels{grid-template-columns:repeat(3,minmax(0,1fr))}.ladder{grid-template-columns:1fr;padding-bottom:22px}.ladder::before{position:relative;left:auto;right:auto;bottom:auto;display:block;order:-1;margin-bottom:8px}.step,.step:nth-child(n){transform:none;min-height:0}.bridge{grid-template-columns:1fr}.bridge-arrow{height:22px;width:1px;margin:auto;background:linear-gradient(180deg,rgba(201,167,106,.85),transparent)}.bridge-arrow::after{right:auto;left:50%;top:auto;bottom:0;transform:translateX(-50%) rotate(135deg)}.range-labels{grid-template-columns:1fr}.curve-panel svg{height:180px}.closing-phrase{min-height:210px}.matrix-wrap{max-width:100%}table.matrix{min-width:720px}.index-page main{margin-top:76px}.index-hero{padding:72px 16px 40px}}
@media (prefers-reduced-motion:reduce){html,.track{scroll-behavior:auto!important}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.note-depth .header-inner{
  grid-template-columns:160px minmax(0,1fr) auto auto;
  gap:clamp(16px,2vw,28px);
}
.note-depth .global-nav a.active-page{color:#fff;}
.note-depth .global-nav a.active-page::after{right:0;}
.note-depth .header-back{
  justify-self:end;
  color:var(--gold);
  font-size:9px;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:780;
  white-space:nowrap;
  opacity:.92;
  padding:9px 0;
}
.note-depth .header-back:hover{color:#fff;}
.note-depth .lang-switch{display:flex;align-items:center;gap:10px;}
.note-depth .lang-switch i{color:rgba(255,255,255,.28);font-style:normal;font-size:9px;line-height:1;}
.note-depth .lang-btn,
.note-depth .home-link{
  border:0;
  background:none;
  padding:9px 0;
  color:rgba(255,255,255,.62);
  font-size:9px;
  line-height:1;
  letter-spacing:.17em;
  text-transform:uppercase;
  font-weight:760;
  white-space:nowrap;
}
.note-depth .lang-btn.active,
.note-depth .lang-btn:hover,
.note-depth .home-link:hover{color:#fff;}
.note-depth .lang-btn.active{border-bottom:1px solid #fff;}

.note-depth .slide{
  border-color:transparent;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.note-depth .slide::before{display:none;}
.note-depth .slide > div:not(.station-head){position:relative;}

.note-depth .card,
.note-depth .deep-card,
.note-depth .statement,
.note-depth .matrix-wrap,
.note-depth .step,
.note-depth .board-card,
.note-depth .bridge-card,
.note-depth .range-band,
.note-depth .timeline-step,
.note-depth .curve-panel,
.note-depth .closing-phrase,
.note-depth .closing-note,
.note-depth .hero-aside,
.note-depth .flow-visual,
.note-depth .model-map,
.note-depth .model-card,
.note-depth .funnel,
.note-depth .funnel-row{
  border-radius:0!important;
}
.note-depth .deep-card{
  background:rgba(255,255,255,.014);
  border-left:1px solid var(--line-soft);
}
.note-depth .deep-card h3,
.note-depth .card h3{letter-spacing:.06em;}
.note-depth .alert{border-color:rgba(182,66,62,.42);}
.note-depth .closing-phrase{min-height:220px;}
.note-depth .closing-phrase p{font-size:clamp(22px,2.05vw,30px);}

.note-depth [data-edit-scope],
.note-depth [data-card-scope],
.note-depth [data-table-scope]{scroll-margin-top:calc(var(--top) + var(--subnav) + 18px);}

@media (max-width:1240px) and (min-width:861px){
  .note-depth .header-inner{grid-template-columns:128px minmax(0,1fr) auto auto;gap:14px;}
  .note-depth .main-nav{gap:18px;}
  .note-depth .header-back{font-size:8.5px;max-width:260px;overflow:hidden;text-overflow:ellipsis;}
  .note-depth .home-link{display:none;}
}
@media (max-width:860px){
  .note-depth .header-inner{grid-template-columns:104px 1fr;}
  .note-depth .header-back{grid-column:1/-1;justify-self:start;order:3;font-size:9px;padding-top:4px;}
  .note-depth .header-right{order:2;}
  .note-depth .global-nav{order:4;}
  .note-depth .lang-switch i{display:none;}
  .note-depth .home-link{display:inline-flex;}
}

.note-depth .hero-aside{
  padding:28px;
  gap:26px;
}
.note-depth .hero-aside::before{
  top:50%;
  left:28px;
  right:28px;
  opacity:.46;
}
.note-depth .hero-orientation{
  display:grid;
  gap:13px;
  border-top:1px solid var(--line-soft);
  padding-top:20px;
}
.note-depth .orientation-item{
  display:grid;
  gap:5px;
  padding-left:18px;
  position:relative;
}
.note-depth .orientation-item::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border:1px solid var(--gold);
  border-radius:50%;
  box-shadow:0 0 14px rgba(201,167,106,.26);
}
.note-depth .orientation-item b{
  display:block;
  font-size:10px;
  line-height:1.1;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:850;
}
.note-depth .orientation-item span{
  display:block;
  font-size:12.8px;
  line-height:1.42;
  color:var(--muted);
}

.note-depth .precision-ladder{
  min-height:258px;
  padding:42px 22px 58px;
  align-items:end;
  overflow:hidden;
}
.note-depth .precision-ladder::before{
  content:attr(data-axis-label);
  left:22px;
  right:22px;
  bottom:18px;
  height:1px;
  background:linear-gradient(90deg,rgba(182,66,62,.66),rgba(201,167,106,.88),rgba(255,255,255,.54));
  color:rgba(255,255,255,.54);
  padding-top:11px;
  box-shadow:0 0 24px rgba(201,167,106,.14);
}
.note-depth .precision-ladder::after{
  content:attr(data-precision-note);
  position:absolute;
  top:18px;
  right:22px;
  max-width:340px;
  font-size:10px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(201,167,106,.82);
  font-weight:850;
  text-align:right;
}
.note-depth .precision-ladder .step{
  display:flex;
  flex-direction:column;
  min-height:132px;
  padding:16px 16px 14px;
  position:relative;
}
.note-depth .precision-ladder .step[data-level="1"]{margin-top:42px;}
.note-depth .precision-ladder .step[data-level="2"]{margin-top:32px;}
.note-depth .precision-ladder .step[data-level="3"]{margin-top:22px;}
.note-depth .precision-ladder .step[data-level="4"]{margin-top:12px;}
.note-depth .precision-ladder .step[data-level="5"]{margin-top:0;border-color:rgba(201,167,106,.42);background:linear-gradient(180deg,rgba(201,167,106,.075),rgba(255,255,255,.016));}
.note-depth .precision-ladder .step b{margin-bottom:8px;}
.note-depth .precision-ladder .step strong{margin-bottom:8px;}
.note-depth .precision-ladder .step p{margin-bottom:12px;}
.note-depth .precision-ladder .step small{
  display:block;
  margin-top:auto;
  padding-top:11px;
  border-top:1px solid var(--line-soft);
  font-size:11.4px;
  line-height:1.35;
  color:rgba(242,238,230,.76);
}

@media (max-height:790px) and (min-width:861px){
  .note-depth .hero-orientation{gap:10px;padding-top:16px;}
  .note-depth .orientation-item span{font-size:12px;line-height:1.34;}
  .note-depth .precision-ladder{min-height:226px;padding-top:34px;}
  .note-depth .precision-ladder .step{min-height:122px;}
  .note-depth .precision-ladder .step small{font-size:10.8px;}
}
@media (max-width:860px){
  .note-depth .hero-orientation{margin-top:16px;}
  .note-depth .precision-ladder{min-height:0;padding:22px;}
  .note-depth .precision-ladder::after{position:relative;top:auto;right:auto;text-align:left;max-width:none;margin-bottom:14px;display:block;}
  .note-depth .precision-ladder::before{position:relative;left:auto;right:auto;bottom:auto;display:block;margin:8px 0 18px;}
  .note-depth .precision-ladder .step[data-level]{margin-top:0;}
}

.note-depth .precision-ladder{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  align-items:end;
  min-height:312px;
  padding:56px 22px 78px;
  overflow:hidden;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 88% 22%,rgba(201,167,106,.095),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.034),rgba(255,255,255,.011));
}
.note-depth .precision-ladder::after{
  content:none!important;
  display:none!important;
}
.note-depth .precision-ladder::before{
  content:attr(data-axis-label);
  position:absolute;
  left:22px;
  right:22px;
  bottom:46px;
  height:2px;
  padding-top:12px;
  background:linear-gradient(90deg,rgba(182,66,62,.72) 0%,rgba(201,167,106,.86) 45%,rgba(242,238,230,.58) 100%);
  color:rgba(242,238,230,.56);
  font-size:10px;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:820;
  box-shadow:0 0 24px rgba(201,167,106,.16);
}
.note-depth .precision-caption{
  position:absolute;
  top:18px;
  right:22px;
  max-width:360px;
  text-align:right;
  color:rgba(201,167,106,.86);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:850;
}
.note-depth .precision-ladder .step{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:136px;
  margin-top:0!important;
  padding:16px 15px 14px;
  border:1px solid rgba(255,255,255,.105);
  background:
    linear-gradient(180deg,rgba(255,255,255,.044),rgba(255,255,255,.018)),
    linear-gradient(90deg,rgba(201,167,106,.035),transparent 58%);
  transition:
    transform .26s var(--ease),
    border-color .26s var(--ease),
    background .26s var(--ease),
    opacity .26s var(--ease);
}
.note-depth .precision-ladder .step::before{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,rgba(201,167,106,.54),transparent);
  opacity:.7;
}
.note-depth .precision-ladder .step::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-23px;
  width:7px;
  height:7px;
  border:1px solid rgba(201,167,106,.86);
  border-radius:50%;
  background:#17181a;
  transform:translateX(-50%);
  box-shadow:0 0 16px rgba(201,167,106,.32);
}
.note-depth .precision-ladder .step[data-level="1"]{min-height:136px;}
.note-depth .precision-ladder .step[data-level="2"]{min-height:152px;}
.note-depth .precision-ladder .step[data-level="3"]{min-height:168px;}
.note-depth .precision-ladder .step[data-level="4"]{min-height:184px;}
.note-depth .precision-ladder .step[data-level="5"]{
  min-height:202px;
  border-color:rgba(201,167,106,.46);
  background:
    linear-gradient(180deg,rgba(201,167,106,.09),rgba(255,255,255,.014)),
    linear-gradient(90deg,rgba(201,167,106,.06),transparent 58%);
  box-shadow:inset 0 0 0 1px rgba(201,167,106,.055),0 0 28px rgba(201,167,106,.055);
}
.note-depth .precision-ladder .step-index{
  position:absolute;
  top:14px;
  right:14px;
  color:rgba(242,238,230,.28);
  font-size:10px;
  line-height:1;
  letter-spacing:.14em;
  font-weight:850;
}
.note-depth .precision-ladder .step b{
  display:block;
  margin:0 0 8px;
  padding-right:30px;
  color:var(--gold);
  font-size:10px;
  line-height:1.1;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:850;
}
.note-depth .precision-ladder .step strong{
  display:block;
  margin:0 0 9px;
  color:#fff;
  font-size:clamp(16px,1.08vw,18px);
  line-height:1.08;
  letter-spacing:-.026em;
  font-weight:520;
}
.note-depth .precision-ladder .step p{
  margin:0 0 12px;
  color:rgba(242,238,230,.70);
  font-size:12.3px;
  line-height:1.38;
}
.note-depth .precision-ladder .step small{
  display:block;
  margin-top:auto;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.075);
  color:rgba(242,238,230,.74);
  font-size:10.9px;
  line-height:1.34;
}
.note-depth .precision-ladder .step small span{
  color:var(--gold);
  font-size:9px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:850;
  margin-right:5px;
}
.note-depth .precision-insight{
  position:absolute;
  right:22px;
  bottom:16px;
  max-width:470px;
  margin:0;
  color:rgba(185,179,170,.78);
  font-size:11.2px;
  line-height:1.34;
  text-align:right;
}
.note-depth .precision-ladder .step:hover,
.note-depth .precision-ladder .step:focus-visible{
  transform:translateY(-6px);
  border-color:rgba(201,167,106,.55);
  background:
    linear-gradient(180deg,rgba(201,167,106,.10),rgba(255,255,255,.018)),
    linear-gradient(90deg,rgba(201,167,106,.07),transparent 58%);
  outline:none;
}
@supports selector(:has(*)){
  .note-depth .precision-ladder:has(.step:hover) .step:not(:hover),
  .note-depth .precision-ladder:has(.step:focus-visible) .step:not(:focus-visible){opacity:.64;}
}

@media (max-height:790px) and (min-width:861px){
  .note-depth .precision-ladder{min-height:286px;padding-top:46px;padding-bottom:72px;}
  .note-depth .precision-ladder .step{padding:14px 13px 13px;}
  .note-depth .precision-ladder .step[data-level="1"]{min-height:126px;}
  .note-depth .precision-ladder .step[data-level="2"]{min-height:140px;}
  .note-depth .precision-ladder .step[data-level="3"]{min-height:154px;}
  .note-depth .precision-ladder .step[data-level="4"]{min-height:168px;}
  .note-depth .precision-ladder .step[data-level="5"]{min-height:184px;}
  .note-depth .precision-ladder .step p{font-size:11.7px;line-height:1.34;}
  .note-depth .precision-ladder .step small{font-size:10px;line-height:1.3;}
  .note-depth .precision-insight{display:none;}
}
@media (max-width:1080px) and (min-width:861px){
  .note-depth .precision-ladder{
    grid-template-columns:repeat(5,minmax(128px,1fr));
    overflow-x:auto;
    padding-bottom:72px;
    scrollbar-width:none;
  }
  .note-depth .precision-ladder::-webkit-scrollbar{display:none;}
  .note-depth .precision-insight{display:none;}
}
@media (max-width:860px){
  .note-depth .precision-ladder{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    min-height:0;
    padding:46px 18px 56px;
    overflow:visible;
  }
  .note-depth .precision-caption{
    position:relative;
    top:auto;
    right:auto;
    text-align:left;
    max-width:none;
    margin-bottom:4px;
  }
  .note-depth .precision-ladder::before{
    left:18px;
    right:18px;
    bottom:24px;
  }
  .note-depth .precision-ladder .step[data-level]{min-height:0;margin-top:0!important;}
  .note-depth .precision-ladder .step::after{display:none;}
  .note-depth .precision-insight{display:none;}
}

.note-depth .precision-ladder{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  min-height:324px;
  padding:58px 18px 104px!important;
  overflow:visible;
}
.note-depth .precision-ladder::before{
  left:18px!important;
  right:18px!important;
  bottom:28px!important;
  height:2px;
  padding-top:14px;
}
.note-depth .precision-insight{
  right:18px!important;
  bottom:0!important;
  max-width:520px;
}
.note-depth .precision-caption{
  top:12px!important;
  right:18px!important;
}
@media (max-height:790px) and (min-width:861px){
  .note-depth .precision-ladder{
    min-height:304px;
    padding-top:50px!important;
    padding-bottom:94px!important;
  }
  .note-depth .precision-ladder::before{bottom:28px!important;}
}
@media (max-width:1080px) and (min-width:861px){
  .note-depth .precision-ladder{
    padding-bottom:92px!important;
  }
}
@media (max-width:860px){
  .note-depth .precision-ladder{
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    padding:40px 0 62px!important;
  }
  .note-depth .precision-ladder::before{
    left:0!important;
    right:0!important;
    bottom:20px!important;
  }
}

/* Precision ladder lower guide: thin line, readable caption, stable spacing. */
.note-depth .precision-ladder::before{
  height:auto!important;
  min-height:0!important;
  background:transparent!important;
  border-top:1px solid rgba(201,167,106,.50)!important;
  box-shadow:none!important;
  padding-top:14px!important;
  color:rgba(242,238,230,.52)!important;
  font-size:9.8px!important;
  line-height:1.18!important;
}
.note-depth .precision-insight{
  color:rgba(185,179,170,.74)!important;
  font-size:10.8px!important;
  line-height:1.36!important;
}
@media (max-height:790px) and (min-width:861px){
  .note-depth .precision-ladder::before{
    padding-top:12px!important;
  }
}
@media (max-width:860px){
  .note-depth .precision-ladder::before{
    background:transparent!important;
    border-top:1px solid rgba(201,167,106,.50)!important;
    box-shadow:none!important;
    padding-top:12px!important;
  }
}


/* Suelo v77 · profundidad integrada desde recursos existentes */
.soil-depth-enabled .bridge.depth-bridge{
  border:0;
  border-radius:0;
  background:transparent;
  padding:0;
}
.soil-depth-trigger{
  cursor:pointer;
}
.soil-depth-trigger:focus-visible{
  outline:1px solid rgba(201,167,106,.72);
  outline-offset:4px;
}
.soil-depth-enabled .bridge-card.soil-depth-trigger,
.soil-depth-enabled .matrix-depth-row td,
.soil-depth-enabled .range-depth-zone,
.soil-depth-enabled #s4 .three-grid .soil-depth-trigger{
  transition:border-color .22s var(--ease), background .22s var(--ease), color .22s var(--ease), box-shadow .22s var(--ease), opacity .22s var(--ease);
}
.soil-depth-enabled .bridge-card.soil-depth-trigger:hover,
.soil-depth-enabled .bridge-card.soil-depth-trigger:focus-visible{
  border-color:rgba(201,167,106,.62);
  background:rgba(201,167,106,.055);
  box-shadow:inset 0 -1px 0 rgba(201,167,106,.25);
}
.soil-depth-enabled .matrix-depth-row:hover td,
.soil-depth-enabled .matrix-depth-row:focus-visible td{
  background:rgba(201,167,106,.045);
  color:rgba(242,238,230,.84);
}
.soil-depth-enabled .range-depth-zone:hover,
.soil-depth-enabled .range-depth-zone:focus-visible,
.soil-depth-enabled #s4 .three-grid .soil-depth-trigger:hover,
.soil-depth-enabled #s4 .three-grid .soil-depth-trigger:focus-visible{
  border-color:rgba(201,167,106,.50);
  background:rgba(201,167,106,.045);
}

.soil-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:1900;
  background:rgba(6,7,8,.66);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s var(--ease);
}
.soil-modal-backdrop.is-open{
  opacity:1;
  pointer-events:auto;
}
.soil-modal{
  position:fixed;
  z-index:2000;
  inset:clamp(82px,12vh,118px) clamp(18px,6vw,88px) clamp(20px,5vh,54px);
  opacity:0;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s var(--ease), transform .18s var(--ease);
}
.soil-modal.is-open{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.soil-modal-shell{
  position:relative;
  height:100%;
  max-width:1240px;
  margin:auto;
  border:1px solid rgba(201,167,106,.30);
  border-radius:0;
  background:
    radial-gradient(circle at 86% 8%, rgba(201,167,106,.10), transparent 30%),
    linear-gradient(180deg, rgba(29,30,31,.985), rgba(17,18,19,.99));
  box-shadow:0 34px 110px rgba(0,0,0,.48);
  display:grid;
  grid-template-rows:auto 1fr;
  overflow:hidden;
}
.soil-modal-close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:5;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:0;
  background:rgba(255,255,255,.02);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.soil-modal-close:hover,
.soil-modal-close:focus-visible{
  border-color:rgba(201,167,106,.68);
  color:var(--gold);
  outline:none;
}
.soil-modal-nav{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:22px clamp(24px,3.2vw,42px) 16px;
  border-bottom:1px solid var(--line-soft);
  padding-right:76px;
}
.soil-modal-nav-item{
  border:0;
  border-bottom:1px solid rgba(255,255,255,.14);
  border-radius:0;
  background:transparent;
  color:rgba(242,238,230,.58);
  padding:8px 0 7px;
  margin-right:14px;
  font-size:10px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
}
.soil-modal-nav-item:hover,
.soil-modal-nav-item:focus-visible,
.soil-modal-nav-item.active{
  color:#fff;
  border-bottom-color:rgba(201,167,106,.78);
  outline:none;
}
.soil-modal-body{
  overflow:auto;
  padding:clamp(24px,3.4vw,46px);
  scrollbar-width:thin;
  scrollbar-color:rgba(201,167,106,.28) transparent;
}
.soil-modal-panel{
  display:none;
}
.soil-modal-panel.active{
  display:block;
}
.soil-modal-head{
  max-width:900px;
  padding-bottom:22px;
  margin-bottom:24px;
  border-bottom:1px solid var(--line-soft);
}
.soil-modal-head .kicker{
  margin:0 0 14px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:780;
}
.soil-modal-head h2{
  margin:0;
  font-size:clamp(30px,3.3vw,52px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:350;
}
.soil-modal-head .modal-subtitle{
  margin:14px 0 0;
  color:rgba(242,238,230,.78);
  font-size:15px;
  line-height:1.52;
  max-width:760px;
}
.soil-modal-guide{
  margin:18px 0 0;
  border-left:2px solid rgba(201,167,106,.62);
  padding:12px 16px;
  color:#fff;
  background:rgba(201,167,106,.045);
  font-size:14px;
  line-height:1.48;
}
.soil-modal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 34px;
}
.soil-modal-section{
  border-top:1px solid rgba(255,255,255,.075);
  padding:17px 0 20px;
}
.soil-modal-section h3{
  margin:0 0 9px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.soil-modal-section p{
  margin:0;
  color:var(--muted);
  font-size:13.6px;
  line-height:1.56;
}
.soil-sensitivity{
  margin-top:30px;
  border-top:1px solid rgba(201,167,106,.42);
  padding-top:24px;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:24px;
}
.sensitivity-head{
  grid-column:1/-1;
  max-width:760px;
}
.sensitivity-head h3{
  margin:0 0 9px;
  color:#fff;
  font-size:18px;
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:460;
}
.sensitivity-head p{
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.5;
}
.sensitivity-tabs{
  display:grid;
  align-content:start;
  gap:0;
  border-top:1px solid var(--line-soft);
}
.sensitivity-tab{
  border:0;
  border-bottom:1px solid var(--line-soft);
  border-radius:0;
  background:transparent;
  color:rgba(242,238,230,.62);
  padding:13px 0;
  text-align:left;
  font-size:10.2px;
  letter-spacing:.13em;
  text-transform:uppercase;
  cursor:pointer;
}
.sensitivity-tab:hover,
.sensitivity-tab:focus-visible,
.sensitivity-tab.active{
  color:#fff;
  outline:none;
}
.sensitivity-tab.active{
  box-shadow:inset 2px 0 0 rgba(201,167,106,.72);
  padding-left:12px;
}
.sensitivity-panels{
  min-height:260px;
}
.sensitivity-panel{
  display:none;
}
.sensitivity-panel.active{
  display:block;
}
.sensitivity-panel h4{
  margin:0 0 18px;
  color:#fff;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:420;
}
.sensitivity-copy{
  border-top:1px solid rgba(255,255,255,.075);
  padding:13px 0;
}
.sensitivity-copy b{
  display:block;
  color:var(--gold);
  font-size:9.8px;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:7px;
}
.sensitivity-copy p{
  margin:0;
  color:var(--muted);
  font-size:13.2px;
  line-height:1.48;
}
.sensitivity-effects{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:8px;
}
.sensitivity-effects li{
  border-left:1px solid rgba(201,167,106,.52);
  padding:7px 0 7px 12px;
  color:rgba(242,238,230,.78);
  font-size:12.8px;
  line-height:1.35;
}
body.soil-modal-open{
  overflow:hidden;
}
@media (max-width:980px){
  .soil-modal{
    inset:82px 12px 18px;
  }
  .soil-modal-grid,
  .soil-sensitivity{
    grid-template-columns:1fr;
  }
  .soil-modal-nav{
    padding-left:20px;
  }
  .soil-modal-body{
    padding:24px 20px 32px;
  }
}
@media (max-width:860px){
  .soil-modal{
    inset:76px 8px 12px;
  }
  .soil-modal-shell{
    height:100%;
  }
  .soil-modal-head h2{
    font-size:32px;
  }
  .soil-modal-close{
    top:12px;
    right:12px;
  }
  .soil-modal-nav{
    padding:18px 58px 12px 16px;
  }
  .soil-modal-nav-item{
    font-size:9px;
  }
}

/* Flujo v79 · profundidad integrada desde recursos existentes */
.flow-depth-trigger{
  cursor:pointer;
}
.flow-depth-trigger:focus-visible{
  outline:1px solid rgba(201,167,106,.72);
  outline-offset:4px;
}
.flow-depth-enabled .deep-card.flow-depth-trigger,
.flow-depth-enabled .timeline-step.flow-depth-trigger,
.flow-depth-enabled .chip.flow-depth-trigger,
.flow-depth-enabled .matrix-depth-row td{
  transition:border-color .22s var(--ease), background .22s var(--ease), color .22s var(--ease), box-shadow .22s var(--ease), opacity .22s var(--ease);
}
.flow-depth-enabled .deep-card.flow-depth-trigger:hover,
.flow-depth-enabled .deep-card.flow-depth-trigger:focus-visible,
.flow-depth-enabled .timeline-step.flow-depth-trigger:hover,
.flow-depth-enabled .timeline-step.flow-depth-trigger:focus-visible,
.flow-depth-enabled .chip.flow-depth-trigger:hover,
.flow-depth-enabled .chip.flow-depth-trigger:focus-visible{
  border-color:rgba(201,167,106,.56);
  background:rgba(201,167,106,.045);
  box-shadow:inset 0 -1px 0 rgba(201,167,106,.20);
}
.flow-depth-enabled .matrix-depth-row:hover td,
.flow-depth-enabled .matrix-depth-row:focus-visible td{
  background:rgba(201,167,106,.045);
  color:rgba(242,238,230,.84);
}
.flow-depth-enabled .chip.flow-depth-trigger{
  display:inline-flex;
  align-items:center;
}

/* Costos v80 · profundidad integrada desde recursos existentes */
.cost-depth-trigger{
  cursor:pointer;
}
.cost-depth-trigger:focus-visible{
  outline:1px solid rgba(201,167,106,.72);
  outline-offset:4px;
}
.cost-depth-enabled .deep-card.cost-depth-trigger,
.cost-depth-enabled .precision-ladder .step.cost-depth-trigger,
.cost-depth-enabled .matrix-depth-row td{
  transition:border-color .22s var(--ease), background .22s var(--ease), color .22s var(--ease), box-shadow .22s var(--ease), opacity .22s var(--ease);
}
.cost-depth-enabled .deep-card.cost-depth-trigger:hover,
.cost-depth-enabled .deep-card.cost-depth-trigger:focus-visible,
.cost-depth-enabled .precision-ladder .step.cost-depth-trigger:hover,
.cost-depth-enabled .precision-ladder .step.cost-depth-trigger:focus-visible{
  border-color:rgba(201,167,106,.56);
  background:rgba(201,167,106,.045);
  box-shadow:inset 0 -1px 0 rgba(201,167,106,.20);
}
.cost-depth-enabled .matrix-depth-row:hover td,
.cost-depth-enabled .matrix-depth-row:focus-visible td{
  background:rgba(201,167,106,.045);
  color:rgba(242,238,230,.84);
}

/* Mercado v81 · profundidad integrada desde recursos existentes */
.market-depth-trigger{
  cursor:pointer;
}
.market-depth-trigger:focus-visible{
  outline:1px solid rgba(201,167,106,.72);
  outline-offset:4px;
}
.market-depth-enabled .deep-card.market-depth-trigger,
.market-depth-enabled .board-card.market-depth-trigger,
.market-depth-enabled .card.market-depth-trigger,
.market-depth-enabled .axis-labels > div.market-depth-trigger,
.market-depth-enabled .matrix-depth-row td{
  transition:border-color .22s var(--ease), background .22s var(--ease), color .22s var(--ease), box-shadow .22s var(--ease), opacity .22s var(--ease);
}
.market-depth-enabled .deep-card.market-depth-trigger:hover,
.market-depth-enabled .deep-card.market-depth-trigger:focus-visible,
.market-depth-enabled .board-card.market-depth-trigger:hover,
.market-depth-enabled .board-card.market-depth-trigger:focus-visible,
.market-depth-enabled .card.market-depth-trigger:hover,
.market-depth-enabled .card.market-depth-trigger:focus-visible,
.market-depth-enabled .axis-labels > div.market-depth-trigger:hover,
.market-depth-enabled .axis-labels > div.market-depth-trigger:focus-visible{
  border-color:rgba(201,167,106,.56);
  background:rgba(201,167,106,.045);
  box-shadow:inset 0 -1px 0 rgba(201,167,106,.20);
}
.market-depth-enabled .matrix-depth-row:hover td,
.market-depth-enabled .matrix-depth-row:focus-visible td{
  background:rgba(201,167,106,.045);
  color:rgba(242,238,230,.84);
}

/* Ingresos v82 · profundidad integrada desde recursos existentes */
.income-depth-trigger{
  cursor:pointer;
}
.income-depth-trigger:focus-visible{
  outline:1px solid rgba(201,167,106,.72);
  outline-offset:4px;
}
.income-depth-enabled .model-node.income-depth-trigger,
.income-depth-enabled .funnel-step.income-depth-trigger,
.income-depth-enabled .deep-card.income-depth-trigger,
.income-depth-enabled .matrix-depth-row td{
  transition:border-color .22s var(--ease), background .22s var(--ease), color .22s var(--ease), box-shadow .22s var(--ease), opacity .22s var(--ease);
}
.income-depth-enabled .model-node.income-depth-trigger:hover,
.income-depth-enabled .model-node.income-depth-trigger:focus-visible,
.income-depth-enabled .funnel-step.income-depth-trigger:hover,
.income-depth-enabled .funnel-step.income-depth-trigger:focus-visible,
.income-depth-enabled .deep-card.income-depth-trigger:hover,
.income-depth-enabled .deep-card.income-depth-trigger:focus-visible{
  border-color:rgba(201,167,106,.56);
  background:rgba(201,167,106,.045);
  box-shadow:inset 0 -1px 0 rgba(201,167,106,.20);
}
.income-depth-enabled .matrix-depth-row:hover td,
.income-depth-enabled .matrix-depth-row:focus-visible td{
  background:rgba(201,167,106,.045);
  color:rgba(242,238,230,.84);
}

/* v83 · microajustes visuales solicitados */
.note-costos .precision-ladder{
  align-items:stretch!important;
}
.note-costos .precision-ladder .step[data-level]{
  min-height:168px!important;
}
.note-costos .precision-ladder .step[data-level="5"]{
  border-color:rgba(201,167,106,.46)!important;
  background:
    linear-gradient(180deg,rgba(201,167,106,.09),rgba(255,255,255,.014)),
    linear-gradient(90deg,rgba(201,167,106,.06),transparent 58%)!important;
}
@media (max-height:790px) and (min-width:861px){
  .note-costos .precision-ladder .step[data-level]{
    min-height:154px!important;
  }
}
@media (max-width:860px){
  .note-costos .precision-ladder .step[data-level]{
    min-height:0!important;
  }
}
.note-ingresos .funnel{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
}

/* v84 · corrección de intención escalera de precisión
   Recupera la lectura progresiva sin que las tarjetas parezcan desordenadas. */
.note-costos .precision-ladder{
  align-items:end!important;
}
.note-costos .precision-ladder .step[data-level]{
  min-height:156px!important;
  align-self:end!important;
}
.note-costos .precision-ladder .step[data-level="1"]{
  min-height:136px!important;
}
.note-costos .precision-ladder .step[data-level="2"]{
  min-height:146px!important;
}
.note-costos .precision-ladder .step[data-level="3"]{
  min-height:156px!important;
}
.note-costos .precision-ladder .step[data-level="4"]{
  min-height:166px!important;
}
.note-costos .precision-ladder .step[data-level="5"]{
  min-height:176px!important;
  border-color:rgba(201,167,106,.46)!important;
  background:
    linear-gradient(180deg,rgba(201,167,106,.09),rgba(255,255,255,.014)),
    linear-gradient(90deg,rgba(201,167,106,.06),transparent 58%)!important;
}
.note-costos .precision-ladder .step::after{
  bottom:-28px!important;
}
@media (max-height:790px) and (min-width:861px){
  .note-costos .precision-ladder .step[data-level="1"]{min-height:126px!important;}
  .note-costos .precision-ladder .step[data-level="2"]{min-height:136px!important;}
  .note-costos .precision-ladder .step[data-level="3"]{min-height:146px!important;}
  .note-costos .precision-ladder .step[data-level="4"]{min-height:156px!important;}
  .note-costos .precision-ladder .step[data-level="5"]{min-height:166px!important;}
}
@media (max-width:860px){
  .note-costos .precision-ladder{
    align-items:stretch!important;
  }
  .note-costos .precision-ladder .step[data-level]{
    min-height:0!important;
    align-self:stretch!important;
  }
}

/* v85 · costos escalera convertida en serie horizontal limpia */
.note-costos .precision-ladder{
  align-items:stretch!important;
}
.note-costos .precision-ladder .step[data-level]{
  min-height:168px!important;
  align-self:stretch!important;
}
.note-costos .precision-ladder .step[data-level="1"],
.note-costos .precision-ladder .step[data-level="2"],
.note-costos .precision-ladder .step[data-level="3"],
.note-costos .precision-ladder .step[data-level="4"],
.note-costos .precision-ladder .step[data-level="5"]{
  min-height:168px!important;
}
.note-costos .precision-ladder .step::after{
  bottom:-28px!important;
}
.note-costos .precision-ladder .step[data-level="5"]{
  border-color:rgba(201,167,106,.46)!important;
  background:
    linear-gradient(180deg,rgba(201,167,106,.09),rgba(255,255,255,.014)),
    linear-gradient(90deg,rgba(201,167,106,.06),transparent 58%)!important;
}
@media (max-height:790px) and (min-width:861px){
  .note-costos .precision-ladder .step[data-level]{
    min-height:156px!important;
  }
}
@media (max-width:860px){
  .note-costos .precision-ladder{
    align-items:stretch!important;
  }
  .note-costos .precision-ladder .step[data-level]{
    min-height:0!important;
    align-self:stretch!important;
  }
}

/* v86 · corrección real de alineación horizontal en Costos
   Limpia transforms heredados que seguían produciendo apariencia de escalera. */
.note-costos .precision-ladder{
  align-items:stretch!important;
}
.note-costos .precision-ladder .step[data-level]{
  min-height:168px!important;
  align-self:stretch!important;
  transform:none!important;
}
.note-costos .precision-ladder .step[data-level="1"],
.note-costos .precision-ladder .step[data-level="2"],
.note-costos .precision-ladder .step[data-level="3"],
.note-costos .precision-ladder .step[data-level="4"],
.note-costos .precision-ladder .step[data-level="5"]{
  min-height:168px!important;
  transform:none!important;
}
.note-costos .precision-ladder .step:hover,
.note-costos .precision-ladder .step:focus-visible{
  transform:translateY(-4px)!important;
}
.note-costos .precision-ladder .step[data-level="5"]{
  border-color:rgba(201,167,106,.46)!important;
  background:
    linear-gradient(180deg,rgba(201,167,106,.09),rgba(255,255,255,.014)),
    linear-gradient(90deg,rgba(201,167,106,.06),transparent 58%)!important;
}
@media (max-height:790px) and (min-width:861px){
  .note-costos .precision-ladder .step[data-level]{
    min-height:156px!important;
    transform:none!important;
  }
}
@media (max-width:860px){
  .note-costos .precision-ladder .step[data-level]{
    min-height:0!important;
    align-self:stretch!important;
    transform:none!important;
  }
}

/* v87 · navegación entre paneles dentro de la misma estación */
.soil-modal-shell.has-soil-stepper{
  grid-template-rows:auto 1fr auto;
}
.soil-modal-stepper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px clamp(20px,3vw,42px) 18px;
  border-top:1px solid var(--line-soft);
  background:rgba(255,255,255,.012);
}
.soil-modal-step{
  border:0;
  border-bottom:1px solid rgba(201,167,106,.42);
  border-radius:0;
  background:transparent;
  color:rgba(242,238,230,.72);
  padding:8px 0 7px;
  font-size:10px;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase;
  cursor:pointer;
}
.soil-modal-step:hover,
.soil-modal-step:focus-visible{
  color:#fff;
  border-bottom-color:rgba(201,167,106,.86);
  outline:none;
}
.soil-modal-step-count{
  color:rgba(242,238,230,.46);
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
}
@media (max-width:860px){
  .soil-modal-stepper{
    padding:12px 16px 14px;
  }
  .soil-modal-step{
    font-size:9px;
  }
}

/* v88 · navegación modal más limpia y editorial */
.soil-modal-shell.has-soil-stepper{
  grid-template-rows:auto 1fr;
}
.soil-modal-stepper{
  position:absolute;
  right:clamp(22px,3vw,42px);
  bottom:18px;
  z-index:4;
  width:auto;
  min-width:220px;
  display:grid;
  grid-template-columns:auto auto auto;
  align-items:center;
  justify-content:end;
  gap:14px;
  padding:0;
  border-top:0;
  background:transparent;
  pointer-events:auto;
}
.soil-modal-step{
  border:0;
  border-bottom:1px solid rgba(201,167,106,.46);
  background:transparent;
  color:rgba(242,238,230,.56);
  padding:6px 0 5px;
  font-size:9.5px;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase;
  cursor:pointer;
}
.soil-modal-step:hover,
.soil-modal-step:focus-visible{
  color:#fff;
  border-bottom-color:rgba(201,167,106,.88);
  outline:none;
}
.soil-modal-step-count{
  color:rgba(242,238,230,.38);
  font-size:9.5px;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
}
.soil-modal-body{
  padding-bottom:clamp(52px,5.2vw,76px);
}
@media (max-width:860px){
  .soil-modal-stepper{
    left:16px;
    right:16px;
    bottom:12px;
    min-width:0;
    justify-content:space-between;
    gap:12px;
  }
  .soil-modal-step{
    font-size:9px;
  }
  .soil-modal-step-count{
    font-size:9px;
  }
  .soil-modal-body{
    padding-bottom:64px;
  }
}
