/* =========================================================================
   Wind Window Golf — hand-written CSS. No framework, no preprocessor,
   no CDN font imports. System font stacks only. Class prefix: wwg-
   ========================================================================= */

:root {
  --wwg-purple-950: #170f20;
  --wwg-purple-900: #1f1530;
  --wwg-purple-850: #251a3a;
  --wwg-purple-800: #2c1e42;
  --wwg-purple-700: #3c2a58;
  --wwg-purple-600: #4f3873;
  --wwg-purple-500: #6b4c9c;

  --wwg-orange: #e2812c;
  --wwg-orange-light: #f5a755;
  --wwg-orange-dark: #b3601a;
  --wwg-amber: #f2b84b;

  --wwg-sand: #f3e8d6;
  --wwg-sand-300: #d9c8ab;
  --wwg-sand-500: #b39d7d;
  --wwg-sand-600: #8d795f;
  --wwg-white: #fffaf2;

  --wwg-line: rgba(243, 232, 214, 0.14);
  --wwg-line-strong: rgba(243, 232, 214, 0.26);

  --wwg-font-display: "Copperplate", "Big Caslon", "Georgia", "Segoe UI", serif;
  --wwg-font-body: "Optima", "Candara", "Segoe UI", sans-serif;
  --wwg-font-mono: "Consolas", "SF Mono", "Cascadia Mono", monospace;

  --wwg-wrap-w: 1160px;
  --wwg-radius: 4px;
  --wwg-radius-lg: 10px;
  --wwg-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--wwg-font-body);
  color: var(--wwg-sand-300);
  background: var(--wwg-purple-950);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: var(--wwg-font-display);
  color: var(--wwg-white);
  line-height: 1.16;
  margin: 0 0 0.5em;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.7rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
a { color: var(--wwg-orange-light); text-decoration: none; }
a:hover { color: var(--wwg-orange); }
img { max-width: 100%; display: block; }
ul, ol { padding-left: 1.2em; }
address { font-style: normal; }
button { font-family: inherit; }
table { border-collapse: collapse; width: 100%; }

.wwg-skip {
  position: absolute; left: -999px; top: 0; z-index: 500;
  background: var(--wwg-orange); color: var(--wwg-purple-950);
  padding: 12px 18px; font-weight: 700;
}
.wwg-skip:focus { left: 12px; top: 12px; }

.wwg-wrap { max-width: var(--wwg-wrap-w); margin: 0 auto; padding: 0 24px; }

/* ---- condition strip -------------------------------------------------- */
.wwg-condline { background: var(--wwg-purple-900); border-bottom: 1px solid var(--wwg-line); }
.wwg-condline__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 8px 0; font-size: 0.78rem; font-family: var(--wwg-font-mono);
  color: var(--wwg-sand-500); letter-spacing: 0.02em;
}
.wwg-condline__reading { display: flex; align-items: center; gap: 8px; }
.wwg-condline__dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--wwg-orange);
  box-shadow: 0 0 0 3px rgba(226, 129, 44, 0.22);
}
.wwg-condline__phone { color: var(--wwg-sand-300); font-weight: 600; }
.wwg-condline__phone:hover { color: var(--wwg-orange-light); }

/* ---- masthead ---------------------------------------------------------- */
.wwg-masthead {
  position: sticky; top: 0; z-index: 200;
  background: rgba(23, 15, 32, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--wwg-line);
}
.wwg-masthead__inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; }

.wwg-brand { display: flex; align-items: center; gap: 12px; }
.wwg-brand__rose {
  position: relative; width: 38px; height: 38px; flex: none;
  border: 1px solid var(--wwg-orange); border-radius: 50%;
}
.wwg-brand__rose-n, .wwg-brand__rose-e, .wwg-brand__rose-s, .wwg-brand__rose-w {
  position: absolute; background: var(--wwg-orange-light);
}
.wwg-brand__rose-n, .wwg-brand__rose-s { left: 50%; width: 2px; height: 13px; margin-left: -1px; }
.wwg-brand__rose-n { top: 2px; }
.wwg-brand__rose-s { bottom: 2px; opacity: 0.5; }
.wwg-brand__rose-e, .wwg-brand__rose-w { top: 50%; height: 2px; width: 13px; margin-top: -1px; }
.wwg-brand__rose-e { right: 2px; opacity: 0.5; }
.wwg-brand__rose-w { left: 2px; }
.wwg-brand__rose-core {
  position: absolute; top: 50%; left: 50%; width: 6px; height: 6px;
  background: var(--wwg-orange); border-radius: 50%; transform: translate(-50%, -50%);
}
.wwg-brand__text { display: flex; flex-direction: column; }
.wwg-brand__name { font-family: var(--wwg-font-display); font-size: 1.18rem; color: var(--wwg-white); letter-spacing: 0.01em; }
.wwg-brand__tag { font-family: var(--wwg-font-mono); font-size: 0.64rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wwg-sand-500); }

.wwg-vane {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; border: 1px solid var(--wwg-line-strong);
  border-radius: var(--wwg-radius); background: transparent; cursor: pointer; padding: 0 10px;
}
.wwg-vane span { display: block; height: 2px; background: var(--wwg-sand); transition: transform 220ms var(--wwg-ease), opacity 220ms var(--wwg-ease); }
.wwg-vane.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.wwg-vane.is-open span:nth-child(2) { opacity: 0; }
.wwg-vane.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.wwg-nav { display: flex; align-items: center; gap: 26px; }
.wwg-nav__list { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.wwg-nav__item a {
  color: var(--wwg-sand-300); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.01em;
  padding: 6px 0; border-bottom: 2px solid transparent; transition: border-color 180ms var(--wwg-ease), color 180ms var(--wwg-ease);
}
.wwg-nav__item a:hover, .wwg-nav__item.is-active a { color: var(--wwg-white); border-color: var(--wwg-orange); }

/* ---- buttons ------------------------------------------------------------ */
.wwg-btn {
  display: inline-block; padding: 13px 24px; border-radius: var(--wwg-radius);
  font-weight: 700; font-size: 0.88rem; letter-spacing: 0.02em; cursor: pointer;
  border: 1px solid transparent; transition: transform 180ms var(--wwg-ease), background 180ms var(--wwg-ease), border-color 180ms var(--wwg-ease);
}
.wwg-btn--primary { background: var(--wwg-orange); color: var(--wwg-purple-950); }
.wwg-btn--primary:hover { background: var(--wwg-orange-light); color: var(--wwg-purple-950); transform: translateY(-1px); }
.wwg-btn--ghost { border-color: var(--wwg-line-strong); color: var(--wwg-sand); }
.wwg-btn--ghost:hover { border-color: var(--wwg-orange); color: var(--wwg-orange-light); }
.wwg-btn--panel { background: var(--wwg-purple-700); color: var(--wwg-white); }
.wwg-btn--panel:hover { background: var(--wwg-purple-600); }
.wwg-btn--block { display: block; width: 100%; text-align: center; }

/* ---- hero ---------------------------------------------------------------- */
.wwg-hero { padding: 56px 0 44px; border-bottom: 1px solid var(--wwg-line); }
.wwg-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.wwg-hero__eyebrow {
  display: inline-block; font-family: var(--wwg-font-mono); font-size: 0.76rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--wwg-orange-light); margin-bottom: 14px;
}
.wwg-hero__lede { font-size: 1.08rem; color: var(--wwg-sand-300); max-width: 52ch; }
.wwg-hero__actions { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }

.wwg-windgraph {
  border: 1px solid var(--wwg-line); border-radius: var(--wwg-radius-lg); background: var(--wwg-purple-900);
  padding: 22px 22px 14px;
}
.wwg-windgraph__title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.wwg-windgraph__title span:first-child { font-family: var(--wwg-font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wwg-sand-500); }
.wwg-live { display: inline-flex; align-items: center; gap: 6px; font-family: var(--wwg-font-mono); font-size: 0.7rem; color: var(--wwg-orange-light); }
.wwg-live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--wwg-orange); }
.wwg-windgraph svg { width: 100%; height: auto; display: block; }
.wwg-windgraph__legend { display: flex; justify-content: space-between; gap: 10px; margin-top: 10px; font-size: 0.72rem; font-family: var(--wwg-font-mono); color: var(--wwg-sand-500); }
.wwg-windgraph__legend span.wwg-lg-head { color: #d17b5a; }
.wwg-windgraph__legend span.wwg-lg-neutral { color: var(--wwg-orange-light); }
.wwg-windgraph__legend span.wwg-lg-tail { color: #8bd0c9; }
.wwg-traj-ground { stroke: var(--wwg-line-strong); stroke-width: 1; }
.wwg-traj-band { fill: rgba(226, 129, 44, 0.1); }
.wwg-traj-band-line { stroke: var(--wwg-line-strong); stroke-width: 1; stroke-dasharray: 3 3; }
.wwg-traj-head { stroke: #d17b5a; stroke-width: 2.5; fill: none; }
.wwg-traj-neutral { stroke: var(--wwg-orange-light); stroke-width: 3; fill: none; }
.wwg-traj-tail { stroke: #8bd0c9; stroke-width: 2; fill: none; stroke-dasharray: 5 4; }
.wwg-traj-dot { fill: var(--wwg-orange-light); }
.wwg-traj-label { font-family: var(--wwg-font-mono); font-size: 8px; fill: var(--wwg-sand-500); }

.wwg-readout { display: flex; flex-direction: column; gap: 0; margin-top: 14px; border-top: 1px solid var(--wwg-line); }
.wwg-readout-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--wwg-line); font-size: 0.86rem; }
.wwg-readout-row span:first-child { color: var(--wwg-sand-500); }
.wwg-readout-row span:last-child { font-family: var(--wwg-font-mono); color: var(--wwg-white); font-weight: 600; }

/* ---- stats strip ---------------------------------------------------------- */
.wwg-stats { background: var(--wwg-purple-900); border-bottom: 1px solid var(--wwg-line); }
.wwg-stats__row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding: 28px 0; }
.wwg-stat { text-align: left; }
.wwg-stat__num { display: block; font-family: var(--wwg-font-display); font-size: 1.7rem; color: var(--wwg-orange-light); }
.wwg-stat__label { font-family: var(--wwg-font-mono); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wwg-sand-500); }

/* ---- sections -------------------------------------------------------------- */
.wwg-section { padding: 64px 0; }
.wwg-section--alt { background: var(--wwg-purple-900); border-top: 1px solid var(--wwg-line); border-bottom: 1px solid var(--wwg-line); }
.wwg-section__head { max-width: 680px; margin-bottom: 34px; }
.wwg-eyebrow { display: inline-block; font-family: var(--wwg-font-mono); font-size: 0.74rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--wwg-orange-light); margin-bottom: 10px; }
.wwg-section__head p { color: var(--wwg-sand-300); }

.wwg-grid { display: grid; gap: 22px; }
.wwg-grid--2 { grid-template-columns: repeat(2, 1fr); }
.wwg-grid--3 { grid-template-columns: repeat(3, 1fr); }
.wwg-grid--4 { grid-template-columns: repeat(4, 1fr); }

.wwg-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* ---- cards -------------------------------------------------------------- */
.wwg-card {
  background: var(--wwg-purple-850); border: 1px solid var(--wwg-line); border-radius: var(--wwg-radius-lg);
  padding: 26px;
}
.wwg-card__icon {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border: 1px solid var(--wwg-orange); border-radius: 50%; color: var(--wwg-orange-light);
  font-family: var(--wwg-font-display); font-size: 1.05rem; margin-bottom: 14px;
}
.wwg-card p { color: var(--wwg-sand-500); font-size: 0.95rem; }
.wwg-card__link { display: inline-block; margin-top: 6px; font-weight: 700; font-size: 0.86rem; border-bottom: 1px solid transparent; }
.wwg-card__link:hover { border-color: currentColor; }

/* ---- js-on gated reveal ---------------------------------------------------
   Hidden only while .js-on is present on <html>; if JS never runs (or fails),
   the .js-on class never lands and everything below stays visible by default. */
.js-on .wwg-lift { opacity: 0; transform: translateY(18px); transition: opacity 560ms var(--wwg-ease), transform 560ms var(--wwg-ease); }
.js-on .wwg-lift.is-shown { opacity: 1; transform: none; }

/* ---- timeline -------------------------------------------------------------- */
.wwg-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: wwg-step; }
.wwg-timeline__item { position: relative; padding-top: 46px; border-top: 2px solid var(--wwg-orange); }
.wwg-timeline__num {
  counter-increment: wwg-step; position: absolute; top: -20px; left: 0;
  width: 38px; height: 38px; border-radius: 50%; background: var(--wwg-purple-850);
  border: 1px solid var(--wwg-orange); color: var(--wwg-orange-light); font-family: var(--wwg-font-mono);
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 700;
}
.wwg-timeline__num::before { content: counter(wwg-step); }

/* ---- bars -------------------------------------------------------------- */
.wwg-bars { display: flex; flex-direction: column; gap: 16px; }
.wwg-bar-row__label { display: flex; justify-content: space-between; font-size: 0.85rem; color: var(--wwg-sand-300); margin-bottom: 7px; }
.wwg-bar-track { height: 8px; border-radius: 4px; background: var(--wwg-purple-700); overflow: hidden; }
.wwg-bar-fill { height: 100%; background: var(--wwg-orange); border-radius: 4px; }
.wwg-bar-fill--muted { background: var(--wwg-purple-500); }

/* ---- brand tiles -------------------------------------------------------------- */
.wwg-brandtile {
  background: var(--wwg-purple-850); border: 1px solid var(--wwg-line); border-radius: var(--wwg-radius);
  padding: 18px; text-align: center;
}
.wwg-brandtile__mark {
  width: 40px; height: 40px; margin: 0 auto 10px; border-radius: 50%; background: var(--wwg-purple-700);
  display: flex; align-items: center; justify-content: center; font-family: var(--wwg-font-mono); font-weight: 700; color: var(--wwg-orange-light);
}
.wwg-brandtile strong { display: block; color: var(--wwg-white); font-size: 0.95rem; }
.wwg-brandtile span { display: block; font-size: 0.76rem; color: var(--wwg-sand-500); margin-top: 3px; }

/* ---- testimonials -------------------------------------------------------------- */
.wwg-testimonial {
  background: var(--wwg-purple-850); border: 1px solid var(--wwg-line); border-radius: var(--wwg-radius-lg);
  padding: 24px;
}
.wwg-stars { color: var(--wwg-orange-light); letter-spacing: 2px; display: block; margin-bottom: 10px; }
.wwg-testimonial p { color: var(--wwg-sand-300); font-size: 0.95rem; }
.wwg-testimonial__author { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.wwg-avatar {
  width: 38px; height: 38px; border-radius: 50%; background: var(--wwg-purple-700); color: var(--wwg-orange-light);
  display: flex; align-items: center; justify-content: center; font-family: var(--wwg-font-mono); font-size: 0.78rem; font-weight: 700;
}
.wwg-testimonial__author strong { display: block; color: var(--wwg-white); font-size: 0.88rem; }
.wwg-testimonial__author span { font-size: 0.76rem; color: var(--wwg-sand-500); }

/* ---- pricing -------------------------------------------------------------- */
.wwg-pricing-card { text-align: left; display: flex; flex-direction: column; }
.wwg-pricing-card--featured { border-color: var(--wwg-orange); background: var(--wwg-purple-800); }
.wwg-price { font-family: var(--wwg-font-display); font-size: 2rem; color: var(--wwg-white); margin: 8px 0 6px; }
.wwg-price span { font-family: var(--wwg-font-mono); font-size: 0.86rem; color: var(--wwg-sand-500); font-weight: 400; }
.wwg-pricing-card ul { list-style: none; padding: 0; margin: 14px 0 20px; }
.wwg-pricing-card ul li { padding: 6px 0 6px 22px; position: relative; font-size: 0.86rem; color: var(--wwg-sand-300); border-bottom: 1px dashed var(--wwg-line); }
.wwg-pricing-card ul li::before { content: '\2713'; position: absolute; left: 0; color: var(--wwg-orange-light); }

.wwg-table-wrap { overflow-x: auto; border: 1px solid var(--wwg-line); border-radius: var(--wwg-radius-lg); }
.wwg-table th, .wwg-table td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--wwg-line); font-size: 0.9rem; }
.wwg-table thead th { background: var(--wwg-purple-800); color: var(--wwg-orange-light); font-family: var(--wwg-font-mono); text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.05em; }
.wwg-table tbody tr:last-child td { border-bottom: none; }
.wwg-table td:last-child { text-align: right; font-family: var(--wwg-font-mono); color: var(--wwg-white); }

/* ---- FAQ -------------------------------------------------------------- */
.wwg-faq-item { border-bottom: 1px solid var(--wwg-line); padding: 18px 0; }
.wwg-faq-item summary {
  cursor: pointer; font-family: var(--wwg-font-display); font-size: 1.05rem; color: var(--wwg-white);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.wwg-faq-item summary::-webkit-details-marker { display: none; }
.wwg-faq-item summary::after { content: '+'; font-family: var(--wwg-font-mono); font-size: 1.3rem; color: var(--wwg-orange-light); flex: none; }
.wwg-faq-item[open] summary::after { content: '\2212'; }
.wwg-faq-item p { margin-top: 12px; color: var(--wwg-sand-300); }

/* ---- team -------------------------------------------------------------- */
.wwg-team-photo {
  width: 58px; height: 58px; border-radius: 50%; background: var(--wwg-purple-700); color: var(--wwg-orange-light);
  display: flex; align-items: center; justify-content: center; font-family: var(--wwg-font-display); font-size: 1.15rem; margin-bottom: 14px;
}
.wwg-team-role { display: block; font-family: var(--wwg-font-mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--wwg-orange-light); margin-bottom: 8px; }
.wwg-team-card p { font-size: 0.88rem; }

/* ---- forms -------------------------------------------------------------- */
.wwg-form-card { background: var(--wwg-purple-850); border: 1px solid var(--wwg-line); border-radius: var(--wwg-radius-lg); padding: 30px; }
.wwg-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wwg-form-field { margin-bottom: 16px; }
.wwg-form-field label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--wwg-sand-300); margin-bottom: 6px; }
.wwg-form-field input, .wwg-form-field select, .wwg-form-field textarea {
  width: 100%; padding: 11px 13px; border-radius: var(--wwg-radius); border: 1px solid var(--wwg-line-strong);
  background: var(--wwg-purple-900); color: var(--wwg-white); font-family: inherit; font-size: 0.92rem;
}
.wwg-form-field input:focus, .wwg-form-field select:focus, .wwg-form-field textarea:focus { outline: none; border-color: var(--wwg-orange); }
.wwg-form-note { font-size: 0.8rem; color: var(--wwg-sand-500); }
.wwg-check-list { list-style: none; padding: 0; }
.wwg-check-list li { padding: 7px 0 7px 24px; position: relative; }
.wwg-check-list li::before { content: '\2713'; position: absolute; left: 0; color: var(--wwg-orange-light); font-weight: 700; }

/* ---- compass / locate panel -------------------------------------------------------------- */
.wwg-compass {
  position: relative; border: 1px solid var(--wwg-line); border-radius: var(--wwg-radius-lg);
  background: radial-gradient(circle at 50% 45%, var(--wwg-purple-800), var(--wwg-purple-950));
  min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden;
}
.wwg-compass--lg { min-height: 320px; }
.wwg-compass__ring {
  width: 150px; height: 150px; border-radius: 50%; border: 1px dashed var(--wwg-line-strong); position: relative;
}
.wwg-compass__ring::before, .wwg-compass__ring::after {
  content: ''; position: absolute; background: var(--wwg-orange);
}
.wwg-compass__ring::before { top: 50%; left: 50%; width: 2px; height: 60px; margin: -30px 0 0 -1px; transform-origin: center; }
.wwg-compass__ring::after { top: 50%; left: 50%; width: 60px; height: 2px; margin: -1px 0 0 -30px; opacity: 0.4; }
.wwg-compass__pin { position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--wwg-orange); transform: translate(-50%, -50%); box-shadow: 0 0 0 6px rgba(226, 129, 44, 0.2); }
.wwg-compass__label { margin-top: 16px; font-family: var(--wwg-font-mono); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--wwg-sand-300); }
.wwg-compass__coords { font-family: var(--wwg-font-mono); font-size: 0.74rem; color: var(--wwg-orange-light); margin-top: 4px; }

/* ---- footer -------------------------------------------------------------- */
.wwg-footer { background: var(--wwg-purple-900); border-top: 1px solid var(--wwg-line); padding: 56px 0 0; }
.wwg-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.wwg-footer__brand p { color: var(--wwg-sand-500); font-size: 0.9rem; max-width: 42ch; }
.wwg-footer__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.wwg-tag { font-family: var(--wwg-font-mono); font-size: 0.68rem; letter-spacing: 0.04em; padding: 5px 10px; border: 1px solid var(--wwg-line-strong); border-radius: 20px; color: var(--wwg-sand-500); }
.wwg-footer h3 { font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; }
.wwg-footer address { color: var(--wwg-sand-500); font-size: 0.88rem; line-height: 1.6; margin-bottom: 8px; }
.wwg-footer__col p a { color: var(--wwg-sand-500); }
.wwg-hours { list-style: none; padding: 0; margin: 0; font-size: 0.84rem; }
.wwg-hours li { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed var(--wwg-line); color: var(--wwg-sand-500); }
.wwg-footer__links { list-style: none; padding: 0; margin: 0; }
.wwg-footer__links li { margin-bottom: 9px; font-size: 0.86rem; }
.wwg-footer__links a { color: var(--wwg-sand-500); }
.wwg-footer__links a:hover { color: var(--wwg-orange-light); }
.wwg-footer__bottom { border-top: 1px solid var(--wwg-line); padding: 20px 0; }
.wwg-footer__bottom-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 0.78rem; color: var(--wwg-sand-600); }

/* ---- CTA band -------------------------------------------------------------- */
.wwg-cta { padding: 60px 0; background: var(--wwg-purple-800); border-top: 1px solid var(--wwg-line); }
.wwg-cta__inner { text-align: center; max-width: 640px; margin: 0 auto; }
.wwg-cta__actions { display: flex; justify-content: center; gap: 14px; margin-top: 22px; flex-wrap: wrap; }

/* ---- page header / breadcrumb -------------------------------------------------------------- */
.wwg-page-header { padding: 48px 0 36px; border-bottom: 1px solid var(--wwg-line); background: var(--wwg-purple-900); }
.wwg-breadcrumb { display: block; font-family: var(--wwg-font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wwg-orange-light); margin-bottom: 14px; }
.wwg-lede { color: var(--wwg-sand-300); max-width: 62ch; font-size: 1.02rem; }
.wwg-article-header h1 { max-width: 20ch; }

/* ---- error page -------------------------------------------------------------- */
.wwg-error { padding: 100px 0; text-align: center; }
.wwg-error-code { display: block; font-family: var(--wwg-font-display); font-size: 5.5rem; color: var(--wwg-orange); line-height: 1; margin-bottom: 10px; }

/* ---- blog -------------------------------------------------------------- */
.wwg-post-meta { display: block; font-family: var(--wwg-font-mono); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wwg-orange-light); margin-bottom: 10px; }
.wwg-article { max-width: 720px; margin: 0 auto; }
.wwg-article h2 { margin-top: 1.6em; font-size: 1.4rem; }
.wwg-article p { font-size: 1.01rem; color: var(--wwg-sand-300); }
.wwg-article blockquote {
  margin: 1.6em 0; padding: 16px 22px; border-left: 3px solid var(--wwg-orange); background: var(--wwg-purple-850);
  font-family: var(--wwg-font-display); font-style: normal; color: var(--wwg-sand);
}

.wwg-text-center { text-align: center; }

/* ---- responsive -------------------------------------------------------------- */
@media (max-width: 980px) {
  .wwg-vane { display: flex; }
  .wwg-nav {
    position: fixed; inset: 0; top: 0; background: var(--wwg-purple-950);
    flex-direction: column; justify-content: center; align-items: center; gap: 40px;
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    transition: opacity 260ms var(--wwg-ease), transform 260ms var(--wwg-ease), visibility 260ms;
    z-index: 190;
  }
  .wwg-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .wwg-nav__list { flex-direction: column; align-items: center; gap: 8px; }
  .wwg-nav__item a { font-size: 1.3rem; font-family: var(--wwg-font-display); }
  .wwg-hero__grid, .wwg-two-col { grid-template-columns: 1fr; }
  .wwg-grid--3, .wwg-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .wwg-timeline { grid-template-columns: repeat(2, 1fr); }
  .wwg-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  h1 { font-size: 2.1rem; }
  .wwg-grid--2, .wwg-grid--3, .wwg-grid--4 { grid-template-columns: 1fr; }
  .wwg-timeline { grid-template-columns: 1fr; }
  .wwg-form-row { grid-template-columns: 1fr; }
  .wwg-footer__grid { grid-template-columns: 1fr; }
  .wwg-stats__row { justify-content: flex-start; }
  .wwg-condline__inner { flex-direction: column; align-items: flex-start; gap: 4px; }
}
