@font-face {
  font-family: "Hotmart Sans";
  src: url("./fonts/site-font-0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hotmart Sans";
  src: url("./fonts/site-font-1.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} /* Departure Mono — https://github.com/rektdeckard/departure-mono
Copyright 2022–2024 Helena Zhang (helenazhang.com).

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

*/
@font-face {
  font-family: "Departure Mono";
  src: url("./fonts/site-font-2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* HIFY — a continuous investigation. Native, responsive, motion-aware. */
:root {
  --bg:#0d0d0d; --surface:#171717; --ink:#ffffff; --muted:#c4c4c4;
  --orange:#ff4000; --orange-bright:#ff794d; --line:#ffffff24;
  --paper:#ffffff; --paper-ink:#171717; --paper-muted:#484848;
  --sans:"Hotmart Sans",Arial,Helvetica,sans-serif;
  --display:"Departure Mono","Courier New",monospace;
  --max:1328px; --ease:cubic-bezier(.22,1,.36,1);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:100px; }
body { margin:0; background:var(--bg); color:var(--ink); font:16px/1.55 var(--sans); -webkit-font-smoothing:antialiased; }
body, main { overflow-x:clip; }
h1,h2,h3,h4,p { margin:0; }
h1,h2,h3,h4 { font-family:var(--sans); font-weight:700; }
h1,h2 { letter-spacing:-.055em; line-height:1.04; }
h2 { font-size:clamp(38px,4.35vw,66px); }
h3 { letter-spacing:-.03em; line-height:1.22; }
a { color:inherit; }
button,input,select { font:inherit; }
button,a,input,select,summary { touch-action:manipulation; -webkit-tap-highlight-color:transparent; }
button,summary { cursor:pointer; }
button:disabled { cursor:default; }
button { color:inherit; }
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible { outline:2px solid var(--orange-bright); outline-offset:6px; }
input:focus-visible,select:focus-visible { outline:2px solid #b52d00; outline-offset:3px; }
::selection { color:#111; background:#ff794d; }
svg { display:block; }
[hidden] { display:none !important; }
.defs { position:absolute; width:0; height:0; overflow:hidden; }
.wrap { width:min(var(--max),calc(100% - 112px)); margin-inline:auto; }
.icon { width:22px; height:22px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.mono,.eyebrow,.example-label,.step-tag { font:400 10px/1.5 var(--display); letter-spacing:.025em; }
.eyebrow { display:flex; align-items:center; gap:10px; color:var(--orange-bright); font-size:11px; }
.lead { color:var(--muted); font-size:18px; line-height:1.6; }
.accent { color:var(--orange); }
.subtle { color:var(--muted); }
.skip { position:fixed; z-index:100; top:12px; left:12px; padding:12px 18px; background:var(--paper); color:#111; transform:translateY(-180%); }
.skip:focus { transform:none; }
.reading-progress { position:fixed; z-index:60; top:0; left:0; height:2px; width:100%; background:var(--orange); transform:scaleX(var(--reading-progress,0)); transform-origin:left; }

/* A quiet, distinct navigation layer. */
.site-header { position:sticky; z-index:50; top:0; background:#0d0d0df5; border-bottom:1px solid var(--line); }
.header-inner { display:flex; align-items:center; gap:32px; min-height:88px; }
.brand-link { display:inline-flex; flex-shrink:0; text-decoration:none; }
.site-header .brand-link { view-transition-name:hify-brand; }
.brand { width:117px; height:26px; }
.main-nav { margin-left:auto; }
.nav-links { display:flex; gap:28px; }
.nav-links a { font-size:13px; text-decoration:none; color:#d8d8d8; position:relative; padding-block:10px; }
.nav-links a::after { content:""; position:absolute; height:1px; background:var(--orange); left:0; right:100%; bottom:5px; transition:right .2s ease; }
.nav-links a:hover { color:#fff; }
.nav-links a:hover::after { right:0; }
.language-switcher { display:flex; align-items:center; gap:1px; font-size:11px; color:#808080; flex-shrink:0; }
.language-switcher button { min-height:44px; min-width:33px; padding:4px; border:0; background:none; color:#b0b0b0; font-size:11px; font-weight:700; }
.language-switcher button[aria-pressed="true"] { color:var(--ink); }
.language-switcher button:hover { color:var(--orange-bright); }
.button { position:relative; display:inline-flex; align-items:center; justify-content:center; gap:30px; min-height:56px; padding:16px 22px; border:1px solid transparent; border-radius:3px; text-decoration:none; font-weight:700; font-size:14px; overflow:hidden; transition:background .2s,transform .2s,box-shadow .2s; }
.button.primary { color:#0d0d0d; background:var(--orange); }
.button .icon { transition:transform .2s var(--ease); }
.button:hover { background:#ff794d; box-shadow:0 0 0 3px #ff400024; }
.button:hover .icon { transform:translateX(4px); }
.button:active { transform:translateY(2px); }
.header-cta .button { min-height:43px; font-size:12px; padding:11px 15px; gap:19px; background:var(--paper); color:#171717; }
.header-cta .button:hover { background:var(--orange); }
.header-cta .icon { width:17px; height:17px; }
.mobile-contact,.menu-toggle { display:none; }

/* Hero: editorial scale meets the investigation instrument. */
.hero { padding:44px 0 0; position:relative; }
.hero-overline { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.hero-coordinate { color:#b0b0b0; font-size:10px; }
.status-dot { width:6px; height:6px; background:var(--orange); border-radius:50%; box-shadow:0 0 0 4px #ff400018; }
.hero-grid { display:grid; grid-template-columns:.94fr 1.06fr; align-items:center; gap:48px; padding:54px 0 64px; }
.hero h1 { font-size:clamp(66px,6.65vw,102px); line-height:.98; }
.hero h1 > span { display:block; }
.hero-copy .lead { max-width:410px; margin-top:28px; font-size:17px; }
.actions { display:flex; align-items:center; gap:16px; margin-top:31px; }
.hero-foot { display:flex; align-items:center; gap:9px; color:#c4c4c4; font-size:11px; margin-top:20px; }
.tiny-cross { font:18px var(--display); color:var(--orange); }
.hero-copy > * { animation:arrive .75s var(--ease) both; }
.hero-copy h1 { animation-delay:.06s; }
.hero-copy .lead { animation-delay:.14s; }
.hero-copy .actions { animation-delay:.22s; }
.hero-copy .hero-foot { animation-delay:.3s; }
.investigation { min-width:0; border:1px solid #6060604f; background:#171717; position:relative; border-radius:5px; box-shadow:0 25px 70px #0004; animation:arrive .9s .18s var(--ease) both; }
.instrument-top,.instrument-bottom { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:17px 20px; }
.instrument-top { border-bottom:1px solid #c4c4c41c; }
.instrument-top .mono { font-size:10px; color:#e8e8e8; }
.example-label { color:#c4c4c4; font-family:var(--sans); font-size:9px; letter-spacing:.08em; font-weight:700; }
.investigation-map { position:relative; height:290px; overflow:hidden; }
.map-grid { position:absolute; inset:0; background-image:radial-gradient(#a0a0a04d .65px,transparent .65px); background-size:18px 18px; mask-image:radial-gradient(ellipse,#000 15%,#0002 78%); }
.map-orbit { position:absolute; width:224px; height:224px; border:1px solid #c4c4c414; border-radius:50%; top:50%; left:50%; transform:translate(-50%,-50%); }
.orbit-b { width:338px; height:338px; border-style:dashed; }
.trace-map { position:absolute; width:100%; height:100%; inset:0; overflow:visible; }
.trace-map path { fill:none; vector-effect:non-scaling-stroke; stroke-width:1; }
.trace-ghost { stroke:#a0a0a042; }
.trace-path { stroke:#ff4000; opacity:.48; }
.trace-map .trace-signal { stroke:#ff794d; stroke-width:2; stroke-dasharray:6 94; animation:trace-run 2.8s linear infinite; filter:drop-shadow(0 0 5px #ff4000); }
.map-node { position:absolute; padding:11px 12px 10px 39px; color:#e8e8e8; border:1px solid #c4c4c434; background:#202020; border-radius:3px; min-width:131px; font-size:12px; line-height:1.45; transition:border-color .35s,background .35s,transform .35s; }
.map-node small { display:block; color:#b0b0b0; font:9px/1.6 var(--display); }
.node-symbol { position:absolute; left:13px; top:11px; color:#c4c4c4; font-size:20px; line-height:1; }
.node-source { left:4.5%; top:18%; }
.node-api { right:3.5%; top:21%; }
.node-evidence { right:3.5%; top:67%; }
.map-core { position:absolute; width:80px; height:80px; top:51%; left:50%; transform:translate(-50%,-50%); display:grid; place-items:center; background:#2a2a2a; border:1px solid #80808070; box-shadow:0 0 0 9px #a0a0a008,0 0 0 10px #a0a0a012; }
.map-core svg { width:38px; height:38px; }
.map-core-caption { position:absolute; top:71%; left:50%; transform:translateX(-50%); color:#c4c4c4; font-size:8px; }
.core-cross { position:absolute; color:#c4c4c4; font:13px var(--display); line-height:1; }
.cross-one { top:-7px; left:-5px; }
.cross-two { bottom:-5px; right:-5px; }
.map-axis { position:absolute; font-size:8px; color:#b0b0b0; }
.axis-x { bottom:18px; left:20px; }
.axis-y { right:15px; top:48%; font-size:7px; letter-spacing:.1em; }
.investigation[data-stage="0"] .node-source,.investigation[data-stage="1"] .node-api,.investigation[data-stage="2"] .node-evidence { border-color:#ff794d; background:#262626; transform:translateY(-2px); }
.investigation[data-stage="3"] .map-core { border-color:#d8d8d8; }
.investigation-tabs { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #c4c4c421; border-bottom:1px solid #c4c4c421; }
.investigation-tabs button { background:transparent; text-align:left; border:0; border-right:1px solid #c4c4c421; padding:14px 16px; position:relative; color:#b0b0b0; min-height:62px; transition:background .2s,color .2s; }
.investigation-tabs button:last-child { border-right:0; }
.investigation-tabs span { display:block; font:9px var(--display); margin-bottom:5px; color:#b0b0b0; }
.investigation-tabs b { font-size:11px; }
.investigation-tabs button[aria-selected="true"] { background:#2a2a2a; color:#ffffff; }
.investigation-tabs button[aria-selected="true"]::after { content:""; position:absolute; height:2px; bottom:-1px; left:0; right:0; background:var(--orange); }
.investigation-tabs button:hover { background:#2a2a2a; }
.investigation-tabs button:focus-visible { z-index:2; outline-offset:-3px; }
.stage-panels { min-height:143px; }
.stage-panel { display:flex; gap:15px; padding:22px 20px; animation:panel-in .4s var(--ease); }
.panel-glyph { color:var(--orange-bright); font:30px/1.1 var(--display); width:28px; flex-shrink:0; }
.stage-panel .mono { font-size:8px; color:#c4c4c4; margin-bottom:8px; }
.stage-panel h3 { font-size:17px; font-weight:700; line-height:1.3; letter-spacing:-.025em; }
.stage-panel p:last-child { font-size:12px; color:#c4c4c4; margin-top:7px; line-height:1.55; max-width:360px; }
.instrument-bottom { padding:10px 18px; border-top:1px solid #c4c4c41a; color:#b0b0b0; font-size:9px; }
.motion-toggle { display:inline-flex; align-items:center; gap:7px; min-height:30px; border:0; padding:3px 0 3px 8px; background:none; color:#d8d8d8; font-size:9px; }
.pause-icon { display:inline-block; width:7px; height:9px; border-left:2px solid currentColor; border-right:2px solid currentColor; }
.motion-toggle[aria-pressed="true"] .pause-icon { width:0; height:0; border:5px solid transparent; border-right:0; border-left:7px solid currentColor; }
.hero-bottom { display:flex; align-items:center; gap:25px; padding:23px 0; border-top:1px solid var(--line); color:#c4c4c4; font-size:11px; }
.hero-bottom > .mono { color:var(--orange-bright); white-space:nowrap; }
.frequency-line { height:20px; flex:1; background:repeating-linear-gradient(to right,#b0b0b055 0px,#b0b0b055 1px,transparent 1px,transparent 7px); mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent); overflow:hidden; position:relative; }
.frequency-line i { position:absolute; width:50px; height:100%; background:var(--orange); left:-50px; animation:frequency-run 3s linear infinite; opacity:.8; }
.scroll-arrow { font-size:23px; color:var(--ink); margin-left:8px; }

/* Editorial rhythm: full-width surfaces, generous space, a continuous signal. */
.section { padding:104px 0 112px; }
.light { background:var(--paper); color:var(--paper-ink); --line:#17171729; }
.light .subtle,.light .lead { color:var(--paper-muted); }
.light .eyebrow { color:#b52d00; }
.section-label { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:50px; }
.section-label > .mono { color:var(--muted); font-size:9px; }
.light .section-label > .mono { color:#606060; }
.platform-grid { display:grid; grid-template-columns:1fr 1fr; gap:96px; align-items:start; }
.platform h2 { font-size:clamp(36px,3.75vw,56px); }
.platform .lead { max-width:450px; margin-top:25px; font-size:16px; }
.frequency-art { margin-top:34px; display:grid; grid-template-columns:auto minmax(0,1fr); gap:32px; align-items:center; min-height:140px; }
.frequency-art > span { font-size:104px; line-height:1; letter-spacing:-.08em; font-weight:700; color:var(--paper-ink); }
.frequency-spectrum { position:relative; min-width:0; height:108px; display:flex; align-items:center; }
.frequency-bars { display:flex; align-items:center; justify-content:space-between; width:100%; height:88px; gap:3px; position:relative; z-index:1; }
.frequency-bars i { flex:1; max-width:3px; min-width:1px; height:var(--amplitude); background:var(--orange); border-radius:2px; transform:scaleY(.24); transform-origin:center; animation:frequency-pulse 2.4s cubic-bezier(.45,0,.55,1) infinite; animation-delay:var(--phase); }
.spectrum-baseline { position:absolute; inset:50% 0 auto; height:1px; background:#00000014; }
.frequency-art.is-offscreen .frequency-bars i { animation-play-state:paused; }
.principles { padding-top:0; }
.principle { display:flex; gap:22px; padding:25px 0; border-top:1px solid var(--line); align-items:start; }
.principle:last-child { border-bottom:1px solid var(--line); }
.principle > .mono { color:#606060; margin-top:6px; font-size:11px; }
.principle h3 { font-size:24px; }
.principle p { color:var(--paper-muted); font-size:15px; margin-top:12px; max-width:345px; }
.principle-sign { font-size:30px; line-height:1; color:#b52d00; margin-left:auto; }
.process-heading { display:grid; grid-template-columns:1.2fr 1fr; align-items:end; gap:100px; }
.process-heading .lead { max-width:340px; margin-bottom:5px; font-size:17px; }
.process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:30px; position:relative; margin-top:62px; }
.process-rail { height:1px; background:#80808066; position:absolute; top:20px; left:20px; right:20px; overflow:hidden; }
.process-rail i { display:block; height:100%; width:100%; background:var(--orange); transform-origin:left; transform:scaleX(var(--process-progress,0)); }
.process-step { z-index:1; position:relative; }
.step-number { display:grid; place-items:center; width:40px; height:40px; border:1px solid #808080; color:#d8d8d8; font:11px var(--display); background:var(--bg); border-radius:50%; margin-bottom:26px; transition:border-color .4s,color .4s; }
.process-step.is-visible .step-number { border-color:var(--orange); color:var(--orange-bright); }
.process-step h3 { font-size:27px; }
.process-step p { color:#c4c4c4; font-size:14px; line-height:1.7; margin-top:15px; max-width:260px; }
.step-tag { display:block; color:#b0b0b0; font-size:8px; margin-top:22px; }
.evidence-sheet { margin-top:72px; display:grid; grid-template-columns:.85fr 1.15fr; border:1px solid #70707059; background:#171717; }
.evidence-summary { padding:42px; border-right:1px solid #70707059; }
.evidence-summary .eyebrow { font-size:9px; color:#c4c4c4; }
.evidence-summary h3 { font-size:36px; line-height:1.12; margin-top:24px; max-width:300px; }
.evidence-summary p { font-size:14px; color:#c4c4c4; margin-top:22px; max-width:315px; }
.evidence-summary .example-label { display:inline-block; margin-top:30px; padding:5px 8px; border:1px solid #c4c4c44f; font-size:8px; color:#d8d8d8; }
.evidence-document { background:#f2f2f2; color:#171717; padding:30px 34px; }
.document-head { display:flex; justify-content:space-between; align-items:center; gap:16px; border-bottom:1px solid #4040402b; padding-bottom:16px; }
.document-head .mono { font-size:9px; }
.risk-label { color:#b52d00; background:#e8e8e8; padding:4px 8px; font-size:8px; font-weight:700; letter-spacing:.08em; }
.evidence-document h4 { font-size:21px; line-height:1.2; letter-spacing:-.02em; margin-top:22px; }
.evidence-code { display:flex; gap:12px; align-items:center; padding:17px 0; border-bottom:1px solid #4040402b; font:11px/1.5 var(--display); overflow-wrap:anywhere; }
.evidence-code > span:first-child { color:#b52d00; }
.evidence-code b { font:inherit; margin-left:-12px; }
.code-arrow { margin-left:auto; font-size:20px; }
.evidence-document dl { margin:4px 0 0; }
.evidence-document dl > div { display:grid; grid-template-columns:135px 1fr; gap:16px; padding-top:16px; font-size:12px; line-height:1.5; }
.evidence-document dt { color:#606060; }
.evidence-document dd { margin:0; font-weight:700; }
.governance-grid { display:grid; grid-template-columns:1fr 1fr; gap:110px; }
.governance .lead { max-width:420px; margin-top:24px; font-size:17px; }
.scope-seal { display:flex; align-items:center; gap:20px; margin-top:30px; }
.scope-seal svg { width:56px; height:56px; fill:none; stroke:#b52d00; stroke-width:2; }
.scope-seal span { color:#606060; font-size:12px; }
.control-row { display:flex; gap:26px; padding:27px 0; border-top:1px solid var(--line); }
.control-row:last-child { border-bottom:1px solid var(--line); }
.control-row > .mono { color:#606060; flex-shrink:0; margin-top:6px; }
.control-row h3 { font-size:25px; }
.control-row p { color:var(--paper-muted); font-size:15px; margin-top:12px; max-width:340px; }
.supplier-line { display:flex; align-items:center; gap:24px; padding-top:40px; margin-top:60px; border-top:1px solid var(--line); }
.supplier-symbol { font-size:45px; color:#b52d00; line-height:1; }
.supplier-line h3 { font-size:22px; }
.supplier-line p { max-width:610px; font-size:14px; margin-top:8px; color:var(--paper-muted); }
.supplier-line .mono { margin-left:auto; color:#707070; font-size:8px; white-space:nowrap; }
.faq-section { padding-block:100px; }
.faq-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:90px; }
.faq-section h2 { font-size:clamp(34px,3.5vw,54px); margin-top:24px; }
.faq-list details { border-top:1px solid var(--line); }
.faq-list details:last-child { border-bottom:1px solid var(--line); }
.faq-list summary { list-style:none; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:23px 0; font-size:16px; line-height:1.4; font-weight:700; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; font:24px/1 var(--sans); color:var(--orange-bright); flex-shrink:0; transition:transform .2s; }
.faq-list details[open] summary::after { transform:rotate(45deg); }
.faq-list details p { color:#c4c4c4; font-size:14px; line-height:1.75; padding:0 30px 24px 0; }
.closing { background:var(--orange); color:#0d0d0d; padding:80px 0 70px; position:relative; overflow:hidden; }
.closing-content { position:relative; z-index:1; }
.closing .eyebrow { color:#171717; }
.closing h2 { font-size:clamp(64px,8.8vw,136px); line-height:1; margin-top:32px; position:relative; max-width:990px; }
.closing-asterisk { position:absolute; right:-85px; top:14px; font-weight:400; font-size:.9em; }
.closing-orbit { position:absolute; width:640px; height:640px; right:-250px; top:-220px; border:1px solid #00000040; border-radius:50%; box-shadow:0 0 0 80px #ff4000,0 0 0 81px #00000030,0 0 0 160px #ff4000,0 0 0 161px #00000020; }
.closing-bottom { display:flex; align-items:center; justify-content:space-between; gap:30px; margin-top:40px; border-top:1px solid #2020203d; padding-top:30px; }
.closing-bottom > p { font-size:19px; max-width:390px; line-height:1.5; }
.closing .button { background:#0d0d0d; color:var(--paper); min-width:250px; }
.closing .button:hover { background:#404040; }
.closing a:focus-visible { outline-color:#0d0d0d; }
.site-footer { padding:43px 0 22px; background:var(--bg); }
.footer-main { display:flex; justify-content:space-between; align-items:center; gap:30px; padding-bottom:36px; }
.footer-main > .mono { font-size:9px; color:#c4c4c4; }
.back-top { font-size:12px; text-decoration:none; color:#d8d8d8; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-top:19px; border-top:1px solid var(--line); color:#b0b0b0; font-size:10px; }
.footer-bottom > span:last-child { font-size:9px; }

/* The same visual language carries into the compact contact form. */
.text-brand { display:flex; align-items:center; color:var(--ink); font:700 27px/1 var(--sans); letter-spacing:-.07em; }
.text-brand b { color:var(--orange); font:38px/.7 var(--display); margin-right:8px; }
.contact-page { background:var(--paper); color:var(--paper-ink); }
.contact-header .header-inner { min-height:76px; }
.contact-header .language-switcher { margin-left:auto; }
.back-link { display:flex; align-items:center; gap:12px; text-decoration:none; font-size:12px; color:#d8d8d8; }
.contact-main { position:relative; isolation:isolate; padding:40px 0; min-height:calc(100svh - 135px); display:flex; align-items:center; overflow:hidden; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,8vw,120px); align-items:center; }
.contact-intro { position:relative; z-index:1; }
.contact-intro .eyebrow { color:#b52d00; }
.contact-intro h1 { font-size:clamp(38px,4.4vw,65px); margin-top:25px; max-width:550px; }
.contact-intro .lead { font-size:16px; color:#484848; margin-top:22px; max-width:440px; }
.contact-points { display:grid; gap:17px; margin-top:28px; }
.contact-points > p { display:flex; align-items:start; gap:13px; }
.point-mark { font:10px var(--display); color:#b52d00; padding-top:4px; }
.contact-points strong { display:block; font-size:14px; }
.contact-points small { display:block; font-size:12px; color:#606060; margin-top:2px; }
.contact-card { background:#ffffff; padding:28px 32px; border:1px solid #48484829; border-radius:5px; box-shadow:0 20px 70px #40404012; position:relative; z-index:1; border-top:3px solid var(--orange); }
.form-kicker { color:#b52d00; font:10px var(--display); }
.form-heading h2 { font-size:29px; margin-top:10px; line-height:1.12; letter-spacing:-.035em; }
.form-heading > p:last-child { font-size:12px; color:#606060; margin-top:10px; line-height:1.5; }
.lead-form { margin-top:19px; }
.field-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.field-full { grid-column:1 / -1; }
.field label { display:block; font-size:11px; font-weight:700; margin-bottom:5px; color:#404040; }
.field input,.field select { display:block; width:100%; min-width:0; min-height:44px; padding:10px 12px; border:1px solid #c4c4c4; border-radius:3px; background:#fafafa; color:#2a2a2a; font:16px/1.3 var(--sans); transition:border-color .2s,background .2s; }
.field input::placeholder { color:#606060; opacity:1; }
.field input:hover,.field select:hover { border-color:#808080; }
.field input:focus,.field select:focus { border-color:#b52d00; background:#fff; }
.lead-form.was-validated :invalid { border-color:#b52d00; }
.form-note { font-size:11px; color:#606060; margin:13px 0; line-height:1.5; }
.form-submit { width:100%; min-height:48px; padding:12px; font-size:13px; justify-content:space-between; }
.form-status { color:#b52d00; font-size:12px; margin-top:8px; line-height:1.4; }
.form-status:empty { margin:0; }
.contact-orb { position:absolute; z-index:0; pointer-events:none; width:450px; height:450px; border:1px solid #b0b0b06b; border-radius:50%; }
.orb-one { left:-270px; bottom:-300px; box-shadow:0 0 0 70px #b0b0b012,0 0 0 71px #b0b0b035; }
.orb-two { right:-310px; top:-230px; background:var(--orange); border:0; }
.contact-footer { padding:18px 0; }
.contact-footer .footer-bottom { border:0; padding:0; }

/* Motion always enhances already-visible content. */
@keyframes arrive { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
@keyframes panel-in { from { opacity:.3; transform:translateY(5px); } to { opacity:1; transform:none; } }
@keyframes trace-run { from { stroke-dashoffset:100; } to { stroke-dashoffset:0; } }
@keyframes frequency-run { to { left:100%; } }
@keyframes frequency-pulse {
  0%, 12%, 78%, 100% { transform:scaleY(.24); opacity:.45; }
  44% { transform:scaleY(1); opacity:1; }
}
@keyframes page-out { to { opacity:0; } }
@keyframes page-in { from { opacity:0; transform:translateY(8px); } }
@view-transition { navigation:auto; }
::view-transition-old(root) { animation:page-out .18s ease both; }
::view-transition-new(root) { animation:page-in .35s var(--ease) both; }
.will-reveal { opacity:0; transform:translateY(24px); }
.reveal { transition:opacity .65s var(--ease),transform .65s var(--ease); }
.reveal.is-visible { opacity:1; transform:none; }
.process-step:nth-of-type(3),.principle:nth-child(2) { transition-delay:.07s; }
.process-step:nth-of-type(4),.principle:nth-child(3) { transition-delay:.14s; }
.process-step:nth-of-type(5) { transition-delay:.21s; }
.motion-paused *, .motion-paused *::before,.motion-paused *::after { animation-play-state:paused !important; }
.motion-paused .hero-copy > *,.motion-paused .investigation,.motion-paused .stage-panel { animation:none !important; }
.motion-paused .reveal { transition:none; opacity:1; transform:none; }
.investigation.is-offscreen * { animation-play-state:paused !important; }

/* Responsive compositions, not scaled desktop screenshots. */
@media (min-width:1600px) {
  .hero-grid { padding-block:64px 80px; }
  .hero h1 { font-size:104px; }
}
@media (max-width:1150px) {
  .wrap { width:calc(100% - 72px); }
  .header-inner { gap:22px; min-height:78px; }
  .nav-links { gap:18px; }
  .nav-links a { font-size:12px; }
  .hero-grid { gap:30px; padding-top:48px; }
  .hero h1 { font-size:clamp(60px,6.9vw,86px); }
  .hero-copy .lead { font-size:16px; }
  .instrument-top { padding:14px; }
  .instrument-top .mono { font-size:8px; }
  .instrument-top .example-label { font-size:7px; }
  .investigation-map { height:260px; }
  .map-node { min-width:111px; font-size:10px; padding:9px 10px 8px 30px; }
  .map-node small { font-size:7px; }
  .node-symbol { font-size:16px; left:10px; top:10px; }
  .map-core { width:65px; height:65px; }
  .map-core svg { width:31px; height:31px; }
  .map-core-caption { font-size:7px; }
  .axis-y { display:none; }
  .stage-panel { padding:18px 15px; gap:11px; }
  .stage-panel h3 { font-size:16px; }
  .instrument-bottom { padding-inline:12px; gap:6px; font-size:8px; }
  .motion-toggle { font-size:8px; }
  .platform-grid,.governance-grid { gap:55px; }
  .process-heading { gap:55px; }
  .process-grid { gap:22px; }
  .process-step h3 { font-size:23px; }
  .step-tag { font-size:7px; }
  .evidence-summary { padding:32px; }
  .evidence-document { padding:28px; }
  .evidence-document dl > div { grid-template-columns:110px 1fr; font-size:11px; }
  .faq-grid { gap:50px; }
  .closing-asterisk { right:0; }
}
@media (max-width:900px) {
  .header-cta { display:none; }
  .hero-grid { grid-template-columns:1fr 1fr; gap:24px; }
  .hero h1 { font-size:61px; }
  .hero-copy .lead { font-size:15px; }
  .hero-coordinate { font-size:8px; }
  .stage-panels { min-height:162px; }
  .stage-panel .panel-glyph { display:none; }
  .investigation-tabs button { padding:11px 9px; }
  .investigation-tabs b { font-size:10px; }
  .investigation-map { height:225px; }
  .map-node { min-width:96px; padding-left:9px; }
  .node-symbol { display:none; }
  .map-core { width:57px; height:57px; }
  .map-core-caption { font-size:6px; top:70%; }
  .instrument-bottom { align-items:start; }
  .motion-toggle { min-width:103px; padding:0; min-height:24px; }
  .section { padding-block:80px; }
  .platform-grid,.governance-grid,.faq-grid { gap:40px; }
  .platform h2 { font-size:38px; }
  .principle { gap:14px; }
  .principle h3 { font-size:22px; }
  .principle p { font-size:14px; }
  .principle-sign { display:none; }
  .process-grid { grid-template-columns:1fr 1fr; row-gap:40px; }
  .process-rail { display:none; }
  .process-step { border-top:1px solid var(--line); padding-top:23px; }
  .process-step p { max-width:100%; }
  .step-number { margin-bottom:18px; }
  .evidence-summary { padding:30px; }
  .evidence-summary h3 { font-size:31px; }
  .evidence-document { padding:26px; }
  .evidence-code { font-size:9px; gap:7px; flex-wrap:wrap; }
  .evidence-code b { margin-left:-7px; }
  .evidence-document dl > div { display:block; }
  .evidence-document dd { margin-top:3px; }
  .control-row { gap:16px; }
  .control-row h3 { font-size:23px; }
  .supplier-line > .mono { display:none; }
  .contact-grid { gap:35px; }
  .contact-card { padding:24px; }
}
@media (max-width:700px) {
  .wrap { width:calc(100% - 40px); }
  .header-inner { min-height:70px; gap:16px; }
  .brand { width:104px; height:23px; }
  .language-switcher { margin-left:auto; }
  .menu-toggle { width:36px; height:44px; display:flex; flex-direction:column; justify-content:center; gap:6px; padding:8px 5px; border:0; background:transparent; }
  .menu-toggle span { display:block; width:24px; height:1px; background:var(--ink); transition:transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
  .main-nav { display:none; position:absolute; top:100%; left:0; right:0; background:#202020; padding:24px 20px 28px; border-bottom:1px solid #fff3; box-shadow:0 20px 25px #0003; }
  .main-nav.open { display:block; }
  .nav-links { display:flex; flex-direction:column; gap:5px; }
  .nav-links a { display:block; padding-block:11px; font-size:17px; }
  .mobile-contact { display:block; margin-top:15px; }
  .mobile-contact .button { width:100%; }
  .hero { padding-top:25px; }
  .hero-overline .eyebrow { font-size:9px; }
  .hero-coordinate { display:none; }
  .hero-grid { grid-template-columns:1fr; gap:40px; padding-block:32px 30px; }
  .hero h1 { font-size:clamp(58px,11.8vw,80px); letter-spacing:-.06em; }
  .hero-copy .lead { font-size:16px; max-width:430px; margin-top:22px; }
  .actions { margin-top:24px; }
  .hero .button { min-height:54px; }
  .hero-foot { margin-top:15px; font-size:10px; }
  .investigation { width:100%; max-width:580px; margin-inline:auto; }
  .instrument-top { padding:14px 15px; }
  .instrument-top .mono { font-size:9px; }
  .instrument-top .example-label { font-size:7px; }
  .investigation-map { height:250px; }
  .map-node { font-size:11px; min-width:111px; padding:9px 10px; }
  .map-node small { font-size:8px; }
  .node-source { left:4%; }
  .node-api,.node-evidence { right:4%; }
  .map-core { width:62px; height:62px; }
  .map-core-caption { font-size:7px; top:71%; }
  .investigation-tabs button { min-height:61px; padding:12px 14px; }
  .investigation-tabs b { font-size:11px; }
  .stage-panels { min-height:143px; }
  .stage-panel { padding:19px 17px; }
  .stage-panel .panel-glyph { display:block; font-size:26px; width:26px; }
  .stage-panel h3 { font-size:17px; }
  .stage-panel p:last-child { font-size:12px; }
  .instrument-bottom { align-items:center; padding:9px 14px; font-size:8px; }
  .motion-toggle { font-size:8px; }
  .hero-bottom { gap:16px; font-size:9px; padding-block:19px; }
  .hero-bottom > .mono { font-size:8px; }
  .hero-bottom > span:nth-last-child(2) { max-width:140px; }
  .frequency-line { min-width:28px; }
  .scroll-arrow { margin-left:0; }
  .section { padding:64px 0; }
  .section-label { margin-bottom:30px; }
  .section-label > .mono { display:none; }
  .eyebrow { font-size:9px; }
  .platform-grid,.governance-grid,.faq-grid,.process-heading { grid-template-columns:1fr; gap:35px; }
  h2,.platform h2,.faq-section h2 { font-size:clamp(37px,8.4vw,50px); }
  .platform .lead { font-size:16px; margin-top:20px; }
  .frequency-art { margin-top:24px; min-height:108px; gap:24px; }
  .frequency-art > span { font-size:80px; }
  .frequency-spectrum { height:88px; }
  .frequency-bars { height:78px; gap:2px; }
  .principle { padding:24px 0; gap:20px; }
  .principle h3 { font-size:24px; }
  .principle p { font-size:15px; margin-top:9px; }
  .principle-sign { display:block; }
  .process-heading { gap:20px; }
  .process-heading .lead { max-width:420px; font-size:16px; }
  .process-grid { gap:28px 24px; margin-top:35px; }
  .process-step { padding-top:20px; }
  .process-step h3 { font-size:24px; }
  .process-step p { font-size:13px; line-height:1.65; margin-top:12px; }
  .step-tag { font-size:7px; margin-top:18px; }
  .evidence-sheet { grid-template-columns:1fr; margin-top:40px; }
  .evidence-summary { padding:27px; border-right:0; border-bottom:1px solid #70707059; }
  .evidence-summary h3 { max-width:360px; margin-top:17px; font-size:35px; }
  .evidence-summary p { margin-top:16px; max-width:100%; }
  .evidence-summary .example-label { margin-top:22px; }
  .evidence-document { padding:25px; }
  .evidence-document dl > div { display:grid; grid-template-columns:105px 1fr; gap:15px; font-size:11px; }
  .evidence-document h4 { font-size:22px; }
  .evidence-document dd { margin-top:0; }
  .evidence-code { font-size:10px; }
  .scope-seal { margin-top:22px; }
  .control-row { padding:23px 0; gap:20px; }
  .control-row h3 { font-size:24px; }
  .control-row p { max-width:100%; }
  .supplier-line { margin-top:35px; padding-top:30px; align-items:start; gap:18px; }
  .supplier-line h3 { font-size:23px; }
  .supplier-line p { font-size:14px; }
  .supplier-symbol { font-size:35px; }
  .faq-grid { gap:30px; }
  .faq-section h2 { margin-top:18px; }
  .faq-list summary { padding:20px 0; font-size:16px; }
  .closing { padding:55px 0 42px; }
  .closing h2 { font-size:clamp(58px,11.9vw,83px); margin-top:26px; }
  .closing-asterisk { right:0; top:10px; font-size:.6em; }
  .closing-bottom { flex-direction:column; align-items:start; gap:22px; margin-top:30px; padding-top:25px; }
  .closing-bottom > p { font-size:17px; max-width:270px; }
  .closing .button { min-width:240px; }
  .closing-orbit { width:420px; height:420px; right:-300px; top:-170px; }
  .site-footer { padding-top:32px; }
  .footer-main { gap:20px; flex-wrap:wrap; padding-bottom:27px; }
  .footer-main .mono { order:3; width:100%; font-size:8px; }
  .footer-bottom { align-items:start; font-size:9px; }
  .footer-bottom > span:last-child { display:none; }
  .back-top { margin-left:auto; font-size:11px; }
  .contact-header .header-inner { min-height:64px; }
  .contact-header .text-brand { font-size:25px; }
  .contact-header .back-link { font-size:0; gap:0; }
  .contact-header .back-link .icon { width:22px; height:22px; }
  .contact-main { min-height:0; padding:18px 0 38px; display:block; }
  .contact-grid { display:flex; flex-direction:column; gap:36px; align-items:stretch; }
  .contact-card { order:1; width:100%; padding:22px 20px; }
  .contact-intro { order:2; }
  .contact-intro h1 { font-size:42px; margin-top:20px; }
  .contact-intro .lead { font-size:15px; }
  .form-heading h2 { font-size:27px; }
  .form-heading > p:last-child { font-size:12px; margin-top:8px; }
  .lead-form { margin-top:16px; }
  .field-grid { gap:10px; }
  .field label { font-size:10px; }
  .field input,.field select { font-size:16px; min-height:44px; padding:9px 10px; }
  .form-note { font-size:10px; margin:11px 0; }
  .form-submit { min-height:46px; font-size:13px; }
  .contact-footer { padding:16px 0; }
}
@media (max-width:380px) {
  .wrap { width:calc(100% - 32px); }
  .frequency-bars { gap:1px; }
  .hero h1 { font-size:57px; }
  .hero-overline .eyebrow { font-size:8px; }
  .instrument-top .mono { font-size:8px; }
  .instrument-top .example-label { font-size:6px; }
  .investigation-map { height:224px; }
  .map-node { min-width:99px; font-size:10px; }
  .map-node small { font-size:7px; }
  .map-core { width:54px; height:54px; }
  .map-core-caption { font-size:6px; }
  .investigation-tabs button { padding-inline:10px; }
  .investigation-tabs b { font-size:10px; }
  .stage-panel { padding:17px 14px; gap:10px; }
  .stage-panel h3 { font-size:16px; }
  .instrument-bottom { padding-inline:10px; font-size:7px; }
  .motion-toggle { font-size:7px; min-width:92px; }
  .process-grid { gap:25px 16px; }
  .process-step h3 { font-size:22px; }
  .step-tag { font-size:6px; }
  .evidence-document { padding:22px; }
  .evidence-document dl > div { grid-template-columns:85px 1fr; }
  .contact-card { padding:18px 15px; }
  .contact-main { padding-top:12px; }
  .form-heading h2 { font-size:25px; }
  .field label { font-size:9px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  ::view-transition-group(*),::view-transition-old(*),::view-transition-new(*) { animation:none !important; }
  *,*::before,*::after { animation:none !important; transition:none !important; }
  .will-reveal,.reveal { opacity:1; transform:none; }
  .trace-signal { stroke-dasharray:none !important; opacity:.7; }
  .frequency-bars i { transform:scaleY(.65); opacity:1; }
  .reading-progress { display:none; }
}
@media (prefers-contrast:more) {
  :root { --muted:#e8e8e8; --paper-muted:#404040; --line:#b0b0b0; }
  .stage-panel p:last-child,.map-node small,.instrument-bottom { color:#e8e8e8; }
  .field input,.field select { border-color:#484848; }
}
