/* ==========================================================================
   The Alexander Fruit Co. — homepage template
   Square corners everywhere (the brand is label stock); circles only for
   decoration.
   ========================================================================== */

:root {
	--afc-forest: #1B2A16;
	--afc-forest-deep: #14200F;
	--afc-forest-mid: #243520;
	--afc-bone: #EDEBE5;
	--afc-gold: #C9A876;
	--afc-gold-light: #DFC49B;
	--afc-coral: #F2685E;
	--afc-sage: #8FA083;
	--afc-sage-light: #C7D0C0;
	--afc-olive: #6E7A63;
	--afc-olive-dark: #4B5645;
	--afc-forest-text: #3E4A38;
	--afc-brown: #4A3B21;
	--afc-brown-dark: #3E3222;

	--afc-sans: 'Montserrat', sans-serif;
	--afc-serif: 'Playfair Display', serif;
	--afc-script: 'Pinyon Script', cursive;
	--afc-mono: 'IBM Plex Mono', monospace;

	--afc-ease: cubic-bezier(.22, .8, .3, 1);
	--afc-btn-t: background 160ms ease, color 160ms ease;
}

html { scroll-behavior: smooth; }

body.afc {
	margin: 0;
	background: var(--afc-bone);
	color: var(--afc-forest);
	font-family: var(--afc-sans);
	-webkit-font-smoothing: antialiased;
}

.afc a { color: var(--afc-coral); text-decoration: none; }
.afc a:hover { color: var(--afc-gold); }
.afc input, .afc select, .afc textarea, .afc button { font-family: inherit; }
.afc button { border-radius: 0; -webkit-appearance: none; appearance: none; }
.afc h1, .afc h2 { font-family: var(--afc-sans); text-transform: none; }
.afc [hidden] { display: none !important; }

.afc :focus { outline: none; }
.afc :focus-visible { outline: 2px solid var(--afc-forest); outline-offset: 2px; }
.afc-hero :focus-visible, .afc-nav :focus-visible, .afc-stats :focus-visible,
.afc-summary :focus-visible, .afc-shipping :focus-visible, .afc-contact :focus-visible,
.afc-footer :focus-visible, .afc-riskfree :focus-visible { outline-color: var(--afc-gold); }

.afc .screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

@keyframes afcDrift { 0% { transform: translateY(0); } 50% { transform: translateY(-16px); } 100% { transform: translateY(0); } }
@keyframes afcMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* The Custom Elementor Widget plugin prints a custom-cursor element into every
   page; its stylesheet is stripped on these templates, so hide the leftover
   markup instead of letting it render as giant unstyled icons. */
.afc-js .cew-cursor,
body.afc .cew-cursor { display: none !important; }

.afc-page { overflow-x: clip; }
@supports not (overflow: clip) { .afc-page { overflow-x: hidden; } }

/* ---------- Layout primitives ---------- */

.afc-wrap { max-width: 1180px; margin: 0 auto; }
.afc-rel { position: relative; }
.afc-section { padding: clamp(64px, 8vw, 120px) 28px; }
.afc-section--compact { padding: clamp(48px, 5.5vw, 78px) 28px; }
.afc-bg-bone { background: var(--afc-bone); }
.afc-bg-gold { background: var(--afc-gold); }
.afc-stack-20 { display: flex; flex-direction: column; gap: 20px; }

.afc-split {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(32px, 5vw, 72px);
}
.afc-split--start { align-items: start; }

.afc-head { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-end; justify-content: space-between; }
.afc-head--20 { gap: 20px; }

.afc-note { font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.2em; }
.afc-note--olive { color: var(--afc-olive); }
.afc-note--brown { color: var(--afc-brown); }
.afc-note--gold { color: var(--afc-gold); }

.afc-label { font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.24em; color: var(--afc-olive); }
.afc-label--sage { color: var(--afc-sage); }

.afc-serif-16 { font-family: var(--afc-serif); font-size: 16px; line-height: 1.6; color: var(--afc-forest-text); }
.afc-fine { font-size: 12px; line-height: 1.6; color: var(--afc-sage); }

/* ---------- Type ---------- */

.afc-h2 { margin: 0; font-weight: 700; letter-spacing: -0.01em; text-wrap: balance; color: inherit; }
.afc-h2--diff { font-size: clamp(30px, 4.2vw, 54px); line-height: 1.04; }
.afc-h2--major { margin-top: 14px; font-size: clamp(30px, 4.6vw, 54px); line-height: 1.03; max-width: 760px; }
.afc-h2--compact { margin-top: 12px; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.05; max-width: 680px; letter-spacing: 0; }
.afc-h2--pricing { margin-top: 12px; font-size: clamp(28px, 4.2vw, 52px); line-height: 1.02; max-width: 760px; letter-spacing: 0; color: var(--afc-forest); }
.afc-h2--quotes { margin-bottom: clamp(32px, 4vw, 52px); }
#story .afc-h2--major { max-width: none; color: var(--afc-forest); }
#contact .afc-h2--major { max-width: none; }

.afc-lede { font-family: var(--afc-serif); font-size: 19px; line-height: 1.65; color: var(--afc-forest-text); margin: 0; max-width: 520px; }
.afc-lede--brown { color: var(--afc-brown-dark); margin: 19px 0; }
.afc-lede--sage { color: var(--afc-sage-light); margin: 19px 0; }

/* ---------- Eyebrow (brand spec line) ---------- */

.afc-eyebrow {
	display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
	font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.24em;
}
.afc-eyebrow span { white-space: nowrap; }
.afc-eyebrow__rule { width: 16px; height: 1px; flex: none; }
.afc-eyebrow--dark .afc-eyebrow__brand, .afc-eyebrow--light .afc-eyebrow__brand { color: var(--afc-gold); }
.afc-eyebrow--dark .afc-eyebrow__rule, .afc-eyebrow--light .afc-eyebrow__rule { background: var(--afc-gold); }
.afc-eyebrow--dark .afc-eyebrow__name { color: var(--afc-sage); }
.afc-eyebrow--light .afc-eyebrow__name { color: var(--afc-olive); }
.afc-eyebrow--gold .afc-eyebrow__brand { color: var(--afc-forest); }
.afc-eyebrow--gold .afc-eyebrow__rule { background: var(--afc-forest); }
.afc-eyebrow--gold .afc-eyebrow__name { color: var(--afc-brown); }
.afc-eyebrow--center { justify-content: center; }
.afc-eyebrow--center .afc-eyebrow__name { color: var(--afc-sage); }

/* ---------- Buttons (hover = full color inversion) ---------- */

.afc .afc-btn { display: inline-block; cursor: pointer; transition: var(--afc-btn-t); border: none; }

.afc .afc-btn--nav {
	background: var(--afc-coral); color: var(--afc-forest-deep); font-weight: 600; font-size: 11px;
	letter-spacing: 0.16em; padding: 12px 22px; box-shadow: inset 0 0 0 1px var(--afc-coral);
}
.afc .afc-btn--nav:hover { background: var(--afc-forest-deep); color: var(--afc-coral); }

.afc .afc-btn--hero {
	background: var(--afc-coral); color: var(--afc-forest-deep); font-weight: 600; font-size: 14px;
	letter-spacing: 0.12em; padding: 19px 34px; box-shadow: inset 0 0 0 1px var(--afc-coral);
}
.afc .afc-btn--hero:hover { background: var(--afc-forest); color: var(--afc-coral); }

.afc .afc-btn--hero-ghost {
	border: 1px solid rgba(201, 168, 118, 0.5); color: var(--afc-gold); font-weight: 500; font-size: 14px;
	letter-spacing: 0.12em; padding: 19px 30px;
}
.afc .afc-btn--hero-ghost:hover { background: var(--afc-gold); color: var(--afc-forest); }

.afc .afc-btn--forest {
	background: var(--afc-forest); color: var(--afc-bone); font-family: var(--afc-mono); font-size: 11px;
	letter-spacing: 0.18em; padding: 14px 22px; box-shadow: inset 0 0 0 1.5px var(--afc-forest);
}
.afc .afc-btn--forest:hover { background: transparent; color: var(--afc-forest); }

.afc .afc-btn--outline-forest {
	border: 1.5px solid var(--afc-forest); color: var(--afc-forest); font-family: var(--afc-mono); font-size: 10px;
	letter-spacing: 0.18em; padding: 10px 18px;
}
.afc .afc-btn--outline-forest:hover { background: var(--afc-forest); color: var(--afc-gold); }

.afc .afc-btn--outline-coral {
	border: 1px solid var(--afc-coral); color: var(--afc-coral); font-family: var(--afc-mono); font-size: 11px;
	letter-spacing: 0.18em; padding: 13px 22px;
}
.afc .afc-btn--outline-coral:hover { background: var(--afc-coral); color: var(--afc-forest-deep); }

.afc .afc-btn--shipped {
	background: var(--afc-coral); color: var(--afc-forest-deep); font-family: var(--afc-mono); font-weight: 700;
	font-size: 13px; letter-spacing: 0.16em; padding: 18px 30px; box-shadow: inset 0 0 0 1px var(--afc-coral);
}
.afc .afc-btn--shipped:hover { background: var(--afc-forest); color: var(--afc-coral); }

.afc .afc-btn--send {
	background: var(--afc-coral); color: var(--afc-forest-deep); font-weight: 600; font-size: 13px;
	letter-spacing: 0.16em; padding: 17px 20px; box-shadow: inset 0 0 0 1px var(--afc-coral);
}
.afc .afc-btn--send:hover { background: var(--afc-forest-deep); color: var(--afc-coral); }

/* ---------- 1. Nav ---------- */

.afc-nav {
	position: sticky; top: 0; z-index: 50;
	background: var(--afc-forest-deep); border-bottom: 1px solid rgba(201, 168, 118, 0.2);
}
.admin-bar .afc-nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .afc-nav { top: 46px; } }
@media (max-width: 600px) { .admin-bar .afc-nav { top: 0; } }

.afc-nav__inner {
	max-width: 1240px; margin: 0 auto; padding: 16px 28px;
	display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}

.afc .afc-mark { display: flex; flex-direction: column; gap: 5px; color: var(--afc-bone); }
.afc-mark__top { display: flex; align-items: baseline; gap: 7px; line-height: 1; }
.afc-mark__the { font-family: var(--afc-script); font-size: 22px; color: var(--afc-gold); line-height: 1; }
.afc-mark__name { font-weight: 700; font-size: 15px; letter-spacing: 0.18em; color: var(--afc-bone); }
.afc-mark__est { display: flex; align-items: center; gap: 8px; }
.afc-mark__est::before, .afc-mark__est::after { content: ""; flex: 1; height: 1px; background: rgba(201, 168, 118, 0.45); }
.afc-mark__est span { font-family: var(--afc-mono); font-size: 8px; letter-spacing: 0.3em; color: var(--afc-gold); }

.afc-nav__links { display: flex; gap: 26px; font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.16em; }
.afc .afc-nav__links a, .afc .afc-nav__links a:hover { color: var(--afc-gold); }
.afc-nav__menu-cta { display: none; }
.afc-nav__right { display: flex; align-items: center; gap: 14px; }

.afc-nav__toggle {
	display: none; width: 44px; height: 44px; padding: 0; cursor: pointer;
	background: transparent; border: 1px solid rgba(201, 168, 118, 0.45);
	align-items: center; justify-content: center;
}
.afc-nav__bars, .afc-nav__bars::before, .afc-nav__bars::after {
	display: block; width: 18px; height: 1.5px; background: var(--afc-gold); position: relative;
	transition: transform 200ms ease, background 200ms ease;
}
.afc-nav__bars::before, .afc-nav__bars::after { content: ""; position: absolute; left: 0; }
.afc-nav__bars::before { top: -6px; }
.afc-nav__bars::after { top: 6px; }
.afc-nav.is-open .afc-nav__bars { background: transparent; }
.afc-nav.is-open .afc-nav__bars::before { transform: translateY(6px) rotate(45deg); }
.afc-nav.is-open .afc-nav__bars::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
	.afc-nav__inner { flex-wrap: nowrap; gap: 14px; }
	.afc-nav__toggle { display: inline-flex; }
	.afc-nav__links {
		display: none; position: absolute; left: 0; right: 0; top: 100%;
		flex-direction: column; gap: 0; padding: 8px 28px 20px;
		background: var(--afc-forest-deep); border-bottom: 1px solid rgba(201, 168, 118, 0.2);
	}
	.afc-nav.is-open .afc-nav__links { display: flex; }
	.afc-nav__links a { padding: 14px 0; border-top: 1px solid rgba(201, 168, 118, 0.15); }
	.afc-nav__links a:first-child { border-top: none; }
}

/* Too narrow for wordmark + CTA + menu button: CTA moves into the menu. */
.afc-mark__name { white-space: nowrap; }
@media (max-width: 640px) {
	.afc-nav__inner { padding: 14px 16px; }
	.afc-nav__links { padding: 8px 16px 20px; }
	.afc-nav__right .afc-btn--nav { display: none; }
	.afc .afc-nav__links .afc-nav__menu-cta {
		display: block; margin-top: 8px; padding: 14px 18px; text-align: center; border-top: none;
		background: var(--afc-coral); color: var(--afc-forest-deep); font-family: var(--afc-sans); font-weight: 600;
	}
	.afc-mark__name { font-size: 13px; letter-spacing: 0.14em; }
}

/* ---------- 2. Hero ---------- */

.afc-hero {
	position: relative; background: var(--afc-forest); overflow: hidden;
	padding: clamp(64px, 9vw, 132px) 28px clamp(56px, 7vw, 96px);
}
.afc-hero__blobs { position: absolute; inset: -12%; opacity: 0.6; pointer-events: none; }
.afc-hero__blobs i {
	position: absolute; border-radius: 50%;
	animation-name: afcDrift; animation-timing-function: ease-in-out; animation-iteration-count: infinite;
}
.afc-hero__content {
	position: relative; max-width: 1180px; margin: 0 auto;
	display: flex; flex-direction: column; align-items: center; text-align: center;
}
.afc-hero__script {
	font-family: var(--afc-script); font-size: clamp(40px, 6vw, 72px); color: var(--afc-gold);
	line-height: 1; margin-top: clamp(18px, 3vw, 30px);
}
.afc .afc-hero__title {
	margin: 6px 0 0; font-weight: 700; font-size: clamp(38px, 7.6vw, 96px); letter-spacing: -0.01em;
	line-height: 0.98; color: var(--afc-bone); text-wrap: balance;
}
.afc-hero__rules { display: flex; align-items: center; gap: 18px; margin-top: clamp(20px, 2.8vw, 30px); width: 100%; max-width: 860px; }
.afc-hero__rule { flex: 1; height: 3px; background: var(--afc-coral); }
.afc-hero__tag { font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--afc-sage-light); white-space: nowrap; }
@media (max-width: 560px) {
	/* The tag line can't stay on one row at phone width; let it wrap between short rules. */
	.afc-hero__rules { gap: 12px; }
	.afc-hero__tag { white-space: normal; line-height: 1.7; }
	.afc-hero__rule { flex: 0 0 24px; }
}
.afc-hero__lede {
	font-family: var(--afc-serif); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.6; color: var(--afc-sage-light);
	max-width: 860px; margin: clamp(22px, 3vw, 34px) 0 0; text-wrap: balance;
}
.afc-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: clamp(28px, 4vw, 42px); }

/* ---------- 3. Marquee ---------- */

.afc-marquee {
	background: var(--afc-gold); overflow: hidden; padding: 14px 0;
	border-top: 3px solid var(--afc-forest-deep); border-bottom: 3px solid var(--afc-forest-deep);
}
.afc-marquee__track {
	display: flex; width: max-content; animation: afcMarquee 34s linear infinite;
	font-family: var(--afc-mono); font-size: 12px; letter-spacing: 0.28em; color: var(--afc-forest-deep);
}
.afc-marquee__set { display: flex; gap: 44px; padding-right: 44px; white-space: nowrap; }
.afc-marquee__brand { font-weight: 700; letter-spacing: 0.22em; }

/* ---------- 4. The Difference ---------- */

.afc-dots { display: flex; gap: 14px; margin-top: 10px; }
.afc-dots i { width: 56px; height: 56px; border-radius: 50%; }
.afc-dot--gold { background: var(--afc-gold); }
.afc-dot--coral { background: var(--afc-coral); }
.afc-dot--forest { background: var(--afc-forest); }

.afc-numbered { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.afc-numbered__row { border-top: 1.5px solid var(--afc-forest); padding: 22px 0; display: flex; gap: 22px; align-items: baseline; }
.afc-numbered__row:last-child { border-bottom: 1.5px solid var(--afc-forest); }
.afc-numbered__idx { font-family: var(--afc-mono); font-size: 11px; color: var(--afc-olive); }
.afc-numbered__title { font-weight: 600; font-size: 19px; }
.afc-numbered__detail { font-size: 14px; line-height: 1.6; color: var(--afc-olive-dark); margin-top: 6px; }

/* ---------- 5. Stats ---------- */

.afc-stats { background: var(--afc-forest); color: var(--afc-bone); padding: clamp(56px, 7vw, 104px) 28px; position: relative; overflow: hidden; }
.afc-stats__mark { position: absolute; inset: 0; pointer-events: none; user-select: none; }
.afc-stats__mark svg { width: 100%; height: 100%; display: block; }
.afc-stats__grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: clamp(24px, 4vw, 56px); margin-top: clamp(32px, 4vw, 56px);
}
.afc-stats__item { text-align: center; }
.afc-stats__num { font-weight: 700; font-size: clamp(52px, 7vw, 86px); line-height: 1; color: var(--afc-gold); font-variant-numeric: tabular-nums; }
.afc-stats__cap { font-family: var(--afc-serif); font-size: 17px; line-height: 1.55; color: var(--afc-sage-light); margin-top: 12px; }

/* ---------- 6. What you can expect ---------- */

.afc-cards {
	margin-top: clamp(26px, 3vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2px; background: var(--afc-forest); border: 2px solid var(--afc-forest);
}
.afc-cards__card { background: var(--afc-bone); padding: clamp(22px, 2.6vw, 30px); display: flex; flex-direction: column; gap: 9px; }
.afc-cards__eyebrow { font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.24em; color: var(--afc-coral); }
.afc-cards__title { font-weight: 700; font-size: clamp(19px, 2vw, 23px); line-height: 1.2; }
.afc-cards__body { font-family: var(--afc-serif); font-size: 16px; line-height: 1.6; color: var(--afc-forest-text); margin: 0; }

.afc-hero-bar {
	margin-top: 20px; border: 1.5px solid var(--afc-forest); padding: 20px 24px;
	display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
}
.afc-hero-bar__text { font-family: var(--afc-serif); font-size: 17px; line-height: 1.55; color: var(--afc-forest); max-width: 640px; }

/* ---------- 7. Pricing menu & calculator ---------- */

.afc-menu { background: var(--afc-gold); padding: clamp(58px, 7vw, 104px) 28px; }

.afc-calc {
	margin-top: clamp(28px, 3.5vw, 44px); display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
	gap: clamp(24px, 3vw, 40px); align-items: start;
}
.afc-calc__form { display: flex; flex-direction: column; gap: 20px; }
.afc-calc__side { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 14px; }
.admin-bar .afc-calc__side { top: 142px; }

@media (max-width: 860px) {
	.afc-calc { grid-template-columns: minmax(0, 1fr); }
	.afc-calc__side, .admin-bar .afc-calc__side { position: static; }
}

.afc-panel { background: var(--afc-bone); border: 2px solid var(--afc-forest); }
.afc-panel--mode { padding: clamp(20px, 2.6vw, 28px); }
.afc-panel--menu { padding: clamp(22px, 3vw, 32px); display: flex; flex-direction: column; gap: 24px; }

.afc-choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; margin-top: 16px; }
.afc-sizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }

.afc .afc-choice, .afc .afc-size {
	display: block; width: 100%; text-align: left; cursor: pointer; padding: 20px; margin: 0;
	background: transparent; color: var(--afc-forest); font: inherit;
	transition: var(--afc-btn-t);
}
.afc .afc-choice { border: 2px solid var(--afc-forest); }
.afc .afc-size { border: 1.5px solid var(--afc-forest); }
.afc .afc-choice:hover, .afc .afc-size:hover { background: rgba(27, 42, 22, 0.06); }
.afc .afc-choice[aria-pressed="true"], .afc .afc-size[aria-pressed="true"] { background: var(--afc-forest); color: var(--afc-bone); }
.afc-choice > span, .afc-size > span { display: block; }
.afc-choice__kicker { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.22em; }
.afc-choice__title { font-weight: 700; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.1; margin-top: 8px; }
.afc-choice__detail { font-size: 13px; line-height: 1.55; margin-top: 8px; opacity: 0.85; }
.afc-choice__foot { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.16em; margin-top: 12px; }
.afc-size__price { font-weight: 700; font-size: 34px; margin-top: 8px; }
.afc-size__detail { font-size: 13px; margin-top: 4px; }

.afc-item {
	display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between;
	border-bottom: 1px solid rgba(27, 42, 22, 0.2); padding-bottom: 20px;
}
.afc-item--top { border-bottom: none; padding-bottom: 0; border-top: 1px solid rgba(27, 42, 22, 0.2); padding-top: 22px; }
.afc-item__text { min-width: 220px; flex: 1; }
.afc-item__title { font-weight: 600; font-size: 19px; }
.afc-item__title b { font-weight: 700; }
.afc-item__detail { font-size: 13px; line-height: 1.55; color: var(--afc-olive-dark); margin-top: 4px; max-width: 420px; }
.afc-badge {
	display: inline-block; background: var(--afc-coral); color: var(--afc-forest-deep); font-size: 10px;
	letter-spacing: 0.14em; padding: 4px 8px; margin-left: 6px; white-space: nowrap; vertical-align: middle;
}

.afc-stepper { display: flex; align-items: center; gap: 14px; }
.afc .afc-stepper__btn {
	width: 44px; height: 44px; padding: 0; border: 1.5px solid var(--afc-forest); font-size: 19px; line-height: 1;
	cursor: pointer; transition: var(--afc-btn-t);
}
.afc .afc-stepper__btn--minus { background: transparent; color: var(--afc-forest); }
.afc .afc-stepper__btn--minus:hover { background: var(--afc-forest); color: var(--afc-bone); }
.afc .afc-stepper__btn--plus { background: var(--afc-forest); color: var(--afc-bone); }
.afc .afc-stepper__btn--plus:hover { background: transparent; color: var(--afc-forest); }
.afc-stepper__val { min-width: 34px; text-align: center; font-weight: 700; font-size: 22px; }

.afc-check { display: flex; gap: 14px; align-items: center; cursor: pointer; position: relative; }
.afc-check__input { position: absolute; opacity: 0; width: 26px; height: 26px; margin: 0; cursor: pointer; }
.afc-check__box { width: 26px; height: 26px; flex: none; box-sizing: border-box; border: 1.5px solid var(--afc-forest); background: transparent; transition: background 160ms ease; }
.afc-check__input:checked + .afc-check__box { background: var(--afc-coral); }
.afc-check__input:focus-visible + .afc-check__box { outline: 2px solid var(--afc-forest); outline-offset: 2px; }
.afc-check__title { display: block; font-weight: 600; font-size: 16px; }
.afc-check__detail { display: block; font-size: 13px; color: var(--afc-olive-dark); }

.afc-seasonal { border-top: 1px solid rgba(27, 42, 22, 0.2); padding-top: 18px; }
.afc-seasonal__label { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.22em; color: var(--afc-olive); margin-bottom: 6px; }

/* Summary card */
.afc-summary { background: var(--afc-forest); color: var(--afc-bone); padding: clamp(22px, 3vw, 30px); display: flex; flex-direction: column; gap: 18px; }
.afc-summary__lines { display: flex; flex-direction: column; gap: 12px; }
.afc-summary__line {
	display: flex; justify-content: space-between; gap: 14px; font-size: 15px;
	border-bottom: 1px solid rgba(201, 168, 118, 0.2); padding-bottom: 10px;
}
.afc-summary__line span:first-child { color: var(--afc-sage-light); }
.afc-summary__line span:last-child { font-weight: 600; color: var(--afc-bone); white-space: nowrap; }
.afc-summary__total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 6px; }
.afc-summary__total .afc-label { letter-spacing: 0.2em; }
.afc-summary__figure { font-weight: 700; font-size: clamp(34px, 4vw, 46px); color: var(--afc-gold); }
.afc-summary__tax { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--afc-sage); margin-top: -8px; }
.afc-summary__cadence { font-size: 12px; line-height: 1.6; color: var(--afc-sage); }
.afc-summary__foot { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--afc-sage); text-align: center; }

.afc .afc-btn--continue {
	background: var(--afc-coral); color: var(--afc-forest-deep); padding: 17px 22px; width: 100%;
	display: flex; flex-direction: column; align-items: center; gap: 3px; box-shadow: inset 0 0 0 1px var(--afc-coral);
}
.afc .afc-btn--continue:hover { background: var(--afc-forest-deep); color: var(--afc-coral); }
.afc-continue__row { display: flex; align-items: baseline; justify-content: center; gap: 9px; flex-wrap: wrap; }
.afc-continue__label { font-family: var(--afc-mono); font-size: 14px; letter-spacing: 0.14em; font-weight: 700; }
.afc-continue__strike { font-weight: 500; font-size: 17px; text-decoration: line-through; opacity: 0.5; }
.afc-continue__intro { font-weight: 700; font-size: 22px; }
.afc-continue__intro small { font-size: 13px; font-weight: 600; }
.afc-continue__cap { font-family: var(--afc-mono); font-size: 9px; letter-spacing: 0.2em; opacity: 0.7; }

.afc-zip { border-top: 1px solid rgba(201, 168, 118, 0.3); padding-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.afc-zip .afc-label { letter-spacing: 0.22em; }
.afc-zip__row { display: flex; gap: 10px; }
.afc .afc-zip__input {
	flex: 1; min-width: 0; background: var(--afc-forest-deep); border: 1px solid rgba(201, 168, 118, 0.4); border-radius: 0;
	color: var(--afc-bone); font-family: var(--afc-sans); font-size: 17px; line-height: normal; height: auto; letter-spacing: 0.16em; padding: 14px 16px; margin: 0;
}
.afc .afc-zip__input:focus-visible { outline: 2px solid var(--afc-gold); outline-offset: 0; }
.afc .afc-btn--check {
	background: var(--afc-gold); color: var(--afc-forest-deep); font-weight: 600; font-size: 12px;
	letter-spacing: 0.14em; padding: 14px 18px; box-shadow: inset 0 0 0 1px var(--afc-gold);
}
.afc .afc-btn--check:hover { background: transparent; color: var(--afc-gold); }
.afc-zip__msg { font-family: var(--afc-serif); font-size: 15px; line-height: 1.55; color: var(--afc-sage); }
.afc .afc-btn--checkout {
	background: var(--afc-coral); color: var(--afc-forest-deep); font-weight: 600; font-size: 14px;
	letter-spacing: 0.14em; padding: 18px 20px; box-shadow: inset 0 0 0 1px var(--afc-coral);
}
.afc .afc-btn--checkout:hover { background: var(--afc-forest-deep); color: var(--afc-coral); }

.afc-askned { border: 1.5px solid var(--afc-forest); padding: 16px 18px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.afc-askned__text { font-family: var(--afc-serif); font-size: 16px; line-height: 1.55; color: var(--afc-forest); }

.afc-riskfree {
	margin-top: 22px; border: 2px solid var(--afc-forest); background: var(--afc-forest); color: var(--afc-bone);
	padding: clamp(20px, 2.6vw, 28px); display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between;
}
.afc-riskfree__body { max-width: 640px; }
.afc-riskfree__kicker { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.22em; color: var(--afc-gold); }
.afc-riskfree__text { font-family: var(--afc-serif); font-size: 17px; line-height: 1.6; color: var(--afc-sage-light); margin-top: 8px; }
.afc-riskfree__tag { font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--afc-gold); }

/* ---------- 8. Shipping ---------- */

.afc-shipping {
	background: var(--afc-forest); color: var(--afc-bone); position: relative; overflow: hidden;
	padding: clamp(64px, 8vw, 120px) 28px clamp(90px, 11vw, 180px);
}

/* Two halves of one mark stamped across the shipping → testimonials seam.
   If either section's padding or this font size changes, recompute the
   outline half's top offset so the glyphs stay continuous. */
.afc-watermark {
	position: absolute; right: 3%; font-family: var(--afc-sans); font-weight: 700;
	font-size: clamp(70px, 13vw, 252px); letter-spacing: 0.02em; line-height: 0.85;
	pointer-events: none; user-select: none; white-space: nowrap;
}
.afc-watermark--solid { bottom: -64px; color: rgba(201, 168, 118, 0.14); }
.afc-watermark--outline { top: calc(64px - 0.85em); color: transparent; -webkit-text-stroke: 1px rgba(27, 42, 22, 0.13); }
.afc-testimonials { position: relative; overflow: hidden; }

.afc-zones { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: clamp(34px, 4vw, 54px); }
.afc-zone { padding: clamp(24px, 3vw, 34px); }
.afc-zone--1 { background: var(--afc-gold); color: var(--afc-forest); }
.afc-zone--2 { background: var(--afc-forest-mid); border: 1px solid rgba(201, 168, 118, 0.3); }
.afc-zone__head { display: flex; align-items: center; gap: 12px; }
.afc-zone__dot { width: 16px; height: 16px; border-radius: 50%; flex: none; }
.afc-zone--1 .afc-zone__dot { background: var(--afc-coral); }
.afc-zone--2 .afc-zone__dot { background: var(--afc-gold); }
.afc-zone__kicker { font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.24em; }
.afc-zone--2 .afc-zone__kicker { color: var(--afc-gold); }
.afc-zone__title { font-weight: 700; font-size: clamp(26px, 3vw, 36px); margin-top: 14px; }
.afc-zone__body { font-family: var(--afc-serif); font-size: 17px; line-height: 1.6; margin: 10px 0 18px; }
.afc-zone--1 .afc-zone__body { color: var(--afc-brown-dark); }
.afc-zone--2 .afc-zone__body { color: var(--afc-sage-light); }

.afc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.afc-chip { border: 1px solid var(--afc-forest); font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.14em; padding: 7px 12px; }
.afc-chip--gold { border-color: rgba(201, 168, 118, 0.45); color: var(--afc-gold); padding: 7px 10px; }
.afc-chip--lg { padding: 8px 12px; color: var(--afc-forest); }
.afc-chips--story { margin-top: 24px; }

.afc-shipping__row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.afc-shipping__row .afc-fine { max-width: 540px; }

.afc-askpro {
	margin-top: 22px; border: 1px solid rgba(201, 168, 118, 0.3); padding: 22px 24px;
	display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.afc-askpro__text { font-family: var(--afc-serif); font-size: 17px; line-height: 1.6; color: var(--afc-sage-light); max-width: 640px; }

/* ---------- 9. Testimonials ---------- */

.afc-quotes { columns: 3 320px; column-gap: 20px; }
.afc-quote { break-inside: avoid; padding: 26px; margin: 0 0 20px; }
.afc-quote--gold { background: var(--afc-gold); }
.afc-quote--forest { background: var(--afc-forest); color: var(--afc-bone); }
.afc-quote--outline { border: 1.5px solid var(--afc-forest); }
.afc-quote--coral { background: var(--afc-coral); color: var(--afc-forest-deep); }
.afc .afc-quote__text {
	margin: 0; padding: 0; border: none; font-family: var(--afc-serif); font-style: italic;
	font-size: 19px; line-height: 1.55; color: inherit;
}
.afc-quote--gold .afc-quote__text { color: var(--afc-forest); }
.afc-quote__who { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.2em; margin-top: 18px; color: var(--afc-olive); }
.afc-quote--gold .afc-quote__who { color: var(--afc-brown); }
.afc-quote--forest .afc-quote__who { color: var(--afc-sage); }
.afc-quote--coral .afc-quote__who { color: inherit; }

/* ---------- 10. Our commitment ---------- */

.afc-promise { padding: clamp(24px, 3vw, 34px); }
.afc-promise--forest { background: var(--afc-forest); color: var(--afc-bone); }
.afc-promise--coral { background: var(--afc-coral); color: var(--afc-forest-deep); }
.afc-promise__kicker { font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.24em; }
.afc-promise--forest .afc-promise__kicker { color: var(--afc-gold); }
.afc-promise__text { font-family: var(--afc-serif); font-size: 20px; line-height: 1.55; margin-top: 12px; }
.afc-promise__text strong { font-weight: 700; }

/* ---------- 11. Contact ---------- */

.afc-contact { background: var(--afc-forest); color: var(--afc-bone); }
.afc-contact__links { display: flex; flex-direction: column; gap: 14px; margin-top: 30px; font-family: var(--afc-mono); font-size: 13px; letter-spacing: 0.1em; }
.afc .afc-contact__links a { color: var(--afc-gold); }
.afc-contact__links span { color: var(--afc-sage); }

.afc-form-card { border: 1px solid rgba(201, 168, 118, 0.35); padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; gap: 16px; }
.afc-form { display: flex; flex-direction: column; gap: 16px; }
.afc .afc-input {
	background: var(--afc-forest-deep); border: 1px solid rgba(201, 168, 118, 0.3); border-radius: 0; color: var(--afc-bone);
	font-family: var(--afc-sans); font-size: 15px; line-height: normal; height: auto; padding: 15px 16px; margin: 0; width: 100%; box-sizing: border-box;
}
.afc .afc-input::placeholder { color: var(--afc-sage); opacity: 1; }
.afc .afc-input:focus-visible { outline: 2px solid var(--afc-gold); outline-offset: 0; }
.afc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.afc-form-card__status { font-family: var(--afc-serif); font-size: 16px; line-height: 1.55; color: var(--afc-coral); }
.afc-form-card__status--ok { color: var(--afc-gold); font-size: 19px; }

/* Elementor Pro form dropped into the card: match the built-in look. */
.afc-form-card__elementor .elementor-field-group { margin-bottom: 16px; padding: 0 !important; }
.afc .afc-form-card__elementor .elementor-field {
	background: var(--afc-forest-deep) !important; border: 1px solid rgba(201, 168, 118, 0.3) !important; border-radius: 0 !important;
	color: var(--afc-bone) !important; font-family: var(--afc-sans) !important; font-size: 15px !important; padding: 15px 16px !important;
}
.afc .afc-form-card__elementor .elementor-button {
	width: 100%; background: var(--afc-coral) !important; color: var(--afc-forest-deep) !important; border-radius: 0 !important;
	font-family: var(--afc-sans) !important; font-weight: 600; font-size: 13px !important; letter-spacing: 0.16em; padding: 17px 20px !important;
	transition: var(--afc-btn-t);
}
.afc .afc-form-card__elementor .elementor-button:hover { background: var(--afc-forest-deep) !important; color: var(--afc-coral) !important; box-shadow: inset 0 0 0 1px var(--afc-coral); }

/* ---------- 12. Footer ---------- */

.afc-footer { background: var(--afc-forest-deep); color: var(--afc-sage); padding: clamp(40px, 5vw, 64px) 28px; }
.afc-footer__inner { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.afc-lockup { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.afc-lockup__the { font-family: var(--afc-script); font-size: clamp(30px, 4vw, 44px); color: var(--afc-gold); line-height: 0.95; }
.afc-lockup__name { font-weight: 700; font-size: clamp(26px, 3.4vw, 40px); letter-spacing: 0.1em; color: var(--afc-bone); line-height: 1; }
.afc-lockup__co { display: flex; align-items: center; gap: 10px; width: 100%; margin-top: 4px; }
.afc-lockup__co::before, .afc-lockup__co::after { content: ""; flex: 1; height: 2px; background: var(--afc-coral); }
.afc-lockup__co span { font-weight: 500; font-size: clamp(11px, 1.2vw, 14px); letter-spacing: 0.28em; color: var(--afc-bone); white-space: nowrap; }
.afc-lockup__est { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.22em; margin-top: 6px; }
.afc-footer__links { display: flex; flex-wrap: wrap; gap: 24px; font-family: var(--afc-mono); font-size: 11px; letter-spacing: 0.16em; }
.afc .afc-footer__links a { color: var(--afc-gold); }
.afc-footer__copy { font-family: var(--afc-mono); font-size: 10px; letter-spacing: 0.14em; }

/* ---------- Motion ---------- */

@media (prefers-reduced-motion: no-preference) {
	.afc-js [data-lift] { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 700ms var(--afc-ease); }
	.afc-js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity 800ms ease, transform 800ms var(--afc-ease); }
	.afc-js [data-rule] { transform: scaleX(0); transform-origin: left center; transition: transform 1000ms var(--afc-ease); }
	.afc-js [data-reveal].is-in, .afc-js [data-lift].is-in { opacity: 1; transform: none; }
	.afc-js [data-rule].is-in { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.afc-hero__blobs i, .afc-marquee__track { animation: none; }
}

/* ==========================================================================
   Plain pages (checkout, account) — WooCommerce classic templates in brand
   ========================================================================== */

.afc-plain__main { background: var(--afc-bone); padding: clamp(40px, 6vw, 88px) 28px clamp(56px, 8vw, 120px); min-height: 60vh; }
.afc .afc-plain__title { margin: 0 0 clamp(24px, 3vw, 40px); font-weight: 700; font-size: clamp(30px, 4.6vw, 54px); line-height: 1.03; letter-spacing: -0.01em; color: var(--afc-forest); }
.afc-plain__content { font-size: 15px; line-height: 1.6; color: var(--afc-forest); }
.afc-plain__content a { color: var(--afc-forest); text-decoration: underline; text-underline-offset: 3px; }
.afc-plain__content a:hover { color: var(--afc-coral); }

.afc-plain .woocommerce h3,
.afc-plain .woocommerce h2 { font-family: var(--afc-mono); font-weight: 500; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--afc-olive); margin: 0 0 16px; }
.afc-plain #order_review_heading { margin-top: 28px; }

.afc-plain .woocommerce form .form-row { padding: 0; margin: 0 0 14px; }
.afc-plain .woocommerce form .form-row label { font-size: 13px; font-weight: 600; color: var(--afc-forest); margin-bottom: 6px; line-height: 1.4; }
.afc-plain .woocommerce form .form-row .required { color: var(--afc-coral); text-decoration: none; }
.afc .afc-plain__content .input-text,
.afc .afc-plain__content select,
.afc .afc-plain__content textarea,
.afc .afc-plain__content .select2-container .select2-selection--single {
	font-family: var(--afc-sans); font-size: 15px; line-height: 1.4; color: var(--afc-forest);
	background: #fff; border: 1.5px solid var(--afc-forest); border-radius: 0; padding: 12px 14px; box-sizing: border-box; width: 100%; height: auto;
}
.afc .afc-plain__content .select2-container .select2-selection--single { height: 48px; padding: 8px 10px; }
.afc .afc-plain__content .select2-container .select2-selection__arrow { height: 46px; }
.afc .afc-plain__content textarea { min-height: 96px; }
.afc .afc-plain__content .input-text:focus-visible,
.afc .afc-plain__content select:focus-visible,
.afc .afc-plain__content textarea:focus-visible { outline: 2px solid var(--afc-coral); outline-offset: 0; }
.afc-plain .woocommerce form .form-row .description { font-size: 13px; color: var(--afc-olive-dark); padding: 6px 0 0; background: none; box-shadow: none; position: static; display: block !important; }
.afc-plain .woocommerce form .form-row .description::before { display: none; }

.afc-plain .woocommerce-checkout #customer_details,
.afc-plain .woocommerce-checkout #order_review { background: var(--afc-bone); }
.afc-plain .woocommerce-billing-fields,
.afc-plain .woocommerce-shipping-fields,
.afc-plain .woocommerce-additional-fields,
.afc-plain .woocommerce-account-fields { border: 2px solid var(--afc-forest); padding: clamp(18px, 2.4vw, 26px); margin-bottom: 20px; background: var(--afc-bone); }
.afc-plain .woocommerce-shipping-fields:empty { display: none; }

.afc-plain table.shop_table { border: 2px solid var(--afc-forest); border-radius: 0; border-collapse: collapse; background: var(--afc-forest); color: var(--afc-bone); margin-bottom: 20px; }
.afc-plain table.shop_table th,
.afc-plain table.shop_table td { border-top: 1px solid rgba(201, 168, 118, 0.2); padding: 12px 16px; font-size: 14px; }
.afc-plain table.shop_table thead th { font-family: var(--afc-mono); font-weight: 500; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--afc-sage); }
.afc-plain table.shop_table .variation,
.afc-plain table.shop_table .wc-item-meta { font-size: 12px; color: var(--afc-sage-light); margin: 4px 0 0; }
.afc-plain table.shop_table .variation dt,
.afc-plain table.shop_table .variation dd,
.afc-plain table.shop_table .variation p { margin: 0; font-weight: 400; }
.afc-plain table.shop_table .order-total th,
.afc-plain table.shop_table .order-total td { font-size: 18px; color: var(--afc-gold); }
.afc-plain table.shop_table .cart-discount td,
.afc-plain table.shop_table .cart-discount th { color: var(--afc-coral); }
.afc-plain table.shop_table .woocommerce-remove-coupon { display: none; }

.afc-plain .woocommerce-checkout #payment { background: var(--afc-bone); border: 2px solid var(--afc-forest); border-radius: 0; }
.afc-plain .woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid rgba(27, 42, 22, 0.2); }
.afc-plain .woocommerce-checkout #payment div.payment_box { background: #fff; color: var(--afc-forest); border-radius: 0; }
.afc-plain .woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }

.afc-plain .afc-savecard-note { display: block; font-size: 12px; line-height: 1.5; color: var(--afc-olive-dark); margin-top: 4px; font-weight: 400; }
.afc-plain .afc-consent { border-top: 1px solid rgba(27, 42, 22, 0.2); padding-top: 14px; margin-bottom: 14px; }
.afc-plain .afc-consent label.checkbox { font-weight: 600; font-size: 14px; display: flex; gap: 10px; align-items: flex-start; }
.afc-plain .afc-consent input[type="checkbox"] { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--afc-coral); flex: none; }
.afc-plain .afc-consent__note { font-size: 12px; line-height: 1.6; color: var(--afc-olive-dark); margin: 4px 0 0; }

.afc .afc-plain__content .button,
.afc .afc-plain__content button.button,
.afc .afc-plain__content #place_order {
	background: var(--afc-coral); color: var(--afc-forest-deep); border: none; border-radius: 0; box-shadow: inset 0 0 0 1px var(--afc-coral);
	font-family: var(--afc-sans); font-weight: 600; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; padding: 18px 24px;
	transition: var(--afc-btn-t); text-decoration: none;
}
.afc .afc-plain__content #place_order { width: 100%; }
.afc .afc-plain__content .button:hover,
.afc .afc-plain__content #place_order:hover { background: var(--afc-forest-deep); color: var(--afc-coral); }

.afc-plain .woocommerce-error,
.afc-plain .woocommerce-info,
.afc-plain .woocommerce-message { border-radius: 0; border-top: 3px solid var(--afc-coral); background: #fff; color: var(--afc-forest); font-size: 14px; }
.afc-plain .woocommerce-info,
.afc-plain .woocommerce-message { border-top-color: var(--afc-gold); }
.afc-plain .woocommerce-error::before { color: var(--afc-coral); }
.afc-plain .woocommerce-info::before,
.afc-plain .woocommerce-message::before { color: var(--afc-gold); }

.afc-plain .afc-order-details { border: 2px solid var(--afc-forest); padding: 20px 24px; margin-top: 24px; }
.afc-plain .afc-order-details dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: 8px 20px; }
.afc-plain .afc-order-details dt { font-weight: 600; }
.afc-plain .afc-order-details dd { margin: 0; }
@media (max-width: 560px) { .afc-plain .afc-order-details dl { grid-template-columns: 1fr; gap: 2px; } .afc-plain .afc-order-details dd { margin-bottom: 10px; } }
