:root {
  --ink: #0f1114;
  --ink-soft: #22252a;
  --paper: #efeee9;
  --paper-light: #f8f7f3;
  --white: #ffffff;
  --grey: #d7d6d1;
  --grey-dark: #787d84;
  --copper: #b96f43;
  --copper-dark: #7f4529;
  --line: rgba(15, 17, 20, .16);
  --ease: cubic-bezier(.2, .72, .2, 1);
  --radius: 30px;
  --header-h: 64px;
  --page-pad: clamp(24px, 4.7vw, 80px);
  --max-width: 1920px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--white);
  transform: translateY(-150%);
  transition: transform .2s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 24px var(--page-pad) 0;
  pointer-events: none;
}
.header-shell {
  width: min(100%, 1560px);
  min-height: var(--header-h);
  margin: 0 auto;
  padding: 8px 10px 8px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 60px rgba(15, 17, 20, .09);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  pointer-events: auto;
  transition: width .45s var(--ease), transform .45s var(--ease), background .35s ease;
}
.site-header.is-compact .header-shell { width: min(100%, 1040px); }
.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 11px;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: -.025em;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
}
.brand-mark svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 42px); }
.desktop-nav a, .header-link {
  position: relative;
  color: #3f444b;
  font-size: .88rem;
  font-weight: 600;
}
.desktop-nav a::after, .header-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .header-link:hover::after, .header-link:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: -.015em;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, .tab-list button:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.button-small { min-height: 46px; padding-inline: 22px; font-size: .88rem; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--copper-dark); }
.button-light { background: var(--white); color: var(--ink); }
.button-copper { background: var(--copper); color: var(--white); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.24); }
.button-ghost:hover { border-color: var(--ink); background: var(--white); }
.button-outline-light { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-outline-light:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  overflow: hidden;
  background: linear-gradient(180deg, #d2d0cb 0%, #efeee9 49%, #faf9f6 100%);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: radial-gradient(rgba(15,17,20,.28) .7px, transparent .7px);
  background-size: 8px 8px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.hero-art {
  position: absolute;
  z-index: 0;
  top: -8.5%;
  left: 50%;
  width: min(40vw, 600px);
  transform: translate3d(-50%, var(--hero-shift, 0px), 0) rotate(var(--hero-rotate, 0deg));
  filter: drop-shadow(0 35px 42px rgba(15, 17, 20, .18));
  will-change: transform;
}
.hero-art img { width: 100%; height: auto; }
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max-width));
  margin: auto;
  padding: clamp(290px, 39vh, 430px) var(--page-pad) clamp(74px, 9vh, 118px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.eyebrow, .section-kicker {
  margin-bottom: clamp(18px, 2vw, 32px);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(.72rem, .8vw, .86rem);
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(15,17,20,.52);
}
.hero-title {
  width: 100%;
  margin-bottom: clamp(28px, 4vh, 48px);
  font-size: clamp(4.1rem, 9.4vw, 11.4rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.075em;
}
.title-line { display: block; }
.title-accent { color: var(--copper-dark); }
.hero-bottom { display: flex; flex-direction: column; align-items: center; }
.hero-bottom > p { max-width: 640px; margin-bottom: 24px; color: #4c5158; font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button-row-center { justify-content: center; }
.scroll-cue {
  position: absolute;
  z-index: 3;
  right: var(--page-pad);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(15,17,20,.52);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.scroll-cue svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; animation: arrow-bob 1.8s var(--ease) infinite; }

.capabilities-strip { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper-light); }
.ticker { width: 100%; padding: 25px 0; overflow: hidden; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: ticker 28s linear infinite; }
.ticker-track span { font-size: clamp(1rem, 1.3vw, 1.3rem); letter-spacing: -.02em; }
.ticker-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.section-pad { padding: clamp(96px, 13vw, 200px) var(--page-pad); }

.statement { min-height: 150vh; display: flex; align-items: center; background: var(--paper-light); }
.statement-inner { width: min(100%, 1660px); margin: auto; }
.statement-title {
  max-width: 1400px;
  margin: 0;
  font-size: clamp(3.6rem, 7.3vw, 9rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.065em;
}
.statement-title span { display: inline-block; color: var(--copper); }
.statement-note {
  width: min(100%, 620px);
  margin: clamp(58px, 8vw, 100px) 0 0 auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  border-top: 1px solid var(--line);
  color: #555b62;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
.statement-note p { margin: 0; }
.statement-number { font-family: ui-monospace, monospace; color: var(--copper-dark); font-size: .78rem; }

.showcase { background: var(--paper); }
.showcase-heading, .responsive-copy {
  width: min(100%, 1660px);
  margin: 0 auto clamp(56px, 7vw, 100px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(34px, 8vw, 130px);
  align-items: end;
}
.display-title { margin: 0; font-size: clamp(3.5rem, 6vw, 7.5rem); font-weight: 400; line-height: .9; letter-spacing: -.065em; }
.section-intro { max-width: 560px; margin: 0; color: #585e65; font-size: clamp(1rem, 1.35vw, 1.28rem); line-height: 1.55; }
.product-stage {
  width: min(100%, 1660px);
  min-height: 780px;
  margin: auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  overflow: hidden;
  border-radius: clamp(20px, 2.5vw, 42px);
  background: #141619;
  box-shadow: 0 45px 100px rgba(15,17,20,.16);
}
.product-sidebar { padding: 30px 20px 20px; display: flex; flex-direction: column; color: rgba(255,255,255,.58); border-right: 1px solid rgba(255,255,255,.09); }
.mini-brand { display: flex; align-items: center; gap: 10px; padding: 0 10px 34px; color: var(--white); }
.mini-brand-mark { width: 28px; height: 28px; border-radius: 50%; background: var(--copper); box-shadow: inset -8px -8px 20px rgba(0,0,0,.25); }
.mini-brand strong { letter-spacing: .1em; }
.tab-list { display: grid; gap: 5px; }
.tab-list button {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: background .22s ease, color .22s ease;
}
.tab-list button:hover { color: var(--white); }
.tab-list button[aria-selected="true"] { background: rgba(255,255,255,.1); color: var(--white); }
.tab-list svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.sidebar-user { margin-top: auto; padding: 15px 9px 0; display: grid; grid-template-columns: 34px 8px 1fr; align-items: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.09); font-size: .76rem; }
.sidebar-user > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #2e3238; color: var(--white); }
.sidebar-user i { width: 6px; height: 6px; border-radius: 50%; background: #68c58a; }
.sidebar-user b { font-weight: 500; }
.product-content { min-width: 0; display: flex; flex-direction: column; background: #f5f4f0; }
.product-topbar { min-height: 72px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(15,17,20,.1); color: #60656c; font-size: .82rem; }
.product-topbar > div { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #48a76b; box-shadow: 0 0 0 4px rgba(72,167,107,.1); }
.topbar-actions span { width: 34px; height: 34px; border: 1px solid rgba(15,17,20,.1); border-radius: 50%; background: #fff; }
.tab-panel { min-height: 708px; padding: clamp(28px, 4vw, 64px); animation: panel-in .55s var(--ease) both; }
.tab-panel[hidden] { display: none; }
.panel-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: clamp(36px, 5vw, 68px); }
.panel-title-row p { margin-bottom: 7px; color: #747a82; font-size: .86rem; }
.panel-title-row h3 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 5.4rem); font-weight: 400; line-height: .94; letter-spacing: -.06em; }
.status-pill { flex: none; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .76rem; }
.sales-layout { display: grid; grid-template-columns: minmax(260px,.72fr) 1fr; gap: 22px; }
.sale-ticket { min-height: 400px; padding: 25px; display: flex; flex-direction: column; border-radius: 22px; background: var(--white); border: 1px solid rgba(15,17,20,.09); }
.ticket-head, .ticket-line, .ticket-total { display: flex; justify-content: space-between; gap: 15px; }
.ticket-head { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.ticket-head span, .ticket-line { color: #7a8087; font-size: .82rem; }
.ticket-line { padding-top: 20px; }
.ticket-line b { color: var(--ink); }
.ticket-total { margin-top: auto; padding: 20px 0; align-items: end; border-top: 1px solid var(--line); }
.ticket-total strong { font-size: 2rem; letter-spacing: -.04em; }
.mock-button { min-height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--ink); color: #fff; font-weight: 700; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.services-grid > div { min-height: 192px; padding: 22px; display: flex; flex-direction: column; border: 1px solid rgba(15,17,20,.09); border-radius: 22px; background: #e9e7e0; transition: transform .25s var(--ease), background .25s ease; }
.services-grid > div:hover { transform: translateY(-3px); background: var(--white); }
.services-grid span { color: #8a8e94; font-family: ui-monospace, monospace; font-size: .7rem; }
.services-grid b { margin-top: auto; font-size: 1.55rem; font-weight: 500; letter-spacing: -.04em; }
.services-grid small { color: #737980; }
.agenda-board { display: grid; grid-template-columns: 70px repeat(3,1fr); min-height: 420px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; }
.agenda-hours { padding-top: 58px; display: grid; grid-template-rows: repeat(4,1fr); color: #8a8e94; font-size: .7rem; text-align: center; }
.agenda-column { padding: 18px 12px; border-left: 1px solid var(--line); }
.agenda-column > strong { display: block; margin-bottom: 20px; font-size: .82rem; text-align: center; }
.appointment { margin-bottom: 10px; padding: 14px; border-radius: 14px; background: #eceae5; font-size: .8rem; }
.appointment small { display: block; margin-top: 5px; color: #777c82; }
.appointment.copper { background: #bc764d; color: white; }
.appointment.copper small { color: rgba(255,255,255,.7); }
.appointment.dark { background: var(--ink); color: white; }
.appointment.dark small { color: rgba(255,255,255,.62); }
.clients-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.client-list, .client-profile { padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.client-row { padding: 14px; display: grid; grid-template-columns: 42px 1fr 8px; align-items: center; gap: 12px; border-radius: 14px; }
.client-row.active { background: #eceae5; }
.client-row > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .7rem; }
.client-row b, .client-row small { display: block; }
.client-row b { font-size: .88rem; }
.client-row small { margin-top: 3px; color: #82868c; font-size: .7rem; }
.client-row i { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.client-profile { display: flex; flex-direction: column; align-items: center; text-align: center; }
.profile-avatar { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--copper); color: #fff; font-size: 1.2rem; }
.client-profile h4 { margin: 16px 0 8px; font-size: 1.5rem; }
.client-profile p { max-width: 360px; color: #6d737b; }
.client-profile > div { width: 100%; margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.client-profile > div span { padding-top: 16px; color: #7d8288; font-size: .72rem; }
.client-profile > div span + span { border-left: 1px solid var(--line); }
.client-profile > div b { display: block; margin-top: 5px; color: var(--ink); font-size: 1rem; }
.reports-layout { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.metric-card, .chart-card { min-height: 160px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.metric-card { display: flex; flex-direction: column; }
.metric-card span, .metric-card small { color: #777c82; font-size: .75rem; }
.metric-card strong { margin: auto 0 0; font-size: 3.4rem; font-weight: 400; letter-spacing: -.06em; }
.chart-card { grid-column: 1/-1; min-height: 230px; }
.chart-head { display: flex; justify-content: space-between; font-size: .78rem; }
.chart-head span { color: #858a90; }
.bars { height: 160px; padding-top: 26px; display: flex; align-items: flex-end; gap: 10px; }
.bars i { flex: 1; height: var(--bar); min-height: 12px; border-radius: 8px 8px 2px 2px; background: var(--ink); }
.bars i:nth-child(5) { background: var(--copper); }

.feature-section { background: var(--paper-light); }
.feature-heading { width: min(100%, 1660px); margin: 0 auto clamp(56px, 7vw, 100px); }
.feature-grid { width: min(100%, 1660px); margin: auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.feature-card { position: relative; min-height: 520px; padding: clamp(28px, 3.3vw, 54px); display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.feature-card-wide { grid-column: 1/-1; min-height: 620px; }
.feature-card-dark { background: var(--ink); color: #fff; }
.feature-card-copper { background: var(--copper); color: #fff; border-color: transparent; }
.feature-card-paper { background: #deddd8; }
.feature-index { font-family: ui-monospace, monospace; font-size: .76rem; opacity: .5; }
.feature-card > div:first-of-type { position: relative; z-index: 2; width: min(100%, 620px); margin-top: auto; }
.feature-card h3 { margin-bottom: 16px; font-size: clamp(2.4rem, 4vw, 5rem); font-weight: 400; line-height: .92; letter-spacing: -.06em; }
.feature-card p { max-width: 560px; margin-bottom: 0; color: currentColor; opacity: .65; font-size: clamp(1rem, 1.25vw, 1.2rem); }
.receipt-visual { position: absolute; top: -50px; right: 7%; width: min(36%, 430px); perspective: 900px; }
.receipt-visual > div { min-height: 520px; padding: 38px; display: flex; flex-direction: column; border-radius: 18px; background: #f4f1e7; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.35); transform: rotate(8deg); }
.receipt-visual small { font-family: ui-monospace, monospace; font-size: .68rem; letter-spacing: .12em; }
.receipt-visual strong { margin-top: 20px; font-size: 1.6rem; }
.receipt-visual span { height: 1px; margin-top: 36px; background: rgba(15,17,20,.18); }
.receipt-visual span:nth-of-type(2) { width: 70%; }
.receipt-visual b { margin-top: auto; font-size: 3.4rem; font-weight: 400; letter-spacing: -.06em; }
.calendar-visual { position: absolute; top: 40px; right: 40px; width: 170px; height: 190px; padding: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 28px; background: rgba(255,255,255,.12); transform: rotate(4deg); }
.calendar-visual b { display: block; font-size: 4.8rem; font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.calendar-visual > span { font-family: ui-monospace, monospace; letter-spacing: .1em; }
.calendar-visual i { display: inline-block; width: 10px; height: 10px; margin: 30px 5px 0 0; border-radius: 50%; background: rgba(255,255,255,.85); }
.avatars-visual { position: absolute; top: 50px; right: 40px; display: flex; }
.avatars-visual span { width: 76px; height: 76px; margin-left: -12px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #23262a; color: #fff; }
.avatars-visual span:nth-child(2) { background: var(--copper); }
.avatars-visual span:nth-child(3) { background: #8d9196; }
.avatars-visual span:nth-child(4) { background: #e7e5df; color: var(--ink); }
.permissions-visual { position: absolute; top: 42px; right: 36px; display: grid; gap: 8px; }
.permissions-visual span { min-width: 190px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-light); font-size: .78rem; }
.permissions-visual i { width: 8px; height: 8px; border-radius: 50%; background: var(--copper); }
.mini-chart { position: absolute; top: 48px; right: 5%; width: min(45%, 600px); height: 310px; padding: 34px; display: flex; align-items: flex-end; gap: 12px; border-radius: 26px; background: rgba(255,255,255,.42); }
.mini-chart span { flex: 1; height: var(--h); border-radius: 8px 8px 2px 2px; background: var(--ink); }
.mini-chart span:nth-child(6) { background: var(--copper); }

.flow-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 150px); background: var(--ink); color: #fff; }
.flow-sticky { align-self: start; position: sticky; top: 140px; }
.section-kicker-light { color: rgba(255,255,255,.45); }
.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.flow-list li { min-height: 220px; padding: 32px 0; display: grid; grid-template-columns: 54px .6fr 1fr; gap: 24px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.18); }
.flow-list li > span { color: var(--copper); font-family: ui-monospace, monospace; font-size: .76rem; }
.flow-list h3 { margin: 0; font-size: clamp(2rem, 3vw, 3.8rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.flow-list p { max-width: 400px; margin: 0; color: rgba(255,255,255,.55); font-size: 1.05rem; }

.responsive-section { background: #d7d6d1; }
.responsive-copy { align-items: start; }
.device-stage { position: relative; width: min(100%, 1550px); min-height: 720px; margin: auto; }
.desktop-device { position: absolute; inset: 0 9% 0 0; overflow: hidden; border: 10px solid #1c1e22; border-radius: 36px; background: #f5f4f0; box-shadow: 0 45px 100px rgba(15,17,20,.25); transform: rotate(-2deg); }
.device-bar { height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 8px; background: #202226; color: rgba(255,255,255,.5); }
.device-bar i { width: 8px; height: 8px; border-radius: 50%; background: #5e6268; }
.device-bar span { margin: auto; padding: 6px 60px; border-radius: 999px; background: #2c2f34; font-size: .7rem; }
.device-content { height: calc(100% - 52px); display: grid; grid-template-columns: 150px 1fr; }
.device-content aside { padding: 28px; display: grid; align-content: start; gap: 22px; background: #111316; color: #fff; }
.device-content aside b { margin-bottom: 34px; color: var(--copper); }
.device-content aside span { height: 9px; border-radius: 5px; background: rgba(255,255,255,.12); }
.device-dashboard { padding: 52px; }
.device-dashboard small { color: #737981; }
.device-dashboard > strong { display: block; margin-top: 8px; font-size: clamp(2rem, 3.7vw, 4.5rem); font-weight: 400; letter-spacing: -.06em; }
.device-stats { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.device-stats span { height: 120px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.device-graph { height: 220px; margin-top: 20px; padding: 25px; display: flex; align-items: flex-end; gap: 12px; border-radius: 20px; background: #e8e6e0; }
.device-graph i { flex: 1; border-radius: 6px 6px 2px 2px; background: #202226; }
.device-graph i:nth-child(1) { height: 35%; }.device-graph i:nth-child(2) { height: 58%; }.device-graph i:nth-child(3) { height: 48%; }.device-graph i:nth-child(4) { height: 80%; background: var(--copper); }.device-graph i:nth-child(5) { height: 72%; }.device-graph i:nth-child(6) { height: 91%; }
.phone-device { position: absolute; z-index: 2; right: 0; bottom: -50px; width: min(28%, 340px); height: 650px; padding: 10px; border-radius: 48px; background: #101215; box-shadow: 0 40px 90px rgba(15,17,20,.36); transform: rotate(4deg); }
.phone-speaker { position: absolute; z-index: 2; top: 18px; left: 50%; width: 86px; height: 22px; border-radius: 999px; background: #101215; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 60px 22px 24px; display: flex; flex-direction: column; border-radius: 39px; background: #f3f1eb; }
.phone-screen > small { color: #7b8086; }
.phone-screen > strong { margin-top: 5px; font-size: 2rem; font-weight: 400; letter-spacing: -.05em; }
.phone-date { margin: 34px 0 20px; display: flex; align-items: end; gap: 12px; }
.phone-date b { font-size: 4.5rem; font-weight: 400; line-height: .8; letter-spacing: -.08em; }
.phone-date span { color: var(--copper-dark); }
.phone-card { margin-bottom: 9px; padding: 15px; display: grid; grid-template-columns: 9px 1fr; gap: 11px; border-radius: 16px; background: #fff; }
.phone-card i { width: 8px; height: 100%; border-radius: 99px; background: var(--copper); }
.phone-card span { color: #747980; font-size: .72rem; }
.phone-card b { display: block; color: var(--ink); font-size: .88rem; }
.phone-screen .phone-nav { margin-top: auto; padding: 14px; display: flex; justify-content: space-around; border-radius: 18px; background: #17191c; }
.phone-screen .phone-nav i { width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }

.final-cta { position: relative; min-height: 100svh; padding: 130px var(--page-pad); display: grid; place-items: center; overflow: hidden; background: var(--ink); color: #fff; isolation: isolate; }
.cta-content { position: relative; z-index: 2; max-width: 1300px; text-align: center; }
.cta-content h2 { margin-bottom: 32px; font-size: clamp(4.5rem, 10vw, 12rem); font-weight: 400; line-height: .82; letter-spacing: -.08em; }
.cta-content > p:not(.section-kicker) { max-width: 580px; margin: 0 auto 28px; color: rgba(255,255,255,.6); font-size: clamp(1rem, 1.3vw, 1.24rem); }
.cta-orbit { position: absolute; inset: 0; opacity: .8; }
.cta-orbit span { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.cta-orbit span:nth-child(1) { width: 44vw; height: 44vw; }
.cta-orbit span:nth-child(2) { width: 66vw; height: 66vw; }
.cta-orbit span:nth-child(3) { width: 90vw; height: 90vw; }
.cta-orbit::after { content: ""; position: absolute; top: 18%; right: 17%; width: 13px; height: 13px; border-radius: 50%; background: var(--copper); box-shadow: -62vw 55vh 0 #fff, -18vw 68vh 0 rgba(255,255,255,.45); }

.site-footer { padding: clamp(70px, 9vw, 130px) var(--page-pad) 24px; background: #dfded9; }
.footer-top, .footer-grid, .footer-bottom { width: min(100%, 1660px); margin-inline: auto; }
.footer-top { padding-bottom: 60px; display: flex; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }
.brand-footer { font-size: clamp(1.4rem, 2vw, 2rem); }
.footer-top p { max-width: 360px; margin: 0; color: #686d73; }
.footer-grid { padding: 60px 0 90px; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-grid > div { display: grid; align-content: start; gap: 12px; }
.footer-grid span { margin-bottom: 10px; color: #8a8e93; font-family: ui-monospace, monospace; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { width: max-content; font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1.2; letter-spacing: -.035em; }
.footer-grid a:hover { color: var(--copper-dark); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: #73787e; font-size: .78rem; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes arrow-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes panel-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  :root { --page-pad: clamp(22px, 4vw, 44px); }
  .desktop-nav { display: none; }
  .header-shell { grid-template-columns: 1fr auto; }
  .header-actions { display: none; }
  .menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 6px; border-radius: 50%; background: var(--ink); cursor: pointer; }
  .menu-toggle span { width: 18px; height: 1.5px; background: #fff; transition: transform .25s var(--ease); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-menu {
    width: min(calc(100% - (var(--page-pad) * 2)), 720px);
    max-height: calc(100svh - 116px);
    margin: 10px auto 0;
    padding: 28px;
    overflow-y: auto;
    border-radius: 28px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 30px 80px rgba(15,17,20,.3);
    pointer-events: auto;
  }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu > a { padding: 15px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); font-size: clamp(1.5rem, 4vw, 2rem); letter-spacing: -.04em; }
  .mobile-menu-actions { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-stage { grid-template-columns: 96px 1fr; min-height: 700px; }
  .product-sidebar { padding-inline: 12px; }
  .mini-brand { justify-content: center; padding-inline: 0; }
  .mini-brand strong, .tab-list button span, .sidebar-user i, .sidebar-user b { display: none; }
  .tab-list button { justify-content: center; padding: 0; }
  .sidebar-user { grid-template-columns: 1fr; justify-items: center; }
  .flow-section { grid-template-columns: 1fr; }
  .flow-sticky { position: static; }
  .responsive-copy { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  :root { --page-pad: 20px; --radius: 22px; }
  .site-header { padding-top: 14px; }
  .header-shell { min-height: 58px; padding: 6px 7px 6px 14px; }
  .brand { font-size: .88rem; }
  .brand-mark { width: 34px; height: 34px; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-menu { max-height: calc(100svh - 96px); padding: 22px; border-radius: 22px; }
  .mobile-menu-actions { grid-template-columns: 1fr; }
  .hero { min-height: 920px; }
  .hero-art { top: 65px; width: min(96vw, 480px); }
  .hero-copy { justify-content: flex-end; padding-top: 440px; padding-bottom: 90px; }
  .eyebrow { max-width: 250px; }
  .hero-title { font-size: clamp(4rem, 19vw, 6.4rem); line-height: .86; letter-spacing: -.08em; }
  .hero-bottom > p { max-width: 420px; }
  .hero-bottom .button-row { width: 100%; display: grid; grid-template-columns: 1fr; }
  .hero-bottom .button { width: 100%; }
  .scroll-cue { display: none; }
  .ticker { padding: 20px 0; }
  .statement { min-height: 110svh; }
  .statement-title { font-size: clamp(3.25rem, 15vw, 5.6rem); }
  .statement-note { grid-template-columns: 42px 1fr; }
  .showcase-heading, .responsive-copy { grid-template-columns: 1fr; align-items: start; }
  .display-title { font-size: clamp(3.4rem, 15vw, 5.8rem); }
  .product-stage { display: block; min-height: 0; border-radius: 22px; }
  .product-sidebar { padding: 14px; display: block; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .mini-brand, .sidebar-user { display: none; }
  .tab-list { display: flex; overflow-x: auto; scrollbar-width: none; }
  .tab-list::-webkit-scrollbar { display: none; }
  .tab-list button { flex: 0 0 56px; width: 56px; min-height: 48px; }
  .product-topbar { min-height: 58px; padding-inline: 17px; }
  .topbar-actions span { width: 28px; height: 28px; }
  .topbar-actions span:not(:first-child) { display: none; }
  .tab-panel { min-height: 610px; padding: 28px 17px 20px; }
  .panel-title-row { display: block; }
  .status-pill { display: inline-block; margin-top: 16px; }
  .sales-layout { grid-template-columns: 1fr; }
  .sale-ticket { min-height: 320px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-grid > div { min-height: 125px; padding: 16px; }
  .services-grid b { font-size: 1.15rem; }
  .agenda-board { grid-template-columns: 48px repeat(3, minmax(126px,1fr)); overflow-x: auto; }
  .clients-layout, .reports-layout { grid-template-columns: 1fr; }
  .client-profile { min-height: 250px; }
  .chart-card { grid-column: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-wide { grid-column: auto; min-height: 520px; }
  .feature-card-wide { min-height: 650px; }
  .receipt-visual { right: 8%; width: 56%; }
  .receipt-visual > div { min-height: 430px; padding: 25px; }
  .receipt-visual b { font-size: 2.2rem; }
  .mini-chart { top: 44px; right: 24px; width: calc(100% - 48px); height: 250px; }
  .flow-list li { grid-template-columns: 40px 1fr; }
  .flow-list li p { grid-column: 2; }
  .device-stage { min-height: 600px; }
  .desktop-device { right: -48%; height: 480px; border-width: 7px; border-radius: 25px; }
  .device-content { grid-template-columns: 82px 1fr; }
  .device-content aside { padding: 16px; }
  .device-dashboard { padding: 28px; }
  .device-dashboard > strong { font-size: 2rem; }
  .device-stats { grid-template-columns: 1fr 1fr; margin-top: 30px; }
  .device-stats span:nth-child(3) { display: none; }
  .phone-device { left: 8px; right: auto; bottom: -10px; width: min(62%, 275px); height: 510px; border-radius: 38px; }
  .phone-screen { padding: 50px 17px 18px; border-radius: 30px; }
  .phone-screen > strong { font-size: 1.5rem; }
  .phone-date { margin-top: 25px; }
  .phone-date b { font-size: 3.4rem; }
  .final-cta { min-height: 860px; }
  .cta-content h2 { font-size: clamp(4.4rem, 20vw, 7rem); }
  .cta-content .button-row { display: grid; }
  .cta-orbit span:nth-child(1) { width: 100vw; height: 100vw; }
  .cta-orbit span:nth-child(2) { width: 150vw; height: 150vw; }
  .cta-orbit span:nth-child(3) { width: 220vw; height: 220vw; }
  .footer-top { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 420px) {
  .hero { min-height: 880px; }
  .hero-copy { padding-top: 405px; }
  .hero-title { font-size: clamp(3.5rem, 18vw, 4.8rem); }
  .services-grid { grid-template-columns: 1fr; }
  .feature-card h3 { font-size: 2.7rem; }
  .calendar-visual { width: 140px; height: 158px; top: 28px; right: 24px; }
  .calendar-visual b { font-size: 3.9rem; }
  .avatars-visual { top: 30px; right: 20px; }
  .avatars-visual span { width: 58px; height: 58px; }
  .permissions-visual { top: 28px; right: 20px; }
  .permissions-visual span { min-width: 160px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (hover: hover) and (pointer: fine) {
  .feature-card { transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
  .feature-card:hover { transform: translateY(-5px); box-shadow: 0 30px 70px rgba(15,17,20,.12); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js-enabled .reveal { opacity: 1; transform: none; }
  .hero-art { transform: translateX(-50%); }
}

/* Phase 16: public pricing catalog */
.pricing-section { background: var(--paper); border-top: 1px solid var(--line); }
.pricing-heading {
  width: min(100%, 1660px);
  margin: 0 auto clamp(56px, 7vw, 100px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(34px, 8vw, 130px);
  align-items: end;
}
.pricing-grid {
  width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.pricing-card {
  position: relative;
  min-width: 0;
  min-height: 650px;
  padding: clamp(26px, 2.4vw, 40px);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-light);
  box-shadow: 0 24px 60px rgba(15,17,20,.07);
}
.pricing-card-featured {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  transform: translateY(-12px);
}
.pricing-card-red {
  background: #702c23;
  color: var(--white);
  border-color: #702c23;
}
.pricing-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--copper);
  color: var(--white);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .64rem;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.pricing-card-head > p {
  margin-bottom: 28px;
  color: currentColor;
  opacity: .56;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.pricing-card-head h3 {
  margin-bottom: 28px;
  font-size: clamp(2rem, 2.35vw, 3.25rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;
}
.pricing-price { display: flex; flex-direction: column; gap: 4px; padding-bottom: 28px; border-bottom: 1px solid currentColor; }
.pricing-price strong { font-size: clamp(2.2rem, 2.75vw, 3.7rem); font-weight: 400; line-height: .92; letter-spacing: -.06em; }
.pricing-price span { color: currentColor; opacity: .55; font-size: .78rem; }
.pricing-card ul { margin: 28px 0 32px; padding: 0; display: grid; gap: 15px; list-style: none; }
.pricing-card li { position: relative; padding-left: 20px; color: currentColor; opacity: .76; font-size: .9rem; line-height: 1.42; }
.pricing-card li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.pricing-card-red li::before { background: #eab49a; }
.pricing-button { width: 100%; margin-top: auto; }
.pricing-card-featured .pricing-button,
.pricing-card-red .pricing-button { border-color: transparent; }
.pricing-note {
  width: min(100%, 1660px);
  margin: 28px auto 0;
  color: #666b72;
  font-size: .82rem;
}

@media (max-width: 1240px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-card { min-height: 570px; }
  .pricing-card-featured { transform: none; }
}

@media (max-width: 767px) {
  .pricing-heading { grid-template-columns: 1fr; align-items: start; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 0; }
  .pricing-badge { position: static; width: max-content; margin-bottom: 24px; }
}

