@charset "utf-8";
/* Honey Pezil - Honeycomb Noir theme | Goldhive Wellness, Inc. */

@layer reset, tokens, base, layout, components, sections, utilities, responsive;

@layer reset {
	*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
	html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
	img, svg { display: block; max-width: 100%; height: auto; }
	a { color: inherit; text-decoration: none; }
	button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
	ul, ol { list-style: none; }
	table { border-collapse: collapse; width: 100%; }
}

@layer tokens {
	:root {
		--ink: #0d0c0a;
		--ink-2: #15130f;
		--panel: #1c1914;
		--panel-2: #241f18;
		--line: #3a3228;
		--cream: #f5efe2;
		--cream-soft: #d9d1c1;
		--muted: #a99e8a;
		--gold: #e3a434;
		--gold-bright: #f4c45a;
		--gold-deep: #b97f1f;
		--bronze: #9a6b34;
		--ok: #6fbf73;
		--warn: #d98b3a;

		--shell: clamp(1rem, 4vw, 4.5rem);
		--maxw: 1180px;

		--r-s: 8px;
		--r-m: 14px;
		--r-l: 22px;
		--r-pill: 999px;

		--shadow-1: 0 2px 10px rgba(0,0,0,.35);
		--shadow-2: 0 18px 50px rgba(0,0,0,.5);
		--glow: 0 0 0 1px rgba(227,164,52,.35), 0 14px 40px rgba(227,164,52,.18);

		--font-d: "Gloock", Georgia, serif;
		--font-b: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
	}
}

@layer base {
	body {
		font-family: var(--font-b);
		background: var(--ink);
		color: var(--cream);
		line-height: 1.65;
		font-size: 1.02rem;
		-webkit-font-smoothing: antialiased;
		overflow-x: hidden;
	}
	h1, h2, h3, h4 { font-family: var(--font-d); font-weight: 400; line-height: 1.12; color: var(--cream); letter-spacing: .2px; }
	h1 { font-size: clamp(2rem, 5.2vw, 3.4rem); }
	h2 { font-size: clamp(1.55rem, 3.6vw, 2.45rem); }
	h3 { font-size: clamp(1.2rem, 2.2vw, 1.55rem); }
	p { color: var(--cream-soft); }
	strong { color: var(--cream); font-weight: 800; }
	a { color: var(--gold-bright); }
	a:hover { color: var(--gold); }
	:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; border-radius: 4px; }
	::selection { background: var(--gold); color: var(--ink); }
	mark { background: rgba(227,164,52,.22); color: var(--gold-bright); padding: 0 .25em; border-radius: 4px; }
}

@layer layout {
	.hx-wrap { width: min(100% - 2rem, var(--maxw)); margin-inline: auto; }
	.hx-wrap--narrow { width: min(100% - 2rem, 820px); margin-inline: auto; }
	.hx-stack > * + * { margin-top: 1rem; }
	.hx-section { padding-block: clamp(3rem, 7vw, 5.5rem); }
	.hx-grid { display: grid; gap: 1.4rem; }
	.hx-grid--2 { grid-template-columns: repeat(2, 1fr); }
	.hx-grid--3 { grid-template-columns: repeat(3, 1fr); }
	.hx-grid--4 { grid-template-columns: repeat(4, 1fr); }
	.hx-row { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
	main { display: block; }
}

@layer components {
	/* skip link */
	.hx-skip { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--gold); color: var(--ink); padding: .6rem 1rem; border-radius: 0 0 var(--r-s) 0; font-weight: 800; }
	.hx-skip:focus { left: 0; }

	/* ribbon */
	.hx-ribbon {
		background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-deep));
		color: var(--ink);
		text-align: center;
		font-size: .82rem;
		font-weight: 800;
		letter-spacing: .3px;
		padding: .5rem 1rem;
	}

	/* header */
	.hx-head { position: sticky; top: 0; z-index: 100; background: rgba(13,12,10,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
	.hx-head__bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .85rem; }
	.hx-brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-b); font-weight: 800; font-size: 1.2rem; color: var(--cream); letter-spacing: .3px; }
	.hx-brand__hex { width: 30px; height: 30px; flex: none; }
	.hx-brand b { color: var(--gold-bright); font-weight: 800; }
	.hx-nav { display: flex; align-items: center; gap: 1.35rem; }
	.hx-nav a { color: var(--cream-soft); font-size: .92rem; font-weight: 600; }
	.hx-nav a:hover, .hx-nav a[aria-current="page"] { color: var(--gold-bright); }
	.hx-nav__cta { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--ink) !important; padding: .55rem 1.05rem; border-radius: var(--r-pill); font-weight: 800 !important; box-shadow: var(--shadow-1); }
	.hx-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--r-s); align-items: center; justify-content: center; }
	.hx-burger span, .hx-burger span::before, .hx-burger span::after { content: ""; display: block; width: 20px; height: 2px; background: var(--cream); position: relative; }
	.hx-burger span::before { position: absolute; top: -6px; }
	.hx-burger span::after { position: absolute; top: 6px; }

	/* badges row */
	.hx-trust { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; }
	.hx-trust li { display: flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--muted); font-weight: 600; }
	.hx-trust li::before { content: "✦"; color: var(--gold); }

	/* buttons */
	.hx-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem 1.7rem; border-radius: var(--r-pill); font-weight: 800; letter-spacing: .3px; text-align: center; transition: transform .15s ease, box-shadow .15s ease; }
	.hx-btn--gold { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--ink); box-shadow: var(--glow); }
	.hx-btn--gold:hover { transform: translateY(-2px); color: var(--ink); }
	.hx-btn--ghost { border: 1px solid var(--gold); color: var(--gold-bright); }
	.hx-btn--ghost:hover { background: rgba(227,164,52,.1); }
	.hx-btn--block { display: flex; width: 100%; }
	.hx-btn--lg { padding: 1.1rem 2rem; font-size: 1.05rem; }

	/* generic card / panel */
	.hx-card { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--r-l); padding: 1.6rem; }
	.hx-card--soft { background: var(--ink-2); }
	.hx-eyebrow { color: var(--gold); font-weight: 800; font-size: .8rem; letter-spacing: 2px; text-transform: uppercase; }
	.hx-lead { font-size: 1.12rem; color: var(--cream); }

	/* hero */
	.hx-hero { position: relative; background:
		radial-gradient(1100px 520px at 78% -8%, rgba(227,164,52,.22), transparent 60%),
		radial-gradient(700px 500px at 0% 110%, rgba(154,107,52,.14), transparent 55%),
		var(--ink);
		border-bottom: 1px solid var(--line); overflow: hidden; }
	.hx-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.4rem; align-items: center; padding-block: clamp(2.4rem, 6vw, 4.6rem); }
	.hx-hero__img { position: relative; }
	.hx-hero__img img { margin-inline: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); max-height: 480px; }
	.hx-hero__halo { position: absolute; inset: 8% 12%; background: radial-gradient(circle, rgba(244,196,90,.3), transparent 65%); filter: blur(20px); z-index: 0; }

	/* tldr block */
	.hx-tldr { border: 1px solid var(--line); border-left: 4px solid var(--gold); background: var(--ink-2); border-radius: var(--r-m); padding: 1.2rem 1.4rem; }
	.hx-tldr__label { color: var(--gold); font-weight: 800; font-size: .78rem; letter-spacing: 2px; text-transform: uppercase; }

	/* key facts table */
	.hx-facts { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--r-l); overflow: hidden; }
	.hx-facts caption { background: var(--ink-2); color: var(--gold-bright); font-family: var(--font-d); font-size: 1.15rem; padding: .9rem 1.2rem; text-align: left; border-bottom: 1px solid var(--line); }
	.hx-facts th, .hx-facts td { text-align: left; padding: .72rem 1.2rem; border-bottom: 1px solid var(--line); vertical-align: top; font-size: .95rem; }
	.hx-facts th { color: var(--muted); font-weight: 700; width: 42%; }
	.hx-facts td { color: var(--cream); font-weight: 600; }
	.hx-facts tr:last-child th, .hx-facts tr:last-child td { border-bottom: 0; }

	/* generic data table */
	.hx-table { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-m); overflow: hidden; }
	.hx-table caption { text-align: left; padding: .85rem 1rem; font-weight: 800; color: var(--gold-bright); background: var(--panel); }
	.hx-table th, .hx-table td { padding: .7rem 1rem; border-bottom: 1px solid var(--line); text-align: left; font-size: .93rem; }
	.hx-table thead th { background: var(--panel); color: var(--gold); font-weight: 800; }
	.hx-table td { color: var(--cream-soft); }
	.hx-table tbody tr:last-child td { border-bottom: 0; }

	/* pillar / feature cards */
	.hx-pillar { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--r-l); padding: 1.5rem; }
	.hx-pillar__n { font-family: var(--font-d); font-size: 1.6rem; color: var(--gold); }
	.hx-pillar h3 { margin-top: .3rem; }

	/* ingredient row */
	.hx-ing { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-m); padding: 1.3rem; }
	.hx-ing__dose { display: inline-block; background: rgba(227,164,52,.15); color: var(--gold-bright); border: 1px solid var(--gold-deep); border-radius: var(--r-pill); padding: .15rem .7rem; font-size: .82rem; font-weight: 800; }

	/* pricing */
	.hx-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; align-items: stretch; }
	.hx-price { position: relative; background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--r-l); padding: 1.7rem 1.4rem; display: flex; flex-direction: column; }
	.hx-price--feature { border-color: var(--gold); box-shadow: var(--glow); transform: translateY(-10px); }
	.hx-price__flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--ink); font-weight: 800; font-size: .76rem; letter-spacing: 1px; padding: .35rem 1rem; border-radius: var(--r-pill); text-transform: uppercase; white-space: nowrap; }
	.hx-price__qty { font-family: var(--font-d); font-size: 1.4rem; color: var(--cream); }
	.hx-price__img { display: flex; gap: 2px; justify-content: center; min-height: 190px; align-items: end; margin: .6rem 0; }
	.hx-price__img img { max-height: 190px; width: auto; }
	.hx-price__per { font-size: 1rem; color: var(--muted); }
	.hx-price__big { font-family: var(--font-d); font-size: 3rem; color: var(--gold-bright); line-height: 1; }
	.hx-price__was { text-decoration: line-through; color: var(--muted); }
	.hx-price__save { color: var(--ok); font-weight: 800; }
	.hx-price ul { margin: .8rem 0; }
	.hx-price li { padding: .3rem 0; font-size: .9rem; color: var(--cream-soft); border-bottom: 1px dashed var(--line); }
	.hx-price li::before { content: "✓ "; color: var(--gold); font-weight: 800; }
	.hx-price__cta { margin-top: auto; }

	/* review cards */
	.hx-review { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-m); padding: 1.3rem; }
	.hx-review__head { display: flex; align-items: center; gap: .7rem; margin-bottom: .6rem; }
	.hx-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(180deg, var(--gold), var(--bronze)); color: var(--ink); display: grid; place-items: center; font-weight: 800; flex: none; }
	.hx-stars { color: var(--gold-bright); letter-spacing: 1px; }
	.hx-vbadge { font-size: .72rem; color: var(--ok); font-weight: 800; }
	.hx-meta { font-size: .8rem; color: var(--muted); }

	/* stat snapshot */
	.hx-stat { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: var(--r-m); padding: 1.2rem; text-align: center; }
	.hx-stat__n { font-family: var(--font-d); font-size: 2rem; color: var(--gold-bright); line-height: 1; }
	.hx-stat__l { font-size: .82rem; color: var(--muted); margin-top: .35rem; }

	/* bars */
	.hx-bar { margin: .5rem 0; }
	.hx-bar__top { display: flex; justify-content: space-between; font-size: .88rem; color: var(--cream-soft); margin-bottom: .25rem; }
	.hx-bar__track { height: 9px; background: var(--panel); border-radius: var(--r-pill); overflow: hidden; border: 1px solid var(--line); }
	.hx-bar__fill { height: 100%; background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright)); border-radius: var(--r-pill); }

	/* breadcrumb */
	.hx-crumb { font-size: .82rem; color: var(--muted); padding-block: .8rem; }
	.hx-crumb a { color: var(--cream-soft); }
	.hx-crumb span { color: var(--gold); }

	/* takeaways */
	.hx-takeaways { background: var(--ink-2); border: 1px solid var(--gold-deep); border-radius: var(--r-l); padding: 1.6rem; }
	.hx-takeaways li { padding: .45rem 0 .45rem 1.8rem; position: relative; color: var(--cream); }
	.hx-takeaways li::before { content: "⬡"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

	/* faq / details */
	.hx-faq { border: 1px solid var(--line); border-radius: var(--r-m); background: var(--ink-2); margin-bottom: .7rem; overflow: hidden; }
	.hx-faq summary { padding: 1rem 1.2rem; font-weight: 700; color: var(--cream); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
	.hx-faq summary::-webkit-details-marker { display: none; }
	.hx-faq summary::after { content: "+"; color: var(--gold); font-weight: 800; font-size: 1.3rem; }
	.hx-faq[open] summary::after { content: "−"; }
	.hx-faq__body { padding: 0 1.2rem 1.1rem; color: var(--cream-soft); }

	/* byline */
	.hx-byline { font-size: .85rem; color: var(--muted); border-left: 3px solid var(--gold-deep); padding-left: .9rem; }
	.hx-byline b { color: var(--cream-soft); }

	/* verify table dl */
	.hx-verify { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-l); overflow: hidden; }
	.hx-verify > div { background: var(--ink-2); padding: 1rem 1.2rem; }
	.hx-verify dt { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .6px; font-weight: 700; }
	.hx-verify dd { color: var(--cream); font-weight: 700; margin-top: .25rem; }

	/* form */
	.hx-field { display: block; margin-bottom: 1rem; }
	.hx-field label { display: block; font-size: .85rem; font-weight: 700; color: var(--cream-soft); margin-bottom: .35rem; }
	.hx-field input, .hx-field textarea, .hx-field select { width: 100%; background: var(--ink); border: 1px solid var(--line); border-radius: var(--r-s); padding: .75rem .9rem; color: var(--cream); font: inherit; }
	.hx-field input:focus, .hx-field textarea:focus { border-color: var(--gold); }

	/* glossary */
	.hx-gloss dt { color: var(--gold-bright); font-weight: 800; margin-top: 1rem; }
	.hx-gloss dd { color: var(--cream-soft); }

	/* footer */
	.hx-foot { background: var(--ink-2); border-top: 1px solid var(--line); padding-block: 3rem 2rem; margin-top: 2rem; }
	.hx-foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
	.hx-foot h4 { font-family: var(--font-b); font-weight: 800; font-size: .9rem; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: .8rem; }
	.hx-foot a { color: var(--cream-soft); font-size: .9rem; display: block; padding: .22rem 0; }
	.hx-foot a:hover { color: var(--gold-bright); }
	.hx-foot__legal { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 1.4rem; font-size: .8rem; color: var(--muted); }
	.hx-foot__legal p + p { margin-top: .7rem; }
	.hx-foot__legal a { display: inline; padding: 0; color: var(--cream-soft); }
	.hx-foot__legal a:hover { color: var(--gold-bright); }
}

@layer sections {
	.hx-band { background:
		radial-gradient(800px 300px at 50% 0%, rgba(227,164,52,.16), transparent 60%),
		var(--ink-2);
		border-block: 1px solid var(--line); text-align: center; }
	.hx-hexbg { position: relative; }
	.hx-hexbg::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(227,164,52,.06) 1px, transparent 1px); background-size: 22px 22px; pointer-events: none; z-index: 0; }
	.hx-section > * { position: relative; z-index: 1; }
}

@layer utilities {
	.hx-center { text-align: center; }
	.hx-gold { color: var(--gold-bright); }
	.hx-mt-0 { margin-top: 0; }
	.hx-mt-1 { margin-top: 1rem; }
	.hx-mt-2 { margin-top: 2rem; }
	.hx-mb-1 { margin-bottom: 1rem; }
	.hx-mb-2 { margin-bottom: 2rem; }
	.hx-muted { color: var(--muted); }
	.hx-small { font-size: .85rem; }
	.is-hidden { display: none; }
}

@layer responsive {
	@media (max-width: 900px) {
		.hx-nav { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); flex-direction: column; align-items: flex-start; background: var(--ink-2); border-left: 1px solid var(--line); padding: 5rem 1.5rem 2rem; transform: translateX(100%); transition: transform .25s ease; gap: 1rem; }
		.hx-nav.is-open { transform: translateX(0); }
		.hx-burger { display: inline-flex; }
		.hx-hero__grid { grid-template-columns: 1fr; }
		.hx-hero__img { order: -1; }
		.hx-grid--3, .hx-grid--4, .hx-prices { grid-template-columns: 1fr; }
		.hx-foot__grid { grid-template-columns: 1fr 1fr; }
		.hx-price--feature { transform: none; }
		.hx-verify { grid-template-columns: 1fr; }
	}
	@media (max-width: 560px) {
		.hx-grid--2 { grid-template-columns: 1fr; }
		.hx-foot__grid { grid-template-columns: 1fr; }
		.hx-facts th { width: 50%; }
	}
}
