:root {
  --navy: #173a6b;
  --royal: #2f5c97;
  --steel: #537fae;
  --sky: #7da8d4;
  --ink: #1d2736;
  --muted: #657184;
  --cloud: #eef2f6;
  --offwhite: #f8fafc;
  --line: rgba(23, 58, 107, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Helvetica Neue", Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #2f6fbd; outline-offset: 4px; }
main { overflow: hidden; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Helvetica Neue", Inter, Arial, sans-serif; letter-spacing: -0.045em; }
h2 { font-size: clamp(2.5rem, 5vw, 5.4rem); line-height: .98; font-weight: 520; margin-bottom: 0; }
h2 em, h1 em { color: var(--royal); font-family: inherit; font-style: normal; font-weight: 520; }

.brand-loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-content: center; justify-items: center; gap: 18px; background: #f8fbfe; transition: opacity .55s ease, visibility .55s ease; animation: loader-fail-open .55s 2.2s forwards; }
.brand-loader.is-complete { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-mark { width: 112px; height: 112px; position: relative; }
.loader-mark img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .12; filter: grayscale(1); }
.loader-mark .loader-fill { opacity: 1; filter: none; clip-path: inset(100% 0 0 0); animation: fill-mark 1.1s cubic-bezier(.65,0,.35,1) forwards; }
.brand-loader > span { color: var(--navy); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; animation: loader-pulse 1.2s ease-in-out infinite; }
.brand-loader sup { margin-left: 2px; font-size: .38em; vertical-align: super; }
@keyframes fill-mark { to { clip-path: inset(0 0 0 0); } }
@keyframes loader-pulse { 50% { opacity: .38; } }
@keyframes loader-fail-open { to { opacity: 0; visibility: hidden; pointer-events: none; } }

.site-header { height: 84px; position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: grid; grid-template-columns: 225px 1fr auto; align-items: center; gap: 28px; padding: 0 4vw; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(23,58,107,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; color: var(--navy); line-height: 1; }
.brand strong { font-family: "Helvetica Neue", Inter, Arial, sans-serif; font-size: .9rem; letter-spacing: -.025em; }
.tm { margin-left: 2px; color: var(--royal); font-size: .3em; vertical-align: super; }
.brand small { margin-top: 5px; color: var(--steel); font-size: .52rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.2vw, 34px); }
nav a { font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; color: #46546a; transition: color .2s; }
nav a:hover { color: var(--royal); }
.needle-nav-tab { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 12px; color: #7f1399; background: #f4eaf7; border: 1px solid rgba(127,19,153,.18); border-radius: 100px; white-space: nowrap; }
.needle-nav-tab > span { width: 7px; height: 7px; flex: 0 0 auto; background: #9529af; border-radius: 50%; box-shadow: 0 0 0 4px rgba(149,41,175,.11); }
.needle-nav-tab small { padding: 3px 6px; color: #fff; background: #7f1399; border-radius: 100px; font-size: .46rem; font-weight: 750; letter-spacing: .08em; line-height: 1; }
.needle-nav-tab:hover { color: #67107c; background: #eadbf0; }
.header-cta { display: flex; align-items: center; gap: 14px; padding: 13px 18px; color: #fff; background: var(--navy); border-radius: 100px; font-size: .77rem; font-weight: 650; }
.header-cta span { display: grid; place-items: center; width: 23px; height: 23px; background: rgba(255,255,255,.13); border-radius: 50%; }
.menu-button { display: none; border: 0; background: none; padding: 12px; }
.menu-button span { display: block; width: 22px; height: 1px; margin: 6px 0; background: var(--navy); transition: transform .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { min-height: 900px; height: 100svh; position: relative; display: flex; align-items: center; padding: 110px 7vw 50px; background: #f5f9fd; }
.hero-art { position: absolute; inset: 84px 0 0 0; background: linear-gradient(90deg, rgba(248,251,254,.99) 0%, rgba(248,251,254,.96) 34%, rgba(248,251,254,.34) 56%, rgba(248,251,254,0) 76%), url("assets/hero-model-sketch-dark-web.jpg") center center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, rgba(248,251,254,.75)); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(650px, 52vw); max-width: 650px; padding-top: 2rem; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--royal); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.hero h1 { max-width: 650px; margin-bottom: 28px; color: #152f53; font-size: clamp(4rem, 6vw, 5.6rem); font-weight: 520; line-height: .91; }
.hero-copy { max-width: 650px; color: #546174; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 0; border-radius: 100px; font-size: .78rem; font-weight: 700; letter-spacing: .03em; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(120deg, var(--navy), var(--royal)); color: white; box-shadow: 0 16px 32px rgba(23,58,107,.18); }
.button-secondary { background: rgba(255,255,255,.72); color: var(--navy); border: 1px solid rgba(23,58,107,.16); backdrop-filter: blur(10px); }
.hero-proof { display: flex; gap: 0; margin-top: 62px; }
.hero-proof > div { display: flex; align-items: center; gap: 13px; padding: 0 28px; border-left: 1px solid rgba(23,58,107,.16); }
.hero-proof > div:first-child { padding-left: 0; border: 0; }
.hero-proof strong { color: var(--navy); font-size: 1.35rem; letter-spacing: -.04em; }
.hero-proof span { color: #788497; font-size: .67rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 2; right: 3vw; bottom: 55px; display: flex; align-items: center; gap: 15px; color: #66758a; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; transform: rotate(90deg); transform-origin: right bottom; }
.scroll-cue i { width: 52px; height: 1px; background: var(--steel); }
.molecule { position: absolute; z-index: 1; border: 1px solid rgba(83,127,174,.2); border-radius: 50%; animation: float 6s ease-in-out infinite; }
.molecule::before, .molecule::after { content: ""; position: absolute; border-radius: 50%; background: rgba(125,168,212,.3); }
.molecule-one { width: 25px; height: 25px; top: 18%; right: 17%; }
.molecule-one::before { width: 8px; height: 8px; left: 30px; top: 28px; }
.molecule-two { width: 13px; height: 13px; right: 40%; bottom: 20%; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-13px); } }

.section { padding: 120px 7vw; }
.section-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 78px; color: #6f7a8c; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.section-kicker span { color: var(--royal); }
.section-kicker::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.about-grid { display: grid; grid-template-columns: 1.08fr .8fr; gap: 9vw; align-items: start; }
.about-grid h2 { max-width: 760px; }
.about-copy { padding-top: 8px; }
.about-copy p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.about-copy .lead { color: #2c3c51; font-size: clamp(1.18rem, 1.7vw, 1.45rem); line-height: 1.55; }
.text-link { display: inline-flex; gap: 20px; align-items: center; margin-top: 22px; color: var(--navy); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid var(--line); padding-bottom: 9px; }

.purpose { display: grid; grid-template-columns: 1fr 1fr; }
.purpose-card { min-height: 600px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 56px 6vw 62px; overflow: hidden; }
.purpose-card::after { content: ""; position: absolute; width: 400px; height: 400px; right: -180px; top: -180px; border: 1px solid currentColor; border-radius: 50%; opacity: .1; box-shadow: 0 0 0 55px currentColor, 0 0 0 110px currentColor; }
.mission { color: #fff; background: linear-gradient(145deg, #102d55, #315f98); }
.vision { color: var(--ink); background: #e9f1f8; }
.card-index { position: relative; z-index: 1; font-size: .7rem; letter-spacing: .16em; opacity: .65; }
.purpose-card > div { position: relative; z-index: 1; max-width: 620px; }
.purpose-card h3 { font-size: clamp(2.1rem, 3.8vw, 4rem); line-height: 1.05; font-weight: 520; }
.purpose-card p:last-child { max-width: 520px; line-height: 1.7; opacity: .75; }
.eyebrow.light { color: #bfdbf3; }

.values-section { background: var(--offwhite); }
.section-heading-row { display: grid; grid-template-columns: 1fr 390px; gap: 8vw; align-items: end; margin-bottom: 70px; }
.section-heading-row > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 340px; position: relative; display: grid; grid-template-rows: auto 144px 54px 1fr; align-content: start; padding: 30px 32px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.65); transition: background .25s, transform .25s; }
.value-card:hover { background: #fff; transform: translateY(-4px); }
.value-number { color: var(--royal); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.value-visual { width: 132px; height: 132px; display: grid; place-items: center; align-self: center; margin: 6px 0; overflow: hidden; }
.value-visual img { width: 100%; height: 100%; display: block; object-fit: contain; transform: scale(1.42); transform-origin: center; mix-blend-mode: multiply; }
.value-card h3 { position: relative; align-self: stretch; width: 100%; min-width: 0; display: flex; align-items: flex-end; margin: 0; padding-top: 11px; color: var(--navy); font-size: clamp(1.05rem, 1.55vw, 1.18rem); font-weight: 700; line-height: 1.25; letter-spacing: -.012em; }
.value-card h3::before { content: ""; position: absolute; top: 0; left: 0; width: 34px; height: 2px; background: var(--royal); }
.value-card p { max-width: 320px; margin: 0; padding-top: 14px; color: var(--muted); font-size: .88rem; line-height: 1.62; }
.pathway { margin-top: 60px; overflow: hidden; border: 1px solid #b9cde0; background: #fff; }
.pathway-heading { display: flex; justify-content: space-between; gap: 30px; padding: 28px 32px; border-bottom: 1px solid #b9cde0; background: #edf5fb; }
.pathway-heading > span { color: var(--navy); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.pathway-heading p { max-width: 580px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.pathway-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.pathway-grid > div { min-height: 190px; padding: 28px 22px; border-right: 1px solid #b9cde0; background: #e6f1fa; }
.pathway-grid > div:nth-child(even) { border-color: rgba(255,255,255,.16); background: linear-gradient(145deg, #173a6b, #285887); }
.pathway-grid > div:last-child { border-right: 0; }
.pathway-grid span { display: block; margin-bottom: 34px; color: var(--steel); font-size: .67rem; letter-spacing: .1em; }
.pathway-grid strong { display: block; margin-bottom: 10px; color: var(--navy); font-size: .9rem; line-height: 1.3; }
.pathway-grid p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.pathway-grid > div:nth-child(even) span { color: #9ec8ee; }
.pathway-grid > div:nth-child(even) strong { color: #fff; }
.pathway-grid > div:nth-child(even) p { color: #d7e6f3; }

.products { background: #fff; }
.coming-soon { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 620px; overflow: hidden; background: #eef5fa; }
.coming-video { min-height: 620px; position: relative; overflow: hidden; background: linear-gradient(145deg, #e7edf2, #f8fbfd); }
.coming-animation { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.98) 0 13%, rgba(226,236,244,.82) 36%, rgba(154,177,199,.52) 68%, rgba(73,103,133,.3) 100%), linear-gradient(145deg, #e8eef3, #a8bacb); }
.coming-animation::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.38) 48%, transparent 61%); transform: translateX(-100%); animation: coming-sheen 5.4s ease-in-out infinite; }
.coming-orbit { position: absolute; border: 1px solid rgba(47,92,151,.16); border-radius: 50%; animation: coming-orbit 12s linear infinite; }
.coming-orbit::before, .coming-orbit::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: rgba(47,92,151,.28); box-shadow: 0 0 0 7px rgba(125,168,212,.08); }
.orbit-one { width: 430px; height: 430px; }
.orbit-one::before { top: 46px; left: 60px; }
.orbit-one::after { right: 20px; bottom: 120px; }
.orbit-two { width: 310px; height: 310px; animation-direction: reverse; animation-duration: 9s; }
.orbit-two::before { top: 20px; right: 70px; }
.orbit-two::after { left: 8px; bottom: 100px; }
.coming-brand { position: relative; z-index: 2; display: grid; justify-items: center; padding-bottom: 20px; color: var(--navy); text-align: center; animation: coming-breathe 4s ease-in-out infinite; }
.coming-brand img { width: clamp(110px, 12vw, 165px); height: clamp(110px, 12vw, 165px); object-fit: contain; filter: drop-shadow(0 24px 30px rgba(23,58,107,.16)); }
.coming-brand strong { margin-top: 18px; font-size: clamp(1.25rem, 2vw, 1.9rem); font-weight: 650; letter-spacing: -.035em; }
.coming-brand sup { margin-left: 3px; color: var(--royal); font-size: .3em; vertical-align: super; }
.coming-brand small { margin-top: 9px; color: #62758a; font-size: .65rem; font-weight: 650; text-transform: uppercase; letter-spacing: .13em; }
.coming-video::after { content: ""; position: absolute; inset: 68% 0 0; background: linear-gradient(transparent, rgba(10,35,65,.48)); pointer-events: none; }
.coming-status { position: absolute; z-index: 2; left: 38px; bottom: 32px; display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; background: rgba(14,43,82,.34); backdrop-filter: blur(9px); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.coming-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #c9e3f7; box-shadow: 0 0 0 5px rgba(201,227,247,.12); }
.coming-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 90px); }
.coming-copy h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.coming-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); line-height: 1.8; }
.coming-copy .button { align-self: flex-start; margin-top: 18px; }
.coming-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.coming-actions .button { margin-top: 0; }
@keyframes coming-orbit { to { transform: rotate(360deg); } }
@keyframes coming-breathe { 50% { transform: translateY(-8px) scale(1.015); } }
@keyframes coming-sheen { 0%, 35% { transform: translateX(-100%); } 70%, 100% { transform: translateX(100%); } }

.india-opportunity { background: #fff; }
.opportunity-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 8vw; align-items: end; margin-bottom: 72px; }
.opportunity-heading h2 { max-width: 820px; }
.opportunity-heading > div { max-width: 570px; }
.opportunity-heading p { color: var(--muted); line-height: 1.75; }
.opportunity-heading .lead { color: #2c3c51; font-size: clamp(1.1rem, 1.55vw, 1.35rem); line-height: 1.55; }
.opportunity-panel { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; border: 1px solid var(--line); background: var(--offwhite); }
.opportunity-visual { display: flex; flex-direction: column; justify-content: center; gap: 36px; padding: clamp(42px, 5vw, 78px); color: #fff; background: radial-gradient(circle at 85% 12%, rgba(125,168,212,.28), transparent 28%), linear-gradient(145deg, #102d55, #285685); }
.visual-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.visual-heading span { color: #9ab9d5; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.visual-heading strong { font-size: .7rem; font-weight: 550; letter-spacing: .05em; }
.signal { display: grid; gap: 15px; }
.opportunity-panel .visual-heading, .opportunity-panel .signal { opacity: 0; transform: translateY(16px); }
.opportunity-panel.is-visible .visual-heading, .opportunity-panel.is-visible .signal { animation: forecast-enter .62s cubic-bezier(.22,.7,.25,1) forwards; }
.opportunity-panel.is-visible .visual-heading { animation-delay: .08s; }
.opportunity-panel.is-visible .signal-1 { animation-delay: .22s; }
.opportunity-panel.is-visible .signal-2 { animation-delay: .44s; }
.opportunity-panel.is-visible .signal-3 { animation-delay: .66s; }
.signal-label { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; }
.signal-label strong { font-size: 1rem; font-weight: 550; }
.signal-label span { color: #a9bfd5; font-size: .66rem; }
.signal-range { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: end; }
.signal-range > div { display: grid; gap: 3px; }
.signal-range > div:last-child { text-align: right; }
.signal-range span { color: #8fafd0; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.signal-range strong { font-size: clamp(1.55rem, 2.4vw, 2.6rem); font-weight: 520; letter-spacing: -.045em; }
.signal-range i { height: 5px; position: relative; margin-bottom: 11px; overflow: hidden; border-radius: 100px; background: rgba(255,255,255,.13); }
.signal-range i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7da8d4, #d0e5f6); transform: scaleX(0); transform-origin: left center; }
.signal-1 i b { width: 94%; }
.signal-2 i b { width: 86%; }
.signal-3 i b { width: 72%; }
.opportunity-panel.is-visible .signal i b { animation: forecast-bar .8s cubic-bezier(.22,.7,.25,1) forwards; }
.opportunity-panel.is-visible .signal-1 i b { animation-delay: .55s; }
.opportunity-panel.is-visible .signal-2 i b { animation-delay: .77s; }
.opportunity-panel.is-visible .signal-3 i b { animation-delay: .99s; }
@keyframes forecast-enter { to { opacity: 1; transform: translateY(0); } }
@keyframes forecast-bar { to { transform: scaleX(1); } }
.opportunity-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 78px); background: #f4f8fb; }
.opportunity-copy h3 { max-width: 560px; margin-bottom: 36px; color: var(--ink); font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 520; line-height: 1.06; }
.opportunity-copy ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.opportunity-copy li { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 18px 0; border-top: 1px solid var(--line); }
.opportunity-copy li strong { color: var(--navy); font-size: .76rem; line-height: 1.5; }
.opportunity-copy li span { color: var(--muted); font-size: .78rem; line-height: 1.65; }
.market-sources { max-width: 1050px; margin: 24px 0 0; color: #7a8697; font-size: .66rem; line-height: 1.65; }
.market-sources a { color: var(--royal); border-bottom: 1px solid rgba(47,92,151,.25); }

.why { display: grid; grid-template-columns: .85fr 1fr; background: #122f56; color: #fff; }
.why-intro { min-height: 760px; display: flex; flex-direction: column; justify-content: center; padding: 90px 7vw; background: linear-gradient(160deg, rgba(23,58,107,.2), rgba(125,168,212,.08)), radial-gradient(circle at 15% 85%, rgba(125,168,212,.18), transparent 40%); }
.why-intro h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.why-intro h2 em { color: #a9c9e7; }
.why-intro > p:last-child { max-width: 530px; margin-top: 34px; color: #aebed1; line-height: 1.75; }
.why-list { align-self: center; padding: 60px 7vw 60px 3vw; }
.why-list > div { border-bottom: 1px solid rgba(255,255,255,.12); }
.why-list button { width: 100%; display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; gap: 12px; padding: 25px 0; color: #fff; border: 0; background: transparent; text-align: left; cursor: pointer; }
.why-list button:focus-visible { outline: 2px solid #a9c9e7; outline-offset: 5px; }
.why-list span { color: #7da8d4; font-size: .67rem; }
.why-list strong { font-size: clamp(1rem, 1.5vw, 1.35rem); font-weight: 450; letter-spacing: -.02em; }
.why-list i { display: grid; place-items: center; width: 28px; height: 28px; color: #96b9da; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; font-style: normal; transition: transform .3s, background .3s; }
.why-list p { max-height: 0; margin: 0 42px 0 62px; overflow: hidden; color: #adc0d4; font-size: .82rem; line-height: 1.75; opacity: 0; transition: max-height .4s ease, margin .4s ease, opacity .3s; }
.why-list .is-open p { max-height: 180px; margin-bottom: 26px; opacity: 1; }
.why-list p[hidden] { display: none; }
.why-list .is-open i { transform: rotate(45deg); background: rgba(125,168,212,.15); }

.leadership { background: var(--offwhite); }
.leader-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.leader-card { background: #fff; border: 1px solid var(--line); }
.leader-portrait { height: 270px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #dce9f4, #f6f9fc); }
.leader-portrait::before, .leader-portrait::after { content: ""; position: absolute; border: 1px solid rgba(47,92,151,.15); border-radius: 50%; }
.leader-portrait::before { width: 250px; height: 250px; }
.leader-portrait::after { width: 180px; height: 180px; }
.leader-portrait span { position: relative; z-index: 2; color: var(--navy); font-family: inherit; font-size: 3.1rem; font-style: normal; font-weight: 520; letter-spacing: -.06em; }
.leader-portrait i { position: absolute; width: 100px; height: 100px; background: rgba(83,127,174,.14); border-radius: 50%; filter: blur(20px); }
.leader-body { min-height: 290px; padding: 28px 25px; }
.leader-body > p { color: var(--steel); font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.leader-body h3 { margin-bottom: 9px; font-size: 1.45rem; line-height: 1.05; }
.leader-body strong { display: block; margin-bottom: 20px; color: #3f5066; font-size: .75rem; line-height: 1.5; }
.leader-body > span { display: block; color: var(--muted); font-size: .78rem; line-height: 1.65; }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); padding: 70px 7vw; background: #fff; }
.numbers > div { display: flex; align-items: center; gap: 20px; padding: 15px 28px; border-left: 1px solid var(--line); }
.numbers > div:first-child { border-left: 0; padding-left: 0; }
.numbers strong { color: var(--navy); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 520; letter-spacing: -.06em; }
.numbers span { color: #667388; font-size: .68rem; line-height: 1.55; text-transform: uppercase; letter-spacing: .08em; }
.partners { padding: 42px 0; background: #eaf2f8; text-align: center; }
.partners > p { color: var(--steel); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.ticker { overflow: hidden; margin-top: 32px; }
.ticker > div { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.ticker span { display: flex; align-items: center; gap: 42px; margin-right: 42px; color: var(--navy); font-family: inherit; font-size: 1.65rem; font-style: normal; font-weight: 520; white-space: nowrap; }
.ticker i { color: var(--sky); font-size: .45rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.contact { display: grid; grid-template-columns: 1fr .78fr; gap: 8vw; padding: 120px 7vw; color: #fff; background: radial-gradient(circle at 15% 85%, rgba(125,168,212,.22), transparent 35%), linear-gradient(145deg, #0f2c53, #234f80); }
.contact-copy h2 { max-width: 800px; font-size: clamp(3rem, 5.4vw, 6rem); }
.contact-copy h2 em { color: #b6d4ee; }
.contact-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 32px; color: #b8c6d6; line-height: 1.75; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; max-width: 570px; margin-top: 58px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-details span { display: block; margin-bottom: 10px; color: #80a9d0; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.contact-details strong { font-size: .82rem; line-height: 1.7; font-weight: 500; }
.enquiry-form { align-self: center; padding: 40px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 35px 80px rgba(6,24,47,.25); }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--navy); font-size: 1.25rem; font-weight: 650; }
.form-heading small { color: #8993a2; font-size: .62rem; }
.enquiry-form label { display: block; margin-bottom: 20px; }
.enquiry-form label > span { display: block; margin-bottom: 9px; color: #5a687b; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.enquiry-form input, .enquiry-form textarea, .enquiry-form select { width: 100%; padding: 13px 0; color: var(--ink); border: 0; border-bottom: 1px solid #cdd7e1; outline: none; background: transparent; border-radius: 0; }
.enquiry-form input:focus, .enquiry-form textarea:focus, .enquiry-form select:focus { border-color: var(--royal); }
.enquiry-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.enquiry-form .button { width: 100%; margin-top: 8px; }
.form-note { margin: 15px 0 0; color: #637187; font-size: .7rem; line-height: 1.5; }
.form-privacy { margin: -2px 0 18px; color: #6d7888; font-size: .68rem; line-height: 1.55; }
.form-privacy a { color: var(--royal); text-decoration: underline; text-underline-offset: 2px; }
.form-error { color: #8b2d37; }
.whatsapp-float { position: fixed; z-index: 45; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 8px 8px 8px 18px; color: #fff; background: #168c56; border-radius: 100px; box-shadow: 0 16px 38px rgba(10,70,42,.3); font-size: .7rem; font-weight: 750; letter-spacing: .04em; transition: transform .25s, box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(10,70,42,.38); }
.whatsapp-float b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.16); }
.whatsapp-float svg { width: 21px; height: 21px; fill: currentColor; }

footer { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 8vw; padding: 75px 7vw 30px; background: #0b2341; color: #fff; }
.footer-brand img { width: 230px; height: 90px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); }
.footer-brand p { color: #86a5c3; font-family: inherit; font-style: normal; font-weight: 500; letter-spacing: .01em; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.footer-social a { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px 7px 7px; color: #dce8f3; border: 1px solid rgba(255,255,255,.13); border-radius: 100px; font-size: .68rem; }
.footer-social b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(125,168,212,.16); color: #b9d3ea; font-size: .58rem; }
.footer-links { display: flex; flex-direction: column; gap: 13px; font-size: .75rem; }
.footer-links > span { margin-bottom: 8px; color: #7698b9; font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; }
.footer-links a { color: #d3deea; }
.footer-links .footer-needle-link { display: inline-flex; align-items: center; gap: 7px; color: #d9a9e5; }
.footer-needle-link small { padding: 3px 6px; color: #391044; background: #d9a9e5; border-radius: 100px; font-size: .48rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.footer-bottom { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(0, 780px); justify-content: space-between; gap: 30px; margin-top: 35px; padding-top: 25px; color: #7895b1; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; line-height: 1.55; }

.js-enabled [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.js-enabled [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) {
  .whatsapp-float { right: 16px; bottom: 16px; padding: 8px; }
  .whatsapp-float > span { display: none; }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  nav { position: absolute; top: 84px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 28px 5vw; background: #fff; box-shadow: 0 20px 35px rgba(23,58,107,.08); }
  nav.nav-open { display: flex; }
  nav .needle-nav-tab { width: auto; margin-top: 5px; padding: 0 14px; }
  .menu-button { display: block; }
  .header-cta { padding: 12px 17px; }
  .about-grid, .contact { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .pathway-grid { grid-template-columns: repeat(3, 1fr); }
  .pathway-grid > div:nth-child(3) { border-right: 0; }
  .pathway-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .leader-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .numbers > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .whatsapp-float { padding: 8px; }
  .whatsapp-float > span { display: none; }
  footer { padding-bottom: 90px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .section-heading-row, .coming-soon, .opportunity-heading, .opportunity-panel, .why { grid-template-columns: 1fr; }
  .section-heading-row, .opportunity-heading { gap: 38px; }
  .section-heading-row > p { max-width: 620px; }
  .coming-video { min-height: 540px; }
  .coming-copy { min-height: 540px; }
  .opportunity-panel { min-height: 0; }
  .opportunity-visual, .opportunity-copy { min-height: 590px; }
  .why-intro { min-height: auto; padding: 95px 7vw; }
  .why-list { padding: 34px 7vw 80px; }
}

@media (max-width: 820px) {
  .purpose { grid-template-columns: 1fr; }
  .purpose-card { min-height: 520px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 5vw; }
  .brand { min-height: 44px; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: .82rem; }
  .header-cta { display: none; }
  nav { top: 72px; }
  nav a { width: 100%; min-height: 44px; display: flex; align-items: center; }
  nav .needle-nav-tab { width: 100%; justify-content: flex-start; }
  .hero { min-height: auto; height: auto; padding: 118px 6vw 70px; align-items: flex-start; }
  .hero-art { inset: 72px 0 0; background: linear-gradient(180deg, rgba(248,251,254,.98) 0%, rgba(248,251,254,.87) 50%, rgba(248,251,254,.35) 100%), url("assets/hero-model-sketch-dark-web.jpg") 72% center/cover no-repeat; opacity: .86; }
  .hero-content { width: 100%; max-width: none; }
  .hero h1 { font-size: clamp(3.15rem, 14.5vw, 4.15rem); line-height: .93; }
  .hero-copy { font-size: .92rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 0; margin-top: 46px; }
  .hero-proof > div { width: auto; min-width: 0; display: block; padding: 0 14px; }
  .hero-proof > div strong { display: block; margin-bottom: 6px; }
  .hero-proof > div:nth-child(2) { border-left: 1px solid rgba(23,58,107,.16); }
  .hero-proof > div:nth-child(3) { grid-column: 1 / -1; width: auto; border-left: 0; padding-left: 0; }
  .scroll-cue { display: none; }
  .section { padding: 76px 6vw; }
  .section-kicker { margin-bottom: 52px; }
  .about-grid, .section-heading-row { grid-template-columns: 1fr; gap: 36px; }
  .purpose { grid-template-columns: 1fr; }
  .purpose-card { min-height: 430px; padding: 42px 7vw; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; grid-template-rows: auto 138px auto auto; padding: 28px; }
  .value-card h3 { min-height: 0; margin-bottom: 12px; }
  .value-card p { padding-top: 0; }
  .pathway { margin-top: 38px; }
  .pathway-heading { display: grid; padding: 24px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .pathway-grid > div:last-child { border-bottom: 0; }
  .pathway-grid span { margin-bottom: 18px; }
  .coming-soon { grid-template-columns: 1fr; }
  .coming-video { min-height: 400px; }
  .coming-copy { min-height: 0; padding: 50px 7vw 58px; }
  .coming-copy h2 { font-size: clamp(2.75rem, 13vw, 3.5rem); }
  .coming-status { left: 24px; bottom: 24px; }
  .opportunity-heading, .opportunity-panel { grid-template-columns: 1fr; }
  .opportunity-heading { gap: 34px; }
  .opportunity-visual, .opportunity-copy { min-height: 0; padding: 48px 7vw; }
  .signal-label { display: grid; gap: 5px; }
  .signal-range { gap: 12px; }
  .signal-range strong { font-size: clamp(1.4rem, 7vw, 2rem); }
  .opportunity-copy h3 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .opportunity-copy li { grid-template-columns: 1fr; gap: 7px; }
  .why { grid-template-columns: 1fr; }
  .why-intro { min-height: auto; padding: 80px 7vw; }
  .why-list { padding: 25px 7vw 70px; }
  .leader-grid { grid-template-columns: 1fr; }
  .leader-portrait { height: 220px; }
  .leader-body { min-height: 0; }
  .numbers { grid-template-columns: 1fr 1fr; padding: 50px 6vw; }
  .numbers > div { display: block; padding: 15px; }
  .numbers > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .numbers span { display: block; margin-top: 8px; }
  .contact { padding: 78px 6vw; }
  .contact-copy h2 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .contact-details, .form-row { grid-template-columns: 1fr; }
  .enquiry-form { padding: 28px 22px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .text-link { min-height: 44px; align-items: center; }
  footer { grid-template-columns: 1fr 1fr; padding: 60px 6vw 105px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links a { min-height: 34px; display: flex; align-items: center; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-enabled [data-reveal] { opacity: 1; transform: none; }
  .opportunity-panel .visual-heading, .opportunity-panel .signal { opacity: 1; transform: none; }
  .signal-range i b { transform: scaleX(1); }
}

:root { --nc-ink:#2d1834; --nc-blue:#7f1399; --nc-aqua:#b78ac8; --nc-pale:#f4eaf7; --nc-mist:#fbf8fc; --nc-line:rgba(127,19,153,.16); --nc-violet:#831bb3; --nc-magenta:#9529af; }
.needle-page { overflow:hidden; background:#fff; color:var(--nc-ink); font-family:"Helvetica Neue",Inter,Arial,sans-serif; }
.needle-page * { box-sizing:border-box; }
.needle-page h1,.needle-page h2,.needle-page h3 { font-family:"Helvetica Neue",Inter,Arial,sans-serif; }
.needle-page em { color:var(--nc-blue); font-style:normal; }
.nc-header { height:96px; position:relative; z-index:20; display:grid; grid-template-columns:250px 190px 1fr auto; align-items:center; gap:28px; padding:0 5vw; border-bottom:1px solid var(--nc-line); background:rgba(255,255,255,.97); }
.nc-biome { display:inline-flex; align-items:center; gap:11px; width:fit-content; }
.nc-biome img { width:42px; height:42px; object-fit:contain; }
.nc-biome span { display:flex; flex-direction:column; color:#173a6b; line-height:1; }
.nc-biome strong { font-size:.88rem; letter-spacing:-.02em; }
.nc-biome sup { margin-left:2px; color:#2f5c97; font-size:.34em; vertical-align:super; }
.nc-biome small { margin-top:6px; color:#547a92; font-size:.5rem; font-weight:700; text-transform:uppercase; letter-spacing:.13em; }
.nc-official-logo { display:flex; align-items:center; justify-content:center; }
.nc-official-logo img { width:172px; height:auto; display:block; object-fit:contain; }
.nc-nav { display:flex; justify-content:center; gap:clamp(18px,3vw,45px); }
.nc-nav a,.nc-back { color:#476475; font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:.11em; }
.nc-nav a:hover,.nc-back:hover { color:var(--nc-blue); }
.nc-back { display:inline-flex; align-items:center; gap:12px; }
.nc-hero { min-height:calc(100vh - 96px); position:relative; display:block; overflow:hidden; background:#64107c; }
.nc-hero-copy { min-height:calc(100vh - 96px); position:relative; z-index:3; display:flex; flex-direction:column; justify-content:center; width:min(760px,61vw); padding:7vw 5vw 5vw 7vw; color:#fff; }
.nc-kicker { display:flex; align-items:center; gap:12px; margin-bottom:26px; color:var(--nc-blue); font-size:.68rem; font-weight:750; text-transform:uppercase; letter-spacing:.18em; }
.nc-hero .nc-kicker { color:#f0d8f7; }
.nc-kicker span { width:28px; height:1px; background:currentColor; }
.nc-wordmark { margin-bottom:26px; color:#fff; font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.28em; }
.nc-wordmark sup { color:var(--nc-aqua); font-size:.45em; vertical-align:super; }
.nc-hero h1 { max-width:780px; margin:0; font-size:clamp(3.5rem,6.1vw,7.1rem); font-weight:430; line-height:.91; letter-spacing:-.06em; }
.nc-intro { max-width:690px; margin:32px 0 0; color:#f1e6f4; font-size:clamp(.98rem,1.25vw,1.12rem); line-height:1.75; }
.nc-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.nc-button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:22px; padding:0 24px; border-radius:100px; font-size:.74rem; font-weight:750; letter-spacing:.035em; transition:transform .2s,box-shadow .2s; }
.nc-button:hover { transform:translateY(-2px); }
.nc-button-primary { background:linear-gradient(120deg,#7f1399,#a432bd); color:#fff; box-shadow:0 15px 34px rgba(127,19,153,.24); }
.nc-button-secondary { color:var(--nc-ink); border:1px solid var(--nc-line); background:rgba(255,255,255,.74); }
.nc-hero .nc-button-primary { background:#fff; color:#78138f; box-shadow:0 15px 38px rgba(45,10,55,.25); }
.nc-hero .nc-button-secondary { color:#fff; border-color:rgba(255,255,255,.5); background:rgba(255,255,255,.08); backdrop-filter:blur(8px); }
.nc-hero-facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); max-width:720px; margin:52px 0 0; padding-top:24px; border-top:1px solid rgba(255,255,255,.3); }
.nc-hero-facts div { padding:0 20px; border-right:1px solid rgba(255,255,255,.25); }
.nc-hero-facts div:first-child { padding-left:0; }.nc-hero-facts div:last-child { border-right:0; }
.nc-hero-facts dt { margin-bottom:8px; color:#dcb9e5; font-size:.58rem; font-weight:750; text-transform:uppercase; letter-spacing:.14em; }
.nc-hero-facts dd { margin:0; color:#fff; font-size:.82rem; font-weight:650; }
.nc-hero-media { position:absolute; inset:0; overflow:hidden; background:#68117e; }
.nc-hero-media img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.nc-hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(91,8,112,.96) 0%,rgba(127,19,153,.88) 42%,rgba(149,41,175,.68) 100%); mix-blend-mode:multiply; }
.nc-product-media { position:relative; overflow:hidden; background:linear-gradient(145deg,#fbf7fc,#efe2f3); }
.nc-product-media img { width:100%; height:100%; display:block; object-fit:contain; padding:32px; }
.nc-launch-stamp { width:148px; height:148px; position:absolute; z-index:4; top:7%; right:7%; display:grid; place-content:center; border-radius:50%; background:#fff; color:var(--nc-blue); box-shadow:0 18px 45px rgba(55,5,67,.22); text-align:center; }
.nc-launch-stamp span { margin-bottom:7px; font-size:.53rem; font-weight:750; text-transform:uppercase; letter-spacing:.16em; }
.nc-launch-stamp strong { font-size:1.45rem; line-height:.94; letter-spacing:-.04em; text-transform:uppercase; }
.nc-about,.nc-products,.nc-notify { padding:110px 7vw; }
.nc-section-index { margin-bottom:64px; color:var(--nc-blue); font-size:.66rem; font-weight:750; text-transform:uppercase; letter-spacing:.16em; }
.nc-about-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:9vw; align-items:start; }
.nc-about h2,.nc-products h2,.nc-quality h2,.nc-notify h2 { margin:0; font-size:clamp(2.7rem,5.2vw,5.8rem); font-weight:430; line-height:.96; letter-spacing:-.055em; }
.nc-about-grid>div { max-width:620px; }.nc-about-grid p { color:#58707d; line-height:1.75; }
.nc-about-grid .nc-lead { color:var(--nc-ink); font-size:clamp(1.1rem,1.7vw,1.45rem); line-height:1.5; }
.nc-principles { display:grid; grid-template-columns:repeat(3,1fr); margin-top:85px; border-top:1px solid var(--nc-line); border-left:1px solid var(--nc-line); }
.nc-principles article { min-height:230px; padding:30px; border-right:1px solid var(--nc-line); border-bottom:1px solid var(--nc-line); background:#fbfdfd; }
.nc-principles span { display:block; margin-bottom:58px; color:#5a899a; font-size:.65rem; letter-spacing:.12em; }
.nc-principles strong { display:block; margin-bottom:14px; font-size:1.08rem; }.nc-principles p { max-width:330px; margin:0; color:#627783; font-size:.82rem; line-height:1.65; }
.nc-products { background:#f5eef7; }
.nc-products-heading { display:grid; grid-template-columns:1fr 420px; gap:8vw; align-items:end; }.nc-products-heading>p { margin:0; color:#5c737f; font-size:.84rem; line-height:1.7; }
.nc-product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-top:76px; }
.nc-product-card { display:grid; grid-template-columns:.9fr 1.1fr; min-height:520px; overflow:hidden; border:1px solid var(--nc-line); background:#fff; }.nc-product-media { min-height:100%; }
.nc-product-media>span { position:absolute; z-index:2; left:24px; bottom:22px; color:#416d7d; font-size:.57rem; font-weight:700; text-transform:uppercase; letter-spacing:.11em; }
.nc-product-media b { position:absolute; z-index:3; top:24px; left:24px; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:#fff; color:var(--nc-blue); font-size:.65rem; }
.nc-product-body { display:flex; flex-direction:column; padding:38px 34px; }.nc-product-body>p:first-child { margin-bottom:24px; color:#608696; font-size:.62rem; font-weight:750; text-transform:uppercase; letter-spacing:.13em; }
.nc-product-body h3 { margin:0 0 16px; color:var(--nc-ink); font-size:clamp(2rem,3.2vw,3.5rem); font-weight:460; letter-spacing:-.05em; }
.nc-product-body>strong { display:block; margin-bottom:20px; color:#205d74; font-size:.88rem; line-height:1.5; }.nc-product-body>p:not(:first-child) { color:#5c717c; font-size:.82rem; line-height:1.67; }
.nc-product-body ul { display:grid; gap:10px; margin:auto 0 0; padding:22px 0 0; border-top:1px solid var(--nc-line); list-style:none; }.nc-product-body li { position:relative; padding-left:18px; color:#355565; font-size:.72rem; }
.nc-product-body li::before { content:""; width:6px; height:6px; position:absolute; top:.35em; left:0; border-radius:50%; background:var(--nc-aqua); }
.nc-quality { display:grid; grid-template-columns:1fr 1fr; gap:10vw; padding:110px 7vw; background:linear-gradient(135deg,#4d0c5e,#851aa0); color:#fff; }.nc-section-index-light { color:#deb9e7; }.nc-quality h2 em { color:#ebc8f2; }
.nc-quality-copy>p { max-width:610px; color:#eadbed; font-size:1.02rem; line-height:1.75; }.nc-quality ol { margin:42px 0 0; padding:0; border-top:1px solid rgba(255,255,255,.16); list-style:none; }
.nc-quality li { display:grid; grid-template-columns:48px 1fr; gap:16px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.16); color:#e3f0f2; font-size:.85rem; }.nc-quality li span { color:#84bec9; font-size:.66rem; letter-spacing:.1em; }
.nc-notify { display:grid; grid-template-columns:1fr minmax(360px,500px); gap:9vw; align-items:center; background:#fbf8fc; }.nc-notify>div:first-child>p:last-child { max-width:650px; margin-top:28px; color:#67566c; line-height:1.7; }
.nc-notify-card { padding:42px; border:1px solid var(--nc-line); background:#fff; box-shadow:0 24px 70px rgba(25,80,98,.09); }.nc-notify-card>span { display:block; margin-bottom:18px; color:var(--nc-blue); font-size:.64rem; font-weight:750; text-transform:uppercase; letter-spacing:.13em; }
.nc-notify-card>p { color:#607681; font-size:.84rem; line-height:1.65; }.nc-notify-card .nc-button { width:100%; margin-top:12px; }.nc-text-link { display:block; width:fit-content; margin:22px auto 0; color:var(--nc-blue); font-size:.75rem; font-weight:700; text-decoration:underline; text-underline-offset:4px; }
.nc-notify-card small { display:block; margin-top:22px; color:#7b8d95; font-size:.64rem; line-height:1.55; }
.nc-footer { display:grid; grid-template-columns:290px 1fr auto; gap:6vw; align-items:start; padding:58px 7vw; background:#2e0b38; color:#fff; }.nc-biome-footer img { filter:brightness(0) invert(1); }.nc-biome-footer span,.nc-biome-footer small { color:#fff; }
.nc-footer>p { max-width:780px; color:#9eb9c4; font-size:.68rem; line-height:1.65; }.nc-footer>div { display:flex; flex-direction:column; gap:14px; }.nc-footer>div a { color:#cce1e6; font-size:.7rem; font-weight:700; }
@media(max-width:1180px){.nc-header{grid-template-columns:230px 170px 1fr auto;gap:20px}.nc-official-logo img{width:152px}.nc-hero-copy{width:min(730px,72vw);padding-left:5vw}.nc-product-card{grid-template-columns:1fr}.nc-product-media{min-height:310px}}
@media(max-width:900px){.nc-header{grid-template-columns:1fr 160px auto}.nc-nav{display:none}.nc-hero-copy{width:100%;min-height:740px;padding:80px 7vw 65px}.nc-hero-media{min-height:100%}.nc-about-grid,.nc-products-heading,.nc-quality,.nc-notify{grid-template-columns:1fr}.nc-principles{grid-template-columns:1fr}.nc-principles article{min-height:0}.nc-principles span{margin-bottom:28px}.nc-product-grid{grid-template-columns:1fr}.nc-notify{gap:55px}.nc-footer{grid-template-columns:1fr}}
@media(max-width:620px){.nc-header{height:74px;grid-template-columns:1fr 120px auto;padding:0 20px}.nc-official-logo img{width:112px}.nc-back{font-size:0}.nc-back span{font-size:.9rem}.nc-biome img{width:38px;height:38px}.nc-biome span{display:none}.nc-hero{min-height:calc(100svh - 74px)}.nc-hero-copy{min-height:calc(100svh - 74px);padding:70px 24px 55px}.nc-hero h1{font-size:clamp(3.2rem,16vw,4.7rem)}.nc-intro{font-size:.94rem}.nc-actions{display:grid}.nc-button{width:100%}.nc-hero-facts{grid-template-columns:1fr;gap:14px}.nc-hero-facts div{padding:0 0 14px;border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.nc-hero-media{min-height:100%;}.nc-hero-media img{object-position:58% center}.nc-launch-stamp{width:104px;height:104px;top:20px;right:20px}.nc-launch-stamp strong{font-size:1rem}.nc-about,.nc-products,.nc-notify,.nc-quality{padding:82px 24px}.nc-section-index{margin-bottom:46px}.nc-principles{margin-top:55px}.nc-principles article{padding:26px}.nc-products-heading{gap:34px}.nc-product-grid{margin-top:48px}.nc-product-card{min-height:0}.nc-product-media{min-height:300px}.nc-product-media img{padding:22px}.nc-product-body{padding:30px 25px}.nc-product-body ul{margin-top:28px}.nc-notify-card{padding:30px 24px}.nc-footer{padding:48px 24px}}
@media(prefers-reduced-motion:reduce){.nc-button{transition:none}}

.brand-loader { display: none !important; }
