/*
Theme Name: Accel Golf
Theme URI: https://www.accel-golf.com
Author: Accel Golf
Author URI: https://www.accel-golf.com
Description: Bold athletic theme for Accel Golf — a cutting-edge golf stats app. Features a near-black palette with Accel green and red pennant accents, Anton display type, and Inter body. Built to showcase the app, plans, and features with a confident, serious-golfer tone.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accel-golf
Tags: custom-logo, custom-menu, featured-images, full-width-template, threaded-comments
*/

/* =========================================================
   1. RESET / BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #0A0A0A;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; color: inherit; }

/* =========================================================
   2. TOKENS
   ========================================================= */
:root {
  --bg: #0A0A0A;
  --bg-2: #121212;
  --bg-3: #1A1A1A;
  --bg-4: #232323;
  --line: #262626;
  --line-2: #383838;
  --white: #FFFFFF;
  --dim: #C7C7C7;
  --mute: #8A8A8A;
  --muter: #5E5E5E;
  --green: #00D05F;
  --green-2: #00A84C;
  --green-dk: #006C31;
  --red: #FF3B30;
  --red-dk: #D22820;
  --cream: #F5F2EA;
  --ease: cubic-bezier(.2,.7,.2,1);
  --container: 1280px;
}

/* =========================================================
   3. TYPOGRAPHY
   ========================================================= */
.font-display { font-family: 'Anton', 'Archivo Black', 'Inter', sans-serif; letter-spacing: -0.01em; }
.font-mono    { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; }

h1, h2, h3, h4 { margin: 0 0 .4em; font-weight: 900; letter-spacing: -0.02em; }
h1 { font-family: 'Anton', sans-serif; font-weight: 400; letter-spacing: -0.01em; }
h2 { font-family: 'Anton', sans-serif; font-weight: 400; letter-spacing: -0.01em; line-height: .92; }
p { margin: 0 0 1em; color: var(--dim); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--green);
}
.eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 4px rgba(0,208,95,0.15);
}

/* =========================================================
   4. LAYOUT
   ========================================================= */
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.section { padding: 120px 0; position: relative; }
.section--tight { padding: 80px 0; }
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .section--tight { padding: 56px 0; }
  .container { padding: 0 20px; }
}

/* =========================================================
   5. BUTTONS
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 16px 26px;
  font-family: 'Archivo', 'Inter', sans-serif;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}
.btn--primary { background: var(--green); color: #000; padding-right: 34px; }
.btn--primary:hover { background: var(--white); transform: translateY(-1px); }
.btn--ghost   { background: transparent; color: var(--white); border: 1px solid var(--line-2); padding-right: 34px; }
.btn--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.04); }
.btn--red     { background: var(--red); color: #fff; padding-right: 34px; }
.btn--red:hover { background: var(--red-dk); }
.btn--lg      { padding: 20px 32px; font-size: 14px; padding-right: 42px; }
.btn__arrow   { display: inline-block; transition: transform .2s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* =========================================================
   6. HEADER / NAV
   ========================================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: rgba(10,10,10,0.72);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; max-width: var(--container); margin: 0 auto; padding: 0 28px;
}
.site-logo { display: flex; align-items: center; gap: 10px; }
.site-logo svg, .site-logo .site-logo__img { width: 132px; height: auto; display: block; }
.nav-primary { display: flex; align-items: center; gap: 34px; }
.nav-primary ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 34px; }
.nav-primary a {
  font-family: 'Archivo', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--dim); transition: color .15s var(--ease);
  position: relative;
}
.nav-primary a:hover { color: var(--white); }
.nav-primary a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--green); transition: width .25s var(--ease);
}
.nav-primary a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; }

@media (max-width: 960px) {
  .nav-primary { display: none; }
  .nav-cta .btn--ghost,
  .nav-cta .btn--primary { display: none; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border: 1px solid var(--line-2);
  }
}

/* =========================================================
   7. HOME HERO
   ========================================================= */
.hero {
  padding-top: 130px;
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex; align-items: flex-end;
  background: #000;
}
/* Hero background is set inline on .hero via the template (uses the real brand photo). */
.hero__inner { position: relative; z-index: 2; padding-bottom: 90px; width: 100%; }
.hero__kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--white);
  padding: 8px 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}
.hero__kicker b { color: var(--green); font-weight: 700; }
.hero__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 11vw, 168px);
  line-height: .86;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  color: var(--white);
}
.hero__title .accent { color: var(--green); }
.hero__title .slash { color: var(--red); }
.hero__sub {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.45;
  color: var(--dim);
  margin: 0 0 36px;
}
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__meta {
  position: absolute; right: 28px; bottom: 90px; z-index: 3;
  display: flex; flex-direction: column; gap: 20px; text-align: right;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.hero__meta span strong { display: block; color: var(--white); font-size: 14px; margin-top: 4px; }
@media (max-width: 900px) { .hero__meta { display: none; } }

/* =========================================================
   8. TICKER
   ========================================================= */
.ticker {
  background: var(--green);
  color: #000;
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.15);
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.ticker__track {
  display: flex; gap: 48px;
  white-space: nowrap;
  animation: ticker 40s linear infinite;
  font-family: 'Anton', sans-serif;
  font-size: 28px; letter-spacing: .02em; text-transform: uppercase;
  align-items: center;
}
.ticker__track span { display: inline-flex; align-items: center; gap: 48px; }
.ticker__track svg { width: 20px; height: 20px; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================================================
   9. FEATURE BLOCKS (alternating)
   ========================================================= */
.feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.feature + .feature { margin-top: 140px; }
.feature--rev { grid-template-columns: 1fr 1.05fr; }
.feature--rev .feature__visual { order: -1; }
.feature__tag {
  display: inline-block; font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--green); margin-bottom: 20px;
}
.feature__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 80px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  color: var(--white);
}
.feature__body { font-size: 17px; color: var(--dim); max-width: 520px; margin: 0 0 28px; }
.feature__list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 14px; }
.feature__list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15px; color: var(--white);
}
.feature__list li svg { flex: 0 0 18px; margin-top: 4px; stroke: var(--green); }
.feature__visual {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  padding: 40px;
}
.feature__visual::before {
  content: ""; position: absolute; top: -1px; left: -1px; width: 48px; height: 48px;
  border-top: 2px solid var(--green); border-left: 2px solid var(--green);
}
.feature__visual::after {
  content: ""; position: absolute; bottom: -1px; right: -1px; width: 48px; height: 48px;
  border-bottom: 2px solid var(--green); border-right: 2px solid var(--green);
}

/* Phone mockup */
.phone {
  width: 260px; height: 540px;
  background: #000;
  border: 2px solid #2a2a2a;
  border-radius: 34px;
  padding: 10px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,.5), inset 0 0 0 2px #0f0f0f;
}
.phone::before {
  content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 22px; background: #000; border-radius: 12px; z-index: 2;
}
.phone__screen {
  width: 100%; height: 100%;
  border-radius: 26px;
  background: #0F0F10;
  overflow: hidden; position: relative;
  padding: 44px 16px 16px;
}
.phone__hdr {
  font-family: 'Anton', sans-serif;
  font-size: 22px; letter-spacing: .01em;
  color: var(--white); text-transform: uppercase; margin-bottom: 4px;
}
.phone__sub { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--mute); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.phone__stat { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #222; font-size: 12px; color: var(--dim); }
.phone__stat strong { font-family: 'Anton', sans-serif; font-size: 18px; color: var(--white); }
.phone__stat .up { color: var(--green); font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.phone__stat .down { color: var(--red); font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.phone__bar {
  height: 6px; background: #1a1a1a; margin: 6px 0 14px; position: relative; overflow: hidden;
}
.phone__bar::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: var(--pct, 70%);
  background: var(--green);
}

/* Light "app" variant — mimics iOS app UI inside the phone outline */
.phone__screen--app {
  background: #fff;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  padding: 14px 12px;
}
.app-back { color: #2E8B4A; font-size: 12px; font-weight: 600; }
.app-title { font-weight: 800; font-size: 26px; line-height: 1; color: #111; margin: 6px 0 10px; letter-spacing: -.01em; }
.app-section-label { font-weight: 800; font-size: 12px; letter-spacing: .04em; color: #111; margin: 12px 0 8px; }
.app-card {
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.4;
}
.app-card__title { font-weight: 700; font-size: 14px; color: #111; margin-bottom: 6px; }
.app-card__divider { height: 1px; background: rgba(0,0,0,.15); margin: 0 0 6px; }
.app-card--mint { background: #C5EAC8; color: #111; }
.app-card--forest { background: #2E7D42; color: #fff; display: flex; align-items: center; gap: 10px; }
.app-card--forest .app-card__title { color: #fff; }
.app-card--forest .app-card__divider { background: rgba(255,255,255,.3); }
.app-card__body { flex: 1; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.app-card__arrow { flex-shrink: 0; width: 22px; height: 22px; border: 1.5px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; line-height: 1; color: #fff; }
.app-chart {
  background: #fff; border: 1px solid #e6e6e6; border-radius: 10px; padding: 8px 10px;
  margin-bottom: 6px; box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.app-chart__title { font-weight: 700; font-size: 11px; color: #111; margin-bottom: 2px; }

@media (max-width: 900px) {
  .feature, .feature--rev { grid-template-columns: 1fr; gap: 40px; }
  .feature--rev .feature__visual { order: 0; }
  .feature__visual { aspect-ratio: auto; padding: 30px 20px; }
}

/* =========================================================
   10. DATA / STROKES GAINED SECTION
   ========================================================= */
.data-section { background: #050505; border-top: 1px solid var(--line); }
.data-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); }
.data-cell { padding: 36px 28px; border-right: 1px solid var(--line); }
.data-cell:last-child { border-right: 0; }
.data-cell__num {
  font-family: 'Anton', sans-serif;
  font-size: 72px; line-height: .9; color: var(--white);
}
.data-cell__num .unit { color: var(--green); font-size: 28px; margin-left: 4px; }
.data-cell__label { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--mute); text-transform: uppercase; letter-spacing: .18em; margin-top: 12px; }
@media (max-width: 900px) {
  .data-grid { grid-template-columns: repeat(2, 1fr); }
  .data-cell:nth-child(2) { border-right: 0; }
  .data-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

/* Strokes gained bars */
.sg-chart { margin-top: 48px; display: grid; gap: 16px; }
.sg-row { display: grid; grid-template-columns: 140px 1fr 80px; align-items: center; gap: 20px; font-family: 'JetBrains Mono', monospace; font-size: 12px; }
.sg-row__label { color: var(--dim); text-transform: uppercase; letter-spacing: .14em; }
.sg-row__bar { height: 22px; background: #0f0f0f; border: 1px solid var(--line); position: relative; }
.sg-row__bar span { position: absolute; top: 0; bottom: 0; display: block; background: var(--green); }
.sg-row__bar span.neg { background: var(--red); }
.sg-row__val { color: var(--white); font-weight: 700; text-align: right; }

/* =========================================================
   11. TESTIMONIALS
   ========================================================= */
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.testimonial {
  border: 1px solid var(--line);
  padding: 40px;
  background: var(--bg-2);
  position: relative;
}
.testimonial__stars { display: flex; gap: 4px; margin-bottom: 20px; color: var(--green); }
.testimonial__quote { font-size: 18px; line-height: 1.55; color: var(--white); margin: 0 0 24px; }
.testimonial__who { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); }
@media (max-width: 768px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* =========================================================
   12. CTA BAND
   ========================================================= */
.cta-band {
  background:
    radial-gradient(circle at 20% 30%, rgba(0,208,95,.18), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(255,59,48,.12), transparent 55%),
    #080808;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-band__inner { text-align: center; padding: 20px 0; }
.cta-band__title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(48px, 8vw, 112px);
  line-height: .9;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 18px;
}
.cta-band__title .accent { color: var(--green); }
.cta-band__sub { color: var(--dim); font-size: 18px; max-width: 620px; margin: 0 auto 32px; }
.cta-band__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   13. SECTION HEADING
   ========================================================= */
.sec-head { max-width: 760px; margin-bottom: 72px; }
.sec-head__title {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: clamp(48px, 7vw, 96px); line-height: .92;
  text-transform: uppercase; letter-spacing: -.01em;
  margin: 12px 0 18px;
  color: var(--white);
}
.sec-head__title .accent { color: var(--green); }
.sec-head__sub { color: var(--dim); font-size: 18px; line-height: 1.5; }

/* =========================================================
   14. PLANS PAGE
   ========================================================= */
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.plan {
  border: 1px solid var(--line);
  padding: 40px 32px;
  background: var(--bg-2);
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
}
.plan:hover { transform: translateY(-4px); border-color: var(--green); }
.plan--feature { border-color: var(--green); background: linear-gradient(180deg, rgba(0,208,95,.08), var(--bg-2)); }
.plan--feature::before {
  content: "MOST POPULAR";
  position: absolute; top: -14px; left: 32px;
  background: var(--green); color: #000;
  padding: 6px 12px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .18em; font-weight: 700;
}
.plan__tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.plan__name { font-family: 'Anton', sans-serif; font-size: 40px; text-transform: uppercase; line-height: 1; margin: 0 0 12px; color: var(--white); }
.plan__price { font-family: 'Anton', sans-serif; font-size: 56px; color: var(--white); line-height: 1; margin: 12px 0; }
.plan__price small { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--mute); font-weight: 500; }
.plan__body { color: var(--dim); font-size: 15px; margin-bottom: 24px; }
.plan__list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.plan__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--white); }
.plan__list li svg { flex: 0 0 16px; margin-top: 4px; stroke: var(--green); }
.plan__cta { margin-top: auto; }

.plans-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 60px; }

@media (max-width: 1100px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .plans-team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .plans-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   15. FEATURES PAGE
   ========================================================= */
.stats-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-right: 0;
}
.stats-types__cell {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-rows: 36px 40px 1fr;
  row-gap: 16px;
  align-items: start;
  min-height: 220px;
}
.stats-types__cell h3 {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  color: var(--white);
  align-self: end;
}
.stats-types__cell p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--dim);
  margin: 0;
  align-self: start;
}
.stats-types__cell .icon { width: 28px; height: 28px; stroke: var(--green); align-self: start; }
@media (max-width: 900px) { .stats-types { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .stats-types { grid-template-columns: 1fr; border-right: 1px solid var(--line); } }

/* =========================================================
   16. ABOUT / TEAM
   ========================================================= */
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.team-card {
  border: 1px solid var(--line);
  padding: 40px 32px;
  background: var(--bg-2);
}
.team-card__role { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.team-card__name { font-family: 'Anton', sans-serif; font-size: 44px; text-transform: uppercase; line-height: 1; margin: 0 0 14px; color: var(--white); }
.team-card__bio { color: var(--dim); font-size: 15px; line-height: 1.55; margin: 0; }
@media (max-width: 768px) { .team-grid { grid-template-columns: 1fr; } }

/* =========================================================
   17. CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: flex-start; }
.contact-info h2 { font-family: 'Anton', sans-serif; font-size: clamp(40px, 6vw, 72px); line-height: .95; text-transform: uppercase; margin: 0 0 20px; color: var(--white); }
.contact-info p { color: var(--dim); font-size: 17px; margin: 0 0 36px; max-width: 460px; }
.contact-channels { display: grid; gap: 24px; }
.contact-channel {
  display: flex; align-items: center; gap: 18px;
  border: 1px solid var(--line);
  padding: 20px 22px;
  background: var(--bg-2);
}
.contact-channel svg { flex: 0 0 26px; stroke: var(--green); }
.contact-channel__label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); }
.contact-channel__val { font-family: 'Anton', sans-serif; font-size: 20px; color: var(--white); text-transform: uppercase; }

.contact-form { background: var(--bg-2); border: 1px solid var(--line); padding: 40px; }
.contact-form label { display: block; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); margin: 18px 0 8px; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 14px 16px; background: #0a0a0a;
  border: 1px solid var(--line-2); color: var(--white);
  font-size: 15px; transition: border-color .15s var(--ease);
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--green); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form button { margin-top: 28px; }

@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }

/* =========================================================
   18. PAGE HEADER (generic)
   ========================================================= */
.page-header {
  padding: 160px 0 60px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.page-header__eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.page-header__title {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: clamp(60px, 11vw, 168px); line-height: .86;
  text-transform: uppercase; letter-spacing: -.02em;
  margin: 0; color: var(--white);
}
.page-header__title .slash { color: var(--red); }

/* =========================================================
   19. WYSIWYG CONTENT (for imported WP pages)
   ========================================================= */
.wysiwyg { max-width: 820px; margin: 0 auto; font-size: 17px; line-height: 1.7; color: var(--dim); }
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 { color: var(--white); font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: -.01em; margin-top: 2em; }
.wysiwyg h1 { font-size: 56px; line-height: 1; }
.wysiwyg h2 { font-size: 40px; line-height: 1.05; }
.wysiwyg h3 { font-size: 28px; }
.wysiwyg h4 { font-size: 20px; font-family: 'Archivo', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.wysiwyg a { color: var(--green); border-bottom: 1px solid rgba(0,208,95,.35); }
.wysiwyg a:hover { border-bottom-color: var(--green); }
.wysiwyg img { margin: 2em auto; }
.wysiwyg ul, .wysiwyg ol { padding-left: 1.4em; }
.wysiwyg ul li, .wysiwyg ol li { margin-bottom: .5em; }
.wysiwyg blockquote {
  border-left: 3px solid var(--green);
  padding: 8px 20px;
  margin: 1.5em 0;
  color: var(--white);
  font-style: normal;
}
.wysiwyg strong { color: var(--white); }
.wysiwyg table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
.wysiwyg th, .wysiwyg td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; }
.wysiwyg th { background: var(--bg-2); color: var(--white); font-family: 'Archivo', sans-serif; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }

/* =========================================================
   20. BLOG
   ========================================================= */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card {
  border: 1px solid var(--line);
  background: var(--bg-2);
  padding: 32px;
  display: flex; flex-direction: column;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.post-card:hover { border-color: var(--green); transform: translateY(-3px); }
.post-card__date { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); margin-bottom: 14px; }
.post-card__title { font-family: 'Anton', sans-serif; font-size: 26px; line-height: 1.05; text-transform: uppercase; margin: 0 0 14px; color: var(--white); }
.post-card__excerpt { color: var(--dim); font-size: 14px; flex: 1; margin: 0 0 20px; }
.post-card__cta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--green); letter-spacing: .18em; text-transform: uppercase; }
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr; } }

.post-single {
  max-width: 820px; margin: 0 auto;
}
.post-single .post-meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--mute); }

/* =========================================================
   21. FOOTER
   ========================================================= */
.site-footer {
  background: #050505;
  border-top: 1px solid var(--line);
  padding: 80px 0 30px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 60px; margin-bottom: 60px;
}
.footer-brand svg, .footer-brand .site-logo__img { width: 200px; height: auto; margin-bottom: 20px; display: block; }
.footer-brand p { font-size: 14px; color: var(--mute); max-width: 300px; }
.footer-col h4 {
  font-family: 'Archivo', sans-serif; font-size: 12px;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--white); margin: 0 0 20px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-col a { font-size: 14px; color: var(--dim); transition: color .15s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--mute);
}
.footer-socials { display: flex; gap: 14px; }
.footer-socials a { display: inline-flex; width: 38px; height: 38px; border: 1px solid var(--line-2); align-items: center; justify-content: center; transition: border-color .15s, color .15s; }
.footer-socials a:hover { border-color: var(--green); color: var(--green); }

@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* =========================================================
   22. UTILITIES
   ========================================================= */
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.text-center { text-align: center; }

/* Mobile nav drawer */
.mobile-nav {
  position: fixed; inset: 0; background: #0A0A0A;
  z-index: 80; display: none; padding: 90px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.is-open { display: block; }
.mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-nav li { border-bottom: 1px solid var(--line); }
.mobile-nav a {
  display: block;
  padding: min(22px, 2vh) 0;
  font-family: 'Anton', sans-serif;
  font-size: min(34px, 4vh);
  text-transform: uppercase;
  color: var(--white);
}
.mobile-nav__close {
  position: absolute; top: 22px; right: 22px;
  width: 44px; height: 44px;
  border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
}
