:root {
	--sg-plum: #270359;
	--sg-purple: #790fbf;
	--sg-pink: #f24182;
	--sg-pink-aa: #ca2f78;
	--sg-rose: #f26db6;
	--sg-light-pink: #f280aa;
	--sg-blush: #f8e9f0;
	--sg-pale: #fff4f7;
	--sg-cream: #f8f2ef;
	--sg-white: #fff;
	--sg-gold: #c99a43;
	--sg-text: #44233d;
	--sg-muted: #74576c;
	--sg-line: #f0d9e3;
	--sg-display: "Playfair Display", Georgia, serif;
	--sg-body: "DM Sans", Arial, sans-serif;
	--sg-shadow: 0 24px 60px rgba(74, 18, 77, .12);
	--sg-soft-shadow: 0 14px 34px rgba(74, 18, 77, .09);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--sg-cream); color: var(--sg-text); font: 15px/1.65 var(--sg-body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; top: 10px; left: 10px; padding: 12px 16px; background: white; color: var(--sg-plum); z-index: 1000; }
:focus-visible { outline: 3px solid var(--sg-gold); outline-offset: 3px; }

/* Header */
.brand-bar { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 18px; padding: 6px 20px; background: var(--sg-plum); color: white; font-size: 12px; letter-spacing: .03em; }
.brand-bar > span[aria-hidden] { color: var(--sg-rose); }
.site-header { min-height: 138px; display: flex; align-items: center; gap: 28px; padding: 8px max(4vw, calc((100vw - 1320px) / 2)); background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(240,217,227,.8); position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 18px rgba(39,3,89,.025); }
.wordmark { width: 320px; display: flex; align-items: center; flex: 0 0 auto; margin-right: auto; }
.brand-horizontal-logo { width: 320px; height: auto; max-height: 132px; object-fit: contain; object-position: left center; image-rendering: auto; }
.site-navigation { flex: 0 1 auto; }
.primary-menu { display: flex; align-items: center; gap: clamp(15px, 1.6vw, 24px); margin: 0; padding: 0; list-style: none; color: var(--sg-plum); font-size: 16.5px; font-weight: 650; }
.primary-menu a { display: block; padding: 13px 0 10px; border-bottom: 2px solid transparent; white-space: nowrap; }
.primary-menu a:hover, .primary-menu a:focus-visible, .current-menu-item > a { color: var(--sg-pink); border-color: var(--sg-pink); }
.header-deals, .button, .footer-button { display: inline-flex; justify-content: center; align-items: center; gap: 7px; min-height: 46px; padding: 13px 21px; border: 1px solid transparent; border-radius: 5px; background: var(--sg-pink); color: white; font-size: 12px; font-weight: 700; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; box-shadow: 0 10px 22px rgba(242,65,130,.17); }
.header-deals:hover, .button:hover, .header-deals:focus-visible, .button:focus-visible { background: var(--sg-plum); color: white; }
.menu-toggle { display: none; }
.menu-toggle-icon { width: 25px; height: 18px; display: inline-block; border-top: 3px solid currentColor; border-bottom: 3px solid currentColor; position: relative; }
.menu-toggle-icon::after { content: ""; height: 3px; left: 0; right: 0; top: 5px; background: currentColor; position: absolute; }

/* Shared */
.art-directed-home { overflow: hidden; }
.home-hero > *, .trust-grid > *, .live-content-grid > *, .review-process-list > *, .review-grid > *, .deal-desk > *, .founder-section > *, .cashback-band > *, .shopping-journey-grid > *, .footer-grid > * { min-width: 0; }
.eyebrow { margin: 0; color: var(--sg-pink); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.text-link { color: var(--sg-pink); font-size: 13px; font-weight: 700; }
.text-link:hover, .text-link:focus-visible { color: var(--sg-purple); }
.button.secondary { border-color: var(--sg-purple); background: white; color: var(--sg-plum); box-shadow: none; }
.button.secondary:hover { border-color: var(--sg-plum); background: var(--sg-plum); color: white; }

/* Hero */
.home-hero { min-height: 670px; display: grid; grid-template-columns: minmax(380px,.84fr) minmax(540px,1.16fr); align-items: center; gap: clamp(30px,4vw,72px); padding: 54px max(5vw, calc((100vw - 1240px) / 2)) 72px; background: linear-gradient(115deg,#fff9fa 0%,#fff 42%,#fff2f5 100%); position: relative; }
.home-hero::after { content: ""; position: absolute; right: -150px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%; background: rgba(242,109,182,.11); filter: blur(4px); }
.hero-copy { max-width: 500px; position: relative; z-index: 4; }
.home-hero h1 { margin: 16px 0 12px; color: var(--sg-plum); font: 700 clamp(58px,6.2vw,92px)/.91 var(--sg-display); letter-spacing: -.042em; }
.home-hero h1 em { display: block; color: var(--sg-pink); font-weight: 600; }
.hero-tagline { margin: 18px 0 16px; color: var(--sg-plum); font: 600 17px var(--sg-display); }
.hero-tagline span { color: var(--sg-pink); margin-right: 7px; }
.hero-copy > p:not(.eyebrow):not(.hero-tagline) { max-width: 460px; color: var(--sg-muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; color: var(--sg-plum); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hero-trust span::before { content: "◇"; margin-right: 7px; color: var(--sg-purple); }
.hero-collage { min-height: 520px; position: relative; z-index: 2; }
.hero-brush { position: absolute; inset: 9% -4% 4% 2%; background: linear-gradient(135deg,rgba(242,128,170,.21),rgba(242,109,182,.08)); clip-path: polygon(4% 9%,95% 0,89% 21%,100% 40%,92% 55%,96% 83%,76% 78%,57% 100%,38% 88%,10% 94%,16% 71%,0 56%,11% 39%,2% 21%); filter: blur(.2px); }
.hero-photo { margin: 0; overflow: hidden; border: 8px solid white; background: white; box-shadow: var(--sg-shadow); position: absolute; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { width: 77%; height: 74%; top: 1%; left: 0; }
.hero-photo-main figcaption { position: absolute; left: 22px; bottom: 19px; padding: 12px 19px; border-radius: 3px; background: linear-gradient(135deg,rgba(39,3,89,.92),rgba(121,15,191,.88)); color: white; font: 600 18px/1.25 var(--sg-display); box-shadow: 0 10px 28px rgba(39,3,89,.24); }
.hero-photo-detail { width: 42%; height: 42%; right: 1%; bottom: 5%; transform: rotate(6deg); }
.hero-message-card { width: 30%; min-width: 175px; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; right: 20%; bottom: -1%; padding: 20px; border: 8px solid white; border-radius: 10px; background: linear-gradient(145deg,#fff9fb,#f9dce9); color: var(--sg-pink); text-align: center; box-shadow: var(--sg-shadow); position: absolute; z-index: 4; }
.hero-message-card small { color: var(--sg-plum); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-message-card strong { margin: 12px 0; font: 700 43px/.92 var(--sg-display); }
.hero-message-card em { font-weight: 600; }
.hero-message-card span { color: var(--sg-purple); }
.sparkle { position: absolute; color: var(--sg-gold); font-size: 38px; z-index: 5; }
.sparkle-one { left: -4%; top: 46%; }
.sparkle-two { right: -3%; top: 12%; color: var(--sg-pink); font-size: 26px; }

/* Editorial trust method */
.method-section { padding: 70px max(5vw,calc((100vw - 1160px)/2)) 92px; background: linear-gradient(180deg,#fff,var(--sg-cream)); }
.method-heading { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.method-heading h2 { margin: 9px 0 10px; color: var(--sg-plum); font: 700 clamp(38px,4.6vw,58px)/1 var(--sg-display); letter-spacing: -.025em; }
.method-heading > p:last-child { margin: 0; color: var(--sg-muted); font-size: 18px; line-height: 1.7; }
.method-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.method-card { min-width: 0; padding: 27px 28px; border: 1px solid var(--sg-line); border-radius: 10px; background: white; box-shadow: var(--sg-soft-shadow); }
.method-card > span { color: var(--sg-pink); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.method-card h3 { margin: 9px 0 8px; color: var(--sg-plum); font: 700 25px/1.18 var(--sg-display); }
.method-card p { margin: 0; color: var(--sg-muted); font-size: 15px; line-height: 1.7; }

/* Homepage trust */
.trust-section { padding: 68px max(5vw,calc((100vw - 1160px)/2)) 76px; background: linear-gradient(180deg,#fff,var(--sg-pale)); }
.trust-heading { max-width: 770px; margin: 0 auto 30px; text-align: center; }
.trust-heading h2 { margin: 9px 0 0; color: var(--sg-plum); font: 700 clamp(34px,4vw,50px)/1.08 var(--sg-display); letter-spacing: -.025em; }
.trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.trust-card { padding: 26px 24px; border: 1px solid var(--sg-line); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--sg-soft-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.trust-card:hover { transform: translateY(-3px); box-shadow: var(--sg-shadow); }
.trust-card > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(242,65,130,.28); border-radius: 50%; color: var(--sg-pink); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.trust-card h3 { margin: 16px 0 8px; color: var(--sg-plum); font: 700 23px/1.2 var(--sg-display); }
.trust-card p { margin: 0; color: var(--sg-muted); font-size: 14px; line-height: 1.68; }

/* Data-driven homepage activity */
.live-content-section { width: min(1160px,calc(100% - 48px)); margin: 0 auto; padding: 68px 0 76px; }
.live-content-heading { max-width: 720px; margin-bottom: 28px; }
.live-content-heading h2 { margin: 8px 0 0; color: var(--sg-plum); font: 700 clamp(34px,4vw,50px)/1.04 var(--sg-display); }
.live-content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.live-content-card { min-height: 260px; overflow: hidden; border: 1px solid var(--sg-line); border-radius: 13px; background: white; box-shadow: var(--sg-soft-shadow); }
.live-content-card.is-active { transition: transform .2s ease, box-shadow .2s ease; }
.live-content-card.is-active:hover { transform: translateY(-3px); box-shadow: var(--sg-shadow); }
.live-content-card.is-inactive { background: linear-gradient(145deg,#fff,#fff8fa); }
.live-content-image { height: 145px; overflow: hidden; }
.live-content-image img { width: 100%; height: 100%; object-fit: cover; }
.live-content-body { padding: 22px 23px 24px; }
.live-content-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--sg-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.live-content-meta > span::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--sg-line); }
.is-active .live-content-meta > span::before { background: var(--sg-pink); box-shadow: 0 0 0 4px rgba(242,65,130,.1); }
.live-content-label { margin: 20px 0 6px !important; color: var(--sg-pink) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.live-content-card h3 { margin: 0 0 9px; color: var(--sg-plum); font: 700 24px/1.18 var(--sg-display); }
.live-content-card h3 a:hover, .live-content-card h3 a:focus-visible { color: var(--sg-pink); }
.live-content-card p { margin: 0 0 15px; color: var(--sg-muted); font-size: 14px; line-height: 1.65; }

/* Review process */
.review-process-section { padding: 72px max(5vw,calc((100vw - 1160px)/2)) 78px; background: linear-gradient(125deg,#31055f,#270359); color: white; }
.review-process-heading { max-width: 750px; margin: 0 auto 36px; text-align: center; }
.review-process-heading h2 { margin: 8px 0 0; color: white; font: 700 clamp(34px,4vw,50px)/1.06 var(--sg-display); }
.review-process-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.review-process-list li { padding: 22px 22px 18px; border-left: 1px solid rgba(242,109,182,.24); position: relative; }
.review-process-list li:last-child { border-right: 1px solid rgba(242,109,182,.24); }
.review-process-list li > span { color: var(--sg-light-pink); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.review-process-list h3 { margin: 10px 0 8px; color: white; font: 600 23px/1.2 var(--sg-display); }
.review-process-list p { margin: 0; color: #ead9e5; font-size: 13px; line-height: 1.62; }

/* Floating category navigation */
.category-strip { width: min(1160px,calc(100% - 48px)); display: grid; grid-template-columns: repeat(8,1fr); margin: -38px auto 0; padding: 18px 12px; border: 1px solid rgba(240,217,227,.8); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 20px 46px rgba(74,18,77,.11); position: relative; z-index: 12; }
.category-item { min-width: 0; min-height: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 11px 8px; border-right: 1px solid var(--sg-line); color: var(--sg-plum); font-size: 14px; font-weight: 700; line-height: 1.35; text-align: center; }
.category-item:last-child { border-right: 0; }
.category-item:hover { color: var(--sg-pink); }
.category-symbol { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(242,65,130,.25); border-radius: 50%; background: #fffafd; color: var(--sg-pink); font: 700 21px var(--sg-display); box-shadow: 0 5px 12px rgba(242,65,130,.07); }

/* Reviews */
.content-section { width: min(1160px,100%); margin: 0 auto; padding: 74px 24px 56px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 27px; }
.section-heading h2 { margin: 7px 0 5px; color: var(--sg-plum); font: 700 clamp(36px,4.2vw,54px)/1 var(--sg-display); letter-spacing: -.025em; }
.section-heading p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--sg-muted); font-size: 18px; line-height: 1.7; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { overflow: hidden; border: 1px solid rgba(240,217,227,.9); border-radius: 9px; background: white; box-shadow: var(--sg-soft-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.review-card:hover { box-shadow: var(--sg-shadow); }
.review-image { height: 235px; overflow: hidden; position: relative; }
.review-image::after { content: ""; position: absolute; inset: auto 0 0; height: 22%; background: linear-gradient(transparent,rgba(39,3,89,.09)); pointer-events: none; }
.review-image > img { width: 100%; height: 100%; object-fit: cover; }
.review-badge { position: absolute; left: 12px; top: 12px; padding: 6px 9px; border-radius: 3px; background: var(--sg-pink); color: white; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; z-index: 2; }
.production-trust-badge { object-fit: contain; object-position: right top; filter: drop-shadow(0 9px 16px rgba(39,3,89,.18)); position: absolute; right: 8px; top: 8px; z-index: 4; }
.review-image > .production-trust-badge { width: 146px; height: auto; max-height: calc(100% - 16px); }
.review-content { padding: 18px 18px 17px; }
.review-category { color: var(--sg-pink); font-size: 11px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.review-content h2 { margin: 7px 0 12px; color: var(--sg-plum); font: 700 21px/1.15 var(--sg-display); }
.review-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; line-height: 1.5; }
.review-meta .rating { color: var(--sg-gold); letter-spacing: .05em; }
.review-meta small { color: var(--sg-muted); font-size: 12px; line-height: 1.5; }
.review-meta .text-link { margin-left: auto; font-size: 12px; line-height: 1.5; }
.review-card--empty { grid-column: 1/-1; min-height: 220px; display: grid; place-items: center; padding: 38px; text-align: center; }
.review-card--empty h3 { max-width: 580px; margin: 9px auto; color: var(--sg-plum); font: 700 29px/1.2 var(--sg-display); }
.review-card--empty p:last-child { margin: 0; color: var(--sg-muted); }

/* Deal desk */
.deal-desk-wrap { padding: 0 max(3vw,24px) 34px; }
.deal-desk { width: min(1240px,100%); min-height: 350px; display: grid; grid-template-columns: .82fr .92fr 1.36fr; margin: 0 auto; overflow: hidden; border: 1px solid rgba(121,15,191,.12); border-radius: 22px; background: white; box-shadow: var(--sg-shadow); }
.deal-photo { min-height: 350px; overflow: hidden; position: relative; }
.deal-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 60%,rgba(255,255,255,.62)); }
.deal-photo img { width: 100%; height: 100%; object-fit: cover; }
.deal-photo span { position: absolute; left: 20px; top: 18px; color: var(--sg-gold); font-size: 28px; z-index: 2; }
.deal-copy { display: flex; flex-direction: column; justify-content: center; padding: 40px 34px; background: linear-gradient(135deg,#fff5f8,#fae4ed); }
.deal-copy h2 { margin: 8px 0 13px; color: var(--sg-plum); font: 700 45px/.95 var(--sg-display); }
.deal-copy h2 em { color: var(--sg-pink); font-weight: 600; }
.deal-copy p:not(.eyebrow) { margin: 0 0 20px; color: var(--sg-muted); font-size: 18px; line-height: 1.7; }
.dark-button { align-self: flex-start; min-height: 40px; background: var(--sg-plum); box-shadow: none; }
.dark-button:hover { background: var(--sg-pink); }
.deal-list { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; padding: 40px 20px; background: linear-gradient(125deg,#3a096a,#270359); color: white; }
.deal-list > div { display: flex; flex-direction: column; justify-content: center; padding: 17px 20px; border-right: 1px solid rgba(242,109,182,.24); }
.deal-list > div:last-child { border: 0; }
.deal-number { color: var(--sg-light-pink); font: 700 24px var(--sg-display); }
.deal-list p { margin: 12px 0 0; }
.deal-list b { display: block; font: 600 17px/1.35 var(--sg-display); }
.deal-list small { display: block; margin-top: 10px; color: #e6cadc; font-size: 12.5px; line-height: 1.55; }
.deal-list > .deal-empty { grid-column: 1/-1; border: 0; text-align: center; }

/* Founder */
.founder-section { min-height: 490px; display: grid; grid-template-columns: .9fr 1.35fr .58fr; align-items: center; gap: clamp(36px,6vw,90px); padding: 60px max(6vw,calc((100vw - 1180px)/2)); background: radial-gradient(circle at 88% 50%,rgba(242,109,182,.18),transparent 28%),linear-gradient(115deg,#fff7f9,#fce9f0); position: relative; }
.founder-collage { height: 370px; position: relative; }
.founder-photo, .founder-photo-back { width: 76%; height: 94%; position: absolute; border: 9px solid white; border-radius: 10px; box-shadow: var(--sg-shadow); }
.founder-photo { right: 3%; top: 0; overflow: hidden; transform: rotate(2deg); z-index: 2; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.founder-photo-back { left: 2%; bottom: 0; background: linear-gradient(145deg,#f7bfd4,#fff); transform: rotate(-6deg); }
.founder-seal { width: 116px; height: auto; right: -15%; top: 22%; border: 5px solid white; border-radius: 12px; background: white; box-shadow: 0 12px 26px rgba(39,3,89,.18); object-fit: contain; position: absolute; z-index: 4; }
.founder-copy { position: relative; z-index: 2; }
.founder-copy h2 { margin: 8px 0 4px; color: var(--sg-plum); font: 700 clamp(39px,4.2vw,58px)/1 var(--sg-display); letter-spacing: -.025em; }
.founder-copy h3 { margin: 0 0 17px; color: var(--sg-pink); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.founder-copy p:not(.eyebrow) { max-width: 650px; color: var(--sg-muted); font-size: 18px; line-height: 1.75; }
.founder-copy .founder-opening { margin-bottom: 8px; color: var(--sg-plum); font: 600 22px/1.45 var(--sg-display); }
.founder-copy .button { margin-top: 10px; }
.founder-still-life { min-height: 260px; border-radius: 48% 52% 44% 56%; background: radial-gradient(circle at 42% 47%,#f49abb 0 12%,#f8c8d7 13% 22%,transparent 23%),radial-gradient(circle at 63% 41%,#fff 0 8%,#f280aa 9% 17%,transparent 18%),linear-gradient(145deg,transparent 43%,rgba(242,128,170,.26) 44% 64%,transparent 65%); position: relative; }
.founder-still-life span { position: absolute; color: var(--sg-gold); font-size: 30px; }
.founder-still-life span:first-child { left: 5%; top: 18%; }
.founder-still-life span:last-child { right: 8%; bottom: 12%; color: var(--sg-pink); }

/* Cashback */
.cashback-band { min-height: 480px; display: grid; grid-template-columns: .92fr 1.1fr .4fr; align-items: center; gap: clamp(35px,5vw,80px); padding: 58px max(6vw,calc((100vw - 1180px)/2)); background: linear-gradient(120deg,#f8e8f1,#f3e9f8 72%,#fff3f7); position: relative; }
.cash-scene { height: 370px; overflow: hidden; border-radius: 18px; box-shadow: var(--sg-shadow); position: relative; }
.cash-scene > img { width: 100%; height: 100%; object-fit: cover; }
.cash-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(39,3,89,.07),transparent 55%); pointer-events: none; }
.cash-scene > .production-trust-badge { width: clamp(118px,32%,132px); height: auto; max-height: calc(100% - 32px); right: 16px; top: 16px; }
.phone-card { width: 190px; min-height: 310px; display: flex; flex-direction: column; align-items: center; left: 8%; top: 28px; padding: 35px 15px 18px; border: 7px solid var(--sg-plum); border-radius: 30px; background: rgba(255,250,252,.95); color: var(--sg-plum); text-align: center; box-shadow: 15px 14px 28px rgba(39,3,89,.17); position: absolute; z-index: 2; }
.phone-card::before { content: ""; width: 60px; height: 7px; top: 7px; border-radius: 10px; background: var(--sg-plum); position: absolute; }
.phone-card small { color: var(--sg-pink); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.phone-card strong { margin: 8px 0; color: var(--sg-pink); font: 700 32px var(--sg-display); }
.phone-card > span { font-size: 11px; line-height: 1.45; }
.phone-card div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: auto; }
.phone-card b { padding: 6px 7px; border-radius: 15px; background: var(--sg-blush); font-size: 9px; }
.cash-copy h2 { margin: 9px 0 14px; color: var(--sg-plum); font: 700 clamp(42px,5vw,64px)/.95 var(--sg-display); }
.cash-copy h2 em { color: var(--sg-pink); font-weight: 600; }
.cash-copy p:not(.eyebrow) { max-width: 590px; color: var(--sg-muted); font-size: 18px; line-height: 1.72; }
.cash-note { color: var(--sg-purple); font: italic 600 24px/1.3 var(--sg-display); }

/* Guided category entry points */
.shopping-journey-section { padding: 72px max(5vw,calc((100vw - 1160px)/2)) 80px; background: white; }
.shopping-journey-heading { max-width: 720px; margin: 0 auto 30px; text-align: center; }
.shopping-journey-heading h2 { margin: 8px 0 0; color: var(--sg-plum); font: 700 clamp(36px,4vw,52px)/1.06 var(--sg-display); }
.shopping-journey-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.shopping-journey-card { min-height: 170px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 15px; padding: 23px 21px; border: 1px solid var(--sg-line); border-radius: 12px; background: linear-gradient(145deg,#fff,#fff9fb); box-shadow: var(--sg-soft-shadow); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.shopping-journey-card:hover, .shopping-journey-card:focus-visible { transform: translateY(-3px); border-color: rgba(242,65,130,.4); box-shadow: var(--sg-shadow); }
.journey-symbol { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(121,15,191,.18); border-radius: 50%; background: var(--sg-pale); color: var(--sg-purple); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.shopping-journey-card strong { display: block; color: var(--sg-plum); font: 700 20px/1.25 var(--sg-display); }
.shopping-journey-card small { display: block; margin: 8px 0 13px; color: var(--sg-muted); font-size: 13px; line-height: 1.5; }
.shopping-journey-card em { color: var(--sg-pink); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

/* Footer */
.site-footer { padding: 68px max(5vw,calc((100vw - 1180px)/2)) 28px; background: var(--sg-plum); color: #e9d8e4; position: relative; }
.site-footer::before { content: ""; height: 1px; left: 5%; right: 5%; top: 13px; background: linear-gradient(90deg,transparent,var(--sg-rose),transparent); position: absolute; opacity: .6; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .65fr .8fr 1.1fr; gap: 52px; align-items: start; }
.footer-identity { display: block; max-width: 390px; padding-right: 30px; border-right: 1px solid rgba(242,109,182,.2); }
.footer-brand-lockup { width: min(220px,100%); display: inline-flex; align-items: center; justify-content: center; overflow: hidden; margin: 0 0 18px; padding: 10px 14px; border: 1px solid rgba(242,109,182,.38); border-radius: 14px; background: linear-gradient(145deg,#fff0f6 0%,#f3e6fb 100%); box-shadow: 0 12px 28px rgba(19,2,45,.2); }
.footer-brand-logo { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; image-rendering: auto; }
.footer-identity p, .site-footer p { color: #d7bfd0; font-size: 14px; line-height: 1.65; }
.site-footer h2 { margin: 4px 0 15px; color: white; font-size: 12.5px; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.site-footer a:not(.footer-button):not(.footer-brand-lockup) { display: block; margin: 8px 0; color: #ead9e5; font-size: 13.5px; line-height: 1.5; }
.site-footer a:hover { color: var(--sg-rose); }
.footer-signup { display: flex; overflow: hidden; border: 1px solid rgba(242,109,182,.35); border-radius: 4px; background: white; }
.footer-signup > span { flex: 1; align-self: center; padding: 10px 11px; color: #765f71; font-size: 12px; line-height: 1.4; }
.footer-button { min-height: 40px; padding: 9px 14px; border-radius: 0; box-shadow: none; font-size: 11px; }
.footer-legal { margin: 42px 0 0; padding-top: 20px; border-top: 1px solid rgba(242,109,182,.22); text-align: center; font-size: 12px !important; line-height: 1.6 !important; }
.footer-social ul { display: flex; flex-wrap: wrap; gap: 2px 14px; margin: 14px 0 0; padding: 0; list-style: none; }
.footer-social li { margin: 0; }
.hero-surface-note { max-width: 620px; margin-top: 14px; font-size: 14px !important; }

.founder-seal { image-rendering: auto; }
.page-hero .founder-seal { width: min(220px,55vw); margin: 22px auto 12px; border: 0; background: transparent; box-shadow: none; position: static; }

/* Interior templates */
.page-hero { padding: 68px 24px 58px; background: linear-gradient(180deg,var(--sg-pale),var(--sg-cream)); text-align: center; }
.page-hero h1, .entry-header h1 { color: var(--sg-plum); font: 700 clamp(38px,5vw,58px)/1.04 var(--sg-display); letter-spacing: -.018em; }
.page-hero p { max-width: 690px; margin: auto; color: var(--sg-muted); font-size: 18px; line-height: 1.72; }
.page-content, .entry-content { max-width: 820px; margin: auto; padding: 70px 24px; font-size: 18px; line-height: 1.75; }
.page-content h2, .entry-content h2 { color: var(--sg-plum); font: 700 32px var(--sg-display); }
.page-content a, .entry-content a { color: var(--sg-pink); text-decoration: underline; }
.error404 .page-content a.button { background: var(--sg-pink); color: var(--sg-plum); text-decoration: none; }
.error404 .page-content a.button:hover { background: var(--sg-plum); color: white; }
.error404 .page-content a.button:focus-visible { outline: 3px solid var(--sg-plum); outline-offset: 3px; background: var(--sg-purple); color: white; }
.error404 .page-content a.button:active { background: var(--sg-purple); color: white; }
.archive-grid { max-width: 1180px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: auto; padding: 62px 24px 72px; }
.archive-title { grid-column: 1/-1; margin-block: 0 12px; color: var(--sg-plum); font: 700 clamp(38px,5vw,50px)/1.05 var(--sg-display); letter-spacing: -.018em; }
.entry-header { max-width: 850px; margin: auto; padding: 66px 24px 28px; text-align: center; }
.archive-empty-state { grid-column: 1/-1; width: min(780px,100%); margin: 0 auto; padding: clamp(30px,5vw,52px); border: 1px solid rgba(121,15,191,.15); border-radius: 18px; background: linear-gradient(145deg,#fff 0%,#fff8fb 68%,#f4eafa 100%); box-shadow: var(--sg-soft-shadow); text-align: center; }
.archive-empty-state h2 { margin: 10px auto 14px; color: var(--sg-plum); font: 700 clamp(30px,4vw,43px)/1.08 var(--sg-display); }
.archive-empty-state > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: var(--sg-muted); font-size: 17px; line-height: 1.7; }
.archive-empty-state__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 25px; }
.editorial-empty-state--wide { grid-column: 1/-1; max-width: 820px; margin: 0 auto; padding: clamp(30px,5vw,48px); text-align: center; }
.editorial-empty-state--wide h3 { margin-top: 10px; font-size: clamp(28px,3.5vw,39px); }

/* Phase 2: site architecture and content framework */
.primary-menu > .menu-item-has-children { position: relative; }
.primary-menu .sub-menu { min-width: 220px; display: none; margin: 0; padding: 12px 18px; border: 1px solid var(--sg-line); border-radius: 8px; background: white; box-shadow: var(--sg-shadow); list-style: none; position: absolute; left: -18px; top: 100%; z-index: 120; }
.primary-menu .sub-menu a { padding: 9px 0; border: 0; font-size: 14px; }
.primary-menu .menu-item-has-children:hover > .sub-menu, .primary-menu .menu-item-has-children:focus-within > .sub-menu { display: block; }
.interior-width { width: min(1160px,calc(100% - 48px)); margin: 0 auto; }
.sgphd-breadcrumbs, .rank-math-breadcrumb { padding: 22px 0 0; color: var(--sg-muted); font-size: 13px; }
.sgphd-breadcrumbs { display: flex; gap: 9px; align-items: center; }
.sgphd-breadcrumbs a, .rank-math-breadcrumb a { color: var(--sg-pink); font-weight: 700; }
.page-hero--framework { padding-bottom: 58px; }
.page-hero__intro { max-width: 720px; margin: 18px auto 0; color: var(--sg-muted); font-size: 18px; line-height: 1.72; }
.page-hero__intro p { margin: 0; }
.framework-section { width: min(1160px,100%); margin: 0 auto; padding: 68px 24px; }
.framework-section--tint, .home-framework-section--tint { width: 100%; max-width: none; padding-inline: max(24px,calc((100vw - 1112px)/2)); background: linear-gradient(135deg,#fff7f9,#fbeaf1); }
.framework-grid, .article-card-grid, .category-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.framework-card, .article-card, .category-card { min-width: 0; padding: 26px; border: 1px solid var(--sg-line); border-radius: 10px; background: white; box-shadow: var(--sg-soft-shadow); }
.framework-card__label { color: var(--sg-pink); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.framework-card h3, .article-card h3, .category-card h3 { margin: 9px 0 10px; color: var(--sg-plum); font: 700 25px/1.18 var(--sg-display); }
.framework-card p, .article-card p, .category-card > span:last-child { margin: 0; color: var(--sg-muted); line-height: 1.65; }
.editorial-empty-state { grid-column: 1 / -1; }
.category-card { min-height: 170px; display: flex; flex-direction: column; justify-content: center; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover, .category-card:focus-visible { transform: translateY(-3px); box-shadow: var(--sg-shadow); }
.category-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

/* Main category hub */
.category-hub__hero { padding: 50px 24px 42px; }
.category-hub__hero h1 { margin: 0; }
.category-hub__hero p { margin-top: 14px; }
.category-hub__section { width: min(1160px,calc(100% - 48px)); margin: 0 auto; padding: 48px 0 78px; }
.category-hub__heading { max-width: 650px; margin-bottom: 30px; }
.category-hub__heading h2 { margin: 8px 0 10px; color: var(--sg-plum); font: 700 clamp(31px,3.5vw,42px)/1.08 var(--sg-display); letter-spacing: -.015em; }
.category-hub__heading > p:last-child { margin: 0; color: var(--sg-muted); font-size: 17px; line-height: 1.65; }
.category-hub__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.category-hub-card { min-width: 0; min-height: 230px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid rgba(121,15,191,.14); border-top: 4px solid var(--sg-pink); border-radius: 16px; background: linear-gradient(145deg,#fff 0%,#fff8fb 72%,#f4eafa 100%); box-shadow: var(--sg-soft-shadow); color: inherit; text-decoration: none; position: relative; isolation: isolate; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-hub-card::after { content: ""; width: 118px; height: 118px; border: 1px solid rgba(242,109,182,.18); border-radius: 50%; position: absolute; right: -46px; top: -52px; z-index: -1; }
.category-hub-card:nth-child(3n+2) { border-top-color: var(--sg-purple); background: linear-gradient(145deg,#fff 0%,#fbf6ff 72%,#f8e9f1 100%); }
.category-hub-card:nth-child(3n) { border-top-color: var(--sg-gold); }
.category-hub-card:last-child { min-height: 170px; grid-column: 1/-1; }
.category-hub-card:hover { transform: translateY(-4px); border-color: rgba(121,15,191,.3); box-shadow: var(--sg-shadow); }
.category-hub-card:focus-visible { outline: 3px solid var(--sg-purple); outline-offset: 4px; transform: translateY(-2px); box-shadow: var(--sg-shadow); }
.category-hub-card__number { color: var(--sg-pink); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.category-hub-card h3 { margin: 14px 0 10px; color: var(--sg-plum); font: 700 28px/1.1 var(--sg-display); }
.category-hub-card p { max-width: 480px; margin: 0 0 22px; color: var(--sg-muted); font-size: 15px; line-height: 1.65; }
.category-hub-card__action { margin-top: auto; color: var(--sg-purple); font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

/* Accessible brand accents and shared SGCP Review title alignment */
.header-deals, .button, .footer-button, .review-badge, .comparison-matchup span { background-color: var(--sg-pink-aa); }
.primary-menu a:hover, .primary-menu a:focus-visible, .current-menu-item > a,
.eyebrow, .text-link, .hero-tagline span, .method-card > span, .trust-card > span,
.live-content-label, .live-content-card h3 a:hover, .live-content-card h3 a:focus-visible,
.category-item:hover, .category-symbol, .review-category, .founder-copy h3, .phone-card small,
.shopping-journey-card em, .page-content a, .entry-content a, .sgphd-breadcrumbs a,
.rank-math-breadcrumb a, .framework-card__label, .category-hub-card__number,
.review-facts dt, .review-summary__grid h3, .listicle-toc a, .author-role,
.winner-grid span, .deal-facts span, .social-share a, .sitemap-grid a { color: var(--sg-pink-aa); }
.sgf-review-shell .sgf-review-hero h1 { font-size: clamp(38px,5vw,58px) !important; line-height: 1.02 !important; letter-spacing: -.018em; }
.sg-consent-revisit { right: 8px !important; bottom: 8px !important; min-height: 34px !important; padding: 5px 8px !important; font-size: .7rem !important; }

@media (min-width:761px) and (max-width:1024px) {
	.sg-consent-revisit { width: 24px !important; min-width: 24px !important; max-width: 24px !important; min-height: 108px !important; right: 0 !important; bottom: 18px !important; padding: 8px 2px !important; border-radius: 10px 0 0 10px !important; font-size: .66rem !important; writing-mode: vertical-rl; text-orientation: mixed; }
}
.two-column-framework { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.two-column-framework h2 { margin: 8px 0 20px; color: var(--sg-plum); font: 700 36px/1.1 var(--sg-display); }
.home-framework-section { padding-top: 70px; padding-bottom: 70px; }
.newsletter-cta { width: min(1160px,calc(100% - 48px)); display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 40px; margin: 48px auto 72px; padding: 44px 50px; border-radius: 18px; background: var(--sg-plum); color: white; box-shadow: var(--sg-shadow); }
.newsletter-cta h2 { margin: 8px 0; font: 700 clamp(34px,4vw,50px)/1 var(--sg-display); }
.newsletter-cta p:not(.eyebrow) { margin: 0; color: #ead9e5; font-size: 17px; }
.newsletter-placeholder { padding: 16px 18px; border: 1px solid rgba(242,109,182,.45); border-radius: 6px; background: white; color: var(--sg-muted); text-align: center; }

/* MailPoet review notifications */
.review-notifications { width: min(1160px,calc(100% - 48px)); display: grid; grid-template-columns: minmax(0,.78fr) minmax(420px,1.22fr); align-items: center; gap: clamp(34px,5vw,70px); margin: 68px auto; padding: clamp(38px,5vw,64px); overflow: hidden; border-radius: 20px; background: linear-gradient(135deg,#270359 0%,#2a1725 100%); color: #fff; box-shadow: var(--sg-shadow); position: relative; isolation: isolate; }
.review-notifications::before { content: ""; width: 310px; height: 310px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; position: absolute; left: -145px; bottom: -190px; z-index: -1; }
.review-notifications::after { content: "✦"; color: rgba(242,109,182,.68); font-size: 28px; position: absolute; right: 28px; top: 22px; z-index: -1; }
.review-notifications__intro { max-width: 410px; }
.review-notifications__intro .eyebrow { color: #f280aa; }
.review-notifications__promise { margin: 14px 0 24px; color: #f2edeb; font: 600 clamp(25px,2.7vw,36px)/1.2 var(--sg-display); letter-spacing: -.015em; }
.review-notifications__benefits { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0; padding: 0; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.review-notifications__benefits li::before { content: "◇"; margin-right: 7px; color: #f26db6; }
.review-notifications__form { min-width: 0; }
.review-notifications__form > .mailpoet_form { width: 100% !important; margin: 0 !important; border: 1px solid rgba(255,255,255,.68) !important; border-radius: 14px !important; background: #f2edeb !important; color: #2a1725 !important; box-shadow: 0 22px 48px rgba(12,3,24,.22); text-align: left !important; }
.review-notifications__form form.mailpoet_form { padding: clamp(25px,4vw,38px) !important; }
.review-notifications__form .mailpoet-heading { margin: 0 0 12px !important; color: #270359 !important; font: 700 clamp(27px,3vw,39px)/1.05 var(--sg-display) !important; letter-spacing: -.02em; }
.review-notifications__form .mailpoet_form_paragraph { margin-top: 0; color: #2a1725; font-size: 15px; line-height: 1.65; }
.review-notifications__form .mailpoet_paragraph { margin-bottom: 14px !important; }
.review-notifications__form .mailpoet_text { min-height: 52px; border: 1px solid rgba(39,3,89,.28) !important; border-radius: 6px; background: #fff; color: #2a1725; font: 500 16px var(--sg-body); }
.review-notifications__form .mailpoet_text::placeholder { color: #74576c; opacity: 1; }
.review-notifications__form .mailpoet_submit { min-height: 52px; border-radius: 6px; background: #790fbf !important; color: #fff !important; cursor: pointer; font: 700 12px/1.2 var(--sg-body); letter-spacing: .08em; text-transform: uppercase; transition: background-color .2s ease, box-shadow .2s ease; }
.review-notifications__form .mailpoet_submit:hover { background: #270359 !important; box-shadow: 0 10px 20px rgba(39,3,89,.18); }
.review-notifications__form .mailpoet_text:focus-visible, .review-notifications__form .mailpoet_submit:focus-visible { outline: 3px solid #c99a43; outline-offset: 3px; }
.review-notifications__form .mailpoet_validate_success { color: #270359; font-weight: 700; }
.review-notifications__form .mailpoet_validate_error { color: #8a1538; font-weight: 700; }
.review-notifications__unavailable { margin: 0; padding: 28px; border-radius: 14px; background: #f2edeb; color: #2a1725; text-align: center; }
.affiliate-disclosure { width: min(920px,calc(100% - 48px)); margin: 40px auto; padding: 22px 25px; border: 1px solid rgba(242,65,130,.25); border-left: 5px solid var(--sg-pink); border-radius: 6px; background: #fffafd; }
.affiliate-disclosure strong { color: var(--sg-plum); font: 700 18px var(--sg-display); }
.affiliate-disclosure p { margin: 6px 0 0; color: var(--sg-muted); font-size: 14px; line-height: 1.65; }
.affiliate-disclosure--compact { margin-top: 28px; }

.review-single { padding-bottom: 70px; }
.review-hero { width: min(1160px,calc(100% - 48px)); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: clamp(36px,6vw,80px); margin: 30px auto 0; padding: 50px; border-radius: 18px; background: linear-gradient(135deg,#fff,#fff0f5); box-shadow: var(--sg-soft-shadow); }
.review-hero__image { min-height: 390px; overflow: hidden; border-radius: 12px; position: relative; }
.review-hero__image > img:first-child { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.review-hero__image > .production-trust-badge { width: 150px; height: auto; }
.review-hero h1 { margin: 12px 0 18px; color: var(--sg-plum); font: 700 clamp(38px,4.5vw,58px)/1.02 var(--sg-display); letter-spacing: -.018em; }
.rating { display: inline-flex; align-items: center; gap: 10px; color: var(--sg-gold); letter-spacing: .05em; }
.rating b { color: var(--sg-plum); font-size: 14px; letter-spacing: 0; }
.review-quick-verdict { color: var(--sg-muted); font-size: 19px; line-height: 1.7; }
.review-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 24px 0 0; }
.review-facts div { padding: 13px; border-radius: 6px; background: white; }
.review-facts dt { color: var(--sg-pink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.review-facts dd { margin: 4px 0 0; color: var(--sg-plum); font-weight: 700; }
.review-summary, .review-body { width: min(920px,calc(100% - 48px)); margin: 52px auto; }
.review-summary > h2, .review-body h2, .listicle-section h2 { color: var(--sg-plum); font: 700 36px/1.12 var(--sg-display); }
.review-summary__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.review-summary__grid > div { padding: 25px; border: 1px solid var(--sg-line); border-radius: 8px; background: white; }
.review-summary__grid h3 { margin: 0 0 12px; color: var(--sg-pink); font: 700 22px var(--sg-display); }
.review-summary__grid p, .review-summary__grid ul { margin: 0; padding-left: 20px; color: var(--sg-muted); line-height: 1.7; }
.review-body > section, .review-editorial-content { padding: 30px 0; border-bottom: 1px solid var(--sg-line); font-size: 18px; line-height: 1.78; }
.final-recommendation { padding: 34px !important; border: 0 !important; border-radius: 12px; background: linear-gradient(135deg,#fff0f5,#f6eafa); }

.listicle-template { padding-bottom: 70px; }
.listicle-hero, .listicle-section, .listicle-toc { width: min(920px,calc(100% - 48px)); margin: 36px auto; }
.listicle-hero { padding: 54px; border-radius: 16px; background: linear-gradient(135deg,#fff7f9,#f6eafa); text-align: center; }
.listicle-hero h1 { margin: 12px 0; color: var(--sg-plum); font: 700 clamp(38px,5vw,58px)/1.04 var(--sg-display); letter-spacing: -.018em; }
.listicle-hero > p:last-child { color: var(--sg-muted); font-size: 19px; }
.listicle-toc { padding: 25px 30px; border: 1px solid var(--sg-line); border-radius: 8px; background: white; }
.listicle-toc strong { color: var(--sg-plum); font: 700 22px var(--sg-display); }
.listicle-toc ol { columns: 2; margin-bottom: 0; }
.listicle-toc a { color: var(--sg-pink); font-weight: 700; }
.listicle-section { padding: 28px 0; }
.comparison-table { overflow-x: auto; border: 1px solid var(--sg-line); border-radius: 8px; background: white; }
.comparison-table table { width: 100%; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 16px; border-bottom: 1px solid var(--sg-line); text-align: left; }
.comparison-table th { background: var(--sg-plum); color: white; }
.listicle-section details { margin: 12px 0; padding: 18px 20px; border: 1px solid var(--sg-line); border-radius: 7px; background: white; }
.listicle-section summary { color: var(--sg-plum); font-weight: 700; cursor: pointer; }

/* Phase 3 affiliate and editorial engines */
.review-hero__cta { margin-top: 22px; }
.rating-breakdown, .author-trust-box, .engine-section, .deal-facts { width: min(920px,calc(100% - 48px)); margin: 52px auto; }
.rating-breakdown { padding: 34px; border: 1px solid var(--sg-line); border-radius: 14px; background: white; box-shadow: var(--sg-soft-shadow); }
.rating-breakdown__heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.rating-breakdown h2, .engine-section h2 { margin: 6px 0 0; color: var(--sg-plum); font: 700 36px/1.12 var(--sg-display); }
.rating-overall { min-width: 112px; display: grid; place-items: center; padding: 16px; border-radius: 10px; background: linear-gradient(135deg,var(--sg-plum),var(--sg-purple)); color: white; }
.rating-overall strong { font: 700 36px/1 var(--sg-display); }
.rating-overall span { margin-top: 4px; color: #f4ddea; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rating-scorecards { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.rating-scorecard { min-width: 0; padding: 16px; border: 1px solid var(--sg-line); border-radius: 8px; background: var(--sg-pale); }
.rating-scorecard > span { display: block; min-height: 38px; color: var(--sg-muted); font-size: 12px; font-weight: 700; line-height: 1.35; }
.rating-scorecard > strong { display: block; margin: 8px 0; color: var(--sg-plum); font: 700 25px var(--sg-display); }
.rating-meter { height: 5px; overflow: hidden; border-radius: 10px; background: var(--sg-line); }
.rating-meter i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,var(--sg-pink),var(--sg-purple)); }
.author-trust-box { display: grid; grid-template-columns: 190px minmax(0,1fr); align-items: center; gap: 32px; padding: 28px; border: 1px solid rgba(121,15,191,.16); border-radius: 14px; background: linear-gradient(135deg,#fff,#f8eaf2); box-shadow: var(--sg-soft-shadow); }
.author-trust-box picture { height: 180px; overflow: hidden; border: 6px solid white; border-radius: 10px; box-shadow: 0 10px 25px rgba(39,3,89,.12); }
.author-trust-box img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.author-trust-box h2 { margin: 6px 0 2px; color: var(--sg-plum); font: 700 32px/1.08 var(--sg-display); }
.author-role { margin: 0; color: var(--sg-pink); font-weight: 700; }
.author-trust-box ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 14px 0 0; padding: 0; list-style: none; color: var(--sg-muted); font-size: 13px; font-weight: 600; }
.author-trust-box li::before { content: "◇"; margin-right: 6px; color: var(--sg-gold); }
.engine-single { padding-bottom: 70px; }
.engine-hero { width: min(1000px,calc(100% - 48px)); margin: 30px auto 0; padding: 62px; border-radius: 18px; background: linear-gradient(135deg,#fff7f9,#f6eafa); text-align: center; box-shadow: var(--sg-soft-shadow); }
.engine-hero h1, .deal-alert-hero h1 { margin: 12px 0 16px; color: var(--sg-plum); font: 700 clamp(38px,5vw,58px)/1.02 var(--sg-display); letter-spacing: -.018em; }
.engine-hero > p:not(.eyebrow), .deal-alert-hero__copy > p:not(.eyebrow) { color: var(--sg-muted); font-size: 18px; line-height: 1.7; }
.comparison-matchup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 28px; }
.comparison-matchup strong { padding: 18px; border: 1px solid var(--sg-line); border-radius: 8px; background: white; color: var(--sg-plum); font: 700 22px/1.2 var(--sg-display); }
.comparison-matchup span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--sg-pink); color: white; font: italic 700 17px var(--sg-display); }
.engine-section { padding: 22px 0; }
.engine-editorial { color: var(--sg-text); font-size: 18px; line-height: 1.78; }
.winner-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.winner-grid article { padding: 20px 16px; border: 1px solid var(--sg-line); border-radius: 9px; background: white; box-shadow: var(--sg-soft-shadow); }
.winner-grid span { display: block; color: var(--sg-pink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.winner-grid strong { display: block; margin-top: 9px; color: var(--sg-plum); font: 700 18px/1.3 var(--sg-display); }
.best-for-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.best-for-grid article { padding: 28px; border: 1px solid var(--sg-line); border-radius: 10px; background: white; }
.best-for-grid h3 { margin: 0 0 10px; color: var(--sg-plum); font: 700 28px/1.15 var(--sg-display); }
.best-for-grid p { color: var(--sg-muted); line-height: 1.7; }
.best-for-grid .button { margin-top: 8px; }
.deal-alert-hero { width: min(1100px,calc(100% - 48px)); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 50px; margin: 30px auto 0; padding: 45px; border-radius: 18px; background: linear-gradient(135deg,#fff,#fff0f5); box-shadow: var(--sg-soft-shadow); }
.deal-alert-hero__image { min-height: 380px; overflow: hidden; border-radius: 12px; position: relative; }
.deal-alert-hero__image > img:first-child { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.deal-alert-hero__image > .production-trust-badge { width: 150px; height: auto; }
.deal-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.deal-facts > div { padding: 22px; border: 1px solid var(--sg-line); border-radius: 9px; background: white; text-align: center; box-shadow: var(--sg-soft-shadow); }
.deal-facts span { display: block; color: var(--sg-pink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.deal-facts strong { display: block; margin-top: 8px; color: var(--sg-plum); font: 700 24px/1.2 var(--sg-display); }
.deal-score-section { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px; border-radius: 12px; background: white; box-shadow: var(--sg-soft-shadow); }
.deal-score-number { min-width: 110px; padding: 20px; border-radius: 9px; background: var(--sg-plum); color: white; font: 700 38px/1 var(--sg-display); text-align: center; }
.affiliate-button { margin-right: 10px; }
.social-share { width: min(920px,calc(100% - 48px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 35px auto; padding: 18px 22px; border-top: 1px solid var(--sg-line); border-bottom: 1px solid var(--sg-line); }
.social-share strong { color: var(--sg-plum); font: 700 18px var(--sg-display); }
.social-share div { display: flex; flex-wrap: wrap; gap: 9px; }
.social-share a { padding: 7px 12px; border: 1px solid var(--sg-line); border-radius: 20px; background: white; color: var(--sg-pink); font-size: 12px; font-weight: 700; }
.sitemap-grid { width: min(1000px,calc(100% - 48px)); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; margin: 50px auto 80px; }
.sitemap-grid > div { padding: 25px; border: 1px solid var(--sg-line); border-radius: 8px; background: white; }
.sitemap-grid h2 { color: var(--sg-plum); font: 700 28px var(--sg-display); }
.sitemap-grid ul { padding-left: 20px; }
.sitemap-grid a { color: var(--sg-pink); }

/* About Dr. E */
.about-page { overflow: hidden; background: #fff; }
.about-page > * > *, .about-principles > *, .about-price-notes > *, .about-destination-grid > * { min-width: 0; }
.about-hero { width: 100%; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); align-items: center; gap: clamp(46px,6vw,92px); padding: clamp(58px,7vw,96px) max(5vw,calc((100vw - 1210px)/2)); background: radial-gradient(circle at 88% 16%,rgba(242,109,182,.22),transparent 27%),linear-gradient(120deg,#fff 0%,#fff9fb 50%,#f8e9f0 100%); position: relative; }
.about-hero::before { content: ""; width: 280px; height: 280px; border: 1px solid rgba(121,15,191,.12); border-radius: 50%; position: absolute; left: -170px; bottom: -130px; }
.about-hero__copy { max-width: 590px; position: relative; z-index: 2; }
.about-hero h1 { margin: 13px 0 14px; color: var(--sg-plum); font: 700 clamp(38px,5vw,58px)/1.02 var(--sg-display); letter-spacing: -.025em; }
.about-hero h1 em { color: var(--sg-pink-aa); font-weight: 600; }
.about-hero__tagline { margin: 0 0 15px; color: var(--sg-plum); font: 600 clamp(21px,2.1vw,28px)/1.3 var(--sg-display); }
.about-hero__copy > p:last-of-type { max-width: 560px; margin: 0; color: var(--sg-muted); font-size: 17px; line-height: 1.76; }
.about-hero__actions, .about-closing__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 27px; }
.about-hero__portrait { width: min(440px,100%); margin: 0 auto; position: relative; }
.about-hero__portrait::before { content: ""; position: absolute; inset: 28px -18px -18px 22px; border-radius: 30px 8px 30px 8px; background: linear-gradient(145deg,var(--sg-rose),var(--sg-purple)); transform: rotate(3deg); opacity: .36; }
.about-hero__image-frame { aspect-ratio: 3/4; overflow: hidden; border: 9px solid #fff; border-radius: 24px 8px 24px 8px; background: var(--sg-blush); box-shadow: var(--sg-shadow); position: relative; z-index: 1; }
.about-hero__image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.about-hero figcaption { max-width: 360px; margin: 20px auto 0; color: var(--sg-muted); font-size: 12px; line-height: 1.55; text-align: center; position: relative; z-index: 2; }
.about-hero figcaption span { margin-right: 5px; color: var(--sg-gold); }
.about-intro { width: min(1120px,calc(100% - 48px)); display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(40px,7vw,90px); margin: 0 auto; padding: 84px 0; }
.about-intro h2, .about-section-heading h2, .about-price-story h2, .about-editorial h2, .about-affiliate h2, .about-closing h2 { margin: 9px 0 0; color: var(--sg-plum); font: 700 clamp(33px,3.7vw,49px)/1.06 var(--sg-display); letter-spacing: -.023em; }
.about-intro__copy p { margin: 0 0 16px; color: var(--sg-muted); font-size: 17px; line-height: 1.78; }
.about-intro__copy p:last-child { margin-bottom: 0; }
.about-mission { padding: 82px max(5vw,calc((100vw - 1160px)/2)) 90px; background: linear-gradient(135deg,#31055f,#270359); color: #fff; }
.about-section-heading { max-width: 770px; margin: 0 auto 36px; text-align: center; }
.about-mission .about-section-heading h2 { color: #fff; }
.about-section-heading > p:last-child { margin: 15px 0 0; color: var(--sg-muted); font-size: 17px; line-height: 1.72; }
.about-mission .about-section-heading > p:last-child { color: #ead9e5; }
.about-principles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.about-principles article { padding: 27px 24px 28px; border: 1px solid rgba(242,109,182,.25); border-radius: 13px; background: rgba(255,255,255,.055); }
.about-principles span { color: var(--sg-light-pink); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.about-principles h3 { margin: 13px 0 9px; color: #fff; font: 600 24px/1.17 var(--sg-display); }
.about-principles p { margin: 0; color: #ead9e5; font-size: 14px; line-height: 1.7; }
.about-price-story { width: min(1120px,calc(100% - 48px)); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(42px,7vw,88px); margin: 0 auto; padding: 88px 0; }
.about-price-story__lead > p:last-child { color: var(--sg-muted); font-size: 17px; line-height: 1.76; }
.about-price-notes { display: grid; gap: 16px; }
.about-price-notes > div { padding: 25px 27px; border: 1px solid var(--sg-line); border-radius: 12px; background: linear-gradient(145deg,#fff,#fff8fa); box-shadow: var(--sg-soft-shadow); }
.about-price-notes h3 { margin: 0 0 8px; color: var(--sg-plum); font: 700 25px/1.2 var(--sg-display); }
.about-price-notes p { margin: 0; color: var(--sg-muted); font-size: 14px; line-height: 1.72; }
.about-editorial { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.42fr); align-items: center; gap: clamp(38px,7vw,86px); padding: 78px max(6vw,calc((100vw - 1100px)/2)); background: linear-gradient(120deg,#fff3f7,#f8e9f0); }
.about-editorial__copy > p:not(.eyebrow) { color: var(--sg-muted); font-size: 17px; line-height: 1.75; }
.about-editorial__note { min-height: 250px; display: grid; place-content: center; padding: 34px; border: 8px solid #fff; border-radius: 50% 50% 47% 53%; background: var(--sg-plum); color: #fff; text-align: center; box-shadow: var(--sg-shadow); transform: rotate(2deg); }
.about-editorial__note span { color: var(--sg-light-pink); font-size: 32px; }
.about-editorial__note p { max-width: 210px; margin: 10px auto 0; font: 600 24px/1.25 var(--sg-display); }
.about-affiliate { width: min(1100px,calc(100% - 48px)); display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(40px,7vw,80px); margin: 74px auto; padding: 42px 45px; border: 1px solid rgba(242,65,130,.25); border-left: 7px solid var(--sg-pink-aa); border-radius: 14px; background: #fffafd; box-shadow: var(--sg-soft-shadow); }
.about-affiliate h2 { font-size: clamp(30px,3.1vw,42px); }
.about-affiliate > div:last-child > p:first-child { margin-top: 3px; color: var(--sg-muted); font-size: 16px; line-height: 1.76; }
.about-affiliate__status { margin: 17px 0 0; padding-top: 15px; border-top: 1px solid var(--sg-line); color: var(--sg-plum); font-size: 13px; font-weight: 700; line-height: 1.6; }
.about-destinations { padding: 80px max(5vw,calc((100vw - 1160px)/2)) 90px; background: var(--sg-cream); }
.about-destination-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.about-destination-grid > a { min-height: 270px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--sg-line); border-radius: 14px; background: #fff; box-shadow: var(--sg-soft-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.about-destination-grid > a:hover, .about-destination-grid > a:focus-visible { transform: translateY(-3px); box-shadow: var(--sg-shadow); }
.about-destination-grid span { color: var(--sg-pink-aa); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-destination-grid h3 { margin: 12px 0 9px; color: var(--sg-plum); font: 700 28px/1.15 var(--sg-display); }
.about-destination-grid p { margin: 0 0 18px; color: var(--sg-muted); font-size: 14px; line-height: 1.7; }
.about-destination-grid b { margin-top: auto; color: var(--sg-pink-aa); font-size: 12px; letter-spacing: .03em; }
.about-closing { padding: 82px 24px 90px; background: #fff; text-align: center; }
.about-closing > p:not(.eyebrow) { max-width: 610px; margin: 15px auto 0; color: var(--sg-muted); font-size: 17px; line-height: 1.72; }
.about-closing__actions { justify-content: center; }
.about-closing__actions .text-link { padding: 13px 4px; }

@media (max-width: 1120px) {
	.site-header { gap: 18px; padding-inline: 24px; }
	.wordmark, .brand-horizontal-logo { width: 280px; }
	.primary-menu { gap: 13px; font-size: 15px; }
	.header-deals { display: none; }
	.home-hero { grid-template-columns: minmax(330px,.78fr) minmax(430px,1.22fr); padding-inline: 38px; }
	.hero-photo-main { width: 82%; }
	.deal-desk { grid-template-columns: .7fr 1fr; }
	.deal-photo { display: none; }
	.founder-section { grid-template-columns: .85fr 1.35fr; }
	.founder-still-life { display: none; }
	.cashback-band { grid-template-columns: .9fr 1.1fr; }
	.cash-note { display: none; }
	.trust-grid, .shopping-journey-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.review-process-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(242,109,182,.2); }
	.review-process-list li, .review-process-list li:last-child { border: 0; background: var(--sg-plum); }
	.about-principles { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
	.site-header { min-height: 112px; justify-content: space-between; }
	.wordmark, .brand-horizontal-logo { width: 250px; }
	.wordmark { margin-right: 0; }
	.menu-toggle { min-width: 48px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; margin-left: auto; padding: 10px; border: 1px solid var(--sg-line); border-radius: 4px; background: white; color: var(--sg-plum); }
	.site-navigation { display: none; position: absolute; left: 0; right: 0; top: 112px; max-width: 100vw; background: white; border-top: 1px solid var(--sg-line); box-shadow: var(--sg-shadow); }
	.site-navigation.is-open { display: block; }
	.primary-menu { display: block; padding: 15px 24px 20px; font-size: 15px; }
	.primary-menu a { padding: 10px 0; }
	.primary-menu .sub-menu { display: block; margin: 0 0 8px 15px; padding: 0 0 0 16px; border: 0; border-left: 2px solid var(--sg-line); border-radius: 0; background: transparent; box-shadow: none; position: static; }
	.primary-menu .sub-menu a { padding: 7px 0; }
	.home-hero { grid-template-columns: 1fr; padding: 64px 44px 92px; }
	.method-section { padding-inline: 38px; }
	.hero-copy { max-width: 620px; }
	.home-hero h1 { font-size: 72px; }
	.hero-collage { width: min(680px,100%); min-height: 510px; margin: 0 auto; }
	.category-strip { grid-template-columns: repeat(4,1fr); }
	.category-item:nth-child(4) { border-right: 0; }
	.category-item:nth-child(-n+4) { border-bottom: 1px solid var(--sg-line); }
	.review-grid { grid-template-columns: repeat(2,1fr); }
	.review-card:last-child { grid-column: 1/-1; width: calc(50% - 10px); justify-self: center; }
	.deal-desk { grid-template-columns: 1fr; }
	.deal-photo { display: block; min-height: 270px; }
	.deal-copy { padding: 36px; }
	.deal-list { padding: 26px 16px; }
	.founder-section { grid-template-columns: .9fr 1.1fr; gap: 45px; padding-inline: 44px; }
	.founder-collage { height: 330px; }
	.cashback-band { grid-template-columns: 1fr 1fr; gap: 40px; padding-inline: 44px; }
	.cash-scene > .production-trust-badge { width: 80px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
	.footer-identity { max-width: none; padding-right: 0; border-right: 0; }
	.framework-grid, .article-card-grid, .category-card-grid, .sitemap-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.category-hub__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.review-hero { grid-template-columns: 1fr; padding: 38px; }
	.newsletter-cta { grid-template-columns: 1fr; }
	.review-notifications { grid-template-columns: 1fr; }
	.review-notifications__intro { max-width: 700px; }
	.live-content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.live-content-card:last-child { grid-column: 1/-1; }
	.rating-scorecards, .winner-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.deal-alert-hero { grid-template-columns: 1fr; }
	.deal-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.about-hero { grid-template-columns: 1fr; padding-inline: 44px; }
	.about-hero__copy { max-width: 680px; }
	.about-hero__portrait { width: min(500px,76vw); }
	.about-intro, .about-price-story, .about-affiliate { grid-template-columns: 1fr; }
	.about-editorial { grid-template-columns: minmax(0,1fr) minmax(230px,.45fr); padding-inline: 44px; }
}

@media (max-width: 760px) {
	.brand-bar { min-height: 30px; }
	.brand-bar > span:nth-of-type(3), .brand-bar > span:nth-of-type(4) { display: none; }
	.site-header { min-height: 104px; padding: 7px 18px; }
	.wordmark, .brand-horizontal-logo { width: min(225px,64vw); }
	.site-navigation { top: 104px; }
	.primary-menu { display: block; padding: 15px 22px 20px; }
	.primary-menu a { padding: 10px 0; }
	.home-hero { width: 100%; grid-template-columns: minmax(0,1fr); gap: 34px; padding: 52px 20px 78px; }
	.hero-copy, .hero-collage { width: 100%; max-width: 100%; min-width: 0; }
	.home-hero h1 { max-width: 100%; font-size: clamp(44px,13vw,58px); overflow-wrap: anywhere; }
	.hero-actions { display: grid; grid-template-columns: 1fr; }
	.hero-actions .button { width: 100%; }
	.hero-trust { max-width: 100%; gap: 12px 18px; }
	.hero-collage { min-height: 370px; }
	.hero-photo { border-width: 5px; }
	.hero-photo-main { width: 88%; height: 70%; left: 0; }
	.hero-photo-main figcaption { left: 12px; bottom: 10px; padding: 8px 10px; font-size: 14px; }
	.hero-photo-detail { width: 47%; height: 42%; right: 0; }
	.hero-message-card { min-width: 128px; min-height: 150px; width: 37%; right: 17%; padding: 10px; border-width: 5px; }
	.hero-message-card small { font-size: 8px; }
	.hero-message-card strong { font-size: 29px; }
	.sparkle { display: none; }
	.method-section { padding: 58px 20px 78px; }
	.method-grid { grid-template-columns: 1fr; }
	.trust-section, .review-process-section, .shopping-journey-section { padding: 58px 20px 68px; }
	.trust-grid, .live-content-grid, .shopping-journey-grid { grid-template-columns: 1fr; }
	.live-content-section { width: calc(100% - 40px); padding: 58px 0 68px; }
	.live-content-card:last-child { grid-column: auto; }
	.review-process-list { grid-template-columns: 1fr; background: transparent; }
	.review-process-list li, .review-process-list li:last-child { padding: 20px 0; border-top: 1px solid rgba(242,109,182,.24); background: transparent; }
	.review-process-list li:last-child { border-bottom: 1px solid rgba(242,109,182,.24); }
	.category-strip { width: calc(100% - 28px); max-width: calc(100vw - 28px); grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: -28px; padding: 10px; }
	.category-item { min-height: 86px; justify-content: center; }
	.category-item:nth-child(even) { border-right: 0; }
	.category-item:nth-child(-n+6) { border-bottom: 1px solid var(--sg-line); }
	.content-section { padding: 65px 20px 44px; }
	.section-heading { display: block; }
	.section-heading .text-link { display: inline-block; margin-top: 14px; }
	.review-grid { grid-template-columns: 1fr; }
	.review-card:last-child { grid-column: auto; width: 100%; }
	.review-image { height: 220px; }
	.deal-desk-wrap { padding-inline: 14px; }
	.deal-desk { border-radius: 16px; }
	.deal-photo { min-height: 220px; }
	.deal-copy { padding: 31px 24px; }
	.deal-copy h2 { font-size: 42px; }
	.deal-list { grid-template-columns: 1fr; padding: 16px 24px; }
	.deal-list > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(242,109,182,.24); }
	.deal-list > div:last-child { border: 0; }
	.founder-section { grid-template-columns: 1fr; padding: 62px 20px; }
	.founder-collage { width: min(390px,100%); height: 365px; margin: auto; }
	.founder-photo, .founder-photo-back { width: 76%; }
	.founder-seal { width: 96px; right: -4%; }
	.cashback-band { grid-template-columns: 1fr; padding: 55px 20px; }
	.cash-scene { height: 360px; }
	.cash-copy h2 { font-size: 46px; }
	.footer-grid { grid-template-columns: 1fr; gap: 38px; }
	.footer-brand-lockup { width: min(200px,100%); margin-bottom: 16px; }
	.review-image > .production-trust-badge { width: 128px; }
	.cash-scene > .production-trust-badge { width: clamp(116px,32%,128px); }
	.archive-grid { grid-template-columns: minmax(0,1fr); }
	.page-hero { padding: 54px 20px 48px; }
	.category-hub__hero { padding: 40px 20px 34px; }
	.category-hub__section { width: calc(100% - 40px); padding: 40px 0 62px; }
	.category-hub__heading { margin-bottom: 24px; }
	.category-hub__grid { grid-template-columns: 1fr; gap: 16px; }
	.category-hub-card, .category-hub-card:last-child { min-height: 0; grid-column: auto; padding: 24px; }
	.archive-empty-state__actions { display: grid; grid-template-columns: 1fr; }
	.archive-empty-state__actions .button { width: 100%; }
	.framework-grid, .article-card-grid, .category-card-grid, .sitemap-grid, .two-column-framework, .review-summary__grid { grid-template-columns: 1fr; }
	.framework-section, .home-framework-section { padding-inline: 20px; }
	.review-hero { width: calc(100% - 28px); padding: 22px; }
	.review-hero__image, .review-hero__image > img:first-child { min-height: 280px; }
	.review-facts { grid-template-columns: 1fr; }
	.listicle-hero { padding: 36px 22px; }
	.listicle-toc ol { columns: 1; }
	.newsletter-cta { width: calc(100% - 28px); padding: 34px 24px; }
	.review-notifications { width: calc(100% - 28px); gap: 28px; margin: 54px auto; padding: 34px 24px; border-radius: 16px; }
	.review-notifications__benefits { display: grid; gap: 8px; }
	.review-notifications__form form.mailpoet_form { padding: 24px 20px !important; }
	.rating-breakdown, .author-trust-box, .engine-section, .deal-facts, .social-share { width: calc(100% - 28px); }
	.rating-breakdown { padding: 24px 20px; }
	.rating-breakdown__heading { align-items: flex-start; }
	.rating-scorecards, .winner-grid { grid-template-columns: 1fr 1fr; }
	.author-trust-box { grid-template-columns: 1fr; padding: 22px; }
	.author-trust-box picture { width: min(300px,100%); height: 240px; }
	.author-trust-box ul { display: grid; gap: 7px; }
	.engine-hero, .deal-alert-hero { width: calc(100% - 28px); padding: 34px 22px; }
	.comparison-matchup { grid-template-columns: 1fr; }
	.comparison-matchup span { margin: -4px auto; }
	.best-for-grid { grid-template-columns: 1fr; }
	.deal-alert-hero__image, .deal-alert-hero__image > img:first-child { min-height: 280px; }
	.deal-facts { grid-template-columns: 1fr 1fr; gap: 10px; }
	.deal-score-section { align-items: flex-start; }
	.social-share { align-items: flex-start; flex-direction: column; }
	.about-hero { gap: 42px; padding: 55px 20px 68px; }
	.about-hero__copy > p:last-of-type { font-size: 16px; }
	.about-hero__actions { display: grid; grid-template-columns: 1fr; }
	.about-hero__actions .button { width: 100%; }
	.about-hero__portrait { width: min(460px,91vw); }
	.about-hero__image-frame { border-width: 6px; border-radius: 18px 7px 18px 7px; }
	.about-hero__portrait::before { inset: 20px -10px -13px 15px; }
	.about-intro, .about-price-story { width: calc(100% - 40px); gap: 26px; padding: 62px 0; }
	.about-mission, .about-destinations { padding: 62px 20px 70px; }
	.about-principles, .about-destination-grid { grid-template-columns: 1fr; }
	.about-principles article, .about-destination-grid > a { min-height: 0; }
	.about-editorial { grid-template-columns: 1fr; gap: 34px; padding: 62px 20px; }
	.about-editorial__note { width: min(270px,86vw); min-height: 250px; margin: 0 auto; }
	.about-affiliate { width: calc(100% - 28px); gap: 22px; margin: 58px auto; padding: 30px 24px; }
	.about-closing { padding: 62px 20px 72px; }
	.about-closing__actions { display: grid; grid-template-columns: 1fr; }
	.about-closing__actions .button { width: 100%; }
}

@media (max-width: 430px) {
	.site-header { gap: 12px; padding-inline: 14px; }
	.wordmark, .brand-horizontal-logo { width: min(220px,64vw); }
	.home-hero { padding-inline: 18px; }
	.hero-actions, .hero-actions .button, .footer-signup { max-width: 100%; }
	.hero-trust { font-size: 10px; letter-spacing: .06em; }
	.review-notifications { padding-inline: 18px; }
	.review-notifications__form .mailpoet-heading { font-size: 27px !important; }
	.review-notifications__form .mailpoet_text, .review-notifications__form .mailpoet_submit { width: 100% !important; max-width: 100%; }
	.deal-copy h2, .cash-copy h2 { font-size: 39px; }
	.founder-copy h2 { font-size: 38px; }
	.cash-scene { height: 340px; }
	.phone-card { width: min(190px,50%); left: 16px; }
	.cash-scene > .production-trust-badge { width: min(118px,31%); right: 16px; top: 16px; }
	.shopping-journey-card { min-height: 0; }
	.footer-signup { flex-wrap: wrap; }
	.footer-signup > span, .footer-button { width: 100%; }
	.rating-breakdown__heading, .deal-score-section { display: grid; grid-template-columns: 1fr; }
	.rating-scorecards, .winner-grid, .deal-facts { grid-template-columns: 1fr; }
	.rating-overall, .deal-score-number { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
	.button, .header-deals, .review-badge, .category-strip, .review-notifications__form .mailpoet_text, .review-notifications__form .mailpoet_submit { border: 1px solid ButtonText !important; }
}
