.seo-product-page { background: #f5f1e9; color: #11100d; }
.seo-product-page .site-header { position: relative; }
.seo-product-main { max-width: 1440px; margin: 0 auto; padding: 42px 42px 100px; }
.seo-breadcrumbs { display: flex; gap: 10px; margin-bottom: 30px; overflow: hidden; color: #706c64; font-size: 12px; white-space: nowrap; }
.seo-breadcrumbs a { color: inherit; }
.seo-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.seo-product-detail { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: clamp(36px, 6vw, 100px); align-items: start; }
.seo-product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.seo-product-gallery img, .seo-product-gallery video { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; background: #e8e4dc; }
.seo-product-copy { position: sticky; top: 30px; padding-top: 20px; }
.seo-product-copy h1 { margin: 14px 0 26px; font-family: "Cormorant Garamond", serif; font-size: clamp(44px, 5vw, 72px); font-weight: 500; line-height: .94; }
.seo-product-description { color: #5f5b53; font-size: 15px; line-height: 1.75; }
.seo-product-copy dl { margin: 32px 0; border-top: 1px solid #d4cfc5; }
.seo-product-copy dl div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid #d4cfc5; }
.seo-product-copy dt { color: #706c64; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.seo-product-copy dd { margin: 0; }
.seo-product-copy .button { display: inline-flex; }
.seo-product-copy .source-link { display: block; width: fit-content; margin-top: 22px; }
.seo-product-footer { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 40px 42px 110px; background: #11100d; color: #fff; }
@media (max-width: 760px) {
  .seo-product-main { padding: 24px 18px 80px; }
  .seo-product-detail { grid-template-columns: 1fr; gap: 34px; }
  .seo-product-gallery { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .seo-product-gallery::-webkit-scrollbar { display: none; }
  .seo-product-gallery > * { flex: 0 0 100%; scroll-snap-align: start; }
  .seo-product-copy { position: static; padding-top: 0; }
  .seo-product-copy h1 { font-size: 46px; }
  .seo-product-footer { flex-direction: column; align-items: flex-start; padding: 36px 18px 110px; }
}
