:root {
  --ink: #0b1522;
  --ink-soft: #36404b;
  --navy: #07101d;
  --blue: #0a2442;
  --blue-soft: #11365f;
  --ivory: #f2efe6;
  --paper: #e8e3d8;
  --paper-deep: #d9d2c4;
  --white: #faf9f4;
  --copper: #bf8c5b;
  --cosmos: #000018;
  --cosmos-blue: #001830;
  --earth-blue: #0050a0;
  --life-green: #006030;
  --life-green-deep: #004830;
  --clarity: #f0ffff;
  --line-dark: rgba(14, 27, 42, 0.18);
  --line-light: rgba(248, 246, 239, 0.18);
  --sans: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --serif: 'Iowan Old Style', Baskerville, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --mono: 'Cascadia Mono', Consolas, monospace;
  --shell: min(1420px, calc(100vw - 96px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
main section[id] { scroll-margin-top: 74px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; transform: translateY(-150%); background: var(--white); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.section-dark { color: var(--white); background: var(--navy); }
.section-blue { color: var(--white); background: var(--blue); }
.section-ivory { background: var(--ivory); }
.section-paper { background: var(--paper); }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 120; background: transparent; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--copper); }
.pointer-light { position: fixed; top: 0; left: 0; z-index: 2; width: 560px; height: 560px; border-radius: 50%; pointer-events: none; opacity: 0; transform: translate3d(-50%, -50%, 0); background: radial-gradient(circle, rgba(188, 142, 96, 0.07), transparent 67%); transition: opacity .5s ease; mix-blend-mode: screen; }
body:hover .pointer-light { opacity: 1; }

.site-header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 58px; padding: 0 30px; display: grid; grid-template-columns: minmax(285px, 1fr) minmax(500px, auto) minmax(285px, 1fr); column-gap: 14px; align-items: center; color: rgba(255,255,255,.84); transition: background .35s ease, border-color .35s ease, height .35s ease; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(4,10,18,.44); backdrop-filter: blur(22px); }
.site-header.scrolled { height: 50px; background: rgba(250,249,244,.9); color: rgba(11,21,34,.86); border-color: rgba(11,21,34,.08); backdrop-filter: blur(22px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: 34px; height: 34px; padding: 5px; object-fit: contain; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #07101d; box-shadow: 0 8px 22px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 12px; font-weight: 520; letter-spacing: -.01em; }
.brand-copy small { margin-top: 2px; color: currentColor; opacity: .55; font-family: var(--sans); font-size: 8px; letter-spacing: .01em; text-transform: none; max-width: 220px; line-height: 1.25; }
.site-nav {
  justify-self: center;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  overflow: visible;
}
.commercial-home .site-header,
.commercial-home .site-chrome,
.commercial-home .site-header .site-nav {
  overflow: visible;
}
.nav-mega {
  position: relative;
  z-index: 150;
}
.mega-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 160;
  display: grid;
  grid-template-columns: 228px minmax(560px, 1fr);
  width: min(980px, calc(100vw - 40px));
  padding: 20px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(11,21,34,.14);
  transform: translateX(-38%);
  animation: megaIn .22s ease;
  pointer-events: auto;
}
.commercial-home .method-section .section-heading-center > p {
  color: rgba(250,249,244,.72);
}
.commercial-home .method-section .section-heading-center h2 {
  color: var(--paper, #faf9f4);
}
.method-section .method-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 34px);
  justify-content: center;
  margin-top: clamp(32px, 4vw, 52px);
}
.method-section .method-steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 196px;
  padding: 30px 22px 32px;
  border-radius: 16px;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
  text-align: center;
}
.method-section .method-steps span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin: 0 0 16px;
  border: 1px solid rgba(233,210,183,.32);
  border-radius: 50%;
  color: #e9d2b7;
  font-size: 12px;
  letter-spacing: .04em;
}
.method-section .method-steps strong {
  margin-top: 2px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.method-section .method-steps p {
  max-width: 24ch;
  margin: 14px auto 0;
  font-size: 14.5px;
  line-height: 1.72;
}
.method-section .method-ip-grid {
  gap: clamp(20px, 2.6vw, 34px);
  margin-top: clamp(28px, 3.4vw, 44px);
}
.method-section .method-ip-grid article {
  padding: 26px 24px 28px;
  border-radius: 16px;
}
.method-section .method-ip-grid p {
  margin-top: 12px;
  line-height: 1.72;
}
@media (max-width: 1180px) {
  .method-section .method-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .method-section .method-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .method-section .method-steps { grid-template-columns: 1fr; }
}
.success-section .success-grid {
  gap: 20px;
}
.success-section .success-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  padding: 28px 24px 24px;
  border-radius: 22px;
  text-align: center;
}
.success-section .success-grid article span,
.success-section .success-grid article strong,
.success-section .success-grid article p {
  max-width: 32ch;
}
.success-section .success-grid article p {
  margin: 0 auto;
}
.success-feature {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 36px 32px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, #12356e 0%, #0b2a5c 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 40px rgba(11,42,92,.16);
}
.success-feature span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .72;
}
.success-feature h3 {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 560;
  letter-spacing: -.03em;
  line-height: 1.25;
}
.success-feature p {
  margin: 0;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.6;
  opacity: .86;
}
.success-feature .button { margin-top: 8px; }
.site-nav a {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 78px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: currentColor;
  opacity: .76;
  font-size: 12px;
  font-weight: 450;
  letter-spacing: -.01em;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 999px;
  transition: opacity .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}
.site-nav a:hover { background: rgba(255,255,255,.07); transform: translateY(-1px); }
.site-header.scrolled .site-nav {
  border-color: rgba(11,21,34,.1);
  background: rgba(11,21,34,.04);
}
.site-header.scrolled .site-nav a:hover { background: rgba(11,21,34,.05); }
.site-nav a::after { position: absolute; left: 50%; bottom: 6px; width: 16px; height: 1px; content: ''; background: currentColor; transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform .25s ease; opacity: .45; }
.site-nav a:hover, .site-nav a.active, .site-nav a[aria-current="page"] { opacity: 1; color: currentColor; }
.site-nav a.active::after, .site-nav a[aria-current="page"]::after { transform: translateX(-50%) scaleX(1); }
.site-nav a.active, .site-nav a[aria-current="page"] { background: rgba(255,255,255,.1); }
.site-header.scrolled .site-nav a.active,
.site-header.scrolled .site-nav a[aria-current="page"] { background: rgba(11,21,34,.07); }
.nav-tools { justify-self: end; display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-width: 0; }
.header-link { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; color: currentColor; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.055); font-size: 12px; font-weight: 450; letter-spacing: -.01em; opacity: .9; transition: transform .2s ease, background .2s ease, border-color .2s ease; white-space: nowrap; }
.header-link:hover { transform: translateY(-1px); border-color: rgba(191,140,91,.42); background: rgba(191,140,91,.12); }
.header-link-arrow { color: var(--copper); }
.nav-icon { position: relative; display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; opacity: .78; transition: opacity .2s ease, background .2s ease; }
.nav-icon:hover { opacity: 1; background: rgba(255,255,255,.1); }
.site-header.scrolled .nav-icon:hover, .legal-header .nav-icon:hover { background: rgba(11,21,34,.07); }
.site-header.scrolled .header-link { border-color: rgba(11,21,34,.12); background: rgba(11,21,34,.035); }
.site-header.scrolled .header-link:hover { border-color: rgba(191,140,91,.34); background: rgba(191,140,91,.12); }
.language-control { position: relative; display: inline-flex; min-height: 32px; align-items: center; gap: 7px; padding: 0 4px 0 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.language-control::before { content: 'Idioma'; color: currentColor; opacity: .58; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
html[lang^="en"] .language-control::before { content: 'Lang'; }
html[lang^="pt"] .language-control::before { content: 'Idioma'; }
html[lang^="ja"] .language-control::before { content: '言語'; letter-spacing: .02em; }
.language-toggle { display: inline-flex; min-width: 43px; min-height: 24px; align-items: center; justify-content: center; padding: 0 18px 0 10px; color: currentColor; border: 0; border-radius: 999px; background: rgba(255,255,255,.12); font: inherit; font-size: 11px; cursor: pointer; }
.language-toggle::after { position: absolute; right: 10px; width: 5px; height: 5px; content: ''; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; opacity: .54; transform: translateY(-2px) rotate(45deg); }
.language-menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 130; display: grid; min-width: 178px; padding: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(7,16,29,.94); box-shadow: 0 24px 70px rgba(0,0,0,.32); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(18px); }
.language-control.open .language-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.language-menu button { display: flex; width: 100%; min-height: 36px; align-items: center; justify-content: space-between; gap: 16px; padding: 0 10px; color: rgba(255,255,255,.82); border: 0; border-radius: 12px; background: transparent; font: inherit; font-size: 11px; cursor: pointer; }
.language-menu button span { color: rgba(255,255,255,.5); font-family: var(--mono); font-size: 8px; letter-spacing: .04em; }
.language-menu button:hover, .language-menu button.active { color: var(--white); background: rgba(255,255,255,.1); }
.language-menu button.active::before { width: 6px; height: 6px; content: ''; border-radius: 50%; background: var(--life-green); box-shadow: 0 0 0 4px rgba(16,185,129,.12); }
.language-native { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.site-header.scrolled .language-control { border-color: rgba(11,21,34,.14); background: rgba(11,21,34,.04); }
.site-header.scrolled .language-toggle { background: rgba(11,21,34,.06); }
.site-header.scrolled .language-menu { border-color: rgba(11,21,34,.12); background: rgba(250,249,244,.96); box-shadow: 0 24px 70px rgba(7,16,29,.18); }
.site-header.scrolled .language-menu button { color: rgba(11,21,34,.78); }
.site-header.scrolled .language-menu button span { color: rgba(11,21,34,.46); }
.site-header.scrolled .language-menu button:hover, .site-header.scrolled .language-menu button.active { color: var(--ink); background: rgba(11,21,34,.07); }
.country-pill { display: inline-flex; min-height: 32px; align-items: center; gap: 7px; padding: 0 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: currentColor; opacity: .76; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; white-space: nowrap; background: rgba(255,255,255,.045); }
.country-pill::before { width: 6px; height: 6px; content: ''; border-radius: 50%; background: var(--life-green); box-shadow: 0 0 0 4px rgba(16,185,129,.12); }
.site-header.scrolled .country-pill { border-color: rgba(11,21,34,.12); background: rgba(11,21,34,.035); }
.nav-search::before { width: 13px; height: 13px; content: ''; border: 1.6px solid currentColor; border-radius: 50%; }
.nav-search::after { position: absolute; width: 7px; height: 1.6px; content: ''; background: currentColor; transform: translate(7px, 7px) rotate(45deg); transform-origin: center; border-radius: 999px; }
.nav-library::before { width: 14px; height: 16px; content: ''; border: 1.5px solid currentColor; border-radius: 5px; }
.nav-library::after { position: absolute; top: 9px; width: 8px; height: 1.5px; content: ''; background: currentColor; box-shadow: 0 4px 0 currentColor; opacity: .8; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }

.hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; }
.hero-art { position: absolute; inset: 0; z-index: -2; }
.hero-art img { width: 100%; height: 108%; object-fit: cover; object-position: center; will-change: transform; }
.hero-art::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(5,13,24,.8) 0%, rgba(5,13,24,.52) 42%, rgba(5,13,24,.74) 100%); }
.hero-art-vignette { position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(0,80,160,.12), transparent 38%), radial-gradient(circle at 50% 78%, rgba(0,96,48,.1), transparent 35%); }
.hero-content { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 96px; padding-bottom: 116px; text-align: center; }
.eyebrow, .kicker { margin: 0 0 24px; color: var(--blue-soft); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.58); }
.hero h1 { display: grid; gap: 12px; margin: 0; max-width: 980px; font-size: clamp(3.6rem, 6.8vw, 6.9rem); font-weight: 520; line-height: .88; letter-spacing: -.064em; }
.hero h1 br { display: none; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em, h2 em { color: #e9d2b7; font-family: var(--serif); font-weight: 300; }
.hero-lead { max-width: 720px; margin: 30px auto 0; color: rgba(255,255,255,.72); font-size: clamp(1.1rem, 2vw, 1.55rem); font-weight: 350; line-height: 1.34; letter-spacing: -.035em; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 42px; }
.hero-actions .text-link { color: rgba(255,255,255,.82); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 500; letter-spacing: -.01em; text-transform: none; white-space: nowrap; max-width: 100%; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.38); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.text-link { font-size: 13px; letter-spacing: -.01em; text-transform: none; border-bottom: 1px solid rgba(255,255,255,.32); padding-bottom: 5px; }
.text-link span { margin-left: 8px; color: var(--copper); }
.hero-meta { position: absolute; bottom: 30px; left: 50%; display: flex; width: min(860px, calc(100vw - 120px)); justify-content: center; gap: 46px; padding: 13px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(7,16,29,.34); transform: translateX(-50%); backdrop-filter: blur(16px); }
.hero-meta div { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 2px; text-align: center; }
.hero-meta span { color: rgba(255,255,255,.38); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta strong { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 400; }
.scroll-cue { position: absolute; right: 40px; bottom: 28px; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--white); transform: translateX(-50%); animation: scrollCue 2s ease infinite; }

.thesis-statement { padding: 160px 0 150px; }
.statement-grid { display: grid; grid-template-columns: 190px 1fr; gap: 60px; }
.section-index { padding-top: 10px; color: #776f63; font-family: var(--mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.statement-copy { max-width: 1100px; }
.statement-copy h2, .section-heading h2, .research h2, .principles-title, .evidence h2, .continuity h2, .closing h2, .integrity h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 6.2rem); font-weight: 300; line-height: .98; letter-spacing: -.05em; }
.statement-copy h2 em { color: #94653c; }
.statement-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 70px; color: var(--ink-soft); font-size: 15px; }
.statement-columns p { margin: 0; }
.core-rule { margin: 70px 0 0; padding: 30px 0 0; border-top: 1px solid var(--line-dark); color: var(--ink); font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.6rem); font-style: italic; line-height: 1.25; }
.core-rule span { display: block; margin-bottom: 14px; color: #776f63; font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }

.origin, .work, .method, .principles, .integrity, .field, .continuity { padding: 124px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 54px; margin-bottom: 72px; }
.section-heading h2 { font-size: clamp(2.8rem, 4.4vw, 4.9rem); }
.section-heading > p, .research-intro > p { max-width: 480px; margin: 0 0 8px; color: var(--ink-soft); font-size: 15px; }
.section-heading.compact { margin-bottom: 75px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.timeline::before { position: absolute; top: 31px; left: 0; right: 0; height: 1px; content: ''; background: var(--line-dark); }
.timeline-item { position: relative; padding: 66px 30px 0 0; }
.timeline-item::before { position: absolute; top: 0; left: 0; content: attr(data-year); color: #796f61; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.timeline-dot { position: absolute; top: 27px; left: 0; width: 9px; height: 9px; border: 2px solid var(--paper); border-radius: 50%; background: #826242; box-shadow: 0 0 0 1px #826242; transition: transform .25s ease, box-shadow .25s ease; }
.timeline-item:hover .timeline-dot { transform: scale(1.6); box-shadow: 0 0 0 6px rgba(130,98,66,.15); }
.timeline-item strong { font-size: 14px; font-weight: 600; }
.timeline-item p { margin: 14px 0 0; color: #595b5c; font-size: 12px; line-height: 1.7; }

.research { padding: 150px 0 160px; overflow: hidden; }
.section-index-light { color: rgba(255,255,255,.45); }
.kicker-light { color: #9ab5d1; }
.research-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin: 55px 0 100px; }
.research-intro > p { color: rgba(255,255,255,.62); }
.research-orbit { position: relative; width: 100%; min-height: 700px; }
.orbit-center { position: absolute; top: 50%; left: 50%; z-index: 2; width: 320px; height: 320px; padding: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(35,78,120,.65), rgba(7,24,43,.85)); box-shadow: 0 0 110px rgba(61,126,174,.15), inset 0 0 50px rgba(255,255,255,.04); }
.orbit-center::before, .orbit-center::after { position: absolute; inset: -18px; content: ''; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; animation: slowSpin 22s linear infinite; }
.orbit-center::after { inset: 20px; border-style: dashed; animation-direction: reverse; }
.orbit-center span { margin-bottom: 14px; color: #9ab5d1; font-family: var(--mono); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.orbit-center strong { max-width: 220px; font-family: var(--serif); font-size: 24px; font-style: italic; font-weight: 300; line-height: 1.25; }
.orbit-node { position: absolute; z-index: 2; width: 250px; padding: 22px; border-top: 1px solid rgba(255,255,255,.22); background: linear-gradient(180deg, rgba(255,255,255,.045), transparent); transition: transform .3s ease, background .3s ease; }
.orbit-node:hover { transform: translateY(-6px); background: linear-gradient(180deg, rgba(255,255,255,.09), transparent); }
.orbit-node span { color: var(--copper); font-family: var(--mono); font-size: 8px; }
.orbit-node strong { display: block; margin-top: 6px; font-size: 14px; }
.orbit-node p { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.6; }
.node-1 { top: 4%; left: 0; }.node-2 { top: 0; left: 50%; transform: translateX(-50%); }.node-2:hover { transform: translateX(-50%) translateY(-6px); }.node-3 { top: 5%; right: 0; }.node-4 { top: 47%; right: 0; }.node-5 { bottom: 0; right: 12%; }.node-6 { bottom: 0; left: 12%; }.node-7 { top: 47%; left: 0; }
.orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.orbit-lines path, .orbit-lines circle { fill: none; stroke: rgba(255,255,255,.11); stroke-width: 1; stroke-dasharray: 2 8; }
.research-note { max-width: 800px; margin: 80px auto 0; padding: 28px 34px; color: rgba(255,255,255,.63); text-align: center; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-size: 12px; }
.research-note span { display: block; margin-bottom: 8px; color: var(--copper); font-family: var(--mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.method-experience { border-top: 1px solid var(--line-dark); }
.method-stage { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 520px; align-items: center; }
.method-visual { position: relative; display: grid; place-items: center; height: 100%; min-height: 420px; }
.method-core { position: relative; z-index: 2; display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; background: var(--blue); color: var(--white); box-shadow: 0 25px 70px rgba(10,36,66,.25); }
.method-core span { font-family: var(--serif); font-size: 38px; font-style: italic; }
.ring { position: absolute; border: 1px solid rgba(10,36,66,.18); border-radius: 50%; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.ring-a { width: 230px; height: 230px; }.ring-b { width: 325px; height: 325px; border-style: dashed; }.ring-c { width: 410px; height: 410px; opacity: .6; }
.method-stage.step-change .ring-a { transform: scale(.9) rotate(20deg); }.method-stage.step-change .ring-b { transform: scale(1.06) rotate(-18deg); }.method-stage.step-change .ring-c { transform: scale(.97); }
.method-detail { max-width: 650px; }
.method-detail > p:first-child { margin: 0; color: #7a7166; font-family: var(--mono); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.method-detail h3 { margin: 10px 0 22px; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.5rem); font-style: italic; font-weight: 300; line-height: .9; letter-spacing: -.055em; }
.method-detail > p { max-width: 520px; color: var(--ink-soft); }
.method-question { margin-top: 40px; padding-left: 20px; border-left: 1px solid #a47c57; }
.method-question span { display: block; color: #7a7166; font-family: var(--mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.method-question strong { display: block; margin-top: 7px; font-family: var(--serif); font-size: 22px; font-style: italic; font-weight: 300; }
.method-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.method-tab { position: relative; min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-right: 1px solid var(--line-dark); background: transparent; cursor: pointer; font-size: 11px; }
.method-tab:last-child { border-right: 0; }
.method-tab span { color: #8c7965; font-family: var(--mono); font-size: 8px; }
.method-tab::after { position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; content: ''; transform: scaleX(0); background: var(--blue); transition: transform .3s ease; }
.method-tab.active { background: rgba(10,36,66,.04); }
.method-tab.active::after { transform: scaleX(1); }

.principles-title { max-width: 1050px; margin-bottom: 80px; }
.principle-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); }
.principle-card { min-height: 300px; padding: 30px 24px; border-right: 1px solid var(--line-dark); transition: background .25s ease, color .25s ease, transform .25s ease; }
.principle-card:last-child { border-right: 0; }
.principle-card:hover { color: var(--white); background: var(--blue); transform: translateY(-8px); }
.principle-card span { color: #8a725a; font-family: var(--mono); font-size: 8px; }
.principle-card h3 { margin: 90px 0 15px; font-family: var(--serif); font-size: 27px; font-style: italic; font-weight: 300; }
.principle-card p { margin: 0; color: #5a5e62; font-size: 11px; line-height: 1.7; }
.principle-card:hover p { color: rgba(255,255,255,.65); }

/* Bloque editorial institucional */
.company-editorial { padding: 0 0 180px; color: #111111; background: #f7f9fb; }
.company-editorial > .shell { padding-top: 160px; }
.company-editorial .kicker { color: var(--earth-blue); }
.space-identity { position: relative; padding: 120px 0 130px; color: var(--clarity); overflow: hidden; background: radial-gradient(circle at 74% 16%, rgba(0,80,160,.42), transparent 34%), radial-gradient(circle at 10% 76%, rgba(0,96,48,.3), transparent 30%), var(--cosmos); }
.space-identity::before { position: absolute; inset: 0; content: ''; opacity: .42; pointer-events: none; background-image: radial-gradient(circle, rgba(240,255,255,.7) 0 1px, transparent 1.5px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 48%); }
.space-identity .shell { position: relative; z-index: 1; }
.space-visual { margin: 0; overflow: hidden; border: 1px solid rgba(240,255,255,.16); border-radius: 24px; background: #000; box-shadow: 0 50px 140px rgba(0,0,0,.55), 0 0 90px rgba(0,80,160,.14); }
.space-visual img { width: 100%; height: auto; }
.space-visual figcaption { padding: 14px 18px; color: rgba(240,255,255,.55); background: rgba(0,0,24,.96); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.space-statement { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 8vw, 130px); align-items: start; margin-top: 105px; }
.space-statement .kicker { color: #6fbeff; }
.space-statement h2 { max-width: 930px; margin: 0; font-size: clamp(3.8rem, 6vw, 7.2rem); font-weight: 300; line-height: .93; letter-spacing: -.058em; }
.space-statement-copy { max-width: 570px; color: rgba(240,255,255,.7); font-size: 15px; }
.space-statement-copy > p { margin: 0 0 24px; }
.space-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(240,255,255,.16); }
.space-links a { color: var(--clarity); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; border-bottom: 1px solid rgba(240,255,255,.3); }
.space-links span { color: #63d59a; }
.applied-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 110px; border-top: 1px solid rgba(240,255,255,.16); border-left: 1px solid rgba(240,255,255,.16); }
.applied-values article { min-height: 220px; padding: 30px; border-right: 1px solid rgba(240,255,255,.16); border-bottom: 1px solid rgba(240,255,255,.16); background: rgba(255,255,255,.025); transition: background .25s ease, transform .25s ease; }
.applied-values article:hover { transform: translateY(-5px); background: rgba(0,96,48,.18); }
.applied-values span { color: #63d59a; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.applied-values strong { display: block; margin: 54px 0 12px; font-size: 20px; font-weight: 450; letter-spacing: -.02em; }
.applied-values p { margin: 0; color: rgba(240,255,255,.58); font-size: 11px; line-height: 1.75; }
.color-system { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 44px; padding: 1px; background: rgba(240,255,255,.16); }
.color-system > div { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; gap: 2px 12px; align-items: center; min-height: 86px; padding: 18px; background: rgba(0,0,24,.9); }
.color-dot { grid-row: 1 / 3; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.color-cosmos { background: #000018; }.color-earth { background: #0050a0; }.color-life { background: #006030; }.color-light { background: #f0ffff; }
.color-system strong { font-size: 12px; font-weight: 500; }
.color-system small { color: rgba(240,255,255,.46); font-family: var(--mono); font-size: 7px; letter-spacing: .03em; }
.editorial-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 110px; padding-bottom: 82px; border-bottom: 1px solid #dfe3e8; }
.editorial-intro h3 { max-width: 950px; margin: 0; font-size: clamp(3.5rem, 5.4vw, 6.6rem); font-weight: 350; line-height: .96; letter-spacing: -.055em; }
.editorial-intro-copy { max-width: 540px; color: #374151; font-size: 15px; }
.editorial-intro-copy > p { margin: 0; }
.editorial-boundary { margin-top: 28px !important; padding: 20px 22px; border-left: 2px solid #15803d; background: #f5f7fa; font-size: 12px; line-height: 1.75; }
.editorial-position { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 150px; border-bottom: 1px solid #dfe3e8; }
.editorial-position article { min-height: 170px; padding: 34px 34px 34px 0; border-right: 1px solid #dfe3e8; }
.editorial-position article + article { padding-left: 34px; }
.editorial-position article:last-child { border-right: 0; }
.editorial-position span, .editorial-number { color: var(--earth-blue); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.editorial-position strong { display: block; margin: 42px 0 7px; font-size: 17px; font-weight: 550; letter-spacing: -.02em; }
.editorial-position p { margin: 0; color: #374151; font-size: 11px; }
.editorial-sequence { display: grid; gap: 0; }
.editorial-row { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(70px, 8vw, 140px); align-items: center; min-height: 760px; padding: 120px 0; border-top: 1px solid #dfe3e8; }
.editorial-row:first-child { border-top: 0; padding-top: 0; }
.editorial-row-reverse { grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); }
.editorial-row-reverse .editorial-media { grid-column: 2; }
.editorial-row-reverse .editorial-copy { grid-column: 1; grid-row: 1; }
.editorial-media { margin: 0; }
.editorial-media img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; background: #f5f7fa; box-shadow: 0 28px 75px rgba(0,24,48,.13); }
.editorial-media figcaption { margin-top: 14px; color: #6b7280; font-size: 9px; letter-spacing: .02em; }
.editorial-copy { max-width: 590px; }
.editorial-number { margin: 0 0 28px; }
.editorial-copy h3 { margin: 0 0 34px; font-size: clamp(2.5rem, 4.1vw, 5rem); font-weight: 350; line-height: 1.02; letter-spacing: -.05em; }
.editorial-copy > p:not(.editorial-number) { max-width: 560px; margin: 0 0 20px; color: #374151; font-size: 14px; line-height: 1.85; }
.editorial-copy > p:last-child { margin-bottom: 0; }

.evidence { position: relative; padding: 160px 0; overflow: hidden; }
.evidence-glow { position: absolute; top: -20%; right: -10%; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(94,119,132,.22), transparent 68%); }
.evidence-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.evidence-copy > p:not(.kicker) { max-width: 570px; margin: 36px 0; color: rgba(255,255,255,.62); }
.evidence h2 { font-size: clamp(3.2rem, 5vw, 5.6rem); }
.demo-window { border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.035); box-shadow: 0 40px 120px rgba(0,0,0,.35); overflow: hidden; }
.demo-topbar { min-height: 82px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.demo-brand { display: flex; align-items: center; gap: 11px; font-size: 12px; }
.demo-brand img { width: 30px; height: 30px; border-radius: 8px; }
.demo-status { color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.demo-status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #79c4aa; box-shadow: 0 0 12px #79c4aa; }
.demo-flow { margin: 0; padding: 30px 24px; list-style: none; }
.demo-flow li { display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.demo-flow li > span { color: var(--copper); font-family: var(--mono); font-size: 9px; }
.demo-flow strong { font-family: var(--serif); font-size: 22px; font-style: italic; font-weight: 300; }
.demo-flow p { margin: 5px 0 0; color: rgba(255,255,255,.48); font-size: 11px; }
.demo-boundary { margin: 0; padding: 16px 24px; display: grid; grid-template-columns: 145px 1fr; gap: 20px; color: rgba(255,255,255,.73); background: rgba(121,196,170,.08); font-size: 10px; }
.demo-boundary.muted { background: rgba(191,140,91,.08); }
.demo-boundary span { color: #8fc8b6; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.demo-boundary.muted span { color: var(--copper); }

.field-list { border-top: 1px solid var(--line-dark); }
.field-item { display: grid; grid-template-columns: 70px 1fr 250px; gap: 20px; align-items: center; min-height: 140px; border-bottom: 1px solid var(--line-dark); transition: padding .25s ease, background .25s ease; }
.field-item:hover { padding-inline: 18px; background: rgba(10,36,66,.035); }
.field-item > span { color: #8c745d; font-family: var(--mono); font-size: 9px; }
.field-item h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-style: italic; font-weight: 300; }
.field-item p { margin: 4px 0 0; color: #5c6166; font-size: 11px; }
.field-item i { justify-self: end; color: #7b7065; font-family: var(--mono); font-size: 8px; font-style: normal; letter-spacing: .05em; text-transform: uppercase; }

.continuity-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 96px; align-items: start; }
.continuity-heading { position: sticky; top: 140px; align-self: start; }
.continuity-heading .kicker { margin: 0 0 14px; }
.continuity-heading h2 { margin: 0; letter-spacing: -.045em; }
.continuity-heading > p:last-child { max-width: 480px; margin-top: 28px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.7; }
.next-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.next-steps li { display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 32px 0; border-top: 1px solid var(--line-dark); }
.next-steps li:last-child { border-bottom: 1px solid var(--line-dark); }
.next-steps > li > span { color: #846c55; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.next-steps strong { font-family: var(--serif); font-size: 28px; font-style: italic; font-weight: 300; letter-spacing: -.02em; }
.next-steps p { margin: 10px 0 0; color: #5a5e62; font-size: 13px; line-height: 1.65; }

.closing { padding: 160px 0; }
.closing-inner > p:first-child { color: rgba(255,255,255,.5); font-family: var(--mono); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.closing h2 { margin: 30px 0 60px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 9rem); font-style: italic; line-height: .87; }
.closing-inner > div { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.17); }
.closing-inner > div p { max-width: 600px; margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }

.site-footer { padding: 76px 0 34px; color: var(--white); text-align: center; background: #040a12; }
.footer-grid { display: flex; flex-direction: column; gap: 28px; align-items: center; }
.footer-brand { justify-content: center; }
.footer-grid > p { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.5); font-size: 11px; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; justify-content: center; font-size: 10px; }
.footer-grid nav a { color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-grid .social-links { width: min(900px, 100%); justify-content: center; gap: 18px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.social-links span { width: 100%; color: rgba(255,255,255,.35); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.copyright { width: min(900px, 100%); padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); }

/* Obra, autor y trazabilidad */
.work { position: relative; overflow: hidden; border-top: 1px solid var(--line-dark); }
.work::before { position: absolute; top: -260px; left: -140px; width: 620px; height: 620px; content: ''; border: 1px solid rgba(11,21,34,.08); border-radius: 50%; }
.work-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; margin-top: 56px; align-items: center; }
.book-identity { position: relative; min-height: 660px; padding: 76px 64px 54px; color: var(--white); background: linear-gradient(155deg, #0d2c4e 0%, #07101d 70%); box-shadow: 0 30px 70px rgba(11,21,34,.22); }
.book-identity::after { position: absolute; inset: 18px; content: ''; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.book-identity .kicker { color: rgba(255,255,255,.48); }
.book-overline { margin: 48px 0 12px; color: var(--copper); font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.book-identity h2 { max-width: 540px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 6.6vw, 7.4rem); font-style: italic; font-weight: 300; line-height: .82; letter-spacing: -.055em; }
.book-subtitle { margin: 28px 0 60px; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.book-facts { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding-top: 28px; gap: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.book-facts div { display: grid; gap: 4px; }
.book-facts dt { color: rgba(255,255,255,.38); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.book-facts dd { margin: 0; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.5; }
.author-context { max-width: 660px; }
.author-context h3 { margin: 26px 0 32px; font-size: clamp(2.2rem, 4vw, 4.8rem); font-weight: 300; line-height: 1; letter-spacing: -.045em; }
.author-context > p { max-width: 590px; color: var(--ink-soft); font-size: 14px; }
.author-context blockquote { margin: 55px 0; padding: 30px 0 30px 32px; border-left: 1px solid var(--copper); font-family: var(--serif); font-size: 28px; font-style: italic; line-height: 1.2; }
.author-context cite { display: block; margin-top: 14px; color: var(--ink-soft); font-family: var(--sans); font-size: 9px; font-style: normal; letter-spacing: .04em; }
.source-note { padding: 26px 28px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.2); }
.source-note span { display: block; color: var(--copper); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.source-note strong { display: block; margin: 8px 0; font-size: 14px; }
.source-note p { margin: 0; color: var(--ink-soft); font-size: 10px; }
.author-facts { display: grid; gap: 0; margin: 20px 0 0; border-top: 1px solid var(--line-dark); }
.author-facts div { display: grid; grid-template-columns: minmax(145px,.75fr) 1.25fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.author-facts dt { color: var(--ink-soft); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.author-facts dd { margin: 0; font-size: 12px; line-height: 1.5; }

.public-map { padding: 130px 0; }
.public-map-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.public-map-card { min-height: 285px; padding: 32px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: color .25s ease, background .25s ease, transform .25s ease; }
.public-map-card span { display: block; color: var(--life-green); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.public-map-card strong { display: block; margin: 34px 0 18px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.05; }
.public-map-card p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }
.public-map-card i { display: block; margin-top: 28px; color: var(--blue); font-family: var(--mono); font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.public-map-card:hover, .public-map-card:focus-visible { color: var(--white); background: var(--cosmos); transform: translateY(-4px); }
.public-map-card:hover p, .public-map-card:focus-visible p { color: rgba(255,255,255,.68); }
.public-map-card-wide { grid-column: span 4; min-height: 0; display: grid; grid-template-columns: .5fr 1fr 1.5fr .55fr; gap: 30px; align-items: center; }
.public-map-card-wide strong, .public-map-card-wide i { margin: 0; }
.public-map-card-wide i { text-align: right; }

/* Sellos propios, sin apariencia de certificación */
.integrity { border-top: 1px solid var(--line-dark); }
.seal-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.seal-card { min-height: 330px; padding: 34px 24px; border-right: 1px solid var(--line-dark); }
.seal-card:last-child { border-right: 0; }
.seal-mark { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-family: var(--mono); font-size: 13px; letter-spacing: .08em; }
.seal-card h3 { margin: 58px 0 14px; font-size: 20px; font-weight: 500; letter-spacing: -.025em; }
.seal-card p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.integrity-callout { display: grid; grid-template-columns: .55fr 1.3fr auto; gap: 50px; align-items: center; margin-top: 46px; padding: 30px 0; }
.integrity-callout > div span { display: block; color: var(--ink-soft); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.integrity-callout > div strong { font-size: 14px; font-weight: 500; }
.integrity-callout > p { margin: 0; color: var(--ink-soft); font-size: 11px; }

/* Horizonte filosófico */
.horizon { position: relative; min-height: 820px; padding: 165px 0; overflow: hidden; }
.horizon-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .32fr 1fr; gap: 80px; }
.horizon-copy { max-width: 840px; }
.horizon h2 { margin: 22px 0 50px; font-family: var(--serif); font-size: clamp(5rem, 10vw, 11.5rem); font-style: italic; font-weight: 300; line-height: .78; letter-spacing: -.065em; }
.horizon-lead { max-width: 710px; color: rgba(255,255,255,.7); font-size: 17px; }
.horizon-boundary { display: grid; grid-template-columns: 170px 1fr; gap: 44px; max-width: 760px; margin-top: 58px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); }
.horizon-boundary span { color: var(--copper); font-family: var(--mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.horizon-boundary p { margin: 0; color: rgba(255,255,255,.54); font-size: 11px; }

/* Oferta aplicada y productos */
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { color: var(--white); background: var(--earth-blue); }
.value-section, .products-section, .services-section, .people-section, .origin-work, .trust-section, .contact-section, .operation-section, .research-center, .collab-section, .mission-section, .news-list-section, .news-guide, .news-academic, .news-license, .ethics-section, .opportunity-section, .quality-section, .history-section, .platforms-section { padding: 92px 0; }
.value-grid { display: grid; grid-template-columns: .3fr 1.7fr; gap: 80px; }
.value-grid h2, .products-section h2, .operation-section h2, .services-section h2, .people-section h2, .origin-work h2, .trust-section h2, .contact-section h2, .research-center h2, .collab-section h2, .mission-section h2, .news-list-section h2, .news-guide h2, .news-academic h2, .news-license h2, .ethics-section h2, .opportunity-section h2, .quality-section h2, .history-section h2, .platforms-section h2 { margin: 0; font-size: clamp(2.65rem,4.2vw,4.85rem); font-weight: 300; line-height: 1; letter-spacing: -.045em; }
.value-cards { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 74px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.value-card { min-height: 255px; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.value-card span, .product-card span, .book-summary > span { color: var(--life-green); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.value-card strong { display: block; margin: 56px 0 16px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.value-card p, .product-card p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.mission-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.mission-copy > p:not(.kicker) { max-width: 620px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.mission-values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.mission-values article { min-height: 290px; padding: 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.18); }
.mission-values span { color: var(--earth-blue); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.mission-values p { margin: 74px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.ethics-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.ethics-grid > div > p:not(.kicker) { max-width: 650px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.ethics-lead { margin: 0 0 18px; max-width: 560px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.ethics-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.ethics-list article { min-height: 280px; padding: 32px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.16); }
.ethics-list span { color: var(--earth-blue); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.ethics-list p { margin: 70px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.75; }
.ethics-method {
  position: relative;
  overflow: hidden;
  margin-top: 54px;
  padding: 36px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,80,160,.07), transparent 34%),
    linear-gradient(145deg, #f8f6f1, #ebe6dc);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 24px 70px rgba(7,16,29,.08);
}
.ethics-method::before {
  position: absolute;
  top: 132px;
  bottom: 118px;
  left: 54px;
  width: 1px;
  content: '';
  background: linear-gradient(180deg, rgba(194,148,78,.18), rgba(0,96,48,.28), rgba(0,80,160,.16));
  pointer-events: none;
}
.ethics-method-top { display: grid; gap: 12px; margin-bottom: 26px; }
.ethics-method-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
}
.ethics-method-meta span {
  color: var(--earth-blue);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ethics-method-meta span:last-child {
  padding: 7px 10px;
  color: rgba(11,21,34,.62);
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  letter-spacing: .08em;
}
.ethics-method-top strong {
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.3vw, 1.95rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.02em;
}
.ethics-method-top > p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.7;
}
.ethics-method-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ethics-method-grid li {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  gap: 10px 12px;
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(11,21,34,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.7);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.ethics-method-grid li:hover {
  transform: translateY(-4px);
  border-color: rgba(0,80,160,.18);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(7,16,29,.08);
}
.ethics-method-grid li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(194,148,78,.44);
  border-radius: 50%;
  color: var(--copper);
  font-family: var(--mono);
  font-size: 8px;
  background: rgba(255,255,255,.7);
}
.ethics-method-grid strong { display: block; font-size: 13px; font-weight: 600; line-height: 1.25; }
.ethics-method-grid p { margin: 8px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.55; }
.ethics-method-grid i {
  grid-column: 1 / -1;
  justify-self: start;
  align-self: end;
  padding: 7px 9px;
  color: var(--life-green);
  border: 1px solid rgba(21,128,61,.18);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(16,185,129,.06);
}
.ethics-method-result {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding: 22px 24px;
  color: var(--white);
  border-radius: 20px;
  background: radial-gradient(circle at top right, rgba(16,185,129,.28), transparent 42%), var(--earth-blue);
}
.ethics-method-result span {
  color: rgba(255,255,255,.62);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ethics-method-result strong {
  max-width: 860px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}
.ethics-legal { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 42px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.ethics-legal article { min-height: 190px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.12); }
.ethics-legal span { color: var(--earth-blue); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.ethics-legal p { margin: 28px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.75; }
.ethics-footnote { margin: 28px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.ethics-footnote a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.product-feature {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  min-height: 660px;
  margin-top: 80px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(0,80,160,.22), transparent 34%),
    radial-gradient(circle at 88% 88%, rgba(16,185,129,.1), transparent 28%),
    var(--navy);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(7,16,29,.18);
}
.product-feature-copy { padding: 68px; }
.product-feature-copy .demo-brand { justify-content: flex-start; }
.product-feature-copy .demo-brand img { width: 34px; height: 34px; }
.product-state { display: flex; align-items: center; gap: 9px; margin: 30px 0 22px; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.product-state i { width: 7px; height: 7px; border-radius: 50%; background: #3fc875; box-shadow: 0 0 14px rgba(63,200,117,.7); }
.product-feature h3 { margin: 0 0 26px; font-size: clamp(2.6rem,4.1vw,4.6rem); font-weight: 300; line-height: .98; letter-spacing: -.045em; }
.product-feature-copy > p:not(.product-state) { max-width: 550px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.75; }
.product-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 34px 0 42px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.product-points li {
  position: relative;
  padding: 16px 12px 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.78);
  font-size: 10px;
  line-height: 1.45;
}
.product-points li:nth-child(even) { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.13); }
.service-dashboard { display: flex; padding: 38px; flex-direction: column; justify-content: center; color: var(--ink); background: linear-gradient(145deg, #fbfaf6, #ece8df); border: 1px solid rgba(11,21,34,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 24px 70px rgba(7,16,29,.12); }
.ooda-dashboard { position: relative; overflow: hidden; border-radius: 0 32px 32px 0; background: radial-gradient(circle at 95% 5%, rgba(0,80,160,.08), transparent 28%), linear-gradient(145deg, #fbfaf6, #ece8df); }
.ooda-dashboard::before { position: absolute; top: 118px; bottom: 132px; left: 60px; width: 1px; content: ''; background: linear-gradient(180deg, rgba(194,148,78,.2), rgba(0,96,48,.32), rgba(0,80,160,.18)); }
.ooda-dashboard::after { position: absolute; right: -110px; top: -110px; width: 270px; height: 270px; content: ''; border: 1px solid rgba(0,80,160,.1); border-radius: 50%; pointer-events: none; }
.dashboard-top { display: grid; gap: 8px; margin-bottom: 22px; }
.dashboard-top span, .dashboard-result span { color: var(--earth-blue); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.dashboard-top strong { max-width: 500px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.08; }
.service-dashboard ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.service-dashboard li { position: relative; display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; min-height: 78px; padding: 14px 16px; border: 1px solid rgba(11,21,34,.09); border-radius: 18px; background: rgba(255,255,255,.56); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.service-dashboard li:hover { transform: translateX(6px); border-color: rgba(0,80,160,.18); background: rgba(255,255,255,.82); box-shadow: 0 18px 42px rgba(7,16,29,.08); }
.service-dashboard li > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(194,148,78,.44); border-radius: 50%; color: var(--copper); font-family: var(--mono); font-size: 8px; }
.service-dashboard li strong { font-size: 13px; font-weight: 600; }
.service-dashboard li p { margin: 4px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.service-dashboard li i { padding: 7px 9px; color: var(--life-green); border: 1px solid rgba(21,128,61,.18); border-radius: 999px; font-family: var(--mono); font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-result { display: grid; gap: 9px; margin-top: 18px; padding: 22px; color: var(--white); border-radius: 20px; background: radial-gradient(circle at top right, rgba(16,185,129,.28), transparent 40%), var(--earth-blue); }
.dashboard-result span { color: rgba(255,255,255,.6); }
.dashboard-result strong { font-size: 16px; font-weight: 500; line-height: 1.4; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 40px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.product-card { min-height: 275px; padding: 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.product-card h3 { margin: 52px 0 18px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.05; }
.operation-section .section-heading > p, .trust-section .section-heading > p { color: rgba(255,255,255,.6); }
.operation-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 58px 0 0; padding: 0; list-style: none; }
.operation-grid li { position: relative; min-height: 255px; padding: 30px; overflow: hidden; border: 1px solid var(--line-light); border-radius: 28px; background: rgba(255,255,255,.035); }
.operation-grid li::after { position: absolute; right: 22px; bottom: 18px; color: rgba(255,255,255,.05); content: attr(data-step); font-family: var(--mono); font-size: 72px; letter-spacing: -.08em; }
.operation-grid li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--copper); border: 1px solid rgba(194,148,78,.38); border-radius: 50%; font-family: var(--mono); font-size: 9px; }
.operation-grid strong { display: block; margin: 50px 0 16px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.05; }
.operation-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.7; }
.operation-grid i { display: inline-flex; margin-top: 24px; padding: 8px 10px; color: var(--life-green); border: 1px solid rgba(16,185,129,.18); border-radius: 999px; font-family: var(--mono); font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.center-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.center-copy > p:not(.kicker) { max-width: 680px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.source-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line-dark); }
.source-links a { color: var(--earth-blue); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; border-bottom: 1px solid rgba(0,80,160,.28); }
.center-model { padding: 48px; color: var(--white); background: var(--navy); box-shadow: 0 25px 60px rgba(7,16,29,.16); }
.center-model > span { color: var(--copper); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.center-model h3 { margin: 46px 0 36px; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.05; }
.model-stack { display: grid; border-top: 1px solid rgba(255,255,255,.14); }
.model-stack article { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.model-stack strong { display: block; margin-bottom: 7px; font-size: 13px; }
.model-stack p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }
.services-section .section-heading { grid-template-columns: 1fr; justify-items: center; gap: 28px; text-align: center; }
.services-section .section-heading > p { max-width: 680px; margin: 0; font-size: 16px; line-height: 1.75; }
.services-section .section-heading h2 { max-width: 860px; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; border: 0; }
.service-card { position: relative; min-height: 330px; padding: 38px; overflow: hidden; border: 1px solid rgba(11,21,34,.12); border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.38)); box-shadow: 0 20px 60px rgba(7,16,29,.06); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.service-card::after { position: absolute; right: 28px; bottom: 18px; content: attr(data-service); color: rgba(0,80,160,.055); font-family: var(--mono); font-size: 78px; font-weight: 700; letter-spacing: -.08em; line-height: 1; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(0,80,160,.22); box-shadow: 0 28px 80px rgba(7,16,29,.12); }
.service-card > span { display: inline-grid; width: 36px; height: 36px; place-items: center; color: var(--earth-blue); border: 1px solid rgba(29,78,216,.28); border-radius: 50%; font-family: var(--mono); font-size: 9px; background: rgba(29,78,216,.035); }
.service-card h3 { margin: 42px 0 20px; font-size: 30px; font-weight: 400; letter-spacing: -.03em; }
.service-card p { max-width: 560px; margin: 0 0 30px; color: #4b5563; font-size: 12px; line-height: 1.7; }
.service-card strong, .service-card small { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.service-card strong { display: inline-flex; width: fit-content; padding: 8px 10px; color: #0f6d3d; border: 1px solid rgba(16,185,129,.34); border-radius: 999px; background: rgba(16,185,129,.09); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.service-card small { margin-top: 12px; color: #4b5563; }
.people-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.people-image { margin: 0; overflow: hidden; border-radius: 14px; box-shadow: 0 25px 60px rgba(7,16,29,.16); }
.people-image img { display: block; width: 100%; height: auto; }
.people-copy > p:not(.kicker) { max-width: 550px; margin-top: 35px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.people-values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.people-values span { padding: 10px 14px; border: 1px solid var(--line-dark); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.collab-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.collab-hint { max-width: 420px; margin: 22px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.collab-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; border: 0; }
.collab-card {
  position: relative;
  display: grid;
  grid-template-rows: 168px auto auto 1fr;
  gap: 14px;
  width: 100%;
  min-height: 360px;
  padding: 16px 16px 28px;
  overflow: hidden;
  border: 1px solid rgba(11,21,34,.13);
  border-radius: 28px;
  background: rgba(255,255,255,.55);
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
  outline: 0;
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}
.collab-media {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid rgba(11,21,34,.08);
  pointer-events: none;
}
.collab-card span { position: relative; z-index: 1; color: var(--earth-blue); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.collab-card p { position: relative; z-index: 1; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.collab-card small { position: relative; z-index: 1; align-self: end; color: var(--life-green-deep); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.collab-card::after { position: absolute; right: 18px; top: 18px; width: 34px; height: 34px; display: grid; place-items: center; content: '↗'; color: rgba(0,96,48,.58); border: 1px solid rgba(0,96,48,.16); border-radius: 50%; opacity: 0; background: rgba(255,255,255,.82); transform: translate(-6px, 6px); transition: opacity .24s ease, transform .24s ease; z-index: 2; }
.collab-card:hover, .collab-card:focus-visible { transform: translateY(-8px); border-color: rgba(0,96,48,.22); background: rgba(255,255,255,.82); box-shadow: 0 28px 72px rgba(7,16,29,.1); }
.collab-card:hover::after, .collab-card:focus-visible::after { opacity: 1; transform: translate(0,0); }
.collab-dialog {
  width: min(720px, calc(100vw - 28px));
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 28px;
  background: transparent;
  overflow: auto;
}
.collab-dialog::backdrop {
  background: rgba(7, 16, 29, .58);
  backdrop-filter: blur(6px);
}
.collab-dialog-shell {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 22px 22px 26px;
  border: 1px solid rgba(11,21,34,.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(16,185,129,.12), transparent 42%),
    linear-gradient(180deg, #ffffff, #f4f7fb);
  box-shadow: 0 40px 100px rgba(7,16,29,.24);
}
.collab-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.collab-dialog-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.info-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--earth-blue);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.collab-dialog-media {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(11,21,34,.08);
}
.collab-dialog-media img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
}
.collab-dialog-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(11,21,34,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}
.collab-dialog-shell > .kicker { margin: 0; }
.collab-dialog-shell h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  font-weight: 350;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.collab-dialog-shell > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.collab-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.collab-info-strip div {
  display: grid;
  gap: 6px;
  padding: 12px 12px 14px;
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}
.collab-info-strip span {
  color: var(--earth-blue);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.collab-info-strip strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
}
.collab-panel-points {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}
.collab-panel-points li {
  position: relative;
  padding: 11px 14px 11px 34px;
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}
.collab-panel-points li::before {
  position: absolute;
  left: 14px;
  top: 12px;
  content: '•';
  color: var(--life-green-deep);
}
.collab-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}
.collab-dialog-actions a:not(.button) {
  color: var(--earth-blue);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.local-models {
  display: grid;
  gap: 28px;
  margin-top: 54px;
  padding: 28px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0,96,48,.1), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(244,247,251,.9));
}
.local-models-copy h3 {
  margin: 10px 0 14px;
  max-width: 720px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 350;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.local-models-copy p:not(.kicker) {
  margin: 0;
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.local-models-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.local-models-grid article {
  display: grid;
  gap: 10px;
  min-height: 168px;
  padding: 18px 16px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
}
.local-models-grid span {
  color: var(--life-green-deep);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.local-models-grid strong {
  font-size: 15px;
  font-weight: 550;
  letter-spacing: -.02em;
}
.local-models-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}
.local-models-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.local-models-actions a:not(.button) {
  color: var(--earth-blue);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.platforms-section { padding: 110px 0; }
.platforms-shell {
  display: grid;
  justify-items: stretch;
  gap: 0;
}
.platforms-heading.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  justify-items: center;
  width: 100%;
  margin: 0 auto 22px;
  text-align: center;
}
.platforms-heading > div {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
}
.platforms-heading .kicker {
  margin: 0;
  text-align: center;
}
.platforms-heading h2 {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem) !important;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.02em;
  white-space: normal;
  text-align: center;
}
.platforms-heading > p {
  margin: 0 auto;
  max-width: 56ch;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.platforms-notice {
  width: min(560px, 100%);
  margin: 0 auto 8px;
  padding: 12px 16px;
  border: 1px solid rgba(0,96,48,.14);
  border-radius: 12px;
  background: rgba(0,96,48,.05);
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.google-proof {
  display: grid;
  justify-items: center;
  gap: 22px;
  margin: 28px auto 16px;
  padding: 40px 32px 32px;
  max-width: 1080px;
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0, rgba(66,133,244,.1), transparent 46%),
    #fff;
  box-shadow: 0 18px 40px rgba(11,42,92,.06);
  text-align: center;
}
.google-proof-badge {
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(11,42,92,.08);
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.google-proof h3 {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 560;
  letter-spacing: -.03em;
  line-height: 1.22;
}
.google-proof > p {
  margin: 0;
  max-width: 54ch;
  color: var(--ink-soft);
  font-size: 16.5px;
  line-height: 1.65;
}
.google-proof-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-top: 6px;
}
.google-proof-lists article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-height: 320px;
  padding: 28px 26px 24px;
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 22px;
  background: #f6f8fc;
  text-align: center;
}
.google-proof-step {
  display: inline-flex;
  min-width: 42px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(26,115,232,.12);
  color: #1a73e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.google-proof-lists h4 {
  margin: 0;
  max-width: 22ch;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.google-proof-lists article > p {
  margin: 0;
  max-width: 36ch;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.55;
}
.google-proof-lists ul {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.google-proof-lists li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.5;
}
.google-proof-lists li::before {
  content: "";
  position: absolute;
  top: .15em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.4 11.2 3.2 8l1.1-1.1 2.1 2.1 5.3-5.3 1.1 1.1z'/%3E%3C/svg%3E") center / 12px no-repeat,
    #1a73e8;
}
.google-proof-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 4px;
}
.google-proof-cards article {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  min-height: 176px;
  padding: 24px 18px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #12356e 0%, #0b2a5c 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 14px 28px rgba(11,42,92,.16);
}
.google-proof-cards span {
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;
}
.google-proof-cards strong {
  max-width: 14ch;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
}
.google-proof-cards p {
  margin: 0;
  max-width: 22ch;
  font-size: 13.5px;
  line-height: 1.5;
  opacity: .82;
}
.platforms-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}
.platforms-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.platforms-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.platforms-aspects {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.platforms-aspects article {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 148px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
}
.platforms-aspects span {
  color: var(--life-green-deep);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.platforms-aspects strong {
  font-size: 15px;
  font-weight: 550;
  letter-spacing: -.02em;
  line-height: 1.25;
  white-space: nowrap;
}
.platforms-aspects p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}
.platform-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 188px;
  padding: 18px 16px 20px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.platform-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,96,48,.18);
  box-shadow: 0 18px 40px rgba(7,16,29,.08);
}
.platform-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.platform-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #0b1522;
  color: #fff;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
}
.platform-role {
  color: var(--earth-blue);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.platform-card strong {
  font-size: 15px;
  font-weight: 550;
  letter-spacing: -.02em;
}
.platform-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}
.platforms-panels {
  width: 100%;
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.stack-own {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr);
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(191,140,91,.14), transparent 34%),
    linear-gradient(180deg, rgba(11,21,34,.96), rgba(11,21,34,.88));
  color: var(--white);
}
.stack-own .kicker { margin: 0 0 8px; color: rgba(191,140,91,.92); }
.stack-own-copy h3 {
  margin: 0 0 10px;
  max-width: none;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 450;
  letter-spacing: -.02em;
  line-height: 1.2;
  white-space: nowrap;
}
.stack-own-copy p:not(.kicker) {
  margin: 0;
  max-width: 52ch;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.65;
}
.stack-own-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
}
.stack-own-meta .button {
  min-height: 42px;
  padding: 0 16px;
  font-size: 12px;
  justify-content: center;
  text-align: center;
}
.stack-own-outline {
  color: var(--white);
  border-color: rgba(255,255,255,.42);
  background: transparent;
}
.stack-own-outline:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}
.formation-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr);
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 12%, rgba(66,133,244,.1), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(244,247,251,.9));
}
.formation-copy .kicker { margin: 0 0 8px; }
.formation-copy h3 {
  margin: 0 0 10px;
  max-width: none;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 450;
  letter-spacing: -.02em;
  line-height: 1.2;
  white-space: nowrap;
}
.formation-copy p:not(.kicker) {
  margin: 0;
  max-width: 52ch;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}
.formation-meta {
  display: grid;
  gap: 12px;
  justify-items: start;
  align-content: center;
}
.formation-meta p {
  margin: 0;
  max-width: 28ch;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}
.formation-meta .text-link {
  font-size: 12px;
}
.flag-chip-image {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.flag-chip-image img {
  display: block;
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(7,16,29,.18);
  border: 1px solid rgba(11,21,34,.08);
}
.domains-section { padding: 110px 0; }
.domains-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}
.domain-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 24px;
  background: #0b1522;
  box-shadow: 0 20px 50px rgba(7,16,29,.08);
}
.domain-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}
.domain-card figcaption {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(7,16,29,.05), rgba(7,16,29,.92));
}
.domain-card span {
  color: rgba(191,140,91,.92);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.domain-card strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.provenance-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 28px;
}
.provenance-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.7);
}
.provenance-gallery img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
}
.provenance-gallery figcaption {
  padding: 12px 14px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.news-visual {
  width: min(520px, 100%);
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
.news-visual img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
.news-visual figcaption {
  padding: 14px 16px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  line-height: 1.55;
}
.collab-list span { color: var(--life-green); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.collab-list span, .collab-list p, .collab-list small { position: relative; z-index: 1; }
.collab-list p { margin: 58px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.collab-list small { display: inline-flex; margin-top: 28px; padding: 8px 10px; color: var(--earth-blue); border: 1px solid rgba(0,80,160,.16); border-radius: 999px; font-family: var(--mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.42); }
.history-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.history-copy > p:not(.kicker) { max-width: 610px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.history-line { position: relative; display: grid; padding-left: 34px; }
.history-line::before { position: absolute; left: 9px; top: 8px; bottom: 8px; width: 1px; content: ''; background: linear-gradient(var(--copper), rgba(194,148,78,.08)); }
.history-line article { position: relative; display: grid; grid-template-columns: 116px 1fr; gap: 22px; padding: 0 0 34px; }
.history-line article::before { position: absolute; left: -31px; top: 7px; width: 17px; height: 17px; content: ''; border: 1px solid var(--copper); border-radius: 50%; background: var(--paper); box-shadow: inset 0 0 0 5px var(--paper); }
.history-line span { color: var(--earth-blue); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.history-line strong { display: block; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.05; }
.history-line p { grid-column: 2; max-width: 540px; margin: -18px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.history-rights { grid-column: 2; max-width: 720px; margin: 28px 0 0; padding: 22px 26px; border: 1px solid rgba(11,21,34,.12); border-left: 3px solid var(--copper); border-radius: 20px; color: var(--ink); font-family: var(--sans); font-size: clamp(.95rem, 1.18vw, 1.18rem); font-weight: 500; letter-spacing: -.015em; line-height: 1.45; text-transform: none; background: rgba(255,255,255,.34); box-shadow: 0 18px 44px rgba(7,16,29,.05); }
.origin-work-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: start; }
.origin-work-copy { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, .62fr); gap: 54px; align-items: end; }
.origin-work-copy > p:not(.kicker) { max-width: 680px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.origin-work-copy .kicker, .origin-work-copy h2 { grid-column: 1; }
.origin-work-copy p:nth-of-type(2) { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.origin-work-copy p:nth-of-type(3) { grid-column: 2; }
.origin-work-copy h2 { margin-bottom: 0; }
.origin-work-side { display: grid; gap: 22px; }
.origin-unified-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(11,21,34,.13); border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.75), rgba(242,239,230,.68)); box-shadow: 0 28px 80px rgba(7,16,29,.1); }
.origin-unified-card::before { position: absolute; top: -180px; right: -140px; width: 420px; height: 420px; content: ''; border: 1px solid rgba(191,140,91,.22); border-radius: 50%; pointer-events: none; }
.origin-unified-card::after { position: absolute; left: 40px; right: 40px; top: 51%; height: 1px; content: ''; background: linear-gradient(90deg, transparent, rgba(11,21,34,.12), transparent); pointer-events: none; }
.author-profile-card { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, 390px) minmax(0, 1fr); gap: 44px; align-items: stretch; padding: 0 0 34px; border: 0; background: transparent; box-shadow: none; }
.author-portrait { width: 100%; min-height: 430px; margin: 0; overflow: hidden; border-radius: 28px; background: #d7d2c8; }
.author-portrait img { width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; border: 1px solid rgba(11,21,34,.12); box-shadow: 0 18px 48px rgba(7,16,29,.14); }
.author-profile-copy { display: flex; flex-direction: column; justify-content: center; padding: 4px 8px 4px 0; }
.author-profile-copy > span { color: var(--life-green); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.author-profile-copy h3 { margin: 28px 0 18px; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.2rem); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.author-profile-copy p { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.author-keywords { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.author-keywords span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid rgba(0,96,48,.18); color: var(--life-green-deep); font-family: var(--mono); font-size: 7px; letter-spacing: .06em; text-transform: uppercase; background: rgba(255,255,255,.38); }
.author-profile-links { display: flex; flex-wrap: wrap; gap: 14px 18px; margin-top: 22px; }
.author-profile-links a { color: var(--ink); font-family: var(--mono); font-size: 10px; letter-spacing: .04em; text-decoration: none; border-bottom: 1px solid rgba(11,21,34,.22); padding-bottom: 2px; }
.author-profile-links a:hover { color: var(--life-green-deep); border-bottom-color: var(--life-green-deep); }
.flag-chip i { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.76); box-shadow: 0 4px 12px rgba(7,16,29,.08); font-family: var(--sans); font-size: 12px; font-style: normal; line-height: 1; }
.book-summary { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: 12px 46px; align-items: start; padding: 42px; color: var(--white); background: radial-gradient(circle at 88% 16%, rgba(191,140,91,.18), transparent 38%), var(--navy); border: 1px solid rgba(255,255,255,.12); border-radius: 30px; box-shadow: 0 25px 60px rgba(7,16,29,.17); }
.book-summary > span { color: var(--copper); }
.book-summary h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.book-summary > p { max-width: 640px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.book-summary dl { margin: 34px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.book-summary dl div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.book-summary dt { color: rgba(255,255,255,.4); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.book-summary dd { margin: 0; font-size: 11px; }
.book-summary > span, .book-summary h3, .book-summary > p, .book-summary dl, .book-summary a { grid-column: 1; }
.book-cover-thumb { grid-column: 2; grid-row: 1 / span 5; width: 100%; height: auto; max-height: 420px; margin: 0; object-fit: cover; object-position: center; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #000; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.book-summary a { margin-top: 18px; color: var(--copper); font-size: 10px; }
.origin-unified-note { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.origin-unified-note span { padding: 8px 10px; border: 1px solid rgba(11,21,34,.12); border-radius: 999px; color: rgba(11,21,34,.56); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.45); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 75px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.trust-grid article { min-height: 280px; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.trust-grid article > span { display: grid; width: 55px; height: 55px; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-family: var(--mono); font-size: 9px; }
.trust-grid strong { display: block; margin: 48px 0 14px; font-size: 19px; font-weight: 500; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.7; }
.trust-link { display: inline-flex; margin-top: 42px; }
.quality-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.quality-emblem { margin: 0; padding: 22px; border: 1px solid var(--line-dark); border-radius: 36px; background: var(--white); box-shadow: 0 28px 80px rgba(9,20,33,.08); }
.quality-emblem img { width: 100%; height: auto; border-radius: 28px; }
.quality-emblem figcaption, .legal-seal-figure figcaption { margin-top: 16px; color: var(--ink-soft); font-size: 11px; line-height: 1.7; text-align: center; }
.quality-copy > p:not(.kicker) { max-width: 660px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.quality-pill-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 38px 0; }
.quality-pill-grid article { min-height: 190px; padding: 24px; border: 1px solid var(--line-dark); border-radius: 26px; background: rgba(255,255,255,.42); }
.quality-pill-grid span, .iso-grid span { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-family: var(--mono); font-size: 9px; letter-spacing: .05em; }
.quality-pill-grid strong { display: block; margin: 28px 0 12px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.quality-pill-grid p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.iso-license-grid { display: grid; grid-template-columns: .46fr 1fr; gap: 72px; align-items: start; }
.iso-license-grid h2 { font-size: clamp(3.4rem, 5.4vw, 6.8rem); line-height: .9; }
.legal-seal-figure { margin: 34px 0 0; padding: 18px; border: 1px solid var(--line-dark); border-radius: 28px; background: var(--white); }
.legal-seal-figure img { width: 100%; height: auto; border-radius: 22px; }
.iso-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 34px 0; }
.iso-grid article { min-height: 245px; padding: 24px; border: 1px solid var(--line-dark); border-radius: 24px; background: rgba(255,255,255,.45); }
.iso-grid span { width: auto; min-width: 54px; padding: 0 12px; border-radius: 999px; }
.iso-grid h3 { margin: 34px 0 12px; font-size: 20px; font-weight: 500; letter-spacing: -.025em; }
.iso-grid p { margin: 0 0 22px; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.iso-grid a { color: var(--earth-blue); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; border-bottom: 1px solid rgba(0,80,160,.22); }
.opportunity-grid { display: grid; grid-template-columns: .3fr 1.7fr; gap: 80px; }
.opportunity-section h2 {
  max-width: none;
  font-size: clamp(1.75rem, 3vw, 2.45rem) !important;
  font-weight: 350;
  line-height: 1.15;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.quality-section h2 {
  max-width: none;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem) !important;
  font-weight: 350;
  line-height: 1.15;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.opportunity-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 48px; padding: 1px; background: var(--line-dark); }
.opportunity-cards article { min-height: 220px; padding: 26px 22px; background: var(--ivory); }
.opportunity-cards span { color: var(--life-green); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.opportunity-cards strong { display: block; margin: 42px 0 12px; font-family: var(--serif); font-size: clamp(1.15rem, 1.5vw, 1.45rem); font-weight: 400; line-height: 1.15; letter-spacing: -.02em; }
.opportunity-cards p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; justify-items: center; text-align: center; }
.contact-heading { max-width: 900px; margin-inline: auto; }
.contact-copy { width: min(920px, 100%); margin-inline: auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-copy > p { max-width: 680px; margin: 0 auto 16px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin-top: 34px; }
.contact-actions .button { min-width: 180px; }
.opportunity-form { margin: 46px auto 0; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.045); text-align: left; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label, .consent-check { display: grid; gap: 8px; color: rgba(255,255,255,.72); font-size: 12px; }
.form-grid label > span { font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 46px; padding: 0 14px; color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(0,0,0,.16); font: inherit; font-size: 14px; outline: none; }
.form-grid textarea { min-height: 122px; padding-top: 12px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: rgba(255,255,255,.52); box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.form-grid select option { color: var(--ink); }
.form-wide { grid-column: 1 / -1; }
.consent-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; line-height: 1.55; }
.consent-check input { margin-top: 3px; }
.form-note, .form-status { margin: 16px 0 0; color: rgba(255,255,255,.5); font-family: var(--mono); font-size: 9px; letter-spacing: .03em; text-align: center; }
.form-status { min-height: 18px; color: #d8c09f; }
.contact-continuity {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 10px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.contact-continuity span {
  position: relative;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: rgba(255,255,255,.04);
}
.contact-continuity span:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.34);
  font-size: 11px;
  letter-spacing: 0;
}
.contact-continuity span:not(:last-child) { margin-right: 18px; }
.contact-mail { margin: 32px 0 0; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: 11px; letter-spacing: .05em; }
.contact-copy > p[data-i18n="contact.continuity"],
.contact-copy > p:nth-of-type(2) {
  max-width: 620px;
  margin: 0 auto 8px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -.01em;
}
.horizon-sphere { position: absolute; top: 50%; right: -160px; width: 760px; height: 760px; transform: translateY(-50%); border: 1px solid rgba(191,140,91,.18); border-radius: 50%; }
.horizon-sphere::before, .horizon-sphere::after, .horizon-sphere span { position: absolute; inset: 13%; content: ''; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.horizon-sphere::after { inset: 29%; }
.horizon-sphere span:nth-child(1) { inset: 0 49%; border-radius: 50%; }
.horizon-sphere span:nth-child(2) { inset: 49% 0; border-radius: 50%; }
.horizon-sphere span:nth-child(3) { inset: 22%; border-color: rgba(191,140,91,.12); animation: slowSpin 45s linear infinite; }

/* Página de integridad */
.integrity-page { background: var(--ivory); }
.legal-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr); min-height: 58px; padding: 0 30px; align-items: center; color: rgba(255,255,255,.86); background: rgba(4,10,18,.92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(22px); }
.legal-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}
.legal-nav a {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: currentColor;
  opacity: .76;
  font-size: 12px;
  font-weight: 450;
  letter-spacing: -.01em;
  text-align: center;
  white-space: nowrap;
  border-radius: 999px;
  transition: opacity .2s ease, background .2s ease;
}
.legal-nav a:hover { opacity: 1; background: rgba(255,255,255,.07); }
.legal-nav a.active, .legal-nav a[aria-current="page"] { opacity: 1; background: rgba(255,255,255,.1); }
.legal-tools { color: currentColor; }
.legal-hero { padding: 110px 0 130px; }
.legal-hero-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; text-align: center; }
.legal-hero h1 { margin: 26px auto 0; max-width: 720px; font-size: clamp(2.05rem, 4vw, 3.1rem); font-weight: 520; line-height: 1.12; letter-spacing: -.04em; }
.legal-hero h1 em { font-family: var(--serif); color: #d6a777; font-weight: 300; }
.legal-intro { max-width: 760px; margin-inline: auto; }
.legal-intro > p:first-child { color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.55; }
.legal-status { margin-top: 34px; color: rgba(255,255,255,.46); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.legal-status span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #7ea979; box-shadow: 0 0 12px rgba(126,169,121,.7); }
.legal-section { padding: 130px 0; }
.legal-two-col { display: grid; grid-template-columns: .75fr 1.25fr; gap: 82px; }
.legal-section h2 { margin: 20px 0 0; font-size: clamp(3.4rem, 5.5vw, 6.5rem); font-weight: 300; line-height: .93; letter-spacing: -.05em; }
.legal-fact-stack { border-top: 1px solid var(--line-dark); }
.legal-fact-stack article { padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
.legal-fact-stack span { color: var(--copper); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.legal-fact-stack h3 { margin: 10px 0; font-size: 22px; font-weight: 400; }
.legal-fact-stack p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.law-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 1px; background: var(--line-dark); }
.law-card { min-height: 330px; padding: 36px; background: var(--paper); }
.law-state { display: inline-flex; padding: 5px 9px; border: 1px solid var(--line-dark); border-radius: 999px; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.law-state.current { color: #315f44; border-color: rgba(49,95,68,.35); }.law-state.transition { color: #805c2c; border-color: rgba(128,92,44,.35); }.law-state.pending { color: #7b4545; border-color: rgba(123,69,69,.35); }
.law-card h3 { margin: 28px 0 14px; font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.law-card p { color: var(--ink-soft); font-size: 11px; }
.law-card a { display: inline-block; margin-top: 20px; color: #805d3e; font-family: var(--mono); font-size: 9px; border-bottom: 1px solid rgba(128,93,62,.35); }
.legal-prose { color: rgba(255,255,255,.68); }
.legal-prose.dark { color: var(--ink-soft); }
.legal-prose p { margin: 0 0 28px; font-size: 15px; }
.asset-links { display: flex; flex-wrap: wrap; gap: 14px 28px; padding-top: 8px; border-top: 1px solid var(--line-dark); }
.asset-links a { color: #1d4ed8; font-family: var(--mono); font-size: 9px; letter-spacing: .03em; border-bottom: 1px solid rgba(29,78,216,.3); }

/* Noticias */
.news-page { background: var(--paper); }
.news-hero { padding: 120px 0 140px; }
.news-hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; text-align: center; }
.news-hero h1 { margin: 26px auto 0; max-width: 720px; font-size: clamp(2.05rem, 4vw, 3.1rem); font-weight: 520; line-height: 1.12; letter-spacing: -.04em; }
.news-hero h1 em { font-family: var(--serif); color: #d6a777; font-weight: 300; }
.news-intro { max-width: 760px; margin-inline: auto; }
.news-intro p { color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.55; }
.news-cover { width: min(260px, 72vw); margin: 38px auto 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.04); box-shadow: 0 32px 100px rgba(0,0,0,.36); }
.news-cover img { width: 100%; height: auto; }
.news-cover figcaption { padding: 14px 16px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; text-align: center; }
.academic-panel, .license-panel { max-width: 980px; margin-inline: auto; text-align: center; }
.academic-panel > p:not(.kicker), .license-panel > p:not(.kicker) { max-width: 720px; margin: 26px auto 0; color: var(--ink-soft); font-size: 14px; }
.license-panel > p:not(.kicker) { color: rgba(255,255,255,.62); }
.academic-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 24px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.academic-links a { color: var(--earth-blue); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; border-bottom: 1px solid rgba(0,80,160,.28); }
.academic-links.centered { border-color: rgba(255,255,255,.14); }
.academic-links.centered a { color: rgba(255,255,255,.78); border-color: rgba(255,255,255,.22); }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 1px; background: var(--line-dark); }
.news-editorial-note {
  max-width: 760px;
  margin: 0 0 28px;
  padding: 14px 16px;
  color: var(--ink-soft);
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.55);
  font-size: 12px;
  line-height: 1.6;
}
.news-editorial-note[hidden] { display: none; }
.news-card { min-height: 360px; padding: 38px; background: var(--paper); }
.news-card span { color: var(--life-green); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.news-card h3 { margin: 44px 0 20px; font-family: var(--serif); font-size: 33px; font-weight: 400; line-height: 1.06; }
.news-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.news-source { display: flex; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line-dark); }
.news-source small, .news-source a { font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.news-source small { color: #787063; }
.news-source a { color: var(--earth-blue); border-bottom: 1px solid rgba(0,80,160,.28); }

/* Visible by default. Only hide when JS booted successfully (.js on <html>). */
.js .reveal:not(.in-view) { opacity: 0; transform: translateY(24px); }
.reveal { transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-delay-1 { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .24s; }.reveal-delay-3 { transition-delay: .36s; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 19px); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 980px); }
  .site-header { padding: 0 28px; grid-template-columns: auto minmax(0, 1fr) auto; }
  .site-nav { gap: 2px; padding: 3px; }.site-nav a { min-width: 70px; padding: 0 10px; }.legal-nav a { min-width: 70px; padding: 0 10px; }.header-link { display: none; }
  .country-pill { max-width: 118px; overflow: hidden; text-overflow: ellipsis; }
  .hero h1 { font-size: clamp(4rem, 9vw, 7rem); }
  .statement-grid { grid-template-columns: 1fr; gap: 28px; }
  .statement-columns { gap: 35px; }
  .section-heading, .research-intro { grid-template-columns: 1fr; gap: 36px; }
  .public-map-grid { grid-template-columns: repeat(2,1fr); }
  .public-map-card-wide { grid-column: span 2; grid-template-columns: 1fr; }
  .public-map-card-wide i { text-align: left; }
  .timeline { grid-template-columns: repeat(3, 1fr); row-gap: 70px; }.timeline::before { display: none; }.timeline-item { border-top: 1px solid var(--line-dark); }
  .research-orbit { min-height: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .orbit-center, .orbit-node { position: relative; inset: auto; width: auto; transform: none; }.node-2:hover { transform: translateY(-6px); }
  .orbit-center { grid-column: 1 / -1; width: 310px; height: 310px; margin: 0 auto 40px; }
  .orbit-node { min-height: 150px; }.orbit-lines { display: none; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }.principle-card { border-bottom: 1px solid var(--line-dark); }
  .space-statement { grid-template-columns: 1fr; gap: 48px; }
  .space-statement-copy { max-width: 760px; }
  .applied-values { grid-template-columns: repeat(2, 1fr); }
  .color-system { grid-template-columns: repeat(2, 1fr); }
  .editorial-intro { grid-template-columns: 1fr; gap: 44px; }
  .editorial-intro-copy { max-width: 720px; }
  .editorial-row, .editorial-row-reverse { grid-template-columns: 1fr; gap: 55px; min-height: auto; padding: 95px 0; }
  .editorial-row-reverse .editorial-media { grid-column: 1; grid-row: 1; }
  .editorial-row-reverse .editorial-copy { grid-column: 1; grid-row: 2; }
  .editorial-copy { max-width: 720px; }
  .evidence-grid, .continuity-grid { grid-template-columns: 1fr; gap: 75px; }.continuity-heading { position: static; }
  .work-grid, .legal-hero-grid, .legal-two-col { grid-template-columns: 1fr; gap: 70px; }
  .book-identity { max-width: 720px; }
  .seal-grid { grid-template-columns: repeat(2, 1fr); }.seal-card { border-bottom: 1px solid var(--line-dark); }
  .integrity-callout { grid-template-columns: 1fr 1.6fr; }.integrity-callout > a { grid-column: 1 / -1; }
  .horizon-grid { grid-template-columns: 1fr; gap: 34px; }
  .horizon-sphere { right: -400px; }
  .value-grid, .opportunity-grid { grid-template-columns: 1fr; gap: 35px; }
  .product-feature { grid-template-columns: 1fr; }
  .product-grid, .operation-grid, .trust-grid { grid-template-columns: repeat(2,1fr); }
  .ethics-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .people-grid, .origin-work-grid, .contact-grid, .center-grid, .collab-grid, .mission-grid, .news-hero-grid, .ethics-grid, .quality-grid, .iso-license-grid, .history-grid { grid-template-columns: 1fr; gap: 60px; }
  .origin-work-copy { grid-template-columns: 1fr; gap: 24px; }
  .origin-work-copy .kicker, .origin-work-copy h2, .origin-work-copy p:nth-of-type(2), .origin-work-copy p:nth-of-type(3) { grid-column: 1; grid-row: auto; }
  .author-profile-card { grid-template-columns: minmax(260px, 340px) 1fr; }
  .book-summary { grid-template-columns: minmax(0, 1fr) minmax(220px, 300px); }
  .collab-list, .mission-values, .ethics-list { grid-template-columns: repeat(3,1fr); }
  .platforms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platforms-grid-six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platforms-aspects { grid-template-columns: 1fr 1fr; }
  .google-proof-cards { grid-template-columns: 1fr 1fr; }
  .platforms-heading h2 { white-space: normal; font-size: clamp(1.55rem, 3.2vw, 2.2rem); }
  .opportunity-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opportunity-section h2,
  .quality-section h2 { white-space: normal; font-size: clamp(1.55rem, 3.4vw, 2.1rem) !important; }
  .platforms-panels { width: 100%; }
  .formation-panel, .stack-own, .local-models-grid { grid-template-columns: 1fr; }
  .stack-own-copy h3,
  .formation-copy h3 { white-space: normal; }
  .collab-info-strip { grid-template-columns: 1fr; }
  .domains-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .provenance-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid { grid-template-columns: 1fr; }
  .people-copy { max-width: 760px; }
}

@media (max-width: 740px) {
  :root { --shell: calc(100vw - 36px); }
  .site-header { height: 58px; padding: 0 18px; grid-template-columns: minmax(0, 1fr) auto auto; }
  .brand-copy small { display: none; }.brand-logo { width: 38px; height: 38px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; top: 57px; right: 0; bottom: 0; left: auto; width: 100vw; justify-self: stretch; display: flex; padding: 50px 28px; flex-direction: column; gap: 18px; overflow-y: auto; transform: translateX(100%); background: rgba(7,16,29,.98); transition: transform .3s ease; color: var(--white); }
  .menu-open .site-nav { transform: translateX(0); }.site-nav a { width: 100%; justify-content: flex-start; font-size: 22px; font-weight: 520; }
  .site-header .nav-tools { display: flex; gap: 6px; justify-self: end; }
  .site-header .nav-tools .nav-icon,
  .site-header .nav-tools .header-link { display: none; }
  .language-control::before { display: none; }
  .country-pill { max-width: 132px; padding: 0 9px; overflow: hidden; text-overflow: ellipsis; }
  .hero-art img { object-position: 59% center; }.hero-art::after { background: linear-gradient(90deg, rgba(5,13,24,.96), rgba(5,13,24,.65)); }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }.hero-lead { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-meta { bottom: 22px; gap: 24px; }.hero-meta div:nth-child(2) { display: none; }.scroll-cue { display: none; }
  .thesis-statement, .origin, .work, .method, .principles, .integrity, .field, .continuity, .evidence, .research, .closing, .horizon { padding: 100px 0; }
  .company-editorial { padding: 0 0 100px; }
  .company-editorial > .shell { padding-top: 90px; }
  .space-identity { padding: 74px 0 86px; }
  .space-visual { border-radius: 12px; }
  .space-visual figcaption { padding: 11px 12px; line-height: 1.6; }
  .space-statement { gap: 30px; margin-top: 64px; }
  .space-statement h2 { font-size: 3.2rem; }
  .space-statement-copy { font-size: 13px; }
  .space-links { align-items: flex-start; flex-direction: column; gap: 16px; }
  .applied-values { grid-template-columns: 1fr; margin-top: 70px; }
  .applied-values article { min-height: 190px; }
  .applied-values strong { margin-top: 36px; }
  .color-system { grid-template-columns: 1fr; }
  .statement-copy h2, .section-heading h2, .research h2, .principles-title, .evidence h2, .continuity h2, .integrity h2 { font-size: 3rem; }
  .platforms-heading.section-heading { margin-bottom: 22px; }
  .platforms-heading h2 { font-size: clamp(1.45rem, 6vw, 1.85rem) !important; white-space: normal; }
  .platforms-aspects { grid-template-columns: 1fr; }
  .platforms-aspects strong { white-space: normal; }
  .google-proof-lists,
  .google-proof-cards { grid-template-columns: 1fr; }
  .opportunity-section h2,
  .quality-section h2 { white-space: normal; font-size: clamp(1.45rem, 6vw, 1.85rem) !important; }
  .statement-columns { grid-template-columns: 1fr; gap: 20px; margin-top: 45px; }.core-rule { margin-top: 48px; }
  .section-heading { margin-bottom: 60px; }
  .timeline { grid-template-columns: 1fr; row-gap: 38px; }.timeline-item { padding-right: 0; }
  .research-orbit { grid-template-columns: 1fr; }.orbit-center { grid-column: auto; width: 260px; height: 260px; padding: 35px; }.orbit-node { width: 100%; }
  .method-stage { grid-template-columns: 1fr; padding: 35px 0 60px; }.method-visual { min-height: 350px; }.ring-a { width: 190px; height: 190px; }.ring-b { width: 270px; height: 270px; }.ring-c { width: 330px; height: 330px; }.method-core { width: 125px; height: 125px; }
  .method-detail h3 { font-size: 4.7rem; }.method-tabs { grid-template-columns: 1fr; }.method-tab { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line-dark); justify-content: flex-start; padding-left: 20px; }
  .principle-grid { grid-template-columns: 1fr; }.principle-card { min-height: 230px; border-right: 0; }.principle-card h3 { margin-top: 55px; }
  .editorial-intro { gap: 32px; padding-bottom: 56px; }
  .editorial-intro h3 { font-size: 3rem; }
  .editorial-position { grid-template-columns: 1fr; margin-bottom: 80px; }
  .editorial-position article, .editorial-position article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid #dfe3e8; }
  .editorial-position article:last-child { border-bottom: 0; }
  .editorial-position strong { margin-top: 20px; }
  .editorial-row, .editorial-row-reverse { gap: 35px; padding: 72px 0; }
  .editorial-media img { border-radius: 12px; }
  .editorial-copy h3 { margin-bottom: 26px; font-size: 2.7rem; }
  .editorial-copy > p:not(.editorial-number) { font-size: 13px; }
  .evidence-grid { gap: 55px; }.demo-boundary { grid-template-columns: 1fr; gap: 5px; }
  .field-item { grid-template-columns: 40px 1fr; padding: 24px 0; }.field-item i { grid-column: 2; justify-self: start; }.field-item h3 { font-size: 22px; }
  .next-steps li { grid-template-columns: 1fr; gap: 10px; }.closing h2 { font-size: 4.4rem; }.closing-inner > div { align-items: flex-start; flex-direction: column; }
  .footer-grid { gap: 30px; }.footer-grid nav { justify-content: center; }.footer-grid .social-links { justify-content: center; flex-wrap: wrap; }
  .work-grid { gap: 48px; margin-top: 34px; }.book-identity { min-height: 610px; padding: 60px 38px 44px; }.book-facts { grid-template-columns: 1fr; }.author-context h3 { font-size: 2.7rem; }
  .author-facts div { grid-template-columns: 1fr; gap: 8px; }
  .public-map { padding: 90px 0; }.public-map-grid { grid-template-columns: 1fr; }.public-map-card, .public-map-card-wide { grid-column: auto; min-height: 230px; }
  .seal-grid { grid-template-columns: 1fr; }.seal-card { min-height: 260px; border-right: 0; }.seal-card h3 { margin-top: 35px; }
  .integrity-callout { grid-template-columns: 1fr; gap: 20px; }.integrity-callout > a { grid-column: auto; }
  .horizon { min-height: auto; }.horizon h2 { font-size: 5rem; }.horizon-boundary { grid-template-columns: 1fr; gap: 14px; }.horizon-sphere { width: 500px; height: 500px; right: -340px; }
  .legal-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 56px 48px;
    min-height: 0;
    padding: 0 12px 8px;
    column-gap: 8px;
    align-items: center;
  }
  .legal-header .brand { min-width: 0; }
  .legal-header .country-pill { display: none; }
  .legal-nav {
    justify-self: stretch;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: 999px;
    margin: 0;
  }
  .legal-nav::-webkit-scrollbar { display: none; }
  .legal-nav a { flex: 0 0 auto; min-width: auto; padding: 0 12px; font-size: 12px; }
  .legal-nav a { flex: 1 1 0; min-width: 0; padding: 0 6px; font-size: 11px; }
  .legal-hero, .legal-section { padding: 90px 0; }.legal-hero h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); }.legal-two-col, .legal-hero-grid { gap: 45px; }.law-grid { grid-template-columns: 1fr; }.law-card { min-height: auto; padding: 28px; }
  .legal-header .nav-tools .nav-icon { display: none; }
  .legal-header .language-control::before { display: none; }
  .legal-header .country-pill { max-width: 132px; overflow: hidden; text-overflow: ellipsis; }
  .value-section, .products-section, .services-section, .people-section, .origin-work, .trust-section, .contact-section, .operation-section, .research-center, .collab-section, .mission-section, .news-list-section, .news-guide, .news-academic, .news-license, .ethics-section, .opportunity-section, .quality-section, .history-section { padding: 92px 0; }
  .value-grid h2, .products-section h2, .operation-section h2, .services-section h2, .people-section h2, .origin-work h2, .trust-section h2, .contact-section h2, .research-center h2, .collab-section h2, .mission-section h2, .news-list-section h2, .news-guide h2, .news-academic h2, .news-license h2, .ethics-section h2, .opportunity-section h2, .quality-section h2, .history-section h2 { font-size: 3rem; }
  .value-cards, .product-grid, .services-grid, .operation-grid, .trust-grid, .collab-list, .mission-values, .news-grid, .ethics-list, .opportunity-cards, .form-grid, .quality-grid, .quality-pill-grid, .iso-license-grid, .iso-grid, .history-grid, .license-scope-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 220px; }
  .product-feature { margin-top: 52px; }
  .product-feature-copy, .service-dashboard { padding: 34px 26px; }
  .product-feature h3 { font-size: 3.25rem; }
  .product-points { grid-template-columns: 1fr; }
  .product-points li:nth-child(even) { padding-left: 0; border-left: 0; }
  .service-dashboard li { grid-template-columns: 34px 1fr; padding: 15px 0; }
  .service-dashboard li i { grid-column: 2; }
  .product-card, .operation-grid li, .trust-grid article { min-height: 235px; }
  .operation-grid strong { margin-top: 46px; }
  .service-card { min-height: auto; padding: 32px 28px; }
  .center-model { padding: 34px 28px; }
  .center-model h3 { font-size: 31px; }
  .collab-card { min-height: auto; padding: 16px 16px 24px; }
  .collab-media { height: 140px; }
  .collab-card p { margin-top: 0; }
  .platforms-grid { grid-template-columns: 1fr; }
  .platforms-aspects { grid-template-columns: 1fr; }
  .stack-own-copy h3,
  .formation-copy h3 { white-space: normal; font-size: 1.2rem; }
  .formation-panel, .stack-own { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .local-models { padding: 22px; }
  .local-models-grid { grid-template-columns: 1fr; }
  .collab-dialog-media img { height: 140px; }
  .collab-info-strip { grid-template-columns: 1fr; }
  .domains-gallery, .provenance-gallery { grid-template-columns: 1fr; }
  .domain-card img { height: 190px; }
  .news-visual { width: 100%; }
  .news-visual img { height: 200px; }
  .mission-values article { min-height: auto; padding: 28px; }
  .mission-values p { margin-top: 30px; }
  .ethics-list article { min-height: auto; padding: 28px; }
  .ethics-list p { margin-top: 30px; }
  .ethics-method { padding: 26px; }
  .ethics-method::before { display: none; }
  .ethics-method-grid, .ethics-legal { grid-template-columns: 1fr; }
  .ethics-method-grid li { min-height: auto; }
  .ethics-method-meta { justify-content: flex-start; }
  .people-grid, .origin-work-grid, .contact-grid { gap: 44px; }
  .origin-unified-card { padding: 24px; border-radius: 28px; }
  .author-profile-card { grid-template-columns: 1fr; }
  .author-portrait { max-width: none; min-height: auto; }
  .author-portrait img { height: auto; }
  .author-profile-copy { padding: 0; }
  .book-summary { display: block; padding: 38px 30px; }
  .book-summary h3 { margin-top: 44px; font-size: 35px; }
  .book-cover-thumb { width: 100%; margin: 28px 0; }
  .history-line article { grid-template-columns: 1fr; gap: 12px; }
  .history-line p, .history-rights { grid-column: auto; margin-top: 0; }
  .contact-actions { align-items: center; flex-direction: column; }
  .opportunity-form { padding: 22px; border-radius: 22px; }
  .news-hero { padding: 90px 0; }
  .news-hero h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
  .news-cover { width: min(240px, 82vw); margin-top: 30px; }
  .academic-links { align-items: center; flex-direction: column; }
  .news-card { min-height: auto; padding: 30px 28px; }
  .news-card h3 { margin-top: 32px; font-size: 27px; }
  .news-source { flex-direction: column; gap: 12px; }
}

.commercial-home {
  --chile-blue: #1e4b8f;
  --chile-red: #c81d25;
  --brand-blue: #416bd8;
  font-size: 16px;
}
.commercial-home .site-chrome {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.commercial-home .utility-bar {
  height: 36px;
  color: rgba(255,255,255,.88);
  background: #050814;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 11px;
}
.utility-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  height: 36px;
  align-items: center;
  gap: 18px;
}
.utility-origin {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}
.utility-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}
.utility-links a {
  color: inherit;
  opacity: .82;
  text-decoration: none;
  white-space: nowrap;
  font-size: 10.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.utility-links a:hover { opacity: 1; }
.utility-aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}
.utility-social {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: .82;
  border-radius: 4px;
}
.utility-social svg { width: 14px; height: 14px; display: block; }
.utility-social:hover { opacity: 1; background: rgba(255,255,255,.1); }
.proof-ticker {
  overflow: hidden;
  height: 30px;
  color: rgba(255,255,255,.72);
  background: #0b1522;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 11px;
  letter-spacing: .03em;
}
.proof-ticker-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  height: 30px;
  padding-left: 24px;
  animation: proofTicker 42s linear infinite;
  white-space: nowrap;
}
.proof-ticker-track span {
  position: relative;
  padding-right: 28px;
}
.proof-ticker-track span::after {
  content: "·";
  position: absolute;
  right: 8px;
  opacity: .45;
}
@keyframes proofTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .proof-ticker-track { animation: none; }
}
.utility-reach-link {
  color: inherit;
  opacity: .82;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
}
.utility-reach-link:hover { opacity: 1; }
.utility-flag-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
  margin: 0;
}
.utility-flag-strip img {
  display: block;
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0,0,0,.28);
  flex: 0 0 auto;
}
.utility-links a { opacity: .72; }
.utility-links a:hover { opacity: 1; }
.commercial-home .header-contact {
  display: inline-flex;
  min-height: 34px;
  padding: 0 14px;
  align-items: center;
  color: #fff;
  background: #0b1522;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.commercial-home .header-contact:hover {
  background: var(--chile-red);
  transform: translateY(-1px);
}
.commercial-home .site-header {
  position: relative;
  height: 64px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(220px, .85fr) auto minmax(240px, .95fr);
  column-gap: 18px;
  align-items: center;
  background: rgba(250,249,244,.96);
  color: rgba(11,21,34,.88);
  border-bottom: 1px solid rgba(11,21,34,.08);
  backdrop-filter: blur(18px);
}
.commercial-home .site-header .site-nav {
  justify-self: center;
  border-color: rgba(11,21,34,.1);
  background: rgba(11,21,34,.04);
}
.commercial-home .site-nav a,
.commercial-home .nav-mega-trigger {
  min-width: 0;
  padding: 0 11px;
  font-size: 12.5px;
  letter-spacing: -.01em;
}
.commercial-home .brand-logo {
  background: #0b2a5c;
  border-color: rgba(30,75,143,.35);
}
.commercial-home .country-pill { display: none; }
.commercial-home .nav-icon { display: none; }
.commercial-home .nav-access { display: none; }
.commercial-home .header-link-cta {
  display: inline-flex;
  min-height: 36px;
  padding: 0 16px;
  color: #fff;
  border: 0;
  background: #0b1522;
  white-space: nowrap;
}
.commercial-home .header-link-cta:hover {
  background: var(--chile-red);
  border-color: var(--chile-red);
  transform: translateY(-1px);
}
.legal-header .header-link-cta {
  min-height: 34px;
  padding: 0 14px;
  color: #0b1522;
  border: 0;
  background: #fff;
}
.commercial-home .hero { padding-top: 130px; min-height: auto; }
.commercial-home main section[id] { scroll-margin-top: 148px; }
.commercial-home .hero-content {
  min-height: auto;
  padding-top: 64px;
  padding-bottom: 92px;
  align-items: center;
  text-align: center;
}
.commercial-home .hero h1 {
  max-width: 640px;
  gap: 4px;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem) !important;
  font-weight: 560;
  line-height: 1.16 !important;
  letter-spacing: -.036em;
}
.commercial-home .hero h1 em {
  font-size: .94em;
  line-height: 1.2;
}
.commercial-home .hero-lead {
  max-width: 500px;
  margin: 18px auto 0;
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -.01em;
}
.commercial-home .hero-actions {
  width: min(100%, 520px);
  margin: 24px auto 0;
  gap: 12px;
}
.commercial-home .hero-actions .button {
  flex: 1 1 210px;
  min-height: 46px;
  justify-content: center;
}
.commercial-home .hero-actions .text-link {
  flex: 1 1 100%;
  margin-top: 4px;
  text-align: center;
}
.commercial-home .hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(720px, calc(100vw - 48px));
  gap: 0;
  padding: 10px 8px;
}
.commercial-home .section-heading {
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .75fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 48px;
}
.commercial-home h2 {
  max-width: 60ch;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem) !important;
  font-weight: 520;
  line-height: 1.24 !important;
  letter-spacing: -.028em;
  white-space: normal !important;
}
.commercial-home .mega-copy-head h2 {
  max-width: none;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.3 !important;
  letter-spacing: -.01em;
}
.commercial-home .section-heading h2,
.commercial-home .services-section h2,
.commercial-home .quality-section h2,
.commercial-home .platforms-section h2,
.commercial-home .contact-section h2,
.commercial-home .opportunity-section h2 {
  max-width: 50ch;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem) !important;
  font-weight: 520;
  line-height: 1.22 !important;
  letter-spacing: -.028em;
  white-space: normal !important;
}
.method-ip-grid { margin-top: 40px; }
.commercial-home .section-heading-center,
.commercial-home .services-section .section-heading,
.commercial-home .layers-section .section-heading,
.commercial-home .platforms-heading.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
  margin-bottom: 48px;
  text-align: center;
}
.commercial-home .section-heading-center > div,
.commercial-home .services-section .section-heading > div,
.commercial-home .layers-section .section-heading > div,
.commercial-home .platforms-heading > div {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
}
.commercial-home .section-heading-center h2,
.commercial-home .services-section .section-heading h2,
.commercial-home .layers-section .section-heading h2,
.commercial-home .platforms-heading h2,
.commercial-home .resources-section .section-heading h2 {
  max-width: 34ch;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.55rem, 2.5vw, 2.2rem) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: -.02em;
  text-align: center;
  white-space: normal !important;
}
.commercial-home .section-heading-center > p,
.commercial-home .services-section .section-heading > p,
.commercial-home .layers-section .section-heading > p,
.commercial-home .platforms-heading > p,
.commercial-home .resources-section .section-heading > p {
  max-width: 58ch;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--ink-soft);
}
.commercial-home .section-heading-center .kicker,
.commercial-home .services-section .kicker,
.commercial-home .layers-section .kicker,
.commercial-home .resources-section .kicker,
.commercial-home .platforms-section .kicker {
  text-align: center;
  letter-spacing: .16em;
  font-weight: 500;
}
.services-section .territory-card {
  display: grid;
  gap: 0;
  align-content: start;
  min-height: 220px;
  padding: 26px 24px 28px;
  border: 1px solid rgba(11,21,34,.14);
  border-radius: 6px;
  background: var(--white);
  box-shadow: none;
}
.services-section .territory-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11,21,34,.24);
  box-shadow: 0 12px 28px rgba(11,42,92,.07);
}
.services-section .territory-card > span {
  margin-bottom: 16px;
  color: var(--brand-blue, #416bd8);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.services-section .territory-card h3 {
  margin: 0 0 12px;
  font-family: var(--sans);
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.012em;
}
.services-section .territory-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}
.services-section .territory-card strong {
  margin: 20px 0 6px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.services-section .territory-card small {
  color: var(--ink-soft);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}
.service-switch {
  display: grid;
  gap: 22px;
}
.service-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.service-tabs::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 22px;
  height: 2px;
  background: rgba(11,21,34,.08);
  pointer-events: none;
}
.service-tab {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 88px;
  padding: 14px 10px 16px;
  color: var(--ink);
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 20px;
  background: #fff;
  font: inherit;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(11,42,92,.04);
  transition: border-color .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease, transform .25s cubic-bezier(.2,.7,.2,1), opacity .25s ease;
}
.service-tab span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(11,21,34,.06);
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  opacity: .55;
}
.service-tab strong {
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.25;
}
.service-tab:not(.is-active) {
  opacity: .78;
}
.service-tab:hover {
  opacity: 1;
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--tone) 35%, rgba(11,21,34,.1));
}
.service-tab:focus-visible {
  outline: 2px solid var(--tone);
  outline-offset: 3px;
}
.service-tab.is-active span {
  background: var(--tone);
  color: #fff;
  opacity: 1;
}
.service-tab[data-tone="diagnostico"] { --tone: #416bd8; }
.service-tab[data-tone="ux"] { --tone: #c9a227; }
.service-tab[data-tone="desarrollo"] { --tone: #c45c38; }
.service-tab[data-tone="automatizacion"] { --tone: #3d8b5a; }
.service-tab[data-tone="seguridad"] { --tone: #5b4db0; }
.service-tab[data-tone="continuidad"] { --tone: #1e6b7a; }
.service-tab.is-active {
  opacity: 1;
  border-color: var(--tone);
  background: color-mix(in srgb, var(--tone) 10%, #fff);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--tone) 20%, transparent);
}
.service-panels {
  display: grid;
  gap: 16px;
}
.js .service-panels {
  grid-template-columns: 1fr;
}
.js .service-panel[hidden],
.js .service-panel:not(.is-active) { display: none; }
.service-panel {
  --tone: #416bd8;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .85fr);
  gap: 28px 36px;
  min-height: 280px;
  padding: 36px 36px 32px;
  border: 1px solid color-mix(in srgb, var(--tone) 22%, rgba(11,21,34,.08));
  border-radius: 28px;
  scroll-margin-top: 118px;
  background:
    linear-gradient(90deg, var(--tone) 0, var(--tone) 6px, transparent 6px),
    radial-gradient(circle at 12% 0, color-mix(in srgb, var(--tone) 14%, transparent), transparent 48%),
    #fff;
  box-shadow: 0 18px 40px rgba(11,42,92,.06);
}
.service-panel[data-tone="diagnostico"] { --tone: #416bd8; }
.service-panel[data-tone="ux"] { --tone: #c9a227; }
.service-panel[data-tone="desarrollo"] { --tone: #c45c38; }
.service-panel[data-tone="automatizacion"] { --tone: #3d8b5a; }
.service-panel[data-tone="seguridad"] { --tone: #5b4db0; }
.service-panel[data-tone="continuidad"] { --tone: #1e6b7a; }
.service-panel.is-entering {
  animation: serviceEnter .42s cubic-bezier(.2,.7,.2,1);
}
@keyframes serviceEnter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.service-panel-main,
.service-panel-aside {
  display: grid;
  align-content: start;
  gap: 12px;
}
.service-index {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--tone) 14%, #fff);
  color: var(--tone);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}
.service-panel h3 {
  margin: 0;
  max-width: 22ch;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 560;
  line-height: 1.25;
  letter-spacing: -.03em;
}
.service-quote {
  margin: 4px 0 0;
  max-width: 34ch;
  color: var(--ink);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.4;
}
.service-panel-main > p:not(.service-quote) {
  margin: 0;
  max-width: 52ch;
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.7;
}
.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service-pills span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tone) 12%, #fff);
  color: var(--tone);
  font-size: 12.5px;
  font-weight: 650;
}
.service-delivery {
  display: grid;
  gap: 6px;
  padding: 16px 16px 15px;
  border: 1px solid color-mix(in srgb, var(--tone) 18%, rgba(11,21,34,.08));
  border-radius: 18px;
  background: color-mix(in srgb, var(--tone) 6%, #f7f8fb);
}
.service-delivery strong {
  margin: 0;
  color: var(--tone);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-delivery small {
  color: var(--ink);
  font-size: 14.5px;
  font-style: normal;
  line-height: 1.45;
}
.service-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--tone);
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 650;
  transition: transform .2s ease, filter .2s ease;
}
.service-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.start-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin: 8px auto 18px;
  max-width: 1080px;
  position: relative;
}
.start-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: rgba(11,21,34,.1);
}
.start-node {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tone, #416bd8);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.start-node[data-tone="portal"] { --tone: #416bd8; }
.start-node[data-tone="consultoria"] { --tone: #c9a227; }
.start-node[data-tone="licencias"] { --tone: #c45c38; }
.start-node[data-tone="centro"] { --tone: #3d8b5a; }
.start-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.start-grid article {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 10px;
  min-height: 260px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(11,42,92,.06);
}
.start-grid article span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tone) 14%, #fff);
  color: var(--tone);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.start-grid article strong {
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
}
.start-grid article p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.55;
}
.start-cta {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 12px;
  background: var(--tone);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}
.start-grid article[data-tone="portal"] { --tone: #416bd8; }
.start-grid article[data-tone="consultoria"] { --tone: #c9a227; }
.start-grid article[data-tone="licencias"] { --tone: #c45c38; }
.start-grid article[data-tone="centro"] { --tone: #3d8b5a; }
.nav-mega[data-tone="diagnostico"] { --tone: #416bd8; }
.nav-mega[data-tone="desarrollo"] { --tone: #c45c38; }
.nav-mega[data-tone="ux"] { --tone: #c9a227; }
.nav-mega[data-tone="automatizacion"] { --tone: #3d8b5a; }
.nav-mega[data-tone="seguridad"] { --tone: #5b4db0; }
.nav-mega[data-tone="continuidad"] { --tone: #1e6b7a; }
.mega-cat.is-active {
  color: var(--tone, var(--brand-blue));
  background: color-mix(in srgb, var(--tone, var(--brand-blue)) 12%, #fff);
  font-weight: 600;
}
.mega-cat[data-tone="diagnostico"].is-active { --tone: #416bd8; }
.mega-cat[data-tone="desarrollo"].is-active { --tone: #c45c38; }
.mega-cat[data-tone="ux"].is-active { --tone: #c9a227; }
.mega-cat[data-tone="automatizacion"].is-active { --tone: #3d8b5a; }
.mega-cat[data-tone="seguridad"].is-active { --tone: #5b4db0; }
.mega-cat[data-tone="continuidad"].is-active { --tone: #1e6b7a; }
.nav-mega[data-tone] .mega-copy-head h2,
.nav-mega[data-tone] .mega-copy-head a,
.nav-mega[data-tone] .mega-foot-link {
  color: var(--tone);
}
.resources-section .resource-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.resources-section .resource-cards article {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 156px;
  padding: 24px 22px;
  border: 1px solid rgba(11,21,34,.12);
  border-radius: 6px;
  background: var(--white);
}
.resources-section .resource-cards article:hover {
  transform: translateY(-2px);
  border-color: rgba(11,21,34,.22);
  box-shadow: 0 10px 24px rgba(11,42,92,.06);
}
.resources-section .resource-cards article span {
  margin: 0;
  color: var(--brand-blue, #416bd8);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .14em;
}
.resources-section .resource-cards article strong {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.012em;
}
.resources-section .resource-cards article p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.resources-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.platforms-heading h2 {
  white-space: normal !important;
}
.platforms-notice {
  width: min(640px, 100%);
  margin: 0 auto 28px;
  border-radius: 6px;
  border-color: rgba(11,21,34,.12);
  background: rgba(11,21,34,.03);
  color: var(--ink-soft);
  font-size: 13px;
  letter-spacing: 0;
}
.platforms-grid-six {
  gap: 16px;
}
.platform-card {
  min-height: 196px;
  padding: 22px 20px 24px;
  border-radius: 6px;
  background: var(--white);
  border-color: rgba(11,21,34,.12);
}
.platform-card strong {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -.012em;
}
.platform-card p {
  font-size: 13.5px;
  line-height: 1.65;
}
.platform-mark {
  border-radius: 6px;
  font-size: 10px;
  letter-spacing: .1em;
}
.platforms-aspects article {
  min-height: 160px;
  border-radius: 6px;
  background: var(--white);
}
.platforms-aspects strong {
  white-space: normal;
  font-size: 16px;
  font-weight: 600;
}
.platforms-aspects p {
  font-size: 13.5px;
  line-height: 1.65;
}
.commercial-home .section-heading > p {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.6;
}
.hero-chile .hero-art::after {
  background: linear-gradient(180deg, rgba(11,42,92,.82) 0%, rgba(7,16,29,.48) 46%, rgba(7,16,29,.78) 100%);
}
.hero-chile .hero-art-vignette {
  background: radial-gradient(circle at 18% 18%, rgba(200,29,37,.18), transparent 28%), radial-gradient(circle at 82% 22%, rgba(65,107,216,.18), transparent 32%);
}
.nav-mega { position: relative; }
.nav-mega-trigger {
  display: inline-flex;
  min-width: 78px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: inherit;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.nav-mega-trigger::after {
  width: 6px;
  height: 6px;
  margin-left: 7px;
  content: '';
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: .55;
  transition: transform .2s ease;
}
.nav-mega.is-open .nav-mega-trigger::after { transform: translateY(1px) rotate(225deg); }
.nav-mega.is-open .nav-mega-trigger,
.nav-mega-trigger[aria-expanded="true"] {
  background: rgba(11,21,34,.07);
}
.mega-panel[hidden] { display: none; }
.mega-copy[hidden] { display: none; }
.mega-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 140;
  display: grid;
  grid-template-columns: 240px minmax(580px, 1fr);
  width: min(1060px, calc(100vw - 40px));
  padding: 24px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(11,21,34,.14);
  transform: translateX(-38%);
  animation: megaIn .22s ease;
}
@keyframes megaIn {
  from { opacity: 0; transform: translateX(-38%) translateY(10px); }
  to { opacity: 1; transform: translateX(-38%) translateY(0); }
}
.mega-aside { display: grid; gap: 4px; padding-right: 18px; border-right: 1px solid rgba(11,21,34,.08); align-content: start; }
.mega-body { display: flex; flex-direction: column; min-width: 0; padding-left: 24px; }
.mega-foot {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(11,21,34,.08);
}
.mega-foot ul {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px 20px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-foot li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 12.5px;
  line-height: 1.5;
}
.mega-foot li svg { flex: 0 0 auto; width: 15px; height: 15px; opacity: .5; }
.mega-foot-link {
  color: var(--brand-blue);
  font-size: 12.5px;
  font-weight: 550;
  white-space: nowrap;
}
.mega-foot-link::after { content: ' →'; }
.mega-cat {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  color: #4a5560;
  border: 0;
  border-radius: 10px;
  background: transparent;
  font: inherit;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -.005em;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.mega-cat-icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  opacity: .55;
  transition: opacity .2s ease, color .2s ease;
}
.mega-cat:hover { color: var(--ink); background: rgba(11,21,34,.045); }
.mega-cat:hover .mega-cat-icon { opacity: .8; }
.mega-cat.is-active { color: var(--tone, var(--brand-blue)); background: color-mix(in srgb, var(--tone, var(--brand-blue)) 12%, #fff); font-weight: 600; }
.mega-cat.is-active .mega-cat-icon { opacity: 1; color: var(--tone, var(--brand-blue)); }
.mega-copy-head { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; margin-bottom: 22px; }
.mega-copy-head h2 { margin: 0; color: var(--tone, var(--brand-blue)); font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.mega-copy-head a { color: var(--tone, var(--brand-blue)); font-size: 12px; opacity: 1; white-space: nowrap; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.mega-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 20px 18px 22px;
  overflow: visible;
  opacity: 1;
  color: var(--ink);
  text-align: left;
  white-space: normal;
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 16px;
  background: #f7f8fb;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.mega-grid a::after {
  content: '→';
  position: absolute;
  top: 18px;
  right: 16px;
  color: var(--brand-blue);
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .2s ease, transform .2s ease;
}
.mega-grid a:hover { border-color: rgba(65,107,216,.35); background: #fff; transform: translateY(-2px); }
.mega-grid a:hover::after { opacity: 1; transform: translateX(0); }
.mega-grid strong {
  display: block;
  width: 100%;
  min-width: 0;
  padding-right: 18px;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.45;
  letter-spacing: -.005em;
  white-space: normal;
}
.mega-grid span {
  display: block;
  width: 100%;
  min-width: 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -.002em;
  white-space: normal;
  overflow: visible;
  overflow-wrap: break-word;
  word-break: normal;
}
.focus-section, .challenge-section, .method-section, .layers-section, .project-section, .about-section, .reach-section, .resources-section, .faq-section, .identity-section, .success-section { padding: 88px 0; }
.work-proof { scroll-margin-top: 88px; padding: 64px 0 40px; }
.work-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.work-proof-grid article {
  min-height: 0;
  padding: 22px 20px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: var(--white);
}
.work-proof-grid article span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-blue);
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.work-proof-grid article strong {
  display: block;
  margin: 0 0 10px;
  font-family: var(--sans);
  font-size: 17.5px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.work-proof-grid article p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.6;
}
.work-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 28px 0 0;
}
.work-proof-links a {
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -.01em;
  text-decoration: none;
  border-bottom: 1px solid rgba(65,107,216,.35);
  padding-bottom: 3px;
}
.reach-section { scroll-margin-top: 98px; padding: 64px 0; }
.commercial-home .project-section { padding: 48px 0; }
.project-gate {
  display: flex;
  justify-content: center;
}
.project-gate .button {
  min-width: 220px;
  justify-content: center;
}
.reach-simple {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.reach-simple h2 {
  margin: 0 0 14px;
  color: var(--ink);
}
.reach-simple > p:not(.kicker) {
  margin: 0 auto;
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.7;
}
.project-stage { max-width: 1080px; }
.project-head {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}
.project-head .kicker { display: inline-block; }
.project-head h2 {
  margin: 0 0 14px;
}
.project-head > p:not(.kicker):not(.project-badge) {
  margin: 0 auto;
  max-width: 52ch;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}
.project-badge { margin-inline: auto; }
.project-board {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 28px;
  align-items: center;
  max-width: 920px;
  margin-inline: auto;
}
.portal-preview {
  margin: 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(11,21,34,.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, #0b1522 0 72px, #f7f4ee 72px 100%);
  box-shadow: 0 22px 48px rgba(11,42,92,.1);
}
.portal-preview-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  margin-bottom: 16px;
  color: #faf9f4;
}
.portal-preview-top img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  box-shadow: none;
}
.portal-preview-top strong {
  font-size: 14px;
  font-weight: 620;
}
.portal-preview-top span {
  margin-left: auto;
  padding: 4px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(250,249,244,.78);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.portal-preview-roles {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
}
.portal-preview-roles span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--ink-soft);
  font-size: 12px;
}
.portal-preview-roles .is-on {
  background: #0b1522;
  color: #faf9f4;
}
.portal-preview-modules {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.portal-preview-modules li {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid rgba(11,21,34,.08);
  border-radius: 14px;
  background: #fff;
}
.portal-preview-modules strong { font-size: 14px; }
.portal-preview-modules span {
  color: var(--ink-soft);
  font-size: 12.5px;
}
.portal-preview-states-k {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.portal-preview-states {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.portal-preview-states li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(65,107,216,.1);
  color: var(--brand-blue);
  font-size: 12px;
}
.portal-preview figcaption {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}
.license-scope {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--line-dark);
}
.license-scope h3 {
  margin: 8px 0 22px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 500;
  letter-spacing: -.03em;
}
.license-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.license-scope-grid article {
  min-height: 0;
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  background: rgba(255,255,255,.5);
}
.license-scope-grid span {
  display: inline-flex;
  min-width: 54px;
  padding: 0 12px;
  height: 28px;
  align-items: center;
  border: 1px solid var(--copper);
  border-radius: 999px;
  color: var(--copper);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.license-scope-grid h4 {
  margin: 16px 0 10px;
  font-size: 18px;
  font-weight: 560;
  letter-spacing: -.02em;
}
.license-scope-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}
.focus-grid, .territory-grid, .why-grid, .resource-cards, .success-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.territory-grid, .success-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.about-section .about-grid { gap: 48px; align-items: start; }
.about-section .about-grid > .reveal > p {
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 16.5px;
  font-weight: 450;
  line-height: 1.78;
  letter-spacing: -.01em;
}
.about-section .about-grid > .reveal > p + p { margin-top: 16px; }
.about-section .about-grid > .reveal > h2 {
  margin: 0 0 22px;
  font-family: var(--sans);
  font-weight: 600;
}
.about-section .why-grid article {
  padding: 24px 22px;
}
.about-section .why-grid article strong {
  margin: 0 0 12px;
  font-family: var(--sans);
  font-size: 16.5px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.02em;
}
.about-section .why-grid article p {
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
}
.project-copy .button { margin-top: 8px; }
.project-section, .about-section, .success-section, .platforms-section, .services-section { scroll-margin-top: 88px; }
.platforms-section { padding-top: 104px; padding-bottom: 118px; }
.contact-section { padding-top: 108px; padding-bottom: 118px; }
.focus-card, .territory-card, .why-grid article, .resource-cards article, .success-grid article {
  min-height: 0;
  height: auto;
  padding: 20px;
  overflow: visible;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: var(--white);
  transition: transform .28s cubic-bezier(.2,.7,.2,1), border-color .28s ease, box-shadow .28s ease;
}
.focus-card:hover, .territory-card:hover, .resource-cards article:hover, .why-grid article:hover, .success-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(65,107,216,.32);
  box-shadow: 0 16px 36px rgba(11,42,92,.08);
}
.focus-card span, .territory-card span, .resource-cards article span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-blue);
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.focus-card strong, .territory-card h3, .why-grid article strong, .resource-cards article strong {
  display: block;
  margin: 0 0 10px;
  font-family: var(--sans);
  font-size: 17.5px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.focus-card p, .territory-card p, .why-grid article p, .resource-cards article p { margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }
.resource-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  align-content: start;
}
.resource-cards article {
  padding: 20px 18px 22px;
}
.resource-cards article strong {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.4;
}
.resources-section .resource-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.territory-card strong { display: block; margin: 16px 0 4px; color: var(--brand-blue); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.territory-card small { display: block; color: var(--ink-soft); font-size: 13px; font-style: normal; line-height: 1.5; }
.success-grid article strong { display: block; margin-bottom: 10px; font-size: 16px; }
.success-grid article span { display: block; margin-bottom: 12px; color: var(--brand-blue); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.success-grid article p { margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }
.challenge-grid, .project-grid, .about-grid, .resources-grid, .identity-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.challenge-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.challenge-list li { padding: 16px 18px; border-left: 3px solid var(--chile-red); background: var(--white); font-size: 15px; line-height: 1.5; }
.method-steps, .layer-stack, .identity-mission-grid, .identity-legal-grid, .method-ip-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.layer-stack, .identity-mission-grid, .method-ip-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.identity-legal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.method-steps li, .layer-stack li, .identity-mission-grid article, .identity-legal-grid article, .method-ip-grid article {
  min-height: 0;
  height: auto;
  padding: 18px;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  transition: transform .28s ease, background .28s ease;
}
.method-steps li:hover, .layers-section .layer-stack li:hover,
.identity-mission-grid article:hover, .identity-legal-grid article:hover, .method-ip-grid article:hover { transform: translateY(-4px); }
.layers-section .layer-stack li { border-color: var(--line-dark); background: var(--white); }
.method-steps span { display: block; margin-bottom: 14px; color: #e9d2b7; font-family: var(--mono); }
.method-steps p, .identity-mission-grid article p, .identity-legal-grid article p, .method-ip-grid article p { margin: 8px 0 0; font-size: 14.5px; line-height: 1.6; color: rgba(250,249,244,.68); }
.method-steps strong, .identity-mission-grid article strong, .identity-legal-grid article strong, .method-ip-grid article strong { display: block; font-size: 16px; }
.layers-section .layer-stack li {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 168px;
  padding: 22px 20px 24px;
  border: 1px solid rgba(11,21,34,.12);
  border-radius: 6px;
  background: var(--white);
  box-shadow: none;
}
.layers-section .layer-stack li:hover {
  transform: translateY(-2px);
  border-color: rgba(11,21,34,.22);
  box-shadow: 0 10px 24px rgba(11,42,92,.06);
}
.layers-section .layer-stack span {
  display: block;
  margin: 0;
  color: var(--brand-blue, #416bd8);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.layers-section .layer-stack strong {
  display: block;
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.012em;
}
.layers-section .layer-stack p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}
.identity-timeline { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.identity-timeline li { position: relative; padding: 0 0 26px 26px; border-left: 1px solid rgba(255,255,255,.16); }
.identity-timeline li:last-child { padding-bottom: 0; }
.identity-timeline li::before { position: absolute; top: 3px; left: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--copper); content: ''; }
.identity-timeline-kicker { display: block; margin-bottom: 6px; color: #e9d2b7; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.identity-timeline strong { display: block; margin-bottom: 6px; font-size: 16px; }
.identity-timeline p { margin: 0; font-size: 14.5px; line-height: 1.6; color: rgba(250,249,244,.68); }
.project-points { margin: 22px 0 26px; padding: 0; list-style: none; display: grid; gap: 4px; }
.project-badge {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(65,107,216,.1);
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.project-points li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 15px;
  line-height: 1.5;
}
.project-points li::before {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--chile-red);
  content: '';
}
.project-section figure:not(.portal-preview) {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 22px 48px rgba(11,42,92,.1);
}
.project-section figure:not(.portal-preview) img { width: 100%; height: 380px; object-fit: cover; border-radius: 22px; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.about-section img { width: 100%; height: 380px; object-fit: cover; border-radius: 22px; }
.project-section figure:not(.portal-preview):hover img { transform: scale(1.04); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line-dark); border-radius: 16px; background: var(--white); overflow: hidden; transition: border-color .25s ease, box-shadow .25s ease; }
.faq-list details[open] { border-color: rgba(65,107,216,.28); box-shadow: 0 12px 28px rgba(11,42,92,.06); }
.faq-list summary { cursor: pointer; padding: 16px 22px; font-weight: 600; font-size: 15px; transition: color .2s ease, background .2s ease; }
.faq-list details[open] summary { color: var(--brand-blue); background: rgba(65,107,216,.05); }
.faq-list details p { margin: 0; padding: 0 22px 16px; color: var(--ink-soft); font-size: 14.5px; animation: faqOpen .28s ease; }
.commercial-home .button-dark { background: #0b1522; color: #fff; }
.commercial-home .button-dark:hover { background: var(--chile-red); }
.commercial-home .js .reveal:not(.in-view) { transform: translateY(12px); }
.commercial-home .reveal { transition: opacity .5s ease, transform .5s cubic-bezier(.2,.7,.2,1); }
@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}
.commercial-home .site-header .nav-tools .header-link-cta { display: inline-flex; }

@media (max-width: 1100px) {
  .utility-flag-strip,
  .utility-reach-link { display: none; }
  .utility-inner { grid-template-columns: auto minmax(0, 1fr) auto; }
  .commercial-home .site-header {
    grid-template-columns: minmax(160px, auto) minmax(0, 1fr) auto;
    column-gap: 10px;
    padding: 0 16px;
  }
  .commercial-home .site-nav {
    max-width: 100%;
    overflow: visible;
  }
  .commercial-home .nav-mega.is-open {
    z-index: 170;
  }
  .commercial-home .site-nav a,
  .commercial-home .nav-mega-trigger { padding: 0 8px; font-size: 12px; }
  .focus-grid, .territory-grid, .method-steps, .layer-stack, .why-grid, .resource-cards, .success-grid, .identity-mission-grid, .identity-legal-grid, .method-ip-grid, .license-scope-grid { grid-template-columns: 1fr 1fr; }
  .challenge-grid, .project-grid, .project-board, .about-grid, .resources-grid, .identity-grid { grid-template-columns: 1fr; }
  .mega-panel { grid-template-columns: 1fr; width: min(92vw, 640px); transform: translateX(-20%); }
  .mega-aside { border-right: 0; border-bottom: 1px solid rgba(11,21,34,.08); padding: 0 0 12px; }
  .mega-body { padding: 16px 0 0; }
  .mega-foot { flex-wrap: wrap; gap: 12px; }
  .mega-grid { grid-template-columns: 1fr; }
  .service-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-tabs::before { display: none; }
  .start-grid { grid-template-columns: 1fr 1fr; }
  .commercial-home .section-heading,
  .commercial-home .services-section .section-heading { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .commercial-home .site-header {
    display: flex !important;
    height: 56px;
    padding: 0 12px;
    gap: 8px;
    align-items: center;
  }
  .commercial-home .brand { flex: 1 1 auto; min-width: 0; }
  .commercial-home .brand-copy small { display: none; }
  .utility-line, .utility-flag-strip { display: none; }
  .utility-links { display: none; }
  .proof-ticker { display: none; }
  .utility-inner { grid-template-columns: 1fr auto; }
  .google-proof-lists,
  .google-proof-cards { grid-template-columns: 1fr; }
  .service-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .start-grid, .start-track { grid-template-columns: 1fr; }
  .start-track::before { display: none; }
  .service-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 18px;
  }
  .commercial-home .hero { padding-top: 96px; }
  .commercial-home .menu-toggle { display: flex; order: 3; flex: 0 0 auto; }
  .commercial-home .nav-tools {
    display: flex;
    order: 2;
    gap: 6px;
    justify-self: unset;
  }
  .commercial-home .country-pill { display: none; }
  .commercial-home .site-header .nav-tools .header-link-cta {
    display: inline-flex;
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }
  .commercial-home .site-nav {
    position: fixed;
    top: 90px;
    left: 12px;
    right: 12px;
    bottom: auto;
    z-index: 120;
    display: flex;
    order: 4;
    width: calc(100vw - 24px) !important;
    max-width: none;
    max-height: calc(100svh - 110px);
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    overflow: auto;
    border: 1px solid rgba(11,21,34,.1);
    border-radius: 18px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 24px 50px rgba(11,21,34,.16);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  body.menu-open.commercial-home .site-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
  }
  .commercial-home .site-nav a,
  .commercial-home .nav-mega-trigger {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    font-size: 15px;
    white-space: normal;
  }
  .commercial-home .nav-access {
    display: inline-flex;
    margin-top: 8px;
    justify-content: center;
    min-height: 46px;
    color: #fff;
    background: #0b1522;
    font-size: 14px;
  }
  .commercial-home .mega-panel {
    position: static;
    display: none;
    width: 100%;
    transform: none;
    box-shadow: none;
    padding: 8px 0 0;
    animation: none;
  }
  .commercial-home .nav-mega.is-open .mega-panel,
  .commercial-home .nav-mega-trigger[aria-expanded="true"] + .mega-panel {
    display: grid;
  }
  .commercial-home .hero-actions {
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .commercial-home .hero-actions .button {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 46px;
    white-space: normal;
    line-height: 1.25;
    padding: 10px 16px;
  }
  .commercial-home .hero-meta {
    grid-template-columns: 1fr;
    width: min(320px, calc(100vw - 32px));
    gap: 0;
    padding: 8px 14px;
    border-radius: 16px;
  }
  .commercial-home .hero-meta div {
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .commercial-home .hero-meta div:last-child { border-bottom: 0; }
  .commercial-home .hero-meta div:nth-child(2) { display: flex; }
  .commercial-home .hero-meta span,
  .commercial-home .hero-meta strong { font-size: 11px; }
  .focus-grid, .territory-grid, .method-steps, .layer-stack, .why-grid, .resource-cards, .success-grid, .identity-mission-grid, .identity-legal-grid, .method-ip-grid { grid-template-columns: 1fr; }
  .work-proof-grid { grid-template-columns: 1fr; }
  .commercial-home .hero-actions .text-link { margin-top: 2px; }
  .commercial-home .hero { min-height: auto; }
  .commercial-home .hero-content { padding-top: 36px; padding-bottom: 148px; }
  .legal-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .legal-nav::-webkit-scrollbar { display: none; }
  .legal-nav a { flex: 0 0 auto; }
  .contact-actions .button,
  .contact-actions .text-link { width: min(100%, 320px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal:not(.in-view), .reveal { opacity: 1; transform: none; }
  .pointer-light { display: none; }
  .focus-card:hover, .territory-card:hover, .service-tab:hover, .service-cta:hover { transform: none; }
  .service-panel.is-entering { animation: none; }
}
