/* ======================================================================
   ARIZAPA COACHING · stylesheet
   Luxe black + gold · refined editorial · Manrope + Fraunces italic
   ====================================================================== */


/* ============== RESET & BASE ============== */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }


/* ============== DESIGN TOKENS ============== */
:root {
  /* Palette */
  --bg:           #0A0A0A;
  --bg-elev:      #131313;
  --gold:         #C9A24A;
  --gold-light:   #D9B964;
  --gold-dim:     rgba(201, 162, 74, 0.15);
  --text:         #F5F1E8;
  --text-muted:   rgba(245, 241, 232, 0.68);
  --text-faint:   rgba(245, 241, 232, 0.42);
  --border:       rgba(201, 162, 74, 0.13);
  --border-faint: rgba(255, 255, 255, 0.06);

  /* Type */
  --font-sans:    'Manrope', system-ui, -apple-system, sans-serif;
  --font-serif:   'Fraunces', Georgia, 'Times New Roman', serif;

  /* Layout */
  --container:    1180px;
  --easing:       cubic-bezier(0.22, 1, 0.36, 1);
}


/* ============== LAYOUT PRIMITIVES ============== */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

.section { padding: 110px 0; }

.center        { text-align: center; }
.max-narrow    { max-width: 460px; margin-left: auto; margin-right: auto; }

.section-head           { margin-bottom: 56px; }
.section-head .h2       { margin-top: 12px; }
.section-head .prose    { margin-top: 14px; }


/* ============== TYPOGRAPHY ============== */
.eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--gold);
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.eyebrow-dash::before { content: '— '; }

.h2 {
  font-family: var(--font-sans);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.15;
  margin: 18px 0 0;
  color: var(--text);
}
.h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: 'opsz' 60;
  color: var(--gold);
}

.prose {
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-muted);
  margin: 14px 0 0;
}


/* ============== HEADER ============== */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 0.5px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mark { height: 32px; width: auto; }
.brand-wordmark {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--gold);
  font-weight: 500;
}
.nav {
  display: flex;
  gap: 36px;
}
.nav a {
  font-size: 11.5px;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  transition: color 0.25s var(--easing);
}
.nav a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--easing);
}
.nav a:hover { color: var(--text); }
.nav a:hover::after { width: 100%; }

.nav-cta {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--gold);
  padding: 10px 18px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background 0.25s var(--easing), color 0.25s var(--easing);
}
.nav-cta:hover {
  background: var(--gold);
  color: var(--bg);
}

@media (max-width: 880px) {
  .nav { display: none; }
  .brand-wordmark { display: none; }
}


/* ============== HERO ============== */
.hero {
  padding: 130px 0 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  width: 720px;
  height: 720px;
  max-width: 90vw;
  background: radial-gradient(circle, rgba(201, 162, 74, 0.08) 0%, transparent 55%);
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 0;
}
.hero-inner { position: relative; z-index: 1; }

.hero-mark {
  width: clamp(95px, 14vw, 145px);
  height: auto;
  margin: 0 auto;
  animation: fadeUp 1s var(--easing) both;
}
.hero-eyebrow {
  margin-top: 22px;
  letter-spacing: 0.4em;
  animation: fadeUp 1s 0.12s var(--easing) both;
}
.hero-title {
  font-family: var(--font-sans);
  font-size: clamp(34px, 5.6vw, 58px);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.05;
  margin: 28px auto 18px;
  max-width: 840px;
  color: var(--text);
  animation: fadeUp 1s 0.24s var(--easing) both;
}
.hero-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: 'opsz' 100;
  color: var(--gold);
}
.hero-sub {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  animation: fadeUp 1s 0.36s var(--easing) both;
}
.hero-ctas {
  margin-top: 38px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1s 0.48s var(--easing) both;
}
.hero-meta {
  margin: 64px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 56px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1s 0.6s var(--easing) both;
}
.hero-meta li {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.meta-k {
  color: var(--gold);
  font-weight: 500;
  margin-right: 10px;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .hero { padding: 90px 0 80px; }
  .hero-meta { gap: 24px 32px; margin-top: 48px; }
}


/* ============== BUTTONS ============== */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s var(--easing),
              color 0.25s var(--easing),
              border-color 0.25s var(--easing),
              transform 0.25s var(--easing);
}
.btn-primary {
  background: var(--gold);
  color: var(--bg);
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}
.btn-ghost {
  border-color: rgba(245, 241, 232, 0.28);
  color: var(--text);
}
.btn-ghost:hover {
  border-color: var(--text);
  background: rgba(245, 241, 232, 0.06);
}
.btn-large {
  padding: 18px 36px;
  font-size: 13px;
  margin-top: 30px;
}


/* ============== ABOUT / THE COACH ============== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 64px;
  align-items: center;
}
.about-photo {
  aspect-ratio: 4 / 5;
  position: relative;
}
.about-photo img,
.photo-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.about-photo img {
  object-fit: cover;
}
.photo-placeholder {
  background: var(--bg-elev);
  border: 0.5px solid var(--gold-dim);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-faint);
  padding: 24px;
  text-align: center;
}
.ph-label {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.ph-hint {
  font-size: 12px;
  color: var(--text-faint);
  line-height: 1.5;
}
.ph-hint code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  background: rgba(201, 162, 74, 0.08);
  color: var(--gold);
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 11px;
}

.pull-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-variation-settings: 'opsz' 36;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.4;
  color: var(--text);
  margin: 32px 0 0;
  padding: 4px 0 4px 20px;
  border-left: 2px solid var(--gold);
}

@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { max-width: 440px; margin: 0 auto; width: 100%; }
}


/* ============== WHO I COACH ============== */
.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.who-card {
  background: var(--bg-elev);
  border: 0.5px solid var(--border-faint);
  border-radius: 4px;
  padding: 32px;
  transition: border-color 0.3s var(--easing),
              transform 0.3s var(--easing);
}
.who-card:hover {
  border-color: var(--gold-dim);
  transform: translateY(-2px);
}
.who-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-variation-settings: 'opsz' 36;
  font-size: 16px;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}
.who-card h3 {
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: -0.012em;
  color: var(--text);
}
.who-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 720px) {
  .who-grid { grid-template-columns: 1fr; }
  .who-card { padding: 26px; }
}


/* ============== PRICING ============== */
.tier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.tier {
  background: var(--bg-elev);
  border: 0.5px solid var(--border-faint);
  border-radius: 4px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s var(--easing);
}
.tier:hover { transform: translateY(-3px); }
.tier-featured {
  border: 1px solid var(--gold);
}
.tier-badge {
  position: absolute;
  top: -12px;
  left: 28px;
  background: var(--gold);
  color: var(--bg);
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 500;
  padding: 5px 11px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 0;
}
.tier-name {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--gold);
  font-weight: 500;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.tier-price {
  font-family: var(--font-sans);
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
}
.tier-price .amt { color: var(--text); }
.tier-price .per {
  color: var(--text-faint);
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  letter-spacing: 0;
}
.tier-desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 16px 0 22px;
}
.tier-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.tier-feats li {
  font-size: 13.5px;
  color: var(--text);
  padding: 9px 0 9px 24px;
  border-bottom: 0.5px solid var(--border-faint);
  position: relative;
}
.tier-feats li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--gold);
  font-size: 14px;
}
.tier-feats li:last-child { border-bottom: none; }
.tier-cta {
  margin-top: auto;
  text-align: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 13px;
  font-size: 12px;
  letter-spacing: 0.22em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.25s var(--easing), color 0.25s var(--easing);
}
.tier-cta:hover {
  background: var(--gold);
  color: var(--bg);
}
.tier-featured .tier-cta {
  background: var(--gold);
  color: var(--bg);
}
.tier-featured .tier-cta:hover {
  background: var(--gold-light);
}

@media (max-width: 900px) {
  .tier-grid { grid-template-columns: 1fr; }
  .tier-featured { order: -1; }
}


/* ============== FINAL CTA ============== */
.final-cta {
  padding: 110px 0 90px;
  border-top: 0.5px solid var(--border);
}
.h2-final {
  font-size: clamp(32px, 5vw, 48px);
  margin: 18px auto 14px;
  max-width: 720px;
}
.contact-or {
  margin: 26px 0 0;
  font-size: 13px;
  color: var(--text-faint);
  letter-spacing: 0.08em;
}
.contact-or a {
  color: var(--gold);
  border-bottom: 0.5px solid var(--gold-dim);
  padding-bottom: 1px;
  transition: border-color 0.25s var(--easing);
}
.contact-or a:hover { border-color: var(--gold); }


/* ============== FOOTER ============== */
.footer {
  padding: 48px 0 36px;
  border-top: 0.5px solid var(--border-faint);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-logo {
  height: 42px;
  width: auto;
  opacity: 0.92;
}
.footer-copy {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--text-faint);
  text-transform: uppercase;
}


/* ============== SCROLL REVEAL ============== */
.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--easing), transform 1s var(--easing);
}
.js .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}


/* ============== ACCESSIBILITY ============== */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}


/* ============== SELECTION ============== */
::selection {
  background: var(--gold);
  color: var(--bg);
}
