:root {
  --landing-white: #fff;
  --landing-muted: rgba(255, 255, 255, .77);
  --landing-line: rgba(255, 255, 255, .17);
  --landing-glow: rgba(166, 255, 237, .82);
}

.landing-page { background: #000; color: #fff; font-family: "Barlow", sans-serif; }
.landing-page *, .landing-page *::before, .landing-page *::after { box-sizing: border-box; }
.landing-page button, .landing-page a { -webkit-tap-highlight-color: transparent; }
.landing-page a { color: inherit; }
.landing-page button { font: inherit; }
.landing-page svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.liquid-glass, .liquid-glass-strong { position: relative; overflow: hidden; isolation: isolate; }
.liquid-glass { background: rgba(255, 255, 255, .01); background-blend-mode: luminosity; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); box-shadow: inset 0 1px 1px rgba(255,255,255,.1); }
.liquid-glass-strong { background: rgba(255,255,255,.08); background-blend-mode: luminosity; backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px); box-shadow: 4px 4px 4px rgba(0,0,0,.05), inset 0 1px 1px rgba(255,255,255,.15); }
.liquid-glass::before, .liquid-glass-strong::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; padding: 1.4px; pointer-events: none; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.liquid-glass::before { background: linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,.15) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,.15) 80%, rgba(255,255,255,.45) 100%); }
.liquid-glass-strong::before { background: linear-gradient(180deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,.2) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,.2) 80%, rgba(255,255,255,.5) 100%); }

.landing-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 2px; background: rgba(255,255,255,.08); }
.landing-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #fff, var(--landing-glow)); transition: width .12s linear; }
.landing-nav { position: fixed; inset: 16px 0 auto; z-index: 90; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 5vw, 68px); pointer-events: none; }
.landing-nav > * { pointer-events: auto; }
.landing-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; text-decoration: none; font-family: "Instrument Serif", serif; font-size: 30px; font-style: italic; line-height: 1; }
.landing-nav-center { display: flex; align-items: center; gap: 2px; padding: 6px; border-radius: 999px; }
.landing-nav-center > a:not(.nav-project) { padding: 8px 12px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 500; text-decoration: none; transition: color .2s ease, background .2s ease; }
.landing-nav-center > a:not(.nav-project):hover { color: #fff; }
.landing-page .nav-project { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px 9px 15px; border-radius: 999px; color: #000; background: #fff; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.nav-project:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,255,255,.2); }
.nav-project svg { width: 16px; height: 16px; }
.landing-nav-tools { display: flex; gap: 8px; align-items: center; }
.landing-language { display: inline-flex; padding: 3px; border-radius: 999px; }
.landing-language button { min-width: 34px; padding: 6px 7px; border: 0; border-radius: 999px; color: rgba(255,255,255,.58); background: transparent; font-size: 11px; font-weight: 600; cursor: pointer; }
.landing-language button.active { color: #000; background: #fff; }
.landing-menu { display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.landing-menu span { display: block; width: 17px; height: 1px; margin: 4px auto; background: currentColor; transition: transform .25s ease; }

.landing-section { position: relative; min-height: 100svh; overflow: hidden; background: #000; }
.landing-video-shell { position: absolute; inset: 0; z-index: 0; background: #050505; overflow: hidden; }
.fading-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .5s ease; }
.hero-video { left: 50%; top: 0; width: 120%; height: 120%; transform: translateX(-50%); object-position: top; }
.landing-vignette { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 50% 35%, rgba(0,0,0,.04), rgba(0,0,0,.5) 55%, #000 100%), linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.05) 50%, rgba(0,0,0,.72)); }
.landing-noise { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(black, transparent 80%); }

.hero-content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100svh; padding: 130px 20px 174px; text-align: center; }
.hero-status { display: flex; align-items: center; gap: 15px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 13px 6px 7px; border-radius: 999px; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 400; }
.hero-badge b { display: grid; place-items: center; min-width: 31px; min-height: 25px; border-radius: 999px; color: #000; background: #fff; font-size: 11px; }
.hero-signal { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-signal i { width: 6px; height: 6px; border-radius: 50%; background: #9effdc; box-shadow: 0 0 14px #9effdc; animation: landingPulse 1.6s ease-in-out infinite; }
.hero-title { display: flex; flex-wrap: wrap; justify-content: center; row-gap: .1em; max-width: 1020px; margin: 24px 0 0; color: #fff; font-family: "Instrument Serif", serif; font-size: clamp(4rem, 9vw, 8.8rem); font-style: italic; font-weight: 400; letter-spacing: -4px; line-height: .78; }
.blur-word { display: inline-block; margin-right: .28em; opacity: 0; filter: blur(10px); transform: translateY(50px); }
.blur-word.is-visible { animation: blurWordIn .7s cubic-bezier(.22,1,.36,1) forwards; animation-delay: var(--word-delay); }
@keyframes blurWordIn { to { opacity: 1; filter: blur(0); transform: translateY(0); } }
.hero-lead { max-width: 640px; margin: 28px auto 0; color: var(--landing-muted); font-size: clamp(15px, 1.3vw, 18px); font-weight: 300; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px; margin-top: 29px; }
.landing-page .hero-primary { display: inline-flex; align-items: center; gap: 11px; padding: 12px 18px 12px 20px; border-radius: 999px; color: #000; background: rgba(255,255,255,.93); font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .25s ease, background .25s ease; }
.hero-primary:hover { transform: translateY(-3px); background: #fff; }
.hero-primary svg { width: 18px; height: 18px; }
.hero-secondary, .hero-tone { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: rgba(255,255,255,.92); background: transparent; font-size: 14px; font-weight: 500; text-decoration: none; cursor: pointer; }
.play-icon { width: 18px !important; fill: currentColor !important; stroke: none !important; }
.hero-tone { color: rgba(255,255,255,.68); font-weight: 400; }
.tone-ring { width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 3px rgba(255,255,255,.08); }
.hero-tone.is-playing .tone-ring { animation: toneRing .85s ease-in-out infinite; color: #baffea; }
@keyframes toneRing { 50% { transform: scale(1.45); box-shadow: 0 0 16px #baffea; } }
.hero-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 36px; }
.stat-card { width: min(220px, calc(50vw - 34px)); min-height: 142px; padding: 17px; border-radius: 20px; text-align: left; }
.stat-card svg { color: rgba(255,255,255,.77); }
.stat-card strong { display: block; margin-top: 21px; color: #fff; font-family: "Instrument Serif", serif; font-size: 32px; font-style: italic; font-weight: 400; letter-spacing: -1px; line-height: .9; }
.stat-card span { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 300; line-height: 1.25; }
.hero-trust { position: absolute; z-index: 4; right: 24px; bottom: 26px; left: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.trust-caption { padding: 8px 14px; border-radius: 999px; color: rgba(255,255,255,.74); font-size: 11px; }
.trust-voices { display: flex; gap: clamp(14px, 4vw, 64px); color: rgba(255,255,255,.75); font-family: "Instrument Serif", serif; font-size: clamp(19px, 2.3vw, 30px); font-style: italic; letter-spacing: -.4px; }
.trust-maker { color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 5; bottom: 18px; left: 50%; width: 24px; height: 36px; transform: translateX(-50%); opacity: .7; }
.hero-scroll span { display: block; width: 1px; height: 34px; margin: 0 auto; background: linear-gradient(transparent, #fff); animation: scrollPulse 1.8s ease-in-out infinite; }
@keyframes scrollPulse { 50% { transform: translateY(7px); opacity: .25; } }

.landing-capabilities { display: flex; align-items: stretch; min-height: 100svh; }
.capability-wash { position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, rgba(0,0,0,.92) 3%, rgba(0,0,0,.76) 45%, rgba(0,0,0,.42) 100%), linear-gradient(0deg, #000, transparent 42%, rgba(0,0,0,.35)); }
.capability-content { position: relative; z-index: 2; display: flex; flex-direction: column; width: 100%; min-height: 100svh; padding: clamp(118px, 12vh, 140px) clamp(20px, 6vw, 82px) 26px; }
.capability-header { max-width: 900px; }
.capability-kicker { margin-bottom: 20px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 500; letter-spacing: .08em; }
.capability-header h2 { max-width: 790px; margin: 0; color: #fff; font-family: "Instrument Serif", serif; font-size: clamp(4rem, 8vw, 7.5rem); font-style: italic; font-weight: 400; letter-spacing: -3px; line-height: .82; }
.capability-header p { max-width: 580px; margin: 21px 0 0; color: rgba(255,255,255,.81); font-size: 15px; font-weight: 300; line-height: 1.4; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: clamp(38px, 7vh, 82px); }
.capability-card { display: flex; flex-direction: column; min-height: 350px; padding: 23px; border-radius: 20px; transition: transform .3s ease, background .3s ease; }
.capability-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.09); }
.capability-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.icon-tile { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; }
.filled-icon { width: 23px !important; height: 23px !important; fill: #fff !important; stroke: none !important; }
.capability-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.capability-tags span { padding: 5px 9px; border-radius: 999px; color: rgba(255,255,255,.86); font-size: 10px; font-weight: 400; white-space: nowrap; }
.capability-bottom { margin-top: auto; padding-top: 30px; }
.capability-bottom h3 { max-width: 12ch; margin: 0; color: #fff; font-family: "Instrument Serif", serif; font-size: clamp(32px, 3vw, 44px); font-style: italic; font-weight: 400; letter-spacing: -1.2px; line-height: .88; }
.capability-bottom p { max-width: 34ch; margin: 15px 0 0; color: rgba(255,255,255,.85); font-size: 14px; font-weight: 300; line-height: 1.4; }
.capability-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 22px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.capability-footer a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.85); text-decoration: none; }
.capability-footer svg { width: 16px; height: 16px; }

[data-motion] { opacity: 0; filter: blur(10px); transform: translateY(20px); transition: opacity .8s cubic-bezier(.22,1,.36,1), filter .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); transition-delay: var(--motion-delay, 0s); }
[data-motion].is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }
@keyframes landingPulse { 50% { opacity: .35; transform: scale(.7); } }

@media (max-width: 920px) {
  .landing-nav-center { display: none; position: absolute; top: 58px; right: 20px; left: 20px; padding: 10px; border-radius: 20px; }
  .landing-nav-center.is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .landing-nav-center > a:not(.nav-project) { padding: 10px; }
  .nav-project { grid-column: 1 / -1; justify-content: center; margin-top: 4px; }
  .landing-menu { display: block; }
  .landing-language { display: none; }
  .hero-title { max-width: 800px; }
  .capability-grid { grid-template-columns: 1fr; max-width: 680px; }
  .capability-card { min-height: 270px; }
  .landing-capabilities { min-height: auto; }
  .capability-content { min-height: 100svh; }
}
@media (max-width: 620px) {
  .landing-nav { inset: 12px 0 auto; padding: 0 14px; }
  .landing-mark, .landing-menu { width: 44px; height: 44px; }
  .hero-content { justify-content: flex-start; padding-top: 148px; padding-bottom: 190px; }
  .hero-status { flex-direction: column; gap: 10px; }
  .hero-title { margin-top: 20px; font-size: clamp(3.6rem, 16vw, 5rem); letter-spacing: -2.2px; line-height: .82; }
  .hero-lead { margin-top: 21px; font-size: 15px; }
  .hero-actions { gap: 16px; margin-top: 25px; }
  .hero-stats { margin-top: 30px; }
  .stat-card { width: min(190px, calc(50vw - 22px)); min-height: 135px; }
  .hero-trust { right: 16px; bottom: 19px; left: 16px; display: grid; grid-template-columns: 1fr auto; gap: 11px; }
  .trust-caption { grid-column: 1 / -1; width: max-content; max-width: 100%; }
  .trust-voices { gap: 12px; font-size: 19px; }
  .trust-maker { text-align: right; font-size: 8px; }
  .hero-scroll { display: none; }
  .capability-content { padding: 110px 16px 22px; }
  .capability-header h2 { font-size: clamp(3.7rem, 15vw, 5.5rem); letter-spacing: -2px; }
  .capability-header p { font-size: 14px; }
  .capability-grid { gap: 12px; margin-top: 34px; }
  .capability-card { min-height: 300px; padding: 18px; border-radius: 18px; }
  .capability-bottom h3 { font-size: 37px; }
  .capability-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .fading-video { opacity: 1; }
  [data-motion], .blur-word { opacity: 1; filter: none; transform: none; animation: none !important; transition: none; }
  .hero-signal i, .hero-scroll span, .hero-tone.is-playing .tone-ring { animation: none; }
}
