:root {
  --ink: #071317;
  --ink-2: #102429;
  --paper: #f4f7f2;
  --white: #ffffff;
  --lime: #b9ff35;
  --aqua: #31e6cb;
  --blue: #438cff;
  --muted: #aab9b6;
  --line: rgba(255,255,255,.16);
  --radius: 1.4rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header { height: 84px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: absolute; z-index: 20; width: 100%; color: white; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.25rem; font-weight: 750; letter-spacing: -.04em; width: fit-content; }
.brand b, .mini-brand b { color: var(--lime); }
.brand-mark { width: 26px; height: 26px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; transform: skew(-7deg); }
.brand-mark i { display: block; background: var(--lime); border-radius: 2px; }
.brand-mark i:nth-child(1) { height: 50%; }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 72%; }
.desktop-nav { display: flex; gap: 2rem; font-size: .9rem; color: #c9d4d2; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--lime); }
.header-cta { justify-self: end; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: .85rem; transition: .2s ease; }
.header-cta:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.menu-button, .mobile-nav { display: none; }
.hero { min-height: 790px; padding: 145px clamp(1.25rem, 7vw, 7rem) 80px; color: white; background: radial-gradient(circle at 77% 42%, #174148 0, #0d272c 20%, var(--ink) 48%), var(--ink); display: grid; grid-template-columns: 1.04fr .96fr; gap: 4rem; align-items: center; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.7rem; color: var(--aqua); font-size: .75rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #187c70; }
h1, h2 { margin: 0; font-weight: 720; line-height: .97; letter-spacing: -.065em; }
h1 { font-size: clamp(3.7rem, 7vw, 7.8rem); max-width: 900px; }
h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
h1 em, h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 610px; margin: 2.3rem 0 0; color: #b9c8c5; font-size: clamp(1.05rem, 1.4vw, 1.3rem); }
.hero-actions { margin-top: 2.5rem; display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; padding: 1.05rem 1.35rem; border-radius: 999px; font-weight: 750; font-size: .9rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #ceff70; }
.text-link { font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: .25rem; }
.text-link span { color: var(--lime); padding-left: .4rem; }
.machine-stage { height: 590px; display: grid; place-items: center; position: relative; }
.machine-card { width: min(330px, 75vw); height: 530px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: 0 45px 100px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.18); backdrop-filter: blur(15px); transform: perspective(900px) rotateY(-7deg); position: relative; z-index: 2; }
.machine-top, .machine-base { display: flex; justify-content: space-between; align-items: center; font-size: .7rem; letter-spacing: .07em; }
.mini-brand { font-weight: 800; font-size: 1rem; letter-spacing: -.04em; }
.live { color: var(--aqua); }
.live i { display: inline-block; width: 6px; height: 6px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 12px var(--aqua); }
.machine-screen { margin: 20px 0; padding: 20px; min-height: 140px; border-radius: 13px; background: var(--lime); color: var(--ink); display: flex; flex-direction: column; align-items: flex-start; }
.machine-screen small { font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.machine-screen strong { font-size: 2rem; line-height: 1; letter-spacing: -.05em; margin-top: .45rem; }
.machine-screen span { margin-top: auto; font-size: .72rem; font-weight: 700; }
.shelves { height: 280px; border-radius: 12px; background: rgba(0,0,0,.28); padding: 12px; display: grid; grid-template-rows: repeat(3, 1fr); gap: 8px; overflow: hidden; }
.shelf { display: flex; align-items: end; justify-content: space-around; border-bottom: 3px solid rgba(255,255,255,.18); }
.shelf i { display: block; box-shadow: 0 8px 15px rgba(0,0,0,.25); }
.box { width: 48px; height: 51px; border-radius: 4px 4px 0 0; }
.roll { width: 48px; height: 48px; border: 13px solid; border-radius: 50%; }
.bottle { width: 34px; height: 58px; border-radius: 10px 10px 5px 5px; }
.shelf .lime { background: var(--lime); border-color: var(--lime); }
.shelf .aqua { background: var(--aqua); border-color: var(--aqua); }
.shelf .blue { background: var(--blue); border-color: var(--blue); }
.shelf .white { background: #dfe9e6; border-color: #dfe9e6; }
.machine-base { padding-top: 13px; color: var(--muted); }
.machine-base b { color: var(--lime); font-size: 1rem; }
.orbit { position: absolute; border: 1px solid rgba(185,255,53,.23); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; }
.orbit-two { width: 450px; height: 450px; }
.floating-note { position: absolute; z-index: 3; background: white; color: var(--ink); border-radius: 14px; padding: .9rem 1.1rem; box-shadow: 0 18px 50px rgba(0,0,0,.25); display: flex; flex-direction: column; }
.floating-note b { font-size: 1.2rem; line-height: 1; }
.floating-note span { font-size: .7rem; color: #59706d; }
.note-one { left: 4%; top: 22%; }
.note-two { right: 0; bottom: 22%; }
.trust-strip { min-height: 82px; padding: 1rem clamp(1.25rem, 5vw, 5rem); background: var(--lime); display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; font-size: .73rem; font-weight: 800; letter-spacing: .11em; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.solution { background: var(--paper); }
.section-heading { margin-bottom: 4rem; }
.section-heading h2 em, .assortment h2 em { color: #168677; }
.solution-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.feature { min-height: 315px; background: white; border-radius: var(--radius); padding: 1.8rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.feature-large { grid-row: span 2; min-height: 650px; background: var(--ink); color: white; }
.feature-accent { background: var(--aqua); }
.feature-number { color: #76908b; font-size: .75rem; letter-spacing: .15em; }
.feature h3, .category h3, .steps h3 { margin: 0 0 .6rem; font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.035em; }
.feature p, .category p, .steps p { margin: 0; color: #61716f; max-width: 490px; }
.feature-large p { color: #a9b9b6; }
.feature-accent p { color: #17413b; }
.signal { width: 76%; height: 220px; display: flex; align-items: end; gap: 10px; margin: auto; transform: skew(-8deg); }
.signal i { flex: 1; border-radius: 7px 7px 0 0; background: linear-gradient(var(--aqua), #12554e); box-shadow: 0 0 30px rgba(49,230,203,.13); }
.signal i:nth-child(1) { height: 25%; }.signal i:nth-child(2) { height: 45%; }.signal i:nth-child(3) { height: 68%; }.signal i:nth-child(4) { height: 88%; }.signal i:nth-child(5) { height: 100%; background: var(--lime); }
.pulse { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(7,19,23,.18); border-radius: 50%; right: -20px; top: -20px; display: grid; place-items: center; }
.pulse:before, .pulse span { content: ""; border: 1px solid rgba(7,19,23,.18); border-radius: 50%; width: 65%; height: 65%; }
.pulse span { width: 35%; height: 35%; background: var(--ink); box-shadow: 0 0 0 12px rgba(7,19,23,.08); }
.locations { color: white; background: var(--ink); display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; }
.locations-copy p:not(.eyebrow) { color: var(--muted); max-width: 500px; font-size: 1.08rem; margin-top: 2rem; }
.location-list { border-top: 1px solid var(--line); }
.location { width: 100%; background: transparent; color: white; border: 0; border-bottom: 1px solid var(--line); padding: 1.4rem .2rem; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; text-align: left; cursor: pointer; transition: .2s; }
.location span { color: #6e8884; font-size: .72rem; }
.location b { font-size: clamp(1.15rem, 2vw, 1.7rem); letter-spacing: -.03em; }
.location i { font-style: normal; color: var(--lime); transition: transform .2s; }
.location:hover, .location.active { color: var(--lime); padding-left: .7rem; }
.location:hover i, .location.active i { transform: translateX(5px); }
.location-detail { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1.5rem; display: grid; grid-template-columns: 1fr 2fr; }
.location-detail span { color: var(--lime); font-size: .72rem; letter-spacing: .14em; font-weight: 800; }
.location-detail p { margin: 0; color: #d3dddb; max-width: 720px; font-size: 1.2rem; }
.section-heading.split { display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: end; }
.section-heading.split > p { margin: 0; color: #61716f; font-size: 1.08rem; }
.product-marquee { background: var(--ink); color: white; width: calc(100% + 14vw); margin-left: -7vw; overflow: hidden; transform: rotate(-1.2deg); }
.product-row { width: max-content; padding: 1.2rem 0; display: flex; align-items: center; gap: 1.5rem; animation: marquee 28s linear infinite; font-family: Georgia, serif; font-style: italic; font-size: 1.35rem; }
.product-row i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; }
@keyframes marquee { to { transform: translateX(-40%); } }
.category-grid { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8d2cf; }
.category { padding: 2rem 2rem 0 0; min-height: 210px; border-right: 1px solid #c8d2cf; }
.category + .category { padding-left: 2rem; }
.category:last-child { border-right: 0; }
.category > span { display: block; color: #168677; font-size: .72rem; margin-bottom: 3rem; }
.process { background: #0d252a; color: white; display: grid; grid-template-columns: .75fr 1.25fr; gap: 7rem; }
.process-intro h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 65px 1fr; padding: 1.65rem 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--aqua); font-size: .72rem; }
.steps h3 { font-size: 1.4rem; }
.steps p { color: #9fb2ae; }
.contact { min-height: 520px; background: var(--lime); display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: center; position: relative; overflow: hidden; }
.contact .eyebrow { color: #23633d; }
.contact h2 em { color: #12766a; }
.contact-action { position: relative; z-index: 2; }
.contact-action p { max-width: 400px; font-size: 1.1rem; margin-bottom: 2rem; }
.button-light { background: var(--ink); color: white; }
.button-light:hover { background: #173238; }
.contact-rings { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(7,19,23,.12); border-radius: 50%; right: -170px; bottom: -250px; box-shadow: 0 0 0 65px rgba(7,19,23,.035), 0 0 0 130px rgba(7,19,23,.025); }
footer { background: var(--ink); color: #91a6a2; padding: 2rem clamp(1.25rem, 7vw, 7rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: .78rem; }
.footer-brand { color: white; }
footer p:last-child { justify-self: end; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .product-row { animation: none; } }
@media (max-width: 950px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; padding: 12px; }
  .menu-button span { display: block; height: 1px; background: white; margin: 5px 0; }
  .mobile-nav { display: none; position: absolute; left: 1rem; right: 1rem; top: 74px; background: var(--ink-2); border: 1px solid var(--line); border-radius: 1rem; padding: 1rem; flex-direction: column; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: .8rem; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .machine-stage { height: 540px; }
  .solution-grid { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; }
  .locations, .process { grid-template-columns: 1fr; gap: 4rem; }
  .section-heading.split { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 640px) {
  h1 { font-size: clamp(3.05rem, 15vw, 4.5rem); }
  .hero { gap: 2rem; min-height: auto; }
  .machine-stage { height: 490px; }
  .machine-card { height: 455px; padding: 17px; }
  .machine-screen { min-height: 115px; margin: 14px 0; }
  .machine-screen strong { font-size: 1.65rem; }
  .shelves { height: 238px; }
  .note-one { left: -2%; }
  .note-two { right: -3%; }
  .orbit-one { width: 470px; height: 470px; }
  .orbit-two { width: 360px; height: 360px; }
  .trust-strip { gap: 1rem; overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .trust-strip span:nth-of-type(n+3), .trust-strip i:nth-of-type(n+2) { display: none; }
  .feature-large { min-height: 560px; }
  .signal { height: 180px; }
  .location-detail { grid-template-columns: 1fr; gap: 1rem; }
  .category-grid { grid-template-columns: 1fr; }
  .category, .category + .category { border-right: 0; border-bottom: 1px solid #c8d2cf; padding: 2rem 0; min-height: auto; }
  .category > span { margin-bottom: 1.5rem; }
  .process { gap: 3rem; }
  .contact { grid-template-columns: 1fr; gap: 2rem; }
  footer { grid-template-columns: 1fr; gap: 1rem; text-align: left; }
  footer p { margin: 0; }
  footer p:last-child { justify-self: start; }
}

/* eVending brand refresh */
:root {
  --ink: #172b59;
  --ink-2: #223f7a;
  --paper: #f5f8fc;
  --white: #ffffff;
  --lime: #6f97d5;
  --aqua: #bed2f2;
  --blue: #466daf;
  --muted: #b8c7df;
  --line: rgba(255,255,255,.18);
}
body { background: var(--paper); }
.site-header { height: 112px; color: var(--ink); background: white; border-bottom: 1px solid #dbe4f1; }
.brand img { display: block; width: 142px; height: 100px; object-fit: contain; }
.desktop-nav { color: #556582; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { border-color: #aab9d1; }
.header-cta:hover { color: white; background: var(--blue); border-color: var(--blue); }
.hero { min-height: 820px; padding: 168px clamp(1.25rem, 4.5vw, 5rem) 64px; background: linear-gradient(115deg, var(--ink) 0%, #294e90 100%); grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 5vw, 5rem); }
.hero .eyebrow { color: #dce8fa; }
h1 em, .locations h2 em, .process h2 em { color: #d7e4fa; }
.hero-intro { color: #d4deef; }
.button-primary { color: var(--ink); background: white; }
.button-primary:hover { background: #dbe7f9; }
.text-link span { color: #d7e4fa; }
.hero-image-frame { min-width: 0; height: 590px; margin: 0; border-radius: 1.5rem; overflow: hidden; position: relative; background: #0d1d3f; box-shadow: 0 28px 70px rgba(4,16,42,.36); }
.hero-image-frame:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(8,20,47,.8)); pointer-events: none; }
.hero-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-image-frame figcaption { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.35rem; padding-top: 1rem; color: white; border-top: 1px solid rgba(255,255,255,.45); display: grid; grid-template-columns: 38px 1fr; gap: .5rem; align-items: center; }
.hero-image-frame figcaption span { font-size: .72rem; color: #d7e4fa; }
.hero-image-frame figcaption b { font-size: .95rem; }
.trust-strip { background: #dce7f8; color: var(--ink); }
.trust-strip i { background: var(--blue); }
.eyebrow.dark { color: var(--blue); }
.section-heading h2 em, .assortment h2 em { color: var(--blue); }
.feature-accent { background: #dce8f8; }
.feature-accent p { color: #455673; }
.feature-photo { height: 350px; margin: 1.5rem -1.8rem; overflow: hidden; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.locations { background: var(--ink); }
.location:hover, .location.active, .location-detail span { color: #bed3f4; }
.category > span { color: var(--blue); }
.product-row i { background: #8eb1e7; }
.process { background: #223f7a; }
.steps li > span { color: #c9dbf5; }
.contact { background: #dce8f8; }
.contact .eyebrow, .contact h2 em { color: var(--blue); }
.contact-rings { border-color: rgba(23,43,89,.12); box-shadow: 0 0 0 65px rgba(23,43,89,.035), 0 0 0 130px rgba(23,43,89,.025); }
.showcase { color: white; background: #0e1e42; }
.showcase-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem 5rem; align-items: end; margin-bottom: 4rem; }
.showcase-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; color: #bcd2f4; }
.showcase-heading h2 em { color: #bcd2f4; }
.showcase-heading > p:last-child { color: #afbdd5; font-size: 1.08rem; margin: 0; max-width: 440px; }
.showcase-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 1rem; }
.showcase-item { min-width: 0; margin: 0; position: relative; overflow: hidden; border-radius: 1.1rem; background: #162b58; }
.showcase-item:first-child { grid-column: span 2; grid-row: span 2; }
.showcase-item.showcase-wide { grid-column: span 2; }
.showcase-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.showcase-item:hover img { transform: scale(1.035); }
.showcase-item:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,13,31,.88)); pointer-events: none; }
.showcase-item figcaption { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1.1rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.showcase-item figcaption span { color: #bcd2f4; font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.showcase-item figcaption b { font-size: .9rem; text-align: right; }
footer { color: #60708c; background: white; border-top: 1px solid #dbe4f1; }
.footer-brand img { width: 110px; height: 78px; }
@media (max-width: 950px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { border-color: #aab9d1; }
  .menu-button span { background: var(--ink); }
  .mobile-nav { top: 101px; color: white; background: var(--ink-2); }
  .hero { grid-template-columns: 1fr; padding-top: 158px; }
  .hero-image-frame { height: min(68vw, 560px); }
  .showcase-heading { grid-template-columns: 1fr; }
  .showcase-heading .eyebrow { grid-column: auto; }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .site-header { height: 94px; }
  .brand img { width: 112px; height: 82px; }
  .mobile-nav { top: 84px; }
  .hero { padding-top: 130px; }
  .hero-image-frame { height: 420px; }
  .showcase-grid { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .showcase-item:first-child, .showcase-item.showcase-wide { grid-column: auto; grid-row: auto; }
  .showcase-item figcaption { flex-direction: column; align-items: flex-start; }
  .showcase-item figcaption b { text-align: left; }
}
