:root {
  --navy: #071b2d;
  --navy-2: #0a2943;
  --blue: #063f7b;
  --cyan: #08aebd;
  --cyan-soft: #dff7f8;
  --paper: #fbfcfd;
  --soft: #f1f5f6;
  --ink: #101a22;
  --muted: #60707a;
  --line: rgba(13, 35, 51, .13);
  --radius: 28px;
  --max: 1320px;
  --shadow: 0 28px 78px rgba(7, 27, 45, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
section[id] { scroll-margin-top: 92px; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 16px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 32px rgba(7,27,45,.08); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .footer-brand { width: 246px; height: 58px; position: relative; display: block; flex: 0 0 auto; overflow: hidden; background: #fff; border-radius: 10px; }
.brand img, .footer-brand img { width: 246px; height: auto; position: absolute; left: 0; top: -41px; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 720; }
.desktop-nav a { opacity: .78; transition: opacity .2s ease, color .2s ease; }
.desktop-nav a:hover { opacity: 1; color: var(--blue); }
.desktop-nav .back-link { color: var(--blue); opacity: 1; }
.desktop-nav .nav-cta { padding: 10px 17px; color: white; background: var(--blue); border-radius: 999px; opacity: 1; }
.desktop-nav .nav-cta:hover { color: white; background: var(--cyan); }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: 900px; padding-top: 92px; position: relative; display: flex; align-items: center; color: white; background: var(--navy); overflow: hidden; }
.hero-visual { position: absolute; inset: 0 0 0 47%; background: url("./assets/facility-action.png") right center / cover no-repeat; filter: saturate(.86) contrast(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,27,45,.99) 0%, rgba(7,27,45,.97) 43%, rgba(7,27,45,.62) 69%, rgba(7,27,45,.17) 100%), linear-gradient(0deg, rgba(7,27,45,.50), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding: 135px 0 215px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 10px; line-height: 1.2; font-weight: 850; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow.light { color: #80e0e7; }
.hero h1 { max-width: 1100px; margin: 0; font-size: clamp(58px, 7.2vw, 104px); line-height: .93; letter-spacing: -.06em; }
.hero h1 em, .statement h2 em { color: #83e0e6; font-style: normal; font-weight: inherit; }
.hero-claim { max-width: 790px; margin: 31px 0 0; font-size: clamp(22px, 2.4vw, 35px); line-height: 1.18; letter-spacing: -.035em; }
.hero-copy { max-width: 735px; margin: 25px 0 0; color: rgba(255,255,255,.70); font-size: clamp(16px, 1.25vw, 18px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 820; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: #83e0e6; }
.button-primary:hover { background: white; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.38); }
.hero-proof { position: absolute; z-index: 3; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(5,22,37,.84); border-top: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(18px); }
.hero-proof > div { padding: 24px 32px; border-right: 1px solid rgba(255,255,255,.10); }
.hero-proof > div:first-child { padding-left: max(24px, calc((100vw - var(--max)) / 2)); }
.hero-proof > div:last-child { padding-right: max(24px, calc((100vw - var(--max)) / 2)); border-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 16px; }
.hero-proof span { margin-top: 4px; color: rgba(255,255,255,.55); font-size: 12px; }
.pulse { position: absolute; z-index: 2; width: 11px; height: 11px; border-radius: 50%; background: #80e0e7; box-shadow: 0 0 0 12px rgba(128,224,231,.13), 0 0 0 27px rgba(128,224,231,.05); animation: pulse 2.8s ease-in-out infinite; }
.pulse-one { top: 35%; right: 22%; }
.pulse-two { top: 63%; right: 12%; animation-delay: 1.1s; }
@keyframes pulse { 0%, 100% { transform: scale(.85); opacity: .65; } 50% { transform: scale(1.35); opacity: 1; } }

.section { padding: 132px 0; position: relative; }
h2 { margin: 0; font-size: clamp(42px, 5.1vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.section-heading { max-width: 970px; margin-bottom: 60px; }
.section-heading.wide { max-width: 1080px; }
.section-heading > p:last-child { max-width: 830px; margin: 25px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); }
.intro { background: white; }
.split-intro { display: grid; grid-template-columns: 1fr .84fr; gap: clamp(60px, 9vw, 135px); align-items: start; }
.intro-copy { padding-top: 37px; color: var(--muted); font-size: 18px; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: clamp(24px, 2.25vw, 34px); line-height: 1.2; letter-spacing: -.035em; }
.intro-copy p + p { margin-top: 24px; }
.intro-copy strong { color: var(--blue); }

.partnership { background: radial-gradient(circle at 90% 0, rgba(8,174,189,.07), transparent 25%), var(--soft); }
.partner-grid { display: grid; grid-template-columns: 1fr 120px 1fr; gap: 18px; align-items: stretch; }
.partner-card { padding: clamp(30px, 4vw, 52px); border-radius: var(--radius); box-shadow: var(--shadow); }
.partner-card.gw { background: white; border: 1px solid var(--line); }
.partner-card.fm { color: white; background: radial-gradient(circle at 90% 0, rgba(8,174,189,.30), transparent 34%), var(--navy-2); }
.partner-tag { margin: 0; color: var(--blue); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.partner-card.fm .partner-tag { color: #83e0e6; }
.partner-card h3 { margin: 18px 0 29px; font-size: clamp(29px, 2.7vw, 42px); line-height: 1.07; letter-spacing: -.045em; }
.partner-card ul { margin: 0; padding: 0; list-style: none; }
.partner-card li { padding: 13px 0 13px 25px; position: relative; color: var(--muted); border-top: 1px solid var(--line); }
.partner-card li::before { content: ""; width: 8px; height: 8px; position: absolute; left: 1px; top: 22px; background: var(--cyan); border-radius: 50%; }
.partner-card.fm li { color: rgba(255,255,255,.70); border-color: rgba(255,255,255,.12); }
.handoff { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 13px; color: var(--blue); text-align: center; }
.handoff span { font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.handoff i { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--cyan); border-radius: 50%; font-size: 20px; font-style: normal; }

.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 310px; padding: 31px; display: flex; flex-direction: column; background: var(--soft); border: 1px solid var(--line); border-radius: 24px; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue); background: var(--cyan-soft); border-radius: 50%; font-size: 11px; font-weight: 900; }
.service-card h3 { margin: auto 0 12px; padding-top: 42px; font-size: 27px; line-height: 1.08; letter-spacing: -.038em; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }

.process { background: radial-gradient(circle at 0 0, rgba(8,174,189,.07), transparent 22%), var(--soft); }
.process-chain { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; list-style: none; }
.process-chain li { min-height: 225px; padding: 23px; position: relative; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 21px; }
.process-chain li::after { content: "→"; position: absolute; z-index: 3; width: 24px; height: 24px; top: 50%; right: -13px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; transform: translateY(-50%); font-size: 13px; }
.process-chain li:nth-child(5)::after, .process-chain li:last-child::after { display: none; }
.process-chain span { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.process-chain small { margin-top: auto; color: #74828a; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.process-chain strong { margin-top: 5px; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; }
.process-chain p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.42; }
.case-study { margin-top: 26px; padding: clamp(36px, 5vw, 66px); display: grid; grid-template-columns: 1fr .86fr; gap: clamp(50px, 7vw, 90px); color: white; background: radial-gradient(circle at 88% 0, rgba(8,174,189,.27), transparent 31%), var(--navy-2); border-radius: var(--radius); }
.case-study h3 { margin: 0; font-size: clamp(32px, 3.4vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.case-study > div > p:last-child { max-width: 640px; margin: 23px 0 0; color: rgba(255,255,255,.67); }
.case-study dl { margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.case-study dl div { padding: 14px 0; display: grid; grid-template-columns: 110px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.14); }
.case-study dt { color: #83e0e6; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.case-study dd { margin: 0; font-size: 14px; font-weight: 750; }

.statement { padding: 148px 24px; color: white; background: radial-gradient(circle at 76% 8%, rgba(8,174,189,.25), transparent 28%), var(--navy); text-align: center; }
.statement p { margin: 0; color: rgba(255,255,255,.60); font-size: clamp(22px, 2.4vw, 34px); letter-spacing: -.03em; }
.statement h2 { margin-top: 6px; font-size: clamp(50px, 7vw, 100px); }
.statement span { display: block; margin-top: 30px; color: rgba(255,255,255,.60); font-size: 17px; }

.handovers { background: white; }
.handover-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.handover-copy { max-width: 710px; margin: 26px 0 0; color: var(--muted); font-size: 19px; }
.handover-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.handover-list li { padding: 21px 0; display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.handover-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); background: var(--cyan-soft); border-radius: 50%; font-size: 11px; font-weight: 900; }
.handover-list strong, .handover-list small { display: block; }
.handover-list strong { font-size: 18px; letter-spacing: -.02em; }
.handover-list small { margin-top: 2px; color: var(--muted); }

.benefits { background: var(--soft); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-grid article { min-height: 250px; padding: 27px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 22px; }
.benefit-grid span { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.benefit-grid h3 { margin: auto 0 10px; padding-top: 35px; font-size: 23px; line-height: 1.1; letter-spacing: -.035em; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.contact { padding: 115px 0; background: var(--cyan-soft); }
.contact-heading { max-width: 1000px; }
.contact-heading h2 { font-size: clamp(42px, 5vw, 72px); }
.contact-heading > p:last-child { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.cta-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.cta-card { min-height: 295px; padding: 30px; display: flex; flex-direction: column; background: white; border: 1px solid rgba(7,27,45,.10); border-radius: 24px; }
.cta-card.featured { color: white; background: var(--navy-2); }
.cta-card > span { color: var(--blue); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.cta-card.featured > span { color: #83e0e6; }
.cta-card h3 { margin: 28px 0 12px; font-size: 27px; line-height: 1.08; letter-spacing: -.04em; }
.cta-card p { margin: 0 0 28px; color: var(--muted); }
.cta-card.featured p { color: rgba(255,255,255,.64); }
.cta-card a { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 850; }
.cta-card.featured a { color: #83e0e6; }
.contact-bar { margin-top: 18px; padding: 27px 30px; display: grid; grid-template-columns: .8fr .6fr 1.2fr auto; gap: 30px; align-items: center; background: white; border-radius: 22px; }
.contact-bar small { display: block; color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.contact-bar a, .contact-bar address { margin-top: 4px; display: block; font-size: 14px; font-style: normal; font-weight: 750; }
.button-dark { color: white; background: var(--blue); }

footer { padding: 40px 0; color: white; background: #06121d; }
.footer-inner { display: grid; grid-template-columns: 246px 1fr auto; gap: 40px; align-items: center; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; }
.footer-inner p:last-child { text-align: right; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-button { width: 46px; height: 46px; position: relative; display: block; color: var(--ink); background: transparent; border: 0; }
  .menu-button span { width: 29px; height: 2px; position: absolute; left: 8px; background: currentColor; transition: .25s ease; }
  .menu-button span:first-child { top: 16px; }
  .menu-button span:last-child { top: 27px; }
  .menu-button.active span:first-child { top: 22px; transform: rotate(45deg); }
  .menu-button.active span:last-child { top: 22px; transform: rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 125px 30px 40px; display: flex; flex-direction: column; gap: 22px; color: white; background: var(--navy); font-size: 28px; font-weight: 750; transform: translateY(-102%); transition: transform .32s ease; }
  .mobile-menu.open { transform: none; }
  .mobile-menu .mobile-back { margin-top: 15px; color: #83e0e6; font-size: 18px; }
  .partner-grid { grid-template-columns: 1fr; }
  .handoff { min-height: 80px; flex-direction: row; }
  .handoff i { transform: rotate(90deg); }
  .process-chain { grid-template-columns: repeat(2, 1fr); }
  .process-chain li:nth-child(2n)::after { display: none; }
  .process-chain li:nth-child(5)::after { display: grid; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-bar { grid-template-columns: repeat(3, 1fr); }
  .contact-bar .button { grid-column: 1 / -1; justify-self: start; }
  .footer-inner { grid-template-columns: 246px 1fr; }
  .footer-inner p:last-child { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 78px; }
  .brand { width: 196px; height: 52px; }
  .brand img { width: 196px; top: -32px; }
  .hero { min-height: 960px; padding-top: 78px; align-items: flex-start; }
  .hero-visual { inset: 0; background-position: right center; opacity: .60; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,27,45,.98), rgba(7,27,45,.80)), linear-gradient(0deg, rgba(7,27,45,.83), transparent); }
  .hero-content { padding: 105px 0 300px; }
  .hero h1 { font-size: clamp(49px, 14vw, 68px); }
  .hero-claim { font-size: 22px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > div, .hero-proof > div:first-child, .hero-proof > div:last-child { padding: 13px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .pulse { display: none; }
  .section { padding: 92px 0; }
  h2 { font-size: 42px; }
  .split-intro, .service-grid, .case-study, .handover-grid, .benefit-grid, .cta-grid, .contact-bar { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .service-card { min-height: 280px; }
  .process-chain { grid-template-columns: 1fr; }
  .process-chain li { min-height: 195px; }
  .process-chain li::after, .process-chain li:nth-child(5)::after { display: none; }
  .case-study { padding: 34px 25px; }
  .case-study dl div { grid-template-columns: 92px 1fr; }
  .statement { padding: 105px 20px; }
  .statement h2 { font-size: 50px; }
  .cta-card { min-height: 265px; }
  .contact { padding: 85px 0; }
  .contact-bar { gap: 21px; }
  .contact-bar .button { grid-column: auto; justify-self: stretch; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .footer-inner p:last-child { grid-column: auto; }
  .footer-brand { width: 220px; height: 56px; }
  .footer-brand img { width: 220px; top: -36px; }
}

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