:root {
  --st-ink: #171717;
  --st-cream: #F7F3EC;
  --st-burgundy: #7A3041;
  --st-gold: #B88A4A;
  --st-gray: #676767;
  --st-white: #FFFFFF;
  --st-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --st-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; background: var(--st-cream); color: var(--st-ink); }
img { display: block; max-width: 100%; height: auto; }
a { text-underline-offset: 0.22em; text-decoration-thickness: 1px; }
:focus-visible { outline: 3px solid var(--st-gold); outline-offset: 4px; }

.st-site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(23,23,23,.12); background: rgba(247,243,236,.96); }
.st-header-inner { min-height: 74px; padding: 0 24px; }
.st-wordmark a, .st-footer-title a { color: var(--st-ink); font-family: var(--st-serif); font-size: 1.25rem; font-weight: 650; letter-spacing: -.02em; text-decoration: none; }
.st-header-nav a { color: var(--st-ink); text-decoration: none; }
.st-header-nav a:hover { color: var(--st-burgundy); }

.st-main { margin: 0; }
.st-section { padding: clamp(3.5rem, 8vw, 7rem) 24px; }
.st-section-label, .st-kicker { color: var(--st-burgundy); font-family: var(--st-sans); font-size: .75rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.st-section-heading { max-width: 820px; margin-bottom: 2rem; font-size: clamp(2rem, 4vw, 3.75rem); letter-spacing: -.035em; }

.st-hero { min-height: min(760px, 85vh); padding: clamp(3rem, 7vw, 6.5rem) 24px; background: var(--st-ink); color: var(--st-white); }
.st-hero-grid > .wp-block-post-template { margin: 0; padding: 0; }
.st-hero-grid > .wp-block-post-template > li { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.st-hero-copy { position: relative; z-index: 2; }
.st-hero-empty { max-width: 900px !important; margin-inline: 0 !important; }
.st-hero-title { max-width: 720px; margin: .35rem 0 1.25rem; color: var(--st-white); font-size: clamp(2.7rem, 6vw, 5.8rem); letter-spacing: -.045em; }
.st-hero-deck { max-width: 620px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.65; }
.st-hero-cta { margin-top: 2rem; }
.st-hero-cta .wp-block-button__link { background: var(--st-gold); color: var(--st-ink); font-weight: 750; }
.st-hero-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 2px; box-shadow: 18px 18px 0 rgba(184,138,74,.22); }
.st-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; color: var(--st-gray); font-size: .8125rem; letter-spacing: .04em; }
.st-hero .st-meta { color: rgba(255,255,255,.65); }

.st-card-grid { gap: clamp(1.5rem, 3vw, 2.75rem); }
.st-card-grid > li, .st-card { min-width: 0; }
.st-card-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.st-card-title { margin: .5rem 0 .75rem; font-size: clamp(1.45rem, 2.2vw, 2.15rem); letter-spacing: -.025em; }
.st-card-title a { color: var(--st-ink); text-decoration: none; }
.st-card .wp-block-post-excerpt, .st-card .st-excerpt { color: var(--st-gray); line-height: 1.65; }
.st-read-link { color: var(--st-burgundy); font-weight: 700; text-decoration: none; }
.st-latest-section:not(:has(.wp-block-post)) { display: none; }

.st-category-section { border-top: 1px solid rgba(23,23,23,.14); border-bottom: 1px solid rgba(23,23,23,.14); }
.st-category-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; padding: 1px; background: rgba(23,23,23,.16); }
.st-category-card { min-height: 220px; padding: clamp(1.5rem, 3vw, 2.75rem); background: var(--st-cream); }
.st-category-number { color: var(--st-gold); font-family: var(--st-serif); font-size: 1.15rem; }
.st-category-card h3 { margin: 2.5rem 0 .5rem; font-size: clamp(1.45rem, 2.2vw, 2.1rem); }
.st-category-card a { color: var(--st-ink); text-decoration: none; }

.st-feature-band { background: var(--st-burgundy); color: var(--st-white); }
.st-feature-query { margin: 0; padding: 0; }
.st-feature-query:not(:has(.wp-block-post)) { display: none; height: 0; min-height: 0; margin: 0 !important; padding: 0 !important; }
.st-feature-list { margin: 0; padding: 0; }
.st-feature-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.st-feature-band h2, .st-feature-band a { color: var(--st-white); }
.st-feature-band .st-kicker { color: #E6CBA4; }
.st-feature-band-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.st-promise { background: var(--st-white); }
.st-promise-grid { display: grid !important; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.st-promise-mark { width: 72px; height: 3px; margin: .8rem 0 0; border: 0; background: var(--st-gold); }
.st-promise-copy { max-width: 780px; font-family: var(--st-serif); font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.35; }

.st-single, .st-page, .st-archive { padding: clamp(3rem, 7vw, 6rem) 24px; }
.st-article-header { max-width: 980px !important; padding-bottom: clamp(2rem, 5vw, 4rem); text-align: center; }
.st-article-title { margin: .5rem auto 1rem; font-size: clamp(2.55rem, 6vw, 5.5rem); letter-spacing: -.045em; }
.st-article-deck { max-width: 760px; margin-inline: auto; color: var(--st-gray); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.st-article-header .st-meta { justify-content: center; }
.st-single-image { max-width: 1200px !important; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.st-single-image img { width: 100%; max-height: 720px; object-fit: cover; }
.st-article-body { max-width: 740px !important; font-size: clamp(1.0625rem, 1.4vw, 1.1875rem); line-height: 1.75; }
.st-article-body p { margin: 0 0 1.65em; }
.st-article-body > * + h2 { margin-top: 2.75em; }
.st-article-body blockquote { margin: 2.25rem -4rem; padding: 1.25rem 2.25rem; border-left: 3px solid var(--st-gold); color: var(--st-burgundy); font-size: 1.3em; }
.st-story-separator { width: 72px !important; height: 2px; margin: clamp(3.5rem, 7vw, 6rem) auto; border: 0; background: var(--st-gold); }
.st-related { max-width: 1200px !important; }

.st-archive { max-width: 1200px !important; }
.st-archive-title { margin: 0 0 1rem; font-size: clamp(2.6rem, 6vw, 5rem); }
.st-archive-deck { max-width: 650px; margin-bottom: 3rem; font-size: 1.1rem; }

.st-site-footer { padding: clamp(3rem, 7vw, 5.5rem) 24px 1.5rem; border-top: 1px solid rgba(23,23,23,.16); background: #EFE7DC; }
.st-footer-grid { gap: 2rem 5rem; }
.st-footer-nav a { color: var(--st-ink); text-decoration: none; }
.st-copyright { margin-top: 4rem; }

@media (max-width: 900px) {
  .st-hero-grid > .wp-block-post-template > li,
  .st-feature-band-grid,
  .st-promise-grid { grid-template-columns: 1fr; }
  .st-hero { min-height: 0; }
  .st-hero-image { order: -1; }
  .st-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 600px) {
  body { font-size: 17px; }
  .st-header-inner { min-height: 64px; padding-inline: 18px; }
  .st-section, .st-single, .st-page, .st-archive { padding-left: 18px; padding-right: 18px; }
  .st-hero { padding: 18px 18px 3.5rem; }
  .st-hero-grid { gap: 2.25rem; }
  .st-hero-image img { max-height: 430px; aspect-ratio: 4 / 5; }
  .st-category-grid { grid-template-columns: 1fr; }
  .st-category-card { min-height: 165px; }
  .st-category-card h3 { margin-top: 1.6rem; }
  .st-card-grid { grid-template-columns: 1fr !important; }
  .st-article-header { text-align: left; }
  .st-article-header .st-meta { justify-content: flex-start; }
  .st-article-body { font-size: 17px; line-height: 1.75; }
  .st-article-body blockquote { margin-inline: 0; padding-inline: 1.25rem; }
  .st-footer-nav .wp-block-navigation__container { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
