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

:root {
  --gold: #A07820;
  --gold-light: #C49A28;
  --gold-dark: #6B5010;
  --gold-bg: #1a1508;
  --black: #0E0E0E;
  --surface: #131313;
  --surface-2: #171717;
  --border: #1e1e1e;
  --text-muted: #8d8d8d;
  --text-dim: #6a6a6a;

  --radius: 16px;
  --radius-sm: 10px;
  --shell: 1180px;
  --gutter: 32px;

  /* spacing scale — generous, aave-style */
  --space-section: 160px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

img { max-width: 100%; height: auto; }

body {
  background: var(--black);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ─── SCROLL REVEAL ─── */
.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  will-change: opacity, transform;
}
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: 0.08s; }
.js .reveal[data-delay="2"] { transition-delay: 0.16s; }
.js .reveal[data-delay="3"] { transition-delay: 0.24s; }
.js .reveal[data-delay="4"] { transition-delay: 0.32s; }

/* ─── NAV ─── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px var(--gutter);
  max-width: 100%;
  transition: background 0.4s var(--ease), padding 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease);
}
.nav.is-scrolled {
  background: rgba(14, 14, 14, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  padding: 16px var(--gutter);
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}
.logo-top { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 3px; color: #fff; }
.logo-bot { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 3px; color: var(--gold); }

.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 0.6px;
  transition: color 0.25s var(--ease);
}
.nav-links a:hover { color: var(--gold-light); }

.nav-book {
  font-size: 13px;
  font-weight: 500;
  background: #25D366;
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
.nav-book:hover { opacity: 0.9; transform: translateY(-1px); }
.nav-book svg { width: 15px; height: 15px; fill: #fff; flex-shrink: 0; }

/* ─── HERO ─── */
.hero {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 200px var(--gutter) 180px;
}

.hero-eyebrow {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(84px, 15vw, 180px);
  line-height: 0.86;
  letter-spacing: 1px;
  margin-bottom: 48px;
  color: #fff;
}
.hero-title em { color: var(--gold); font-style: normal; }

.hero-sub {
  font-size: 19px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 56px;
}

.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-wa {
  background: #25D366;
  color: #fff;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
.btn-wa:hover { opacity: 0.9; transform: translateY(-2px); }
.btn-wa svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }

.btn-outline {
  background: transparent;
  color: #fff;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 120px;
}
.stat-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 8vw, 92px);
  color: var(--gold-light);
  line-height: 0.9;
}
.stat-l {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 2px;
  margin-top: 14px;
  line-height: 1.6;
}

/* ─── SECTION SHARED ─── */
.section {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter) var(--space-section);
}

.section-label {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 24px;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  color: #fff;
  margin-bottom: 64px;
  line-height: 0.95;
}

.section-intro {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 64px;
  max-width: 560px;
  line-height: 1.75;
}

/* ─── CARD BASE (rounded + gold glow on hover) ─── */
.o-card,
.result-card,
.contact-card,
.cred {
  border-radius: var(--radius);
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
.o-card:hover,
.result-card:hover,
.contact-card:hover,
.cred:hover {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(160, 120, 32, 0.28), 0 18px 60px -20px rgba(196, 154, 40, 0.35);
  transform: translateY(-4px);
}

/* ─── SERVICES ─── */
.service-list { display: flex; flex-direction: column; gap: 4px; }
.service-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding: 36px 32px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.service-row:hover {
  background: var(--surface);
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(160, 120, 32, 0.24), 0 18px 60px -24px rgba(196, 154, 40, 0.32);
}
.s-name { font-size: 22px; font-weight: 500; color: #fff; margin-bottom: 8px; }
.s-desc { font-size: 15px; color: var(--text-dim); line-height: 1.65; max-width: 420px; }
.s-badge {
  font-size: 10px;
  background: var(--gold-bg);
  color: var(--gold-light);
  padding: 6px 12px;
  border-radius: 999px;
  margin-top: 16px;
  display: inline-block;
  letter-spacing: 1.5px;
  border: 1px solid var(--gold-dark);
}
.s-right { text-align: right; flex-shrink: 0; }
.s-price { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: #fff; line-height: 1; }
.s-note { font-size: 13px; color: var(--text-dim); margin-top: 8px; }

.online-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 160px;
}
.o-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 40px;
}
.o-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(26, 21, 8, 0.75), var(--surface)); }
.o-tag { font-size: 11px; color: var(--gold); letter-spacing: 2px; margin-bottom: 20px; }
.o-name { font-size: 22px; font-weight: 500; color: #fff; margin-bottom: 16px; }
.o-price { font-family: 'Bebas Neue', sans-serif; font-size: 68px; color: var(--gold-light); line-height: 1; margin-bottom: 32px; }
.o-period { font-family: 'Inter', sans-serif; font-size: 15px; color: var(--text-dim); letter-spacing: 0; }
.o-feats { display: flex; flex-direction: column; gap: 14px; }
.o-feat { font-size: 15px; color: var(--text-muted); padding-left: 22px; position: relative; line-height: 1.5; }
.o-feat::before { content: '·'; position: absolute; left: 4px; color: var(--gold); font-size: 22px; line-height: 1; top: -1px; }

/* ─── PROCESS ─── */
.process { display: flex; flex-direction: column; gap: 48px; }
.p-step { display: flex; gap: 32px; align-items: flex-start; }
.p-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 44px;
  color: var(--gold-dark);
  flex-shrink: 0;
  width: 56px;
  line-height: 1;
}
.p-title { font-size: 21px; font-weight: 500; color: #fff; margin-bottom: 10px; }
.p-desc { font-size: 15px; color: var(--text-dim); line-height: 1.75; max-width: 560px; }

/* ─── RESULTS ─── */
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.result-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 32px;
}
.r-meta { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
.r-name { font-size: 18px; font-weight: 500; color: #fff; margin-bottom: 6px; }
.r-type { font-size: 11px; color: var(--gold); letter-spacing: 1.5px; }
.r-photo {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #3a3a3a;
  letter-spacing: 2px;
  overflow: hidden;
}
.r-photo img { width: 100%; height: 100%; object-fit: cover; }
/* Single side-by-side before/after composite */
.r-photo-full {
  aspect-ratio: 4 / 5;
  margin-bottom: 28px;
  background: #0d0d0d;
}
.r-photo-full img { object-fit: contain; }
/* Landscape composite: fill the frame, anchored to the top */
.r-photo-full.is-wide { aspect-ratio: 13 / 10; }
.r-photo-full.is-wide img { object-fit: cover; object-position: top; }


.r-stats {
  display: flex;
  padding: 24px 0;
  margin-bottom: 24px;
}
.r-stat { flex: 1; text-align: center; }
.r-stat-n { font-family: 'Bebas Neue', sans-serif; font-size: 46px; color: var(--gold-light); line-height: 1; }
.r-stat-l { font-size: 10px; color: var(--text-dim); margin-top: 10px; letter-spacing: 1.5px; }
.r-quote { font-size: 15px; color: var(--text-muted); line-height: 1.75; font-style: italic; }
.r-quote::before { content: '\201C'; color: var(--gold); font-size: 22px; font-style: normal; line-height: 0; vertical-align: -4px; margin-right: 3px; }
.r-quote::after  { content: '\201D'; color: var(--gold); font-size: 22px; font-style: normal; line-height: 0; vertical-align: -4px; margin-left: 3px; }

/* ─── ABOUT ─── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 96px;
  align-items: start;
}
.about-photo {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  aspect-ratio: 9/16 !important;
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #3a3a3a;
  letter-spacing: 2px;
  overflow: hidden;
  position: sticky;
  top: 120px;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

/* ─── CREDENTIALS PHOTO ─── */
.cred-photo {
  margin-top: 32px;
  max-width: 350px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-2);
}
.cred-photo img {
  width: 100%;
  aspect-ratio: 9/16 !important;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.cred-photo figcaption {
  padding: 16px 20px;
  font-size: 13px;
  color: var(--text-dim);
  border-top: 1px solid var(--border);
}

/* ─── FIGHTER ─── */
.fighter {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  margin-bottom: var(--space-section);
}
.fighter-media { position: relative; align-self: center; justify-self: center; width: 100%; max-width: 400px; aspect-ratio: 9/16 !important; }
.fighter-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(0.25) contrast(1.05);
}
.fighter-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,14,14,0.55) 0%, rgba(14,14,14,0) 45%, rgba(19,19,19,0.9) 100%);
  pointer-events: none;
}
.fighter-copy { padding: 88px 64px; }
.fighter-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 0.9;
  color: #fff;
  margin: 12px 0 24px;
}
.fighter-title em { color: var(--gold); font-style: normal; }
.fighter-body { font-size: 17px; color: var(--text-muted); line-height: 1.85; margin-bottom: 40px; }
.fighter-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.about-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.88;
  margin-bottom: 16px;
  color: #fff;
}
.about-name em { color: var(--gold); font-style: normal; }
.about-role { font-size: 12px; color: var(--text-dim); letter-spacing: 2.5px; margin-bottom: 40px; }
.about-body { font-size: 17px; color: var(--text-muted); line-height: 1.85; margin-bottom: 48px; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 48px;
}
.about-stats .r-stat-n { font-size: 38px; }
@media (max-width: 640px) {
  .about-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
}
.philosophy {
  background: var(--gold-bg);
  border: 1px solid var(--gold-dark);
  border-radius: var(--radius);
  padding: 32px 36px;
  margin-bottom: 48px;
}
.philosophy p { font-size: 16px; color: var(--text-muted); line-height: 1.85; font-style: italic; }
.cred-list { display: flex; flex-direction: column; gap: 12px; }
.cred {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 24px 28px;
}
.cred-title { font-size: 16px; font-weight: 500; color: #fff; margin-bottom: 6px; }
.cred-sub { font-size: 13px; color: var(--text-dim); }

/* ─── TIMELINE ─── */
.timeline { display: flex; flex-direction: column; gap: 40px; margin-top: 64px; }
.t-item { display: flex; gap: 32px; align-items: flex-start; }
.t-year { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: var(--gold-dark); flex-shrink: 0; width: 64px; line-height: 1.2; }
.t-title { font-size: 17px; font-weight: 500; color: #fff; margin-bottom: 6px; }
.t-desc { font-size: 15px; color: var(--text-dim); line-height: 1.7; }

/* ─── CONTACT ─── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
}
.contact-options { display: flex; flex-direction: column; gap: 16px; }
.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}
.contact-card.primary { border-color: var(--gold); }
.contact-icon {
  width: 56px;
  height: 56px;
  background: var(--gold-bg);
  border: 1px solid var(--gold-dark);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg { width: 22px; height: 22px; fill: var(--gold-light); }
/* stroke-drawn icons (email, instagram) must not be filled */
.contact-icon svg[fill="none"] { fill: none; }
.contact-label { font-size: 17px; font-weight: 500; color: #fff; margin-bottom: 5px; }
.contact-value { font-size: 14px; color: var(--text-dim); }
.contact-arrow { font-size: 18px; color: var(--gold); margin-left: auto; transition: transform 0.3s var(--ease); }
.contact-card:hover .contact-arrow { transform: translateX(6px); }

.faq { display: flex; flex-direction: column; gap: 40px; }
.faq-q { font-size: 17px; font-weight: 500; color: #fff; margin-bottom: 12px; }
.faq-a { font-size: 15px; color: var(--text-dim); line-height: 1.8; }

/* ─── CTA BAND ─── */
.cta-band {
  background: var(--gold-bg);
  border-radius: var(--radius);
  max-width: var(--shell);
  margin: 0 auto var(--space-section);
  padding: 140px 40px;
  text-align: center;
}
.cta-band-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 10vw, 128px);
  color: var(--gold-light);
  margin-bottom: 20px;
  line-height: 0.95;
}
.cta-band-sub {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 48px;
  line-height: 1.7;
}

/* ─── FOOTER ─── */
footer {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 64px var(--gutter) 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-logo { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.f-top { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; color: #3a3a3a; }
.f-bot { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; color: var(--gold-dark); }
.footer-links { display: flex; gap: 32px; align-items: center; }
.footer-links a { font-size: 14px; color: #4a4a4a; text-decoration: none; letter-spacing: 0.5px; transition: color 0.25s var(--ease); }
.footer-links a:hover { color: var(--gold-light); }

/* ─── UTILITY ─── */
.wa-icon { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
.text-center { text-align: center; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.response-note { font-size: 14px; color: #4a4a4a; margin-top: 20px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 64px; }
  .about-photo { position: static; }
  .fighter { grid-template-columns: 1fr; }
  .fighter-media { max-width: 340px; }
  .fighter-media::after { background: linear-gradient(180deg, rgba(14,14,14,0.35) 0%, rgba(14,14,14,0) 40%, rgba(19,19,19,0.92) 100%); }
  .fighter-copy { padding: 56px var(--gutter); }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; --space-section: 96px; }
  .nav-links { display: none; }
  .fighter-media { max-width: 280px; }
  .fighter-stats { grid-template-columns: 1fr; gap: 20px; }
  .nav { padding: 18px var(--gutter); }
  .nav.is-scrolled { padding: 14px var(--gutter); }
  .hero { padding: 140px var(--gutter) 110px; }
  .hero-sub { font-size: 17px; }
  .hero-stats { gap: 40px; margin-top: 80px; }
  .service-row { flex-direction: column; gap: 20px; padding: 28px 20px; }
  .s-right { text-align: left; }
  .o-card { padding: 28px; }
  .result-card { padding: 24px; }
  .cta-band { padding: 88px 24px; border-radius: 0; }
  .p-step { gap: 20px; }
  .p-num { width: 40px; font-size: 34px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
