:root {
  --ink: #0a0c12;
  --ink-soft: #131722;
  --paper: #f4f1e8;
  --white: #fffdf7;
  --yellow: #eefe37;
  --cyan: #59dfe7;
  --pink: #ff6f9c;
  --violet: #9f86ff;
  --muted: #acaeac;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(10,12,18,.14);
  --display: "Space Grotesk", "Arial Black", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.page-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: var(--yellow); color: var(--ink); font-weight: 700; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.announcement { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: 9px; padding: 7px 20px; background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-align: center; }
.announcement a { margin-left: 4px; text-underline-offset: 3px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 5px rgba(10,12,18,.12); }

.site-header { position: absolute; top: 38px; left: 0; z-index: 50; width: 100%; transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled:not(.compact-header) { position: fixed; top: 0; background: rgba(10,12,18,.92); box-shadow: 0 1px 0 var(--line-dark); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); min-height: 90px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.brand-core { position: relative; z-index: 2; width: 21px; height: 21px; display: grid; place-items: center; background: var(--yellow); border-radius: 50%; color: var(--ink); font: 700 12px/1 var(--display); }
.brand-orbit { position: absolute; inset: 6px 2px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; transform: rotate(38deg); }
.brand-orbit.orbit-two { inset: 2px 6px; transform: rotate(-38deg); border-color: rgba(89,223,231,.7); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 700 18px/1 var(--display); letter-spacing: .08em; }
.brand-copy small { margin-top: 7px; color: #9fa3ac; font-size: 8px; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { position: relative; color: #c8cbd0; text-decoration: none; font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.primary-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.primary-nav .nav-cta, .nav-cta { padding: 11px 16px; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--white); transition: background .2s, color .2s; text-decoration: none; font-size: 13px; font-weight: 700; }
.primary-nav .nav-cta:hover, .nav-cta:hover { background: var(--yellow); color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 780px; padding: 150px 0 70px; overflow: hidden; background: radial-gradient(circle at 72% 43%, #252c38 0, #131722 24%, var(--ink) 57%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black 55%, transparent); }
.hero-noise { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 20% 25%, rgba(255,255,255,.12) 0 1px, transparent 1.5px), radial-gradient(circle at 75% 65%, rgba(89,223,231,.09) 0 1px, transparent 1.5px); background-size: 47px 51px, 63px 59px; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: 565px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 30px; }
.hero-copy { padding-top: 28px; }
.eyebrow { margin: 0 0 18px; color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: .19em; }
.eyebrow span { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow span::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #49505a; }
.hero h1, .section-heading h2, .support-copy h2, .contact-copy h2, .detail-title-row h1 { margin: 0; font: 700 clamp(55px, 6.5vw, 93px)/.91 var(--display); letter-spacing: -.065em; }
.hero h1 span { color: var(--yellow); }
.hero-lede { max-width: 590px; margin: 30px 0 0; color: #c0c2c8; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; padding: 13px 21px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 8px 30px rgba(238,254,55,.12); }
.button-primary:hover { box-shadow: 0 12px 35px rgba(238,254,55,.22); }
.button-secondary { border-color: var(--line-dark); color: var(--white); background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.pin-icon { width: 13px; height: 16px; border: 1px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin: 32px 0 0; padding: 0; color: #9da0a8; list-style: none; font-size: 12px; font-weight: 600; }
.check-dot { width: 18px; height: 18px; display: inline-grid; place-items: center; margin-right: 5px; border: 1px solid #4b5058; border-radius: 50%; color: var(--cyan); font-size: 10px; }

/* Gradients supply soft lighting without blur filters; only the cabinet uses perspective. */
.machine-stage { position: relative; height: 590px; isolation: isolate; }
.machine-glow { position: absolute; width: 440px; height: 440px; top: 90px; left: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(89,223,231,.15), rgba(159,134,255,.08) 38%, transparent 67%); transform: translateX(-50%); }
.orbit { position: absolute; top: 245px; left: 50%; width: 540px; height: 240px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%,-50%) rotate(-14deg); }
.orbit::after { content: ""; position: absolute; top: 24px; right: 76px; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 15px var(--yellow); }
.orbit-b { width: 410px; height: 500px; transform: translate(-50%,-50%) rotate(55deg); border-color: rgba(89,223,231,.1); }
.orbit-b::after { top: auto; right: auto; bottom: 59px; left: 47px; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.vending-machine { position: absolute; left: 50%; bottom: 0; width: 305px; height: 545px; padding: 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 24px 24px 11px 11px; background: linear-gradient(145deg, #363d4a, #181c25 38%, #0d1017 90%); box-shadow: 8px 18px 28px rgba(0,0,0,.35), inset 1px 1px 1px rgba(255,255,255,.18); transform: translateX(-50%) perspective(1000px) rotateY(-5deg); }
.vending-machine::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.06); border-radius: 19px; pointer-events: none; }
.machine-topline { height: 33px; display: flex; justify-content: flex-end; align-items: flex-start; }
.live-tag { display: inline-flex; align-items: center; gap: 5px; padding: 3px 7px; border: 1px solid rgba(89,223,231,.4); border-radius: 999px; color: var(--cyan); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.live-tag i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 7px var(--cyan); }
.machine-screen { height: 290px; padding:10px; border: 1px solid rgba(89,223,231,.24); border-radius: 7px; background:linear-gradient(155deg,#101a24,#070b11 75%); box-shadow: inset 0 0 25px rgba(89,223,231,.05); }
.screen-bar{height:28px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;border-radius:4px;background:rgba(89,223,231,.08);color:var(--cyan);font:600 6px var(--display);letter-spacing:.16em}.screen-bar i{width:22px;height:5px;border-radius:999px;background:var(--yellow);box-shadow:0 0 8px rgba(238,254,55,.35)}
/* Each tile paints its pack and caption directly; no child layout or pack shadows. */
.screen-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 9px; }
.screen-product {
  height: 72px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 4px;
  background:
    linear-gradient(145deg, var(--pack-light), var(--pack-dark)) center 12px / 25px 37px no-repeat,
    linear-gradient(#4d5159, #4d5159) center 55px / 32px 3px no-repeat,
    #111721;
}
.tone-yellow { --pack-light: #f5ff69; --pack-dark: #a6b826; }
.tone-cyan { --pack-light: #9df4f8; --pack-dark: #3a9fa9; }
.tone-pink { --pack-light: #ffc1d7; --pack-dark: #b94f78; }
.tone-violet { --pack-light: #d3c5ff; --pack-dark: #765fc2; }
.pack { position: relative; height: 108px; align-self: center; padding: 13px 4px 5px; border-radius: 3px; text-align: center; box-shadow: 0 8px 15px rgba(0,0,0,.5); transform: rotate(-2deg); }
.pack::before { content: ""; position: absolute; top: 5px; left: 50%; width: 14px; height: 3px; border-radius: 3px; background: rgba(10,12,18,.32); transform: translateX(-50%); }
.pack b { display: block; margin-top: 16px; color: var(--ink); font: 700 7px/1.1 var(--display); }
.pack small { position: absolute; right: 0; bottom: 9px; left: 0; color: rgba(10,12,18,.65); font-size: 4px; font-weight: 800; letter-spacing: .1em; }
.pack-yellow { background: linear-gradient(150deg, #ffffaa, var(--yellow)); }
.pack-cyan { background: linear-gradient(150deg, #d8ffff, var(--cyan)); transform: rotate(2deg); }
.pack-pink { background: linear-gradient(150deg, #ffd3e1, var(--pink)); }
.pack-violet { background: linear-gradient(150deg, #ded6ff, var(--violet)); transform: rotate(1deg); }
/* Scale visually around the center, preserving the space above the delivery bin. */
.machine-console { display:flex; width:56px; height:66px; margin:12px auto 0; padding:6px; flex-direction:column; align-items:center; border:1px solid rgba(255,255,255,.25); border-radius:6px; background:var(--yellow); box-shadow:0 7px 16px rgba(0,0,0,.35); transform:scale(.75); transform-origin:center; }
.payment-display{display:flex;width:42px;height:38px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:3px;background:#152028;box-shadow:inset 0 0 8px rgba(89,223,231,.13)}.payment-display i{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 7px var(--cyan)}.payment-display b{width:23px;height:3px;border-radius:3px;background:#64717a}.payment-slot{display:block;width:25px;height:4px;margin-top:7px;border-radius:4px;background:#252b22;box-shadow:inset 0 1px 2px #000}
.machine-bin { display:grid; place-items:center; width:58%; height:43px; margin:12px auto 0; border:1px solid rgba(255,255,255,.13); border-radius:6px; background:#05070a; box-shadow:inset 0 9px 15px #000}.machine-bin span{width:54%;height:4px;border-radius:4px;background:#222833}
.machine-feet { position: absolute; right: 20px; bottom: -10px; left: 20px; display: flex; justify-content: space-between; }
.machine-feet i { width: 55px; height: 12px; border-radius: 0 0 6px 6px; background: #080a0f; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 145px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: #151a23; box-shadow: 0 8px 16px rgba(0,0,0,.25); }
.floating-card > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(238,254,55,.12); color: var(--yellow); }
.floating-card small, .floating-card b { display: block; line-height: 1.2; }
.floating-card small { color: #7f8490; font-size: 7px; letter-spacing: .14em; }
.floating-card b { margin-top: 3px; font-size: 11px; }
.card-restock { top: 122px; left: 15px; }
.card-status { right: 0; bottom: 84px; }
.card-status > span { background: rgba(89,223,231,.13); }
.card-status > span::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

.ticker { overflow: hidden; border-block: 1px solid rgba(10,12,18,.18); background: var(--yellow); color: var(--ink); }
.ticker-track { width:max-content; display:flex; align-items:center; padding:13px 0; font:700 12px var(--display); letter-spacing:.14em; animation:ticker 25s linear infinite; will-change:transform; }
.ticker-group { display:flex; flex:none; align-items:center; gap:32px; padding-right:32px; }
.ticker-track i { flex:none; font-style:normal; }
.ticker-track span { flex:none; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 125px 0; }
.machines-section { background: var(--paper); color: var(--ink); }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.section-heading h2, .support-copy h2, .contact-copy h2 { font-size: clamp(48px, 6vw, 76px); }
.heading-aside { max-width: 495px; padding-bottom: 4px; }
.heading-aside p { margin: 0; color: #555b63; font-size: 17px; }
.preview-pill { display: inline-block; margin-top: 20px; padding: 6px 10px; border: 1px solid var(--line-light); border-radius: 999px; color: #666c73; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.machines-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; align-items: stretch; }
.inventory-panel { overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 50px rgba(10,12,18,.06); }
.inventory-list.inventory-grid{display:grid;grid-template-columns:repeat(var(--inventory-columns,3),minmax(0,1fr));gap:10px;padding:24px}.inventory-grid .stock-item{min-height:148px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px;border:1px solid var(--line-light);border-radius:12px;background:#fbfbfa;text-align:center}.inventory-grid .stock-item.empty{visibility:hidden;pointer-events:none}.product-image-button{display:block;padding:0;border:0;background:transparent;cursor:zoom-in}.product-image-button:focus-visible{outline:2px solid #176df5;outline-offset:4px;border-radius:8px}.product-image{border-radius:8px}.inventory-grid .product-image{display:block;width:82px;height:82px;object-fit:contain}@media(max-width:640px){.inventory-list.inventory-grid{grid-template-columns:repeat(2,1fr)}}
.image-lightbox{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:40px;background:rgba(4,6,10,.82);cursor:zoom-out}.image-lightbox[hidden]{display:none}.image-lightbox img{display:block;max-width:min(720px,88vw);max-height:88vh;object-fit:contain;border-radius:12px;box-shadow:0 28px 90px rgba(0,0,0,.55);cursor:default}body.lightbox-open{overflow-y:scroll}
.inventory-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; padding: 28px 30px 23px; }
.machine-kicker { color: #6e747c; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.inventory-header h3, .inventory-header h2 { margin: 5px 0 2px; font: 700 27px/1.1 var(--display); letter-spacing: -.035em; }
.inventory-header p { margin: 0; color: #6e747c; font-size: 13px; }
.status-badge { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #e9f6e8; color: #30673a; font-size: 10px; font-weight: 700; }
.status-badge span, .location-status span { width: 7px; height: 7px; border-radius: 50%; background: #54b361; box-shadow: 0 0 0 4px rgba(84,179,97,.13); }
.status-badge.is-offline { background:#fdebea; color:#9b302b; }
.status-badge.is-offline span { background:#d94a43; box-shadow:0 0 0 4px rgba(217,74,67,.13); }
.inventory-grid .product-copy{display:flex;width:100%;min-height:42px;flex-direction:column;align-items:center;justify-content:flex-end}.inventory-grid .product-copy>strong{width:100%;margin:6px 0 5px;text-align:center}.product-meta{display:inline-flex;width:auto;align-items:center;justify-content:center;gap:12px}.item-price{color:var(--ink);font-size:10px;font-weight:700;white-space:nowrap}.inventory-grid .item-status,.inventory-grid .item-price{min-width:0;text-align:left}
.inventory-meta { display: flex; justify-content: space-between; gap: 20px; padding: 9px 30px; border-block: 1px solid var(--line-light); background: rgba(10,12,18,.025); color: #777b80; font-size: 10px; font-weight: 600; }
.stock-item { display: grid; grid-template-columns: 49px minmax(0,1fr) auto; align-items: center; gap: 14px; min-height: 92px; padding: 14px 30px; border-bottom: 1px solid var(--line-light); }
.product-swatch { position: relative; width: 43px; height: 55px; display: grid; place-items: center; border-radius: 4px; box-shadow: 0 5px 13px rgba(10,12,18,.18); transform: rotate(-2deg); overflow: hidden; }
.product-swatch::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(10,12,18,.15); }
.product-swatch i { position: absolute; top: 6px; width: 12px; height: 3px; border-radius: 2px; background: rgba(10,12,18,.25); }
.product-swatch b { font: 700 10px var(--display); }
.swatch-yellow { background: var(--yellow); }
.swatch-cyan { background: var(--cyan); transform: rotate(2deg); }
.swatch-pink { background: var(--pink); }
.swatch-violet { background: var(--violet); transform: rotate(1deg); }
.product-copy { min-width: 0; }
.product-copy > small, .product-copy > strong { display: block; }
.product-copy > small { color: #797d82; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-copy > strong { overflow: hidden; margin: 1px 0 5px; font: 600 15px var(--display); text-overflow: ellipsis; white-space: nowrap; }
.item-status { display: flex; align-items: center; gap: 6px; color: #4d7653; font-size: 10px; font-weight: 600; }
.item-status i { width: 6px; height: 6px; border-radius: 50%; background: #62b86d; }
.status-low-stock { color: #986c18; }
.status-low-stock i { background: #e7aa2f; }
.status-rotating { color: #69627b; }
.status-rotating i { background: var(--violet); }
.stock-quantity { display: flex; align-items: center; gap: 7px; min-width: 69px; padding-left: 15px; border-left: 1px solid var(--line-light); }
.stock-quantity strong { font: 700 25px/1 var(--display); }
.stock-quantity small { color: #81858a; font-size: 8px; line-height: 1.2; text-transform: uppercase; }
.stock-rotating { min-width: 69px; color: #777; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.inventory-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 30px; background: rgba(10,12,18,.025); }
.inventory-footer p { margin: 0; color: #73777c; font-size: 10px; }
.inventory-footer a { flex: 0 0 auto; color: var(--ink); font-size: 11px; font-weight: 700; text-underline-offset: 3px; }
.sync-icon { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; background: #e3e1da; color: #565b61; }
.alert-card { position: relative; overflow: hidden; padding: 31px; border-radius: var(--radius); background: var(--yellow); color: var(--ink); }
.alert-card::after { content: ""; position: absolute; top: -120px; right: -110px; width: 260px; height: 260px; border: 1px solid rgba(10,12,18,.15); border-radius: 50%; box-shadow: 0 0 0 30px rgba(10,12,18,.04), 0 0 0 61px rgba(10,12,18,.025); }
.alert-icon { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 51px; border: 1px solid rgba(10,12,18,.19); border-radius: 50%; font-size: 27px; }
.alert-card .eyebrow { position: relative; z-index: 1; margin-bottom: 12px; color: #555e28; }
.alert-card h3 { position: relative; z-index: 1; margin: 0; font: 700 34px/1 var(--display); letter-spacing: -.05em; }
.alert-card > p:not(.eyebrow) { position: relative; z-index: 1; margin: 20px 0 26px; font-size: 14px; line-height: 1.55; }
.alert-form { position: relative; z-index: 1; }
.alert-form label { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 700; }
.input-action { display: flex; height: 50px; background: var(--white); border-radius: 6px; overflow: hidden; }
.input-action input { min-width: 0; flex: 1; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.input-action button { width: 50px; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 18px; }
.alert-form small { display: block; margin-top: 9px; color: rgba(10,12,18,.62); font-size: 9px; line-height: 1.45; }

.locations-section { background: var(--ink); }
.combined-inventory { overflow:visible; border:0; border-radius:var(--radius); background:var(--white); box-shadow:0 20px 50px rgba(10,12,18,.06); }
.centered-heading { max-width: 650px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow span::before { display: none; }
.centered-heading h2 { font-size: clamp(45px, 6vw, 76px); }
.centered-heading > p:last-child { margin: 22px 0 0; color: #969aa3; font-size: 17px; }
.location-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 530px; border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; background: var(--ink-soft); }
.combined-inventory .stock-location-card { margin:0; border:0; border-radius:var(--radius) var(--radius) 0 0; background:var(--white); color:var(--ink); }
.location-info { position: relative; padding: 55px; background:var(--white); }
.location-number { position: absolute; top: 20px; right: 29px; color: rgba(10,12,18,.055); font: 700 105px/1 var(--display); letter-spacing: -.08em; }
.location-status { display: flex; align-items: center; gap: 9px; color: #9ea3ac; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.location-kicker { display:block; margin-top:30px; color:#6e747c; }
.location-info h3 { margin: 8px 0 19px; color:var(--ink); font: 700 48px/.95 var(--display); letter-spacing: -.055em; }
.location-info address { color:#656b73; font-style: normal; font-size: 15px; }
.location-details { margin: 38px 0 32px; }
.location-details div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid var(--line-light); }
.location-details div:last-child { border-bottom: 1px solid var(--line-light); }
.location-details dt { color:#747983; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.location-details dd { margin: 0; color:#424850; font-size: 11px; text-align: right; }
.location-actions { display: flex; align-items: center; justify-content:flex-end; gap: 25px; }
.text-link { color: var(--white); font-size: 12px; font-weight: 700; text-underline-offset: 4px; }
.map-wrap { position: relative; min-height: 440px; background: #d8d7cf; }
.map-wrap iframe { width: 100%; height: 100%; min-height: inherit; display: block; border: 0; filter: saturate(.55) contrast(1.08); }
.map-credit { position: absolute; right: 13px; bottom: 13px; padding: 7px 10px; border-radius: 5px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 700; text-decoration: none; }

.why-section { position: relative; overflow: hidden; background: #11151e; }
.why-section::before { content: ""; position: absolute; width: 650px; height: 650px; top: -400px; right: -150px; border: 1px solid rgba(89,223,231,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(89,223,231,.025), 0 0 0 140px rgba(89,223,231,.015); }
.light-heading .heading-aside p { color: #aeb2ba; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature { position: relative; min-height: 350px; padding: 30px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.feature::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; border-radius: 0 0 var(--radius) var(--radius); background: var(--accent); }
.feature-yellow { --accent: var(--yellow); }
.feature-cyan { --accent: var(--cyan); }
.feature-pink { --accent: var(--pink); }
.feature-number { position: absolute; top: 26px; right: 28px; color: #5d626c; font: 600 11px var(--display); }
.feature-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 40px 0 72px; border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent); border-radius: 50%; background: color-mix(in srgb, var(--accent) 9%, transparent); color: var(--accent); font-size: 26px; }
.feature h3 { margin: 0 0 13px; font: 700 23px var(--display); letter-spacing: -.035em; }
.feature p { margin: 0; color: #9ea2aa; font-size: 14px; }

.support-section { background: var(--paper); color: var(--ink); }
.support-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; }
.support-copy > p:not(.eyebrow):not(.fine-print) { max-width: 400px; margin: 28px 0 0; color: #555b63; font-size: 17px; }
.support-copy .fine-print { max-width: 390px; margin: 30px 0 0; padding-top: 17px; border-top: 1px solid var(--line-light); color: #81858a; font-size: 10px; }
.donation-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.donation-card { display:flex; flex-direction:column; padding: 25px; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 50px rgba(10,12,18,.07); }
.donation-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.payment-logo { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; color: white; font: 700 23px var(--display); }
.paypal-logo { background: linear-gradient(140deg,#222c67,#25a7da); font-style: italic; }
.bitcoin-logo { background: #f59d0b; }
.donation-card-head small, .donation-card-head h3 { display: block; margin: 0; }
.donation-card-head small { color: #85898e; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.donation-card-head h3 { font: 700 23px/1.1 var(--display); letter-spacing: -.03em; }
.qr-wrap { padding: 14px; border: 1px solid var(--line-light); border-radius: 10px; background: #fff; }
.qr-wrap img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.button-dark { width: 100%; margin-top: 16px; background: var(--ink); color: white; }
.paypal-card > .button-dark { margin-top:auto; }
.wallet-address { display: block; width: 100%; margin-top: 12px; overflow: hidden; color: #777b82; font-family: Consolas, monospace; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.wallet-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 3px; }
.wallet-actions .button-dark { margin-top: 10px; }
.icon-button { width: 52px; height: 52px; display: grid; place-items: center; align-self: end; border: 1px solid var(--line-light); border-radius: 7px; color: var(--ink); text-decoration: none; font-weight: 700; transition: background .2s; }
.icon-button:hover { background: #e7e3da; }

.contact-section { position: relative; overflow: hidden; background: #121722; }
.contact-section::after { content: ""; position: absolute; width: 620px; height: 620px; bottom: -430px; left: -280px; border: 1px solid rgba(238,254,55,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(238,254,55,.02), 0 0 0 140px rgba(238,254,55,.01); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { max-width: 440px; margin: 27px 0 0; color: #a6aab2; font-size: 17px; }
.direct-contact { margin-top: 55px; }
.direct-contact span { display: block; margin-bottom: 5px; color: #666c76; font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.direct-contact strong { display:block; color:var(--white); font:600 16px var(--display); }
.contact-form { padding: 35px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; color: #aeb2b9; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; background: #0c1017; color: white; outline: none; transition: border .2s, box-shadow .2s; }
.field input, .field select { height: 52px; padding: 0 14px; }
.field textarea { min-height: 130px; padding: 13px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(89,223,231,.09); }
.field ::placeholder { color: #5f6570; }
.form-submit { width: 100%; }
.contact-form.is-disabled { opacity:.62; }
.contact-form.is-disabled .field input:disabled,.contact-form.is-disabled .field select:disabled,.contact-form.is-disabled .field textarea:disabled{border-color:rgba(255,255,255,.09);background:#12161d;color:#686e78;cursor:not-allowed}.contact-form.is-disabled .form-submit:disabled{border-color:#555b63;background:#555b63;color:#aeb2b9;box-shadow:none;cursor:not-allowed;filter:none}
.form-note { margin: 12px 0 0; color: #6f747e; font-size: 9px; text-align: center; }

.site-footer { padding: 65px 0 25px; background: #07090d; }
.footer-main { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 50px; padding-bottom: 55px; }
.footer-main > p { margin: 0; color: #818690; font-size: 13px; }
.footer-social { display: flex; gap: 23px; }
.footer-social a { font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-social span { color: var(--yellow); }
.footer-bottom { display: grid; grid-template-columns: auto auto 1fr; align-items: start; gap: 35px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: #5d626c; font-size: 8px; letter-spacing: .03em; }
.footer-bottom span:last-child { max-width: 520px; justify-self: end; text-align: right; }
.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: calc(100vw - 40px); padding: 11px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: #171c25; color: white; box-shadow: 0 14px 35px rgba(0,0,0,.25); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Machine detail page */
.detail-page { background: var(--paper); color: var(--ink); }
.compact-header { position: relative; top: 0; background: var(--ink); }
.compact-header .nav-shell { min-height: 84px; }
.back-link { color: var(--white); }
.detail-hero { padding: 65px 0 80px; overflow: hidden; background: var(--ink); color: var(--white); }
.detail-breadcrumb { margin-bottom: 65px; color: #777d86; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.detail-breadcrumb span { margin: 0 10px; color: var(--yellow); }
.detail-title-row { display: flex; justify-content: space-between; align-items: flex-end; }
.detail-title-row .location-status { margin-bottom: 22px; }
.detail-title-row h1 { font-size: clamp(62px,9vw,118px); }
.detail-title-row p { margin: 24px 0 0; color: #a0a4ac; }
.detail-number { color: rgba(255,255,255,.035); font: 700 clamp(160px,25vw,340px)/.7 var(--display); letter-spacing: -.1em; transform: translate(18px,20px); }
.detail-content { padding: 70px 0 120px; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(280px,.55fr); gap: 22px; align-items: start; }
.detail-main { display: grid; gap: 22px; }
.detail-map { min-height: 420px; border: 1px solid var(--line-light); border-radius: var(--radius); overflow: hidden; }
.detail-inventory .inventory-header h2 { font-size: 27px; }
.visit-card { position: sticky; top: 25px; padding: 31px; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--yellow); }
.visit-card h2 { margin: 0 0 18px; font: 700 34px/1 var(--display); letter-spacing: -.05em; }
.visit-card address { font-style: normal; font-size: 15px; }
.visit-card dl { margin: 28px 0; }
.visit-card dl div { padding: 12px 0; border-top: 1px solid rgba(10,12,18,.16); }
.visit-card dl div:last-child { border-bottom: 1px solid rgba(10,12,18,.16); }
.visit-card dt { color: rgba(10,12,18,.58); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.visit-card dd { margin: 3px 0 0; font-size: 12px; font-weight: 600; }
.visit-card .button-primary { width: 100%; background: var(--ink); color: white; }
.dark-link { display: block; margin-top: 20px; color: var(--ink); text-align: center; }
.detail-footer { padding-top: 25px; }
.detail-footer .footer-bottom { grid-template-columns: 1fr auto auto; }
.detail-footer a { color: #757b85; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .primary-nav { gap: 18px; }
  .primary-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .machine-stage { transform: scale(.88); transform-origin: center; }
  .card-restock { left: -20px; }
  .card-status { right: -20px; }
  .machines-layout, .support-grid { grid-template-columns: 1fr; }
  .alert-card { min-height: 385px; }
  .alert-icon { margin-bottom: 25px; }
  .support-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; align-items: end; }
  .support-copy .eyebrow, .support-copy h2 { grid-column: 1; }
  .support-copy > p:not(.eyebrow) { grid-column: 2; }
  .support-copy > p:not(.eyebrow):not(.fine-print) { grid-row: 1 / span 2; align-self: end; }
  .location-info { padding: 40px; }
  .contact-grid { gap: 50px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { grid-row: 2; }
  .footer-social { grid-row: 1; grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 30px); }
  .announcement { min-height: 42px; padding-inline: 12px; font-size: 9px; }
  .announcement a { font-size: 0; }
  .announcement a span { font-size: 12px; }
  .site-header { top: 42px; }
  .site-header.is-scrolled:not(.compact-header) { top: 0; }
  .nav-shell { min-height: 74px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 6.5px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; gap: 20px; padding: 90px 30px 40px; background: rgba(10,12,18,.98); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s, transform .2s; }
  .nav-open .primary-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav > a:not(.nav-cta) { display: block; color: var(--white); font: 700 30px var(--display); letter-spacing: -.04em; }
  .primary-nav .nav-cta { margin-top: 12px; padding: 14px 25px; }
  .hero { padding: 135px 0 45px; background: radial-gradient(circle at 50% 67%, #252c38, #11151d 34%, var(--ink) 65%); }
  .hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(50px,15.5vw,72px); }
  .hero-lede { margin-top: 22px; font-size: 16px; line-height: 1.6; }
  .hero-actions { margin-top: 27px; }
  .hero-actions .button { flex: 1 1 180px; }
  .trust-row { gap: 12px 20px; margin-top: 26px; }
  .machine-stage { height: 550px; margin-top: 15px; transform: scale(.84); }
  .card-restock { left: -44px; }
  .card-status { right: -40px; }
  .ticker-track { gap: 24px; padding: 11px 0; font-size: 10px; }
  .section { padding: 80px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .support-copy h2, .contact-copy h2 { font-size: clamp(46px,14vw,65px); }
  .heading-aside p { font-size: 15px; }
  .inventory-header { display: block; padding: 23px 20px 18px; }
  .inventory-header .status-badge { margin-top: 15px; }
  .inventory-meta { padding-inline: 20px; font-size: 8px; }
  .inventory-meta span:last-child { display: none; }
  .stock-item { grid-template-columns: 45px minmax(0,1fr) auto; gap: 10px; padding-inline: 18px; }
  .product-copy > strong { font-size: 13px; }
  .stock-quantity { min-width: 56px; padding-left: 10px; }
  .stock-quantity strong { font-size: 21px; }
  .stock-quantity small { display: none; }
  .inventory-footer { align-items: flex-start; padding-inline: 20px; }
  .inventory-footer a { display: none; }
  .alert-card { min-height: 0; padding: 25px; }
  .location-card { grid-template-columns: 1fr; }
  .location-info { padding: 32px 25px 37px; }
  .location-number { font-size: 80px; }
  .location-info h3 { font-size: 43px; }
  .location-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .location-actions .text-link { text-align: center; }
  .map-wrap { min-height: 360px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 280px; }
  .feature-icon { margin: 25px 0 50px; }
  .support-copy { display: block; }
  .support-copy > p:not(.eyebrow):not(.fine-print) { font-size: 15px; }
  .donation-grid { grid-template-columns: 1fr; }
  .donation-card { padding: 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .direct-contact { margin-top: 30px; }
  .contact-form { padding: 23px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 27px; }
  .footer-main > p, .footer-social { grid-row: auto; grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-bottom span:last-child { grid-column: 1 / -1; justify-self: start; text-align: left; }
  .compact-header { top: 0; }
  .compact-header .nav-shell { min-height: 74px; }
  .compact-header .back-link { padding: 9px 11px; font-size: 10px; }
  .detail-hero { padding: 47px 0 65px; }
  .detail-breadcrumb { margin-bottom: 45px; }
  .detail-title-row { position: relative; }
  .detail-title-row h1 { font-size: clamp(62px,20vw,90px); }
  .detail-number { position: absolute; right: -5px; bottom: -5px; font-size: 150px; }
  .detail-content { padding: 35px 0 80px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-map { min-height: 350px; }
  .visit-card { position: static; grid-row: 1; }
  .detail-footer .footer-bottom { grid-template-columns: 1fr auto; }
  .detail-footer .footer-bottom a:last-child { display: none; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 49px; }
  .machine-stage { margin-left: -10px; transform: scale(.76); }
  .stock-item { grid-template-columns: 38px minmax(0,1fr) 45px; padding-inline: 12px; }
  .product-swatch { width: 36px; height: 47px; }
  .product-copy > small { font-size: 7px; }
  .stock-quantity { min-width: 40px; }
  .support-copy h2, .contact-copy h2, .section-heading h2 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
