:root {
  /* New teal-forward palette pulled from Courtnei's headshot */
  --bg: #f7f3ec;          /* warm ivory page bg */
  --bg-alt: #ece4d6;       /* deeper sand */
  --bg-soft: #fbfaf6;      /* near-white to blend with photo */
  --ink: #14181b;          /* near-black */
  --ink-soft: #3f4a4d;
  --muted: #7c8589;
  --accent: #0e6b6b;       /* deep teal — matches the blouse */
  --accent-dark: #094f4f;
  --accent-soft: #d9ebe9;
  --gold: #c9a96a;         /* warm secondary */
  --line: #e2dccf;
  --white: #ffffff;
  --max: 1180px;
  --radius: 12px;
  --shadow-sm: 0 2px 8px rgba(20, 24, 27, 0.06);
  --shadow-md: 0 14px 36px rgba(20, 24, 27, 0.08);
  --shadow-lg: 0 28px 64px rgba(20, 24, 27, 0.12);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 236, 0.96);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.utility-bar {
  background: var(--ink);
  color: var(--white);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.utility-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 24px;
}
.utility-bar .tagline {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.utility-links { display: flex; gap: 24px; align-items: center; }
.utility-links a {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}
.utility-links a:not(:last-child)::after {
  content: "";
  position: absolute; right: -12px; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 12px;
  background: rgba(255,255,255,0.25);
}
.utility-links a:hover { color: var(--gold); }

.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px;
}
.brand {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--serif);
}
.brand-name {
  font-family: var(--serif); font-weight: 700;
  font-size: 1.15rem; color: var(--ink);
  letter-spacing: 0.08em; line-height: 1.1;
}
.brand-name em {
  font-style: normal; font-weight: 700; color: var(--accent);
  margin-left: 4px;
}

.site-header nav ul {
  list-style: none; display: flex; gap: 36px; align-items: center;
}
.site-header nav a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: color 0.2s;
  position: relative;
  padding: 8px 0;
}
.site-header nav a:not(.nav-cta)::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: center;
  transition: transform 0.25s ease;
}
.site-header nav a:not(.nav-cta):hover { color: var(--ink); }
.site-header nav a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta {
  background: var(--accent); color: var(--white) !important;
  padding: 14px 40px !important;
  border-radius: 999px;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.14em !important;
  margin-left: 12px;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--accent-dark); transform: translateY(-1px); }

.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 6px;
}
.menu-toggle span { width: 24px; height: 2px; background: var(--ink); }

/* BUTTONS */
.btn {
  display: inline-block; padding: 14px 32px; border-radius: 999px;
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.1em;
  cursor: pointer; border: 2px solid transparent;
  transition: transform 0.15s, background 0.2s, color 0.2s, border-color 0.2s;
  text-transform: uppercase;
}
.btn.small { padding: 11px 22px; font-size: 0.72rem; margin-top: 18px; }
.btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--ink); border-color: var(--ink);
  margin-top: 24px;
}
.btn-outline:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-outline-light {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4);
}
.btn-outline-light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.section-label.light { color: var(--gold); }

/* HERO — photo blends into the page (photo bg is white; hero bg is pure white) */
.hero {
  padding: 60px 0 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.hero::before {
  /* subtle teal wash on the right side */
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; width: 55%;
  background: radial-gradient(ellipse at center right, rgba(14, 107, 107, 0.07), transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; align-items: end;
  position: relative; z-index: 1;
}
.hero-visual { align-self: end; }
.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  /* No mask needed — photo bg is white and matches page bg seamlessly */
}
.hero-copy { padding-bottom: 60px; }
.eyebrow {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 22px;
}

/* Executive headline frame */
.headline-frame { display: contents; }

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  font-weight: 600; line-height: 1.04;
  letter-spacing: -0.025em; margin: 0 0 28px;
}
.hero h1 .line-1,
.hero h1 .line-2,
.hero h1 .line-3 {
  display: block;
}
.hero h1 .line-2 {
  color: var(--accent);
  font-style: italic;
  font-weight: 600;
}
.lede {
  font-size: 1.15rem; color: var(--ink-soft);
  max-width: 540px; margin-bottom: 36px;
}

/* SECTIONS */
.section { padding: 100px 0; }
.section-label {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.section h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
}
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.light h2 { color: var(--white); }
.section-head.light .section-sub { color: rgba(255, 255, 255, 0.82); }
.section-sub { margin-top: 14px; color: var(--ink-soft); font-size: 1.05rem; }

/* MEET — also blends, no rounded frame, white background */
.meet { background: #ffffff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.meet-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: 64px; align-items: start;
}
.meet-portrait {
  position: sticky; top: 100px;
}
.meet-portrait img {
  width: 100%; height: auto; display: block;
  /* Photo bg matches page bg — no mask needed */
}
.meet-heading-frame {
  display: inline-block;
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 20px;
  margin-bottom: 28px;
}
.meet-copy h2 { margin-bottom: 6px; }
.meet-copy .subtitle {
  font-family: var(--serif); font-style: italic;
  color: var(--accent); font-size: 1.05rem; margin: 0;
}
.meet-copy p { color: var(--ink-soft); margin-bottom: 18px; }

/* QUOTE */
.quote-section {
  background: var(--accent);
  color: var(--white);
  padding: 80px 0;
}
.quote-section blockquote { max-width: 880px; margin: 0 auto; text-align: center; }
.quote-section blockquote p {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.4; color: var(--white); margin-bottom: 20px;
  font-weight: 400;
}
.quote-section cite {
  font-style: normal; font-weight: 600;
  color: var(--accent-soft);
  letter-spacing: 0.08em; font-size: 0.85rem;
  text-transform: uppercase;
}

/* TOPICS */
.topics { background: var(--bg); }
.topics-list {
  list-style: none; max-width: 880px; margin: 0 auto;
  border-top: 1px solid var(--line);
}
.topic-item { border-bottom: 1px solid var(--line); }
.topic-toggle {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 28px 8px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600;
  color: var(--ink); text-align: left;
  transition: color 0.2s;
}
.topic-toggle:hover { color: var(--accent); }
.topic-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: 50%; background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 400; color: var(--accent);
  transition: transform 0.3s, background 0.2s, color 0.2s;
}
.topic-toggle[aria-expanded="true"] .topic-icon {
  transform: rotate(45deg); background: var(--accent); color: var(--white);
}
.topic-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.topic-body p {
  padding: 0 8px 28px; color: var(--ink-soft); font-size: 1.02rem;
  max-width: 760px;
}
.topic-toggle[aria-expanded="true"] + .topic-body { max-height: 400px; }

/* EXPERIENCE */
.experience { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-eyebrow {
  text-align: center;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft, #5a6168);
  margin: 8px 0 18px;
}
.logo-row {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 0;
}
.logo-row .logo-item {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 28px;
  position: relative;
  min-height: 60px;
}
.logo-row .logo-item img {
  height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s, transform 0.2s;
}
.logo-row .logo-item img:hover { opacity: 1; transform: scale(1.04); }
.logo-row .logo-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 28px;
  background: var(--line);
}

.audiences-block { margin-top: 64px; text-align: center; }
.audiences-block h3 {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  margin-bottom: 18px;
}
.audience-tags {
  max-width: 820px; margin: 0 auto;
  color: var(--ink-soft); font-size: 1.05rem; line-height: 1.9;
}

/* BOOK */
.book {
  background: linear-gradient(135deg, #14181b 0%, #0a2a2a 100%);
  color: var(--white);
}
.book .section-head { margin-bottom: 40px; }

/* Direct-email contact card */
.contact-card {
  max-width: 720px; margin: 0 auto; text-align: center;
}
.email-display {
  display: block; padding: 36px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  margin-bottom: 28px;
}
.email-display:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: var(--accent-soft);
  transform: translateY(-2px);
}
.email-label {
  display: block;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.email-address {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 3.4vw, 2.2rem);
  font-weight: 600; color: var(--white);
  word-break: break-all;
  letter-spacing: -0.01em;
}
.contact-actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
  margin-bottom: 24px;
}
.contact-actions .btn {
  text-transform: none; letter-spacing: 0.02em; font-size: 0.95rem;
  padding: 14px 24px;
}
.contact-note {
  font-size: 0.92rem; color: rgba(255, 255, 255, 0.7);
  max-width: 520px; margin: 0 auto; line-height: 1.6;
}
.contact-note.success { color: #b6f0c8; font-weight: 600; }

.book-form {
  max-width: 760px; margin: 0 auto;
  background: var(--white); color: var(--ink);
  padding: 44px; border-radius: var(--radius);
  display: grid; gap: 18px; box-shadow: var(--shadow-lg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.book-form label {
  display: grid; gap: 6px;
  font-size: 0.78rem; font-weight: 700; color: var(--ink-soft);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.book-form .req { color: var(--accent); margin-left: 2px; }
.book-form input,
.book-form textarea,
.book-form select {
  font-family: inherit; font-size: 0.95rem;
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--bg); color: var(--ink);
  transition: border-color 0.2s, background 0.2s;
  text-transform: none; letter-spacing: 0;
}
.book-form input:focus,
.book-form textarea:focus,
.book-form select:focus {
  outline: none; border-color: var(--accent); background: var(--white);
  box-shadow: 0 0 0 3px rgba(14, 107, 107, 0.12);
}
.book-form fieldset.interest {
  border: 1px solid var(--line); border-radius: 10px;
  padding: 16px 18px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px;
}
.book-form fieldset.interest legend {
  grid-column: 1 / -1;
  font-size: 0.78rem; font-weight: 700; color: var(--ink-soft);
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0 8px;
}
.legend-sub {
  grid-column: 1 / -1; font-size: 0.85rem; color: var(--muted);
  margin-bottom: 6px;
}
.check {
  display: flex !important; flex-direction: row !important;
  align-items: center; gap: 10px;
  font-size: 0.92rem !important; text-transform: none !important;
  letter-spacing: 0 !important; color: var(--ink) !important;
  font-weight: 500 !important; cursor: pointer;
}
.check input { width: 16px; height: 16px; accent-color: var(--accent); }
.book-form button { margin-top: 12px; justify-self: start; }
.form-note { font-size: 0.88rem; color: var(--muted); text-align: center; margin-top: 6px; }
.form-note a { color: var(--accent); font-weight: 600; }
.form-note.success { color: #146b3a; font-weight: 600; }
.form-note.error { color: #b3261e; font-weight: 600; }

/* FOOTER */
.site-footer {
  background: var(--bg-alt); padding: 48px 0 32px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; align-items: center;
}
.footer-links { display: flex; gap: 24px; justify-content: flex-end; flex-wrap: wrap; }
.footer-links a { color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; }
.footer-links a:hover { color: var(--accent); }
.copy {
  grid-column: 1 / -1; text-align: center;
  font-size: 0.85rem; color: var(--muted);
  padding-top: 24px; border-top: 1px solid var(--line); margin-top: 8px;
}
.muted { color: var(--muted); font-style: italic; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .hero-grid, .meet-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { max-width: 460px; margin: 0 auto; order: 2; }
  .hero-copy { order: 1; padding-bottom: 0; text-align: center; }
  .hero-copy .lede { margin-left: auto; margin-right: auto; }
  .meet-portrait { position: static; max-width: 420px; margin: 0 auto; }
  .meet-copy { text-align: center; }
  .meet-copy p { margin-left: auto; margin-right: auto; max-width: 560px; }
  .meet-heading-frame {
    border-left: none;
    border-top: 3px solid var(--accent);
    padding: 16px 0 0;
    display: block; text-align: center;
  }
  .section-head { margin-left: auto; margin-right: auto; text-align: center; }
  .section { padding: 72px 0; }
  .hero { padding: 48px 0 32px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-content: center; }
  .logo-row { gap: 0; }
  .logo-row .logo-item { padding: 10px 16px; min-height: 48px; }
  .logo-row .logo-item img { height: 32px; max-width: 120px; }
}

@media (max-width: 720px) {
  .utility-bar { display: none; }
  .site-header nav { display: none; }
  .site-header nav.open {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: 24px;
    box-shadow: var(--shadow-md);
  }
  .site-header nav.open ul {
    flex-direction: column; align-items: stretch; gap: 4px;
  }
  .site-header nav.open li { border-bottom: 1px solid var(--line); }
  .site-header nav.open li:last-child { border-bottom: none; margin-top: 12px; }
  .site-header nav.open a {
    display: block; padding: 14px 4px;
    font-size: 0.85rem;
  }
  .site-header nav.open a::after { display: none; }
  .site-header nav.open .nav-cta {
    text-align: center;
    padding: 14px 32px !important;
    margin-left: 0;
  }
  .menu-toggle { display: flex; }
  .brand-name { font-size: 0.95rem; letter-spacing: 0.06em; }
  .nav { padding: 16px 24px; }
  .form-row, .book-form fieldset.interest { grid-template-columns: 1fr; }
  .book-form { padding: 28px; }
  .topic-toggle { font-size: 1.1rem; padding: 22px 4px; }
  .contact-actions .btn { width: 100%; }
}
