:root {
	--ink: #111934;
	--ink-deep: #080f26;
	--ink-soft: #1a2850;
	--paper: #f8f6ef;
	--paper-strong: #fffdf7;
	--text: #1d2433;
	--muted: #5b6478;
	--line: #dcd8cb;
	--emerald: #087c62;
	--emerald-dark: #055c49;
	--gold: #d6a83e;
	--gold-light: #f2d27b;
	--white: #ffffff;
	--shadow: 0 22px 60px rgba(7, 16, 38, 0.12);
	--radius: 22px;
	--shell: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	color: var(--ink);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(2.35rem, 6vw, 5.2rem);
}

h2 {
	font-size: clamp(1.9rem, 4vw, 3.4rem);
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
}

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

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

.screen-reader-text:focus {
	position: fixed !important;
	top: 12px;
	left: 12px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--white);
	color: var(--ink);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(8, 15, 38, 0.95);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(16px);
}

.header-layout {
	display: flex;
	min-height: 78px;
	align-items: center;
	gap: 28px;
}

.brand-link,
.site-branding,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	max-width: min(48vw, 240px);
}

.site-branding {
	gap: 11px;
}

.custom-logo,
.custom-logo-link img,
.site-branding img,
.brand-logo img,
.brand-logo,
.footer-brand img {
	display: block;
	width: auto;
	height: auto;
	max-width: 54px;
	max-height: 54px;
	object-fit: contain;
	border-radius: 12px;
}

.footer-brand img {
	max-width: 48px;
	max-height: 48px;
}

.brand-wordmark {
	color: var(--white);
	font-size: 1.12rem;
	font-weight: 850;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.primary-navigation {
	margin-left: auto;
}

.menu,
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation .menu {
	display: flex;
	align-items: center;
	gap: 26px;
}

.primary-navigation a {
	display: block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.94rem;
	font-weight: 650;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	color: var(--gold-light);
}

.primary-navigation .menu-action > a {
	padding: 9px 15px;
	border-radius: 10px;
	background: var(--gold);
	color: var(--ink-deep);
}

.primary-navigation .menu-action > a:hover {
	background: var(--gold-light);
	color: var(--ink-deep);
}

.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	margin-left: auto;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	background: transparent;
}

.nav-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	border-radius: 2px;
	background: var(--white);
}

.hero-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 10%, rgba(8, 124, 98, 0.22), transparent 32%),
		linear-gradient(135deg, var(--ink-deep), var(--ink));
	color: var(--white);
	padding: 86px 0 90px;
}

.hero-section::after {
	position: absolute;
	right: -140px;
	bottom: -170px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(214, 168, 62, 0.18);
	border-radius: 50%;
	content: "";
}

.hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(42px, 7vw, 92px);
}

.eyebrow {
	margin-bottom: 14px;
	color: var(--emerald);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-copy .eyebrow,
.editorial-section--ink .eyebrow {
	color: var(--gold-light);
}

.hero-copy h1 {
	max-width: 760px;
	margin-bottom: 24px;
	color: var(--white);
}

.hero-intro {
	max-width: 650px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.05rem, 2vw, 1.26rem);
}

.button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 11px 24px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-weight: 800;
	transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button--primary {
	background: var(--gold);
	color: var(--ink-deep);
	box-shadow: 0 12px 28px rgba(214, 168, 62, 0.23);
}

.button--primary:hover {
	background: var(--gold-light);
}

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

.hero-facts li {
	min-width: 120px;
	padding-top: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-facts span,
.hero-facts strong {
	display: block;
}

.hero-facts span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.73rem;
	font-weight: 700;
}

.hero-facts strong {
	margin-top: 2px;
	color: var(--white);
	font-size: 0.88rem;
}

.hero-visual {
	position: relative;
	margin: 0;
}

.hero-visual::before {
	position: absolute;
	inset: -18px 18px 18px -18px;
	border: 1px solid rgba(242, 210, 123, 0.3);
	border-radius: 28px;
	content: "";
}

.hero-visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 24px;
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
	object-fit: cover;
}

.quick-section {
	position: relative;
	z-index: 3;
	padding: 64px 0 76px;
	background: var(--paper);
}

.section-heading {
	max-width: 820px;
	margin-bottom: 38px;
}

.section-heading--compact {
	display: grid;
	grid-template-columns: 0.4fr 1fr;
	align-items: end;
	max-width: none;
}

.section-heading--compact h2,
.section-heading--compact p {
	margin-bottom: 0;
}

.quick-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper-strong);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.quick-card {
	display: flex;
	min-height: 180px;
	flex-direction: column;
	padding: 26px;
	border-right: 1px solid var(--line);
	transition: background 0.2s ease;
}

.quick-card:last-child {
	border-right: 0;
}

.quick-card:hover {
	background: #eff8f4;
}

.quick-card span {
	margin-bottom: auto;
	color: var(--emerald);
	font-size: 0.78rem;
	font-weight: 850;
}

.quick-card strong {
	color: var(--ink);
	font-size: 1.13rem;
}

.quick-card small {
	margin-top: 5px;
	color: var(--muted);
	font-size: 0.82rem;
}

.editorial-section {
	padding: 100px 0;
	background: var(--paper);
}

.editorial-section--light {
	background: var(--paper-strong);
}

.editorial-section--ink {
	background: var(--ink);
	color: rgba(255, 255, 255, 0.78);
}

.editorial-section--ink h2,
.editorial-section--ink h3 {
	color: var(--white);
}

.media-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.media-layout--wide {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.media-copy > p:not(.eyebrow, .availability-note) {
	max-width: 710px;
	color: var(--muted);
}

.editorial-section--ink .media-copy > p:not(.eyebrow, .availability-note) {
	color: rgba(255, 255, 255, 0.7);
}

.section-visual {
	margin: 0;
}

.section-visual img {
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	object-fit: cover;
}

.section-visual--portrait {
	max-width: 430px;
	justify-self: end;
}

.section-visual--portrait img {
	aspect-ratio: 4 / 5;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding: 0;
	margin: 26px 0 30px;
	list-style: none;
}

.tag-list li {
	padding: 7px 13px;
	border: 1px solid rgba(8, 124, 98, 0.26);
	border-radius: 99px;
	background: rgba(8, 124, 98, 0.06);
	color: var(--emerald-dark);
	font-size: 0.85rem;
	font-weight: 700;
}

.text-link {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid var(--gold);
	color: var(--ink);
	font-weight: 800;
}

.text-link--light {
	color: var(--white);
}

.split-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.feature-panel {
	display: grid;
	grid-template-columns: minmax(180px, 0.7fr) 1fr;
	align-items: stretch;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper-strong);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.feature-panel--reverse img {
	order: 2;
}

.feature-panel > img {
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
}

.feature-panel > div {
	padding: 32px;
}

.feature-panel p {
	color: var(--muted);
	font-size: 0.94rem;
}

.payment-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 30px 0 22px;
}

.payment-list > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.payment-list span {
	grid-row: 1 / 3;
	color: var(--gold-light);
	font-size: 0.74rem;
	font-weight: 800;
}

.payment-list strong {
	color: var(--white);
}

.payment-list small {
	color: rgba(255, 255, 255, 0.58);
}

.availability-note {
	padding: 16px 18px;
	border-left: 3px solid var(--gold);
	background: rgba(214, 168, 62, 0.08);
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.91rem;
}

.issue-grid {
	display: grid;
	gap: 12px;
	margin-top: 30px;
}

.issue-grid > div {
	padding: 20px 22px;
	border-left: 4px solid var(--emerald);
	border-radius: 0 14px 14px 0;
	background: #eef5f1;
}

.issue-grid strong {
	color: var(--ink);
}

.issue-grid p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 0.91rem;
}

.editorial-section--soft {
	background: #f2efe6;
}

.home-overview-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.52fr);
	align-items: start;
	gap: clamp(42px, 7vw, 90px);
}

.home-longform > p:not(.eyebrow, .availability-note) {
	color: var(--muted);
}

.home-longform--wide {
	max-width: 980px;
}

.brand-snapshot {
	display: grid;
	gap: 1px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--line);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.brand-snapshot span {
	display: grid;
	gap: 5px;
	padding: 20px 22px;
	background: var(--paper-strong);
	color: var(--muted);
	font-size: 0.78rem;
}

.brand-snapshot strong {
	color: var(--ink);
	font-size: 0.98rem;
}

.home-decision-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0;
}

.home-decision-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-decision-grid > div {
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--paper-strong);
}

.home-decision-grid strong {
	color: var(--ink);
}

.home-decision-grid p {
	margin: 7px 0 0;
	color: var(--muted);
	font-size: 0.88rem;
}

.home-process-list {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 28px 0;
	list-style: none;
}

.home-process-list li {
	display: grid;
	grid-template-columns: minmax(150px, 0.5fr) 1fr;
	gap: 18px;
	padding: 17px 18px;
	border-left: 3px solid var(--emerald);
	background: #eef5f1;
}

.home-process-list strong {
	color: var(--ink);
}

.home-process-list span {
	color: var(--muted);
	font-size: 0.91rem;
}

.home-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.home-inline-links a {
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 99px;
	background: var(--paper-strong);
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 800;
}

.home-policy-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.home-policy-grid a {
	display: grid;
	gap: 7px;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 15px;
	background: var(--paper-strong);
	color: var(--ink);
}

.home-policy-grid span {
	color: var(--muted);
	font-size: 0.88rem;
}

.faq-section {
	padding: 100px 0 120px;
	background: #ece9df;
}

.faq-layout {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	align-items: start;
	gap: clamp(48px, 8vw, 110px);
}

.faq-intro {
	position: sticky;
	top: 120px;
}

.faq-intro p:not(.eyebrow) {
	color: var(--muted);
}

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

.faq-item {
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--paper-strong);
	box-shadow: 0 8px 30px rgba(17, 25, 52, 0.04);
}

.faq-item summary {
	padding: 20px 54px 20px 22px;
	color: var(--ink);
	font-weight: 800;
	cursor: pointer;
	list-style: none;
	position: relative;
}

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

.faq-item summary::after {
	position: absolute;
	right: 20px;
	top: 50%;
	color: var(--emerald);
	font-size: 1.25rem;
	content: "+";
	transform: translateY(-50%);
}

.faq-item[open] summary::after {
	content: "−";
}

.faq-item p {
	padding: 0 22px 22px;
	margin: 0;
	color: var(--muted);
}

.site-footer {
	padding-top: 78px;
	background: var(--ink-deep);
	color: rgba(255, 255, 255, 0.68);
}

.footer-layout {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	gap: 60px;
}

.brand-link--footer {
	margin-bottom: 18px;
}

.footer-brand p,
.footer-safety p {
	max-width: 390px;
	font-size: 0.9rem;
}

.site-footer h2 {
	margin-bottom: 16px;
	color: var(--white);
	font-size: 1rem;
}

.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 24px;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.88rem;
}

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

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
	margin-top: 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.82rem;
}

.mobile-action-bar {
	display: none;
}

.page-main {
	min-height: 60vh;
}

.page-hero,
.listing-header {
	padding: 82px 0;
	background:
		radial-gradient(circle at 84% 24%, rgba(8, 124, 98, 0.25), transparent 26%),
		var(--ink);
	color: var(--white);
}

.page-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.6fr);
	align-items: center;
	gap: 70px;
}

.page-hero__inner--single {
	grid-template-columns: minmax(0, 820px);
}

.page-hero h1,
.listing-header h1 {
	margin-bottom: 18px;
	color: var(--white);
	font-size: clamp(2.3rem, 5vw, 4.5rem);
}

.page-summary,
.archive-description {
	max-width: 730px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
}

.page-hero__visual {
	margin: 0;
}

.page-hero__visual img {
	width: 100%;
	max-height: 420px;
	aspect-ratio: 3 / 2;
	border-radius: var(--radius);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
	object-fit: cover;
}

.page-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.36fr);
	align-items: start;
	gap: 64px;
	padding-top: 76px;
	padding-bottom: 90px;
}

.entry-content {
	min-width: 0;
	max-width: 800px;
}

.entry-content > * {
	max-width: 760px;
}

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

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

.entry-content h2 {
	margin: 52px 0 16px;
	font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.entry-content h3 {
	margin: 36px 0 12px;
}

.entry-content p,
.entry-content li {
	color: #353d4d;
}

.entry-content a {
	color: var(--emerald-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-content img,
.featured-media img {
	border-radius: 16px;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.page-topic-shell h2 {
	margin-top: 0;
}

.page-topic-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.page-topic-card {
	display: flex;
	min-height: 128px;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--paper-strong);
	box-shadow: 0 10px 30px rgba(17, 25, 52, 0.05);
}

.page-topic-card span {
	color: var(--emerald);
	font-size: 0.76rem;
	font-weight: 850;
}

.page-topic-card strong {
	color: var(--ink);
	font-size: 1rem;
}

.entry-content th,
.entry-content td {
	padding: 12px 14px;
	border: 1px solid var(--line);
	text-align: left;
}

.entry-content th {
	background: #eae7dd;
	color: var(--ink);
}

.entry-content .wp-block-table {
	overflow-x: auto;
}

.entry-content .wp-block-group {
	padding: 24px 26px;
	margin: 32px 0;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #f4f1e8;
}

.entry-content .wp-block-group h3:first-child {
	margin-top: 0;
}

.entry-content .wp-block-details {
	margin: 12px 0;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--paper-strong);
}

.entry-content .wp-block-details summary {
	padding: 16px 46px 16px 18px;
	color: var(--ink);
	font-weight: 800;
	cursor: pointer;
}

.entry-content .wp-block-details p {
	padding: 0 18px 18px;
	margin: 0;
}

.entry-content .wp-block-buttons {
	display: flex;
	margin: 30px 0;
}

.entry-content .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 10px;
	background: var(--gold);
	color: var(--ink-deep);
	font-weight: 850;
	text-decoration: none;
}

.entry-content .wp-block-quote {
	padding: 20px 24px;
	margin: 34px 0;
	border-left: 4px solid var(--gold);
	background: #f4f1e8;
}

.entry-content .wp-block-quote p {
	margin: 0;
	color: var(--ink);
	font-weight: 700;
}

.page-visuals {
	display: grid;
	gap: 24px;
}

.page-visuals figure {
	margin: 0;
}

.page-visuals img {
	width: 100%;
	border-radius: 18px;
	box-shadow: var(--shadow);
}

.page-route-nav {
	padding: 32px 0;
	border-top: 1px solid var(--line);
	background: var(--paper-strong);
}

.page-route-nav .site-shell {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.page-route-nav a {
	padding: 9px 14px;
	border: 1px solid var(--line);
	border-radius: 99px;
	color: var(--ink);
	font-size: 0.87rem;
	font-weight: 750;
}

.reading-shell {
	padding: 74px 0 100px;
}

.entry-content--single {
	margin-inline: auto;
}

.featured-media {
	margin: 0 0 42px;
}

.listing-main {
	min-height: 70vh;
	padding-bottom: 100px;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding-top: 64px;
}

.content-card {
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--paper-strong);
	overflow: hidden;
	box-shadow: 0 12px 34px rgba(17, 25, 52, 0.06);
}

.content-card__media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.content-card__body {
	padding: 24px;
}

.content-card__meta {
	color: var(--emerald);
	font-size: 0.78rem;
	font-weight: 750;
}

.content-card h2 {
	font-size: 1.35rem;
}

.content-card p {
	color: var(--muted);
	font-size: 0.93rem;
}

.pagination-wrap {
	padding-top: 42px;
}

.search-form {
	display: flex;
	max-width: 560px;
	gap: 10px;
	margin-top: 24px;
}

.search-form label {
	flex: 1;
}

.search-field,
.search-submit {
	min-height: 48px;
	border-radius: 10px;
	font: inherit;
}

.search-field {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
	color: var(--white);
}

.search-submit {
	padding: 10px 18px;
	border: 0;
	background: var(--gold);
	color: var(--ink);
	font-weight: 800;
}

.not-found {
	display: grid;
	min-height: 68vh;
	place-items: center;
	padding: 80px 0;
	background: var(--ink);
	color: var(--white);
	text-align: center;
}

.not-found h1 {
	color: var(--white);
}

.not-found p:not(.eyebrow) {
	max-width: 570px;
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1050px) {
	.hero-layout,
	.media-layout,
	.media-layout--wide {
		grid-template-columns: 1fr 0.85fr;
		gap: 48px;
	}

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

	.quick-card:nth-child(2) {
		border-right: 0;
	}

	.quick-card:nth-child(-n + 2) {
		border-bottom: 1px solid var(--line);
	}

	.split-panels {
		grid-template-columns: 1fr;
	}

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

	.footer-brand {
		grid-column: 1 / -1;
	}

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

@media (max-width: 820px) {
	body {
		font-size: 16px;
	}

	.site-shell {
		width: min(calc(100% - 30px), var(--shell));
	}

	.header-layout {
		min-height: 68px;
	}

	.site-branding,
	.brand-link,
	.custom-logo-link {
		max-width: min(58vw, 190px);
	}

	.custom-logo,
	.custom-logo-link img,
	.site-branding img,
	.brand-logo img,
	.brand-logo {
		max-width: 44px;
		max-height: 44px;
	}

	.nav-toggle {
		display: block;
	}

	.primary-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		max-height: calc(100vh - 68px);
		padding: 10px 15px 18px;
		background: var(--ink-deep);
		overflow-y: auto;
	}

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

	.primary-navigation .menu {
		display: block;
	}

	.primary-navigation li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.primary-navigation a {
		min-height: 48px;
		padding: 12px 4px;
	}

	.primary-navigation .menu-action > a {
		margin-top: 10px;
		padding: 12px 15px;
		text-align: center;
	}

	.hero-section {
		padding: 62px 0 72px;
	}

	.hero-layout,
	.media-layout,
	.media-layout--wide,
	.home-overview-layout,
	.page-hero__inner,
	.page-content-layout,
	.faq-layout {
		grid-template-columns: 1fr;
	}

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

	.section-heading--compact {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.editorial-section,
	.faq-section {
		padding: 72px 0;
	}

	.media-copy {
		order: 1;
	}

	.section-visual {
		order: 2;
	}

	.section-visual--portrait {
		max-width: none;
		justify-self: stretch;
	}

	.section-visual--portrait img {
		aspect-ratio: 3 / 2;
	}

	.home-decision-grid,
	.home-decision-grid--four,
	.home-policy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.faq-intro {
		position: static;
	}

	.footer-layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.footer-brand {
		grid-column: auto;
	}

	.page-hero {
		padding: 60px 0;
	}

	.page-content-layout {
		gap: 42px;
		padding-top: 54px;
		padding-bottom: 68px;
	}

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

	.page-visuals {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mobile-action-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 120;
		display: block;
		padding: 10px 14px max(10px, env(safe-area-inset-bottom));
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		background: rgba(8, 15, 38, 0.97);
		box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.22);
	}

	.mobile-action-bar .button {
		width: 100%;
		min-height: 48px;
	}

	body:has(.mobile-action-bar) {
		padding-bottom: 74px;
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: clamp(2.15rem, 12vw, 3.25rem);
	}

	h2 {
		font-size: clamp(1.7rem, 9vw, 2.4rem);
	}

	.hero-facts,
	.payment-list,
	.home-decision-grid,
	.home-decision-grid--four,
	.home-policy-grid,
	.page-visuals,
	.card-grid {
		grid-template-columns: 1fr;
	}

	.hero-facts {
		display: grid;
	}

	.quick-grid {
		grid-template-columns: 1fr;
	}

	.quick-card {
		min-height: 138px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.quick-card:last-child {
		border-bottom: 0;
	}

	.feature-panel {
		grid-template-columns: 1fr;
	}

	.feature-panel--reverse img {
		order: initial;
	}

	.feature-panel > img {
		min-height: 230px;
		aspect-ratio: 3 / 2;
	}

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

	.footer-bottom {
		flex-direction: column;
	}

	.page-route-nav .site-shell {
		display: grid;
	}

	.page-topic-grid {
		grid-template-columns: 1fr;
	}

	.home-process-list li {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

/* Independent guide rebuild — 2026-07-28. */

.primary-navigation .menu {
	gap: clamp(12px, 1.4vw, 22px);
}

.primary-navigation a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	font-size: 0.88rem;
}

.hero-section {
	padding: 66px 0 70px;
}

.hero-copy h1 {
	font-size: clamp(2.25rem, 4.6vw, 4.15rem);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.button--secondary {
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
}

.button--secondary:hover {
	border-color: var(--gold-light);
	background: rgba(255, 255, 255, 0.12);
}

.quick-grid--tasks {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--line);
}

.quick-grid--tasks .quick-card {
	border: 0;
	background: var(--paper-strong);
}

.quick-grid--tasks .quick-card:hover {
	background: #eff8f4;
}

.quick-section .section-heading > p:last-child {
	color: var(--muted);
}

.content-feature-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.72fr);
	align-items: center;
	gap: clamp(44px, 7vw, 94px);
}

.content-feature-grid--reverse {
	grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.12fr);
}

.decision-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0;
}

.decision-cards > div {
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 15px;
	background: var(--paper-strong);
}

.decision-cards p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 0.9rem;
}

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

.issue-grid--three > div {
	border-top: 4px solid var(--emerald);
	border-left: 1px solid var(--line);
	border-radius: 14px;
	background: var(--paper-strong);
}

.guide-disclosure {
	padding: 20px 22px;
	margin: 30px 0;
	border-left: 4px solid var(--gold);
	border-radius: 0 14px 14px 0;
	background: #f7f1dd;
	color: var(--ink);
}

.guide-disclosure p {
	margin: 6px 0 0;
	color: #3d4655;
}

.review-card {
	display: grid;
	gap: 12px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper-strong);
	box-shadow: var(--shadow);
}

.review-card strong {
	color: var(--ink);
	font-size: 1.1rem;
}

.review-card span {
	color: var(--muted);
	font-size: 0.9rem;
}

.home-publisher {
	background: var(--paper-strong);
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	font-size: 0.84rem;
}

.breadcrumbs a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.breadcrumbs--light {
	color: rgba(255, 255, 255, 0.72);
}

.breadcrumbs--light span[aria-current="page"] {
	color: var(--white);
}

.page-hero {
	padding: 58px 0 68px;
}

.page-hero h1 {
	font-size: clamp(2.15rem, 4.2vw, 3.8rem);
}

.page-content-layout--single {
	display: block;
}

.entry-content--guide {
	max-width: 860px;
	margin-inline: auto;
}

.entry-content--guide > * {
	max-width: 860px;
}

.review-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	padding: 16px 0;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.84rem;
}

.entry-content .guide-lead {
	color: var(--ink);
	font-size: 1.08rem;
	font-weight: 650;
}

.entry-content .checklist,
.entry-content .numbered-steps {
	padding-left: 1.4rem;
}

.entry-content .checklist li,
.entry-content .numbered-steps li {
	margin-bottom: 9px;
}

.entry-content .info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0;
}

.entry-content .info-card {
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--paper-strong);
}

.entry-content .info-card h3 {
	margin-top: 0;
}

.entry-content .risk-note {
	padding: 20px 22px;
	margin: 28px 0;
	border-left: 4px solid #bd4b45;
	background: #fff0ee;
}

.entry-content .status-note {
	padding: 20px 22px;
	margin: 28px 0;
	border-left: 4px solid var(--emerald);
	background: #edf7f3;
}

.entry-content .table-scroll {
	max-width: 100%;
	margin: 28px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.entry-content .table-scroll table {
	min-width: 680px;
}

.entry-content details {
	margin: 12px 0;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--paper-strong);
}

.entry-content details summary {
	min-height: 48px;
	padding: 14px 46px 14px 18px;
	color: var(--ink);
	font-weight: 800;
	cursor: pointer;
}

.entry-content details p {
	padding: 0 18px 18px;
	margin: 0;
}

.entry-content :is(h2, h3)[id] {
	scroll-margin-top: 100px;
}

.page-hero__visual img,
.section-visual img {
	background: var(--paper-strong);
}

.footer-menu li {
	min-width: 0;
}

.footer-menu a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
}

@media (max-width: 1050px) {
	.quick-grid--tasks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.issue-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.content-feature-grid,
	.content-feature-grid--reverse {
		grid-template-columns: 1fr;
	}

	.content-feature-grid--reverse .section-visual {
		order: 2;
	}

	.content-feature-grid--reverse .home-longform {
		order: 1;
	}

	.primary-navigation a {
		display: flex;
		min-height: 48px;
	}
}

@media (max-width: 600px) {
	.hero-section {
		padding: 46px 0 52px;
	}

	.hero-copy h1 {
		font-size: clamp(2rem, 10vw, 2.85rem);
	}

	.hero-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-actions .button {
		min-height: 48px;
		padding-inline: 12px;
		font-size: 0.9rem;
	}

	.hero-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 24px;
	}

	.hero-facts li {
		min-width: 0;
	}

	.hero-facts strong {
		font-size: 0.72rem;
		overflow-wrap: anywhere;
	}

	.hero-visual {
		display: none;
	}

	.quick-grid--tasks,
	.issue-grid--three,
	.decision-cards,
	.entry-content .info-grid {
		grid-template-columns: 1fr;
	}

	.page-hero {
		padding: 46px 0 52px;
	}

	.review-meta {
		display: grid;
		gap: 6px;
	}
}

/* Round 2 retained requirement: the user-requested unified CTA. */
.footer-email {
	color: var(--gold-light);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mobile-action-bar {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 120;
	display: block;
	width: min(320px, calc(100vw - 32px));
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(8, 15, 38, 0.96);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(14px);
}

.mobile-action-bar .button {
	width: 100%;
	min-height: 50px;
	justify-content: center;
}

body:has(.mobile-action-bar) {
	padding-bottom: 92px;
}

@media (max-width: 820px) {
	.mobile-action-bar {
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		padding: 10px 14px max(10px, env(safe-area-inset-bottom));
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 0;
	}
}

/* Round 3: restore the original continuous longform reading rhythm. */
.home-longform-flow .hero-layout {
	display: block;
	width: min(calc(100% - 40px), 920px);
}

.home-longform-flow .hero-copy {
	max-width: 820px;
}

.home-longform-flow .hero-copy h1 {
	max-width: 780px;
}

.home-longform-flow :is(.quick-section, .editorial-section, .faq-section) {
	padding: 32px 0;
	border: 0;
	background: var(--paper);
}

.home-longform-flow .quick-section {
	padding-top: 60px;
}

.home-longform-flow :is(.quick-section, .editorial-section, .faq-section) > .site-shell,
.home-longform-flow :is(.content-feature-grid, .home-overview-layout, .faq-layout) {
	display: block;
	width: min(calc(100% - 40px), 860px);
	max-width: 860px;
}

.home-longform-flow .home-longform,
.home-longform-flow .home-longform--wide,
.home-longform-flow .section-heading {
	max-width: none;
}

.home-longform-flow .section-heading {
	margin-bottom: 22px;
}

.home-longform-flow :is(.editorial-section--ink, .editorial-section--light, .editorial-section--soft) {
	color: var(--text);
}

.home-longform-flow :is(.editorial-section--ink, .editorial-section--light, .editorial-section--soft) :is(h2, h3) {
	color: var(--ink);
}

.home-longform-flow .editorial-section--ink p {
	color: var(--text);
}

.home-longform-flow .quick-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.home-longform-flow .quick-card {
	display: inline-flex;
	min-height: 44px;
	flex: 0 1 auto;
	flex-direction: row;
	align-items: center;
	gap: 7px;
	padding: 4px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.home-longform-flow .quick-card span,
.home-longform-flow .quick-card small {
	display: none;
}

.home-longform-flow .quick-card strong {
	color: var(--emerald-dark);
	font-size: 0.96rem;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.home-longform-flow :is(.decision-cards, .issue-grid, .issue-grid--three, .home-policy-grid) {
	display: block;
	margin: 24px 0;
}

.home-longform-flow :is(.decision-cards, .issue-grid, .issue-grid--three) > div,
.home-longform-flow .home-policy-grid > a {
	display: block;
	min-height: 0;
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-longform-flow :is(.decision-cards, .issue-grid, .issue-grid--three) > div:first-child,
.home-longform-flow .home-policy-grid > a:first-child {
	border-top: 1px solid var(--line);
}

.home-longform-flow :is(.decision-cards, .issue-grid, .issue-grid--three) p {
	margin: 4px 0 0;
}

.home-longform-flow .brand-snapshot {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	padding: 0;
	margin-top: 30px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-longform-flow .brand-snapshot span {
	padding: 13px 0;
	border-bottom: 1px solid var(--line);
}

.home-longform-flow .guide-disclosure {
	padding: 18px 0 18px 22px;
	margin: 28px 0;
	border: 0;
	border-left: 3px solid var(--gold);
	border-radius: 0;
	background: transparent;
}

.home-longform-flow .review-card {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	padding: 20px 0;
	margin-top: 28px;
	border: 0;
	border-top: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-longform-flow .review-card strong {
	width: 100%;
}

.home-longform-flow .faq-intro {
	position: static;
	max-width: none;
	margin-bottom: 18px;
}

.home-longform-flow .faq-item {
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
}

.home-longform-flow .faq-item:first-child {
	border-top: 1px solid var(--line);
}

.home-longform-flow .faq-item summary {
	padding-left: 0;
}

.home-longform-flow .faq-item p {
	padding-left: 0;
}

.longform-inline-image,
.article-inline-image {
	margin: 32px 0;
}

.longform-inline-image img,
.article-inline-image img {
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(7, 16, 38, 0.14);
	object-fit: cover;
}

.longform-hero-image {
	margin-top: 48px;
}

.longform-hero-image img {
	max-height: 600px;
}

.longform-inline-image--portrait,
.article-inline-image--portrait {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.entry-content .info-grid {
	display: block;
}

.entry-content .info-card {
	padding: 16px 0;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
}

.entry-content .info-card:first-child {
	border-top: 1px solid var(--line);
}

.entry-content .guide-disclosure {
	padding: 16px 0 16px 20px;
	border: 0;
	border-left: 3px solid var(--gold);
	border-radius: 0;
	background: transparent;
}

.entry-content :is(.risk-note, .status-note) {
	padding: 16px 0 16px 20px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
	background: transparent;
}

.entry-content .wp-block-group {
	padding: 18px 0;
	border: 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
}

.entry-content details,
.entry-content .wp-block-details {
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
}

.entry-content details:first-of-type,
.entry-content .wp-block-details:first-of-type {
	border-top: 1px solid var(--line);
}

.entry-content details summary,
.entry-content .wp-block-details summary {
	padding-left: 0;
}

.entry-content details p,
.entry-content .wp-block-details p {
	padding-left: 0;
}

@media (max-width: 600px) {
	.home-longform-flow :is(.quick-section, .editorial-section, .faq-section) {
		padding: 25px 0;
	}

	.home-longform-flow .quick-section {
		padding-top: 44px;
	}

	.home-longform-flow .brand-snapshot {
		grid-template-columns: 1fr;
	}

	.longform-hero-image {
		margin-top: 34px;
	}

	.longform-inline-image,
	.article-inline-image {
		margin-top: 24px;
		margin-bottom: 24px;
	}
}
