#main-nav {
	min-height: 56px;
}

.bg-primary-600,
.hover\:bg-primary-700:hover {
	background-color: var(--sof-primary, #d63e1a) !important;
}

.text-primary-600,
.hover\:text-primary-600:hover,
.text-primary-700,
.hover\:text-primary-700:hover {
	color: var(--sof-primary, #d63e1a) !important;
}

.border-primary-600 {
	border-color: var(--sof-primary, #d63e1a) !important;
}

.ring-primary-100 {
	--tw-ring-color: color-mix(in srgb, var(--sof-primary, #d63e1a) 18%, #fff) !important;
}

.bg-primary-50 {
	background-color: color-mix(in srgb, var(--sof-primary, #d63e1a) 9%, #fff) !important;
}

.text-primary-700 {
	color: var(--sof-primary-dark, #b33516) !important;
}

.sof-hero {
	background: linear-gradient(135deg, var(--sof-primary, #d63e1a), var(--sof-accent, #f97316));
}

.sof-hero,
.sof-hero h1,
.sof-hero p,
.sof-hero .rich-text {
	color: #fff;
}

.sof-hero .text-white\/90,
.sof-hero p,
.sof-hero [class*="text-white"] {
	color: rgba(255, 255, 255, .94) !important;
}

.sof-hero .text-white\/80 {
	color: rgba(255, 255, 255, .88) !important;
}

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

.sof-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(15, 23, 42, .64), rgba(var(--sof-primary-rgb, 214 62 26), .72));
}

.sof-hero-editor,
.sof-read-more-editor {
	max-width: none !important;
}

.sof-read-more-editor {
	border: 1px solid #e2e8f0;
	border-radius: .5rem;
	padding: 1.5rem;
	background: #fff;
}

.sof-read-more-inner {
	max-width: 48rem;
	margin-inline: auto;
}

@media (min-width: 768px) {
	#main-nav {
		min-height: 64px;
	}
}

.custom-logo {
	max-height: 42px;
	width: auto;
}

#menu-primary,
.menu {
	display: contents;
}

.menu a {
	color: #64748b;
	font-size: .875rem;
	font-weight: 500;
	transition: color .2s ease, background-color .2s ease;
}

.sof-primary-menu {
	display: none !important;
}

body.sof-show-primary-menu .sof-primary-menu {
	display: flex !important;
}

.sof-primary-menu .menu a,
.sof-primary-menu > a {
	display: inline-flex;
	align-items: center;
	border-radius: 9999px;
	padding: .375rem .75rem;
	color: #475569;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.25rem;
}

.sof-primary-menu li {
	display: inline-flex;
	list-style: none;
}

#search-btn,
#mobile-menu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 1;
}

.hero-intro-clamp {
	max-width: 56rem;
	margin-inline: auto;
}

.hero-intro-checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hero-intro-content {
	display: -webkit-box;
	max-height: calc(var(--hero-intro-lines, 2) * 1.55em);
	margin: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, .9);
	font-size: .82rem;
	font-weight: 500;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--hero-intro-lines, 2);
}

.hero-intro-checkbox:checked ~ .hero-intro-content {
	display: block;
	max-height: none;
	-webkit-line-clamp: initial;
}

.hero-intro-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .2rem;
	margin-top: .25rem;
	color: rgba(255, 255, 255, .82);
	cursor: pointer;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.2;
	transition: color .16s ease;
}

.hero-intro-less {
	display: none;
}

.hero-intro-checkbox:checked ~ .hero-intro-control .hero-intro-more {
	display: none;
}

.hero-intro-checkbox:checked ~ .hero-intro-control .hero-intro-less {
	display: inline;
}

.hero-intro-icon {
	width: .75rem;
	height: .75rem;
	transition: transform .16s ease;
}

.hero-intro-checkbox:checked ~ .hero-intro-control .hero-intro-icon {
	transform: rotate(180deg);
}

.hero-intro-clamp.compact .hero-intro-content {
	max-height: calc(var(--hero-intro-lines, 2) * 1.38em);
	font-size: .75rem;
	line-height: 1.38;
}

@media (min-width: 768px) {
	.hero-intro-content {
		font-size: .95rem;
	}

	.hero-intro-control {
		font-size: .8125rem;
	}
}

footer .menu,
footer .menu li {
	display: block;
}

footer .menu a {
	display: inline-flex;
	color: #64748b;
	font-size: .875rem;
	padding: .15rem 0;
}

.age-gate-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, .58);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.age-gate-content {
	width: min(92vw, 28rem);
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 1rem;
	background: #fff;
	padding: 2rem;
	box-shadow: 0 25px 60px rgba(15, 23, 42, .24);
}

.sof-model-thumb img {
	transition: transform .25s ease;
}

.sof-model-card:hover .sof-model-thumb img {
	transform: scale(1.04);
}

.wp-block-swedish-onlyfans-model-grid {
	max-width: none;
}

.wp-block-swedish-onlyfans-table-of-contents {
	max-width: none;
}

.sof-page-toc-panel {
	border: 1px solid #e2e8f0;
	border-radius: .75rem;
	background: #fff;
	padding: 1.25rem;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.sof-page-toc-title {
	margin: 0 0 1rem;
	color: #0f172a;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.2;
}

.sof-page-toc-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .55rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sof-page-toc-panel:not(.is-expanded) .sof-page-toc-list {
	position: relative;
	max-height: 7.3rem;
	overflow: hidden;
}

.sof-page-toc-panel:not(.is-expanded) .sof-page-toc-list::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 78%);
	pointer-events: none;
}

.sof-page-toc-item a {
	color: #334155;
	font-size: .9375rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.sof-page-toc-item a:hover {
	color: var(--sof-primary, #d63e1a);
}

.sof-page-toc-level-3 {
	padding-left: 1rem;
}

.sof-page-toc-level-3 a {
	color: #64748b;
	font-size: .875rem;
	font-weight: 550;
}

.sof-page-toc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	border-radius: 9999px;
	background: var(--sof-primary, #d63e1a);
	color: #fff;
	padding: .65rem 1.1rem;
	font-size: .875rem;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 8px 18px rgba(var(--sof-primary-rgb, 214 62 26), .16);
	transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.sof-page-toc-button:hover {
	background: var(--sof-primary-dark, #b33516);
	box-shadow: 0 10px 22px rgba(var(--sof-primary-rgb, 214 62 26), .2);
	transform: translateY(-1px);
}

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

.prose details summary {
	list-style: none;
}

.sof-read-more summary::-webkit-details-marker {
	display: none;
}

.sof-expand-section {
	background: #fff;
}

.sof-expand-content {
	position: relative;
	max-height: 23rem;
	overflow: hidden;
	transition: max-height .28s ease;
}

.sof-expand-content::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5.5rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 72%);
	pointer-events: none;
}

.sof-expand-section.is-expanded .sof-expand-content {
	max-height: 200rem;
}

.sof-expand-section.is-expanded .sof-expand-content::after {
	display: none;
}

.sof-expand-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .4rem;
	border-radius: 9999px;
	background: var(--sof-primary, #d63e1a);
	color: #fff;
	padding: .75rem 1.5rem;
	font-size: .875rem;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(var(--sof-primary-rgb, 214 62 26), .18);
	transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.sof-expand-button:hover {
	background: var(--sof-primary-dark, #b33516);
	box-shadow: 0 10px 22px rgba(var(--sof-primary-rgb, 214 62 26), .22);
	transform: translateY(-1px);
}

.wp-block-table {
	margin-block: 1.5rem;
}

.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: .9375rem;
}

.wp-block-table th,
.wp-block-table td {
	border: 1px solid #e2e8f0;
	padding: .75rem 1rem;
	text-align: left;
	vertical-align: top;
}

.wp-block-table thead {
	background: #f8fafc;
	color: #334155;
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.wp-block-details {
	border: 1px solid #e2e8f0;
	border-radius: .5rem;
	background: #fff7ed;
	margin-block: .75rem;
	overflow: hidden;
}

.wp-block-details summary {
	cursor: pointer;
	padding: 1rem 1.25rem;
	font-weight: 700;
	color: #0f172a;
}

.wp-block-details > :not(summary) {
	margin-inline: 1.25rem;
}

.wp-block-details > :last-child {
	margin-bottom: 1rem;
}

.sof-cta {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	background: linear-gradient(135deg, var(--sof-primary, #d63e1a), var(--sof-accent, #f97316));
	padding: 2rem;
	text-align: center;
	box-shadow: 0 16px 36px rgba(var(--sof-primary-rgb, 214 62 26), .16);
}

.sof-cta h2,
.sof-cta p {
	color: #fff;
}

.wp-block-button__link {
	background: var(--sof-primary, #d63e1a);
	border-radius: 9999px;
	font-weight: 800;
}

.sof-cta .wp-block-button__link {
	background: #fff;
	color: var(--sof-primary, #d63e1a);
}

.sof-toc {
	pointer-events: none;
}

.sof-toc nav {
	pointer-events: auto;
}

.eeat-author-box {
	max-width: 80rem;
	margin: 3rem auto;
	border: 1px solid color-mix(in srgb, var(--sof-primary, #d63e1a) 24%, #e2e8f0);
	border-radius: .75rem;
	background: #fff;
	padding: 1.5rem !important;
	box-shadow: 0 16px 36px rgba(var(--sof-primary-rgb, 214 62 26), .08);
	overflow: hidden;
	font-size: .9375rem;
	line-height: 1.6;
}

.eeat-author-box .eeat-auhtor-box-avatar-content-outer {
	display: grid !important;
	grid-template-columns: 4.5rem minmax(0, 1fr);
	align-items: start;
	gap: 1rem;
}

.eeat-author-box-avatar,
.eeat-author-box-avatar img {
	width: 4.5rem !important;
	height: 4.5rem !important;
}

.eeat-author-box-avatar img {
	border-radius: 9999px !important;
	object-fit: cover;
	background: #f1f5f9;
}

.eeat-author-box-content {
	min-width: 0;
}

.eeat-author-box-header {
	margin: 0 0 .6rem !important;
}

.eeat-author-box-name,
.eeat-author-box-name a {
	color: #0f172a !important;
	font-size: 1.25rem !important;
	line-height: 1.2 !important;
	margin: 0 0 .25rem !important;
}

.eeat-author-box-name a:hover,
.eeat-author-box a,
.eeat-author-box-email a:hover {
	color: var(--sof-primary, #d63e1a) !important;
}

.eeat-credentials,
.eeat-author-box-expertise {
	background: color-mix(in srgb, var(--sof-primary, #d63e1a) 8%, #fff) !important;
}

.eeat-author-box-title {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: .4rem .6rem;
	color: #475569 !important;
	font-size: .875rem !important;
}

.eeat-job-title {
	color: #475569 !important;
	font-weight: 650 !important;
}

.eeat-credentials {
	border-radius: 9999px !important;
	padding: .15rem .55rem !important;
	font-size: .7rem !important;
	letter-spacing: 0 !important;
}

.eeat-author-box-bio {
	margin: 0 0 .75rem !important;
	color: #334155 !important;
}

.eeat-author-box-bio p {
	margin: 0 !important;
}

.eeat-author-box-expertise {
	margin: .75rem 0 0 !important;
	border-radius: .5rem !important;
	padding: .75rem .9rem !important;
	color: #334155 !important;
}

.eeat-credentials,
.eeat-author-box-expertise strong,
.eeat-social-link {
	color: var(--sof-primary, #d63e1a) !important;
}

.eeat-social-link:hover,
.eeat-tab-button.active {
	background: var(--sof-primary, #d63e1a) !important;
	color: #fff !important;
}

.eeat-tab-button.active {
	border-color: var(--sof-primary, #d63e1a) !important;
}

.eeat-review-guidelines {
	border-color: color-mix(in srgb, var(--sof-primary, #d63e1a) 24%, #e2e8f0) !important;
	background: color-mix(in srgb, var(--sof-accent, #f97316) 7%, #fff) !important;
}

.eeat-author-tabs-nav,
.eeat-author-tabs-content,
.eeat-author-latest-posts,
.eeat-review-guidelines {
	display: none !important;
}

@media (max-width: 640px) {
	.eeat-author-box .eeat-auhtor-box-avatar-content-outer {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.eeat-author-box-avatar {
		margin-inline: auto;
	}

	.eeat-author-box-title {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	#mobile-menu .menu {
		display: block;
	}

	#mobile-menu .menu a {
		display: flex;
		border-radius: .5rem;
		padding: .75rem 1rem;
		color: #334155;
	}
}
