:root {
  --ink: #edf4fa;
  --muted: #9eabb8;
  --dim: #667789;
  --blue: #3f84ff;
  --line: rgba(199, 220, 239, 0.16);
  --night: #07111f;
  --deep: #091a2d;
  --lime: #c6ff42;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
.noise {
  position: fixed;
  z-index: 10;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand, .header-link { color: var(--ink); text-decoration: none; display: flex; align-items: center; gap: 12px; font-family: "DM Mono", monospace; font-size: .76rem; letter-spacing: .03em; }
.brand-mark { display: grid; place-items: center; width: 27px; height: 27px; background: var(--blue); color: #06101e; font-family: "Manrope", sans-serif; font-size: .96rem; font-weight: 800; }
.header-link { color: var(--muted); transition: color .2s ease; }
.header-link:hover { color: var(--ink); }
.header-link span { color: var(--lime); font-size: 1rem; }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; padding: 70px 0 88px; overflow: visible; }
.hero-copy { position: relative; z-index: 1; max-width: 700px; }
.eyebrow, .section-index, .profile-label { margin: 0; font: 500 .69rem/1.4 "DM Mono", monospace; letter-spacing: .12em; color: var(--muted); }
.hero .eyebrow { color: var(--lime); font-size: .96rem; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 23px 0 24px; max-width: 730px; font-size: clamp(3.05rem, 6vw, 5.75rem); letter-spacing: -.075em; line-height: .99; font-weight: 800; }
h1 em, .contact h2 em { color: var(--blue); font-style: normal; }
.intro { max-width: 520px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.68; }
.button { display: inline-flex; align-items: center; gap: 20px; margin-top: 18px; padding: 15px 18px; color: #07111f; background: var(--lime); text-decoration: none; font-size: .84rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); background: #d5ff70; }
.button span { font-size: 1.1rem; }

.hero-logistics { position: absolute; z-index: 0; top: 0; right: -15vw; width: min(68vw, 760px); height: 100%; margin: 0; overflow: hidden; opacity: .82; }
.hero-logistics::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--night) 0%, rgba(7,17,31,.97) 15%, rgba(7,17,31,.64) 34%, rgba(7,17,31,.18) 53%, rgba(7,17,31,.28) 72%, var(--night) 100%), linear-gradient(180deg, rgba(7,17,31,.61) 0%, rgba(7,17,31,.1) 30%, rgba(7,17,31,.2) 65%, var(--night) 100%), rgba(7,17,31,.15); }
.hero-logistics img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) brightness(.76) contrast(.94); }

.portrait-grid { position: absolute; z-index: 1; inset: 0; opacity: .4; background-image: linear-gradient(rgba(132, 186, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(132, 186, 255, .18) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(to bottom, black, transparent 76%); }

.section-index { color: var(--dim); }

.services { position: relative; background: var(--deep); padding: 98px 0 108px; }
.services::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0, transparent calc(50% - 1px), rgba(138,183,224,.055) 50%, transparent calc(50% + 1px)); }
.section-heading { display: grid; grid-template-columns: 25% 1fr; gap: 7%; }
.section-heading h2, .contact h2 { margin: -8px 0 62px; font-size: clamp(2.35rem, 4.3vw, 4.5rem); line-height: 1.03; letter-spacing: -.075em; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 25% 1fr auto; gap: 7%; padding: 28px 3px 29px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.service-item:hover { padding-left: 16px; padding-right: 16px; background: rgba(83, 135, 203, .08); }
.service-number, .steps > li > span { font: .72rem "DM Mono", monospace; color: var(--blue); }
.service-item h3 { margin: 0 0 7px; font-size: 1.15rem; letter-spacing: -.035em; }
.service-item p { max-width: 650px; margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.65; }
.service-arrow { color: var(--lime); align-self: center; font-size: 1.3rem; }

.approach { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10%; padding: 108px 0 116px; }
.approach .section-heading { display: block; }
.approach .section-heading h2 { margin: 19px 0 0; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 20% 1fr; gap: 8%; padding: 25px 0 28px; border-bottom: 1px solid var(--line); }
.steps h3 { margin: 0 0 7px; font-size: 1.05rem; letter-spacing: -.03em; }
.steps p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.65; }

.about { display: grid; grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); gap: clamp(46px, 9vw, 130px); align-items: center; padding: 0 0 112px; }
.about-photo { position: relative; height: 410px; overflow: hidden; background: #19385a; border: 1px solid rgba(159, 199, 238, .24); box-shadow: 20px 20px 0 rgba(63,132,255,.13); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(7,17,31,.78)); }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-copy h2 { margin: 17px 0 22px; font-size: clamp(2.75rem, 4.2vw, 4.25rem); line-height: .98; letter-spacing: -.075em; }
.about-copy p:not(.section-index) { max-width: 540px; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.about-copy .about-lead { margin-bottom: 19px; color: var(--ink); font-size: 1.17rem; line-height: 1.5; font-weight: 700; letter-spacing: -.025em; }

.contact { background: var(--lime); color: #07111f; padding: 88px 0 80px; }
.contact-inner { display: grid; grid-template-columns: 25% 1fr; gap: 7%; }
.contact .section-index { color: #4e6313; }
.contact h2 { max-width: 780px; margin: -11px 0 17px; color: #07111f; }
.contact h2 em { color: #2152b1; }
.contact p:not(.section-index) { max-width: 535px; margin-bottom: 35px; color: #3a5411; font-size: 1.03rem; line-height: 1.65; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.contact-link { display: inline-block; width: fit-content; max-width: 100%; color: #07111f; text-decoration: none; font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 800; letter-spacing: -.05em; border-bottom: 2px solid rgba(7,17,31,.85); padding-bottom: 5px; transition: color .2s ease; }
.email-address { white-space: nowrap; }
.contact-link:hover { color: #2152b1; }
.phone-contact { display: block; margin: 0; color: #3a5411; font-size: .95rem; font-weight: 800; letter-spacing: -.02em; }
.phone-contact a { color: #07111f; text-decoration: none; border-bottom: 1px solid rgba(7,17,31,.45); padding-bottom: 2px; transition: color .2s ease; }
.phone-contact a:hover { color: #2152b1; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 27px 0 30px; color: var(--dim); font: .62rem "DM Mono", monospace; letter-spacing: .04em; }
footer a { color: inherit; text-decoration: none; transition: color .2s ease; }
footer a:hover { color: var(--lime); }

@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 560px); }
  .site-header { height: 72px; }
  .header-link { font-size: .67rem; }
  .hero { min-height: 680px; display: flex; align-items: flex-start; padding: 62px 0 66px; }
  .hero .eyebrow { font-size: .78rem; }
  h1 { font-size: clamp(2.95rem, 14vw, 4.6rem); }
  .hero-logistics { top: 0; right: -9%; width: 118%; height: 100%; opacity: .53; }
  .hero-logistics::after { background: linear-gradient(90deg, rgba(7,17,31,.7) 0%, rgba(7,17,31,.28) 42%, rgba(7,17,31,.76) 100%), linear-gradient(180deg, rgba(7,17,31,.8) 0%, rgba(7,17,31,.58) 42%, rgba(7,17,31,.9) 100%); }
  .section-heading, .contact-inner { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2 { margin: 0 0 40px; }
  .services { padding: 72px 0 77px; }
  .service-item { grid-template-columns: 42px 1fr auto; gap: 12px; padding: 24px 0; }
  .service-item:hover { padding-left: 8px; padding-right: 8px; }
  .service-arrow { font-size: 1.05rem; }
  .approach { grid-template-columns: 1fr; gap: 48px; padding: 76px 0; }
  .steps li { grid-template-columns: 45px 1fr; gap: 10px; }
  .about { grid-template-columns: 1fr; gap: 42px; padding-bottom: 76px; }
  .about-photo { height: 360px; max-width: 340px; box-shadow: 14px 14px 0 rgba(63,132,255,.13); }
  .contact { padding: 70px 0 64px; }
  .contact h2 { margin: 0 0 17px; }
  footer { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
