/* Site footer — commercial navy layout */

.as-footer {
	--ft-navy: #1a2744;
	--ft-blue: #2c4387;
	--ft-amber: #c45c26;
	--ft-amber-hover: #a84c1e;
	--ft-muted: #9eb0cb;
	--ft-line: rgba(255,255,255,.12);
	--ft-max: 1180px;
	--ft-gutter: 20px;
	background: var(--ft-navy);
	color: #d5deee;
	font-family: "open_sansregular", "Segoe UI", sans-serif;
}

.as-footer a {
	color: #fff;
	text-decoration: none;
	transition:
		color .3s cubic-bezier(0.22, 1, 0.36, 1),
		background .3s cubic-bezier(0.22, 1, 0.36, 1),
		border-color .3s cubic-bezier(0.22, 1, 0.36, 1),
		transform .3s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1),
		opacity .3s ease;
}
.as-footer a:hover { color: #f0b27a; }

.as-footer-main {
	border-top: 3px solid var(--ft-amber);
	padding: 40px 0 32px;
	background: linear-gradient(180deg, #152038 0%, var(--ft-navy) 55%, #121c30 100%);
}

.as-footer-inner {
	max-width: var(--ft-max);
	margin: 0 auto;
	padding: 0 var(--ft-gutter);
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1.35fr 1.15fr 0.85fr 0.95fr;
	gap: 28px 24px;
	align-items: start;
}

.as-footer-eyebrow {
	margin: 0 0 6px;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #f0b27a;
}

.as-footer-title {
	display: block;
	margin: 0 0 10px;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

.as-footer-text {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--ft-muted);
}

.as-footer-heading {
	margin: 0 0 14px;
	padding: 0 0 8px;
	border-bottom: 1px solid var(--ft-line);
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #fff;
	background: none;
}

.as-footer-video {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid var(--ft-line);
	background: #0f1728;
}
.as-footer-video img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1), opacity .3s ease;
}
.as-footer-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(196,92,38,.95);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	box-shadow: 0 6px 16px rgba(0,0,0,.35);
	transition: background .3s ease, transform .3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .3s ease;
}
.as-footer-play i { margin-left: 2px; }
.as-footer-video:hover .as-footer-play {
	background: var(--ft-amber-hover);
	transform: translate(-50%, -50%) scale(1.08);
	box-shadow: 0 8px 20px rgba(0,0,0,.4);
}
.as-footer-video:hover img {
	transform: scale(1.03);
	opacity: .92;
}

.as-footer-contact,
.as-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.as-footer-contact li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.5;
	color: var(--ft-muted);
}
.as-footer-contact i {
	flex: 0 0 16px;
	width: 16px;
	margin-top: 3px;
	color: #f0b27a;
	text-align: center;
}
.as-footer-contact a {
	color: #e8eef8;
	word-break: break-word;
	position: relative;
	display: inline;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition:
		color .3s cubic-bezier(0.22, 1, 0.36, 1),
		background-size .3s cubic-bezier(0.22, 1, 0.36, 1);
}
.as-footer-contact a:hover {
	color: #f0b27a;
	background-size: 100% 1px;
}
.as-footer-inline {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	color: #f0b27a !important;
	background-image: none !important;
	transition: opacity .25s ease, transform .25s ease;
}
.as-footer-inline:hover {
	opacity: .85;
	transform: translateX(2px);
}

.as-footer-links a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #c5d0e4;
	padding-left: 0;
	transition:
		color .3s cubic-bezier(0.22, 1, 0.36, 1),
		transform .3s cubic-bezier(0.22, 1, 0.36, 1),
		padding-left .3s cubic-bezier(0.22, 1, 0.36, 1);
}
.as-footer-links a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 2px;
	border-radius: 1px;
	background: #f0b27a;
	transform: translateY(-50%);
	opacity: 0;
	transition:
		width .3s cubic-bezier(0.22, 1, 0.36, 1),
		opacity .25s ease;
}
.as-footer-links a:hover {
	color: #fff;
	padding-left: 12px;
	transform: translateX(2px);
}
.as-footer-links a:hover::before {
	width: 6px;
	opacity: 1;
}
.as-footer-links a:focus-visible {
	outline: 2px solid #f0b27a;
	outline-offset: 3px;
	border-radius: 2px;
}

.as-footer-cta {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.as-footer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 6px;
	border: 1px solid transparent;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 13px;
	transition:
		background .3s cubic-bezier(0.22, 1, 0.36, 1),
		color .3s ease,
		border-color .3s ease,
		transform .3s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1);
}
.as-footer-btn-accent {
	background: var(--ft-amber);
	color: #fff !important;
}
.as-footer-btn-accent:hover {
	background: var(--ft-amber-hover);
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(196, 92, 38, .35);
}
.as-footer-btn-wa {
	background: #128c7e;
	color: #fff !important;
}
.as-footer-btn-wa:hover {
	background: #0e7a6e;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(18, 140, 126, .35);
}

.as-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.as-footer-social a {
	width: 38px;
	height: 38px;
	border-radius: 6px;
	border: 1px solid var(--ft-line);
	background: rgba(255,255,255,.04);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	transition:
		background .3s cubic-bezier(0.22, 1, 0.36, 1),
		border-color .3s ease,
		color .3s ease,
		transform .3s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow .3s ease;
}
.as-footer-social a:hover {
	background: var(--ft-amber);
	border-color: var(--ft-amber);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(196, 92, 38, .35);
}

.as-footer-hours,
.as-footer-local {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--ft-muted);
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.as-footer-hours i,
.as-footer-local i {
	color: #f0b27a;
	margin-top: 2px;
}

.as-footer-bar {
	background: #0f1728;
	border-top: 1px solid var(--ft-line);
	padding: 14px 0;
}
.as-footer-bar-inner {
	max-width: var(--ft-max);
	margin: 0 auto;
	padding: 0 var(--ft-gutter);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 16px;
}
.as-footer-bar p {
	margin: 0;
	font-size: 12px;
	color: #7f90ab;
}
.as-footer-bar-meta {
	color: #9eb0cb !important;
}

/* Override legacy .footer a { color:#fff } wrappers safely */
.footer {
	width: 100% !important;
	float: none !important;
	clear: both;
	background: transparent !important;
	color: inherit;
}
.footer .as-footer a { color: #fff; }
.footer .as-footer-links a { color: #c5d0e4; }
.footer .as-footer-links a:hover { color: #fff; }
.footer .as-footer-contact a { color: #e8eef8; }
.footer .as-footer-contact a:hover { color: #f0b27a; }
.footer .as-footer-inline { color: #f0b27a !important; }

@media only screen and (max-width: 980px) {
	.as-footer-inner {
		grid-template-columns: 1fr 1fr;
		gap: 28px 20px;
	}
}

@media only screen and (max-width: 600px) {
	.as-footer {
		--ft-gutter: 14px;
	}
	.as-footer-main { padding: 28px 0 24px; }
	.as-footer-inner { grid-template-columns: 1fr; gap: 24px; }
	.as-footer-bar-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.as-footer a,
	.as-footer-btn,
	.as-footer-social a,
	.as-footer-play,
	.as-footer-video img,
	.as-footer-links a,
	.as-footer-links a::before,
	.as-footer-contact a,
	.as-footer-inline {
		transition: none !important;
	}
	.as-footer-links a:hover,
	.as-footer-btn:hover,
	.as-footer-social a:hover,
	.as-footer-inline:hover {
		transform: none;
	}
	.as-footer-video:hover .as-footer-play {
		transform: translate(-50%, -50%);
	}
	.as-footer-video:hover img {
		transform: none;
	}
}
