:root {
  font-family: "DM Sans", sans-serif;
  color: #0b0b0b;
  background: #f5f5f3;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.utility-bar {
  display: flex;
  min-height: 30px;
  padding: 0 5vw;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  background: white;
  font-size: .66rem;
}
.utility-bar > span { color: #666; }
.utility-bar div { display: flex; gap: 23px; }
.utility-bar a:hover { text-decoration: underline; }

.header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 0 5vw;
  border-bottom: 1px solid #dededb;
  background: rgb(255 255 255 / 96%);
  backdrop-filter: blur(12px);
}

.logo {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -.06em;
}

.logo { display: inline-flex; align-items: center; gap: 8px; }
.logo img { width: 29px; height: 29px; color: #0b0b0b; }
.nav { display: flex; gap: clamp(18px, 2.2vw, 36px); justify-self: center; }
.nav a { font-size: .82rem; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.nav a:hover { box-shadow: inset 0 -7px #dfff00; }
.trends-link span { color: #ff6d82; }
.sale-link { color: #f32828; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 13px; }
.icon-button, .cart-button, .favorite {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.icon-button { font-size: 1.4rem; }
.cart-button { display: flex; align-items: center; gap: 3px; font-weight: 700; }
.cart-button span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  place-items: center;
  border-radius: 50%;
  background: #0b0b0b;
  color: white;
  font-size: .73rem;
}
.cart-button .bag-icon {
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #0b0b0b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.search-box {
  display: flex;
  width: clamp(150px, 16vw, 230px);
  height: 38px;
  padding: 0 10px 0 13px;
  align-items: center;
  background: #eef0f2;
}
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font: inherit; }
.search-box > span:last-child { font-size: 1.55rem; }
.favorite-header {
  display: flex;
  padding: 6px 8px;
  border: 0;
  align-items: center;
  gap: 5px;
  background: transparent;
  cursor: pointer;
}
.header-heart-icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #0b0b0b;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.account-button {
  position: relative;
  width: 34px;
  height: 38px;
  padding: 0;
}
.profile-icon {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 28px;
  height: 28px;
  overflow: visible;
  fill: none;
  stroke: #0b0b0b;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.profile-badge {
  position: absolute;
  z-index: 2;
  top: -3px;
  right: -2px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #4c9474;
  color: white;
  font-size: .72rem;
  font-weight: 700;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-button { display: none; }

.hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: calc(100vh - 109px);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 8vw, 130px) 7vw;
}
.eyebrow {
  margin: 0 0 22px;
  color: #555;
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, .manifesto-text {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-size: clamp(3.6rem, 7vw, 7.4rem);
  line-height: .87;
}
em { color: #0b0b0b; font-family: "Manrope", sans-serif; font-style: italic; font-weight: 800; }
.hero-text {
  max-width: 480px;
  margin: 32px 0;
  color: #5c5c58;
  font-size: 1.02rem;
  line-height: 1.7;
}
.primary-button {
  display: flex;
  width: fit-content;
  gap: 40px;
  align-items: center;
  padding: 16px 20px;
  background: #0b0b0b;
  color: white;
  font-weight: 700;
  transition: gap .2s, background .2s;
}
.primary-button:hover { gap: 50px; background: #dfff00; color: #0b0b0b; }
.hero-notes {
  display: flex;
  gap: 28px;
  margin-top: 45px;
  color: #77736b;
  font-size: .72rem;
  text-transform: uppercase;
}
.hero-notes span::before { content: "●"; margin-right: 7px; color: #0b0b0b; }
.hero-image { position: relative; min-height: 580px; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; }
.image-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 9px 12px;
  background: #dfff00;
  font-size: .72rem;
  font-weight: 700;
}

.collection-strip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  padding: 19px 4vw;
  overflow: hidden;
  background: #dfff00;
  color: #0b0b0b;
  white-space: nowrap;
}
.collection-strip p { margin: 0; font-family: "Manrope", sans-serif; font-size: .93rem; font-weight: 800; text-transform: uppercase; }

.products-section { padding: 100px 5vw 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.category-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.category-filters button {
  padding: 10px 15px;
  border: 1px solid #bdbdb8;
  background: transparent;
  font: inherit;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.category-filters button:hover,
.category-filters button.active {
  border-color: #0b0b0b;
  background: #0b0b0b;
  color: #dfff00;
}
h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card.hidden { display: none; }
.empty-catalog { display: none; padding: 70px 20px; color: #77736b; text-align: center; }
.empty-catalog.show { display: block; }
.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #efefed;
}
.shoe-card .product-image { cursor: zoom-in; }
.product-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-image .product-photo {
  width: 100%;
  display: block;
  object-position: center;
}
.product-image .product-sprite {
  position: absolute;
  width: 200%;
  max-width: none;
  height: 200%;
  object-fit: cover;
}
.product-one { top: 0; left: 0; }
.product-two { top: 0; left: -100%; }
.product-three { top: -100%; left: 0; }
.product-four { top: -100%; left: -100%; }
.product-card:hover img { transform: scale(1.025); }
.product-card:hover .product-sprite { transform: none; }
.tag {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  background: #f4f1ea;
  font-size: .67rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tag.dark { background: #0b0b0b; color: #dfff00; }
.favorite {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 12px;
  font-size: 1.6rem;
}
.favorite.active { color: #ff3b30; }
.quick-add {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 13px;
  border: 0;
  background: rgb(244 241 234 / 94%);
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition: .2s ease;
}
.product-card:hover .quick-add { opacity: 1; transform: translateY(0); }
.quick-add:hover { background: #0b0b0b; color: #dfff00; }
.product-info { display: flex; justify-content: space-between; gap: 15px; padding-top: 15px; }
.product-info h3 { margin: 0 0 5px; font-size: .95rem; }
.product-info p { margin: 0; color: #77736b; font-size: .77rem; }
.product-info strong { font-size: .89rem; }

.manifesto {
  padding: 110px 7vw;
  background: #0b0b0b;
  color: #f5f5f3;
  text-align: center;
}
.manifesto .eyebrow { color: #dfff00; }
.manifesto em { color: #dfff00; }
.manifesto-text { margin: 0 auto 35px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1.1; }
.manifesto a { border-bottom: 1px solid #b8b4aa; padding-bottom: 5px; font-size: .87rem; }
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 5vw;
  border-top: 1px solid #d7d3ca;
  color: #67635c;
  font-size: .78rem;
}
.footer-logo { color: #171713; }

.cart-panel {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100vh;
  padding: 28px;
  background: #f5f5f3;
  transform: translateX(100%);
  transition: transform .3s ease;
}
.cart-panel.open { transform: translateX(0); }
.favorites-panel {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  width: min(470px, 100%);
  height: 100vh;
  padding: 28px;
  overflow-y: auto;
  background: #f5f5f3;
  transform: translateX(100%);
  transition: transform .3s ease;
}
.favorites-panel.open { transform: translateX(0); }
.panel-eyebrow { margin: 0 0 4px; color: #777; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.favorite-items { display: grid; min-height: 180px; padding: 20px 0; gap: 10px; }
.favorite-item {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 18px;
  border: 1px solid #ddd;
  align-items: center;
  gap: 12px;
  background: white;
}
.favorite-item h3 { margin: 0 0 6px; font-size: .9rem; }
.favorite-item p { margin: 0; color: #777; font-size: .75rem; }
.remove-favorite { font-size: 1.5rem; color: #d13b3b; }
.favorites-shop {
  display: block;
  padding: 15px;
  background: #0b0b0b;
  color: #dfff00;
  text-align: center;
  font-weight: 800;
}
.cart-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #d7d3ca; }
.cart-header h2 { font-size: 2rem; }
.cart-items { min-height: 150px; padding: 20px 0; }
.cart-item { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #dedad1; }
.empty-message { color: #77736b; }
.checkout-button { width: 100%; padding: 16px; border: 0; background: #0b0b0b; color: #dfff00; font-weight: 700; cursor: pointer; }
.overlay { position: fixed; z-index: 40; inset: 0; background: rgb(0 0 0 / 45%); opacity: 0; visibility: hidden; transition: .3s; }
.overlay.active { opacity: 1; visibility: visible; }
.toast {
  position: fixed;
  z-index: 60;
  right: 25px;
  bottom: 25px;
  padding: 14px 20px;
  background: #0b0b0b;
  color: #dfff00;
  transform: translateY(90px);
  transition: .25s;
}
.toast.show { transform: translateY(0); }

.product-modal {
  position: fixed;
  z-index: 55;
  inset: 3vh 3vw;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  overflow: auto;
  background: #f5f5f3;
  box-shadow: 0 30px 100px rgb(0 0 0 / 35%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.985);
  transition: .25s ease;
}
.product-modal.open { opacity: 1; visibility: visible; transform: none; }
.detail-close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #0b0b0b;
  color: white;
  font-size: 1.7rem;
  cursor: pointer;
}
.detail-gallery {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  min-height: 88vh;
  padding: 24px;
  background: #e9e9e6;
}
.detail-main-image, .thumb-frame {
  position: relative;
  overflow: hidden;
  background: #efefed;
}
.detail-main-image .detail-product-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-thumbnails.hidden { display: none; }
.detail-gallery.apparel-mode { grid-template-columns: 1fr; }
.detail-gallery.apparel-mode .detail-main-image { grid-column: 1; }
.detail-main-image { grid-column: 2; grid-row: 1; min-height: 600px; }
.gallery-sprite {
  position: absolute;
  width: 300%;
  max-width: none;
  height: 200%;
  object-fit: cover;
}
.gallery-red-one { top: 0; left: 0; }
.gallery-red-two { top: 0; left: -100%; }
.gallery-red-three { top: 0; left: -200%; }
.gallery-green-one { top: -100%; left: 0; }
.gallery-green-two { top: -100%; left: -100%; }
.gallery-green-three { top: -100%; left: -200%; }
.detail-view-label {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 14px;
  padding: 7px 10px;
  background: rgb(255 255 255 / 90%);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.detail-thumbnails {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  padding-right: 12px;
  flex-direction: column;
  gap: 10px;
}
.detail-thumb { padding: 0; border: 2px solid transparent; background: transparent; cursor: pointer; }
.detail-thumb.active { border-color: #0b0b0b; }
.thumb-frame { display: block; width: 100%; aspect-ratio: 1; }
.detail-content { display: flex; padding: clamp(70px, 8vw, 130px) clamp(28px, 5vw, 76px); flex-direction: column; justify-content: center; }
.detail-content h2 { font-size: clamp(2.7rem, 4vw, 5rem); line-height: .95; }
.detail-price { margin: 18px 0 26px; font-size: 1.3rem; font-weight: 800; }
.detail-content > p:not(.eyebrow) { color: #666; line-height: 1.7; }
.detail-divider { margin: 28px 0; border-top: 1px solid #d1d1cc; }
.detail-divider.compact { margin: 22px 0; }
.color-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: .85rem; }
.color-heading span { color: #666; }
.color-options { display: flex; gap: 11px; }
.color-option {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 3px solid #f5f5f3;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px #bbb;
  cursor: pointer;
}
.color-option:hover, .color-option.selected { box-shadow: 0 0 0 2px #0b0b0b; }
.color-option.selected::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--check, white);
  font-weight: 800;
}
.tone-red { filter: none; }
.tone-blue { filter: hue-rotate(125deg) saturate(.9); }
.tone-cobalt { filter: none; }
.tone-orange { filter: hue-rotate(155deg) saturate(1.25); }
.tone-black {
  filter: grayscale(1) brightness(.86) contrast(1.28);
}
.tone-lime { filter: none; }
.tone-white { filter: grayscale(1) saturate(0) brightness(1.28); }
.tone-purple { filter: hue-rotate(215deg) saturate(1.1); }
.size-heading { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: .85rem; }
.size-heading span { color: #666; text-decoration: underline; }
.sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.sizes button { padding: 12px 5px; border: 1px solid #ccc; background: transparent; cursor: pointer; }
.sizes button:hover, .sizes button.selected { border-color: #0b0b0b; background: #0b0b0b; color: white; }
.detail-add { margin-top: 22px; padding: 17px; border: 0; background: #0b0b0b; color: #dfff00; font-weight: 800; cursor: pointer; }
.detail-add:hover { background: #dfff00; color: #0b0b0b; }
.detail-benefits { display: flex; gap: 18px; margin-top: 20px; color: #666; font-size: .73rem; }

.account-modal {
  position: fixed;
  z-index: 56;
  inset: 5vh 8vw;
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(390px, 1.15fr);
  overflow: auto;
  background: white;
  box-shadow: 0 30px 100px rgb(0 0 0 / 40%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.985);
  transition: .25s ease;
}
.account-modal.open { opacity: 1; visibility: visible; transform: none; }
.account-visual { position: relative; min-height: 620px; overflow: hidden; background: #111; }
.account-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgb(0 0 0 / 82%)); }
.account-visual img { height: 100%; object-fit: cover; }
.account-visual > div { position: absolute; z-index: 2; right: 40px; bottom: 40px; left: 40px; color: white; }
.account-visual span { color: #dfff00; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.account-visual strong { display: block; margin-top: 12px; font-family: "Manrope", sans-serif; font-size: clamp(2.5rem, 4vw, 4.8rem); line-height: .9; letter-spacing: -.07em; }
.account-content { display: flex; padding: clamp(55px, 7vw, 100px); flex-direction: column; justify-content: center; }
.account-content h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: .95; }
.account-content > p:not(.eyebrow) { max-width: 530px; color: #666; line-height: 1.6; }
#registerForm { display: grid; margin-top: 25px; gap: 16px; }
#registerForm > label > span { display: block; margin-bottom: 7px; font-size: .75rem; font-weight: 700; }
#registerForm > label > input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #c9c9c4;
  outline: none;
  background: #fafafa;
}
#registerForm > label > input:focus { border-color: #0b0b0b; box-shadow: 0 0 0 2px #dfff00; }
#registerForm fieldset { display: grid; padding: 17px; border: 1px solid #ddd; gap: 13px; }
#registerForm legend { padding: 0 7px; font-size: .75rem; font-weight: 700; }
.check-option { display: flex; align-items: start; gap: 10px; cursor: pointer; }
.check-option input { width: 18px; height: 18px; accent-color: #0b0b0b; }
.check-option span { display: flex; flex-direction: column; gap: 3px; font-size: .8rem; }
.check-option small { color: #777; }
.form-error { min-height: 1.2em; margin: 0; color: #c52323; font-size: .78rem; font-weight: 700; }
.register-submit { padding: 16px; border: 0; background: #0b0b0b; color: #dfff00; font-weight: 800; cursor: pointer; }
.register-submit:hover { background: #dfff00; color: #0b0b0b; }
.privacy-note { color: #888; text-align: center; }
.account-success { display: none; padding: 35px 0; text-align: center; }
.account-success.show { display: block; }
.account-success > span { display: inline-grid; width: 65px; height: 65px; place-items: center; border-radius: 50%; background: #dfff00; font-size: 2rem; font-weight: 800; }
.account-success h3 { margin: 22px 0 10px; font-family: "Manrope", sans-serif; font-size: 1.7rem; }
.account-success p { color: #666; line-height: 1.6; }
.account-success button { padding: 11px 16px; border: 1px solid #0b0b0b; background: transparent; cursor: pointer; }

@media (max-width: 900px) {
  .header { grid-template-columns: 1fr auto 1fr; padding: 0 20px; }
  .menu-button { display: block; justify-self: start; }
  .utility-bar { display: none; }
  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    display: none;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    background: white;
    border-bottom: 1px solid #d7d3ca;
  }
  .nav.open { display: flex; }
  .search-box { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .hero-image { min-height: 70vh; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-add { opacity: 1; transform: none; }
  .product-modal { inset: 0; grid-template-columns: 1fr; }
  .detail-gallery { min-height: auto; grid-template-columns: 1fr; grid-template-rows: minmax(420px, 65vh) auto; }
  .detail-main-image { grid-column: 1; grid-row: 1; min-height: 0; }
  .detail-thumbnails { grid-column: 1; grid-row: 2; padding: 12px 0 0; flex-direction: row; }
  .detail-thumb { width: 80px; }
  .detail-content { padding: 55px 28px; }
  .account-modal { inset: 0; grid-template-columns: 1fr; }
  .account-visual { display: none; }
  .account-content { min-height: 100vh; padding: 70px 28px 40px; }
}

@media (max-width: 560px) {
  .announcement { font-size: .6rem; }
  .header { min-height: 66px; }
  .nav { top: 66px; }
  .cart-button { font-size: 0; }
  .cart-button span { font-size: .73rem; }
  .hero-copy { min-height: 600px; padding: 65px 24px; }
  h1 { font-size: 3.55rem; }
  .hero-notes { flex-direction: column; gap: 10px; }
  .collection-strip { justify-content: flex-start; }
  .products-section { padding: 75px 16px; }
  .section-heading { align-items: start; flex-direction: column; gap: 28px; }
  .category-filters { justify-content: flex-start; }
  .product-grid { gap: 10px; }
  .product-info { flex-direction: column; }
  footer { align-items: start; flex-direction: column; gap: 10px; }
}
