:root {
  --forest: #173f35;
  --deep: #0d2923;
  --cream: #f4efe4;
  --paper: #fbf8f1;
  --orange: #f05a31;
  --yellow: #f4bf3a;
  --ink: #16342c;
  --muted: #68766f;
  --line: rgba(23, 63, 53, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -60px; left: 18px; z-index: 99; padding: 12px 18px; background: var(--yellow); color: var(--deep); }
.skip-link:focus { top: 12px; }

.site-header { height: 94px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: var(--cream); border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-symbol { width: 34px; height: 34px; display: block; object-fit: contain; }
.brand-wordmark { width: 144px; height: 27px; display: block; object-fit: contain; }
nav { display: flex; gap: 38px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
nav a { position: relative; padding: 8px 0; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--orange); transition: right .2s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.language { display: flex; align-items: center; gap: 3px; padding: 4px; background: rgba(23,63,53,.07); border-radius: 999px; }
.language button { width: 38px; height: 30px; padding: 0; border: 0; border-radius: 999px; background: transparent; color: var(--forest); font-size: 11px; font-weight: 700; cursor: pointer; }
.language button.active { background: var(--forest); color: white; }
.language > span { display: none; }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 5vw; padding: 78px 5vw 72px; background: var(--cream); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: linear-gradient(90deg,var(--orange) 0 34%,var(--yellow) 34% 52%,var(--forest) 52%); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 28px; display: flex; align-items: center; gap: 15px; color: var(--orange); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span, .kicker span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 600 10px/1 monospace; letter-spacing: 0; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .94; }
h1 { max-width: 790px; font-size: clamp(61px, 7vw, 112px); }
h1 span { color: var(--orange); font-style: italic; }
.hero-body { max-width: 590px; margin: 30px 0 0; color: #465a53; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.hero-actions p { max-width: 215px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.button { min-width: 218px; padding: 17px 19px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,41,35,.14); }
.button-primary { background: var(--forest); color: white; }
.button b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); font-size: 16px; }
.hero-visual { min-height: 510px; display: grid; place-items: center; position: relative; }
.operations-graphic { width: min(100%, 590px); aspect-ratio: 1.04 / 1; border-radius: 4px 92px 4px 4px; background: var(--forest); position: relative; overflow: hidden; box-shadow: 22px 22px 0 var(--yellow); transform: rotate(1.2deg); }
.operations-graphic::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(244,239,228,.2); border-radius: 2px 76px 2px 2px; pointer-events: none; }
.graphic-meta { position: absolute; z-index: 5; top: 30px; left: 33px; right: 39px; display: flex; justify-content: space-between; color: #d8e3dd; font: 600 8px/1 monospace; letter-spacing: .13em; }
.graphic-grid { position: absolute; inset: 70px 34px 58px; opacity: .19; background-image: linear-gradient(rgba(244,239,228,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(244,239,228,.34) 1px, transparent 1px); background-size: 42px 42px; }
.mega-m { position: absolute; z-index: 2; inset: 106px 66px 105px; opacity: .94; }
.mega-m i { position: absolute; display: block; background: var(--cream); }
.m-rail { top: 0; bottom: 0; width: 48px; }.m-left { left: 0; }.m-right { right: 0; }
.m-diagonal { top: 3px; width: 48px; height: 57%; transform-origin: top center; }.m-down { left: 35px; transform: rotate(-44deg); }.m-up { right: 35px; transform: rotate(44deg); }
.mega-m b { position: absolute; width: 22px; height: 22px; right: -3px; top: -30px; background: var(--orange); }
.service-route { position: absolute; z-index: 3; height: 7px; background: var(--orange); transform-origin: left center; }
.route-one { width: 37%; left: 13%; top: 57%; transform: rotate(24deg); }.route-two { width: 30%; right: 11%; top: 46%; transform: rotate(-31deg); background: var(--yellow); }
.system-node { position: absolute; z-index: 4; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--cream); }
.system-node small { margin-top: 8px; font: 600 8px/1 monospace; text-transform: uppercase; letter-spacing: .12em; }
.meal-node { width: 118px; height: 118px; left: 33px; bottom: 58px; border-radius: 50%; background: var(--cream); color: var(--forest); box-shadow: 0 0 0 8px var(--forest), 0 0 0 9px rgba(244,239,228,.55); }
.mini-plate { width: 70px; height: 70px; display: block; position: relative; border: 1px solid rgba(23,63,53,.22); border-radius: 50%; }
.mini-plate i { position: absolute; display: block; border-radius: 50%; }.mini-plate i:first-child { width: 35px; height: 21px; left: 10px; top: 12px; background: var(--orange); transform: rotate(-12deg); }.mini-plate i:nth-child(2) { width: 22px; height: 30px; right: 9px; bottom: 10px; background: var(--yellow); }.mini-plate i:nth-child(3) { width: 19px; height: 24px; left: 15px; bottom: 9px; background: #7aa773; }
.meal-node small { color: var(--forest); margin-top: 5px; }
.vending-node { width: 114px; height: 146px; right: 31px; top: 85px; background: var(--deep); border: 1px solid rgba(244,239,228,.55); box-shadow: 8px 8px 0 var(--orange); }
.vending-grid { width: 68px; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }.vending-grid i { aspect-ratio: 1; background: var(--yellow); }.vending-grid i:nth-child(2n) { background: var(--cream); }.vending-grid i:nth-child(3n) { background: var(--orange); }
.shift-node { width: 128px; height: 98px; right: 73px; bottom: 42px; align-items: flex-start; padding: 14px 17px; background: var(--orange); color: var(--deep); }
.shift-node strong { font: 400 49px/.68 Georgia,serif; letter-spacing: -.08em; }.shift-node > span { position: absolute; right: 15px; top: 17px; font: 700 12px/1 monospace; }.shift-node small { margin-top: 11px; color: var(--deep); }
.graphic-legend { position: absolute; z-index: 5; left: 177px; bottom: 27px; display: flex; gap: 14px; color: #d8e3dd; font: 600 7px/1 monospace; text-transform: uppercase; letter-spacing: .08em; }
.graphic-legend span { display: flex; align-items: center; gap: 5px; }.graphic-legend i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }.graphic-legend span:nth-child(2) i { background: var(--yellow); }.graphic-legend span:nth-child(3) i { background: var(--cream); }
.graphic-index { position: absolute; z-index: 5; right: 31px; bottom: 25px; color: var(--cream); font: 700 8px/1 monospace; letter-spacing: .12em; writing-mode: vertical-rl; }
.hero-stat { position: absolute; left: calc(55% + 1vw); bottom: 34px; z-index: 3; display: grid; grid-template-columns: 28px 1fr; column-gap: 8px; color: var(--forest); }
.hero-stat > span { grid-row: 1 / 3; color: var(--orange); font-size: 22px; }.hero-stat strong { font: 700 13px/1.3 Georgia,serif; }.hero-stat small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.service-strip { min-height: 70px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--orange); color: var(--deep); font-family: Georgia,serif; font-size: clamp(17px,2vw,26px); white-space: nowrap; overflow: hidden; }
.service-strip i { font-style: normal; font-size: 13px; }
.section { padding: 120px 6vw; }
.section-heading { display: grid; grid-template-columns: .55fr 1.22fr .75fr; gap: 5vw; align-items: start; }
.kicker { color: var(--orange); }
.section h2 { font-size: clamp(46px, 5.2vw, 80px); }
.section-heading > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-list { margin-top: 76px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 410px; padding: 35px 30px 31px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .2s, transform .2s; }
.service-card:hover { background: var(--cream); transform: translateY(-5px); }
.service-icon { width: 100%; height: 138px; margin-bottom: 32px; display: flex; align-items: flex-end; gap: 9px; position: relative; overflow: hidden; }
.service-icon::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--forest); }
.service-icon i { flex: 1; background: var(--forest); border-radius: 50% 50% 0 0; }
.service-icon i:first-child { height: 62%; background: var(--orange); }.service-icon i:nth-child(2) { height: 100%; }.service-icon i:nth-child(3) { height: 42%; background: var(--yellow); }
.service-card > span { margin-bottom: 12px; color: var(--orange); font: 600 10px/1 monospace; }
.service-card h3 { margin: 0; min-height: 60px; font: 400 29px/1.05 Georgia,serif; letter-spacing: -.035em; }
.service-card p { margin: auto 0 0; color: var(--muted); line-height: 1.6; }

.image-story { padding-top: 20px; background: var(--paper); }
.story-heading { margin-bottom: 58px; display: grid; grid-template-columns: .55fr 1.65fr; gap: 5vw; align-items: start; }
.story-heading h2 { max-width: 880px; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.story-grid figure { margin: 0; min-height: 295px; position: relative; overflow: hidden; background: var(--forest); }
.story-grid figure:first-child { grid-row: 1 / 3; min-height: 608px; border-radius: 2px 70px 2px 2px; }
.story-grid figure:nth-child(2) { border-radius: 2px 2px 2px 52px; }
.story-grid figure:nth-child(3) { border-radius: 2px 52px 2px 2px; }
.story-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.story-grid figure:hover img { transform: scale(1.025); }
.story-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 55px 24px 22px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; color: white; background: linear-gradient(transparent, rgba(13,41,35,.88)); }
.story-grid figcaption > span { padding-top: 4px; color: var(--yellow); font: 600 9px/1 monospace; }
.story-grid figcaption div { display: flex; flex-direction: column; gap: 5px; }
.story-grid figcaption strong { font: 400 24px/1.1 Georgia,serif; }
.story-grid figcaption small { color: #dce6e1; font-size: 11px; line-height: 1.4; }

.approach { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; background: var(--forest); color: var(--cream); }
.kicker.light { color: var(--yellow); }
.approach-copy h2 { max-width: 670px; }
.approach-copy > p:last-child { max-width: 580px; margin: 34px 0 0; color: #c5d3cd; font-size: 16px; line-height: 1.72; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.steps li { min-height: 142px; padding: 28px 0; display: grid; grid-template-columns: 60px 1fr 30px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.25); }
.steps li > span { color: var(--yellow); font: 600 10px/1 monospace; }.steps h3 { margin: 0 0 10px; font: 400 27px/1 Georgia,serif; }.steps p { max-width: 520px; margin: 0; color: #c5d3cd; line-height: 1.52; }.steps li > i { color: var(--yellow); font-style: normal; font-size: 19px; }

.focus { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: stretch; background: var(--cream); }
.focus-visual { min-height: 550px; padding: 34px; display: flex; flex-direction: column; background: var(--orange); color: var(--deep); border-radius: 2px 100px 2px 2px; position: relative; overflow: hidden; }
.focus-label { font: 700 10px/1 monospace; letter-spacing: .15em; }.focus-number { margin-top: 50px; font: 400 clamp(115px,15vw,220px)/.72 Georgia,serif; letter-spacing: -.11em; }.focus-number span { font-size: .32em; letter-spacing: -.06em; }
.focus-grid { position: absolute; right: 32px; bottom: 62px; width: 42%; display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.focus-grid i { aspect-ratio: 1; border: 1px solid rgba(13,41,35,.55); border-radius: 50%; }.focus-grid i.active { background: var(--yellow); border-color: var(--yellow); }
.focus-visual small { margin-top: auto; font: italic 18px/1 Georgia,serif; }
.focus-copy { display: flex; flex-direction: column; justify-content: center; }
.focus-copy > p:not(.kicker) { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.value-grid { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--line); }
.value-grid span { padding: 17px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.value-grid i { color: var(--orange); font: 600 9px/1 monospace; }

.contact { background: var(--yellow); color: var(--deep); padding-bottom: 58px; }
.contact-main { padding-bottom: 100px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; border-bottom: 1px solid rgba(13,41,35,.28); }
.contact-main .kicker { color: var(--deep); }.contact-main h2 { max-width: 720px; }.button-light { background: var(--deep); color: white; border: 0; cursor: pointer; }.button-light b { background: rgba(255,255,255,.12); }
.contact-copy { position: sticky; top: 40px; }
.contact-form { padding: 36px; background: var(--cream); border: 1px solid rgba(13,41,35,.2); box-shadow: 13px 13px 0 var(--orange); }
.form-heading { margin-bottom: 32px; }.form-heading h3 { margin: 0 0 9px; font: 400 34px/1 Georgia,serif; letter-spacing: -.04em; }.form-heading p { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.consent) { margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; }.contact-form label > span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(13,41,35,.38); border-radius: 0; outline: none; background: transparent; color: var(--deep); font: 16px/1.4 "Helvetica Neue",Arial,sans-serif; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }
.consent { margin: 4px 0 25px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); cursor: pointer; }.consent input { margin: 1px 0 0; accent-color: var(--deep); }.consent span { font-size: 10px; line-height: 1.45; text-transform: none; letter-spacing: 0; font-weight: 400; }
.form-submit { display: flex; align-items: center; gap: 20px; }.contact-form button:disabled { opacity: .65; cursor: wait; }.form-status { margin: 0; max-width: 280px; font-size: 11px; line-height: 1.45; }.form-status.sent { color: var(--forest); }.form-status.error { color: #a5321f; }
.honey-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.company-details { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.footer-brand { margin: 0 0 12px; }.footer-brand .brand-symbol { width: 39px; height: 39px; }.footer-brand .brand-wordmark { width: 164px; height: 30px; }.company-details small { color: rgba(13,41,35,.68); }
address { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; font-style: normal; font-size: 13px; line-height: 1.55; } address span { color: rgba(13,41,35,.7); } address strong { font: 700 17px/1.3 Georgia,serif; }
footer { padding: 23px 6vw; display: flex; justify-content: space-between; background: var(--deep); color: #a9bcb4; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-visual { min-height: 480px; margin-top: 10px; }
  .hero-stat { display: none; }
  .section { padding: 88px 6vw; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .story-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-list { margin-top: 55px; }
  .service-card { min-height: 380px; padding: 26px 20px; }
  .approach, .focus { grid-template-columns: 1fr; }
  .focus-visual { min-height: 460px; }
  .contact-main { grid-template-columns: 1fr; }.contact-copy { position: static; }
  .company-details { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 620px) {
  .site-header { height: 76px; padding: 0 5vw; }.brand-symbol { width: 31px; height: 31px; }.brand-wordmark { width: 126px; height: 24px; }
  .hero { min-height: auto; padding: 52px 5vw 70px; }.eyebrow, .kicker { margin-bottom: 21px; } h1 { font-size: 54px; }.hero-actions { flex-direction: column; align-items: flex-start; }.hero-visual { min-height: 360px; }.operations-graphic { border-radius: 3px 58px 3px 3px; box-shadow: 13px 13px 0 var(--yellow); }.operations-graphic::after { inset: 10px; border-radius: 2px 48px 2px 2px; }.graphic-meta { top: 20px; left: 22px; right: 27px; font-size: 6px; }.graphic-grid { inset: 48px 24px 42px; background-size: 29px 29px; }.mega-m { inset: 73px 45px 74px; }.m-rail { width: 32px; }.m-diagonal { width: 32px; }.m-down { left: 23px; }.m-up { right: 23px; }.mega-m b { width: 15px; height: 15px; top: -20px; }.meal-node { width: 79px; height: 79px; left: 22px; bottom: 41px; box-shadow: 0 0 0 5px var(--forest),0 0 0 6px rgba(244,239,228,.55); }.mini-plate { width: 48px; height: 48px; }.mini-plate i:first-child { width: 24px; height: 14px; left: 7px; top: 8px; }.mini-plate i:nth-child(2) { width: 15px; height: 20px; right: 6px; bottom: 7px; }.mini-plate i:nth-child(3) { width: 13px; height: 17px; left: 10px; bottom: 6px; }.system-node small { font-size: 5px; margin-top: 4px; }.vending-node { width: 76px; height: 99px; right: 20px; top: 58px; box-shadow: 5px 5px 0 var(--orange); }.vending-grid { width: 47px; gap: 3px; }.shift-node { width: 86px; height: 67px; right: 49px; bottom: 29px; padding: 10px 11px; }.shift-node strong { font-size: 33px; }.shift-node > span { right: 10px; top: 11px; font-size: 8px; }.shift-node small { margin-top: 7px; }.graphic-legend { display: none; }.graphic-index { right: 20px; bottom: 17px; font-size: 5px; }.route-one,.route-two { height: 5px; }
  .service-strip { min-height: 58px; justify-content: flex-start; }.service-strip span:nth-of-type(n+3), .service-strip i:nth-of-type(n+2) { display: none; }
  .service-list { grid-template-columns: 1fr; }.service-card { min-height: 355px; }.service-icon { height: 120px; }
  .image-story { padding-top: 10px; }.story-grid { grid-template-columns: 1fr; grid-template-rows: auto; }.story-grid figure, .story-grid figure:first-child { grid-row: auto; min-height: 320px; border-radius: 2px 44px 2px 2px; }.story-grid figure:first-child { min-height: 430px; }.story-grid figcaption { padding-left: 18px; padding-right: 18px; }
  .steps li { grid-template-columns: 40px 1fr 22px; }.focus-visual { min-height: 390px; border-radius: 2px 68px 2px 2px; }.focus-number { font-size: 125px; }.focus-grid { width: 43%; }.value-grid { grid-template-columns: 1fr; }
  .contact-main { padding-bottom: 65px; }.contact-form { padding: 25px 20px; box-shadow: 8px 8px 0 var(--orange); }.field-row { grid-template-columns: 1fr; gap: 0; }.form-submit { align-items: flex-start; flex-direction: column; } address { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
