/* Company site: navy, cool white, and a single sans-serif type family. */
:root {
  --paper: #f8f9fc;
  --ink: #172540;
  --muted: #626d81;
  --navy: #111e38;
  --line: #dce1eb;
  --berry: #353d72;
  --ease: cubic-bezier(.22, 1, .36, 1);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #617fc7; outline-offset: 6px; }
::selection { background: #cedaf4; color: var(--navy); }
img, svg { display: block; max-width: 100%; }
h1, h2, p { margin: 0; }
h1, h2 { font-weight: 500; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.symbol-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; background: var(--navy); color: white; padding: 12px 20px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
/* Navigation */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,249,252,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-block; line-height: 1; }
.brand img { width: 132px; height: auto; }
#navigation { display: flex; align-items: center; gap: 34px; font-size: 13px; }
#navigation > a { position: relative; padding-block: 14px; }
#navigation > a::after { content: ""; position: absolute; bottom: 7px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
#navigation > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; }
/* Company introduction */
.hero { overflow: hidden; background: radial-gradient(ellipse at 76% 45%, #dfe7f5 0%, #eef2f9 35%, var(--paper) 70%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; min-height: 610px; position: relative; }
.hero-copy { position: relative; z-index: 2; padding-block: 64px; }
h1 { font-size: clamp(52px, 6.1vw, 88px); line-height: 1.08; letter-spacing: -.055em; margin-bottom: 26px; }
.hero-description { font-size: 17px; line-height: 1.75; max-width: 405px; color: var(--muted); margin-bottom: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 500; transition: background .25s, transform .25s; }
.button .icon { transition: transform .25s var(--ease); width: 19px; height: 19px; }
.button:hover .icon { transform: translateX(4px); }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: #263a5e; }
.hero-art { height: 540px; position: relative; min-width: 0; margin-right: -40px; }
.art-grid { position: absolute; inset: 30px -90px; background-image: linear-gradient(#7a8bb312 1px,transparent 1px),linear-gradient(90deg,#7a8bb312 1px,transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(ellipse,black 10%,transparent 68%); }
.sculpture { position: absolute; width: 112%; max-width: none; left: -6%; top: -5px; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 23px #263f7820); animation: sculpture-enter 1.5s var(--ease) both, sculpture-float 3.5s 1.5s ease-in-out 1; }
.orbit { position: absolute; border: 1px solid #8194b438; width: 95%; height: 71%; border-radius: 50%; top: 15%; left: 2%; transform: rotate(-32deg); }
.orbit-two { transform: rotate(40deg); height: 46%; top: 28%; width: 109%; left: -5%; border-style: dashed; opacity: .6; }
.art-node { position: absolute; width: 7px; height: 7px; background: #5976a7; outline: 5px solid #dfe7f4; border-radius: 50%; }
.node-one { left: 9%; top: 33%; }
.node-two { right: 11%; bottom: 27%; }
/* Product overview */
.section-pad { padding: 88px 0; }
.product-section { background: #edf0f7; border-block: 1px solid var(--line); overflow: hidden; }
.product-grid { display: grid; grid-template-columns: 1fr 1.04fr; gap: 90px; align-items: center; }
.product-copy h2 { margin-bottom: 28px; }
.product-logo { width: 250px; height: auto; }
.product-copy > p { font-size: 16px; color: var(--muted); max-width: 410px; line-height: 1.8; }
.product-copy > .button { margin-top: 28px; }
.button-berry { background: var(--berry); color: white; }
.button-berry:hover { background: #474f88; }
.product-visual { position: relative; min-width: 0; padding: 24px 0; }
.product-orbit { position: absolute; inset: -10px -38px 0; border: 1px solid #d4dcea; border-radius: 50%; transform: rotate(-25deg); pointer-events: none; }
.product-orbit::after { content: ""; position: absolute; inset: 25px -20px; border: 1px solid #d4dcea; border-radius: 50%; transform: rotate(45deg); }
.journey-card { background: #fcfcfe; border: 1px solid #d7deeb; box-shadow: 0 18px 48px #1f315610; border-radius: 8px; position: relative; }
.journey-header { display: flex; gap: 12px; align-items: center; padding: 24px; border-bottom: 1px solid #e2e6ef; font-size: 13px; font-weight: 500; }
.journey-symbol { color: var(--berry); background: #ececf5; padding: 9px; border-radius: 8px; }
.journey-shield { margin-left: auto; color: #6f80a1; width: 18px; }
.journey-steps { padding: 12px 25px 17px; margin: 0; list-style: none; }
.journey-steps li { display: flex; gap: 15px; align-items: center; position: relative; padding: 18px 0; }
.journey-steps li:not(:last-child)::after { content: ""; width: 1px; height: 22px; position: absolute; left: 19px; top: 58px; background: #d8dfec; }
.step-icon { display: grid; place-items: center; border: 1px solid #d6deee; border-radius: 50%; width: 40px; height: 40px; flex-shrink: 0; color: #647fad; background: #f2f5fb; }
.step-icon .icon { width: 18px; height: 18px; }
.journey-steps strong { font-size: 13px; font-weight: 500; color: #334361; }

.step-number { margin-left: auto; font-family: monospace; font-size: 10px; color: #6a7c9b; }
/* Careers and footer */
.careers { background: var(--navy); color: #eef2fa; }
.careers-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 64px; }
.careers h2 { font-size: clamp(30px, 3.3vw, 46px); letter-spacing: -.035em; line-height: 1.2; }
.button-light { background: var(--paper); color: var(--navy); }
.button-light:hover { background: white; }
.site-footer { padding: 26px 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: var(--muted); }
.footer-bottom > a { display: flex; align-items: center; gap: 12px; }
.footer-bottom > a:hover { text-decoration: underline; text-underline-offset: 5px; }
/* Motion is optional; the automatic hero animation ends after five seconds. */
.reveal.is-pending { opacity: 0; transform: translateY(22px); }
.reveal { transition: opacity .8s var(--ease), transform .8s var(--ease); }
@keyframes sculpture-enter { from { opacity: 0; transform: translateY(20px) rotate(-5deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes sculpture-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px) rotate(2deg); } }
@media (max-width:1100px) {
  .container { width: calc(100% - 72px); }
  .hero-art { margin-right: -20px; }
  .product-grid { gap: 50px; }
}
@media (max-width:850px) {
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 76px; }
  h1 { font-size: 54px; }
  .hero-grid { min-height: 510px; }
  .hero-art { height: 440px; margin-left: -25px; margin-right: -25px; }
  .hero-description { max-width: 300px; font-size: 15px; }
  .section-pad { padding: 64px 0; }
  .product-grid { gap: 36px; }
  .product-copy > p { font-size: 14px; }
  .journey-header { padding: 18px 15px; font-size: 12px; }
  .journey-steps { padding-inline: 15px; }
  .journey-steps li { gap: 10px; }
  .journey-steps strong { font-size: 12px; }

  .step-number { display: none; }
  .product-orbit { inset: 5px -18px 20px; }
}
@media (max-width:680px) {
  html { scroll-padding-top: 72px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; flex-wrap: wrap; gap: 0; }
  .brand img { width: 122px; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; gap: 12px; border: 1px solid #c6cede; border-radius: 3px; background: transparent; color: var(--ink); padding: 10px 12px; font-size: 12px; min-height: 44px; }
  .menu-lines { position: relative; width: 15px; height: 12px; border-block: 1px solid currentColor; }
  .menu-lines::after { content: ""; position: absolute; top: 5px; left: 0; width: 15px; height: 1px; background: currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-lines { border: 0; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before, .menu-toggle[aria-expanded="true"] .menu-lines::after { content: ""; position: absolute; top: 5px; left: 0; width: 15px; height: 1px; background: currentColor; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { transform: rotate(-45deg); }
  #navigation { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 0 20px; }
  #navigation > a { padding: 13px 0; border-top: 1px solid var(--line); }
  #navigation > a::after { display: none; }
  .nav-enhanced #navigation { display: none; }
  .nav-enhanced #navigation.is-open { display: flex; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; align-items: stretch; }
  .hero-copy { padding: 64px 0 0; }
  h1 { font-size: clamp(44px, 10.7vw, 68px); }
  .hero-description { max-width: 380px; margin-bottom: 25px; }
  .button { font-size: 12px; gap: 24px; }
  .hero-art { height: 330px; max-width: 450px; width: 100%; align-self: center; margin: 0; }
  .sculpture { width: 103%; left: -1.5%; top: -3px; }
  .orbit { width: 90%; left: 5%; }
  .orbit-two { width: 100%; left: 0; }
  .product-grid { grid-template-columns: 1fr; gap: 24px; }
  .product-logo { width: 220px; }
  .product-copy > p { max-width: 400px; }
  .product-visual { width: 100%; max-width: 440px; margin: 12px auto 0; padding: 16px 0; }
  .product-orbit { inset: 0 5px 20px; }
  .product-orbit::after { inset: 20px -12px; }
  .journey-header { padding: 22px 19px; }
  .journey-steps { padding: 10px 20px 17px; }
  .journey-steps li { gap: 15px; padding: 19px 0; }
  .step-number { display: block; }
  .careers-inner { align-items: flex-start; flex-direction: column; padding-block: 48px; gap: 24px; }
}
@media (max-width:360px) {
  .container { width: calc(100% - 32px); }
  .journey-steps { padding-inline: 14px; }
  .journey-steps li { gap: 10px; }
  .step-number { display: none; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.is-pending { opacity: 1; transform: none; }
}
@media print {
  .site-header { position: static; }
  .hero-art, .menu-toggle, .skip-link { display: none !important; }
  .hero-grid { display: block; min-height: 0; }
  .section-pad { padding: 35px 0; }
  .reveal.is-pending { opacity: 1; transform: none; }
  .container { width: 100%; }
  .product-grid { gap: 35px; }
  .careers { color: var(--ink); background: white; }
}
