:root {
	color-scheme: dark;
	--bg: #030605;
	--bg-2: #07100c;
	--panel: rgba(8, 16, 12, 0.94);
	--panel-2: rgba(12, 22, 17, 0.95);
	--panel-3: rgba(18, 27, 21, 0.92);
	--text: #f4f1ea;
	--muted: #b9beb5;
	--quiet: #737a72;
	--green: #91cf2e;
	--green-2: #b7e858;
	--green-dark: #233a13;
	--amber: #d2a44d;
	--red: #a33d2e;
	--line: rgba(205, 225, 190, 0.14);
	--line-green: rgba(145, 207, 46, 0.42);
	--shadow: 0 22px 70px rgba(0, 0, 0, 0.46);
	--radius: 6px;
	--max: 1224px;
	--display: Impact, "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	--body: Arial, Helvetica, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		linear-gradient(180deg, rgba(2, 5, 4, 0.92), rgba(2, 5, 4, 0.98)),
		url("../img/layout/bodyBackground.jpg") center / cover fixed;
	color: var(--text);
	font-family: var(--body);
	line-height: 1.55;
	margin: 0;
	min-height: 100vh;
}

body.nav-open {
	overflow: hidden;
}

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

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

[hidden] {
	display: none !important;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
.button {
	border: 0;
	border-radius: var(--radius);
	cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--green-2);
	outline-offset: 3px;
}

main {
	margin: 0 auto;
	min-height: 64vh;
	padding: 0 1.5rem 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

.brand-link img {
	height: 150%;
}

.skip-link {
	background: var(--green-2);
	color: #081006;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: -5rem;
	z-index: 1000;
}

.skip-link:focus {
	top: 1rem;
}



.sr-only {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.flash-stack {
	left: 50%;
	max-width: min(92vw, 680px);
	position: fixed;
	top: 86px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
}

.flash {
	background: rgba(8, 16, 12, 0.98);
	border: 1px solid var(--line-green);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	margin: 0.5rem 0;
	padding: 0.95rem 1.05rem;
}

.flash-success {
	color: #dfffc1;
}

.flash-error {
	border-color: rgba(218, 69, 55, 0.5);
	color: #ffd8d2;
}

.section,
.page-hero,
.auth-screen,
.contact-screen,
.quick-help,
.breadcrumb,
.product-detail,
.cart-layout,
.checkout-layout,
.profile-grid,
.table-wrap,
.empty-state,
.category-intro,
.subcategory {
	margin-inline: auto;
	max-width: var(--max);
}

.section {
	padding: 1.15rem 0;
}

.eyebrow,
.section-title h2,
.panel-heading h2,
.quick-help h2,
.catalog-products h2,
.subcategory h2,
.page-heading h1,
.product-info h1,
.empty-state h1,
.empty-state h2 {
	font-family: var(--display);
	text-transform: uppercase;
}

.eyebrow {
	color: var(--green);
	font-size: 1rem;
	margin: 0 0 0.45rem;
}

.section-title {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
}

.section-title h2,
.quick-help h2,
.catalog-products h2,
.subcategory h2 {
	color: var(--green);
	font-size: 1.35rem;
	line-height: 1;
	margin: 0;
}

.title-icon {
	border: 1px solid var(--line-green);
	border-radius: 3px;
	color: var(--green);
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
	height: 28px;
	justify-content: center;
	width: 32px;
}

.title-icon::after {
	content: none;
}

.button {
	align-items: center;
	display: inline-flex;
	font-family: var(--display);
	gap: 0.75rem;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1.35rem;
	text-transform: uppercase;
}

strong {
	font-weight: 500;
}

.button.primary,
.form-panel .button.primary,
.quantity-form button {
	background: linear-gradient(180deg, var(--green-2), var(--green));
	color: #071005;
}

.button.primary:hover,
.form-panel .button.primary:hover,
.quantity-form button:hover {
	filter: brightness(1.08);
}

.button.ghost,
.button.subtle {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--line);
	color: var(--text);
}

.button.wide {
	width: 100%;
}

.page-hero {
	background-color: #050907;
	background-position: center;
	background-size: cover;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	height: 456px;
	isolation: isolate;
	margin-top: 1rem;
	overflow: hidden;
	position: relative;
}

.page-hero::before {
	background:
		linear-gradient(90deg, rgba(2, 5, 4, 0.98) 0%, rgba(2, 5, 4, 0.88) 31%, rgba(2, 5, 4, 0.22) 70%, rgba(2, 5, 4, 0.82) 100%),
		linear-gradient(0deg, rgba(2, 5, 4, 0.72), transparent 38%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.home-hero {
	background-image: url("../img/heroBanners/hero-accueil.png");
}

.login-hero {
	background-image: url("../img/heroBanners/hero-connexion.png");
}

.register-hero {
	background-image: url("../img/heroBanners/hero-inscription.png");
	background-position: center 38%;
}

.contact-hero {
	background-image: url("../img/heroBanners/hero-contact.png");
	background-position: center;
}

.hero-content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 610px;
	padding: 2.65rem 0 2.2rem 2.65rem;
	position: relative;
	z-index: 1;
}

.hero-content h1 {
	font-family: var(--display);
	font-size: 4.45rem;
	font-weight: 900;
	line-height: 0.95;
	margin: 0 0 1.1rem;
	text-transform: uppercase;
}

.hero-content h1 span {
	color: var(--green);
	display: block;
}

.hero-content > p:not(.eyebrow) {
	font-size: 1.03rem;
	margin: 0;
	max-width: 560px;
	min-height: 4rem;
}

.hero-content .button {
	align-self: flex-start;
	margin-top: 1.55rem;
	min-width: 248px;
}

.hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 1.15rem;
	margin-top: auto;
	padding-top: 1.7rem;
}

.hero-facts i {
	font-size: 1.5rem;
	color: var(--green);
}

.hero-facts > span {
	align-items: center;
	color: var(--muted);
	display: flex;
	font-size: 0.82rem;
	flex: 0 1 170px;
	gap: 0.62rem;
	line-height: 1.25;
	min-width: 160px;
}

.hero-facts .fact-copy {
	display: block;
	min-width: 0;
}

.hero-facts strong {
	color: var(--text);
	display: block;
	font-family: var(--display);
	font-size: 0.82rem;
	text-transform: uppercase;
}

.mini-icon,
.icon-line {
	align-items: center;
	color: var(--green);
	display: inline-flex;
	font-size: 1.55rem;
	justify-content: center;
	line-height: 1;
	position: relative;
}

.mini-icon.fa-solid,
.mini-icon.fa-regular,
.icon-line.fa-solid,
.icon-line.fa-regular,
.icon-line.fa-brands,
.title-icon.fa-solid {
	display: inline-flex;
}

.mini-icon {
	height: 24px;
	width: 24px;
}

.mini-icon::before,
.mini-icon::after,
.icon-line::before,
.icon-line::after {
	content: "";
	position: absolute;
}

.icon-gear::before,
.icon-target::before,
.icon-clock::before,
.icon-support::before,
.icon-headset::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	inset: 3px;
}

.icon-target::after {
	background:
		linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat,
		linear-gradient(90deg, currentColor, currentColor) center / 100% 2px no-repeat;
	inset: 0;
}

.icon-shield::before {
	border: 2px solid currentColor;
	border-radius: 5px 5px 12px 12px;
	inset: 2px 4px 1px;
}

.icon-truck::before {
	border: 2px solid currentColor;
	height: 12px;
	left: 0;
	top: 5px;
	width: 16px;
}

.icon-truck::after {
	border: 2px solid currentColor;
	border-left: 0;
	height: 9px;
	right: 1px;
	top: 8px;
	width: 8px;
}

.icon-user::before,
.icon-users::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	height: 8px;
	left: 8px;
	top: 2px;
	width: 8px;
}

.icon-user::after,
.icon-users::after {
	border: 2px solid currentColor;
	border-radius: 12px 12px 4px 4px;
	height: 9px;
	left: 4px;
	top: 13px;
	width: 16px;
}

.icon-lock::before {
	border: 2px solid currentColor;
	border-radius: 2px;
	height: 12px;
	left: 5px;
	top: 10px;
	width: 14px;
}

.icon-lock::after {
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 9px 9px 0 0;
	height: 9px;
	left: 8px;
	top: 2px;
	width: 8px;
}

.icon-mail::before {
	border: 2px solid currentColor;
	border-radius: 2px;
	inset: 5px 2px;
}

.icon-mail::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	height: 9px;
	left: 6px;
	top: 7px;
	transform: rotate(45deg);
	width: 9px;
}

.icon-box::before {
	border: 2px solid currentColor;
	height: 15px;
	left: 4px;
	top: 5px;
	transform: rotate(30deg) skewY(-28deg);
	width: 15px;
}

.icon-heart::before {
	border: 2px solid currentColor;
	border-radius: 8px 8px 3px 8px;
	height: 15px;
	left: 5px;
	top: 4px;
	transform: rotate(45deg);
	width: 15px;
}

.icon-ticket::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	inset: 5px 2px;
	transform: rotate(-22deg);
}

.icon-radio::before {
	border: 2px solid currentColor;
	border-radius: 4px;
	height: 15px;
	left: 3px;
	top: 6px;
	width: 18px;
}

.icon-radio::after {
	background: currentColor;
	height: 9px;
	left: 11px;
	top: 1px;
	transform: rotate(28deg);
	width: 2px;
}

.icon-pin::before {
	border: 2px solid currentColor;
	border-radius: 50% 50% 50% 0;
	height: 16px;
	left: 4px;
	top: 2px;
	transform: rotate(-45deg);
	width: 16px;
}

.icon-card::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	inset: 5px 2px;
}

.icon-card::after {
	background: currentColor;
	height: 2px;
	left: 4px;
	top: 10px;
	width: 16px;
}

.icon-calendar::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	inset: 5px 2px;
}

.icon-calendar::after {
	background: currentColor;
	height: 2px;
	left: 4px;
	top: 10px;
	width: 16px;
}

.icon-user-add::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	height: 8px;
	left: 4px;
	top: 3px;
	width: 8px;
}

.icon-user-add::after {
	background:
		linear-gradient(currentColor, currentColor) right 4px top 50% / 10px 2px no-repeat,
		linear-gradient(currentColor, currentColor) right 8px top 50% / 2px 10px no-repeat;
	inset: 0;
}

.icon-line {
	height: 34px;
	min-width: 34px;
	width: 34px;
}

.mini-icon::after,
.icon-line::after {
	content: none;
}

.hero-stamp {
	bottom: 2rem;
	position: absolute;
	right: 3rem;
	width: 176px;
}

.hero-stamp img {
	border: 2px solid rgba(0, 0, 0, 0.72);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
	filter: saturate(0.95) contrast(1.12);
}

.home-category-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-category-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--text);
	cursor: pointer;
	display: block;
	min-height: 196px;
	overflow: hidden;
	padding: 1.4rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.home-category-card:hover {
	border-color: var(--line-green);
}

.home-category-card img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.home-category-card strong {
	bottom: 3.7rem;
	font-family: var(--display);
	font-size: 1.35rem;
	left: 1.35rem;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.home-category-card span {
	bottom: 2.1rem;
	color: var(--muted);
	font-size: 0.82rem;
	left: 1.35rem;
	position: absolute;
	z-index: 1;
}

.featured-products,
.all-products-section,
.quick-help,
.subcategory,
.section.muted.catalog-products {
	background: rgba(7, 14, 10, 0.78);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	margin-top: 0.9rem;
	padding: 1rem;
}

.rail-heading {
	justify-content: space-between;
}

.rail-controls {
	display: flex;
	gap: 0.55rem;
	margin-left: auto;
}

.rail-arrow,
.view-toggle {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--muted);
	display: inline-grid;
	font-size: 1.28rem;
	height: 34px;
	line-height: 1;
	padding: 0;
	place-items: center;
	width: 34px;
}

.rail-arrow:hover,
.view-toggle:hover,
.view-toggle.is-active {
	border-color: var(--line-green);
	color: var(--green);
}

.product-rail {
	display: grid;
	gap: 0.9rem;
	grid-auto-columns: minmax(210px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 0.1rem 0 0.8rem;
	scroll-behavior: smooth;
	scrollbar-color: var(--green) rgba(255, 255, 255, 0.08);
}

.product-rail .product-card {
	min-width: 220px;
}

.product-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
	background: rgba(7, 13, 10, 0.96);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: grid;
	grid-template-rows: 168px 1fr;
	min-width: 0;
	overflow: hidden;
}

.product-card:hover {
	border-color: rgba(145, 207, 46, 0.55);
}

.product-card-media,
.product-card-image {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.25)),
		url("../img/layout/card_background.png") center / cover;
}

.product-card-media {
	min-height: 168px;
	position: relative;
}

.product-card-image {
	display: block;
	height: 100%;
}

.product-card-image img {
	height: 100%;
	object-fit: contain;
	padding: 0.7rem;
	width: 100%;
}

.product-badge {
	background: var(--green);
	border-radius: 3px;
	color: #081006;
	font-size: 0.64rem;
	left: 0.72rem;
	padding: 0.17rem 0.4rem;
	position: absolute;
	text-transform: uppercase;
	top: 0.68rem;
}

.product-favorite {
	background: transparent;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.55rem;
	min-height: 34px;
	padding: 0;
	position: absolute;
	right: 0.55rem;
	top: 0.44rem;
	width: 34px;
}

.product-favorite:hover {
	color: var(--green);
}

.product-card-body {
	display: grid;
	gap: 0.58rem;
	padding: 0.85rem;
}

.product-card-body .eyebrow {
	font-size: 0.68rem;
	margin: 0;
}

.product-card h3 {
	font-size: 0.98rem;
	line-height: 1.2;
	margin: 0;
	min-height: 2.35rem;
	text-transform: uppercase;
}

.product-card p {
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.38;
	margin: 0;
}

.product-card-actions {
	align-items: center;
	display: flex;
	gap: 0.6rem;
	justify-content: space-between;
	margin-top: auto;
}

.product-card-actions strong {
	white-space: nowrap;
}

.product-card-actions form {
	margin: 0;
}

.product-card-actions button {
	align-items: center;
	background: transparent;
	border: 1px solid var(--line-green);
	border-radius: 4px;
	color: var(--green);
	display: inline-flex;
	font-family: var(--display);
	font-size: 0.85rem;
	gap: 0.35rem;
	justify-content: center;
	min-height: 34px;
	padding: 0.42rem 0.65rem;
	text-transform: uppercase;
}

.product-card-actions button:hover {
	background: var(--green);
	color: #081006;
}

.catalog-home-layout {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: 230px minmax(0, 1fr);
}

.catalog-filter {
	align-content: start;
	align-items: start;
	align-self: start;
	color: var(--muted);
	display: grid;
	gap: 0.55rem;
	justify-items: stretch;
}

.catalog-filter strong {
	color: var(--green);
	font-family: var(--display);
	font-size: 0.85rem;
	margin-top: 0.25rem;
	text-transform: uppercase;
}

.catalog-filter label {
	align-items: center;
	display: flex;
	font-size: 0.85rem;
	gap: 0.45rem;
	justify-content: flex-start;
}

.catalog-filter input[type="checkbox"] {
	accent-color: var(--green);
}

.catalog-filter input[type="search"],
.catalog-filter select,
.catalog-filter input[type="range"] {
	width: 100%;
}

.search-field {
	position: relative;
}

.search-field > i {
	color: var(--green);
	font-size: 0.95rem;
	left: 0.85rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.catalog-filter .search-field input {
	padding-left: 2.25rem;
}

.price-range {
	display: flex;
	justify-content: space-between;
}

.catalog-results {
	display: grid;
	gap: 0.9rem;
	min-width: 0;
}

.catalog-results .product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-empty,
.catalog-count {
	color: var(--muted);
	margin: 0;
}

.catalog-empty {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1rem;
	text-align: center;
}

.catalog-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: center;
}

.catalog-pagination span {
	display:flex;
	gap: 0.5rem;
}

.catalog-pagination button {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--text);
	font-family: var(--display);
	font-size: 0.9rem;
	min-height: 38px;
	min-width: 38px;
	padding: 0.5rem 0.75rem;
	text-transform: uppercase;
}

.catalog-pagination button:hover:not(:disabled),
.catalog-pagination button.is-active {
	background: rgba(145, 207, 46, 0.18);
	border-color: var(--line-green);
	color: var(--green);
}

.catalog-pagination button:disabled {
	cursor: not-allowed;
	opacity: 0.42;
}

.catalog-count {
	font-size: 0.85rem;
	text-align: center;
}

.auth-screen,
.contact-screen {
	align-items: start;
	display: grid;
	gap: 1.35rem;
	grid-template-columns: minmax(0, 0.86fr) minmax(350px, 1.14fr);
	padding-top: 1.35rem;
}

.contact-screen > form,
.auth-screen > form {
	height: 100%;
}

.benefit-panel,
.communication-panel,
.form-panel,
.contact-card,
.auth-copy,
.checkout-layout > div,
.checkout-layout > aside,
.profile-grid article,
.cart-summary,
.table-wrap,
.empty-state {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 42%),
		var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.benefit-panel,
.communication-panel,
.form-panel {
	padding: 1.85rem;
}

.panel-heading {
	align-items: center;
	display: flex;
	gap: 0.85rem;
	margin-bottom: 0.95rem;
}

.panel-heading h2 {
	color: var(--green);
	font-size: 1.55rem;
	line-height: 1;
	margin: 0;
}

.benefit-panel > p,
.communication-panel > p,
.form-panel > p {
	color: var(--text);
	margin: 0 0 1.25rem;
}

.benefit-list {
	display: grid;
	gap: 0.6rem;
}

.benefit-list article,
.contact-info-grid article,
.security-note,
.secure-box,
.join-box,
.quick-help-grid a {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.benefit-list article {
	align-items: center;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 46px minmax(0, 1fr);
	padding: 0.85rem;
}

.benefit-list strong,
.contact-info-grid strong,
.quick-help-grid strong {
	color: var(--green);
	display: block;
	font-family: var(--display);
	font-size: 0.95rem;
	text-transform: uppercase;
}

.benefit-list p,
.contact-info-grid p,
.quick-help-grid p,
.security-note p,
.secure-box p,
.join-box p,
.crate-card p {
	color: var(--muted);
	margin: 0;
}

.secure-box {
	margin-top: 1rem;
	padding: 1rem;
}

.secure-box > strong {
	color: var(--green);
	font-family: var(--display);
	text-transform: uppercase;
}

.secure-box div {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1rem;
	text-align: center;
}

.secure-box span {
	color: var(--text);
	font-family: var(--display);
	font-size: 0.78rem;
	text-transform: uppercase;
}

.secure-box span i {
	color: var(--green);
	display: block;
	font-size: 1.2rem;
	margin-bottom: 0.42rem;
}

.crate-card {
	margin-top: 1.05rem;
	overflow: hidden;
	position: relative;
}

.crate-card img {
	border-radius: var(--radius);
	filter: brightness(0.72) saturate(0.8);
	height: 184px;
	object-fit: cover;
	width: 100%;
}

.crate-card strong {
	bottom: 1.4rem;
	color: var(--text);
	font-family: var(--display);
	font-size: 1.45rem;
	left: 1.25rem;
	position: absolute;
	text-transform: uppercase;
}

.form-panel {
	display: grid;
	gap: 1rem;
}

.form-panel label {
	color: var(--text);
	display: grid;
	font-family: var(--display);
	font-size: 0.9rem;
	gap: 0.45rem;
	text-transform: uppercase;
}

.form-panel label small {
	color: var(--muted);
	font-family: var(--body);
	font-size: 0.72rem;
	font-weight: 400;
	text-transform: none;
}

.field-row {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field-icon {
	align-items: center;
	display: grid;
	position: relative;
}

.field-icon::before,
.field-icon::after {
	color: var(--green);
	pointer-events: none;
	z-index: 1;
}

.field-icon > i {
	color: var(--green);
	font-size: 1rem;
	left: 0.95rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.field-icon input,
.field-icon select,
.form-panel input,
.form-panel select,
.form-panel textarea,
.buy-panel input,
.catalog-filter input[type="search"],
.catalog-filter select,
.catalog-tools select {
	background: rgba(1, 4, 3, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--radius);
	color: var(--text);
	min-height: 48px;
	padding: 0.78rem 0.9rem;
	width: 100%;
}

.field-icon input,
.field-icon select {
	padding-left: 2.55rem;
}

.field-icon.icon-lock input,
.field-icon.password-field input {
	padding-right: 3rem;
}

.field-icon input::placeholder,
.form-panel textarea::placeholder,
.catalog-filter input::placeholder {
	color: rgba(244, 241, 234, 0.48);
}

.ghost-eye {
	background: transparent;
	border: 0;
	color: var(--muted);
	height: 38px;
	min-height: 38px;
	padding: 0;
	position: absolute;
	right: 0.45rem;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
}

.ghost-eye::before {
	content: none;
}

.ghost-eye::after {
	content: none;
}

.ghost-eye i {
	font-size: 1rem;
}

.ghost-eye.is-visible {
	color: var(--green);
}

.forgot-link {
	color: var(--green);
	justify-self: end;
	margin-top: -0.35rem;
}

.divider {
	align-items: center;
	color: var(--quiet);
	display: grid;
	font-family: var(--display);
	font-size: 1rem;
	grid-template-columns: 1fr auto 1fr;
	gap: 0.75rem;
	margin: 0.4rem 0;
	text-transform: uppercase;
}

.divider::before,
.divider::after {
	background: var(--line);
	content: "";
	height: 1px;
}

.join-box {
	display: grid;
	gap: 0.9rem;
	padding: 1rem;
	text-align: center;
}

.security-note {
	align-items: center;
	color: var(--green);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 36px minmax(0, 1fr);
	padding: 1rem;
}

.security-note p {
	color: var(--green);
}

.password-strength {
	align-items: center;
	display: flex;
	gap: 0.45rem;
	margin-top: -0.35rem;
}

.password-strength span {
	color: var(--muted);
	font-size: 0.72rem;
}

.password-strength i {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	height: 5px;
	width: 54px;
}

.password-strength i:first-of-type {
	background: #ff3434;
}

.check-line {
	align-items: center;
	display: flex !important;
	font-family: var(--body) !important;
	font-size: 0.92rem !important;
	font-weight: 400;
	gap: 0.55rem !important;
	text-transform: none !important;
}

.check-line input {
	accent-color: var(--green);
	min-height: auto;
	width: auto;
}

.check-line a,
.form-note a {
	color: var(--green);
}

.toggle-line {
	align-items: center;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: flex !important;
	font-family: var(--body) !important;
	font-size: 0.9rem !important;
	justify-content: space-between;
	padding: 0.9rem 1rem;
	text-transform: none !important;
}

.toggle-line input {
	accent-color: var(--green);
	min-height: auto;
	width: auto;
}

.form-note {
	color: var(--muted);
	margin: 0;
}

.form-note.centered {
	text-align: center;
}

.contact-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.3rem;
}

.contact-info-grid article {
	align-items: center;
	border-radius: 0;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 46px minmax(0, 1fr);
	margin: -1px 0 0 -1px;
	min-height: 106px;
	padding: 0.85rem;
}

.map-panel {
	margin-top: 1.6rem;
	font-family: var(--display);
	color: var(--green);
	font-size: 1.55rem;
    	line-height: 1;
    	margin: 0;
	text-transform: uppercase;
}

.map-visual {
	border: 1px solid var(--line-green);
	border-radius: var(--radius);
	height: 294px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map-visual img {
	object-fit: contain;
}


.arrow-heading {
	color: var(--green);
	font-size: 2rem;
	line-height: 1;
}

.textarea-shell {
	display: block;
	position: relative;
}

.textarea-shell textarea {
	min-height: 176px;
	padding-bottom: 2rem;
	resize: vertical;
}

.textarea-shell small {
	bottom: 0.7rem;
	color: var(--muted);
	position: absolute;
	right: 0.8rem;
}

.quick-help {
	margin-top: 1.15rem;
}

.quick-help-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1rem;
}

.quick-help-grid a {
	align-items: center;
	display: grid;
	gap: 0.5rem 0.8rem;
	grid-template-columns: 42px minmax(0, 1fr) 18px;
	padding: 1rem;
}

.quick-help-grid p {
	grid-column: 2;
}

.quick-help-grid .quick-arrow {
	color: var(--green);
	grid-column: 3;
	grid-row: 1 / span 2;
	justify-self: end;
}

.service-strip {
	background: rgba(7, 14, 10, 0.9);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0.9rem auto 1rem;
	max-width: var(--max);
}

.service-strip {
	font-size: 2rem;
	color: var(--green);
}

.service-strip article {
	align-items: center;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: 44px minmax(0, 1fr);
	min-height: 98px;
	padding: 1.15rem 1.4rem;
}

.service-strip article + article {
	border-left: 1px solid var(--line);
}

.service-strip strong {
	display: block;
	font-family: var(--display);
	font-size: 0.95rem;
	text-transform: uppercase;
}

.service-strip p {
	color: var(--muted);
	font-size: 0.88rem;
	margin: 0;
}

.site-footer {
	background: rgba(7, 14, 10, 0.92);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	margin: 0 auto 1.5rem;
	max-width: var(--max);
}

.footer-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1.6fr 0.8fr 0.9fr 0.9fr;
	padding: 1.55rem 1.85rem;
}

.footer-grid section {
	display: grid;
	gap: 0.35rem;
	align-content: start;
}

.footer-brand-link {
	font-size: 1.65rem;
	margin-bottom: 0.65rem;
}

.footer-brand p,
.footer-grid a {
	color: var(--muted);
	font-size: 0.9rem;
}

.copyright {
	margin-top: 1rem;
}

.footer-grid h2 {
	font-family: var(--display);
	font-size: 0.95rem;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
	font-weight: 500;
}

.footer-grid a:hover {
	color: var(--green);
}

.social-list {
	display: flex;
	gap: 0.7rem;
}

.social-list a {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	color: var(--green);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.social-list i {
	font-size: 1.5rem;
	color: var(--green);
}

.breadcrumb {
	color: var(--muted);
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 1rem 0 0.5rem;
	text-transform: uppercase;
}

.breadcrumb a {
	color: var(--green);
}

.catalog-hero {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	margin: 0 auto 0.9rem;
	max-width: var(--max);
	overflow: hidden;
}

.catalog-hero img {
	aspect-ratio: 1154 / 250;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.category-intro {
	align-items: center;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: grid;
	gap: 1.3rem;
	grid-template-columns: 58px minmax(0, 1fr) 180px;
	margin-bottom: 1rem;
	padding: 1.1rem;
}

.category-intro-mark {
	border: 3px solid var(--green);
	border-radius: 50%;
	height: 50px;
	position: relative;
	width: 50px;
}

.category-intro-mark::before,
.category-intro-mark::after {
	background: var(--green);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.category-intro-mark::before {
	height: 68px;
	width: 2px;
}

.category-intro-mark::after {
	height: 2px;
	width: 68px;
}

.category-intro h1 {
	font-family: var(--display);
	font-size: 2rem;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.category-intro p {
	color: var(--muted);
	margin: 0;
}

.category-intro-image {
	max-height: 140px;
	object-fit: contain;
	width: 100%;
}

.category-grid,
.review-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
	background: var(--panel-2);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: grid;
	gap: 0.7rem;
	justify-items: center;
	min-height: 178px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.category-card:hover {
	border-color: var(--line-green);
}

.category-card img {
	height: 120px;
	object-fit: contain;
}

.catalog-panel-header {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.catalog-tools {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.catalog-tools label {
	color: var(--muted);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.section.muted {
	background: rgba(7, 14, 10, 0.78);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	margin-top: 1rem;
	padding: 1rem;
}

.page-heading {
	padding-top: 1.5rem;
}

.page-heading h1,
.product-info h1,
.empty-state h1,
.empty-state h2 {
	font-size: 2.6rem;
	line-height: 1;
	margin: 0 0 0.7rem;
}

.product-detail {
	align-items: start;
	display: grid;
	gap: 1.4rem;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
	padding-top: 1rem;
}

.product-visual,
.product-info,
.cart-line {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.product-visual {
	min-height: 480px;
	padding: 1rem;
}

.product-visual img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.product-info {
	padding: 1.4rem;
}

.product-info > p:not(.eyebrow) {
	color: var(--muted);
}

.product-meta {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 1.4rem 0;
}

.product-meta div {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 0.8rem;
}

.product-meta dt {
	color: var(--muted);
}

.product-meta dd {
	margin: 0.2rem 0 0;
}

.buy-panel {
	align-items: end;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 90px minmax(90px, 1fr) auto;
	padding: 1rem;
}

.buy-panel label {
	color: var(--muted);
}

.buy-panel strong {
	font-size: 1.6rem;
}

.cart-layout {
	align-items: start;
	display: grid;
	gap: 1.2rem;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.cart-lines {
	display: grid;
	gap: 0.8rem;
}

.cart-line {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 92px minmax(0, 1fr) auto auto;
	padding: 0.85rem;
}

.cart-line img {
	background: url("../img/layout/card_background.jpg") center / cover;
	border-radius: var(--radius);
	height: 86px;
	object-fit: contain;
	padding: 0.4rem;
	width: 92px;
}

.cart-line h2 {
	font-size: 1rem;
	margin: 0 0 0.2rem;
	text-transform: uppercase;
}

.cart-line p {
	color: var(--muted);
	margin: 0;
}

.quantity-form {
	display: grid;
	grid-template-columns: 38px 46px 38px;
}

.quantity-form button {
	border-radius: 0;
	min-height: 38px;
	padding: 0;
}

.quantity-form output {
	align-items: center;
	background: rgba(0, 0, 0, 0.38);
	border-block: 1px solid var(--line);
	display: flex;
	justify-content: center;
}

.cart-summary {
	display: grid;
	gap: 1rem;
	padding: 1.2rem;
	position: sticky;
	top: 92px;
}

.cart-summary h2 {
	margin: 0;
}

.cart-summary strong {
	color: var(--green);
	font-size: 2rem;
}

.cart-summary .button,
.cart-summary button {
	width: 100%;
}

.profile-grid,
.checkout-layout {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 1rem;
}

.profile-grid article,
.checkout-layout > div,
.checkout-layout > aside,
.empty-state {
	padding: 1.2rem;
}

.table-wrap {
	overflow: auto;
	padding: 0;
}

table {
	border-collapse: collapse;
	min-width: 760px;
	width: 100%;
}

th,
td {
	border-bottom: 1px solid var(--line);
	padding: 0.9rem;
	text-align: left;
}

th {
	color: var(--green);
	font-family: var(--display);
	text-transform: uppercase;
}

td {
	color: var(--muted);
}

.status {
	background: rgba(145, 207, 46, 0.12);
	border: 1px solid var(--line-green);
	border-radius: 999px;
	color: var(--green);
	padding: 0.2rem 0.55rem;
}

.admin-nav {
	background: rgba(1, 3, 2, 0.96);
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 0.4rem;
	justify-content: center;
	padding: 0.75rem 1rem;
}

.admin-nav a {
	border-radius: var(--radius);
	color: var(--muted);
	font-family: var(--display);
	padding: 0.65rem 0.85rem;
	text-transform: uppercase;
}

.admin-nav a.active,
.admin-nav a[aria-current="page"],
.admin-nav a:hover {
	background: rgba(145, 207, 46, 0.12);
	color: var(--green);
}

.empty-state {
	display: grid;
	justify-items: center;
	margin-block: 2rem;
	text-align: center;
}

.empty-state img {
	max-height: 180px;
	object-fit: contain;
}

@media (max-width: 1050px) {
	.product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.quick-help-grid,
	.service-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-strip article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--line);
	}

	.service-strip article:nth-child(4) {
		border-top: 1px solid var(--line);
	}
}

@media (max-width: 900px) {
	main {
		padding-inline: 1rem;
	}

	.page-hero {
		height: 430px;
	}

	.hero-content {
		max-width: 650px;
		padding: 3.2rem 1.5rem 2rem;
		width: 100%;
	}

	.hero-content h1 {
		font-size: 3.45rem;
	}

	.hero-content > p:not(.eyebrow) {
		min-height: 3.4rem;
	}

	.hero-stamp {
		display: none;
	}

	.home-category-grid,
	.auth-screen,
	.contact-screen,
	.catalog-home-layout,
	.product-detail,
	.cart-layout,
	.profile-grid,
	.checkout-layout {
		grid-template-columns: 1fr;
	}

	.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.catalog-results .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.category-intro {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.category-intro-image {
		display: none;
	}

	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	main {
		padding-inline: 0.75rem;
	}

	.section {
		padding-block: 0.75rem;
	}

	.page-hero {
		height: 500px;
	}

	.hero-content h1 {
		font-size: 2.72rem;
	}

	.hero-content > p:not(.eyebrow) {
		min-height: 0;
	}

	.hero-facts {
		gap: 0.75rem;
		padding-top: 1.35rem;
	}

	.hero-facts span {
		min-width: 100%;
	}

	.product-grid,
	.category-grid,
	.review-grid,
	.field-row,
	.contact-info-grid,
	.quick-help-grid,
	.service-strip,
	.footer-grid,
	.product-meta,
	.buy-panel {
		grid-template-columns: 1fr;
	}

	.catalog-results .product-grid {
		grid-template-columns: 1fr;
	}

	.product-rail {
		grid-auto-columns: minmax(226px, 78vw);
	}

	.service-strip article + article,
	.service-strip article:nth-child(3),
	.service-strip article:nth-child(4) {
		border-left: 0;
		border-top: 1px solid var(--line);
	}

	.benefit-panel,
	.communication-panel,
	.form-panel {
		padding: 1.15rem;
	}

	.secure-box div {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.cart-line {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.cart-line .quantity-form,
	.cart-line strong {
		grid-column: 2;
	}

	.catalog-panel-header {
		align-items: stretch;
		flex-direction: column;
	}

	.catalog-tools {
		flex-wrap: wrap;
	}
}
