/* myhotop.com - the counting house */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font:16px/1.62 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#54493B;background:#F6F1E8}
img{max-width:100%;height:auto}
a{color:#332C22}
a.bl{color:#9E2F16;text-decoration-color:#F8E3DB}
h1,h2,h3,h4{font-family:'Besley', 'Georgia', 'Times New Roman', serif;color:#231E17;line-height:1.16;margin:0 0 .5em}
p{margin:.4em 0 1em}
[hidden]{display:none!important}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.mono{font-family:'Courier Prime', 'Courier New', ui-monospace, monospace}

/* ---- masthead ---- */
.masthead{background:#FFFDF8;border-bottom:1px solid #DDD2C0;position:sticky;top:0;z-index:40}
.mast-in{display:flex;align-items:center;gap:26px;min-height:66px}
.mark{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:0}
.mark-tile{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#231E17;color:#F6F1E8;font:800 22px/1 'Besley', 'Georgia', 'Times New Roman', serif}
.mark-word{font:800 20px/1 'Besley', 'Georgia', 'Times New Roman', serif;color:#231E17;letter-spacing:.06em;white-space:nowrap}
.mark-word em{display:block;font:400 10.5px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.14em;color:#877965;font-style:normal;text-transform:uppercase}
.site-nav{display:flex;gap:18px;flex:1;min-width:0;flex-wrap:wrap}
.site-nav a{font:600 14px/1.2 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#54493B;text-decoration:none;padding:6px 2px;border-bottom:2px solid transparent}
.site-nav a:hover{color:#231E17}
.site-nav a[aria-current]{color:#231E17;border-bottom-color:#BF3B1F}
.head-cta{display:flex;align-items:center;gap:12px;margin-left:auto}
.ghost-button{font:600 14px/1 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#231E17;background:none;border:1px solid #DDD2C0;border-radius:7px;padding:10px 14px;cursor:pointer;max-width:100%}
.masthead .nav-toggle{display:none}

/* buy buttons: the only solid red on the site */
.buy{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#BF3B1F;border-radius:7px;padding:11px 18px;text-decoration:none;border:none;cursor:pointer;max-width:100%;box-shadow:0 1px 0 #9E2F16}
.buy:hover{background:#D44A2B}
.buy img{display:block;width:auto;max-width:100%}
.buy-head{padding:9px 14px}

/* ---- hero ---- */
.hero{background:
  repeating-linear-gradient(180deg, transparent 0 27px, rgba(35,30,23,.045) 27px 28px),
  linear-gradient(180deg, #FAF6EE, #F6F1E8);border-bottom:1px solid #EAE1D2}
.hero-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:48px;align-items:center;padding:58px 0 46px}
.hero-grid>*{min-width:0}
.kicker{font:700 12.5px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px}
.k-ink{color:#9E2F16}
.hero h1{font-size:clamp(34px,4.6vw,56px);font-weight:800;letter-spacing:-.01em}
.hero-lead{font-size:18.5px;max-width:56ch}
.hero-note{font:400 14px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;margin:14px 0 22px}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.ghost-link{font:600 15px/1.2 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#231E17;text-decoration:none;border:1px solid #DDD2C0;border-radius:7px;padding:12px 18px;background:#FFFDF8;max-width:100%}
.ghost-link:hover{border-color:#877965}
.hero-ph{position:relative;min-height:0}
.hero-crate{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:12px;padding:16px;box-shadow:0 14px 34px rgba(35,30,23,.10)}
.hero-crate img{display:block;border-radius:6px}
.hero-label{position:absolute;left:-10px;top:22px;background:#231E17;color:#F6F1E8;font:700 12.5px/1.3 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.08em;padding:8px 13px;border-radius:4px;box-shadow:0 4px 10px rgba(35,30,23,.25)}
.hero-label i{font-style:normal;color:#F5ECD6}

/* stats band */
.stats{background:#26211A;color:#F3EDE2}
.stats-in{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding:26px 0}
.stat{min-width:0}
.stat b{display:block;font:700 30px/1.1 'Besley', 'Georgia', 'Times New Roman', serif;color:#F3EDE2;letter-spacing:.01em}
.stat span{font:400 12.5px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#C9BCA8;text-transform:uppercase;letter-spacing:.1em}

/* ---- section scaffolding ---- */
.sect{padding:64px 0 26px}
.sect-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:start;margin-bottom:26px}
.sect-no{font:800 44px/1 'Besley', 'Georgia', 'Times New Roman', serif;color:transparent;-webkit-text-stroke:1.6px #DDD2C0;letter-spacing:.02em;padding-top:4px}
.sect-h h2{font-size:clamp(25px,3vw,36px);font-weight:800;margin-bottom:.25em}
.sect-lead{max-width:72ch;font-size:16.5px;margin:0}
.sect-band{background:#EFE7D9;border-top:1px solid #EAE1D2;border-bottom:1px solid #EAE1D2}
.sect-dark{background:#26211A;border:0}
.sect-dark h2,.sect-dark h3{color:#F3EDE2}
.sect-dark .sect-lead{color:#C9BCA8}
.sect-dark .sect-no{-webkit-text-stroke-color:#332D24}

/* ---- aisle rail ---- */
.rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:44px}
.bin{position:relative;display:block;background:#FFFDF8;border:1px solid #DDD2C0;border-top:4px solid var(--bc);border-radius:10px;padding:18px 18px 15px;text-decoration:none;min-width:0}
.bin:hover{box-shadow:0 8px 22px rgba(35,30,23,.09)}
.bin-code{font:700 11.5px/1 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.14em;color:#FFFDF8;background:var(--bc);border-radius:4px;padding:4px 7px;display:inline-block;margin-bottom:10px}
.bin-name{font:700 18px/1.25 'Besley', 'Georgia', 'Times New Roman', serif;color:#231E17;display:block}
.bin-ct{font:400 12.5px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;display:block;margin-top:5px}

/* ---- product cards ---- */
.pgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-bottom:42px}
.pgrid>*{min-width:0}
.pgrid.pgrid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.pcard{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.pcard .ph{position:relative;background:#fff;border-bottom:1px solid #EAE1D2}
.pcard .ph .pimg{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;padding:12px}
.chip{position:absolute;left:10px;top:10px;z-index:2;background:#EFE7D9;border:1px solid #DDD2C0;color:#332C22;font:700 12px/1 'Courier Prime', 'Courier New', ui-monospace, monospace;padding:5px 8px;border-radius:4px;letter-spacing:.04em;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pbody{display:flex;flex-direction:column;flex:1;padding:14px 15px 15px}
.pname{font:700 16px/1.3 'Besley', 'Georgia', 'Times New Roman', serif;margin:0 0 6px;color:#231E17}
.pline{font:500 12.5px/1.5 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#877965;margin:0 0 6px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.dot{width:11px;height:11px;border-radius:50%;border:1px solid rgba(35,30,23,.25);display:inline-block;flex:0 0 auto}
.pc-col{color:#877965}
.pc-rev{font:400 12.5px/1.5 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#54493B;margin:0 0 10px;display:block;flex:1 0 auto}
.stars{color:#A97B14;letter-spacing:.05em}
.pfoot{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;flex-wrap:wrap}
.tag{display:inline-block;background:#FAF6EE;border:1px dashed #DDD2C0;border-radius:6px;padding:7px 10px;min-width:0}
.tag b{font:700 17px/1.1 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#231E17;display:block}
.tag i{font:italic 400 11px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;display:block;white-space:nowrap}
.tag-na{font:400 12.5px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965}
.pfoot .buy{padding:10px 13px;flex:0 0 auto}

/* ---- gallery mosaic ---- */
.mosaic{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;padding-bottom:46px}
.mosaic figure{margin:0;min-width:0;grid-column:span 2;background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;overflow:hidden}
.mosaic figure.w3{grid-column:span 3}
.mosaic img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#fff}
.mosaic figcaption{font:400 12px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;padding:9px 12px;border-top:1px solid #EAE1D2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* ---- story / split sections ---- */
.split{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,5fr);gap:46px;align-items:start;padding-bottom:48px}
.split>*{min-width:0}
.split > .ph{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:12px;padding:14px;position:sticky;top:90px}
.split > .ph img{display:block;border-radius:6px}
.split > .ph figcaption{font:400 12px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;padding-top:10px}
.story-p{font-size:16.5px;max-width:64ch}

/* ---- cells (quality, cert, team) ---- */
.cells{display:grid;gap:16px;padding-bottom:48px}
.cells>*{min-width:0}
.cells-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.cells-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cells-2{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:0}
.cell{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;padding:20px 20px 14px}
.cell h3{font-size:18px;margin-bottom:.4em}
.cell p{font-size:14.5px;margin:0 0 .4em;color:#54493B}
.sect-dark .cell{background:#332D24;border-color:transparent}
.sect-dark .cell h3{color:#F3EDE2}
.sect-dark .cell p{color:#C9BCA8}
.cell-motto{display:grid;place-items:center;background:#BF3B1F;border-color:#9E2F16}
.cell-motto p{font:800 26px/1.25 'Besley', 'Georgia', 'Times New Roman', serif;color:#fff;text-align:center;margin:0}
.cert-note{font:400 13px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;margin:-26px 0 46px}
.cert-note a{color:#9E2F16}

/* ---- comparison table ---- */
.tbl-scroll{overflow-x:auto;margin-bottom:10px}
table.cmp{border-collapse:collapse;width:100%;min-width:680px;background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;overflow:hidden}
.cmp th,.cmp td{padding:13px 16px;text-align:left;border-bottom:1px solid #EAE1D2;font-size:14.5px;vertical-align:top}
.cmp thead th{font:700 13px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.06em;text-transform:uppercase;background:#EFE7D9;color:#332C22}
.cmp tbody th{font:600 14.5px/1.5 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#231E17;white-space:nowrap}
.cmp td.hot{background:#F8E3DB;color:#332C22;font-weight:500}
.cmp thead th.hot{background:#BF3B1F;color:#fff}
.cmp-note{font:400 13px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;margin:8px 0 46px}

/* ---- reviews ---- */
.revs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-bottom:46px}
.revs>*{min-width:0}
.rcard{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;padding:18px 18px 14px;display:flex;flex-direction:column}
.rcard .stars{font-size:15px;margin-bottom:8px}
.rcard blockquote{margin:0 0 12px;font-size:14.5px;color:#332C22;line-height:1.6;flex:1 0 auto}
.rcard .rwho{font:400 12px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965}
.rcard .rwho b{color:#54493B;font-weight:700}

/* ---- home article ---- */
/* Prose on the left, a sticky rail of figures on the right: a lone 760px
   column on a 1920 screen leaves half the band empty. */
.art-split{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,4fr);gap:46px;align-items:start;padding-bottom:48px}
.art-split>*{min-width:0}
.art-rail{position:sticky;top:90px;display:grid;gap:16px}
.art-rail figure{margin:0;background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;padding:12px}
.art-rail img{display:block;border-radius:6px;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#fff}
.art-rail figcaption{font:400 12px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;padding-top:9px}
.article-body{max-width:760px}
.article-body p{font-size:16.5px}
.article-body h3{font-size:22px;margin:1.4em 0 .5em}
.art-figs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:26px 0}
.art-figs figure{margin:0;min-width:0;background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;padding:12px}
.art-figs img{display:block;border-radius:6px;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#fff}
.art-figs figcaption{font:400 12px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;padding-top:9px}
table.plain{border-collapse:collapse;width:100%;min-width:560px;background:#FFFDF8;border:1px solid #DDD2C0}
.plain caption{caption-side:top;text-align:left;font:700 13px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.06em;text-transform:uppercase;color:#332C22;padding:0 0 10px}
.plain th,.plain td{padding:11px 14px;border-bottom:1px solid #EAE1D2;font-size:14.5px;text-align:left;vertical-align:top}
.plain thead th{font:700 12.5px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;text-transform:uppercase;letter-spacing:.05em;background:#EFE7D9}

/* ---- journal previews ---- */
.jgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-bottom:46px}
.jgrid>*{min-width:0}
.jcard{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none}
.jcard img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#fff}
.jbody{padding:18px 18px 16px;display:flex;flex-direction:column;flex:1}
.jkick{font:700 11.5px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.13em;text-transform:uppercase;color:#9E2F16;margin:0 0 8px}
.jcard h3{font-size:19px;line-height:1.3;margin:0 0 8px}
.jcard p{font-size:14px;color:#54493B;margin:0 0 12px;flex:1 0 auto}
.jmore{font:600 13.5px/1.2 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#9E2F16}

/* ---- closing ---- */
.closing{background:#26211A;color:#C9BCA8}
.closing-in{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:40px;align-items:center;padding:56px 0}
.closing h2{color:#F3EDE2;font-size:clamp(26px,3.4vw,40px);margin-bottom:.3em}
.closing p{margin:0;max-width:56ch}
.closing-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.closing .ghost-link{background:transparent;color:#F3EDE2;border-color:#332D24}

/* ---- shelf pages ---- */
.shelf-hero{border-bottom:1px solid #EAE1D2;background:linear-gradient(180deg,#FAF6EE,#F6F1E8)}
.shelf-hero-in{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:44px;align-items:stretch;padding:46px 0}
.shelf-hero-in>*{min-width:0}
.shelf-hero h1{font-size:clamp(30px,3.8vw,46px);font-weight:800}
.shelf-hero .ph{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:12px;padding:12px;height:100%}
.shelf-hero .ph img{display:block;border-radius:6px;width:100%;height:100%;min-height:240px;object-fit:cover}
.crumbs{font:400 12.5px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;padding:14px 0 0}
.crumbs a{color:#877965}
.line-h{display:flex;align-items:baseline;gap:14px;margin:34px 0 14px;border-bottom:1px solid #DDD2C0;padding-bottom:8px}
.line-h h2{font-size:21px;margin:0}
.line-h .line-ct{font:400 12.5px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965;white-space:nowrap}
.line-note{font-size:14.5px;color:#54493B;max-width:76ch;margin:0 0 18px}

/* ---- journal pages ---- */
.art-hero{border-bottom:1px solid #EAE1D2;background:linear-gradient(180deg,#FAF6EE,#F6F1E8)}
.art-hero-in{padding:44px 0 34px;max-width:860px}
.art-hero h1{font-size:clamp(28px,3.6vw,44px);font-weight:800;max-width:24ch}
.art-meta{font:400 13px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965}
.art-cover{max-width:1000px;margin:26px auto 0;padding:0 24px}
.art-cover img{display:block;border-radius:12px;border:1px solid #DDD2C0;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;background:#fff}
.prose{max-width:760px;margin:0 auto;padding:38px 24px 30px}
.prose p{font-size:17px;line-height:1.72}
.prose h2{font-size:27px;margin:1.5em 0 .5em}
.prose h3{font-size:20px;margin:1.3em 0 .4em}
.prose .tbl-scroll{margin:22px 0}
.pull{border-left:4px solid #BF3B1F;background:#FAF6EE;border-radius:0 10px 10px 0;margin:26px 0;padding:18px 22px}
.pull p{font:italic 600 19px/1.5 'Besley', 'Georgia', 'Times New Roman', serif;color:#332C22;margin:0}
.embed2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:26px 0}
.embed2>*{min-width:0}
.embed1{max-width:400px;margin:26px auto}
.jindex-hero{padding:46px 0 8px}
.jindex-hero h1{font-size:clamp(30px,3.8vw,46px)}

/* ---- fine print pages ---- */
.legal{max-width:760px;margin:0 auto;padding:44px 24px 40px}
.legal h1{font-size:clamp(28px,3.4vw,40px)}
.legal h2{font-size:21px;margin:1.5em 0 .4em}
.legal p,.legal li{font-size:15.5px;line-height:1.7}
.legal ul{padding-left:22px}
.src-list{list-style:none;padding:0}
.src-list li{background:#FFFDF8;border:1px solid #DDD2C0;border-radius:10px;padding:16px 18px;margin:0 0 12px}
.src-list .src-org{font:700 12px/1.5 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.08em;text-transform:uppercase;color:#9E2F16}
.src-list a{font-weight:600;color:#231E17}
.src-list .src-read{font:400 12px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#877965}
.src-list p{margin:.4em 0 0;font-size:14.5px}

/* ---- footer ---- */
.site-footer{background:#26211A;color:#C9BCA8;margin-top:40px}
.foot-grid{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,2.6fr) minmax(0,2.6fr) minmax(0,2.6fr);gap:34px;padding:52px 24px 30px}
.foot-grid>*{min-width:0}
.foot-mark{font:800 22px/1 'Besley', 'Georgia', 'Times New Roman', serif;color:#F3EDE2;letter-spacing:.08em;margin:0 0 12px}
.foot-blurb{font-size:14px;max-width:34ch}
.foot-soc{font:400 12.5px/1.8 'Courier Prime', 'Courier New', ui-monospace, monospace;color:#C9BCA8;letter-spacing:.04em}
.foot-h{font:700 12px/1.4 'Courier Prime', 'Courier New', ui-monospace, monospace;letter-spacing:.13em;text-transform:uppercase;color:#F3EDE2;margin:0 0 12px}
.foot-col ul{list-style:none;margin:0;padding:0}
.foot-col li{margin:0 0 8px}
.foot-col a{color:#C9BCA8;text-decoration:none;font-size:14px}
.foot-col a:hover{color:#F3EDE2}
.foot-base{border-top:1px solid #332D24;padding-top:22px;padding-bottom:30px;display:flex;flex-wrap:wrap;align-items:center;gap:16px 22px}
.foot-pay{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.pay-mark{height:26px;width:auto}
.disclosure{margin:0;display:flex;align-items:center;min-width:0}
.disclosure img.dsc{width:auto;max-width:100%}
.foot-copy{margin:0;font:400 12.5px/1.6 'Courier Prime', 'Courier New', ui-monospace, monospace;margin-left:auto}

/* ---- buy rail ---- */
.buyrail{position:fixed;left:0;right:0;bottom:0;background:#231E17;transform:translateY(110%);transition:transform .25s ease;z-index:50;box-shadow:0 -6px 18px rgba(35,30,23,.2)}
.buyrail.on{transform:none}
.buyrail-in{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:10px;padding-bottom:10px}
.buyrail-t{font:600 14px/1.4 'Work Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;color:#F6F1E8;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.buy-rail{padding:9px 14px;flex:0 0 auto}

/* ---- responsive ---- */
@media (max-width:1080px){
  .pgrid,.pgrid.pgrid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .revs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cells-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .foot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .hero-grid,.split,.shelf-hero-in,.closing-in,.art-split{grid-template-columns:minmax(0,1fr)}
  .split > .ph{position:static}
  .art-rail{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats-in{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rail{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pgrid,.pgrid.pgrid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mosaic figure,.mosaic figure.w3{grid-column:span 1}
  .cells-3{grid-template-columns:minmax(0,1fr)}
  .jgrid{grid-template-columns:minmax(0,1fr)}
  .art-figs{grid-template-columns:minmax(0,1fr)}
  .closing-cta{justify-content:flex-start}
  .site-nav{display:none;position:absolute;left:0;right:0;top:66px;background:#FFFDF8;border-bottom:1px solid #DDD2C0;padding:12px 24px 16px;flex-direction:column;gap:4px}
  .masthead .nav-toggle{display:inline-block}
}
@media (max-width:640px){
  .wrap{padding:0 16px}
  .hero-grid{padding:40px 0 34px;gap:30px}
  .hero-ctas .buy,.hero-ctas .ghost-link{flex:1 1 100%;text-align:center;justify-content:center}
  .pgrid,.pgrid.pgrid-3{grid-template-columns:minmax(0,1fr)}
  .revs{grid-template-columns:minmax(0,1fr)}
  .rail{grid-template-columns:minmax(0,1fr)}
  .cells-4,.cells-2,.cells{grid-template-columns:minmax(0,1fr)}
  .art-rail{grid-template-columns:minmax(0,1fr)}
  .embed2{grid-template-columns:minmax(0,1fr)}
  .sect{padding:46px 0 18px}
  .sect-head{grid-template-columns:minmax(0,1fr)}
  .sect-no{display:none}
  .stats-in{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stat b{font-size:24px}
  .mark-word em{display:none}
  .buyrail-t{display:none}
  .buyrail-in{justify-content:center}
  .foot-grid{grid-template-columns:minmax(0,1fr);gap:24px}
  .foot-copy{margin-left:0}
  .disclosure{flex-wrap:wrap}
  .disclosure img.dsc{max-width:100%;height:auto!important}
  .head-cta .buy-head{display:none}
  .line-h{flex-wrap:wrap;gap:4px 14px}
  .line-h .line-ct{white-space:normal}
}
