/* ==========================================================================
   PRVNTRA — Brand store stylesheet
   Palette: Blueprint Navy #111C32 · PRVNTRA Cream #F7F2E8 ·
            Charcoal #141414 · Protection Green #2FBF71
   Ratio:   60% cream / 30% navy / 10% green
   ========================================================================== */

:root {
  --navy: #111C32;
  --navy-90: #1b2740;
  --navy-70: rgba(17, 28, 50, .70);
  --navy-45: rgba(17, 28, 50, .45);
  --navy-15: rgba(17, 28, 50, .15);
  --navy-08: rgba(17, 28, 50, .08);
  --cream: #F7F2E8;
  --cream-deep: #efe8d8;
  --paper: #fcfaf4;
  --charcoal: #141414;
  --green: #2FBF71;
  --green-deep: #25a661;
  --line: rgba(17, 28, 50, .12);

  --max: 1240px;
  --gut: clamp(1.1rem, 4vw, 2.4rem);
  --radius: 4px;

  --f: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--f);
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }

/* Wordmark ---------------------------------------------------------------- */
.wordmark {
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--navy);
  font-size: 1.05rem;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.wordmark sup { font-size: .42em; letter-spacing: 0; top: -.9em; margin-left: .15em; }

/* eyebrow / labels -------------------------------------------------------- */
.eyebrow {
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--navy-45);
  font-weight: 600;
}
.eyebrow.green { color: var(--green-deep); }

h1, h2, h3 { font-weight: 600; line-height: 1.08; letter-spacing: -.01em; }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .92rem 1.7rem;
  font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  border-radius: var(--radius); transition: .22s ease;
  border: 1px solid transparent; white-space: nowrap;
}
.btn--navy  { background: var(--navy); color: var(--cream); }
.btn--navy:hover  { background: var(--navy-90); transform: translateY(-1px); }
.btn--green { background: var(--green); color: #06301c; }
.btn--green:hover { background: var(--green-deep); color:#fff; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--cream); }
.btn--block { width: 100%; }
.btn svg { width: 16px; height: 16px; flex: none; }

/* ==========================================================================
   Header
   ========================================================================== */
.topbar {
  background: var(--navy); color: var(--cream);
  font-size: .73rem; letter-spacing: .14em; text-transform: uppercase;
  text-align: center; padding: .55rem 1rem;
}
.topbar b { color: var(--green); font-weight: 600; }

header.site {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247,242,232,.86);
  backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; gap: 1rem;
}
.nav__links { display: flex; gap: 2.1rem; }
.nav__links a {
  font-size: .82rem; letter-spacing: .08em; font-weight: 500; color: var(--navy-70);
  position: relative; padding: .3rem 0; transition: color .2s;
}
.nav__links a:hover, .nav__links a.is-active { color: var(--navy); }
.nav__links a.is-active::after {
  content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background: var(--green);
}
.nav__right { display: flex; align-items: center; gap: 1.25rem; }
.icon-btn { position: relative; display: inline-flex; align-items: center; color: var(--navy); }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute; top: -8px; right: -10px; min-width: 18px; height: 18px;
  background: var(--green); color: #06301c; border-radius: 999px;
  font-size: .66rem; font-weight: 700; display: grid; place-items: center; padding: 0 4px;
  transform: scale(0); transition: transform .2s cubic-bezier(.3,1.4,.5,1);
}
.cart-count.show { transform: scale(1); }
.burger { display: none; flex-direction: column; gap: 5px; }
.burger span { width: 22px; height: 2px; background: var(--navy); transition: .25s; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(3rem,7vw,5.5rem); }
.hero__arc {
  position: absolute; right: -16%; top: 50%; transform: translateY(-50%);
  width: min(58vw, 720px); aspect-ratio: 1; opacity: .9; pointer-events: none;
}
.hero__inner { position: relative; max-width: 760px; }
.hero h1 {
  font-size: clamp(2.6rem, 7.2vw, 5.3rem); line-height: .98; letter-spacing: -.03em; margin: 1.1rem 0 1.3rem;
}
.hero h1 em { font-style: normal; color: var(--green-deep); }
.hero p { font-size: clamp(1.02rem, 2vw, 1.22rem); color: var(--navy-70); max-width: 48ch; margin-bottom: 2.1rem; }
.hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; }

/* trust strip ------------------------------------------------------------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { padding: 1.5rem var(--gut); display: flex; gap: .85rem; align-items: flex-start; border-right: 1px solid var(--line); }
.trust__item:last-child { border-right: none; }
.trust__item svg { width: 26px; height: 26px; color: var(--green-deep); flex: none; margin-top: 2px; }
.trust__item h4 { font-size: .9rem; letter-spacing: -.01em; }
.trust__item p { font-size: .8rem; color: var(--navy-45); line-height: 1.45; }

/* ==========================================================================
   Section scaffold
   ========================================================================== */
section.block { padding: clamp(3.4rem, 8vw, 6rem) 0; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 2.4rem; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); letter-spacing: -.02em; }
.sec-head p { color: var(--navy-45); max-width: 40ch; font-size: .95rem; margin-top: .5rem; }
.sec-head a.more { font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); display: inline-flex; gap: .4rem; align-items: center; }
.sec-head a.more:hover { gap: .7rem; }

/* category grid ----------------------------------------------------------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cat-card { background: var(--paper); padding: 1.9rem 1.6rem 1.7rem; min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; transition: background .25s; position: relative; }
.cat-card:hover { background: #fff; }
.cat-card .ci { width: 38px; height: 38px; color: var(--navy); }
.cat-card.soon { opacity: .62; }
.cat-card h3 { font-size: 1.18rem; margin-top: 1.4rem; }
.cat-card p { font-size: .82rem; color: var(--navy-45); margin-top: .3rem; }
.cat-card .badge-soon { position: absolute; top: 1.2rem; right: 1.2rem; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-45); border: 1px solid var(--navy-15); padding: .25rem .5rem; border-radius: 99px; }
.cat-card .arrow { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--green-deep); margin-top: 1.2rem; display: inline-flex; gap: .4rem; }

/* ==========================================================================
   Product cards
   ========================================================================== */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; transition: .25s ease; position: relative;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -24px rgba(17,28,50,.4); }
.card__media { aspect-ratio: 1 / 1; background: #fff; display: grid; place-items: center; border-bottom: 2px solid var(--navy); position: relative; }
.card__media svg.pic { width: 46%; height: 46%; color: var(--navy); }
.card__tag { position: absolute; top: .8rem; left: .8rem; font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: var(--green); color: #06301c; padding: .28rem .55rem; border-radius: 99px; }
.card__tag.muted { background: var(--navy); color: var(--cream); }
.card__body { padding: 1.05rem 1.1rem 1.2rem; display: flex; flex-direction: column; flex: 1; }
.card__cat { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--navy-45); font-weight: 600; }
.card__name { font-size: 1rem; font-weight: 600; margin: .4rem 0 .25rem; letter-spacing: -.01em; line-height: 1.2; }
.card__name a:hover { color: var(--green-deep); }
.card__desc { font-size: .8rem; color: var(--navy-45); line-height: 1.45; flex: 1; }
.card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; gap: .6rem; }
.price { font-size: 1.08rem; font-weight: 700; letter-spacing: -.01em; }
.price small { font-size: .7rem; color: var(--navy-45); font-weight: 500; }
.add {
  display: inline-flex; align-items: center; gap: .4rem; background: var(--navy); color: var(--cream);
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .6rem .85rem; border-radius: var(--radius); transition: .2s;
}
.add:hover { background: var(--green); color: #06301c; }
.add svg { width: 14px; height: 14px; }

/* ==========================================================================
   "Built for the Nigerian home" feature band
   ========================================================================== */
.band { background: var(--navy); color: var(--cream); }
.band .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; padding-block: clamp(3.4rem,8vw,6rem); }
.band h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1.1rem; }
.band p { color: rgba(247,242,232,.7); margin-bottom: 1.6rem; font-size: .98rem; }
.band ul { list-style: none; display: grid; gap: .85rem; }
.band li { display: flex; gap: .75rem; font-size: .92rem; align-items: flex-start; }
.band li svg { width: 20px; height: 20px; color: var(--green); flex: none; margin-top: 2px; }
.band__panel { background: var(--navy-90); border: 1px solid rgba(247,242,232,.12); border-radius: 6px; padding: 1.8rem; }
.band__panel .row { display: flex; justify-content: space-between; align-items: center; padding: .95rem 0; border-bottom: 1px solid rgba(247,242,232,.1); }
.band__panel .row:last-child { border-bottom: none; }
.band__panel .row span { font-size: .9rem; }
.band__panel .row b { color: var(--green); font-size: .85rem; letter-spacing: .04em; }

/* philosophy -------------------------------------------------------------- */
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pillar { background: var(--paper); padding: 1.7rem 1.3rem; }
.pillar .n { font-size: .72rem; font-weight: 700; color: var(--green-deep); letter-spacing: .1em; }
.pillar h4 { font-size: 1rem; margin: .7rem 0 .5rem; }
.pillar p { font-size: .8rem; color: var(--navy-45); line-height: 1.5; }

/* newsletter -------------------------------------------------------------- */
.news { background: var(--cream-deep); border-radius: 8px; padding: clamp(2.2rem,5vw,3.4rem); text-align: center; }
.news h2 { font-size: clamp(1.6rem,3.5vw,2.3rem); margin-bottom: .7rem; }
.news p { color: var(--navy-70); max-width: 46ch; margin: 0 auto 1.6rem; font-size: .95rem; }
.news form { display: flex; gap: .6rem; max-width: 460px; margin: 0 auto; flex-wrap: wrap; }
.news input { flex: 1; min-width: 200px; padding: .9rem 1.1rem; border: 1px solid var(--navy-15); border-radius: var(--radius); background: var(--paper); font-family: inherit; font-size: .92rem; color: var(--navy); }
.news input:focus { outline: none; border-color: var(--green); }

/* ==========================================================================
   Footer
   ========================================================================== */
footer.site { background: var(--navy); color: rgba(247,242,232,.72); padding: clamp(3rem,6vw,4.5rem) 0 2rem; margin-top: 1rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(247,242,232,.12); }
footer.site .wordmark { color: var(--cream); }
.foot-grid p.blurb { font-size: .85rem; max-width: 32ch; margin-top: 1rem; line-height: 1.6; }
.foot-grid h5 { color: var(--cream); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1rem; }
.foot-grid ul { list-style: none; display: grid; gap: .6rem; }
.foot-grid ul a { font-size: .85rem; transition: color .2s; }
.foot-grid ul a:hover { color: var(--green); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .8rem; padding-top: 1.6rem; font-size: .76rem; }
.foot-bottom .yk { color: var(--green); font-weight: 600; }

/* ==========================================================================
   Cart drawer
   ========================================================================== */
.scrim { position: fixed; inset: 0; background: rgba(17,28,50,.45); opacity: 0; visibility: hidden; transition: .3s; z-index: 90; }
.scrim.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw);
  background: var(--cream); z-index: 100; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; box-shadow: -20px 0 60px -30px rgba(0,0,0,.5);
}
.drawer.open { transform: translateX(0); }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 1.3rem var(--gut); border-bottom: 1px solid var(--line); }
.drawer__head h3 { font-size: 1.1rem; letter-spacing: .02em; }
.drawer__close { font-size: 1.5rem; line-height: 1; color: var(--navy); padding: .2rem; }
.drawer__items { flex: 1; overflow-y: auto; padding: .6rem var(--gut); }
.empty { text-align: center; color: var(--navy-45); padding: 3rem 1rem; font-size: .9rem; }
.line {
  display: grid; grid-template-columns: 56px 1fr auto; gap: .9rem; align-items: center;
  padding: 1rem 0; border-bottom: 1px solid var(--line);
}
.line__media { width: 56px; height: 56px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: grid; place-items: center; }
.line__media svg { width: 56%; height: 56%; color: var(--navy); }
.line__name { font-size: .86rem; font-weight: 600; line-height: 1.25; }
.line__price { font-size: .78rem; color: var(--navy-45); margin-top: .15rem; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--navy-15); border-radius: var(--radius); margin-top: .5rem; }
.qty button { width: 26px; height: 26px; font-size: 1rem; color: var(--navy); display: grid; place-items: center; }
.qty span { min-width: 26px; text-align: center; font-size: .82rem; font-weight: 600; }
.line__remove { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-45); margin-top: .55rem; }
.line__remove:hover { color: #c0392b; }
.line__total { font-weight: 700; font-size: .9rem; text-align: right; }
.drawer__foot { padding: 1.3rem var(--gut) 1.6rem; border-top: 1px solid var(--line); background: var(--paper); }
.drawer__foot .sub { display: flex; justify-content: space-between; font-size: .95rem; margin-bottom: .35rem; }
.drawer__foot .sub.total { font-size: 1.15rem; font-weight: 700; margin-bottom: 1rem; }
.drawer__foot .ship-note { font-size: .74rem; color: var(--navy-45); margin-bottom: 1rem; }

/* toast ------------------------------------------------------------------- */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 120%);
  background: var(--navy); color: var(--cream); padding: .85rem 1.3rem; border-radius: var(--radius);
  font-size: .82rem; font-weight: 500; z-index: 120; transition: transform .35s cubic-bezier(.3,1.2,.5,1);
  display: flex; align-items: center; gap: .55rem; box-shadow: 0 12px 30px -12px rgba(0,0,0,.5);
}
.toast.show { transform: translate(-50%, 0); }
.toast svg { width: 16px; height: 16px; color: var(--green); }

/* ==========================================================================
   Shop page
   ========================================================================== */
.page-head { padding: clamp(2.4rem,6vw,3.6rem) 0 1.6rem; border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: clamp(2rem,5vw,3.2rem); letter-spacing: -.02em; }
.page-head p { color: var(--navy-45); margin-top: .6rem; max-width: 52ch; }
.shop-layout { display: grid; grid-template-columns: 230px 1fr; gap: 2.4rem; padding-top: 2.2rem; align-items: start; }
.filters { position: sticky; top: 90px; }
.filters h4 { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--navy-45); margin-bottom: .9rem; }
.filters .fgroup { padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.filters button.f {
  display: block; width: 100%; text-align: left; padding: .5rem .7rem; border-radius: var(--radius);
  font-size: .88rem; color: var(--navy-70); transition: .18s; margin-bottom: .2rem;
}
.filters button.f:hover { background: var(--cream-deep); color: var(--navy); }
.filters button.f.active { background: var(--navy); color: var(--cream); font-weight: 600; }
.shop-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.4rem; flex-wrap: wrap; gap: .6rem; }
.shop-bar .count { font-size: .85rem; color: var(--navy-45); }
.shop-bar select { padding: .55rem .8rem; border: 1px solid var(--navy-15); border-radius: var(--radius); background: var(--paper); font-family: inherit; font-size: .85rem; color: var(--navy); }
.filter-toggle { display: none; }

/* ==========================================================================
   Product detail page
   ========================================================================== */
.crumbs { font-size: .76rem; color: var(--navy-45); padding: 1.6rem 0 .4rem; letter-spacing: .04em; }
.crumbs a:hover { color: var(--green-deep); }
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); padding: 1.6rem 0 1rem; align-items: start; }
.pdp__media { background: #fff; border: 1px solid var(--line); border-bottom: 3px solid var(--navy); border-radius: var(--radius); aspect-ratio: 1; display: grid; place-items: center; position: relative; }
.pdp__media svg.pic { width: 42%; height: 42%; color: var(--navy); }
.pdp__media .card__tag { top: 1.1rem; left: 1.1rem; }
.pdp__cat { color: var(--navy-45); }
.pdp h1 { font-size: clamp(1.8rem,4vw,2.7rem); margin: .6rem 0 .9rem; letter-spacing: -.02em; }
.pdp .price { font-size: 1.7rem; margin-bottom: 1.2rem; display: block; }
.pdp .lead { color: var(--navy-70); font-size: 1rem; margin-bottom: 1.6rem; }
.pdp__buy { display: flex; gap: .8rem; align-items: stretch; margin-bottom: 1.8rem; flex-wrap: wrap; }
.pdp__buy .qty { margin: 0; }
.pdp__buy .qty button { width: 44px; height: 100%; }
.pdp__buy .qty span { min-width: 38px; }
.spec { border-top: 1px solid var(--line); padding-top: 1.4rem; }
.spec h4 { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--navy-45); margin-bottom: .9rem; }
.spec ul { list-style: none; display: grid; gap: .65rem; }
.spec li { display: flex; gap: .6rem; font-size: .9rem; color: var(--navy-70); align-items: flex-start; }
.spec li svg { width: 17px; height: 17px; color: var(--green-deep); flex: none; margin-top: 3px; }
.cert-row { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1.4rem; }
.cert { font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--navy-70); border: 1px solid var(--navy-15); padding: .35rem .6rem; border-radius: 99px; }

/* about ------------------------------------------------------------------- */
.about-hero { padding: clamp(3rem,8vw,6rem) 0; max-width: 760px; }
.about-hero h1 { font-size: clamp(2.2rem,6vw,4rem); letter-spacing: -.03em; margin-bottom: 1.2rem; }
.about-hero p { font-size: 1.1rem; color: var(--navy-70); }
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.mv .box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; }
.mv .box h3 { font-size: 1.3rem; margin-bottom: .7rem; }
.mv .box p { color: var(--navy-70); font-size: .95rem; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.value { background: var(--paper); padding: 1.8rem 1.5rem; }
.value h4 { font-size: .95rem; letter-spacing: .04em; margin-bottom: .5rem; }
.value p { font-size: .82rem; color: var(--navy-45); line-height: 1.55; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1040px) {
  .prod-grid { grid-template-columns: repeat(3,1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.4rem; }
  .pillars { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 880px) {
  .nav__links { display: none; }
  .burger { display: flex; }
  .trust__grid { grid-template-columns: repeat(2,1fr); }
  .trust__item:nth-child(2) { border-right: none; }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .band .wrap { grid-template-columns: 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters { position: static; display: none; }
  .filters.open { display: block; }
  .filter-toggle { display: inline-flex; }
  .values { grid-template-columns: 1fr 1fr; }
  .mv { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .prod-grid { grid-template-columns: repeat(2,1fr); gap: 1rem; }
  .cat-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .card__desc { display: none; }
  .add span { display: none; }
  .add { padding: .6rem; }
}

/* mobile nav sheet */
.msheet { position: fixed; inset: 0 0 0 auto; width: min(300px,86vw); background: var(--cream); z-index: 95; transform: translateX(100%); transition: transform .3s; padding: 5rem 2rem 2rem; display: flex; flex-direction: column; gap: 1.3rem; box-shadow: -20px 0 60px -30px rgba(0,0,0,.5); }
.msheet.open { transform: translateX(0); }
.msheet a { font-size: 1.1rem; font-weight: 500; color: var(--navy); }
.msheet a:hover { color: var(--green-deep); }
