/* ============================================================================
   SARACEN THREADS — shop components
   Layered on saracen.css. Same tokens, same hairlines, same dark ground.
   Nothing here introduces a new colour or a new typeface.
   ========================================================================== */

.skip{position:absolute;left:-9999px;top:0;z-index:999;background:var(--cream-hot);color:var(--ink-dark);
  padding:.8rem 1.2rem;font-family:var(--body);font-size:.8rem;letter-spacing:.1em}
.skip:focus{left:8px;top:8px}
:focus-visible{outline:2px solid var(--gold-lt);outline-offset:3px}

.head__n{display:inline-block;min-width:1.35em;padding:0 .3em;margin-left:.3em;border-radius:1em;
  background:var(--gold);color:var(--char);font-size:.66rem;line-height:1.35em;text-align:center;font-weight:500}

/* ------------------------------------------------------------- utilities */
.wrap--narrow{max-width:760px}
.center{text-align:center}
.mt1{margin-top:1rem}.mt2{margin-top:2rem}.mt3{margin-top:3rem}
.hair{height:1px;background:rgba(169,139,75,.28);border:0;margin:2.4rem 0}
.light .hair{background:rgba(27,18,6,.16)}
.muted{opacity:.72}
.small{font-size:.82rem}
.nowrap{white-space:nowrap}

/* --------------------------------------------------------------- crumbs */
.crumbs{font-family:var(--body);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;
  opacity:.6;padding:.9rem 0}
.crumbs a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.crumbs a:hover{border-bottom-color:currentColor}
.crumbs span{margin:0 .5em;opacity:.5}

/* ----------------------------------------------------------- notice bar */
.notice{background:var(--madder-deep);color:var(--sand-pale);font-family:var(--body);
  font-size:.74rem;letter-spacing:.09em;text-align:center;padding:.62rem 1rem;line-height:1.5}
.notice a{color:var(--gold-lt)}

/* ======================================================= PRODUCT PAGE === */
.pdp{background:var(--char);color:var(--cream);padding-top:0}
.pdp__top{display:grid;gap:2rem;padding:1.2rem var(--gutter) 2.6rem;max-width:1360px;margin:0 auto}
@media(min-width:900px){
  .pdp__top{grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);gap:3.4rem;
    padding:1.6rem var(--gutter) 4rem;align-items:start}
  .pdp__buy{position:sticky;top:110px}
}

/* gallery — the piece is mounted whole, never cropped into a shape */
.pdp__stage{position:relative;background:var(--ink-dark);border:1px solid rgba(169,139,75,.3);overflow:hidden}
.pdp__stage img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}
.pdp__stage img.is-wide{aspect-ratio:4/3}
.pdp__cap{position:absolute;left:0;right:0;bottom:0;padding:.7rem .9rem;font-family:var(--body);
  font-size:.72rem;letter-spacing:.07em;color:var(--sand-pale);
  background:linear-gradient(to top,rgba(10,7,4,.86),rgba(10,7,4,0))}
.pdp__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.5rem}
.pdp__thumbs button{padding:0;border:1px solid rgba(169,139,75,.26);background:var(--ink-dark);cursor:pointer;
  aspect-ratio:1;overflow:hidden}
.pdp__thumbs button[aria-current="true"]{border-color:var(--gold-lt)}
.pdp__thumbs img{width:100%;height:100%;object-fit:cover;display:block}
.pdp__drawn{margin-top:.6rem;font-family:var(--body);font-size:.68rem;letter-spacing:.06em;opacity:.55}

/* the offer */
.pdp__ref{font-family:var(--body);font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--sand)}
.pdp__hook{font-family:var(--display);font-weight:300;line-height:1.08;color:var(--cream-hot);
  font-size:clamp(2rem,6.4vw,3.1rem);margin:.5rem 0 0}
@media(max-width:620px){.pdp__hook{font-weight:400}}
.pdp__sub{font-family:var(--body);font-weight:200;font-size:clamp(.95rem,2.6vw,1.06rem);
  line-height:1.62;color:var(--sand-lt);margin:.85rem 0 0;max-width:46ch}
.pdp__sub b{font-weight:500;color:var(--cream)}
.pdp__bullets{list-style:none;margin:1.3rem 0 0;padding:0;display:grid;gap:.55rem}
.pdp__bullets li{position:relative;padding-left:1.5rem;font-family:var(--body);font-size:.88rem;
  line-height:1.55;color:var(--sand-lt)}
.pdp__bullets li::before{content:"";position:absolute;left:0;top:.52em;width:9px;height:9px;
  background:var(--gold);transform:rotate(45deg)}

.pdp__pricerow{display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap;margin:1.6rem 0 .2rem}
.pdp__price{font-family:var(--display);font-size:2.1rem;font-weight:400;color:var(--cream-hot);line-height:1}
.pdp__pricenote{font-family:var(--body);font-size:.76rem;letter-spacing:.1em;color:var(--sand)}

/* the one upsell on the page: size */
.sizes{display:grid;gap:.55rem;margin:1.2rem 0 0}
.size{display:flex;align-items:center;gap:.85rem;border:1px solid rgba(169,139,75,.3);
  background:rgba(239,232,218,.03);padding:.85rem .95rem;cursor:pointer;transition:border-color .2s,background .2s}
.size:hover{border-color:rgba(216,197,150,.6)}
.size input{position:absolute;opacity:0;width:0;height:0}
.size__dot{flex:0 0 auto;width:15px;height:15px;border:1px solid var(--sand);border-radius:50%;position:relative}
.size:has(input:checked){border-color:var(--gold-lt);background:rgba(169,139,75,.12)}
.size:has(input:checked) .size__dot::after{content:"";position:absolute;inset:3px;background:var(--gold-lt);border-radius:50%}
.size:has(input:focus-visible){outline:2px solid var(--gold-lt);outline-offset:2px}
.size__l{flex:1 1 auto;min-width:0}
.size__n{display:block;font-family:var(--body);font-size:.93rem;color:var(--cream)}
.size__cm{display:block;font-family:var(--body);font-size:.74rem;letter-spacing:.08em;color:var(--sand);margin-top:.12rem}
.size__p{font-family:var(--display);font-size:1.18rem;color:var(--cream-hot);white-space:nowrap}
.size__tag{font-family:var(--body);font-size:.63rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--char);background:var(--gold-lt);padding:.16rem .45rem;margin-left:.5rem}

/* the disclosure that has to sit above the button, not in a footer */
.vatline{margin:1.25rem 0 0;padding:.9rem 1rem;border:1px solid rgba(169,139,75,.3);
  background:rgba(62,20,16,.34);font-family:var(--body);font-size:.79rem;line-height:1.6;color:var(--sand-lt)}
.vatline b{color:var(--cream);font-weight:500}
.vatline a{color:var(--gold-lt)}

.cta{display:block;width:100%;border:0;cursor:pointer;margin-top:1.1rem;
  background:var(--gold);color:var(--char);font-family:var(--body);font-weight:500;
  font-size:.95rem;letter-spacing:.17em;text-transform:uppercase;padding:1.15rem 1rem;
  text-align:center;text-decoration:none;position:relative;overflow:hidden;min-height:56px}
.cta:hover{background:var(--gold-lt)}
.cta:disabled{opacity:.45;cursor:not-allowed}
.cta--ghost{background:transparent;color:var(--cream);border:1px solid var(--sand)}
.cta--ghost:hover{background:rgba(239,232,218,.08)}
.cta__sub{display:block;font-size:.68rem;letter-spacing:.1em;text-transform:none;opacity:.78;margin-top:.25rem;font-weight:300}

/* the badges go directly under the button, where the doubt spikes */
.badges{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem .9rem;margin-top:1rem}
@media(min-width:520px){.badges{grid-template-columns:repeat(2,1fr)}}
.badge{display:flex;gap:.55rem;align-items:flex-start;font-family:var(--body);font-size:.76rem;
  line-height:1.45;color:var(--sand-lt)}
.badge svg{flex:0 0 auto;width:15px;height:15px;margin-top:.1rem;fill:none;stroke:var(--gold);stroke-width:1.6}

.alloc{margin-top:.95rem;font-family:var(--body);font-size:.78rem;letter-spacing:.08em;color:var(--sand)}
.alloc b{color:var(--cream-hot);font-weight:500}
.alloc--shut{color:var(--madder-lit)}

/* sticky bar — the one piece of mobile ecommerce furniture worth the space */
.stickybuy{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;align-items:center;gap:1rem;
  padding:.7rem var(--gutter) calc(.7rem + env(safe-area-inset-bottom,0px));
  background:rgba(18,12,7,.96);border-top:1px solid rgba(169,139,75,.4);
  transform:translateY(105%);transition:transform .35s ease;backdrop-filter:blur(10px)}
.stickybuy.is-up{transform:translateY(0)}
.stickybuy__l{flex:1 1 auto;min-width:0}
.stickybuy__t{font-family:var(--display);font-size:1rem;color:var(--cream-hot);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stickybuy__s{font-family:var(--body);font-size:.72rem;letter-spacing:.08em;color:var(--sand)}
.stickybuy .cta{width:auto;margin:0;padding:.95rem 1.5rem;flex:0 0 auto}
@media(min-width:900px){.stickybuy{padding-left:44px;padding-right:44px}}

/* --------------------------------------------------------- page sections */
.sec{padding:clamp(56px,9vw,110px) var(--gutter)}
.sec__in{max-width:1100px;margin:0 auto}
.sec__in--narrow{max-width:720px}
.sec h2.d{margin:0}
.eyebrow{font-family:var(--body);font-size:.68rem;letter-spacing:.26em;text-transform:uppercase;
  color:var(--sand);margin:0 0 .7rem}
.light .eyebrow{color:var(--madder)}

/* the price lineage — the objection killed in one line */
.lineage{display:grid;gap:1px;background:rgba(169,139,75,.3);border:1px solid rgba(169,139,75,.3);margin-top:2rem}
@media(min-width:620px){.lineage{grid-template-columns:1fr 1fr}}
.lineage__c{background:var(--char);padding:1.8rem 1.4rem;text-align:center}
.light .lineage__c{background:var(--cream)}
.lineage__n{font-family:var(--display);font-size:2.5rem;line-height:1;color:var(--cream-hot)}
.light .lineage__n{color:var(--ink-dark)}
.lineage__c--them .lineage__n{opacity:.5;text-decoration:line-through;text-decoration-thickness:1px}
.lineage__l{font-family:var(--body);font-size:.78rem;letter-spacing:.1em;margin-top:.6rem;opacity:.75}

/* comparison — us against what she would otherwise buy */
.compare{width:100%;border-collapse:collapse;margin-top:2rem;font-family:var(--body);font-size:.86rem}
.compare th,.compare td{padding:.85rem .7rem;text-align:left;border-bottom:1px solid rgba(169,139,75,.22)}
.light .compare th,.light .compare td{border-bottom-color:rgba(27,18,6,.14)}
.compare thead th{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;opacity:.7;font-weight:400}
.compare td:first-child{width:38%}
.compare .yes{color:var(--gold-lt)}
.light .compare .yes{color:var(--madder)}
.compare .no{opacity:.45}
.compare col.us{background:rgba(169,139,75,.09)}

/* how it is made */
.steps{display:grid;gap:1.6rem;margin-top:2.4rem}
@media(min-width:760px){.steps{grid-template-columns:repeat(3,1fr);gap:2.2rem}}
.step__h{font-family:var(--display);font-size:1.35rem;line-height:1.2;margin:0 0 .5rem}
.step__b{font-family:var(--body);font-size:.9rem;line-height:1.66;opacity:.84;margin:0}

/* questions */
.faq{margin-top:2rem;border-top:1px solid rgba(169,139,75,.24)}
.light .faq{border-top-color:rgba(27,18,6,.14)}
.faq details{border-bottom:1px solid rgba(169,139,75,.24)}
.light .faq details{border-bottom-color:rgba(27,18,6,.14)}
.faq summary{list-style:none;cursor:pointer;padding:1.1rem 2.2rem 1.1rem 0;position:relative;
  font-family:var(--body);font-size:.96rem;line-height:1.45}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:.2rem;top:1rem;font-size:1.2rem;opacity:.6}
.faq details[open] summary::after{content:"\2013"}
.faq p{margin:0 0 1.2rem;font-family:var(--body);font-size:.9rem;line-height:1.7;opacity:.84;max-width:64ch}

/* what buyers say — real entries only, and an honest empty state */
.wall{display:grid;gap:1rem;margin-top:2rem}
@media(min-width:760px){.wall{grid-template-columns:repeat(3,1fr)}}
.rev{border:1px solid rgba(169,139,75,.26);padding:1.2rem}
.light .rev{border-color:rgba(27,18,6,.14)}
.rev__stars{color:var(--gold);letter-spacing:.18em;font-size:.86rem}
.rev__t{font-family:var(--display);font-size:1.1rem;margin:.5rem 0 .35rem}
.rev__b{font-family:var(--body);font-size:.87rem;line-height:1.66;opacity:.85;margin:0}
.rev__w{font-family:var(--body);font-size:.72rem;letter-spacing:.09em;margin-top:.85rem;opacity:.62}
.rev__v{color:var(--gold-lt)}
.noreviews{border:1px dashed rgba(169,139,75,.4);padding:1.6rem;margin-top:2rem;
  font-family:var(--body);font-size:.9rem;line-height:1.7;max-width:62ch}

/* the final card */
.offercard{border:1px solid rgba(169,139,75,.4);background:rgba(239,232,218,.03);
  padding:2rem 1.5rem;margin-top:2.4rem;text-align:center;max-width:560px;margin-inline:auto}
.offercard .cta{max-width:380px;margin-inline:auto}

/* ======================================================== COLLECTION === */
.grid{display:grid;gap:1.6rem;margin-top:2.4rem}
@media(min-width:620px){.grid{grid-template-columns:repeat(2,1fr);gap:2rem}}
@media(min-width:1000px){.grid{grid-template-columns:repeat(3,1fr)}}
.card{display:block;text-decoration:none;color:inherit;position:relative}
.card__art{position:relative;overflow:hidden;background:var(--ink-dark);border:1px solid rgba(169,139,75,.26)}
.card__art img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;
  transition:transform 1.2s cubic-bezier(.2,.7,.3,1)}
.card:hover .card__art img{transform:scale(1.035)}
@media(hover:none){.card:hover .card__art img{transform:none}}
.card__meta{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.9rem}
.card__n{font-family:var(--display);font-size:1.3rem;font-weight:400;margin:0}
.card__p{font-family:var(--body);font-size:.92rem;letter-spacing:.06em;white-space:nowrap}
.card__note{font-family:var(--body);font-size:.82rem;line-height:1.55;opacity:.74;margin:.35rem 0 0}
.card__flag{position:absolute;top:0;left:0;background:var(--madder-deep);color:var(--sand-pale);
  font-family:var(--body);font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;padding:.35rem .6rem}

/* ============================================================== BASKET === */
.cart{max-width:1060px;margin:0 auto;padding:1.4rem var(--gutter) 4rem}
@media(min-width:900px){.cart{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:3rem;align-items:start}}
.line{display:grid;grid-template-columns:84px 1fr auto;gap:1rem;padding:1.1rem 0;
  border-bottom:1px solid rgba(169,139,75,.22);align-items:start}
.line__art{width:84px;height:104px;object-fit:cover;background:var(--ink-dark);border:1px solid rgba(169,139,75,.22)}
.line__n{font-family:var(--display);font-size:1.16rem;margin:0}
.line__s{font-family:var(--body);font-size:.78rem;letter-spacing:.06em;opacity:.72;margin:.25rem 0 0}
.line__p{font-family:var(--body);font-size:.98rem;white-space:nowrap;text-align:right}
.line__act{display:flex;gap:.9rem;margin-top:.6rem;font-family:var(--body);font-size:.74rem;letter-spacing:.08em}
.line__act button{background:none;border:0;color:inherit;opacity:.65;cursor:pointer;padding:0;
  border-bottom:1px solid currentColor;font:inherit}
.line__act button:hover{opacity:1}
.qty{display:inline-flex;align-items:center;border:1px solid rgba(169,139,75,.3)}
.qty button{width:32px;height:30px;background:none;border:0;color:inherit;cursor:pointer;font-size:1rem}
.qty span{min-width:30px;text-align:center;font-family:var(--body);font-size:.85rem}

/* order bumps — the reason this shop exists */
.bump{border:1px solid rgba(169,139,75,.4);background:rgba(169,139,75,.07);padding:1rem;
  display:grid;grid-template-columns:72px 1fr auto;gap:.9rem;align-items:center;margin-top:1rem}
.bump__art{width:72px;height:72px;object-fit:cover;border:1px solid rgba(169,139,75,.26);background:var(--ink-dark)}
.bump__h{font-family:var(--display);font-size:1.1rem;margin:0}
.bump__b{font-family:var(--body);font-size:.79rem;line-height:1.5;opacity:.8;margin:.25rem 0 0}
.bump__p{font-family:var(--body);font-size:.84rem;margin-top:.35rem}
.bump__p s{opacity:.5;margin-right:.4em}
.bump__add{background:var(--gold);color:var(--char);border:0;cursor:pointer;font-family:var(--body);
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;padding:.75rem 1rem;white-space:nowrap;min-height:44px}
.bump__add:hover{background:var(--gold-lt)}
@media(max-width:519px){.bump{grid-template-columns:56px 1fr}.bump__art{width:56px;height:56px}
  .bump__add{grid-column:1/-1;width:100%}}

.totals{border:1px solid rgba(169,139,75,.3);padding:1.4rem}
.totals__r{display:flex;justify-content:space-between;gap:1rem;font-family:var(--body);
  font-size:.88rem;padding:.42rem 0}
.totals__r--big{font-size:1.12rem;border-top:1px solid rgba(169,139,75,.3);margin-top:.6rem;padding-top:.9rem}
.totals__r--big span:last-child{font-family:var(--display);font-size:1.5rem}
.totals__note{font-family:var(--body);font-size:.76rem;line-height:1.6;opacity:.75;margin:1rem 0 0}

/* ============================================================ CHECKOUT === */
.form{display:grid;gap:1rem}
.f2{display:grid;gap:1rem}
@media(min-width:560px){.f2{grid-template-columns:1fr 1fr}}
label.fl{display:block;font-family:var(--body);font-size:.72rem;letter-spacing:.14em;
  text-transform:uppercase;opacity:.72;margin-bottom:.35rem}
.fi{width:100%;background:rgba(239,232,218,.04);border:1px solid rgba(169,139,75,.3);color:var(--cream);
  font-family:var(--body);font-size:1rem;padding:.85rem .9rem;min-height:48px}
.fi:focus{border-color:var(--gold-lt);outline:none;background:rgba(239,232,218,.07)}
.fi::placeholder{color:rgba(210,184,150,.4)}
.fi[aria-invalid="true"]{border-color:var(--madder-lit)}
.ferr{font-family:var(--body);font-size:.75rem;color:var(--madder-lit);margin:.3rem 0 0}

/* the acknowledgement record — this is the chargeback defence */
.ack{border:1px solid rgba(169,139,75,.4);padding:1.2rem;display:grid;gap:1rem;margin-top:.6rem}
.ackrow{display:grid;grid-template-columns:22px 1fr;gap:.8rem;align-items:start}
.ackrow input{width:20px;height:20px;margin-top:.15rem;accent-color:#A98B4B}
.ackrow span{font-family:var(--body);font-size:.82rem;line-height:1.62;opacity:.92}
.ackrow a{color:var(--gold-lt)}

/* =============================================================== FOOTER === */
.foot{padding:clamp(48px,7vw,84px) var(--gutter) 2.4rem;text-align:left;
  border-top:1px solid rgba(229,188,140,.22)}
.foot__grid{display:grid;gap:2.2rem}
@media(min-width:760px){.foot__grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem}}
.foot__mark{font-family:var(--display);letter-spacing:.34em;font-weight:400;font-size:.9rem;color:var(--sand-lt)}
.foot__line{font-family:var(--body);font-size:.82rem;line-height:1.7;opacity:.72;margin:.8rem 0 0;max-width:38ch}
.foot__legal{font-size:.76rem;opacity:.58}
.foot__h{display:block;font-family:var(--body);font-size:.68rem;letter-spacing:.2em;
  text-transform:uppercase;color:var(--sand);margin-bottom:.8rem}
.foot__col a{display:block;font-family:var(--body);font-size:.85rem;padding:.3rem 0;
  color:var(--sand-lt);text-decoration:none;opacity:.85}
.foot__col a:hover{opacity:1;color:var(--cream-hot)}
.foot__rule{height:1px;background:rgba(229,188,140,.18);margin:2.4rem auto}
.foot__small{font-family:var(--body);font-size:.74rem;line-height:1.7;opacity:.55;
  max-width:70ch;margin:0 auto .6rem;text-align:center}
.foot__small a{color:var(--sand-lt)}

/* =============================================================== CONSENT === */
.consent{position:fixed;left:0;right:0;bottom:0;z-index:200;background:rgba(18,12,7,.98);
  border-top:1px solid rgba(169,139,75,.4);
  padding:1.1rem var(--gutter) calc(1.1rem + env(safe-area-inset-bottom,0px))}
.consent__in{max-width:880px;margin:0 auto;display:grid;gap:.8rem}
@media(min-width:760px){.consent__in{grid-template-columns:1fr auto;align-items:center;gap:2rem}
  .consent__t{grid-column:1}.consent__b{grid-column:1}.consent__a{grid-column:2;grid-row:1/3}}
.consent__t{font-family:var(--display);font-size:1.16rem;color:var(--cream-hot);margin:0}
.consent__b{font-family:var(--body);font-size:.79rem;line-height:1.6;color:var(--sand-lt);margin:0;max-width:62ch}
.consent__b a{color:var(--gold-lt)}
.consent__a{display:flex;gap:.7rem;flex-wrap:wrap}
.consent__a .btn{min-height:44px;display:inline-flex;align-items:center}

/* ================================================================ PROSE === */
.prose{max-width:68ch;margin:0 auto;font-family:var(--body);font-size:.95rem;line-height:1.78}
.prose h1{font-family:var(--display);font-weight:300;font-size:clamp(2rem,5.6vw,2.9rem);
  line-height:1.1;margin:0 0 1.4rem}
.prose h2{font-family:var(--display);font-weight:400;font-size:1.5rem;line-height:1.24;margin:2.6rem 0 .8rem}
.prose h3{font-family:var(--body);font-weight:500;font-size:1rem;letter-spacing:.04em;margin:1.8rem 0 .5rem}
.prose p{margin:0 0 1.1rem}
.prose ul,.prose ol{margin:0 0 1.2rem;padding-left:1.3rem}
.prose li{margin-bottom:.55rem}
.prose a{color:inherit}
.prose table{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.88rem}
.prose th,.prose td{padding:.65rem .6rem;text-align:left;border-bottom:1px solid rgba(27,18,6,.14)}
.prose .lede{font-family:var(--display);font-size:1.3rem;line-height:1.45;margin-bottom:1.6rem}
.dark .prose th,.dark .prose td{border-bottom-color:rgba(169,139,75,.22)}
.callout{border-left:2px solid var(--gold);padding:.2rem 0 .2rem 1.2rem;margin:1.6rem 0;
  font-size:.92rem;line-height:1.72}

/* ============================================================ CONFIRM === */
.window{border:1px solid rgba(169,139,75,.4);padding:1.6rem;margin-top:2rem}
.window__h{font-family:var(--display);font-size:1.5rem;margin:0 0 .6rem;color:var(--cream-hot)}
.window__t{font-family:var(--body);font-size:.84rem;letter-spacing:.1em;color:var(--gold-lt);margin:.8rem 0 0}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.chip{font-family:var(--body);font-size:.72rem;letter-spacing:.1em;border:1px solid rgba(169,139,75,.4);
  padding:.35rem .7rem;opacity:.85}

@media(prefers-reduced-motion:reduce){
  .card__art img,.stickybuy{transition:none}
}

/* ==========================================================================
   BUNDLES, PICKS AND THE SERIES
   ========================================================================== */

.bundle{display:grid;gap:2.4rem;align-items:start}
@media(min-width:900px){.bundle{grid-template-columns:1.05fr .95fr;gap:3.4rem}}

.bundle__list{list-style:none;margin:1.6rem 0 0;padding:0;border-top:1px solid rgba(169,139,75,.3)}
.bundle__list li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;
  padding:.62rem 0;border-bottom:1px solid rgba(169,139,75,.18);font-family:var(--body);font-size:.93rem}
.bundle__n{color:var(--cream)}
.bundle__cm{display:block;color:var(--sand);font-size:.78rem;letter-spacing:.06em;margin-top:.12rem}
.bundle__p{color:var(--sand-lt);white-space:nowrap;font-variant-numeric:tabular-nums}
.bundle__p s{opacity:.55}

/* choosing a ground inside a bundle */
.picks{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:.6rem;margin-top:.55rem}
.pick{position:relative;cursor:pointer;display:block}
.pick input{position:absolute;opacity:0;width:0;height:0}
.pick img{width:100%;height:auto;display:block;border:1px solid rgba(169,139,75,.28);
  filter:saturate(.82) brightness(.84);transition:filter .3s,border-color .3s}
.pick__n{display:block;font-family:var(--body);font-size:.74rem;letter-spacing:.05em;
  color:var(--sand);margin-top:.35rem;line-height:1.3}
.pick input:checked ~ img{border-color:var(--gold);filter:none}
.pick input:checked ~ .pick__n{color:var(--cream-hot)}
.pick input:focus-visible ~ img{outline:2px solid var(--gold);outline-offset:2px}
@media(hover:hover){.pick:hover img{filter:saturate(.95) brightness(.95)}}

/* the bundle cards on the collection page */
.sets{display:grid;gap:1.4rem;margin-top:2.2rem}
@media(min-width:620px){.sets{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.sets{grid-template-columns:repeat(3,1fr)}}
.set{display:block;border:1px solid rgba(169,139,75,.3);background:rgba(18,11,6,.55);
  padding:1.1rem;text-decoration:none;transition:border-color .35s,transform .35s}
@media(hover:hover){.set:hover{border-color:var(--gold);transform:translateY(-2px)}}
.set img{width:100%;height:auto;display:block;margin-bottom:.9rem;border:1px solid rgba(169,139,75,.22)}
.set__b{display:inline-block;font-family:var(--body);font-size:.66rem;letter-spacing:.2em;
  text-transform:uppercase;color:var(--char);background:var(--gold);padding:.16rem .5rem;margin-bottom:.5rem}
.set__n{font-family:var(--display);font-weight:400;font-size:1.34rem;color:var(--cream-hot);margin:0}
.set__s{font-family:var(--body);font-size:.85rem;color:var(--sand);margin:.3rem 0 .7rem;line-height:1.55}
.set__r{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem;
  border-top:1px solid rgba(169,139,75,.22);padding-top:.7rem}
.set__p{font-family:var(--display);font-size:1.3rem;color:var(--gold-lt)}
.set__save{font-family:var(--body);font-size:.76rem;letter-spacing:.06em;color:var(--sand)}

/* subscription plans */
.plans{display:grid;gap:1rem;margin-top:1.6rem}
@media(min-width:760px){.plans{grid-template-columns:repeat(2,1fr)}}
.plan{display:block;border:1px solid rgba(169,139,75,.3);padding:1.2rem;text-decoration:none;
  transition:border-color .3s,background .3s}
.plan--on{border-color:var(--gold);background:rgba(169,139,75,.08)}
@media(hover:hover){.plan:hover{border-color:var(--gold-lt)}}
.plan__n{display:block;font-family:var(--display);font-size:1.4rem;color:var(--cream-hot)}
.plan__s{display:block;font-family:var(--body);font-size:.84rem;color:var(--sand);margin:.22rem 0 .8rem}
.plan__p{display:block;font-family:var(--display);font-size:1.9rem;color:var(--gold-lt)}
.plan__u{font-family:var(--body);font-size:.76rem;letter-spacing:.1em;color:var(--sand);margin-left:.3rem}
.plan__d{display:block;font-family:var(--body);font-size:.8rem;color:var(--sand-lt);margin-top:.4rem}
.plan__pp{display:block;font-family:var(--body);font-size:.78rem;color:var(--gold);margin-top:.5rem;
  padding-top:.5rem;border-top:1px solid rgba(169,139,75,.22)}

/* ==========================================================================
   THE UPGRADE — one tap, taken while the decision is still open
   ========================================================================== */
.upsell{display:grid;grid-template-columns:auto 84px 1fr auto;gap:.85rem;align-items:center;
  border:1px solid rgba(169,139,75,.42);background:rgba(169,139,75,.07);padding:.85rem .95rem;
  margin:1.3rem 0 0;cursor:pointer;transition:border-color .3s,background .3s}
.upsell input{position:absolute;opacity:0;width:0;height:0}
.upsell__box{width:20px;height:20px;border:1px solid var(--gold);display:block;position:relative;flex:0 0 20px}
.upsell input:checked ~ .upsell__box::after{content:"";position:absolute;inset:4px;background:var(--gold)}
.upsell input:checked ~ *{--lit:1}
.upsell:has(input:checked){border-color:var(--gold);background:rgba(169,139,75,.16)}
.upsell input:focus-visible ~ .upsell__box{outline:2px solid var(--gold);outline-offset:2px}
.upsell__im{width:84px;height:63px;object-fit:cover;display:block;border:1px solid rgba(169,139,75,.3)}
.upsell__t{font-family:var(--body);font-size:.88rem;line-height:1.5;color:var(--cream);min-width:0}
.upsell__t b{color:var(--cream-hot);font-weight:500}
.upsell__d{display:block;color:var(--sand-lt);font-size:.8rem;margin-top:.25rem;line-height:1.55}
.upsell__d b{color:var(--gold-lt);font-weight:500}
.upsell__p{font-family:var(--display);font-size:1.15rem;color:var(--gold-lt);white-space:nowrap}
@media(max-width:620px){
  .upsell{grid-template-columns:auto 1fr auto;gap:.6rem}
  .upsell__im{display:none}
}
@media(hover:hover){.upsell:hover{border-color:var(--gold)}}

/* the series, box by box */
.boxes{display:grid;gap:.9rem;margin-top:1.4rem}
@media(min-width:760px){.boxes{grid-template-columns:repeat(2,1fr)}}
.boxq{border:1px solid rgba(169,139,75,.28);padding:1rem 1.1rem}
.boxq__c{font-family:var(--body);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}
.boxq__n{font-family:var(--display);font-size:1.35rem;color:var(--cream-hot);margin:.25rem 0 .1rem}
.boxq__w{font-family:var(--body);font-size:.85rem;color:var(--sand);line-height:1.6}
.boxq__l{font-family:var(--body);font-size:.78rem;color:var(--sand-lt);margin-top:.55rem;
  padding-top:.55rem;border-top:1px solid rgba(169,139,75,.2)}

/* ==========================================================================
   REFINEMENT PASS
   shop.css loads after saracen.css, so these win. Kept separate on purpose:
   the locked homepage stylesheet stays untouched and reversible.
   ========================================================================== */

/* -------------------------------------------------- the wordmark, heavier
   It was reading as a caption. At this price the name has to carry the page,
   so: up a weight, up a size, and a hairline under it that stops at the text
   rather than running the width of the bar. */
.head__marktext{
  font-weight:600;
  font-size:clamp(1.02rem,4.6vw,1.62rem);
  letter-spacing:.26em;text-indent:.26em;
  color:#FBF5E9;
  text-shadow:0 1px 18px rgba(0,0,0,.55);
}
@media(min-width:900px){
  .head__marktext{font-size:1.72rem;letter-spacing:.3em;text-indent:.3em}
}
.head__flank{position:relative;display:inline-block}
.head__flank::after{
  content:"";position:absolute;left:8%;right:8%;bottom:-.42em;height:1px;
  background:linear-gradient(90deg,transparent,rgba(169,139,75,.85) 22%,
             rgba(216,197,150,.95) 50%,rgba(169,139,75,.85) 78%,transparent);
  opacity:0;transform:scaleX(.55);transform-origin:50% 50%;
  transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);
}
.is-lit .head__flank::after,.head.is-stuck .head__flank::after{opacity:1;transform:scaleX(1)}
.head__tag{font-size:.56rem;letter-spacing:.34em;text-indent:.34em;opacity:.9}
@media(min-width:900px){.head__tag{font-size:.6rem}}

/* ----------------------------------------------------- the collection grid
   Five carpets in a four-column grid leaves one stranded on its own row,
   which reads as an accident. Three columns gives 3 + 2, larger cards, and
   more of the thing people are actually buying. */
@media(min-width:900px){
  .folios{grid-template-columns:repeat(3,minmax(0,1fr));gap:3.2rem 2.6rem}
}
@media(min-width:1400px){
  .folios{gap:3.6rem 3rem}
}

/* The name was fighting the price for the same line and losing, breaking
   "The Indigo Medallion" over three lines. Stack them. */
.folio__meta{
  display:block;margin-top:1.15rem;padding-bottom:.75rem;
  border-bottom:1px solid rgba(169,139,75,.32);
}
.folio__name{
  display:block;font-size:1.52rem;line-height:1.16;letter-spacing:.008em;
  text-wrap:balance;max-width:14ch;
}
.folio__price{
  display:block;margin-top:.5rem;font-family:var(--body);font-weight:400;
  font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold-lt);opacity:.92;white-space:nowrap;
}
.folio__note{margin-top:.8rem;font-size:.9rem;line-height:1.62;opacity:.74;max-width:32ch}
.folio__ways{margin-top:.95rem;gap:7px}
.folio__ways i{width:12px;height:12px;box-shadow:0 0 0 1px rgba(239,232,218,.22)}
@media(min-width:900px){
  .folio__name{font-size:1.62rem}
}

/* ------------------------------------------------------------ mobile pass */
@media(max-width:620px){
  .folio__name{font-size:1.3rem;max-width:none}
  .folio__note{font-size:.88rem;max-width:none}
  .folio__price{font-size:.66rem}

  /* thumb-reachable, and never a target under 44px */
  .cta,.btn,.head__cart,.head__burger{min-height:48px}
  .size{min-height:56px}
  .pick{min-height:auto}

  /* stop long words and prices forcing a sideways scroll */
  .prose,.sec__in,.wrap{overflow-wrap:anywhere}
  table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}

  /* the buy bar must clear the home indicator */
  .stickybuy,.shopbar{padding-bottom:calc(.7rem + env(safe-area-inset-bottom,0px))}

  /* the bundle upgrade needs room to breathe on a phone */
  .upsell{padding:.9rem .8rem;gap:.55rem}
  .upsell__t{font-size:.86rem}
  .upsell__d{font-size:.78rem}

  .bundle__list li{font-size:.88rem}
  .boxq{padding:.9rem 1rem}
  .plan{padding:1rem}
}
@media(max-width:400px){
  .folio__name{font-size:1.18rem}
  .sets{gap:1rem}
}

/* iOS zooms the page in if an input is under 16px. It never zooms back out. */
@media(max-width:860px){
  .fi,.inp,input,select,textarea{font-size:16px}
}

/* ------------------------------------------------- the cookie notice, small
   It is a legal notice, not a feature. Bottom-left, one line, out of the way
   of the buy bar, and it does not dim the page or block anything. */
.consent{
  position:fixed;left:var(--gutter,18px);bottom:var(--gutter,18px);z-index:70;
  max-width:340px;background:rgba(18,11,6,.94);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border:1px solid rgba(169,139,75,.4);padding:.85rem 1rem;
  font-family:var(--body);font-size:.78rem;line-height:1.6;color:var(--sand-lt);
  box-shadow:0 18px 44px rgba(0,0,0,.5);
  opacity:0;transform:translateY(10px);pointer-events:none;
  transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1);
}
.consent.is-up{opacity:1;transform:none;pointer-events:auto}
.consent a{color:var(--sand-lt);text-decoration:underline;text-underline-offset:2px}
.consent__row{display:flex;gap:.5rem;margin-top:.7rem}
.consent__b{
  flex:1;font:inherit;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  padding:.5rem .6rem;min-height:38px;cursor:pointer;border:1px solid rgba(169,139,75,.5);
  background:transparent;color:var(--sand-lt);transition:background .3s,color .3s
}
.consent__b--yes{background:var(--gold);border-color:var(--gold);color:#120B06;font-weight:500}
@media(hover:hover){.consent__b:hover{background:rgba(169,139,75,.22)}
  .consent__b--yes:hover{background:var(--gold-lt);color:#120B06}}
@media(max-width:620px){
  .consent{left:10px;right:10px;bottom:10px;max-width:none;
    padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px))}
  .stickybuy.is-up ~ .consent,.shopbar.is-up ~ .consent{bottom:84px}
}

/* ------------------------------------------------------- the pulled quote */
.pull{margin:1.8rem 0 0;padding:0;border:0}
.pull__q{
  font-family:var(--display);font-weight:300;font-style:italic;
  font-size:clamp(1.34rem,4.6vw,1.96rem);line-height:1.3;margin:0;
  color:var(--ink-dark);text-wrap:balance;
}
.pull__c{
  display:block;margin-top:1rem;font-family:var(--body);font-style:normal;
  font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;opacity:.62;
}
.pull__c i{font-style:italic;text-transform:none;letter-spacing:.06em}
.light .pull__q::before,.light .pull__q::after{color:var(--sand);font-style:normal}
.light .pull__q::before{content:"\201C"}
.light .pull__q::after{content:"\201D"}
@media(max-width:620px){
  .pull__q{font-size:1.24rem}
  .pull__c{font-size:.64rem;letter-spacing:.16em}
}

/* ==========================================================================
   HOMEPAGE AS A LANDING PAGE
   The old page put a wall of centred prose on white between the hero and the
   product. Nobody reads that, and on a wide screen it is mostly margin. The
   arguments are now pictures — a price comparison, a quote, three numbers —
   and the carpets come straight after the hero.
   ========================================================================== */

/* ------------------------------------------------------- hero, closing harder */
.ivan__price{
  font-family:var(--body);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--sand-lt);margin:1.4rem 0 1.5rem
}
.ivan__price b{color:var(--gold-lt);font-weight:500;letter-spacing:.08em}
.cta--hero{max-width:340px;margin:0 auto}
@media(max-width:620px){
  .ivan__price{font-size:.7rem;letter-spacing:.1em;margin:1rem 0 1.1rem}
  .cta--hero{max-width:none}
}

/* --------------------------------- the strip: four anxieties, answered early */
.strip{background:#0C0704;border-top:1px solid rgba(169,139,75,.22);
  border-bottom:1px solid rgba(169,139,75,.22);padding:1.4rem 0}
.strip__in{display:grid;gap:1rem 1.6rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:900px){.strip__in{grid-template-columns:repeat(4,1fr);gap:0}}
.strip__i{font-family:var(--body);text-align:center;padding:.2rem .6rem;position:relative}
@media(min-width:900px){
  .strip__i + .strip__i::before{content:"";position:absolute;left:0;top:14%;bottom:14%;
    width:1px;background:rgba(169,139,75,.26)}
}
.strip__i b{display:block;font-weight:500;font-size:.8rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--cream-hot)}
.strip__i span{display:block;font-size:.76rem;color:var(--sand);margin-top:.26rem;line-height:1.5}
@media(max-width:620px){
  .strip__i b{font-size:.68rem;letter-spacing:.09em}
  .strip__i span{font-size:.68rem}
}

/* ------------------------------------------- the price argument, as a picture */
.versus{background:var(--char);padding:var(--band) 0;
  border-top:1px solid rgba(169,139,75,.18)}
.vs{display:grid;gap:1.6rem;align-items:stretch;margin-top:2rem}
@media(min-width:760px){.vs{grid-template-columns:1fr auto 1fr;gap:0}}
.vs__side{text-align:center;padding:2rem 1.4rem;border:1px solid rgba(169,139,75,.24)}
.vs__side--ours{border-color:var(--gold);background:rgba(169,139,75,.09)}
.vs__who{display:block;font-family:var(--body);font-size:.7rem;letter-spacing:.2em;
  text-transform:uppercase;color:var(--sand)}
.vs__fig{display:block;font-family:var(--display);font-weight:300;
  font-size:clamp(2.6rem,9vw,4.4rem);line-height:1;color:var(--gold-lt);margin:.7rem 0 .6rem}
.vs__fig--old{color:var(--sand);opacity:.6;text-decoration:line-through;
  text-decoration-thickness:2px;text-decoration-color:rgba(142,66,53,.8)}
.vs__note{display:block;font-family:var(--body);font-size:.84rem;line-height:1.6;
  color:var(--sand-lt);max-width:26ch;margin:0 auto}
.vs__sep{display:block;width:1px;background:linear-gradient(180deg,transparent,
  rgba(169,139,75,.5),transparent);margin:0 2rem}
@media(max-width:759px){.vs__sep{display:none}}
.vs__line{text-align:center;font-family:var(--display);font-size:clamp(1.1rem,3.6vw,1.5rem);
  line-height:1.5;color:var(--cream);max-width:40ch;margin:2.4rem auto 0}
.vs__line b{color:var(--gold-lt);font-weight:400}

/* ------------------------------------------------------ the quote, one beat */
.creed{background:#0C0704;padding:calc(var(--band) * .9) 0;text-align:center}
.creed__mark{width:44px;height:44px;color:var(--gold);opacity:.85;margin-bottom:1.6rem}
.creed .pull__q{color:var(--cream-hot)}
.creed .pull__q::before,.creed .pull__q::after{color:var(--gold);font-style:normal}
.creed .pull__q::before{content:"\201C"}
.creed .pull__q::after{content:"\201D"}
.creed .pull__c{color:var(--sand)}
.creed__after{font-family:var(--body);font-size:.92rem;line-height:1.75;color:var(--sand-lt);
  max-width:46ch;margin:2rem auto 0}

/* -------------------------------------------- three reasons, not three essays */
.why{display:grid;gap:1.4rem;margin-top:2.4rem}
@media(min-width:760px){.why{grid-template-columns:repeat(3,1fr);gap:2rem}}
.why__c{border-top:2px solid var(--madder-deep);padding-top:1.3rem}
.why__n{display:block;font-family:var(--display);font-weight:300;
  font-size:clamp(2.4rem,7vw,3.4rem);line-height:1;color:var(--madder-deep)}
.why__t{display:block;font-family:var(--body);font-size:.76rem;letter-spacing:.16em;
  text-transform:uppercase;margin:.6rem 0 .7rem;color:var(--ink-dark)}
.why__b{font-size:.92rem;line-height:1.72;opacity:.82;margin:0}
.center{text-align:center}

@media(max-width:620px){
  .vs__side{padding:1.5rem 1rem}
  .creed__mark{width:34px;height:34px;margin-bottom:1.1rem}
  .why__c{padding-top:1rem}
  .why__b{font-size:.88rem}
}

/* ==========================================================================
   THE HEADER WAS EATING THE TOP OF EVERY PAGE
   .head is position:fixed and nothing below it reserved the space. On the
   homepage that is right — the hero runs under it on purpose. On every other
   page the first kicker sat behind the bar ("THE HOUSE", "BUYING FROM US").

   Measured, not guessed: the bar is padding + two lines + a nav row, and it
   shrinks on scroll. --head-h is the tall state, which is the one that matters
   because it is the state you land in.
   ========================================================================== */
:root{ --head-h:132px }
@media(min-width:900px){ :root{ --head-h:176px } }

/* Any page that is not the homepage hero starts below the bar. One rule, one
   place — the old build had padding-top stacked in four different files. */
main > section:first-child:not(.ivan):not(.strip){
  padding-top:calc(var(--head-h) + 1.6rem);
}
/* anchors land clear of the bar too */
:target, [id]{ scroll-margin-top:calc(var(--head-h) + 12px) }

/* the drawer and the skip link have to clear it as well */
.drawer{ padding-top:var(--head-h) }

@media(max-width:620px){
  :root{ --head-h:112px }
  main > section:first-child:not(.ivan):not(.strip){ padding-top:calc(var(--head-h) + 1rem) }
}

/* the nav row collapses on scroll, so the offset should follow it down */
.head.is-stuck ~ main > section:first-child:not(.ivan):not(.strip){ padding-top:calc(var(--head-h) + 1.6rem) }
