/* GENERATED from styles.css - do not edit. source sha256:b087b860c9968784 */
:root {
  --ink:        #121212;
  --ink-soft:   #3d3d3d;
  --muted:      #6f6f6f;
  --line:       #dcdcdc;
  --band:       #e8e6e6;
  --offwhite:   #fafafa;
  --white:      #ffffff;
  --sale:       #b3121a;
  --font-head:  "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body:  "Jost", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
  --wrap:       1560px;   
  --wrap-narrow: 1180px;  
  --radius-pill: 20px;
  
  --hero-image: linear-gradient(180deg, rgba(18,18,18,.72), rgba(18,18,18,.72)),
                linear-gradient(135deg, #2b3448 0%, #4a5a78 45%, #232a38 100%);}
* { box-sizing: border-box;}
html { -webkit-text-size-adjust: 100%;}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;}
img { max-width: 100%; display: block;}
a { color: inherit; text-decoration: none;}
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px;}
  .promo {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 13px 16px;}
 .site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);}
.header-inner {
  max-width: var(--wrap-narrow);
  margin: 0 auto;
  padding: 28px 24px;
  display: grid;
  grid-template-columns: 1fr minmax(0, 460px) 1fr;
  align-items: center;
  gap: 20px;}
.brand {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 1.15;}
.brand span { display: block; font-size: 10px; letter-spacing: .3em; color: var(--muted); font-weight: 600;}
.search {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  padding: 9px 16px;
  background: #fff;
  position: relative;}
.search svg { flex: none;}
.search input {
  border: 0;
  outline: 0;
  width: 100%;
  font-family: var(--font-head);
  font-size: 14px;
  color: var(--ink);
  background: transparent;}
.search input::placeholder { color: var(--ink); opacity: 1;}
 .search input:-webkit-autofill, .search input:-webkit-autofill:hover, .search input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
  box-shadow: 0 0 0 60px #fff inset;}
.header-right { display: flex; justify-content: flex-end; align-items: center; gap: 22px;}
.nav-links { display: flex; gap: 22px;}
.nav-links a {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;}
.nav-links a:hover { opacity: .6;}
.cart-btn { position: relative; display: inline-flex;}
.cart-count {
  position: absolute;
  bottom: -3px;
  right: -7px;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 0 4px;}
 .hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  min-height: 575px;
  display: flex;
  align-items: center;}
 .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;}
 .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
              rgba(18,18,18,.88) 0%,
              rgba(18,18,18,.66) 45%,
              rgba(18,18,18,.34) 100%);}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--wrap-narrow);
  margin: 0 auto;
  padding: 24px 24px 132px;
  width: 100%;}
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none;}
  .hero {
    background: var(--ink) url("../images/hero-poster.jpg") center/cover no-repeat;}
}
.hero-kicker {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 1px;}
.hero h1 {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.04;
  margin: -6px 0 14px;
  letter-spacing: -.01em;}
.hero h1 em { font-style: italic;}
.hero p {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
  max-width: 30ch;
  margin: 0 0 18px;}
 .btn {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  border: 1px solid var(--ink);
  border-radius: var(--radius-pill);
  padding: 11px 26px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
  text-align: center;}
.btn:hover { background: #000;}
.btn-ghost { background: transparent; color: #fff; border-color: #fff;}
.btn-ghost:hover { background: #fff; color: var(--ink);}
.btn-block { display: block; width: 100%;}
 .btn-incart, .btn-incart:hover {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--ink);
  cursor: default;
  opacity: 1;
  transition: none;   
;}
.btn-rect { border-radius: 0; padding: 10px 22px; font-size: 13px;}
@keyframes bump {
  0% { transform: scale(1);}
  40% { transform: scale(1.55);}
  100% { transform: scale(1);}
}
.cart-count.bump { animation: bump .35s ease;}
 .section { padding: 68px 0;}
.section.band { background: var(--band);}
.section.soft { background: var(--offwhite);}
.section-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 32px;
  color: var(--ink);}
.section-title.center { text-align: center;}
.section-title.tight { margin-bottom: 12px;}
.section-title.eyebrow { font-size: 28px; letter-spacing: .04em; text-transform: uppercase;}
  .cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
  z-index: 200;}
.cart-overlay.open { opacity: 1; pointer-events: auto;}
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 500px;
  max-width: 94vw;
  background: #fff;
  z-index: 210;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .26s cubic-bezier(.4,0,.2,1);
  box-shadow: -10px 0 34px rgba(0,0,0,.16);}
.cart-drawer.open { transform: translateX(0);}
.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
  flex: none;}
.cart-drawer-head h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;}
.cart-close {
  border: 0;
  background: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
  padding: 0 2px;}
.cart-lines { flex: 1; overflow-y: auto; padding: 8px 26px;}
.cart-line {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);}
.cart-line img, .cart-line .noimg {
  width: 74px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--band);}
.cart-line-name {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 4px;}
.cart-line-meta { font-size: 14px; color: var(--muted); margin: 0 0 9px;}
.cart-line-prices { display: flex; align-items: baseline; flex-wrap: wrap;}
.cart-line-was {
  font-size: 14px;
  color: var(--muted);
  text-decoration: line-through;}
.cart-line-unset {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sale);}
.cart-line-right { text-align: right; display: flex; align-items: flex-start;}
.cart-line-price { font-family: var(--font-head); font-size: 17px; font-weight: 800;}
.cart-remove {
  border: 0; background: none; padding: 0;
  font-size: 13.5px; color: var(--muted);
  text-decoration: underline; cursor: pointer;}
.cart-remove:hover { color: var(--ink);}
.cart-empty { text-align: center; color: var(--muted); padding: 70px 20px; font-size: 16px;}
.cart-foot { flex: none; padding: 8px 26px 26px;}
.cart-sum-row {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 15px; color: var(--muted);}
.cart-sum-row:empty { display: none;}
.cart-rrp-strike { text-decoration: line-through;}
.cart-save {
  font-family: var(--font-head);
  font-size: 14px; font-weight: 700;
  letter-spacing: .04em;
  color: #1c7a3e;}
.cart-subtotal {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-head); font-weight: 800; font-size: 24px;
  border-top: 1px solid var(--line);
  margin-bottom: 4px;}
.cart-note { font-size: 13px; color: var(--muted); margin: 2px 0 14px;}
.cart-continue {
  display: block; width: 100%; margin-top: 10px;
  background: none; border: 0; cursor: pointer;
  font-family: var(--font-head); font-size: 13.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--muted);}
.cart-continue:hover { color: var(--ink);}
@media (max-width: 460px) { .cart-drawer { width: 100%;} }
 .search-wrap { position: relative;}
.search-results {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--ink);
  border-radius: 5px 5px 10px 10px;
  max-height: 380px;
  overflow: hidden auto;
  z-index: 60;
  display: none;
  box-shadow: 0 12px 28px rgba(0,0,0,.13);}
.search-results.open { display: block;}
.sr-head {
  background: #fff;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 9px 14px;
  position: sticky;
  top: 0;
  z-index: 1;}
.sr-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  text-align: left;
  width: 100%;
  background: none;
  border-left: 0; border-right: 0; border-top: 0;}
.sr-item:last-child { border-bottom: 0;}
.sr-item:hover, .sr-item:focus { background: #f5f5f5;}
 .sr-thumb {
  width: 42px;
  height: 56px;
  flex: none;
  object-fit: cover;
  border-radius: 0;      
  display: block;}
 span.sr-thumb { background: var(--band);}
.sr-name {
  font-family: var(--font-head);
  font-size: 13px; font-weight: 700; line-height: 1.35;
  color: var(--ink);}
.sr-meta { font-family: var(--font-body); font-size: 12px; color: var(--muted);}
.sr-empty { padding: 18px 14px; font-size: 13px; color: var(--muted); text-align: center;}
.sr-all {
  padding: 11px 14px;
  font-family: var(--font-head);
  font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  text-align: center;
  background: var(--ink); color: #fff;
  cursor: pointer; width: 100%; border: 0;}
  .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
  margin: 0 0 -1px 0;
  padding: 0;
  position: relative;
  z-index: 2;}
.tab {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 13px 24px;
  border: 1px solid var(--ink);
  border-radius: 8px 8px 0 0;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  transition: background .15s ease, color .15s ease;}
.tab:hover { background: var(--band);}
.tab[aria-selected="true"] {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);}
@keyframes slideL { }
@keyframes slideR { from { opacity: 0; transform: translateX(-26px);} to { opacity: 1; transform: none;} }
.car-track.slide-l { animation: slideL .28s ease;}
.car-track.slide-r { animation: slideR .28s ease;}
@media (prefers-reduced-motion: reduce) {
  .car-track.slide-l, .car-track.slide-r { animation: none;}
}
.picker-box {
  position: relative;
  border: 1px solid var(--ink);
  border-radius: 0 10px 10px 10px;
  padding: 26px 24px;}
.car-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;}
.car-item { display: flex;}
.car-item .card { width: 100%;}
 .car-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;}
.car-arrow.prev { left: -21px;}
.car-arrow.next { right: -21px;}
.car-arrow:hover:not(:disabled) { background: var(--ink); color: #fff;}
.car-arrow:disabled { opacity: .3; cursor: default;}
 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 20px;
  align-items: start;}
.grid.cols-3 { grid-template-columns: repeat(3, 1fr);}
 .card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  transition: box-shadow .16s ease, transform .16s ease;}
.card:hover { box-shadow: 0 8px 22px rgba(0,0,0,.10); transform: translateY(-2px);}
.card-media {
  background: var(--band);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 4px;
  place-items: stretch;}
 .card-media img { width: 100%; height: 100%; object-fit: cover; display: block;}
.card-media.placeholder {
  background: var(--band);
  text-align: center;
  padding: 20px;}
.card-media.placeholder span {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9b9b9b;}
.card-title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px;}
.card-instructor {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 8px;}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  min-height: 24px;}
.price-was { font-size: 14px; color: var(--muted); text-decoration: line-through;}
.price-now { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--ink);}
.price-tbc {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sale);}
.card .btn { margin-top: 2px;}
 .panels { display: grid; grid-template-columns: 1fr 1fr; gap: 0;}
.panel {
  padding: 74px 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
.panel.dark { background: var(--ink); color: #fff;}
.panel.light { background: var(--band); color: var(--ink);}
.panel h3 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 26px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 14px;}
.panel p {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 38ch;
  margin: 0 0 24px;}
 .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 34px;}
.partners span {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8d8d8d;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 10px 20px;
  background: var(--white);}
 .page-banner {
  background: var(--ink);
  color: #fff;
  padding: 88px 24px;
  text-align: center;}
.page-banner h1 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 50px);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;}
.az-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin: 0 0 26px;}
.az {
  background: none;
  border: 0;
  padding: 4px 2px;
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
  border-bottom: 2px solid transparent;}
.az:hover { color: var(--ink);}
.az[aria-current="true"] { color: var(--ink); border-bottom-color: var(--ink);}
.instr-search-wrap { margin: 0 0 30px;}
.instr-search {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 620px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  padding: 13px 18px;
  background: #fff;}
.instr-search svg { flex: none;}
.instr-search input {
  border: 0;
  outline: 0;
  width: 100%;
  font-family: var(--font-head);
  font-size: 15px;
  color: var(--ink);
  background: transparent;}
.instr-search input::placeholder { color: var(--ink); opacity: 1;}
.instr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 24px;}
.instr-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--ink);
  background: #fff;
  transition: background .14s ease, color .14s ease;}
.instr-card:hover { background: var(--ink); color: #fff;}
.instr-empty { text-align: center; color: var(--muted); padding: 40px 0;}
@media (max-width: 1000px) { .instr-grid { grid-template-columns: repeat(3, 1fr);} }
@media (max-width: 760px)  { .instr-grid { grid-template-columns: repeat(2, 1fr);} }
@media (max-width: 460px)  { }
.lead {
  text-align: center;
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 auto 40px;}
 .lead.lead-left {
  text-align: left;
  font-size: 18px;
  max-width: 64ch;
  margin: 0 0 22px;}
 .shop-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 44px;
  align-items: start;}
 .cat-rail h3 {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
  color: var(--ink);}
 .shop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 26px;}
.shop-title {
  font-family: var(--font-head);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0;
  text-align: left;}
.shop-filters { display: flex; gap: 14px; flex-wrap: wrap;}
 .dd { position: relative;}
.dd-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 200px;
  background: var(--offwhite);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 16px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  text-align: left;}
.dd-trigger:hover { border-color: var(--ink);}
.dd-trigger[aria-expanded="true"] { border-color: var(--ink); background: #fff;}
.dd-trigger svg { flex: none; transition: transform .16s ease;}
.dd-trigger[aria-expanded="true"] svg { transform: rotate(180deg);}
.dd-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
 .dd-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;          
  max-height: 340px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
  z-index: 70;
  display: none;}
.dd-panel.open { display: block;}
.dd-panel.right { left: auto; right: 0;}
.dd-search {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);}
.dd-search input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 9px 11px;
  font-family: var(--font-head);
  font-size: 13.5px;
  color: var(--ink);
  outline: 0;}
.dd-search input:focus { border-color: var(--ink);}
.dd-opt {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 16px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.35;
  word-break: break-word;}
.dd-opt:last-child { border-bottom: 0;}
.dd-opt:hover { background: var(--offwhite);}
.dd-opt[aria-selected="true"] { font-weight: 800; background: var(--offwhite);}
.dd-none { padding: 18px 16px; font-size: 13.5px; color: var(--muted); text-align: center;}
@media (max-width: 620px) {
}
.cat-rail nav { display: flex; flex-direction: column;}
.cat-link {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 11px 2px;
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.3;}
.cat-link:hover { padding-left: 7px; transition: padding .14s ease;}
.cat-link[aria-current="true"] { color: var(--sale);}
.cat-count {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
  flex: none;}
@media (max-width: 900px) {
   .shop-layout { grid-template-columns: 1fr; gap: 26px;}
  .cat-rail nav { flex-direction: row; flex-wrap: wrap; gap: 8px;}
  .cat-link {
    width: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    padding: 8px 15px;}
  .cat-link:hover { padding-left: 15px;}
}
 .pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px;}
.pagination button {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  min-width: 38px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;}
.pagination button[aria-current="true"] { background: var(--ink); color: #fff; border-color: var(--ink);}
.pagination button:disabled { opacity: .35; cursor: default;}
 .empty {
  text-align: center;
  padding: 70px 24px;
  color: var(--muted);}
.empty h3 { font-family: var(--font-head); color: var(--ink); margin: 0 0 8px;}
 .site-footer { background: var(--ink); color: #d8d8d8; padding: 56px 0 34px;}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px;}
.site-footer h4 {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;}
.site-footer p, .site-footer a { font-size: 14px; line-height: 1.8; color: #b9b9b9;}
.site-footer a:hover { color: #fff;}
.footer-brand {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;}
.footer-bottom {
  border-top: 1px solid #2c2c2c;
  margin-top: 38px;
  padding-top: 20px;
  font-size: 12px;
  color: #7d7d7d;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;}
 .reviews { text-align: center;}
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 34px;}
.review {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 26px 22px;
  text-align: left;}
.stars { color: var(--ink); letter-spacing: 2px; margin-bottom: 10px; font-size: 14px;}
.review p { margin: 0 0 14px; font-size: 14px; color: var(--ink-soft); min-height: 3em;}
.review .who { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;}
@media (max-width: 1000px) {
  .car-track { grid-template-columns: repeat(3, 1fr);}
  .grid, .grid.cols-3 { grid-template-columns: repeat(3, 1fr);}
  .footer-grid { grid-template-columns: 1fr 1fr;}
  .review-grid { grid-template-columns: 1fr 1fr;}
}
@media (max-width: 760px) {
  .car-track { grid-template-columns: repeat(2, 1fr);}
  .tab { font-size: 11px; padding: 8px 15px;}
  .header-inner { grid-template-columns: 1fr auto; row-gap: 12px;}
  .search { grid-column: 1 / -1; order: 3;}
  .nav-links { display: none;}
  .grid, .grid.cols-3 { grid-template-columns: repeat(2, 1fr);}
  .panels { grid-template-columns: 1fr;}
  .panel { padding: 52px 28px;}
  .section { padding: 48px 0;}
  .section-title { font-size: 30px;}
  .review-grid { grid-template-columns: 1fr;}
  .footer-grid { grid-template-columns: 1fr;}
}
@media (max-width: 460px) {
  .car-track { grid-template-columns: repeat(2, 1fr);}
  .grid, .grid.cols-3 { grid-template-columns: repeat(2, 1fr);}
}
 .checkout-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;   
;}
.checkout-title { margin: 0 0 18px;}
.checkout-h {
  font-family: var(--font-head);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 16px;}
.checkout-line {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);}
.checkout-line img, .checkout-line .noimg {
  width: 74px; aspect-ratio: 3/4; object-fit: cover; background: var(--band);}
.checkout-line-right { text-align: right; display: flex; flex-direction: column; gap: 8px; align-items: flex-end;}
.checkout-side {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  position: sticky;
  top: 24px;}
.checkout-row {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 15px; color: var(--muted); margin-bottom: 6px;}
.checkout-row[hidden] { display: none;}
.checkout-row.discount { color: #1c7a3e; font-family: var(--font-head); font-weight: 700; font-size: 14px;}
.checkout-row.save { color: #1c7a3e; font-family: var(--font-head); font-weight: 700; font-size: 14px;}
.checkout-total {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-head); font-weight: 800; font-size: 24px;
  padding-top: 14px; border-top: 1px solid var(--line); margin-bottom: 4px;}
.checkout-label {
  display: block;
  font-family: var(--font-head);
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  margin: 18px 0 7px;}
.checkout-input {
  width: 100%;
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 12px 14px;
  font-family: var(--font-head);
  font-size: 14px;
  outline: 0;}
.checkout-hint { font-size: 12.5px; color: var(--muted); margin: 7px 0 16px;}
.checkout-notice {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--sale);
  border-radius: 4px;
  padding: 13px 15px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-soft);
  background: var(--offwhite);
  transition: background .2s ease;}
.checkout-notice strong { display: block; color: var(--ink); margin-bottom: 3px;}
.checkout-notice.flash { background: #fff4d6;}
@media (max-width: 900px) {
  .checkout-layout { grid-template-columns: 1fr; gap: 32px;}
  .checkout-side { position: static;}
}
 .promo-row { display: flex; gap: 8px;}
.promo-row .checkout-input { flex: 1; min-width: 0; text-transform: uppercase;}
.promo-apply {
  flex: none;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 13px;}
.promo-msg { font-size: 12.5px; margin: 8px 0 0; min-height: 1em;}
.promo-msg.ok { color: #1c7a3e; font-weight: 600;}
.promo-msg.bad { color: var(--sale); font-weight: 600;}
 .ck-error {
  margin: 12px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--sale);
  background: #fdf3f3;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink);}
#ck-payment { margin-top: 18px;}
.success-box {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;}
.success-mark {
  width: 62px; height: 62px;
  margin: 0 auto 22px;
  border-radius: 31px;
  background: #1c7a3e;
  color: #fff;
  font-size: 30px;
  display: grid;
  place-items: center;}
.success-box h2 {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 12px;}
.success-lead { font-size: 16px; color: var(--ink-soft); margin: 0;}
.success-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  text-align: left;
  border-top: 1px solid var(--line);}
.success-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);}
.success-list strong { font-family: var(--font-head); font-size: 15px;}
.success-list span { font-size: 13px; color: var(--muted);}
.success-ref { margin-top: 20px; font-size: 12.5px; color: var(--muted);}
.success-ref code { font-family: ui-monospace, monospace; font-size: 12px;}
@media (max-width: 900px) {
   .cat-rail { display: none;}
  .shop-layout { grid-template-columns: 1fr; gap: 0;}
}
@media (max-width: 900px) {
   .header-inner {
    grid-template-columns: 1fr auto;
    padding: 16px 18px;
    row-gap: 14px;
    gap: 14px;}
  .search-wrap { order: 3;}
  .nav-links { display: none;}     .promo { font-size: 12px; padding: 11px 14px; letter-spacing: 0;}
  .wrap { padding: 0 16px;}
   .car-arrow.prev { left: 2px;}
  .car-arrow.next { right: 2px;}
}
@media (max-width: 620px) {
   .grid, .grid.cols-3 { gap: 22px 12px;}
  .card { padding: 10px; border-radius: 6px;}
  .card-media { margin-bottom: 9px;}
  .card-title { font-size: 13px; line-height: 1.35;}
  .card-instructor { font-size: 11.5px; margin-bottom: 6px;}
  .price-row { gap: 7px; margin-bottom: 9px; min-height: 20px;}
  .price-now { font-size: 15px;}
  .price-tbc { font-size: 10px; letter-spacing: .06em;}
  .card .btn { padding: 11px 10px; font-size: 11px; letter-spacing: .06em;}
  .card-media.placeholder span { font-size: 9px; letter-spacing: .1em;}
   .section { padding: 38px 0;}
  .section-title { font-size: 26px;}
   .partners { gap: 10px;}
  .partners span {
    font-size: 10px;
    letter-spacing: .08em;
    padding: 7px 12px;}
   .picker-box { padding: 18px 14px 76px; border-radius: 0 8px 8px 8px;}
  .car-track { gap: 12px;}
  .car-arrow {
    width: 40px; height: 40px; border-radius: 20px; font-size: 20px;
    top: auto; bottom: 18px; transform: none;}
  .car-arrow.prev { left: 50%;  margin-left: -47px;}
  .car-arrow.next { right: 50%; margin-right: -47px;}
  .tab { font-size: 10.5px; padding: 9px 13px; letter-spacing: .04em;}
  .tabs { gap: 5px;}
   .shop-head { gap: 14px;}
  .shop-filters { width: 100%; gap: 10px;}
  .dd { flex: 1 1 0; min-width: 0;}
  .dd-trigger { width: 100%; min-width: 0; font-size: 12.5px; padding: 11px 12px; gap: 8px;}
   .checkout-line { grid-template-columns: 58px 1fr; gap: 12px;}
  .checkout-line img, .checkout-line .noimg { width: 58px;}
  .promo-row { flex-wrap: wrap;}
  .promo-row .checkout-input { flex: 1 1 100%;}
  .promo-apply { flex: 1 1 100%;}
}
@media (max-width: 620px) {
  .cart-drawer { width: 100vw; max-width: 100vw;}
}
@media (max-width: 380px) {
  .card-title { font-size: 12px;}
  .card .btn { font-size: 10px; padding: 10px 6px;}
  .grid, .grid.cols-3 { gap: 18px 10px;}
}
@media (hover: none) and (pointer: coarse) {
  .cart-btn, .cart-close { min-width: 44px; min-height: 44px;}
  .cat-link, .dd-opt { min-height: 44px;}
   .card:hover { box-shadow: none; transform: none;}
  .cat-link:hover { padding-left: 15px;}
}
  .hamburger { display: none;}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;}
.hamburger span + span { margin-top: 5px;}
 .nav-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
  z-index: 110;}
.nav-overlay.open { opacity: 1; pointer-events: auto;}
.nav-drawer {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: min(86vw, 380px);
  background: #fff;
  z-index: 120;
  transform: translateX(-100%);
  transition: transform .24s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 24px rgba(0,0,0,.16);}
.nav-drawer.open { transform: none;}
.nav-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  flex: none;}
.nav-drawer-title {
  font-family: var(--font-head);
  font-size: 15px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;}
.nav-close {
  border: 0; background: none; cursor: pointer;
  font-size: 30px; line-height: 1; color: var(--ink);
  padding: 0; min-width: 44px; min-height: 44px;}
.nav-drawer-body { overflow-y: auto; padding: 8px 0 40px; flex: 1;}
.nav-main {
  display: block;
  padding: 15px 22px;
  font-family: var(--font-head);
  font-size: 15px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  border-bottom: 1px solid var(--line);}
.nav-sec {
  padding: 24px 22px 10px;
  font-family: var(--font-head);
  font-size: 11px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted);}
.nav-cat {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 22px;
  font-family: var(--font-head);
  font-size: 12.5px; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  min-height: 44px;}
.nav-cat-n {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 400; letter-spacing: 0;
  text-transform: none; color: var(--muted);
  flex: none;}
@media (max-width: 900px) {
  .header-inner {
    align-items: center;
    column-gap: 8px;}
   .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 1; grid-row: 1;
    justify-self: start;
    width: 44px; height: 44px;
    border: 0; background: none; padding: 0; cursor: pointer;}
  .brand {
    grid-column: 2; grid-row: 1;
    justify-self: center;
    text-align: center;
    white-space: nowrap;}
  .header-right {
    grid-column: 3; grid-row: 1;
    justify-self: end;
    gap: 0;}
   .cart-btn { width: 44px; height: 44px; align-items: center; justify-content: center;}
  .search-wrap {
    grid-column: 1 / -1; grid-row: 2;
    width: 100%;}
  .search { border-radius: 22px; padding: 12px 18px;}
}
@media (max-width: 380px) {
  .brand { font-size: 11px; letter-spacing: .07em;}
}
@media (max-width: 900px) {
   .promo { font-size: 12.5px; padding: 17px 14px;}
   .header-inner { grid-template-columns: 50px 1fr 50px;}
   .hamburger { width: 50px; height: 44px;}
  .hamburger span { width: 28px; height: 2.5px;}
  .hamburger span + span { margin-top: 7px;}
   .cart-btn { width: 50px; height: 46px;}
   .brand { font-size: 14px; letter-spacing: .09em;}
   .search { padding: 8px 14px; border-radius: 5px;}
  .search input { font-size: 16px;}    .search svg { width: 15px; height: 15px;}
}
@media (max-width: 760px) {
}
@media (max-width: 380px) {
   .brand { font-size: 11.5px; letter-spacing: .05em;}
}
@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 54px 1fr 54px;
    padding: 20px 16px 22px;
    row-gap: 18px;}
  .hamburger { width: 54px;}
  .cart-btn { width: 54px; height: 50px;}
  .cart-btn svg { width: 34px; height: 34px;}
  .cart-count {
    right: 6px; bottom: 3px;
    font-size: 11px; min-width: 18px; height: 18px; border-radius: 9px;}
  .brand { font-size: 15.5px; letter-spacing: .08em;}
  .brand span { font-size: 10px; letter-spacing: .19em;}
   .search { border-radius: 10px; padding: 9px 15px;}
  .search-results { border-radius: 0 0 10px 10px;}
}
@media (max-width: 380px) {
   .brand { font-size: 12px; letter-spacing: .04em;}
  .brand span { font-size: 8px; letter-spacing: .12em;}
}
@media (max-width: 760px) {
   .car-arrow { display: none;}
   .picker-box { padding: 16px 14px 18px;}
   .car-track.swipe {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;}
  .car-track.swipe::-webkit-scrollbar { display: none;}
  .car-track.swipe .car-item {
    flex: 0 0 calc(50% - 6px);   
    scroll-snap-align: start;
    min-width: 0;}
   .hero { min-height: 320px;}
  .hero-inner { padding: 18px 16px 60px;}
  .hero-kicker { font-size: 11px;}
  .hero p { font-size: 11px; line-height: 1.4; max-width: 36ch; margin-bottom: 13px;}
}
@media (max-width: 900px) {
   .search { padding: 6px 15px;}
}
@media (max-width: 380px) {
}
@media (max-width: 900px) {
   .search input::placeholder { font-size: 13.5px;}
}
@media (max-width: 460px) {
  .instr-grid { grid-template-columns: repeat(2, 1fr); gap: 12px;}
}
@media (max-width: 900px) {
  .tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
    padding: 0 0 1px;}
  .tabs::-webkit-scrollbar { display: none;}
  .tab {
    flex: 0 0 auto;        
    white-space: nowrap;
    font-size: 12px;
    padding: 11px 18px;}
}
  .promo {
  background: var(--white);
  padding: 0;
  color: inherit;}
.promo-inner {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 13px 16px;}
@media (max-width: 900px) {
   .promo { padding-top: 10px;}
  .promo-inner { font-size: 12.5px; padding: 15px 14px;}
}
@media (max-width: 900px) {
   .tabs { padding: 0; margin-bottom: 0; border-bottom: 1px solid var(--ink);}
  .tab { border-bottom: 0;}
  .picker-box { border-top: 0; border-radius: 0 0 8px 8px;}
}
@media (max-width: 900px) {
  .search svg { width: 25px; height: 25px; stroke-width: 1.9;}
  .search { gap: 6px; padding-left: 12px;}
}
@media (max-width: 900px) {
   .promo { padding: 10px 0 0;}
}
@media (max-width: 760px) {
  .hero h1 { font-size: 23px;}
   .hero p:not(.hero-kicker) { font-size: 10px; line-height: 1.4; max-width: 40ch; margin-bottom: 11px;}
  .hero .hero-kicker { font-size: 11px;}
  .hero .btn { font-size: 10px; padding: 7px 14px;}
}
@media (max-width: 380px) {
}
@media (max-width: 900px) {
   .search { border-width: 2px;}
}
@media (max-width: 900px) {
  .search { border-width: 1.5px;}
}
@media (max-width: 760px) {
   .hero-kicker { margin-bottom: 0;}
   .hero p:not(.hero-kicker) { max-width: 27ch;}
}
 .brand { display: inline-flex; align-items: center; line-height: 0;}
.brand-logo { width: auto;}
@media (max-width: 900px) {
}
@media (max-width: 380px) {
}
@media (max-width: 760px) {
   .hero p:not(.hero-kicker) { max-width: 290px;}
}
@media (max-width: 760px) {
   .hero .hero-kicker { margin-bottom: 0;}
  .hero h1 { margin: -2px 0 8px;}
   .hero p:not(.hero-kicker) { max-width: 210px;}
}
  .nav-search-wrap {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  flex: none;}
 .instr-search-wrap { margin: 0 0 30px; max-width: 460px;}
@media (max-width: 900px) {
   .instr-search-wrap { max-width: none;}
}
 .brand-logo { height: 62px;}
@media (max-width: 900px) { }
@media (max-width: 380px) { }
 .brand {
  -webkit-touch-callout: none;          
  -webkit-user-select: none;
  user-select: none;}
.brand-logo {
  display: block;
  height: 68px;
  aspect-ratio: 490 / 248;
  background: url("../images/logo.svg") center / contain no-repeat;
  -webkit-user-drag: none;}
@media (max-width: 900px) { .brand-logo { height: 64px;} }
@media (max-width: 380px) { .brand-logo { height: 50px;} }
@media (max-width: 900px) {
   .header-inner {
    padding: 8px 16px 12px;
    row-gap: 8px;}
}
 .nav-search-wrap {
  padding: 16px 22px 10px;
  border-bottom: 0;}
.nav-drawer-body { padding-top: 0;}
@media (max-width: 900px) {
   .header-inner {
    padding: 15px 16px 17px;
    row-gap: 13px;}
}
 .car-dots { display: none;}
@media (max-width: 760px) {
  .car-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 16px;}
  .car-dots[hidden] { display: none;}
  .car-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 1.5px solid var(--ink);
    background: #fff;
    cursor: pointer;
    transition: background .18s ease;
    position: relative;}
  .car-dot::after {
    content: "";
    position: absolute;
    top: -11px; left: -11px; right: -11px; bottom: -11px;}
  .car-dot[aria-current="true"] { background: var(--ink);}
}
 .pd-crumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-family: var(--font-head); font-size: 12px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 28px;}
.pd-crumbs a:hover { color: var(--ink);}
.pd-crumb-here { color: var(--ink);}
.pd-layout {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;}
.pd-media {
  background: var(--band);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3 / 4;      
;}
.pd-media img { width: 100%; height: 100%; object-fit: cover;}
.pd-noimg {
  width: 100%; height: 100%;
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-head); font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: #9b9b9b;}
.pd-instructor {
  font-family: var(--font-head); font-size: 13px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 10px;}
.pd-title {
  font-family: var(--font-head);
  font-size: 34px; font-weight: 800; line-height: 1.18;
  margin: 0 0 18px;}
.pd-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px;}
.pd-tag {
  font-family: var(--font-head); font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid var(--line); border-radius: var(--radius-pill);
  padding: 7px 14px; color: var(--ink);}
.pd-tag:hover { border-color: var(--ink);}
.pd-tag-plain { color: var(--muted);}
.pd-tag-plain:hover { border-color: var(--line);}
.pd-price { display: flex; align-items: baseline; flex-wrap: wrap; margin-bottom: 6px;}
.pd-was { font-size: 19px; color: var(--muted); text-decoration: line-through;}
.pd-now { font-family: var(--font-head); font-size: 30px; font-weight: 800;}
.pd-tbc {
  font-family: var(--font-head); font-size: 15px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--sale);}
.pd-save {
  font-family: var(--font-head); font-size: 13px; font-weight: 700;
  color: #1c7a3e; margin: 0 0 22px;}
.pd-price + .pd-add { margin-top: 20px;}
.pd-add { max-width: 340px; margin-top: 20px; font-size: 16px; padding: 14px 26px;}
.pd-facts { list-style: none; padding: 0; margin: 26px 0 0;}
.pd-facts li {
  position: relative; padding-left: 22px; margin-bottom: 11px;
  font-size: 14.5px; color: var(--ink-soft); line-height: 1.5;}
.pd-facts li::before {
  content: "";
  position: absolute; left: 0; top: 9px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--ink);}
.pd-facts strong { color: var(--ink); font-weight: 600;}
.pd-section { margin-top: 64px;}
.pd-h {
  font-family: var(--font-head); font-size: 22px; font-weight: 800;
  margin: 0 0 20px;}
.pd-body { font-size: 15.5px; line-height: 1.7; color: var(--ink-soft); max-width: 74ch; margin: 0;}
@media (max-width: 900px) {
  .pd-layout { grid-template-columns: 1fr; gap: 30px;}
  .pd-media { max-width: 320px;}
}
@media (max-width: 620px) {
  .pd-crumbs { font-size: 10.5px; gap: 6px; margin-bottom: 20px;}
  .pd-media { max-width: none;}
  .pd-title { font-size: 24px;}
  .pd-now { font-size: 25px;}
  .pd-was { font-size: 16px;}
  .pd-add { max-width: none; font-size: 14px; padding: 13px 20px;}
  .pd-facts li { font-size: 13px; padding-left: 19px;}
  .pd-facts li::before { top: 7px; width: 6px; height: 6px;}
  .pd-section { margin-top: 44px;}
  .pd-h { font-size: 18px;}
  .pd-body { font-size: 14px;}
}
 .card-title a { color: inherit;}
.card-title a:hover { opacity: .65;}
.card-media { display: block;}
 .cart-subtotal { margin-bottom: 8px;}
.cart-sum-row { margin-bottom: 4px;}
.cart-save { margin-bottom: 14px;}
.cart-save:empty { margin-bottom: 0;}
 .cart-foot {
  display: flex;
  flex-direction: column;
  gap: 12px;}
.cart-subtotal, .cart-sum-row, .cart-save, .cart-note, .cart-continue { margin: 0;}
 .cart-subtotal { padding-top: 14px; border-top: 1px solid var(--line);}
.cart-sum-row:empty, .cart-save:empty, .cart-note:empty { display: none;}
 .cart-foot { padding: 2px 22px 16px; gap: 8px;}
.cart-subtotal { padding-top: 7px;}
.cart-foot .btn { padding: 12px 22px; font-size: 15px;}
 .cart-subtotal { padding-top: 14px;}
 .cart-save { text-align: center;}
@media (max-width: 900px) {
  .checkout-title { order: 1;}
  .checkout-h { order: 3;}
  #checkout-lines { order: 4;}
   .checkout-side { margin-bottom: 8px;}
   .checkout-layout .checkout-h { margin-top: 18px;}
}
  .cart-save { text-align: left;}
 .ck-pay-head { margin: 26px 0 4px;}
.ck-secure { margin: 0 0 14px;}
#ck-element { margin-bottom: 18px;}
#ck-element:empty { margin-bottom: 0;}
@media (max-width: 900px) {
   .checkout-side {
    border: 0;
    border-radius: 0;
    padding: 0;}
}
 .ck-express-head {
  font-family: var(--font-head);
  font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin: 0 0 12px;}
#ck-express { margin-bottom: 18px;}
 .ck-or {
  display: flex; align-items: center; gap: 14px;
  margin: 0 0 22px;
  color: var(--muted);
  font-family: var(--font-head);
  font-size: 12px; letter-spacing: .1em;}
.ck-or::before, .ck-or::after {
  content: ""; flex: 1; height: 1px; background: var(--line);}
@media (max-width: 900px) {
}
@media (max-width: 900px) {
  .checkout-layout { row-gap: 0;}
  .checkout-title { margin-bottom: 20px;}
  .checkout-side { margin-bottom: 0;}
  .checkout-layout .checkout-h { margin-top: 30px; margin-bottom: 2px;}
  #checkout-lines .checkout-line:first-child { padding-top: 10px;}
}
 .promo-msg:empty { display: none; margin: 0; min-height: 0;}
#ck-disc-row { margin: 14px 0 0;}
.checkout-total { margin-top: 14px;}
 .price-was, .pd-was, .cart-line-was {
  font-family: var(--font-head);
  font-weight: 500;
  line-height: 1.2;
  color: var(--muted);
  text-decoration: line-through;}
.price-now, .pd-now, .cart-line-price {
  line-height: 1.2;}
 .price-row, .pd-price, .cart-line-prices { align-items: baseline;}
 .price-was { font-size: 17px;}    .cart-line-was { font-size: 17px;}    .pd-was { font-size: 30px;}   
@media (max-width: 620px) {
  .price-was { font-size: 15px;}       .pd-was { font-size: 25px;}      
}
  .card-instructor {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);}
 .price-row { gap: 6px;}
.cart-line-prices { gap: 6px;}
.pd-price { gap: 10px;}
 .pd-head { max-width: 900px; margin: 0 0 30px;}
.pd-head .pd-title { margin-bottom: 0;}
 .pd-info > .pd-tags:first-child { margin-top: 0;}
 .cart-save { margin-top: -5.2px; margin-bottom: 5.2px;}
@media (max-width: 900px) {
  .card-instructor { font-size: 13px;}
  .price-row { gap: 5px;}
}
@media (max-width: 620px) {
  .pd-price { gap: 8px;}
}
   .checkout-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 34px;}
.checkout-top .checkout-title {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0;}
 .checkout-top .checkout-title { order: 0;}
.checkout-top .checkout-brand { order: 1;}
 .checkout-brand {
  display: flex;
  align-items: center;
  flex: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;}
 .shop-title { font-size: 42px;}
@media (max-width: 900px) {
  .checkout-top { gap: 16px; margin-bottom: 26px;}
  .checkout-top .checkout-title { font-size: 27px;}
}
@media (max-width: 620px) {
  .checkout-top .checkout-title { font-size: 24px;}
}
@media (max-width: 380px) {
  .checkout-top .checkout-title { font-size: 20px;}
}
@media (max-width: 620px) {
  .checkout-line { grid-template-columns: 58px minmax(0, 1fr) auto;}
  .checkout-line-right {
    grid-column: auto;
    text-align: right;
    align-items: flex-end;}
}
 .pd-info > .pd-price:first-child { margin-top: 0;}
@media (max-width: 620px) {
  .pd-crumb-here {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;}
}
 .checkout-layout {
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 44px;}
.checkout-main { min-width: 0;}
 .checkout-side {
  background: var(--offwhite);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;}
.checkout-side .checkout-h { margin-top: 0;}
 .checkout-side #checkout-lines { margin-bottom: 22px;}
.checkout-side #checkout-lines .checkout-line:first-child { padding-top: 4px;}
.checkout-side #checkout-lines .checkout-line:last-child { border-bottom: 0; padding-bottom: 14px;}
 .checkout-side .checkout-input { background: var(--white);}
 .checkout-main > #ck-express-wrap { margin-top: 0;}
.checkout-main .ck-pay-head { margin-top: 30px;}
@media (max-width: 900px) {
   .checkout-layout {
    grid-template-columns: 1fr;
    gap: 0;}
  .checkout-layout > div:first-child { display: block;}
  .checkout-main { order: 1;}
  .checkout-side { order: 2;}
   .checkout-side {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 20px;}
  .checkout-side .checkout-h { margin-top: 0;}
}
@media (max-width: 620px) {
  .checkout-side { padding: 16px;}
}
@media (min-width: 901px) {
}
@media (min-width: 901px) {
    .checkout-top, .checkout-layout { max-width: 1180px; margin-left: auto; margin-right: auto;}
  .checkout-layout {
    justify-content: center;
    gap: 0;}
  .checkout-main {
    max-width: 620px;
    padding-right: 48px;}
  .checkout-side {
    background: #f4f4f4;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    padding: 32px 34px;
    position: static;      
  ;}
   #ck-express-wrap { max-width: 520px;}
   .checkout-main .checkout-input, .checkout-main #ck-element, .checkout-main .btn-block { max-width: 520px;}
  .checkout-side .checkout-h { margin-top: 0;}
  .checkout-side #ck-money { margin-top: 24px;}
}
@media (max-width: 900px) {
  .checkout-side {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;}
   .checkout-side .checkout-h { margin-top: 30px; margin-bottom: 2px;}
  .checkout-side #checkout-lines { margin-bottom: 0;}
}
 :root {
  --font-avenir: "Avenir Next", "Avenir", var(--font-body), "Helvetica Neue", Arial, sans-serif;
  --font-didot:  "Linotype Didot", "Didot", "Bodoni Moda", var(--font-serif), Georgia, serif;}
 .hero .hero-kicker {
  font-family: var(--font-avenir);
  font-weight: 400;
  letter-spacing: .01em;}
.hero h1 { font-family: var(--font-body); font-weight: 700;}
.hero h1 em {
  font-family: var(--font-body);
  font-weight: 500;
  font-style: italic;}
 .hero p:not(.hero-kicker) {
  font-family: var(--font-avenir);
  font-weight: 400;}
@media (max-width: 900px) {
  .hero-inner { padding-left: 34px; padding-bottom: 150px;}
}
@media (max-width: 620px) {
  .hero-inner { padding-left: 26px; padding-bottom: 120px;}
}
@media (max-width: 900px) {
   .hero h1 { line-height: 1.08;}
}
@media (max-width: 760px) {
  .hero { min-height: 340px;}         .hero h1 { margin: -4px 0 10px;}
}
@media (max-width: 620px) {         .hero-inner { padding-bottom: 96px;}
}
@media (max-width: 380px) {         .hero-inner { padding-bottom: 78px;}
}
@media (max-width: 900px) {
   .hero { min-height: 0;}
  .hero-kicker {
    font-size: 11px;
    line-height: 1.3;
    color: #e8e6e6;
    margin: 0 0 5px;}
  .hero h1 {
    font-size: 25px;
    line-height: 1.08;   
    margin: 0 0 11px;}
  .hero p:not(.hero-kicker) {
    font-size: 10.5px;
    line-height: 1.5;
    color: #e8e6e6;
    max-width: 31ch;}
   .hero .btn {
    font-size: 9.5px;
    line-height: 1.15;
    letter-spacing: .08em;
    padding: 7px 14px;
    border-width: 1px;
    color: #e8e6e6;
    border-color: rgba(232, 230, 230, .75);}
}
@media (max-width: 620px) {
  .hero h1 { font-size: 23px;}
}
@media (max-width: 380px) {
  .hero h1 { font-size: 21px;}
  .hero p:not(.hero-kicker) { font-size: 10px;}
}
@media (max-width: 900px) {
  .hero { min-height: 280px;}
   .hero h1 { margin: 0 0 6px;}
   .hero p:not(.hero-kicker) { margin: 0 0 9px;}
   .hero .btn {
    font-size: 8px;
    line-height: 1.15;
    letter-spacing: .09em;
    padding: 5px 12px;}
}
@media (max-width: 620px) {
  .hero { min-height: 270px;}
}
@media (max-width: 380px) {
  .hero { min-height: 240px;}
}
@media (max-width: 900px) {
}
@media (max-width: 620px) {
}
@media (max-width: 380px) {
}
 #browse .section-title.tight { margin-bottom: 4px;}
#browse .lead.lead-left { margin-top: 0;}
@media (max-width: 620px) {
  #browse .section-title.tight { margin-bottom: 3px;}
}
@media (max-width: 900px) {
  .hero-inner { padding: 26px 22px 76px 40px;}
   .hero h1 { margin: 0 0 3px;}
  .hero p:not(.hero-kicker) { margin: 0 0 4px;}
  .hero .btn {
    position: relative;
    font-size: 7px;
    line-height: 1.15;
    letter-spacing: .09em;
    padding: 4px 10px;}
   .hero .btn::after {
    content: "";
    position: absolute;
    inset: -12px -10px;}
}
@media (max-width: 620px) {
  .hero-inner { padding: 24px 20px 72px 34px;}
}
@media (max-width: 380px) {
  .hero-inner { padding: 20px 18px 58px 26px;}
  .hero .btn { font-size: 6.5px; padding: 4px 9px;}
}
@media (max-width: 900px) {
  .shop-title { line-height: 1.12;}
}
@media (max-width: 620px) {
}
@media (max-width: 380px) {
}
 .page-banner h1 {
  font-family: var(--font-didot);
  font-weight: 700;
  letter-spacing: .015em;
  font-size: clamp(32px, 4.6vw, 54px);}
@media (max-width: 620px) {
  .page-banner h1 { letter-spacing: .02em;}
}
 .card { position: relative;}
.card-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;}
 .card .btn, .card [data-add] {
  position: relative;
  z-index: 2;}
 .pagination-gap {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 22px;
  height: 38px;
  padding-bottom: 8px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  user-select: none;}
 .card, .card * {
  -webkit-tap-highlight-color: transparent;}
.card-media, .card-title, .card-instructor, .price-row, .card .price-was, .card .price-now {
  -webkit-user-select: none;
  user-select: none;}
 .card-media img { -webkit-user-drag: none; user-drag: none;}
 .card:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(0,0,0,.08);}
 .cart-line, .cart-line *, .checkout-line, .checkout-line *, .instr-card, .cat-link, .cat-link * {
  -webkit-tap-highlight-color: transparent;}
 .cart-line-name, .cart-line-meta, .cart-line-prices, .checkout-line .cart-line-name, .checkout-line .cart-line-meta, .instr-card, .cat-link {
  -webkit-user-select: none;
  user-select: none;}
 .cart-line-media img, .checkout-line img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;}
 .instr-card:active, .cat-link:active { opacity: .62;}
.cart-line:active, .checkout-line:active { background: rgba(0, 0, 0, .025);}
 :root {
  --font-condensed: "Barlow Semi Condensed", "Barlow Condensed",
                    "Arial Narrow", var(--font-head), sans-serif;}
 .page-banner h1 {
  font-family: var(--font-condensed);
  font-weight: 700;
  letter-spacing: .03em;}
 .shop-title {
  font-family: var(--font-condensed);
  font-weight: 700;
  letter-spacing: .01em;}
@media (max-width: 900px) {
  .shop-title { font-size: 37px;}
}
@media (max-width: 620px) {
  .shop-title { font-size: 35px;}
}
@media (max-width: 380px) {
  .shop-title { font-size: 31px;}
}
 .cart-line { position: relative;}
.cart-line-name a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;}
 .cart-line-right, .cart-remove, .cart-line [data-remove] {
  position: relative;
  z-index: 2;}
 .tvid-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 8px;}
.tvid {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
  background: #101010;
;}
.tvid video {
  width: 100%;
  height: 100%;
  object-fit: cover;      
  display: block;
  background: #101010;}
 .tvid.is-wide video { object-fit: contain;}
.tvid-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.36) 100%);
  -webkit-tap-highlight-color: transparent;
  transition: background .18s ease;}
.tvid-play:hover { background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.28) 100%);}
 .tvid-play::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 54px; height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 2px 14px rgba(0,0,0,.28);
  transition: transform .18s ease;}
.tvid-play::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-38%, -50%);
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #121212;}
.tvid-play:hover::before { transform: translate(-50%, -50%) scale(1.07);}
 .tvid.is-playing .tvid-play { display: none;}
@media (max-width: 1000px) {
  .tvid-grid { grid-template-columns: repeat(3, 1fr); gap: 14px;}
  .tvid-play::before { width: 46px; height: 46px;}
}
@media (max-width: 620px) {
  .tvid-grid { grid-template-columns: 1fr 1fr; gap: 10px;}
  .tvid-play::before { width: 40px; height: 40px;}
  .tvid-play::after { border-width: 7px 0 7px 12px;}
}
@media (min-width: 901px) {
   .checkout-top { display: none;}
   .checkout-section { padding: 0;}         .checkout-wrap { max-width: none; padding: 0;}
  .checkout-layout {
    max-width: none;
    margin: 0;
    grid-template-columns: 1fr 1fr;        
    justify-content: stretch;
    align-items: stretch;                  
    min-height: 100vh;                     
  ;}
   .checkout-main { grid-column: 1;}
  .checkout-side { grid-column: 2;}
   .checkout-main {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
    padding: 56px 56px 72px 24px;}
   .checkout-side {
    background: #f4f4f4;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    padding: 0;
    position: static;}
  .checkout-side-inner {
    max-width: 420px;
    padding: 56px 24px 72px 48px;}
  .checkout-side-inner .checkout-h { margin-top: 0;}
  .checkout-side-inner #ck-money { margin-top: 24px;}
}
@media (min-width: 901px) {
   .checkout-layout { grid-template-columns: 56% 44%;}
   .checkout-main { max-width: 560px;}
  .checkout-main .checkout-input, .checkout-main #ck-element, .checkout-main .btn-block, .checkout-main .promo-row, #ck-express-wrap { max-width: 460px;}
   .checkout-main #ck-promo-box { margin: 22px 0 4px;}
    .checkout-side-inner { max-width: 500px;}
  .checkout-side-inner #ck-total-box { margin-top: 20px;}
   .checkout-side .checkout-line {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 14px 0;}
  .checkout-side .checkout-line img, .checkout-side .checkout-line .noimg { width: 58px;}
}
@media (max-width: 900px) {
  .promo-checkout { display: none;}
}
@media (min-width: 901px) {
   .checkout-layout {
    grid-template-columns: 53% 47%;
    min-height: calc(100vh - var(--promo-h, 0px));}
   .ck-total-amt { display: inline-flex; align-items: baseline; gap: 7px;}
  .ck-cur {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--muted);}
  
}
 .card-title, .cart-line-name {
  line-height: 1.35;
  margin-bottom: 2px;}
.card-instructor, .cart-line-meta {
  line-height: 1.3;
  margin-top: 0;}
@media (min-width: 901px) {
  .checkout-side .checkout-h {
    font-size: 16px;
    letter-spacing: .10em;
    margin-bottom: 18px;}
}
  .cart-line-right {
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;}
.cart-line-right .cart-line-prices { justify-content: flex-end;}
 :root {
  --font-exo: "Exo 2", "Exo2", var(--font-head), Arial, Helvetica, sans-serif;}
.page-banner h1, .shop-title {
  font-family: var(--font-exo);
  font-weight: 700;
  letter-spacing: 0;}
 .card-title, .cart-line-name {
  margin-bottom: 4px;}
 .page-banner h1, .shop-title {
  text-transform: capitalize;}
@media (min-width: 901px) {
  .shop-title {
    margin-top: -9px;
    margin-bottom: 9px;}
}
@media (min-width: 901px) {
  .shop-filters {
    position: relative;
    top: -3px;}
}
@media (max-width: 900px) {
  .pd-crumbs { display: none;}
}
 .pd-instructor {
  font-size: 16px;
  letter-spacing: .10em;
  color: var(--ink);}
.pd-instructor a { color: inherit;}
.pd-instructor a:hover { color: var(--ink); opacity: .6;}
@media (max-width: 620px) {
  .pd-instructor { font-size: 14px;}
}
@media (max-width: 900px) {
  .checkout-side .checkout-h {
    font-size: 15px;
    letter-spacing: .10em;
    margin-bottom: 12px;      
  ;}
}
 .tvid-slider-wrap { position: relative;}
.tvid-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  padding-bottom: 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;}
.tvid-slider::-webkit-scrollbar { display: none;}
 .tvid-slider .tvid {
  flex: 0 0 calc((100% - 54px) / 4);
  scroll-snap-align: start;}
 .tvid-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #101010;
  -webkit-user-drag: none;
  user-drag: none;}
.tvid.is-wide .tvid-poster { object-fit: contain;}
 .tvid video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;}
 .tvid-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.94);
  box-shadow: 0 2px 12px rgba(0,0,0,.16);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;}
.tvid-nav::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 9px; height: 9px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);}
.tvid-nav-prev { left: -14px;}
.tvid-nav-next { right: -14px;}
.tvid-nav-prev::before { transform: translate(-40%, -50%) rotate(135deg);}
.tvid-nav-next::before { transform: translate(-60%, -50%) rotate(-45deg);}
.tvid-nav[hidden] { display: none;}
@media (max-width: 900px) {
  .tvid-nav { display: none;}
  .tvid-slider { gap: 10px;}
   .tvid-slider .tvid { flex: 0 0 42%;}
}
@media (min-width: 901px) and (max-width: 1100px) {
  .tvid-slider .tvid { flex: 0 0 calc((100% - 36px) / 3);}
}
 .shop-section, .section-tight { padding-top: 34px;}
@media (max-width: 900px) {
  .shop-section, .section-tight { padding-top: 20px;}
}
  .tvid-progress {
  position: relative;
  height: 4px;
  margin: 20px auto 0;
  max-width: 260px;
  border-radius: 999px;
  background: var(--line);
  overflow: hidden;}
.tvid-progress[hidden] { display: none;}
.tvid-progress > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  border-radius: inherit;
  background: var(--ink);
;}
@media (max-width: 900px) {
  .tvid-progress { margin-top: 16px;}
}
 .reviews-section {
  padding-top: 30px;
  padding-bottom: 96px;}
@media (max-width: 900px) {
  .reviews-section {
    padding-top: 18px;
    padding-bottom: 60px;}
}
 .tvid-progress { max-width: 170px;}
@media (max-width: 900px) {
  .tvid-progress { max-width: 120px;}
}
@media (min-width: 901px) {
  .cat-rail {
    position: sticky;
    top: 68px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    scrollbar-width: thin;}
}
 .panel h3 {
  font-family: var(--font-avenir);
  font-weight: 500;}
.panel p {
  font-family: var(--font-avenir);
  font-weight: 300;}
.panel .btn {
  font-family: var(--font-avenir);
  font-weight: 500;}
@media (min-width: 901px) {
   #product-root { max-width: 1180px; margin: 0 auto;}
  .pd-layout {
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    gap: 64px;}
   .pd-facts li { font-size: 14px; line-height: 1.55;}
   .header-inner { padding-top: 20px; padding-bottom: 20px;}
}
   .pd-title {
  font-family: var(--font-exo);
  font-weight: 700;
  letter-spacing: 0;}
@media (min-width: 901px) {
  .pd-title { font-size: 36px;}
}
 .pd-instr-card {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 340px;
  margin-top: 22px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease;}
.pd-instr-card:hover {
  border-color: #cfcfcf;
  background: var(--band);}
 .pd-instr-avatar {
  position: relative;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--band);
  box-shadow: inset 0 0 0 1px var(--line);}
 .pd-instr-avatar::before {
  content: attr(data-initials);
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--font-exo);
  font-size: 20px; font-weight: 700; letter-spacing: .02em;
  color: #9b9b9b;}
.pd-instr-avatar img {
  position: relative;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;}
.pd-instr-text { display: flex; flex-direction: column; min-width: 0;}
.pd-instr-label {
  font-family: var(--font-head); font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);}
.pd-instr-name {
  font-family: var(--font-exo); font-weight: 700; line-height: 1.15;
  text-transform: capitalize;
  color: var(--ink);}
.pd-instr-link {
  font-family: var(--font-head);
  font-size: 10.5px; font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; color: var(--muted);
  white-space: nowrap;}
.pd-instr-card:hover .pd-instr-link { color: var(--ink);}
 .pd-instr-chev {
  flex: 0 0 auto;
  margin-left: auto;
  width: 9px; height: 9px;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  transform: rotate(45deg);
  transition: border-color .15s ease, transform .15s ease;}
.pd-instr-card:hover .pd-instr-chev {
  border-color: var(--ink);
  transform: rotate(45deg) translate(2px, -2px);}
@media (max-width: 900px) {
  .pd-title { letter-spacing: 0;}
   .pd-instr-card { max-width: none;}
  .pd-instr-avatar { width: 58px; height: 58px;}
  .pd-instr-avatar::before { font-size: 19px;}
  .pd-instr-name { font-size: 18px;}
  .pd-instr-link { font-size: 11px; letter-spacing: .06em;}
}
@media (min-width: 901px) {
  .pd-add, .pd-instr-card { max-width: 460px;}
   .pd-instr-avatar { width: 68px; height: 68px;}
  .pd-instr-link { font-size: 11.5px; letter-spacing: .07em;}
}
 :root { --fact-icon: #22368e;}
.pd-facts-icon { margin-top: 24px;}
.pd-facts-icon li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-left: 0;          
  margin-bottom: 15px;}
.pd-facts-icon li::before { content: none;}
.pd-fact-ic {
  flex: 0 0 auto;
  color: var(--fact-icon);
  margin-top: 1px;}
.pd-fact-ic svg { display: block;}
.pd-fact-tx { min-width: 0;}
@media (max-width: 620px) {
  .pd-facts-icon li { gap: 11px;}
}
  .pd-instr-card { padding: 10px 12px;}
.pd-instr-avatar { width: 52px; height: 52px;}
.pd-instr-avatar::before { font-size: 18px;}
.pd-instr-label { font-size: 9.5px; margin-bottom: 2px;}
.pd-instr-name { font-size: 18px;}
.pd-instr-link { margin-top: 3px;}
@media (min-width: 901px) {
  .pd-instr-card { padding: 10px 12px;}
  .pd-instr-avatar { width: 52px; height: 52px;}
  .pd-instr-avatar::before { font-size: 18px;}
  .pd-instr-name { font-size: 19px;}
}
 .pd-more-car .tabs { display: none;}
.pd-more-car .car-arrow { display: none;}
 .pd-more-car .picker-box {
  border-top: 1px solid var(--ink);
  border-radius: 10px;}
@media (max-width: 620px) {
  .pd-more-car .picker-box { border-radius: 8px;}   
}
@media (min-width: 761px) {
  .pd-more-car .picker-box { border: 0; padding: 0; border-radius: 0;}
  .pd-more-car .car-track { gap: 34px 20px;}   
}
 .pd-tabs { margin-top: 30px;}
.pd-tabbar {
  display: flex;
  border-bottom: 1px solid var(--line);}
.pd-tab {
  appearance: none;
  background: none;
  border: 0;
  padding: 0 0 11px;
  margin-bottom: -1px;                
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .15s ease, border-color .15s ease;}
.pd-tab:hover { color: var(--ink);}
.pd-tab[aria-selected="true"] {
  color: var(--ink);
  font-weight: 700;
  border-bottom-color: var(--ink);}
.pd-panel { padding-top: 18px;}
.pd-panel .pd-body { margin: 0 0 14px;}
.pd-panel .pd-body:last-child { margin-bottom: 0;}
.pd-empty-note {
  margin: 0;
  font-size: 14.5px;
  color: var(--muted);
  font-style: italic;}
 .pd-toc {
  list-style: none;
  counter-reset: toc;
  margin: 0;
  padding: 0;}
.pd-toc li {
  counter-increment: toc;
  position: relative;
  padding: 10px 0 10px 38px;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);}
.pd-toc li:last-child { border-bottom: 0;}
.pd-toc li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute; left: 0; top: 10px;
  font-family: var(--font-head);
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  color: var(--fact-icon);}
.pd-toc-group + .pd-toc-group { margin-top: 22px;}
.pd-toc-title {
  font-family: var(--font-head);
  font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;}
@media (max-width: 620px) {
  .pd-tabs { margin-top: 26px;}
  .pd-panel { padding-top: 15px;}
  .pd-toc li { font-size: 13.5px; padding-left: 34px;}
}
  .pd-head { margin-bottom: 22px;}
.pd-head .pd-instructor { margin-bottom: 2px;}
@media (max-width: 620px) {
  .pd-head { margin-bottom: 18px;}
}
 .pd-more-car .picker-box {
  border: 0;
  border-radius: 0;
  padding: 0;}
 .car-progress { margin: 18px auto 0;}
@media (min-width: 761px) {
   .car-progress { display: none;}
}
  .pd-tab { font-size: 17px; padding-bottom: 12px;}
.pd-tabbar { gap: 30px;}
@media (max-width: 620px) {
  .pd-tab { font-size: 16px; padding-bottom: 10px;}
}
 #pd-more .pd-h { margin-bottom: 10px;}
@media (max-width: 620px) {
  #pd-more .pd-h { margin-bottom: 8px;}
}
 .pd-facts-icon li {
  font-size: 15.5px;
  line-height: 1.55;
  margin-bottom: 16px;}
@media (max-width: 620px) {
}
@media (min-width: 761px) {
  .pd-more-car .car-track.swipe {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;          
  ;}
  .pd-more-car .car-track.swipe::-webkit-scrollbar { display: none;}
  .pd-more-car .car-track.swipe .car-item {
    scroll-snap-align: start;
    min-width: 0;}
   .pd-more-car .car-track.swipe .car-item { flex: 0 0 calc((100% - 40px) / 3);}
   .pd-more-car .car-arrow {
    display: block;
    top: 42%;                     
    bottom: auto;
    transform: translateY(-50%);
    width: 42px; height: 42px; border-radius: 21px; font-size: 21px;}
  .pd-more-car .car-arrow.prev { left: -20px;  margin-left: 0;}
  .pd-more-car .car-arrow.next { right: -20px; margin-right: 0;}
  .pd-more-car .car-arrow[hidden] { display: none;}
   .car-progress { display: block;}
}
@media (min-width: 1001px) {
  .pd-more-car .car-track.swipe .car-item { flex: 0 0 calc((100% - 60px) / 4);}
}
@media (min-width: 761px) and (max-width: 900px) {
  .pd-more-car .car-arrow.prev { left: -8px;}
  .pd-more-car .car-arrow.next { right: -8px;}
}
 #pd-more .pd-h { font-size: 26px;}
@media (max-width: 620px) {
  #pd-more .pd-h { font-size: 20px;}
}
 .pd-facts-icon li { align-items: flex-start;}
.pd-fact-ic {
  height: calc(15.5px * 1.55);
  display: grid;
  place-items: center;}
.pd-fact-ic svg { width: 24px; height: 24px;}
@media (max-width: 620px) {
  .pd-facts-icon li { line-height: 1.55; margin-bottom: 15px;}
  .pd-fact-ic {
    margin-top: -1px;}
  .pd-fact-ic svg { width: 23px; height: 23px;}
}
  .pd-facts-icon li { align-items: center;}
.pd-fact-ic { margin-top: 0;}
 .pd-facts-icon strong { font-weight: 700;}
 #pd-more .pd-h { font-size: 28px;}
@media (max-width: 620px) {
   .pd-fact-ic { height: 26px; width: 26px; margin-top: 0;}
  .pd-instr-chev { width: 10px; height: 10px;}
   #pd-more .pd-h { font-size: 22px;}
}
  .pd-facts-icon li { font-weight: 500; color: #3a3a3a;}
.pd-facts-icon strong { font-weight: 700; color: var(--ink);}
@media (max-width: 620px) {
   .pd-instr-card { padding: 12px 13px; gap: 13px;}
  .pd-instr-avatar { width: 56px; height: 56px;}
}
@media (max-width: 620px) {
  .pd-instr-card { padding: 11px 13px; gap: 13px;}
   .pd-instr-avatar { width: 62px; height: 62px;}
  .pd-instr-avatar::before { font-size: 21px;}
  .pd-instr-label { font-size: 11px; letter-spacing: .15em; margin-bottom: 1px;}
  .pd-instr-name { font-size: 21px; line-height: 1.1;}
  .pd-instr-link { font-size: 12.5px; letter-spacing: .05em; margin-top: 1px;}
}
  .pd-facts-icon li { line-height: 1.35;}
 #pd-more .pd-h { font-size: 32px;}
@media (max-width: 620px) {
   .pd-instr-link { margin-top: 3.2px;}
   #pd-more .pd-h { font-size: 24px;}
}
  .pd-facts-icon li { font-size: 17.5px;}
 .pd-steps { list-style: none; margin: 0 0 26px; padding: 0;}
.pd-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 15.5px;
  line-height: 1.5;
  color: #3a3a3a;}
.pd-steps li:last-child { margin-bottom: 0;}
.pd-steps strong { font-weight: 700; color: var(--ink);}
.pd-step-n {
  flex: 0 0 auto;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--fact-icon);
  color: #fff;
  font-family: var(--font-head);
  font-size: 12.5px; font-weight: 700;
  margin-top: 1px;}
 .pd-dl { margin: 0; padding-top: 22px; border-top: 1px solid var(--line);}
.pd-dl dt {
  font-family: var(--font-head); font-weight: 700;
  color: var(--ink);
  margin: 0 0 4px;}
.pd-dl dd {
  margin: 0 0 18px;
  color: #3a3a3a;}
.pd-dl a { color: var(--fact-icon); text-decoration: underline; text-underline-offset: 2px;}
@media (max-width: 620px) {
   .pd-facts-icon li { font-size: 16.5px;}
  .pd-fact-ic { width: 27px; height: 27px;}
   .pd-steps li { font-size: 14.5px; gap: 12px; margin-bottom: 14px;}
}
@media (min-width: 901px) {
  .pd-facts-icon { max-width: 460px;}
}
 .pd-steps li { font-size: 16.5px; line-height: 1.55;}
.pd-dl dt { font-size: 15px; margin-bottom: 5px;}
.pd-dl dd { font-size: 16px; line-height: 1.6; margin-bottom: 20px;}
.pd-dl dd:last-child { margin-bottom: 0;}
@media (max-width: 620px) {
  .pd-dl dt { font-size: 14.5px;}
  .pd-dl dd { font-size: 15px; margin-bottom: 18px;}
}
 .pd-steps li { position: relative;}
.pd-steps li::after {
  content: "";
  position: absolute;
  left: 13px;                 
  top: 31px;                  
  bottom: -6px;               
  width: 3px;
  transform: translateX(-1.5px);
  background-image: radial-gradient(circle, var(--fact-icon) 1.4px, transparent 1.5px);
  background-size: 3px 8px;
  background-repeat: repeat-y;
  background-position: center top;
  opacity: .55;}
.pd-steps li:last-child::after { content: none;}
@media (max-width: 620px) {
  .pd-steps li::after {               
    top: 29px;}
}
@media (max-width: 620px) {
  .pd-tabbar { gap: 20px;}
}
@media (max-width: 620px) {
  .pd-instr-link { white-space: normal;}
  .pd-instr-text { min-width: 0;}
}
  .pd-facts-icon li { font-size: 16px;}
.pd-fact-ic { width: 27px; height: 27px;}
 .pd-steps li::after { top: 30px; bottom: -14px;}   
@media (max-width: 620px) {
  .pd-facts-icon li { font-size: 16.5px;}    .pd-fact-ic { width: 27px; height: 27px;}
}
 .pd-faq { border-top: 1px solid var(--line);}
.pd-q { border-bottom: 1px solid var(--line);}
.pd-q > summary {
  list-style: none;                 
  cursor: pointer;
  position: relative;
  padding: 15px 34px 15px 0;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  transition: color .15s ease;
  -webkit-tap-highlight-color: transparent;}
.pd-q > summary::-webkit-details-marker { display: none;}    .pd-q > summary:hover { color: var(--fact-icon);}
 .pd-q > summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 8px; height: 8px;
  border-right: 2px solid #9b9b9b;
  border-bottom: 2px solid #9b9b9b;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;}
.pd-q[open] > summary::after {
  transform: translateY(-25%) rotate(-135deg);
  border-color: var(--fact-icon);}
.pd-a {
  padding: 0 4px 17px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;}
.pd-a a { color: var(--fact-icon); text-decoration: underline; text-underline-offset: 2px;}
@media (max-width: 620px) {
  .pd-q > summary { font-size: 14.5px; padding: 14px 30px 14px 0;}
  .pd-a { font-size: 15px; padding-bottom: 15px;}
}
@media (max-width: 620px) {
  .pd-steps li { font-size: 17px;}
  .pd-step-n { width: 27px; height: 27px; font-size: 13px;}
  .pd-steps li::after { left: 13.5px; top: 31px; bottom: -12px;}
}
 .pd-toc-count {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);}
.pd-vols { border-top: 1px solid var(--line);}
.pd-vol { border-bottom: 1px solid var(--line);}
.pd-vol > summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 13px 32px 13px 0;
  font-family: var(--font-head);
  font-size: 14.5px; font-weight: 700;
  color: var(--ink);
  -webkit-tap-highlight-color: transparent;}
.pd-vol > summary::-webkit-details-marker { display: none;}
.pd-vol > summary:hover { color: var(--fact-icon);}
.pd-vol > summary::after {
  content: "";
  position: absolute; right: 6px; top: 50%;
  width: 7px; height: 7px;
  border-right: 2px solid #9b9b9b;
  border-bottom: 2px solid #9b9b9b;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;}
.pd-vol[open] > summary::after {
  transform: translateY(-25%) rotate(-135deg);
  border-color: var(--fact-icon);}
.pd-chap {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 14px;
  font-size: 14.5px;}
.pd-chap th {
  text-align: left;
  padding: 0 0 7px;
  font-family: var(--font-head);
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
  border-bottom: 1px solid var(--line);}
.pd-chap th:last-child, .pd-chap td:last-child { text-align: right;}
.pd-chap td {
  padding: 8px 0;
  color: #3a3a3a;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.4;}
.pd-chap tr:last-child td { border-bottom: 0;}
.pd-chap-t {
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  white-space: nowrap;
  padding-left: 14px;}
@media (max-width: 620px) {
  .pd-vol > summary { font-size: 14px; padding: 12px 28px 12px 0;}
  .pd-chap { font-size: 13.5px;}
  .pd-chap td { padding: 7px 0;}
}
#panel-faq { padding-top: 0;}
@media (max-width: 900px) {
  .checkout-top .checkout-brand { display: none;}
}
.site-footer p,
.site-footer a { font-size: 15.5px; line-height: 1.75;}
.site-footer h4 { font-size: 13px; margin-bottom: 16px;}
.footer-links,
.footer-contact { display: flex; flex-direction: column; gap: 9px;}
.footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-wrap: anywhere;}
.footer-contact svg {
  width: 1.05em;
  height: 1.05em;
  flex: none;
  color: #8f8f8f;
  transition: color .15s ease;}
.footer-contact a:hover svg { color: #fff;}
.footer-pay {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;}
.footer-pay img {
  height: 26px;
  width: auto;
  opacity: .5;
  transition: opacity .15s ease;}
.footer-pay:hover img { opacity: .72;}
@media (max-width: 760px) {
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 18px;}
  .footer-pay { gap: 14px;}
  .footer-pay img { height: 22px;}
}
