/* ==========================================================================
   Aerís Roasting Co — everyday specialty micro-roaster, Iroquois SD
   Roastery / kraft / deep espresso / cream paper.
   Deliberately NOT Aerís Signature: warmer paper, rust (not brass), soft
   serif (not Bodoni), grounded + approachable rather than limited-release.
   Stamps ≤2px radius. No pills. Phone-first.
   All text colors verified ≥4.5:1 on their own surface.
   ========================================================================== */

:root{
  /* paper + kraft */
  --paper:#F5F0E6;
  --paper-2:#EDE6D9;
  --paper-lift:#FBF8F2;
  --kraft:#DCCFB8;
  --kraft-2:#C4B296;

  /* espresso / ink */
  --espresso:#1E1712;
  --espresso-2:#2C231C;
  --ink:#241C16;          /* 14.76:1 on paper */
  --mute:#55493F;         /*  7.67:1 on paper */
  --mute-dark:#B9AC9B;    /*  7.95:1 on espresso */

  /* rust — the cover accent */
  --rust:#C2542A;         /* decoration + large type only (4.02:1) */
  --rust-ink:#A8401B;     /*  5.42:1 on paper — safe for small text */
  --rust-dark:#E08A5B;    /*  6.71:1 on espresso */

  --line:rgba(36,28,22,.14);
  --line-2:rgba(36,28,22,.26);
  --line-dark:rgba(245,240,230,.16);

  --serif:"Fraunces",Georgia,"Times New Roman",serif;
  --sans:"IBM Plex Sans",ui-sans-serif,system-ui,-apple-system,sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;

  --max:1120px;
  --narrow:720px;
  --ease:cubic-bezier(.22,1,.36,1);
  --shadow:0 10px 30px rgba(30,23,18,.09);
  --shadow-sm:0 2px 8px rgba(30,23,18,.07);
  --header-h:60px;
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}

body{
  margin:0;
  font-family:var(--sans);
  font-size:16px;
  line-height:1.6;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  overflow-wrap:break-word;
}
body.no-scroll{overflow:hidden}

img{max-width:100%;height:auto;display:block}
a{color:inherit}

h1,h2,h3,h4{
  font-family:var(--serif);
  font-weight:600;
  line-height:1.15;
  letter-spacing:-.01em;
  margin:0 0 .5em;
  text-wrap:balance;
}
h1{font-size:clamp(2.1rem,7vw,3.5rem)}
h2{font-size:clamp(1.55rem,4.4vw,2.35rem)}
h3{font-size:clamp(1.15rem,2.6vw,1.4rem)}
p{margin:0 0 1rem}
p:last-child{margin-bottom:0}

/* global keyboard focus (Signature audit P0) */
:focus-visible{outline:2px solid var(--rust-ink);outline-offset:2px;border-radius:1px}
.on-dark :focus-visible,.utility :focus-visible,.foot :focus-visible{outline-color:var(--rust-dark)}
:is(a,button,input,select,textarea,summary,[tabindex]):focus:not(:focus-visible){outline:none}

.wrap{width:min(var(--max),calc(100% - 2rem));margin-inline:auto}
.wrap-narrow{width:min(var(--narrow),calc(100% - 2rem));margin-inline:auto}

.skip{position:absolute;left:-9999px;top:0;background:var(--espresso);color:var(--paper);padding:.6rem .9rem;z-index:200;text-decoration:none}
.skip:focus{left:.5rem;top:.5rem}

.vh{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* --------------------------------------------------------------- eyebrow */
.eyebrow{
  font-family:var(--mono);
  font-size:.7rem;
  font-weight:500;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--rust-ink);
  margin:0 0 .9rem;
  display:block;
}
.eyebrow-mute{color:var(--mute)}
.on-dark .eyebrow{color:var(--rust-dark)}

/* --------------------------------------------------------------- stamps  */
.stamp{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:48px;
  padding:.75rem 1.4rem;
  border-radius:2px;
  border:1px solid var(--espresso);
  background:var(--espresso);
  color:var(--paper);
  font-family:var(--sans);
  font-size:.94rem;
  font-weight:600;
  letter-spacing:.01em;
  text-decoration:none;
  cursor:pointer;
  transition:background .18s var(--ease),transform .18s var(--ease),border-color .18s var(--ease);
}
.stamp:hover{background:var(--espresso-2);transform:translateY(-1px)}
.stamp:active{transform:translateY(0)}
.stamp-ghost{background:transparent;color:var(--ink);border-color:var(--line-2)}
.stamp-ghost:hover{background:rgba(36,28,22,.05);border-color:var(--espresso)}
.stamp-rust{background:var(--rust-ink);border-color:var(--rust-ink)}
.stamp-rust:hover{background:#933815;border-color:#933815}
.on-dark .stamp-ghost{color:var(--paper);border-color:var(--line-dark)}
.on-dark .stamp-ghost:hover{background:rgba(245,240,230,.08);border-color:var(--paper)}
.stamp-sm{min-height:40px;padding:.5rem 1rem;font-size:.85rem}
.stamp[disabled]{opacity:.45;cursor:not-allowed;transform:none}

.textlink{
  color:var(--rust-ink);
  text-decoration:none;
  border-bottom:1px solid rgba(168,64,27,.4);
  padding-bottom:1px;
  font-weight:500;
}
.textlink:hover{border-bottom-color:var(--rust-ink)}
.on-dark .textlink{color:var(--rust-dark);border-bottom-color:rgba(224,138,91,.45)}

/* --------------------------------------------------------------- utility */
.utility{background:var(--espresso);color:var(--mute-dark);font-size:.76rem;letter-spacing:.02em}
.utility-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.15rem 1.2rem;padding:.5rem 0;min-height:36px}
.utility p{margin:0}
.utility strong{color:var(--paper);font-weight:600}
.utility a{color:var(--paper);text-decoration:none;border-bottom:1px solid var(--line-dark);padding:2px 0}
.utility a:hover{border-bottom-color:var(--rust-dark)}
.utility .dot{color:var(--rust-dark);padding:0 .1rem}

/* --------------------------------------------------------------- header  */
.head{
  position:sticky;top:0;z-index:60;
  background:rgba(245,240,230,.94);
  backdrop-filter:saturate(1.3) blur(8px);
  border-bottom:1px solid var(--line);
}
.head-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h)}

.brand{display:flex;align-items:baseline;gap:.55rem;text-decoration:none;flex-shrink:0;padding:.4rem 0}
.brand-mark{
  font-family:var(--serif);
  font-style:italic;
  font-weight:600;
  font-size:1.32rem;
  letter-spacing:-.015em;
  color:var(--ink);
  line-height:1;
}
.brand-sub{
  font-family:var(--mono);
  font-size:.58rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--mute);
  line-height:1;
}

.nav{display:none}
.nav ul{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}
.nav a{
  display:flex;align-items:center;min-height:44px;
  padding:.4rem .7rem;
  font-size:.9rem;font-weight:500;
  color:var(--ink);text-decoration:none;
  border-bottom:2px solid transparent;
  transition:color .15s var(--ease),border-color .15s var(--ease);
}
.nav a:hover{color:var(--rust-ink)}
.nav a[aria-current="page"]{border-bottom-color:var(--rust);font-weight:600}

.head-actions{display:flex;align-items:center;gap:.4rem}

.sheet-btn{
  display:inline-flex;align-items:center;gap:.45rem;
  min-height:44px;padding:.45rem .85rem;
  background:transparent;border:1px solid var(--line-2);border-radius:2px;
  font-family:var(--sans);font-size:.85rem;font-weight:600;color:var(--ink);
  cursor:pointer;transition:border-color .15s var(--ease),background .15s var(--ease);
}
.sheet-btn:hover{border-color:var(--espresso);background:rgba(36,28,22,.04)}
.sheet-count{
  display:inline-grid;place-items:center;
  min-width:20px;height:20px;padding:0 5px;
  background:var(--rust-ink);color:#fff;
  border-radius:2px;font-family:var(--mono);font-size:.68rem;font-weight:500;line-height:1;
}
.sheet-btn[data-empty="true"] .sheet-count{background:var(--mute)}

.nav-toggle{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;
  background:transparent;border:1px solid var(--line-2);border-radius:2px;
  cursor:pointer;color:var(--ink);
}
.nav-toggle:hover{border-color:var(--espresso)}
.nav-toggle svg{width:20px;height:20px}
.nav-toggle .icon-x{display:none}
.nav-toggle[aria-expanded="true"] .icon-bars{display:none}
.nav-toggle[aria-expanded="true"] .icon-x{display:block}

/* --------------------------------------------------------------- drawer  */
.overlay{
  position:fixed;inset:0;z-index:70;
  background:rgba(30,23,18,.5);
  opacity:0;visibility:hidden;
  transition:opacity .22s var(--ease),visibility .22s var(--ease);
}
.overlay[data-open="true"]{opacity:1;visibility:visible}

.drawer{
  position:fixed;top:0;right:0;bottom:0;z-index:80;
  width:min(340px,86vw);
  background:var(--paper);
  border-left:1px solid var(--line);
  box-shadow:-14px 0 40px rgba(30,23,18,.16);
  transform:translateX(102%);
  transition:transform .26s var(--ease);
  display:flex;flex-direction:column;
  overscroll-behavior:contain;
}
.drawer[data-open="true"]{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--line);flex-shrink:0}
.drawer-title{font-family:var(--mono);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);margin:0}
.drawer-close{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;margin-right:-.5rem;
  background:transparent;border:0;cursor:pointer;color:var(--ink);
}
.drawer-close svg{width:18px;height:18px}
.drawer-body{flex:1;overflow-y:auto;padding:.5rem 1.1rem 1.4rem}
.drawer nav ul{list-style:none;margin:0;padding:0}
.drawer nav a{
  display:flex;align-items:center;min-height:52px;
  padding:.5rem 0;
  font-family:var(--serif);font-size:1.22rem;font-weight:600;
  color:var(--ink);text-decoration:none;
  border-bottom:1px solid var(--line);
}
.drawer nav a[aria-current="page"]{color:var(--rust-ink)}
.drawer-cta{display:grid;gap:.5rem;margin-top:1.4rem}
.drawer-cta .stamp{width:100%}
.drawer-nap{margin-top:1.4rem;font-size:.85rem;color:var(--mute);line-height:1.7}
.drawer-nap a{color:var(--ink);font-weight:600;text-decoration:none;border-bottom:1px solid var(--line-2)}

/* --------------------------------------------------------------- sections */
.sec{padding:clamp(2.75rem,7vw,4.75rem) 0}
.sec-tight{padding:clamp(2rem,5vw,3.25rem) 0}
.sec-paper2{background:var(--paper-2)}
.sec-dark{background:var(--espresso);color:var(--paper)}
.sec-dark h2,.sec-dark h3{color:var(--paper)}
.sec-dark p{color:var(--mute-dark)}
.sec-head{max-width:60ch;margin-bottom:clamp(1.5rem,4vw,2.25rem)}
.sec-head p{color:var(--mute);font-size:1.02rem}
.sec-dark .sec-head p{color:var(--mute-dark)}

.rule{border:0;border-top:1px solid var(--line);margin:0}

/* --------------------------------------------------------------- hero    */
.hero{
  position:relative;
  padding:clamp(2.5rem,8vw,5.5rem) 0 clamp(2.25rem,6vw,4rem);
  background:
    radial-gradient(120% 90% at 78% 8%,rgba(220,207,184,.55) 0%,rgba(220,207,184,0) 58%),
    linear-gradient(180deg,var(--paper) 0%,var(--paper-2) 100%);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.hero-grid{display:grid;gap:clamp(1.75rem,5vw,3rem);align-items:center}
.hero h1{margin-bottom:.35em}
.hero h1 em{font-style:italic;font-weight:600;color:var(--rust-ink)}
.hero-lede{font-size:clamp(1.02rem,2.4vw,1.16rem);color:var(--mute);max-width:46ch}
.hero-cta{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.6rem}
.hero-cta .stamp{flex:1 1 auto;min-width:min(100%,190px)}
.hero-facts{
  display:flex;flex-wrap:wrap;gap:.4rem 1.25rem;
  margin-top:1.6rem;padding-top:1.25rem;border-top:1px solid var(--line);
  font-family:var(--mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mute);
}
.hero-facts span{display:inline-flex;align-items:center;gap:.45rem}
.hero-facts span::before{content:"";width:5px;height:5px;background:var(--rust);border-radius:1px;flex-shrink:0}

/* --------------------------------------------------- placeholder imagery */
/* No client photography yet — these are labeled stand-ins, not stock spam. */
.ph{
  position:relative;
  background:
    repeating-linear-gradient(90deg,rgba(140,116,86,.05) 0 2px,transparent 2px 5px),
    repeating-linear-gradient(0deg,rgba(140,116,86,.05) 0 2px,transparent 2px 5px),
    linear-gradient(160deg,var(--kraft) 0%,#CBBBA0 55%,#BCA98B 100%);
  border:1px solid rgba(36,28,22,.16);
  border-radius:2px;
  display:grid;place-items:center;
  overflow:hidden;
}
.ph img,.ph svg{width:58%;max-width:190px;height:auto;opacity:.9}
.ph-1x1{aspect-ratio:1/1}
.ph-4x5{aspect-ratio:4/5}
.ph-3x2{aspect-ratio:3/2}
.ph-tag{
  position:absolute;left:0;bottom:0;
  background:rgba(30,23,18,.82);color:var(--paper);
  font-family:var(--mono);font-size:.56rem;letter-spacing:.12em;text-transform:uppercase;
  padding:.3rem .5rem;
  border-top-right-radius:2px;
}
.hero-art{position:relative}
.hero-art .ph{box-shadow:var(--shadow)}
.hero-seal{
  position:absolute;right:-10px;bottom:-14px;
  width:104px;height:104px;
  display:grid;place-items:center;
  color:var(--paper);
}
.hero-seal svg{width:100%;height:100%}

/* --------------------------------------------------------------- notice  */
.notice{
  border:1px dashed var(--rust);
  border-left:3px solid var(--rust-ink);
  background:rgba(194,84,42,.055);
  border-radius:2px;
  padding:.9rem 1.05rem;
  font-size:.88rem;
  color:var(--ink);
  line-height:1.6;
}
.notice strong{
  display:block;
  font-family:var(--mono);font-size:.68rem;font-weight:500;
  letter-spacing:.14em;text-transform:uppercase;color:var(--rust-ink);
  margin-bottom:.3rem;
}
.notice p{margin:0}
.notice + .notice{margin-top:.75rem}

/* --------------------------------------------------------------- proof   */
.proof{display:grid;gap:1.5rem;counter-reset:step}
.proof-item{padding-top:1.1rem;border-top:2px solid var(--espresso)}
.sec-dark .proof-item{border-top-color:var(--rust-dark)}
.proof-item h3{font-size:1.12rem;margin-bottom:.4rem}
.proof-item p{font-size:.93rem;color:var(--mute);margin:0}
.sec-dark .proof-item p{color:var(--mute-dark)}
.proof-num{
  font-family:var(--mono);font-size:.68rem;font-weight:500;
  letter-spacing:.14em;color:var(--rust-ink);display:block;margin-bottom:.5rem;
}
.sec-dark .proof-num{color:var(--rust-dark)}

/* --------------------------------------------------------------- lots    */
.lot-grid{display:grid;gap:1.35rem}
.lot{
  display:flex;flex-direction:column;
  background:var(--paper-lift);
  border:1px solid var(--line);
  border-radius:2px;
  overflow:hidden;
  transition:border-color .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease);
}
.lot:hover{border-color:var(--line-2);box-shadow:var(--shadow);transform:translateY(-2px)}
.lot-media{position:relative;display:block}
.lot-roast{
  position:absolute;top:.6rem;right:.6rem;
  background:var(--espresso);color:var(--paper);
  font-family:var(--mono);font-size:.6rem;letter-spacing:.11em;text-transform:uppercase;
  padding:.28rem .5rem;border-radius:2px;
}
.lot-body{padding:1.05rem 1.1rem 1.2rem;display:flex;flex-direction:column;flex:1}
.lot-origin{font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);margin:0 0 .35rem}
.lot-name{font-size:1.24rem;margin:0 0 .5rem}
.lot-name a{text-decoration:none}
.lot-name a:hover{color:var(--rust-ink)}
.lot-notes{font-size:.9rem;color:var(--mute);margin:0 0 .9rem}
.lot-notes b{color:var(--ink);font-weight:500}
.lot-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.9rem;border-top:1px solid var(--line)}
.lot-price{font-family:var(--serif);font-size:1.14rem;font-weight:600;line-height:1.2}
.lot-price small{display:inline;font-family:var(--mono);font-size:.65rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--mute);margin-left:.25rem;vertical-align:middle}

.lot-empty{
  grid-column:1/-1;
  padding:2.5rem 1.25rem;text-align:center;
  border:1px dashed var(--line-2);border-radius:2px;color:var(--mute);
}

/* filter bar */
.filters{
  display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;
  padding:.85rem 0;margin-bottom:1.5rem;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.filters-label{font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);margin-right:.35rem}
.chip{
  min-height:38px;padding:.35rem .8rem;
  background:transparent;border:1px solid var(--line-2);border-radius:2px;
  font-family:var(--sans);font-size:.83rem;font-weight:500;color:var(--ink);
  cursor:pointer;transition:all .15s var(--ease);
}
.chip:hover{border-color:var(--espresso)}
.chip[aria-pressed="true"]{background:var(--espresso);border-color:var(--espresso);color:var(--paper)}
.filter-count{margin-left:auto;font-family:var(--mono);font-size:.72rem;color:var(--mute)}

/* --------------------------------------------------------------- product */
.pdp{display:grid;gap:clamp(1.5rem,5vw,3rem);align-items:start}
.pdp-media{position:relative}
.pdp-title{margin:.2rem 0 .55rem;font-size:clamp(1.85rem,5.5vw,2.7rem)}
.pdp-notes{font-size:1.05rem;color:var(--mute);margin-bottom:1.25rem}
.pdp-price{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line)}
.pdp-price b{font-family:var(--serif);font-size:1.75rem;font-weight:600}
.pdp-price span{font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mute)}

.opt-row{display:grid;gap:1rem;margin-bottom:1.25rem}
.field{display:block}
.field > span{
  display:block;
  font-family:var(--mono);font-size:.68rem;font-weight:500;
  letter-spacing:.14em;text-transform:uppercase;color:var(--mute);
  margin-bottom:.4rem;
}
.field .hint{display:block;font-family:var(--sans);font-size:.8rem;letter-spacing:0;text-transform:none;color:var(--mute);margin-top:.35rem}
input,select,textarea{
  width:100%;min-height:48px;
  padding:.6rem .75rem;
  font-family:var(--sans);font-size:1rem;color:var(--ink);
  background:var(--paper-lift);
  border:1px solid var(--line-2);border-radius:2px;
  transition:border-color .15s var(--ease),box-shadow .15s var(--ease);
}
textarea{min-height:120px;resize:vertical;line-height:1.6}
input:hover,select:hover,textarea:hover{border-color:var(--mute)}
input:focus,select:focus,textarea:focus{border-color:var(--rust-ink);box-shadow:0 0 0 3px rgba(168,64,27,.12)}
select{
  appearance:none;
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2355493F' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .8rem center;background-size:12px;
  padding-right:2.2rem;
}
.qty{display:flex;align-items:stretch;max-width:150px;border:1px solid var(--line-2);border-radius:2px;overflow:hidden;background:var(--paper-lift)}
.qty button{
  width:46px;flex-shrink:0;
  background:transparent;border:0;cursor:pointer;
  font-family:var(--sans);font-size:1.15rem;color:var(--ink);line-height:1;
}
.qty button:hover{background:rgba(36,28,22,.06)}
.qty input{
  border:0;border-inline:1px solid var(--line-2);border-radius:0;
  text-align:center;background:transparent;
  -moz-appearance:textfield;
}
.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

.pdp-actions{display:grid;gap:.55rem;margin-bottom:1.5rem}
.pdp-actions .stamp{width:100%}
.added-flag{
  font-family:var(--mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;
  color:var(--rust-ink);margin:0;min-height:1.1rem;
}

.specs{width:100%;border-collapse:collapse;font-size:.9rem;margin:0}
.specs th,.specs td{text-align:left;padding:.6rem 0;border-bottom:1px solid var(--line);vertical-align:top}
.specs th{
  font-family:var(--mono);font-size:.66rem;font-weight:500;
  letter-spacing:.12em;text-transform:uppercase;color:var(--mute);
  width:42%;padding-right:1rem;
}
.specs tr:last-child th,.specs tr:last-child td{border-bottom:0}

details.acc{border-bottom:1px solid var(--line)}
details.acc summary{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  min-height:56px;padding:.9rem 0;
  cursor:pointer;list-style:none;
  font-family:var(--serif);font-size:1.05rem;font-weight:600;
}
details.acc summary::-webkit-details-marker{display:none}
details.acc summary::after{content:"+";font-family:var(--mono);font-size:1.15rem;color:var(--rust-ink);flex-shrink:0}
details.acc[open] summary::after{content:"–"}
details.acc .acc-body{padding:0 0 1.15rem;font-size:.93rem;color:var(--mute);max-width:68ch}

/* --------------------------------------------------------------- sheet   */
.sheet-panel{
  position:fixed;top:0;right:0;bottom:0;z-index:80;
  width:min(400px,92vw);
  background:var(--paper);
  border-left:1px solid var(--line);
  box-shadow:-14px 0 40px rgba(30,23,18,.16);
  transform:translateX(102%);
  transition:transform .26s var(--ease);
  display:flex;flex-direction:column;
  overscroll-behavior:contain;
}
.sheet-panel[data-open="true"]{transform:translateX(0)}
.sheet-lede{font-size:.86rem;color:var(--mute);margin:.75rem 0 1.1rem;line-height:1.6}
.sheet-list{list-style:none;margin:0;padding:0}
.sheet-line{display:grid;grid-template-columns:1fr auto;gap:.15rem .75rem;padding:.9rem 0;border-bottom:1px solid var(--line)}
.sheet-line h4{font-family:var(--serif);font-size:1rem;font-weight:600;margin:0}
.sheet-line .meta{font-family:var(--mono);font-size:.68rem;letter-spacing:.06em;color:var(--mute);grid-column:1;margin:.2rem 0 0}
.sheet-line .cost{font-family:var(--serif);font-size:.98rem;font-weight:600;grid-row:1;grid-column:2;text-align:right}
.sheet-line .drop{
  grid-column:2;grid-row:2;justify-self:end;
  min-height:32px;padding:.15rem .4rem;
  background:transparent;border:0;cursor:pointer;
  font-family:var(--mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--mute);text-decoration:underline;
}
.sheet-line .drop:hover{color:var(--rust-ink)}
.sheet-empty{padding:2rem 0;color:var(--mute);font-size:.92rem}
.sheet-total{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem 0 .4rem;font-family:var(--serif);font-size:1.15rem;font-weight:600}
.sheet-total-note{font-family:var(--sans);font-size:.78rem;font-weight:400;color:var(--mute);margin:0 0 1.1rem}
.sheet-foot{flex-shrink:0;padding:1rem 1.1rem 1.3rem;border-top:1px solid var(--line);background:var(--paper-2)}
.sheet-foot .stamp{width:100%}
.sheet-foot .clear{
  display:block;width:100%;margin-top:.6rem;min-height:38px;
  background:transparent;border:0;cursor:pointer;
  font-family:var(--mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mute);
}
.sheet-foot .clear:hover{color:var(--rust-ink)}

/* --------------------------------------------------------------- forms   */
.form-grid{display:grid;gap:1rem}
.form-note{font-size:.82rem;color:var(--mute);margin:0}
abbr[title]{text-decoration:none;color:var(--rust-ink);cursor:help}
.opt{font-family:var(--sans);font-size:.72rem;color:var(--mute);letter-spacing:0;text-transform:none}
.honey{position:absolute!important;left:-9999px;width:1px;height:1px;opacity:0}

/* success panel — top of form, focus-managed (Signature audit P1) */
.sent{
  border:1px solid var(--espresso);
  border-left:4px solid var(--rust-ink);
  background:var(--paper-lift);
  border-radius:2px;
  padding:1.1rem 1.2rem;
  margin-bottom:1.5rem;
}
.sent h2{font-size:1.25rem;margin-bottom:.4rem}
.sent p{font-size:.92rem;color:var(--mute);margin:0}
[hidden]{display:none!important}

/* --------------------------------------------------------------- misc    */
.split{display:grid;gap:clamp(1.5rem,5vw,3rem);align-items:start}
.prose{max-width:68ch}
.prose h2{margin-top:2.25rem}
.prose h2:first-child{margin-top:0}
.prose h3{margin-top:1.75rem;font-size:1.15rem}
.prose ul{padding-left:1.15rem;margin:0 0 1rem}
.prose li{margin-bottom:.4rem}
.prose li::marker{color:var(--rust)}

.pullquote{
  border-left:3px solid var(--rust);
  padding:.3rem 0 .3rem 1.15rem;
  margin:1.75rem 0;
  font-family:var(--serif);font-style:italic;font-size:1.18rem;line-height:1.5;
  color:var(--ink);
}

.timeline{list-style:none;margin:0;padding:0}
.timeline li{
  position:relative;
  padding:0 0 1.6rem 1.6rem;
  border-left:1px solid var(--line-2);
}
.timeline li:last-child{border-left-color:transparent;padding-bottom:0}
.timeline li::before{
  content:"";position:absolute;left:-4.5px;top:.5rem;
  width:8px;height:8px;background:var(--rust);border-radius:1px;
}
.timeline h3{font-size:1.05rem;margin-bottom:.3rem}
.timeline .when{font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rust-ink);display:block;margin-bottom:.3rem}
.timeline p{font-size:.92rem;color:var(--mute);margin:0}

.card{background:var(--paper-lift);border:1px solid var(--line);border-radius:2px;padding:1.35rem}
.card h3{font-size:1.08rem}
.sec-dark .card{background:var(--espresso-2);border-color:var(--line-dark)}

.nap{font-style:normal;font-size:.98rem;line-height:1.9}
.nap a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line-2);font-weight:500}
.nap a:hover{border-bottom-color:var(--rust-ink);color:var(--rust-ink)}
.nap dt{font-family:var(--mono);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);margin-top:.85rem}
.nap dt:first-child{margin-top:0}
.nap dd{margin:.1rem 0 0}

.cta-band{background:var(--espresso);color:var(--paper);text-align:center;padding:clamp(2.5rem,7vw,4rem) 0}
.cta-band h2{color:var(--paper)}
.cta-band p{color:var(--mute-dark);max-width:52ch;margin-inline:auto}
.cta-band .hero-cta{justify-content:center;max-width:440px;margin-inline:auto}

.crumb{font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mute);padding:1rem 0 0}
.crumb a{color:var(--mute);text-decoration:none;border-bottom:1px solid transparent}
.crumb a:hover{color:var(--rust-ink);border-bottom-color:var(--rust-ink)}
.crumb span{padding:0 .35rem;color:var(--kraft-2)}

.pagehead{padding:clamp(1.75rem,5vw,3rem) 0 clamp(1.5rem,4vw,2.25rem);border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--paper) 0%,var(--paper-2) 100%)}
.pagehead p{color:var(--mute);max-width:60ch;font-size:1.02rem}

/* --------------------------------------------------------------- footer  */
.foot{background:var(--espresso);color:var(--mute-dark);padding:clamp(2.25rem,6vw,3.25rem) 0 1.5rem;font-size:.9rem}
.foot-grid{display:grid;gap:2rem;margin-bottom:2rem}
.foot h2{font-family:var(--mono);font-size:.68rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--kraft-2);margin-bottom:.9rem}
.foot ul{list-style:none;margin:0;padding:0}
.foot li{margin-bottom:.5rem}
.foot a{color:var(--paper);text-decoration:none;border-bottom:1px solid transparent;padding-bottom:1px}
.foot a:hover{border-bottom-color:var(--rust-dark)}
.foot-brand .brand-mark{color:var(--paper);font-size:1.5rem}
.foot-brand p{color:var(--mute-dark);font-size:.88rem;margin-top:.75rem;max-width:34ch}
.foot-nap{font-style:normal;line-height:1.9;color:var(--mute-dark)}
.foot-nap a{border-bottom-color:var(--line-dark)}
.foot-bottom{
  display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:space-between;
  padding-top:1.25rem;border-top:1px solid var(--line-dark);
  font-family:var(--mono);font-size:.68rem;letter-spacing:.06em;color:var(--mute-dark);
}
.foot-bottom p{margin:0}
.foot-sister a{color:var(--kraft-2)}

/* --------------------------------------------------------------- responsive */
@media (min-width:640px){
  .lot-grid{grid-template-columns:repeat(2,1fr)}
  .proof{grid-template-columns:repeat(2,1fr);gap:1.75rem}
  .opt-row{grid-template-columns:1fr 1fr}
  .form-grid.two{grid-template-columns:1fr 1fr}
  .form-grid .full{grid-column:1/-1}
  .hero-cta .stamp{min-width:auto}
}

@media (min-width:900px){
  :root{--header-h:68px}
  .nav{display:block}
  .nav-toggle{display:none}
  .lot-grid{grid-template-columns:repeat(3,1fr)}
  .proof{grid-template-columns:repeat(4,1fr)}
  .hero-grid{grid-template-columns:1.05fr .95fr;gap:3.25rem}
  .hero-art{order:2}
  .pdp{grid-template-columns:.95fr 1.05fr;gap:3.25rem}
  .split{grid-template-columns:1.15fr .85fr;gap:3.25rem}
  .split-even{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr}
  .brand-mark{font-size:1.5rem}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .lot:hover,.stamp:hover{transform:none}
}

@media print{
  .utility,.head,.drawer,.overlay,.sheet-panel,.cta-band,.hero-cta{display:none!important}
  body{background:#fff}
}


/* ---- client assets pass 2026-08-29 ---- */
.brand { display:inline-flex; align-items:center; gap:.5rem; text-decoration:none; }
.brand-logo { height:44px; width:auto; max-width:160px; object-fit:contain; display:block; }
@media (min-width:800px){ .brand-logo { height:52px; max-width:180px; } }
.hero-photo { margin:0; border-radius:4px; overflow:hidden; box-shadow:0 18px 40px rgba(0,0,0,.28); background:#1a1410; }
.hero-photo img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; }
.hero-seal img { filter: none; }
.photo-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); gap:.65rem; margin-top:1rem; }
.photo-grid img { width:100%; height:140px; object-fit:cover; border-radius:3px; background:#2a2218; }
.lot-card img, .product-photo img, [data-lot-photo] img, .board-card img {
  width:100%; height:auto; aspect-ratio:1; object-fit:cover; border-radius:3px; background:#2a2218;
}
.board-card .lot-img, .lot-img { display:block; margin-bottom:.65rem; overflow:hidden; border-radius:3px; }

.lot-media { display:block; position:relative; overflow:hidden; border-radius:3px; background:#2a2218; }
.lot-media .lot-img, .pdp-img { width:100%; height:auto; aspect-ratio:1; object-fit:cover; display:block; }
.pdp-media { overflow:hidden; border-radius:4px; background:#2a2218; }


/* human pass */
.brand-logo {
  height: 48px; width: auto; max-width: 170px;
  object-fit: contain; display: block;
  background: transparent !important;
}
.plain-facts {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: .75rem;
}
@media (min-width:700px) {
  .plain-facts { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.plain-facts li {
  margin: 0; padding: .85rem 1rem;
  border: 1px solid #d9cfc0;
  border-radius: 2px;
  font-size: .95rem; line-height: 1.45;
  background: rgba(255,255,255,.4);
}
.plain-facts b {
  display: block; margin-bottom: .25rem;
  font-size: .75rem; letter-spacing: .06em; text-transform: uppercase;
}
.how-simple { margin: 1rem 0 1.25rem; padding-left: 1.2rem; line-height: 1.55; }
.how-simple li { margin: .45rem 0; }
.narrow { max-width: 38rem; }
.muted { color: #6a5e50; font-size: .95rem; }
[data-provisional] { display: none !important; }

.foot-logo { height: 40px; width: auto; margin-bottom: .5rem; }
.sec-more { margin-top: 1.25rem; }
.sec-head { margin-bottom: 1.25rem; max-width: 36rem; }


/* ---- compact shop tiles 20260829 ---- */
.filters {
  display: flex; flex-wrap: wrap; align-items: center; gap: .3rem;
  padding: .55rem 0; margin-bottom: .85rem;
}
.filters-label { font-size: .6rem; margin-right: .2rem; }
.chip {
  min-height: 30px; padding: .2rem .55rem;
  font-size: .72rem; font-weight: 500;
  border-radius: 2px;
}
.filter-count { font-size: .65rem; }

.lot-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .55rem !important;
}
@media (min-width: 720px) {
  .lot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: .75rem !important; }
}
@media (min-width: 1100px) {
  /* was 4-col — too cramped on desk */
  .lot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

.lot-tile {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--paper-lift);
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.lot-tile:hover, .lot-tile:focus-within {
  border-color: var(--espresso);
  box-shadow: 0 6px 18px rgba(30, 23, 18, .08);
}
.lot-hit {
  display: flex; flex-direction: column;
  height: 100%;
  text-decoration: none; color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.lot-tile .lot-media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #2a2218;
}
.lot-tile .lot-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.lot-tile .lot-roast {
  top: .35rem; right: .35rem;
  font-size: .5rem; padding: .18rem .35rem;
  letter-spacing: .08em;
}
.lot-tile .lot-body {
  display: flex; flex-direction: column; gap: .15rem;
  padding: .45rem .5rem .55rem;
  flex: 1;
}
.lot-tile .lot-origin {
  font-family: var(--mono);
  font-size: .55rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mute); margin: 0;
}
.lot-tile .lot-name {
  font-family: var(--serif);
  font-size: .82rem; font-weight: 600; line-height: 1.2;
  margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.lot-tile .lot-notes {
  font-size: .68rem; color: var(--mute); line-height: 1.25;
  margin: 0;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
}
.lot-tile .lot-price {
  font-family: var(--serif);
  font-size: .95rem; font-weight: 600;
  margin-top: auto; padding-top: .25rem;
}


/* ---- inline tile detail (no product page) ---- */
.lot-hit {
  display: flex; flex-direction: column;
  width: 100%; border: 0; background: transparent;
  padding: 0; margin: 0; text-align: left;
  cursor: pointer; font: inherit; color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.lot-price-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;width:100%}
.lot-open-hint {
  font-family: var(--mono); font-size: .55rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--mute);
}
.lot-tile.is-open {
  grid-column: 1 / -1;
  border-color: var(--espresso);
  box-shadow: 0 10px 28px rgba(30,23,18,.1);
}
.lot-tile.is-open .lot-hit {
  flex-direction: row; align-items: stretch; gap: 0;
  border-bottom: 1px solid var(--line);
}
.lot-tile.is-open .lot-media {
  width: 38%; max-width: 160px; flex-shrink: 0;
  aspect-ratio: 1;
}
.lot-tile.is-open .lot-body {
  padding: .65rem .75rem; justify-content: center;
}
.lot-tile.is-open .lot-name { -webkit-line-clamp: 3; font-size: .95rem; }
.lot-tile.is-open .lot-open-hint { display: none; }

.lot-detail {
  padding: .75rem .85rem 1rem;
  background: rgba(255,255,255,.45);
  border-top: 1px solid var(--line);
}
.tile-desc { font-size: .88rem; line-height: 1.45; margin: 0 0 .55rem; }
.tile-notes-full { font-size: .8rem; color: var(--mute); margin: 0 0 .65rem; }
.tile-notes-full b { color: var(--ink); font-weight: 600; }
.tile-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: .35rem .75rem;
  margin: 0 0 .75rem; font-size: .75rem;
}
.tile-spec span { display: block; font-family: var(--mono); font-size: .55rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.tile-spec b { font-weight: 500; }
.tile-field {
  display: flex; flex-direction: column; gap: .25rem;
  font-size: .72rem; font-family: var(--mono); letter-spacing: .06em;
  text-transform: uppercase; color: var(--mute); margin-bottom: .55rem;
}
.tile-field select {
  font: inherit; text-transform: none; letter-spacing: 0;
  font-family: var(--sans); font-size: .9rem; color: var(--ink);
  padding: .45rem .5rem; border: 1px solid var(--line-2); border-radius: 2px;
  background: var(--paper-lift);
}
.tile-qty {
  display: inline-flex; align-items: center; gap: 0;
  border: 1px solid var(--line-2); border-radius: 2px; margin-bottom: .65rem;
}
.tile-qty .qty-btn {
  width: 36px; height: 36px; border: 0; background: transparent;
  font-size: 1.1rem; cursor: pointer; color: var(--ink);
}
.tile-qty input {
  width: 2.4rem; height: 36px; border: 0; border-left: 1px solid var(--line);
  border-right: 1px solid var(--line); text-align: center;
  font-family: var(--mono); background: transparent; color: var(--ink);
}
.tile-actions { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; }
.tile-close {
  background: transparent; border: 0; font-size: .8rem;
  color: var(--mute); text-decoration: underline; cursor: pointer; padding: .35rem .25rem;
}
.tile-added { margin: .45rem 0 0; font-size: .8rem; color: var(--rust-ink, #8a4b28); }

@media (min-width: 720px) {
  .lot-tile.is-open .lot-media { max-width: 200px; width: 28%; }
}

.about-tease { text-align: center; font-size: .95rem; color: var(--mute); }
.about-tease a { color: var(--ink); }



/* ---- product viewer (in-page, swipe) ---- */
html.pview-lock, body.pview-open {
  overflow: hidden !important;
  overscroll-behavior: none;
  height: 100%;
}
.pview[hidden] { display: none !important; }
.pview {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overscroll-behavior: none;
}
.pview-scrim {
  position: absolute; inset: 0;
  background: rgba(18, 12, 8, .58);
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pview-sheet {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  background: var(--paper, #f5efe6);
  /* safe areas */
  padding-bottom: env(safe-area-inset-bottom, 0);
  box-shadow: 0 0 40px rgba(0,0,0,.2);
  transform: translateY(8px);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
  overscroll-behavior: contain;
}
.pview.is-on .pview-sheet { transform: none; opacity: 1; }

.pview-top {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 48px;
  padding: .35rem .5rem;
  padding-top: max(.35rem, env(safe-area-inset-top, 0px));
  border-bottom: 1px solid var(--line);
  background: var(--paper, #f5efe6);
}
.pview-x {
  width: 44px; height: 44px;
  border: 0; background: transparent;
  font-size: 1.2rem; cursor: pointer; color: var(--ink);
}
.pview-count {
  margin: 0; text-align: center;
  font-family: var(--mono); font-size: .72rem; color: var(--mute);
}
.pview-top-spacer { width: 44px; height: 1px; }

.pview-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

.pview-photo {
  position: relative;
  flex-shrink: 0;
  background: #1a1410;
  aspect-ratio: 1;
  max-height: min(52vh, 420px);
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}
.pview-photo-inner,
.pview-photo-inner img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.pview-prev, .pview-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  border: 0;
  background: rgba(245,239,230,.92);
  font-size: 1.35rem; line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
}
.pview-prev { left: .5rem; }
.pview-next { right: .5rem; }

.pview-swipe-hint {
  margin: 0;
  padding: .35rem .75rem;
  text-align: center;
  font-family: var(--mono); font-size: .58rem;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--mute);
  border-bottom: 1px solid var(--line);
}

.pview-body {
  padding: .85rem 1rem 1.5rem;
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
}
.pview-title {
  font-family: var(--serif);
  font-size: 1.35rem; line-height: 1.2;
  margin: .1rem 0 .35rem;
}
.pview-price {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600;
  margin: 0 0 .65rem;
}
.pview-price small {
  font-family: var(--mono); font-size: .65rem; font-weight: 400;
  letter-spacing: .08em; text-transform: uppercase; color: var(--mute);
}

@media (min-width: 720px) {
  .pview { align-items: center; padding: 1.5rem; }
  .pview-sheet {
    height: auto;
    max-height: min(90vh, 860px);
    border-radius: 10px;
    overflow: hidden;
  }
  .pview-scroll { max-height: min(90vh, 860px); }
  .pview-photo { max-height: 360px; }
}

/* no grid expand */
.lot-tile.is-open { grid-column: auto !important; }
.lot-tile .lot-detail { display: none !important; }


/* ---- home photo hero + quiet heads ---- */
.hero-photo-first { padding: 0; }
.hero-bleed {
  position: relative;
  min-height: min(72vh, 620px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1a1410;
}
.hero-bleed > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(14, 10, 6, .82) 0%,
    rgba(14, 10, 6, .45) 45%,
    rgba(14, 10, 6, .25) 100%
  );
  pointer-events: none;
}
.hero-copy {
  position: relative; z-index: 1;
  padding: 2.5rem 0 2rem;
  max-width: 36rem;
  color: #f5efe6;
}
.hero-photo-first h1 {
  color: #f5efe6;
  font-size: clamp(1.65rem, 5.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 .5rem;
  text-shadow: 0 1px 18px rgba(0,0,0,.35);
}
.hero-photo-first .hero-lede {
  color: rgba(245,239,230,.88);
  font-size: 1rem;
  max-width: 28ch;
  margin: 0;
}
.eyebrow.on-photo {
  color: rgba(245,239,230,.75);
}
.hero-photo-first .stamp-ghost {
  color: #f5efe6;
  border-color: rgba(245,239,230,.55);
  background: transparent;
}
.hero-photo-first .stamp-ghost:hover {
  background: rgba(245,239,230,.1);
}

.sec-head-quiet { margin-bottom: 1rem; }
.sec-label {
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 .35rem;
}
.sec-label.on-dark { color: rgba(245,239,230,.65); }
.sec-head-quiet .sec-lede {
  margin: 0;
  font-size: .95rem;
  color: var(--mute);
}
.sec-more .textlink {
  font-size: .9rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--ink);
}
.cta-band .sec-label { margin-bottom: .5rem; }
.cta-band > .wrap > p:not(.sec-label) {
  margin: 0 0 1rem;
  color: rgba(245,239,230,.85);
  font-size: 1rem;
}

/* quieter default h2 on marketing pages (not foot) */
main h2 {
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}


/* utility bar kill */
.utility { display: none !important; height: 0 !important; overflow: hidden !important; }

/* shorter photo hero — see recommended below fold less */
.hero-photo-first .hero-bleed {
  min-height: 0;
  height: clamp(220px, 38vh, 340px);
}
.hero-photo-first .hero-copy {
  padding: 1.1rem 0 1.15rem;
}
.hero-photo-first h1 {
  font-size: clamp(1.35rem, 4.2vw, 1.85rem);
  margin: 0 0 .35rem;
}
.hero-photo-first .hero-lede {
  font-size: .92rem;
  margin: 0 0 .15rem;
}
.hero-photo-first .hero-cta {
  margin-top: .85rem;
  gap: .45rem;
}
.hero-photo-first .hero-cta .stamp {
  min-height: 42px;
  padding: .55rem 1rem;
  font-size: .88rem;
}
.eyebrow.on-photo {
  font-size: .62rem;
  margin-bottom: .35rem;
}
@media (min-width: 800px) {
  .hero-photo-first .hero-bleed {
    height: clamp(260px, 34vh, 380px);
  }
}




/* ---- desktop hero definitive 20260829d2 ---- */
/* Kill base .hero padding/gradient on home desk hero */
.hero.hero-desk {
  padding: 0 !important;
  margin: 0 !important;
  background: var(--paper, #f3ece1) !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden;
}
.hero.hero-desk::before,
.hero.hero-desk::after {
  content: none !important;
  display: none !important;
}

.hero-desk-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0;
}

/* Mobile: short photo, copy below */
.hero-desk-photo {
  margin: 0;
  height: 220px;
  max-height: 36vh;
  overflow: hidden;
  background: #1a1410;
  position: relative;
}
.hero-desk-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.hero-desk-copy {
  background: var(--paper, #f3ece1);
  color: var(--ink);
  display: block;
}
.hero-desk-inner {
  width: min(100%, 36rem);
  padding: 1.25rem 1.25rem 1.5rem;
  box-sizing: border-box;
}
.hero-desk h1 {
  color: var(--ink) !important;
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 .4rem !important;
  text-shadow: none !important;
  max-width: 18ch;
}
.hero-desk .hero-lede {
  color: var(--mute);
  font-size: .95rem;
  margin: 0;
  max-width: 34ch;
}
.hero-desk .eyebrow {
  color: var(--mute);
  margin: 0 0 .35rem;
  font-size: .65rem;
}
.hero-desk .hero-cta {
  margin-top: .9rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.hero-desk .hero-cta .stamp {
  flex: 0 1 auto;
  min-width: 0;
}
.hero-desk .stamp-ghost {
  color: var(--ink) !important;
  border-color: var(--line-2, #cfc4b4) !important;
  background: transparent !important;
}

/* Desktop split — FIXED height, no stretch from image intrinsic size */
@media (min-width: 900px) {
  .hero-desk-grid {
    grid-template-columns: 1.2fr 0.9fr;
    height: 340px;
    max-height: 340px;
  }
  .hero-desk-photo {
    height: 340px;
    max-height: 340px;
  }
  .hero-desk-copy {
    height: 340px;
    max-height: 340px;
    display: flex;
    align-items: center;
    border-left: 1px solid var(--line, #e5ddd0);
  }
  .hero-desk-inner {
    padding: 1.75rem 2.25rem;
  }
  .hero-desk h1 {
    font-size: 1.85rem !important;
  }
}
@media (min-width: 1200px) {
  .hero-desk-grid,
  .hero-desk-photo,
  .hero-desk-copy {
    height: 360px;
    max-height: 360px;
  }
}

/* Recommended section uses content wrap fully */
.sec .wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}
.lot-grid[data-recommended="true"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .65rem !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
@media (min-width: 900px) {
  .lot-grid[data-recommended="true"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }
}
/* Override the global 4-col rule for home recommended */
@media (min-width: 1100px) {
  .lot-grid[data-recommended="true"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}


/* ---- shop tiles desktop 20260829shopd ---- */
/* Mobile stays 2-up compact; desktop gets roomier 3-up, never tiny 4-up */

.lot-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .65rem !important;
}

@media (min-width: 720px) {
  .lot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }
}

/* Kill 4-column cram */
@media (min-width: 1100px) {
  .lot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.15rem !important;
    max-width: 1080px;
    margin-inline: auto;
  }
}

/* Desktop tile: bigger photo, clearer type, less cramped body */
@media (min-width: 900px) {
  .lot-tile {
    border-radius: 3px;
    background: var(--paper-lift, #faf6ef);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  }
  .lot-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(30, 23, 18, .1);
    border-color: var(--espresso, #2a2218);
  }
  .lot-tile .lot-media {
    aspect-ratio: 1 / 1.02;
  }
  .lot-tile .lot-body {
    padding: .75rem .85rem .9rem;
    gap: .28rem;
  }
  .lot-tile .lot-origin {
    font-size: .62rem;
    letter-spacing: .12em;
  }
  .lot-tile .lot-name {
    font-size: 1.05rem;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    min-height: 2.5em;
  }
  .lot-tile .lot-notes {
    font-size: .78rem;
    -webkit-line-clamp: 2;
    line-height: 1.35;
    min-height: 2.1em;
  }
  .lot-tile .lot-price {
    font-size: 1.15rem;
    margin-top: .35rem;
  }
  .lot-tile .lot-open-hint {
    font-size: .62rem;
    opacity: .85;
  }
  .lot-tile .lot-roast {
    font-size: .55rem;
    top: .5rem;
    right: .5rem;
    padding: .28rem .45rem;
  }
  .lot-hit {
    min-height: 100%;
  }
}

/* Very wide: still 3, slightly wider max */
@media (min-width: 1280px) {
  .lot-grid {
    max-width: 1140px;
    gap: 1.25rem !important;
  }
  .lot-tile .lot-name {
    font-size: 1.12rem;
  }
}


/* ---- product viewer desktop layout 20260829pvd ---- */
@media (min-width: 900px) {
  .pview {
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .pview-scrim {
    backdrop-filter: blur(2px);
  }
  .pview-sheet {
    width: min(920px, 94vw);
    max-width: 920px;
    height: auto;
    max-height: min(88vh, 720px);
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(20, 12, 8, .28);
  }
  .pview-top {
    grid-template-columns: 48px 1fr 48px;
    border-bottom: 1px solid var(--line);
    background: var(--paper-lift, #faf6ef);
  }
  .pview-scroll {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    max-height: min(88vh, 720px);
    overflow: hidden;
  }
  .pview-photo {
    grid-column: 1;
    grid-row: 1 / span 2;
    max-height: none;
    height: 100%;
    min-height: 420px;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
  }
  .pview-photo-inner,
  .pview-photo-inner img {
    object-fit: cover;
    object-position: center;
  }
  .pview-swipe-hint {
    display: none; /* arrows + keyboard on desk */
  }
  .pview-body {
    grid-column: 2;
    grid-row: 1 / span 2;
    overflow-y: auto;
    max-height: min(88vh, 720px);
    padding: 1.25rem 1.5rem 1.5rem;
    -webkit-overflow-scrolling: touch;
  }
  .pview-title {
    font-size: 1.65rem;
    margin: .15rem 0 .4rem;
  }
  .pview-price {
    font-size: 1.35rem;
    margin-bottom: .85rem;
  }
  .tile-desc {
    font-size: .92rem;
    line-height: 1.5;
  }
  .tile-specs {
    grid-template-columns: 1fr 1fr;
    gap: .5rem 1rem;
    margin: .85rem 0 1rem;
    padding: .75rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .tile-field {
    margin-bottom: .75rem;
  }
  .tile-field select {
    min-height: 44px;
    font-size: .95rem;
  }
  /* Qty + add row */
  .pview-body .tile-qty {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 0 0 0;
  }
  .pview-body .stamp[data-pview-add],
  .pview-body .stamp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 1.35rem;
    margin-left: .65rem;
    vertical-align: middle;
  }
  .pview-actions-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
    margin-top: .25rem;
  }
  .pview-prev, .pview-next {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    background: rgba(245, 239, 230, .95);
  }
  .pview-prev { left: .75rem; }
  .pview-next { right: .75rem; }
}

/* Fix native number spinners looking broken */
.pview-body input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.pview-body input[type=number]::-webkit-outer-spin-button,
.pview-body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tile-qty {
  overflow: hidden;
}
.tile-qty .qty-btn {
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  line-height: 1;
}
.tile-qty input {
  width: 3rem;
  height: 42px;
  font-size: 1rem;
}


/* ---- shop padding + centered bag art 20260829pad ---- */
.sec .wrap:has(.lot-grid),
.sec .wrap:has([data-lot-grid]) {
  /* fallback if :has weak — also set on shop pagehead sibling */
}

/* Shop section inner pad */
.lot-grid {
  padding: .15rem .15rem .5rem;
  box-sizing: border-box;
}

/* Page shop: more air around the whole tile field */
body:has([data-lot-grid]:not([data-recommended])) .sec .wrap {
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: max(1rem, env(safe-area-inset-right));
}

@media (min-width: 720px) {
  .lot-grid {
    padding: .35rem .25rem .75rem;
    gap: 1.15rem !important;
  }
}
@media (min-width: 900px) {
  .lot-grid {
    padding: .5rem .5rem 1rem;
    gap: 1.35rem !important;
  }
  /* extra gutter inside content wrap for shop */
  main .sec .wrap {
    width: min(1120px, calc(100% - 3.5rem));
  }
}
@media (min-width: 1200px) {
  main .sec .wrap {
    width: min(1120px, calc(100% - 5rem));
  }
  .lot-grid {
    padding: .65rem .75rem 1.25rem;
  }
}

/* Center bag photos in tile + viewer */
.lot-tile .lot-media {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #f0e9df; /* light so bag edges show */
}
.lot-tile .lot-img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8%;
  box-sizing: border-box;
}

.pview-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0e9df !important;
}
.pview-photo-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pview-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 6%;
  box-sizing: border-box;
}

/* Filters also need a little side pad on shop */
.filters {
  margin-left: .15rem;
  margin-right: .15rem;
  padding-left: .15rem;
  padding-right: .15rem;
}
@media (min-width: 900px) {
  .filters {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .35rem;
    padding-right: .35rem;
  }
}

.shop-board .wrap {
  width: min(1040px, calc(100% - 3rem));
  margin-inline: auto;
  padding-bottom: 1.25rem;
  padding-left: .25rem;
  padding-right: .25rem;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .shop-board .wrap {
    width: min(1000px, calc(100% - 6rem));
    padding-bottom: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
@media (min-width: 1200px) {
  .shop-board .wrap {
    width: min(1040px, calc(100% - 8rem));
  }
}
.shop-board .lot-grid {
  padding: .25rem 0 .75rem;
}
@media (min-width: 900px) {
  .shop-board .lot-grid {
    padding: .5rem 0 1.25rem;
  }
}

/* shop pagehead pad */
.pagehead .wrap {
  width: min(1040px, calc(100% - 3rem));
  margin-inline: auto;
}
@media (min-width: 900px) {
  .pagehead .wrap {
    width: min(1000px, calc(100% - 6rem));
  }
}
@media (min-width: 1200px) {
  .pagehead .wrap {
    width: min(1040px, calc(100% - 8rem));
  }
}

/* shop side air win */
main .shop-board > .wrap {
  width: min(1000px, calc(100% - 6rem)) !important;
  max-width: 1000px !important;
  margin-inline: auto !important;
}
@media (min-width: 1200px) {
  main .shop-board > .wrap {
    width: min(1040px, calc(100% - 8rem)) !important;
    max-width: 1040px !important;
  }
}
main .pagehead > .wrap {
  width: min(1000px, calc(100% - 6rem)) !important;
  max-width: 1000px !important;
  margin-inline: auto !important;
}


/* ---- shop bleed pad 20260829bleed (less side air) ---- */
main .shop-board > .wrap,
main .pagehead > .wrap {
  width: min(1180px, calc(100% - 2rem)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 900px) {
  main .shop-board > .wrap,
  main .pagehead > .wrap {
    width: min(1200px, calc(100% - 2.75rem)) !important;
    max-width: 1200px !important;
  }
}
@media (min-width: 1280px) {
  main .shop-board > .wrap,
  main .pagehead > .wrap {
    width: min(1220px, calc(100% - 3.5rem)) !important;
    max-width: 1220px !important;
  }
}

/* tile field: slight inset only, not big gutters */
.shop-board .lot-grid {
  padding: .15rem 0 .5rem !important;
}
@media (min-width: 900px) {
  .shop-board .lot-grid {
    padding: .25rem 0 .85rem !important;
    gap: 1rem !important;
    max-width: none !important;
  }
}

/* bag art: less inner padding so product fills tile more */
.lot-tile .lot-img {
  padding: 5% !important;
}
@media (min-width: 900px) {
  .lot-tile .lot-img {
    padding: 4% !important;
  }
}
.pview-photo-inner img {
  padding: 4% !important;
}

/* home recommended also a bit fuller width */
.lot-grid[data-recommended="true"] {
  max-width: none !important;
}
main .sec .wrap {
  width: min(1180px, calc(100% - 2rem)) !important;
  max-width: 1180px !important;
}
@media (min-width: 900px) {
  main .sec .wrap {
    width: min(1200px, calc(100% - 2.75rem)) !important;
    max-width: 1200px !important;
  }
}


/* ---- hero type + photo crop 20260829hero3 ---- */
.hero.hero-desk {
  padding: 0 !important;
  background: var(--paper, #f3ece1) !important;
}

/* Mobile */
.hero-desk-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
}
.hero-desk-photo {
  height: clamp(240px, 42vw, 320px) !important;
  max-height: none !important;
  overflow: hidden !important;
  position: relative !important;
}
.hero-desk-photo img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  /* show more of the bag/scene, not roof-only crop */
  object-position: center 35% !important;
}
.hero-desk-inner {
  padding: 1.5rem 1.35rem 1.75rem !important;
  max-width: 40rem !important;
  width: 100% !important;
}
.hero-desk h1 {
  font-size: clamp(1.85rem, 7vw, 2.35rem) !important;
  line-height: 1.12 !important;
  max-width: 14ch !important;
  margin: 0 0 .55rem !important;
  font-weight: 600 !important;
}
.hero-desk .hero-lede {
  font-size: clamp(1.05rem, 3.2vw, 1.2rem) !important;
  line-height: 1.45 !important;
  max-width: 28ch !important;
  color: var(--mute) !important;
}
.hero-desk .eyebrow {
  font-size: .72rem !important;
  letter-spacing: .14em !important;
  margin-bottom: .5rem !important;
}
.hero-desk .hero-cta {
  margin-top: 1.25rem !important;
  gap: .6rem !important;
}
.hero-desk .hero-cta .stamp {
  min-height: 48px !important;
  padding: .7rem 1.25rem !important;
  font-size: .95rem !important;
}

/* Desktop split — taller photo panel, bigger type, full image frame */
@media (min-width: 900px) {
  .hero-desk-grid {
    grid-template-columns: 1.25fr 1fr !important;
    height: auto !important;
    max-height: none !important;
    min-height: 440px !important;
  }
  .hero-desk-photo {
    height: auto !important;
    min-height: 440px !important;
    max-height: none !important;
    align-self: stretch !important;
  }
  .hero-desk-copy {
    height: auto !important;
    min-height: 440px !important;
    max-height: none !important;
    display: flex !important;
    align-items: center !important;
    border-left: 1px solid var(--line, #e5ddd0) !important;
  }
  .hero-desk-inner {
    padding: 2.5rem 2.75rem 2.75rem !important;
    max-width: 28rem !important;
  }
  .hero-desk h1 {
    font-size: clamp(2.15rem, 2.8vw, 2.75rem) !important;
    max-width: 12ch !important;
    line-height: 1.08 !important;
    margin-bottom: .65rem !important;
  }
  .hero-desk .hero-lede {
    font-size: 1.2rem !important;
    max-width: 26ch !important;
  }
  .hero-desk-photo img {
    /* center the roastery scene; avoid cutting at horizontal midline awkwardly */
    object-position: 50% 42% !important;
  }
}
@media (min-width: 1200px) {
  .hero-desk-grid {
    min-height: 480px !important;
  }
  .hero-desk-photo,
  .hero-desk-copy {
    min-height: 480px !important;
  }
  .hero-desk h1 {
    font-size: 2.85rem !important;
  }
  .hero-desk-inner {
    padding: 3rem 3.25rem !important;
  }
}

.sheet-pay-note{font-size:.78rem;color:var(--mute);margin:.35rem 0 .75rem;line-height:1.4}
.sheet-panel .stamp[data-sheet-checkout]{width:100%;margin-bottom:.25rem}
.sheet-panel .stamp-ghost[data-sheet-send]{width:100%;margin-top:.35rem}


.lot-from{font-size:.65rem;font-weight:400;opacity:.75;margin-left:.15rem}
.lot-tile.is-sold{opacity:.55}
.lot-tile.is-sold .lot-open-hint{color:var(--rust,#a33)}

/* header phone */
.head-actions { display: flex; align-items: center; gap: .45rem; }
a.head-phone {
  display: inline-flex; align-items: center;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  padding: .45rem .55rem;
  border: 1px solid var(--line, #e0d5c6);
  border-radius: 3px;
  min-height: 40px;
}
a.head-phone:hover { border-color: var(--ink); background: rgba(0,0,0,.03); }
@media (max-width: 420px) {
  a.head-phone { font-size: .65rem; padding: .4rem .45rem; }
}
@media (min-width: 900px) {
  a.head-phone { font-size: .78rem; padding: .5rem .75rem; }
}
.drawer-phone {
  margin: 0 0 1rem;
  padding: 0 0 .75rem;
  border-bottom: 1px solid var(--line, #e0d5c6);
}
.drawer-phone a {
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}

/* logo stacked lockup from Drive whole mark */
.brand-logo {
  height: 48px !important;
  width: auto !important;
  max-width: 72px;
  object-fit: contain;
}
@media (min-width: 800px) {
  .brand-logo { height: 56px !important; max-width: 84px; }
}
.foot-logo.brand-logo, .foot .brand-logo {
  height: 44px !important;
  max-width: 68px;
}

/* hero single cta */
.hero-desk .hero-cta { margin-top: 1.15rem; }
.hero-desk .hero-cta .stamp {
  flex: 0 1 auto;
  min-width: 10rem;
  max-width: 16rem;
}

/* stockpile bar */
.tile-stock { margin: .35rem 0 .75rem; }
.stock-bar { display: grid; gap: .3rem; }
.stock-bar-track {
  height: 10px;
  border-radius: 999px;
  background: #e6ddd0;
  overflow: hidden;
  border: 1px solid var(--line, #e0d5c6);
}
.stock-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6b8f71, #3f6b4a);
  transition: width .25s ease;
  min-width: 0;
}
.stock-bar-fill.is-low { background: linear-gradient(90deg, #c4a35a, #a67c2e); }
.stock-bar-fill.is-empty { width: 0 !important; background: #c4b8a8; }
.stock-bar-label {
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mute);
}

/* real reviews */
.review-grid {
  display: grid;
  gap: .85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .review-grid { grid-template-columns: 1fr 1fr; }
}
.review-card {
  margin: 0;
  padding: 1rem 1.1rem;
  background: #fffdf8;
  border: 1px solid var(--line, #e0d5c6);
  border-radius: 6px;
}
.review-card p {
  margin: 0 0 .75rem;
  font-size: .95rem;
  line-height: 1.5;
  color: var(--ink);
}
.review-card footer {
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mute);
}
.sec-more { display: flex; flex-wrap: wrap; gap: .5rem; }

.ship-facts {
  display: grid;
  gap: .85rem;
  grid-template-columns: 1fr;
  margin: .5rem 0 0;
}
@media (min-width: 720px) {
  .ship-facts { grid-template-columns: repeat(3, 1fr); }
}
.ship-fact {
  background: #fffdf8;
  border: 1px solid var(--line, #e0d5c6);
  border-radius: 6px;
  padding: 1rem 1.1rem;
}
.ship-fact-label {
  display: block;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: .35rem;
}
.ship-fact-value {
  display: block;
  font-family: var(--serif, Georgia, serif);
  font-size: 1.35rem;
  margin-bottom: .35rem;
}
.ship-fact p { margin: 0; font-size: .9rem; color: var(--mute); }

/* home about sprinkle */
.home-about { padding-top: 2.25rem; padding-bottom: 2.5rem; }
.home-about-grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .home-about-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2rem;
    align-items: center;
  }
}
.home-about-h {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 600;
  line-height: 1.2;
  margin: .35rem 0 .85rem;
}
.home-about-copy p { max-width: 36rem; line-height: 1.55; }
.home-about-ship { margin-top: .75rem; font-size: .92rem; }
.gallery-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
}
.gallery-home img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
  background: #e8e0d4;
}
@media (min-width: 600px) {
  .gallery-home img { height: 170px; }
}
@media (min-width: 900px) {
  .gallery-home img { height: 190px; }
}
.gallery-home img:first-child {
  grid-column: 1 / -1;
  height: 200px;
}
@media (min-width: 900px) {
  .gallery-home img:first-child { height: 240px; }
}
.home-about .sec-more {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}

/* about story with pics */
.story-block { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.story-split {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 800px) {
  .story-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 2rem;
  }
  .story-split-rev .story-fig { order: 2; }
  .story-split-rev .story-copy { order: 1; }
}
.story-fig {
  margin: 0;
}
.story-fig img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  display: block;
  background: #e8e0d4;
}

.story-fig figcaption {
  margin-top: .45rem;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mute);
}
.story-copy h2 {
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  margin: 0 0 .75rem;
}
.story-copy p { line-height: 1.55; max-width: 36rem; }
.gallery-roastery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  margin-top: .75rem;
}
@media (min-width: 700px) {
  .gallery-roastery { grid-template-columns: repeat(3, 1fr); }
}
.gallery-roastery img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 700px) {
  .gallery-roastery img { height: 180px; }
}
/* hide empty "Inside the roastery" if any */
.sec-lede:empty { display: none; }

.story-fig img[src*="roaster-machine"] {
  object-fit: contain !important;
  object-position: center center;
  max-height: 520px !important;
  background: #2a2420;
  width: 100%;
}

/* native-feel size radios (no OS select sheet) */
.size-field .field-label {
  display: block;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 .45rem;
}
.size-opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}
.size-opt {
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.size-opt input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.size-opt-ui {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .15rem;
  padding: .7rem .85rem;
  min-height: 52px;
  border: 1.5px solid var(--line-2, #c9bba8);
  border-radius: 6px;
  background: var(--paper-lift, #fbf8f2);
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.size-opt-label {
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink);
}
.size-opt-price {
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .78rem;
  color: var(--mute);
}
.size-opt input:checked + .size-opt-ui {
  border-color: var(--espresso, #1e1712);
  background: #fff;
  box-shadow: 0 0 0 1px var(--espresso, #1e1712);
}
.size-opt input:focus-visible + .size-opt-ui {
  outline: 2px solid var(--rust-ink, #a8401b);
  outline-offset: 2px;
}
.size-opt:active .size-opt-ui {
  transform: scale(0.98);
}

/* native-feel grind list (no OS select sheet) */
.grind-field .field-label {
  display: block;
  font-family: var(--mono, ui-monospace, monospace);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 .45rem;
}
.grind-opts {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1.5px solid var(--line-2, #c9bba8);
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper-lift, #fbf8f2);
}
.grind-opt {
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border-top: 1px solid var(--line, #e0d5c6);
}
.grind-opt:first-child { border-top: 0; }
.grind-opt input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.grind-opt-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .85rem 1rem;
  min-height: 48px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink);
  background: transparent;
}
.grind-opt-ui::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--line-2, #c9bba8);
  flex-shrink: 0;
  box-sizing: border-box;
}
.grind-opt input:checked + .grind-opt-ui {
  background: #fff;
  font-weight: 600;
}
.grind-opt input:checked + .grind-opt-ui::after {
  border-color: var(--espresso, #1e1712);
  background: radial-gradient(circle, var(--espresso, #1e1712) 0 45%, transparent 50%);
}
.grind-opt input:focus-visible + .grind-opt-ui {
  outline: 2px solid var(--rust-ink, #a8401b);
  outline-offset: -2px;
}
.grind-opt:active .grind-opt-ui { background: rgba(0,0,0,.03); }

/* --- conversion / start-here / why / story home --- */
.hero-lede {
  margin: .65rem 0 0;
  font-size: 1.02rem;
  line-height: 1.45;
  color: var(--mute);
  max-width: 28rem;
}
.path-grid {
  display: grid;
  gap: .85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .path-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.path-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--paper-lift, #fbf8f2);
  border: 1.5px solid var(--line-2, #c9bba8);
  border-radius: 6px;
  padding: 1.15rem 1.2rem 1.25rem;
  transition: border-color .15s, box-shadow .15s;
  min-height: 100%;
}
.path-card:hover {
  border-color: var(--espresso);
  box-shadow: var(--shadow-sm);
}
.path-card-decaf {
  border-color: var(--kraft-2, #c4b296);
}
.path-kicker {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--rust-ink);
  margin: 0 0 .4rem;
}
.path-card h3 {
  font-size: 1.15rem;
  margin: 0 0 .5rem;
  line-height: 1.25;
}
.path-card p { margin: 0 0 .85rem; color: var(--mute); font-size: .95rem; }
.path-cta {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
}
.why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .why-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.why-grid li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: .95rem 1.05rem;
}
.why-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.05rem;
  margin-bottom: .35rem;
}
.why-grid span {
  display: block;
  color: var(--mute);
  font-size: .92rem;
  line-height: 1.45;
}
.story-home-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 860px) {
  .story-home-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr);
    gap: 2rem;
  }
}
.story-home-fig { margin: 0; }
.story-home-fig img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: 6px;
}
.story-home-fig figcaption {
  margin-top: .4rem;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mute);
}
.story-home-copy p { max-width: 36rem; line-height: 1.55; }

/* product consumer block */
.love-block {
  background: var(--paper-lift, #fbf8f2);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: .9rem 1rem;
  margin: .5rem 0 1rem;
}
.love-block p { margin: 0 0 .55rem; font-size: .95rem; line-height: 1.45; }
.love-block p:last-child { margin-bottom: 0; }
.love-block b {
  font-family: var(--mono);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  display: block;
  margin-bottom: .15rem;
}
.roast-meter {
  display: flex;
  align-items: center;
  gap: .35rem;
  flex-wrap: wrap;
  margin-top: .15rem;
}
.roast-meter .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  background: transparent;
}
.roast-meter .dot.on {
  background: var(--espresso);
  border-color: var(--espresso);
}
.roast-meter .rm-label {
  font-size: .72rem;
  color: var(--mute);
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.pview-review {
  margin: .75rem 0 0;
  padding: .75rem .85rem;
  border-left: 3px solid var(--kraft-2);
  font-size: .9rem;
  color: var(--mute);
  line-height: 1.45;
}
.path-banner {
  display: none;
  margin: 0 0 1rem;
  padding: .75rem 1rem;
  background: var(--paper-lift);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: .95rem;
}
.path-banner.on { display: block; }
.path-banner strong { font-family: var(--serif); }

/* Contact custom dropdown (on-page, no OS sheet) */
.dd { position: relative; width: 100%; }
.dd-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  text-align: left;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--line-2, #c9bba8);
  border-radius: 6px;
  padding: .85rem 1rem;
  min-height: 52px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.dd.open .dd-trigger,
.dd-trigger:focus-visible {
  border-color: var(--rust-ink, #a8401b);
  box-shadow: 0 0 0 3px rgba(168,64,27,.12);
  outline: none;
}
.dd-chevron {
  color: var(--mute);
  font-size: .85rem;
  line-height: 1;
}
.dd.open .dd-chevron { transform: rotate(180deg); }
.dd-menu {
  position: absolute;
  z-index: 40;
  left: 0; right: 0;
  top: calc(100% + 4px);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1.5px solid var(--espresso, #1e1712);
  border-radius: 6px;
  box-shadow: var(--shadow, 0 10px 30px rgba(30,23,18,.12));
  max-height: min(60vh, 320px);
  overflow: auto;
}
.dd-menu[hidden] { display: none !important; }
.dd-menu li {
  padding: .9rem 1rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid var(--line, #e8dfd2);
  font-size: .98rem;
}
.dd-menu li:first-child { border-top: 0; }
.dd-menu li:hover,
.dd-menu li:focus {
  background: var(--paper-lift, #fbf8f2);
}
.dd-menu li[aria-selected="true"] {
  font-weight: 600;
  background: var(--paper-2, #ede6d9);
}

/* Contact "what happens next" — clean, no timeline glitch */
.next-card { margin-top: 0; }
.next-steps {
  list-style: none;
  margin: .85rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
.next-steps li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .75rem;
  align-items: start;
}
.next-num {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 4px;
  background: var(--espresso);
  color: var(--paper);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.next-steps strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.05rem;
  margin-bottom: .2rem;
  color: var(--ink);
}
.next-steps p {
  margin: 0;
  font-size: .9rem;
  color: var(--mute);
  line-height: 1.45;
}
.next-alt { margin: 1.1rem 0 0; }

/* Footer lists: never inherit timeline bullets */
.foot ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.foot li {
  margin: 0 0 .55rem;
  padding: 0;
  border: 0 !important;
  position: static !important;
}
.foot li::before,
.foot li::after {
  content: none !important;
  display: none !important;
}
.foot a {
  display: inline;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.foot-grid > div h2 {
  margin-top: 0;
}

.size-opt-price small {
  font-weight: 500;
  opacity: 0.75;
  margin-left: 0.15rem;
}
.size-field .field-label::after {
  content: " · each option is one bag";
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--sans);
  font-weight: 500;
  color: var(--mute);
  font-size: 0.72rem;
}

/* Subscribe monthly */
.sub-field { margin-top: .85rem; }
.sub-opt {
  display: flex; gap: .65rem; align-items: flex-start;
  cursor: pointer; padding: .7rem .75rem;
  border: 1px solid var(--line, #d5cbb8); background: #f7f1e6;
}
.sub-opt input { margin-top: .2rem; width: 1.05rem; height: 1.05rem; accent-color: #6b2c1f; flex-shrink: 0; }
.sub-opt-ui { display: flex; flex-direction: column; gap: .15rem; }
.sub-opt-ui b { font-size: .92rem; font-weight: 700; color: var(--ink, #1e1712); }
.sub-opt-ui small { font-size: .78rem; color: var(--mute, #6b645a); line-height: 1.35; }
.filters-label { letter-spacing: .08em; }

.lot-roast{display:none!important}
