/* ─────────────────────────────────────────────────────────
   HoreX homepage v6 — white, tight-tracked Inter, live widgets
   ───────────────────────────────────────────────────────── */
:root {
    --ink: #0d1221;
    --ink-2: #1f2937;
    --mute: #62748e;
    --mute-2: #8b95a7;
    --line: #ececee;
    --line-2: #e5e7eb;
    --panel: #f6f7f8;
    --panel-2: #f2f4f7;
    --tint: #f5f7fb;
    --blue: #155dfc;
    --blue-soft: #e8f0ff;
    --green: #16a34a;
    --green-soft: #dcfce7;
    --amber: #d97706;
    --amber-soft: #fef3c7;
    --red: #dc2626;
    --red-soft: #fee2e2;
    --shadow-1: 0 1px 2px rgba(13, 18, 33, .05), 0 12px 28px -14px rgba(13, 18, 33, .18);
    --shadow-2: 0 2px 4px rgba(13, 18, 33, .05), 0 24px 48px -20px rgba(13, 18, 33, .22);
    --shadow-frame: 0 1px 0 rgba(13, 18, 33, .04), 0 40px 80px -32px rgba(13, 18, 33, .25);
    --r-sm: 10px;
    --r-md: 16px;
    --r-lg: 22px;
    --r-xl: 28px;
    --ease: cubic-bezier(.22, 1, .36, 1);
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
    margin: 0;
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.55;
    color: var(--ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'cv11', 'ss01', 'ss03';
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 12px; }

/* ── Type ── */
h1 {
    font-size: clamp(42px, 7vw, 74px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.045em;
    color: var(--ink);
}
h2 {
    font-size: clamp(34px, 4.6vw, 54px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -.04em;
}
h3 { font-weight: 600; letter-spacing: -.02em; }

.kicker {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--panel);
    color: var(--mute);
    font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
    line-height: 1;
}
.kicker--light { background: rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .8); }

.section { padding: 112px 0; }
.section--tight { padding: 32px 0 96px; }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section__head .kicker { margin-bottom: 20px; }
.section__sub { margin-top: 18px; font-size: 18px; color: var(--mute); max-width: 560px; margin-inline: auto; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 44px; padding: 0 20px;
    border-radius: 999px;
    font-size: 15px; font-weight: 500; line-height: 1;
    white-space: nowrap;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, border-color .2s, color .2s;
    will-change: transform;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn--sm { height: 38px; padding: 0 16px; font-size: 14px; }
.btn--block { width: 100%; }
.btn--dark { background: var(--ink); color: #fff; box-shadow: 0 1px 2px rgba(13, 18, 33, .2); }
.btn--dark:hover { background: #1a2236; box-shadow: 0 8px 20px -8px rgba(13, 18, 33, .45); }
.btn--outline { background: #fff; color: var(--ink); border: 1px solid var(--line-2); box-shadow: 0 1px 2px rgba(13, 18, 33, .04); }
.btn--outline:hover { border-color: #cfd5de; box-shadow: 0 8px 20px -10px rgba(13, 18, 33, .25); }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .5); }
.btn--ghost { background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(255, 255, 255, .16); }
.btn--ghost:hover { background: rgba(255, 255, 255, .14); }

.link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 15px; }
.link span { transition: transform .25s var(--ease); }
.link:hover span { transform: translateX(3px); }

/* ── Pills (widget chips) ── */
.pill {
    display: inline-flex; align-items: center; gap: 6px;
    height: 24px; padding: 0 10px;
    border-radius: 999px;
    font-size: 11.5px; font-weight: 600; line-height: 1; letter-spacing: .01em;
    white-space: nowrap;
}
.pill--dark { background: var(--ink); color: #fff; }
.pill--soft { background: var(--panel-2); color: var(--ink-2); }
.pill--blue { background: var(--blue); color: #fff; }
.pill--white { background: #fff; color: var(--ink); box-shadow: var(--shadow-1); }
.dot { width: 6px; height: 6px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52, 211, 153, .6); animation: dotPulse 2.2s ease-out infinite; }
@keyframes dotPulse { 0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, .55); } 70% { box-shadow: 0 0 0 6px rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }

/* ── Nav ── */
.nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid transparent;
    transition: border-color .3s, box-shadow .3s;
}
.nav.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px -20px rgba(13, 18, 33, .25); }
.nav__row { display: flex; align-items: center; gap: 28px; height: 68px; }
.nav__logo { display: inline-flex; }
.nav__links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav__item { position: relative; }
.nav__link {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 8px 12px; border-radius: 10px;
    font-size: 14px; font-weight: 500; color: var(--ink-2);
    transition: background .2s, color .2s;
}
.nav__link svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s var(--ease); }
.nav__link:hover, .nav__item.is-open .nav__link { background: var(--panel); color: var(--ink); }
.nav__item.is-open .nav__link svg { transform: rotate(180deg); }
.menu {
    position: absolute; top: calc(100% + 10px); left: -8px;
    width: 520px; padding: 8px;
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow-2);
    opacity: 0; transform: translateY(8px) scale(.98); transform-origin: top left;
    pointer-events: none;
    transition: opacity .22s var(--ease), transform .28s var(--ease);
}
.menu--narrow { width: 240px; }
.nav__item.is-open .menu { opacity: 1; transform: none; pointer-events: auto; }
.menu__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.menu__grid--1 { grid-template-columns: 1fr; }
.menu__grid a { display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; border-radius: 12px; transition: background .18s; }
.menu__grid a:hover { background: var(--panel); }
.menu__grid b { font-size: 14px; font-weight: 600; }
.menu__grid span { font-size: 12.5px; color: var(--mute); }
.nav__actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.burger { display: none; width: 40px; height: 40px; border-radius: 10px; position: relative; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), top .3s var(--ease); }
.burger span:first-child { top: 15px; }
.burger span:last-child { top: 23px; }
.burger[aria-expanded="true"] span:first-child { top: 19px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 19px; transform: rotate(-45deg); }

.sheet {
    position: fixed; inset: 68px 0 0; z-index: 49;
    background: #fff; padding: 20px;
    display: flex; flex-direction: column; gap: 20px;
    opacity: 0; transform: translateY(-8px); pointer-events: none;
    transition: opacity .25s var(--ease), transform .3s var(--ease);
}
.sheet.is-open { opacity: 1; transform: none; pointer-events: auto; }
.sheet__links { display: flex; flex-direction: column; }
.sheet__links a { padding: 14px 4px; font-size: 20px; font-weight: 600; letter-spacing: -.02em; border-bottom: 1px solid var(--line); }

/* ── Hero ── */
.hero { padding: 96px 0 0; position: relative; }
.hero__inner { text-align: center; max-width: 820px; }
.hero__sub { margin: 26px auto 0; font-size: 19px; line-height: 1.5; color: var(--mute); max-width: 600px; }
.hero__cta { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }

.strip { margin-top: 84px; overflow: hidden; }
.strip__track {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
    width: max(1560px, calc(100% + 200px));
    margin-left: 50%; transform: translateX(-50%);
    padding: 0 0 24px;
}
.tile {
    background: var(--panel);
    border-radius: var(--r-lg);
    padding: 18px 18px 14px;
    display: flex; flex-direction: column; gap: 14px;
    min-height: 262px;
    position: relative;
    transition: transform .4s var(--ease);
}
.tile:hover { transform: translateY(-3px); }
.tile__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.tile__title { font-size: 14px; font-weight: 600; display: block; }
.tile__meta { display: block; font-size: 12px; color: var(--mute); margin-top: 2px; }
.tile__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: var(--mute); }
.tile__foot b { color: var(--ink); font-weight: 600; font-size: 14px; }
.tile__foot .warn { color: var(--amber); font-weight: 600; }
.timer { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--ink); padding: 2px 8px; border-radius: 6px; background: var(--amber-soft); color: var(--amber); }

.widget {
    background: #fff; border-radius: var(--r-md);
    box-shadow: var(--shadow-1);
    padding: 14px;
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.tile:hover .widget { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.widget--rows { display: flex; flex-direction: column; gap: 0; padding: 4px 14px; }
.vrow { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.vrow:last-child { border-bottom: 0; }
.vrow span { flex: 1; color: var(--ink-2); }
.vrow b { font-weight: 600; font-variant-numeric: tabular-nums; }
.vrow.is-flash b { animation: flash 1.2s var(--ease); }
@keyframes flash { 0% { color: var(--green); } 100% { color: var(--ink); } }
.delta { font-style: normal; font-size: 11px; font-weight: 600; color: var(--green); background: var(--green-soft); padding: 2px 7px; border-radius: 999px; }
.delta.is-pop { animation: pop .6s var(--ease); }
@keyframes pop { 0% { transform: scale(.7); opacity: 0; } 100% { transform: none; opacity: 1; } }

/* Ticket ring */
.widget--ring { display: flex; align-items: center; gap: 16px; }
.ring { position: relative; width: 84px; height: 84px; flex: none; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring__bg { fill: none; stroke: var(--panel-2); stroke-width: 10; }
.ring__fg { fill: none; stroke: var(--ink); stroke-width: 10; stroke-linecap: round; stroke-dasharray: 326.7; stroke-dashoffset: 326.7; transition: stroke-dashoffset .9s var(--ease); }
.ring b { position: absolute; inset: 0; display: grid; place-items: center; font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.ticket { display: flex; flex-direction: column; gap: 7px; font-size: 13px; }
.ticket li { display: flex; align-items: center; gap: 8px; color: var(--mute); transition: color .3s; }
.ticket li i { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--line-2); display: grid; place-items: center; transition: background .3s, border-color .3s; flex: none; }
.ticket li i::after { content: ''; width: 5px; height: 8px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) translate(-1px, -1px); opacity: 0; transition: opacity .2s; }
.ticket li.is-done { color: var(--ink); }
.ticket li.is-done i { background: var(--ink); border-color: var(--ink); }
.ticket li.is-done i::after { opacity: 1; }

/* Order lines appear */
#orderLines .vrow { opacity: 0; transform: translateY(6px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
#orderLines .vrow.is-in { opacity: 1; transform: none; }

/* Route map */
.widget--map { padding: 0; overflow: hidden; position: relative; height: 128px; background: #fbfbfc; }
.widget--map svg { width: 100%; height: 100%; display: block; }
.map__grid { stroke: #eef0f3; stroke-width: 1; }
.map__road { fill: none; stroke: var(--blue); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 400; stroke-dashoffset: 400; }
.strip.is-in .map__road { animation: draw 2.6s var(--ease) forwards .3s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.map__stop { fill: #fff; stroke: var(--ink); stroke-width: 2; }
.map__stop--end { stroke: var(--blue); }
.courier {
    position: absolute; left: 0; top: 0; width: 14px; height: 14px; margin: -7px 0 0 -7px;
    background: var(--blue); border: 2.5px solid #fff; border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(21, 93, 252, .15), 0 4px 10px rgba(21, 93, 252, .35);
    offset-path: path('M22 112 C 60 100, 70 40, 120 52 S 190 96, 258 30');
    offset-rotate: 0deg;
    offset-distance: 0%;
    opacity: 0;
}
.strip.is-in .courier { animation: ride 7s var(--ease) infinite 1s; }
@keyframes ride { 0% { offset-distance: 0%; opacity: 0; } 6% { opacity: 1; } 80% { offset-distance: 100%; opacity: 1; } 88% { offset-distance: 100%; opacity: 0; } 100% { offset-distance: 0%; opacity: 0; } }

.hero__works {
    margin: 12px auto 0; padding: 26px 0 0;
    text-align: center; font-size: 13px; color: var(--mute-2);
    display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; align-items: center;
    width: min(var(--wrap), calc(100% - 40px));
}
.hero__works span { font-size: 17px; font-weight: 600; letter-spacing: -.02em; color: #9aa3af; transition: color .25s; }
.hero__works span:hover { color: var(--ink); }

/* ── Stats ── */
.stats { padding-top: 96px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 8px 28px 8px 0; margin-right: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.stat:last-child { border-right: 0; margin-right: 0; }
.stat__num { display: inline-flex; align-items: flex-start; font-size: 60px; font-weight: 600; letter-spacing: -.045em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat__num sup { font-size: 24px; font-weight: 600; line-height: 1; margin: 6px 0 0 2px; letter-spacing: -.02em; }
.stat__label { font-size: 16px; font-weight: 600; margin-top: 10px; }
.stat__desc { font-size: 14px; color: var(--mute); line-height: 1.5; }

/* ── Cards (connected workflows) ── */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
    --mx: 50%; --my: 50%;
    position: relative;
    display: flex; flex-direction: column;
    padding: 24px 24px 26px;
    background: var(--panel);
    border-radius: var(--r-lg);
    min-height: 372px;
    overflow: hidden;
    transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.card::after {
    content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
    background: radial-gradient(360px circle at var(--mx) var(--my), rgba(255, 255, 255, .7), transparent 60%);
    opacity: 0; transition: opacity .4s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.card:hover::after { opacity: 1; }
.card h3 { font-size: 15.5px; margin-top: auto; }
.card p { font-size: 13.5px; color: var(--mute); margin-top: 6px; line-height: 1.55; }
.card__scene { position: relative; height: 200px; margin-bottom: 20px; display: grid; place-items: center; }
.card__scene > * { transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.card__note { position: absolute; bottom: 4px; left: 0; right: 0; text-align: center; font-size: 12px; color: var(--mute-2); }

/* doc */
.doc { width: 250px; background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); padding: 14px; transform: rotate(-2deg); }
.card:hover .doc { transform: rotate(0deg) translateY(-4px); box-shadow: var(--shadow-2); }
.doc__head { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; font-weight: 600; margin-bottom: 10px; }
.doc__row { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; padding: 6px 0; border-top: 1px solid var(--line); }
.doc__row b { font-weight: 600; }
.doc__row--muted { color: var(--mute); font-size: 11.5px; }
.doc__foot { margin-top: 8px; font-size: 11px; color: var(--mute-2); }
.stamp { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green); border: 1.5px solid var(--green); border-radius: 6px; padding: 2px 6px; transform: rotate(-6deg); display: inline-block; }

/* chips */
.chips { display: flex; gap: 8px; }
.chip { width: 84px; height: 84px; background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.chip b { font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.chip span { font-size: 11px; color: var(--mute); }
.chip--dark { background: var(--ink); color: #fff; }
.chip--dark span { color: rgba(255, 255, 255, .6); }
.card:hover .chip:nth-child(1) { transform: translateY(-6px) rotate(-3deg); }
.card:hover .chip:nth-child(2) { transform: translateY(-10px); }
.card:hover .chip:nth-child(3) { transform: translateY(-6px) rotate(3deg); }

/* kds ticket */
.kticket { width: 236px; background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); padding: 14px; }
.card:hover .kticket { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.kticket__head { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.kticket__bar { height: 6px; background: var(--panel-2); border-radius: 999px; overflow: hidden; }
.kticket__bar i { display: block; height: 100%; width: 0; background: var(--ink); border-radius: inherit; transition: width 1.6s var(--ease); }
.kticket.is-in .kticket__bar i { width: 99%; }
.kticket__meta { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11.5px; color: var(--mute); font-variant-numeric: tabular-nums; }

/* notifications */
.card__scene--notif { align-items: end; padding-bottom: 8px; }
.notif {
    position: absolute; left: 50%; width: 258px; transform: translateX(-50%);
    display: flex; gap: 10px; align-items: center;
    background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); padding: 10px 12px;
}
.notif i { width: 30px; height: 30px; border-radius: 8px; background: var(--blue); color: #fff; display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: 13px; flex: none; }
.notif b { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; }
.notif small { font-weight: 400; color: var(--mute-2); font-size: 10.5px; }
.notif span { display: block; font-size: 11.5px; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notif > div { min-width: 0; flex: 1; }
.notif--1 { bottom: 44px; z-index: 3; }
.notif--2 { bottom: 60px; z-index: 2; transform: translateX(-50%) scale(.94); opacity: .7; }
.notif--3 { bottom: 76px; z-index: 1; transform: translateX(-50%) scale(.88); opacity: .4; }
.card__scene--notif .pill--white { position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); z-index: 4; }
.card:hover .notif--1 { transform: translateX(-50%) translateY(-6px); }
.card:hover .notif--2 { transform: translateX(-50%) translateY(-14px) scale(.96); opacity: .85; }
.card:hover .notif--3 { transform: translateX(-50%) translateY(-22px) scale(.92); opacity: .6; }

/* route */
.route { width: 236px; background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); padding: 14px; }
.card:hover .route { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.route__head { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.route__stops { display: flex; flex-direction: column; }
.stop { display: flex; align-items: center; gap: 10px; padding: 6px 0; position: relative; }
.stop i { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); flex: none; position: relative; }
.stop::before { content: ''; position: absolute; left: 3.5px; top: 22px; bottom: -8px; width: 1px; background: var(--line-2); }
.stop:last-child::before { display: none; }
.stop.is-done i { background: var(--ink); }
.stop.is-done::before { background: var(--ink); }
.stop.is-live i { background: var(--blue); box-shadow: 0 0 0 3px rgba(21, 93, 252, .15); }
.stop.is-live::before { background: linear-gradient(var(--blue), var(--line-2)); }
.stop div { flex: 1; display: flex; flex-direction: column; }
.stop b { font-size: 12px; font-weight: 600; }
.stop small { font-size: 10.5px; color: var(--mute-2); }
.stop span { font-size: 11px; font-weight: 500; color: var(--mute-2); }
.stop.is-done span { color: var(--green); }
.stop.is-live span { color: var(--blue); }
.route__foot { margin-top: 8px; font-size: 11px; color: var(--mute-2); }

/* chart */
.chart { width: 236px; background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); padding: 14px; }
.card:hover .chart { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.chart__head { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.bars { display: flex; align-items: flex-end; gap: 8px; height: 96px; }
.bars i { flex: 1; height: 0; border-radius: 999px; background: #c9ced6; transition: height 1.1s var(--ease), background .3s; }
.bars i:nth-child(2) { background: #b4bac4; transition-delay: .05s; }
.bars i:nth-child(3) { background: #9aa1ad; transition-delay: .1s; }
.bars i:nth-child(4) { background: #7d8593; transition-delay: .15s; }
.bars i:nth-child(5) { background: #5f6878; transition-delay: .2s; }
.bars i:nth-child(6) { transition-delay: .25s; }
.bars i:nth-child(7) { background: #3b4352; transition-delay: .3s; }
.bars i.is-hi { background: var(--ink); }
.chart.is-in .bars i { height: var(--h); }
.card:hover .bars i { background: var(--ink); }

/* ── Feature blocks (real screens) ── */
.os { padding-bottom: 40px; }
.feature { margin-top: 24px; margin-bottom: 96px; }
.feature__head { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: end; margin-bottom: 28px; }
.feature__head h3 { font-size: clamp(26px, 3vw, 34px); line-height: 1.1; letter-spacing: -.035em; }
.feature__head p { font-size: 15px; color: var(--mute); line-height: 1.55; }
.frame {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-frame);
    overflow: hidden;
    height: clamp(280px, 48vw, 640px);
}
.frame__bar { position: relative; height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 16px; z-index: 2; background: #fff; border-bottom: 1px solid var(--line); }
.frame__bar i { width: 9px; height: 9px; border-radius: 50%; background: #ff5f57; }
.frame__bar i:nth-child(2) { background: #febc2e; }
.frame__bar i:nth-child(3) { background: #28c840; }
.frame img { width: 100%; height: auto; transform: translateY(var(--py, 0)); will-change: transform; border-top: 1px solid rgba(13,18,33,.03); }
.frame::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(rgba(255, 255, 255, 0), #fff); pointer-events: none; z-index: 2; }

/* ── Use cases ── */
.tabs {
    position: relative;
    display: inline-flex; gap: 2px;
    padding: 4px;
    background: var(--panel);
    border-radius: 999px;
    margin: 0 auto 28px;
    left: 50%; transform: translateX(-50%);
}
.tabs__ind { position: absolute; top: 4px; left: 0; height: calc(100% - 8px); width: 0; border-radius: 999px; background: var(--ink); transition: transform .45s var(--ease), width .45s var(--ease); }
.tab { position: relative; z-index: 1; padding: 0 16px; height: 36px; border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ink-2); transition: color .3s; white-space: nowrap; }
.tab.is-on { color: #fff; }

.usecase { background: var(--tint); border-radius: var(--r-xl); position: relative; overflow: hidden; }
.usecase__panel { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 56px 0 0 56px; min-height: 480px; align-items: center; }
.usecase__panel[hidden] { display: none; }
.usecase__panel.is-out { animation: panelOut .25s var(--ease) forwards; }
.usecase__panel.is-in { animation: panelIn .5s var(--ease); }
@keyframes panelOut { to { opacity: 0; transform: translateY(6px); } }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } }
.usecase__text { padding-bottom: 56px; max-width: 420px; }
.usecase__text h3 { font-size: clamp(28px, 3.2vw, 38px); line-height: 1.08; letter-spacing: -.035em; margin: 18px 0 14px; }
.usecase__text > p { font-size: 15px; color: var(--mute); line-height: 1.55; }
.checks { display: flex; flex-direction: column; gap: 12px; margin: 24px 0 26px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; }
.checks i { width: 18px; height: 18px; border-radius: 50%; background: var(--ink); flex: none; margin-top: 2px; position: relative; }
.checks i::after { content: ''; position: absolute; left: 6px; top: 3px; width: 4px; height: 8px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.checks b { display: block; font-size: 14px; font-weight: 600; }
.checks span { font-size: 12.5px; color: var(--mute); }
.usecase__shot { align-self: end; height: 100%; min-height: 440px; position: relative; }
.usecase__shot img {
    position: absolute; left: 0; top: 48px; width: 130%; max-width: none;
    border-radius: 14px 0 0 0; border: 1px solid var(--line);
    box-shadow: var(--shadow-frame);
    transition: transform .6s var(--ease);
}
.usecase:hover .usecase__shot img { transform: translate(-6px, -6px); }

/* ── FAQ ── */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; max-width: 900px; margin: 0 auto; }
.q { background: var(--panel); border-radius: 14px; overflow: hidden; transition: background .25s; }
.q:hover { background: var(--panel-2); }
.q summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 18px; font-size: 15px; font-weight: 500; }
.q summary::-webkit-details-marker { display: none; }
.q summary i { width: 16px; height: 16px; flex: none; position: relative; transition: transform .35s var(--ease); }
.q summary i::before { content: ''; position: absolute; left: 4px; top: 5px; width: 6px; height: 6px; border: solid var(--mute); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.q[open] summary i { transform: rotate(180deg); }
.q__body { padding: 0 18px 16px; font-size: 14px; color: var(--mute); line-height: 1.6; }
.faq__more { text-align: center; margin-top: 28px; font-size: 13.5px; color: var(--mute); }
.faq__more a { display: block; margin-top: 6px; font-weight: 600; color: var(--ink); }
.faq__more a span { display: inline-block; transition: transform .25s var(--ease); }
.faq__more a:hover span { transform: translateX(3px); }

/* ── CTA ── */
.cta {
    position: relative;
    background: var(--ink); color: #fff;
    border-radius: var(--r-xl);
    padding: 96px 32px;
    text-align: center;
    overflow: hidden;
}
.cta::before { content: ''; position: absolute; inset: -40% -20% auto; height: 120%; background: radial-gradient(60% 60% at 50% 0%, rgba(255, 255, 255, .12), transparent 70%); pointer-events: none; }
.cta h2 { color: #fff; margin-top: 22px; }
.cta p { margin: 18px auto 0; max-width: 520px; color: rgba(255, 255, 255, .7); font-size: 17px; }
.cta__row { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }

/* ── Footer ── */
.foot { border-top: 1px solid var(--line); padding: 64px 0 32px; }
.foot__grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
.foot__brand p { margin-top: 14px; font-size: 13.5px; color: var(--mute); max-width: 240px; }
.foot__col { display: flex; flex-direction: column; gap: 10px; }
.foot__col b { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.foot__col a { font-size: 13.5px; color: var(--mute); transition: color .2s; }
.foot__col a:hover { color: var(--ink); }
.foot__bottom { display: flex; justify-content: space-between; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--mute-2); }
.foot__bottom a { margin-left: 18px; }
.foot__bottom a:hover { color: var(--ink); }

/* ── Reveal ── */
[data-reveal] { opacity: 0; transform: translateY(22px); filter: blur(6px); transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; filter: none; }
[data-delay="1"] { transition-delay: .1s; }
[data-delay="2"] { transition-delay: .2s; }
[data-delay="3"] { transition-delay: .3s; }

/* ── Responsive ── */
@media (max-width: 1100px) {
    .strip__track { grid-template-columns: repeat(4, 300px); width: max-content; margin-left: 0; transform: none; padding-inline: 20px; }
    .strip { overflow-x: auto; scrollbar-width: none; }
    .strip::-webkit-scrollbar { display: none; }
    .cards { grid-template-columns: 1fr 1fr; }
    .stats__grid { grid-template-columns: 1fr 1fr; gap: 32px 0; }
    .stat:nth-child(2) { border-right: 0; }
}
@media (max-width: 900px) {
    .nav__links { display: none; }
    .nav__actions .btn--outline { display: none; }
    .burger { display: block; }
    .section { padding: 80px 0; }
    .feature__head { grid-template-columns: 1fr; gap: 12px; align-items: start; }
    .usecase__panel { grid-template-columns: 1fr; padding: 32px 24px 0; gap: 24px; }
    .usecase__text { padding-bottom: 0; }
    .usecase__shot { min-height: 260px; }
    .usecase__shot img { width: 120%; top: 0; }
    .faq { grid-template-columns: 1fr; }
    .foot__grid { grid-template-columns: 1fr 1fr; }
    .foot__brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
    .hero { padding-top: 64px; }
    h1 br { display: none; }
    .hero__sub { font-size: 17px; }
    .hero__cta { flex-direction: column; align-items: stretch; }
    .strip { margin-top: 56px; }
    .cards { grid-template-columns: 1fr; }
    .card { min-height: 0; }
    .stats__grid { grid-template-columns: 1fr; gap: 24px; }
    .stat { border-right: 0; padding-right: 0; margin-right: 0; }
    .stat__num { font-size: 48px; }
    .tabs { display: flex; overflow-x: auto; left: 0; transform: none; width: 100%; scrollbar-width: none; }
    .tabs::-webkit-scrollbar { display: none; }
    .cta { padding: 64px 22px; }
    .cta__row { flex-direction: column; }
    .foot__grid { grid-template-columns: 1fr; }
    .foot__bottom { flex-direction: column; gap: 10px; }
    .foot__bottom a { margin: 0 18px 0 0; }
    .frame { height: 56vw; border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
    [data-reveal] { opacity: 1; transform: none; filter: none; }
    .frame img { transform: none !important; }
}

/* v6: v5 type scale, v2 restraint, captured product workflows. */
:root { --r-player: 22px; --motion-short: 220ms; --motion-scene: 420ms; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.v6 .eyebrow { color: var(--mute); font-size: 11px; font-weight: 600; letter-spacing: .075em; text-transform: uppercase; line-height: 1.5; }
.v6 .hero { padding-top: 90px; }
.v6 .hero__inner { max-width: 980px; }
.v6 .hero__inner > .eyebrow { margin-bottom: 24px; }
.hero__inner > .eyebrow span { display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; background: var(--blue); border-radius: 50%; }
.v6 .hero__sub { max-width: 570px; }
.hero__stage { margin-top: 64px; overflow: hidden; border: 1px solid var(--line-2); border-radius: var(--r-player); box-shadow: var(--shadow-frame); background: var(--panel); }
.stage__head, .stage__foot { display: flex; align-items: center; justify-content: space-between; padding: 17px 24px; font-size: 12px; color: var(--mute); background: #fff; }
.stage__head > span:first-child { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 500; }
.stage__meta { font-size: 10px; letter-spacing: .08em; }
.film-launch { display: block; width: 100%; padding: 0; position: relative; overflow: hidden; background: var(--tint); }
.film-launch picture, .film-launch img { display: block; width: 100%; }
.film-launch img { aspect-ratio: 16/9; object-fit: cover; }
.film-play { position: absolute; bottom: 28px; left: 28px; display: flex; align-items: center; gap: 14px; text-align: left; padding: 12px 21px 12px 12px; border-radius: 60px; background: var(--ink); color: #fff; box-shadow: var(--shadow-2); transition: transform var(--motion-short); }
.film-play svg { width: 44px; height: 44px; padding: 12px; background: #fff; fill: var(--ink); border-radius: 50%; }
.film-play > span { font-size: 14px; font-weight: 500; }
.film-play small { display: block; font-size: 11px; color: #b9c1ce; font-weight: 400; margin-top: 2px; }
.film-launch:hover .film-play { transform: translateY(-3px); }
.stage__foot { justify-content: center; gap: 26px; border-top: 1px solid var(--line); font-size: 11px; }
.stage__foot i { width: 26px; height: 1px; background: var(--line-2); }
.proof-strip { padding-top: 44px; padding-bottom: 4px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--mute); font-size: 12px; }
.proof-strip p { font-size: 12px; line-height: 1.6; }
.proof-strip strong { color: var(--ink); font-weight: 500; }
.proof-strip > span { display: flex; align-items: center; gap: 9px; }
.proof-strip > span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #a5afbf; }
.v6 .card { transition: transform var(--motion-short), box-shadow var(--motion-short); }
.v6 .card::after { display: none; }
.v6 .card:hover { transform: translateY(-2px); }
.v6 .card__scene > * { transition-duration: var(--motion-short); }
.v6 .notif i { overflow: hidden; background: transparent; }
.v6 .notif i img { width: 30px; height: 30px; }
.v6 .kticket__bar i { width: 86%; transition: width .8s var(--ease); }
.v6 .card:hover .kticket__bar i { width: 100%; }
.v6 .bars i { transform: none; }
.module-orbit { margin-top: 16px; background: var(--panel); border-radius: var(--r-lg); min-height: 325px; display: grid; grid-template-columns: 36% 64%; overflow: hidden; }
.module-orbit__copy { padding: 46px 0 42px 36px; align-self: center; }
.module-orbit__copy h3 { font-size: 27px; line-height: 1.12; margin-top: 12px; }
.module-orbit__copy > p:not(.eyebrow) { font-size: 13.5px; color: var(--mute); max-width: 255px; margin: 15px 0 22px; }
.module-orbit__objects { position: relative; min-height: 325px; }
.orbit-coin { position: absolute; z-index: 1; width: 122px; transition: transform .35s var(--ease); }
.orbit-coin img { width: 100%; filter: saturate(.8); }
.orbit-coin span { position: absolute; bottom: -4px; left: 50%; white-space: nowrap; transform: translate(-50%,4px); padding: 5px 10px; border-radius: 20px; background: var(--ink); color: #fff; font-size: 10px; opacity: 0; transition: opacity .2s, transform .2s; }
.orbit-coin:hover { transform: translateY(-4px) rotate(-3deg); }
.orbit-coin:hover span, .orbit-coin:focus-visible span { opacity: 1; transform: translate(-50%,0); }
.orbit-coin--procurement { left: 3%; top: 26px; }
.orbit-coin--analytics { left: 47%; top: 18px; width: 114px; }
.orbit-coin--catering { right: 2%; top: 40px; width: 116px; }
.orbit-coin--ai { left: 25%; top: 97px; width: 145px; }
.orbit-coin--haccp { left: 6%; bottom: 12px; }
.orbit-coin--customerapp { left: 52%; bottom: 5px; width: 115px; }
.orbit-coin--loyalty { right: 0%; bottom: 25px; width: 125px; }
.v6 .product { padding-top: 72px; }
.v6 .feature { margin-bottom: 104px; }
.v6 .feature:last-child { margin-bottom: 0; }
.feature__head .eyebrow { margin-bottom: 14px; }
.feature__head .link { margin-top: 16px; font-size: 13px; }
.v6 .usecase__panel { min-height: 510px; }
.v6 .usecase__shot img { top: 28px; width: 150%; transition: none; }
.v6 .usecase:hover .usecase__shot img { transform: none; }
.v6 .tabs__ind { transition-duration: var(--motion-short); }
.v6 .usecase__panel.is-in { animation-duration: .25s; }
.onboarding { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fafbfc; }
.film-dialog { border: 1px solid #313746; border-radius: 18px; padding: 0; background: var(--ink); color: #fff; width: min(1120px,94vw); max-height: 94dvh; box-shadow: 0 24px 100px #0006; }
.film-dialog::backdrop { background: #060b16c9; backdrop-filter: blur(8px); }
.film-dialog__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; font-size: 12px; }
.film-dialog__head button { color: #fff; padding: 8px; }
.film-dialog video { display: block; width: 100%; max-height: 82dvh; }
.v6 .sheet { inset: auto 0 0; transform: translateY(100%); border-radius: 24px 24px 0 0; padding: 28px 24px; max-height: 85dvh; overflow-y: auto; }
.v6 .sheet.is-open { transform: none; }
.sheet::before { content: ''; width: 36px; height: 4px; display: block; margin: -10px auto 16px; border-radius: 3px; background: var(--line-2); }
.nav-scrim { position: fixed; inset: 0; z-index: 49; background: #0d122155; border: 0; }
body.is-locked { overflow: hidden; }
@media (min-width: 1200px) { .v6 .hero__stage { max-width: 1100px; } }
@media (max-width: 900px) {
 .proof-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
 .module-orbit { grid-template-columns: 36% 64%; }
 .orbit-coin { width: 100px; }
 .orbit-coin--ai { width: 125px; }
 .orbit-coin--catering,.orbit-coin--analytics,.orbit-coin--customerapp,.orbit-coin--loyalty { width: 100px; }
}
@media (max-width: 600px) {
 .v6 .hero { padding-top: 64px; }
 .v6 .hero__inner > .eyebrow { font-size: 9px; letter-spacing: .04em; }
 .v6 .hero__inner h1 br { display: none; }
 .v6 .hero__sub { font-size: 17px; }
 .hero__stage { margin-top: 40px; }
 .stage__head { padding: 13px 15px; font-size: 10px; }
 .stage__meta { display: none; }
 .film-launch img { aspect-ratio: 4/3; object-fit: cover; object-position: center 40%; }
 .film-play { bottom: 15px; left: 15px; gap: 8px; padding: 8px 16px 8px 8px; }
 .film-play svg { width: 34px; height: 34px; padding: 10px; }
 .film-play > span { font-size: 12px; }
 .film-play small { font-size: 9px; }
 .stage__foot { gap: 9px; padding: 13px 8px; font-size: 8px; }
 .stage__foot i { width: 8px; }
 .proof-strip { padding-top: 28px; font-size: 10px; }
 .proof-strip p { font-size: 11px; }
 .v6 .module-orbit { display: flex; flex-direction: column; }
 .module-orbit__copy { padding: 30px 24px 0; align-self: flex-start; }
 .module-orbit__copy > p:not(.eyebrow) { max-width: 260px; }
 .module-orbit__objects { min-height: 270px; margin: 0 12px; }
 .orbit-coin { width: 94px; }
 .orbit-coin--ai { width: 116px; top: 82px; left: 30%; }
 .orbit-coin--procurement { left: 1%; top: 18px; }
 .orbit-coin--analytics { left: 36%; top: 2px; width: 90px; }
 .orbit-coin--catering { width: 94px; right: 0; top: 22px; }
 .orbit-coin--haccp { left: 0; bottom: 20px; }
 .orbit-coin--customerapp { left: 36%; bottom: 0; width: 92px; }
 .orbit-coin--loyalty { right: 0; bottom: 24px; width: 94px; }
 .v6 .feature { margin-bottom: 72px; }
 .v6 .usecase__panel { min-height: auto; }
 .v6 .usecase__shot { height: 300px; min-height: 300px; overflow: hidden; }
 .v6 .usecase__shot img { width: 165%; top: 8px; }
 .film-dialog { margin: auto 0 0; width: 100%; max-width: none; border-radius: 22px 22px 0 0; }
 .film-dialog video { max-height: 76dvh; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { scroll-behavior:auto!important; } }
.v6 .cta { position:relative; isolation:isolate; overflow:hidden; text-align:left; padding:88px 64px; background:var(--ink); }
.v6 .cta::before { content:''; position:absolute; inset:0; z-index:-2; background:url('/assets/images/horex-hero-operations-v3.webp') center/cover; }
.v6 .cta::after { content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(5,10,18,.94),rgba(5,10,18,.7) 45%,rgba(5,10,18,.08)); }
.v6 .cta h2 { max-width:640px; }
.v6 .cta p { margin-left:0; max-width:400px; }
.v6 .cta__row { justify-content:flex-start; }
@media(max-width:600px){.v6 .cta{padding:48px 26px;}.v6 .cta::after{background:rgba(5,10,18,.78);}.v6 .cta::before{background-position:65% center;}}
.v6 .bars i { height: var(--h); }
.v6 .menu { visibility:hidden; }
.v6 .nav__item.is-open .menu { visibility:visible; }
.v6 .dot { animation:none; }
.v6 h1 { text-wrap:balance; }
.orbit-coin img { height:auto; }
.film-launch img { height:auto; }

/* V2 product compositions, scoped to preserve the V5 scale. */
.b2-bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}
.b2-bcard {
    position: relative;
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    background: var(--card);
    border: 1px solid var(--line-soft);
    border-radius: 26px;
    box-shadow: var(--shadow-card);
    padding: 28px 28px 0;
    overflow: hidden;
    transition: transform .35s var(--ease), box-shadow .35s ease;
}
.b2-bcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.b2-bcard--lg { grid-column: span 3; }
.b2-bcard__head h3 {
    font-size: 19px;
    font-weight: 650;
    letter-spacing: -.022em;
}
.b2-bcard__head p {
    margin-top: 6px;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--t-mid);
    max-width: 40ch;
}
.b2-bcard__scene { position: relative; flex: 1; min-height: 215px; margin-top: 14px; }

.b2-toast {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 14px 28px -16px rgba(15, 23, 42, .35);
}
.b2-toast i {
    font-style: normal;
    display: grid;
    place-items: center;
    width: 17px; height: 17px;
    border-radius: 50%;
    background: #43b884;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.b2-toast--dark { background: #1c2742; color: #fff; }
.b2-toast--lite { background: #e7eefb; color: var(--ink); }
.b2-toast--mint { background: #dcefe3; color: #1d6b47; }

/* Supply scene: rotated invoice docs */
.b2-scene-supply .b2-blob {
    position: absolute;
    top: -6px; right: -18px;
    width: 230px; height: 170px;
    background: linear-gradient(135deg, #d9e5f8, #eef3fc);
    border-radius: 48% 52% 56% 44% / 56% 46% 54% 44%;
    transform: rotate(-14deg);
}
.b2-doc {
    position: absolute;
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    box-shadow: var(--shadow-card);
}
.b2-doc--back {
    top: 14px; right: 34px;
    width: 168px;
    padding: 14px 16px;
    transform: rotate(5deg);
    background: #f3f6fc;
}
.b2-doc--back b { display: block; font-size: 11px; color: var(--t-mid); }
.b2-doc--back span {
    display: block;
    height: 6px;
    border-radius: 3px;
    background: rgba(15, 23, 42, .08);
    margin-top: 8px;
}
.b2-doc--back span:nth-child(3) { width: 72%; }
.b2-doc--back span:nth-child(4) { width: 55%; }
.b2-doc--front {
    top: 26px; left: 6px;
    width: 212px;
    padding: 14px 16px 12px;
    transform: rotate(-3deg);
}
.b2-doc--front small { display: block; font-size: 10px; color: var(--t-low); }
.b2-doc--front > b { display: block; margin-top: 2px; font-size: 13px; letter-spacing: -.01em; }
.b2-doc__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px dotted rgba(15, 23, 42, .14);
    font-size: 11px;
    color: var(--t-mid);
    font-variant-numeric: tabular-nums;
}
.b2-doc__row:last-child { border-bottom: 0; }
.b2-scene-supply .b2-toast--dark { bottom: 38px; right: 6px; transform: rotate(2deg); }
.b2-scene-supply .b2-toast--lite { bottom: -2px; right: 38px; transform: rotate(-2deg); }

/* Finance dark card */
.b2-bcard--dark {
    background: linear-gradient(168deg, #223052, #131b33);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 36px 70px -34px rgba(22, 29, 54, .55);
    padding-bottom: 26px;
}
.b2-bcard--dark::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(420px 240px at 12% -8%, rgba(117, 175, 232, .18), transparent 70%),
        radial-gradient(460px 300px at 105% 115%, rgba(78, 106, 215, .26), transparent 72%);
}
.b2-bcard--dark > * { position: relative; }
.b2-bcard--dark .b2-bcard__head { margin-top: auto; }
.b2-bcard--dark .b2-bcard__head h3 { color: #fff; }
.b2-bcard--dark .b2-bcard__head p { color: rgba(235, 241, 252, .6); }
.b2-bcard__metric {
    align-self: flex-start;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    font-size: 12.5px;
    font-weight: 600;
}
.b2-bcard__chart { position: relative; margin: 18px -28px 18px; flex: 1; min-height: 150px; }
.b2-bcard__chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.b2-bcard__mid {
    position: absolute;
    top: 4px; bottom: 26px;
    left: 50%;
    border-left: 1.5px dashed rgba(255, 255, 255, .28);
}
.b2-bcard__date {
    position: absolute;
    bottom: 2px;
    font-size: 11px;
    color: rgba(235, 241, 252, .45);
}
.b2-bcard__date--a { left: 28px; }
.b2-bcard__date--b { right: 28px; }

/* POS terminal screen, cropped by the card edge */
.b2-scene-pos { display: flex; justify-content: center; }
.b2-scr {
    position: absolute;
    top: 12px;
    bottom: -30px;
    width: 306px;
    background: #fff;
    border: 7px solid #1c2742;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 24px 48px -28px rgba(15, 23, 42, .4);
    overflow: hidden;
    transform: rotate(-.8deg);
}
.b2-scr__bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 11px;
    font-weight: 650;
}
.b2-spark-mini { width: 12px; height: 12px; fill: var(--accent); }
.b2-scr__table {
    margin-left: auto;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(78, 106, 215, .1);
    color: var(--accent);
    font-size: 9.5px;
    font-weight: 650;
}
/* two panes is what makes it read as a till rather than a handset */
.b2-scr__body { display: grid; grid-template-columns: 104px 1fr; }
.b2-scr__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    align-content: start;
    padding: 9px;
    border-right: 1px solid var(--line-soft);
    background: #f7f9fc;
}
.b2-scr__menu i { height: 33px; border-radius: 8px; background: #e7edfb; }
.b2-scr__menu i:nth-child(2n) { background: #eef2fd; }
.b2-scr__menu i:nth-child(3n) { background: #e2eaf9; }
.b2-scr__ticket { padding: 9px 11px 0; }
.b2-scr__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 6.5px 0;
    border-bottom: 1px dotted rgba(15, 23, 42, .12);
    font-size: 11px;
    color: var(--t-mid);
    font-variant-numeric: tabular-nums;
}
.b2-scr__row b { color: var(--ink); font-weight: 600; }
.b2-scr__total {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0 8px;
    font-size: 12px;
    font-weight: 650;
    font-variant-numeric: tabular-nums;
}
.b2-scr__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.b2-scr__pre, .b2-scr__pay {
    display: grid;
    place-items: center;
    height: 27px;
    border-radius: 9px;
    font-size: 10.5px;
    font-weight: 650;
}
.b2-scr__pre { background: rgba(15, 23, 42, .05); color: var(--t-mid); }
.b2-scr__pay { background: linear-gradient(135deg, #6079de, #4e6ad7); color: #fff; }

/* HR scene */
.b2-scene-hr { padding-top: 16px; }
.b2-avarow { position: absolute; top: 12px; left: 4px; display: flex; }
.b2-avarow i, .b2-avarow img {
    display: grid;
    place-items: center;
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 3px solid #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 650;
    color: var(--ink);
    margin-left: -10px;
    box-shadow: 0 8px 18px -10px rgba(15, 23, 42, .3);
}
.b2-avarow img { object-fit: cover; background: #e8edf5; }
.b2-avarow > :first-child { margin-left: 0; }
.b2-avarow .b2-a4 { background: #1c2742; color: #fff; font-size: 11px; }
.b2-scene-hr .b2-toast--dark { top: 84px; left: 2px; transform: rotate(-2deg); }
.b2-scene-hr .b2-toast--lite { top: 134px; left: 34px; transform: rotate(1.5deg); }

/* CRM node graph */
.b2-scene-crm { display: flex; flex-direction: column; align-items: center; }
.b2-nodes { position: relative; width: 100%; max-width: 260px; height: 158px; }
.b2-nodes__wires { position: absolute; inset: 0; width: 100%; height: 100%; }
.b2-nodes__wires path { stroke: rgba(15, 23, 42, .16); stroke-width: 1.3; }
.b2-node {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 650;
    color: var(--ink);
    box-shadow: 0 10px 20px -12px rgba(15, 23, 42, .35);
    border: 3px solid #fff;
}
.b2-node svg { width: 16px; height: 16px; }
img.b2-node { object-fit: cover; padding: 0; }
.b2-node--c {
    width: 56px; height: 56px;
    top: 22px; left: 50%;
    transform: translateX(-50%);
    background: #1c2742;
    border: 0;
}
.b2-node--c svg { width: 24px; height: 24px; fill: #fff; }
.b2-node--1 { width: 36px; height: 36px; top: 100px; left: 14px; background: #dbe7f8; }
.b2-node--2 { width: 36px; height: 36px; top: 108px; left: 78px; background: #dcefe3; color: #1d6b47; }
.b2-node--3 { width: 36px; height: 36px; top: 108px; right: 78px; background: #ece7fa; color: #6553b8; }
.b2-node--4 { width: 36px; height: 36px; top: 100px; right: 14px; background: #e8edf5; }
.b2-scene-crm .b2-toast--mint { position: static; margin-top: -6px; transform: rotate(-1deg); }


.b2-bento { --card:#f6f7f8; --line-soft:#eceef2; --t-mid:var(--mute); --t-low:var(--mute-2); --accent:#4e6ad7; --shadow-card:var(--shadow-1); --shadow-soft:var(--shadow-2); gap:16px; }
.b2-bcard { border-radius:var(--r-lg); padding:28px 28px 0; min-height:330px; }
.b2-bcard--lg { min-height:350px; }
.b2-bcard--dark { padding-bottom:28px; }
.b2-bcard__head h3 { font-size:20px; font-weight:600; }
.b2-bcard__head p { font-size:14px; }
.b2-bcard__scene { margin-top:24px; }
.b2-scene-supply { max-width:400px; width:100%; align-self:center; margin-bottom:24px; }
.b2-scene-supply .b2-toast--lite { bottom:0; }
.b2-scr { max-width:calc(100% + 12px); }
.v6 .frame img { transform:none; will-change:auto; }
.onboarding__intro { display:grid; grid-template-columns:1.3fr 1fr; gap:80px; align-items:end; margin-bottom:48px; }
.onboarding h2 { margin-top:24px; }
.onboarding .section__sub { font-size:16px; margin:0; max-width:390px; }
.onboarding .link { margin-top:24px; }
.launch-steps { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.launch-steps > li { background:white; border:1px solid var(--line-2); border-radius:22px; overflow:hidden; }
.launch-scene { height:220px; position:relative; margin:8px; border-radius:16px; background:#f1f4f8; display:flex; flex-direction:column; justify-content:center; padding:24px; }
.launch-copy { padding:20px 26px 30px; }
.launch-number { font-size:10px; letter-spacing:.08em; color:var(--mute); font-weight:600; }
.launch-copy h3 { font-size:20px; letter-spacing:-.025em; margin:12px 0; }
.launch-copy p { font-size:14px; color:var(--mute); line-height:1.6; }
.launch-chip { position:absolute; top:18px; left:20px; font-size:10px; color:var(--mute); }
.launch-hub { margin:14px auto 30px; padding:14px 18px; background:white; border:1px solid var(--line-2); border-radius:12px; box-shadow:var(--shadow-1); display:flex; align-items:center; gap:9px; font-size:13px; font-weight:600; position:relative; }
.launch-hub::after { content:''; position:absolute; left:50%; top:100%; height:17px; border-left:1px solid #bac8dd; }
.launch-branches { display:flex; justify-content:space-between; gap:6px; position:relative; }
.launch-branches::before { content:''; position:absolute; top:-14px; left:14%; right:14%; height:14px; border:1px solid #bac8dd; border-bottom:0; border-radius:8px 8px 0 0; }
.launch-branches span { font-size:10px; padding:8px; background:white; border:1px solid #e1e6ee; border-radius:7px; z-index:1; }
.launch-import { background:#f3f3ef; }
.import-file { width:190px; background:white; border:1px solid #e5e5df; border-radius:10px; padding:16px; transform:rotate(-5deg); box-shadow:var(--shadow-1); margin-left:5px; }
.import-file > span { float:left; font-size:9px; background:#e7eee2; color:#56714b; padding:9px 6px; border-radius:5px; margin-right:10px; }
.import-file b { font-size:12px; display:block; }
.import-file small { font-size:9px; color:var(--mute); }
.import-records { align-self:flex-end; background:white; border:1px solid #e5e5df; border-radius:10px; box-shadow:var(--shadow-1); padding:12px 18px; width:200px; margin-top:-8px; z-index:1; }
.import-records span { display:block; font-size:11px; padding:4px 0; }
.import-records i { font-style:normal; color:#67855b; margin-right:10px; }
.launch-team { background:#eef3f1; }
.launch-people { display:flex; align-items:center; padding-left:8px; margin-bottom:15px; }
.launch-people img { border-radius:50%; object-fit:cover; border:3px solid #fff; margin-left:-8px; }
.launch-people > span { font-size:12px; font-weight:600; margin-left:10px; }
.launch-checklist { background:white; border:1px solid #e1e8e3; border-radius:10px; padding:8px 14px; box-shadow:var(--shadow-1); }
.launch-checklist span { display:flex; justify-content:space-between; font-size:11px; padding:7px 0; }
.launch-checklist i { font-style:normal; color:#52856b; }
@media(max-width:900px) { .b2-bcard { grid-column:span 3; } .b2-bcard:last-child { grid-column:span 6; } .onboarding__intro { gap:32px; } .launch-scene { padding:16px; } .launch-copy { padding:18px; } .launch-branches span { font-size:9px; padding:6px; } }
@media(max-width:640px) { .b2-bento { grid-template-columns:1fr; } .b2-bcard,.b2-bcard:last-child { grid-column:auto; } .b2-bcard { min-height:330px; padding-left:24px; padding-right:24px; } .onboarding__intro { grid-template-columns:1fr; gap:24px; margin-bottom:32px; } .launch-steps { grid-template-columns:1fr; } .launch-scene { height:220px; padding:24px; } .launch-copy { padding:18px 24px 28px; } .launch-branches span { font-size:10px; padding:8px; } }
@media(min-width:641px) and (max-width:900px) {
 .launch-steps { grid-template-columns:1fr; }
 .launch-steps > li { display:grid; grid-template-columns:1fr 1fr; align-items:center; }
 .launch-copy { padding:24px; }
 .launch-scene { padding:24px; }
}

/* Orbital guides sit behind the objects, as in V2. */
.module-orbit__paths { position:absolute; inset:0; width:100%; height:100%; fill:none; stroke:rgba(53,73,106,.18); stroke-width:1; stroke-dasharray:3 7; pointer-events:none; }
.module-orbit__objects .orbit-coin img { filter:saturate(.8) drop-shadow(0 12px 12px rgba(22,35,58,.13)); }
/* Review: clear navigation, readable captures and restrained scene motion. */
.sheet__toggle { display:flex; justify-content:space-between; align-items:center; width:100%; padding:18px 0; font-size:20px; font-weight:600; text-align:left; }
.sheet__toggle>span { color:var(--mute); font-weight:400; }
.sheet__group { border-bottom:1px solid var(--line); }
.sheet__submenu { padding:0 0 16px 14px; }
.sheet__links .sheet__submenu a { display:block; padding:11px 0; font-size:15px; border:0; font-weight:400; }
.b2-spark-mini { width:18px; height:18px; flex-shrink:0; }
.b2-node--c img { width:28px; height:28px; }
.b2-node--2,.b2-node--3 { background:white; color:var(--ink); border:1px solid var(--line-2); }
.b2-scene-crm .b2-toast--mint { background:white; color:var(--ink); border:1px solid var(--line-2); }
.excel-logo { float:left; margin-right:10px; width:32px; height:32px; }
.usecase__mobile-controls { display:none; }
@media(max-width:600px) {
 .module-orbit__objects { min-height:340px; }
 .v6 .orbit-coin { width:25%; }
 .v6 .orbit-coin--procurement { left:2%; top:22px; }
 .v6 .orbit-coin--analytics { left:37%; top:4px; }
 .v6 .orbit-coin--catering { right:0; top:35px; }
 .v6 .orbit-coin--ai { width:29%; left:35%; top:118px; }
 .v6 .orbit-coin--haccp { left:1%; bottom:27px; }
 .v6 .orbit-coin--customerapp { left:37%; bottom:0; }
 .v6 .orbit-coin--loyalty { right:0; bottom:35px; }
 .tabs { max-width:100%; overflow-x:auto; justify-content:flex-start; scrollbar-width:none; }
 .tabs::-webkit-scrollbar { display:none; }
 .tab { flex-shrink:0; }
 .usecase { touch-action:pan-y; }
 .usecase__mobile-controls { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:-4px 0 16px; }
 .usecase__mobile-controls button { width:44px; height:44px; border:1px solid var(--line-2); border-radius:50%; font-size:20px; background:white; }
 .usecase-status { font-size:12px; color:var(--mute); }
}
@media(prefers-reduced-motion:no-preference) {
 .b2-doc,.b2-toast,.b2-scr,.b2-node { transition:transform .45s var(--ease); }
 .b2-avarow img,.b2-avarow i { transition:margin .45s var(--ease),transform .45s var(--ease); }
 .b2-bcard:hover .b2-doc--front { transform:rotate(-5deg) translate(-3px,-4px); }
 .b2-bcard:hover .b2-doc--back { transform:rotate(8deg) translate(5px,-2px); }
 .b2-bcard:hover .b2-toast--dark,.b2-bcard:hover .b2-toast--lite { transform:rotate(0) translateY(-3px); }
 .b2-bcard:hover .b2-scr { transform:rotate(0) translateY(-12px); }
 .b2-bcard:hover .b2-avarow img,.b2-bcard:hover .b2-avarow i { margin-left:-4px; transform:translateY(-2px); }
 .b2-bcard:hover .b2-avarow>:first-child { margin-left:0; }
 .b2-bcard:hover .b2-node--c { transform:translateX(-50%) scale(1.07); }
 .b2-bcard:hover .b2-node--1,.b2-bcard:hover .b2-node--2,.b2-bcard:hover .b2-node--3,.b2-bcard:hover .b2-node--4 { transform:translateY(-4px); }
 .b2-node--2 { transition-delay:.05s; }.b2-node--3 { transition-delay:.1s; }.b2-node--4 { transition-delay:.15s; }
 .b2-bcard:hover .b2-scene-crm .b2-toast--mint { transform:rotate(0) translateY(-3px); }
 .b2-bcard__chart svg { transition:filter .4s; }.b2-bcard--dark:hover .b2-bcard__chart svg { filter:brightness(1.18); }
 .is-animated .b2-toast,.is-animated .b2-avarow,.is-animated .b2-scr { animation:scene-arrive .85s var(--ease) both; }
 .is-animated .b2-toast--lite { animation-delay:.18s; }.is-animated .b2-toast--mint { animation-delay:.3s; }
 .is-animated .b2-bcard__chart svg { animation:chart-reveal 1.6s var(--ease) both; }
 .launch-steps>li .launch-hub,.launch-steps>li .import-file,.launch-steps>li .import-records,.launch-people img { transition:transform .5s var(--ease); }
 .launch-steps>li:hover .launch-hub { transform:translateY(-4px); }
 .launch-steps>li:hover .import-file { transform:rotate(-8deg) translate(-3px,-5px); }
 .launch-steps>li:hover .import-records { transform:translate(3px,-2px); }
 .launch-steps>li:hover .launch-people img { transform:translateY(-3px); }
 .is-animated .launch-branches span { animation:setup-appear .65s var(--ease) both; }
 .is-animated .launch-branches span:nth-child(2) { animation-delay:.15s; }.is-animated .launch-branches span:nth-child(3) { animation-delay:.3s; }
 .is-animated .import-records i,.is-animated .launch-checklist i { display:inline-block; animation:check-confirm .7s var(--ease) both; }
 .is-animated .import-records span:nth-child(2) i,.is-animated .launch-checklist span:nth-child(2) i { animation-delay:.2s; }
 .is-animated .import-records span:nth-child(3) i,.is-animated .launch-checklist span:nth-child(3) i { animation-delay:.4s; }
 @keyframes scene-arrive { from { opacity:0; translate:0 10px; } to { opacity:1; translate:0 0; } }
 @keyframes chart-reveal { from { clip-path:inset(0 100% 0 0); } to { clip-path:inset(0); } }
 @keyframes setup-appear { from { opacity:.25; transform:translateY(5px); } to { opacity:1; transform:none; } }
 @keyframes check-confirm { 0% { opacity:0; transform:scale(.4); } 100% { opacity:1; transform:scale(1); } }
}
.faq { align-items:start; }
.checks i { display:grid; place-items:center; }
.checks i::after { display:none; }
.checks i svg { display:block; width:12px; height:12px; fill:none; stroke:#fff; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
.v6 .frame::after { height:clamp(90px, 18vw, 160px); background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.88) 75%,#fff); }

.v6 .frame--recipe { height:auto; }
.v6 .frame--recipe img { display:block; }

/* A short product sequence followed by a long, readable result state. */
.profit-count { display:inline-block; min-width:3ch; text-align:right; font-variant-numeric:tabular-nums; }
.chart-endpoint { position:absolute; right:0; top:14.4%; width:8px; height:8px; border:2px solid #a8c8f5; border-radius:50%; background:#fff; transform:translate(50%,-50%); }
@media(prefers-reduced-motion:no-preference) {
 .is-playing .b2-doc__row,.is-playing .b2-scr__row,.is-playing .b2-avarow>* { animation:flow-item 1.8s var(--ease) both; }
 .is-playing .b2-doc__row:nth-of-type(2),.is-playing .b2-scr__row:nth-child(2),.is-playing .b2-avarow>:nth-child(2) { animation-delay:.22s; }
 .is-playing .b2-doc__row:nth-of-type(3),.is-playing .b2-scr__row:nth-child(3),.is-playing .b2-avarow>:nth-child(3) { animation-delay:.44s; }
 .is-playing .b2-avarow>:nth-child(4) { animation-delay:.66s; }
 .is-playing .b2-toast--dark,.is-playing .b2-scr__total { animation:flow-result 1.8s var(--ease) both; }
 .is-playing .b2-toast--lite,.is-playing .b2-toast--mint { animation:flow-confirm 1.8s var(--ease) both; }
 .is-playing .b2-scr__pay { position:relative; }
 .is-playing .b2-scr__pay::after { content:'✓'; position:absolute; inset:0; display:grid; place-items:center; border-radius:inherit; background:#162238; color:white; animation:flow-confirm 1.8s var(--ease) both; }
 .is-playing .b2-bcard__chart svg { animation:flow-chart 1.8s var(--ease) both; }
 .is-playing .chart-endpoint { animation:flow-result 1.8s var(--ease) both; }
 .is-playing .b2-nodes__wires { animation:flow-wires 1.8s var(--ease) both; }
 .is-playing .b2-node--1,.is-playing .b2-node--4 { animation:flow-item 1.8s var(--ease) both; }
 .is-playing .b2-node--2,.is-playing .b2-node--3 { animation:flow-result 1.8s var(--ease) both; }
 @keyframes flow-item { 0% { opacity:0; translate:0 7px; } 35%,100% { opacity:1; translate:0 0; } }
 @keyframes flow-result { 0%,12% { opacity:0; translate:0 7px; } 60%,100% { opacity:1; translate:0 0; } }
 @keyframes flow-confirm { 0%,23% { opacity:0; translate:0 7px; } 100% { opacity:1; translate:0 0; } }
 @keyframes flow-chart { 0% { clip-path:inset(0 100% 0 0); opacity:1; } 100% { clip-path:inset(0); opacity:1; } }
 @keyframes flow-wires { 0%,5% { clip-path:inset(0 0 100%); opacity:0; } 70%,100% { clip-path:inset(0); opacity:1; } }
}

.b2-scr__menu i { display:grid; place-items:center; background:#f2f3f5; overflow:hidden; }
.b2-scr__menu i img { display:block; width:100%; height:100%; object-fit:cover; }
@media(prefers-reduced-motion:no-preference) {
 .is-playing .b2-scr__menu i img { animation:food-appear .45s var(--ease) both; }
 .is-playing .b2-scr__menu i:nth-child(2) img { animation-delay:.08s; }
 .is-playing .b2-scr__menu i:nth-child(3) img { animation-delay:.16s; }
 .is-playing .b2-scr__menu i:nth-child(4) img { animation-delay:.24s; }
 .is-playing .b2-scr__menu i:nth-child(5) img { animation-delay:.32s; }
 .is-playing .b2-scr__menu i:nth-child(6) img { animation-delay:.4s; }
 @keyframes food-appear { from { opacity:0; transform:scale(.94); } to { opacity:1; transform:scale(1); } }
}

/* Dissolve the entire product frame, including its border and shadow. */
.v6 #product .frame {
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 62%,rgba(0,0,0,.8) 77%,transparent 98%);
  mask-image:linear-gradient(to bottom,#000 0%,#000 62%,rgba(0,0,0,.8) 77%,transparent 98%);
}

.v6 #product .frame--invoice-lines { height:auto; padding-bottom:32px; border:0; border-radius:0; box-shadow:none; -webkit-mask-image:linear-gradient(#000 82%,transparent 100%); mask-image:linear-gradient(#000 82%,transparent 100%); }
.v6 #product .frame--invoice-lines::after { height:32px; }
