.text-5xl {
	font-size: 3rem;
	line-height: 1
}

.text-6xl {
	font-size: 3.75rem;
	line-height: 1
}

.mobile-break {
	display: none
}

.site-header.scrolled,
.site-header.menu-open {
	background: rgba(17, 17, 17, .92);
	backdrop-filter: blur(16px);
	box-shadow: 0 10px 40px rgba(0, 0, 0, .18)
}

.site-header.menu-open {
	background: transparent;
	box-shadow: none
}

.menu-button {
	align-items: center;
	background: transparent;
	border: 0;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	position: relative;
	width: 44px;
	z-index: 70
}

.menu-button span {
	background: #fff;
	display: block;
	height: 2px;
	transition: transform .3s ease, opacity .3s ease, background-color .3s ease;
	width: 22px
}

.site-header.scrolled .menu-button,
.site-header.menu-open .menu-button {
	background: transparent;
	border-color: transparent
}

.site-header.menu-open .menu-button span:nth-child(1) {
	transform: translateY(7px) rotate(45deg)
}

.site-header.menu-open .menu-button span:nth-child(2) {
	opacity: 0
}

.site-header.menu-open .menu-button span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg)
}

::selection {
	background: #c9a45c;
	color: #111
}

html {
	scroll-behavior: smooth
}

body {
	text-rendering: geometricPrecision
}

body.mobile-menu-open {
	overflow: hidden
}

a,
button {
	-webkit-tap-highlight-color: transparent
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 1px solid #c9a45c;
	outline-offset: 4px
}

main img {
	background: #f4f1ea
}

.site-header nav a {
	text-shadow: 0 1px 18px rgba(0, 0, 0, .18)
}

.site-header.scrolled nav a,
.site-header.menu-open nav a {
	text-shadow: none
}

.site-header-logo {
	background: transparent;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .18));
	height: 4.4rem
}

.home-hero-logo {
	background: transparent;
	filter: drop-shadow(0 18px 38px rgba(0, 0, 0, .35));
	height: clamp(7rem, 10vw, 10rem)
}

.mobile-menu-logo {
	background: transparent;
	filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .35));
	height: clamp(6.5rem, 24vw, 9rem)
}

.footer-socials {
	display: flex;
	gap: .75rem;
	margin-top: 1.8rem
}

.footer-socials a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .55);
	display: inline-flex;
	height: 2.35rem;
	justify-content: center;
	transition: border-color .3s, color .3s, background-color .3s;
	width: 2.35rem
}

.footer-socials a:hover {
	background: rgba(201, 164, 92, .08);
	border-color: rgba(201, 164, 92, .65);
	color: #c9a45c
}

.footer-socials svg {
	fill: currentColor;
	height: .95rem;
	width: .95rem
}

.site-body section {
	position: relative
}

.site-body .font-heading {
	font-feature-settings: "liga" 1, "kern" 1
}

.site-body [class*="border-obsidian\\/5"],
.site-body [class*="border-obsidian\\/10"] {
	transition-property: border-color, background-color, color, transform, box-shadow;
	transition-duration: .35s
}

.site-body [class*="hover\\:scale-105"]:hover {
	filter: saturate(1.03) contrast(1.02)
}

.site-body [class*="bg-gold"],
.site-body [class*="bg-obsidian"],
.site-body [class*="border"] {
	border-radius: 0
}

.site-body [class*="tracking-\\[0\\.3em\\]"] {
	letter-spacing: .3em
}

.meeting-hp {
	position: absolute;
	right: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none
}

.meeting-alert {
	border: 1px solid rgba(17, 17, 17, .1);
	background: #fafafa;
	padding: 1.25rem 1.5rem;
	color: #111;
	font-family: Inter, sans-serif;
	font-size: .95rem;
	line-height: 1.8
}

.meeting-alert strong {
	display: block;
	margin-bottom: .25rem;
	font-weight: 500
}

.meeting-alert-success {
	border-color: rgba(201, 164, 92, .45);
	background: linear-gradient(135deg, rgba(201, 164, 92, .12), rgba(250, 250, 250, 1))
}

.meeting-alert-error {
	border-color: rgba(160, 60, 42, .28);
	background: linear-gradient(135deg, rgba(160, 60, 42, .08), rgba(250, 250, 250, 1))
}

.meeting-panel {
	border: 1px solid rgba(17, 17, 17, .08);
	background: linear-gradient(180deg, #fff, #fdfdfc);
	padding: clamp(1.5rem, 3vw, 2.5rem)
}

.meeting-panel-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(17, 17, 17, .06)
}

.meeting-field {
	display: block;
	position: relative;
	color: rgba(17, 17, 17, .42);
	font-family: Inter, sans-serif;
	font-size: .72rem;
	letter-spacing: .18em;
	line-height: 1.5;
	text-transform: uppercase
}

.meeting-field span {
	display: block;
	margin-bottom: .55rem
}

.meeting-field input,
.meeting-field select,
.meeting-field textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(17, 17, 17, .13);
	background: transparent;
	color: #111;
	font-family: Inter, sans-serif;
	font-size: .96rem;
	letter-spacing: 0;
	line-height: 1.5;
	outline: 0;
	padding: .8rem 0 .9rem;
	text-transform: none;
	transition: border-color .25s, box-shadow .25s
}

.meeting-field textarea {
	min-height: 9rem;
	resize: vertical
}

.meeting-field select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
	background-position: calc(100% - 14px) 50%, calc(100% - 8px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-left: 2.25rem
}

.meeting-field input:focus,
.meeting-field select:focus,
.meeting-field textarea:focus {
	border-color: #c9a45c;
	box-shadow: 0 1px 0 #c9a45c
}

.meeting-field em,
.meeting-section-error {
	display: block;
	margin-top: .55rem;
	color: #9a3526;
	font-family: Inter, sans-serif;
	font-size: .78rem;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none
}

.meeting-field small {
	display: block;
	margin-top: .6rem;
	color: rgba(17, 17, 17, .35);
	font-family: Inter, sans-serif;
	font-size: .78rem;
	letter-spacing: 0;
	text-transform: none
}

.meeting-field.is-invalid input,
.meeting-field.is-invalid select,
.meeting-field.is-invalid textarea {
	border-color: rgba(154, 53, 38, .7);
	box-shadow: 0 1px 0 rgba(154, 53, 38, .45)
}

.meeting-section-error {
	margin: -1rem 0 1.25rem
}

.meeting-choice {
	position: relative;
	display: flex;
	align-items: center;
	gap: .85rem;
	min-height: 3.9rem;
	border: 1px solid rgba(17, 17, 17, .1);
	background: #fff;
	color: rgba(17, 17, 17, .78);
	cursor: pointer;
	font-family: Inter, sans-serif;
	font-size: .95rem;
	padding: 1rem 1.1rem;
	transition: border-color .25s, background-color .25s, color .25s, transform .25s
}

.meeting-choice:hover {
	border-color: rgba(201, 164, 92, .55);
	color: #111;
	transform: translateY(-1px)
}

.meeting-choice input {
	appearance: none;
	width: 1rem;
	height: 1rem;
	border: 1px solid rgba(17, 17, 17, .35);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	transition: border-color .2s, background-color .2s
}

.meeting-choice input:checked {
	border-color: #c9a45c;
	background: #c9a45c
}

.meeting-choice input:checked::after {
	content: "";
	width: .35rem;
	height: .6rem;
	border: solid #111;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg) translateY(-1px)
}

.meeting-choice:has(input:checked) {
	border-color: rgba(201, 164, 92, .75);
	background: rgba(201, 164, 92, .08);
	color: #111
}

.meeting-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	background: #111;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .16em;
	line-height: 1;
	min-height: 3.75rem;
	padding: 0 2.5rem;
	text-transform: uppercase;
	transition: background-color .35s, color .35s, transform .35s
}

.meeting-submit:hover {
	background: #c9a45c;
	color: #111;
	transform: translateY(-1px)
}

.contact-card {
	display: flex;
	min-height: 13rem;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid rgba(17, 17, 17, .08);
	background: linear-gradient(180deg, #fff, #fdfdfc);
	padding: clamp(1.5rem, 3vw, 2rem);
	transition: border-color .35s, transform .35s, box-shadow .35s
}

.contact-card:hover {
	border-color: rgba(201, 164, 92, .55);
	box-shadow: 0 24px 60px rgba(17, 17, 17, .06);
	transform: translateY(-2px)
}

.contact-card-mark {
	width: 2rem;
	height: 1px;
	margin-bottom: 1.75rem;
	background: #c9a45c
}

.contact-card span {
	color: #c9a45c;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase
}

.contact-card h3 {
	color: #111;
	font-family: "Playfair Display", serif;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 400;
	line-height: 1.15;
	margin: .8rem 0 1rem;
	overflow-wrap: anywhere
}

.contact-card p {
	color: rgba(17, 17, 17, .45);
	font-family: Inter, sans-serif;
	font-size: .88rem;
	font-weight: 300;
	line-height: 1.7;
	margin: 0
}

.contact-side {
	position: sticky;
	top: 7.5rem;
	overflow: hidden;
	background: #111;
	color: #fff;
	min-height: 36rem;
	padding: clamp(2rem, 4vw, 3rem)
}

.contact-side-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(201, 164, 92, .13), transparent 42%),
		radial-gradient(circle at 85% 15%, rgba(201, 164, 92, .16), transparent 30%);
	opacity: .9
}

.contact-note {
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: 1rem;
	border-top: 1px solid rgba(255, 255, 255, .08);
	padding-top: 1rem
}

.contact-note span {
	color: #c9a45c;
	font-family: "Playfair Display", serif;
	font-size: 1.2rem
}

.contact-note p {
	color: rgba(255, 255, 255, .58);
	font-family: Inter, sans-serif;
	font-size: .9rem;
	font-weight: 300;
	line-height: 1.65;
	margin: 0
}

.contact-socials {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem
}

.contact-socials a,
.contact-side-cta {
	border: 1px solid rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .75);
	display: inline-flex;
	font-family: Inter, sans-serif;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .16em;
	padding: .9rem 1rem;
	text-transform: uppercase;
	transition: border-color .3s, color .3s, background-color .3s
}

.contact-socials a:hover,
.contact-side-cta:hover {
	background: #c9a45c;
	border-color: #c9a45c;
	color: #111
}

.contact-map {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	background:
		linear-gradient(90deg, rgba(17, 17, 17, .95), rgba(17, 17, 17, .74)),
		url("../images/686d0fc65_generated_ddd7515f.png") center/cover;
	min-height: 18rem;
	padding: clamp(2rem, 5vw, 4rem)
}

.contact-map span {
	border: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	flex: 0 0 auto;
	font-family: Inter, sans-serif;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .16em;
	padding: 1.2rem 1.6rem;
	text-transform: uppercase;
	transition: border-color .3s, color .3s
}

.contact-map:hover span {
	border-color: #c9a45c;
	color: #c9a45c
}

.detail-hero {
	background:
		linear-gradient(135deg, rgba(17, 17, 17, .98), rgba(17, 17, 17, .88)),
		radial-gradient(circle at 82% 12%, rgba(201, 164, 92, .18), transparent 28%);
	color: #fff;
	padding: 9.5rem 0 10.5rem
}

.detail-back {
	border: 1px solid rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .66);
	display: inline-flex;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	letter-spacing: .18em;
	margin-bottom: 2.25rem;
	padding: .75rem 1rem;
	text-transform: uppercase;
	transition: border-color .3s, color .3s
}

.detail-back:hover {
	border-color: #c9a45c;
	color: #c9a45c
}

.detail-kicker {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1rem;
	margin-bottom: 1.25rem
}

.detail-kicker span {
	color: #c9a45c;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .22em;
	text-transform: uppercase
}

.detail-kicker span + span {
	color: rgba(255, 255, 255, .48)
}

.detail-title {
	font-family: "Playfair Display", serif;
	font-size: clamp(2.75rem, 7vw, 6.8rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: .98;
	max-width: 58rem
}

.detail-lead {
	color: rgba(255, 255, 255, .55);
	font-family: Inter, sans-serif;
	font-size: clamp(1rem, 1.5vw, 1.22rem);
	font-weight: 300;
	line-height: 1.9;
	margin: 2rem 0 0;
	max-width: 43rem
}

.detail-body-section {
	background: #fff;
	padding: 0 0 6rem
}

.detail-featured-image {
	aspect-ratio: 16 / 8;
	margin-top: -6rem;
	overflow: hidden;
	position: relative;
	z-index: 2
}

.detail-featured-wide {
	aspect-ratio: 16 / 7
}

.detail-featured-image img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.detail-shell {
	display: grid;
	gap: clamp(2.5rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 1fr) 340px;
	padding-top: clamp(3rem, 6vw, 5rem)
}

.detail-article {
	max-width: 780px
}

.detail-rule {
	background: #c9a45c;
	height: 1px;
	margin-bottom: 2rem;
	width: 3.5rem
}

.detail-copy {
	color: rgba(17, 17, 17, .68);
	font-family: Inter, sans-serif;
	font-size: clamp(1.05rem, 1.35vw, 1.22rem);
	font-weight: 300;
	line-height: 2.05
}

.detail-copy::first-letter {
	color: #111;
	float: right;
	font-family: "Playfair Display", serif;
	font-size: 5.5rem;
	line-height: .82;
	padding: .18rem .75rem .1rem 0
}

.detail-aside {
	display: grid;
	gap: 1rem;
	align-self: start;
	position: sticky;
	top: 7rem
}

.detail-aside-card {
	background: #111;
	color: #fff;
	padding: 2rem
}

.detail-aside-kicker,
.detail-meta-card span,
.detail-related-head p {
	color: #c9a45c;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 500;
	letter-spacing: .22em;
	text-transform: uppercase
}

.detail-aside-card h2 {
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.15;
	margin: 1rem 0
}

.detail-aside-card p:not(.detail-aside-kicker) {
	color: rgba(255, 255, 255, .52);
	font-family: Inter, sans-serif;
	font-size: .92rem;
	font-weight: 300;
	line-height: 1.75;
	margin-bottom: 1.5rem
}

.detail-aside-card a {
	border: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
	display: inline-flex;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .16em;
	padding: 1rem 1.15rem;
	text-transform: uppercase;
	transition: background-color .3s, border-color .3s, color .3s
}

.detail-aside-card a:hover {
	background: #c9a45c;
	border-color: #c9a45c;
	color: #111
}

.detail-meta-card {
	border: 1px solid rgba(17, 17, 17, .08);
	padding: 1.35rem 1.5rem
}

.detail-meta-card strong {
	color: #111;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: .5rem
}

.detail-layout {
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: 320px minmax(0, 1fr);
	align-items: start
}

.detail-main {
	grid-column: 2;
	min-width: 0
}

.detail-sidebar {
	align-self: start;
	background: #fff;
	border: 1px solid rgba(17, 17, 17, .09);
	grid-column: 1;
	grid-row: 1;
	position: sticky;
	top: 7rem
}

.detail-sidebar-services {
	border-bottom: 1px solid rgba(17, 17, 17, .08);
	padding: 1.5rem 1.75rem .8rem
}

.detail-sidebar-services p {
	color: #c9a45c;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .18em;
	margin-bottom: .7rem;
	text-transform: uppercase
}

.detail-sidebar-services a {
	align-items: center;
	border-top: 1px solid rgba(17, 17, 17, .07);
	color: #111;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: .95rem 0;
	transition: color .3s
}

.detail-sidebar-services a:first-of-type {
	border-top: 0
}

.detail-sidebar-services span {
	font-family: "Playfair Display", serif;
	font-size: 1.05rem;
	line-height: 1.2
}

.detail-sidebar-services small {
	color: rgba(17, 17, 17, .38);
	font-family: Inter, sans-serif;
	font-size: .68rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	white-space: nowrap
}

.detail-sidebar-services a:hover {
	color: #c9a45c
}

.detail-sidebar-panel {
	background: linear-gradient(135deg, #111 0%, #181818 100%);
	padding: 2rem
}

.detail-sidebar-kicker,
.detail-sidebar-meta span,
.detail-sidebar-list p {
	color: #c9a45c;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase
}

.detail-sidebar-panel h3 {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.18;
	margin: 1rem 0
}

.detail-sidebar-panel p:not(.detail-sidebar-kicker) {
	color: rgba(255, 255, 255, .62);
	font-family: Inter, sans-serif;
	font-size: .9rem;
	font-weight: 300;
	line-height: 1.75;
	margin-bottom: 1.6rem
}

.detail-sidebar-panel a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
	display: inline-flex;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .16em;
	min-height: 3.25rem;
	padding: 0 1.25rem;
	text-transform: uppercase;
	transition: background-color .3s, border-color .3s, color .3s
}

.detail-sidebar-panel a:hover {
	background: #c9a45c;
	border-color: #c9a45c;
	color: #111
}

.detail-sidebar-meta {
	display: grid;
	grid-template-columns: 1fr
}

.detail-sidebar-meta div {
	border-bottom: 1px solid rgba(17, 17, 17, .08);
	padding: 1.35rem 1.75rem
}

.detail-sidebar-meta strong {
	color: #111;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: .45rem
}

.detail-sidebar-list {
	border-bottom: 1px solid rgba(17, 17, 17, .08);
	padding: 1.35rem 1.75rem .75rem
}

.detail-sidebar-list p {
	margin-bottom: .55rem
}

.detail-sidebar-list a {
	border-top: 1px solid rgba(17, 17, 17, .07);
	display: block;
	padding: 1rem 0
}

.detail-sidebar-list a:first-of-type {
	border-top: 0
}

.detail-sidebar-list span {
	color: rgba(17, 17, 17, .36);
	display: block;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	letter-spacing: .12em;
	margin-bottom: .35rem;
	text-transform: uppercase
}

.detail-sidebar-list strong {
	color: #111;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 1.12rem;
	font-weight: 400;
	line-height: 1.28;
	transition: color .3s
}

.detail-sidebar-list a:hover strong {
	color: #c9a45c
}

.detail-sidebar-back {
	align-items: center;
	color: #111;
	display: flex;
	font-family: Inter, sans-serif;
	font-size: .75rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: .16em;
	padding: 1.25rem 1.75rem;
	text-transform: uppercase;
	transition: color .3s
}

.detail-sidebar-back:hover {
	color: #c9a45c
}

.detail-content-gallery {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3.5rem
}

.detail-content-gallery-wide {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.detail-content-gallery div {
	aspect-ratio: 4 / 3;
	overflow: hidden
}

.detail-content-gallery-wide div {
	aspect-ratio: 16 / 10
}

.detail-content-gallery img {
	height: 100%;
	object-fit: cover;
	transition: transform .7s;
	width: 100%
}

.detail-content-gallery div:hover img {
	transform: scale(1.05)
}

.detail-inline-related {
	border-top: 1px solid rgba(17, 17, 17, .08);
	margin-top: 4rem;
	padding-top: 2rem
}

.detail-inline-related-head {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.35rem
}

.detail-inline-related-head p {
	color: #111;
	font-family: "Playfair Display", serif;
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.2
}

.detail-inline-related-head a {
	color: rgba(17, 17, 17, .42);
	font-family: Inter, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase
}

.detail-inline-related-head a:hover {
	color: #c9a45c
}

.detail-inline-related-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.detail-inline-related-card {
	display: block
}

.detail-inline-related-card img {
	aspect-ratio: 16 / 10;
	display: block;
	margin-bottom: 1rem;
	object-fit: cover;
	width: 100%
}

.detail-inline-related-card span {
	color: rgba(17, 17, 17, .38);
	display: block;
	font-family: Inter, sans-serif;
	font-size: .72rem;
	letter-spacing: .12em;
	margin-bottom: .4rem;
	text-transform: uppercase
}

.detail-inline-related-card strong {
	color: #111;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	transition: color .3s
}

.detail-inline-related-card:hover strong {
	color: #c9a45c
}

.detail-gallery {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 5rem
}

.detail-gallery-wide {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.detail-gallery div {
	aspect-ratio: 4 / 3;
	overflow: hidden
}

.detail-gallery-wide div {
	aspect-ratio: 16 / 10
}

.detail-gallery img {
	height: 100%;
	object-fit: cover;
	transition: transform .7s;
	width: 100%
}

.detail-gallery div:hover img {
	transform: scale(1.05)
}

.detail-related {
	border-top: 1px solid rgba(17, 17, 17, .08);
	margin-top: 5rem;
	padding-top: 3rem
}

.detail-related-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem
}

.detail-related-head a {
	color: rgba(17, 17, 17, .48);
	font-family: Inter, sans-serif;
	font-size: .75rem;
	letter-spacing: .16em;
	text-transform: uppercase
}

.detail-related-head a:hover {
	color: #c9a45c
}

.detail-related-card div {
	aspect-ratio: 4 / 3;
	margin-bottom: 1rem;
	overflow: hidden
}

.detail-related-card img {
	height: 100%;
	object-fit: cover;
	transition: transform .7s;
	width: 100%
}

.detail-related-card:hover img {
	transform: scale(1.05)
}

.detail-related-card span {
	color: rgba(17, 17, 17, .38);
	font-family: Inter, sans-serif;
	font-size: .75rem;
	letter-spacing: .12em;
	text-transform: uppercase
}

.detail-related-card h3 {
	color: #111;
	font-family: "Playfair Display", serif;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: .45rem;
	transition: color .3s
}

.detail-related-card:hover h3 {
	color: #c9a45c
}

@media(max-width:767px) {
	.meeting-panel-head {
		align-items: start;
		flex-direction: column;
		gap: .5rem
	}

	.meeting-submit {
		width: 100%
	}

	.contact-map {
		align-items: flex-start;
		flex-direction: column
	}

	.detail-hero {
		padding: 8rem 0 8.5rem
	}

	.detail-featured-image {
		aspect-ratio: 4 / 3
	}

	.detail-copy::first-letter {
		float: none;
		font-size: inherit;
		line-height: inherit;
		padding: 0
	}

	.detail-gallery,
	.detail-gallery-wide {
		grid-template-columns: 1fr
	}
}

@media(max-width:1023px) {
	.contact-side {
		position: relative;
		top: auto
	}

	.detail-shell {
		grid-template-columns: 1fr
	}

	.detail-aside {
		position: static
	}

	.detail-sidebar {
		position: static
	}

	.detail-layout {
		grid-template-columns: 1fr
	}

	.detail-main,
	.detail-sidebar {
		grid-column: auto;
		grid-row: auto
	}
}

.site-header.menu-open .mobile-menu {
	display: flex
}

.mobile-menu {
	background: rgba(17, 17, 17, .72);
	backdrop-filter: blur(28px) saturate(1.05);
	-webkit-backdrop-filter: blur(28px) saturate(1.05);
	box-shadow: none;
	gap: 2.6rem;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 6rem 1.5rem 3rem;
	top: 0;
	z-index: 60
}

.mobile-menu::before {
	background:
		radial-gradient(circle at 50% 72%, rgba(201, 164, 92, .38), transparent 17rem),
		linear-gradient(180deg, rgba(17, 17, 17, .78), rgba(17, 17, 17, .68) 48%, rgba(17, 17, 17, .9)),
		rgba(17, 17, 17, .62);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute
}

.mobile-menu img,
.mobile-menu nav {
	position: relative;
	z-index: 1
}

.mobile-menu > img {
	flex: 0 0 auto;
	margin: 0;
	width: auto
}

.mobile-menu nav {
	gap: 1.35rem
}

.mobile-menu nav a {
	color: rgba(255, 255, 255, .88);
	font-size: 1.08rem;
	font-weight: 600;
	letter-spacing: .16em;
	line-height: 1.25;
	text-shadow: 0 10px 30px rgba(0, 0, 0, .45)
}

.mobile-menu nav a:hover,
.mobile-menu nav a.text-gold {
	color: #c9a45c
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: rgba(17, 17, 17, .28)
}

@media(max-width:639px) {
	.mobile-break {
		display: block
	}

	main section:first-child h1 {
		font-size: 2.5rem;
		line-height: 1.05
	}

	main section:first-child p {
		max-width: 20rem;
		font-size: 1rem;
		line-height: 1.65
	}
}

@media(max-width:1023px) {
	.menu-button {
		display: inline-flex
	}

	.site-header .mobile-menu {
		align-items: center;
		justify-content: center;
		padding: 6rem 1.5rem 3rem
	}
}


html[dir="rtl"] body {
	font-family: Cairo, Inter, Arial, sans-serif;
}

html[dir="rtl"] .font-body {
	font-family: Cairo, Inter, Arial, sans-serif;
}

html[dir="rtl"] .font-heading {
	font-family: Cairo, 'Playfair Display', Georgia, serif;
}

/* === SBF typography normalization - Arabic === */
html[lang="ar"] .site-body,
html[lang="ar"] .site-body *,
html[dir="rtl"] .site-body,
html[dir="rtl"] .site-body * {
    font-family: Cairo, Inter, Arial, sans-serif !important;
}

html[lang="ar"] .site-body svg,
html[lang="ar"] .site-body svg *,
html[dir="rtl"] .site-body svg,
html[dir="rtl"] .site-body svg * {
    font-family: inherit !important;
}
/* === /SBF typography normalization - Arabic === */
