/* Loss-26 landing page.
   Palette and type are derived from the Health Chart logo (orange + green)
   with a deep green ground so the orange only ever appears on actions. */

.hcl26-page {
	--hcl26-ink: #10231f;
	--hcl26-green: #488070;
	--hcl26-green-deep: #17362e;
	--hcl26-green-dark: #0d251f;
	--hcl26-orange: #f0901e;
	--hcl26-orange-dark: #d17a12;
	--hcl26-paper: #fbf7f1;
	--hcl26-paper-sunk: #f1e9dc;
	--hcl26-line: #ddd2c1;
	--hcl26-muted: #5c6b66;

	--hcl26-shell: 1120px;
	--hcl26-gap: clamp(1rem, 3vw, 2rem);
	--hcl26-radius: 14px;
	--hcl26-radius-sm: 8px;

	--hcl26-font-display: "Readex Pro", "Segoe UI", system-ui, sans-serif;
	--hcl26-font-body: "IBM Plex Sans Arabic", "Readex Pro", system-ui, sans-serif;

	background: var(--hcl26-paper);
	color: var(--hcl26-ink);
	font-family: var(--hcl26-font-body);
	font-size: 17px;
	line-height: 1.75;
	overflow-x: hidden;
}

body.hcl26-loss26-page {
	margin: 0;
	padding: 0;
	background: var(--hcl26-paper, #fbf7f1);
}

.hcl26-page *,
.hcl26-page *::before,
.hcl26-page *::after {
	box-sizing: border-box;
}

.hcl26-page h1,
.hcl26-page h2,
.hcl26-page h3 {
	font-family: var(--hcl26-font-display);
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	letter-spacing: -0.01em;
}

.hcl26-page p,
.hcl26-page ul,
.hcl26-page ol {
	margin: 0;
}

.hcl26-page ul,
.hcl26-page ol {
	list-style: none;
	padding: 0;
}

.hcl26-page a {
	color: inherit;
	text-decoration: none;
}

.hcl26-page a:focus-visible,
.hcl26-page summary:focus-visible {
	outline: 3px solid var(--hcl26-orange);
	outline-offset: 3px;
	border-radius: 4px;
}

.hcl26-shell {
	width: 100%;
	max-width: var(--hcl26-shell);
	margin-inline: auto;
	padding-inline: clamp(1.1rem, 4vw, 2.5rem);
}

/* ---------- Buttons ---------- */

.hcl26-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 52px;
	padding: 0.75rem 1.6rem;
	border-radius: 999px;
	border: 1.5px solid transparent;
	font-family: var(--hcl26-font-display);
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hcl26-btn--primary {
	background: var(--hcl26-orange);
	color: #23150a;
}

.hcl26-btn--primary:hover {
	background: var(--hcl26-orange-dark);
	transform: translateY(-1px);
}

.hcl26-btn--ghost {
	background: transparent;
	border-color: currentColor;
	color: inherit;
}

.hcl26-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.hcl26-btn--block {
	width: 100%;
}

/* ---------- Topbar ---------- */

.hcl26-topbar {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(251, 247, 241, 0.92);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--hcl26-line);
	color: var(--hcl26-ink);
}

.hcl26-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 64px;
}

.hcl26-topbar__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-family: var(--hcl26-font-display);
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--hcl26-green-deep);
}

.hcl26-topbar__mark {
	width: 15px;
	height: 15px;
	border-radius: 50% 50% 50% 2px;
	background: var(--hcl26-orange);
	box-shadow: -6px 4px 0 -3px var(--hcl26-green);
}

.hcl26-topbar__nav {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	font-size: 0.95rem;
}

.hcl26-topbar__cta {
	padding: 0.4rem 1.1rem;
	border: 1.5px solid var(--hcl26-green);
	border-radius: 999px;
	color: var(--hcl26-green-deep);
}

.hcl26-topbar__cta:hover {
	background: var(--hcl26-green);
	color: var(--hcl26-paper);
}

/* ---------- Hero ----------
   Light ground: the orange and the food photography both carry further on paper
   than they did on the deep green panel this replaced. */

.hcl26-hero {
	position: relative;
	background:
		radial-gradient(120% 90% at 85% -10%, rgba(72, 128, 112, 0.16), transparent 60%),
		var(--hcl26-paper);
	color: var(--hcl26-ink);
	padding-block: clamp(3rem, 9vw, 6rem) clamp(2.5rem, 6vw, 4rem);
	overflow: hidden;
}

.hcl26-eyebrow {
	display: inline-block;
	padding: 0.3rem 0.9rem;
	border: 1px solid var(--hcl26-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 0.82rem;
	letter-spacing: 0.02em;
	color: var(--hcl26-muted);
	margin-bottom: 1.4rem;
}

.hcl26-hero__title {
	font-size: clamp(2.3rem, 7.5vw, 4.4rem);
	font-weight: 600;
	line-height: 1.15;
	max-width: 16ch;
	text-wrap: balance;
	overflow-wrap: break-word;
	color: var(--hcl26-green-deep);
}

/* The marker sits behind the phrase rather than recolouring it, so the line
   stays readable at every width. */
.hcl26-hero__mark {
	display: inline;
	background-image: linear-gradient(transparent 60%, rgba(240, 144, 30, 0.42) 60%);
	background-repeat: no-repeat;
	padding-inline: 0.1em;
	/* Each wrapped line gets its own band instead of one box stretched across all of them. */
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


.hcl26-hero__lede {
	margin-top: 1.35rem;
	max-width: 44ch;
	font-size: clamp(1rem, 2.4vw, 1.15rem);
	color: var(--hcl26-muted);
}

.hcl26-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: clamp(1.6rem, 4vw, 2.2rem);
}

.hcl26-btn--quiet {
	background: transparent;
	border-color: var(--hcl26-line);
	color: var(--hcl26-green-deep);
}

.hcl26-btn--quiet:hover {
	border-color: var(--hcl26-green);
	background: rgba(72, 128, 112, 0.08);
}

.hcl26-assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.4rem;
	margin-top: 1.5rem;
	font-size: 0.9rem;
	color: var(--hcl26-muted);
}

.hcl26-assurances__item {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.hcl26-assurances__item::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50% 50% 50% 2px;
	background: var(--hcl26-green);
}

/* Signature: one tick per delivered day, ending on the 26th. */

.hcl26-daystrip {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	margin-top: clamp(2.2rem, 5vw, 3rem);
	padding-top: 1.1rem;
	border-top: 1px solid var(--hcl26-line);
	max-width: 520px;
}

.hcl26-daystrip__tick {
	flex: 1 1 auto;
	height: 14px;
	border-radius: 2px;
	background: var(--hcl26-line);
	transform-origin: bottom;
	transform: scaleY(0.55);
	opacity: 0;
	animation: hcl26-tick-in 0.45s ease forwards;
	animation-delay: calc(var(--hcl26-day-index) * 0.03s);
}

.hcl26-daystrip__tick:nth-child(7n) {
	background: var(--hcl26-green);
}

.hcl26-daystrip__tick:last-of-type {
	background: var(--hcl26-orange);
	transform: scaleY(1.5);
}

.hcl26-daystrip__count {
	flex: none;
	margin-inline-start: 0.75rem;
	font-family: var(--hcl26-font-display);
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--hcl26-green-deep);
	white-space: nowrap;
}

@keyframes hcl26-tick-in {
	to {
		opacity: 1;
	}
}

/* ---------- Sections ---------- */

.hcl26-section {
	padding-block: clamp(3rem, 8vw, 5rem);
}

.hcl26-section--plans {
	background: var(--hcl26-paper-sunk);
	border-block: 1px solid var(--hcl26-line);
}

.hcl26-section--checkout {
	background: var(--hcl26-paper-sunk);
}

.hcl26-section__title {
	font-size: clamp(1.6rem, 4.5vw, 2.4rem);
}

.hcl26-section__lede {
	margin-top: 0.65rem;
	max-width: 52ch;
	color: var(--hcl26-muted);
}

/* ---------- Plans ---------- */

.hcl26-plans {
	display: grid;
	gap: var(--hcl26-gap);
	margin-top: clamp(1.75rem, 4vw, 2.5rem);
	grid-template-columns: 1fr;
	align-items: start;
}

@media (min-width: 860px) {
	.hcl26-plans {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.hcl26-plan {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: clamp(1.5rem, 3.5vw, 2.15rem);
	background: #fff;
	border: 1px solid var(--hcl26-line);
	border-radius: var(--hcl26-radius);
}

.hcl26-plan--featured {
	background: var(--hcl26-green-deep);
	border-color: var(--hcl26-green-deep);
	color: var(--hcl26-paper);
}

.hcl26-plan__badge {
	align-self: flex-start;
	padding: 0.3rem 0.85rem;
	border-radius: 999px;
	background: var(--hcl26-orange);
	color: #23150a;
	font-family: var(--hcl26-font-display);
	font-size: 0.78rem;
	font-weight: 600;
}

.hcl26-plan__name {
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--hcl26-muted);
}

.hcl26-plan--featured .hcl26-plan__name {
	color: rgba(251, 247, 241, 0.7);
}

.hcl26-plan__subtitle {
	font-family: var(--hcl26-font-display);
	font-size: clamp(1.25rem, 3vw, 1.6rem);
	font-weight: 600;
	line-height: 1.35;
}

.hcl26-plan__flag {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.92rem;
	color: var(--hcl26-orange);
}

.hcl26-can {
	flex: none;
	width: 12px;
	height: 22px;
	border-radius: 4px / 6px;
	background: linear-gradient(180deg, var(--hcl26-orange) 0%, var(--hcl26-orange) 22%, currentColor 22%, currentColor 78%, var(--hcl26-orange) 78%);
	opacity: 0.9;
}

.hcl26-plan__price {
	padding-block: 0.4rem;
	border-block: 1px solid var(--hcl26-line);
}

.hcl26-plan--featured .hcl26-plan__price {
	border-color: rgba(251, 247, 241, 0.2);
}

.hcl26-plan__total {
	font-family: var(--hcl26-font-display);
	font-size: clamp(1.8rem, 5vw, 2.5rem);
	font-weight: 600;
	line-height: 1.3;
}

.hcl26-plan__total--ask {
	font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.hcl26-plan__installment {
	font-size: 0.92rem;
	color: var(--hcl26-muted);
}

.hcl26-plan--featured .hcl26-plan__installment {
	color: rgba(251, 247, 241, 0.75);
}

.hcl26-plan__list {
	display: grid;
	gap: 0.55rem;
	font-size: 0.97rem;
}

.hcl26-plan__item {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
}

.hcl26-plan__item::before {
	content: "";
	flex: none;
	width: 9px;
	height: 9px;
	margin-top: 0.62rem;
	border-radius: 50% 50% 50% 2px;
	background: var(--hcl26-green);
}

.hcl26-plan--featured .hcl26-plan__item::before {
	background: var(--hcl26-orange);
}

.hcl26-plan__item--off {
	color: var(--hcl26-muted);
}

.hcl26-plan__item--off::before {
	background: transparent;
	border: 1px solid var(--hcl26-line);
	border-radius: 2px;
}

.hcl26-plan .hcl26-btn {
	margin-top: auto;
}

/* ---------- Day timeline ---------- */

.hcl26-day {
	display: grid;
	gap: 1px;
	margin-top: clamp(1.75rem, 4vw, 2.5rem);
	background: var(--hcl26-line);
	border: 1px solid var(--hcl26-line);
	border-radius: var(--hcl26-radius);
	overflow: hidden;
}

@media (min-width: 900px) {
	.hcl26-day {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.hcl26-day__item {
	background: var(--hcl26-paper);
	padding: 1.35rem 1.25rem;
}

.hcl26-day__label {
	font-family: var(--hcl26-font-display);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--hcl26-green);
}

.hcl26-day__copy {
	margin-top: 0.35rem;
	font-size: 0.93rem;
	color: var(--hcl26-muted);
}

.hcl26-day__drink {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.75rem;
	padding-top: 0.7rem;
	border-top: 1px dashed var(--hcl26-line);
	font-size: 0.85rem;
	color: var(--hcl26-ink);
}

/* ---------- Steps ---------- */

.hcl26-steps {
	display: grid;
	gap: var(--hcl26-gap);
	margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 760px) {
	.hcl26-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.hcl26-steps__item {
	padding-top: 1rem;
	border-top: 2px solid var(--hcl26-green);
}

.hcl26-steps__num {
	display: block;
	font-family: var(--hcl26-font-display);
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--hcl26-orange);
}

.hcl26-steps__title {
	margin-top: 0.35rem;
	font-size: 1.2rem;
}

.hcl26-steps__copy {
	margin-top: 0.4rem;
	font-size: 0.95rem;
	color: var(--hcl26-muted);
}

/* ---------- Checkout ---------- */

.hcl26-checkout__selected {
	margin-top: 0.8rem;
	font-size: 1rem;
}

.hcl26-checkout__change {
	margin-inline-start: 0.6rem;
	color: var(--hcl26-green);
	text-decoration: underline;
	font-size: 0.9rem;
}

.hcl26-checkout__form {
	margin-top: 1.5rem;
	padding: clamp(1rem, 3vw, 2rem);
	background: #fff;
	border: 1px solid var(--hcl26-line);
	border-radius: var(--hcl26-radius);
}

.hcl26-checkout__form .woocommerce input[type="text"],
.hcl26-checkout__form .woocommerce input[type="email"],
.hcl26-checkout__form .woocommerce input[type="tel"],
.hcl26-checkout__form .woocommerce textarea,
.hcl26-checkout__form .woocommerce select {
	border-radius: var(--hcl26-radius-sm);
}

.hcl26-checkout__fallback {
	margin: 0;
}

/* ---------- FAQ ---------- */

.hcl26-faq {
	margin-top: clamp(1.5rem, 4vw, 2.25rem);
	border-top: 1px solid var(--hcl26-line);
}

.hcl26-faq__item {
	border-bottom: 1px solid var(--hcl26-line);
}

.hcl26-faq__q {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-block: 1.05rem;
	font-family: var(--hcl26-font-display);
	font-size: 1.05rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.hcl26-faq__q::-webkit-details-marker {
	display: none;
}

.hcl26-faq__q::before {
	content: "+";
	flex: none;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--hcl26-green);
	color: var(--hcl26-paper);
	font-size: 0.95rem;
	line-height: 1;
}

.hcl26-faq__item[open] .hcl26-faq__q::before {
	content: "–";
	background: var(--hcl26-orange);
	color: #23150a;
}

.hcl26-faq__a {
	padding-bottom: 1.15rem;
	padding-inline-start: 2.25rem;
	color: var(--hcl26-muted);
	font-size: 0.97rem;
}

/* ---------- Footer + sticky bar ---------- */

.hcl26-footer {
	background: var(--hcl26-green-dark);
	color: rgba(251, 247, 241, 0.8);
	padding-block: 2rem;
}

.hcl26-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.hcl26-footer__brand {
	font-family: var(--hcl26-font-display);
	font-size: 1.05rem;
	color: var(--hcl26-paper);
}

.hcl26-footer__legal {
	font-size: 0.85rem;
}

.hcl26-stickybar {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 50;
	display: none;
	gap: 0.6rem;
	padding: 0.7rem clamp(1rem, 4vw, 1.5rem);
	background: rgba(23, 54, 46, 0.97);
	border-top: 1px solid rgba(251, 247, 241, 0.15);
	transition: transform 0.25s ease;
}

.hcl26-stickybar[data-hcl26-hidden="true"] {
	transform: translateY(110%);
}

.hcl26-stickybar .hcl26-btn {
	min-height: 48px;
	color: #23150a;
}

.hcl26-stickybar__wa {
	flex: none;
	color: var(--hcl26-paper);
}

@media (max-width: 859px) {
	.hcl26-stickybar {
		display: flex;
	}

	.hcl26-footer {
		padding-bottom: 5.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hcl26-page *,
	.hcl26-page *::before,
	.hcl26-page *::after {
		animation-duration: 0.001s !important;
		animation-delay: 0s !important;
		transition-duration: 0.001s !important;
	}

	.hcl26-daystrip__tick {
		opacity: 1;
	}
}

/* Trial line — deliberately quiet: a door left open, not a third competing card. */

.hcl26-trial {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 0.97rem;
	color: var(--hcl26-muted);
}

.hcl26-trial__link {
	color: var(--hcl26-green);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hcl26-trial__link:hover {
	color: var(--hcl26-orange);
}

/* Photos. Fixed aspect ratios so a mixed-size media library still lines up. */

.hcl26-plan__media {
	margin: 0 0 0.25rem;
	border-radius: var(--hcl26-radius-sm);
	overflow: hidden;
	background: var(--hcl26-paper-sunk);
}

.hcl26-plan__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.hcl26-day__media {
	margin: 0 0 0.85rem;
	border-radius: var(--hcl26-radius-sm);
	overflow: hidden;
	background: var(--hcl26-paper-sunk);
}

.hcl26-day__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.hcl26-day__drink-img {
	flex: none;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
}

/* ---------- Hero media ----------
   The split only engages when a photo is set; without one the hero keeps its
   original single-column measure rather than leaving a hole. */

.hcl26-hero__inner {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
}

@media (min-width: 900px) {
	.hcl26-hero--split .hcl26-hero__inner {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.hcl26-hero__media {
	position: relative;
	isolation: isolate;
}

.hcl26-hero__shot {
	margin: 0;
	border-radius: calc(var(--hcl26-radius) + 6px);
	overflow: hidden;
	background: var(--hcl26-paper-sunk);
	box-shadow: 0 18px 40px -28px rgba(16, 35, 31, 0.55);
}

.hcl26-hero__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* Small shot overlaps the corner nearest the copy, tying the two columns together. */
.hcl26-hero__shot--accent {
	position: absolute;
	inset-inline-end: -14px;
	bottom: -26px;
	width: 33%;
	max-width: 150px;
	border: 4px solid var(--hcl26-paper);
	box-shadow: 0 14px 30px -20px rgba(16, 35, 31, 0.6);
}

.hcl26-hero__shot--accent .hcl26-hero__img {
	aspect-ratio: 1;
}

@media (max-width: 899px) {
	.hcl26-hero__media {
		order: -1;
		margin-bottom: 0.5rem;
	}

	.hcl26-hero__shot--accent {
		width: 28%;
		inset-inline-end: -8px;
		bottom: -18px;
	}
}

/* Logo. Height-constrained so any aspect ratio in the media library behaves. */

.hcl26-topbar__logo {
	display: block;
	height: 38px;
	width: auto;
	max-width: 190px;
	object-fit: contain;
}

@media (max-width: 600px) {
	.hcl26-topbar__logo {
		height: 32px;
		max-width: 150px;
	}
}
