@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('../fonts/dm-sans-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:500 600;font-display:swap;src:url('../fonts/fraunces-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --ink:#1f2521;--muted:#687069;--paper:#fffdf9;--warm:#f6f1e8;--cream:#eee5d7;
  --terracotta:#b84f31;--terracotta-dark:#913a24;--sage:#425b4b;--sage-pale:#e8eee8;
  --line:#dfddd6;--white:#fff;--charcoal:#18201b;--gold:#d6a956;
  --serif:'Fraunces',Georgia,serif;--sans:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --shell:1240px;--radius-sm:10px;--radius:18px;--radius-lg:28px;
  --shadow:0 16px 44px rgba(43,35,26,.08);--section:112px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.08}
h1,h2{font-family:var(--serif);font-weight:600;letter-spacing:-.035em}
h1{font-size:clamp(48px,5vw,76px)}
h2{font-size:clamp(35px,3.4vw,52px)}
h3{font-size:21px;letter-spacing:-.02em}
p{color:var(--muted)}
.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}
.narrow-shell{width:min(calc(100% - 48px),900px);margin-inline:auto}
.section{padding:var(--section) 0}
.section-sm{padding:76px 0}
.section-warm{background:var(--warm)}
.section-dark{color:var(--white);background:var(--charcoal)}
.section-dark p{color:#bdc6be}
.eyebrow{margin-bottom:14px;color:#913a24;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.section-dark .eyebrow{color:#e5aa7e}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}
.section-heading h2{margin-bottom:8px}
.section-heading p{max-width:620px;margin-bottom:0;font-size:17px}
.section-heading.center{display:block;text-align:center}
.section-heading.center p{margin-inline:auto}
.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-size:14px;font-weight:700}
.text-link::after{content:'→';transition:transform .2s ease}
.text-link:hover::after{transform:translateX(3px)}
.btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;padding:0 23px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s ease}
.btn-primary{color:#fff;background:var(--terracotta)}
.btn-primary:hover{background:var(--terracotta-dark);transform:translateY(-1px)}
.btn-secondary{color:var(--ink);border-color:var(--line);background:var(--white)}
.btn-secondary:hover{border-color:var(--ink)}
.btn-dark{color:#fff;background:var(--charcoal)}
.btn-sm{min-height:42px;padding-inline:18px}
.tag,.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:12px;font-weight:700}
.tag{min-height:36px;padding:0 15px;color:#465048;border:1px solid var(--line);background:var(--white)}
.badge{min-height:25px;padding:0 10px;color:var(--sage);background:var(--sage-pale)}
.skip-link{position:fixed;z-index:1000;top:-100px;left:20px;padding:10px 16px;color:#fff;background:var(--ink)}
.skip-link:focus{top:10px}

/* Header */
.site-header{position:sticky;z-index:100;top:0;height:76px;border-bottom:1px solid transparent;background:rgba(255,253,249,.94);backdrop-filter:blur(14px);transition:.2s ease}
.site-header.scrolled{border-color:var(--line);box-shadow:0 4px 22px rgba(30,28,22,.05)}
.header-inner{height:100%;display:grid;grid-template-columns:200px 1fr 200px;align-items:center}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:-.035em}
.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:50% 50% 50% 12px;color:#fff;background:var(--terracotta);font:600 18px var(--serif)}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:26px}
.desktop-nav a{position:relative;font-size:13px;font-weight:600;white-space:nowrap}
.desktop-nav a::after{content:'';position:absolute;right:0;bottom:-12px;left:0;height:2px;transform:scaleX(0);background:var(--terracotta);transition:.2s ease}
.desktop-nav a:hover::after,.desktop-nav a[aria-current=page]::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;justify-content:end;gap:11px}
.icon-btn{display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}
.icon-btn:hover{background:var(--warm)}
.products-link{display:inline-flex;min-height:39px;align-items:center;padding:0 17px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:700;background:#fff}
.products-link:hover,.products-link.active{color:#fff;border-color:var(--sage);background:var(--sage)}
.menu-open{display:none}
.mobile-panel{position:fixed;z-index:110;inset:0;padding:20px 24px;color:#fff;background:var(--charcoal)}
.mobile-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:55px}
.mobile-panel .icon-btn:hover{background:rgba(255,255,255,.1)}
.mobile-panel nav{display:grid}
.mobile-panel nav a{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14);font:500 28px var(--serif)}
.search-overlay{position:fixed;z-index:200;inset:0;display:grid;place-items:start center;padding-top:10vh;background:rgba(22,28,24,.63);backdrop-filter:blur(5px)}
.search-overlay[hidden],.mobile-panel[hidden]{display:none}
.search-dialog{position:relative;width:min(calc(100% - 40px),820px);padding:50px;border-radius:var(--radius-lg);background:var(--paper);box-shadow:var(--shadow)}
.search-close{position:absolute;top:20px;right:20px}
.search-dialog h2{font-size:42px}
.search-form{display:flex;align-items:center;gap:12px;margin-top:28px;padding:8px 8px 8px 18px;border:1px solid var(--line);border-radius:999px;background:#fff}
.search-form input{min-width:0;flex:1;border:0;outline:0;background:transparent}
.search-form button{height:43px;padding:0 20px;color:#fff;border:0;border-radius:999px;background:var(--terracotta);cursor:pointer}
.search-suggestions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;color:var(--muted);font-size:13px}
.search-suggestions a{text-decoration:underline;text-underline-offset:3px}

/* Shared imagery */
.media{position:relative;overflow:hidden;background-color:var(--cream);background-position:center;background-repeat:no-repeat;background-size:cover}
.media::after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(31,37,33,.04)}
.food-sprite,.step-sprite{background-image:url('../images/food-grid.webp');background-size:200% 200%}
.food-chicken{background-position:0 0}.food-salmon{background-position:100% 0}.food-wings{background-position:0 100%}.food-fries{background-position:100% 100%}
.step-sprite{background-image:url('../images/chicken-steps.webp')}.step-one{background-position:0 0}.step-two{background-position:100% 0}.step-three{background-position:0 100%}.step-four{background-position:100% 100%}
.media-broccoli{background-image:linear-gradient(135deg,rgba(46,74,49,.12),rgba(232,238,232,.05)),url('../images/product-lifestyle.webp');background-position:17% 74%;background-size:190%}
.media-product{background-image:url('../images/dual-air-fryer-studio.webp');background-size:contain}
.media-lifestyle{background-image:url('../images/product-lifestyle.webp')}

/* Cards */
.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 24px}
.recipe-card{min-width:0}
.recipe-card .media{aspect-ratio:4/3;margin-bottom:18px;border-radius:var(--radius)}
.recipe-card .card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--terracotta);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.recipe-card .cook-meta{color:var(--muted);font-size:12px;letter-spacing:0;text-transform:none}
.recipe-card h3{margin-bottom:7px;font-size:22px}
.recipe-card p{margin-bottom:0;font-size:14px;line-height:1.55}
.recipe-card:hover h3 a{color:var(--terracotta)}
.recipe-card:hover .media{box-shadow:var(--shadow)}
.recipe-card.compact .media{aspect-ratio:1.15}.recipe-card.compact h3{font-size:18px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.article-card .media{aspect-ratio:16/10;margin:-24px -24px 21px;border-radius:var(--radius) var(--radius) 0 0}
.article-card h3{margin-bottom:10px}
.article-card p{margin-bottom:14px;font-size:14px}

/* Home */
.home-hero{padding:58px 0 88px}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:68px}
.hero-copy h1{max-width:620px;margin-bottom:24px}
.hero-copy>p{max-width:570px;margin-bottom:31px;font-size:19px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-visual{position:relative}
.hero-main-image{aspect-ratio:1.15;border-radius:44% 44% var(--radius-lg) var(--radius-lg);background-image:none}.hero-main-image>img{display:block;width:100%;height:100%;object-fit:cover;object-position:66% center}
.hero-data{position:absolute;right:-22px;bottom:30px;width:190px;padding:18px;border:1px solid rgba(255,255,255,.68);border-radius:var(--radius);background:rgba(255,253,249,.92);box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.hero-data .data-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:var(--terracotta);font-size:11px;font-weight:700;text-transform:uppercase}
.hero-data strong{display:block;font:600 26px var(--serif)}
.hero-data span{color:var(--muted);font-size:12px}
.quick-search{position:relative;z-index:2;margin-top:-30px}
.quick-search-card{display:grid;grid-template-columns:280px 1fr;align-items:center;gap:38px;padding:28px 34px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:0 14px 42px rgba(43,35,26,.06)}
.quick-search-card h2{margin-bottom:4px;font:600 23px var(--serif);letter-spacing:-.02em}
.quick-search-card p{margin:0;font-size:13px}
.quick-search-tools .search-form{margin:0}
.quick-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
.quick-links a{color:var(--muted);font-size:12px;font-weight:600}
.quick-links a:hover{color:var(--terracotta)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{position:relative;min-height:290px;overflow:hidden;border-radius:var(--radius);background:var(--sage)}
.category-card .media{position:absolute;inset:0;transition:transform .45s ease}
.category-card::after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(20,26,22,.78))}
.category-card-content{position:absolute;z-index:2;right:22px;bottom:20px;left:22px;color:#fff}
.category-card-content h3{margin-bottom:5px;font-size:22px}
.category-card-content p{margin:0;color:rgba(255,255,255,.75);font-size:12px}
.category-card:hover .media{transform:scale(1.035)}
.category-card:nth-child(5) .media,.category-card:nth-child(7) .media{filter:saturate(.78);transform:scaleX(-1)}
.category-card:nth-child(6) .media,.category-card:nth-child(8) .media{filter:hue-rotate(32deg) saturate(.72)}
.times-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}
.times-copy h2{margin-bottom:20px}
.times-copy p{font-size:17px}
.times-card{overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-lg);background:#222b25}
.times-head,.time-row{display:grid;grid-template-columns:1fr 120px 120px;align-items:center;gap:20px;padding:0 26px}
.times-head{height:49px;color:#92a097;border-bottom:1px solid rgba(255,255,255,.12);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.time-row{min-height:69px;border-bottom:1px solid rgba(255,255,255,.1)}
.time-row:last-child{border-bottom:0}
.time-row strong{font-size:14px}.time-row span{font:500 18px var(--serif);font-variant-numeric:tabular-nums}.time-row small{color:#c8d1ca}
.times-cta{display:flex;align-items:center;justify-content:space-between;padding:21px 26px;color:#fff;background:var(--sage)}
.reheat-wrap{padding:48px;border-radius:var(--radius-lg);background:#e8dfd2}
.reheat-top{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}
.reheat-top h2{margin-bottom:5px}.reheat-top p{margin:0}
.reheat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.reheat-card{padding:17px;border-radius:var(--radius);background:rgba(255,255,255,.75)}
.reheat-card .media{aspect-ratio:1.1;margin-bottom:15px;border-radius:12px}
.reheat-card h3{margin-bottom:7px;font-size:17px}
.reheat-card .mini-data{display:flex;gap:15px;color:var(--muted);font-size:11px}
.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.help-column{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.help-icon{display:grid;width:44px;height:44px;margin-bottom:40px;place-items:center;border-radius:14px;color:var(--terracotta);background:#f8e8df;font:600 22px var(--serif)}
.help-column:nth-child(2) .help-icon{color:var(--sage);background:var(--sage-pale)}
.help-column:nth-child(3) .help-icon{color:#7b5d2a;background:#f5ebd8}
.help-column h3{font:600 27px var(--serif)}
.help-column a{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid var(--line);font-size:13px}
.help-column a:hover{color:var(--terracotta)}
.buying-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.buying-visual{position:relative;min-height:500px;border-radius:var(--radius-lg);background:var(--sage-pale)}
.buying-visual .media-product{position:absolute;inset:30px 30px 70px}
.buying-note{position:absolute;right:30px;bottom:26px;left:30px;display:flex;justify-content:space-between;padding:15px 20px;border-radius:13px;background:#fff;font-size:12px}
.guide-list{margin:28px 0 32px;border-top:1px solid var(--line)}
.guide-list a{display:grid;grid-template-columns:36px 1fr 20px;align-items:center;min-height:58px;border-bottom:1px solid var(--line);font-size:14px;font-weight:600}
.guide-list small{color:var(--terracotta);font-weight:700}
.product-feature{display:grid;grid-template-columns:1.08fr .92fr;min-height:600px;overflow:hidden;border-radius:var(--radius-lg);background:#eee6d9}
.product-feature-visual{position:relative;min-height:520px}
.product-feature-visual .media-product{position:absolute;inset:40px}
.product-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:70px;background:var(--sage)}
.product-feature-copy h2{color:#fff}.product-feature-copy p{color:#cad5cc}
.feature-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 32px;color:#fff;font-size:13px}
.feature-checks span::before{content:'✓';margin-right:9px;color:#e0aa7a}
.latest-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:20px}
.latest-card{position:relative;min-height:360px;overflow:hidden;border-radius:var(--radius)}
.latest-card .media{position:absolute;inset:0}
.latest-card::after{content:'';position:absolute;inset:25% 0 0;background:linear-gradient(transparent,rgba(22,27,23,.8))}
.latest-card-copy{position:absolute;z-index:2;right:24px;bottom:22px;left:24px;color:#fff}
.latest-card-copy span{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.latest-card-copy h3{margin:8px 0 0;font:600 24px var(--serif)}
.newsletter{padding:0 0 112px}
.newsletter-card{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center;padding:55px 64px;border-radius:var(--radius-lg);background:var(--terracotta)}
.newsletter-card h2{margin-bottom:10px;color:#fff;font-size:42px}.newsletter-card p{margin:0;color:#fff}
.newsletter-form{display:flex;padding:7px;border-radius:999px;background:#fff}.newsletter-form input{min-width:0;flex:1;padding:0 16px;border:0;outline:0;background:transparent}.newsletter-form button{padding:12px 19px;color:#fff;border:0;border-radius:999px;background:var(--charcoal);font-size:13px;font-weight:700}

/* Footer */
.site-footer{padding:70px 0 22px;color:#fff;background:#151b17}
.footer-top{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:55px;padding-bottom:55px}
.brand-light .brand-mark{background:var(--terracotta)}
.footer-intro p{max-width:260px;margin-top:20px;color:#94a098;font-size:13px}
.footer-top h3{margin-bottom:18px;color:#b6c1b9;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.footer-top>div>a:not(.brand){display:block;margin:9px 0;color:#e5e8e5;font-size:13px}.footer-top>div>a:hover{color:#e5aa7e}
.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;color:#7f8982;border-top:1px solid rgba(255,255,255,.1);font-size:11px}

/* Page heroes and archive */
.page-hero{padding:70px 0 64px;text-align:center;background:var(--warm)}
.page-hero .breadcrumb{justify-content:center}
.page-hero h1{max-width:900px;margin:20px auto;font-size:clamp(46px,5vw,70px)}
.page-hero p{max-width:720px;margin:0 auto 28px;font-size:18px}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:11px;font-weight:600}
.breadcrumb span{color:#a5a7a4}.filter-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.filter-pill{min-height:38px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:600;cursor:pointer}.filter-pill.active,.filter-pill:hover{color:#fff;border-color:var(--sage);background:var(--sage)}
.featured-recipe-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.featured-large{position:relative;min-height:520px;overflow:hidden;border-radius:var(--radius-lg)}
.featured-large .media{position:absolute;inset:0}.featured-large::after{content:'';position:absolute;inset:25% 0 0;background:linear-gradient(transparent,rgba(20,25,21,.8))}
.featured-copy{position:absolute;z-index:2;right:38px;bottom:34px;left:38px;color:#fff}.featured-copy h2{max-width:600px;margin:9px 0 12px;font-size:42px}.featured-copy p{max-width:500px;margin:0;color:#e2e7e3}.featured-copy .eyebrow{color:#f0b38a}
.featured-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.featured-small{padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.featured-small .media{aspect-ratio:1.45;margin-bottom:13px;border-radius:12px}.featured-small h3{margin-bottom:8px;font-size:16px}.featured-small span{color:var(--muted);font-size:11px}
.cluster-nav{display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.cluster-nav a{padding:25px 17px;border-right:1px solid var(--line)}.cluster-nav a:last-child{border:0}.cluster-nav strong{display:block;margin-bottom:7px;font:600 17px var(--serif)}.cluster-nav span{color:var(--muted);font-size:11px}.cluster-nav a:hover{background:var(--sage-pale)}
.load-more{text-align:center;margin-top:42px}
.guide-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line)}
.guide-strip a{padding:25px;background:#fff}.guide-strip small{display:block;margin-bottom:20px;color:var(--terracotta);font-size:10px;font-weight:700;text-transform:uppercase}.guide-strip strong{display:block;font:600 18px var(--serif)}

/* Article */
.article-header{padding:60px 0 0;text-align:center}
.article-header .breadcrumb{justify-content:center}.article-header h1{max-width:880px;margin:20px auto 16px}.article-dek{max-width:760px;margin:0 auto 25px;font-size:19px}.article-meta{display:flex;justify-content:center;gap:10px;margin-bottom:38px}.article-meta span{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:999px;background:var(--warm);font-size:12px;font-weight:700}.article-hero-image{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/8.7;border-radius:var(--radius-lg);object-fit:cover}
.quick-answer{position:relative;z-index:3;margin-top:-55px}.quick-answer-card{display:grid;grid-template-columns:repeat(5,1fr);padding:25px 30px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow)}.quick-stat{padding:5px 22px;border-right:1px solid var(--line)}.quick-stat:last-child{border:0}.quick-stat span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.quick-stat strong{font:600 22px var(--serif)}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:80px;padding-top:75px}.article-body{min-width:0}.article-body>section{scroll-margin-top:100px;margin-bottom:72px}.article-body h2{margin-bottom:22px;font-size:38px}.article-body h3{margin-bottom:10px}.article-body p,.article-body li{font-size:17px;line-height:1.78}.article-body p{color:#4f5751}.article-sidebar{position:relative}.sidebar-sticky{position:sticky;top:105px}.toc{padding:23px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.toc h3{margin-bottom:13px;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.toc a{display:block;padding:8px 0;color:var(--muted);font-size:12px}.toc a:hover{color:var(--terracotta)}.sidebar-card{margin-top:18px;padding:22px;border-radius:var(--radius);background:var(--warm)}.sidebar-card h3{font:600 18px var(--serif)}.sidebar-card a{display:block;padding:10px 0;border-top:1px solid var(--line);font-size:12px;font-weight:600}.sidebar-product{position:relative;display:block;min-height:245px;overflow:hidden;margin-top:18px;border-radius:var(--radius);background:var(--sage-pale)}.sidebar-product .media-product{position:absolute;inset:8px 25px 42px}.sidebar-product span{position:absolute;right:0;bottom:0;left:0;padding:12px 16px;color:#fff;background:var(--sage);font-size:11px;font-weight:700}
.recipe-intro{font-size:20px!important;color:var(--ink)!important}.ingredients-box{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.ingredients-box ul{display:grid;grid-template-columns:1fr 1fr;gap:12px 28px;margin:0;padding:0;list-style:none}.ingredients-box li{position:relative;padding-left:29px;font-size:15px}.ingredients-box li::before{content:'';position:absolute;top:8px;left:0;width:16px;height:16px;border:1px solid var(--line);border-radius:4px;background:var(--warm)}
.step{display:grid;grid-template-columns:74px 1fr;gap:22px;margin-bottom:38px}.step-number{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;color:#fff;background:var(--terracotta);font:600 24px var(--serif)}.step-content .media{aspect-ratio:16/9;margin:15px 0 18px;border-radius:var(--radius)}.step-content p{margin-bottom:0}.data-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}.data-table{width:100%;min-width:620px;border-collapse:collapse;background:#fff}.data-table th,.data-table td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--line)}.data-table th{color:var(--muted);background:var(--warm);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.data-table td{font-size:14px}.data-table tr:last-child td{border:0}.data-table td:nth-child(2),.data-table td:nth-child(3){font-weight:700;font-variant-numeric:tabular-nums}
.callout{padding:30px 32px;border-left:4px solid var(--terracotta);border-radius:0 var(--radius) var(--radius) 0;background:#f7eee8}.callout h3{font:600 25px var(--serif)}.callout ul{margin-bottom:0;padding-left:19px}.callout li{font-size:15px}.variation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.variation{padding:23px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.variation strong{display:block;margin-bottom:8px;font:600 18px var(--serif)}.variation span{color:var(--muted);font-size:12px}.storage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storage-card{padding:25px;border-radius:var(--radius);background:var(--warm)}.storage-card span{display:block;margin-bottom:7px;color:var(--terracotta);font-size:10px;font-weight:700;text-transform:uppercase}.storage-card strong{font:600 20px var(--serif)}.storage-card p{margin:10px 0 0;font-size:13px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:22px 0;border:0;background:transparent;text-align:left;font-weight:700;cursor:pointer}.faq-item button::after{content:'+';font:400 25px var(--serif)}.faq-item.open button::after{content:'−'}.faq-answer{display:none;padding:0 35px 22px 0}.faq-item.open .faq-answer{display:block}.faq-answer p{margin:0;font-size:15px}.internal-link-block{padding:30px;border-radius:var(--radius);background:var(--sage-pale)}.internal-link-block .parent-link{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #cdd8cf;font-weight:700}.internal-columns{display:grid;grid-template-columns:1fr 1fr;gap:35px}.internal-columns h3{color:var(--sage);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.internal-columns a{display:block;margin:9px 0;font-size:14px;font-weight:600}.commercial-context{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:22px;padding:22px 25px;border:1px solid var(--line);border-radius:var(--radius)}.commercial-context p{margin:0;font-size:13px}.commercial-context strong{display:block;color:var(--ink);font-size:15px}

/* Product archive */
.product-hero{overflow:hidden;padding:72px 0;background:var(--warm)}.product-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:60px}.product-hero h1{margin:18px 0}.product-hero p{max-width:570px;font-size:18px}.product-hero-visual{position:relative;min-height:450px}.product-hero-visual::before{content:'';position:absolute;inset:20px 0 0 80px;border-radius:50% 50% 25px 25px;background:#e8ddcc}.product-hero-visual .media-product{position:absolute;inset:-25px 40px 0 90px}.product-hero-visual .mini-product{position:absolute;width:210px;height:210px;right:-20px;bottom:-20px;border:10px solid var(--warm);border-radius:50%;background:#fff url('../images/dual-air-fryer-studio.webp') center/contain no-repeat}
.product-filters{position:sticky;z-index:20;top:76px;padding:16px 0;border-bottom:1px solid var(--line);background:rgba(255,253,249,.96);backdrop-filter:blur(10px)}.filters-inner{display:flex;align-items:center;gap:12px}.filters-inner>strong{margin-right:10px;font-size:12px}.filter-group{display:flex;gap:8px}.filter-group button{min-height:37px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:11px;font-weight:600;cursor:pointer}.filter-group button.active,.filter-group button:hover{color:#fff;border-color:var(--sage);background:var(--sage)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.product-card-visual{position:relative;aspect-ratio:1.08;background:#f2ede5}.product-card-visual .media-product{position:absolute;inset:30px;transition:transform .35s ease}.product-card:nth-child(2) .media-product{filter:hue-rotate(18deg) saturate(.7)}.product-card:nth-child(3) .media-product{transform:scale(.9)}.product-card:nth-child(4) .media-product{filter:contrast(.92) brightness(1.15)}.product-card:hover .media-product{transform:scale(1.03)}.product-card-content{padding:25px}.product-card h3{margin-bottom:7px;font:600 25px var(--serif)}.product-position{min-height:45px;margin-bottom:18px;color:#4d554e;font-size:13px}.product-specs{display:flex;gap:8px;margin-bottom:22px}.product-specs span{padding:6px 9px;border-radius:7px;color:var(--sage);background:var(--sage-pale);font-size:10px;font-weight:700}.product-features{margin:0 0 24px;padding:0;list-style:none}.product-features li{padding:7px 0;border-top:1px solid var(--line);font-size:12px}.product-features li::before{content:'✓';margin-right:8px;color:var(--terracotta)}
.buying-help-panel{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;padding:50px;border-radius:var(--radius-lg);background:var(--sage)}.buying-help-panel h2{color:#fff}.buying-help-panel p{color:#c6d0c8}.buying-help-links{display:grid;grid-template-columns:1fr 1fr;gap:12px}.buying-help-links a{display:flex;min-height:92px;align-items:center;justify-content:space-between;padding:20px;border-radius:14px;background:#fff;font:600 16px var(--serif)}.buying-help-links a span{font:500 20px var(--sans)}

/* Product detail */
.product-detail-hero{padding:48px 0 56px}.product-detail-breadcrumb{margin:0 0 24px}.product-detail-breadcrumb .breadcrumb{font-size:13px}.product-detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px}.product-gallery-frame{display:flex;aspect-ratio:4/3;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius-lg);background:#f1ebe1}.product-gallery-main{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.product-gallery-main.gallery-product{background-image:url('../images/dual-air-fryer-studio.webp')}.product-gallery-main.gallery-lifestyle{background-image:url('../images/product-lifestyle.webp');background-size:cover}.product-gallery-main.gallery-food{background-image:url('../images/food-grid.webp');background-position:100% 0;background-size:200%}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.gallery-thumb{aspect-ratio:1;overflow:hidden;padding:0;border:2px solid transparent;border-radius:12px;background-color:var(--warm);background-position:center;background-repeat:no-repeat;cursor:pointer}.gallery-thumb>img{display:block;width:100%;height:100%;object-fit:cover}.gallery-thumb.active{border-color:var(--terracotta)}.gallery-thumb.product{background-image:url('../images/dual-air-fryer-studio.webp');background-size:contain}.gallery-thumb.lifestyle{background-image:url('../images/product-lifestyle.webp');background-size:cover}.gallery-thumb.food{background-image:url('../images/food-grid.webp');background-position:100% 0;background-size:200%}.gallery-thumb.detail{background-image:url('../images/dual-air-fryer-studio.webp');background-position:50% 15%;background-size:155%}
.product-detail-copy .breadcrumb{margin-bottom:27px}.product-detail-copy h1{margin-bottom:16px;font-size:clamp(36px,3.2vw,52px);line-height:1.08;letter-spacing:-.035em}.product-subtitle{font-size:18px}.product-price{margin:25px 0;font:600 27px var(--serif)}.key-features{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:25px 0;padding:22px 0;border-block:1px solid var(--line)}.key-features span{font-size:12px;font-weight:600}.key-features span::before{content:'✓';margin-right:8px;color:var(--terracotta)}.product-micro-specs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:28px}.product-micro-specs div{padding:12px 0}.product-micro-specs small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase}.product-micro-specs strong{font-size:13px}.product-cta{display:flex;gap:10px}.purchase-note{margin-top:12px;font-size:11px}
.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.12)}.usp{padding:40px 27px;background:var(--charcoal)}.usp-number{display:grid;width:38px;height:38px;margin-bottom:45px;place-items:center;border:1px solid #6d786f;border-radius:50%;color:#e5aa7e;font:500 14px var(--serif)}.usp h3{color:#fff;font:600 21px var(--serif)}.usp p{margin:0;font-size:12px}
.lifestyle-band{position:relative;min-height:720px;background:url('../images/product-lifestyle.webp') center/cover no-repeat}.lifestyle-band::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,29,25,.68),rgba(23,29,25,0) 63%)}.lifestyle-copy{position:absolute;z-index:2;top:50%;left:max(24px,calc((100% - var(--shell))/2));width:430px;transform:translateY(-50%);color:#fff}.lifestyle-copy h2{font-size:52px}.lifestyle-copy p{color:#e5e9e5;font-size:17px}
.deep-dive{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px;margin-bottom:100px}.deep-dive:last-child{margin:0}.deep-dive.reverse .deep-copy{order:-1}.deep-media{aspect-ratio:1.15;border-radius:var(--radius-lg);background:#efe7dc center/cover no-repeat}.deep-media.product{background-image:url('../images/dual-air-fryer-studio.webp');background-size:contain}.deep-media.process{background-image:url('../images/food-grid.webp');background-position:0 100%;background-size:200%}.deep-copy h2{font-size:44px}.deep-copy p{font-size:17px}.feature-kicker{display:inline-flex;margin-bottom:20px;padding:7px 11px;border-radius:7px;color:var(--terracotta);background:#f7e7df;font-size:10px;font-weight:700;text-transform:uppercase}
.cook-links{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cook-link .media{aspect-ratio:1;margin-bottom:16px;border-radius:var(--radius)}.cook-link h3{font-size:18px}.cook-link span{color:#913a24;font-size:11px;font-weight:700}.specs-table{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.spec-row{display:flex;justify-content:space-between;gap:30px;padding:17px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.spec-row:nth-child(even){border-right:0}.spec-row span{color:var(--muted);font-size:12px}.spec-row strong{font-size:12px;text-align:right}

/* Design system */
.ds-hero{padding:75px 0 55px;background:var(--charcoal)}.ds-hero h1{margin:18px 0 10px;color:#fff}.ds-hero p{max-width:720px;color:#b7c1ba}.ds-section{padding:70px 0;border-bottom:1px solid var(--line)}.ds-title{display:grid;grid-template-columns:210px 1fr;gap:50px}.ds-title>h2{font:600 28px var(--serif)}.color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.color-swatch{overflow:hidden;border:1px solid var(--line);border-radius:12px}.color-swatch div{height:95px}.color-swatch span{display:block;padding:11px;background:#fff;font-size:10px}.type-demo h1{font-size:64px}.type-demo h2{font-size:44px}.component-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:25px}.ds-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ds-card-grid .category-card{min-height:280px}.ds-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field label{display:block;margin-bottom:7px;font-size:11px;font-weight:700}.field input{width:100%;height:50px;padding:0 16px;border:1px solid var(--line);border-radius:10px;background:#fff}.field input:focus{border-color:var(--terracotta);outline:3px solid rgba(184,79,49,.12)}.safety-box{padding:27px;border:1px solid #cbd8ce;border-radius:var(--radius);background:var(--sage-pale)}.safety-box strong{display:block;margin-bottom:8px;font:600 22px var(--serif)}.trouble-box{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.trouble-box div{padding:20px;border-right:1px solid var(--line)}.trouble-box div:last-child{border:0}.trouble-box span{display:block;margin-bottom:7px;color:var(--terracotta);font-size:9px;font-weight:700;text-transform:uppercase}.trouble-box strong{font-size:12px}.decision-box{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.decision-box div{padding:22px;border-radius:var(--radius);background:var(--warm)}.decision-box span{display:block;color:var(--terracotta);font-size:10px;font-weight:700;text-transform:uppercase}.decision-box strong{font-size:13px}.pagination{display:flex;gap:7px}.pagination a{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:12px}.pagination a.active{color:#fff;border-color:var(--sage);background:var(--sage)}

/* Responsive */
@media(max-width:1100px){
  :root{--section:90px}.desktop-nav{gap:15px}.desktop-nav a{font-size:12px}.header-inner{grid-template-columns:175px 1fr 175px}
  .hero-grid{gap:40px}.hero-data{right:10px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:340px}
  .footer-top{grid-template-columns:1.4fr repeat(2,1fr)}.footer-top>div:nth-child(4),.footer-top>div:nth-child(5){margin-top:20px}
  .article-layout{gap:45px}.product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  :root{--section:76px}.shell,.narrow-shell{width:min(calc(100% - 36px),var(--shell))}
  .header-inner{grid-template-columns:1fr auto}.desktop-nav{display:none}.header-actions{grid-column:2}.menu-open{display:grid}.products-link{display:none}
  h1{font-size:50px}.hero-grid,.times-layout,.buying-layout,.product-feature,.newsletter-card,.product-hero-grid,.product-detail-grid,.buying-help-panel,.deep-dive,.ds-title{grid-template-columns:1fr}
  .hero-grid{gap:42px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions{justify-content:center}.hero-main-image{aspect-ratio:1.4}.hero-data{right:22px}
  .quick-search-card{grid-template-columns:1fr;gap:16px}.recipe-grid{grid-template-columns:repeat(2,1fr)}
  .times-layout{gap:35px}.times-copy{text-align:center}.times-card{width:100%}.reheat-grid{grid-template-columns:repeat(2,1fr)}.help-grid{grid-template-columns:1fr}
  .buying-visual{min-height:420px}.product-feature-copy{padding:50px}.latest-grid{grid-template-columns:1fr 1fr}.latest-card:first-child{grid-column:1/-1}
  .newsletter-card{gap:28px;padding:45px}.featured-recipe-layout{grid-template-columns:1fr}.featured-large{min-height:500px}.cluster-nav{grid-template-columns:repeat(3,1fr)}.cluster-nav a:nth-child(3n){border-right:0}.cluster-nav a:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .article-layout{grid-template-columns:1fr}.article-sidebar{display:none}.quick-answer-card{grid-template-columns:repeat(3,1fr)}.quick-stat:nth-child(3){border:0}.quick-stat:nth-child(n+4){margin-top:20px}
  .product-hero-copy{text-align:center}.product-hero-copy p{margin-inline:auto}.product-hero-visual{min-height:400px}.filters-inner{overflow-x:auto;padding-bottom:2px}.filter-group{flex:none}.usp-grid{grid-template-columns:repeat(2,1fr)}.lifestyle-band{min-height:600px}.deep-dive{gap:40px}.deep-dive.reverse .deep-copy{order:0}.ds-title{gap:25px}.color-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:620px){
  :root{--section:64px}.shell,.narrow-shell{width:calc(100% - 32px)}.site-header{height:68px}.header-actions{gap:2px}.search-dialog{padding:36px 22px}.search-dialog h2{font-size:34px}.search-form button{display:none}
  h1{font-size:42px}h2{font-size:34px}.section-heading{display:block;margin-bottom:28px}.section-heading .text-link{margin-top:15px}
  .home-hero{padding:42px 0 70px}.hero-grid{gap:34px}.hero-copy>p{font-size:16px}.hero-main-image{aspect-ratio:1.05;border-radius:34% 34% 20px 20px}.hero-data{right:12px;bottom:14px;width:164px;padding:14px}.quick-search{margin-top:-22px}.quick-search-card{padding:23px 18px}.quick-links{gap:7px 13px}
  .recipe-grid{grid-template-columns:1fr 1fr;gap:28px 12px}.recipe-card .media{border-radius:13px}.recipe-card h3{font-size:17px}.recipe-card p{display:none}.recipe-card .card-meta{display:block}.recipe-card .cook-meta{display:block;margin-top:3px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:230px}.category-card-content{right:15px;bottom:14px;left:15px}.category-card-content h3{font-size:18px}.category-card-content p{display:none}
  .times-head,.time-row{grid-template-columns:1fr 80px 85px;padding-inline:16px;gap:8px}.time-row{min-height:61px}.time-row span{font-size:15px}.times-cta{padding:17px}.reheat-wrap{margin-inline:-16px;padding:34px 16px;border-radius:0}.reheat-top{display:block}.reheat-grid{gap:10px}.reheat-card{padding:10px}.reheat-card h3{font-size:15px}.help-column{padding:25px}.help-icon{margin-bottom:25px}
  .buying-visual{min-height:335px}.buying-note{right:15px;bottom:14px;left:15px}.feature-checks{grid-template-columns:1fr}.product-feature-visual{min-height:350px}.product-feature-visual .media-product{inset:20px}.product-feature-copy{padding:35px 25px}.latest-grid{grid-template-columns:1fr}.latest-card:first-child{grid-column:auto}.latest-card{min-height:330px}.newsletter{padding-bottom:70px}.newsletter-card{margin-inline:-16px;padding:38px 20px;border-radius:0}.newsletter-card h2{font-size:34px}.newsletter-form button{padding-inline:14px}
  .footer-top{grid-template-columns:1fr 1fr;gap:35px 25px}.footer-intro{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}
  .page-hero{padding:46px 0}.page-hero h1{font-size:42px}.page-hero p{font-size:15px}.filter-pills{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;margin-inline:-16px;padding:0 16px 4px}.filter-pill{flex:none}.featured-large{min-height:460px}.featured-copy{right:22px;bottom:22px;left:22px}.featured-copy h2{font-size:33px}.featured-copy p{font-size:13px}.featured-small-grid{gap:10px}.featured-small{padding:9px}.featured-small h3{font-size:14px}.featured-small span{display:none}.cluster-nav{grid-template-columns:1fr 1fr}.cluster-nav a:nth-child(3n){border-right:1px solid var(--line)}.cluster-nav a:nth-child(2n){border-right:0}.cluster-nav a{border-bottom:1px solid var(--line)}.cluster-nav a:nth-last-child(-n+2){border-bottom:0}.article-grid{grid-template-columns:1fr}.guide-strip{grid-template-columns:1fr 1fr}
  .article-header{padding-top:38px}.article-header h1{font-size:43px}.article-dek{font-size:16px}.article-meta{margin-bottom:25px}.article-hero-image{aspect-ratio:4/3;margin-inline:-16px;width:calc(100% + 32px);max-width:none;border-radius:0}.quick-answer{margin-top:0}.quick-answer-card{grid-template-columns:1fr 1fr;margin-inline:-16px;padding:8px 16px;border-radius:0;box-shadow:none}.quick-stat,.quick-stat:nth-child(n+4){margin:0;padding:15px 13px;border-right:0;border-bottom:1px solid var(--line)}.quick-stat:nth-child(odd){border-right:1px solid var(--line)}.quick-stat:last-child{border-bottom:0}.article-layout{padding-top:50px}.article-body h2{font-size:31px}.article-body p,.article-body li{font-size:16px}.ingredients-box{padding:24px}.ingredients-box ul{grid-template-columns:1fr}.step{grid-template-columns:45px 1fr;gap:12px}.step-number{width:42px;height:42px;font-size:18px}.step-content .media{aspect-ratio:4/3}.variation-grid,.storage-grid{grid-template-columns:1fr}.internal-columns{grid-template-columns:1fr;gap:15px}.commercial-context{display:block}.commercial-context .text-link{margin-top:15px}
  .product-hero{padding:45px 0}.product-hero h1{font-size:44px}.product-hero-visual{min-height:310px}.product-hero-visual::before{inset:10px 5px 0 30px}.product-hero-visual .media-product{inset:-15px 20px 0 35px}.product-hero-visual .mini-product{width:135px;height:135px;right:-5px}.product-filters{top:68px}.filters-inner>strong{display:none}.product-grid{grid-template-columns:1fr}.product-card-content{padding:22px}.buying-help-panel{padding:34px 20px;gap:24px}.buying-help-links{grid-template-columns:1fr}.product-detail-hero{padding-top:30px}.product-detail-grid{gap:38px}.product-detail-copy h1{font-size:38px;line-height:1.1}.product-gallery-frame{width:calc(100% + 32px);margin-inline:-16px;border-radius:0}.product-cta{flex-direction:column}.usp-grid{grid-template-columns:1fr 1fr}.usp{padding:28px 18px}.usp-number{margin-bottom:28px}.lifestyle-band{min-height:550px;background-position:66% center}.lifestyle-band::after{background:rgba(23,29,25,.5)}.lifestyle-copy{right:24px;left:24px;width:auto}.lifestyle-copy h2{font-size:39px}.deep-dive{margin-bottom:65px}.deep-media{aspect-ratio:1}.deep-copy h2{font-size:35px}.cook-links{grid-template-columns:1fr 1fr}.specs-table{grid-template-columns:1fr}.spec-row,.spec-row:nth-child(even){border-right:0}.specs-table .spec-row{padding-inline:0}
  .color-grid{grid-template-columns:1fr 1fr}.ds-card-grid,.ds-form{grid-template-columns:1fr}.trouble-box,.decision-box{grid-template-columns:1fr}.trouble-box div{border-right:0;border-bottom:1px solid var(--line)}.type-demo h1{font-size:45px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Content template system: each content task uses a distinct primary UI */
.content-hero{padding:68px 0 62px;background:var(--warm)}.content-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.content-hero h1{margin:16px 0}.content-hero p{max-width:620px;font-size:18px}.content-hero .breadcrumb{margin-bottom:26px}.content-hero-visual{min-height:320px;border-radius:var(--radius-lg);background:var(--sage-pale)}
.library-hero-visual{position:relative;overflow:hidden;padding:30px;background:#e6ece7}.library-hero-visual::before,.library-hero-visual::after{content:'';position:absolute;border:1px solid rgba(66,91,75,.18);border-radius:50%}.library-hero-visual::before{width:310px;height:310px;right:-70px;bottom:-95px}.library-hero-visual::after{width:165px;height:165px;top:-45px;right:110px}.library-chips{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:12px}.library-chips span{min-height:93px;display:flex;align-items:end;padding:16px;border-radius:14px;color:#fff;background:var(--sage);font:600 17px var(--serif)}.library-chips span:nth-child(2){color:var(--ink);background:#f8f6f0}.library-chips span:nth-child(3){color:var(--ink);background:#ead6c5}.library-chips span:nth-child(4){background:#7a8b79}
.library-search{display:flex;align-items:center;gap:13px;max-width:660px;margin-top:28px;padding:9px 10px 9px 19px;border:1px solid var(--line);border-radius:999px;background:#fff}.library-search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.library-search button{padding:12px 19px;border:0;border-radius:999px;color:#fff;background:var(--sage);font-weight:700;cursor:pointer}
.library-layout{display:grid;grid-template-columns:220px 1fr;gap:58px}.library-index{position:sticky;top:100px;align-self:start;border-left:1px solid var(--line)}.library-index a{display:block;padding:10px 0 10px 18px;color:var(--muted);font-size:12px;font-weight:700}.library-index a:first-child{color:var(--terracotta);border-left:2px solid var(--terracotta);margin-left:-1px}.guide-shelf{margin-bottom:58px}.guide-shelf-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.guide-shelf-head h2{margin:0;font-size:32px}.guide-shelf-head p{margin:5px 0 0;font-size:14px}.guide-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.guide-item{min-height:162px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.guide-item small{display:block;margin-bottom:26px;color:var(--terracotta);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.guide-item h3{margin-bottom:12px;font:600 20px var(--serif)}.guide-item p{margin:0;font-size:12px}.guide-item:hover{border-color:#bdcbbf;background:var(--sage-pale)}
.howto-hero{background:#e7eee7}.howto-hero .content-hero-visual{background:#f8f6f0}.before-start{padding:32px;border:1px solid #cbd8ce;border-radius:var(--radius-lg);background:var(--sage-pale)}.before-start-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.before-start h2{margin:0;font-size:32px}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:13px 28px;margin:24px 0 0;padding:0;list-style:none}.check-list li{font-size:14px}.check-list li::before{content:'✓';margin-right:9px;color:var(--terracotta);font-weight:700}.howto-steps{counter-reset:howto}.howto-step{display:grid;grid-template-columns:78px 1fr;gap:24px;padding:38px 0;border-top:1px solid var(--line);counter-increment:howto}.howto-step::before{content:'0' counter(howto);display:grid;width:58px;height:58px;place-items:center;border-radius:50%;color:#fff;background:var(--sage);font:600 20px var(--serif)}.howto-step h2{margin-bottom:12px;font-size:35px}.howto-step .media{aspect-ratio:16/8;margin:22px 0;border-radius:var(--radius)}.tool-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.tool-strip span{padding:8px 12px;border-radius:999px;background:#fff;font-size:12px;font-weight:700}
.decision-hero{background:#efe6d9}.decision-hero-visual{position:relative;overflow:hidden;background:#e4e7de}.decision-hero-visual::before{content:'Choose by how you cook';position:absolute;top:32px;left:32px;color:var(--sage);font:600 24px var(--serif)}.decision-hero-visual::after{content:'SIZE  ·  CAPACITY  ·  TYPE  ·  MATERIALS';position:absolute;right:32px;bottom:30px;left:32px;padding-top:17px;border-top:1px solid rgba(66,91,75,.2);color:var(--terracotta);font-size:10px;font-weight:700;letter-spacing:.11em}.decision-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line)}.decision-nav a{min-height:132px;padding:25px;background:#fff}.decision-nav small{display:block;margin-bottom:27px;color:var(--terracotta);font-size:10px;font-weight:700}.decision-nav strong{font:600 20px var(--serif)}.decision-nav a:hover{background:#f8eee4}.decision-card{display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:center;padding:24px;border-top:1px solid var(--line)}.decision-card:first-child{border-top:0}.decision-card .decision-num{color:var(--terracotta);font:600 24px var(--serif)}.decision-card h3{margin:0 0 7px;font:600 22px var(--serif)}.decision-card p{margin:0;font-size:13px}.decision-card .tag{justify-self:end}.decision-table{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-lg)}.decision-table table{width:100%;min-width:700px;border-collapse:collapse;background:#fff}.decision-table th,.decision-table td{padding:18px 21px;border-bottom:1px solid var(--line);text-align:left}.decision-table th{background:var(--warm);color:var(--muted);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.decision-table td{font-size:14px}.decision-table tr:last-child td{border:0}.decision-table td:first-child{font-weight:700}.decision-table .yes{color:var(--sage);font-weight:700}.decision-table .maybe{color:#9b6b27;font-weight:700}
.help-hero{color:#fff;background:var(--charcoal)}.help-hero p{color:#c3cbc4}.help-hero .breadcrumb{color:#b8c0b9}.help-hero .breadcrumb span{color:#819087}.help-finder{display:flex;align-items:center;gap:14px;margin-top:28px;padding:10px 10px 10px 20px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#fff;color:var(--ink)}.help-finder input{min-width:0;flex:1;border:0;outline:0;background:transparent}.help-finder button{padding:12px 18px;border:0;border-radius:999px;color:#fff;background:var(--terracotta);font-weight:700}.help-hero-visual{position:relative;overflow:hidden;background:#28342c}.help-hero-visual::before{content:'?';position:absolute;right:45px;bottom:-70px;color:rgba(255,255,255,.07);font:600 350px var(--serif);line-height:1}.help-hero-visual .status-pill{position:absolute;top:38px;left:38px;padding:9px 13px;border-radius:999px;color:#d2e4d4;background:#3f5847;font-size:11px;font-weight:700}.help-hero-visual .status-list{position:absolute;right:35px;bottom:30px;left:35px}.status-list div{display:flex;justify-content:space-between;padding:13px 0;border-top:1px solid rgba(255,255,255,.15);color:#fff;font-size:13px}.status-list small{color:#bfc9c1}.issue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.issue-card{position:relative;min-height:175px;padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.issue-card span{display:grid;width:39px;height:39px;margin-bottom:39px;place-items:center;border-radius:50%;color:var(--terracotta);background:#f8e8df;font:600 18px var(--serif)}.issue-card h3{margin:0;font:600 22px var(--serif)}.issue-card p{margin:7px 0 0;font-size:12px}.issue-card:hover{border-color:var(--sage);background:var(--sage-pale)}
.diagnosis-hero{background:#f1ede5}.diagnosis-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;margin:36px 0;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--line)}.diagnosis-flow div{min-height:132px;padding:22px;background:#fff}.diagnosis-flow small{display:block;margin-bottom:28px;color:var(--terracotta);font-size:10px;font-weight:700;text-transform:uppercase}.diagnosis-flow strong{display:block;font:600 20px var(--serif)}.diagnosis-flow div:nth-child(4){color:#fff;background:var(--sage)}.diagnosis-flow div:nth-child(4) small{color:#dce8dd}.symptom-box{padding:33px;border-radius:var(--radius-lg);background:var(--charcoal);color:#fff}.symptom-box h2{margin-bottom:14px}.symptom-box p{color:#c5cec7}.symptom-options{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:25px}.symptom-options a{padding:15px;border:1px solid rgba(255,255,255,.15);border-radius:11px;font-size:13px}.symptom-options a:hover{background:#304034}.fix-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.fix-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.fix-card span{color:var(--terracotta);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.fix-card h3{margin:10px 0;font:600 25px var(--serif)}.fix-card p{margin:0;font-size:14px}
.safety-hero{background:#e8eee8}.safety-answer{padding:38px;border:1px solid #c4d3c7;border-radius:var(--radius-lg);background:#fff}.answer-label{display:inline-flex;padding:8px 11px;border-radius:999px;color:var(--sage);background:var(--sage-pale);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.safety-answer h1{margin:18px 0}.answer-rail{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.answer-rail span{padding:8px 12px;border-radius:999px;background:var(--warm);font-size:12px;font-weight:700}.safe-avoid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.safe-box,.avoid-box{padding:32px;border-radius:var(--radius-lg)}.safe-box{background:var(--sage-pale)}.avoid-box{background:#f8e8df}.safe-box h2,.avoid-box h2{font-size:33px}.safe-box li,.avoid-box li{margin:12px 0;font-size:14px}.safe-box li::marker{color:var(--sage)}.avoid-box li::marker{color:var(--terracotta)}.risk-callout{display:grid;grid-template-columns:160px 1fr;gap:30px;padding:30px;border:1px solid #e6c9bc;border-radius:var(--radius);background:#fff7f2}.risk-callout h3{margin:0;font:600 24px var(--serif)}.risk-callout p{margin:0;font-size:14px}.official-box{padding:32px;border-left:4px solid var(--sage);border-radius:0 var(--radius) var(--radius) 0;background:#f3f6f3}.official-box small{color:var(--sage);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.official-box h2{margin:12px 0;font-size:33px}.official-box p{margin-bottom:0}
.comparison-hero{background:#f4ece1}.verdict-card{padding:35px;border-radius:var(--radius-lg);background:var(--charcoal);color:#fff}.verdict-card h1{margin:14px 0}.verdict-card p{color:#cbd4cd}.verdict-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.verdict-points span{padding:13px;border:1px solid rgba(255,255,255,.16);border-radius:11px;font-size:13px}.compare-table{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-lg)}.compare-table table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}.compare-table th,.compare-table td{padding:19px 21px;border-bottom:1px solid var(--line);text-align:left}.compare-table th{font:600 19px var(--serif)}.compare-table th:first-child{color:var(--muted);font:700 10px var(--sans);letter-spacing:.08em;text-transform:uppercase}.compare-table td{font-size:14px}.compare-table td:first-child{color:var(--muted);font-weight:700}.compare-table tr:last-child td{border-bottom:0}.choose-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.choose-card{padding:33px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.choose-card.featured{color:#fff;border-color:var(--sage);background:var(--sage)}.choose-card h2{font-size:36px}.choose-card p{font-size:15px}.choose-card.featured p{color:#d0ddd2}.choose-card ul{padding-left:18px}.choose-card li{margin:10px 0;font-size:14px}
.explainer-hero{background:#eef0e9}.concept-lead{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.concept-map{position:relative;min-height:360px;overflow:hidden;border-radius:50%;background:#dfe8df}.concept-core{position:absolute;top:50%;left:50%;display:grid;width:128px;height:128px;place-items:center;transform:translate(-50%,-50%);border-radius:50%;color:#fff;background:var(--sage);text-align:center;font:600 18px/1.1 var(--serif)}.concept-node{position:absolute;display:grid;width:110px;height:110px;place-items:center;border:1px solid #bfcdbf;border-radius:50%;background:#fff;text-align:center;font-size:12px;font-weight:700}.concept-node.one{top:32px;left:50%;transform:translateX(-50%)}.concept-node.two{right:27px;bottom:51px}.concept-node.three{bottom:51px;left:27px}.concept-line{position:absolute;top:50%;left:50%;width:1px;height:125px;transform-origin:top;background:#9cac9d}.concept-line.a{transform:rotate(0deg)}.concept-line.b{transform:rotate(120deg)}.concept-line.c{transform:rotate(240deg)}.explainer-sections{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.explainer-section{padding:28px;border-top:3px solid var(--sage);border-radius:0 0 var(--radius) var(--radius);background:#f6f7f2}.explainer-section h3{font:600 25px var(--serif)}.explainer-section p{margin:0;font-size:14px}.process-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border-radius:var(--radius-lg);background:var(--line)}.process-band div{padding:30px;background:#fff}.process-band span{display:block;margin-bottom:20px;color:var(--terracotta);font:600 24px var(--serif)}.process-band h3{margin:0 0 10px;font:600 21px var(--serif)}.process-band p{margin:0;font-size:13px}
@media(max-width:900px){.content-hero-grid,.concept-lead{grid-template-columns:1fr;gap:35px}.library-layout{grid-template-columns:1fr}.library-index{position:static;display:flex;overflow-x:auto;border:0}.library-index a{flex:none;padding:9px 12px;border:1px solid var(--line);border-radius:999px}.library-index a:first-child{border-color:var(--terracotta)}.guide-row,.issue-grid{grid-template-columns:repeat(2,1fr)}.decision-nav{grid-template-columns:repeat(3,1fr)}.decision-nav a:nth-child(n+4){border-top:1px solid var(--line)}.diagnosis-flow{grid-template-columns:repeat(2,1fr)}.safe-avoid{grid-template-columns:1fr}.explainer-sections{grid-template-columns:1fr}.content-hero-visual{min-height:280px}}
@media(max-width:620px){.content-hero{padding:43px 0}.content-hero h1{font-size:43px}.library-chips{gap:8px}.library-chips span{min-height:76px;padding:12px;font-size:15px}.library-search{padding-left:13px}.library-search button{display:none}.guide-row,.issue-grid,.fix-grid{grid-template-columns:1fr}.guide-item{min-height:130px}.decision-nav{grid-template-columns:1fr 1fr}.decision-nav a{min-height:105px}.decision-card{grid-template-columns:38px 1fr}.decision-card .tag{grid-column:2;justify-self:start}.howto-step{grid-template-columns:48px 1fr;gap:13px}.howto-step::before{width:42px;height:42px;font-size:15px}.howto-step h2{font-size:30px}.check-list,.symptom-options,.verdict-points,.choose-grid{grid-template-columns:1fr}.diagnosis-flow{grid-template-columns:1fr}.risk-callout{grid-template-columns:1fr;gap:14px}.concept-map{min-height:320px}.concept-node{width:90px;height:90px;font-size:10px}.concept-node.two{right:8px}.concept-node.three{left:8px}.process-band{grid-template-columns:1fr}}

/* Editorial archive & general article — learn / understand */
.editorial-archive-hero{padding:78px 0 54px;background:linear-gradient(120deg,#f6f1e8 0%,#eef1eb 100%)}
.editorial-archive-hero h1{max-width:680px;margin:16px 0}.editorial-archive-hero>div>p:not(.eyebrow){max-width:650px;margin-bottom:30px;font-size:18px}
.topic-nav{display:flex;flex-wrap:wrap;gap:10px}.topic-nav a{padding:9px 14px;border:1px solid rgba(66,91,75,.24);border-radius:999px;background:rgba(255,255,255,.67);font-size:13px;font-weight:700}.topic-nav a:hover{color:#fff;border-color:var(--sage);background:var(--sage)}
.editorial-feature{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.editorial-feature .media{min-height:440px;background-image:url('../images/product-lifestyle.webp');background-position:61% center}.editorial-feature-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:54px}.editorial-feature-copy h2{margin:12px 0 18px;font-size:clamp(38px,3.5vw,55px)}.editorial-feature-copy>p:not(.eyebrow){margin-bottom:26px;font-size:17px}.editorial-feature-copy .read-meta{margin-top:27px;color:var(--muted);font-size:12px;font-weight:700}
.editorial-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.editorial-card{display:flex;min-width:0;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.2s ease}.editorial-card:hover{border-color:#b9c9ba;box-shadow:var(--shadow);transform:translateY(-2px)}.editorial-card .media{aspect-ratio:16/10;border-radius:var(--radius) var(--radius) 0 0}.editorial-card:nth-child(1) .media{background-image:url('../images/dual-air-fryer-studio.webp');background-size:cover;background-position:center}.editorial-card:nth-child(2) .media{background-image:url('../images/product-lifestyle.webp');background-size:165%;background-position:82% 30%}.editorial-card:nth-child(3) .media{background-image:url('../images/air-fryer-studio.webp');background-size:cover}.editorial-card-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:23px}.editorial-category{margin-bottom:10px;color:var(--terracotta);font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.editorial-card h3{margin-bottom:9px;font:600 25px/1.17 var(--serif)}.editorial-card p{margin-bottom:18px;font-size:14px}.editorial-card .article-card-foot{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;color:var(--muted);font-size:12px;font-weight:700}.editorial-card .text-link{font-size:12px}
.editorial-topic-stack{display:grid;gap:42px}.editorial-topic{display:grid;grid-template-columns:270px 1fr;gap:40px;padding-top:38px;border-top:1px solid var(--line)}.editorial-topic:first-child{padding-top:0;border-top:0}.editorial-topic h2{margin-bottom:11px;font-size:38px}.editorial-topic p{font-size:14px}.editorial-topic-links{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.editorial-topic-links a{display:flex;min-height:132px;flex-direction:column;justify-content:space-between;padding:21px;border-radius:var(--radius-sm);background:#fff}.editorial-topic-links a:hover{background:#edf2ed}.editorial-topic-links small{color:var(--terracotta);font-weight:700;letter-spacing:.07em;text-transform:uppercase}.editorial-topic-links strong{font:600 19px/1.18 var(--serif)}
.popular-guide-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--line)}.popular-guide-list a{min-height:184px;padding:28px;background:#fff}.popular-guide-list span{display:block;margin-bottom:28px;color:var(--terracotta);font:600 24px var(--serif)}.popular-guide-list strong{display:block;font:600 23px/1.17 var(--serif)}.popular-guide-list small{display:block;margin-top:9px;color:var(--muted);font-size:12px}.explore-pillars{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.explore-pillars a{padding:18px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;text-align:center;font-size:13px;font-weight:700}.explore-pillars a:hover{color:#fff;border-color:var(--sage);background:var(--sage)}
.article-editorial-header{padding:58px 0 54px;background:#f3f5f0}.article-editorial-header .breadcrumb{margin-bottom:35px}.article-editorial-header .editorial-header-copy{width:min(100%,860px)}.article-editorial-header h1{max-width:790px;margin:13px 0 17px}.editorial-dek{max-width:730px;margin-bottom:24px;font-size:20px;line-height:1.55}.editorial-meta{display:flex;flex-wrap:wrap;gap:13px;color:var(--muted);font-size:12px;font-weight:700}.editorial-meta span+span::before{margin-right:13px;color:#a0a9a1;content:'•'}.editorial-hero-media{width:min(calc(100% - 48px),1240px);height:min(53vw,610px);min-height:390px;margin:0 auto;border-radius:var(--radius-lg);background-image:linear-gradient(90deg,rgba(27,39,31,.08),transparent),url('../images/product-lifestyle.webp');background-position:63% center;background-size:cover}.editorial-hero-media figcaption{padding:9px 2px;color:var(--muted);font-size:12px}
.article-reading-layout{display:grid;grid-template-columns:170px minmax(0,720px) 190px;justify-content:center;gap:44px;padding:80px 0 104px}.editorial-toc,.editorial-utility{align-self:start}.editorial-toc{position:sticky;top:105px}.editorial-toc h3,.editorial-utility h3{margin-bottom:13px;font:700 11px var(--sans);letter-spacing:.1em;text-transform:uppercase}.editorial-toc a{display:block;padding:7px 0;color:var(--muted);font-size:13px}.editorial-toc a:hover{color:var(--terracotta)}.editorial-utility{position:sticky;top:105px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.editorial-utility a{display:block;margin-top:12px;font-size:13px;font-weight:700}.editorial-utility p{margin-bottom:16px;font-size:13px}.article-prose{font-size:17px;line-height:1.82}.article-prose section{margin-bottom:58px}.article-prose h2{margin:0 0 18px;font-size:43px}.article-prose h3{margin:31px 0 11px;font:600 28px var(--serif)}.article-prose p{margin-bottom:20px;color:#59635b}.article-prose li{margin:8px 0;color:#59635b}.article-prose a{color:var(--terracotta);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.key-takeaways{padding:30px 32px;border:1px solid #cbd9cc;border-radius:var(--radius);background:var(--sage-pale)}.key-takeaways h2{margin-bottom:14px;font-size:31px}.key-takeaways ul{display:grid;grid-template-columns:1fr 1fr;gap:5px 25px;margin:0;padding-left:18px}.definition-box{padding:27px 29px;border-left:4px solid var(--sage);border-radius:0 var(--radius) var(--radius) 0;background:#f2f5f1}.definition-box h3{margin:0 0 9px;font-size:26px}.definition-box p{margin-bottom:0}.editorial-note{padding:27px 29px;border:1px solid #e6c9bc;border-radius:var(--radius);background:#fff7f2}.editorial-note h3{margin:0 0 9px;color:var(--terracotta);font-size:24px}.editorial-note p{margin-bottom:0}.editorial-tip{padding:25px 29px;border-radius:var(--radius);background:var(--warm)}.editorial-tip p:last-child{margin-bottom:0}.article-figure{margin:34px 0}.article-figure .media{aspect-ratio:16/9;border-radius:var(--radius);background-image:url('../images/dual-air-fryer-studio.webp');background-position:center;background-size:cover}.article-figure figcaption{margin-top:10px;color:var(--muted);font-size:12px;line-height:1.5}.editorial-quote{margin:36px 0;padding:5px 0 5px 29px;border-left:3px solid var(--terracotta);color:var(--ink);font:600 29px/1.36 var(--serif)}.editorial-table{margin:28px 0;overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}.editorial-table table{width:100%;min-width:580px;border-collapse:collapse;background:#fff}.editorial-table th,.editorial-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.editorial-table th{color:var(--muted);background:var(--warm);font-size:10px;letter-spacing:.09em;text-transform:uppercase}.editorial-table tr:last-child td{border-bottom:0}.editorial-table td:first-child{font-weight:700}
.related-learning{padding:82px 0;background:var(--warm)}.learning-groups{display:grid;grid-template-columns:1fr 1fr;gap:24px}.learning-group{padding:30px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.learning-group h2{margin-bottom:20px;font-size:32px}.learning-group a{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);font-weight:700}.learning-group a::after{content:'→';color:var(--terracotta)}
@media(max-width:1100px){.article-reading-layout{grid-template-columns:150px minmax(0,720px);gap:32px}.editorial-utility{display:none}.editorial-topic{grid-template-columns:220px 1fr;gap:28px}}
@media(max-width:900px){.editorial-feature{grid-template-columns:1fr}.editorial-feature .media{min-height:330px}.editorial-topic{grid-template-columns:1fr}.article-reading-layout{grid-template-columns:minmax(0,1fr);width:min(calc(100% - 48px),720px);margin:auto;padding-top:55px}.editorial-toc{position:static;display:flex;flex-wrap:wrap;gap:8px;padding:0}.editorial-toc h3{width:100%;margin-bottom:2px}.editorial-toc a{padding:6px 10px;border:1px solid var(--line);border-radius:999px}.explore-pillars{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.editorial-archive-hero{padding:48px 0 42px}.editorial-feature-copy{padding:32px 25px}.editorial-feature .media{min-height:245px}.editorial-card-grid,.editorial-topic-links,.popular-guide-list,.learning-groups{grid-template-columns:1fr}.editorial-card h3{font-size:23px}.popular-guide-list a{min-height:140px}.article-editorial-header{padding:42px 0 36px}.editorial-dek{font-size:17px}.editorial-hero-media{width:calc(100% - 32px);height:280px;min-height:0;border-radius:var(--radius)}.article-reading-layout{width:min(calc(100% - 32px),720px);gap:30px;padding:45px 0 64px}.article-prose{font-size:16px}.article-prose h2{font-size:35px}.article-prose h3{font-size:25px}.key-takeaways{padding:24px}.key-takeaways ul{grid-template-columns:1fr}.explore-pillars{grid-template-columns:1fr 1fr}.related-learning{padding:58px 0}}

/* Editorial archive density upgrade */
.editorial-archive-hero-compact{padding:52px 0 36px}.editorial-archive-hero-compact h1{margin:11px 0}.editorial-archive-hero-compact>div>p:not(.eyebrow){margin-bottom:20px;font-size:17px}
.editorial-feature-section{padding:44px 0 58px}.editorial-feature-compact{grid-template-columns:1.16fr .84fr;min-height:350px}.editorial-feature-compact .media{min-height:350px}.editorial-feature-compact .editorial-feature-copy{padding:39px 42px}.editorial-feature-compact h2{margin:9px 0 12px;font-size:clamp(34px,3.1vw,48px)}.editorial-feature-compact>p:not(.eyebrow){margin-bottom:18px;font-size:16px}.editorial-feature-bottom{display:flex;flex-wrap:wrap;align-items:center;gap:17px}.editorial-feature-bottom .read-meta{margin:0}
.editorial-latest{padding:66px 0 76px}.editorial-heading-tight{margin-bottom:29px}.editorial-card-grid-six{row-gap:24px}.editorial-card-grid-six .editorial-card{min-height:408px}.editorial-card-grid-six .media{aspect-ratio:16/9}.editorial-card-grid-six .editorial-card:nth-child(4) .media,.editorial-archive-grid .editorial-card:nth-child(4) .media{background-image:linear-gradient(135deg,rgba(66,91,75,.16),rgba(255,255,255,.1)),url('../images/food-grid.webp');background-size:200%;background-position:100% 0}.editorial-card-grid-six .editorial-card:nth-child(5) .media,.editorial-archive-grid .editorial-card:nth-child(5) .media{background-image:url('../images/product-lifestyle.webp');background-size:170%;background-position:19% 59%}.editorial-card-grid-six .editorial-card:nth-child(6) .media,.editorial-archive-grid .editorial-card:nth-child(6) .media{background-image:url('../images/chicken-steps.webp');background-size:200%;background-position:100% 0;filter:saturate(.72)}.article-card-cta{color:var(--ink);font-size:12px;font-weight:700}.editorial-card:hover .article-card-cta{color:var(--terracotta)}
.editorial-topics{padding:70px 0}.editorial-topic-card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.editorial-topic-card{display:flex;min-height:224px;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.editorial-topic-card:hover{border-color:#a9bdab;background:#f2f6f2}.editorial-topic-card>span{color:var(--terracotta);font:600 23px var(--serif)}.editorial-topic-card small{margin:7px 0 26px;color:var(--muted);font-size:11px;font-weight:700}.editorial-topic-card h3{margin-bottom:9px;font:600 22px/1.12 var(--serif)}.editorial-topic-card p{margin-bottom:15px;font-size:13px;line-height:1.5}.editorial-topic-card strong{margin-top:auto;font-size:12px}
.editorial-archive{padding:75px 0 82px}.editorial-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 28px}.editorial-filter-bar button{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:#fff;font-size:12px;font-weight:700;cursor:pointer}.editorial-filter-bar button:hover,.editorial-filter-bar button.active{color:#fff;border-color:var(--sage);background:var(--sage)}.editorial-archive-grid .editorial-card{min-height:388px}.editorial-archive-grid .editorial-card:nth-child(7) .media{background-image:url('../images/food-grid.webp');background-size:200%;background-position:0 100%;filter:saturate(.7)}.editorial-archive-grid .editorial-card:nth-child(8) .media{background-image:url('../images/dual-air-fryer-studio.webp');background-size:cover;background-position:70% center}.editorial-archive-grid .editorial-card:nth-child(9) .media{background-image:linear-gradient(135deg,rgba(66,91,75,.3),rgba(255,255,255,.1)),url('../images/product-lifestyle.webp');background-size:cover;background-position:76% center}.editorial-pagination{justify-content:center;margin-top:43px}.editorial-pagination span{display:grid;min-width:35px;place-items:center;color:var(--muted);font-size:13px;font-weight:700}
.popular-this-month{padding:54px 0 64px;background:#f1eee7}.popular-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.popular-heading h2{margin:0;font-size:39px}.popular-article-rows{display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--line);gap:1px}.popular-article-rows a{display:flex;min-height:145px;flex-direction:column;padding:21px;background:#fff}.popular-article-rows a:hover{background:#f5f8f5}.popular-article-rows span{margin-bottom:15px;color:var(--terracotta);font:600 21px var(--serif)}.popular-article-rows strong{font:600 18px/1.18 var(--serif)}.popular-article-rows small{margin-top:auto;color:var(--muted);font-size:11px;font-weight:700}
@media(max-width:1000px){.editorial-topic-card-grid{grid-template-columns:repeat(3,1fr)}.popular-article-rows{grid-template-columns:repeat(3,1fr)}.popular-article-rows a:nth-child(n+4){border-top:1px solid var(--line)}}
@media(max-width:700px){.editorial-archive-hero-compact{padding:43px 0 31px}.editorial-feature-section{padding:28px 0 44px}.editorial-feature-compact{grid-template-columns:1fr}.editorial-feature-compact .media{min-height:235px}.editorial-feature-compact .editorial-feature-copy{padding:29px 24px}.editorial-latest,.editorial-topics,.editorial-archive{padding:52px 0}.editorial-card-grid-six,.editorial-archive-grid{grid-template-columns:1fr}.editorial-card-grid-six .editorial-card,.editorial-archive-grid .editorial-card{min-height:0}.editorial-topic-card-grid{display:flex;overflow-x:auto;padding:1px 1px 10px}.editorial-topic-card{min-width:225px}.editorial-filter-bar{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.editorial-filter-bar button{flex:none}.popular-heading{align-items:start;flex-direction:column}.popular-article-rows{grid-template-columns:1fr 1fr}.popular-article-rows a{min-height:132px}.popular-article-rows a:nth-child(n+3){border-top:1px solid var(--line)}.editorial-pagination{gap:4px}.editorial-pagination a{min-width:auto;padding:0 11px}.editorial-pagination a:first-child,.editorial-pagination a:last-child{font-size:11px}}

/* Homepage buying-guide visual: use the HYSapientia 26QT product photo only here. */
.buying-visual .media-product{background-image:none;background-size:contain;background-position:center;background-repeat:no-repeat}.buying-visual .media-product>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}

/* Blend the white product-photo backdrop into its card; scoped to HYSapientia 26QT only. */
.cw-product-card .product-card-visual > img[src*='hysapientia-26qt-product-source']{mix-blend-mode:multiply}

/* Remove the white photo backdrop only in the homepage buying-guide visual. */
.buying-visual .media-product>img{mix-blend-mode:multiply}
