:root { color-scheme: dark; --navy: #082b46; --deep: #061b32; --blue: #0065b0; --line: #42a9e2; --glow: #c6f7ff; --copy: #d9e7ef; }
* { box-sizing: border-box; }
body, h1, p, figure { margin: 0; }
body { background: var(--navy); color: white; font-family: "Zen Kaku Gothic New", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible, h1:focus-visible { outline: 2px solid var(--glow); outline-offset: 6px; }
.skip { position: fixed; z-index: 10; top: 8px; left: 16px; background: var(--deep); padding: 12px; transform: translateY(-160%); }
.skip:focus { transform: none; }
.wrap { width: min(1280px,calc(100% - 112px)); margin-inline: auto; }
.hero { position: relative; isolation: isolate; overflow: clip; min-height: max(780px,100svh); display: flex; flex-direction: column; }
.network-scene, .shade { position: absolute; inset: 0; z-index: -2; pointer-events: none; user-select: none; }
.network-fallback, #network { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
#network { opacity: 0; }
.hero[data-render-ready="true"] #network { opacity: 1; }
.shade { z-index: -1; background: linear-gradient(90deg,rgb(6 27 50 / 91%) 0%,rgb(6 27 50 / 80%) 27%,rgb(6 27 50 / 52%) 49%,rgb(6 27 50 / 4%) 77%),linear-gradient(0deg,rgb(6 27 50 / 85%),transparent 23%,transparent 81%,rgb(6 27 50 / 30%)); }
.site-header { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid rgb(198 247 255 / 16%); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-block: 10px; }
.brand img { width: 264px; height: auto; filter: brightness(0) invert(1); }
.brand span { font-size: 12px; letter-spacing: .05em; color: var(--copy); }
.header-phone { display: flex; flex-direction: column; gap: 3px; text-align: right; padding-block: 6px; }
.header-phone strong { font-family: Manrope,sans-serif; font-size: 23px; font-weight: 600; letter-spacing: .04em; }
.header-phone span { font-size: 12px; color: var(--copy); }
.hero-content { flex: 1; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 44px; align-items: center; padding-block: 82px 88px; }
.copy { min-width: 0; }
.intro { font-size: 14px; font-weight: 500; letter-spacing: .045em; color: var(--copy); margin-bottom: 25px; }
h1 { font-weight: 500; font-size: clamp(38px,3.45vw,50px); line-height: 1.65; letter-spacing: .035em; }
h1 > span { display: block; }
.lead { margin-top: 28px; color: var(--copy); font-size: 16px; line-height: 2.15; letter-spacing: .015em; }
.lead > span { display: block; }
.phrase { display: inline-block; }
.mobile-break { display: none; }
.consult { display: inline-flex; gap: 35px; align-items: center; padding-block: 16px; margin-top: 25px; }
.consult small { display: block; color: var(--copy); font-size: 12px; margin-bottom: 5px; }
.consult strong { font-size: 18px; font-weight: 700; letter-spacing: .02em; }
.consult svg { width: 57px; height: 57px; padding: 18px; background: var(--blue); border: 1px solid rgb(198 247 255 / 25%); fill: none; stroke: currentColor; stroke-width: 1.3; transition: background .2s; }
.consultation { align-self: end; justify-self: end; width: min(100%,350px); margin-bottom: 4px; }
.consultation > img { display: block; width: 100%; height: auto; aspect-ratio: 1.6; object-fit: cover; border: 1px solid rgb(198 247 255 / 38%); box-shadow: 0 14px 50px rgb(6 27 50 / 25%); }
.consultation figcaption { font-size: 11px; color: var(--copy); margin-top: 10px; text-align: right; }
.sample-footer { border-top: 1px solid rgb(198 247 255 / 20%); padding-block: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.sample-footer > p { font-size: 12px; color: var(--copy); }
.sample-footer > p > span { display: block; font-size: 11px; margin-top: 4px; }
.sample-controls { display: flex; align-items: center; gap: 24px; }
.sample-controls button { padding: 9px 5px; min-height: 44px; border: 0; background: transparent; font-size: 13px; color: var(--copy); }
.sample-controls button[aria-pressed="true"] { color: white; }
.motion-toggle { display: inline-flex; align-items: center; gap: 10px; }
.motion-icon { display: block; width: 10px; height: 11px; border-inline: 2px solid currentColor; }
.motion-toggle[aria-pressed="true"] .motion-icon { border: 1px solid currentColor; }
.hero.is-background-preview .hero-content { visibility: hidden; }
.hero.is-background-preview .shade { background: linear-gradient(0deg,rgb(6 27 50 / 75%),transparent 20%,transparent 85%,rgb(6 27 50 / 30%)); }
@media (hover: hover) { .consult:hover svg { background: #127fc2; } .sample-controls button:hover:not(:disabled), .header-phone:hover { color: white; text-decoration: underline; text-underline-offset: 5px; } }
@media (min-width: 1600px) { .hero-content { padding-block: 110px; } }
@media (max-width: 1099px) {
  .wrap { width: calc(100% - 80px); }
  .hero-content { grid-template-columns: 1fr; gap: 32px; padding-block: 62px 40px; }
  h1 { font-size: clamp(36px,5vw,48px); }
  .consultation { width: 300px; }
  .shade { background: linear-gradient(90deg,rgb(6 27 50 / 87%),rgb(6 27 50 / 65%) 53%,rgb(6 27 50 / 14%)),linear-gradient(0deg,rgb(6 27 50 / 75%),transparent 35%); }
}
@media (max-width: 599px) {
  .wrap { width: calc(100% - 40px); }
  .hero { min-height: 100svh; }
  .site-header { min-height: 110px; align-items: flex-start; padding-block: 23px; gap: 14px; }
  .brand { padding: 4px 0; gap: 10px; }
  .brand img { width: 145px; }
  .brand span { font-size: 9px; letter-spacing: 0; }
  .header-phone strong { font-size: 14px; letter-spacing: .01em; }
  .header-phone span { font-size: 9px; letter-spacing: -.02em; }
  .hero-content { padding-block: 46px 26px; gap: 27px; }
  .intro { font-size: 12px; margin-bottom: 22px; letter-spacing: .01em; }
  h1 { font-size: clamp(24px,6.8vw,36px); line-height: 1.7; letter-spacing: .025em; }
  .lead { font-size: 14px; margin-top: 23px; line-height: 2.05; letter-spacing: .01em; }
  .lead > span + span { margin-top: 6px; }
  .mobile-break { display: block; }
  .consult { gap: 23px; margin-top: 17px; }
  .consult strong { font-size: 16px; }
  .consult small { font-size: 11px; }
  .consult svg { width: 49px; height: 49px; padding: 15px; }
  .consultation { width: min(76%,290px); }
  .sample-footer { flex-direction: column; align-items: stretch; gap: 9px; padding-block: 19px; }
  .sample-footer > p { display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 11px; }
  .sample-footer > p > span { margin: 0; }
  .sample-controls { justify-content: flex-end; gap: 19px; }
  .sample-controls button { font-size: 12px; }
  .shade { background: linear-gradient(90deg,rgb(6 27 50 / 91%),rgb(6 27 50 / 63%) 65%,rgb(6 27 50 / 24%)),linear-gradient(0deg,rgb(6 27 50 / 80%),transparent 40%); }
}
@media (max-width: 359px) { .site-header { flex-wrap: wrap; gap: 7px; padding-block: 17px; } .header-phone { text-align: left; } .brand { margin-right: auto; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
