:root {
	--rb-navy-950: #07111f;
	--rb-navy-900: #0b1728;
	--rb-navy-800: #122239;
	--rb-gold-500: #ffc400;
	--rb-gold-400: #ffd54a;
	--rb-ivory-50: #f7f4ea;
	--rb-white: #ffffff;
	--rb-teal-500: #19b5a5;
	--rb-teal-700: #087d73;
	--rb-red-500: #c94747;
	--rb-slate-500: #64748b;
	--rb-slate-300: #cbd5e1;
	--rb-text-dark: #142033;
	--rb-text-light: #eaf0f7;
	--rb-line: #dce3e9;
	--rb-radius-main: 18px;
	--rb-radius-panel: 12px;
	--rb-shadow: 0 22px 54px rgba(7, 17, 31, 0.13);
	--rb-font: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
	background: var(--rb-white);
	color: var(--rb-text-dark);
	font-family: var(--rb-font);
	font-size: 17px;
	line-height: 1.72;
	margin: 0;
	overflow-wrap: break-word;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: #075f59; text-underline-offset: 0.18em; }
a:hover { color: #064b46; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--rb-gold-500); outline-offset: 4px; }
h1, h2, h3, h4 { color: inherit; letter-spacing: -0.025em; line-height: 1.12; margin: 0 0 0.6em; }
h1 { font-size: clamp(3.25rem, 6vw, 4.125rem); }
h2 { font-size: clamp(2rem, 4vw, 2.625rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
p, ul, ol { margin: 0 0 1.15em; }
ul, ol { padding-left: 1.35em; }
strong { font-weight: 760; }
table { border-collapse: collapse; width: 100%; }
blockquote { border-left: 4px solid var(--rb-gold-500); margin: 1.8rem 0; padding: 0.25rem 0 0.25rem 1.25rem; }
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}
.rb-skip-link { background: var(--rb-white); color: var(--rb-navy-950); left: 12px; padding: 12px 16px; position: fixed; top: -100px; z-index: 9999; }
.rb-skip-link:focus { top: 12px; }
.rb-kicker {
	color: #8a5b00;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.16em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.rb-section--dark .rb-kicker,
.rb-home-hero .rb-kicker,
.rb-page-hero--dark .rb-kicker { color: var(--rb-gold-400); }
.rb-muted { color: #526174; }
.rb-on-dark { color: var(--rb-text-light); }
.rb-on-dark a { color: var(--rb-gold-400); }
.rb-prose { max-width: 720px; }
.rb-prose > * + * { margin-top: 1rem; }
.rb-prose h2 { margin-top: 2.4rem; }
.rb-prose h3 { margin-top: 1.8rem; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

