/* ============================================
     Industry: Bars & Breweries
     Identity: coaster grid, tap-handle, slow-night
     to peak-night narrative, warm hospitality
     ============================================ */

  .crumb {
    padding: 20px 0 0;
    font-size: 13px; color: var(--fg-mute);
    display: flex; gap: 10px; align-items: center;
  }
  .crumb a { color: var(--fg-mute); }
  .crumb a:hover { color: var(--accent); }
  .crumb .sep { opacity: 0.4; }

  /* ─── HERO ─────────────────────── */
  .bar-hero {
    padding: 56px 0 80px;
    position: relative;
  }
  .bar-hero-grid {
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center;
  }
  @media (max-width: 980px) { .bar-hero-grid { grid-template-columns: 1fr; } }
  .industry-tag {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 10px 5px 8px; border-radius: 999px;
    background: color-mix(in oklch, var(--accent) 12%, var(--bg-card));
    border: 1px solid color-mix(in oklch, var(--accent) 35%, var(--border));
    font-size: 11.5px; font-family: "Geist Mono", monospace; letter-spacing: 0.06em;
    color: var(--accent); margin-bottom: 24px;
  }
  .industry-tag::before {
    content: ""; display: inline-block; width: 6px; height: 6px;
    background: var(--accent); border-radius: 50%;
  }
  .bar-hero h1 {
    font-size: clamp(48px, 6vw, 84px);
    line-height: 0.95;
    letter-spacing: -0.035em;
    font-weight: 600;
    margin: 0 0 24px;
  }
  .bar-hero h1 em {
    font-family: "Instrument Serif", serif;
    font-style: italic; font-weight: 400; letter-spacing: -0.02em;
    color: var(--accent);
  }
  .bar-hero .sub {
    font-size: 19px; color: var(--fg-dim);
    max-width: 540px; margin: 0 0 32px;
  }

  /* ─── COASTERS (stacked) ─────────────────────── */
  .coaster-stack {
    position: relative;
    aspect-ratio: 1/1;
    display: grid; place-items: center;
  }
  .coaster {
    position: absolute;
    width: 76%; aspect-ratio: 1/1;
    border-radius: 50%;
    background: oklch(0.92 0.018 70);
    border: 2px solid oklch(0.18 0.015 50);
    color: oklch(0.18 0.015 50);
    box-shadow: 0 20px 50px -20px rgba(0,0,0,0.25);
    display: grid; place-items: center; text-align: center;
    padding: 32px;
    transition: transform 280ms ease, box-shadow 280ms ease;
    cursor: default;
  }
  .coaster.c2 {
    transform: translate(-22%, -18%) rotate(-12deg);
    background: oklch(0.96 0.008 70);
  }
  .coaster.c3 {
    transform: translate(22%, 16%) rotate(10deg);
    background: var(--accent); color: oklch(0.99 0 0); border-color: var(--accent);
  }
  .coaster.c1 {
    z-index: 2;
    transform: rotate(2deg);
  }
  .coaster .label {
    font-family: "Geist Mono", monospace; font-size: 10px;
    letter-spacing: 0.16em; text-transform: uppercase;
    opacity: 0.7; margin-bottom: 8px;
  }
  .coaster .name {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: clamp(28px, 3vw, 40px); line-height: 0.95; letter-spacing: -0.02em;
  }
  .coaster .sub {
    font-size: 11.5px; margin-top: 12px; opacity: 0.75;
    font-family: "Geist Mono", monospace;
  }
  .coaster.c3 .sub { color: oklch(0.99 0 0); opacity: 0.85; }

  .coaster-stack:hover .coaster.c2 {
    transform: translate(-24%, -22%) rotate(-14deg) translateY(-6px);
    box-shadow: 0 28px 60px -20px rgba(0,0,0,0.28);
  }
  .coaster-stack:hover .coaster.c3 {
    transform: translate(24%, 12%) rotate(12deg) translateY(-10px);
    box-shadow: 0 32px 64px -20px rgba(0,0,0,0.32);
  }
  .coaster-stack:hover .coaster.c1 {
    transform: rotate(3deg) translateY(-8px);
    box-shadow: 0 28px 60px -20px rgba(0,0,0,0.28);
  }

  /* ─── THREE USE CASES ─────────────────────── */
  .use-cases {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  }
  @media (max-width: 900px) { .use-cases { grid-template-columns: 1fr; } }
  .use-case {
    padding: 32px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--bg-elev);
    position: relative;
  }
  .use-case .uc-tap {
    position: absolute; top: 0; right: 32px;
    width: 6px; height: 56px;
    background: var(--accent);
    border-radius: 0 0 6px 6px;
  }
  .use-case .uc-tap::after {
    content: ""; position: absolute; top: -8px; left: -7px;
    width: 20px; height: 14px;
    background: oklch(0.18 0.015 50);
    border-radius: 3px 3px 1px 1px;
  }
  .use-case .uc-num {
    font-family: "Geist Mono", monospace; font-size: 10.5px;
    letter-spacing: 0.16em; color: var(--accent);
    margin-bottom: 16px;
  }
  .use-case h3 {
    font-size: 22px; letter-spacing: -0.02em;
    font-weight: 500; margin: 0 0 8px;
  }
  .use-case .platform {
    font-family: "Geist Mono", monospace; font-size: 11px;
    color: var(--fg-mute); margin-bottom: 18px;
  }
  .use-case p { color: var(--fg-dim); font-size: 14.5px; margin: 0 0 18px; }
  .use-case .uc-meta {
    display: flex; gap: 12px; padding-top: 18px;
    border-top: 1px solid var(--border);
    font-size: 12px; color: var(--fg-mute);
  }
  .use-case .uc-meta .b {
    color: var(--fg); font-weight: 500;
  }

  /* ─── NIGHT PLAN TIMELINE ─────────────────────── */
  .night-plan {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--bg-elev);
    padding: 40px;
    overflow: hidden;
  }
  .np-axis {
    position: relative;
    display: grid; grid-template-columns: repeat(7, 1fr);
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
  }
  .np-axis .tick {
    text-align: center;
    font-family: "Geist Mono", monospace; font-size: 11px;
    color: var(--fg-mute);
    position: relative;
    padding-top: 8px;
  }
  .np-axis .tick::before {
    content: ""; position: absolute; top: 0; left: 50%;
    width: 1px; height: 4px;
    background: var(--border-strong);
  }
  .np-bar {
    position: relative;
    height: 64px;
    background:
      linear-gradient(90deg,
        color-mix(in oklch, var(--accent) 20%, var(--bg-card)) 0%,
        color-mix(in oklch, var(--accent) 20%, var(--bg-card)) 30%,
        color-mix(in oklch, var(--accent) 80%, var(--bg-card)) 30%,
        color-mix(in oklch, var(--accent) 90%, var(--bg-card)) 60%,
        color-mix(in oklch, var(--accent) 50%, var(--bg-card)) 60%,
        color-mix(in oklch, var(--accent) 50%, var(--bg-card)) 100%);
    border-radius: 8px;
    border: 1px solid var(--border);
  }
  .np-marker {
    position: absolute;
    top: -28px;
    padding: 4px 10px; border-radius: 6px;
    background: var(--accent); color: oklch(0.99 0 0);
    font-family: "Geist Mono", monospace; font-size: 10.5px;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .np-marker::after {
    content: ""; position: absolute;
    bottom: -4px; left: 50%; transform: translateX(-50%) rotate(45deg);
    width: 8px; height: 8px; background: var(--accent);
  }
  .np-event {
    position: absolute;
    top: 0; bottom: 0;
    padding: 14px 18px;
    color: oklch(0.99 0 0);
    font-size: 12.5px;
    border-right: 1px solid color-mix(in oklch, var(--accent) 40%, var(--bg-card));
    display: flex; flex-direction: column; justify-content: center;
  }
  .np-event .e-label { font-weight: 600; }
  .np-event .e-sub { opacity: 0.85; font-size: 11px; margin-top: 2px; font-family: "Geist Mono", monospace; }

  /* ─── REVENUE STATS ─────────────────────── */
  .rev-grid {
    display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 0;
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-elev);
  }
  @media (max-width: 980px) { .rev-grid { grid-template-columns: 1fr 1fr; } }
  .rev-cell {
    padding: 36px 32px;
    border-right: 1px solid var(--border);
  }
  .rev-cell:last-child { border-right: 0; }
  @media (max-width: 980px) {
    .rev-cell { border-right: 0; border-bottom: 1px solid var(--border); }
    .rev-cell:nth-child(2n) { border-right: 0; }
  }
  .rev-cell.lead {
    background:
      radial-gradient(400px 200px at 0% 100%, color-mix(in oklch, var(--accent) 18%, transparent), transparent 60%),
      var(--bg-elev);
  }
  .rev-cell h4 { margin: 0 0 10px; font-size: 18px; font-weight: 500; letter-spacing: -0.01em; }
  .rev-cell p { margin: 0; color: var(--fg-mute); font-size: 13px; }
  .rev-cell .v {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: clamp(40px, 4vw, 52px); line-height: 1; letter-spacing: -0.02em;
    color: var(--accent);
  }
  .rev-cell .l { font-size: 13px; color: var(--fg-mute); margin-top: 8px; }

  /* ─── FEATURE STACK (specific to bars) ─────────────────────── */
  .bar-feats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-elev);
  }
  @media (max-width: 800px) { .bar-feats { grid-template-columns: 1fr; } }
  .bf {
    padding: 28px 30px;
    display: flex; gap: 18px; align-items: start;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .bf:nth-child(2n) { border-right: 0; }
  .bf:nth-last-child(-n+2) { border-bottom: 0; }
  @media (max-width: 800px) {
    .bf { border-right: 0; }
    .bf:last-child { border-bottom: 0; }
  }
  .bf .icon {
    width: 38px; height: 38px; border-radius: 8px;
    background: color-mix(in oklch, var(--accent) 12%, var(--bg-card));
    border: 1px solid color-mix(in oklch, var(--accent) 28%, var(--border));
    display: grid; place-items: center;
    flex-shrink: 0;
  }
  .bf h4 { margin: 0 0 4px; font-size: 16px; font-weight: 500; letter-spacing: -0.005em; }
  .bf p { margin: 0; color: var(--fg-mute); font-size: 13.5px; line-height: 1.5; }

  /* ─── OWNER QUOTE ─────────────────────── */
  .owner-quote {
    display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center;
    padding: 56px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background:
      radial-gradient(600px 300px at 0% 0%, color-mix(in oklch, var(--accent) 14%, transparent), transparent 60%),
      var(--bg-elev);
  }
  @media (max-width: 900px) { .owner-quote { grid-template-columns: 1fr; padding: 36px; } }
  .owner-photo {
    aspect-ratio: 1/1;
    border-radius: var(--radius);
    background:
      repeating-linear-gradient(45deg,
        color-mix(in oklch, var(--accent) 18%, var(--bg-card)) 0 8px,
        var(--bg-card) 8px 16px);
    border: 1px solid var(--border);
    position: relative;
    display: grid; place-items: center;
  }
  .owner-photo::before {
    content: "[ owner portrait ]";
    font-family: "Geist Mono", monospace; font-size: 12px;
    color: var(--fg-mute);
    background: var(--bg); padding: 6px 12px; border-radius: 6px;
    border: 1px solid var(--border);
  }
  .owner-quote .q {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: clamp(24px, 2.8vw, 34px); line-height: 1.2; letter-spacing: -0.02em;
    margin: 0 0 24px;
  }
  .owner-quote .who { display: flex; gap: 14px; align-items: center; padding-top: 18px; border-top: 1px solid var(--border); }
  .owner-quote .who .av {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), oklch(0.4 0.18 27));
  }

  /* ─── INDUSTRY LIST (vertical, different rhythm) ─────────────────────── */
  .other-inds {
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    overflow: hidden; background: var(--bg-elev);
  }
  .oi-row {
    display: grid; grid-template-columns: 80px 1fr auto;
    gap: 24px; align-items: center;
    padding: 18px 28px;
    border-top: 1px solid var(--border);
    transition: 160ms ease;
  }
  .oi-row:first-child { border-top: 0; }
  .oi-row:hover { background: var(--bg-card); }
  .oi-row .id { font-family: "Geist Mono", monospace; font-size: 11px; color: var(--accent); letter-spacing: 0.1em; }
  .oi-row .name { font-size: 17px; font-weight: 500; letter-spacing: -0.005em; }
  .oi-row .desc { color: var(--fg-mute); font-size: 13px; margin-top: 2px; }
  .oi-row .arrow { color: var(--fg-mute); transition: 160ms; }
  .oi-row:hover .arrow { color: var(--accent); transform: translateX(4px); }

  /* ─── CTA ─────────────────────── */
  .pour-cta {
    text-align: center;
    padding: 88px 32px;
    border-radius: var(--radius-lg);
    background:
      radial-gradient(600px 300px at 50% 0%, color-mix(in oklch, var(--accent) 22%, transparent), transparent 60%),
      var(--bg-elev);
    border: 1px solid var(--border);
    position: relative; overflow: hidden;
  }
  .pour-cta h2 {
    font-size: clamp(40px, 5vw, 64px);
    letter-spacing: -0.035em; line-height: 1;
    margin: 0 0 20px;
  }
  .pour-cta p { color: var(--fg-dim); font-size: 18px; max-width: 50ch; margin: 0 auto 32px; }

  @media (prefers-reduced-motion: reduce) {
    .coaster, .coaster-stack:hover .coaster { transition: none; }
    .coaster-stack:hover .coaster.c2 { transform: translate(-22%, -18%) rotate(-12deg); box-shadow: 0 20px 50px -20px rgba(0,0,0,0.25); }
    .coaster-stack:hover .coaster.c3 { transform: translate(22%, 16%) rotate(10deg); box-shadow: 0 20px 50px -20px rgba(0,0,0,0.25); }
    .coaster-stack:hover .coaster.c1 { transform: rotate(2deg); box-shadow: 0 20px 50px -20px rgba(0,0,0,0.25); }
    .oi-row { transition: none; }
  }
