/* NextGen Essentials — shared editorial design system. */
:root{--ink:#20231f;--paper:#f4f2eb;--gold:#a83e28;--steel:#66685f;--line:#d3d3c8;--card:#eae8df;--accent:#a83e28;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;--width:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}::selection{background:#d8e1c8;color:#20231f}:focus-visible{outline:2px solid var(--accent)!important;outline-offset:5px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:-.045em}button,summary{cursor:pointer}a{text-underline-offset:5px}section[id],div[id]{scroll-margin-top:110px}.skip-link{position:fixed;left:20px;top:-100px;background:var(--ink);color:white;padding:12px 24px;z-index:3000}.skip-link:focus{top:10px}
.disclosure-bar{background:var(--ink);color:#e5e5da;border:0;text-align:center;padding:7px 20px;font-size:10px;letter-spacing:.035em}.disclosure-bar a{color:#e5e5da;margin-left:6px}
body>nav{position:sticky;top:0;z-index:1000;background:rgba(244,242,235,.97);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-container{max-width:var(--width);padding:0 32px;margin:auto;height:87px;display:flex;align-items:center;justify-content:space-between;gap:32px}.nav-logo{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;white-space:nowrap;margin:0;font-family:var(--sans)}.brand-word{font-size:29px;font-weight:800;letter-spacing:-1.5px;line-height:1}.brand-dot{color:var(--accent)}.brand-sub{font-size:9px;line-height:1.4;letter-spacing:1.8px;border-left:1px solid var(--line);padding-left:12px;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:12px;font-weight:500;text-decoration:none;color:var(--ink);white-space:nowrap;padding:9px 0;position:relative}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--accent)}.nav-links a[aria-current=page]:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent)}.nav-links a.nav-subscribe{padding:11px 18px;border:1px solid var(--ink);margin-left:16px}.nav-links a.nav-subscribe:hover{background:var(--ink);color:var(--paper)}.menu-toggle{display:none}
.editorial-intro{max-width:var(--width);margin:auto;padding:23px 32px 48px}.edition-line{display:flex;align-items:center;justify-content:space-between;font-family:var(--sans);font-size:9px;letter-spacing:1.6px}.edition-line>span:first-child:before{content:'';display:inline-block;width:6px;height:6px;background:var(--accent);margin-right:9px;border-radius:50%}.intro-layout{display:flex;justify-content:space-between;align-items:flex-end;padding-top:35px;gap:35px}.intro-layout h1{font-size:clamp(78px,8.8vw,126px);letter-spacing:-.075em;line-height:.88;margin:0}.intro-layout h1 br{display:none}.intro-layout h1 em{font-weight:400;letter-spacing:-.065em;color:var(--accent);margin-left:.12em}.intro-note{max-width:245px;padding-bottom:3px}.editorial-asterisk{font-size:33px;line-height:1;display:block;color:var(--accent);margin-bottom:12px}.intro-note p{font-size:13px;line-height:1.6;margin:0 0 12px}.intro-note a{font-size:10px;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:5px;display:inline-flex;gap:22px}
.hero{max-width:calc(var(--width) - 64px);margin:0 auto 66px;display:grid;grid-template-columns:1.15fr 1fr;background:#e6e8df;border:1px solid #d3d8ca;min-height:510px}.hero-image{position:relative;min-height:510px;overflow:hidden;background:#171d1b}.hero-image img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 56%;filter:none}.hero-image-credit{position:absolute;bottom:23px;left:25px;color:#fff;font-size:9px;letter-spacing:1.6px}.hero-image:after{content:'';position:absolute;inset:75% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.42));pointer-events:none}.hero-image-credit{z-index:1}.hero-content{padding:42px;display:flex;flex-direction:column;justify-content:center;gap:20px}.hero-badge{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);display:flex;gap:8px;align-items:center;font-weight:600}.hero-badge .dot{height:6px;width:6px;display:block;background:var(--accent);border-radius:50%}.hero h2{font-size:clamp(32px,3.5vw,51px);line-height:1.07;margin:0;letter-spacing:-.045em}.hero h2 em{font-weight:400}.hero-price-row{display:flex;gap:9px;align-items:baseline;flex-wrap:wrap}.hero-price{font-size:27px;font-family:var(--serif)}.hero-price-note,.hero-rating{font-size:10px;color:var(--steel)}.hero-rating{width:100%;display:flex;gap:10px}.stars{color:var(--accent);letter-spacing:2px}.hero-cta-row{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.hero-cta-primary,.submit-btn,.btn-home{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:var(--paper);border:1px solid var(--ink);padding:14px 23px;text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.03em;border-radius:0;transition:background .2s,color .2s}.hero-cta-primary:hover,.submit-btn:hover,.btn-home:hover{background:var(--accent);border-color:var(--accent);color:white}.hero-cta-secondary{font-size:11px;text-underline-offset:4px}.hero-research{border-top:1px solid #c7ccbd;padding-top:13px}.hero-research summary{font-size:10px;letter-spacing:.02em;list-style:none;display:flex;justify-content:space-between}.hero-research summary:after{content:'+';font-size:16px;line-height:1}.hero-research[open] summary:after{content:'−'}.hero-quote{margin:15px 0 12px;padding-left:14px;border-left:2px solid var(--accent)}.hero-quote p{font-size:12px;margin:0 0 8px}.hero-quote .source{display:block;color:var(--steel);font-size:9px}.hero-features{padding-left:16px;font-size:11px;color:var(--steel);margin:0}.hero-features li{padding:4px 0}
.section,.shelf-section{max-width:var(--width);margin:auto;padding:50px 32px}.section-head,.shelf-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin:0 0 28px;border-bottom:1px solid var(--ink);padding:0 0 15px}.section-head h2,.shelf-head h2{font-size:38px;line-height:1.15;margin:0}.shelf-title-group{display:flex;align-items:baseline;gap:16px}.shelf-eyebrow,.index-label,.shelf-view-all{font-size:10px;letter-spacing:.04em;text-decoration:none}.shelf-eyebrow{color:var(--accent)}.shelf-view-all:hover,.index-label:hover{color:var(--accent)}.collections-section{padding-top:0;border:0!important}.collections-section .section-head{border-color:var(--line)}.collections-section .section-head h2{font-family:var(--sans);font-size:12px;letter-spacing:.02em}.showroom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.showroom-card{text-decoration:none;display:block;position:relative}.showroom-img{height:260px;overflow:hidden;background:var(--card)}.showroom-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.showroom-card:hover .showroom-img img{transform:scale(1.04)}.showroom-body{padding:18px 0 0;position:relative}.showroom-vol{font-size:9px;letter-spacing:1.2px;color:var(--accent);text-transform:uppercase}.showroom-body h3{font-size:29px;margin:7px 28px 9px; margin-left:0}.showroom-body:after{content:'↗';position:absolute;top:40px;right:3px;font-size:24px}.showroom-body p{font-size:12px;color:var(--steel);line-height:1.7;margin:0;max-width:95%}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.product-card{display:flex;flex-direction:column;min-width:0}.product-img{width:100%;aspect-ratio:4/5;overflow:hidden;background:var(--card)}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-img img{transform:scale(1.035)}.product-body{padding:17px 0 0;display:flex;flex-direction:column;flex:1}.product-type{font-size:9px;letter-spacing:1.3px;text-transform:uppercase;color:var(--accent)}.product-body h4{font-size:16px;line-height:1.35;letter-spacing:-.03em;font-weight:600;margin:8px 0 10px}.product-body>p{font-size:11px;line-height:1.8;color:var(--steel);margin:0 0 16px;flex:1}.product-price-row{padding-top:12px;border-top:1px solid var(--line);margin-top:auto}.product-price{font-family:var(--serif);font-size:24px}.buy-btn{display:flex;justify-content:space-between;width:100%;font-size:10px;padding:9px 0;background:transparent;color:var(--ink);border:0;text-decoration:none}.buy-btn:hover{color:var(--accent);background:transparent}
.journal-section{margin-top:40px;background:#eae8df;max-width:none;border-top:0!important;padding:60px max(32px,calc((100vw - 1256px)/2))}.article-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 28px;margin:0;padding:0;list-style:none}.article-item{min-width:0;display:flex;flex-direction:column;padding:0;border:0;gap:17px}.article-thumb-wrapper{aspect-ratio:3/2;width:100%;overflow:hidden;background:#d8d7cb}.article-thumb-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.article-item:hover .article-thumb-wrapper img{transform:scale(1.025)}.article-meta{font-size:9px;color:var(--accent);letter-spacing:.065em;text-transform:uppercase}.article-item h3{font-size:25px;line-height:1.2;letter-spacing:-.035em;margin:10px 0 12px}.article-item h3 a{text-decoration:none}.article-item h3 a:hover{color:var(--accent)}.article-excerpt{font-size:12px;color:var(--steel);line-height:1.75;margin:0 0 18px}.article-products{border-top:1px solid #c8c8bd;font-size:10px}.article-products summary{padding:12px 0;list-style:none;display:flex;justify-content:space-between}.article-products summary:after{content:'+'}.article-products[open] summary:after{content:'−'}.article-buy-stack{display:flex;flex-direction:column;gap:10px;padding-bottom:12px}.article-buy-mini{display:flex;gap:10px;align-items:center;padding:8px 0;border-top:1px solid var(--line)}.article-buy-mini img{height:44px;width:44px;object-fit:cover}.mini-info{flex:1;min-width:0}.mini-label{display:block;font-size:8px;color:var(--steel)}.mini-name{font-size:10px;line-height:1.3;display:block}.mini-btn{font-size:10px;white-space:nowrap;text-decoration:none}
.contact-section{max-width:var(--width);padding:90px 32px;margin:auto}.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:100px}.eyebrow{color:var(--accent);display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}.contact-box h2{font-size:54px;line-height:1.08;margin:0 0 22px}.contact-box p{font-size:13px;color:var(--steel);max-width:430px;line-height:1.8}.contact-box form{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}.contact-box .form-group:nth-of-type(n+3),.contact-box .submit-btn,.contact-box #form-status{grid-column:1/-1}.form-group{margin-bottom:5px}.form-group label{font-size:10px;display:block;margin-bottom:7px;color:var(--steel)}.form-group input:not([type=checkbox]),.form-group textarea{width:100%;border:1px solid #bbbdb0;background:transparent;padding:12px;color:var(--ink);border-radius:0;font-size:12px}.form-group textarea{resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#77796e}.contact-box .submit-btn{margin-top:0;min-height:45px}.contact-box input[type=checkbox]{flex-shrink:0;accent-color:var(--accent)}
.site-footer{background:var(--ink);color:var(--paper);border:0;padding:56px max(32px,calc((100vw - 1256px)/2)) 25px;text-align:left}.footer-top{display:flex;justify-content:space-between;gap:40px;padding-bottom:40px;border-bottom:1px solid #4b4d44}.footer-brand{font-family:var(--serif);font-size:58px;letter-spacing:-.05em;text-decoration:none;line-height:1}.footer-tagline{font-size:11px;color:#bcbeb2;margin:12px 0 0}.footer-links{display:flex;gap:25px;align-items:center;font-size:11px}.site-footer a{color:inherit}.footer-links a{text-decoration:none}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#bcbeb2;padding-top:22px}.footer-bottom p{margin:0}
/* Shared inner pages: keep article structure and content, improve reading rhythm. */
.page-category>.container{max-width:var(--width);padding:65px 32px 85px}.page-intro{max-width:900px;margin-bottom:32px}.page-intro h1{font-size:clamp(40px,5vw,68px);line-height:1.05;color:var(--ink);max-width:950px}.page-intro p{font-size:14px;line-height:1.8;color:var(--steel);max-width:720px}.social-share-bar{padding:10px 0;margin:28px 0;border-style:solid}.share-btn{color:var(--ink);background:transparent;box-shadow:none;font-size:10px;min-height:36px}.article-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 28px}.article-card,.article-card:first-child{padding:0 0 25px;display:flex;flex-direction:column;gap:16px;border-bottom:1px solid var(--line)}.card-thumb{width:100%;aspect-ratio:3/2;border:0;border-radius:0}.card-thumb img{filter:none;object-fit:cover}.card-body{justify-content:start;flex:1}.card-meta{font-size:9px;letter-spacing:.07em;color:var(--accent)}.card-title{font-size:27px;color:var(--ink);line-height:1.15;margin:0 0 13px}.card-summary{font-size:12px;line-height:1.8;color:var(--steel)}.card-read-more{font-size:10px;letter-spacing:.04em;color:var(--accent);margin-top:auto}.card-badge{background:var(--accent);color:white}.page-article .container,.page-info .container{max-width:900px;padding-top:65px;padding-bottom:80px}.page-article .content-wrap{max-width:1000px}.page-article .article-header h1,.page-article h1,.page-info h1{font-size:clamp(36px,4.5vw,62px);line-height:1.1;letter-spacing:-.04em;color:var(--ink)}.page-article h2,.page-info h2{letter-spacing:-.035em}.page-article p,.page-info p{line-height:1.85}.page-article .post-meta,.page-article .meta-line,.page-info .post-meta{font-size:11px;letter-spacing:.02em}.page-article .article-header{padding-top:56px}.page-article .hero-img,.page-article .hero-image{min-height:0}.page-article .hero-img img,.page-article .hero-image img{position:static}.page-article .review-card,.page-article .product-card{border-radius:0}.page-article .buy-btn,.page-article .buy-btn-cart,.prime-bounty-btn{background:var(--ink);color:var(--paper);border-radius:0}.page-article .buy-btn:hover,.page-article .buy-btn-cart:hover{background:var(--accent);color:white}.page-article table{font-size:12px}.page-article .table-wrap,.page-article .table-wrapper,.page-article .comparison-table-wrapper{overflow-x:auto}.page-article .author-box,.page-info .matrix-card,.page-info .highlight-box{border-radius:0;box-shadow:none}.page-article .share-btn,.page-category .share-btn{color:var(--ink)}
.page-form{display:block;min-height:100vh;padding:0;background:var(--paper)}.subscribe-card,.success-card{max-width:580px;width:calc(100% - 40px);margin:65px auto 85px;padding:45px;background:var(--paper);border:1px solid var(--line);border-radius:0;box-shadow:none}.subscribe-card .logo-wrapper,.success-card .logo-wrapper{display:none}.sub-title,.success-title{font-size:42px;letter-spacing:-.04em;line-height:1.12;color:var(--ink);margin-bottom:20px}.sub-desc,.success-desc,.success-desc-light{color:var(--steel);font-size:14px}.subscribe-card .form-group{margin:20px 0}.subscribe-card .submit-btn{width:100%;margin-top:10px}.page-form .back-link{color:var(--accent)}.page-form .site-footer{margin-top:auto}.success-icon{color:var(--accent)}
@media(min-width:1450px){.hero{min-height:560px}.hero-image{min-height:560px}}
@media(max-width:1100px){.intro-layout h1{font-size:85px}.intro-layout h1 br{display:block}.intro-layout h1 em{margin-left:0}.intro-note{max-width:270px}.hero-content{padding:30px}.hero h2{font-size:38px}.nav-links{gap:20px}.brand-sub{display:none}.hero{margin-left:32px;margin-right:32px}.showroom-img{height:220px}.contact-box{gap:50px}.product-grid{gap:18px}.article-index{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){html{scroll-padding-top:80px}.disclosure-bar{font-size:8px;padding:6px 12px}.nav-container{height:70px;padding:0 20px;gap:10px}.brand-word{font-size:26px}.brand-sub{display:block;font-size:8px}.menu-toggle{display:block;border:1px solid var(--line);background:transparent;padding:9px 12px;font-size:11px;color:var(--ink)}.nav-links{display:flex;position:absolute;top:70px;left:0;right:0;background:var(--paper);padding:16px 20px 24px;flex-wrap:wrap;border-bottom:1px solid var(--line);gap:12px 26px}.has-js .nav-links{display:none}.has-js .nav-links.is-open{display:flex}.nav-links a{font-size:13px;min-height:40px}.nav-links a.nav-subscribe{margin:0;padding:8px 15px}.editorial-intro{padding:22px 20px 30px}.edition-line{font-size:8px;letter-spacing:.08em}.edition-line>span:nth-child(2){display:none}.intro-layout{padding-top:30px;align-items:flex-end;gap:15px}.intro-layout h1{font-size:clamp(55px,11.8vw,84px)}.intro-note{max-width:160px}.intro-note p{font-size:10px}.intro-note a{font-size:9px;gap:9px}.editorial-asterisk{font-size:25px;margin-bottom:8px}.hero{margin:0 20px 38px;grid-template-columns:1fr;min-height:0}.hero-image{min-height:0;aspect-ratio:5/4}.hero-image img{object-position:center 54%}.hero-content{padding:28px;gap:18px}.hero h2{font-size:40px;max-width:460px}.hero h2 br{display:none}.hero h2 em{display:block}.hero-rating{width:auto;margin-left:auto}.hero-cta-primary{padding:13px 18px}.section,.shelf-section{padding:34px 20px}.collections-section{padding-top:0}.showroom-grid{gap:15px}.showroom-img{height:170px}.showroom-body h3{font-size:23px}.showroom-body p{font-size:10px}.showroom-vol{font-size:8px}.showroom-body:after{display:none}.section-head h2,.shelf-head h2{font-size:30px}.shelf-title-group{gap:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px}.product-body h4{font-size:15px}.product-body>p{font-size:11px}.journal-section{padding:38px 20px}.article-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 20px}.article-item h3{font-size:24px}.contact-section{padding:50px 20px}.contact-box{grid-template-columns:1fr;gap:25px}.contact-box h2{font-size:43px;max-width:420px}.contact-box form{gap:12px}.site-footer{padding:40px 20px 25px}.footer-top{flex-direction:column;gap:26px}.footer-brand{font-size:49px}.footer-links{gap:25px;flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:10px}.page-category>.container{padding:40px 20px}.page-intro h1{font-size:43px}.article-index{gap:30px 20px}.card-title{font-size:25px}.page-article .container,.page-info .container{padding:40px 20px}.page-article .content-wrap{padding-left:20px;padding-right:20px}.page-article .article-header{padding-top:35px}.subscribe-card,.success-card{margin:40px auto;padding:28px}.sub-title,.success-title{font-size:35px}}
@media(max-width:480px){.intro-layout{display:block;position:relative}.intro-layout h1{font-size:81px;line-height:.91}.intro-note{max-width:none;display:flex;align-items:center;gap:18px;margin-top:24px}.editorial-asterisk{display:none}.intro-note p{font-size:11px;max-width:165px;margin:0}.intro-note a{font-size:9px;line-height:1.8;flex:1;justify-content:space-between}.hero-content{padding:25px 22px}.hero h2{font-size:36px}.hero-rating{width:100%;margin:0}.showroom-grid{grid-template-columns:1fr;gap:22px}.showroom-card{display:grid;grid-template-columns:110px 1fr;gap:17px;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line)}.showroom-img{height:133px}.showroom-body{padding:0}.showroom-body h3{font-size:25px;margin:6px 0}.showroom-body p{font-size:10px;line-height:1.6;max-width:100%}.showroom-vol{font-size:8px}.section-head h2,.shelf-head h2{font-size:28px}.shelf-title-group{display:block}.shelf-eyebrow{display:block;margin-bottom:5px}.shelf-view-all{font-size:9px}.product-grid{gap:28px 15px}.product-body h4{font-size:14px}.product-body>p{font-size:10px;line-height:1.7}.product-type{font-size:8px}.product-price{font-size:22px}.article-list,.article-index{grid-template-columns:1fr}.article-item h3{font-size:28px}.article-excerpt{font-size:12px}.contact-box form{grid-template-columns:1fr}.contact-box .form-group{grid-column:1/-1}.card-title{font-size:28px}.page-intro h1{font-size:38px}.footer-brand{font-size:44px}}
.nav-logo .brand-word,.nav-logo .brand-sub{color:var(--ink)}.nav-logo .brand-dot{color:var(--accent)}.page-category main>.container{max-width:var(--width);padding:65px 32px 85px}.social-share-bar{border-left:0;border-right:0}
.editorial-table-scroll{max-width:100%;overflow-x:auto;margin:24px 0;overscroll-behavior-x:contain}.editorial-table-scroll table{margin:0;min-width:550px}.section-head h1{font-size:clamp(35px,4vw,60px);line-height:1.05;margin:0}.page-article .author-box{display:flex;align-items:center;gap:15px}.page-article .author-box>img{flex-shrink:0}
@media(max-width:480px){.intro-layout h1{font-size:clamp(60px,20.7vw,81px)}}
@media(max-width:760px){html:not(.has-js) .nav-container{height:auto;flex-wrap:wrap;padding-top:15px}html:not(.has-js) .menu-toggle{display:none}html:not(.has-js) .nav-links{position:static;width:100%;padding:10px 0;border:0}}
@media(max-width:760px){.page-category main>.container{padding:40px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
