/*
Theme Name: SurveyHatch
Description: Independent SurveyHatch theme for the shared Hatch engine.
Version: 1.1.1
Requires at least: 6.6
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: surveyhatch-theme
*/
:root{--ink:#142a3d;--muted:#536575;--brand:#2262cc;--tint:#edf4ff;--line:#dce5e9;--paper:#fff;--soft:#f6f8fa}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:white;font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:4px}button,input,select{font:inherit}a,button,input{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--brand);outline-offset:5px}.topline{background:var(--ink);color:white;text-align:center;font-size:12px;padding:7px 16px;letter-spacing:.06em}.site-header{max-width:1240px;margin:auto;min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 35px}.brand{display:flex;align-items:center;gap:8px;font-size:25px;font-weight:800;letter-spacing:-1px}.brand svg{width:39px;height:42px;color:var(--brand)}.brand b{color:var(--brand)}nav{display:flex;gap:25px;font-size:14px;font-weight:600}.market{font-size:13px;border:1px solid var(--line);border-radius:30px;padding:8px 14px;white-space:nowrap}.market span{color:var(--muted);margin-left:6px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,4.8vw,65px);line-height:1.1;letter-spacing:-2.7px;margin:20px 0 25px;max-width:800px}h2{font-size:clamp(26px,3vw,36px);line-height:1.22;letter-spacing:-1.1px;margin-bottom:25px}h3{font-size:22px;line-height:1.3;letter-spacing:-.5px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--brand)}.hero{background:linear-gradient(115deg,var(--tint),#f8fafc);padding:68px max(35px,calc((100vw - 1170px)/2));display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;min-height:560px;overflow:hidden}.hero-copy{max-width:630px}.lead{font-size:19px;line-height:1.7;color:var(--muted);max-width:680px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 20px}.button,button{display:inline-flex;justify-content:center;align-items:center;gap:10px;background:var(--brand);color:white;border:0;border-radius:8px;font-weight:700;padding:14px 23px;cursor:pointer;line-height:1.4}.button:hover,button:hover{filter:brightness(.94);text-decoration:none}.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.small{font-size:12px;color:var(--muted)}.hero-art{position:relative;min-height:355px;display:flex;align-items:center;justify-content:center}.orbit{position:absolute;width:380px;height:380px;border-radius:50%;background:var(--brand);opacity:.09}.art-card{position:relative;background:white;border:1px solid var(--line);width:325px;border-radius:22px;padding:30px;text-align:center;transform:rotate(-4deg);box-shadow:0 24px 50px #17334713}.art-card h2{font-size:30px;margin:5px 0 8px}.art-card p{font-size:13px;color:var(--muted)}.big-egg svg{height:130px;width:130px;color:var(--brand);margin:10px}.art-line{height:1px;background:var(--line);margin:20px 0}.pill{display:inline-block;border-radius:30px;background:var(--tint);color:var(--brand);padding:5px 11px;font-size:11px;font-weight:700}.floating-note{position:absolute;right:-5px;bottom:0;background:white;box-shadow:0 12px 35px #132b3e14;border:1px solid var(--line);border-radius:10px;padding:15px 20px;font-size:13px;font-weight:700;transform:rotate(4deg)}.floating-note span{background:var(--tint);color:var(--brand);border-radius:50%;padding:4px 8px;margin-right:8px}.trust-strip{display:flex;justify-content:center;gap:80px;padding:23px;border-bottom:1px solid var(--line);font-size:13px;font-weight:600}.section{padding:65px max(35px,calc((100vw - 1170px)/2))}.section-head{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:20px}.section-head h2{margin-top:10px;margin-bottom:0}.text-link{font-size:13px;font-weight:750;color:var(--brand);display:inline-block;margin-top:15px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:26px}.card{border:1px solid var(--line);border-radius:13px;padding:27px;background:white;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.card p{color:var(--muted);font-size:14px}.card h3{margin:16px 0 12px}.card .text-link{margin-top:auto;padding-top:20px}.brand-tile{height:48px;width:48px;border-radius:12px;display:grid;place-items:center;background:var(--tint);color:var(--brand);font-size:25px;font-weight:750}.card-image{height:110px;max-width:100%}.card-image img{height:100%;width:100%;object-fit:contain}.status{font-size:11px;color:var(--muted);border-top:1px solid var(--line);padding-top:15px;margin-top:10px}.empty{border:1px solid var(--line);background:var(--soft);border-radius:12px;display:flex;align-items:center;gap:22px;padding:32px}.empty h3{margin-bottom:8px}.empty p{color:var(--muted);margin-bottom:0}.empty-mark svg{width:60px;color:var(--brand)}.soft{background:var(--soft)}.guides .card{min-height:255px}.guides h3{font-size:23px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.category-grid a{padding:22px;background:white;border:1px solid var(--line);border-radius:10px;display:flex;gap:15px;align-items:center}.category-grid svg{width:32px;color:var(--brand)}.category-grid b{margin-left:auto;color:var(--brand)}.location-band{padding:58px 25px;background:var(--tint);text-align:center}.location-band h2{max-width:650px;margin:15px auto}.search{display:flex;gap:10px;max-width:700px;margin:28px auto}.search input{min-width:0;flex:1;padding:15px 20px;border:1px solid var(--line);border-radius:8px;background:white}.breadcrumbs{max-width:1240px;padding:25px 35px;margin:auto;font-size:12px;color:var(--muted)}.breadcrumbs span{padding:0 10px}.page-heading{background:var(--tint);padding:45px max(35px,calc((100vw - 1170px)/2))}.page-heading h1{font-size:clamp(34px,4vw,50px);max-width:900px;margin-bottom:10px}.page-content{padding-top:40px}.article-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:65px;align-items:start}.prose{max-width:760px}.prose h2{font-size:27px;margin:30px 0 15px}.prose h2:first-child{margin-top:0}.prose p{color:#405768;line-height:1.85}.prose a{text-decoration:underline;color:var(--brand)}.prose .button{color:white;text-decoration:none}.sidebar{background:var(--tint);padding:28px;border-radius:12px;position:sticky;top:20px}.sidebar h3{margin-top:16px}.sidebar ul{padding-left:20px;color:var(--muted);font-size:14px}.sidebar li{margin:10px 0}.sidebar .button{font-size:13px;width:100%;margin-top:12px}dl{font-size:13px;width:100%;margin-top:0}dt{font-weight:750;color:var(--muted);padding-top:10px}dd{margin:0;overflow-wrap:anywhere}.details{display:grid;grid-template-columns:1fr 2fr;gap:0;border-top:1px solid var(--line);font-size:15px}.details dt,.details dd{padding:14px 5px;border-bottom:1px solid var(--line)}.cost-note{font-weight:750;padding:15px;background:var(--tint)}.location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0 35px}.location-grid a{border:1px solid var(--line);padding:16px 20px;border-radius:8px;display:flex;flex-direction:column}.location-grid span{font-size:12px;color:var(--muted)}.pagination{justify-content:space-between}.footer-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:25px;padding:45px 35px}.footer-inner>div:nth-child(2){display:flex;justify-content:flex-end;flex-wrap:wrap;gap:20px;align-content:start;font-size:13px}.footer-inner>p{margin:0}.footer-inner>div>p{font-size:13px;color:var(--muted);margin-top:12px}footer{border-top:1px solid var(--line)}.screen-reader-text,.skip{position:absolute;left:-10000px}.skip:focus{left:15px;top:15px;background:white;padding:10px;z-index:10}img{max-width:100%}.prose,.card{overflow-wrap:anywhere}@media(max-width:900px){.site-header{flex-wrap:wrap;gap:15px}.site-header nav{order:3;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;gap:12px}.hero{gap:20px;padding-top:45px;padding-bottom:45px}.hero-art{transform:scale(.85)}.cards,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-strip{gap:25px}.article-layout{gap:25px}.location-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){h1{letter-spacing:-1.5px}.site-header{padding:20px}.site-header nav{font-size:12px}.brand{font-size:23px}.market{padding:6px 10px}.hero{grid-template-columns:1fr;padding:35px 22px 25px}.hero h1{max-width:430px}.hero-art{min-height:330px;margin-top:0}.art-card{width:290px}.orbit{width:310px;height:310px}.floating-note{right:0}.hero .lead{font-size:17px}.trust-strip{font-size:11px;gap:12px;align-items:start}.section{padding:40px 22px}.section-head{align-items:start}.section-head>.text-link{white-space:nowrap}.cards,.category-grid{grid-template-columns:1fr}.card{padding:24px}.empty{padding:24px;align-items:start}.empty-mark{display:none}.search{flex-direction:column}.search button{width:100%}.location-grid{grid-template-columns:1fr 1fr;gap:10px}.location-grid a{padding:12px;font-size:14px}.article-layout{grid-template-columns:1fr}.sidebar{position:static}.page-heading{padding:30px 22px}.breadcrumbs{padding:20px 22px}.footer-inner{grid-template-columns:1fr;padding:35px 22px}.footer-inner>div:nth-child(2){justify-content:start}.details{grid-template-columns:1fr 1.5fr}.topline{font-size:10px}.actions .button{font-size:14px}.guides .card{min-height:0}}

.empty+h2{margin-top:40px}

:root{--brand:#006eff;--tint:#edf6ff;}
/* v1.1.1: approved Hatch render layout, layered over the v1.0.0 theme. */
body{background:#fcfdff;color:#081d3b;font-size:15px}.site-header{min-height:88px;max-width:1320px;padding:16px 26px;gap:25px}.brand{font-size:26px;gap:7px}.brand svg{height:44px;width:38px}.site-header nav{gap:18px;font-size:12px;flex:1;justify-content:center}.header-actions{display:flex;gap:10px;align-items:center}.header-actions .button{padding:10px 18px;font-size:12px;border-radius:28px}.market{padding:6px 9px;font-size:11px}.button,button{background:linear-gradient(180deg,var(--brand),var(--deep,var(--brand)));border-radius:9px;box-shadow:0 3px 8px color-mix(in srgb,var(--brand) 14%,transparent)}.hero.render-hero{max-width:1320px;margin:auto;min-height:435px;padding:20px 28px 0;grid-template-columns:1.12fr 1fr;gap:0;background:var(--tint);position:relative;border-radius:12px 12px 0 0}.hero-copy{padding:28px 15px 20px;z-index:1}.hero h1{font-size:clamp(38px,3.5vw,53px);line-height:1.06;letter-spacing:-1.9px;margin:17px 0 20px;max-width:650px}.hero .lead{font-size:17px;line-height:1.55;max-width:550px;color:#112b43}.hero .eyebrow{font-size:11px;letter-spacing:.08em}.hero-photo{align-self:stretch;overflow:hidden;border-radius:0 12px 0 0;min-width:0;display:flex;align-items:end}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:62% 50%;mix-blend-mode:multiply}.home-survey .hero-photo img{object-position:70% 50%}.hero .button{border-radius:30px;padding:13px 25px}.site-search{display:flex;max-width:560px;margin:22px 0 8px;gap:0;border:1px solid var(--brand);border-radius:10px;background:white;overflow:hidden}.site-search input{border:0;font-size:13px;padding:12px;min-width:0;border-radius:0}.site-search button{border-radius:0;box-shadow:none;width:48px;padding:7px;font-size:27px}.trust-strip{max-width:1320px;margin:auto;padding:25px 30px;background:linear-gradient(#fff,var(--tint));border-radius:14px 14px 0 0;border:1px solid #e5edf6;display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.trust-strip div{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:12px;text-align:center;padding:0 15px}.trust-strip div+div{border-left:1px solid var(--line)}.trust-strip svg{width:35px;height:35px;color:var(--brand)}.section{padding:38px max(28px,calc((100vw - 1240px)/2))}.section h2{font-size:29px;letter-spacing:-.8px}.section-head{margin-bottom:20px}.section-head h2{margin:0}.popular{background:linear-gradient(var(--tint),#fff)}.cards.popular-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:0}.card{border:1px solid #e3edf5;box-shadow:0 5px 18px #17334706;border-radius:14px;padding:22px}.popular-cards .card{align-items:center;text-align:center}.popular-cards .card p{font-size:12px}.popular-cards h3{font-size:18px}.card .brand-tile{font-size:30px;width:62px;height:62px;background:linear-gradient(140deg,var(--tint),white);box-shadow:0 4px 12px #1733470b}.card .text-link{border:1px solid var(--line);padding:9px 16px;border-radius:8px;width:100%;text-align:center;font-size:12px;color:var(--brand)}.card dl{background:var(--tint);border-radius:8px;padding:8px 12px;margin-bottom:16px;text-align:left}.card .status{font-size:10px}.category-grid{grid-template-columns:repeat(4,1fr);gap:16px}.category-grid a{flex-direction:column;text-align:center;gap:15px;justify-content:center;padding:23px 12px;min-height:120px;box-shadow:0 3px 12px #17334704}.category-grid svg{width:37px;height:37px;color:var(--brand)}.category-grid strong{font-size:13px}.photo-categories a{padding:0;overflow:hidden;gap:0}.category-photo{width:100%;height:130px;background-size:400% 200%;background-repeat:no-repeat}.photo-categories strong{padding:13px 5px}.steps-panel{padding:30px;background:var(--tint);border-radius:15px}.steps-panel h2{text-align:center}.steps-panel .cards{gap:30px}.steps-panel b{display:grid;place-items:center;background:var(--brand);color:white;width:36px;height:36px;border-radius:50%;font-size:20px;float:left;margin:0 12px 8px 0}.steps-panel h3{font-size:18px;margin-bottom:8px}.steps-panel p{font-size:13px;color:var(--muted)}.newsletter-panel{background:var(--tint);border-radius:16px;display:grid;grid-template-columns:1.25fr 1fr;overflow:hidden}.newsletter-panel>div{padding:30px}.newsletter-panel img{height:100%;width:100%;object-fit:cover;mix-blend-mode:multiply}.public-form{display:grid;gap:14px;max-width:640px}.public-form label{display:grid;gap:6px;font-size:13px;font-weight:600}.public-form input:not([type=checkbox]),.public-form textarea{width:100%;border:1px solid var(--line);border-radius:7px;background:white;padding:12px;font:inherit}.public-form .consent{display:block;font-size:11px;font-weight:400;line-height:1.6}.consent input{vertical-align:middle}.hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden}.public-form button{justify-self:start}.comparison-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:25px}.filters{padding:22px 18px;background:var(--tint);border-radius:12px;align-self:start}.filters h2{font-size:19px}.filters label,.compare-picker label{display:grid;gap:8px;margin-bottom:18px;font-size:12px;font-weight:700}.filters select,.compare-picker select{max-width:100%;width:100%;padding:10px;border:1px solid var(--line);border-radius:6px;background:white;font-size:12px}.filters button{width:100%;font-size:12px}.listing-rows{display:grid;gap:16px}.listing-rows .card{display:grid;grid-template-columns:76px minmax(0,1fr) 190px;gap:8px 20px;padding:22px;align-items:start}.listing-rows .brand-tile,.listing-rows .card-image{grid-column:1;grid-row:1/4}.listing-rows h3{grid-column:2;margin:0;font-size:19px}.listing-rows .card p{grid-column:2;margin:0}.listing-rows .card dl{grid-column:2;grid-row:3;margin:0;font-size:12px}.listing-rows .text-link{grid-column:3;grid-row:1/4;align-self:center;margin:0}.listing-rows .status{grid-column:2;border:0;padding:0;margin:0}.listing-rows .pill{grid-column:3;grid-row:1;justify-self:end}.compare-picker{margin-top:45px;padding:26px;border:1px solid var(--line);border-radius:12px}.compare-picker form{display:flex;align-items:end;gap:20px}.compare-picker label{flex:1;margin:0}.table-scroll{overflow:auto;max-width:100%;margin-top:22px}.table-scroll table{width:100%;border-collapse:collapse;min-width:420px;font-size:13px}.table-scroll th,.table-scroll td{padding:15px;text-align:left;border:1px solid var(--line)}.table-scroll th{background:var(--tint)}.search-results{display:grid;gap:15px}.search-results>a{padding:20px;border:1px solid var(--line);border-radius:10px}.search-results h2{font-size:22px;margin:10px 0 0}.detail-tabs{display:flex;flex-wrap:wrap;background:var(--tint);border:1px solid var(--line);padding:12px;gap:20px;margin-bottom:22px;border-radius:9px;font-size:13px}.fact-panel{background:white;border:1px solid var(--line);border-radius:12px;padding:23px;margin-bottom:25px}.fact-panel h2{font-size:22px}.fact-panel dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 15px}.fact-panel dt{padding:0;grid-row:auto}.fact-panel dd{padding-bottom:10px}.disclosure-note{padding:15px;background:var(--tint);border-radius:8px;font-size:13px;margin-bottom:25px}.related-links{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 28px;font-size:13px}.related-links a{border:1px solid var(--line);padding:9px 14px;border-radius:8px}.ecosystem{background:var(--tint);text-align:center;padding:25px;font-size:14px}.ecosystem a{font-weight:700;color:var(--brand)}.footer-inner{max-width:1320px}.footer-inner nav{display:flex;flex-wrap:wrap;font-size:12px;gap:10px 20px}.consent-controls{padding:0 28px 25px;max-width:1320px;margin:auto;font-size:12px}.consent-controls button{font-size:11px;padding:9px 14px}.consent-controls #cookie-options{margin-top:15px}.breadcrumbs{max-width:1320px}.page-heading{background:linear-gradient(110deg,var(--tint),#fff);padding-top:32px;padding-bottom:32px}.page-heading h1{font-size:40px}.empty{padding:26px}.empty h2{font-size:23px}.prose a{overflow-wrap:anywhere}@media(min-width:1600px){.render-hero{min-height:480px!important}.hero h1{font-size:55px}.hero-photo img{object-fit:cover}.site-header{max-width:1320px}}
@media(max-width:1100px){.site-header{gap:12px}.site-header nav{gap:10px}.brand{font-size:23px}.header-actions .button{display:none}.hero h1{font-size:40px}.cards.popular-cards{grid-template-columns:repeat(2,1fr)}.fact-panel dl{grid-template-columns:1fr 2fr}.category-grid{grid-template-columns:repeat(4,1fr)}.listing-rows .card{grid-template-columns:60px minmax(0,1fr)}.listing-rows .text-link{grid-column:2;grid-row:auto}.listing-rows .pill{grid-column:2;grid-row:auto}}
@media(max-width:800px){.site-header{flex-wrap:wrap}.site-header nav{order:3;width:100%;flex:auto;justify-content:space-between;padding-top:12px}.header-actions{margin-left:auto}.hero.render-hero{grid-template-columns:1.1fr 1fr;padding:10px 18px 0;min-height:390px}.hero h1{font-size:35px}.hero .lead{font-size:14px}.hero-copy{padding:18px 5px}.hero .button{padding:11px 17px;font-size:13px}.trust-strip{padding:20px 10px}.trust-strip div{padding:0 8px;font-size:11px}.section{padding:30px 22px}.comparison-layout{grid-template-columns:190px minmax(0,1fr);gap:16px}.category-grid{grid-template-columns:repeat(2,1fr)}.newsletter-panel{grid-template-columns:1fr 1fr}.newsletter-panel>div{padding:24px}.section h2{font-size:26px}}
@media(max-width:600px){.site-header{padding:14px 16px;min-height:80px}.site-header nav{gap:7px;font-size:10px}.brand{font-size:23px}.brand svg{height:36px;width:29px}.market{font-size:11px}.hero.render-hero{grid-template-columns:1fr;padding:12px 18px 0;border-radius:0;overflow:hidden}.hero-copy{padding:15px 2px 5px}.hero h1{font-size:38px;letter-spacing:-1.4px;margin-top:14px}.hero .lead{font-size:15px}.hero-photo{height:265px;width:100%;border-radius:0;align-self:auto}.hero-photo img{object-position:center 38%;object-fit:cover}.home-survey .hero-photo img{object-position:65% 36%}.hero .site-search{margin-bottom:5px}.trust-strip{border-radius:0;padding:18px 8px;grid-template-columns:repeat(4,1fr)}.trust-strip svg{width:26px;height:26px}.trust-strip div{font-size:9px;padding:0 5px;gap:7px}.section-head{gap:10px;align-items:center}.section-head .text-link{margin-top:0;font-size:11px}.section-head h2{font-size:23px}.cards.popular-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.popular-cards .card{padding:15px 10px}.popular-cards h3{font-size:16px}.popular-cards .card p{font-size:11px;line-height:1.55}.popular-cards .card .text-link{padding:9px 6px;font-size:10px}.popular-cards .brand-tile{width:49px;height:49px;font-size:25px}.popular-cards .status{font-size:9px}.category-grid{gap:12px}.category-grid a{min-height:105px;padding:16px 10px}.photo-categories a{padding:0}.category-photo{height:100px}.steps-panel{padding:24px 18px}.steps-panel .cards{grid-template-columns:1fr;gap:18px}.newsletter-panel{grid-template-columns:1fr}.newsletter-panel img{max-height:220px;object-position:center}.comparison-layout{grid-template-columns:1fr}.filters form{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px}.filters label{margin-bottom:9px}.filters button{grid-column:1/-1}.listing-rows .card{padding:16px;gap:10px;grid-template-columns:52px minmax(0,1fr)}.listing-rows .brand-tile{width:45px;height:45px}.listing-rows h3{font-size:18px}.listing-rows .card p{font-size:12px}.compare-picker{padding:18px}.compare-picker form{flex-direction:column;align-items:stretch;gap:12px}.page-heading h1{font-size:33px}.detail-tabs{gap:10px;font-size:11px}.fact-panel{padding:17px}.fact-panel dl{grid-template-columns:1fr 1.5fr;font-size:12px}.footer-inner{padding:28px 22px}.site-search{flex-direction:row}.site-search button{width:46px;flex:none}.search.site-search{flex-direction:row}.public-form button{width:100%}}

.review-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:30px;margin-bottom:25px}.review-summary{display:flex;gap:24px;align-items:center}.review-summary .brand-tile{flex:none;width:100px;height:100px;font-size:55px}.review-summary h2{margin:12px 0;font-size:28px}.review-summary p{color:var(--muted)}.quick-facts{padding:22px;background:var(--tint);border:1px solid var(--line);border-radius:12px}.quick-facts h3{font-size:19px}.quick-facts dl{display:grid;grid-template-columns:1fr 1.2fr;gap:8px 15px}.quick-facts dt{padding:0;font-size:12px}.quick-facts dd{font-size:12px}.review-summary .status{display:block} @media(max-width:700px){.review-hero{grid-template-columns:1fr}.review-summary{align-items:start;gap:15px}.review-summary .brand-tile{width:65px;height:65px;font-size:35px}.review-summary h2{font-size:24px}}

.hero-photo{mask-image:linear-gradient(to right,transparent,#000 12%)}.photo-categories .category-photo{aspect-ratio:1.8;height:auto}.home-tester .hero h1{font-size:clamp(35px,3.3vw,50px)}

.international-home{max-width:1000px;margin:50px auto;text-align:center}.international-home h1{font-size:clamp(36px,5vw,60px)}.market-choices{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:36px 0}.market-choices .card{padding:32px;text-align:left}.editorial-icon svg{width:44px;height:44px;color:var(--brand)}.editorial-launch .card{min-height:265px}.editorial-launch .eyebrow{font-size:10px}.editorial-launch .card h3{font-size:19px}.editorial-intro{color:var(--muted);margin-bottom:24px}.editorial-launch{margin:20px 0}.editorial-launch .text-link{margin-top:auto}@media(max-width:600px){.international-home{margin:15px auto}.market-choices{grid-template-columns:1fr;gap:16px}.editorial-launch .card{min-height:270px}.editorial-launch .card h3{font-size:16px}.editorial-launch .card p{font-size:12px}}
.comparison-layout .editorial-launch .popular-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-layout .editorial-launch .card{text-align:left}.editorial-launch .card{display:flex;flex-direction:column}.editorial-launch .text-link{margin-top:auto}

.listing-rows .card dl{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 12px;padding:9px 12px}.listing-rows .card dt,.listing-rows .card dd{margin:0;padding:0;border:0;font-size:11px;line-height:1.45}.listing-rows .card{padding:18px 20px}.listing-rows .text-link{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 3px 8px color-mix(in srgb,var(--brand) 14%,transparent)}@media(max-width:600px){.listing-rows .card{padding:16px}.listing-rows .card dl{grid-template-columns:1fr;gap:3px}.listing-rows .card dd{margin-bottom:5px}}
