/**
 * SMOCH Homepage — Clean Redesign v1.2
 * Refined live-site style: Drop-Caps, Pull-Quotes, Quito hero,
 * Dr. McWilliams portrait, Member-CTA top-bar, 4-column footer.
 *
 * Class prefix: .sh-*  (Smoch Homepage)
 */

/* =========================================================
   1. Design Tokens
   ========================================================= */
:root {
  --c-cream: #f5efe1;
  --c-paper: #ece4d4;
  --c-ink: #2b1b0e;
  --c-ink-soft: #5a4533;
  --c-rule: #d8ccb4;
  --c-violet: #4a2a78;
  --c-violet-deep: #36205a;
  --c-violet-soft: #6b4ba0;
  --c-candle: #f0c875;
  --c-candle-deep: #c89a3d;
  --c-white: #ffffff;

  --ff-display: "Cinzel", "Trajan Pro", "Cormorant Garamond", Georgia, serif;
  --ff-body: "Cormorant Garamond", "EB Garamond", Georgia, "Times New Roman", serif;
  --ff-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --maxw-wide: 1200px;
  --maxw-text: 740px;
  --maxw-narrow: 640px;

  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;

  --radius-sm: 3px;
  --radius-md: 6px;

  --shadow-soft: 0 8px 28px rgba(43, 27, 14, .12);
}

/* =========================================================
   2. Resets & Base
   ========================================================= */
.sh-page * { box-sizing: border-box; }

.sh-page {
  margin: 0;
  padding: 0;
  background: var(--c-cream);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sh-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sh-page a {
  color: var(--c-violet);
  text-decoration: none;
  transition: color .2s ease;
}
.sh-page a:hover { color: var(--c-violet-deep); }

/* =========================================================
   3. Top Bar
   ========================================================= */
.sh-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 239, 225, .94);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--c-rule);
}

.sh-topbar-inner {
  max-width: var(--maxw-wide);
  margin: 0 auto;
  padding: .9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.sh-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--c-ink);
  font-family: var(--ff-display);
}

.sh-brand img {
  height: 44px;
  width: auto;
}

.sh-brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.sh-brand-wordmark strong {
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-violet);
}

.sh-brand-wordmark span {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
  font-family: var(--ff-ui);
}

.sh-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: var(--ff-ui);
  font-size: .88rem;
  letter-spacing: .03em;
}

.sh-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .55rem 1.1rem;
  background: var(--c-violet);
  color: var(--c-cream) !important;
  border-radius: var(--radius-md);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  transition: background .2s ease, transform .2s ease;
}

.sh-nav-cta:hover {
  background: var(--c-violet-deep);
  color: var(--c-candle) !important;
  transform: translateY(-1px);
}

.sh-nav-cta::before {
  content: "◆";
  font-size: .7em;
  color: var(--c-candle);
}

/* =========================================================
   4. Hero
   ========================================================= */
.sh-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sh-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 72% 45%;
  filter: saturate(108%) contrast(102%);
}

.sh-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(20, 12, 6, .78) 0%,
      rgba(20, 12, 6, .58) 38%,
      rgba(20, 12, 6, .28) 70%,
      rgba(20, 12, 6, .15) 100%),
    linear-gradient(180deg,
      rgba(20, 12, 6, .35) 0%,
      rgba(20, 12, 6, .15) 40%,
      rgba(54, 32, 90, .55) 100%);
}

.sh-hero-inner {
  position: relative;
  max-width: var(--maxw-wide);
  margin: 0 auto;
  padding: 6rem 1.5rem 5rem;
  color: var(--c-cream);
  width: 100%;
}

.sh-eyebrow {
  display: inline-block;
  font-family: var(--ff-ui);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-candle);
  margin-bottom: 1.25rem;
  padding-left: 2.25rem;
  position: relative;
}

.sh-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.75rem;
  height: 1px;
  background: var(--c-candle);
}

.sh-hero-title {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: .01em;
  margin: 0 0 1.5rem;
  max-width: 880px;
  color: #fffaee;
  text-shadow: 0 2px 28px rgba(0, 0, 0, .65), 0 1px 4px rgba(0, 0, 0, .7);
}

.sh-hero-title span {
  display: block;
  color: var(--c-candle);
  font-size: .68em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .04em;
  margin-top: .5rem;
}

.sh-hero-lede {
  font-family: var(--ff-body);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.6;
  max-width: 620px;
  margin: 0 0 1.4rem;
  color: #fbf6ea;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55), 0 1px 3px rgba(0, 0, 0, .55);
}

.sh-hero-credit {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  font-family: var(--ff-ui);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(245, 239, 225, .5);
}

/* ---------- Clean hero variant (image-led, balanced classical typography) ---------- */
.sh-hero--clean { min-height: 92vh; }

.sh-hero--clean .sh-hero-bg {
  background-position: center 38%;
  filter: saturate(102%) contrast(100%);
}

.sh-hero-scrim--soft {
  background:
    linear-gradient(180deg,
      rgba(18, 11, 4, .42) 0%,
      rgba(18, 11, 4, .18) 30%,
      rgba(18, 11, 4, .15) 55%,
      rgba(28, 18, 8, .60) 100%);
}

.sh-hero-inner--clean {
  text-align: center;
  max-width: 880px;
  padding: 7.5rem 1.75rem 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sh-hero-inner--clean .sh-eyebrow--light {
  color: var(--c-candle);
  margin: 0 auto 1.75rem;
  padding: 0 2.5rem;
  letter-spacing: .32em;
  font-size: .72rem;
  display: inline-block;
}

.sh-hero-inner--clean .sh-eyebrow--light::before {
  left: 0;
  width: 1.5rem;
  background: rgba(240, 200, 117, .85);
}

.sh-hero-inner--clean .sh-eyebrow--light::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.5rem;
  height: 1px;
  background: rgba(240, 200, 117, .85);
}

.sh-hero-title--clean {
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  letter-spacing: .045em;
  font-weight: 500;
  line-height: 1.08;
  margin: 0 auto 1.6rem;
  text-align: center;
  text-shadow: 0 2px 32px rgba(0, 0, 0, .55), 0 1px 6px rgba(0, 0, 0, .55);
}

.sh-hero-title--clean span {
  display: block;
  margin-top: 1.6rem;
  font-size: .48em;
  letter-spacing: .14em;
  font-style: italic;
  font-weight: 400;
  color: var(--c-candle);
  position: relative;
  padding-top: 1.5rem;
}

.sh-hero-title--clean span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 1px;
  background: rgba(240, 200, 117, .8);
}

.sh-hero-tagline {
  font-family: var(--ff-body);
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  letter-spacing: .04em;
  color: rgba(251, 246, 234, .92);
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

/* =========================================================
   5. Sections — Base & Variants
   ========================================================= */
.sh-section {
  position: relative;
  padding: var(--space-7) 1.5rem;
}

.sh-section--cream { background: var(--c-cream); }
.sh-section--paper { background: var(--c-paper); }
.sh-section--violet {
  background: var(--c-violet-deep);
  color: var(--c-cream);
}
.sh-section--violet a { color: var(--c-candle); }

.sh-section--center { text-align: center; }

.sh-section-inner {
  max-width: var(--maxw-wide);
  margin: 0 auto;
}

.sh-narrow {
  max-width: var(--maxw-text);
  margin: 0 auto;
}

.sh-section + .sh-section {
  border-top: 1px solid var(--c-rule);
}
.sh-section--violet + .sh-section,
.sh-section + .sh-section--violet {
  border-top: 0;
}

/* =========================================================
   6. Typography Components
   ========================================================= */
.sh-h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.18;
  font-weight: 600;
  color: var(--c-violet);
  margin: 0 0 1.25rem;
  letter-spacing: .005em;
}

.sh-h2--light { color: var(--c-candle); }

.sh-h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: var(--c-candle-deep);
  margin-top: .9rem;
  border-radius: 2px;
}

.sh-section--center .sh-h2::after {
  margin-left: auto;
  margin-right: auto;
}

.sh-lead {
  font-family: var(--ff-body);
  font-size: 1.32rem;
  line-height: 1.55;
  color: var(--c-ink-soft);
  font-style: italic;
  margin: 0 0 1.5rem;
}

.sh-lead--light { color: rgba(245, 239, 225, .82); }

.sh-prose { max-width: var(--maxw-text); }
.sh-prose--wide { max-width: 100%; }

.sh-prose-p {
  font-size: 1.12rem;
  line-height: 1.78;
  color: var(--c-ink);
  margin: 0 0 1.25rem;
}

.sh-prose-p--light { color: rgba(245, 239, 225, .92); }

.sh-prose-p strong { color: var(--c-violet); font-weight: 600; }
.sh-prose-p--light strong { color: var(--c-candle); }

/* =========================================================
   7. Drop Caps & Illuminated Initials
   ========================================================= */
.sh-dropcap::first-letter {
  font-family: var(--ff-display);
  float: left;
  font-size: 4.4em;
  line-height: .88;
  padding: .08em .12em 0 0;
  color: var(--c-violet);
  font-weight: 700;
}

.sh-dc {
  float: left;
  font-family: var(--ff-display);
  font-size: 4.4em;
  line-height: .85;
  padding: .05em .12em .02em .02em;
  margin-right: .08em;
  color: var(--c-violet);
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(74, 42, 120, .18);
}

/* =========================================================
   8. Pull-Quotes
   ========================================================= */
.sh-pullquote {
  margin: 2.5rem 0;
  padding: 1.25rem 0 1.25rem 1.75rem;
  border-left: 3px solid var(--c-violet);
  position: relative;
}

.sh-pullquote::before {
  content: "\201C";
  position: absolute;
  left: -.15em;
  top: -.6rem;
  font-family: var(--ff-display);
  font-size: 4.2rem;
  color: var(--c-candle);
  line-height: 1;
  opacity: .55;
}

.sh-pullquote blockquote {
  margin: 0;
  font-family: var(--ff-body);
  font-style: italic;
  font-size: 1.45rem;
  line-height: 1.5;
  color: var(--c-violet-deep);
}

.sh-pullquote cite {
  display: block;
  margin-top: .85rem;
  font-family: var(--ff-ui);
  font-style: normal;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
}

.sh-section--violet .sh-pullquote {
  border-left-color: var(--c-candle);
}
.sh-section--violet .sh-pullquote blockquote {
  color: var(--c-cream);
}
.sh-section--violet .sh-pullquote cite {
  color: rgba(240, 200, 117, .8);
}

/* =========================================================
   9. Grids & Image+Text Layouts
   ========================================================= */
.sh-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.sh-grid-portrait {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

.sh-grid-image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.sh-grid-image-text--reverse {
  direction: rtl;
}
.sh-grid-image-text--reverse > * { direction: ltr; }

.sh-col-text { min-width: 0; }

.sh-figure {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--c-paper);
}

.sh-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.sh-figure figcaption {
  padding: .85rem 1rem;
  font-family: var(--ff-ui);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--c-ink-soft);
  background: var(--c-cream);
  text-align: center;
  font-style: italic;
}

.sh-portrait {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.sh-portrait img {
  width: 100%;
  height: auto;
  display: block;
}
.sh-portrait figcaption {
  padding: .85rem 1rem 1rem;
  font-family: var(--ff-ui);
  font-size: .8rem;
  text-align: center;
  background: var(--c-paper);
  color: var(--c-ink-soft);
}
.sh-portrait figcaption strong {
  display: block;
  font-family: var(--ff-display);
  font-weight: 600;
  color: var(--c-violet);
  font-size: 1rem;
  letter-spacing: .04em;
  margin-bottom: .15rem;
}

/* =========================================================
   10. Museum Strip (Hospitaller Museum block)
   ========================================================= */
.sh-museum-strip {
  position: relative;
  padding: 5rem 1.5rem;
  overflow: hidden;
  color: var(--c-cream);
}

.sh-museum-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(2px) brightness(.55);
  transform: scale(1.05);
}

.sh-museum-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(54, 32, 90, .75), rgba(43, 27, 14, .8));
}

.sh-museum-text {
  position: relative;
  max-width: var(--maxw-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: center;
}

.sh-museum-text .sh-h2 { color: var(--c-candle); }
.sh-museum-text .sh-h2::after { background: var(--c-candle); }
.sh-museum-text p {
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(245, 239, 225, .92);
}

.sh-museum-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.sh-museum-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .35);
}

/* =========================================================
   11. Buttons & CTA Rows
   ========================================================= */
.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.6rem;
  font-family: var(--ff-ui);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none !important;
}

.sh-btn--primary {
  background: var(--c-violet);
  color: var(--c-cream) !important;
}
.sh-btn--primary:hover {
  background: var(--c-violet-deep);
  color: var(--c-candle) !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.sh-btn--ghost {
  background: transparent;
  color: var(--c-violet) !important;
  border-color: var(--c-violet);
}
.sh-btn--ghost:hover {
  background: var(--c-violet);
  color: var(--c-cream) !important;
}

.sh-section--violet .sh-btn--ghost {
  color: var(--c-candle) !important;
  border-color: var(--c-candle);
}
.sh-section--violet .sh-btn--ghost:hover {
  background: var(--c-candle);
  color: var(--c-violet-deep) !important;
}

.sh-btn--candle {
  background: var(--c-candle);
  color: var(--c-violet-deep) !important;
}
.sh-btn--candle:hover {
  background: var(--c-candle-deep);
  color: var(--c-cream) !important;
  transform: translateY(-2px);
}

.sh-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.sh-cta-row--center {
  justify-content: center;
}

/* =========================================================
   12. Pill List & Aid Cards
   ========================================================= */
.sh-pill-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.sh-pill-list li {
  padding: .5rem 1.1rem;
  background: var(--c-cream);
  border: 1px solid var(--c-rule);
  border-radius: 999px;
  font-family: var(--ff-ui);
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--c-ink);
}

.sh-section--violet .sh-pill-list li {
  background: rgba(245, 239, 225, .08);
  border-color: rgba(240, 200, 117, .35);
  color: var(--c-cream);
}

.sh-aid-card {
  background: var(--c-cream);
  border: 1px solid var(--c-rule);
  border-left: 4px solid var(--c-violet);
  border-radius: var(--radius-sm);
  padding: 1.5rem 1.75rem;
  margin-top: 1.5rem;
}

.sh-aid-card h3 {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  margin: 0 0 .5rem;
  color: var(--c-violet);
}

/* =========================================================
   13. Footer
   ========================================================= */
.sh-footer {
  background: var(--c-violet-deep);
  color: var(--c-cream);
  padding: 4rem 1.5rem 0;
}

.sh-footer-inner {
  max-width: var(--maxw-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(240, 200, 117, .2);
}

.sh-footer-col h4 {
  font-family: var(--ff-display);
  font-size: .95rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-candle);
  margin: 0 0 1.25rem;
  font-weight: 600;
}

.sh-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sh-footer-col li {
  margin-bottom: .65rem;
  font-size: .95rem;
  line-height: 1.55;
}

.sh-footer-col a {
  color: rgba(245, 239, 225, .82);
  transition: color .2s ease;
}
.sh-footer-col a:hover { color: var(--c-candle); }

.sh-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sh-footer-brand img {
  width: 64px;
  height: auto;
  margin-bottom: .5rem;
}

.sh-footer-brand p {
  font-size: .98rem;
  line-height: 1.65;
  color: rgba(245, 239, 225, .82);
  margin: 0;
}

.sh-footer-small {
  font-family: var(--ff-ui);
  font-size: .78rem;
  letter-spacing: .04em;
  color: rgba(245, 239, 225, .55);
  margin-top: .5rem;
}

.sh-footer-legal {
  background: rgba(0, 0, 0, .25);
  margin-top: 0;
  padding: 1.25rem 0;
}

.sh-footer-legal-row {
  max-width: var(--maxw-wide);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-family: var(--ff-ui);
  font-size: .78rem;
  letter-spacing: .04em;
  color: rgba(245, 239, 225, .58);
}

.sh-footer-legal-row a {
  color: rgba(245, 239, 225, .72);
}
.sh-footer-legal-row a:hover { color: var(--c-candle); }

.sh-footer-copyright { color: rgba(245, 239, 225, .72); }

/* =========================================================
   14. Responsive
   ========================================================= */
@media (max-width: 960px) {
  .sh-section { padding: 4rem 1.25rem; }

  .sh-grid-2,
  .sh-grid-image-text,
  .sh-grid-portrait,
  .sh-museum-text {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sh-grid-image-text--reverse { direction: ltr; }

  .sh-grid-portrait { max-width: 480px; margin: 0 auto; }

  .sh-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .sh-hero-inner { padding: 4.5rem 1.25rem 4rem; }

  .sh-museum-gallery img { height: 150px; }
}

@media (max-width: 600px) {
  .sh-page { font-size: 17px; }

  .sh-topbar-inner { padding: .7rem 1rem; gap: .75rem; }
  .sh-brand img { height: 36px; }
  .sh-brand-wordmark strong { font-size: .82rem; }
  .sh-brand-wordmark span { font-size: .62rem; }
  .sh-nav { gap: .75rem; }
  .sh-nav > a:not(.sh-nav-cta) { display: none; }

  .sh-hero { min-height: 68vh; }
  .sh-hero--clean { min-height: 78vh; }
  .sh-hero-inner--clean { padding: 4.5rem 1.25rem 4rem; }
  .sh-hero-title { font-size: 2rem; }
  .sh-hero-title--clean { font-size: 2.2rem; letter-spacing: .03em; }
  .sh-hero-lede { font-size: 1.1rem; }

  .sh-h2 { font-size: 1.65rem; }
  .sh-lead { font-size: 1.15rem; }
  .sh-prose-p { font-size: 1.05rem; line-height: 1.7; }

  .sh-dc, .sh-dropcap::first-letter { font-size: 3.6em; }

  .sh-pullquote blockquote { font-size: 1.2rem; }

  .sh-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .sh-footer-brand { align-items: center; }

  .sh-footer-legal-row {
    flex-direction: column;
    text-align: center;
  }

  .sh-museum-gallery { grid-template-columns: 1fr; }
  .sh-museum-gallery img { height: 200px; }
}

/* =========================================================
   15. Print
   ========================================================= */
@media print {
  .sh-topbar, .sh-hero-credit, .sh-cta-row, .sh-nav-cta { display: none; }
  .sh-page { background: #fff; color: #000; }
  .sh-section--violet { background: #fff; color: #000; }
}
