:root {
	--aq-bg-deep: #081320;
	--aq-bg-main: #0f1e2e;
	--aq-bg-panel: #132a3a;
	--aq-bg-panel-soft: rgba(19, 42, 58, 0.72);
	--aq-cyan: #1fc9d8;
	--aq-cyan-hover: #45e2ee;
	--aq-green: #10b981;
	--aq-orange: #f59e0b;
	--aq-text-primary: #fff;
	--aq-text-secondary: #e5e7eb;
	--aq-text-muted: rgba(229, 231, 235, 0.68);
	--aq-text-faint: rgba(229, 231, 235, 0.48);
	--aq-border: rgba(255, 255, 255, 0.1);
	--aq-border-strong: rgba(31, 201, 216, 0.34);
	--aq-overlay: rgba(3, 13, 24, 0.66);
	--aq-shell: 1420px;
	--aq-radius-sm: 8px;
	--aq-radius: 12px;
	--aq-radius-lg: 18px;
	--aq-shadow: 0 22px 80px rgba(0, 0, 0, 0.38);
	--aq-font-head: "Poppins", system-ui, sans-serif;
	--aq-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	background: var(--aq-bg-deep);
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at 18% 6%, rgba(31, 201, 216, 0.14), transparent 34rem),
		radial-gradient(circle at 82% 0%, rgba(16, 185, 129, 0.11), transparent 28rem),
		linear-gradient(180deg, #07111d 0%, var(--aq-bg-deep) 42%, #06101b 100%);
	color: var(--aq-text-primary);
	font-family: var(--aq-font-body);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
}

body.aq-menu-open {
	overflow: hidden;
}

a {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.screen-reader-text,
.skip-link {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.skip-link:focus {
	background: var(--aq-cyan);
	clip: auto;
	color: #03111b;
	height: auto;
	left: 16px;
	padding: 10px 14px;
	top: 16px;
	width: auto;
	z-index: 9999;
}

:focus-visible {
	outline: 2px solid var(--aq-cyan);
	outline-offset: 3px;
}

.aq-shell {
	margin-inline: auto;
	max-width: var(--aq-shell);
	padding-inline: 24px;
	width: 100%;
}

.aq-main {
	min-height: 70vh;
	padding-top: 84px;
}

.aq-header {
	background: rgba(3, 13, 24, 0.74);
	border-bottom: 1px solid var(--aq-border);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.aq-header__inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr auto;
	min-height: 72px;
}

.aq-logo {
	align-items: center;
	display: inline-flex;
	font-family: var(--aq-font-head);
	font-size: 1.28rem;
	font-weight: 800;
	gap: 10px;
	text-decoration: none;
	white-space: nowrap;
}

.aq-logo__mark {
	color: var(--aq-cyan);
	display: grid;
	height: 34px;
	place-items: center;
	width: 34px;
}

.aq-logo__mark svg,
.aq-icon-link svg,
.aq-stat svg,
.aq-bottom-nav svg {
	height: 21px;
	width: 21px;
}

.aq-nav {
	align-items: center;
	display: flex;
	gap: clamp(12px, 1.4vw, 28px);
	justify-content: center;
}

.aq-nav a {
	color: var(--aq-text-secondary);
	font-size: 0.86rem;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	transition: color 180ms ease;
}

.aq-nav a::after {
	background: var(--aq-cyan);
	border-radius: 999px;
	bottom: -12px;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.4);
	transition: 180ms ease;
	width: 100%;
}

.aq-nav a:hover,
.aq-nav a.is-active {
	color: var(--aq-cyan);
}

.aq-nav a.is-active::after,
.aq-nav a:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.aq-nav__soon {
	opacity: 0.78;
}

.aq-header__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: end;
}

.aq-icon-link,
.aq-login,
.aq-menu-toggle,
.aq-detail-actions button {
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-sm);
	color: var(--aq-text-secondary);
	display: inline-flex;
	min-height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: 180ms ease;
}

.aq-icon-link {
	width: 40px;
}

.aq-login {
	font-weight: 700;
	padding-inline: 18px;
}

.aq-icon-link:hover,
.aq-login:hover,
.aq-detail-actions button:hover {
	border-color: var(--aq-border-strong);
	color: var(--aq-cyan);
}

.aq-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 4px;
	width: 42px;
}

.aq-menu-toggle span:not(.screen-reader-text) {
	background: var(--aq-text-secondary);
	border-radius: 999px;
	height: 2px;
	width: 18px;
}

.aq-mobile-menu[hidden] {
	display: none;
}

.aq-mobile-menu {
	background: rgba(0, 0, 0, 0.55);
	inset: 0;
	position: fixed;
	z-index: 2000;
}

.aq-mobile-menu__panel {
	background: #071320;
	border-left: 1px solid var(--aq-border);
	box-shadow: var(--aq-shadow);
	display: grid;
	gap: 6px;
	margin-left: auto;
	min-height: 100vh;
	padding: 20px;
	width: min(360px, 90vw);
}

.aq-mobile-menu__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.aq-mobile-menu a {
	align-items: center;
	border-bottom: 1px solid var(--aq-border);
	color: var(--aq-text-secondary);
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	min-height: 52px;
	text-decoration: none;
}

.aq-mobile-menu a span {
	color: var(--aq-cyan);
	font-size: 0.78rem;
}

.aq-mobile-menu__close {
	background: transparent;
	border: 1px solid var(--aq-border);
	border-radius: 50%;
	color: var(--aq-text-primary);
	font-size: 28px;
	height: 42px;
	width: 42px;
}

.aq-hero {
	background:
		linear-gradient(90deg, rgba(3, 13, 24, 0.98) 0%, rgba(3, 13, 24, 0.78) 42%, rgba(3, 13, 24, 0.3) 100%),
		radial-gradient(circle at 78% 45%, rgba(31, 201, 216, 0.2), transparent 24rem),
		linear-gradient(135deg, #071320, #102d3d 56%, #06111d);
	border-bottom: 1px solid var(--aq-border);
	min-height: 620px;
	overflow: hidden;
	position: relative;
}

.aq-hero::before,
.aq-community-banner::before {
	background-image:
		radial-gradient(circle at 35% 40%, rgba(245, 158, 11, 0.12), transparent 5rem),
		radial-gradient(circle at 70% 60%, rgba(16, 185, 129, 0.13), transparent 7rem);
	content: "";
	inset: 0;
	opacity: 0.8;
	position: absolute;
}

.aq-hero__grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	min-height: 620px;
	position: relative;
}

.aq-hero__content {
	position: relative;
	z-index: 2;
}

.aq-hero h1 {
	font-family: var(--aq-font-head);
	font-size: clamp(3.2rem, 5.4vw, 5.9rem);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 20px;
}

.aq-hero h1 span,
.aq-kicker,
.aq-section__head a,
.aq-panel__head a {
	color: var(--aq-cyan);
}

.aq-hero p {
	color: var(--aq-text-secondary);
	font-size: 1.08rem;
	margin: 0 0 26px;
	max-width: 430px;
}

.aq-searchbar {
	display: flex;
	max-width: 590px;
}

.aq-searchbar input {
	background: rgba(7, 19, 32, 0.86);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-sm) 0 0 var(--aq-radius-sm);
	color: var(--aq-text-primary);
	font: inherit;
	min-height: 58px;
	padding: 0 18px;
	width: 100%;
}

.aq-searchbar button,
.aq-newsletter button {
	background: linear-gradient(135deg, var(--aq-cyan), var(--aq-cyan-hover));
	border: 0;
	border-radius: 0 var(--aq-radius-sm) var(--aq-radius-sm) 0;
	color: #04131e;
	cursor: pointer;
	display: grid;
	place-items: center;
	width: 64px;
}

.aq-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.aq-button {
	align-items: center;
	border-radius: var(--aq-radius-sm);
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	text-decoration: none;
	transition: 180ms ease;
}

.aq-button svg {
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

.aq-button--primary {
	background: linear-gradient(135deg, var(--aq-cyan), var(--aq-cyan-hover));
	border: 1px solid transparent;
	color: #03131d;
}

.aq-button--secondary {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--aq-border-strong);
	color: var(--aq-text-secondary);
}

.aq-button:hover {
	transform: translateY(-1px);
}

.aq-hero__fish {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.aq-hero__fish::after {
	background: linear-gradient(90deg, rgba(7, 19, 32, 0.55), transparent 24%, transparent 72%, rgba(7, 19, 32, 0.28));
	border-radius: var(--aq-radius-lg);
	content: "";
	inset: 12% 4% 10%;
	pointer-events: none;
	position: absolute;
}

.aq-hero__fish img {
	border-radius: var(--aq-radius-lg);
	filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.55)) saturate(1.15);
	max-height: 440px;
	object-fit: cover;
	width: min(760px, 100%);
}

.aq-stats-panel,
.aq-benefits {
	background: linear-gradient(180deg, rgba(19, 42, 58, 0.86), rgba(9, 28, 43, 0.82));
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-lg);
	box-shadow: var(--aq-shadow);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, 1fr);
	margin-top: -46px;
	position: relative;
	z-index: 5;
}

.aq-stat,
.aq-benefits div {
	align-items: center;
	display: grid;
	gap: 2px 12px;
	grid-template-columns: auto 1fr;
	padding: 22px 24px;
}

.aq-stat svg,
.aq-benefits svg {
	color: var(--aq-cyan);
	grid-row: span 2;
}

.aq-stat strong {
	font-size: 1.35rem;
	line-height: 1;
}

.aq-stat span,
.aq-card-meta,
.aq-fish-card p,
.aq-section__head p,
.aq-page-hero p,
.aq-footer p,
.aq-footer a,
.aq-panel p,
.aq-content {
	color: var(--aq-text-muted);
}

.aq-section {
	margin-top: 40px;
}

.aq-section__head,
.aq-results-bar,
.aq-panel__head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.aq-section h2,
.aq-results-bar h2,
.aq-panel h2,
.aq-footer h2,
.aq-page-card h1 {
	font-family: var(--aq-font-head);
	font-size: 1.5rem;
	line-height: 1.15;
	margin: 0 0 4px;
}

.aq-water-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.aq-water-card {
	background:
		linear-gradient(180deg, rgba(3, 13, 24, 0.18), rgba(3, 13, 24, 0.84)),
		var(--aq-card-image),
		linear-gradient(135deg, #12324a, #06111c);
	background-position: center;
	background-size: cover;
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius);
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 168px;
	overflow: hidden;
	padding: 22px;
	position: relative;
	text-decoration: none;
	transition: 200ms ease;
}

.aq-water-card:hover,
.aq-fish-card:hover,
.aq-panel:hover {
	border-color: var(--aq-border-strong);
}

.aq-water-card span {
	font-family: var(--aq-font-head);
	font-size: 1.15rem;
	font-weight: 800;
}

.aq-water-card small {
	color: var(--aq-text-secondary);
}

.aq-water-card i {
	align-items: center;
	background: rgba(3, 13, 24, 0.58);
	border: 1px solid var(--aq-border);
	border-radius: 50%;
	bottom: 18px;
	display: flex;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 18px;
	width: 34px;
}

.aq-recent-row {
	display: grid;
	gap: 14px;
	grid-auto-columns: minmax(172px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 8px;
}

.aq-fish-card,
.aq-panel,
.aq-filter-panel,
.aq-page-card,
.aq-forum-panel,
.aq-market-soon {
	background: linear-gradient(180deg, rgba(19, 42, 58, 0.78), rgba(8, 23, 36, 0.9));
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.aq-fish-card__image {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: #0b1c2a;
	color: var(--aq-text-faint);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.aq-fish-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.aq-fish-card:hover img {
	transform: scale(1.045);
}

.aq-badge {
	background: rgba(31, 201, 216, 0.14);
	border: 1px solid rgba(31, 201, 216, 0.28);
	border-radius: 999px;
	color: #83f4ff;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 800;
	padding: 4px 9px;
}

.aq-badge--new {
	background: var(--aq-cyan);
	color: #03131d;
	position: absolute;
	right: 8px;
	top: 8px;
}

.aq-fish-card__body {
	padding: 14px;
}

.aq-fish-card h3 {
	font-size: 1rem;
	line-height: 1.25;
	margin: 0 0 2px;
}

.aq-fish-card h3 a {
	text-decoration: none;
}

.aq-fish-card p {
	font-size: 0.82rem;
	margin: 0 0 10px;
}

.aq-card-meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76rem;
	gap: 6px;
}

.aq-card-meta span {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--aq-border);
	border-radius: 999px;
	padding: 3px 7px;
}

.aq-community-banner {
	background:
		linear-gradient(90deg, rgba(3, 13, 24, 0.9), rgba(3, 13, 24, 0.45)),
		var(--aq-banner-image),
		linear-gradient(135deg, #12324a, #06111c);
	background-position: center;
	background-size: cover;
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-lg);
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	min-height: 178px;
	overflow: hidden;
	padding: 30px;
	position: relative;
}

.aq-community-banner > * {
	position: relative;
}

.aq-community-banner h2 {
	font-family: var(--aq-font-head);
	font-size: 1.8rem;
	margin: 0 0 6px;
}

.aq-community-banner p {
	color: var(--aq-text-secondary);
	max-width: 430px;
}

.aq-community-banner__stats {
	align-items: end;
	display: flex;
	gap: 30px;
}

.aq-community-banner__stats span {
	display: grid;
	gap: 4px;
}

.aq-community-banner__stats strong {
	font-size: 1.7rem;
}

.aq-benefits {
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 46px;
	margin-top: 22px;
}

.aq-benefits strong,
.aq-benefits span {
	display: block;
}

.aq-benefits span {
	color: var(--aq-text-muted);
	font-size: 0.82rem;
}

.aq-page-hero {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-bottom: 24px;
	padding-top: 52px;
}

.aq-page-hero h1,
.aq-detail-hero h1 {
	font-family: var(--aq-font-head);
	font-size: clamp(2.4rem, 4vw, 4.6rem);
	line-height: 1;
	margin: 0 0 10px;
}

.aq-page-counts,
.aq-detail-actions {
	display: flex;
	gap: 10px;
}

.aq-page-counts span {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius);
	display: block;
	padding: 12px 14px;
}

.aq-catalog-layout {
	display: grid;
	gap: 22px;
	grid-template-columns: 280px minmax(0, 1fr);
	padding-bottom: 56px;
}

.aq-filter-panel {
	align-self: start;
	padding: 18px;
	position: sticky;
	top: 92px;
}

.aq-filter-panel__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.aq-filter-panel h2 {
	font-size: 1.12rem;
	margin: 0;
}

.aq-filter-panel label {
	display: grid;
	gap: 7px;
	margin-bottom: 14px;
}

.aq-filter-panel label span {
	color: var(--aq-text-secondary);
	font-size: 0.82rem;
	font-weight: 800;
}

.aq-filter-panel input,
.aq-filter-panel select,
.aq-newsletter input {
	background: rgba(4, 16, 27, 0.8);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-sm);
	color: var(--aq-text-primary);
	font: inherit;
	min-height: 44px;
	padding: 0 12px;
	width: 100%;
}

.aq-grid--fish {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aq-pagination {
	margin-top: 24px;
}

.aq-pagination .page-numbers {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-sm);
	display: inline-flex;
	margin: 3px;
	padding: 8px 12px;
	text-decoration: none;
}

.aq-pagination .current {
	background: var(--aq-cyan);
	color: #03131d;
}

.aq-detail-hero {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
	padding-bottom: 22px;
	padding-top: 46px;
}

.aq-back {
	color: var(--aq-text-muted);
	display: inline-block;
	font-size: 0.88rem;
	margin-bottom: 24px;
	text-decoration: none;
}

.aq-scientific {
	color: var(--aq-text-muted);
	font-size: 1.18rem;
	margin: -3px 0 12px;
}

.aq-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.aq-detail-hero__copy p:last-child {
	color: var(--aq-text-secondary);
	max-width: 560px;
}

.aq-detail-hero__image {
	min-height: 330px;
	position: relative;
}

.aq-detail-hero__image img {
	filter: drop-shadow(0 32px 46px rgba(0, 0, 0, 0.55)) saturate(1.16);
	max-height: 330px;
	object-fit: contain;
	width: 100%;
}

.aq-detail-actions {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.aq-detail-actions button {
	cursor: pointer;
	height: 42px;
	width: 42px;
}

.aq-fact-strip {
	background: rgba(19, 42, 58, 0.62);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-bottom: 22px;
}

.aq-fact-strip div {
	align-items: center;
	display: grid;
	gap: 2px 10px;
	grid-template-columns: auto 1fr;
	padding: 18px;
}

.aq-fact-strip svg {
	color: var(--aq-cyan);
	grid-row: span 2;
	height: 22px;
	width: 22px;
}

.aq-fact-strip span {
	color: var(--aq-text-muted);
	font-size: 0.78rem;
}

.aq-tabs__nav {
	border-bottom: 1px solid var(--aq-border);
	display: flex;
	gap: 22px;
	overflow-x: auto;
}

.aq-tabs__nav button {
	background: transparent;
	border: 0;
	color: var(--aq-text-muted);
	cursor: pointer;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	padding: 16px 0;
	position: relative;
	white-space: nowrap;
}

.aq-tabs__nav button::after {
	background: var(--aq-cyan);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.aq-tabs__nav button.is-active {
	color: var(--aq-cyan);
}

.aq-tabs__nav button.is-active::after {
	opacity: 1;
}

.aq-detail-grid {
	display: none;
	gap: 16px;
	grid-template-columns: 0.8fr 1.1fr 1fr;
	padding-top: 16px;
}

.aq-detail-grid.is-active,
.aq-tab-panel.is-active {
	display: grid;
}

.aq-panel,
.aq-tab-panel {
	padding: 18px;
}

.aq-tab-panel {
	display: none;
	margin-top: 16px;
}

.aq-quick-facts dl {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr auto;
	margin: 0;
}

.aq-quick-facts dt {
	color: var(--aq-text-muted);
}

.aq-quick-facts dd {
	font-weight: 800;
	margin: 0;
	text-align: right;
}

.aq-map {
	background:
		radial-gradient(circle at 31% 55%, rgba(31, 201, 216, 0.76), transparent 1rem),
		radial-gradient(circle at 65% 47%, rgba(31, 201, 216, 0.55), transparent 1.2rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius);
	height: 150px;
	position: relative;
}

.aq-map::before {
	color: rgba(255, 255, 255, 0.18);
	content: "WORLD DISTRIBUTION";
	font-size: 0.72rem;
	font-weight: 800;
	left: 18px;
	position: absolute;
	top: 14px;
}

.aq-gallery__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, 1fr);
}

.aq-gallery__grid img {
	aspect-ratio: 1;
	border-radius: var(--aq-radius-sm);
	object-fit: cover;
	width: 100%;
}

.aq-market-soon {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
	margin-top: 24px;
	padding: 22px;
}

.aq-page {
	padding-bottom: 52px;
}

.aq-page-card,
.aq-forum-panel {
	padding: clamp(20px, 3vw, 34px);
}

.aq-content a {
	color: var(--aq-cyan);
}

.aq-footer {
	padding: 0 0 34px;
}

.aq-footer__panel {
	background: linear-gradient(180deg, rgba(12, 31, 47, 0.96), rgba(6, 17, 28, 0.98));
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-lg);
	display: grid;
	gap: 28px;
	grid-template-columns: 1.4fr 0.75fr 0.75fr 0.9fr 1.2fr;
	padding: 34px;
}

.aq-footer h2 {
	font-size: 0.95rem;
}

.aq-footer nav {
	display: grid;
	gap: 8px;
}

.aq-footer a {
	font-size: 0.9rem;
	text-decoration: none;
}

.aq-footer a:hover {
	color: var(--aq-cyan);
}

.aq-footer a span {
	color: var(--aq-cyan);
	font-size: 0.72rem;
}

.aq-socials {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.aq-socials a {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--aq-border);
	border-radius: 50%;
	display: grid;
	height: 34px;
	place-items: center;
	width: 34px;
}

.aq-newsletter form {
	display: flex;
	margin-top: 12px;
}

.aq-newsletter input {
	border-radius: var(--aq-radius-sm) 0 0 var(--aq-radius-sm);
}

.aq-footer__bottom {
	border-top: 1px solid var(--aq-border);
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 22px;
}

.aq-footer__bottom div {
	display: flex;
	gap: 18px;
}

.aq-bottom-nav {
	display: none;
}

/* bbPress */
.aq-forum #bbpress-forums {
	color: var(--aq-text-secondary);
	font-size: 1rem;
}

.aq-forum #bbpress-forums ul.bbp-forums,
.aq-forum #bbpress-forums ul.bbp-topics,
.aq-forum #bbpress-forums ul.bbp-replies,
.aq-forum #bbpress-forums li.bbp-header,
.aq-forum #bbpress-forums li.bbp-footer,
.aq-forum #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	background: transparent;
	border-color: var(--aq-border);
}

.aq-forum #bbpress-forums li.bbp-body ul.forum,
.aq-forum #bbpress-forums li.bbp-body ul.topic,
.aq-forum #bbpress-forums div.reply {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius);
	margin: 10px 0;
	padding: 16px;
}

.aq-forum #bbpress-forums a {
	color: var(--aq-text-primary);
	text-decoration: none;
}

.aq-forum #bbpress-forums a:hover,
.aq-forum #bbpress-forums .bbp-forum-title,
.aq-forum #bbpress-forums .bbp-topic-title a {
	color: var(--aq-cyan);
}

.aq-forum #bbpress-forums fieldset.bbp-form {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius);
	padding: 18px;
}

.aq-forum #bbpress-forums input,
.aq-forum #bbpress-forums select,
.aq-forum #bbpress-forums textarea {
	background: rgba(4, 16, 27, 0.85);
	border: 1px solid var(--aq-border);
	border-radius: var(--aq-radius-sm);
	color: var(--aq-text-primary);
}

.aq-forum #bbpress-forums button,
.aq-forum #bbpress-forums input[type="submit"] {
	background: var(--aq-cyan);
	border: 0;
	border-radius: var(--aq-radius-sm);
	color: #03131d;
	font-weight: 800;
	padding: 10px 16px;
}

@media (max-width: 1180px) {
	.aq-nav {
		gap: 12px;
	}

	.aq-nav a {
		font-size: 0.78rem;
	}

	.aq-grid--fish {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aq-footer__panel {
		grid-template-columns: 1.2fr 1fr 1fr;
	}
}

@media (max-width: 900px) {
	.aq-shell {
		padding-inline: 18px;
	}

	.aq-nav,
	.aq-login,
	.aq-icon-link {
		display: none;
	}

	.aq-menu-toggle {
		display: inline-flex;
	}

	.aq-header__inner {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.aq-hero,
	.aq-hero__grid {
		min-height: auto;
	}

	.aq-hero__grid,
	.aq-detail-hero,
	.aq-catalog-layout,
	.aq-detail-grid {
		grid-template-columns: 1fr;
	}

	.aq-hero__grid {
		padding-bottom: 44px;
		padding-top: 42px;
	}

	.aq-hero__fish {
		grid-row: 1;
		justify-content: end;
		margin-bottom: -120px;
		opacity: 0.86;
	}

	.aq-hero__fish img {
		max-height: 220px;
		max-width: 56%;
	}

	.aq-hero h1 {
		font-size: clamp(2.55rem, 12vw, 4rem);
	}

	.aq-searchbar,
	.aq-actions .aq-button {
		max-width: none;
		width: 100%;
	}

	.aq-actions .aq-button--secondary {
		min-height: 46px;
	}

	.aq-stats-panel {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 18px;
	}

	.aq-water-grid,
	.aq-benefits,
	.aq-fact-strip {
		grid-template-columns: 1fr;
	}

	.aq-recent-row {
		grid-auto-columns: minmax(210px, 62vw);
	}

	.aq-community-banner,
	.aq-market-soon,
	.aq-page-hero,
	.aq-footer__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.aq-filter-panel {
		position: static;
	}

	.aq-footer__panel {
		grid-template-columns: 1fr 1fr;
	}

	.aq-bottom-nav {
		background: rgba(3, 13, 24, 0.96);
		border-top: 1px solid var(--aq-border);
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		left: 0;
		padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 900;
	}

	.aq-bottom-nav a {
		align-items: center;
		color: var(--aq-text-muted);
		display: grid;
		font-size: 0.72rem;
		gap: 2px;
		justify-items: center;
		min-height: 48px;
		text-decoration: none;
	}

	.aq-bottom-nav a.is-active,
	.aq-bottom-nav a:hover {
		color: var(--aq-cyan);
	}

	body {
		padding-bottom: 70px;
	}
}

@media (max-width: 560px) {
	.aq-main {
		padding-top: 68px;
	}

	.aq-header__inner {
		min-height: 64px;
	}

	.aq-logo {
		font-size: 1.05rem;
	}

	.aq-hero p {
		font-size: 0.95rem;
	}

	.aq-stats-panel {
		grid-template-columns: repeat(2, 1fr);
	}

	.aq-stat,
	.aq-benefits div {
		padding: 16px;
	}

	.aq-stat strong {
		font-size: 1.08rem;
	}

	.aq-grid--fish,
	.aq-footer__panel {
		grid-template-columns: 1fr;
	}

	.aq-page-counts {
		flex-direction: column;
	}

	.aq-detail-hero__image {
		min-height: 210px;
	}

	.aq-detail-hero__image img {
		max-height: 220px;
	}

	.aq-gallery__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
