:root {
	--fox-orange: #f5822b;
	--fox-green: #071d10;
	--fox-white: #fff;
	--header-h: 150px;
	--pad-x: clamp(32px, 6.2vw, 120px);
	--display: "Clash Display", "Montserrat", "Arial Black", sans-serif;
	--body: "Neo Sans Std", "Montserrat", "Trebuchet MS", Arial, sans-serif
}

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

html {
	scroll-behavior: smooth;
	scroll-snap-type: y proximity
}

body {
	margin: 0;
	background: #07130c;
	color: #fff;
	font-family: var(--body);
	overflow-x: hidden
}

body.menu-open {
	overflow: hidden
}

img,
video {
	display: block;
	max-width: 100%
}

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

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

.skip-link {
	position: fixed;
	top: -100px;
	left: 20px;
	z-index: 9999;
	background: #fff;
	color: #111;
	padding: 12px 20px
}

.skip-link:focus {
	top: 12px
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 44px 3vw 0 var(--pad-x);
	pointer-events: none;
	transition: .3s
}

.site-header.is-scrolled {
	padding-top: 18px;
	background: linear-gradient(180deg, rgba(2, 13, 7, .88), rgba(2, 13, 7, 0));
}

.brand,
.primary-navigation,
.menu-toggle {
	pointer-events: auto
}

.brand img,
.custom-logo {
	width: 180px;
	height: auto;
	object-fit: contain
}

.primary-navigation {
	padding-top: 23px
}

.fox-menu {
	display: flex;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0
}

.fox-menu a {
	display: block;
	min-width: 128px;
	padding: 10px 20px;
	border-radius: 13px;
	background: rgba(1, 25, 12, .78);
	font-size: 19px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	transition: background .25s, transform .25s
}

.fox-menu a:hover,
.fox-menu a:focus-visible,
.fox-menu a.is-active {
	background: var(--fox-orange);
	transform: translateY(-1px)
}

.menu-toggle {
	display: none;
	border: 0;
	background: rgba(1, 25, 12, .85);
	border-radius: 10px;
	width: 50px;
	height: 45px;
	padding: 11px
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	background: #fff;
	margin: 5px 0;
	transition: .25s
}

.panel {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	scroll-snap-align: start;
	isolation: isolate
}

.video-background,
.bg-video,
.video-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%
}

.video-background {
	z-index: -2;
	background: #0d2516
}

.bg-video {
	object-fit: cover
}

.bg-video-mobile {
	display: none
}

.video-overlay {
	background: linear-gradient(90deg, rgba(0, 16, 8, .42), rgba(0, 16, 8, .04) 55%, rgba(0, 16, 8, .18));
	z-index: 1
}

.orange-dot {
	display: inline-block;
	width: .54em;
	height: .54em;
	border-radius: 50%;
	background: var(--fox-orange);
	vertical-align: top;
	margin: .06em 0 0 .05em
}

.hero-copy {
	position: absolute;
	left: 6.1vw;
	top: 38%;
}

.hero h1 {
	font: 700 134px/.95 var(--display);
	letter-spacing: -.045em;
	margin: 0
}

.hero-tagline {
	font-size: 48px;
	line-height: 1;
	margin: 34px 0 23px 8vw
}

.hero-tagline strong {
	color: var(--fox-orange)
}

.hero-values {
	display: flex;
	gap: 38px;
	margin: 0 0 0 4vw;
	font-size: 27px
}

.hero-values span::before {
	content: "• ";
}

.hero-signoff {
	position: absolute;
	bottom: 5.5%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 43px;
	white-space: nowrap;
	margin: 0
}

.section-heading {
	position: absolute;
	left: 6.1vw;
	top: 21.5%;
	right: 5vw
}

.section-heading h2,
.about-copy>h2,
.contact-copy>h2 {
	font: 700 80px/.95 var(--display);
	letter-spacing: -.035em;
	margin: 0 0 18px
}

.section-heading p {
	font-size: 18px;
	line-height: 1.14;
	margin: 0;
	max-width: 1450px
}

.services .video-overlay {
	background: rgba(3, 20, 10, .48)
}

.service-grid {
	position: absolute;
	left: 5.6vw;
	right: 4.7vw;
	bottom: 11.5%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3.4vw
}

.service-card {
	position: relative;
	min-height: 255px;
	padding: 22px 15px 15px 52px;
	border: 1px solid transparent;
	border-radius: 14px
}

.service-card.is-active {
	border-color: #fff;
	background: rgba(255, 255, 255, .05)
}

.service-card .service-number {
	position: absolute;
	left: 4px;
	top: 13px;
	color: var(--fox-orange);
	font: 700 105px/.8 var(--display)
}

.service-card h3 {
	position: relative;
	margin: 0 0 23px;
	font: 700 41px/1.04 var(--display);
	padding-left: 48px;
	min-height: 75px
}

.service-card p {
	font-size: 19px;
	line-height: 1.18;
	margin: 0
}

.clients .section-heading {
	top: 45%;
}

.clients .section-heading h2 {
	font-size: 86px
}

.clients .section-heading p {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2
}

.client-carousel {
	position: absolute;
	left: 4vw;
	right: 3vw;
	bottom: 13%;
	display: flex;
	align-items: center;
	gap: 25px
}

.client-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(205px, 1fr);
	gap: 20px;
	overflow: hidden;
	flex: 1
}

.client-card {
	height: 210px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(0, 37, 17, .86);
	border-radius: 70px 0 70px 0
}

.client-card img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.carousel-arrow {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: transparent;
	color: var(--fox-orange);
	font-size: 23px;
	cursor: pointer
}

.branding .section-heading {
	top: 32%
}

.branding .client-carousel {
	bottom: 28%
}

.branding .video-overlay,
.about .video-overlay,
.contact .video-overlay {
	background: rgba(0, 31, 15, .2)
}

.about-layout,
.contact-layout {
	position: absolute;
	inset: 18.5% 8.2% 9%;
	display: grid;
	grid-template-columns: 36% 1fr;
	gap: 4vw;
	align-items: center
}

.about-media {
	position: relative;
	height: 100%;
	max-height: 680px;
	border-radius: 32px;
	overflow: hidden
}

.about-media video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.about-play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 98px;
	height: 98px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font-size: 35px;
	cursor: pointer
}

.about-copy>h2 {
	font-size: 100px
}

.about-intro {
	font-size: 30px;
	line-height: 1.48;
	margin: 20px 0 48px
}

.about-point {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	margin-top: 28px
}

.about-point>i {
	font-size: 36px;
	color: var(--fox-orange)
}

.about-point h3 {
	font: 700 38px/1 var(--display);
	margin: 0 0 8px
}

.about-point p {
	font-size: 27px;
	line-height: 1.23;
	margin: 0
}

.contact-layout {
	grid-template-columns: 45% 1fr;
	gap: 3.5vw;
	inset: 26% 8.2% 17%
}

.contact-map {
	height: 100%;
	border-radius: 34px;
	overflow: hidden
}

.contact-map img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.contact-copy>h2 {
	font-size: 92px
}

.contact-lead {
	font-size: 52px;
	line-height: 1.1;
	margin: 16px 0 42px
}

.contact-copy ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.contact-copy li {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 23px 0;
	font-size: 36px;
	font-weight: 600
}

.contact-copy li i {
	width: 38px;
	text-align: center;
	color: var(--fox-orange)
}

.contact-social,
.footer-social {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 40px;
	font-weight: 300
}

.social-links {
	display: flex;
	gap: 24px
}

.social-links a {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--fox-orange);
	font-size: 28px;
	transition: transform .2s
}

.social-links a:hover,
.social-links a:focus-visible {
	transform: scale(1.08)
}

.site-footer {
	position: relative;
	min-height: 354px;
	display: grid;
	grid-template-columns: 250px 1fr 600px;
	gap: 85px;
	align-items: center;
	padding: 40px 4.2vw;
	background: #24282b url(../images/footer-bg.png) right center/auto 100% no-repeat;
	color: #fff
}

.footer-nav {
	display: flex;
	flex-direction: column;
	gap: 24px;
	border-right: 2px solid #fff;
	padding-right: 45px;
	font-size: 21px;
	font-weight: 300
}

.footer-about img {
	width: 205px;
	height: auto
}

.footer-about p {
	font-size: 13px;
	line-height: 1.75;
	font-weight: 600
}

.footer-about strong {
	color: var(--fox-orange);
	font-size: 17px
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 20px
}

.footer-contact h2 {
	margin: 0 0 8px;
	color: var(--fox-orange);
	font-weight: 500
}

.footer-contact>a,
.footer-contact>span {
	display: flex;
	gap: 14px;
	align-items: center
}

.footer-contact i {
	color: var(--fox-orange);
	width: 20px
}

.footer-social {
	font-size: 22px;
	gap: 16px
}

.footer-social .social-links {
	gap: 14px
}

.footer-social .social-links a {
	width: 35px;
	height: 35px;
	font-size: 16px
}

.footer-social .social-links i {
	color: #fff;
	width: auto
}

.whatsapp {
	position: absolute;
	right: 2.5%;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #26c943;
	font-size: 52px
}

.whatsapp i {
	color: #fff
}

.content-page {
	min-height: 70vh;
	padding: 190px 8vw 80px;
	background: #0b2515
}

.content-wrap {
	max-width: 1000px;
	margin: auto
}

.content-wrap h1 {
	font: 700 80px/1 var(--display)
}

.content-wrap p {
	font-size: 20px;
	line-height: 1.65
}

.button {
	display: inline-block;
	background: var(--fox-orange);
	padding: 12px 22px;
	border-radius: 12px
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .7s ease, transform .7s ease
}

.reveal.is-visible {
	opacity: 1;
	transform: none
}

@media(max-width:1199px) {
	:root {
		--header-h: 110px
	}

	.site-header {
		padding-top: 24px
	}

	.brand img,
	.custom-logo {
		width: 145px
	}

	.fox-menu a {
		min-width: 105px;
		font-size: 15px;
		padding: 9px 13px
	}

	.section-heading {
		top: 20%
	}

	.service-grid {
		gap: 10px;
		left: 4%;
		right: 4%
	}

	.service-card {
		padding-left: 40px
	}

	.service-card .service-number {
		font-size: 75px
	}

	.service-card h3 {
		padding-left: 33px;
		font-size: 28px
	}

	.client-card {
		height: 175px;
		padding: 22px
	}

	.about-layout {
		inset: 17% 5% 8%;
		grid-template-columns: 38% 1fr
	}

	.about-intro {
		margin-bottom: 25px
	}

	.contact-layout {
		inset: 23% 6% 13%
	}

	.site-footer {
		grid-template-columns: 200px 1fr 420px;
		gap: 35px
	}

	.whatsapp {
		width: 60px;
		height: 60px;
		font-size: 40px
	}
}

@media(max-width:991px) {
	html {
		scroll-snap-type: none
	}

	.site-header {
		align-items: flex-start
	}

	.menu-toggle {
		display: block;
		margin-top: 10px
	}

	.primary-navigation {
		position: fixed;
		inset: 0;
		display: grid;
		place-items: center;
		background: rgba(2, 17, 9, .96);
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		padding: 90px 25px
	}

	.menu-open .primary-navigation {
		opacity: 1;
		visibility: visible
	}

	.fox-menu {
		flex-direction: column;
		width: min(100%, 420px);
		gap: 12px
	}

	.fox-menu a {
		font-size: 22px;
		padding: 16px
	}

	.menu-open .menu-toggle {
		position: fixed;
		right: 25px;
		top: 24px;
		z-index: 2
	}

	.menu-open .menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg)
	}

	.menu-open .menu-toggle span:nth-child(2) {
		opacity: 0
	}

	.menu-open .menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg)
	}

	.hero-copy {
		top: 37%;
		left: 6vw
	}

	.hero h1 {
		font-size: 100px
	}

	.hero-tagline {
		margin-left: 0
	}

	.hero-values {
		margin-left: 0;
		flex-wrap: wrap;
		gap: 10px 25px
	}

	.section-heading {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		padding: 150px 6vw 30px
	}

	.service-grid {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 0 6vw 70px;
		grid-template-columns: repeat(2, 1fr)
	}

	.services {
		height: auto;
		min-height: 100svh
	}

	.services .video-background {
		position: fixed
	}

	.clients .section-heading {
		top: auto
	}

	.client-carousel {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 35px 5vw 80px
	}

	.clients,
	.branding {
		min-height: 850px
	}

	.branding .section-heading {
		top: auto
	}

	.branding .client-carousel {
		bottom: auto
	}

	.client-track {
		grid-auto-columns: 260px;
		overflow-x: auto;
		scrollbar-width: none
	}

	.about {
		height: auto
	}

	.about-layout,
	.contact-layout {
		position: relative;
		inset: auto;
		display: grid;
		grid-template-columns: 1fr;
		padding: 150px 7vw 80px
	}

	.about-media {
		height: 560px;
		order: 2
	}

	.about-copy {
		order: 1
	}

	.contact-layout {
		padding-top: 170px
	}

	.contact-map {
		height: 500px;
		order: 2
	}

	.contact-copy {
		order: 1
	}

	.site-footer {
		grid-template-columns: 1fr 1.5fr;
		padding: 50px 6vw
	}

	.footer-nav {
		display: none
	}

	.footer-contact {
		grid-column: 2
	}

	.whatsapp {
		right: 4%;
		top: auto;
		bottom: 25px
	}

	.bg-video-desktop {
		display: none
	}

	.bg-video-mobile {
		display: block
	}
}

@media(max-width:575px) {
	:root {
		--pad-x: 20px
	}

	.site-header {
		padding: 16px 18px 0
	}

	.brand img,
	.custom-logo {
		width: 120px
	}

	.hero-copy {
		left: 22px;
		right: 20px;
		top: 39%
	}

	.hero h1 {
		font-size: 52px;
		white-space: nowrap
	}

	.hero-tagline {
		font-size: 25px;
		line-height: 1.15;
		margin-top: 24px
	}

	.hero-values {
		display: block;
		font-size: 16px
	}

	.hero-values span {
		display: block;
		margin: 8px 0
	}

	.hero-signoff {
		font-size: 23px;
		bottom: 6%
	}

	.section-heading {
		padding: 130px 22px 20px
	}

	.section-heading h2,
	.about-copy>h2,
	.contact-copy>h2 {
		font-size: 48px
	}

	.section-heading p br {
		display: none
	}

	.service-grid {
		grid-template-columns: 1fr;
		padding: 10px 20px 55px
	}

	.service-card {
		min-height: 205px
	}

	.service-card h3 {
		font-size: 31px
	}

	.service-card p {
		font-size: 16px
	}

	.clients,
	.branding {
		min-height: 780px
	}

	.clients .section-heading h2 {
		font-size: 47px
	}

	.clients .section-heading p {
		font-size: 17px
	}

	.client-carousel {
		margin: 20px 12px 60px;
		gap: 8px
	}

	.client-track {
		grid-auto-columns: 220px;
		gap: 12px
	}

	.client-card {
		height: 165px
	}

	.carousel-arrow {
		flex-basis: 36px;
		width: 36px;
		height: 36px
	}

	.branding .section-heading p {
		font-size: 14px
	}

	.about-layout,
	.contact-layout {
		padding: 130px 20px 55px
	}

	.about-media {
		height: 430px;
		border-radius: 22px
	}

	.about-copy>h2 {
		font-size: 55px
	}

	.about-intro {
		font-size: 17px;
		line-height: 1.4
	}

	.about-point {
		grid-template-columns: 28px 1fr;
		gap: 11px
	}

	.about-point>i {
		font-size: 25px
	}

	.about-point h3 {
		font-size: 25px
	}

	.about-point p {
		font-size: 16px
	}

	.contact-layout {
		padding-top: 145px
	}

	.contact-copy>h2 {
		font-size: 50px
	}

	.contact-lead {
		font-size: 28px;
		margin: 15px 0 30px
	}

	.contact-copy li {
		font-size: 17px;
		gap: 8px;
		margin: 18px 0
	}

	.contact-copy li i {
		width: 25px
	}

	.contact-social {
		display: block;
		font-size: 27px
	}

	.contact-social .social-links {
		margin-top: 15px
	}

	.social-links {
		gap: 14px
	}

	.social-links a {
		width: 48px;
		height: 48px;
		font-size: 22px
	}

	.contact-map {
		height: 330px
	}

	.site-footer {
		display: block;
		padding: 38px 22px 105px;
		text-align: center
	}

	.footer-about img {
		margin: auto
	}

	.footer-about p {
		font-size: 12px
	}

	.footer-contact {
		align-items: center;
		margin-top: 30px;
		font-size: 15px
	}

	.footer-social {
		display: block
	}

	.footer-social .social-links {
		justify-content: center;
		margin-top: 12px
	}

	.whatsapp {
		right: 22px;
		bottom: 22px
	}

	.content-page {
		padding: 130px 20px 60px
	}
}

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

	.reveal {
		opacity: 1;
		transform: none;
		transition: none
	}

	.bg-video {
		display: none
	}
}

/* Critical first-paint visibility and mobile menu stacking. */
.hero .reveal {
	opacity: 1;
	transform: none
}

@media(max-width:991px) {
	.menu-toggle {
		position: relative;
		z-index: 3
	}
}

/* Responsive, slider, blog, audio, and rendering refinements. */
.panel:not(.hero) {
	content-visibility: auto;
	contain-intrinsic-size: 100svh 1080px
}

.client-viewport {
	flex: 1;
	min-width: 0;
	overflow: hidden
}

.client-track {
	--card-gap: 20px;
	--visible-cards: 6;
	--slide-step: calc((100% + var(--card-gap))/var(--visible-cards));
	display: flex;
	gap: var(--card-gap);
	width: 100%;
	overflow: visible;
	will-change: transform;
	touch-action: pan-y
}

.client-track.is-moving {
	transition: transform .52s cubic-bezier(.22, .61, .36, 1)
}

.client-track .client-card {
	flex: 0 0 calc((100% - (var(--visible-cards) - 1)*var(--card-gap))/var(--visible-cards));
	min-width: 0
}

.blog .video-overlay {
	background: rgba(0, 31, 15, .38)
}

.blog .section-heading {
	top: 20%
}

.blog-grid {
	position: absolute;
	left: 6.1vw;
	right: 6.1vw;
	top: 35%;
	bottom: 9%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.2vw, 42px);
	align-items: stretch
}

.blog-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 24px;
	background: rgba(1, 29, 13, .76);
	backdrop-filter: blur(5px);
	display: grid;
	grid-template-rows: minmax(170px, 54%) 1fr
}

.blog-media {
	display: block;
	overflow: hidden
}

.blog-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease
}

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

.blog-card-copy {
	padding: clamp(18px, 1.6vw, 30px);
	display: flex;
	flex-direction: column;
	min-height: 0
}

.blog-card time {
	color: var(--fox-orange);
	font-size: 14px
}

.blog-card h3 {
	font: 700 36px/1.05 var(--display);
	margin: 9px 0
}

.blog-card p {
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 14px
}

.blog-link {
	margin-top: auto;
	color: var(--fox-orange);
	font-weight: 700;
	font-size: 14px
}

.blog-link i {
	margin-left: 7px
}

.audio-player {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 120;
	display: flex;
	gap: 8px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 999px;
	background: rgba(2, 25, 12, .84);
	backdrop-filter: blur(8px)
}

.audio-player button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--fox-orange);
	color: #fff;
	cursor: pointer;
	font-size: 16px
}

.audio-player button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px
}

@media(max-height:820px) and (min-width:992px) {
	.site-header {
		padding-top: 20px
	}

	.brand img,
	.custom-logo {
		width: 145px
	}

	.primary-navigation {
		padding-top: 12px
	}

	.hero-copy {
		top: 34%
	}

	.section-heading {
		top: 17%
	}

	.service-grid {
		bottom: 5%;
		gap: 2vw
	}

	.service-card {
		min-height: 220px
	}

	.service-card p {
		font-size: 14px
	}

	.clients .section-heading {
		top: 39%
	}

	.client-carousel {
		bottom: 7%
	}

	.branding .section-heading {
		top: 27%
	}

	.branding .client-carousel {
		bottom: 18%
	}

	.about-layout {
		inset: 15% 7% 5%
	}

	.about-intro {
		margin: 10px 0 20px
	}

	.about-point {
		margin-top: 18px
	}

	.about-point p {
		font-size: 21px
	}

	.contact-layout {
		inset: 20% 7% 9%
	}

	.contact-lead {
		margin-bottom: 22px
	}

	.contact-copy li {
		margin: 14px 0
	}

	.blog .section-heading {
		top: 17%
	}

	.blog-grid {
		top: 32%;
		bottom: 6%
	}
}

@media(max-width:991px) {
	.panel {
		overflow: hidden
	}

	.panel:not(.hero) {
		contain-intrinsic-size: 1200px
	}

	.services .video-background {
		position: absolute
	}

	.client-track {
		--card-gap: 14px
	}

	.clients,
	.branding,
	.blog {
		height: auto;
		min-height: 850px
	}

	.blog .section-heading {
		padding-bottom: 22px
	}

	.blog-grid {
		position: relative;
		inset: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 6vw 80px
	}

	.blog-card {
		min-height: 430px
	}

	.about-copy,
	.contact-copy {
		min-width: 0
	}

	.about-copy p,
	.contact-copy li,
	.section-heading p {
		overflow-wrap: anywhere
	}

	.audio-player {
		right: 16px;
		bottom: 16px
	}
}

@media(max-width:575px) {
	.hero h1 {
		font-size: 52px;
		white-space: normal
	}

	.hero-copy {
		right: 14px
	}

	.hero-signoff {
		max-width: calc(100vw - 36px);
		white-space: normal;
		width: 100%;
		text-align: center
	}

	.section-heading h2,
	.about-copy>h2,
	.contact-copy>h2 {
		font-size: 50px;
		overflow-wrap: anywhere
	}

	.service-card {
		height: auto;
		min-height: 0;
		padding-bottom: 24px
	}

	.service-card h3 {
		min-height: 0;
		margin-bottom: 16px
	}

	.clients,
	.branding,
	.blog {
		min-height: 0
	}

	.client-carousel {
		padding-bottom: 55px
	}

	.blog-grid {
		grid-template-columns: 1fr;
		padding: 0 20px 60px
	}

	.blog-card {
		min-height: 390px
	}

	.about-media {
		height: min(430px, 110vw)
	}

	.contact-map {
		height: min(330px, 85vw)
	}

	.contact-copy li {
		align-items: flex-start
	}

	.contact-social span {
		display: block
	}

	.site-footer {
		overflow-wrap: anywhere
	}

	.audio-player {
		right: 12px;
		bottom: 12px
	}

	.audio-player button {
		width: 38px;
		height: 38px
	}
}

@media(prefers-reduced-motion:reduce) {

	.client-track.is-moving,
	.blog-media img {
		transition: none
	}

	.panel:not(.hero) {
		content-visibility: visible
	}
}

/* Non-visual resilience: intrinsic media sizing, fluid content, and audio control. */
html {
	max-width: 100%;
	overflow-x: hidden
}

body {
	min-width: 0
}

.audio-player {
	align-items: center
}

.audio-volume {
	width: 82px;
	height: 28px;
	margin: 0 7px 0 2px;
	accent-color: var(--fox-orange);
	cursor: pointer
}

.content-wrap,
.content-wrap article,
.content-wrap table {
	max-width: 100%
}

.content-wrap img,
.content-wrap iframe,
.content-wrap embed {
	height: auto;
	max-width: 100%
}

.content-wrap table {
	display: block;
	overflow-x: auto;
	border-collapse: collapse
}

.content-wrap input,
.content-wrap select,
.content-wrap textarea,
.content-wrap button {
	max-width: 100%;
	font: inherit
}

.panel:not(.hero) {
	contain: layout paint style
}

.panel:not(.hero):not(.is-near-viewport) .reveal {
	will-change: auto
}

.reveal.is-visible {
	will-change: auto
}

textarea {
	resize: vertical
}

button,
input,
select,
textarea {
	min-width: 0
}

@media(max-width:575px) {
	.audio-volume {
		width: 64px
	}

	.audio-player {
		max-width: calc(100vw - 24px)
	}
}

/* Accessible Services carousel; card visuals remain unchanged. */
.service-carousel {
	position: absolute;
	left: 4.2vw;
	right: 3.5vw;
	bottom: 10%;
	display: flex;
	align-items: center;
	gap: clamp(8px, 1.2vw, 22px)
}

.service-viewport {
	min-width: 0;
	flex: 1;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
	touch-action: pan-x pan-y
}

.service-viewport::-webkit-scrollbar {
	display: none
}

.service-carousel .service-grid {
	position: static;
	display: flex;
	padding: 0;
	gap: 3.4vw
}

.service-carousel .service-card {
	flex: 0 0 calc((100% - 6.8vw)/3);
	scroll-snap-align: start;
	min-width: 0
}

.service-arrow {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(1, 25, 12, .45);
	color: var(--fox-orange);
	font-size: 23px;
	cursor: pointer
}

.service-arrow:focus-visible,
.service-viewport:focus-visible {
	outline: 3px solid var(--fox-orange);
	outline-offset: 3px
}

.client-card {
	padding: 0;
	background: #03180d
}

.client-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0
}

@media(max-width:1199px) {
	.service-carousel .service-card {
		flex-basis: calc((100% - 20px)/2)
	}

	.service-carousel .service-grid {
		gap: 20px
	}
}

@media(max-width:991px) {
	.service-carousel {
		position: relative;
		inset: auto;
		margin: 0 4vw 70px
	}

	.service-carousel .service-grid {
		padding: 0
	}

	.services .service-grid {
		grid-template-columns: none
	}

	.service-carousel .service-card {
		padding-left: 40px
	}
}

@media(max-width:575px) {
	.service-carousel {
		margin: 10px 8px 55px;
		gap: 6px
	}

	.service-carousel .service-card {
		flex-basis: 100%;
		padding-left: 40px
	}

	.service-arrow {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
		font-size: 17px
	}

	.contact-map iframe {
		min-height: 330px
	}
}

.site-footer {
	background-image: url(../images/footer-bg.webp)
}

/* Services card sizing and alignment across all supported widths. */
.service-carousel .service-grid {
	align-items: stretch
}

.service-carousel .service-card {
	height: clamp(260px, 18vw, 320px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 24px 18px 22px 48px;
	overflow: hidden
}

.service-carousel .service-card .service-number {
	top: 18px;
	font-size: 88px
}

.service-carousel .service-card h3 {
	min-height: 2.15em;
	margin: 0 0 16px;
	padding-left: 42px;
	font-size: 30px;
	line-height: 1.07
}

.service-carousel .service-card p {
	margin-top: auto;
	font-size: 16px;
	line-height: 1.3;
	overflow-wrap: anywhere
}

.service-arrow {
	display: grid;
	place-items: center;
	padding: 0;
	align-self: center
}

.service-arrow:disabled {
	opacity: .4;
	cursor: not-allowed
}

@media(max-width:1199px) {
	.service-carousel .service-card {
		height: 300px
	}

	.service-carousel .service-card h3 {
		font-size: 26px
	}

	.service-carousel .service-card p {
		font-size: 15px
	}
}

@media(max-width:575px) {
	.service-carousel .service-card {
		height: 290px;
		padding: 22px 16px 20px 40px
	}

	.service-carousel .service-card .service-number {
		font-size: 68px
	}

	.service-carousel .service-card h3 {
		padding-left: 36px;
		font-size: 24px
	}

	.service-carousel .service-card p {
		font-size: 14px;
		line-height: 1.32
	}
}

/* PDF-approved header geometry and consistent medium typography. */
.site-header {
	padding: 44px 3vw 0 3.2vw
}

.hero h1 {
	font-size: 108px
}

.hero-tagline {
	font-size: 40px
}

.hero-values {
	font-size: 20px
}

.hero-signoff {
	font-size: 32px
}

.section-heading h2,
.about-copy>h2,
.contact-copy>h2 {
	font-size: 70px
}

.section-heading p {
	font-size: 18px;
	line-height: 1.3
}

.clients .section-heading h2 {
	font-size: 72px
}

.clients .section-heading p {
	font-size: 22px
}

.about-copy>h2 {
	font-size: 76px
}

.about-intro {
	font-size: 23px
}

.about-point h3 {
	font-size: 30px
}

.about-point p {
	font-size: 19px;
	line-height: 1.4
}

.contact-copy>h2 {
	font-size: 76px
}

.contact-lead {
	font-size: 38px
}

.contact-copy li {
	font-size: 25px
}

.contact-social {
	font-size: 30px
}

.content-wrap p {
	font-size: 18px
}

.footer-nav {
	font-size: 18px
}

.footer-contact {
	font-size: 18px
}

.footer-social {
	font-size: 20px
}

.client-card {
	padding: 28px;
	background: rgba(0, 37, 17, .86)
}

.client-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center
}

.blog[hidden] {
	display: none !important
}

@media(max-width:1199px) {
	.site-header {
		padding: 24px 3vw 0
	}

	.client-card {
		padding: 22px
	}
}

/* Preserve the approved footer design; only adapt its columns on tablets. */
@media(min-width:768px) and (max-width:991px) {
	.site-footer {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 1.25fr);
		gap: 42px;
		align-items: center;
		padding: 46px 5vw 82px
	}

	.footer-about,
	.footer-contact {
		min-width: 0
	}

	.footer-about img {
		width: 180px
	}

	.footer-about p {
		font-size: 13px;
		line-height: 1.65
	}

	.footer-about strong {
		font-size: 16px
	}

	.footer-contact {
		grid-column: auto;
		font-size: 16px
	}

	.footer-contact > a,
	.footer-contact > span {
		min-width: 0;
		overflow-wrap: break-word
	}

	.footer-social {
		flex-wrap: wrap;
		font-size: 18px
	}
}

@media(min-width:576px) and (max-width:767px) {
	.site-footer {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
		min-height: 0;
		padding: 42px 7vw 90px;
		text-align: center
	}

	.footer-about img {
		width: 175px;
		margin: auto
	}

	.footer-about p {
		max-width: 520px;
		margin: 8px auto 0;
		font-size: 13px;
		line-height: 1.65
	}

	.footer-contact {
		grid-column: auto;
		align-items: center;
		font-size: 16px
	}

	.footer-social {
		font-size: 18px
	}
}

@media(max-width:575px) {
	.site-header {
		padding: 16px 18px 0
	}

	.hero h1 {
		font-size: 48px
	}

	.section-heading h2,
	.about-copy>h2,
	.contact-copy>h2,
	.clients .section-heading h2 {
		font-size: 44px
	}

	.about-intro {
		font-size: 16px
	}

	.about-point p {
		font-size: 14px
	}

	.contact-lead {
		font-size: 25px
	}

	.client-card {
		padding: 20px
	}
}

/* Static header recreated from the supplied navigation reference. */
@media(min-width:992px) {
	.site-header {
		align-items: flex-start;
		padding: 36px 3px 0 3.2vw;
		background: transparent
	}

	.primary-navigation {
		padding-top: 23px
	}

	.fox-menu {
		gap: 5px
	}

	.fox-menu a {
		display: grid;
		place-items: center;
		width: 158px;
		min-width: 158px;
		height: 39px;
		padding: 0 14px;
		border-radius: 20px;
		background: rgba(1, 25, 12, .86);
		font-size: 19px;
		font-weight: 400;
		line-height: 1;
		white-space: nowrap
	}

	.fox-menu li:first-child a {
		width: 125px;
		min-width: 125px
	}

	.fox-menu a:hover,
	.fox-menu a:focus-visible,
	.fox-menu a.is-active {
		background: #f58a3a;
		transform: none
	}
}

/* Fixed-pixel typography breakpoints. */
@media(max-width:1199px) {
	.hero h1{font-size:82px}.hero-tagline{font-size:34px}.hero-values{font-size:18px}.hero-signoff{font-size:28px}
	.section-heading h2,.clients .section-heading h2{font-size:60px}.section-heading p,.clients .section-heading p{font-size:17px}
	.about-copy>h2,.contact-copy>h2{font-size:62px}.about-intro{font-size:19px}.about-point h3{font-size:26px}.about-point p{font-size:16px}
	.contact-lead{font-size:32px}.contact-copy li{font-size:21px}.contact-social{font-size:25px}
	.service-carousel .service-card .service-number{font-size:75px}.service-carousel .service-card h3{font-size:26px}.service-carousel .service-card p{font-size:15px}
}
@media(max-width:991px) {
	.hero h1{font-size:72px}.hero-tagline{font-size:30px}.hero-values{font-size:17px}.hero-signoff{font-size:26px}
	.section-heading h2,.clients .section-heading h2{font-size:52px}.section-heading p,.clients .section-heading p{font-size:16px}
	.about-copy>h2,.contact-copy>h2{font-size:56px}.about-intro{font-size:18px}.about-point h3{font-size:25px}.about-point p{font-size:15px}
	.contact-lead{font-size:29px}.contact-copy li{font-size:19px}.contact-social{font-size:24px}
}
@media(max-width:575px) {
	.hero h1{font-size:48px}.hero-tagline{font-size:25px}.hero-values{font-size:16px}.hero-signoff{font-size:23px}
	.section-heading h2,.clients .section-heading h2,.about-copy>h2,.contact-copy>h2{font-size:44px}
	.section-heading p,.clients .section-heading p{font-size:15px}.about-intro{font-size:16px}.about-point h3{font-size:23px}.about-point p{font-size:14px}
	.contact-lead{font-size:25px}.contact-copy li{font-size:17px}.contact-social{font-size:23px}
	.service-carousel .service-card .service-number{font-size:68px}.service-carousel .service-card h3{font-size:24px}.service-carousel .service-card p{font-size:14px}
}

/* Natural About paragraph wrapping without forced or mid-word breaks. */
.about-copy{min-width:0}
.about-intro,.about-point p{width:100%;max-width:100%;word-break:normal;overflow-wrap:normal;hyphens:none;text-wrap:pretty}
.about-intro br{display:none}
@media(max-width:991px){.about-intro,.about-point p{line-height:1.45}}
