:root {
  color-scheme: light;
  --r369-navy: #111c33;
  --r369-slate: #26374f;
  --r369-muted: #64748b;
  --r369-rose: #f43f5e;
  --r369-rose-dark: #e11d48;
  --r369-soft: #fff1f4;
  --r369-border: #ffe1e8;
  --r369-surface: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 80px;
  background:
    linear-gradient(180deg, #fff 0%, #fff7f9 42%, #fff 100%);
  color: var(--r369-slate);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.legal-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.r369-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(148, 163, 184, 0.5);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: all 0.2s ease;
}

.r369-nav__inner {
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.r369-nav__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.r369-nav__brand img {
  width: auto;
  height: 36px;
  max-width: 180px;
  object-fit: contain;
}

.r369-nav__links {
  display: none;
  align-items: center;
  gap: 40px;
  color: var(--r369-muted);
  font-size: 1rem;
  font-weight: 700;
}

.r369-nav__links a,
.r369-nav__menu--mobile a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.r369-nav__links a:hover,
.r369-nav__menu--mobile a:hover {
  color: var(--r369-rose);
}

.r369-nav__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.r369-nav__cta {
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--r369-rose);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(254, 205, 211, 0.9), 0 4px 6px -4px rgba(254, 205, 211, 0.9);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.r369-nav__cta:hover {
  background: var(--r369-rose-dark);
}

.r369-nav__cta:active,
.r369-nav__toggle:active {
  transform: scale(0.98);
}

.r369-nav__cta--desktop {
  padding: 12px 24px;
  border-radius: 16px;
}

.r369-nav__toggle {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--r369-navy);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.r369-nav__toggle-box {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}

.r369-nav__toggle-line {
  position: absolute;
  left: 3px;
  right: 3px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}

.r369-nav__toggle-line:nth-child(1) {
  top: 6px;
}

.r369-nav__toggle-line:nth-child(2) {
  top: 11px;
}

.r369-nav__toggle-line:nth-child(3) {
  top: 16px;
}

.r369-nav__toggle[aria-expanded="true"] .r369-nav__toggle-line:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.r369-nav__toggle[aria-expanded="true"] .r369-nav__toggle-line:nth-child(2) {
  opacity: 0;
}

.r369-nav__toggle[aria-expanded="true"] .r369-nav__toggle-line:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

.r369-nav__menu--mobile {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 30;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid #ffe4e6;
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.1);
  color: #475569;
  font-size: 1.125rem;
  font-weight: 700;
}

.r369-nav__menu--mobile[hidden] {
  display: none;
}

.r369-nav__menu--mobile > a:not(.r369-nav__cta) {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}

.r369-nav__cta--mobile {
  display: flex;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 12px;
}

.legal-hero {
  min-height: clamp(440px, 58svh, 620px);
  display: flex;
  align-items: center;
  padding: clamp(52px, 8vw, 92px) 0 clamp(44px, 7vw, 76px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.82) 56%, rgba(255, 255, 255, 0.58) 100%),
    url("/hero-image.png") center right / cover no-repeat;
}

.legal-kicker {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--r369-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(244, 63, 94, 0.08);
  color: var(--r369-rose-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--r369-navy);
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.legal-summary {
  max-width: 740px;
  margin: 22px 0 0;
  color: #26374f;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 750;
}

.legal-updated {
  margin: 18px 0 0;
  color: var(--r369-muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.legal-main {
  padding: clamp(48px, 7vw, 88px) 0;
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 104px;
  border: 1px solid var(--r369-border);
  border-radius: 2rem;
  background: #fff;
  padding: 26px;
  box-shadow: 0 20px 45px rgba(255, 161, 176, 0.18);
}

.legal-aside h2 {
  margin: 0;
  color: var(--r369-navy);
  font-size: 1rem;
}

.legal-aside p {
  margin: 12px 0 0;
  color: #5b6b84;
  font-size: 0.94rem;
}

.legal-aside a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--r369-rose-dark);
  font-weight: 900;
  text-decoration: none;
}

.legal-stack {
  display: grid;
  gap: 18px;
}

.legal-card {
  border: 1px solid var(--r369-border);
  border-radius: 2rem;
  background: var(--r369-surface);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 18px 42px rgba(255, 161, 176, 0.16);
}

.legal-card h2 {
  margin: 0;
  color: var(--r369-navy);
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  line-height: 1.15;
}

.legal-card p,
.legal-card li {
  color: #4f6078;
  font-size: 1rem;
}

.legal-card p {
  margin: 14px 0 0;
}

.legal-card ul {
  margin: 16px 0 0;
  padding-left: 1.2rem;
}

.legal-callout {
  border-color: rgba(244, 63, 94, 0.24);
  background: rgba(255, 241, 244, 0.9);
}

.contact-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(244, 63, 94, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 251, 0.98)),
    var(--r369-surface);
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--r369-rose), #fb7185, #14b8a6, var(--r369-rose));
  background-size: 220% 100%;
  animation: contactRail 9s ease-in-out infinite;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form--compact {
  gap: 16px;
}

.contact-flow-panel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(244, 63, 94, 0.18);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 30px rgba(255, 161, 176, 0.13);
  padding: 14px;
}

.contact-flow-panel__accent {
  width: 12px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--r369-rose), #14b8a6);
  box-shadow: 0 10px 18px rgba(244, 63, 94, 0.18);
}

.contact-flow-panel__copy {
  min-width: 0;
}

.contact-flow-panel__copy span {
  display: block;
  color: var(--r369-rose-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-flow-panel__copy strong {
  display: block;
  margin-top: 4px;
  color: var(--r369-navy);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.15;
}

.contact-flow-panel__copy p {
  margin: 5px 0 0;
  color: #5b6b84;
  font-size: 0.9rem;
  font-weight: 750;
}

.contact-flow-panel__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.contact-flow-panel__steps span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 210, 220, 0.9);
  border-radius: 999px;
  background: #fff;
  color: #71809a;
  padding: 0 11px;
  font-size: 0.75rem;
  font-weight: 900;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-flow-panel__steps span.is-active {
  border-color: rgba(244, 63, 94, 0.55);
  background: var(--r369-soft);
  color: var(--r369-rose-dark);
  transform: translateY(-1px);
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form__grid--compact {
  align-items: start;
  grid-template-columns: minmax(220px, 0.92fr) minmax(300px, 1.08fr);
  gap: 12px 14px;
}

.contact-field {
  display: grid;
  gap: 6px;
}

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

.contact-choice-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

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

.contact-choice-field legend {
  color: var(--r369-navy);
  font-size: 0.86rem;
  font-weight: 950;
}

.contact-choice-field--method {
  position: relative;
}

.contact-choice-field--method legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-choice-field--method .contact-choice-group {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 50px;
  border: 1px solid #ffd2dc;
  border-radius: 1rem;
  background: #fff;
  gap: 4px;
  padding: 4px;
}

.contact-choice-field--method .contact-choice {
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 0.78rem;
  background: transparent;
  box-shadow: none;
  column-gap: 6px;
  padding: 6px 8px;
}

.contact-choice-field--method .contact-choice:hover {
  background: #fff7f9;
  box-shadow: none;
  transform: translateY(0);
}

.contact-choice-field--method .contact-choice__icon {
  width: 24px;
  height: 24px;
  border-radius: 0.65rem;
  font-size: 1rem;
}

.contact-choice-field--method .contact-choice__title {
  font-size: 0.84rem;
  line-height: 1;
}

.contact-choice-field--method .contact-choice__hint {
  display: none;
}

.contact-choice-field--method .contact-choice.is-selected,
.contact-choice-field--method .contact-choice:has(input:checked) {
  border-color: transparent;
  background: var(--r369-rose);
  box-shadow: 0 8px 18px rgba(244, 63, 94, 0.18);
}

.contact-choice-field--method .contact-choice.is-selected .contact-choice__icon,
.contact-choice-field--method .contact-choice:has(input:checked) .contact-choice__icon {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.contact-choice-field--method .contact-choice.is-selected .contact-choice__title,
.contact-choice-field--method .contact-choice:has(input:checked) .contact-choice__title {
  color: #fff;
}

.contact-choice-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
}

.contact-choice-group--topics {
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
}

.contact-choice {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  align-items: center;
  column-gap: 10px;
  min-height: 58px;
  border: 1px solid #ffd2dc;
  border-radius: 1rem;
  background: #fff;
  color: var(--r369-slate);
  cursor: pointer;
  padding: 10px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.contact-choice input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-choice__icon,
.contact-optional__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Symbols Rounded";
  font-size: 1.18rem;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  line-height: 1;
  speak: never;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.contact-choice__icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(244, 63, 94, 0.18);
  border-radius: 0.85rem;
  background: #fff7f9;
  color: var(--r369-rose-dark);
}

.contact-choice__copy {
  display: grid;
  min-width: 0;
}

.contact-choice__title {
  display: block;
  color: var(--r369-navy);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.15;
}

.contact-choice__hint {
  display: block;
  margin-top: 3px;
  color: #71809a;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.2;
}

.contact-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 63, 94, 0.46);
  box-shadow: 0 10px 22px rgba(244, 63, 94, 0.1);
}

.contact-choice.is-selected,
.contact-choice:has(input:checked) {
  border-color: rgba(244, 63, 94, 0.72);
  background: linear-gradient(180deg, #fff7f9, #fff);
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.contact-choice.is-selected .contact-choice__icon,
.contact-choice:has(input:checked) .contact-choice__icon {
  border-color: rgba(244, 63, 94, 0.38);
  background: var(--r369-rose);
  color: #fff;
}

.contact-choice.is-selected .contact-choice__title,
.contact-choice:has(input:checked) .contact-choice__title {
  color: var(--r369-rose-dark);
}

.contact-choice:has(input:focus-visible) {
  border-color: rgba(244, 63, 94, 0.72);
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.14);
}

.contact-field label {
  color: var(--r369-navy);
  font-size: 0.92rem;
  font-weight: 900;
}

.contact-field--floating {
  position: relative;
  transition: transform 0.2s ease;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #ffd2dc;
  border-radius: 1rem;
  background: #fff;
  color: var(--r369-slate);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field input,
.contact-field select {
  min-height: 50px;
  padding: 17px 16px 7px;
}

.contact-field textarea {
  min-height: 126px;
  padding: 22px 16px 12px;
  resize: vertical;
}

.contact-field--floating:focus-within {
  transform: translateY(-1px);
}

.contact-field--detail.is-swapping input {
  animation: contactFieldSwap 0.28s ease;
}

.contact-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 23px,
    calc(100% - 14px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.contact-field--floating label {
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 1;
  max-width: calc(100% - 56px);
  overflow: hidden;
  color: #71809a;
  font-size: 0.92rem;
  line-height: 1;
  pointer-events: none;
  text-overflow: ellipsis;
  transform-origin: left top;
  transition: color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.contact-field--floating input:focus + label,
.contact-field--floating input:not(:placeholder-shown) + label,
.contact-field--floating textarea:focus + label,
.contact-field--floating textarea:not(:placeholder-shown) + label,
.contact-field--floating select + label,
.contact-field--floating select:focus + label,
.contact-field--floating select:valid + label {
  color: var(--r369-rose-dark);
  transform: translateY(-8px) scale(0.78);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(244, 63, 94, 0.72);
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.12);
}

.contact-field [aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

.contact-field-error {
  min-height: 1.2em;
  margin: 0;
  color: #b91c1c;
  font-size: 0.85rem;
  font-weight: 800;
}

.contact-form--compact .contact-field-error:empty {
  display: none;
}

.contact-message-meter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 7px;
  color: #71809a;
  font-size: 0.78rem;
  font-weight: 850;
}

.contact-message-meter [data-contact-character-count] {
  color: var(--r369-rose-dark);
}

.contact-optional {
  border: 1px dashed rgba(244, 63, 94, 0.32);
  border-radius: 1rem;
  background: rgba(255, 247, 249, 0.62);
  padding: 0;
}

.contact-optional summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--r369-rose-dark);
  list-style: none;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 950;
}

.contact-optional__icon {
  color: var(--r369-rose-dark);
  font-size: 1.08rem;
}

.contact-optional summary::-webkit-details-marker {
  display: none;
}

.contact-optional summary::after {
  content: "+";
  margin-left: auto;
  color: var(--r369-navy);
  font-weight: 950;
}

.contact-optional[open] summary::after {
  content: "-";
}

.contact-optional .contact-field {
  padding: 0 12px 12px;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-status {
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 14px 16px;
  font-weight: 850;
}

.contact-status[data-status="success"] {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.contact-status[data-status="error"] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.contact-actions p {
  flex: 1 1 260px;
  margin: 0;
  color: #5b6b84;
  font-size: 0.9rem;
  font-weight: 750;
}

.contact-submit {
  min-height: 54px;
  border: 0;
  border-radius: 1rem;
  background: var(--r369-rose);
  color: #fff;
  cursor: pointer;
  padding: 0 26px;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(244, 63, 94, 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.contact-form[data-completion="ready"] .contact-submit {
  background: linear-gradient(135deg, var(--r369-rose), #fb7185);
}

.contact-submit:hover {
  background: var(--r369-rose-dark);
}

.contact-submit:active {
  transform: scale(0.98);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.legal-footer {
  border-top: 1px solid var(--r369-border);
  background: #fff;
  padding: 28px 0;
  color: #6f7f97;
  font-size: 0.92rem;
  font-weight: 750;
}

.legal-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.legal-footer a {
  text-decoration: none;
}

.legal-footer a:hover {
  color: var(--r369-rose-dark);
}

@media (max-width: 840px) {
  .legal-shell {
    width: min(100% - 32px, 680px);
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-choice-group,
  .contact-choice-group--topics {
    grid-template-columns: 1fr;
  }

  .contact-flow-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .contact-flow-panel__steps {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (min-width: 640px) {
  .r369-nav__brand img {
    height: 44px;
    max-width: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-card::before,
  .contact-field--detail.is-swapping input {
    animation: none;
  }

  .contact-field--floating,
  .contact-choice,
  .contact-flow-panel__steps span,
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    transition: none;
  }
}

@keyframes contactRail {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes contactFieldSwap {
  0% {
    transform: translateY(2px);
    opacity: 0.78;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .r369-nav__brand img {
    height: 48px;
  }

  .r369-nav__links {
    display: flex;
  }

  .r369-nav__cta--desktop {
    display: inline-flex;
  }

  .r369-nav__toggle,
  .r369-nav__menu--mobile {
    display: none;
  }
}
