/* Hemdox Ecommerce Kit — Footer (mobile-first). Dark navy, JUUL-blue accent. */

.hemdox-ftr {
	--ftr-bg: #0B1F2A;
	--ftr-surface: #13293A;
	--ftr-text: #EAF3F8;
	--ftr-muted: #9FB2BD;
	--ftr-accent: #0098DA;
	--ftr-border: rgba(255,255,255,.10);
	background: var(--ftr-bg); color: var(--ftr-text);
	font-family: inherit; font-size: 15px; line-height: 1.6;
}
.hemdox-ftr * { box-sizing: border-box; }
.hemdox-ftr a { color: inherit; text-decoration: none; }
.hemdox-ftr__wrap { max-width: 1240px; margin: 0 auto; padding: 44px 16px 0; }

/* ---- Newsletter band ---- */
.hemdox-ftr__news {
	background: var(--ftr-surface); border: 1px solid var(--ftr-border); border-radius: 18px;
	padding: 24px; display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px;
}
.hemdox-ftr__news-copy h3 { margin: 0 0 4px; font-size: 20px; font-weight: 800; letter-spacing: -.3px; color: #fff; }
.hemdox-ftr__news-copy p { margin: 0; color: var(--ftr-muted); font-size: 14.5px; }
.hemdox-ftr__form { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.hemdox-ftr__inputwrap {
	display: flex; align-items: center; background: rgba(255,255,255,.06);
	border: 1px solid var(--ftr-border); border-radius: 999px; padding: 5px 5px 5px 18px; width: 100%;
	transition: border-color .15s ease;
}
.hemdox-ftr__inputwrap:focus-within { border-color: var(--ftr-accent); }
.hemdox-ftr__form input[type=email] {
	flex: 1 1 auto; min-width: 0; border: 0; background: transparent; outline: 0;
	color: #fff; font-size: 15px; padding: 10px 6px;
}
.hemdox-ftr__form input[type=email]::placeholder { color: #7C93A0; }
.hemdox-ftr__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hemdox-ftr__submit {
	flex: none; border: 0; cursor: pointer; border-radius: 999px; padding: 11px 22px;
	background: var(--ftr-accent); color: #fff; font-weight: 800; font-size: 14px; white-space: nowrap;
	transition: filter .15s ease, transform .15s ease;
}
.hemdox-ftr__submit:hover { filter: brightness(1.08); transform: translateY(-1px); }
.hemdox-ftr__msg { font-size: 13.5px; min-height: 18px; }
.hemdox-ftr__msg.is-ok { color: #7CE0B0; }
.hemdox-ftr__msg.is-err { color: #FF9C8A; }

/* ---- Main grid ---- */
.hemdox-ftr__grid { display: grid; grid-template-columns: 1fr; gap: 30px 24px; }
.hemdox-ftr__brand-blurb { color: var(--ftr-muted); font-size: 14.5px; margin: 12px 0 18px; max-width: 42ch; }
.hemdox-ftr__logo { display: inline-flex; align-items: center; font-size: 24px; font-weight: 800; letter-spacing: -.6px; color: #fff; }
.hemdox-ftr__logo .dot { color: var(--ftr-accent); }

.hemdox-ftr__col h3 {
	margin: 0 0 14px; font-size: 12.5px; font-weight: 800; letter-spacing: 1.2px;
	text-transform: uppercase; color: #fff;
}
.hemdox-ftr__col ul { list-style: none; margin: 0; padding: 0; }
.hemdox-ftr__col li { margin: 0 0 10px; }
.hemdox-ftr__col a { color: var(--ftr-muted); font-size: 14.5px; transition: color .15s ease, padding-left .15s ease; }
.hemdox-ftr__col a:hover { color: #fff; padding-left: 3px; }

/* ---- Contact + socials ---- */
.hemdox-ftr__contact { list-style: none; margin: 0 0 18px; padding: 0; }
.hemdox-ftr__contact li { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 10px; color: var(--ftr-muted); font-size: 14.5px; }
.hemdox-ftr__contact svg { width: 18px; height: 18px; flex: none; margin-top: 2px; color: var(--ftr-accent); }
.hemdox-ftr__contact a:hover { color: #fff; }
.hemdox-ftr__social { display: flex; flex-wrap: wrap; gap: 10px; }
.hemdox-ftr__social a {
	width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--ftr-border);
	display: inline-flex; align-items: center; justify-content: center; color: var(--ftr-text);
	transition: background .15s ease, color .15s ease, transform .15s ease;
}
.hemdox-ftr__social a:hover { background: var(--ftr-accent); color: #fff; border-color: var(--ftr-accent); transform: translateY(-2px); }
.hemdox-ftr__social svg { width: 18px; height: 18px; }

/* ---- Notice (compliance) ---- */
.hemdox-ftr__notice {
	margin-top: 36px; padding: 16px 0; border-top: 1px solid var(--ftr-border);
	color: var(--ftr-muted); font-size: 12.5px; line-height: 1.6; display: flex; gap: 12px; align-items: flex-start;
}
.hemdox-ftr__notice svg { width: 20px; height: 20px; flex: none; color: #FFB27D; margin-top: 1px; }

/* ---- Payment badges ---- */
.hemdox-ftr__pay { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 0 20px; }
.hemdox-ftr__pay .chip {
	font-size: 11px; font-weight: 800; letter-spacing: .4px; color: #C9D6DE;
	background: rgba(255,255,255,.06); border: 1px solid var(--ftr-border); border-radius: 7px; padding: 6px 10px;
}

/* ---- Bottom bar ---- */
.hemdox-ftr__bottom {
	border-top: 1px solid var(--ftr-border); padding: 18px 0 26px;
	display: flex; flex-direction: column; gap: 12px; align-items: flex-start;
}
.hemdox-ftr__copy { color: var(--ftr-muted); font-size: 13px; }
.hemdox-ftr__legal { display: flex; flex-wrap: wrap; gap: 6px 18px; list-style: none; margin: 0; padding: 0; }
.hemdox-ftr__legal a { color: var(--ftr-muted); font-size: 13px; }
.hemdox-ftr__legal a:hover { color: #fff; }

/* ============================ TABLET ============================ */
@media (min-width: 640px) {
	.hemdox-ftr__grid { grid-template-columns: repeat(2, 1fr); }
	.hemdox-ftr__brand { grid-column: 1 / -1; }
	.hemdox-ftr__news { flex-direction: row; align-items: center; justify-content: space-between; }
	.hemdox-ftr__form { flex-direction: row; align-items: center; max-width: 460px; }
	.hemdox-ftr__msg { position: absolute; }
}

/* ============================ DESKTOP ============================ */
@media (min-width: 1025px) {
	.hemdox-ftr__wrap { padding-top: 56px; }
	.hemdox-ftr__grid { grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr; gap: 34px; }
	.hemdox-ftr__brand { grid-column: auto; }
	.hemdox-ftr__bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
	.hemdox-ftr__submit, .hemdox-ftr__social a, .hemdox-ftr__col a { transition: none; }
}
