:root {
  --title: "Cormorant Garamond", Georgia, serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, Helvetica, sans-serif;
  --cream: #fff8f1;
  --ink: #181310;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/** {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

html,
body {
  margin: 0;
  min-height: 100%
}

body {
  font-family: var(--sans);
  background: #140d08;
  color: var(--cream)
}

a,
button {
  font: inherit
}
*/
.ab-hero,
.ab-hero * {
  box-sizing: border-box;
}

.ab-hero {
  font-family: var(--sans);
  color: var(--cream);
}

.ab-hero a,
.ab-hero button {
  font: inherit;
}

.ab-hero button {
  cursor: pointer;
}

button {
  cursor: pointer
}

.ab-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #1a0e08
}

.ab-bg,
.ab-bg__image,
.ab-bg__wash,
.ab-bg__vignette {
  position: absolute;
  inset: 0
}

.ab-bg {
  z-index: -5;
  overflow: hidden
}

.ab-bg__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .9s var(--ease), transform 1.3s var(--ease);
  filter: saturate(.92) brightness(.98)
}

.ab-bg__image.is-active {
  opacity: 1;
  transform: scale(1)
}

.ab-bg__wash {
  background: linear-gradient(90deg, rgba(255, 245, 233, .11) 0%, rgba(255, 245, 233, .03) 28%, rgba(31, 14, 6, .00) 57%, rgba(26, 10, 4, .13) 100%), radial-gradient(circle at 12% 22%, rgba(255, 245, 230, .22), transparent 22%);
  mix-blend-mode: screen;
  opacity: .9
}

.ab-bg__vignette {
  background: linear-gradient(180deg, rgba(26, 10, 4, .05), transparent 22%, transparent 74%, rgba(18, 8, 3, .18)), radial-gradient(circle at 63% 48%, transparent 0 58%, rgba(14, 6, 2, .1) 100%)
}

/*
.ab-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding: 24px 54px 0;
  pointer-events: none
}

.ab-nav a,
.ab-nav button {
  pointer-events: auto
}
*/
/* Hidden on desktop, shown only in mobile media query */
/*
.ab-hamburger,
.ab-cart {
  display: none
}

.ab-nav__links {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 18px
}

.ab-nav__links a,
.ab-nav__divider,
.ab-lang {
  color: rgba(29, 23, 18, .84);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .3)
}

.ab-nav__links--right {
  justify-content: flex-end;
  gap: 34px
}
*/
.ab-nav__divider {
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(45, 30, 18, .36)
}

.ab-lang {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(45, 30, 18, .38);
  background: rgba(255, 255, 255, .08);
  padding: 0
}

/*
.ab-logo {
  display: grid;
  justify-items: center;
  color: rgba(255, 250, 244, .98);
  text-decoration: none;
  text-shadow: 0 8px 28px rgba(32, 14, 5, .18)
}

.ab-logo span {
  font-family: var(--serif);
  font-size: clamp(44px, 3.6vw, 64px);
  font-weight: 500;
  line-height: .8;
  letter-spacing: .02em
}

.ab-logo small {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .34em
}
*/
.ab-copy {
  position: absolute;
  z-index: 10;
  left: clamp(72px, 7.5vw, 138px);
  top: clamp(175px, 25vh, 265px);
  /*width: min(430px, 31vw);*/
  color: #1a1715
}

.ab-eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: rgba(38, 31, 24, .88)
}

.ab-copy h1 {
  margin: 0;
  max-width: 500px;
  font-family: var(--title);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .93;
  font-size: clamp(68px, 5.3vw, 76px);
  text-transform: uppercase
}

.ab-lead {
  margin: 28px 0 34px;
  max-width: 380px;
  font-size: 17px;
  line-height: 1.58;
  color: rgba(35, 29, 22, .82)
}

.ab-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-width: 330px;
  padding: 19px 28px;
  /*border-radius: 2px;*/
  /*background: rgba(255, 251, 246, .92);*/
  background: linear-gradient(180deg, rgba(220, 170, 122, .09), rgba(155, 105, 64, .06));
  backdrop-filter: blur(8px) saturate(108%);
  -webkit-backdrop-filter: blur(8px) saturate(108%);
  box-shadow: 0 26px 80px rgba(41, 17, 6, .10), inset 0 1px 0 rgba(255, 255, 255, .08);
  /*border: 1px solid rgba(255, 247, 238, .42);*/
  border: 1px solid rgb(26 23 21 / 70%);
  color: rgb(26 23 21 / 70%);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .14em;
  /*box-shadow: 0 18px 42px rgba(31, 20, 12, .10)*/
}

.ab-cta:hover {
  transform: translateX(3px) !important;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.ab-panel {
  position: absolute;
  z-index: 12;
  right: clamp(96px, 6.6vw, 148px);
  top: clamp(182px, 18vh, 238px);
  width: min(740px, 46vw);
  height: min(610px, 88vh);
  border: 1px solid rgba(255, 247, 238, .42);
  /*border-radius: 30px;*/
  background: linear-gradient(180deg, rgba(220, 170, 122, .09), rgba(155, 105, 64, .06));
  backdrop-filter: blur(8px) saturate(108%);
  -webkit-backdrop-filter: blur(8px) saturate(108%);
  box-shadow: 0 26px 80px rgba(41, 17, 6, .10), inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden
}

.ab-panel::before,
.ab-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: inherit
}

.ab-panel::before {
  background: linear-gradient(145deg, rgba(255, 255, 255, .16), transparent 16%, transparent 78%, rgba(255, 244, 230, .09))
}

.ab-panel::after {
  background: radial-gradient(circle at 0 0, rgba(255, 221, 187, .18), transparent 18%), radial-gradient(circle at 100% 100%, rgba(255, 221, 187, .10), transparent 20%)
}

.ab-panel__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), transparent 24%), radial-gradient(circle at 84% 18%, rgba(255, 234, 208, .05), transparent 20%);
  pointer-events: none
}

.ab-product-info {
  position: absolute;
  left: 34px;
  top: 24px;
  bottom: 28px;
  width: 220px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-bottom: 74px
}

.ab-product-count {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: rgba(255, 246, 238, .94);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em
}

.ab-product-count em {
  font-style: normal;
  opacity: .55
}

.ab-product-count::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(255, 248, 238, .36)
}

.ab-product-info h2 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, .98);
  max-width: 208px;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}

.ab-product-desc {
  margin: 0 0 18px;
  /*max-width: 200px;*/
  font-size: 14px;
  line-height: 1.48;
  color: rgba(255, 244, 233, .90);
  min-height: 125px;
  width: 100%;
  text-align: justify;
}

.ab-product-rule {
  width: 100%;
  height: 1px;
  background: rgba(255, 248, 238, .22);
  margin: 14px 0
}

.ab-shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  padding: 12px 24px;
  border-radius: 0px;
  background: linear-gradient(rgba(220, 170, 122, 0.09), rgba(155, 105, 64, 0.06));
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 247, 238, 0.42);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
  width: 100%;
}

.ab-shop-btn:hover {
  transform: translateY(-3px);
}

.ab-stat span,
.ab-meta span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 244, 233, .82);
  text-align: justify;
}

.ab-meta {
  margin-top: auto;
  /* Fixed height so title stays in place regardless of text length */
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ab-meta strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fffaf4
}

.ab-stage {
  position: absolute;
  left: 242px;
  top: 24px;
  bottom: 20vh;
  width: 328px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1
}

.ab-platform {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 315px;
  height: 254px;
  pointer-events: none;
  background: url('../../images/hero-background/ui/pedestal.png') center bottom / contain no-repeat;
  opacity: .98;
  filter: drop-shadow(0 16px 22px rgba(229, 185, 140, .15))
}

.ab-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 282px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(227, 183, 136, .18) 0, rgba(227, 183, 136, .08) 42%, transparent 72%)
}

.ab-product-main {
  position: relative;
  z-index: 3;
  max-width: 300px;
  max-height: 305px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(42, 18, 8, .16));
  transform-origin: center bottom;
  transform: translateY(-18px);
  transition: opacity .3s var(--ease), transform .45s var(--ease)
}

.ab-product-main.is-changing {
  opacity: 0;
  transform: translateY(0) scale(.97)
}

.ab-thumbs {
  position: absolute;
  right: 18px;
  top: 24px;
  width: 112px;
  display: grid;
  gap: 10px;
  z-index: 3
}

.ab-thumb {
  position: relative;
  display: grid;
  grid-template-rows: 64px auto;
  align-items: start;
  min-height: 112px;
  padding: 10px 10px 12px;
  /*border-radius: 18px;*/
  border: 1px solid rgba(255, 247, 238, .26);
  background: linear-gradient(180deg, rgba(255, 251, 247, .035), rgba(255, 251, 247, .012));
  color: #fff8f0;
  text-align: left;
  transition: border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
  overflow: hidden
}

.ab-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, .14), transparent 18%, transparent 82%, rgba(255, 226, 193, .07));
  pointer-events: none
}

.ab-thumb::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 44px;
  height: 44px;
  border-top: 1px solid rgba(255, 229, 200, .55);
  border-right: 1px solid rgba(255, 229, 200, .55);
  /*border-top-right-radius: 18px;*/
  opacity: .9;
  pointer-events: none
}

.ab-thumb:hover {
  transform: translateX(-2px)
}

.ab-thumb.is-active {
  background: linear-gradient(180deg, rgba(255, 251, 247, .08), rgba(255, 251, 247, .025));
  border-color: rgba(255, 247, 238, .42);
  box-shadow: 0 12px 22px rgba(88, 48, 22, .07)
}

.ab-thumb img {
  justify-self: center;
  align-self: center;
  width: 78px;
  /*height: 58px;*/
  object-fit: contain;
  background: transparent
}

.ab-thumb span {
  display: grid;
  gap: 5px;
  align-self: end
}

.ab-thumb b {
  font-size: 11px;
  letter-spacing: .12em;
  color: rgba(255, 248, 240, .86)
}

.ab-thumb span span {
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff8f0
}

.ab-panel-arrows {
  position: absolute;
  left: 38px;
  bottom: 24px;
  display: flex;
  gap: 16px;
  z-index: 4
}

.ab-panel-arrows button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 247, 238, .56);
  background: rgba(255, 255, 255, .04);
  color: #fff9f2;
  transition: background .25s var(--ease), transform .25s var(--ease)
}

.ab-panel-arrows button:hover {
  background: rgba(255, 255, 255, .10);
  transform: translateY(-1px)
}

.ab-slide-indicator {
  position: absolute;
  z-index: 14;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  justify-items: center;
  gap: 16px
}

.ab-slide-indicator button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 244, .72);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em
}

.ab-slide-indicator button.is-active {
  color: #fffdf8
}

.ab-slide-indicator span {
  display: block;
  width: 1px;
  height: 92px;
  background: rgba(255, 250, 244, .42)
}

.ab-stamp {
  position: absolute;
  left: 60px;
  bottom: 52px;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  color: rgba(255, 248, 239, .88);
  z-index: 12
}

.ab-stamp__circle {
  width: 100%;
  height: 100%;
  animation: spin 14s linear infinite
}

.ab-stamp text {
  font-size: 9px;
  letter-spacing: .30em;
  fill: currentColor
}

.ab-stamp span {
  position: absolute;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.ab-scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff9f1;
  text-transform: uppercase;
  letter-spacing: .26em;
  font-size: 12px !important;
  z-index: 12
}

.ab-scroll i {
  display: block;
  width: 24px;
  height: 42px;
  border: 1px solid rgba(255, 248, 239, .82);
  border-radius: 999px;
  position: relative
}

.ab-scroll i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 4px;
  height: 7px;
  border-radius: 99px;
  background: #fff9f1;
  animation: wheel 1.5s infinite ease-in-out
}

@keyframes wheel {
  0% {
    opacity: 0;
    transform: translate(-50%, 0)
  }

  35% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 15px)
  }
}

.ab-drop,
.ab-line {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  transition: transform .18s linear
}

.ab-drop {
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .95), rgba(255, 236, 216, .45) 28%, rgba(227, 171, 116, .35) 52%, rgba(255, 255, 255, .06) 76%);
  box-shadow: 0 8px 18px rgba(194, 141, 97, .18)
}

.ab-drop--1 {
  left: 31.7%;
  top: 47%;
  width: 15px;
  height: 15px
}

.ab-drop--2 {
  left: 35.6%;
  top: 57.4%;
  width: 28px;
  height: 28px
}

.ab-drop--3 {
  left: 38.2%;
  top: 62.2%;
  width: 10px;
  height: 10px
}

.ab-drop--4 {
  right: 18.7%;
  top: 17.5%;
  width: 18px;
  height: 18px
}

.ab-line {
  border: 1px solid rgba(255, 249, 241, .2);
  border-radius: 999px;
  opacity: .72
}

.ab-line--1 {
  left: -4%;
  top: 32.5%;
  width: 31%;
  height: 14%;
  transform: rotate(-6deg)
}

.ab-line--2 {
  right: -7%;
  bottom: 8%;
  width: 58%;
  height: 28%;
  transform: rotate(-9deg)
}

.after-hero {
  padding: 120px 20px 160px;
  background: #f8f4ee;
  color: #21160f;
  text-align: center
}

.after-hero h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400
}

.after-hero p {
  margin: 0 auto;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.7
}

@media (max-width:1300px) {
  .ab-copy {
    left: 56px;
    width: min(420px, 31vw)
  }

  .ab-copy h1 {
    font-size: clamp(64px, 5vw, 86px)
  }

  .ab-panel {
    right: 78px;
    width: min(710px, 48vw)
  }

  .ab-stage {
    left: 220px;
    width: 305px
  }
}

@media (max-width:1050px) {
  .ab-nav {
    padding: 20px 28px 0
  }

  .ab-nav__links {
    gap: 20px
  }

  .ab-nav__links a,
  .ab-nav__divider,
  .ab-lang {
    font-size: 11px
  }

  .ab-logo span {
    font-size: 52px
  }

  .ab-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: calc(100vw - 44px);
    padding: 140px 22px 0;
    color: var(--cream)
  }

  .ab-eyebrow {
    color: rgba(255, 248, 239, .86)
  }

  .ab-copy h1 {
    font-size: 60px;
    color: #fff8f0
  }

  .ab-lead {
    color: rgba(255, 248, 239, .84);
    font-size: 17px
  }

  .ab-cta {
    min-width: 0;
    width: 100%
  }

  .ab-panel {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 28px 22px 0;
    width: auto;
    height: auto;
    min-height: 620px
  }

  .ab-product-info {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    padding: 28px 24px 90px;
    margin-right: 140px
  }

  .ab-stage {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 320px
  }

  .ab-thumbs {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    padding: 0 18px 24px;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    overflow: auto
  }

  .ab-panel-arrows {
    left: 24px;
    bottom: 24px
  }

  .ab-slide-indicator {
    right: 14px
  }

  .ab-stamp {
    left: 18px;
    bottom: 20px;
    transform: scale(.86);
    transform-origin: left bottom
  }
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE — full redesign matching reference layout
   ═══════════════════════════════════════════════════════════════ */
@media (max-width:920px) {

  /* ── Hero shell: exactly 100vh, no overflow ── */
  .ab-hero {
    min-height: 100svh;
    height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 0
  }

  /* ── Background: fill full hero ── */
  .ab-bg,
  .ab-bg__image {
    position: absolute;
    inset: 0
  }

  .ab-bg__image[data-slide-bg="1"] {
    /* Move the second slide background leftwards to better reveal the face */
    object-position: 75% center;
  }

  /* ── Nav: hamburger | logo | cart ── */
  .ab-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 30
  }

  .ab-hamburger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: rgba(255, 252, 246, .92);
    border-radius: 2px;
    transition: transform .25s
  }

  .ab-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: rgba(255, 252, 246, .92);
    cursor: pointer;
    z-index: 30
  }

  .ab-cart__badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    border-radius: 99px;
    background: rgba(255, 248, 239, .9);
    color: #1a0e08;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    padding: 0 3px
  }

  .ab-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 18px 20px 0;
    pointer-events: none
  }

  .ab-hamburger,
  .ab-cart {
    pointer-events: auto
  }

  .ab-nav__links--left,
  .ab-nav__links--right,
  .ab-lang {
    display: none
  }

  .ab-logo {
    grid-column: 2;
    justify-self: center;
    pointer-events: auto
  }

  .ab-logo span {
    font-size: clamp(28px, 8vw, 38px)
  }

  .ab-logo small {
    font-size: 9px;
    letter-spacing: .28em;
    margin-top: 5px
  }

  /* ── Copy: absolute, left side, vertically centered but slightly higher ── */
  .ab-copy {
    position: absolute;
    left: 22px;
    top: 48%;
    transform: translateY(-58%);
    width: calc(100vw - 80px);
    max-width: 340px;
    padding: 0;
    color: var(--cream);
    z-index: 10
  }

  .ab-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .38em;
    color: rgba(255, 248, 239, .82)
  }

  .ab-copy h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: .92;
    color: #fff8f0;
    margin-bottom: 18px
  }

  /* Specific fix for slide 2 title which has more words (4 lines instead of 3) */
  .ab-hero[data-slide="1"] .ab-copy h1 {
    font-size: clamp(30px, 20.5vw, 50px);
    padding-bottom: 10px;
    margin-bottom: 20px !important;
  }

  .ab-lead {
    margin: 0 0 24px;
    max-width: 280px;
    font-size: 14px;
    line-height: 1.52;
    color: rgba(255, 248, 239, .80)
  }

  .ab-cta {
    display: inline-flex;
    min-width: 0;
    width: auto;
    padding: 14px 20px;
    font-size: 12px;
    gap: 20px
  }

  /* ── Slide indicator: right side, vertical ── */
  .ab-slide-indicator {
    position: absolute;
    z-index: 14;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0
  }

  /* Hide the horizontal line between buttons */
  .ab-slide-indicator span {
    display: none
  }

  .ab-slide-indicator button {
    font-size: 11px;
    letter-spacing: .10em;
    padding: 10px 0;
    line-height: 1;
    color: rgba(255, 250, 244, .55)
  }

  .ab-slide-indicator button.is-active {
    color: #fffdf8
  }

  /* Add a dot indicator below each number */
  .ab-slide-indicator button::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    margin: 4px auto 0
  }

  /* ── Product panel: pinned to bottom ── */
  .ab-panel {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 64px;
    top: auto;
    width: auto;
    height: auto;
    min-height: 0;
    border-radius: 0;
    margin: 0;
    display: grid;
    grid-template-rows: auto auto;
    overflow: hidden
  }

  /* ── Product info: only count + title visible ── */
  .ab-product-info {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    padding: 18px 20px 14px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .ab-product-count {
    margin-bottom: 8px;
    font-size: 12px
  }

  .ab-product-info h2 {
    font-size: 14px;
    letter-spacing: .04em;
    max-width: none;
    margin-bottom: 0;
    min-height: 38px;
    display: flex;
    align-items: flex-start;
  }

  /* Hide desc, stat, meta, rules on mobile */
  .ab-product-desc,
  .ab-product-rule,
  .ab-stat,
  .ab-meta {
    display: none
  }

  /* ── Stage: product image floated right in panel ── */
  .ab-stage {
    position: absolute;
    right: 56px;
    top: 0;
    bottom: 0;
    left: auto;
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .ab-platform {
    /* width: 160px;
    height: 80px;
    bottom: -20px*/
    left: 65%;
  }

  .ab-product-main {
    /*max-width: 130px;
    max-height: 150px;
    transform: translateY(-10px)*/
    left: 15%;
    bottom: 77%;
  }

  /* ── Thumbnails: horizontal strip below product info ── */
  .ab-thumbs {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    padding: 0 14px 14px;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 80px;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
  }

  .ab-thumbs::-webkit-scrollbar {
    display: none
  }

  .ab-thumb {
    grid-template-rows: 50px auto;
    /* Set fixed height so 1 vs 2 lines of text doesn't resize the box */
    height: 86px;
    padding: 8px 8px 10px;
    border-radius: 0;
  }

  .ab-thumb img {
    width: 54px
  }

  .ab-thumb span span {
    font-size: 9px
  }

  .ab-thumb b {
    font-size: 9px
  }

  /* ── Panel arrows: right edge of product image ── */
  .ab-panel-arrows {
    position: absolute;
    left: auto;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 8px
  }

  .ab-panel-arrows button {
    width: 36px;
    height: 36px
  }

  /* ── Scroll button ── */
  .ab-scroll {
    bottom: 14px;
    font-size: 10px;
    gap: 6px
  }

  .ab-scroll i {
    width: 18px;
    height: 32px
  }

  /* ── Decorative elements ── */
  .ab-stamp {
    display: none
  }

  .ab-drop--1 {
    left: 66%;
    top: 52%
  }

  .ab-drop--2 {
    left: 76%;
    top: 66%;
    width: 20px;
    height: 20px
  }

  .ab-drop--3 {
    display: none
  }

  .ab-drop--4 {
    right: 11%;
    top: 18%
  }
}


@media (max-width:1050px) {
  .ab-nav {
    padding: 20px 28px 0
  }

  .ab-nav__links {
    gap: 20px
  }

  .ab-nav__links a,
  .ab-nav__divider,
  .ab-lang {
    font-size: 11px
  }

  .ab-logo span {
    font-size: 52px
  }

  .ab-copy {
    position: relative;
    left: auto;
    top: 20vh;
    width: auto;
    max-width: calc(100vw - 44px);
    padding: 140px 22px 0;
    color: var(--cream)
  }

  .ab-eyebrow {
    color: rgba(255, 248, 239, .86)
  }

  .ab-copy h1 {
    font-size: 60px;
    color: #fff8f0;
    margin-bottom: 10px;
  }

  .ab-lead {
    color: rgba(255, 248, 239, .84);
    font-size: 17px;
    display: none;
  }

  .ab-cta {
    min-width: 0;
    width: 100%;
    display: none;
  }

  .ab-panel {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 28px 22px 0;
    width: auto;
    height: auto;
    min-height: 450px
  }

  .ab-product-info {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    padding: 28px 24px 90px;
    /*margin-right: 140px*/
  }

  .ab-stage {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 120px
  }

  .ab-thumbs {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    padding: 0 18px 24px;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    overflow: auto
  }

  .ab-panel-arrows {
    left: 24px;
    bottom: 24px
  }

  .ab-slide-indicator {
    right: 44px
  }

  .ab-stamp {
    left: 18px;
    bottom: 20px;
    transform: scale(.86);
    transform-origin: left bottom
  }
}



/* Stalna vertikalna pozicija proizvoda odvojena od GSAP transformacije */
.ab-product-main {
  translate: 0 -18px;
  transform: translateZ(0);
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Ostavljeno zbog eventualnog starog cached JS-a */
.ab-product-main.is-changing {
  opacity: 0;
  translate: 0 -18px;
  transform: scale(.97) translateZ(0);
}

/* CSS transition ne smije da se sukobljava sa GSAP-om */
.ab-hero.is-slide-transitioning .ab-product-main,
.ab-hero.is-product-transitioning .ab-product-main,
.ab-hero.is-slide-transitioning .ab-bg__image {
  transition: none !important;
}

.ab-bg__image,
.ab-copy>*,
.ab-product-info>*,
.ab-product-main,
.ab-thumbs {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ab-hero.is-slide-transitioning .ab-bg__image,
.ab-hero.is-slide-transitioning .ab-copy>*,
.ab-hero.is-slide-transitioning .ab-product-info>*,
.ab-hero.is-slide-transitioning .ab-product-main,
.ab-hero.is-slide-transitioning .ab-thumbs,
.ab-hero.is-product-transitioning .ab-product-info>*,
.ab-hero.is-product-transitioning .ab-product-main,
.ab-hero.is-product-transitioning .ab-thumbs {
  will-change: transform, opacity, filter;
}

#afterHero {
  scroll-margin-top: 96px;
}

/* ================================================================
   HERO V2 PATCH
   - prevents title punctuation clipping / flash
   - keeps product drop-shadow present during GSAP transitions
   - leaves enough room above the first content heading
   ================================================================ */

@media (min-width: 1051px) {
  .ab-copy {
    width: min(560px, 38vw);
    overflow: visible;
  }

  .ab-copy h1 {
    width: 100%;
    max-width: 540px;
    padding-right: 14px;
    overflow: visible;
    clip-path: none !important;
  }
}

.ab-product-main {
  /* GSAP now animates only opacity/transform, so the shadow never pops in late. */
  filter: drop-shadow(0 20px 22px rgba(42, 18, 8, .16)) !important;
  will-change: transform, opacity;
}

.ab-hero.is-slide-transitioning .ab-product-main,
.ab-hero.is-product-transitioning .ab-product-main {
  transition: none !important;
}

#afterHero {
  scroll-margin-top: 160px;
}

/* ================================================================
   HERO V3 STABILITY + EDITORIAL TITLE
   ================================================================ */

/* Keep the background colour treatment permanent. JavaScript now animates
   only opacity and scale, so there is no late filter/compositing flash. */
.ab-bg__image {
  transform: translateZ(0) scale(1.01);
  filter: saturate(.92) brightness(.98);
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ab-bg__image.is-active {
  transform: translateZ(0) scale(1);
}

/* Masked title-line reveal. The extra right padding gives punctuation enough
   room, so the final period is never clipped by the overflow mask. */
.ab-copy h1 {
  overflow: visible;
}

.ab-title-line {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding-right: .22em;
  margin-right: -.22em;
  padding-bottom: .1em;
  margin-bottom: -.1em;
}

.ab-title-line__inner {
  display: block;
  transform: translate3d(0, 0, 0);
  transform-origin: 0% 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

@media (min-width: 1051px) {
  .ab-title-line__inner {
    white-space: nowrap;
  }
}

/* The vertical placement and drop shadow are permanent CSS properties.
   GSAP never clears or replaces them. */
.ab-product-main {
  translate: 0 -18px;
  transform: translate3d(0, 0, 0);
  transform-origin: 50% 100%;
  filter: drop-shadow(0 20px 22px rgba(42, 18, 8, .16)) !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
}

.ab-thumbs,
.ab-thumb {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* CSS transform transitions make GSAP-driven thumbnails lag behind and then
   snap into their final position. Disable them only during JS transitions. */
.ab-hero.is-slide-transitioning .ab-thumb,
.ab-hero.is-product-transitioning .ab-thumb,
.ab-hero.is-slide-transitioning .ab-product-main,
.ab-hero.is-product-transitioning .ab-product-main,
.ab-hero.is-slide-transitioning .ab-bg__image {
  transition: none !important;
}

.ab-hero.is-slide-transitioning .ab-bg__image,
.ab-hero.is-slide-transitioning .ab-copy>*,
.ab-hero.is-slide-transitioning .ab-product-info>*,
.ab-hero.is-slide-transitioning .ab-product-main,
.ab-hero.is-slide-transitioning .ab-thumbs,
.ab-hero.is-slide-transitioning .ab-thumb,
.ab-hero.is-product-transitioning .ab-product-info>*,
.ab-hero.is-product-transitioning .ab-product-main,
.ab-hero.is-product-transitioning .ab-thumbs,
.ab-hero.is-product-transitioning .ab-thumb {
  will-change: transform, opacity;
}

/* Fallback offset for native anchor navigation. JS calculates the exact
   sticky-header offset when it performs the Lenis transition. */
#afterHero {
  scroll-margin-top: 180px;
}

/* ================================================================
   FINAL TITLE WIDTH FIX
   Prevents the animated line mask from cutting the last letters
   and punctuation on desktop.
   ================================================================ */
@media (min-width: 1051px) {

  .ab-copy,
  .ab-copy h1 {
    overflow: visible;
  }

  .ab-copy h1 {
    max-width: none;
  }

  .ab-title-line {
    width: max-content;
    max-width: none;
    padding-right: .38em;
    margin-right: -.38em;
  }

  .ab-title-line__inner {
    width: max-content;
    white-space: nowrap;
  }
}


/* ================================================================
   HERO V3 — stable background + loader intro
   ================================================================ */

/* A CSS filter on a full-viewport image can create a visible compositing
   change after the loader disappears. The existing wash/vignette overlays
   provide the colour treatment without that late GPU filter pass. */
.ab-bg__image,
.ab-bg__image.is-active {
  filter: none !important;
  transition: none !important;
}

/* Keep interaction disabled only while the deliberate intro is playing. */
.ab-hero.is-intro-pending,
.ab-hero.is-intro-playing {
  pointer-events: none;
}

.ab-hero.is-intro-playing .ab-bg__image,
.ab-hero.is-intro-playing .ab-title-line__inner,
.ab-hero.is-intro-playing .ab-panel,
.ab-hero.is-intro-playing .ab-product-main,
.ab-hero.is-intro-playing .ab-thumb {
  transition: none !important;
  will-change: transform, opacity;
}


/* ================================================================
   HERO V4 — stable product pedestal position
   ================================================================ */
@media (min-width: 1051px) {
  .ab-stage {
    align-items: flex-end;
  }

  .ab-product-main {
    /* Do not combine the individual translate property with GSAP transform. */
    translate: none !important;

    /* Same visual lift as the original translateY(-18px), but fully stable. */
    margin-bottom: 18px;

    transform-origin: 50% 100%;
  }
}


/* ================================================================
   HERO V5 — loader-ready initial slide and stable background layer
   ================================================================ */

/* The initial slide is fully rendered underneath the page loader. */
.ab-hero,
.ab-hero.is-intro-pending,
.ab-hero.is-intro-playing,
.ab-hero.is-intro-complete {
  pointer-events: auto;
}

/* Never transition or re-apply a full-screen CSS image filter. */
.ab-bg__image,
.ab-bg__image.is-active {
  filter: none !important;
  transition: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity, transform;
}

/* Keep the first background in its exact final state while the loader runs. */
.ab-hero[data-slide="0"] .ab-bg__image[data-slide-bg="0"] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}