/* ═══════════════════════════════════════════════
   ATHLEAP NEWS — Complete Theme Stylesheet
   ═══════════════════════════════════════════════ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --ath-white:      #FAFAF8;
  --ath-black:      #0A0A0A;
  --ath-gold:       #C9A84C;
  --ath-gold-light: #E8C96A;
  --ath-mid:        #6B6B6B;
  --ath-border:     rgba(201,168,76,0.15);
}

html { scroll-behavior: smooth; }

body {
  background: var(--ath-black);
  color: var(--ath-white);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; }

/* ── SITE HEADER (non-homepage) ──────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ath-border);
}

.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: var(--ath-white);
  text-decoration: none;
}

.site-logo span { color: var(--ath-gold); }

.site-nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
}

.site-nav a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250,250,248,0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.site-nav a:hover { color: var(--ath-white); }

.site-subscribe {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ath-black);
  background: var(--ath-gold);
  padding: 9px 20px;
  text-decoration: none;
  transition: background 0.2s;
}

.site-subscribe:hover { background: var(--ath-gold-light); }

/* ── HOMEPAGE NAV (fixed, floating) ─────────── */
.ath-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
}

.ath-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.75) 0%, transparent 100%);
  pointer-events: none;
}

.ath-nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.18em;
  color: var(--ath-white);
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.ath-nav-logo span { color: var(--ath-gold); }

.ath-nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  position: relative;
  z-index: 1;
}

.ath-nav-links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250,250,248,0.75);
  text-decoration: none;
  transition: color 0.2s;
}

.ath-nav-links a:hover { color: var(--ath-white); }

.ath-nav-cta {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ath-black);
  background: var(--ath-gold);
  padding: 10px 22px;
  text-decoration: none;
  transition: background 0.2s;
}

.ath-nav-cta:hover { background: var(--ath-gold-light); }

/* ── HERO ────────────────────────────────────── */
.ath-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ath-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1a1208 0%, #0d0d0d 40%, #0a0a0a 100%);
}

.ath-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 60% 80% at 70% 40%, rgba(201,168,76,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(201,168,76,0.04) 0%, transparent 50%);
}

.ath-hero-photo {
  position: absolute;
  right: 0; bottom: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #0f0f0f;
}

.ath-hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,  rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.2) 40%, transparent 60%),
    linear-gradient(to top,    rgba(10,10,10,1)   0%, rgba(10,10,10,0.4) 25%, transparent 55%);
}

.ath-hero-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
}

.ath-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(10,10,10,1) 0%, rgba(10,10,10,0.85) 18%, rgba(10,10,10,0.3) 40%, transparent 65%);
}

.ath-hero-vignette::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.6) 0%, transparent 50%);
}

/* ── HERO CONTENT ────────────────────────────── */
.ath-hero-content {
  position: relative;
  z-index: 10;
  padding: 160px 48px 80px;
  max-width: 760px;
}

.ath-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  opacity: 0;
  animation: athFadeUp 0.8s 0.2s forwards;
}

.ath-eyebrow-line {
  width: 32px;
  height: 1px;
  background: var(--ath-gold);
  flex-shrink: 0;
}

.ath-eyebrow-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ath-gold);
}

.ath-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 6.5vw, 96px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--ath-white);
  margin: 0 0 28px;
  opacity: 0;
  animation: athFadeUp 0.9s 0.35s forwards;
}

.ath-headline em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.72em;
  color: var(--ath-gold);
  display: block;
  line-height: 1.05;
}

.ath-subhead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(250,250,248,0.65);
  max-width: 480px;
  margin: 0 0 40px;
  opacity: 0;
  animation: athFadeUp 0.9s 0.5s forwards;
}

.ath-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  opacity: 0;
  animation: athFadeUp 0.9s 0.65s forwards;
}

.ath-btn-primary {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ath-black);
  background: var(--ath-gold);
  padding: 16px 32px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
}

.ath-btn-primary:hover {
  background: var(--ath-gold-light);
  transform: translateY(-1px);
}

.ath-btn-secondary {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,250,248,0.6);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}

.ath-btn-secondary::after {
  content: '→';
  font-size: 14px;
  transition: transform 0.2s;
}

.ath-btn-secondary:hover { color: var(--ath-white); }
.ath-btn-secondary:hover::after { transform: translateX(4px); }

/* ── TICKER ──────────────────────────────────── */
.ath-ticker {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 20;
  border-top: 1px solid var(--ath-border);
  background: rgba(10,10,10,0.9);
  backdrop-filter: blur(8px);
  height: 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ath-ticker-label {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ath-gold);
  padding: 0 20px;
  border-right: 1px solid var(--ath-border);
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(201,168,76,0.06);
  white-space: nowrap;
}

.ath-ticker-track {
  display: flex;
  animation: athTicker 35s linear infinite;
  white-space: nowrap;
}

.ath-ticker-item {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(250,250,248,0.5);
  padding: 0 40px;
}

.ath-ticker-item strong {
  color: rgba(250,250,248,0.85);
  font-weight: 500;
}

/* ── LATEST STORIES ──────────────────────────── */
.ath-latest {
  background: var(--ath-black);
  padding: 80px 48px;
}

.ath-latest-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ath-section-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ath-gold);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ath-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--ath-border);
}

.ath-article-grid,
.ath-archive-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
}

.ath-archive-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* ── ARTICLE CARDS ───────────────────────────── */
.ath-card-link {
  text-decoration: none;
  display: block;
}

.ath-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.ath-card--featured .ath-card-img {
  aspect-ratio: 3/2;
}

.ath-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.7) 0%, transparent 50%);
}

.ath-card-img--empty {
  background: linear-gradient(135deg, #1c1408 0%, #1a1208 100%);
}

.ath-card:hover .ath-card-img {
  transform: scale(1.02);
}

.ath-card-body { padding: 18px 0 0; }

.ath-card-cat {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ath-gold);
  margin-bottom: 8px;
}

.ath-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ath-white);
  margin-bottom: 10px;
  transition: color 0.2s;
}

.ath-card--featured .ath-card-title { font-size: 26px; }

.ath-card-link:hover .ath-card-title { color: var(--ath-gold); }

.ath-card-meta {
  font-size: 11px;
  color: var(--ath-mid);
  letter-spacing: 0.04em;
}

/* ── ARCHIVE PAGE ────────────────────────────── */
.ath-archive {
  padding: 80px 48px;
  min-height: 60vh;
}

.ath-archive-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ath-archive-header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--ath-border);
}

.ath-archive-header .ath-eyebrow-text {
  font-size: 14px;
  letter-spacing: 0.25em;
  margin-bottom: 12px;
}

.ath-archive-desc {
  font-size: 16px;
  color: rgba(250,250,248,0.6);
  max-width: 540px;
  margin-top: 12px;
}

/* ── POST PAGE ───────────────────────────────── */
.ath-post-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ath-post-hero-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,1) 0%, rgba(10,10,10,0.5) 40%, rgba(10,10,10,0.1) 100%);
}

.ath-post-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px 64px;
  max-width: 900px;
}

.ath-post-header {
  padding: 80px 80px 48px;
  border-bottom: 1px solid var(--ath-border);
}

.ath-post-header-inner { max-width: 760px; }

.ath-post-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ath-white);
  margin: 12px 0 16px;
}

.ath-post-meta {
  font-size: 12px;
  color: var(--ath-mid);
  letter-spacing: 0.08em;
  margin-top: 12px;
}

.ath-post-body {
  padding: 64px 80px 100px;
}

.ath-post-body-inner {
  max-width: 700px;
  margin: 0 auto;
}

/* Ghost content styles */
.gh-content p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(250,250,248,0.85);
  margin-bottom: 28px;
}

.gh-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--ath-white);
  margin: 48px 0 20px;
}

.gh-content h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: var(--ath-gold);
  margin: 36px 0 16px;
}

.gh-content a {
  color: var(--ath-gold);
  text-decoration: underline;
  text-decoration-color: rgba(201,168,76,0.4);
}

.gh-content a:hover {
  text-decoration-color: var(--ath-gold);
}

.gh-content blockquote {
  border-left: 3px solid var(--ath-gold);
  padding: 4px 0 4px 28px;
  margin: 36px 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  color: rgba(250,250,248,0.8);
  line-height: 1.5;
}

.gh-content figure { margin: 36px 0; }

.gh-content figure img {
  width: 100%;
  display: block;
}

.gh-content figcaption {
  font-size: 12px;
  color: var(--ath-mid);
  margin-top: 8px;
  letter-spacing: 0.05em;
}

/* ── STATIC PAGE ─────────────────────────────── */
.ath-page {
  padding: 100px 80px;
}

.ath-page-inner { max-width: 760px; margin: 0 auto; }

.ath-page-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--ath-border);
}

/* ── FOOTER ──────────────────────────────────── */
.site-footer {
  background: #050505;
  border-top: 1px solid var(--ath-border);
  padding: 64px 48px 40px;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: 0.18em;
  color: var(--ath-white);
  text-decoration: none;
}

.footer-logo span { color: var(--ath-gold); }

.footer-tagline {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ath-mid);
}

.footer-nav {
  display: flex;
  gap: 32px;
}

.footer-nav a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,250,248,0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--ath-gold); }

.footer-copy {
  font-size: 11px;
  color: rgba(250,250,248,0.25);
  letter-spacing: 0.05em;
}

/* ── ANIMATIONS ──────────────────────────────── */
@keyframes athFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes athTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── MOBILE ──────────────────────────────────── */
@media (max-width: 900px) {
  .ath-nav         { padding: 20px 24px; }
  .ath-nav-links   { display: none; }
  .ath-hero-content { padding: 100px 24px 100px; }
  .ath-hero-photo  { width: 100%; opacity: 0.25; }
  .ath-article-grid,
  .ath-archive-grid { grid-template-columns: 1fr; }
  .ath-latest,
  .ath-archive     { padding: 60px 24px; }
  .ath-post-hero-content { padding: 0 24px 48px; }
  .ath-post-body   { padding: 40px 24px 60px; }
  .ath-post-header { padding: 48px 24px 32px; }
  .ath-page        { padding: 60px 24px; }
  .site-header-inner { padding: 0 24px; }
  .site-footer     { padding: 48px 24px 32px; }
  .footer-nav      { flex-wrap: wrap; justify-content: center; }
}

/* ── GHOST REQUIRED: kg-width CLASSES ───────────────────────────────── */
.kg-width-wide {
  position: relative;
  width: 85vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 36px;
  margin-bottom: 36px;
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 36px;
  margin-bottom: 36px;
}

.kg-image { max-width: 100%; display: block; }

.kg-gallery-container { display: flex; flex-wrap: wrap; gap: 4px; margin: 28px 0; }
.kg-gallery-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

.kg-callout-card {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  background: rgba(201,168,76,0.06);
  border-left: 3px solid var(--ath-gold);
  margin: 28px 0;
}

.kg-bookmark-card { margin: 28px 0; }

/* ── LOGO IMAGE ──────────────────────────────── */
.ath-nav-logo-img {
  height: 48px;
  width: auto;
  display: block;
}

.site-logo .ath-nav-logo-img {
  height: 40px;
}

/* ── LOGO IMAGE ──────────────────────────────── */
.ath-nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ath-nav-logo-img {
  height: 52px;
  width: auto;
  display: block;
}

.site-logo .ath-nav-logo-img {
  height: 44px;
}

/* ── HAMBURGER BUTTON ─────────────────────────── */
.ath-nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}

.ath-nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #FAFAF8;
}

/* ── MOBILE FULLSCREEN MENU ───────────────────── */
.ath-mobile-menu {
  position: fixed;
  inset: 0;
  background: #0A0A0A;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.ath-mobile-menu.open {
  transform: translateX(0);
}

.ath-mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #FAFAF8;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
}

.ath-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ath-mobile-menu ul li {
  margin: 0 0 2rem;
}

.ath-mobile-menu ul li a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #FAFAF8;
  text-decoration: none;
  transition: color 0.2s;
}

.ath-mobile-menu ul li a:hover {
  color: #C9A84C;
}

.ath-mobile-menu ul li:last-child a {
  color: #C9A84C;
}

/* ── MOBILE NAV ───────────────────────────────── */
@media (max-width: 768px) {
  .ath-nav {
    padding: 0 20px;
    height: 70px;
  }

  .ath-nav-links,
  .ath-nav-cta {
    display: none;
  }

  .ath-nav-hamburger {
    display: flex;
  }

  .site-nav,
  .site-subscribe {
    display: none;
  }

  .site-hamburger {
    display: flex;
  }

  .site-header-inner {
    padding: 0 20px;
  }
}

/* ── HERO PHOTO FALLBACK (no feature image) ───── */
.ath-hero-photo--fallback {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #111 100%);
  opacity: 0.6;
}

/* ── STATIC PAGES (About, Contact) ───────────── */
.ath-page {
  background: #0A0A0A;
  min-height: 80vh;
  padding: 80px 0 120px;
}

.ath-page-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 48px;
}

.ath-page-header {
  margin-bottom: 48px;
}

.ath-page-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  color: #FAFAF8;
  letter-spacing: 0.02em;
  margin: 16px 0 0;
  line-height: 1;
}

.ath-page-body {
  color: rgba(250, 250, 248, 0.75);
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}

.ath-page-body p {
  margin: 0 0 1.5rem;
}

.ath-page-lead {
  font-size: 1.3rem;
  color: #FAFAF8;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 2rem !important;
}

.ath-page-body h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #C9A84C;
  margin: 2.5rem 0 0.75rem;
}

.ath-page-body h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C9A84C;
  margin: 0 0 0.5rem;
}

.ath-page-body a {
  color: #C9A84C;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
  transition: border-color 0.2s;
}

.ath-page-body a:hover {
  border-color: #C9A84C;
}

/* Contact specific */
.ath-contact-block {
  margin: 2.5rem 0 3rem;
  padding: 2rem;
  border: 1px solid rgba(201, 168, 76, 0.2);
  background: rgba(201, 168, 76, 0.04);
}

.ath-contact-block p {
  margin: 0 0 1.25rem;
}

.ath-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #C9A84C !important;
  border: none !important;
  text-decoration: none;
  transition: gap 0.2s;
}

.ath-contact-btn:hover {
  gap: 16px;
}

.ath-contact-areas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1rem;
}

.ath-contact-area {
  padding: 1.5rem;
  border-left: 2px solid rgba(201, 168, 76, 0.3);
}

.ath-contact-area p {
  margin: 0;
}

@media (max-width: 768px) {
  .ath-page-inner {
    padding: 0 24px;
  }

  .ath-page {
    padding: 40px 0 80px;
  }
}
