/* =========================================================
   BRAND_HETMAN.CSS
   Scope: Hetman pages only (body.hetman-page)
   Goal: Left product list + right product view (ref-style),
         while keeping your site header/footer.
   ========================================================= */

.hetman-page{
  /* Keep mobile viewport stable */
  overflow-x: clip;
}

/* Wrapper */
.hetman-wrap{
  max-width: var(--max, 1180px);
  margin: 0 auto;
  padding: 0 20px 70px;
}

/* =========================================================
   HERO (clean, premium, compact)
   ========================================================= */
.hetman-hero{
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(4,14,28,.86) 0%, rgba(15,48,82,.56) 50%, rgba(4,14,28,.86) 100%),
    radial-gradient(900px 520px at 18% 30%, rgba(94,173,255,.14), rgba(0,0,0,0) 60%),
    radial-gradient(900px 560px at 78% 26%, rgba(255,255,255,.05), rgba(0,0,0,0) 62%),
    rgba(255,255,255,.03);
  box-shadow: 0 24px 72px rgba(0,0,0,.40);
  overflow: hidden;
}

.hetman-hero__inner{
  padding: 34px 30px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: 26px;
}

.hetman-hero__content{
  min-width: 0;
}

.hetman-hero__media{
  min-width: 0;
}

.hetman-hero__video-shell{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(860px 320px at 50% -8%, rgba(255,255,255,.08), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow:
    0 22px 58px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.hetman-hero__video-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(80% 42% at 50% 0%, rgba(255,255,255,.14), transparent 70%),
    linear-gradient(180deg, rgba(5,16,31,.08), rgba(5,16,31,.34));
}

.hetman-hero__video{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.hetman-hero__video-controls{
  display: none;
}

.hetman-hero__video-shell.is-enhanced .hetman-hero__video-controls{
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.20);
  background:
    linear-gradient(180deg, rgba(4,12,24,.42), rgba(4,12,24,.76)),
    rgba(4,12,24,.72);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 14px 34px rgba(0,0,0,.36);
  backdrop-filter: blur(8px) saturate(125%);
}

.hetman-hero__video-shell.is-enhanced .hetman-hero__video::-webkit-media-controls{
  display: none !important;
}

.hetman-hero__ctrl-btn{
  min-height: 28px;
  padding: 0 9px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  color: rgba(255,255,255,.96);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.hetman-hero__ctrl-btn:hover{
  border-color: rgba(255,255,255,.34);
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.11));
}

.hetman-hero__ctrl-btn:active{
  transform: translateY(1px);
}

.hetman-hero__seek-wrap{
  flex: 1 1 auto;
  min-width: 90px;
}

.hetman-hero__seek,
.hetman-hero__volume{
  --range-progress: 0%;
  width: 100%;
  height: 4px;
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(
      90deg,
      rgba(223,237,255,.96) 0%,
      rgba(223,237,255,.96) var(--range-progress),
      rgba(255,255,255,.20) var(--range-progress),
      rgba(255,255,255,.20) 100%
    );
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.hetman-hero__seek::-webkit-slider-thumb,
.hetman-hero__volume::-webkit-slider-thumb{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid rgba(18,59,103,.95);
  background: rgba(248,252,255,.98);
  box-shadow: 0 0 0 2px rgba(255,255,255,.26);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.hetman-hero__seek::-moz-range-thumb,
.hetman-hero__volume::-moz-range-thumb{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid rgba(18,59,103,.95);
  background: rgba(248,252,255,.98);
  box-shadow: 0 0 0 2px rgba(255,255,255,.26);
  cursor: pointer;
}

.hetman-hero__seek::-moz-range-track,
.hetman-hero__volume::-moz-range-track{
  height: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.20);
}

.hetman-hero__seek::-moz-range-progress,
.hetman-hero__volume::-moz-range-progress{
  height: 4px;
  border-radius: 999px;
  background: rgba(223,237,255,.96);
}

.hetman-hero__time{
  min-width: 84px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
  color: rgba(255,255,255,.9);
}

.hetman-hero__volume{
  flex: 0 0 72px;
}

.hetman-hero__kicker{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  opacity: .92;
  margin-bottom: 14px;
}

.hetman-hero__meta{
  font-size: 12px;
  letter-spacing: .18px;
  opacity: .80;
}

.hetman-hero__title{
  margin: 0 0 10px;
  font-size: clamp(28px, 4.2vw, 44px);
  letter-spacing: .7px;
  line-height: 1.05;
}

.hetman-hero__title--logo{
  margin: 0 0 12px;
}

.hetman-hero__title--logo img{
  display: block;
  width: clamp(180px, 28vw, 320px);
  height: auto;
  object-fit: contain;
}

.hetman-hero__lead{
  margin: 0 0 18px;
  max-width: 72ch;
  opacity: .84;
  font-size: 14.5px;
  line-height: 1.55;
}

.hetman-hero__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* =========================================================
   SHELL
   ========================================================= */
.hetman-shell{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 26px;
  align-items: start;
}

/* LEFT NAV */
.hetman-nav{
  position: sticky;
  top: 96px; /* under header */
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.022));
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  overflow: hidden;
}

.hetman-nav__title{
  padding: 16px 16px 12px;
  font-size: 12px;
  letter-spacing: .22px;
  text-transform: uppercase;
  opacity: .80;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.hetman-nav__list{
  padding: 10px;
  display:flex;
  flex-direction: column;
  gap: 6px;
}

.hetman-nav__item{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;

  padding: 10px 12px;
  border-radius: 14px;

  text-decoration:none;
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);

  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.hetman-nav__item:hover{
  transform: translateY(-1px);
  color: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}

.hetman-nav__item.is-active{
  color: rgba(255,255,255,.98);
  border-color: rgba(255,255,255,.22);
  background: rgba(94,173,255,.08);
}

.hetman-nav__sep{
  height: 1px;
  margin: 8px 6px;
  background: rgba(255,255,255,.10);
}

/* RIGHT CONTENT */
.hetman-content{
  display:flex;
  flex-direction: column;
  gap: 16px;
}

.hetman-ux-note{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
}

.hetman-ux-note strong{
  color: rgba(255,255,255,.98);
}

.hetman-ux-note__icon{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.94);
}

/* Product card */
.hetman-product{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(5,15,30,.72) 0%, rgba(19,53,89,.46) 50%, rgba(5,15,30,.72) 100%),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  overflow: hidden;

  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0;
}

.hetman-product__media{
  min-height: 320px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 26px;
  background:
    radial-gradient(420px 300px at 50% 45%, rgba(255,255,255,.07), rgba(0,0,0,0) 64%),
    radial-gradient(620px 360px at 50% 30%, rgba(94,173,255,.14), rgba(0,0,0,0) 64%),
    rgba(0,0,0,.10);
  border-right: 1px solid rgba(255,255,255,.08);
}

.hetman-product__info{
  padding: 26px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.hetman-product__name{
  margin: 0;
  font-size: 28px;
  letter-spacing: .4px;
  max-width: 100%;
  word-break: break-word;
}

.hetman-specs{
  margin: 0;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hetman-specs dt{
  font-size: 11px;
  letter-spacing: .18px;
  text-transform: uppercase;
  opacity: .70;
  margin: 0 0 4px;
}

.hetman-specs dd{
  margin: 0;
  font-size: 13.5px;
  opacity: .92;
}

.hetman-specs > div{
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
}

.hetman-product__text{
  margin: 2px 0 6px;
  line-height: 1.65;
  opacity: .84;
  max-width: 76ch;
}

.hetman-product__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.hetman-product__open{
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}

.hetman-product__open span{
  font-size: 13px;
  line-height: 1;
  opacity: .9;
}

.hetman-bottle{
  width: min(250px, 100%);
  min-height: 280px;
  border-radius: 26px;
  position: relative;
  text-decoration: none;
  color: rgba(255,255,255,.92);
  display:flex;
  align-items:center;
  justify-content:center;
  transform: translateZ(0);
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(260px 180px at 50% 20%, rgba(255,255,255,.10), rgba(255,255,255,0) 64%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 22px 60px rgba(0,0,0,.45);
  overflow: hidden;
  padding: 16px;
  transition: transform .22s ease, border-color .22s ease, filter .22s ease;
}

.hetman-bottle:hover{
  transform: translateY(-2px) scale(1.01);
  border-color: rgba(255,255,255,.22);
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.45));
}

.hetman-bottle__img{
  width: 100%;
  max-height: 260px;
  height: auto;
  display: block;
  aspect-ratio: 2 / 3;
  object-fit: contain;
}

.hetman-bottle--placeholder{
  border-style: dashed;
}

.hetman-bottle__placeholder{
  text-align: center;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .78;
}

/* =========================================================
   PRODUCT DETAIL PAGES
   ========================================================= */
.hetman-detail{
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(5,15,30,.72) 0%, rgba(19,53,89,.46) 50%, rgba(5,15,30,.72) 100%),
    rgba(255,255,255,.03);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  overflow: hidden;
  display: grid;
  grid-template-columns: 340px 1fr;
}

.hetman-detail__media{
  min-height: 360px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(420px 300px at 50% 45%, rgba(255,255,255,.07), rgba(0,0,0,0) 64%),
    radial-gradient(620px 360px at 50% 30%, rgba(94,173,255,.14), rgba(0,0,0,0) 64%),
    rgba(0,0,0,.10);
}

.hetman-detail__img{
  width: min(250px, 100%);
  max-height: 300px;
  object-fit: contain;
  display: block;
  cursor: grab;
  user-select: none;
  -webkit-user-drag: none;
}

.hetman-detail__img.is-dragging{
  cursor: grabbing;
}

.hetman-detail__placeholder{
  width: min(250px, 100%);
  min-height: 280px;
  border-radius: 22px;
  border: 1px dashed rgba(255,255,255,.24);
  background: rgba(255,255,255,.03);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .78;
}

.hetman-detail__content{
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.hetman-detail__title{
  margin: 0;
  font-size: clamp(28px, 3.2vw, 38px);
  letter-spacing: .06em;
  text-transform: uppercase;
  max-width: 100%;
  word-break: break-word;
}

.hetman-detail__text{
  margin: 0;
  max-width: 72ch;
  line-height: 1.65;
  opacity: .86;
}

.hetman-detail__actions{
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* CTA */
.hetman-cta{
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(4,14,28,.86) 0%, rgba(15,48,82,.56) 50%, rgba(4,14,28,.86) 100%),
    rgba(255,255,255,.03);
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
}

.hetman-cta__inner{
  padding: 26px;
  text-align: center;
}

.hetman-cta__title{
  margin: 0 0 8px;
  font-size: 26px;
  letter-spacing: .45px;
}

.hetman-cta__text{
  margin: 0 auto 16px;
  max-width: 76ch;
  opacity: .84;
  line-height: 1.6;
}

.hetman-cta__actions{
  display:flex;
  justify-content:center;
  gap: 10px;
  flex-wrap: wrap;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px){
  .hetman-product{
    grid-template-columns: 310px 1fr;
  }
}

@media (max-width: 980px){
  .hetman-hero__inner{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hetman-hero__content{
    text-align: center;
    display: grid;
    justify-items: center;
  }

  .hetman-hero__kicker{
    justify-content: center;
  }

  .hetman-hero__lead{
    margin-left: auto;
    margin-right: auto;
    max-width: 44ch;
  }

  .hetman-hero__mark-logo{
    width: clamp(230px, 52vw, 460px);
  }

  .hetman-shell{
    grid-template-columns: 1fr;
  }
  .hetman-nav{
    position: static;
  }
  .hetman-nav__list{
    flex-direction: row;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
  }
  .hetman-nav__item{
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .hetman-nav__sep{
    display:none;
  }

  .hetman-product{
    grid-template-columns: 1fr;
  }
  .hetman-product__media{
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    min-height: 320px;
  }

  .hetman-detail{
    grid-template-columns: 1fr;
  }

  .hetman-detail__media{
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    min-height: 300px;
  }

  .hetman-product{
    cursor: pointer;
  }

  .hetman-product__open{
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px){
  .hetman-hero__video-shell.is-enhanced .hetman-hero__video-controls{
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 5px;
    padding: 6px 7px;
  }

  .hetman-hero__ctrl-btn{
    min-height: 26px;
    padding: 0 8px;
    font-size: 9px;
  }

  .hetman-hero__time{
    display: none;
  }

  .hetman-hero__seek-wrap{
    min-width: 70px;
  }

  .hetman-hero__volume{
    flex: 0 0 54px;
  }
}

@media (max-width: 560px){
  .hetman-wrap{ padding: 0 14px 60px; }
  .hetman-hero__inner{ padding: 22px 18px; }
  .hetman-hero__video{
    aspect-ratio: 16 / 11;
  }
  .hetman-product__info{ padding: 20px 18px; }
  .hetman-product__media{ padding: 18px; }
  .hetman-specs{ grid-template-columns: 1fr; }
  .hetman-hero__title{ word-break: break-word; }
  .hetman-hero__mark-logo{ width: clamp(190px, 66vw, 360px); }
  .hetman-detail__img{ width: min(200px, 100%); max-height: 260px; }

  .hetman-hero{
    border-radius: 20px;
  }

  .hetman-history{
    padding: 18px;
    border-radius: 20px;
  }

  .hetman-history__head{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hetman-ux-note{
    padding: 10px 11px;
    font-size: 12.5px;
  }
}

/* Hetman hero wordmark */
.hetman-hero__title--wordmark{
  margin: 0 0 12px;
  max-width: 24ch;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: 1.15;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.96);
  text-shadow: 0 10px 30px rgba(0,0,0,.42);
}

/* Hetman history section */
.hetman-history{
  margin-top: 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(4,14,28,.78) 0%, rgba(16,50,84,.50) 50%, rgba(4,14,28,.78) 100%),
    rgba(255,255,255,.03);
  box-shadow: 0 20px 58px rgba(0,0,0,.36);
  padding: 24px;
}

.hetman-history__head{
  max-width: 78ch;
}

.hetman-history__title{
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hetman-history__lead{
  margin: 10px 0 0;
  line-height: 1.65;
  opacity: .86;
}

.hetman-history__grid{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hetman-history__card{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  padding: 14px;
}

.hetman-history__card h3{
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hetman-history__card p{
  margin: 0;
  line-height: 1.6;
  opacity: .86;
}

.hetman-history__facts{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hetman-history__facts > div{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  padding: 10px 12px;
}

.hetman-history__facts span{
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
}

.hetman-history__facts strong{
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

@media (max-width: 980px){
  .hetman-history__grid{
    grid-template-columns: 1fr;
  }
  .hetman-history__facts{
    grid-template-columns: 1fr;
  }
}

.hetman-hero__title--brandmark{
  margin: 0 0 12px;
}

.hetman-hero__mark{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.hetman-hero__mark-logo{
  display: block;
  width: clamp(270px, 41vw, 540px);
  height: auto;
  aspect-ratio: 1600 / 700;
  object-fit: contain;
}

.hetman-hero__mark-sub{
  display: block;
  font-size: clamp(12px, 1.2vw, 17px);
  letter-spacing: .3em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255,255,255,.94);
}

@media (max-width: 560px){
  .hetman-hero__mark-sub{
    letter-spacing: .2em;
  }
}

/* ===== Mobile premium alignment overrides ===== */
@media (max-width: 980px){
  .hetman-nav__title{
    text-align: center;
  }

  .hetman-nav__list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 10px;
  }

  .hetman-nav__item{
    white-space: normal;
    justify-content: center;
    text-align: center;
    min-height: 42px;
  }

  .hetman-product-page .hetman-hero__inner,
  .hetman-product-page .hetman-hero__kicker,
  .hetman-product-page .hetman-hero__title,
  .hetman-product-page .hetman-hero__lead{
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hetman-product-page .hetman-hero__mark{
    align-items: center;
  }

  .hetman-product__info,
  .hetman-detail__content{
    text-align: center;
    align-items: center;
  }

  .hetman-product__text,
  .hetman-detail__text{
    margin-left: auto;
    margin-right: auto;
  }

  .hetman-specs{
    width: 100%;
  }

  .hetman-history__head,
  .hetman-history__card,
  .hetman-history__facts > div,
  .hetman-history__card h3{
    text-align: center;
  }
}

@media (max-width: 560px){
  .hetman-nav__list{
    grid-template-columns: 1fr;
  }
}


/* ===== Strong mobile center alignment fix ===== */
@media (max-width: 980px){
  .hetman-page .hetman-history__card h3,
  .hetman-page .hetman-history__card p,
  .hetman-page .hetman-history__facts,
  .hetman-page .hetman-history__facts > div,
  .hetman-page .hetman-nav__title,
  .hetman-page .hetman-nav__item,
  .hetman-page .hetman-product__name,
  .hetman-page .hetman-product__text,
  .hetman-page .hetman-detail__title,
  .hetman-page .hetman-detail__text{
    text-align: center !important;
  }

  .hetman-page .hetman-product__actions,
  .hetman-page .hetman-detail__actions{
    justify-content: center;
  }
}
