/* ============================================================
   Rosario Scholar — rebuilt from the Kajabi original
   Palette: black #000 · charcoal #212326 · gold #AD9551 · white
   Fonts: Cormorant Garamond (display) · Lora (body)
   ============================================================ */

:root {
  --black: #000000;
  --charcoal: #212326;
  --charcoal-soft: #26282c;
  --gold: #ad9551;
  --gold-bright: #c9ab5f;
  --gold-deep: #8f7736;
  --white: #ffffff;
  --grey-text: #595959;
  --cream: #f6f6f6;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Lora", Georgia, serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--grey-text);
  background: var(--black);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
}

h1 { font-size: 64px; }
h2 { font-size: 42px; }
h3 { font-size: 28px; }

img { max-width: 100%; display: block; }

a { color: var(--gold); text-decoration: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 16px 38px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold-bright) 45%, #e2cd8f 55%, var(--gold-deep) 100%);
  color: #1a1a1a;
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(173, 149, 81, 0.35);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(173, 149, 81, 0.25);
}

.site-header .container {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header .logo img { height: 74px; width: auto; }

.site-header nav { display: flex; gap: 24px; }

.site-header nav a {
  color: #e8e6e1;
  font-size: 17px;
}

.site-header nav a:hover { color: var(--gold-bright); }

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--gold);
  transition: fill 0.15s ease;
}

.social-icon:hover svg { fill: var(--gold-bright); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: url("../assets/BG1.jpg") 70% 25% / cover no-repeat, var(--black);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 48%, rgba(0,0,0,0.05) 75%);
}

.hero .container { position: relative; z-index: 1; max-width: 1180px; width: 100%; }

.hero-inner {
  max-width: 500px;
  text-align: left;
}

.hero-eyebrow {
  color: var(--gold-bright);
  letter-spacing: 5px;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero h1 {
  color: var(--white);
  font-size: 56px;
  margin-bottom: 18px;
}

.hero .hero-sub {
  color: #d9d5cc;
  font-size: 21px;
  max-width: 480px;
  margin: 0 0 34px;
}

/* ---------- Intro band ---------- */
.intro-band {
  background: var(--charcoal);
  padding: 84px 0;
  text-align: center;
}

.intro-band .lede {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--gold-bright);
  max-width: 860px;
  margin: 0 auto 26px;
  line-height: 1.35;
}

.intro-band p:not(.lede) {
  color: #cfccc5;
  max-width: 820px;
  margin: 0 auto;
}

/* ---------- Story (journey / goal / invitation) ---------- */
.story {
  background: var(--charcoal);
  padding: 20px 0 90px;
}

.story h3 {
  color: var(--gold-bright);
  text-align: center;
  font-size: 30px;
  margin-bottom: 18px;
}

.story .journey {
  max-width: 900px;
  margin: 0 auto 56px;
  color: #e8e6e1;
  text-align: center;
}

.story-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1040px;
  margin: 0 auto;
}

.story-cols p { color: #e8e6e1; text-align: center; }

/* ---------- Approach (white, laptop video) ---------- */
.approach {
  background: var(--white);
  padding: 96px 0;
}

.approach .container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

.approach .eyebrow {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--grey-text);
  margin-bottom: 14px;
}

.approach h2 { color: #161e2a; margin-bottom: 20px; }

.approach p { margin-bottom: 18px; }

.approach .video-frame { position: relative; }

/* ---------- Dark feature section ---------- */
.features {
  background: var(--black);
  padding: 96px 0;
  text-align: center;
}

.features h2 { color: var(--white); margin-bottom: 10px; }

.features .subtitle {
  color: #b9b5ac;
  font-size: 20px;
  margin-bottom: 64px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.features-grid img {
  height: 74px;
  width: auto;
  margin: 0 auto 20px;
}

.features-grid h3 {
  color: var(--gold-bright);
  font-size: 23px;
  margin-bottom: 12px;
}

.features-grid p { color: #cfccc5; font-size: 16px; }

/* ---------- Checklist section ---------- */
.blueprint-offers {
  background: var(--charcoal);
  padding: 96px 0;
}

.blueprint-offers h2 { color: var(--white); text-align: center; }

.blueprint-offers .subtitle {
  text-align: center;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 26px;
  margin: 8px 0 48px;
}

.checklist {
  list-style: none;
  max-width: 760px;
  margin: 0 auto;
}

.checklist li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
  color: #e8e6e1;
}

.checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-bright);
  font-size: 22px;
}

/* ---------- Gold one-on-one section ---------- */
.one-on-one {
  position: relative;
  background: url("../assets/BG5.jpg") center / cover no-repeat, var(--gold);
  padding: 110px 0;
}

.one-on-one h2 {
  color: #1a1a1a;
  font-size: 52px;
  text-align: center;
  margin-bottom: 48px;
}

.one-on-one .cols { max-width: 640px; }

.one-on-one h3 { color: #2a2417; font-size: 26px; margin: 26px 0 10px; }

.one-on-one p { color: #f7f4ec; }

.one-on-one .book-line {
  color: #1a1a1a;
  font-weight: 700;
  margin: 30px 0 18px;
}

/* ---------- Quote band ---------- */
.quote-band {
  background: var(--black);
  padding: 110px 0;
  text-align: center;
}

.quote-band p {
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 34px;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---------- Offerings / pricing ---------- */
.offerings {
  background: var(--black);
  padding: 100px 0;
}

.offerings > .container > h2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 64px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}

.card {
  border-radius: 6px;
  padding: 44px 34px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.card .btn { margin-top: auto; align-self: center; }

.card-light {
  background: var(--white) url("../assets/BG2.1.jpg") top right / 240px no-repeat;
  border: 1px solid #e5e0d3;
}

.card-light h3 { color: #161e2a; font-size: 27px; }

.card-light .price {
  font-family: var(--font-display);
  color: var(--gold-deep);
  font-size: 24px;
  margin: 8px 0 24px;
}

.card-gold {
  background: linear-gradient(160deg, #b39a55 0%, #a08744 100%);
}

.card-gold h3 { color: var(--white); font-size: 27px; }

.card-gold .price {
  font-family: var(--font-display);
  color: #f3ecd8;
  font-size: 22px;
  margin: 8px 0 24px;
}

.card ul {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
}

.card ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  font-size: 16px;
}

.card-light ul li { color: var(--grey-text); }
.card-gold ul li { color: #fdfaf2; }

.card ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--gold-deep);
}

.card-gold ul li::before { color: #fdf6e2; }

.card .section-label {
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}

.card-light .section-label { color: #161e2a; }
.card-gold .section-label { color: var(--white); }

.card .note {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

.card hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.18);
  margin: 18px 0;
}

/* ---------- Book a call / Calendly ---------- */
.book-call {
  background: var(--charcoal);
  padding: 96px 0 40px;
  text-align: center;
}

.book-call h2 { color: var(--gold-bright); margin-bottom: 12px; }

.book-call p {
  color: #e8e6e1;
  max-width: 620px;
  margin: 0 auto 12px;
}

.calendly-inline-widget { min-width: 320px; height: 700px; }

/* ---------- Community form ---------- */
.community {
  background: var(--charcoal-soft);
  padding: 96px 0;
}

.community .container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.community .portrait img {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  margin: 0 auto;
}

.community .eyebrow {
  color: var(--gold-bright);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.community h2 { color: var(--white); margin-bottom: 6px; }

.community .sub { color: #cfccc5; margin-bottom: 30px; }

/* ---------- Forms ---------- */
form .field { margin-bottom: 16px; }

form input,
form textarea {
  width: 100%;
  padding: 15px 16px;
  border: none;
  border-radius: 3px;
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  color: #333;
}

form textarea { min-height: 120px; resize: vertical; }

form input::placeholder,
form textarea::placeholder { color: #9a9a9a; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--black);
  border-top: 1px solid var(--gold);
  padding: 56px 0 40px;
  text-align: center;
}

.site-footer .footer-logo img {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  margin: 0 auto 22px;
}

.site-footer nav { margin-bottom: 18px; }

.site-footer nav a {
  color: #e8e6e1;
  margin: 0 14px;
  font-size: 17px;
}

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

.site-footer .copyright { color: var(--gold); font-size: 16px; }

/* ---------- Page hero (about / contact) ---------- */
.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../assets/BWnew2.png") center / cover no-repeat, var(--black);
  border-bottom: 2px solid var(--gold);
}

.page-hero h1 { color: var(--gold-bright); position: relative; z-index: 1; }

/* ---------- About page ---------- */
.about-me {
  background: var(--charcoal);
  padding: 96px 0;
}

.about-me .container {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 64px;
  align-items: center;
}

.about-me .photo img { border-radius: 6px; }

.about-me h2 { color: var(--white); margin-bottom: 4px; }

.about-me .tagline {
  color: var(--gold-bright);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 24px;
}

.about-me p { color: #e8e6e1; margin-bottom: 16px; }

/* ---------- Award logos ---------- */
.affiliations {
  background: var(--black);
  padding: 60px 0;
}

.affiliations .logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

.affiliations img {
  height: 58px;
  width: auto;
  opacity: 0.9;
}

/* ---------- Talk section ---------- */
.talk {
  background: var(--black);
  padding: 40px 0 96px;
  text-align: center;
}

.talk .eyebrow {
  color: var(--gold-bright);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 36px;
  line-height: 1.8;
}

.talk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
}

.video-embed {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(173, 149, 81, 0.4);
}

.video-embed iframe,
.video-embed video,
.video-embed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  background: #000;
}

.video-placeholder-note {
  color: #b9b5ac;
  font-size: 15px;
  font-style: italic;
  margin-top: 14px;
}

/* ---------- Method ---------- */
.method {
  background: var(--white);
  padding: 96px 0;
  text-align: center;
}

.method h2 { color: #161e2a; margin-bottom: 16px; }

.method .subtitle { max-width: 760px; margin: 0 auto 56px; }

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.method-grid img { height: 74px; width: auto; margin: 0 auto 18px; }

.method-grid h3 { color: var(--gold-deep); font-size: 24px; margin-bottom: 10px; }

.method-grid p { font-size: 16px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--charcoal);
  padding: 84px 0;
  text-align: center;
}

.cta-band h2 { color: var(--white); font-size: 34px; margin-bottom: 24px; }

/* ---------- Contact page ---------- */
.contact-main {
  position: relative;
  background:
    linear-gradient(90deg, rgba(15, 16, 19, 0.97) 0%, rgba(15, 16, 19, 0.88) 45%, rgba(15, 16, 19, 0.35) 100%),
    url("../assets/BG10.jpg") right center / cover no-repeat,
    var(--charcoal);
  padding: 96px 0;
}

.contact-main .inner { max-width: 560px; }

.contact-main h1 { color: var(--gold-bright); margin-bottom: 14px; }

.contact-main .sub { color: var(--white); margin-bottom: 34px; }

.contact-main .confidential {
  color: #b9b5ac;
  font-size: 15px;
  font-style: italic;
  margin-top: 14px;
}

.contact-social { margin-top: 44px; }

.contact-social p { color: var(--white); margin-bottom: 12px; }

.contact-social .social-icon svg { width: 26px; height: 26px; margin-right: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }

  .site-header nav { display: none; }

  .story-cols,
  .approach .container,
  .community .container,
  .about-me .container { grid-template-columns: 1fr; gap: 40px; }

  .features-grid { grid-template-columns: 1fr 1fr; }

  .cards { grid-template-columns: 1fr; }

  .method-grid { grid-template-columns: 1fr; }

  .talk-grid { grid-template-columns: 1fr; }

  .one-on-one h2 { font-size: 36px; }

  .quote-band p { font-size: 24px; letter-spacing: 3px; }

  .contact-main { background-image: none; }
}
