/* =========================================================================
   AirFryerOvens theme styles
   Tokens come from theme.json (var(--wp--preset--color--*)); this file styles
   the custom components and encodes the real responsive breakpoints.
   ========================================================================= */

:root {
	--afo-brand: #FF531A;
	--afo-brand-dark: #DA400C;
	--afo-brand-hover: #b8320a;
	--afo-brand-tint: #FFEBDD;
	--afo-brand-tint-2: #FFF0E6;
	--afo-ink: #2A211C;
	--afo-ink-alt: #22282E;
	--afo-cream: #FBF6EF;
	--afo-white: #FFFFFF;
	--afo-panel: #FAF8F4;
	--afo-field: #F4F1EC;
	--afo-muted: #6E625A;
	--afo-muted-2: #9C8E82;
	--afo-border: #ECE3D8;
	--afo-rule: #EDE8E0;
	--afo-input: #D9CFC3;
	--afo-success: #1E9E62;
	--afo-gold: #F0A000;
	--afo-strike: #A89A8E;

	--afo-display: "Fredoka", system-ui, sans-serif;
	--afo-body: "Nunito Sans", system-ui, sans-serif;
	--afo-radius-card: 14px;
	--afo-radius-media: 16px;
	--afo-radius-btn: 12px;
	--afo-shadow-card: 0 10px 30px rgba(0,0,0,.06);
	--afo-shadow-chip: 0 8px 24px rgba(0,0,0,.12);
	--afo-pad: 40px;
	--afo-max: 1180px;
}

* { box-sizing: border-box; }

body {
	margin: 0;
	background: var(--afo-cream);
	color: var(--afo-ink);
	font-family: var(--afo-body);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

a { color: var(--afo-brand-dark); text-decoration: none; }
a:hover { color: var(--afo-brand-hover); }

img { max-width: 100%; height: auto; display: block; }

.afo-main { padding-block: 0; }
.afo-main--padded { padding: 40px var(--afo-pad); }

/* Striped image placeholders */
.afo-placeholder {
	font-family: ui-monospace, Menlo, monospace;
	font-size: 11px;
	color: var(--afo-muted-2);
}
.afo-card-media, .afo-hero-media, .afo-band-media, .afo-about-banner,
.afo-scorecard-thumb, .afo-team-photo, .afo-review-buybox-media, .afo-made-with-media {
	background: repeating-linear-gradient(45deg,#EFE6DA,#EFE6DA 10px,#F5EEE4 10px,#F5EEE4 20px);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* =========================================================================
   Header / topbar
   ========================================================================= */
.afo-topbar { background: var(--afo-ink); }
.afo-topbar-text {
	margin: 0; text-align: center; color: #F5D9C6;
	font-size: 12.5px; font-weight: 600; letter-spacing: .02em; padding: 9px 20px;
}
.afo-header-bar {
	background: var(--afo-white);
	border-bottom: 1px solid var(--afo-border);
	padding: 16px var(--afo-pad);
	gap: 24px;
}
.afo-brand { gap: 10px; align-items: center; }
.afo-brand .wp-block-site-logo img { height: 38px; width: auto; }
.afo-wordmark { font-family: var(--afo-display); font-weight: 600; font-size: 19px; color: var(--afo-ink); }
.afo-wordmark span { color: var(--afo-brand); }

.afo-search-wrap { flex: 1; max-width: 360px; position: relative; }
.afo-header-search-wrap { flex: 1; display: flex; justify-content: center; }
.afo-search {
	display: flex; align-items: center; gap: 8px;
	background: var(--afo-field); border-radius: 100px; padding: 10px 16px;
}
.afo-search input {
	border: 0; background: transparent; outline: none; width: 100%;
	font-family: var(--afo-body); font-size: 14px; color: var(--afo-ink);
}

/* Live search dropdown */
.afo-search-dropdown {
	position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 200;
	background: #fff; border: 1px solid var(--afo-border); border-radius: 12px;
	box-shadow: var(--afo-shadow-card); overflow: hidden; max-height: 420px; overflow-y: auto;
}
.afo-search-dropdown[hidden] { display: none; }
.afo-sr-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; color: var(--afo-ink); }
.afo-sr-item:hover, .afo-sr-item.is-active { background: var(--afo-panel); color: var(--afo-ink); }
.afo-sr-thumb { width: 44px; height: 44px; flex: none; border-radius: 8px; overflow: hidden; background: var(--afo-field); }
.afo-sr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.afo-sr-text { display: flex; flex-direction: column; min-width: 0; }
.afo-sr-title { font-weight: 700; font-size: 14px; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.afo-sr-type { font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--afo-brand-dark); margin-top: 2px; }
.afo-sr-all { display: block; text-align: center; padding: 12px; font-weight: 800; font-size: 13px; border-top: 1px solid var(--afo-border); background: var(--afo-panel); color: var(--afo-brand-dark); }
.afo-sr-all:hover { background: var(--afo-brand-tint-2); }
.afo-sr-empty, .afo-sr-loading { padding: 18px 14px; font-size: 13.5px; color: var(--afo-muted); text-align: center; }
.afo-icon-search, .afo-icon-account, .afo-icon-cart {
	display: inline-block; flex: none; border: 2px solid currentColor; opacity: .8;
}
.afo-icon-search { width: 15px; height: 15px; border-radius: 50%; position: relative; }
.afo-icon-search::after { content: ""; position: absolute; width: 6px; height: 2px; background: currentColor; transform: rotate(45deg); right: -4px; bottom: -1px; }

.afo-header-actions { gap: 20px; align-items: center; }
.afo-nav { gap: 20px; font-weight: 700; font-size: 14px; }
.afo-nav a, .afo-nav .wp-block-navigation-item__content { color: var(--afo-ink); font-weight: 700; }
.afo-nav .current-menu-item a, .afo-nav a:hover { color: var(--afo-brand); }

.afo-account { color: var(--afo-ink); display: inline-flex; }
.afo-icon-account { width: 22px; height: 22px; border-radius: 50%; }
.afo-cart-link { position: relative; display: inline-flex; color: var(--afo-ink); }
.afo-icon-cart { width: 22px; height: 22px; border-radius: 6px; }
.afo-cart-bubble {
	position: absolute; top: -7px; right: -8px; min-width: 17px; height: 17px;
	background: var(--afo-brand); color: #fff; border-radius: 50%;
	font-size: 11px; font-weight: 800; line-height: 17px; text-align: center; padding: 0 3px;
}
.afo-cart-bubble.is-empty { display: none; }

/* Checkout header */
.afo-header-bar--checkout { justify-content: space-between; }
.afo-checkout-secure { font-weight: 700; font-size: 14px; color: var(--afo-muted); }
.afo-back-cart { font-weight: 700; font-size: 14px; }
.afo-checkout-foot { text-align: center; color: var(--afo-muted-2); font-size: 12.5px; padding: 30px; }

/* =========================================================================
   Footer
   ========================================================================= */
.afo-site-footer { background: var(--afo-ink); color: #D9CDC3; }
.afo-footer-inner { padding: 40px var(--afo-pad); }
.afo-footer-cols { gap: 28px; }
.afo-footer-brand .afo-wordmark--footer { font-size: 20px; color: #fff; }
.afo-footer-brand .afo-wordmark--footer span { color: var(--afo-brand); }
.afo-footer-blurb { font-size: 13.5px; line-height: 1.6; margin: 12px 0 0; max-width: 240px; color: #D9CDC3; }
.afo-footer-head { color: #fff; font-family: var(--afo-body); font-weight: 800; font-size: 14px; margin: 0 0 12px; }
.afo-footer-links { font-size: 13.5px; line-height: 2.1; display: flex; flex-direction: column; }
.afo-footer-links a { color: #D9CDC3; }
.afo-footer-links a:hover { color: #fff; }

/* =========================================================================
   Typography helpers
   ========================================================================= */
.afo-h2 { font-family: var(--afo-display); font-weight: 600; font-size: 30px; margin: 0 0 4px; letter-spacing: -.01em; }
.afo-h2--xl { font-size: 40px; line-height: 1.05; letter-spacing: -.02em; margin: 12px 0 14px; }
.afo-h3 { font-family: var(--afo-display); font-weight: 600; font-size: 28px; margin: 0 0 12px; line-height: 1.15; }
.afo-h4 { font-family: var(--afo-display); font-weight: 600; font-size: 17px; margin: 0 0 6px; }
.afo-eyebrow { font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
.afo-eyebrow--brand { color: var(--afo-brand); }
.afo-eyebrow--dark { color: var(--afo-brand-dark); }
.afo-section { padding: 48px var(--afo-pad); }
.afo-section--panel { background: var(--afo-panel); }
.afo-section-sub { font-size: 14.5px; color: var(--afo-muted); margin: 0 0 22px; }
.afo-section-head { margin-bottom: 24px; align-items: baseline; }
.afo-viewall { margin: 0; font-weight: 800; font-size: 14px; }

/* =========================================================================
   Buttons + pills
   ========================================================================= */
.afo-btn, a.afo-btn {
	display: inline-block; background: var(--afo-brand); color: #fff;
	font-weight: 800; font-size: 15px; padding: 14px 24px; border-radius: 10px;
	border: 0; cursor: pointer; font-family: var(--afo-body); text-align: center;
}
.afo-btn:hover { background: var(--afo-brand-dark); color: #fff; }
.afo-btn--pill .wp-block-button__link, .afo-btn--pill a { border-radius: 100px !important; }
.afo-hero-cta .wp-block-button__link { background: var(--afo-brand); color: #fff; font-weight: 800; font-size: 16px; border-radius: 100px; padding: 15px 26px; }
.afo-btn--outline, a.afo-btn--outline { background: transparent; color: var(--afo-ink); border: 2px solid var(--afo-ink); padding: 12px 22px; }
.afo-btn--outline:hover { background: var(--afo-ink); color: #fff; }
.afo-btn--ink, a.afo-btn--ink { background: var(--afo-ink); color: #fff; }
.afo-btn--ink:hover { background: #000; }
.afo-btn--sm { padding: 8px 14px; font-size: 13px; }
.afo-btn--block { display: block; width: 100%; }
.afo-btn-row, .afo-btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.afo-textlink { font-weight: 800; font-size: 15px; }
.afo-pill { display: inline-block; border-radius: 100px; padding: 6px 14px; font-weight: 800; font-size: 12px; letter-spacing: .04em; }
.afo-pill--badge { background: var(--afo-brand-tint); color: var(--afo-brand-dark); }

/* =========================================================================
   Cards + grids
   ========================================================================= */
.afo-grid { display: grid; gap: 22px; }
.afo-grid--3 { grid-template-columns: repeat(3, 1fr); }
.afo-grid--4 { grid-template-columns: repeat(4, 1fr); }
.afo-card { background: var(--afo-white); border: 1px solid var(--afo-border); border-radius: var(--afo-radius-card); }
.afo-product-card { overflow: hidden; color: var(--afo-ink); display: block; }
.afo-product-card:hover { box-shadow: var(--afo-shadow-card); }
.afo-card-media { position: relative; aspect-ratio: 1/1; }
.afo-card-media img { width: 100%; height: 100%; object-fit: cover; }
.afo-card-body { padding: 18px; }
.afo-card-name { font-weight: 800; font-size: 16px; margin: 6px 0 3px; }
.afo-card-spec { font-size: 13px; color: var(--afo-muted); margin-bottom: 12px; }
.afo-card-price { font-family: var(--afo-display); font-weight: 700; font-size: 22px; }
.afo-card-price del { color: var(--afo-strike); font-size: 13px; font-weight: 400; margin-left: 8px; }
.afo-card-price ins { text-decoration: none; }

/* Stars */
.afo-stars-glyph { color: var(--afo-gold); font-size: 14px; letter-spacing: 2px; }

/* Badges */
.afo-badge { position: absolute; top: 12px; left: 12px; color: #fff; font-size: 11px; font-weight: 800; padding: 5px 10px; border-radius: 100px; }
.afo-badge--best-overall, .afo-badge--premium, .afo-badge--rank { background: var(--afo-ink); }
.afo-badge--best-value { background: var(--afo-brand); }

/* Score chip */
.afo-score-chip { display: inline-block; background: var(--afo-success); color: #fff; font-weight: 800; font-size: 13px; padding: 4px 9px; border-radius: 8px; }
.afo-score-chip.is-amber { background: var(--afo-gold); }
.afo-score-chip--corner { position: absolute; top: 12px; right: 12px; }

/* Score bars */
.afo-scorebar { margin-bottom: 10px; }
.afo-scorebar-top { display: flex; justify-content: space-between; font-size: 12.5px; font-weight: 700; margin-bottom: 4px; }
.afo-scorebar-track { height: 7px; background: var(--afo-rule); border-radius: 100px; }
.afo-scorebar-fill { height: 100%; border-radius: 100px; background: var(--afo-success); }
.afo-scorebar-fill.is-amber { background: var(--afo-gold); }

/* =========================================================================
   Hero
   ========================================================================= */
.afo-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 52px var(--afo-pad); align-items: center; }
.afo-hero-h1 { font-size: 52px; margin: 16px 0 14px; }
.afo-hero-sub { font-size: 18px; color: var(--afo-muted); line-height: 1.55; margin: 0 0 24px; max-width: 460px; }
.afo-hero-link { margin: 14px 0 0; }
.afo-hero-link a { text-decoration: underline; font-weight: 700; }
.afo-hero-media { position: relative; aspect-ratio: 4/3.4; border-radius: var(--afo-radius-media); overflow: hidden; }
.afo-hero-chip {
	position: absolute; bottom: 16px; left: 16px; background: #fff; border-radius: 12px;
	padding: 10px 14px; box-shadow: var(--afo-shadow-chip); display: flex; align-items: baseline; gap: 6px;
}
.afo-hero-chip strong { font-family: var(--afo-display); font-weight: 700; font-size: 22px; color: var(--afo-ink); }
.afo-hero-chip span { font-size: 12px; color: var(--afo-muted); }

/* Trust strip */
.afo-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--afo-border); border-top: 1px solid var(--afo-border); border-bottom: 1px solid var(--afo-border); }
.afo-trust-cell { background: var(--afo-cream); padding: 22px 24px; }
.afo-trust-num { font-family: var(--afo-display); font-weight: 700; font-size: 26px; }
.afo-trust-label { font-size: 13px; color: var(--afo-muted); font-weight: 600; }

/* Bands */
.afo-band { padding: 44px var(--afo-pad); display: grid; gap: 36px; align-items: center; }
.afo-band--guides { background: var(--afo-brand-tint-2); grid-template-columns: 1.2fr 1fr; }
.afo-band--editors { background: var(--afo-panel); border-top: 1px solid var(--afo-border); grid-template-columns: 1.15fr 1fr; padding: 52px var(--afo-pad); }
.afo-band-sub { font-size: 15.5px; line-height: 1.55; color: var(--afo-muted); margin: 0 0 18px; max-width: 460px; }
.afo-band-media { aspect-ratio: 16/10; border-radius: var(--afo-radius-card); overflow: hidden; }

/* Editors' choice scorecard */
.afo-scorecard { padding: 24px; box-shadow: var(--afo-shadow-card); border-radius: var(--afo-radius-media); }
.afo-scorecard-head { display: flex; gap: 16px; align-items: center; margin-bottom: 16px; }
.afo-scorecard-thumb { width: 78px; height: 78px; flex: none; border-radius: 12px; overflow: hidden; }
.afo-scorecard-thumb img { width: 100%; height: 100%; object-fit: cover; }
.afo-rank { font-size: 12px; font-weight: 800; color: var(--afo-brand); letter-spacing: .04em; }
.afo-scorecard-name { font-weight: 800; font-size: 18px; }
.afo-scorecard-big { margin-left: auto; text-align: center; }
.afo-scorecard-num { font-family: var(--afo-display); font-weight: 700; font-size: 34px; color: var(--afo-success); line-height: 1; }
.afo-scorecard-den { font-size: 10.5px; font-weight: 700; color: var(--afo-muted); }

/* Home comparison table */
.afo-hcompare { border: 1px solid var(--afo-border); border-radius: var(--afo-radius-card); overflow: hidden; background: #fff; }
.afo-hcompare-scroll { overflow-x: auto; }
.afo-hcompare-row { display: grid; font-size: 13.5px; border-bottom: 1px solid var(--afo-rule); align-items: center; }
.afo-hcompare-row:last-child { border-bottom: 0; }
.afo-hcompare-headrow { background: var(--afo-ink); color: #fff; font-weight: 800; font-size: 13px; border-bottom: 0; }
.afo-hcompare-cell { padding: 13px 12px; text-align: center; }
.afo-hcompare-name { text-align: center; }
.afo-hcompare-label { padding: 13px 18px; font-weight: 700; background: var(--afo-panel); text-align: left; }
.afo-hcompare-headrow .afo-hcompare-cell:first-child { background: transparent; }
.afo-hcompare-score { font-weight: 800; color: var(--afo-success); }
.afo-hcompare-score.is-amber { color: var(--afo-gold); }
.afo-hcompare-price { font-family: var(--afo-display); font-weight: 700; font-size: 16px; }

/* Trust badges */
.afo-trust-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 0; }
.afo-tb-card { border: 1px solid var(--afo-border); border-radius: 12px; padding: 20px; background: #fff; }
.afo-tb-title { font-family: var(--afo-display); font-weight: 700; font-size: 17px; }
.afo-tb-sub { font-size: 13px; color: var(--afo-muted); margin-top: 4px; }

/* =========================================================================
   Shop archive
   ========================================================================= */
.afo-breadcrumb { font-size: 13px; color: var(--afo-muted-2); margin-bottom: 12px; }
.afo-breadcrumb a { color: var(--afo-muted-2); }
.afo-shop ul.products { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.afo-shop ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; background: #fff; border: 1px solid var(--afo-border); border-radius: var(--afo-radius-card); overflow: hidden; position: relative; }
.afo-shop ul.products li.product a img { border-radius: 0; margin: 0; }
.afo-shop ul.products li.product .woocommerce-loop-product__title { font-weight: 800; font-size: 16px; padding: 0 18px; }
.afo-shop ul.products li.product .price { font-family: var(--afo-display); font-weight: 700; font-size: 20px; padding: 0 18px 18px; color: var(--afo-ink); display: block; }
.afo-shop ul.products li.product .price del { color: var(--afo-strike); font-weight: 400; font-size: 13px; }
.afo-shop ul.products li.product .star-rating { margin: 8px 18px 0; color: var(--afo-gold); }
.afo-shop ul.products li.product .afo-card-spec { padding: 0 18px; }
.afo-shop ul.products li.product .button { margin: 0 18px 18px; }
.afo-loop-badges { position: absolute; top: 12px; left: 12px; z-index: 2; }
.afo-loop-badges .afo-badge { position: static; }
.woocommerce-result-count { color: var(--afo-muted); font-size: 14px; }
.woocommerce-ordering select { background: var(--afo-field); border: 0; border-radius: 10px; padding: 10px 14px; font-family: var(--afo-body); }

/* Pagination */
.afo-pagination { margin-top: 32px; display: flex; gap: 8px; justify-content: center; }
.afo-pagination .wp-block-query-pagination-numbers .page-numbers,
.afo-pagination a, .afo-pagination .current {
	display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px;
	border: 1px solid var(--afo-border); border-radius: 8px; background: #fff; font-weight: 700; color: var(--afo-ink);
}
.afo-pagination .current { background: var(--afo-brand); color: #fff; border-color: var(--afo-brand); }

/* =========================================================================
   Single product
   ========================================================================= */
.afo-single-product .product { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; }
.afo-single-product .product .woocommerce-product-gallery { margin: 0; }
.afo-single-product .product .summary { margin: 0; }
.afo-single-product .product .entry-summary .price,
.afo-single-product .product .summary .price { font-family: var(--afo-display); font-weight: 700; font-size: 30px; color: var(--afo-ink); }
.afo-single-product .product .summary .price del { color: var(--afo-strike); font-size: 18px; font-weight: 400; }
.afo-single-product .product_title { font-family: var(--afo-display); font-weight: 600; font-size: 34px; }
.afo-single-product .woocommerce-product-rating { display: flex; align-items: center; gap: 10px; }
.afo-single-product .quantity input { border: 1px solid var(--afo-input); border-radius: 10px; padding: 10px; }
.afo-single-product .single_add_to_cart_button { background: var(--afo-brand) !important; color: #fff !important; border-radius: 10px !important; font-weight: 800 !important; padding: 14px 24px !important; }
.afo-single-product .single_add_to_cart_button:hover { background: var(--afo-brand-dark) !important; }

/* Reassurance list */
.afo-reassure { list-style: none; margin: 18px 0 0; padding: 16px; border: 1px solid var(--afo-border); border-radius: 12px; background: var(--afo-panel); }
.afo-reassure li { position: relative; padding-left: 24px; font-size: 14px; color: var(--afo-ink); margin-bottom: 8px; }
.afo-reassure li:last-child { margin-bottom: 0; }
.afo-reassure li::before { content: "✓"; position: absolute; left: 0; color: var(--afo-success); font-weight: 800; }
.afo-reassure--compact { padding: 12px; }

/* Test scores + specs cards */
.afo-test-scores, .afo-specs { padding: 24px; margin-top: 28px; }
.afo-test-scores-grid { display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: center; }
.afo-score-big { font-family: var(--afo-display); font-weight: 700; font-size: 64px; color: var(--afo-success); line-height: 1; }
.afo-score-big.is-amber { color: var(--afo-gold); }
.afo-score-meta { font-size: 13px; color: var(--afo-muted); font-weight: 700; }
.afo-test-scores-bars { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.afo-specs-table { margin: 0; }
.afo-specs-row { display: grid; grid-template-columns: 1fr 1fr; padding: 12px 0; border-bottom: 1px solid var(--afo-rule); }
.afo-specs-row:last-child { border-bottom: 0; }
.afo-specs-row dt { color: var(--afo-muted); margin: 0; }
.afo-specs-row dd { margin: 0; font-weight: 700; }

/* WooCommerce reviews */
.afo-single-product #reviews { margin-top: 28px; }

/* =========================================================================
   Compare tool
   ========================================================================= */
.afo-compare { margin-top: 8px; }
.afo-compare-scroll { overflow-x: auto; border: 1px solid var(--afo-border); border-radius: var(--afo-radius-media); background: #fff; }
.afo-compare-grid { display: grid; grid-template-columns: 210px repeat(4, 1fr); min-width: 760px; }
.afo-compare-col { display: flex; flex-direction: column; border-left: 1px solid var(--afo-rule); }
.afo-compare-labels { border-left: 0; }
.afo-compare-head { min-height: 190px; padding: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; position: relative; border-bottom: 1px solid var(--afo-rule); }
.afo-compare-labels-head { min-height: 190px; }
.afo-compare-pick { background: repeating-linear-gradient(45deg,#F3ECE2,#F3ECE2 9px,#FAF6EF 9px,#FAF6EF 18px); border: 2px dashed var(--afo-input); border-radius: 12px; margin: 12px; min-height: 166px; cursor: pointer; width: calc(100% - 24px); }
.afo-compare-plus { font-size: 30px; color: var(--afo-muted-2); font-weight: 300; }
.afo-compare-caption { font-size: 11px; color: var(--afo-muted-2); letter-spacing: .05em; font-weight: 800; }
.afo-compare-cell { padding: 13px 14px; text-align: center; font-size: 13.5px; border-bottom: 1px solid var(--afo-rule); display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.afo-compare-label { justify-content: flex-start; text-align: left; font-weight: 800; background: var(--afo-panel); }
.afo-compare-thumb { width: 90px; height: 90px; border-radius: 10px; background: repeating-linear-gradient(45deg,#EFE6DA,#EFE6DA 9px,#F6F2EB 9px,#F6F2EB 18px); position: relative; overflow: hidden; }
.afo-compare-thumb img { width: 100%; height: 100%; object-fit: cover; }
.afo-compare-name { font-weight: 800; font-size: 15px; color: var(--afo-ink); }
.afo-compare-clear { position: absolute; top: 8px; right: 8px; border: 0; background: var(--afo-field); border-radius: 50%; width: 22px; height: 22px; cursor: pointer; font-size: 14px; line-height: 1; }
.afo-yes { color: var(--afo-success); font-weight: 800; }
.afo-no { color: var(--afo-muted-2); }
.afo-bar { width: 60px; height: 7px; background: var(--afo-rule); border-radius: 100px; display: inline-block; }
.afo-bar-fill { display: block; height: 100%; border-radius: 100px; background: var(--afo-success); }
.afo-bar-fill.is-amber { background: var(--afo-gold); }
.afo-compare-helper { font-size: 13px; color: var(--afo-muted); margin-top: 12px; }

/* Picker dialog */
.afo-picker { position: fixed; inset: 0; background: rgba(42,33,28,.45); display: flex; align-items: flex-start; justify-content: center; padding: 60px 20px; z-index: 999; }
.afo-picker[hidden] { display: none; }
.afo-picker-panel { background: #fff; border-radius: 16px; width: 100%; max-width: 460px; overflow: hidden; box-shadow: var(--afo-shadow-card); }
.afo-picker-top { display: flex; gap: 8px; padding: 14px; border-bottom: 1px solid var(--afo-border); }
.afo-picker-search { flex: 1; border: 1px solid var(--afo-input); border-radius: 10px; padding: 10px 12px; font-family: var(--afo-body); }
.afo-picker-close { border: 0; background: var(--afo-field); border-radius: 8px; width: 40px; cursor: pointer; font-size: 18px; }
.afo-picker-results { list-style: none; margin: 0; padding: 8px; max-height: 380px; overflow-y: auto; }
.afo-picker-results li { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 10px; cursor: pointer; }
.afo-picker-results li:hover { background: var(--afo-panel); }
.afo-picker-results img, .afo-picker-thumb-ph { width: 40px; height: 40px; flex: none; object-fit: cover; border-radius: 8px; background: repeating-linear-gradient(45deg,#EFE6DA,#EFE6DA 6px,#F5EEE4 6px,#F5EEE4 12px); }
.afo-picker-meta { display: flex; flex-direction: column; min-width: 0; }
.afo-picker-results .afo-picker-name { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.afo-picker-sub { display: flex; align-items: center; gap: 8px; margin-top: 2px; }
.afo-picker-type { font-size: 10.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 2px 7px; border-radius: 100px; }
.afo-picker-type.is-review { background: var(--afo-brand-tint); color: var(--afo-brand-dark); }
.afo-picker-type.is-product { background: var(--afo-panel); color: var(--afo-muted); border: 1px solid var(--afo-border); }
.afo-picker-results .afo-picker-price { font-size: 12.5px; color: var(--afo-muted); }
.afo-compare-review-link { font-size: 11.5px; font-weight: 800; color: var(--afo-brand-dark); margin-top: 2px; }

/* =========================================================================
   Recipes / posts
   ========================================================================= */
.afo-archive-head { text-align: center; margin-bottom: 32px; }
.afo-page-title { font-family: var(--afo-display); font-weight: 600; font-size: 40px; margin: 0 0 10px; letter-spacing: -.02em; }
.afo-post-thumb img { border-radius: var(--afo-radius-card); }
.afo-post-eyebrow { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--afo-brand-dark); letter-spacing: .06em; margin: 12px 0 6px; }
.afo-post-title { font-family: var(--afo-display); font-weight: 600; font-size: 20px; margin: 0 0 6px; }
.afo-post-title a { color: var(--afo-ink); }
.afo-post-meta { font-size: 12.5px; color: var(--afo-muted-2); }
.afo-post-excerpt { font-size: 14px; color: var(--afo-muted); }

/* Newsletter band */
.afo-band--newsletter { background: var(--afo-brand-tint-2); border-radius: var(--afo-radius-media); text-align: center; padding: 40px; margin-top: 40px; display: block; }
.afo-newsletter { display: flex; gap: 10px; max-width: 420px; margin: 18px auto 0; }
.afo-newsletter input { flex: 1; border: 1px solid var(--afo-input); border-radius: 10px; padding: 12px 14px; font-family: var(--afo-body); }

/* =========================================================================
   About
   ========================================================================= */
.afo-about-hero { text-align: center; padding: 56px var(--afo-pad) 32px; }
.afo-about-h1 { font-family: var(--afo-display); font-weight: 600; font-size: 46px; letter-spacing: -.02em; margin: 0 0 16px; line-height: 1.08; }
.afo-about-lead { font-size: 18px; color: var(--afo-muted); line-height: 1.6; }
.afo-about-banner { aspect-ratio: 21/8; margin: 0 var(--afo-pad); border-radius: var(--afo-radius-media); overflow: hidden; }
.afo-about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--afo-border); border-top: 1px solid var(--afo-border); border-bottom: 1px solid var(--afo-border); margin: 44px 0; }
.afo-about-stat { background: var(--afo-cream); padding: 26px 24px; text-align: center; }
.afo-value-cards { margin-top: 8px; }
.afo-value-card { background: #fff; border: 1px solid var(--afo-border); border-radius: var(--afo-radius-card); padding: 26px; }
.afo-value-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--afo-brand); color: #fff; border-radius: 10px; font-family: var(--afo-display); font-weight: 700; font-size: 20px; margin-bottom: 14px; }
.afo-value-card p { color: var(--afo-muted); font-size: 14.5px; margin: 0; }
.afo-team-card { text-align: left; }
.afo-team-photo { aspect-ratio: 1/1; border-radius: var(--afo-radius-card); overflow: hidden; margin-bottom: 12px; }
.afo-team-name { font-weight: 800; font-size: 15px; }
.afo-team-role { font-size: 13px; color: var(--afo-muted); }
.afo-cta-band { background: var(--afo-brand); color: #fff; border-radius: var(--afo-radius-media); text-align: center; padding: 48px 40px; margin: 8px 0 0; }
.afo-cta-band h3 { color: #fff; }
.afo-cta-band p { margin: 0 0 22px; opacity: .95; }

/* =========================================================================
   Review + Recipe single
   ========================================================================= */
.afo-article-title { font-family: var(--afo-display); font-weight: 600; font-size: 40px; letter-spacing: -.02em; margin: 6px 0 10px; }
.afo-review-byline { gap: 8px; color: var(--afo-muted); font-size: 14px; margin-bottom: 24px; }
.afo-review-layout, .afo-recipe-layout { gap: 40px; align-items: flex-start; }
.afo-review-rail, .afo-recipe-rail { position: sticky; top: 20px; }
.afo-review-buybox, .afo-recipe-glance { background: #fff; border: 1px solid var(--afo-border); border-radius: var(--afo-radius-media); padding: 20px; box-shadow: var(--afo-shadow-card); }
.afo-review-buybox-media { aspect-ratio: 1/1; border-radius: 12px; overflow: hidden; margin-bottom: 14px; }
.afo-review-price { font-family: var(--afo-display); font-weight: 700; font-size: 26px; margin: 12px 0 6px; }
.afo-review-stock { font-size: 13px; color: var(--afo-success); font-weight: 700; margin-bottom: 14px; }
.afo-affiliate-note { font-size: 11.5px; color: var(--afo-muted-2); margin: 8px 0 0; }

/* Recipe glance */
.afo-glance-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 14px 0; }
.afo-glance-tile { background: var(--afo-panel); border-radius: 10px; padding: 12px 6px; text-align: center; }
.afo-glance-num { display: block; font-family: var(--afo-display); font-weight: 700; font-size: 18px; }
/* Header action alignment: shortcode-wrapped cart link sits in a <p>; normalise it. */
.afo-header-actions p { margin: 0; display: inline-flex; align-items: center; }
.afo-header-actions { align-items: center; }
.afo-header-actions .afo-cart-link, .afo-header-actions .afo-account { line-height: 1; }
/* Keep the hero pill button from inheriting extra block height. */
.afo-hero-cta .wp-block-button { margin: 0; }

/* Fix: column blocks used fr widths which are invalid as flex-basis and collapse.
   Use CSS grid on these rows so the fr track sizing works correctly. */
.afo-footer-cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.afo-review-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: flex-start; }
.afo-recipe-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: flex-start; }
.afo-footer-cols > .wp-block-column,
.afo-review-layout > .wp-block-column,
.afo-recipe-layout > .wp-block-column { flex-basis: auto; min-width: 0; }
@media (max-width: 900px){
	.afo-footer-cols { grid-template-columns: 1fr 1fr; }
	.afo-review-layout, .afo-recipe-layout { grid-template-columns: 1fr; }
}
@media (max-width: 560px){
	.afo-footer-cols { grid-template-columns: 1fr; }
}

/* =========================================================================
   Review article — designed sections (Air Fryer Review layout)
   ========================================================================= */
.afo-review-article > p, .afo-review-article .afo-rv-body { font-size: 16px; line-height: 1.7; color: #3C332C; margin: 0 0 16px; }
.afo-review-article > h2 { font-family: var(--afo-display); font-weight: 600; font-size: 26px; margin: 26px 0 12px; }
.afo-review-article > h3 { font-family: var(--afo-display); font-weight: 600; font-size: 19px; margin: 18px 0 8px; }
.afo-rv-lead { font-size: 18px !important; line-height: 1.6 !important; color: #3C332C !important; font-weight: 500; margin: 0 0 18px !important; }
.afo-review-article .afo-test-scores { margin: 0 0 20px; }
.afo-review-article .afo-test-scores-bars { grid-template-columns: 1fr; }

/* at-a-glance spec tiles */
.afo-rv-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 26px; }
.afo-rv-tile { background: #fff; border: 1px solid var(--afo-border); border-radius: 11px; padding: 12px; text-align: center; }
.afo-rv-tile-label { display: block; font-size: 10.5px; color: var(--afo-muted-2); font-weight: 700; text-transform: uppercase; }
.afo-rv-tile-val { display: block; font-family: var(--afo-display); font-weight: 700; font-size: 17px; }

/* pros / cons */
.afo-rv-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 28px; }
.afo-rv-card { background: #fff; border: 1px solid var(--afo-border); border-radius: 14px; padding: 18px 20px; }
.afo-rv-pros { border-top: 3px solid var(--afo-success); }
.afo-rv-cons { border-top: 3px solid #C0492B; }
.afo-rv-card-head { font-weight: 800; font-size: 14px; margin-bottom: 10px; }
.afo-rv-pros .afo-rv-card-head { color: var(--afo-success); }
.afo-rv-cons .afo-rv-card-head { color: #C0492B; }
.afo-rv-card ul { margin: 0; padding-left: 18px; font-size: 14px; color: #3C332C; line-height: 1.7; }

/* test photo placeholder */
.afo-rv-photo { height: 220px; border-radius: 12px; margin: 6px 0 18px; background: repeating-linear-gradient(45deg,#EFE6DA,#EFE6DA 11px,#F5EEE4 11px,#F5EEE4 22px); display: flex; align-items: center; justify-content: center; color: var(--afo-muted-2); font-family: ui-monospace, Menlo, monospace; font-size: 12px; }

/* who it's for */
.afo-rv-forcards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 8px; }
.afo-rv-buy { background: #E9F6EF; border-radius: 14px; padding: 18px 20px; }
.afo-rv-sell { background: #FBEEE9; border-radius: 14px; padding: 18px 20px; }
.afo-rv-buy .afo-rv-card-head { color: var(--afo-success); }
.afo-rv-sell .afo-rv-card-head { color: #C0492B; }
.afo-rv-forcards ul { margin: 0; padding-left: 18px; font-size: 14px; color: #3C332C; line-height: 1.7; }

/* full specs table */
.afo-rv-specs { background: #fff; border: 1px solid var(--afo-border); border-radius: 14px; overflow: hidden; margin: 0 0 8px; display: grid; grid-template-columns: 1fr 1fr; font-size: 14px; }
.afo-rv-specrow { display: flex; justify-content: space-between; padding: 13px 18px; border-bottom: 1px solid var(--afo-rule); }
.afo-rv-specrow:nth-child(odd) { border-right: 1px solid var(--afo-rule); }
.afo-rv-specrow span:first-child { color: var(--afo-muted); font-weight: 600; }
.afo-rv-specrow span:last-child { font-weight: 700; }

/* FAQ (native accordion) */
.afo-rv-faq { display: flex; flex-direction: column; gap: 10px; }
.afo-rv-faq-item { background: #fff; border: 1px solid var(--afo-border); border-radius: 12px; padding: 16px 18px; }
.afo-rv-faq-item > summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 800; font-size: 15px; }
.afo-rv-faq-item > summary::-webkit-details-marker { display: none; }
.afo-rv-faq-item > summary::after { content: "+"; color: var(--afo-brand); font-size: 20px; }
.afo-rv-faq-item[open] > summary::after { content: "\2212"; }
.afo-rv-faq-item > p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.55; color: #3C332C; }

/* reviewer box */
.afo-rv-author { background: #fff; border: 2px solid var(--afo-brand); border-radius: 14px; padding: 22px 24px; display: flex; gap: 18px; align-items: flex-start; margin-top: 26px; }
.afo-rv-author-avatar { width: 64px; height: 64px; flex: none; border-radius: 50%; object-fit: cover; display: block; background: repeating-linear-gradient(45deg,#EFE6DA,#EFE6DA 7px,#F5EEE4 7px,#F5EEE4 14px); }
.afo-rv-author-name { font-weight: 800; font-size: 15px; }
.afo-rv-author-role { font-size: 13px; color: var(--afo-muted); margin: 2px 0 9px; }

/* review rating row (byline) */
.afo-review-rating { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 4px 0 0; }
.afo-review-rating .afo-stars-glyph { font-size: 15px; }
.afo-review-rating .afo-rr-score { font-weight: 800; font-size: 14px; }
.afo-review-rating a { font-size: 13.5px; font-weight: 700; }

/* owner reviews */
.afo-owner-reviews { padding: 8px 0 8px; }
.afo-owner-grid { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }
.afo-owner-summary { background: #fff; border: 1px solid var(--afo-border); border-radius: 14px; padding: 22px; text-align: center; }
.afo-owner-avg { font-family: var(--afo-display); font-weight: 700; font-size: 46px; line-height: 1; }
.afo-owner-count { font-size: 13px; color: var(--afo-muted); margin-bottom: 16px; }
.afo-owner-list { display: flex; flex-direction: column; gap: 14px; }
.afo-owner-card { background: #fff; border: 1px solid var(--afo-border); border-radius: 14px; padding: 18px 20px; }
.afo-owner-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.afo-owner-card-title { font-weight: 800; font-size: 14px; }
.afo-owner-card-body { font-size: 14px; line-height: 1.55; color: #3C332C; margin: 0 0 8px; }
.afo-owner-card-meta { font-size: 12.5px; color: var(--afo-muted-2); font-weight: 700; }
.afo-owner-card-meta .afo-verified { color: var(--afo-success); }

/* more reviews grid */
.afo-more-reviews { padding: 8px 0 0; }
.afo-more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

@media (max-width: 760px){
	.afo-rv-tiles { grid-template-columns: repeat(2, 1fr); }
	.afo-rv-proscons, .afo-rv-forcards, .afo-rv-specs { grid-template-columns: 1fr; }
	.afo-owner-grid { grid-template-columns: 1fr; }
	.afo-more-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
	.afo-rv-tiles { grid-template-columns: repeat(2, 1fr); }
	.afo-more-grid { grid-template-columns: 1fr; }
}

/* Article typography via descendant selectors (post-content wraps its children) */
.afo-review-article p { font-size: 16px; line-height: 1.7; color: #3C332C; margin: 0 0 16px; }
.afo-review-article h2 { font-family: var(--afo-display); font-weight: 600; font-size: 26px; margin: 26px 0 12px; }
.afo-review-article h3 { font-family: var(--afo-display); font-weight: 600; font-size: 19px; margin: 18px 0 8px; }
.afo-review-article .afo-rv-card ul, .afo-review-article .afo-rv-forcards ul { margin: 0; }
.afo-review-article .afo-rv-card li, .afo-review-article .afo-rv-forcards li { font-size: 14px; line-height: 1.7; color: #3C332C; margin: 0; }

/* Force 2-col review/recipe layouts + footer to real CSS grid.
   Core's .wp-block-columns.is-layout-flex (specificity 0,2,0) otherwise wins and,
   combined with the invalid fr flex-basis on columns, collapses the left column. */
.afo-review-layout.wp-block-columns { display: grid !important; grid-template-columns: 1fr 320px !important; gap: 32px !important; align-items: start !important; }
.afo-recipe-layout.wp-block-columns { display: grid !important; grid-template-columns: 1fr 340px !important; gap: 40px !important; align-items: start !important; }
.afo-footer-cols.wp-block-columns { display: grid !important; grid-template-columns: 1.5fr 1fr 1fr 1fr !important; gap: 28px !important; }
.afo-review-layout > .wp-block-column,
.afo-recipe-layout > .wp-block-column,
.afo-footer-cols > .wp-block-column { flex-basis: auto !important; width: auto !important; min-width: 0 !important; }
@media (max-width: 900px){
	.afo-review-layout.wp-block-columns, .afo-recipe-layout.wp-block-columns { grid-template-columns: 1fr !important; }
	.afo-footer-cols.wp-block-columns { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 560px){
	.afo-footer-cols.wp-block-columns { grid-template-columns: 1fr !important; }
}

/* Review scorecard: match designed 150px column + 56px score */
.afo-review-article .afo-test-scores-grid { grid-template-columns: 150px 1fr; }
.afo-review-article .afo-score-big { font-size: 56px; }
.afo-review-article .afo-test-scores-overall { border-right: 1px solid var(--afo-border); }

/* External (hotlinked) images: test photo + featured-image fallback */
.afo-rv-photo-img { width: 100%; border-radius: 12px; display: block; margin: 6px 0 18px; }
.afo-ext-featured { margin: 0; }
.afo-ext-featured img { display: block; width: 100%; }
.afo-review-buybox-media img, .afo-card-media img, .afo-more-grid .afo-card-media img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================================
   Reviews archive — hero, filter sidebar, card grid
   ========================================================================= */
.afo-reviews-hero { position: relative; overflow: hidden; background: var(--afo-cream); border-bottom: 1px solid var(--afo-border); }
.afo-reviews-hero-inner { max-width: 1180px; margin: 0 auto; padding: 40px var(--afo-pad) 34px; position: relative; z-index: 2; max-width: 640px; }
.afo-reviews-hero::after {
	content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 48%; z-index: 1; pointer-events: none;
	background: var(--afo-hero-img) right center / contain no-repeat;
	-webkit-mask-image: linear-gradient(to left, #000 30%, transparent 92%);
	mask-image: linear-gradient(to left, #000 30%, transparent 92%);
	opacity: .85;
}
.afo-reviews-hero .afo-breadcrumb { margin-bottom: 14px; }
.afo-reviews-hero .afo-page-title { font-size: 42px; margin: 6px 0 12px; }
.afo-reviews-hero .afo-band-sub { max-width: 520px; margin: 0; }

/* breadcrumb */
.afo-breadcrumb { font-size: 13px; color: var(--afo-muted-2); font-weight: 700; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.afo-breadcrumb a { color: var(--afo-muted); }
.afo-breadcrumb a:hover { color: var(--afo-brand); }
.afo-crumb-sep { color: #C9BCB0; font-weight: 400; }

/* layout: sidebar + grid */
.afo-reviews-layout { display: grid; grid-template-columns: 244px 1fr; gap: 32px; align-items: start; }
.afo-reviews-main { min-width: 0; }

/* filter sidebar */
.afo-filters { background: #fff; border: 1px solid var(--afo-border); border-radius: var(--afo-radius-card); padding: 18px 18px 8px; position: sticky; top: 20px; }
.afo-filters-head { display: flex; align-items: center; justify-content: space-between; font-weight: 800; font-size: 15px; margin-bottom: 6px; }
.afo-filters-clear { border: 0; background: none; color: var(--afo-brand-dark); font-weight: 800; font-size: 12.5px; cursor: pointer; padding: 0; }
.afo-filter-group { border-top: 1px solid var(--afo-rule); padding: 14px 0; }
.afo-filter-title { font-weight: 800; font-size: 12.5px; letter-spacing: .02em; margin-bottom: 10px; }
.afo-filter-opt { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--afo-ink); padding: 5px 0; cursor: pointer; user-select: none; }
.afo-filter-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.afo-filter-box, .afo-filter-radio { width: 17px; height: 17px; flex: none; border: 1.5px solid var(--afo-input); background: #fff; display: inline-flex; align-items: center; justify-content: center; }
.afo-filter-box { border-radius: 5px; }
.afo-filter-radio { border-radius: 50%; }
.afo-filter-opt input:checked + .afo-filter-box { background: var(--afo-brand); border-color: var(--afo-brand); }
.afo-filter-opt input:checked + .afo-filter-box::after { content: "\2713"; color: #fff; font-size: 12px; font-weight: 900; }
.afo-filter-opt input:checked + .afo-filter-radio { border-color: var(--afo-brand); }
.afo-filter-opt input:checked + .afo-filter-radio::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--afo-brand); }
.afo-filter-empty { font-size: 12.5px; color: var(--afo-muted-2); margin: 0; line-height: 1.5; }
.afo-filter-sort { width: 100%; background: var(--afo-field); border: 1px solid var(--afo-border); border-radius: 10px; padding: 9px 12px; font-family: var(--afo-body); font-size: 13.5px; }

/* review card grid */
.afo-reviews-grid { display: grid; gap: 22px; }
.afo-reviews-grid--3 { grid-template-columns: repeat(3, 1fr); }
.afo-reviews-grid--2 { grid-template-columns: repeat(2, 1fr); }
.afo-review-card { display: flex; flex-direction: column; overflow: hidden; color: var(--afo-ink); }
.afo-review-card.is-hidden { display: none; }
.afo-review-card:hover { box-shadow: var(--afo-shadow-card); }
.afo-review-card .afo-card-media { aspect-ratio: 16/10; }
.afo-review-card .afo-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; }
.afo-card-brand { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--afo-brand-dark); margin-bottom: 4px; }
.afo-review-card .afo-card-name { font-family: var(--afo-display); font-weight: 600; font-size: 17px; margin: 4px 0 4px; line-height: 1.2; }
.afo-review-card .afo-card-cta { font-weight: 800; font-size: 13.5px; color: var(--afo-brand-dark); margin-top: 10px; }
.afo-reviews-empty { padding: 30px 4px; color: var(--afo-muted); font-size: 14.5px; }

@media (max-width: 900px) {
	.afo-reviews-layout { grid-template-columns: 1fr; }
	.afo-filters { position: static; }
	.afo-reviews-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.afo-reviews-hero::after { width: 42%; opacity: .5; }
	.afo-reviews-hero-inner { max-width: none; }
}
@media (max-width: 620px) {
	.afo-reviews-grid--3, .afo-reviews-grid--2 { grid-template-columns: 1fr; }
	.afo-reviews-hero::after { display: none; }
	.afo-reviews-hero .afo-page-title { font-size: 30px; }
}

/* =========================================================================
   Reviews archive v2 — full-bleed hero image + text card, dropdowns, shadows
   ========================================================================= */
.afo-reviews-hero {
	min-height: 340px; display: flex; align-items: center; padding: 48px var(--afo-pad);
	background: linear-gradient(90deg, rgba(42,33,28,.66) 0%, rgba(42,33,28,.30) 52%, rgba(42,33,28,.10) 100%), var(--afo-hero-bg, none) center/cover no-repeat, var(--afo-cream);
	border-bottom: 1px solid var(--afo-border);
}
.afo-reviews-hero::after { display: none !important; }
.afo-reviews-hero-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; width: 100%; }
.afo-reviews-hero-card {
	max-width: 560px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7);
	border-radius: 16px; padding: 28px 32px; box-shadow: 0 24px 60px rgba(20,12,6,.30);
}
.afo-reviews-hero-card .afo-breadcrumb { margin-bottom: 12px; }
.afo-reviews-hero-card .afo-page-title { font-size: 40px; margin: 6px 0 10px; }
.afo-reviews-hero-card .afo-band-sub { margin: 0; color: var(--afo-muted); max-width: none; }

/* stronger shadows on sidebar + cards */
.afo-filters { box-shadow: 0 16px 40px rgba(20,12,6,.13); }
.afo-review-card { box-shadow: 0 10px 26px rgba(20,12,6,.10); transition: box-shadow .16s ease, transform .16s ease; }
.afo-review-card:hover { box-shadow: 0 20px 46px rgba(20,12,6,.17); transform: translateY(-2px); }

/* dropdown filter controls */
.afo-filter-group .afo-filter-title { display: block; margin-bottom: 8px; }
.afo-filter-select {
	width: 100%; background: var(--afo-field); border: 1px solid var(--afo-border); border-radius: 10px;
	padding: 10px 34px 10px 12px; font-family: var(--afo-body); font-size: 13.5px; font-weight: 700; color: var(--afo-ink); cursor: pointer;
	appearance: none; -webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236E625A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 12px center;
}
.afo-filter-select:focus { outline: none; border-color: var(--afo-brand); }

@media (max-width: 620px) {
	.afo-reviews-hero { min-height: 260px; padding: 32px 18px; }
	.afo-reviews-hero-card { padding: 22px 20px; }
	.afo-reviews-hero-card .afo-page-title { font-size: 28px; }
}

/* Review card: padded product image + light key-feature list */
.afo-review-card .afo-card-media { aspect-ratio: 4/3; background: #F4F1EC; padding: 16px; }
.afo-review-card .afo-card-media img { width: 100%; height: 100%; object-fit: contain; }
.afo-review-card .afo-card-body { gap: 2px; }
.afo-card-features { list-style: none; margin: 9px 0 2px; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.afo-card-features li { position: relative; padding-left: 15px; font-size: 12.5px; color: var(--afo-muted); line-height: 1.35; }
.afo-card-features li::before { content: ""; position: absolute; left: 2px; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: var(--afo-brand); opacity: .5; }
.afo-review-card .afo-card-cta { margin-top: 12px; }

/* Header refinements: constrain content to the 1180 column, wider search,
   hide the theme's placeholder account/cart icons (Woo blocks are used instead). */
.afo-header-bar {
	padding-left: max(var(--afo-pad), calc((100% - 1180px) / 2));
	padding-right: max(var(--afo-pad), calc((100% - 1180px) / 2));
}
.afo-search-wrap { max-width: 460px; }
.afo-header-actions .afo-account { display: none; }
.afo-header-actions p:has(.afo-cart-link), .afo-header-actions .afo-cart-link { display: none; }

/* =========================================================================
   Consistent left-aligned page header + unified breadcrumb (all templates)
   ========================================================================= */
.afo-page-head { text-align: left; max-width: 820px; margin: 0 0 28px; }
.afo-page-head .afo-breadcrumb { margin-bottom: 12px; }
.afo-page-head .afo-eyebrow { margin: 0 0 8px; }
.afo-page-head .afo-page-title { margin: 4px 0 10px; }
.afo-page-head .afo-band-sub { max-width: 640px; margin: 0; text-align: left; }
/* neutralise the old centred archive head */
.afo-archive-head { text-align: left; max-width: 820px; margin: 0 0 28px; }
.afo-archive-head .afo-band-sub { margin: 0; max-width: 640px; }
/* unified breadcrumb style everywhere */
.afo-breadcrumb { font-size: 13px; color: var(--afo-muted-2); font-weight: 700; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.afo-breadcrumb a { color: var(--afo-muted); }
.afo-breadcrumb a:hover { color: var(--afo-brand); }
.afo-breadcrumb span[aria-current] { color: var(--afo-muted-2); }
.afo-crumb-sep { color: #C9BCB0; font-weight: 400; }

/* =========================================================================
   Shared page hero (full-width image + wide centred card) — [afo_page_hero]
   ========================================================================= */
.afo-hero-band {
	min-height: 340px; display: flex; align-items: center; padding: 52px var(--afo-pad);
	background: linear-gradient(rgba(42,33,28,.55), rgba(42,33,28,.55)), var(--afo-hero-bg, none) center/cover no-repeat, var(--afo-cream);
	border-bottom: 1px solid var(--afo-border);
}
.afo-hero-band-inner { max-width: 1180px; margin: 0 auto; width: 100%; display: flex; justify-content: center; }
.afo-hero-card {
	max-width: 940px; width: 100%; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7);
	border-radius: 18px; padding: 34px 44px; box-shadow: 0 24px 60px rgba(20,12,6,.30); text-align: center;
}
.afo-hero-card .afo-breadcrumb { justify-content: center; margin-bottom: 12px; }
.afo-hero-card .afo-eyebrow { margin: 0 0 8px; }
.afo-hero-card .afo-page-title { font-size: 42px; margin: 4px 0 12px; }
.afo-hero-card .afo-band-sub { max-width: 760px; margin: 0 auto; text-align: center; color: var(--afo-muted); font-size: 16px; }

@media (max-width: 620px) {
	.afo-hero-band { min-height: 260px; padding: 34px 18px; }
	.afo-hero-card { padding: 24px 22px; }
	.afo-hero-card .afo-page-title { font-size: 29px; }
}

/* Page/section H1 in orange; drop the duplicate eyebrow above it in headers */
.afo-page-title { color: var(--afo-brand); }
.afo-page-head .afo-eyebrow, .afo-archive-head .afo-eyebrow, .afo-hero-card .afo-eyebrow { display: none; }

/* Single-review "compare" CTA (replaces the old bottom-line band) */
.afo-compare-cta { margin: 20px 0 0; padding: 34px 38px; border-radius: 20px; background: linear-gradient(135deg, #fff4ec 0%, #ffe6d6 100%); border: 1px solid #ffd7bf; display: flex; gap: 40px; align-items: center; flex-wrap: wrap; text-align: left; }
.afo-compare-cta-main { flex: 1 1 340px; min-width: 280px; }
.afo-compare-cta .afo-compare-cta-main .afo-h3 { margin: 10px 0 12px; font-size: 1.7rem; line-height: 1.2; }
.afo-compare-cta-main p { margin: 0 0 22px; color: #5c5349; max-width: 60ch; line-height: 1.65; }
.afo-compare-cta-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.afo-compare-cta .afo-btn--lg { padding: 15px 30px; font-size: 1.05rem; }
.afo-compare-cta .afo-btn--lg span { display: inline-block; transition: transform .2s; }
.afo-compare-cta .afo-btn--lg:hover span { transform: translateX(4px); }
.afo-compare-cta-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; flex: 0 0 auto; min-width: 230px; }
.afo-compare-cta-points li { position: relative; padding-left: 34px; color: #4a423b; font-size: 1rem; line-height: 1.4; }
.afo-compare-cta-points li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background: var(--afo-brand, #f26722); color: #fff; border-radius: 50%; font-size: .72rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.afo-compare-cta-points strong { color: #241f1b; font-weight: 700; }
@media (max-width: 720px) { .afo-compare-cta { padding: 26px 24px; gap: 24px; } .afo-compare-cta .afo-compare-cta-main .afo-h3 { font-size: 1.4rem; } }

/* Safety net: hide any stray auto-paragraph fragments in shortcode card grids */
#afo-reviews-grid > p, .afo-more-grid > p { display: none; }
#afo-reviews-grid > a.afo-review-card:empty, .afo-more-grid > a.afo-card:empty { display: none; }

/* Compare table: keep model names on one line so every column stays aligned */
.afo-compare-name { display: block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.afo-compare-buy { white-space: nowrap; }
/* Uniform row heights so every column lines up regardless of cell content */
.afo-compare-col .afo-compare-cell { height: 52px; box-sizing: border-box; }
.afo-compare-col .afo-compare-cell[data-row="price"] { height: auto; min-height: 92px; flex-direction: column; gap: 6px; }

/* Compare empty-state alignment fix: normalise the "choose a model" head and hide stray auto-paragraphs */
.afo-compare-col.is-empty .afo-compare-head.afo-compare-pick { min-height: 190px; height: 190px; margin: 0; box-sizing: border-box; }
.afo-compare-col > p { display: none; }

/* Compare: constrain columns so up to 4 models fit without horizontal scroll; long names truncate */
.afo-compare-grid { grid-template-columns: 200px repeat(4, minmax(140px, 1fr)); }
.afo-compare-col, .afo-compare-head, .afo-compare-name { min-width: 0; }
.afo-compare-name { max-width: 100%; }

/* Compare: empty columns show only the "choose a model" card; specs reveal + animate in when a model is added */
.afo-compare-col.is-empty .afo-compare-cell { display: none; }
.afo-compare-col.is-empty { justify-content: stretch; }
.afo-compare-col.is-empty .afo-compare-pick { flex: 1 1 auto; height: auto; min-height: 190px; }
@keyframes afoSpecIn { from { opacity: 0; } to { opacity: 1; } }
.afo-compare-col.is-filled .afo-compare-cell { animation: afoSpecIn .4s ease both; }
.afo-compare-col.is-filled .afo-compare-cell:nth-child(2){animation-delay:0s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(3){animation-delay:.045s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(4){animation-delay:.09s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(5){animation-delay:.135s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(6){animation-delay:.18s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(7){animation-delay:.225s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(8){animation-delay:.27s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(9){animation-delay:.315s}
.afo-compare-col.is-filled .afo-compare-cell:nth-child(10){animation-delay:.36s}

/* Compare: lock label + filled heads to a fixed height so rows never shift */
.afo-compare-head:not(.afo-compare-pick) { height: 190px; min-height: 190px; box-sizing: border-box; }

/* Reviews grid: uniform card media box so every product image renders at the same size */
.afo-card-media { height: 200px; display: flex; align-items: center; justify-content: center; padding: 14px; box-sizing: border-box; background: #fff; overflow: hidden; }
.afo-card-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }

/* Reviews archive: AJAX pagination states (pagination links reuse .afo-pagination above) */
.afo-reviews-wrap { transition: opacity .15s ease; }
.afo-reviews-wrap.is-loading { opacity: .4; pointer-events: none; }
.afo-reviews-count { text-align: center; color: #6b6259; font-size: 13.5px; margin: 24px 0 4px; }
.afo-pagination .page-numbers.dots { border: none; background: none; padding: 0 4px; }
.afo-pagination a:hover { border-color: var(--afo-brand); color: var(--afo-brand); }

/* Floating back-to-top button: cream disc, brand-orange arrow */
.afo-to-top {
	position: fixed; right: 24px; bottom: 24px; z-index: 90;
	width: 52px; height: 52px; border-radius: 50%; padding: 0;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--afo-cream); color: var(--afo-brand);
	border: 1px solid var(--afo-border); cursor: pointer;
	box-shadow: 0 6px 18px rgba(42,33,28,.16), 0 2px 6px rgba(42,33,28,.10);
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease, box-shadow .2s ease, background .2s ease;
}
.afo-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.afo-to-top:hover { background: var(--afo-white); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(255,83,26,.28), 0 3px 8px rgba(42,33,28,.12); }
.afo-to-top:active { transform: translateY(0); }
.afo-to-top:focus-visible { outline: 3px solid var(--afo-brand); outline-offset: 3px; }
.afo-to-top svg { display: block; }
@media (max-width: 640px) { .afo-to-top { right: 16px; bottom: 16px; width: 46px; height: 46px; } }
@media (prefers-reduced-motion: reduce) { .afo-to-top { transition: opacity .2s ease; } }

/* Homepage: hero CTA — orange outline that fills on hover */
.afo-btn--outline-brand .wp-block-button__link,
a.afo-btn--outline-brand {
	background: transparent !important;
	color: var(--afo-brand) !important;
	border: 2px solid var(--afo-brand) !important;
	transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.afo-btn--outline-brand .wp-block-button__link:hover,
a.afo-btn--outline-brand:hover {
	background: var(--afo-brand) !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(255,83,26,.30);
}

/* Homepage: hero photo */
.afo-hero-media { overflow: hidden; }
.afo-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }

/* Homepage: top-picks grid — never let stray auto-paragraph fragments break alignment */
.afo-grid--3 > p, .afo-grid--3 > a.afo-product-card:empty { display: none; }
.afo-grid--3 { align-items: stretch; }
.afo-grid--3 > .afo-product-card { display: flex; flex-direction: column; height: 100%; }
.afo-grid--3 > .afo-product-card .afo-card-body { display: flex; flex-direction: column; flex: 1; }

/* Homepage compare: product thumbnails + Check Price / Read Review pills */
.afo-hcompare-thumbrow .afo-hcompare-cell { padding-bottom: 4px; }
.afo-hcompare-thumb { height: 84px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 10px; padding: 6px; }
.afo-hcompare-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.afo-hcompare-actions { display: flex; flex-direction: column; gap: 6px; align-items: center; }
.afo-pill-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 130px; padding: 8px 10px; border-radius: 8px; font-size: 12.5px; font-weight: 800; text-decoration: none; line-height: 1.1; text-align: center; transition: background .16s ease, color .16s ease, border-color .16s ease; }
.afo-pill-btn--buy { background: var(--afo-brand); color: #fff; border: 2px solid var(--afo-brand); }
.afo-pill-btn--buy:hover { background: var(--afo-brand-dark); border-color: var(--afo-brand-dark); color: #fff; }
.afo-pill-btn--review { background: transparent; color: var(--afo-ink); border: 2px solid var(--afo-input); }
.afo-pill-btn--review:hover { border-color: var(--afo-brand); color: var(--afo-brand); }

/* Homepage: USP trust cards get an orange border */
.afo-trust-badges .afo-tb-card { border: 2px solid var(--afo-brand); border-radius: 14px; background: #fff; }

/* Hero CTA outline-brand wrapper fix: the block-button wrapper was inheriting the solid
   orange fill from .afo-btn, producing a filled slab behind the outlined link. */
.wp-block-button.afo-btn--outline-brand,
.afo-btn--outline-brand.wp-block-button {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}
.afo-btn--outline-brand .wp-block-button__link {
	background: transparent !important;
	color: var(--afo-brand) !important;
	border: 2px solid var(--afo-brand) !important;
	box-shadow: none !important;
}
.afo-btn--outline-brand .wp-block-button__link:hover {
	background: var(--afo-brand) !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(255,83,26,.30);
}

/* Recipe cards on the recipes archive (reuse the review grid/card shell) */
.afo-recipe-card-media { position: relative; height: 200px; padding: 0; }
.afo-recipe-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.afo-recipe-time-chip { position: absolute; left: 10px; top: 10px; background: rgba(42,33,28,.82); color: #fff; font-size: 12px; font-weight: 800; padding: 5px 10px; border-radius: 999px; }

/* Recipe article body */
.afo-rc-lead { font-size: 1.06rem; line-height: 1.7; color: var(--afo-muted); margin: 0 0 18px; }
.afo-rc-tiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 20px 0 26px; }
.afo-rc-tile { border: 1px solid var(--afo-rule); border-radius: 12px; padding: 14px 16px; background: #fff; }
.afo-rc-tile-label { display: block; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--afo-muted-2); }
.afo-rc-tile-val { display: block; font-family: var(--afo-display); font-size: 1.15rem; font-weight: 700; color: var(--afo-ink); margin-top: 3px; }
.afo-rc-sub { color: var(--afo-muted-2); font-size: 13px; margin: 0 0 10px; }
.afo-rc-ing { list-style: none; margin: 0 0 8px; padding: 0; }
.afo-rc-ing li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--afo-rule); font-size: .98rem; }
.afo-rc-ing input[type="checkbox"] { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--afo-brand); flex: none; }
.afo-rc-ing input:checked + span { text-decoration: line-through; color: var(--afo-muted-2); }
.afo-rc-steps { list-style: none; counter-reset: afostep; margin: 0; padding: 0; }
.afo-rc-steps li { counter-increment: afostep; position: relative; padding: 0 0 18px 44px; }
.afo-rc-steps li::before { content: counter(afostep); position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--afo-brand); color: #fff; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.afo-rc-steps strong { color: var(--afo-ink); }
.afo-rc-tip { background: var(--afo-brand-tint-2); border: 1px solid var(--afo-brand-tint); border-radius: 14px; padding: 18px 20px; margin: 24px 0; }
.afo-rc-tip-label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--afo-brand); margin-bottom: 6px; }
.afo-rc-tip p { margin: 0; color: var(--afo-ink); font-size: .96rem; line-height: 1.6; }
.afo-rc-photo-img { width: 100%; border-radius: 14px; display: block; margin: 20px 0; }
@media (max-width: 640px) { .afo-rc-tiles { grid-template-columns: 1fr; } }

/* ---- Recipe rail: "Recipe at a glance" card ---- */
.afo-recipe-glance { position: sticky; top: 96px; background: #fff; border: 1px solid var(--afo-rule); border-radius: 16px; padding: 20px; box-shadow: 0 4px 16px rgba(42,33,28,.06); }
.afo-glance-title { font-family: var(--afo-display); font-size: 1.05rem; font-weight: 700; margin: 0 0 14px; color: var(--afo-ink); }
.afo-glance-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.afo-glance-tile { background: var(--afo-panel); border: 1px solid var(--afo-rule); border-radius: 10px; padding: 10px; text-align: center; }
.afo-glance-label { display: block; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--afo-muted-2); }
.afo-glance-num { display: block; font-family: var(--afo-display); font-size: 1.02rem; font-weight: 700; color: var(--afo-ink); margin-top: 2px; }
.afo-glance-actions { display: flex; gap: 8px; align-items: stretch; margin-bottom: 12px; }
.afo-glance-save { flex: 1; border-radius: 10px !important; padding: 11px 14px !important; font-size: .92rem !important; }
.afo-glance-icon { width: 42px; flex: none; border: 1px solid var(--afo-input); background: #fff; border-radius: 10px; color: var(--afo-ink); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: border-color .15s, color .15s; }
.afo-glance-icon:hover { border-color: var(--afo-brand); color: var(--afo-brand); }
.afo-glance-rating { display: flex; align-items: center; gap: 6px; background: var(--afo-brand-tint-2); border-radius: 10px; padding: 8px 12px; font-size: .86rem; margin-bottom: 14px; }
.afo-glance-rating-num { font-weight: 800; color: var(--afo-ink); }
.afo-glance-rating-count { color: var(--afo-muted-2); }
.afo-glance-block { border-top: 1px solid var(--afo-rule); padding-top: 14px; margin-top: 14px; }
.afo-glance-sub { font-size: .92rem; font-weight: 800; margin: 0 0 8px; color: var(--afo-ink); }
.afo-glance-ing { list-style: none; margin: 0; padding: 0; }
.afo-glance-ing li { margin-bottom: 7px; }
.afo-glance-ing label { display: flex; gap: 8px; align-items: flex-start; font-size: .86rem; color: var(--afo-muted); cursor: pointer; }
.afo-glance-ing input { margin-top: 2px; width: 14px; height: 14px; accent-color: var(--afo-brand); flex: none; }
.afo-glance-ing input:checked + span { text-decoration: line-through; color: var(--afo-muted-2); }
.afo-glance-nut { display: flex; gap: 14px; flex-wrap: wrap; font-size: .82rem; color: var(--afo-muted); }
.afo-glance-nut strong { color: var(--afo-ink); font-size: .95rem; }
.afo-glance-nut-note { font-size: 11px; color: var(--afo-muted-2); margin: 8px 0 0; }

/* ---- Share modal ---- */
.afo-share-modal { position: fixed; inset: 0; z-index: 200; background: rgba(42,33,28,.55); display: flex; align-items: center; justify-content: center; padding: 20px; }
.afo-share-modal[hidden] { display: none; }
.afo-share-panel { position: relative; background: #fff; border-radius: 16px; padding: 24px; width: 100%; max-width: 380px; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.afo-share-close { position: absolute; right: 12px; top: 10px; border: none; background: none; font-size: 24px; line-height: 1; color: var(--afo-muted-2); cursor: pointer; }
.afo-share-title { font-family: var(--afo-display); font-size: 1.1rem; margin: 0 0 16px; }
.afo-share-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.afo-share-link { display: flex; align-items: center; justify-content: center; padding: 11px; border-radius: 10px; border: 1px solid var(--afo-input); text-decoration: none; font-weight: 700; font-size: .86rem; color: var(--afo-ink); transition: border-color .15s, color .15s, background .15s; }
.afo-share-link:hover { border-color: var(--afo-brand); color: var(--afo-brand); background: var(--afo-brand-tint-2); }
.afo-share-copy { display: flex; gap: 8px; }
.afo-share-url { flex: 1; min-width: 0; border: 1px solid var(--afo-input); border-radius: 10px; padding: 9px 10px; font-size: .8rem; color: var(--afo-muted); background: var(--afo-field); }

/* ---- "Made with" banner: compact rectangle, small product thumbnail ---- */
.afo-made-with { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--afo-rule); border-radius: 14px; padding: 14px 16px; margin: 26px 0; box-shadow: 0 2px 10px rgba(42,33,28,.05); }
.afo-made-with-media { flex: none; width: 68px; height: 68px; border-radius: 10px; background: var(--afo-panel); display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 5px; }
.afo-made-with-media img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.afo-made-with-body { flex: 1; min-width: 0; }
.afo-made-with-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: .09em; color: var(--afo-brand); margin-bottom: 3px; }
.afo-made-with-name { font-family: var(--afo-display); font-weight: 700; font-size: 1rem; color: var(--afo-ink); line-height: 1.25; }
.afo-made-with-meta { font-size: .8rem; color: var(--afo-muted-2); margin-top: 2px; }
.afo-made-with-actions { flex: none; display: flex; gap: 8px; align-items: center; }
.afo-made-with-actions .afo-pill-btn { width: auto; max-width: none; white-space: nowrap; padding: 9px 14px; }
@media (max-width: 720px) {
	.afo-made-with { flex-wrap: wrap; }
	.afo-made-with-actions { width: 100%; }
	.afo-made-with-actions .afo-pill-btn { flex: 1; }
}

/* ---- Recipe: "Made it? Rate this recipe" band ---- */
.afo-rate-band { display: flex; align-items: center; gap: 26px; background: #fff; border: 1px solid var(--afo-rule); border-radius: 16px; padding: 22px 24px; margin: 26px 0 16px; box-shadow: 0 2px 10px rgba(42,33,28,.05); }
.afo-rate-score { flex: none; text-align: center; min-width: 78px; }
.afo-rate-num { font-family: var(--afo-display); font-size: 2.3rem; font-weight: 700; line-height: 1; color: var(--afo-ink); }
.afo-rate-count { font-size: 11px; color: var(--afo-muted-2); margin-top: 3px; }
.afo-rate-copy { flex: 1; min-width: 0; }
.afo-rate-title { font-family: var(--afo-display); font-size: 1.15rem; font-weight: 700; margin: 0 0 3px; color: var(--afo-ink); }
.afo-rate-sub { font-size: .88rem; color: var(--afo-muted-2); margin: 0 0 8px; }
.afo-rate-stars { display: flex; gap: 3px; }
.afo-rate-star { background: none; border: none; padding: 0; font-size: 1.5rem; line-height: 1; color: var(--afo-input); cursor: pointer; transition: color .12s, transform .12s; }
.afo-rate-star:hover { transform: scale(1.12); }
.afo-rate-star.is-on { color: var(--afo-gold); }
.afo-rate-action { flex: none; }
@media (max-width: 720px) { .afo-rate-band { flex-wrap: wrap; gap: 16px; } .afo-rate-action { width: 100%; } .afo-rate-action .afo-btn { display: block; text-align: center; } }

/* ---- Recipe: cook reviews ---- */
.afo-cook-reviews { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.afo-cook-card { background: #fff; border: 1px solid var(--afo-rule); border-radius: 14px; padding: 16px 18px; }
.afo-cook-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.afo-cook-title { font-weight: 800; color: var(--afo-ink); font-size: .95rem; }
.afo-cook-body { margin: 0 0 6px; color: var(--afo-muted); font-size: .93rem; line-height: 1.55; }
.afo-cook-meta { font-size: 11.5px; color: var(--afo-muted-2); }

/* ---- Recipe: more recipes ---- */
.afo-more-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
.afo-more-recipes .afo-recipe-card-media { height: 170px; }
.afo-recipe-comments { margin: 8px 0 34px; }

/* Recipe rail buttons: Share Recipe / Print at a 3:1 width ratio (glance-actions 3:1) */
.afo-recipe-glance .afo-glance-actions { display: grid; grid-template-columns: 3fr 1fr; gap: 8px; align-items: stretch; }
.afo-recipe-glance .afo-glance-share { width: 100%; border-radius: 10px !important; padding: 11px 10px !important; font-size: .92rem !important; text-align: center; }
.afo-recipe-glance .afo-glance-icon { width: 100%; }

/* ---- Homepage: top recipes carousel ---- */
.afo-rcarousel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; gap: 14px; flex-wrap: wrap; }
.afo-rcarousel-tools { display: flex; align-items: center; gap: 8px; }
.afo-rcarousel-btn { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--afo-input); background: #fff; color: var(--afo-ink); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: border-color .15s, color .15s, opacity .15s; }
.afo-rcarousel-btn:hover { border-color: var(--afo-brand); color: var(--afo-brand); }
.afo-rcarousel-btn[disabled] { opacity: .35; cursor: default; }
.afo-rcarousel-btn[disabled]:hover { border-color: var(--afo-input); color: var(--afo-ink); }
.afo-rcarousel-tools .afo-viewall { margin-left: 6px; }
.afo-rcarousel-viewport { overflow: hidden; }
.afo-rcarousel-track { display: flex; gap: 20px; scroll-behavior: smooth; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 4px; -ms-overflow-style: none; scrollbar-width: none; }
.afo-rcarousel-track::-webkit-scrollbar { display: none; }
.afo-rcarousel-item { flex: 0 0 calc((100% - 40px) / 3); scroll-snap-align: start; }
@media (max-width: 900px) { .afo-rcarousel-item { flex: 0 0 calc((100% - 20px) / 2); } }
@media (max-width: 620px) { .afo-rcarousel-item { flex: 0 0 100%; } }

/* ---- Guides hub ---- */
.afo-guides-section { margin-bottom: 48px; }
.afo-guides-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.afo-guides-section-sub { color: var(--afo-muted-2); font-size: .9rem; margin: 4px 0 0; }
.afo-guide-card-media { height: auto; aspect-ratio: auto; padding: 12px 12px 0; }
.afo-guide-card-media img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; border-radius: 10px; display: block; }
.afo-guide-card .afo-card-body { display: flex; flex-direction: column; align-items: flex-start; }
.afo-guide-card .afo-card-cta--read {
	display: inline-block; margin-top: 12px;
	background: var(--afo-brand); color: #fff;
	font-weight: 800; font-size: 14px; padding: 11px 22px;
	border-radius: 10px; transition: background .15s ease;
}
.afo-guide-card:hover .afo-card-cta--read { background: var(--afo-brand-dark); }
/* Table of Contents accordion (reuses faq-item look) */
.afo-toc { margin: 0 0 28px; }
.afo-toc .afo-faq-a p { margin: 0 0 8px; }
.afo-toc .afo-faq-a a { color: var(--afo-brand); font-weight: 700; }

/* ---- Guide article: rail | article | rail, both rails sticky ---- */
.afo-guide-layout { display: grid; grid-template-columns: 250px minmax(0,1fr) 260px; gap: 34px; align-items: start; }
.afo-guide-main { min-width: 0; }
.afo-guide-main .afo-article-hero { max-width: 685px; }
.afo-guide-main .afo-article-hero img { width: 685px; max-width: 100%; height: 290px; object-fit: cover; border-radius: 14px; }
.afo-rail { position: sticky; top: 96px; max-height: calc(100vh - 120px); overflow-y: auto; scrollbar-width: thin; }
.afo-rail::-webkit-scrollbar { width: 5px; }
.afo-rail::-webkit-scrollbar-thumb { background: var(--afo-input); border-radius: 4px; }
.afo-rail-inner { background: #fff; border: 1px solid var(--afo-rule); border-radius: 16px; padding: 18px; box-shadow: 0 2px 10px rgba(42,33,28,.05); }
.afo-rail-title { font-family: var(--afo-display); font-size: 1rem; font-weight: 700; margin: 0 0 14px; color: var(--afo-ink); }

/* left rail: ranked reviews */
.afo-rail-reviews { list-style: none; margin: 0 0 14px; padding: 0; counter-reset: aforail; }
.afo-rail-reviews li { border-bottom: 1px solid var(--afo-rule); }
.afo-rail-reviews li:last-child { border-bottom: 0; }
.afo-rail-review { display: flex; align-items: center; gap: 9px; padding: 9px 0; text-decoration: none; }
.afo-rail-rank { flex: none; width: 19px; height: 19px; border-radius: 50%; background: var(--afo-brand-tint); color: var(--afo-brand); font-size: 10.5px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.afo-rail-thumb { flex: none; width: 40px; height: 40px; border-radius: 8px; background: var(--afo-panel); display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 3px; }
.afo-rail-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.afo-rail-meta { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.afo-rail-name { font-size: 12px; font-weight: 700; color: var(--afo-ink); line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.afo-rail-score { font-size: 10.5px; font-weight: 800; }
.afo-rail-score.is-green { color: var(--afo-success); }
.afo-rail-score.is-amber { color: var(--afo-gold); }
.afo-rail-cta { text-align: center; }

/* right rail: guides grouped by category */
.afo-rail-group + .afo-rail-group { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--afo-rule); }
.afo-rail-cat { font-size: 10.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--afo-brand); margin: 0 0 8px; }
.afo-rail-cat a { color: inherit; text-decoration: none; }
.afo-rail-links { list-style: none; margin: 0; padding: 0; }
.afo-rail-links li { margin-bottom: 8px; position: relative; padding-left: 16px; }
.afo-rail-links li::before { content: ""; position: absolute; left: 0; top: 6px; width: 7px; height: 7px; border-radius: 50%; background: var(--afo-brand); }
.afo-rail-links a { font-size: 12.5px; color: var(--afo-ink); text-decoration: none; line-height: 1.4; display: block; }
.afo-rail-links li:hover::before { background: var(--afo-brand-dark); }
.afo-rail-links a:hover { color: var(--afo-brand); }

@media (max-width: 1180px) {
	.afo-guide-layout { grid-template-columns: minmax(0,1fr) 250px; }
	.afo-rail--reviews { grid-column: 1 / -1; position: static; max-height: none; }
	.afo-rail--reviews .afo-rail-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: 0 16px; }
}
@media (max-width: 860px) {
	.afo-guide-layout { grid-template-columns: 1fr; }
	.afo-rail { position: static; max-height: none; }
}

/* ==========================================================================
   Guide article: TL;DR card, data tables, FAQ, key-takeaway callouts
   ========================================================================== */

/* ---- TL;DR card ---- */
.afo-tldr {
	position: relative;
	margin: 0 0 32px;
	padding: 22px 24px 22px 26px;
	background: var(--wp--preset--color--cream, #fdf6ec);
	border: 1px solid rgba(17, 17, 17, .08);
	border-left: 5px solid var(--wp--preset--color--brand, #f26722);
	border-radius: 14px;
}
.afo-tldr-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
}
.afo-tldr-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	border-radius: 50%;
	background: var(--wp--preset--color--brand, #f26722);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.afo-tldr-title {
	margin: 0;
	font-family: var(--wp--preset--font-family--display, "Fredoka", sans-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #111;
}
.afo-tldr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.afo-tldr li {
	position: relative;
	margin: 0 0 9px;
	padding-left: 26px;
	font-size: 16px;
	line-height: 1.55;
	color: #2c2c2c;
}
.afo-tldr li:last-child { margin-bottom: 0; }
.afo-tldr li::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--wp--preset--color--brand, #f26722);
}
.afo-tldr li strong { color: #111; }
.afo-tldr a { color: #111; text-decoration: underline; text-underline-offset: 2px; }
.afo-tldr a:hover { color: var(--wp--preset--color--brand, #f26722); }

/* ---- Data tables ---- */
.afo-table-wrap {
	margin: 26px 0 30px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(17, 17, 17, .1);
	border-radius: 14px;
	background: #fff;
}
.afo-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.45;
	min-width: 460px;
}
.afo-table caption {
	caption-side: bottom;
	padding: 10px 16px 12px;
	font-size: 13px;
	color: #6b6b6b;
	text-align: left;
}
.afo-table th,
.afo-table td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(17, 17, 17, .08);
}
.afo-table thead th {
	background: var(--wp--preset--color--cream, #fdf6ec);
	font-family: var(--wp--preset--font-family--display, "Fredoka", sans-serif);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #111;
	white-space: nowrap;
}
.afo-table tbody tr:last-child th,
.afo-table tbody tr:last-child td { border-bottom: 0; }
.afo-table tbody tr:nth-child(even) td,
.afo-table tbody tr:nth-child(even) th { background: rgba(17, 17, 17, .015); }
.afo-table tbody th {
	font-weight: 700;
	color: #111;
}
.afo-table td a { color: var(--wp--preset--color--brand, #f26722); font-weight: 600; }
.afo-table .afo-td-num { white-space: nowrap; font-variant-numeric: tabular-nums; }
.afo-table .afo-td-win { color: #1a7f45; font-weight: 700; }

/* ---- Key takeaway callout ---- */
.afo-callout {
	margin: 26px 0;
	padding: 16px 20px;
	background: rgba(242, 103, 34, .06);
	border: 1px solid rgba(242, 103, 34, .22);
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.6;
}
.afo-callout p { margin: 0; }
.afo-callout strong { color: #111; }

/* ---- FAQ ---- */
.afo-faq {
	margin: 44px 0 8px;
	padding-top: 32px;
	border-top: 1px solid rgba(17, 17, 17, .1);
}
.afo-faq-title {
	margin: 0 0 18px;
	font-family: var(--wp--preset--font-family--display, "Fredoka", sans-serif);
	font-size: 28px;
	font-weight: 600;
	color: #111;
}
.afo-faq-item {
	border: 1px solid rgba(17, 17, 17, .1);
	border-radius: 12px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.afo-faq-item[open] {
	border-color: rgba(242, 103, 34, .38);
	box-shadow: 0 4px 18px rgba(17, 17, 17, .05);
}
.afo-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--display, "Fredoka", sans-serif);
	font-size: 17px;
	font-weight: 500;
	color: #111;
	list-style: none;
	user-select: none;
}
.afo-faq-item summary::-webkit-details-marker { display: none; }
.afo-faq-item summary::marker { content: ""; }
.afo-faq-item summary:hover { color: var(--wp--preset--color--brand, #f26722); }
.afo-faq-item summary:focus-visible {
	outline: 2px solid var(--wp--preset--color--brand, #f26722);
	outline-offset: -2px;
}
.afo-faq-item summary::after {
	content: "";
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	border-right: 2px solid var(--wp--preset--color--brand, #f26722);
	border-bottom: 2px solid var(--wp--preset--color--brand, #f26722);
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform .2s ease;
}
.afo-faq-item[open] summary::after {
	transform: rotate(-135deg) translate(-2px, -2px);
}
.afo-faq-a {
	padding: 0 18px 18px;
	font-size: 16px;
	line-height: 1.65;
	color: #3a3a3a;
}
.afo-faq-a p { margin: 0 0 10px; }
.afo-faq-a p:last-child { margin-bottom: 0; }
.afo-faq-a a { color: var(--wp--preset--color--brand, #f26722); font-weight: 600; }

/* ---- Autop safety nets ---- */
.afo-tldr > p:empty,
.afo-faq > p:empty,
.afo-table-wrap > p:empty,
.afo-callout > p:empty { display: none; }

@media (prefers-reduced-motion: reduce) {
	.afo-faq-item,
	.afo-faq-item summary::after { transition: none; }
}

@media (max-width: 600px) {
	.afo-tldr { padding: 18px 18px 18px 20px; }
	.afo-faq-title { font-size: 24px; }
	.afo-faq-item summary { font-size: 16px; padding: 14px 15px; }
	.afo-faq-a { padding: 0 15px 15px; }
}

/* ==========================================================================
   AFO-HOME-V16 — hero CTA second button, top-picks border, guides band
   ========================================================================== */

/* Second hero button: ink outline that fills on hover, matches Read Our Reviews sizing */
.afo-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
/* both hero buttons share the outline-brand pill style */

/* Top picks: 2px orange accent border on each card */
.afo-section--picks .afo-product-card {
	border: 2px solid var(--afo-brand);
	border-radius: var(--afo-radius-card);
	background: var(--afo-white);
	transition: box-shadow .15s ease, transform .15s ease;
}
.afo-section--picks .afo-product-card:hover {
	box-shadow: 0 12px 30px rgba(255,83,26,.16);
	transform: translateY(-2px);
}

/* From the guides band — mirror the editors' choice panel */
.afo-band--guides {
	background: var(--afo-panel);
	border-top: 1px solid var(--afo-border);
	grid-template-columns: 1.15fr 1fr;
	padding: 52px var(--afo-pad);
}
.afo-band--guides .afo-band-media {
	aspect-ratio: 16/10;
	border-radius: var(--afo-radius-media);
	overflow: hidden;
	box-shadow: var(--afo-shadow-card);
	display: block;
}
.afo-band-media--link { position: relative; cursor: pointer; }
.afo-band-media--link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.afo-band-media--link:hover img { transform: scale(1.04); }


/* AFO-HOME-V16b — recipe cards: full-width centred image, bigger text, tighter body */
.afo-recipe-card-media {
	width: 100%;
	aspect-ratio: 16 / 10;
	height: auto;
}
.afo-recipe-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.afo-recipe-card .afo-card-body { padding: 15px 16px 16px; }
.afo-recipe-card .afo-card-name { font-size: 18px; line-height: 1.3; margin: 4px 0 4px; }
.afo-recipe-card .afo-card-spec { font-size: 14px; margin-bottom: 8px; }
.afo-recipe-card .afo-card-brand { font-size: 12.5px; }
.afo-more-recipes .afo-recipe-card-media { aspect-ratio: 16 / 10; height: auto; }

/* AFO-HOME-V16c — guides band buttons stretch full width, equal */
.afo-band--guides .afo-btn-row { display: flex; gap: 12px; width: 100%; }
.afo-band--guides .afo-btn-row a { flex: 1 1 0; text-align: center; }

/* AFO-HOME-V16d — centre the trust strip cells */
.afo-trust-cell { text-align: center; }

/* AFO-HOME-V16e — hide Woo account + cart icons, enlarge nav labels */
.afo-header-actions .wp-block-woocommerce-customer-account,
.afo-header-actions .wc-block-mini-cart { display: none !important; }
.afo-nav { font-size: 16px; }

/* header logo image */
.afo-brand-logo{display:inline-flex;align-items:center;line-height:0}
.afo-brand-logo img{width:210px;height:auto;max-width:100%;display:block}
.afo-footer-logo{display:inline-block;line-height:0;margin:0 0 14px}
.afo-footer-logo img{width:180px;height:auto;max-width:100%;display:block}

/* Responsive stacking for generic 3/4-col grids (guides hub, home top picks) */
@media (max-width: 900px) {
	.afo-grid--3, .afo-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.afo-grid--3, .afo-grid--4 { grid-template-columns: 1fr; }
	.afo-guides-section-head { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* AFO-FOOTER-LEGAL v1.8.2 */
.afo-footer-legal{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);text-align:center}
.afo-footer-copy{margin:0;font-size:13px;opacity:.6}
.afo-footer-disclosure{margin:0;font-size:13px;line-height:1.65;opacity:.75}
.afo-footer-disclosure a{color:inherit;text-decoration:underline}
.afo-footer-disclose-col{padding-top:2px}

/* AFO-ABOUT-V18 */
.afo-about-banner img{width:100%;height:100%;object-fit:cover;display:block}
.afo-about .afo-lede{font-size:19px;line-height:1.6;color:var(--afo-ink);font-weight:600;max-width:70ch}
.afo-about .afo-section p{max-width:74ch}

/* method steps */
.afo-method{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:14px;counter-reset:none}
.afo-method-step{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--afo-border);border-radius:var(--afo-radius-card);padding:22px 24px}
.afo-method-num{flex:0 0 auto;font-family:var(--afo-head,"Fredoka",system-ui,sans-serif);font-weight:700;font-size:15px;line-height:1;color:#fff;background:var(--afo-brand);border-radius:8px;padding:9px 10px;min-width:38px;text-align:center}
.afo-method-body h3{margin:0 0 6px}
.afo-method-body p{margin:0;color:var(--afo-muted);font-size:15px;line-height:1.65}
@media (max-width:640px){.afo-method-step{flex-direction:column;gap:10px;padding:18px}}

/* scoring table */
.afo-table--scoring th:nth-child(2),.afo-table--scoring td:nth-child(2){white-space:nowrap;text-align:center;font-weight:700}

/* refuse list */
.afo-refuse{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px;max-width:74ch}
.afo-refuse li{position:relative;padding-left:34px;font-size:15.5px;line-height:1.6}
.afo-refuse li::before{content:"\2715";position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:50%;background:rgba(218,64,12,.1);color:var(--afo-brand);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}

/* team photos */
.afo-team-photo img{width:100%;height:100%;object-fit:cover;display:block}
.afo-team-bio{margin:6px 0 0;font-size:13.5px;line-height:1.55;color:var(--afo-muted)}

/* AFO-REVIEW-AUTHOR-CARD v1.8.3 */
.afo-rv-author-body { min-width: 0; }
.afo-rv-author-note { font-size: 14px; line-height: 1.62; color: var(--afo-muted); margin: 0 0 10px; max-width: 80ch; }
@media (max-width: 560px) { .afo-rv-author { flex-direction: column; gap: 14px; } }

/* AFO-POST-AUTHOR-CARD v1.8.4 */
.afo-post-author { background: #fff; border: 2px solid var(--afo-brand); border-radius: 14px; padding: 22px 24px; display: flex; gap: 18px; align-items: flex-start; margin: 34px 0 10px; }
.afo-post-author-avatar { width: 64px; height: 64px; flex: none; border-radius: 50%; object-fit: cover; display: block; background: repeating-linear-gradient(45deg,#EFE6DA,#EFE6DA 7px,#F5EEE4 7px,#F5EEE4 14px); }
.afo-post-author-body { min-width: 0; }
.afo-post-author-name { font-weight: 800; font-size: 15px; }
.afo-post-author-role { font-size: 13px; color: var(--afo-muted); margin: 2px 0 9px; }
.afo-post-author-note { font-size: 14px; line-height: 1.62; color: var(--afo-muted); margin: 0; max-width: 80ch; }
@media (max-width: 560px) { .afo-post-author { flex-direction: column; gap: 14px; } }

/* AFO-BUYBOX-SHARE v1.8.6 */
.afo-review-buybox .afo-score-chip { display: block; width: 100%; box-sizing: border-box; text-align: center; font-size: 14px; padding: 8px 12px; }
.afo-share-open { margin-top: 14px; }
.afo-btn--outline.afo-share-open { padding: 11px 18px; font-size: 14px; }

.afo-share-modal { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.afo-share-modal[hidden] { display: none; }
.afo-share-backdrop { position: absolute; inset: 0; background: rgba(26,18,13,.55); }
.afo-share-dialog { position: relative; background: #fff; border-radius: 16px; padding: 28px 28px 24px; width: 100%; max-width: 430px; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.afo-share-x { position: absolute; top: 10px; right: 14px; background: none; border: 0; font-size: 26px; line-height: 1; color: var(--afo-muted); cursor: pointer; padding: 4px 8px; border-radius: 8px; }
.afo-share-x:hover { background: var(--afo-cream, #F4EDE3); color: var(--afo-ink); }
.afo-share-heading { margin: 0 0 4px; font-family: var(--afo-head,"Fredoka",system-ui,sans-serif); font-size: 20px; }
.afo-share-sub { margin: 0 0 18px; font-size: 14px; color: var(--afo-muted); }
.afo-share-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 18px; }
.afo-share-opt { display: flex; align-items: center; justify-content: center; padding: 13px 6px; border: 2px solid var(--afo-border); border-radius: 10px; font-weight: 700; font-size: 13.5px; color: var(--afo-ink); text-decoration: none; transition: border-color .15s ease, color .15s ease; }
.afo-share-opt:hover, .afo-share-opt:focus-visible { border-color: var(--afo-brand); color: var(--afo-brand); }
.afo-share-copy { display: flex; gap: 8px; }
.afo-share-url { flex: 1 1 auto; min-width: 0; border: 2px solid var(--afo-border); border-radius: 10px; padding: 10px 12px; font-size: 13px; color: var(--afo-muted); background: #FBF8F4; }
.afo-share-copy-btn { flex: 0 0 auto; }
@media (max-width: 420px) { .afo-share-grid { grid-template-columns: repeat(2,1fr); } }

/* AFO-REVIEW-FORM v1.8.7 */
.afo-rv-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; overflow-y: auto; }
.afo-rv-modal[hidden] { display: none; }
.afo-rv-backdrop { position: absolute; inset: 0; background: rgba(26,18,13,.55); }
.afo-rv-dialog { position: relative; background: #fff; border-radius: 16px; padding: 28px 28px 24px; width: 100%; max-width: 470px; box-shadow: 0 24px 60px rgba(0,0,0,.28); margin: auto; }
.afo-rv-x { position: absolute; top: 10px; right: 14px; background: none; border: 0; font-size: 26px; line-height: 1; color: var(--afo-muted); cursor: pointer; padding: 4px 8px; border-radius: 8px; }
.afo-rv-x:hover { background: #F4EDE3; color: var(--afo-ink); }
.afo-rv-heading { margin: 0 0 4px; font-family: var(--afo-head,"Fredoka",system-ui,sans-serif); font-size: 20px; }
.afo-rv-sub { margin: 0 0 18px; font-size: 14px; color: var(--afo-muted); }
.afo-rv-field { margin-bottom: 16px; position: relative; }
.afo-rv-label { display: block; font-weight: 700; font-size: 13.5px; margin-bottom: 6px; }
.afo-rv-input { width: 100%; box-sizing: border-box; border: 2px solid var(--afo-border); border-radius: 10px; padding: 11px 13px; font: inherit; font-size: 14.5px; background: #FBF8F4; color: var(--afo-ink); }
.afo-rv-input:focus { outline: none; border-color: var(--afo-brand); background: #fff; }
.afo-rv-textarea { resize: vertical; min-height: 96px; }
.afo-rv-count { position: absolute; right: 4px; bottom: -16px; font-size: 11.5px; color: var(--afo-muted); }
.afo-rv-stars { display: flex; gap: 4px; }
.afo-rv-star { background: none; border: 0; cursor: pointer; font-size: 28px; line-height: 1; padding: 2px; color: #DCD3C7; transition: color .12s ease, transform .12s ease; }
.afo-rv-star.is-on { color: var(--afo-gold, #F5A623); }
.afo-rv-star:hover { transform: scale(1.12); }
.afo-rv-star:focus-visible { outline: 2px solid var(--afo-brand); outline-offset: 2px; border-radius: 4px; }
.afo-rv-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.afo-rv-error { margin: 0 0 12px; padding: 10px 12px; border-radius: 10px; background: rgba(200,30,30,.08); color: #B3261E; font-size: 13.5px; font-weight: 600; }
.afo-rv-actions { display: flex; gap: 10px; margin-top: 18px; }
.afo-rv-actions .afo-btn { flex: 1 1 auto; }
.afo-rv-submit[disabled] { opacity: .6; cursor: default; }
.afo-rv-note { margin: 14px 0 0; font-size: 12px; color: var(--afo-muted); }
.afo-owner-card.is-new { border-color: var(--afo-brand); animation: afoRvIn .32s ease; }
@keyframes afoRvIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.afo-rv-pill { margin-left: auto; font-size: 11.5px; font-weight: 700; color: var(--afo-brand); background: rgba(255,83,26,.1); padding: 3px 9px; border-radius: 999px; }
.afo-owner-card-head { display: flex; align-items: center; gap: 8px; }
@media (max-width: 480px) { .afo-rv-actions { flex-direction: column; } }
