/* Affiliate Content — locked design (self-contained, no theme required) */
:root{
  --ac-ink:#0F172A; --ac-forest:#172554; --ac-forest-mid:#1E3A8A;
  --ac-amber:#2563EB; --ac-amber-dark:#1D4ED8; --ac-brass:#3B82F6;
  --ac-pro:#16A34A; --ac-con:#DC2626;
  --ac-muted:#64748B; --ac-border:#D5DEE9; --ac-star:#F59E0B;
  --ac-bg:#F1F5F9; --ac-sage:#E2E8F0; --ac-card:#FFFFFF; --ac-prose:#334155;
  --ac-display:"Bricolage Grotesque",system-ui,sans-serif;
  --ac-sans:"Source Sans 3",system-ui,sans-serif;
  --ac-shell:1100px; --ac-pad:16px;
}
.ac-body, .ac-body *{box-sizing:border-box}
.ac-body{
  margin:0; font-family:var(--ac-sans); background:var(--ac-bg); color:var(--ac-ink);
  line-height:1.55; -webkit-font-smoothing:antialiased;
}
.ac-body img{display:block;max-width:100%;object-fit:contain}
.ac-body a{color:inherit}

.ac-glow{
  position:fixed;width:200px;height:200px;border-radius:50%;
  pointer-events:none;z-index:9998;transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(37,99,235,.12) 0%,rgba(37,99,235,.04) 42%,transparent 72%);
  filter:blur(10px);mix-blend-mode:normal;opacity:0;transition:opacity .25s;
}
@media (prefers-reduced-motion:reduce){.ac-glow{display:none!important}}

.ac-shell{min-height:100vh}
.ac-page{
  max-width:var(--ac-shell); margin:0 auto; width:100%;
  padding:28px var(--ac-pad) 40px;
  position:relative; z-index:1;
}

/* Header — Underline Active (H10) + mobile menu */
.ac-header.ac-header-underline{
  position:relative; z-index:20;
  max-width:var(--ac-shell); margin:0 auto; width:100%;
  padding:16px var(--ac-pad) 0;
}
.ac-header-inner{
  background:linear-gradient(145deg,#172554,#2563EB 70%,#1D4ED8);
  border-radius:14px; padding:16px 20px;
  box-shadow:0 12px 28px rgba(15,23,42,.1);
}
.ac-header-row{
  display:flex; justify-content:space-between; align-items:center;
  gap:16px; flex-wrap:nowrap; margin-bottom:0;
}
.ac-header-spacer{display:none; width:44px; flex:0 0 44px}
/* Logo must beat `.ac-body a{color:inherit}` (theme/body ink was showing black). */
.ac-body a.ac-logo,
.ac-header .ac-logo,
.ac-logo{
  font-family:var(--ac-display); font-weight:800;
  color:#fff!important;
  font-size:1.15rem; text-decoration:none!important; line-height:1.15;
  transition:font-size .2s ease;
}
.ac-body a.ac-logo span,
.ac-header .ac-logo span,
.ac-logo span{color:#93C5FD!important}
.ac-logo-sm{font-size:.95rem!important}
.ac-logo-md{font-size:1.15rem!important}
.ac-logo-lg{font-size:1.45rem!important}
.ac-logo-xl{font-size:1.85rem!important}
.ac-logo-2xl{font-size:2.2rem!important}
.ac-logo-3xl{font-size:2.6rem!important}

/* Hamburger (mobile) */
.ac-menu-toggle{
  display:none; appearance:none; -webkit-appearance:none;
  width:44px; height:44px; margin:0; padding:0; border:0; cursor:pointer;
  background:rgba(255,255,255,.08); border-radius:12px;
  align-items:center; justify-content:center; flex:0 0 44px;
  transition:background .25s ease, transform .25s ease;
}
.ac-menu-toggle:hover{background:rgba(255,255,255,.14)}
.ac-menu-toggle:focus-visible{outline:2px solid #93C5FD; outline-offset:2px}
.ac-menu-lines{
  position:relative; width:20px; height:14px; display:block;
}
.ac-menu-lines i{
  position:absolute; left:0; right:0; height:2px; border-radius:2px;
  background:#fff; transition:transform .35s cubic-bezier(.22,1,.36,1), opacity .25s ease, top .35s cubic-bezier(.22,1,.36,1);
}
.ac-menu-lines i:nth-child(1){top:0}
.ac-menu-lines i:nth-child(2){top:6px}
.ac-menu-lines i:nth-child(3){top:12px}
.ac-header.is-open .ac-menu-lines i:nth-child(1){top:6px; transform:rotate(45deg)}
.ac-header.is-open .ac-menu-lines i:nth-child(2){opacity:0; transform:scaleX(.3)}
.ac-header.is-open .ac-menu-lines i:nth-child(3){top:6px; transform:rotate(-45deg)}

.ac-nav{display:flex; gap:18px; flex-wrap:wrap; align-items:center}
.ac-body .ac-nav a,
.ac-nav a{
  color:rgba(255,255,255,.78)!important; text-decoration:none!important; font-size:.88rem; font-weight:600;
  position:relative; padding-bottom:8px;
}
.ac-nav a::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:2px;
  background:#93C5FD; transform:scaleX(0); transition:transform .25s ease;
  border-radius:2px;
}
.ac-body .ac-nav a:hover,
.ac-nav a:hover{color:#fff!important}
.ac-nav a:hover::after,
.ac-nav a.ac-on::after{transform:scaleX(1)}
.ac-body .ac-nav a.ac-on,
.ac-nav a.ac-on{color:#fff!important}

@media (max-width:860px){
  .ac-header-inner{padding:12px 14px 12px}
  .ac-header-row{
    display:grid;
    grid-template-columns:44px 1fr 44px;
    align-items:center; gap:8px;
  }
  .ac-header-spacer{display:block}
  .ac-header .ac-logo{
    justify-self:center; text-align:center; grid-column:2;
  }
  .ac-menu-toggle{display:inline-flex; grid-column:3; justify-self:end}
  .ac-nav{
    grid-column:1 / -1;
    display:flex; flex-direction:column; align-items:stretch;
    gap:0; max-height:0; overflow:hidden; opacity:0;
    margin:0; padding:0;
    border-top:1px solid transparent;
    transition:max-height .45s cubic-bezier(.22,1,.36,1), opacity .3s ease, margin .3s ease, border-color .3s ease;
  }
  .ac-header.is-open .ac-nav{
    max-height:320px; opacity:1; margin-top:10px; padding-top:8px;
    border-top-color:rgba(147,197,253,.22);
  }
  .ac-body .ac-nav a,
  .ac-nav a{
    display:block; padding:14px 10px; font-size:.98rem;
    border-radius:10px; padding-bottom:14px;
    opacity:0; transform:translateY(-8px);
    transition:background .2s ease, color .2s ease, opacity .35s ease, transform .4s cubic-bezier(.22,1,.36,1);
  }
  .ac-nav a::after{display:none}
  .ac-header.is-open .ac-nav a{
    opacity:1; transform:translateY(0);
  }
  .ac-header.is-open .ac-nav a:nth-child(1){transition-delay:.05s}
  .ac-header.is-open .ac-nav a:nth-child(2){transition-delay:.1s}
  .ac-header.is-open .ac-nav a:nth-child(3){transition-delay:.15s}
  .ac-header.is-open .ac-nav a:nth-child(4){transition-delay:.2s}
  .ac-body .ac-nav a:hover,
  .ac-nav a:hover,
  .ac-body .ac-nav a.ac-on,
  .ac-nav a.ac-on{background:rgba(255,255,255,.1); color:#fff!important}
}
@media (prefers-reduced-motion:reduce){
  .ac-menu-lines i, .ac-nav, .ac-nav a{transition:none!important}
}

/* Footer — Dark Teal Band (F03) */
.ac-footer.ac-footer-teal{
  position:relative; z-index:1;
  margin:24px auto 0; max-width:var(--ac-shell); width:100%;
  padding:0 var(--ac-pad) 40px;
}
.ac-footer-inner{
  background:linear-gradient(145deg,#172554,#2563EB 70%,#1D4ED8);
  color:#fff; border-radius:14px; padding:32px 24px 24px;
  box-shadow:0 12px 28px rgba(15,23,42,.1);
}
.ac-footer-top{
  display:flex; justify-content:space-between; gap:24px;
  align-items:flex-start; flex-wrap:wrap; margin-bottom:22px;
}
.ac-body a.ac-footer-logo,
.ac-footer-logo{
  font-family:var(--ac-display); font-weight:800; color:#fff!important;
  font-size:1.2rem; text-decoration:none!important; display:inline-block; margin-bottom:8px;
}
.ac-body a.ac-footer-logo span,
.ac-footer-logo span{color:#93C5FD!important}
.ac-footer-about{
  color:rgba(255,255,255,.82); font-size:.9rem; line-height:1.45;
  max-width:32em; margin:0;
}
.ac-footer-nav{display:flex; gap:16px; flex-wrap:wrap}
.ac-body .ac-footer-nav a,
.ac-footer-nav a{
  color:rgba(255,255,255,.88)!important; text-decoration:none!important; font-weight:600; font-size:.88rem;
}
.ac-body .ac-footer-nav a:hover,
.ac-footer-nav a:hover{color:#fff!important}
.ac-footer-bottom{
  display:flex; align-items:flex-start; justify-content:space-between; gap:16px 28px;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.18); padding-top:14px;
}
.ac-footer-copy{
  color:rgba(255,255,255,.7); font-size:.8rem; margin:0;
  flex:1 1 200px;
}
.ac-footer-affiliate{
  color:rgba(255,255,255,.68); font-size:.75rem; margin:0;
  flex:1 1 260px; max-width:36em; text-align:right; line-height:1.4;
}
.ac-body .ac-footer-copy a,
.ac-footer-copy a{color:#fff!important; text-decoration:none!important; font-weight:600}
.ac-footer-copy a{color:#BFDBFE; text-decoration:none; font-weight:600}
.ac-footer-copy a:hover{text-decoration:underline; color:#fff}
@media(max-width:720px){
  /* Compact footer on phones */
  .ac-footer.ac-footer-teal{margin-top:14px; padding:0 var(--ac-pad) 14px}
  .ac-footer-inner{padding:16px 14px 12px; border-radius:12px}
  .ac-footer-top{
    flex-direction:column; gap:10px; margin-bottom:10px; align-items:stretch;
  }
  .ac-footer-logo{font-size:1.05rem; margin-bottom:2px}
  .ac-footer-about{display:none} /* saves height; links + legal remain */
  .ac-footer-nav{gap:8px 12px}
  .ac-body .ac-footer-nav a,
  .ac-footer-nav a{font-size:.78rem}
  .ac-footer-bottom{flex-direction:column; gap:4px; padding-top:10px}
  .ac-footer-copy{font-size:.7rem; flex:none}
  .ac-footer-affiliate{
    text-align:left; max-width:none; flex:none;
    font-size:.68rem; line-height:1.35;
  }
}

.ac-block{
  background:var(--ac-card); border:1px solid var(--ac-border); border-radius:18px;
  padding:28px 24px 32px; margin-bottom:24px;
  box-shadow:0 10px 30px rgba(15,23,42,.04);
}
.ac-title-cover{
  background:linear-gradient(145deg,#172554,#2563EB 70%,#1D4ED8);
  color:#fff; text-align:center; padding:40px 22px 44px;
  border-radius:18px; margin-bottom:18px;
  box-shadow:0 10px 30px rgba(15,23,42,.08);
}
.ac-eyebrow{
  font-size:.7rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase;
  color:var(--ac-amber-dark); margin:0 0 8px;
}
.ac-title-cover .ac-eyebrow, .ac-cover .ac-eyebrow{color:rgba(255,255,255,.75)}
.ac-pill{
  display:inline-block; background:rgba(255,255,255,.14); color:#fff!important;
  padding:5px 12px; border-radius:999px; letter-spacing:.1em; margin-bottom:12px;
}
.ac-title-cover h1, .ac-cover h1{
  font-family:var(--ac-display); font-size:clamp(1.55rem,3.4vw,2.25rem); font-weight:800;
  letter-spacing:-.03em; line-height:1.15; color:#fff; margin:0 0 12px;
}
.ac-byline{color:rgba(255,255,255,.85); margin:0; font-size:.95rem}
.ac-byline .ac-author{color:#fff; font-weight:600}
.ac-block h2{
  font-family:var(--ac-display); font-size:clamp(1.25rem,2.4vw,1.55rem); font-weight:700;
  letter-spacing:-.02em; color:var(--ac-forest); margin:0 0 16px; text-align:center;
}
.ac-prose p{margin:0 0 12px; color:var(--ac-prose); font-size:.98rem}
.ac-subh{font-family:var(--ac-display); font-size:1.05rem; color:var(--ac-ink); margin:14px 0 8px; text-align:left}
.ac-commission{text-align:center; font-size:.8rem; color:var(--ac-muted); margin:14px 0 0; font-style:italic}
.ac-stars{color:var(--ac-star); letter-spacing:1px}
.ac-txt{color:var(--ac-muted); font-size:.92rem; margin:0 0 10px}

/* Buttons + Mosaic Tiles (H39) */
.ac-btn{
  position:relative; overflow:hidden; isolation:isolate;
  display:inline-flex; align-items:center; justify-content:center;
  background:var(--ac-amber); color:#fff!important; text-decoration:none!important;
  font-weight:700; font-size:.84rem; padding:11px 16px; border-radius:10px;
  transition:background .25s ease;
}
.ac-btn:hover{background:var(--ac-amber-dark)}
.ac-btn-sm{padding:8px 12px; font-size:.72rem}
.ac-btn-block{width:100%}
.ac-btn-ghost{
  background:transparent!important; color:#fff!important;
  border:1px solid rgba(147,197,253,.45);
}
.ac-btn-ghost:hover{background:rgba(255,255,255,.1)!important; border-color:#93C5FD}
.ac-tiles{
  position:absolute; inset:0; display:grid; grid-template-columns:repeat(6,1fr);
  opacity:0; z-index:0; pointer-events:none;
}
.ac-tiles i{background:rgba(255,255,255,.14); transform:scaleY(0); transform-origin:bottom; display:block}
.ac-btn-label{position:relative; z-index:1}
.ac-btn:hover .ac-tiles{opacity:1}
.ac-btn:hover .ac-tiles i{animation:acTileUp .45s ease forwards}
.ac-btn:hover .ac-tiles i:nth-child(2){animation-delay:.03s}
.ac-btn:hover .ac-tiles i:nth-child(3){animation-delay:.06s}
.ac-btn:hover .ac-tiles i:nth-child(4){animation-delay:.09s}
.ac-btn:hover .ac-tiles i:nth-child(5){animation-delay:.12s}
.ac-btn:hover .ac-tiles i:nth-child(6){animation-delay:.15s}
@keyframes acTileUp{to{transform:scaleY(1)}}
@media (prefers-reduced-motion:reduce){
  .ac-btn:hover .ac-tiles i{animation:none; transform:scaleY(1)}
}

/* Top 3 */
.ac-picks{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
  background:var(--ac-sage); border-radius:16px; padding:14px;
}
.ac-pick{
  position:relative; background:var(--ac-card); border-radius:12px;
  padding:18px 16px 16px 28px; border:1px dashed #BFDBFE; text-align:center;
  transition:opacity .3s ease, transform .3s ease, filter .3s ease, box-shadow .3s ease;
}
.ac-pick.ac-hi{border-color:#93C5FD; box-shadow:0 8px 20px rgba(37,99,235,.08)}
.ac-rank{
  position:absolute; left:-1px; top:20px; width:26px; height:26px;
  background:var(--ac-forest-mid); color:#fff; border-radius:0 8px 8px 0;
  display:grid; place-items:center; font-family:var(--ac-display); font-weight:800; font-size:.78rem;
  z-index:2;
}
.ac-pick.ac-hi .ac-rank{background:var(--ac-amber); width:30px; height:30px; font-size:.85rem}
.ac-pick:nth-child(3) .ac-rank{background:#1E40AF}
.ac-badge-wrap{display:flex; justify-content:center; margin-bottom:10px}
.ac-badge{
  display:inline-block; font-size:.65rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  color:#1D4ED8; background:rgba(37,99,235,.12); padding:5px 12px; border-radius:999px;
  position:relative; overflow:hidden;
}
.ac-pick.ac-hi .ac-badge{background:rgba(37,99,235,.2); color:#1E3A8A}
.ac-badge::after{
  content:""; position:absolute; inset:0; transform:translateX(-120%);
  background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.55) 50%,transparent 70%);
  pointer-events:none;
}
.ac-pick:hover .ac-badge::after{animation:acBadgeSweep .7s ease}
@keyframes acBadgeSweep{to{transform:translateX(120%)}}
.ac-pick h3{margin:0 0 6px; font-family:var(--ac-display); font-size:.98rem; font-weight:700}
.ac-pick h3 a{text-decoration:none}
.ac-pick h3 a:hover{color:var(--ac-amber); text-decoration:underline}
.ac-meta{display:flex; gap:8px; align-items:center; justify-content:center; margin-bottom:10px}
.ac-sc{font-weight:800; font-size:.85rem; color:var(--ac-amber-dark)}
.ac-pimg{
  width:120px; height:120px; margin:0 auto 14px; overflow:hidden; position:relative;
}
.ac-pimg a{display:flex; align-items:center; justify-content:center; width:100%; height:100%}
.ac-pimg img{width:100%; height:100%; max-width:100%; max-height:100%; object-fit:contain}
.ac-feats{list-style:none; display:grid; gap:5px; margin:0 0 14px; padding:0; text-align:left; position:relative; z-index:1}
.ac-feats li{font-size:.76rem; color:var(--ac-muted); padding-left:16px; position:relative}
.ac-feats li::before{content:"✓"; position:absolute; left:0; color:var(--ac-forest-mid); font-weight:800}
.ac-pick .ac-btn{width:100%}
.ac-picks:hover .ac-pick{opacity:.55; transform:scale(.98); filter:saturate(.85)}
.ac-picks:hover .ac-pick:hover{
  opacity:1; transform:scale(1.03) translateY(-4px); filter:none;
  border-color:#93C5FD; box-shadow:0 14px 30px rgba(15,23,42,.1); z-index:2;
}
@media(max-width:860px){.ac-picks{grid-template-columns:1fr}}

/* Comparison */
.ac-table-note{text-align:center; color:var(--ac-muted); font-size:.9rem; margin:-6px 0 16px}
.ac-crow-list{display:grid; gap:10px}
.ac-crow-head,.ac-crow{
  display:grid;
  grid-template-columns:48px minmax(150px,1fr) minmax(220px,1.35fr) 78px 148px;
  gap:0; align-items:center;
}
.ac-crow-head{
  border-radius:8px; font-family:var(--ac-display);
  font-size:.66rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  background:#EFF6FF; border:1px dashed #BFDBFE;
}
.ac-crow-head > span{
  display:flex; align-items:center; justify-content:center;
  padding:12px 10px; color:#1E40AF; text-align:center;
}
.ac-crow{
  background:#fff; border:1px solid var(--ac-border); border-radius:12px; padding:12px 10px;
}
.ac-crow.ac-best-row{border-color:#93C5FD}
.ac-crow-rank{
  font-family:var(--ac-display); font-weight:800; font-size:1.05rem;
  color:var(--ac-forest); text-align:center;
}
.ac-best-row .ac-crow-rank{color:var(--ac-amber-dark)}
.ac-crow-prod{display:flex; gap:10px; align-items:center; min-width:0; padding:0 8px}
.ac-crow-img{
  display:flex; align-items:center; justify-content:center;
  width:62px; height:62px; flex-shrink:0; overflow:hidden;
}
.ac-crow-img img{width:62px; height:62px; object-fit:contain}
.ac-crow-prod strong{display:block; font-family:var(--ac-display); font-size:.9rem; line-height:1.25}
.ac-crow-prod strong a{text-decoration:none}
.ac-crow-prod strong a:hover{color:var(--ac-amber); text-decoration:underline}
.ac-crow-specs{
  background:var(--ac-sage); border:1px solid var(--ac-border); border-radius:10px;
  padding:10px 12px; min-width:0;
}
.ac-crow-specs ul{list-style:none; display:grid; gap:4px; margin:0; padding:0}
.ac-crow-specs li{
  font-size:.78rem; color:var(--ac-muted); line-height:1.35; padding-left:14px; position:relative;
}
.ac-crow-specs li::before{
  content:"✓"; position:absolute; left:0; color:var(--ac-forest-mid); font-weight:800; font-size:.72rem;
}
.ac-crow-score{
  font-family:var(--ac-display); font-weight:800; font-size:1.25rem;
  color:var(--ac-amber-dark); text-align:center;
}
.ac-crow-price{display:flex; justify-content:center; padding:0 6px}
.ac-crow .ac-btn-sm{white-space:nowrap; width:100%}
@media(max-width:860px){
  .ac-crow-head{display:none}
  .ac-crow{
    grid-template-columns:40px 1fr auto;
    grid-template-areas:"rank prod score" "specs specs specs" "price price price";
    gap:10px;
  }
  .ac-crow-rank{grid-area:rank}
  .ac-crow-prod{grid-area:prod}
  .ac-crow-score{grid-area:score; text-align:right}
  .ac-crow-specs{grid-area:specs}
  .ac-crow-price{grid-area:price}
}

/* Review blocks in best pages */
.ac-review-title{
  font-family:var(--ac-display); font-size:clamp(1.2rem,2.2vw,1.45rem);
  font-weight:700; color:var(--ac-forest); text-align:left; margin:0 0 14px;
}
.ac-review-block{margin:0 0 8px}
.ac-review-block + .ac-review-block{
  margin-top:40px;
  padding-top:8px;
}
.ac-review-block:first-child .ac-review-title{margin-top:0}
.ac-review-box{border:1px dashed #BFDBFE; border-radius:14px; padding:18px 16px 16px}
.ac-review-sb{
  display:grid; grid-template-columns:.75fr 1.4fr; gap:22px; align-items:center; margin-bottom:18px;
}
.ac-rev-media{
  width:176px; height:176px; margin:0 auto; overflow:hidden; display:grid; place-items:center;
}
.ac-rev-media a{display:flex; width:100%; height:100%; align-items:center; justify-content:center}
.ac-rev-media img{width:100%; height:100%; object-fit:contain}
.ac-rev-name{font-family:var(--ac-display); font-size:1.15rem; font-weight:700; color:var(--ac-forest); margin:0 0 8px}
.ac-rev-name a{text-decoration:none}
.ac-rev-name a:hover{color:var(--ac-amber); text-decoration:underline}
.ac-scoreline{display:flex; align-items:baseline; gap:8px; margin-bottom:8px}
.ac-big{font-family:var(--ac-display); font-size:2.4rem; font-weight:800; color:var(--ac-amber-dark); line-height:1}
.ac-out{font-weight:700; color:var(--ac-muted)}
.ac-specs{list-style:none; display:grid; gap:6px; margin:10px 0 14px; padding:0}
.ac-specs li{font-size:.84rem; color:var(--ac-muted); padding-left:16px; position:relative}
.ac-specs li::before{content:"✓"; position:absolute; left:0; color:var(--ac-forest); font-weight:800}
.ac-pc{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:8px}
.ac-pc-card{border:1px solid var(--ac-border); border-radius:12px; overflow:hidden; background:var(--ac-card)}
.ac-pc-bar{font-family:var(--ac-display); font-size:.85rem; font-weight:800; padding:10px 14px; color:#fff}
.ac-pc-bar.ac-pro{background:var(--ac-pro)}
.ac-pc-bar.ac-con{background:var(--ac-con)}
.ac-pc-card ul{list-style:none; display:grid; gap:8px; padding:12px 14px 14px; margin:0}
.ac-pc-card li{font-size:.86rem; color:var(--ac-muted); padding-left:18px; position:relative}
.ac-pc-bar.ac-pro + ul li::before{content:"✓"; position:absolute; left:0; color:var(--ac-pro); font-weight:800}
.ac-pc-bar.ac-con + ul li::before{content:"✕"; position:absolute; left:0; color:var(--ac-con); font-weight:800}
.ac-review-detail{margin-top:16px; padding-top:14px; border-top:1px solid var(--ac-border); text-align:left}
.ac-review-detail h3{font-family:var(--ac-display); font-size:1.05rem; color:var(--ac-forest); margin:14px 0 8px; text-align:left}
.ac-review-detail p{color:var(--ac-muted); font-size:.92rem; margin:0 0 10px; line-height:1.55}
.ac-review-cta{margin-top:16px; text-align:center}
.ac-review-cta .ac-btn{width:50%; max-width:280px; margin:0 auto; display:inline-flex}
.ac-review-cta .ac-commission{margin-top:10px}
@media(max-width:760px){
  .ac-review-sb{grid-template-columns:1fr}
  .ac-pc{grid-template-columns:1fr}
  .ac-review-cta .ac-btn{width:auto; max-width:100%; min-width:min(100%, 260px)}

  /* Buying guides: center Check Price buttons on mobile */
  .ac-best .ac-review-sb > div:last-child{
    display:flex; flex-direction:column; align-items:center; text-align:center;
  }
  .ac-best .ac-review-sb .ac-specs{text-align:left; width:100%}
  .ac-best .ac-review-sb .ac-btn{
    display:inline-flex; margin-left:auto; margin-right:auto; width:auto; min-width:min(100%, 240px);
  }
  .ac-best .ac-review-cta{text-align:center}
  .ac-best .ac-review-cta .ac-btn{
    display:inline-flex; margin:0 auto; width:auto; min-width:min(100%, 260px);
  }
  .ac-best .ac-crow-price{justify-content:center}
  .ac-best .ac-crow-price .ac-btn{width:auto; min-width:min(100%, 220px); margin:0 auto}
}

/* FAQs / numbered stack */
.ac-faqs .ac-faq{padding:14px 0; border-bottom:1px solid var(--ac-border)}
.ac-faqs .ac-faq:last-child{border-bottom:0}
.ac-faq-q{display:flex; gap:12px; align-items:flex-start; margin-bottom:8px}
.ac-n{font-family:var(--ac-display); font-weight:800; color:var(--ac-amber-dark); font-size:1.1rem; min-width:28px}
.ac-faq-q h3{font-family:var(--ac-display); font-size:1rem; font-weight:700; margin:0; color:var(--ac-ink)}
.ac-faq-a p{font-size:.92rem; color:var(--ac-muted); line-height:1.55; margin:0}

/* Guide + single review covers */
.ac-cover{
  background:linear-gradient(160deg,#1F3530,#2563EB); color:#fff;
  padding:44px 22px 48px; text-align:center; border-radius:18px; margin:0 0 22px;
  box-shadow:0 10px 30px rgba(15,23,42,.08);
}
.ac-cover .ac-by{color:rgba(255,255,255,.85); font-size:.95rem; max-width:34em; margin:0 auto}
.ac-cover .ac-eyebrow{
  font-size:.7rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  color:rgba(255,255,255,.75); margin:0 0 10px;
}
.ac-cover h1{
  font-family:var(--ac-display); font-size:clamp(1.6rem,3.5vw,2.2rem);
  font-weight:800; line-height:1.15; margin:0; color:#fff;
}
.ac-site-body.ac-prose{font-size:1.05rem; line-height:1.65}
.ac-site-body.ac-prose h2{
  font-family:var(--ac-display); font-size:1.2rem; color:var(--ac-forest);
  margin:1.4em 0 .55em; text-align:left;
}
.ac-site-body.ac-prose p{margin:0 0 1em; color:var(--ac-prose)}
.ac-site-body.ac-prose a{color:var(--ac-amber); text-decoration:underline; text-underline-offset:2px}
.ac-card{
  background:var(--ac-card); border:1px solid var(--ac-border); border-radius:16px;
  padding:22px 20px 26px; margin-bottom:18px;
}
.ac-sec-h{
  font-family:var(--ac-display); font-size:1.15rem; color:var(--ac-forest);
  margin:0 0 12px; text-align:left;
}
.ac-step{
  display:grid; grid-template-columns:40px 1fr; gap:12px;
  padding:16px 0; border-bottom:1px solid var(--ac-border); align-items:start;
}
.ac-step:last-child{border-bottom:0}
.ac-step h2{
  font-family:var(--ac-display); font-size:1.05rem; font-weight:700;
  color:var(--ac-forest); margin:0 0 6px; text-align:left;
}
.ac-step p{color:var(--ac-prose); font-size:.95rem; line-height:1.55; margin:0}
.ac-list{margin:0 0 8px 1.1em; color:var(--ac-prose)}
.ac-list li{margin-bottom:6px}

.ac-float{
  display:grid; grid-template-columns:220px 1fr; gap:18px; align-items:center;
  background:var(--ac-card); border:1px solid var(--ac-border); border-radius:14px;
  padding:18px; margin:-36px 0 18px; box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.ac-float > a{
  width:220px; height:220px; margin:0 auto; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.ac-float img{width:100%; height:100%; max-width:220px; max-height:220px; object-fit:contain}
.ac-disclosure-note{text-align:center; font-size:.75rem; color:var(--ac-muted); margin:0 0 14px; line-height:1.4}
.ac-review .ac-review-cta{margin-top:18px}
@media(max-width:720px){
  .ac-float{grid-template-columns:1fr; margin-top:-28px}
  .ac-float > a{width:200px; height:200px}
}

/* Soft Veil featured image — SC04 Sky Pill + Soft Circle (no pool photos) */
.ac-fi-wrap{
  margin:0 0 24px; border-radius:24px; overflow:hidden;
  box-shadow:0 14px 36px rgba(15,23,42,.12);
  max-width:1200px;
}
/* Baked Soft Veil JPG (same design, real image file) */
.ac-fi-baked{
  display:block; width:100%; height:auto;
  aspect-ratio:1200/600; object-fit:cover;
  border-radius:inherit; vertical-align:middle;
}
.ac-fi-wrap-baked .ac-fi-link{display:block; line-height:0}
.ac-fi-link{display:block; text-decoration:none; color:inherit}
.ac-fi{
  position:relative; aspect-ratio:1200/600; width:100%;
  background:linear-gradient(100deg,#0F172A 0%,#172554 40%,#1D4ED8 100%);
  color:#fff; overflow:hidden;
  font-family:var(--ac-display);
  border-radius:24px;
}
.ac-fi-scene{display:none}
.ac-fi-veil{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(100deg,#0F172A 0%,#172554 42%,#2563EB 78%,#1D4ED8 100%);
}
.ac-fi-icon{
  position:absolute; z-index:2; right:3.5%; top:50%; transform:translateY(-50%);
  width:min(36%,240px); aspect-ratio:1;
  display:grid; place-items:center; pointer-events:none;
}
.ac-fi-icon-wrap{
  width:86%; aspect-ratio:1; border-radius:50%;
  border:1.5px solid rgba(147,197,253,.38);
  background:rgba(23,37,84,.4);
  display:grid; place-items:center;
  box-shadow:0 0 0 12px rgba(147,197,253,.09), 0 0 40px rgba(37,99,235,.18);
}
.ac-fi-icon-wrap svg{width:52%; height:52%; display:block}
.ac-fi-copy{
  position:relative; z-index:3;
  padding:6% 4% 6% 5.5%; max-width:62%; height:100%; box-sizing:border-box;
  display:flex; flex-direction:column; justify-content:center; gap:0;
  min-width:0;
}
.ac-fi-kicker{
  font-family:var(--ac-sans); font-size:clamp(.7rem,1.45vw,.86rem); font-weight:800;
  letter-spacing:.14em; text-transform:uppercase;
  color:rgba(255,255,255,.78); margin:0 0 3%;
}
.ac-fi-kicker-pill,
.ac-fi-sc04 .ac-fi-kicker{
  display:inline-block; width:fit-content;
  color:#172554!important; background:#93C5FD;
  padding:.45em 1em; border-radius:999px; margin-bottom:3.2%;
  letter-spacing:.12em;
}
.ac-fi-guide .ac-fi-kicker{margin-bottom:2.5%}
.ac-fi-title{
  font-weight:800; line-height:1.08; letter-spacing:-.03em;
  font-size:clamp(1.65rem,5vw,2.9rem); margin:0; color:#fff;
}
.ac-fi-sub{
  font-family:var(--ac-sans); font-weight:500; line-height:1.35;
  color:rgba(255,255,255,.88); font-size:clamp(.95rem,2vw,1.2rem);
  margin:3.5% 0 0; max-width:95%;
}
.ac-fi-brand{
  position:relative; z-index:3;
  font-weight:800; font-size:clamp(.8rem,1.6vw,1.05rem);
  margin:auto 0 0; padding-top:4%; color:#fff!important;
  text-decoration:none!important; flex-shrink:0;
}
.ac-fi-brand em{font-style:normal; color:#93C5FD!important}
.ac-fi-steps{
  display:inline-flex; align-items:center;
  font-family:var(--ac-sans); font-size:clamp(.72rem,1.4vw,.86rem); font-weight:800;
  letter-spacing:.08em; text-transform:uppercase;
  color:#172554; background:#93C5FD;
  padding:.5em 1em; border-radius:999px; margin-bottom:3.5%; width:fit-content;
}
.ac-fi-rating{
  display:inline-flex; align-items:baseline; gap:.4em;
  background:rgba(255,255,255,.12); border:1px solid rgba(147,197,253,.35);
  border-radius:12px; padding:.55em 1em; margin-bottom:3.5%; width:fit-content;
  font-family:var(--ac-sans);
}
.ac-fi-rating b{font-family:var(--ac-display); font-size:clamp(1.25rem,2.4vw,1.55rem); font-weight:800; color:#fff}
.ac-fi-rating span{
  font-size:clamp(.7rem,1.3vw,.82rem); font-weight:700; color:#93C5FD;
  letter-spacing:.08em; text-transform:uppercase;
}

/* Category archives */
.ac-archive-head{text-align:center; margin-bottom:22px}
.ac-archive-head .ac-eyebrow.ac-pill,
.ac-archive-head .ac-pill{
  background:rgba(37,99,235,.12)!important;
  color:var(--ac-amber-dark)!important;
  border:1px solid rgba(37,99,235,.22);
}
.ac-archive-head h1{
  font-family:var(--ac-display); font-size:clamp(1.5rem,3.2vw,2.1rem);
  font-weight:800; color:var(--ac-forest); margin:8px 0;
}
.ac-archive-desc{color:var(--ac-prose); max-width:40em; margin:0 auto; font-size:.95rem}

/* Homepage hub */
.ac-home-hero{text-align:center; margin:8px 0 28px; padding:8px 0 4px}
.ac-home-hero h1{
  font-family:var(--ac-display); font-size:clamp(1.7rem,3.6vw,2.4rem);
  font-weight:800; color:var(--ac-forest); margin:10px 0 12px; line-height:1.15;
}
.ac-home-lead{color:var(--ac-prose); max-width:38em; margin:0 auto 18px; font-size:1.02rem; line-height:1.55}
.ac-home-cta{display:flex; flex-wrap:wrap; gap:10px; justify-content:center}
.ac-home-cta .ac-btn-ghost{
  background:var(--ac-card)!important; color:var(--ac-forest)!important;
  border:1px solid var(--ac-border);
}
.ac-home-cta .ac-btn-ghost:hover{
  background:rgba(37,99,235,.08)!important; border-color:var(--ac-forest);
}
.ac-home-section-title{
  font-family:var(--ac-display); font-size:1.15rem; font-weight:800;
  color:var(--ac-forest); margin:0 0 14px; text-align:center;
}

/* Home category grid */
.ac-home-categories{margin:8px 0 28px}
.ac-cat-grid{
  display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:12px;
}
.ac-cat-card{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  background:var(--ac-card); border:1px solid var(--ac-border); border-radius:14px;
  padding:16px 16px; text-decoration:none!important; color:var(--ac-ink)!important;
  box-shadow:0 1px 2px rgba(15,23,42,.04), 0 4px 16px rgba(15,23,42,.05);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ac-cat-card:hover{
  transform:translateY(-2px); border-color:#93C5FD;
  box-shadow:0 2px 6px rgba(15,23,42,.06), 0 12px 28px rgba(37,99,235,.12);
}
.ac-cat-name{font-family:var(--ac-display); font-weight:700; font-size:.95rem; letter-spacing:-.01em}
.ac-cat-count{
  font-size:.72rem; font-weight:700; color:var(--ac-amber-dark);
  background:rgba(37,99,235,.10); padding:4px 8px; border-radius:999px;
}
@media (max-width:900px){
  .ac-cat-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
}
@media (max-width:640px){
  .ac-cat-grid{grid-template-columns:repeat(2, minmax(0,1fr)); gap:10px}
  .ac-cat-card{padding:14px 12px; border-radius:12px}
}

.ac-home-latest{margin-top:8px}

/* 2 columns × 6 rows (12/page) — same Soft Veil look as article FI */
.ac-archive-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
  margin-bottom:8px;
}
.ac-archive-cell{min-width:0}
.ac-archive-grid .ac-fi-wrap{
  margin:0; border-radius:20px;
  transition:transform .2s ease, box-shadow .2s ease;
  max-width:none;
  box-shadow:0 14px 36px rgba(15,23,42,.12);
}
.ac-archive-grid .ac-fi{
  border-radius:20px;
  aspect-ratio:1200/600; /* match full Soft Veil */
}
.ac-archive-grid .ac-fi-link{display:block; text-decoration:none; color:inherit}
.ac-archive-grid .ac-fi-wrap:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 40px rgba(15,23,42,.16);
}
.ac-archive-grid .ac-fi-copy{
  max-width:68%;
  width:auto;
  height:100%;
  padding:6% 5.5% 5%;
  justify-content:flex-end;
  gap:6px;
  box-sizing:border-box;
  overflow:hidden;
}
.ac-archive-grid .ac-fi-icon{width:min(32%,120px); right:3%}
.ac-archive-grid .ac-fi-kicker,
.ac-archive-grid .ac-fi-kicker-pill{
  display:inline-block!important;
  font-size:clamp(.52rem,1vw,.68rem);
  letter-spacing:.12em;
  margin:0;
  flex-shrink:0;
  padding:.35em .75em;
}
.ac-archive-grid .ac-fi-guide .ac-fi-kicker{color:#172554!important}
.ac-archive-grid .ac-fi-steps{
  display:inline-flex!important;
  font-size:clamp(.58rem,1vw,.72rem);
  padding:.45em .85em;
  margin:0;
  flex-shrink:0;
}
.ac-archive-grid .ac-fi-rating{
  display:inline-flex!important;
  padding:.45em .8em;
  margin:0;
  flex-shrink:0;
  border-radius:10px;
}
.ac-archive-grid .ac-fi-rating b{font-size:clamp(1rem,1.8vw,1.25rem); line-height:1}
.ac-archive-grid .ac-fi-rating span{font-size:clamp(.58rem,1vw,.72rem)}
.ac-archive-grid .ac-fi-title{
  font-size:clamp(1rem,2vw,1.4rem);
  line-height:1.22;
  letter-spacing:-.02em;
  margin:0;
  flex-shrink:0;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden; text-overflow:ellipsis;
}
.ac-archive-grid .ac-fi-sub{
  display:-webkit-box!important;
  -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  font-size:clamp(.75rem,1.25vw,.9rem);
  line-height:1.35;
  margin:0;
  flex-shrink:0;
  color:rgba(255,255,255,.88);
}
.ac-archive-grid .ac-fi-brand{
  display:block!important;
  font-size:clamp(.68rem,1.15vw,.84rem);
  margin:2px 0 0;
  padding:0;
  flex-shrink:0;
  line-height:1.2;
}
.ac-archive-fallback{
  background:var(--ac-card); border:1px solid var(--ac-border); border-radius:16px;
  padding:18px; min-height:140px; display:flex; align-items:center;
}
.ac-archive-fallback h2{font-family:var(--ac-display); font-size:1rem; margin:0; color:var(--ac-forest)}
.ac-archive-fallback a{text-decoration:none}
.ac-archive-empty{
  background:var(--ac-card); border:1px solid var(--ac-border); border-radius:16px;
  padding:22px 20px; text-align:center;
}

.ac-archive-pager{margin-top:28px; display:flex; justify-content:center}
.ac-archive-pager .navigation,
.ac-archive-pager .ac-pagination{
  display:flex; justify-content:center; gap:8px; flex-wrap:wrap;
}
.ac-archive-pager .nav-links{display:flex; gap:8px; flex-wrap:wrap; justify-content:center}
.ac-archive-pager a,
.ac-archive-pager span.page-numbers{
  font-size:.85rem; font-weight:700; min-width:40px; text-align:center;
  padding:10px 12px; border-radius:10px;
  border:1px solid var(--ac-border); background:var(--ac-card);
  color:var(--ac-forest)!important; text-decoration:none!important;
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.ac-archive-pager a:hover{
  background:var(--ac-forest); color:#fff!important; border-color:var(--ac-forest);
}
.ac-archive-pager .current{
  background:var(--ac-forest)!important; color:#fff!important; border-color:var(--ac-forest)!important;
}
.ac-archive-pager .dots{border-color:transparent; background:transparent; min-width:auto}

@media(max-width:900px){
  .ac-fi-copy{max-width:78%}
  .ac-archive-grid .ac-fi-copy{max-width:85%}
}
@media(max-width:720px){
  /* Article page only: hide cover eyebrows (not archive Soft Veil cards) */
  .ac-cover .ac-eyebrow,
  .ac-title-cover .ac-eyebrow{
    display:none!important;
  }
  /* Article FI on mobile: hide kicker to save space; archives keep full Soft Veil */
  .ac-page:not(.ac-archive) .ac-fi-kicker{
    display:none!important;
  }

  .ac-fi-wrap,.ac-fi{border-radius:16px}
  .ac-fi{aspect-ratio:16/9}
  .ac-fi-copy{
    max-width:100%; width:100%;
    padding:10px 12px 10px;
    justify-content:flex-end;
  }
  .ac-fi-title{
    font-size:clamp(1.05rem,4.8vw,1.28rem); line-height:1.16;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  }
  .ac-fi-sub{
    font-size:.8rem; line-height:1.3; margin-top:6px;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  }
  .ac-fi-brand{
    font-size:.7rem; padding-top:6px; margin-top:6px;
  }
  .ac-fi-steps{
    font-size:.62rem; padding:.32em .65em; margin-bottom:6px;
  }
  .ac-fi-rating{padding:.32em .6em; margin-bottom:6px; border-radius:9px}
  .ac-fi-rating b{font-size:1rem}
  .ac-fi-rating span{font-size:.58rem}

  /* Archive 2-col: keep size; drop subtitle so title never overlaps */
  .ac-archive-grid{grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px}
  .ac-archive-grid .ac-fi-wrap,
  .ac-archive-grid .ac-fi{border-radius:14px}
  .ac-archive-grid .ac-fi{aspect-ratio:1200/600}
  .ac-archive-grid .ac-fi-copy{
    max-width:94%; width:auto;
    padding:10px 10px 9px;
    justify-content:flex-end;
    gap:5px;
  }
  .ac-archive-grid .ac-fi-kicker{
    display:block!important;
    font-size:.52rem; letter-spacing:.12em;
  }
  .ac-archive-grid .ac-fi-steps{
    display:inline-flex!important;
    font-size:.48rem; padding:.28em .5em;
  }
  .ac-archive-grid .ac-fi-rating{
    display:inline-flex!important;
    padding:.26em .48em;
  }
  .ac-archive-grid .ac-fi-rating b{font-size:.82rem}
  .ac-archive-grid .ac-fi-rating span{font-size:.46rem}
  .ac-archive-grid .ac-fi-title{
    font-size:.84rem;
    line-height:1.25;
    -webkit-line-clamp:2;
  }
  .ac-archive-grid .ac-fi-sub{
    display:none!important; /* prevents title/sub collision on narrow cards */
  }
  .ac-archive-grid .ac-fi-brand{
    display:block!important;
    font-size:.56rem;
    margin-top:1px;
  }
}
@media(max-width:400px){
  .ac-page:not(.ac-archive) .ac-fi{aspect-ratio:1.85/1}
  .ac-page:not(.ac-archive) .ac-fi-sub{display:none}
  .ac-page:not(.ac-archive) .ac-fi-title{font-size:1.02rem; -webkit-line-clamp:2}
  .ac-archive-grid{gap:8px}
  .ac-archive-grid .ac-fi-title{font-size:.78rem; line-height:1.25; -webkit-line-clamp:2}
  .ac-archive-grid .ac-fi-kicker{font-size:.48rem}
}

/* 404 — Soft Veil shop */
.ac-404-page{padding-top:20px}
.ac-404-hero{
  position:relative; overflow:hidden; border-radius:18px;
  min-height:min(54vh,440px); color:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.12);
  background:linear-gradient(145deg,#172554,#2563EB 70%,#1D4ED8);
  margin-bottom:20px;
  display:flex; align-items:center; justify-content:center;
}
.ac-404-scene{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center 45%;
  filter:blur(8px) saturate(1.08) brightness(.68); transform:scale(1.1);
  z-index:0;
}
.ac-404-veil{
  position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(ellipse 55% 60% at 50% 48%, rgba(23,37,84,.12) 0%, rgba(23,37,84,.84) 75%),
    linear-gradient(180deg, rgba(16,30,28,.4), rgba(16,30,28,.72));
}
.ac-404-copy{
  position:relative; z-index:2;
  max-width:36em; margin:0 auto; text-align:center;
  padding:52px 24px 56px;
  display:flex; flex-direction:column; align-items:center;
}
.ac-404-code{
  font-family:var(--ac-display); font-weight:800; font-size:clamp(3.5rem,12vw,5.5rem);
  line-height:1; letter-spacing:-.04em; color:rgba(147,197,253,.35); margin:0 0 4px;
}
.ac-404-kicker{
  font-size:.7rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  color:#93C5FD; margin:0 0 10px;
}
.ac-404-copy h1{
  font-family:var(--ac-display); font-weight:800; line-height:1.15;
  font-size:clamp(1.45rem,3.8vw,2.2rem); margin:0 0 12px; color:#fff;
}
.ac-404-sub{
  font-size:1rem; line-height:1.5; color:rgba(255,255,255,.84);
  margin:0 0 22px; max-width:28em;
}
.ac-404-actions{display:flex; flex-wrap:wrap; gap:10px; justify-content:center}
.ac-404-links{
  display:grid; grid-template-columns:repeat(3,1fr); gap:12px;
}
.ac-404-links a{
  display:flex; flex-direction:column; gap:4px;
  background:var(--ac-card); border:1px solid var(--ac-border);
  border-radius:14px; padding:16px 18px; text-decoration:none;
  transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ac-404-links a:hover{
  border-color:#93C5FD; transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.ac-404-link-label{
  font-family:var(--ac-display); font-weight:700; font-size:1rem; color:var(--ac-forest);
}
.ac-404-link-path{font-size:.78rem; font-weight:600; color:var(--ac-muted)}
@media(max-width:720px){
  .ac-404-links{grid-template-columns:1fr}
  .ac-404-copy{padding:36px 18px 40px}
}
