:root {
  --pico-font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --pico-line-height: 1.7;
  --pico-background-color: #f6f3ec;
  --pico-color: #24343b;
  --pico-muted-color: #57656a;
  --pico-primary: #1f5563;
  --pico-primary-hover: #163e49;
  --pico-primary-focus: rgba(31, 85, 99, 0.2);
  --pico-primary-inverse: #fdf8ef;
  --pico-card-background-color: #fbf8f1;
  --pico-card-border-color: rgba(31, 85, 99, 0.12);
  --pico-form-element-border-color: rgba(31, 85, 99, 0.16);
  --shs-paper: #f6f3ec;
  --shs-paper-deep: #efe8da;
  --shs-ink: #24343b;
  --shs-teal: #1f5563;
  --shs-teal-deep: #173c45;
  --shs-terracotta: #d86b2c;
  --shs-sage: #7aa17a;
  --shs-gold: #d6b470;
  --shs-line: #d9d6cc;
  --shs-shadow: 0 26px 64px rgba(36, 52, 59, 0.1);
  --shs-shadow-soft: 0 16px 36px rgba(36, 52, 59, 0.08);
  --shs-radius-xl: 34px;
  --shs-radius-lg: 24px;
  --shs-radius-md: 18px;
  --shs-radius-sm: 12px;
  --shs-shell: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background:
    radial-gradient(circle at top left, rgba(214, 180, 112, 0.24), transparent 30%),
    radial-gradient(circle at top right, rgba(122, 161, 122, 0.16), transparent 22%),
    linear-gradient(180deg, #fcfaf4 0%, #f3efe5 100%);
}

body {
  margin: 0;
  min-width: 320px;
  background: transparent;
  color: var(--shs-ink);
}

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

a {
  color: var(--shs-teal);
  text-decoration: none;
}

a:hover {
  color: var(--shs-teal-deep);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--shs-ink);
  font-family: "Source Serif 4", Georgia, serif;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.15;
}

p,
li,
figcaption,
dd,
dt {
  font-size: 1rem;
}

.shs-shell {
  width: min(calc(100% - 32px), var(--shs-shell));
  margin: 0 auto;
}

.shs-main {
  padding-bottom: 72px;
}

.shs-skip-link {
  position: absolute;
  left: -9999px;
}

.shs-skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--shs-teal);
  color: #fff;
}

.shs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.9rem;
  color: var(--shs-teal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shs-kicker::before {
  content: "";
  width: 2.4rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.shs-kicker--light {
  color: #f8e7be;
}

.shs-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}

.shs-utility-bar {
  border-bottom: 1px solid rgba(31, 85, 99, 0.14);
  background: rgba(246, 243, 236, 0.92);
  backdrop-filter: blur(12px);
}

.shs-utility-bar__inner,
.shs-nav-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.shs-utility-bar__inner {
  min-height: 54px;
}

.shs-utility-bar__brand,
.shs-utility-bar__contact {
  font-size: 0.92rem;
  font-weight: 700;
}

.shs-utility-bar__tag {
  margin: 0 auto 0 1rem;
  color: rgba(36, 52, 59, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shs-nav-band {
  border-bottom: 1px solid rgba(31, 85, 99, 0.12);
  background: rgba(252, 249, 242, 0.88);
  backdrop-filter: blur(18px);
}

.shs-nav-band__inner {
  min-height: 88px;
}

.shs-wordmark {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.shs-wordmark__eyebrow {
  color: rgba(36, 52, 59, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shs-wordmark__title {
  color: var(--shs-teal);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}

.shs-primary-nav {
  margin-left: auto;
}

.shs-nav-list {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shs-nav-item > a,
.shs-nav-item summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  color: rgba(36, 52, 59, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
}

.shs-nav-item > a[aria-current="page"],
.shs-nav-item > a:hover,
.shs-nav-item summary:hover {
  background: rgba(31, 85, 99, 0.08);
  color: var(--shs-teal);
}

.shs-nav-item details {
  position: relative;
}

.shs-nav-item summary {
  list-style: none;
  cursor: pointer;
}

.shs-nav-item summary::-webkit-details-marker {
  display: none;
}

.shs-nav-dropdown {
  position: absolute;
  right: 0;
  width: 280px;
  margin-top: 0.55rem;
  padding: 1rem;
  border: 1px solid rgba(31, 85, 99, 0.12);
  border-radius: var(--shs-radius-md);
  background: rgba(252, 249, 242, 0.98);
  box-shadow: var(--shs-shadow-soft);
}

.shs-nav-dropdown__overview {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--shs-terracotta);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shs-nav-dropdown ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shs-mobile-nav {
  display: none;
  margin-left: auto;
}

.shs-mobile-nav summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(31, 85, 99, 0.12);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.shs-mobile-nav__panel {
  position: absolute;
  right: 16px;
  width: min(92vw, 360px);
  margin-top: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(31, 85, 99, 0.12);
  border-radius: var(--shs-radius-md);
  background: rgba(252, 249, 242, 0.98);
  box-shadow: var(--shs-shadow-soft);
}

.shs-mobile-nav__panel ul {
  margin: 0;
  padding-left: 1rem;
}

.shs-breadcrumbs {
  padding: 1rem 0 0;
}

.shs-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(36, 52, 59, 0.68);
  font-size: 0.86rem;
}

.shs-breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.55rem;
  color: rgba(36, 52, 59, 0.45);
}

.shs-home-hero,
.shs-page-banner,
.shs-paper,
.shs-sidebar-card,
.shs-footer-card,
.shs-logo-card,
.shs-category-card,
.shs-content-toc,
.shs-home-panel,
.shs-home-quote {
  border: 1px solid rgba(31, 85, 99, 0.1);
  border-radius: var(--shs-radius-lg);
  background: rgba(251, 248, 241, 0.9);
  box-shadow: var(--shs-shadow-soft);
}

.shs-home {
  display: grid;
  gap: 3rem;
  padding-top: 2rem;
}

.shs-home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.shs-home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 2rem;
  align-items: center;
}

.shs-home-hero__ghost {
  position: absolute;
  right: -40px;
  top: -20px;
  width: min(36vw, 360px);
  opacity: 0.12;
  filter: saturate(0.9);
  pointer-events: none;
}

.shs-home-hero__copy p {
  max-width: 60ch;
}

.shs-home-hero__lead {
  color: rgba(36, 52, 59, 0.84);
  font-size: 1.08rem;
}

.shs-home-hero__figure {
  position: relative;
  padding: 1rem;
  border-radius: var(--shs-radius-xl);
  background:
    linear-gradient(180deg, rgba(214, 180, 112, 0.15), rgba(31, 85, 99, 0.06)),
    #fffdfa;
  box-shadow: var(--shs-shadow);
}

.shs-home-hero__figure img {
  width: 100%;
  border-radius: calc(var(--shs-radius-lg) - 6px);
}

.shs-home-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 1.5rem;
  align-items: start;
}

.shs-home-editorial__body,
.shs-home-panel,
.shs-page-banner,
.shs-paper {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.shs-home-quote {
  padding: 1.4rem;
  background: linear-gradient(180deg, rgba(214, 180, 112, 0.18), rgba(214, 180, 112, 0.04));
}

.shs-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.shs-home-panel--topics {
  background: linear-gradient(180deg, rgba(216, 107, 44, 0.12), rgba(216, 107, 44, 0.04));
}

.shs-home-panel--readings {
  background: linear-gradient(180deg, rgba(122, 161, 122, 0.18), rgba(122, 161, 122, 0.05));
}

.shs-panel-stack {
  display: grid;
  gap: 1rem;
}

.shs-link-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shs-link-list a {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(31, 85, 99, 0.08);
  border-radius: var(--shs-radius-sm);
  background: rgba(255, 255, 255, 0.76);
  color: var(--shs-ink);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shs-link-list a::after {
  content: "↗";
  color: var(--shs-terracotta);
}

.shs-link-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 85, 99, 0.18);
  box-shadow: 0 14px 28px rgba(36, 52, 59, 0.08);
}

.shs-link-subgrid {
  display: grid;
  gap: 0.85rem;
}

.shs-link-subgrid h3 {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.shs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  gap: 1.5rem;
  align-items: start;
  padding-top: 1.25rem;
}

.shs-layout__main {
  min-width: 0;
}

.shs-page-banner {
  margin-bottom: 1.25rem;
}

.shs-page-banner p:last-child {
  margin-bottom: 0;
}

.shs-paper--tight {
  max-width: 860px;
}

.shs-paper--thin {
  max-width: 760px;
  margin: 0 auto;
}

.shs-sidebar {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 122px;
}

.shs-sidebar-card {
  padding: 1.1rem 1.15rem;
}

.shs-sidebar-card--muted {
  background: rgba(239, 232, 218, 0.82);
}

.shs-sidebar-list,
.shs-footer-links {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shs-sidebar-list a,
.shs-footer-links a {
  color: rgba(36, 52, 59, 0.88);
}

.shs-sidebar-list a:hover,
.shs-footer-links a:hover {
  color: var(--shs-teal);
}

.shs-body-copy {
  display: grid;
  gap: 0.75rem;
}

.shs-block {
  margin-bottom: 1rem;
}

.shs-block--heading {
  margin-top: 1.8rem;
  margin-bottom: 0.85rem;
}

.shs-block--paragraph,
.shs-block--fallback {
  color: rgba(36, 52, 59, 0.92);
}

.shs-block--paragraph p:last-child {
  margin-bottom: 0;
}

.shs-block--image img,
.shs-block--gallery img {
  width: 100%;
  border-radius: var(--shs-radius-md);
}

.shs-block--image figcaption,
.shs-block--gallery figcaption {
  margin-top: 0.55rem;
  color: rgba(36, 52, 59, 0.68);
  font-size: 0.88rem;
}

.shs-block--list {
  padding-left: 1.2rem;
}

.shs-block--table {
  overflow-x: auto;
}

.shs-block--table table {
  min-width: 100%;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.shs-block--quote {
  margin: 1.4rem 0;
  padding: 1.25rem 1.35rem;
  border-left: 4px solid var(--shs-gold);
  background: rgba(214, 180, 112, 0.12);
}

.shs-block--code {
  padding: 1rem;
  border-radius: var(--shs-radius-sm);
  background: #21343b;
  color: #f8f3e9;
  overflow-x: auto;
}

.shs-block--separator {
  margin: 1.5rem 0;
  border-color: rgba(31, 85, 99, 0.12);
}

.shs-block--gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.shs-block--card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(31, 85, 99, 0.1);
  border-radius: var(--shs-radius-md);
  background: rgba(255, 255, 255, 0.78);
}

.shs-block__media img {
  width: 100%;
  border-radius: var(--shs-radius-sm);
}

.shs-content-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  padding-top: 1.2rem;
}

.shs-content-layout--left,
.shs-content-layout--right {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.shs-content-layout--right {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.shs-content-layout__toc {
  position: sticky;
  top: 126px;
}

.shs-content-toc {
  padding: 1rem 1.1rem;
}

.shs-content-toc strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shs-content-toc ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shs-content-toc__mobile {
  display: none;
}

.shs-content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  color: rgba(36, 52, 59, 0.68);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shs-story-lead {
  color: rgba(36, 52, 59, 0.82);
  font-size: 1.12rem;
}

.shs-content-main-image {
  float: right;
  width: min(34%, 280px);
  margin: 0 0 1rem 1rem;
}

.shs-content-main-image img {
  border-radius: var(--shs-radius-md);
}

.shs-category-intro {
  margin-bottom: 1.2rem;
}

.shs-category-grid {
  display: grid;
  gap: 1.15rem;
}

.shs-category-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shs-category-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shs-category-card {
  overflow: hidden;
}

.shs-category-card--default,
.shs-category-card--minimal {
  padding: 0;
}

.shs-category-card--horizontal {
  display: grid;
  grid-template-columns: minmax(110px, 34%) minmax(0, 1fr);
}

.shs-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shs-category-card__body {
  display: grid;
  gap: 0.8rem;
  padding: 1.1rem;
}

.shs-category-card--minimal .shs-category-card__body {
  border-left: 4px solid var(--shs-gold);
}

.shs-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--shs-terracotta);
  font-weight: 800;
}

.shs-read-more::after {
  content: "→";
}

.shs-site-footer {
  background:
    linear-gradient(180deg, rgba(31, 85, 99, 0.96), rgba(23, 60, 69, 0.98)),
    var(--shs-teal-deep);
  color: #f7f2e7;
}

.shs-site-footer h2,
.shs-site-footer a {
  color: #f7f2e7;
}

.shs-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 3rem 0 1.5rem;
}

.shs-footer-card {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.shs-logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 0 3rem;
}

.shs-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
}

.shs-logo-card img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
}

html.is-scrolled .shs-utility-bar,
html.is-scrolled .shs-nav-band {
  box-shadow: 0 10px 24px rgba(36, 52, 59, 0.08);
}

@media (max-width: 1100px) {
  .shs-home-hero__layout,
  .shs-home-editorial,
  .shs-layout,
  .shs-content-layout--left,
  .shs-content-layout--right,
  .shs-footer-grid {
    grid-template-columns: 1fr;
  }

  .shs-sidebar,
  .shs-content-layout__toc {
    position: static;
  }

  .shs-category-grid--3,
  .shs-category-grid--2,
  .shs-logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .shs-primary-nav {
    display: none;
  }

  .shs-mobile-nav {
    display: block;
  }

  .shs-utility-bar__tag {
    display: none;
  }
}

@media (max-width: 768px) {
  .shs-main {
    padding-bottom: 48px;
  }

  .shs-home {
    gap: 2rem;
  }

  .shs-home-grid,
  .shs-logo-strip {
    grid-template-columns: 1fr;
  }

  .shs-content-main-image {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }

  .shs-content-toc__mobile {
    display: block;
    margin-bottom: 1rem;
  }

  .shs-content-layout__toc {
    display: none;
  }
}

@media (max-width: 640px) {
  .shs-shell {
    width: min(calc(100% - 20px), var(--shs-shell));
  }

  .shs-nav-band__inner,
  .shs-utility-bar__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .shs-wordmark {
    width: 100%;
  }

  .shs-utility-bar__contact {
    width: 100%;
    text-align: left;
  }
}
