/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./styles/venue-ops.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* ============================================================
   SelectAgent — Venue Operations Intelligence
   venue-ops.css · established SelectAgent identity (cream + clay)
   Scoped under .venue so it never touches the legacy site.
   Page chrome = cream/clay light system (source of truth:
   SIE selectagent.css tokens). The live dashboard stays a dark
   "screen" but in warm-dark surfaces with clay accents.
   COLOR-ONLY recolor: layout, copy, dashboard logic, and motion
   are unchanged from the prior dark/cyan build.
   ============================================================ */

.venue {
  /* ---- canvas + ink (cream system) ---- */
  --v-bg:        #FAF7EF;   /* page canvas (cream) */
  --v-bg-2:      #F4F0E5;   /* sunken cream panel / raised sections */
  --v-panel:     #FFFDF8;   /* warm-white card on cream */
  --v-panel-2:   #F4F0E5;   /* nested cream surface */
  --v-hair:      rgba(26, 24, 18, 0.14);   /* hairline on cream */
  --v-hair-2:    rgba(26, 24, 18, 0.07);

  /* ---- text on cream ---- */
  --v-ink:       #1A1812;   /* body */
  --v-ink-2:     #514B3D;   /* muted */
  --v-ink-3:     #877E6A;   /* faint */
  --v-ink-4:     rgba(26, 24, 18, 0.32);

  /* ---- signals: clay, used precisely (never as wash) ---- */
  --v-cyan:      #B05A38;   /* clay-deep: text-weight accent, links, focus, buttons */
  --v-cyan-soft: rgba(176, 90, 56, 0.10);
  --v-cyan-line: rgba(176, 90, 56, 0.32);
  --v-mint:      #C16A45;   /* clay: secondary accent / gradient pair */
  --v-mint-soft: rgba(193, 106, 69, 0.12);
  --v-amber:     #F4B860;   /* caution: open posts / pending (status; unchanged, dashboard-only) */
  --v-rose:      #FF6B6E;   /* incident open (status; unchanged, dashboard-only) */

  --v-font:  Inter, system-ui, -apple-system, sans-serif;
  --v-mono:  "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --v-shell: 1200px;
  --v-radius: 12px;

  background: var(--v-bg);
  color: var(--v-ink);
  font-family: var(--v-font);
  font-feature-settings: "cv01" 1, "ss03" 1, "tnum" 1;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
}

.venue *,
.venue *::before,
.venue *::after { box-sizing: border-box; }

.venue ::-moz-selection { background: rgba(176, 90, 56, 0.18); color: var(--v-ink); }

.venue ::selection { background: rgba(176, 90, 56, 0.18); color: var(--v-ink); }

.v-shell { width: 100%; max-width: var(--v-shell); margin: 0 auto; padding: 0 28px; }
.v-shell-wide { max-width: 1360px; }

/* universal accessible focus */
.venue a:focus-visible,
.venue button:focus-visible {
  outline: 2px solid var(--v-cyan);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---- type scale ---- */
.venue h1, .venue h2, .venue h3, .venue h4 { margin: 0; font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; }
.v-eyebrow {
  font-family: var(--v-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--v-cyan);
  font-weight: 500;
  margin: 0;
}
.v-eyebrow.dim { color: var(--v-ink-3); }

/* ---- buttons ---- */
.v-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--v-font); font-size: 14.5px; font-weight: 540;
  padding: 12px 20px; border-radius: 8px; cursor: pointer;
  text-decoration: none; border: 1px solid transparent;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.v-btn svg { width: 16px; height: 16px; }
.v-btn-primary {
  background: var(--v-cyan); color: #FFF7EF; border-color: var(--v-cyan);
  box-shadow: 0 0 0 0 rgba(176,90,56,0); font-weight: 600;
}
.v-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 34px -12px rgba(176,90,56,0.5); }
.v-btn-ghost {
  background: transparent; color: var(--v-ink); border-color: var(--v-hair);
}
.v-btn-ghost:hover { border-color: var(--v-cyan-line); background: rgba(26,24,18,0.035); transform: translateY(-1px); }

/* ============================================================
   NAV
   ============================================================ */
.v-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 239, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--v-hair-2);
}
.v-nav-row { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.v-brand {
  font-family: var(--v-font); font-weight: 680; font-size: 18px;
  letter-spacing: -0.04em; color: var(--v-ink); text-decoration: none;
  display: inline-flex; align-items: baseline;
}
.v-brand b { font-weight: 680; }
.v-brand i { color: var(--v-cyan); font-style: normal; padding: 0 1px; }
.v-nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.v-nav-links a {
  color: var(--v-ink-2); text-decoration: none; font-size: 14px; font-weight: 460;
  transition: color .15s ease;
}
.v-nav-links a:hover { color: var(--v-ink); }
.v-nav-cta { display: inline-flex; }
.v-nav-toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.v-hero { position: relative; padding: 96px 0 60px; overflow: hidden; }
.v-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--v-hair-2) 1px, transparent 1px),
    linear-gradient(90deg, var(--v-hair-2) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 8%, #000 0%, transparent 62%);
  -webkit-mask-image: radial-gradient(circle at 50% 8%, #000 0%, transparent 62%);
  opacity: .7;
}
.v-hero-glow {
  position: absolute; top: -160px; left: 50%; transform: translateX(-50%);
  width: 760px; height: 420px; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(193,106,69,0.16), transparent 70%);
  filter: blur(8px);
}
.v-hero-inner { position: relative; max-width: 880px; }
.v-hero h1 {
  font-size: clamp(2.3rem, 6vw, 4.1rem);
  line-height: 1.02; letter-spacing: -0.035em; margin-top: 20px;
  font-weight: 600;
}
.v-hero h1 em { font-style: normal; color: var(--v-cyan); }
.v-hero .v-lede {
  font-size: clamp(1.02rem, 1.7vw, 1.22rem); color: var(--v-ink-2);
  max-width: 60ch; margin-top: 22px; line-height: 1.55;
}
.v-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.v-hero-meta {
  display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 34px;
  font-family: var(--v-mono); font-size: 11.5px; letter-spacing: 0.04em;
  color: var(--v-ink-3); text-transform: uppercase;
}
.v-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.v-hero-meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--v-mint); box-shadow: 0 0 8px var(--v-mint); }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.v-section { padding: 76px 0; position: relative; }
.v-section.raised { background: var(--v-bg-2); border-top: 1px solid var(--v-hair-2); border-bottom: 1px solid var(--v-hair-2); }
.v-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.v-kicker .v-rule { flex: 1; height: 1px; background: linear-gradient(90deg, var(--v-cyan-line), transparent); max-width: 220px; }
.v-h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); letter-spacing: -0.03em; max-width: 22ch; }
.v-section-lede { font-size: 1.06rem; color: var(--v-ink-2); max-width: 64ch; margin-top: 18px; line-height: 1.6; }

/* ============================================================
   SHOWPIECE FRAME (wraps the live dashboard)
   ============================================================ */
.v-showpiece { padding: 30px 0 88px; }
.v-showpiece-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 18px; flex-wrap: wrap; }
.v-showpiece-head h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); max-width: 18ch; }
.v-showpiece-note { font-family: var(--v-mono); font-size: 11.5px; color: var(--v-ink-3); letter-spacing: 0.05em; text-transform: uppercase; }
.v-live-dot { display: inline-flex; align-items: center; gap: 7px; }
.v-live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--v-mint); box-shadow: 0 0 0 0 var(--v-mint); animation: v-pulse 2.4s infinite; }
@keyframes v-pulse { 0% { box-shadow: 0 0 0 0 rgba(193,106,69,0.5); } 70% { box-shadow: 0 0 0 7px rgba(193,106,69,0); } 100% { box-shadow: 0 0 0 0 rgba(193,106,69,0); } }

/* ---- dashboard chrome: warm-dark SCREEN embedded in the cream page ---- */
.v-dash {
  /* warm-dark token overrides — flips the whole dashboard subtree to the dark screen */
  --v-bg:        #0F0D08;   /* deepest warm black (dashboard canvas) */
  --v-bg-2:      #211C13;   /* dark card surface */
  --v-panel:     #1A1812;   /* metric tiles (warm near-black) */
  --v-panel-2:   #2A2419;   /* nested tiles */
  --v-hair:      rgba(244, 241, 233, 0.15);   /* hairline on dark */
  --v-hair-2:    rgba(244, 241, 233, 0.08);
  --v-ink:       #F4F1E9;   /* type on dark */
  --v-ink-2:     #B7AE9C;   /* muted on dark */
  --v-ink-3:     #837A68;   /* faint on dark */
  --v-ink-4:     rgba(244, 241, 233, 0.25);
  --v-cyan:      #D89066;   /* clay-bright: accents/marks/text on dark */
  --v-cyan-soft: rgba(216, 144, 102, 0.14);
  --v-cyan-line: rgba(216, 144, 102, 0.40);
  --v-mint:      #C16A45;   /* clay: gradient pair / positive marks on dark */
  --v-mint-soft: rgba(193, 106, 69, 0.13);

  border: 1px solid var(--v-hair); border-radius: 16px; overflow: hidden;
  background:
    radial-gradient(1200px 300px at 80% -10%, rgba(216,144,102,0.07), transparent 60%),
    var(--v-panel);
  box-shadow: 0 40px 120px -50px rgba(0,0,0,0.9), 0 0 0 1px rgba(244,241,233,0.02) inset;
}
.v-dash-bar {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 14px 18px; border-bottom: 1px solid var(--v-hair-2);
  background: rgba(244,241,233,0.015);
}
.v-dash-bar .v-venue-name { font-weight: 600; font-size: 14.5px; letter-spacing: -0.01em; }
.v-dash-bar .v-event-name { color: var(--v-ink-2); font-size: 13px; }
.v-dash-bar .v-sep { color: var(--v-ink-4); }
.v-clock { font-family: var(--v-mono); font-size: 13px; color: var(--v-ink); letter-spacing: 0.02em; }
.v-phase-chip {
  margin-left: auto; font-family: var(--v-mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 6px 11px; border-radius: 6px;
  background: var(--v-cyan-soft); color: var(--v-cyan); border: 1px solid var(--v-cyan-line);
  display: inline-flex; align-items: center; gap: 7px;
}
.v-phase-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--v-cyan); box-shadow: 0 0 8px var(--v-cyan); }

/* ---- grid of tiles ---- */
.v-dash-grid {
  display: grid; gap: 1px; background: var(--v-hair-2);
  grid-template-columns: repeat(12, 1fr);
  padding: 1px;
}
.v-tile {
  background: var(--v-panel); padding: 16px 17px; min-height: 0;
  display: flex; flex-direction: column; gap: 11px;
}
.v-tile.span3 { grid-column: span 3; }
.v-tile.span4 { grid-column: span 4; }
.v-tile.span5 { grid-column: span 5; }
.v-tile.span6 { grid-column: span 6; }
.v-tile.span7 { grid-column: span 7; }
.v-tile.span8 { grid-column: span 8; }
.v-tile-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.v-tile-title { font-family: var(--v-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--v-ink-3); }
.v-tile-tag { font-family: var(--v-mono); font-size: 10px; color: var(--v-ink-4); letter-spacing: 0.06em; }

.v-metric { display: flex; align-items: baseline; gap: 8px; }
.v-metric .num { font-family: var(--v-mono); font-size: 30px; font-weight: 540; letter-spacing: -0.02em; line-height: 1; color: var(--v-ink); font-variant-numeric: tabular-nums; }
.v-metric .unit { font-family: var(--v-mono); font-size: 12px; color: var(--v-ink-3); }
.v-metric .delta { font-family: var(--v-mono); font-size: 11.5px; color: var(--v-mint); margin-left: auto; }
.v-metric .delta.warn { color: var(--v-amber); }

/* progress bars */
.v-bar { height: 6px; border-radius: 3px; background: rgba(244,241,233,0.07); overflow: hidden; }
.v-bar > i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--v-cyan), var(--v-mint)); transition: width .9s cubic-bezier(.4,0,.2,1); }
.v-bar.amber > i { background: var(--v-amber); }

/* section fill rows */
.v-fillrow { display: grid; grid-template-columns: 78px 1fr 46px; align-items: center; gap: 10px; }
.v-fillrow .lbl { font-size: 12px; color: var(--v-ink-2); }
.v-fillrow .val { font-family: var(--v-mono); font-size: 11.5px; color: var(--v-ink-3); text-align: right; font-variant-numeric: tabular-nums; }

/* sparkline */
.v-spark { width: 100%; height: 34px; display: block; }
.v-spark path.line { fill: none; stroke: var(--v-cyan); stroke-width: 1.6; }
.v-spark path.area { fill: url(#vspark); stroke: none; opacity: .5; }

/* list rows (incidents, feed, staffing) */
.v-rows { display: flex; flex-direction: column; gap: 0; margin: -2px -3px; }
.v-row { display: flex; align-items: center; gap: 10px; padding: 7px 3px; border-bottom: 1px solid var(--v-hair-2); font-size: 12.5px; }
.v-row:last-child { border-bottom: 0; }
.v-row .dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.v-row .dot.open { background: var(--v-rose); box-shadow: 0 0 7px rgba(255,107,110,.6); }
.v-row .dot.enroute { background: var(--v-amber); box-shadow: 0 0 7px rgba(244,184,96,.5); }
.v-row .dot.closed { background: var(--v-ink-4); }
.v-row .dot.ok { background: var(--v-mint); box-shadow: 0 0 7px rgba(193,106,69,.5); }
.v-row .txt { color: var(--v-ink-2); flex: 1; min-width: 0; }
.v-row .txt b { color: var(--v-ink); font-weight: 540; }
.v-row .ts { font-family: var(--v-mono); font-size: 10.5px; color: var(--v-ink-4); flex-shrink: 0; }
.v-row .state { font-family: var(--v-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; flex-shrink: 0; }
.v-row .state.open { color: var(--v-rose); }
.v-row .state.enroute { color: var(--v-amber); }
.v-row .state.closed { color: var(--v-ink-4); }

.v-counts { display: flex; gap: 16px; }
.v-counts .c { display: flex; align-items: baseline; gap: 6px; }
.v-counts .c .n { font-family: var(--v-mono); font-size: 18px; color: var(--v-ink); font-variant-numeric: tabular-nums; }
.v-counts .c .k { font-size: 10.5px; color: var(--v-ink-3); text-transform: uppercase; letter-spacing: .08em; }

/* run-of-show timeline */
.v-timeline { display: flex; flex-direction: column; gap: 8px; }
.v-tl-track { position: relative; height: 4px; border-radius: 2px; background: rgba(244,241,233,0.07); }
.v-tl-track > .fill { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 2px; background: linear-gradient(90deg, var(--v-cyan), var(--v-mint)); transition: width .9s linear; }
.v-tl-track > .mark { position: absolute; top: -3px; width: 2px; height: 10px; background: var(--v-ink-4); border-radius: 1px; }
.v-tl-track > .mark.now { width: 10px; height: 10px; top: -3px; border-radius: 50%; background: var(--v-cyan); box-shadow: 0 0 10px var(--v-cyan); transition: left .9s linear; }
.v-tl-segs { display: flex; justify-content: space-between; font-family: var(--v-mono); font-size: 9.5px; color: var(--v-ink-4); letter-spacing: .04em; }
.v-tl-seg.active { color: var(--v-cyan); }
.v-countdown { font-family: var(--v-mono); font-size: 12px; color: var(--v-mint); }

/* house systems mini stats */
.v-mini { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.v-mini .m { display: flex; flex-direction: column; gap: 4px; }
.v-mini .m .mk { font-family: var(--v-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--v-ink-4); }
.v-mini .m .mv { font-family: var(--v-mono); font-size: 16px; color: var(--v-ink); font-variant-numeric: tabular-nums; }
.v-mini .m .mv.ok { color: var(--v-mint); }

/* concessions */
.v-queue { display: flex; flex-direction: column; gap: 9px; }
.v-queue .q { display: grid; grid-template-columns: 84px 1fr 30px; align-items: center; gap: 9px; }
.v-queue .q .lbl { font-size: 12px; color: var(--v-ink-2); }
.v-queue .q .qn { font-family: var(--v-mono); font-size: 12px; text-align: right; color: var(--v-ink-3); font-variant-numeric: tabular-nums; }
.v-topseller { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; margin-top: 2px; border-top: 1px solid var(--v-hair-2); font-size: 12px; color: var(--v-ink-2); }
.v-topseller b { color: var(--v-ink); }
.v-surge { color: var(--v-amber); font-family: var(--v-mono); font-size: 11px; }

/* ontology graph */
.v-onto { width: 100%; height: 100%; min-height: 230px; display: block; }
.v-onto .edge { stroke: var(--v-hair); stroke-width: 1; transition: stroke .6s ease; }
.v-onto .edge.live { stroke: var(--v-cyan-line); }
.v-onto .node circle { transition: all .5s ease; }
.v-onto .node text { font-family: var(--v-mono); font-size: 10px; fill: var(--v-ink-3); letter-spacing: .02em; }
.v-onto .node.core circle { fill: rgba(216,144,102,0.12); stroke: var(--v-cyan); stroke-width: 1.4; }
.v-onto .node.core.breathe circle { animation: v-breathe 3s ease-in-out infinite; }
.v-onto .node circle { fill: var(--v-panel-2); stroke: var(--v-hair); stroke-width: 1; }
.v-onto .node.active circle { stroke: var(--v-mint); fill: rgba(193,106,69,0.14); }
.v-onto .node.alert circle { stroke: var(--v-rose); fill: rgba(255,107,110,0.12); }
@keyframes v-breathe {
  0%,100% { stroke-opacity: .55; filter: drop-shadow(0 0 2px rgba(216,144,102,.45)); }
  50% { stroke-opacity: 1; filter: drop-shadow(0 0 10px rgba(216,144,102,.9)); }
}

/* lobby density meter */
.v-density { display: flex; gap: 3px; align-items: flex-end; height: 28px; }
.v-density i { flex: 1; background: rgba(244,241,233,0.10); border-radius: 1px; transition: background .5s ease, height .5s ease; }
.v-density i.on { background: var(--v-cyan); }
.v-density i.hot { background: var(--v-amber); }

/* ============================================================
   ONTOLOGY EXPLAINER (stack) — cream section
   ============================================================ */
.v-stack { display: flex; flex-direction: column; gap: 1px; border: 1px solid var(--v-hair); border-radius: 14px; overflow: hidden; background: var(--v-hair-2); margin-top: 36px; }
.v-stack-layer { background: var(--v-panel); padding: 20px 22px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.v-stack-layer.semantic { background: linear-gradient(90deg, rgba(176,90,56,0.08), rgba(193,106,69,0.05)); position: relative; }
.v-stack-layer.semantic::after { content: ""; position: absolute; inset: 0; border: 1px solid var(--v-cyan-line); pointer-events: none; animation: v-layerglow 4s ease-in-out infinite; }
@keyframes v-layerglow { 0%,100% { box-shadow: inset 0 0 30px -18px rgba(176,90,56,0.45); } 50% { box-shadow: inset 0 0 40px -10px rgba(176,90,56,0.75); } }
.v-stack-label { min-width: 180px; }
.v-stack-label .lk { font-family: var(--v-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--v-ink-3); }
.v-stack-label.semantic .lk { color: var(--v-cyan); }
.v-stack-label .lt { font-size: 15px; font-weight: 560; margin-top: 4px; }
.v-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.v-chip { font-size: 12px; color: var(--v-ink-2); padding: 6px 11px; border: 1px solid var(--v-hair); border-radius: 7px; background: rgba(26,24,18,0.025); }
.v-chip.entity { border-color: var(--v-cyan-line); color: var(--v-ink); background: var(--v-cyan-soft); }

/* ============================================================
   HOW IT WORKS (learn / build / run) — cream section
   ============================================================ */
.v-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--v-hair-2); border: 1px solid var(--v-hair); border-radius: 14px; overflow: hidden; }
.v-step { background: var(--v-bg-2); padding: 28px 26px; display: flex; flex-direction: column; gap: 12px; }
.v-step .sn { font-family: var(--v-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--v-cyan); }
.v-step h3 { font-size: 1.25rem; font-weight: 580; }
.v-step p { color: var(--v-ink-2); font-size: 14px; line-height: 1.6; }

/* ============================================================
   WHAT IT UNIFIES (source-system grid) — cream section
   ============================================================ */
.v-unify { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--v-hair-2); border: 1px solid var(--v-hair); border-radius: 14px; overflow: hidden; }
.v-unit { background: var(--v-panel); padding: 22px 22px; display: flex; flex-direction: column; gap: 9px; transition: background .2s ease; }
.v-unit:hover { background: var(--v-panel-2); }
.v-unit .ui { width: 30px; height: 30px; color: var(--v-cyan); }
.v-unit .ui svg { width: 100%; height: 100%; }
.v-unit h3 { font-size: 1.02rem; font-weight: 560; }
.v-unit p { color: var(--v-ink-2); font-size: 13px; line-height: 1.55; }

/* ============================================================
   CTA — cream section
   ============================================================ */
.v-cta { position: relative; border: 1px solid var(--v-hair); border-radius: 18px; padding: 56px 44px; text-align: center; overflow: hidden; background: var(--v-panel); }
.v-cta::before { content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(ellipse at center, rgba(193,106,69,0.18), transparent 70%); pointer-events: none; }
.v-cta-inner { position: relative; }
.v-cta h2 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); max-width: 20ch; margin: 0 auto; }
.v-cta p { color: var(--v-ink-2); max-width: 52ch; margin: 16px auto 28px; font-size: 1.02rem; }

/* ============================================================
   FOOTER — cream section
   ============================================================ */
.v-footer { border-top: 1px solid var(--v-hair-2); padding: 46px 0 38px; background: var(--v-bg); }
.v-footer-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.v-footer p { color: var(--v-ink-3); font-size: 13px; max-width: 42ch; margin: 12px 0 0; line-height: 1.6; }
.v-footer .v-foot-links { display: flex; gap: 26px; flex-wrap: wrap; }
.v-footer .v-foot-links a { color: var(--v-ink-2); text-decoration: none; font-size: 13.5px; }
.v-footer .v-foot-links a:hover { color: var(--v-ink); }
.v-footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--v-hair-2); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-family: var(--v-mono); font-size: 11px; color: var(--v-ink-4); letter-spacing: .04em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .v-nav-links { display: none; }
  .v-nav-cta { display: inline-flex; }
  .v-dash-grid { grid-template-columns: repeat(6, 1fr); }
  .v-tile.span3 { grid-column: span 3; }
  .v-tile.span4, .v-tile.span5 { grid-column: span 6; }
  .v-tile.span6, .v-tile.span7, .v-tile.span8 { grid-column: span 6; }
  .v-steps, .v-unify { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .v-shell { padding: 0 18px; }
  .v-dash-grid { grid-template-columns: 1fr; }
  .v-tile.span3, .v-tile.span4, .v-tile.span5, .v-tile.span6, .v-tile.span7, .v-tile.span8 { grid-column: span 1; }
  .v-hero { padding: 64px 0 40px; }
  .v-dash-bar { gap: 8px 12px; }
  .v-phase-chip { margin-left: 0; }
  .v-cta { padding: 40px 22px; }
}

/* ============================================================
   REDUCED MOTION — calm static state, fully populated
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .venue *,
  .venue *::before,
  .venue *::after { animation: none !important; transition: none !important; }
}

