/* ==========================================================================
   Solo Jazz TR — tema stilleri
   Renkler ve tipografi theme.json içindedir; burada yalnızca bileşen stilleri var.
   ========================================================================== */

:root {
	--sj-radius: 4px;
	--sj-line: 1px solid rgba(23, 18, 29, 0.12);
	--sj-line-dark: 1px solid rgba(240, 181, 63, 0.28);
	--sj-spot: var(--wp--preset--color--spot);
	--sj-noir: var(--wp--preset--color--noir);
	--sj-velvet: var(--wp--preset--color--velvet);
	--sj-bone: var(--wp--preset--color--bone);
	--sj-ivory: var(--wp--preset--color--ivory);
	--sj-marquee: var(--wp--preset--font-family--marquee);
	--sj-display: var(--wp--preset--font-family--display);
}

/* Bodoni Moda ince kılçıkları: ara başlıklarda daha dayanıklı optik boyut. */
h2,
h3,
h4,
.wp-block-post-title,
.wp-block-details summary,
.sj-stat-number,
.sj-lead-paragraph,
.sj-article .wp-block-post-content > p:first-of-type {
	font-optical-sizing: none;
	font-variation-settings: "opsz" 20;
}

::selection {
	background: var(--sj-spot);
	color: var(--sj-noir);
}

:where(a, button, summary, input):focus-visible {
	outline: 2px solid var(--sj-spot);
	outline-offset: 3px;
}

/* ---------- Üst alan ---------- */
.sj-site-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid rgba(240, 181, 63, 0.55);
	box-shadow: 0 3px 0 0 var(--sj-noir), 0 4px 0 0 rgba(240, 181, 63, 0.35);
}

.sj-site-header .wp-block-site-logo img {
	display: block;
	height: auto;
}

@media (max-width: 781px) {
	.sj-site-header .wp-block-site-logo img {
		width: 170px !important;
	}
}

.sj-site-header .wp-block-site-title a,
.sj-site-footer .wp-block-site-title a {
	color: inherit;
	text-decoration: none;
}

/* Logo yoksa site başlığının önüne amblem eklenir; logo yüklenince başlık gizlenir. */
.sj-brand .wp-block-site-title a::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: 0.6rem;
	vertical-align: -0.45rem;
	background: url("../images/mark.svg") center / contain no-repeat;
}

.sj-brand:has(.wp-block-site-logo img) .wp-block-site-title {
	display: none;
}

.sj-site-header .wp-block-navigation .wp-block-navigation-item__content {
	color: var(--sj-bone);
	text-decoration: none;
	padding: 0.3rem 0.1rem;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.sj-site-header .wp-block-navigation .wp-block-navigation-item__content:hover,
.sj-site-header .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.sj-site-header .wp-block-navigation .current-menu-ancestor > .wp-block-navigation-item__content {
	color: var(--sj-spot);
	border-bottom-color: var(--sj-spot);
}

.sj-site-header .wp-block-navigation__submenu-container {
	background: var(--sj-noir) !important;
	border: var(--sj-line-dark) !important;
	border-radius: var(--sj-radius);
	padding: 0.4rem 0.7rem;
	min-width: 13rem !important;
}

.sj-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	border-bottom: 0;
	padding: 0.45rem 0.2rem;
}

.sj-site-header .wp-block-navigation__responsive-container.is-menu-open {
	padding: 2rem 1.5rem;
}

.sj-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	gap: 1rem;
	font-size: 1.15rem;
}

.sj-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	border: 0 !important;
	padding: 0.3rem 0 0 1rem;
}

/* ---------- Kahraman alanları: sahne ve spot ışığı ---------- */
.sj-hero,
.sj-page-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.sj-hero::before,
.sj-page-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: -10% 0 0 0;
	background: conic-gradient(
		from 180deg at 72% -4%,
		transparent 0deg,
		transparent 150deg,
		rgba(240, 181, 63, 0.1) 160deg,
		rgba(246, 207, 122, 0.24) 172deg,
		rgba(240, 181, 63, 0.1) 184deg,
		transparent 196deg,
		transparent 360deg
	);
	-webkit-mask-image: linear-gradient(to bottom, #000 30%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 30%, transparent 100%);
	pointer-events: none;
}

.sj-hero::after,
.sj-page-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: min(760px, 130vw);
	aspect-ratio: 2 / 1;
	right: -6%;
	bottom: -2px;
	background: url("../images/deco-fan.svg") center bottom / contain no-repeat;
	opacity: 0.5;
	pointer-events: none;
}

.sj-page-hero::before {
	background: conic-gradient(
		from 180deg at 50% -8%,
		transparent 0deg,
		transparent 156deg,
		rgba(240, 181, 63, 0.08) 166deg,
		rgba(246, 207, 122, 0.2) 180deg,
		rgba(240, 181, 63, 0.08) 194deg,
		transparent 204deg,
		transparent 360deg
	);
}

.sj-page-hero::after {
	width: min(560px, 120vw);
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	opacity: 0.32;
}

.sj-hero h1,
.sj-page-hero h1 {
	letter-spacing: -0.015em;
	text-wrap: balance;
}

.sj-hero h1 {
	max-width: 15ch;
}

.sj-page-lead {
	max-width: 44rem;
	margin-left: auto !important;
	margin-right: auto !important;
	opacity: 0.88;
	text-wrap: pretty;
}

.sj-hero .wp-block-buttons {
	margin-top: var(--wp--preset--spacing--50);
}

/* ---------- Sayfa içeriği ---------- */
.sj-page-content {
	padding-top: var(--wp--preset--spacing--60);
	padding-bottom: var(--wp--preset--spacing--60);
}

.sj-page-content > .alignfull:last-child,
.sj-front-content > .alignfull:last-child {
	margin-bottom: calc(-1 * var(--wp--preset--spacing--60));
}

.sj-front-content > .alignfull:last-child {
	margin-bottom: 0;
}

.sj-page-content > .alignfull.sj-cta:last-child {
	margin-top: var(--wp--preset--spacing--70);
}

.sj-page-content > * + h2,
.sj-page-content > * + .wp-block-heading {
	margin-top: var(--wp--preset--spacing--60);
}

.sj-page-content > .alignwide,
.sj-page-content > .sj-note,
.sj-page-content > .wp-block-separator {
	margin-top: var(--wp--preset--spacing--50);
	margin-bottom: var(--wp--preset--spacing--50);
}

.sj-lead-paragraph {
	font-family: var(--sj-display);
	font-weight: 500;
	line-height: 1.5;
	text-wrap: pretty;
}

.sj-section-lead {
	max-width: 40rem;
	margin-left: auto !important;
	margin-right: auto !important;
	color: var(--wp--preset--color--smoke);
}

.sj-article .wp-block-post-content > p:first-of-type {
	font-size: var(--wp--preset--font-size--large);
	font-family: var(--sj-display);
	font-weight: 500;
	line-height: 1.5;
}

/* ---------- Üst başlık (eyebrow) ---------- */
.is-style-eyebrow,
.sj-eyebrow-terms {
	font-family: var(--sj-marquee);
	font-size: 0.85rem !important;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--sj-velvet);
	margin-bottom: 0.4rem !important;
}

.is-style-eyebrow::before {
	content: "";
	display: inline-block;
	width: 0.45em;
	height: 0.45em;
	margin-right: 0.65em;
	vertical-align: 0.18em;
	background: currentColor;
	transform: rotate(45deg);
}

.has-text-align-center.is-style-eyebrow::after {
	content: "";
	display: inline-block;
	width: 0.45em;
	height: 0.45em;
	margin-left: 0.65em;
	vertical-align: 0.18em;
	background: currentColor;
	transform: rotate(45deg);
}

.sj-eyebrow-terms a {
	color: inherit;
	text-decoration: none;
}

.sj-hero .is-style-eyebrow,
.sj-page-hero .is-style-eyebrow,
.sj-page-hero .sj-eyebrow-terms,
.has-noir-background-color .is-style-eyebrow,
.has-plum-background-color .is-style-eyebrow,
.sj-dark-band .is-style-eyebrow {
	color: var(--sj-spot);
}

/* ---------- Kartlar ---------- */
.is-style-card {
	position: relative;
	background: var(--sj-ivory);
	border: var(--sj-line);
	border-radius: var(--sj-radius);
	box-shadow: var(--wp--preset--shadow--card);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.is-style-card:not([style*="padding"]) {
	padding: var(--wp--preset--spacing--40);
}

.is-style-card::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 3px;
	background: var(--sj-spot);
	border-radius: var(--sj-radius) var(--sj-radius) 0 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.is-style-card:hover::before,
.is-style-card:focus-within::before {
	transform: scaleX(1);
}

.is-style-card > :first-child {
	margin-top: 0;
}

.is-style-card h3 {
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.is-style-card .wp-block-post-title a {
	text-decoration: none;
}

.is-style-card .wp-block-post-title a:hover {
	color: var(--sj-velvet);
}

.sj-card-meta {
	color: var(--wp--preset--color--smoke);
	margin-top: 0 !important;
}

/* Koyu zeminlerdeki kartlar */
.has-noir-background-color .is-style-card,
.has-plum-background-color .is-style-card,
.sj-dark-band .is-style-card {
	background: rgba(255, 251, 244, 0.04);
	border: var(--sj-line-dark);
	box-shadow: none;
	color: var(--sj-bone);
}

.has-noir-background-color .sj-card-meta,
.sj-dark-band .sj-card-meta {
	color: rgba(246, 239, 227, 0.7);
}

/* Rozet */
.sj-badge {
	display: inline-block;
	font-family: var(--sj-marquee);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.25rem 0.65rem;
	border: 1px solid currentColor;
	border-radius: 2px;
	color: var(--wp--preset--color--jade);
	line-height: 1.4;
}

.has-noir-background-color .sj-badge,
.sj-dark-band .sj-badge {
	color: var(--sj-spot);
}

/* İstatistik bandı */
.sj-stats-band {
	border-bottom: 1px solid rgba(240, 181, 63, 0.3);
}

.sj-stat {
	text-align: left;
	padding: 0.5rem 0 0.5rem 1rem;
	border-left: 2px solid var(--sj-spot);
}

.sj-stat > * {
	margin: 0 !important;
}

.sj-stat-number {
	font-family: var(--sj-display);
	font-weight: 800;
	font-size: clamp(1.7rem, 3vw, 2.3rem);
	line-height: 1.1;
	color: var(--sj-spot);
}

.sj-stat .has-small-font-size {
	opacity: 0.85;
	margin-top: 0.3rem !important;
}

/* Özellik kartları */
.sj-feature-number {
	font-family: var(--sj-marquee);
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px var(--sj-velvet);
	margin-bottom: 0.2rem !important;
}

/* ---------- Hareket kartları ---------- */
.sj-move {
	display: flex;
	flex-direction: column;
}

/* Kısıtlı (constrained) düzenin otomatik yatay kenar boşlukları flex içinde öğeleri ortalar; sola hizala. */
.is-style-card.sj-move > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.sj-move-count {
	align-self: flex-start;
	font-family: var(--sj-marquee);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sj-ivory);
	background: var(--sj-noir);
	padding: 0.2rem 0.6rem;
	border-radius: 2px;
	margin: 0 !important;
	width: fit-content;
}

.sj-move-tip {
	margin-top: auto !important;
	padding-top: 0.8rem;
	border-top: 1px dashed rgba(23, 18, 29, 0.18);
	color: var(--wp--preset--color--smoke);
}

.sj-move-tip strong {
	color: var(--sj-velvet);
}

.sj-move-section {
	margin-top: var(--wp--preset--spacing--60) !important;
}

/* ---------- Zaman çizelgesi ---------- */
.sj-timeline {
	position: relative;
	padding-left: 2.2rem;
}

.sj-timeline::before {
	content: "";
	position: absolute;
	left: 0.45rem;
	top: 0.5rem;
	bottom: 0.5rem;
	width: 2px;
	background: linear-gradient(to bottom, var(--sj-spot), rgba(138, 42, 62, 0.4));
}

.sj-timeline > .sj-timeline-item,
.sj-timeline-item {
	position: relative;
	margin-bottom: var(--wp--preset--spacing--40);
}

.sj-timeline .sj-timeline-item::before {
	content: "";
	position: absolute;
	left: -2.2rem;
	top: 0.55rem;
	width: 0.95rem;
	height: 0.95rem;
	background: var(--sj-bone);
	border: 2px solid var(--sj-velvet);
	transform: translateX(0.05rem) rotate(45deg);
}

.sj-timeline-item > * {
	margin-top: 0 !important;
	margin-bottom: 0.25rem !important;
}

.sj-year {
	font-family: var(--sj-marquee);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sj-velvet);
}

/* ---------- Tarih sayfası dönemleri ---------- */
.sj-era {
	margin-top: var(--wp--preset--spacing--60) !important;
	padding-top: var(--wp--preset--spacing--40);
	border-top: 1px solid rgba(23, 18, 29, 0.1);
}

.sj-spotlight-box {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border-radius: var(--sj-radius);
}

.sj-spotlight-box::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: radial-gradient(ellipse 60% 70% at 50% -10%, rgba(240, 181, 63, 0.22), transparent 70%);
	pointer-events: none;
}

.sj-spotlight-box a {
	color: var(--sj-spot);
}

.sj-turkey-box {
	border-radius: var(--sj-radius);
	border-top: 4px solid var(--sj-velvet);
}

/* ---------- Bilgi notu ---------- */
.sj-note {
	background: rgba(240, 181, 63, 0.12);
	border-left: 4px solid var(--sj-spot);
	padding: 1rem 1.25rem;
	border-radius: 0 var(--sj-radius) var(--sj-radius) 0;
}

.sj-note > * {
	margin: 0;
}

/* ---------- Tablolar ---------- */
.wp-block-table.is-style-festival {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-block-table.is-style-festival table {
	border-collapse: collapse;
	background: var(--sj-ivory);
	border: var(--sj-line);
	min-width: 34rem;
}

.wp-block-table.is-style-festival thead {
	border-bottom: 0;
}

.wp-block-table.is-style-festival th {
	background: var(--sj-noir);
	color: var(--sj-spot);
	font-family: var(--sj-marquee);
	font-weight: 500;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	border: 0;
	padding: 0.8rem 1rem;
}

.wp-block-table.is-style-festival td {
	border: 0;
	border-top: 1px solid rgba(23, 18, 29, 0.08);
	padding: 0.75rem 1rem;
	vertical-align: top;
}

.wp-block-table.is-style-festival tbody tr:nth-child(even) {
	background: rgba(233, 220, 199, 0.35);
}

.wp-block-table.is-style-festival td:first-child {
	font-weight: 600;
	white-space: nowrap;
}

@media (max-width: 781px) {
	.wp-block-table.is-style-festival td:first-child {
		white-space: normal;
	}
}

/* ---------- Ayırıcı ---------- */
.wp-block-separator.is-style-deco {
	position: relative;
	border: 0 !important;
	height: 14px !important;
	width: 100%;
	max-width: 22rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background:
		linear-gradient(currentColor, currentColor) left center / calc(50% - 16px) 1px no-repeat,
		linear-gradient(currentColor, currentColor) right center / calc(50% - 16px) 1px no-repeat;
	opacity: 1 !important;
	color: var(--sj-spot);
	overflow: visible;
}

.wp-block-separator.is-style-deco::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9px;
	height: 9px;
	background: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
	box-shadow: 0 0 0 4px var(--sj-bone), 0 0 0 5px currentColor;
}

.has-noir-background-color .wp-block-separator.is-style-deco::after {
	box-shadow: 0 0 0 4px var(--sj-noir), 0 0 0 5px currentColor;
}

.sj-site-footer .wp-block-separator.is-style-deco {
	max-width: none !important;
	opacity: 0.6 !important;
}

/* ---------- Adım listesi ---------- */
.wp-block-list.is-style-steps {
	list-style: none;
	padding-left: 0;
	counter-reset: sj-step;
}

.wp-block-list.is-style-steps > li {
	position: relative;
	padding: 0.6rem 0 0.6rem 2.4rem;
	border-bottom: 1px solid rgba(23, 18, 29, 0.08);
}

.wp-block-list.is-style-steps > li::before {
	content: "";
	position: absolute;
	left: 0.35rem;
	top: 1.05rem;
	width: 0.6rem;
	height: 0.6rem;
	background: var(--sj-spot);
	transform: rotate(45deg);
}

ol.wp-block-list.is-style-steps > li {
	counter-increment: sj-step;
	padding-left: 3rem;
}

ol.wp-block-list.is-style-steps > li::before {
	content: counter(sj-step);
	left: 0;
	top: 0.6rem;
	width: 2rem;
	height: 2rem;
	display: grid;
	place-items: center;
	background: var(--sj-noir);
	color: var(--sj-spot);
	font-family: var(--sj-marquee);
	font-weight: 600;
	transform: none;
	border-radius: 2px;
}

/* ---------- Alıntı ---------- */
.wp-block-quote.sj-pullquote {
	border-left: 0;
	padding: var(--wp--preset--spacing--50) 0;
	margin-top: var(--wp--preset--spacing--60);
	margin-bottom: var(--wp--preset--spacing--60);
	text-align: center;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: 1.35;
	border-top: 1px solid rgba(23, 18, 29, 0.12);
	border-bottom: 1px solid rgba(23, 18, 29, 0.12);
	position: relative;
}

.wp-block-quote.sj-pullquote::before {
	content: "“";
	display: block;
	font-family: var(--sj-display);
	font-size: 5rem;
	line-height: 0.6;
	color: var(--sj-spot);
	font-style: normal;
}

/* ---------- Koreografi ve künye ---------- */
.sj-choreo {
	margin-top: var(--wp--preset--spacing--50) !important;
}

.sj-facts {
	background: var(--sj-noir) !important;
	color: var(--sj-bone);
	border-color: rgba(240, 181, 63, 0.35) !important;
}

.sj-facts h3 {
	font-family: var(--sj-marquee);
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sj-spot);
}

.sj-facts ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.sj-facts li {
	padding: 0.55rem 0;
	border-top: 1px solid rgba(246, 239, 227, 0.12);
	font-size: 0.95rem;
}

.sj-facts li strong {
	display: block;
	font-family: var(--sj-marquee);
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(246, 239, 227, 0.6);
}

/* ---------- Festival ve şehir kartları ---------- */
.sj-festival h3,
.sj-festival h2 {
	text-wrap: balance;
}

.sj-festival-large .wp-block-list {
	padding-left: 1.1rem;
}

.sj-next h2 {
	font-size: var(--wp--preset--font-size--x-large);
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.sj-city ul {
	padding-left: 1.1rem;
}

.sj-city li + li {
	margin-top: 0.5rem;
}

.sj-city a,
.sj-contact-mail a {
	text-decoration: none;
}

.sj-contact {
	text-align: center;
}

.sj-contact-mail {
	font-family: var(--sj-display);
	font-weight: 700;
	word-break: break-word;
	margin: 0.2rem 0 0.4rem !important;
}

/* ---------- Düğmeler ---------- */
.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border: 1px solid currentColor;
	color: var(--sj-noir);
}

.sj-hero .wp-block-button.is-style-outline > .wp-block-button__link,
.has-noir-background-color .wp-block-button.is-style-outline > .wp-block-button__link {
	color: var(--sj-bone);
	border-color: rgba(240, 181, 63, 0.7);
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--sj-velvet);
	border-color: var(--sj-velvet);
	color: var(--sj-ivory);
}

.sj-button-dark > .wp-block-button__link {
	background: var(--sj-noir);
	color: var(--sj-bone);
}

.sj-button-dark > .wp-block-button__link:hover {
	background: var(--sj-velvet);
	color: var(--sj-ivory);
}

/* ---------- Çağrı bandı ---------- */
.sj-cta {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.sj-cta::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: repeating-linear-gradient(90deg, rgba(23, 18, 29, 0.06) 0 1px, transparent 1px 28px);
	pointer-events: none;
}

.sj-cta h2 {
	margin-top: 0;
}

/* ---------- Açılır sorular ---------- */
.wp-block-details {
	border-bottom: 1px solid rgba(23, 18, 29, 0.14);
	padding: 1rem 0;
}

.wp-block-details summary {
	cursor: pointer;
	list-style: none;
	font-family: var(--sj-display);
	font-weight: 700;
	font-size: 1.15rem;
	padding-right: 2rem;
	position: relative;
}

.wp-block-details summary::-webkit-details-marker {
	display: none;
}

.wp-block-details summary::after {
	content: "+";
	position: absolute;
	right: 0.2rem;
	top: -0.1rem;
	font-family: var(--sj-marquee);
	font-size: 1.5rem;
	color: var(--sj-velvet);
	transition: transform 0.2s ease;
}

.wp-block-details[open] summary::after {
	transform: rotate(45deg);
}

.wp-block-details > p {
	margin-top: 0.7rem;
}

/* ---------- Sorgu ızgaraları ---------- */
.wp-block-post-template.is-layout-grid > li {
	display: flex;
}

.wp-block-post-template .is-style-card {
	width: 100%;
	height: 100%;
}

.wp-block-post-template .wp-block-read-more {
	margin-top: auto;
	font-family: var(--sj-marquee);
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
}

.wp-block-query-pagination {
	margin-top: var(--wp--preset--spacing--50);
	font-family: var(--sj-marquee);
}

/* ---------- Arama ---------- */
.sj-page-hero .wp-block-search {
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-search__input {
	border-radius: 2px;
	border: 1px solid rgba(23, 18, 29, 0.25);
	padding: 0.7rem 0.9rem;
}

/* ---------- Alt alan ---------- */
.sj-site-footer {
	border-top: 1px solid rgba(240, 181, 63, 0.5);
}

.sj-site-footer .sj-footer-title {
	font-size: 1.7rem;
	color: var(--sj-bone);
}

.sj-site-footer a {
	color: var(--sj-bone);
	text-decoration: none;
}

.sj-site-footer a:hover {
	color: var(--sj-spot);
}

.sj-footer-heading {
	font-family: var(--sj-marquee) !important;
	font-size: 0.9rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--sj-spot);
}

.sj-footer-pages,
.sj-footer-posts {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.sj-footer-pages li,
.sj-footer-posts li {
	padding: 0.25rem 0;
}

.sj-footer-pages .wp-block-pages-list__item .wp-block-pages-list__item {
	display: none;
}

.sj-footer-note {
	opacity: 0.7;
}

/* ---------- Küçük ekranlar ---------- */
@media (max-width: 781px) {
	.sj-hero h1 {
		max-width: none;
	}

	.sj-timeline {
		padding-left: 1.8rem;
	}

	.sj-timeline .sj-timeline-item::before {
		left: -1.8rem;
	}

	.wp-block-column.is-style-card + .wp-block-column.is-style-card {
		margin-top: 0.5rem;
	}

	.sj-dark-band .has-text-align-right {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		transition: none !important;
	}
}
