:root {
  --void: #0b0b0c;
  --void-soft: #141416;
  --surface: rgba(24, 24, 27, .8);
  --surface-deep: #171719;
  --line: rgba(225, 223, 215, .14);
  --line-bright: rgba(225, 223, 215, .36);
  --ink: #f1efea;
  --muted: #aaa9a5;
  --cyan: #79a7ff;
  --violet: #aa96ff;
  --coral: #ff9a62;
  --lime: #68d4bf;
  --blue-deep: #0b1424;
  --blue: #79a7ff;
  --orange: #ff9a62;
  --teal: #68d4bf;
  --purple: #aa96ff;
  --max: 1280px;
  --font-display: "Instrument Serif", "Bodoni 72", Didot, Georgia, serif;
  --font-sans: "Manrope", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--void); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--void); color: var(--ink); font: 16px/1.65 var(--font-sans); isolation: isolate; }
body::before, body::after { position: fixed; z-index: -2; inset: 0; pointer-events: none; content: ""; }
body::before { background:
  radial-gradient(circle at 83% 13%, rgba(66, 113, 205, .12), transparent 30rem),
  radial-gradient(circle at 8% 92%, rgba(255, 128, 70, .055), transparent 27rem),
  radial-gradient(circle at 52% 62%, rgba(62, 112, 183, .035), transparent 35rem),
  linear-gradient(145deg, #090b10, #0b0d12 48%, #111318); }
body::after { z-index: -1; opacity: .32; background-image: linear-gradient(rgba(121,167,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px); background-size: 4.5rem 4.5rem; mask-image: linear-gradient(to bottom, black, transparent 85%); }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.signal-field { position: fixed; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; opacity: .13; transition: opacity .6s ease; }
.branch { position: absolute; display: block; width: 53vmax; height: 1px; transform-origin: 0 50%; background: linear-gradient(90deg, rgba(121,167,255,.38), rgba(121,167,255,.11) 45%, transparent 100%); }
.branch::before, .branch::after { position: absolute; height: 1px; transform-origin: 0 50%; background: linear-gradient(90deg, rgba(121,167,255,.25), transparent 95%); content: ""; }
.branch::before { top: 0; left: 34%; width: 21vmax; transform: rotate(-31deg); }
.branch::after { top: 0; left: 53%; width: 16vmax; transform: rotate(27deg); }
.branch-1 { top: 8%; left: -9%; transform: rotate(24deg); }.branch-1::before { transform: rotate(38deg); }.branch-1::after { transform: rotate(-42deg); }
.branch-2 { bottom: 8%; left: -13%; transform: rotate(-27deg); }.branch-2::before { transform: rotate(29deg); }.branch-2::after { transform: rotate(-35deg); }
.branch-3 { top: -4%; right: -10%; transform-origin: 100% 50%; transform: rotate(153deg); }.branch-3::before { transform: rotate(-35deg); }.branch-3::after { transform: rotate(34deg); }
.branch-4 { bottom: 11%; right: -12%; transform-origin: 100% 50%; transform: rotate(204deg); }.branch-4::before { transform: rotate(32deg); }.branch-4::after { transform: rotate(-31deg); }
.branch-5 { top: 43%; left: -24%; width: 45vmax; transform: rotate(9deg); }.branch-5::before { transform: rotate(44deg); }.branch-5::after { transform: rotate(-26deg); }
.branch-6 { top: 65%; right: -20%; width: 42vmax; transform-origin: 100% 50%; transform: rotate(174deg); }.branch-6::before { transform: rotate(-38deg); }.branch-6::after { transform: rotate(29deg); }
.branch-7 { top: 21%; left: 36%; width: 36vmax; transform: rotate(109deg); opacity: .55; }.branch-7::before { transform: rotate(-34deg); }.branch-7::after { transform: rotate(31deg); }
.branch-8 { bottom: -12%; left: 19%; width: 38vmax; transform: rotate(-72deg); opacity: .5; }.branch-8::before { transform: rotate(37deg); }.branch-8::after { transform: rotate(-30deg); }
.branch::after { width: 16vmax; }
body[data-view="home"] .signal-field { opacity: .27; }
body[data-view="home"] .branch:nth-child(3n) { background: linear-gradient(90deg, rgba(255,154,98,.24), rgba(255,154,98,.06) 45%, transparent 100%); }
body[data-view="home"] .branch:nth-child(3n)::before, body[data-view="home"] .branch:nth-child(3n)::after { background: linear-gradient(90deg, rgba(255,154,98,.18), transparent 95%); }

.skip-link { position: fixed; z-index: 30; top: 1rem; left: 1rem; padding: .6rem .85rem; border-radius: .25rem; background: var(--cyan); color: #07101d; font-weight: 800; transform: translateY(-220%); }
.skip-link:focus { transform: translateY(0); }
.noscript { position: relative; z-index: 2; margin: 0; padding: 1rem; background: var(--coral); color: #26120d; }

.site-header { position: sticky; z-index: 10; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 5.4rem; padding: 1rem max(1.5rem, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: rgba(9, 11, 16, .78); backdrop-filter: blur(20px) saturate(112%); }
.brand { display: inline-flex; align-items: center; width: fit-content; gap: .6rem; color: var(--ink); font-family: var(--font-display); font-size: 1.18rem; font-weight: 400; letter-spacing: -.04em; }
.brand img { display: block; width: 2.25rem; height: 2.25rem; border-radius: .35rem; object-fit: cover; }
.brand span { color: var(--muted); font: 700 .6rem/1 var(--font-sans); letter-spacing: .18em; text-transform: uppercase; }
.site-navigation { display: flex; grid-column: 3; justify-content: flex-end; align-items: center; gap: 1.3rem; }
.site-navigation > a { position: relative; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .03em; }
.site-navigation > a:hover, .site-navigation > a[aria-current=page] { color: var(--ink); }
.site-navigation > a[aria-current=page] { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .45rem; }
.site-navigation > a[aria-current=page]::before { content: none; }
.language-toggle, .menu-toggle { border: 1px solid var(--line); border-radius: 999px; padding: .45rem .75rem; background: rgba(255,255,255,.03); color: var(--ink); font: 800 .7rem/1 var(--font-sans); letter-spacing: .08em; }
.language-toggle:hover, .menu-toggle:hover { border-color: var(--line-bright); background: rgba(225,223,215,.06); }
.language-menu { position: absolute; top: 3rem; right: 0; display: grid; min-width: 9.5rem; padding: .35rem; border: 1px solid var(--line); border-radius: .6rem; background: #1a1a1c; box-shadow: 0 18px 45px #000a; }
.language-menu[hidden] { display: none; }
.language-menu button { border: 0; border-radius: .35rem; padding: .65rem; background: transparent; color: var(--ink); text-align: left; }
.language-menu button:hover { background: rgba(225,223,215,.08); }
.menu-toggle { display: none; grid-column: 3; justify-self: end; }

main, .site-footer { position: relative; z-index: 1; }
main { min-height: calc(100vh - 9.5rem); }
.page { width: min(var(--max), calc(100% - 3.5rem)); margin: auto; padding: clamp(4.5rem, 9vw, 9rem) 0 7rem; animation: reveal-page .72s cubic-bezier(.2,.8,.2,1) both; }
.eyebrow, .project-index, .status, .tool-groups h3, .detail-sections h2, .process-section h2 { font-family: var(--font-mono); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1.25rem; color: var(--cyan); font-size: .69rem; }
.eyebrow::before { content: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(190px, .42fr) minmax(220px, .44fr); align-items: end; gap: clamp(2rem, 5vw, 5rem); min-height: 70vh; padding: 3rem 0; }
.hero > div { position: relative; }
.hero-title { grid-column: 1; grid-row: 1; }
.hero h1, .page-title, .project-detail h1 { font-family: var(--font-display); font-weight: 400; }
.hero h1 { max-width: 12ch; margin: 0; font-size: clamp(3.8rem, 7.6vw, 7.4rem); line-height: .91; letter-spacing: -.055em; word-spacing: .08em; text-wrap: balance; }
.hero h1 strong { color: var(--ink); font-weight: inherit; text-shadow: none; }
.hero-copy { grid-column: 1; grid-row: 2; max-width: 44rem; margin-top: 1.35rem; color: var(--muted); font-size: clamp(.98rem, 1.4vw, 1.08rem); }
.hero-copy p { max-width: 42rem; margin: 0 0 .9rem; }
.hero-aside { position: relative; grid-column: 2; grid-row: 1 / 3; align-self: end; margin: 0 0 .7rem; padding: 1.15rem 0 1.15rem 1.25rem; border-left: 1px solid var(--line-bright); color: var(--muted); font-size: .96rem; }
.hero-aside strong { display: block; margin-bottom: .5rem; color: var(--ink); font-size: 1rem; }
.hero-monogram { display: grid; grid-column: 3; grid-row: 1 / 3; place-items: end; align-self: center; margin: 0; }
.hero-monogram img { display: block; width: min(100%, 20rem); border-radius: 1.5rem; box-shadow: 0 25px 60px rgba(0,0,0,.3); }

.section { position: relative; margin-top: clamp(5rem, 12vw, 11rem); }
.section::before { content: none; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2.25rem; }
.section-heading h2, .page-title { max-width: 15ch; margin: 0; font-family: var(--font-display); font-size: clamp(2.5rem, 5.4vw, 5rem); font-weight: 400; line-height: .92; letter-spacing: -.05em; word-spacing: .08em; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; padding-bottom: .3rem; border-bottom: 1px solid var(--line-bright); color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { color: var(--ink); border-color: var(--ink); }

.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.project-card { position: relative; grid-column: span 4; display: flex; min-height: 27rem; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 1.55rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(31,31,34,.9), rgba(12,12,14,.84)); transition: border-color .35s ease, transform .35s ease, background .35s ease; }
.project-card::before { position: absolute; z-index: -1; right: -30%; bottom: -28%; width: 18rem; height: 18rem; border: 1px solid rgba(224,222,215,.16); border-radius: 50%; box-shadow: 0 0 0 2.4rem rgba(224,222,215,.02), 0 0 0 5.1rem rgba(224,222,215,.012); content: ""; transition: transform .55s ease; }
.project-card:nth-child(2)::before { border-color: rgba(169,175,176,.24); box-shadow: 0 0 0 2.4rem rgba(169,175,176,.02), 0 0 0 5.1rem rgba(169,175,176,.012); }
.project-card:nth-child(3)::before { border-color: rgba(194,192,186,.22); box-shadow: 0 0 0 2.4rem rgba(194,192,186,.02), 0 0 0 5.1rem rgba(194,192,186,.012); }
.project-card:hover { border-color: var(--line-bright); background: linear-gradient(145deg, rgba(42,42,45,.92), rgba(18,18,20,.92)); transform: translateY(-7px); }
.project-card:hover::before { transform: scale(1.15); }
.project-index, .status { font-size: .68rem; }
.project-index { color: var(--cyan); }
.project-card h3, .project-row h2, .empty-state h2, .contact-card h2 { font-family: var(--font-display); }
.project-card h3 { max-width: 10ch; margin: 1.3rem 0; font-size: clamp(1.8rem, 2.7vw, 2.65rem); font-weight: 400; line-height: .96; letter-spacing: -.06em; }
.project-card p { max-width: 27rem; margin: 0; color: var(--muted); font-size: .91rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.card-footer > span:last-child { color: var(--cyan); font-size: 1.35rem; }
.status { color: var(--muted); }
.status.available { color: var(--lime); }

.tool-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.tool-groups article, .empty-state, .contact-card, .legal-card { padding: 1.5rem; background: var(--surface-deep); }
.tool-groups article { min-height: 13rem; transition: background .25s ease; }
.tool-groups article:hover { background: #242426; }
.tool-groups h3 { margin: 0 0 2rem; color: var(--cyan); font-size: .7rem; }
.tool-groups ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .9rem; }
.tool-groups li::before { margin-right: .55rem; color: var(--violet); content: "↗"; }
.notice { display: flex; align-items: flex-start; gap: 1rem; max-width: 49rem; margin-top: 7rem; padding: 1.2rem 1.3rem; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.notice span { color: var(--cyan); }
.notice p, .page-header p { margin: 0; color: var(--muted); }

.page-header { position: relative; max-width: 54rem; padding-bottom: 2.6rem; }
.page-header::after { position: absolute; bottom: 0; left: 0; width: 16rem; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); content: ""; }
.page-header p { max-width: 42rem; margin-top: 1.5rem; font-size: 1.05rem; }
.filters { display: flex; flex-wrap: wrap; gap: .6rem; margin: 3rem 0 1.5rem; }
.filter { border: 1px solid var(--line); border-radius: 999px; padding: .65rem 1rem; background: transparent; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.filter.is-active, .filter:hover { border-color: var(--line-bright); background: rgba(225,223,215,.07); color: var(--ink); }
.project-list { border-top: 1px solid var(--line); }
.project-row { position: relative; display: grid; grid-template-columns: 4rem minmax(180px, 1.05fr) minmax(260px, 1.7fr) 10rem 2rem; align-items: center; gap: 1.2rem; padding: 1.65rem 1rem; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.project-row::before { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; background: var(--cyan); content: ""; transform: scaleY(0); transition: transform .25s ease; }
.project-row:hover { padding-right: 1.4rem; padding-left: 1.45rem; background: rgba(225,223,215,.045); }
.project-row:hover::before { transform: scaleY(1); }
.project-row h2 { margin: 0; font-size: clamp(1.35rem, 2.2vw, 2.1rem); font-weight: 760; line-height: 1; letter-spacing: -.05em; }
.project-row p { margin: 0; color: var(--muted); font-size: .9rem; }
.project-row > span:last-child { color: var(--cyan); font-size: 1.3rem; }

.project-detail { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr); gap: clamp(3rem, 9vw, 10rem); padding-top: 3.2rem; }
.project-detail > div:first-child { position: sticky; top: 8.5rem; align-self: start; }
.project-detail h1 { max-width: 8ch; margin: .35rem 0 1.6rem; font-size: clamp(3.6rem, 6.6vw, 6.3rem); line-height: .9; letter-spacing: -.075em; }
.hero-description { max-width: 42rem; color: var(--muted); font-size: 1.08rem; }
.detail-meta { display: grid; gap: .7rem; margin: 2.7rem 0 0; border-bottom: 1px solid var(--line); }
.detail-meta div { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--line); font-size: .82rem; }
.detail-meta span { color: var(--muted); }
.detail-sections { display: grid; gap: 2.5rem; }
.detail-sections section { padding: 1.3rem 0 0; border-top: 1px solid var(--line); }
.detail-sections h2 { margin: 0 0 1rem; color: var(--cyan); font-size: .69rem; }
.detail-sections p, .detail-sections li { color: var(--muted); }
.detail-sections ul { display: grid; gap: .35rem; margin: 0; padding-left: 1.1rem; }
.detail-sections li::marker { color: var(--violet); }
.demo-link { display: inline-flex; margin-top: .5rem; padding: .75rem 1rem; border: 1px solid var(--ink); background: var(--ink); color: #151516; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.demo-link:hover { box-shadow: 0 0 26px rgba(225,223,215,.18); transform: translateY(-3px); }

.empty-state { position: relative; overflow: hidden; border: 1px solid var(--line); }
.empty-state::after, .contact-card::after { position: absolute; right: -2.6rem; bottom: -2.6rem; width: 6rem; height: 6rem; border: 1px solid rgba(225,223,215,.12); border-radius: 50%; content: ""; }
.empty-state h2, .contact-card h2, .legal-card h2 { margin: 0 0 .6rem; font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.certification-grid, .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.contact-card { position: relative; display: grid; min-height: 13rem; gap: 1.5rem; overflow: hidden; border: 1px solid var(--line); transition: border-color .25s ease, transform .25s ease; }
.contact-card:hover { border-color: var(--cyan); transform: translateY(-4px); }
.contact-card span { color: var(--cyan); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card small { color: var(--coral); font-size: 1.25rem; }
.author-input { color: var(--cyan) !important; font-weight: 700; }
.legal-stack { display: grid; gap: 1px; margin-top: 3rem; border: 1px solid var(--line); background: var(--line); }
.legal-card p { max-width: 55rem; margin: 0; color: var(--muted); }
.process-section { margin-top: 3.5rem; padding: 1.6rem 0 0; border-top: 1px solid var(--line); }
.process-section h2 { margin: 0 0 1.2rem; color: var(--cyan); font-size: .69rem; }
.process-flow { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.process-flow li { position: relative; padding: .6rem .8rem; border: 1px solid var(--line); color: var(--muted); font: 800 .7rem/1 var(--font-sans); letter-spacing: .08em; text-transform: uppercase; }
.process-flow li:not(:last-child)::after { margin-left: 1rem; color: var(--cyan); content: "→"; }
.process-feedback { max-width: 50rem; margin: 1.5rem 0 0; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; width: min(var(--max), calc(100% - 3.5rem)); margin: auto; padding: 1.4rem 0 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.site-footer a { justify-self: center; color: var(--ink); }
.site-footer span:last-child { justify-self: end; }
.intro-open { overflow: hidden; }
.language-modal {
  --intro-x: 50%;
  --intro-y: 42%;
  position: fixed;
  z-index: 30;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    linear-gradient(118deg, rgba(255,255,255,.018), transparent 31%),
    linear-gradient(300deg, rgba(255,255,255,.012), transparent 38%),
    #09090a;
  color: #f1efea;
  transition: opacity .75s ease, visibility .75s ease;
}
.language-modal::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 4.8rem 4.8rem;
  mask-image: linear-gradient(105deg, transparent 0 4%, #000 22%, #000 72%, transparent 96%);
  content: "";
  opacity: .46;
}
.language-modal::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(128deg, transparent 0 21%, rgba(255,255,255,.045) 21.1% 21.2%, transparent 21.3% 100%),
    linear-gradient(128deg, transparent 0 72%, rgba(255,255,255,.028) 72.1% 72.2%, transparent 72.3% 100%),
    linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.025) 8.05% 8.1%, transparent 8.15% 91%, rgba(255,255,255,.02) 91.05% 91.1%, transparent 91.15%);
  content: "";
  pointer-events: none;
}
.language-modal[aria-hidden=true] { visibility: hidden; opacity: 0; pointer-events: none; }
.language-modal.is-leaving { opacity: 0; transform: scale(1.012); transition: opacity .72s ease, transform 1s cubic-bezier(.16,.8,.24,1), visibility .72s ease; }
.language-modal.is-leaving .intro-mark { transform: translateX(-1.2rem); opacity: 0; }
.language-modal.is-leaving .intro-network { opacity: 0; transform: translateX(2rem); }

.intro-atmosphere {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 9%;
  width: min(66vw, 68rem);
  height: min(66vh, 39rem);
  border-top: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.04);
  background:
    repeating-linear-gradient(90deg, transparent 0 6.4rem, rgba(255,255,255,.018) 6.4rem calc(6.4rem + 1px)),
    linear-gradient(120deg, rgba(255,255,255,.022), transparent 35% 72%, rgba(255,255,255,.014));
  clip-path: polygon(0 12%, 88% 0, 100% 82%, 14% 100%);
  transform: translateY(-50%);
  opacity: .65;
  animation: intro-drift 8s ease-in-out infinite;
}
.intro-atmosphere::before, .intro-atmosphere::after {
  position: absolute;
  content: "";
}
.intro-atmosphere::before {
  top: 18%;
  left: 7%;
  width: 64%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.19), transparent);
  transform: rotate(-7deg);
  transform-origin: left center;
}
.intro-atmosphere::after {
  right: 13%;
  bottom: 17%;
  width: 1px;
  height: 46%;
  background: linear-gradient(transparent, rgba(255,255,255,.16), transparent);
  transform: rotate(8deg);
}

.intro-network {
  position: absolute;
  z-index: 1;
  inset: -2%;
  width: 104%;
  height: 104%;
  opacity: .28;
  pointer-events: none;
  transition: opacity .8s ease, transform 1.1s cubic-bezier(.16,.8,.24,1);
}
.intro-network-lines path {
  fill: none;
  stroke: rgba(225,223,215,.25);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
  animation: intro-draw 2.4s cubic-bezier(.2,.72,.22,1) forwards;
}
.intro-network-lines path:nth-child(2) { animation-delay: .12s; }
.intro-network-lines path:nth-child(3) { animation-delay: .24s; }
.intro-network-lines path:nth-child(4) { animation-delay: .36s; }
.intro-network-lines path:nth-child(5) { animation-delay: .48s; }
.intro-network-nodes rect {
  fill: #e5e2db;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: intro-node 1.1s ease forwards, intro-pulse 4.6s ease-in-out infinite 2.2s;
}
.intro-network-nodes rect:nth-child(2n) { animation-delay: 1.15s, 2.5s; }
.intro-network-nodes rect:nth-child(3n) { animation-delay: 1.35s, 2.8s; }

.intro-shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  min-height: 100svh;
  padding: clamp(1.2rem, 2.8vw, 2.7rem) clamp(1.2rem, 4.5vw, 5.2rem);
}
.intro-topline, .intro-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(241,239,234,.54);
  font: 500 .62rem/1.2 var(--font-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-fade .8s ease .25s forwards;
}
.intro-topline-right { text-align: right; }
.intro-core {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .75fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  width: min(1220px, 100%);
  margin: auto;
  padding: 3rem 0;
}
.intro-identity { position: relative; min-height: min(58vh, 36rem); display: grid; align-content: center; justify-items: start; }
.intro-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.35rem;
  margin: 0 0 1.35rem;
  color: rgba(241,239,234,.45);
  font: 500 .61rem/1.2 var(--font-mono);
  letter-spacing: .11em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-rise .7s ease .75s forwards;
}
.intro-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(17rem, 31vw, 26rem);
  aspect-ratio: 1.12;
  opacity: 0;
  transform: translateY(12px) scale(.98);
  transition: opacity .7s ease, transform 1s cubic-bezier(.16,.8,.24,1);
  animation: intro-mark-in 1.05s cubic-bezier(.2,.8,.2,1) .45s forwards;
}
.intro-mark img {
  position: relative;
  z-index: 2;
  display: block;
  width: 73%;
  border-radius: 0;
  opacity: .96;
  filter: contrast(1.12) brightness(1.06);
  mix-blend-mode: screen;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.intro-mark::before, .intro-mark::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}
.intro-mark::before {
  inset: 8% 1% 13% 6%;
  border-top: 1px solid rgba(255,255,255,.17);
  border-left: 1px solid rgba(255,255,255,.11);
  clip-path: polygon(0 0, 88% 0, 100% 14%, 100% 100%, 0 100%);
}
.intro-mark::after {
  top: 52%;
  left: -5%;
  width: 110%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2) 16% 74%, transparent);
  transform: rotate(-5deg);
}
.intro-frame { position: absolute; z-index: 1; display: block; pointer-events: none; }
.intro-frame-a { top: 10%; right: 0; width: 42%; height: 32%; border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); transform: skewY(-8deg); }
.intro-frame-b { bottom: 7%; left: 3%; width: 47%; height: 27%; border-bottom: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); transform: skewY(-8deg); }
.intro-corner { position: absolute; z-index: 3; width: 1.5rem; height: 1.5rem; opacity: .8; }
.intro-corner-tl { top: 17%; left: 12%; border-top: 1px solid rgba(255,255,255,.55); border-left: 1px solid rgba(255,255,255,.55); }
.intro-corner-br { right: 8%; bottom: 17%; border-right: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); }
.intro-scan {
  position: absolute;
  z-index: 3;
  left: 10%;
  right: 5%;
  top: 24%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.52) 16% 78%, transparent);
  box-shadow: 0 0 12px rgba(255,255,255,.11);
  opacity: 0;
  transform: rotate(-4deg);
  animation: intro-scan 3.5s ease-in-out 1.35s infinite;
}
.intro-method {
  margin: 1.1rem 0 0;
  color: rgba(241,239,234,.63);
  font: 500 .64rem/1.5 var(--font-mono);
  letter-spacing: .11em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-rise .7s ease 1.15s forwards;
}
.intro-method span { margin: 0 .35rem; color: rgba(241,239,234,.25); }

.intro-language {
  position: relative;
  max-width: 30rem;
  justify-self: end;
  padding: 1.7rem 0 1.7rem clamp(1.4rem, 3vw, 2.6rem);
  border-left: 1px solid rgba(255,255,255,.15);
  opacity: 0;
  transform: translateX(18px);
  animation: intro-side-in .85s cubic-bezier(.2,.8,.2,1) 1.05s forwards;
}
.intro-language::before { position: absolute; top: 0; left: -1px; width: 1px; height: 2.8rem; background: rgba(255,255,255,.7); content: ""; }
.intro-label { margin: 0 0 1.05rem; color: rgba(241,239,234,.4); font: 500 .59rem/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.intro-language h1 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.7vw, 4.8rem);
  font-weight: 400;
  line-height: .89;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.intro-language-alt { margin: .9rem 0 0; color: rgba(241,239,234,.47); font: 500 .83rem/1.5 var(--font-sans); letter-spacing: -.01em; }
.language-options { display: grid; margin-top: 2.15rem; border-top: 1px solid rgba(255,255,255,.11); }
.language-options button {
  display: grid;
  grid-template-columns: 2.7rem 1fr auto;
  align-items: center;
  min-height: 4.25rem;
  padding: .25rem .25rem .25rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: transparent;
  color: rgba(241,239,234,.82);
  font-family: var(--font-sans);
  text-align: left;
  transition: color .22s ease, padding-left .22s ease, background .22s ease, letter-spacing .22s ease;
}
.language-options button:hover, .language-options button:focus-visible { padding-left: .55rem; background: linear-gradient(90deg, rgba(255,255,255,.035), transparent 78%); color: #fff; }
.language-options button > span:nth-child(2) { font-size: 1rem; font-weight: 600; letter-spacing: -.018em; }
.language-options button > span:last-child { font-family: var(--font-mono); font-size: .8rem; opacity: .38; transform: translateX(-.25rem); transition: opacity .22s ease, transform .22s ease; }
.language-options button:hover > span:last-child, .language-options button:focus-visible > span:last-child { opacity: 1; transform: translateX(0); }
.language-code { color: rgba(241,239,234,.36); font: 500 .58rem/1 var(--font-mono); letter-spacing: .08em; }

@keyframes intro-draw { to { stroke-dashoffset: 0; } }
@keyframes intro-node { from { opacity: 0; transform: scale(.15) rotate(45deg); } to { opacity: .68; transform: scale(1) rotate(0); } }
@keyframes intro-pulse { 0%,100% { opacity: .26; } 50% { opacity: .72; } }
@keyframes intro-drift { 0%,100% { opacity: .52; transform: translateY(-50%) translateX(0); } 50% { opacity: .72; transform: translateY(-50%) translateX(1.2rem); } }
@keyframes intro-fade { to { opacity: 1; } }
@keyframes intro-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes intro-side-in { to { opacity: 1; transform: translateX(0); } }
@keyframes intro-mark-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes intro-scan { 0% { top: 24%; opacity: 0; } 18% { opacity: .75; } 82% { opacity: .42; } 100% { top: 73%; opacity: 0; } }

@keyframes reveal-page { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .site-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; grid-column: auto; align-items: stretch; gap: 0; padding: 1rem max(1.5rem, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: #18181a; }
  .site-navigation.is-open { display: grid; }
  .site-navigation > a { padding: .8rem 0; }
  .site-navigation > a[aria-current=page]::before { top: 0; width: 2px; height: 100%; }
  .language-toggle { margin-top: .6rem; justify-self: start; }
  .language-menu { position: static; margin-top: .4rem; box-shadow: none; }
  .project-detail { grid-template-columns: 1fr; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(190px, .5fr); min-height: auto; padding-top: 2rem; }
  .hero-title { grid-column: 1; grid-row: 1; }
  .hero-copy { grid-column: 1; grid-row: 2; }
  .hero-aside { grid-column: 1; grid-row: 3; max-width: 31rem; }
  .hero-monogram { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .project-detail > div:first-child { position: static; }
  .tool-groups { grid-template-columns: repeat(2, 1fr); }
  .project-row { grid-template-columns: 3rem minmax(150px, 1fr) 2fr 2rem; }
  .project-row .status { display: none; }
}
@media (max-width: 680px) {
  .site-header { min-height: 4.6rem; padding: .8rem 1rem; }
  .brand { font-size: 1.3rem; }
  .page { width: min(100% - 2rem, var(--max)); padding: 4rem 0 5rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-title, .hero-copy, .hero-aside, .hero-monogram { grid-column: auto; grid-row: auto; }
  .hero-monogram { place-items: start; margin-top: .8rem; }
  .hero-monogram img { width: min(68vw, 18rem); }
  .hero h1 { font-size: clamp(3.2rem, 13.5vw, 5rem); word-spacing: .04em; }
  .hero-copy { margin-top: 1.5rem; }
  .project-grid, .certification-grid, .contact-grid { grid-template-columns: 1fr; }
  .project-card { grid-column: 1; min-height: 21rem; }
  .tool-groups { grid-template-columns: 1fr; }
  .section { margin-top: 5.5rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .project-row { grid-template-columns: 2.3rem 1fr 1.5rem; gap: .7rem; padding: 1.4rem .15rem; }
  .project-row p { display: none; }
  .project-row:hover { padding-right: .6rem; padding-left: .8rem; }
  .project-detail { padding-top: 2.2rem; }
  .site-footer { display: flex; flex-wrap: wrap; width: min(100% - 2rem, var(--max)); gap: .8rem 1rem; }
  .site-footer a, .site-footer span:last-child { justify-self: auto; }
  .signal-field { opacity: .11 !important; }
}

@media (max-width: 760px) {
  .intro-shell { padding: 1.15rem 1.1rem; }
  .intro-topline-right { display: none; }
  .intro-core { grid-template-columns: 1fr; align-content: center; gap: 1.25rem; padding: 2rem 0 1.5rem; }
  .intro-identity { min-height: auto; justify-items: center; text-align: center; }
  .intro-sequence { justify-content: center; margin-bottom: .45rem; }
  .intro-mark { width: min(66vw, 19rem); }
  .intro-method { margin-top: .35rem; font-size: .58rem; letter-spacing: .12em; }
  .intro-language { width: 100%; max-width: 31rem; justify-self: center; padding: 1.25rem 0 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .intro-language::before { top: -1px; left: 0; width: 3.2rem; height: 1px; }
  .intro-language h1 { max-width: none; font-size: clamp(2.3rem, 10vw, 3.5rem); }
  .language-options { margin-top: 1.4rem; }
  .language-options button { min-height: 3.65rem; }
  .intro-footer { font-size: .52rem; letter-spacing: .12em; }
  .intro-footer span:first-child { max-width: 15rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Home showcase — project names stay stable across locales; descriptions translate. */
.home-page { padding-bottom: 3.5rem; }
.showcase-section { margin-top: clamp(4.5rem, 9vw, 8rem); }
.showcase-heading { margin-bottom: 1.4rem; }
.showcase-heading h2 { font-size: clamp(2.5rem, 4.4vw, 4.4rem); }
.showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.showcase-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, .82fr) minmax(240px, 1.18fr);
  min-height: 23rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(140deg, rgba(25,25,27,.88), rgba(11,11,12,.92));
  transition: border-color .3s ease, transform .3s ease, background .3s ease;
}
.showcase-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.3rem;
  height: 1px;
  background: rgba(241,239,234,.62);
  content: "";
  transform: scaleX(.2);
  transform-origin: left;
  transition: transform .35s ease;
}
.showcase-card:hover { border-color: var(--line-bright); background: linear-gradient(140deg, rgba(31,31,33,.92), rgba(13,13,14,.96)); transform: translateY(-3px); }
.showcase-card:hover::before { transform: scaleX(1); }
.showcase-copy { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; padding: 1.45rem 1.25rem 1.25rem 1.4rem; }
.showcase-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 1rem; }
.showcase-meta .status { color: rgba(241,239,234,.38); font-size: .58rem; letter-spacing: .12em; }
.showcase-meta .status.available { color: rgba(241,239,234,.72); }
.showcase-card h3 { max-width: 9ch; margin: 1.25rem 0 .8rem; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: .91; letter-spacing: -.055em; }
.showcase-card p { max-width: 25rem; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.showcase-tags { display: flex; flex-wrap: wrap; gap: .38rem; margin-top: auto; padding-top: 1.25rem; }
.showcase-tags span { padding: .35rem .48rem; border: 1px solid rgba(225,223,215,.17); color: rgba(241,239,234,.58); font: 500 .54rem/1 var(--font-mono); letter-spacing: .04em; text-transform: uppercase; }
.showcase-preview { position: relative; min-width: 0; margin: .72rem .72rem .72rem 0; overflow: hidden; border: 1px solid rgba(225,223,215,.12); background: #0d0d0f; }
.showcase-preview::before { position: absolute; z-index: 5; top: 0; right: 0; width: 3rem; height: 1px; background: rgba(241,239,234,.32); content: ""; }
.showcase-preview::after { position: absolute; z-index: 5; right: 0; bottom: 0; width: 1px; height: 3rem; background: rgba(241,239,234,.2); content: ""; }
.showcase-arrow { position: absolute; z-index: 6; right: 1rem; bottom: .95rem; display: grid; width: 1.75rem; height: 1.75rem; place-items: center; border: 1px solid rgba(225,223,215,.2); background: rgba(10,10,11,.72); color: rgba(241,239,234,.66); font: 500 .72rem/1 var(--font-mono); transition: background .25s ease, color .25s ease, transform .25s ease; }
.showcase-card:hover .showcase-arrow { background: var(--ink); color: #111; transform: translate(2px,-2px); }

.preview-ui { position: absolute; inset: 0; overflow: hidden; color: rgba(241,239,234,.72); font-family: var(--font-sans); }
.preview-ui * { box-sizing: border-box; }

/* 01 — Management System */
.preview-management { display: grid; grid-template-columns: 2.6rem 1fr; }
.preview-sidebar { display: flex; flex-direction: column; gap: .75rem; padding: 1rem .7rem; border-right: 1px solid rgba(225,223,215,.1); background: #0a0a0b; }
.preview-sidebar::before { width: 1rem; height: 1rem; border: 1px solid rgba(241,239,234,.38); content: ""; }
.preview-sidebar i { display: block; width: 1.1rem; height: 2px; background: rgba(241,239,234,.22); }
.preview-main { display: grid; grid-template-rows: auto auto 1fr auto; gap: .85rem; padding: 1rem; }
.preview-top { display: flex; justify-content: space-between; gap: .8rem; }
.preview-top span:first-child { width: 5.2rem; height: .35rem; background: rgba(241,239,234,.35); }
.preview-top span:last-child { width: 2.4rem; height: .35rem; background: rgba(241,239,234,.12); }
.preview-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: .35rem; }
.preview-metrics b { padding: .55rem .48rem; border: 1px solid rgba(225,223,215,.11); font: 500 .78rem/1 var(--font-mono); }
.preview-metrics small { display: block; margin-top: .42rem; color: rgba(241,239,234,.35); font: 500 .42rem/1 var(--font-mono); text-transform: uppercase; }
.preview-chart { min-height: 7.8rem; border: 1px solid rgba(225,223,215,.09); background: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px); background-size: 100% 25%; }
.preview-chart svg { width: 100%; height: 100%; }
.preview-chart polyline { fill: none; stroke: rgba(241,239,234,.52); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.preview-row { display: flex; justify-content: space-between; padding-top: .6rem; border-top: 1px solid rgba(225,223,215,.08); }
.preview-row span { width: 4.8rem; height: .25rem; background: rgba(241,239,234,.16); }
.preview-row span:last-child { width: 2.2rem; }

/* 02 — Public Portal */
.preview-portal { padding: .85rem 1rem; }
.portal-bar { position: relative; z-index: 2; display: flex; align-items: center; gap: .8rem; padding-bottom: .7rem; border-bottom: 1px solid rgba(225,223,215,.11); font: 500 .48rem/1 var(--font-mono); letter-spacing: .08em; }
.portal-bar span { margin-right: auto; }
.portal-bar i { display: block; width: 1.8rem; height: 2px; background: rgba(241,239,234,.16); }
.portal-copy { position: relative; z-index: 2; width: 72%; padding: 2rem .1rem 1.2rem; }
.portal-copy strong { display: block; font-family: var(--font-display); font-size: clamp(1.65rem, 2.4vw, 2.4rem); font-weight: 400; line-height: .87; letter-spacing: -.045em; }
.portal-copy span { display: block; width: 75%; height: 3px; margin-top: .7rem; background: rgba(241,239,234,.13); }
.portal-copy span:last-child { width: 53%; }
.portal-search { position: relative; z-index: 2; display: grid; grid-template-columns: 1rem 1fr auto; align-items: center; gap: .55rem; height: 2.1rem; padding: 0 .6rem; border: 1px solid rgba(225,223,215,.18); }
.portal-search i { width: .55rem; height: .55rem; border: 1px solid rgba(241,239,234,.4); transform: rotate(45deg); }
.portal-search span { height: 3px; background: rgba(241,239,234,.14); }
.portal-search b { font: 500 .56rem/1 var(--font-mono); }
.portal-cards { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: .35rem; margin-top: .5rem; }
.portal-cards span { height: 2.7rem; border: 1px solid rgba(225,223,215,.1); background: rgba(255,255,255,.012); }
.portal-cut { position: absolute; top: 2.8rem; right: -4.2rem; width: 10rem; height: 12rem; border-left: 1px solid rgba(225,223,215,.12); background: linear-gradient(135deg, transparent 0 42%, rgba(241,239,234,.055) 42.3% 64%, transparent 64.3%); transform: skewX(-12deg); }

/* 03 — AuthorFlow */
.preview-authorflow { display: grid; grid-template-columns: 2.5rem 1.1fr .82fr; gap: .7rem; padding: .75rem; }
.author-controls { display: flex; flex-direction: column; gap: .55rem; align-items: center; padding-top: .2rem; border-right: 1px solid rgba(225,223,215,.08); }
.author-controls span { width: 1.1rem; height: 1.1rem; border: 1px solid rgba(225,223,215,.14); }
.author-doc { position: relative; align-self: center; height: 82%; padding: 1rem .75rem; border: 1px solid rgba(225,223,215,.16); background: #171719; box-shadow: 0 16px 30px rgba(0,0,0,.22); }
.author-doc i { display: block; height: 3px; margin-bottom: .65rem; background: rgba(241,239,234,.2); }
.author-doc i:nth-child(2) { width: 62%; }
.author-doc i:nth-child(3) { width: 84%; margin-top: 1.3rem; }
.author-doc i:nth-child(4) { width: 75%; }
.author-doc i:nth-child(5) { width: 48%; }
.author-doc b { position: absolute; right: .7rem; bottom: .55rem; color: rgba(241,239,234,.22); font: 500 .48rem/1 var(--font-mono); }
.author-form { display: flex; flex-direction: column; gap: .45rem; padding-top: 1.1rem; }
.author-form span { display: block; height: 2.4rem; border: 1px solid rgba(225,223,215,.11); background: rgba(255,255,255,.012); }
.author-form span:nth-child(2), .author-form span:nth-child(4) { height: 1.55rem; }

/* 04 — Map Project */
.preview-map { background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px), #0d0d0f; background-size: 2.6rem 2.6rem; }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .68; }
.map-lines path { fill: none; stroke: rgba(241,239,234,.28); stroke-width: 1; vector-effect: non-scaling-stroke; }
.map-layers { position: absolute; z-index: 2; top: .8rem; left: .8rem; display: grid; width: 7.7rem; gap: .45rem; padding: .7rem; border: 1px solid rgba(225,223,215,.14); background: rgba(12,12,13,.86); font: 500 .46rem/1 var(--font-mono); }
.map-layers b { margin-bottom: .25rem; color: rgba(241,239,234,.72); font-size: .54rem; }
.map-layers span { display: flex; align-items: center; gap: .4rem; color: rgba(241,239,234,.38); }
.map-layers i { width: .48rem; height: .48rem; border: 1px solid rgba(241,239,234,.35); }
.map-layers span:nth-child(3) i, .map-layers span:nth-child(5) i { background: rgba(241,239,234,.35); }
.map-points i { position: absolute; z-index: 3; left: var(--x); top: var(--y); width: .42rem; height: .42rem; border: 1px solid rgba(241,239,234,.52); background: #0d0d0f; transform: rotate(45deg); }
.map-zoom { position: absolute; z-index: 3; top: .8rem; right: .8rem; display: grid; border: 1px solid rgba(225,223,215,.14); background: rgba(12,12,13,.8); }
.map-zoom span { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; color: rgba(241,239,234,.48); font: 500 .72rem/1 var(--font-mono); }
.map-zoom span + span { border-top: 1px solid rgba(225,223,215,.12); }

/* 05 — Pulse */
.preview-pulse { display: grid; grid-template-rows: auto auto 1fr auto; gap: .8rem; padding: 1rem; }
.pulse-head { display: flex; align-items: center; justify-content: space-between; font: 600 .58rem/1 var(--font-mono); letter-spacing: .12em; }
.pulse-head i { width: 3.2rem; height: 2px; background: rgba(241,239,234,.14); }
.pulse-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: .35rem; }
.pulse-metrics b { padding: .6rem .45rem; border: 1px solid rgba(225,223,215,.11); font: 500 .76rem/1 var(--font-mono); }
.pulse-metrics small { display: block; margin-top: .42rem; color: rgba(241,239,234,.31); font: 500 .42rem/1 var(--font-mono); text-transform: uppercase; }
.pulse-bars { display: flex; align-items: end; gap: .65rem; min-height: 8rem; padding: 1rem .7rem .1rem; border: 1px solid rgba(225,223,215,.08); background: repeating-linear-gradient(to top, rgba(255,255,255,.04) 0 1px, transparent 1px 25%); }
.pulse-bars i { flex: 1; height: var(--h); min-width: 4px; background: linear-gradient(to top, rgba(241,239,234,.2), rgba(241,239,234,.68)); transition: height .4s ease; }
.showcase-card:hover .pulse-bars i:nth-child(2), .showcase-card:hover .pulse-bars i:nth-child(4), .showcase-card:hover .pulse-bars i:nth-child(6) { height: calc(var(--h) + 8%); }
.pulse-axis { display: flex; justify-content: space-between; color: rgba(241,239,234,.25); font: 500 .4rem/1 var(--font-mono); }

/* 06 — Central */
.preview-central { display: grid; grid-template-columns: 3rem 1fr; }
.central-nav { display: flex; flex-direction: column; align-items: center; gap: .8rem; padding: .8rem .6rem; border-right: 1px solid rgba(225,223,215,.1); background: #0a0a0b; }
.central-nav b { display: grid; width: 1.3rem; height: 1.3rem; place-items: center; border: 1px solid rgba(241,239,234,.28); font: 500 .55rem/1 var(--font-mono); }
.central-nav span { width: 1.15rem; height: 2px; background: rgba(241,239,234,.18); }
.central-main { padding: .85rem; }
.central-title { display: flex; justify-content: space-between; margin-bottom: 1.15rem; padding-bottom: .55rem; border-bottom: 1px solid rgba(225,223,215,.1); font: 600 .58rem/1 var(--font-mono); }
.central-title i { width: 2.5rem; height: 2px; background: rgba(241,239,234,.13); }
.central-main > strong { display: block; margin: .8rem 0 .45rem; color: rgba(241,239,234,.4); font: 500 .44rem/1 var(--font-mono); text-transform: uppercase; }
.central-task { display: grid; grid-template-columns: .65rem 1fr auto; align-items: center; gap: .55rem; min-height: 2.15rem; margin-bottom: .28rem; padding: .4rem .5rem; border: 1px solid rgba(225,223,215,.1); }
.central-task i { width: .52rem; height: .52rem; border: 1px solid rgba(241,239,234,.32); }
.central-task span { height: 3px; background: rgba(241,239,234,.16); }
.central-task b { font: 500 .48rem/1 var(--font-mono); opacity: .45; }
.central-doc { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .6rem; padding: .45rem .1rem; border-top: 1px solid rgba(225,223,215,.08); }
.central-doc span { height: 3px; background: rgba(241,239,234,.14); }
.central-doc i { color: rgba(241,239,234,.3); font: 500 .39rem/1 var(--font-mono); font-style: normal; }

.home-closing { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: clamp(2rem,8vw,8rem); align-items: end; margin-top: clamp(5rem,10vw,9rem); padding: 2rem 0 1.2rem; border-top: 1px solid var(--line); }
.home-closing h2 { max-width: 18ch; margin: 0; font-family: var(--font-display); font-size: clamp(2.4rem,4.5vw,4.5rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.home-closing > div > p:last-child { margin: .75rem 0 0; color: var(--muted); font-size: .88rem; }
.home-closing nav { display: grid; border-top: 1px solid var(--line); }
.home-closing nav a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem .2rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .04em; transition: color .2s ease, padding .2s ease; }
.home-closing nav a:hover { padding-left: .55rem; color: var(--ink); }
.home-closing nav span { font-family: var(--font-mono); }

@media (max-width: 1080px) {
  .showcase-card { grid-template-columns: 1fr; min-height: 34rem; }
  .showcase-copy { min-height: 14rem; }
  .showcase-preview { min-height: 17rem; margin: 0 .72rem .72rem; }
}
@media (max-width: 760px) {
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card { min-height: 32rem; }
  .showcase-copy { min-height: 13rem; }
  .showcase-preview { min-height: 16rem; margin-left: .72rem; }
  .showcase-card h3 { font-size: clamp(2.2rem,10vw,3rem); }
  .home-closing { grid-template-columns: 1fr; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-card,
  .showcase-card::before,
  .showcase-arrow,
  .pulse-bars i,
  .home-closing nav a { transition: none !important; }
  .showcase-card:hover { transform: none; }
}


/* V3 — subtle color system after the intro. Accent is information, not decoration. */
.home-page .hero-aside {
  border-left-color: rgba(121,167,255,.42);
  background: linear-gradient(90deg, rgba(121,167,255,.035), transparent 60%);
}
.home-page .hero-aside::before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 2.8rem;
  background: linear-gradient(var(--blue), var(--orange));
  content: "";
}
.home-page .hero-monogram img {
  border-radius: .8rem;
  border: 1px solid rgba(121,167,255,.07);
  box-shadow: 0 28px 70px rgba(0,0,0,.34), 0 0 42px rgba(69,105,169,.055);
}
.showcase-heading { position: relative; padding-bottom: .45rem; }
.showcase-heading::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(14rem, 30vw);
  height: 1px;
  background: linear-gradient(90deg, var(--blue), rgba(121,167,255,.18) 62%, var(--orange) 96%, transparent);
  content: "";
}
.showcase-heading .text-link { border-bottom-color: rgba(121,167,255,.34); }

.showcase-card {
  --accent: var(--blue);
  --accent-rgb: 121,167,255;
  border-color: rgba(225,223,215,.12);
  border-radius: .48rem;
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--accent-rgb),.045), transparent 14rem),
    linear-gradient(140deg, rgba(24,27,34,.9), rgba(10,11,14,.95));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.015);
}
.showcase-card:nth-child(2) { --accent: var(--orange); --accent-rgb: 255,154,98; }
.showcase-card:nth-child(3) { --accent: var(--purple); --accent-rgb: 170,150,255; }
.showcase-card:nth-child(4) { --accent: var(--teal); --accent-rgb: 104,212,191; }
.showcase-card:nth-child(5) { --accent: #72a9ff; --accent-rgb: 114,169,255; }
.showcase-card:nth-child(6) { --accent: #e7b267; --accent-rgb: 231,178,103; }
.showcase-card::before {
  width: 4.25rem;
  height: 2px;
  border-radius: 0 0 2px 0;
  background: linear-gradient(90deg, var(--accent), rgba(var(--accent-rgb),.16));
  box-shadow: 0 0 18px rgba(var(--accent-rgb),.18);
}
.showcase-card::after {
  position: absolute;
  z-index: 0;
  top: -8rem;
  right: -9rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(var(--accent-rgb),.09);
  border-radius: 42% 58% 37% 63% / 53% 39% 61% 47%;
  background: radial-gradient(circle at 40% 55%, rgba(var(--accent-rgb),.045), transparent 62%);
  content: "";
  opacity: .7;
  transform: rotate(-13deg);
  transition: transform .55s ease, opacity .4s ease;
}
.showcase-card:hover {
  border-color: rgba(var(--accent-rgb),.33);
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--accent-rgb),.075), transparent 15rem),
    linear-gradient(140deg, rgba(27,31,40,.94), rgba(11,12,15,.98));
  box-shadow: 0 18px 48px rgba(0,0,0,.16), inset 0 1px 0 rgba(var(--accent-rgb),.05);
}
.showcase-card:hover::after { opacity: 1; transform: translate(-8px, 8px) rotate(-18deg); }
.showcase-copy, .showcase-preview, .showcase-arrow { position: relative; z-index: 2; }
.showcase-meta .project-index { color: var(--accent); }
.showcase-meta .status.available { color: var(--teal); }
.showcase-tags span {
  border-color: rgba(var(--accent-rgb),.19);
  border-radius: .24rem;
  background: rgba(var(--accent-rgb),.022);
}
.showcase-tags span:first-child { color: rgba(var(--accent-rgb),.92); }
.showcase-preview {
  border-color: rgba(var(--accent-rgb),.15);
  border-radius: .34rem;
  background: linear-gradient(145deg, rgba(var(--accent-rgb),.026), transparent 34%), #0c0e12;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.008);
}
.showcase-preview::before { height: 2px; background: var(--accent); opacity: .68; }
.showcase-preview::after { background: linear-gradient(transparent, var(--accent)); opacity: .36; }
.showcase-arrow {
  border-color: rgba(var(--accent-rgb),.25);
  border-radius: .3rem;
  color: var(--accent);
}
.showcase-card:hover .showcase-arrow { background: var(--accent); color: #080b11; box-shadow: 0 0 22px rgba(var(--accent-rgb),.18); }

/* Tiny project-specific signals inside the previews. */
.showcase-card:nth-child(1) .preview-chart polyline { stroke: var(--accent); }
.showcase-card:nth-child(1) .preview-metrics b:first-child { border-top-color: rgba(var(--accent-rgb),.58); }
.showcase-card:nth-child(1) .preview-sidebar::before { border-color: rgba(var(--accent-rgb),.65); }

.showcase-card:nth-child(2) .portal-search { border-color: rgba(var(--accent-rgb),.36); }
.showcase-card:nth-child(2) .portal-search b,
.showcase-card:nth-child(2) .portal-bar span { color: var(--accent); }
.showcase-card:nth-child(2) .portal-cut { border-left-color: rgba(var(--accent-rgb),.2); background: linear-gradient(135deg, transparent 0 42%, rgba(var(--accent-rgb),.065) 42.3% 64%, transparent 64.3%); }

.showcase-card:nth-child(3) .author-controls span:nth-child(2),
.showcase-card:nth-child(3) .author-doc { border-color: rgba(var(--accent-rgb),.34); }
.showcase-card:nth-child(3) .author-doc::before { position:absolute; top:0; left:0; width:2px; height:34%; background:var(--accent); content:""; opacity:.72; }

.showcase-card:nth-child(4) .map-lines path { stroke: rgba(var(--accent-rgb),.48); }
.showcase-card:nth-child(4) .map-points i { border-color: rgba(var(--accent-rgb),.82); box-shadow: 0 0 11px rgba(var(--accent-rgb),.13); }
.showcase-card:nth-child(4) .map-layers span:nth-child(3) i,
.showcase-card:nth-child(4) .map-layers span:nth-child(5) i { background: rgba(var(--accent-rgb),.64); border-color: rgba(var(--accent-rgb),.7); }

.showcase-card:nth-child(5) .pulse-head span { color: var(--accent); }
.showcase-card:nth-child(5) .pulse-bars i { background: linear-gradient(to top, rgba(121,167,255,.16), rgba(121,167,255,.75)); }
.showcase-card:nth-child(5) .pulse-bars i:nth-child(3n+2) { background: linear-gradient(to top, rgba(255,154,98,.13), rgba(255,154,98,.58)); }
.showcase-card:nth-child(5) .pulse-metrics b:nth-child(2) { border-top-color: rgba(255,154,98,.5); }

.showcase-card:nth-child(6) .central-nav b { border-color: rgba(var(--accent-rgb),.55); color: var(--accent); }
.showcase-card:nth-child(6) .central-task:first-of-type { border-left-color: rgba(var(--accent-rgb),.65); }
.showcase-card:nth-child(6) .central-title span { color: var(--accent); }

.home-closing {
  position: relative;
  border-top-color: rgba(121,167,255,.18);
}
.home-closing::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  content: "";
}
.home-closing nav a { border-bottom-color: rgba(225,223,215,.1); }
.home-closing nav a:nth-child(1) span { color: var(--blue); }
.home-closing nav a:nth-child(2) span { color: var(--orange); }
.home-closing nav a:nth-child(3) span { color: var(--teal); }

/* Carry the same restrained accent language to secondary views. */
.page-header::after { background: linear-gradient(90deg, var(--blue), rgba(121,167,255,.22) 65%, var(--orange), transparent); }
.project-row::before { background: linear-gradient(var(--blue), var(--orange)); }
.filter { border-radius: .35rem; }
.filter.is-active, .filter:hover { border-color: rgba(121,167,255,.35); background: rgba(121,167,255,.055); }
.contact-card { border-radius: .45rem; }
.contact-card:hover { border-color: rgba(121,167,255,.42); }
.demo-link { border-radius: .3rem; background: linear-gradient(90deg, #e8eefc, #f1efea); }

@media (max-width: 760px) {
  .showcase-card { border-radius: .42rem; }
  .showcase-preview { border-radius: .3rem; }
}

/* ========================================================================== 
   2026-09 — Project deck + Management System catalogue test
   Keeps the original portfolio language and replaces only the selected-work
   presentation and the Management System project showcase.
   ========================================================================== */

.project-deck-section { margin-top: clamp(5rem, 12vw, 10rem); }
.project-deck-shell {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  align-items: center;
  gap: .8rem;
}
.project-deck {
  position: relative;
  min-height: 35rem;
  overflow: hidden;
  perspective: 1600px;
  isolation: isolate;
}
.project-deck::before,
.project-deck::after {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  width: min(9vw, 8rem);
  pointer-events: none;
  content: "";
}
.project-deck::before { left: 0; background: linear-gradient(90deg, var(--void), transparent); }
.project-deck::after { right: 0; background: linear-gradient(-90deg, var(--void), transparent); }

.project-deck-card {
  --deck-accent: var(--blue);
  --deck-rgb: 121,167,255;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(42rem, 58vw);
  min-width: 30rem;
  height: 28rem;
  overflow: hidden;
  border: 1px solid rgba(225,223,215,.13);
  border-radius: .68rem;
  background:
    radial-gradient(circle at 82% 9%, rgba(var(--deck-rgb),.075), transparent 18rem),
    linear-gradient(145deg, rgba(26,29,36,.98), rgba(9,10,13,.99));
  box-shadow: 0 32px 70px rgba(0,0,0,.42);
  transform-origin: center;
  transition:
    transform .52s cubic-bezier(.2,.8,.2,1),
    opacity .4s ease,
    filter .4s ease,
    border-color .3s ease,
    box-shadow .3s ease;
  cursor: pointer;
  will-change: transform, opacity;
}
.project-deck-card:nth-child(2) { --deck-accent: var(--orange); --deck-rgb: 255,154,98; }
.project-deck-card:nth-child(3) { --deck-accent: var(--purple); --deck-rgb: 170,150,255; }
.project-deck-card:nth-child(4) { --deck-accent: var(--teal); --deck-rgb: 104,212,191; }
.project-deck-card:nth-child(5) { --deck-accent: #72a9ff; --deck-rgb: 114,169,255; }
.project-deck-card:nth-child(6) { --deck-accent: #e7b267; --deck-rgb: 231,178,103; }
.project-deck-card::before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--deck-accent), transparent);
  box-shadow: 0 0 18px rgba(var(--deck-rgb),.2);
  content: "";
}
.project-deck-card[data-deck-pos="0"] {
  z-index: 10;
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) scale(1);
  border-color: rgba(var(--deck-rgb),.34);
  box-shadow: 0 38px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(var(--deck-rgb),.04) inset;
}
.project-deck-card[data-deck-pos="-1"] {
  z-index: 8;
  opacity: .76;
  filter: brightness(.76) saturate(.8);
  transform: translate(-84%, -50%) scale(.89);
}
.project-deck-card[data-deck-pos="1"] {
  z-index: 8;
  opacity: .76;
  filter: brightness(.76) saturate(.8);
  transform: translate(-16%, -50%) scale(.89);
}
.project-deck-card[data-deck-pos="-2"] {
  z-index: 5;
  opacity: .38;
  filter: brightness(.55) saturate(.65);
  transform: translate(-108%, -50%) scale(.76);
}
.project-deck-card[data-deck-pos="2"] {
  z-index: 5;
  opacity: .38;
  filter: brightness(.55) saturate(.65);
  transform: translate(8%, -50%) scale(.76);
}
.project-deck-card[data-deck-pos="-3"],
.project-deck-card[data-deck-pos="3"] {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.68);
}
.project-deck-card[data-deck-pos="0"]:hover,
.project-deck-card[data-deck-pos="0"]:focus-visible {
  transform: translate(-50%, -51.5%) scale(1.015);
  border-color: rgba(var(--deck-rgb),.48);
}
.deck-card-top {
  position: absolute;
  z-index: 8;
  top: 1rem;
  left: 1.1rem;
  right: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.deck-card-top .project-index { color: var(--deck-accent); }
.deck-card-top .status { color: rgba(241,239,234,.5); font-size: .57rem; }
.deck-card-top .status.available { color: var(--teal); }
.deck-card-preview {
  position: absolute;
  top: 3.3rem;
  right: 1rem;
  bottom: 1rem;
  width: 54%;
  overflow: hidden;
  border: 1px solid rgba(var(--deck-rgb),.17);
  border-radius: .46rem;
  background: #0b0d11;
}
.deck-card-preview .preview-ui { inset: 0; }
.deck-card-copy {
  position: absolute;
  z-index: 7;
  top: 4.4rem;
  bottom: 1rem;
  left: 1.35rem;
  display: flex;
  width: 39%;
  min-width: 0;
  flex-direction: column;
}
.deck-card-copy h3 {
  max-width: 10ch;
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.06em;
}
.deck-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.58;
}
.deck-open {
  margin-top: auto;
  color: rgba(var(--deck-rgb),.95);
  font: 700 .62rem/1 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.deck-control {
  position: relative;
  z-index: 25;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(18,20,25,.84);
  color: var(--ink);
  font: 400 1.55rem/1 var(--font-display);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.deck-control:hover,
.deck-control:focus-visible { border-color: var(--line-bright); background: rgba(31,34,42,.95); transform: scale(1.04); }
.deck-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1rem;
}
.deck-dots span {
  display: block;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: rgba(241,239,234,.2);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.deck-dots span.is-active { width: 1.8rem; background: rgba(121,167,255,.78); }

/* Management System: separate project atmosphere + Prime-like screenshot catalogue */
body.management-project-view {
  background:
    radial-gradient(circle at 12% 10%, rgba(54,108,207,.15), transparent 31rem),
    radial-gradient(circle at 88% 18%, rgba(31,70,142,.12), transparent 28rem),
    linear-gradient(155deg, #07101d, #080c15 50%, #06080d);
}
body.management-project-view::after { opacity: .16; }
body.management-project-view .signal-field { opacity: .08; }
body.management-project-view > .site-header,
body.management-project-view > .site-footer { display: none; }
body.management-project-view main { min-height: 100vh; }

.management-showcase {
  width: min(1500px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.2rem 0 6rem;
  animation: mg-enter .75s cubic-bezier(.2,.8,.2,1) both;
}
.mg-showcase-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 4.6rem;
  margin: 0 -.4rem;
  padding: .7rem .9rem;
  border-bottom: 1px solid rgba(159,193,255,.13);
  background: rgba(6,11,20,.8);
  backdrop-filter: blur(22px) saturate(112%);
}
.mg-showcase-header > span {
  color: rgba(223,233,250,.5);
  font: 700 .6rem/1 var(--font-mono);
  letter-spacing: .14em;
}
.mg-back,
.mg-demo-link {
  width: fit-content;
  color: rgba(237,243,255,.82);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mg-demo-link { justify-self: end; color: #8bbaff; }
.mg-showcase-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: clamp(2rem,8vw,8rem);
  min-height: 48vh;
  padding: clamp(4.5rem,8vw,8rem) 2rem 3.5rem;
}
.mg-showcase-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem,8vw,8.2rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.07em;
}
.mg-showcase-hero > div:first-child > p:last-child {
  max-width: 46rem;
  margin: 1.4rem 0 0;
  color: #9eaabd;
  font-size: clamp(.95rem,1.3vw,1.08rem);
  line-height: 1.72;
}
.mg-catalog-section { padding: 0 0 2rem; }
.mg-catalog-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 27rem;
  overflow-x: auto;
  overflow-y: visible;
  padding: 4rem 3rem 5rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(139,186,255,.25) transparent;
}
.mg-catalog-row::-webkit-scrollbar { height: .45rem; }
.mg-catalog-row::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(139,186,255,.2); }
.mg-catalog-card {
  position: relative;
  flex: 0 0 clamp(17rem, 22vw, 23rem);
  min-width: 0;
  padding-bottom: 2.15rem;
  scroll-snap-align: center;
  border: 0;
  background: transparent;
  transform-origin: center;
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    opacity .25s ease,
    filter .25s ease;
  cursor: default;
}
.mg-catalog-row.is-focusing .mg-catalog-card:not(.is-focused) {
  opacity: .46;
  filter: brightness(.58) saturate(.7);
  transform: scale(.965);
}
.mg-catalog-card.is-focused,
.mg-catalog-card:hover,
.mg-catalog-card:focus-visible {
  z-index: 20;
  transform: translateY(-1.9rem) scale(1.13);
}
.mg-catalog-screen {
  position: relative;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
  border: 1px solid rgba(167,195,238,.12);
  border-radius: .72rem;
  background: #080d16;
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.mg-catalog-card.is-focused .mg-catalog-screen,
.mg-catalog-card:hover .mg-catalog-screen,
.mg-catalog-card:focus-visible .mg-catalog-screen {
  border-color: rgba(139,186,255,.48);
  box-shadow: 0 34px 80px rgba(0,0,0,.56), 0 0 0 1px rgba(139,186,255,.05) inset;
}
.mg-catalog-title {
  margin: .72rem .15rem 0;
  color: rgba(238,244,255,.9);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
  transition: color .2s ease, transform .2s ease;
}
.mg-catalog-card.is-focused .mg-catalog-title,
.mg-catalog-card:hover .mg-catalog-title,
.mg-catalog-card:focus-visible .mg-catalog-title {
  color: #fff;
  transform: translateY(.06rem);
}
.mg-catalog-info {
  position: absolute;
  z-index: 8;
  top: calc(100% - 1.25rem);
  right: -.8rem;
  left: -.8rem;
  min-height: 4.35rem;
  padding: 1rem 1.1rem 1.05rem;
  border: 1px solid rgba(139,186,255,.18);
  border-radius: .72rem;
  background: linear-gradient(180deg, rgba(9,15,27,.985), rgba(6,10,18,.995));
  box-shadow: 0 25px 45px rgba(0,0,0,.42);
  opacity: 0;
  transform: translateY(-.5rem);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.mg-catalog-card.is-focused .mg-catalog-info,
.mg-catalog-card:hover .mg-catalog-info,
.mg-catalog-card:focus-visible .mg-catalog-info { opacity: 1; transform: translateY(0); }
.mg-catalog-info p {
  margin: 0;
  color: #aab6c8;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.5;
  text-transform: uppercase;
}

/* CSS-rendered screenshot shells used only as safe catalogue placeholders. */
.mg-shot {
  position: absolute;
  inset: 0;
  padding: .72rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 10%, rgba(73,135,233,.12), transparent 35%),
    linear-gradient(150deg, #0b1321, #070b12);
}
.mg-shot * { box-sizing: border-box; }
.mg-shot-bar { display: flex; gap: .28rem; height: .7rem; }
.mg-shot-bar i { width: .33rem; height: .33rem; border-radius: 50%; background: rgba(227,237,255,.18); }
.mg-shot-body {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .65rem;
  height: calc(100% - .95rem);
  margin-top: .25rem;
}
.mg-shot-body aside {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: .5rem .35rem;
  border-right: 1px solid rgba(211,226,250,.08);
}
.mg-shot-body aside span { height: .11rem; background: rgba(225,236,255,.18); }
.mg-shot-body main { display: flex; min-height: 0; flex-direction: column; gap: .5rem; }
.mg-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: .35rem; }
.mg-kpis b { height: 2.2rem; border: 1px solid rgba(204,222,250,.09); background: rgba(255,255,255,.015); }
.mg-chart {
  flex: 1;
  min-height: 4rem;
  border: 1px solid rgba(204,222,250,.08);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(135deg, transparent 0 20%, rgba(103,163,255,.75) 20.4% 21%, transparent 21.4% 39%, rgba(103,163,255,.75) 39.4% 40%, transparent 40.4% 59%, rgba(103,163,255,.75) 59.4% 60%, transparent 60.4% 79%, rgba(103,163,255,.75) 79.4% 80%, transparent 80.4%);
}
.mg-table-line { height: .35rem; background: rgba(225,236,255,.1); }
.mg-shot-title,
.mg-resp-head { width: 34%; height: .28rem; margin: .6rem 0; background: rgba(225,236,255,.18); }
.mg-record-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: .5rem; height: calc(100% - 1.9rem); }
.mg-list,
.mg-record-detail { padding: .5rem; border: 1px solid rgba(204,222,250,.08); }
.mg-list span,
.mg-resp-table span { display: block; height: .38rem; margin-bottom: .47rem; background: rgba(225,236,255,.08); }
.mg-record-detail b { display: block; width: 62%; height: .48rem; margin-bottom: .7rem; background: rgba(225,236,255,.14); }
.mg-record-detail span { display: block; height: .25rem; margin: .42rem 0; background: rgba(225,236,255,.08); }
.mg-record-detail i { display: block; height: 2.6rem; margin-top: .65rem; border: 1px solid rgba(103,163,255,.18); }
.mg-tracking-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: .4rem; margin-top: .55rem; }
.mg-tracking-kpis span { height: 2.3rem; border: 1px solid rgba(204,222,250,.08); }
.mg-kanban { display: grid; grid-template-columns: repeat(3,1fr); gap: .4rem; height: calc(100% - 4rem); margin-top: .55rem; }
.mg-kanban > div { padding: .42rem; border: 1px solid rgba(204,222,250,.08); background: rgba(255,255,255,.012); }
.mg-kanban b { display: block; width: 56%; height: .23rem; margin-bottom: .5rem; background: rgba(225,236,255,.14); }
.mg-kanban i { display: block; height: 2.5rem; margin-bottom: .4rem; border: 1px solid rgba(103,163,255,.12); background: rgba(103,163,255,.025); }
.mg-calendar-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: .5rem; height: calc(100% - 1.3rem); margin-top: .55rem; }
.mg-month-grid {
  border: 1px solid rgba(204,222,250,.08);
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px) 0 0 / 20% 100%;
}
.mg-agenda-list { padding: .35rem; border: 1px solid rgba(204,222,250,.08); }
.mg-agenda-list span { display: block; height: 1.45rem; margin-bottom: .35rem; border-left: 2px solid rgba(103,163,255,.55); background: rgba(255,255,255,.025); }
.mg-resp-table { height: calc(100% - 2.2rem); padding: .55rem; border: 1px solid rgba(204,222,250,.08); }
.mg-resp-table span { height: 1.2rem; border-bottom: 1px solid rgba(204,222,250,.06); background: linear-gradient(90deg, rgba(225,236,255,.1), transparent 72%); }
.mg-report-kpis { display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; margin-top: .55rem; }
.mg-report-kpis span { height: 2.6rem; border: 1px solid rgba(204,222,250,.08); }
.mg-report-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: .5rem; height: calc(100% - 4.2rem); margin-top: .55rem; }
.mg-bars,
.mg-donut { position: relative; border: 1px solid rgba(204,222,250,.08); }
.mg-bars::before {
  position: absolute;
  inset: 25% 8% 12%;
  background: linear-gradient(90deg, rgba(103,163,255,.5) 0 12%, transparent 12% 19%, rgba(103,163,255,.28) 19% 34%, transparent 34% 42%, rgba(103,163,255,.68) 42% 56%, transparent 56% 66%, rgba(103,163,255,.4) 66% 81%, transparent 81%);
  content: "";
}
.mg-donut::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.4rem;
  height: 4.4rem;
  border: .75rem solid rgba(103,163,255,.32);
  border-right-color: rgba(255,154,98,.38);
  border-radius: 50%;
  content: "";
  transform: translate(-50%,-50%);
}

@keyframes mg-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .project-deck { min-height: 32rem; }
  .project-deck-card { width: min(40rem, 70vw); min-width: 28rem; height: 26rem; }
  .project-deck-card[data-deck-pos="-1"] { transform: translate(-79%, -50%) scale(.88); }
  .project-deck-card[data-deck-pos="1"] { transform: translate(-21%, -50%) scale(.88); }
  .deck-card-preview { width: 52%; }
  .mg-showcase-hero { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .project-deck-shell { grid-template-columns: 1fr; }
  .deck-control { display: none; }
  .project-deck { min-height: 29rem; }
  .project-deck-card { width: 86vw; min-width: 0; height: 24rem; }
  .project-deck-card[data-deck-pos="-1"] { transform: translate(-92%, -50%) scale(.82); }
  .project-deck-card[data-deck-pos="1"] { transform: translate(-8%, -50%) scale(.82); }
  .deck-card-preview { top: 3rem; right: .75rem; bottom: .75rem; width: 50%; }
  .deck-card-copy { top: 3.8rem; left: 1rem; width: 42%; }
  .deck-card-copy h3 { font-size: 2.2rem; }
  .deck-card-copy p { display: none; }

  .management-showcase { width: min(100% - 1rem, 1500px); }
  .mg-showcase-header { grid-template-columns: 1fr auto; }
  .mg-showcase-header > span { display: none; }
  .mg-showcase-hero { min-height: auto; padding: 4.5rem .9rem 2rem; }
  .mg-showcase-hero h1 { font-size: clamp(3.5rem,17vw,5rem); }
  .mg-catalog-row { min-height: 24rem; padding: 3.2rem 1rem 5rem; }
  .mg-catalog-card { flex-basis: 78vw; }
  .mg-catalog-card.is-focused,
  .mg-catalog-card:hover,
  .mg-catalog-card:focus-visible { transform: translateY(-1rem) scale(1.03); }
}

@media (prefers-reduced-motion: reduce) {
  .project-deck-card,
  .mg-catalog-card,
  .mg-catalog-info { transition: none !important; }
}

/* ========================================================================== 
   2026-09 — Identity pass: intro energy, living navigation, Info + Contact
   ========================================================================== */

/* Intro: keep the network language, but pull the local schematic density
   inward so the JVK mark has a tighter field around it. */
.intro-mark::before {
  inset: 15% 12% 17% 13%;
  border-color: rgba(255,255,255,.13);
}
.intro-mark::after {
  left: 8%;
  width: 84%;
  opacity: .7;
}
.intro-frame-a { top: 18%; right: 10%; width: 30%; height: 23%; opacity: .72; }
.intro-frame-b { bottom: 14%; left: 11%; width: 33%; height: 20%; opacity: .65; }
.intro-corner-tl { top: 23%; left: 19%; }
.intro-corner-br { right: 16%; bottom: 23%; }
.intro-energy-field {
  position: absolute;
  z-index: 0;
  inset: 15% 12%;
  border-radius: 48% 52% 46% 54%;
  background:
    linear-gradient(18deg, transparent 0 31%, rgba(121,167,255,.14) 31.4% 31.9%, transparent 32.3% 100%),
    linear-gradient(-29deg, transparent 0 42%, rgba(241,239,234,.12) 42.4% 42.8%, transparent 43.2% 100%),
    linear-gradient(74deg, transparent 0 61%, rgba(121,167,255,.10) 61.4% 61.8%, transparent 62.2% 100%),
    radial-gradient(circle at 50% 50%, rgba(121,167,255,.055), transparent 64%);
  opacity: .8;
  filter: drop-shadow(0 0 18px rgba(121,167,255,.06));
  transform: rotate(-4deg);
  animation: energy-field-breathe 5.6s ease-in-out 1.7s infinite;
}
.intro-mark img {
  animation: mark-power-cycle 8.2s steps(1,end) 1.75s infinite;
  will-change: opacity, filter, transform;
}
.energy-spark {
  position: absolute;
  z-index: 5;
  width: 1.1rem;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(202,222,255,.96), rgba(121,167,255,.8), transparent);
  box-shadow: 0 0 7px rgba(121,167,255,.72), 0 0 16px rgba(121,167,255,.28);
  opacity: 0;
  transform-origin: 50% 50%;
  pointer-events: none;
}
.energy-spark::after {
  position: absolute;
  left: 56%; top: -3px;
  width: .48rem; height: 1px;
  background: inherit;
  transform: rotate(54deg);
  content: "";
}
.spark-1 { top: 32%; left: 23%; transform: rotate(-28deg); animation: spark-flash-a 8.2s linear 1.75s infinite; }
.spark-2 { top: 57%; right: 20%; transform: rotate(32deg); animation: spark-flash-b 8.2s linear 1.75s infinite; }
.spark-3 { bottom: 27%; left: 35%; transform: rotate(8deg); animation: spark-flash-c 8.2s linear 1.75s infinite; }
.spark-4 { top: 25%; right: 30%; transform: rotate(-63deg); animation: spark-flash-d 8.2s linear 1.75s infinite; }

@keyframes mark-power-cycle {
  0%, 46%, 47.3%, 49.2%, 50.4%, 82%, 83.2%, 100% { opacity: .96; filter: contrast(1.12) brightness(1.06); transform: translate(0,0); }
  46.4% { opacity: .34; filter: contrast(1.3) brightness(.62); transform: translate(-1px,0); }
  47.8% { opacity: .82; filter: contrast(1.16) brightness(1.28); transform: translate(1px,-.5px); }
  48.5% { opacity: .18; filter: contrast(1.4) brightness(.48); transform: translate(-.5px,.5px); }
  49.7% { opacity: 1; filter: contrast(1.16) brightness(1.38); transform: translate(.5px,0); }
  82.5% { opacity: .44; filter: contrast(1.26) brightness(.72); }
}
@keyframes energy-field-breathe { 0%,100% { opacity:.58; transform:rotate(-4deg) scale(.99); } 50% { opacity:.88; transform:rotate(-3deg) scale(1.015); } }
@keyframes spark-flash-a { 0%,45.8%,46.1%,46.8%,100%{opacity:0} 46.22%{opacity:1} 46.5%{opacity:.44} }
@keyframes spark-flash-b { 0%,48.1%,48.35%,49.1%,100%{opacity:0} 48.48%{opacity:1} 48.78%{opacity:.28} }
@keyframes spark-flash-c { 0%,49.3%,49.5%,50.2%,100%{opacity:0} 49.62%{opacity:.92} 49.88%{opacity:.2} }
@keyframes spark-flash-d { 0%,82.1%,82.35%,83%,100%{opacity:0} 82.48%{opacity:.86} 82.7%{opacity:.18} }

/* Header: no large icons. Each word gets a tiny, route-specific motion signal. */
.site-navigation > a {
  isolation: isolate;
  padding: .5rem .12rem;
  transition: color .18s ease, transform .18s cubic-bezier(.2,.8,.2,1), letter-spacing .18s ease;
}
.site-navigation > a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .14rem;
  height: 1px;
  content: "";
  opacity: 0;
  transform: scaleX(.24);
  transition: opacity .18s ease, transform .22s cubic-bezier(.2,.8,.2,1);
  background: linear-gradient(90deg, transparent, rgba(121,167,255,.9), transparent);
}
.site-navigation > a:hover,
.site-navigation > a:focus-visible {
  color: var(--ink);
  transform: translateY(-2px);
  letter-spacing: .055em;
}
.site-navigation > a:hover::after,
.site-navigation > a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.site-navigation > a[data-route="home"]:hover::after { animation: nav-scan .46s ease both; }
.site-navigation > a[data-route="work"]:hover { transform: translateY(-2px) translateX(2px); }
.site-navigation > a[data-route="work"]:hover::after { background: linear-gradient(90deg, rgba(121,167,255,.15), rgba(121,167,255,.95) 42%, rgba(255,154,98,.7) 70%, transparent); }
.site-navigation > a[data-route="areas"]:hover::after { background: repeating-linear-gradient(90deg, rgba(104,212,191,.86) 0 8px, transparent 8px 12px); animation: nav-tools .42s linear both; }
.site-navigation > a[data-route="certifications"]:hover::after { background: linear-gradient(90deg, transparent, rgba(255,214,153,.9) 40% 60%, transparent); animation: nav-cert .5s ease both; }
.site-navigation > a[data-route="info"]:hover { animation: nav-info-pulse .42s ease both; }
.site-navigation > a[data-route="info"]:hover::after { background: linear-gradient(90deg, transparent, rgba(255,91,91,.88), transparent); }
.site-navigation > a[aria-current=page] { text-decoration: none; }
.site-navigation > a[aria-current=page]::after { opacity: .75; transform: scaleX(1); }
@keyframes nav-scan { 0%{transform:scaleX(.12) translateX(-24%)} 100%{transform:scaleX(1) translateX(0)} }
@keyframes nav-tools { 0%{background-position:0 0} 100%{background-position:16px 0} }
@keyframes nav-cert { 0%{opacity:0;transform:scaleX(.2)} 55%{opacity:1;transform:scaleX(.72)} 100%{opacity:.86;transform:scaleX(1)} }
@keyframes nav-info-pulse { 0%,100%{filter:none} 45%{filter:brightness(1.45)} }

/* Info becomes the identity page. Contact lives here too. */
body.info-identity-view::before {
  background:
    radial-gradient(circle at 78% 22%, rgba(255,58,72,.07), transparent 22rem),
    radial-gradient(circle at 14% 72%, rgba(121,167,255,.055), transparent 28rem),
    linear-gradient(145deg, #0a0a0c 0%, #101014 54%, #0b0b0d 100%);
}
body.info-identity-view::after { opacity: .12; }
body.info-identity-view .signal-field { opacity: .055; }
.info-identity-page {
  position: relative;
  width: min(var(--max), calc(100% - 3rem));
  min-height: calc(100svh - 5.4rem);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 8.5rem) 0 5rem;
  isolation: isolate;
}
.identity-mural { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.identity-phrase {
  position: absolute;
  color: rgba(241,239,234,.075);
  font-family: var(--font-display);
  line-height: .9;
  white-space: nowrap;
  user-select: none;
}
.identity-phrase-1 { top: 4%; right: 4%; font-size: clamp(4.8rem, 11vw, 10rem); transform: rotate(-4deg); color: rgba(255,81,92,.07); }
.identity-phrase-2 { top: 30%; left: -2%; font-size: clamp(2.2rem, 5vw, 5rem); transform: rotate(-2deg); }
.identity-phrase-3 { top: 18%; right: 14%; font-size: clamp(1.2rem, 2vw, 2rem); transform: rotate(4deg); font-family: var(--font-mono); letter-spacing: .04em; }
.identity-phrase-4 { top: 55%; left: 6%; font-size: clamp(1.8rem, 4vw, 3.8rem); transform: rotate(1.5deg); }
.identity-phrase-5 { bottom: 25%; right: 3%; font-size: clamp(2.5rem, 6vw, 6rem); transform: rotate(-5deg); color: rgba(121,167,255,.06); }
.identity-phrase-6 { bottom: 12%; left: 16%; font-size: clamp(1rem, 1.7vw, 1.6rem); transform: rotate(2deg); font-family: var(--font-mono); }
.identity-phrase-7 { top: 70%; right: 27%; font-size: clamp(1.25rem, 2.5vw, 2.4rem); transform: rotate(-1deg); }
.identity-phrase-8 { top: 42%; right: -1%; font-size: clamp(1rem, 1.6vw, 1.45rem); transform: rotate(5deg); font-family: var(--font-mono); }
.identity-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 15rem);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  max-width: 66rem;
}
.identity-kicker { margin: 0 0 1rem; color: rgba(241,239,234,.42); font: 600 .65rem/1.3 var(--font-mono); letter-spacing: .14em; }
.identity-copy h1 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 7vw, 7.3rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.055em;
}
.identity-intro { max-width: 44rem; margin: 2rem 0 0; color: rgba(241,239,234,.72); font-size: clamp(.96rem, 1.5vw, 1.08rem); line-height: 1.8; }
.identity-process { margin: 2rem 0 0; color: rgba(241,239,234,.45); font: 500 .68rem/1.7 var(--font-mono); letter-spacing: .09em; text-transform: uppercase; }
.identity-portrait {
  align-self: end;
  justify-self: end;
  width: clamp(9rem, 14vw, 13rem);
  margin: 0 1rem 1rem 0;
  opacity: .88;
  transform: rotate(1.2deg);
  filter: saturate(.82) contrast(1.02);
}
.identity-portrait img { display: block; width: 100%; height: auto; border: 0; box-shadow: none; }
.identity-note {
  display: grid;
  grid-template-columns: auto minmax(0, 37rem);
  gap: 1rem;
  align-items: start;
  margin-top: clamp(4rem, 9vw, 8rem);
  padding-top: 1.2rem;
  border-top: 1px solid rgba(225,223,215,.12);
  width: min(47rem, 76%);
}
.identity-note span { color: rgba(255,91,91,.66); font: 600 .62rem/1 var(--font-mono); }
.identity-note p { margin: 0; color: rgba(241,239,234,.66); font-family: var(--font-display); font-size: clamp(1.55rem, 2.5vw, 2.5rem); line-height: 1.12; }
.identity-contact { margin-top: clamp(6rem, 12vw, 10rem); }
.identity-contact > p { max-width: 36rem; margin: 0 0 1.5rem; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.identity-contact-links { display: grid; border-top: 1px solid rgba(225,223,215,.13); }
.identity-contact-link {
  display: grid;
  grid-template-columns: minmax(6rem, .35fr) 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.05rem .1rem;
  border-bottom: 1px solid rgba(225,223,215,.11);
  transition: padding .2s ease, color .2s ease, background .2s ease;
}
.identity-contact-link span { color: rgba(241,239,234,.48); font: 600 .66rem/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.identity-contact-link strong { font-size: clamp(.92rem, 1.6vw, 1.08rem); font-weight: 600; }
.identity-contact-link small { color: rgba(255,91,91,.75); font-family: var(--font-mono); }
.identity-contact-link:hover { padding-left: .65rem; background: linear-gradient(90deg, rgba(255,91,91,.035), transparent 46%); }

@media (max-width: 760px) {
  .identity-hero { grid-template-columns: 1fr; }
  .identity-portrait { justify-self: start; width: 8.5rem; margin: .5rem 0 0; opacity: .8; }
  .identity-note { width: 100%; }
  .identity-contact-link { grid-template-columns: 1fr auto; }
  .identity-contact-link span { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .intro-mark img,
  .intro-energy-field,
  .energy-spark,
  .site-navigation > a { animation: none !important; }
  .energy-spark { display: none; }
}
body.info-identity-view > .site-header {
  border-bottom-color: rgba(255,91,91,.11);
  background: rgba(10,9,12,.84);
}
body.info-identity-view .site-navigation > a[data-route="info"] { color: var(--ink); }
body.info-identity-view .site-navigation > a[data-route="info"]::after {
  opacity: .9;
  transform: scaleX(1);
  background: linear-gradient(90deg, transparent, rgba(255,91,91,.88), transparent);
}


/* ========================================================================== 
   2026-09 — Identity refinement and PT-only intro
   ========================================================================== */
.language-options button {
  opacity: 0;
  animation: intro-rise .72s ease 1.42s forwards;
}
.language-options-single button {
  grid-template-columns: 2.7rem 1fr auto;
  max-width: 22rem;
}
.language-menu button:not([data-language="pt-BR"]) { display: none; }

body.info-identity-view::before {
  background:
    radial-gradient(circle at 76% 22%, rgba(255,58,72,.05), transparent 18rem),
    radial-gradient(circle at 16% 76%, rgba(121,167,255,.045), transparent 24rem),
    linear-gradient(145deg, #09090b 0%, #0f1014 50%, #0a0b0d 100%);
}
.info-identity-page {
  padding-top: clamp(4.6rem, 9vw, 7.5rem);
  max-width: 78rem;
}
.identity-mural {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.identity-orbit,
.identity-line {
  position: absolute;
  display: block;
  pointer-events: none;
}
.identity-orbit-1 {
  top: 8%;
  right: 18%;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 50%;
  box-shadow: 0 0 0 2.3rem rgba(255,255,255,.012);
}
.identity-orbit-2 {
  bottom: 16%;
  left: 6%;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(121,167,255,.08);
  border-radius: 50%;
}
.identity-line-1 {
  top: 26%;
  left: 12%;
  width: 28rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 72%);
  transform: rotate(-8deg);
}
.identity-line-2 {
  right: 8%;
  bottom: 26%;
  width: 15rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,91,91,.16));
  transform: rotate(24deg);
}
.identity-hero {
  grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 11rem);
  align-items: start;
  gap: clamp(1.8rem, 5vw, 4rem);
  max-width: 62rem;
}
.identity-copy h1 {
  max-width: 10ch;
  font-size: clamp(2.9rem, 6vw, 5.6rem);
}
.identity-intro {
  max-width: 24rem;
  margin-top: 1.35rem;
  color: rgba(241,239,234,.84);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.2vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.identity-portrait {
  width: clamp(7.2rem, 10vw, 9.4rem);
  margin: .3rem 0 0;
  opacity: .76;
  transform: none;
  filter: saturate(.78) contrast(1.01);
}
.identity-note,
.identity-quote-secondary {
  display: block;
  width: min(42rem, 76%);
  margin-top: clamp(3.2rem, 7vw, 5.2rem);
  padding-top: 1.2rem;
  border-top: 1px solid rgba(225,223,215,.12);
}
.identity-note p,
.identity-quote-secondary p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.12;
  color: rgba(241,239,234,.72);
}
.identity-quote-secondary {
  width: min(30rem, 58%);
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
  margin-left: auto;
  padding-top: 0;
  border-top: 0;
  position: relative;
}
.identity-quote-secondary::before {
  position: absolute;
  left: -1.2rem;
  top: .2rem;
  width: .45rem;
  height: 2.8rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,91,91,.9), rgba(121,167,255,.42));
  content: "";
}
.identity-manifesto {
  margin-top: clamp(5rem, 10vw, 7.5rem);
  padding-top: 1.15rem;
  border-top: 1px solid rgba(225,223,215,.08);
}
.identity-manifesto p {
  margin: 0;
  color: rgba(241,239,234,.82);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.05vw, 1.8rem);
  line-height: 1.22;
  letter-spacing: -.02em;
}
.identity-contact {
  margin-top: clamp(4rem, 8vw, 6rem);
}
.identity-contact > p {
  max-width: none;
  margin-bottom: 1.4rem;
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
}
.identity-contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-top: 0;
}
.identity-contact-link {
  grid-template-columns: 1fr auto;
  gap: .75rem 1rem;
  align-items: end;
  padding: 1.2rem 1.2rem 1.1rem;
  border: 1px solid rgba(225,223,215,.1);
  border-radius: .75rem;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  min-height: 7rem;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.identity-contact-link span {
  grid-column: 1 / -1;
  color: rgba(241,239,234,.42);
}
.identity-contact-link strong {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}
.identity-contact-link small {
  align-self: center;
  font-size: .9rem;
}
.identity-contact-link:hover {
  padding-left: 1.2rem;
  transform: translateY(-4px);
  background: linear-gradient(180deg, rgba(255,91,91,.045), rgba(255,255,255,.012));
  border-color: rgba(255,91,91,.18);
}

@media (max-width: 760px) {
  .identity-hero { grid-template-columns: 1fr; }
  .identity-portrait { justify-self: start; width: 7.2rem; }
  .identity-note,
  .identity-quote-secondary { width: 100%; }
  .identity-contact-links { grid-template-columns: 1fr; }
}


/* ========================================================================== 
   2026-09 — Home cleanup + intro simplification + search-lens navigation
   ========================================================================== */
.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;
}
button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
  outline: none;
}
.intro-shell {
  grid-template-rows: 1fr;
  align-items: center;
}
.intro-core {
  min-height: 70vh;
  align-items: center;
}
.intro-identity {
  display: grid;
  place-items: center;
}
.intro-enter-only {
  padding-left: 0;
  border-left: 0;
  justify-self: end;
  align-self: center;
}
.intro-enter-only .language-options-single {
  display: flex;
}
.intro-enter-only .language-options-single button {
  min-width: 15rem;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(121,167,255,.44);
  border-radius: .2rem;
  background: linear-gradient(135deg, rgba(13,19,30,.94), rgba(10,14,22,.98));
  box-shadow: 0 0 0 1px rgba(121,167,255,.06) inset, 0 18px 42px rgba(0,0,0,.24), 0 0 24px rgba(121,167,255,.08);
  color: #eef4ff;
  font-family: var(--font-mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.intro-enter-only .language-options-single button:hover {
  transform: translateY(-2px);
  border-color: rgba(121,167,255,.7);
  box-shadow: 0 0 0 1px rgba(121,167,255,.12) inset, 0 22px 54px rgba(0,0,0,.32), 0 0 30px rgba(121,167,255,.14);
}
.intro-enter-only .language-options-single button span:first-child { letter-spacing: .18em; }
.language-options-single button .language-code { display:none; }

.eyebrow-evolving {
  display: inline-flex;
  width: fit-content;
  padding: .48rem .7rem .42rem;
  border: 1px solid rgba(121,167,255,.24);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121,167,255,.09), rgba(121,167,255,.03));
  color: #d5e2fa;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
}
.hero-aside { display: none !important; }
.showcase-heading::after { display: none; }
.projects-western {
  font-family: "Rye", var(--font-display), serif !important;
  letter-spacing: .02em !important;
  word-spacing: .06em;
  font-size: clamp(2.2rem, 4.2vw, 4rem) !important;
}
.project-deck-card,
.project-deck-card:nth-child(2),
.project-deck-card:nth-child(3),
.project-deck-card:nth-child(4),
.project-deck-card:nth-child(5),
.project-deck-card:nth-child(6) {
  --deck-accent: rgba(225,223,215,.7);
  --deck-rgb: 225,223,215;
  background: linear-gradient(145deg, rgba(18,20,24,.98), rgba(9,10,13,.99));
}
.project-deck-card::before,
.deck-card-top,
.deck-card-copy p { display: none !important; }
.deck-card-preview {
  top: 1rem;
  right: 1rem;
  left: 1rem;
  bottom: 4.4rem;
  width: auto;
  border-color: rgba(225,223,215,.08);
}
.deck-card-copy {
  top: auto;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  width: auto;
  min-width: 0;
}
.deck-card-copy h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  line-height: .95;
}
.deck-open {
  margin-top: .7rem;
  color: rgba(241,239,234,.55);
}
.project-deck-card[data-deck-pos="0"] {
  border-color: rgba(225,223,215,.18);
  box-shadow: 0 38px 90px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.015);
}
.project-deck-card[data-deck-pos="0"]:hover,
.project-deck-card[data-deck-pos="0"]:focus-visible {
  border-color: rgba(225,223,215,.26);
}
.deck-dots span.is-active { background: rgba(241,239,234,.72); }

.site-navigation {
  position: relative;
  gap: 1.1rem;
}
.site-navigation > a {
  color: rgba(241,239,234,.18);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
}
.site-navigation > a::after { display: none; }
.site-navigation.nav-search-mode > a { color: rgba(241,239,234,.12); }
.site-navigation.nav-search-mode > a.is-revealed,
.site-navigation > a[aria-current=page],
.site-navigation > a:hover,
.site-navigation > a:focus-visible {
  color: rgba(241,239,234,.94);
  transform: translateY(-1px);
  letter-spacing: .14em;
}
.nav-lens {
  position: absolute;
  z-index: 2;
  width: 1.55rem;
  height: 1.55rem;
  margin-left: -.78rem;
  margin-top: -.78rem;
  border: 1px solid rgba(121,167,255,.78);
  border-radius: 50%;
  background: radial-gradient(circle at 45% 42%, rgba(255,255,255,.18), rgba(121,167,255,.05) 52%, transparent 53%);
  box-shadow: 0 0 0 1px rgba(121,167,255,.08) inset, 0 0 18px rgba(121,167,255,.12);
  opacity: 0;
  transform: scale(.76);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, left .18s ease, top .18s ease;
}
.nav-lens::after {
  position: absolute;
  right: -.36rem;
  bottom: -.34rem;
  width: .56rem;
  height: 1px;
  background: rgba(121,167,255,.8);
  transform: rotate(42deg);
  transform-origin: right center;
  content: "";
}
.nav-lens.is-visible {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 980px) {
  .intro-core { grid-template-columns: 1fr; gap: 2rem; }
  .intro-enter-only { justify-self: start; }
  .projects-western { font-family: var(--font-display) !important; }
}


/* ========================================================================== 
   2026-09 — Premium round: Marston, enter key, elevated status, cleaner project cards
   ========================================================================== */
@font-face {
  font-family: "Marston";
  src: url("../assets/marston-regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Marston";
  src: url("../assets/marston-bold.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
}

body.modal-open #language-modal .intro-language button:focus,
body.modal-open #language-modal .intro-language button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.intro-core {
  grid-template-columns: minmax(250px, .9fr) minmax(220px, .56fr);
  gap: clamp(2rem, 8vw, 7rem);
}
.intro-enter-only .language-options-single button {
  position: relative;
  min-width: 18rem;
  min-height: 6.15rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
  border: 1.5px solid rgba(232,235,241,.9);
  background: linear-gradient(180deg, rgba(253,253,254,.98), rgba(220,224,232,.98));
  box-shadow: 0 .85rem 0 rgba(132,138,149,.95), 0 1rem 2.1rem rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -.15rem 0 rgba(167,172,182,.45);
  color: #0d0f13;
  font-family: var(--font-sans);
  font-size: clamp(1.9rem, 2.6vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -.045em;
  text-transform: none;
  animation: enter-key-idle 3.8s ease-in-out infinite;
  overflow: hidden;
}
.intro-enter-only .language-options-single button::before {
  position: absolute;
  inset: .55rem;
  border-radius: .7rem;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.18) 30%, rgba(255,255,255,0) 31%);
  content: "";
  pointer-events: none;
}
.intro-enter-only .language-options-single button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255,255,255,.78) 36%, transparent 52%);
  transform: translateX(-145%);
  animation: enter-key-sheen 3.8s ease-in-out infinite;
  content: "";
  pointer-events: none;
}
.intro-enter-only .language-options-single button:hover {
  transform: translateY(.16rem);
  box-shadow: 0 .55rem 0 rgba(132,138,149,.95), 0 .7rem 1.6rem rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -.15rem 0 rgba(167,172,182,.45);
  animation-play-state: paused;
}
.intro-enter-only .language-options-single button:active {
  transform: translateY(.48rem);
  box-shadow: 0 .24rem 0 rgba(132,138,149,.95), 0 .4rem .85rem rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.98);
}
.intro-enter-only .language-options-single button span:first-child {
  position: relative;
  z-index: 1;
  justify-self: center;
}
.intro-enter-only .language-options-single button span:last-child {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  opacity: .65;
}

.hero-phase {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: .3rem 1rem;
  align-items: center;
  margin: 0 0 1.55rem;
  padding: .85rem 1rem .8rem;
  border: 1px solid rgba(225,223,215,.1);
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(14,17,24,.92), rgba(9,11,16,.72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 16px 30px rgba(0,0,0,.16);
}
.hero-phase-kicker {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: rgba(241,239,234,.38);
  font: 800 .62rem/1 var(--font-mono);
  letter-spacing: .16em;
}
.hero-phase-kicker::before {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #9bc0ff 38%, #4b8cff 60%, #1d3e88 100%);
  box-shadow: 0 0 0 .2rem rgba(121,167,255,.08), 0 0 1.1rem rgba(121,167,255,.22);
  content: "";
}
.hero-phase strong {
  color: rgba(241,239,234,.98);
  font: 400 clamp(1.15rem, 1.6vw, 1.45rem)/1 var(--font-display);
  letter-spacing: -.025em;
}
.hero-phase small {
  justify-self: end;
  color: rgba(241,239,234,.42);
  font: 700 .67rem/1 var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.projects-western {
  font-family: "Marston", "Rye", var(--font-display), serif !important;
  font-size: clamp(2.6rem, 4.9vw, 4.7rem) !important;
  letter-spacing: .02em !important;
  text-transform: none;
}
.text-link {
  border-bottom-color: rgba(225,223,215,.18);
  color: rgba(241,239,234,.75);
}
.project-deck-card {
  border-radius: 1.4rem;
  border-color: rgba(225,223,215,.08);
  background: radial-gradient(circle at 80% 12%, rgba(255,255,255,.05), transparent 18%), linear-gradient(160deg, rgba(17,19,24,.98), rgba(8,9,12,.995));
}
.project-deck-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 12%, transparent 82%, rgba(255,255,255,.02));
  content: "";
  pointer-events: none;
}
.project-deck-card[data-deck-pos="0"] {
  transform: translate(-50%, -50%) scale(1.04);
}
.project-deck-card[data-deck-pos="0"]:hover,
.project-deck-card[data-deck-pos="0"]:focus-visible {
  transform: translate(-50%, -50%) scale(1.06);
}
.project-deck-card h3 {
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.deck-card-copy {
  background: linear-gradient(180deg, transparent 0%, rgba(7,8,11,.08) 26%, rgba(7,8,11,.88) 100%);
  padding-top: 1.8rem;
  border-radius: 0 0 1rem 1rem;
}
.deck-open {
  opacity: .8;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.preview-metrics b,
.preview-pulse .pulse-metrics b {
  min-height: 1.8rem;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.preview-metrics small,
.preview-pulse .pulse-metrics small,
.portal-bar span,
.portal-copy strong,
.pulse-head span,
.central-title span,
.central-main strong,
.map-layers b,
.map-layers span,
.map-zoom span,
.central-doc i,
.central-task b,
.portal-search b,
.author-doc b {
  font-size: 0 !important;
  color: transparent !important;
}
.portal-copy strong {
  min-height: 5rem;
  border: 1px solid rgba(255,154,98,.22);
  border-radius: .7rem;
  background: linear-gradient(180deg, rgba(255,255,255,.015), transparent);
}
.pulse-head span,
.central-title span,
.map-layers b,
.central-main strong {
  display: block;
  min-height: .7rem;
  border-radius: .25rem;
  background: rgba(255,255,255,.08);
}
.site-navigation {
  gap: 1.3rem;
}
.site-navigation > a {
  color: rgba(241,239,234,.08);
  transition: color .18s ease, transform .18s ease, letter-spacing .18s ease, opacity .18s ease;
}
.site-navigation::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(121,167,255,.42);
  border-radius: 50%;
  display: inline-block;
  margin-right: .15rem;
  box-shadow: inset 0 0 0 1px rgba(121,167,255,.06), 0 0 .8rem rgba(121,167,255,.08);
}
.site-navigation::after {
  content: "";
  position: absolute;
  left: .8rem;
  top: 57%;
  width: .38rem;
  height: 1px;
  background: rgba(121,167,255,.58);
  transform: rotate(40deg);
  transform-origin: left center;
}
.site-navigation.nav-search-mode > a {
  color: rgba(241,239,234,.02);
}
.site-navigation.nav-search-mode > a.is-revealed,
.site-navigation > a:hover,
.site-navigation > a[aria-current=page],
.site-navigation > a:focus-visible {
  color: rgba(241,239,234,.98);
}
.nav-lens {
  width: 1.75rem;
  height: 1.75rem;
  border-color: rgba(121,167,255,.72);
  background: radial-gradient(circle at 45% 42%, rgba(255,255,255,.22), rgba(121,167,255,.05) 52%, transparent 53%);
}
@keyframes enter-key-idle {
  0%, 74%, 100% { transform: translateY(0); box-shadow: 0 .85rem 0 rgba(132,138,149,.95), 0 1rem 2.1rem rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -.15rem 0 rgba(167,172,182,.45); }
  77% { transform: translateY(.45rem); box-shadow: 0 .35rem 0 rgba(132,138,149,.95), 0 .5rem 1rem rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.98); }
  82% { transform: translateY(0); box-shadow: 0 .85rem 0 rgba(132,138,149,.95), 0 1rem 2.1rem rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -.15rem 0 rgba(167,172,182,.45); }
}
@keyframes enter-key-sheen {
  0%, 18%, 100% { transform: translateX(-145%); opacity: 0; }
  26% { opacity: .9; }
  42% { transform: translateX(145%); opacity: .25; }
}

@media (max-width: 980px) {
  .hero-phase { width: fit-content; max-width: 100%; }
  .projects-western { font-family: "Marston", var(--font-display), serif !important; }
  .intro-core { grid-template-columns: 1fr; }
}


/* ========================================================================== 
   2026-09 — Research-informed interaction refresh
   ========================================================================== */
.intro-enter-only .language-options-single button,
.intro-enter-only .language-options-single .enter-key-button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  min-width: 22.5rem;
  min-height: 6.9rem;
  padding: 0 1.65rem 0 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(20,20,23,.86);
  background: linear-gradient(180deg, rgba(247,248,250,1) 0%, rgba(228,232,238,1) 82%, rgba(197,202,211,1) 100%);
  box-shadow:
    0 1rem 0 rgba(100,106,116,.95),
    0 1.35rem 2.4rem rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -.22rem 0 rgba(178,183,191,.88);
  color: #050608;
  font: 900 clamp(2.2rem, 3vw, 3rem)/1 "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: -.07em;
  text-transform: none;
  overflow: hidden;
  transform: translateY(0) scale(1);
  transform-origin: center;
  animation: enter-key-press 2.85s cubic-bezier(.2,.9,.2,1) infinite;
}
.intro-enter-only .language-options-single button::before,
.intro-enter-only .language-options-single .enter-key-button::before {
  content: "";
  position: absolute;
  inset: .45rem .45rem .95rem;
  border-radius: .75rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.68) 22%, rgba(255,255,255,.18) 23%, rgba(255,255,255,0) 24%),
    linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.06));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.52);
  pointer-events: none;
}
.intro-enter-only .language-options-single button::after,
.intro-enter-only .language-options-single .enter-key-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.74) 42%, transparent 55%);
  transform: translateX(-160%);
  animation: enter-key-sweep 2.85s ease-in-out infinite;
  pointer-events: none;
}
.intro-enter-only .language-options-single button span:first-child,
.intro-enter-only .language-options-single .enter-key-button span:first-child {
  position: relative;
  z-index: 1;
  justify-self: start;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.intro-enter-only .language-options-single button span:last-child,
.intro-enter-only .language-options-single .enter-key-button span:last-child {
  position: relative;
  z-index: 1;
  align-self: end;
  margin-bottom: .65rem;
  font: 800 1.35rem/1 var(--font-mono);
  letter-spacing: -.03em;
  opacity: .52;
}
.intro-enter-only .language-options-single button:hover,
.intro-enter-only .language-options-single .enter-key-button:hover {
  transform: translateY(.22rem);
  box-shadow:
    0 .66rem 0 rgba(100,106,116,.95),
    0 .88rem 1.55rem rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -.18rem 0 rgba(178,183,191,.88);
  animation-play-state: paused;
}
.intro-enter-only .language-options-single button:active,
.intro-enter-only .language-options-single .enter-key-button:active {
  transform: translateY(.62rem);
  box-shadow:
    0 .18rem 0 rgba(100,106,116,.95),
    0 .26rem .65rem rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.hero-phase {
  display: inline-grid;
  gap: .7rem;
  margin: 0 0 1.7rem;
}
.hero-phase-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  width: fit-content;
  padding: .78rem 1rem .76rem 1rem;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14,17,24,.92), rgba(7,9,13,.75));
  color: rgba(244,242,236,.98);
  font: 700 clamp(1rem, 1.25vw, 1.18rem)/1 var(--font-sans);
  letter-spacing: .01em;
  box-shadow: 0 18px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05);
}
.hero-phase-label::before {
  content: "";
  width: .62rem;
  height: .62rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 16%, #8ed2ff 17% 44%, #3d8aff 45% 72%, #183569 73% 100%);
  box-shadow: 0 0 0 .26rem rgba(86,138,255,.08), 0 0 1rem rgba(86,138,255,.3);
  animation: hero-phase-pulse 1.8s ease-in-out infinite;
}
.hero-phase-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(1.8rem, 2.5rem));
  gap: .45rem;
  width: fit-content;
  padding-left: 1rem;
}
.hero-phase-track i,
.hero-phase-track b {
  display: block;
  height: .26rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.hero-phase-track i:nth-child(1) { animation: hero-phase-bars 1.6s ease-in-out infinite; }
.hero-phase-track i:nth-child(2) { animation: hero-phase-bars 1.6s ease-in-out .18s infinite; }
.hero-phase-track i:nth-child(3) { animation: hero-phase-bars 1.6s ease-in-out .36s infinite; }
.hero-phase-track b {
  grid-column: 1 / -1;
  margin-top: .2rem;
  width: 8.2rem;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  overflow: hidden;
}
.hero-phase-track b::after {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(111,166,255,.18), rgba(111,166,255,.92), rgba(111,166,255,.22));
  animation: hero-phase-progress 2.2s cubic-bezier(.4,0,.2,1) infinite;
}

@keyframes enter-key-press {
  0%, 70%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 1rem 0 rgba(100,106,116,.95), 0 1.35rem 2.4rem rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -.22rem 0 rgba(178,183,191,.88);
  }
  76% {
    transform: translateY(.66rem) scale(.996);
    box-shadow: 0 .22rem 0 rgba(100,106,116,.95), 0 .45rem .95rem rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.98);
  }
  82% {
    transform: translateY(0) scale(1);
    box-shadow: 0 1rem 0 rgba(100,106,116,.95), 0 1.35rem 2.4rem rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -.22rem 0 rgba(178,183,191,.88);
  }
}
@keyframes enter-key-sweep {
  0%, 18%, 100% { transform: translateX(-160%); opacity: 0; }
  26% { opacity: .95; }
  42% { transform: translateX(165%); opacity: .2; }
}
@keyframes hero-phase-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 .26rem rgba(86,138,255,.08), 0 0 1rem rgba(86,138,255,.3); }
  50% { transform: scale(1.08); box-shadow: 0 0 0 .34rem rgba(86,138,255,.12), 0 0 1.3rem rgba(86,138,255,.38); }
}
@keyframes hero-phase-bars {
  0%, 100% { opacity: .26; transform: scaleX(.72); }
  50% { opacity: 1; transform: scaleX(1); }
}
@keyframes hero-phase-progress {
  0% { transform: translateX(-18%); }
  50% { transform: translateX(85%); }
  100% { transform: translateX(-18%); }
}

@media (prefers-reduced-motion: reduce) {
  .intro-enter-only .language-options-single button,
  .intro-enter-only .language-options-single .enter-key-button,
  .intro-enter-only .language-options-single button::after,
  .hero-phase-label::before,
  .hero-phase-track i,
  .hero-phase-track b::after {
    animation: none !important;
  }
}

/* ========================================================================
   2026-09 — Intro refinement: the mark leads, the CTA supports
   ======================================================================== */
.language-modal {
  background:
    radial-gradient(circle at 27% 48%, rgba(121,167,255,.065), transparent 22rem),
    radial-gradient(circle at 78% 54%, rgba(255,154,98,.035), transparent 24rem),
    #090a0d;
}
.language-modal::before {
  opacity: .25;
  background-size: 5.5rem 5.5rem;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 35%, transparent 84%);
}
.language-modal::after {
  opacity: .42;
  background:
    linear-gradient(128deg, transparent 0 18%, rgba(121,167,255,.08) 18.1% 18.2%, transparent 18.3% 100%),
    linear-gradient(128deg, transparent 0 79%, rgba(255,154,98,.05) 79.1% 79.2%, transparent 79.3% 100%);
}
.language-modal.is-leaving {
  transform: none;
  transition: opacity .7s ease, visibility .7s ease;
}
.language-modal.is-leaving .intro-mark {
  transform: scale(1.035);
  opacity: .18;
}
.language-modal.is-leaving .intro-network {
  opacity: 0;
  transform: none;
}
.intro-atmosphere {
  top: 50%;
  left: 8%;
  width: min(84vw, 72rem);
  height: min(68vh, 42rem);
  border: 0;
  background:
    radial-gradient(ellipse at 28% 50%, rgba(121,167,255,.11), transparent 30%),
    linear-gradient(120deg, rgba(255,255,255,.025), transparent 40% 74%, rgba(255,154,98,.018));
  clip-path: polygon(0 16%, 89% 0, 100% 76%, 12% 100%);
  opacity: .9;
  animation: intro-atmosphere-breathe 9s ease-in-out infinite;
}
.intro-atmosphere::before {
  top: 50%;
  left: 3%;
  width: 92%;
  background: linear-gradient(90deg, transparent, rgba(121,167,255,.28) 26%, rgba(255,255,255,.08) 54%, transparent 92%);
  transform: rotate(-7deg);
}
.intro-atmosphere::after {
  right: 15%;
  bottom: 13%;
  height: 52%;
  background: linear-gradient(transparent, rgba(255,154,98,.16), transparent);
}
.intro-network { opacity: .16; }
.intro-network-lines path { stroke: rgba(121,167,255,.45); }
.intro-network-lines path:nth-child(4) { stroke: rgba(255,154,98,.32); }
.intro-network-nodes rect { fill: #a8c5ff; }
.intro-core {
  grid-template-columns: minmax(250px, .9fr) minmax(270px, .7fr);
  gap: clamp(3rem, 8vw, 8rem);
  width: min(1020px, 100%);
  padding: 2rem 0;
}
.intro-identity {
  min-height: 0;
  justify-items: center;
}
.intro-mark {
  width: clamp(15.5rem, 29vw, 23rem);
  aspect-ratio: 1;
  border: 1px solid rgba(225,223,215,.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 50% 46%, rgba(121,167,255,.11), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  box-shadow:
    0 0 0 1px rgba(121,167,255,.045),
    0 2.5rem 7rem rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.intro-mark::before {
  inset: 7%;
  border: 1px solid rgba(121,167,255,.28);
  border-radius: 1rem;
  clip-path: none;
  box-shadow: inset 0 0 2rem rgba(121,167,255,.045), 0 0 0 1rem rgba(121,167,255,.018);
}
.intro-mark::after {
  top: 50%;
  left: 10%;
  width: 80%;
  background: linear-gradient(90deg, transparent, rgba(121,167,255,.45) 18%, rgba(255,255,255,.16) 56%, transparent);
  transform: none;
}
.intro-mark img {
  width: 82%;
  border-radius: 1rem;
  opacity: .94;
  filter: contrast(1.04) brightness(1.02);
  mix-blend-mode: normal;
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,.24);
  animation: intro-mark-in 1.05s cubic-bezier(.2,.8,.2,1) .45s forwards;
}
.intro-frame,
.intro-corner,
.intro-scan,
.energy-spark { display: none; }
.intro-energy-field {
  inset: -8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 45%, rgba(121,167,255,.075) 55%, transparent 70%),
    conic-gradient(from 205deg, transparent 0 32%, rgba(121,167,255,.09) 39%, transparent 47% 73%, rgba(255,154,98,.06) 80%, transparent 88%);
  opacity: .9;
  filter: blur(.2px);
  animation: intro-mark-aura 7s ease-in-out infinite;
}
.intro-enter-only {
  max-width: 22rem;
  padding: 1.25rem 0 1.25rem 2.5rem;
  border-left-color: rgba(121,167,255,.22);
}
.intro-enter-only::before {
  height: 4.5rem;
  background: linear-gradient(180deg, rgba(121,167,255,.9), transparent);
}
.intro-enter-only .language-options-single button,
.intro-enter-only .language-options-single .enter-key-button,
.intro-enter-only .language-options-single .enter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  width: min(100%, 20rem);
  min-height: 3.7rem;
  padding: .95rem 1.05rem .95rem 1.15rem;
  border: 1px solid rgba(225,223,215,.28);
  border-radius: .35rem;
  background: linear-gradient(110deg, rgba(255,255,255,.065), rgba(121,167,255,.045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 .8rem 2rem rgba(0,0,0,.16);
  color: rgba(241,239,234,.96);
  font: 700 .78rem/1 var(--font-sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 1;
  transform: none;
  animation: none;
  overflow: visible;
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.intro-enter-only .language-options-single button::before,
.intro-enter-only .language-options-single .enter-key-button::before,
.intro-enter-only .language-options-single .enter-button::before { display: none; }
.intro-enter-only .language-options-single button::after,
.intro-enter-only .language-options-single .enter-key-button::after,
.intro-enter-only .language-options-single .enter-button::after {
  position: absolute;
  top: 50%;
  right: -2.25rem;
  left: auto;
  width: 1.8rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(121,167,255,.85), transparent);
  opacity: .75;
  transform: none;
  animation: none;
  content: "";
}
.intro-enter-only .language-options-single button span:first-child,
.intro-enter-only .language-options-single .enter-key-button span:first-child,
.intro-enter-only .language-options-single .enter-button span:first-child {
  justify-self: auto;
  color: inherit;
  font: inherit;
  letter-spacing: .1em;
  text-shadow: none;
}
.intro-enter-only .language-options-single button span:last-child,
.intro-enter-only .language-options-single .enter-key-button span:last-child,
.intro-enter-only .language-options-single .enter-button span:last-child {
  margin: 0;
  color: var(--cyan);
  font: 400 1.1rem/1 var(--font-sans);
  opacity: .9;
  transform: none;
  transition: transform .25s ease, color .25s ease;
}
.intro-enter-only .language-options-single button:hover,
.intro-enter-only .language-options-single button:focus-visible,
.intro-enter-only .language-options-single .enter-key-button:hover,
.intro-enter-only .language-options-single .enter-key-button:focus-visible,
.intro-enter-only .language-options-single .enter-button:hover,
.intro-enter-only .language-options-single .enter-button:focus-visible {
  border-color: rgba(121,167,255,.72);
  background: linear-gradient(110deg, rgba(121,167,255,.14), rgba(121,167,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 .9rem 2.4rem rgba(0,0,0,.22), 0 0 1.5rem rgba(121,167,255,.07);
  color: #fff;
  transform: translateY(-2px);
}
.intro-enter-only .language-options-single button:hover span:last-child,
.intro-enter-only .language-options-single button:focus-visible span:last-child,
.intro-enter-only .language-options-single .enter-key-button:hover span:last-child,
.intro-enter-only .language-options-single .enter-key-button:focus-visible span:last-child,
.intro-enter-only .language-options-single .enter-button:hover span:last-child,
.intro-enter-only .language-options-single .enter-button:focus-visible span:last-child { transform: translateX(3px); }
.intro-enter-only .language-options-single button:active,
.intro-enter-only .language-options-single .enter-key-button:active,
.intro-enter-only .language-options-single .enter-button:active { transform: translateY(0); }

@keyframes intro-atmosphere-breathe { 0%, 100% { opacity: .75; transform: translateY(-50%) translateX(0); } 50% { opacity: .95; transform: translateY(-50%) translateX(.6rem); } }
@keyframes intro-mark-aura { 0%, 100% { opacity: .68; transform: scale(.98) rotate(-4deg); } 50% { opacity: 1; transform: scale(1.02) rotate(-1deg); } }

@media (max-width: 980px) {
  .intro-core { grid-template-columns: 1fr; gap: 2.5rem; width: min(100%, 34rem); }
  .intro-enter-only { justify-self: center; }
}

@media (max-width: 760px) {
  .intro-core { gap: 2.35rem; padding: 1.5rem 0; }
  .intro-mark { width: min(68vw, 19rem); }
  .intro-enter-only { max-width: 22rem; padding: 1.25rem 0 0; border-top: 1px solid rgba(121,167,255,.22); border-left: 0; }
  .intro-enter-only::before { top: -1px; left: 0; width: 3.5rem; height: 1px; }
  .intro-enter-only .language-options-single button::after,
  .intro-enter-only .language-options-single .enter-key-button::after,
  .intro-enter-only .language-options-single .enter-button::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .intro-atmosphere,
  .intro-energy-field { animation: none !important; }
}

/* ========================================================================
   2026-09 — Type-led entry and a stable, readable navigation bar
   ======================================================================== */
.intro-enter-only {
  max-width: none;
  padding: 0;
  border: 0;
}
.intro-enter-only::before { display: none; }
.intro-enter-only .language-options-single .enter-button {
  display: inline-flex;
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(241,239,234,.96);
}
.intro-enter-only .language-options-single .enter-button::after { display: none; }
.intro-enter-only .language-options-single .enter-button:disabled {
  cursor: wait;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(241,239,234,.7);
  transform: none;
}
.intro-enter-only .language-options-single .enter-button-word {
  display: inline-block;
  width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(183,210,255,.9);
  color: #00bda5 !important;
  font: 700 3.92rem/1 var(--font-mono) !important;
  letter-spacing: .02em !important;
  text-align: left;
  white-space: nowrap;
  animation: enter-typewriter 1.55s steps(6, end) .6s forwards, enter-caret .72s step-end infinite;
}
.intro-enter-only .language-options-single .enter-button.is-ready .enter-button-word {
  width: 6.2ch;
  animation: enter-caret .72s step-end infinite;
}
.intro-enter-only .language-options-single .enter-button:not(:disabled):hover,
.intro-enter-only .language-options-single .enter-button:not(:disabled):focus-visible {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  transform: translateY(-1px);
}
.intro-enter-only .language-options-single .enter-button:not(:disabled):hover .enter-button-word,
.intro-enter-only .language-options-single .enter-button:not(:disabled):focus-visible .enter-button-word {
  text-shadow: 0 0 1rem rgba(121,167,255,.5);
}

.hero-phase {
  display: block;
  margin: 0 0 1.55rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.hero-phase-label {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #f4f0e5;
  font-family: "New Title", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.75rem, 3.1vw, 3rem);
  font-weight: 500;
  line-height: .82;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.hero-phase-label::before { content: none; animation: none; }
.hero-phase-track { display: none; }

.nav-lens { display: none !important; }
.site-navigation.nav-search-mode > a,
.site-navigation.nav-search-mode > a.is-revealed { color: inherit; }
@media (min-width: 981px) {
  .site-header {
    grid-template-columns: minmax(11rem, 1fr) auto minmax(11rem, 1fr);
    min-height: 5.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom-color: rgba(225,223,215,.1);
    background: rgba(8,10,14,.72);
    box-shadow: 0 .65rem 2.2rem rgba(0,0,0,.08);
  }
  .brand { gap: .75rem; }
  .brand img {
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid rgba(121,167,255,.25);
    border-radius: .65rem;
    box-shadow: 0 .45rem 1.25rem rgba(0,0,0,.2);
  }
  .brand span { color: rgba(241,239,234,.56); font-size: .62rem; }
  .site-navigation {
    position: relative;
    grid-column: 2;
    justify-content: center;
    gap: .15rem;
    padding: .3rem;
    border: 1px solid rgba(225,223,215,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.025);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  }
  .site-navigation::before,
  .site-navigation::after { display: none; }
  .site-navigation > a {
    padding: .52rem .72rem;
    border-radius: 999px;
    color: rgba(241,239,234,.58);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .015em;
    text-decoration: none;
    transform: none;
  }
  .site-navigation > a:hover,
  .site-navigation > a:focus-visible {
    background: rgba(255,255,255,.06);
    color: #fff;
    letter-spacing: .015em;
    transform: none;
  }
  .site-navigation > a[aria-current=page] {
    background: rgba(121,167,255,.14);
    color: #eef4ff;
    box-shadow: inset 0 0 0 1px rgba(121,167,255,.2);
  }
  .site-navigation > a::after { display: none; }
  .language-toggle {
    margin-left: .18rem;
    border-color: transparent;
    background: transparent;
    color: rgba(241,239,234,.65);
  }
  .language-toggle:hover { border-color: rgba(225,223,215,.16); background: rgba(255,255,255,.055); color: #fff; }
  .language-menu { top: calc(100% + .6rem); right: 0; }
}
@media (max-width: 980px) {
  .site-header { min-height: 4.6rem; background: rgba(8,10,14,.9); }
  .site-navigation::before,
  .site-navigation::after { display: none; }
  .site-navigation > a { color: rgba(241,239,234,.78); }
  .intro-access-note { margin-bottom: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
  .intro-enter-only .language-options-single .enter-button-word { width: 6.2ch; animation: none !important; }
}

@keyframes enter-typewriter { from { width: 0; } to { width: 6.2ch; } }
@keyframes enter-caret { 50% { border-right-color: transparent; } }

/* ========================================================================
   Info — photographic journey
   A real mountain photograph supports a single, editorial reading path.
   ======================================================================== */
body.info-identity-view::before {
  background: #090b0f;
}
body.info-identity-view::after,
body.info-identity-view .signal-field { opacity: 0; }
body.info-identity-view > .site-header {
  border-bottom-color: rgba(235, 231, 221, .09);
  background: rgba(8, 10, 14, .76);
  backdrop-filter: blur(18px);
}
body.info-identity-view .site-navigation > a[data-route="info"] { color: rgba(241, 239, 234, .96); }
.info-journey-page {
  width: 100%;
  min-height: calc(100svh - 5rem);
}
.journey-stage {
  position: relative;
  isolation: isolate;
  min-height: max(70rem, calc(100svh - 5rem));
  overflow: hidden;
  color: #f1efea;
}
.journey-photo,
.journey-wash,
.journey-route { position: absolute; inset: 0; }
.journey-photo {
  z-index: -3;
  background: url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2400&q=85") 50% 48% / cover no-repeat;
  filter: grayscale(1) contrast(1.08) brightness(.62);
  transform: scale(1.025);
}
.journey-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, .94) 0%, rgba(7, 9, 13, .63) 34%, rgba(7, 9, 13, .22) 62%, rgba(7, 9, 13, .82) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, .35), transparent 24%, transparent 76%, rgba(7, 9, 13, .91)),
    radial-gradient(circle at 55% 48%, transparent 0 18%, rgba(7, 9, 13, .25) 60%, rgba(7, 9, 13, .76) 100%);
}
.journey-route {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: none;
  overflow: visible;
}
.journey-route-halo,
.journey-route-path { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.journey-route-halo { stroke: rgba(231, 233, 232, .12); stroke-width: 2px; }
.journey-route-path {
  stroke: rgba(237, 233, 221, .82);
  stroke-width: 1px;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 .45rem rgba(205, 220, 255, .32));
  animation: journey-route-draw 2.8s cubic-bezier(.25, .72, .22, 1) .25s forwards;
}
@keyframes journey-route-draw { to { stroke-dashoffset: 0; } }
.journey-index,
.journey-marker {
  display: none;
  color: rgba(241, 239, 234, .64);
  font: 600 .64rem/1.2 var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.journey-hero,
.journey-stop,
.journey-contact { position: absolute; }
.journey-hero {
  top: clamp(5.8rem, 12vh, 9.5rem);
  left: 0;
  width: 100%;
  text-align: center;
}
.journey-hero .journey-index { margin: 0 0 1.15rem; }
.journey-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 8.5vw, 9rem);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.075em;
}
.journey-hero > p:last-child {
  max-width: 15ch;
  margin: 1.55rem auto 0;
  color: rgba(241, 239, 234, .92);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.35vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.journey-stop {
  width: min(22rem, 25vw);
  padding: 1.15rem 0 0;
  border-top: 1px solid rgba(241, 239, 234, .32);
}
.journey-stop p { margin: .75rem 0 0; font-family: var(--font-display); font-size: clamp(1.25rem, 1.8vw, 1.85rem); line-height: 1.13; letter-spacing: -.025em; }
.journey-hero,
.journey-stop { text-shadow: 0 .2rem 1.5rem rgba(5, 7, 11, .94); }
.journey-stop--one { top: 30%; right: max(8vw, 2rem); }
.journey-stop--two { top: 54%; left: max(16vw, 3rem); width: min(24rem, 27vw); }
.journey-stop--three { top: 64%; right: max(13vw, 2rem); width: min(26rem, 30vw); }
.journey-stop--three p {
  display: none;
  max-width: 18ch;
  color: rgba(241, 239, 234, .92);
  font-family: var(--font-mono);
  font-size: clamp(.75rem, 1.05vw, .94rem);
  line-height: 1.6;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.journey-stop--three::after {
  display: block;
  width: clamp(8.5rem, 13vw, 11rem);
  aspect-ratio: 1;
  margin-top: .8rem;
  border-radius: 49% 51% 46% 54% / 52% 44% 56% 48%;
  background: url("../assets/jvk-profile-art.png") 50% 42% / cover no-repeat;
  box-shadow: 0 1.2rem 2.6rem rgba(0, 0, 0, .32), 0 0 0 1px rgba(241, 239, 234, .18);
  content: "";
}
.journey-contact {
  bottom: clamp(5rem, 9vw, 7rem);
  left: max(7vw, 2rem);
  display: grid;
  grid-template-columns: minmax(13rem, 18rem) minmax(19rem, 29rem);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}
.journey-contact .journey-index { margin: 0 0 .85rem; }
.journey-contact h2 {
  max-width: 8ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 4.1rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}
.journey-contact-links { display: grid; gap: .5rem; }
.journey-contact-link {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr) auto;
  gap: .8rem;
  align-items: center;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(241, 239, 234, .22);
  color: rgba(241, 239, 234, .95);
  transition: border-color .2s ease, transform .2s ease, color .2s ease;
}
.journey-contact-link:first-child { border-top: 1px solid rgba(241, 239, 234, .22); }
.journey-contact-link span { display: inline-flex; width: 1.25rem; height: 1.25rem; align-items: center; justify-content: center; color: transparent; font-size: 0; }
.journey-contact-link span::before { display: grid; width: 1.15rem; height: 1.15rem; place-items: center; border: 1px solid rgba(241, 239, 234, .5); border-radius: .2rem; color: rgba(241, 239, 234, .85); font: 700 .58rem/1 var(--font-sans); letter-spacing: -.04em; content: "✉"; }
.journey-contact-link:first-child span::before { content: "in"; font-family: var(--font-sans); letter-spacing: -.08em; }
.journey-contact-link strong { overflow-wrap: anywhere; font-size: clamp(.9rem, 1.15vw, 1.05rem); font-weight: 600; }
.journey-contact-link small { color: #b9d2ff; font: 400 1rem/1 var(--font-mono); }
.journey-contact-link:hover,
.journey-contact-link:focus-visible { color: #fff; border-color: rgba(185, 210, 255, .84); transform: translateX(.35rem); }
.journey-photo-credit {
  position: absolute;
  right: max(2rem, 4vw);
  bottom: 1.2rem;
  color: rgba(241, 239, 234, .46);
  font: 500 .56rem/1.2 var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.journey-photo-credit:hover,
.journey-photo-credit:focus-visible { color: rgba(241, 239, 234, .9); }
@media (max-width: 760px) {
  .journey-stage { min-height: auto; padding: 6rem 1.35rem 4.5rem; }
  .journey-photo { position: fixed; background-position: 54% center; }
  .journey-wash { position: fixed; background: linear-gradient(180deg, rgba(7, 9, 13, .88), rgba(7, 9, 13, .72) 34%, rgba(7, 9, 13, .92)); }
  .journey-route { display: none; }
  .journey-hero,
  .journey-stop,
  .journey-contact { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: auto; }
  .journey-hero { width: min(100%, 27rem); }
  .journey-hero h1 { font-size: clamp(4.4rem, 21vw, 6.5rem); }
  .journey-hero > p:last-child { max-width: 13ch; }
  .journey-stop { margin: clamp(5rem, 16vw, 7rem) 0 0; }
  .journey-stop--two { margin-left: 12%; }
  .journey-stop--three { margin-left: auto; }
  .journey-contact { display: block; margin-top: clamp(5.5rem, 18vw, 8rem); }
  .journey-contact-links { margin-top: 2rem; }
  .journey-stop--three::after { width: clamp(8rem, 38vw, 10rem); margin-right: auto; margin-left: auto; }
  .journey-photo-credit { right: 1.35rem; bottom: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .journey-route-path { animation: none; stroke-dashoffset: 0; }
  .journey-contact-link { transition: none; }
}
