:root {
  --rr-ink-950: #121211;
  --rr-ink-920: #171715;
  --rr-ink-900: #1a1a18;
  --rr-ink-820: #24231f;
  --rr-ink-760: #2d2b26;
  --rr-stone-100: #f1eee8;
  --rr-stone-180: #e1dcd3;
  --rr-stone-300: #c9c2b8;
  --rr-stone-520: #8f877d;
  --rr-clay-500: #a77550;
  --rr-clay-620: #8f6041;
  --rr-border: rgba(201, 194, 184, 0.18);
  --rr-border-strong: rgba(201, 194, 184, 0.32);
  --rr-max: 1280px;
  --rr-gutter: 1.25rem;
  --rr-radius: 8px;
  --rr-font-display: Georgia, "Times New Roman", serif;
  --rr-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

@media (min-width: 768px) {
  :root {
    --rr-gutter: 2rem;
  }
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  background: var(--rr-ink-950);
  color: var(--rr-stone-100);
  font-family: var(--rr-font-body);
  margin: 0;
  overflow-x: hidden;
}

body::before {
  background:
    linear-gradient(90deg, rgba(241, 238, 232, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(241, 238, 232, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--rr-clay-500);
  outline-offset: 3px;
}

.rr-skip-link {
  background: var(--rr-stone-100);
  color: var(--rr-ink-950);
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
  height: 1px;
  left: -9999px;
  overflow: hidden;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 1rem;
  white-space: nowrap;
  width: 1px;
  z-index: 999;
}

.rr-skip-link:focus,
.rr-skip-link:focus-visible {
  clip: auto;
  clip-path: none;
  height: auto;
  left: 1rem;
  overflow: visible;
  width: auto;
}

.rr-header {
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 90;
}

.rr-header__inner {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(18, 18, 17, 0.72);
  border-bottom: 1px solid transparent;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: var(--rr-max);
  padding: 1rem var(--rr-gutter);
  transition: background 180ms ease, border-color 180ms ease;
}

.rr-header.is-scrolled .rr-header__inner {
  background: rgba(18, 18, 17, 0.94);
  border-color: var(--rr-border);
}

.rr-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.95rem;
  min-width: 0;
  text-decoration: none;
}

.rr-brand__mark {
  background: var(--rr-stone-100);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 58px;
  object-fit: contain;
  padding: 0.18rem;
  width: 58px;
}

.rr-brand__text {
  font-family: var(--rr-font-display);
  font-size: 1.28rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.rr-nav,
.rr-header__phone {
  display: none;
}

.rr-nav {
  align-items: center;
  color: var(--rr-stone-180);
  font-size: 0.98rem;
  gap: 1.45rem;
}

.rr-menu-toggle {
  align-items: center;
  background: rgba(241, 238, 232, 0.06);
  border: 1px solid var(--rr-border-strong);
  border-radius: 4px;
  color: var(--rr-stone-100);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 0.9rem;
}

.rr-nav__mobile-actions {
  display: none;
}

.rr-nav a,
.rr-footer__nav a {
  text-decoration: none;
}

.rr-nav a:hover,
.rr-nav a[aria-current="page"],
.rr-footer__nav a:hover,
.rr-footer__nav a[aria-current="page"],
.rr-text-link:hover {
  color: var(--rr-stone-100);
}

.rr-nav a[aria-current="page"],
.rr-footer__nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--rr-clay-500);
}

.rr-header__actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: end;
}

.rr-button {
  align-items: center;
  background: var(--rr-stone-100);
  border: 1px solid var(--rr-stone-100);
  border-radius: 4px;
  color: var(--rr-ink-950);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.15rem;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.rr-button:hover {
  background: var(--rr-stone-180);
  border-color: var(--rr-stone-180);
}

.rr-button--ghost {
  background: transparent;
  border-color: var(--rr-border-strong);
  color: var(--rr-stone-100);
}

.rr-button--ghost:hover {
  background: rgba(241, 238, 232, 0.07);
  border-color: var(--rr-stone-300);
  color: var(--rr-stone-100);
}

.rr-button--small {
  font-size: 0.94rem;
  min-height: 44px;
  padding: 0.7rem 1rem;
}

.rr-home {
  background:
    radial-gradient(ellipse at top right, rgba(167, 117, 80, 0.12), transparent 34rem),
    linear-gradient(180deg, rgba(26, 26, 24, 0.72), var(--rr-ink-950) 44rem);
}

.rr-hero,
.rr-section,
.rr-trust-strip,
.rr-final-cta {
  margin-inline: auto;
  max-width: var(--rr-max);
  padding-inline: var(--rr-gutter);
}

.rr-hero {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 4.5vw, 4rem);
  padding-top: clamp(3rem, 5.5vw, 5.5rem);
}

.rr-hero__content {
  max-width: 780px;
}

.rr-eyebrow {
  color: var(--rr-clay-500);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.rr-hero h1,
.rr-section h2,
.rr-final-cta h2 {
  font-family: var(--rr-font-display);
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}

.rr-hero h1 {
  font-size: 3.35rem;
  line-height: 0.98;
  max-width: 900px;
}

.rr-hero__lead {
  color: var(--rr-stone-180);
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 1.7rem 0 0;
  max-width: 720px;
}

.rr-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.rr-hero__tags span {
  background: rgba(241, 238, 232, 0.06);
  border: 1px solid var(--rr-border);
  border-radius: 999px;
  color: var(--rr-stone-180);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.55rem 0.7rem;
}

.rr-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.rr-microcopy {
  color: var(--rr-stone-300);
  font-size: 1rem;
  line-height: 1.65;
  margin: 1.1rem 0 0;
  max-width: 620px;
}

.rr-hero__visual {
  justify-self: center;
  max-width: 560px;
  min-width: 0;
  width: 100%;
}

.rr-material-frame {
  aspect-ratio: 5 / 4;
  background:
    radial-gradient(circle at 24% 18%, rgba(241, 238, 232, 0.18), transparent 14rem),
    linear-gradient(140deg, rgba(167, 117, 80, 0.22), transparent 34%),
    linear-gradient(160deg, var(--rr-ink-760), var(--rr-ink-900) 62%);
  border: 1px solid var(--rr-border-strong);
  border-radius: var(--rr-radius);
  box-shadow: inset 0 1px 0 rgba(241, 238, 232, 0.1), 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rr-material-frame::before,
.rr-material-frame::after {
  content: "";
  position: absolute;
}

.rr-material-frame::before {
  background:
    linear-gradient(90deg, rgba(241, 238, 232, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(241, 238, 232, 0.08) 1px, transparent 1px),
    rgba(18, 18, 17, 0.42);
  background-size: 28px 28px;
  border-left: 1px solid var(--rr-border);
  border-top: 1px solid var(--rr-border);
  bottom: 15%;
  height: 42%;
  right: 8%;
  transform: skewY(-4deg);
  width: 60%;
}

.rr-material-frame::after {
  background: var(--rr-clay-500);
  bottom: 0;
  height: 5px;
  left: 0;
  width: 42%;
}

.rr-material-frame__surface {
  background:
    linear-gradient(120deg, rgba(241, 238, 232, 0.14), rgba(241, 238, 232, 0.03)),
    repeating-linear-gradient(135deg, rgba(241, 238, 232, 0.04) 0 2px, transparent 2px 10px);
  border: 1px solid rgba(241, 238, 232, 0.18);
  height: 34%;
  left: 9%;
  position: absolute;
  top: 12%;
  transform: skewY(-7deg);
  width: 58%;
}

.rr-material-frame__plan {
  bottom: 23%;
  display: grid;
  gap: 0.55rem;
  left: 12%;
  position: absolute;
  width: 34%;
  z-index: 1;
}

.rr-material-frame__plan span {
  background: rgba(241, 238, 232, 0.72);
  display: block;
  height: 2px;
}

.rr-material-frame__plan span:nth-child(2) {
  width: 72%;
}

.rr-material-frame__plan span:nth-child(3) {
  width: 88%;
}

.rr-material-frame__plan span:nth-child(4) {
  width: 54%;
}

.rr-material-frame__measure {
  border: 1px solid rgba(167, 117, 80, 0.45);
  color: var(--rr-stone-180);
  font-size: 0.78rem;
  font-weight: 800;
  left: 1.25rem;
  padding: 0.45rem 0.6rem;
  position: absolute;
  text-transform: uppercase;
  top: 1.25rem;
  z-index: 2;
}

.rr-material-frame__grid {
  background:
    linear-gradient(90deg, rgba(241, 238, 232, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(241, 238, 232, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  inset: 0;
  opacity: 0.5;
  position: absolute;
}

.rr-material-frame__label {
  bottom: 1.25rem;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
  z-index: 1;
}

.rr-material-frame__label span,
.rr-trust-strip span,
.rr-service-card__index {
  color: var(--rr-stone-300);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rr-material-frame__label strong {
  display: block;
  font-family: var(--rr-font-display);
  font-size: 1.45rem;
  font-weight: 500;
  margin-top: 0.35rem;
}

.rr-trust-strip {
  border-block: 1px solid var(--rr-border);
  display: grid;
  gap: 1rem;
  padding-block: 1.3rem;
}

.rr-trust-strip strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.45;
  margin-top: 0.28rem;
}

.rr-section {
  padding-block: 4.5rem;
}

.rr-section--split {
  display: grid;
  gap: 2rem;
}

.rr-section h2,
.rr-final-cta h2 {
  font-size: 2.35rem;
  line-height: 1.08;
  max-width: 860px;
}

.rr-copy,
.rr-section__header p,
.rr-proof__content p,
.rr-final-cta p {
  color: var(--rr-stone-300);
  font-size: 1.1rem;
  line-height: 1.8;
}

.rr-copy p {
  margin: 0 0 1rem;
}

.rr-operator {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(167, 117, 80, 0.12), transparent 38%),
    rgba(241, 238, 232, 0.045);
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  display: grid;
  gap: 1.25rem;
  margin-block: 1rem;
  padding-block: 1.5rem;
}

.rr-operator__label {
  border-left: 3px solid var(--rr-clay-500);
  color: var(--rr-stone-180);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 0.8rem;
  text-transform: uppercase;
}

.rr-operator__content h2 {
  font-family: var(--rr-font-display);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0;
  max-width: 800px;
}

.rr-operator__content p {
  color: var(--rr-stone-300);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 1rem 0 0;
  max-width: 740px;
}

.rr-section__header {
  margin-bottom: 2rem;
  max-width: 920px;
}

.rr-section__header--narrow {
  max-width: 760px;
}

.rr-service-grid {
  display: grid;
  gap: 1.1rem;
}

.rr-service-card {
  background:
    linear-gradient(145deg, rgba(241, 238, 232, 0.055), transparent 42%),
    rgba(26, 26, 24, 0.82);
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  box-shadow: inset 0 1px 0 rgba(241, 238, 232, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 1.35rem;
  position: relative;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rr-service-card::after {
  background: var(--rr-clay-500);
  content: "";
  height: 3px;
  left: 1.35rem;
  position: absolute;
  top: 0;
  width: 3rem;
}

.rr-service-card:hover,
.rr-service-card:focus-within {
  background:
    linear-gradient(145deg, rgba(167, 117, 80, 0.13), transparent 44%),
    rgba(26, 26, 24, 0.92);
  border-color: var(--rr-border-strong);
  transform: translateY(-2px);
}

.rr-service-card--muted {
  background: rgba(241, 238, 232, 0.055);
}

.rr-service-card h3,
.rr-scope h3 {
  font-family: var(--rr-font-display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.14;
  margin: 1.2rem 0 0;
}

.rr-service-card p {
  color: var(--rr-stone-300);
  line-height: 1.72;
  margin: 1rem 0 1.5rem;
}

.rr-service-card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: auto 0 1.35rem;
  padding: 0;
}

.rr-service-card__details li {
  border: 1px solid var(--rr-border);
  border-radius: 999px;
  color: var(--rr-stone-180);
  font-size: 0.82rem;
  line-height: 1;
  padding: 0.42rem 0.55rem;
}

.rr-service-card a,
.rr-text-link {
  color: var(--rr-stone-100);
  font-weight: 800;
  margin-top: auto;
  text-decoration-color: var(--rr-clay-500);
}

.rr-section--dark {
  background:
    linear-gradient(180deg, rgba(241, 238, 232, 0.025), transparent),
    var(--rr-ink-900);
  border-block: 1px solid var(--rr-border);
  max-width: none;
  padding-inline: max(var(--rr-gutter), calc((100vw - var(--rr-max)) / 2 + var(--rr-gutter)));
}

.rr-method-list {
  counter-reset: method;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.rr-method-list li {
  background: rgba(18, 18, 17, 0.22);
  border-top: 1px solid var(--rr-border);
  display: grid;
  gap: 0.8rem 1rem;
  grid-template-columns: 3rem 1fr;
  padding: 1.1rem 0.9rem;
}

.rr-method-list span {
  color: var(--rr-clay-500);
  font-weight: 800;
}

.rr-method-list strong {
  font-size: 1.14rem;
}

.rr-method-list p {
  color: var(--rr-stone-300);
  grid-column: 2;
  line-height: 1.68;
  margin: 0;
}

.rr-method-list em {
  align-self: start;
  border: 1px solid rgba(167, 117, 80, 0.36);
  color: var(--rr-stone-180);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  grid-column: 2;
  justify-self: start;
  padding: 0.35rem 0.5rem;
}

.rr-scope-grid {
  display: grid;
  gap: 1rem;
}

.rr-scope {
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  padding: 1.25rem;
}

.rr-scope ul {
  color: var(--rr-stone-300);
  line-height: 1.75;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.rr-proof {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
}

.rr-proof-board {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rr-proof-slot {
  background:
    linear-gradient(135deg, rgba(167, 117, 80, 0.14), transparent 36%),
    repeating-linear-gradient(90deg, rgba(241, 238, 232, 0.05) 0 1px, transparent 1px 34px),
    var(--rr-ink-820);
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 150px;
  padding: 1rem;
}

.rr-proof-slot--large {
  grid-column: 1 / -1;
  min-height: 260px;
}

.rr-proof-slot span {
  color: var(--rr-clay-500);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rr-proof-slot strong {
  color: var(--rr-stone-100);
  font-family: var(--rr-font-display);
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.rr-proof__content {
  align-self: center;
}

.rr-section--fit {
  border-top: 1px solid var(--rr-border);
}

.rr-fit-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.rr-fit-grid div {
  border-left: 3px solid var(--rr-clay-500);
  color: var(--rr-stone-180);
  line-height: 1.45;
  padding: 0.7rem 0 0.7rem 1rem;
}

.rr-final-cta {
  background:
    linear-gradient(135deg, rgba(167, 117, 80, 0.16), transparent 40%),
    var(--rr-stone-100);
  border-radius: var(--rr-radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  color: var(--rr-ink-950);
  display: grid;
  gap: 1.5rem;
  margin-block: 4rem;
  padding-block: 2.4rem;
}

.rr-final-cta .rr-eyebrow,
.rr-final-cta p {
  color: var(--rr-clay-620);
}

.rr-final-cta .rr-button {
  background: var(--rr-ink-950);
  border-color: var(--rr-ink-950);
  color: var(--rr-stone-100);
}

.rr-final-cta .rr-button--ghost {
  background: transparent;
  border-color: rgba(18, 18, 17, 0.28);
  color: var(--rr-ink-950);
}

.rr-final-cta__content {
  max-width: 790px;
}

.rr-final-cta__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.rr-final-cta__meta span {
  border: 1px solid rgba(18, 18, 17, 0.18);
  border-radius: 999px;
  color: var(--rr-ink-950);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.5rem 0.65rem;
}

.rr-final-cta__phone {
  align-self: center;
  color: var(--rr-ink-950);
  margin-top: 0;
}

.rr-footer {
  border-top: 1px solid var(--rr-border);
  color: var(--rr-stone-300);
}

.rr-footer__inner {
  display: grid;
  gap: 2rem;
  margin: 0 auto;
  max-width: var(--rr-max);
  padding: 2.5rem var(--rr-gutter);
}

.rr-brand--footer {
  color: var(--rr-stone-100);
}

.rr-footer__text {
  line-height: 1.6;
  max-width: 460px;
}

.rr-footer__address {
  display: grid;
  font-style: normal;
  gap: 0.45rem;
}

.rr-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
}

.rr-mobile-cta {
  background: rgba(18, 18, 17, 0.94);
  border: 1px solid var(--rr-border);
  border-radius: 999px;
  bottom: 0.8rem;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 0.35rem;
  grid-template-columns: 1fr 1fr;
  left: 0.8rem;
  opacity: 0;
  padding: 0.35rem;
  pointer-events: none;
  position: fixed;
  right: 0.8rem;
  transform: translateY(1rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 80;
}

.rr-mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.rr-mobile-cta a {
  border-radius: 999px;
  min-height: 42px;
  padding: 0.68rem 0.8rem;
  text-align: center;
  text-decoration: none;
}

.rr-mobile-cta a:first-child {
  background: var(--rr-stone-100);
  color: var(--rr-ink-950);
  font-weight: 800;
}

@media (min-width: 700px) {
  .rr-trust-strip,
  .rr-service-grid,
  .rr-scope-grid,
  .rr-fit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rr-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-method-list li {
    grid-template-columns: 4rem 15rem minmax(0, 1fr) auto;
  }

  .rr-method-list p {
    grid-column: auto;
  }

  .rr-method-list em {
    grid-column: auto;
  }
}

@media (min-width: 980px) {
  .rr-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .rr-nav,
  .rr-header__phone {
    display: flex;
  }

  .rr-menu-toggle {
    display: none;
  }

  .rr-nav {
    justify-content: center;
  }

  .rr-header__phone {
    color: var(--rr-stone-300);
    text-decoration: none;
  }

  .rr-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.75fr);
    padding-top: 5.5rem;
  }

  .rr-hero__visual {
    justify-self: stretch;
    max-width: none;
  }

  .rr-material-frame {
    aspect-ratio: 4 / 5;
  }

  .rr-hero h1 {
    font-size: 4.9rem;
  }

  .rr-section h2,
  .rr-final-cta h2 {
    font-size: 3.25rem;
  }

  .rr-section--split {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  }

  .rr-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rr-proof {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  }

  .rr-operator {
    grid-template-columns: 15rem minmax(0, 1fr);
    padding-block: 2rem;
  }

  .rr-final-cta {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .rr-footer__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.7fr) minmax(240px, 0.6fr);
  }
}

@media (max-width: 979px) {
  .rr-header__inner {
    position: relative;
  }

  .rr-menu-toggle {
    justify-self: end;
  }

  .rr-header__actions {
    display: none;
  }

  .rr-nav {
    background:
      linear-gradient(145deg, rgba(167, 117, 80, 0.12), transparent 42%),
      rgba(18, 18, 17, 0.98);
    border: 1px solid var(--rr-border);
    border-radius: var(--rr-radius);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
    display: grid;
    gap: 0.2rem;
    left: var(--rr-gutter);
    opacity: 0;
    padding: 0.8rem;
    pointer-events: none;
    position: absolute;
    right: var(--rr-gutter);
    top: calc(100% + 0.45rem);
    transform: translateY(-0.35rem);
    transition: opacity 160ms ease, transform 160ms ease;
    visibility: hidden;
  }

  .rr-header.is-menu-open .rr-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .rr-nav a {
    border-radius: 4px;
    min-height: 44px;
    padding: 0.78rem 0.82rem;
  }

  .rr-nav a:hover,
  .rr-nav a:focus-visible,
  .rr-nav a[aria-current="page"] {
    background: rgba(241, 238, 232, 0.07);
  }

  .rr-nav__mobile-actions {
    border-top: 1px solid var(--rr-border);
    display: grid;
    gap: 0.55rem;
    margin-top: 0.55rem;
    padding-top: 0.8rem;
  }

  .rr-nav__mobile-actions .rr-button {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .rr-hero h1 {
    font-size: 5.15rem;
  }
}

@media (max-width: 699px) {
  .rr-header__inner {
    padding-block: 0.7rem;
  }

  .rr-brand__mark {
    height: 48px;
    width: 48px;
  }

  .rr-brand__text {
    font-size: 1.08rem;
  }

  .rr-header__actions .rr-button {
    display: none;
  }

  .rr-hero {
    min-height: auto;
    padding-bottom: 3rem;
    padding-top: 3.5rem;
  }

  .rr-hero h1 {
    font-size: 2.8rem;
  }

  .rr-section {
    padding-block: 3.5rem;
  }

  .rr-section h2,
  .rr-final-cta h2 {
    font-size: 2.1rem;
  }

  .rr-actions .rr-button {
    width: 100%;
  }

  .rr-material-frame {
    aspect-ratio: auto;
    height: 340px;
  }

  .rr-service-card {
    min-height: 260px;
  }

  .rr-final-cta {
    border-radius: 0;
    margin-block: 2rem 5rem;
  }
}

@media (min-width: 760px) {
  .rr-mobile-cta {
    display: none;
  }
}

.rr-page {
  background:
    radial-gradient(ellipse at top right, rgba(167, 117, 80, 0.1), transparent 32rem),
    linear-gradient(180deg, rgba(26, 26, 24, 0.74), var(--rr-ink-950) 38rem);
}

.rr-page-hero,
.rr-page-intro,
.rr-contact-layout {
  margin-inline: auto;
  max-width: var(--rr-max);
  padding-inline: var(--rr-gutter);
}

.rr-page-hero {
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: clamp(3.5rem, 6vw, 6rem);
}

.rr-breadcrumb {
  color: var(--rr-stone-520);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0 0 2rem;
}

.rr-breadcrumb a {
  color: var(--rr-stone-300);
}

.rr-page-hero h1 {
  font-family: var(--rr-font-display);
  font-size: clamp(2.75rem, 7vw, 5.3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.99;
  margin: 0;
  max-width: 1060px;
}

.rr-page-hero__lead {
  color: var(--rr-stone-180);
  font-size: 1.18rem;
  line-height: 1.78;
  margin: 1.5rem 0 0;
  max-width: 760px;
}

.rr-page-intro {
  display: grid;
  gap: 2rem;
}

.rr-panel-grid,
.rr-detail-grid,
.rr-project-grid {
  display: grid;
  gap: 1rem;
}

.rr-info-card,
.rr-detail-card {
  background:
    linear-gradient(145deg, rgba(241, 238, 232, 0.055), transparent 46%),
    rgba(26, 26, 24, 0.78);
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  box-shadow: inset 0 1px 0 rgba(241, 238, 232, 0.055);
  min-height: 235px;
  padding: 1.35rem;
}

.rr-info-card span {
  color: var(--rr-clay-500);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.rr-info-card h3,
.rr-detail-card h3,
.rr-project-slot h3,
.rr-contact-panel h2 {
  font-family: var(--rr-font-display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.16;
  margin: 0;
}

.rr-info-card p,
.rr-detail-card p,
.rr-project-slot p,
.rr-project-slot dd,
.rr-contact-list,
.rr-form__help {
  color: var(--rr-stone-300);
  line-height: 1.72;
}

.rr-info-card p {
  margin: 1rem 0 0;
}

.rr-detail-card {
  min-height: 0;
}

.rr-detail-card p {
  margin: 0.85rem 0 0;
}

.rr-faq {
  padding-top: 0;
}

.rr-faq-item {
  background: rgba(26, 26, 24, 0.62);
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  margin-bottom: 0.75rem;
  padding: 0.2rem 1rem;
}

.rr-faq-item summary {
  color: var(--rr-stone-100);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.5;
  padding: 0.9rem 0;
}

.rr-faq-item p {
  color: var(--rr-stone-300);
  line-height: 1.72;
  margin: 0 0 1rem;
}

.rr-legal-draft {
  border-top: 1px solid var(--rr-border);
}

.rr-method-list--compact li {
  grid-template-columns: 3.5rem 1fr;
}

.rr-method-list--compact p,
.rr-method-list--compact em {
  grid-column: 2;
}

.rr-project-slot {
  background: rgba(26, 26, 24, 0.72);
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  overflow: hidden;
}

.rr-project-slot__media {
  align-items: end;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(167, 117, 80, 0.16), transparent 38%),
    repeating-linear-gradient(90deg, rgba(241, 238, 232, 0.055) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(241, 238, 232, 0.04) 0 1px, transparent 1px 36px),
    var(--rr-ink-820);
  display: flex;
  padding: 1rem;
}

.rr-project-slot__media span {
  border: 1px solid rgba(167, 117, 80, 0.42);
  color: var(--rr-stone-180);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.42rem 0.55rem;
  text-transform: uppercase;
}

.rr-project-slot__body {
  padding: 1.25rem;
}

.rr-project-slot dl {
  display: grid;
  gap: 0.85rem;
  margin: 1.1rem 0 0;
}

.rr-project-slot dt {
  color: var(--rr-stone-100);
  font-weight: 800;
}

.rr-project-slot dd {
  margin: 0.18rem 0 0;
}

.rr-contact-layout {
  display: grid;
  gap: 1.5rem;
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.rr-contact-panel,
.rr-form {
  background:
    linear-gradient(145deg, rgba(241, 238, 232, 0.05), transparent 42%),
    rgba(26, 26, 24, 0.82);
  border: 1px solid var(--rr-border);
  border-radius: var(--rr-radius);
  box-shadow: inset 0 1px 0 rgba(241, 238, 232, 0.055);
  padding: 1.35rem;
}

.rr-contact-list {
  display: grid;
  font-style: normal;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.rr-contact-list a {
  color: var(--rr-stone-100);
  font-weight: 800;
}

.rr-form__help {
  margin: 0 0 1.25rem;
}

.rr-required {
  color: var(--rr-stone-300);
  font-size: 0.86em;
  font-weight: 700;
}

.rr-form__messages {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.rr-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.rr-form__message {
  border-radius: 4px;
  margin: 0;
  padding: 0.8rem 0.9rem;
}

.rr-form__message--success {
  background: rgba(47, 107, 85, 0.2);
  border: 1px solid rgba(47, 107, 85, 0.5);
}

.rr-form__message--error {
  background: rgba(163, 58, 50, 0.2);
  border: 1px solid rgba(163, 58, 50, 0.5);
}

.rr-form__grid {
  display: grid;
  gap: 1rem;
}

.rr-field {
  color: var(--rr-stone-180);
  display: grid;
  font-size: 0.94rem;
  font-weight: 800;
  gap: 0.5rem;
  line-height: 1.35;
}

.rr-field input,
.rr-field select,
.rr-field textarea {
  background: rgba(18, 18, 17, 0.86);
  border: 1px solid var(--rr-border-strong);
  border-radius: 4px;
  color: var(--rr-stone-100);
  font: inherit;
  font-weight: 500;
  min-height: 48px;
  padding: 0.82rem 0.9rem;
}

.rr-field textarea {
  min-height: 170px;
  resize: vertical;
}

.rr-check {
  align-items: start;
  color: var(--rr-stone-300);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
  line-height: 1.6;
  margin: 1.15rem 0;
}

.rr-check input {
  height: 1.15rem;
  margin-top: 0.22rem;
  width: 1.15rem;
}

.rr-honeypot {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 760px) {
  .rr-page-intro,
  .rr-contact-layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  }

  .rr-panel-grid--three,
  .rr-project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rr-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-project-slot:first-child {
    grid-column: span 2;
  }

  .rr-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rr-field--full {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1100px) {
  .rr-detail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rr-contact-panel,
  .rr-form {
    padding: 1.7rem;
  }

  .rr-page-hero {
    min-height: 520px;
  }
}
