/* Gaya dasar di luar utilitas Tailwind. */

.batik-overlay {
	background-image: radial-gradient(circle at 2px 2px, rgba(93, 64, 55, 0.05) 1px, transparent 0);
	background-size: 24px 24px;
}

.soft-shadow {
	box-shadow: 0 10px 30px -5px rgba(93, 64, 55, 0.08);
}

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	line-height: 1;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	font-family: 'Montserrat', system-ui, sans-serif;
}

.nav-link {
	font-size: 11px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

/* Isi dari editor WordPress. */
.gkj-prose > * + * {
	margin-top: 1.25rem;
}

.gkj-prose h1,
.gkj-prose h2,
.gkj-prose h3,
.gkj-prose h4 {
	font-family: 'Playfair Display', serif;
	color: #442a22;
	line-height: 1.3;
	margin-top: 2.5rem;
}

.gkj-prose h1 { font-size: 40px; font-weight: 700; }
.gkj-prose h2 { font-size: 32px; font-weight: 600; }
.gkj-prose h3 { font-size: 24px; font-weight: 600; }
.gkj-prose h4 { font-size: 20px; font-weight: 600; }

.gkj-prose p,
.gkj-prose li {
	font-size: 16px;
	line-height: 1.7;
	color: #504441;
}

.gkj-prose a {
	color: #bf360c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.gkj-prose ul,
.gkj-prose ol {
	padding-left: 1.5rem;
}

.gkj-prose ul { list-style: disc; }
.gkj-prose ol { list-style: decimal; }

.gkj-prose blockquote {
	border-left: 4px solid #bf360c;
	padding-left: 1.5rem;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 18px;
	color: #1a1c1a;
}

.gkj-prose img,
.gkj-prose figure img {
	border-radius: 0.5rem;
	box-shadow: 0 10px 30px -5px rgba(93, 64, 55, 0.08);
}

.gkj-prose table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.gkj-prose th,
.gkj-prose td {
	border: 1px solid #d4c3be;
	padding: 0.75rem 1rem;
	text-align: left;
}

.gkj-prose th {
	background: #efeeeb;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 13px;
	color: #442a22;
}

.gkj-prose hr {
	border: 0;
	border-top: 1px solid #d4c3be;
}

/* Galeri blok WordPress. */
.gkj-prose .wp-block-gallery img {
	object-fit: cover;
}

/* Perataan lebar blok WordPress di dalam kolom teks. */
.gkj-prose .alignwide {
	width: 100%;
}

.gkj-prose .alignfull {
	width: 100%;
}

@media (min-width: 1024px) {
	.gkj-prose .alignwide {
		width: calc(100% + 8rem);
		max-width: none;
		margin-left: -4rem;
		margin-right: -4rem;
	}
}

.gkj-prose figure {
	margin: 0;
}

.gkj-prose figcaption,
.gkj-prose .wp-element-caption {
	margin-top: 0.75rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	color: #7a5c50;
}

/* Header menyusut saat digulir. */
#gkj-header.is-scrolled > div {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
