:root {
  --viviiLanding-blue: #00aef1;
  --viviiLanding-blue-dark: #008ecb;
  --viviiLanding-ink: #111820;
  --viviiLanding-muted: #68737d;
  --viviiLanding-line: #e8edf1;
  --viviiLanding-cloud: #f6f9fb;
  --viviiLanding-white: #fff;
  --viviiLanding-shadow: 0 20px 60px rgba(19, 46, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.viviiLanding-page { margin: 0; color: var(--viviiLanding-ink); background: var(--viviiLanding-white); font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.viviiLanding-page img { display: block; max-width: 100%; }
.viviiLanding-page a { color: inherit; text-decoration: none; }
.viviiLanding-page button, .viviiLanding-page input, .viviiLanding-page select, .viviiLanding-page textarea { font: inherit; }
.viviiLanding-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.viviiLanding-container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.viviiLanding-kicker, .viviiLanding-eyebrow { margin: 0 0 18px; color: var(--viviiLanding-blue); font-size: .74rem; line-height: 1; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.viviiLanding-nowrap { white-space: nowrap; }

.viviiLanding-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 78px; color: var(--viviiLanding-ink); transition: background .35s ease, box-shadow .35s ease, height .35s ease; }
.viviiLanding-header.viviiLanding-headerScrolled { height: 66px; background: rgba(255,255,255,.9); box-shadow: 0 8px 30px rgba(24, 47, 61, .07); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.viviiLanding-headerInner { width: min(1240px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.viviiLanding-brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; letter-spacing: -.06em; }
.viviiLanding-brandMark { display: grid; place-items: center; width: 27px; height: 27px; color: #fff; background: var(--viviiLanding-blue); border-radius: 8px 2px 8px 2px; font-size: .85rem; transform: skew(-8deg); }
.viviiLanding-brandText { font-size: 1.12rem; }
.viviiLanding-brandText span { color: var(--viviiLanding-blue); }
.viviiLanding-nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; font-weight: 700; }
.viviiLanding-nav > a:not(.viviiLanding-navCta) { position: relative; }
.viviiLanding-nav > a:not(.viviiLanding-navCta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--viviiLanding-blue); transition: right .25s ease; }
.viviiLanding-nav > a:not(.viviiLanding-navCta):hover::after { right: 0; }
.viviiLanding-navCta { padding: 12px 20px; color: #fff; background: var(--viviiLanding-blue); border-radius: 999px; box-shadow: 0 8px 22px rgba(0, 174, 241, .2); }
.viviiLanding-menuButton { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.viviiLanding-menuButton span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.viviiLanding-hero { position: relative; min-height: 860px; overflow: hidden; background: #eef1f2; }
.viviiLanding-heroImage { position: absolute; inset: -7% 0; width: 100%; height: 114%; max-width: none !important; object-fit: cover; object-position: center 64%; will-change: transform; }
.viviiLanding-heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 31%, rgba(255,255,255,.08) 57%, rgba(255,255,255,.08) 100%); }
.viviiLanding-heroInner { position: relative; z-index: 2; min-height: 860px; padding-top: 174px; }
.viviiLanding-heroCopy { max-width: 540px; }
.viviiLanding-eyebrow { color: #28323a; }
.viviiLanding-hero h1 { margin: 0; font-size: clamp(3.2rem, 5.2vw, 5.6rem); line-height: 1.08; letter-spacing: -.072em; }
.viviiLanding-hero h1 span { color: var(--viviiLanding-blue); white-space: nowrap; }
.viviiLanding-heroDescription { margin: 28px 0 36px; color: #3f4950; font-size: 1.12rem; line-height: 1.8; }
.viviiLanding-primaryButton, .viviiLanding-contactButton, .viviiLanding-submitButton { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 27px; color: #fff; background: var(--viviiLanding-blue); border: 0; border-radius: 999px; font-weight: 800; box-shadow: 0 14px 30px rgba(0, 174, 241, .24); cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.viviiLanding-primaryButton:hover, .viviiLanding-contactButton:hover, .viviiLanding-submitButton:hover { background: var(--viviiLanding-blue-dark); transform: translateY(-2px); box-shadow: 0 18px 34px rgba(0, 142, 203, .28); }
.viviiLanding-primaryButton svg, .viviiLanding-contactButton svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.viviiLanding-heroSide { position: absolute; top: 152px; right: 30px; display: grid; color: rgba(17,24,32,.58); font-size: .82rem; line-height: 1.1; font-weight: 900; letter-spacing: .1em; }
.viviiLanding-heroNote { position: absolute; top: 240px; right: 148px; margin: 0; padding-left: 24px; border-left: 1px solid rgba(17,24,32,.35); color: #333d45; font-size: .9rem; line-height: 1.7; }

.viviiLanding-core { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--viviiLanding-line); }
.viviiLanding-coreGrid { display: grid; grid-template-columns: repeat(4, 1fr); }
.viviiLanding-coreItem { position: relative; padding: 52px 24px; text-align: center; }
.viviiLanding-coreItem + .viviiLanding-coreItem::before { content: ""; position: absolute; top: 52px; bottom: 52px; left: 0; width: 1px; background: var(--viviiLanding-line); }
.viviiLanding-coreItem svg, .viviiLanding-featureItem svg { width: 34px; height: 34px; fill: none; stroke: #3e4a54; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.viviiLanding-coreItem h2 { margin: 19px 0 8px; font-size: 1.03rem; }
.viviiLanding-coreItem p { margin: 0; color: var(--viviiLanding-muted); font-size: .86rem; line-height: 1.65; }

.viviiLanding-features { padding: 124px 0 118px; background: linear-gradient(180deg, #fff, #fbfdfe); }
.viviiLanding-sectionHeading { max-width: 700px; margin: 0 auto 72px; text-align: center; }
.viviiLanding-sectionHeading h2, .viviiLanding-growth h2 { margin: 0; font-size: clamp(2.25rem, 3.3vw, 3.5rem); line-height: 1.22; letter-spacing: -.055em; }
.viviiLanding-sectionHeading > p:last-child { margin: 22px 0 0; color: var(--viviiLanding-muted); line-height: 1.8; }
.viviiLanding-featureGrid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 22px; }
.viviiLanding-featureItem { min-width: 0; text-align: center; }
.viviiLanding-featureItem svg { width: 32px; height: 32px; }
.viviiLanding-featureItem h3 { margin: 15px 0 7px; font-size: .94rem; }
.viviiLanding-featureItem p { margin: 0; color: var(--viviiLanding-muted); font-size: .77rem; line-height: 1.55; }

.viviiLanding-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 570px; background: #fff; overflow: hidden; }
.viviiLanding-story:nth-of-type(even) { background: #fbfdfe; }
.viviiLanding-storyCopy { display: flex; flex-direction: column; justify-content: center; width: 100%; padding: 80px clamp(42px, 5.7vw, 82px); }
.viviiLanding-storyCopy h2 { margin: 0; font-size: clamp(2.35rem, 3.4vw, 3.5rem); line-height: 1.16; letter-spacing: -.065em; }
.viviiLanding-storyCopy > p:not(.viviiLanding-kicker):not(.viviiLanding-systemMotto) { margin: 25px 0 0; color: var(--viviiLanding-muted); font-size: 1rem; line-height: 1.85; word-break: keep-all; }
.viviiLanding-benefits { display: flex; flex-wrap: wrap; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.viviiLanding-benefits li { color: #394650; font-size: .82rem; font-weight: 700; }
.viviiLanding-benefits li + li::before { content: ""; display: inline-block; width: 1px; height: 12px; margin: 0 17px; vertical-align: -1px; background: #ccd5db; }
.viviiLanding-storyMedia { position: relative; min-height: 570px; overflow: hidden; background: #eff3f5; }
.viviiLanding-productImage { position: absolute; inset: -7% 0; width: 100%; height: 114%; max-width: none !important; object-fit: cover; will-change: transform; }

.viviiLanding-system { padding: 104px 0; background: linear-gradient(135deg, #f9fcfd 0%, #fff 55%, #f5f9fb 100%); }
.viviiLanding-systemGrid { display: grid; grid-template-columns: minmax(390px, .82fr) minmax(610px, 1.18fr); align-items: center; gap: 54px; }
.viviiLanding-systemCopy h2 { margin: 0; font-size: clamp(2.5rem, 3.35vw, 3.55rem); line-height: 1.14; letter-spacing: -.068em; }
.viviiLanding-systemCopy > p:not(.viviiLanding-kicker):not(.viviiLanding-systemMotto) { max-width: 460px; margin: 26px 0 0; color: var(--viviiLanding-muted); line-height: 1.85; }
.viviiLanding-systemMotto { margin: 39px 0 0; color: #98a3ab; font-size: .7rem; line-height: 1; font-weight: 800; letter-spacing: .32em; }
.viviiLanding-systemVisual { position: relative; min-height: 360px; overflow: hidden; border: 1px solid rgba(225,234,239,.88); border-radius: 28px; box-shadow: 0 24px 70px rgba(36,73,94,.12); background: rgba(255,255,255,.88); }
.viviiLanding-systemVisual::before { content: ""; position: absolute; inset: 12% 18%; background: radial-gradient(circle, rgba(0,174,241,.11), rgba(0,174,241,0) 66%); filter: blur(22px); }
.viviiLanding-systemLines { position: absolute; inset: 0; width: 100%; height: 100%; fill: var(--viviiLanding-blue); stroke: var(--viviiLanding-blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.viviiLanding-systemLines path { fill: none; opacity: .7; }
.viviiLanding-systemNode { position: absolute; z-index: 2; display: grid; place-items: center; gap: 7px; width: 112px; min-height: 88px; padding: 12px 9px 10px; color: #28343d; background: rgba(255,255,255,.96); border: 1px solid #e8eef2; border-radius: 14px; box-shadow: 0 11px 28px rgba(38,69,88,.12); }
.viviiLanding-systemNode svg { width: 30px; height: 30px; fill: none; stroke: #36444e; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.viviiLanding-systemNode span { font-size: .72rem; font-weight: 800; line-height: 1.2; }
.viviiLanding-systemNodePos { top: 16px; left: 12.7%; transform: translateX(-50%); }
.viviiLanding-systemNodeKiosk { top: 16px; left: 50%; transform: translateX(-50%); }
.viviiLanding-systemNodeTable { top: 16px; left: 79.3%; transform: translateX(-50%); }
.viviiLanding-systemNodeDelivery { top: 139px; left: 7.8%; transform: translateX(-50%); }
.viviiLanding-systemNodeTakeout { bottom: 15px; left: 7.8%; transform: translateX(-50%); }
.viviiLanding-systemNodeWaiting { right: 2.1%; bottom: 15px; }
.viviiLanding-systemHub { position: absolute; z-index: 3; top: 178px; left: 50%; display: grid; place-items: center; width: 190px; height: 73px; color: #fff; background: linear-gradient(135deg, #27b8f5, #049fe4); border-radius: 15px; box-shadow: 0 16px 34px rgba(0,174,241,.26); transform: translate(-50%, -50%); }
.viviiLanding-systemHub strong { font-size: 1.15rem; letter-spacing: -.04em; }
.viviiLanding-systemHub strong span { color: #d8f5ff; }
.viviiLanding-systemHub small { margin-top: -12px; color: rgba(255,255,255,.72); font-size: .55rem; font-weight: 800; letter-spacing: .18em; }

.viviiLanding-realtimeMedia { background: linear-gradient(135deg, #f8fbfd, #eef5f8); }
.viviiLanding-realtimeVisual { position: absolute; inset: 50% auto auto 50%; width: min(82%, 680px); aspect-ratio: 1.45 / 1; transform: translate(-50%, -50%); }
.viviiLanding-liveTable, .viviiLanding-kitchenTicket, .viviiLanding-liveAlert { background: rgba(255,255,255,.97); border: 1px solid #e8eef2; box-shadow: 0 22px 55px rgba(38,67,86,.12); }
.viviiLanding-liveTable { position: absolute; left: 0; bottom: 5%; width: 68%; padding: 24px 25px 20px; border-radius: 17px; animation: viviiLanding-cardFloatMain 7s ease-in-out infinite alternate; will-change: transform; }
.viviiLanding-liveHeader, .viviiLanding-ticketHeader { display: flex; align-items: center; justify-content: space-between; }
.viviiLanding-liveHeader strong, .viviiLanding-ticketHeader strong { color: #202b33; font-size: .88rem; }
.viviiLanding-liveHeader > span { display: inline-flex; align-items: center; gap: 6px; color: #8b989f; font-size: .62rem; font-weight: 700; }
.viviiLanding-liveHeader i { width: 6px; height: 6px; background: #28d795; border-radius: 50%; box-shadow: 0 0 0 4px rgba(40,215,149,.13); }
.viviiLanding-liveColumns, .viviiLanding-liveRow { display: grid; grid-template-columns: .65fr 1.45fr .62fr; align-items: center; gap: 12px; }
.viviiLanding-liveColumns { margin-top: 20px; padding: 9px 10px; color: #9aa5ac; background: #f6f8fa; border-radius: 7px; font-size: .58rem; font-weight: 700; }
.viviiLanding-liveRow { min-height: 43px; padding: 0 10px; border-bottom: 1px solid #eef2f4; color: #606e77; font-size: .68rem; }
.viviiLanding-liveRow:last-child { border-bottom: 0; }
.viviiLanding-liveRow strong { color: #3a4650; font-size: .66rem; }
.viviiLanding-liveRow em { justify-self: start; min-width: 42px; padding: 5px 7px; border-radius: 999px; font-size: .55rem; font-style: normal; font-weight: 800; text-align: center; }
.viviiLanding-statusReady { color: #11a76f; background: #dff8ed; }
.viviiLanding-statusCooking { color: #f16e61; background: #ffe5e2; }
.viviiLanding-statusWaiting { color: #5c86b1; background: #e5eff8; }
.viviiLanding-liveAlert { position: absolute; z-index: 3; top: 1%; right: 0; display: flex; align-items: center; gap: 12px; width: 52%; padding: 15px 17px; border-radius: 13px; animation: viviiLanding-cardFloatAlert 5.6s ease-in-out -1.1s infinite alternate; will-change: transform; }
.viviiLanding-liveAlertIcon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: #263642; background: #eff7fb; border-radius: 10px; }
.viviiLanding-liveAlertIcon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.viviiLanding-liveAlert > span:last-child { display: grid; gap: 5px; }
.viviiLanding-liveAlert strong { color: #26323a; font-size: .67rem; }
.viviiLanding-liveAlert small { color: #98a2a9; font-size: .56rem; }
.viviiLanding-kitchenTicket { position: absolute; right: 0; bottom: 0; width: 36%; padding: 21px 19px; border-radius: 16px; animation: viviiLanding-cardFloatTicket 6.4s ease-in-out -2.2s infinite alternate; will-change: transform; }
.viviiLanding-ticketHeader { margin-bottom: 15px; }
.viviiLanding-ticketHeader span { padding: 4px 7px; color: #3185c4; background: #eaf5fc; border-radius: 6px; font-size: .55rem; font-weight: 800; }
.viviiLanding-ticketRow { display: grid; grid-template-columns: .72fr 1.45fr .25fr; align-items: center; min-height: 46px; border-top: 1px solid #eff2f4; color: #64727b; font-size: .64rem; }
.viviiLanding-ticketRow strong { color: #3b4851; }
.viviiLanding-ticketRow em { color: #26333c; font-style: normal; font-weight: 800; text-align: right; }

@keyframes viviiLanding-cardFloatMain {
  from { transform: translate3d(0, 2px, 0); }
  to { transform: translate3d(3px, -5px, 0); }
}

@keyframes viviiLanding-cardFloatAlert {
  from { transform: translate3d(0, 1px, 0) rotate(-.15deg); }
  to { transform: translate3d(-3px, -6px, 0) rotate(.15deg); }
}

@keyframes viviiLanding-cardFloatTicket {
  from { transform: translate3d(1px, 3px, 0) rotate(.12deg); }
  to { transform: translate3d(-2px, -4px, 0) rotate(-.12deg); }
}

.viviiLanding-growth { padding: 118px 0; background: #fff; }
.viviiLanding-growthGrid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 80px; }
.viviiLanding-growthCopy > p:last-child { max-width: 520px; margin: 24px 0 0; color: var(--viviiLanding-muted); line-height: 1.85; }
.viviiLanding-metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.viviiLanding-metric { position: relative; padding: 28px 18px; text-align: center; }
.viviiLanding-metric + .viviiLanding-metric::before { content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: var(--viviiLanding-line); }
.viviiLanding-metric svg { width: 40px; height: 40px; margin-bottom: 21px; fill: none; stroke: var(--viviiLanding-blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.viviiLanding-metric strong { display: block; min-height: 29px; font-size: 1.27rem; letter-spacing: -.035em; }
.viviiLanding-metric p { margin: 8px 0 0; color: var(--viviiLanding-muted); font-size: .78rem; }

.viviiLanding-contact { position: relative; min-height: 630px; overflow: hidden; background: #6a625b; color: #fff; }
.viviiLanding-contactImage { position: absolute; inset: -8% 0; width: 100%; height: 116%; max-width: none !important; object-fit: cover; object-position: center; will-change: transform; }
.viviiLanding-contactShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,29,30,.72) 0%, rgba(27,30,31,.48) 40%, rgba(27,30,31,.05) 75%); }
.viviiLanding-contactInner { position: relative; z-index: 2; min-height: 630px; display: flex; align-items: center; }
.viviiLanding-contactCopy { max-width: 610px; }
.viviiLanding-contactCopy .viviiLanding-kicker { color: #aee8ff; }
.viviiLanding-contactCopy h2 { margin: 0; font-size: clamp(2.75rem, 5vw, 5.2rem); line-height: 1.1; letter-spacing: -.07em; }
.viviiLanding-contactCopy > p:not(.viviiLanding-kicker) { margin: 24px 0 34px; color: rgba(255,255,255,.8); font-size: 1.06rem; }

.viviiLanding-footer { padding: 30px 0; background: #fff; }
.viviiLanding-footerInner { display: flex; align-items: center; gap: 28px; }
.viviiLanding-footerInner > p { margin: 0; color: #89939a; font-size: .76rem; }
.viviiLanding-footerInner > p:last-child { margin-left: auto; }

.viviiLanding-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 0; border: 0; border-radius: 26px; box-shadow: 0 30px 100px rgba(12, 30, 42, .28); }
.viviiLanding-dialog::backdrop { background: rgba(13, 27, 36, .52); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.viviiLanding-dialogCard { display: grid; gap: 17px; padding: 34px; }
.viviiLanding-dialogHeader { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 6px; }
.viviiLanding-dialogHeader h2 { margin: 0; font-size: 2rem; letter-spacing: -.05em; }
.viviiLanding-dialogClose { width: 40px; height: 40px; border: 0; background: #f1f5f7; border-radius: 50%; color: #56616a; font-size: 1.55rem; cursor: pointer; }
.viviiLanding-contactTypes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 0; padding: 0; border: 0; }
.viviiLanding-contactTypes legend { grid-column: 1 / -1; margin-bottom: 0; color: #273139; font-size: .82rem; font-weight: 800; }
.viviiLanding-contactTypes label { position: relative; cursor: pointer; }
.viviiLanding-contactTypes input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.viviiLanding-contactTypes span { display: grid; place-items: center; min-height: 48px; padding: 0 13px; color: #68747c; background: #f4f7f9; border: 1px solid #e1e8ec; border-radius: 12px; font-size: .88rem; font-weight: 800; transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.viviiLanding-contactTypes input:checked + span { color: var(--viviiLanding-blue-dark); background: #eefaff; border-color: var(--viviiLanding-blue); box-shadow: inset 0 0 0 1px var(--viviiLanding-blue); }
.viviiLanding-contactTypes input:focus-visible + span { outline: 3px solid rgba(0,174,241,.2); outline-offset: 2px; }
.viviiLanding-field { display: grid; gap: 8px; color: #273139; font-size: .82rem; font-weight: 800; }
.viviiLanding-field input, .viviiLanding-field select, .viviiLanding-field textarea { width: 100%; padding: 14px 15px; border: 1px solid #dce4e9; border-radius: 12px; outline: none; color: var(--viviiLanding-ink); background: #fff; font-size: .94rem; font-weight: 500; transition: border .2s ease, box-shadow .2s ease; }
.viviiLanding-field textarea { resize: vertical; }
.viviiLanding-field input:focus, .viviiLanding-field select:focus, .viviiLanding-field textarea:focus { border-color: var(--viviiLanding-blue); box-shadow: 0 0 0 4px rgba(0,174,241,.11); }
.viviiLanding-formNote { margin: 0; color: #88939a; font-size: .72rem; line-height: 1.55; }
.viviiLanding-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.viviiLanding-formStatus { min-height: 20px; margin: -7px 0 0; color: #64727b; font-size: .78rem; font-weight: 700; line-height: 1.45; }
.viviiLanding-formStatus.viviiLanding-formStatusError { color: #d94b4b; }
.viviiLanding-submitButton { width: 100%; margin-top: 2px; }
.viviiLanding-submitButton:disabled { cursor: wait; opacity: .68; }
.viviiLanding-toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 30px); padding: 14px 22px; color: #fff; background: #17242c; border-radius: 999px; box-shadow: var(--viviiLanding-shadow); font-size: .88rem; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.viviiLanding-toast.viviiLanding-toastVisible { transform: translate(-50%, 0); opacity: 1; }

.viviiLanding-reveal { opacity: 0; transition: opacity .75s cubic-bezier(.2,.65,.3,1), transform .75s cubic-bezier(.2,.65,.3,1); }
.viviiLanding-reveal[data-vivii-animate="fade-up"] { transform: translateY(34px); }
.viviiLanding-reveal[data-vivii-animate="fade-left"] { transform: translateX(44px); }
.viviiLanding-reveal[data-vivii-animate="fade-right"] { transform: translateX(-44px); }
.viviiLanding-reveal.viviiLanding-visible { opacity: 1; transform: translate3d(0,0,0); }
.viviiLanding-coreItem:nth-child(2), .viviiLanding-featureItem:nth-child(2), .viviiLanding-metric:nth-child(2) { transition-delay: .07s; }
.viviiLanding-coreItem:nth-child(3), .viviiLanding-featureItem:nth-child(3), .viviiLanding-metric:nth-child(3) { transition-delay: .14s; }
.viviiLanding-coreItem:nth-child(4), .viviiLanding-featureItem:nth-child(4) { transition-delay: .21s; }
.viviiLanding-featureItem:nth-child(5) { transition-delay: .04s; }
.viviiLanding-featureItem:nth-child(6) { transition-delay: .11s; }
.viviiLanding-featureItem:nth-child(7) { transition-delay: .18s; }
.viviiLanding-featureItem:nth-child(8) { transition-delay: .25s; }

@media (max-width: 1020px) {
  .viviiLanding-container { width: min(100% - 48px, 900px); }
  .viviiLanding-hero { min-height: 780px; }
  .viviiLanding-heroInner { min-height: 780px; padding-top: 150px; }
  .viviiLanding-heroCopy { max-width: 480px; }
  .viviiLanding-heroSide, .viviiLanding-heroNote { display: none; }
  .viviiLanding-featureGrid { grid-template-columns: repeat(4, 1fr); row-gap: 52px; }
  .viviiLanding-story, .viviiLanding-storyReverse { display: flex; flex-direction: column; min-height: 0; }
  .viviiLanding-story .viviiLanding-storyCopy, .viviiLanding-storyReverse .viviiLanding-storyCopy { order: 1; }
  .viviiLanding-story .viviiLanding-storyMedia, .viviiLanding-storyReverse .viviiLanding-storyMedia { order: 2; }
  .viviiLanding-storyCopy { width: 100%; padding: 72px 48px 64px; }
  .viviiLanding-storyMedia:not(.viviiLanding-realtimeMedia) { min-height: 0; aspect-ratio: 16 / 9; }
  .viviiLanding-productImage { inset: 0; width: 100%; height: 100%; object-position: center; transform: none !important; }
  .viviiLanding-realtimeMedia { min-height: 520px; }
  .viviiLanding-systemGrid, .viviiLanding-growthGrid { grid-template-columns: 1fr; gap: 56px; }
  .viviiLanding-systemCopy { max-width: 680px; }
  .viviiLanding-systemVisual { min-height: 380px; }
  .viviiLanding-growthCopy { max-width: 720px; }
}

@media (max-width: 760px) {
  .viviiLanding-container { width: min(100% - 40px, 600px); }
  .viviiLanding-header { height: 66px; }
  .viviiLanding-headerInner { width: calc(100% - 32px); }
  .viviiLanding-menuButton { display: block; }
  .viviiLanding-menuButton.viviiLanding-menuOpen span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .viviiLanding-menuButton.viviiLanding-menuOpen span:nth-child(2) { opacity: 0; }
  .viviiLanding-menuButton.viviiLanding-menuOpen span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .viviiLanding-nav { position: absolute; top: 58px; left: 16px; right: 16px; display: grid; gap: 0; padding: 11px; background: rgba(255,255,255,.97); border: 1px solid rgba(218,227,232,.9); border-radius: 18px; box-shadow: var(--viviiLanding-shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .viviiLanding-nav.viviiLanding-navOpen { opacity: 1; visibility: visible; transform: translateY(0); }
  .viviiLanding-nav a { padding: 14px 15px; }
  .viviiLanding-nav > a::after { display: none; }
  .viviiLanding-navCta { margin-top: 5px; text-align: center; }
  .viviiLanding-hero { min-height: 740px; }
  .viviiLanding-heroImage { object-position: 58% 70%; }
  .viviiLanding-heroShade { background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.83) 48%, rgba(255,255,255,.1) 76%); }
  .viviiLanding-heroInner { min-height: 740px; padding-top: 128px; }
  .viviiLanding-heroCopy { max-width: 570px; }
  .viviiLanding-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .viviiLanding-heroDescription { margin-top: 22px; font-size: .96rem; line-height: 1.72; }
  .viviiLanding-primaryButton { min-height: 52px; padding-inline: 22px; }
  .viviiLanding-coreGrid { grid-template-columns: repeat(2, 1fr); }
  .viviiLanding-coreItem { padding: 40px 15px; }
  .viviiLanding-coreItem + .viviiLanding-coreItem::before { top: 35px; bottom: 35px; }
  .viviiLanding-coreItem:nth-child(3)::before { display: none; }
  .viviiLanding-coreItem:nth-child(n+3) { border-top: 1px solid var(--viviiLanding-line); }
  .viviiLanding-features { padding: 90px 0 86px; }
  .viviiLanding-sectionHeading { margin-bottom: 55px; }
  .viviiLanding-sectionHeading h2 { font-size: 2.25rem; }
  .viviiLanding-featureGrid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .viviiLanding-storyCopy { width: 100%; padding: 78px 24px 68px; }
  .viviiLanding-storyCopy h2 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .viviiLanding-storyMedia:not(.viviiLanding-realtimeMedia) { min-height: 0; aspect-ratio: 16 / 9; }
  .viviiLanding-realtimeMedia { min-height: 430px; }
  .viviiLanding-benefits li + li::before { margin-inline: 10px; }
  .viviiLanding-system, .viviiLanding-growth { padding: 88px 0; }
  .viviiLanding-systemGrid { gap: 48px; }
  .viviiLanding-systemVisual { width: calc(100% + 20px); margin-left: -10px; border-radius: 20px; }
  .viviiLanding-systemVisual { min-height: 355px; }
  .viviiLanding-systemLines { display: none; }
  .viviiLanding-systemNode { position: absolute; width: calc(33.333% - 18px); min-height: 86px; transform: none; }
  .viviiLanding-systemNodePos { top: 18px; left: 14px; }
  .viviiLanding-systemNodeKiosk { top: 18px; left: calc(33.333% + 9px); }
  .viviiLanding-systemNodeTable { top: 18px; left: calc(66.666% + 4px); }
  .viviiLanding-systemNodeDelivery { top: 126px; left: 14px; }
  .viviiLanding-systemNodeTakeout { top: 234px; bottom: auto; left: 14px; }
  .viviiLanding-systemNodeWaiting { top: 234px; right: 14px; bottom: auto; }
  .viviiLanding-systemHub { top: 126px; left: calc(33.333% + 9px); width: calc(66.666% - 23px); height: 86px; transform: none; }
  .viviiLanding-realtimeVisual { width: min(94%, 560px); }
  .viviiLanding-liveTable { padding: 19px 16px 14px; }
  .viviiLanding-liveAlert { width: 59%; }
  .viviiLanding-kitchenTicket { width: 39%; padding: 17px 14px; }
  .viviiLanding-metrics { grid-template-columns: 1fr; }
  .viviiLanding-metric { display: grid; grid-template-columns: 60px 1fr; grid-template-rows: auto auto; align-items: center; padding: 20px 8px; text-align: left; }
  .viviiLanding-metric + .viviiLanding-metric::before { top: 0; right: 0; bottom: auto; width: auto; height: 1px; }
  .viviiLanding-metric svg { grid-row: 1 / 3; margin: 0; }
  .viviiLanding-metric strong { min-height: 0; }
  .viviiLanding-metric p { margin-top: 2px; }
  .viviiLanding-contact, .viviiLanding-contactInner { min-height: 590px; }
  .viviiLanding-contactImage { object-position: 65% center; }
  .viviiLanding-contactShade { background: linear-gradient(90deg, rgba(25,29,31,.74), rgba(25,29,31,.25)); }
  .viviiLanding-contactCopy h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .viviiLanding-footerInner { flex-wrap: wrap; gap: 12px 20px; }
  .viviiLanding-footerInner > p:first-of-type { display: none; }
  .viviiLanding-footerInner > p:last-child { margin-left: auto; }
  .viviiLanding-dialogCard { padding: 27px 22px; }
}

@media (max-width: 430px) {
  .viviiLanding-hero h1 { letter-spacing: -.075em; }
  .viviiLanding-coreItem h2 { font-size: .95rem; }
  .viviiLanding-storyMedia:not(.viviiLanding-realtimeMedia) { min-height: 0; aspect-ratio: 16 / 10; }
  .viviiLanding-realtimeMedia { min-height: 390px; }
  .viviiLanding-storyCopy { padding-inline: 20px; }
  .viviiLanding-benefits { gap: 10px 0; }
  .viviiLanding-contactButton { width: 100%; }
  .viviiLanding-footerInner > p:last-child { width: 100%; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .viviiLanding-page *, .viviiLanding-page *::before, .viviiLanding-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .viviiLanding-reveal { opacity: 1 !important; transform: none !important; }
  .viviiLanding-parallax { transform: none !important; }
  .viviiLanding-liveTable, .viviiLanding-liveAlert, .viviiLanding-kitchenTicket { animation: none !important; transform: none !important; }
}
