.product-page .site-header {
  background: #211e1a;
}

.product-page main {
  min-height: 100vh;
  background: var(--ivory);
}

.product-detail {
  width: min(100%, 1540px);
  margin: 0 auto;
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, .78fr);
  gap: clamp(48px, 7vw, 112px);
  padding-top: 176px;
}

.product-detail-back {
  grid-column: 1 / -1;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 11px;
  margin-bottom: -16px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.product-detail-back span {
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}

.product-detail-media {
  display: block;
  min-width: 0;
}

.product-detail-stage {
  position: relative;
  display: flex;
  min-height: clamp(440px, 55vw, 720px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e2ddd5;
  background: #f0ece5;
}

.product-zoom-trigger { position:absolute; inset:0; z-index:1; display:grid; width:100%; height:100%; place-items:center; overflow:hidden; border:0; padding:0; background:transparent; cursor:zoom-in; }
.product-zoom-trigger img, .product-detail-stage video { width:100%; height:100%; object-fit:contain; }
.product-zoom-trigger img { transition:transform .7s cubic-bezier(.22,.61,.36,1); }
.product-zoom-trigger:hover img { transform:scale(1.035); }
.product-zoom-trigger > span { position:absolute; right:18px; bottom:18px; padding:9px 12px; background:rgba(250,249,246,.88); color:var(--onyx); font:600 8px/1 var(--sans); letter-spacing:.13em; text-transform:uppercase; opacity:0; transform:translateY(6px); transition:opacity .25s ease, transform .25s ease; }
.product-zoom-trigger:hover > span { opacity:1; transform:none; }
.product-detail-stage video { position:relative; z-index:1; background:#181614; }
.product-detail-stage:not(.is-missing) .media-pending { display:none; }

.product-detail-stage > img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  image-rendering: auto;
}

.product-detail-stage .media-pending {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #8b8175;
}

.product-detail-stage .media-pending strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.product-detail-stage .media-pending small {
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.thumbnail-carousel { display:grid; grid-template-columns:34px minmax(0,1fr) 34px; gap:9px; align-items:center; margin-top:12px; }
.thumb-arrow { width:34px; height:62px; border:1px solid var(--line); background:transparent; color:var(--onyx); cursor:pointer; transition:border-color .2s,color .2s; }
.thumb-arrow:hover { border-color:var(--gold); color:var(--gold); }
.product-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
}
.product-thumbnails::-webkit-scrollbar { display:none; }

.product-thumbnails button {
  position:relative;
  flex:0 0 76px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0;
  background: #eee8de;
}
.product-thumbnails .video-play { position:absolute; inset:50% auto auto 50%; display:grid; width:25px; height:25px; place-items:center; border-radius:50%; background:rgba(33,30,26,.8); color:#fff; font-size:9px; transform:translate(-50%,-50%); }

.product-thumbnails button.active {
  border-color: var(--gold);
}

.product-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-copy {
  top: 26px;
  max-width: 610px;
}

.product-detail h1 {
  margin-top: 9px;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: .96;
}

.product-code {
  margin-top: 18px;
}

.product-detail-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin: 30px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-detail-meta p {
  margin: 0;
}

.product-detail-meta .availability {
  text-align: right;
}

.detail-lead {
  margin-top: 26px;
}

.detail-actions {
  grid-template-columns: 1fr;
  margin: 30px 0 20px;
}

.detail-actions .button {
  width: 100%;
  min-height: 52px;
  justify-content: space-between;
  text-align: left;
}

.detail-actions .button span {
  margin-left: auto;
}
.whatsapp-order, .inquiry-button { display:flex; align-items:center; gap:12px; }
.whatsapp-order { border-color:#213c2c; background:#213c2c; color:#fff; }
.whatsapp-order:hover { border-color:#2d513b; background:#2d513b; }
.whatsapp-order svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.6; }
.inquiry-button { border:1px solid var(--onyx); background:transparent; color:var(--onyx); cursor:pointer; }
.inquiry-button:hover { border-color:var(--gold); color:#82651e; }

.product-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

.product-taxonomy a {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-taxonomy a:hover {
  border-color: var(--gold);
  color: var(--onyx);
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -16px 0 28px;
}

.product-tags span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .08em;
}

.product-tags span:not(:last-child)::after {
  content: " ·";
  color: var(--gold);
}

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

.product-facts div {
  display: block;
  min-width: 0;
}

.product-facts div:nth-child(odd) {
  padding-right: 20px;
}

.product-facts div:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.product-facts strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  text-align: left;
}
.detail-section { margin-top:34px; padding-top:30px; border-top:1px solid var(--line); }
.detail-section h2 { margin:8px 0 14px; font-size:clamp(32px,3vw,43px); }
.detail-section p:last-child { color:var(--muted); font-size:13px; line-height:1.85; white-space:pre-line; }
.product-accordions { margin-top:34px; border-top:1px solid var(--line); }
.product-accordions details { border-bottom:1px solid var(--line); }
.product-accordions summary { display:flex; justify-content:space-between; padding:20px 0; font:600 10px/1 var(--sans); letter-spacing:.13em; text-transform:uppercase; cursor:pointer; list-style:none; }
.product-accordions summary::-webkit-details-marker { display:none; }
.product-accordions summary span { color:var(--gold); font-size:15px; }
.product-accordions details[open] summary span { transform:rotate(45deg); }
.product-accordions p { margin:0; padding:0 0 22px; color:var(--muted); font-size:12px; line-height:1.8; white-space:pre-line; }
.product-lightbox, .inquiry-modal { border:0; padding:0; background:var(--ivory); box-shadow:0 35px 100px rgba(0,0,0,.35); }
.product-lightbox::backdrop, .inquiry-modal::backdrop { background:rgba(15,13,11,.78); backdrop-filter:blur(6px); }
.product-lightbox { width:min(94vw,1280px); height:min(92vh,940px); }
.product-lightbox > button, .inquiry-close { position:absolute; top:18px; right:20px; z-index:2; width:40px; height:40px; border:1px solid rgba(0,0,0,.15); background:rgba(250,249,246,.86); color:var(--onyx); font-size:25px; cursor:pointer; }
.product-lightbox > div { width:100%; height:100%; overflow:auto; }
.product-lightbox img { display:block; width:100%; height:100%; object-fit:contain; cursor:zoom-in; transition:transform .25s; }
.product-lightbox img.zoomed { width:auto; max-width:none; height:auto; min-width:160%; min-height:160%; object-fit:contain; cursor:zoom-out; }
.inquiry-modal { width:min(92vw,590px); padding:clamp(34px,5vw,66px); }
.inquiry-modal h2 { margin:12px 0 18px; font-size:clamp(43px,5vw,63px); line-height:.95; }
.inquiry-modal > p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.inquiry-modal form { display:grid; gap:15px; margin-top:28px; }
.inquiry-modal label { color:var(--muted); font-size:9px; letter-spacing:.12em; text-transform:uppercase; }
.inquiry-modal input, .inquiry-modal select, .inquiry-modal textarea { display:block; width:100%; margin-top:7px; border:1px solid var(--line); border-radius:0; padding:13px; background:#fff; color:var(--onyx); font:13px/1.5 var(--sans); }
.inquiry-modal textarea { min-height:110px; resize:vertical; }
.inquiry-modal [data-inquiry-status]{min-height:1.5em;margin:0;color:#356447;font-size:12px;letter-spacing:0;text-transform:none}
.inquiry-modal [data-inquiry-status].is-error{color:#9c3329}
.inquiry-modal button:disabled{opacity:.55;cursor:wait}
body.modal-open { overflow:hidden; }

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

  .product-detail-back {
    margin-bottom: 0;
  }

  .product-detail-copy {
    position: static;
    max-width: none;
  }

  .product-detail-stage {
    min-height: min(110vw, 620px);
  }
  .thumbnail-carousel { grid-template-columns:28px minmax(0,1fr) 28px; }
  .thumb-arrow { width:28px; }
}

@media (max-width: 560px) {
  .product-detail {
    padding-right: 18px;
    padding-left: 18px;
  }

  .product-detail h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

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

  .product-facts div:nth-child(odd),
  .product-facts div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }
}
