.catalog-page__hero { padding: clamp(80px, 10vw, 145px) 0 90px; background: var(--paper); }
.catalog-page__hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.catalog-page__hero h1 { margin: 14px 0 0; font-size: clamp(64px, 8vw, 112px); line-height: .86; letter-spacing: -.065em; }
.catalog-page__hero h1 em { color: var(--bronze); font-family: "Playfair Display", serif; font-weight: 600; }
.catalog-page__intro { display: grid; gap: 30px; max-width: 580px; color: var(--muted); }
.catalog-page__quick-links { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-page__quick-links a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 11px; font-weight: 700; }
.catalog-page__quick-links a:hover { border-color: var(--ink); }
.catalog-collection { scroll-margin-top: 110px; background: #fff; }
.catalog-collection--paper { background: var(--paper-2); }
.catalog-collection__heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.catalog-collection__heading h2 { margin: 10px 0 0; font-size: clamp(50px, 6vw, 76px); line-height: .95; letter-spacing: -.05em; }
.catalog-collection__heading > p { max-width: 520px; justify-self: end; color: var(--muted); }
.catalog-sheets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.catalog-sheets--single { grid-template-columns: minmax(0, 920px); justify-content: center; }
.catalog-sheet { margin: 0; }
.catalog-sheet button { width: 100%; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #f4f1eb; cursor: zoom-in; overflow: hidden; }
.catalog-sheet button img { display: block; width: 100%; height: auto; transition: transform .35s ease; }
.catalog-sheet button:hover img { transform: scale(1.015); }
.catalog-sheet figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 15px 4px 0; font-size: 12px; }
.catalog-sheet figcaption span { color: var(--bronze); }
.catalog-page__cta { padding: clamp(80px, 10vw, 140px) 0; background: var(--ink); color: #fff; }
.catalog-page__cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.catalog-page__cta h2 { margin: 14px 0 0; font-size: clamp(48px, 6vw, 76px); line-height: .95; letter-spacing: -.05em; }
.catalog-page__cta h2 em { color: #c8a98b; font-family: "Playfair Display", serif; }
.catalog-page__cta-inner > div:last-child { display: grid; gap: 28px; max-width: 520px; color: rgba(255,255,255,.7); }
.catalog-page__cta .button { justify-self: start; }
.catalog-lightbox { width: min(1400px, calc(100% - 30px)); height: calc(100dvh - 30px); padding: 0; border: 0; border-radius: 18px; background: #171715; color: #fff; overflow: hidden; }
.catalog-lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.catalog-lightbox__bar { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.catalog-lightbox__bar strong { font-size: 13px; }
.catalog-lightbox__bar button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.catalog-lightbox figure { height: calc(100% - 122px); margin: 0; padding: 20px; display: grid; place-items: center; overflow: auto; }
.catalog-lightbox figure img { max-width: 100%; max-height: 100%; object-fit: contain; }
.catalog-lightbox__controls { height: 60px; display: flex; justify-content: center; gap: 10px; padding: 8px; border-top: 1px solid rgba(255,255,255,.12); }
.catalog-lightbox__controls button { padding: 0 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: transparent; color: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.catalog-lightbox__controls button:hover { background: #fff; color: var(--ink); }

@media (max-width: 800px) {
  .catalog-page__hero-grid, .catalog-collection__heading, .catalog-page__cta-inner { grid-template-columns: 1fr; gap: 30px; }
  .catalog-page__hero { padding: 72px 0 65px; }
  .catalog-page__hero h1 { font-size: 62px; }
  .catalog-collection__heading > p { justify-self: start; }
  .catalog-sheets { grid-template-columns: 1fr; }
  .catalog-sheet button { padding: 10px; border-radius: 12px; }
  .catalog-lightbox { width: calc(100% - 12px); height: calc(100dvh - 12px); }
  .catalog-lightbox figure { padding: 8px; }
}
