/*
Theme Name: IndoCair
Theme URI: https://indocairjp.com/
Author: IndoCair
Author URI: https://indocairjp.com/
Description: Tema WordPress mobile-first untuk IndoCair dengan tampilan gaming modern, nuansa merah Imlek, dan integrasi WooCommerce.
Version: 1.0.1
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: indocair
*/

:root {
	--idc-red-950: #190306;
	--idc-red-900: #260508;
	--idc-red-800: #40070d;
	--idc-red-700: #680c18;
	--idc-red-600: #9f1324;
	--idc-red-500: #d32636;
	--idc-gold-500: #f7c84b;
	--idc-gold-400: #ffdd71;
	--idc-gold-300: #ffe9a8;
	--idc-cyan-500: #20d9ff;
	--idc-cyan-400: #6eeaff;
	--idc-cream: #fff8e8;
	--idc-ink: #170e10;
	--idc-muted: #75676a;
	--idc-surface: #ffffff;
	--idc-border: rgba(97, 12, 25, .12);
	--idc-shadow: 0 18px 50px rgba(67, 6, 16, .15);
	--idc-radius-sm: 12px;
	--idc-radius: 20px;
	--idc-radius-lg: 30px;
	--idc-content: 1180px;
	--idc-reading: 760px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--idc-ink);
	background:
		radial-gradient(circle at 15% 0, rgba(211, 38, 54, .06), transparent 30rem),
		var(--idc-cream);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.72;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--idc-red-700);
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

a:hover {
	color: var(--idc-red-500);
}

button,
input,
select,
textarea {
	font: inherit;
}

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

:focus-visible {
	outline: 3px solid var(--idc-cyan-500);
	outline-offset: 3px;
}

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

.skip-link:focus {
	z-index: 9999;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	color: #fff;
	background: var(--idc-red-700);
	border-radius: 8px;
}

.idc-shell {
	width: min(calc(100% - 32px), var(--idc-content));
	margin-inline: auto;
}

.idc-reading {
	width: min(calc(100% - 32px), var(--idc-reading));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	color: #fff;
	background: rgba(25, 3, 6, .94);
	border-bottom: 1px solid rgba(255, 221, 113, .18);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
	backdrop-filter: blur(14px);
}

.admin-bar .site-header {
	top: 46px;
}

.header-inner {
	display: flex;
	min-height: 68px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.site-branding {
	display: flex;
	align-items: center;
	flex: 0 1 156px;
}

.site-branding img {
	width: 150px;
	max-height: 48px;
	object-fit: contain;
	object-position: left center;
}

.custom-logo-link {
	display: block;
}

.menu-toggle {
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 221, 113, .28);
	border-radius: 14px;
	color: var(--idc-gold-400);
	background: rgba(255, 255, 255, .05);
	place-content: center;
	cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	border-radius: 99px;
	transition: transform .22s ease, opacity .22s ease;
}

.menu-toggle-lines {
	position: relative;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
	position: absolute;
	left: 0;
	content: "";
}

.menu-toggle-lines::before {
	top: -7px;
}

.menu-toggle-lines::after {
	top: 7px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
	top: 0;
	transform: rotate(-45deg);
}

.primary-navigation {
	position: fixed;
	inset: 68px 0 auto;
	display: none;
	max-height: calc(100dvh - 68px);
	padding: 16px;
	overflow-y: auto;
	background: rgba(25, 3, 6, .98);
	border-bottom: 1px solid rgba(255, 221, 113, .18);
}

.primary-navigation.is-open {
	display: block;
}

.primary-navigation ul {
	display: grid;
	gap: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	display: flex;
	min-height: 46px;
	align-items: center;
	padding: 10px 12px;
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 12px;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	color: var(--idc-gold-300);
	background: rgba(255, 221, 113, .09);
}

.header-actions {
	display: none;
	align-items: center;
	gap: 8px;
}

.idc-btn {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 18px;
	color: #fff;
	font-size: .9rem;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 14px;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.idc-btn:hover {
	color: #fff;
	transform: translateY(-2px);
	filter: saturate(1.08);
}

.idc-btn-login {
	color: #06171d;
	background: linear-gradient(135deg, var(--idc-cyan-400), #1ab3ff);
	border-color: rgba(255, 255, 255, .55);
	box-shadow: 0 0 0 1px rgba(32, 217, 255, .14), 0 8px 26px rgba(32, 217, 255, .28);
	animation: idc-breathe-login 3.8s ease-in-out infinite;
}

.idc-btn-login:hover {
	color: #06171d;
}

.idc-btn-register {
	color: #2d1600;
	background: linear-gradient(135deg, #fff0a8, var(--idc-gold-500) 48%, #ef8f15);
	border-color: rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 1px rgba(247, 200, 75, .18), 0 8px 28px rgba(247, 174, 42, .35);
	animation: idc-breathe-register 3.8s ease-in-out 1.2s infinite;
}

.idc-btn-register:hover {
	color: #2d1600;
}

.idc-btn-ghost {
	color: var(--idc-gold-300);
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 221, 113, .35);
}

@keyframes idc-breathe-login {
	0%, 100% { box-shadow: 0 0 0 1px rgba(32, 217, 255, .12), 0 8px 24px rgba(32, 217, 255, .22); }
	50% { box-shadow: 0 0 0 4px rgba(32, 217, 255, .09), 0 10px 34px rgba(32, 217, 255, .42); }
}

@keyframes idc-breathe-register {
	0%, 100% { box-shadow: 0 0 0 1px rgba(247, 200, 75, .14), 0 8px 24px rgba(247, 174, 42, .26); }
	50% { box-shadow: 0 0 0 4px rgba(247, 200, 75, .1), 0 10px 35px rgba(247, 174, 42, .46); }
}

.indocair-hero {
	position: relative;
	min-height: 680px;
	overflow: hidden;
	color: #fff;
	background: var(--idc-red-950);
	isolation: isolate;
}

.hero-media,
.hero-media::after {
	position: absolute;
	inset: 0;
}

.hero-media {
	z-index: -2;
}

.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 66% center;
}

.hero-media::after {
	z-index: 1;
	content: "";
	background:
		linear-gradient(180deg, rgba(25, 3, 6, .24), rgba(25, 3, 6, .72) 72%, var(--idc-red-950)),
		linear-gradient(90deg, rgba(25, 3, 6, .94) 0, rgba(25, 3, 6, .68) 52%, rgba(25, 3, 6, .12) 100%);
}

.hero-grid {
	display: grid;
	min-height: 680px;
	align-items: end;
	padding-block: 72px 44px;
}

.hero-copy {
	max-width: 660px;
}

.hero-kicker,
.section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--idc-gold-300);
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before {
	width: 22px;
	height: 2px;
	content: "";
	background: currentColor;
	box-shadow: 0 0 12px currentColor;
}

.hero-logo {
	width: min(78vw, 340px);
	margin-bottom: 18px;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .46));
}

.hero-title {
	max-width: 650px;
	margin: 0;
	font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
	font-size: clamp(2.05rem, 9vw, 4.4rem);
	line-height: 1.02;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.hero-title span {
	color: var(--idc-gold-400);
	text-shadow: 0 0 24px rgba(247, 200, 75, .24);
}

.hero-description {
	max-width: 590px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: 1rem;
}

.hero-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 24px;
}

.hero-actions .idc-btn {
	min-height: 52px;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.hero-proof li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	color: rgba(255, 255, 255, .78);
	font-size: .75rem;
	font-weight: 700;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 99px;
	backdrop-filter: blur(8px);
}

.hero-proof li::before {
	color: var(--idc-gold-400);
	content: "✦";
}

.hero-emblems {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 24px;
}

.hero-emblem {
	display: grid;
	min-height: 110px;
	padding: 8px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 243, 207, .9));
	border: 1px solid rgba(255, 221, 113, .75);
	border-radius: 18px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, .25), inset 0 0 0 2px rgba(91, 11, 22, .1);
	place-items: center;
}

.hero-emblem img {
	width: 100%;
	height: 94px;
	object-fit: contain;
}

.trust-strip {
	color: #fff;
	background: var(--idc-red-950);
	border-top: 1px solid rgba(255, 221, 113, .14);
	border-bottom: 1px solid rgba(255, 221, 113, .14);
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, .08);
}

.trust-item {
	padding: 18px 14px;
	text-align: center;
	background: var(--idc-red-950);
}

.trust-item strong {
	display: block;
	color: var(--idc-gold-300);
	font-size: 1rem;
}

.trust-item span {
	color: rgba(255, 255, 255, .62);
	font-size: .75rem;
}

.idc-section {
	padding-block: 64px;
}

.idc-section-dark {
	color: #fff;
	background:
		radial-gradient(circle at 85% 20%, rgba(211, 38, 54, .2), transparent 24rem),
		linear-gradient(145deg, var(--idc-red-950), #2a050a);
}

.section-head {
	max-width: 720px;
	margin-bottom: 28px;
}

.section-title {
	margin: 0;
	font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
	font-size: clamp(1.75rem, 7vw, 3rem);
	line-height: 1.08;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.section-lead {
	margin: 12px 0 0;
	color: var(--idc-muted);
}

.idc-section-dark .section-lead {
	color: rgba(255, 255, 255, .7);
}

.access-grid,
.hub-grid,
.post-grid,
.product-grid {
	display: grid;
	gap: 16px;
}

.access-card,
.hub-card,
.post-card,
.product-card {
	position: relative;
	overflow: hidden;
	background: var(--idc-surface);
	border: 1px solid var(--idc-border);
	border-radius: var(--idc-radius);
	box-shadow: 0 12px 34px rgba(61, 7, 16, .07);
}

.access-card {
	padding: 24px;
}

.access-card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	content: "";
	background: var(--idc-gold-500);
}

.access-card-login::before {
	background: var(--idc-cyan-500);
}

.access-card h3,
.hub-card h3,
.post-card h2,
.product-card h3 {
	margin: 0;
	line-height: 1.2;
}

.access-card p,
.hub-card p {
	margin: 10px 0 18px;
	color: var(--idc-muted);
	font-size: .94rem;
}

.hub-card {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	padding: 24px;
}

.hub-icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 26px;
	color: var(--idc-gold-300);
	font-size: 1.35rem;
	background: linear-gradient(145deg, var(--idc-red-800), var(--idc-red-600));
	border: 1px solid rgba(247, 200, 75, .24);
	border-radius: 15px;
	box-shadow: 0 10px 24px rgba(104, 12, 24, .18);
	place-items: center;
}

.hub-card a {
	margin-top: auto;
	font-weight: 900;
	text-decoration: none;
}

.hub-card a::after {
	margin-left: 7px;
	content: "→";
}

.feature-showcase {
	display: grid;
	gap: 18px;
}

.feature-art {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(25, 3, 6, .05), rgba(25, 3, 6, .78)),
		url("assets/images/indocair-hero-mobile.webp") center 30% / cover;
	border: 1px solid rgba(255, 221, 113, .2);
	border-radius: var(--idc-radius-lg);
	box-shadow: var(--idc-shadow);
}

.feature-art-copy {
	position: absolute;
	inset: auto 20px 20px;
	padding: 18px;
	background: rgba(25, 3, 6, .72);
	border: 1px solid rgba(255, 221, 113, .18);
	border-radius: 18px;
	backdrop-filter: blur(12px);
}

.feature-art-copy strong {
	display: block;
	color: var(--idc-gold-300);
	font-size: 1.15rem;
}

.feature-art-copy span {
	color: rgba(255, 255, 255, .72);
	font-size: .86rem;
}

.feature-list {
	display: grid;
	gap: 12px;
}

.feature-point {
	padding: 20px;
	color: #fff;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 18px;
}

.feature-point strong {
	display: block;
	margin-bottom: 6px;
	color: var(--idc-gold-300);
}

.feature-point p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: .9rem;
}

.post-card {
	display: flex;
	flex-direction: column;
}

.post-card-media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(145deg, var(--idc-red-800), var(--idc-red-950));
}

.post-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.post-card:hover .post-card-media img {
	transform: scale(1.035);
}

.post-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.post-card-meta,
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin-bottom: 10px;
	color: var(--idc-muted);
	font-size: .78rem;
}

.post-card h2 {
	font-size: 1.15rem;
}

.post-card h2 a {
	color: var(--idc-ink);
	text-decoration: none;
}

.post-card-excerpt {
	margin: 10px 0 18px;
	color: var(--idc-muted);
	font-size: .9rem;
}

.post-card-more {
	margin-top: auto;
	font-weight: 900;
	text-decoration: none;
}

.product-card-media {
	aspect-ratio: 1;
	overflow: hidden;
	background: #f7efe4;
}

.product-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-card-body {
	padding: 18px;
}

.product-card .price {
	display: block;
	margin-top: 8px;
	color: var(--idc-red-700);
	font-weight: 900;
}

.entry-header,
.archive-header {
	padding: 54px 0 30px;
	text-align: center;
}

.entry-title,
.archive-title {
	max-width: 900px;
	margin: 0 auto;
	font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
	font-size: clamp(2rem, 8vw, 3.7rem);
	line-height: 1.08;
	letter-spacing: -.04em;
	text-wrap: balance;
}

.entry-meta {
	justify-content: center;
	margin-top: 14px;
}

.entry-thumbnail {
	width: min(calc(100% - 32px), 980px);
	margin: 0 auto 34px;
	overflow: hidden;
	border-radius: var(--idc-radius-lg);
	box-shadow: var(--idc-shadow);
}

.entry-thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.entry-content {
	font-size: 1.04rem;
}

.entry-content > * {
	max-width: var(--idc-reading);
	margin-right: auto;
	margin-left: auto;
}

.entry-content > .alignwide {
	max-width: 1080px;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content h2,
.entry-content h3 {
	scroll-margin-top: 92px;
	line-height: 1.2;
}

.entry-content h2 {
	margin-top: 2.2em;
	font-size: clamp(1.5rem, 6vw, 2.05rem);
}

.entry-content h3 {
	margin-top: 1.8em;
	font-size: 1.3rem;
}

.entry-content p,
.entry-content li {
	color: #34282a;
}

.entry-content a {
	font-weight: 700;
}

.entry-content blockquote {
	padding: 18px 20px;
	color: var(--idc-red-800);
	background: #fff1df;
	border-left: 4px solid var(--idc-gold-500);
	border-radius: 0 14px 14px 0;
}

.entry-content table {
	display: block;
	width: 100%;
	max-width: var(--idc-reading);
	overflow-x: auto;
	border-collapse: collapse;
	-webkit-overflow-scrolling: touch;
}

.entry-content th,
.entry-content td {
	min-width: 130px;
	padding: 12px;
	border: 1px solid var(--idc-border);
}

.entry-content th {
	color: #fff;
	background: var(--idc-red-800);
}

.idc-toc {
	padding: 18px 20px;
	margin: 28px auto;
	background: #fff;
	border: 1px solid var(--idc-border);
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(61, 7, 16, .06);
}

.idc-toc summary {
	font-weight: 900;
	cursor: pointer;
}

.idc-toc ol {
	padding-left: 20px;
	margin: 12px 0 0;
}

.idc-toc a {
	font-size: .9rem;
	text-decoration: none;
}

.entry-footer {
	padding-bottom: 54px;
}

.author-box {
	display: grid;
	gap: 12px;
	padding: 20px;
	margin-top: 36px;
	background: #fff;
	border: 1px solid var(--idc-border);
	border-radius: 18px;
}

.author-box strong {
	color: var(--idc-red-700);
}

.pagination {
	margin-top: 30px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.page-numbers {
	display: grid;
	min-width: 44px;
	min-height: 44px;
	padding: 8px;
	color: var(--idc-ink);
	background: #fff;
	border: 1px solid var(--idc-border);
	border-radius: 12px;
	text-decoration: none;
	place-items: center;
}

.page-numbers.current {
	color: #fff;
	background: var(--idc-red-700);
}

.site-footer {
	padding-top: 50px;
	color: rgba(255, 255, 255, .7);
	background: var(--idc-red-950);
	border-top: 1px solid rgba(255, 221, 113, .16);
}

.footer-grid {
	display: grid;
	gap: 28px;
}

.footer-brand img {
	width: 180px;
	margin-bottom: 14px;
}

.footer-title {
	margin: 0 0 12px;
	color: var(--idc-gold-300);
	font-size: .92rem;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.footer-menu {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu a {
	color: rgba(255, 255, 255, .74);
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--idc-gold-300);
}

.footer-bottom {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-block: 24px;
	margin-top: 32px;
	font-size: .78rem;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.idc-responsible {
	padding: 12px 14px;
	margin-top: 18px;
	color: rgba(255, 255, 255, .65);
	font-size: .78rem;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 12px;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	color: #281300;
	background: linear-gradient(135deg, var(--idc-gold-400), #ef9c1b);
	border-radius: 12px;
	font-weight: 900;
}

.woocommerce div.product {
	padding-block: 40px;
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
	border-radius: 18px;
}

.woocommerce ul.products li.product {
	padding: 14px;
	background: #fff;
	border: 1px solid var(--idc-border);
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(61, 7, 16, .07);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: var(--idc-red-700);
	font-weight: 900;
}

.no-results,
.not-found {
	padding-block: 72px;
	text-align: center;
}

@media (min-width: 600px) {
	.access-grid,
	.hub-grid,
	.post-grid,
	.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-actions {
		display: flex;
		flex-wrap: wrap;
	}

	.hero-actions .idc-btn {
		min-width: 160px;
	}

	.hero-emblems {
		max-width: 360px;
	}

	.trust-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.footer-grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.footer-bottom {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 900px) {
	.admin-bar .site-header {
		top: 32px;
	}

	.header-inner {
		min-height: 78px;
	}

	.site-branding {
		flex-basis: 184px;
	}

	.site-branding img {
		width: 180px;
	}

	.menu-toggle {
		display: none;
	}

	.primary-navigation {
		position: static;
		display: block;
		max-height: none;
		padding: 0;
		overflow: visible;
		background: transparent;
		border: 0;
	}

	.primary-navigation ul {
		display: flex;
		align-items: center;
		gap: 2px;
	}

	.primary-navigation a {
		min-height: 42px;
		padding: 8px 10px;
		font-size: .84rem;
	}

	.header-actions {
		display: flex;
	}

	.indocair-hero,
	.hero-grid {
		min-height: 720px;
	}

	.hero-grid {
		align-items: center;
		padding-block: 86px;
	}

	.hero-copy {
		width: 58%;
	}

	.hero-emblems {
		position: absolute;
		right: max(20px, calc((100vw - var(--idc-content)) / 2));
		bottom: 40px;
		width: 300px;
		margin: 0;
	}

	.hero-emblem {
		min-height: 96px;
	}

	.hero-emblem img {
		height: 78px;
	}

	.access-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hub-grid,
	.post-grid,
	.product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.feature-showcase {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
		align-items: stretch;
	}

	.feature-art {
		min-height: 560px;
	}

	.feature-list {
		align-content: center;
	}

	.idc-section {
		padding-block: 88px;
	}
}

@media (max-width: 380px) {
	.idc-shell,
	.idc-reading {
		width: min(calc(100% - 24px), var(--idc-content));
	}

	.hero-actions {
		grid-template-columns: 1fr;
	}

	.hero-emblems {
		grid-template-columns: 1fr 1fr;
	}

	.primary-navigation {
		padding-inline: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
