/*
Theme Name: TheGearFitter
Theme URI: https://thegearfitter.com/
Author: TheGearFitter
Description: Clean fit-first sports gear recommendation theme.
Version: 1.5.0
Text Domain: thegearfitter
*/
:root{
  --navy:#071426;
  --ink:#0b1728;
  --muted:#5d6b7f;
  --line:#e5e8eb;
  --bg:#f8f7f2;
  --panel:#ffffff;
  --teal:#176d69;
  --teal-dark:#0f5754;
  --sage:#6d7f5f;
  --soft:#f1f0ea;
  --shadow:0 14px 32px rgba(7,20,38,.08);
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.tgf-container{width:min(1480px,calc(100% - 96px));margin:0 auto}.tgf-container.narrow{width:min(880px,calc(100% - 48px))}
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}
.admin-bar .site-header{top:32px}.header-inner{width:min(1480px,calc(100% - 96px));height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:26px;letter-spacing:-.05em;color:var(--navy)}.logo-mark{width:42px;height:32px;color:var(--navy)}.brand-text{white-space:nowrap}.main-nav{display:flex;align-items:center;gap:44px;font-weight:850;color:var(--navy)}.main-nav a{position:relative}.main-nav a:hover{color:var(--teal)}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:.18s}.main-nav a:hover:after{transform:scaleX(1)}
.hero{background:linear-gradient(180deg,#fff 0%,#faf9f4 100%);border-bottom:1px solid var(--line);overflow:hidden}.hero-layout{min-height:420px;display:grid;grid-template-columns:.42fr .58fr;align-items:center;gap:46px;padding:42px 0 0}.hero-copy{padding:20px 0 56px}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-weight:900;font-size:13px;color:var(--teal);margin:0 0 20px}.hero-copy h1{font-size:clamp(54px,5.8vw,86px);line-height:.95;letter-spacing:-.075em;margin:0 0 22px;color:var(--navy);max-width:620px}.hero-copy h1 em{font-style:normal;color:var(--teal)}.hero-lead{font-size:20px;color:#405065;max-width:640px;margin:0 0 26px}.hero-button{display:inline-flex;align-items:center;gap:16px;background:linear-gradient(180deg,var(--teal),var(--teal-dark));color:#fff;font-weight:900;padding:15px 24px;border-radius:7px;box-shadow:0 13px 25px rgba(23,109,105,.22)}.hero-button:hover{transform:translateY(-1px)}.hero-product{align-self:end;height:385px;display:flex;align-items:flex-end;justify-content:flex-end}.hero-product img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0;filter:drop-shadow(0 20px 26px rgba(7,20,38,.08))}
.home-section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-head h2{font-size:32px;letter-spacing:-.045em;margin:0 0 4px}.section-head p{margin:0;color:var(--muted);font-size:17px}.text-link{font-weight:900;color:var(--teal)}.finder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.finder-grid.all-finders{grid-template-columns:repeat(5,1fr)}.finder-tile{background:var(--panel);border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 18px rgba(7,20,38,.05);transition:.16s}.finder-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.finder-tile img{width:100%;height:138px;object-fit:cover;background:#eaeef0}.finder-tile div{padding:15px 16px 18px}.finder-tile h3{font-size:17px;letter-spacing:-.02em;margin:0 0 8px}.finder-tile span{color:var(--teal);font-weight:900}
.content-hub{background:rgba(255,255,255,.65);border:1px solid var(--line);border-radius:18px;padding:28px;margin-bottom:48px;box-shadow:0 12px 30px rgba(7,20,38,.04)}.sport-strip{padding:8px 0 24px;border-bottom:1px solid var(--line);margin-bottom:22px}.sport-strip:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.sport-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.sport-head h3{font-size:18px;margin:0;letter-spacing:-.02em}.sport-head a{margin-left:auto;color:var(--teal);font-weight:900;font-size:14px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-grid.library{grid-template-columns:repeat(4,1fr);gap:20px}.guide-card{display:block;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 18px rgba(7,20,38,.04);transition:.16s}.guide-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.guide-card img{width:100%;height:124px;object-fit:cover}.guide-card-body{padding:13px}.guide-card-body span{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;color:var(--teal)}.guide-card-body h4{font-size:16px;line-height:1.25;margin:5px 0 6px;letter-spacing:-.025em}.guide-card-body p{font-size:14px;color:var(--muted);margin:0}.entry-header{padding:64px 0 34px;background:linear-gradient(180deg,#fff,#f7f5ee);border-bottom:1px solid var(--line)}.entry-header h1{font-size:clamp(42px,5.2vw,68px);line-height:1;letter-spacing:-.065em;margin:0 0 14px;color:var(--navy)}.entry-meta{color:var(--muted);margin:0}.entry-content{padding:36px 0 68px;font-size:18px;color:#223049}.entry-content h2{font-size:34px;letter-spacing:-.04em;color:var(--navy);margin:42px 0 14px}.entry-content h3{font-size:24px;letter-spacing:-.025em;color:var(--navy);margin:32px 0 10px}.entry-content p,.entry-content ul,.entry-content ol{margin:0 0 18px}.entry-content a{color:var(--teal);font-weight:800}.entry-content table{font-size:16px;background:#fff}.featured-image{padding-top:32px}.featured-image img{border-radius:14px;box-shadow:var(--shadow);width:100%;height:auto}.guide-library{padding:36px 0 70px}.library-sport{margin-bottom:54px}.library-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.library-head h2{font-size:34px;letter-spacing:-.04em;margin:0}.archive-header{padding:54px 0;background:#fff;border-bottom:1px solid var(--line)}.archive-header h1{font-size:46px;margin:0}.archive-grid{padding:40px 0 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.archive-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 8px 18px rgba(7,20,38,.04)}.archive-card img{border-radius:8px;margin:-4px -4px 14px;width:calc(100% + 8px);max-width:none}.archive-card h2{font-size:22px;letter-spacing:-.03em;margin:0 0 8px}.archive-card p{color:var(--muted);margin:0}.site-footer{background:#fff;border-top:1px solid var(--line);padding:30px 0;color:var(--muted)}.footer-inner{width:min(1480px,calc(100% - 96px));margin:0 auto;display:flex;justify-content:space-between;gap:20px}.footer-inner strong{color:var(--navy)}
@media(max-width:980px){.tgf-container,.header-inner,.footer-inner{width:min(100% - 32px,1480px)}.header-inner{height:auto;padding:16px 0;align-items:flex-start}.main-nav{gap:20px;flex-wrap:wrap}.hero-layout{grid-template-columns:1fr;padding-top:24px}.hero-product{height:280px}.finder-grid{grid-template-columns:repeat(2,1fr)}.guide-grid,.guide-grid.library,.archive-grid{grid-template-columns:1fr}.content-hub{padding:20px}.section-head{align-items:flex-start;flex-direction:column}.footer-inner{flex-direction:column}.hero-copy h1{font-size:54px}}
@media(max-width:600px){.brand{font-size:22px}.main-nav{font-size:14px}.finder-grid{grid-template-columns:1fr}.hero-copy h1{font-size:46px}.entry-header h1{font-size:40px}.admin-bar .site-header{top:0}}


.guide-card-empty{width:100%;height:124px;background:linear-gradient(135deg,#f4f3ee,#e9ece8);border-bottom:1px solid var(--line)}
.tgf-profile-page{background:var(--bg);padding:42px 0 70px}.tgf-profile-wrap{width:min(980px,calc(100% - 48px));margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 12px 28px rgba(7,20,38,.06)}.tgf-profile-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:var(--teal);margin:0 0 10px}.tgf-profile-wrap h1{font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.055em;margin:0 0 24px;color:var(--navy)}.tgf-profile-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.tgf-profile-media img,.tgf-profile-placeholder{width:100%;height:310px;border-radius:14px;background:#f4f3ee;object-fit:cover;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:900;border:1px solid var(--line)}.tgf-profile-facts{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fafaf7}.tgf-profile-facts p{margin:0 0 10px}.tgf-profile-section{margin-top:28px}.tgf-profile-section h2{font-size:26px;letter-spacing:-.035em;margin:0 0 8px;color:var(--navy)}.tgf-score-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.tgf-score-grid span{background:#f4f7f6;border:1px solid var(--line);border-radius:10px;padding:10px;font-weight:850;color:var(--navy);text-align:center}
@media(max-width:980px){.finder-grid.all-finders{grid-template-columns:repeat(2,1fr)}.tgf-profile-layout{grid-template-columns:1fr}.tgf-score-grid{grid-template-columns:repeat(2,1fr)}}


/* v1.4 cleanup */
.hero-layout{min-height:390px;padding:34px 0 0;}
.hero-copy{padding:18px 0 46px;}
.hero-product{height:365px;}
.hero-product img{object-fit:cover;object-position:center;border-radius:0;}
.finder-tile img{height:150px;object-fit:cover;object-position:center;}
.finder-tile h3{font-size:18px;}
.finder-grid{grid-template-columns:repeat(4,1fr);}
.logo-mark{width:48px;height:34px;}
.brand{gap:10px;}
.compact-entry-header{padding:46px 0 18px;}
.wide-entry-content{width:min(1320px,calc(100% - 64px));}
.football-finder-page .entry-content{padding-top:22px;}
@media(max-width:980px){.finder-grid{grid-template-columns:repeat(2,1fr)}.hero-product{height:260px}.wide-entry-content{width:min(100% - 32px,1320px)}}
@media(max-width:600px){.finder-grid{grid-template-columns:1fr}.hero-layout{padding-top:18px}.hero-copy{padding-bottom:24px}.hero-product{height:220px}}


/* v1.5 fitter copy update */
.hero-sublead{font-size:18px;color:#516176;max-width:660px;margin:-10px 0 0;line-height:1.65}
.finder-tile div{min-height:150px}
.finder-tile p{font-size:14px;line-height:1.45;color:var(--muted);margin:0 0 12px}
.finder-tile span{display:inline-flex;align-items:center;gap:4px}
.why-fitters{padding-top:4px;padding-bottom:8px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-grid>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 22px;box-shadow:0 8px 18px rgba(7,20,38,.035)}.why-grid h3{font-size:21px;letter-spacing:-.035em;margin:0 0 8px;color:var(--navy)}.why-grid p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
@media(max-width:980px){.why-grid{grid-template-columns:1fr}.hero-sublead{font-size:17px}.finder-tile div{min-height:auto}}
