/*
Theme Name: Kuhnle Main
Theme URI: https://logopaedie-kuhnle.de/
Author: Praxis für Logopädie und Ergotherapie Kuhnle GmbH
Description: Bespoke, dependency-light theme for the Kuhnle main site and intranet.
Version: 1.0.0
Text Domain: kuhnle-main
*/

@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("assets/fonts/barlow-300.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/barlow-500.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/barlow-600.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/barlow-700.woff2") format("woff2");
}

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/heebo-400.woff2") format("woff2");
}

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/heebo-500.woff2") format("woff2");
}

@font-face {
	font-family: "Heebo";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/heebo-700.woff2") format("woff2");
}

:root {
	--kuhnle-red: #e22837;
	--kuhnle-red-dark: #c91625;
	--kuhnle-charcoal: #414042;
	--kuhnle-copy: #5b5b5b;
	--kuhnle-paper: #f5f4f2;
	--kuhnle-white: #fff;
	--kuhnle-container: 1160px;
	--kuhnle-shadow: 0 16px 40px rgb(0 0 0 / 14%);
	--kuhnle-type-xs: 14px;
	--kuhnle-type-small: 14px;
	--kuhnle-type-base: 16px;
	--kuhnle-type-lead: 19px;
	--kuhnle-type-title: 23px;
	--kuhnle-type-heading: 30px;
	--kuhnle-type-display-sub: clamp(30px, 3.6vw, 50px);
	--kuhnle-type-display: clamp(38px, 4.2vw, 58px);
	--kuhnle-type-hero: clamp(42px, 5vw, 64px);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--kuhnle-white);
	color: var(--kuhnle-copy);
	font-family: "Heebo", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6,
.primary-navigation,
.button,
.eyebrow,
.locations-heading,
.member-position,
.team-link,
.team-recruitment a,
.site-footer {
	font-family: "Barlow", Arial, sans-serif;
}

body.menu-open {
	overflow: hidden;
}

.kuhnle-public #wpdm-popup-link {
	display: none !important;
}

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

a {
	color: inherit;
}

button,
input,
select,
textarea {
	font: inherit;
}

.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: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--kuhnle-white);
	color: var(--kuhnle-charcoal);
}

.site-container {
	width: min(calc(100% - 48px), var(--kuhnle-container));
	margin-inline: auto;
}

.site-header {
	position: relative;
	z-index: 100;
	background: var(--kuhnle-white);
}

.header-inner {
	display: grid;
	grid-template-columns: minmax(260px, 380px) 1fr auto;
	align-items: center;
	width: min(calc(100% - 48px), 1254px);
	min-height: 154px;
	gap: 32px;
}

.site-logo {
	display: block;
}

.site-logo img {
	width: min(100%, 355px);
}

.primary-navigation {
	align-self: center;
}

.primary-menu,
.primary-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 27px;
}

.primary-menu a {
	display: block;
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .025em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-menu > li > a {
	padding-block: 24px;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a {
	color: var(--kuhnle-red);
}

.primary-menu .has-submenu {
	position: relative;
}

.primary-menu .has-submenu > a::after {
	content: "⌄";
	display: inline-block;
	margin-left: 6px;
	transform: translateY(-2px);
}

.primary-menu .submenu {
	position: absolute;
	top: calc(100% - 12px);
	left: -18px;
	display: none;
	min-width: 245px;
	padding: 12px 0;
	background: var(--kuhnle-white);
	border-top: 3px solid var(--kuhnle-red);
	box-shadow: var(--kuhnle-shadow);
}

.primary-menu .submenu a {
	padding: 9px 18px;
}

.primary-menu .has-submenu:hover .submenu,
.primary-menu .has-submenu:focus-within .submenu {
	display: block;
}

.header-extras {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-extras > a {
	display: block;
	flex: 0 0 auto;
	line-height: 0;
}

.header-extras img {
	width: 24px;
}

.header-extras .quality-link {
	margin-left: 4px;
}

.header-extras .quality-mark {
	width: 70px;
}

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 10px;
	background: transparent;
	border: 0;
	color: var(--kuhnle-red);
	cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	background: currentcolor;
	content: "";
	transition: transform .2s ease, opacity .2s ease;
}

.home-section {
	position: relative;
}

.section-background {
	position: absolute;
	z-index: 0;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.section-background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-background--center .section-background-image {
	object-position: center;
}

.section-background--top .section-background-image {
	object-position: top center;
}

.hero {
	min-height: 720px;
	overflow: hidden;
	background-color: #323232;
	background-position: center;
	background-size: cover;
	color: var(--kuhnle-white);
}

.hero-content {
	position: relative;
	z-index: 2;
	width: min(600px, 58%);
	padding-block: 90px 150px;
}

.hero h1 {
	margin: 0 0 8px;
	color: var(--kuhnle-white);
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 700;
	line-height: .98;
	text-shadow: 0 2px 3px rgb(0 0 0 / 45%);
	text-transform: uppercase;
}

.hero-kicker {
	margin: 0 0 45px;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 600;
	line-height: 1.15;
}

.hero blockquote {
	max-width: 530px;
	padding: 3px 0 3px 23px;
	margin: 0;
	border-left: 6px solid var(--kuhnle-red);
	font-size: 18px;
	font-weight: 600;
}

/* Keep the homepage photograph closely cropped to the end of the intro copy. */
@media (min-width: 641px) {
	.hero {
		min-height: 0;
	}

	.hero-content {
		padding-bottom: 40px;
	}
}

@media (min-width: 921px) {
	.hero .section-background-image {
		position: absolute;
		top: -49px;
		left: 50%;
		width: auto;
		max-width: none;
		height: calc(100% + 430px);
		object-fit: cover;
		transform: translateX(-50%);
	}
}

.paper-texture {
	background-color: var(--kuhnle-paper);
	background-image: url("assets/images/uploads/2021/10/gray-wall-textures-background-scaled.jpg");
	background-position: center;
	background-size: cover;
}

.news-section {
	padding: 105px 0 115px;
}

.video-consent {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	max-width: 1160px;
	margin: 0 auto 70px;
	background: #111;
}

.video-consent > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-consent-overlay {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30px;
	background: rgb(0 0 0 / 70%);
	color: var(--kuhnle-white);
	text-align: center;
}

.video-consent-overlay p {
	max-width: 650px;
	margin: 0 auto 15px;
}

.video-play {
	width: 66px;
	height: 66px;
	margin: auto;
	padding: 0;
	background: transparent;
	border: 3px solid var(--kuhnle-white);
	border-radius: 50%;
	color: var(--kuhnle-white);
	cursor: pointer;
	font-size: 0;
}

.video-play::after {
	display: block;
	width: 0;
	height: 0;
	margin-left: 25px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 18px solid currentcolor;
	content: "";
}

.video-consent iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.section-copy {
	max-width: 1040px;
}

.section-copy h2,
.split-heading {
	margin: 0 0 25px;
	color: var(--kuhnle-red);
	font-size: clamp(34px, 4.3vw, 58px);
	font-weight: 300;
	line-height: 1.02;
	text-transform: uppercase;
}

.section-copy h2 strong,
.split-heading strong {
	font-weight: 700;
}

.news-copy {
	max-width: 980px;
}

.news-copy p {
	margin: 0 0 17px;
}

.news-copy .news-lead {
	text-decoration: underline;
}

.button {
	display: inline-block;
	padding: 10px 22px;
	background: var(--kuhnle-red);
	border: 2px solid var(--kuhnle-red);
	border-radius: 999px;
	color: var(--kuhnle-white);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.button:hover,
.button:focus-visible {
	background: transparent;
	color: var(--kuhnle-red);
}

.profile-section {
	min-height: 630px;
	padding: 85px 0 60px;
	background-color: #f5f5f5;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.profile-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 42% 58%;
	align-items: center;
}

.profile-portrait {
	display: none;
}

.profile-copy {
	grid-column: 2;
	padding-left: 35px;
	color: var(--kuhnle-copy);
	font-weight: 500;
}

.eyebrow {
	margin: 0 0 9px;
	color: var(--kuhnle-charcoal);
	font-size: 15px;
	text-transform: uppercase;
}

.eyebrow::after {
	display: block;
	width: 52px;
	height: 2px;
	margin-top: 9px;
	background: var(--kuhnle-red);
	content: "";
}

.services-section {
	padding: 90px 0 105px;
}

.services-section p {
	max-width: 1040px;
	font-weight: 500;
}

.services-graphic {
	width: min(58%, 700px);
	margin-top: 50px;
}

.partners-section {
	padding: 82px 0 95px;
	border-top: 2px solid #d1d1d1;
	text-align: center;
}

.partners-section h2 {
	margin: 0 0 42px;
	color: var(--kuhnle-charcoal);
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}

.partners-section .partner-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	align-items: center;
	margin: 30px auto 0;
	max-width: 1120px;
}

.partners-section .partner-logo {
	width: 100%;
	height: 205px;
	object-fit: cover;
}

.team-section {
	min-height: 650px;
	background-position: top center;
	background-size: cover;
}

.team-link-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 650px;
}

.team-link {
	display: grid;
	width: 285px;
	min-height: 160px;
	place-items: center;
	background: rgb(226 40 55 / 80%);
	color: var(--kuhnle-white);
	font-size: 29px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.locations-heading {
	padding: 13px 20px;
	background: var(--kuhnle-charcoal);
	color: var(--kuhnle-white);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.location-map {
	position: relative;
	overflow: hidden;
	aspect-ratio: 2174 / 1119;
	background-color: #d7eee5;
	background-position: center;
	background-size: cover;
}

.location-map-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.map-marker {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 68px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	transform: translate(-50%, -100%);
}

.map-marker::before {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	background: var(--kuhnle-red);
	border: 6px solid var(--kuhnle-white);
	border-radius: 50% 50% 50% 0;
	box-shadow: 0 3px 9px rgb(0 0 0 / 32%);
	content: "";
	transform: rotate(-45deg);
	transition: transform 180ms ease-out, box-shadow 180ms ease-out;
}

.map-marker:hover::before,
.map-marker:focus-visible::before {
	box-shadow: 0 5px 13px rgb(0 0 0 / 38%);
	transform: rotate(-45deg) scale(1.14);
}

.map-marker.is-bouncing::before {
	animation: marker-click-bounce 430ms cubic-bezier(.2, .8, .3, 1);
}

@keyframes marker-click-bounce {
	0% {
		transform: translateY(0) rotate(-45deg) scale(1);
	}

	38% {
		transform: translateY(-10px) rotate(-45deg) scale(1.18);
	}

	68% {
		transform: translateY(2px) rotate(-45deg) scale(.98);
	}

	100% {
		transform: translateY(0) rotate(-45deg) scale(1);
	}
}

.map-reveal-ready .map-marker {
	opacity: 0;
	transform: translate(-50%, calc(-100% - 110px)) scale(.92);
}

.map-reveal-ready .map-marker.is-dropped {
	animation: marker-drop 560ms cubic-bezier(.2, .72, .3, 1.14) var(--marker-drop-delay, 0ms) forwards;
}

@keyframes marker-drop {
	0% {
		opacity: 0;
		transform: translate(-50%, calc(-100% - 110px)) scale(.92);
	}

	62% {
		opacity: 1;
		transform: translate(-50%, -94%) scale(1.03);
	}

	80% {
		opacity: 1;
		transform: translate(-50%, -104%) scale(.99);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, -100%) scale(1);
	}
}

.map-popover {
	--map-popover-position: translateY(-50%);

	position: absolute;
	z-index: 4;
	top: 50%;
	left: calc(100% + 8px);
	display: none;
	width: 255px;
	padding: 17px;
	background: var(--kuhnle-charcoal);
	box-shadow: var(--kuhnle-shadow);
	color: var(--kuhnle-white);
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	transform: var(--map-popover-position);
	transform-origin: left center;
}

.map-marker--above .map-popover {
	--map-popover-position: translateX(-50%);

	top: auto;
	bottom: calc(100% + 8px);
	left: 50%;
	transform-origin: bottom center;
}

.map-marker--below .map-popover {
	--map-popover-position: translate(0, 0);

	top: 0;
	transform-origin: left top;
}

.map-popover strong {
	display: block;
	margin-bottom: 8px;
	color: var(--kuhnle-red);
	font-size: 17px;
	line-height: 1.25;
	text-transform: uppercase;
}

.map-popover-details,
.map-popover-details > span {
	display: block;
}

.map-opening-hours {
	margin-top: 9px;
}

.map-opening-hours b {
	display: block;
}

.map-popover a {
	display: inline-block;
	margin-top: 10px;
	color: var(--kuhnle-white);
	font-weight: 600;
}

.map-marker[aria-expanded="true"] {
	z-index: 5;
}

.map-marker[aria-expanded="true"] .map-popover {
	display: block;
	animation: map-popover-in 260ms cubic-bezier(.2, .72, .3, 1) both;
}

@keyframes map-popover-in {
	0% {
		opacity: 0;
		transform: var(--map-popover-position) scale(.9);
	}

	100% {
		opacity: 1;
		transform: var(--map-popover-position) scale(1);
	}
}

.site-footer {
	background: var(--kuhnle-red-dark);
	color: var(--kuhnle-white);
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	gap: 30px;
}

.footer-inner a {
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-legal {
	display: flex;
	gap: 30px;
}

.standard-page {
	min-height: 55vh;
	padding: 80px 0;
}

.standard-page h1,
.portal-page h1 {
	margin: 0 0 35px;
	color: var(--kuhnle-red);
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1;
	text-transform: uppercase;
}

.portal-page {
	padding: 70px 0 100px;
}

.portal-shell {
	padding: clamp(24px, 5vw, 60px);
	background: #f5f5f5;
}

.page-hero {
	min-height: clamp(300px, 42vw, 600px);
	background-position: center;
	background-size: cover;
}

.public-intro {
	padding: 80px 0;
}

.public-intro h1,
.team-list h2,
.testimonial h2 {
	margin: 0 0 32px;
	color: var(--kuhnle-red);
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1;
	text-transform: uppercase;
}

.narrow-copy {
	max-width: 980px;
}

.narrow-copy > p,
.rich-copy {
	font-size: 17px;
}

.rich-copy + .rich-copy {
	margin-top: 38px;
}

.rich-copy h1,
.rich-copy h2,
.rich-copy h3,
.rich-copy h4 {
	color: var(--kuhnle-red);
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
}

.rich-copy h1,
.rich-copy h2 {
	font-size: clamp(34px, 4.5vw, 56px);
}

.rich-copy li {
	margin-bottom: 7px;
}

.practice-grid-section {
	padding: 15px 0 90px;
}

.practice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.practice-card {
	display: flex;
	min-height: 315px;
	flex-direction: column;
	align-items: flex-start;
	padding: 36px;
	background: var(--kuhnle-charcoal);
	box-shadow: var(--kuhnle-shadow);
	color: var(--kuhnle-white);
}

.practice-card:nth-child(even) {
	background: #777;
}

.practice-card h2 {
	margin: 0 0 18px;
	color: var(--kuhnle-white);
	font-size: 28px;
	text-transform: uppercase;
}

.practice-card p {
	flex-grow: 1;
}

.practice-card .button {
	background: var(--kuhnle-white);
	border-color: var(--kuhnle-white);
	color: var(--kuhnle-charcoal);
}

.why-section {
	padding: 90px 0;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
	margin-top: 55px;
}

.feature-grid article {
	text-align: center;
}

.feature-image {
	display: block;
	width: 99px;
	height: 99px;
	margin: 0 auto 25px;
	object-fit: contain;
}

.feature-check {
	display: grid;
	width: 74px;
	height: 74px;
	margin: 0 auto 22px;
	place-items: center;
	background: var(--kuhnle-red);
	border-radius: 50%;
	color: var(--kuhnle-white);
	font-size: 37px;
}

.feature-grid h3 {
	color: var(--kuhnle-charcoal);
	font-size: 19px;
	text-transform: uppercase;
}

.timeline-section {
	padding: 80px 0;
}

.timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 25px;
}

.timeline::before {
	position: absolute;
	top: 32px;
	right: 0;
	left: 0;
	height: 3px;
	background: var(--kuhnle-red);
	content: "";
}

.timeline div {
	position: relative;
	z-index: 1;
}

.timeline strong {
	display: grid;
	width: 67px;
	height: 67px;
	margin-bottom: 18px;
	place-items: center;
	background: var(--kuhnle-red);
	border-radius: 50%;
	color: var(--kuhnle-white);
	font-size: 20px;
}

.timeline span {
	display: block;
	max-width: 210px;
	font-weight: 600;
}

.location-details {
	padding: 65px 0;
	background: linear-gradient(90deg, #515151 50%, #9b9b9b 50%);
	color: var(--kuhnle-white);
}

.location-details-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}

.location-details h2,
.location-details h3,
.location-details h4 {
	color: var(--kuhnle-white);
	text-transform: uppercase;
}

.team-list {
	padding: 90px 0;
}

.member-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.member-card {
	background: var(--kuhnle-white);
	box-shadow: 0 8px 25px rgb(0 0 0 / 8%);
	text-align: center;
}

.member-card img {
	width: 100%;
	aspect-ratio: 1 / 1.05;
	object-fit: cover;
	object-position: top;
}

.member-card h3 {
	padding: 19px 15px 0;
	margin: 0;
	color: var(--kuhnle-charcoal);
	font-size: 19px;
	text-transform: uppercase;
}

.member-card p {
	padding: 0 15px 22px;
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.content-sections .rich-copy {
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}

.testimonial {
	padding: 80px 0;
}

.testimonial blockquote {
	max-width: 900px;
	padding-left: 30px;
	margin: 0;
	border-left: 6px solid var(--kuhnle-red);
	font-size: clamp(20px, 2.5vw, 30px);
	font-weight: 300;
}

.accordion-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	gap: 14px 22px;
}

.disorder {
	overflow: hidden;
	background: #f4f4f4;
	border-radius: 20px;
}

.disorder summary {
	position: relative;
	padding: 14px 52px 14px 20px;
	background: #787878;
	border-radius: 20px;
	color: var(--kuhnle-white);
	cursor: pointer;
	font-weight: 600;
	list-style: none;
	text-transform: uppercase;
}

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

.disorder summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "+";
	font-size: 24px;
	transform: translateY(-50%);
}

.disorder[open] summary::after {
	content: "–";
}

.disorder > div {
	padding: 24px;
}

.wide-copy {
	max-width: 1050px;
}

.process-graphic {
	padding: 20px 0 80px;
}

.process-graphic img {
	width: 100%;
}

.benefits-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px 45px;
	padding: 0;
	margin: 45px 0 0;
	list-style: none;
}

.benefits-list li {
	position: relative;
	padding-left: 33px;
	font-size: 18px;
	font-weight: 600;
}

.benefits-list li::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--kuhnle-red);
	content: "✓";
	font-size: 23px;
}

#join-widget {
	min-height: 160px;
	margin-top: 35px;
}

.contact-section {
	padding: 90px 0;
	background: var(--kuhnle-white);
}

.contact-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 70px;
}

.contact-intro h2 {
	margin: 0 0 28px;
	color: var(--kuhnle-red);
	font-size: clamp(35px, 4.5vw, 58px);
	line-height: 1;
	text-transform: uppercase;
}

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

.contact-form label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 11px 13px;
	background: #f4f4f4;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: 3px solid rgb(226 40 55 / 25%);
	border-color: var(--kuhnle-red);
}

.form-wide {
	grid-column: 1 / -1;
}

.form-honeypot {
	position: absolute;
	left: -10000px;
}

.form-submit {
	cursor: pointer;
}

.form-notice {
	padding: 14px 18px;
	border-left: 5px solid;
}

.form-notice.success {
	background: #eef8ef;
	border-color: #3d8f48;
}

.form-notice.error {
	background: #fff0f0;
	border-color: var(--kuhnle-red);
}

.legal-copy {
	max-width: 960px;
	overflow-wrap: anywhere;
}

.legal-copy table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.legal-copy h2,
.legal-copy h3 {
	margin-top: 38px;
	color: var(--kuhnle-charcoal);
}

@media (max-width: 1120px) {
	.header-inner {
		grid-template-columns: minmax(250px, 330px) 1fr auto;
		gap: 18px;
	}

	.primary-menu {
		gap: 15px;
	}

	.primary-menu a {
		font-size: 13px;
	}
}

@media (max-width: 920px) {
	.site-container {
		width: min(calc(100% - 38px), var(--kuhnle-container));
	}

	.header-inner {
		grid-template-columns: 1fr auto;
		min-height: 120px;
	}

	.site-logo img {
		width: min(100%, 330px);
	}

	.menu-toggle {
		display: block;
	}

	.primary-navigation {
		position: fixed;
		z-index: 10;
		inset: 120px 0 0;
		display: none;
		overflow-y: auto;
		padding: 25px;
		background: var(--kuhnle-white);
	}

	.menu-open .primary-navigation {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu > li {
		border-bottom: 1px solid #e5e5e5;
	}

	.primary-menu > li > a,
	.primary-menu .submenu a {
		padding: 14px 4px;
		font-size: 16px;
	}

	.primary-menu .has-submenu > a::after {
		float: right;
	}

	.primary-menu .submenu {
		position: static;
		display: block;
		padding: 0 0 10px 20px;
		box-shadow: none;
		border: 0;
	}

	.header-extras {
		display: none;
	}

	.hero {
		min-height: 700px;
		background-position: 48% center;
	}

	.hero-content {
		width: 75%;
		padding-block: 80px 145px;
	}

	.profile-section {
		background-image: none !important;
	}

	.profile-section .section-background {
		display: none;
	}

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

	.profile-portrait {
		display: block;
		width: min(520px, 100%);
		margin: 0 auto 35px;
	}

	.profile-copy {
		grid-column: 1;
		padding-left: 0;
	}

	.practice-grid,
	.member-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.site-container {
		width: min(calc(100% - 30px), var(--kuhnle-container));
	}

	.header-inner {
		min-height: 148px;
	}

	.primary-navigation {
		inset-block-start: 148px;
	}

	.site-logo img {
		width: min(100%, 285px);
	}

	.hero {
		min-height: 610px;
		background-position: 47% center;
	}

	.hero-content {
		width: 100%;
		padding-block: 80px 105px;
	}

	.hero h1 {
		max-width: 345px;
		font-size: 32px;
		line-height: 1.04;
	}

	.hero-kicker {
		max-width: 330px;
		font-size: 21px;
	}

	.hero blockquote {
		max-width: 330px;
		font-size: 16px;
	}

	.news-section,
	.services-section {
		padding-block: 65px;
	}

	.video-consent {
		margin-bottom: 48px;
	}

	.video-consent-overlay {
		padding: 15px;
	}

	.video-consent-overlay p {
		font-size: 12px;
	}

	.profile-section {
		padding-block: 65px;
	}

	.services-graphic,
	.partners-section .partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.partners-section .partner-logo {
		height: 150px;
		object-fit: contain;
	}

	.team-section,
	.team-link-wrap {
		min-height: 420px;
	}

	.team-link {
		width: 185px;
		min-height: 92px;
		font-size: 20px;
	}

	.footer-inner a {
		font-size: 13px;
	}

	.location-map {
		aspect-ratio: 4 / 3;
		background-size: cover;
	}

	.map-marker {
		width: 38px;
		height: 48px;
	}

	.map-popover {
		position: fixed;
		z-index: 120;
		right: 15px;
		bottom: 15px;
		left: 15px;
		width: auto;
		transform: none;
	}

	.footer-inner {
		flex-direction: column;
		justify-content: center;
		padding-block: 21px;
		gap: 12px;
	}

	.page-hero {
		min-height: 300px;
	}

	.public-intro,
	.why-section,
	.team-list,
	.contact-section {
		padding-block: 60px;
	}

	.practice-grid,
	.feature-grid,
	.member-grid,
	.accordion-grid,
	.location-details-grid,
	.contact-grid,
	.contact-form,
	.benefits-list {
		grid-template-columns: 1fr;
	}

	.practice-card {
		min-height: 270px;
	}

	.timeline {
		grid-template-columns: 1fr;
		gap: 28px;
		text-align: center;
	}

	.timeline strong::after {
		width: 72px;
		margin-inline: auto;
	}

	.timeline::before {
		display: none;
	}

	.location-details {
		background: #515151;
	}

	.form-wide {
		grid-column: auto;
	}
}

/* Native public-page system. */

.kuhnle-public .header-inner {
	min-height: 188px;
}

.kuhnle-public .site-logo img {
	width: 345px;
}

.display-heading {
	margin: 0 0 42px;
	color: var(--kuhnle-red);
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 300;
	line-height: .98;
	text-transform: uppercase;
}

.display-heading strong,
.display-heading span,
.display-heading small {
	display: block;
}

.display-heading strong {
	font-weight: 500;
}

.display-heading span,
.display-heading small {
	color: #262626;
	font-size: 1em;
	font-weight: 300;
}

.display-heading small {
	margin-top: 8px;
	font-size: .55em;
}

.content-width {
	max-width: 1140px;
}

.location-intro .site-container {
	width: min(80%, 1140px);
}

.page-hero-image {
	width: 100%;
	margin: 0;
}

.page-hero-image img {
	width: 100%;
	height: clamp(320px, 30vw, 430px);
	object-fit: cover;
}

.location-intro,
.service-details,
.process-intro,
.jobs-intro {
	padding: 82px 0 96px;
}

.location-intro {
	padding-bottom: 120px;
}

.location-copy,
.service-intro,
.service-details,
.process-intro {
	font-size: 16px;
	line-height: 1.55;
}

.location-copy {
	font-weight: 600;
}

.location-copy h2,
.service-intro h2,
.service-details h2,
.process-intro h2 {
	margin: 36px 0 15px;
	color: var(--kuhnle-charcoal);
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}

.location-copy > h2:first-child {
	font-size: 30px;
}

.location-copy p {
	margin-block: 0;
}

.location-copy ul,
.service-details ul,
.process-intro ul {
	padding-left: 18px;
}

.location-copy ul + p {
	margin-top: 60px;
}

.location-details {
	padding: 0;
	background: linear-gradient(90deg, #565656 50%, #a1a1a1 50%);
}

.location-details-grid {
	width: min(80%, 1140px);
	gap: 0;
}

.location-detail {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-content: center;
	min-height: 305px;
	padding: 52px 78px 55px;
}

.location-detail-0 {
	padding-inline: 8px 18px;
}

.location-detail-1 {
	padding-inline: 52px 25px;
}

.location-detail-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: center;
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.location-detail h3 {
	grid-column: 2;
	margin: 0 0 10px;
	color: #ed3343;
	font-size: 22px;
	line-height: 1;
}

.location-detail p {
	grid-column: 2;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.49;
}

.location-detail-0:has(.bus-timetable-link) {
	grid-template-columns: 58px minmax(0, 1fr) auto;
}

.bus-timetable-link {
	grid-column: 3;
	grid-row: 1 / span 2;
	align-self: center;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-left: 0;
	padding: 9px 12px;
	border: 1px solid rgb(255 255 255 / 72%);
	border-radius: 999px;
	color: var(--kuhnle-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bus-timetable-link img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.bus-timetable-link:hover,
.bus-timetable-link:focus-visible {
	border-color: var(--kuhnle-red);
	background: var(--kuhnle-red);
	color: var(--kuhnle-white);
	transform: translateY(-2px);
}

.team-list {
	padding: 60px 0 105px;
	background-image: url("assets/images/uploads/2021/10/gray-wall-textures-background-scaled.jpg");
	background-size: cover;
}

.team-list > .site-container {
	width: min(80%, 1140px);
}

.team-list .display-heading {
	margin-bottom: 60px;
	padding-bottom: 10px;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.2;
}

.team-list .display-heading strong {
	font-weight: 300;
}

.member-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.team-list .member-grid + .display-heading {
	margin-top: 86px;
}

.member-card {
	display: flex;
	min-height: 460px;
	flex-direction: column;
	box-shadow: none;
}

.member-card img {
	aspect-ratio: 1 / 1;
}

.team-reveal-ready .member-card {
	opacity: 0;
	transform: translateY(16px);
}

.team-reveal-ready .member-card img {
	transform: scale(.98);
}

.team-reveal-ready .member-card.is-visible {
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity 450ms ease-out var(--member-reveal-delay, 0ms),
		transform 450ms cubic-bezier(.22, .61, .36, 1) var(--member-reveal-delay, 0ms);
}

.team-reveal-ready .member-card.is-visible img {
	transform: scale(1);
	transition: transform 550ms cubic-bezier(.22, .61, .36, 1) var(--member-reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
	.team-reveal-ready .member-card,
	.team-reveal-ready .member-card img {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.map-reveal-ready .map-marker {
		opacity: 1;
		animation: none;
		transform: translate(-50%, -100%);
	}

	.map-marker::before,
	.map-marker.is-bouncing::before,
	.map-marker[aria-expanded="true"] .map-popover {
		animation: none;
		transition: none;
	}
}

.member-caption {
	display: grid;
	min-height: 120px;
	flex: 1;
	align-content: center;
	padding: 38px 20px 20px;
}

.member-card h3,
.member-card p {
	padding: 0;
}

.member-card h3 {
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
}

.member-card p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.member-card .member-position {
	margin-top: 8px;
	padding-bottom: 10px;
	color: var(--kuhnle-charcoal);
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	text-transform: none;
}

.member-card .member-position + .member-position {
	margin-top: 0;
}

.member-details {
	margin-top: 22px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.member-details p {
	padding-bottom: 16px;
	line-height: 1.6875;
	text-transform: none;
}

.member-details p:last-child {
	padding-bottom: 0;
}

.member-details .member-affiliation {
	color: var(--kuhnle-red);
}

@media (min-width: 921px) {
	.location-intro .display-heading strong {
		font-size: 60px;
		font-weight: 700;
		line-height: 70px;
	}

	.location-intro .display-heading span {
		font-size: 50px;
		line-height: 70px;
	}
}

.practices-intro {
	padding: 78px 0 58px;
}

.practices-intro > .site-container > p {
	margin-bottom: 62px;
	font-weight: 600;
}

.practice-showcase {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 58px;
}

.practice-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.practice-card {
	min-height: 315px;
	align-items: center;
	padding: 26px 20px 22px;
	background: #efefef;
	box-shadow: none;
	color: #777;
	text-align: center;
}

.practice-card:nth-child(even) {
	background: #efefef;
}

.practice-card h2 {
	margin-bottom: 20px;
	color: #555;
	font-size: 17px;
}

.practice-card h2::after,
.feature-grid h3::after,
.benefit-grid h3::after {
	display: block;
	width: 48px;
	height: 2px;
	margin: 8px auto 0;
	background: var(--kuhnle-red);
	content: "";
}

.practice-card p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.38;
}

.practice-card .button {
	padding: 7px 18px;
	font-size: 11px;
}

.practice-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 28px;
	background: #8a8a8a;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.practice-feature p {
	font-size: 15px;
	line-height: 1.45;
}

.practice-feature .button {
	margin-top: 22px;
}

.why-section {
	padding: 82px 0 115px;
}

.why-section .display-heading {
	margin-bottom: 130px;
}

.feature-grid {
	margin-top: 0;
}

.feature-grid h3 {
	min-height: 52px;
	font-size: 15px;
}

.feature-grid p {
	font-size: 14px;
}

.timeline-section {
	padding: 76px 0 84px;
	background-image: url("assets/images/uploads/2021/10/gray-wall-textures-background-scaled.jpg");
}

.timeline {
	grid-template-columns: repeat(8, 1fr);
	gap: 18px;
	text-align: center;
}

.timeline::before {
	display: none;
}

.timeline strong {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	background: transparent;
	border-radius: 0;
	color: var(--kuhnle-red);
	font-size: 25px;
}

.timeline strong::after {
	display: block;
	height: 2px;
	margin: 8px 0 10px;
	background: var(--kuhnle-red);
	content: "";
}

.timeline span {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.15;
}

.service-intro {
	padding: 82px 0 90px;
	background-image: url("assets/images/uploads/2021/10/gray-wall-textures-background-scaled.jpg");
}

.service-details {
	padding-bottom: 100px;
}

.service-intro .display-heading,
.service-details .display-heading {
	margin-bottom: 44px;
}

.service-details > .site-container > .display-heading {
	color: var(--kuhnle-red);
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 300;
	line-height: .98;
}

.service-details .button {
	margin-top: 12px;
}

.testimonial {
	padding: 70px 0 90px;
	background-image: url("assets/images/uploads/2021/10/gray-wall-textures-background-scaled.jpg");
}

.testimonial blockquote {
	max-width: 570px;
	padding: 35px 32px;
	background: #fff;
	border: 0;
	border-bottom: 3px solid var(--kuhnle-red);
	font-size: 15px;
}

.testimonial blockquote p {
	margin: 0;
}

.disorders-section {
	padding: 82px 0 95px;
}

.disorder-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	gap: 62px;
}

.disorder-columns:has(.disorder-column:only-child) {
	grid-template-columns: 1fr;
}

.disorder-column {
	display: grid;
	gap: 16px;
}

.disorder-column > h2 {
	margin: 0 0 18px;
	color: var(--kuhnle-charcoal);
	font-size: 18px;
	text-transform: uppercase;
}

.disorder {
	border-radius: 22px;
}

.disorder summary {
	padding: 10px 48px 10px 24px;
	border-radius: 22px;
	font-size: 14px;
}

.disorder > div {
	padding: 25px 27px;
	font-size: 14px;
}

.process-intro .display-heading {
	margin-bottom: 46px;
}

.process-graphic {
	padding: 0 0 80px;
}

.process-graphic .site-container {
	max-width: 100%;
	width: 100%;
	padding: 35px max(24px, calc((100% - var(--kuhnle-container)) / 2));
	background: #777;
}

.jobs-intro-grid {
	display: grid;
	grid-template-columns: 240px 1fr;
	align-items: end;
	gap: 55px;
}

.jobs-intro .display-heading {
	margin: 0;
}

.jobs-intro a {
	color: var(--kuhnle-red);
	font-weight: 600;
	text-decoration: none;
}

.jobs-culture {
	padding: 75px 0 95px;
	background-image: url("assets/images/uploads/2021/10/gray-wall-textures-background-scaled.jpg");
}

.jobs-values {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
	padding: 0 55px;
}

.jobs-values p {
	line-height: 2.1;
}

.jobs-benefits {
	padding: 76px 0 110px;
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 110px 45px;
	margin-top: 90px;
	text-align: center;
}

.benefit-icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin: 0 auto 25px;
	place-items: center;
	border: 3px solid #ef6370;
	border-radius: 50%;
	color: #ef6370;
	font-size: 31px;
	font-weight: 300;
}

.benefit-image {
	width: 58px;
	height: 58px;
	margin: 0 auto 25px;
	object-fit: contain;
}

.benefit-grid h3 {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-section {
	padding: 82px 0 94px;
}

.disorders-section + .contact-section,
.process-graphic + .contact-section,
.jobs-benefits + .contact-section {
	background: var(--kuhnle-paper) url("assets/images/uploads/2021/10/gray-wall-textures-background-scaled.jpg") center / cover;
}

.disorders-section + .contact-section .contact-form input,
.disorders-section + .contact-section .contact-form select,
.disorders-section + .contact-section .contact-form textarea,
.process-graphic + .contact-section .contact-form input,
.process-graphic + .contact-section .contact-form select,
.process-graphic + .contact-section .contact-form textarea,
.jobs-benefits + .contact-section .contact-form input,
.jobs-benefits + .contact-section .contact-form select,
.jobs-benefits + .contact-section .contact-form textarea {
	background: #fff;
}

.contact-grid {
	grid-template-columns: .9fr 1.1fr;
	gap: 82px;
	align-items: stretch;
}

.contact-intro h2 {
	font-weight: 300;
}

.contact-intro {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact-intro h2 strong {
	font-weight: 500;
}

.contact-intro p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.contact-intro p:last-child {
	margin-bottom: 0;
}

.contact-intro a {
	color: var(--kuhnle-red);
	font-weight: 600;
}

.contact-form {
	height: 100%;
	align-content: space-between;
	gap: 16px 18px;
}

.contact-form-column {
	display: flex;
	flex-direction: column;
}

.contact-form-column .contact-form {
	flex: 1;
}

@media (min-width: 641px) {
	.contact-form {
		grid-template-rows: auto auto minmax(0, 1fr) auto auto;
		align-content: stretch;
		gap: 12px 18px;
	}

	.contact-options {
		align-self: stretch;
		justify-content: center;
	}
}

.contact-form .form-field {
	display: block;
}

.contact-form label,
.contact-options legend,
.contact-options .contact-options-title {
	font-size: 16px;
	font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	min-height: 48px;
	padding: 12px 18px;
	background: #efefef;
	border: 0;
	border-radius: 24px;
	color: var(--kuhnle-charcoal);
	font: inherit;
	font-size: 16px;
}

.contact-form textarea {
	min-height: 140px;
	border-radius: 20px;
	resize: vertical;
}

.select-field {
	position: relative;
}

.select-field::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--kuhnle-charcoal);
	border-bottom: 2px solid var(--kuhnle-charcoal);
	content: "";
	pointer-events: none;
	transform: translateY(-70%) rotate(45deg);
}

.select-field select {
	padding-right: 50px;
	appearance: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: var(--kuhnle-charcoal);
	opacity: 1;
}

.contact-options {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

.contact-options legend,
.contact-options .contact-options-title {
	margin: 0 0 7px;
	font-size: var(--kuhnle-type-lead);
	font-weight: 600;
	line-height: 1.4;
}

.contact-options .contact-options-title span {
	display: block;
	font-size: var(--kuhnle-type-small);
	font-weight: 500;
}

.contact-options label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	line-height: 1.5;
}

.contact-options input {
	width: 16px;
	height: 16px;
	min-height: 0;
	flex: 0 0 16px;
	margin: 0;
	padding: 0;
}

.form-submit {
	grid-column: 1 / -1;
	justify-self: end;
	padding: 10px 22px;
	font-size: 14px;
}

.team-recruitment {
	position: relative;
	overflow: hidden;
	min-height: 560px;
	background-position: center;
	background-size: cover;
}

.team-recruitment .site-container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 560px;
}

.team-recruitment a {
	display: grid;
	width: 245px;
	min-height: 155px;
	place-items: center;
	padding: 20px;
	background: rgb(226 40 55 / 82%);
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.05;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.legal-copy {
	max-width: var(--kuhnle-container);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.55;
}

.legal-copy strong,
.legal-copy h2,
.legal-copy h3 {
	font-weight: 500;
}

.portal-page {
	padding: 45px 0 110px;
}

.portal-heading {
	padding: 25px 32px 29px;
	background: #aaa;
}

.portal-heading h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 500;
	line-height: 1;
	text-transform: none;
}

.portal-navigation {
	padding: 76px 0 45px;
}

.portal-navigation ul {
	display: flex;
	align-items: center;
	gap: 42px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.portal-navigation a {
	color: #626262;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.portal-navigation a:hover,
.portal-navigation a:focus-visible,
.portal-navigation a[aria-current="page"] {
	color: var(--kuhnle-red);
}

.portal-navigation .portal-session-link {
	color: var(--kuhnle-red);
}

.portal-shell {
	padding: 0;
	background: #fff;
}

.portal-page-title {
	margin: 0 0 48px;
	color: #333;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
}

.portal-shell > .w3eden {
	margin-inline: auto;
}

@media (max-width: 920px) {
	.kuhnle-public .header-inner {
		min-height: 120px;
	}

	.practice-showcase {
		grid-template-columns: 1fr;
	}

	.practice-card-grid,
	.member-grid,
	.benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.practice-feature {
		min-height: 300px;
	}

	.timeline {
		grid-template-columns: repeat(4, 1fr);
	}

	.jobs-values {
		padding: 0;
	}
}

@media (max-width: 640px) {
	.kuhnle-public .header-inner {
		min-height: 106px;
	}

	.kuhnle-public .primary-navigation {
		inset-block-start: 106px;
	}

	.kuhnle-public .site-logo img {
		width: min(100%, 250px);
	}

	.home-section.hero {
		min-height: 853px;
	}

	.hero-content {
		padding-block: 89px 72px;
	}

	.hero h1 {
		max-width: 290px;
		font-size: 27px;
	}

	.hero-kicker {
		margin-bottom: 24px;
		font-size: 15px;
	}

	.hero blockquote {
		max-width: 285px;
		padding-left: 13px;
		border-left-width: 4px;
		font-size: 12px;
	}

	.news-section .site-container {
		width: min(calc(100% - 70px), var(--kuhnle-container));
	}

	.news-section {
		padding-block: 58px;
	}

	.news-section .video-consent {
		margin-bottom: 45px;
	}

	.news-copy {
		font-size: 12px;
		line-height: 1.4;
	}

	.news-copy .button {
		margin-top: 5px;
	}

	.section-copy h2 {
		font-size: 25px;
	}

	.profile-section {
		padding-block: 68px;
	}

	.profile-portrait {
		width: 170px;
		margin-bottom: 36px;
	}

	.profile-copy {
		width: min(100%, 310px);
		margin-inline: auto;
		font-size: 12px;
		line-height: 1.4;
	}

	.profile-copy .split-heading {
		font-size: 25px;
	}

	.services-section .site-container {
		width: min(calc(100% - 48px), var(--kuhnle-container));
	}

	.services-section {
		padding-block: 56px;
	}

	.services-section .split-heading {
		font-size: 25px;
	}

	.services-section p {
		font-size: 12px;
	}

	.services-graphic {
		width: 175px;
		margin-top: 30px;
	}

	.partners-section {
		padding-block: 60px;
	}

	.page-hero-image img {
		height: 270px;
	}

	.location-intro,
	.service-intro,
	.service-details,
	.process-intro,
	.jobs-intro,
	.disorders-section {
		padding-block: 58px;
	}

	.location-intro {
		padding-top: 93px;
		padding-bottom: 109px;
	}

	.practice-card-grid,
	.member-grid,
	.disorder-columns,
	.jobs-values,
	.benefit-grid {
		grid-template-columns: 1fr;
	}

	.practice-showcase {
		gap: 28px;
	}

	.why-section .display-heading {
		margin-bottom: 65px;
	}

	.timeline {
		grid-template-columns: repeat(2, 1fr);
	}

	.location-details {
		background: #565656;
	}

	.location-detail {
		min-height: 250px;
		padding: 67px 0 30px;
	}

	.location-detail-0:has(.bus-timetable-link) {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.bus-timetable-link {
		grid-column: 2;
		grid-row: 3;
		justify-self: start;
		margin: 20px 0 0;
	}

	.location-detail + .location-detail {
		background: #a1a1a1;
	}

	.jobs-intro-grid {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 25px;
	}

	.benefit-grid {
		gap: 55px;
		margin-top: 55px;
	}

	.contact-options,
	.form-wide {
		grid-column: auto;
	}

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

	.contact-grid {
		gap: 35px;
	}

	.contact-form input,
	.contact-form select,
	.contact-form textarea {
		min-height: 42px;
	}

	.contact-options input {
		min-height: 0;
	}

	.location-intro .display-heading {
		max-width: none;
	}

	.location-intro .display-heading strong {
		padding-bottom: 10px;
		font-size: 60px;
		font-weight: 700;
		line-height: 60px;
		overflow-wrap: break-word;
	}

	.location-intro .display-heading span {
		padding-bottom: 10px;
		font-size: 30px;
		line-height: 36px;
	}

	.team-list .display-heading {
		margin-bottom: 76px;
		font-size: 30px;
		line-height: 1.2;
	}

	.team-list .member-grid + .display-heading {
		margin-top: 70px;
	}

	.team-list {
		padding-top: 80px;
	}

	.member-card p:not(.member-position) + .member-position {
		margin-top: 22px;
	}

	.portal-page {
		padding-block: 24px 65px;
	}

	.portal-heading {
		padding: 20px;
	}

	.portal-heading h1 {
		font-size: 32px;
	}

	.portal-navigation {
		overflow-x: auto;
		padding: 30px 0 35px;
	}

	.portal-navigation ul {
		width: max-content;
		gap: 24px;
		padding: 0 4px;
	}

	.portal-navigation a {
		font-size: 14px;
	}

	.portal-page-title {
		margin-bottom: 30px;
		font-size: 27px;
	}

	.location-map {
		display: grid;
		aspect-ratio: auto;
		gap: 8px;
		padding: 24px 16px;
		background: #fff !important;
	}

	.location-map-image {
		display: none;
	}

	.map-marker {
		position: relative;
		top: auto !important;
		left: auto !important;
		width: 100%;
		height: auto;
		min-height: 36px;
		background: #e8e8e8;
		border-radius: 18px;
		transform: none;
	}

	.map-marker::before {
		display: none;
	}

	.map-marker::after {
		position: absolute;
		top: 7px;
		right: 9px;
		display: grid;
		width: 22px;
		height: 22px;
		place-items: center;
		background: #111;
		border-radius: 50%;
		color: #fff;
		content: "+";
		font-size: 14px;
	}

	.map-popover,
	.map-marker[aria-expanded="true"] .map-popover {
		position: static;
		display: block;
		width: 100%;
		min-height: 36px;
		padding: 10px 38px 10px 16px;
		background: transparent;
		box-shadow: none;
		color: #555;
		font-size: 11px;
		line-height: 1.45;
		transform: none;
		animation: none;
	}

	.map-popover strong {
		margin: 0;
		color: #555;
		font-size: 11px;
	}

	.map-popover-details {
		display: none;
		padding-top: 8px;
	}

	.map-marker[aria-expanded="true"] .map-popover-details {
		display: block;
	}

	.map-popover a {
		position: static;
		margin-top: 8px;
		color: var(--kuhnle-red-dark);
		font-size: 11px;
	}

	.team-recruitment,
	.team-recruitment .site-container {
		min-height: 360px;
	}

	.team-recruitment a {
		width: 180px;
		min-height: 100px;
		font-size: 18px;
	}
}

/* Shared public-site typography scale. */

.kuhnle-public main {
	font-size: var(--kuhnle-type-base);
}

.kuhnle-public main strong,
.kuhnle-public main b {
	font-weight: 700;
}

.hero h1 {
	font-size: var(--kuhnle-type-hero);
}

.hero-kicker {
	font-size: var(--kuhnle-type-title);
}

.hero blockquote {
	font-size: var(--kuhnle-type-lead);
}

.display-heading,
.section-copy h2,
.split-heading,
.service-details > .site-container > .display-heading,
.contact-intro h2,
.standard-page h1 {
	font-size: var(--kuhnle-type-display);
}

.display-heading strong,
.team-list .display-heading strong {
	font-weight: 700;
}

.location-intro .display-heading strong {
	font-size: var(--kuhnle-type-display);
	font-weight: 700;
	line-height: 1.08;
}

.location-intro .display-heading span,
.team-list .display-heading {
	font-size: var(--kuhnle-type-display-sub);
	line-height: 1.12;
}

.partners-section h2,
.location-copy > h2:first-child {
	font-size: var(--kuhnle-type-heading);
}

.location-copy h2,
.service-intro h2,
.service-details h2,
.process-intro h2,
.location-detail h3,
.member-card .member-position,
.timeline strong,
.team-recruitment a,
.legal-copy h2 {
	font-size: var(--kuhnle-type-title);
}

.member-card .member-position,
.disorder-column > h2 {
	font-weight: 700;
}

.member-card h3,
.disorder-column > h2,
.practice-feature p,
.legal-copy h3 {
	font-size: var(--kuhnle-type-lead);
}

.location-copy,
.service-intro,
.service-details,
.process-intro,
.location-detail p,
.member-card p,
.member-details,
.contact-intro p,
.contact-form label,
.contact-options legend,
.contact-options-title,
.contact-form input,
.contact-form select,
.contact-form textarea {
	font-size: var(--kuhnle-type-base);
}

.practice-card h2,
.feature-grid h3,
.benefit-grid h3,
.contact-options label {
	font-size: var(--kuhnle-type-base);
}

.button,
.practice-card p,
.feature-grid p,
.testimonial blockquote,
.disorder summary,
.disorder > div,
.legal-copy,
.map-popover,
.eyebrow,
.locations-heading,
.footer-inner a,
.form-submit {
	font-size: var(--kuhnle-type-small);
}

/* Disorder pages carry longer explanatory copy, so their cards get a more generous reading measure. */
.disorders-section > .site-container {
	width: min(calc(100% - 48px), 1320px);
}

.disorder-columns {
	gap: 42px;
}

.disorder summary {
	padding: 14px 52px 14px 26px;
	font-size: 17px;
	line-height: 1.35;
}

.disorder > div {
	padding: 28px 30px;
	font-size: 16px;
	line-height: 1.65;
}

.disorder > div p + p {
	margin-top: 1em;
}

/* Service page display headings keep the red treatment used in the original design. */
.service-intro .display-heading,
.service-details .display-heading,
.testimonial .display-heading {
	color: var(--kuhnle-red);
}

.service-details .service-subheading {
	margin: 30px 0 14px;
	color: var(--kuhnle-red);
	font-weight: 700;
}

.process-intro .process-subheading {
	margin: 30px 0 14px;
	color: var(--kuhnle-red);
	font-weight: 700;
}

/* The original Ablauf graphic runs edge-to-edge across its coloured band. */
.process-graphic .site-container {
	padding: 0;
}

/* Patient testimonials are a focal reading element, rather than small supporting copy. */
.testimonial blockquote {
	max-width: 680px;
	padding: 38px 42px;
	font-size: 17px;
	line-height: 1.65;
}

.map-popover strong {
	font-size: var(--kuhnle-type-base);
}

.practice-card .button,
.timeline span {
	font-size: var(--kuhnle-type-xs);
}

@media (max-width: 640px) {
	.hero h1,
	.section-copy h2,
	.profile-copy .split-heading,
	.services-section .split-heading {
		font-size: var(--kuhnle-type-heading);
	}

	.hero-kicker,
	.contact-options label {
		font-size: var(--kuhnle-type-base);
	}

	.hero blockquote,
	.news-copy,
	.profile-copy,
	.services-section p {
		font-size: var(--kuhnle-type-small);
	}

	.disorders-section > .site-container {
		width: min(calc(100% - 30px), 1320px);
	}

	.disorder summary {
		padding: 14px 48px 14px 20px;
		font-size: 16px;
	}

	.disorder > div {
		padding: 24px 20px 27px;
		font-size: 16px;
		line-height: 1.6;
	}

	.testimonial blockquote {
		padding: 30px 26px;
		font-size: 16px;
		line-height: 1.6;
	}

	.location-intro .display-heading strong {
		padding-bottom: 10px;
		font-size: var(--kuhnle-type-display);
		line-height: 1.08;
	}

	.location-intro .display-heading span,
	.team-list .display-heading {
		font-size: var(--kuhnle-type-heading);
		line-height: 1.15;
	}

	.map-popover,
	.map-popover strong,
	.map-popover a {
		font-size: var(--kuhnle-type-xs);
	}

	.team-recruitment a {
		font-size: var(--kuhnle-type-lead);
	}
}
