.ftd-header {
	background: #fff;
	position: relative;
	z-index: 10;
}

.ftd-topbar {
	background: var(--ftd-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.ftd-topbar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 42px;
}

.ftd-topbar__copy {
	align-items: center;
	display: flex;
	gap: 22px;
}

.ftd-topbar p {
	margin: 0;
}

.ftd-topbar span {
	color: var(--ftd-red);
}

.ftd-social {
	display: flex;
	gap: 20px;
}

.ftd-social a {
	font-weight: 700;
}

.ftd-social a:hover,
.ftd-social a:focus,
.ftd-menu a:hover,
.ftd-menu a:focus,
.ftd-footer a:hover,
.ftd-footer a:focus {
	color: var(--ftd-red);
}

.ftd-mainnav {
	background: #fff;
	border-bottom: 1px solid #ebe8e2;
}

.ftd-mainnav__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 280px 1fr auto;
	min-height: 96px;
}

.ftd-logo img,
.custom-logo {
	height: auto;
	max-height: 72px;
	width: auto;
}

.ftd-logo strong {
	font-family: var(--ftd-serif);
	font-size: 30px;
}

.ftd-menu {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.ftd-menu a,
.ftd-actions a {
	font-size: 11px;
	font-weight: 800;
	padding: 8px 4px;
	position: relative;
	text-transform: uppercase;
}

.ftd-menu a::after {
	background: var(--ftd-red);
	bottom: -12px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
	width: 100%;
}

.ftd-menu a:hover::after,
.ftd-menu a:focus::after {
	transform: scaleX(1);
}

.ftd-lang-switcher {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 0 24px;
}

.ftd-lang-item {
	color: var(--ftd-ink);
	font-family: var(--ftd-sans);
	font-size: 13px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.ftd-lang-item.is-active {
	color: var(--ftd-red);
}

.ftd-lang-item.is-active::after {
	background: var(--ftd-red);
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.ftd-lang-item:hover {
	color: var(--ftd-red);
}

.ftd-lang-sep {
	color: #dedbd5;
	font-size: 14px;
	font-weight: 300;
}

.ftd-header-right {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-left: auto;
}

.ftd-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

/* Aggressive Flag Hide */
.ftd-nav img, 
.ftd-menu img,
.menu-item-language img,
.pll-parent-menu-item img {
	display: none !important;
}

.ftd-lang-switcher {
	align-items: center;
	display: flex;
	gap: 10px;
}

.ftd-lang-item {
	color: var(--ftd-ink);
	font-family: var(--ftd-sans);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 0;
	position: relative;
	text-transform: uppercase;
}

.ftd-search {
	align-items: center;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	position: relative;
	width: 34px;
}

.ftd-search span {
	border: 4px solid var(--ftd-ink);
	border-radius: 50%;
	display: block;
	height: 23px;
	position: relative;
	width: 23px;
}

.ftd-search span::after {
	background: var(--ftd-ink);
	border-radius: 2px;
	content: "";
	height: 12px;
	position: absolute;
	right: -8px;
	top: 14px;
	transform: rotate(45deg);
	width: 4px;
}

.ftd-search:hover span,
.ftd-search:focus span {
	border-color: var(--ftd-red);
}

.ftd-search:hover span::after,
.ftd-search:focus span::after {
	background: var(--ftd-red);
}

.ftd-menu-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 36px;
	padding: 0;
	width: 38px;
}

.ftd-menu-toggle span {
	background: var(--ftd-ink);
	display: block;
	height: 3px;
	margin: 6px 0;
}

.ftd-hero {
	background:
		linear-gradient(90deg, rgba(248, 247, 244, 0.99) 0%, rgba(248, 247, 244, 0.94) 29%, rgba(248, 247, 244, 0.24) 52%, rgba(248, 247, 244, 0.02) 100%),
		var(--ftd-hero-image) center right / cover no-repeat,
		linear-gradient(90deg, #f8f7f4 0%, #f8f7f4 36%, #111827 36%, #050b14 100%);
	min-height: 440px;
	overflow: hidden;
	position: relative;
	transition: background 0.4s ease-out;
}

.ftd-hero__inner {
	align-items: center;
	display: flex;
	min-height: 440px;
}

.ftd-hero__copy {
	max-width: 540px;
	padding: 42px 0;
}

.ftd-hero h1 {
	font-family: var(--ftd-serif);
	font-size: clamp(44px, 4.2vw, 68px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0 0 24px;
}

.ftd-hero h1 span {
	background: linear-gradient(90deg, var(--ftd-red) 0%, #ff3a4f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.ftd-hero p {
	color: #111827;
	font-size: 17px;
	line-height: 1.35;
	margin: 0 0 26px;
}

.ftd-hero__buttons {
	align-items: center;
	display: flex;
	gap: 28px;
}

.ftd-link-button {
	border-bottom: 3px solid var(--ftd-red);
	font-size: 14px;
	font-weight: 800;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.ftd-link-button:hover,
.ftd-link-button:focus {
	color: var(--ftd-red);
	transform: translateY(-1px);
}

.ftd-breaking {
	background: #fff;
	border-bottom: 1px solid var(--ftd-line);
	border-top: 1px solid var(--ftd-line);
	overflow: hidden;
}

.ftd-breaking__inner {
	align-items: center;
	display: flex;
	min-height: 42px;
}

.ftd-breaking__label {
	background: var(--ftd-red);
	color: #fff !important;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding: 12px 24px;
	position: relative;
	text-transform: uppercase;
}

.ftd-breaking__label::after {
	animation: ftd-pulse-red 2s infinite;
	background: var(--ftd-red);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

@keyframes ftd-pulse-red {
	0% { box-shadow: 0 0 0 0 rgba(228, 0, 25, 0.7); }
	70% { box-shadow: 0 0 0 10px rgba(228, 0, 25, 0); }
	100% { box-shadow: 0 0 0 0 rgba(228, 0, 25, 0); }
}

.ftd-breaking__viewport {
	overflow: hidden;
	width: 100%;
}

.ftd-breaking__track {
	animation: ftd-marquee 52s linear infinite;
	display: flex;
	width: max-content;
}

.ftd-breaking__viewport:hover .ftd-breaking__track {
	animation-play-state: paused;
}

.ftd-breaking__headline {
	border-right: 1px solid #d7d3cc;
	font-size: 14px;
	font-weight: 500;
	padding: 0 22px;
	white-space: nowrap;
}

.ftd-breaking__headline:hover,
.ftd-breaking__headline:focus {
	color: var(--ftd-red);
}

.ftd-breaking__headline span {
	color: var(--ftd-red);
	font-weight: 700;
	margin-left: 12px;
}

@keyframes ftd-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.ftd-top-stories,
.ftd-latest,
.ftd-section-columns,
.ftd-editors {
	padding-top: 34px;
}

.ftd-top-stories__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.46fr) minmax(300px, 0.88fr) 360px;
}

.ftd-feature-stack {
	display: grid;
	gap: 28px;
}

.ftd-card {
	border-bottom: 1px solid var(--ftd-line);
	position: relative;
}

.ftd-card__image {
	aspect-ratio: 16 / 9;
	background: #1c2b3f center / cover no-repeat;
	display: block;
	overflow: hidden;
	position: relative;
	transition: filter 300ms ease, transform 300ms ease;
}

.ftd-card:hover .ftd-card__image {
	transform: scale(1.03);
}

.ftd-card--large .ftd-card__image {
	aspect-ratio: 1.38 / 1;
}

.ftd-card--large {
	background: #0a1421;
	overflow: hidden;
}

.ftd-card--large .ftd-card__image {
	min-height: 395px;
}

.ftd-card--large .ftd-card__image::after {
	background: linear-gradient(180deg, rgba(3, 9, 18, 0) 28%, rgba(3, 9, 18, 0.58) 66%, rgba(3, 9, 18, 0.88) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.ftd-card--large .ftd-card__body {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 0 30px 28px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.ftd-card--large .ftd-card__body > p:not(.ftd-card__category),
.ftd-card--large .ftd-card__meta {
	color: rgba(255, 255, 255, 0.82);
}

.ftd-card--large h3 a:hover,
.ftd-card--large h3 a:focus {
	color: #fff;
}

.ftd-card__label {
	background: var(--ftd-red);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	left: 16px;
	padding: 9px 13px;
	position: absolute;
	text-transform: uppercase;
	top: 16px;
	z-index: 3;
}

.ftd-card--large .ftd-card__label {
	font-size: 12px;
	left: 24px;
	padding: 11px 16px;
	top: 24px;
}

.ftd-card__body {
	padding: 15px 0 22px;
}

.ftd-card__category,
.ftd-list-story p {
	color: var(--ftd-red);
	font-size: 12px;
	font-weight: 800;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ftd-card h3,
.ftd-list-story h3,
.ftd-section-column h2,
.ftd-desk h2 {
	font-family: var(--ftd-serif);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.ftd-card h3 {
	font-size: 22px;
}

.ftd-card h3 a:hover,
.ftd-card h3 a:focus,
.ftd-list-story h3 a:hover,
.ftd-list-story h3 a:focus {
	color: var(--ftd-red);
}

.ftd-card:hover .ftd-card__image,
.ftd-list-story:hover .ftd-list-story__image {
	filter: saturate(1.1) contrast(1.06) brightness(1.02);
}

.ftd-card--large h3 {
	font-size: 34px;
}

.ftd-card--mini .ftd-card__body p:not(.ftd-card__category),
.ftd-card--mini .ftd-card__meta {
	display: none;
}

.ftd-card__body > p:not(.ftd-card__category) {
	color: var(--ftd-muted);
	font-size: 15px;
	margin: 12px 0 14px;
}

.ftd-card__meta,
.ftd-list-story span {
	color: #7a808c;
	font-size: 13px;
}

.ftd-list-story {
	align-items: center;
	border-bottom: 1px solid var(--ftd-line);
	display: grid;
	gap: 16px;
	grid-template-columns: 132px 1fr;
	padding: 12px 0;
}

.ftd-list-story__image {
	aspect-ratio: 1.55 / 1;
	background: #1c2b3f center / cover no-repeat;
	display: block;
	overflow: hidden;
	position: relative;
	transition: filter 180ms ease;
}

.ftd-list-story h3 {
	font-size: 18px;
}

.ftd-sidebar {
	display: grid;
	gap: 20px;
}

.ftd-trending {
	background: #f1ede9;
	padding: 22px 26px;
}

.ftd-trending h2,
.ftd-subscribe h2 {
	font-family: var(--ftd-sans);
	font-size: 21px;
	font-weight: 800;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ftd-trending a {
	border-bottom: 1px solid #d8d2cb;
	display: grid;
	gap: 6px 18px;
	grid-template-columns: 32px 1fr;
	padding: 14px 0;
}

.ftd-trending a:hover,
.ftd-trending a:focus {
	color: var(--ftd-red);
	transform: translateX(4px);
}

.ftd-trending span {
	color: var(--ftd-red);
	font-family: var(--ftd-serif);
	font-size: 28px;
	font-weight: 800;
	grid-row: span 2;
	line-height: 1;
}

.ftd-trending strong {
	font-size: 15px;
	line-height: 1.15;
}

.ftd-trending small {
	color: #7a7370;
}

.ftd-subscribe {
	background: var(--ftd-navy);
	color: #fff !important;
	padding: 24px;
}

.ftd-subscribe h2 {
	color: #fff !important;
}

.ftd-subscribe p {
	color: #d7dde8;
	margin: -8px 0 22px;
}

.ftd-subscribe input {
	border: 0;
	display: block;
	font-size: 16px;
	margin-bottom: 16px;
	min-height: 52px;
	padding: 0 16px;
	width: 100%;
}

.ftd-subscribe button {
	background: var(--ftd-red);
	border: 0;
	color: #fff !important;
	font-weight: 800;
	min-height: 50px;
	text-transform: uppercase;
	width: 100%;
}

.ftd-subscribe button:hover,
.ftd-subscribe button:focus {
	background: var(--ftd-red-dark);
}

/* Contact Form 7 Styling */
.ftd-subscribe-wrapper {
	background: var(--ftd-navy);
	color: #fff !important;
	padding: 24px;
}

.ftd-subscribe-wrapper h2 {
	color: #fff !important;
	font-family: var(--ftd-sans);
	font-size: 21px;
	font-weight: 800;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ftd-subscribe-wrapper p {
	color: #d7dde8;
	margin: -8px 0 22px;
}

.ftd-subscribe-form {
	display: grid;
	gap: 16px;
}

.ftd-subscribe-wrapper .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 16px;
}

.ftd-subscribe-wrapper input:not([type="submit"]) {
	border: 0;
	display: block;
	font-size: 16px;
	min-height: 52px;
	padding: 0 16px;
	width: 100%;
}

.ftd-subscribe-form input {
	box-sizing: border-box;
	margin: 0;
}

.ftd-subscribe-wrapper .wpcf7-submit {
	background: var(--ftd-red);
	border: 0;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	min-height: 50px;
	text-transform: uppercase;
	transition: background 160ms ease, opacity 160ms ease;
	width: 100%;
}

.ftd-subscribe-form button {
	background: var(--ftd-red);
	border: 0;
	box-sizing: border-box;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	min-height: 50px;
	text-transform: uppercase;
	transition: background 160ms ease, opacity 160ms ease;
	width: 100%;
}

.ftd-subscribe-form button:hover,
.ftd-subscribe-form button:focus {
	background: var(--ftd-red-dark);
}

.ftd-subscribe-message {
	border: 1px solid #384556;
	color: #fff !important;
	font-size: 14px;
	margin: 0 0 16px !important;
	padding: 10px 12px;
}

.ftd-subscribe-message--success {
	border-color: rgba(54, 214, 141, 0.55);
}

.ftd-subscribe-message--error {
	border-color: rgba(255, 84, 84, 0.65);
}

.ftd-lang-switcher {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 0 24px;
}

.ftd-lang-item {
	color: var(--ftd-ink);
	font-family: var(--ftd-sans);
	font-size: 13px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.ftd-lang-item.is-active {
	color: var(--ftd-red);
}

.ftd-lang-item.is-active::after {
	background: var(--ftd-red);
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.ftd-lang-item:hover {
	color: var(--ftd-red);
}

.ftd-lang-sep {
	color: #dedbd5;
	font-size: 14px;
	font-weight: 300;
}

.ftd-actions {
	padding: 24px;
}

.ftd-subscribe-wrapper .wpcf7-submit:hover {
	background: var(--ftd-red-dark);
}

.ftd-subscribe-wrapper .wpcf7-spinner {
	position: absolute;
}

.ftd-subscribe-wrapper .wpcf7-response-output {
	border: 1px solid #384556 !important;
	color: #fff;
	font-size: 14px;
	margin: 16px 0 0 !important;
	padding: 10px !important;
}

/* Modal Styling */
.ftd-modal {
	align-items: center;
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.ftd-modal.is-active {
	display: flex;
}

.ftd-modal__overlay {
	background: rgba(2, 13, 28, 0.92);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ftd-modal__content {
	background: var(--ftd-navy);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	max-width: 480px;
	padding: 42px 34px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.ftd-modal__close {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: transform 160ms ease;
}

.ftd-modal__close:hover {
	transform: rotate(90deg);
}

.ftd-modal__body .ftd-subscribe-wrapper {
	padding: 0;
}

.ftd-latest__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ftd-latest .ftd-card h3 {
	font-size: 22px;
}

.ftd-section-columns {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: 42px;
}

.ftd-section-column {
	background: #fffdf9;
	border: 1px solid #ebe6dd;
	padding: 16px;
}

.ftd-section-column > h2 {
	border-bottom: 1px solid var(--ftd-line);
	font-family: var(--ftd-sans);
	font-size: 23px;
	font-weight: 800;
	margin: -4px 0 14px;
	padding-bottom: 12px;
	position: relative;
}

.ftd-section-column > h2::after {
	background: var(--ftd-red);
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 38px;
}

.ftd-section-column .ftd-card h3 {
	font-size: 18px;
}

.ftd-section-column .ftd-list-story {
	grid-template-columns: 90px 1fr;
}

.ftd-section-column .ftd-list-story h3,
.ftd-desk .ftd-list-story h3 {
	font-family: var(--ftd-sans);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.ftd-editors {
	padding-bottom: 62px;
}

.ftd-editors__topline {
	align-items: center;
	display: flex;
	font-family: var(--ftd-serif);
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.ftd-editors__topline::before,
.ftd-editors__topline::after {
	background: #a2192b;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: calc(50% - 96px);
}

.ftd-editors__topline::before {
	left: 0;
}

.ftd-editors__topline::after {
	right: 0;
}

.ftd-editors__topline strong {
	background: var(--ftd-paper);
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	padding: 0 22px;
	position: relative;
	z-index: 1;
}

.ftd-editors__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ftd-desk {
	border-right: 1px solid var(--ftd-line);
	padding-right: 20px;
	text-align: center;
}

.ftd-desk:last-child {
	border-right: 0;
}

/* Explore Sections Template */
.ftd-explore-grid {
	display: grid;
	gap: 42px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 20px;
}

.ftd-explore-stack {
	display: grid;
	gap: 28px;
}

.ftd-explore-stack .ftd-card {
	border-bottom: 1px solid var(--ftd-line);
	padding-bottom: 12px;
}

/* Latest Blogs template */
.ftd-latest-page {
	background: #f8f7f4;
	padding-top: 0;
}

.ftd-latest-hero {
	background:
		linear-gradient(90deg, rgba(248, 247, 244, 0.97) 0%, rgba(248, 247, 244, 0.9) 42%, rgba(248, 247, 244, 0.56) 100%),
		var(--ftd-latest-hero-image) right center / cover no-repeat,
		#ebe9e3;
	border-bottom: 1px solid var(--ftd-line);
	margin-bottom: 0;
	min-height: 245px;
	padding: 56px 0 48px;
}

.ftd-latest-hero .ftd-page-kicker {
	color: var(--ftd-red);
	font-size: 12px;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.ftd-latest-hero h1 {
	color: #020b18;
	font-family: var(--ftd-serif);
	font-size: clamp(48px, 6vw, 72px);
	font-weight: 700;
	line-height: 0.94;
	margin: 0;
	max-width: 760px;
}

.ftd-latest-hero .ftd-page-description {
	color: #4f5d72;
	font-size: 16px;
	margin-top: 20px;
	max-width: 660px;
}

.ftd-latest-blog-list {
	padding-bottom: 54px;
}

.ftd-latest-story-row {
	align-items: center;
	background: rgba(255, 253, 249, 0.76);
	border-bottom: 1px solid var(--ftd-line);
	display: grid;
	gap: 28px;
	grid-template-columns: 300px 1fr;
	min-height: 152px;
	padding: 22px 0;
}

.ftd-latest-story-row:first-child {
	border-top: 1px solid var(--ftd-line);
}

.ftd-latest-story-row__image {
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	display: block;
	height: 128px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ftd-latest-story-row__image.ftd-visual {
	border-radius: 3px;
}

.ftd-latest-story-row__image .ftd-visual__mark {
	bottom: 10px;
	font-size: 34px;
	right: 12px;
}

.ftd-latest-story-row__body {
	min-width: 0;
	padding-right: 24px;
}

.ftd-latest-story-row__category {
	color: var(--ftd-red);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ftd-latest-story-row h2 {
	font-family: var(--ftd-serif);
	font-size: clamp(25px, 2.5vw, 36px);
	font-weight: 700;
	line-height: 1.02;
	margin: 0 0 12px;
}

.ftd-latest-story-row h2 a {
	color: #020b18;
}

.ftd-latest-story-row h2 a:hover,
.ftd-latest-story-row h2 a:focus {
	color: var(--ftd-red);
}

.ftd-latest-story-row__excerpt {
	color: #4f5d72;
	font-size: 16px;
	line-height: 1.45;
	margin: 0 0 16px;
	max-width: 980px;
}

.ftd-latest-story-row time {
	color: #4f5d72;
	display: block;
	font-size: 13px;
	font-weight: 800;
}

.ftd-latest-blog-empty {
	color: var(--ftd-muted);
	font-size: 18px;
	margin: 26px 0 0;
}

@media (max-width: 1000px) {
	.ftd-explore-grid {
		grid-template-columns: 1fr;
	}

	.ftd-latest-story-row {
		grid-template-columns: 220px 1fr;
	}
}

/* Browse All Categories template */
.ftd-category-browse {
	margin-bottom: 48px;
}

.ftd-category-browse__empty {
	color: var(--ftd-muted);
	font-size: 18px;
}

.ftd-category-browse-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftd-category-browse-card {
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	box-shadow: 0 14px 40px rgba(4, 18, 32, 0.06);
	color: inherit;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition:
		box-shadow 0.22s ease,
		transform 0.22s ease,
		border-color 0.22s ease;
}

.ftd-category-browse-card:hover,
.ftd-category-browse-card:focus-visible {
	border-color: rgba(228, 0, 25, 0.35);
	box-shadow: 0 22px 56px rgba(4, 18, 32, 0.12);
	outline: none;
	transform: translateY(-3px);
}

.ftd-category-browse-card:focus-visible .ftd-category-browse-card__title {
	color: var(--ftd-red);
}

.ftd-category-browse-card__visual {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 200px;
	position: relative;
	width: 100%;
}

.ftd-category-browse-card__visual.ftd-visual {
	border-radius: 0;
	min-height: 200px;
}

.ftd-category-browse-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px 20px 24px;
}

.ftd-category-browse-card__title {
	font-family: var(--ftd-serif);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	transition: color 0.2s ease;
}

.ftd-category-browse-card__meta {
	color: var(--ftd-muted);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ftd-category-browse-card:hover .ftd-category-browse-card__title {
	color: var(--ftd-red);
}

/* Explore Sections: twin category heroes */
.ftd-explore-feature {
	margin-bottom: 48px;
}

.ftd-explore-feature-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ftd-category-hero-card {
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	box-shadow: 0 20px 50px rgba(4, 18, 32, 0.08);
	color: inherit;
	display: grid;
	grid-template-rows: minmax(280px, 38vw) auto;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	transition:
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.ftd-category-hero-card:hover,
.ftd-category-hero-card:focus-visible {
	box-shadow: 0 26px 64px rgba(4, 18, 32, 0.14);
	outline: none;
	transform: translateY(-4px);
}

.ftd-category-hero-card__visual {
	align-items: stretch;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 280px;
	padding: 0;
	position: relative;
	width: 100%;
}

.ftd-category-hero-card__visual::after {
	background: linear-gradient(180deg, transparent 44%, rgba(4, 15, 32, 0.72));
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.ftd-category-hero-card__visual.ftd-visual {
	border-radius: 0;
	justify-content: flex-end;
	min-height: 280px;
}

.ftd-category-hero-card__visual--empty {
	align-items: center !important;
	justify-content: center !important;
}

.ftd-category-hero-card__kicker {
	bottom: 24px;
	color: rgba(255, 255, 255, 0.95);
	font-size: 12px;
	font-weight: 800;
	left: 24px;
	letter-spacing: 0.14em;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	text-transform: uppercase;
	z-index: 2;
}

.ftd-category-hero-card__body {
	padding: 26px 28px 28px;
}

.ftd-category-hero-card__title {
	font-family: var(--ftd-serif);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin: 0 0 14px;
}

.ftd-category-hero-card__excerpt {
	color: var(--ftd-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 12px;
}

.ftd-category-hero-card__meta {
	color: var(--ftd-muted);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.ftd-category-hero-card__cta {
	align-items: center;
	color: var(--ftd-red);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.ftd-category-hero-card:hover .ftd-category-hero-card__cta,
.ftd-category-hero-card:focus-visible .ftd-category-hero-card__cta {
	color: var(--ftd-red-dark);
}

.ftd-explore-followup {
	padding-top: 22px;
}

.ftd-explore-followup .ftd-page-kicker {
	margin-top: 8px;
}

.ftd-explore-followup__title {
	font-family: var(--ftd-serif);
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0 0 28px;
	max-width: 820px;
}

.ftd-explore-page {
	background: #f8f7f4;
	padding-top: 0;
}

.ftd-explore-hero {
	background:
		linear-gradient(90deg, rgba(248, 247, 244, 0.98) 0%, rgba(248, 247, 244, 0.9) 42%, rgba(248, 247, 244, 0.58) 100%),
		var(--ftd-explore-hero-image) right center / cover no-repeat,
		#ebe9e3;
	border-bottom: 1px solid var(--ftd-line);
	min-height: 238px;
	padding: 52px 0 46px;
}

.ftd-explore-hero .ftd-page-kicker {
	font-size: 12px;
	margin-bottom: 12px;
}

.ftd-explore-hero h1 {
	color: #020b18;
	font-family: var(--ftd-serif);
	font-size: clamp(48px, 5.6vw, 72px);
	font-weight: 700;
	line-height: 0.94;
	margin: 0;
	max-width: 800px;
}

.ftd-explore-hero .ftd-page-description {
	color: #4f5d72;
	font-size: 16px;
	margin-top: 20px;
	max-width: 680px;
}

.ftd-explore-section-cards {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-bottom: 38px;
	padding-top: 0;
}

.ftd-explore-section-card {
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	display: flex;
	flex-direction: column;
	min-height: 410px;
	padding: 24px;
}

.ftd-explore-section-card__image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	display: block;
	height: 265px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ftd-explore-section-card__image.ftd-visual {
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ftd-explore-section-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 16px;
}

.ftd-explore-section-card h2 {
	color: #020b18;
	font-family: var(--ftd-serif);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 16px;
}

.ftd-explore-section-card h3 {
	border-bottom: 1px solid var(--ftd-line);
	font-family: var(--ftd-sans);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 22px;
	padding-bottom: 18px;
}

.ftd-explore-section-card h3 a:hover,
.ftd-explore-section-card h3 a:focus {
	color: var(--ftd-red);
}

.ftd-explore-section-card p {
	border-bottom: 1px solid var(--ftd-line);
	color: #4f5d72;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 22px;
	padding-bottom: 18px;
}

.ftd-explore-section-card__cta {
	align-self: flex-start;
	border-bottom: 2px solid var(--ftd-red);
	color: #020b18;
	font-size: 12px;
	font-weight: 900;
	margin-top: auto;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.ftd-explore-section-card__cta:hover,
.ftd-explore-section-card__cta:focus {
	color: var(--ftd-red);
}

.ftd-explore-story-list {
	padding-bottom: 58px;
}

@media (max-width: 960px) {
	.ftd-category-browse-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.ftd-explore-section-cards {
		grid-template-columns: 1fr;
	}

	.ftd-category-hero-card {
		grid-template-rows: minmax(240px, 52vw) auto;
	}
}

@media (max-width: 600px) {
	.ftd-category-browse-grid {
		grid-template-columns: 1fr;
	}

	.ftd-latest-hero {
		min-height: 220px;
		padding: 42px 0 38px;
	}

	.ftd-explore-hero {
		min-height: 220px;
		padding: 42px 0 38px;
	}

	.ftd-explore-section-card {
		padding: 16px;
	}

	.ftd-explore-section-card__image {
		height: 210px;
	}

	.ftd-latest-story-row {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px 0;
	}

	.ftd-latest-story-row__image {
		height: 180px;
	}

	.ftd-latest-story-row__body {
		padding-right: 0;
	}

	.ftd-category-browse-card__visual.ftd-visual,
	.ftd-category-browse-card__visual {
		min-height: 180px;
	}
}

.ftd-desk > img {
	border-radius: 50%;
	height: 84px;
	object-fit: cover;
	width: 84px;
}

.ftd-desk__avatar {
	border-radius: 50%;
	display: inline-flex;
	height: 84px;
	overflow: hidden;
	position: relative;
	width: 84px;
}

.ftd-desk > h2 {
	border-bottom: 2px solid #a2192b;
	font-size: 21px;
	margin: 10px 0 0;
	padding-bottom: 18px;
}

.ftd-desk .ftd-list-story {
	grid-template-columns: 80px 1fr;
	text-align: left;
}

.ftd-footer {
	background: var(--ftd-navy);
	color: #fff !important;
	padding: 48px 0 26px;
}

.ftd-footer__grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 1.6fr 0.7fr 0.7fr 0.9fr 1.55fr;
}

.ftd-footer h2 {
	color: #fff !important;
	font-family: var(--ftd-sans);
	font-size: 17px;
	font-weight: 800;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ftd-footer a {
	color: #fff !important;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin: 8px 0;
	text-transform: uppercase;
}

.ftd-footer a:hover,
.ftd-footer a:focus {
	color: var(--ftd-red) !important;
}

.ftd-footer p {
	color: #c7cedb;
}

.ftd-footer__logo img {
	background: #fff;
	max-height: 80px;
	padding: 8px;
	width: auto;
}

.ftd-footer__tagline {
	color: #fff !important;
	font-family: var(--ftd-serif);
	font-size: 24px;
	line-height: 1.25;
}

.ftd-social--footer a {
	align-items: center;
	border: 1px solid #384556;
	border-radius: 50%;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.ftd-footer .ftd-button {
	display: inline-flex;
	margin-top: 18px;
	min-width: 260px;
}

.ftd-social--footer a:hover,
.ftd-social--footer a:focus {
	border-color: var(--ftd-red);
	color: var(--ftd-red) !important;
	transform: translateY(-2px);
}

.ftd-visual {
	background:
		linear-gradient(90deg, rgba(3, 9, 18, 0.58), rgba(3, 9, 18, 0.04)),
		radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.36) 0 1px, transparent 2px),
		radial-gradient(circle at 84% 32%, rgba(255, 255, 255, 0.28) 0 1px, transparent 2px),
		linear-gradient(135deg, #5f7482 0%, #213141 48%, #071123 100%);
	background-position: center;
	background-size: cover;
	position: relative;
}

.ftd-visual::before {
	background: linear-gradient(45deg, transparent 0 44%, rgba(255, 255, 255, 0.72) 45%, rgba(255, 255, 255, 0.08) 49%, transparent 50%);
	content: "";
	inset: 0;
	position: absolute;
}

.ftd-visual__mark {
	bottom: 16px;
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--ftd-sans);
	font-size: clamp(30px, 7vw, 72px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.82;
	position: absolute;
	right: 18px;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}

.ftd-list-story__image .ftd-visual__mark,
.ftd-desk__avatar .ftd-visual__mark {
	bottom: 8px;
	font-size: 22px;
	right: 8px;
}

.ftd-visual--science-and-technology {
	background:
		linear-gradient(90deg, rgba(4, 14, 32, 0.72), rgba(0, 162, 209, 0.1)),
		radial-gradient(circle at 70% 45%, rgba(48, 213, 255, 0.72) 0 2px, transparent 3px),
		linear-gradient(135deg, #062b47, #114c72 48%, #071123);
}

.ftd-visual--humanism,
.ftd-visual--religion,
.ftd-visual--atheist,
.ftd-visual--culture {
	background:
		linear-gradient(90deg, rgba(14, 22, 30, 0.48), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.18) 0 24%, transparent 25%),
		linear-gradient(135deg, #9d7149, #413424 52%, #111827);
}

.ftd-visual--international,
.ftd-visual--bangladesh,
.ftd-visual--news {
	background:
		linear-gradient(90deg, rgba(3, 9, 18, 0.54), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 68% 40%, rgba(213, 241, 255, 0.5) 0 22%, transparent 23%),
		linear-gradient(135deg, #3b674f, #597b88 45%, #071123);
}

.ftd-visual--cryptocurrency,
.ftd-visual--analysis {
	background:
		linear-gradient(90deg, rgba(3, 9, 18, 0.58), rgba(134, 86, 14, 0.04)),
		radial-gradient(circle at 74% 42%, rgba(245, 188, 80, 0.76) 0 14%, transparent 15%),
		linear-gradient(135deg, #5d452a, #202f3b 52%, #071123);
}

.ftd-footer__bottom {
	color: #97a2b5;
	font-size: 14px;
	margin-top: 30px;
}

.ftd-page-main {
	padding: 46px 0 70px;
}

.ftd-page-hero {
	border-bottom: 1px solid var(--ftd-line);
	margin-bottom: 30px;
	padding-bottom: 22px;
}

.ftd-page-kicker {
	color: var(--ftd-red);
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ftd-page-hero h1 {
	font-family: var(--ftd-serif);
	font-size: clamp(42px, 4.5vw, 68px);
	font-weight: 700;
	line-height: 0.95;
	margin: 0;
	max-width: 980px;
}

.ftd-page-hero--single h1 {
	letter-spacing: -0.02em;
}

.ftd-page-description {
	color: var(--ftd-muted);
	font-size: 18px;
	margin-top: 16px;
	max-width: 760px;
}

.ftd-archive-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ftd-pagination {
	margin-top: 34px;
}

.ftd-pagination .nav-links {
	display: flex;
	gap: 10px;
}

.ftd-pagination a,
.ftd-pagination span {
	border: 1px solid var(--ftd-line);
	display: inline-flex;
	min-width: 38px;
	padding: 7px 11px;
}

.ftd-pagination .current {
	background: var(--ftd-red);
	border-color: var(--ftd-red);
	color: #fff;
}

.ftd-single {
	max-width: 980px;
}

.ftd-single__meta {
	align-items: center;
	color: var(--ftd-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	gap: 16px;
	margin-top: 22px;
	text-transform: uppercase;
}

.ftd-single__meta span {
	align-items: center;
	display: flex;
	gap: 8px;
}

.ftd-single__meta span:not(:last-child)::after {
	background: var(--ftd-line);
	content: "";
	height: 12px;
	width: 1px;
}

.ftd-single__image {
	margin: 0 0 32px;
}

.ftd-single__image img {
	display: block;
	height: auto;
	width: 100%;
}

.ftd-content {
	color: #182033;
	font-size: 19px;
	line-height: 1.72;
}

.ftd-content p,
.ftd-content ul,
.ftd-content ol,
.ftd-content blockquote {
	margin-bottom: 1.6em;
}

.ftd-content blockquote {
	border-left: 4px solid var(--ftd-red);
	font-family: var(--ftd-serif);
	font-size: 1.2em;
	font-style: italic;
	margin-left: 0;
	padding: 10px 30px;
}

.ftd-content h2,
.ftd-content h3 {
	font-family: var(--ftd-serif);
	line-height: 1.05;
	margin: 1.4em 0 0.45em;
}

.ftd-share {
	align-items: center;
	border-top: 1px solid var(--ftd-line);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 42px;
	padding-top: 22px;
}

.ftd-share span {
	color: var(--ftd-muted);
	font-size: 12px;
	font-weight: 900;
	margin-right: 4px;
	text-transform: uppercase;
}

.ftd-share a {
	align-items: center;
	background: #fffdf9;
	border: 1px solid var(--ftd-line);
	color: var(--ftd-navy);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 44px;
	z-index: 2;
}

.ftd-share a svg {
	fill: currentColor;
	height: 18px;
	pointer-events: none;
	width: 18px;
}

.ftd-share a:hover,
.ftd-share a:focus {
	background: var(--ftd-red);
	border-color: var(--ftd-red);
	color: #fff;
}

.ftd-search-form {
	align-items: stretch;
	display: flex;
	gap: 12px;
	margin-top: 22px;
	max-width: 720px;
}

.ftd-search-form input {
	border: 1px solid var(--ftd-line);
	font-size: 17px;
	min-height: 48px;
	padding: 0 16px;
	width: 100%;
}

.ftd-search-form .ftd-button {
	align-self: stretch;
	box-sizing: border-box;
	box-shadow: none;
	flex: 0 0 auto;
	height: 48px;
	line-height: 1;
	margin: 0;
	min-height: 48px;
	padding-bottom: 0;
	padding-top: 0;
	transform: none;
}

.ftd-search-form .ftd-button:hover,
.ftd-search-form .ftd-button:focus {
	transform: none;
}

.ftd-error-page {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 480px;
	text-align: center;
}

.ftd-error-page > p:not(.ftd-page-kicker) {
	color: var(--ftd-muted);
	font-size: 21px;
	margin: 18px 0 32px;
	max-width: 680px;
}

.ftd-error-page .ftd-button {
	min-width: 220px;
}

@media (max-width: 1100px) {
	.ftd-mainnav__inner,
	.ftd-top-stories__grid,
	.ftd-footer__grid {
		grid-template-columns: 1fr;
	}

	.ftd-mainnav__inner {
		gap: 18px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.ftd-menu {
		justify-content: flex-start;
	}

	.ftd-latest__grid,
	.ftd-editors__grid,
	.ftd-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftd-section-columns {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.ftd-hero__buttons {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.ftd-topbar__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.ftd-topbar__copy {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	.ftd-topbar__copy p {
		width: 100%;
	}

	.ftd-topbar__inner .ftd-social {
		align-self: flex-end;
		gap: 20px;
		margin-top: -33px;
	}

	.ftd-mainnav__inner {
		grid-template-columns: 1fr auto;
	}

	.ftd-menu {
		background: #fff;
		border-top: 1px solid var(--ftd-line);
		display: none;
		grid-column: 1 / -1;
		padding-top: 12px;
	}

	.ftd-menu.is-open {
		display: grid;
		gap: 14px;
	}

	.ftd-menu-toggle {
		display: block;
	}

	.ftd-actions .ftd-button,
	.ftd-search {
		display: none;
	}

	.ftd-hero,
	.ftd-hero__inner {
		min-height: 460px;
	}

	.ftd-hero {
		background:
			linear-gradient(180deg, rgba(248, 247, 244, 0.98), rgba(248, 247, 244, 0.78)),
			var(--ftd-hero-image) center / cover no-repeat;
	}

	.ftd-breaking__inner,
	.ftd-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.ftd-card--large h3 {
		font-size: 30px;
	}

	.ftd-card--large .ftd-card__image {
		min-height: 360px;
	}

	.ftd-latest__grid,
	.ftd-editors__grid,
	.ftd-archive-grid {
		grid-template-columns: 1fr;
	}

	.ftd-page-main {
		padding: 34px 0 54px;
	}

	.ftd-page-hero h1 {
		font-size: 38px;
	}

	.ftd-content {
		font-size: 17px;
	}

	.ftd-search-form {
		flex-direction: column;
	}

	.ftd-list-story,
	.ftd-section-column .ftd-list-story,
	.ftd-desk .ftd-list-story {
		grid-template-columns: 92px 1fr;
	}

	.ftd-desk {
		border-right: 0;
		padding-right: 0;
	}
}

/* =============================================
   COMMENTS SECTION
   ============================================= */

.ftd-comments-wrapper {
	padding: 48px 0 64px;
	border-top: 1px solid #eee;
	margin-top: 48px;
}

.ftd-comments-wrapper .comments-title {
	font-family: var(--ftd-font-serif);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 32px;
	color: var(--ftd-navy);
}

.ftd-comments-wrapper .comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.ftd-comments-wrapper .comment-body {
	padding: 24px 0;
	border-bottom: 1px solid #f0f0f0;
}

.ftd-comments-wrapper .comment-author .fn {
	font-weight: 700;
	font-size: 15px;
	color: var(--ftd-navy);
}

.ftd-comments-wrapper .comment-metadata {
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

.ftd-comments-wrapper .comment-content {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

.ftd-comments-wrapper .reply a {
	font-size: 12px;
	font-weight: 700;
	color: var(--ftd-red);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.ftd-comments-wrapper #wpdcom .wpd-form-head .wpd-auth .wpd-login {
	display: none !important;
}

/* Comment Form */
.ftd-comments-wrapper #respond {
	margin-top: 40px;
}

.ftd-comments-wrapper #reply-title {
	font-family: var(--ftd-font-serif);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	color: var(--ftd-navy);
}

.ftd-comments-wrapper .comment-form input[type="text"],
.ftd-comments-wrapper .comment-form input[type="email"],
.ftd-comments-wrapper .comment-form input[type="url"],
.ftd-comments-wrapper .comment-form textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	font-family: var(--ftd-font-sans);
	color: var(--ftd-navy);
	margin-bottom: 16px;
	box-sizing: border-box;
	transition: border-color 0.2s;
}

.ftd-comments-wrapper .comment-form input:focus,
.ftd-comments-wrapper .comment-form textarea:focus {
	outline: none;
	border-color: var(--ftd-red);
}

.ftd-comments-wrapper .comment-form textarea {
	min-height: 140px;
	resize: vertical;
}

.ftd-comments-wrapper .comment-form-comment label,
.ftd-comments-wrapper .comment-form-author label,
.ftd-comments-wrapper .comment-form-email label {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
	display: block;
	margin-bottom: 6px;
}

.ftd-comments-wrapper .form-submit .submit {
	background: var(--ftd-red);
	color: #fff;
	border: none;
	padding: 14px 32px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	border-radius: 3px;
	transition: background 0.2s;
}

.ftd-comments-wrapper .form-submit .submit:hover {
	background: var(--ftd-navy);
}

/* Header navigation polish */
.ftd-mainnav {
	background: rgba(255, 253, 249, 0.98);
	box-shadow: 0 14px 34px rgba(7, 17, 35, 0.06);
}

.ftd-mainnav__inner {
	min-height: 88px;
}

.ftd-logo img,
.custom-logo {
	max-height: 64px;
}

.ftd-menu {
	gap: 8px !important;
}

.ftd-menu a {
	border-radius: 999px;
	color: #071123;
	font-size: 13px !important;
	line-height: 1;
	padding: 10px 12px !important;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ftd-menu a::after {
	display: none;
}

.ftd-menu a:hover,
.ftd-menu a:focus {
	background: rgba(228, 0, 25, 0.08);
	color: var(--ftd-red);
	transform: translateY(-1px);
}

.ftd-header-right {
	gap: 14px !important;
}

.ftd-header-right .ftd-lang-switcher {
	background: #f3f1ec;
	border: 1px solid #ebe6dd;
	border-radius: 999px;
	gap: 9px !important;
	margin: 0 !important;
	padding: 9px 12px;
}

.ftd-menu-toggle {
	align-items: center;
	background: #fff !important;
	border: 1px solid #e1ddd5 !important;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(7, 17, 35, 0.12);
	display: none;
	height: 44px;
	justify-content: center;
	width: 50px;
}

.ftd-menu-toggle span {
	border-radius: 999px;
	height: 2px;
	margin: 4px 0;
	width: 24px;
}

@media (max-width: 760px) {
	.ftd-mainnav {
		box-shadow: 0 10px 26px rgba(7, 17, 35, 0.08);
	}

	.ftd-mainnav__inner {
		align-items: center;
		display: grid;
		gap: 16px;
		grid-template-columns: auto 1fr;
		min-height: 102px;
		padding-bottom: 22px;
		padding-top: 22px;
	}

	.ftd-logo {
		align-self: center;
	}

	.ftd-logo img,
	.custom-logo {
		max-height: 58px;
	}

	.ftd-header-right {
		align-items: center;
		display: flex;
		gap: 14px !important;
		justify-content: flex-end;
		min-width: 0;
	}

	.ftd-header-right .ftd-lang-switcher {
		border-radius: 0;
		background: transparent;
		border: 0;
		flex: 1;
		justify-content: center;
		max-width: 255px;
		padding: 0;
	}

	.ftd-lang-item {
		font-size: 16px;
	}

	.ftd-actions {
		padding: 0;
	}

	.ftd-menu-toggle {
		display: inline-flex;
	}

	.ftd-menu {
		background: #fffdf9 !important;
		border: 1px solid var(--ftd-line) !important;
		box-shadow: 0 16px 36px rgba(7, 17, 35, 0.08);
		gap: 6px !important;
		grid-column: 1 / -1;
		padding: 10px !important;
	}

	.ftd-menu.is-open {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftd-menu a {
		background: #f8f7f4;
		border-radius: 6px;
		padding: 12px 14px !important;
		text-align: center;
	}

	.ftd-breaking__inner {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.ftd-breaking__label {
		align-self: flex-start;
		margin-bottom: 8px;
		padding-left: 42px;
		padding-right: 28px;
	}

	.ftd-breaking__viewport {
		border-top: 1px solid var(--ftd-line);
		padding: 9px 0;
		width: 100%;
	}

	.ftd-breaking__headline {
		padding: 0 26px;
	}

	.ftd-section-heading {
		align-items: flex-start !important;
		gap: 10px;
		padding-bottom: 18px;
	}

	.ftd-section-heading h2 {
		padding-bottom: 10px;
	}

	.ftd-section-heading h2::after {
		bottom: 0;
	}

	.ftd-section-heading a {
		align-self: flex-start;
		display: inline-flex;
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	.ftd-header {
		position: relative;
		z-index: 20;
	}

	.ftd-topbar {
		background: #000d1d;
		padding: 18px 0 16px;
	}

	.ftd-topbar__inner {
		align-items: center !important;
		display: grid !important;
		gap: 22px 12px;
		grid-template-columns: 1fr auto;
		min-height: 0;
	}

	.ftd-topbar__copy {
		display: contents !important;
	}

	.ftd-topbar__copy p {
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: 500;
		grid-column: 1 / -1;
		line-height: 2.15;
		margin: 0;
		max-width: 280px;
		width: auto;
	}

	.ftd-topbar__copy time {
		color: #fff;
		font-size: 13px;
		font-weight: 900;
		grid-column: 1;
		line-height: 1;
		white-space: nowrap;
	}

	.ftd-topbar__inner .ftd-social {
		align-items: center;
		align-self: center;
		display: flex;
		gap: 13px;
		grid-column: 2;
		margin: 0;
	}

	.ftd-topbar__inner .ftd-social a {
		align-items: center;
		color: #fff;
		display: inline-flex;
		height: 18px;
		justify-content: center;
		width: 18px;
	}

	.ftd-topbar__inner .ftd-social svg {
		height: 12px;
		width: 12px;
	}

	.ftd-mainnav {
		background: #fffdf9;
		border-bottom: 1px solid #dedbd5;
		box-shadow: none;
	}

	.ftd-mainnav__inner {
		align-items: center;
		display: grid !important;
		column-gap: 12px;
		row-gap: 12px;
		grid-template-columns: auto 1fr;
		min-height: 0;
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.ftd-logo {
		align-items: center;
		display: flex;
		grid-column: 1;
		grid-row: 1;
		justify-content: flex-start;
		min-height: 0;
		width: 100%;
	}

	.ftd-logo img,
	.custom-logo {
		max-height: 64px;
		max-width: min(170px, 48vw);
		width: auto;
	}

	.ftd-header-right {
		display: contents !important;
	}

	.ftd-header-right .ftd-lang-switcher {
		align-items: center;
		align-self: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		display: flex;
		gap: 8px !important;
		grid-column: 2;
		grid-row: 1;
		justify-content: flex-end;
		margin: 0 !important;
		max-width: none;
		min-width: 0;
		padding: 0;
		width: 100%;
	}

	.ftd-lang-item {
		color: #071123;
		flex: 0 0 auto;
		font-size: 13px;
		font-weight: 800;
		line-height: 1;
		white-space: nowrap;
	}

	.ftd-lang-sep {
		color: #dedbd5;
		flex: 0 0 auto;
	}

	.ftd-actions {
		align-items: center;
		border-top: 1px solid #ebe6dd;
		display: grid;
		gap: 10px;
		grid-column: 1 / -1;
		grid-row: 2;
		grid-template-columns: 46px 1fr 46px auto;
		margin-left: -18px;
		margin-right: -18px;
		padding: 12px 18px 0;
	}

	.ftd-menu-toggle,
	.ftd-search {
		align-items: center;
		background: #fff !important;
		border: 1px solid #e1ddd5 !important;
		border-radius: 4px;
		box-shadow: 0 8px 20px rgba(7, 17, 35, 0.12);
		display: inline-flex !important;
		height: 46px;
		justify-content: center;
		width: 46px;
	}

	.ftd-menu-toggle {
		grid-column: 1;
		grid-row: 1;
	}

	.ftd-search {
		grid-column: 3;
		grid-row: 1;
	}

	.ftd-actions .ftd-button {
		display: inline-flex !important;
		font-size: 11px;
		grid-column: 4;
		grid-row: 1;
		height: 46px;
		justify-content: center;
		min-height: 46px;
		padding: 0 16px;
		width: auto;
	}

	.ftd-search span {
		border-width: 3px;
		height: 20px;
		width: 20px;
	}

	.ftd-search span::after {
		height: 10px;
		right: -7px;
		top: 13px;
		width: 3px;
	}

	.ftd-menu {
		background: #fffdf9 !important;
		border: 1px solid #dedbd5 !important;
		box-shadow: 0 16px 36px rgba(7, 17, 35, 0.08);
		display: none;
		gap: 6px !important;
		grid-column: 1 / -1;
		grid-row: 3;
		margin: 0 0 14px;
		padding: 10px !important;
		width: 100%;
	}

	.ftd-menu.is-open {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftd-hero {
		margin-top: 0 !important;
	}
}

.ftd-mobile-lang {
	display: none;
}

@media (min-width: 761px) {
	.ftd-mobile-lang {
		display: none !important;
	}
}

@media (max-width: 760px) {
	.ftd-mainnav__inner {
		display: grid !important;
		gap: 12px;
		grid-template-columns: auto 1fr;
		min-height: 0 !important;
		padding: 14px 18px 16px !important;
	}

	.ftd-logo {
		align-items: center;
		display: flex;
		grid-column: 1;
		grid-row: 1;
		justify-content: flex-start;
		min-height: 0;
		width: auto;
	}

	.ftd-logo img,
	.custom-logo {
		display: block;
		max-height: 58px;
		max-width: 168px;
		width: auto;
	}

	.ftd-header-right {
		align-items: center;
		display: contents !important;
		gap: 0;
		justify-content: end;
		min-width: 0;
		width: auto;
	}

	.ftd-header-right .ftd-lang-switcher {
		display: none !important;
	}

	.ftd-mobile-lang {
		display: block;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		position: relative;
		z-index: 30;
	}

	.ftd-mobile-lang summary {
		align-items: center;
		background: #fff;
		border: 1px solid #e1ddd5;
		border-radius: 4px;
		box-shadow: 0 6px 16px rgba(7, 17, 35, 0.08);
		color: #071123;
		cursor: pointer;
		display: inline-flex;
		font-size: 12px;
		font-weight: 900;
		height: 36px;
		justify-content: center;
		list-style: none;
		min-width: 46px;
		padding: 0 10px;
	}

	.ftd-mobile-lang summary::-webkit-details-marker {
		display: none;
	}

	.ftd-mobile-lang__menu {
		background: #fff;
		border: 1px solid #e1ddd5;
		box-shadow: 0 14px 32px rgba(7, 17, 35, 0.16);
		display: grid;
		gap: 4px;
		min-width: 92px;
		padding: 6px;
		position: absolute;
		right: 0;
		top: calc(100% + 8px);
	}

	.ftd-mobile-lang__menu a {
		border-radius: 3px;
		color: #071123;
		font-size: 13px;
		font-weight: 800;
		padding: 8px 10px;
		text-align: left;
		text-decoration: none;
	}

	.ftd-mobile-lang__menu a:hover,
	.ftd-mobile-lang__menu a:focus {
		background: rgba(228, 0, 25, 0.08);
		color: #e40019;
	}

	.ftd-actions {
		align-items: center;
		border-top: 1px solid #ebe6dd;
		display: flex !important;
		gap: 12px;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: space-between;
		margin: 0 -18px;
		padding: 12px 18px 0 !important;
	}

	.ftd-menu-toggle {
		align-items: center;
		background: #fff !important;
		border: 1px solid #e1ddd5 !important;
		border-radius: 4px;
		box-shadow: 0 6px 16px rgba(7, 17, 35, 0.1);
		display: inline-flex !important;
		flex: 0 0 44px;
		flex-direction: column;
		gap: 5px;
		height: 44px;
		justify-content: center;
		margin-right: auto;
		order: 1;
		padding: 0;
		width: 44px;
	}

	.ftd-menu-toggle span {
		background: #071123 !important;
		border-radius: 999px;
		display: block;
		height: 2px;
		margin: 0 !important;
		width: 22px;
	}

	.ftd-search {
		align-items: center;
		background: #fff !important;
		border: 1px solid #e1ddd5 !important;
		border-radius: 4px;
		box-shadow: 0 6px 16px rgba(7, 17, 35, 0.1);
		display: inline-flex !important;
		flex: 0 0 44px;
		height: 44px;
		justify-content: center;
		margin-left: 0;
		order: 2;
		width: 44px;
	}

	.ftd-actions .ftd-button {
		display: inline-flex !important;
		flex: 0 0 auto;
		font-size: 11px;
		height: 44px;
		justify-content: center;
		min-height: 44px;
		order: 3;
		padding: 0 14px;
		width: auto;
	}

	.ftd-menu {
		background: #fffdf9 !important;
		border: 1px solid #dedbd5 !important;
		box-shadow: 0 14px 30px rgba(7, 17, 35, 0.08);
		display: none;
		gap: 6px !important;
		grid-column: 1 / -1;
		grid-row: 3;
		margin: 0 0 8px;
		padding: 10px !important;
		width: 100%;
	}

	.ftd-menu.is-open {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ftd-menu a {
		background: #f8f7f4;
		border-radius: 4px;
		font-size: 13px !important;
		padding: 12px 14px !important;
		text-align: left;
	}

	.ftd-hero {
		margin-top: 0 !important;
	}
}
