:root {
  --rst-primary: #2f6fef;
  --rst-secondary: #11a37f;
  --rst-bg: #ffffff;
  --rst-surface: #f7f8fb;
  --rst-text: #111827;
  --rst-muted: #667085;
  --rst-border: #e5e7eb;
  --rst-header-h: 68px;
  --rst-radius: 8px;
  --rst-container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body.rst-theme {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--rst-bg);
  color: var(--rst-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.rst-mode-dark {
  --rst-bg: #101114;
  --rst-surface: #181b22;
  --rst-text: #f2f4f7;
  --rst-muted: #a4acba;
  --rst-border: #2a2f3a;
}

a {
  color: inherit;
}

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

.rst-skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 999;
  background: var(--rst-primary);
  color: #ffffff;
  border-radius: var(--rst-radius);
  padding: 10px 14px;
  transition: top .15s ease;
}

.rst-skip-link:focus {
  top: 16px;
}

.rst-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--rst-bg) 94%, transparent);
  backdrop-filter: blur(14px);
}

body.rst-design-essential .rst-header,
body.rst-design-local-pro .rst-header {
  border-bottom: 1px solid color-mix(in srgb, var(--rst-border) 72%, transparent);
}

body.rst-design-premium .rst-header {
  position: absolute;
  left: 0;
  right: 0;
  background: color-mix(in srgb, var(--rst-bg) 82%, transparent);
}

body.rst-design-boutique-luxe,
body.rst-design-mas-prestige {
  --rst-container: 1250px;
  --rst-bg: #fffaf4;
  --rst-surface: #f4ece4;
  --rst-text: #1d1713;
  --rst-muted: #6f6358;
  --rst-border: #ddcbb6;
  --rst-header-h: 72px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.rst-design-boutique-luxe .rst-header,
body.rst-design-mas-prestige .rst-header:not(.rst-mas-header) {
  position: sticky;
  background: #fffaf4;
  backdrop-filter: none;
  border-bottom: 0;
}

.rst-header__inner {
  width: min(var(--rst-container), calc(100% - 40px));
  min-height: var(--rst-header-h);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rst-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 230px;
  height: 44px;
  overflow: hidden;
  text-decoration: none;
  color: var(--rst-text);
}

.rst-brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 170px;
  height: 42px;
  overflow: hidden;
}

.rst-brand__logo img,
.rst-brand__logo .custom-logo,
.rst-brand img.custom-logo {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 170px !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

.rst-brand__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 850;
  font-size: 17px;
}

.rst-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.rst-menu,
.rst-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rst-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rst-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: var(--rst-radius);
  color: var(--rst-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 760;
}

.rst-menu a:hover,
.rst-menu .current-menu-item > a,
.rst-menu .current_page_item > a {
  background: color-mix(in srgb, var(--rst-primary) 12%, transparent);
  color: var(--rst-text);
}

.rst-platform-home {
  background: #fffaf4;
  color: #17110d;
}

.rst-platform-hero,
.rst-platform-band,
.rst-platform-grid-section,
.rst-platform-proof {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.rst-platform-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 56px;
  align-items: stretch;
  min-height: calc(100vh - var(--rst-header-h));
  padding: 86px 0 54px;
}

.rst-platform-hero__copy {
  display: grid;
  align-content: center;
  gap: 24px;
}

.rst-platform-kicker {
  margin: 0;
  color: #ff5f1f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rst-platform-hero h1,
.rst-platform-section-head h2,
.rst-platform-feature h2,
.rst-platform-proof h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(48px, 7.2vw, 112px);
  line-height: .88;
  letter-spacing: -.03em;
}

.rst-platform-hero p,
.rst-platform-section-head p,
.rst-platform-feature p,
.rst-platform-proof p,
.rst-platform-space-card p {
  margin: 0;
  color: #625a53;
  font-size: 18px;
  line-height: 1.55;
}

.rst-platform-hero__copy > p:not(.rst-platform-kicker) {
  max-width: 680px;
  font-size: 22px;
}

.rst-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rst-platform-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #17110d;
  padding: 0 18px;
  color: #17110d;
  font-weight: 800;
  text-decoration: none;
}

.rst-platform-button--primary {
  background: #17110d;
  color: #fffaf4;
}

.rst-platform-hero__panel {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 540px;
  border: 1px solid #17110d;
  background:
    linear-gradient(135deg, rgba(255, 95, 31, .18), transparent 42%),
    linear-gradient(225deg, rgba(23, 17, 13, .88), rgba(23, 17, 13, .68));
  overflow: hidden;
}

.rst-platform-orbit {
  position: absolute;
  inset: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  opacity: .9;
}

.rst-platform-orbit span {
  border: 1px solid rgba(255, 250, 244, .42);
  min-height: 180px;
}

.rst-platform-orbit span:nth-child(2) {
  transform: translateY(48px);
}

.rst-platform-orbit span:nth-child(3) {
  transform: translateY(96px);
}

.rst-platform-console {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 24px;
  border: 1px solid rgba(255, 250, 244, .3);
  background: rgba(255, 250, 244, .94);
  padding: 22px;
}

.rst-platform-console p,
.rst-platform-console small {
  margin: 0;
  color: #625a53;
}

.rst-platform-console strong {
  font-size: 32px;
  line-height: 1;
}

.rst-platform-band,
.rst-platform-grid-section,
.rst-platform-proof {
  padding: 78px 0;
  border-top: 1px solid #ded3c8;
}

.rst-platform-section-head {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin-bottom: 30px;
}

.rst-platform-section-head h2,
.rst-platform-feature h2,
.rst-platform-proof h2 {
  font-size: clamp(38px, 5vw, 72px);
}

.rst-platform-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rst-platform-space-card {
  display: grid;
  min-height: 280px;
  align-content: start;
  gap: 16px;
  border: 1px solid #17110d;
  background: #fffaf4;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.rst-platform-space-card span {
  color: #ff5f1f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.rst-platform-space-card strong {
  font-size: 30px;
  line-height: 1.05;
}

.rst-platform-space-card b {
  margin-top: auto;
}

.rst-platform-grid-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rst-platform-feature {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 360px;
  border: 1px solid #ded3c8;
  padding: 24px;
  background: #f4ece4;
}

.rst-platform-feature h2 {
  max-width: 10ch;
  font-size: clamp(32px, 3.2vw, 52px);
}

.rst-platform-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 110px;
}

@media (max-width: 980px) {
  .rst-platform-hero,
  .rst-platform-band,
  .rst-platform-grid-section,
  .rst-platform-proof {
    width: min(100% - 32px, 720px);
  }

  .rst-platform-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 56px 0 42px;
  }

  .rst-platform-hero__panel {
    min-height: 360px;
  }

  .rst-platform-hero h1 {
    font-size: clamp(46px, 13vw, 74px);
  }

  .rst-platform-directory,
  .rst-platform-grid-section,
  .rst-platform-proof {
    grid-template-columns: 1fr;
  }

  .rst-platform-band,
  .rst-platform-grid-section,
  .rst-platform-proof {
    padding: 54px 0;
  }

  .rst-platform-space-card,
  .rst-platform-feature {
    min-height: 0;
  }
}

body.rst-design-boutique-luxe .rst-header__inner,
body.rst-design-mas-prestige .rst-header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  gap: 28px;
}

body.rst-design-boutique-luxe .rst-brand,
body.rst-design-mas-prestige .rst-brand {
  position: static;
  max-width: 130px;
  height: 48px;
  transform: none;
}

body.rst-design-boutique-luxe .rst-brand__logo,
body.rst-design-mas-prestige .rst-brand__logo {
  max-width: 120px;
  height: 46px;
}

body.rst-design-boutique-luxe .rst-brand__logo img,
body.rst-design-boutique-luxe .rst-brand__logo .custom-logo,
body.rst-design-boutique-luxe .rst-brand img.custom-logo,
body.rst-design-mas-prestige .rst-brand__logo img,
body.rst-design-mas-prestige .rst-brand__logo .custom-logo,
body.rst-design-mas-prestige .rst-brand img.custom-logo {
  max-width: 120px !important;
  max-height: 46px !important;
}

body.rst-design-boutique-luxe .rst-brand__text,
body.rst-design-mas-prestige .rst-brand__text {
  font-family: "Playfair Display", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

body.rst-design-boutique-luxe .rst-nav,
body.rst-design-mas-prestige .rst-nav {
  margin-left: auto;
  min-width: 0;
}

body.rst-design-boutique-luxe .rst-menu,
body.rst-design-mas-prestige .rst-menu {
  gap: 18px;
}

body.rst-design-boutique-luxe .rst-menu a,
body.rst-design-mas-prestige .rst-menu a {
  min-height: 34px;
  padding: 8px 2px;
  border-radius: 0;
  color: var(--rst-muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.rst-design-boutique-luxe .rst-menu a:hover,
body.rst-design-boutique-luxe .rst-menu .current-menu-item > a,
body.rst-design-boutique-luxe .rst-menu .current_page_item > a,
body.rst-design-mas-prestige .rst-menu a:hover,
body.rst-design-mas-prestige .rst-menu .current-menu-item > a,
body.rst-design-mas-prestige .rst-menu .current_page_item > a {
  background: transparent;
  color: var(--rst-text);
}

.rst-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: var(--rst-radius);
  background: var(--rst-primary);
  color: #ffffff;
  padding: 9px 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.rst-header-cta:hover {
  background: color-mix(in srgb, var(--rst-primary) 86%, #000000);
  color: #ffffff;
}

body.rst-design-boutique-luxe .rst-header-cta,
body.rst-design-mas-prestige .rst-header-cta {
  border: 1px solid var(--rst-text);
  background: transparent;
  color: var(--rst-text);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.rst-design-boutique-luxe .rst-header-cta:hover,
body.rst-design-mas-prestige .rst-header-cta:hover {
  background: var(--rst-text);
  color: #ffffff;
}

body.rst-design-mas-prestige .rst-header:not(.rst-mas-header) {
  height: 78px !important;
  min-height: 78px !important;
  overflow: visible !important;
  background: #fffaf4 !important;
}

body.rst-design-mas-prestige .rst-header__inner {
  width: min(1250px, calc(100% - 96px)) !important;
  height: 78px !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 42px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.rst-design-mas-prestige .rst-brand {
  flex: 0 0 170px !important;
  width: 170px !important;
  max-width: 170px !important;
  height: 58px !important;
  max-height: 58px !important;
  overflow: visible !important;
}

body.rst-design-mas-prestige .rst-brand:empty {
  display: none !important;
}

body.rst-design-mas-prestige .rst-brand__logo,
body.rst-design-mas-prestige .custom-logo-link {
  flex: 0 0 170px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 170px !important;
  max-width: 170px !important;
  height: 58px !important;
  max-height: 58px !important;
  overflow: visible !important;
  line-height: 1 !important;
}

body.rst-design-mas-prestige .rst-brand__logo img,
body.rst-design-mas-prestige .rst-brand__logo .custom-logo,
body.rst-design-mas-prestige .rst-brand img.custom-logo,
body.rst-design-mas-prestige .custom-logo-link img,
body.rst-design-mas-prestige img.custom-logo {
  display: block !important;
  width: 170px !important;
  height: 58px !important;
  max-width: 170px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

body.rst-design-mas-prestige .rst-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 24px !important;
  margin-left: auto !important;
}

body.rst-design-mas-prestige .rst-menu {
  display: flex !important;
  align-items: center !important;
  gap: 34px !important;
}

body.rst-design-mas-prestige .rst-menu a {
  min-height: 40px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #222222 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  line-height: 40px !important;
}

body.rst-design-mas-prestige .rst-header-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  border: 1px solid #222222 !important;
  background: transparent !important;
  color: #222222 !important;
  padding: 0 22px !important;
  line-height: 40px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.rst-design-mas-prestige .rst-header-cta:hover {
  background: #222222 !important;
  color: #fffaf4 !important;
}

.rst-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rst-border);
  border-radius: var(--rst-radius);
  background: var(--rst-surface);
  color: var(--rst-text);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.rst-menu-toggle span:not(.screen-reader-text) {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.rst-content {
  min-height: calc(100vh - var(--rst-header-h));
}

.rst-page,
.rst-fallback {
  width: min(var(--rst-container), calc(100% - 40px));
  margin: 0 auto;
}

.rst-page__article {
  max-width: 820px;
}

.rst-page__header h1,
.rst-fallback__hero h1 {
  margin: 0 0 16px;
  color: var(--rst-text);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.rst-page__content {
  color: var(--rst-muted);
  font-size: 18px;
  line-height: 1.75;
}

.rst-single-post {
  width: min(870px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 96px;
}

.rst-single-post__article {
  display: grid;
  gap: 30px;
}

.rst-single-post__header {
  display: grid;
  gap: 0;
}

.rst-single-post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rst-single-post__categories a {
  border: 1px solid var(--rst-border);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--rst-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.rst-single-post__header h1 {
  margin: 0;
  color: var(--rst-text);
  font-family: "Playfair Display", sans-serif;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 600;
  line-height: 1.02;
}

.rst-single-post__info {
  display: grid;
  gap: 14px;
  border-bottom: 1px solid var(--rst-border);
  padding-bottom: 24px;
}

.rst-single-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--rst-muted);
  font-size: 14px;
}

.rst-single-post__image {
  margin: 0;
}

.rst-single-post__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: var(--rst-radius);
}

.rst-single-post__content {
  color: var(--rst-text);
  font-size: 18px;
  line-height: 1.8;
}

.rst-single-post__content > * {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.rst-single-post__content h2,
.rst-single-post__content h3 {
  margin-top: 1.8em;
  color: var(--rst-text);
  line-height: 1.15;
}

.rst-single-post__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid var(--rst-border);
  padding-top: 28px;
}

.rst-single-post__nav a {
  display: grid;
  gap: 6px;
  min-height: 96px;
  border: 1px solid var(--rst-border);
  border-radius: var(--rst-radius);
  padding: 18px;
  text-decoration: none;
}

.rst-single-post__nav span {
  color: var(--rst-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rst-single-post__nav strong {
  color: var(--rst-text);
  font-size: 18px;
  line-height: 1.25;
}

.rst-fallback__hero {
  max-width: 760px;
  min-height: 48vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rst-config-page {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: 48px 0 72px;
}

.rst-config-page__missing {
  background: #fef3f2;
  color: #b42318;
  border-radius: var(--rst-radius);
  padding: 18px;
}

.rst-footer {
  border-top: 1px solid var(--rst-border);
  background: var(--rst-surface);
}

.rst-footer__inner {
  width: min(var(--rst-container), calc(100% - 40px));
  min-height: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--rst-muted);
  font-size: 14px;
}

.rst-footer__inner p {
  margin: 0;
}

.rst-footer__brand {
  display: grid;
  gap: 10px;
}

.rst-footer__logo {
  display: inline-flex;
  align-items: center;
  max-width: 130px;
  max-height: 46px;
  overflow: hidden;
}

.rst-footer__logo img,
.rst-footer__logo .custom-logo {
  width: auto !important;
  height: auto !important;
  max-width: 130px !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

.rst-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rst-footer-menu a {
  color: var(--rst-muted);
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

body.rst-menu-open .rst-header {
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  z-index: 120;
}

body.rst-menu-open [data-rst-menu] {
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

.rst-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

body.rst-menu-open .rst-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.rst-menu-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0 0 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--rst-text);
}

.rst-menu-close:hover {
  opacity: 0.6;
}

.rst-nav > .rst-menu-close {
  display: none;
}

@media (max-width: 860px) {
  :root {
    --rst-header-h: 64px;
  }

  .rst-header__inner {
    width: min(100% - 32px, var(--rst-container));
  }

  .rst-brand__logo,
  .rst-brand__logo img,
  .rst-brand__logo .custom-logo {
    max-width: 150px;
    max-height: 38px;
  }

  .rst-menu-toggle {
    display: inline-flex;
  }

  .rst-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: block;
    background: var(--rst-bg);
    border-left: 0;
    box-shadow: -20px 0 60px rgba(16, 24, 40, .18);
    padding: 20px;
    overflow-y: auto;
    z-index: 101;
    transform: translateX(100%);
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  body.rst-menu-open .rst-nav {
    transform: translateX(0);
    pointer-events: auto;
  }

  .rst-nav > .rst-menu-close {
    display: flex;
  }

  body.rst-design-boutique-luxe .rst-header,
  body.rst-design-mas-prestige .rst-header:not(.rst-mas-header) {
    background: #fffaf4;
  }

  body.rst-design-boutique-luxe .rst-brand,
  body.rst-design-mas-prestige .rst-brand {
    position: static;
    transform: none;
  }

  body.rst-design-boutique-luxe .rst-menu a,
  body.rst-design-mas-prestige .rst-menu a {
    padding: 10px 12px;
  }

  .rst-menu,
  .rst-menu > ul {
    display: grid;
    gap: 4px;
  }

  .rst-menu a {
    width: 100%;
    justify-content: space-between;
  }

  .rst-page,
  .rst-fallback,
  .rst-config-page,
  .rst-single-post {
    width: min(100% - 32px, var(--rst-container));
    padding: 44px 0;
  }

  .rst-single-post__nav {
    grid-template-columns: 1fr;
  }

  .rst-footer__inner {
    width: min(100% - 32px, var(--rst-container));
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }
}

body.rst-design-mas-prestige .rst-header:not(.rst-mas-header) {
  height: 82px !important;
  min-height: 82px !important;
  background: #fffaf4 !important;
  overflow: hidden !important;
}

body.rst-design-mas-prestige .rst-header .rst-header__inner {
  width: min(1250px, calc(100% - 96px)) !important;
  height: 82px !important;
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 44px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.rst-design-mas-prestige .rst-header .rst-brand,
body.rst-design-mas-prestige .rst-header .custom-logo-link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 150px !important;
  max-width: 150px !important;
  height: 60px !important;
  max-height: 60px !important;
  overflow: hidden !important;
  line-height: 1 !important;
}

body.rst-design-mas-prestige .rst-header .rst-brand__logo {
  display: flex !important;
  align-items: center !important;
  width: 150px !important;
  height: 60px !important;
  overflow: hidden !important;
}

body.rst-design-mas-prestige .rst-header .rst-brand img,
body.rst-design-mas-prestige .rst-header .rst-brand__logo img,
body.rst-design-mas-prestige .rst-header .custom-logo-link img,
body.rst-design-mas-prestige .rst-header img.custom-logo {
  display: block !important;
  width: 150px !important;
  height: 60px !important;
  max-width: 150px !important;
  max-height: 60px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

body.rst-design-mas-prestige .rst-header .rst-nav {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 26px !important;
  margin-left: auto !important;
}

body.rst-design-mas-prestige .rst-header .rst-menu {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
}

body.rst-design-mas-prestige .rst-header .rst-menu a {
  min-height: 42px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #222222 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  line-height: 42px !important;
  text-transform: none !important;
}

body.rst-design-mas-prestige .rst-header .rst-menu .current-menu-item > a,
body.rst-design-mas-prestige .rst-header .rst-menu .current_page_item > a {
  background: transparent !important;
  color: #222222 !important;
}

body.rst-design-mas-prestige .rst-header .rst-header-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  border: 1px solid #222222 !important;
  background: transparent !important;
  color: #222222 !important;
  padding: 0 22px !important;
  line-height: 40px !important;
}

@media (max-width: 900px) {
  body.rst-menu-open {
    overflow: hidden !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    touch-action: none;
  }

  #rst-primary-menu {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    min-width: 100% !important;
    max-width: none !important;
    transform: translateX(100%) !important;
    pointer-events: none !important;
  }

  #rst-primary-menu.is-open,
  #rst-primary-menu.active,
  #rst-primary-menu.open,
  body.menu-open #rst-primary-menu,
  body.rst-menu-open #rst-primary-menu {
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  [data-rst-menu] {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: auto !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    transform: translate3d(100%, 0, 0) !important;
  }

body.rst-menu-open [data-rst-menu] {
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto !important;
  }
}

/* Letsu platform home */
body.rst-theme:has(.rst-platform-home) {
  --rst-container: 1280px;
  --rst-bg: #fff8df;
  --rst-surface: #fff0bd;
  --rst-text: #11110f;
  --rst-muted: #5d5447;
  --rst-border: #ead394;
  background: #fff8df;
}

body.rst-theme:has(.rst-platform-home) .rst-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
  border: 0;
  color: #fff8df;
}

body.rst-theme:has(.rst-platform-home) .rst-header__inner {
  width: min(1360px, calc(100% - 48px));
  min-height: 72px;
}

body.rst-theme:has(.rst-platform-home) .rst-brand__logo {
  max-width: 128px;
  filter: brightness(0) invert(1);
}

body.rst-theme:has(.rst-platform-home) .rst-menu a,
body.rst-theme:has(.rst-platform-home) .rst-header-cta {
  color: #fff8df !important;
}

body.rst-theme:has(.rst-platform-home) .rst-header-cta {
  border-color: rgba(255, 248, 223, .7) !important;
}

.rst-platform-home {
  background: #fff8df;
  color: #11110f;
  overflow: hidden;
}

.rst-platform-hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 620px;
  margin: 0;
  padding: 0;
  color: #fff8df;
  background: #f28b00;
}

.rst-platform-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.rst-platform-landscape {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 28%, rgba(255,255,255,.32), transparent 18%),
    linear-gradient(180deg, #f7a400 0%, #ef7d00 52%, #9a3700 100%);
}

.rst-platform-sun {
  position: absolute;
  right: 14%;
  top: 22%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 239, 178, .42);
  filter: blur(4px);
}

.rst-platform-mountain {
  position: absolute;
  right: -8%;
  bottom: -24%;
  width: 82vw;
  height: 56vw;
  background: rgba(66, 40, 23, .54);
  clip-path: polygon(0 100%, 18% 54%, 31% 68%, 45% 28%, 58% 62%, 72% 36%, 100% 100%);
}

.rst-platform-mountain--two {
  right: 22%;
  bottom: -18%;
  width: 76vw;
  opacity: .52;
  transform: scaleX(-1);
}

.rst-platform-mountain--three {
  right: auto;
  left: -18%;
  bottom: -28%;
  width: 70vw;
  opacity: .38;
}

.rst-platform-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 20px;
  width: min(1360px, calc(100% - 48px));
  min-height: 620px;
  margin: 0 auto;
  padding: 112px 0 74px;
}

.rst-platform-kicker {
  color: #ff4f00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rst-platform-hero .rst-platform-kicker {
  color: #fff8df;
}

.rst-platform-hero h1 {
  max-width: 10ch;
  font-size: clamp(54px, 9vw, 128px);
  line-height: .86;
  letter-spacing: -.05em;
}

.rst-platform-hero p {
  max-width: 560px;
  color: #fff8df;
  font-size: 20px;
}

.rst-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rst-platform-button {
  min-height: 40px;
  border: 1px solid currentColor;
  padding: 0 14px;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.rst-platform-button--primary {
  background: #11110f;
  border-color: #11110f;
  color: #fff8df;
}

.rst-platform-intro,
.rst-platform-band,
.rst-platform-capabilities,
.rst-platform-proof {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.rst-platform-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  padding: 72px 0 96px;
  background-image:
    linear-gradient(#f1dc9d 1px, transparent 1px),
    linear-gradient(90deg, #f1dc9d 1px, transparent 1px);
  background-size: 72px 72px;
}

.rst-platform-pixel-mark {
  display: grid;
  grid-template-columns: repeat(4, 42px);
  grid-auto-rows: 42px;
  align-self: center;
}

.rst-platform-pixel-mark span {
  background: #ffe992;
}

.rst-platform-pixel-mark span:nth-child(1) { grid-column: 2; grid-row: 1; }
.rst-platform-pixel-mark span:nth-child(2) { grid-column: 1; grid-row: 3; }
.rst-platform-pixel-mark span:nth-child(3) { grid-column: 2; grid-row: 3; }
.rst-platform-pixel-mark span:nth-child(4) { grid-column: 3; grid-row: 2; }
.rst-platform-pixel-mark span:nth-child(5) { grid-column: 4; grid-row: 4; }

.rst-platform-intro h2,
.rst-platform-section-head h2,
.rst-platform-proof h2 {
  max-width: 12ch;
  font-size: clamp(42px, 5.5vw, 82px);
  line-height: .9;
  letter-spacing: -.045em;
}

.rst-platform-intro__list {
  display: grid;
  gap: 28px;
}

.rst-platform-intro__list article {
  display: grid;
  gap: 8px;
  border-left: 2px solid #ff4f00;
  padding-left: 18px;
}

.rst-platform-intro__list h3,
.rst-platform-space-card strong,
.rst-platform-capabilities h2 {
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
}

.rst-platform-intro__list p,
.rst-platform-section-head p,
.rst-platform-space-card p,
.rst-platform-capabilities p,
.rst-platform-proof p {
  color: #5d5447;
}

.rst-platform-band,
.rst-platform-capabilities,
.rst-platform-proof {
  padding: 86px 0;
  border-top: 1px solid #ead394;
}

.rst-platform-section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.rst-platform-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #11110f;
  border-left: 1px solid #11110f;
}

.rst-platform-space-card {
  display: grid;
  min-height: 310px;
  align-content: start;
  gap: 14px;
  border-right: 1px solid #11110f;
  border-bottom: 1px solid #11110f;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 248, 223, .72);
}

.rst-platform-space-card span {
  color: #ff4f00;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.rst-platform-space-card strong {
  font-size: 32px;
}

.rst-platform-space-card b {
  margin-top: auto;
}

.rst-platform-capabilities {
  display: grid;
  gap: 0;
  background-image:
    linear-gradient(#f1dc9d 1px, transparent 1px),
    linear-gradient(90deg, #f1dc9d 1px, transparent 1px);
  background-size: 72px 72px;
}

.rst-platform-capabilities article {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: 42px;
  align-items: center;
  min-height: 420px;
  border-top: 1px solid #ead394;
}

.rst-platform-capabilities article:first-child {
  border-top: 0;
}

.rst-platform-capabilities article > div:first-child {
  display: grid;
  gap: 14px;
  max-width: 520px;
}

.rst-platform-capabilities h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.rst-platform-capabilities a {
  justify-self: start;
  background: #11110f;
  color: #fff8df;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.rst-platform-stack {
  position: relative;
  min-height: 260px;
}

.rst-platform-stack span {
  position: absolute;
  border: 1px solid rgba(17, 17, 15, .18);
  background: rgba(17, 17, 15, .88);
  box-shadow: 0 24px 50px rgba(17, 17, 15, .18);
}

.rst-platform-stack span:nth-child(1) {
  inset: 20px 92px auto auto;
  width: 220px;
  height: 92px;
}

.rst-platform-stack span:nth-child(2) {
  inset: 104px 24px auto auto;
  width: 260px;
  height: 128px;
}

.rst-platform-stack span:nth-child(3) {
  inset: 54px auto auto 20px;
  width: 168px;
  height: 164px;
  background: #ffd36b;
}

.rst-platform-stack--orange span:nth-child(3) {
  background: #ff6b00;
}

.rst-platform-stack--green span:nth-child(3) {
  background: #94d82d;
}

.rst-platform-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 48px;
  padding-bottom: 126px;
}

@media (max-width: 900px) {
  body.rst-theme:has(.rst-platform-home) .rst-header {
    position: sticky;
    background: #f28b00;
  }

  .rst-platform-hero__inner,
  .rst-platform-intro,
  .rst-platform-band,
  .rst-platform-capabilities,
  .rst-platform-proof {
    width: min(100% - 32px, 720px);
  }

  .rst-platform-hero,
  .rst-platform-hero__inner {
    min-height: 580px;
  }

  .rst-platform-intro,
  .rst-platform-directory,
  .rst-platform-capabilities article,
  .rst-platform-proof {
    grid-template-columns: 1fr;
  }

  .rst-platform-directory {
    border-right: 1px solid #11110f;
  }

  .rst-platform-space-card {
    min-height: 0;
  }

  .rst-platform-capabilities article {
    padding: 36px 0;
  }
}

/* Letsu simplified platform home */
body.rst-theme:has(.rst-platform-home) {
  --rst-bg: #fff8df;
  --rst-text: #11110f;
  --rst-muted: #5d5447;
  background: #fff8df;
}

body.rst-theme:has(.rst-platform-home) .rst-header {
  position: sticky !important;
  inset: auto !important;
  top: 0 !important;
  background: #fff8df !important;
  border-bottom: 1px solid #11110f !important;
  color: #11110f !important;
}

body.rst-theme:has(.rst-platform-home) .rst-header__inner {
  width: min(1280px, calc(100% - 48px)) !important;
}

body.rst-theme:has(.rst-platform-home) .rst-brand__logo {
  filter: none !important;
}

body.rst-theme:has(.rst-platform-home) .rst-brand__logo img {
  filter: none !important;
}

body.rst-theme:has(.rst-platform-home) .rst-menu a,
body.rst-theme:has(.rst-platform-home) .rst-header-cta {
  color: #11110f !important;
}

body.rst-theme:has(.rst-platform-home) .rst-header-cta {
  border-color: #11110f !important;
  background: transparent !important;
}

.rst-platform-home {
  background: #fff8df !important;
  color: #11110f !important;
  overflow: hidden;
}

.rst-platform-hero__media,
.rst-platform-landscape,
.rst-platform-sun,
.rst-platform-mountain {
  display: none !important;
}

.rst-platform-hero {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ff8a00 !important;
  color: #11110f !important;
}

.rst-platform-hero__inner {
  width: min(1280px, calc(100% - 48px)) !important;
  min-height: 0 !important;
  padding: 96px 0 108px !important;
}

.rst-platform-hero .rst-platform-kicker,
.rst-platform-hero p {
  color: #11110f !important;
}

.rst-platform-hero h1 {
  max-width: 10ch !important;
}

.rst-platform-intro,
.rst-platform-band,
.rst-platform-capabilities,
.rst-platform-proof {
  width: min(1280px, calc(100% - 48px)) !important;
  border-top: 1px solid rgba(17, 17, 15, .22) !important;
  background-image: none !important;
  clip-path: inset(0 -100vmax);
}

.rst-platform-intro {
  background: #fff8df !important;
  box-shadow: 0 0 0 100vmax #fff8df;
}

.rst-platform-band {
  background: #ffe06a !important;
  box-shadow: 0 0 0 100vmax #ffe06a;
}

.rst-platform-space-card {
  background: rgba(255, 248, 223, .62) !important;
}

.rst-platform-capabilities {
  background: #f3e3d3 !important;
  box-shadow: 0 0 0 100vmax #f3e3d3;
}

.rst-platform-proof {
  background: #11110f !important;
  box-shadow: 0 0 0 100vmax #11110f;
  color: #fff8df !important;
}

.rst-platform-proof .rst-platform-kicker,
.rst-platform-proof p,
.rst-platform-proof h2 {
  color: #fff8df !important;
}

.rst-platform-pixel-mark span {
  background: #ff8a00 !important;
}

.rst-platform-stack span {
  box-shadow: none !important;
}

@media (max-width: 900px) {
  body.rst-theme:has(.rst-platform-home) .rst-header {
    background: #fff8df !important;
  }

  body.rst-theme:has(.rst-platform-home) .rst-header__inner,
  .rst-platform-hero__inner,
  .rst-platform-intro,
  .rst-platform-band,
  .rst-platform-capabilities,
  .rst-platform-proof {
    width: min(100% - 32px, 720px) !important;
  }

  .rst-platform-hero,
  .rst-platform-hero__inner {
    min-height: 0 !important;
  }

  .rst-platform-hero__inner {
    padding: 64px 0 72px !important;
  }
}
