/* ===================================
   monaboulsi.com — Start Here Page styles
   Page-specific. Built on top of style.css + monaboulsi-overrides.css.
   =================================== */

/* Hero scaffold uses shared .mn-page-hero (see monaboulsi-overrides.css) */
/* Page-specific extra: muted italic line below the subhead */
.sh-hero-italic {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: var(--mn-text-lg);
  color: var(--mn-muted);
  margin-top: var(--mn-space-4);
  display: block;
}

/* ---------- The Guide / prose ---------- */
.sh-prose {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 48px 100px;
}
.sh-prose p {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 20px;
  color: var(--mn-text);
  line-height: 1.9;
  margin: 0 0 32px 0;
}
.sh-prose p:last-child {
  margin-bottom: 0;
}
.sh-divider {
  display: block;
  text-align: center;
  font-family: var(--font-prose);
  font-size: 16px;
  color: var(--mn-faint);
  margin: 48px 0;
  letter-spacing: 0.5em;
}
.sh-blockquote {
  border-left: 3px solid var(--mn-gold);
  padding: 4px 0 4px 32px;
  margin: 48px 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  color: var(--mn-text);
  line-height: 1.4;
}

/* ---------- The Certainty Quote band ---------- */
.sh-quote {
  background: var(--mn-bg-2);
  border-top: 1px solid var(--mn-border);
  border-bottom: 1px solid var(--mn-border);
  padding: 100px 48px;
}
.sh-quote-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sh-quote-context {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 18px;
  color: var(--mn-muted);
  line-height: 1.75;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 24px;
}
.sh-quote-context:last-of-type {
  margin-bottom: 0;
}
.sh-quote-text {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 52px;
  color: var(--mn-text);
  line-height: 1.25;
  text-align: center;
  max-width: 900px;
  margin: 48px auto;
}
.sh-quote-attribution {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--mn-faint);
  text-align: center;
  margin-top: 40px;
  display: block;
}
.sh-quote-continuation {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 18px;
  color: var(--mn-muted);
  line-height: 1.75;
  text-align: center;
  max-width: 560px;
  margin: 48px auto 0;
}
.sh-quote-question {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  color: var(--mn-text);
  text-align: center;
  margin: 32px auto 0;
  max-width: 720px;
  line-height: 1.35;
}
.sh-quote-closing {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 18px;
  color: var(--mn-muted);
  text-align: center;
  margin: 32px auto 0;
}

/* ---------- Three Acts ---------- */
.sh-acts {
  background: var(--mn-bg);
  padding: 100px 48px;
}
.sh-acts-inner {
  max-width: 800px;
  margin: 0 auto;
}
.sh-acts-label {
  font-family: var(--font-prose);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--mn-gold);
  margin-bottom: 16px;
  display: block;
}
.sh-acts-intro {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 16px;
  color: var(--mn-muted);
  margin: 0 0 64px 0;
  line-height: 1.7;
}
.sh-act {
  background: var(--mn-bg-2);
  border: 1px solid var(--mn-border);
  padding: 48px;
  margin-bottom: 24px;
}
.sh-act:last-of-type {
  margin-bottom: 0;
}
.sh-act-label {
  font-family: var(--font-prose);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--mn-gold);
  margin-bottom: 24px;
  display: block;
}
.sh-act-heading {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  color: var(--mn-text);
  line-height: 1.2;
  margin: 0 0 24px 0;
  letter-spacing: -0.01em;
}
.sh-act-body {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 16px;
  color: var(--mn-muted);
  line-height: 1.75;
  margin: 0 0 32px 0;
}
.sh-act-link {
  font-family: var(--font-prose);
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--mn-gold);
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}
.sh-act-link:hover {
  color: var(--mn-text);
}
.sh-act-link-secondary {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 13px;
  color: var(--mn-faint);
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0;
  transition: color 0.2s ease;
}
.sh-act-link-secondary:hover {
  color: var(--mn-muted);
}

/* ---------- The Full World / Deeper ---------- */
.sh-deeper {
  background: var(--mn-bg);
  border-top: 1px solid var(--mn-border);
  padding: 100px 48px;
}
.sh-deeper-inner {
  max-width: 800px;
  margin: 0 auto;
}
.sh-deeper-heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 40px;
  color: var(--mn-text);
  margin: 0 0 56px 0;
  line-height: 1.2;
}
.sh-deeper-item {
  padding: 32px 0;
  border-bottom: 1px solid var(--mn-border);
}
.sh-deeper-item:last-of-type {
  border-bottom: none;
}
.sh-deeper-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  color: var(--mn-text);
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.sh-deeper-body {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 15px;
  color: var(--mn-muted);
  line-height: 1.7;
  margin: 0 0 16px 0;
}
.sh-deeper-link {
  font-family: var(--font-prose);
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--mn-gold);
  text-decoration: none;
  transition: color 0.2s ease;
}
.sh-deeper-link:hover {
  color: var(--mn-text);
}

/* ---------- Closing ---------- */
.sh-closing {
  background: var(--mn-bg-2);
  border-top: 1px solid var(--mn-border);
  padding: 140px 48px;
}
.sh-closing-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.sh-closing-para {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 18px;
  color: var(--mn-muted);
  line-height: 1.75;
  text-align: center;
  margin: 0 0 24px 0;
}
.sh-closing-para:last-of-type {
  margin-bottom: 0;
}
.sh-closing-italic {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: var(--mn-text);
  text-align: center;
  margin: 48px 0 0 0;
  display: block;
  line-height: 1.4;
}
.sh-closing-statement {
  font-family: var(--font-prose);
  font-weight: 300;
  font-size: 18px;
  color: var(--mn-muted);
  text-align: center;
  margin: 32px 0 0 0;
  line-height: 1.7;
}
.sh-closing-final {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  color: var(--mn-text);
  text-align: center;
  margin: 56px 0 0 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.sh-closing-sub {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  color: var(--mn-muted);
  text-align: center;
  margin: 16px 0 0 0;
  display: block;
}
.sh-closing-cta {
  margin-top: 48px;
  text-align: center;
}
.sh-closing-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-prose);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--mn-gold);
  text-decoration: none;
  transition: color 0.2s ease;
}
.sh-closing-cta a:hover {
  color: var(--mn-text);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .sh-prose { padding: 48px 32px 80px; }
  .sh-quote { padding: 80px 32px; }
  .sh-quote-text { font-size: 42px; }
  .sh-acts { padding: 80px 32px; }
  .sh-acts-inner { max-width: 720px; }
  .sh-act { padding: 36px 32px; }
  .sh-deeper { padding: 80px 32px; }
  .sh-deeper-heading { font-size: 34px; }
  .sh-closing { padding: 112px 32px; }
}

@media (max-width: 768px) {
  .sh-hero-italic { font-size: var(--mn-text-md); }

  .sh-prose { padding: 40px 24px 56px; }
  .sh-prose p { font-size: 17px; line-height: 1.8; margin-bottom: 24px; }
  .sh-divider { margin: 36px 0; }
  .sh-blockquote {
    font-size: 22px;
    padding-left: 20px;
    margin: 32px 0;
  }

  .sh-quote { padding: 64px 24px; }
  .sh-quote-context { font-size: 16px; }
  .sh-quote-text { font-size: 30px; margin: 36px auto; }
  .sh-quote-question { font-size: 22px; }
  .sh-quote-closing,
  .sh-quote-continuation { font-size: 16px; }

  .sh-acts { padding: 64px 24px; }
  .sh-acts-intro { margin-bottom: 48px; }
  .sh-act { padding: 32px 24px; }
  .sh-act-heading { font-size: 24px; }

  .sh-deeper { padding: 64px 24px; }
  .sh-deeper-heading { font-size: 26px; margin-bottom: 40px; }
  .sh-deeper-title { font-size: 20px; }

  .sh-closing { padding: 80px 24px; }
  .sh-closing-italic { font-size: 20px; }
  .sh-closing-final { font-size: 26px; }
  .sh-closing-sub { font-size: 17px; }
}

@media (max-width: 480px) {
  .sh-quote-text { font-size: 24px; }
  .sh-act-heading { font-size: 22px; }
  .sh-closing-final { font-size: 22px; }
}
