/* Homepage fidelity pass for the selected cream-paper clubhouse mockup. */

body.ptc-site {
  --club-ink: #1e123c;
  --club-ink-deep: #140c2b;
  --club-gold: #d8a825;
  --club-gold-dark: #9c6d11;
  --club-paper: #fff8ea;
  --club-paper-warm: #f4e6c8;
  --club-text: #292326;
  --club-line: #decaa4;
  background: var(--club-ink-deep);
}

/* Header */
body.ptc-site .site-header {
  min-height: 69px;
  background: #17112e;
  border-bottom: 2px solid #ad7c18;
  box-shadow: none;
  backdrop-filter: none;
}

body.ptc-site .site-header .wrap {
  left: 0;
  width: min(calc(100% - 2rem), 1308px);
}

body.ptc-site .nav {
  min-height: 67px;
  gap: 1rem;
}

body.ptc-site .site-header .brand {
  align-items: center;
  gap: 0;
}

body.ptc-site .site-header .brand-name {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: #fffaf2;
  font: 900 clamp(1.25rem, 2vw, 1.76rem)/1 Inter, system-ui, sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

body.ptc-site .site-header .brand-name > span {
  word-spacing: .12em;
}

body.ptc-site .site-header .brand-name b {
  display: inline-grid;
  place-items: center;
  min-width: 55px;
  min-height: 36px;
  padding: .2rem .55rem .12rem;
  border: 2px solid var(--club-gold);
  border-radius: 7px;
  color: var(--club-gold);
  font-size: .7em;
  letter-spacing: .06em;
}

body.ptc-site .nav-links {
  gap: 1.05rem;
  margin-right: 2.5rem;
}

body.ptc-site .nav-links a:not(.btn) {
  padding: 1.35rem .42rem 1.15rem;
  color: #f9f5fb;
  border-radius: 0;
  font-size: .98rem;
  font-weight: 800;
}

body.ptc-site .nav-links a:not(.btn):hover,
body.ptc-site .nav-links a:not(.btn)[aria-current="page"] {
  color: #e2b32e;
  box-shadow: inset 0 -2px #d9aa25;
}

body.ptc-site .nav-contact a {
  border: 0;
  border-radius: 0 !important;
}

body.ptc-site .nav-contact a:hover {
  background: transparent;
  color: #e2b32e !important;
  box-shadow: inset 0 -2px #d9aa25 !important;
}

/* Hero: 760px stage with a 2.586:1 art surface above the overlapping dashboard. */
body.ptc-site .clubhouse-hero {
  height: 760px;
  background: #744018;
}

body.ptc-site .clubhouse-art {
  inset: 0 0 auto;
  width: 100%;
  height: min(780px, 38.67vw);
  min-height: 560px;
  background-color: #744018;
  background-image: url('/assets/img/clubhouse-hero-v2.webp');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

body.ptc-site .hero-layout {
  left: 0;
  align-items: flex-start;
  width: min(calc(100% - 2rem), 1320px) !important;
}

body.ptc-site .hero-copy,
body.ptc-site .hero-copy[data-reveal] {
  width: 505px;
  padding: 47px 0 0 23px;
  color: var(--club-text);
  text-align: left;
  transform: none;
}

body.ptc-site .local-card-shop {
  display: flex;
  align-items: center;
  width: 370px;
  gap: 1.25rem;
  margin: 0 0 1rem 83px;
  color: #b5871b;
}

body.ptc-site .local-card-shop span {
  width: 92px;
  border-top: 2px solid currentColor;
}

body.ptc-site .local-card-shop svg {
  width: 39px;
  height: 39px;
  stroke-width: 1.8;
}

body.ptc-site .hero-copy .eyebrow {
  display: block;
  width: max-content;
  max-width: none;
  margin: 0 0 .7rem 114px;
  color: #3d3025;
  font-size: .94rem;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
  text-align: left;
}

body.ptc-site .hero-copy h1 {
  width: 132%;
  margin: 0;
  color: #251443;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-size: clamp(5.15rem, 6.35vw, 5.9rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .94;
  text-align: left;
  transform: scaleX(.725);
  transform-origin: left top;
}

body.ptc-site .hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

body.ptc-site .hero-lede {
  max-width: 395px;
  margin: 1.75rem 0 1.05rem 9px;
  color: #302925;
  font-size: 1.05rem;
  font-weight: 560;
  line-height: 1.48;
  text-align: left;
}

body.ptc-site .opening-note {
  display: none;
}

body.ptc-site .hero-actions {
  justify-content: flex-start;
  max-width: 480px;
  gap: 1.1rem 1.25rem;
  margin-left: 9px;
}

body.ptc-site .hero-actions .button,
body.ptc-site .hero-actions .button:nth-child(1),
body.ptc-site .hero-actions .button:nth-child(2),
body.ptc-site .hero-actions .button:last-child {
  position: static;
  top: auto;
  min-width: 198px;
  min-height: 55px;
  padding: .85rem 1.15rem;
  border-radius: 6px;
  font-size: .82rem;
}

body.ptc-site .hero-actions .button:first-child {
  width: 222px;
  min-width: 222px;
}

body.ptc-site .hero-actions .button:last-child {
  min-width: 194px;
  min-height: 43px;
  padding-block: .6rem;
}

body.ptc-site .hero-actions .button-primary {
  background: #32195d;
  border-color: #bd8b1e;
  color: #f0c644 !important;
}

body.ptc-site .hero-actions .button-secondary,
body.ptc-site .hero-actions .button-tertiary {
  background: rgba(255, 249, 235, .95);
  border-color: #b6821f;
  color: #2c1a48;
}

body.ptc-site .hero-actions .action-break {
  display: none;
}

body.ptc-site .hero-note {
  left: 43.2%;
  bottom: 34.1%;
  color: #2f2451;
  transform: rotate(-2deg);
}

body.ptc-site .hero-note b {
  font-size: 1.55rem;
}

body.ptc-site .hero-note span {
  font-size: .92rem;
}

body.ptc-site .hero-note svg {
  position: absolute;
  top: 51px;
  left: 202px;
  width: 48px;
  height: 48px;
  color: #8e7c70;
  stroke-width: 1.8;
}

/* Dashboard */
body.ptc-site .clubhouse-dashboard {
  position: relative;
  z-index: 7;
  margin-top: -185px;
  padding: 0 0 5rem;
  background: #17102f;
  scroll-margin-top: 70px;
}

body.ptc-site .dashboard-shell {
  width: min(calc(100% - 2rem), 1318px) !important;
  padding: 0 36px 54px;
  overflow: hidden;
  background: var(--club-paper);
  border: 1px solid #d6ba83;
  border-radius: 13px 13px 0 0;
  box-shadow: 0 24px 60px rgba(12, 6, 27, .36);
}

body.ptc-site .dashboard-shell .store-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 130px;
  transform: none;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.ptc-site .dashboard-shell .store-fact {
  gap: 1rem;
  min-width: 0;
  padding: 1.15rem 1rem;
}

body.ptc-site .dashboard-shell .store-fact + .store-fact {
  border-left: 1px solid var(--club-line);
}

body.ptc-site .dashboard-shell .fact-icon {
  flex: 0 0 58px;
  border: 2px solid #b38318 !important;
  color: #744c15 !important;
}

body.ptc-site .dashboard-shell .fact-icon svg {
  width: 29px;
  height: 29px;
  stroke-width: 2.2;
}

body.ptc-site .dashboard-shell .store-fact b {
  color: #2e184e;
  font-size: .91rem;
  line-height: 1.2;
}

body.ptc-site .dashboard-shell .store-fact small {
  margin-top: .27rem;
  color: #4b433e;
  font-size: .79rem;
  line-height: 1.35;
}

body.ptc-site .dashboard-shell .store-fact em {
  display: block;
  margin-top: .16rem;
  color: #613987;
  font-size: .74rem;
  font-style: normal;
  font-weight: 800;
}

body.ptc-site .featured-show {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 175px;
  align-items: center;
  min-height: 108px;
  padding: 13px 24px;
  overflow: hidden;
  background: #21143e;
  border: 1px solid #38245d;
  border-radius: 12px;
  color: white;
  box-shadow: 0 14px 26px rgba(31, 17, 60, .16);
}

body.ptc-site .featured-show-icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border: 2px solid #d3a623;
  border-radius: 50%;
  color: #e8bd36;
}

body.ptc-site .featured-show-icon svg {
  width: 29px;
  height: 29px;
}

body.ptc-site .featured-show-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

body.ptc-site .featured-show .panel-kicker {
  margin: 0 0 .18rem;
  color: #f1c438;
}

body.ptc-site .featured-show [data-shows="teaser"] {
  max-width: 740px;
}

body.ptc-site .featured-show .show,
body.ptc-site .featured-show .state {
  padding: 0;
  border: 0;
  background: transparent;
}

body.ptc-site .featured-show .show {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
}

body.ptc-site .featured-show .show-body {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(300px, 1.28fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 1.4rem;
}

body.ptc-site .featured-show .show-name {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  color: white;
  font-size: 1.65rem;
}

body.ptc-site .featured-show .show-where {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #f2edf9;
}

body.ptc-site .featured-show .show-meta {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  gap: 1.1rem;
  margin: .15rem 0 0;
  color: #f2edf9;
}

body.ptc-site .featured-show .show-cost,
body.ptc-site .featured-show .show-links {
  display: none;
}

body.ptc-site .featured-show .state h3 {
  margin: 0 0 .1rem;
  color: white;
  font-size: 1.45rem;
}

body.ptc-site .featured-show .state p {
  margin: 0;
  color: #e5dcef;
  font-size: .83rem;
}

body.ptc-site .featured-show-art {
  position: absolute;
  inset: 0 150px 0 auto;
  width: 450px;
  opacity: .18;
  pointer-events: none;
}

body.ptc-site .featured-show-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.4) saturate(.85) hue-rotate(220deg);
}

body.ptc-site .featured-show-button {
  position: relative;
  z-index: 2;
  justify-self: end;
  min-width: 156px;
  background: #e0b537;
  border-color: #a77708;
  color: #2b1a15 !important;
}

body.ptc-site .dashboard-feed {
  padding: 33px 0 0;
  color: #261946;
}

body.ptc-site .dashboard-feed-heading {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 1.25rem;
  margin-bottom: .8rem;
}

body.ptc-site .dashboard-feed-heading > div {
  display: flex;
  align-items: end;
  gap: .8rem;
}

body.ptc-site .dashboard-feed-heading .panel-kicker {
  margin: 0 0 .25rem;
  color: #9a6c10;
}

body.ptc-site .dashboard-feed-heading h2 {
  margin: 0;
  color: #2b184d;
  font-size: 2rem;
  letter-spacing: -.04em;
}

body.ptc-site .dashboard-feed-heading > p {
  margin: 0 0 .25rem;
  color: #61554d;
  font-size: .86rem;
}

body.ptc-site .clubhouse-post-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}

body.ptc-site .clubhouse-post-grid a {
  aspect-ratio: 1.14;
  border: 1px solid #c5a462;
  border-radius: 9px;
  background: #18112e;
  box-shadow: 0 8px 20px rgba(59, 36, 13, .13);
}

body.ptc-site .clubhouse-post-grid span {
  padding: 2rem .62rem .5rem;
  color: white;
  font-size: .72rem;
}

body.ptc-site .story-section {
  margin-top: -5rem;
  padding-top: 10rem;
}

@media (max-width: 1120px) {
  body.ptc-site .nav-links { gap: .45rem; margin-right: 0; }
  body.ptc-site .nav-links a:not(.btn) { font-size: .85rem; }
  body.ptc-site .hero-copy,
  body.ptc-site .hero-copy[data-reveal] { padding-left: 0; }
  body.ptc-site .dashboard-shell .store-strip-grid { grid-template-columns: repeat(2, 1fr); }
  body.ptc-site .dashboard-shell .store-fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--club-line); }
  body.ptc-site .dashboard-shell .store-fact:nth-child(4) { border-top: 1px solid var(--club-line); }
  body.ptc-site .clubhouse-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.ptc-site .clubhouse-post-grid a:nth-child(n + 4) { display: none; }
}

@media (max-width: 900px) {
  body.ptc-site .site-header .brand-name { font-size: 1.35rem; }
  body.ptc-site .site-header .brand-name b { min-width: 49px; min-height: 32px; }
  body.ptc-site .nav-toggle {
    display: inline-flex;
    min-height: 42px;
    padding: .45rem .85rem;
    border: 1px solid var(--club-gold);
    background: transparent;
    color: var(--club-gold);
    border-radius: 5px;
  }
  body.ptc-site .nav-links {
    top: 100%;
    padding: .5rem 1rem 1rem;
    background: #17112e;
    border-bottom: 2px solid var(--club-gold);
  }
  body.ptc-site .nav-links a:not(.btn) { padding: .85rem .35rem; }
  body.ptc-site .clubhouse-hero { height: auto; background: var(--club-paper-warm); }
  body.ptc-site .clubhouse-art {
    position: relative;
    height: 400px;
    min-height: 0;
    background-position: 67% center;
    background-size: auto 400px;
  }
  body.ptc-site .hero-layout { height: auto; }
  body.ptc-site .hero-copy,
  body.ptc-site .hero-copy[data-reveal] {
    width: 100%;
    padding: 2.5rem .4rem 4rem;
    text-align: center;
  }
  body.ptc-site .local-card-shop { margin-inline: auto; }
  body.ptc-site .hero-copy .eyebrow { margin-inline: auto; text-align: center; }
  body.ptc-site .hero-copy h1 { width: 100%; text-align: center; transform: none; }
  body.ptc-site .hero-lede { margin-inline: auto; text-align: center; }
  body.ptc-site .opening-note {
    display: block;
    margin: -.35rem 0 1.25rem;
    color: #795116;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
  }
  body.ptc-site .hero-actions { justify-content: center; margin-inline: auto; }
  body.ptc-site .hero-note { display: none; }
  body.ptc-site .clubhouse-dashboard { margin-top: 0; padding-top: 1rem; }
  body.ptc-site .featured-show { grid-template-columns: 64px minmax(0, 1fr); }
  body.ptc-site .featured-show-button { grid-column: 2; justify-self: start; margin-top: .75rem; }
  body.ptc-site .featured-show-art { right: 0; width: 55%; }
  body.ptc-site .dashboard-feed-heading { grid-template-columns: 1fr auto; }
  body.ptc-site .dashboard-feed-heading > p { display: none; }
}

@media (max-width: 760px) {
  body.ptc-site .site-header { min-height: 62px; }
  body.ptc-site .nav { min-height: 60px; }
  body.ptc-site .site-header .brand-name { gap: .45rem; font-size: 1rem; }
  body.ptc-site .site-header .brand-name b { min-width: 42px; min-height: 29px; }
  body.ptc-site .clubhouse-art {
    height: 330px;
    background-size: auto 330px;
    background-position: 68% center;
  }
  body.ptc-site .hero-copy,
  body.ptc-site .hero-copy[data-reveal] { padding: 2.2rem .35rem 3rem; }
  body.ptc-site .local-card-shop { width: min(100%, 330px); }
  body.ptc-site .local-card-shop span { flex: 1; }
  body.ptc-site .hero-copy h1 { font-size: clamp(2.7rem, 13.5vw, 3.5rem); line-height: 1.02; }
  body.ptc-site .hero-copy h1 span { white-space: nowrap; }
  body.ptc-site .hero-lede { font-size: 1rem; }
  body.ptc-site .hero-actions { max-width: 390px; }
  body.ptc-site .hero-actions .button,
  body.ptc-site .hero-actions .button:nth-child(1),
  body.ptc-site .hero-actions .button:nth-child(2),
  body.ptc-site .hero-actions .button:last-child { width: 100%; min-width: 0; min-height: 55px; }
  body.ptc-site .dashboard-shell {
    width: min(calc(100% - 1.2rem), 1318px) !important;
    padding: 0 16px 36px;
    border-radius: 10px;
  }
  body.ptc-site .dashboard-shell .store-strip-grid { grid-template-columns: 1fr; }
  body.ptc-site .dashboard-shell .store-fact + .store-fact { border-left: 0; border-top: 1px solid var(--club-line); }
  body.ptc-site .dashboard-shell .store-fact { min-height: 100px; }
  body.ptc-site .featured-show { grid-template-columns: 1fr; padding: 1.25rem; }
  body.ptc-site .featured-show-icon { margin-bottom: .8rem; }
  body.ptc-site .featured-show-button { grid-column: 1; }
  body.ptc-site .featured-show .show { grid-template-columns: 1fr; }
  body.ptc-site .featured-show .show-body { display: block; }
  body.ptc-site .featured-show .show-where { margin-top: .45rem; }
  body.ptc-site .featured-show .show-meta { display: flex; margin-top: .2rem; }
  body.ptc-site .featured-show-art { inset: 0; width: 100%; opacity: .12; }
  body.ptc-site .dashboard-feed-heading { display: block; }
  body.ptc-site .dashboard-feed-heading .text-link { display: inline-block; margin-top: .65rem; }
  body.ptc-site .clubhouse-post-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: .4rem;
  }
  body.ptc-site .clubhouse-post-grid a,
  body.ptc-site .clubhouse-post-grid a:nth-child(n + 4) {
    display: block;
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
}

@media (max-width: 470px) {
  body.ptc-site .site-header .brand-name span { max-width: none; }
  body.ptc-site .clubhouse-art {
    height: 300px;
    background-size: auto 300px;
  }
}

/* -------------------------------------------------------------------------
   Approved homepage mockup — final visual contract (2026-08-20)
   ---------------------------------------------------------------------- */

body.ptc-site .site-header .wrap,
body.ptc-site .hero-layout,
body.ptc-site .dashboard-shell {
  width: min(calc(100% - 3rem), 1324px) !important;
}

body.ptc-site .site-header .brand-name {
  display: block;
  color: #fff;
  font-size: clamp(1.4rem, 2.05vw, 1.88rem);
  letter-spacing: -.035em;
  white-space: nowrap;
}

body.ptc-site .nav-links {
  flex: 0 0 604px;
  justify-content: space-between;
  gap: 0;
  margin-right: 0;
}

body.ptc-site .nav-links a:not(.btn) {
  padding-inline: 0;
  font-size: 1rem;
}

body.ptc-site .clubhouse-hero {
  height: 745px;
  background: #70401b;
}

body.ptc-site .clubhouse-art {
  height: 745px;
  min-height: 0;
  background-color: #70401b;
  background-image:
    url('/assets/img/clubhouse-hero-final.webp'),
    url('/assets/img/clubhouse-hero-final.webp'),
    url('/assets/img/clubhouse-wood-strip.webp'),
    linear-gradient(135deg, #8a5628, #3c1c0a);
  background-position: -7px -30px, right -30px, center bottom, 0 0;
  background-size: auto 623px, auto 623px, auto 200px, 100% 100%;
  background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
}

body.ptc-site .hero-copy,
body.ptc-site .hero-copy[data-reveal] {
  width: 505px;
  padding: 47px 0 0 22px;
}

body.ptc-site .local-card-shop {
  width: 272px;
  gap: 1rem;
  margin: 0 0 .35rem 82px;
}

body.ptc-site .local-card-shop span { width: 88px; }
body.ptc-site .local-card-shop svg { width: 38px; height: 38px; }

body.ptc-site .hero-copy .eyebrow {
  width: 272px;
  margin: 0 0 .25rem 82px;
  color: #292328;
  font-size: .94rem;
  letter-spacing: .005em;
  text-align: center;
}

body.ptc-site .hero-copy h1 {
  width: 136%;
  color: #21143f;
  font-size: clamp(5.25rem, 6.1vw, 5.7rem);
  line-height: .97;
  transform: scaleX(.76);
}

body.ptc-site .hero-lede {
  max-width: 365px;
  margin: .72rem 0 .7rem 7px;
  color: #211d20;
  font-size: 1.04rem;
  font-weight: 560;
  line-height: 1.44;
}

body.ptc-site .hero-actions {
  max-width: 480px;
  gap: .95rem 1rem;
  margin: 3px 0 0 7px;
}

body.ptc-site .hero-actions .button,
body.ptc-site .hero-actions .button:nth-child(1),
body.ptc-site .hero-actions .button:nth-child(2),
body.ptc-site .hero-actions .button:last-child {
  min-height: 50px;
  padding: .72rem 1rem;
  font-size: .78rem;
  letter-spacing: .01em;
}

body.ptc-site .hero-actions .button:first-child {
  width: 245px;
  min-width: 245px;
}

body.ptc-site .hero-actions .button:nth-child(2) {
  width: 184px;
  min-width: 184px;
}

body.ptc-site .hero-actions .button:last-child {
  width: 175px;
  min-width: 175px;
  min-height: 42px;
}

body.ptc-site .hero-note {
  top: 400px;
  bottom: auto;
  left: 638px;
  text-align: center;
}

body.ptc-site .clubhouse-dashboard {
  margin-top: -206px;
  padding: 0 0 5rem;
  background: linear-gradient(to bottom, transparent 0 207px, #17102f 207px 100%);
}

body.ptc-site .dashboard-shell {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.ptc-site .dashboard-shell .store-strip-grid {
  min-height: 92px;
  overflow: hidden;
  background: rgba(255, 249, 237, .98);
  border: 1px solid #c9a36e;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(45, 24, 8, .22);
}

body.ptc-site .dashboard-shell .store-fact {
  justify-content: center;
  min-height: 90px;
  gap: .9rem;
  padding: .85rem 1.25rem;
}

body.ptc-site .dashboard-shell .fact-icon {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  border-color: #a97912 !important;
  color: #21144c !important;
}

body.ptc-site .dashboard-shell .fact-icon svg {
  width: 27px;
  height: 27px;
}

body.ptc-site .dashboard-shell .store-fact b {
  font-size: .88rem;
  letter-spacing: .01em;
  text-transform: uppercase;
}

body.ptc-site .dashboard-shell .store-fact small {
  margin-top: .16rem;
  color: #282124;
  font-size: .8rem;
  line-height: 1.32;
}

body.ptc-site .dashboard-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
  align-items: start;
}

body.ptc-site .dashboard-feed,
body.ptc-site .featured-show {
  min-width: 0;
  height: 418px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 15px 30px rgba(23, 11, 45, .25);
}

body.ptc-site .dashboard-feed {
  padding: 12px 10px 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(91, 56, 139, .2), transparent 32%),
    #18102f;
  border: 1px solid #c39424;
  color: #fff;
}

body.ptc-site .dashboard-feed-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 34px;
  margin: 0 2px 7px;
}

body.ptc-site .dashboard-feed-heading > div {
  display: flex;
  align-items: baseline;
  min-width: 0;
  gap: .8rem;
}

body.ptc-site .dashboard-feed-heading h2 {
  color: #fff;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.ptc-site .dashboard-feed-heading span {
  color: #efbd23;
  font-size: .68rem;
  font-weight: 800;
  white-space: nowrap;
}

body.ptc-site .feed-follow-button {
  min-height: 29px;
  padding: .38rem .62rem;
  background: #edbd27;
  border-color: #9d6909;
  border-radius: 5px;
  color: #26143f !important;
  font-size: .62rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  white-space: nowrap;
}

body.ptc-site .feed-follow-button svg { width: 14px; height: 14px; }

body.ptc-site .dashboard-feed .story-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin: 0 2px 8px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.ptc-site .dashboard-feed .story {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #fff !important;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}

body.ptc-site .dashboard-feed .story > span {
  width: min(100%, 101px);
  aspect-ratio: 1;
  padding: 3px;
  border: 2px solid #b785d6;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #f0c233;
}

body.ptc-site .dashboard-feed .story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

body.ptc-site .dashboard-feed .story b {
  margin-top: .3rem;
  color: #fff;
  font: inherit;
}

body.ptc-site .clubhouse-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

body.ptc-site .clubhouse-post-grid a,
body.ptc-site .clubhouse-post-grid a:nth-child(n + 4) {
  display: block;
  aspect-ratio: 1.03;
  overflow: hidden;
  border: 1px solid #bd8d1a;
  border-radius: 4px;
  background: #100a21;
  box-shadow: none;
}

body.ptc-site .clubhouse-post-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ptc-site .clubhouse-post-grid span { display: none; }

body.ptc-site .featured-show {
  position: relative;
  display: block;
  min-height: 0;
  padding: 25px 28px;
  overflow: hidden;
  background: #fff9eb;
  border: 1px solid #b99868;
  color: #21143f;
}

body.ptc-site .featured-show-copy {
  position: relative;
  z-index: 2;
  width: 77%;
}

body.ptc-site .featured-show .panel-kicker {
  margin: 0 0 .35rem;
  color: #97610e;
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .015em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.ptc-site .featured-show [data-shows="teaser"] { max-width: none; }

body.ptc-site .clubhouse-next-show .show-name {
  margin: 0 0 .72rem;
  color: #21143f;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-size: clamp(2.25rem, 3vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .95;
  text-transform: uppercase;
}

body.ptc-site .clubhouse-show-detail {
  display: flex;
  align-items: center;
  gap: .72rem;
  margin: .55rem 0;
  color: #251e24;
  font-size: .83rem;
  font-weight: 650;
  white-space: nowrap;
}

body.ptc-site .clubhouse-show-detail svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #24134f;
  stroke-width: 2.3;
}

body.ptc-site .featured-show-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  opacity: .82;
  -webkit-mask-image: none;
  mask-image: none;
}

body.ptc-site .featured-show-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(.78) sepia(.25) contrast(.92) opacity(.74);
}

body.ptc-site .featured-show-button {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 28px;
  min-width: 205px;
  min-height: 52px;
  padding: .8rem 1rem;
  background: #241344;
  border-color: #c3921e;
  border-radius: 5px;
  color: #f0c52e !important;
  font-size: .85rem;
  text-transform: uppercase;
}

body.ptc-site .story-section {
  margin-top: -5rem;
  padding-top: 10rem;
}

@media (max-width: 1160px) {
  body.ptc-site .nav-links { gap: .75rem; }
  body.ptc-site .nav-links a:not(.btn) { font-size: .86rem; }
  body.ptc-site .dashboard-feed-heading span { display: none; }
  body.ptc-site .featured-show-copy { width: 65%; }
}

@media (max-width: 900px) {
  body.ptc-site .site-header .wrap,
  body.ptc-site .hero-layout,
  body.ptc-site .dashboard-shell { width: min(calc(100% - 2rem), 1324px) !important; }
  body.ptc-site .clubhouse-hero { height: auto; }
  body.ptc-site .clubhouse-art {
    position: relative;
    height: clamp(325px, 59vw, 500px);
    background-position: 69% top;
    background-size: auto 100%;
  }
  body.ptc-site .hero-copy,
  body.ptc-site .hero-copy[data-reveal] { width: 100%; padding: 2.5rem .5rem 3.5rem; }
  body.ptc-site .local-card-shop,
  body.ptc-site .hero-copy .eyebrow { margin-inline: auto; }
  body.ptc-site .hero-copy h1 { width: 100%; transform: none; }
  body.ptc-site .hero-lede { max-width: 420px; margin-inline: auto; text-align: center; }
  body.ptc-site .clubhouse-dashboard { margin-top: 0; padding-top: 1rem; background: #17102f; }
  body.ptc-site .dashboard-panels { grid-template-columns: 1fr; }
  body.ptc-site .dashboard-feed,
  body.ptc-site .featured-show { height: auto; min-height: 420px; }
  body.ptc-site .featured-show-art { width: 58%; }
}

@media (max-width: 760px) {
  body.ptc-site .site-header .brand-name { font-size: 1rem; }
  body.ptc-site .dashboard-shell .store-strip-grid { grid-template-columns: 1fr; }
  body.ptc-site .dashboard-shell .store-fact,
  body.ptc-site .dashboard-shell .store-fact + .store-fact { min-height: 86px; border-left: 0; border-top: 1px solid var(--club-line); }
  body.ptc-site .dashboard-shell .store-fact:first-child { border-top: 0; }
  body.ptc-site .dashboard-feed { min-height: 0; }
  body.ptc-site .dashboard-feed-heading { align-items: flex-start; }
  body.ptc-site .dashboard-feed-heading > div { display: block; }
  body.ptc-site .dashboard-feed-heading span { display: block; margin-top: .3rem; }
  body.ptc-site .feed-follow-button { flex: 0 0 auto; }
  body.ptc-site .dashboard-feed .story-list { grid-template-columns: repeat(4, 84px); overflow-x: auto; }
  body.ptc-site .clubhouse-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  body.ptc-site .clubhouse-post-grid a,
  body.ptc-site .clubhouse-post-grid a:nth-child(n + 4) { display: block; min-width: 0; }
  body.ptc-site .featured-show { min-height: 470px; padding: 24px 22px; }
  body.ptc-site .featured-show-copy { width: 100%; }
  body.ptc-site .featured-show .panel-kicker { white-space: normal; }
  body.ptc-site .featured-show-art { inset: 175px -30px 70px auto; width: 95%; opacity: .55; }
  body.ptc-site .featured-show-button { left: 22px; bottom: 22px; }
}

@media (max-width: 470px) {
  body.ptc-site .site-header .wrap,
  body.ptc-site .hero-layout,
  body.ptc-site .dashboard-shell { width: min(calc(100% - 1.1rem), 1324px) !important; }
  body.ptc-site .clubhouse-art { height: 300px; background-size: auto 300px; }
  body.ptc-site .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 3.35rem); }
  body.ptc-site .local-card-shop { width: min(100%, 290px); }
  body.ptc-site .hero-copy .eyebrow { margin-inline: auto; }
  body.ptc-site .hero-actions .button,
  body.ptc-site .hero-actions .button:nth-child(1),
  body.ptc-site .hero-actions .button:nth-child(2),
  body.ptc-site .hero-actions .button:last-child { width: 100%; min-width: 0; }
  body.ptc-site .dashboard-feed-heading h2 { font-size: 1rem; }
  body.ptc-site .feed-follow-button { font-size: .56rem; padding-inline: .45rem; }
  body.ptc-site .clubhouse-show-detail { font-size: .72rem; white-space: normal; }
  body.ptc-site .featured-show-button { min-width: 190px; }
}

/* -------------------------------------------------------------------------
   Feed carousel polish — larger content showcase with a supporting show card
   ---------------------------------------------------------------------- */

body.ptc-site .dashboard-panels {
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .82fr);
  gap: 18px;
  align-items: stretch;
}

body.ptc-site .dashboard-feed,
body.ptc-site .featured-show {
  height: 520px;
  border-radius: 10px;
}

body.ptc-site .dashboard-feed {
  padding: 16px 18px 18px;
}

body.ptc-site .dashboard-feed-heading {
  min-height: 40px;
  margin: 0 2px 10px;
}

body.ptc-site .dashboard-feed-heading h2 {
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
}

body.ptc-site .feed-showcase {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  height: 426px;
  min-height: 0;
}

body.ptc-site .dashboard-feed .story-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 98px);
  align-content: space-between;
  gap: 0;
  height: 426px;
  margin: 0;
}

body.ptc-site .dashboard-feed .story {
  justify-content: center;
  min-height: 0;
}

body.ptc-site .dashboard-feed .story > span {
  width: 70px;
}

body.ptc-site .dashboard-feed .story b {
  margin-top: .2rem;
  font-size: .62rem;
}

body.ptc-site .feed-carousel {
  height: 426px;
  min-width: 0;
}

body.ptc-site .feed-carousel-viewport {
  height: 386px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #c99b2f;
  border-radius: 8px;
  background: #100a21;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

body.ptc-site .feed-carousel-viewport::-webkit-scrollbar {
  display: none;
}

body.ptc-site .feed-carousel-viewport:focus-visible {
  outline: 3px solid #efbd23;
  outline-offset: 3px;
}

body.ptc-site .clubhouse-post-grid {
  display: flex;
  gap: 12px;
  height: 100%;
  margin: 0;
  padding: 0 12px 0 0;
}

body.ptc-site .clubhouse-post-grid a,
body.ptc-site .clubhouse-post-grid a:nth-child(n + 4) {
  position: relative;
  display: block;
  flex: 0 0 calc(100% - 64px);
  height: 100%;
  min-width: 0;
  aspect-ratio: auto;
  border: 0;
  border-right: 1px solid #c99b2f;
  border-radius: 7px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

body.ptc-site .clubhouse-post-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ptc-site .clubhouse-post-grid span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: block;
  padding: .58rem .78rem;
  background: rgba(24, 16, 47, .92);
  border: 1px solid #d5aa36;
  border-radius: 5px;
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

body.ptc-site .feed-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 40px;
  padding-top: 7px;
}

body.ptc-site .feed-carousel-button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 32px;
  padding: 0;
  border: 1px solid #c99b2f;
  border-radius: 5px;
  background: #241344;
  color: #efbd23;
  cursor: pointer;
}

body.ptc-site .feed-carousel-button:hover,
body.ptc-site .feed-carousel-button:focus-visible {
  background: #efbd23;
  color: #241344;
}

body.ptc-site .feed-carousel-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

body.ptc-site .feed-carousel-button svg {
  width: 18px;
  height: 18px;
}

body.ptc-site .feed-carousel-status {
  min-width: 52px;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  text-align: center;
}

body.ptc-site .featured-show {
  padding: 30px 30px;
}

body.ptc-site .featured-show-copy {
  width: 88%;
}

body.ptc-site .featured-show .panel-kicker {
  white-space: normal;
}

body.ptc-site .featured-show .state h3 {
  color: #21143f;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}

body.ptc-site .featured-show .state p,
body.ptc-site .featured-show .state a {
  color: #3d3440;
}

@media (prefers-reduced-motion: reduce) {
  body.ptc-site .feed-carousel-viewport { scroll-behavior: auto; }
}

@media (max-width: 1160px) {
  body.ptc-site .dashboard-panels {
    grid-template-columns: minmax(0, 1.2fr) minmax(345px, .8fr);
  }
  body.ptc-site .feed-showcase { grid-template-columns: 92px minmax(0, 1fr); gap: 12px; }
  body.ptc-site .dashboard-feed .story > span { width: 62px; }
  body.ptc-site .featured-show-copy { width: 82%; }
}

@media (max-width: 900px) {
  body.ptc-site .dashboard-panels { grid-template-columns: 1fr; }
  body.ptc-site .dashboard-feed,
  body.ptc-site .featured-show { height: auto; }
  body.ptc-site .dashboard-feed { min-height: 520px; }
  body.ptc-site .featured-show { min-height: 470px; }
  body.ptc-site .feed-showcase { grid-template-columns: 104px minmax(0, 1fr); }
  body.ptc-site .feed-carousel-viewport { height: 390px; }
  body.ptc-site .featured-show-copy { width: 72%; }
}

@media (max-width: 760px) {
  body.ptc-site .dashboard-feed { min-height: 0; padding: 15px 14px 16px; }
  body.ptc-site .feed-showcase { display: block; }
  body.ptc-site .dashboard-feed .story-list {
    grid-template-columns: repeat(4, minmax(70px, 1fr));
    grid-template-rows: none;
    align-content: normal;
    gap: 10px;
    height: auto;
    margin-bottom: 12px;
    overflow-x: auto;
  }
  body.ptc-site .dashboard-feed .story > span { width: 64px; }
  body.ptc-site .feed-carousel-viewport { height: 330px; }
  body.ptc-site .clubhouse-post-grid {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    overflow: visible;
  }
  body.ptc-site .clubhouse-post-grid a,
  body.ptc-site .clubhouse-post-grid a:nth-child(n + 4) {
    flex: 0 0 calc(100% - 44px);
    height: 100%;
  }
  body.ptc-site .featured-show-copy { width: 100%; }
}

@media (max-width: 470px) {
  body.ptc-site .dashboard-feed-heading { align-items: flex-start; }
  body.ptc-site .dashboard-feed-heading > div { display: block; }
  body.ptc-site .dashboard-feed-heading h2 { white-space: normal; }
  body.ptc-site .feed-carousel-viewport { height: 285px; }
  body.ptc-site .clubhouse-post-grid a,
  body.ptc-site .clubhouse-post-grid a:nth-child(n + 4) { flex-basis: calc(100% - 30px); }
  body.ptc-site .clubhouse-post-grid span { left: 10px; bottom: 10px; }
}

/* Keep the Professor's handwritten hero lockup with his portrait on phones. */
@media (max-width: 760px) {
  body.ptc-site .nav { gap: .5rem; }
  body.ptc-site .hero-note {
    display: grid;
    top: clamp(208px, 41vw, 304px);
    bottom: auto;
    left: 46.5%;
    z-index: 2;
    width: min(64vw, 250px);
    justify-items: center;
    gap: .02rem;
    line-height: 1.08;
    text-align: center;
    transform: translateX(-50%) rotate(-2deg);
  }
  body.ptc-site .hero-note b { font-size: clamp(1.05rem, 3.4vw, 1.3rem); }
  body.ptc-site .hero-note span { font-size: clamp(.68rem, 2.1vw, .82rem); }
  body.ptc-site .hero-note svg {
    top: 31px;
    right: 19px;
    left: auto;
    width: 25px;
    height: 25px;
  }
}
