:root{
  --g:#2F8F5B; --g-dark:#26794a; --g-light:#34a165; --g-soft:#F2FAF5;
  --y:#F4C542; --y-deep:#E0A521; --y-soft:#fff7e6; --y-ink:#92400e;
  --bg:#EDEAE2; --ink:#1F2A24; --mute:#69756c; --mute-soft:#9aa49b;
  --card:#FFFFFF; --line:#DDE7DF; --line-soft:#eef3ef;
  --blue:#3f78bf; --blue-soft:#eaf3fb;
  --purple:#8a5cb4; --orange:#c2792f;
  --red:#b04646;
}
body{ background:var(--bg); color:var(--ink); }

.gf-wrap{ max-width:1240px; margin:0 auto; }

/* ─── HERO ─── */
.gf-hero{
  position:relative; min-height:340px;
  background:linear-gradient(135deg, #26794a 0%, #2F8F5B 55%, #34a165 100%);
  color:#fff; overflow:hidden;
}
.gf-hero-lines{ position:absolute; inset:0; opacity:.10; pointer-events:none; }
.gf-hero-lines svg{ display:block; width:100%; height:100%; }
.gf-hero-inner{
  position:relative; max-width:1240px; margin:0 auto;
  padding:64px 80px 80px; display:flex; justify-content:space-between; align-items:flex-start; gap:40px;
}
.gf-hero-main{ flex:1; min-width:0; }
.gf-hero-eyebrow{
  display:inline-flex; align-items:center; gap:.5rem;
  font-size:11px; letter-spacing:.22em; font-weight:800; color:#dff3e7;
  margin-bottom:14px; text-transform:uppercase;
}
.gf-hero-eyebrow::before{ content:""; width:20px; height:2px; background:#fff; border-radius:2px; }
.gf-hero h1{
  font-size:clamp(28px, 3.5vw, 44px); font-weight:900; letter-spacing:.04em;
  margin:0 0 8px; line-height:1.1; color:#fff;
}
.gf-hero-sub{ font-size:15px; color:#d7efe0; margin:0 0 22px; font-weight:500; }
.gf-hero-portrait{ flex:0 0 auto; display:flex; flex-direction:column; align-items:center; gap:7px; }
.gf-hero-portrait img{ width:128px; height:128px; border-radius:16px; object-fit:cover; object-position:50% 20%;
  border:3px solid rgba(255,255,255,.72); box-shadow:0 8px 22px -10px rgba(0,0,0,.55); background:#0d3a23; display:block; }
.gf-hero-credit{ font-size:10px; line-height:1.45; color:#bfe0cf; max-width:140px; text-align:center; }
.gf-hero-credit a{ color:#d7efe0; text-decoration:underline; }
.gf-hero-credit .lic{ display:inline-block; opacity:.85; }
@media (max-width: 640px){ .gf-hero-portrait img{ width:104px; height:104px; } }
.gf-hero-chips{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; }
.gf-chip{
  display:inline-flex; align-items:center; gap:6px;
  height:30px; padding:0 16px; border-radius:15px;
  font-size:13px; font-weight:700;
}
.gf-chip-soft{ background:rgba(255,255,255,.18); color:#fff; }
.gf-chip-tour{ background:#E0A521; color:#3a2c06; }
.gf-hero-tagline{
  font-size:16px; color:#eafaf1; font-weight:600; margin:0 0 16px;
  max-width:560px; line-height:1.6;
}
.gf-hero-meta{
  display:flex; align-items:center; gap:18px; font-size:12px; color:#cdeadb; flex-wrap:wrap;
}
.gf-hero-meta .dot{
  width:7px; height:7px; border-radius:50%; background:#9ddca5;
  display:inline-block; margin-right:6px; vertical-align:middle;
}
.gf-hero-meta a{ color:#cdeadb; text-decoration:underline; }
.gf-social-links{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
.gf-social-link{
  display:inline-flex; align-items:center; gap:7px;
  padding:6px 13px; border-radius:999px;
  background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.22);
  color:#fff; text-decoration:none; font-size:12.5px; font-weight:600; line-height:1;
  transition:background .15s ease, border-color .15s ease, transform .15s ease;
}
.gf-social-link:hover{ background:rgba(255,255,255,.26); border-color:rgba(255,255,255,.42); transform:translateY(-1px); }
.gf-social-link:focus-visible{ outline:2px solid #fff; outline-offset:2px; }
.gf-social-link .icon{ width:16px; height:16px; flex:0 0 auto; }
.gf-social-link.is-x:hover{ background:#111; border-color:#111; }
.gf-social-link.is-instagram:hover{ background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf); border-color:transparent; }
.gf-social-link.is-youtube:hover{ background:#f00; border-color:#f00; }
.gf-social-link.is-web:hover{ background:rgba(255,255,255,.3); }
.gf-legend-cta{
  display:flex; align-items:center; gap:12px; padding:12px 16px;
  background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.28);
  border-radius:12px; text-decoration:none; color:#fff; margin:0 0 16px;
  max-width:540px; transition:background .15s;
}
.gf-legend-cta:hover{ background:rgba(255,255,255,.22); }
.gf-legend-cta-icon{ font-size:22px; flex:0 0 auto; }
.gf-legend-cta-text{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.gf-legend-cta-title{ font-weight:800; font-size:14px; line-height:1.4; }
.gf-legend-cta-sub{ font-size:11px; opacity:.88; }
.gf-hero-ranks{
  display:flex; flex-direction:column; gap:14px;
  flex:0 0 auto; align-items:center; margin-top:8px;
}
.gf-hero-rank{
  width:150px; height:150px; border-radius:50%;
  background:#fff; border:5px solid #E0A521;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  box-shadow:0 14px 28px -8px rgba(20,40,28,.32);
}
.gf-hero-rank .lbl{ font-size:11px; color:var(--mute); font-weight:700; margin-bottom:4px; }
.gf-hero-rank .num{ font-size:48px; font-weight:900; color:var(--ink); line-height:1; letter-spacing:-.02em; }
.gf-hero-rank .num .unit{ font-size:18px; font-weight:800; margin-left:2px; letter-spacing:0; }
.gf-hero-rank .sub{ font-size:11px; color:var(--mute); font-weight:600; margin-top:4px; text-align:center; }
.gf-hero-rank.compact{ width:124px; height:124px; border-width:4px; border-color:#fff; }
.gf-hero-rank.compact .lbl{ font-size:10px; margin-bottom:3px; }
.gf-hero-rank.compact .num{ font-size:38px; }
.gf-hero-rank.compact .num .unit{ font-size:14px; }
.gf-hero-rank.compact .sub{ font-size:10px; margin-top:3px; }

/* ── 浮かぶ Key Facts 帯 ── */
.gf-keyfacts-wrap{ max-width:1240px; margin:-46px auto 0; padding:0 80px; position:relative; z-index:5; }
.gf-keyfacts{
  background:#fff; border-radius:18px; height:92px; display:grid;
  grid-template-columns:repeat(4,1fr); align-items:center;
  box-shadow:0 10px 28px -10px rgba(20,40,28,.20);
}
.gf-keyfacts.has-5{ grid-template-columns:repeat(5,1fr); }
.gf-keyfacts .col{ text-align:center; padding:0 8px; position:relative; }
.gf-keyfacts .col:not(:last-child)::after{
  content:""; position:absolute; right:0; top:24px; bottom:24px; width:1px; background:var(--line);
}
.gf-keyfacts .lbl{ font-size:12px; color:var(--mute); font-weight:700; margin-bottom:4px; letter-spacing:.02em; }
.gf-keyfacts .val{ font-size:22px; font-weight:800; color:var(--ink); letter-spacing:-.01em; }
.gf-keyfacts .val .u{ font-size:12px; color:var(--mute); font-weight:600; margin-left:2px; }

/* ─── Section ─── */
.gf-section{ max-width:1240px; margin:36px auto 0; padding:0 80px; }
.gf-sec-head{ display:flex; align-items:center; gap:12px; margin-bottom:14px; flex-wrap:wrap; }
.gf-sec-bar{ width:4px; height:22px; border-radius:2px; background:var(--g); flex:0 0 auto; }
.gf-sec-bar.b-blue{ background:var(--blue); }
.gf-sec-bar.b-amber{ background:var(--y-deep); }
.gf-sec-bar.b-purple{ background:var(--purple); }
.gf-sec-bar.b-orange{ background:var(--orange); }
.gf-sec-bar.b-teal{ background:#0EA47A; }
.gf-sec-title{ font-size:20px; font-weight:800; color:var(--ink); letter-spacing:.01em; margin:0; }
.gf-sec-aside{ font-size:13px; color:var(--mute); margin-left:8px; }
.gf-new-pill{
  display:inline-flex; align-items:center; height:20px; padding:0 8px;
  border-radius:10px; background:#fde68a; color:#92400e;
  font-size:11px; font-weight:800; letter-spacing:.04em; margin-left:8px;
}
.gf-live-dot{
  display:inline-block; width:7px; height:7px; border-radius:50%;
  background:#22c55e; margin-right:6px; vertical-align:middle;
}
.gf-card{
  background:#fff; border-radius:16px;
  box-shadow:0 10px 28px -10px rgba(20,40,28,.16);
}

/* ── 経歴ハイライト ── */
.gf-career-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.gf-stat-card{
  position:relative; padding:20px 24px;
  background:#fff; border-radius:16px; box-shadow:0 10px 28px -10px rgba(20,40,28,.16);
}
.gf-stat-card .lbl{ font-size:13px; font-weight:700; color:var(--mute); margin-bottom:14px; }
.gf-stat-card .val{ font-size:42px; font-weight:900; color:var(--ink); letter-spacing:-.02em; line-height:1; }
.gf-stat-card .val .u{ font-size:16px; font-weight:700; color:var(--mute); margin-left:4px; }
.gf-stat-card.green .val{ color:var(--g); }
.gf-stat-card.amber .val{ color:var(--y-deep); }
.gf-stat-card .tag{
  position:absolute; top:20px; right:24px; font-size:12px; color:var(--y-ink);
  background:var(--y-soft); padding:2px 8px; border-radius:8px; font-weight:700;
}

/* ── 2026 シーズン (5 cols) ── */
.gf-season-card{
  padding:0; display:grid; grid-template-columns:repeat(5,1fr); height:120px;
  align-items:center; background:#fff; border-radius:16px;
  box-shadow:0 10px 28px -10px rgba(20,40,28,.16);
}
.gf-season-card .col{ text-align:center; position:relative; }
.gf-season-card .col:not(:last-child)::after{
  content:""; position:absolute; right:0; top:30px; bottom:30px; width:1px; background:var(--line);
}
.gf-season-card .lbl{ font-size:13px; font-weight:700; color:var(--mute); margin-bottom:10px; }
.gf-season-card .val{ font-size:30px; font-weight:900; color:var(--ink); letter-spacing:-.01em; }
.gf-season-card .val.g{ color:var(--g); }
.gf-season-card .val .u{ font-size:13px; color:var(--mute); font-weight:700; margin-left:2px; }

/* ── ツアー別ランキング ── */
.gf-tr-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:12px; }
.gf-tr-card{
  background:#fff; border-radius:14px; padding:16px 20px;
  box-shadow:0 10px 28px -10px rgba(20,40,28,.16);
  display:flex; justify-content:space-between; align-items:center; gap:12px;
}
.gf-tr-card .meta{ font-size:12px; color:var(--mute); font-weight:600; line-height:1.4; }
.gf-tr-card .meta b{ display:block; font-size:13px; color:var(--ink); font-weight:800; margin-bottom:2px; }
.gf-tr-card .num{ font-size:30px; font-weight:900; color:var(--g); line-height:1; letter-spacing:-.02em; }
.gf-tr-card .num .u{ font-size:14px; font-weight:700; color:var(--ink); margin-left:2px; }
.gf-tr-card.featured{ background:var(--y-soft); }
.gf-tr-card.featured .num{ color:var(--y-deep); }
.gf-tr-card .num a{ color:inherit; text-decoration:none; }

/* ── 能力チャート ── */
.gf-ability-card{
  background:#fff; border-radius:16px; box-shadow:0 10px 28px -10px rgba(20,40,28,.16);
  padding:24px 32px; display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:center;
}
.gf-ability-chart{ display:flex; justify-content:center; }
.gf-ability-chart svg{ max-width:440px; width:100%; height:auto; }
.gf-ability-side{ display:flex; flex-direction:column; gap:14px; }
.gf-ability-legend{ display:flex; gap:20px; flex-wrap:wrap; }
.gf-ability-legend .lg{
  display:flex; align-items:center; gap:8px; font-size:13px;
  color:var(--ink); font-weight:600;
}
.gf-ability-legend .swatch{ width:18px; height:18px; border-radius:5px; display:inline-block; }
.gf-ability-legend .swatch.player{ background:#2F8F5B; }
.gf-ability-legend .swatch.avg{ background:#fff; border:2px dashed #b08740; }
.gf-ability-summary{
  background:var(--g-soft); border:1px solid var(--line); border-radius:12px;
  padding:14px 18px; font-size:13px; color:#3d4742; line-height:1.7;
}
.gf-ability-summary b{ color:var(--ink); }
.gf-ability-meta{ font-size:12px; color:var(--mute); }

/* ── 結果テーブル ── */
.gf-results-card{ padding:0; overflow:hidden; }
.gf-results-table{ width:100%; border-collapse:collapse; font-size:13px; }
.gf-results-table thead{ background:var(--g-soft); }
.gf-results-table th{
  text-align:left; font-size:12px; font-weight:800; color:var(--g-dark);
  padding:14px 20px; letter-spacing:.04em;
}
.gf-results-table th.num{ text-align:right; }
.gf-results-table td{
  padding:14px 20px; border-bottom:1px solid var(--line-soft); font-weight:600;
}
.gf-results-table tr:last-child td{ border-bottom:none; }
.gf-results-table td.num{ text-align:right; font-variant-numeric:tabular-nums; }
.gf-results-table td.par-neg{ color:var(--g); font-weight:800; }
.gf-results-table td.par-pos{ color:var(--red); font-weight:800; }
.gf-major-pill{
  display:inline-block; font-size:11px; font-weight:800; color:var(--y-ink); margin-left:6px;
}
.gf-rank-top3{
  display:inline-block; background:var(--y-soft); padding:3px 8px; border-radius:6px;
  color:var(--y-deep); font-weight:900;
}
.gf-rank-win{
  display:inline-block; background:var(--g-soft); padding:3px 8px; border-radius:6px;
  color:var(--g); font-weight:900;
}

/* ── WITB ── */
.gf-witb-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(245px,1fr)); gap:16px; }
.gf-witb-card{
  background:#fff; border-radius:16px; padding:18px 20px;
  box-shadow:0 10px 28px -10px rgba(20,40,28,.16);
}
.gf-witb-card.ball{ border:1.5px solid var(--y-deep); }
.gf-witb-cat{
  display:inline-flex; align-items:center; height:22px; padding:0 10px; border-radius:11px;
  font-size:11px; font-weight:800; background:var(--blue-soft); color:var(--blue);
  margin-bottom:14px; letter-spacing:.04em;
}
.gf-witb-cat.ball{ background:var(--y-soft); color:var(--y-deep); }
.gf-witb-model{ font-size:15px; font-weight:800; color:var(--ink); margin-bottom:8px; line-height:1.35; }
.gf-witb-shaft{ font-size:13px; color:var(--mute); margin-bottom:4px; }
.gf-witb-spec{ font-size:12px; color:var(--mute); margin-bottom:6px; line-height:1.55; }
.gf-witb-link{
  font-size:12px; color:var(--g); font-weight:700;
  display:inline-flex; align-items:center; gap:4px; text-decoration:none;
}
.gf-witb-link::before{ content:"▶"; font-size:10px; }
.gf-witb-verified{ font-size:11px; color:var(--mute-soft); margin-top:4px; }

/* ── レプリカ CTA ── */
.gf-replica{
  margin:24px 0 0;
  background:linear-gradient(135deg, #f7fbf8 0%, #eaf5ee 100%);
  border:1.5px solid var(--g); border-radius:18px; padding:24px 28px;
  display:flex; align-items:center; gap:20px; position:relative; overflow:hidden;
}
.gf-replica::before{
  content:""; position:absolute; right:-50px; top:-50px;
  width:220px; height:220px; border-radius:50%;
  background:radial-gradient(circle, rgba(47,143,91,.12) 0%, rgba(47,143,91,0) 70%);
}
.gf-replica-ic{
  width:62px; height:62px; background:transparent;
  display:flex; align-items:center; justify-content:center; flex:0 0 auto;
}
.gf-replica-ic img{ width:62px; height:62px; display:block; object-fit:contain; }
.gf-replica-body{ flex:1; min-width:0; position:relative; }
.gf-replica-title{
  font-size:17px; font-weight:900; color:var(--ink);
  margin:0 0 6px; line-height:1.4;
}
.gf-replica-title .accent{ color:var(--g); }
.gf-replica-sub{ font-size:13px; color:var(--mute); line-height:1.55; margin:0; }
.gf-replica-btn{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--g); color:#fff; height:46px; padding:0 22px;
  border-radius:12px; text-decoration:none; font-size:14px; font-weight:800;
  box-shadow:0 8px 18px -8px rgba(47,143,91,.6); white-space:nowrap;
}
.gf-replica-btn:hover{ background:var(--g-dark); color:#fff; text-decoration:none; }

/* ── 契約メーカー ── */
.gf-endorse-card{
  padding:22px 36px; min-height:92px;
  display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  align-items:center; gap:8px;
}
.gf-endorse-card .col{ position:relative; }
.gf-endorse-card .col .lbl{ font-size:12px; color:var(--mute); font-weight:700; margin-bottom:6px; }
.gf-endorse-card .col .val{ font-size:16px; font-weight:800; color:var(--ink); }
.gf-endorse-card .col .val.g{ color:var(--g); }
.gf-endorse-card .col .val a{ color:inherit; text-decoration:none; }

/* ── プロフィール / プレースタイル ── */
.gf-two-col{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.gf-prose-card{
  padding:22px 26px; background:#fff; border-radius:16px;
  box-shadow:0 10px 28px -10px rgba(20,40,28,.16); min-height:200px;
}
.gf-prose-card p{ font-size:14px; color:#3d4742; line-height:1.9; margin:0 0 10px; }
.gf-prose-card p:last-child{ margin-bottom:0; }

.gf-bottom-pad{ padding-bottom:64px; }

@media (max-width: 960px) {
  .gf-hero-inner{ padding:48px 32px 60px; gap:24px; }
  .gf-hero-rank{ width:120px; height:120px; }
  .gf-hero-rank .num{ font-size:36px; }
  .gf-keyfacts-wrap{ padding:0 32px; margin-top:-36px; }
  .gf-section{ padding:0 32px; }
  .gf-career-grid{ grid-template-columns:repeat(2,1fr); }
  .gf-two-col{ grid-template-columns:1fr; }
  .gf-ability-card{ grid-template-columns:1fr; padding:18px; gap:18px; }
}
@media (max-width: 640px) {
  .gf-hero-inner{ flex-direction:column; padding:36px 20px 48px; }
  .gf-hero-rank{ align-self:flex-start; }
  .gf-keyfacts-wrap{ padding:0 16px; margin-top:-30px; }
  .gf-keyfacts{ height:auto; padding:14px 8px; grid-template-columns:repeat(2,1fr); gap:12px 0; }
  .gf-keyfacts .col::after{ display:none; }
  .gf-section{ padding:0 16px; margin-top:24px; }
  .gf-career-grid{ grid-template-columns:1fr 1fr; gap:10px; }
  .gf-stat-card{ padding:14px 16px; }
  .gf-stat-card .val{ font-size:28px; }
  .gf-season-card{ grid-template-columns:repeat(5,1fr); height:auto; padding:14px 0; }
  .gf-season-card .lbl{ font-size:10px; margin-bottom:6px; }
  .gf-season-card .val{ font-size:20px; }
  .gf-tr-grid{ grid-template-columns:1fr 1fr; }
  .gf-replica{ flex-direction:column; align-items:stretch; padding:18px; gap:14px; }
  .gf-replica-btn{ justify-content:center; width:100%; }
  .gf-results-table{ font-size:11px; }
  .gf-results-table th, .gf-results-table td{ padding:10px 12px; }
  .gf-results-table thead th:nth-child(2),
  .gf-results-table tbody td:nth-child(2){ display:none; }
}
