/*
Theme Name: RRB Rebuild
Theme URI: https://readreactandball.com/
Author: Read React & Ball
Description: A custom performance-focused WordPress theme for Read React & Ball.
Version: 1.1.0
Text Domain: rrb-rebuild
*/

:root {
  --rrb-orange: #F26419;
  --rrb-orange-dark: #C24E0F;
  --rrb-black: #080808;
  --rrb-dark: #0D0D0D;
  --rrb-card: #131313;
  --rrb-border: #242424;
  --rrb-white: #FFFFFF;
  --rrb-gray: #7A7A7A;
  --rrb-muted: #AAAAAA;
  --rrb-display: 'Bebas Neue', Impact, sans-serif;
  --rrb-body: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rrb-black); color: var(--rrb-white); font-family: var(--rrb-body); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.rrb-container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.rrb-section { padding: 88px 0; }
.rrb-section-dark { background: var(--rrb-dark); }
.rrb-eyebrow { display: block; margin-bottom: 12px; color: var(--rrb-orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rrb-heading { margin: 0 0 18px; font-family: var(--rrb-display); font-size: clamp(42px, 5vw, 66px); letter-spacing: .02em; line-height: .98; font-weight: 400; }
.rrb-heading .orange, .orange { color: var(--rrb-orange); }
.rrb-lead { max-width: 650px; margin: 0; color: var(--rrb-muted); font-size: 17px; line-height: 1.8; }
.rrb-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; cursor: pointer; }
.rrb-btn:hover { transform: translateY(-2px); }
.rrb-btn-primary { background: var(--rrb-orange); color: #fff; }
.rrb-btn-primary:hover { background: var(--rrb-orange-dark); }
.rrb-btn-secondary { border-color: #3b3b3b; background: transparent; color: #fff; }
.rrb-btn-secondary:hover { border-color: #fff; }
.rrb-btn-outline { border-color: var(--rrb-orange); color: var(--rrb-orange); }
.rrb-btn-outline:hover { background: var(--rrb-orange); color: #fff; }

/* Header */
.rrb-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: 72px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(8,8,8,.94); backdrop-filter: blur(16px); }
.rrb-nav { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.rrb-brand { display: inline-flex; align-items: center; gap: 10px; max-width: 230px; font-family: var(--rrb-display); font-size: 27px; letter-spacing: .035em; white-space: nowrap; overflow: hidden; }
.rrb-brand .custom-logo-link { display: inline-flex; align-items: center; height: 52px; max-width: 220px; }
.rrb-brand .custom-logo { display: block; width: auto; max-width: 220px; height: auto; max-height: 46px; object-fit: contain; object-position: left center; }
.rrb-brand-mark { width: 12px; height: 34px; background: var(--rrb-orange); transform: skew(-10deg); }
.rrb-brand span:last-child { color: var(--rrb-orange); }
.rrb-navlinks { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.rrb-navlinks > li { position: relative; }
.rrb-navlinks a, .rrb-navlinks button { display: inline-flex; align-items: center; padding: 12px 13px; border: 0; background: transparent; color: #999; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.rrb-navlinks a:hover, .rrb-navlinks button:hover { color: #fff; }
.rrb-navlinks .rrb-nav-cta { margin-left: 7px; padding: 11px 17px; border-radius: 5px; background: var(--rrb-orange); color: #fff; }
.rrb-dropdown { position: absolute; top: 100%; left: 0; width: 245px; padding: 8px; border: 1px solid var(--rrb-border); border-radius: 8px; background: #111; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s ease; }
.rrb-navlinks li:hover .rrb-dropdown, .rrb-navlinks li:focus-within .rrb-dropdown { opacity: 1; visibility: visible; transform: none; }
.rrb-dropdown a { display: block; border-radius: 5px; padding: 10px 12px; }
.rrb-dropdown a:hover { background: #191919; }
.rrb-menu-toggle { display: none; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.rrb-menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; }
.rrb-mobile-menu { display: none; position: fixed; z-index: 999; top: 72px; left: 0; right: 0; padding: 18px 20px 24px; border-bottom: 1px solid var(--rrb-border); background: #090909; }
.rrb-mobile-menu.open { display: block; }
.rrb-mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px solid #1b1b1b; color: #aaa; font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.rrb-mobile-training-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 12px 0; border: 0; border-bottom: 1px solid #1b1b1b; background: transparent; color: #aaa; font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.rrb-mobile-chevron { color: var(--rrb-orange); font-size: 18px; line-height: 1; transition: transform .18s ease; }
.rrb-mobile-training-toggle[aria-expanded="true"] .rrb-mobile-chevron { transform: rotate(180deg); }
.rrb-mobile-submenu { display: none; padding: 4px 0 7px 14px; border-bottom: 1px solid #1b1b1b; }
.rrb-mobile-submenu.open { display: block; }
.rrb-mobile-submenu a { padding: 10px 0; border-bottom: 0; color: #858585; font-size: 11.5px; letter-spacing: .035em; text-transform: none; }
.rrb-mobile-submenu a:hover { color: #fff; }
.rrb-mobile-menu .rrb-btn { margin-top: 16px; color: #fff; border-bottom: 0; }
.rrb-main { padding-top: 72px; }

/* Hero */
.rrb-hero { min-height: calc(100vh - 72px); position: relative; display: flex; align-items: center; overflow: hidden; background: #080808; }
.rrb-hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8,8,8,.96) 3%, rgba(8,8,8,.82) 42%, rgba(8,8,8,.32) 72%, rgba(8,8,8,.58) 100%), url('https://readreactandball.com/wp-content/uploads/2025/12/basketball-player-basketball-training-Travis-George-1.jpg'); background-size: cover; background-position: center; filter: saturate(.9); }
.rrb-hero-inner { position: relative; z-index: 2; padding: 80px 0; }
.rrb-hero-copy { max-width: 860px; }
.rrb-hero-title { margin: 0 0 24px; max-width: 850px; font-family: var(--rrb-display); font-size: clamp(58px, 5.7vw, 90px); line-height: .91; letter-spacing: .012em; font-weight: 400; }
.rrb-hero-copy p { max-width: 540px; margin: 0 0 32px; color: #b5b5b5; font-size: 17px; line-height: 1.75; }
.rrb-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.rrb-hero-player { display: none; }

/* Credibility */
.rrb-cred { background: var(--rrb-orange); }
.rrb-cred-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.rrb-cred-item { padding: 18px 12px; text-align: center; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rrb-cred-item + .rrb-cred-item { border-left: 1px solid rgba(255,255,255,.28); }

/* Cards */
.rrb-grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; overflow: hidden; border: 1px solid var(--rrb-border); border-radius: 10px; background: var(--rrb-border); }
.rrb-card { min-height: 260px; padding: 34px 28px; background: var(--rrb-card); transition: background .2s, transform .2s; }
.rrb-card:hover { background: #191919; }
.rrb-card-num { margin-bottom: 30px; color: var(--rrb-orange); font-family: var(--rrb-display); font-size: 42px; line-height: 1; opacity: .9; }
.rrb-card h3 { margin: 0 0 12px; font-family: var(--rrb-display); font-size: 27px; font-weight: 400; letter-spacing: .03em; line-height: 1; }
.rrb-card p { min-height: 78px; margin: 0 0 22px; color: #858585; font-size: 14px; line-height: 1.65; }
.rrb-text-link { color: var(--rrb-orange); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

/* Philosophy */
.rrb-philosophy { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
.rrb-phil { padding: 28px 34px; border-left: 1px solid var(--rrb-border); }
.rrb-phil:first-child { padding-left: 0; border-left: 0; }
.rrb-phil-number { color: #252525; font-family: var(--rrb-display); font-size: 76px; line-height: 1; }
.rrb-phil h3 { margin: 4px 0 10px; color: var(--rrb-orange); font-family: var(--rrb-display); font-size: 40px; font-weight: 400; letter-spacing: .03em; }
.rrb-phil p { margin: 0; color: #858585; font-size: 15px; line-height: 1.75; }

/* Video */
.rrb-video-wrap { margin-top: 38px; overflow: hidden; border: 1px solid var(--rrb-border); border-radius: 12px; background: #000; box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.rrb-video-wrap video { display: block; width: 100%; aspect-ratio: 16/9; background: #000; object-fit: cover; }
.rrb-centered { text-align: center; }
.rrb-centered .rrb-lead { margin-right: auto; margin-left: auto; }

/* Travis */
.rrb-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.rrb-photo { position: relative; overflow: hidden; min-height: 0; aspect-ratio: 4 / 5; border: 1px solid var(--rrb-border); border-radius: 12px; background: #111; }
.rrb-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(8,8,8,.05), rgba(8,8,8,.28)); }
.rrb-photo img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 13%; filter: brightness(.68) contrast(1.08) saturate(.82); }
.rrb-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 30px; }
.rrb-tag { padding: 7px 12px; border: 1px solid var(--rrb-border); border-radius: 999px; color: #aaa; font-size: 12px; }

/* Pricing preview */
.rrb-pricing-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; overflow: hidden; border: 1px solid var(--rrb-border); border-radius: 10px; background: var(--rrb-border); }
.rrb-price-card { padding: 30px 25px; background: var(--rrb-card); }
.rrb-price-card small { display: block; margin-bottom: 8px; color: #777; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rrb-price-card h3 { margin: 0 0 10px; font-family: var(--rrb-display); font-size: 25px; font-weight: 400; line-height: 1.05; }
.rrb-price-card p { margin: 0 0 24px; color: var(--rrb-orange); font-size: 14px; font-weight: 700; }

/* CTA */
.rrb-final-cta { padding: 96px 0; border-top: 1px solid var(--rrb-border); background: radial-gradient(circle at 50% 0, rgba(242,100,25,.13), transparent 42%), #090909; text-align: center; }
.rrb-final-cta h2 { margin: 0 0 18px; font-family: var(--rrb-display); font-size: clamp(54px, 7vw, 90px); line-height: .9; font-weight: 400; }
.rrb-final-cta p { margin: 0 auto 30px; max-width: 620px; color: #999; }
.rrb-cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* Inner pages */
.rrb-page-hero { padding: 84px 0 58px; border-bottom: 1px solid var(--rrb-border); background: linear-gradient(180deg, #0d0d0d, #080808); }
.rrb-page-hero h1 { margin: 0 0 14px; font-family: var(--rrb-display); font-size: clamp(52px, 6vw, 78px); line-height: .95; font-weight: 400; }
.rrb-content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 40px; }
.rrb-pillar { padding: 26px; border: 1px solid var(--rrb-border); border-radius: 9px; background: var(--rrb-card); }
.rrb-pillar h3 { margin: 0 0 8px; font-family: var(--rrb-display); font-size: 27px; font-weight: 400; }
.rrb-pillar p { margin: 0; color: #8d8d8d; font-size: 14px; line-height: 1.7; }
.rrb-packages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 30px 0 45px; border: 1px solid var(--rrb-border); border-radius: 10px; overflow: hidden; background: var(--rrb-border); }
.rrb-package { padding: 27px 23px; background: var(--rrb-card); }
.rrb-package.best { background: #17150f; box-shadow: inset 0 3px var(--rrb-orange); }
.rrb-package small { color: #777; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rrb-package .amount { margin: 12px 0 7px; font-family: var(--rrb-display); font-size: 47px; line-height: 1; }
.rrb-package p { min-height: 44px; color: #888; font-size: 13px; }
.rrb-copy p { color: #aaa; line-height: 1.85; }
.rrb-copy strong { color: #fff; }
.rrb-subhead { margin: 34px 0 12px; color: var(--rrb-orange); font-family: var(--rrb-display); font-size: 31px; font-weight: 400; }
.rrb-checklist { list-style: none; margin: 20px 0; padding: 0; }
.rrb-checklist li { padding: 11px 0 11px 24px; border-bottom: 1px solid var(--rrb-border); color: #a0a0a0; position: relative; }
.rrb-checklist li:before { content: '+'; position: absolute; left: 0; color: var(--rrb-orange); font-weight: 900; }
.rrb-wp-content { color: #aaa; }
.rrb-wp-content > *:first-child { margin-top: 0; }


/* Contact form */
.rrb-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.rrb-contact-direct { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--rrb-border); }
.rrb-contact-direct span { display: block; margin-bottom: 6px; color: #777; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.rrb-contact-direct a { color: var(--rrb-orange); font-size: 15px; font-weight: 700; word-break: break-word; }
.rrb-contact-panel { padding: 34px; border: 1px solid var(--rrb-border); border-radius: 12px; background: var(--rrb-card); }
.rrb-contact-title { margin: 0 0 26px; font-family: var(--rrb-display); font-size: 38px; line-height: 1; font-weight: 400; }
.rrb-contact-form { display: grid; gap: 20px; }
.rrb-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.rrb-field { display: grid; gap: 8px; }
.rrb-field label { color: #b9b9b9; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.rrb-field label span { color: var(--rrb-orange); }
.rrb-field input, .rrb-field select, .rrb-field textarea { width: 100%; border: 1px solid #303030; border-radius: 6px; outline: none; background: #0c0c0c; color: #fff; padding: 13px 14px; transition: border-color .18s, box-shadow .18s; }
.rrb-field input, .rrb-field select { min-height: 48px; }
.rrb-field textarea { min-height: 150px; resize: vertical; }
.rrb-field input:focus, .rrb-field select:focus, .rrb-field textarea:focus { border-color: var(--rrb-orange); box-shadow: 0 0 0 3px rgba(242,100,25,.11); }
.rrb-field input::placeholder, .rrb-field textarea::placeholder { color: #5f5f5f; }
.rrb-form-submit { width: 100%; min-height: 54px; }
.rrb-form-note { margin: -5px 0 0; color: #686868; font-size: 11px; text-align: center; }
.rrb-form-alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 6px; font-size: 13px; line-height: 1.6; }
.rrb-form-success { border: 1px solid rgba(88,184,120,.4); background: rgba(88,184,120,.08); color: #b7dec4; }
.rrb-form-error { border: 1px solid rgba(242,100,25,.42); background: rgba(242,100,25,.08); color: #efb08f; }
.rrb-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }

/* Footer */
.rrb-footer { padding: 64px 0 26px; border-top: 1px solid var(--rrb-border); background: #050505; }
.rrb-footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; gap: 40px; }
.rrb-footer-brand p { max-width: 300px; color: #777; font-size: 13px; }
.rrb-footer h4 { margin: 0 0 14px; color: #aaa; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rrb-footer a { display: block; padding: 5px 0; color: #7f7f7f; font-size: 13px; }
.rrb-footer a:hover { color: #fff; }
.rrb-socials { display: flex; gap: 8px; margin-top: 18px; }
.rrb-socials a { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; padding: 0; border: 1px solid var(--rrb-border); border-radius: 5px; text-transform: uppercase; font-size: 10px; }
.rrb-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--rrb-border); color: #626262; font-size: 12px; }

@media (max-width: 1100px) and (min-width: 861px) {
  .rrb-nav { gap: 12px; }
  .rrb-brand { max-width: 185px; }
  .rrb-brand .custom-logo-link { max-width: 180px; }
  .rrb-brand .custom-logo { max-width: 180px; max-height: 42px; }
  .rrb-navlinks a, .rrb-navlinks button { padding: 12px 8px; font-size: 11px; }
  .rrb-navlinks .rrb-nav-cta { margin-left: 3px; padding: 10px 12px; }
}

@media (max-width: 980px) {
  .rrb-hero-bg { background-image: linear-gradient(90deg, rgba(8,8,8,.95), rgba(8,8,8,.63)), url('https://readreactandball.com/wp-content/uploads/2025/12/basketball-player-basketball-training-Travis-George-1.jpg'); }
  .rrb-grid4, .rrb-pricing-preview { grid-template-columns: repeat(2, 1fr); }
  .rrb-packages { grid-template-columns: repeat(2, 1fr); }
  .rrb-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .rrb-navlinks { display: none; }
  .rrb-menu-toggle { display: block; }
  .rrb-split { grid-template-columns: 1fr; gap: 36px; }
  .rrb-photo { aspect-ratio: 16 / 10; max-height: 520px; }
  .rrb-photo img { object-position: center 12%; }
}

@media (max-width: 700px) {
  .rrb-container { width: min(100% - 30px, 1120px); }
  .rrb-section { padding: 58px 0; }
  .rrb-hero { min-height: auto; }
  .rrb-hero-inner { padding: 48px 0 54px; }
  .rrb-hero-title { margin-bottom: 20px; font-size: clamp(44px, 12.8vw, 58px); line-height: .94; }
  .rrb-hero-copy p { margin-bottom: 26px; font-size: 15.5px; line-height: 1.6; }
  .rrb-eyebrow { margin-bottom: 13px; font-size: 11px; line-height: 1.45; }
  .rrb-hero-player { display: none; }
  .rrb-hero-bg { background-position: 65% center; }
  .rrb-cred-inner { grid-template-columns: 1fr 1fr; }
  .rrb-cred-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .rrb-cred-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.25); }
  .rrb-grid4, .rrb-pricing-preview, .rrb-content-grid, .rrb-packages { grid-template-columns: 1fr; }
  .rrb-card { min-height: 0; padding: 28px 24px; }
  .rrb-card-num { margin-bottom: 22px; font-size: 38px; }
  .rrb-card p { min-height: 0; margin-bottom: 18px; }
  .rrb-philosophy { grid-template-columns: 1fr; margin-top: 28px; }
  .rrb-phil { padding: 22px 0; border-left: 0; border-top: 1px solid var(--rrb-border); }
  .rrb-phil:first-child { border-top: 0; }
  .rrb-phil-number { font-size: 58px; }
  .rrb-phil h3 { margin-top: 2px; font-size: 35px; }
  .rrb-phil p { font-size: 14.5px; line-height: 1.65; }
  .rrb-video-wrap { margin-top: 28px; }
  .rrb-split { gap: 28px; }
  .rrb-photo { aspect-ratio: 1 / 1; max-height: none; }
  .rrb-photo img { object-position: center 12%; }
  .rrb-footer-grid { grid-template-columns: 1fr; }
  .rrb-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .rrb-contact-panel { padding: 26px 22px; }
  .rrb-form-row { grid-template-columns: 1fr; }
  .rrb-footer-bottom { flex-direction: column; }
  .rrb-btn { width: 100%; }
  .rrb-hero-actions, .rrb-cta-actions { width: 100%; }
}

@media (max-width: 480px) {
  .rrb-brand { max-width: 190px; }
  .rrb-brand .custom-logo-link { max-width: 185px; }
  .rrb-brand .custom-logo { max-width: 185px; max-height: 44px; }
  .rrb-hero-title { font-size: clamp(41px, 12vw, 50px); }
  .rrb-hero-copy p { font-size: 15px; }
  .rrb-hero-actions { gap: 10px; }
  .rrb-btn { padding-top: 14px; padding-bottom: 14px; }
}

/* Merch Coming Soon */
.rrb-merch-coming-soon {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  padding: 108px 0 86px;
  background:
    radial-gradient(circle at 50% 18%, rgba(242,100,25,.09), transparent 28%),
    linear-gradient(180deg, #0a0a0a 0%, #080808 100%);
}
.rrb-merch-inner { max-width: 920px; text-align: center; }
.rrb-merch-inner .rrb-eyebrow { margin-bottom: 20px; }
.rrb-merch-title {
  margin: 0;
  font-family: var(--rrb-display);
  font-size: clamp(74px, 10vw, 132px);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .78;
}
.rrb-merch-title span { color: var(--rrb-orange); }
.rrb-merch-copy {
  max-width: 760px;
  margin: 42px auto 28px;
  color: #8b8b8b;
  font-size: 17px;
  line-height: 1.8;
}
.rrb-merch-notify { min-width: 300px; min-height: 58px; }
.rrb-merch-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 820px;
  margin: 54px auto 0;
}
.rrb-merch-feature {
  min-height: 142px;
  padding: 26px 22px;
  border: 1px solid var(--rrb-border);
  border-radius: 10px;
  background: #131313;
}
.rrb-merch-feature h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.rrb-merch-feature p {
  margin: 0;
  color: #7e7e7e;
  font-size: 13px;
  line-height: 1.65;
}
@media (max-width: 700px) {
  .rrb-merch-coming-soon { min-height: auto; padding: 88px 0 64px; }
  .rrb-merch-title { font-size: clamp(70px, 23vw, 104px); line-height: .82; }
  .rrb-merch-copy { margin-top: 34px; font-size: 15px; line-height: 1.7; }
  .rrb-merch-notify { width: 100%; min-width: 0; }
  .rrb-merch-features { grid-template-columns: 1fr; gap: 10px; margin-top: 36px; }
  .rrb-merch-feature { min-height: 0; padding: 22px 18px; }
}


/* About page refinements */
.rrb-about-story { align-items: center; }
.rrb-about-story .rrb-copy { max-width: 620px; }
.rrb-about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.rrb-about-tag { padding: 7px 12px; border: 1px solid var(--rrb-border); border-radius: 999px; color: #aaa; font-size: 12px; }
.rrb-about-method { padding-top: 0; }
.rrb-about-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid var(--rrb-border); border-radius: 10px; background: var(--rrb-border); }
.rrb-about-method-card { padding: 28px 26px; background: var(--rrb-card); }
.rrb-about-method-card span { display: block; margin-bottom: 16px; color: var(--rrb-orange); font-family: var(--rrb-display); font-size: 38px; line-height: 1; }
.rrb-about-method-card h3 { margin: 0 0 10px; font-family: var(--rrb-display); font-size: 28px; font-weight: 400; }
.rrb-about-method-card p { margin: 0; color: #8f8f8f; font-size: 14px; line-height: 1.7; }
.rrb-about-cta { margin-top: 30px; }
@media (max-width: 700px) {
  .rrb-page-hero { padding: 58px 0 42px; }
  .rrb-page-hero h1 { font-size: clamp(46px, 13vw, 60px); }
  .rrb-about-story .rrb-photo { aspect-ratio: 4 / 3; }
  .rrb-about-story .rrb-photo img { object-position: center 14%; }
  .rrb-about-method-grid { grid-template-columns: 1fr; }
  .rrb-about-method-card { padding: 24px 22px; }
}
