:root {
  --navy: #0b1d33;
  --navy-2: #102b4a;
  --blue: #3d6ea8;
  --blue-soft: #eaf1f8;
  --steel: #7b8794;
  --ivory: #f7f6f2;
  --white: #ffffff;
  --line: #dde2e7;
  --shadow: 0 18px 44px rgba(11, 29, 51, 0.08);
  --shadow-sm: 0 8px 24px rgba(11, 29, 51, 0.07);
  --radius: 20px;
  --container: 1180px;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  background: var(--navy); color: #fff; padding: 12px 16px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--ivory); }
.eyebrow {
  margin: 0 0 16px; color: var(--blue); font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
}
.display, .section-title { font-family: var(--serif); font-weight: 400; letter-spacing: -0.025em; }
.display { font-size: clamp(60px, 7vw, 104px); line-height: .93; margin: 0; max-width: 8.2ch; }
.section-title { font-size: clamp(44px, 5vw, 68px); line-height: 1; margin: 0; }
.section-intro { max-width: 650px; margin: 24px 0 0; font-size: 19px; line-height: 1.65; color: #465364; }
.rule { width: 42px; height: 2px; background: var(--blue); margin: 24px 0; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: rgba(11,29,51,.08); box-shadow: 0 10px 30px rgba(11,29,51,.05); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 248px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 500; position: relative; white-space: nowrap; }
.site-nav a:not(.language-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--blue); transition: right .2s ease; }
.site-nav a:not(.language-link):hover::after { right: 0; }
.language { display: flex; align-items: center; gap: 9px; padding-left: 10px; border-left: 1px solid var(--line); }
.language-link { color: var(--steel); }
.language-link.active { color: var(--navy); font-weight: 600; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 1.5px; background: var(--navy); margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(7.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7.5px) rotate(-45deg); }

.hero { padding: 74px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.17fr; align-items: center; gap: 62px; }
.hero-copy { position: relative; z-index: 2; }
.hero-text { max-width: 560px; margin: 28px 0 0; color: #465364; font-size: 18px; line-height: 1.72; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: #eef4fa; right: -14%; top: -25%; z-index: -1; }
.hero-media img { width: 100%; aspect-ratio: 1.66; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.hero-caption { display: flex; justify-content: space-between; gap: 24px; padding: 16px 4px 0; color: var(--steel); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.services-head { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 48px; }
.services-head .section-intro { margin: 0; max-width: 520px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card, .benefit-card { background: var(--white); border: 1px solid rgba(11,29,51,.08); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.service-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(61,110,168,.35); box-shadow: var(--shadow); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--blue-soft); margin-bottom: 48px; }
.icon-box svg { width: 28px; height: 28px; fill: none; stroke: var(--navy); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3, .benefit-card h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.05; margin: 0 0 16px; }
.service-card p, .benefit-card p { color: #586575; line-height: 1.62; margin: auto 0 0; font-size: 15px; }

.process { background: var(--navy); color: #fff; }
.process .eyebrow { color: #94b9e5; }
.process-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.process-head p { max-width: 520px; color: #c7d0da; font-size: 17px; line-height: 1.65; margin: 0; }
.process-line { display: grid; grid-template-columns: repeat(11, auto); align-items: center; justify-content: space-between; gap: 8px; margin-top: 64px; }
.process-step { text-align: center; min-width: 84px; }
.process-icon { width: 64px; height: 64px; margin: 0 auto 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.04); }
.process-icon svg { width: 27px; height: 27px; fill: none; stroke: #fff; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.process-step span { font-size: 13px; color: #e8edf2; }
.process-arrow { color: #6d7e90; font-size: 20px; }

.world-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; }
.world-media { position: relative; }
.world-media img { width: 100%; aspect-ratio: 2.45; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.world-media::after { content: ""; position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.world-copy p { color: #586575; font-size: 17px; line-height: 1.7; margin: 26px 0 0; }
.scope-note { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; padding: 10px 14px; border-radius: 999px; background: var(--blue-soft); color: var(--navy); font-size: 13px; font-weight: 500; }
.scope-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }

.benefits-head { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.benefits-head .section-intro { margin-inline: auto; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card { padding: 26px; }
.benefit-card .mini-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); margin-bottom: 24px; }
.benefit-card .mini-icon svg { width: 19px; height: 19px; fill: none; stroke: var(--navy); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { font-size: 24px; }

.about-contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; }
.about-contact .section-title { font-size: clamp(40px, 4vw, 58px); }
.about-copy { color: #586575; font-size: 17px; line-height: 1.75; max-width: 650px; }
.contact-panel { border-left: 1px solid var(--line); padding-left: 56px; }
.contact-list { margin-top: 30px; }
.contact-row { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row:first-child { border-top: 1px solid var(--line); }
.contact-row svg { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-label { display: block; color: var(--steel); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.contact-value { text-decoration: none; font-size: 16px; font-weight: 500; word-break: break-word; }
.contact-value:not([aria-disabled="true"]):hover { color: var(--blue); }
.contact-value[aria-disabled="true"] { cursor: default; color: #9aa4af; }

.site-footer { background: var(--navy); color: #fff; padding: 42px 0 28px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.footer-brand img { width: 220px; }
.footer-tagline { margin: 7px 0 0 93px; color: #aab8c6; font-size: 13px; }
.footer-links { display: flex; gap: 24px; align-items: center; }
.footer-links a { color: #d5dde5; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 30px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #8495a7; font-size: 12px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .header-inner { min-height: 78px; }
  .brand img { width: 220px; }
  .site-nav { gap: 20px; }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .display { max-width: 10ch; }
  .hero-media { max-width: 860px; }
  .card-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 265px; }
  .icon-box { margin-bottom: 36px; }
  .process-line { grid-template-columns: repeat(6, 1fr); gap: 18px; }
  .process-arrow { display: none; }
  .world-grid { grid-template-columns: 1fr; gap: 36px; }
  .world-copy { max-width: 720px; }
}

@media (max-width: 760px) {
  .section { padding: 72px 0; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand img { width: 190px; }
  .menu-button { display: block; }
  .site-nav {
    position: fixed; inset: 78px 0 auto 0; height: calc(100vh - 78px); background: #fff;
    display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 32px 24px;
    transform: translateX(100%); transition: transform .25s ease; border-top: 1px solid var(--line);
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a { width: 100%; font-family: var(--serif); font-size: 33px; font-weight: 400; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .language { border-left: 0; padding: 28px 0 0; gap: 18px; }
  .language a { font-size: 16px; }
  .hero { padding: 44px 0 64px; }
  .display { font-size: clamp(54px, 16vw, 76px); line-height: .95; }
  .hero-text { font-size: 16px; }
  .hero-media img { border-radius: 20px; aspect-ratio: 1.25; }
  .hero-caption { display: none; }
  .services-head, .process-head { align-items: flex-start; flex-direction: column; gap: 24px; }
  .services-head .section-intro { margin: 0; }
  .card-grid, .benefit-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .icon-box { margin-bottom: 30px; }
  .process-line { grid-template-columns: repeat(2, 1fr); margin-top: 44px; gap: 28px 16px; }
  .world-media img { aspect-ratio: 1.8; }
  .about-contact { grid-template-columns: 1fr; gap: 56px; }
  .contact-panel { border-left: 0; padding-left: 0; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-tagline { margin-left: 78px; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand img { width: 172px; }
  .display { font-size: 52px; }
  .section-title { font-size: 42px; }
  .hero-grid { gap: 34px; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
