:root {
  --navy-950: #07182f;
  --navy-900: #0c2a4a;
  --navy-800: #123d68;
  --navy-700: #1b5688;
  --teal-700: #126e8a;
  --teal-600: #1a819d;
  --teal-100: #e2f0f5;
  --gold-500: #ddbb71;
  --gold-400: #edcf8d;
  --gold-100: #f8edd4;
  --ink: #102b36;
  --slate: #526873;
  --mist: #eef4f5;
  --paper: #f8faf9;
  --white: #fff;
  --line: rgba(18, 59, 74, .15);
  --shadow: 0 28px 70px rgba(6, 25, 35, .13);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 12px 18px; background: var(--gold-500); color: var(--navy-950); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.topline { background: var(--navy-950); color: rgba(255,255,255,.72); font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline-detail { color: var(--gold-400); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,59,74,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy-900); }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand span { font-family: var(--serif); font-size: 1.4rem; letter-spacing: .01em; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .88rem; font-weight: 600; }
.main-nav a { position: relative; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--teal-700); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 17px; border: 1px solid var(--navy-800); border-radius: 999px; transition: .25s ease; }
.nav-cta:hover { background: var(--navy-900); color: white; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: var(--navy-900); transition: .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 772px; display: grid; align-items: stretch; overflow: hidden; background: var(--navy-950); color: white; }
.hero-photo { position: absolute; inset: 0 0 0 46%; background: url("assets/hero-ialimentaria-17.webp") center / cover no-repeat; filter: saturate(.78) contrast(.98); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,47,1) 0%, rgba(7,24,47,.97) 35%, rgba(7,24,47,.73) 58%, rgba(7,24,47,.14) 100%), linear-gradient(0deg, rgba(7,24,47,.66), transparent 54%); }
.hero-grid { position: relative; z-index: 1; min-height: 772px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .62fr); gap: clamp(50px, 8vw, 120px); align-items: center; padding-block: 54px 44px; }
.hero-copy { max-width: 770px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--teal-700); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-400); }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.hero h1 { max-width: 800px; font-size: clamp(4rem, 5.75vw, 5.95rem); text-wrap: balance; }
.hero-lead { max-width: 700px; margin: 21px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.03rem, 1.35vw, 1.18rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: .9rem; font-weight: 700; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: var(--gold-500); box-shadow: 0 12px 28px rgba(221,187,113,.18); }
.button-gold:hover { background: var(--gold-400); }
.button-ghost { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); }
.button-dark { background: var(--navy-900); color: white; }
.button-dark:hover { background: var(--teal-700); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { color: var(--gold-400); font-size: 1.05rem; }
.hero-proof span { color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.4; }

.control-card { align-self: end; width: min(100%, 420px); margin-bottom: 20px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(7,24,47,.85); box-shadow: 0 30px 80px rgba(2,10,24,.3); backdrop-filter: blur(18px); }
.control-head { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 9px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.control-head span:not(.status-dot) { font-weight: 700; font-size: .84rem; }
.control-head small { color: rgba(255,255,255,.48); font-size: .66rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #63b27a; box-shadow: 0 0 0 5px rgba(99,178,122,.12); }
.control-flow { display: grid; gap: 10px; padding-block: 18px; }
.flow-row { display: grid; grid-template-columns: 38px 1fr 26px; gap: 12px; align-items: center; padding: 11px 12px; border-radius: 10px; background: rgba(255,255,255,.055); }
.flow-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: rgba(221,187,113,.12); color: var(--gold-400); font-size: .68rem; font-weight: 700; }
.flow-row div { display: grid; }
.flow-row b { font-size: .8rem; }
.flow-row small { color: rgba(255,255,255,.5); font-size: .66rem; }
.flow-row i { position: relative; width: 20px; height: 6px; border-radius: 99px; background: rgba(255,255,255,.12); }
.flow-row i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--fill, 70%); border-radius: inherit; background: var(--teal-600); }
.flow-row:nth-child(2) i::after { width: 82%; background: var(--gold-500); }
.flow-row:nth-child(3) i::after { width: 58%; }
.flow-row:nth-child(4) i::after { width: 76%; background: #6f91b4; }
.control-card > p { margin: 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: .72rem; }

.section { padding-block: 120px; }
.section h2 { font-size: clamp(3rem, 4.6vw, 5.25rem); color: var(--navy-900); text-wrap: balance; }
.manifesto { background: white; }
.manifesto-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.manifesto-copy { padding-top: 55px; }
.manifesto-copy p { color: var(--slate); }
.manifesto-copy .manifesto-lead { margin-top: 0; color: var(--ink); font-size: 1.25rem; line-height: 1.65; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 12px; color: var(--teal-700); text-decoration: none; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.pillar-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 86px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-strip article { min-height: 220px; padding: 30px 28px 28px 0; }
.pillar-strip article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.pillar-strip span { color: var(--gold-500); font-size: .75rem; font-weight: 700; }
.pillar-strip h3 { margin: 45px 0 8px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.pillar-strip p { margin: 0; color: var(--slate); font-size: .9rem; }

.route-finder { background: var(--mist); }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.12fr .68fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 8px; color: var(--slate); }
.finder { display: grid; grid-template-columns: 340px 1fr; gap: 18px; }
.finder-tabs { display: flex; flex-direction: column; gap: 8px; }
.finder-tab { width: 100%; min-height: 68px; padding: 14px 18px; display: flex; align-items: center; border: 1px solid transparent; border-radius: 10px; color: var(--slate); background: rgba(255,255,255,.66); text-align: left; font-size: .86rem; font-weight: 600; cursor: pointer; transition: .22s ease; }
.finder-tab:hover { background: white; color: var(--ink); }
.finder-tab.is-active { color: white; background: var(--navy-900); box-shadow: 0 14px 30px rgba(8,36,51,.15); }
.finder-panel { min-height: 590px; display: grid; grid-template-columns: .98fr 1.02fr; overflow: hidden; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.finder-media { position: relative; min-height: 100%; overflow: hidden; }
.finder-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,25,35,.45), transparent 48%); pointer-events: none; }
.finder-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .45s ease; }
.finder-panel.is-changing .finder-media img { opacity: .4; transform: scale(1.025); }
.finder-media > span { position: absolute; z-index: 1; left: 24px; bottom: 24px; padding: 9px 12px; border-radius: 999px; color: white; background: rgba(6,25,35,.78); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.finder-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); }
.finder-index { margin: 0 0 24px; color: var(--gold-500); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.finder-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 3.7vw, 4rem); font-weight: 400; line-height: 1; color: var(--navy-900); }
.finder-answer { margin: 22px 0 18px; color: var(--slate); font-size: 1.04rem; }
.finder-copy ul { display: grid; gap: 8px; margin: 0 0 30px; padding: 0; list-style: none; }
.finder-copy li { position: relative; padding-left: 24px; color: var(--ink); font-size: .87rem; }
.finder-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-700); font-weight: 700; }
.finder-copy .button { align-self: flex-start; }

.infrastructure { overflow: hidden; background: radial-gradient(circle at 84% 12%, rgba(45,91,169,.18), transparent 34%), linear-gradient(135deg, var(--navy-950), var(--navy-900)); color: white; }
.infrastructure-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.infrastructure h2, .credibility h2, .closing h2 { color: white; }
.infrastructure-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 1.02rem; }
.scope-note { display: grid; grid-template-columns: 24px 1fr; gap: 12px; margin: 28px 0 30px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.045); }
.scope-note svg { width: 22px; fill: none; stroke: var(--gold-400); stroke-width: 1.7; }
.scope-note p { margin: 0; color: rgba(255,255,255,.63); font-size: .78rem; }
.system-visual { position: relative; min-width: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: #edf4f5; color: var(--ink); box-shadow: 0 50px 100px rgba(0,0,0,.32); transform: perspective(1500px) rotateY(-2.5deg) rotateX(1deg); }
.system-toolbar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 0 18px; border-bottom: 1px solid #dbe5e6; color: var(--slate); font-size: .67rem; }
.system-toolbar div { display: flex; gap: 5px; }
.system-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: #b9c8cb; }
.system-toolbar b { justify-self: end; color: var(--teal-700); font-size: .6rem; letter-spacing: .09em; text-transform: uppercase; }
.system-body { min-height: 520px; display: grid; grid-template-columns: 150px 1fr; }
.system-side { padding: 22px 14px; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid #dbe5e6; background: white; border-radius: 0 0 0 17px; }
.side-brand { display: flex; align-items: center; gap: 8px; margin: 0 4px 22px; font-family: var(--serif); color: var(--navy-900); }
.side-brand img { width: 25px; height: 25px; object-fit: contain; }
.system-side > span:not(.side-brand) { padding: 9px 10px; border-radius: 7px; color: #667a82; font-size: .64rem; }
.system-side > .is-current { color: var(--navy-900) !important; background: var(--teal-100); font-weight: 700; }
.system-main { min-width: 0; padding: 28px; }
.system-title { display: flex; justify-content: space-between; align-items: center; }
.system-title small { color: var(--teal-700); font-size: .55rem; font-weight: 700; letter-spacing: .12em; }
.system-title h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; color: var(--navy-900); }
.system-title > span { padding: 8px 10px; border: 1px solid #d2dfe1; border-radius: 6px; color: #637780; font-size: .58rem; background: white; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.metric-row article { min-width: 0; padding: 16px; border: 1px solid #dbe5e6; border-radius: 9px; background: white; }
.metric-row small, .work-chart > small { display: block; color: #75888e; font-size: .58rem; }
.metric-row strong { display: block; margin: 6px 0 14px; color: var(--navy-900); font-size: .8rem; }
.metric-line { display: block; height: 3px; border-radius: 9px; background: var(--teal-600); }
.metric-line.gold { background: var(--gold-500); }
.metric-line.blue { background: #7c9fb1; }
.work-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; margin-top: 10px; }
.work-list, .work-chart { min-width: 0; padding: 14px; border: 1px solid #dbe5e6; border-radius: 9px; background: white; }
.work-list > div { display: grid; grid-template-columns: 28px 1fr 12px; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid #e9eff0; }
.work-list > div:last-child { border: 0; }
.work-list span { width: 26px; height: 26px; border-radius: 6px; background: var(--teal-100); }
.work-list p { display: grid; margin: 0; }
.work-list b { font-size: .62rem; }
.work-list small { color: #829297; font-size: .52rem; }
.work-list i { color: var(--teal-700); font-style: normal; }
.bars { height: 145px; display: flex; align-items: end; gap: 8px; padding-top: 20px; }
.bars i { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(#2d8c94, #b6dadc); }
.work-chart > span { display: block; margin-top: 12px; color: #687a80; font-size: .54rem; }
.system-float { position: absolute; right: -30px; bottom: 40px; display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; min-width: 250px; padding: 14px; border: 1px solid rgba(18,59,74,.1); border-radius: 10px; background: white; box-shadow: 0 22px 46px rgba(6,25,35,.18); }
.system-float > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; color: var(--teal-700); background: var(--teal-100); font-weight: 700; }
.system-float div { display: grid; }
.system-float b { font-size: .7rem; }
.system-float small { color: var(--slate); font-size: .55rem; }

.solutions { background: white; }
.centered { max-width: 870px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 720px; margin: 24px auto 0; color: var(--slate); }
.solution-list { border-top: 1px solid var(--line); }
.solution-row { display: grid; grid-template-columns: 54px 155px 1fr 54px; gap: 30px; align-items: center; min-height: 180px; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .25s ease, background .25s ease; }
.solution-row:hover { padding-inline: 18px; background: #f4f8f8; }
.solution-number { align-self: start; padding-top: 8px; color: var(--gold-500); font-size: .72rem; font-weight: 700; }
.solution-thumb { width: 155px; height: 128px; overflow: hidden; border-radius: 9px; }
.solution-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.solution-row:hover .solution-thumb img { transform: scale(1.04); }
.solution-content small { color: var(--teal-700); font-size: .66rem; font-weight: 700; letter-spacing: .12em; }
.solution-content h3 { margin: 4px 0 8px; color: var(--navy-900); font-family: var(--serif); font-size: 2.15rem; font-weight: 400; line-height: 1; }
.solution-content p { max-width: 660px; margin: 0; color: var(--slate); font-size: .9rem; }
.solution-arrow { width: 48px; height: 48px; display: grid; place-items: center; justify-self: end; border: 1px solid var(--line); border-radius: 50%; color: var(--teal-700); font-size: 1.2rem; transition: .22s; }
.solution-row:hover .solution-arrow { color: white; background: var(--navy-900); transform: rotate(45deg); }
.solution-row-featured { margin-top: 8px; padding-inline: 18px; color: white; background: linear-gradient(112deg, var(--navy-900), var(--navy-800)); border-radius: 12px; }
.solution-row-featured:hover { background: var(--navy-800); }
.solution-row-featured .solution-content h3, .solution-row-featured .solution-number { color: var(--gold-400); }
.solution-row-featured .solution-content p { color: rgba(255,255,255,.65); }
.solution-row-featured .solution-arrow { border-color: rgba(255,255,255,.22); color: white; }

.method { background: linear-gradient(135deg, #f8f3e8, #f5f8f7 55%); }
.method-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.method-intro > p:not(.eyebrow) { max-width: 590px; color: var(--slate); }
.method-intro figure { position: relative; margin: 46px 0 0; }
.method-intro figure::before { content: ""; position: absolute; z-index: 1; left: -12px; top: -12px; width: 65px; height: 65px; border-top: 1px solid var(--gold-500); border-left: 1px solid var(--gold-500); }
.method-intro figure img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 12px; }
.method-intro figcaption { margin-top: 10px; color: var(--slate); font-size: .72rem; }
.method-steps { margin: 36px 0 0; padding: 0; list-style: none; counter-reset: method; }
.method-steps li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 28px 0; border-top: 1px solid var(--line); }
.method-steps li:last-child { border-bottom: 1px solid var(--line); }
.method-steps > li > span { color: var(--gold-500); font-size: .76rem; font-weight: 700; }
.method-steps h3 { margin: 0 0 7px; color: var(--navy-900); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.method-steps p { margin: 0; color: var(--slate); font-size: .9rem; }

.credibility { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 88%, rgba(41,89,166,.16), transparent 34%), linear-gradient(145deg, var(--navy-900), var(--navy-950)); color: white; }
.credibility::before { content: ""; position: absolute; width: 600px; height: 600px; left: -200px; bottom: -300px; border: 1px solid rgba(221,187,113,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(221,187,113,.025), 0 0 0 180px rgba(221,187,113,.02); }
.credibility-grid { position: relative; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(70px, 10vw, 150px); }
.credibility-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.credibility-cards article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.credibility-cards span { color: var(--gold-400); font-size: .72rem; font-weight: 700; }
.credibility-cards h3 { margin: 45px 0 10px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.credibility-cards p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; }

.closing { padding-block: 80px; background: #e7eff0; }
.closing-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.12fr .68fr; gap: 80px; padding: clamp(48px, 7vw, 88px); border-radius: 20px; background: radial-gradient(circle at 91% 4%, rgba(48,95,174,.17), transparent 39%), linear-gradient(135deg, var(--navy-950), var(--navy-900)); color: white; box-shadow: var(--shadow); }
.closing-panel::after { content: ""; position: absolute; right: -150px; top: -260px; width: 580px; height: 580px; border: 1px solid rgba(221,187,113,.13); border-radius: 50%; }
.closing-copy, .closing-route { position: relative; z-index: 1; }
.closing-copy > p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.65); font-size: 1.04rem; }
.closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.closing-route { align-self: center; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.045); }
.closing-route > span { color: var(--gold-400); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.closing-route ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.closing-route li { position: relative; padding-left: 20px; color: rgba(255,255,255,.68); font-size: .82rem; }
.closing-route li::before { content: ""; position: absolute; left: 0; top: .63em; width: 7px; height: 7px; border-radius: 50%; background: var(--teal-600); }

.site-footer { padding: 78px 0 26px; background: linear-gradient(160deg, var(--navy-950), #061426); color: white; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr .8fr; gap: 70px; }
.brand-footer { color: white; }
.footer-brand p { max-width: 350px; color: rgba(255,255,255,.52); font-size: .84rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid h3 { margin: 0 0 12px; color: var(--gold-400); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { color: rgba(255,255,255,.58); text-decoration: none; font-size: .8rem; }
.footer-grid a:hover { color: white !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: .7rem; }

@media (max-width: 1120px) {
  .main-nav { gap: 16px; font-size: .8rem; }
  .hero-grid { grid-template-columns: 1fr 360px; gap: 35px; }
  .hero h1 { font-size: clamp(4rem, 7vw, 5.4rem); }
  .finder { grid-template-columns: 290px 1fr; }
  .infrastructure-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .system-visual { transform: none; }
  .system-side { display: none; }
  .system-body { grid-template-columns: 1fr; }
  .system-float { right: -10px; }
}

@media (max-width: 940px) {
  :root { --shell: min(100% - 36px, 760px); }
  .topline-detail { display: none; }
  .topline-inner { justify-content: center; text-align: center; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; z-index: 110; inset: 112px 18px auto; max-height: calc(100vh - 132px); overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); visibility: hidden; transform: translateY(-12px); transition: transform .22s ease, visibility 0s linear .22s; }
  .main-nav.is-open { visibility: visible; transform: translateY(0); transition-delay: 0s; }
  .main-nav a { padding: 14px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero, .hero-grid { min-height: auto; }
  .hero-photo { inset: 0; background-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,24,47,.98), rgba(7,24,47,.81)), linear-gradient(0deg, rgba(7,24,47,.94), transparent); }
  .hero-grid { grid-template-columns: 1fr; padding-block: 88px 55px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { max-width: 680px; font-size: clamp(3.65rem, 11vw, 5.4rem); }
  .control-card { width: 100%; margin: 15px 0 0; display: grid; grid-template-columns: .9fr 1.7fr; gap: 20px; align-items: center; }
  .control-head { grid-column: 1 / -1; }
  .control-flow { grid-template-columns: repeat(2, 1fr); }
  .control-card > p { align-self: stretch; display: flex; align-items: center; padding: 0 0 0 20px; border-top: 0; border-left: 1px solid rgba(255,255,255,.12); }
  .section { padding-block: 90px; }
  .manifesto-grid, .split-heading, .infrastructure-grid, .method-grid, .credibility-grid, .closing-panel { grid-template-columns: 1fr; gap: 45px; }
  .manifesto-copy { padding-top: 0; }
  .pillar-strip { grid-template-columns: repeat(2, 1fr); }
  .pillar-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .pillar-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .finder { grid-template-columns: 1fr; }
  .finder-tabs { flex-direction: row; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; }
  .finder-tab { min-width: 230px; min-height: 62px; scroll-snap-align: start; }
  .infrastructure-copy { max-width: 700px; }
  .system-visual { max-width: 760px; margin-inline: auto; }
  .credibility-cards { max-width: 760px; }
  .closing-route { max-width: 560px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 32px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .topline { font-size: .72rem; line-height: 1.45; }
  .header-inner { min-height: 72px; }
  .brand img { width: 43px; height: 43px; }
  .brand span { font-size: 1.18rem; }
  .main-nav { top: 106px; font-size: 1rem; }
  .hero-grid { padding-block: 70px 36px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.4rem); }
  .hero-lead { font-size: 1.08rem; line-height: 1.65; }
  .hero-actions, .closing-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button, .closing-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 15px; }
  .hero-proof div { grid-template-columns: 85px 1fr; align-items: center; }
  .hero-proof strong { font-size: 1.08rem; }
  .hero-proof span { font-size: .84rem; line-height: 1.5; }
  .control-card { display: block; padding: 20px; }
  .control-head span:not(.status-dot) { font-size: .96rem; }
  .control-head small { font-size: .84rem; }
  .control-flow { grid-template-columns: 1fr; }
  .flow-row { grid-template-columns: 42px 1fr 26px; gap: 13px; padding: 13px; }
  .flow-icon { width: 40px; height: 40px; font-size: .82rem; }
  .flow-row b { font-size: .92rem; }
  .flow-row small { font-size: .84rem; line-height: 1.45; }
  .control-card > p { padding: 16px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; line-height: 1.55; }
  .button { font-size: 1rem; }
  .section { padding-block: 72px; }
  .section h2 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
  .eyebrow { font-size: .9rem; line-height: 1.5; letter-spacing: .1em; }
  .manifesto-copy p { font-size: 1rem; line-height: 1.65; }
  .manifesto-copy .manifesto-lead { font-size: 1.14rem; }
  .text-link { font-size: 1rem; }
  .pillar-strip { grid-template-columns: 1fr; }
  .pillar-strip article { min-height: 0; padding: 26px 0 !important; border-left: 0 !important; border-top: 1px solid var(--line); }
  .pillar-strip article:first-child { border-top: 0; }
  .pillar-strip span { font-size: .82rem; }
  .pillar-strip h3 { margin-top: 24px; font-size: 1.9rem; }
  .pillar-strip p { font-size: 1rem; line-height: 1.6; }
  .section-heading { margin-bottom: 38px; }
  .split-heading > p, .centered > p:last-child { font-size: 1rem; line-height: 1.6; }
  .finder-tab { min-width: 272px; min-height: 72px; padding: 16px 18px; font-size: .96rem; line-height: 1.45; }
  .finder-panel { grid-template-columns: 1fr; min-height: 0; }
  .finder-media { min-height: 300px; }
  .finder-media > span { font-size: .78rem; }
  .finder-copy { padding: 32px 24px 38px; }
  .finder-index { font-size: .82rem; }
  .finder-answer { font-size: 1.06rem; line-height: 1.6; }
  .finder-copy li { font-size: .96rem; line-height: 1.55; }
  .finder-copy .button { width: 100%; }
  .infrastructure-copy > p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.65; }
  .scope-note { grid-template-columns: 26px 1fr; padding: 18px; }
  .scope-note p { font-size: .9rem; line-height: 1.55; }
  .system-visual { width: calc(100% + 16px); margin-inline: -8px; transform: none; border-radius: 14px; }
  .system-toolbar { grid-template-columns: 1fr 1fr; }
  .system-toolbar > span { display: none; }
  .system-toolbar { height: 52px; font-size: .82rem; }
  .system-toolbar b { font-size: .9rem; }
  .system-body { min-height: auto; }
  .system-main { padding: 24px 18px; }
  .system-title { align-items: flex-start; }
  .system-title small { font-size: .92rem; }
  .system-title h3 { font-size: 2rem; }
  .system-title > span { padding: 10px 12px; font-size: .9rem; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row { gap: 14px; margin-top: 28px; }
  .metric-row article { padding: 20px; }
  .metric-row small, .work-chart > small { font-size: .96rem; }
  .metric-row strong { margin-block: 8px 16px; font-size: 1.12rem; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid { gap: 14px; margin-top: 14px; }
  .work-list, .work-chart { padding: 20px; }
  .work-list > div { grid-template-columns: 34px 1fr 16px; gap: 11px; padding: 13px 0; }
  .work-list span { width: 32px; height: 32px; }
  .work-list b { font-size: 1.04rem; }
  .work-list small { font-size: .94rem; line-height: 1.5; }
  .work-chart > span { font-size: .94rem; line-height: 1.5; }
  .system-float { position: static; min-width: 0; margin: 0 18px 18px; }
  .system-float { padding: 18px; }
  .system-float b { font-size: 1.04rem; }
  .system-float small { font-size: .94rem; line-height: 1.5; }
  .solution-row, .solution-row-featured { grid-template-columns: 38px 1fr 40px; gap: 14px; min-height: 0; padding: 22px 0; border-radius: 0; }
  .solution-row-featured { margin-inline: -14px; padding-inline: 14px; border-radius: 10px; }
  .solution-thumb { grid-column: 2 / -1; grid-row: 1; width: 100%; height: 190px; }
  .solution-number { grid-column: 1; grid-row: 2; }
  .solution-content { grid-column: 2; grid-row: 2; }
  .solution-number { font-size: .8rem; }
  .solution-content small { font-size: .8rem; line-height: 1.45; }
  .solution-content h3 { margin-block: 7px 10px; font-size: 2rem; }
  .solution-content p { font-size: 1rem; line-height: 1.6; }
  .solution-arrow { grid-column: 3; grid-row: 2; width: 40px; height: 40px; }
  .method-intro figure img { aspect-ratio: 1.15; }
  .method-intro > p:not(.eyebrow) { font-size: 1rem; line-height: 1.65; }
  .method-intro figcaption { font-size: .84rem; line-height: 1.5; }
  .method-steps li { grid-template-columns: 42px 1fr; gap: 14px; }
  .method-steps > li > span { font-size: .82rem; }
  .method-steps h3 { font-size: 1.9rem; }
  .method-steps p { font-size: 1rem; line-height: 1.6; }
  .credibility-cards { grid-template-columns: 1fr; }
  .credibility-cards article { min-height: 0; padding: 30px 26px; }
  .credibility-cards span { font-size: .82rem; }
  .credibility-cards h3 { margin-top: 30px; font-size: 1.9rem; }
  .credibility-cards p { font-size: .96rem; line-height: 1.6; }
  .closing { padding-block: 24px; }
  .closing-panel { width: calc(100% - 20px); padding: 44px 24px; border-radius: 14px; }
  .closing-copy > p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.65; }
  .closing-route { padding: 24px 20px; }
  .closing-route > span { font-size: .82rem; line-height: 1.5; }
  .closing-route li { font-size: .96rem; line-height: 1.55; }
  .site-footer { padding-top: 64px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-brand p { font-size: 1.05rem; line-height: 1.65; }
  .footer-grid h3 { font-size: .82rem; }
  .footer-grid > div:not(.footer-brand) { gap: 10px; }
  .footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { font-size: 1.05rem; line-height: 1.55; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom { font-size: .9rem; line-height: 1.5; }

  /* Mobile reading scale: supporting copy must remain comfortable at arm's length. */
  .section p:not(.eyebrow) { font-size: 1.125rem; line-height: 1.68; }
  .section li { font-size: 1.06rem; line-height: 1.62; }
  .section small { font-size: 1rem; line-height: 1.5; }

  /* A true mobile floor: informative microcopy never drops below 16px. */
  .topline,
  .eyebrow,
  .hero-proof span,
  .control-head small,
  .flow-icon,
  .flow-row small,
  .pillar-strip span,
  .finder-media > span,
  .finder-index,
  .system-toolbar,
  .system-toolbar b,
  .system-title small,
  .system-title > span,
  .metric-row small,
  .work-chart > small,
  .work-list small,
  .work-chart > span,
  .system-float small,
  .solution-number,
  .solution-content small,
  .method-intro figcaption,
  .method-steps > li > span,
  .credibility-cards span,
  .closing-route > span,
  .footer-grid h3,
  .footer-bottom { font-size: 1rem; }

  .control-head span:not(.status-dot),
  .flow-row b,
  .work-list b,
  .system-float b { font-size: 1.06rem; }

  .control-card > p { font-size: 1.06rem; }
  .finder-tab { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
