:root{
  --navy:#092f4f;
  --navy2:#0b385e;
  --orange:#ef8b00;
  --orange2:#ff9b0a;
  --cream:#fffaf4;
  --line:#f1d6b5;
  --text:#12324d;
  --muted:#566b7c;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#f0f2f5;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{-webkit-tap-highlight-color:transparent}
.page{
  width:min(100%,720px);
  min-height:100vh;
  margin:0 auto;
  background:#fff;
  box-shadow:0 0 40px rgba(8,37,62,.08);
  overflow:hidden;
  padding-bottom:105px;
}
.header{height:78px;padding:15px 24px 0;display:flex;align-items:flex-start;justify-content:space-between}
.logo img{width:148px;height:auto;display:block}
.hero{
  position:relative;
  min-height:375px;
  padding:6px 24px 18px;
  overflow:hidden;
}
.hero-copy{position:relative;z-index:3;width:54%;padding-top:1px}
.hero h1{
  margin:0;
  color:var(--navy);
  font-size:42px;
  line-height:1.02;
  letter-spacing:-.035em;
  font-weight:900;
}
.hero h1 span{color:var(--orange)}
.hero-copy>p{
  margin:15px 0 15px;
  font-size:15.5px;
  line-height:1.35;
  font-weight:500;
  max-width:330px;
}
.hero-photo{
  position:absolute;
  right:0;top:0;
  width:47%;height:365px;
  border-radius:0 0 0 34px;
  overflow:hidden;
  z-index:1;
}
.hero-photo:before{
  content:"";position:absolute;inset:0;z-index:2;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.72) 8%,rgba(255,255,255,0) 30%);
}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:53% center;display:block}
.js-max-link{appearance:none;-webkit-appearance:none;border:0;font:inherit;cursor:pointer}
.btn{display:flex;align-items:center;text-decoration:none}
.btn-main{
  width:100%;max-width:350px;height:57px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;justify-content:center;gap:10px;
  box-shadow:0 10px 24px rgba(239,139,0,.22);
  font-size:18px;
}
.max-mark{
  width:35px;height:35px;border-radius:12px;
  display:grid;place-items:center;background:linear-gradient(145deg,#5c3bff,#0d84ff 55%,#944cff);
  color:#fff;font-size:0;position:relative;flex:0 0 auto;
}
.max-mark:before{content:"";width:19px;height:14px;border-radius:11px 11px 11px 3px;background:#fff;display:block;box-shadow:6px -2px 0 rgba(255,255,255,.7)}
.max-mark.big{width:48px;height:48px;border-radius:15px}.max-mark.big:before{width:25px;height:18px}
.micro{font-size:12.5px;color:#3a5369;margin-top:8px}.micro i{font-style:normal;color:var(--orange);padding:0 5px}
.compare-card,.bonus-card,.topic,.post-card,.why-box{
  background:linear-gradient(180deg,#fffdfa 0%,#fffaf5 100%);
  border:1px solid var(--line);
  box-shadow:0 4px 14px rgba(42,50,56,.025);
}
.compare-card{
  width:calc(100% - 48px);margin:0 auto 12px;
  min-height:155px;border-radius:22px;
  display:grid;grid-template-columns:45% 55%;align-items:center;overflow:hidden;
}
.compare-visual{display:flex;align-items:center;justify-content:center;gap:9px;padding:11px 6px 8px 16px}
.machine-col{display:flex;flex-direction:column;align-items:center;width:82px}
.cap{width:72px;height:24px;border-radius:7px 7px 0 0;color:#fff;font-size:11px;font-weight:900;display:grid;place-items:center}
.navy{background:var(--navy)}.orange{background:var(--orange)}
.machine{width:62px;height:82px;border:2px solid #263a4a;background:#fff;position:relative;margin-top:6px}
.machine:before{content:"";position:absolute;left:8px;right:8px;top:12px;height:2px;background:#263a4a}
.machine span{position:absolute;left:0;right:0;bottom:9px;border-top:2px solid #263a4a}
.machine.wide{width:72px}
.measure{color:var(--orange);font-size:18px;font-weight:800;line-height:1;margin-top:1px}
.vs{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:10px;font-weight:900;flex:0 0 auto}
.compare-copy{padding:15px 17px 14px 6px}
.compare-copy h2{margin:0;color:var(--navy);font-size:28px;line-height:.98;letter-spacing:-.025em}
.compare-copy h2 b{font-weight:900}.compare-copy h2 em{font-style:normal;color:var(--orange)}
.orange-label{display:inline-block;background:var(--orange);color:#fff;font-size:9px;font-weight:900;border-radius:5px;padding:4px 7px;margin:7px 0 5px}
.compare-copy p{margin:0;color:#405b70;font-size:12.5px;line-height:1.3}
.bonus-card{
  width:calc(100% - 48px);margin:0 auto 10px;border-radius:22px;
  display:grid;grid-template-columns:30% 70%;align-items:center;min-height:142px;padding:12px 15px;
}
.bonus-art{height:112px;position:relative;display:grid;place-items:center}.bonus-art>svg{width:86px;height:96px}
.gift-circle{position:absolute;right:8px;bottom:5px;width:49px;height:49px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;box-shadow:0 7px 15px rgba(239,139,0,.22)}
.gift-circle svg{width:30px;height:30px}
.bonus-copy{padding:0 6px}.bonus-copy h2{margin:0 0 8px;color:var(--navy);font-size:21px}.bonus-copy p{margin:7px 0;font-size:12.5px;line-height:1.28;color:#365269}.bonus-copy a{color:var(--orange);font-size:11px;text-decoration:none;font-weight:800}
.round-check{width:21px;height:21px;border-radius:50%;background:var(--navy);color:#fff;display:inline-grid;place-items:center;font-size:12px;font-weight:900;margin-right:5px}.gift-emoji{margin-right:4px}
.section{width:calc(100% - 48px);margin:0 auto;padding-top:0}
.section-title{font-size:22px;color:var(--navy);margin:8px 0 9px;font-weight:900;letter-spacing:-.025em}
.topics{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.topic{border-radius:18px;min-height:98px;padding:12px 14px;display:flex;gap:12px;align-items:center}
.topic-icon,.why-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 56px}.topic-icon svg{width:33px;height:33px}.navy-bg{background:var(--navy)}.orange-bg{background:var(--orange)}
.topic h3{margin:0 0 3px;color:var(--navy);font-size:15.5px}.topic p{margin:0;color:#52697b;font-size:12.2px;line-height:1.25}
.examples{margin-top:2px}.post-list{display:grid;gap:7px}
.post-card{border-radius:18px;overflow:hidden;min-height:83px;display:grid;grid-template-columns:38% 1fr 25px;align-items:stretch}
.post-card img{width:100%;height:100%;min-height:83px;object-fit:cover;display:block}
.post-copy{align-self:center;padding:7px 7px 7px 12px}.post-copy h3{margin:0 0 2px;font-size:15px;line-height:1.02;color:var(--navy);font-weight:900}.post-copy h3 span{color:var(--orange)}.post-copy p{margin:0;color:#5a6d7b;font-size:10.7px;line-height:1.18}.chev{align-self:center;font-size:33px;color:var(--navy);font-weight:300}
.why{padding-bottom:9px}.why-box{border-radius:18px;padding:7px 13px}.why-box article{display:flex;align-items:center;gap:12px;padding:9px 0}.why-icon{width:45px;height:45px;flex-basis:45px}.why-icon svg{width:28px;height:28px}.why-box h3{margin:0 0 1px;font-size:14px;color:var(--navy)}.why-box p{margin:0;font-size:10.7px;color:#5a6d7b}
.final-cta{width:calc(100% - 48px);margin:0 auto;padding:0 0 10px}.btn-final{width:100%;min-height:80px;border-radius:18px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;padding:9px 16px;gap:13px;text-align:left}.btn-final span:nth-child(2){display:block}.btn-final b{display:block;font-size:24px;line-height:1}.btn-final small{display:block;font-size:11.5px;line-height:1.18;margin-top:4px}.arrow-circle{
  margin-left:auto;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.arrow-circle::before{
  content:"";
  width:9px;
  height:9px;
  border-top:2px solid var(--orange);
  border-right:2px solid var(--orange);
  transform:rotate(45deg) translate(-1px,1px);
  transform-origin:center;
}
footer{width:calc(100% - 48px);margin:0 auto;padding:3px 0 15px;text-align:center;color:#8a949c;font-size:9.5px}footer a{color:inherit;text-decoration:none}footer span{padding:0 5px}
.site-footer{width:calc(100% - 48px);margin:0 auto;padding:14px 0 18px;display:flex;align-items:center;justify-content:center;gap:8px;color:#929ca4;font-size:10.5px;line-height:1.2;text-align:center}
.site-footer a{color:inherit;text-decoration:none;transition:color .15s ease}.site-footer a:hover,.site-footer a:focus-visible{color:var(--navy)}.site-footer .footer-dot{color:#c0c7cd}
.sticky{position:fixed;z-index:40;left:50%;bottom:max(9px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(calc(100% - 18px),700px);transition:opacity .2s,transform .2s;filter:drop-shadow(0 12px 20px rgba(8,47,79,.22))}.sticky.hidden{opacity:0;pointer-events:none;transform:translate(-50%,20px)}
.sticky .js-max-link{min-height:72px;border-radius:20px;background:var(--navy);color:#fff;text-decoration:none;display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;padding:8px 10px 8px 15px}.sticky-copy b{display:block;font-size:18px;line-height:1.05}.sticky-copy small{display:block;font-size:10.5px;margin-top:3px;color:#dbe5ed}.sticky strong{background:var(--orange);border-radius:13px;padding:12px 15px;font-size:12.5px}

/* secondary pages */
.legal{padding:22px 24px 80px}.legal h1{color:var(--navy);font-size:30px;line-height:1.05;margin:10px 0 8px}.legal h2{color:var(--navy);font-size:19px;margin:26px 0 8px}.legal h3{color:var(--navy);font-size:15px;margin:18px 0 5px}.legal p,.legal li{font-size:14px;line-height:1.55;color:#40586d}.legal ul{margin:8px 0 0;padding-left:22px}.legal .notice{background:#fff7e9;border:1px solid var(--line);padding:12px;border-radius:14px}.legal .legal-lead{color:#7a8790;font-size:12px;margin:0 0 18px}.legal .legal-intro{font-size:15px;color:var(--text)}.legal a:not(.back){color:var(--orange);font-weight:700}.back{color:var(--orange);font-weight:800;text-decoration:none}.legal-header{height:72px}.contact-card{margin-top:22px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fffdfa 0%,#fffaf5 100%)}.contact-card h2{margin:0 0 3px;font-size:17px}.contact-card h2:not(:first-child){margin-top:20px}.contact-card p{margin:0}.contact-card a{word-break:break-word}.legal-cta{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;border-radius:10px;background:var(--orange);color:#fff!important;text-decoration:none;box-shadow:0 6px 14px rgba(239,139,0,.16)}

/* Honeypot: kept in the DOM without display:none, but inaccessible to normal visitors. */
.bot-honeypot{position:fixed!important;left:-10000px!important;top:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.bot-honeypot a,.bot-honeypot button{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important}
.bot-suspected .js-max-link{display:none!important}

@media(max-width:560px){
  .page{width:100%;border-radius:0}
  .header{height:66px;padding:12px 20px 0}.logo img{width:120px}
  .hero{min-height:330px;padding:6px 20px 14px}.hero-copy{width:56%}.hero h1{font-size:32px}.hero-copy>p{font-size:12.5px;margin:11px 0 12px;line-height:1.3}.hero-photo{width:46%;height:322px}.btn-main{height:49px;font-size:15px;gap:7px}.max-mark{width:30px;height:30px}.micro{font-size:10.5px}
  .compare-card,.bonus-card,.section,.final-cta,footer{width:calc(100% - 40px)}
  .compare-card{grid-template-columns:46% 54%;min-height:132px}.compare-visual{gap:6px;padding:9px 2px 7px 10px}.machine-col{width:59px}.cap{width:52px;height:19px;font-size:8px}.machine{width:43px;height:61px}.machine.wide{width:49px}.vs{width:25px;height:25px;font-size:8px}.measure{font-size:14px}.compare-copy{padding:12px 11px 10px 5px}.compare-copy h2{font-size:22px}.orange-label{font-size:7px;padding:3px 5px}.compare-copy p{font-size:10.3px}
  .bonus-card{grid-template-columns:31% 69%;min-height:124px;padding:9px 12px}.bonus-art{height:95px}.bonus-art>svg{width:70px;height:80px}.gift-circle{width:41px;height:41px}.gift-circle svg{width:24px;height:24px}.bonus-copy h2{font-size:18px;margin-bottom:5px}.bonus-copy p{font-size:10.6px;margin:5px 0}.round-check{width:18px;height:18px}.bonus-copy a{font-size:9.5px}
  .section-title{font-size:20px}.topic{min-height:88px;padding:10px;gap:10px}.topic-icon{width:49px;height:49px;flex-basis:49px}.topic-icon svg{width:31px;height:31px}.topic h3{font-size:14px}.topic p{font-size:10.2px;line-height:1.25}.post-card{min-height:74px}.post-card img{min-height:74px}.post-copy{padding-left:9px}.post-copy h3{font-size:12.8px}.post-copy p{font-size:9.2px}.why-icon{width:39px;height:39px;flex-basis:39px}.why-icon svg{width:24px;height:24px}.why-box h3{font-size:12.7px}.why-box p{font-size:9.5px}.btn-final{min-height:70px}.btn-final b{font-size:21px}.btn-final small{font-size:10px}.arrow-circle{width:38px;height:38px;flex-basis:38px}.arrow-circle::before{width:8px;height:8px}.sticky{left:50%;right:auto;bottom:max(10px,env(safe-area-inset-bottom));width:calc(100% - 20px);margin:0;transform:translateX(-50%)}.sticky.hidden{transform:translate(-50%,20px)}.sticky .js-max-link{width:100%;min-height:66px;border-radius:17px;grid-template-columns:42px 1fr auto;gap:9px;padding-left:12px}.max-mark.big{width:42px;height:42px}.sticky-copy b{font-size:15px}.sticky-copy small{font-size:9px}.sticky strong{padding:11px 12px;font-size:11px}
}
@media(max-width:390px){
  .hero h1{font-size:29px}.hero-copy{width:58%}.hero-photo{width:45%}.btn-main{font-size:13.5px}.topics{gap:6px}.topic{padding:9px;min-height:84px}.topic-icon{width:44px;height:44px;flex-basis:44px}.topic-icon svg{width:29px;height:29px}.topic h3{font-size:13.5px}.topic p{font-size:9.7px}.sticky-copy small{display:none}
}

/* v3: top channel CTA + giveaway conversion block */
.header-channel-link{
  margin-top:5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:0 17px;
  border-radius:999px;
  border:1px solid #f1d6b5;
  background:#fffaf4;
  color:var(--navy);
  text-decoration:none;
  font-size:12.5px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;
}
.header-channel-link:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.header-channel-link:active{transform:scale(.98)}

.giveaway-card{
  grid-template-columns:27% 73%;
  min-height:148px;
  padding:14px 18px;
}
.giveaway-art{
  height:118px;
  position:relative;
  display:grid;
  place-items:center;
}
.giveaway-gift{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(145deg,var(--orange),var(--orange2));
  box-shadow:0 10px 20px rgba(239,139,0,.20);
}
.giveaway-gift svg{width:46px;height:46px}
.spark{position:absolute;color:var(--orange);font-size:20px;font-weight:900;line-height:1}
.spark-one{right:18px;top:14px}.spark-two{left:18px;bottom:14px;font-size:14px}
.giveaway-copy h2{font-size:24px;line-height:1.05;margin:0 0 8px}
.giveaway-copy p{font-size:12.5px;line-height:1.34;margin:0 0 11px;color:#365269}
.giveaway-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.bonus-channel-btn{
  min-height:38px;
  min-width:145px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:10px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:0 6px 14px rgba(239,139,0,.18);
}
.giveaway-rules{font-size:10.5px!important}

@media(max-width:560px){
  .header{align-items:flex-start}
  .header-channel-link{min-height:38px;padding:0 13px;gap:6px;font-size:11.5px;margin-top:3px}
  .site-footer{width:calc(100% - 40px);padding:12px 0 16px;font-size:10px}
  .legal{padding:18px 20px 60px}.legal h1{font-size:27px}.legal h2{font-size:18px;margin-top:23px}.legal p,.legal li{font-size:13.5px}.legal-header{height:66px;padding-left:20px;padding-right:20px}.contact-card{padding:16px}.legal-cta{width:100%;justify-content:center}
  .giveaway-card{grid-template-columns:25% 75%;min-height:132px;padding:11px 13px}
  .giveaway-art{height:104px}
  .giveaway-gift{width:66px;height:66px}.giveaway-gift svg{width:39px;height:39px}
  .spark-one{right:8px;top:10px}.spark-two{left:8px;bottom:12px}
  .giveaway-copy h2{font-size:19.5px;line-height:1.06;margin-bottom:6px}
  .giveaway-copy p{font-size:11.2px;line-height:1.25;margin-bottom:9px}
  .giveaway-actions{gap:9px}
  .bonus-channel-btn{min-height:36px;min-width:132px;padding:0 15px;font-size:11px!important}
  .giveaway-rules{font-size:9px!important}
}
@media(max-width:390px){
  .header-channel-link{padding:0 10px;font-size:10.8px}
  .giveaway-card{grid-template-columns:23% 77%}
  .giveaway-gift{width:58px;height:58px}.giveaway-gift svg{width:34px;height:34px}
  .giveaway-copy h2{font-size:18.5px}
}

/* v4: exact MAX logo supplied by project owner + equal-height post previews */
.max-logo{
  display:block;
  width:36px;
  height:36px;
  flex:0 0 36px;
  object-fit:contain;
}
.max-logo-big{
  width:50px;
  height:50px;
  flex-basis:50px;
}
.max-logo-header{width:23px;height:23px;flex-basis:23px}
/* Disable the hand-drawn placeholder if an old cached fragment remains. */
.max-mark{display:none!important}

.post-list{
  grid-auto-rows:106px;
}
.post-card{
  height:106px;
  min-height:106px;
}
.post-card img{
  width:100%;
  height:106px;
  min-height:0;
  object-fit:cover;
  object-position:center;
}
.post-copy{
  min-width:0;
}

@media(max-width:560px){
  .max-logo{width:31px;height:31px;flex-basis:31px}
  .max-logo-header{width:22px;height:22px;flex-basis:22px}
  .max-logo-big{width:43px;height:43px;flex-basis:43px}
  .post-list{grid-auto-rows:82px}
  .post-card{height:82px;min-height:82px}
  .post-card img{height:82px;min-height:0}
}
@media(max-width:390px){
  .max-logo-header{width:20px;height:20px;flex-basis:20px}
  .post-list{grid-auto-rows:78px}
  .post-card{height:78px;min-height:78px}
.post-card img{height:78px}
}

/* v5: auto-advancing editorial carousel */
.compare-carousel{position:relative;display:block;min-height:174px;padding:0;overflow:hidden}
.carousel-viewport{width:100%;height:100%;overflow:hidden}
.compare-track{display:flex;width:100%;transform:translate3d(0,0,0);transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.compare-slide{position:relative;display:grid;grid-template-columns:45% 55%;align-items:center;flex:0 0 100%;min-width:100%;min-height:174px}
.compare-slide .compare-visual{width:100%;min-height:130px;padding:11px 6px 8px 16px}
.compare-slide .compare-copy{min-width:0;padding:15px 38px 14px 6px}
.compare-slide .compare-copy h2{font-size:27px}
.carousel-dots{position:absolute;z-index:4;top:11px;right:13px;display:flex;align-items:center;gap:5px}
.carousel-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d3dce2;cursor:pointer;appearance:none;-webkit-appearance:none;transition:width .2s ease,background .2s ease,transform .2s ease}
.carousel-dot.is-active{width:18px;border-radius:999px;background:var(--orange)}
.carousel-dot:hover{transform:scale(1.15)}
.carousel-dot:focus-visible{outline:2px solid var(--orange);outline-offset:3px}

.schematic{position:relative;width:100%;height:130px;overflow:hidden;color:var(--navy)}
.schematic-label,.schematic-value,.dimension,.repair-tag,.repair-note{position:absolute;font-size:8px;line-height:1;letter-spacing:.06em;font-weight:900;white-space:nowrap}
.schematic-label,.dimension,.repair-tag{color:#738693}.schematic-value,.repair-note{color:var(--orange)}
.robot-disc{position:absolute;left:50%;bottom:27px;width:58px;height:58px;transform:translateX(-50%);border:3px solid var(--navy);border-radius:50%;background:#fff;box-shadow:inset 0 -7px 0 #edf1f3}
.robot-disc:before{content:"";position:absolute;left:50%;top:7px;width:7px;height:7px;transform:translateX(-50%);border-radius:50%;background:var(--orange)}
.robot-disc:after{content:"";position:absolute;left:9px;right:9px;bottom:10px;border-top:2px solid var(--navy)}
.robot-disc span{position:absolute;right:7px;top:24px;width:6px;height:6px;border-radius:50%;background:var(--orange)}
.schematic-floor{position:absolute;left:14px;right:14px;bottom:23px;border-bottom:2px solid #c7d1d8}
.robot-height{left:9px;top:19px}.robot-height-value{left:9px;top:31px;font-size:10px}.robot-width{right:11px;bottom:40px}.robot-width-value{right:11px;bottom:27px;font-size:9px}

.niche-frame{position:absolute;left:50%;top:17px;width:86px;height:91px;transform:translateX(-50%);border:3px solid var(--navy);border-bottom-width:5px;background:#fff}
.niche-frame:before{content:"";position:absolute;left:-9px;right:-9px;top:-9px;border-top:2px solid var(--orange)}
.niche-frame:after{content:"";position:absolute;left:10px;right:10px;bottom:11px;border-top:2px solid #c8d1d6}
.niche-shelf{position:absolute;left:9px;right:9px;border-top:2px solid var(--navy)}.niche-shelf:first-child{top:29px}.niche-shelf:last-child{top:58px}
.dimension-width{left:15px;bottom:16px}.dimension-depth{right:10px;top:31px;writing-mode:vertical-rl}.dimension-height{left:50%;top:4px;transform:translateX(-50%);color:var(--orange)}

.repair-wall{position:absolute;left:50%;top:22px;width:126px;height:88px;transform:translateX(-50%);border:2px solid #d4dde2;background:linear-gradient(90deg,transparent 49%,#e9eef0 50%,transparent 51%),linear-gradient(0deg,transparent 49%,#e9eef0 50%,transparent 51%)}
.repair-wall:before{content:"";position:absolute;left:17px;top:0;bottom:0;border-left:2px dashed var(--orange)}
.socket-plate{position:absolute;left:50%;top:49px;width:32px;height:38px;transform:translateX(-50%);border:3px solid var(--navy);border-radius:6px;background:#fff;display:flex;justify-content:center;gap:5px;padding-top:9px}.socket-plate span{width:4px;height:9px;border-radius:3px;background:var(--orange)}
.repair-switch{position:absolute;right:26px;top:37px;width:17px;height:28px;border:2px solid var(--navy);border-radius:3px;background:#fff}.repair-tag{left:12px;top:18px}.repair-note{right:15px;bottom:16px;font-size:9px}

.choice-schematic{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 5px}
.choice-card{width:78px;height:70px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 4px 10px rgba(42,50,56,.04)}
.choice-card span{font-size:8px;font-weight:900;letter-spacing:.08em;color:#7b8b95}.choice-card strong{margin-top:6px;font-size:11px;line-height:1.05;color:var(--navy)}.choice-good{border-color:var(--orange);box-shadow:0 5px 14px rgba(239,139,0,.13)}.choice-good strong{color:var(--orange)}.choice-extra{background:#f8fafb}.choice-vs{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:8px;font-weight:900;flex:0 0 auto}

@media(max-width:560px){
  .compare-carousel{min-height:150px}.compare-slide{grid-template-columns:46% 54%;min-height:150px}.compare-slide .compare-visual{min-height:126px;gap:6px;padding:9px 2px 7px 10px}.compare-slide .compare-copy{padding:12px 30px 10px 5px}.compare-slide .compare-copy h2{font-size:21px}
  .carousel-dots{top:9px;right:10px;gap:4px}.carousel-dot{width:6px;height:6px}.carousel-dot.is-active{width:15px}
  .schematic{height:120px}.robot-disc{width:49px;height:49px;bottom:24px}.robot-disc:after{left:7px;right:7px;bottom:8px}.robot-disc span{right:6px;top:20px;width:5px;height:5px}.robot-disc:before{top:6px;width:6px;height:6px}.schematic-floor{left:9px;right:9px;bottom:20px}.robot-height{left:5px;top:14px}.robot-height-value{left:5px;top:26px;font-size:9px}.robot-width{right:5px;bottom:34px}.robot-width-value{right:5px;bottom:20px;font-size:8px}
  .niche-frame{top:14px;width:68px;height:78px}.niche-frame:before{left:-7px;right:-7px;top:-7px}.niche-shelf{left:7px;right:7px}.niche-shelf:first-child{top:25px}.niche-shelf:last-child{top:49px}.dimension{font-size:7px}.dimension-width{left:6px;bottom:12px}.dimension-depth{right:3px;top:25px}.dimension-height{top:3px}
  .repair-wall{top:17px;width:102px;height:80px}.socket-plate{top:43px;width:27px;height:32px;padding-top:7px}.socket-plate span{width:3px;height:8px}.repair-switch{right:17px;top:30px;width:14px;height:24px}.repair-tag{left:5px;top:13px}.repair-note{right:6px;bottom:12px;font-size:8px}
  .choice-schematic{gap:4px;padding:10px 1px}.choice-card{width:63px;height:60px}.choice-card span{font-size:7px}.choice-card strong{font-size:9px;margin-top:5px}.choice-vs{width:22px;height:22px;font-size:7px}
}
@media(max-width:390px){.compare-carousel{min-height:148px}.compare-slide{min-height:148px}.compare-slide .compare-copy{padding-right:25px}.compare-slide .compare-copy h2{font-size:19px}.compare-slide .orange-label{font-size:6.5px;padding:3px 4px}.compare-slide .compare-copy p{font-size:9.5px}.schematic{height:116px}}
@media(prefers-reduced-motion:reduce){.compare-track{transition:none}}

/* v6: random post image gallery */
.post-gallery{padding-top:2px;margin-bottom:18px}
.post-gallery-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}
.gallery-kicker{display:block;margin-bottom:4px;color:var(--orange);font-size:9px;line-height:1;letter-spacing:.12em;text-transform:uppercase;font-weight:900}
.post-gallery .section-title{margin:0}
.gallery-controls{display:flex;gap:7px;flex:0 0 auto}
.gallery-control{width:34px;height:34px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fffaf4;color:var(--navy);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}
.gallery-control svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.gallery-control:hover{border-color:var(--orange);background:var(--orange);color:#fff;transform:translateY(-1px)}
.gallery-control:focus-visible{outline:2px solid var(--orange);outline-offset:3px}
.gallery-control:disabled{opacity:.36;cursor:default;transform:none}
.post-gallery-viewport{overflow:hidden;border-radius:21px;cursor:grab;touch-action:pan-y;user-select:none}
.post-gallery-viewport:active{cursor:grabbing}
.post-gallery-track{display:flex;gap:16px;will-change:transform;transition:transform .55s cubic-bezier(.22,.61,.36,1);padding:1px 1px 4px}
.post-gallery-track.is-dragging{transition:none}
.post-gallery-slide{position:relative;flex:0 0 calc((100% - 16px) / 2);aspect-ratio:1;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#edf1f3;box-shadow:0 6px 16px rgba(8,47,79,.08)}
.post-gallery-slide img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}
.post-gallery-meta{display:flex;justify-content:space-between;gap:12px;margin-top:9px;color:#7a8993;font-size:10px;line-height:1.2}
.post-gallery-meta span:last-child{color:#a0a9af;text-align:right}
.gallery-empty{margin:0;padding:20px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);font-size:13px;text-align:center}
.post-gallery.is-empty .post-gallery-viewport,.post-gallery.is-empty .post-gallery-meta{display:none}

@media(max-width:560px){
  .post-gallery{margin-bottom:16px}
  .post-gallery-head{margin-bottom:10px}
  .gallery-kicker{font-size:8px}
  .gallery-control{width:32px;height:32px;font-size:22px}
  .post-gallery-viewport{margin:0 -1px}
  .post-gallery-track{gap:12px}
  .post-gallery-slide{flex-basis:min(82vw,320px);border-radius:18px}
  .post-gallery-meta{font-size:9.5px}
}

@media(prefers-reduced-motion:reduce){.post-gallery-track{transition:none}}

/* v10: expanded thematic SEO section */
.hero{min-height:430px}
.hero-photo{height:420px}
.hero-copy>p{font-size:14px;line-height:1.3;max-width:360px}
.seo-overview{margin-top:18px;margin-bottom:20px}
.seo-overview-intro{padding:17px 18px 15px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fffdfa 0%,#fffaf5 100%)}
.seo-kicker{display:block;margin-bottom:5px;color:var(--orange);font-size:9px;line-height:1;letter-spacing:.12em;text-transform:uppercase;font-weight:900}
.seo-overview .section-title{margin:0 0 11px;font-size:25px;line-height:1.05}
.seo-overview-intro p{margin:0 0 9px;color:#405b70;font-size:13px;line-height:1.45}
.seo-overview-intro p:last-child{margin-bottom:0}
.seo-topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}
.seo-topic-card{min-height:126px;padding:14px 15px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 4px 14px rgba(42,50,56,.025)}
.seo-topic-card h3{margin:0 0 7px;color:var(--navy);font-size:15px;line-height:1.1}
.seo-topic-card h3::before{content:"";display:inline-block;width:7px;height:7px;margin:0 7px 2px 0;border-radius:50%;background:var(--orange)}
.seo-topic-card p{margin:0;color:#52697b;font-size:11.5px;line-height:1.38}

@media(max-width:560px){
  .hero{min-height:470px}
  .hero-copy{width:59%}
  .hero-photo{width:41%;height:445px}
  .hero-copy>p{font-size:11px;line-height:1.28;max-width:225px}
  .seo-overview{margin-top:15px;margin-bottom:17px}
  .seo-overview-intro{padding:15px 14px 14px;border-radius:17px}
  .seo-overview .section-title{font-size:21px;line-height:1.08;margin-bottom:9px}
  .seo-overview-intro p{font-size:12px;line-height:1.4}
  .seo-topic-grid{grid-template-columns:1fr;gap:7px}
  .seo-topic-card{min-height:0;padding:13px 14px;border-radius:15px}
  .seo-topic-card h3{font-size:14px;margin-bottom:5px}
  .seo-topic-card p{font-size:11px;line-height:1.35}
}
@media(max-width:390px){
  .hero{min-height:500px}
  .hero-copy{width:60%}
  .hero-photo{width:40%;height:470px}
  .hero-copy>p{font-size:10.5px}
}

/* v11: thematic landing pages */
.landing-page{padding-bottom:72px}
.landing-page .header{height:74px}
.landing-page .header .logo{display:block}
.landing-page .header-channel-link{margin-top:2px}
.landing-main{padding:0 24px}
.landing-hero{position:relative;overflow:hidden;min-height:286px;padding:26px 25px 22px;border-radius:24px;background:var(--navy);color:#fff;box-shadow:0 12px 26px rgba(8,47,79,.14)}
.landing-hero:after{content:"";position:absolute;right:-68px;bottom:-92px;width:250px;height:250px;border:34px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 24px rgba(239,139,0,.12),0 0 0 57px rgba(255,255,255,.06)}
.landing-hero--tech{--landing-accent:#55b3ff}.landing-hero--home{--landing-accent:#85c98d}.landing-hero--kitchen{--landing-accent:#ffb12b}.landing-hero--cleaning{--landing-accent:#63c6c2}.landing-hero--useful{--landing-accent:#ff9c6c}.landing-hero--cozy{--landing-accent:#d1a4ff}
.landing-hero-copy{position:relative;z-index:2;max-width:520px}
.landing-eyebrow{display:inline-flex;align-items:center;gap:7px;margin:0 0 12px;color:var(--landing-accent);font-size:10px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:900}
.landing-eyebrow:before{content:"";width:22px;height:2px;background:var(--landing-accent);border-radius:2px}
.landing-hero h1{max-width:480px;margin:0;color:#fff;font-size:39px;line-height:1.02;letter-spacing:-.035em;font-weight:900}
.landing-hero h1 span{color:var(--landing-accent)}
.landing-lead{max-width:475px;margin:14px 0 0;color:#dbe8f1;font-size:14px;line-height:1.42}
.landing-chips{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0 0}
.landing-chip{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;font-size:10px;font-weight:800;background:rgba(255,255,255,.08)}
.landing-index{position:absolute;z-index:2;right:24px;top:21px;color:rgba(255,255,255,.46);font-size:64px;line-height:1;font-weight:900;letter-spacing:-.09em}
.landing-index small{display:block;margin:4px 0 0 7px;color:var(--landing-accent);font-size:9px;letter-spacing:.12em;line-height:1;text-transform:uppercase}
.landing-hero .btn-main{position:relative;z-index:3;margin-top:18px;max-width:260px;height:48px;font-size:15px;border:1px solid rgba(255,255,255,.14)}
.landing-section{margin:22px 0 0}
.landing-section-title{margin:0 0 10px;color:var(--navy);font-size:24px;line-height:1.05;letter-spacing:-.03em;font-weight:900}
.landing-intro{padding:17px 18px 16px;border:1px solid var(--line);border-radius:19px;background:linear-gradient(180deg,#fffdfa 0%,#fffaf5 100%)}
.landing-intro p{margin:0;color:#405b70;font-size:13px;line-height:1.48}.landing-intro p+p{margin-top:9px}
.landing-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.landing-check{min-height:112px;padding:14px 13px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 4px 14px rgba(42,50,56,.025)}
.landing-check strong{display:block;margin:0 0 7px;color:var(--navy);font-size:14px;line-height:1.1}.landing-check strong:before{content:"";display:block;width:8px;height:8px;margin-bottom:9px;border-radius:50%;background:var(--landing-accent,#ef8b00)}
.landing-check p{margin:0;color:#52697b;font-size:11px;line-height:1.36}
.landing-posts{display:grid;gap:8px}
.landing-post-card{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px 15px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 4px 14px rgba(42,50,56,.025)}
.landing-post-number{display:grid;place-items:start center;padding-top:2px;color:var(--orange);font-size:15px;line-height:1;font-weight:900}
.landing-post-card h3{margin:0 0 5px;color:var(--navy);font-size:15px;line-height:1.13;font-weight:900}.landing-post-card p{margin:0;color:#52697b;font-size:11.5px;line-height:1.4}
.landing-post-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.landing-post-meta span{color:var(--orange);font-size:9px;line-height:1;font-weight:900}
.landing-note{margin-top:11px;padding:12px 14px;border-left:3px solid var(--landing-accent,#ef8b00);border-radius:0 12px 12px 0;background:#fff8ee;color:#52697b;font-size:11px;line-height:1.4}
.landing-bottom{margin-top:22px;padding:18px 18px 17px;border-radius:19px;background:#f5f8fa;border:1px solid #e4ebef}.landing-bottom h2{margin:0;color:var(--navy);font-size:20px;line-height:1.08}.landing-bottom p{margin:7px 0 13px;color:#52697b;font-size:12px;line-height:1.4}.landing-bottom .btn-final{min-height:64px;padding:8px 13px;border-radius:14px}.landing-bottom .btn-final b{font-size:19px}.landing-bottom .btn-final small{font-size:10px}
.landing-page .site-footer{padding-top:18px}
.landing-page .sticky{display:none}
.seo-topic-card h3 a{color:inherit;text-decoration:none}.seo-topic-card h3 a:hover,.seo-topic-card h3 a:focus-visible{color:var(--orange);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
@media(max-width:560px){
  .landing-page .header{height:66px}.landing-main{padding:0 20px}.landing-hero{min-height:324px;padding:21px 17px 18px;border-radius:19px}.landing-hero:after{right:-86px;bottom:-103px;width:218px;height:218px;border-width:27px}.landing-index{right:16px;top:16px;font-size:49px}.landing-index small{font-size:7px;margin-left:5px}.landing-hero h1{max-width:280px;font-size:31px;line-height:1.03}.landing-lead{max-width:300px;margin-top:12px;font-size:12px;line-height:1.4}.landing-chips{margin-top:13px;gap:5px}.landing-chip{min-height:23px;padding:0 8px;font-size:9px}.landing-hero .btn-main{max-width:245px;height:45px;margin-top:15px;font-size:13px}.landing-section{margin-top:17px}.landing-section-title{font-size:21px;margin-bottom:8px}.landing-intro{padding:14px 14px 13px;border-radius:16px}.landing-intro p{font-size:12px;line-height:1.42}.landing-checks{grid-template-columns:1fr;gap:7px;margin-top:8px}.landing-check{min-height:0;padding:12px 13px;border-radius:14px}.landing-check strong{display:flex;align-items:center;gap:7px;margin-bottom:5px;font-size:13px}.landing-check strong:before{width:7px;height:7px;margin:0;flex:0 0 7px}.landing-check p{font-size:10.5px}.landing-post-card{grid-template-columns:30px 1fr;gap:9px;padding:12px 12px;border-radius:15px}.landing-post-number{font-size:13px}.landing-post-card h3{font-size:13px;margin-bottom:4px}.landing-post-card p{font-size:10.5px;line-height:1.36}.landing-post-meta{margin-top:6px}.landing-post-meta span{font-size:8px}.landing-note{font-size:10.5px;margin-top:8px}.landing-bottom{margin-top:17px;padding:15px 14px 14px;border-radius:16px}.landing-bottom h2{font-size:18px}.landing-bottom p{font-size:11px;margin:6px 0 11px}.landing-bottom .btn-final{min-height:59px}.landing-bottom .btn-final b{font-size:17px}.landing-bottom .btn-final small{font-size:9px}
}
