:root {
  --rm-blue: #061a35;
  --rm-blue-2: #0b2d5c;
  --rm-gold: #b47a13;
  --rm-gold-2: #d8ac45;
  --rm-cream: #fbf7ef;
  --rm-ink: #0d1b2f;
  --rm-muted: #5f6b7a;
  --rm-line: rgba(180, 122, 19, 0.28);
  --rm-shadow: 0 18px 50px rgba(6, 26, 53, 0.12);
  --rm-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--rm-ink);
  background: #fff;
}

.rm-site-kit,
.rm-site-header,
.rm-site-footer {
  --rm-blue: #061a35;
  --rm-blue-2: #0b2d5c;
  --rm-gold: #b47a13;
  --rm-gold-2: #d8ac45;
  --rm-cream: #fbf7ef;
  --rm-ink: #0d1b2f;
  --rm-muted: #5f6b7a;
  --rm-line: rgba(180, 122, 19, 0.28);
  --rm-shadow: 0 18px 50px rgba(6, 26, 53, 0.12);
  --rm-radius: 10px;
  box-sizing: border-box;
  color: var(--rm-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rm-site-kit *,
.rm-site-kit *::before,
.rm-site-kit *::after,
.rm-site-header *,
.rm-site-header *::before,
.rm-site-header *::after,
.rm-site-footer *,
.rm-site-footer *::before,
.rm-site-footer *::after {
  box-sizing: border-box;
}

.rm-site-kit :where(h1, h2, h3, h4, p, ul, ol, li, figure) {
  margin-top: 0;
}

.rm-site-kit :where(a),
.rm-site-header :where(a),
.rm-site-footer :where(a) {
  box-shadow: none;
  text-decoration-thickness: auto;
}

body .site-header:not(.rm-site-header),
body header.site-header,
body .page-header,
body .entry-title,
body .site-footer:not(.rm-site-footer),
body footer.site-footer {
  display: none !important;
}

body .site-main,
body main.site-main,
body .content-area,
body .site-content,
body .page-content,
body .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.rm-menu-open {
  overflow: hidden;
}

.rm-site-shell {
  width: min(1180px, calc(100% - 42px));
  margin-inline: auto;
}

.rm-site-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  background: rgba(251, 247, 239, 0.84);
  border-bottom: 1px solid rgba(180, 122, 19, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.admin-bar .rm-site-header {
  top: 32px;
}

.rm-header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

.rm-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--rm-blue);
  text-decoration: none;
  min-width: 224px;
}

.rm-brand:hover {
  color: var(--rm-gold);
}

.rm-brand img,
.rm-brand-monogram {
  width: 48px;
  height: 48px;
}

.rm-brand-monogram {
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid rgba(180, 122, 19, 0.42);
  color: var(--rm-gold);
  background: rgba(255, 255, 255, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(6, 26, 53, 0.06);
}

.rm-brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: 0;
}

.rm-brand small {
  display: block;
  margin-top: 3px;
  color: var(--rm-muted);
  font-size: 12px;
  line-height: 1.2;
}

.rm-main-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 15px;
}

.rm-main-nav a {
  color: var(--rm-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.rm-main-nav a:hover,
.rm-main-nav a:focus-visible {
  color: var(--rm-gold);
}

.rm-header-cta,
.rm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rm-header-cta,
.rm-btn-primary {
  background: var(--rm-blue);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(6, 26, 53, 0.16);
}

.rm-header-cta:hover,
.rm-btn-primary:hover {
  background: var(--rm-gold);
  color: #fff !important;
  transform: translateY(-1px);
}

.rm-btn-ghost {
  color: var(--rm-blue) !important;
  background: rgba(255, 255, 255, 0.68);
  border-color: var(--rm-blue);
}

.rm-btn-ghost:hover {
  color: #fff !important;
  background: var(--rm-gold);
  border-color: var(--rm-gold);
}

body .rm-site-header .rm-nav-toggle {
  display: none !important;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid var(--rm-line);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  box-shadow: none;
}

.rm-nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--rm-blue);
  display: block;
}

.rm-el-section {
  padding-block: 88px;
  background: #fff;
  color: var(--rm-ink);
  position: relative;
}

.rm-el-section > .elementor-container,
.rm-el-section > .e-con-inner {
  width: min(1180px, calc(100% - 42px));
  max-width: 1180px !important;
  margin-inline: auto;
}

.rm-el-section .elementor-heading-title,
.rm-el-section h1,
.rm-el-section h2,
.rm-el-section h3 {
  color: var(--rm-blue);
  letter-spacing: 0;
}

.rm-el-section .elementor-widget-text-editor,
.rm-el-section .elementor-widget-text-editor p {
  color: #435166;
  font-size: 17px;
  line-height: 1.7;
}

.rm-el-hero {
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 239, 0.9) 44%, rgba(6, 26, 53, 0.08) 100%),
    radial-gradient(circle at 78% 35%, rgba(216, 172, 69, 0.2), transparent 34%);
  border-bottom: 1px solid rgba(180, 122, 19, 0.12);
}

.rm-el-hero > .elementor-container {
  min-height: 670px;
  align-items: center;
}

.rm-el-hero .elementor-heading-title {
  margin: 0;
}

.rm-el-hero .rm-eyebrow .elementor-heading-title,
.rm-el-section .rm-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rm-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rm-el-hero .rm-eyebrow .elementor-heading-title::before,
.rm-el-section .rm-eyebrow .elementor-heading-title::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.rm-el-hero h1.elementor-heading-title {
  margin: 18px 0;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
  font-weight: 720;
}

.rm-el-hero .elementor-widget-text-editor,
.rm-el-hero .elementor-widget-text-editor p {
  max-width: 620px;
  color: #27364d;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.rm-el-hero-image img {
  width: min(100%, 620px);
  filter: drop-shadow(0 22px 34px rgba(6, 26, 53, 0.18));
}

.rm-el-two-col > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.rm-el-grid-section .elementor-heading-title {
  max-width: 780px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  margin-bottom: 12px;
  font-weight: 680;
}

.rm-el-grid-section .elementor-widget-text-editor {
  max-width: 780px;
  margin-bottom: 34px;
}

.rm-el-metrics-wrap {
  padding-block: 34px;
}

.rm-el-bio-wrap {
  background: #f7fbff;
}

.rm-el-cta-wrap {
  padding-block: 0;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] {
  --rm-blue: #061a35;
  --rm-blue-2: #0b2d5c;
  --rm-gold: #b47a13;
  --rm-gold-2: #d8ac45;
  --rm-cream: #fbf7ef;
  --rm-ink: #0d1b2f;
  --rm-muted: #5f6b7a;
  --rm-line: rgba(180, 122, 19, 0.28);
  --rm-shadow: 0 18px 50px rgba(6, 26, 53, 0.12);
  --rm-radius: 10px;
  color: var(--rm-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] > .elementor-section {
  padding-block: 88px;
  background: #fff;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] > .elementor-section > .elementor-container {
  width: min(1180px, calc(100% - 42px));
  max-width: 1180px !important;
  margin-inline: auto;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] > .elementor-section:first-child {
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 239, 0.9) 44%, rgba(6, 26, 53, 0.08) 100%),
    radial-gradient(circle at 78% 35%, rgba(216, 172, 69, 0.2), transparent 34%);
  border-bottom: 1px solid rgba(180, 122, 19, 0.12);
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] > .elementor-section:first-child > .elementor-container {
  min-height: 670px;
  align-items: center;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] .elementor-heading-title {
  color: var(--rm-blue);
  letter-spacing: 0;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] > .elementor-section:first-child h1.elementor-heading-title {
  margin: 18px 0;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
  font-weight: 720;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] .elementor-widget-text-editor,
body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] .elementor-widget-text-editor p {
  color: #435166;
  font-size: 17px;
  line-height: 1.7;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] > .elementor-section:first-child .elementor-widget-text-editor,
body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] > .elementor-section:first-child .elementor-widget-text-editor p {
  max-width: 620px;
  color: #27364d;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] .rm-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rm-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] .rm-eyebrow .elementor-heading-title::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] .rm-card,
body.rm-site-kit-page .elementor[data-elementor-type="wp-page"] .rm-product-card {
  background: #fff !important;
  color: var(--rm-ink) !important;
}

.rm-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 239, 0.9) 44%, rgba(6, 26, 53, 0.08) 100%),
    radial-gradient(circle at 78% 35%, rgba(216, 172, 69, 0.2), transparent 34%);
  border-bottom: 1px solid rgba(180, 122, 19, 0.12);
}

.rm-hero::before,
.rm-final-cta::before,
.rm-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(120deg, transparent 0 84%, rgba(180, 122, 19, 0.26) 84% 84.5%, transparent 84.5%),
    linear-gradient(120deg, transparent 0 88%, rgba(180, 122, 19, 0.18) 88% 88.5%, transparent 88.5%);
  opacity: 0.45;
}

.rm-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: center;
  min-height: 670px;
  padding-block: 86px 78px;
}

.rm-hero-copy {
  max-width: 650px;
}

.rm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rm-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rm-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.rm-hero h1,
.rm-section h2,
.rm-final-cta h2 {
  letter-spacing: 0;
  color: var(--rm-blue);
}

.rm-hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
  font-weight: 720;
}

.rm-hero p {
  max-width: 620px;
  color: #27364d;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  margin: 0;
}

.rm-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rm-hero-visual {
  min-height: 430px;
  border-radius: 0;
  display: grid;
  place-items: center;
}

.rm-hero-visual img {
  width: min(100%, 620px);
  filter: drop-shadow(0 22px 34px rgba(6, 26, 53, 0.18));
}

.rm-section {
  padding-block: 88px;
  position: relative;
}

.rm-section-compact {
  padding-block: 34px;
}

.rm-section-muted {
  background: #f7fbff;
}

.rm-section-dark {
  background: var(--rm-blue);
  color: #fff;
  overflow: hidden;
}

.rm-section-dark h2,
.rm-section-dark p,
.rm-section-dark .rm-inline-link {
  color: #fff;
}

.rm-section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.rm-section-heading h2,
.rm-section h2,
.rm-final-cta h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  margin: 12px 0 12px;
  font-weight: 680;
}

.rm-section-heading p,
.rm-two-col p,
.rm-bio p,
.rm-card p,
.rm-product-card p,
.rm-final-cta p {
  color: #435166;
  font-size: 17px;
  line-height: 1.7;
}

.rm-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.rm-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(6, 26, 53, 0.08);
}

.rm-metrics article {
  padding: 28px;
  border-right: 1px solid rgba(180, 122, 19, 0.18);
}

.rm-metrics article:last-child {
  border-right: 0;
}

.rm-metrics strong {
  display: block;
  color: var(--rm-blue);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 9px;
}

.rm-metrics span {
  color: var(--rm-muted);
  font-size: 14px;
  line-height: 1.45;
}

.rm-card-grid,
.rm-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rm-card,
.rm-product-card {
  background: #fff !important;
  color: var(--rm-ink) !important;
  border: 1px solid rgba(180, 122, 19, 0.22);
  border-radius: var(--rm-radius);
  padding: 28px;
  box-shadow: 0 14px 34px rgba(6, 26, 53, 0.06);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.rm-grow-card:hover {
  transform: translateY(-6px) scale(1.012);
  border-color: rgba(180, 122, 19, 0.56);
  box-shadow: var(--rm-shadow);
}

.rm-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  background: var(--rm-blue);
  color: var(--rm-gold-2);
  font-weight: 800;
  font-size: 13px;
}

.rm-card h3,
.rm-product-card h3 {
  color: var(--rm-blue) !important;
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.rm-card p,
.rm-product-card p,
.rm-card small,
.rm-product-card small,
.rm-card li,
.rm-product-card li {
  color: #435166 !important;
}

.rm-section-dark .rm-card,
.rm-section-dark .rm-product-card,
.rm-el-section .rm-card,
.rm-el-section .rm-product-card {
  background: rgba(255, 255, 255, 0.98) !important;
}

.rm-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.rm-card li {
  color: #27364d;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  margin: 7px 0;
}

.rm-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rm-gold);
}

.rm-inline-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--rm-blue);
  font-weight: 750;
  text-decoration: none;
}

.rm-inline-link:hover {
  color: var(--rm-gold);
}

.rm-product-card {
  padding: 0;
  overflow: hidden;
}

.rm-product-media {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(6, 26, 53, 0.95), rgba(11, 45, 92, 0.92)),
    radial-gradient(circle at 75% 20%, rgba(216, 172, 69, 0.38), transparent 38%);
  display: grid;
  place-items: center;
}

.rm-product-media span {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--rm-gold-2);
  border: 1px solid rgba(216, 172, 69, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.04);
}

.rm-product-body {
  padding: 25px;
}

.rm-product-segment {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(180, 122, 19, 0.1);
  color: var(--rm-gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.rm-product-card small {
  display: block;
  color: var(--rm-muted);
  font-size: 12px;
  line-height: 1.4;
  margin: 14px 0 20px;
}

.rm-bio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
}

.rm-bio-aside {
  position: sticky;
  top: 120px;
  align-self: start;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  background: var(--rm-blue);
  color: #fff;
  padding: 28px;
}

.rm-bio-aside h3,
.rm-bio-aside a,
.rm-bio-aside p {
  color: #fff;
}

.rm-bio-aside h3 {
  color: var(--rm-gold-2);
}

.rm-bio-aside hr {
  border: 0;
  border-top: 1px solid rgba(216, 172, 69, 0.35);
  margin: 22px 0;
}

.rm-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rm-timeline article {
  background: #fff;
  border: 1px solid var(--rm-line);
  border-radius: var(--rm-radius);
  padding: 22px;
}

.rm-timeline strong {
  display: block;
  color: var(--rm-blue);
  font-size: 22px;
  margin-bottom: 10px;
}

.rm-timeline span {
  color: var(--rm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.rm-final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--rm-blue), #0d2f60);
  color: #fff;
  padding-block: 92px;
}

.rm-final-cta h2,
.rm-final-cta p {
  color: #fff;
  max-width: 760px;
}

.rm-site-footer {
  background: #061120;
  color: #fff;
  overflow: hidden;
}

.rm-tech-band {
  width: 100%;
  background: #fff;
  border-block: 1px solid rgba(180, 122, 19, 0.22);
  overflow: hidden;
}

.rm-tech-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 78px;
  padding: 28px 0;
  animation: rmTechScroll 24s linear infinite;
}

.rm-tech-band:hover .rm-tech-track {
  animation-play-state: paused;
}

.rm-tech-logo {
  display: inline-flex;
  width: 224px;
  height: 96px;
  align-items: center;
  justify-content: center;
  opacity: 0.94;
}

.rm-tech-logo img {
  max-width: 188px;
  max-height: 74px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.15);
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.rm-tech-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.rm-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.8fr 1fr;
  gap: 42px;
  padding-block: 58px;
}

.rm-footer-grid p,
.rm-footer-grid a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
}

.rm-footer-grid a:hover {
  color: var(--rm-gold-2);
}

.rm-footer-grid h3 {
  color: var(--rm-gold-2);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}

.rm-footer-mark {
  width: 150px;
  height: auto;
  margin-bottom: 14px;
}

.rm-footer-bottom {
  border-top: 1px solid rgba(216, 172, 69, 0.18);
  padding: 16px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

@keyframes rmTechScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1120px) {
  .rm-header-inner {
    grid-template-columns: auto auto auto;
  }

  body .rm-site-header .rm-nav-toggle {
    display: inline-flex !important;
    justify-self: end;
  }

  .rm-main-nav {
    position: fixed;
    inset: calc(82px + 0px) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 22px 24px;
    background: rgba(251, 247, 239, 0.98);
    border-bottom: 1px solid var(--rm-line);
  }

  .admin-bar .rm-main-nav {
    top: 114px;
  }

  .rm-main-nav.is-open {
    display: flex;
  }

  .rm-main-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(180, 122, 19, 0.16);
  }
}

@media (max-width: 980px) {
  .rm-hero-grid,
  .rm-two-col,
  .rm-bio {
    grid-template-columns: 1fr;
  }

  .rm-hero-grid {
    min-height: auto;
    padding-block: 64px 56px;
  }

  .rm-hero-visual {
    min-height: 260px;
  }

  .rm-metrics,
  .rm-card-grid,
  .rm-product-grid,
  .rm-timeline,
  .rm-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rm-bio-aside {
    position: static;
  }

  .rm-tech-track {
    gap: 56px;
  }

  .rm-tech-logo {
    width: 188px;
    height: 84px;
  }

  .rm-tech-logo img {
    max-width: 158px;
    max-height: 64px;
  }
}

@media (max-width: 640px) {
  .admin-bar .rm-site-header {
    top: 46px;
  }

  .rm-site-shell {
    width: min(100% - 28px, 1180px);
  }

  .rm-header-inner {
    min-height: 72px;
    gap: 10px;
  }

  .rm-brand {
    min-width: 0;
  }

  .rm-brand img {
    width: 46px;
    height: 46px;
  }

  .rm-brand strong {
    font-size: 16px;
  }

  .rm-brand small,
  .rm-header-cta {
    display: none;
  }

  .rm-main-nav {
    inset: 72px 0 auto 0;
  }

  .admin-bar .rm-main-nav {
    top: 118px;
  }

  .rm-hero h1 {
    font-size: 42px;
  }

  .rm-hero p {
    font-size: 17px;
  }

  .rm-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rm-section {
    padding-block: 62px;
  }

  .rm-tech-track {
    gap: 38px;
    padding: 22px 0;
  }

  .rm-tech-logo {
    width: 154px;
    height: 72px;
  }

  .rm-tech-logo img {
    max-width: 132px;
    max-height: 56px;
  }

  .rm-metrics,
  .rm-card-grid,
  .rm-product-grid,
  .rm-timeline,
  .rm-footer-grid {
    grid-template-columns: 1fr;
  }

  .rm-metrics article {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 122, 19, 0.18);
  }

  .rm-metrics article:last-child {
    border-bottom: 0;
  }
}
