@layer reset, base, layout, components;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
}

@layer base {
  :root {
    --black: #080909;
    --ink: #111314;
    --cream: #efe7d2;
    --white: #fff9ec;
    --green: #2e6f4e;
    --lime: #7cff66;
    --cyan: #00d7c5;
    --pink: #ff4eb8;
    --orange: #dd9229;
    --yellow: #f6d64a;
    --muted: #d8ceb9;
    --line: rgba(255,249,236,.18);
    --shadow: 0 30px 100px rgba(0,0,0,.38);
  }

  body {
    min-height: 100vh;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--white);
    background:
      radial-gradient(circle at 12% 8%, rgba(0,215,197,.20), transparent 30%),
      radial-gradient(circle at 92% 18%, rgba(255,78,184,.15), transparent 32%),
      radial-gradient(circle at 50% 100%, rgba(246,214,74,.12), transparent 38%),
      var(--black);
    overflow-x: hidden;
  }

  body::before {
    content:"";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1000;
    opacity: .10;
    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
    mix-blend-mode: screen;
  }

  ::selection { background: var(--lime); color: var(--ink); }
}

@layer layout {
  .site-header {
    position: fixed;
    inset: 16px 18px auto;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(8,9,9,.68);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 60px rgba(0,0,0,.35);
  }

  .brand-mark {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Archivo Black", Inter, sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.07em;
    text-transform: uppercase;
  }

  .custom-logo { max-height: 42px; width: auto; }

  .brand-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 24px var(--lime);
  }

  .site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .site-nav a {
    padding: 10px 13px;
    border-radius: 999px;
    color: #eee3cc;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .site-nav a:hover, .nav-pill {
    background: rgba(255,255,255,.12);
  }

  .wrap {
    width: min(1160px, calc(100% - 44px));
    margin-inline: auto;
  }

  .section { padding: 96px 0; }
  .section--dark { background: rgba(0,0,0,.18); }
  .section--cream { background: var(--cream); color: var(--ink); }
  .page-shell { padding-top: 110px; }

  .site-footer {
    padding: 36px 22px 54px;
    color: #948a79;
  }

  .site-footer__inner {
    width: min(1160px, 100%);
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    font-weight: 800;
  }
}

@layer components {
  .hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
  }

  .hero__bg {
    position: absolute;
    inset: 0;
    opacity: .42;
    transform: scale(1.03);
  }

  .hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.85) contrast(1.05);
  }

  .hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(8,9,9,.90), rgba(8,9,9,.54) 54%, rgba(8,9,9,.20)),
      linear-gradient(180deg, rgba(8,9,9,.15), var(--black));
  }

  .hero__inner {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    width: min(1240px, calc(100% - 44px));
    margin: auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: end;
    padding: 116px 0 46px;
  }

  .hero__copy { padding-bottom: 44px; }

  .sticker-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    margin-bottom: 18px;
    background: var(--yellow);
    color: var(--ink);
    border: 3px solid var(--ink);
    border-radius: 12px;
    box-shadow: 6px 6px 0 var(--orange);
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .10em;
    text-transform: uppercase;
    transform: rotate(-2deg);
  }

  .hero-title, .section-title, .page-title {
    margin: 0;
    font-family: "Archivo Black", Inter, sans-serif;
    line-height: .82;
    letter-spacing: -.07em;
    text-transform: uppercase;
  }

  .hero-title {
    max-width: 760px;
    font-size: clamp(58px, 9.5vw, 132px);
  }

  .hero-text, .section-text {
    max-width: 620px;
    color: #e5d8be;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.22;
    font-weight: 800;
  }

  .hero-text { margin: 24px 0 28px; }

  .hero-actions, .cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 16px 22px;
    border: 2px solid var(--white);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 1000;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease, color .25s ease;
  }

  .btn:hover { transform: translateY(-3px); }
  .btn--light { background: var(--white); color: var(--ink); }
  .btn--ghost { background: rgba(255,255,255,.08); color: var(--white); }
  .btn--acid { background: var(--lime); color: var(--ink); border-color: var(--lime); box-shadow: 0 0 34px rgba(124,255,102,.28); }

  .hero__product {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 42px;
    background: #141819;
    box-shadow: var(--shadow);
  }

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

  .hero__product::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 36%, rgba(0,0,0,.76));
  }

  .hero__product-caption {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    text-transform: uppercase;
    font-weight: 950;
  }

  .hero__product-caption b {
    font-family: "Archivo Black", Inter, sans-serif;
    font-size: 36px;
    letter-spacing: -.06em;
  }

  .hero__product-caption span { color: #d6cab5; text-align: right; }

  .kicker {
    margin: 0 0 12px;
    color: var(--lime);
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .kicker--dark { color: var(--green); }

  .section-title {
    max-width: 930px;
    margin-bottom: 28px;
    font-size: clamp(40px, 6.5vw, 88px);
  }

  .section-title--dark { color: var(--ink); }

  .category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .category-card {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
    box-shadow: 0 18px 60px rgba(0,0,0,.20);
  }

  .category-card:nth-child(1){background:linear-gradient(145deg, rgba(0,215,197,.18), rgba(255,255,255,.035))}
  .category-card:nth-child(2){background:linear-gradient(145deg, rgba(255,78,184,.18), rgba(255,255,255,.035))}
  .category-card:nth-child(3){background:linear-gradient(145deg, rgba(124,255,102,.16), rgba(255,255,255,.035))}
  .category-card:nth-child(4){background:linear-gradient(145deg, rgba(246,214,74,.17), rgba(255,255,255,.035))}

  .category-card span { color: #9b927f; font-weight: 1000; }
  .category-card h3 {
    margin: 0 0 10px;
    font-family: "Archivo Black", Inter, sans-serif;
    font-size: 30px;
    line-height: .95;
    letter-spacing: -.05em;
    text-transform: uppercase;
  }
  .category-card p { margin: 0; color: var(--muted); line-height: 1.35; font-weight: 700; }

  .marquee {
    overflow: hidden;
    background: var(--cream);
    color: var(--ink);
    border-block: 5px solid var(--orange);
    font-family: "Archivo Black", Inter, sans-serif;
    font-size: clamp(34px, 7vw, 88px);
    letter-spacing: -.06em;
    white-space: nowrap;
    text-transform: uppercase;
  }

  .marquee div {
    display: inline-block;
    padding: 17px 0;
    animation: revup-marquee 18s linear infinite;
  }

  .gallery-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: center;
  }

  .photo-stack {
    min-height: 680px;
    position: relative;
  }

  .photo-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 38px;
    background: #151515;
    box-shadow: var(--shadow);
  }

  .photo-card img { width: 100%; height: 100%; object-fit: cover; }

  .photo-card--big {
    position: absolute;
    inset: 0 auto auto 8%;
    width: 68%;
    height: 82%;
  }

  .photo-card--small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 46%;
    border: 5px solid var(--black);
  }

  .about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 44px;
    align-items: start;
  }

  .about-copy p {
    margin: 0 0 20px;
    color: #4d514b;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.15;
    font-weight: 850;
  }

  .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .tag-row span {
    padding: 10px 12px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .cta {
    display: grid;
    grid-template-columns: 1fr .72fr;
    gap: 28px;
    align-items: center;
    padding: 46px;
    border: 1px solid var(--line);
    border-radius: 42px;
    background: #111514;
    box-shadow: var(--shadow);
  }

  .content-card {
    max-width: 840px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: rgba(255,255,255,.06);
  }
}

@keyframes revup-marquee {
  to { transform: translateX(-50%); }
}


/* REVUP v0.3 */
.hero-v03 {
  min-height: 100vh;
}

.hero__inner-v03 {
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  padding-bottom: 68px;
}

.hero__copy-v03 {
  padding-bottom: 0;
  position: relative;
  z-index: 5;
}

.hero-title-v03 {
  max-width: 820px;
  font-size: clamp(64px, 10vw, 154px);
  line-height: .76;
  text-wrap: balance;
}

.hero-text-v03 {
  max-width: 470px;
  font-size: clamp(20px, 2.15vw, 30px);
}

.hero-collage {
  position: relative;
  min-height: 720px;
  isolation: isolate;
}

.collage-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  background: #111;
  box-shadow: var(--shadow);
}

.collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-card--main {
  position: absolute;
  right: 4%;
  top: 6%;
  width: min(520px, 72%);
  height: 620px;
  border-radius: 46px;
  transform: rotate(2deg);
}

.collage-card--main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0,0,0,.72));
}

.collage-card--main figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  text-transform: uppercase;
  font-weight: 950;
}

.collage-card--main figcaption b {
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 42px;
  line-height: .85;
  letter-spacing: -.06em;
}

.collage-card--main figcaption span {
  color: #d6cab5;
  text-align: right;
}

.collage-card--sign {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 54%;
  height: 300px;
  border-radius: 34px;
  transform: rotate(-5deg);
  border: 5px solid var(--black);
  z-index: 2;
}

.floating-word {
  position: absolute;
  z-index: 4;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(42px, 6vw, 92px);
  line-height: .8;
  letter-spacing: -.07em;
  color: rgba(255,249,236,.92);
  text-transform: uppercase;
  pointer-events: none;
  mix-blend-mode: screen;
  text-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.floating-word--one {
  left: -3%;
  top: 24%;
  transform: rotate(-6deg);
  color: var(--lime);
}

.floating-word--two {
  right: -1%;
  bottom: 17%;
  transform: rotate(5deg);
  color: var(--yellow);
}

.category-card {
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.category-card:hover {
  transform: translateY(-8px) rotate(-.4deg);
  border-color: rgba(255,249,236,.42);
}

.site-header {
  transition: background .25s ease, transform .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  border-color: rgba(255,255,255,.32);
}

.marquee div {
  will-change: transform;
}

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

  .hero-collage {
    min-height: 620px;
  }

  .collage-card--main {
    right: 0;
    width: 74%;
    height: 540px;
  }

  .collage-card--sign {
    left: 0;
    bottom: 3%;
    width: 58%;
  }
}

@media(max-width: 620px) {
  .hero-collage {
    min-height: 510px;
  }

  .collage-card--main {
    width: 86%;
    height: 450px;
    border-radius: 32px;
  }

  .collage-card--sign {
    width: 64%;
    height: 210px;
    border-radius: 24px;
  }

  .floating-word {
    font-size: clamp(32px, 12vw, 54px);
  }

  .floating-word--one {
    top: 12%;
    left: 0;
  }

  .floating-word--two {
    right: 0;
    bottom: 10%;
  }
}


/* REVUP v0.3.1 fix: clean hero collage, no temporary screenshot image */
.hero-collage--clean {
  min-height: 680px;
}

.collage-card--billboard {
  position: absolute;
  right: 4%;
  top: 12%;
  width: min(560px, 76%);
  height: 420px;
  border-radius: 42px;
  transform: rotate(3deg);
  border: 1px solid rgba(255,255,255,.24);
}

.collage-card--billboard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.76));
}

.collage-card--billboard figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  text-transform: uppercase;
  font-weight: 950;
}

.collage-card--billboard figcaption b {
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 42px;
  line-height: .85;
  letter-spacing: -.06em;
}

.collage-card--billboard figcaption span {
  color: #d6cab5;
  text-align: right;
}

.product-orbit {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  border: 26px solid currentColor;
  box-shadow: inset 0 0 20px rgba(255,255,255,.28), 0 25px 70px rgba(0,0,0,.28);
  filter: drop-shadow(0 0 28px currentColor);
  opacity: .9;
}

.product-orbit--cyan {
  color: var(--cyan);
  width: 170px;
  height: 170px;
  left: 3%;
  bottom: 17%;
  transform: rotate(-16deg);
}

.product-orbit--green {
  color: var(--lime);
  width: 132px;
  height: 132px;
  right: 10%;
  bottom: 9%;
  transform: rotate(12deg);
}

.product-orbit--yellow {
  color: var(--yellow);
  width: 112px;
  height: 112px;
  left: 34%;
  top: 8%;
  transform: rotate(5deg);
}

.strap-mock {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 70px;
  height: 260px;
  border-radius: 18px;
  background: #0d0f0f;
  border: 1px solid rgba(255,255,255,.24);
  color: var(--white);
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 22px;
  letter-spacing: -.04em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  box-shadow: var(--shadow);
}

.strap-mock--one {
  left: 18%;
  top: 22%;
  transform: rotate(-12deg);
}

.strap-mock--two {
  right: 2%;
  top: 45%;
  transform: rotate(12deg);
  color: var(--lime);
}

.hero-collage--clean .floating-word--one {
  left: 1%;
  top: 36%;
}

.hero-collage--clean .floating-word--two {
  right: 0;
  bottom: 20%;
}

@media(max-width: 980px) {
  .hero-collage--clean { min-height: 590px; }
  .collage-card--billboard {
    width: 78%;
    height: 360px;
  }
}

@media(max-width: 620px) {
  .hero-collage--clean { min-height: 500px; }
  .collage-card--billboard {
    width: 88%;
    height: 290px;
    border-radius: 28px;
  }
  .product-orbit--cyan { width: 130px; height: 130px; border-width: 20px; }
  .product-orbit--green { width: 100px; height: 100px; border-width: 18px; }
  .product-orbit--yellow { width: 84px; height: 84px; border-width: 16px; }
  .strap-mock {
    width: 54px;
    height: 190px;
    font-size: 17px;
  }
}


/* REVUP v0.3.2: calmer premium hero */
.hero-v032 .hero__bg {
  opacity: .30;
}

.hero__inner-v032 {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
}

.hero-title-v032 {
  font-size: clamp(64px, 10vw, 150px);
  line-height: .77;
  max-width: 900px;
}

.hero-text-v032 {
  font-size: clamp(20px, 2vw, 28px);
  max-width: 520px;
}

.hero-showcase {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}

.showcase-photo {
  position: absolute;
  right: 4%;
  top: 12%;
  width: min(580px, 88%);
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 44px;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
  background: #111;
}

.showcase-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(0,0,0,.62));
}

.showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-ring {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  border: 30px solid currentColor;
  filter: drop-shadow(0 0 28px currentColor);
  opacity: .92;
}

.showcase-ring--cyan {
  color: var(--cyan);
  width: 180px;
  height: 180px;
  left: 5%;
  bottom: 15%;
}

.showcase-ring--yellow {
  color: var(--yellow);
  width: 125px;
  height: 125px;
  right: 6%;
  top: 5%;
  border-width: 24px;
}

.showcase-strap {
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 12%;
  width: 74px;
  height: 270px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.24);
  background: #090a0a;
  color: var(--white);
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 24px;
  letter-spacing: -.04em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  box-shadow: var(--shadow);
  transform: rotate(9deg);
}

.showcase-label {
  position: absolute;
  z-index: 5;
  left: 2%;
  top: 47%;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--lime);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--orange);
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 34px;
  line-height: .9;
  letter-spacing: -.05em;
  transform: rotate(-5deg);
}

@media(max-width: 980px) {
  .hero__inner-v032 {
    grid-template-columns: 1fr;
  }
  .hero-showcase {
    min-height: 570px;
  }
  .showcase-photo {
    right: 0;
    width: 84%;
    height: 390px;
  }
}

@media(max-width: 620px) {
  .hero-showcase {
    min-height: 460px;
  }
  .showcase-photo {
    width: 88%;
    height: 300px;
    border-radius: 30px;
  }
  .showcase-ring--cyan {
    width: 130px;
    height: 130px;
    border-width: 22px;
  }
  .showcase-ring--yellow {
    width: 90px;
    height: 90px;
    border-width: 18px;
  }
  .showcase-strap {
    width: 56px;
    height: 200px;
    font-size: 18px;
  }
  .showcase-label {
    font-size: 25px;
  }
}


/* REVUP v0.4: drop section + lookbook */
.section-head {
  display: grid;
  grid-template-columns: 1fr .62fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.section-text--right {
  margin: 0 0 28px;
  font-size: 18px;
  color: #d8ceb9;
}

.drop-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 30px;
  align-items: start;
}

.drop-copy {
  position: sticky;
  top: 110px;
}

.drop-list {
  display: grid;
  gap: 12px;
}

.drop-item {
  min-height: 112px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.drop-item:hover {
  transform: translateX(8px);
  border-color: rgba(124,255,102,.55);
  background: linear-gradient(135deg, rgba(124,255,102,.15), rgba(255,255,255,.04));
}

.drop-item span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-weight: 1000;
}

.drop-item b {
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(24px, 3vw, 46px);
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.drop-item em {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.section-gallery {
  overflow: hidden;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 145px;
  gap: 14px;
}

.lookbook-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: #141717;
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
}

.lookbook-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lookbook-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.72));
  pointer-events: none;
}

.lookbook-card figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  font-weight: 1000;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
}

.lookbook-card--wide {
  grid-column: span 7;
  grid-row: span 3;
}

.lookbook-card--tall {
  grid-column: span 5;
  grid-row: span 4;
}

.lookbook-card--graphic {
  grid-column: span 4;
  grid-row: span 2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lookbook-card--graphic::after {
  display: none;
}

.lookbook-card--graphic span {
  font-weight: 1000;
  color: rgba(255,249,236,.68);
}

.lookbook-card--graphic b {
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(28px, 3.5vw, 54px);
  line-height: .84;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.lookbook-card--cyan {
  background: linear-gradient(135deg, rgba(0,215,197,.28), rgba(255,255,255,.04));
}

.lookbook-card--pink {
  background: linear-gradient(135deg, rgba(255,78,184,.26), rgba(255,255,255,.04));
}

.lookbook-card--green {
  background: linear-gradient(135deg, rgba(124,255,102,.24), rgba(255,255,255,.04));
}

.cta-v04 {
  background:
    radial-gradient(circle at 80% 10%, rgba(124,255,102,.18), transparent 32%),
    radial-gradient(circle at 20% 90%, rgba(0,215,197,.16), transparent 30%),
    #111514;
}

.cta-actions-v04 {
  justify-content: flex-end;
}

@media(max-width: 980px) {
  .section-head,
  .drop-layout {
    grid-template-columns: 1fr;
  }

  .drop-copy {
    position: static;
  }

  .lookbook-grid {
    grid-auto-rows: 130px;
  }

  .lookbook-card--wide,
  .lookbook-card--tall,
  .lookbook-card--graphic {
    grid-column: span 6;
  }

  .cta-actions-v04 {
    justify-content: flex-start;
  }
}

@media(max-width: 620px) {
  .drop-item {
    grid-template-columns: 44px 1fr;
  }

  .drop-item em {
    grid-column: 2;
  }

  .lookbook-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .lookbook-card--wide,
  .lookbook-card--tall,
  .lookbook-card--graphic {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
}


/* REVUP v0.5: editable images + social CTA */
body.admin-bar .site-header {
  top: 32px;
}

.lookbook-card--medium {
  grid-column: span 4;
  grid-row: span 2;
}

.cta-actions-v04 .btn {
  min-width: 150px;
}

@media(max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media(max-width: 980px) {
  .lookbook-card--medium {
    grid-column: span 6;
  }
}

@media(max-width: 620px) {
  .lookbook-card--medium {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
}


/* REVUP v0.6: shop preview + footer polish */
.section-products {
  background:
    radial-gradient(circle at 20% 0%, rgba(0,215,197,.12), transparent 30%),
    radial-gradient(circle at 80% 100%, rgba(255,78,184,.10), transparent 32%);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.shop-card {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  box-shadow: 0 22px 80px rgba(0,0,0,.24);
  transition: transform .25s ease, border-color .25s ease;
}

.shop-card:hover {
  transform: translateY(-8px);
  border-color: rgba(124,255,102,.45);
}

.shop-card__visual {
  min-height: 280px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: #111;
}

.shop-card__visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 60%);
}

.shop-card__visual span {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 28px solid currentColor;
  filter: drop-shadow(0 0 32px currentColor);
}

.shop-card__visual--cyan { color: var(--cyan); }
.shop-card__visual--yellow { color: var(--yellow); }
.shop-card__visual--black { color: var(--white); }

.shop-card__visual--black span {
  width: 78px;
  height: 220px;
  border: 0;
  border-radius: 18px;
  background: #070808;
  box-shadow: 0 25px 80px rgba(0,0,0,.45);
}

.shop-card__visual--black span::after {
  content: "REVUP";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 24px;
  writing-mode: vertical-rl;
  color: var(--white);
}

.shop-card__body {
  padding: 24px;
}

.shop-card__body b {
  display: block;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: .9;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.shop-card__body p {
  min-height: 54px;
  margin: 14px 0 20px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.35;
}

.shop-card__body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.shop-card__body em {
  color: var(--lime);
  font-style: normal;
  font-weight: 1000;
}

.shop-card__body a {
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.site-footer-v06 {
  padding: 70px 22px 44px;
  border-top: 1px solid var(--line);
  background: #070808;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
}

.footer-logo {
  display: block;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(58px, 9vw, 130px);
  line-height: .75;
  letter-spacing: -.08em;
  color: var(--white);
}

.site-footer-v06 p {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.footer-links,
.footer-meta {
  display: grid;
  gap: 10px;
  font-weight: 950;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-links a:hover,
.footer-meta a:hover {
  color: var(--lime);
}

@media(max-width: 980px) {
  .product-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    gap: 34px;
  }
}

@media(max-width: 620px) {
  .shop-card__visual {
    min-height: 230px;
  }
}


/* REVUP v0.7: products from admin */
.shop-card__photo {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
  background: #111;
}

.shop-card__photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform .35s ease;
}

.shop-card--real:hover .shop-card__photo img {
  transform: scale(1.04);
}

.shop-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.single-product-page {
  padding-top: 90px;
}

.single-product-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 40px;
  align-items: center;
}

.single-product-media {
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid var(--line);
  background: #111;
  box-shadow: var(--shadow);
}

.single-product-media img {
  width: 100%;
  height: min(72vh, 720px);
  object-fit: cover;
}

.single-product-info {
  max-width: 680px;
}

.single-product-content {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 750;
  line-height: 1.35;
}

.single-product-buy {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.single-product-buy strong {
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  line-height: .9;
  letter-spacing: -.06em;
  color: var(--lime);
}

@media(max-width: 900px) {
  .single-product-grid {
    grid-template-columns: 1fr;
  }
}


/* REVUP v0.8: layout alignment pass */
:root {
  --wrap: min(1180px, calc(100% - 48px));
  --section-gap: clamp(76px, 8vw, 128px);
}

.wrap,
.hero__inner,
.site-footer__inner {
  width: var(--wrap);
}

.section {
  padding: var(--section-gap) 0;
}

.site-header {
  width: calc(100% - 32px);
  max-width: none;
}

/* Hero: stop title/card collision */
.hero__inner-v032 {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .82fr);
  gap: clamp(28px, 4vw, 64px);
}

.hero__copy-v032 {
  max-width: 820px;
}

.hero-title-v032 {
  max-width: 780px;
  font-size: clamp(58px, 8.25vw, 132px);
}

.hero-text-v032 {
  max-width: 430px;
}

.hero-showcase {
  min-height: 610px;
}

.showcase-photo {
  right: 0;
  top: 15%;
  width: min(440px, 88%);
  height: 390px;
}

.showcase-ring--cyan {
  left: 2%;
  bottom: 17%;
}

.showcase-strap {
  right: 0;
}

.showcase-label {
  left: 2%;
  top: 48%;
}

/* Shared section heads */
.section-head {
  grid-template-columns: minmax(0, .95fr) minmax(280px, .48fr);
  align-items: start;
}

.section-head .section-title {
  max-width: 780px;
}

.section-text--right {
  max-width: 430px;
  justify-self: end;
}

/* Categories */
.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
  min-height: 250px;
}

/* Drop section */
.drop-layout {
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  gap: clamp(32px, 6vw, 90px);
}

.drop-list {
  max-width: 760px;
  justify-self: end;
  width: 100%;
}

.drop-item {
  min-height: 100px;
}

/* Product cards */
.product-grid {
  align-items: stretch;
}

.shop-card {
  display: flex;
  flex-direction: column;
}

.shop-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.shop-card__body div {
  margin-top: auto;
}

/* Lookbook: more stable masonry */
.lookbook-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 118px;
  align-items: stretch;
}

.lookbook-card--wide {
  grid-column: span 6;
  grid-row: span 4;
}

.lookbook-card--tall {
  grid-column: span 6;
  grid-row: span 4;
}

.lookbook-card--medium {
  grid-column: span 4;
  grid-row: span 3;
}

.lookbook-card--graphic {
  grid-column: span 4;
  grid-row: span 3;
}

.lookbook-card img {
  object-position: center;
}

/* About */
.about-grid {
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr);
  gap: clamp(36px, 6vw, 88px);
}

.about-copy {
  max-width: 660px;
  justify-self: end;
}

/* CTA */
.cta {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
}

.cta-actions-v04 {
  align-items: stretch;
}

.cta-actions-v04 .btn {
  width: 100%;
}

/* Footer */
.footer-grid {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(28px, 6vw, 96px);
}

.footer-links,
.footer-meta {
  justify-items: start;
}

@media(max-width: 1100px) {
  .hero__inner-v032 {
    grid-template-columns: 1fr;
  }

  .hero__copy-v032 {
    max-width: 100%;
  }

  .hero-title-v032 {
    max-width: 900px;
  }

  .hero-showcase {
    min-height: 500px;
    width: min(680px, 100%);
    justify-self: center;
  }

  .showcase-photo {
    width: 72%;
    height: 340px;
  }
}

@media(max-width: 980px) {
  :root {
    --wrap: min(100% - 32px, 760px);
  }

  .section-head,
  .drop-layout,
  .about-grid,
  .cta {
    grid-template-columns: 1fr;
  }

  .section-text--right,
  .drop-list,
  .about-copy {
    justify-self: start;
    max-width: 100%;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 620px) {
  :root {
    --wrap: calc(100% - 28px);
  }

  .hero-title-v032 {
    font-size: clamp(50px, 16vw, 82px);
  }

  .hero-showcase {
    min-height: 430px;
  }

  .showcase-photo {
    width: 88%;
    height: 280px;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .lookbook-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lookbook-card--wide,
  .lookbook-card--tall,
  .lookbook-card--medium,
  .lookbook-card--graphic {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .drop-item {
    padding: 20px;
  }

  .footer-logo {
    font-size: clamp(58px, 20vw, 98px);
  }
}


/* REVUP v0.9: real product photos */
.hero-v032 .hero__bg {
  opacity: .42;
}

.showcase-photo img {
  object-position: center;
}

.showcase-photo::after {
  background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.68));
}

.shop-card__photo img {
  height: 340px;
  object-position: center;
}

.lookbook-grid-v09 {
  grid-auto-rows: 132px;
}

.lookbook-grid-v09 .lookbook-card--wide {
  grid-column: span 7;
  grid-row: span 4;
}

.lookbook-grid-v09 .lookbook-card--tall {
  grid-column: span 5;
  grid-row: span 5;
}

.lookbook-grid-v09 .lookbook-card--medium {
  grid-column: span 4;
  grid-row: span 3;
}

.lookbook-card img {
  transition: transform .45s ease;
}

.lookbook-card:hover img {
  transform: scale(1.035);
}

@media(max-width: 980px) {
  .lookbook-grid-v09 .lookbook-card--wide,
  .lookbook-grid-v09 .lookbook-card--tall,
  .lookbook-grid-v09 .lookbook-card--medium {
    grid-column: span 6;
    grid-row: span 3;
  }
}

@media(max-width: 620px) {
  .lookbook-grid-v09 .lookbook-card--wide,
  .lookbook-grid-v09 .lookbook-card--tall,
  .lookbook-grid-v09 .lookbook-card--medium {
    grid-column: auto;
    grid-row: auto;
  }
}


/* REVUP v1.0: premium control panel + cleaner Nothing/TE direction */
body {
  background:
    radial-gradient(circle at 8% 10%, rgba(124,255,102,.10), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(0,215,197,.08), transparent 32%),
    var(--black);
}

.category-card,
.drop-item,
.shop-card,
.lookbook-card,
.cta {
  backdrop-filter: blur(10px);
}

.sticker-label,
.showcase-label,
.shop-tag {
  box-shadow: 5px 5px 0 rgba(217,146,41,.95);
}

.btn,
.drop-item,
.category-card,
.shop-card {
  will-change: transform;
}

.hero__bg img {
  filter: saturate(.75) contrast(1.02) brightness(.82);
}

.section-title {
  text-wrap: balance;
}

.site-nav a,
.btn,
.shop-card__body a {
  letter-spacing: .06em;
}

@media(max-width: 620px) {
  .site-nav a:not(.nav-pill) { display:none; }
}


/* REVUP v1.2: editable typography */
body {
  font-family: var(--font-body);
  font-size: var(--type-body-size);
  line-height: var(--type-body-lh);
}

.brand-mark,
.hero-title,
.section-title,
.page-title,
.category-card h3,
.drop-item b,
.shop-card__body b,
.footer-logo,
.showcase-label,
.collage-card--main figcaption b,
.collage-card--billboard figcaption b,
.hero__product-caption b,
.floating-word,
.strap-mock,
.single-product-buy strong,
.lookbook-card--graphic b {
  font-family: var(--font-heading);
}

.hero-title-v032,
.hero-title-v03,
.hero-title {
  font-size: clamp(50px, 8.25vw, var(--type-hero-size));
  line-height: var(--type-hero-lh);
}

.section-title {
  font-size: clamp(38px, 6.5vw, var(--type-section-size));
  line-height: var(--type-section-lh);
}

.hero-text,
.section-text,
.about-copy p,
.single-product-content {
  font-size: var(--type-body-size);
  line-height: var(--type-body-lh);
}

.category-card p,
.drop-copy .section-text,
.shop-card__body p,
.site-footer-v06 p {
  line-height: var(--type-body-lh);
}


/* REVUP v1.3: cleaner real-product hero + editable marquee + section order */
.hero-showcase-real {
  min-height: 560px;
}

.showcase-photo-real {
  right: 0;
  top: 50%;
  width: min(540px, 92%);
  height: 420px;
  transform: translateY(-50%) rotate(2deg);
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: var(--shadow);
  background: #111;
}

.showcase-photo-real img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.showcase-photo-real::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(0,0,0,.56)),
    radial-gradient(circle at 18% 82%, rgba(0,215,197,.24), transparent 34%);
  pointer-events: none;
}

.showcase-badge-real {
  position: absolute;
  z-index: 5;
  left: 2%;
  bottom: 20%;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--lime);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--orange);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.8vw, 42px);
  line-height: .9;
  letter-spacing: -.04em;
  transform: rotate(-5deg);
}

.hero-showcase-real .showcase-ring,
.hero-showcase-real .showcase-strap,
.hero-showcase-real .showcase-label,
.hero-showcase-real .product-orbit,
.hero-showcase-real .strap-mock,
.hero-showcase-real .floating-word {
  display: none !important;
}

@media(max-width: 1100px) {
  .showcase-photo-real {
    top: 48%;
    width: min(620px, 88%);
    height: 390px;
  }
}

@media(max-width: 620px) {
  .hero-showcase-real {
    min-height: 380px;
  }

  .showcase-photo-real {
    width: 88%;
    height: 300px;
    border-radius: 30px;
  }

  .showcase-badge-real {
    left: 4%;
    bottom: 16%;
  }
}


/* REVUP v1.5: design controls + presets */
body::before {
  opacity: var(--revup-grain-opacity);
}

.section {
  padding: var(--revup-section-gap) 0;
}

.category-card,
.drop-item,
.shop-card,
.lookbook-card,
.cta,
.showcase-photo-real,
.showcase-photo,
.site-header,
.revup-panel {
  border-radius: var(--revup-radius);
}

.marquee div {
  animation-duration: var(--revup-marquee-speed);
}

.showcase-ring,
.product-orbit,
.shop-card__visual span {
  filter: drop-shadow(0 0 calc(32px * var(--revup-glow)) currentColor);
}

.showcase-badge-real,
.sticker-label,
.shop-tag {
  box-shadow: calc(6px * var(--revup-glow)) calc(6px * var(--revup-glow)) 0 rgba(217,146,41,.95);
}

/* Presets */
.revup-preset-nothing {
  --lime: #d7ff4f;
  --yellow: #f6f1e6;
  --cyan: #b8fff7;
  --black: #050606;
  --cream: #f4f1e8;
}

.revup-preset-nothing .sticker-label,
.revup-preset-nothing .showcase-badge-real,
.revup-preset-nothing .shop-tag {
  box-shadow: none;
  border-color: rgba(255,255,255,.26);
}

.revup-preset-nothing .category-card,
.revup-preset-nothing .drop-item,
.revup-preset-nothing .shop-card,
.revup-preset-nothing .lookbook-card,
.revup-preset-nothing .cta {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.16);
}

.revup-preset-teenage {
  --lime: #ff6b2c;
  --yellow: #f0e6c8;
  --cyan: #96a7ff;
  --black: #10100f;
  --cream: #f3ead4;
}

.revup-preset-teenage .btn,
.revup-preset-teenage .site-nav a,
.revup-preset-teenage .kicker {
  font-family: "IBM Plex Mono", monospace;
}

.revup-preset-teenage .category-card,
.revup-preset-teenage .drop-item,
.revup-preset-teenage .shop-card,
.revup-preset-teenage .lookbook-card,
.revup-preset-teenage .cta {
  border-radius: 8px;
}

.revup-preset-acid {
  --lime: #75ff35;
  --yellow: #ffe24a;
  --cyan: #00ffe0;
  --black: #060706;
  --cream: #fff9ec;
}

.revup-preset-acid .hero__bg img {
  filter: saturate(1.15) contrast(1.08) brightness(.82);
}

.revup-preset-warm {
  --lime: #d99a2b;
  --yellow: #f6d64a;
  --cyan: #2e6f4e;
  --black: #14100c;
  --cream: #fff2d3;
}

.revup-preset-warm body,
body.revup-preset-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(217,154,43,.16), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(46,111,78,.12), transparent 32%),
    var(--black);
}


/* REVUP v1.6: lightbox + interactive polish */
.site-header.is-hidden {
  transform: translateY(-120%);
}

.revup-animations-off *,
.revup-animations-off *::before,
.revup-animations-off *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

.revup-body.revup-lock {
  overflow: hidden;
}

.revup-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(3,4,4,.82);
  backdrop-filter: blur(18px);
}

.revup-lightbox[hidden] {
  display: none;
}

.revup-lightbox img {
  max-width: min(1180px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--revup-radius);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 30px 110px rgba(0,0,0,.55);
}

.revup-lightbox span {
  margin-top: 16px;
  color: var(--white);
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.revup-lightbox__close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.revup-backtop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-weight: 1000;
  box-shadow: 0 0 calc(34px * var(--revup-glow)) rgba(124,255,102,.35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .25s ease;
}

.revup-backtop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lookbook-card[data-lightbox-card] {
  cursor: zoom-in;
}

.lookbook-card[data-lightbox-card]:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.shop-card,
.category-card,
.drop-item,
.lookbook-card {
  transform-style: preserve-3d;
}

@media(max-width: 620px) {
  .revup-lightbox {
    padding: 16px;
  }

  .revup-lightbox__close {
    top: 14px;
    right: 14px;
  }

  .revup-backtop {
    right: 14px;
    bottom: 14px;
  }
}


/* REVUP v1.7: mobile menu + active nav + SEO/footer controls */
.site-nav a.is-active {
  background: rgba(124,255,102,.14);
  color: var(--lime);
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  min-height: 42px;
  padding: 10px 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-menu-toggle i {
  width: 18px;
  height: 12px;
  position: relative;
  display: block;
}

.mobile-menu-toggle i::before,
.mobile-menu-toggle i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform .22s ease, top .22s ease;
}

.mobile-menu-toggle i::before { top: 1px; }
.mobile-menu-toggle i::after { top: 9px; }

.revup-menu-open .mobile-menu-toggle i::before {
  top: 5px;
  transform: rotate(45deg);
}

.revup-menu-open .mobile-menu-toggle i::after {
  top: 5px;
  transform: rotate(-45deg);
}

@media(max-width: 760px) {
  .mobile-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 10px;
    right: 10px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(8,9,9,.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 80px rgba(0,0,0,.45);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .22s ease, transform .22s ease;
  }

  .revup-menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a,
  .site-nav a:not(.nav-pill) {
    display: flex !important;
    justify-content: space-between;
    min-height: 48px;
    padding: 15px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    font-size: 14px;
  }

  .site-nav a::after {
    content: "→";
    opacity: .55;
  }
}


/* REVUP v1.8: shop controls */
.shop-tag--sold {
  background: #ff4b4b;
  color: #fff;
}

.shop-tag--limited {
  background: var(--yellow);
  color: var(--ink);
}

.shop-tag--new {
  background: var(--lime);
  color: var(--ink);
}

.shop-card__body div:has(a:only-child) {
  justify-content: flex-end;
}

.shop-card__body div a {
  margin-left: auto;
}


/* REVUP Studio v2.1: graffiti logo */
.brand-mark {
  min-width: 0;
}

.brand-mark-graffiti {
  letter-spacing: 0;
  gap: 9px;
}

.brand-logo-img {
  width: var(--revup-logo-width);
  max-height: 44px;
  object-fit: contain;
  display: block;
  mix-blend-mode: screen;
}

.footer-logo-img {
  width: var(--revup-logo-footer-width);
  max-width: min(100%, var(--revup-logo-footer-width));
  height: auto;
  display: block;
  mix-blend-mode: screen;
}

.footer-logo-img + p,
.footer-logo + p {
  margin-top: 20px;
}

@media(max-width: 620px) {
  .brand-logo-img {
    width: min(var(--revup-logo-width), 128px);
    max-height: 38px;
  }

  .footer-logo-img {
    width: min(100%, 360px);
  }
}


/* REVUP Studio v2.2: editable Hero Sticker */
.showcase-badge-real {
  left: var(--revup-sticker-x);
  bottom: var(--revup-sticker-y);
  transform: rotate(var(--revup-sticker-rotate)) scale(var(--revup-sticker-size));
  transform-origin: center;
  white-space: nowrap;
}

.showcase-badge-lime {
  background: var(--lime);
  color: var(--ink);
}

.showcase-badge-yellow {
  background: var(--yellow);
  color: var(--ink);
}

.showcase-badge-white {
  background: var(--white);
  color: var(--ink);
}

.showcase-badge-black {
  background: var(--ink);
  color: var(--white);
  border-color: var(--white);
}

.showcase-badge-cyan {
  background: var(--cyan);
  color: var(--ink);
}

.showcase-badge-pink {
  background: var(--pink);
  color: var(--ink);
}

@media(max-width: 620px) {
  .showcase-badge-real {
    left: calc(var(--revup-sticker-x) * .6);
    bottom: calc(var(--revup-sticker-y) * .8);
  }
}


/* REVUP Studio v3.0: catalog + product page */
.catalog-page,
.product-page {
  padding-top: 92px;
}

.catalog-hero,
.product-hero {
  padding: clamp(70px, 9vw, 130px) 0 46px;
}

.catalog-title,
.product-title {
  max-width: 1100px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(48px, 8vw, 128px);
  line-height: .82;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.catalog-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
  margin-top: 34px;
}

.catalog-search,
.catalog-sort {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}

.catalog-search input,
.catalog-sort select {
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--white);
  padding: 0 18px;
  font: inherit;
  outline: none;
}

.catalog-sort select option {
  color: var(--ink);
}

.catalog-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.catalog-filters button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: var(--white);
  min-height: 42px;
  padding: 0 14px;
  font: inherit;
  font-weight: 1000;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-filters button.is-active {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(var(--revup-catalog-columns, 3), minmax(0, 1fr));
  gap: 16px;
}

.catalog-card {
  overflow: hidden;
  border-radius: var(--revup-radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  box-shadow: 0 22px 80px rgba(0,0,0,.20);
}

.catalog-card.is-hidden {
  display: none;
}

.catalog-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #111;
}

.catalog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.catalog-card:hover .catalog-card__media img {
  transform: scale(1.045);
}

.catalog-card__body {
  padding: 22px;
}

.catalog-card__body h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 42px);
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.catalog-card__body p {
  min-height: 46px;
  color: var(--muted);
  font-weight: 750;
}

.catalog-card__body div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.catalog-card__body strong {
  color: var(--lime);
  font-weight: 1000;
}

.catalog-card__body div a {
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.catalog-empty {
  grid-column: 1 / -1;
  padding: 46px;
  border-radius: var(--revup-radius);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.product-main-photo {
  overflow: hidden;
  margin: 0;
  border-radius: var(--revup-radius);
  border: 1px solid var(--line);
  background: #111;
  box-shadow: var(--shadow);
}

.product-main-photo img {
  width: 100%;
  height: min(74vh, 760px);
  object-fit: cover;
}

.product-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.product-thumbs span {
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.product-thumbs span:first-child {
  background: var(--lime);
}

.product-cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.product-cats span {
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
}

.product-price {
  margin: 24px 0;
  font-family: var(--font-heading);
  color: var(--lime);
  font-size: clamp(38px, 5vw, 78px);
  line-height: .9;
  letter-spacing: -.06em;
}

.product-description {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 750;
  line-height: 1.45;
}

.product-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

@media(max-width: 980px) {
  .catalog-tools,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-main-photo img {
    height: auto;
    aspect-ratio: 4 / 5;
  }
}

@media(max-width: 620px) {
  .catalog-page,
  .product-page {
    padding-top: 74px;
  }

  .catalog-title,
  .product-title {
    font-size: clamp(44px, 14vw, 76px);
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card__media {
    aspect-ratio: 1 / 1.1;
  }

  .catalog-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .catalog-filters button {
    white-space: nowrap;
  }
}


/* REVUP Studio v3.1: Drops */
.catalog-filters--drops {
  margin-top: 10px;
  opacity: .92;
}

.catalog-filters--drops button {
  border-style: dashed;
}

.drop-product-item > div {
  min-width: 0;
}

.drop-product-item small {
  display: block;
  margin-bottom: 6px;
  color: var(--lime);
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.drop-archive-page .section-text {
  margin-top: 20px;
}

.drop-layout-v31 .btn {
  margin-top: 18px;
}


/* REVUP Studio v3.2: product gallery + specs */
.product-main-photo img {
  height: min(74vh, var(--revup-product-image-height));
}

.product-thumb-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-thumb-list button {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  cursor: pointer;
  opacity: .62;
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.product-thumb-list button:hover,
.product-thumb-list button.is-active {
  opacity: 1;
  border-color: var(--lime);
  transform: translateY(-2px);
}

.product-thumb-list img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.product-specs div {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
}

.product-specs__wide {
  grid-column: 1 / -1;
}

.product-specs span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-specs b {
  color: var(--white);
  font-weight: 900;
  line-height: 1.25;
}

@media(max-width: 620px) {
  .product-thumb-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-specs {
    grid-template-columns: 1fr;
  }
}


/* REVUP Studio v3.3: Mobile module */
@media(max-width: 620px) {
  .hero__inner,
  .hero__inner-v032 {
    min-height: var(--revup-mobile-hero-height);
  }

  .hero-title,
  .hero-title-v032,
  .hero-title-v03 {
    font-size: var(--revup-mobile-hero-title-size);
  }

  .section {
    padding: var(--revup-mobile-section-gap) 0;
  }

  .category-card,
  .drop-item,
  .shop-card,
  .lookbook-card,
  .catalog-card,
  .cta,
  .product-main-photo,
  .showcase-photo-real,
  .showcase-photo {
    border-radius: var(--revup-mobile-card-radius);
  }

  .catalog-grid {
    grid-template-columns: repeat(var(--revup-mobile-catalog-columns), minmax(0, 1fr));
  }

  .revup-mobile-header-pill .site-header {
    inset: 12px;
    padding: 14px;
    border-radius: 28px;
  }

  .revup-mobile-header-pill .brand-logo-img {
    max-height: 44px;
  }

  .revup-mobile-header-minimal .site-header {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .revup-mobile-header-minimal .mobile-menu-toggle {
    background: rgba(8,9,9,.72);
    backdrop-filter: blur(12px);
  }

  .product-actions .btn,
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .catalog-tools {
    gap: 12px;
  }

  .catalog-search input,
  .catalog-sort select {
    min-height: 52px;
  }

  .shop-card__body,
  .catalog-card__body {
    padding: 20px;
  }

  .product-info {
    padding-top: 10px;
  }
}


/* REVUP Studio v3.4: Catalog Quick View */
.catalog-card__body div button {
  padding: 10px 13px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  cursor: pointer;
}

.quick-view-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3,4,4,.82);
  backdrop-filter: blur(18px);
}

.quick-view-modal[hidden] {
  display: none;
}

.quick-view-panel {
  width: min(1080px, 94vw);
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--revup-radius);
  background:
    radial-gradient(circle at 80% 0%, rgba(124,255,102,.12), transparent 34%),
    #101312;
  box-shadow: 0 30px 120px rgba(0,0,0,.55);
}

.quick-view-image {
  min-height: 620px;
  background: #111;
}

.quick-view-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-view-info {
  padding: clamp(28px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quick-view-info h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(42px, 6vw, 88px);
  line-height: .86;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.quick-view-info p[data-quick-desc] {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 750;
  line-height: 1.38;
}

.quick-view-info strong {
  margin: 10px 0 24px;
  color: var(--lime);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 68px);
  line-height: .9;
  letter-spacing: -.06em;
}

.quick-view-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.quick-view-close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

@media(max-width: 820px) {
  .quick-view-panel {
    grid-template-columns: 1fr;
    max-height: 88vh;
    overflow: auto;
  }

  .quick-view-image {
    min-height: auto;
  }

  .quick-view-image img {
    aspect-ratio: 1 / 1;
  }

  .quick-view-actions .btn {
    width: 100%;
  }
}


/* REVUP Studio v3.5: Lookbook Projects */
.lookbook-projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lookbook-project-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--revup-radius);
  border: 1px solid var(--line);
  background: #111;
  box-shadow: 0 22px 80px rgba(0,0,0,.22);
}

.lookbook-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.78));
}

.lookbook-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.lookbook-project-card:hover img {
  transform: scale(1.04);
}

.lookbook-project-card span,
.lookbook-project-card b {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
}

.lookbook-project-card span {
  bottom: 92px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lookbook-project-card b {
  bottom: 24px;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.5vw, 58px);
  line-height: .88;
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: var(--white);
}

.lookbook-projects-archive {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lookbook-single-grid {
  grid-auto-rows: 140px;
}

@media(max-width: 980px) {
  .lookbook-projects,
  .lookbook-projects-archive {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 620px) {
  .lookbook-projects,
  .lookbook-projects-archive {
    grid-template-columns: 1fr;
  }

  .lookbook-project-card {
    min-height: 430px;
  }
}


/* REVUP Studio v4.0: Motion & Experience */
.revup-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(124,255,102,.16), transparent 34%),
    var(--black);
  color: var(--white);
  transition: opacity .55s ease, visibility .55s ease;
}

.revup-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.revup-loader div {
  width: min(440px, calc(100vw - 44px));
}

.revup-loader span {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(52px, 10vw, 118px);
  line-height: .8;
  letter-spacing: -.08em;
  text-transform: uppercase;
}

.revup-loader i {
  display: block;
  height: 7px;
  margin-top: 22px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
}

.revup-loader i::before {
  content: "";
  display: block;
  height: 100%;
  width: 42%;
  border-radius: inherit;
  background: var(--lime);
  animation: revup-loader-line 1s ease-in-out infinite alternate;
}

@keyframes revup-loader-line {
  from { transform: translateX(0); }
  to { transform: translateX(140%); }
}

.revup-page-transitions-on {
  animation: revup-page-in .38s ease both;
}

.revup-page-leave {
  animation: revup-page-out .26s ease both;
}

@keyframes revup-page-in {
  from { opacity: 0; transform: translateY(12px); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes revup-page-out {
  to { opacity: 0; transform: translateY(10px); filter: blur(5px); }
}

.revup-animations-on .hero::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(124,255,102,.14), transparent 26%),
    radial-gradient(circle at 80% 60%, rgba(0,215,197,.10), transparent 30%);
  animation: revup-dynamic-glow var(--revup-motion-glow-speed) ease-in-out infinite alternate;
}

@keyframes revup-dynamic-glow {
  from { transform: translate3d(-2%, -1%, 0) scale(1); opacity: .65; }
  to { transform: translate3d(2%, 1%, 0) scale(1.04); opacity: 1; }
}

.revup-floating-sticker-on .showcase-badge-real {
  animation: revup-sticker-float calc(5s / max(var(--revup-motion-intensity), .4)) ease-in-out infinite;
}

@keyframes revup-sticker-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.revup-tilt-on .shop-card,
.revup-tilt-on .catalog-card,
.revup-tilt-on .category-card,
.revup-tilt-on .lookbook-project-card,
.revup-tilt-on .drop-item {
  transition: transform .18s ease, border-color .25s ease, background .25s ease;
  transform-style: preserve-3d;
}

@media (prefers-reduced-motion: reduce) {
  .revup-loader,
  .revup-loader *,
  .revup-page-transitions-on,
  .revup-page-leave,
  .revup-animations-on .hero::before,
  .revup-floating-sticker-on .showcase-badge-real {
    animation: none !important;
    transition: none !important;
  }
}


/* REVUP Studio v4.1: Performance + fixes */
.revup-loader {
  z-index: 2147483647;
  pointer-events: all;
}

.revup-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.brand-mark-text {
  font-family: var(--font-heading);
  letter-spacing: -.07em;
}

.brand-mark-text .brand-dot {
  display: inline-block;
}

.brand-mark-graffiti .brand-dot {
  display: none;
}

/* Fix saves not visually applying due old browser cache/selector priority */
.brand-logo-img,
.footer-logo-img {
  object-fit: contain;
}

/* Better responsive pass */
@media(max-width: 760px) {
  html, body {
    overflow-x: hidden;
  }

  .site-header {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .brand-mark {
    max-width: calc(100vw - 160px);
  }

  .brand-logo-img {
    width: min(var(--revup-logo-width), 132px);
  }

  .hero__inner,
  .hero__inner-v032 {
    width: calc(100% - 28px);
    padding-top: 98px;
    min-height: auto;
  }

  .hero__copy-v032 {
    max-width: 100%;
  }

  .hero-title,
  .hero-title-v032,
  .hero-title-v03 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-text,
  .hero-text-v032 {
    max-width: 100%;
  }

  .hero-showcase-real {
    min-height: 360px;
    width: 100%;
  }

  .showcase-photo-real {
    left: auto;
    right: 0;
    width: 92%;
    height: min(330px, 62vw);
  }

  .section-head {
    gap: 12px;
  }

  .catalog-tools {
    grid-template-columns: 1fr;
  }

  .quick-view-panel {
    width: calc(100vw - 24px);
    border-radius: var(--revup-mobile-card-radius);
  }

  .quick-view-info {
    padding: 22px;
  }

  .quick-view-image img {
    max-height: 48vh;
  }

  .product-layout {
    gap: 22px;
  }

  .product-gallery {
    width: 100%;
  }

  .product-title,
  .catalog-title {
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media(max-width: 420px) {
  .brand-logo-img {
    width: min(var(--revup-logo-width), 112px);
  }

  .mobile-menu-toggle {
    padding-inline: 11px;
  }

  .mobile-menu-toggle span {
    max-width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-title,
  .hero-title-v032,
  .hero-title-v03 {
    font-size: min(var(--revup-mobile-hero-title-size), 64px);
  }
}


/* REVUP Studio v4.2: Mobile Fix + product owner template */
@media(max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto !important;
    max-width: none !important;
    min-height: 58px;
    padding: 8px 10px;
    transform: none;
    z-index: 9990;
  }

  .site-header.is-hidden {
    transform: translateY(-120%);
  }

  .brand-mark {
    max-width: calc(100vw - 124px);
    flex: 0 1 auto;
  }

  .brand-mark span:not(.brand-dot) {
    font-size: 24px;
    line-height: 1;
  }

  .brand-logo-img {
    width: min(var(--revup-logo-width), 118px) !important;
    max-height: 36px;
  }

  .mobile-menu-toggle {
    margin-left: auto;
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 999px;
    flex: 0 0 auto;
  }

  .site-nav {
    top: 78px;
    max-height: calc(100vh - 98px);
    overflow-y: auto;
  }

  body.admin-bar .site-nav {
    top: 112px;
    max-height: calc(100vh - 132px);
  }

  .hero,
  .catalog-page,
  .product-page,
  .lookbook-page,
  .lookbook-single {
    padding-top: 82px;
  }

  .hero__inner,
  .hero__inner-v032 {
    padding-top: 22px !important;
    width: calc(100% - 28px);
    min-height: auto !important;
    display: grid;
    gap: 24px;
  }

  .hero__copy-v032 {
    padding-top: 0;
  }

  .hero-title,
  .hero-title-v032,
  .hero-title-v03 {
    font-size: min(var(--revup-mobile-hero-title-size), 74px) !important;
    line-height: .82;
    max-width: 100%;
    letter-spacing: -.07em;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-showcase-real {
    min-height: 320px !important;
    height: 320px;
    margin-top: 8px;
  }

  .showcase-photo-real {
    top: 50%;
    right: 0;
    width: 100%;
    height: 290px;
    transform: translateY(-50%) rotate(1deg);
    border-radius: var(--revup-mobile-card-radius);
  }

  .showcase-badge-real {
    max-width: calc(100vw - 60px);
    white-space: nowrap;
    font-size: 26px;
    left: 8px;
    bottom: 22px;
  }

  .section {
    padding: var(--revup-mobile-section-gap) 0;
  }

  .wrap,
  .hero__inner,
  .hero__inner-v032,
  .site-footer__inner {
    width: calc(100% - 28px) !important;
  }

  .section-title {
    font-size: clamp(40px, 13vw, 68px);
    line-height: .86;
  }

  .category-grid,
  .product-grid,
  .lookbook-projects,
  .lookbook-projects-archive {
    grid-template-columns: 1fr !important;
  }

  .shop-card__photo,
  .catalog-card__media {
    min-height: 0;
  }

  .shop-card__photo img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .catalog-card__body div {
    align-items: stretch;
  }

  .catalog-card__body div a,
  .catalog-card__body div button {
    margin-left: auto;
    white-space: nowrap;
  }

  .drop-item {
    grid-template-columns: auto 1fr;
    gap: 14px;
  }

  .drop-item em {
    grid-column: 2;
    justify-self: start;
  }

  .marquee {
    overflow: hidden;
  }

  .marquee div {
    font-size: clamp(40px, 15vw, 72px);
  }
}

@media(max-width: 380px) {
  .brand-logo-img {
    width: 104px !important;
  }

  .brand-mark span:not(.brand-dot) {
    font-size: 22px;
  }

  .mobile-menu-toggle span {
    max-width: 48px;
  }

  .hero-title,
  .hero-title-v032,
  .hero-title-v03 {
    font-size: min(var(--revup-mobile-hero-title-size), 60px) !important;
  }

  .showcase-photo-real {
    height: 250px;
  }

  .hero-showcase-real {
    height: 280px;
    min-height: 280px !important;
  }
}


/* REVUP Studio v4.3: HARD mobile header fix */
@media(max-width: 760px) {
  body.revup-mobile-header-hidden .site-header,
  body.revup-mobile-header-hidden .site-nav,
  body.revup-mobile-header-hidden .mobile-menu-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.revup-mobile-header-hidden .hero,
  body.revup-mobile-header-hidden .catalog-page,
  body.revup-mobile-header-hidden .product-page,
  body.revup-mobile-header-hidden .lookbook-page,
  body.revup-mobile-header-hidden .lookbook-single {
    padding-top: 0 !important;
  }

  body.revup-mobile-header-hidden .hero__inner,
  body.revup-mobile-header-hidden .hero__inner-v032 {
    padding-top: 28px !important;
  }

  body.revup-mobile-header-hidden .catalog-hero,
  body.revup-mobile-header-hidden .product-hero {
    padding-top: 36px !important;
  }

  /* If mobile header is enabled manually, keep it sane */
  body.revup-mobile-header-visible .site-header {
    position: sticky !important;
    top: 8px !important;
    left: auto !important;
    right: auto !important;
    width: calc(100% - 20px) !important;
    margin: 8px auto 0 !important;
    transform: none !important;
  }

  body.revup-mobile-header-visible .site-header.is-hidden {
    transform: none !important;
  }

  body.revup-mobile-header-visible .site-nav {
    top: 78px !important;
  }

  /* Product cards mobile visibility */
  .shop-card,
  .catalog-card {
    min-height: auto !important;
  }

  .shop-card__photo,
  .catalog-card__media {
    background: rgba(255,255,255,.04);
  }

  .shop-card__body,
  .catalog-card__body {
    position: relative;
    z-index: 2;
    background: rgba(8,9,9,.72);
  }

  .shop-card__body b,
  .catalog-card__body h2 {
    color: var(--white);
    opacity: 1;
  }

  .shop-card__body p,
  .catalog-card__body p {
    color: rgba(255,249,236,.72);
    opacity: 1;
  }

  .shop-card__body em,
  .catalog-card__body strong {
    color: var(--lime);
    opacity: 1;
  }

  .shop-card__body a,
  .catalog-card__body a,
  .catalog-card__body button {
    opacity: 1;
  }
}


/* REVUP Studio v4.4: mobile hero overflow fix */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.hero,
.hero__inner,
.hero__inner-v032,
.hero__copy-v032,
.hero-showcase,
.hero-showcase-real {
  max-width: 100%;
  box-sizing: border-box;
}

@media(max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden !important;
  }

  .hero {
    overflow: hidden !important;
  }

  .hero__inner,
  .hero__inner-v032 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box;
  }

  .hero__copy-v032 {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .kicker,
  .hero-title,
  .hero-title-v032,
  .hero-title-v03,
  .hero-text,
  .hero-text-v032 {
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .hero-title,
  .hero-title-v032,
  .hero-title-v03 {
    font-size: clamp(48px, 15vw, 68px) !important;
    line-height: .82 !important;
    letter-spacing: -.075em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .hero-text,
  .hero-text-v032 {
    font-size: clamp(18px, 5.2vw, 24px) !important;
    line-height: 1.12 !important;
  }

  .hero-actions {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .hero-showcase-real {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .showcase-photo-real {
    width: 100% !important;
    max-width: 100% !important;
    right: auto !important;
    left: 0 !important;
    transform: translateY(-50%) rotate(0deg) !important;
    box-sizing: border-box;
  }

  .showcase-badge-real {
    left: 14px !important;
    right: auto !important;
    max-width: calc(100vw - 44px) !important;
    transform-origin: left center !important;
    font-size: clamp(24px, 8vw, 34px) !important;
  }

  .section,
  .wrap,
  .category-grid,
  .product-grid,
  .catalog-grid,
  .lookbook-grid {
    max-width: 100% !important;
    box-sizing: border-box;
  }
}

@media(max-width: 380px) {
  .hero-title,
  .hero-title-v032,
  .hero-title-v03 {
    font-size: clamp(42px, 14vw, 58px) !important;
  }

  .hero__inner,
  .hero__inner-v032 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
