:root {
  --lrh-paper: #f3ecde;
  --lrh-paper-strong: #ece2cf;
  --lrh-evergreen: #16352d;
  --lrh-forest: #23483f;
  --lrh-sage: #d4e3d8;
  --lrh-sage-strong: #bfd4c6;
  --lrh-clay: #bf6a31;
  --lrh-clay-soft: #d98952;
  --lrh-ink: #203129;
  --lrh-slate: #5e5c56;
  --lrh-white: #ffffff;
  --lrh-border: rgba(22, 53, 45, 0.12);
  --lrh-shadow: 0 18px 50px rgba(25, 46, 38, 0.12);
  --lrh-radius-sm: 18px;
  --lrh-radius-md: 26px;
  --lrh-radius-lg: 34px;
  --lrh-content: 980px;
  --lrh-wide: 1540px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(212, 227, 216, 0.9), rgba(212, 227, 216, 0) 38%),
    linear-gradient(180deg, #f6f0e4 0%, #f2ebdd 100%);
  color: var(--lrh-ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

a {
  color: var(--lrh-forest);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

a:hover,
a:focus {
  color: var(--lrh-clay);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--lrh-radius-sm);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.4em;
  color: var(--lrh-evergreen);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.06;
}

p,
ul,
ol,
blockquote {
  margin-top: 0;
}

.lrh-container {
  width: min(calc(100% - 2rem), var(--lrh-wide));
  margin: 0 auto;
}

.lrh-page-shell {
  min-height: 100vh;
  position: relative;
}

.lrh-page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 80%);
  pointer-events: none;
  z-index: -1;
}

.lrh-site-main {
  padding-bottom: 5rem;
}

.lrh-site-header {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(243, 236, 222, 0.88);
  border-bottom: 1px solid rgba(22, 53, 45, 0.08);
}

.lrh-header-inner {
  display: grid;
  grid-template-columns: auto minmax(520px, 1.45fr) auto;
  align-items: center;
  gap: 2rem;
}

.lrh-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.lrh-brand-mark {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--lrh-evergreen), var(--lrh-forest));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 18px rgba(22, 53, 45, 0.22);
}

.lrh-brand-mark-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  display: block;
  background: linear-gradient(135deg, var(--lrh-paper), var(--lrh-sage));
  position: relative;
}

.lrh-brand-mark-dot::after {
  content: "";
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  right: -0.2rem;
  bottom: -0.15rem;
  border-radius: 999px;
  background: var(--lrh-clay);
  box-shadow: 0 0 0 4px rgba(243, 236, 222, 0.24);
}

.lrh-brand-kicker,
.lrh-eyebrow,
.lrh-section-kicker,
.lrh-status-label,
.lrh-footer-label,
.lrh-card-meta {
  margin: 0;
  color: var(--lrh-clay);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lrh-site-title,
.custom-logo-link {
  color: var(--lrh-evergreen);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.custom-logo {
  max-height: 2.5rem;
  width: auto;
}

.lrh-brand-copy {
  min-width: 0;
}

.lrh-primary-nav {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
}

.lrh-nav-toggle {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(22, 53, 45, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--lrh-evergreen);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(22, 53, 45, 0.08);
}

.lrh-nav-toggle:hover,
.lrh-nav-toggle:focus {
  color: var(--lrh-evergreen);
}

.lrh-nav-toggle-box {
  display: grid;
  gap: 0.22rem;
}

.lrh-nav-toggle-box span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.lrh-nav-list,
.lrh-footer-nav,
.lrh-nav-list ul,
.lrh-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lrh-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.35rem;
  flex-wrap: nowrap;
}

.lrh-nav-list > li,
.lrh-nav-list > .page_item {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.lrh-nav-list a,
.lrh-footer-nav a,
.lrh-quiet-link {
  color: var(--lrh-slate);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
}

.lrh-nav-list > li > a,
.lrh-nav-list > .page_item > a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
}

.lrh-nav-list .sub-menu,
.lrh-nav-list .children {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  min-width: 14rem;
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(22, 53, 45, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(25, 46, 38, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 25;
}

.lrh-nav-list .sub-menu a,
.lrh-nav-list .children a {
  display: block;
  padding: 0.7rem 0.8rem;
  border-radius: 16px;
}

.lrh-nav-list .sub-menu a:hover,
.lrh-nav-list .sub-menu a:focus,
.lrh-nav-list .children a:hover,
.lrh-nav-list .children a:focus {
  background: rgba(212, 227, 216, 0.42);
}

.lrh-nav-list > li:hover > .sub-menu,
.lrh-nav-list > li:focus-within > .sub-menu,
.lrh-nav-list > .page_item:hover > .children,
.lrh-nav-list > .page_item:focus-within > .children {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 781px) {
  .lrh-nav-toggle {
    display: none !important;
  }

  .lrh-primary-nav {
    display: block !important;
  }
}

.lrh-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  justify-self: end;
}

.lrh-utility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.6rem 0.95rem;
  border: 1px solid rgba(22, 53, 45, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--lrh-evergreen);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
}

.lrh-utility-button:hover,
.lrh-utility-button:focus {
  color: var(--lrh-evergreen);
  background: rgba(212, 227, 216, 0.54);
}

.lrh-button,
.wp-element-button,
button:not(.lrh-nav-toggle),
input[type="submit"],
input[type="button"],
.learndash-wrapper .ld-button,
.learndash-wrapper .btn-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--lrh-evergreen), var(--lrh-forest));
  color: var(--lrh-white);
  box-shadow: 0 12px 26px rgba(22, 53, 45, 0.18);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lrh-button:hover,
.lrh-button:focus,
.wp-element-button:hover,
.wp-element-button:focus,
button:not(.lrh-nav-toggle):hover,
button:not(.lrh-nav-toggle):focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.learndash-wrapper .ld-button:hover,
.learndash-wrapper .ld-button:focus,
.learndash-wrapper .btn-join:hover,
.learndash-wrapper .btn-join:focus {
  transform: translateY(-1px);
  color: var(--lrh-white);
  box-shadow: 0 16px 28px rgba(22, 53, 45, 0.24);
}

.lrh-button-secondary,
.is-style-outline > .wp-block-button__link,
.learndash-wrapper .ld-button.ld-button-transparent {
  background: rgba(255, 255, 255, 0.72);
  color: var(--lrh-evergreen);
  box-shadow: inset 0 0 0 1px rgba(22, 53, 45, 0.14);
}

.lrh-hero {
  padding: clamp(3rem, 7vw, 5.8rem) 0 3rem;
}

.lrh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 1.4rem;
  align-items: stretch;
}

.lrh-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: 1.4rem;
  align-items: stretch;
}

.lrh-hero-copy,
.lrh-status-panel,
.lrh-surface,
.lrh-card,
.lrh-entry,
.lrh-empty-state {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--lrh-border);
  border-radius: var(--lrh-radius-lg);
  box-shadow: var(--lrh-shadow);
}

.lrh-hero-copy {
  padding: clamp(1.75rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}

.lrh-hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 227, 216, 0.9), rgba(212, 227, 216, 0));
}

.lrh-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 6vw, 5.7rem);
}

.lrh-lead {
  max-width: 52ch;
  color: var(--lrh-slate);
  font-size: 1.08rem;
}

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

.lrh-status-panel {
  padding: 1.6rem;
  background:
    linear-gradient(180deg, rgba(22, 53, 45, 0.98), rgba(35, 72, 63, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  color: rgba(255, 255, 255, 0.9);
}

.lrh-status-panel h2,
.lrh-status-panel h3,
.lrh-status-panel p,
.lrh-status-panel li {
  color: inherit;
}

.lrh-status-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.lrh-status-list li {
  padding: 0.9rem 1rem;
  border-radius: var(--lrh-radius-sm);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lrh-status-note {
  margin: 1rem 0 0;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.74);
}

.lrh-section {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.lrh-section-muted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.lrh-section-heading,
.lrh-page-header {
  max-width: 54rem;
  margin-bottom: 1.5rem;
}

.lrh-feature-grid,
.lrh-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lrh-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lrh-surface,
.lrh-card {
  padding: 1.4rem;
}

.lrh-quick-card,
.lrh-dashboard-panel {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--lrh-border);
  border-radius: var(--lrh-radius-md);
  box-shadow: var(--lrh-shadow);
}

.lrh-quick-card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.lrh-quick-card a {
  font-weight: 700;
  text-decoration: none;
}

.lrh-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.lrh-dashboard-main,
.lrh-dashboard-side {
  display: grid;
  gap: 1rem;
}

.lrh-card-title {
  font-size: 1.45rem;
}

.lrh-card-excerpt,
.lrh-archive-description,
.lrh-entry-content,
.lrh-surface p,
.lrh-feature-grid p,
.lrh-quick-card p,
.lrh-dashboard-panel p {
  color: var(--lrh-slate);
}

.lrh-content-shell {
  width: min(calc(100% - 2rem), var(--lrh-content));
  max-width: 100%;
}

.lrh-entry {
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.lrh-entry-content > * + * {
  margin-top: 1.2rem;
}

.lrh-entry-content ul,
.lrh-entry-content ol {
  padding-left: 1.2rem;
}

.lrh-featured-media {
  margin: 1.5rem 0;
}

.lrh-empty-state {
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.lrh-site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(22, 53, 45, 0.08);
}

.lrh-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1.5rem;
  align-items: end;
}

.lrh-footer-title {
  max-width: 14ch;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
}

.lrh-footer-meta {
  display: grid;
  gap: 1rem;
  justify-items: end;
}

.lrh-footer-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lrh-footer-note {
  margin: 0;
  color: var(--lrh-slate);
}

.wp-block-columns,
.wp-block-group,
.wp-block-cover,
.wp-block-media-text,
.wp-block-image {
  margin-bottom: 1.5rem;
}

.wp-block-quote,
blockquote {
  margin: 1.8rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 4px solid var(--lrh-clay);
  background: rgba(255, 255, 255, 0.58);
  border-radius: 0 var(--lrh-radius-sm) var(--lrh-radius-sm) 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(22, 53, 45, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--lrh-ink);
  font: inherit;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(191, 106, 49, 0.25);
  outline-offset: 1px;
}

.pagination,
.nav-links {
  margin-top: 2rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  min-height: 2.8rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(22, 53, 45, 0.12);
  text-decoration: none;
}

.page-numbers.current {
  background: var(--lrh-evergreen);
  color: var(--lrh-white);
}

.learndash-wrapper,
.ld-course-list-content,
.ld-focus,
.ld-content-actions,
.ld-item-list,
.ld-item-list-item,
.ld-course-status {
  color: var(--lrh-ink);
}

.learndash-wrapper .ld-item-list,
.learndash-wrapper .ld-focus-sidebar,
.learndash-wrapper .ld-tab-content,
.learndash-wrapper .ld-course-status,
.learndash-wrapper .ld-status,
.learndash-wrapper .ld-table-list,
.learndash-wrapper .ld-lesson-list,
.learndash-wrapper .ld-item-list-item,
.learndash-wrapper .ld-expand-button,
.learndash-wrapper .ld-content-actions {
  border-color: rgba(22, 53, 45, 0.1);
}

.learndash-wrapper .ld-item-list-item,
.learndash-wrapper .ld-focus-content,
.learndash-wrapper .ld-tab-content,
.learndash-wrapper .ld-course-status,
.learndash-wrapper .ld-table-list,
.learndash-wrapper .ld-content-actions,
.learndash-wrapper .ld-login-modal-form,
.learndash-wrapper #ld-profile,
.learndash-wrapper .ld-profile-card,
.learndash-wrapper .ld-profile-summary,
.learndash-wrapper .ld-course-list-items {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(25, 46, 38, 0.08);
}

.learndash-wrapper #ld-profile,
.learndash-wrapper .ld-profile-card,
.learndash-wrapper .ld-course-list-items {
  padding: 1rem;
}

.learndash-wrapper .ld-item-list-item-preview,
.learndash-wrapper .ld-expand-button,
.learndash-wrapper .ld-table-list-item-preview {
  background: transparent;
}

.learndash-wrapper .ld-progress {
  background: rgba(22, 53, 45, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.learndash-wrapper .ld-progress .ld-progress-bar {
  background: linear-gradient(90deg, var(--lrh-clay), var(--lrh-clay-soft));
}

.learndash-wrapper .ld-status-icon,
.learndash-wrapper .ld-icon {
  color: var(--lrh-clay);
}

.learndash-wrapper .ld-breadcrumbs a,
.learndash-wrapper .ld-breadcrumbs span,
.learndash-wrapper .ld-item-name,
.learndash-wrapper .ld-table-list-title,
.learndash-wrapper .ld-primary-color,
.learndash-wrapper .ld-primary-color-hover:hover,
.learndash-wrapper .ld-focus-comments__heading-actions .ld-expand-button,
.learndash-wrapper .ld-focus-comments .comment-respond form.comment-form p.logged-in-as a {
  color: var(--lrh-forest) !important;
}

.learndash-wrapper .ld-secondary-background,
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active,
.learndash-wrapper .ld-expand-button.ld-button-alternate,
.learndash-wrapper #quiz_continue_link {
  background: rgba(212, 227, 216, 0.64) !important;
  color: var(--lrh-evergreen) !important;
}

.learndash-wrapper .ld-focus .ld-focus-header {
  background: rgba(243, 236, 222, 0.92);
  border-bottom: 1px solid rgba(22, 53, 45, 0.1);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
  background: rgba(255, 255, 255, 0.58);
}

body.login {
  background:
    radial-gradient(circle at top left, rgba(212, 227, 216, 0.95), rgba(212, 227, 216, 0) 40%),
    linear-gradient(180deg, #f6f0e4 0%, #efe5d4 100%);
}

@media (max-width: 1100px) {
  .lrh-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem 1.4rem;
  }

  .lrh-primary-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .lrh-nav-list {
    justify-content: flex-start;
    gap: 1rem 1.2rem;
    flex-wrap: wrap;
  }

  .lrh-header-actions {
    justify-self: end;
  }
}

@media (max-width: 620px) {
  .lrh-header-inner,
  .lrh-hero-grid,
  .lrh-dashboard-hero,
  .lrh-dashboard-grid,
  .lrh-footer-grid {
    grid-template-columns: 1fr;
  }

  .lrh-primary-nav,
  .lrh-footer-meta {
    justify-self: start;
  }

  body.lrh-mobile-nav .lrh-nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .lrh-header-actions {
    order: 4;
    flex-wrap: wrap;
    justify-self: start;
    width: 100%;
  }

  body.lrh-mobile-nav .lrh-primary-nav {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(22, 53, 45, 0.1);
    border-radius: 26px;
    box-shadow: var(--lrh-shadow);
  }

  body.lrh-mobile-nav .lrh-primary-nav.is-open {
    display: block;
  }

  body.lrh-mobile-nav .lrh-nav-list,
  .lrh-footer-nav {
    justify-content: flex-start;
  }

  body.lrh-mobile-nav .lrh-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
  }

  body.lrh-mobile-nav .lrh-nav-list > li,
  body.lrh-mobile-nav .lrh-nav-list > .page_item {
    display: block;
  }

  body.lrh-mobile-nav .lrh-nav-list > li > a,
  body.lrh-mobile-nav .lrh-nav-list > .page_item > a {
    min-height: 2.9rem;
    padding: 0.55rem 0;
  }

  body.lrh-mobile-nav .lrh-nav-list .sub-menu,
  body.lrh-mobile-nav .lrh-nav-list .children {
    position: static;
    min-width: 0;
    margin: 0.15rem 0 0.5rem;
    padding: 0.35rem 0 0 0.9rem;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(22, 53, 45, 0.12);
    border-radius: 0;
    box-shadow: none;
    display: grid;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body.lrh-mobile-nav .lrh-nav-list .sub-menu a,
  body.lrh-mobile-nav .lrh-nav-list .children a {
    padding: 0.6rem 0.75rem;
  }

  .lrh-footer-nav {
    justify-content: flex-start;
  }

  .lrh-feature-grid,
  .lrh-card-grid,
  .lrh-quick-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1280px) {
  .lrh-container {
    width: min(calc(100% - 3.5rem), var(--lrh-wide));
  }

  .lrh-content-shell {
    width: min(calc(100% - 3.5rem), 1080px);
  }

  .lrh-nav-list {
    gap: 1.5rem;
  }
}

@media (max-width: 820px) {
  .lrh-feature-grid,
  .lrh-card-grid,
  .lrh-quick-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .lrh-container {
    width: min(calc(100% - 1.25rem), var(--lrh-wide));
  }

  .lrh-site-header {
    position: static;
  }

  .lrh-nav-list {
    justify-content: flex-start;
  }

  .lrh-hero h1 {
    max-width: none;
  }

  .lrh-header-actions {
    width: 100%;
  }

  .lrh-header-inner {
    gap: 1rem;
  }
}
