:root{--ink:#151821;--muted:#667085;--paper:#f6f4f0;--card:#fff;--accent:#9e2d3f;--accent-dark:#7f1f30;--line:#e5e1da;--cream:#eee7db;--shadow:0 18px 45px rgba(20,24,33,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(246,244,240,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand{display:flex;gap:12px;align-items:center}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--accent);color:#fff;font-weight:800}.brand strong{display:block}.brand small{display:block;color:var(--muted);font-size:.74rem}.site-nav{display:flex;gap:28px;font-weight:700;font-size:.93rem}.site-nav a:hover{color:var(--accent)}.menu-button{display:none}.hero{padding:72px 0 54px;background:linear-gradient(135deg,#f8f5ef 55%,#ece5da)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.75rem;color:var(--accent);margin:0 0 12px}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5.4rem);line-height:1.02;letter-spacing:-.04em;margin:0 0 24px}.hero-copy,.lead{font-size:1.16rem;color:#505665;max-width:680px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:10px;font-weight:800}.button.primary,.button.amazon{background:var(--accent);color:#fff}.button.primary:hover,.button.amazon:hover{background:var(--accent-dark)}.button.secondary{background:#fff;border:1px solid var(--line)}.trust-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:34px;color:var(--muted)}.trust-row strong{color:var(--ink)}.hero-visual{border-radius:30px;min-height:420px;background:#1d2028;overflow:hidden;box-shadow:var(--shadow);display:grid;place-items:center}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-record{width:270px;height:270px;border-radius:50%;background:repeating-radial-gradient(circle,#151515 0 7px,#222 8px 13px);display:grid;place-items:center}.hero-record span{width:86px;height:86px;border-radius:50%;background:var(--accent);border:9px solid #d6b989}.section{padding:74px 0}.section.alt{background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-heading h2,.guide-banner h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);margin:0;line-height:1.1}.section-heading>a,.text-link{color:var(--accent);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{background:#fff;padding:24px;border:1px solid var(--line);border-radius:14px;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card span{font-weight:850;display:block}.category-card small{color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(20,24,33,.04)}.card-image{height:235px;background:var(--cream);display:block}.card-image img{width:100%;height:100%;object-fit:contain;padding:16px}.image-placeholder{height:100%;display:grid;place-items:center;background:#232631;color:#fff;font-family:Georgia,serif;font-size:2rem}.card-body{padding:22px}.card-body h3{font-family:Georgia,serif;line-height:1.2;margin:7px 0 10px;font-size:1.35rem}.card-body p{color:var(--muted)}.label,.score{display:inline-block;padding:5px 9px;border-radius:999px;background:#f5e7e9;color:var(--accent);font-size:.74rem;font-weight:900}.guide-banner{background:#1d2028;color:#fff;border-radius:24px;padding:46px;display:flex;align-items:center;justify-content:space-between;gap:30px}.guide-banner p{color:#c7cad3}.page-hero{padding:68px 0;background:linear-gradient(135deg,#f8f5ef,#ece5da)}.page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem)}.directory-grid,.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.directory-card,.guide-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:27px}.directory-card h2,.guide-card h2{font-family:Georgia,serif;margin:0 0 8px}.review-hero{padding:42px 0 56px;background:#fff}.breadcrumbs{font-size:.84rem;color:var(--muted);margin-bottom:28px}.review-hero-grid{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}.product-hero-image{width:100%;height:480px;object-fit:contain;background:var(--paper);border-radius:22px;padding:24px}.review-hero h1{font-family:Georgia,serif;font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;margin:0 0 20px}.review-score{position:absolute;right:0;top:-10px;width:100px;height:100px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;align-content:center}.review-score strong{font-size:2rem}.review-score span{font-size:.7rem}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:60px}.review-section,.verdict{margin-bottom:44px}.review-section h2,.verdict h2{font-family:Georgia,serif;font-size:2rem}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:44px}.pros-cons>div,.sidebar-card,.verdict{background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px}.sidebar-card{position:sticky;top:105px}.prose{max-width:820px;font-size:1.08rem}.site-footer{background:#161920;color:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-grid a{display:block;color:#c5c8d0;margin:7px 0}.footer-grid p,.footer-bottom{color:#aeb3bf}.footer-bottom{border-top:1px solid #343842;margin-top:38px;padding-top:20px;font-size:.82rem;display:flex;justify-content:space-between;gap:20px}@media(max-width:980px){.card-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.review-hero-grid,.article-layout{grid-template-columns:1fr}.hero-visual{min-height:320px}.review-score{position:static}.directory-grid,.guide-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.site-nav{display:none;position:absolute;left:0;right:0;top:78px;background:var(--paper);padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.site-nav.open{display:flex}.menu-button{display:block}.hero{padding-top:45px}.card-grid,.directory-grid,.guide-grid,.pros-cons,.category-grid,.footer-grid{grid-template-columns:1fr}.section-heading,.guide-banner,.footer-bottom{align-items:flex-start;flex-direction:column}.product-hero-image{height:330px}.wrap{width:min(100% - 26px,1180px)}}


/* Phase 7.1 premium homepage hero */
.hero{position:relative;overflow:hidden;padding:88px 0 72px;background:radial-gradient(circle at 77% 18%,rgba(158,45,63,.12),transparent 25%),linear-gradient(135deg,#fbf8f2 0%,#f3ede4 64%,#ece2d6 100%)}
.hero:before{content:"";position:absolute;inset:auto -8% -48% 45%;height:520px;border-radius:50%;background:rgba(255,255,255,.56);filter:blur(2px)}
.hero-grid{position:relative;z-index:1;grid-template-columns:minmax(0,1fr) minmax(430px,.88fr);gap:72px}
.hero-copy-panel{max-width:680px}
.hero h1{font-size:clamp(3.25rem,5.9vw,5.9rem);max-width:760px;line-height:.98;text-wrap:balance}
.hero-copy{font-size:1.2rem;max-width:630px;margin-top:0}
.hero .button{min-height:54px;padding:14px 24px;border-radius:12px}
.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:36px;max-width:630px}
.trust-row span{background:rgba(255,255,255,.68);border:1px solid rgba(112,94,75,.15);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:1px;box-shadow:0 8px 28px rgba(40,32,24,.04)}
.trust-row strong{font-family:Georgia,serif;font-size:1.35rem;line-height:1}
.trust-row small{font-size:.74rem;color:var(--muted)}
.affiliate-note{font-size:.72rem;color:#777064;margin-top:16px}
.hero-visual{position:relative;min-height:500px;border-radius:34px;background:linear-gradient(145deg,#272a32,#15171d);box-shadow:0 34px 75px rgba(30,25,22,.24);overflow:hidden;border:1px solid rgba(255,255,255,.18)}
.hero-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.turntable-scene{position:absolute;inset:0;overflow:hidden;background:linear-gradient(160deg,#292c34,#17191f 74%)}
.scene-glow{position:absolute;width:370px;height:370px;right:-70px;top:-90px;border-radius:50%;background:radial-gradient(circle,rgba(202,147,104,.45),rgba(158,45,63,.08) 48%,transparent 70%)}
.turntable-deck{position:absolute;left:13%;right:13%;bottom:18%;height:42%;border-radius:18px;background:linear-gradient(145deg,#b98255,#704225);box-shadow:0 28px 45px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.35);transform:perspective(700px) rotateX(6deg)}
.platter{position:absolute;width:48%;aspect-ratio:1;left:9%;top:-22%;border-radius:50%;background:repeating-radial-gradient(circle,#0b0c0e 0 4px,#202126 5px 7px);box-shadow:0 9px 18px rgba(0,0,0,.42),inset 0 0 0 4px #2d2e33;display:grid;place-items:center}
.record-label{width:31%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#d8b27d 0 8%,#9e2d3f 9% 72%,#711d2b 73%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.tonearm{position:absolute;width:34%;height:7px;right:9%;top:19%;border-radius:10px;background:linear-gradient(90deg,#d7d6d1,#74767d);transform:rotate(-31deg);transform-origin:right center;box-shadow:0 3px 5px rgba(0,0,0,.3)}
.tonearm:after{content:"";position:absolute;left:-9px;top:-5px;width:18px;height:17px;border-radius:3px;background:#292b31}
.tonearm i{position:absolute;right:-12px;top:-10px;width:25px;height:25px;border-radius:50%;background:#c4c1b7;border:6px solid #3b3d43}
.deck-button{position:absolute;right:9%;bottom:14%;width:19px;height:19px;border-radius:50%;background:#d1b782;box-shadow:0 0 0 4px rgba(0,0,0,.25)}
.speaker{position:absolute;bottom:15%;width:18%;height:54%;border-radius:10px;background:linear-gradient(145deg,#363940,#181a20);box-shadow:0 25px 38px rgba(0,0,0,.4);display:grid;place-items:center;border:1px solid rgba(255,255,255,.07)}
.speaker:before,.speaker:after{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,#555861 0 12%,#202228 13% 55%,#0f1013 56%);box-shadow:inset 0 0 0 2px #44474f}
.speaker:before{width:58%;aspect-ratio:1;bottom:14%}
.speaker:after{width:30%;aspect-ratio:1;top:14%}
.speaker-left{left:-8%;transform:rotate(-2deg)}.speaker-right{right:-8%;transform:rotate(2deg)}
.console-shadow{position:absolute;left:8%;right:8%;bottom:7%;height:18px;border-radius:50%;background:rgba(0,0,0,.48);filter:blur(15px)}
.visual-caption{position:absolute;left:24px;right:24px;bottom:22px;display:flex;justify-content:space-between;align-items:end;color:white;padding:15px 17px;border-radius:14px;background:rgba(15,16,20,.52);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.visual-caption span{font-size:.74rem;color:#d8d8db}.visual-caption strong{font-family:Georgia,serif;font-size:1.05rem}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-copy-panel{max-width:none}.hero-visual{min-height:440px}.hero h1{max-width:900px}.trust-row{max-width:none}}
@media(max-width:620px){.hero{padding:56px 0 46px}.hero h1{font-size:clamp(2.8rem,15vw,4.2rem)}.trust-row{grid-template-columns:1fr}.hero-visual{min-height:360px}.speaker{display:none}.turntable-deck{left:8%;right:8%;bottom:22%;height:43%}.visual-caption{left:14px;right:14px;bottom:14px}}

/* Phase 7.3: turntable-first imagery and readable imported content */
.hero-visual>img{
  object-fit:cover;
  object-position:center;
  background:#fff;
}
.card-image{
  background:#fff;
  overflow:hidden;
}
.card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  padding:0;
  display:block;
  transform:scale(1.015);
}
.product-hero-image{
  object-fit:cover;
  object-position:center;
  padding:0;
  background:#fff;
  overflow:hidden;
}
.turntable-scene .speaker{display:none}
.turntable-scene .turntable-deck{
  left:8%;
  right:8%;
  bottom:20%;
  height:48%;
}
.turntable-scene .platter{width:51%;left:8%;top:-20%}
.formatted-prose p{
  margin:0 0 1.25rem;
  line-height:1.82;
}
.formatted-prose h3{
  font-family:Georgia,serif;
  font-size:1.45rem;
  line-height:1.2;
  margin:2rem 0 .75rem;
}
.review-section{
  padding-bottom:8px;
}
.review-section>h2{
  margin-bottom:1.1rem;
}
@media(max-width:700px){
  .card-image{height:260px}
  .product-hero-image{height:360px}
}

/* Phase 7.4: uncropped products, strict turntable presentation and tidy cards */
.hero-visual{
  background:#fff;
  border-color:rgba(112,94,75,.14);
}
.hero-visual>img{
  object-fit:contain;
  object-position:center;
  padding:26px;
  background:#fff;
}
.card-image{
  height:250px;
  padding:10px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.card-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:0;
  transform:none;
}
.card-body{display:flex;flex-direction:column;min-height:385px}
.card-body h3{font-size:1.32rem}
.card-summary{
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.55;
  margin-bottom:18px;
}
.card-body .text-link{margin-top:auto}
.product-hero-image{
  object-fit:contain;
  object-position:center;
  padding:18px;
  background:#fff;
  border:1px solid var(--line);
}
.formatted-prose{max-width:760px}
.formatted-prose p{font-size:1.06rem;line-height:1.78;margin:0 0 1.35rem}
.formatted-prose h3{margin:2.25rem 0 .85rem}
@media(max-width:700px){
  .hero-visual>img{padding:14px}
  .card-image{height:250px;padding:8px}
  .card-body{min-height:0}
  .product-hero-image{padding:10px}
}

/* Phase 7.5: curated editorial hero and reliable imported-content formatting */
.hero{padding:76px 0 64px;background:linear-gradient(118deg,#f7f1e7 0%,#f3ece2 56%,#eadfd2 100%)}
.hero-grid{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:68px;align-items:center}
.hero h1{font-size:clamp(3rem,5.15vw,5.25rem);line-height:.98;letter-spacing:-.035em;max-width:650px}
.hero-copy{max-width:590px}
.hero-visual{min-height:500px;border:0;border-radius:30px;background:linear-gradient(145deg,#262220,#151313);box-shadow:0 34px 72px rgba(39,27,19,.24);overflow:hidden}
.hero-visual>img{display:none!important}
.editorial-turntable{position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(197,139,91,.28),transparent 32%),linear-gradient(145deg,#342d28,#171514 72%);overflow:hidden}
.editorial-turntable:before{content:"";position:absolute;left:-8%;right:-8%;bottom:0;height:37%;background:linear-gradient(180deg,#6f4328,#3e2417);transform:skewY(-4deg);transform-origin:right bottom;box-shadow:inset 0 1px rgba(255,255,255,.2)}
.hero-record-shadow{position:absolute;left:17%;right:10%;bottom:10%;height:42px;border-radius:50%;background:rgba(0,0,0,.58);filter:blur(20px)}
.hero-deck{position:absolute;left:10%;right:9%;bottom:15%;height:51%;border-radius:22px;background:linear-gradient(145deg,#a96f42 0%,#764728 48%,#4f2d1d 100%);box-shadow:0 30px 46px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.38);transform:perspective(900px) rotateX(8deg)}
.hero-platter{position:absolute;width:52%;aspect-ratio:1;left:8%;top:-28%;border-radius:50%;background:repeating-radial-gradient(circle,#0a0a0b 0 4px,#202124 5px 7px);box-shadow:0 12px 22px rgba(0,0,0,.48),inset 0 0 0 5px #303136;display:grid;place-items:center}
.hero-platter span{width:29%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#d9b887 0 7%,#a92d40 8% 70%,#711c2b 71%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.24)}
.hero-tonearm{position:absolute;width:35%;height:8px;right:9%;top:18%;border-radius:10px;background:linear-gradient(90deg,#e2dfd7,#77777b);transform:rotate(-32deg);transform-origin:right center;box-shadow:0 4px 6px rgba(0,0,0,.35)}
.hero-tonearm:after{content:"";position:absolute;left:-12px;top:-5px;width:22px;height:18px;border-radius:3px;background:#202124}
.hero-tonearm b{position:absolute;right:-14px;top:-12px;width:30px;height:30px;border-radius:50%;background:#cfc8ba;border:7px solid #38383c}
.hero-control{position:absolute;right:10%;bottom:16%;width:23px;height:23px;border-radius:50%;background:#c9a16d;box-shadow:0 0 0 5px rgba(0,0,0,.25)}
.hero-logo{position:absolute;right:9%;bottom:7%;font:700 .63rem/1 Inter,sans-serif;letter-spacing:.2em;color:rgba(255,255,255,.7)}
.visual-caption{background:rgba(12,12,13,.66);left:26px;right:26px;bottom:24px}

.formatted-prose h3{font-size:1.45rem;text-transform:none}
.formatted-prose p{margin:0 0 1.3rem;line-height:1.78}
.formatted-prose .content-list,.content-list{margin:0 0 1.6rem;padding-left:1.35rem}
.formatted-prose .content-list li,.content-list li{margin:.45rem 0;padding-left:.25rem}
.pros-cons ul{margin:.75rem 0 0;padding-left:1.25rem}
.pros-cons li{margin:.45rem 0}
.pros-cons>div:first-child{border-top:4px solid #487a55}
.pros-cons>div:last-child{border-top:4px solid #9e2d3f}

.card-image{height:270px;padding:16px;background:#fff}
.card-image img{object-fit:contain;max-width:100%;max-height:100%}
.product-hero-image{height:470px;object-fit:contain;padding:24px;background:#fff}

@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:440px}.hero h1{max-width:820px}}
@media(max-width:620px){.hero h1{font-size:clamp(2.75rem,14vw,4rem)}.hero-visual{min-height:340px}.hero-deck{left:6%;right:6%;height:48%}.visual-caption{left:14px;right:14px;bottom:14px}.card-image{height:250px}.product-hero-image{height:350px;padding:12px}}

/* Phase 7.6: full-width 16:9 editorial hero */
.hero.hero-wide{
  position:relative;
  min-height:clamp(560px,56.25vw,760px);
  padding:0;
  background:#101010 url('../images/hero-turntable-16x9.jpg') center center/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-wide .hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(5,7,8,.93) 0%,rgba(5,7,8,.80) 31%,rgba(5,7,8,.34) 56%,rgba(5,7,8,.08) 78%,rgba(5,7,8,.14) 100%);
}
.hero-content{position:relative;z-index:2;width:100%;padding-top:58px;padding-bottom:58px}
.hero-wide .hero-copy-panel{max-width:610px}
.hero-wide .eyebrow{color:#e6bd72}
.hero-wide h1{color:#fff;font-size:clamp(3rem,5.35vw,5.6rem);max-width:650px;text-shadow:0 3px 26px rgba(0,0,0,.3)}
.hero-wide .hero-copy{color:#f2f2f2;max-width:510px;font-size:1.16rem}
.hero-wide .hero-secondary{color:#fff;background:rgba(10,10,10,.22);border-color:rgba(255,255,255,.78);backdrop-filter:blur(5px)}
.hero-wide .hero-secondary:hover{background:#fff;color:var(--ink)}
.hero-stats{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 22px rgba(20,24,33,.04)}
.hero-stats .trust-row{margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.hero-stats .trust-row span{padding:22px 32px;border-right:1px solid var(--line);display:flex;flex-direction:column}
.hero-stats .trust-row span:last-child{border-right:0}
.hero-stats .trust-row strong{font-family:Georgia,serif;font-size:1.8rem;line-height:1.1}
.hero-stats .trust-row small{color:var(--muted)}
.formatted-prose h3,.formatted-prose h2,.review-section>h2,.verdict>h2{font-weight:800}
.formatted-prose ul,.pros-cons ul{padding-left:1.35rem}
.formatted-prose li,.pros-cons li{margin:.45rem 0}
@media(max-width:800px){
  .hero.hero-wide{min-height:650px;background-position:62% center}
  .hero-wide .hero-overlay{background:linear-gradient(90deg,rgba(5,7,8,.94) 0%,rgba(5,7,8,.78) 60%,rgba(5,7,8,.35) 100%)}
  .hero-stats .trust-row{grid-template-columns:repeat(2,1fr)}
  .hero-stats .trust-row span:nth-child(2){border-right:0}
  .hero-stats .trust-row span:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:520px){
  .hero.hero-wide{min-height:620px;background-position:68% center}
  .hero-wide .hero-overlay{background:rgba(5,7,8,.72)}
  .hero-wide h1{font-size:clamp(2.75rem,14vw,4rem)}
  .hero-stats .trust-row span{padding:18px 16px}
}

/* Phase 7.7: contained hero aligned with page content */
.hero-shell{padding:28px 0 0;background:var(--paper)}
.hero-shell>.wrap{width:min(100% - 40px,1180px)}
.hero.hero-wide{min-height:500px;border-radius:24px;overflow:hidden;background-position:center center;box-shadow:0 20px 48px rgba(24,18,14,.16)}
.hero-wide .hero-content{padding:64px 52px;min-height:500px;display:flex;align-items:center}
.hero-wide .hero-copy-panel{max-width:520px}
.hero-wide h1{font-size:clamp(3rem,5vw,5rem)}
.hero-stats{border:1px solid var(--line);border-top:0;border-radius:0 0 20px 20px;box-shadow:none;overflow:hidden}
.hero-stats .trust-row span{padding:20px 28px}

/* Phase 7.7: AI Book Shopper-inspired product page */
.review-hero{background:linear-gradient(180deg,#fbfaf8 0%,#f4f1ec 100%);padding:34px 0 56px}
.review-product-card{position:relative;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:52px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 18px 50px rgba(24,27,35,.07)}
.review-image-panel{background:#faf9f7;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;align-items:center;justify-content:center;min-height:480px}
.review-image-panel .product-hero-image{height:430px;padding:0;background:transparent;border-radius:12px}
.review-product-copy h1{font-size:clamp(2.35rem,4.5vw,4rem);margin-bottom:18px}
.review-product-copy .lead{font-size:1.08rem;line-height:1.7;color:var(--muted);max-width:680px}
.product-facts{display:grid;gap:0;margin:26px 0 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-facts>div{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:11px 0;border-bottom:1px solid var(--line)}
.product-facts>div:last-child{border-bottom:0}
.product-facts dt{font-weight:800}.product-facts dd{margin:0;color:var(--muted)}
.review-content-section{background:#fff}
.review-section>h2,.verdict>h2{font-weight:800;border-bottom:1px solid var(--line);padding-bottom:12px}
.formatted-prose h3{font-weight:800}
.related-products{background:var(--paper);border-top:1px solid var(--line)}
.related-products .card-grid{grid-template-columns:repeat(4,1fr)}

@media(max-width:980px){
  .hero-shell>.wrap{width:min(100% - 26px,1180px)}
  .hero.hero-wide{min-height:560px;background-position:62% center}
  .hero-wide .hero-content{min-height:560px;padding:48px 34px}
  .review-product-card{grid-template-columns:1fr;gap:30px}
  .review-image-panel{min-height:390px}
  .review-image-panel .product-hero-image{height:350px}
  .related-products .card-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .hero-shell{padding-top:14px}
  .hero.hero-wide{min-height:560px;border-radius:18px;background-position:68% center}
  .hero-wide .hero-content{min-height:560px;padding:38px 24px;align-items:flex-end}
  .hero-stats .trust-row{grid-template-columns:1fr 1fr}
  .review-product-card{padding:18px;border-radius:18px}
  .review-image-panel{min-height:300px;padding:10px}
  .review-image-panel .product-hero-image{height:280px}
  .related-products .card-grid{grid-template-columns:1fr}
}

/* Phase 8.0: structured content formatter and square editorial geometry */
.hero.hero-wide,
.hero-stats,
.review-product-card,
.review-image-panel,
.review-image-panel .product-hero-image,
.card,
.card-image,
.guide-card,
.category-card,
.directory-card,
.sidebar-card,
.pros-cons > div,
.button {
  border-radius:0;
}
.related-guides{background:#fff;border-top:1px solid var(--line)}
.related-guides .guide-grid{grid-template-columns:repeat(3,1fr)}
.formatted-prose h2,.formatted-prose h3{scroll-margin-top:100px}
.formatted-prose ul{margin-top:.25rem}
@media(max-width:800px){.related-guides .guide-grid{grid-template-columns:1fr}}


/* Phase 8.1: full-bleed homepage hero with aligned inner content */
.hero-shell.hero-shell-full{padding:0;background:var(--paper)}
.hero-shell-full .hero.hero-wide{width:100%;min-height:clamp(560px,56.25vw,760px);border-radius:0;box-shadow:none;background-position:center center}
.hero-shell-full .hero-content{min-height:clamp(560px,56.25vw,760px);padding-top:64px;padding-bottom:64px}
.hero-stats-wrap{position:relative;margin-top:-1px}
.hero-shell-full .hero-stats{border-top:0}

/* Phase 8.1: editorial product pages */
.breadcrumbs{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:24px;color:var(--muted);font-size:.9rem}
.breadcrumbs a{font-weight:700}
.breadcrumbs a:hover{color:var(--accent)}
.review-content-section .article-layout{align-items:start}
.review-content-section article{min-width:0}
.review-section,.verdict{padding:0 0 34px;margin:0 0 38px;border-bottom:1px solid var(--line)}
.review-section>h2,.verdict>h2,.faq-heading h2,.purchase-panel h2{font-weight:900;color:var(--ink);letter-spacing:-.02em}
.review-section>h2,.verdict>h2{font-size:clamp(1.7rem,3vw,2.25rem);margin:0 0 22px;padding-bottom:12px;border-bottom:2px solid var(--ink)}
.formatted-prose h2,.formatted-prose h3{font-weight:900;color:var(--ink)}
.pros-cons{margin:0 0 42px}
.pros-cons h3{font-weight:900;font-size:1.35rem}
.sticky-card{position:sticky;top:104px}
.faq-section{background:#f4f1ec;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.faq-wrap{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:70px;align-items:start}
.faq-heading h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.08;margin:.4rem 0 0}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line);background:#fff}
.faq-item summary{list-style:none;cursor:pointer;padding:22px 54px 22px 22px;font-weight:900;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:'+';position:absolute;right:22px;top:18px;font-size:1.6rem;line-height:1}
.faq-item[open] summary:after{content:'−'}
.faq-item>div{padding:0 22px 22px;color:var(--muted)}
.faq-item p{margin:0}
.review-final-cta{background:#fff}
.purchase-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center;padding:44px;border:1px solid var(--line);background:var(--ink);color:#fff}
.purchase-panel h2{color:#fff;font-size:clamp(2rem,3.7vw,3.2rem);margin:.35rem 0 .65rem}
.purchase-panel p{margin:0;color:#d4d7de;max-width:720px}
.purchase-panel .eyebrow{color:#e6bd72}
.purchase-panel .button{white-space:nowrap}

@media(max-width:900px){
  .faq-wrap{grid-template-columns:1fr;gap:34px}
  .purchase-panel{grid-template-columns:1fr}
  .sticky-card{position:static}
}
@media(max-width:620px){
  .hero-shell-full .hero.hero-wide{min-height:620px;border-radius:0}
  .hero-shell-full .hero-content{min-height:620px;padding-left:20px;padding-right:20px;align-items:flex-end}
  .hero-stats-wrap{width:100%}
  .purchase-panel{padding:28px 22px}
  .faq-item summary{padding-left:18px}
}


/* Phase 8.2: requested hero and product-page refinements */
.hero-shell-full .hero.hero-wide{min-height:clamp(420px,42vw,560px)}
.hero-shell-full .hero-content{min-height:clamp(420px,42vw,560px);padding:46px 0}
.review-product-card{align-items:start}
.review-image-panel{align-self:start}
.review-product-copy h1{font-size:clamp(2rem,3.45vw,3.15rem);line-height:1.08}
.formatted-prose h2,.formatted-prose h3{font-weight:900!important}
.formatted-prose h3{font-size:1.4rem;line-height:1.25;margin:2rem 0 .9rem}
@media(max-width:800px){
  .hero-shell-full .hero.hero-wide{min-height:500px}
  .hero-shell-full .hero-content{min-height:500px;padding:40px 0}
}
@media(max-width:620px){
  .hero-shell-full .hero.hero-wide{min-height:520px}
  .hero-shell-full .hero-content{min-height:520px;padding:34px 0;align-items:flex-end}
  .review-product-copy h1{font-size:clamp(1.9rem,10vw,2.65rem)}
}

/* Phase 9.0: editorial alignment and content-formatting repair */
.hero-shell-full .hero-content.wrap{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
  padding-left:0;
  padding-right:0;
}
.hero-shell-full .hero-copy-panel{max-width:590px}
.hero-shell-full .hero.hero-wide{min-height:440px}
.hero-shell-full .hero-content{min-height:440px}

.review-product-card{
  grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr) auto;
  gap:38px;
}
.review-image-panel{padding-top:0}
.review-image-panel .product-hero-image{object-position:center top}
.review-product-copy h1{font-size:clamp(1.9rem,3vw,2.85rem)}
.review-score{position:static;align-self:start;margin-top:0}

.formatted-prose h3,
.formatted-prose h2,
.faq-heading h2,
.faq-item summary,
.review-section>h2,
.verdict>h2{
  font-weight:900!important;
}
.formatted-prose h3{
  font-family:Georgia,serif;
  font-size:1.38rem;
  line-height:1.2;
  margin:2.1rem 0 .8rem;
  padding-bottom:.45rem;
  border-bottom:1px solid var(--line);
}
.formatted-prose p{margin:0 0 1.15rem}
.formatted-prose ul{margin:.4rem 0 1.4rem}
.faq-heading h2{font-family:Georgia,serif}
.faq-item summary{font-size:1rem}

@media(max-width:980px){
  .review-product-card{grid-template-columns:1fr}
  .review-score{justify-self:start}
}
@media(max-width:700px){
  .hero-shell-full .hero-content.wrap{width:min(100% - 26px,1180px)}
  .hero-shell-full .hero.hero-wide,
  .hero-shell-full .hero-content{min-height:500px}
}


/* Phase 9.1: restrained footer CTA and FAQ typography */
.faq-heading h2{font-size:clamp(1.65rem,2.4vw,2.25rem);line-height:1.12;max-width:620px}
.purchase-panel h2{font-size:clamp(1.55rem,2.5vw,2.35rem);line-height:1.15;max-width:760px}
.review-final-cta .purchase-panel{padding:34px 38px}
.formatted-prose h3{font-size:1.25rem;line-height:1.25;margin:1.7rem 0 .65rem}
.formatted-prose p{font-size:1.02rem;line-height:1.72}
@media(max-width:620px){
  .faq-heading h2{font-size:1.75rem}
  .purchase-panel h2{font-size:1.7rem}
  .review-final-cta .purchase-panel{padding:26px 20px}
}

/* v2.0.5: force visible bullets for generated Pros and Cons lists. */
.pros-cons ul{
  display:block;
  list-style-type:disc!important;
  list-style-position:outside!important;
  margin:.75rem 0 0!important;
  padding-left:1.6rem!important;
}
.pros-cons li{
  display:list-item!important;
  margin:.5rem 0!important;
  padding-left:.15rem;
}
.pros-cons li::marker{
  font-size:1.05em;
}


/* Optional review video, inserted after the first Introduction paragraph. */
.review-video-block { margin: 1.75rem 0; }
.review-video-block h3 { margin: 0 0 .75rem; font-weight: 700; }
.review-video { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.review-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* v2.0.9: premium review hero and quick-verdict layout. */
.premium-review-hero{padding:34px 0 46px;background:linear-gradient(180deg,#fff 0%,#faf8f4 100%)}
.premium-review-hero .review-product-card{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:50px;align-items:start;background:#fff;border:1px solid var(--line);padding:34px;box-shadow:0 18px 48px rgba(20,24,33,.07)}
.premium-review-hero .review-image-panel{background:#f6f4f0;min-width:0}
.premium-review-hero .product-hero-image{height:470px;border-radius:0;padding:22px;background:#fff}
.premium-review-hero .review-product-copy{min-width:0}
.premium-review-hero .review-product-copy h1{margin-bottom:15px}
.hero-rating{display:flex;align-items:baseline;gap:4px;margin:0 0 18px;color:var(--accent)}
.hero-rating-number{font:800 2.4rem/1 Inter,sans-serif}
.hero-rating-scale{font-weight:800;font-size:1rem}
.hero-rating-label{margin-left:10px;color:var(--muted);font-size:.82rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.review-highlights{margin:22px 0;padding:19px 20px;background:#f8f3ed;border-left:4px solid var(--accent)}
.review-highlights-title{margin:0 0 9px;font-weight:850;font-size:.9rem}
.review-highlights ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;list-style:none;margin:0;padding:0}
.review-highlights li{position:relative;padding-left:21px;color:#3f4551;font-size:.94rem}
.review-highlights li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
.premium-review-hero .product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line);margin:22px 0}
.premium-review-hero .product-facts>div{padding:12px 14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.premium-review-hero .product-facts dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:800}
.premium-review-hero .product-facts dd{margin:3px 0 0;font-weight:750}
.retailer-note{margin:-14px 0 0;color:var(--muted);font-size:.78rem}
.quick-verdict-section{padding:0 0 18px;background:#faf8f4}
.quick-verdict-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:36px;padding:30px 34px;background:#1d2028;color:#fff}
.quick-verdict-card h2{font-family:Georgia,serif;font-size:2rem;line-height:1.1;margin:0}
.quick-verdict-card .eyebrow{color:#e4a9b3}
.quick-verdict-card p{margin:0;color:#e2e4e9;font-size:1.05rem}
.quick-verdict-audience{margin-top:14px!important;padding-top:14px;border-top:1px solid rgba(255,255,255,.15)}
@media(max-width:980px){
  .premium-review-hero .review-product-card{grid-template-columns:1fr;gap:30px}
  .premium-review-hero .product-hero-image{height:400px}
  .quick-verdict-card{grid-template-columns:1fr;gap:16px}
}
@media(max-width:620px){
  .premium-review-hero .review-product-card{padding:18px}
  .premium-review-hero .product-hero-image{height:320px;padding:12px}
  .review-highlights ul,.premium-review-hero .product-facts{grid-template-columns:1fr}
  .quick-verdict-card{padding:24px 20px}
  .hero-rating-number{font-size:2rem}
}

/* Version 1.0 RC4: consistent product metadata and structured buying guides */
.premium-review-hero .product-facts dt,
.premium-review-hero .product-facts dd{
  font-size:.86rem;
  line-height:1.45;
}
.premium-review-hero .product-facts dt{
  letter-spacing:.06em;
}
.premium-review-hero .product-facts dd{
  font-weight:750;
  overflow-wrap:anywhere;
}
.related-guides .guide-grid,
.guide-grid{
  align-items:stretch;
}
.structured-guide-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
  padding:30px;
  border-top:4px solid var(--accent);
}
.structured-guide-card h2,
.structured-guide-card h3{
  font-family:Georgia,serif;
  font-size:clamp(1.35rem,2.2vw,1.75rem);
  line-height:1.2;
  margin:0 0 15px;
}
.structured-guide-card p:not(.eyebrow){
  margin:0 0 24px;
  color:#4f5664;
  line-height:1.7;
}
.structured-guide-card .text-link{
  display:inline-flex;
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--line);
}
.guide-page-hero .lead{
  max-width:780px;
}
.guide-article-layout{
  display:grid;
  grid-template-columns:260px minmax(0,760px);
  gap:60px;
  align-items:start;
  justify-content:center;
}
.guide-contents{
  position:sticky;
  top:105px;
  padding:24px;
  background:#fff;
  border:1px solid var(--line);
  border-top:4px solid var(--accent);
}
.guide-contents ol{
  margin:0;
  padding-left:1.2rem;
}
.guide-contents li{
  margin:.7rem 0;
  color:#4f5664;
}
.guide-contents a:hover{
  color:var(--accent);
}
.guide-article{
  max-width:none;
}
.guide-article>h2{
  margin:2.7rem 0 1rem;
  padding-bottom:.65rem;
  border-bottom:2px solid var(--ink);
  font-family:Georgia,serif;
  font-size:clamp(1.75rem,3vw,2.25rem);
}
.guide-article>h2:first-child{
  margin-top:0;
}
.guide-article p{
  font-size:1.06rem;
  line-height:1.8;
}
@media(max-width:850px){
  .guide-article-layout{grid-template-columns:1fr;gap:28px}
  .guide-contents{position:static}
}

/* RC6 structured buying guides */
.guide-quick-answer { background: #f4f1ed; border-left: 4px solid var(--accent); padding: 20px 22px; margin: 0 0 32px; }
.guide-quick-answer p:last-child { margin-bottom: 0; font-size: 1.05rem; }
.guide-content-section { margin-bottom: 38px; }
.guide-content-section p { margin: 0 0 1.15em; }
.guide-faq { margin-top: 42px; }
.guide-faq .faq-item { border-top: 1px solid var(--border); padding: 15px 0; }
.guide-faq summary { cursor: pointer; font-weight: 700; }
.guide-conclusion { margin-top: 42px; padding: 24px; background: #f7f7f6; }

/* RC6.4.1 editorial buying-guide formatting */
.guide-article p { margin: 0 0 1.15rem; line-height: 1.75; }
.guide-article .content-list { margin: .4rem 0 1.35rem 1.25rem; }
.guide-article .content-list li { margin: 0 0 .55rem; line-height: 1.65; }
.guide-callout { margin: 1.25rem 0 1.5rem; padding: 1rem 1.1rem; border-left: 4px solid currentColor; background: rgba(0,0,0,.035); border-radius: 4px; }
.guide-callout strong { display: block; margin-bottom: .35rem; }
.guide-callout p { margin: 0; }
