/* Silva Stone — Stage Dijital Kurumsal Tema v4 */

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #0c0c0c #ececec;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #ececec;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #0c0c0c;
  border: 2px solid #ececec;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #171717;
}

::selection {
  background: #171717;
  color: #fff;
}

#site-header {
  z-index: 60;
  isolation: isolate;
}
#site-header .pill-btn {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(10px);
}
#site-header .pill-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
#site-header .lang-btn {
  color: rgba(255, 255, 255, 0.5);
}
#site-header .lang-btn.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

/* Scrolled light header */
#site-header.is-scrolled {
  background: rgba(247, 247, 245, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228, 226, 221, 0.9);
}

body[data-page] #site-header.is-scrolled {
  background: #fff;
  backdrop-filter: none;
  border-bottom: 1px solid #ececec;
}
#site-header.is-scrolled .logo-header-light { display: none; }
#site-header.is-scrolled .logo-header-dark { display: block; }
#site-header .header-byline {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}
#site-header.is-scrolled .header-byline {
  color: rgba(23, 23, 23, 0.72);
}

#site-header.is-scrolled .pill-btn {
  background: #171717;
  color: #fff;
  backdrop-filter: none;
}
#site-header.is-scrolled .pill-btn:hover {
  background: #0c0c0c;
}
#site-header.is-scrolled .lang-btn {
  color: rgba(255, 255, 255, 0.5);
}
#site-header.is-scrolled .lang-btn.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border-radius: 50%;
  flex: none;
  line-height: 0;
  font-size: 1.15rem;
}

.search-toggle i {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 88;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5.5rem 1rem 2rem;
  background: rgba(12, 12, 12, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

body.search-open {
  overflow: hidden;
}

body.search-open .search-overlay {
  opacity: 1;
  pointer-events: auto;
}

.search-panel {
  width: min(40rem, 100%);
  background: #fff;
  box-shadow: 0 28px 80px rgba(12, 12, 12, 0.22);
  transform: translateY(10px);
  transition: transform 0.28s ease;
}

body.search-open .search-panel {
  transform: none;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.2rem 0.85rem;
  border-bottom: 1px solid #efefef;
}

.search-form > i {
  font-size: 1.35rem;
  color: #8a8680;
}

.search-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 1.15rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #171717;
  outline: none;
}

.search-form input::placeholder {
  color: #b0aca6;
}

.search-form kbd {
  padding: 0.2rem 0.45rem;
  border: 1px solid #e4e2dd;
  border-radius: 0.35rem;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8680;
}

.search-hint {
  margin: 0;
  padding: 0.75rem 1.2rem 0;
  font-size: 12px;
  font-weight: 300;
  color: #8a8680;
}

.search-hits {
  padding: 0.65rem 0.65rem 1rem;
}

.search-hits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-hits a {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.55rem 0.55rem;
}

.search-hits a:hover {
  background: #f7f7f5;
}

.search-hits img {
  width: 3.1rem;
  height: 3.1rem;
  object-fit: cover;
  border: 1px solid #efefef;
}

.search-hits strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.search-hits em {
  display: block;
  margin-top: 0.12rem;
  font-style: normal;
  font-size: 12px;
  font-weight: 300;
  color: #8a8680;
}

.search-empty {
  margin: 0.4rem 0.55rem 0.2rem;
  font-size: 14px;
  font-weight: 300;
  color: #8a8680;
}

.search-all {
  display: flex;
  width: calc(100% - 1.1rem);
  margin: 0.35rem 0.55rem 0;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.search-all:hover {
  background: #0c0c0c;
}

.logo-on-dark {
  filter: brightness(0) invert(1);
}

.stage-logo {
  opacity: 0.85;
}

/* Animated black dropdown under Menu button */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 80;
  min-width: 220px;
  transform-origin: top left;
  background: #0c0c0c;
  border-radius: 1.25rem;
  padding: 0.55rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px) scale(0.96);
  transition:
    opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.28s;
}
.nav-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.nav-dropdown-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-drop-link {
  display: block;
  border-radius: 0.85rem;
  padding: 0.7rem 0.95rem;
  font-size: 14px;
  font-weight: 450;
  color: rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translateY(8px);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-drop-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.nav-drop-link--muted {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
}
.nav-dropdown.is-open .nav-drop-link {
  opacity: 1;
  transform: translateY(0);
}
.nav-dropdown.is-open .nav-drop-link:nth-child(1) { transition-delay: 0.04s; }
.nav-dropdown.is-open .nav-drop-link:nth-child(2) { transition-delay: 0.07s; }
.nav-dropdown.is-open .nav-drop-link:nth-child(3) { transition-delay: 0.1s; }
.nav-dropdown.is-open .nav-drop-link:nth-child(4) { transition-delay: 0.13s; }
.nav-dropdown.is-open .nav-drop-link:nth-child(5) { transition-delay: 0.16s; }
.nav-dropdown.is-open .nav-drop-link:nth-child(6) { transition-delay: 0.19s; }
.nav-dropdown.is-open .nav-drop-link:nth-child(7) { transition-delay: 0.22s; }

.nav-drop-mobile {
  display: none;
}

.nav-drop-head {
  display: none;
}

#menu-toggle[aria-expanded="true"] #menu-toggle-icon {
  transform: rotate(90deg);
}

/* Hero — single frame */
.hero-media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s ease;
  will-change: opacity, transform;
}

.hero-media-img.is-active {
  opacity: 1;
  animation: heroKen 18s ease-out forwards;
}

.hero-media-img[data-hero-bg="0"] { object-position: 72% 42%; }
.hero-media-img[data-hero-bg="1"] { object-position: 50% 50%; }
.hero-media-img[data-hero-bg="2"] { object-position: 78% 45%; }

.hero-media-shade {
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.55) 0%, rgba(12, 12, 12, 0.28) 48%, rgba(12, 12, 12, 0.35) 100%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.4) 0%, rgba(12, 12, 12, 0.2) 40%, rgba(12, 12, 12, 0.35) 100%);
}

.hero.is-light .hero-media-shade {
  background:
    linear-gradient(90deg, rgba(28, 24, 20, 0.58) 0%, rgba(28, 24, 20, 0.32) 46%, rgba(28, 24, 20, 0.22) 100%),
    linear-gradient(180deg, rgba(28, 24, 20, 0.38) 0%, rgba(28, 24, 20, 0.18) 42%, rgba(28, 24, 20, 0.32) 100%);
}

.hero-reveal {
  opacity: 1;
  transform: translateY(0);
  animation: riseIn 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-delay-1 { animation-delay: 0.15s; }
.hero-delay-2 { animation-delay: 0.32s; }
.hero-delay-3 { animation-delay: 0.48s; }

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroKen {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

.hero-scroll-line {
  display: block;
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  animation: scrollPulse 2.2s ease-in-out infinite;
  transform-origin: top center;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.35; transform: scaleY(0.7); }
  50% { opacity: 0.9; transform: scaleY(1); }
}

.hero-scene-bar {
  position: absolute;
  left: 50%;
  bottom: 1.65rem;
  z-index: 14;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-scene-dots {
  display: flex;
  gap: 0.4rem;
  margin: 0;
  pointer-events: auto;
}

.hero-scene-dots button {
  width: 1.5rem;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
}

.hero-scene-dots button.is-active {
  width: 2.1rem;
  background: #fff;
}

/* Hero product spotlight */
.hero-spotlight {
  position: relative;
  z-index: 12;
  width: min(100%, 20rem);
  color: #fff;
}

@media (min-width: 768px) {
  .hero-spotlight {
    width: 19.5rem;
  }
}

.hero-spotlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.hero-spotlight-top p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.hero-spotlight-nav {
  display: flex;
  gap: 0.35rem;
}

.hero-spotlight-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(12, 12, 12, 0.35);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.hero-spotlight-btn i {
  font-size: 1.35rem;
  line-height: 1;
}

.hero-spotlight-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-spotlight-viewport {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #121212;
  touch-action: pan-y;
}

.hero-spotlight-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-spotlight-slide {
  position: relative;
  flex: 0 0 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.hero-spotlight-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-spotlight-slide.is-active img {
  transform: scale(1);
}

.hero-spotlight-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.78) 100%);
}

.hero-spotlight-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.15rem 1.15rem 1.2rem;
}

.hero-spotlight-tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.55rem;
  background: #fff;
  color: #171717;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-spotlight-info h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.hero-spotlight-info > p {
  margin: 0.35rem 0 0;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.hero-spotlight-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-spotlight-spec {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
}

.hero-spotlight-cta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.hero-spotlight-slide:hover .hero-spotlight-cta {
  text-decoration-color: #fff;
}

.hero-spotlight-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.hero-spotlight-count {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
  font-variant-numeric: tabular-nums;
}

.hero-spotlight-dots {
  display: flex;
  gap: 0.35rem;
}

.hero-spotlight-dots button {
  width: 1.35rem;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.25s ease, width 0.25s ease;
}

.hero-spotlight-dots button.is-active {
  width: 1.85rem;
  background: #fff;
}

.home-products-foot {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
}

.home-products-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.85rem;
  padding: 0 1.45rem;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.home-products-cta:hover {
  background: #0c0c0c;
}

/* Catalog accordion */
.catalog-accordion {
  display: flex;
  width: 100%;
  height: min(72vh, 620px);
  overflow: hidden;
  background: #0c0c0c;
}

.catalog-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transition: flex 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-panel.is-open {
  flex: 2.6 1 0;
}

.catalog-accordion:hover .catalog-panel {
  flex: 1 1 0;
}

.catalog-accordion:hover .catalog-panel:hover,
.catalog-accordion:hover .catalog-panel:focus-visible,
.catalog-accordion:hover .catalog-panel.is-open {
  flex: 2.6 1 0;
}

.catalog-panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-panel-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.catalog-panel-shade,
.catalog-panel-label,
.catalog-panel-cat {
  pointer-events: none;
}

.catalog-panel.is-open .catalog-panel-img,
.catalog-panel:hover .catalog-panel-img {
  transform: scale(1);
}

.catalog-panel-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.38) 55%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, transparent 50%);
}

.catalog-panel-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: 0;
  writing-mode: vertical-rl;
  transform: translate(-50%, -50%) rotate(180deg);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
  transition: left 0.45s cubic-bezier(0.22, 1, 0.36, 1), top 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-panel.is-open .catalog-panel-label,
.catalog-panel:hover .catalog-panel-label {
  left: auto;
  right: 1.1rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(180deg);
}

.catalog-panel-cat {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 2;
  margin: 0;
  transform: translateX(-50%);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  opacity: 1;
  transition: opacity 0.28s ease;
}

.catalog-panel.is-open .catalog-panel-cat,
.catalog-panel:hover .catalog-panel-cat {
  opacity: 0;
}

.catalog-panel-body {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: calc(100% - 3.5rem);
  max-width: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 14px));
  pointer-events: none;
  transition:
    opacity 0.35s ease 0.08s,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.catalog-panel.is-open .catalog-panel-body,
.catalog-panel:hover .catalog-panel-body {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.catalog-panel-body p {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.catalog-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  transition: background 0.25s ease, transform 0.25s ease, gap 0.25s ease;
}

.catalog-panel-cta i {
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.catalog-panel-cta:hover {
  background: #f7f7f5;
  gap: 0.55rem;
}

.catalog-panel-cta:hover i {
  transform: translateX(2px);
}

@media (max-width: 900px) {
  .catalog-accordion {
    height: 420px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .catalog-panel {
    flex: 0 0 4.75rem;
    min-width: 4.75rem;
    scroll-snap-align: start;
  }

  .catalog-panel.is-open {
    flex: 0 0 min(78vw, 22rem);
  }

  .catalog-accordion:hover .catalog-panel {
    flex: 0 0 4.75rem;
  }

  .catalog-accordion:hover .catalog-panel.is-open,
  .catalog-accordion:hover .catalog-panel:hover {
    flex: 0 0 min(78vw, 22rem);
  }

  .catalog-panel-body {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: calc(100% - 2.5rem);
  }

  .catalog-panel-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-panel,
  .catalog-panel-img,
  .catalog-panel-body {
    transition: none !important;
  }
  .store-marquee-track,
  .store-marquee-row {
    animation: none !important;
    flex-wrap: wrap;
    width: auto;
    max-width: 90rem;
    margin-inline: auto;
    justify-content: center;
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Features */
.feature-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 720px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem 1rem;
  }
}

@media (min-width: 1100px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.feature-item {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 1.15rem 1.15rem 1.2rem;
  background: #f7f7f5;
}

.feature-item span {
  padding-top: 0.1rem;
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #8a8680;
}

.feature-item h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.feature-item p {
  margin: 0.35rem 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: #8a8680;
}

.feature-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-grid.is-visible .feature-item {
  opacity: 1;
  transform: none;
}

.feature-item:nth-child(2) { transition-delay: 0.04s; }
.feature-item:nth-child(3) { transition-delay: 0.08s; }
.feature-item:nth-child(4) { transition-delay: 0.12s; }
.feature-item:nth-child(5) { transition-delay: 0.16s; }
.feature-item:nth-child(6) { transition-delay: 0.2s; }

/* Projects rail */
.projects-rail {
  display: flex;
  gap: 0.75rem;
  padding: 0 max(1.25rem, calc((100vw - 1280px) / 2 + 2rem));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.projects-rail.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.projects-rail.is-dragging .project-panel,
.projects-rail.is-dragging .project-panel-img {
  pointer-events: none;
}

.projects-rail::-webkit-scrollbar {
  display: none;
}

.project-panel {
  position: relative;
  flex: 0 0 min(78vw, 28rem);
  height: min(68vh, 520px);
  overflow: hidden;
  scroll-snap-align: start;
  background: #0c0c0c;
}

@media (min-width: 768px) {
  .project-panel {
    flex-basis: min(42vw, 34rem);
  }
}

@media (min-width: 1100px) {
  .project-panel {
    flex-basis: min(32vw, 30rem);
  }
}

.project-panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-panel:hover .project-panel-img {
  transform: scale(1);
}

.project-panel-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(12, 12, 12, 0.72) 100%);
}

.project-panel-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.5rem 1.35rem 1.4rem;
  color: #fff;
}

.project-panel-num {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
}

.project-panel-meta h3 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.project-panel-meta p {
  margin: 0.4rem 0 0;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
}

.project-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e4e2dd;
  background: #fff;
  color: #171717;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.project-nav-btn i {
  font-size: 1.25rem;
}

.project-nav-btn:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

/* Contact form */
.contact-section {
  background: #0c0c0c;
}

.contact-section-media {
  position: absolute;
  inset: 0;
}

.contact-section-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.35) 0%, rgba(12, 12, 12, 0.28) 35%, rgba(12, 12, 12, 0.78) 72%, rgba(12, 12, 12, 0.92) 100%),
    linear-gradient(90deg, rgba(12, 12, 12, 0.45) 0%, transparent 55%);
}

.contact-channel {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.contact-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: 1px solid #e4e2dd;
  background: #fff;
  color: #171717;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.contact-channel--on-media .contact-channel-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(8px);
}

.contact-channel-icon i {
  font-size: 1.15rem;
}

a.contact-channel:hover .contact-channel-icon {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

a.contact-channel--on-media:hover .contact-channel-icon {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.contact-channel-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8680;
}

.contact-channel--on-media .contact-channel-label {
  color: rgba(255, 255, 255, 0.55);
}

.contact-channel-value {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  color: #171717;
}

.contact-channel--on-media .contact-channel-value {
  color: rgba(255, 255, 255, 0.92);
}

.contact-form {
  background: rgba(247, 247, 245, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 1.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
  .contact-form {
    padding: 2rem 2.25rem 2.15rem;
  }
}

.contact-form-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .contact-form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 1rem;
  }
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.contact-field--full {
  grid-column: 1 / -1;
}

.contact-field label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8680;
}

.contact-field input,
.contact-field textarea,
.contact-select select {
  width: 100%;
  border: 1px solid #e4e2dd;
  background: #f7f7f5;
  padding: 0.85rem 0.95rem;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #171717;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-field textarea {
  resize: vertical;
  min-height: 7rem;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #b0aca6;
}

.contact-field input:focus,
.contact-field textarea:focus,
.contact-select select:focus {
  border-color: #171717;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.06);
}

.contact-select {
  position: relative;
}

.contact-select select {
  appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
}

.contact-select i {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #8a8680;
  pointer-events: none;
}

.contact-form-foot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e4e2dd;
}

@media (min-width: 640px) {
  .contact-form-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: 28rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
  color: #8a8680;
  cursor: pointer;
}

.contact-consent a {
  color: #171717;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.contact-consent input {
  margin-top: 0.15rem;
  accent-color: #171717;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 11rem;
  padding: 0.95rem 1.4rem;
  border: 0;
  background: #171717;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.25s ease, gap 0.25s ease;
}

.contact-submit i {
  font-size: 1.15rem;
  transition: transform 0.25s ease;
}

.contact-submit:hover {
  background: #0c0c0c;
  gap: 0.65rem;
}

.contact-submit:hover i {
  transform: translateX(2px);
}

.contact-success {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  background: #f7f7f5;
  border: 1px solid #e4e2dd;
  font-size: 0.875rem;
  font-weight: 400;
  color: #171717;
  text-align: center;
}

/* Inner page intro — catalog spread */
.page-intro {
  background: #f7f7f5;
  padding: 7.25rem 0 0;
}

@media (min-width: 768px) {
  .page-intro {
    padding: 8rem 0 0;
  }
}

.page-intro--plain {
  padding-bottom: 0.25rem;
}

.page-intro--white,
body[data-page="products"] .page-intro,
body[data-page="contact"] .page-intro,
body[data-page="projects"] .page-intro,
body[data-page="stores"] .page-intro {
  background: #fff;
}

.page-intro-top {
  display: grid;
  gap: 1.35rem 3.5rem;
  padding: 1.25rem 0 1.75rem;
}

@media (min-width: 900px) {
  .page-intro-top {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: end;
    padding: 1.6rem 0 2.1rem;
  }
}

.page-intro-kicker {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #8a8680;
}

.page-intro h1 {
  margin: 0.2rem 0 0;
  max-width: 11em;
  font-size: clamp(2.35rem, 5.4vw, 4.4rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.94;
  color: #171717;
}

.page-intro-aside {
  max-width: 26rem;
}

@media (min-width: 900px) {
  .page-intro-aside {
    justify-self: end;
    padding-bottom: 0.2rem;
  }
}

.page-intro-aside p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #8a8680;
}

.page-intro-meta {
  margin-top: 0.85rem !important;
  font-size: 12px !important;
  letter-spacing: 0.04em;
  color: #b0aba4 !important;
}

.page-intro-media {
  margin: 0;
  height: min(52vh, 520px);
  overflow: hidden;
  background: #efeeeb;
}

.page-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.store-map {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
}

.store-map .leaflet-container {
  width: 100%;
  height: 100%;
  font-family: Outfit, system-ui, sans-serif;
  background: #e8eaed;
}

.store-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.store-marker-wrap {
  background: none !important;
  border: none !important;
}

.store-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: #171717;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(12, 12, 12, 0.28);
}

.store-marker b {
  transform: rotate(45deg);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: Outfit, system-ui, sans-serif;
}

.leaflet-popup.store-popup-wrap .leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(12, 12, 12, 0.18);
  padding: 0;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: 0 12px 32px rgba(12, 12, 12, 0.16);
  padding: 0;
}

.leaflet-popup-content {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #171717;
}

.store-popup {
  padding: 1rem 1.05rem 1rem;
}

.store-popup-city {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8680;
}

.store-popup strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.store-popup-addr {
  margin: 0.45rem 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #8a8680;
}

.store-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.85rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e4e2dd;
}

.store-popup-actions a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.65rem;
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  text-decoration: none;
  background: #f7f7f5;
}

.store-popup-actions a:hover {
  background: #171717;
  color: #fff;
}

.leaflet-popup-tip {
  box-shadow: none;
}

.leaflet-control-attribution {
  font-size: 10px;
  background: rgba(247, 247, 245, 0.85) !important;
}

.page-hero-media {
  position: absolute;
  inset: 0;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-img--store {
  object-position: center 62%;
}

.store-hero {
  display: grid;
  min-height: min(78vh, 720px);
  background: #0c0c0c;
}

@media (min-width: 960px) {
  .store-hero {
    grid-template-columns: minmax(22rem, 0.92fr) 1.08fr;
  }
}

.store-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8.5rem 1.5rem 3rem;
}

@media (min-width: 768px) {
  .store-hero-copy {
    padding: 9rem 3rem 3.5rem;
  }
}

@media (min-width: 960px) {
  .store-hero-copy {
    justify-content: center;
    padding: 7rem 3.5rem 4rem 5vw;
  }
}

.store-hero-photo {
  min-height: 42vh;
  overflow: hidden;
}

.store-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.store-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  margin-bottom: 1.35rem;
}

.store-city-select {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: min(100%, 16.5rem);
}

.store-city-select > span:first-child {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8680;
}

.store-city-field {
  position: relative;
  display: block;
}

.store-city-field select {
  width: 100%;
  height: 2.75rem;
  padding: 0 2.4rem 0 1rem;
  border: 1px solid #e4e2dd;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
}

.store-city-field select:focus {
  outline: none;
  border-color: #171717;
}

.store-city-field i {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.15rem;
  color: #8a8680;
}

.store-near {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.75rem;
  padding: 0 1.05rem;
  border: 1px solid #e4e2dd;
  background: #fff;
  color: #171717;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.store-near:hover,
.store-near.is-active {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.store-near i {
  font-size: 1rem;
}

.store-filter-note {
  margin: -0.35rem 0 1.15rem;
  font-size: 13px;
  font-weight: 300;
  color: #8a8680;
}

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

.store-card-dist {
  margin: 0.35rem 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #8a8680;
}

.store-card.is-nearest {
  border-color: #171717;
}

.store-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 3.5%, #000 96.5%, transparent 100%);
}

.store-marquee-track,
.store-grid.store-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding-inline: 1.25rem;
  animation: storeMarquee 55s linear infinite;
}

.store-marquee:hover .store-marquee-track,
.store-marquee--cities:hover .store-marquee-row {
  animation-play-state: paused;
}

.store-marquee .store-card {
  flex: 0 0 min(78vw, 18.75rem);
}

.store-marquee--cities {
  display: grid;
  gap: 1.15rem;
}

.store-marquee-row {
  display: flex;
  width: max-content;
  animation: storeMarquee 42s linear infinite;
}

.store-marquee-row--rtl {
  animation-name: storeMarqueeRtl;
  animation-duration: 48s;
}

.store-ticker-set {
  display: flex;
  align-items: baseline;
  flex: 0 0 auto;
}

.store-city-name {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  padding: 0.35rem 0 0.35rem 1.6rem;
  color: #171717;
  font-size: clamp(1.65rem, 3.2vw, 2.4rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}

.store-city-name::after {
  content: '·';
  margin-left: 1.6rem;
  color: #c8c5bf;
  font-weight: 300;
}

.store-city-name:hover {
  color: #8a8680;
}

@keyframes storeMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes storeMarqueeRtl {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.store-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .store-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .store-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.15rem;
  }
}

.store-card {
  display: flex;
  flex-direction: column;
  min-height: 16.5rem;
  padding: 1.4rem 1.45rem 1.35rem;
  background: #fff;
  border: 1px solid #e4e2dd;
  color: #171717;
  transition:
    background 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.store-card-num {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #8a8680;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-card-city {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8680;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-card-name {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.store-card-addr {
  margin: 0.55rem 0 0;
  flex: 1;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.55;
  color: #8a8680;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #e4e2dd;
  transition: border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  text-decoration: none;
  background: #f7f7f5;
  transition: background 0.2s ease, color 0.2s ease;
}

.store-card-link i {
  font-size: 1rem;
}

.store-card-link:hover {
  background: #171717;
  color: #fff;
}

@media (hover: hover) {
  .store-card:hover {
    background: #171717;
    border-color: #171717;
    color: #fff;
  }

  .store-card:hover .store-card-num,
  .store-card:hover .store-card-city,
  .store-card:hover .store-card-addr,
  .store-card:hover .store-card-dist {
    color: rgba(255, 255, 255, 0.52);
  }

  .store-card:hover .store-card-actions {
    border-color: rgba(255, 255, 255, 0.14);
  }

  .store-card:hover .store-card-link {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .store-card:hover .store-card-link:hover {
    background: #fff;
    color: #171717;
  }
}

.space-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

@media (min-width: 720px) {
  .space-grid {
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .space-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

a.space-tile {
  display: flex;
  flex-direction: column;
  min-height: 13.5rem;
  padding: 1.45rem 1.4rem 1.5rem;
  background: #f7f7f5;
  text-decoration: none;
  color: inherit;
  transition: background 0.35s ease, color 0.35s ease;
}

.space-tile i {
  font-size: 1.65rem;
  line-height: 1;
  color: #171717;
  transition: color 0.35s ease;
}

.space-tile h3 {
  margin: 1.15rem 0 0;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.space-tile p {
  margin: 0.45rem 0 0;
  max-width: 22rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #8a8680;
  transition: color 0.35s ease;
}

@media (hover: hover) {
  a.space-tile:hover {
    background: #171717;
    color: #fff;
  }

  a.space-tile:hover i,
  a.space-tile:hover p {
    color: rgba(255, 255, 255, 0.62);
  }

  a.space-tile:hover i {
    color: #fff;
  }
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.38) 0%, rgba(12, 12, 12, 0.22) 40%, rgba(12, 12, 12, 0.78) 100%);
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid #e4e2dd;
  color: inherit;
  text-decoration: none;
}

a.contact-card:hover .contact-channel-icon {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.contact-form--page {
  background: #fff;
  border: 1px solid #e4e2dd;
  box-shadow: none;
  backdrop-filter: none;
}

.contact-map {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: min(52vh, 420px);
  background: #fff;
  transform: translateZ(0);
}

.contact-map iframe {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.space-tile {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.space-tile.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-reveal,
  .hero-media-img,
  .hero-scroll-line,
  .feature-grid,
  .feature-item,
  .feature-visual,
  .feature-card,
  .space-tile,
  .nav-dropdown,
  .nav-drop-link {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .nav-dropdown:not(.is-open) {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
}

/* Legal / contracts */
.legal-section {
  padding: 0 0 5.5rem;
}

.legal-shell {
  display: grid;
  gap: 2.25rem 3.5rem;
}

@media (min-width: 980px) {
  .legal-shell {
    grid-template-columns: 17.5rem minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;
  }
}

.legal-nav-label {
  margin: 0 0 0.65rem;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8680;
}

.legal-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem 0.75rem;
  padding: 0 0 1.25rem;
}

.legal-nav-label {
  grid-column: 1 / -1;
}

.legal-nav a {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: 0.45rem;
  align-items: baseline;
  padding: 0.55rem 0.65rem;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #8a8680;
  transition: color 0.2s ease, background 0.2s ease;
}

.legal-nav a span {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #b0aba4;
}

.legal-nav a:hover,
.legal-nav a.is-active {
  color: #171717;
  background: #efeeeb;
}

.legal-nav a.is-active span {
  color: #171717;
}

@media (min-width: 980px) {
  .legal-nav {
    position: sticky;
    top: 6.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1.15rem 0.9rem 1.2rem;
    background: #efeeeb;
  }

  .legal-nav a {
    padding: 0.62rem 0.7rem;
  }

  .legal-nav a:hover,
  .legal-nav a.is-active {
    background: #f7f7f5;
  }
}

.legal-doc {
  padding: 0 0 3.1rem;
  border-top: 0;
}

.legal-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding-bottom: 1rem;
}

@media (min-width: 720px) {
  .legal-index {
    grid-template-columns: 1fr 1fr;
  }
}

.legal-index-item {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 1.25rem 1.2rem;
  background: #efeeeb;
  transition: background 0.2s ease;
}

.legal-index-item:hover {
  background: #e4e2dd;
}

.legal-index-num {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #8a8680;
}

.legal-index-item strong {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.legal-kicker {
  margin: 0 0 0.35rem;
  font-size: 14px;
  color: #8a8680;
}

.legal-doc h2 {
  margin: 0;
  max-width: 14em;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.legal-body {
  margin-top: 1.45rem;
}

.legal-body h3 {
  margin: 1.85rem 0 0.7rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.legal-body h3:first-child {
  margin-top: 0;
}

.legal-body p,
.legal-body li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.78;
  color: #3f3f3f;
}

.legal-body p {
  margin: 0 0 0.95rem;
}

.legal-body ul {
  margin: 0 0 1.1rem;
  padding-left: 1.15rem;
}

.legal-body li {
  margin: 0.28rem 0;
}

.legal-body strong {
  font-weight: 500;
  color: #171717;
}

.legal-sign {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px !important;
  color: #8a8680 !important;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 0.5rem 0 1.25rem;
  border: 1px solid #e4e2dd;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.legal-table th,
.legal-table td {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e4e2dd;
  font-weight: 300;
}

.legal-table th {
  font-weight: 500;
  background: #efeeeb;
}

/* Product listing */
body[data-page="products"],
body[data-page="product"] {
  background: #fff;
}

.plp {
  padding: 0 0 4.5rem;
  scroll-margin-top: 5.5rem;
  background: #fff;
}

.plp-bar-wrap {
  position: sticky;
  top: 4.6rem;
  z-index: 20;
  margin-bottom: 2.25rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(23, 23, 23, 0.06);
}

@media (min-width: 768px) {
  .plp-bar-wrap {
    top: 6.05rem;
    margin-bottom: 2.75rem;
  }
}

.plp-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 0.85rem;
  padding: 0.7rem 0;
}

.plp-city {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 11.25rem;
  flex: 0 0 auto;
}

.plp-city select {
  width: 100%;
  height: 2.4rem;
  padding: 0 2.15rem 0 1rem;
  border: 0;
  border-radius: 999px;
  background: #f2f2f0;
  color: #5c5a58;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  appearance: none;
  -webkit-appearance: none;
}

.plp-city select:hover {
  color: #171717;
}

.plp-city select:focus {
  outline: none;
  background: #fff;
  color: #171717;
  box-shadow: 0 1px 2px rgba(23, 23, 23, 0.08), 0 0 0 1px rgba(23, 23, 23, 0.04);
}

.plp-city.is-active select {
  background: #fff;
  color: #171717;
  box-shadow: 0 1px 2px rgba(23, 23, 23, 0.08), 0 0 0 1px rgba(23, 23, 23, 0.04);
}

.plp-city i {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.05rem;
  color: #8a8680;
}

.plp-seg {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  background: #f2f2f0;
}

.plp-seg button {
  height: 2.15rem;
  padding: 0 0.95rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #8a8680;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.plp-seg button:hover {
  color: #171717;
}

.plp-seg button.is-active {
  background: #fff;
  color: #171717;
  box-shadow: 0 1px 2px rgba(23, 23, 23, 0.08), 0 0 0 1px rgba(23, 23, 23, 0.04);
}

.plp-rule {
  display: none;
  width: 1px;
  height: 1.35rem;
  background: #e8e6e2;
}

@media (min-width: 980px) {
  .plp-rule {
    display: block;
  }
}

.plp-dots {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.plp-dot {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
}

.plp-dot span {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.plp-dot[data-value="all"] span {
  background: conic-gradient(from 30deg, #f4f1ea 0 25%, #e4d4bc 0 50%, #5c5a58 0 75%, #1a1a1a 0);
}

.plp-dot:hover span {
  transform: scale(1.08);
}

.plp-dot.is-active span {
  transform: scale(1.06);
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #171717;
}

.plp-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  flex: 1 1 auto;
}

.plp-chip {
  height: 2.15rem;
  padding: 0 0.9rem;
  border: 0;
  border-radius: 999px;
  background: #f2f2f0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #5c5a58;
  transition: background 0.18s ease, color 0.18s ease;
}

.plp-chip:hover {
  background: #eaeae6;
  color: #171717;
}

.plp-chip.is-active {
  background: #171717;
  color: #fff;
}

.plp-toolbar-end {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}

.plp-count {
  margin: 0;
  height: 2.15rem;
  padding: 0 0.7rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f2f2f0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #5c5a58;
  white-space: nowrap;
}

.plp-reset {
  height: 2.15rem;
  padding: 0 0.85rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #8a8680;
  opacity: 0;
  pointer-events: none;
  transform: translateX(4px);
  transition: opacity 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.plp.is-filtered .plp-reset {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.plp-views {
  flex: none;
}

.plp-filter-btn,
.plp-filter-sheet-bar,
.plp-filter-label,
.plp-filter-sheet-actions,
.plp-filter-mask {
  display: none;
}

.plp-filter-sheet {
  display: contents;
}

.plp-filter-badge {
  display: none;
  min-width: 1.15rem;
  height: 1.15rem;
  margin-left: 0.1rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.15rem;
  text-align: center;
}

.plp-views button {
  width: 2.15rem;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}

.plp-reset:hover {
  color: #171717;
  background: #f2f2f0;
}

.product-grid {
  display: grid;
  gap: 2.75rem 1.5rem;
  grid-template-columns: 1fr;
}

.product-grid[data-cols='1'] {
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 640px) {
  .product-grid[data-cols='2'],
  .product-grid[data-cols='3'],
  .product-grid[data-cols='4'] {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1.75rem;
  }
}

@media (min-width: 1080px) {
  .product-grid[data-cols='3'],
  .product-grid[data-cols='4'] {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.25rem 2rem;
  }
}

@media (min-width: 1280px) {
  .product-grid[data-cols='4'] {
    grid-template-columns: repeat(4, 1fr);
  }
}

.plp-card {
  min-width: 0;
}

.product-grid[data-cols='1'] .plp-card {
  display: grid;
  gap: 1.1rem 1.75rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #efefef;
}

@media (min-width: 720px) {
  .product-grid[data-cols='1'] .plp-card {
    grid-template-columns: 11.5rem minmax(0, 1fr);
    align-items: center;
  }

  .product-grid[data-cols='1'] .plp-card-media {
    aspect-ratio: 1;
  }

  .product-grid[data-cols='1'] .plp-card-info {
    padding-top: 0;
  }
}

.plp-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #fff;
  border: 1px solid #efefef;
}

.plp-card-media.is-scrub {
  cursor: ew-resize;
}

.plp-hover-bar {
  display: none;
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  right: 0.45rem;
  z-index: 2;
  gap: 0.28rem;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .plp-card-media.is-scrub:hover .plp-hover-bar {
    display: flex;
  }
}

.plp-hover-tick {
  flex: 1;
  height: 2px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.42);
}

.plp-hover-tick.is-on {
  background: #fff;
}

.plp-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #9a9690;
}

.plp-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.plp-card-info {
  padding: 0.95rem 0.1rem 0;
}

.plp-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8680;
}

.plp-card-info h2 {
  margin: 0.35rem 0 0;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.plp-card-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.plp-card-row h2 {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.plp-card-info h2 a:hover {
  opacity: 0.6;
}

.plp-card-spec {
  margin: 0.4rem 0 0;
  font-size: 13px;
  font-weight: 300;
  color: #8a8680;
}

.plp-card-desc {
  margin: 0.45rem 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: #8a8680;
}

.plp-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 22rem;
  padding: 3rem 1.25rem 4rem;
}

.plp-empty[hidden] {
  display: none;
}

.plp-empty-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  background: #f2f2f0;
  color: #171717;
  font-size: 1.55rem;
}

.plp-empty p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #171717;
}

.plp-empty-btn {
  margin-top: 1.15rem;
  height: 2.5rem;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 999px;
  background: #171717;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.plp-empty-btn:hover {
  background: #0c0c0c;
}

.plp-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #efefef;
}

.plp-pager button {
  min-width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: none;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #8a8680;
}

.plp-pager button.is-active,
.plp-pager button:hover:not(:disabled) {
  color: #171717;
}

.plp-pager button:disabled {
  opacity: 0.3;
}

.product-seo {
  padding: 3.25rem 0 5.5rem;
  background: #fff;
  border-top: 1px solid #efefef;
}

.product-seo h2 {
  margin: 0.2rem 0 1.25rem;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.product-seo-clip {
  position: relative;
  height: 10.5rem;
  overflow: hidden;
}

.product-seo.is-open .product-seo-clip {
  height: auto;
  overflow: visible;
}

.product-seo-clip::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.25rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 78%);
  pointer-events: none;
}

.product-seo.is-open .product-seo-clip::after {
  display: none;
}

.product-seo-body {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .product-seo-body {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 3.5rem;
  }

  .product-seo-body p:first-child {
    grid-column: 1 / -1;
  }
}

.product-seo-body p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.78;
  color: #8a8680;
}

.product-seo-more {
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #171717;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.product-seo-more:hover {
  opacity: 0.65;
}

.plp-add {
  flex: none;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.05rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 1.15rem;
  color: #171717;
}

.plp-add:hover {
  background: #f2f2f0;
}

.product-grid[data-cols='1'] .plp-add {
  width: 2rem;
}

.cart-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border-radius: 50%;
  flex: none;
  font-size: 1.15rem;
}

.cart-badge {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.22rem;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.1rem;
  text-align: center;
}

#site-header.is-scrolled .cart-badge {
  background: #c45c3e;
  color: #fff;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(12, 12, 12, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  width: min(26.5rem, 100%);
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.32s ease;
}

body.cart-open {
  overflow: hidden;
}

body.cart-open .cart-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.cart-open .cart-drawer {
  transform: none;
}

.cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1rem;
  border-bottom: 1px solid #efefef;
}

.cart-head h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.cart-head p {
  margin: 0.2rem 0 0;
  font-size: 13px;
  font-weight: 300;
  color: #8a8680;
}

.cart-close {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: #f2f2f0;
  font-size: 1.35rem;
  color: #171717;
}

.cart-body {
  flex: 1;
  overflow: auto;
  padding: 0.5rem 1.35rem 1.25rem;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
  text-align: center;
  color: #8a8680;
}

.cart-empty[hidden] {
  display: none;
}

.cart-empty span {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: #f2f2f0;
  color: #171717;
  font-size: 1.4rem;
}

.cart-empty p {
  margin: 0;
}

.cart-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  margin-top: 1.15rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.cart-empty-btn:hover {
  background: #0c0c0c;
}

.cart-item {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid #f0f0ee;
}

.cart-item-media {
  overflow: hidden;
  aspect-ratio: 1;
  background: #f7f7f5;
  border: 1px solid #efefef;
}

.cart-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8680;
}

.cart-item-info h3 {
  margin: 0.2rem 0 0;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

.cart-qty button {
  width: 1.7rem;
  height: 1.7rem;
  border: 0;
  border-radius: 50%;
  background: #f2f2f0;
  font-size: 14px;
  color: #171717;
}

.cart-qty span {
  min-width: 1.1rem;
  text-align: center;
  font-size: 13px;
}

.cart-item-remove {
  margin-left: auto;
  background: none !important;
  color: #8a8680 !important;
}

.cart-foot {
  padding: 1rem 1.35rem 1.4rem;
  border-top: 1px solid #efefef;
}

.cart-foot[hidden] {
  display: none;
}

.cart-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: #171717;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.cart-checkout:hover {
  background: #0c0c0c;
}

.cart-foot p {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #8a8680;
}

.quote-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(12, 12, 12, 0.46);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 91;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4.5rem 1rem 2rem;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
}

body.quote-open {
  overflow: hidden;
}

body.quote-open .quote-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.quote-open .quote-modal {
  opacity: 1;
  pointer-events: auto;
}

.quote-panel {
  width: min(44rem, 100%);
  margin: auto;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 28px 80px rgba(12, 12, 12, 0.18);
}

.quote-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem 0;
}

.quote-head h2 {
  margin: 0.15rem 0 0;
  font-size: 1.65rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.quote-form {
  padding: 1rem 1.5rem 1.6rem;
}

.quote-lead {
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #8a8680;
}

.quote-items {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  list-style: none;
  background: #f7f7f5;
}

.quote-items li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: baseline;
  font-size: 13px;
}

.quote-items span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8680;
}

.quote-items strong {
  font-weight: 500;
}

.quote-items em {
  font-style: normal;
  color: #8a8680;
}

.quote-form .contact-form-foot {
  align-items: flex-start;
}

.quote-panel .contact-success {
  margin: 0 1.5rem 1.5rem;
}

.pdp {
  padding: 7.25rem 0 3.5rem;
  background: #fff;
}

@media (min-width: 768px) {
  .pdp {
    padding-top: 8.25rem;
  }
}

.pdp-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1.75rem;
  font-size: 13px;
  font-weight: 300;
  color: #8a8680;
}

.pdp-crumb a:hover {
  color: #171717;
}

.pdp-layout {
  display: grid;
  gap: 2rem 3.5rem;
}

@media (min-width: 980px) {
  .pdp-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
}

.pdp-media {
  width: 100%;
  max-width: 34rem;
}

.pdp-stage-wrap {
  position: relative;
}

.pdp-stage {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  padding: 0;
  border: 1px solid #efefef;
  background: #fff;
  cursor: zoom-in;
  appearance: none;
  font: inherit;
  color: inherit;
  text-align: left;
}

.pdp-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #171717;
  transform: translateY(-50%);
  box-shadow: 0 4px 16px rgba(12, 12, 12, 0.12);
  cursor: pointer;
}

.pdp-arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.pdp-arrow-prev {
  left: 0.55rem;
}

.pdp-arrow-next {
  right: 0.55rem;
}

.pdp-arrow:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.pdp-arrow:hover svg {
  stroke-width: 1.6;
}

.pdp-stage img,
.pdp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.pdp-thumb {
  flex: 0 0 4.15rem;
  width: 4.15rem;
  height: 4.15rem;
  overflow: hidden;
  padding: 0;
  border: 1px solid #efefef;
  background: #fff;
  opacity: 0.55;
}

.pdp-thumb.is-active,
.pdp-thumb:hover {
  opacity: 1;
  border-color: #171717;
}

.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-info {
  padding-top: 0.2rem;
}

.pdp-code {
  margin: 0.35rem 0 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8680;
}

.pdp-info h1 {
  margin: 0.35rem 0 0;
  max-width: 12em;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.pdp-lead {
  margin: 1.15rem 0 0;
  max-width: 34rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #8a8680;
}

.pdp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.35rem;
}

.pdp-chips span {
  height: 2.15rem;
  padding: 0 0.9rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f2f2f0;
  font-size: 13px;
  font-weight: 500;
  color: #5c5a58;
}

.pdp-specs {
  display: grid;
  gap: 0;
  margin: 1.75rem 0 0;
  border-top: 1px solid #efefef;
}

.pdp-specs div {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #efefef;
}

.pdp-specs dt {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8680;
}

.pdp-specs dd {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.pdp-buy {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.6rem;
  width: 100%;
  max-width: 34rem;
  margin-top: 1.75rem;
}

.pdp-qty {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  height: 2.75rem;
  padding: 3px;
  border-radius: 999px;
  background: #f2f2f0;
}

.pdp-qty button {
  width: 2.15rem;
  height: 2.15rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 1.05rem;
  color: #171717;
}

.pdp-qty button:hover {
  background: #fff;
}

.pdp-qty input {
  width: 2.4rem;
  height: 2.15rem;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  -moz-appearance: textfield;
}

.pdp-qty input::-webkit-outer-spin-button,
.pdp-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdp-cart,
.pdp-quote {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  height: 2.75rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.pdp-cart {
  border: 0;
  background: #171717;
  color: #fff;
}

.pdp-cart:hover {
  background: #0c0c0c;
}

.pdp-quote {
  border: 1px solid #171717;
  background: #fff;
  color: #171717;
  cursor: pointer;
}

.pdp-quote:hover {
  background: #171717;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 520px) {
  .pdp-buy {
    flex-wrap: wrap;
  }

  .pdp-qty {
    width: 100%;
    justify-content: center;
  }

  .pdp-cart,
  .pdp-quote {
    flex: 1 1 calc(50% - 0.35rem);
  }
}

.pdp-related {
  padding: 2.25rem 0 4.5rem;
  background: #fff;
  border-top: 1px solid #efefef;
}

.pdp-related h2 {
  margin: 0.2rem 0 1.35rem;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.pdp-related-grid {
  display: grid;
  gap: 1.35rem 1rem;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 900px) {
  .pdp-related-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pdp-related-grid .plp-card-media {
  aspect-ratio: 1;
}

.pdp-related-grid .plp-card-info {
  padding-top: 0.65rem;
}

.pdp-related-grid .plp-card-info h2 {
  font-size: 0.92rem;
}

.pdp-related-grid .plp-card-spec {
  font-size: 12px;
}

.pdp-related-grid .plp-card-desc {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a.project-panel {
  display: block;
  color: inherit;
  text-decoration: none;
}

.project-grid {
  display: grid;
  gap: 0.75rem;
  padding: 0.5rem 0 4.5rem;
}

@media (min-width: 720px) {
  .project-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }
}

@media (min-width: 1100px) {
  .project-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

a.project-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  min-height: 17.5rem;
  background: #111;
  text-decoration: none;
  color: #fff;
}

.project-grid--related {
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.pj {
  padding: 6.75rem 0 0;
}

@media (min-width: 768px) {
  .pj {
    padding-top: 7.6rem;
  }
}

.pj-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1.15rem;
  font-size: 13px;
  font-weight: 300;
  color: #8a8680;
}

.pj-crumb a:hover {
  color: #171717;
}

.pj-hero {
  position: relative;
  height: min(78vh, 44rem);
  min-height: 22rem;
  overflow: hidden;
  background: #111;
}

.pj-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pj-hero-open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.pj-hero-cap {
  position: absolute;
  inset: auto 0 0;
  padding: 5.5rem 0 1.6rem;
  background: linear-gradient(180deg, transparent 0%, rgba(12, 12, 12, 0.78) 100%);
  color: #fff;
  pointer-events: none;
}

@media (min-width: 768px) {
  .pj-hero-cap {
    padding: 6.5rem 0 2rem;
  }
}

.pj-hero-cap-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .pj-hero-cap-inner {
    padding: 0 2rem;
  }
}

.pj-hero-cap .page-intro-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.pj-hero-cap h1 {
  margin: 0.15rem 0 0;
  max-width: 14em;
  font-family: Outfit, system-ui, sans-serif;
  font-size: clamp(2.35rem, 5.4vw, 4.4rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.pj-hero-cap span {
  display: block;
  margin-top: 0.7rem;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
}

.pj-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0.35rem 0 0;
  border-bottom: 1px solid #e8e6e2;
}

@media (min-width: 900px) {
  .pj-facts {
    grid-template-columns: repeat(6, 1fr);
  }
}

.pj-facts div {
  padding: 1.15rem 1rem 1.15rem 0;
}

.pj-facts dt {
  margin: 0 0 0.28rem;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8680;
}

.pj-facts dd {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.pj-split {
  display: grid;
  gap: 2.4rem;
  padding: 2.75rem 0 3.25rem;
}

@media (min-width: 980px) {
  .pj-split {
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
    gap: 4rem;
    align-items: start;
  }
}

.pj-lead {
  margin: 0.45rem 0 1.15rem;
  max-width: 40rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1.45;
  color: #171717;
}

.pj-body {
  margin: 0;
  max-width: 42rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #8a8680;
}

.pj-aside {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.2rem;
}

@media (min-width: 980px) {
  .pj-aside {
    position: sticky;
    top: 6.5rem;
  }
}

.pj-surface {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.75rem;
  border: 1px solid #e4e2dd;
  text-decoration: none;
  color: inherit;
}

.pj-surface img {
  width: 4.6rem;
  height: 4.6rem;
  object-fit: cover;
}

.pj-surface strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.pj-surface em {
  display: block;
  margin-top: 0.15rem;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #8a8680;
}

.pj-cta,
.pj-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.85rem;
  padding: 0 1.1rem;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.pj-cta {
  background: #171717;
  color: #fff;
}

.pj-cta:hover {
  background: #000;
}

.pj-ghost {
  border: 1px solid #e4e2dd;
  color: #171717;
}

.pj-ghost:hover {
  border-color: #171717;
}

.pj-gallery {
  display: grid;
  gap: 0.55rem;
  padding: 0 0 3.5rem;
}

@media (min-width: 720px) {
  .pj-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .pj-gallery .pj-shot:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 21 / 9;
  }
}

.pj-shot {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 0;
  background: #111;
  cursor: zoom-in;
}

.pj-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.pj-shot:hover img {
  transform: scale(1.04);
}

.pj-notes {
  padding: 0 0 4.25rem;
}

.pj-notes h2,
.pj-more h2 {
  margin: 0.35rem 0 1.5rem;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}

.pj-notes-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid #e8e6e2;
}

@media (min-width: 720px) {
  .pj-notes-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pj-note {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: 0.7rem;
  padding: 1.2rem 1.1rem 1.2rem 0;
  border-bottom: 1px solid #e8e6e2;
}

.pj-note span {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #8a8680;
}

.pj-note h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.pj-more {
  padding: 0 0 4.5rem;
}

a.pdp-cart,
a.pdp-quote {
  text-decoration: none;
}

.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.project-card-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.12) 0%, transparent 32%, rgba(12, 12, 12, 0.72) 100%);
}

.project-card-place {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.project-card-meta {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.15rem;
  z-index: 2;
}

.project-card-num {
  display: block;
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

.project-card-meta h2 {
  margin: 0.35rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.project-card-meta p {
  margin: 0.35rem 0 0;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

/* Mobile + tablet layout — desktop (1024+) unchanged */
@media (max-width: 1023px) {
  .header-bar {
    padding: 0.7rem 1rem;
    column-gap: 0.4rem;
  }

  #site-header .header-brand img {
    height: 2.85rem !important;
    width: auto;
  }

  #site-header #menu-toggle {
    padding: 0.55rem 0.9rem;
    font-size: 13px;
  }

  #site-header .header-cta {
    padding: 0.55rem 0.85rem;
    font-size: 13px;
  }

  #site-header .header-lang {
    display: none;
  }

  #site-header .search-toggle,
  #site-header .cart-toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .header-left {
    gap: 0.3rem;
  }

  .header-actions {
    gap: 0.35rem;
  }

  .hero {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .hero > .relative.z-10 {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 1.25rem;
    min-height: 0;
    height: auto;
    padding-top: 5.75rem;
    padding-bottom: 4.5rem;
  }

  .hero .hero-spotlight {
    width: 100%;
    max-width: none;
    flex: none;
  }

  .hero-spotlight-top {
    margin-bottom: 0.45rem;
  }

  .hero-spotlight-nav,
  .hero-spotlight-foot {
    display: none;
  }

  .hero-spotlight-viewport {
    overflow: visible;
    height: auto;
    border: 0;
    background: transparent;
    touch-action: auto;
  }

  .hero-spotlight-track {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.45rem;
    transform: none !important;
    will-change: auto;
  }

  .hero-spotlight-slide {
    display: grid;
    flex: 0 0 auto !important;
    width: 100%;
    grid-template-columns: 6rem minmax(0, 1fr);
    aspect-ratio: auto;
    height: 6rem;
    min-height: 6rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(12, 12, 12, 0.45);
  }

  .hero-spotlight-slide img {
    grid-column: 1;
    grid-row: 1;
    height: 6rem;
    transform: none;
  }

  .hero-spotlight-slide.is-active img {
    transform: none;
  }

  .hero-spotlight-shade {
    display: none;
  }

  .hero-spotlight-info {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.6rem 0.8rem;
    background: rgba(12, 12, 12, 0.42);
    backdrop-filter: blur(10px);
  }

  .hero-spotlight-tag {
    display: none;
  }

  .hero-spotlight-info h2 {
    font-size: 0.98rem;
    letter-spacing: -0.03em;
  }

  .hero-spotlight-info > p {
    margin-top: 0.2rem;
    font-size: 11px;
  }

  .hero-spotlight-row {
    margin-top: 0.3rem;
    padding-top: 0;
    border-top: 0;
  }

  .hero-spotlight-spec {
    display: none;
  }

  .hero-spotlight-cta {
    font-size: 11px;
  }

  .catalog-accordion {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
    background: transparent;
    gap: 0.45rem;
  }

  .catalog-panel,
  .catalog-panel.is-open,
  .catalog-accordion:hover .catalog-panel,
  .catalog-accordion:hover .catalog-panel.is-open,
  .catalog-accordion:hover .catalog-panel:hover {
    flex: 0 0 auto;
    min-width: 0;
    height: 7.25rem;
    cursor: pointer;
  }

  .catalog-panel-img,
  .catalog-panel.is-open .catalog-panel-img,
  .catalog-panel:hover .catalog-panel-img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }

  .catalog-panel-shade {
    left: 0;
    background: rgba(12, 12, 12, 0.38);
  }

  .catalog-panel-label,
  .catalog-panel.is-open .catalog-panel-label,
  .catalog-panel:hover .catalog-panel-label {
    writing-mode: horizontal-tb;
    left: 1rem;
    right: 1rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
  }

  .catalog-panel-cat {
    display: none;
  }

  .catalog-panel-body,
  .catalog-panel-cta {
    display: none;
  }

  .plp-bar-wrap {
    top: 5rem;
  }

  .page-intro,
  .pj,
  .pdp {
    padding-top: 6.35rem;
  }

  .pdp-media {
    max-width: none;
  }

  .product-grid,
  .product-grid[data-cols='1'],
  .product-grid[data-cols='2'],
  .product-grid[data-cols='3'],
  .product-grid[data-cols='4'] {
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem 0.65rem;
  }

  .product-grid[data-cols='1'] .plp-card {
    display: block;
    padding: 0;
    border-bottom: 0;
  }

  .product-grid[data-cols='1'] .plp-card-media {
    aspect-ratio: 4 / 5;
  }

  .product-grid[data-cols='1'] .plp-card-info {
    padding-top: 0.7rem;
  }

  .plp-views {
    display: none;
  }

  #product-filters {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.5rem 0.55rem;
    padding: 0.55rem 0;
  }

  #product-cats {
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
  }

  #product-cats button {
    flex: 1;
    padding: 0 0.35rem;
  }

  .plp-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: max-content;
    height: 2.15rem;
    padding: 0 0.9rem;
    border: 0;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    justify-self: start;
  }

  .plp-filter-btn i {
    font-size: 1.05rem;
  }

  .plp-filter-badge:not([hidden]) {
    display: inline-block;
  }

  #product-filters .plp-toolbar-end {
    margin-left: 0;
    width: auto;
    justify-self: end;
    justify-content: flex-end;
  }

  #product-filters .plp-toolbar-end .plp-reset {
    display: none;
  }

  .plp-filter-sheet {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 82;
    width: auto;
    max-height: min(82dvh, 38rem);
    overflow: auto;
    padding: 1.15rem 1.2rem calc(1.25rem + env(safe-area-inset-bottom));
    background: #fff;
    border-radius: 1.4rem 1.4rem 0 0;
    box-shadow: 0 -18px 50px rgba(12, 12, 12, 0.2);
    transform: translateY(110%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.32s;
  }

  .plp-filter-sheet.is-open {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .plp-filter-sheet-bar,
  .plp-filter-sheet-actions {
    display: flex;
  }

  .plp-filter-label {
    display: block;
  }

  .plp-filter-sheet-bar {
    align-items: center;
    justify-content: space-between;
  }

  .plp-filter-sheet-bar p {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #171717;
  }

  .plp-filter-close {
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border: 0;
    border-radius: 50%;
    background: #f2f2f0;
    color: #171717;
    font-size: 1.35rem;
  }

  .plp-filter-label {
    margin: 0.25rem 0 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a8680;
  }

  .plp-filter-sheet .plp-dots {
    gap: 0.35rem;
  }

  .plp-filter-sheet .plp-dot {
    width: 2.15rem;
    height: 2.15rem;
  }

  .plp-filter-sheet .plp-chips {
    flex: none;
  }

  .plp-filter-sheet-actions {
    gap: 0.5rem;
    margin-top: 0.45rem;
  }

  .plp-filter-sheet-actions .plp-reset {
    flex: 1;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    height: 2.7rem;
    background: #f2f2f0;
    color: #171717;
  }

  .plp-filter-apply {
    display: inline-flex;
    flex: 1.5;
    align-items: center;
    justify-content: center;
    height: 2.7rem;
    border: 0;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }

  .plp-filter-mask {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 81;
    background: rgba(12, 12, 12, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

  .plp-filter-mask:not([hidden]) {
    opacity: 1;
    pointer-events: auto;
  }

  body.plp-filters-open {
    overflow: hidden;
  }

  body.plp-filters-open a[aria-label="WhatsApp"] {
    visibility: hidden;
    pointer-events: none;
  }

  .plp-card-info {
    padding-top: 0.7rem;
  }

  .plp-card-info h2 {
    font-size: 0.88rem;
  }

  .plp-card-spec {
    font-size: 11px;
  }

  .plp-card-desc {
    display: none;
  }

  .plp-card-meta {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .site-footer-top,
  .site-footer-brand,
  .site-footer-contact,
  .site-footer-legal {
    text-align: center;
  }

  .site-footer-top {
    flex-direction: column;
    align-items: center;
  }

  .site-footer-top .max-w-md {
    margin-inline: auto;
  }

  .site-footer-cta {
    width: 100%;
    justify-content: center;
  }

  .site-footer-cta a {
    justify-content: center;
  }

  .site-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer-brand a.inline-flex {
    align-items: center;
  }

  .site-footer-brand .mt-6 {
    justify-content: center;
  }

  .site-footer-contact ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer-contact li {
    justify-content: center;
    text-align: center;
  }

  .site-footer-legal {
    flex-direction: column;
    align-items: center;
  }

  .site-footer-legal > div {
    flex-direction: column;
    align-items: center;
  }

  .site-footer-legal .flex-wrap {
    justify-content: center;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open a[aria-label="WhatsApp"] {
    visibility: hidden;
    pointer-events: none;
  }

  body.menu-open #site-header,
  body.menu-open #site-header.is-scrolled,
  body[data-page].menu-open #site-header.is-scrolled {
    background: transparent;
    border-bottom: none;
    backdrop-filter: none;
  }

  body.menu-open #site-header.is-scrolled .logo-header-light {
    display: block;
  }

  body.menu-open #site-header.is-scrolled .logo-header-dark {
    display: none;
  }

  body.menu-open #site-header .pill-btn {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(10px);
  }

  body.menu-open #site-header .pill-btn:hover {
    background: rgba(255, 255, 255, 0.22);
  }

  .nav-dropdown {
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    min-width: 0;
    width: 100%;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border-radius: 0;
    padding: 1.1rem 1.4rem 2.4rem;
    box-shadow: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(12px);
    background: #0c0c0c;
  }

  .nav-dropdown.is-open {
    transform: translateY(0);
  }

  .nav-drop-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6rem;
  }

  .nav-drop-head span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
  }

  .nav-drop-close {
    display: flex;
    width: 2.45rem;
    height: 2.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.45rem;
  }

  .nav-dropdown-inner {
    max-width: 28rem;
    margin: 0 auto;
    gap: 0;
  }

  .nav-drop-link {
    font-size: 1.85rem;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.15;
    padding: 0.9rem 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-drop-link:hover {
    background: transparent;
    color: #fff;
  }

  .nav-drop-link--muted {
    font-size: 1.85rem;
    color: rgba(255, 255, 255, 0.94);
  }

  .nav-drop-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.85rem;
  }

  .nav-drop-label {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
  }

  .nav-drop-langs {
    display: flex;
    gap: 0.5rem;
  }

  .nav-drop-langs .lang-btn {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.75rem 1rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .nav-drop-langs .lang-btn.is-active {
    background: #fff;
    border-color: #fff;
    color: #111;
  }

  .nav-drop-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    border-radius: 999px;
    padding: 0.95rem 1.2rem;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
  }

  .nav-drop-phone {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 767px) {
  .header-bar {
    padding: 0.55rem 0.7rem;
  }

  .hero .hero-spotlight {
    display: none;
  }

  .hero > .relative.z-10 {
    min-height: 100svh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5.5rem;
    padding-bottom: 4.75rem;
  }

  .hero > .relative.z-10 > div:first-child {
    max-width: 22rem;
    margin-inline: auto;
  }

  .hero #hero-lead {
    margin-inline: auto;
  }

  .hero > .relative.z-10 .mt-8 {
    justify-content: center;
  }

  .space-tile {
    min-height: 0;
    padding: 1rem 0.85rem 1.05rem;
  }

  .space-tile i {
    font-size: 1.35rem;
  }

  .space-tile h3 {
    margin-top: 0.85rem;
    font-size: 0.95rem;
  }

  .space-tile p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #site-header .header-brand img {
    height: 2.45rem !important;
  }

  #site-header #menu-toggle span {
    display: inline;
  }

  #site-header #menu-toggle {
    width: auto;
    height: 2.45rem;
    padding: 0 0.8rem;
    gap: 0.35rem;
    font-size: 13px;
    justify-content: center;
  }

  #site-header .header-lang {
    display: none;
  }

  #site-header .header-cta {
    display: none;
  }

  .search-overlay,
  .quote-modal {
    padding-top: 4.25rem;
  }

  .search-form kbd {
    display: none;
  }

  .page-intro,
  .pj,
  .pdp {
    padding-top: 5.35rem;
  }

  .plp-bar-wrap {
    top: 4.55rem;
  }

  .page-intro-media,
  .store-map {
    height: min(42vh, 18rem);
  }

  .pj-hero {
    height: min(52vh, 22rem);
    min-height: 16rem;
  }

  .pdp-buy {
    flex-wrap: wrap;
  }

  .pdp-cart,
  .pdp-quote {
    flex: 1 1 100%;
  }

  .site-footer .h-14 {
    height: 2.35rem;
  }

  .site-footer-cta {
    width: 100%;
  }

  .site-footer-cta a {
    flex: 1 1 100%;
  }

  .legal-table th,
  .legal-table td {
    padding: 0.6rem 0.7rem;
  }

  .plp-city {
    min-width: 100%;
    flex: 1 1 100%;
  }

  .plp-toolbar-end {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  #product-filters .plp-toolbar-end {
    width: auto;
    justify-content: flex-end;
  }
}


