/* RKeramati dedicated about and contact page components. */

.rk-about-component-active #acc-content > .container,
.rk-contact-component-active #acc-content > .container {
	width: 100%;
	max-width: none;
	padding: 0;
}

.rk-about-component-active #content.site-content,
.rk-about-component-active #content.site-content > .row,
.rk-about-component-active #primary.content-area,
.rk-about-component-active #main.site-main,
.rk-contact-component-active #content.site-content,
.rk-contact-component-active #content.site-content > .row,
.rk-contact-component-active #primary.content-area,
.rk-contact-component-active #main.site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	float: none;
}

.rk-about-component-active #secondary,
.rk-contact-component-active #secondary {
	display: none;
}

.rk-profile-page,
.rk-profile-page *,
.rk-contact-page,
.rk-contact-page * {
	box-sizing: border-box;
}

.rk-profile-page,
.rk-contact-page {
	overflow: hidden;
	direction: rtl;
	background: var(--rk-paper);
	color: var(--rk-ink);
	font-family: var(--rk-shell-font);
	text-align: right;
}

.rk-profile-page a,
.rk-contact-page a {
	text-decoration: none;
}

.rk-profile-page svg,
.rk-contact-page svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rk-page-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 26px;
	color: var(--rk-muted);
	font-size: 12px;
	font-weight: 700;
}

.rk-page-breadcrumbs a {
	color: inherit;
	transition: color 180ms ease;
}

.rk-page-breadcrumbs a:hover,
.rk-page-breadcrumbs a:focus-visible {
	color: var(--rk-gold-600);
}

.rk-page-breadcrumbs > span[aria-hidden] {
	color: var(--rk-gold-600);
}

.rk-page-breadcrumbs--light {
	color: rgba(255, 255, 255, 0.62);
}

.rk-page-eyebrow,
.rk-page-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--rk-gold-700);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.rk-page-eyebrow > span {
	width: 28px;
	height: 1px;
	background: currentColor;
}

.rk-page-eyebrow--light,
.rk-page-kicker--light {
	color: var(--rk-gold-300);
}

.rk-page-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 21px;
	border: 1px solid transparent;
	border-radius: 14px 4px 14px 4px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.4;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		border-color 180ms ease,
		background-color 180ms ease;
}

.rk-page-button:hover,
.rk-page-button:focus-visible {
	transform: translateY(-2px);
}

.rk-page-button svg {
	width: 19px;
	height: 19px;
	stroke-width: 1.8;
}

.rk-page-button--gold {
	border-color: var(--rk-gold-500);
	background: var(--rk-gold-500);
	color: var(--rk-navy-950);
	box-shadow: 0 12px 30px rgba(208, 170, 98, 0.18);
}

.rk-page-button--gold:hover,
.rk-page-button--gold:focus-visible {
	border-color: #e0bd78;
	background: #e0bd78;
	color: var(--rk-navy-950);
	box-shadow: 0 16px 34px rgba(208, 170, 98, 0.26);
}

.rk-page-button--outline-light {
	border-color: rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.rk-page-button--outline-light:hover,
.rk-page-button--outline-light:focus-visible {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.rk-page-button--dark {
	border-color: var(--rk-navy-950);
	background: var(--rk-navy-950);
	color: #fff;
	box-shadow: 0 13px 30px rgba(7, 19, 31, 0.16);
}

.rk-page-button--dark:hover,
.rk-page-button--dark:focus-visible {
	border-color: var(--rk-navy-800);
	background: var(--rk-navy-800);
	color: #fff;
}

.rk-page-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 34px;
}

.rk-page-section-head h2 {
	margin: 9px 0 0;
	color: var(--rk-navy-950);
	font-size: clamp(25px, 3vw, 37px);
	font-weight: 900;
	line-height: 1.35;
}

.rk-page-section-head > p {
	max-width: 500px;
	margin: 0;
	color: var(--rk-muted);
	font-size: 13px;
	line-height: 2;
}

/* About page */

.rk-profile-hero {
	position: relative;
	min-height: 660px;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 28%, rgba(208, 170, 98, 0.1), transparent 30%),
		linear-gradient(118deg, #07131f, #0c2235 72%, #102b42);
	color: #fff;
}

.rk-profile-hero__grid-lines {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to right, transparent 3%, #000 55%, transparent 96%);
}

.rk-profile-hero__ring {
	position: absolute;
	border: 1px solid rgba(208, 170, 98, 0.15);
	border-radius: 50%;
}

.rk-profile-hero__ring--one {
	top: -260px;
	right: -170px;
	width: 650px;
	height: 650px;
	box-shadow:
		0 0 0 70px rgba(208, 170, 98, 0.02),
		0 0 0 140px rgba(208, 170, 98, 0.012);
}

.rk-profile-hero__ring--two {
	bottom: -180px;
	left: 27%;
	width: 360px;
	height: 360px;
}

.rk-profile-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 660px;
	grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.74fr);
	align-items: center;
	gap: clamp(55px, 8vw, 120px);
	padding-top: 64px;
	padding-bottom: 64px;
}

.rk-profile-hero__copy h1 {
	margin: 15px 0 19px;
	color: #fff;
	font-size: clamp(40px, 5.2vw, 68px);
	font-weight: 900;
	line-height: 1.18;
}

.rk-profile-hero__copy h1 span {
	display: block;
	margin-top: 7px;
	color: var(--rk-gold-300);
}

.rk-profile-hero__lead {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.73);
	font-size: 15px;
	line-height: 2.15;
}

.rk-profile-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}

.rk-profile-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.rk-profile-hero__proof li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: 700;
}

.rk-profile-hero__proof li span {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.45);
	border-radius: 50%;
	color: var(--rk-gold-300);
	font-size: 10px;
}

.rk-profile-hero__visual {
	position: relative;
	align-self: end;
}

.rk-about-portrait {
	position: relative;
	z-index: 2;
	width: min(100%, 420px);
	margin: 0 auto;
}

.rk-about-portrait::before {
	position: absolute;
	z-index: -1;
	inset: -17px 18px 38px -17px;
	border: 1px solid rgba(208, 170, 98, 0.28);
	border-radius: 160px 10px 100px 10px;
	content: "";
}

.rk-about-portrait__frame {
	overflow: hidden;
	height: 490px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 150px 8px 80px 8px;
	background: #f4eee3;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.rk-about-portrait__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

.rk-about-portrait figcaption {
	position: absolute;
	right: -20px;
	bottom: 27px;
	display: grid;
	min-width: 220px;
	gap: 4px;
	padding: 17px 22px;
	border: 1px solid rgba(208, 170, 98, 0.3);
	border-radius: 16px 4px 16px 4px;
	background: rgba(7, 19, 31, 0.93);
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(10px);
}

.rk-about-portrait figcaption span {
	color: var(--rk-gold-300);
	font-size: 11px;
}

.rk-about-portrait figcaption strong {
	color: #fff;
	font-size: 14px;
}

.rk-profile-hero__seal {
	position: absolute;
	z-index: 3;
	top: 28px;
	left: -24px;
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.34);
	border-radius: 50%;
	background: rgba(7, 19, 31, 0.88);
	color: var(--rk-gold-300);
}

.rk-profile-hero__seal svg {
	width: 45px;
	height: 45px;
	stroke-width: 1.15;
}

.rk-profile-intro {
	position: relative;
	padding: 92px 0;
	background:
		linear-gradient(90deg, rgba(208, 170, 98, 0.04), transparent 42%),
		#fffdf9;
}

.rk-profile-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.8fr);
	align-items: center;
	gap: clamp(60px, 10vw, 140px);
}

.rk-profile-intro__heading h2 {
	margin: 10px 0 17px;
	color: var(--rk-navy-950);
	font-size: clamp(29px, 3.5vw, 43px);
	font-weight: 900;
	line-height: 1.45;
}

.rk-profile-intro__heading p {
	max-width: 640px;
	margin: 0;
	color: var(--rk-muted);
	font-size: 14px;
	line-height: 2.1;
}

.rk-profile-intro__statement {
	position: relative;
	padding: 38px 42px 32px;
	border: 1px solid var(--rk-line);
	border-radius: 48px 8px 48px 8px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(20, 36, 52, 0.08);
}

.rk-profile-intro__quote {
	position: absolute;
	top: -25px;
	right: 35px;
	color: rgba(208, 170, 98, 0.25);
	font-family: Georgia, serif;
	font-size: 92px;
	line-height: 1;
}

.rk-profile-intro__statement > p {
	position: relative;
	margin: 0;
	color: var(--rk-navy-900);
	font-size: 17px;
	font-weight: 800;
	line-height: 2;
}

.rk-profile-intro__statement > div {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 22px;
	color: var(--rk-muted);
	font-size: 11px;
	font-weight: 700;
}

.rk-profile-intro__statement > div span {
	width: 28px;
	height: 1px;
	background: var(--rk-gold-600);
}

.rk-profile-fields {
	padding: 96px 0 106px;
	background: var(--rk-paper);
}

.rk-profile-fields__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.rk-profile-field {
	position: relative;
	min-height: 270px;
	overflow: hidden;
	padding: 30px 25px 27px;
	border: 1px solid var(--rk-line);
	border-radius: 26px 7px 26px 7px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(20, 36, 52, 0.045);
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.rk-profile-field:hover {
	transform: translateY(-4px);
	border-color: rgba(208, 170, 98, 0.55);
	box-shadow: 0 24px 50px rgba(20, 36, 52, 0.09);
}

.rk-profile-field__number {
	position: absolute;
	top: 20px;
	left: 21px;
	color: rgba(10, 27, 43, 0.1);
	font-size: 25px;
	font-weight: 900;
}

.rk-profile-field__icon {
	display: grid;
	width: 55px;
	height: 55px;
	margin-bottom: 23px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.3);
	border-radius: 18px 5px;
	background: var(--rk-gold-100);
	color: var(--rk-gold-700);
}

.rk-profile-field__icon svg {
	width: 29px;
	height: 29px;
	stroke-width: 1.35;
}

.rk-profile-field h3 {
	margin: 0 0 10px;
	color: var(--rk-navy-950);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.6;
}

.rk-profile-field p {
	margin: 0;
	color: var(--rk-muted);
	font-size: 12px;
	line-height: 2;
}

.rk-profile-records {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background:
		radial-gradient(circle at 0 50%, rgba(208, 170, 98, 0.08), transparent 30%),
		var(--rk-navy-950);
	color: #fff;
}

.rk-profile-records::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 50px 50px;
	content: "";
	mask-image: linear-gradient(to left, #000, transparent 75%);
}

.rk-profile-records__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(50px, 8vw, 105px);
}

.rk-profile-records__heading h2 {
	margin: 10px 0 16px;
	color: #fff;
	font-size: clamp(28px, 3.6vw, 43px);
	font-weight: 900;
	line-height: 1.45;
}

.rk-profile-records__heading p {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	line-height: 2;
}

.rk-profile-records__heading > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 27px;
	color: var(--rk-gold-300);
	font-size: 12px;
	font-weight: 900;
}

.rk-profile-records__heading > a svg {
	width: 18px;
	stroke-width: 1.8;
}

.rk-profile-records__list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rk-profile-records__list li {
	display: grid;
	min-height: 104px;
	grid-template-columns: 55px minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rk-profile-records__list li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rk-profile-records__list li > span {
	display: grid;
	width: 49px;
	height: 49px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.34);
	border-radius: 50%;
	color: var(--rk-gold-300);
	font-size: 13px;
	font-weight: 900;
}

.rk-profile-records__list strong {
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

.rk-profile-records__list p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	line-height: 1.9;
}

.rk-profile-contact {
	padding: 80px 0;
	background: #fffdf9;
}

.rk-profile-contact__card,
.rk-contact-final__card {
	display: grid;
	min-height: 195px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 27px;
	padding: 38px 44px;
	border: 1px solid rgba(208, 170, 98, 0.35);
	border-radius: 32px 7px 32px 7px;
	background:
		linear-gradient(120deg, rgba(208, 170, 98, 0.11), transparent 42%),
		#fff;
	box-shadow: 0 22px 55px rgba(20, 36, 52, 0.07);
}

.rk-profile-contact__mark {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.35);
	border-radius: 22px 6px;
	background: var(--rk-gold-100);
	color: var(--rk-gold-700);
}

.rk-profile-contact__mark svg {
	width: 41px;
	height: 41px;
	stroke-width: 1.25;
}

.rk-profile-contact__card > div:nth-child(2) > span,
.rk-contact-final__card > div > span {
	color: var(--rk-gold-700);
	font-size: 11px;
	font-weight: 900;
}

.rk-profile-contact__card h2,
.rk-contact-final__card h2 {
	margin: 5px 0 5px;
	color: var(--rk-navy-950);
	font-size: clamp(22px, 2.8vw, 32px);
	font-weight: 900;
}

.rk-profile-contact__card p,
.rk-contact-final__card p {
	margin: 0;
	color: var(--rk-muted);
	font-size: 12px;
}

/* Contact page */

.rk-contact-hero {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	background:
		radial-gradient(circle at 13% 35%, rgba(208, 170, 98, 0.12), transparent 27%),
		linear-gradient(120deg, #07131f, #0b2134 69%, #112d45);
	color: #fff;
}

.rk-contact-hero__pattern {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to right, transparent 5%, #000 55%, transparent);
}

.rk-contact-hero__arc {
	position: absolute;
	top: -330px;
	left: -180px;
	width: 720px;
	height: 720px;
	border: 1px solid rgba(208, 170, 98, 0.15);
	border-radius: 50%;
	box-shadow:
		0 0 0 75px rgba(208, 170, 98, 0.02),
		0 0 0 150px rgba(208, 170, 98, 0.012);
}

.rk-contact-hero__inner {
	position: relative;
	display: grid;
	min-height: 560px;
	grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.62fr);
	align-items: center;
	gap: clamp(55px, 8vw, 110px);
	padding-top: 70px;
	padding-bottom: 70px;
}

.rk-contact-hero__copy h1 {
	max-width: 730px;
	margin: 15px 0 20px;
	color: #fff;
	font-size: clamp(37px, 4.9vw, 62px);
	font-weight: 900;
	line-height: 1.35;
}

.rk-contact-hero__copy > p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 2.1;
}

.rk-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}

.rk-contact-hero__card {
	position: relative;
	display: grid;
	justify-items: center;
	padding: 38px 32px 30px;
	border: 1px solid rgba(208, 170, 98, 0.3);
	border-radius: 36px 8px 36px 8px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 28px 65px rgba(0, 0, 0, 0.25);
	text-align: center;
	backdrop-filter: blur(15px);
}

.rk-contact-hero__card::before {
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 29px 6px 29px 6px;
	content: "";
	pointer-events: none;
}

.rk-contact-hero__card-icon {
	display: grid;
	width: 70px;
	height: 70px;
	margin-bottom: 21px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.32);
	border-radius: 50%;
	background: rgba(208, 170, 98, 0.09);
	color: var(--rk-gold-300);
}

.rk-contact-hero__card-icon svg {
	width: 35px;
	height: 35px;
	stroke-width: 1.35;
}

.rk-contact-hero__card > span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
}

.rk-contact-hero__card > a {
	margin: 8px 0 5px;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 900;
	letter-spacing: 0.035em;
}

.rk-contact-hero__card > small {
	color: rgba(255, 255, 255, 0.48);
	font-size: 10px;
}

.rk-contact-hero__availability {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
}

.rk-contact-hero__availability span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rk-gold-400);
	box-shadow: 0 0 0 4px rgba(208, 170, 98, 0.1);
}

.rk-contact-methods {
	padding: 94px 0 102px;
	background: #fffdf9;
}

.rk-contact-methods__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rk-contact-method {
	display: flex;
	min-height: 295px;
	flex-direction: column;
	padding: 29px;
	border: 1px solid var(--rk-line);
	border-radius: 27px 7px 27px 7px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(20, 36, 52, 0.05);
}

.rk-contact-method--primary {
	border-color: rgba(208, 170, 98, 0.42);
	background:
		linear-gradient(140deg, rgba(208, 170, 98, 0.12), transparent 45%),
		#fff;
}

.rk-contact-method__top {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rk-contact-method__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.28);
	border-radius: 15px 4px;
	background: var(--rk-gold-100);
	color: var(--rk-gold-700);
}

.rk-contact-method__icon svg {
	width: 24px;
	height: 24px;
	stroke-width: 1.45;
}

.rk-contact-method__label {
	color: var(--rk-muted);
	font-size: 11px;
	font-weight: 800;
}

.rk-contact-method__value {
	margin-top: 24px;
	color: var(--rk-navy-950);
	font-family: Tahoma, Arial, sans-serif;
	font-size: clamp(22px, 2.6vw, 29px);
	font-weight: 900;
	letter-spacing: 0.025em;
}

.rk-contact-method__value--social {
	font-size: 23px;
	letter-spacing: 0;
}

.rk-contact-method > p {
	margin: 12px 0 0;
	color: var(--rk-muted);
	font-size: 11px;
	line-height: 1.9;
}

.rk-contact-method__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 21px;
	color: var(--rk-gold-700);
	font-size: 11px;
	font-weight: 900;
}

.rk-contact-method__link svg {
	width: 17px;
	stroke-width: 1.9;
}

.rk-contact-location {
	position: relative;
	overflow: hidden;
	background: var(--rk-navy-950);
	color: #fff;
}

.rk-contact-location__grid {
	display: grid;
	min-height: 530px;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
	align-items: center;
	gap: clamp(70px, 10vw, 145px);
	padding-top: 82px;
	padding-bottom: 82px;
}

.rk-contact-location__map {
	position: relative;
	min-height: 350px;
	overflow: hidden;
	border: 1px solid rgba(208, 170, 98, 0.25);
	border-radius: 45px 8px 45px 8px;
	background:
		linear-gradient(135deg, rgba(208, 170, 98, 0.06), transparent 50%),
		#0c2235;
	box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.rk-contact-location__map::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 38px 38px;
	content: "";
}

.rk-contact-location__road {
	position: absolute;
	display: block;
	height: 1px;
	background: rgba(208, 170, 98, 0.16);
	transform-origin: center;
}

.rk-contact-location__road::after {
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	height: 1px;
	background: rgba(208, 170, 98, 0.08);
	content: "";
}

.rk-contact-location__road--one {
	top: 35%;
	right: -7%;
	width: 114%;
	transform: rotate(-18deg);
}

.rk-contact-location__road--two {
	top: 62%;
	right: -15%;
	width: 125%;
	transform: rotate(14deg);
}

.rk-contact-location__road--three {
	top: 47%;
	right: 8%;
	width: 85%;
	transform: rotate(68deg);
}

.rk-contact-location__pin {
	position: absolute;
	top: 50%;
	right: 52%;
	display: grid;
	width: 86px;
	height: 86px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.3);
	border-radius: 50%;
	background: rgba(7, 19, 31, 0.82);
	color: var(--rk-gold-300);
	box-shadow:
		0 0 0 18px rgba(208, 170, 98, 0.04),
		0 0 0 36px rgba(208, 170, 98, 0.02);
	transform: translate(50%, -50%);
}

.rk-contact-location__pin svg {
	width: 39px;
	height: 39px;
	stroke-width: 1.4;
}

.rk-contact-location__caption {
	position: absolute;
	right: 24px;
	bottom: 21px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 11px 3px;
	background: rgba(7, 19, 31, 0.7);
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
}

.rk-contact-location__copy h2 {
	margin: 10px 0 26px;
	color: #fff;
	font-size: clamp(30px, 3.8vw, 47px);
	font-weight: 900;
	line-height: 1.45;
}

.rk-contact-location__copy address {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: start;
	gap: 15px;
	margin: 0;
	font-style: normal;
}

.rk-contact-location__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.3);
	border-radius: 15px 4px;
	color: var(--rk-gold-300);
}

.rk-contact-location__icon svg {
	width: 23px;
	stroke-width: 1.5;
}

.rk-contact-location__copy address p {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	font-weight: 700;
	line-height: 2.15;
}

.rk-contact-location__note {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-top: 27px;
	padding-top: 23px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rk-contact-location__note > span {
	display: grid;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.35);
	border-radius: 50%;
	color: var(--rk-gold-300);
	font-size: 11px;
	font-weight: 900;
}

.rk-contact-location__note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.53);
	font-size: 11px;
	line-height: 1.9;
}

.rk-contact-preparation {
	padding: 100px 0 106px;
	background: var(--rk-paper);
}

.rk-contact-preparation__heading {
	max-width: 720px;
	margin: 0 auto 47px;
	text-align: center;
}

.rk-contact-preparation__heading .rk-page-kicker {
	justify-content: center;
}

.rk-contact-preparation__heading h2 {
	margin: 10px 0 13px;
	color: var(--rk-navy-950);
	font-size: clamp(29px, 3.6vw, 42px);
	font-weight: 900;
	line-height: 1.5;
}

.rk-contact-preparation__heading p {
	margin: 0;
	color: var(--rk-muted);
	font-size: 13px;
	line-height: 2;
}

.rk-contact-preparation__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rk-contact-preparation__steps li {
	display: grid;
	min-height: 148px;
	grid-template-columns: 47px minmax(0, 1fr);
	align-items: start;
	gap: 15px;
	padding: 25px;
	border: 1px solid var(--rk-line);
	border-radius: 23px 6px 23px 6px;
	background: #fff;
}

.rk-contact-preparation__steps li > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(208, 170, 98, 0.35);
	border-radius: 50%;
	background: var(--rk-gold-100);
	color: var(--rk-gold-700);
	font-size: 12px;
	font-weight: 900;
}

.rk-contact-preparation__steps strong {
	color: var(--rk-navy-950);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.8;
}

.rk-contact-preparation__steps p {
	margin: 5px 0 0;
	color: var(--rk-muted);
	font-size: 11px;
	line-height: 1.9;
}

.rk-contact-privacy {
	display: grid;
	max-width: 820px;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 17px;
	margin: 35px auto 0;
	padding: 22px 27px;
	border: 1px solid rgba(208, 170, 98, 0.32);
	border-radius: 22px 6px;
	background: rgba(208, 170, 98, 0.08);
}

.rk-contact-privacy__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 17px 5px;
	background: var(--rk-navy-950);
	color: #fff;
}

.rk-contact-privacy__icon svg {
	width: 28px;
	stroke-width: 1.55;
}

.rk-contact-privacy strong {
	color: var(--rk-navy-950);
	font-size: 13px;
	font-weight: 900;
}

.rk-contact-privacy p {
	margin: 4px 0 0;
	color: var(--rk-muted);
	font-size: 11px;
	line-height: 1.9;
}

.rk-contact-final {
	padding: 0 0 82px;
	background: var(--rk-paper);
}

@media (max-width: 1100px) {
	.rk-profile-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
		gap: 45px;
	}

	.rk-about-portrait__frame {
		height: 440px;
	}

	.rk-profile-fields__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rk-profile-field {
		min-height: 245px;
	}

	.rk-contact-location__grid {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
		gap: 55px;
	}
}

@media (max-width: 820px) {
	.rk-profile-hero__inner,
	.rk-contact-hero__inner {
		grid-template-columns: 1fr;
		gap: 58px;
	}

	.rk-profile-hero__inner {
		padding-top: 55px;
	}

	.rk-profile-hero__visual {
		width: min(100%, 440px);
		justify-self: center;
	}

	.rk-profile-hero__copy h1 {
		font-size: clamp(38px, 9vw, 56px);
	}

	.rk-profile-intro__grid,
	.rk-profile-records__grid,
	.rk-contact-location__grid {
		grid-template-columns: 1fr;
	}

	.rk-profile-intro__grid {
		gap: 55px;
	}

	.rk-profile-records__grid {
		gap: 50px;
	}

	.rk-page-section-head {
		align-items: start;
		flex-direction: column;
		gap: 15px;
	}

	.rk-page-section-head > p {
		max-width: 680px;
	}

	.rk-profile-contact__card,
	.rk-contact-final__card {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.rk-profile-contact__card > .rk-page-button,
	.rk-contact-final__card > .rk-page-button {
		grid-column: 1 / -1;
	}

	.rk-contact-hero__inner {
		padding-top: 55px;
		padding-bottom: 78px;
	}

	.rk-contact-hero__card {
		width: min(100%, 430px);
		justify-self: center;
	}

	.rk-contact-methods__grid,
	.rk-contact-preparation__steps {
		grid-template-columns: 1fr;
	}

	.rk-contact-method {
		min-height: 260px;
	}

	.rk-contact-location__grid {
		gap: 50px;
	}

	.rk-contact-location__copy {
		grid-row: 1;
	}
}

@media (max-width: 620px) {
	.rk-page-breadcrumbs {
		margin-bottom: 21px;
		font-size: 10px;
	}

	.rk-page-eyebrow,
	.rk-page-kicker {
		font-size: 10px;
	}

	.rk-page-button {
		width: 100%;
		min-height: 50px;
		padding: 11px 17px;
	}

	.rk-profile-hero__inner,
	.rk-contact-hero__inner {
		padding-right: 12px;
		padding-left: 12px;
	}

	.rk-profile-hero__copy h1 {
		margin-top: 12px;
		font-size: 38px;
	}

	.rk-profile-hero__lead,
	.rk-contact-hero__copy > p {
		font-size: 12px;
	}

	.rk-profile-hero__actions,
	.rk-contact-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rk-profile-hero__proof {
		display: grid;
		gap: 10px;
	}

	.rk-about-portrait {
		width: min(100%, 340px);
	}

	.rk-about-portrait__frame {
		height: 405px;
		border-radius: 115px 8px 70px 8px;
	}

	.rk-about-portrait figcaption {
		right: -7px;
		min-width: 205px;
	}

	.rk-profile-hero__seal {
		top: 14px;
		left: -7px;
		width: 64px;
		height: 64px;
	}

	.rk-profile-hero__seal svg {
		width: 37px;
	}

	.rk-profile-intro,
	.rk-profile-fields,
	.rk-profile-records,
	.rk-contact-methods,
	.rk-contact-preparation {
		padding: 72px 0;
	}

	.rk-profile-intro__grid {
		gap: 45px;
	}

	.rk-profile-intro__heading h2,
	.rk-page-section-head h2,
	.rk-profile-records__heading h2,
	.rk-contact-preparation__heading h2 {
		font-size: 26px;
	}

	.rk-profile-intro__heading p,
	.rk-page-section-head > p,
	.rk-profile-records__heading p,
	.rk-contact-preparation__heading p {
		font-size: 11px;
	}

	.rk-profile-intro__statement {
		padding: 32px 25px 27px;
		border-radius: 32px 7px 32px 7px;
	}

	.rk-profile-intro__statement > p {
		font-size: 14px;
	}

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

	.rk-profile-field {
		min-height: 0;
	}

	.rk-profile-records__list li {
		grid-template-columns: 47px minmax(0, 1fr);
		gap: 15px;
	}

	.rk-profile-records__list li > span {
		width: 43px;
		height: 43px;
	}

	.rk-profile-contact {
		padding: 62px 0;
	}

	.rk-profile-contact__card,
	.rk-contact-final__card {
		grid-template-columns: 1fr;
		padding: 30px 22px;
		border-radius: 24px 6px;
		text-align: center;
	}

	.rk-profile-contact__mark {
		margin-inline: auto;
	}

	.rk-profile-contact__card h2,
	.rk-contact-final__card h2 {
		font-size: 23px;
	}

	.rk-contact-hero__copy h1 {
		font-size: 35px;
	}

	.rk-contact-hero__card {
		padding: 32px 20px 26px;
	}

	.rk-contact-method {
		min-height: 245px;
		padding: 25px 22px;
	}

	.rk-contact-method__value {
		font-size: 25px;
	}

	.rk-contact-location__grid {
		min-height: 0;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.rk-contact-location__copy h2 {
		font-size: 29px;
	}

	.rk-contact-location__copy address p {
		font-size: 13px;
	}

	.rk-contact-location__map {
		min-height: 290px;
	}

	.rk-contact-preparation__heading {
		margin-bottom: 35px;
	}

	.rk-contact-preparation__steps li {
		min-height: 0;
		padding: 22px 19px;
	}

	.rk-contact-privacy {
		grid-template-columns: 1fr;
		padding: 22px;
		text-align: center;
	}

	.rk-contact-privacy__icon {
		margin-inline: auto;
	}

	.rk-contact-final {
		padding-bottom: 62px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rk-profile-page *,
	.rk-profile-page *::before,
	.rk-profile-page *::after,
	.rk-contact-page *,
	.rk-contact-page *::before,
	.rk-contact-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
