:root {
  --ink: #090a0d;
  --muted: #686c76;
  --line: #dedfe5;
  --paper: #f5f5f7;
  --white: #ffffff;
  --blue: #5b80ff;
  --violet: #8a65ff;
  --cyan: #6bd7ed;
}

@font-face {
  font-family: "NUNU Signature";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/MarckScript-Regular.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", YuGothic, "Noto Sans JP", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html[lang="zh"] body {
  font-family:
    "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Source Han Sans SC",
    Arial, sans-serif;
}

html[lang="zh"] h1,
html[lang="zh"] h2,
html[lang="zh"] h3,
html[lang="zh"] .brand,
html[lang="zh"] .main-nav {
  font-family:
    "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Source Han Sans SC",
    Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

/* Opening sequence */

.intro-screen {
  align-items: center;
  animation: intro-screen-exit 0.55s 2.45s cubic-bezier(0.72, 0, 0.2, 1) forwards;
  background:
    radial-gradient(circle at 50% 47%, rgb(94 126 196 / 8%), transparent 38%),
    linear-gradient(150deg, #fbfbfa 0%, #f2f3f5 56%, #e9ebef 100%);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 1000;
}

.intro-grid {
  animation: intro-grid-breathe 3s ease-in-out both;
  background-image:
    linear-gradient(rgb(22 27 38 / 3.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(22 27 38 / 3.5%) 1px, transparent 1px);
  background-size: 70px 70px;
  inset: 0;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  opacity: 0.26;
  position: absolute;
}

.intro-glow {
  animation: intro-glow 2.8s ease-out both;
  background: linear-gradient(135deg, #91aeed, #c1c9d8);
  border-radius: 50%;
  filter: blur(110px);
  height: 300px;
  opacity: 0;
  position: absolute;
  width: 300px;
}

.intro-lockup {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: min(78vw, 660px);
  z-index: 2;
}

.intro-lockup::after {
  animation: intro-accent-glint 1.15s 0.95s ease-out both;
  background: linear-gradient(90deg, transparent, rgb(92 126 205 / 32%), transparent);
  content: "";
  filter: blur(0.4px);
  height: 1px;
  left: 18%;
  opacity: 0;
  position: absolute;
  top: 46%;
  width: 64%;
}

.intro-mark {
  filter: drop-shadow(0 24px 62px rgb(46 58 82 / 12%));
  overflow: visible;
  width: 100%;
}

.intro-logo-base {
  animation: intro-logo-base-in 0.65s 0.08s ease-out both;
  opacity: 0;
}

.intro-logo-color {
  animation: intro-logo-color-in 0.82s 1.42s cubic-bezier(0.22, 0.72, 0.2, 1) both;
  opacity: 0;
}

.intro-third-letter {
  animation: intro-third-rise 0.86s 0.7s cubic-bezier(0.18, 0.78, 0.2, 1) both;
  filter: drop-shadow(0 12px 18px rgb(72 93 137 / 16%));
}

.intro-third-accent {
  animation: intro-accent-climb 0.72s 1.12s cubic-bezier(0.18, 0.8, 0.2, 1) both;
  filter: drop-shadow(0 0 8px rgb(67 114 246 / 46%));
  stroke-dasharray: 68;
  stroke-dashoffset: 68;
}

.intro-streak-final {
  animation: intro-bar-rise 0.78s 0.62s cubic-bezier(0.18, 0.78, 0.2, 1) both;
  filter: drop-shadow(0 0 10px rgb(70 121 248 / 48%));
  opacity: 0;
  transform-origin: center;
}

.intro-streak {
  animation:
    intro-streak-rise 0.62s 0.52s cubic-bezier(0.24, 0.76, 0.24, 1) forwards,
    intro-streak-fade 0.22s 1.18s ease-out forwards;
  filter: drop-shadow(0 0 9px rgb(75 123 245 / 58%));
  opacity: 0;
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
}

.intro-streak-echo {
  animation:
    intro-streak-rise 0.46s 1.42s cubic-bezier(0.24, 0.76, 0.24, 1) forwards,
    intro-streak-fade 0.2s 1.94s ease-out forwards;
  filter: drop-shadow(0 0 7px rgb(75 123 245 / 42%));
}

.intro-mark-ghost {
  animation: intro-ghost-in 0.6s 0.1s ease-out both;
  opacity: 0;
}

.intro-reveal-shape {
  animation: intro-reveal 1.2s 0.55s cubic-bezier(0.3, 0.7, 0.2, 1) forwards;
  transform: translateY(260px);
}

.intro-name {
  animation: intro-copy-in 0.58s 1.96s ease-out both;
  color: #17191e;
  font-size: clamp(18px, 2.9vw, 30px);
  font-weight: 620;
  letter-spacing: 0.18em;
  margin-right: -0.18em;
  margin-top: -8px;
}

.intro-meaning {
  animation: intro-copy-in 0.58s 2.12s ease-out both;
  color: rgb(23 25 30 / 42%);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(8px, 1.15vw, 11px);
  letter-spacing: 0.22em;
  margin-top: 12px;
}

.intro-progress {
  background: rgb(23 25 30 / 10%);
  bottom: 38px;
  height: 1px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: min(240px, 46vw);
}

.intro-progress i {
  animation: intro-progress 2.05s 0.22s cubic-bezier(0.25, 0.8, 0.2, 1) both;
  background: linear-gradient(90deg, rgb(101 162 255 / 70%), rgb(152 104 255 / 70%));
  display: block;
  height: 100%;
  transform-origin: left;
}

@keyframes intro-ghost-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 0.18;
    transform: scale(1);
  }
}

@keyframes intro-logo-base-in {
  from {
    opacity: 0;
    transform: scale(0.975);
  }
  to {
    opacity: 0.62;
    transform: scale(1);
  }
}

@keyframes intro-logo-color-in {
  from {
    filter: saturate(0);
    opacity: 0;
  }
  to {
    filter: saturate(1);
    opacity: 1;
  }
}

@keyframes intro-streak-rise {
  0% {
    opacity: 0;
    stroke-dashoffset: 198;
    transform: translateY(16px);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    transform: translateY(-7px);
  }
}

@keyframes intro-streak-fade {
  to {
    opacity: 0;
  }
}

@keyframes intro-bar-rise {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  28% {
    opacity: 1;
  }
  78% {
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-third-rise {
  0% {
    opacity: 0;
    transform: translateY(42px);
  }
  70% {
    opacity: 1;
    transform: translateY(-4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-accent-climb {
  0% {
    opacity: 0;
    stroke-dashoffset: 68;
    transform: translate(-9px, 24px);
  }
  32% {
    opacity: 1;
  }
  82% {
    stroke-dashoffset: 0;
    transform: translate(1px, -3px);
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
}

@keyframes intro-reveal {
  to {
    transform: translateY(0);
  }
}

@keyframes intro-copy-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-accent-glint {
  0% {
    opacity: 0;
    transform: translateY(12px) scaleX(0.45);
  }
  45% {
    opacity: 0.38;
  }
  100% {
    opacity: 0;
    transform: translateY(-3px) scaleX(1);
  }
}

@keyframes intro-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes intro-glow {
  0% {
    opacity: 0;
    transform: scale(0.55);
  }
  55% {
    opacity: 0.14;
  }
  100% {
    opacity: 0.05;
    transform: scale(1.4);
  }
}

@keyframes intro-grid-breathe {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  55% {
    opacity: 0.34;
  }
  100% {
    opacity: 0.12;
    transform: scale(1);
  }
}

@keyframes intro-screen-exit {
  to {
    opacity: 0;
    transform: translateY(-4%);
    visibility: hidden;
  }
}

/* Shared navigation */

.site-header {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgb(255 255 255 / 86%);
  border: 1px solid rgb(25 30 40 / 10%);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgb(34 42 60 / 7%);
  color: #17191e;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto auto auto;
  left: 50%;
  max-width: 1220px;
  padding: 10px 12px 10px 16px;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  width: calc(100% - 44px);
  z-index: 20;
}

.inner-page .site-header {
  position: fixed;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  gap: 12px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  width: fit-content;
}

.brand-symbol {
  height: 27px;
  object-fit: contain;
  width: 62px;
}

.main-nav {
  display: flex;
  font-size: 12px;
  gap: 28px;
}

.main-nav a {
  color: rgb(23 25 30 / 58%);
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #17191e;
}

.language-select {
  align-items: center;
  border-left: 1px solid rgb(23 25 30 / 12%);
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  gap: 7px;
  padding-left: 14px;
}

.language-select > span {
  color: #8b8f98;
  font-size: 7px;
  letter-spacing: 0.09em;
}

.language-select select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #70747d 50%) calc(100% - 9px) 50% / 4px 4px no-repeat,
    linear-gradient(135deg, #70747d 50%, transparent 50%) calc(100% - 5px) 50% / 4px 4px no-repeat,
    #f5f6f7;
  border: 1px solid rgb(23 25 30 / 10%);
  border-radius: 8px;
  color: #2b2e35;
  cursor: pointer;
  font-family: inherit;
  font-size: 9px;
  min-width: 82px;
  outline: none;
  padding: 8px 22px 8px 9px;
}

.language-select select:focus-visible {
  border-color: #5578cf;
  box-shadow: 0 0 0 3px rgb(85 120 207 / 13%);
}

.nav-toggle {
  background: transparent;
  border: 0;
  color: #17191e;
  display: none;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.header-contact {
  align-items: center;
  background: #17191e;
  border-radius: 11px;
  color: white;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 22px;
  justify-self: end;
  padding: 12px 14px;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.header-contact:hover {
  box-shadow: 0 8px 26px rgb(38 47 68 / 18%);
  transform: translateY(-1px);
}

/* Hero */

.hero {
  background:
    linear-gradient(90deg, rgb(48 68 112 / 4%) 1px, transparent 1px),
    linear-gradient(180deg, #fdfdfc 0%, #f6f6f4 100%);
  background-size: 100% 100%, 100% 100%;
  color: #17191e;
  min-height: 920px;
  overflow: hidden;
  padding: 210px max(6vw, 28px) 44px;
  position: relative;
}

.export-summary {
  background: rgb(255 255 255 / 92%);
  border: 1px solid rgb(31 38 52 / 13%);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgb(49 57 72 / 10%);
  padding: 28px;
  position: absolute;
  right: max(6vw, 28px);
  top: 226px;
  width: min(32vw, 460px);
  z-index: 4;
}

.export-summary-head {
  align-items: center;
  border-bottom: 1px solid rgb(31 38 52 / 10%);
  color: #747985;
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding-bottom: 18px;
}

.export-summary-head span:last-child {
  color: #315fbd;
}

.export-route {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 30px 0 27px;
}

.export-route div:last-child {
  text-align: right;
}

.export-route small,
.export-fields small {
  color: #9296a0;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: 0.13em;
}

.export-route strong {
  color: #20242b;
  display: block;
  font-size: clamp(21px, 2.2vw, 31px);
  font-weight: 620;
  letter-spacing: -0.035em;
  margin-top: 6px;
}

.export-route > span {
  color: #3768c5;
  font-size: 22px;
}

.export-summary > p {
  color: #727680;
  font-size: 12px;
  line-height: 1.9;
  margin: 0 0 24px;
}

.export-fields {
  border-top: 1px solid rgb(31 38 52 / 10%);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 19px;
}

.export-fields > span {
  color: #30343b;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
  padding: 0 12px;
}

.export-fields > span:first-child {
  padding-left: 0;
}

.export-fields > span + span {
  border-left: 1px solid rgb(31 38 52 / 10%);
}

.export-fields small {
  font-size: 7px;
  margin-top: 5px;
}

.trade-ticket {
  background: #fff;
  border: 1px solid rgb(30 38 54 / 14%);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgb(49 57 72 / 11%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  overflow: hidden;
  position: absolute;
  right: max(6vw, 28px);
  top: 226px;
  width: min(34vw, 490px);
  z-index: 4;
}

.ticket-main {
  padding: 27px 26px 25px;
}

.ticket-topline {
  align-items: center;
  border-bottom: 1px solid rgb(30 38 54 / 10%);
  color: #6d7481;
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.12em;
  padding-bottom: 17px;
}

.ticket-topline span:last-child {
  color: #416cc7;
}

.ticket-route {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: auto 1fr auto;
  padding: 27px 0 25px;
}

.ticket-route > div:last-child {
  text-align: right;
}

.ticket-route small {
  color: #9397a0;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.13em;
}

.ticket-route strong {
  color: #20242c;
  display: block;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 630;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-top: 6px;
}

.ticket-route > div > span {
  color: #777d88;
  display: block;
  font-size: 8px;
  letter-spacing: 0.1em;
  margin-top: 6px;
}

.ticket-flight {
  border-top: 1px dashed #8da1cc;
  height: 1px;
  position: relative;
}

.ticket-flight i {
  animation: ticket-plane 4.2s ease-in-out infinite;
  background: #fff;
  color: #426dc8;
  font-family: "Times New Roman", "Segoe UI Symbol", serif;
  font-size: 16px;
  font-style: normal;
  left: 0;
  line-height: 1;
  padding: 0 4px;
  position: absolute;
  top: -8px;
  transform: translateX(-50%) rotate(2deg);
}

.ticket-products {
  border-top: 1px solid rgb(30 38 54 / 10%);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 18px;
}

.ticket-products span {
  color: #626874;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.ticket-stub {
  align-items: center;
  background: #f3f5f8;
  border-left: 1px dashed #aeb6c6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 15px 21px;
  position: relative;
}

.ticket-stub::before,
.ticket-stub::after {
  background: #f7f7f5;
  border: 1px solid rgb(30 38 54 / 10%);
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -10px;
  position: absolute;
  width: 18px;
}

.ticket-stub::before {
  top: -10px;
}

.ticket-stub::after {
  bottom: -10px;
}

.ticket-stub > span {
  color: #3f527c;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}

.ticket-barcode {
  background: repeating-linear-gradient(
    90deg,
    #33405a 0 1px,
    transparent 1px 3px,
    #33405a 3px 5px,
    transparent 5px 7px
  );
  height: 48px;
  opacity: 0.72;
  width: 52px;
}

.ticket-stub small {
  color: #8a8f99;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 6px;
  letter-spacing: 0.08em;
  text-align: center;
}

@keyframes ticket-plane {
  0%,
  12% {
    left: 0;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  78% {
    left: 100%;
    opacity: 1;
  }
  88%,
  100% {
    left: 100%;
    opacity: 0;
  }
}

.hero-grid {
  animation: hero-grid-drift 18s linear infinite;
  background-image:
    linear-gradient(rgb(31 38 52 / 3.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(31 38 52 / 3.5%) 1px, transparent 1px);
  background-size: 78px 78px;
  inset: -78px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
  opacity: 0.42;
  position: absolute;
}

.hero-glow {
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  animation: glow-float-one 9s ease-in-out infinite alternate;
  background: #9bb2ee;
  height: 390px;
  opacity: 0.24;
  right: 3%;
  top: 19%;
  width: 390px;
}

.hero-glow-two {
  animation: glow-float-two 11s ease-in-out infinite alternate;
  background: #c0c8dc;
  height: 300px;
  opacity: 0.22;
  right: 24%;
  top: 36%;
  width: 300px;
}

.signal {
  border: 1px solid rgb(75 98 157 / 10%);
  border-radius: 50%;
  height: 480px;
  position: absolute;
  right: 2%;
  top: 17%;
  width: 480px;
}

.signal::after {
  animation: signal-pulse 3.4s ease-out infinite;
  border: 1px solid rgb(75 98 157 / 13%);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.signal-b {
  height: 620px;
  right: -5%;
  top: 9%;
  width: 620px;
}

.signal-b::after {
  animation-delay: 1.5s;
}

.hero-content {
  max-width: 760px;
  position: relative;
  z-index: 3;
}

.hero-brand-mark {
  display: block;
  height: auto;
  margin-bottom: 28px;
  width: 150px;
}

.eyebrow,
.section-kicker {
  color: #8e9199;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 24px;
}

.hero h1 {
  font-size: clamp(52px, 7.2vw, 112px);
  font-weight: 560;
  letter-spacing: -0.075em;
  line-height: 0.98;
  margin: 0;
}

.hero h1 span {
  display: block;
}

.gradient-text {
  background: linear-gradient(90deg, #17191e 5%, #4c5c86 62%, #6579ad);
  background-clip: text;
  color: transparent;
  padding-bottom: 0.08em;
}

.hero-lead {
  color: rgb(23 25 30 / 62%);
  font-size: clamp(15px, 1.4vw, 18px);
  letter-spacing: 0.025em;
  line-height: 1.95;
  margin: 38px 0 0;
  max-width: 610px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.button {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 40px;
  justify-content: space-between;
  min-width: 150px;
  padding: 15px 17px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: #17191e;
  color: white;
}

.button-quiet {
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(23 25 30 / 13%);
  color: #17191e;
}

.trade-panel {
  background: rgb(255 255 255 / 76%);
  border: 1px solid rgb(35 42 56 / 12%);
  border-radius: 28px;
  box-shadow:
    0 34px 90px rgb(46 55 76 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 80%);
  height: 430px;
  padding: 24px;
  position: absolute;
  right: max(6vw, 28px);
  top: 225px;
  width: min(31vw, 450px);
  z-index: 4;
}

.panel-topline {
  color: rgb(23 25 30 / 44%);
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.16em;
}

.live-indicator {
  align-items: center;
  display: flex;
  gap: 7px;
}

.live-indicator i {
  animation: live-pulse 1.8s ease-in-out infinite;
  background: #6df7c4;
  border-radius: 50%;
  box-shadow: 0 0 12px #6df7c4;
  display: block;
  height: 5px;
  width: 5px;
}

.trade-orbit {
  height: 285px;
  position: relative;
}

.orbit {
  animation: orbit-spin 18s linear infinite;
  border: 1px solid rgb(51 65 99 / 11%);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  height: 245px;
  width: 245px;
}

.orbit-two {
  animation-direction: reverse;
  animation-duration: 13s;
  border-style: dashed;
  height: 165px;
  width: 165px;
}

.orbit-three {
  animation-duration: 9s;
  height: 88px;
  width: 88px;
}

.orbit-node {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgb(255 255 255 / 92%);
  border: 1px solid rgb(31 38 52 / 18%);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgb(46 55 76 / 12%);
  color: #20242d;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.05em;
  position: absolute;
  width: 58px;
  z-index: 3;
}

.node-japan {
  left: 18%;
  top: 53%;
}

.node-global {
  background: linear-gradient(145deg, #526da8, #7589bb);
  border-color: rgb(255 255 255 / 72%);
  color: white;
  right: 15%;
  top: 21%;
}

.node-trade {
  height: 42px;
  left: 45%;
  top: 37%;
  width: 42px;
}

.trade-line {
  background: linear-gradient(90deg, transparent, #7f9cff 32%, #b375ff 70%, transparent);
  height: 1px;
  left: 25%;
  position: absolute;
  top: 50%;
  transform: rotate(-28deg);
  width: 56%;
}

.trade-line::after {
  animation: travel 3s infinite ease-in-out;
  background: #607db9;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(96 125 185 / 55%);
  content: "";
  height: 5px;
  left: 10%;
  position: absolute;
  top: -2px;
  width: 5px;
}

.trade-line-two {
  left: 34%;
  top: 57%;
  transform: rotate(35deg);
  width: 33%;
}

.trade-line-two::after {
  animation-delay: 1.2s;
}

.panel-footer {
  align-items: center;
  border-top: 1px solid rgb(31 38 52 / 10%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-top: 19px;
}

.panel-footer div:last-child {
  text-align: right;
}

.panel-label {
  color: rgb(23 25 30 / 38%);
  display: block;
  font-size: 8px;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}

.panel-footer strong {
  font-size: 12px;
}

.panel-arrow {
  color: rgb(23 25 30 / 34%);
}

.hero-meta {
  border-top: 1px solid rgb(23 25 30 / 13%);
  display: grid;
  gap: clamp(24px, 3.6vw, 60px);
  grid-template-columns: repeat(3, auto);
  margin-top: 52px;
  max-width: max-content;
  padding-top: 20px;
}

.hero-meta > div {
  align-items: center;
  color: rgb(23 25 30 / 56%);
  display: flex;
  font-size: 11px;
  gap: 15px;
}

.meta-number {
  color: rgb(23 25 30 / 30%);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

@keyframes hero-grid-drift {
  to {
    transform: translate(78px, 78px);
  }
}

@keyframes glow-float-one {
  to {
    opacity: 0.54;
    transform: translate(-24px, 18px) scale(1.08);
  }
}

@keyframes glow-float-two {
  to {
    opacity: 0.44;
    transform: translate(20px, -26px) scale(0.93);
  }
}

@keyframes signal-pulse {
  from {
    opacity: 0.6;
    transform: scale(0.72);
  }
  to {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes live-pulse {
  50% {
    opacity: 0.45;
  }
}

@keyframes orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes travel {
  0%,
  15% {
    left: 5%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  85%,
  100% {
    left: 94%;
    opacity: 0;
  }
}

/* Sector and brand story */

.sector-rail {
  background: #f4f5f7;
  border-bottom: 1px solid rgb(23 25 30 / 8%);
  border-top: 1px solid rgb(23 25 30 / 8%);
  color: rgb(23 25 30 / 42%);
  overflow: hidden;
  padding: 17px 0;
}

.rail-track {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: center;
  min-width: max-content;
  white-space: nowrap;
}

.rail-track span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.19em;
}

.rail-track i {
  background: #718fff;
  border-radius: 50%;
  display: block;
  height: 4px;
  opacity: 0.7;
  width: 4px;
}

@keyframes rail-move {
  to {
    transform: translateX(-50%);
  }
}

.brand-story {
  align-items: end;
  background:
    radial-gradient(circle at 12% 92%, rgb(76 109 255 / 11%), transparent 28%),
    #fff;
  display: grid;
  gap: 9vw;
  grid-template-columns: 1.15fr 0.85fr;
  padding: 130px max(6vw, 28px);
}

.brand-story h2 {
  font-size: clamp(48px, 6.4vw, 92px);
  font-weight: 550;
  letter-spacing: -0.07em;
  line-height: 0.98;
  margin: 0;
}

.brand-story h2 span {
  background: linear-gradient(90deg, #15171c, #5e7df2 62%, #9067e8);
  background-clip: text;
  color: transparent;
}

.brand-story > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 2.1;
  margin: 0;
  max-width: 500px;
}

/* Business */

.section {
  padding: 130px max(6vw, 28px);
}

.business-section {
  background: var(--paper);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.25fr 0.75fr;
}

.section-heading h2,
.company-title h2,
.news-heading h2 {
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 1.12;
  margin: 0;
}

.section-intro,
.company-title > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
  margin: 0;
  max-width: 490px;
}

.service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
}

.service-card {
  background: white;
  border: 1px solid #e8e8ec;
  border-radius: 24px;
  min-height: 430px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-card:hover {
  border-color: #c9d3ff;
  box-shadow: 0 24px 70px rgb(42 49 88 / 10%);
  transform: translateY(-5px);
}

.service-card::before {
  background: radial-gradient(circle, rgb(84 119 255 / 14%), transparent 68%);
  content: "";
  height: 250px;
  opacity: 0;
  position: absolute;
  right: -80px;
  top: -80px;
  transition: opacity 250ms ease;
  width: 250px;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card-violet::before {
  background: radial-gradient(circle, rgb(138 92 239 / 15%), transparent 68%);
}

.service-card-cyan::before {
  background: radial-gradient(circle, rgb(62 196 218 / 15%), transparent 68%);
}

.service-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.service-number,
.service-label,
.product-code {
  color: #9b9da5;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.card-visual {
  height: 150px;
  left: 25px;
  position: absolute;
  right: 25px;
  top: 82px;
}

.visual-domestic i {
  animation: data-lift 3s ease-in-out infinite alternate;
  background: linear-gradient(to top, #738eff, #b4c1ff);
  border-radius: 5px 5px 0 0;
  bottom: 0;
  opacity: 0.72;
  position: absolute;
  width: 12%;
}

.visual-domestic i:nth-child(1) {
  height: 32%;
  left: 9%;
}

.visual-domestic i:nth-child(2) {
  animation-delay: 0.4s;
  height: 58%;
  left: 31%;
}

.visual-domestic i:nth-child(3) {
  animation-delay: 0.8s;
  height: 43%;
  left: 53%;
}

.visual-domestic i:nth-child(4) {
  animation-delay: 1.2s;
  height: 82%;
  left: 75%;
}

.visual-domestic::after {
  background: #e8eaf1;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.visual-global {
  border: 1px solid #e6e8ef;
  border-radius: 50%;
  height: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
}

.visual-global::before,
.visual-global::after {
  border: 1px solid #e0e3ed;
  border-radius: 50%;
  content: "";
  inset: 18px;
  position: absolute;
}

.visual-global::after {
  inset: 40px;
}

.visual-global i {
  animation: node-pulse 2.6s ease-in-out infinite;
  background: #7b8fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgb(89 117 255 / 50%);
  height: 8px;
  position: absolute;
  width: 8px;
}

.visual-global i:nth-child(1) {
  left: 15px;
  top: 52px;
}

.visual-global i:nth-child(2) {
  animation-delay: 0.8s;
  right: 12px;
  top: 30px;
}

.visual-global i:nth-child(3) {
  animation-delay: 1.6s;
  bottom: 14px;
  left: 65px;
}

.visual-sourcing {
  align-items: end;
  display: flex;
  gap: 13px;
  justify-content: center;
}

.visual-sourcing i {
  animation: tile-float 3s ease-in-out infinite alternate;
  background: linear-gradient(145deg, #edf0f5, #fff);
  border: 1px solid #dfe2ea;
  border-radius: 12px;
  box-shadow: 0 13px 28px rgb(43 54 85 / 8%);
  height: 78px;
  transform: rotate(-8deg);
  width: 70px;
}

.visual-sourcing i:nth-child(2) {
  animation-delay: 0.6s;
  height: 103px;
  transform: translateY(-16px);
}

.visual-sourcing i:nth-child(3) {
  animation-delay: 1.2s;
  transform: rotate(8deg);
}

.service-card-body {
  bottom: 30px;
  left: 25px;
  max-width: calc(100% - 50px);
  position: absolute;
}

.service-card h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.045em;
  margin: 0 0 16px;
}

.service-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

@keyframes data-lift {
  to {
    filter: saturate(1.2);
    transform: scaleY(1.12);
    transform-origin: bottom;
  }
}

@keyframes node-pulse {
  50% {
    opacity: 0.35;
    transform: scale(0.72);
  }
}

@keyframes tile-float {
  to {
    transform: translateY(-10px) rotate(-3deg);
  }
}

/* Product fields */

.product-section {
  background: #fff;
  padding: 130px max(6vw, 28px);
}

.product-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.product-heading h2 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 1.12;
  margin: 0;
}

.product-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
}

.product-card {
  background: #f3f4f7;
  border: 1px solid transparent;
  border-radius: 22px;
  min-height: 360px;
  padding: 24px;
  position: relative;
}

.product-featured {
  background:
    radial-gradient(circle at 75% 22%, rgb(105 131 255 / 20%), transparent 34%),
    #101218;
  color: white;
}

.product-card h3 {
  bottom: 62px;
  font-size: 19px;
  font-weight: 600;
  left: 24px;
  letter-spacing: -0.03em;
  margin: 0;
  position: absolute;
}

.product-card p {
  bottom: 20px;
  color: #777b85;
  font-size: 10px;
  left: 24px;
  line-height: 1.65;
  margin: 0;
  max-width: calc(100% - 48px);
  position: absolute;
}

.product-featured p,
.product-featured .product-code {
  color: rgb(255 255 255 / 42%);
}

.product-icon {
  height: 135px;
  left: 50%;
  position: absolute;
  top: 80px;
  transform: translateX(-50%);
  width: 135px;
}

.icon-electronics span {
  background: linear-gradient(145deg, #3f4657, #12151d);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 18px;
  box-shadow: 0 25px 45px rgb(0 0 0 / 35%);
  inset: 0;
  position: absolute;
  transform: rotate(-8deg);
}

.icon-electronics span::after {
  background: linear-gradient(145deg, #668bff, #a26ae8);
  border-radius: 10px;
  content: "";
  inset: 12px;
  opacity: 0.78;
  position: absolute;
}

.icon-electronics i {
  background: #91b1ff;
  border-radius: 50%;
  box-shadow: 0 0 16px #6a8fff;
  height: 6px;
  position: absolute;
  right: 21px;
  top: 20px;
  width: 6px;
  z-index: 2;
}

.icon-daily {
  align-items: end;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.icon-daily i {
  background: linear-gradient(#fff, #dfe3eb);
  border: 1px solid #d6dae3;
  border-radius: 10px;
  height: 86px;
  width: 31px;
}

.icon-daily i:nth-child(2) {
  height: 119px;
}

.icon-beauty i {
  background: linear-gradient(145deg, #dfe3f0, #fff);
  border: 1px solid #d3d8e5;
  border-radius: 50% 50% 18px 18px;
  box-shadow: 0 20px 38px rgb(79 86 112 / 16%);
  inset: 12px 30px;
  position: absolute;
}

.icon-beauty i::before {
  background: #9b83ef;
  border-radius: 8px 8px 2px 2px;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: -16px;
  transform: translateX(-50%);
  width: 28px;
}

.icon-lifestyle i:first-child {
  border: 18px solid #dce1ec;
  border-radius: 50%;
  inset: 12px;
  position: absolute;
}

.icon-lifestyle i:last-child {
  background: linear-gradient(90deg, #718fff, #a46ae9);
  border-radius: 999px;
  height: 12px;
  left: 22px;
  position: absolute;
  top: 61px;
  transform: rotate(-24deg);
  width: 92px;
}

.icon-diapers i:first-child {
  background: linear-gradient(150deg, #fdfefe, #dce5f3);
  border: 1px solid #cbd5e4;
  border-radius: 22px 22px 42px 42px;
  box-shadow: 0 18px 36px rgb(74 87 112 / 14%);
  height: 96px;
  left: 30px;
  position: absolute;
  top: 15px;
  transform: rotate(-5deg);
  width: 76px;
}

.icon-diapers i:last-child {
  border-bottom: 10px solid #7997dc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 29px;
  height: 0;
  left: 43px;
  position: absolute;
  transform: rotate(-5deg);
  width: 50px;
}

.product-card-ai {
  background:
    radial-gradient(circle at 78% 38%, rgb(98 129 204 / 14%), transparent 25%),
    linear-gradient(135deg, #f8f9fb, #e9edf4);
  border-color: rgb(55 66 90 / 10%);
  grid-column: auto;
  min-height: 360px;
  overflow: hidden;
}

.product-card-ai::after {
  border: 1px solid rgb(68 87 133 / 10%);
  border-radius: 50%;
  content: "";
  height: 260px;
  position: absolute;
  right: -100px;
  top: -80px;
  width: 260px;
}

.product-card-ai h3 {
  bottom: 62px;
  font-size: 19px;
}

.product-card-ai p {
  bottom: 20px;
  font-size: 10px;
  max-width: calc(100% - 48px);
}

.product-status {
  align-items: center;
  color: #697184;
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  gap: 8px;
  letter-spacing: 0.12em;
  position: absolute;
  right: 24px;
  top: 23px;
  z-index: 2;
}

.product-status i {
  animation: live-pulse 2s ease-in-out infinite;
  background: #6887c7;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.icon-ai {
  height: 150px;
  left: auto;
  right: -8px;
  top: 82px;
  transform: none;
  width: 180px;
  z-index: 1;
}

.icon-ai i {
  border: 1px solid rgb(68 87 133 / 17%);
  border-radius: 50%;
  inset: 14px;
  position: absolute;
}

.icon-ai i:nth-child(2) {
  inset: 38px;
}

.icon-ai i:nth-child(3) {
  border-style: dashed;
  inset: 62px;
}

.icon-ai span {
  background: linear-gradient(145deg, #526da8, #83a2e3);
  border: 5px solid rgb(255 255 255 / 72%);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgb(67 91 145 / 22%);
  height: 54px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
}

/* Standard */

.standard-section {
  background:
    radial-gradient(circle at 9% 45%, rgb(61 88 186 / 20%), transparent 27%),
    #090a0d;
  color: white;
  display: grid;
  gap: 12vw;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  padding: 150px max(6vw, 28px);
  position: relative;
}

.standard-section::after {
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 50%;
  content: "";
  height: 520px;
  left: -180px;
  position: absolute;
  top: 80px;
  width: 520px;
}

.section-kicker-light {
  color: rgb(255 255 255 / 38%);
}

.standard-heading {
  position: relative;
  z-index: 2;
}

.standard-heading h2 {
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 520;
  letter-spacing: -0.07em;
  line-height: 0.98;
  margin: 0;
}

.standard-heading > p:last-child {
  color: rgb(255 255 255 / 52%);
  font-size: 13px;
  line-height: 2;
  margin: 34px 0 0;
}

.principle-list {
  border-top: 1px solid rgb(255 255 255 / 13%);
  position: relative;
  z-index: 2;
}

.principle {
  border-bottom: 1px solid rgb(255 255 255 / 13%);
  display: grid;
  gap: 28px;
  grid-template-columns: 46px 1fr;
  padding: 32px 0;
}

.principle > span {
  color: rgb(255 255 255 / 28%);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  padding-top: 5px;
}

.principle h3 {
  font-size: 20px;
  font-weight: 550;
  letter-spacing: -0.025em;
  margin: 0 0 11px;
}

.principle p {
  color: rgb(255 255 255 / 50%);
  font-size: 12px;
  line-height: 1.85;
  margin: 0;
  max-width: 530px;
}

/* Company, news and contact */

.company-section {
  background: white;
  display: grid;
  gap: 10vw;
  grid-template-columns: 0.72fr 1.28fr;
}

.company-title {
  height: fit-content;
  position: sticky;
  top: 100px;
}

.company-title > p:last-child {
  margin-top: 28px;
}

.company-table {
  border-top: 1px solid #cfd0d5;
  margin: 0;
}

.company-table > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: 125px 1fr;
  padding: 25px 0;
}

.company-table dt {
  color: #888a92;
  font-size: 11px;
}

.company-table dd {
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

.map-link {
  align-items: center;
  color: #53678f;
  display: flex;
  font-size: 11px;
  gap: 9px;
  margin-top: 15px;
  transition:
    color 180ms ease,
    transform 180ms ease;
  width: fit-content;
}

.map-link:hover,
.map-link:focus-visible {
  color: #23385f;
  transform: translateX(2px);
}

.map-pin {
  border: 1.5px solid currentColor;
  border-radius: 50% 50% 50% 0;
  display: inline-block;
  height: 13px;
  position: relative;
  transform: rotate(-45deg);
  width: 13px;
}

.map-pin::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 3px;
}

.history-section {
  background: #fff;
  border-top: 1px solid rgb(23 25 30 / 8%);
  display: grid;
  gap: 10vw;
  grid-template-columns: 0.72fr 1.28fr;
  padding: 130px max(6vw, 28px);
}

.history-heading h2 {
  font-size: clamp(44px, 5.6vw, 78px);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 1;
  margin: 0;
}

.history-list {
  border-top: 1px solid #cfd0d5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.history-list li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 92px 1fr;
  padding: 28px 0;
  position: relative;
}

.history-list time {
  color: #6b7590;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.history-list strong {
  color: #24272e;
  font-size: 14px;
  font-weight: 620;
}

.history-list p {
  color: #747780;
  font-size: 12px;
  line-height: 1.8;
  margin: 7px 0 0;
}

.message-section {
  background: #f4f5f7;
  border-top: 1px solid rgb(23 25 30 / 8%);
  display: grid;
  gap: 10vw;
  grid-template-columns: 0.72fr 1.28fr;
  padding: 130px max(6vw, 28px);
}

.message-heading h2 {
  font-size: clamp(44px, 5.6vw, 78px);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 1;
  margin: 0;
}

.message-body {
  border-top: 1px solid #cfd0d5;
  padding-top: 34px;
}

.message-body > p {
  color: #555963;
  font-size: 14px;
  letter-spacing: 0.015em;
  line-height: 2.25;
  margin: 0 0 24px;
  max-width: 720px;
}

.message-signature {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: 44px;
  width: fit-content;
}

.message-signature span {
  color: #777b84;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.message-signature strong {
  color: #20232a;
  border-bottom: 1px solid rgb(32 35 42 / 14%);
  font-family: "NUNU Signature", "Snell Roundhand", cursive;
  font-size: clamp(25px, 2.7vw, 36px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
  margin-top: 12px;
  padding: 0 14px 8px 2px;
  transform: rotate(-1.5deg);
}

.halo-contact-form-host {
  background: #f8f9fa;
  border: 1px solid rgb(23 25 30 / 8%);
  border-radius: 16px;
  min-height: 280px;
  overflow: hidden;
  padding: 22px;
}

.halo-contact-form-host halo-contact-form {
  display: block;
  width: 100%;
}

.news-section {
  background: var(--paper);
  padding: 130px max(6vw, 28px);
}

.news-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.news-heading > a {
  align-items: center;
  color: #60636d;
  display: flex;
  font-size: 12px;
  gap: 18px;
}

.news-list {
  border-top: 1px solid #cfd1d8;
  margin-top: 58px;
}

.news-item {
  align-items: center;
  border-bottom: 1px solid #d9dbe1;
  display: grid;
  gap: 30px;
  grid-template-columns: 60px 1fr auto;
  min-height: 94px;
  transition: padding 180ms ease;
}

.news-item:hover {
  padding: 0 12px;
}

.news-index {
  color: #a0a2aa;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.news-title {
  font-size: 14px;
}

.news-arrow {
  color: #8b8e98;
}

.contact-section {
  background: #f1f2f3;
  color: #17191e;
  display: grid;
  gap: min(10vw, 140px);
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  padding: 130px max(6vw, 28px);
  position: relative;
}

.contact-intro {
  align-self: start;
  position: sticky;
  top: 110px;
}

.contact-section h2 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 1.12;
  margin: 0;
}

.contact-copy {
  color: #6f737c;
  font-size: 13px;
  line-height: 1.9;
  margin: 30px 0 40px;
  max-width: 490px;
}

.contact-link {
  align-items: center;
  border-bottom: 1px solid rgb(23 25 30 / 22%);
  display: flex;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 500;
  gap: 60px;
  padding: 0 3px 10px;
  transition: border-color 180ms ease;
  width: fit-content;
}

.contact-link:hover {
  border-color: #17191e;
}

.contact-link i {
  font-size: 16px;
  font-style: normal;
}

.contact-details {
  color: rgb(23 25 30 / 43%);
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  gap: 24px;
  letter-spacing: 0.09em;
  margin-top: 26px;
}

.contact-form-panel {
  background: #fff;
  border: 1px solid rgb(23 25 30 / 10%);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgb(41 47 59 / 8%);
  min-height: 440px;
  padding: clamp(24px, 4vw, 48px);
}

.contact-form-heading {
  border-bottom: 1px solid rgb(23 25 30 / 10%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 22px;
}

.contact-form-heading span {
  color: #7a7f89;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
}

.contact-form-heading strong {
  font-size: 20px;
  font-weight: 620;
}

.contact-native-form {
  display: grid;
  gap: 18px 16px;
  grid-template-columns: 1fr 1fr;
}

.contact-native-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-native-form label > span {
  color: #5f646e;
  font-size: 11px;
  font-weight: 600;
}

.contact-native-form input,
.contact-native-form select,
.contact-native-form textarea {
  background: #f7f8f9;
  border: 1px solid rgb(23 25 30 / 12%);
  border-radius: 10px;
  color: #20232a;
  font: inherit;
  font-size: 13px;
  outline: none;
  padding: 13px 14px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
  width: 100%;
}

.contact-native-form textarea {
  min-height: 138px;
  resize: vertical;
}

.contact-native-form input:focus,
.contact-native-form select:focus,
.contact-native-form textarea:focus {
  background: #fff;
  border-color: #5578cf;
  box-shadow: 0 0 0 3px rgb(85 120 207 / 11%);
}

.contact-native-form .form-message,
.contact-native-form .form-consent,
.contact-native-form button,
.contact-native-form .form-status {
  grid-column: 1 / -1;
}

.contact-native-form .form-consent {
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.contact-native-form .form-consent input {
  accent-color: #315fbd;
  flex: 0 0 auto;
  height: 16px;
  padding: 0;
  width: 16px;
}

.contact-native-form button {
  align-items: center;
  background: #182033;
  border: 0;
  border-radius: 11px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 2px;
  padding: 15px 17px;
}

.contact-native-form button:hover {
  background: #27344f;
}

.contact-native-form button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.contact-native-form button i {
  font-style: normal;
}

.contact-native-form .form-status {
  color: #8a8e97;
  font-size: 10px;
  line-height: 1.7;
  margin: -4px 0 0;
}

.contact-native-form .form-status.is-success {
  color: #23734d;
  font-weight: 600;
}

.contact-native-form .form-status.is-error {
  color: #a43f3f;
  font-weight: 600;
}

.contact-native-form .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form-fallback {
  align-items: start;
  background: #f6f7f8;
  border: 1px solid rgb(23 25 30 / 8%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  justify-content: space-between;
  padding: 28px;
}

.contact-form-fallback p {
  color: #6e737c;
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

.contact-form-fallback a {
  align-items: center;
  background: #182033;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 28px;
  padding: 14px 16px;
}

footer {
  align-items: center;
  background: #050608;
  border-top: 1px solid rgb(255 255 255 / 8%);
  color: rgb(255 255 255 / 35%);
  display: grid;
  font-size: 10px;
  grid-template-columns: 1fr auto 1fr;
  padding: 28px max(6vw, 28px);
}

.footer-brand {
  color: white;
}

footer p {
  margin: 0;
}

footer > span:last-of-type {
  justify-self: end;
}

footer i {
  font-style: normal;
}

.halo-footer-slot {
  display: none !important;
}

/* Posts, pages, archives */

.inner-page {
  background:
    linear-gradient(to bottom, #090a0d 0, #090a0d 330px, #f5f5f7 330px);
}

.article-shell,
.archive-shell {
  min-height: 760px;
  padding: 175px max(7vw, 28px) 130px;
}

.article-shell {
  margin: 0 auto;
  max-width: 980px;
}

.back-link {
  color: rgb(255 255 255 / 50%);
  display: inline-block;
  font-size: 11px;
  margin-bottom: 70px;
}

.article-shell article,
.archive-years,
.archive-flat-list,
.taxonomy-grid {
  background: white;
  border: 1px solid #e5e6eb;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgb(27 31 45 / 9%);
  padding: clamp(30px, 6vw, 76px);
}

.article-kicker {
  color: #8191c7;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  margin: 0 0 24px;
}

.article-shell h1,
.archive-shell > h1 {
  color: #111217;
  font-size: clamp(38px, 5.4vw, 70px);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1.16;
  margin: 0;
}

.archive-shell > .article-kicker,
.archive-shell > h1 {
  color: white;
}

.archive-shell > .article-kicker {
  color: rgb(255 255 255 / 38%);
}

.archive-shell > h1 {
  margin-bottom: 80px;
}

.article-content {
  border-top: 1px solid #e2e3e8;
  color: #3f424b;
  font-size: 15px;
  line-height: 2;
  margin-top: 52px;
  padding-top: 45px;
}

.article-content img {
  border-radius: 16px;
  height: auto;
  max-width: 100%;
}

.article-content a {
  color: #486edc;
  text-decoration: underline;
}

.comment-area {
  margin-top: 50px;
}

.archive-year + .archive-year {
  margin-top: 60px;
}

.archive-year h2 {
  color: #999ca6;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
}

.archive-item {
  align-items: center;
  border-bottom: 1px solid #e2e3e8;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 78px;
}

.archive-item:first-child {
  border-top: 1px solid #e2e3e8;
}

.archive-item i {
  color: #9396a0;
  font-style: normal;
}

.pagination {
  align-items: center;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin: 35px auto 0;
  max-width: 720px;
}

.taxonomy-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.taxonomy-grid a {
  align-items: center;
  background: #f2f3f6;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.taxonomy-grid i {
  color: #91949d;
  font-style: normal;
}

/* Responsive */

@media (max-width: 1060px) {
  .trade-panel {
    opacity: 0.82;
    right: -95px;
    transform: scale(0.88);
  }

  .export-summary {
    right: -26px;
    transform: scale(0.9);
    transform-origin: right center;
  }

  .trade-ticket {
    right: -24px;
    transform: scale(0.9);
    transform-origin: right center;
  }

  .hero-content {
    max-width: 56%;
  }

  .hero h1 {
    font-size: clamp(50px, 7vw, 78px);
  }

  .section-heading,
  .company-section {
    gap: 70px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    gap: 8px;
    grid-template-columns: 1fr auto auto auto;
    top: 14px;
    width: calc(100% - 28px);
  }

  .nav-toggle {
    display: block;
    margin-right: 10px;
  }

  .main-nav {
    backdrop-filter: blur(24px);
    background: rgb(255 255 255 / 96%);
    border: 1px solid rgb(23 25 30 / 11%);
    box-shadow: 0 18px 45px rgb(34 42 60 / 12%);
    border-radius: 16px;
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 62px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    border-bottom: 1px solid rgb(23 25 30 / 8%);
    padding: 15px 10px;
  }

  .main-nav a:last-child {
    border: 0;
  }

  .language-select {
    border-left: 0;
    padding-left: 0;
  }

  .language-select > span {
    display: none;
  }

  .language-select select {
    min-width: 76px;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .header-contact {
    font-size: 10px;
    gap: 10px;
    padding: 10px 12px;
  }

  .hero {
    min-height: 1040px;
    padding-top: 160px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(50px, 12vw, 84px);
  }

  .trade-panel {
    bottom: 120px;
    height: 310px;
    left: 50%;
    opacity: 0.64;
    right: auto;
    top: auto;
    transform: translateX(-50%) scale(0.78);
    transform-origin: bottom center;
    width: 430px;
  }

  .trade-orbit {
    height: 180px;
  }

  .export-summary {
    bottom: 94px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    transform-origin: center;
    width: min(620px, calc(100% - 56px));
  }

  .trade-ticket {
    bottom: 90px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    transform-origin: center;
    width: min(640px, calc(100% - 56px));
  }

  .hero-meta {
    display: none;
  }

  .brand-story,
  .section-heading,
  .standard-section,
  .company-section,
  .history-section,
  .message-section {
    grid-template-columns: 1fr;
  }

  .brand-story,
  .section-heading {
    align-items: start;
    gap: 36px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 370px;
  }

  .standard-section {
    gap: 70px;
  }

  .company-title {
    position: static;
  }

  .history-section,
  .message-section {
    gap: 48px;
  }

  .contact-section {
    gap: 64px;
    grid-template-columns: 1fr;
  }

  .contact-intro {
    position: static;
  }

  .taxonomy-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .intro-lockup {
    width: 90vw;
  }

  .intro-meaning {
    letter-spacing: 0.13em;
  }

  .site-header {
    border-radius: 15px;
    grid-template-columns: 1fr auto auto;
    padding-left: 13px;
  }

  .brand {
    font-size: 12px;
  }

  .brand-symbol {
    height: 23px;
    width: 52px;
  }

  .header-contact {
    display: none;
  }

  .header-contact span {
    display: none;
  }

  .hero {
    min-height: 1050px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .hero h1 {
    font-size: 47px;
    letter-spacing: -0.07em;
  }

  .hero-lead {
    font-size: 13px;
    line-height: 1.85;
  }

  .hero-actions {
    flex-direction: column;
    width: 180px;
  }

  .trade-panel {
    bottom: 95px;
    transform: translateX(-50%) scale(0.67);
  }

  .export-summary {
    bottom: 56px;
    border-radius: 18px;
    padding: 21px;
    width: calc(100% - 40px);
  }

  .trade-ticket {
    bottom: 56px;
    border-radius: 17px;
    grid-template-columns: minmax(0, 1fr) 82px;
    width: calc(100% - 40px);
  }

  .ticket-main {
    padding: 21px 18px 19px;
  }

  .ticket-route {
    gap: 8px;
    padding: 21px 0 19px;
  }

  .ticket-route strong {
    font-size: 28px;
  }

  .ticket-stub {
    padding-left: 10px;
    padding-right: 10px;
  }

  .export-route {
    gap: 12px;
    padding: 22px 0 20px;
  }

  .export-route strong {
    font-size: 20px;
  }

  .export-summary > p {
    font-size: 11px;
    margin-bottom: 18px;
  }

  .export-fields > span {
    font-size: 10px;
    padding: 0 7px;
  }

  .brand-story,
  .section,
  .product-section,
  .news-section {
    padding: 92px 20px;
  }

  .brand-story h2 {
    font-size: 47px;
  }

  .section-heading h2,
  .company-title h2,
  .news-heading h2,
  .product-heading h2 {
    font-size: 42px;
  }

  .service-grid {
    margin-top: 52px;
  }

  .service-card {
    min-height: 350px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 330px;
  }

  .standard-section {
    padding: 100px 20px;
  }

  .standard-heading h2 {
    font-size: 49px;
  }

  .company-table > div {
    gap: 14px;
    grid-template-columns: 88px 1fr;
  }

  .company-table dd {
    font-size: 12px;
  }

  .news-heading {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }

  .news-item {
    grid-template-columns: 34px 1fr auto;
  }

  .contact-section {
    padding: 100px 20px;
  }

  .contact-section h2 {
    font-size: 42px;
  }

  .contact-copy br {
    display: none;
  }

  .contact-link {
    font-size: 18px;
    gap: 26px;
  }

  .contact-details {
    flex-direction: column;
    gap: 10px;
  }

  .contact-form-panel {
    border-radius: 18px;
    min-height: 390px;
    padding: 22px;
  }

  .contact-native-form {
    grid-template-columns: 1fr;
  }

  .contact-native-form .form-message,
  .contact-native-form .form-consent,
  .contact-native-form button,
  .contact-native-form .form-status {
    grid-column: 1;
  }

  footer {
    gap: 22px;
    grid-template-columns: 1fr auto;
    padding: 25px 20px;
  }

  footer p {
    display: none;
  }

  .article-shell,
  .archive-shell {
    padding: 145px 16px 90px;
  }

  .article-shell article,
  .archive-years,
  .archive-flat-list,
  .taxonomy-grid {
    border-radius: 20px;
    padding: 28px 20px;
  }

  .archive-shell > h1 {
    margin-bottom: 55px;
  }

  .taxonomy-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .intro-screen {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
