/* ===== Reset + base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Georgia, 'Source Serif Pro', 'IBM Plex Serif', serif;
  font-size: 18px;
  line-height: 1.55;
  color: #1A1A1A;
  background: #F2EDE4;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #1E3A5F; text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: #A35E4A; }

/* ===== Tokens =====
   --ink:    #1A1A1A
   --cream:  #F2EDE4
   --stone:  #8C8378
   --olive:  #5C6B4A
   --brick:  #A35E4A
   --navy:   #1E3A5F  (landing page primary accent)
*/

/* ===== Flag accent stripe ===== */
.flag-stripe {
  display: flex;
  height: 6px;
  width: 100%;
}
.flag-stripe span { display: block; flex: 1; }
.stripe-navy  { background: #1E3A5F; }
.stripe-cream { background: #F2EDE4; }
.stripe-brick { background: #A35E4A; }

/* ===== Site header ===== */
.site-header {
  padding: 20px 24px 8px;
  text-align: center;
  border-bottom: 1px solid #d8d2c5;
}
.wordmark {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  margin: 0;
  color: #1A1A1A;
  font-weight: 600;
}

/* ===== Hero ===== */
.hero {
  padding: 32px 24px 24px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.hero-photo {
  max-width: 380px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(26,26,26,0.10);
}
.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.eyebrow {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8C8378;
  margin: 0 0 8px;
}
.hero h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.lede {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 24px;
  color: #2c2c2c;
  max-width: 36ch;
}

/* ===== CTA buttons ===== */
.cta-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}
.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 18px 24px;
  border-radius: 6px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  min-height: 64px;
  transition: transform 0.05s ease, box-shadow 0.15s ease;
  border: 2px solid transparent;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: #1E3A5F;
  color: #F2EDE4;
}
.btn-primary:hover {
  background: #16304f;
  color: #F2EDE4;
}
.btn-secondary {
  background: transparent;
  color: #1E3A5F;
  border-color: #1E3A5F;
}
.btn-secondary:hover {
  background: #1E3A5F;
  color: #F2EDE4;
}
.btn-label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.btn-detail {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
  opacity: 0.85;
}
.trust-line {
  font-size: 14px;
  color: #5c5852;
  margin: 0;
  font-style: italic;
}

/* ===== Briefing section ===== */
.briefing {
  padding: 48px 24px;
  background: #ebe5d7;
  border-top: 1px solid #d8d2c5;
  border-bottom: 1px solid #d8d2c5;
}
.briefing h2,
.about h2,
.book h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 28px;
  text-align: center;
  letter-spacing: -0.005em;
  font-weight: 700;
}
.briefing-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.briefing-list li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.briefing-number {
  flex: 0 0 38px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #1E3A5F;
  color: #F2EDE4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
}
.briefing-list h3 {
  margin: 0 0 4px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}
.briefing-list p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #2c2c2c;
}

/* ===== About ===== */
.about {
  padding: 48px 24px 40px;
  max-width: 720px;
  margin: 0 auto;
}
.about p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.about-points {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-points li {
  font-size: 17px;
  padding-left: 22px;
  position: relative;
}
.about-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 2px;
  background: #A35E4A;
}

/* ===== Book / Calendly section ===== */
.book {
  padding: 48px 16px 56px;
  background: #ebe5d7;
  border-top: 1px solid #d8d2c5;
}
.book-intro {
  text-align: center;
  font-size: 18px;
  max-width: 540px;
  margin: 0 auto 28px;
  color: #2c2c2c;
}
.calendly-inline-widget {
  max-width: 920px;
  margin: 0 auto;
  background: #F2EDE4;
  border-radius: 4px;
  overflow: hidden;
}
.book-fallback {
  text-align: center;
  font-size: 17px;
  margin: 24px 0 0;
  color: #2c2c2c;
}
.book-fallback a {
  font-weight: 600;
  white-space: nowrap;
}

/* ===== Footer ===== */
.site-footer {
  background: #1A1A1A;
  color: #cfc9bc;
  padding: 40px 24px 32px;
}
.footer-inner {
  max-width: 820px;
  margin: 0 auto;
}
.disclaimer {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 16px;
  color: #cfc9bc;
}
.disclaimer strong { color: #F2EDE4; }
.footer-nav {
  margin: 24px 0 12px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.footer-nav a {
  color: #F2EDE4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-nav a:hover { color: #A35E4A; }
.footer-nav .sep { color: #6a6660; margin: 0 8px; }
.copyright {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #8a857d;
  margin: 16px 0 0;
}

/* ===== Static legal pages ===== */
.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 24px 48px;
}
.legal h1 {
  font-size: 32px;
  margin: 0 0 8px;
}
.legal .updated {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #5c5852;
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.legal h2 {
  font-size: 22px;
  margin: 32px 0 10px;
}
.legal p, .legal li {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.legal ul { padding-left: 22px; margin: 0 0 18px; }
.legal a.back {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}

/* ===== Responsive — desktop bumps ===== */
@media (min-width: 768px) {
  .hero { padding: 56px 32px 40px; }
  .hero-inner {
    grid-template-columns: 360px 1fr;
    gap: 48px;
  }
  .hero-photo { margin: 0; }
  .hero h1 { font-size: 56px; }
  .lede { font-size: 22px; }
  .cta-stack { flex-direction: row; }
  .cta-stack .btn { flex: 1; }
  .briefing h2, .about h2, .book h2 { font-size: 36px; }
}

@media (min-width: 1024px) {
  body { font-size: 19px; }
  .hero-inner { grid-template-columns: 420px 1fr; gap: 64px; }
  .hero h1 { font-size: 64px; }
}
