:root {
  --navy: #0a2f5f;
  --navy-dark: #061e3d;
  --orange: #f28c28;
  --ink: #252a32;
  --paper: #f7f8f7;
  --white: #fff;
  --line: rgba(10, 47, 95, 0.16);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.04; letter-spacing: -0.045em; }
h1 { max-width: 830px; color: var(--white); font-size: clamp(3.15rem, 7vw, 6.9rem); }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.6rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--orange); color: var(--navy-dark); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 88px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(10,47,95,.1); position: fixed; inset: 0 0 auto; z-index: 20; backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 292px; }
.brand img { width: 100%; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-size: .94rem; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { background: var(--navy); color: white; padding: 13px 20px; border-radius: 999px; }
.nav-cta:hover { background: var(--orange); color: var(--navy-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; display: block; margin: 5px 0; background: var(--navy); }

.hero { min-height: 820px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-dark); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(5,24,50,.98) 0%, rgba(5,24,50,.88) 36%, rgba(5,24,50,.26) 69%, rgba(5,24,50,.05) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 78px; }
.eyebrow { margin-bottom: 26px; color: var(--orange); font-size: .78rem; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--navy); }
.hero-copy { max-width: 650px; margin-top: 30px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font: 700 .95rem "DM Sans", sans-serif; cursor: pointer; transition: .2s ease; }
.button-primary { color: var(--navy-dark); background: var(--orange); }
.button-primary:hover { background: #ff9d3d; transform: translateY(-2px); }
.button-ghost { color: white; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.05); }
.button-ghost:hover { background: white; color: var(--navy); }
.hero-note { position: absolute; right: max(24px, calc((100vw - 1180px)/2)); bottom: 44px; z-index: 3; display: flex; align-items: flex-start; gap: 14px; color: white; }
.hero-note span { color: var(--orange); font-size: .72rem; font-weight: 800; }
.hero-note p { padding-top: 11px; border-top: 1px solid rgba(255,255,255,.5); font-weight: 600; line-height: 1.35; }

.intro { background: white; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.split-heading h2 { max-width: 580px; color: var(--navy); }
.intro-copy { padding-top: 38px; font-size: 1.13rem; }
.intro-copy p + p { margin-top: 22px; }

.services { background: var(--paper); }
.section-head { max-width: 750px; margin-bottom: 56px; }
.section-head h2 { color: var(--navy); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 520px; padding: 34px 32px 38px; display: flex; flex-direction: column; background: white; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-featured { background: var(--navy); color: white; }
.service-number { color: var(--orange); font: 800 .72rem "Manrope", sans-serif; }
.service-icon { width: 62px; height: 62px; margin: 54px 0 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); }
.service-featured .service-icon { color: white; border-color: rgba(255,255,255,.25); }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { margin-bottom: 18px; }
.service-card p { color: #555d68; }
.service-featured p { color: rgba(255,255,255,.72); }
.service-card ul { margin: auto 0 0; padding: 32px 0 0; list-style: none; }
.service-card li { padding: 8px 0 8px 20px; position: relative; font-size: .92rem; border-top: 1px solid rgba(10,47,95,.1); }
.service-featured li { border-color: rgba(255,255,255,.12); }
.service-card li::before { content: "+"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.service-link { margin-top: 24px; padding-top: 18px; display: block; border-top: 1px solid rgba(10,47,95,.1); color: #59616b; text-decoration: none; font-size: .86rem; line-height: 1.45; }
.service-link strong { display: block; margin-top: 5px; color: var(--navy); font-size: .92rem; }
.service-link strong span { color: var(--orange); }
.service-link:hover strong { color: var(--orange); }

.operations { background: white; }
.operations-head { margin-bottom: 54px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 10%; align-items: end; }
.operations-head h2 { max-width: 720px; color: var(--navy); }
.operations-head > p { max-width: 480px; color: #59616b; font-size: 1.08rem; }
.operations-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: start; }
.operation-card { margin: 0; }
.operation-canteen { margin-top: 82px; }
.operation-image { height: 440px; position: relative; overflow: hidden; background: #dce1e6; }
.operation-canteen .operation-image { height: 500px; }
.operation-image::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(0deg, rgba(5,24,50,.48), transparent); pointer-events: none; }
.operation-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.operation-card:hover .operation-image img { transform: scale(1.025); }
.operation-tag { position: absolute; left: 20px; bottom: 18px; z-index: 1; padding: 9px 13px; color: white; background: rgba(6,30,61,.86); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.operation-card figcaption { padding: 26px 2px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; }
.operation-count { padding-top: 6px; color: var(--orange); font: 800 .73rem "Manrope", sans-serif; }
.operation-card h3 { margin-bottom: 12px; color: var(--navy); }
.operation-card figcaption p { max-width: 570px; color: #59616b; }

.approach { color: white; background: var(--navy-dark); position: relative; overflow: hidden; }
.approach::after { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; top: -210px; border: 72px solid rgba(242,140,40,.11); border-radius: 50%; }
.approach-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.approach-title { position: sticky; top: 130px; align-self: start; }
.approach-title p:last-child { max-width: 370px; margin-top: 25px; color: rgba(255,255,255,.62); font-size: 1.1rem; }
.phases { margin: 0; padding: 0; list-style: none; }
.phases li { padding: 30px 0; display: grid; grid-template-columns: 56px 1fr; gap: 24px; border-top: 1px solid rgba(255,255,255,.17); }
.phases li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.phase-index { color: var(--orange); font: 700 .74rem "Manrope", sans-serif; padding-top: 6px; }
.phases h3 { margin-bottom: 12px; }
.phases p { max-width: 550px; color: rgba(255,255,255,.68); }

.fit { padding-block: 80px; background: white; }
.fit-banner { padding: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: end; background: #f0f3f6; border-left: 6px solid var(--orange); }
.fit-banner h2 { max-width: 570px; color: var(--navy); font-size: clamp(2rem, 3.7vw, 3.7rem); }
.fit-list { display: grid; grid-template-columns: 1fr 1fr; }
.fit-list span { min-height: 76px; display: flex; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); font-weight: 700; }
.fit-list span:nth-child(odd) { margin-right: 24px; }

.contact { background: var(--navy); color: white; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.contact-copy > p:not(.eyebrow) { max-width: 490px; margin-top: 26px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.contact-details { margin-top: 52px; display: grid; gap: 22px; }
.contact-details a, .contact-details p { display: block; text-decoration: none; font-weight: 600; }
.contact-details a:hover { color: var(--orange); }
.contact-details span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.48); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-form { padding: 42px; color: var(--ink); background: white; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 22px; color: #555d68; font-size: .83rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; display: block; margin-top: 8px; border: 0; border-bottom: 1px solid #bdc4cb; border-radius: 0; padding: 11px 2px; background: transparent; color: var(--ink); font: 500 1rem "DM Sans", sans-serif; outline: none; }
.contact-form textarea { min-height: 120px; resize: vertical; border: 1px solid #bdc4cb; padding: 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.contact-form textarea:focus { box-shadow: 0 0 0 1px var(--orange); }
.submit-button { width: 100%; border: 0; }
.submit-button span { margin-left: auto; font-size: 1.25rem; }
.form-note { margin-top: 12px; color: #6f7680; font-size: .78rem; }

footer { padding: 68px 0 28px; background: #04152b; color: white; }
.footer-main { display: grid; grid-template-columns: 230px 1fr auto; gap: 8%; align-items: center; }
.footer-main img { width: 210px; filter: brightness(0) invert(1); }
.footer-main p { max-width: 470px; color: rgba(255,255,255,.58); }
.footer-main a { color: var(--orange); text-decoration: none; font-weight: 700; }
.footer-bottom { margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.43); font-size: .78rem; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section { padding: 82px 0; }
  .site-header { height: 76px; }
  .brand { width: 236px; }
  .menu-toggle { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 76px; display: none; padding: 24px; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 14px 0; }
  .nav-cta { margin-top: 8px; padding-inline: 18px; text-align: center; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,24,50,.96), rgba(5,24,50,.62)), linear-gradient(0deg, rgba(5,24,50,.58), transparent 70%); }
  .hero-photo { object-position: 63% center; }
  .hero-content { padding-top: 76px; }
  .hero-note { display: none; }
  .split-heading, .operations-head, .approach-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-icon { margin: 34px 0 24px; }
  .service-card ul { margin-top: 34px; }
  .operations-grid { grid-template-columns: 1fr; }
  .operation-canteen { margin-top: 28px; }
  .operation-image, .operation-canteen .operation-image { height: min(62vw, 480px); min-height: 330px; }
  .approach-title { position: static; }
  .fit-banner { padding: 42px; grid-template-columns: 1fr; gap: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-main img { width: 170px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: clamp(2.75rem, 13.2vw, 4rem); }
  h2 { font-size: 2.35rem; }
  .hero { min-height: 710px; max-height: 900px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .service-card { padding: 30px 24px; }
  .operations-head { margin-bottom: 38px; }
  .operation-image, .operation-canteen .operation-image { height: 68vw; min-height: 260px; }
  .operation-card figcaption { grid-template-columns: 32px 1fr; gap: 10px; }
  .fit-banner { padding: 34px 24px; }
  .fit-list { grid-template-columns: 1fr; }
  .fit-list span:nth-child(odd) { margin-right: 0; }
  .contact-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; }
}

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