:root {
  --ink: #111317;
  --muted: #5d626a;
  --line: #dde1e7;
  --soft: #f4f6f9;
  --blue: #0758cf;
  --blue-dark: #0647a7;
  --white: #fff;
  --content: 1400px;
  --pad: clamp(24px, 4vw, 40px);
  --section: clamp(96px, 10vw, 160px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: #fff; padding: 12px 18px; border: 1px solid var(--line); }
.skip-link:focus { top: 16px; }
.constrained { width: min(100%, calc(var(--content) + (var(--pad) * 2))); margin-inline: auto; padding-inline: var(--pad); }
.full-width { width: 100%; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; height: 72px; z-index: 100; display: flex; align-items: center; gap: 28px; padding-inline: clamp(20px, 3vw, 48px); color: #fff; transition: background .25s ease, box-shadow .25s ease, color .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 1px 0 rgba(0,0,0,.09); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; flex: 0 0 auto; }
.brand-mark { font-size: 25px; font-weight: 900; letter-spacing: -.08em; color: #4b87ec; }
.brand-name { font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.brand-name small { display: block; margin-top: 3px; font-size: 7px; letter-spacing: .15em; font-weight: 700; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(15px, 1.8vw, 28px); }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.nav-cta { padding: 11px 17px; background: var(--blue); color: #fff !important; }
.menu-toggle { display: none; margin-left: auto; width: 40px; height: 40px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: max(80vh, 720px); height: 100vh; display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.61) 38%, rgba(0,0,0,.08) 72%, rgba(0,0,0,.12) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 64px; }
.hero-content > * { max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: none; }
.eyebrow.light { color: #fff; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 5.4vw, 84px); line-height: 1.02; letter-spacing: -.045em; font-weight: 760; }
.hero-copy { margin-bottom: 32px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; color: rgba(255,255,255,.92); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 22px; text-decoration: none; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { border-color: rgba(255,255,255,.85); color: #fff; background: rgba(0,0,0,.18); backdrop-filter: blur(5px); }

.stats-strip { min-height: 142px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 0; }
.stat { text-align: center; padding: 16px; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 25%; height: 50%; width: 1px; background: var(--line); }
.stat strong { display: block; font-size: clamp(27px, 2.5vw, 38px); letter-spacing: -.035em; line-height: 1; }
.stat span { display: block; margin-top: 8px; font-size: 12px; font-weight: 600; color: var(--muted); }

.section { padding-top: var(--section); padding-bottom: var(--section); }
.section-intro { max-width: 820px; margin-bottom: clamp(42px, 5vw, 72px); }
.section-intro.compact { max-width: 680px; }
h2 { margin-bottom: 22px; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.06; letter-spacing: -.04em; }
.section-intro > p:last-child, .lifestyle-copy p { font-size: 17px; line-height: 1.75; color: var(--muted); }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; }
.product-visual { height: 360px; border: 1px solid var(--line); background: #fafbfc; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 18px; padding: 36px 28px; overflow: hidden; }
.product-visual span { position: relative; display: flex; align-items: center; justify-content: center; height: 150px; padding: 10px 6px; text-align: center; font-size: 10px; font-weight: 800; color: #fff; border-radius: 8px 8px 4px 4px; box-shadow: 0 12px 25px rgba(0,0,0,.13); transform: perspective(300px) rotateY(-3deg); }
.product-visual span::before { content: ""; position: absolute; inset: 5px 8px auto; height: 3px; border-radius: 999px; background: rgba(255,255,255,.48); }
.drinks span:nth-child(1), .snacks span:nth-child(2) { background: #ca1728; }
.drinks span:nth-child(2), .healthy span:nth-child(5) { background: #0a63b7; }
.drinks span:nth-child(3) { background: #7b1621; }
.drinks span:nth-child(4), .healthy span:nth-child(1) { background: #3b8c42; }
.drinks span:nth-child(5) { background: #62a446; }
.drinks span:nth-child(6) { background: #79b6d1; }
.snacks span { height: 126px; background: #e89213; clip-path: polygon(7% 0,93% 0,100% 100%,0 100%); }
.snacks span:nth-child(3), .healthy span:nth-child(3) { background: #e95b22; }
.snacks span:nth-child(4) { background: #2170ad; }
.snacks span:nth-child(5) { background: #d58a15; }
.snacks span:nth-child(6) { background: #663419; }
.healthy span { height: 118px; background: #655039; }
.healthy span:nth-child(2) { background: #a86b36; }
.healthy span:nth-child(4) { background: #7aa0ab; }
.healthy span:nth-child(6) { background: #7b5c46; }
.product-card h3 { margin: 28px 0 14px; font-size: 18px; letter-spacing: -.02em; }
.product-card p { color: var(--muted); font-size: 15px; line-height: 1.7; }

.service-section { border-top: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-card { padding: 38px 26px 44px; min-width: 0; }
.step-card + .step-card { border-left: 1px solid var(--line); }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #b9c7de; border-radius: 50%; color: var(--blue); font-weight: 800; font-size: 12px; margin-bottom: 28px; }
.step-card h3 { font-size: 17px; line-height: 1.35; margin-bottom: 15px; }
.step-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.lifestyle-module { padding: 0; }
.lifestyle-image { position: relative; width: 100vw; height: 100vh; min-height: 720px; overflow: hidden; background: #111; }
.scene-base { width: 100%; height: 100%; object-fit: cover; }
.machine-inset { position: absolute; object-fit: cover; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.school-bank { width: min(42vw, 760px); height: 52%; left: 5vw; bottom: 9vh; object-position: center; }
.lifestyle-copy { padding-top: clamp(68px, 8vw, 110px); padding-bottom: clamp(86px, 9vw, 130px); }
.lifestyle-copy h2 { max-width: 850px; }
.lifestyle-copy p { max-width: 980px; margin-bottom: 30px; }

.machine-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.machine-card { border: 1px solid var(--line); background: #fff; }
.machine-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.purchase-card img { object-fit: contain; background: linear-gradient(135deg,#f2f2f2,#fff); padding: 5%; }
.machine-card-copy { padding: 30px; }
.card-kicker { font-weight: 800; margin-bottom: 14px; }
.machine-card-copy > p:not(.card-kicker) { color: var(--muted); line-height: 1.7; }
.machine-card-copy a, .text-link { color: var(--blue); font-weight: 750; text-decoration: none; }

.locations-section { padding-top: 40px; }
.locations-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 1.5vw, 24px); }
.location-card { min-width: 0; border: 0; background: #fff; }
.location-image { position: relative; aspect-ratio: 335 / 600; overflow: hidden; background: #ddd; }
.location-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.location-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.38), transparent 52%); pointer-events: none; }
.location-bank { position: absolute; z-index: 2; left: 8%; right: 8%; bottom: 8%; width: 84%; height: 31%; object-fit: cover; object-position: center 46%; box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.location-card h3 { height: 82px; display: flex; align-items: center; justify-content: center; margin: 0; font-size: 20px; }

.service-scene { background: #1c1d1f; }
.service-scene .scene-base { filter: brightness(.66); }
.service-inset { position: absolute; width: min(72vw, 1280px); height: 58%; left: 0; bottom: 10%; object-fit: cover; object-position: left center; box-shadow: 0 26px 70px rgba(0,0,0,.35); }

.posts-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; margin-bottom: 32px; }
.post-card { border-top: 1px solid var(--line); padding-top: 20px; display: grid; grid-template-columns: 42% 1fr; gap: 24px; }
.post-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.post-card h3 { font-size: 21px; line-height: 1.25; margin-bottom: 14px; }
.post-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.faq-section { border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 2px; font-size: 16px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 22px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 950px; padding: 0 0 28px; margin-bottom: 0; color: var(--muted); line-height: 1.75; }

.contact-section { display: grid; grid-template-columns: 1.4fr 1fr auto; align-items: end; gap: 36px; padding-top: 80px; padding-bottom: 80px; border-top: 1px solid var(--line); }
.contact-section h2 { margin-bottom: 0; font-size: clamp(36px,4vw,58px); }
.contact-details { display: grid; gap: 10px; }
.contact-details a { font-size: 20px; font-weight: 800; text-decoration: none; }
address { font-style: normal; color: var(--muted); }
.site-footer { background: #0b0d10; color: #fff; }
.footer-inner { min-height: 280px; padding-top: 62px; padding-bottom: 46px; display: flex; justify-content: space-between; align-items: flex-start; gap: 50px; }
.footer-inner div { max-width: 740px; }
.footer-inner h2 { font-size: 22px; margin-bottom: 20px; }
.footer-inner p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }

@media (max-width: 1080px) {
  .site-nav { position: fixed; inset: 72px 0 auto; display: none; padding: 28px; background: #fff; color: var(--ink); flex-direction: column; align-items: stretch; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 16px; padding: 6px 0; }
  .menu-toggle { display: block; }
  .product-grid { grid-template-columns: 1fr; gap: 70px; }
  .product-visual { height: 420px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .step-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .step-card:nth-child(4) { border-top: 1px solid var(--line); }
  .locations-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-section { grid-template-columns: 1fr 1fr; }
  .contact-section .button { justify-self: start; }
}

@media (max-width: 720px) {
  :root { --section: 86px; }
  .site-header { height: 64px; }
  .site-nav { top: 64px; }
  .brand-name { display: none; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-image { object-position: 62% center; }
  .hero-scrim { background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.45)), linear-gradient(0deg,rgba(0,0,0,.28),transparent); }
  h1 { font-size: clamp(42px,12vw,62px); }
  .hero-copy { font-size: 16px; }
  .stats-strip { min-height: 190px; grid-template-columns: repeat(2,1fr); padding-top: 20px; padding-bottom: 20px; }
  .stat:nth-child(3)::before { display: none; }
  .product-visual { height: 330px; padding: 28px 16px; gap: 12px; }
  .product-visual span { height: 126px; font-size: 8px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card + .step-card { border-left: 0; border-top: 1px solid var(--line); }
  .lifestyle-image { min-height: 680px; height: 100svh; }
  .school-bank { width: 78vw; height: 38%; left: 5vw; bottom: 7vh; }
  .machine-grid, .posts-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
  .location-card { max-width: 440px; width: 100%; margin-inline: auto; }
  .service-inset { width: 94vw; height: 48%; }
  .post-card { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; align-items: start; }
  .footer-inner { flex-direction: column; }
}

/* Responsive structure lock — mobile first */
html, body { width: 100%; max-width: 100%; overflow-x: clip; }
img { max-width: 100%; }
.hero-image { object-position: center center; }

@media (max-width: 720px) {
  .hero { min-height: 760px; height: 100svh; }
  .hero-image { object-position: 72% center; }
  .hero-content { padding-top: 112px; padding-bottom: 42px; }
  .hero-content h1 { max-width: 10ch; font-size: clamp(40px, 11.5vw, 58px); line-height: .98; }
  .hero-copy { max-width: 35rem; font-size: 16px; line-height: 1.6; }
  .button-row { display: grid; width: 100%; gap: 12px; }
  .button-row .button { width: 100%; }
  .lifestyle-image { height: 72svh; min-height: 560px; }
  .machine-inset, .location-bank, .service-inset { display: none; }
  .location-image { aspect-ratio: 4 / 5; }
  .contact-section { padding-top: 72px; padding-bottom: 72px; }
}

@media (min-width: 721px) and (max-width: 1080px) {
  .hero { min-height: 760px; }
  .hero-image { object-position: 64% center; }
  .lifestyle-image { height: 82vh; min-height: 640px; }
}

@media (min-width: 1081px) {
  .hero-image { object-position: center center; }
  .locations-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
