:root {
  --ink: #0b1633;
  --ink-soft: #142653;
  --electric: #2563ff;
  --sky: #0ea5ff;
  --cyan: #06b6d4;
  --aqua: #2dd4bf;
  --violet: #8b5cf6;
  --pale: #e0f2fe;
  --paper: #f8fafc;
  --text: #17264a;
  --muted: #52637f;
  --line: #c7d9ec;
  --display: "Plus Jakarta Sans", sans-serif;
  --body: Inter, sans-serif;
  --ease-out: cubic-bezier(.2, .75, .22, 1);
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.62; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--display); }
h1 { margin-bottom: 1.2rem; font-size: clamp(3.25rem, 4.6vw, 5.3rem); font-weight: 700; letter-spacing: -.065em; line-height: .98; }
h2 { margin-bottom: .9rem; font-size: clamp(2.15rem, 4.1vw, 4.25rem); letter-spacing: -.06em; line-height: 1.02; }
h3 { margin-bottom: .6rem; font-size: 1.24rem; letter-spacing: -.035em; line-height: 1.2; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.wrap { width: min(100% - 48px, 1280px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .65rem 1rem; border-radius: .35rem; background: #fff; color: var(--ink); font-weight: 700; text-decoration: none; transition: top 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.skip:focus { top: 1rem; box-shadow: 0 12px 30px rgb(0 0 0 / 24%); transform: translateY(0); }
.eyebrow, .card-label { margin-bottom: .9rem; color: var(--electric); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
.lede, .section-lead { max-width: 47rem; color: var(--muted); font-size: clamp(1.02rem, 1.45vw, 1.2rem); line-height: 1.74; }
.section { position: relative; padding-block: clamp(4.5rem, 9vw, 8.5rem); }
.section-heading { max-width: 55rem; margin-bottom: clamp(2.5rem, 5vw, 4.75rem); }
.section-soft { background: #eef8ff; }
.section-ink { overflow: hidden; background: var(--ink); }
.section-ink h2 { color: #fff; }
.section-ink .section-lead { color: #d7e6ff; }
.section-ink .eyebrow { color: var(--aqua); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid rgb(255 255 255 / 10%); background: #0b1633; backdrop-filter: blur(16px); transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease; }
.site-header.is-stuck { border-color: rgb(163 200 255 / 26%); background: #0b1633; box-shadow: 0 12px 32px rgb(3 10 29 / 28%); transform: translateY(0); }
.header-inner { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 1.75rem; }
.brand { display: block; flex: 0 0 auto; width: 192px; transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease; }
.brand:hover { opacity: .9; filter: brightness(1.15); transform: translateY(-1px); }
.brand img { width: 192px; height: 64px; object-fit: contain; }
.site-nav ul, .footer-nav, .keyword-line { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.15rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: inline-flex; min-height: 42px; align-items: center; padding: .45rem .15rem; color: #d8e8ff; font-size: .86rem; font-weight: 600; text-decoration: none; transition: color 180ms ease, opacity 180ms ease, transform 180ms ease, text-shadow 180ms ease; }
.site-nav a::after { position: absolute; right: .15rem; bottom: .25rem; left: .15rem; height: 2px; background: var(--aqua); content: ""; opacity: 0; transform: scaleX(.3); transform-origin: left; transition: opacity 180ms ease, transform 180ms ease, background 180ms ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; text-shadow: 0 0 18px rgb(45 212 191 / 48%); transform: translateY(-1px); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); background: var(--aqua); }
.site-nav .nav-cta { min-height: 42px; margin-left: .45rem; padding: .55rem .9rem; border: 1px solid rgb(155 200 255 / 54%); border-radius: 999px; background-color: #2563ff; background-image: linear-gradient(105deg, rgb(37 99 255 / 92%), rgb(99 102 241 / 92%)); color: #fff; transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.site-nav .nav-cta::after { display: none; }
.site-nav .nav-cta:hover { border-color: var(--aqua); background: linear-gradient(105deg, #2563ff, #6366f1); box-shadow: 0 10px 24px rgb(37 99 255 / 28%); transform: translateY(-2px); }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgb(173 214 255 / 48%); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease; }
.menu-toggle:hover { border-color: var(--aqua); background: rgb(45 212 191 / 14%); color: var(--aqua); transform: rotate(4deg); }
.menu-toggle svg { width: 22px; transition: transform 180ms ease, opacity 180ms ease, color 180ms ease; }
.menu-toggle:hover svg { transform: scale(1.08); opacity: .95; }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.1rem .75rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-family: var(--display); font-size: .88rem; font-weight: 700; text-decoration: none; transition: transform 180ms var(--ease-out), box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease; }
.btn-primary { background-color: var(--electric); background-image: linear-gradient(100deg, var(--electric), var(--violet)); box-shadow: 0 16px 32px rgb(37 99 255 / 27%); color: #fff; }
.btn-primary:hover { background: linear-gradient(100deg, #0d55ff, #7c3aed); box-shadow: 0 20px 38px rgb(37 99 255 / 38%); color: #fff; transform: translateY(-3px) scale(1.01); }
.btn-primary:active { box-shadow: 0 8px 16px rgb(37 99 255 / 24%); transform: translateY(0) scale(.99); }
.btn .arrow-icon { width: 19px; transition: transform 180ms ease, opacity 180ms ease, color 180ms ease; }
.btn:hover .arrow-icon { transform: translateX(3px); opacity: .96; }
.inline-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--electric); font-family: var(--display); font-size: .9rem; font-weight: 700; text-decoration: none; transition: color 180ms ease, gap 180ms ease, transform 180ms ease, text-shadow 180ms ease; }
.inline-link:hover { color: #1747c5; gap: .7rem; text-shadow: 0 4px 16px rgb(37 99 255 / 16%); transform: translateX(2px); }
.inline-link svg { width: 18px; transition: transform 180ms ease, opacity 180ms ease, color 180ms ease; }
.inline-link:hover svg { transform: translateX(2px); opacity: .92; }
.arrow-icon, .external-icon { width: 18px; flex: 0 0 auto; }

.family-hero { position: relative; min-height: 760px; overflow: hidden; padding: 140px 0 58px; background: var(--ink); color: #e7f2ff; isolation: isolate; }
.family-hero::before { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 79% 38%, rgb(14 165 255 / 38%), transparent 23%), radial-gradient(circle at 62% 88%, rgb(139 92 246 / 25%), transparent 27%), linear-gradient(130deg, #0b1633 0%, #0b1633 52%, #10285a 100%); content: ""; }
.family-hero::after { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px); background-size: 58px 58px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 84%); opacity: .34; transform: perspective(720px) rotateX(58deg) translateY(31%); transform-origin: bottom; }
.family-hero-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); align-items: center; gap: clamp(1rem, 4vw, 4.25rem); }
.family-hero-copy { position: relative; z-index: 2; max-width: 750px; }
.family-hero h1 { max-width: 11em; color: #fff; }
.family-hero .eyebrow { color: var(--aqua); }
.family-hero .lede { color: #d3e6ff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.5rem; }
.keyword-line { gap: .5rem 1.15rem; color: #b4d9ff; font-size: .78rem; font-weight: 600; }
.keyword-line li { transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.keyword-line li::before { display: inline-block; width: 10px; height: 1px; margin-right: .45rem; background: var(--aqua); content: ""; transform: scaleX(1); transition: background 180ms ease, transform 180ms ease, opacity 180ms ease; }
.keyword-line li:hover { color: #fff; transform: translateX(3px); }
.keyword-line li:hover::before { background: var(--sky); transform: scaleX(1.45); }
.home-hero-art { position: relative; z-index: 1; margin: 0; animation: hero-art-enter 800ms var(--ease-out) both; transform: translateY(0) rotate(0); transition: filter 320ms ease, transform 320ms var(--ease-out), opacity 320ms ease; }
.home-hero-art::before { position: absolute; z-index: -1; inset: 7% 9% 8%; border-radius: 50%; background: radial-gradient(circle, rgb(45 212 191 / 35%), rgb(37 99 255 / 16%) 48%, transparent 72%); content: ""; filter: blur(20px); transform: scale(.94); transition: opacity 320ms ease, transform 320ms ease, filter 320ms ease; }
.home-hero-art:hover { filter: saturate(1.08) brightness(1.06); transform: translateY(-7px) rotate(-1deg); }
.home-hero-art:hover::before { filter: blur(28px); opacity: .9; transform: scale(1.05); }
.home-hero-art img { width: min(100%, 700px); margin-inline: auto; object-fit: contain; transform: translateZ(0); transition: transform 320ms var(--ease-out), filter 320ms ease, opacity 320ms ease; }
.home-hero-art:hover img { filter: drop-shadow(0 28px 50px rgb(0 0 0 / 25%)); transform: translateZ(0) scale(1.015); }
.hero-decor, .hero-orbits { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.hero-decor i { position: absolute; border: 1px solid rgb(160 220 255 / 24%); border-radius: 50%; transition: opacity 300ms ease, transform 300ms ease, border-color 300ms ease; }
.hero-decor i:nth-child(1) { width: 520px; height: 520px; top: -230px; left: -190px; transform: translate3d(0, var(--parallax-y, 0), 0); }
.hero-decor i:nth-child(2) { width: 350px; height: 350px; top: 18%; right: 4%; border-color: rgb(45 212 191 / 24%); transform: translate3d(0, var(--parallax-y, 0), 0); }
.hero-decor i:nth-child(3) { width: 12px; height: 12px; right: 39%; bottom: 28%; background: var(--aqua); box-shadow: 0 0 0 12px rgb(45 212 191 / 12%), 0 0 28px var(--aqua); animation: ping 2.8s ease-in-out infinite; transform: scale(1); }
.hero-orbits i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 15px var(--aqua); animation: orbit-drift 9s linear infinite; transition: opacity 200ms ease, transform 200ms ease, box-shadow 200ms ease; }
.hero-orbits i:nth-child(1) { top: 22%; left: 53%; animation-delay: -1s; transform: translateX(0); }
.hero-orbits i:nth-child(2) { top: 64%; left: 70%; background: var(--violet); box-shadow: 0 0 15px var(--violet); animation-delay: -4s; transform: translateX(0); }
.hero-orbits i:nth-child(3) { top: 31%; right: 10%; background: var(--sky); box-shadow: 0 0 15px var(--sky); animation-delay: -6s; transform: translateX(0); }
.hero-orbits i:nth-child(4) { bottom: 22%; left: 42%; background: #fff; box-shadow: 0 0 15px #fff; animation-delay: -8s; transform: translateX(0); }
.motion-marquee { position: absolute; right: 0; bottom: 0; left: 0; height: 48px; overflow: hidden; border-top: 1px solid rgb(191 227 255 / 16%); background: rgb(4 13 35 / 34%); }
.motion-marquee-track { display: flex; width: max-content; height: 100%; align-items: center; gap: 3.5rem; padding-left: 3.5rem; color: #9dc9ff; font-family: var(--display); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; animation: marquee 25s linear infinite; transform: translateX(0); transition: color 180ms ease, opacity 180ms ease, transform 180ms ease; }
.motion-marquee-track span { position: relative; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.motion-marquee-track span::before { position: absolute; top: 50%; left: -1.9rem; width: 5px; height: 5px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px var(--aqua); content: ""; transform: translateY(-50%) scale(1); transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease; }

.problem-section { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.capability-grid article { position: relative; min-height: 260px; padding: 1.4rem 1.25rem 1.5rem 0; border-bottom: 1px solid var(--line); transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-out); }
.capability-grid article + article { padding-left: 1.25rem; border-left: 1px solid var(--line); }
.capability-grid article::before { display: block; width: 28px; height: 3px; margin-bottom: 2rem; background: linear-gradient(90deg, var(--electric), var(--aqua)); content: ""; transform: scaleX(.62); transform-origin: left; transition: transform 220ms var(--ease-out), width 220ms ease, background 220ms ease; }
.capability-grid article:hover { z-index: 1; background: #f4fbff; border-color: #9bc9ed; box-shadow: 0 18px 38px rgb(37 99 255 / 11%); transform: translateY(-7px); }
.capability-grid article:hover::before { width: 42px; background: linear-gradient(90deg, var(--sky), var(--violet)); transform: scaleX(1); }
.capability-grid article h3 { transition: color 220ms ease, transform 220ms ease, letter-spacing 220ms ease; }
.capability-grid article:hover h3 { color: var(--electric); letter-spacing: -.045em; transform: translateX(2px); }
.capability-grid article p { color: var(--muted); font-size: .93rem; transition: color 220ms ease, transform 220ms ease, opacity 220ms ease; }
.capability-grid article:hover p { color: #354a71; transform: translateY(1px); }

.system-section, .hamia-section { overflow: hidden; background: var(--ink); color: #d8eaff; }
.system-section h2, .hamia-section h2 { color: #fff; }
.system-section .eyebrow, .hamia-section .eyebrow { color: var(--aqua); }
.hamia-strip { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr); align-items: center; gap: clamp(2rem, 8vw, 8rem); }
.hamia-strip > div:first-child { max-width: 700px; }
.hamia-strip p { color: #c5dcff; }
.hamia-action { margin-top: 1.5rem; }
.system-section .inline-link, .hamia-section .inline-link { color: #9ed6ff; }
.system-section .inline-link:hover, .hamia-section .inline-link:hover { color: #fff; }
.flow-diagram { position: relative; height: 250px; transition: transform 320ms var(--ease-out), filter 320ms ease, opacity 320ms ease; }
.flow-diagram::before, .flow-diagram::after { position: absolute; top: 50%; left: 6%; width: 88%; height: 2px; background: linear-gradient(90deg, var(--electric), var(--aqua), var(--violet)); content: ""; transform: translateY(-50%) scaleX(1); transition: transform 300ms ease, opacity 300ms ease, filter 300ms ease; }
.flow-diagram::after { filter: blur(9px); opacity: .75; transform: translateY(-50%) scaleX(.94); }
.flow-diagram:hover { filter: brightness(1.15); transform: scale(1.02); }
.flow-diagram:hover::before { transform: translateY(-50%) scaleX(1.06); }
.flow-diagram i { position: absolute; top: 50%; width: 22px; height: 22px; border: 4px solid var(--ink); border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 1px var(--aqua), 0 0 20px rgb(45 212 191 / 66%); animation: node-pulse 3.6s ease-in-out infinite; transform: translate(-50%, -50%) scale(1); transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.flow-diagram i:nth-child(1) { left: 7%; animation-delay: -.5s; }
.flow-diagram i:nth-child(2) { left: 27%; background: var(--sky); box-shadow: 0 0 0 1px var(--sky), 0 0 20px rgb(14 165 255 / 66%); animation-delay: -1.1s; }
.flow-diagram i:nth-child(3) { left: 50%; background: #fff; box-shadow: 0 0 0 1px #fff, 0 0 20px rgb(255 255 255 / 66%); animation-delay: -1.8s; }
.flow-diagram i:nth-child(4) { left: 72%; background: var(--violet); box-shadow: 0 0 0 1px var(--violet), 0 0 20px rgb(139 92 246 / 66%); animation-delay: -2.4s; }
.flow-diagram i:nth-child(5) { left: 93%; animation-delay: -3.1s; }
.flow-diagram:hover i { transform: translate(-50%, -50%) scale(1.18); }

.step-line { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #abc9e3; }
.step-line article { position: relative; padding: 1.35rem 1.25rem 1.1rem 0; border-bottom: 1px solid #abc9e3; transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-out); }
.step-line article + article { padding-left: 1.25rem; border-left: 1px solid #abc9e3; }
.step-line article > span { display: block; margin-bottom: 3.25rem; color: var(--electric); font-family: var(--display); font-size: .75rem; font-weight: 700; letter-spacing: .12em; transition: color 220ms ease, transform 220ms ease, opacity 220ms ease; }
.step-line article h3 { transition: color 220ms ease, transform 220ms ease, letter-spacing 220ms ease; }
.step-line article p { color: var(--muted); font-size: .92rem; transition: color 220ms ease, transform 220ms ease, opacity 220ms ease; }
.step-line article:hover { z-index: 1; background: #fff; border-color: var(--sky); box-shadow: 0 18px 34px rgb(37 99 255 / 11%); transform: translateY(-7px); }
.step-line article:hover > span { color: var(--violet); opacity: .9; transform: translateX(3px); }
.step-line article:hover h3 { color: var(--electric); letter-spacing: -.045em; transform: translateX(2px); }
.step-line article:hover p { color: #354a71; transform: translateY(1px); }

.hamia-product { background-color: #111f4a; background-image: linear-gradient(120deg, #0b1633, #111f4a 50%, #1b2861); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; width: min(100%, 320px); margin-inline: auto; transform: rotate(-8deg); transition: transform 340ms var(--ease-out), filter 340ms ease, opacity 340ms ease; }
.signal-grid:hover { filter: brightness(1.15); transform: rotate(0) scale(1.04); }
.signal-grid i { aspect-ratio: 1; border: 1px solid rgb(160 220 255 / 42%); border-radius: 14px; background: linear-gradient(145deg, rgb(14 165 255 / 45%), rgb(139 92 246 / 14%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%), 0 12px 30px rgb(0 0 0 / 19%); animation: signal-float 4.4s ease-in-out infinite; transform: translateY(0) rotate(0); transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-out); }
.signal-grid i:nth-child(2n) { background: linear-gradient(145deg, rgb(45 212 191 / 42%), rgb(37 99 255 / 12%)); animation-delay: -1.2s; }
.signal-grid i:nth-child(3n) { background: linear-gradient(145deg, rgb(139 92 246 / 43%), rgb(14 165 255 / 14%)); animation-delay: -2.1s; }
.signal-grid i:hover { border-color: var(--aqua); box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%), 0 18px 36px rgb(14 165 255 / 28%); transform: translateY(-8px) rotate(3deg); }

.reason-grid, .principle-grid, .situation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgb(169 211 255 / 25%); background: rgb(169 211 255 / 25%); }
.reason-grid article, .principle-grid article, .situation-grid article { min-height: 230px; padding: 1.75rem; background: rgb(11 22 51 / 42%); transition: background 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-out), border-color 220ms ease; }
.reason-grid article:hover, .principle-grid article:hover, .situation-grid article:hover { z-index: 1; background: rgb(22 47 104 / 78%); box-shadow: 0 20px 36px rgb(0 0 0 / 20%); transform: translateY(-7px); }
.reason-grid h3, .principle-grid h3, .situation-grid h3 { color: #fff; transition: color 220ms ease, transform 220ms ease, letter-spacing 220ms ease; }
.reason-grid article:hover h3, .principle-grid article:hover h3, .situation-grid article:hover h3 { color: var(--aqua); letter-spacing: -.045em; transform: translateX(3px); }
.reason-grid p, .principle-grid p, .situation-grid p { color: #c9dcf7; font-size: .93rem; transition: color 220ms ease, transform 220ms ease, opacity 220ms ease; }
.reason-grid article:hover p, .principle-grid article:hover p, .situation-grid article:hover p { color: #eef7ff; transform: translateY(1px); }
.principle-grid, .situation-grid { border-color: #b9d5eb; background: #b9d5eb; }
.principle-grid article, .situation-grid article { background: #fff; }
.principle-grid h3, .situation-grid h3 { color: var(--ink); }
.principle-grid p, .situation-grid p { color: var(--muted); }
.principle-grid article:hover, .situation-grid article:hover { background: #f2faff; box-shadow: 0 20px 36px rgb(37 99 255 / 11%); }
.principle-grid article:hover h3, .situation-grid article:hover h3 { color: var(--electric); }
.principle-grid article:hover p, .situation-grid article:hover p { color: #354a71; }

.faq-shell { display: grid; grid-template-columns: minmax(0, .75fr) minmax(360px, 1.25fr); gap: clamp(2rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid #aac8e2; }
.faq-list details { border-bottom: 1px solid #aac8e2; transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms var(--ease-out); }
.faq-list details:hover { background: #f3faff; box-shadow: 0 12px 24px rgb(37 99 255 / 7%); transform: translateX(5px); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem .25rem; cursor: pointer; font-family: var(--display); font-weight: 700; list-style: none; transition: color 180ms ease, padding 180ms ease, background 180ms ease, transform 180ms ease; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--electric); padding-left: .55rem; transform: translateX(1px); }
.faq-list summary .arrow-icon { transition: transform 180ms ease, color 180ms ease, opacity 180ms ease; }
.faq-list details[open] summary { color: var(--electric); }
.faq-list details[open] summary .arrow-icon { color: var(--violet); transform: rotate(90deg); }
.faq-list details p { max-width: 46rem; margin: 0 2rem 1.25rem .55rem; color: var(--muted); transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.faq-list details[open] p { color: #354a71; transform: translateY(0); }

.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.news-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #bdd8eb; background: #fff; color: var(--ink); text-decoration: none; transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-out), background 220ms ease; }
.news-card:hover { border-color: #73b8ed; background: #f8fcff; box-shadow: 0 22px 42px rgb(37 99 255 / 14%); color: var(--ink); transform: translateY(-8px); }
.news-card > img { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; transform: scale(1); transition: transform 420ms var(--ease-out), filter 420ms ease, opacity 420ms ease; }
.news-card:hover > img { filter: saturate(1.1) contrast(1.03); transform: scale(1.045); }
.news-card-copy { display: flex; min-height: 254px; flex: 1; flex-direction: column; padding: 1.5rem; }
.news-card time { display: block; margin-bottom: 1.5rem; color: var(--electric); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.news-card h3 { font-size: 1.32rem; transition: color 220ms ease, transform 220ms ease, letter-spacing 220ms ease; }
.news-card p { margin-bottom: 1.35rem; color: var(--muted); font-size: .92rem; transition: color 220ms ease, transform 220ms ease, opacity 220ms ease; }
.news-card:hover time { color: var(--violet); transform: translateX(3px); }
.news-card:hover h3 { color: var(--electric); letter-spacing: -.045em; transform: translateX(2px); }
.news-card:hover p { color: #354a71; transform: translateY(1px); }
.card-more { display: inline-flex; align-items: center; gap: .45rem; margin-top: auto; color: var(--electric); font-family: var(--display); font-size: .8rem; font-weight: 700; transition: color 180ms ease, gap 180ms ease, transform 180ms ease, opacity 180ms ease; }
.card-more svg { width: 17px; transition: transform 180ms ease, color 180ms ease, opacity 180ms ease; }
.news-card:hover .card-more { gap: .65rem; transform: translateX(2px); }
.news-card:hover .card-more svg { transform: translateX(2px); }

.contact-cta { overflow: hidden; background: linear-gradient(110deg, #eff9ff, #e3f1ff 42%, #f5efff); }
.contact-cta::before { position: absolute; top: -190px; right: -160px; width: 440px; height: 440px; border: 1px solid rgb(37 99 255 / 18%); border-radius: 50%; content: ""; transform: scale(1); transition: transform 520ms var(--ease-out), border-color 520ms ease, opacity 520ms ease; }
.contact-cta:hover::before { border-color: rgb(139 92 246 / 35%); transform: scale(1.12); }
.contact-cta .wrap { position: relative; max-width: 800px; margin-left: max(24px, calc((100% - 1280px) / 2)); }
.contact-cta p:not(.eyebrow) { max-width: 42rem; color: var(--muted); }

.subhero { position: relative; display: grid; min-height: 510px; align-items: end; overflow: hidden; padding: 174px 0 74px; background: var(--ink); isolation: isolate; }
.subhero-image, .subhero-shade, .subhero-lines { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.subhero-image { object-fit: cover; opacity: .5; transform: scale(1.03); transition: transform 700ms var(--ease-out), filter 700ms ease, opacity 700ms ease; }
.subhero:hover .subhero-image { filter: saturate(1.12); opacity: .58; transform: scale(1.07); }
.subhero-shade { z-index: -1; background: linear-gradient(90deg, rgb(11 22 51 / 96%), rgb(11 22 51 / 83%) 48%, rgb(11 22 51 / 44%)), linear-gradient(0deg, rgb(11 22 51 / 52%), transparent); transition: background 320ms ease, opacity 320ms ease, transform 320ms ease; }
.subhero-lines { z-index: -1; overflow: hidden; transition: opacity 320ms ease, transform 320ms ease, filter 320ms ease; }
.subhero-lines i { position: absolute; width: 50vw; height: 50vw; border: 1px solid rgb(135 213 255 / 28%); border-radius: 50%; animation: subhero-orbit 12s linear infinite; transform: translate3d(0, 0, 0); transition: border-color 320ms ease, opacity 320ms ease, transform 320ms ease; }
.subhero-lines i:nth-child(1) { top: -22vw; right: -7vw; }
.subhero-lines i:nth-child(2) { top: -8vw; right: 8vw; border-color: rgb(45 212 191 / 25%); animation-delay: -4s; }
.subhero-lines i:nth-child(3) { top: 17vw; right: -18vw; border-color: rgb(139 92 246 / 25%); animation-delay: -8s; }
.subhero:hover .subhero-lines { filter: brightness(1.2); transform: translateX(-8px); }
.subhero:hover .subhero-lines i { border-color: rgb(45 212 191 / 42%); }
.subhero-grid { position: relative; z-index: 1; }
.subhero h1 { max-width: 11em; color: #fff; }
.subhero .eyebrow { color: var(--aqua); }
.subhero .lede { color: #d6eaff; }

.statement-copy, .reading-copy { max-width: 790px; }
.statement-text, .reading-copy > p:not(.eyebrow) { color: #354a71; font-size: 1.08rem; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.catalog-card { min-height: 320px; padding: clamp(1.75rem, 4vw, 3.25rem); border: 1px solid #a7cbe7; background: linear-gradient(145deg, #edf9ff, #fff); transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms var(--ease-out), background 240ms ease; }
.catalog-card:hover { border-color: var(--sky); background: #fff; box-shadow: 0 24px 44px rgb(37 99 255 / 13%); transform: translateY(-8px); }
.catalog-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); transition: color 220ms ease, transform 220ms ease, letter-spacing 220ms ease; }
.catalog-card:hover h2 { color: var(--electric); letter-spacing: -.07em; transform: translateX(3px); }
.catalog-card p { color: var(--muted); transition: color 220ms ease, transform 220ms ease, opacity 220ms ease; }
.catalog-card:hover p { color: #354a71; transform: translateY(1px); }
.catalog-custom { border-color: #c6b8f2; background: linear-gradient(145deg, #f7f4ff, #fff); }
.catalog-custom:hover { border-color: var(--violet); box-shadow: 0 24px 44px rgb(139 92 246 / 14%); }
.catalog-custom .card-label { color: var(--violet); }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .54fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.channel-list { border-top: 1px solid #abc9e3; }
.channel { display: grid; grid-template-columns: 38px 1fr 22px; gap: 1rem; align-items: center; padding: 1.1rem .25rem; border-bottom: 1px solid #abc9e3; color: var(--ink); text-decoration: none; transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms var(--ease-out); }
.channel:hover { background: #f0faff; border-color: var(--sky); box-shadow: 0 12px 24px rgb(37 99 255 / 9%); transform: translateX(6px); }
.channel-icon { width: 31px; color: var(--electric); transition: color 180ms ease, transform 180ms ease, filter 180ms ease; }
.channel:hover .channel-icon { color: var(--violet); filter: drop-shadow(0 4px 7px rgb(139 92 246 / 22%)); transform: scale(1.08) rotate(-4deg); }
.channel small, .channel strong, .channel em { display: block; }
.channel small { color: var(--muted); font-family: var(--display); font-size: .68rem; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.channel strong { font-family: var(--display); font-size: 1.05rem; transition: color 180ms ease, transform 180ms ease, letter-spacing 180ms ease; }
.channel em { color: var(--muted); font-size: .87rem; font-style: normal; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.channel > .arrow-icon { transition: transform 180ms ease, color 180ms ease, opacity 180ms ease; }
.channel:hover small { color: var(--electric); transform: translateX(2px); }
.channel:hover strong { color: var(--electric); letter-spacing: -.025em; transform: translateX(2px); }
.channel:hover em { color: #354a71; transform: translateX(2px); }
.channel:hover > .arrow-icon { color: var(--violet); transform: translateX(3px); }
.contact-aside { position: relative; overflow: hidden; padding: 2rem; text-align: center; }
.contact-aside::before { position: absolute; inset: 7%; background: url("/img/circuit.svg") center / contain no-repeat; content: ""; opacity: .42; transform: rotate(-8deg) scale(.94); transition: opacity 280ms ease, transform 280ms var(--ease-out), filter 280ms ease; }
.contact-aside:hover::before { filter: hue-rotate(16deg); opacity: .6; transform: rotate(0) scale(1.03); }
.contact-aside img { width: min(100%, 260px); margin: 0 auto 1rem; filter: drop-shadow(0 24px 30px rgb(37 99 255 / 22%)); animation: mark-breathe 5s ease-in-out infinite; transform: translateY(0); transition: filter 280ms ease, transform 280ms var(--ease-out), opacity 280ms ease; }
.contact-aside > img, .contact-aside > p { position: relative; z-index: 1; }
.contact-aside:hover img { filter: drop-shadow(0 31px 38px rgb(139 92 246 / 31%)); transform: translateY(-8px) rotate(-2deg); }
.contact-aside .contact-wordmark { width: min(100%, 188px); height: auto; margin: 0 auto 1.1rem; animation: none; filter: none; transform: none; transition: filter 220ms ease, opacity 220ms ease, transform 220ms var(--ease-out); }
.contact-aside:hover .contact-wordmark { filter: brightness(1.08); transform: translateY(-2px); }
.contact-aside p { color: var(--muted); font-family: var(--display); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.contact-aside:hover p { color: var(--electric); transform: translateY(2px); }
.prepare-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: clamp(2rem, 8vw, 7rem); }
.prepare-grid ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: prepare; }
.prepare-grid li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid #abc9e3; transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms var(--ease-out); }
.prepare-grid li:last-child { border-bottom: 1px solid #abc9e3; }
.prepare-grid li::before { color: var(--electric); content: counter(prepare, decimal-leading-zero); counter-increment: prepare; font-family: var(--display); font-weight: 700; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.prepare-grid li:hover { background: #f3faff; border-color: var(--sky); box-shadow: 0 12px 24px rgb(37 99 255 / 8%); transform: translateX(5px); }
.prepare-grid li:hover::before { color: var(--violet); transform: translateX(4px); }

.article-hero { position: relative; min-height: 580px; overflow: hidden; padding: 174px 0 80px; background: var(--ink); isolation: isolate; }
.article-cover, .article-cover-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.article-cover { object-fit: cover; opacity: .48; transform: scale(1.04); transition: transform 750ms var(--ease-out), filter 750ms ease, opacity 750ms ease; }
.article-hero:hover .article-cover { filter: saturate(1.1); opacity: .58; transform: scale(1.09); }
.article-cover-shade { z-index: -1; background: linear-gradient(90deg, rgb(11 22 51 / 96%), rgb(11 22 51 / 79%) 56%, rgb(11 22 51 / 42%)); transition: background 320ms ease, opacity 320ms ease, transform 320ms ease; }
.article-hero .wrap { position: relative; }
.article-hero .eyebrow { color: var(--aqua); }
.article-hero time { display: block; margin-bottom: 1rem; color: #b8d9ff; font-family: var(--display); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-hero h1 { max-width: 12em; color: #fff; }
.article-hero .lede { color: #d7e9ff; }
.article-body { max-width: 760px; padding-block: clamp(4rem, 8vw, 7rem); }
.article-paragraph { color: #354a71; font-size: 1.08rem; }
.article-cta { padding-block: 5rem; }
.not-found { min-height: 72vh; padding: 190px 0 100px; background: var(--ink); }
.not-found h1 { max-width: 10em; color: #fff; }
.not-found .lede { color: #d7e9ff; }

.site-footer { overflow: hidden; background: #081126; color: #d2e4ff; }
.footer-ribbon { height: 4px; background: linear-gradient(90deg, var(--electric), var(--cyan), var(--aqua), var(--violet)); background-size: 240% 100%; animation: ribbon-shift 8s ease infinite; transform: translateX(0); transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease; }
.footer-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; padding: 3.25rem 0 2.4rem; }
.footer-brand { display: block; width: 192px; transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease; }
.footer-brand:hover { filter: brightness(1.15); opacity: .95; transform: translateY(-2px); }
.footer-brand img { width: 192px; height: 64px; object-fit: contain; }
.footer-inner p { max-width: 29rem; margin: .9rem 0 0; color: #9fc0e6; }
.footer-nav { justify-content: flex-end; }
.footer-nav a { display: inline-flex; align-items: center; gap: .35rem; color: #d2e4ff; font-size: .88rem; text-decoration: none; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease, text-shadow 180ms ease; }
.footer-nav a:hover { color: var(--aqua); text-shadow: 0 0 16px rgb(45 212 191 / 32%); transform: translateY(-2px); }
.footer-nav .external-icon { width: 14px; transition: transform 180ms ease, opacity 180ms ease, color 180ms ease; }
.footer-nav a:hover .external-icon { transform: translate(2px, -2px); }
.legal { text-align: right; font-size: .82rem; transition: color 180ms ease, transform 180ms ease, opacity 180ms ease; }
.legal:hover { color: #fff; transform: translateX(-2px); }

.js [data-anim].anim { opacity: 0; transform: translateY(24px); transition: opacity 620ms ease var(--anim-delay, 0ms), transform 620ms var(--ease-out) var(--anim-delay, 0ms), filter 620ms ease var(--anim-delay, 0ms); }
.js [data-anim].anim-img { filter: blur(3px); transform: translateY(18px) scale(.97); }
.js [data-anim].anim-in { filter: none; opacity: 1; transform: none; }
.word-cache { display: inline-block; overflow: hidden; vertical-align: bottom; transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease; }
.word-inner { display: inline-block; transform: translateY(108%); transition: transform 560ms var(--ease-out) var(--anim-delay, 0ms), opacity 560ms ease var(--anim-delay, 0ms), filter 560ms ease var(--anim-delay, 0ms); }
.anim-in .word-inner { transform: none; }
body[data-effects="none"] *, body[data-effects="none"] *::before, body[data-effects="none"] *::after { animation: none !important; }

@keyframes hero-art-enter { from { opacity: 0; transform: translateY(36px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes orbit-drift { 0% { opacity: .4; transform: translate(0, 0) scale(.7); } 45% { opacity: 1; transform: translate(34px, -24px) scale(1.2); } 100% { opacity: .4; transform: translate(0, 0) scale(.7); } }
@keyframes ping { 0%, 100% { opacity: .6; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes node-pulse { 0%, 100% { transform: translate(-50%, -50%) scale(.85); } 50% { transform: translate(-50%, -50%) scale(1.18); } }
@keyframes signal-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-13px) rotate(3deg); } }
@keyframes subhero-orbit { from { transform: rotate(0) translateX(0); } to { transform: rotate(360deg) translateX(0); } }
@keyframes mark-breathe { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-8px) scale(1.025); } }
@keyframes ribbon-shift { 0%, 100% { background-position: 0 0; } 50% { background-position: 100% 0; } }

@media (max-width: 1040px) {
  .family-hero { min-height: 730px; }
  .family-hero-shell { grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr); gap: 1.5rem; }
  .capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .capability-grid article:nth-child(4) { padding-left: 0; border-left: 0; }
  .capability-grid article:nth-child(3) { border-right: 0; }
  .faq-shell { grid-template-columns: 1fr; }
  .contact-cta .wrap { margin-inline: auto; }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 36px, 680px); }
  .header-inner { min-height: 80px; gap: .8rem; }
  .brand, .brand img { width: 174px; height: 58px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: .7rem 18px 1rem; border-bottom: 1px solid rgb(163 200 255 / 26%); background: rgb(11 22 51 / 98%); }
  .site-nav.open { display: block; animation: nav-drop 180ms var(--ease-out) both; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: .1rem; }
  .site-nav a { width: 100%; padding-inline: .5rem; }
  .site-nav .nav-cta { margin: .25rem 0 0; justify-content: center; }
  .family-hero { min-height: auto; padding: 132px 0 74px; }
  .family-hero-shell { grid-template-columns: 1fr; }
  .family-hero-copy { max-width: 660px; }
  .home-hero-art { max-width: 580px; margin-inline: auto; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-grid article:nth-child(4) { padding-left: 1.25rem; border-left: 1px solid var(--line); }
  .capability-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .step-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-line article:nth-child(3) { padding-left: 0; border-left: 0; }
  .reason-grid, .principle-grid, .situation-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .hamia-strip, .contact-layout, .prepare-grid { grid-template-columns: 1fr; }
  .flow-diagram { max-width: 500px; width: 100%; margin-inline: auto; }
  .signal-grid { margin-top: 1rem; }
  .subhero { min-height: 460px; padding: 138px 0 62px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-nav { justify-content: flex-start; }
  .legal { text-align: left; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.8rem, 13.2vw, 4rem); letter-spacing: -.07em; }
  h2 { font-size: clamp(2rem, 10.5vw, 2.8rem); }
  .wrap { width: min(100% - 32px, 500px); }
  .brand, .brand img { width: 160px; height: 54px; }
  .family-hero { padding-top: 120px; }
  .hero-actions .btn { width: 100%; }
  .keyword-line { gap: .4rem .85rem; }
  .motion-marquee { height: 42px; }
  .motion-marquee-track { gap: 2.75rem; padding-left: 2.75rem; font-size: .61rem; }
  .capability-grid, .step-line, .reason-grid, .principle-grid, .situation-grid, .news-grid { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article + article, .capability-grid article:nth-child(3), .capability-grid article:nth-child(4), .step-line article, .step-line article + article, .step-line article:nth-child(3) { padding-left: 0; border-left: 0; }
  .capability-grid article { min-height: auto; }
  .capability-grid article::before { margin-bottom: 1.2rem; }
  .step-line article > span { margin-bottom: 1.5rem; }
  .news-card-copy { min-height: auto; }
  .subhero { min-height: 430px; }
  .subhero-image { opacity: .42; }
  .article-hero { min-height: 520px; padding: 138px 0 60px; }
  .contact-aside { padding-top: 0; }
  .footer-brand, .footer-brand img { width: 178px; height: 59px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-anim].anim, .js [data-anim].anim-img { filter: none; opacity: 1; transform: none; }
  .word-inner { transform: none; }
}

@keyframes nav-drop { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
