/* GolferSwings — brand/category history hub template (matches the real "Titleist Drivers by Year & Series" page) */

.hub-lede { font-size: 1.02rem; line-height: 1.75; color: #454b46; }

/* Brand-neutral hero banner — text/design only, never a photo (avoids showing a competing brand's gear) */
.hub-hero {
  background: linear-gradient(135deg, var(--ink) 0%, #0b3a1f 55%, var(--green-deep, #0b3a1f) 100%);
  border-radius: 8px; padding: 46px 40px; margin-top: 20px; color: #fff; position: relative; overflow: hidden;
}
.hub-hero::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
}
.hub-hero .hub-hero-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 700; color: #8fd6ac; }
.hub-hero h1 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin: 10px 0 0; max-width: 640px; }

/* Year / Series tables — reuse card look, denser rows */
.hub-table-wrap { overflow-x: auto; margin: 1.6em 0 2.2em; }
.hub-table { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 640px; }
.hub-table caption { text-align: left; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 8px; font-weight: 700; }
.hub-table thead tr { background: var(--ink); color: #fff; }
.hub-table th { padding: 10px 12px; font-weight: 700; text-align: left; }
.hub-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.hub-table tr:hover td { background: var(--paper-shade, #f1efe7); }
.hub-table td:nth-child(1) { font-weight: 700; color: var(--ink); white-space: nowrap; }

/* Numbered era sections */
.hub-era { margin: 2.8em 0 0.4em; padding-top: 1.6em; border-top: 3px solid var(--ink); }
.hub-era-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.hub-era-num { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 700; font-size: .95rem; display: inline-flex; align-items: center; justify-content: center; }
.hub-era-head h2 { font-size: 1.15rem; text-transform: uppercase; letter-spacing: .03em; margin: 0; }
.hub-era-head .yrs { color: var(--muted); font-weight: 500; text-transform: none; letter-spacing: 0; font-size: .92rem; }
.badge-new { display: inline-block; background: #ffc207; color: #111; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 2px 7px; border-radius: 3px; margin-left: 6px; vertical-align: middle; }

.hub-year-block { margin: 1.4em 0 1.8em; padding-left: 16px; border-left: 3px solid var(--line); }
.hub-year-block h3 { font-size: 1.02rem; font-weight: 700; margin: 0 0 .5em; color: var(--green-deep); }
.hub-year-block p { line-height: 1.7; color: #454b46; margin-bottom: .6em; }
.hub-year-block ul { margin: .4em 0 .8em; padding-left: 1.1em; color: #454b46; font-size: .92rem; }
.hub-model-links { font-size: .88rem; color: var(--muted); }
.hub-model-links a { color: var(--green); font-weight: 600; }
.hub-model-links .soon { color: #b0b6b1; font-style: italic; }

/* Golfer-profile recommendation table */
.hub-profile-table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: .92rem; }
.hub-profile-table td { padding: 10px 14px; border-bottom: 1px solid var(--line); }
.hub-profile-table td:first-child { color: var(--muted); }
.hub-profile-table td:last-child { font-weight: 600; color: var(--ink); }

/* vs-the-competition link list */
.hub-vs-list { list-style: none; padding: 0; margin: 1em 0; }
.hub-vs-list li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.hub-vs-list a { color: var(--green); font-weight: 600; }
.hub-vs-list .soon { color: #b0b6b1; font-style: italic; font-weight: 400; }

/* Cross-links footer */
.hub-crosslinks { background: var(--paper-shade, #f1efe7); border: 1px solid var(--line); border-radius: 6px; padding: 16px 20px; margin: 2em 0; font-size: .9rem; }
.hub-crosslinks a { color: var(--green); font-weight: 600; }
.hub-crosslinks .soon { color: #98a29b; font-style: italic; font-weight: 400; }
