:root {
  --rc-ink: #18201c;
  --rc-muted: #66716b;
  --rc-line: #d9ded8;
  --rc-paper: #fbfcfa;
  --rc-panel: #ffffff;
  --rc-olive: #4f6544;
  --rc-rust: #b15d3a;
  --rc-blue: #315f73;
  --rc-soft: #eef2ed;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  background: var(--rc-paper);
  color: var(--rc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--rc-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--rc-rust);
}

.site-navbar {
  background: rgba(251, 252, 250, 0.94);
  border-bottom: 1px solid var(--rc-line);
  backdrop-filter: blur(10px);
}

.navbar-brand,
.footer-logo {
  align-items: center;
  color: var(--rc-ink);
  display: inline-flex;
  font-weight: 800;
  gap: 0.55rem;
  letter-spacing: 0;
}

.navbar-brand:hover,
.footer-logo:hover {
  color: var(--rc-olive);
  text-decoration: none;
}

.site-navbar .nav-link {
  color: var(--rc-muted);
  font-weight: 700;
}

.site-navbar .nav-link:hover {
  color: var(--rc-ink);
}

.site-shell {
  padding: 2.25rem 0 3rem;
}

.site-grid {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 19rem;
}

.site-main {
  min-width: 0;
}

.site-sidebar {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 1.5rem;
}

.sidebar-panel {
  background: var(--rc-panel);
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  padding: 1.1rem;
}

.sidebar-panel h2 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.sidebar-panel p {
  color: var(--rc-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0.8rem;
}

.sidebar-eyebrow,
.kicker,
.panel-label,
.review-type {
  color: var(--rc-rust);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.sidebar-link,
.sidebar-review {
  color: var(--rc-ink);
  display: block;
  font-weight: 800;
  text-decoration: none;
}

.sidebar-link:hover,
.sidebar-review:hover {
  color: var(--rc-blue);
}

.sidebar-review {
  border-top: 1px solid var(--rc-line);
  padding: 0.75rem 0;
}

.sidebar-review:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.sidebar-review small {
  color: var(--rc-muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.2rem;
}

.sidebar-products {
  background: var(--rc-soft);
}

.home-hero {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.65fr) minmax(17rem, 0.85fr);
  margin-bottom: 2rem;
}

.home-hero-copy,
.home-hero-panel,
.about-page,
.article-page {
  background: var(--rc-panel);
  border: 1px solid var(--rc-line);
  border-radius: 8px;
}

.home-hero-copy {
  padding: clamp(1.4rem, 3vw, 3rem);
}

.home-hero h1,
.about-page h1,
.article-header h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1rem;
}

.lead,
.article-summary {
  color: var(--rc-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.button-primary,
.button-secondary {
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  padding: 0.78rem 1rem;
  text-decoration: none;
}

.button-primary {
  background: var(--rc-ink);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--rc-olive);
  color: #ffffff;
}

.button-secondary {
  border: 1px solid var(--rc-line);
  color: var(--rc-ink);
}

.button-secondary:hover {
  background: var(--rc-soft);
  color: var(--rc-ink);
}

.home-hero-panel {
  background: var(--rc-ink);
  color: #ffffff;
  padding: 1.4rem;
}

.home-hero-panel h2 {
  font-weight: 850;
}

.home-hero-panel p:not(.panel-label) {
  color: #dce4de;
  line-height: 1.7;
}

.section-band {
  margin-top: 2rem;
}

.section-heading {
  margin-bottom: 1rem;
}

.section-heading h2 {
  font-size: 1.55rem;
  font-weight: 850;
}

.review-list {
  display: grid;
  gap: 1rem;
}

.review-card {
  background: var(--rc-panel);
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  color: var(--rc-ink);
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  min-height: 9rem;
  overflow: hidden;
  text-decoration: none;
}

.review-card:hover {
  border-color: #b8c2b7;
  color: var(--rc-ink);
  transform: translateY(-1px);
}

.review-card img {
  height: 100%;
  object-fit: cover;
  padding: 1rem;
  width: 100%;
}

.review-card-no-image {
  grid-template-columns: 1fr;
}

.review-card-body {
  padding: 1.35rem;
}

.review-card h3 {
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.2;
}

.review-card p {
  color: var(--rc-muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.page-shell,
.article-page {
  overflow: hidden;
}

.article-hero {
  background: var(--rc-soft);
  border-bottom: 1px solid var(--rc-line);
  margin: 0;
  text-align: center;
}

.article-hero img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 34rem;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: auto;
}

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

.article-header {
  padding: clamp(1.35rem, 3vw, 2.5rem) clamp(1.2rem, 3vw, 2.25rem) 0;
}

.article-body {
  color: var(--rc-ink);
  font-size: 1.05rem;
  line-height: 1.82;
  padding: 0 clamp(1.2rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.5rem);
}

.article-body .trix-content {
  max-width: 46rem;
}

.article-body p {
  margin-bottom: 1.15rem;
}

.article-body strong {
  color: var(--rc-ink);
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 0.75rem;
}

.article-page-portrait {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18rem;
}

.article-hero-portrait {
  border-bottom: 0;
  border-left: 1px solid var(--rc-line);
}

.article-cta {
  padding: 0 clamp(1.2rem, 3vw, 2.25rem) 2rem;
}

.about-page {
  padding: clamp(1.4rem, 3vw, 3rem);
}

.about-page h2 {
  font-size: 1.35rem;
  font-weight: 850;
}

.about-block,
.about-callout {
  border-top: 1px solid var(--rc-line);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.about-page p {
  color: var(--rc-muted);
  line-height: 1.75;
  max-width: 48rem;
}

.about-callout {
  background: var(--rc-soft);
  border: 1px solid var(--rc-line);
  border-radius: 8px;
  padding: 1.25rem;
}

.site-footer {
  background: var(--rc-ink);
  color: #dce4de;
  padding: 2rem 0 1.2rem;
}

.footer-grid {
  align-items: start;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.footer-brand p {
  color: #bfcac3;
  margin: 0.75rem 0 0;
  max-width: 28rem;
}

.footer-logo,
.footer-links a {
  color: #ffffff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: #d7b49c;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #bfcac3;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.alert-alert {
  background-color: #f8d7da;
  border-color: #f1aeb5;
  color: #58151c;
}

.alert-notice {
  background-color: #fff3cd;
  border-color: #ffe69c;
  color: #664d03;
}

@media (max-width: 991.98px) {
  .site-grid,
  .home-hero,
  .article-page-portrait {
    grid-template-columns: 1fr;
  }

  .site-sidebar {
    position: static;
  }

  .article-hero-portrait {
    border-left: 0;
    border-top: 1px solid var(--rc-line);
  }
}

@media (max-width: 575.98px) {
  .site-shell {
    padding-top: 1rem;
  }

  .review-card {
    grid-template-columns: 1fr;
  }

  .review-card img {
    aspect-ratio: 16 / 9;
  }

  .review-card-body {
    padding: 1.15rem;
  }

  .footer-grid {
    display: grid;
  }
}
