:root {
  --navy: #132b4e;
  --navy-deep: #0d203b;
  --blue-soft: #dbe7ed;
  --orange: #ee7445;
  --orange-deep: #d95e34;
  --yellow: #f4bb3d;
  --paper: #f4f3ee;
  --white: #fcfcf9;
  --ink: #172c48;
  --muted: #667586;
  --line: #d9e1e2;
  --shadow: 0 22px 60px rgba(13, 32, 59, 0.12);
  --display: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(252, 252, 249, 0.94); border-bottom: 1px solid rgba(19, 43, 78, 0.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 188px; margin-left: -12px; }
.brand img { width: 100%; mix-blend-mode: multiply; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #536275; font-size: 0.87rem; font-weight: 600; letter-spacing: 0.01em; transition: color 180ms ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-pill { display: inline-flex; align-items: center; justify-content: center; min-width: 35px; height: 30px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 0 21px; border-radius: 999px; font-size: 0.9rem; font-weight: 750; letter-spacing: -0.01em; transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 0.78rem; }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover, .button-dark:focus-visible { background: var(--navy-deep); box-shadow: 0 7px 18px rgba(19, 43, 78, 0.2); }
.button-primary { color: var(--navy); background: var(--yellow); box-shadow: 0 8px 25px rgba(244, 187, 61, 0.2); }
.button-primary:hover, .button-primary:focus-visible { background: #ffd267; box-shadow: 0 12px 30px rgba(244, 187, 61, 0.29); }
.button-dark-on-yellow { color: var(--white); background: var(--navy); margin-top: 19px; }
.button-dark-on-yellow:hover, .button-dark-on-yellow:focus-visible { background: var(--navy-deep); box-shadow: 0 10px 24px rgba(19, 43, 78, 0.18); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; font-size: 0.91rem; border-bottom: 1px solid currentColor; padding-bottom: 4px; transition: gap 180ms ease, opacity 180ms ease; }
.text-link:hover, .text-link:focus-visible { gap: 14px; opacity: 0.78; }
.text-link-light { color: var(--white); }
.text-link-dark { color: var(--navy); }

.hero { overflow: hidden; color: var(--white); background: var(--navy); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(370px, 0.97fr); align-items: center; gap: 70px; padding-top: 42px; padding-bottom: 66px; }
.hero-copy { position: relative; z-index: 1; max-width: 640px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 0.71rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: #afc2d0; }
.eyebrow-dark { color: var(--navy); }
.eyebrow-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--orange); box-shadow: 13px 0 0 var(--yellow); margin-right: 9px; }
.eyebrow-dot-dark { background: var(--navy); box-shadow: 13px 0 0 var(--orange); }
.hero h1 { max-width: 750px; margin: 0; font-family: var(--display); color: var(--white); font-size: clamp(3rem, 6vw, 5.9rem); font-weight: 750; letter-spacing: -0.073em; line-height: 0.98; }
.hero-lede { max-width: 540px; margin: 32px 0 0; color: #d8e2e9; font-size: clamp(1.06rem, 1.45vw, 1.27rem); line-height: 1.52; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 39px; }
.hero-visual { position: relative; min-height: 530px; display: grid; align-items: center; justify-items: center; }
.journey-card { position: relative; z-index: 1; width: min(100%, 460px); padding: 35px 34px 32px; border: 1px solid rgba(224, 235, 238, 0.22); border-radius: 24px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)); box-shadow: 0 25px 70px rgba(5, 18, 37, 0.27); backdrop-filter: blur(10px); transform: rotate(-2.5deg); }
.journey-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(222, 234, 237, 0.2); color: #aec0cd; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.journey-index { color: var(--yellow); }
.journey-title { padding: 39px 0 34px; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3.3vw, 2.65rem); font-weight: 700; letter-spacing: -0.058em; line-height: 1.05; }
.journey-title em { color: var(--yellow); font-style: normal; }
.journey-line { display: flex; align-items: center; gap: 7px; height: 17px; margin-bottom: 28px; }
.journey-segment { display: block; height: 100%; border-radius: 999px; }
.journey-segment-navy { width: 37%; background: var(--blue-soft); }
.journey-segment-orange { width: 24%; background: var(--orange); }
.journey-segment-yellow { width: 18%; background: var(--yellow); }
.journey-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.journey-steps > div { display: grid; gap: 2px; }
.journey-steps span { color: #9fb4c3; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; }
.journey-steps strong { color: var(--white); font-size: 0.77rem; }
.journey-steps small { color: #a9bac5; font-size: 0.67rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(209, 228, 234, 0.16); border-radius: 50%; transform: rotate(-17deg); }
.hero-orbit-one { width: 550px; height: 315px; }
.hero-orbit-two { width: 270px; height: 270px; border-color: rgba(244, 187, 61, 0.32); transform: translate(96px, 110px); }
.visual-caption { position: absolute; right: -16px; bottom: 5px; width: 210px; margin: 0; color: #9eb2c1; font-size: 0.72rem; line-height: 1.45; }

.section-light { background: var(--white); }
.section-paper { background: var(--paper); }
.section-navy { background: var(--navy); }
.section-yellow { background: var(--yellow); }
.intro-section { padding: 144px 0 148px; }
.intro-grid, .capabilities-grid { display: grid; grid-template-columns: 210px minmax(0, 740px); justify-content: space-between; gap: 60px; }
.section-kicker { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.35; text-transform: uppercase; }
.section-number { color: var(--orange); font-size: 0.85rem; }
.section-kicker-light { color: #a9bfcd; }
.section-kicker-light .section-number { color: var(--yellow); }
.intro-content h2, .capabilities-content h2, .closing-inner h2 { max-width: 800px; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.55rem, 5vw, 4.7rem); font-weight: 720; letter-spacing: -0.07em; line-height: 0.98; }
.intro-lede { max-width: 730px; margin: 32px 0 0; color: #42536a; font-size: clamp(1.15rem, 1.8vw, 1.42rem); line-height: 1.48; }
.statement-card { display: grid; grid-template-columns: 42px 1fr; gap: 13px; max-width: 700px; margin-top: 54px; padding: 26px 29px 28px 20px; border-left: 4px solid var(--orange); background: var(--paper); }
.statement-mark { color: var(--orange); font-family: Georgia, serif; font-size: 4.1rem; line-height: 0.8; }
.statement-card p { margin: 0; color: var(--navy); font-size: 1.13rem; font-weight: 650; line-height: 1.46; }
.body-copy { max-width: 665px; margin: 31px 0 0; color: #59697a; }

.process-section { padding: 123px 0 135px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 65px; margin-bottom: 55px; }
.section-heading-row h2 { max-width: 700px; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.45rem, 4vw, 4.15rem); font-weight: 720; letter-spacing: -0.072em; line-height: 0.98; }
.heading-note { max-width: 280px; margin: 0 0 5px; color: var(--muted); font-size: 0.83rem; line-height: 1.5; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.process-card { min-height: 365px; display: flex; flex-direction: column; padding: 28px 28px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 8px 24px rgba(13, 32, 59, 0.025); }
.process-card-featured { color: var(--white); border-color: var(--navy); background: var(--navy); }
.card-number { color: var(--orange); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.12em; }
.process-card-featured .card-number { color: var(--yellow); }
.card-icon { width: 48px; height: 48px; position: relative; display: flex; align-items: flex-end; gap: 4px; margin: 58px 0 32px; }
.card-icon span { display: block; width: 13px; border-radius: 4px 4px 2px 2px; }
.card-icon-navy span { background: var(--yellow); }
.card-icon-navy span:first-child { height: 30px; }
.card-icon-navy span:last-child { height: 44px; }
.card-icon-orange span { background: var(--orange); }
.card-icon-orange span:nth-child(1) { height: 22px; }
.card-icon-orange span:nth-child(2) { height: 38px; }
.card-icon-orange span:nth-child(3) { height: 30px; }
.card-icon-yellow span { background: var(--navy); }
.card-icon-yellow span:first-child { height: 42px; }
.card-icon-yellow span:last-child { height: 23px; }
.process-card h3 { max-width: 250px; margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.45rem; font-weight: 720; letter-spacing: -0.045em; line-height: 1.05; }
.process-card-featured h3 { color: var(--white); }
.process-card p { max-width: 300px; margin: 14px 0 0; color: var(--muted); font-size: 0.92rem; line-height: 1.48; }
.process-card-featured p { color: #c3d1da; }
.card-footer { margin-top: auto; padding-top: 25px; color: #8a98a5; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.04em; line-height: 1.35; text-transform: uppercase; }
.process-card-featured .card-footer { color: #9db6c4; }

.case-section { padding: 138px 0 145px; color: var(--white); }
.case-grid { display: grid; grid-template-columns: minmax(300px, 0.83fr) minmax(0, 1fr); gap: 100px; }
.case-intro { position: relative; }
.case-mark { display: flex; align-items: center; height: 95px; gap: 6px; margin: 78px 0 55px; }
.case-mark-piece { display: block; border-radius: 999px; transform: rotate(-30deg); }
.case-mark-piece-one { width: 42px; height: 80px; background: var(--blue-soft); }
.case-mark-piece-two { width: 42px; height: 61px; background: var(--orange); margin-top: -22px; }
.case-mark-piece-three { width: 42px; height: 42px; background: var(--yellow); margin-top: -40px; }
.case-intro h2 { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(4.3rem, 9vw, 8rem); font-weight: 760; letter-spacing: -0.09em; line-height: 0.82; }
.case-tagline { max-width: 310px; margin: 27px 0 0; color: #c9d7de; font-size: 1.1rem; line-height: 1.45; }
.case-detail { align-self: end; padding-bottom: 4px; }
.case-lede { max-width: 595px; margin: 0 0 50px; color: var(--white); font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.65rem); font-weight: 650; letter-spacing: -0.05em; line-height: 1.1; }
.case-points { border-top: 1px solid rgba(211, 229, 234, 0.26); }
.case-point { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 19px 0 18px; border-bottom: 1px solid rgba(211, 229, 234, 0.26); }
.case-point span { color: var(--yellow); font-size: 0.71rem; font-weight: 850; letter-spacing: 0.1em; }
.case-point p { max-width: 470px; margin: 0; color: #c0d0d8; font-size: 0.96rem; line-height: 1.48; }
.case-tech-note { display: flex; align-items: center; gap: 14px; margin-top: 29px; color: #95aebd; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.note-line { width: 32px; height: 2px; background: var(--orange); }

.capabilities-section { padding: 143px 0 155px; }
.capabilities-content { max-width: 790px; }
.capabilities-list { margin-top: 67px; border-top: 1px solid var(--line); }
.capability-row { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 22px 0 22px; border-bottom: 1px solid var(--line); }
.capability-index { color: var(--orange); font-size: 0.77rem; font-weight: 850; letter-spacing: 0.11em; }
.capability-row h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.4rem; font-weight: 700; letter-spacing: -0.04em; line-height: 1.15; }
.capability-row p { margin: 6px 0 0; color: var(--muted); font-size: 0.91rem; }

.about-section { padding: 125px 0 130px; color: var(--navy); }
.about-grid { display: grid; grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr); align-items: center; gap: 100px; }
.about-stamp { width: 210px; height: 210px; display: grid; place-content: center; gap: 0; border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); font-family: var(--display); font-size: 1.44rem; font-weight: 850; letter-spacing: -0.08em; line-height: 0.82; text-align: center; transform: rotate(-11deg); }
.stamp-mark { display: flex; justify-content: center; gap: 3px; margin-top: 20px; }
.stamp-mark i { display: block; width: 14px; height: 14px; border-radius: 50% 50% 4px 50%; transform: rotate(-35deg); }
.stamp-mark i:nth-child(1) { background: var(--navy); }
.stamp-mark i:nth-child(2) { background: var(--orange); margin-top: -5px; }
.stamp-mark i:nth-child(3) { background: var(--yellow); margin-top: -10px; }
.about-content { max-width: 690px; }
.about-content h2 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(2.65rem, 4.5vw, 4.45rem); font-weight: 730; letter-spacing: -0.073em; line-height: 0.98; }
.about-content > p { max-width: 620px; margin: 27px 0 0; color: #2c4160; font-size: 1.03rem; line-height: 1.58; }

.closing-section { padding: 151px 0 162px; }
.closing-inner { max-width: 920px; margin: 0 auto; text-align: center; }
.closing-inner .eyebrow { justify-content: center; }
.closing-inner h2 { margin: 0 auto; max-width: 860px; }
.closing-inner > p:not(.eyebrow) { max-width: 570px; margin: 30px auto 0; color: var(--muted); font-size: 1.1rem; line-height: 1.52; }
.closing-inner .text-link { margin-top: 33px; }
.site-footer { color: #bdced7; background: var(--navy-deep); }
.footer-inner { min-height: 93px; display: flex; align-items: center; gap: 26px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--white); font-family: var(--display); font-size: 1.08rem; font-weight: 750; letter-spacing: -0.04em; }
.footer-symbol { display: flex; align-items: center; gap: 2px; }
.footer-symbol i { display: block; width: 8px; height: 17px; border-radius: 7px; transform: rotate(-28deg); }
.footer-symbol i:nth-child(1) { background: var(--blue-soft); }
.footer-symbol i:nth-child(2) { height: 14px; background: var(--orange); margin-top: -5px; }
.footer-symbol i:nth-child(3) { width: 7px; height: 10px; background: var(--yellow); margin-top: -10px; }
.footer-inner p { margin: 0; font-size: 0.76rem; }
.footer-meta { margin-left: auto !important; color: #8ca2b2; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (max-width: 940px) {
  .shell { width: min(100% - 42px, 720px); }
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 75px; }
  .hero-copy { max-width: 660px; }
  .hero-visual { min-height: 420px; margin-top: -13px; }
  .visual-caption { right: 0; }
  .intro-grid, .capabilities-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-kicker { margin-bottom: 0; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .heading-note { max-width: 490px; }
  .case-grid { grid-template-columns: 1fr; gap: 65px; }
  .case-mark { margin-top: 50px; margin-bottom: 42px; }
  .case-detail { max-width: 680px; }
  .about-grid { grid-template-columns: 1fr; gap: 54px; }
  .about-stamp { width: 160px; height: 160px; font-size: 1.1rem; }
}
@media (max-width: 660px) {
  .shell { width: min(100% - 32px, 520px); }
  .site-header { position: relative; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand { width: 155px; margin-left: -8px; }
  .header-actions { gap: 8px; }
  .language-pill { display: none; }
  .button-small { min-height: 38px; padding: 0 14px; font-size: 0.74rem; }
  .hero-grid { min-height: 0; padding-top: 72px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-lede { margin-top: 26px; font-size: 1.08rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 31px; }
  .hero-visual { min-height: 375px; margin-top: 15px; }
  .journey-card { padding: 27px 22px 24px; }
  .journey-title { padding: 29px 0 27px; font-size: 2.1rem; }
  .journey-steps { gap: 7px; }
  .journey-steps strong { font-size: 0.7rem; }
  .journey-steps small { font-size: 0.61rem; }
  .hero-orbit-one { width: 390px; height: 245px; }
  .hero-orbit-two { width: 205px; height: 205px; transform: translate(50px, 75px); }
  .visual-caption { right: 4px; bottom: -9px; font-size: 0.67rem; }
  .intro-section, .capabilities-section { padding: 84px 0 91px; }
  .process-section { padding: 84px 0 92px; }
  .case-section { padding: 89px 0 96px; }
  .closing-section { padding: 94px 0 105px; }
  .intro-content h2, .capabilities-content h2, .closing-inner h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .intro-lede { margin-top: 24px; font-size: 1.1rem; }
  .statement-card { margin-top: 39px; padding: 22px 19px 23px 14px; }
  .statement-card p { font-size: 1rem; }
  .process-grid { grid-template-columns: 1fr; gap: 13px; }
  .process-card { min-height: 310px; }
  .card-icon { margin-top: 38px; margin-bottom: 26px; }
  .case-intro h2 { font-size: clamp(4rem, 24vw, 7rem); }
  .case-lede { margin-bottom: 38px; font-size: 1.75rem; }
  .case-point { grid-template-columns: 34px 1fr; gap: 12px; }
  .case-point p { font-size: 0.91rem; }
  .capabilities-list { margin-top: 43px; }
  .capability-row { grid-template-columns: 31px 1fr; gap: 12px; }
  .capability-row h3 { font-size: 1.22rem; }
  .about-section { padding: 86px 0 92px; }
  .about-grid { gap: 43px; }
  .about-content h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .about-content > p { font-size: 0.98rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 7px; padding-top: 23px; padding-bottom: 25px; }
  .footer-meta { margin-left: 0 !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
