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

:root {
  --rmu-base: #fff8f2;
  --rmu-ink: #3c2c2a;
  --rmu-berry: #e2637a;
  --rmu-mint: #57b6a4;
  --rmu-soft: #7a6462;
  --rmu-edge: #f0dbd2;
  --rmu-white: #ffffff;
  --rmu-round: 18px;
  --rmu-display: "Baloo 2", "Trebuchet MS", system-ui, sans-serif;
  --rmu-text: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.rmu-base {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  background: var(--rmu-base);
  color: var(--rmu-ink);
  font-family: var(--rmu-text);
  font-size: 1.02rem;
  line-height: 1.68;
}

.rmu-skip {
  position: absolute;
  left: -9999px;
  background: var(--rmu-berry);
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  z-index: 30;
}
.rmu-skip:focus { left: 0.6rem; top: 0.6rem; }

.rmu-wrap { width: 100%; max-width: 66rem; margin-inline: auto; padding-inline: 1.2rem; }

.rmu-head { padding-block: 1rem 0.4rem; }
.rmu-head-row { display: flex; flex-direction: column; gap: 0.55rem; }
.rmu-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--rmu-berry);
}
.rmu-logo-word {
  font-family: var(--rmu-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--rmu-ink);
  letter-spacing: -0.01em;
}
.rmu-nav { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.rmu-nav-a { color: var(--rmu-soft); text-decoration: none; font-size: 0.9rem; font-weight: 500; }
.rmu-nav-a:hover { color: var(--rmu-berry); }

/* rounded hero with scalloped bottom edge */
.rmu-hero {
  position: relative;
  background: linear-gradient(160deg, #ffe6e9 0%, #fff3ec 55%, #e4f4f0 100%);
  border-radius: var(--rmu-round);
  margin-inline: 0.7rem;
  margin-block-start: 0.6rem;
  overflow: visible;
}
.rmu-hero-in { padding-block: 2.4rem 3rem; }
.rmu-scallop {
  position: absolute;
  inset-inline: 0;
  inset-block-end: -13px;
  height: 14px;
  background-image: radial-gradient(circle at 10px 0, transparent 10px, var(--rmu-base) 10.5px);
  background-size: 20px 14px;
  background-repeat: repeat-x;
}
.rmu-flag {
  margin: 0 0 0.8rem;
  font-family: var(--rmu-display);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--rmu-mint);
}
.rmu-hero-h {
  font-family: var(--rmu-display);
  font-weight: 800;
  font-size: clamp(1.95rem, 6.2vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  max-width: 19ch;
}
.rmu-hero-p { margin: 0; max-width: 60ch; color: #4d3a37; }
.rmu-hero-cta { margin-block-start: 1.6rem; }

.rmu-go {
  display: inline-block;
  background: var(--rmu-berry);
  color: #fff;
  font-family: var(--rmu-display);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.72rem 1.6rem;
  border-radius: 999px;
}
.rmu-go:hover { background: #cc4a63; }

.rmu-h2 {
  font-family: var(--rmu-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 4.4vw, 2.15rem);
  letter-spacing: -0.015em;
  margin: 0 0 0.5rem;
}
.rmu-h2-sub { margin: 0 0 1.6rem; max-width: 62ch; color: var(--rmu-soft); }

/* wavy vertical timeline */
.rmu-churn { padding-block: 2.8rem 2.4rem; }
.rmu-track { list-style: none; margin: 0; padding: 0; position: relative; }
.rmu-track::before {
  content: "";
  position: absolute;
  inset-block: 0.6rem;
  inset-inline-start: 9px;
  width: 3px;
  background: repeating-linear-gradient(180deg, var(--rmu-mint) 0 9px, transparent 9px 17px);
}
.rmu-tick { position: relative; padding-inline-start: 2.6rem; margin-block-end: 1.5rem; }
.rmu-tick:last-child { margin-block-end: 0; }
.rmu-tick-dot {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.45rem;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--rmu-white);
  border: 4px solid var(--rmu-berry);
}
.rmu-tick-h {
  font-family: var(--rmu-display);
  font-weight: 700;
  font-size: 1.18rem;
  margin: 0 0 0.3rem;
  color: var(--rmu-berry);
}
.rmu-tick-body p { margin: 0; max-width: 60ch; color: #4d3a37; }

/* chip cloud + filtered list */
.rmu-styles { padding-block: 2.4rem; }
.rmu-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-block-end: 1rem; }
.rmu-chip {
  font-family: var(--rmu-text);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.48rem 1.05rem;
  border-radius: 999px;
  border: 2px solid var(--rmu-edge);
  background: var(--rmu-white);
  color: var(--rmu-soft);
}
.rmu-chip:hover { border-color: var(--rmu-mint); color: var(--rmu-ink); }
.rmu-chip[aria-pressed="true"] {
  background: var(--rmu-mint);
  border-color: var(--rmu-mint);
  color: #10322c;
  font-weight: 700;
}
.rmu-count { margin: 0 0 1.2rem; font-size: 0.88rem; color: var(--rmu-soft); min-height: 1.2rem; }

.rmu-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.9rem; }
.rmu-item {
  background: var(--rmu-white);
  border: 2px solid var(--rmu-edge);
  border-radius: var(--rmu-round);
  padding: 1.05rem 1.15rem;
}
.rmu-item-h {
  font-family: var(--rmu-display);
  font-weight: 700;
  font-size: 1.12rem;
  margin: 0 0 0.35rem;
}
.rmu-item p { margin: 0; color: #4d3a37; }

.rmu-trade { padding-block: 2.4rem 3rem; }
.rmu-trade-grid { display: grid; gap: 1.6rem; }
.rmu-trade-main p { max-width: 62ch; margin: 0 0 0.9rem; }
.rmu-trade-mail { margin-block-start: 1.1rem; font-size: 1.15rem; }
.rmu-trade-card {
  background: #e4f4f0;
  border-radius: var(--rmu-round);
  padding: 1.3rem;
  align-self: start;
}
.rmu-card-h {
  font-family: var(--rmu-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 0.6rem;
}
.rmu-card-note { margin-block-end: 0; font-size: 0.88rem; color: #45645d; }
.rmu-addr { font-style: normal; line-height: 1.7; }
.rmu-addr-run { font-size: 0.9rem; color: var(--rmu-soft); margin-block-start: 0.3rem; }

.rmu-a { color: var(--rmu-berry); text-underline-offset: 3px; }
.rmu-a:hover { color: var(--rmu-mint); }
.rmu-a-big { font-weight: 700; font-size: 1.05em; }

.rmu-foot {
  background: var(--rmu-ink);
  color: #e3d3cf;
  padding-block: 2rem;
  border-start-start-radius: var(--rmu-round);
  border-start-end-radius: var(--rmu-round);
  margin-block-start: 1rem;
}
.rmu-foot-grid { display: grid; gap: 1.2rem; }
.rmu-foot-name { font-family: var(--rmu-display); font-weight: 800; color: #fff; font-size: 1.2rem; margin: 0; }
.rmu-foot-l { margin: 0.26rem 0; font-size: 0.89rem; }
.rmu-foot .rmu-a { color: #f4a8b6; }
.rmu-foot .rmu-a:hover { color: var(--rmu-mint); }
.rmu-foot .rmu-addr-run { color: #b8a5a1; }

/* privacy page */
.rmu-note { padding-block: 2.2rem 3rem; }
.rmu-note-h1 {
  font-family: var(--rmu-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 5.6vw, 2.7rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
}
.rmu-note-lede {
  max-width: 60ch;
  margin: 0 0 2rem;
  padding: 1rem 1.15rem;
  background: #e4f4f0;
  border-radius: var(--rmu-round);
}
.rmu-note-h2 {
  font-family: var(--rmu-display);
  font-weight: 700;
  font-size: 1.24rem;
  color: var(--rmu-berry);
  margin: 1.9rem 0 0.4rem;
}
.rmu-note p { max-width: 64ch; margin: 0 0 0.85rem; }
.rmu-note-back { margin-block-start: 2.2rem; }

:focus-visible { outline: 3px solid var(--rmu-berry); outline-offset: 3px; }

@media (min-width: 620px) {
  .rmu-head-row { flex-direction: row; align-items: center; justify-content: space-between; }
  .rmu-hero { margin-inline: 1.2rem; }
  .rmu-list { grid-template-columns: 1fr 1fr; }
  .rmu-foot-grid { grid-template-columns: 1fr auto; align-items: end; }
  .rmu-foot-side { text-align: end; }
}

@media (min-width: 960px) {
  .rmu-hero-in { padding-block: 4rem 4.4rem; }
  .rmu-churn, .rmu-styles { padding-block: 3.4rem; }
  .rmu-track { padding-inline-start: 0; }
  .rmu-track::before { inset-inline-start: 50%; margin-inline-start: -1.5px; }
  .rmu-tick { width: 50%; padding-inline-start: 0; }
  .rmu-tick:nth-child(odd) { padding-inline-end: 2.6rem; text-align: end; }
  .rmu-tick:nth-child(odd) .rmu-tick-dot { inset-inline-start: auto; inset-inline-end: -10.5px; }
  .rmu-tick:nth-child(even) { margin-inline-start: 50%; padding-inline-start: 2.6rem; }
  .rmu-tick:nth-child(even) .rmu-tick-dot { inset-inline-start: -10.5px; }
  .rmu-tick:nth-child(odd) .rmu-tick-body p { margin-inline-start: auto; }
  .rmu-trade-grid { grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.8fr); gap: 2.6rem; }
}
