.products-page { background: var(--paper); }
.products-page .main-nav a.active { color: var(--bronze); }

.collection-hero { min-height: 760px; display: flex; align-items: stretch; overflow: hidden; background: var(--charcoal); color: var(--paper); }
.collection-hero-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(50px, 8vw, 120px); padding-block: 88px; }
.collection-hero-copy { position: relative; z-index: 2; }
.collection-hero-copy h1 { margin: 22px 0 28px; font-family: var(--serif); font-size: clamp(5rem, 7.4vw, 7.7rem); font-weight: 500; line-height: .86; letter-spacing: -.04em; }
.collection-hero-copy > p:not(.eyebrow) { max-width: 500px; margin: 0 0 38px; color: rgba(247,244,238,.7); }
.collection-display { position: relative; min-height: 590px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 44%, #332b25 0%, #1a1816 48%, #111 100%); color: var(--paper); isolation: isolate; }
.collection-display::before { content: ""; position: absolute; inset: 26px; z-index: 2; border: 1px solid rgba(193,162,115,.34); pointer-events: none; }
.collection-display .brand-partnership { width: min(80%, 560px); }
.collection-display .partnership-note { bottom: 52px; }

.collection-assurance { border-bottom: 1px solid var(--line-dark); background: var(--ivory); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.assurance-grid > div { position: relative; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 14px; padding: 30px 28px; }
.assurance-grid > div + div { border-left: 1px solid var(--line-dark); }
.assurance-grid span { grid-row: 1 / 3; color: var(--bronze); font-family: var(--serif); font-size: 1.6rem; line-height: 1; }
.assurance-grid strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; line-height: 1; }
.assurance-grid small { margin-top: 5px; color: #756f66; font-size: .65rem; }

.collection { background: var(--paper); }
.collection-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.collection-heading h2 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(4rem, 5.6vw, 6.2rem); font-weight: 500; line-height: .9; letter-spacing: -.035em; }
.collection-heading > p { max-width: 480px; margin: 0; color: #6b655c; }
.collection-tools { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.product-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.product-filters button { padding: 9px 13px; border: 1px solid transparent; background: transparent; color: #6b655c; cursor: pointer; font-size: .63rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.product-filters button:hover, .product-filters button:focus-visible { color: var(--ink); border-color: var(--line-dark); }
.product-filters button.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.product-search { position: relative; flex: 0 0 240px; }
.product-search input { width: 100%; height: 42px; padding: 0 42px 0 14px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-family: var(--sans); font-size: .75rem; }
.product-search input::placeholder { color: #898278; }
.product-search svg { position: absolute; right: 10px; top: 50%; width: 17px; transform: translateY(-50%); fill: none; stroke: currentColor; stroke-width: 1.4; }
.collection-meta { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 16px; color: #8a8379; font-size: .6rem; letter-spacing: .11em; text-transform: uppercase; }
.collection-meta p { margin: 0; }
.collection-meta span { color: var(--ink); }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.product-card { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--paper); }
.product-card[hidden] { display: none; }
.product-image-stage { position: relative; aspect-ratio: 1 / 1; overflow: hidden; display: grid; place-items: center; padding: 18px; background: #fff; }
.product-cutout { position: relative; z-index: 1; width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; }
.product-cutout img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; transition: transform .5s cubic-bezier(.2,.75,.25,1); }
.product-card:hover .product-cutout img { transform: scale(1.035); }
.product-badge { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 5px 8px; background: var(--charcoal); color: var(--paper); font-size: .52rem; letter-spacing: .14em; text-transform: uppercase; }
.product-info { flex: 1; display: flex; flex-direction: column; padding: 30px 26px 26px; text-align: center; }
.product-category { margin: 0 0 9px; color: var(--bronze); font-size: .55rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-info h3 { min-height: 2.2em; margin: 0; font-family: var(--serif); font-size: 1.42rem; font-weight: 500; line-height: 1.08; }
.product-price-row { min-height: 36px; display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 18px 0 6px; }
.product-price { font-family: var(--serif); font-size: 1.45rem; line-height: 1; }
.product-old-price { color: #9b958b; font-size: .65rem; text-decoration: line-through; }
.product-installments { margin: 0 0 20px; color: #6b655c; font-size: .75rem; line-height: 1.3; }
.product-installments strong { color: var(--ink); font-weight: 600; }
.reserve-button { width: 100%; min-height: 43px; margin-top: auto; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: .62rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.reserve-button:hover, .reserve-button:focus-visible { background: var(--ink); color: var(--paper); }
.pickup-note { margin: 10px 0 0; color: #918a80; font-size: .54rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.empty-products { margin: 60px 0; color: #6b655c; text-align: center; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 48px; }
.load-more { min-width: 230px; min-height: 50px; padding: 0 28px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.load-more:hover, .load-more:focus-visible { background: var(--ink); color: var(--paper); }
.load-more[hidden] { display: none; }

.pickup-section { padding: 120px 0; background: var(--charcoal); color: var(--paper); }
.pickup-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: center; }
.pickup-copy h2 { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(4rem, 5.6vw, 6rem); font-weight: 400; line-height: .92; }
.pickup-details > p { max-width: 540px; margin: 0 0 30px; color: rgba(247,244,238,.67); }
.pickup-details address { margin-bottom: 34px; padding-top: 28px; border-top: 1px solid var(--line-light); color: var(--bronze-light); font-family: var(--serif); font-size: 1.35rem; font-style: normal; line-height: 1.35; }

.reservation-dialog { width: min(920px, calc(100vw - 40px)); max-height: min(780px, calc(100svh - 40px)); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.reservation-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.reservation-dialog::backdrop { background: rgba(10,10,10,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 16px; right: 18px; z-index: 4; width: 38px; height: 38px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.dialog-product-stage { position: relative; min-height: 580px; display: grid; place-items: center; padding: 28px; overflow: hidden; background: #fff; }
.dialog-cutout { position: relative; width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; }
.dialog-cutout img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.dialog-content { display: flex; flex-direction: column; justify-content: center; padding: 68px 54px; }
.dialog-content h2 { margin: 16px 0 18px; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; line-height: .96; }
.dialog-content > p:not(.section-label):not(.dialog-price) { color: #70695f; }
.dialog-price { margin: 0 0 18px; font-family: var(--serif); font-size: 1.7rem; }
.dialog-actions { display: flex; align-items: center; gap: 24px; margin: 28px 0; }
.dialog-content > small { color: #918a80; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1080px) {
  .collection-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .collection-display { min-height: 520px; }
  .collection-tools { align-items: flex-start; flex-direction: column; }
  .product-search { width: 100%; flex-basis: auto; }
}

@media (max-width: 760px) {
  .collection-hero { min-height: auto; }
  .collection-hero-grid { grid-template-columns: 1fr; padding-block: 64px 46px; }
  .collection-hero-copy h1 { font-size: clamp(4.2rem, 17vw, 5.7rem); }
  .collection-display { min-height: 490px; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid > div + div { border-top: 1px solid var(--line-dark); border-left: 0; }
  .collection-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
  .collection-heading h2 { font-size: 4.2rem; }
  .collection-tools { padding-block: 16px; }
  .product-filters { flex-wrap: nowrap; width: calc(100vw - 40px); overflow-x: auto; scrollbar-width: none; }
  .product-filters::-webkit-scrollbar { display: none; }
  .product-filters button { flex: 0 0 auto; }
  .collection-meta p:last-child { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-image-stage { padding: 10px; }
  .product-info { padding: 18px 14px; }
  .product-info h3 { min-height: 3.35em; font-size: 1.08rem; }
  .product-price { font-size: 1.25rem; }
  .pickup-section { padding: 86px 0; }
  .pickup-grid { grid-template-columns: 1fr; gap: 44px; }
  .pickup-copy h2 { font-size: 3.7rem; }
  .reservation-dialog[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .dialog-product-stage { min-height: 340px; }
  .dialog-content { padding: 48px 26px; }
}

@media (max-width: 430px) {
  .collection-display { min-height: 420px; }
  .collection-display .brand-partnership { width: 70%; }
  .product-image-stage { aspect-ratio: 1 / 1; padding: 5px; }
  .product-info { padding: 16px 8px; }
  .product-category { font-size: .47rem; letter-spacing: .11em; }
  .product-info h3 { min-height: 3.6em; font-size: .98rem; }
  .product-price { font-size: 1.12rem; }
  .product-installments { min-height: 2.4em; font-size: .65rem; }
  .reserve-button { min-height: 40px; font-size: .56rem; letter-spacing: .12em; }
}
