:root {
  --black: #111;
  --text: #141414;
  --muted: #6b6b6b;
}

::selection {
  background-color: #f91e2f;
  color: #fff;
}
::-moz-selection {
  background-color: #f91e2f;
  color: #fff;
}

.announcement-bar {
  background: var(--black);
  color: #fff;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
  height: 36px;
  display: flex;
  align-items: center;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation-name: marquee;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.marquee-track > span {
  white-space: nowrap;
  padding: 0;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}
.marquee-track .dot {
  display: inline-block;
  padding: 0 1.8rem;
  letter-spacing: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.announcement-bar input {
  background: transparent;
  border: none;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  outline: none;
}

.brand {
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.icon-link i {
  font-size: 19px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.icon-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  font-size: .9rem;
}

.icon-link:hover { text-decoration: underline; }
.navbar .nav-link,
.navbar-right a,
.navbar-right .nav-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .10em;
}

#site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar > .container {
  height: 52px;
  max-height: 52px;
  min-height: 52px;
  align-items: center;
  display: flex;
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    height: 52px;
  }
  .navbar-left {
    flex: 1;
    justify-content: flex-start;
    margin: 0 !important;
  }
  .brand-center {
    flex: 0 0 auto;
    margin: 0 2rem;
    display: flex;
    align-items: center;
    height: 52px;
  }
  .navbar-right {
    flex: 1;
    justify-content: flex-end;
  }
}

.navbar-logo {
  height: 75px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  filter: brightness(0);
}

.brand-mobile {
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-logo-mobile {
  height: 55px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
  filter: brightness(0);
}

@media (max-width: 991px) {
  .navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand-mobile { order: 1; }
  .navbar-toggler {
    order: 2;
    margin-left: auto;
    border-color: #000;
    padding: 4px 8px;
    font-size: 0.85rem;
  }
  .navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280%2C0%2C0%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-collapse {
    order: 3;
    flex-basis: 100%;
    background: #fff;
    padding: 1rem;
  }
  .navbar-left { margin-bottom: 0 !important; }
  .navbar-left .nav-item {
    text-align: center;
    padding: 0.5rem 0;
  }
  .navbar-right {
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
  }
}

.hero {
  position: relative;
  height: calc(100vh - var(--header-h, 90px));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  animation: kenBurns 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes kenBurns {
  from { transform: scale(1.12); }
  to   { transform: scale(1.0); }
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}

.hero-content {
  position: absolute;
  bottom: 40%; /* ← mobil: výška New Releases nad View Collection */
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero-content {
    bottom: 30%; /* ← desktop: o kúsok nižšie */
  }
}

.hero-kicker {
  font-size: clamp(1.25rem, 2.6vw, 2.25rem);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-btn {
  border-radius: 999px;
  padding: .9rem 1.5rem;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.product-card {
  display: block;
  text-decoration: none;
  color: var(--text);
}

.product-imgwrap {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.product-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .5s ease, transform .6s ease;
}

.hover-img { opacity: 0; }

@media (hover: hover) {
  .product-card:hover .hover-img { opacity: 1; }
  .product-card:hover .main-img  { opacity: 0; }
  .product-card:hover img        { transform: scale(1.04); }
}

.product-title {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111;
}

.product-price {
  color: var(--muted);
  font-size: .95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-old-price {
  position: relative;
  color: #aaa;
  font-size: .85rem;
  display: inline-block;
}
.product-old-price::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #aaa;
}

.collections-narrow {
  margin: 80px 0 0;
  padding: 0 10%;
}
@media (max-width: 768px) {
  .collections-narrow {
    padding: 0 8px;
  }
}

.collection-card {
  display: block;
  text-decoration: none;
  color: var(--text);
  border: 1px solid #eee;
  overflow: hidden;
}

.collection-media {
  aspect-ratio: 3/4;
  overflow: hidden;
}

.collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .collection-card {
    display: block;
    width: 100%;
  }
  .collection-media {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 133%;
    aspect-ratio: unset;
  }
  .collection-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.collection-body { padding: 18px; }

.collection-title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  letter-spacing: .06em;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
}

.collection-text { color: var(--muted); }

/* ========== NEWSLETTER ========== */
@keyframes alive-fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes alive-slideIn {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}

.alive-newsletter {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #212529;
  padding: 70px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 40px auto 70px;
  position: relative;
  overflow: hidden;
}

.alive-newsletter-left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.alive-newsletter-left p {
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 300;
  color: #555;
  max-width: 340px;
  line-height: 1.6;
}

.alive-newsletter-form {
  display: flex;
  flex: 1;
  max-width: 520px;
  min-width: 260px;
  border: 1.5px solid #212529;
}

.alive-newsletter-form input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  outline: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  background: transparent;
  color: #212529;
}

.alive-newsletter-form input::placeholder { color: #aaa; }

.alive-newsletter-form button {
  padding: 16px 28px;
  background: #212529;
  color: #fff;
  border: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.alive-newsletter-form button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.alive-newsletter-form button:hover::after { transform: scaleX(1); }


/* ========== FOOTER ========== */
.alive-footer {
  background: #0a0a0a;
  padding: 30px 60px 0;
  border-top: 1px solid #1e1e1e;
}

.alive-footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #1e1e1e;
}

.alive-footer-col { opacity: 1; }

.alive-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
}

.alive-footer-brand img {
  display: block;
}

.alive-footer-brand .alive-tagline {
  margin-top: 0;
  font-size: 0.88rem;
  font-weight: 300;
  color: #666;
  line-height: 1.7;
  max-width: 220px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.alive-social-links {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.alive-social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #888;
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}

.alive-social-links a:hover { border-color: #fff; color: #fff; transform: translateY(-4px); }
.alive-social-links svg { width: 16px; height: 16px; fill: currentColor; }

.alive-footer-col h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #444;
  text-transform: uppercase;
  margin-top: 33px;
  margin-bottom: 22px;
}

.alive-footer-col ul { list-style: none; padding: 0; margin: 0; }
.alive-footer-col ul li { margin-bottom: 13px; }

.alive-footer-col ul li a {
  text-decoration: none;
  color: #999;
  font-size: 0.88rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  position: relative;
  transition: color 0.2s;
}

.alive-footer-col ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.25s ease;
}

.alive-footer-col ul li a:hover { color: #fff; }
.alive-footer-col ul li a:hover::after { width: 100%; }

.alive-payment-badge {
  background: #161616;
  border: 1px solid #242424;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0.7rem;
  color: #777;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.alive-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.alive-footer-bottom .alive-copy {
  font-size: 0.75rem;
  color: #444;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .alive-footer-brand img { margin-bottom: 0 !important; }
  .alive-footer-brand { gap: 12px; }
  .alive-footer-brand .alive-tagline { margin-top: 0 !important; }
}

@media (max-width: 900px) {
  .alive-newsletter { padding: 50px 30px; }
  .alive-footer { padding: 50px 30px 0; }
  .alive-footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 550px) {
  .alive-newsletter { flex-direction: column; padding: 40px 20px; }
  .alive-footer-top { grid-template-columns: 1fr; }
}

/* ========== PAGE LOAD ========== */
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; touch-action: pan-y; }
#page-wrapper { overflow-x: hidden; width: 100%; position: relative; }
main, .alive-newsletter, .alive-footer { overflow: hidden; }

#shop, #collections {
  scroll-margin-top: var(--header-h, 80px);
}

@keyframes pageFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
body {
  animation: pageFadeIn 0.5s ease forwards;
}


/* ========== SCROLL REVEAL ========== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== DIRECTIONAL SLIDE — COLLECTIONS ========== */
@keyframes revealUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.slide-left,
.slide-right {
  opacity: 0;
}
.slide-left.is-visible {
  animation: revealUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.slide-right.is-visible {
  animation: revealUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

/* ========== COLLECTION CARD HOVER ========== */
.collection-card {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s ease;
}
.collection-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.13);
}
.collection-media img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.collection-card:hover .collection-media img {
  transform: scale(1.06);
}

/* ========== PRODUCT CARD HOVER ========== */
.product-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .product-card:hover {
    transform: translateY(-5px);
  }
}