@font-face {
	font-family: "Vazirmatn";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url("../fonts/vazirmatn-arabic-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
	font-family: "Vazirmatn";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url("../fonts/vazirmatn-latin-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--sfn-navy: #06243a;
	--sfn-deep: #031827;
	--sfn-teal: #0f6f75;
	--sfn-teal-2: #188f92;
	--sfn-gold: #d6a447;
	--sfn-ink: #102638;
	--sfn-muted: #5e6d78;
	--sfn-line: #dce4e7;
	--sfn-soft: #f4f7f7;
	--sfn-shadow: 0 12px 34px rgba(6, 36, 58, 0.08);
}

html { scroll-behavior: smooth; }

body.sfn-home,
body.sfn-single,
body.sfn-about {
	--theme-font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
	--theme-heading-font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
	margin: 0;
	background: #fff;
	color: var(--sfn-ink);
	font-family: "Vazirmatn", Tahoma, Arial, sans-serif !important;
	font-size: 16px;
	line-height: 1.85;
	letter-spacing: 0 !important;
}

body.sfn-home :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, small, li, button, input, textarea, label, time),
body.sfn-single :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, small, li, button, input, textarea, label, time),
body.sfn-about :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, small, li, button, input, textarea, label, time) {
	font-family: "Vazirmatn", Tahoma, Arial, sans-serif !important;
	letter-spacing: 0 !important;
}

body.sfn-home *,
body.sfn-single *,
body.sfn-about * { box-sizing: border-box; }

body.sfn-home a,
body.sfn-single a,
body.sfn-about a { color: inherit; text-decoration: none; }

body.sfn-home button,
body.sfn-home input,
body.sfn-home textarea,
body.sfn-single button,
body.sfn-single input,
body.sfn-single textarea,
body.sfn-about button,
body.sfn-about input,
body.sfn-about textarea { font: inherit; }

body.sfn-home img,
body.sfn-single img,
body.sfn-about img { display: block; max-width: 100%; }

body.sfn-home :where(h1, h2, h3, p),
body.sfn-single :where(h1, h2, h3, p),
body.sfn-about :where(h1, h2, h3, p) { margin-top: 0; }

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

.sfn-container,
.sfn-header-inner,
.sfn-search form,
.sfn-hero-inner {
	width: min(1200px, calc(100% - 48px));
	margin-inline: auto;
}

.sfn-skip-link {
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 9999;
	padding: 8px 14px;
	border-radius: 4px;
	background: var(--sfn-navy);
	color: #fff !important;
	transform: translateY(-160%);
}

.sfn-skip-link:focus { transform: translateY(0); }

.sfn-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(6, 36, 58, 0.08);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 4px 16px rgba(6, 36, 58, 0.04);
}

.admin-bar .sfn-header { top: 32px; }

.sfn-header-inner {
	display: grid;
	grid-template-columns: auto minmax(390px, 1fr) auto;
	align-items: center;
	gap: 20px;
	min-height: 82px;
}

.sfn-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-width: 218px;
}

.sfn-brand-logo {
	width: 56px;
	height: 56px;
	border-radius: 5px;
	object-fit: cover;
}

.sfn-brand > span,
.sfn-footer-brand > span {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
}

.sfn-brand strong { font-size: 15px; font-weight: 850; }
.sfn-brand small { color: var(--sfn-teal); font-size: 11px; font-weight: 700; }
.sfn-nav { justify-self: center; }
.sfn-nav ul { margin: 0; padding: 0; list-style: none; }
.sfn-nav-list { display: flex; align-items: center; justify-content: center; gap: 2px; }
.sfn-nav-list > li { position: relative; display: flex; align-items: center; }

.sfn-nav-list > li > a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 9px;
	color: #20394a;
	font-size: 13px;
	font-weight: 750;
}

.sfn-nav-list > li > a:hover,
.sfn-nav-list > li > a:focus-visible,
.sfn-nav-list > li.current-menu-item > a,
.sfn-nav-list > li.current-menu-ancestor > a { color: var(--sfn-teal); }

.sfn-nav-list > li > a::after {
	position: absolute;
	right: 9px;
	bottom: 1px;
	left: 9px;
	height: 2px;
	background: var(--sfn-gold);
	content: "";
	transform: scaleX(0);
	transition: transform 160ms ease;
}

.sfn-nav-list > li:hover > a::after,
.sfn-nav-list > li:focus-within > a::after { transform: scaleX(1); }

.sfn-submenu-toggle {
	display: none;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--sfn-muted);
	cursor: pointer;
}

.sfn-submenu,
.sfn-nav-list .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 20;
	min-width: 190px;
	padding: 8px !important;
	border: 1px solid var(--sfn-line);
	border-radius: 7px;
	background: #fff;
	box-shadow: var(--sfn-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(7px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.sfn-submenu::before,
.sfn-nav-list .sub-menu::before {
	position: absolute;
	top: -12px;
	right: 0;
	left: 0;
	height: 12px;
	content: "";
}

.sfn-nav-list > li:hover > .sfn-submenu,
.sfn-nav-list > li:focus-within > .sfn-submenu,
.sfn-nav-list > li:hover > .sub-menu,
.sfn-nav-list > li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.sfn-submenu a,
.sfn-nav-list .sub-menu a {
	display: block;
	padding: 8px 10px;
	border-radius: 4px;
	color: #314b5b;
	font-size: 13px;
	white-space: nowrap;
}

.sfn-submenu a:hover,
.sfn-submenu a:focus-visible,
.sfn-nav-list .sub-menu a:hover,
.sfn-nav-list .sub-menu a:focus-visible { background: var(--sfn-soft); color: var(--sfn-teal); }

.sfn-tools,
.sfn-socials { display: flex; align-items: center; }
.sfn-tools { justify-content: flex-end; gap: 8px; }
.sfn-socials { gap: 5px; }

.sfn-socials a,
.sfn-search-toggle {
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--sfn-line);
	border-radius: 50%;
	background: transparent;
	color: var(--sfn-teal);
	cursor: pointer;
	transition: 160ms ease;
}

.sfn-socials a:hover,
.sfn-socials a:focus-visible,
.sfn-search-toggle:hover,
.sfn-search-toggle:focus-visible {
	border-color: var(--sfn-teal);
	background: var(--sfn-teal);
	color: #fff;
}

.sfn-socials svg,
.sfn-socials .sfn-bale-icon,
.sfn-search-toggle svg { width: 17px; height: 17px; }

.sfn-socials .sfn-bale-icon {
	border-radius: 50%;
	object-fit: contain;
}

.sfn-socials .sfn-stroke-icon,
.sfn-search-toggle svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sfn-socials .sfn-fill-icon { fill: currentColor; stroke: none; }
.sfn-socials .sfn-fill { fill: currentColor; stroke: none; }

.sfn-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid var(--sfn-line);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.sfn-menu-toggle i {
	display: block;
	width: 100%;
	height: 2px;
	margin-block: 4px;
	background: var(--sfn-navy);
	transition: 160ms ease;
}

.sfn-search { border-top: 1px solid var(--sfn-line); background: #fff; }
.sfn-search form { padding-block: 18px; }
.sfn-search label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 800; }
.sfn-search form > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }

.sfn-search input {
	width: 100%;
	min-height: 46px;
	padding: 9px 13px;
	border: 1px solid #cbd7dc;
	border-radius: 5px;
	outline: none;
}

.sfn-search input:focus { border-color: var(--sfn-teal); box-shadow: 0 0 0 3px rgba(15, 111, 117, 0.12); }
.sfn-search button { padding-inline: 24px; border: 0; border-radius: 5px; background: var(--sfn-teal); color: #fff; font-weight: 800; cursor: pointer; }

.sfn-hero {
	position: relative;
	overflow: hidden;
	min-height: 610px;
	background: var(--sfn-deep);
	color: #fff;
}

.sfn-hero-background,
.sfn-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sfn-hero-background { object-fit: cover; object-position: center top; }
.sfn-hero-shade {
	background:
		linear-gradient(90deg, rgba(3, 24, 39, 0.03) 0%, rgba(3, 24, 39, 0.34) 39%, rgba(3, 24, 39, 0.93) 72%, var(--sfn-deep) 100%);
}

.sfn-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 610px;
}

.sfn-hero-copy { width: min(560px, 52%); padding-block: 76px; }
.sfn-eyebrow,
.sfn-kicker { margin-bottom: 9px; color: #68ced0; font-size: 16px; font-weight: 800; }

.sfn-hero h1 {
	margin-bottom: 22px;
	color: #fff;
	font-size: clamp(46px, 5.2vw, 70px);
	font-weight: 900;
	line-height: 1.35;
}

.sfn-description {
	max-width: 550px;
	margin-bottom: 30px;
	color: #d1dce1;
	font-size: 17px;
	line-height: 2.05;
}

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

.sfn-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 9px 20px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 800;
	transition: 160ms ease;
}

.sfn-button:hover,
.sfn-button:focus-visible { transform: translateY(-2px); }
.sfn-primary { background: var(--sfn-teal-2); color: #fff !important; }
.sfn-primary:hover { background: #1ba3a6; }
.sfn-outline { border-color: rgba(255, 255, 255, 0.48); color: #fff !important; }
.sfn-outline:hover { border-color: #fff; background: #fff; color: var(--sfn-navy) !important; }

.sfn-section { padding-block: 78px; }

.sfn-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 30px;
}

.sfn-heading h2,
.sfn-contact h2 {
	margin-bottom: 0;
	color: var(--sfn-navy);
	font-size: 31px;
	font-weight: 850;
	line-height: 1.55;
}

.sfn-heading h2::after {
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 8px;
	border-radius: 3px;
	background: var(--sfn-gold);
	content: "";
}

.sfn-heading-tabs { align-items: end; }
.sfn-tabs { display: flex; flex-wrap: wrap; gap: 7px; }

.sfn-tabs button {
	min-width: 70px;
	min-height: 38px;
	padding: 7px 14px;
	border: 1px solid var(--sfn-line);
	border-radius: 5px;
	background: #fff;
	color: #3f5563;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.sfn-tabs button:hover,
.sfn-tabs button:focus-visible,
.sfn-tabs button.is-active { border-color: var(--sfn-teal); background: var(--sfn-teal); color: #fff; }
.sfn-panel[hidden] { display: none; }
.sfn-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }

.sfn-post-card {
	overflow: hidden;
	border: 1px solid var(--sfn-line);
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(6, 36, 58, 0.055);
	transition: 180ms ease;
}

.sfn-post-card:hover { border-color: #b9cdd2; box-shadow: var(--sfn-shadow); transform: translateY(-4px); }
.sfn-card-media { display: block; overflow: hidden; aspect-ratio: 16 / 9.5; background: #e9eff0; }
.sfn-card-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.sfn-post-card:hover .sfn-card-media > img { transform: scale(1.025); }
.sfn-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #eef3f2; }
.sfn-card-placeholder img { width: 84px; height: 84px; border-radius: 5px; object-fit: cover; }
.sfn-card-body { padding: 18px 19px 20px; }

.sfn-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
	color: #788892;
	font-size: 11px;
}

.sfn-card-meta a { color: var(--sfn-teal); font-weight: 750; }
.sfn-card-body h3 { min-height: 64px; margin-bottom: 8px; color: var(--sfn-navy); font-size: 18px; font-weight: 800; line-height: 1.85; }
.sfn-card-body h3 a:hover { color: var(--sfn-teal); }

.sfn-card-body > p {
	display: -webkit-box;
	overflow: hidden;
	min-height: 62px;
	margin-bottom: 16px;
	color: var(--sfn-muted);
	font-size: 13px;
	line-height: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sfn-text-link,
.sfn-archive-link,
.sfn-path-link { color: var(--sfn-teal); font-size: 13px; font-weight: 750; }
.sfn-text-link span,
.sfn-archive-link span,
.sfn-path-link i,
.sfn-topic-link i { display: inline-block; font-style: normal; transition: transform 160ms ease; }
.sfn-text-link:hover span,
.sfn-archive-link:hover span,
.sfn-path-card:hover .sfn-path-link i,
.sfn-topic-link:hover i { transform: translateX(-4px); }
.sfn-empty { grid-column: 1 / -1; padding: 32px; border: 1px dashed var(--sfn-line); text-align: center; }
.sfn-section-end { display: flex; justify-content: center; margin-top: 30px; }
.sfn-archive-link { padding: 9px 15px; border-bottom: 1px solid #bad4d5; }

.sfn-paths {
	padding-block: 76px;
	background:
		linear-gradient(135deg, rgba(15, 111, 117, 0.045), transparent 38%),
		var(--sfn-soft);
}
.sfn-path-grid {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid #d5e1e3;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(7, 38, 58, 0.055);
}

.sfn-path-card {
	position: relative;
	display: flex;
	min-height: 290px;
	flex-direction: column;
	padding: 28px 25px 26px;
	border: 0;
	border-top: 4px solid var(--sfn-teal);
	border-left: 1px solid var(--sfn-line);
	border-radius: 0;
	background: #fff;
	transition: 180ms ease;
}

.sfn-path-card:last-child { border-left: 0; }
.sfn-path-card:nth-child(2) { border-top-color: var(--sfn-navy); }
.sfn-path-card:nth-child(3) { border-top-color: var(--sfn-gold); }
.sfn-path-card:nth-child(4) { border-top-color: #7f4a55; }

.sfn-path-card:hover,
.sfn-path-card:focus-visible {
	z-index: 1;
	background: #f9fbfb;
	box-shadow: inset 0 -4px 0 rgba(15, 111, 117, 0.12);
	transform: none;
}

.sfn-path-index {
	margin-bottom: 23px;
	color: #aab9bf;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}

.sfn-path-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 5px;
}
.sfn-path-heading > span {
	color: var(--sfn-teal);
	font-size: 20px;
	transition: transform 160ms ease;
}
.sfn-path-card:hover .sfn-path-heading > span { transform: translateX(-4px); }
.sfn-path-card h2 { margin: 0; color: var(--sfn-navy); font-size: 27px; font-weight: 880; }
.sfn-path-card > p { margin-bottom: 17px; color: var(--sfn-muted); font-size: 13px; }
.sfn-path-card ul { display: flex; flex-wrap: wrap; gap: 7px 11px; margin: 0 0 24px; padding: 0; list-style: none; }
.sfn-path-card li {
	position: relative;
	padding-right: 11px;
	color: #60727d;
	font-size: 11px;
}
.sfn-path-card li::before {
	position: absolute;
	top: .85em;
	right: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--sfn-gold);
	content: "";
}
.sfn-path-link {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #e8eeee;
}

.sfn-dossier { padding-block: 72px; }

.sfn-dossier-card {
	display: grid;
	overflow: hidden;
	min-height: 380px;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
	border-radius: 7px;
	background: var(--sfn-navy);
	color: #fff;
}

.sfn-dossier-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 56px; }
.sfn-dossier-label { margin-bottom: 8px; color: var(--sfn-gold); font-size: 16px; font-weight: 850; }
.sfn-dossier-copy h2 { margin-bottom: 12px; color: #fff; font-size: 35px; font-weight: 850; line-height: 1.6; }
.sfn-dossier-copy > p:not(.sfn-dossier-label) { max-width: 680px; margin-bottom: 24px; color: #cbd9df; font-size: 15px; }
.sfn-dossier-media { position: relative; min-height: 380px; background: #eef3f2; }
.sfn-dossier-media::after { position: absolute; inset: 0; background: rgba(3, 24, 39, 0.12); content: ""; }
.sfn-dossier-media img { width: 100%; height: 100%; object-fit: cover; }
.sfn-dossier-monogram { position: relative; z-index: 1; display: flex; height: 100%; min-height: 380px; flex-direction: column; justify-content: center; padding: 46px; overflow: hidden; color: #f8f1df; background: linear-gradient(145deg, #193a4c, #071e30); }
.sfn-dossier-monogram::before { position: absolute; top: -90px; left: -88px; width: 270px; height: 270px; border: 1px solid rgba(214, 171, 83, .6); border-radius: 50%; content: ""; }
.sfn-dossier-monogram span, .sfn-dossier-monogram i { position: relative; font-size: 14px; font-style: normal; font-weight: 650; color: #d8af58; }
.sfn-dossier-monogram strong { position: relative; margin: 18px 0; font-size: 43px; line-height: 1.35; }
.sfn-dossier-single { padding-bottom: 82px; background: #f8faf9; }
.sfn-dossier-single-hero { padding: 90px 0 78px; color: #fff; background: linear-gradient(125deg, #06243a, #1b5265); }
.sfn-dossier-single-hero p, .sfn-dossier-related .sfn-heading p { margin: 0 0 10px; font-weight: 800; color: #d5aa54; }
.sfn-dossier-single-hero h1 { margin: 0 0 18px; font-size: clamp(34px, 4vw, 56px); line-height: 1.3; }
.sfn-dossier-lead { max-width: 760px; color: #dce7e9; font-size: 18px; line-height: 2; }
.sfn-dossier-body { max-width: 900px; padding-top: 58px; color: #22323d; font-size: 18px; line-height: 2.25; }
.sfn-dossier-related { padding-top: 48px; }
.sfn-dossier-related .sfn-heading h2 { margin-top: 0; }
.sfn-dossier-archive { min-height: 70vh; padding-bottom: 82px; background: #f8faf9; }
.sfn-gold { background: var(--sfn-gold); color: var(--sfn-deep) !important; }
.sfn-gold:hover { background: #e7b75c; }
.sfn-dark-outline { border-color: rgba(255, 255, 255, 0.32); color: #fff !important; }
.sfn-dark-outline:hover { border-color: #fff; background: #fff; color: var(--sfn-navy) !important; }

.sfn-topics {
	padding-block: 42px 82px;
	background: #fff;
}

.sfn-topic-banner {
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(245px, .68fr) minmax(0, 1.7fr);
	border-radius: 12px;
	background:
		radial-gradient(circle at 8% 16%, rgba(34, 148, 151, .22), transparent 31%),
		var(--sfn-navy);
	color: #fff;
	box-shadow: 0 20px 52px rgba(6, 36, 58, .14);
}

.sfn-topic-banner-intro {
	display: flex;
	min-height: 280px;
	flex-direction: column;
	justify-content: center;
	padding: 38px 40px;
	border-left: 1px solid rgba(255, 255, 255, .13);
}

.sfn-topic-banner-intro p {
	margin-bottom: 7px;
	color: #7fd1d2;
	font-size: 12px;
	font-weight: 850;
}

.sfn-topic-banner-intro h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 31px;
	font-weight: 900;
}

.sfn-topic-banner-intro h2::after {
	display: block;
	width: 38px;
	height: 3px;
	margin-top: 8px;
	border-radius: 3px;
	background: var(--sfn-gold);
	content: "";
}

.sfn-topic-banner-intro span {
	max-width: 280px;
	color: #b9cbd2;
	font-size: 12px;
	line-height: 2;
}

.sfn-topic-banner-links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sfn-topic-banner-links a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	padding: 35px 22px 30px;
	border-left: 1px solid rgba(255, 255, 255, .11);
	color: #fff;
	transition: 180ms ease;
}

.sfn-topic-banner-links a:last-child { border-left: 0; }
.sfn-topic-banner-links a:hover,
.sfn-topic-banner-links a:focus-visible { background: rgba(255, 255, 255, .07); }
.sfn-topic-banner-links small { color: #6fc8c9; font-size: 11px; font-weight: 800; }
.sfn-topic-banner-links strong { color: #fff; font-size: 13px; font-weight: 800; line-height: 1.9; }
.sfn-topic-banner-links i { color: var(--sfn-gold); font-size: 17px; font-style: normal; transition: transform 160ms ease; }
.sfn-topic-banner-links a:hover i { transform: translateX(-4px); }

.sfn-contact { padding-block: 54px; background: var(--sfn-teal); color: #fff; }
.sfn-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sfn-contact .sfn-kicker { margin-bottom: 3px; color: #c5eeee; font-size: 16px; }
.sfn-contact h2 { max-width: 720px; color: #fff; font-size: 24px; font-weight: 800; }
.sfn-light { background: #fff; color: var(--sfn-teal) !important; }
.sfn-light-outline { border-color: rgba(255, 255, 255, 0.62); color: #fff !important; }
.sfn-light-outline:hover { background: #fff; color: var(--sfn-teal) !important; }

.sfn-footer { background: var(--sfn-deep); color: #cbd8de; }

.sfn-footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(130px, 0.55fr));
	align-items: start;
	gap: 44px;
	padding-block: 48px 42px;
}

.sfn-footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.sfn-footer-brand img { width: 58px; height: 58px; border-radius: 5px; object-fit: cover; }
.sfn-footer-brand strong { color: #fff; font-size: 15px; font-weight: 800; }
.sfn-footer-brand small { color: #79cbcc; font-size: 11px; }
.sfn-footer-identity p { max-width: 360px; margin: 18px 0 0; color: #9dafb8; font-size: 13px; line-height: 2; }
.sfn-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.sfn-footer-column strong,
.sfn-footer-social > strong { display: block; margin-bottom: 6px; color: #fff; font-size: 13px; font-weight: 800; }
.sfn-footer-column a { color: #afbec5; font-size: 12px; }
.sfn-footer-column a:hover { color: #fff; }
.sfn-footer .sfn-socials { flex-wrap: wrap; }
.sfn-footer .sfn-socials a { border-color: rgba(255, 255, 255, 0.2); color: #d6e0e5; }
.sfn-copyright { padding-block: 17px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #82969f; font-size: 11px; }

@media (max-width: 1120px) {
	.sfn-header-inner { grid-template-columns: auto minmax(360px, 1fr) auto; gap: 12px; }
	.sfn-brand { min-width: 190px; }
	.sfn-brand-logo { width: 50px; height: 50px; }
	.sfn-brand strong { font-size: 13px; }
	.sfn-top-socials a { width: 31px; height: 31px; }
	.sfn-nav-list > li > a { padding-inline: 7px; font-size: 12px; }
	.sfn-topic-banner { grid-template-columns: minmax(230px, .65fr) minmax(0, 1.7fr); }
	.sfn-topic-banner-intro { padding-inline: 30px; }
	.sfn-topic-banner-links a { padding-inline: 15px; }
}

@media (max-width: 980px) {
	.sfn-container,
	.sfn-header-inner,
	.sfn-search form,
	.sfn-hero-inner { width: min(100% - 36px, 900px); }

	.sfn-header-inner { position: relative; display: flex; justify-content: center; min-height: 72px; }
	.sfn-brand { min-width: 0; }
	.sfn-brand-logo { width: 48px; height: 48px; }
	.sfn-brand > span { display: none; }
	.sfn-menu-toggle { position: absolute; left: 0; display: block; }
	.sfn-tools { position: absolute; right: 0; }
	.sfn-top-socials { display: none; }

	.sfn-nav {
		position: fixed;
		top: 72px;
		right: 0;
		left: 0;
		z-index: 999;
		display: none;
		overflow-y: auto;
		max-height: calc(100vh - 72px);
		padding: 15px 18px 28px;
		background: #fff;
		border-top: 1px solid var(--sfn-line);
		box-shadow: 0 18px 40px rgba(3, 24, 39, 0.14);
	}

	.admin-bar .sfn-nav { top: 104px; max-height: calc(100vh - 104px); }
	.sfn-menu-open .sfn-nav { display: block; }
	.sfn-nav-list { display: block; }
	.sfn-nav-list > li { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--sfn-line); }
	.sfn-nav-list > li > a { min-height: 50px; padding-inline: 4px; font-size: 14px; }
	.sfn-nav-list > li > a::after { display: none; }
	.sfn-submenu-toggle { display: grid; place-items: center; align-self: center; }

	.sfn-submenu,
	.sfn-nav-list .sub-menu {
		position: static;
		display: none;
		grid-column: 1 / -1;
		min-width: 0;
		padding: 0 12px 10px !important;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.sfn-nav-list > li.is-open > .sfn-submenu,
	.sfn-nav-list > li.is-open > .sub-menu { display: block; }
	.sfn-submenu::before,
	.sfn-nav-list .sub-menu::before { display: none; }

	.sfn-hero,
	.sfn-hero-inner { min-height: 560px; }
	.sfn-hero-copy { width: min(520px, 60%); }
	.sfn-hero h1 { font-size: 52px; }
	.sfn-description { font-size: 16px; }
	.sfn-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sfn-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sfn-path-card { min-height: 270px; }
	.sfn-path-card:nth-child(2) { border-left: 0; }
	.sfn-path-card:nth-child(n + 3) { border-top-width: 4px; border-bottom: 0; }
	.sfn-dossier-card { grid-template-columns: 1fr minmax(280px, 0.6fr); }
	.sfn-dossier-copy { padding: 42px 36px; }
	.sfn-footer-grid { grid-template-columns: 1.4fr repeat(2, 0.7fr); }
	.sfn-footer-social { grid-column: 2 / -1; }
}

@media (max-width: 780px) {
	.sfn-hero-shade { background: linear-gradient(90deg, rgba(3, 24, 39, 0.5), rgba(3, 24, 39, 0.9) 55%, var(--sfn-deep)); }
	.sfn-hero-copy { width: 68%; }
	.sfn-section { padding-block: 62px; }
	.sfn-heading,
	.sfn-contact-inner { align-items: flex-start; flex-direction: column; }
	.sfn-heading { display: flex; gap: 18px; }
	.sfn-heading h2 { font-size: 27px; }
	.sfn-heading-tabs .sfn-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
	.sfn-post-grid { grid-template-columns: 1fr; }
	.sfn-card-body h3,
	.sfn-card-body > p { min-height: 0; }
	.sfn-dossier { padding-block: 54px; }
	.sfn-dossier-card { grid-template-columns: 1fr; }
	.sfn-dossier-copy { min-height: 360px; padding: 36px 25px; }
	.sfn-dossier-copy h2 { font-size: 28px; }
	.sfn-dossier-media { min-height: 260px; }
	.sfn-topic-banner { grid-template-columns: 1fr; }
	.sfn-topic-banner-intro { min-height: 0; padding: 32px; border-bottom: 1px solid rgba(255, 255, 255, .13); border-left: 0; }
	.sfn-topic-banner-links { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.sfn-contact-inner { display: flex; }
	.sfn-contact h2 { font-size: 21px; }
	.sfn-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sfn-footer-identity { grid-column: 1 / -1; }
	.sfn-footer-social { grid-column: auto; }
}

@media (max-width: 620px) {
	.admin-bar .sfn-header { top: 46px; }
	.admin-bar .sfn-nav { top: 118px; max-height: calc(100vh - 118px); }
	.sfn-container,
	.sfn-header-inner,
	.sfn-search form,
	.sfn-hero-inner { width: min(100% - 28px, 580px); }

	.sfn-hero,
	.sfn-hero-inner { min-height: 600px; }
	.sfn-hero-background { object-position: 34% top; }
	.sfn-hero-shade { background: linear-gradient(180deg, rgba(3, 24, 39, 0.48), rgba(3, 24, 39, 0.92) 64%, var(--sfn-deep)); }
	.sfn-hero-inner { align-items: flex-end; }
	.sfn-hero-copy { width: 100%; padding-block: 56px 48px; }
	.sfn-eyebrow { font-size: 15px; }
	.sfn-hero h1 { margin-bottom: 15px; font-size: 42px; }
	.sfn-description { margin-bottom: 24px; font-size: 15px; line-height: 2; }
	.sfn-hero .sfn-actions .sfn-button,
	.sfn-dossier .sfn-actions .sfn-button,
	.sfn-contact .sfn-actions .sfn-button { width: 100%; }
	.sfn-path-grid { grid-template-columns: 1fr; }
	.sfn-path-card { min-height: 0; }
	.sfn-path-card { border-left: 0; border-bottom: 1px solid var(--sfn-line); }
	.sfn-path-card:last-child { border-bottom: 0; }
	.sfn-topic-banner-links { grid-template-columns: 1fr; }
	.sfn-topic-banner-links a {
		display: grid;
		grid-template-columns: 30px minmax(0, 1fr) auto;
		align-items: center;
		gap: 11px;
		padding: 18px 22px;
		border-bottom: 1px solid rgba(255, 255, 255, .11);
		border-left: 0;
	}
	.sfn-topic-banner-links a:last-child { border-bottom: 0; }
	.sfn-footer-grid { display: flex; flex-direction: column; gap: 30px; }
	.sfn-footer-column { width: 100%; }
	.sfn-copyright { line-height: 1.9; }
}

@media (prefers-reduced-motion: reduce) {
	.sfn-home *,
	.sfn-home *::before,
	.sfn-home *::after,
	.sfn-single *,
	.sfn-single *::before,
	.sfn-single *::after,
	.sfn-about *,
	.sfn-about *::before,
	.sfn-about *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
