﻿@font-face {
	font-family: "Rubik";
	src: url("../fonts/Rubik-VariableFont_wght.woff2") format("woff2-variations");
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-bg: #f7f5ef;
	--color-surface: #fff;
	--color-text: #172019;
	--color-muted: #5c675e;
	--color-primary: #174d33;
	--color-primary-dark: #0e3522;
	--color-border: #d9ded8;
	--container: 72rem;
	--content: 48rem;
	--radius: 0.25rem;
	--shadow: 0 1rem 2.5rem rgba(23, 32, 25, 0.08);
	--ora-container: 1320px;
	--ora-container-wide: 1340px;
	--ora-content: 1180px;
	--ora-single-content: 880px;
	--ora-page-padding-desktop: 4rem;
	--ora-page-padding-tablet: 2rem;
	--ora-page-padding-mobile: 1.25rem;
	--ora-body-size: clamp(0.95rem, 0.25vw + 0.9rem, 1.08rem);
	--ora-body-line: 1.65;
	--ora-small-size: clamp(0.8rem, 0.2vw + 0.75rem, 0.9rem);
	--ora-h1-size: clamp(2rem, 2.6vw, 3rem);
	--ora-h2-size: clamp(1.8rem, 2.2vw, 2.65rem);
	--ora-h3-size: clamp(1.05rem, 1vw, 1.25rem);
	--ora-section-space: clamp(4rem, 6vw, 6rem);
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: "Rubik", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--color-primary); text-underline-offset: 0.2em; }
a:hover { color: var(--color-primary-dark); }
a[x-apple-data-detectors] {
	color: inherit !important;
	font: inherit !important;
	text-decoration: none !important;
}
button, input, textarea, select { font: inherit; }

h1, h2, h3 {
	margin: 0 0 0.65em;
	font-family: "Rubik", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

h1 { font-size: clamp(2.6rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.25rem; }

.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.content-narrow { width: min(100% - 2rem, var(--content)); }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section-muted { background: #e9ede7; }
.eyebrow {
	margin-bottom: 1rem;
	color: var(--color-primary);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.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;
}
.screen-reader-text:focus {
	z-index: 100000;
	top: 0.5rem;
	left: 0.5rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: #fff;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid rgba(23, 32, 25, 0.08);
	background: #fff;
}
.header-kicker {
	background: #eaf4f8;
}
.header-kicker p {
	margin: 0;
	padding-block: 0.55rem;
	color: #000;
	font-size: clamp(0.8125rem, 0.2vw + 0.75rem, 0.875rem);
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}
.header-top {
	display: grid;
	grid-template-columns: 14rem minmax(0, 1fr);
	width: min(calc(100% - var(--ora-page-padding-desktop) - var(--ora-page-padding-desktop)), var(--ora-container-wide));
	min-height: 6.25rem;
	align-items: center;
	gap: clamp(2rem, 6vw, 6rem);
	padding-block: 1.25rem;
}
.site-branding {
	align-self: center;
	padding-top: 0;
}
.site-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.site-logo {
	width: min(100%, 13.25rem);
	height: auto;
}
.header-contact-column {
	display: flex;
	justify-content: flex-end;
}
.header-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(2rem, 5vw, 4rem);
	margin: 0;
	color: #000;
	font-style: normal;
	line-height: 1.2;
}
.header-contact a {
	display: inline-grid;
	grid-template-columns: 1.5rem max-content;
	align-items: center;
	column-gap: 0.55rem;
	color: #000;
	font-size: clamp(0.9375rem, 0.2vw + 0.85rem, 1rem);
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}
.header-contact a::after {
	display: block;
	grid-column: 2;
	grid-row: 2;
	height: 0;
	overflow: hidden;
	content: attr(data-label);
	font-weight: 500;
	visibility: hidden;
}
.header-contact a span {
	grid-column: 2;
	grid-row: 1;
}
.header-contact-icon {
	grid-column: 1;
	grid-row: 1;
	width: 1.5rem;
	height: 1.5rem;
	flex: 0 0 auto;
	object-fit: contain;
}
.header-contact a:hover,
.header-contact a:focus-visible {
	color: #000;
	font-weight: 500;
}
.header-nav-row {
	display: flex;
	width: min(calc(100% - var(--ora-page-padding-desktop) - var(--ora-page-padding-desktop)), var(--ora-container-wide));
	justify-content: center;
	padding-top: 0.6rem;
	padding-bottom: 0.8rem;
}
.primary-navigation { width: max-content; max-width: 100%; }
.menu {
	display: flex;
	padding: 0;
	margin: 0;
	gap: clamp(1.75rem, 3.6vw, 3.25rem);
	list-style: none;
}
.menu a {
	color: #000;
	font-size: clamp(1.125rem, 0.35vw + 1rem, 1.375rem);
	font-weight: 300;
	line-height: 1.1;
	text-decoration: none;
}
.menu a::before {
	display: block;
	height: 0;
	overflow: hidden;
	content: attr(data-label);
	font-weight: 400;
	visibility: hidden;
}
.menu a:hover,
.menu a:focus-visible,
.menu .current-menu-item > a {
	color: #000;
	font-weight: 400;
}
.menu-toggle {
	display: none;
	width: 2.4rem;
	height: 2.4rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	cursor: pointer;
	font-weight: 700;
}
.menu-toggle-icon {
	width: 1.75rem;
	height: 1.75rem;
	object-fit: contain;
}

.ora-front-page {
	background: #fff;
	color: #111;
	font-size: var(--ora-body-size);
	line-height: var(--ora-body-line);
}
.ora-front-page h1,
.ora-front-page h2,
.ora-front-page h3 {
	font-family: "Rubik", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}
.ora-front-page h1 {
	margin-bottom: 1.8rem;
	font-size: var(--ora-h1-size);
	font-weight: 250;
	text-align: center;
}
.ora-front-page h2 {
	margin-bottom: 1.8rem;
	font-size: var(--ora-h2-size);
	font-weight: 250;
	text-align: center;
}
.ora-front-page h3 {
	margin-bottom: 0.75rem;
	font-size: var(--ora-h3-size);
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}
.ora-front-page p { margin-bottom: 1rem; }
.ora-front-narrow {
	width: min(calc(100% - var(--ora-page-padding-desktop) - var(--ora-page-padding-desktop)), var(--ora-container-wide));
}
.ora-front-section {
	padding-block: var(--ora-section-space);
}
.ora-front-page section[id] {
	scroll-margin-top: 11rem;
}
.ora-front-section-blue {
	background: #e8f3f8;
}
.ora-front-hero {
	position: relative;
	display: grid;
	min-height: clamp(20rem, 33vw, 34rem);
	overflow: hidden;
	place-items: center;
	background: #d9e8ee;
}
@keyframes ora-hero-layer-enter {
	from {
		opacity: 0;
		transform: translateY(1.25rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.ora-front-hero-slides {
	position: absolute;
	inset: 0;
	animation: ora-hero-layer-enter 900ms ease-out both;
}
.ora-front-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	transition: opacity 700ms ease;
}
.ora-front-hero-image.is-active {
	opacity: 1;
}
.ora-front-hero::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.16);
	content: "";
	transition: background-color 700ms ease;
}
.ora-front-hero[data-active-slide="0"]::after {
	background: rgba(0, 0, 0, 0.32);
}
.ora-front-hero[data-active-slide="1"]::after,
.ora-front-hero[data-active-slide="2"]::after {
	background: rgba(0, 0, 0, 0.14);
}
.ora-front-hero-overlay {
	position: relative;
	z-index: 1;
	display: grid;
	animation: ora-hero-layer-enter 800ms ease-out 120ms both;
	place-items: center;
	color: #fff;
	text-align: center;
	text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.25);
}
.ora-front-hero-phone {
	margin: 0;
	font-size: clamp(2rem, 5vw, 4.5rem);
	font-weight: 500;
	line-height: 1;
}
.ora-front-hero-phone a {
	color: inherit;
	text-decoration: none;
}
.ora-front-hero-phone a:hover,
.ora-front-hero-phone a:focus-visible {
	color: inherit;
	text-decoration: none;
}
.ora-front-hero-subline {
	margin: 0.15rem 0 0;
	font-size: clamp(1.7rem, 3vw, 2.9rem);
	font-weight: 500;
	line-height: 1.1;
}
.ora-front-hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
	padding: 0.75rem 1.35rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: clamp(0.9rem, 0.35vw + 0.85rem, 1.05rem);
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	text-shadow: none;
	transition: background-color 180ms ease, color 180ms ease;
}
.ora-front-hero-cta:hover,
.ora-front-hero-cta:focus-visible {
	background: #fff;
	color: #111;
}
.ora-front-slider-arrow {
	position: absolute;
	z-index: 2;
	top: 0;
	display: grid;
	width: 10rem;
	height: 100%;
	place-items: center;
	border: 0;
	background: transparent;
	cursor: pointer;
	line-height: 1;
}
.ora-front-slider-arrow img {
	width: 4rem;
	height: 4rem;
	filter: brightness(0) invert(1);
	object-fit: contain;
}
.ora-front-slider-arrow-prev {
	left: 0;
	justify-items: start;
	padding-left: 1.5rem;
}
.ora-front-slider-arrow-next {
	right: 0;
	justify-items: end;
	padding-right: 1.5rem;
}
.ora-front-intro {
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
	background: #fff;
}
.ora-front-reveal.is-reveal-ready > .container > * {
	opacity: 0;
	transform: translateY(1rem);
	transition:
		opacity 700ms ease,
		transform 700ms ease;
	will-change: opacity, transform;
}
.ora-front-reveal.is-reveal-ready > .container > *:nth-child(2) {
	transition-delay: 120ms;
}
.ora-front-reveal.is-reveal-ready > .container > *:nth-child(3) {
	transition-delay: 220ms;
}
.ora-front-reveal.is-reveal-ready > .container > *:nth-child(4) {
	transition-delay: 320ms;
}
.ora-front-reveal.is-visible > .container > * {
	opacity: 1;
	transform: translateY(0);
}
.ora-front-intro p,
.ora-front-copy p,
.ora-front-media p,
.ora-front-news > .container > p {
	margin-bottom: 2rem;
}
.ora-front-intro p:last-child,
.ora-front-copy p:last-child,
.ora-front-media p:last-child,
.ora-front-news > .container > p:last-child {
	margin-bottom: 0;
}
.ora-front-intro p,
.ora-front-copy p,
.ora-front-media p,
.ora-front-news > .container > p,
.ora-front-news-item p {
	font-size: var(--ora-body-size);
	font-weight: 400;
	line-height: var(--ora-body-line);
}
.ora-front-topic-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.1rem 4rem;
	margin-top: 2rem;
}
.ora-front-topic p {
	margin: 0;
	font-size: var(--ora-body-size);
	font-weight: 400;
	line-height: var(--ora-body-line);
}
.ora-front-profile {
	background: #fff;
	text-align: center;
}
.ora-front-profile-image {
	width: min(100%, 46rem);
	aspect-ratio: 16 / 9;
	margin: 0 auto 2.4rem;
	object-fit: cover;
}
.ora-front-profile h2 {
	margin-bottom: 0.75rem;
}
.ora-front-profile-facts {
	padding: 0;
	margin: 0 auto 3rem;
	color: #002644;
	font-size: var(--ora-h3-size);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	list-style: none;
	text-transform: uppercase;
}
.ora-front-copy {
	text-align: left;
}
.ora-front-page strong {
	font-weight: 600;
}
.ora-front-copy p {
	line-height: var(--ora-body-line);
}
.ora-front-media {
	border-top: 1px solid #d6d6d6;
	background: #fff;
}
.ora-front-media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
}
.ora-front-media-card {
	margin: 0;
}
.ora-front-media-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.ora-front-media-image-link {
	overflow: hidden;
}
.ora-front-media-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.ora-front-media-image-link img {
	transition: transform 250ms ease, filter 250ms ease;
}
.ora-front-media-card:hover .ora-front-media-image-link img {
	filter: brightness(0.94);
	transform: scale(1.018);
}
.ora-front-media-card h3 {
	margin: 0.75rem 0 0;
	font-size: var(--ora-h3-size);
	font-weight: 500;
	line-height: 1.28;
}
.ora-front-media-card h3 a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #000;
	text-decoration: none;
}
.ora-front-media-card h3 a img {
	width: 1.05rem;
	height: 1.05rem;
	aspect-ratio: auto;
	flex: 0 0 auto;
	object-fit: contain;
}
.ora-front-media-card:hover h3 a,
.ora-front-media-card h3 a:focus-visible {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}
.ora-front-placeholder {
	display: grid;
	min-height: clamp(11rem, 21vw, 18rem);
	place-items: center;
	background:
		linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05)),
		#cbd6d8;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.ora-front-placeholder-video {
	position: relative;
	background:
		linear-gradient(135deg, rgba(16, 23, 18, 0.32), rgba(16, 23, 18, 0.12)),
		url("../../../../uploads/2026/07/oliver_rabbat_rechtsanwalt_verkehrsrecht_strafrecht.webp") center / cover;
}
.ora-front-placeholder-video span {
	display: grid;
	width: 4.4rem;
	height: 3.1rem;
	place-items: center;
	border-radius: 0.55rem;
	background: #ff1f1f;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
}
.ora-front-news h2 {
	text-align: center;
}
.ora-front-news > .container > p {
	text-align: left;
}
.ora-front-news-list {
	display: grid;
	margin-top: 2rem;
}
.ora-front-news-item {
	display: grid;
	grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
	gap: 1.6rem;
	padding-block: 1.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.ora-front-news-item:first-child {
	border-top: 0;
}
.ora-front-news-item:last-child {
	border-bottom: 0;
}
.ora-front-news-image-link {
	display: block;
	line-height: 0;
}
.ora-front-news-item img,
.ora-front-news-placeholder {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #c7d4d8;
}
.ora-front-news-placeholder {
	display: grid;
	place-items: center;
	color: #57707a;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}
.ora-front-news-item time {
	display: block;
	margin-bottom: 0.55rem;
	color: #4c4c4c;
	font-size: 0.9rem;
	font-weight: 400;
}
.ora-front-news-item h3 {
	margin-bottom: 0.4rem;
	font-size: clamp(1.2rem, 1.15vw, 1.45rem);
	font-weight: 600;
}
.ora-front-news-item p {
	margin-bottom: 1rem;
}
.ora-front-news-item a {
	color: #000;
	font-size: 0.88rem;
	font-weight: 600;
}
.ora-front-news-more {
	display: flex;
	justify-content: center;
	margin: 2.5rem 0 0;
	text-align: center;
}
.ora-front-outline-button {
	display: inline-flex;
	min-width: 10rem;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.75rem 1.25rem 0.75rem 1.5rem;
	border: 1px solid #111;
	background: transparent;
	color: #111;
	font-size: 0.85rem;
	font-weight: 400;
	text-decoration: none;
}
.ora-front-outline-button::after {
	display: block;
	width: 0.85rem;
	height: 0.85rem;
	background: currentColor;
	content: "";
	mask: url("../../../../uploads/2026/07/chevron-right.svg") center / contain no-repeat;
}
.ora-front-contact {
	background: #fff;
	text-align: left;
}
.ora-front-contact h2 {
	width: min(100%, 24rem);
	margin-inline: auto;
	text-align: center;
}
.ora-front-contact address {
	display: grid;
	width: min(100%, 24rem);
	margin: 0 auto;
	font-style: normal;
	gap: 0.9rem;
}
.ora-front-contact-item {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr);
	align-items: start;
	gap: 0.9rem;
}
.ora-front-contact-item img {
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.15rem;
	object-fit: contain;
}
.ora-front-contact p {
	margin: 0;
}
.ora-front-contact strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #3d4b55;
	font-size: var(--ora-small-size);
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.ora-front-contact span {
	display: block;
	font-weight: 500;
	line-height: 1.55;
}
.ora-front-contact a {
	color: #000;
}

.hero { display: grid; min-height: min(48rem, calc(100vh - 5rem)); align-items: center; padding-block: 5rem; }
.hero-inner { max-width: 65rem; margin-left: max(1rem, calc((100% - var(--container)) / 2)); }
.hero h1 { max-width: 14ch; }
.hero-copy, .lead { max-width: 42rem; color: var(--color-muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button {
	display: inline-block;
	padding: 0.85rem 1.25rem;
	border: 1px solid var(--color-primary);
	border-radius: var(--radius);
	background: var(--color-primary);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.button:hover { background: var(--color-primary-dark); color: #fff; }
.text-link { font-weight: 700; }

.card-grid, .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.card { padding: clamp(1.5rem, 3vw, 2.5rem); border-top: 3px solid var(--color-primary); background: var(--color-surface); box-shadow: var(--shadow); }
.card p, .post-card p { color: var(--color-muted); }
.split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.steps { padding: 0; margin: 0; counter-reset: steps; list-style: none; }
.steps li { position: relative; display: grid; padding: 0 0 2rem 3.5rem; border-left: 1px solid #bcc6bd; gap: 0.2rem; }
.steps li::before { position: absolute; top: 0; left: -1rem; display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--color-primary); color: #fff; content: counter(steps); counter-increment: steps; font-size: 0.85rem; font-weight: 700; }
.steps span { color: var(--color-muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }

.post-card { overflow: hidden; background: var(--color-surface); box-shadow: var(--shadow); }
.post-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.post-card-image:hover img { transform: scale(1.025); }
.post-card-content { padding: 1.5rem; }
.post-card h2, .post-card h3 { font-size: 1.5rem; }
.post-card h2 a, .post-card h3 a { color: var(--color-text); text-decoration: none; }
.post-meta { color: var(--color-muted); font-size: 0.85rem; }

.contact-section { background: var(--color-primary-dark); color: #fff; }
.contact-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.contact-section .eyebrow { color: #b9ddc7; }
.button-light { border-color: #fff; background: #fff; color: var(--color-primary-dark); }
.button-light:hover { background: #e9ede7; color: var(--color-primary-dark); }

.page-header, .entry-header { padding-block: clamp(4rem, 8vw, 7rem) clamp(2.5rem, 5vw, 4rem); }
.page-header h1, .entry-header h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.featured-image { max-width: 64rem; }
.featured-image img { width: 100%; }
.entry-content { padding-block: clamp(2.5rem, 5vw, 4rem); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.5em; font-size: 2rem; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content blockquote { padding-left: 1.5rem; margin: 2rem 0; border-left: 3px solid var(--color-primary); color: var(--color-muted); font-size: 1.2rem; }
.entry-content a { overflow-wrap: anywhere; }
.entry-footer, .post-navigation { padding-bottom: 3rem; }
.nav-links { display: flex; justify-content: space-between; gap: 2rem; }
.navigation.pagination { margin-top: 3rem; }
.page-numbers { display: inline-block; padding: 0.4rem 0.7rem; }

.page-entry,
.page-entry .page-header,
.page-entry .entry-content {
	background: #fff;
}

.ora-single-page {
	background: #fff;
	color: #000;
	font-size: var(--ora-body-size);
	line-height: var(--ora-body-line);
}
.ora-single-container {
	width: min(calc(100% - var(--ora-page-padding-desktop) - var(--ora-page-padding-desktop)), var(--ora-single-content));
	margin-inline: auto;
}
.ora-single-header {
	padding-block: clamp(4rem, 6vw, 6rem) clamp(2rem, 4vw, 3rem);
}
.ora-single-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1.35rem;
	color: #000;
	font-size: var(--ora-small-size);
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}
.ora-single-back-link:hover,
.ora-single-back-link:focus-visible {
	color: #000;
	text-decoration: none;
}
.ora-single-back-link:hover span:last-child,
.ora-single-back-link:focus-visible span:last-child {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}
.ora-single-date {
	display: block;
	margin-bottom: 0.9rem;
	color: #4c4c4c;
	font-size: var(--ora-small-size);
	font-weight: 400;
	line-height: 1.3;
}
.ora-single-header h1 {
	margin: 0;
	font-size: var(--ora-h1-size);
	font-weight: 300;
	line-height: 1.1;
}
.ora-single-featured-image {
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.ora-single-featured-image a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.ora-single-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.ora-single-content {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.ora-single-content > *:first-child {
	margin-top: 0;
}
.ora-single-content > *:last-child {
	margin-bottom: 0;
}
.ora-single-content p,
.ora-single-content li {
	font-size: var(--ora-body-size);
	font-weight: 400;
	line-height: var(--ora-body-line);
}
.ora-single-content p,
.ora-single-content ul,
.ora-single-content ol,
.ora-single-content figure,
.ora-single-content blockquote {
	margin-bottom: 1.15rem;
}
.ora-single-content h2,
.ora-single-content h3,
.ora-single-content h4 {
	margin: 2.2em 0 0.75em;
	line-height: 1.2;
}
.ora-single-content h2 {
	font-size: var(--ora-h2-size);
	font-weight: 300;
}
.ora-single-content h3 {
	font-size: var(--ora-h3-size);
	font-weight: 500;
}
.ora-single-content a {
	overflow-wrap: anywhere;
	color: #000;
}
.ora-single-content blockquote {
	padding-left: 1.25rem;
	border-left: 2px solid #002644;
	color: #222;
}
.ora-single-content img {
	height: auto;
}
.ora-single-footer {
	padding-bottom: var(--ora-section-space);
}
.ora-single-social {
	display: flex;
	align-items: center;
	gap: 1.8rem;
}
.ora-single-social a {
	display: inline-flex;
	width: 1.55rem;
	height: 1.55rem;
	align-items: center;
	justify-content: center;
}
.ora-single-social img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ora-blog-page {
	background: #fff;
	color: #000;
	font-size: var(--ora-body-size);
	line-height: var(--ora-body-line);
}
.ora-blog-container {
	width: min(calc(100% - var(--ora-page-padding-desktop) - var(--ora-page-padding-desktop)), var(--ora-container-wide));
	margin-inline: auto;
}
.ora-blog-header {
	padding-block: clamp(4rem, 6vw, 6rem) clamp(2rem, 4vw, 3rem);
}
.ora-blog-eyebrow {
	margin-bottom: 0.6rem;
	color: #002644;
	font-size: var(--ora-small-size);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.ora-blog-header h1 {
	margin-bottom: 1.4rem;
	font-size: var(--ora-h1-size);
	font-weight: 300;
	line-height: 1.08;
}
.ora-blog-header p:last-child {
	max-width: var(--ora-content);
	margin: 0;
	font-size: var(--ora-body-size);
	line-height: var(--ora-body-line);
}
.ora-blog-section {
	padding-block: 0 var(--ora-section-space);
}
.ora-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4rem) clamp(2rem, 4vw, 3.5rem);
}
.ora-blog-card {
	display: grid;
	align-content: start;
	background: #fff;
}
.ora-blog-card-image {
	display: grid;
	aspect-ratio: 16 / 9;
	margin-bottom: 1.35rem;
	place-items: center;
	overflow: hidden;
	background: #d9e8ee;
	color: #57707a;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.ora-blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}
.ora-blog-card-image:hover img {
	transform: scale(1.025);
}
.ora-blog-card-content time {
	display: block;
	margin-bottom: 0.7rem;
	color: #4c4c4c;
	font-size: 0.9rem;
	font-weight: 400;
}
.ora-blog-card-content h2 {
	margin-bottom: 0.75rem;
	font-size: clamp(1.2rem, 1.15vw, 1.45rem);
	font-weight: 600;
	line-height: 1.25;
}
.ora-blog-card-content h2 a {
	color: #000;
	text-decoration: none;
}
.ora-blog-card-content p {
	margin-bottom: 1rem;
	font-size: var(--ora-body-size);
	font-weight: 400;
	line-height: var(--ora-body-line);
}
.ora-blog-read-more {
	color: #000;
	font-size: 0.88rem;
	font-weight: 600;
}
.ora-blog-page .navigation.pagination {
	margin-top: clamp(3rem, 5vw, 4.5rem);
	text-align: center;
}
.ora-blog-page .nav-links {
	justify-content: center;
}
.ora-blog-page .page-numbers {
	color: #000;
	text-decoration: none;
}
.ora-blog-page .page-numbers.current {
	font-weight: 700;
}

.site-footer {
	padding-block: clamp(4.5rem, 7vw, 6.5rem) 3.4rem;
	background: #c6c6c6;
	color: #000;
}
.footer-inner {
	width: min(calc(100% - var(--ora-page-padding-desktop) - var(--ora-page-padding-desktop)), var(--ora-container-wide));
	margin-inline: auto;
}
.footer-columns {
	display: grid;
	grid-template-columns: 0.85fr 1.1fr 0.9fr;
	gap: clamp(3rem, 8vw, 7rem);
}
.footer-column h2 {
	margin: 0 0 1rem;
	color: #000;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}
.footer-column p,
.footer-column li,
.footer-column a {
	color: #000;
	font-size: clamp(0.95rem, 0.35vw + 0.85rem, 1.05rem);
	font-weight: 400;
	line-height: 1.75;
	text-decoration: none;
}
.footer-column a:hover,
.footer-column a:focus-visible {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}
.footer-contact address {
	margin: 0;
	font-style: normal;
}
.footer-contact p {
	margin: 0;
}
.footer-contact-spacer {
	padding-top: 2rem;
}
.footer-profile ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-profile li {
	margin: 0 0 0.45rem;
}
.footer-profile li::before {
	content: "> ";
}
.footer-memberships {
	text-align: center;
}
.footer-memberships a {
	display: inline-block;
}
.footer-memberships img {
	width: min(100%, 7.5rem);
	margin: 1.45rem auto 0;
}
.footer-bottom {
	display: grid;
	justify-items: center;
	margin-top: clamp(5rem, 9vw, 8rem);
	gap: 1rem;
}
.footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.8rem;
}
.footer-social a {
	display: inline-flex;
	width: 1.55rem;
	height: 1.55rem;
	align-items: center;
	justify-content: center;
}
.footer-social img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	color: #000;
	font-size: 1rem;
	line-height: 1.3;
}
.footer-legal a {
	color: #000;
	text-decoration: none;
}
.footer-legal a:hover,
.footer-legal a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
}

@media (min-width: 761px) and (max-width: 1536px) {
	.header-top,
	.header-nav-row,
	.ora-front-narrow,
	.ora-blog-container,
	.footer-inner {
		width: min(calc(100% - var(--ora-page-padding-tablet) - var(--ora-page-padding-tablet)), var(--ora-container-wide));
	}
	.ora-single-container {
		width: min(calc(100% - var(--ora-page-padding-tablet) - var(--ora-page-padding-tablet)), var(--ora-single-content));
	}
}

@media (max-width: 1024px) {
	.header-top {
		display: flex;
		width: min(calc(100% - var(--ora-page-padding-tablet) - var(--ora-page-padding-tablet)), var(--ora-container-wide));
		min-height: auto;
		align-items: center;
		justify-content: space-between;
		padding-block: 0.85rem;
	}
	.site-logo { width: 10.5rem; }
	.header-contact-column { display: none; }
	.header-contact { display: none; }
	.menu-toggle { display: inline-flex; }
	.header-nav-row {
		display: block;
		width: min(calc(100% - var(--ora-page-padding-tablet) - var(--ora-page-padding-tablet)), var(--ora-container-wide));
		padding-top: 0;
		padding-bottom: 0;
	}
	.primary-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: auto;
		max-width: none;
		max-height: 0;
		overflow: hidden;
		padding: 0 0.75rem;
		border-bottom: 1px solid transparent;
		background: #fff;
		opacity: 0;
		transform: translateY(-0.75rem);
		transition:
			max-height 280ms ease,
			opacity 220ms ease,
			transform 280ms ease,
			padding 280ms ease,
			border-color 280ms ease,
			visibility 280ms ease;
		visibility: hidden;
	}
	.primary-navigation.is-open {
		max-height: 20rem;
		padding-block: 0.75rem;
		border-bottom-color: var(--color-border);
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.primary-navigation .menu { flex-direction: column; gap: 0; }
	.primary-navigation .menu a {
		display: block;
		padding: 0.65rem 0.75rem;
		font-size: 1.15rem;
		text-align: center;
	}
	.ora-front-page p,
	.ora-single-content p,
	.page-entry .entry-content h2,
	.page-entry .entry-content h3,
	.page-entry .entry-content p,
	.ora-blog-card-content p {
		hyphens: auto;
		overflow-wrap: anywhere;
	}
	.ora-front-profile-facts li {
		hyphens: auto;
		overflow-wrap: normal;
		text-wrap: balance;
		word-break: normal;
	}
}

@media (max-width: 760px) {
	.header-kicker p {
		padding-block: 0.45rem;
		font-size: 0.78rem;
	}
	.header-top {
		display: flex;
		width: min(calc(100% - var(--ora-page-padding-mobile) - var(--ora-page-padding-mobile)), var(--ora-container-wide));
		min-height: auto;
		align-items: center;
		justify-content: space-between;
		padding-block: 0.75rem;
	}
	.site-logo { width: 9.5rem; }
	.header-contact-column { display: none; }
	.header-contact { display: none; }
	.menu-toggle { display: inline-flex; }
	.header-nav-row { display: block; width: min(calc(100% - var(--ora-page-padding-mobile) - var(--ora-page-padding-mobile)), var(--ora-container-wide)); padding-top: 0; padding-bottom: 0; }
	.primary-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: auto;
		max-width: none;
		max-height: 0;
		overflow: hidden;
		padding: 0 0.75rem;
		border-bottom: 1px solid transparent;
		background: #fff;
		opacity: 0;
		transform: translateY(-0.75rem);
		transition:
			max-height 280ms ease,
			opacity 220ms ease,
			transform 280ms ease,
			padding 280ms ease,
			border-color 280ms ease,
			visibility 280ms ease;
		visibility: hidden;
	}
	.primary-navigation.is-open {
		max-height: 20rem;
		padding-block: 0.75rem;
		border-bottom-color: var(--color-border);
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.primary-navigation .menu { flex-direction: column; gap: 0; }
	.primary-navigation .menu a {
		display: block;
		padding: 0.65rem 0.75rem;
		font-size: 1.15rem;
		text-align: center;
	}
	.card-grid, .post-grid, .split, .contact-inner { grid-template-columns: 1fr; }
	.section-heading { align-items: start; flex-direction: column; }
	.footer-inner { width: min(calc(100% - var(--ora-page-padding-mobile) - var(--ora-page-padding-mobile)), var(--ora-container-wide)); }
	.footer-columns {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.footer-memberships {
		text-align: left;
	}
	.footer-memberships img {
		margin-inline: 0;
	}
	.footer-bottom {
		margin-top: 4rem;
	}
	.site-footer .menu { flex-wrap: wrap; }
	.ora-single-container { width: min(calc(100% - var(--ora-page-padding-mobile) - var(--ora-page-padding-mobile)), var(--ora-container-wide)); }
	.ora-single-header { padding-block: 3rem 2rem; }
	.ora-single-featured-image { margin-bottom: 2.5rem; }
	.ora-single-social { justify-content: center; }
	.ora-blog-container { width: min(calc(100% - var(--ora-page-padding-mobile) - var(--ora-page-padding-mobile)), var(--ora-container-wide)); }
	.ora-blog-header { padding-block: 3rem 2rem; }
	.ora-blog-grid { grid-template-columns: 1fr; gap: 2.25rem; }
	.ora-front-narrow { width: min(calc(100% - var(--ora-page-padding-mobile) - var(--ora-page-padding-mobile)), var(--ora-container-wide)); }
	.ora-front-section { padding-block: clamp(3rem, 12vw, 4rem); }
	.ora-front-page section[id] { scroll-margin-top: 8.5rem; }
	.ora-front-hero { min-height: 20rem; }
	.ora-front-hero-image-person {
		object-position: 26% center;
	}
	.ora-front-slider-arrow {
		top: 0;
		bottom: auto;
		width: 22%;
		height: 100%;
		align-items: end;
		padding-bottom: 0.9rem;
	}
	.ora-front-slider-arrow img {
		width: 2rem;
		height: 2rem;
	}
	.ora-front-slider-arrow-prev {
		left: 0;
		padding-left: 1rem;
		padding-right: 0;
		justify-items: start;
	}
	.ora-front-slider-arrow-next {
		right: 0;
		padding-left: 0;
		padding-right: 1rem;
		justify-items: end;
	}
	.ora-front-topic-grid,
	.ora-front-media-grid,
	.ora-front-news-item {
		grid-template-columns: 1fr;
	}
	.ora-front-profile-facts {
		width: min(100%, 24rem);
		font-size: 1rem;
		line-height: 1.6;
	}
	.ora-front-media-card h3 {
		font-size: 0.92rem;
	}
	.ora-front-media-card h3 a {
		text-decoration: underline;
		text-underline-offset: 0.18em;
	}
	.ora-front-media-card h3 a img {
		width: 0.95rem;
		height: 0.95rem;
	}
	.ora-front-topic-grid { gap: 1.6rem; }
	.ora-front-news h2 {
		text-align: center;
	}
	.ora-front-news > .container > p {
		text-align: left;
	}
	.ora-front-news-item {
		gap: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
	.ora-front-hero-slides,
	.ora-front-hero-overlay,
	.ora-front-reveal.is-reveal-ready > .container > * {
		animation: none;
		opacity: 1;
		transform: none;
	}
}
