:root {
  --green: #00c853;
  --green-dark: #087b41;
  --ink: #222222;
  --ink-soft: #3b413c;
  --paper: #f5f7ef;
  --paper-deep: #e8eee4;
  --white: #ffffff;
  --line: #d5ddcf;
  --amber: #ffb000;
  --cyan: #00a7b5;
  --shadow: 0 22px 60px rgba(34, 34, 34, .16);
  --radius: 8px;
}

@keyframes heroImagePulse {
  0% {
    transform: scale(1.02) translate3d(-.5%, -.4%, 0);
  }

  100% {
    transform: scale(1.09) translate3d(.7%, .5%, 0);
  }
}

@keyframes catalogImageFloat {
  0% {
    transform: scale(1.02) translate3d(-.8%, -.5%, 0);
  }

  50% {
    transform: scale(1.06) translate3d(.5%, .3%, 0);
  }

  100% {
    transform: scale(1.035) translate3d(.8%, -.2%, 0);
  }
}

@keyframes promoImageFloat {
  0% {
    transform: scale(1.015) translate3d(.6%, -.3%, 0);
  }

  100% {
    transform: scale(1.075) translate3d(-.8%, .4%, 0);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
}

body.panel-open {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px max(20px, calc((100vw - 980px) / 2));
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #edf0ea;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  padding: 6px 12px 6px 6px;
  background: var(--white);
  border: 1px solid rgba(0, 200, 83, .28);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  box-shadow: none;
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand strong {
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.38rem;
  line-height: .95;
  text-transform: uppercase;
}

.brand small {
  color: #5b635a;
  font-size: .68rem;
  font-weight: 800;
}

.search-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
  height: 46px;
  padding: 0 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(34, 34, 34, .06);
}

.search-box:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 200, 83, .14);
}

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

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: var(--green-dark);
  box-shadow: 0 14px 34px rgba(8, 123, 65, .28);
}

.button--primary:hover {
  background: #066a38;
}

.button--dark {
  color: var(--white);
  background: var(--ink);
}

.button--dark:hover {
  box-shadow: 0 14px 34px rgba(34, 34, 34, .22);
}

.button--light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.button--full {
  width: 100%;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  transition: transform .18s ease, background .18s ease;
}

.icon-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .18);
}

.icon-button--dark {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.hero {
  position: relative;
  padding: 14px 20px 0;
  background: #ffffff;
  color: var(--ink);
  overflow: visible;
}

.hero::before {
  display: none;
}

.hero__inner {
  position: relative;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.hero__copy {
  position: absolute;
  top: 50%;
  left: 34px;
  z-index: 3;
  width: min(360px, calc(100% - 68px));
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .4);
  transform: translateY(-50%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 310px;
  margin: 0;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 2.28rem;
  line-height: .98;
  text-transform: uppercase;
}

.hero__lead {
  display: none;
  max-width: 380px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
  line-height: 1.45;
}

.hero__actions {
  display: none;
}

.hero__stats {
  display: none;
}

.hero__stats div {
  min-width: 0;
  display: grid;
  align-content: start;
  min-height: 100px;
  padding: 15px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
}

.hero__stats strong,
.hero__stats span {
  display: block;
}

.hero__stats strong {
  color: var(--green);
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero__stats span {
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.35;
}

.hero-stage {
  position: relative;
  min-width: 0;
}

.hero-stage__topline {
  position: absolute;
  top: 12px;
  left: 14px;
  right: 14px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.hero-stage__topline span {
  width: max-content;
  max-width: calc(100% - 54px);
  padding: 5px 9px;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spotlight-card {
  position: relative;
  overflow: hidden;
  min-height: 255px;
  aspect-ratio: 16 / 4.5;
  border: 1px solid #e7e7e7;
  border-radius: var(--radius);
  background: #111;
  box-shadow: none;
  isolation: isolate;
}

.spotlight-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: heroImagePulse 13s ease-in-out infinite alternate;
  transition: transform .5s ease, opacity .3s ease;
  will-change: transform;
}

.spotlight-card.is-switching img {
  animation: none;
  opacity: .25;
  transform: scale(1.08);
}

.spotlight-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .08) 58%, rgba(0, 0, 0, .16)),
    linear-gradient(0deg, rgba(0, 0, 0, .44), transparent 54%);
  z-index: 1;
}

.spotlight-card__content {
  position: absolute;
  inset: auto 24px 22px auto;
  z-index: 2;
  display: grid;
  gap: 7px;
  width: min(310px, 34%);
  padding: 14px;
  color: var(--white);
  background: rgba(0, 0, 0, .58);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
}

.spotlight-card__content span {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--green);
  border-radius: var(--radius);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spotlight-card__content h2 {
  margin: 0;
  color: var(--white);
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.72rem;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.spotlight-card__content p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  line-height: 1.45;
}

.spotlight-card__content strong {
  color: var(--white);
  font-size: 1.22rem;
}

.spotlight-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 92px;
  justify-content: start;
  gap: 14px;
  margin-top: 16px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 0 4px 14px;
}

.spotlight-pill {
  display: grid;
  grid-template-rows: 76px auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 7px;
  min-height: 112px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.spotlight-pill[aria-pressed="true"] {
  color: var(--green-dark);
  background: transparent;
  border-color: transparent;
}

.spotlight-pill img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  padding: 6px;
  background: #fff2a8;
  border: 2px solid transparent;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(34, 34, 34, .08);
}

.spotlight-pill[aria-pressed="true"] img {
  border-color: var(--green);
  background: #e8ffe8;
}

.spotlight-pill span {
  min-width: 0;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
}

.promo-band {
  display: grid;
  gap: 14px;
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
}

.promo-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 16px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(0, 200, 83, .42);
  border-left: 6px solid var(--green);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(34, 34, 34, .16);
}

.promo-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  animation: promoImageFloat 15s ease-in-out infinite alternate;
  will-change: transform;
}

.promo-card:hover img {
  animation-play-state: paused;
}

.promo-card span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 5px 8px;
  color: var(--ink);
  background: var(--green);
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-card h2 {
  margin: 0;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.promo-card p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.45;
}

.work-gallery {
  width: min(1080px, calc(100% - 40px));
  margin: 28px auto 0;
}

.gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: 24px;
  align-items: end;
  margin-bottom: 14px;
}

.gallery-head h2 {
  margin: 0;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 2.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-head p:last-child {
  margin: 0;
  color: #566056;
  font-size: .86rem;
  line-height: 1.45;
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 250px);
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.gallery-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(34, 34, 34, .07);
  scroll-snap-align: start;
  transition: transform .2s ease, box-shadow .2s ease;
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(34, 34, 34, .12);
}

.gallery-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--paper-deep);
  border: 0;
  text-align: left;
}

.gallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: catalogImageFloat 19s ease-in-out infinite alternate;
  transition: transform .35s ease;
  will-change: transform;
}

.gallery-card:hover .gallery-card__media img,
.gallery-card__media:focus-visible img {
  animation: none;
  transform: scale(1.05);
}

.gallery-card__media span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  max-width: calc(100% - 20px);
  padding: 6px 9px;
  color: var(--ink);
  background: var(--green);
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-card__zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 7px;
  color: var(--white);
  background: rgba(34, 34, 34, .72);
  border-radius: 4px;
  font-size: .67rem;
  font-style: normal;
  font-weight: 800;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
}

.gallery-card__media:hover .gallery-card__zoom,
.gallery-card__media:focus-visible .gallery-card__zoom {
  opacity: 1;
  transform: translateY(0);
}

.gallery-card__body {
  display: grid;
  flex: 1;
  gap: 5px;
  align-content: start;
  padding: 12px;
}

.gallery-card h3 {
  margin: 0;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.23rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.gallery-card strong {
  color: var(--green-dark);
  font-size: .7rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.gallery-card p {
  display: -webkit-box;
  margin: 2px 0 4px;
  overflow: hidden;
  color: #566056;
  font-size: .8rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gallery-card__action {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  width: max-content;
  margin-top: auto;
  padding-top: 5px;
  color: var(--green-dark);
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
}

.gallery-card__action span {
  transition: transform .18s ease;
}

.gallery-card__action:hover span {
  transform: translateX(3px);
}

.gallery-lightbox {
  width: min(820px, calc(100% - 28px));
  max-height: min(86vh, 760px);
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: #1b1d1b;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.gallery-lightbox::backdrop {
  background: rgba(10, 12, 10, .72);
  backdrop-filter: blur(3px);
}

.gallery-lightbox img {
  display: block;
  width: 100%;
  max-height: min(72vh, 650px);
  object-fit: contain;
  background: #111;
}

.gallery-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: rgba(0, 0, 0, .62);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
}

.gallery-lightbox__caption {
  display: grid;
  gap: 2px;
  padding: 12px 16px 14px;
}

.gallery-lightbox__caption strong {
  font-size: 1rem;
}

.gallery-lightbox__caption span {
  color: rgba(255, 255, 255, .7);
  font-size: .8rem;
}

.catalog-controls,
.next-items,
.product-grid {
  width: min(980px, calc(100% - 40px));
  margin-inline: auto;
}

.catalog-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: 24px 0 16px;
}

.catalog-controls h2,
.next-items h2 {
  margin: 0;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-button {
  min-height: 38px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.filter-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 28px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  min-height: 365px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(34, 34, 34, .08);
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  border-color: rgba(0, 200, 83, .52);
  box-shadow: 0 20px 48px rgba(34, 34, 34, .14);
}

.product-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  background: var(--paper-deep);
}

.product-card__media > a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card__media > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: catalogImageFloat 18s ease-in-out infinite alternate;
  transition: transform .35s ease;
  will-change: transform;
}

.product-card:nth-child(2n) .product-card__media > a > img {
  animation-direction: alternate-reverse;
  animation-duration: 20s;
}

.product-card:nth-child(3n) .product-card__media > a > img {
  animation-duration: 16s;
}

.product-card:hover .product-card__media > a > img {
  animation: none;
  transform: scale(1.04);
}

.product-card__thumbs {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 6px;
  max-width: calc(100% - 20px);
  padding: 5px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.product-card__thumbs button,
.quote-thumbs button {
  display: block;
  padding: 2px;
  overflow: hidden;
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
}

.product-card__thumbs button {
  width: 38px;
  height: 38px;
}

.product-card__thumbs button[aria-pressed="true"],
.quote-thumbs button[aria-pressed="true"] {
  border-color: var(--green);
}

.product-card__thumbs img,
.quote-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.product-card__flag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  max-width: calc(100% - 20px);
  padding: 6px 9px;
  color: var(--ink);
  background: var(--green);
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.category-chip {
  min-width: 0;
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__price {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.product-card h3 {
  margin: 0;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--green-dark);
}

.product-card p {
  margin: 0;
  color: #566056;
  font-size: .88rem;
  line-height: 1.35;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-tags span {
  padding: 5px 8px;
  color: #334237;
  background: #eef5eb;
  border: 1px solid #dce8d8;
  border-radius: 6px;
  font-size: .75rem;
  font-weight: 700;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 0 12px 12px;
}

.product-card__actions .icon-button {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.empty-state strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.product-page {
  padding-bottom: 104px;
  background: #ffffff;
}

.product-main {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 40px;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  color: #5d665d;
  font-size: .82rem;
  font-weight: 700;
}

.product-breadcrumb a {
  color: var(--green-dark);
  text-decoration: none;
}

.product-breadcrumb strong {
  color: var(--ink);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(370px, .96fr);
  gap: 28px;
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 98px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
}

.product-gallery__thumbs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.product-gallery__thumbs button {
  width: 64px;
  height: 64px;
  padding: 3px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-gallery__thumbs button[aria-pressed="true"] {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 200, 83, .16);
}

.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.product-gallery__stage {
  display: grid;
  place-items: center;
  min-height: 480px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: var(--radius);
  overflow: hidden;
}

.product-gallery__stage img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  animation: catalogImageFloat 18s ease-in-out infinite alternate;
}

.product-config {
  display: grid;
  gap: 16px;
}

.product-config h1 {
  margin: 0;
  color: var(--ink);
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.product-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: -4px 0 0;
  color: #6e38d5;
  font-size: .86rem;
  font-weight: 800;
}

.product-rating strong {
  color: #596157;
}

.product-summary {
  margin: 0;
  color: #566056;
  line-height: 1.5;
}

.product-tags--detail {
  gap: 8px;
}

.config-section,
.product-specs {
  display: grid;
  gap: 10px;
}

.config-section h2,
.product-specs h2,
.related-products h2 {
  margin: 0;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 900;
}

.option-list,
.service-options {
  display: grid;
  gap: 9px;
}

.option-card,
.service-options label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.service-options label {
  grid-template-columns: auto minmax(0, 1fr);
}

.option-card:has(input:checked),
.service-options label:has(input:checked) {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 200, 83, .14);
}

.option-card:hover,
.service-options label:hover {
  transform: translateY(-1px);
}

.option-card input,
.service-options input {
  accent-color: var(--green-dark);
}

.option-card span,
.service-options span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.option-card strong,
.service-options strong {
  color: var(--ink);
  font-size: .92rem;
  line-height: 1.2;
}

.option-card small,
.service-options small {
  color: #667064;
  font-size: .8rem;
  line-height: 1.3;
}

.option-card b {
  color: var(--green-dark);
  font-size: 1rem;
  white-space: nowrap;
}

.product-note {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.product-note span {
  font-size: .82rem;
}

.product-note textarea {
  min-height: 92px;
  resize: vertical;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
}

.product-note textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 200, 83, .14);
}

.product-specs dl {
  display: grid;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.product-specs dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  padding: 11px 12px;
  background: #fbfcfa;
  border-bottom: 1px solid var(--line);
}

.product-specs dl div:last-child {
  border-bottom: 0;
}

.product-specs dt {
  color: #536052;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-specs dd {
  margin: 0;
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.35;
}

.related-products {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.related-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 178px;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: thin;
}

.related-card {
  display: grid;
  gap: 7px;
  color: inherit;
  text-decoration: none;
}

.related-card img {
  width: 100%;
  aspect-ratio: 1 / .76;
  object-fit: cover;
  background: var(--paper-deep);
  border-radius: var(--radius);
}

.related-card span {
  color: var(--green-dark);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.related-card strong {
  color: var(--ink);
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.18rem;
  line-height: 1;
  text-transform: uppercase;
}

.related-card small {
  color: #5e685d;
  font-weight: 800;
}

.buy-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 12px max(20px, calc((100vw - 1040px) / 2));
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -14px 40px rgba(34, 34, 34, .1);
  backdrop-filter: blur(14px);
}

.buy-bar > div:first-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.buy-bar span,
.buy-bar small {
  color: #5c665c;
  font-size: .78rem;
  font-weight: 800;
}

.buy-bar strong {
  color: var(--green-dark);
  font-size: 1.55rem;
  line-height: 1;
}

.buy-bar small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buy-bar__qty {
  display: grid;
  grid-template-columns: auto 36px 28px 36px;
  gap: 8px;
  align-items: center;
}

.buy-bar__qty span {
  grid-column: 1 / -1;
  text-align: center;
}

.buy-bar__qty button {
  width: 36px;
  height: 34px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
}

.buy-bar__qty button:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.next-items {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, 1.15fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 42px;
  padding: 28px;
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius);
}

.next-items ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-items li {
  padding: 14px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
}

.quote-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: 18px;
  width: min(460px, 100%);
  height: 100svh;
  padding: 20px;
  background: var(--paper);
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 80px rgba(0, 0, 0, .22);
  transform: translateX(104%);
  transition: transform .24s ease;
}

.quote-panel.is-open {
  transform: translateX(0);
}

.quote-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quote-panel__head h2 {
  margin: 0;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.quote-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.quote-product img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px;
  animation: catalogImageFloat 14s ease-in-out infinite alternate;
  will-change: transform;
}

.quote-product span {
  color: var(--green-dark);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-product h3 {
  margin: 3px 0 4px;
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.quote-product p {
  margin: 0;
  color: #596157;
  font-size: .9rem;
  line-height: 1.35;
}

.quote-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 4px;
  scrollbar-width: thin;
}

.quote-thumbs button {
  flex: 0 0 62px;
  width: 62px;
  height: 52px;
}

.quote-form {
  display: grid;
  align-content: start;
  gap: 13px;
  overflow-y: auto;
  padding-right: 2px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.quote-form label span {
  font-size: .82rem;
}

.quote-form select,
.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  outline: 0;
}

.quote-form select,
.quote-form input {
  height: 44px;
  padding: 0 12px;
}

.quote-form textarea {
  resize: vertical;
  min-height: 86px;
  padding: 11px 12px;
}

.quote-form select:focus,
.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 200, 83, .14);
}

.price-box {
  display: grid;
  gap: 4px;
  padding: 15px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.price-box span {
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-box strong {
  color: var(--green);
  font-size: 2rem;
  line-height: 1;
}

.price-box small {
  color: rgba(255, 255, 255, .72);
}

.panel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.panel-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.floating-quote {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 15px;
  color: var(--white);
  background: var(--green-dark);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(8, 123, 65, .35);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .18s ease, transform .18s ease;
}

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

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  align-items: center;
  padding: 26px 20px 90px;
  color: #586158;
  background: #edf2e9;
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: var(--ink);
  text-transform: uppercase;
}

.site-footer a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.notify-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto;
  padding: 22px 24px;
  color: var(--white);
  background: var(--green-dark);
  border-left: 6px solid var(--amber);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(8, 123, 65, .2);
}

.notify-callout div {
  display: grid;
  gap: 4px;
}

.notify-callout p,
.notify-callout strong,
.notify-callout span {
  margin: 0;
}

.notify-callout p {
  color: #c4f6d9;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.notify-callout strong {
  font-family: Rajdhani, "Segoe UI", Arial, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.notify-callout span {
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .search-box {
    grid-column: 1 / -1;
    order: 3;
  }

  .hero__inner {
    min-height: auto;
    padding-top: 0;
  }

  .hero__copy {
    left: 24px;
    width: min(340px, calc(100% - 48px));
  }

  .hero h1 {
    font-size: 2.38rem;
  }

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

  .catalog-controls,
  .next-items {
    grid-template-columns: 1fr;
  }

  .promo-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .promo-card .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .filter-bar {
    justify-content: flex-start;
  }

  .gallery-track {
    grid-auto-columns: 235px;
  }

  .notify-callout {
    align-items: flex-start;
  }

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

  .product-gallery {
    position: static;
  }

  .product-gallery__stage {
    min-height: 420px;
  }

  .buy-bar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .buy-bar__qty {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .brand strong {
    font-size: 1.22rem;
  }

  .brand small {
    font-size: .68rem;
  }

  .header-whats {
    padding-inline: 12px;
  }

  .hero__inner {
    padding-inline: 0;
  }

  .hero__copy {
    display: none;
  }

  .hero h1 {
    max-width: 300px;
    font-size: 2.02rem;
  }

  .hero__lead {
    display: none;
  }

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

  .spotlight-card {
    min-height: 310px;
    aspect-ratio: auto;
  }

  .spotlight-card__content {
    inset: auto 12px 12px 12px;
    display: grid;
    width: auto;
    padding: 12px;
  }

  .spotlight-card__content h2 {
    font-size: 1.28rem;
  }

  .spotlight-card__content p {
    display: none;
  }

  .spotlight-card__content strong {
    font-size: 1.05rem;
  }

  .spotlight-strip {
    grid-auto-columns: 82px;
    gap: 10px;
  }

  .spotlight-pill {
    grid-template-rows: 68px auto;
    min-height: 104px;
  }

  .spotlight-pill img {
    width: 68px;
    height: 68px;
    border-radius: 16px;
  }

  .catalog-controls,
  .next-items,
  .product-grid,
  .promo-band,
  .work-gallery {
    width: calc(100% - 28px);
  }

  .catalog-controls h2,
  .next-items h2,
  .gallery-head h2 {
    font-size: 1.9rem;
  }

  .gallery-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery-track {
    grid-auto-columns: minmax(205px, 72vw);
  }

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

  .product-card {
    min-height: 430px;
  }

  .next-items {
    padding: 20px;
  }

  .promo-card {
    grid-template-columns: 1fr;
  }

  .promo-card h2 {
    font-size: 1.7rem;
  }

  .next-items ul {
    grid-template-columns: 1fr;
  }

  .quote-panel {
    padding: 16px;
  }

  .notify-callout {
    flex-direction: column;
    gap: 15px;
    width: calc(100% - 28px);
    padding: 20px;
  }

  .notify-callout .button {
    width: 100%;
  }

  .product-page {
    padding-bottom: 156px;
  }

  .product-main {
    width: calc(100% - 28px);
    padding-top: 16px;
  }

  .product-breadcrumb {
    font-size: .76rem;
  }

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

  .product-gallery__thumbs {
    order: 2;
    grid-auto-flow: column;
    grid-auto-columns: 58px;
    overflow-x: auto;
  }

  .product-gallery__thumbs button {
    width: 58px;
    height: 58px;
  }

  .product-gallery__stage {
    min-height: 300px;
  }

  .product-config h1 {
    font-size: 1.78rem;
  }

  .option-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .option-card b {
    grid-column: 2;
  }

  .product-specs dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .related-track {
    grid-auto-columns: 152px;
  }

  .buy-bar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px;
  }

  .buy-bar small {
    white-space: normal;
  }

  .buy-bar .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
