/* ────────────────────────────────────────────────
   IN THE KUT — shared styles
   Dark bronze + black touches · premium retro luxury
   ──────────────────────────────────────────────── */

html { scroll-behavior: smooth; background: #1f1810; }

body {
  background-color: #1f1810;
  color: #d6c094;
  /* warm paper grain on dark */
  background-image:
    radial-gradient(rgba(198,155,61,0.06) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.30) 1px, transparent 1px);
  background-size: 4px 4px, 9px 9px;
  background-position: 0 0, 2px 3px;
}

/* keep ALL content above the ambient + snip layers */
body > header,
body > section,
body > footer,
body > div[id="snip-bar"] { position: relative; }
body > header  { z-index: 50; }
body > section { z-index: 10; }
body > footer  { z-index: 10; }

/* film grain overlay (for dark sections) */
.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.78  0 0 0 0 0.61  0 0 0 0 0.24  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* barber pole stripes — cream / oxblood / brass / ink */
.pole {
  background: repeating-linear-gradient(
    135deg,
    #d6c094 0 16px,
    #6b1d1d 16px 32px,
    #c69b3d 32px 48px,
    #0c0b09 48px 64px
  );
}
.pole-thin {
  background: repeating-linear-gradient(
    135deg,
    transparent 0 10px,
    #6b1d1d 10px 14px,
    transparent 14px 24px,
    #c69b3d 24px 28px
  );
}

/* marquee */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-track {
  animation: marquee 38s linear infinite;
  will-change: transform;
}

/* slow drift for the raccoon mark */
@keyframes float {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50%     { transform: translateY(-6px) rotate(-1deg); }
}
.float-slow { animation: float 6s ease-in-out infinite; }

/* fade-in on scroll (opt-in via .js-reveal after load) */
.js-reveal .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1.0s ease, transform 1.0s ease; }
.js-reveal .reveal.in { opacity: 1; transform: none; }

/* drop cap */
.dropcap::first-letter {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-style: italic;
  font-size: 5.4rem;
  line-height: 0.85;
  float: left;
  padding: 0.35rem 0.75rem 0 0;
  color: #c69b3d;
}

/* underline draw on hover */
.ulink { position: relative; }
.ulink::after {
  content:""; position:absolute; left:0; right:0; bottom:-4px; height:2px;
  background: currentColor;
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.ulink:hover::after { transform: scaleX(1); }
.ulink.is-active::after { transform: scaleX(1); background: #c69b3d; }

/* deco corner — brass on dark */
.deco-frame { position: relative; }
.deco-frame::before, .deco-frame::after {
  content:""; position:absolute; width:28px; height:28px;
  border: 2px solid #c69b3d;
}
.deco-frame::before { top:-6px; left:-6px; border-right:0; border-bottom:0; }
.deco-frame::after  { bottom:-6px; right:-6px; border-left:0; border-top:0; }

/* sunburst behind hero — brass */
.sunburst {
  background: repeating-conic-gradient(from 0deg, #c69b3d 0deg 6deg, transparent 6deg 12deg);
  -webkit-mask: radial-gradient(circle, black 0 38%, transparent 60%);
          mask: radial-gradient(circle, black 0 38%, transparent 60%);
  opacity: 0.16;
}

/* card hover lift */
.lift { transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease, background-color .35s ease, color .35s ease, border-color .35s ease; }
.lift:hover { transform: translateY(-6px) rotate(-.4deg); }

/* small caps utility */
.smc { font-variant-caps: all-small-caps; letter-spacing: .14em; }

/* service price cell — tiny "starting" + prominent amount */
.price-cell {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}
.price-cell .price-start {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: rgba(214, 192, 148, 0.4);
  font-weight: 400;
  line-height: 1;
  transform: translateY(-3px);
}
.price-cell .price-amt {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #c69b3d;
}
@media (min-width: 768px) {
  .price-cell .price-amt { font-size: 24px; }
}
.price-cell.is-featured .price-amt {
  font-size: 22px;
}
@media (min-width: 768px) {
  .price-cell.is-featured .price-amt { font-size: 28px; }
}

/* brass thin rule */
.rule-gold {
  height: 1px; background: linear-gradient(to right, transparent, #c69b3d, transparent);
}
.rule-gold-dark {
  height: 1px; background: linear-gradient(to right, transparent, rgba(198,155,61,0.45), transparent);
}

/* nav active marker */
.nav-link { color: #d6c094; }
.nav-link.is-active { color: #c69b3d; }
.nav-link.is-active::after { background: #c69b3d; transform: scaleX(1); }

/* primary nav pill (BARBERS) */
.nav-primary {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 18px;
  background: #c69b3d; color: #0c0b09;
  border: 2px solid #c69b3d;
  transition: background .3s, color .3s, border-color .3s, box-shadow .3s;
  box-shadow: 3px 3px 0 0 #0c0b09;
}
.nav-primary:hover {
  background: #d6c094; border-color: #d6c094;
  box-shadow: 1px 1px 0 0 #0c0b09;
  transform: translate(2px, 2px);
}
.nav-primary.is-active {
  background: #6b1d1d; color: #d6c094; border-color: #6b1d1d;
}

/* tab switcher (barbers page) */
.tab-card {
  display: block; cursor: pointer; text-align: left;
  border: 2px solid #c69b3d;
  background: #1f1810;
  color: #d6c094;
  padding: 24px;
  transition: background .35s ease, color .35s ease, transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
  position: relative;
}
@media (min-width: 640px) { .tab-card { padding: 32px; } }
.tab-card:hover { transform: translateY(-3px); }
.tab-card.is-active {
  background: #c69b3d;
  color: #0c0b09;
  border-color: #c69b3d;
  box-shadow: 8px 8px 0 0 #0c0b09;
}
.tab-card.is-active .tab-eyebrow { color: #6b1d1d; }
.tab-card.is-active .tab-cta     { color: #6b1d1d; }

/* tab panel swap */
.tab-panel { display: none; }
.tab-panel.is-active {
  display: block;
  animation: tabSwap .55s cubic-bezier(.2,.7,.2,1);
}
@keyframes tabSwap {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: none; }
}

/* odd-count centered grids (lg only). Last row centers when not divisible by 3. */
.grid-4, .grid-5, .grid-7, .grid-8 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .grid-4, .grid-5, .grid-7, .grid-8 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  /* 4 cards: 3 top + 1 centered */
  .grid-4 { grid-template-columns: repeat(6, 1fr); }
  .grid-4 > article { grid-column: span 2; }
  .grid-4 > article:nth-child(4) { grid-column: 3 / span 2; }

  /* 5 cards: 3 top + 2 centered */
  .grid-5 { grid-template-columns: repeat(6, 1fr); }
  .grid-5 > article { grid-column: span 2; }
  .grid-5 > article:nth-child(4) { grid-column: 2 / span 2; }
  .grid-5 > article:nth-child(5) { grid-column: 4 / span 2; }

  /* 7 cards: 3 + 3 + 1 centered last row */
  .grid-7 { grid-template-columns: repeat(6, 1fr); }
  .grid-7 > article { grid-column: span 2; }
  .grid-7 > article:nth-child(7) { grid-column: 3 / span 2; }

  /* 8 cards: 3 + 3 + 2 centered last row */
  .grid-8 { grid-template-columns: repeat(6, 1fr); }
  .grid-8 > article { grid-column: span 2; }
  .grid-8 > article:nth-child(7) { grid-column: 2 / span 2; }
  .grid-8 > article:nth-child(8) { grid-column: 4 / span 2; }
}

/* AMBIENT FLOATING TOOLS — behind everything */
#ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.tool {
  position: absolute;
  color: #c69b3d;
  opacity: 0.07;
  will-change: transform;
}
.tool-scissors { top: 8%;  width: 120px; height: 60px; animation: driftR 42s linear infinite; }
.tool-clippers { top: 22%; width: 140px; height: 70px; animation: driftL 56s linear infinite; }
.tool-comb     { top: 38%; width: 180px; height: 45px; animation: driftR 70s linear infinite; animation-delay: -20s; }
.tool-shears   { top: 54%; width: 150px; height: 75px; animation: driftL 50s linear infinite; animation-delay: -8s; }
.tool-brush    { top: 68%; width: 90px;  height: 110px; animation: driftR 60s linear infinite; animation-delay: -30s; }
.tool-razor    { top: 84%; width: 160px; height: 50px; animation: driftL 48s linear infinite; animation-delay: -15s; }

/* drift across screen with gentle vertical sway + rotation */
@keyframes driftR {
  0%   { transform: translate(-18vw, 0) rotate(-12deg); }
  25%  { transform: translate(20vw, -22px) rotate(8deg); }
  50%  { transform: translate(50vw, 14px) rotate(-6deg); }
  75%  { transform: translate(80vw, -18px) rotate(10deg); }
  100% { transform: translate(120vw, 0) rotate(-12deg); }
}
@keyframes driftL {
  0%   { transform: translate(120vw, 0) rotate(12deg); }
  25%  { transform: translate(80vw, 18px) rotate(-8deg); }
  50%  { transform: translate(50vw, -14px) rotate(6deg); }
  75%  { transform: translate(20vw, 22px) rotate(-10deg); }
  100% { transform: translate(-18vw, 0) rotate(12deg); }
}

/* SCISSOR SNIP — bottom of viewport, scroll-triggered */
#snip-bar {
  position: fixed;
  left: 0; right: 0; bottom: 14px;
  height: 48px;
  pointer-events: none;
  z-index: 35;
  overflow: hidden;
}
.snip-pos {
  position: absolute;
  bottom: 0;
  width: 88px; height: 44px;
  opacity: 0;
}
.snip-pos.snip-l { left: -96px; }
.snip-pos.snip-r { right: -96px; }

#snip-bar.go .snip-pos { opacity: 0.95; }
#snip-bar.go .snip-l { animation: snipMoveL 1.5s cubic-bezier(.3,0,.6,1) forwards; }
#snip-bar.go .snip-r { animation: snipMoveR 1.5s cubic-bezier(.3,0,.6,1) forwards; }

@keyframes snipMoveL {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(100vw + 100px)); }
}
@keyframes snipMoveR {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-100vw - 100px)); }
}

/* blade rocking inside scissor SVG */
.scissor-svg .blade-top,
.scissor-svg .blade-bot {
  transform-box: view-box;
  transform-origin: 40px 20px;
}
#snip-bar.go .scissor-svg .blade-top { animation: bladeTop .28s ease-in-out infinite; }
#snip-bar.go .scissor-svg .blade-bot { animation: bladeBot .28s ease-in-out infinite; }
@keyframes bladeTop { 0%,100% { transform: rotate(0); } 50% { transform: rotate(-7deg); } }
@keyframes bladeBot { 0%,100% { transform: rotate(0); } 50% { transform: rotate(7deg); } }

/* a thin gold rule across the snip-bar to imply "the line being cut" */
#snip-bar::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(198,155,61,0.25), transparent);
  opacity: 0;
  transition: opacity .3s ease;
}
#snip-bar.go::before { opacity: 1; }

/* CHATBOT WIDGET */
#chatbot { position: fixed; bottom: 22px; right: 22px; z-index: 70; }
#cb-launcher { display: flex; align-items: flex-end; gap: 12px; flex-direction: row-reverse; }
#cb-launcher.cb-hidden { display: none; }

#cb-bubble {
  position: relative;
  background: #d6c094;
  color: #0c0b09;
  border: 2px solid #0c0b09;
  padding: 14px 16px;
  max-width: 240px;
  box-shadow: 4px 4px 0 0 #c69b3d;
  animation: cbBubbleIn .8s cubic-bezier(.2,.7,.2,1);
  cursor: pointer;
}
#cb-bubble::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 16px;
  width: 16px; height: 16px;
  background: #d6c094;
  border-right: 2px solid #0c0b09;
  border-bottom: 2px solid #0c0b09;
  transform: rotate(-45deg);
}
#cb-bubble-dismiss {
  position: absolute; top: 6px; right: 8px;
  font-size: 14px; line-height: 1;
  color: rgba(12,11,9,0.55);
  background: none; border: 0; cursor: pointer;
}
#cb-bubble-dismiss:hover { color: #0c0b09; }
@keyframes cbBubbleIn {
  from { opacity: 0; transform: translateY(8px) scale(.96); }
  to   { opacity: 1; transform: none; }
}

#cb-toggle {
  width: 64px; height: 64px; border-radius: 999px;
  background: #0c0b09;
  border: 2px solid #c69b3d;
  box-shadow: 4px 4px 0 0 #6b1d1d;
  display: grid; place-items: center;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
}
#cb-toggle:hover { transform: translateY(-2px); box-shadow: 4px 6px 0 0 #6b1d1d; }
#cb-toggle .cb-pulse {
  position: absolute; inset: -4px; border-radius: 999px;
  border: 2px solid #c69b3d;
  animation: cbPulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes cbPulse {
  0%   { transform: scale(.92); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}

#cb-panel {
  width: 380px; max-width: calc(100vw - 36px);
  background: #1f1810;
  color: #d6c094;
  border: 2px solid #c69b3d;
  box-shadow: 8px 8px 0 0 #0c0b09;
  animation: cbPanelIn .35s cubic-bezier(.2,.7,.2,1);
}
#cb-panel.cb-hidden { display: none; }
@keyframes cbPanelIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

.cb-chip {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  padding: 7px 10px;
  border: 1.5px solid #c69b3d;
  background: transparent;
  color: #d6c094;
  cursor: pointer;
  transition: background .25s, color .25s;
}
.cb-chip:hover { background: #c69b3d; color: #0c0b09; }

.cb-msg-bot, .cb-msg-user { display: flex; gap: 8px; animation: cbMsgIn .4s cubic-bezier(.2,.7,.2,1); }
.cb-msg-user { justify-content: flex-end; }
.cb-msg-bot .cb-bubble {
  background: rgba(198,155,61,0.08);
  border: 1px solid rgba(198,155,61,0.25);
  padding: 10px 12px;
  max-width: 76%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  line-height: 1.45;
  color: #d6c094;
}
.cb-msg-user .cb-bubble {
  background: #c69b3d;
  color: #0c0b09;
  padding: 10px 12px;
  max-width: 76%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  line-height: 1.45;
}
.cb-avatar {
  width: 28px; height: 28px; border-radius: 999px;
  background: #0c0b09;
  border: 1px solid #c69b3d;
  flex-shrink: 0;
  background-size: cover; background-position: center;
}
@keyframes cbMsgIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

@media (max-width: 640px) {
  #chatbot { bottom: 14px; right: 14px; }
  #cb-bubble { max-width: 200px; padding: 12px 14px; }
  #cb-bubble p:first-child { font-size: 16px !important; }
  #cb-toggle { width: 56px; height: 56px; }
  .tool { opacity: 0.05; }
  #snip-bar { bottom: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track, .float-slow, .tool, .reveal { animation: none !important; transition: none !important; }
  #ambient { display: none; }
}

/* ─────────── MOBILE NAV — hamburger + drawer ─────────── */
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border: 2px solid #c69b3d;
  background: transparent;
  color: #c69b3d;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}
.nav-burger:hover { background: #c69b3d; color: #0c0b09; }
.nav-burger svg { width: 22px; height: 22px; }

@media (max-width: 1023px) {
  .nav-burger { display: inline-flex; }
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(10, 9, 7, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  flex-direction: column;
  padding: 28px 22px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav.is-open { display: flex; animation: mNavIn .35s cubic-bezier(.2,.7,.2,1); }
body.mnav-open { overflow: hidden; }
@keyframes mNavIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: none; }
}

.mobile-nav .mn-top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 2px solid rgba(198,155,61,0.25);
}
.mobile-nav .mn-close {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 2px solid #c69b3d;
  background: transparent;
  color: #c69b3d;
  cursor: pointer;
  font-size: 22px; line-height: 1;
  font-family: 'Oswald', sans-serif;
  transition: background .25s ease, color .25s ease;
}
.mobile-nav .mn-close:hover { background: #c69b3d; color: #0c0b09; }

.mobile-nav .mn-links {
  display: flex; flex-direction: column;
  padding-top: 28px;
}
.mobile-nav .mn-links a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(198,155,61,0.18);
  color: #d6c094;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  transition: color .25s ease, transform .25s ease;
}
.mobile-nav .mn-links a .mn-arrow {
  color: #c69b3d; font-size: 22px;
  font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 400;
  transition: transform .25s ease;
}
.mobile-nav .mn-links a:hover,
.mobile-nav .mn-links a:active { color: #c69b3d; }
.mobile-nav .mn-links a:hover .mn-arrow,
.mobile-nav .mn-links a:active .mn-arrow { transform: translateX(4px); }

.mobile-nav .mn-cta {
  margin-top: 28px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #c69b3d; color: #0c0b09;
  padding: 18px 22px;
  border: 2px solid #c69b3d;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.28em;
  box-shadow: 5px 5px 0 0 #0c0b09;
}
.mobile-nav .mn-meta {
  margin-top: auto;
  padding-top: 28px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.4em;
  color: rgba(214, 192, 148, 0.55);
}

/* ─────────── MOBILE — global header/spacing tweaks ─────────── */
@media (max-width: 1023px) {
  /* hide the large "Book a Chair" desktop button on small screens — replaced by hamburger CTA */
  .nav-cta-desktop { display: none !important; }
}

@media (max-width: 640px) {
  /* drop-cap shrinks on small screens */
  .dropcap::first-letter {
    font-size: 3.4rem;
    padding: 0.25rem 0.55rem 0 0;
  }
  /* deco corners less aggressive on tiny screens */
  .deco-frame::before, .deco-frame::after { width: 18px; height: 18px; }
  /* poles thinner on mobile */
  .pole { background-size: auto; }
  /* footer breathing room */
  footer { padding-top: 56px !important; }
}

/* prevent any accidental horizontal overflow */
html, body { max-width: 100%; }
@media (max-width: 640px) {
  /* tighten the marquee on small screens */
  .marquee-track { font-size: 11px; letter-spacing: 0.24em; }
  .marquee-track span { padding-left: 14px !important; padding-right: 14px !important; }

  /* tighten barber-card text on phones */
  .barber-card h4 { font-size: 28px !important; }

  /* services menu — stack title + price tighter, smaller fonts */
  .service-row { padding-top: 14px !important; padding-bottom: 14px !important; }

  /* tighten the bronze service card on phones — remove the deco-frame corner offsets */
  .deco-frame::before, .deco-frame::after { display: none; }

  /* hide ambient floating tools entirely on phones (perf + visual noise) */
  #ambient { display: none; }

  /* the snip-bar (scissors at bottom) is decorative; hide on phones */
  #snip-bar { display: none; }

  /* sunburst — shrink it so it doesn't dominate */
  .sunburst { width: 700px !important; height: 700px !important; top: -180px !important; }
}

@media (min-width: 641px) and (max-width: 1023px) {
  /* tighter sunburst on tablets too */
  .sunburst { width: 1000px; height: 1000px; }
}

/* ─── MOBILE-ONLY FIXES ─── */
@media (max-width: 767px) {
  /* lock the page to the screen width: no sideways pan / zoom-out gaps */
  html, body {
    overflow-x: clip !important;
    max-width: 100% !important;
  }
  /* the reels stage fans cards wider than the phone screen — clip it */
  #reels { overflow: hidden !important; }
}

/* mobile bandit invite: pop in big + shake (auto-hidden by chatbot.js) */
@media (max-width: 767px) {
  #cb-bubble.cb-attention {
    animation: cbPopShake 1.2s cubic-bezier(.2,.7,.2,1);
    transform-origin: bottom right;
  }
  @keyframes cbPopShake {
    0%   { opacity: 0; transform: scale(0.4); }
    40%  { opacity: 1; transform: scale(1.14); }
    55%  { transform: scale(1.08) rotate(-3deg); }
    65%  { transform: scale(1.08) rotate(3deg); }
    75%  { transform: scale(1.04) rotate(-2deg); }
    85%  { transform: scale(1.02) rotate(2deg); }
    100% { opacity: 1; transform: none; }
  }
}

/* ─── MOBILE: barbers page — compact shop tabs + 2-up barber grid ─── */
@media (max-width: 767px) {

  /* shop tab cards start smaller so the crew peeks from underneath */
  .tab-card { padding: 14px !important; }
  .tab-card > div.flex { margin-bottom: 6px !important; }
  .tab-card h2 { font-size: 26px !important; }
  .tab-card .rule-gold { margin: 8px 0 !important; }
  .tab-card p.font-type { font-size: 11px !important; }
  .tab-card .tab-cta { font-size: 10px !important; margin-top: 8px !important; }

  /* barber cards: 2 per row, compact — ~4.5 cards per screen */
  .tab-panel > .grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .tab-panel article > div:last-child { padding: 10px !important; }
  .tab-panel article h4 { font-size: 16px !important; }
  .tab-panel article p.font-ed { display: none !important; }
  .tab-panel article p.font-type { display: none !important; }
  .tab-panel article p.font-cond { font-size: 8px !important; letter-spacing: 0.3em !important; }
  .tab-panel article a {
    margin-top: 8px !important;
    padding: 8px 6px !important;
    font-size: 10px !important;
    letter-spacing: 0.22em !important;
  }
  .tab-panel article span.absolute {
    font-size: 8px !important;
    padding: 2px 6px !important;
    letter-spacing: 0.24em !important;
  }
}
