@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url(/assets/fonts/Archivo-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url(/assets/fonts/Archivo-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Martian Mono'; font-style: normal; font-weight: 100 800; font-stretch: 75% 112.5%; font-display: swap; src: url(/assets/fonts/MartianMono-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Martian Mono'; font-style: normal; font-weight: 100 800; font-stretch: 75% 112.5%; font-display: swap; src: url(/assets/fonts/MartianMono-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* Alternative Chemicals — design system + page styles.
   Static rules describe the resting (canvas) state; html.ac-live adds scroll-driven motion (Play / real site). */
@property --acc { syntax: '<color>'; inherits: true; initial-value: #C8F03C; }
@property --p { syntax: '<number>'; inherits: true; initial-value: 1; }
:root {
  --ink: #050605; --ink-1: #0A0C0A; --ink-2: #101310; --ink-3: #171B17; --ink-4: #20251F;
  --fg: #ECF1E7; --fg-2: #A9B1A5; --fg-3: #7F887C;
  --line: rgba(236,241,231,.10); --line-2: rgba(236,241,231,.19); --line-3: rgba(236,241,231,.34);
  --lime: #C8F03C; --coral: #FF8F74; --amber: #F7A928; --ice: #8ED6FF; --on-acc: #0A0B08;
  --sans: 'Archivo', 'Arial Narrow', Arial, sans-serif;
  --mono: 'Martian Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --pad: 44px; --ease: cubic-bezier(.22,1,.36,1); --ease-io: cubic-bezier(.65,0,.35,1);
  --cyc: 18s;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { background: #050605; }
body { margin: 0; background: var(--ink); color: var(--fg); font-family: var(--sans); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
p, h1, h2, h3, h4, ul, ol, figure, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img, video, svg { display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--lime); color: var(--on-acc); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }

.ac { position: relative; width: 100%; background: var(--ink); overflow-x: clip; isolation: isolate; }
.ac::after { content: ''; position: absolute; inset: 0; z-index: 90; pointer-events: none; background-image: var(--grain); background-size: 256px;
  opacity: .045; animation: grain 1.2s steps(6) infinite; }
html.ac-live .ac::after { position: fixed; }
@keyframes grain { 0% { background-position: 0 0 } 20% { background-position: -71px 43px } 40% { background-position: 37px -89px }
  60% { background-position: -113px -17px } 80% { background-position: 59px 101px } 100% { background-position: 0 0 } }

/* ——— type ——— */
.mono { font-family: var(--mono); font-weight: 500; font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.lbl { display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: var(--fg-2); }
.lbl b { font-weight: 500; color: var(--fg); }
.lbl i { width: 7px; height: 7px; background: var(--acc, var(--lime)); display: inline-block; flex: none; }
.disp { font-weight: 820; font-stretch: 62%; text-transform: uppercase; line-height: .84; letter-spacing: -.005em; }
.h2 { font-weight: 820; font-stretch: 62%; text-transform: uppercase; font-size: 128px; line-height: .86; letter-spacing: -.004em; }
.h3 { font-weight: 760; font-stretch: 75%; text-transform: uppercase; font-size: 32px; line-height: .98; letter-spacing: .005em; }
.body-l { font-size: 20px; line-height: 1.45; font-stretch: 94%; color: var(--fg); text-wrap: pretty; }
.body { font-size: 16px; line-height: 1.55; color: var(--fg-2); text-wrap: pretty; }
.acc { color: var(--acc, var(--lime)); }
sub, sup { line-height: 0; }

/* ——— buttons ——— */
.btn { position: relative; display: inline-flex; align-items: center; gap: 14px; height: 54px; padding: 0 20px 0 22px; white-space: nowrap;
  background: var(--lime); color: var(--on-acc); font-weight: 700; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); overflow: hidden; border: 0; cursor: pointer;
  transition: background .35s var(--ease); }
.btn::before { content: ''; position: absolute; inset: 0; background: var(--fg); transform: translateY(101%); transition: transform .45s var(--ease); }
.btn > * { position: relative; }
.btn .ar { width: 18px; height: 18px; overflow: hidden; position: relative; }
.btn .ar svg { position: absolute; inset: 0; width: 18px; height: 18px; transition: transform .45s var(--ease); }
.btn .ar svg + svg { transform: translate(-120%, 120%); }
.btn:hover::before { transform: translateY(0); }
.btn:hover .ar svg:first-child { transform: translate(120%, -120%); }
.btn:hover .ar svg + svg { transform: translate(0, 0); }
.btn.ghost { background: transparent; color: var(--fg); clip-path: none; box-shadow: inset 0 0 0 1px var(--line-3); }
.btn.ghost::before { background: var(--fg); }
.btn.ghost:hover { color: var(--on-acc); }
.btn.sm { height: 44px; font-size: 12px; padding: 0 16px 0 18px; }
.ico-ar { fill: none; stroke: currentColor; stroke-width: 1.8; }
.lnk { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase;
  color: var(--fg); padding-bottom: 6px; border-bottom: 1px solid var(--line-3); transition: border-color .3s, color .3s; }
.lnk svg { width: 14px; height: 14px; transition: transform .4s var(--ease); }
.lnk:hover { border-color: var(--acc, var(--lime)); color: var(--acc, var(--lime)); }
.lnk:hover svg { transform: translate(3px, -3px); }

/* ——— header ——— */
.hdr { position: absolute; top: 0; left: 0; right: 0; z-index: 60; height: 88px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between;
  transition: transform .6s var(--ease), background .4s, backdrop-filter .4s; }
html.ac-live .hdr { position: fixed; }
html.ac-live[data-scrolled] .hdr { background: rgba(5,6,5,.74); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2); height: 72px; }
html.ac-live[data-dir='down'][data-scrolled] .hdr { transform: translateY(-100%); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mk { width: 46px; height: 31px; }
.mk .b { fill: none; stroke: var(--fg); stroke-width: 3.4; }
.mk .r { fill: var(--lime); animation: radical 3.6s var(--ease-io) infinite; transform-box: fill-box; transform-origin: center; }
@keyframes radical { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.35); } }
.brand .wm { font-weight: 800; font-stretch: 62%; font-size: 19px; line-height: .86; letter-spacing: .015em; text-transform: uppercase; }
.nav { display: flex; gap: 6px; align-items: center; }
.nav > a, .nav .dd > a { position: relative; display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; font-family: var(--mono); font-weight: 500; font-size: 11.5px;
  letter-spacing: .07em; text-transform: uppercase; color: var(--fg); }
.nav > a::after, .nav .dd > a::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 8px; height: 1px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.nav > a:hover::after, .nav .dd:hover > a::after, .nav a.on::after { transform: scaleX(1); transform-origin: left; }
.nav .dd { position: relative; }
.nav .dd > a svg { width: 9px; height: 9px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .3s; }
.nav .dd:hover > a svg { transform: rotate(180deg); }
.menu { position: absolute; top: 46px; left: -10px; width: 540px; padding: 10px; background: rgba(12,14,12,.94); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border: 1px solid var(--line-2); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .3s var(--ease), transform .4s var(--ease), visibility 0s .3s; }
.nav .dd:hover .menu { opacity: 1; visibility: visible; transform: none; transition: opacity .3s var(--ease), transform .4s var(--ease); }
.menu a { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 12px; border: 1px solid transparent; transition: background .3s, border-color .3s; }
.menu a:hover { background: var(--ink-3); border-color: var(--line); }
.menu .tile { width: 44px; height: 44px; display: grid; place-items: center; background: var(--c); color: var(--on-acc); font-family: var(--mono); font-size: 11px; font-weight: 600;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
.menu b { display: block; font-weight: 700; font-stretch: 80%; font-size: 17px; text-transform: uppercase; letter-spacing: .01em; }
.menu small { display: block; font-family: var(--mono); font-size: 10px; color: var(--fg-2); letter-spacing: .04em; margin-top: 3px; }
.hdr-r { display: flex; align-items: center; gap: 22px; }
.hdr .mail { font-family: var(--mono); font-size: 11px; letter-spacing: .03em; color: var(--fg-2); transition: color .3s; }
.hdr .mail:hover { color: var(--fg); }
.burger { display: none; width: 46px; height: 46px; border: 1px solid var(--line-2); background: transparent; position: relative; cursor: pointer; padding: 0; }
.burger i { position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--fg); transition: transform .4s var(--ease), top .4s var(--ease); }
.burger i:nth-child(1) { top: 18px; } .burger i:nth-child(2) { top: 26px; }

/* burette: scroll progress as a graduated tube */
.burette { position: absolute; right: 16px; top: 132px; z-index: 55; width: 30px; height: 560px; pointer-events: none; }
html.ac-live .burette { position: fixed; top: 50%; transform: translateY(-50%); height: min(560px, 62vh); }
.burette .tube { position: absolute; right: 0; top: 0; bottom: 0; width: 8px; border: 1px solid var(--line-3); border-top: 0; border-radius: 0 0 5px 5px; overflow: hidden; }
.burette .liq { position: absolute; left: 0; right: 0; bottom: 0; height: calc(var(--sp, .12) * 100%); background: linear-gradient(var(--acc), color-mix(in srgb, var(--acc) 70%, #000)); transition: height .15s linear; }
.burette .liq::before { content: ''; position: absolute; left: -1px; right: -1px; top: -3px; height: 6px; border-radius: 50%; background: var(--acc); filter: brightness(1.25); }
.burette .ticks { position: absolute; right: 12px; top: 0; bottom: 0; width: 16px;
  background: repeating-linear-gradient(to bottom, var(--line-3) 0 1px, transparent 1px 14px); -webkit-mask: linear-gradient(90deg, transparent 40%, #000 40%); mask: linear-gradient(90deg, transparent 40%, #000 40%); }
.burette .ticks::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, var(--line-3) 0 1px, transparent 1px 70px); }
.burette .rd { position: absolute; right: -2px; top: -26px; font-family: var(--mono); font-size: 9px; letter-spacing: .06em; color: var(--fg-2); white-space: nowrap; }

/* ——— hero ——— */
.hero { --H: 900px; position: relative; height: var(--H); overflow: hidden; animation: acc var(--cyc) linear infinite; animation-delay: -1s; }
html.ac-live .hero { --H: max(680px, 100svh); }
@keyframes acc { 0% { --acc: #8ED6FF } 3%, 26% { --acc: #C8F03C } 28%, 51% { --acc: #FF8F74 } 53%, 76% { --acc: #F7A928 } 78%, 100% { --acc: #8ED6FF } }
.hero .grid { position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 120px 120px;
  background-position: calc(50% + 60px) -1px; -webkit-mask-image: radial-gradient(ellipse 72% 70% at 50% 44%, #000 25%, transparent 78%); mask-image: radial-gradient(ellipse 72% 70% at 50% 44%, #000 25%, transparent 78%);
  animation: gridDrift 24s linear infinite; }
@keyframes gridDrift { to { background-position: calc(50% + 60px) 119px; } }
.stage { position: absolute; left: 50%; top: calc(var(--H) * .038); height: calc(var(--H) * .953); aspect-ratio: 3 / 4; transform: translateX(-50%); pointer-events: none; }
.stage .im { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; animation: spec var(--cyc) infinite; }
.stage .im:nth-child(1) { animation-delay: -1s } .stage .im:nth-child(2) { animation-delay: -14.5s } .stage .im:nth-child(3) { animation-delay: -10s } .stage .im:nth-child(4) { animation-delay: -5.5s }
.scenes .im { -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent), linear-gradient(transparent, #000 7%, #000 80%, transparent);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent), linear-gradient(transparent, #000 7%, #000 80%, transparent); mask-composite: intersect; }
@keyframes spec { 0% { opacity: 0; transform: scale(1.04) translateY(10px); filter: blur(8px); } 5% { opacity: 1; filter: blur(0); }
  24% { opacity: 1; transform: scale(1) translateY(0); filter: blur(0); } 29% { opacity: 0; transform: scale(.985) translateY(-6px); filter: blur(5px); } 100% { opacity: 0; } }
.scenes { z-index: 1; } .cuts { z-index: 3; }
.hero .g { position: absolute; margin: 0; white-space: nowrap; font-size: min(16.1vw, calc(var(--H) * .258)); }
.hero .g1 { left: 40px; top: calc(var(--H) * .165); z-index: 2; }
.hero .g2 { right: 36px; top: calc(var(--H) * .388); z-index: 2; }
.hero .g2 .dot { color: var(--acc); }
.hero .ol { z-index: 4; color: transparent; -webkit-text-stroke: 1.2px rgba(236,241,231,.5); }
.hero .ol .dot { -webkit-text-stroke-color: transparent; }
.hero .avo { position: absolute; left: 31.2%; top: calc(var(--H) * .368); z-index: 5; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--acc); }
.hero .card { position: absolute; right: var(--pad); top: calc(var(--H) * .186); width: 300px; height: 170px; z-index: 5; }
.hero .card > div { position: absolute; inset: 0; border-top: 1px solid var(--line-2); padding-top: 16px; opacity: 0; animation: specTxt var(--cyc) infinite; }
.hero .card > div:nth-child(1) { animation-delay: -1s } .hero .card > div:nth-child(2) { animation-delay: -14.5s } .hero .card > div:nth-child(3) { animation-delay: -10s } .hero .card > div:nth-child(4) { animation-delay: -5.5s }
@keyframes specTxt { 0% { opacity: 0; transform: translateY(14px); } 5% { opacity: 1; transform: none; } 24% { opacity: 1; transform: none; } 28% { opacity: 0; transform: translateY(-10px); } 100% { opacity: 0; } }
.hero .card .n { display: flex; justify-content: space-between; color: var(--fg-2); }
.hero .card .t { margin: 14px 0 12px; }
.hero .card .f { font-family: var(--mono); font-size: 12px; line-height: 1.6; color: var(--acc); }
.hero .bars { position: absolute; right: var(--pad); top: calc(var(--H) * .186 + 176px); width: 300px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; z-index: 5; }
.hero .bars i { height: 2px; background: var(--line-2); position: relative; overflow: hidden; }
.hero .bars i::after { content: ''; position: absolute; inset: 0; background: var(--acc); transform-origin: left; transform: scaleX(0); animation: bar var(--cyc) linear infinite; }
.hero .bars i:nth-child(1)::after { animation-delay: -1s } .hero .bars i:nth-child(2)::after { animation-delay: -14.5s } .hero .bars i:nth-child(3)::after { animation-delay: -10s } .hero .bars i:nth-child(4)::after { animation-delay: -5.5s }
@keyframes bar { 0% { transform: scaleX(0) } 25% { transform: scaleX(1) } 25.5%, 100% { transform: scaleX(0) } }
.hero .lead { position: absolute; left: var(--pad); top: calc(var(--H) * .66); width: 480px; z-index: 5; }
.hero .lead .lbl { margin-bottom: 18px; }
.hero h1 { font-weight: 500; font-stretch: 88%; font-size: 22px; line-height: 1.3; margin-bottom: 26px; text-wrap: pretty; }
.hero .ctas { display: flex; gap: 12px; }
.hero .foot { position: absolute; left: var(--pad); right: var(--pad); bottom: 26px; display: flex; justify-content: space-between; align-items: flex-end; z-index: 5; }
.scrollcue { display: flex; align-items: center; gap: 12px; color: var(--fg-2); }
.scrollcue span { width: 1px; height: 40px; background: linear-gradient(var(--fg), transparent); transform-origin: top; animation: drip 2.4s var(--ease-io) infinite; }
@keyframes drip { 0% { transform: scaleY(0); opacity: 1 } 55% { transform: scaleY(1); opacity: 1 } 100% { transform: scaleY(1); opacity: 0 } }
.idx { display: flex; gap: 6px; }
.idx a { display: flex; gap: 10px; align-items: center; padding: 10px 13px; border: 1px solid var(--line-2); color: var(--fg-2); animation: idx var(--cyc) infinite; transition: border-color .3s; }
.idx a:nth-child(1) { animation-delay: -1s } .idx a:nth-child(2) { animation-delay: -14.5s } .idx a:nth-child(3) { animation-delay: -10s } .idx a:nth-child(4) { animation-delay: -5.5s }
@keyframes idx { 0% { color: var(--fg-2); background: transparent; border-color: var(--line-2); } 2%, 26% { color: var(--on-acc); background: var(--acc); border-color: var(--acc); } 27.5%, 100% { color: var(--fg-2); background: transparent; border-color: var(--line-2); } }
.idx a:hover { border-color: var(--fg); }
/* hero exit choreography (live) */
html.ac-live .hero .g1 { transform: translateX(calc((1 - var(--hp, 1)) * -14vw)); }
html.ac-live .hero .g2 { transform: translateX(calc((1 - var(--hp, 1)) * 12vw)); }
html.ac-live .hero .stage { transform: translateX(-50%) translateY(calc((1 - var(--hp, 1)) * -6%)) scale(calc(1 - (1 - var(--hp, 1)) * .12)); }
html.ac-live .hero .lead, html.ac-live .hero .card, html.ac-live .hero .bars, html.ac-live .hero .foot, html.ac-live .hero .avo { opacity: var(--hp, 1); }

/* ——— ticker ——— */
.ticker { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: var(--ink-1); }
.ticker .row { display: flex; width: max-content; animation: marq 70s linear infinite; }
.ticker .row.r2 { animation-direction: reverse; animation-duration: 90s; border-top: 1px solid var(--line); }
.ticker:hover .row { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(-50%); } }
.ticker .it { display: flex; align-items: center; gap: 14px; padding: 22px 34px 22px 0; white-space: nowrap; font-family: var(--mono); font-size: 12px; letter-spacing: .04em; }
.ticker .it i { width: 8px; height: 8px; background: var(--c); flex: none; }
.ticker .it b { font-weight: 500; color: var(--fg); text-transform: uppercase; letter-spacing: .06em; }
.ticker .it span { color: var(--fg-3); }
.ticker .it::after { content: '/'; margin-left: 20px; color: var(--line-3); }
.ticker .r2 .it { padding: 16px 34px 16px 0; }
.ticker .r2 .it b { font-family: var(--sans); font-weight: 800; font-stretch: 62%; font-size: 30px; letter-spacing: 0; color: transparent; -webkit-text-stroke: 1px var(--line-3); }

/* ——— section scaffolding ——— */
.sec { position: relative; padding: 150px var(--pad); }
.sec-hd { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; align-items: end; margin-bottom: 72px; }
.sec-hd .lbl { grid-column: 1 / span 3; align-self: start; padding-top: 14px; }
.sec-hd .h2 { grid-column: 4 / span 9; }
.sec-hd .note { grid-column: 4 / span 5; margin-top: 30px; }
.rv { transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
html.ac-live .rv:not(.is-in) { opacity: 0; transform: translateY(46px); }
html.ac-live .rv.d1 { transition-delay: .08s } html.ac-live .rv.d2 { transition-delay: .16s } html.ac-live .rv.d3 { transition-delay: .24s } html.ac-live .rv.d4 { transition-delay: .32s }
.lines .ln { display: block; overflow: hidden; padding-bottom: .02em; }
.lines .ln > span { display: block; transition: transform 1.2s var(--ease); text-wrap: balance; }
html.ac-live .lines:not(.is-in) .ln > span { transform: translateY(105%); }
html.ac-live .lines .ln:nth-child(2) > span { transition-delay: .09s } html.ac-live .lines .ln:nth-child(3) > span { transition-delay: .18s }

/* ——— manifesto ——— */
.mani { padding: 170px var(--pad) 160px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; }
.mani .lbl { grid-column: 1 / span 3; align-self: start; padding-top: 18px; }
.mani .txt { grid-column: 4 / span 9; font-weight: 600; font-stretch: 78%; font-size: 64px; line-height: 1.04; letter-spacing: -.004em; text-wrap: pretty; }
.mani .txt .w { color: var(--fg); transition: color .5s; }
html.ac-live .mani .txt .w { color: color-mix(in srgb, var(--fg) calc(18% + 82% * clamp(0, (var(--mp, 1) * 1.35 - var(--i) / var(--n)) * 6, 1)), var(--ink-4)); }
.chip { display: inline-block; vertical-align: -.1em; width: 1.9em; height: .82em; border-radius: 99px; overflow: hidden; margin: 0 .12em; position: relative; background: var(--ink-3); }
.chip video, .chip img { width: 100%; height: 100%; object-fit: cover; }
.mani .facts { grid-column: 4 / span 9; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 96px; }
.fact { border-top: 1px solid var(--line-2); padding-top: 22px; }
.fact .k { display: flex; justify-content: space-between; color: var(--fg-2); margin-bottom: 26px; }
.fact .k svg { width: 22px; height: 22px; }
.fact h3 { margin-bottom: 12px; }
.ico { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

/* ——— product lines ——— */
.lines-sec { padding-top: 40px; }
.cols { display: flex; gap: 8px; height: 760px; }
.col { --c: var(--lime); position: relative; flex: 1 1 0; min-width: 0; overflow: hidden; background: var(--ink-1); border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: flex-grow .9s var(--ease), border-color .5s, background .5s; color: var(--fg); }
.col:hover { flex-grow: 1.9; border-color: color-mix(in srgb, var(--c) 55%, transparent); background: var(--ink-2); }
.cols:hover .col:not(:hover) .col-img { opacity: .35; filter: saturate(.3); }
.col-top { display: flex; justify-content: space-between; align-items: flex-start; padding: 22px 22px 0; position: relative; z-index: 2; }
.col-tile { width: 64px; height: 64px; background: var(--c); color: var(--on-acc); display: flex; flex-direction: column; justify-content: space-between; padding: 7px 8px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.col-tile small { font-family: var(--mono); font-size: 9px; font-weight: 600; }
.col-tile b { font-weight: 820; font-stretch: 62%; font-size: 30px; line-height: .8; }
.col-img { position: absolute; left: 0; right: 0; top: 40px; height: 520px; display: flex; justify-content: center; transition: opacity .8s var(--ease), filter .8s, transform 1.2s var(--ease); }
.col-img img { height: 100%; width: auto; max-width: none; -webkit-mask-image: linear-gradient(transparent, #000 12%, #000 78%, transparent); mask-image: linear-gradient(transparent, #000 12%, #000 78%, transparent); }
.col:hover .col-img { transform: scale(1.05) translateY(-8px); }
.col-bd { margin-top: auto; position: relative; z-index: 2; padding: 0 22px 24px; background: linear-gradient(transparent, var(--ink-1) 34%); }
.col:hover .col-bd { background: linear-gradient(transparent, var(--ink-2) 34%); }
.col-bd .f { font-family: var(--mono); font-size: 11px; color: var(--c); margin: 14px 0 16px; letter-spacing: .02em; }
.col-bd .keys { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.col-bd .keys span { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; padding: 6px 8px; border: 1px solid var(--line-2); color: var(--fg-2); white-space: nowrap; }
.col-bd .more { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .8s var(--ease), opacity .6s; }
.col:hover .col-bd .more { max-height: 120px; opacity: 1; }
.col-bd .more p { font-size: 14px; line-height: 1.5; color: var(--fg-2); margin-bottom: 18px; max-width: 420px; }
.col-bd .go { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-2); padding-top: 16px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.col-bd .go svg { width: 16px; height: 16px; transition: transform .4s var(--ease); }
.col:hover .go svg { transform: translate(3px, -3px); color: var(--c); }

/* ——— interlude (terminal = molecule) ——— */
.inter { position: relative; height: 1040px; overflow: hidden; background: #020302; }
html.ac-live .inter { height: 260vh; overflow: visible; }
.inter .pin { position: absolute; inset: 0; overflow: hidden; }
html.ac-live .inter .pin { position: sticky; inset: auto; top: 0; height: 100vh; }
.inter .frame { position: absolute; left: 50%; top: 50%; width: max(100%, calc(1040px * 1600 / 893)); aspect-ratio: 1600 / 893; transform: translate(-50%, -50%) scale(1.02); transform-origin: 72% 52%; }
html.ac-live .inter .frame { width: max(100%, calc(100vh * 1600 / 893)); transform: translate(-50%, -50%) scale(calc(1.38 - var(--ip, 1) * .36)); }
.inter .frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) brightness(.9); }
.inter .mol { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.mol .bd { fill: none; stroke: var(--lime); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 0; vector-effect: non-scaling-stroke; }
html.ac-live .mol .bd { stroke-dashoffset: calc(1 - clamp(0, (var(--ip, 1) * 1.5 - var(--d, 0)) * 3, 1)); }
.mol .at { fill: none; stroke: var(--lime); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.mol .ac2 { fill: var(--lime); }
.mol .at, .mol .ac2 { transition: opacity .4s; }
html.ac-live .mol .nd { opacity: clamp(0, (var(--ip, 1) * 1.5 - var(--d, 0)) * 4, 1); }
.mol .pulse { fill: none; stroke: var(--lime); stroke-width: 1; vector-effect: non-scaling-stroke; transform-box: fill-box; transform-origin: center; animation: pulse 2.8s var(--ease) infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(2.6); opacity: 0; } }
.mol text { font-family: var(--mono); font-size: 9px; letter-spacing: .06em; fill: var(--fg); }
.mol .tl { fill: rgba(5,6,5,.78); }
.inter .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,3,2,.92) 0%, rgba(2,3,2,.55) 38%, rgba(2,3,2,0) 62%), linear-gradient(0deg, rgba(2,3,2,.7), transparent 36%); }
.inter .cap { position: absolute; left: var(--pad); bottom: 96px; width: 700px; z-index: 3; }
.inter .cap .lbl { margin-bottom: 26px; }
.inter .cap .h2 { font-size: 150px; margin-bottom: 30px; }
.inter .cap .body-l { max-width: 520px; color: var(--fg-2); }
.inter .legend { position: absolute; right: var(--pad); bottom: 96px; z-index: 3; display: grid; gap: 10px; }
.inter .legend div { display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--fg-2); }
.inter .legend svg { width: 26px; height: 12px; }
.inter .coords { position: absolute; top: 120px; right: var(--pad); z-index: 3; text-align: right; color: var(--fg-2); }

/* ——— process: reaction scheme ——— */
.proc .scheme { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.stp { position: relative; padding: 38px 30px 42px 0; min-height: 420px; display: flex; flex-direction: column; }
.stp + .stp { padding-left: 30px; border-left: 1px solid var(--line); }
.stp .no { font-weight: 820; font-stretch: 62%; font-size: 96px; line-height: .8; color: transparent; -webkit-text-stroke: 1px var(--line-3); margin-bottom: 36px; transition: color .6s, -webkit-text-stroke-color .6s; }
.stp:hover .no { color: var(--lime); -webkit-text-stroke-color: var(--lime); }
.stp .node { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.stp .node .ring { width: 58px; height: 58px; border: 1px solid var(--lime); border-radius: 50%; display: grid; place-items: center; position: relative; flex: none; }
.stp .node .ring::after { content: ''; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid var(--lime); animation: pulse2 2.8s var(--ease) infinite; animation-delay: var(--dl, 0s); }
@keyframes pulse2 { 0% { transform: scale(1); opacity: .8 } 100% { transform: scale(1.7); opacity: 0 } }
.stp .node .ring svg { width: 26px; height: 26px; color: var(--lime); }
.stp .node .h3 { font-size: 36px; }
.stp .body { max-width: 300px; }
.stp .cond { margin-top: auto; padding-top: 34px; }
.stp .arr { position: absolute; right: -15px; top: 176px; width: 30px; height: 30px; z-index: 2; display: grid; place-items: center; background: var(--ink); border: 1px solid var(--line-2); border-radius: 50%; }
.stp .arr svg { width: 14px; height: 14px; color: var(--lime); }
.stp:last-child .arr { display: none; }
.eq { display: flex; align-items: center; gap: 18px; margin-top: 44px; font-family: var(--mono); font-size: 13px; letter-spacing: .04em; color: var(--fg-2); flex-wrap: wrap; }
.eq b { color: var(--fg); font-weight: 500; padding: 9px 12px; border: 1px solid var(--line-2); }
.eq .yield { color: var(--on-acc); background: var(--lime); border-color: var(--lime); }
.eq .rx { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 10px; }
.eq .rx svg { width: 150px; height: 12px; }
.eq .rx .flow { fill: none; stroke: var(--lime); stroke-width: 1.4; stroke-dasharray: 6 8; animation: flow 1.4s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -28; } }

/* ——— formats: lot-size scale ——— */
.fmt .scale { position: relative; margin-top: 10px; }
.fmt .axis { position: relative; height: 56px; border-top: 1px solid var(--line-3); }
.fmt .axis .t { position: absolute; top: 0; height: 12px; border-left: 1px solid var(--line-3); }
.fmt .axis .t.mj { height: 22px; }
.fmt .axis .t span { position: absolute; top: 28px; left: 0; transform: translateX(-50%); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; color: var(--fg-3); white-space: nowrap; }
.fmt .items { position: relative; height: 330px; }
.fmt .item { position: absolute; bottom: 0; transform: translateX(-50%); width: 170px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.fmt .item .pic { width: 120px; height: 120px; color: var(--fg); transition: color .4s, transform .6s var(--ease); }
.fmt .item .pic svg { width: 100%; height: 100%; }
.fmt .item .stem { width: 1px; height: var(--st, 60px); background: linear-gradient(var(--line-3), var(--lime)); margin-top: 14px; }
.fmt .item .dotp { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); margin-bottom: -5px; box-shadow: 0 0 0 5px rgba(200,240,60,.15); }
.fmt .item .cap { margin-top: 14px; }
.fmt .item:hover .pic { color: var(--lime); transform: translateY(-6px); }
.fmt .item .nm { font-weight: 760; font-stretch: 75%; font-size: 22px; text-transform: uppercase; line-height: 1; }
.fmt .item .vol { color: var(--lime); margin-top: 6px; }
.fmt .notes { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; margin-top: 70px; }
.fmt .notes div { border-top: 1px solid var(--line-2); padding-top: 16px; }
.fmt .notes b { display: block; font-weight: 700; font-stretch: 80%; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 8px; }
.fmt .notes p { font-size: 14px; line-height: 1.5; color: var(--fg-2); }
.draw path, .draw line, .draw rect, .draw ellipse, .draw circle, .draw polyline { stroke-dasharray: 1; stroke-dashoffset: 0; }
html.ac-live .draw:not(.is-in) path, html.ac-live .draw:not(.is-in) line, html.ac-live .draw:not(.is-in) rect, html.ac-live .draw:not(.is-in) ellipse, html.ac-live .draw:not(.is-in) circle, html.ac-live .draw:not(.is-in) polyline { stroke-dashoffset: 1; }
.draw path, .draw line, .draw rect, .draw ellipse, .draw circle, .draw polyline { transition: stroke-dashoffset 1.6s var(--ease); }

/* ——— documents: fanned stack ——— */
.docs { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; align-items: center; }
.docs .left { grid-column: 1 / span 6; }
.docs .left .h2 { font-size: 118px; }
.docs .left .h2 { margin: 30px 0 34px; }
.docs .left .body-l { color: var(--fg-2); max-width: 470px; margin-bottom: 44px; }
.docs .list { display: grid; gap: 0; border-top: 1px solid var(--line-2); max-width: 520px; }
.docs .list div { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line-2); }
.docs .list b { font-family: var(--mono); font-weight: 600; font-size: 12px; color: var(--lime); padding-top: 3px; }
.docs .list h4 { font-weight: 700; font-stretch: 80%; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 4px; }
.docs .list p { font-size: 14px; color: var(--fg-2); line-height: 1.5; }
.stack { grid-column: 7 / span 6; position: relative; height: 700px; margin-left: 40px; }
.paper { position: absolute; left: 50%; top: 50%; width: 400px; height: 540px; margin: -270px 0 0 -200px; background: #EEF1EA; color: #121412; padding: 26px 28px;
  box-shadow: 0 40px 80px rgba(0,0,0,.55), 0 2px 0 rgba(255,255,255,.4) inset; transition: transform 1s var(--ease); font-size: 10px; line-height: 1.45; }
.paper .ph { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 2px solid #121412; padding-bottom: 12px; margin-bottom: 14px; }
.paper .ph b { font-weight: 820; font-stretch: 62%; font-size: 30px; line-height: .9; text-transform: uppercase; }
.paper .ph small { font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-align: right; line-height: 1.5; }
.paper .ps { font-family: var(--mono); font-size: 8.5px; letter-spacing: .03em; }
.paper .ps div { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(18,20,18,.14); padding: 5px 0; }
.paper .ps div span:last-child { font-weight: 600; }
.paper .bar { height: 6px; background: repeating-linear-gradient(90deg, #121412 0 2px, transparent 2px 4px, #121412 4px 5px, transparent 5px 9px); margin: 16px 0 10px; }
.paper .stamp { position: absolute; right: 26px; bottom: 30px; width: 92px; height: 92px; border: 2px solid #2E7D32; border-radius: 50%; color: #2E7D32; display: grid; place-items: center; text-align: center;
  font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .08em; transform: rotate(-12deg); }
.paper .stamp::before { content: ''; position: absolute; inset: 5px; border: 1px dashed currentColor; border-radius: 50%; }
.paper .ghs { display: flex; gap: 8px; margin: 14px 0; }
.paper .ghs i { width: 34px; height: 34px; border: 2.5px solid #D32F2F; transform: rotate(45deg); display: grid; place-items: center; }
.paper .ghs i::after { content: '!'; transform: rotate(-45deg); font-weight: 900; font-size: 18px; }
.paper.p1 { transform: translate(-150px, 20px) rotate(-9deg); }
.paper.p2 { transform: translate(-50px, -10px) rotate(-3deg); }
.paper.p3 { transform: translate(50px, 10px) rotate(3deg); }
.paper.p4 { transform: translate(150px, -20px) rotate(8deg); }
.stack:hover .paper.p1 { transform: translate(-190px, 30px) rotate(-13deg); }
.stack:hover .paper.p2 { transform: translate(-64px, -24px) rotate(-5deg); }
.stack:hover .paper.p3 { transform: translate(64px, 18px) rotate(4deg); }
.stack:hover .paper.p4 { transform: translate(190px, -34px) rotate(12deg); }
html.ac-live .stack .paper { transform: translate(calc(var(--x) * var(--dp, 1)), calc(var(--y) * var(--dp, 1))) rotate(calc(var(--r) * var(--dp, 1))); }
.paper.p1 { --x: -150px; --y: 20px; --r: -9deg; } .paper.p2 { --x: -50px; --y: -10px; --r: -3deg; } .paper.p3 { --x: 50px; --y: 10px; --r: 3deg; } .paper.p4 { --x: 150px; --y: -20px; --r: 8deg; }

/* ——— industries ——— */
.ind .wrap { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; align-items: start; }
.ind .rows { grid-column: 1 / span 8; border-top: 1px solid var(--line-2); position: relative; }
.ind .row { --c: var(--lime); position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr) 48px; align-items: center; gap: 20px; padding: 26px 0 24px;
  border-bottom: 1px solid var(--line-2); transition: padding .6s var(--ease); cursor: pointer; }
.ind .row::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--c) 14%, transparent), transparent 75%); opacity: 0; transition: opacity .5s; }
.ind .row:hover::before, .ind .row.sel::before { opacity: 1; }
.ind .row:hover, .ind .row.sel { padding-left: 16px; }
.ind .row .n { color: var(--fg-3); font-family: var(--mono); font-size: 12px; position: relative; }
.ind .row .tx { position: relative; }
.ind .row h3 { font-weight: 800; font-stretch: 66%; font-size: 50px; line-height: .92; text-transform: uppercase; transition: color .4s; margin-bottom: 10px; }
.ind .row:hover h3, .ind .row.sel h3 { color: var(--c); }
.ind .row p { font-family: var(--mono); font-size: 11.5px; letter-spacing: .03em; color: var(--fg-2); }
.ind .row .sw { width: 42px; height: 42px; border: 1px solid var(--line-2); display: grid; place-items: center; justify-self: end; position: relative; transition: background .4s, border-color .4s, color .4s; }
.ind .row .sw svg { width: 16px; height: 16px; }
.ind .row:hover .sw, .ind .row.sel .sw { background: var(--c); border-color: var(--c); color: var(--on-acc); }
.ind .row .th { display: none; }
.ind .pv { grid-column: 9 / span 4; position: relative; }
html.ac-live .ind .pv { position: sticky; top: 110px; }
.ind .pv .fr { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink-2); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%); }
.ind .pv img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity .6s var(--ease), transform 1.2s var(--ease); }
.ind .pv img.on { opacity: 1; transform: none; }
.ind .pv .cap { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; color: var(--fg-2); }
.ind .pv .cap b { color: var(--fg); font-weight: 500; }
.ind .pv .tag { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 7px 10px; background: rgba(5,6,5,.72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: var(--fg); }

/* ——— RFQ ——— */
.rfq { background: var(--lime); color: var(--on-acc); padding: 120px var(--pad) 130px; position: relative; overflow: hidden; }
.rfq .bgw { position: absolute; right: -40px; bottom: -120px; font-weight: 820; font-stretch: 62%; font-size: 520px; line-height: .8; color: transparent; -webkit-text-stroke: 1.5px rgba(10,11,8,.14); text-transform: uppercase; pointer-events: none; }
.rfq .rfq-in { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; }
.rfq .hd { grid-column: 1 / span 12; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; gap: 40px; }
.rfq .hd > div { flex: 1 1 auto; min-width: 0; }
.rfq .hd .h2 { margin-top: 26px; }
.rfq .hd .lbl { color: rgba(10,11,8,.7); }
.rfq .hd .lbl i { background: var(--on-acc); }
.rfq .hd .lbl b { color: var(--on-acc); }
.rfq .hd .h2 { font-size: 132px; }
.rfq .hd .sub { flex: 0 0 360px; font-size: 17px; line-height: 1.45; }
.rfq form { grid-column: 1 / span 7; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.fld { position: relative; display: flex; flex-direction: column; border-bottom: 1.5px solid rgba(10,11,8,.28); padding: 14px 0 10px; transition: border-color .3s; }
.fld:focus-within { border-color: var(--on-acc); }
.fld.full { grid-column: 1 / -1; }
.fld label { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: rgba(10,11,8,.62); margin-bottom: 6px; }
.fld input, .fld select, .fld textarea { background: transparent; border: 0; outline: 0; font-size: 19px; font-weight: 600; font-stretch: 90%; padding: 4px 0; color: var(--on-acc); border-radius: 0; -webkit-appearance: none; appearance: none; }
.fld textarea { resize: none; height: 64px; line-height: 1.4; }
.fld input::placeholder, .fld textarea::placeholder { color: rgba(10,11,8,.38); }
.fld .qty { display: flex; gap: 8px; align-items: center; }
.fld .qty input { flex: 1; min-width: 0; }
.fld .qty select { width: auto; font-family: var(--mono); font-size: 12px; font-weight: 600; padding: 6px 10px; border: 1px solid rgba(10,11,8,.3); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 4px; }
.chips button { height: 36px; padding: 0 12px; border: 1px solid rgba(10,11,8,.3); background: transparent; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; color: var(--on-acc); transition: background .25s, color .25s; }
.chips button.on, .chips button:hover { background: var(--on-acc); color: var(--lime); border-color: var(--on-acc); }
.rfq .send { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; margin-top: 34px; gap: 20px; }
.rfq .send p { font-size: 13px; line-height: 1.45; max-width: 380px; color: rgba(10,11,8,.7); }
.rfq .btn { background: var(--on-acc); color: var(--lime); }
.rfq .btn::before { background: var(--ink-4); }
.ticket { grid-column: 9 / span 4; align-self: start; background: var(--on-acc); color: var(--fg); padding: 26px 26px 22px; position: relative; font-family: var(--mono); font-size: 11.5px; line-height: 1.5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%); }
.ticket::before { content: ''; position: absolute; left: 0; right: 0; top: -8px; height: 16px; background: radial-gradient(circle at 8px 0, var(--lime) 7px, transparent 7.5px) 0 0 / 16px 16px repeat-x; }
.ticket .th { display: flex; justify-content: space-between; color: var(--fg-2); letter-spacing: .08em; text-transform: uppercase; font-size: 10px; margin: 6px 0 18px; }
.ticket .eqn { font-family: var(--sans); font-weight: 820; font-stretch: 62%; font-size: 40px; line-height: .92; text-transform: uppercase; margin-bottom: 20px; color: var(--fg); }
.ticket .eqn span { color: var(--lime); }
.ticket dl { display: grid; grid-template-columns: 96px 1fr; gap: 9px 12px; border-top: 1px dashed var(--line-3); padding-top: 16px; }
.ticket dt { color: var(--fg-3); text-transform: uppercase; font-size: 9.5px; letter-spacing: .08em; padding-top: 1px; }
.ticket dd { color: var(--fg); word-break: break-word; }
.ticket dd.em { color: var(--fg-3); }
.ticket .tf { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed var(--line-3); margin-top: 18px; padding-top: 14px; color: var(--fg-2); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.ticket .tf .bc { width: 110px; height: 26px; background: repeating-linear-gradient(90deg, var(--fg) 0 2px, transparent 2px 4px, var(--fg) 4px 5px, transparent 5px 8px, var(--fg) 8px 11px, transparent 11px 13px); opacity: .8; }
.ticket .ok { margin-top: 14px; padding: 10px 12px; background: var(--lime); color: var(--on-acc); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 10.5px; }

/* ——— footer ——— */
.ft { position: relative; padding: 110px var(--pad) 34px; overflow: hidden; }
.ft .top { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; row-gap: 40px; }
.ft .say { grid-column: 1 / span 5; }
.ft .say .h3 { font-size: 44px; margin-bottom: 26px; }
.ft .say a.mail { display: inline-block; font-weight: 700; font-stretch: 80%; font-size: 26px; border-bottom: 1px solid var(--line-3); padding-bottom: 4px; transition: color .3s, border-color .3s; }
.ft .say a.mail:hover { color: var(--lime); border-color: var(--lime); }
.ft .cols3 { grid-column: 7 / span 6; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ft .cols3 h4 { font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 18px; }
.ft .cols3 a, .ft .cols3 span { display: block; font-size: 15px; line-height: 1.9; color: var(--fg); transition: color .3s; }
.ft .cols3 a:hover { color: var(--lime); }
.ft .cols3 span { color: var(--fg-2); font-size: 13px; line-height: 1.7; }
.ft .word { position: relative; margin: 110px 0 26px; }
.ft .word svg { width: 100%; height: auto; overflow: visible; }
.ft .word .w1 { font-family: var(--sans); font-weight: 820; font-stretch: 62%; font-size: 200px; text-transform: uppercase; }
.ft .bot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 22px; color: var(--fg-3); gap: 24px; flex-wrap: wrap; }
.ft .bot a { color: var(--fg-2); } .ft .bot a:hover { color: var(--fg); }
.ft .bot nav { display: flex; gap: 26px; }

/* ——— cursor (live, fine pointers only) ——— */
.cur { position: fixed; left: 0; top: 0; z-index: 99; pointer-events: none; display: none; }
html.ac-live.ac-fine .cur { display: block; }
.cur .d { position: absolute; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background: var(--lime); }
.cur .o { position: absolute; width: 38px; height: 38px; margin: -19px 0 0 -19px; border-radius: 50%; border: 1px solid rgba(200,240,60,.55); transition: width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), background .35s; }
html[data-hov] .cur .o { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(200,240,60,.1); }

/* ——— inner pages ——— */
.crumbs { display: flex; gap: 10px; align-items: center; color: var(--fg-2); }
.crumbs a:hover { color: var(--fg); }
.crumbs svg { width: 8px; height: 8px; }
.phero { --H: 900px; position: relative; height: var(--H); overflow: hidden; }
html.ac-live .phero { --H: max(700px, 100svh); }
.phero .glow { position: absolute; left: 58%; top: 58%; width: 900px; height: 900px; margin: -450px 0 0 -450px; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in srgb, var(--acc) 18%, transparent), transparent 70%); pointer-events: none; }
.phero .stage { left: 66%; top: calc(var(--H) * .06); height: calc(var(--H) * .93); }
.phero .stage .im { opacity: 1; animation: none; }
.phero .crumbs { position: absolute; left: var(--pad); top: 124px; z-index: 5; }
.phero .num { position: absolute; left: var(--pad); top: calc(var(--H) * .165); z-index: 5; display: flex; gap: 16px; align-items: center; }
.phero .num .tile { width: 70px; height: 70px; background: var(--acc); color: var(--on-acc); display: flex; flex-direction: column; justify-content: space-between; padding: 8px 9px; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.phero .num .tile small { font-family: var(--mono); font-size: 9px; font-weight: 600; }
.phero .num .tile b { font-weight: 820; font-stretch: 62%; font-size: 34px; line-height: .8; }
.phero .g { position: absolute; left: 36px; top: calc(var(--H) * .3); z-index: 2; font-size: min(13.6vw, calc(var(--H) * .205)); white-space: nowrap; }
.phero .g.ol { z-index: 4; color: transparent; -webkit-text-stroke: 1.2px rgba(236,241,231,.5); }
.phero .g .l2 { display: block; }
.phero .form { position: absolute; left: var(--pad); top: calc(var(--H) * .775); z-index: 5; font-family: var(--mono); font-size: 14px; color: var(--acc); letter-spacing: .02em; }
.phero .intro { position: absolute; right: var(--pad); bottom: 104px; width: 340px; z-index: 5; }
.phero .intro p { font-size: 17px; line-height: 1.5; color: var(--fg); margin-bottom: 26px; }
.phero .tabs { position: absolute; left: var(--pad); right: var(--pad); bottom: 26px; z-index: 5; display: flex; justify-content: space-between; align-items: flex-end; }
.phero .tabs nav { display: flex; gap: 6px; }
.phero .tabs nav a { display: flex; gap: 10px; align-items: center; padding: 10px 13px; border: 1px solid var(--line-2); color: var(--fg-2); transition: border-color .3s, color .3s; }
.phero .tabs nav a:hover { color: var(--fg); border-color: var(--fg); }
.phero .tabs nav a.on { background: var(--acc); border-color: var(--acc); color: var(--on-acc); }
.phero .tabs nav a i { width: 7px; height: 7px; background: var(--c); }
.phero .tabs nav a.on i { background: var(--on-acc); }
.phero .ltabs { position: absolute; right: var(--pad); top: 112px; z-index: 6; display: flex; gap: 6px; }
.phero .ltabs a { display: flex; gap: 10px; align-items: center; padding: 10px 13px; border: 1px solid var(--line-2); color: var(--fg-2); background: rgba(5,6,5,.5); transition: border-color .3s, color .3s; }
.phero .ltabs a:hover { color: var(--fg); border-color: var(--fg); }
.phero .ltabs a.on { background: var(--acc); border-color: var(--acc); color: var(--on-acc); }
.phero .ltabs a i { width: 7px; height: 7px; background: var(--c); }
.phero .ltabs a.on i { background: var(--on-acc); }
.phero .pbot { position: absolute; left: var(--pad); bottom: 60px; width: 540px; z-index: 5; }
.phero .pbot .form { position: static; font-family: var(--mono); font-size: 14px; color: var(--acc); letter-spacing: .02em; margin-bottom: 16px; }
.phero .pbot .in2 { font-size: 17px; line-height: 1.5; color: var(--fg); margin-bottom: 26px; text-wrap: pretty; }
html.ac-live .phero .g1x { transform: translateX(calc((1 - var(--hp, 1)) * -8vw)); }
.subnav { position: relative; z-index: 20; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(5,6,5,.86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
html.ac-live .subnav { position: sticky; top: 0; }
html.ac-live[data-scrolled]:not([data-dir='down']) .subnav { top: 72px; }
.subnav .in { display: flex; justify-content: space-between; align-items: center; height: 64px; padding: 0 var(--pad); }
.subnav nav { display: flex; gap: 28px; }
.subnav nav a { color: var(--fg-2); transition: color .3s; } .subnav nav a:hover, .subnav nav a.on { color: var(--fg); }
.subnav nav a.on { box-shadow: 0 1px 0 var(--acc); padding-bottom: 4px; }
.subnav .tray { display: flex; gap: 14px; align-items: center; }
.subnav .tray .cnt { display: flex; align-items: center; gap: 10px; color: var(--fg-2); }
.subnav .tray .cnt b { display: grid; place-items: center; min-width: 26px; height: 26px; padding: 0 6px; background: var(--acc); color: var(--on-acc); font-weight: 600; }
.pf .tbl { border-top: 1px solid var(--line-3); }
.pf .tr { display: grid; grid-template-columns: var(--gc); gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line-2); position: relative; transition: background .3s, padding .5s var(--ease); }
.pf .tr.th { padding: 16px 0; color: var(--fg-3); border-bottom-color: var(--line-3); }
.pf .tr:not(.th):hover { background: linear-gradient(90deg, color-mix(in srgb, var(--acc) 9%, transparent), transparent 80%); padding-left: 14px; }
.pf .tr .nm { font-weight: 700; font-stretch: 84%; font-size: 20px; line-height: 1.2; }
.pf .tr .dt { font-family: var(--mono); font-size: 12px; color: var(--fg-2); letter-spacing: .02em; }
.pf .tr .dt.cas { color: var(--fg); }
.pf .tr .un { font-family: var(--mono); font-size: 11px; }
.pf .tr .un span { display: inline-block; padding: 4px 7px; border: 1px solid #E8622A; color: #FF8F5A; }
.pf .tr .un span.no { border-color: var(--line-2); color: var(--fg-3); }
.pf .tr .add { justify-self: end; height: 38px; padding: 0 12px; border: 1px solid var(--line-2); background: transparent; color: var(--fg); display: flex; gap: 8px; align-items: center; cursor: pointer; font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; transition: background .3s, color .3s, border-color .3s; white-space: nowrap; }
.pf .tr .add svg { width: 12px; height: 12px; }
.pf .tr .add:hover { border-color: var(--acc); }
.pf .tr .add.on { background: var(--acc); color: var(--on-acc); border-color: var(--acc); }
.pf .fn { display: flex; justify-content: space-between; gap: 24px; margin-top: 22px; color: var(--fg-3); }
.apps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.app { position: relative; background: var(--ink-1); border: 1px solid var(--line); padding: 26px 24px 28px; min-height: 300px; display: flex; flex-direction: column; overflow: hidden; transition: border-color .5s, background .5s; }
.app:hover { border-color: color-mix(in srgb, var(--acc) 50%, transparent); background: var(--ink-2); }
.app .no { font-family: var(--mono); font-size: 11px; color: var(--acc); margin-bottom: auto; }
.app .h3 { font-size: 30px; margin: 60px 0 14px; }
.app p { font-size: 15px; line-height: 1.5; color: var(--fg-2); }
.app::after { content: ''; position: absolute; right: -60px; top: -60px; width: 160px; height: 160px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--acc) 40%, transparent); transition: transform 1s var(--ease); }
.app:hover::after { transform: scale(1.5); }
.pkrow { display: grid; grid-template-columns: repeat(var(--n, 5), minmax(0, 1fr)); gap: 8px; }
.docrow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 24px; margin-top: 90px; border-top: 1px solid var(--line-2); }
.docrow > div { display: grid; grid-template-columns: 56px 1fr; gap: 14px; padding: 20px 0; }
.docrow b { font-family: var(--mono); font-weight: 600; font-size: 12px; color: var(--acc, var(--lime)); padding-top: 3px; }
.docrow h4 { font-weight: 700; font-stretch: 80%; font-size: 16px; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 6px; }
.docrow p { font-size: 13.5px; color: var(--fg-2); line-height: 1.5; }
.pk { border: 1px solid var(--line); padding: 26px 22px; display: flex; flex-direction: column; gap: 14px; background: var(--ink-1); }
.pk .pic { width: 84px; height: 84px; color: var(--acc); }
.pk .pic svg { width: 100%; height: 100%; }
.pk b { font-weight: 760; font-stretch: 75%; font-size: 22px; text-transform: uppercase; line-height: 1; }
.pk span { color: var(--fg-2); }
.others { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.oth { --c: var(--lime); position: relative; height: 420px; overflow: hidden; border: 1px solid var(--line); background: var(--ink-1); display: flex; flex-direction: column; justify-content: space-between; padding: 24px; transition: border-color .5s; }
.oth:hover { border-color: color-mix(in srgb, var(--c) 55%, transparent); }
.oth img { position: absolute; right: -40px; bottom: -30px; height: 118%; width: auto; max-width: none; transition: transform 1.1s var(--ease); -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%); mask-image: linear-gradient(90deg, transparent, #000 30%); }
.oth:hover img { transform: scale(1.06) translateX(-10px); }
.oth .n { position: relative; color: var(--c); }
.oth .h3 { position: relative; font-size: 44px; max-width: 60%; }
.oth .lnk { position: relative; align-self: flex-start; }

/* company */
.chero { position: relative; height: 900px; overflow: hidden; }
html.ac-live .chero { height: max(700px, 100svh); }
.chero video, .chero .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.chero .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,5,.9), rgba(5,6,5,.35) 60%, rgba(5,6,5,.6)), linear-gradient(0deg, var(--ink), transparent 40%); }
.chero .inner { position: absolute; left: var(--pad); right: var(--pad); bottom: 90px; z-index: 3; }
.chero .h2 { font-size: 176px; margin: 28px 0 34px; }
.chero .body-l { max-width: 560px; color: var(--fg-2); }
.prin { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line-2); }
.prin > div { padding: 30px 26px 40px 0; }
.prin > div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.prin .no { font-weight: 820; font-stretch: 62%; font-size: 76px; line-height: .8; color: var(--lime); margin-bottom: 70px; }
.prin .h3 { font-size: 28px; margin-bottom: 14px; }
.comp { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; row-gap: 8px; }
.comp .lft { grid-column: 1 / span 5; }
.comp .lft .h2 { margin: 30px 0; font-size: 110px; }
.comp .rgt { grid-column: 7 / span 6; display: grid; gap: 8px; }
.cbox { border: 1px solid var(--line); background: var(--ink-1); padding: 26px 26px 28px; display: grid; grid-template-columns: 90px 1fr; gap: 20px; }
.cbox b { font-family: var(--mono); font-weight: 600; font-size: 13px; color: var(--lime); }
.cbox h4 { font-weight: 700; font-stretch: 80%; font-size: 20px; text-transform: uppercase; margin-bottom: 8px; }
.cbox p { font-size: 15px; line-height: 1.55; color: var(--fg-2); }
.req { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-2); }
.req > div { padding: 22px 24px 24px 0; border-bottom: 1px solid var(--line-2); }
.req > div:nth-child(3n+2), .req > div:nth-child(3n) { padding-left: 24px; border-left: 1px solid var(--line); }
.req.one { grid-template-columns: 1fr; }
.req.one > div, .req.one > div:nth-child(3n+2), .req.one > div:nth-child(3n) { padding: 20px 0; border-left: 0; }
.req.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.req.four > div, .req.four > div:nth-child(3n+2), .req.four > div:nth-child(3n) { padding: 22px 24px 24px; border-left: 1px solid var(--line); }
.req.four > div:first-child { padding-left: 0; border-left: 0; }
.req dt { color: var(--fg-3); margin-bottom: 8px; }
.req dd { font-weight: 600; font-stretch: 88%; font-size: 20px; }
.mapw { position: relative; }
.mapw svg { width: 100%; height: auto; }
.mapw .dt { fill: rgba(236,241,231,.2); }
.mapw .ee { fill: var(--lime); }
.mapw .pin circle.p { fill: var(--lime); }
.mapw .pin circle.r { fill: none; stroke: var(--lime); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: pulse 2.6s var(--ease) infinite; }

/* contact */
.cthero { padding: 190px var(--pad) 90px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; }
.cthero .h2 { grid-column: 1 / span 8; font-size: 200px; margin-top: 30px; }
.cthero .side { grid-column: 9 / span 4; align-self: end; }
.cthero .side .mail { display: block; font-weight: 700; font-stretch: 80%; font-size: 30px; margin: 14px 0 26px; border-bottom: 1px solid var(--line-3); padding-bottom: 6px; }
.cthero .side .mail:hover { color: var(--lime); border-color: var(--lime); }

/* ——— reduced motion ——— */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  .stage .im:not(:first-child), .hero .card > div:not(:first-child) { opacity: 0 !important; }
  .stage .im:first-child, .hero .card > div:first-child { opacity: 1 !important; }
}

/* ——— tablet ——— */
@media (max-width: 1180px) {
  :root { --pad: 32px; }
  .nav, .hdr .mail { display: none; }
  .burger { display: block; }
  .hero .card, .hero .bars { display: none; }
  .h2 { font-size: 104px; }
  .cols { flex-wrap: wrap; height: auto; }
  .col { flex: 1 1 calc(50% - 4px); height: 620px; }
  .col:hover { flex-grow: 1; }
}

/* ——— phone ——— */
@media (max-width: 760px) {
  :root { --pad: 20px; }
  body { font-size: 15px; }
  .hdr { height: 68px; }
  html.ac-live[data-scrolled] .hdr { height: 62px; }
  .brand .mk { width: 38px; height: 26px; }
  .brand .wm { font-size: 15.5px; }
  .hdr-r .btn { display: none; }
  .burette { display: none; }
  .h2 { font-size: 64px; line-height: .88; }
  .h3 { font-size: 26px; }
  .body-l { font-size: 17px; }
  .sec { padding: 96px var(--pad); }
  .sec-hd { display: block; margin-bottom: 44px; }
  .sec-hd .lbl { margin-bottom: 20px; padding: 0; }
  .sec-hd .note { margin-top: 20px; }

  .hero { --H: 812px; }
  html.ac-live .hero { --H: max(640px, 100svh); }
  .hero .grid { background-size: 64px 64px; }
  .stage { top: calc(var(--H) * .16); height: calc(var(--H) * .6); }
  .hero .g { font-size: 20vw; }
  .hero .g1 { left: 15px; top: calc(var(--H) * .112); }
  .hero .g2 { right: auto; left: 15px; top: calc(var(--H) * .203); }
  .hero .avo { display: none; }
  .hero .lead { left: var(--pad); right: var(--pad); width: auto; top: auto; bottom: 88px; }
  .hero .lead .lbl { margin-bottom: 14px; font-size: 10px; }
  .hero h1 { font-size: 18px; margin-bottom: 20px; }
  .hero .ctas .btn { height: 50px; font-size: 12px; }
  .hero .ctas .btn.ghost { flex: 1; justify-content: center; }
  .hero .foot { bottom: 20px; }
  .hero .scrollcue { display: none; }
  .idx { width: 100%; }
  .idx a { flex: 1; justify-content: center; padding: 9px 4px; font-size: 9.5px; }
  .idx a em { display: none; }
  html.ac-live .hero .g1 { transform: translateX(calc((1 - var(--hp, 1)) * -24vw)); }
  html.ac-live .hero .g2 { transform: translateX(calc((1 - var(--hp, 1)) * 18vw)); }

  .ticker .it { padding: 16px 24px 16px 0; font-size: 11px; }
  .ticker .r2 .it b { font-size: 24px; }

  .mani { display: block; padding: 110px var(--pad) 100px; }
  .mani .lbl { margin-bottom: 28px; padding: 0; }
  .mani .txt { font-size: 36px; line-height: 1.06; }
  .mani .facts { grid-template-columns: 1fr; margin-top: 60px; gap: 34px; }

  .cols { flex-direction: column; gap: 8px; }
  .col { height: 540px; flex: none; }
  .col-img { top: 30px; height: 400px; }
  .col-bd .more { max-height: none; opacity: 1; }
  .col-bd .more p { font-size: 14px; }

  .inter { height: 900px; }
  html.ac-live .inter { height: 230vh; }
  .inter .frame { width: calc(900px * 1600 / 893); transform-origin: 70% 50%; left: 38%; }
  html.ac-live .inter .frame { width: calc(100vh * 1600 / 893); left: 38%; }
  .inter .shade { background: linear-gradient(0deg, rgba(2,3,2,.95) 0%, rgba(2,3,2,.6) 40%, rgba(2,3,2,0) 70%); }
  .inter .cap { left: var(--pad); right: var(--pad); width: auto; bottom: 56px; }
  .inter .cap .h2 { font-size: 72px; margin-bottom: 20px; }
  .inter .legend, .inter .coords { display: none; }

  .proc .scheme { grid-template-columns: 1fr; border-bottom: 0; }
  .stp { padding: 30px 0 34px; min-height: 0; border-bottom: 1px solid var(--line-2); }
  .stp + .stp { padding-left: 0; border-left: 0; }
  .stp .no { font-size: 64px; margin-bottom: 22px; }
  .stp .cond { padding-top: 22px; }
  .stp .arr { right: 0; top: 34px; transform: rotate(90deg); }
  .eq { gap: 10px; font-size: 11px; }
  .eq .rx svg { width: 60px; }

  .fmt .scale { display: none; }
  .fmt .notes { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; gap: 16px; }
  .fmt .notes .pic { display: block !important; width: 64px; height: 64px; color: var(--lime); margin-bottom: 14px; }

  .docs { display: block; }
  .docs .left .h2 { font-size: 64px; }
  .docs .left .h2 { margin: 22px 0 24px; }
  .stack { height: 470px; margin-top: 30px; }
  .paper { width: 260px; height: 350px; margin: -175px 0 0 -130px; padding: 16px 18px; transform-origin: center; }
  .paper .ph b { font-size: 21px; }
  .paper.p1 { --x: -64px; --y: 18px; } .paper.p2 { --x: -22px; --y: -8px; } .paper.p3 { --x: 22px; --y: 8px; } .paper.p4 { --x: 64px; --y: -16px; }
  .paper.p1 { transform: translate(-64px, 18px) rotate(-9deg); } .paper.p2 { transform: translate(-22px, -8px) rotate(-3deg); } .paper.p3 { transform: translate(22px, 8px) rotate(3deg); } .paper.p4 { transform: translate(64px, -16px) rotate(8deg); }

  .ind .wrap { display: block; }
  .ind .row { grid-template-columns: 88px minmax(0, 1fr); gap: 16px; padding: 16px 0; }
  .ind .row:hover, .ind .row.sel { padding-left: 0; }
  .ind .row .n, .ind .row .sw { display: none; }
  .ind .row .th { display: block; width: 88px; height: 66px; object-fit: cover; }
  .ind .row h3 { font-size: 27px; margin-bottom: 6px; }
  .ind .row p { font-size: 10.5px; }
  .ind .pv { display: none; }

  .rfq { padding: 90px var(--pad) 90px; }
  .rfq .bgw { font-size: 260px; bottom: -40px; }
  .rfq .rfq-in { display: block; }
  .rfq .hd { display: block; margin-bottom: 40px; }
  .rfq .hd .h2 { font-size: 68px; margin: 20px 0; }
  .rfq form { display: block; }
  .rfq .send { flex-direction: column; align-items: stretch; }
  .rfq .send .btn { justify-content: center; }
  .ticket { margin-top: 40px; }

  .ft { padding-top: 80px; }
  .ft .top { display: block; }
  .ft .say { margin-bottom: 50px; }
  .ft .say .h3 { font-size: 32px; }
  .ft .say a.mail { font-size: 20px; }
  .ft .cols3 { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; }
  .ft .word { margin: 70px 0 20px; }
  .ft .bot { flex-direction: column; align-items: flex-start; }

  .phero, html.ac-live .phero { --H: 1000px; }
  .phero .stage { left: 50%; top: 150px; height: 560px; }
  .phero .crumbs { top: 86px; }
  .phero .ltabs { top: auto; bottom: 20px; left: var(--pad); right: var(--pad); }
  .phero .ltabs a { flex: 1; justify-content: center; padding: 9px 4px; font-size: 9.5px; }
  .phero .ltabs a em { display: none; }
  .phero .pbot { left: var(--pad); right: var(--pad); width: auto; bottom: 76px; }
  .phero .pbot .in2 { font-size: 15px; margin-bottom: 20px; }
  .phero .pbot .form { font-size: 12px; }
  .phero .num { top: 128px; }
  .phero .num .tile { width: 56px; height: 56px; }
  .phero .num .tile b { font-size: 26px; }
  .phero .g { left: 15px; top: 250px; font-size: 18.4vw; }
  .subnav .in { height: 54px; }
  .subnav nav { display: none; }
  .subnav .tray { width: 100%; justify-content: space-between; }
  .subnav .tray .lbl-t { display: none; }
  .pf .tr { grid-template-columns: 1fr auto; gap: 4px 14px; padding: 16px 0; }
  .pf .tr.th { display: none; }
  .pf .tr .nm { grid-column: 1; font-size: 17px; }
  .pf .tr .dt, .pf .tr .un { grid-column: 1; font-size: 11px; }
  .pf .tr .add { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
  .pf .tr .hide-m { display: none; }
  .pf .fn { flex-direction: column; }
  .apps { grid-template-columns: 1fr; }
  .app { min-height: 0; }
  .app .h3 { margin: 36px 0 12px; }
  .pkrow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .docrow { grid-template-columns: 1fr; margin-top: 50px; }
  .docrow > div { border-bottom: 1px solid var(--line-2); }
  .others { grid-template-columns: 1fr; }
  .oth { height: 300px; }
  .oth .h3 { font-size: 34px; }

  .chero { height: 780px; }
  .chero .h2 { font-size: 62px; }
  .chero .inner { bottom: 60px; }
  .prin { grid-template-columns: 1fr; }
  .prin > div, .prin > div + div { padding: 26px 0 30px; border-left: 0; border-bottom: 1px solid var(--line); }
  .prin .no { font-size: 56px; margin-bottom: 30px; }
  .comp { display: block; }
  .comp .lft .h2 { font-size: 60px; margin: 20px 0; }
  .comp .rgt { margin-top: 30px; }
  .cbox { grid-template-columns: 1fr; gap: 10px; }
  .req, .req.four { grid-template-columns: 1fr; }
  .req.four > div:nth-child(n) { padding: 18px 0; border-left: 0; }
  .req > div, .req > div:nth-child(3n+2), .req > div:nth-child(3n) { padding: 18px 0; border-left: 0; }
  .cthero { display: block; padding: 130px var(--pad) 60px; }
  .cthero .h2 { font-size: 92px; }
  .cthero .side { margin-top: 40px; }
  .cthero .side .mail { font-size: 22px; }
}

/* ——— additions ——— */
.ft .word .wave { animation: wave 9s linear infinite; }
@keyframes wave { to { transform: translateX(-1008px); } }
.ft .word .w1 { font-family: var(--sans); font-weight: 820; font-stretch: 62%; font-size: 200px; text-transform: uppercase; }
html.ac-live.ac-fine .hero .stage { translate: calc(var(--mx, 0) * 16px) calc(var(--my, 0) * 10px); }
html.ac-live.ac-fine .hero .g1 { translate: calc(var(--mx, 0) * -9px) 0; }
html.ac-live.ac-fine .hero .g2 { translate: calc(var(--mx, 0) * 7px) 0; }
.hero.fix-1, .hero.fix-2, .hero.fix-3, .hero.fix-4 { animation: none; }
.hero.fix-1 { --acc: #C8F03C } .hero.fix-2 { --acc: #FF8F74 } .hero.fix-3 { --acc: #F7A928 } .hero.fix-4 { --acc: #8ED6FF }
.hero[class*='fix-'] .stage .im, .hero[class*='fix-'] .card > div, .hero[class*='fix-'] .idx a, .hero[class*='fix-'] .bars i::after { animation: none; opacity: 0; }
.hero[class*='fix-'] .idx a { opacity: 1; }
.hero[class*='fix-'] .bars i::after { opacity: 1; transform: scaleX(0); }
.hero.fix-1 .stage .im:nth-child(1), .hero.fix-2 .stage .im:nth-child(2), .hero.fix-3 .stage .im:nth-child(3), .hero.fix-4 .stage .im:nth-child(4),
.hero.fix-1 .card > div:nth-child(1), .hero.fix-2 .card > div:nth-child(2), .hero.fix-3 .card > div:nth-child(3), .hero.fix-4 .card > div:nth-child(4) { opacity: 1; }
.hero.fix-1 .bars i:nth-child(1)::after, .hero.fix-2 .bars i:nth-child(2)::after, .hero.fix-3 .bars i:nth-child(3)::after, .hero.fix-4 .bars i:nth-child(4)::after { transform: scaleX(1); }
.hero.fix-1 .idx a:nth-child(1), .hero.fix-2 .idx a:nth-child(2), .hero.fix-3 .idx a:nth-child(3), .hero.fix-4 .idx a:nth-child(4) { color: var(--on-acc); background: var(--acc); border-color: var(--acc); }
.chero .ink { filter: grayscale(1) contrast(1.15) brightness(.9); }
.chero .tint { position: absolute; inset: 0; background: var(--lime); mix-blend-mode: multiply; opacity: .92; }
.phero .g .l1, .phero .g .l2 { display: block; }
.cta-strip { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; align-items: end; border-top: 1px solid var(--line-2); padding-top: 60px; }
.cta-strip .h2 { grid-column: 1 / span 7; }
.cta-strip .cta-r { grid-column: 9 / span 4; display: grid; gap: 26px; justify-items: start; }
@media (max-width: 760px) { .cta-strip { display: block; } .cta-strip .cta-r { margin-top: 30px; } }

/* ——— mobile / tablet menu ——— */
.mnav { position: fixed; inset: 0; z-index: 58; background: rgba(5,6,5,.97); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); padding: 96px var(--pad) 28px;
  overflow-y: auto; opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility 0s .45s; }
html:not(.ac-live) .mnav { position: absolute; bottom: auto; min-height: 100%; }
.ac.menu-open .mnav, html.menu-open .mnav { opacity: 1; visibility: visible; transition: opacity .45s var(--ease); }
.mnav .mn-in { display: flex; flex-direction: column; gap: 34px; min-height: 100%; }
.mn-lines { display: grid; gap: 8px; margin-top: -14px; }
.mn-l { --c: var(--lime); display: grid; grid-template-columns: 44px 1fr 18px; gap: 16px; align-items: center; padding: 14px 14px 14px 12px; border: 1px solid var(--line-2); background: var(--ink-1);
  transform: translateY(18px); opacity: 0; transition: transform .7s var(--ease), opacity .6s; }
.ac.menu-open .mn-l, html.menu-open .mn-l { transform: none; opacity: 1; }
html.menu-open .mn-l:nth-child(2) { transition-delay: .05s } html.menu-open .mn-l:nth-child(3) { transition-delay: .1s } html.menu-open .mn-l:nth-child(4) { transition-delay: .15s }
.mn-l .tile { width: 44px; height: 44px; display: grid; place-items: center; background: var(--c); color: var(--on-acc); font-family: var(--mono); font-size: 11px; font-weight: 600;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
.mn-l b { font-weight: 800; font-stretch: 70%; font-size: 24px; line-height: 1; text-transform: uppercase; }
.mn-l svg { width: 16px; height: 16px; color: var(--c); }
.mn-links { display: grid; border-top: 1px solid var(--line-2); }
.mn-links a { font-weight: 820; font-stretch: 62%; font-size: 54px; line-height: 1; text-transform: uppercase; padding: 14px 0 12px; border-bottom: 1px solid var(--line-2); }
.mn-foot { margin-top: auto; display: grid; gap: 18px; justify-items: start; }
.mn-foot .mail { font-family: var(--mono); font-size: 12px; color: var(--fg-2); }
html.menu-open .burger i:nth-child(1), .ac.menu-open .burger i:nth-child(1) { top: 22px; transform: rotate(45deg); }
html.menu-open .burger i:nth-child(2), .ac.menu-open .burger i:nth-child(2) { top: 22px; transform: rotate(-45deg); }
html.menu-open, html.menu-open body { overflow: hidden; }
@media (min-width: 1181px) { .mnav { display: none; } }

/* ——— hero entrance (live only) ——— */
html.ac-live .hero .g .gi { display: inline-block; }
html.ac-live.ac-enter .hero .g1, html.ac-live.ac-enter .hero .g2 { clip-path: inset(-10% -5% -10% -5%); }
@keyframes riseIn { from { transform: translateY(105%); } to { transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
html.ac-live.ac-enter .hero .g .gi { animation: riseIn 1.3s var(--ease) both; }
html.ac-live.ac-enter .hero .g2 .gi { animation-delay: .12s; }
html.ac-live.ac-enter .hero .lead, html.ac-live.ac-enter .hero .card, html.ac-live.ac-enter .hero .foot { animation: fadeUp 1.1s var(--ease) .5s both; }
@keyframes stageIn { from { opacity: 0; filter: blur(12px); } to { opacity: 1; filter: blur(0); } }
html.ac-live.ac-enter .hero .stage { animation: stageIn 1.6s var(--ease) .2s both; }

/* ——— production form bits ——— */
.fld .flabel { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: rgba(10,11,8,.62); margin-bottom: 6px; }
.rfq .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.rfq .send p a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.rfq .fstat { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--on-acc); min-height: 1em; }
.rfq .fstat.err { color: #8A1C0A; }
.fld.bad { border-color: #8A1C0A; }
.fld.bad label { color: #8A1C0A; }
.rfq form[aria-busy='true'] .btn { opacity: .6; pointer-events: none; }
html.lenis, html.lenis body { height: auto; }
.lenis:not(.lenis-autoToggle).lenis-stopped { overflow: clip; }
.lenis [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-smooth iframe { pointer-events: none; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--lime); color: var(--on-acc); font-weight: 700; }
.skip:focus { top: 12px; }

/* ——— legal & 404 ——— */
.legal { padding: 170px var(--pad) 120px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; }
.legal .lg-hd { grid-column: 1 / span 5; align-self: start; }
html.ac-live .legal .lg-hd { position: sticky; top: 110px; }
.legal .lg-hd .h2 { font-size: 112px; margin: 26px 0 26px; }
.legal .lg-body { grid-column: 7 / span 6; }
.lg-s { border-top: 1px solid var(--line-2); padding: 28px 0 34px; }
.lg-s .h3 { font-size: 26px; margin-bottom: 14px; }
.lg-s p { font-size: 16px; line-height: 1.65; color: var(--fg-2); }
.lg-s a { color: var(--fg); text-decoration: underline; text-underline-offset: 3px; }
.nf { min-height: 100vh; padding: 190px var(--pad) 100px; }
.nf .h2 { font-size: 180px; margin: 26px 0 26px; }
.nf .body-l { max-width: 520px; }
.nf-links { display: flex; flex-wrap: wrap; gap: 22px 34px; margin-top: 44px; }
@media (max-width: 760px) {
  .legal { display: block; padding: 120px var(--pad) 80px; }
  .legal .lg-hd .h2 { font-size: 64px; }
  .legal .lg-body { margin-top: 40px; }
  .nf { padding: 130px var(--pad) 80px; }
  .nf .h2 { font-size: 76px; }
}

.ac::after { background-image: url(/assets/grain.png?v=7399a84e); }
