/* ============================================================
   Lauren Sills — Executive Website
   Palette: navy, warm cream/white, restrained gold
   ============================================================ */
:root {
  --navy: #0c1c3f;
  --navy-deep: #091634;
  --cream: #ffffff;
  --cream-soft: #ffffff;
  --band: #faf8f4;
  --white: #ffffff;
  --gold: #b58a3e;
  --gold-soft: #c9a15a;
  --ink: #23262c;
  --ink-soft: #4a4f57;
  --line: #e7e3da;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Alex Brush", cursive;
  --maxw: 1200px;
  --radius: 10px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream-soft);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

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

a { color: inherit; text-decoration: none; }

.eyebrow {
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: #c2953c; font-weight: 700; margin: 0 0 14px;
}

.section-title {
  font-family: var(--serif); font-weight: 600; color: var(--navy);
  font-size: clamp(28px, 3.2vw, 40px); line-height: 1.1; margin: 0 0 22px;
}

.gold-rule { display: block; width: 66px; height: 2px; background: var(--gold); margin: 24px 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
  border: none; transition: background .2s ease, color .2s ease, transform .2s ease;
}
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-primary, .btn-submit {
  background: var(--navy); color: var(--white);
  padding: 15px 26px; border-radius: 2px;
}
.btn-primary:hover, .btn-submit:hover { background: var(--navy-deep); }

/* Hero CTA uses gold text on navy per reference */
.hero-copy .btn-primary { color: var(--gold-soft); }
.hero-copy .btn-primary:hover { color: var(--gold); }

.btn-request {
  background: var(--navy); color: var(--white);
  padding: 13px 22px; border-top: 2px solid var(--gold);
}
.btn-request:hover { background: var(--navy-deep); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream-soft);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }

.brand { display: flex; align-items: center; gap: 16px; }
.monogram {
  font-family: var(--serif); font-weight: 700; font-size: 30px;
  color: var(--navy); line-height: 1; letter-spacing: .02em;
}
.brand-divider { width: 1px; height: 34px; background: var(--gold); opacity: .6; }
.wordmark {
  font-family: var(--serif); font-size: 23px; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase; color: var(--navy);
}

.primary-nav { display: flex; gap: 30px; margin-left: auto; }
.primary-nav a {
  font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--navy); padding: 4px 0; position: relative;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--gold); transition: width .2s ease;
}
.primary-nav a:hover::after { width: 100%; }

.nav-toggle { display: none; background: none; border: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); display: block; }

.mobile-nav { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: var(--cream); overflow: hidden; }
.hero-inner {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: end;
  min-height: 560px;
}
.hero-copy { padding: 74px 40px 74px 0; }
.hero-title {
  font-family: var(--serif); font-weight: 600; color: var(--navy);
  font-size: clamp(29px, 3.5vw, 47px); line-height: 1.16; margin: 0;
  letter-spacing: -0.3px;
}
.hero-descriptor {
  font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--navy); font-weight: 600; margin: 0 0 34px;
}
.hero-descriptor .sep { color: var(--gold); margin: 0 10px; font-weight: 400; }

.hero-image { align-self: end; display: flex; justify-content: flex-end; height: 100%; }
.hero-image img {
  height: auto; max-height: 620px; width: 100%; object-fit: contain; object-position: bottom right;
}

/* ============================================================
   TRUSTED BY
   ============================================================ */
.trusted { background: var(--navy); padding: 26px 0 30px; }
.trusted-label {
  text-align: center; color: var(--gold-soft); font-size: 11px;
  letter-spacing: .28em; text-transform: uppercase; font-weight: 600; margin: 0 0 18px;
}
.trusted-logos {
  list-style: none; margin: 0; padding: 0; display: flex; align-items: center;
  justify-content: space-between; gap: 12px;
}
.trusted-logos li {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 0 10px; position: relative;
}
.trusted-logos li + li::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 40px; background: rgba(255,255,255,.18);
}
.trusted-logos img {
  max-height: 44px; width: auto; max-width: 100%; opacity: .95;
}
.trusted-logos li:first-child img { max-height: 54px; }        /* NBA */
.trusted-logos li:nth-child(4) img { max-height: 56px; }        /* US Senate (stacked) */
.trusted-logos li:last-child img { max-height: 50px; }          /* Teach For America */

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--white); padding: 20px 0 24px; }
.about-inner {
  display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: center;
}
.about-image { display: flex; align-items: flex-end; justify-content: center; }
.about-image img { width: 100%; height: auto; max-height: 560px; object-fit: contain; }
.about-copy { padding: 24px 0; }
.about-copy p { color: var(--ink-soft); margin: 0 0 16px; max-width: 60ch; }
.about-copy .signature {
  font-family: var(--script); color: var(--gold); font-size: 46px; line-height: 1;
  margin-top: 18px; font-weight: 400;
}

/* ============================================================
   FEATURED WORK & MEDIA
   ============================================================ */
.media-section { background: var(--cream-soft); padding: 40px 0 56px; position: relative; }
.anchor-offset { position: relative; top: -90px; display: block; }
.centered-title {
  font-family: var(--serif); font-weight: 600; color: var(--navy);
  text-align: center; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: .04em;
  text-transform: uppercase; margin: 0 0 40px;
  display: flex; align-items: center; justify-content: center; gap: 22px;
}
.flourish { width: 54px; height: 1px; background: var(--gold); display: inline-block; }

.media-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px;
}
.media-card a { display: flex; flex-direction: column; height: 100%; }
.media-thumb {
  display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden;
  border-radius: 6px; background: #dfd7c8; margin-bottom: 14px;
}
.media-thumb img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease;
}
.media-card a:hover .media-thumb img { transform: scale(1.04); }
.thumb-missing {
  background: linear-gradient(150deg, var(--navy), #16305f);
}
.thumb-missing img { display: none; }
/* Show the full graphic (e.g. EBONY banner) without cropping the subject */
.thumb-contain-dark { background: #000; }
.thumb-contain-dark img { object-fit: contain; }
.media-card a:hover .thumb-contain-dark img { transform: none; }
.media-source {
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 7px;
}
.media-title {
  font-size: 14px; line-height: 1.32; color: var(--navy); font-weight: 600;
  margin-bottom: 12px; flex-grow: 1;
}
.media-cta {
  font-size: 12px; letter-spacing: .06em; color: var(--gold); font-weight: 600;
  display: inline-flex; align-items: center; gap: 7px;
}
.media-cta .arrow { transition: transform .2s ease; }
.media-card a:hover .media-cta .arrow { transform: translateX(4px); }

/* ============================================================
   RECOGNITION
   ============================================================ */
.recognition { background: var(--band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.recognition-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 30px 32px;
}
.rec-item {
  display: flex; align-items: center; gap: 16px; padding: 6px 26px; position: relative;
}
.rec-item + .rec-item::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 46px; background: var(--line);
}
.rec-icon { color: var(--gold); flex-shrink: 0; }
.rec-icon svg { width: 40px; height: 40px; }
.rec-icon-num { font-family: var(--serif); font-size: 40px; font-weight: 700; line-height: 1; }
.rec-text { display: flex; flex-direction: column; line-height: 1.3; }
.rec-text strong { color: var(--navy); font-size: 14px; font-weight: 700; }
.rec-text span { color: var(--ink-soft); font-size: 13px; }
.rec-text em { color: var(--gold); font-style: normal; font-size: 12.5px; font-weight: 600; }

/* ============================================================
   SPEAKING
   ============================================================ */
.speaking { background: var(--cream-soft); padding: 60px 0 68px; }
.speaking-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.speaking-copy .section-title { font-size: clamp(30px, 3vw, 40px); }
.speaking-copy p { color: var(--ink-soft); max-width: 40ch; }
.ways-label { color: var(--navy); font-weight: 600; font-size: 14px; margin: 22px 0 0; }
.topic-list { list-style: none; margin: 12px 0 0; padding: 0; }
.topic-list li {
  position: relative; padding-left: 20px; margin-bottom: 10px;
  color: var(--navy); font-weight: 500; font-size: 14.5px;
}
.topic-list li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px;
  background: var(--gold); border-radius: 50%;
}

.speaking-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: 0 18px 40px rgba(12,28,63,.06); }
.form-heading {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin: 0 0 22px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; }
.field-full { grid-column: 1 / -1; }
.field label {
  font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 600; margin-bottom: 6px;
}
.field label .opt { color: #9aa0a8; font-weight: 400; text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 14px; color: var(--ink);
  padding: 11px 13px; border: 1px solid var(--line); border-radius: 4px;
  background: var(--cream-soft); transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 76px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(181,138,62,.14);
  background: var(--white);
}
.field.has-error input, .field.has-error select, .field.has-error textarea {
  border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192,57,43,.12);
}
.hp-field { position: absolute; left: -9999px; }
.form-actions { text-align: center; margin-top: 22px; }
.btn-submit { padding: 15px 44px; }
.form-status { text-align: center; font-size: 13px; margin: 14px 0 0; min-height: 18px; }
.form-status.error { color: #c0392b; }
.form-status.sending { color: var(--ink-soft); }
.form-status.success { color: #1e7a46; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy); color: rgba(255,255,255,.85); }
.footer-inner {
  display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 40px;
  padding: 48px 32px 40px; align-items: start;
}
.footer-brand { display: flex; gap: 18px; align-items: flex-start; }
.monogram-light { color: var(--white); }
.footer-id { display: flex; flex-direction: column; gap: 8px; }
.footer-name {
  font-family: var(--serif); font-size: 20px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold-soft);
}
.footer-role { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); line-height: 1.8; }
.footer-heading { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; margin: 0 0 16px; }
.footer-link { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 14px; color: rgba(255,255,255,.85); }
.footer-link:hover { color: var(--white); }
.footer-link .ic { width: 18px; height: 18px; color: var(--gold-soft); flex-shrink: 0; }
.footer-quote { position: relative; padding-left: 30px; }
.quote-mark { position: absolute; left: 0; top: -10px; font-family: var(--serif); font-size: 54px; color: var(--gold); line-height: 1; }
.footer-quote p { font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.4; color: rgba(255,255,255,.9); margin: 0 0 12px; }
.quote-sig { font-family: var(--script); color: var(--gold-soft); font-size: 26px; }
.footer-base { border-top: 1px solid rgba(255,255,255,.1); }
.footer-base .container { padding-top: 18px; padding-bottom: 18px; }
.footer-base span { font-size: 12px; color: rgba(255,255,255,.5); }

/* ============================================================
   POSITIONING REFRESH (coach feedback)
   ============================================================ */
.eyebrow-center { text-align: center; }

/* Career-journey band */
.journey { background: var(--white); padding: 44px 0 10px; }
.journey .container { max-width: 900px; text-align: center; }
.journey-rule { display: inline-block; width: 54px; height: 2px; background: var(--gold); margin-bottom: 22px; }
.journey-text { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.45; color: var(--navy); margin: 0; }

/* Leadership Snapshot */
.snapshot { background: var(--band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 52px 0 56px; }
.snapshot .centered-title { margin-bottom: 32px; }
.snapshot-grid { list-style: none; margin: 0 auto; padding: 0; max-width: 1000px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 44px; }
.snapshot-grid li { position: relative; padding-left: 22px; font-size: 15.5px; line-height: 1.5; color: var(--ink-soft); }
.snap-ic { position: absolute; left: 0; top: 0.2em; color: var(--gold); font-size: 10px; }
.snapshot-grid strong { color: var(--navy); font-weight: 700; }

/* About: value-prop lead + theme tags */
.about-lead { font-family: var(--serif); font-style: italic; font-size: clamp(19px, 2vw, 24px); line-height: 1.4; color: var(--navy); margin: 0 0 20px; }
.about-themes-label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin: 24px 0 12px; }
.theme-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0 0 4px; padding: 0; }
.theme-tags li { font-size: 12.5px; color: var(--navy); font-weight: 600; border: 1px solid var(--gold); border-radius: 999px; padding: 6px 14px; }

/* Leadership Philosophy (navy band) */
.philosophy { background: var(--navy); color: rgba(255,255,255,.9); padding: 66px 0; }
.philosophy-inner { max-width: 860px; text-align: center; }
.philosophy-eyebrow { color: var(--gold-soft); }
.philosophy-lead { font-family: var(--serif); font-size: clamp(23px, 2.6vw, 32px); line-height: 1.35; color: #fff; margin: 6px 0 20px; }
.philosophy-body { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.82); max-width: 680px; margin: 0 auto; }

/* Contact invitation */
.invite { font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.45; color: var(--navy); margin: 20px 0 0; }

/* About Overview/Bio tabs */
.about-tabs { display: flex; gap: 28px; border-bottom: 1px solid var(--line); margin: 0 0 22px; }
.about-tab { background: none; border: none; padding: 0 0 12px; cursor: pointer; font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--ink-soft); position: relative; transition: color .2s ease; }
.about-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.about-tab:hover { color: var(--navy); }
.about-tab.is-active { color: var(--navy); }
.about-tab.is-active::after { transform: scaleX(1); }
.about-panel { display: none; }
.about-panel.is-active { display: block; }
.about-panel p { margin: 0 0 16px; color: var(--ink-soft); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .media-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .recognition-inner { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .rec-item:nth-child(3)::before { display: none; }
  .hero-title { font-size: clamp(26px, 4.6vw, 40px); }
}

@media (max-width: 860px) {
  .primary-nav, .btn-request.desktop { display: none; }
  .header-inner .btn-request { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav { display: flex; flex-direction: column; gap: 4px; padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; background: var(--cream); }
  .mobile-nav.open { max-height: 420px; padding: 16px 24px 24px; border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 12px 0; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--line); }
  .mobile-nav .btn-request { margin-top: 14px; justify-content: center; border-bottom: none; }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 0 0; order: 2; text-align: left; }
  .hero-image { order: 1; justify-content: center; }
  .hero-image img { max-height: 440px; object-position: bottom center; }
  .hero-descriptor { margin-bottom: 26px; }

  .about-inner { grid-template-columns: 1fr; gap: 30px; }
  .about-image { max-width: 360px; margin: 0 auto; }
  .about-copy { padding: 0; text-align: center; }
  .about-copy p { margin-left: auto; margin-right: auto; }
  .gold-rule { margin-left: auto; margin-right: auto; }
  .theme-tags { justify-content: center; }
  .about-tabs { justify-content: center; }

  .snapshot-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 32px; }

  .speaking-inner { grid-template-columns: 1fr; gap: 34px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .media-grid { grid-template-columns: 1fr; gap: 22px; }
  .media-thumb { aspect-ratio: 16 / 9; }
  .recognition-inner { grid-template-columns: 1fr; gap: 0; padding: 12px 20px; }
  .rec-item { padding: 16px 0; }
  .rec-item + .rec-item::before { width: 46px; height: 1px; left: 0; top: 0; transform: none; }
  .form-grid { grid-template-columns: 1fr; }
  .trusted-logos { flex-wrap: wrap; gap: 22px; }
  .trusted-logos li { flex: 0 0 40%; }
  .trusted-logos li + li::before { display: none; }
  .wordmark { display: none; }
  .footer-brand { flex-direction: column; }
  .snapshot-grid { grid-template-columns: 1fr; }
}
