/* site.css — Young Sales Training shared layout, motifs & typography.
   Works with pop.css (the "pop/alive" primitives). Linked on every page. */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #f3f0ea;
  line-height: 1.6;
  background:
    radial-gradient(1100px 640px at 88% -8%, rgba(214,168,91,.13), transparent 58%),
    radial-gradient(820px 520px at 2% 108%, rgba(214,168,91,.08), transparent 60%),
    #080808;
  background-attachment: fixed;
  position: relative;
  overflow-x: hidden;
}
/* fine gold dot-grid motif over the whole page */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='1.5' cy='1.5' r='1.2' fill='%23d6a85b' fill-opacity='0.09'/%3E%3C/svg%3E");
  mask-image: radial-gradient(120% 90% at 50% 30%, #000 45%, transparent 100%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 30%, #000 45%, transparent 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
main, header, footer { position: relative; z-index: 1; }

/* ---------- Header / nav ---------- */
header {
  background: rgba(6,6,6,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184,138,68,.5);
  position: sticky; top: 0; z-index: 1000;
}
.nav-wrap {
  max-width: 1200px; margin: auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 13px; font-weight: bold; letter-spacing: 1px; }
.logo-mark { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-mark img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(214,168,91,.35)); }
.brand-text { font-size: 15px; }
.brand-tagline { display: block; font-size: 11px; color: #d6a85b; letter-spacing: 1px; font-weight: normal; margin-top: 2px; text-transform: none; }
.brand-verse { display: block; font-size: 10px; color: #8a7d63; letter-spacing: .5px; font-weight: normal; margin-top: 1px; text-transform: none; }
nav { display: flex; gap: 22px; font-size: 13.5px; text-transform: uppercase; letter-spacing: 1px; flex-wrap: wrap; }
nav a { color: #cfc8bb; transition: color .2s; }
nav a:hover { color: #f0cd8a; }
nav a.active { color: #f0cd8a; border-bottom: 2px solid #d6a85b; padding-bottom: 2px; }

/* ---------- Home hero ---------- */
.hero {
  position: relative;
  display: flex; align-items: center;
  padding: 74px 24px 84px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(6,6,6,.975) 22%, rgba(7,7,7,.86) 48%, rgba(8,8,8,.6) 100%),
    url("bg/bg-handshake.jpg?v=20260715a") center/cover no-repeat;
}
.hero-inner {
  max-width: 1200px; margin: auto; width: 100%;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center;
  position: relative; z-index: 1;
}
.eyebrow { color: #f0cd8a; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; font-size: 13px; margin-bottom: 16px; }
h1 { font-size: clamp(30px, 4.4vw, 54px); line-height: 1.08; margin-bottom: 20px; letter-spacing: -.5px; }
h1 .gold { color: #f0cd8a; }
.hero p { font-size: clamp(16px, 1.6vw, 18.5px); max-width: 620px; color: #d8d2c6; margin-bottom: 28px; }
.buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { padding: 15px 26px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; font-size: 13.5px; display: inline-block; }

.hero-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-chips li {
  font-size: 13px; color: #e7ddca; padding: 9px 14px; border-radius: 999px;
  background: linear-gradient(180deg, rgba(214,168,91,.14), rgba(214,168,91,.04));
  border: 1px solid rgba(214,168,91,.34);
  box-shadow: 0 8px 20px -12px rgba(214,168,91,.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-art { position: relative; display: flex; align-items: center; justify-content: center; min-height: 400px; }
.hero-art img { width: 100%; max-width: 460px; position: relative; z-index: 1; }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero-art { min-height: 300px; order: -1; }
  .hero-art img { max-width: 300px; }
}

/* ---------- Interior page hero (photo band) ---------- */
.page-hero {
  position: relative; overflow: hidden;
  padding: 84px 24px 66px;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(8,8,7,.86) 0%, rgba(8,8,7,.78) 55%, rgba(8,8,7,.96) 100%);
}
.page-hero-inner { max-width: 1100px; margin: auto; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(28px, 3.8vw, 48px); margin-bottom: 14px; }
.page-hero p { max-width: 680px; color: #d8d2c6; font-size: clamp(15px, 1.5vw, 17.5px); }
.breadcrumb { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: #8a7d63; margin-bottom: 16px; }
.breadcrumb a { color: #b7ac97; } .breadcrumb a:hover { color: #f0cd8a; }

/* ---------- Sections ---------- */
section { position: relative; padding: 72px 24px; }
.section-inner { max-width: 1100px; margin: auto; position: relative; z-index: 1; }
.alt-bg { background: linear-gradient(180deg, #0b0a09, #070706); }
.rule-top { border-top: 1px solid transparent; border-image: linear-gradient(90deg, transparent, rgba(214,168,91,.55), transparent) 1; }
.glow-tr::before, .glow-bl::before {
  content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(214,168,91,.10), transparent 68%);
  z-index: 0; pointer-events: none;
}
.glow-tr::before { top: -160px; right: -120px; }
.glow-bl::before { bottom: -160px; left: -120px; }

/* photo-backed sections — image behind a strong dark overlay so text/cards stay readable */
.bg-photo { background-size: cover; background-position: center; background-repeat: no-repeat; }
.bg-photo::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(8,8,7,.94) 0%, rgba(8,8,7,.82) 46%, rgba(8,8,7,.95) 100%);
}

.section-sub { color: #f0cd8a; text-transform: uppercase; letter-spacing: 2px; font-size: 12.5px; margin-bottom: 10px; font-weight: bold; }
.section-title { font-size: clamp(24px, 3.1vw, 37px); margin-bottom: 14px; color: #fff; letter-spacing: -.3px; }
.section-lead { max-width: 720px; color: #cbc4b6; font-size: 17px; }
.verse-ref { font-size: 13px; color: #8a7d63; letter-spacing: .5px; margin: -6px 0 18px; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 22px; margin-top: 34px; }
.card { padding: 26px 24px; position: relative; overflow: hidden; }
.card-icon {
  width: 50px; height: 50px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 15px;
  background: linear-gradient(160deg, #f7dca0, #d6a85b 55%, #b88a44);
  box-shadow: 0 10px 22px -8px rgba(214,168,91,.6), inset 0 1px 0 rgba(255,255,255,.5);
}
.card h3 { color: #f0cd8a; margin-bottom: 8px; font-size: 19px; }
.card p { color: #c7c0b2; font-size: 14.5px; }
.card .tag {
  display: inline-block; margin-top: 14px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
  color: #d6a85b; border: 1px solid rgba(214,168,91,.4); border-radius: 999px; padding: 4px 11px;
}
/* whole-card links (home "explore" grid) */
.card-link { display: flex; flex-direction: column; }
.card-cta { margin-top: 16px; font-weight: bold; color: #f0cd8a; font-size: 13.5px; letter-spacing: .5px; }

.contact-note { color: #cbc4b6; max-width: 720px; margin-bottom: 26px; font-size: 16px; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(22px, 2.8vw, 32px); margin-bottom: 12px; color: #fff; }
.cta-band p { color: #cbc4b6; max-width: 620px; margin: 0 auto 24px; }

/* ---------- Footer ---------- */
footer { border-top: 1px solid rgba(184,138,68,.5); background: #050505; padding: 40px 24px; font-size: 13px; color: #9a9182; }
.footer-inner { max-width: 1100px; margin: auto; display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: flex-start; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 10px; }
.footer-nav a, .footer-links a { transition: color .2s; }
.footer-nav a:hover, .footer-links a:hover { color: #f0cd8a; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
