:root {
  --ink: #10284a;
  --forest: #154c6b;
  --green: #0aa6c2;
  --mint: #73e4ef;
  --sand: #eaf8fb;
  --paper: #f8fbfd;
  --line: rgba(16, 40, 74, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 5.5vw; border-bottom: 1px solid rgba(255,255,255,.18); color: white; }
.brand { display: inline-flex; align-items: center; }
.logo-picture { display: block; height: 66px; width: 190px; overflow: hidden; border-radius: 7px; background: #fff; box-shadow: 0 8px 28px rgba(6, 30, 60, .18); }
.logo-picture img { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.site-header nav a { opacity: .76; transition: opacity .2s; }
.site-header nav a:hover { opacity: 1; }
.site-header .nav-cta { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 13px 18px; opacity: 1; }
.nav-cta span, .button span, .contact-link > span:last-child { margin-left: 12px; }
.menu-toggle, .menu-button { display: none; }

.hero { min-height: 760px; padding: 190px 5.5vw 0; color: white; position: relative; overflow: hidden; background: linear-gradient(128deg, #0b2345 0%, #124d70 57%, #08a8c3 100%); }
.hero:after { content: ''; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, transparent 5%, black 80%); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.hero h1 { margin: 30px 0; font-size: clamp(62px, 7.2vw, 112px); line-height: .88; letter-spacing: -.065em; font-weight: 600; }
.hero h1 em { color: var(--mint); }
.hero-lead { max-width: 610px; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.75); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 17px 23px; border-radius: 3px; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--mint); color: var(--ink); }
.text-link { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; }
.text-link span { margin-left: 10px; }
.hero-visual { position: absolute; z-index: 1; width: 470px; height: 470px; right: 5vw; top: 170px; }
.orb { position: absolute; border: 1px solid rgba(115,228,239,.35); border-radius: 50%; }
.orb-a { width: 410px; height: 410px; right: 0; top: 0; }
.orb-b { width: 270px; height: 270px; right: 70px; top: 70px; box-shadow: 0 0 90px rgba(115,228,239,.12) inset; }
.connection-line { position: absolute; top: 220px; left: 45px; width: 380px; height: 1px; background: linear-gradient(90deg, transparent, var(--mint), transparent); transform: rotate(-17deg); }
.connection-line i { position: absolute; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; top: -3px; box-shadow: 0 0 14px var(--mint); }
.connection-line i:nth-child(1) { left: 8%; }.connection-line i:nth-child(2) { left: 49%; }.connection-line i:nth-child(3) { left: 90%; }
.place { position: absolute; border-left: 1px solid var(--mint); padding-left: 12px; display: flex; flex-direction: column; gap: 5px; }
.place small { font-size: 8px; letter-spacing: .2em; color: var(--mint); }.place strong { font-size: 12px; letter-spacing: .18em; }
.place-eu { left: 34px; top: 120px; }.place-asia { right: 0; bottom: 104px; }
.visual-note { position: absolute; right: 42px; top: 178px; font-family: Georgia, serif; font-size: 16px; line-height: 1.5; color: rgba(255,255,255,.5); text-align: right; }
.hero-proof { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 5.5vw; border-top: 1px solid rgba(255,255,255,.18); }
.hero-proof > div { display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.18); padding: 18px 28px; }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { font-family: Georgia, serif; font-size: 34px; font-weight: 400; color: var(--mint); }
.hero-proof span { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 120px 5.5vw; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 30px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { align-self: start; margin-top: 15px; color: var(--green); }
.section-heading h2 { font-size: clamp(40px, 4.3vw, 68px); line-height: .98; letter-spacing: -.045em; font-weight: 600; margin: 0; }
.section-heading h2 em { color: var(--green); }
.section-heading > p:last-child { line-height: 1.7; color: #536b82; font-size: 14px; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.focus-card { background: white; border: 1px solid var(--line); }
.focus-art { position: relative; height: 250px; overflow: hidden; background: #143f61; color: white; }
.focus-art:before, .focus-art:after, .focus-art i { content: ''; position: absolute; border: 1px solid rgba(115,228,239,.38); border-radius: 50%; }
.focus-art:before { width: 190px; height: 190px; left: -25px; top: 32px; }
.focus-art:after { width: 190px; height: 190px; right: -25px; top: 32px; }
.focus-art i:first-of-type { width: 70px; height: 70px; left: calc(50% - 35px); top: 90px; background: rgba(115,228,239,.15); }
.focus-art i:last-of-type { width: 7px; height: 7px; left: calc(50% - 3px); top: 121px; background: var(--mint); box-shadow: 0 0 20px var(--mint); }
.focus-art span { position: absolute; z-index: 2; bottom: 18px; left: 20px; font-size: 9px; letter-spacing: .23em; opacity: .65; }
.art-2 { background: #9ce8f0; }.art-2:before, .art-2:after, .art-2 i { border-color: rgba(16,40,74,.25); }.art-2 i:first-of-type { background: rgba(16,40,74,.12); }.art-2 i:last-of-type { background: var(--ink); box-shadow: 0 0 20px white; }.art-2 span { color: var(--ink); }
.art-3 { background: #327a98; }.art-3:before { width: 250px; height: 250px; left: -50px; top: 0; }.art-3:after { width: 250px; height: 250px; right: -50px; top: 0; }
.focus-content { padding: 28px 28px 34px; }
.focus-content small { letter-spacing: .18em; font-size: 9px; color: var(--green); font-weight: 700; }
.focus-content h3 { margin: 25px 0 14px; font-family: Georgia, serif; font-weight: 400; font-size: 25px; }
.focus-content p { color: #586d82; font-size: 14px; line-height: 1.7; margin-bottom: 0; }

.services-section { background: var(--ink); color: white; }
.section-heading.light .eyebrow { color: var(--mint); }.section-heading.light h2 em { color: var(--mint); }
.services-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-row { display: grid; grid-template-columns: .5fr 1.3fr 1.1fr; gap: 32px; padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-number { color: var(--mint); font-family: Georgia, serif; font-size: 25px; }
.service-row h3 { font-size: 29px; margin-bottom: 13px; font-weight: 500; }
.service-row p { max-width: 530px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; margin-bottom: 0; }
.service-row ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 8px; }
.service-row li { border: 1px solid rgba(115,228,239,.35); border-radius: 999px; padding: 8px 13px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--mint); }

.process-section { display: grid; grid-template-columns: 1fr 2fr; gap: 9vw; }
.section-heading.compact { display: block; margin: 0; }
.section-heading.compact .eyebrow { margin: 0 0 35px; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { font-size: 10px; letter-spacing: .15em; color: var(--green); font-weight: 700; }
.process-list h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; margin-bottom: 7px; }.process-list p { color: #586d82; font-size: 13px; margin-bottom: 0; line-height: 1.5; }

.about-section { padding: 0 5.5vw 120px; }
.about-panel { background: #dff5f8; padding: 75px 8vw; display: grid; grid-template-columns: 1fr 2fr; gap: 30px 8vw; }
.about-panel .eyebrow { color: var(--green); }
.about-panel blockquote { grid-column: 2; margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 60px); line-height: 1.15; letter-spacing: -.035em; }
.about-copy { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; color: #506c83; font-size: 14px; line-height: 1.75; }

.contact-section { padding: 110px 5.5vw; background: linear-gradient(135deg, #73e4ef 0%, #22bed3 100%); display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; }
.contact-section .eyebrow { color: #123e65; }.contact-section h2 { font-size: clamp(43px, 5vw, 74px); line-height: .98; letter-spacing: -.05em; margin: 40px 0 0; }.contact-section h2 em { color: #f5fdff; }
.contact-card { align-self: end; border-top: 1px solid rgba(16,40,74,.32); }
.contact-card > p:first-child { padding: 22px 0; line-height: 1.6; font-size: 14px; max-width: 450px; }
.contact-link { border-top: 1px solid rgba(16,40,74,.22); padding: 18px 0; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; }
.contact-link > span:first-child { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }.contact-link strong { font-size: 15px; }
.response-note { border-top: 1px solid rgba(16,40,74,.22); padding: 20px 0 0 !important; text-transform: uppercase; letter-spacing: .1em; font-size: 9px !important; }
.response-note i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 8px; }

footer { padding: 70px 5.5vw 28px; background: #081d3a; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: start; padding-bottom: 50px; }
.footer-brand .logo-picture { width: 185px; height: 73px; box-shadow: none; }.footer-top > p { color: rgba(255,255,255,.55); line-height: 1.6; font-size: 13px; }.footer-address { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.6; text-align: right; }
.legal-details { border-top: 1px solid rgba(255,255,255,.14); }
.legal-details details { border-bottom: 1px solid rgba(255,255,255,.14); }
.legal-details summary { cursor: pointer; padding: 17px 0; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.66); }
.legal-details details div { max-width: 900px; padding: 0 0 26px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.7; }
.legal-copy h3 { margin: 24px 0 8px; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.legal-copy h3:first-of-type { margin-top: 8px; }
.legal-copy p { margin-bottom: 12px; }
.legal-copy a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.legal-date { color: var(--mint); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; font-size: 10px; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1050px) {
  .hero-visual { opacity: .45; right: -100px; }
  .section-heading { grid-template-columns: .8fr 2fr; }.section-heading > p:last-child { grid-column: 2; }
  .focus-content { padding: 24px 20px 28px; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 0 22px; }
  .menu-button { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; position: relative; z-index: 3; }
  .menu-button span { width: 15px; height: 1px; background: white; }
  .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 0; padding: 105px 25px 35px; background: #0b2345; flex-direction: column; align-items: stretch; gap: 0; }
  .logo-picture { width: 58px; height: 54px; border-radius: 8px; }
  .site-header nav a { border-top: 1px solid rgba(255,255,255,.16); padding: 17px 0; font-size: 13px; }
  .site-header .nav-cta { margin-top: 15px; border: 1px solid var(--mint); text-align: center; }
  .menu-toggle:checked ~ nav { display: flex; }
  .hero { min-height: 860px; padding: 150px 22px 0; }
  .hero h1 { font-size: 61px; line-height: .92; margin: 25px 0; }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }.button { width: 100%; }
  .hero-visual { width: 300px; height: 300px; right: -90px; top: 475px; opacity: .38; }.orb-a { width: 290px; height: 290px; }.orb-b { width: 190px; height: 190px; right: 50px; top: 50px; }.connection-line { width: 270px; left: 15px; top: 145px; }.place-eu { top: 68px; left: 8px; }.place-asia { bottom: 70px; }.visual-note { display: none; }
  .hero-proof { margin: 0 22px; min-height: 135px; }.hero-proof > div { display: block; padding: 17px 10px; }.hero-proof strong { display: block; font-size: 27px; margin-bottom: 8px; }.hero-proof span { font-size: 8px; }
  .section { padding: 85px 22px; }
  .section-heading { display: block; margin-bottom: 38px; }.section-heading .eyebrow { margin: 0 0 30px; }.section-heading h2 { font-size: 44px; }.section-heading > p:last-child { margin: 24px 0 0; }
  .focus-grid { grid-template-columns: 1fr; }.focus-art { height: 205px; }
  .service-row { grid-template-columns: 45px 1fr; gap: 15px; padding: 30px 0; }.service-row ul { grid-column: 2; }.service-row h3 { font-size: 24px; }
  .process-section { grid-template-columns: 1fr; gap: 55px; }
  .about-section { padding: 0 22px 85px; }.about-panel { padding: 55px 25px; display: block; }.about-panel blockquote { margin: 32px 0; font-size: 36px; }.about-copy { display: block; }.about-copy p { margin-bottom: 20px; }
  .contact-section { padding: 80px 22px; grid-template-columns: 1fr; gap: 60px; }.contact-section h2 { font-size: 47px; }.contact-link { grid-template-columns: 68px 1fr auto; }.contact-link strong { font-size: 12px; }
  footer { padding: 55px 22px 25px; }.footer-top { grid-template-columns: 1fr; }.footer-brand .logo-picture { width: 82px; height: 72px; }.footer-address { text-align: left; }.footer-bottom { gap: 20px; line-height: 1.5; }
}

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