/* Fix #3 - Font display swap */
@font-face {
  font-display: swap;
}

/* Fix #5 - Avoid large layout shifts */
img {
  width: auto;
  height: auto;
}

.wp-block-image img,
.woocommerce img,
.attachment-woocommerce_thumbnail,
.attachment-shop_catalog {
  width: 100%;
  height: auto;
}

/* Fix #9 - Prevent layout shifts from images without dimensions */
img:not([width]):not([height]) {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
}
body:not(.home) .chatway-widget-container,
body:not(.home) #chatway-widget,
body:not(.home) [id*="chatway"],
body:not(.home) [class*="chatway"] {
  display: none !important;
}

/* ===== Pittsburgh's Rivers of Fire Festival Page ===== */

.rof-page, .rof-page *, .rof-page *::before, .rof-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.rof-page {
--fire-red: #D62828;
--fire-orange: #F77F00;
--fire-yellow: #FCBF49;
--dark-charcoal: #1A1A1A;
--smoke-gray: #2D2D2D;
--light-text: #F5F0E8;
--warm-white: #FFF8F0;
--accent-gold: #EAB308;
--pepper-green: #4A7C59;
}
.rof-page { scroll-behavior: smooth; }
.rof-page {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: var(--dark-charcoal);
color: var(--light-text);
line-height: 1.7;
overflow-x: hidden;
}
.rof-page a { color: var(--fire-yellow); text-decoration: none; transition: color 0.3s; }
.rof-page a:hover { color: var(--fire-orange); }
.rof-page .hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: linear-gradient(135deg, #1a0000 0%, #4a0000 30%, #8B0000 50%, #4a0000 70%, #1a0000 100%);
overflow: hidden;
}
.rof-page .hero::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background:
radial-gradient(ellipse at 20% 80%, rgba(247, 127, 0, 0.3) 0%, transparent 50%),
radial-gradient(ellipse at 80% 20%, rgba(214, 40, 40, 0.4) 0%, transparent 50%),
radial-gradient(ellipse at 50% 50%, rgba(252, 191, 73, 0.1) 0%, transparent 70%);
animation: fireGlow 4s ease-in-out infinite alternate;
}
@keyframes fireGlow {
0% { opacity: 0.7; }
100% { opacity: 1; }
}
.rof-page .hero-content {
position: relative;
z-index: 2;
max-width: 900px;
padding: 2rem;
}
.rof-page .hero-badge {
display: inline-block;
background: var(--fire-orange);
color: var(--dark-charcoal);
font-weight: 800;
font-size: 0.85rem;
letter-spacing: 3px;
text-transform: uppercase;
padding: 0.5rem 1.5rem;
border-radius: 50px;
margin-bottom: 1.5rem;
}
.rof-page .hero h1 {
font-size: clamp(2.5rem, 7vw, 5rem);
font-weight: 900;
line-height: 1.1;
text-transform: uppercase;
letter-spacing: -1px;
margin-bottom: 0.5rem;
}
.rof-page .hero h1 .fire-text {
background: linear-gradient(180deg, var(--fire-yellow) 0%, var(--fire-orange) 50%, var(--fire-red) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.rof-page .hero-date {
font-size: clamp(1.2rem, 3vw, 1.8rem);
font-weight: 600;
color: var(--fire-yellow);
margin: 1rem 0;
letter-spacing: 1px;
}
.rof-page .hero-venue {
font-size: 1.1rem;
color: rgba(245, 240, 232, 0.8);
margin-bottom: 2rem;
}
.rof-page .hero-venue strong { color: var(--light-text); }
.rof-page .cta-button {
display: inline-block;
background: linear-gradient(135deg, var(--fire-orange), var(--fire-red));
color: #fff;
font-size: 1.2rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
padding: 1rem 3rem;
border-radius: 50px;
border: none;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 25px rgba(214, 40, 40, 0.4);
text-decoration: none;
}
.rof-page .cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 8px 35px rgba(214, 40, 40, 0.6);
color: #fff;
}
.rof-page .cta-sub {
display: block;
margin-top: 0.75rem;
font-size: 0.85rem;
color: rgba(245,240,232,0.5);
}
.rof-page .flame-divider {
height: 6px;
background: linear-gradient(90deg, var(--fire-red), var(--fire-orange), var(--fire-yellow), var(--fire-orange), var(--fire-red));
background-size: 200% 100%;
animation: flameSweep 3s linear infinite;
}
@keyframes flameSweep {
0% { background-position: 0% 50%; }
100% { background-position: 200% 50%; }
}
.rof-page section {
padding: 5rem 2rem;
}
.rof-page .container {
max-width: 1100px;
margin: 0 auto;
}
.rof-page .section-title {
font-size: clamp(1.8rem, 4vw, 2.8rem);
font-weight: 900;
text-transform: uppercase;
text-align: center;
margin-bottom: 0.5rem;
display: flex !important;
justify-content: center !important;
gap: 0.4em;
flex-wrap: wrap;
}
.rof-page .section-title .highlight { color: var(--fire-orange); }
.rof-page .section-subtitle {
text-align: center;
color: rgba(245,240,232,0.6);
font-size: 1.05rem;
margin-bottom: 3rem;
}
.rof-page .about { background: var(--smoke-gray); }
.rof-page .about-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
}
.rof-page .about-text p {
margin-bottom: 1.2rem;
font-size: 1.05rem;
color: rgba(245,240,232,0.85);
}
.rof-page .about-text p:first-child::first-letter {
font-size: 3rem;
font-weight: 900;
color: var(--fire-orange);
float: left;
line-height: 1;
margin-right: 0.5rem;
}
.rof-page .stat-box {
background: linear-gradient(135deg, rgba(214,40,40,0.15), rgba(247,127,0,0.1));
border: 1px solid rgba(247,127,0,0.3);
border-radius: 16px;
padding: 2.5rem;
text-align: center;
}
.rof-page .stat-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
}
.rof-page .stat-item .stat-number {
font-size: 2.5rem;
font-weight: 900;
color: var(--fire-orange);
line-height: 1.2;
}
.rof-page .stat-item .stat-label {
font-size: 0.85rem;
color: rgba(245,240,232,0.6);
text-transform: uppercase;
letter-spacing: 1px;
}
.rof-page .expect { background: var(--dark-charcoal); }
.rof-page .expect-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
}
.rof-page .expect-card {
background: var(--smoke-gray);
border-radius: 16px;
padding: 2rem;
text-align: center;
border: 1px solid rgba(255,255,255,0.05);
transition: transform 0.3s, border-color 0.3s;
}
.rof-page .expect-card:hover {
transform: translateY(-5px);
border-color: rgba(247,127,0,0.3);
}
.rof-page .expect-icon {
font-size: 3rem;
margin-bottom: 1rem;
}
.rof-page .expect-card h3 {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 0.75rem;
color: var(--fire-yellow);
}
.rof-page .expect-card p {
color: rgba(245,240,232,0.7);
font-size: 0.95rem;
}
.rof-page .vendors { background: var(--smoke-gray); }
.rof-page .vendor-highlight {
text-align: center;
max-width: 750px;
margin: 0 auto 2.5rem;
color: rgba(245,240,232,0.8);
font-size: 1.05rem;
}
.rof-page .vendor-cta-box {
background: linear-gradient(135deg, rgba(214,40,40,0.2), rgba(247,127,0,0.15));
border: 2px dashed var(--fire-orange);
border-radius: 16px;
padding: 2.5rem;
text-align: center;
max-width: 700px;
margin: 0 auto;
}
.rof-page .vendor-cta-box h3 {
font-size: 1.4rem;
margin-bottom: 0.75rem;
color: var(--fire-yellow);
}
.rof-page .vendor-cta-box p {
color: rgba(245,240,232,0.7);
margin-bottom: 1.5rem;
}
.rof-page .itinerary { background: var(--dark-charcoal); }
.rof-page .coming-soon-box {
background: var(--smoke-gray);
border-radius: 16px;
padding: 3rem;
text-align: center;
max-width: 700px;
margin: 0 auto;
border: 1px solid rgba(255,255,255,0.08);
}
.rof-page .coming-soon-box .clock-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.rof-page .coming-soon-box h3 {
font-size: 1.5rem;
color: var(--fire-yellow);
margin-bottom: 0.75rem;
}
.rof-page .coming-soon-box p {
color: rgba(245,240,232,0.7);
margin-bottom: 1.5rem;
}
.rof-page .poll-section { background: var(--smoke-gray); }
.rof-page .poll-box {
background: var(--dark-charcoal);
border-radius: 16px;
padding: 2.5rem;
max-width: 600px;
margin: 0 auto;
border: 1px solid rgba(247,127,0,0.2);
}
.rof-page .poll-box h3 {
font-size: 1.3rem;
text-align: center;
margin-bottom: 1.5rem;
color: var(--fire-yellow);
}
.rof-page .poll-option {
display: flex;
align-items: center;
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 12px;
padding: 1rem 1.25rem;
margin-bottom: 0.75rem;
cursor: pointer;
transition: all 0.3s;
}
.rof-page .poll-option:hover {
border-color: var(--fire-orange);
background: rgba(247,127,0,0.08);
}
.rof-page .poll-option .poll-emoji { font-size: 1.5rem; margin-right: 1rem; }
.rof-page .poll-option .poll-label { font-size: 1rem; font-weight: 600; }
.rof-page .poll-note {
text-align: center;
color: rgba(245,240,232,0.4);
font-size: 0.85rem;
margin-top: 1.25rem;
font-style: italic;
}
.rof-page .recap { background: var(--dark-charcoal); }
.rof-page .recap-highlights {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
margin-bottom: 2.5rem;
}
.rof-page .recap-item {
background: var(--smoke-gray);
border-radius: 12px;
padding: 1.5rem;
border-left: 4px solid var(--fire-orange);
}
.rof-page .recap-item h4 {
color: var(--fire-yellow);
margin-bottom: 0.5rem;
font-size: 1.05rem;
}
.rof-page .recap-item p {
color: rgba(245,240,232,0.7);
font-size: 0.92rem;
}
.rof-page .venue { background: var(--smoke-gray); }
.rof-page .venue-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
}
.rof-page .venue-info h3 {
font-size: 1.6rem;
font-weight: 800;
margin-bottom: 0.75rem;
color: var(--fire-yellow);
}
.rof-page .venue-info p {
color: rgba(245,240,232,0.8);
margin-bottom: 1rem;
font-size: 1.02rem;
}
.rof-page .venue-detail {
display: flex;
align-items: flex-start;
margin-bottom: 0.75rem;
}
.rof-page .venue-detail .v-icon {
font-size: 1.2rem;
margin-right: 0.75rem;
min-width: 24px;
}
.rof-page .venue-detail span { color: rgba(245,240,232,0.8); }
.rof-page .venue-map {
border-radius: 16px;
overflow: hidden;
border: 2px solid rgba(255,255,255,0.1);
}
.rof-page .venue-map iframe {
width: 100%;
height: 350px;
border: none;
}
.rof-page .cta-banner {
background: linear-gradient(135deg, #8B0000 0%, var(--fire-red) 40%, var(--fire-orange) 100%);
text-align: center;
padding: 4rem 2rem;
}
.rof-page .cta-banner h2 {
font-size: clamp(1.8rem, 4vw, 2.5rem);
font-weight: 900;
text-transform: uppercase;
margin-bottom: 1rem;
}
.rof-page .cta-banner p {
font-size: 1.1rem;
margin-bottom: 2rem;
opacity: 0.9;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
}
.rof-page .faq { background: var(--dark-charcoal); }
.rof-page .faq-list {
max-width: 800px;
margin: 0 auto;
}
.rof-page .faq-item {
border-bottom: 1px solid rgba(255,255,255,0.08);
padding: 1.5rem 0;
}
.rof-page .faq-question {
font-size: 1.1rem;
font-weight: 700;
color: var(--fire-yellow);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.rof-page .faq-question::after {
content: '+';
font-size: 1.5rem;
color: var(--fire-orange);
transition: transform 0.3s;
}
.rof-page .faq-item.active .faq-question::after {
transform: rotate(45deg);
}
.rof-page .faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.3s;
color: rgba(245,240,232,0.75);
font-size: 0.98rem;
}
.rof-page .faq-item.active .faq-answer {
max-height: 300px;
padding-top: 1rem;
}
.rof-page footer {
background: #111;
text-align: center;
padding: 3rem 2rem;
border-top: 1px solid rgba(255,255,255,0.05);
}
.rof-page .footer-links {
display: flex;
justify-content: center;
gap: 2rem;
flex-wrap: wrap;
margin-bottom: 1.5rem;
}
.rof-page .footer-links a {
color: rgba(245,240,232,0.6);
font-size: 0.9rem;
transition: color 0.3s;
}
.rof-page .footer-links a:hover { color: var(--fire-orange); }
.rof-page .footer-legal {
color: rgba(245,240,232,0.3);
font-size: 0.8rem;
}
@media (max-width: 768px) {
.rof-page .about-grid {
grid-template-columns: 1fr;
}
.rof-page .stat-grid {
grid-template-columns: 1fr 1fr;
}
.rof-page section { padding: 3.5rem 1.25rem; }
.rof-page .hero { min-height: 90vh; }
}
/* Mobile only: stack venue + stats into single column */
@media (max-width: 480px) {
.rof-page .venue-grid {
grid-template-columns: 1fr !important;
}
.rof-page .venue-map iframe {
height: 280px;
}
.rof-page .stat-grid { grid-template-columns: 1fr; }
.rof-page .footer-links { flex-direction: column; gap: 0.75rem; }
}

/* ===== Full-Width Breakout for Rivers of Fire Page ===== */
.rof-page {
width: 100vw !important;
max-width: 100vw !important;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw !important;
margin-right: -50vw !important;
overflow-x: hidden;
}
.rof-page .hero {
min-height: 80vh;
}
/* Remove any padding from parent containers on this page */
.page-id-13702 .page-wrapper .page-title-inner,
.page-id-13702 .row.row-main,
.page-id-13702 .large-12.col,
.page-id-13702 .col-inner,
.page-id-13702 .entry-content {
padding: 0 !important;
max-width: 100% !important;
width: 100% !important;
margin: 0 !important;
}
.page-id-13702 .page-title {
display: none;
}

/* ===== YinzBinz Page Styles (scoped with .ybz-page) ===== */
:root {
  --pgh-black: #1a1a1a;
  --pgh-gold: #FFB81C;
  --pgh-gold-dark: #D4960E;
  --pgh-gold-light: #FFD166;
  --steel-gray: #2a2a2e;
  --steel-gray-light: #3a3a40;
  --bridge-gray: #e8e4df;
  --text-light: #f5f0e8;
  --text-muted: rgba(245, 240, 232, 0.6);
}

.ybz-page * { margin: 0; padding: 0; box-sizing: border-box; }

.ybz-page {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text-light);
  line-height: 1.7;
  background: var(--pgh-black);
  overflow-x: hidden;
}

.ybz-page a { color: var(--pgh-gold); text-decoration: none; transition: color 0.3s; }
.ybz-page a:hover { color: var(--pgh-gold-light); }

/* --- Hero Section --- */
.ybz-page .hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 30%, #2a2a2e 50%, #1a1a1a 70%, #0d0d0d 100%);
  overflow: hidden;
}
.ybz-page .hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(255, 184, 28, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(255, 184, 28, 0.05) 0%, transparent 50%);
  animation: shimmer 15s ease-in-out infinite alternate;
}
@keyframes shimmer {
  0% { transform: translateX(-5%) translateY(-5%); }
  100% { transform: translateX(5%) translateY(5%); }
}
.ybz-page .hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 2rem 1.5rem;
}
.ybz-page .hero-badge {
  display: inline-block;
  background: rgba(255, 184, 28, 0.15);
  border: 1px solid rgba(255, 184, 28, 0.3);
  color: var(--pgh-gold);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ybz-page .hero h1 .fire-text {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
  background: linear-gradient(180deg, var(--pgh-gold) 0%, var(--pgh-gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ybz-page .hero-tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: rgba(245, 240, 232, 0.7);
  margin: 1.5rem 0;
  font-weight: 300;
}
.ybz-page .hero-sub {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}
.ybz-page .gold-divider {
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--pgh-gold), transparent);
}
.ybz-page .section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.4em;
  flex-wrap: wrap;
}
.ybz-page .section-title .highlight { color: var(--pgh-gold); }
.ybz-page .section-subtitle {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 3rem;
}
.ybz-page .story { background: var(--steel-gray); }
.ybz-page section { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; }
.ybz-page .story-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.ybz-page .story-content p {
  color: rgba(245,240,232,0.85);
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.ybz-page .story-content .drop-cap::first-letter {
  font-size: 3.5rem;
  float: left;
  line-height: 1;
  margin-right: 0.5rem;
  color: var(--pgh-gold);
  font-weight: 900;
}
/* --- Two Brands Section --- */
.ybz-page .brands { background: var(--pgh-black); }
.ybz-page .brands-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 2rem;
}
.ybz-page .brand-card {
  background: var(--steel-gray);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 184, 28, 0.1);
  transition: border-color 0.3s, transform 0.3s;
}
.ybz-page .brand-card:hover {
  border-color: rgba(255, 184, 28, 0.3);
  transform: translateY(-4px);
}
.ybz-page .brand-card .brand-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.ybz-page .brand-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--pgh-gold);
  margin-bottom: 0.5rem;
}
.ybz-page .brand-card .brand-type {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.ybz-page .brand-card p {
  color: rgba(245,240,232,0.8);
  font-size: 1rem;
  margin-bottom: 1rem;
}
.ybz-page .brand-card ul {
  list-style: none;
  padding: 0;
}
.ybz-page .brand-card ul li {
  padding: 0.4rem 0;
  color: rgba(245,240,232,0.75);
  font-size: 0.95rem;
}
.ybz-page .brand-card ul li::before {
  content: '\2726 ';
  color: var(--pgh-gold);
  margin-right: 0.5rem;
}

/* --- Cooperation / Agreement Section --- */
.ybz-page .cooperation { background: var(--steel-gray); }
.ybz-page .coop-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: rgba(245,240,232,0.8);
  line-height: 1.8;
}
.ybz-page .coop-content p {
  margin-bottom: 1.5rem;
}
.ybz-page .agreement-box {
  background: rgba(255, 184, 28, 0.08);
  border: 1px solid rgba(255, 184, 28, 0.25);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
}
.ybz-page .agreement-box h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--pgh-gold);
  margin-bottom: 1rem;
}
.ybz-page .agreement-box p {
  color: rgba(245,240,232,0.75);
  font-size: 1rem;
  line-height: 1.7;
}

/* --- Comparison Table --- */
.ybz-page .comparison { background: var(--pgh-black); }
.ybz-page .compare-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
}
.ybz-page .compare-table thead th {
  background: var(--pgh-gold);
  color: var(--pgh-black);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  text-align: left;
}
.ybz-page .compare-table tbody td {
  background: var(--steel-gray);
  padding: 1rem 1.5rem;
  color: rgba(245,240,232,0.85);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.95rem;
}
.ybz-page .compare-table tbody tr:last-child td {
  border-bottom: none;
}
.ybz-page .compare-table .brand-name {
  color: var(--pgh-gold);
  font-weight: 700;
}
/* --- CTA Banner --- */
.ybz-page .cta-banner {
  background: linear-gradient(135deg, #2a2000 0%, #4a3500 30%, #5a4200 50%, #4a3500 70%, #2a2000 100%);
  text-align: center;
  padding: 4rem 2rem;
}
.ybz-page .cta-banner h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--pgh-gold);
  margin-bottom: 1rem;
}
.ybz-page .cta-banner p {
  color: rgba(245,240,232,0.8);
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 2rem;
}
.ybz-page .cta-button {
  display: inline-block;
  background: var(--pgh-gold);
  color: var(--pgh-black) !important;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
  border: 2px solid var(--pgh-gold);
}
.ybz-page .cta-button:hover {
  background: transparent;
  color: var(--pgh-gold) !important;
}
.ybz-page .cta-button-outline {
  display: inline-block;
  background: transparent;
  color: var(--pgh-gold) !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
  border: 2px solid rgba(255, 184, 28, 0.4);
  margin-top: 1rem;
}
.ybz-page .cta-button-outline:hover {
  border-color: var(--pgh-gold);
  background: rgba(255, 184, 28, 0.1);
}
.ybz-page .cta-small {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 1rem;
}
/* --- FAQ Section --- */
.ybz-page .faq { background: var(--steel-gray); }
.ybz-page .faq-list { max-width: 800px; margin: 0 auto; }
.ybz-page .faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 1.25rem 0;
}
.ybz-page .faq-question {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pgh-gold);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ybz-page .faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--pgh-gold);
  transition: transform 0.3s;
}
.ybz-page .faq-item.active .faq-question::after {
  transform: rotate(45deg);
}
.ybz-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: rgba(245,240,232,0.75);
  font-size: 1rem;
}
.ybz-page .faq-item.active .faq-answer {
  max-height: 300px;
  padding-top: 1rem;
}

/* --- Footer --- */
.ybz-page .page-footer {
  background: var(--pgh-black);
  text-align: center;
  padding: 3rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.ybz-page .footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.ybz-page .footer-links a {
  color: rgba(245,240,232,0.6);
  font-size: 0.9rem;
  transition: color 0.3s;
}
.ybz-page .footer-links a:hover { color: var(--pgh-gold); }
.ybz-page .page-footer p {
  color: rgba(245,240,232,0.3);
  font-size: 0.8rem;
}
/* --- Responsive --- */
@media (max-width: 768px) {
  .ybz-page .brands-grid {
    grid-template-columns: 1fr;
  }
  .ybz-page section { padding: 3.5rem 1.25rem; }
  .ybz-page .hero { min-height: 60vh; }
}
@media (max-width: 480px) {
  .ybz-page .footer-links { flex-direction: column; gap: 0.75rem; }
  .ybz-page .compare-table { font-size: 0.85rem; }
  .ybz-page .compare-table thead th, .ybz-page .compare-table tbody td { padding: 0.75rem 1rem; }
}


/* --- Mobile fix: comparison table fit --- */
@media (max-width: 767px) {
  .ybz-page .comparison { padding-left: 0.75rem; padding-right: 0.75rem; }
  .ybz-page .compare-table { font-size: 0.8rem; table-layout: fixed; width: 100%; word-break: break-word; }
  .ybz-page .compare-table thead th,
  .ybz-page .compare-table tbody td { padding: 0.6rem 0.5rem; }
  .ybz-page .compare-table tbody td:first-child,
  .ybz-page .compare-table thead th:first-child { width: 22%; }
}
@media (max-width: 480px) {
  .ybz-page .comparison { padding-left: 0.5rem; padding-right: 0.5rem; }
  .ybz-page .compare-table { font-size: 0.72rem; }
  .ybz-page .compare-table thead th,
  .ybz-page .compare-table tbody td { padding: 0.5rem 0.4rem; }
  .ybz-page .compare-table thead th { font-size: 0.68rem; letter-spacing: 0.5px; }
}

/* ===== Full-Width Breakout for YinzBinz Page ===== */
.ybz-page {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow-x: hidden;
}
.page-id-14046 .page-wrapper .page-title-inner,
.page-id-14046 .row.row-main,
.page-id-14046 .large-12.col,
.page-id-14046 .col-inner,
.page-id-14046 .entry-content {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}
.page-id-14046 .page-title {
  display: none;
}