/*
 * Windsor Film Society Site
 * Public styles, version 1.6.0.
 */

:root {
	--wfs-accent: #b54a32;
	--wfs-dark: #22282c;
	--wfs-light: #f7f3ec;
	--wfs-paper: #ffffff;
	--wfs-muted: #646a6d;
	--wfs-line: rgba(34, 40, 44, 0.16);
	--wfs-soft-accent: #f1e3dc;
	--wfs-shadow: 0 18px 55px rgba(34, 40, 44, 0.10);
	--wfs-radius: 22px;
	--wfs-radius-small: 13px;
	--wfs-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.wfs-full-site {
	margin: 0 !important;
	background: var(--wfs-light) !important;
	color: var(--wfs-dark) !important;
	font-family: var(--wfs-font) !important;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.wfs-full-site *,
body.wfs-full-site *::before,
body.wfs-full-site *::after {
	box-sizing: border-box;
}

body.wfs-full-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.wfs-full-site a {
	color: inherit;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.18em;
}

body.wfs-full-site button,
body.wfs-full-site input,
body.wfs-full-site textarea,
body.wfs-full-site select {
	font: inherit;
}

.wfs-shell {
	width: min(1160px, calc(100% - 48px));
	margin-inline: auto;
}

.wfs-skip-link {
	position: fixed;
	z-index: 100000;
	top: 12px;
	left: 12px;
	padding: 11px 16px;
	border-radius: 8px;
	background: var(--wfs-dark);
	color: #fff !important;
	transform: translateY(-160%);
	transition: transform 160ms ease;
}

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

.wfs-site-header {
	position: sticky;
	z-index: 999;
	top: 0;
	border-bottom: 1px solid var(--wfs-line);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

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

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

.wfs-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--wfs-dark);
	font-size: 0.94rem;
	font-weight: 750;
	letter-spacing: -0.01em;
	line-height: 1.15;
	text-decoration: none;
}

.wfs-brand-mark {
	position: relative;
	display: inline-grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--wfs-accent);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}


.wfs-brand-mark i {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
}

.wfs-brand-mark i:nth-child(1) {
	top: 8px;
	left: 15px;
}

.wfs-brand-mark i:nth-child(2) {
	right: 8px;
	bottom: 10px;
}

.wfs-brand-mark i:nth-child(3) {
	bottom: 10px;
	left: 8px;
}

.wfs-logo {
	width: auto;
	max-width: 190px;
	max-height: 46px;
}

.wfs-primary-navigation {
	display: flex;
	align-items: center;
	gap: 18px;
}

.wfs-nav-list,
.wfs-primary-navigation ul {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: 25px;
	list-style: none;
}

.wfs-primary-navigation a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: var(--wfs-dark);
	font-size: 0.91rem;
	font-weight: 650;
	text-decoration: none;
}

.wfs-primary-navigation a::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 2px;
	background: var(--wfs-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.wfs-primary-navigation a:hover::after,
.wfs-primary-navigation a:focus-visible::after,
.wfs-primary-navigation .current-menu-item > a::after,
.wfs-primary-navigation .current_page_item > a::after {
	transform: scaleX(1);
}


.wfs-nav-socials {
	display: flex;
	padding-left: 17px;
	align-items: center;
	gap: 8px;
	border-left: 1px solid var(--wfs-line);
}

.wfs-primary-navigation .wfs-social-link {
	display: inline-grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--wfs-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	color: var(--wfs-dark);
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.wfs-primary-navigation .wfs-social-link::after {
	display: none;
}

.wfs-primary-navigation .wfs-social-link:hover,
.wfs-primary-navigation .wfs-social-link:focus-visible {
	border-color: var(--wfs-accent);
	background: var(--wfs-accent);
	color: #fff;
	transform: translateY(-2px);
}

.wfs-social-link svg {
	width: 17px;
	height: 17px;
}

.wfs-social-instagram svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.wfs-social-facebook svg {
	fill: currentColor;
}

.wfs-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--wfs-line);
	border-radius: 50%;
	background: #fff;
	color: var(--wfs-dark);
	cursor: pointer;
}


.wfs-menu-toggle > span:first-child {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wfs-menu-lines,
.wfs-menu-lines::before,
.wfs-menu-lines::after {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	content: "";
	transition: transform 160ms ease, opacity 160ms ease;
}

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

.wfs-menu-lines::before {
	position: absolute;
	top: -6px;
	left: 0;
}

.wfs-menu-lines::after {
	position: absolute;
	top: 6px;
	left: 0;
}

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

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

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

.wfs-main {
	overflow: hidden;
}

.wfs-home-hero,
.wfs-page-hero {
	padding: clamp(72px, 10vw, 132px) 0;
	background:
		radial-gradient(circle at 92% 12%, rgba(181, 74, 50, 0.12), transparent 31rem),
		var(--wfs-light);
}

.wfs-home-hero-full {
	position: relative;
	display: flex;
	min-height: clamp(610px, 78vh, 820px);
	padding: clamp(52px, 7vw, 86px) 0;
	align-items: flex-end;
	overflow: hidden;
	background: var(--wfs-light);
}

.wfs-hero-full-media {
	position: absolute;
	inset: 0;
}

.wfs-hero-full-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(34, 40, 44, 0.02) 45%, rgba(34, 40, 44, 0.24) 100%);
	content: "";
	pointer-events: none;
}

.wfs-hero-full-media .wfs-cover-image {
	position: absolute;
	top: -13%;
	right: 0;
	left: 0;
	width: 100%;
	height: 126%;
	object-fit: cover;
	object-position: center;
	transform: translate3d(0, var(--wfs-parallax-y, 0px), 0) scale(1.025);
	will-change: transform;
	backface-visibility: hidden;
}

.wfs-hero-full-content {
	position: relative;
	z-index: 1;
}

.wfs-home-hero-full .wfs-hero-copy {
	max-width: 790px;
	padding: clamp(28px, 4vw, 50px);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--wfs-radius);
	background: rgba(247, 243, 236, 0.74);
	box-shadow: 0 22px 60px rgba(34, 40, 44, 0.18);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.wfs-home-hero-full .wfs-hero-copy h1 {
	font-size: clamp(3rem, 6.5vw, 6rem);
}


.wfs-hero-grid,
.wfs-page-hero-grid,
.wfs-photo-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
	align-items: center;
	gap: clamp(44px, 7vw, 100px);
}

.wfs-eyebrow {
	margin: 0 0 18px;
	color: var(--wfs-accent);
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.wfs-hero-copy h1,
.wfs-page-hero h1 {
	max-width: 900px;
	margin: 0;
	color: var(--wfs-dark);
	font-family: var(--wfs-font);
	font-size: clamp(3.1rem, 7vw, 6.35rem);
	font-stretch: normal;
	font-weight: 760;
	letter-spacing: -0.058em;
	line-height: 0.99;
	text-wrap: balance;
}

.wfs-page-hero h1 {
	font-size: clamp(2.9rem, 6vw, 5.65rem);
}

.wfs-lead {
	max-width: 700px;
	margin: 28px 0 0;
	color: #474d50;
	font-size: clamp(1.12rem, 1.8vw, 1.36rem);
	line-height: 1.55;
}

.wfs-actions {
	display: flex;
	margin-top: 34px;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 21px;
}

.wfs-button {
	display: inline-flex;
	min-height: 49px;
	padding: 12px 22px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--wfs-accent);
	border-radius: 999px;
	background: var(--wfs-accent);
	color: #fff !important;
	font-size: 0.91rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wfs-button:hover,
.wfs-button:focus-visible {
	background: var(--wfs-dark);
	border-color: var(--wfs-dark);
	box-shadow: 0 12px 24px rgba(34, 40, 44, 0.14);
	transform: translateY(-2px);
}

.wfs-button-small {
	min-height: 42px;
	padding: 10px 17px;
	font-size: 0.82rem;
}

.wfs-text-link {
	color: var(--wfs-dark);
	font-size: 0.92rem;
	font-weight: 750;
}

.wfs-text-link:hover,
.wfs-text-link:focus-visible {
	color: var(--wfs-accent);
}

.wfs-legal-line {
	margin: 24px 0 0;
	color: var(--wfs-muted);
	font-size: 0.86rem;
}

.wfs-hero-visual,
.wfs-page-photo,
.wfs-photo-card {
	position: relative;
	margin: 0;
}

.wfs-cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wfs-hero-visual .wfs-cover-image,
.wfs-page-photo .wfs-cover-image {
	aspect-ratio: 4 / 3;
	border-radius: var(--wfs-radius);
	box-shadow: var(--wfs-shadow);
}

.wfs-photo-card .wfs-cover-image {
	aspect-ratio: 16 / 11;
	border-radius: var(--wfs-radius);
}

.wfs-hero-visual figcaption,
.wfs-page-photo figcaption,
.wfs-photo-card figcaption {
	margin-top: 10px;
	color: var(--wfs-muted);
	font-size: 0.72rem;
	line-height: 1.4;
}

.wfs-hero-visual figcaption a,
.wfs-page-photo figcaption a,
.wfs-photo-card figcaption a {
	color: inherit;
}

.wfs-stat-strip {
	border-block: 1px solid var(--wfs-line);
	background: #fff;
}

.wfs-stat-grid {
	display: grid;
	min-height: 148px;
	grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1.6fr);
	align-items: center;
	gap: 42px;
}

.wfs-stat-number {
	color: var(--wfs-accent);
	font-size: clamp(3.2rem, 6vw, 5.4rem);
	font-weight: 780;
	letter-spacing: -0.055em;
	line-height: 1;
}

.wfs-stat-copy {
	max-width: 760px;
	margin: 0;
	color: var(--wfs-dark);
	font-size: clamp(1.08rem, 1.7vw, 1.28rem);
	font-weight: 600;
	line-height: 1.45;
}

.wfs-section {
	padding: clamp(72px, 9vw, 120px) 0;
}

.wfs-section-white {
	background: #fff;
}

.wfs-section-intro {
	max-width: 760px;
	margin-bottom: 48px;
}

.wfs-section h2,
.wfs-contact-card h2,
.wfs-single-copy h1 {
	margin: 0;
	color: var(--wfs-dark);
	font-size: clamp(2.25rem, 4.8vw, 4.5rem);
	font-weight: 740;
	letter-spacing: -0.045em;
	line-height: 1.03;
	text-wrap: balance;
}

.wfs-section-intro > p:not(.wfs-eyebrow),
.wfs-section-heading-row > div > p:not(.wfs-eyebrow) {
	max-width: 700px;
	margin: 19px 0 0;
	color: var(--wfs-muted);
	font-size: 1.05rem;
}

.wfs-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.wfs-feature-card,
.wfs-screening-card {
	border: 1px solid var(--wfs-line);
	border-radius: var(--wfs-radius);
	background: #fff;
	box-shadow: 0 8px 24px rgba(34, 40, 44, 0.04);
	overflow: hidden;
}

.wfs-feature-card {
	padding: clamp(25px, 3vw, 37px);
}

.wfs-card-number {
	display: inline-grid;
	width: 34px;
	height: 34px;
	margin-bottom: 50px;
	place-items: center;
	border-radius: 50%;
	background: var(--wfs-soft-accent);
	color: var(--wfs-accent);
	font-size: 0.76rem;
	font-weight: 800;
}

.wfs-feature-card h3,
.wfs-screening-content h3,
.wfs-opportunity-card h2,
.wfs-opportunity-card h3 {
	margin: 0;
	color: var(--wfs-dark);
	font-size: clamp(1.36rem, 2.2vw, 1.9rem);
	font-weight: 730;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.wfs-feature-card p {
	margin: 14px 0 0;
	color: var(--wfs-muted);
}

.wfs-photo-story {
	background: var(--wfs-light);
}

.wfs-photo-story-grid {
	align-items: stretch;
}

.wfs-photo-story .wfs-rich-copy {
	align-self: center;
}

.wfs-rich-copy p,
.wfs-single-copy p,
.wfs-editor-content {
	color: #4f5558;
}

.wfs-rich-copy p:first-of-type {
	font-size: 1.13rem;
}

.wfs-opportunity-card {
	padding: clamp(33px, 5vw, 58px);
	border: 1px solid rgba(181, 74, 50, 0.24);
	border-radius: var(--wfs-radius);
	background: var(--wfs-soft-accent);
}

.wfs-opportunity-card-large {
	max-width: 900px;
	margin-inline: auto;
}

.wfs-opportunity-card p {
	max-width: 760px;
	margin: 16px 0 0;
	color: #4d4b4a;
	font-size: 1.03rem;
}

.wfs-opportunity-card .wfs-actions {
	margin-top: 26px;
}

.wfs-section-heading-row {
	display: flex;
	margin-bottom: 40px;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
}

.wfs-page-hero-simple .wfs-page-hero-grid {
	grid-template-columns: minmax(0, 860px);
}

.wfs-copy-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	gap: clamp(50px, 8vw, 110px);
}

.wfs-copy-grid .wfs-rich-copy {
	font-size: 1.05rem;
}

.wfs-mission {
	align-self: start;
	padding: 30px;
	border-top: 4px solid var(--wfs-accent);
	background: #fff;
	box-shadow: 0 10px 30px rgba(34, 40, 44, 0.06);
}

.wfs-mission h2 {
	font-size: 1.8rem;
	letter-spacing: -0.03em;
}

.wfs-mission p {
	margin-bottom: 0;
}

.wfs-screening-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 23px;
}

.wfs-screening-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.wfs-screening-image {
	display: block;
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e8e4dd;
}

.wfs-screening-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.wfs-screening-card:hover .wfs-screening-image img {
	transform: scale(1.025);
}

.wfs-screening-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		linear-gradient(145deg, rgba(181, 74, 50, 0.14), transparent 56%),
		#e7e1d8;
	color: var(--wfs-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wfs-screening-content {
	display: flex;
	padding: 24px;
	flex: 1;
	flex-direction: column;
}

.wfs-date {
	margin: 0 0 10px;
	color: var(--wfs-accent);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.wfs-screening-content h3 a {
	color: inherit;
	text-decoration: none;
}

.wfs-screening-content h3 a:hover,
.wfs-screening-content h3 a:focus-visible {
	color: var(--wfs-accent);
}

.wfs-venue {
	margin: 12px 0 0;
	color: var(--wfs-muted);
	font-size: 0.88rem;
	font-weight: 650;
}

.wfs-excerpt {
	margin: 14px 0 0;
	color: #5f6568;
	font-size: 0.93rem;
	line-height: 1.55;
}

.wfs-card-actions {
	display: flex;
	margin-top: auto;
	padding-top: 21px;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 17px;
}

.wfs-screenings.is-compact .wfs-screening-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wfs-empty {
	padding: 35px;
	border: 1px dashed var(--wfs-line);
	border-radius: var(--wfs-radius-small);
	background: rgba(255, 255, 255, 0.62);
	color: var(--wfs-muted);
}

.wfs-single-copy {
	max-width: 820px;
	padding-block: clamp(68px, 9vw, 115px);
}

.wfs-single-copy h1 {
	margin-bottom: 22px;
}

.wfs-single-copy .wfs-page-photo {
	margin: 36px 0;
}

.wfs-contact-card {
	padding-top: clamp(74px, 10vw, 120px);
	padding-bottom: clamp(74px, 10vw, 120px);
}

.wfs-contact-card > p {
	max-width: 680px;
	margin: 21px 0 0;
	color: var(--wfs-muted);
	font-size: 1.08rem;
}

.wfs-editor-content {
	margin-top: 32px;
}

.wfs-editor-content > *:first-child {
	margin-top: 0;
}


.wfs-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
}

.wfs-contact-layout-form-only {
	max-width: 860px;
}

.wfs-contact-details {
	position: sticky;
	top: 116px;
}

.wfs-contact-details h2,
.wfs-contact-form-card h2 {
	margin: 0;
	color: var(--wfs-dark);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 740;
	letter-spacing: -0.04em;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.wfs-contact-details h2 a {
	text-decoration-thickness: 1px;
}

.wfs-contact-links {
	display: flex;
	margin-top: 28px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.wfs-contact-form-card {
	width: 100%;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--wfs-line);
	border-radius: var(--wfs-radius);
	background: var(--wfs-light);
	box-shadow: 0 14px 40px rgba(34, 40, 44, 0.07);
}

.wfs-contact-form {
	margin-top: 30px;
}

.wfs-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.wfs-field {
	margin-bottom: 20px;
}

.wfs-field label {
	display: block;
	margin-bottom: 8px;
	color: var(--wfs-dark);
	font-size: 0.9rem;
	font-weight: 740;
}

.wfs-field input,
.wfs-field textarea {
	width: 100%;
	border: 1px solid rgba(34, 40, 44, 0.28);
	border-radius: 10px;
	background: #fff;
	color: var(--wfs-dark);
}

.wfs-field input {
	min-height: 49px;
	padding: 10px 13px;
}

.wfs-field textarea {
	min-height: 170px;
	padding: 13px;
	resize: vertical;
}

.wfs-field input:hover,
.wfs-field textarea:hover {
	border-color: rgba(34, 40, 44, 0.46);
}

.wfs-captcha-field {
	max-width: 280px;
}

.wfs-field-help,
.wfs-form-privacy {
	margin: 8px 0 0;
	color: var(--wfs-muted);
	font-size: 0.78rem;
	line-height: 1.5;
}

.wfs-form-privacy {
	max-width: 580px;
	margin-top: 16px;
}

.wfs-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.wfs-form-notice {
	margin-bottom: 28px;
	padding: 15px 17px;
	border: 1px solid var(--wfs-line);
	border-radius: var(--wfs-radius-small);
	background: #fff;
}

.wfs-form-notice p {
	margin: 0;
}

.wfs-form-notice.is-success {
	border-color: rgba(31, 122, 78, 0.4);
	background: #eef8f2;
	color: #175d3c;
}

.wfs-form-notice.is-error {
	border-color: rgba(181, 74, 50, 0.36);
	background: var(--wfs-soft-accent);
	color: #713221;
}

.wfs-site-footer {
	padding: 68px 0 35px;
	background: var(--wfs-dark);
	color: rgba(255, 255, 255, 0.76);
}

.wfs-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.8fr);
	gap: 50px;
}

.wfs-footer-brand .wfs-brand {
	color: #fff;
}

.wfs-footer-brand p {
	max-width: 520px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.67);
}

.wfs-site-footer .wfs-nav-list,
.wfs-site-footer ul {
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 13px 22px;
	list-style: none;
}

.wfs-site-footer a {
	color: #fff;
}

.wfs-site-footer .wfs-legal-line {
	grid-column: 1 / -1;
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.78rem;
}

body.wfs-full-site :where(a, button, input, textarea, select):focus-visible {
	outline: 3px solid var(--wfs-accent);
	outline-offset: 4px;
}

@media (max-width: 980px) {
	.admin-bar .wfs-site-header {
		top: 32px;
	}

	.wfs-hero-grid,
	.wfs-page-hero-grid,
	.wfs-photo-story-grid,
	.wfs-copy-grid {
		grid-template-columns: 1fr;
	}

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

	.wfs-contact-details {
		position: static;
	}

	.wfs-hero-visual,
	.wfs-page-photo {
		max-width: 760px;
	}

	.wfs-feature-grid,
	.wfs-screening-grid,
	.wfs-screenings.is-compact .wfs-screening-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.wfs-site-footer .wfs-nav-list,
	.wfs-site-footer ul {
		justify-content: flex-start;
	}
}

@media (max-width: 782px) {
	.admin-bar .wfs-site-header {
		top: 46px;
	}

	.wfs-shell {
		width: min(100% - 34px, 1160px);
	}

	.wfs-header-inner {
		min-height: 68px;
	}

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

	.wfs-primary-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 14px 17px 22px;
		border-bottom: 1px solid var(--wfs-line);
		background: #fff;
		box-shadow: 0 18px 30px rgba(34, 40, 44, 0.08);
	}

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

	.wfs-nav-list,
	.wfs-primary-navigation ul {
		width: min(100%, 1160px);
		margin-inline: auto;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.wfs-primary-navigation li {
		border-bottom: 1px solid var(--wfs-line);
	}

	.wfs-primary-navigation li:last-child {
		border-bottom: 0;
	}

	.wfs-primary-navigation a {
		display: block;
		padding: 14px 4px;
	}

	.wfs-primary-navigation a::after {
		display: none;
	}

	.wfs-nav-socials {
		margin-top: 14px;
		padding: 16px 4px 0;
		border-top: 1px solid var(--wfs-line);
		border-left: 0;
	}

	.wfs-primary-navigation .wfs-social-link {
		display: inline-grid;
		padding: 0;
	}

	.wfs-home-hero,
	.wfs-page-hero {
		padding: 65px 0 78px;
	}

	.wfs-home-hero-full {
		min-height: 610px;
		padding: 28px 0;
	}

	.wfs-home-hero-full .wfs-hero-copy {
		padding: 26px;
	}

	.wfs-hero-copy h1,
	.wfs-page-hero h1 {
		font-size: clamp(2.8rem, 14vw, 4.7rem);
		letter-spacing: -0.05em;
	}

	.wfs-stat-grid {
		padding-block: 33px;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.wfs-feature-grid,
	.wfs-screening-grid,
	.wfs-screenings.is-compact .wfs-screening-grid {
		grid-template-columns: 1fr;
	}

	.wfs-section-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.wfs-card-number {
		margin-bottom: 34px;
	}

	.wfs-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media (max-width: 480px) {
	.admin-bar .wfs-site-header {
		top: 0;
	}

	.wfs-brand-name {
		max-width: 175px;
	}

	.wfs-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wfs-button {
		width: 100%;
	}

	.wfs-screening-content {
		padding: 21px;
	}
}

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

	.wfs-primary-navigation a::after,
	.wfs-primary-navigation .wfs-social-link,
	.wfs-menu-lines,
	.wfs-menu-lines::before,
	.wfs-menu-lines::after,
	.wfs-button,
	.wfs-screening-image img,
	.wfs-skip-link {
		transition: none !important;
	}

	.wfs-button:hover,
	.wfs-button:focus-visible,
	.wfs-screening-card:hover .wfs-screening-image img {
		transform: none;
	}

	.wfs-home-hero-full[data-wfs-parallax] .wfs-hero-full-media .wfs-cover-image {
		transform: translate3d(0, 0, 0) scale(1.025);
	}
}


/* Compact About-page press feature. */
.wfs-press-section {
	background: var(--wfs-light);
}

.wfs-press-card {
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
	border: 1px solid var(--wfs-line);
	border-radius: var(--wfs-radius);
	background: var(--wfs-paper);
	box-shadow: var(--wfs-shadow);
}

.wfs-press-media {
	min-height: 330px;
	margin: 0;
	background: #ded8cf;
}

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

.wfs-press-copy {
	align-self: center;
	padding: clamp(30px, 5vw, 64px);
}

.wfs-press-copy h2 {
	max-width: 16ch;
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: clamp(1.75rem, 3.5vw, 3rem);
	line-height: 1.05;
}

.wfs-press-copy > p {
	max-width: 58ch;
}

.wfs-press-meta {
	color: var(--wfs-muted);
	font-size: 0.92rem;
	font-weight: 700;
}

.wfs-image-credit {
	margin-top: 24px;
	color: var(--wfs-muted);
	font-size: 0.76rem;
	line-height: 1.45;
}

@media (max-width: 760px) {
	.wfs-press-card {
		grid-template-columns: 1fr;
	}

	.wfs-press-media {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.wfs-press-copy h2 {
		max-width: none;
	}
}
