/* ===== SHARED STYLES — Toploader Trading Co. ===== */

:root {
  --white: #ffffff; --off-white: #f7f5f2; --light: #edebe7; --mid: #d0cec9;
  --black: #0d0d0d; --black-2: #161616; --black-3: #1f1f1f;
  --black-border: rgba(255,255,255,0.08);
  --text: #1a1814; --text-2: #5a5650; --text-3: #9a9690;
  --accent: #c8102e; --accent-light: #fdf0f2; --accent-mid: #f5c6ce;
  --border: rgba(26,24,20,0.1); --border-strong: rgba(26,24,20,0.18);
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; min-height: 100vh; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(94%, var(--max)); margin: 0 auto; }

/* Sections — shared across index, bulk, appointment */
.section { padding: 72px 0; }
.section-alt { background: var(--off-white); }
.section-white { background: var(--off-white); }
.section-label { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.section-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--accent); }
.section-h { font-family: var(--font-display); font-size: clamp(2.2rem,4vw,3.5rem); letter-spacing: .02em; line-height: 1; margin-bottom: 10px; color: var(--text); }
.section-sub { color: var(--text-2); font-size: .97rem; max-width: 560px; margin-bottom: 40px; line-height: 1.65; }

/* Contact grid — shared across index, bulk, appointment */
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.contact-card { background: var(--off-white); border: 1px solid var(--border); border-radius: 14px; padding: 22px 22px; color: var(--text); }
.contact-card h3 { font-family: var(--font-display); font-size: 1.6rem; letter-spacing: .03em; margin-bottom: 16px; color: var(--text); }
.contact-card-dark { background: var(--text); border-color: var(--text); color: white; }
.contact-card-dark h3 { color: white; }
.contact-dark-sub { font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.6; margin-bottom: 24px; }
.contact-phone { font-family: var(--font-display); font-size: 2rem; letter-spacing: .04em; color: white; margin-bottom: 16px; }
.contact-phone-btns { display: flex; gap: 10px; }
.contact-phone-btn { flex: 1; padding: 12px 0; border-radius: 8px; font-weight: 600; font-size: .88rem; text-align: center; transition: opacity .15s; }
.contact-phone-btn:hover { opacity: .85; }
.contact-phone-call { background: var(--accent); color: white; }
.contact-phone-text { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); color: white; }
.email-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.email-item { display: flex; flex-direction: column; gap: 2px; }
.email-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-3); }
.email-addr { font-size: .9rem; font-weight: 500; color: var(--accent); border-bottom: 1px solid transparent; word-break: break-all; }
.email-addr:hover { border-color: var(--accent); }
.social-panel { background: var(--text); border-radius: 14px; padding: 32px 28px; color: white; display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; }
.social-panel h3 { font-family: var(--font-display); font-size: 2rem; letter-spacing: .03em; line-height: 1.1; margin-bottom: 12px; color: white; }
.social-panel p { font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.6; margin-bottom: 24px; }
.social-btns { display: flex; flex-direction: column; gap: 10px; }
.social-link { display: flex; align-items: center; gap: 14px; border-radius: 12px; padding: 16px 20px; color: white; font-weight: 600; font-size: .95rem; text-decoration: none; -webkit-tap-highlight-color: transparent; transition: opacity .15s; }
.social-link:hover { opacity: .88; }
.social-link svg { width: 22px; height: 22px; flex-shrink: 0; }
.social-link .lbl { flex: 1; }
.social-link-arrow { opacity: .55; font-size: .9rem; }
.social-link.btn-fb { background: #1877F2; }
.social-link.btn-ig { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
@media(max-width:900px) { .contact-grid { grid-template-columns: 1fr; } }

/* Page intro popup — bulk + appointment */
.page-intro-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.78); z-index: 700; align-items: center; justify-content: center; padding: 20px; }
.page-intro-overlay.open { display: flex; }
.page-intro-modal { background: #161616; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 36px 32px; width: 100%; max-width: 520px; }
.page-intro-eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.page-intro-eyebrow::before { content: ''; display: block; width: 16px; height: 2px; background: var(--accent); }
.page-intro-title { font-family: var(--font-display); font-size: 2.2rem; letter-spacing: .04em; color: white; line-height: 1; margin-bottom: 20px; }
.page-intro-title span { color: var(--accent); }
.page-intro-body { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.page-intro-body p { font-size: .9rem; color: rgba(255,255,255,.55); line-height: 1.65; }
.page-intro-body strong { color: rgba(255,255,255,.9); font-weight: 600; }
.page-intro-actions { display: flex; flex-direction: column; gap: 10px; }
.page-intro-btn-primary { display: block; background: var(--accent); color: white; text-align: center; padding: 14px; border-radius: 8px; font-weight: 700; font-size: .9rem; letter-spacing: .02em; transition: opacity .15s; }
.page-intro-btn-primary:hover { opacity: .88; color: white; }
.page-intro-btn-secondary { background: rgba(255,255,255,.06); color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.1); padding: 13px; border-radius: 8px; font-weight: 600; font-size: .88rem; cursor: pointer; font-family: var(--font-body); transition: background .15s, color .15s; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; }
.page-intro-btn-secondary:hover { background: rgba(255,255,255,.1); color: white; }

/* Header */
header { background: var(--black); border-bottom: 1px solid var(--black-border); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.3rem; letter-spacing: .04em; color: white; }
.brand span { color: var(--accent); }
.back-link { font-size: .85rem; font-weight: 500; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 6px; transition: color .15s; }
.back-link:hover { color: white; }

/* Page hero — used on bulk + appointment */
.page-hero { padding: 56px 0 40px; border-bottom: 1px solid var(--black-border); }
.page-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.page-eyebrow::before { content: ''; display: block; width: 20px; height: 2px; background: var(--accent); }
.page-h { font-family: var(--font-display); font-size: clamp(2.8rem,6vw,4.5rem); line-height: .95; letter-spacing: .02em; color: white; margin-bottom: 14px; }
.page-h span { color: var(--accent); }
.page-sub { color: rgba(255,255,255,.5); font-size: .97rem; line-height: 1.65; }
