/*
Theme Name: AboutGOLF Concepts
Author: MarkOnline / Codex
Description: Three homepage visual concepts for AboutGOLF WordPress build.
Version: 0.1.0
Requires at least: 6.0
*/

:root {
  --ag-ink: #111517;
  --ag-muted: #667078;
  --ag-line: rgba(17, 21, 23, .12);
  --ag-green: #7fbf37;
  --ag-blue: #1f6fff;
  --ag-radius: 8px;
  --ag-max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }

.ag-page {
  --bg: #f4f5f1;
  --surface: #ffffff;
  --surface-2: #e9ece5;
  --text: #111517;
  --muted: #667078;
  --line: rgba(17, 21, 23, .12);
  --accent: #7fbf37;
  --accent-2: #1f6fff;
  min-height: 100vh;
}

.ag-page--premium {
  --bg: #080b0a;
  --surface: #101514;
  --surface-2: #171f1b;
  --text: #f5f8f0;
  --muted: #a9b3ad;
  --line: rgba(255, 255, 255, .16);
  --accent: #a7e957;
  --accent-2: #7fbf37;
}

.ag-page--atelier {
  --bg: #f4f1ea;
  --surface: #fffdf7;
  --surface-2: #e7e0d3;
  --text: #151617;
  --muted: #68635a;
  --line: rgba(38, 34, 28, .15);
  --accent: #286f47;
  --accent-2: #c59b4a;
}

.ag-page--performance {
  --bg: #eef4f7;
  --surface: #ffffff;
  --surface-2: #dfeaf0;
  --text: #071722;
  --muted: #58707d;
  --line: rgba(7, 23, 34, .12);
  --accent: #0c7cff;
  --accent-2: #13b889;
}

.ag-wrap { width: min(var(--ag-max), calc(100% - 40px)); margin: 0 auto; }
.ag-eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ag-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  font-size: 13px;
}

.ag-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px);
}
.ag-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
}
.ag-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .02em;
}
.ag-logo-mark {
  width: 30px;
  height: 30px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  position: relative;
}
.ag-logo-mark::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 2px;
  top: 2px;
  border-radius: 50%;
  background: var(--accent);
}
.ag-menu {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}
.ag-menu a { white-space: nowrap; }
.ag-actions { display: flex; gap: 10px; align-items: center; }
.ag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  background: var(--surface);
  color: var(--text);
  font-weight: 800;
  line-height: 1;
}
.ag-btn--primary {
  border-color: transparent;
  background: var(--accent);
  color: color-mix(in srgb, var(--bg) 88%, #000);
}
.ag-btn--ghost { background: transparent; color: var(--text); }

.ag-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.ag-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--bg) 92%, #000) 0%, color-mix(in srgb, var(--bg) 74%, transparent) 44%, transparent 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 28%);
  z-index: 1;
}
.ag-hero-media {
  position: absolute;
  inset: 0;
}
.ag-hero-media img,
.ag-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ag-hero-media video {
  display: block;
}
.ag-hero-content {
  position: relative;
  z-index: 2;
  padding: 86px 0 76px;
}
.ag-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 670px) minmax(240px, 360px);
  gap: 80px;
  align-items: end;
}
.ag-kicker-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.ag-hero h1 {
  margin: 0;
  font-size: clamp(52px, 8vw, 118px);
  line-height: .86;
  max-width: 760px;
  letter-spacing: 0;
}
.ag-hero h1 span { color: var(--accent); }
.ag-lede {
  margin: 26px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}
.ag-hero-panel {
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  backdrop-filter: blur(16px);
  padding: 20px;
}
.ag-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.ag-stat {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.ag-stat strong { display: block; font-size: 24px; }
.ag-stat span { color: var(--muted); font-size: 12px; line-height: 1.4; }

.ag-section { padding: 96px 0; }
.ag-section--tight { padding: 62px 0; }
.ag-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 48px;
  align-items: end;
  margin-bottom: 36px;
}
.ag-section h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .98;
}
.ag-section-head p,
.ag-body-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.ag-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.ag-image-frame {
  overflow: hidden;
  border-radius: var(--ag-radius);
  border: 1px solid var(--line);
  background: var(--surface-2);
}
.ag-image-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.ag-feature-copy { padding: 22px; }
.ag-feature-copy h3 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.ag-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ag-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  background: var(--surface);
  overflow: hidden;
}
.ag-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}
.ag-card-body { padding: 22px; }
.ag-card h3 { margin: 0 0 10px; font-size: 24px; }
.ag-card p { margin: 0; color: var(--muted); line-height: 1.55; }

.ag-process {
  background: color-mix(in srgb, var(--surface) 42%, transparent);
  border-block: 1px solid var(--line);
}
.ag-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.ag-step {
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  background: var(--surface);
  padding: 22px;
}
.ag-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent);
  color: color-mix(in srgb, var(--bg) 88%, #000);
  font-weight: 900;
  margin-bottom: 42px;
}
.ag-step h3 { margin: 0 0 10px; font-size: 23px; }
.ag-step p { margin: 0; color: var(--muted); line-height: 1.55; }

.ag-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ag-showcase-card {
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  background: var(--surface);
  overflow: hidden;
}
.ag-showcase-card img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}
.ag-showcase-card div { padding: 22px; }
.ag-showcase-card h3 { margin: 8px 0 12px; font-size: 30px; line-height: 1.05; }
.ag-showcase-card p { margin: 0; color: var(--muted); line-height: 1.6; }

.ag-media-band {
  background: color-mix(in srgb, var(--surface-2) 52%, transparent);
  border-block: 1px solid var(--line);
}
.ag-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.ag-mini-grid div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.ag-mini-grid b,
.ag-usage-list b {
  display: block;
  margin-bottom: 6px;
}
.ag-mini-grid span,
.ag-usage-list span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}

.ag-difference {
  border-top: 1px solid var(--line);
}
.ag-difference-row {
  display: grid;
  grid-template-columns: 90px 1fr 1.1fr;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.ag-difference-row b { color: var(--accent); font-size: 18px; }
.ag-difference-row h3 { margin: 0; font-size: 28px; }
.ag-difference-row p { margin: 0; color: var(--muted); line-height: 1.6; }

.ag-tech {
  background: color-mix(in srgb, var(--surface) 48%, transparent);
}
.ag-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ag-tech-grid article {
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  overflow: hidden;
  background: var(--surface);
}
.ag-tech-grid img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}
.ag-tech-grid h3 {
  margin: 18px 18px 8px;
  font-size: 22px;
}
.ag-tech-grid p {
  margin: 0 18px 20px;
  color: var(--muted);
  line-height: 1.5;
}

.ag-proof {
  background: var(--surface);
  border-block: 1px solid var(--line);
}
.ag-quote-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}
.ag-quote {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  margin: 0;
}
.ag-person {
  margin-top: 22px;
  color: var(--muted);
}
.ag-logo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 42px;
}
.ag-logo-tile {
  min-height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  color: var(--muted);
  font-weight: 900;
  background: color-mix(in srgb, var(--surface-2) 42%, transparent);
}

.ag-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ag-blog-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--ag-radius);
  background: var(--surface);
}
.ag-blog-card span { color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ag-blog-card h3 { margin: 14px 0 0; line-height: 1.12; }
.ag-blog-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.5; }

.ag-usage-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.ag-usage-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.ag-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 52px;
}
.ag-faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.ag-faq summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 19px;
}
.ag-faq details p { color: var(--muted); line-height: 1.6; }

.ag-cta {
  padding: 74px 0;
  background: var(--text);
  color: var(--bg);
}
.ag-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
}
.ag-cta h2 { margin: 0; font-size: clamp(34px, 5vw, 62px); line-height: .98; }
.ag-cta p { margin: 16px 0 0; color: color-mix(in srgb, var(--bg) 78%, transparent); max-width: 660px; }

.ag-footer {
  padding: 38px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.ag-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ag-concepts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ag-page--atelier .ag-hero { min-height: 650px; }
.ag-page--atelier .ag-hero::before {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--bg) 96%, #fff) 0%, color-mix(in srgb, var(--bg) 74%, transparent) 52%, transparent 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 34%);
}
.ag-page--atelier .ag-card,
.ag-page--atelier .ag-hero-panel { box-shadow: 0 22px 60px rgba(70, 58, 40, .10); }

.ag-page--performance .ag-hero { min-height: 690px; }
.ag-page--performance .ag-hero::before {
  background:
    linear-gradient(90deg, rgba(238,244,247,.98) 0%, rgba(238,244,247,.70) 48%, transparent 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 24%);
}
.ag-page--performance .ag-card,
.ag-page--performance .ag-blog-card {
  box-shadow: 0 18px 45px rgba(11, 71, 105, .08);
}

@media (max-width: 980px) {
  .ag-nav { grid-template-columns: 1fr auto; }
  .ag-menu { display: none; }
  .ag-hero-grid,
  .ag-section-head,
  .ag-split,
  .ag-quote-grid,
  .ag-faq,
  .ag-cta-grid { grid-template-columns: 1fr; }
  .ag-card-grid,
  .ag-blog-grid,
  .ag-process-grid,
  .ag-tech-grid { grid-template-columns: 1fr 1fr; }
  .ag-showcase-grid { grid-template-columns: 1fr; }
  .ag-logo-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .ag-wrap { width: min(100% - 28px, var(--ag-max)); }
  .ag-hero { min-height: 680px; }
  .ag-hero h1 { font-size: 54px; }
  .ag-actions .ag-btn--ghost { display: none; }
  .ag-card-grid,
  .ag-blog-grid,
  .ag-stat-grid,
  .ag-process-grid,
  .ag-tech-grid,
  .ag-mini-grid { grid-template-columns: 1fr; }
  .ag-usage-list div { grid-template-columns: 1fr; gap: 6px; }
  .ag-difference-row { grid-template-columns: 1fr; gap: 10px; }
  .ag-logo-strip { grid-template-columns: repeat(2, 1fr); }
  .ag-section { padding: 70px 0; }
}
