/* ==========================================================================
   Service Detail Pages — shared styles
   Used by the 9 page-{slug}.php templates built from Brandon's svc-*.html
   mockups (Stallion Flyers, Pageant Ads, Autograph Sheets, Team Roping,
   Logo & Branding, Social Media, SEO & SEM, Web Design, E-Commerce).
   Relies on base.css for :root vars, .w, .eyebrow, .section-title, buttons,
   nav, .final-cta and footer — only page-specific sections live here.
   ========================================================================== */

/* HERO */
.svc-hero { background: var(--gray-900); padding: 5rem 5% 4rem; position: relative; overflow: hidden; }
.svc-hero::before { content: ""; position: absolute; top: -80px; right: -60px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(210,30,63,0.15) 0%, transparent 70%); pointer-events: none; }
.svc-hero::after { content: ""; position: absolute; bottom: -80px; left: -40px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(210,30,63,0.07) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
.h-crumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; font-size: 0.78rem; color: var(--gray-400); }
.h-crumb a { color: var(--gray-400); text-decoration: none; }
.h-crumb a:hover { color: #fff; }
.h-crumb .sep { color: #374151; }
.h-crumb strong { color: #fff; }
.h-ey { display: inline-flex; align-items: center; gap: 7px; background: rgba(210,30,63,0.2); color: #f87096; border: 1px solid rgba(210,30,63,0.35); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.85rem; border-radius: var(--r-pill); margin-bottom: 1rem; }
.h-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.svc-hero h1 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: clamp(2rem,4vw,3.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: #fff; margin-bottom: 0.85rem; }
.svc-hero h1 em { color: var(--red); font-style: normal; }
.svc-hero p { font-size: 1.05rem; color: var(--gray-400); line-height: 1.75; margin-bottom: 1.75rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-panel { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-xl); overflow: hidden; padding: 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.hero-panel-img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; }
.hero-panel-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-panel-img-ph { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 5rem; background: rgba(255,255,255,0.04); border-radius: var(--r-lg); }
.hero-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.6rem; }
.hstat { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-lg); padding: 0.85rem; text-align: center; }
.hstat-num { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.35rem; font-weight: 800; color: #fff; line-height: 1; }
.hstat-label { font-size: 0.65rem; color: var(--gray-400); margin-top: 0.2rem; }

/* WHAT WE OFFER */
.offer-section { padding: 5rem 5%; }
.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--gray-100); border: 1px solid var(--gray-100); border-radius: var(--r-lg); overflow: hidden; margin-top: 2.5rem; }
.offer-cell { background: var(--white); padding: 2rem; transition: background 0.2s; }
.offer-cell:hover { background: var(--gray-50); }
.offer-icon { width: 44px; height: 44px; background: var(--red-pale); border: 1px solid var(--red-pale2); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1rem; }
.offer-cell h3 { font-size: 1rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.4rem; }
.offer-cell p { font-size: 0.875rem; color: var(--gray-600); line-height: 1.65; }

/* WHY US */
.why-section { background: var(--gray-900); padding: 5rem 5%; }
.why-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-text .eyebrow { color: var(--red); }
.why-text h2 { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: clamp(1.75rem,3vw,2.5rem); font-weight: 800; letter-spacing: -0.02em; color: #fff; margin-bottom: 0.75rem; }
.why-text p { color: var(--gray-400); font-size: 0.975rem; line-height: 1.8; margin-bottom: 1.5rem; }
.why-list { display: flex; flex-direction: column; gap: 0.85rem; }
.why-item { display: flex; align-items: start; gap: 0.85rem; }
.why-check { width: 22px; height: 22px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.7rem; font-weight: 800; flex-shrink: 0; margin-top: 0.15rem; }
.why-item-text h4 { font-size: 0.925rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem; }
.why-item-text p { font-size: 0.84rem; color: var(--gray-400); line-height: 1.65; }
.why-visual { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; position: relative; }
.why-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-visual-ph { width: 100%; height: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-xl); display: flex; align-items: center; justify-content: center; font-size: 6rem; }

/* PORTFOLIO STRIP — grid/card/overlay rules now live in portfolio.css
   (rg-portfolio is enqueued alongside rg-service-detail) so the "Our Work"
   section on every service page renders the same Pinterest-style masonry
   grid as the main /portfolio/ archive, via the shared rg_portfolio_card()
   markup. Only the section wrapper is page-specific. */
.pf-strip { padding: 5rem 5%; background: var(--white); }

/* PRICING */
.pricing-section { padding: 5rem 5%; background: var(--gray-50); border-top: 1px solid var(--gray-100); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.price-card { background: var(--white); border: 1.5px solid var(--gray-100); border-radius: var(--r-xl); padding: 2rem; transition: border-color 0.15s, box-shadow 0.15s; }
.price-card:hover { border-color: var(--red-pale2); box-shadow: 0 4px 24px rgba(210,30,63,0.08); }
.price-card.featured { border-color: var(--red); background: var(--red); color: #fff; }
.price-tier { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 0.5rem; }
.price-card.featured .price-tier { color: rgba(255,255,255,0.7); }
.price-num { font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 2.25rem; font-weight: 800; line-height: 1; margin-bottom: 0.2rem; }
.price-card.featured .price-num { color: #fff; }
.price-period { font-size: 0.8rem; color: var(--gray-400); margin-bottom: 1.25rem; }
.price-card.featured .price-period { color: rgba(255,255,255,0.7); }
.price-divider { height: 1px; background: var(--gray-100); margin-bottom: 1.25rem; }
.price-card.featured .price-divider { background: rgba(255,255,255,0.2); }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; }
.price-features li { display: flex; align-items: start; gap: 0.6rem; font-size: 0.875rem; color: var(--gray-600); }
.price-card.featured .price-features li { color: rgba(255,255,255,0.9); }
.price-check { color: var(--red); font-weight: 700; flex-shrink: 0; }
.price-card.featured .price-check { color: #fff; }
.price-btn { display: block; text-align: center; padding: 0.75rem; border-radius: var(--r-md); font-size: 0.9rem; font-weight: 700; text-decoration: none; border: 2px solid var(--red); color: var(--red); transition: background 0.15s, color 0.15s; }
.price-btn:hover { background: var(--red); color: #fff; }
.price-card.featured .price-btn { background: #fff; color: var(--red); border-color: #fff; }
.price-card.featured .price-btn:hover { background: rgba(255,255,255,0.9); }

/* PROCESS */
.process-section { padding: 5rem 5%; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2.5rem; position: relative; }
.process-steps::before { content: ""; position: absolute; top: 28px; left: calc(12.5% + 14px); right: calc(12.5% + 14px); height: 2px; background: var(--gray-100); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--red); color: #fff; font-family: 'Sora', 'Sora Fallback', sans-serif; font-size: 1.1rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; border: 3px solid var(--white); box-shadow: 0 0 0 3px var(--red-pale); }
.step h3 { font-size: 0.925rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.35rem; }
.step p { font-size: 0.8rem; color: var(--gray-600); line-height: 1.65; }

/* TESTIMONIALS */
.t-section { background: var(--gray-50); border-top: 1px solid var(--gray-100); padding: 5rem 5%; }
.t-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.t-grid .tcard { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--r-xl); padding: 2rem; transition: box-shadow 0.2s, border-color 0.2s; }
.t-grid .tcard:hover { border-color: var(--red-pale2); box-shadow: 0 4px 24px rgba(210,30,63,0.08); }
.t-stars { color: var(--yellow); font-size: 0.875rem; letter-spacing: 2px; margin-bottom: 0.75rem; }
.t-text { font-size: 0.9rem; color: var(--gray-600); line-height: 1.75; margin-bottom: 1.25rem; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 10px; }
.t-av { width: 40px; height: 40px; border-radius: 50%; background: var(--red-pale); color: var(--red); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem; flex-shrink: 0; border: 2px solid var(--red-pale2); }
.t-name { font-weight: 700; color: var(--gray-900); font-size: 0.9rem; }
.t-role { font-size: 0.75rem; color: var(--gray-400); }

/* FAQ — uses the theme's global .faq-item/.open accordion (js/main.js).
   Wrapper here is .faq-list (matches the mockups) rather than the
   .faq-grid name used on the Contact page — both drive the same JS. */
.faq-section { padding: 5rem 5%; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.faq-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.faq-item { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--r-lg); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 1.15rem 1.5rem; text-align: left; font-size: 0.95rem; font-weight: 700; color: var(--gray-900); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', sans-serif; transition: background 0.15s; }
.faq-q:hover { background: var(--gray-50); }
.faq-icon { color: var(--red); font-size: 1.1rem; flex-shrink: 0; }
.faq-a { display: none; padding: 0 1.5rem 1.15rem; font-size: 0.9rem; color: var(--gray-600); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .why-inner { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .t-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .offer-grid { grid-template-columns: 1fr; }
}
