:root{
  --ink:#15161A;
  --paper:#EDE9E2;
  --paper-hi:#F8F6F2;
  --red:#E31E24;
  --red-dim:#B4171C;
  --steel:#5E6672;
  --line:#D6D0C6;
  --line-dark:#33363E;

  --shell:min(1180px, 100% - 2.5rem);
  --step-0:1rem;
  --step-1:1.15rem;
  --step-2:clamp(1.35rem,1.1rem + .9vw,1.75rem);
  --step-3:clamp(1.8rem,1.3rem + 2vw,2.9rem);
  --step-4:clamp(2.6rem,1.4rem + 5.4vw,6.2rem);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:"Archivo",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-variation-settings:"wdth" 100,"wght" 400;
  font-size:var(--step-0);line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit}
h1,h2,h3{margin:0;font-variation-settings:"wdth" 118,"wght" 800;line-height:.98;letter-spacing:-.015em}
p{margin:0}
:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.shell{width:var(--shell);margin-inline:auto}
.lede{max-width:56ch}

/* top bar */
.bar{position:sticky;top:0;z-index:50;background:rgba(21,22,26,.92);
  backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line-dark)}
.bar-in{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0}
.bar-logo{height:26px;width:auto}
.bar-links{display:flex;align-items:center;gap:1.4rem}
.bar-link{color:#C9CCD3;text-decoration:none;font-size:.9rem;font-variation-settings:"wdth" 96,"wght" 500}
.bar-link:hover{color:#fff}
@media (max-width:640px){.bar-links .bar-link:not(.btn){display:none}}

.btn{display:inline-flex;align-items:center;justify-content:center;
  padding:.72rem 1.35rem;font-size:.94rem;font-variation-settings:"wdth" 104,"wght" 700;
  text-decoration:none;border:0;border-radius:2px;background:var(--red);color:#fff;
  transition:background .16s ease;cursor:pointer}
.btn:hover{background:var(--red-dim)}
.btn-ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1.5px currentColor}
.btn-ghost:hover{background:var(--ink);color:var(--paper-hi);box-shadow:none}
.btn-ghost-dark{background:transparent;color:#EDE9E2;box-shadow:inset 0 0 0 1.5px #4A4E57}
.btn-ghost-dark:hover{background:#EDE9E2;color:var(--ink);box-shadow:none}
.btn[aria-disabled="true"]{background:#C9C3B8;color:#6F6A62;pointer-events:none}
.bar .btn{padding:.5rem 1rem;font-size:.85rem}

/* hero */
.hero{position:relative;overflow:hidden;background:var(--ink);color:var(--paper-hi);
  padding:clamp(3.5rem,9vw,7rem) 0 0}
.hero::before{content:"";position:absolute;inset:auto -20% -55% -20%;height:90%;
  border-radius:50%;border-top:2px solid rgba(227,30,36,.5);pointer-events:none}
.hero-in{position:relative}
.hero-mark{width:min(560px,86%);margin-bottom:clamp(1.8rem,4vw,3rem)}
.hero h1{font-size:var(--step-4);max-width:14ch;text-wrap:balance}
.hero .lede{margin-top:1.4rem;color:#B9BDC6;font-size:var(--step-1);font-variation-settings:"wdth" 98,"wght" 400}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2.2rem}

.gauge{margin-top:clamp(3rem,7vw,5rem);border-top:1px solid var(--line-dark);
  display:grid;grid-template-columns:repeat(4,1fr)}
.gauge div{padding:1.4rem 1.2rem 1.6rem 0;border-right:1px solid var(--line-dark)}
.gauge div:last-child{border-right:0}
.gauge b{display:block;font-size:1.02rem;color:#fff;font-variation-settings:"wdth" 110,"wght" 700;line-height:1.2}
.gauge span{display:block;margin-top:.3rem;font-size:.86rem;color:#868C97;line-height:1.4}
@media (max-width:760px){
  .gauge{grid-template-columns:repeat(2,1fr)}
  .gauge div:nth-child(2n){border-right:0}
  .gauge div:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}
}

/* bands */
.band{padding:clamp(3.5rem,8vw,6.5rem) 0}
.band-hi{background:var(--paper-hi);border-block:1px solid var(--line)}
.band h2{font-size:var(--step-3);max-width:18ch;text-wrap:balance}
.band .lede{margin-top:1.1rem;color:#3D4048;font-size:var(--step-1)}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}
@media (max-width:860px){.split{grid-template-columns:1fr}}

.cats{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}
.cats li{display:flex;align-items:baseline;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--line)}
.cats b{font-variation-settings:"wdth" 108,"wght" 700;flex:0 0 auto}
.cats span{color:var(--steel);font-size:.92rem}

/* filter chips */
.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:clamp(1.6rem,4vw,2.4rem)}
.chip{padding:.45rem 1rem;font-size:.88rem;background:transparent;border-radius:2px;
  box-shadow:inset 0 0 0 1.5px var(--line);color:#3D4048;cursor:pointer;
  font-family:inherit;font-variation-settings:"wdth" 100,"wght" 600;transition:.15s ease}
.chip:hover{box-shadow:inset 0 0 0 1.5px var(--ink)}
.chip[aria-pressed="true"]{background:var(--ink);color:var(--paper-hi);box-shadow:none}

/* product grid */
.grid{display:grid;gap:clamp(1.2rem,2.5vw,2rem);margin-top:clamp(1.6rem,4vw,2.4rem);
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.card{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line)}
.band-hi .card{background:#fff}
.card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#E2DDD4;border-bottom:1px solid var(--line)}
.card-media img{width:100%;height:100%;object-fit:cover}
.card-media.is-empty{display:grid;place-items:center}
.card-media.is-empty::after{content:"UMP";font-variation-settings:"wdth" 122,"wght" 800;
  font-size:1.6rem;color:#C6BFB3;letter-spacing:.04em}
.tag-out{position:absolute;left:0;top:0;background:var(--ink);color:var(--paper-hi);
  padding:.3rem .7rem;font-size:.76rem;font-variation-settings:"wdth" 100,"wght" 700}
.card-body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.card-title{font-size:1.06rem;font-variation-settings:"wdth" 110,"wght" 700;line-height:1.18}
.card-desc{color:var(--steel);font-size:.9rem;line-height:1.5}
.card-foot{margin-top:auto;padding-top:.6rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}
.card-price{font-variation-settings:"wdth" 104,"wght" 700;font-size:1.08rem;font-variant-numeric:tabular-nums;white-space:nowrap}
.card-price s{color:var(--steel);font-size:.85rem;font-variation-settings:"wght" 400;margin-right:.35rem}
.card-foot .btn{padding:.55rem 1rem;font-size:.86rem}

.empty{margin-top:2rem;padding:2rem 1.5rem;border:1px dashed var(--line);text-align:center;color:var(--steel)}
.note{margin-top:1.6rem;color:var(--steel);font-size:.9rem;max-width:60ch}

/* steps */
.steps{counter-reset:s;margin:clamp(2rem,5vw,3rem) 0 0;padding:0;list-style:none;
  display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,3vw,2.6rem)}
@media (max-width:760px){.steps{grid-template-columns:1fr}}
.steps li{counter-increment:s;padding-top:1rem;border-top:2px solid var(--red)}
.steps li::before{content:counter(s,decimal-leading-zero);display:block;margin-bottom:.5rem;
  font-variation-settings:"wdth" 120,"wght" 800;font-size:.95rem;color:var(--red);font-variant-numeric:tabular-nums}
.steps h3{font-size:1.1rem;font-variation-settings:"wdth" 110,"wght" 700}
.steps p{margin-top:.45rem;color:#3D4048;font-size:.96rem}

/* faq */
.faq{margin-top:clamp(1.8rem,4vw,2.6rem);border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;padding:1.15rem 2.2rem 1.15rem 0;position:relative;
  font-size:var(--step-1);font-variation-settings:"wdth" 106,"wght" 600}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:.35rem;top:1.55rem;width:11px;height:11px;
  border-right:2px solid var(--red);border-bottom:2px solid var(--red);transform:rotate(45deg);transition:transform .2s ease}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq p{padding:0 0 1.3rem;color:#3D4048;max-width:66ch}

/* footer */
.foot{background:var(--ink);color:#B9BDC6;padding:clamp(3rem,7vw,5rem) 0 2.2rem}
.foot h2{color:var(--paper-hi);font-size:var(--step-3);max-width:16ch}
.foot-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
@media (max-width:760px){.foot-grid{grid-template-columns:1fr}}
.foot a{color:var(--paper-hi)}
.contact{margin:0;padding:0;list-style:none}
.contact li{padding:.7rem 0;border-bottom:1px solid var(--line-dark)}
.contact li:first-child{border-top:1px solid var(--line-dark)}
.contact span{display:block;font-size:.82rem;color:#7E848F}
.contact a{text-decoration:none;font-variation-settings:"wdth" 104,"wght" 600}
.contact a:hover{color:var(--red)}
.foot-end{margin-top:clamp(2.5rem,6vw,4rem);padding-top:1.4rem;border-top:1px solid var(--line-dark);
  display:flex;flex-wrap:wrap;gap:.6rem 1.6rem;justify-content:space-between;font-size:.84rem;color:#7E848F}

/* hero entrance */
.rise{opacity:0;transform:translateY(14px);animation:rise .7s cubic-bezier(.2,.7,.3,1) forwards}
.rise:nth-child(1){animation-delay:.05s}
.rise:nth-child(2){animation-delay:.16s}
.rise:nth-child(3){animation-delay:.26s}
.rise:nth-child(4){animation-delay:.36s}
@keyframes rise{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .rise{animation:none;opacity:1;transform:none}
  *{transition-duration:.001ms !important}
}
