/* Larson Prep — calm, premium, serif. Palette drawn from the existing site. */
:root {
  --cream: #faf6ef;
  --cream-deep: #f3ecdf;
  --ink: #3c463c;
  --ink-soft: #6f7767;
  --gold: #d9a441;
  --gold-deep: #c08f2f;
  --green: #2e4636;
  --green-deep: #24382b;
  --line: #e3dccb;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink-soft);
  background: var(--cream);
  line-height: 1.75;
  font-size: 1.06rem;
}

h1, h2, h3 { color: var(--ink); font-weight: 500; line-height: 1.25; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); }
h3 { font-size: 1.25rem; }
a { color: var(--green); }
a:hover { color: var(--gold-deep); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 780px; }
.center-text { text-align: center; }

.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.9rem;
}
.eyebrow.center { text-align: center; }

/* ---------------- header ---------------- */
.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; padding-bottom: 18px;
}
.wordmark {
  font-size: 1.15rem; color: var(--ink); text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px; font-weight: 500;
}
.wordmark .mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; background: var(--gold); color: #fff;
  font-size: 0.85rem; letter-spacing: 0.05em; font-weight: 600;
  border-radius: 3px;
}
.site-nav ul { display: flex; gap: 28px; list-style: none; }
.site-nav a {
  text-decoration: none; color: var(--ink); font-size: 0.98rem;
  padding-bottom: 4px; border-bottom: 2px solid transparent;
}
.site-nav a:hover, .site-nav a.active { border-bottom-color: var(--gold); color: var(--ink); }
.nav-toggle {
  display: none; background: none; border: 1px solid var(--line);
  font-family: var(--serif); font-size: 0.95rem; color: var(--ink);
  padding: 6px 14px; border-radius: 3px; cursor: pointer;
}

/* ---------------- hero ---------------- */
.hero {
  position: relative; background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 46vh; padding: 90px 0;
}
.hero.tall { min-height: 62vh; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(24, 32, 24, 0.52);
}
.hero-inner { position: relative; max-width: 880px; }
.hero h1 { color: #fff; font-weight: 400; }
.hero .gold { color: var(--gold); }
.hero .eyebrow { color: var(--gold); }
.hero-sub {
  color: rgba(255, 255, 255, 0.92); max-width: 620px;
  margin: 1.2rem auto 0; font-size: 1.1rem;
}
.hero .button { margin-top: 2rem; }

/* left-aligned hero (homepage) */
.hero.left { justify-content: flex-start; text-align: left; }
.hero.left .hero-inner { max-width: 1120px; width: 100%; }
.hero.left h1 { max-width: 700px; }
.hero.left .hero-sub { margin: 1.4rem 0 0; }
.hero-links { display: flex; gap: 40px; margin-top: 3rem; flex-wrap: wrap; }
.hero-links a {
  color: #fff; text-decoration: none; font-size: 1.25rem;
  padding-bottom: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
.hero-links a:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ---------------- buttons ---------------- */
.button {
  display: inline-block; background: var(--green); color: #fff;
  text-decoration: none; padding: 14px 34px; border-radius: 999px;
  font-family: var(--serif); font-size: 1rem; border: none; cursor: pointer;
  transition: background 0.2s ease;
}
.button:hover { background: var(--green-deep); color: #fff; }
.button.wide { width: 100%; }

/* ---------------- intro cards ---------------- */
.intro-cards { padding: 90px 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 6px;
  padding: 38px 32px; text-decoration: none; color: var(--ink-soft);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(60, 70, 60, 0.08); color: var(--ink-soft); }
.card h3 { color: var(--ink); }
.card-link { color: var(--gold-deep); font-size: 0.95rem; margin-top: auto; }

/* ---------------- reviews ---------------- */
.reviews { background: var(--cream-deep); padding: 100px 0; }
.stars { text-align: center; color: var(--gold); font-size: 1.3rem; letter-spacing: 0.35em; margin-bottom: 2.5rem; }
.carousel { position: relative; max-width: 860px; margin: 0 auto; }
.review-slide { display: none; text-align: center; }
.review-slide.active { display: block; animation: fadein 0.5s ease; }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .review-slide.active { animation: none; } }
.review-slide blockquote {
  font-style: italic; font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  color: var(--ink); line-height: 1.8; font-weight: 300;
}
.review-slide figcaption { margin-top: 2rem; }
.review-slide figcaption strong { display: block; color: var(--ink); font-weight: 600; }
.review-slide figcaption span { display: block; font-size: 0.92rem; }
.review-slide figcaption em {
  display: block; font-style: normal; color: var(--gold-deep);
  font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 6px;
}
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 2.6rem; }
.dots { display: flex; gap: 12px; }
.dot {
  width: 13px; height: 13px; border-radius: 50%; border: none;
  background: #d8d2c2; cursor: pointer; padding: 0;
}
.dot.active { background: var(--ink); }
.arrow {
  background: none; border: none; font-size: 1.9rem; color: var(--ink-soft);
  cursor: pointer; line-height: 1; padding: 0 6px;
}
.arrow:hover { color: var(--ink); }

/* ---------------- three columns ---------------- */
.three-cols { padding: 90px 0; }
.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.col h3 { color: var(--gold-deep); margin-bottom: 0.9rem; }

/* ---------------- split rows ---------------- */
.split-section { padding: 80px 0; }
.split-section:nth-of-type(even) { background: var(--cream-deep); }
.split-section h2 { text-align: center; margin-bottom: 1.4rem; }
.section-intro { max-width: 760px; margin: 0 auto 3.2rem; text-align: center; }
.rows .row {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px;
  padding: 42px 0; border-top: 1px solid var(--line);
}
.rows .row:first-child { border-top: none; }
.rows .row h3 { color: var(--ink); }

/* ---------------- prose sections ---------------- */
.prose-section { padding: 80px 0; }
.prose-section.alt { background: var(--cream-deep); }
.prose-section h2 { margin-bottom: 1.4rem; }
.prose-section p + p { margin-top: 1.2rem; }

/* ---------------- FAQ ---------------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 26px 40px 26px 0;
  color: var(--ink); font-size: 1.18rem; font-weight: 500; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.5rem; font-weight: 300;
}
.faq-item[open] summary::after { content: "\00d7"; }
.faq-body { padding: 0 0 28px; }

/* ---------------- bios ---------------- */
.bio-section { padding: 90px 0; }
.bio-section.alt { background: var(--cream-deep); }
.bio { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.bio-photo img { width: 100%; max-width: 420px; border-radius: 8px; display: block; }
.role-label {
  color: var(--gold-deep); font-size: 0.85rem; letter-spacing: 0.2em;
  text-transform: uppercase; margin: 0.4rem 0 1.4rem;
}
.bio-text h2 { margin-top: 0.2rem; }
.bio-text p + p { margin-top: 1.1rem; }

/* ---------------- contact ---------------- */
.contact-section { padding: 90px 0 100px; }
.contact-section h1 { text-align: center; }
.contact-form { margin-top: 2.6rem; display: flex; flex-direction: column; gap: 26px; }
.contact-form label { color: var(--ink); font-weight: 500; display: block; }
.contact-form input, .contact-form textarea {
  display: block; width: 100%; margin-top: 10px;
  font-family: var(--serif); font-size: 1.02rem; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 15px 18px;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(217, 164, 65, 0.18);
}
.contact-form ::placeholder { color: #b3ac9c; }
.contact-lines { text-align: center; margin-top: 3rem; }
.contact-lines a { text-decoration: none; }

/* ---------------- CTA band ---------------- */
.cta-band { background: var(--cream-deep); text-align: center; padding: 90px 0; border-top: 1px solid var(--line); }
.cta-band h2 { font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.cta-band p { max-width: 620px; margin: 1.2rem auto 2.2rem; }

/* ---------------- footer ---------------- */
.site-footer { background: var(--green-deep); color: rgba(255, 255, 255, 0.78); padding: 70px 0 30px; font-size: 0.97rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.footer-mark { color: #fff; margin-bottom: 1rem; }
.footer-loc { margin-top: 1.2rem; font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); }
.footer-head {
  color: var(--gold); font-size: 0.8rem; letter-spacing: 0.2em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 0.5rem; }
.site-footer a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-base { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.85rem; color: rgba(255, 255, 255, 0.5); }

/* ---------------- responsive ---------------- */
@media (max-width: 900px) {
  .cards, .cols, .footer-grid { grid-template-columns: 1fr; }
  .rows .row { grid-template-columns: 1fr; gap: 12px; padding: 34px 0; }
  .bio { grid-template-columns: 1fr; gap: 34px; }
  .bio-photo img { max-width: 320px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; width: 100%; }
  .site-nav.open { display: block; }
  .header-inner { flex-wrap: wrap; gap: 14px; }
  .site-nav ul { flex-direction: column; gap: 0; padding: 10px 0 6px; }
  .site-nav li { border-top: 1px solid var(--line); }
  .site-nav a { display: block; padding: 13px 2px; border-bottom: none; }
  .site-nav a.active { color: var(--gold-deep); }
  .hero { min-height: 40vh; padding: 70px 0; }
  .hero.tall { min-height: 52vh; }
}
