/* Accessible visually-hidden text (WordPress/WooCommerce core pattern). */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 15px 23px 14px;
	background: #fff;
	color: var(--fe-ink, #0f0d0a);
	font-size: 0.875rem;
	line-height: normal;
	text-decoration: none;
	z-index: 100000;
}

:root {
	--fe-ink: #0f0d0a;
	--fe-paper: #f7f4ef;
	--fe-white: #fff;
	--fe-gold: #b8862a;
	--fe-gold-light: #c9a55a;
	--fe-clay: #6b6560;
	--fe-border: rgba(15, 13, 10, 0.1);
	--fe-shadow: 0 22px 70px rgba(15, 13, 10, 0.16);
}

/* Ecommerce-site source-of-truth pages. */
.fe-source { background: var(--fe-paper); color: var(--fe-ink); scroll-behavior: smooth; }
.fe-source-hero, .fe-subhero { position: relative; min-height: 100vh; overflow: hidden; background: var(--fe-ink); color: var(--fe-paper); }
.fe-subhero { min-height: 620px; display: flex; align-items: flex-end; padding: 170px 0 100px; }
.fe-source-hero > img, .fe-subhero > img, .fe-use-case > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fe-source-hero__scrim, .fe-subhero > div { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,13,10,.55), rgba(15,13,10,.25) 40%, rgba(15,13,10,.65)); }
.fe-subhero > div { background: linear-gradient(90deg, rgba(15,13,10,.9), rgba(15,13,10,.74) 58%, rgba(15,13,10,.4)); }
.fe-source-hero__content, .fe-subhero > section { position: relative; z-index: 1; width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.fe-source-hero__content { display: flex; min-height: 100vh; flex-direction: column; align-items: center; justify-content: center; padding: 150px 0 120px; text-align: center; }
.fe-pill { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 40px; padding: 7px 14px; border: 1px solid rgba(184,134,42,.5); border-radius: 999px; background: rgba(184,134,42,.1); color: var(--fe-gold-light); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.fe-pill span { width: 6px; height: 6px; border-radius: 999px; background: var(--fe-gold); }
.fe-source-hero h1, .fe-subhero h1, .fe-source-cta h2 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(3rem, 9vw, 8rem); font-weight: 650; font-variation-settings: "opsz" 96; letter-spacing: 0; line-height: .95; }
.fe-source-hero h1 em, .fe-source-cta h2 em { color: var(--fe-gold-light); font-style: normal; }
.fe-source-hero__content > p, .fe-subhero p:not(.fe-kicker), .fe-source-cta p { max-width: 700px; margin: 28px auto 0; color: rgba(247,244,239,.8); font-size: 20px; font-weight: 300; line-height: 1.6; }
.fe-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 44px; }
.fe-btn--ghost { border: 1px solid rgba(247,244,239,.3); background: rgba(247,244,239,.08); color: var(--fe-paper); }
.fe-btn--ink { background: var(--fe-ink); color: var(--fe-paper); }
.fe-btn--outline { border: 1px solid rgba(15,13,10,.15); background: transparent; color: var(--fe-ink); }
.fe-journey-strip { position: absolute; right: 32px; bottom: 28px; left: 32px; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 18px; overflow-x: auto; padding: 16px 20px; border: 1px solid rgba(247,244,239,.12); border-radius: 999px; background: rgba(15,13,10,.65); backdrop-filter: blur(16px); }
.fe-journey-strip span { color: rgba(247,244,239,.72); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.fe-journey-strip b { color: rgba(184,134,42,.55); }
.fe-source-section { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 112px 0; }
.fe-source-section--white, .fe-source-section--dark { width: 100%; padding-right: max(32px, calc((100vw - 1240px) / 2)); padding-left: max(32px, calc((100vw - 1240px) / 2)); }
.fe-source-section--white { background: #fff; }
.fe-source-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.5fr); gap: 84px; align-items: start; }
.fe-source-section h2, .fe-use-case h2, .fe-contact-layout h2 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 650; font-variation-settings: "opsz" 48; line-height: 1.04; }
.fe-source-section p, .fe-feature-card p, .fe-how p, .fe-audience-banner p, .fe-contact-info em { color: var(--fe-clay); font-weight: 300; line-height: 1.65; }
.fe-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.fe-feature-card, .fe-contact-card, .fe-pricing-card { border: 1px solid rgba(15,13,10,.08); border-radius: 16px; background: #fff; }
.fe-feature-card { padding: 32px; border-radius: 4px; transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.fe-feature-card:hover { border-color: rgba(184,134,42,.35); box-shadow: var(--fe-shadow); transform: translateY(-3px); }
.fe-feature-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-bottom: 20px; border-radius: 4px; background: var(--fe-paper); color: var(--fe-gold); }
.fe-feature-card__icon svg { width: 17px; height: 17px; }
.fe-feature-card h3, .fe-how h3, .fe-stack-card h3, .fe-pricing-card h2, .fe-contact-info strong { margin: 0 0 12px; font-family: Fraunces, Georgia, serif; font-size: 22px; font-weight: 650; line-height: 1.15; }
.fe-how article { display: grid; grid-template-columns: 280px 1fr; gap: 80px; padding: 64px 0; border-top: 1px solid rgba(15,13,10,.08); }
.fe-how article > span { color: rgba(184,134,42,.18); font-family: "DM Mono", monospace; font-size: clamp(4rem, 8vw, 7rem); font-weight: 500; line-height: .9; }
.fe-source-section--dark { background: var(--fe-ink); color: var(--fe-paper); }
.fe-source-section--dark > p:not(.fe-kicker) { max-width: 600px; color: rgba(247,244,239,.48); }
.fe-compare { margin-top: 72px; overflow: hidden; border: 1px solid rgba(247,244,239,.1); border-radius: 4px; }
.fe-compare__head, .fe-compare__row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
.fe-compare__head { background: rgba(247,244,239,.03); }
.fe-compare__head span, .fe-compare__row span, .fe-compare__row strong { padding: 22px 32px; border-bottom: 1px solid rgba(247,244,239,.06); }
.fe-compare__head span { color: rgba(247,244,239,.38); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-compare__head span:last-child, .fe-compare__row strong { color: var(--fe-gold); }
.fe-compare__row span { border-right: 1px solid rgba(247,244,239,.06); color: rgba(247,244,239,.38); font-weight: 300; }
.fe-compare__row strong { color: var(--fe-paper); font-weight: 300; }
.fe-use-case { position: relative; min-height: 70vh; padding: 120px max(32px, calc((100vw - 1240px) / 2)); overflow: hidden; background: var(--fe-ink); color: var(--fe-paper); }
.fe-use-case::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to right, rgba(15,13,10,.78), rgba(15,13,10,.26)); }
.fe-use-case > div { position: relative; z-index: 1; max-width: 650px; }
.fe-use-case p:not(.fe-kicker), .fe-use-case li { color: rgba(247,244,239,.76); font-weight: 300; line-height: 1.65; }
.fe-use-case li { margin: 10px 0; }
/* Audience — Built for your stack */
.fe-audience-section { padding: 128px max(32px, calc((100vw - 1280px) / 2)); background: #FBF8F2; }
.fe-audience-section__inner { max-width: 1280px; margin: 0 auto; }
.fe-audience-section__header { max-width: 48rem; margin: 0 auto 64px; text-align: center; }
.fe-audience-section__kicker { display: block; margin-bottom: 16px; color: #B8862A; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.fe-audience-section__rule { width: 40px; height: 1px; margin: 0 auto 24px; background: #B8862A; }
.fe-audience-section__header h2 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(2.5rem, 5.5vw, 4.5rem); font-weight: 650; line-height: 1.05; color: var(--fe-ink); }
.fe-audience-section__header p { margin: 20px 0 0; font-size: 18px; font-weight: 300; line-height: 1.65; color: var(--fe-clay); }
.fe-audience-stack-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.fe-stack-card { overflow: hidden; border-radius: 16px; }
.fe-stack-card--wp { background: linear-gradient(135deg, #EDF0FA 0%, #F1EDFB 100%); }
.fe-stack-card--woo { background: linear-gradient(135deg, #FBEEF4 0%, #F6EDF8 100%); }
.fe-stack-card__body { display: flex; flex-direction: column; height: 100%; }
.fe-stack-card__content { flex-shrink: 0; padding: 36px; }
.fe-stack-card__badge { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; }
.fe-stack-card__badge--wp { border-radius: 50%; background: #21759B; }
.fe-stack-card__badge--woo { border-radius: 16px; border: 1px solid rgba(15,13,10,.06); background: #fff; }
.fe-stack-card__label { margin-top: 24px; margin-bottom: 12px; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-stack-card--wp .fe-stack-card__label { color: #2D6FB8; }
.fe-stack-card--woo .fe-stack-card__label { color: #7F54B3; }
.fe-stack-card h3 { margin: 0; font-size: 1.5rem; line-height: 1.35; color: var(--fe-ink); }
.fe-stack-card__divider { width: 40px; height: 1px; margin: 20px 0; opacity: .5; background: #2D6FB8; }
.fe-stack-card__divider--woo { background: #7F54B3; }
.fe-stack-card__content > p { margin: 0 0 24px; font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--fe-clay); }
.fe-stack-card ul { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.fe-stack-card li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--fe-ink); }
.fe-stack-card li svg { flex-shrink: 0; }
.fe-stack-card__mockup { display: flex; flex: 1; align-items: center; padding: 0 36px 36px; overflow: hidden; }
/* WordPress admin mockup */
.fe-wp-mockup { width: 100%; overflow: hidden; border: 1px solid rgba(15,13,10,.08); border-top-left-radius: 12px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background: #fff; box-shadow: 0 25px 50px -12px rgba(15,13,10,.25); user-select: none; }
.fe-wp-mockup__chrome { display: flex; gap: 6px; padding: 10px 12px; background: #f1f1f1; }
.fe-wp-mockup__chrome span { width: 10px; height: 10px; border-radius: 50%; }
.fe-wp-mockup__chrome span:nth-child(1) { background: #ff5f57; }
.fe-wp-mockup__chrome span:nth-child(2) { background: #febc2e; }
.fe-wp-mockup__chrome span:nth-child(3) { background: #28c840; }
.fe-wp-mockup__body { display: flex; min-height: 330px; }
.fe-wp-mockup__sidebar { flex-shrink: 0; width: 150px; padding: 8px 0; background: #1d2327; }
.fe-wp-mockup__sidebar-item { display: flex; align-items: center; gap: 10px; padding: 8px 14px; color: rgba(240,240,241,.7); font-size: 12px; }
.fe-wp-mockup__sidebar-item.is-active { background: #2271b1; color: #fff; }
.fe-wp-mockup__sidebar-icon { flex-shrink: 0; width: 13px; height: 13px; border-radius: 2px; background: currentColor; opacity: .35; }
.fe-wp-mockup__sidebar-item.is-active .fe-wp-mockup__sidebar-icon { opacity: .85; }
.fe-wp-mockup__panel { flex: 1; padding: 20px; background: #f0f0f1; }
.fe-wp-mockup__panel h4 { margin: 0 0 16px; font-size: 18px; font-weight: 500; color: #1d2327; }
.fe-wp-mockup__table { overflow: hidden; border: 1px solid #dcdcde; border-radius: 2px; background: #fff; }
.fe-wp-mockup__row { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-top: 1px solid #f0f0f1; }
.fe-wp-mockup__row--first { border-top: none; }
.fe-wp-mockup__checkbox { flex-shrink: 0; width: 14px; height: 14px; border: 1.5px solid #8c8f94; border-radius: 2px; }
.fe-wp-mockup__row span:last-child { font-size: 12.5px; color: #2271b1; }
/* WooCommerce product mockup */
.fe-woo-mockup { position: relative; width: 100%; user-select: none; }
.fe-woo-mockup__cart { position: absolute; top: -20px; right: -12px; z-index: 10; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: #7F54B3; box-shadow: 0 10px 15px -3px rgba(15,13,10,.2); }
.fe-woo-mockup__card { overflow: hidden; border: 1px solid rgba(15,13,10,.08); border-radius: 12px; background: #fff; box-shadow: 0 25px 50px -12px rgba(15,13,10,.25); }
.fe-woo-mockup__inner { display: flex; gap: 16px; padding: 16px; }
.fe-woo-mockup__media { position: relative; flex-shrink: 0; width: 44%; min-height: 112px; overflow: hidden; border-radius: 8px; }
.fe-woo-mockup__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fe-woo-mockup__play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(15,13,10,.2); }
.fe-woo-mockup__play span, .fe-woo-mockup__play svg { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.92); }
.fe-woo-mockup__details { flex: 1; min-width: 0; }
.fe-woo-mockup__details h4 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: 15px; font-weight: 650; line-height: 1.25; color: var(--fe-ink); }
.fe-woo-mockup__price { margin: 6px 0 12px; font-size: 15px; font-weight: 500; color: var(--fe-ink); }
.fe-woo-mockup__btn { display: block; width: 100%; padding: 8px; border: none; border-radius: 6px; font-size: 12px; font-weight: 500; cursor: default; }
.fe-woo-mockup__btn--primary { margin-bottom: 8px; background: #7F54B3; color: #fff; }
.fe-woo-mockup__btn--secondary { border: 1px solid #dcdcde; background: #fff; color: #50575e; }
.fe-woo-mockup__features { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 16px; border-top: 1px solid #f0f0f1; }
.fe-woo-mockup__features div { display: flex; align-items: center; gap: 6px; font-size: 10.5px; color: #6b6560; }
.fe-audience-banner { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 28px; padding: 20px 28px; border: 1px solid rgba(184,134,42,.2); border-radius: 16px; background: #FBF0DD; text-align: center; }
.fe-audience-banner__icon { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(184,134,42,.18); }
.fe-audience-banner p { margin: 0; font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--fe-clay); }
.fe-audience-banner strong { font-weight: 500; color: var(--fe-ink); }
@media (min-width: 980px) {
	.fe-audience-section { padding-top: 176px; padding-bottom: 176px; }
	.fe-audience-section__header { margin-bottom: 80px; }
	.fe-stack-card__body { flex-direction: row; }
	.fe-stack-card__content { width: 58%; padding: 40px; }
	.fe-stack-card__mockup { flex: 1; padding: 40px 0; transform: translateX(24px); margin-right: -24px; }
	.fe-audience-banner { flex-direction: row; gap: 20px; text-align: left; }
}
.fe-pricing-grid, .fe-contact-layout { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; margin-top: 56px; text-align: left; }
.fe-source-cta { position: relative; padding: 180px 32px; text-align: center; }
.fe-source-cta h2, .fe-source-cta p { color: var(--fe-ink); }
.fe-source-cta p { color: var(--fe-clay); }
.fe-pricing-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.fe-pricing-card { position: relative; display: flex; flex-direction: column; padding: 32px; }
.fe-pricing-card__image-link { display: block; margin: -8px -8px 20px; border-radius: 12px; overflow: hidden; }
.fe-pricing-card__image { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.fe-pricing-card.is-highlighted .fe-pricing-card__image-link { margin-top: 8px; }
.fe-pricing-card.is-highlighted { border-color: var(--fe-gold); background: var(--fe-ink); color: var(--fe-paper); box-shadow: 0 24px 60px rgba(184,134,42,.18); }
.fe-price-badge { position: absolute; top: -14px; left: 28px; padding: 6px 12px; border-radius: 999px; background: var(--fe-gold); color: var(--fe-ink); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.fe-price strong { font-family: Fraunces, Georgia, serif; font-size: 44px; line-height: 1; }
.fe-pricing-card ul { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(15,13,10,.08); list-style: none; }
.fe-pricing-card.is-highlighted ul { border-color: rgba(247,244,239,.12); }
.fe-pricing-card li::before { content: "✓ "; color: var(--fe-gold); }
.fe-pricing-card li.is-muted { color: #9b938a; }
.fe-pricing-card li.is-muted::before { content: "× "; color: #c2bab1; }
.fe-center-note { margin-top: 44px; text-align: center; }
.fe-contact-layout { grid-template-columns: .85fr 1.15fr; align-items: start; }
.fe-contact-info { display: flex; flex-direction: column; gap: 28px; margin-top: 40px; }
.fe-contact-info p { display: grid; grid-template-columns: 1fr; gap: 4px; margin: 0; }
.fe-contact-info strong { color: var(--fe-gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-contact-info span { color: var(--fe-ink); }
.fe-contact-card { padding: 40px; }
.fe-contact-form { display: flex; flex-direction: column; gap: 18px; }
.fe-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.fe-contact-form label { display: flex; flex-direction: column; gap: 8px; color: var(--fe-clay); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-contact-form input, .fe-contact-form textarea { width: 100%; border: 1px solid rgba(15,13,10,.12); border-radius: 4px; background: #fff; color: var(--fe-ink); font-family: Jost, system-ui, sans-serif; font-size: 14px; letter-spacing: 0; padding: 13px 15px; text-transform: none; }
.fe-contact-form.is-dark input, .fe-contact-form.is-dark textarea { border-color: rgba(247,244,239,.15); background: rgba(247,244,239,.06); color: var(--fe-paper); }
.fe-contact-form button { width: fit-content; border: 0; border-radius: 999px; background: var(--fe-gold); color: var(--fe-ink); font-family: Jost, system-ui, sans-serif; font-size: 14px; font-weight: 500; padding: 14px 24px; }
.fe-docs { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: start; }
.fe-docs__sidebar { position: sticky; top: 128px; align-self: start; }
.fe-docs__nav { display: flex; flex-direction: column; gap: 28px; }
.fe-docs__cat-label { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--fe-gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-docs__cat-label svg { width: 13px; height: 13px; }
.fe-docs__cat-links { display: flex; flex-direction: column; border-left: 1px solid rgba(15,13,10,.1); }
.fe-docs__link { margin-left: -1px; padding: 6px 0 6px 16px; border-left: 2px solid transparent; color: var(--fe-clay); font-size: 14px; font-weight: 300; text-decoration: none; transition: color .15s ease; }
.fe-docs__link:hover { color: var(--fe-ink); }
.fe-docs__link.is-active { border-left-color: var(--fe-gold); color: var(--fe-ink); font-weight: 500; }
.fe-docs__advanced { margin-top: 32px; padding: 20px; border: 1px solid rgba(15,13,10,.08); border-radius: 4px; background: #fff; }
.fe-docs__advanced-title { margin: 0 0 12px; color: #9b938a; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-docs__advanced ul { display: flex; flex-direction: column; gap: 6px; margin: 0; padding: 0; list-style: none; }
.fe-docs__advanced li { color: #9b938a; font-size: 13px; font-weight: 300; }
.fe-docs__main { min-width: 0; }
.fe-docs__doc[hidden] { display: none; }
.fe-docs__title { margin: 16px 0 0; font-family: Fraunces, Georgia, serif; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 650; line-height: 1.05; }
.fe-docs__summary { margin: 16px 0 40px; max-width: 640px; color: var(--fe-clay); font-size: 18px; font-weight: 300; line-height: 1.5; }
.fe-docs__card { padding: 34px 40px; border: 1px solid rgba(15,13,10,.08); border-radius: 16px; background: #fff; }
.fe-docs__card > :first-child { margin-top: 0; }
.fe-docs__card p { margin: 0; color: var(--fe-ink); font-weight: 300; line-height: 1.7; }
.fe-docs__card > p { margin-top: 14px; }
.fe-docs__pager { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.fe-docs__pager-link { display: flex; flex-direction: column; gap: 4px; padding: 20px; border: 1px solid rgba(15,13,10,.08); border-radius: 4px; background: #fff; text-decoration: none; transition: border-color .2s ease; }
.fe-docs__pager-link:hover { border-color: rgba(184,134,42,.4); }
.fe-docs__pager-link--next { grid-column: 2; text-align: right; }
.fe-docs__pager-link span { color: #9b938a; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-docs__pager-link strong { color: var(--fe-ink); font-family: Jost, system-ui, sans-serif; font-size: 15px; font-weight: 500; }
.fe-doc-h { margin: 26px 0 0; font-family: Fraunces, Georgia, serif; font-size: 1.25rem; font-weight: 600; line-height: 1.25; }
.fe-doc-bullets { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.fe-doc-bullets li { position: relative; padding-left: 20px; color: var(--fe-ink); font-weight: 300; line-height: 1.6; }
.fe-doc-bullets li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 6px; height: 6px; border-radius: 999px; background: var(--fe-gold); }
.fe-doc-steps { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 16px; }
.fe-doc-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; align-items: start; }
.fe-doc-steps__num { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; background: var(--fe-paper); color: var(--fe-gold); font-family: "DM Mono", monospace; font-size: 12px; }
.fe-doc-steps li > span:last-child { padding-top: 6px; font-weight: 300; line-height: 1.6; }
.fe-doc-code { margin: 18px 0 0; padding: 20px; border: 1px solid rgba(184,134,42,.25); border-radius: 8px; background: var(--fe-ink); color: #e8e2d8; font-family: "DM Mono", monospace; font-size: 13px; line-height: 1.65; overflow-x: auto; white-space: pre; }
.fe-doc-code code { font: inherit; color: inherit; background: none; padding: 0; }
.fe-doc-note { display: flex; gap: 12px; margin: 18px 0 0; padding: 18px 20px; border: 1px solid rgba(184,134,42,.25); border-radius: 8px; background: #fbf0dd; }
.fe-doc-note__mark { flex-shrink: 0; color: var(--fe-gold); line-height: 1.6; }
.fe-doc-note p { margin: 0; }
.fe-doc-qa { display: flex; flex-direction: column; gap: 22px; }
.fe-doc-qa__item h4 { margin: 0 0 6px; font-family: Fraunces, Georgia, serif; font-size: 1.1rem; font-weight: 600; line-height: 1.3; }
.fe-doc-qa__item p { margin: 0; color: var(--fe-clay); }
.fe-doc-figure { margin: 22px 0 0; }
.fe-doc-figure img { display: block; width: 100%; height: auto; border: 1px solid rgba(15,13,10,.1); border-radius: 10px; box-shadow: var(--fe-shadow); }
.fe-doc-figure figcaption { margin-top: 10px; color: var(--fe-clay); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .03em; }
.fe-browse-page { background: var(--fe-paper); color: var(--fe-ink); }
.fe-browse-hero { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; background: var(--fe-ink); color: var(--fe-paper); }
.fe-browse-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fe-browse-hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,13,10,.9), rgba(15,13,10,.42)), linear-gradient(0deg, rgba(15,13,10,.72), transparent 50%); }
.fe-browse-hero__content { position: relative; z-index: 1; width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding-top: 110px; }
.fe-browse-hero h1 { max-width: 920px; margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(3.2rem, 8vw, 7.4rem); font-weight: 650; font-variation-settings: "opsz" 96; line-height: .96; }
.fe-browse-hero p:not(.fe-kicker) { max-width: 720px; margin-top: 28px; color: rgba(247,244,239,.8); font-size: 20px; font-weight: 300; line-height: 1.6; }
.fe-browse-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.8fr); gap: 56px; width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 110px 0 52px; align-items: end; }
.fe-browse-intro h2 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 650; line-height: 1.05; }
.fe-browse-intro > p { margin: 0; color: var(--fe-clay); font-size: 18px; font-weight: 300; line-height: 1.65; }
.fe-browse-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding-bottom: 110px; }
.fe-browse-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid rgba(15,13,10,.08); border-radius: 16px; background: #fff; box-shadow: 0 0 0 rgba(15,13,10,0); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.fe-browse-card:hover { border-color: rgba(184,134,42,.32); box-shadow: var(--fe-shadow); transform: translateY(-4px); }
.fe-browse-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #ded8ce; text-decoration: none; }
.fe-browse-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.fe-browse-card:hover .fe-browse-card__media img { transform: scale(1.045); }
.fe-browse-card__media span { position: absolute; right: 16px; bottom: 16px; padding: 9px 12px; border-radius: 999px; background: rgba(15,13,10,.72); color: var(--fe-paper); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(10px); }
.fe-browse-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.fe-browse-card__topline, .fe-browse-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--fe-gold); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.fe-browse-card__topline strong { color: var(--fe-ink); font-family: Jost, system-ui, sans-serif; font-size: 16px; letter-spacing: 0; text-transform: none; }
.fe-browse-card h2 { margin: 16px 0 10px; font-family: Fraunces, Georgia, serif; font-size: 27px; font-weight: 650; line-height: 1.08; }
.fe-browse-card h2 a { text-decoration: none; }
.fe-browse-card p { margin: 0; color: var(--fe-clay); font-weight: 300; line-height: 1.58; }
.fe-browse-card__stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin: 22px 0; padding: 0; list-style: none; }
.fe-browse-card__stats li { padding: 10px 8px; border: 1px solid rgba(15,13,10,.08); border-radius: 8px; background: var(--fe-paper); color: var(--fe-ink); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.fe-browse-card__meta { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(15,13,10,.08); color: var(--fe-clay); }
.fe-browse-card__cta { margin-top: 20px; }
.fe-browse-card__cta .fl-course-cta { margin: 0; }
.fe-browse-card__cta .fl-course-cta__button { width: 100%; min-height: 48px; border-radius: 999px; background: var(--fe-ink); color: var(--fe-paper); }
.fe-browse-flow { width: min(1240px, calc(100% - 64px)); margin: 0 auto 130px; padding: 44px; border-radius: 16px; background: var(--fe-ink); color: var(--fe-paper); }
.fe-browse-flow { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.fe-browse-flow h2 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; }
.fe-browse-flow ol { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.fe-browse-flow li { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid rgba(247,244,239,.1); border-radius: 10px; color: rgba(247,244,239,.78); }
.fe-browse-flow li span { color: var(--fe-gold); font-family: "DM Mono", monospace; font-size: 11px; }
.fe-footer { display: block; padding: 80px 32px 56px; border-top: 1px solid rgba(247,244,239,.07); background: var(--fe-ink); color: var(--fe-paper); }
.fe-footer__contact,
.fe-footer__bottom,
.fe-footer__legal { width: min(1280px, 100%); margin-right: auto; margin-left: auto; }
.fe-footer__contact { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; scroll-margin-top: 128px; }
.fe-footer__contact .fe-kicker { margin-bottom: 20px; }
.fe-footer__contact h2 { margin: 0 0 20px; font-family: Fraunces, Georgia, serif; font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.05; color: var(--fe-paper); }
.fe-footer__contact > div > p { max-width: 28rem; margin: 0; color: rgba(247,244,239,.7); font-size: 16px; font-weight: 300; line-height: 1.65; }
.fe-footer__contact-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 28px; color: var(--fe-gold-light); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; transition: gap .2s ease; }
.fe-footer__contact-link:hover { gap: 10px; }
.fe-footer__bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 56px; padding-top: 56px; border-top: 1px solid rgba(247,244,239,.08); }
.fe-footer__brand strong { display: block; font-family: Fraunces, Georgia, serif; font-size: 1.125rem; font-weight: 600; letter-spacing: 0; line-height: 1.25; text-transform: none; color: var(--fe-paper); }
.fe-footer__brand span { color: var(--fe-gold); }
.fe-footer__brand p { margin: 4px 0 0; color: rgba(247,244,239,.35); font-size: 12px; font-weight: 300; }
.fe-footer__links { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; }
.fe-footer__links a { color: rgba(247,244,239,.35); font-size: 12px; font-weight: 300; transition: color .2s ease; }
.fe-footer__links a:hover { color: rgba(247,244,239,.8); }
.fe-footer__copy { color: rgba(247,244,239,.2); font-family: "DM Mono", monospace; font-size: 11px; white-space: nowrap; }
.fe-footer__legal { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 24px; padding-top: 0; border-top: none; }
.fe-footer__legal a { color: rgba(247,244,239,.35); font-size: 12px; font-weight: 300; text-decoration: none; transition: color .2s ease; }
.fe-footer__legal a:hover { color: rgba(247,244,239,.8); }
@media (min-width: 768px) {
	.fe-footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}
@media (min-width: 1024px) {
	.fe-footer__contact { grid-template-columns: 1fr 1.3fr; gap: 80px; }
}
/* Legal pages (Privacy, Terms, Refund) */
.fe-legal { max-width: 760px; }
.fe-legal__updated { margin: 0 0 28px; color: var(--fe-clay); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .04em; }
.fe-legal h2 { margin: 28px 0 8px; font-family: Fraunces, Georgia, serif; font-size: 1.4rem; font-weight: 650; line-height: 1.25; color: var(--fe-ink); }
.fe-legal p { margin: 0; color: var(--fe-clay); font-weight: 300; line-height: 1.7; }
@media (max-width: 980px) {
	.fe-source-grid, .fe-how article, .fe-audience-stack-grid, .fe-pricing-grid, .fe-contact-layout, .fe-footer__contact, .fe-docs, .fe-browse-intro, .fe-browse-flow { grid-template-columns: 1fr; }
	.fe-feature-grid { grid-template-columns: 1fr; }
	.fe-browse-grid { grid-template-columns: 1fr; }
	.fe-docs__sidebar { position: static; }
	.fe-docs__pager { grid-template-columns: 1fr; }
	.fe-docs__pager-link--next { grid-column: 1; text-align: left; }
}
@media (max-width: 720px) {
	.fe-source-hero__content, .fe-subhero > section, .fe-source-section { width: min(100% - 32px, 1240px); }
	.fe-source-section, .fe-source-section--white, .fe-source-section--dark { padding-top: 72px; padding-bottom: 72px; }
	.fe-contact-form__grid { grid-template-columns: 1fr; }
	.fe-journey-strip { justify-content: flex-start; }
	.fe-browse-hero__content, .fe-browse-intro, .fe-browse-grid, .fe-browse-flow { width: min(100% - 32px, 1240px); }
	.fe-browse-flow ol { grid-template-columns: 1fr; }
	.fe-audience-section { padding-top: 90px; padding-bottom: 90px; }
}

* {
	box-sizing: border-box;
}

body.fe-theme {
	margin: 0;
	background: var(--fe-paper);
	color: var(--fe-ink);
	font-family: Jost, system-ui, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
}

body.admin-bar .fe-header {
	top: 32px;
}

a {
	color: inherit;
}

.fe-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 20px 24px 0;
	color: var(--fe-paper);
}

.fe-header__inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 1280px;
	margin: 0 auto;
}

.fe-header__bar {
	display: flex;
	align-items: center;
	border: 1px solid rgba(247, 244, 239, 0.12);
	border-radius: 999px;
	background: rgba(15, 13, 10, 0.65);
	backdrop-filter: blur(16px);
}

.fe-header__divider {
	align-self: stretch;
	width: 1px;
	margin: 10px 0;
	background: rgba(247, 244, 239, 0.15);
}

.fe-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 20px;
	text-decoration: none;
	flex-shrink: 0;
}

.fe-brand__mark {
	display: inline-flex;
	width: 22px;
	height: 22px;
	color: var(--fe-gold);
}

.fe-brand__mark svg {
	width: 100%;
	height: 100%;
}

.fe-journey {
	flex: 1;
	overflow-x: auto;
	scrollbar-width: none;
}

.fe-journey::-webkit-scrollbar {
	display: none;
}

.fe-journey__track {
	display: inline-flex;
	align-items: center;
	min-width: max-content;
}

.fe-journey__step {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	white-space: nowrap;
}

.fe-journey__step svg {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	color: var(--fe-gold);
}

.fe-journey__step b {
	color: rgba(247, 244, 239, 0.7);
	font-family: "DM Mono", monospace;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fe-journey__chevron {
	flex-shrink: 0;
	color: rgba(184, 134, 42, 0.4);
}

.fe-brand strong,
.fe-brand em {
	display: block;
	font-family: "DM Mono", monospace;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fe-brand em {
	color: var(--fe-gold-light);
}

.fe-nav {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 28px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
	padding: 9px 18px;
	border: 1px solid rgba(247, 244, 239, 0.14);
	border-radius: 999px;
	background: rgba(15, 13, 10, 0.72);
	backdrop-filter: blur(16px);
	box-shadow: 0 18px 46px rgba(15, 13, 10, 0.18);
}

.fe-nav::before,
.fe-nav::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background: var(--fe-gold-light);
	opacity: 0.9;
}

.fe-nav::before {
	clip-path: polygon(50% 4%, 61% 37%, 96% 50%, 61% 63%, 50% 96%, 39% 63%, 4% 50%, 39% 37%);
}

.fe-nav::after {
	border-radius: 50%;
	background:
		radial-gradient(circle at center, transparent 0 34%, var(--fe-gold-light) 36% 48%, transparent 50%),
		linear-gradient(var(--fe-gold-light), var(--fe-gold-light)) center / 2px 100% no-repeat,
		linear-gradient(90deg, var(--fe-gold-light), var(--fe-gold-light)) center / 100% 2px no-repeat;
}

.fe-nav a,
.fe-header__cta,
.fe-footer a {
	text-decoration: none;
}

.fe-nav a {
	color: rgba(247, 244, 239, 0.78);
	font-size: 12px;
	font-weight: 300;
	transition: color 0.2s ease;
}

.fe-nav a:hover {
	color: rgba(247, 244, 239, 0.95);
}

.fe-nav a.is-active {
	color: var(--fe-gold-light);
}

.fe-header__cta-wrap {
	flex-shrink: 0;
	padding: 8px 12px;
}

.fe-header .fe-header__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: auto;
	padding: 10px 20px;
	border-radius: 999px;
	background: var(--fe-gold);
	color: var(--fe-ink);
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: gap 0.2s ease;
}

.fe-header .fe-header__cta:hover {
	gap: 12px;
}

.fe-header .fe-header__cta svg {
	flex-shrink: 0;
}

@media (min-width: 1024px) {
	.fe-nav {
		display: flex;
	}
}

.fe-header__cta,
.fe-btn,
.fl-course-cta__button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 12px 18px;
	border: 0;
	border-radius: 4px;
	background: var(--fe-gold);
	color: var(--fe-paper);
	font-family: Jost, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.fe-btn__arrow, .fe-btn__send { flex-shrink: 0; width: 16px; height: 16px; transition: transform .2s ease; }
.fe-btn:hover .fe-btn__arrow, .fe-header__cta:hover .fe-btn__arrow { transform: translateX(3px); }
.fe-footer__contact-link { align-items: center; gap: 6px; }
.fe-footer__contact-link svg { width: 13px; height: 13px; transition: transform .2s ease; }
.fe-footer__contact-link:hover svg { transform: translateX(3px); }
.fe-contact-form button { display: inline-flex; align-items: center; gap: 8px; }
.fe-contact-form button svg { width: 14px; height: 14px; }
.fe-contact-form__notice { border-radius: 12px; padding: 14px 16px; margin-bottom: 4px; font-family: Jost, system-ui, sans-serif; font-size: 14px; line-height: 1.5; }
.fe-contact-form__notice p { margin: 0; }
.fe-contact-form__notice.is-success { background: #fbf0dd; border: 1px solid rgba(184,134,42,.25); color: var(--fe-ink); }
.fe-contact-form__notice.is-error { background: #fdecea; border: 1px solid rgba(180,35,24,.2); color: #7a1c12; }
.fe-contact-form.is-dark .fe-contact-form__notice.is-success { background: rgba(184,134,42,.12); border-color: rgba(184,134,42,.35); color: var(--fe-paper); }
.fe-contact-form.is-dark .fe-contact-form__notice.is-error { background: rgba(180,35,24,.15); border-color: rgba(244,67,54,.35); color: #ffd5d0; }

.fe-hero,
.fe-course-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 86vh;
	overflow: hidden;
	background: var(--fe-ink);
	color: var(--fe-paper);
}

.fe-hero > img,
.fe-course-hero > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fe-hero__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(15, 13, 10, 0.88), rgba(15, 13, 10, 0.48)),
		linear-gradient(0deg, rgba(15, 13, 10, 0.74), transparent 48%);
}

.fe-hero__content,
.fe-course-hero__content {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: 92px;
}

.fe-hero h1,
.fe-course-hero h1,
.fe-docs-hero h1 {
	max-width: 850px;
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(3.1rem, 8vw, 7rem);
	font-weight: 650;
	font-variation-settings: "opsz" 96;
	letter-spacing: 0;
	line-height: 0.98;
}

.fe-hero p:not(.fe-kicker),
.fe-docs-hero p {
	max-width: 650px;
	margin: 26px 0 0;
	color: rgba(247, 244, 239, 0.78);
	font-size: 20px;
	font-weight: 300;
	line-height: 1.55;
}

.fe-kicker {
	margin: 0 0 16px;
	color: var(--fe-gold);
	font-family: "DM Mono", monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fe-section,
.fe-course-detail,
.fe-docs-hero {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.fe-section {
	padding: 96px 0;
}

.fe-section__head {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 44px;
}

.fe-section__head h2,
.fe-band h2,
.fe-enroll-panel h2,
.fe-outcomes h2,
.fe-docs-list h2,
.fe-simple h1 {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 650;
	line-height: 1.06;
}

.fe-course-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.fe-course-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--fe-border);
	border-radius: 8px;
	background: var(--fe-white);
	text-decoration: none;
	box-shadow: 0 0 0 rgba(15, 13, 10, 0);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.fe-course-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--fe-shadow);
}

.fe-course-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #ded8ce;
}

.fe-course-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.fe-course-card:hover img {
	transform: scale(1.045);
}

.fe-course-card__overlay {
	position: absolute;
	inset: auto 16px 16px auto;
	padding: 8px 12px;
	border-radius: 4px;
	background: rgba(15, 13, 10, 0.76);
	color: var(--fe-paper);
	font-family: "DM Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fe-course-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
}

.fe-course-card__body strong {
	font-family: Fraunces, Georgia, serif;
	font-size: 1.55rem;
	line-height: 1.08;
}

.fe-course-card__body span {
	color: var(--fe-clay);
	font-weight: 300;
	line-height: 1.5;
}

.fe-course-card__meta {
	color: var(--fe-gold) !important;
	font-family: "DM Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fe-course-card__body em {
	margin-top: auto;
	color: var(--fe-ink);
	font-style: normal;
	font-weight: 600;
}

.fe-band {
	display: grid;
	grid-template-columns: 0.75fr 1fr;
	gap: 52px;
	padding: 92px max(24px, calc((100vw - 1180px) / 2));
}

.fe-band--dark {
	background: var(--fe-ink);
	color: var(--fe-paper);
}

.fe-steps {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fe-steps li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(247, 244, 239, 0.12);
	color: rgba(247, 244, 239, 0.82);
}

.fe-steps span {
	color: rgba(184, 134, 42, 0.8);
	font-family: "DM Mono", monospace;
}

.fe-course-hero {
	min-height: 72vh;
}

.fe-back {
	display: inline-flex;
	margin-bottom: 28px;
	color: rgba(247, 244, 239, 0.72);
	font-size: 14px;
	text-decoration: none;
}

.fe-course-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 44px;
	padding: 82px 0 110px;
}

.fe-course-detail__main,
.fe-enroll-panel,
.fe-docs-list article {
	border: 1px solid var(--fe-border);
	border-radius: 8px;
	background: var(--fe-white);
}

.fe-course-detail__main,
.fe-enroll-panel {
	padding: 34px;
}

.fe-enroll-panel {
	position: sticky;
	top: 118px;
	align-self: start;
}

.fe-enroll-panel p,
.fe-content,
.fe-outcomes li,
.fe-docs-list p {
	color: var(--fe-clay);
	font-weight: 300;
	line-height: 1.65;
}

.fe-outcomes {
	margin-top: 38px;
	padding-top: 30px;
	border-top: 1px solid var(--fe-border);
}

.fe-outcomes ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.fe-outcomes li {
	position: relative;
	padding-left: 28px;
}

.fe-outcomes li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--fe-gold);
}

.fl-course-cta {
	margin-top: 22px;
}

.fl-course-cta__percent {
	margin: 0 0 12px;
	color: var(--fe-gold);
	font-family: "DM Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fl-course-cta__button {
	width: 100%;
	background: var(--fe-ink);
}

.fe-docs-hero {
	padding: 170px 0 58px;
	color: var(--fe-paper);
}

.fe-docs-hero h1,
.fe-docs-hero p {
	color: var(--fe-ink);
}

.fe-docs-list {
	display: grid;
	gap: 18px;
}

.fe-docs-list article {
	padding: 28px;
}

.fe-docs-list h2 {
	font-size: 2rem;
}

.fe-page {
	padding-top: 140px;
}

/* Full-width page shells — one container, no double gutter */
.fe-page > .fe-simple {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 40px clamp(20px, 3vw, 48px);
	box-sizing: border-box;
}

.fe-wc-page h1 {
	font-family: var(--fe-display);
	font-size: clamp(2rem, 4vw, 2.75rem);
	line-height: 1.08;
	margin: 10px 0 0;
}

.fe-wc-page .woocommerce-breadcrumb {
	display: none;
}

.fe-wc-page .woocommerce {
	margin-top: 28px;
}

.fe-product-page .fe-back {
	display: inline-block;
	margin-bottom: 24px;
}

/* Scope to the main single-product shell only — not related-product cards. */
.fe-product-page > .fe-simple > .product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 48px;
	align-items: start;
	width: 100%;
	clear: both;
}

.fe-product-page > .fe-simple > .product::before,
.fe-product-page > .fe-simple > .product::after {
	display: none;
	content: none;
}

.fe-product-page > .fe-simple > .product .woocommerce-product-gallery,
.fe-product-page > .fe-simple > .product .summary.entry-summary {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	clear: none !important;
	margin: 0;
}

.fe-product-page > .fe-simple > .product .summary.entry-summary {
	margin: 0;
	padding: 32px;
	background: var(--fe-paper);
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(15, 13, 10, 0.06);
}

.fe-product-page > .fe-simple > .product .product_title {
	font-family: var(--fe-display);
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1.1;
	margin: 0 0 12px;
}

.fe-product-page > .fe-simple > .product .price {
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--fe-gold);
	margin-bottom: 20px;
}

.fe-product-page > .fe-simple > .product .woocommerce-product-details__short-description {
	margin-bottom: 24px;
	color: rgba(15, 13, 10, 0.72);
}

.fe-product-page > .fe-simple > .product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.fe-product-page > .fe-simple > .product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 12px;
}

.fe-product-page > .fe-simple > .product .fe-assurance {
	grid-column: 1 / -1;
}

@media (max-width: 900px) {
	.fe-product-page > .fe-simple > .product {
		grid-template-columns: 1fr;
	}
}

/* ── Commerce confidence: trust badges, next steps, guarantee ───────────────── */
.fe-context-pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 14px;
	padding: 7px 11px;
	border: 1px solid rgba(184, 134, 42, 0.28);
	border-radius: 999px;
	background: #fbf0dd;
	color: var(--fe-ink);
	font-family: "DM Mono", monospace;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
}

.fe-wc-lede { max-width: 640px; margin: 14px 0 0; color: var(--fe-clay); font-weight: 300; font-size: 17px; line-height: 1.55; }
.fe-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.fe-breadcrumb a { color: var(--fe-gold); text-decoration: none; transition: color .15s ease; }
.fe-breadcrumb a:hover { color: var(--fe-gold-light); }
.fe-breadcrumb__sep { color: rgba(15, 13, 10, .25); }
.fe-breadcrumb__current { color: var(--fe-clay); }
.fe-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 22px 0 0; padding: 0; list-style: none; }
.fe-trust li { display: inline-flex; align-items: center; gap: 8px; color: var(--fe-clay); font-family: "DM Mono", monospace; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; }
.fe-trust__icon { display: inline-flex; flex-shrink: 0; color: var(--fe-gold); }
.fe-trust svg { width: 15px; height: 15px; }
.fe-product__eyebrow { margin: 0 0 10px; }

.fe-assurance { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr 1fr; gap: 28px; margin-top: 16px; align-items: start; }
.fe-nextsteps .fe-kicker { margin-bottom: 18px; }
.fe-nextsteps ol { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0; list-style: none; }
.fe-nextsteps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.fe-nextsteps__num { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; background: var(--fe-paper); color: var(--fe-gold); font-family: "DM Mono", monospace; font-size: 12px; }
.fe-nextsteps__body strong { display: block; margin-bottom: 2px; font-family: Fraunces, Georgia, serif; font-size: 16px; }
.fe-nextsteps__body { color: var(--fe-clay); font-weight: 300; font-size: 14px; line-height: 1.5; }
.fe-guarantee { display: flex; gap: 14px; padding: 22px; border: 1px solid rgba(184,134,42,.25); border-radius: 16px; background: #fbf0dd; }
.fe-guarantee__icon { flex-shrink: 0; color: var(--fe-gold); }
.fe-guarantee__icon svg { width: 24px; height: 24px; }
.fe-guarantee strong { display: block; margin-bottom: 4px; font-family: Fraunces, Georgia, serif; font-size: 17px; }
.fe-guarantee p { margin: 0; color: var(--fe-clay); font-weight: 300; font-size: 14px; line-height: 1.55; }

/* ── Checkout layout & confidence ───────────────────────────────────────────── */
.fe-checkout-reassure { margin: 28px 0 4px; padding: 18px 24px; border: 1px solid rgba(15,13,10,.08); border-radius: 14px; background: var(--fe-paper); }
.fe-checkout-reassure .fe-trust { margin: 0; gap: 14px 28px; }

/* Main checkout grid: billing left, order summary right (single row) */
.fe-checkout-page form.checkout.woocommerce-checkout,
body.woocommerce-checkout .fe-wc-page form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
	gap: 40px 48px;
	align-items: start;
	margin-top: 28px;
}

.fe-checkout-page #customer_details,
body.woocommerce-checkout .fe-wc-page #customer_details {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	width: 100%;
}

.fe-checkout-page .fe-checkout-order,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order {
	grid-column: 2;
	grid-row: 1;
	position: sticky;
	top: 110px;
	align-self: start;
	min-width: 0;
	width: 100%;
}

.fe-checkout-page .fe-checkout-order #order_review_heading,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review_heading {
	margin: 0 0 12px;
	padding: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.35rem;
	font-weight: 650;
	line-height: 1.2;
}

.fe-checkout-page .fe-checkout-order #order_review,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review {
	padding: 22px 24px;
	border: 1px solid rgba(15, 13, 10, 0.1);
	border-radius: 16px;
	background: var(--fe-paper);
}

.fe-checkout-page .fe-checkout-order #order_review .shop_table,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review .shop_table {
	border: none;
	border-radius: 0;
	background: transparent;
}

.fe-checkout-page .fe-checkout-order #order_review .shop_table thead th,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review .shop_table thead th {
	padding-top: 0;
	background: transparent;
}

.fe-checkout-page .fe-checkout-order #order_review .shop_table tbody tr:last-child td,
.fe-checkout-page .fe-checkout-order #order_review .shop_table tfoot tr:last-child th,
.fe-checkout-page .fe-checkout-order #order_review .shop_table tfoot tr:last-child td,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review .shop_table tbody tr:last-child td,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review .shop_table tfoot tr:last-child th,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review .shop_table tfoot tr:last-child td {
	border-bottom: none;
}

.fe-checkout-page .fe-checkout-order #order_review .product-name,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review .product-name {
	padding-right: 12px;
	line-height: 1.45;
}

.fe-checkout-product {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	max-width: 100%;
	vertical-align: middle;
}

.fe-checkout-product__image {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 10px;
	object-fit: cover;
	border: 1px solid rgba(15, 13, 10, 0.08);
	background: var(--fe-paper);
}

.fe-checkout-product__details {
	display: inline;
	min-width: 0;
}

.fe-checkout-product__details a {
	display: inline;
	font-weight: 600;
}

.fe-checkout-page .product-name .product-quantity,
body.woocommerce-checkout .fe-wc-page .product-name .product-quantity,
.fe-order-received-page .woocommerce-table--order-details .product-name .product-quantity {
	display: inline;
	margin: 0 0 0 4px;
	font-weight: 500;
	color: rgba(15, 13, 10, 0.55);
	white-space: nowrap;
	vertical-align: middle;
}

.fe-checkout-page .product-name,
body.woocommerce-checkout .fe-wc-page .product-name,
.fe-order-received-page .woocommerce-table--order-details .product-name {
	line-height: 1.45;
}

.fe-checkout-page .product-name .wc-item-meta,
body.woocommerce-checkout .fe-wc-page .product-name .wc-item-meta,
.fe-order-received-page .woocommerce-table--order-details .product-name .wc-item-meta {
	display: block;
	margin-top: 8px;
}

.fe-license-checkout .fe-checkout-product__image {
	border-color: rgba(184, 134, 42, 0.2);
}

.fe-checkout-page .fe-checkout-order #order_review .product-total,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review .product-total {
	text-align: right;
	white-space: nowrap;
}

.fe-checkout-page .fe-checkout-order #order_review tfoot td,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review tfoot td {
	text-align: right;
	white-space: nowrap;
}

.fe-checkout-page .fe-checkout-order #order_review tfoot th,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review tfoot th {
	font-weight: 600;
}

.fe-checkout-page .fe-checkout-order #order_review tfoot .order-total td,
.fe-checkout-page .fe-checkout-order #order_review tfoot .order-total th,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review tfoot .order-total td,
body.woocommerce-checkout .fe-wc-page .fe-checkout-order #order_review tfoot .order-total th {
	padding-top: 16px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.05rem;
	color: var(--fe-ink);
}

/* #customer_details is .col2-set — stack billing + additional vertically, not side-by-side */
.fe-checkout-page #customer_details.col2-set,
body.woocommerce-checkout .fe-wc-page #customer_details.col2-set {
	display: flex;
	flex-direction: column;
	gap: 28px;
	width: 100%;
}

.fe-checkout-page #customer_details .col-1,
.fe-checkout-page #customer_details .col-2,
body.woocommerce-checkout .fe-wc-page #customer_details .col-1,
body.woocommerce-checkout .fe-wc-page #customer_details .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none;
}

.fe-checkout-page .woocommerce-billing-fields,
.fe-checkout-page .woocommerce-additional-fields,
body.woocommerce-checkout .fe-wc-page .woocommerce-billing-fields,
body.woocommerce-checkout .fe-wc-page .woocommerce-additional-fields {
	padding: 28px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: #fff;
}

.fe-checkout-page .woocommerce-billing-fields__field-wrapper,
.fe-checkout-page .woocommerce-shipping-fields__field-wrapper,
.fe-checkout-page .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout .fe-wc-page .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .fe-wc-page .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .fe-wc-page .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
}

.fe-checkout-page .woocommerce form .form-row,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0;
	padding: 0;
	clear: none;
}

.fe-checkout-page .woocommerce form .form-row-wide,
.fe-checkout-page .woocommerce-additional-fields__field-wrapper .form-row,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row-wide,
body.woocommerce-checkout .fe-wc-page .woocommerce-additional-fields__field-wrapper .form-row {
	grid-column: 1 / -1;
}

.fe-checkout-page .woocommerce form .form-row label:not(.woocommerce-form__label-for-checkbox),
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row label:not(.woocommerce-form__label-for-checkbox) {
	display: block;
	margin-bottom: 6px;
	font-family: "DM Mono", monospace;
	font-size: 11px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--fe-clay);
	white-space: normal;
	line-height: 1.35;
}

.fe-checkout-page .woocommerce-account-fields,
body.woocommerce-checkout .fe-wc-page .woocommerce-account-fields {
	width: 100%;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(15, 13, 10, 0.08);
}

.fe-checkout-page .woocommerce-account-fields .form-row,
body.woocommerce-checkout .fe-wc-page .woocommerce-account-fields .form-row {
	width: 100%;
	max-width: none;
	margin: 0;
}

.fe-checkout-page .fe-checkout-account-note,
body.woocommerce-checkout .fe-wc-page .fe-checkout-account-note,
.fe-license-checkout .fe-checkout-account-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid rgba(15, 13, 10, 0.1);
	border-radius: 10px;
	background: rgba(196, 154, 60, 0.08);
	font-family: Jost, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	color: var(--fe-ink);
}

.fe-checkout-page .fe-checkout-account-note svg,
body.woocommerce-checkout .fe-wc-page .fe-checkout-account-note svg,
.fe-license-checkout .fe-checkout-account-note svg {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--fe-gold);
}

.fe-license-checkout .woocommerce-account-fields .create-account > .form-row.create-account,
.fe-license-checkout .woocommerce-account-fields > .form-row.create-account {
	display: none;
}

.fe-checkout-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(15, 13, 10, 0.1);
	border-radius: 10px;
	background: var(--fe-paper);
	font-family: Jost, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	color: var(--fe-ink);
	line-height: 1.45;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fe-checkout-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox:hover,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox:hover {
	border-color: rgba(184, 134, 42, 0.35);
}

.fe-checkout-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"],
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin: 2px 0 0;
	padding: 0;
	border-radius: 4px;
	flex-shrink: 0;
	accent-color: var(--fe-gold);
}

.fe-checkout-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox span,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row label.woocommerce-form__label-for-checkbox span {
	flex: 1;
	min-width: 0;
}

/* Terms & conditions consent */
.fe-checkout-page .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper {
	margin: 0;
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper .form-row,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 0;
	padding: 0;
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
	display: flow-root;
	padding: 16px 18px;
	border: 1px solid rgba(15, 13, 10, 0.1);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 13, 10, 0.04);
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox:has(input:checked),
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox:has(input:checked) {
	border-color: rgba(184, 134, 42, 0.42);
	background: linear-gradient(165deg, #fff 0%, var(--fe-paper) 100%);
	box-shadow: 0 12px 28px rgba(184, 134, 42, 0.08);
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox:has(input:focus-visible),
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox:has(input:focus-visible) {
	border-color: var(--fe-gold);
	box-shadow: 0 0 0 3px rgba(184, 134, 42, 0.14);
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: grid;
	place-content: center;
	width: 20px;
	height: 20px;
	min-height: 20px;
	float: left;
	margin: 2px 12px 0 0;
	padding: 0;
	border: 1.5px solid rgba(15, 13, 10, 0.22);
	border-radius: 5px;
	background: #fff;
	flex-shrink: 0;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]::before,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]::before {
	content: "";
	width: 10px;
	height: 6px;
	border: 2px solid transparent;
	border-bottom-color: #fff;
	border-left-color: #fff;
	transform: rotate(-45deg) scale(0);
	transition: transform 0.12s ease;
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked {
	border-color: var(--fe-gold);
	background: var(--fe-gold);
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked::before,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked::before {
	transform: rotate(-45deg) scale(1);
}

.fe-checkout-page .woocommerce-terms-and-conditions-checkbox-text,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-checkbox-text {
	display: inline;
	color: rgba(15, 13, 10, 0.82);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

.fe-checkout-page .woocommerce-terms-and-conditions-link,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-link {
	color: var(--fe-ink);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(184, 134, 42, 0.45);
	text-underline-offset: 3px;
	transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.fe-checkout-page .woocommerce-terms-and-conditions-link:hover,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-link:hover {
	color: var(--fe-gold);
	text-decoration-color: var(--fe-gold);
}

.fe-checkout-page .woocommerce-terms-and-conditions-wrapper abbr.required,
body.woocommerce-checkout .fe-wc-page .woocommerce-terms-and-conditions-wrapper abbr.required {
	margin-left: 2px;
	border: none;
	color: var(--fe-gold);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: help;
}

.fe-checkout-page .form-row.place-order .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .fe-wc-page .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
	margin: 0 0 4px;
}

.fe-checkout-page .woocommerce form .form-row .woocommerce-input-wrapper,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.fe-checkout-page .woocommerce form .form-row input.input-text,
.fe-checkout-page .woocommerce form .form-row textarea,
.fe-checkout-page .woocommerce select,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row textarea,
body.woocommerce-checkout .fe-wc-page .woocommerce select {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(15,13,10,.14);
	border-radius: 8px;
	background: #fff;
	font-family: Jost, system-ui, sans-serif;
	font-size: 15px;
	color: var(--fe-ink);
}

.fe-checkout-page .woocommerce form .form-row input.input-text:focus,
.fe-checkout-page .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .fe-wc-page .woocommerce form .form-row textarea:focus {
	border-color: var(--fe-gold);
	outline: none;
	box-shadow: 0 0 0 3px rgba(184, 134, 42, 0.12);
}

.fe-checkout-page #place_order,
body.woocommerce-checkout .fe-wc-page #place_order {
	float: none !important;
	width: 100%;
	margin: 0;
}

.fe-checkout-page .form-row.place-order,
body.woocommerce-checkout .fe-wc-page .form-row.place-order {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	margin: 16px 0 0;
	padding: 0;
	float: none;
	clear: both;
}

.fe-checkout-page .form-row.place-order > *,
body.woocommerce-checkout .fe-wc-page .form-row.place-order > * {
	float: none !important;
	clear: both;
	width: 100%;
	max-width: 100%;
}

.fe-checkout-page .form-row.place-order .woocommerce-privacy-policy-text,
body.woocommerce-checkout .fe-wc-page .form-row.place-order .woocommerce-privacy-policy-text {
	margin: 0;
	color: var(--fe-clay);
	font-size: 12px;
	line-height: 1.5;
}

.fe-checkout-page .form-row.place-order .woocommerce-privacy-policy-text p,
body.woocommerce-checkout .fe-wc-page .form-row.place-order .woocommerce-privacy-policy-text p {
	margin: 0;
}

.fe-checkout-page #payment #place_order.button.alt,
body.woocommerce-checkout .fe-wc-page #payment #place_order.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--fe-gold) !important;
	color: var(--fe-paper) !important;
	font-family: Jost, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.fe-checkout-page #payment #place_order.button.alt:hover,
body.woocommerce-checkout .fe-wc-page #payment #place_order.button.alt:hover {
	background: #a67726 !important;
	color: var(--fe-paper) !important;
}

.fe-checkout-page .fe-checkout-secure,
body.woocommerce-checkout .fe-wc-page .fe-checkout-secure {
	display: flex !important;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--fe-clay);
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

.fe-checkout-page .fe-checkout-secure__text,
body.woocommerce-checkout .fe-wc-page .fe-checkout-secure__text {
	flex: 1;
	min-width: 0;
}

.fe-checkout-page .fe-checkout-secure svg,
body.woocommerce-checkout .fe-wc-page .fe-checkout-secure svg {
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	color: var(--fe-gold);
	flex-shrink: 0;
}
.fe-checkout-page button[name="apply_coupon"],
body.woocommerce-checkout .fe-wc-page button[name="apply_coupon"],
.fe-cart-page button[name="apply_coupon"],
.fe-wc-page button[name="apply_coupon"] {
	margin-top: 12px;
}

.fe-license-checkout .fe-checkout-promo-intro {
	margin: 0 0 14px;
	padding: 18px 20px;
	border: 1px solid rgba(184, 134, 42, 0.18);
	border-radius: 14px;
	background: rgba(184, 134, 42, 0.06);
}

.fe-license-checkout .fe-checkout-promo-intro__label {
	margin: 0 0 6px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.05rem;
	color: var(--fe-ink);
}

.fe-license-checkout .fe-checkout-promo-intro__hint {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(15, 13, 10, 0.68);
}

.fe-license-checkout .fe-checkout-promo-form.checkout_coupon {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px;
	margin: 0 0 24px;
	padding: 18px 20px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 14px;
	background: #fff;
}

.fe-license-checkout .fe-checkout-promo-form .form-row {
	float: none !important;
	width: auto !important;
	margin: 0;
	padding: 0;
}

.fe-license-checkout .fe-checkout-promo-form .form-row-first {
	flex: 1 1 220px;
	min-width: 180px;
}

.fe-license-checkout .fe-checkout-promo-form .form-row-last {
	flex: 0 0 auto;
}

.fe-license-checkout .fe-checkout-promo-form label {
	display: block;
	margin-bottom: 6px;
	font-family: "DM Mono", monospace;
	font-size: 11px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--fe-clay);
}

.fe-license-checkout .fe-checkout-promo-form .input-text {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(15, 13, 10, 0.14);
	border-radius: 8px;
	font-size: 14px;
}

.fe-license-checkout .fe-checkout-promo-form button[name="apply_coupon"] {
	margin-top: 0;
}

.fe-license-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.fe-cart-page .woocommerce a.button,
.fe-cart-page .woocommerce button.button,
.fe-cart-page .woocommerce input.button,
.fe-checkout-page .woocommerce a.button,
.fe-checkout-page .woocommerce button.button,
.fe-checkout-page .woocommerce input.button,
body.woocommerce-cart .fe-wc-page .woocommerce a.button,
body.woocommerce-cart .fe-wc-page .woocommerce button.button,
body.woocommerce-cart .fe-wc-page .woocommerce input.button,
body.woocommerce-checkout .fe-wc-page .woocommerce a.button,
body.woocommerce-checkout .fe-wc-page .woocommerce button.button,
body.woocommerce-checkout .fe-wc-page .woocommerce input.button {
	border-radius: 999px;
}
.fe-checkout-next { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(15,13,10,.08); max-width: 560px; }
@media (max-width: 900px) {
	.fe-assurance { grid-template-columns: 1fr; }
	.fe-checkout-page form.checkout.woocommerce-checkout,
	body.woocommerce-checkout .fe-wc-page form.checkout.woocommerce-checkout { grid-template-columns: 1fr; }
	.fe-checkout-page #customer_details,
	body.woocommerce-checkout .fe-wc-page #customer_details,
	.fe-checkout-page .fe-checkout-order,
	body.woocommerce-checkout .fe-wc-page .fe-checkout-order { grid-column: 1; grid-row: auto; }
	.fe-checkout-page .fe-checkout-order,
	body.woocommerce-checkout .fe-wc-page .fe-checkout-order { position: static; }
	.fe-product-page--license > .fe-simple > .product {
		grid-template-columns: 1fr;
		grid-template-areas:
			"hero"
			"summary"
			"below"
			"related";
	}
}

/* ── Order received / thank you page ──────────────────────────────────────── */
.fe-order-received-page .woocommerce {
	max-width: 760px;
}

.fe-order-complete {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.fe-order-complete__panel {
	padding: 28px 32px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: #fff;
}

.fe-order-complete__panel--error {
	border-color: rgba(160, 0, 0, 0.18);
	background: #fff8f8;
}

.fe-order-complete .woocommerce-thankyou-order-received,
.fe-order-received-page .woocommerce > .woocommerce-notice--success {
	margin: 0;
	padding: 20px 24px;
	border: 1px solid rgba(184, 134, 42, 0.28);
	border-radius: 14px;
	background: linear-gradient(165deg, #fff 0%, var(--fe-paper) 100%);
	color: var(--fe-ink);
	font-size: 1.05rem;
	line-height: 1.55;
}

/* Order summary meta grid lives in the order-received polish block at EOF. */
.fe-order-complete ul.order_details,
.fe-order-received-page ul.order_details {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fe-order-complete ul.order_details::before,
.fe-order-complete ul.order_details::after,
.fe-order-received-page ul.order_details::before,
.fe-order-received-page ul.order_details::after {
	display: none;
	content: none;
}

.fe-order-complete ul.order_details li,
.fe-order-received-page ul.order_details li {
	float: none !important;
	width: auto !important;
	margin: 0;
	padding: 0;
	border: none;
	text-transform: none;
	font-size: inherit;
	line-height: inherit;
}

.fe-order-complete .woocommerce-order-details,
.fe-order-received-page .woocommerce-order-details {
	margin: 0;
	padding: 28px 32px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: #fff;
}

.fe-order-complete .woocommerce-order-details__title,
.fe-order-received-page .woocommerce-order-details__title {
	margin: 0 0 20px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.35rem;
	font-weight: 650;
}

.fe-order-complete .woocommerce-table--order-details,
.fe-order-received-page .woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}

.fe-order-complete .woocommerce-table--order-details th,
.fe-order-complete .woocommerce-table--order-details td,
.fe-order-received-page .woocommerce-table--order-details th,
.fe-order-received-page .woocommerce-table--order-details td {
	padding: 14px 0;
	border-bottom: 1px solid rgba(15, 13, 10, 0.08);
	text-align: left;
	vertical-align: middle;
}

.fe-order-complete .woocommerce-table--order-details thead th,
.fe-order-received-page .woocommerce-table--order-details thead th {
	padding-top: 0;
	font-family: "DM Mono", monospace;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a8278;
}

.fe-order-complete .woocommerce-table--order-details tfoot th,
.fe-order-complete .woocommerce-table--order-details tfoot td,
.fe-order-received-page .woocommerce-table--order-details tfoot th,
.fe-order-received-page .woocommerce-table--order-details tfoot td {
	border-bottom: none;
}

.fe-order-complete .woocommerce-table--order-details tfoot tr:last-child th,
.fe-order-complete .woocommerce-table--order-details tfoot tr:last-child td,
.fe-order-received-page .woocommerce-table--order-details tfoot tr:last-child th,
.fe-order-received-page .woocommerce-table--order-details tfoot tr:last-child td {
	padding-top: 18px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.05rem;
	color: var(--fe-ink);
}

.fe-order-complete .woocommerce-table--order-details .product-total,
.fe-order-received-page .woocommerce-table--order-details .product-total,
.fe-order-complete .woocommerce-table--order-details tfoot td,
.fe-order-received-page .woocommerce-table--order-details tfoot td {
	text-align: right;
	white-space: nowrap;
}

.fe-order-complete .woocommerce-customer-details,
.fe-order-received-page .woocommerce-customer-details {
	margin: 0;
	padding: 28px 32px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: var(--fe-paper);
}

.fe-order-complete .woocommerce-customer-details h2,
.fe-order-received-page .woocommerce-customer-details h2 {
	margin: 0 0 16px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.2rem;
	font-weight: 650;
}

.fe-order-complete .woocommerce-customer-details address,
.fe-order-received-page .woocommerce-customer-details address {
	margin: 0;
	font-style: normal;
	line-height: 1.6;
	color: rgba(15, 13, 10, 0.78);
}

.fe-order-complete__license,
.fe-order-received-page .fl-license-thankyou {
	margin: 0;
	padding: 28px 32px;
	border: 1px solid rgba(184, 134, 42, 0.28);
	border-radius: 16px;
	background: linear-gradient(165deg, var(--fe-ink) 0%, #2a241c 100%);
	color: var(--fe-paper);
	box-shadow: 0 24px 60px rgba(184, 134, 42, 0.14);
}

.fe-order-complete__license .fe-kicker,
.fl-license-thankyou .fe-kicker {
	color: var(--fe-gold);
}

.fl-license-thankyou__title {
	margin: 0 0 20px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.45rem;
	font-weight: 650;
	line-height: 1.15;
}

.fl-license-thankyou__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-license-thankyou__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 18px;
	border: 1px solid rgba(247, 244, 239, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.fl-license-thankyou__label {
	font-family: "DM Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(247, 244, 239, 0.62);
}

.fl-license-thankyou__key {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(15, 13, 10, 0.42);
	color: var(--fe-gold);
	font-family: "DM Mono", monospace;
	font-size: 0.92rem;
	line-height: 1.45;
	word-break: break-all;
}

.fl-license-thankyou__note {
	margin: 18px 0 0;
	color: rgba(247, 244, 239, 0.62);
	font-size: 14px;
	line-height: 1.55;
}

.fe-order-complete__next,
.fe-order-received-page .fe-order-complete__next {
	margin-top: 8px;
	padding-top: 28px;
	border-top: 1px solid rgba(15, 13, 10, 0.08);
}

.fe-license-order-received .fe-order-complete__next {
	border-top-color: rgba(184, 134, 42, 0.18);
}

/* Login / email verification gates on order received */
.fe-order-received-page .woocommerce > .woocommerce-info {
	margin: 0;
	padding: 16px 20px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-left: 4px solid var(--fe-gold);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 13, 10, 0.04);
	color: var(--fe-ink);
	font-size: 15px;
	line-height: 1.55;
}

.fe-order-received-page .woocommerce > .woocommerce-info::before {
	display: none !important;
	content: none !important;
}

.fe-order-received-page .woocommerce-form-login,
.fe-order-received-page .woocommerce-verify-email {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 28px 32px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 13, 10, 0.04);
}

.fe-order-received-page .woocommerce-form-login .form-row-first,
.fe-order-received-page .woocommerce-form-login .form-row-last {
	float: none;
	width: 100%;
}

.fe-order-received-page .woocommerce-form-login .form-row,
.fe-order-received-page .woocommerce-verify-email .form-row {
	margin: 0 0 16px;
	padding: 0;
}

.fe-order-received-page .woocommerce-form-login label,
.fe-order-received-page .woocommerce-verify-email label {
	display: block;
	margin-bottom: 8px;
	font-family: "DM Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a8278;
}

.fe-order-received-page .woocommerce-form-login .input-text,
.fe-order-received-page .woocommerce-verify-email .input-text {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(15, 13, 10, 0.12);
	border-radius: 10px;
	background: var(--fe-paper);
}

.fe-order-received-page .woocommerce-form-login .woocommerce-button,
.fe-order-received-page .woocommerce-verify-email .woocommerce-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border: none;
	border-radius: 999px;
	background: var(--fe-gold);
	color: var(--fe-ink);
	font-weight: 600;
}

.fe-order-received-page .woocommerce-form-login .lost_password {
	margin: 12px 0 0;
	font-size: 14px;
}

.fe-order-received-page .woocommerce-form-login .lost_password a {
	color: var(--fe-gold);
}

.fe-order-received-page .woocommerce-thankyou-order-failed-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 16px 0 0;
}

@media (max-width: 640px) {
	.fe-order-complete .woocommerce-order-details,
	.fe-order-complete .woocommerce-customer-details,
	.fe-order-complete__license,
	.fe-order-received-page .woocommerce-form-login,
	.fe-order-received-page .woocommerce-verify-email {
		padding: 22px 20px;
	}
}

/* ── License plan product pages ───────────────────────────────────────────── */
.fe-product-page--license > .fe-simple > .product {
	display: grid !important;
	grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
	grid-template-areas:
		"hero summary"
		"below below"
		"related related";
	gap: 40px;
	max-width: 1080px;
	margin: 0 auto;
	align-items: start;
}

.fe-product-page--license .fe-license-hero {
	grid-area: hero;
	align-self: start;
}

.fe-product-page--license > .fe-simple > .product .summary.entry-summary {
	grid-area: summary;
	align-self: start;
	margin-top: 0 !important;
	padding-top: 36px;
}

.fe-product-page--license > .fe-simple > .product .fe-assurance {
	grid-area: below;
}

.fe-product-page--license > .fe-simple > .product .related.products {
	grid-area: related;
	float: none !important;
	width: 100% !important;
	clear: both !important;
}

.fe-product-page--license > .fe-simple > .product .woocommerce-product-gallery {
	display: none;
}

.fe-product-page--license .fe-license-tagline {
	display: none;
}

.fe-license-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 0;
	padding: 32px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 18px;
	background: linear-gradient(165deg, #fff 0%, var(--fe-paper) 55%, #f3ece2 100%);
	box-shadow: 0 18px 40px rgba(15, 13, 10, 0.06);
	overflow: hidden;
}

.fe-license-hero.has-image {
	padding: 16px;
}

.fe-license-hero__image {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	margin-bottom: 16px;
	border-radius: 12px;
	object-fit: cover;
}

.fe-license-hero.is-highlighted {
	border-color: rgba(184, 134, 42, 0.35);
	background: linear-gradient(165deg, var(--fe-ink) 0%, #2a241c 100%);
	color: var(--fe-paper);
	box-shadow: 0 24px 60px rgba(184, 134, 42, 0.18);
}

.fe-license-hero__badge {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--fe-gold);
	color: var(--fe-paper);
	font-family: "DM Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fe-license-hero__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: rgba(184, 134, 42, 0.14);
	color: var(--fe-gold);
	font-family: Fraunces, Georgia, serif;
	font-size: 22px;
	font-weight: 650;
}

.fe-license-hero.is-highlighted .fe-license-hero__mark {
	background: rgba(247, 244, 239, 0.1);
	color: var(--fe-gold);
}

.fe-license-hero__name {
	margin: 0 0 8px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.5rem;
	font-weight: 650;
	line-height: 1.15;
}

.fe-license-hero__tagline {
	margin: 0 0 12px;
	color: rgba(15, 13, 10, 0.62);
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
}

.fe-license-hero.is-highlighted .fe-license-hero__tagline {
	color: rgba(247, 244, 239, 0.62);
}

.fe-license-hero__meta {
	margin: 0;
	font-family: "DM Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--fe-gold);
}

.fe-license-tagline {
	margin: -4px 0 16px;
	color: var(--fe-clay);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
}

.fe-license-features {
	margin: 8px 0 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(15, 13, 10, 0.08);
}

.fe-license-features__inherits {
	margin: 0 0 12px;
	color: var(--fe-gold);
	font-family: "DM Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fe-license-features__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fe-license-features__list li::before {
	content: "✓ ";
	color: var(--fe-gold);
}

.fe-license-features__list--muted li {
	color: #9b938a;
}

.fe-license-features__list--muted li::before {
	content: "× ";
	color: #c2bab1;
}

.fe-license-features__audience {
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(15, 13, 10, 0.08);
	color: var(--fe-clay);
	font-size: 14px;
	line-height: 1.5;
}

.fe-product-page--license > .fe-simple > .product .summary.entry-summary {
	padding: 36px;
}

.fe-product-page--license > .fe-simple > .product .single_add_to_cart_button,
.fe-product-page--license .related.products .button {
	background: var(--fe-gold) !important;
	color: var(--fe-paper) !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-family: Jost, system-ui, sans-serif !important;
	font-weight: 500 !important;
}

.fe-product-page--license > .fe-simple > .product .single_add_to_cart_button {
	min-width: 220px;
}

.fe-product-page--license > .fe-simple > .product form.cart .quantity {
	display: none;
}

.fe-product-page--license > .fe-simple > .product .product_meta,
.fe-product-page--license > .fe-simple > .product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

/* Related license plans */
.fe-product-page .related.products {
	grid-column: 1 / -1;
	margin-top: 48px;
	padding-top: 40px;
	border-top: 1px solid rgba(15, 13, 10, 0.08);
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.fe-product-page .related.products > h2 {
	margin: 0 0 24px;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 650;
}

.fe-product-page .related.products ul.products li.product .woocommerce-placeholder {
	object-fit: cover;
	background: linear-gradient(165deg, #fff 0%, var(--fe-paper) 55%, #f3ece2 100%);
}

.fe-product-page .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	clear: both;
}

.fe-product-page .related.products ul.products::before,
.fe-product-page .related.products ul.products::after {
	display: none !important;
	content: none !important;
}

.fe-product-page .related.products ul.products > li.product {
	display: flex !important;
	flex-direction: column;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 20px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: var(--fe-paper);
	box-shadow: 0 12px 28px rgba(15, 13, 10, 0.05);
}

.fe-product-page .related.products .woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	text-decoration: none;
	color: inherit;
}

.fe-product-page .related.products img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 4px;
}

.fe-product-page .related.products .woocommerce-loop-product__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.15rem;
	font-weight: 650;
	line-height: 1.25;
	padding: 0 !important;
}

.fe-product-page .related.products .price {
	margin: 0;
	color: var(--fe-gold);
	font-size: 1rem;
}

.fe-product-page .related.products .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 14px;
	padding: 10px 18px !important;
}

/* ── WooCommerce notices ────────────────────────────────────────────────────── */
.fe-theme {
	--fe-notice-success-border: #3d7a52;
	--fe-notice-success-bg: #f4faf6;
	--fe-notice-success-icon-bg: rgba(61, 122, 82, 0.12);
	--fe-notice-success-icon: #3d7a52;
	--fe-notice-info-border: var(--fe-gold);
	--fe-notice-info-bg: #fbf6ed;
	--fe-notice-info-icon-bg: rgba(184, 134, 42, 0.14);
	--fe-notice-info-icon: var(--fe-gold);
	--fe-notice-error-border: #b84242;
	--fe-notice-error-bg: #fdf5f5;
	--fe-notice-error-icon-bg: rgba(184, 66, 66, 0.12);
	--fe-notice-error-icon: #b84242;
}

.fe-theme .woocommerce-notices-wrapper,
.fe-wc-page .woocommerce-notices-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 24px;
}

.fe-wc-page .woocommerce-notices-wrapper {
	margin-top: 20px;
}

.fe-theme .woocommerce-notices-wrapper:empty,
.fe-wc-page .woocommerce-notices-wrapper:empty {
	display: none;
	margin: 0;
}

.fe-theme .woocommerce-message,
.fe-theme .woocommerce-info,
.fe-theme .woocommerce-error,
.fe-theme .woocommerce-notice,
.fe-theme .woocommerce-notices-wrapper .woocommerce-message,
.fe-theme .woocommerce-notices-wrapper .woocommerce-info,
.fe-theme .woocommerce-notices-wrapper .woocommerce-error,
.fe-wc-page .woocommerce-message,
.fe-wc-page .woocommerce-info,
.fe-wc-page .woocommerce-error,
.fe-wc-page .woocommerce-notice,
.fe-wc-page .woocommerce-notices-wrapper .woocommerce-message,
.fe-wc-page .woocommerce-notices-wrapper .woocommerce-info,
.fe-wc-page .woocommerce-notices-wrapper .woocommerce-error {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 14px;
	margin: 0;
	padding: 16px 18px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-left-width: 4px;
	border-radius: 12px;
	background: var(--fe-notice-bg, var(--fe-white));
	color: var(--fe-ink);
	font-family: Jost, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	list-style: none outside;
	width: auto;
	box-shadow: 0 8px 24px rgba(15, 13, 10, 0.04);
}

.fe-theme .woocommerce-message,
.fe-theme .woocommerce-notices-wrapper .woocommerce-message,
.fe-theme .woocommerce-notice--success,
.fe-wc-page .woocommerce-message,
.fe-wc-page .woocommerce-notices-wrapper .woocommerce-message,
.fe-wc-page .woocommerce-notice--success {
	--fe-notice-bg: var(--fe-notice-success-bg);
	border-left-color: var(--fe-notice-success-border);
	--fe-notice-icon-bg: var(--fe-notice-success-icon-bg);
	--fe-notice-icon-color: var(--fe-notice-success-icon);
}

.fe-theme .woocommerce-info,
.fe-theme .woocommerce-notices-wrapper .woocommerce-info,
.fe-theme .woocommerce-notice--info,
.fe-wc-page .woocommerce-info,
.fe-wc-page .woocommerce-notices-wrapper .woocommerce-info,
.fe-wc-page .woocommerce-notice--info {
	--fe-notice-bg: var(--fe-notice-info-bg);
	border-left-color: var(--fe-notice-info-border);
	--fe-notice-icon-bg: var(--fe-notice-info-icon-bg);
	--fe-notice-icon-color: var(--fe-notice-info-icon);
}

.fe-theme .woocommerce-error,
.fe-theme .woocommerce-notices-wrapper .woocommerce-error,
.fe-theme .woocommerce-notice--error,
.fe-wc-page .woocommerce-error,
.fe-wc-page .woocommerce-notices-wrapper .woocommerce-error,
.fe-wc-page .woocommerce-notice--error {
	--fe-notice-bg: var(--fe-notice-error-bg);
	border-left-color: var(--fe-notice-error-border);
	--fe-notice-icon-bg: var(--fe-notice-error-icon-bg);
	--fe-notice-icon-color: var(--fe-notice-error-icon);
}

.fe-theme .woocommerce-error,
.fe-theme .woocommerce-notices-wrapper .woocommerce-error,
.fe-wc-page .woocommerce-error,
.fe-wc-page .woocommerce-notices-wrapper .woocommerce-error {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: start;
	column-gap: 14px;
	row-gap: 8px;
}

.fe-theme .woocommerce-message::before,
.fe-theme .woocommerce-info::before,
.fe-theme .woocommerce-error::before,
.fe-theme .woocommerce-notice::before,
.fe-wc-page .woocommerce-message::before,
.fe-wc-page .woocommerce-info::before,
.fe-wc-page .woocommerce-error::before,
.fe-wc-page .woocommerce-notice::before {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: static !important;
	top: auto !important;
	left: auto !important;
	float: none !important;
	width: 34px;
	height: 34px;
	margin: 0 !important;
	border-radius: 10px;
	background: var(--fe-notice-icon-bg, rgba(184, 134, 42, 0.14));
	font-family: WooCommerce !important;
	font-size: 16px;
	line-height: 1;
	transform: none;
	color: var(--fe-notice-icon-color, var(--fe-gold)) !important;
}

.fe-theme .woocommerce-error::before,
.fe-wc-page .woocommerce-error::before {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
}

.fe-theme .woocommerce-message::before,
.fe-wc-page .woocommerce-message::before {
	content: "\e015" !important;
}

.fe-theme .woocommerce-info::before,
.fe-wc-page .woocommerce-info::before {
	content: "\e028" !important;
}

.fe-theme .woocommerce-error::before,
.fe-wc-page .woocommerce-error::before {
	content: "\e016" !important;
}

.fe-theme .woocommerce-notice--success::before,
.fe-wc-page .woocommerce-notice--success::before {
	content: "\e015" !important;
}

.fe-theme .woocommerce-notice--info::before,
.fe-wc-page .woocommerce-notice--info::before {
	content: "\e028" !important;
}

.fe-theme .woocommerce-notice--error::before,
.fe-wc-page .woocommerce-notice--error::before {
	content: "\e016" !important;
}

.fe-theme .woocommerce-message::after,
.fe-theme .woocommerce-info::after,
.fe-theme .woocommerce-error::after,
.fe-theme .woocommerce-notice::after,
.fe-wc-page .woocommerce-message::after,
.fe-wc-page .woocommerce-info::after,
.fe-wc-page .woocommerce-error::after,
.fe-wc-page .woocommerce-notice::after {
	display: none;
}

.fe-theme .woocommerce-message li,
.fe-theme .woocommerce-info li,
.fe-theme .woocommerce-error li,
.fe-theme .woocommerce-notice li,
.fe-wc-page .woocommerce-message li,
.fe-wc-page .woocommerce-info li,
.fe-wc-page .woocommerce-error li,
.fe-wc-page .woocommerce-notice li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fe-theme .woocommerce-error li,
.fe-wc-page .woocommerce-error li {
	grid-column: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	min-width: 0;
	width: 100%;
	color: var(--fe-ink);
}

.fe-theme .woocommerce-message,
.fe-theme .woocommerce-info,
.fe-wc-page .woocommerce-message,
.fe-wc-page .woocommerce-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
}

.fe-theme .woocommerce-message .button,
.fe-theme .woocommerce-info .button,
.fe-theme .woocommerce-error li .button,
.fe-theme .woocommerce-notice .button,
.fe-wc-page .woocommerce-message .button,
.fe-wc-page .woocommerce-info .button,
.fe-wc-page .woocommerce-error li .button,
.fe-wc-page .woocommerce-notice .button {
	margin-left: auto;
	flex-shrink: 0;
}

.fe-theme .woocommerce-message a:not(.button),
.fe-theme .woocommerce-info a:not(.button),
.fe-theme .woocommerce-error a:not(.button),
.fe-theme .woocommerce-notice a:not(.button),
.fe-wc-page .woocommerce-message a:not(.button),
.fe-wc-page .woocommerce-info a:not(.button),
.fe-wc-page .woocommerce-error a:not(.button),
.fe-wc-page .woocommerce-notice a:not(.button) {
	color: var(--fe-ink);
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: rgba(15, 13, 10, 0.25);
	text-underline-offset: 2px;
}

.fe-theme .woocommerce-message a:not(.button):hover,
.fe-theme .woocommerce-info a:not(.button):hover,
.fe-theme .woocommerce-error a:not(.button):hover,
.fe-theme .woocommerce-notice a:not(.button):hover,
.fe-wc-page .woocommerce-message a:not(.button):hover,
.fe-wc-page .woocommerce-info a:not(.button):hover,
.fe-wc-page .woocommerce-error a:not(.button):hover,
.fe-wc-page .woocommerce-notice a:not(.button):hover {
	color: var(--fe-gold);
	text-decoration-color: rgba(184, 134, 42, 0.45);
}

.fe-theme .woocommerce-message .button,
.fe-theme .woocommerce-info .button,
.fe-theme .woocommerce-error .button,
.fe-theme .woocommerce-notice .button,
.fe-wc-page .woocommerce-message .button,
.fe-wc-page .woocommerce-info .button,
.fe-wc-page .woocommerce-error .button,
.fe-wc-page .woocommerce-notice .button {
	min-height: 38px;
	padding: 10px 16px;
	border: 0;
	border-radius: 999px;
	background: var(--fe-ink) !important;
	color: var(--fe-paper) !important;
	font-family: Jost, system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.fe-theme .woocommerce-message .button:hover,
.fe-theme .woocommerce-info .button:hover,
.fe-theme .woocommerce-error .button:hover,
.fe-theme .woocommerce-notice .button:hover,
.fe-wc-page .woocommerce-message .button:hover,
.fe-wc-page .woocommerce-info .button:hover,
.fe-wc-page .woocommerce-error .button:hover,
.fe-wc-page .woocommerce-notice .button:hover {
	background: #2a241c !important;
	color: var(--fe-paper) !important;
}

@media (max-width: 640px) {
	.fe-theme .woocommerce-message,
	.fe-theme .woocommerce-info,
	.fe-theme .woocommerce-error,
	.fe-theme .woocommerce-notice,
	.fe-wc-page .woocommerce-message,
	.fe-wc-page .woocommerce-info,
	.fe-wc-page .woocommerce-error,
	.fe-wc-page .woocommerce-notice {
		align-items: flex-start;
	}

	.fe-theme .woocommerce-message .button,
	.fe-theme .woocommerce-info .button,
	.fe-theme .woocommerce-error li .button,
	.fe-theme .woocommerce-notice .button,
	.fe-wc-page .woocommerce-message .button,
	.fe-wc-page .woocommerce-info .button,
	.fe-wc-page .woocommerce-error li .button,
	.fe-wc-page .woocommerce-notice .button {
		margin-left: 0;
		width: 100%;
		justify-content: center;
	}
}

/* ── Cart + checkout WooCommerce polish ─────────────────────────────────────── */
.fe-cart-page .woocommerce,
.fe-checkout-page .woocommerce {
	max-width: 100%;
}

.fe-cart-page .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
	gap: 40px 48px;
	align-items: start;
}

.fe-cart-page .woocommerce::after {
	content: none;
	display: none;
}

.fe-cart-page .woocommerce-cart-form {
	grid-column: 1;
	display: block;
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.fe-cart-page .woocommerce-cart-form__contents.shop_table,
.fe-cart-page .shop_table.woocommerce-cart-form__contents {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}

.fe-cart-page .woocommerce-cart-form__contents .product-name {
	width: 46%;
	min-width: 0;
}

.fe-cart-page .cart-collaterals {
	grid-column: 2;
	margin: 0;
	width: 100%;
	float: none;
}

.fe-cart-page .cart-collaterals .cart_totals,
body.woocommerce-cart .fe-wc-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	border: 1px solid rgba(15, 13, 10, 0.1);
	border-radius: 16px;
	background: var(--fe-paper);
}

.fe-cart-page .cart_totals h2 {
	margin: 0 0 16px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.35rem;
	font-weight: 650;
}

.fe-cart-page .cart-collaterals .cart_totals .shop_table,
body.woocommerce-cart .fe-wc-page .cart-collaterals .cart_totals .shop_table {
	width: 100%;
	border: none;
	border-radius: 0;
	background: transparent;
	table-layout: fixed;
}

.fe-cart-page .cart-collaterals .cart_totals .shop_table th,
body.woocommerce-cart .fe-wc-page .cart-collaterals .cart_totals .shop_table th {
	width: 50%;
	padding: 10px 12px 10px 0;
	border-bottom: 1px solid rgba(15, 13, 10, 0.08);
	font-weight: 500;
	text-align: left;
}

.fe-cart-page .cart-collaterals .cart_totals .shop_table td,
body.woocommerce-cart .fe-wc-page .cart-collaterals .cart_totals .shop_table td {
	width: 50%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(15, 13, 10, 0.08);
	text-align: right;
}

.fe-cart-page .cart_totals .shop_table tr:last-child th,
.fe-cart-page .cart_totals .shop_table tr:last-child td {
	border-bottom: none;
	padding-top: 14px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.05rem;
}

.fe-cart-page .wc-proceed-to-checkout {
	margin-top: 20px;
}

.fe-cart-page .checkout-button.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 14px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--fe-gold) !important;
	color: var(--fe-paper) !important;
	font-family: Jost, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.fe-cart-page .checkout-button.button.alt:hover {
	background: #a67726 !important;
	color: var(--fe-paper) !important;
}

.fe-cart-page .shop_table,
.fe-checkout-page .shop_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}

.fe-cart-page .shop_table th,
.fe-cart-page .shop_table td,
.fe-checkout-page .shop_table th,
.fe-checkout-page .shop_table td {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(15, 13, 10, 0.06);
	text-align: left;
	vertical-align: middle;
}

.fe-cart-page .shop_table thead th,
.fe-checkout-page .shop_table thead th {
	background: var(--fe-paper);
	font-family: "DM Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--fe-clay);
}

.fe-cart-page .shop_table .product-name a {
	font-weight: 600;
	color: var(--fe-ink);
	text-decoration: none;
}

.fe-cart-page .shop_table .product-name a:hover {
	color: var(--fe-gold);
}

.fe-cart-page .shop_table .product-price,
.fe-cart-page .shop_table .product-subtotal {
	text-align: right;
	white-space: nowrap;
	font-weight: 500;
}

.fe-cart-page a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: rgba(15, 13, 10, 0.06);
	color: var(--fe-clay) !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none !important;
	transition: background 0.15s ease, color 0.15s ease;
}

.fe-cart-page a.remove:hover {
	background: #fce8e8;
	color: #b32d2e !important;
}

.fe-cart-page .woocommerce-cart-form__contents td.actions {
	display: table-cell;
	padding: 18px;
	background: var(--fe-paper);
	border-bottom: none;
	vertical-align: middle;
}

.fe-cart-page .woocommerce-cart-form__contents td.actions .coupon {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	float: none !important;
	width: auto;
	max-width: calc(100% - 150px);
}

.fe-cart-page .woocommerce-cart-form__contents td.actions .coupon .input-text {
	box-sizing: border-box;
	flex: 1 1 220px;
	min-width: 180px;
	width: auto !important;
	max-width: none;
	margin: 0 !important;
	padding: 10px 12px;
	border: 1px solid rgba(15, 13, 10, 0.14);
	border-radius: 8px;
	font-size: 14px;
}

.fe-cart-page .woocommerce-cart-form__contents td.actions .coupon .button {
	flex-shrink: 0;
}

.fe-cart-page .woocommerce-cart-form__contents td.actions > .button[name="update_cart"] {
	float: right;
	clear: none;
	margin: 0;
}

.fe-license-cart .woocommerce-cart-form__contents td.actions > .button[name="update_cart"] {
	display: none;
}

.fe-license-cart .woocommerce-cart-form__contents td.actions .coupon {
	display: flex;
	width: 100%;
	max-width: none;
}

.fe-license-cart .woocommerce-cart-form__contents .product-quantity,
.fe-license-cart .woocommerce-cart-form__contents thead .product-quantity {
	display: none;
}

.fe-cart-page .fe-cart-qty {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--fe-paper);
	font-family: "DM Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--fe-clay);
}

.fe-license-cart .woocommerce-cart-form__contents .product-thumbnail,
.fe-license-cart .woocommerce-cart-form__contents thead .product-thumbnail {
	display: none;
}

.fe-license-cart .woocommerce-cart-form__contents .product-remove,
.fe-license-cart .woocommerce-cart-form__contents thead .product-remove {
	width: 9%;
}

.fe-license-cart .woocommerce-cart-form__contents .product-price,
.fe-license-cart .woocommerce-cart-form__contents .product-subtotal {
	width: 18%;
}

.fe-license-cart .woocommerce-cart-form__contents .product-name {
	width: 55%;
	min-width: 0;
}

.fe-checkout-page .shop_table .product-name {
	font-weight: 500;
	color: var(--fe-ink);
	text-decoration: none;
}

@media (max-width: 900px) {
	.fe-cart-page .woocommerce {
		grid-template-columns: 1fr;
	}

	.fe-cart-page .woocommerce-cart-form,
	.fe-cart-page .cart-collaterals {
		grid-column: 1;
	}
}

@media (max-width: 640px) {
	.fe-cart-page .shop_table.shop_table_responsive thead {
		display: none;
	}
}

.fe-checkout-page .woocommerce-billing-fields h3,
.fe-checkout-page .woocommerce-additional-fields h3,
body.woocommerce-checkout .fe-wc-page .woocommerce-billing-fields h3,
body.woocommerce-checkout .fe-wc-page .woocommerce-additional-fields h3 {
	margin: 0 0 16px;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 650;
}

.fe-checkout-page #payment,
body.woocommerce-checkout .fe-wc-page #payment {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(15, 13, 10, 0.08);
	background: transparent;
}

.fe-checkout-page #payment .wc_payment_methods,
body.woocommerce-checkout .fe-wc-page #payment .wc_payment_methods {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.fe-checkout-page #payment .wc_payment_method,
body.woocommerce-checkout .fe-wc-page #payment .wc_payment_method {
	margin: 0 0 10px;
	padding: 12px 14px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 10px;
	background: #fff;
}

@media (max-width: 900px) {
	.fe-checkout-page .woocommerce-billing-fields__field-wrapper,
	.fe-checkout-page .woocommerce-shipping-fields__field-wrapper,
	.fe-checkout-page .woocommerce-additional-fields__field-wrapper,
	body.woocommerce-checkout .fe-wc-page .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .fe-wc-page .woocommerce-shipping-fields__field-wrapper,
	body.woocommerce-checkout .fe-wc-page .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	body.admin-bar .fe-header {
		top: 46px;
	}

	.fe-section__head,
	.fe-course-grid,
	.fe-band,
	.fe-course-detail {
		grid-template-columns: 1fr;
	}

	.fe-hero,
	.fe-course-hero {
		min-height: 78vh;
	}

	.fe-course-detail {
		padding-top: 48px;
	}

	.fe-enroll-panel {
		position: static;
	}
}

@media (max-width: 600px) {
	.fe-header {
		padding: 10px 10px 0;
	}

	.fe-header .fe-header__cta {
		padding: 10px 16px;
	}

	.fe-hero h1,
	.fe-course-hero h1,
	.fe-docs-hero h1 {
		font-size: 3rem;
	}

	.fe-section,
	.fe-course-detail,
	.fe-docs-hero,
	.fe-hero__content,
	.fe-course-hero__content {
		width: min(100% - 28px, 1180px);
	}

	.fe-page > .fe-simple {
		padding: 28px 20px;
	}

	.fe-course-detail__main,
	.fe-enroll-panel {
		padding: 24px;
	}
}

/* ── Order received polish (must follow global notice styles) ───────────────── */
.fe-order-received-page > .fe-simple > .fe-kicker {
	margin-bottom: 10px;
}

.fe-order-received-page > .fe-simple > h1 {
	margin-bottom: 8px;
}

.fe-order-received-page > .fe-simple > .fe-wc-lede {
	max-width: 52ch;
	margin-bottom: 0;
}

.fe-order-received-page .woocommerce {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 24px;
}

.fe-order-received-page .fe-order-complete {
	gap: 20px;
}

.fe-order-received-page .fe-order-complete__confirm,
.fe-order-received-page .fe-order-complete .woocommerce-thankyou-order-received {
	display: block;
	margin: 0;
	padding: 16px 20px;
	border: 1px solid rgba(184, 134, 42, 0.24);
	border-left: 4px solid var(--fe-gold);
	border-radius: 14px;
	background: linear-gradient(165deg, #fff 0%, var(--fe-paper) 100%);
	box-shadow: 0 10px 24px rgba(15, 13, 10, 0.04);
	color: var(--fe-ink);
	font-family: Jost, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	list-style: none;
	width: auto;
}

.fe-order-received-page .fe-order-complete__confirm::before,
.fe-order-received-page .fe-order-complete .woocommerce-thankyou-order-received::before {
	display: none !important;
	content: none !important;
}

.fe-order-received-page .fe-order-complete__summary {
	padding: 20px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 13, 10, 0.04);
}

.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta,
.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	float: none;
	width: 100%;
	clear: both;
}

.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta::before,
.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta::after,
.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details::before,
.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details::after {
	display: none;
	content: none;
}

.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li,
.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	float: none !important;
	width: auto !important;
	clear: none !important;
	text-align: left;
	margin: 0 !important;
	padding: 16px 18px;
	border: none !important;
	border-bottom: 1px solid rgba(15, 13, 10, 0.06) !important;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-family: "DM Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8278;
}

.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li:last-child,
.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:last-child {
	border-bottom: none !important;
}

.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li strong,
.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li strong {
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.05rem;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
	color: var(--fe-ink);
	line-height: 1.3;
	word-break: break-word;
}

.fe-order-received-page ul.woocommerce-order-overview .total strong {
	color: var(--fe-gold);
}

.fe-order-received-page .fe-order-complete > p {
	margin: 0;
	padding: 14px 18px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 12px;
	background: var(--fe-paper);
	color: var(--fe-clay);
	font-size: 14px;
	line-height: 1.5;
}

.fe-order-received-page .woocommerce-order-details {
	margin: 0;
	padding: 24px 28px 20px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px 16px 0 0;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 13, 10, 0.04);
}

.fe-order-received-page .woocommerce-customer-details {
	margin: 0;
	padding: 20px 28px 24px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 13, 10, 0.04);
}

/* When it sits directly under the order-details card, square the top so the
   two read as one continuous card (with a thin divider). Standalone keeps
   all four corners rounded via the rule above. */
.fe-order-received-page .woocommerce-order-details + .woocommerce-customer-details {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(15, 13, 10, 0.06);
	border-radius: 0 0 16px 16px;
	box-shadow: 0 12px 28px rgba(15, 13, 10, 0.04);
}

.fe-order-received-page .woocommerce-customer-details .woocommerce-column__title {
	margin-top: 0;
}

.fe-order-received-page .woocommerce-order-details:has(+ .woocommerce-customer-details) {
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	box-shadow: none;
}

.fe-order-received-page .fe-order-complete__next {
	margin-top: 4px;
	padding: 24px 28px;
	border: 1px solid rgba(15, 13, 10, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 13, 10, 0.04);
}

.fe-order-received-page .fe-order-complete__next .fe-nextsteps ol {
	gap: 14px;
}

@media (min-width: 640px) {
	.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta,
	.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li,
	.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
		min-height: 84px;
		border-bottom: 1px solid rgba(15, 13, 10, 0.06) !important;
		border-right: 1px solid rgba(15, 13, 10, 0.06) !important;
	}

	.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li:nth-child(2n),
	.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:nth-child(2n) {
		border-right: none !important;
	}

	.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li:nth-last-child(1):nth-child(odd),
	.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:nth-last-child(1):nth-child(odd) {
		grid-column: 1 / -1;
		border-right: none !important;
	}

	.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li:nth-last-child(1),
	.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:nth-last-child(1) {
		border-bottom: none !important;
	}

	.fe-order-received-page ul.woocommerce-order-overview.fe-order-complete__meta li:nth-last-child(2):nth-child(odd),
	.fe-order-received-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details li:nth-last-child(2):nth-child(odd) {
		border-bottom: none !important;
	}
}

/* My Account → Downloads --------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-downloads.shop_table {
	border: 1px solid var(--fe-border);
	border-radius: 12px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: var(--fe-white);
}

.woocommerce-account .woocommerce-MyAccount-downloads.shop_table th,
.woocommerce-account .woocommerce-MyAccount-downloads.shop_table td {
	padding: 16px 18px;
	border: 0;
	border-bottom: 1px solid var(--fe-border);
	vertical-align: middle;
	text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-downloads.shop_table thead th {
	font-family: Jost, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--fe-clay);
	background: var(--fe-paper);
}

.woocommerce-account .woocommerce-MyAccount-downloads.shop_table tbody tr:last-child td {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-downloads.shop_table td.download-product a {
	color: var(--fe-ink);
	font-weight: 600;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-downloads.shop_table td.download-file {
	text-align: right;
	white-space: nowrap;
}

/* Download call-to-action: branded gold pill with a download glyph. */
.woocommerce-account a.woocommerce-MyAccount-downloads-file.button,
.woocommerce-account a.woocommerce-MyAccount-downloads-file.button.alt {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 10px 20px;
	border-radius: 999px;
	background: var(--fe-gold);
	color: var(--fe-paper);
	font-weight: 600;
	box-shadow: 0 1px 2px rgba(15, 13, 10, 0.12);
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.woocommerce-account a.woocommerce-MyAccount-downloads-file.button::before {
	content: "\2193"; /* ↓ */
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.woocommerce-account a.woocommerce-MyAccount-downloads-file.button:hover,
.woocommerce-account a.woocommerce-MyAccount-downloads-file.button.alt:hover {
	background: #a67726;
	color: var(--fe-paper);
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(184, 134, 42, 0.28);
}

@media (max-width: 600px) {
	.woocommerce-account .woocommerce-MyAccount-downloads.shop_table td.download-file {
		text-align: left;
	}

	.woocommerce-account a.woocommerce-MyAccount-downloads-file.button,
	.woocommerce-account a.woocommerce-MyAccount-downloads-file.button.alt {
		width: 100%;
		justify-content: center;
	}
}
