/* =========================================================
   CORINTTI COLLECTION PAGES
   Built as editorial collection landings, not fake inventory.
   ========================================================= */

body.collection-body {
  background:
    radial-gradient(ellipse 60% 45% at 70% 22%, rgba(132,72,156,.15), transparent 68%),
    linear-gradient(118deg, #040304 0%, #080609 35%, #110a14 58%, #070508 82%, #030304 100%);
}

.collection-page-shell {
  padding-top: var(--header-h);
}

.collection-hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-columns: minmax(330px,.82fr) minmax(430px,1.18fr);
  gap: clamp(30px,5vw,84px);
  align-items: center;
  padding: clamp(60px,7vw,108px) clamp(28px,7vw,120px) clamp(72px,8vw,126px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(ellipse 42% 58% at 72% 47%, rgba(132,73,157,.20), rgba(132,73,157,.07) 44%, transparent 72%),
    linear-gradient(120deg, rgba(3,3,4,.96), rgba(14,8,17,.92) 56%, rgba(4,3,5,.98));
}

.collection-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(0,0,0,.50), transparent 27%, transparent 76%, rgba(0,0,0,.43)),
    linear-gradient(180deg, rgba(0,0,0,.22), transparent 25%, transparent 74%, rgba(0,0,0,.48));
}

.collection-hero-copy,
.collection-hero-art {
  position: relative;
  z-index: 8;
}

.collection-hero-copy {
  max-width: 650px;
}

.collection-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 0 0 22px;
  color: rgba(242,237,230,.46);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.collection-breadcrumb a:hover {
  color: var(--gold-light);
}

.collection-breadcrumb i {
  width: 22px;
  height: 1px;
  background: rgba(168,120,185,.5);
}

.collection-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(76px,8.3vw,148px);
  line-height: .80;
  font-weight: 400;
  letter-spacing: -.045em;
}

.collection-hero-lead {
  margin: 32px 0 0;
  max-width: 560px;
  font-family: var(--serif);
  font-size: clamp(23px,2.05vw,32px);
  line-height: 1.16;
  color: var(--ivory);
}

.collection-hero-copy > p:last-of-type {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(242,237,230,.58);
  font-size: 14px;
  line-height: 1.8;
}

.collection-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 32px;
}

.collection-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(239,224,183,.45);
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.collection-action.secondary {
  color: rgba(242,237,230,.56);
  border-color: rgba(255,255,255,.15);
}

.collection-hero-art {
  min-height: min(68vh,720px);
  display: grid;
  place-items: center;
}

.collection-hero-art::before {
  content: "";
  position: absolute;
  width: min(44vw,680px);
  height: min(60vh,690px);
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 48%, rgba(247,231,191,.11), rgba(132,73,157,.15) 33%, transparent 70%);
  filter: blur(24px);
}

.collection-hero-art img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: min(70vh,760px);
  object-fit: contain;
  filter: drop-shadow(0 34px 58px rgba(0,0,0,.42));
  animation: collectionReveal .95s cubic-bezier(.22,.75,.18,1) both;
}

.collection-hero--jewellery .collection-hero-art img {
  width: min(42vw,590px);
}

.collection-hero--watches .collection-hero-art img {
  width: min(44vw,650px);
}

.collection-hero--wallets .collection-hero-art img {
  width: min(43vw,630px);
}

@keyframes collectionReveal {
  from { opacity: 0; transform: translate3d(0,34px,0) scale(.97); filter: blur(7px) drop-shadow(0 34px 58px rgba(0,0,0,.42)); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0) drop-shadow(0 34px 58px rgba(0,0,0,.42)); }
}

.collection-intro {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(42px,8vw,120px);
  padding: clamp(96px,11vw,170px) clamp(28px,7vw,120px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 75% 30%, rgba(132,73,157,.09), transparent 35%),
    #070508;
}

.collection-intro h2,
.collection-chapters h2,
.collection-catalogue h2,
.collection-next h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
}

.collection-intro h2 {
  font-size: clamp(54px,6.2vw,104px);
  line-height: .90;
}

.collection-intro-copy {
  max-width: 700px;
  padding-top: 32px;
}

.collection-intro-copy p {
  margin: 0 0 22px;
  color: rgba(242,237,230,.63);
  font-size: clamp(15px,1.25vw,18px);
  line-height: 1.8;
}

.collection-chapters {
  padding: clamp(92px,10vw,156px) clamp(28px,7vw,120px);
  background:
    radial-gradient(circle at 24% 30%, rgba(132,73,157,.08), transparent 34%),
    #080609;
}

.collection-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 58px;
}

.collection-section-head > div {
  max-width: 780px;
}

.collection-section-head h2 {
  font-size: clamp(52px,6vw,98px);
  line-height: .92;
}

.collection-section-head > p {
  width: min(430px,100%);
  margin: 0;
  color: rgba(242,237,230,.52);
  font-size: 13px;
  line-height: 1.75;
}

.chapter-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}

.chapter-card {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 78% 18%, rgba(132,73,157,.15), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,0) 55%);
}

.chapter-card .chapter-index {
  color: rgba(239,224,183,.5);
  font-size: 9px;
  letter-spacing: .19em;
}

.chapter-card h3 {
  margin: auto 0 14px;
  font-family: var(--serif);
  font-size: clamp(35px,3.3vw,52px);
  font-weight: 400;
  line-height: .95;
}

.chapter-card p {
  margin: 0;
  max-width: 310px;
  color: rgba(242,237,230,.52);
  font-size: 13px;
  line-height: 1.7;
}

.collection-catalogue {
  padding: clamp(92px,10vw,156px) clamp(28px,7vw,120px);
  min-height: 68vh;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(48px,8vw,120px);
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(ellipse at 68% 46%, rgba(132,73,157,.14), transparent 42%),
    linear-gradient(115deg,#050406,#0b070d 64%,#050406);
}

.collection-catalogue h2 {
  font-size: clamp(54px,6.3vw,104px);
  line-height: .90;
}

.catalogue-status {
  max-width: 620px;
  padding: clamp(28px,4vw,48px);
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.018);
}

.catalogue-status strong {
  display: block;
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(26px,2.5vw,40px);
  font-weight: 400;
}

.catalogue-status p {
  margin: 0 0 26px;
  color: rgba(242,237,230,.58);
  font-size: 14px;
  line-height: 1.75;
}

.collection-next {
  padding: clamp(84px,9vw,138px) clamp(28px,7vw,120px);
  background: #050406;
}

.collection-next h2 {
  font-size: clamp(44px,5vw,80px);
  line-height: .94;
  margin-bottom: 42px;
}

.next-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}

.next-card {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .35s ease, border-color .35s ease;
}

.next-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 30%, rgba(132,73,157,.16), transparent 38%);
  pointer-events: none;
}

.next-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214,184,119,.30);
}

.next-card span,
.next-card h3 {
  position: relative;
  z-index: 2;
}

.next-card span {
  margin-bottom: auto;
  font-size: 9px;
  letter-spacing: .18em;
  color: rgba(239,224,183,.48);
  text-transform: uppercase;
}

.next-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(38px,4vw,62px);
}

.collection-page-footer {
  display: flex;
  justify-content: center;
  padding: 34px 28px;
  color: rgba(242,237,230,.34);
  font-size: 11px;
  background: #030304;
}

@media (max-width: 980px) {
  .collection-page-shell { padding-top: var(--header-h); }

  .collection-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }

  .collection-hero-copy {
    max-width: 720px;
  }

  .collection-hero-art {
    min-height: 460px;
  }

  .collection-hero--jewellery .collection-hero-art img,
  .collection-hero--watches .collection-hero-art img,
  .collection-hero--wallets .collection-hero-art img {
    width: min(70vw,600px);
  }

  .collection-intro,
  .collection-catalogue {
    grid-template-columns: 1fr;
  }

  .collection-intro-copy {
    padding-top: 0;
  }

  .collection-section-head {
    align-items: start;
    flex-direction: column;
  }

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

  .chapter-card {
    min-height: 250px;
  }
}

@media (max-width: 700px) {
  .collection-page-shell { padding-top: var(--header-h); }

  .collection-hero {
    padding: 48px 22px 70px;
    gap: 28px;
  }

  .collection-hero h1 {
    font-size: clamp(62px,18vw,92px);
  }

  .collection-hero-lead {
    margin-top: 22px;
    font-size: 21px;
  }

  .collection-hero-copy > p:last-of-type {
    font-size: 13px;
  }

  .collection-hero-art {
    min-height: 355px;
  }

  .collection-hero--jewellery .collection-hero-art img,
  .collection-hero--watches .collection-hero-art img,
  .collection-hero--wallets .collection-hero-art img {
    width: min(86vw,430px);
    max-height: 390px;
  }

  .collection-intro,
  .collection-chapters,
  .collection-catalogue,
  .collection-next {
    padding-left: 22px;
    padding-right: 22px;
  }

  .collection-section-head {
    margin-bottom: 36px;
  }

  .chapter-card {
    min-height: 220px;
    padding: 23px;
  }

  .catalogue-status {
    padding: 24px;
  }

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

  .next-card {
    min-height: 210px;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-hero-art img {
    animation: none;
  }
}

/* =========================================================
   PREMIUM CROSS-COLLECTION VISUALS
   Uses the new editorial collection artwork, not hero assets.
   ========================================================= */
.next-card {
  isolation: isolate;
  background-size: cover;
  background-position: center;
}

.next-card::before {
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(4,3,5,.92), rgba(4,3,5,.22) 70%),
    linear-gradient(90deg, rgba(4,3,5,.58), transparent 72%);
  transition: background .4s ease;
}

.next-card::after {
  content: "↗";
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214,184,119,.42);
  border-radius: 50%;
  color: rgba(239,224,183,.84);
  font-size: 14px;
  transition: transform .35s ease, border-color .35s ease;
}

.next-card:hover::after {
  transform: translate(3px,-3px);
  border-color: rgba(214,184,119,.72);
}

.next-card--jewellery { background-image: url('../img/collection-jewellery.jpg'); }
.next-card--watches { background-image: url('../img/collection-watches.jpg'); }
.next-card--wallets { background-image: url('../img/collection-wallets.jpg'); }

.next-card h3 {
  text-shadow: 0 8px 28px rgba(0,0,0,.42);
}

/* =========================================================
   PREMIUM COLLECTION PAGE RECONSTRUCTION — AUG 2026
   Adds high-resolution editorial imagery and reduces empty space.
   ========================================================= */

.collection-hero-copy[data-reveal],
.collection-hero-art[data-reveal],
.collection-editorial[data-reveal],
.collection-gallery [data-reveal] {
  opacity: 0;
  transform: translate3d(0,26px,0);
  transition: opacity .85s cubic-bezier(.22,.75,.18,1), transform .85s cubic-bezier(.22,.75,.18,1);
}

.collection-hero-copy.is-revealed,
.collection-hero-art.is-revealed,
.collection-editorial.is-revealed,
.collection-gallery [data-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* Cinematic editorial bridge */
.collection-editorial {
  position: relative;
  min-height: clamp(560px, 68vh, 820px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: #050406;
}

.collection-editorial__media,
.collection-editorial__veil {
  position: absolute;
  inset: 0;
}

.collection-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.88) contrast(1.08) saturate(1.05);
  transform: scale(1.025);
}

.collection-editorial__veil {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3,3,4,.96) 0%, rgba(3,3,4,.82) 34%, rgba(3,3,4,.28) 66%, rgba(3,3,4,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18), transparent 52%, rgba(0,0,0,.48));
}

.collection-editorial__copy {
  position: relative;
  z-index: 4;
  width: min(640px, 86vw);
  padding: clamp(110px, 12vw, 190px) clamp(28px,7vw,120px);
}

.collection-editorial__copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px,6.3vw,106px);
  line-height: .90;
  font-weight: 400;
  letter-spacing: -.04em;
}

.collection-editorial__copy > p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(242,237,230,.70);
  font-size: 15px;
  line-height: 1.82;
}

/* Premium image gallery replacing empty stretches */
.collection-gallery {
  display: grid;
  grid-template-columns: minmax(0,1.34fr) minmax(320px,.66fr);
  gap: clamp(14px,1.4vw,24px);
  padding: clamp(72px,8vw,126px) clamp(28px,7vw,120px);
  background:
    radial-gradient(circle at 72% 24%, rgba(132,73,157,.08), transparent 34%),
    #050406;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.collection-gallery__item {
  position: relative;
  margin: 0;
  min-height: clamp(470px, 48vw, 700px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: #060507;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.collection-gallery__item--portrait {
  min-height: clamp(470px, 48vw, 700px);
}

.collection-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.02) contrast(1.07) saturate(1.05);
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(.22,.75,.18,1), filter .55s ease;
}

.collection-gallery__item:hover img {
  transform: scale(1.035);
  filter: brightness(1.07) contrast(1.08) saturate(1.07);
}

.collection-gallery__item--portrait img {
  object-position: 52% center;
}

.collection-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(3,3,4,.68) 100%);
}

.collection-gallery__item figcaption {
  position: absolute;
  z-index: 4;
  left: 24px;
  bottom: 22px;
  color: rgba(239,224,183,.78);
  font-size: 8px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

/* Catalogue now carries a visual atmosphere instead of an empty wall */
.collection-catalogue--visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 60vh;
}

.collection-catalogue--visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--catalogue-art);
  background-size: cover;
  background-position: 70% center;
  filter: brightness(.30) saturate(.90) contrast(1.05);
  transform: scale(1.035);
}

.collection-catalogue--visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4,3,5,.98) 0%, rgba(4,3,5,.88) 38%, rgba(4,3,5,.52) 68%, rgba(4,3,5,.42) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.48));
  pointer-events: none;
}

.collection-catalogue--visual > * {
  position: relative;
  z-index: 3;
}

.catalogue-status {
  background: rgba(6,5,7,.66);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}

/* Brighter existing continuation cards */
.next-card img {
  filter: brightness(1.04) contrast(1.06) saturate(1.04) !important;
}

@media (max-width: 980px) {
  .collection-gallery {
    grid-template-columns: 1fr;
  }

  .collection-gallery__item,
  .collection-gallery__item--portrait {
    min-height: min(70vw,650px);
  }
}

@media (max-width: 700px) {
  .collection-editorial {
    min-height: 620px;
  }

  .collection-editorial__media img {
    object-position: 65% center;
  }

  .collection-editorial__veil {
    background: linear-gradient(0deg, rgba(3,3,4,.96) 0%, rgba(3,3,4,.76) 42%, rgba(3,3,4,.20) 72%, rgba(3,3,4,.10) 100%);
  }

  .collection-editorial__copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 22px 52px;
  }

  .collection-gallery {
    padding: 62px 22px;
  }

  .collection-gallery__item,
  .collection-gallery__item--portrait {
    min-height: 430px;
  }

  .collection-catalogue--visual::before {
    background-position: 62% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-hero-copy[data-reveal],
  .collection-hero-art[data-reveal],
  .collection-editorial[data-reveal],
  .collection-gallery [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .collection-gallery__item img { transition: none; }
}

/* High-resolution continuation artwork */
.next-card--jewellery { background-image: url('../img/home-collection-jewellery.webp'); }
.next-card--watches { background-image: url('../img/home-collection-watches.webp'); }
.next-card--wallets { background-image: url('../img/home-collection-wallets.webp'); }

/* =========================================================
   HIGH-CLARITY EDITORIAL + DEVICE-SPECIFIC COLLECTION LAYOUT
   ========================================================= */

.collection-page-shell {
  padding-top: var(--header-h);
}

.collection-editorial__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* The previous editorial assets were both heavily compressed and then
   scaled by CSS. These replacements are 1200/1800/2400 responsive assets
   and are displayed at native sharpness without a permanent zoom. */
.collection-editorial__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.055) saturate(1.045) brightness(1.01);
  transform: none;
  backface-visibility: hidden;
}

.collection-editorial__veil {
  background:
    linear-gradient(90deg, rgba(3,3,4,.97) 0%, rgba(3,3,4,.88) 27%, rgba(3,3,4,.48) 48%, rgba(3,3,4,.10) 72%, rgba(3,3,4,.03) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10), transparent 52%, rgba(0,0,0,.35));
}

.collection-editorial {
  min-height: clamp(540px, 64vh, 780px);
}

.collection-editorial__copy {
  width: min(620px, 84vw);
  padding-top: clamp(82px,10vw,154px);
  padding-bottom: clamp(82px,10vw,154px);
}

.collection-editorial__copy h2 {
  font-size: clamp(54px,5.7vw,96px);
  text-wrap: balance;
}

.collection-editorial__copy > p:last-child {
  max-width: 500px;
  color: rgba(242,237,230,.76);
}

/* Keep collection page content inside a premium readable width on 2K/4K screens. */
.collection-hero,
.collection-intro,
.collection-chapters,
.collection-gallery,
.collection-catalogue,
.collection-next {
  padding-left: max(clamp(28px,7vw,120px), calc((100vw - 1920px) / 2 + 82px));
  padding-right: max(clamp(28px,7vw,120px), calc((100vw - 1920px) / 2 + 82px));
}

/* Large desktop / 2K+ */
@media (min-width: 1600px) {
  .collection-hero {
    min-height: calc(min(980px,100svh) - var(--header-h));
    grid-template-columns: minmax(420px,.78fr) minmax(620px,1.22fr);
    gap: clamp(58px,5vw,100px);
  }

  .collection-hero h1 {
    font-size: clamp(112px,7.2vw,154px);
  }

  .collection-hero-art {
    min-height: min(68vh,760px);
  }

  .collection-hero--jewellery .collection-hero-art img { width: min(39vw,620px); }
  .collection-hero--watches .collection-hero-art img { width: min(42vw,690px); }
  .collection-hero--wallets .collection-hero-art img { width: min(41vw,670px); }

  .collection-editorial {
    min-height: clamp(620px,66vh,840px);
  }

  .collection-editorial__copy h2 {
    font-size: clamp(76px,5.3vw,104px);
  }

  .collection-gallery__item,
  .collection-gallery__item--portrait {
    min-height: clamp(560px,38vw,760px);
  }
}

/* Laptop / standard desktop */
@media (min-width: 981px) and (max-width: 1399px) {
  .collection-hero {
    grid-template-columns: minmax(300px,.82fr) minmax(420px,1.18fr);
    gap: clamp(30px,4vw,58px);
    padding-top: clamp(48px,5vw,72px);
    padding-bottom: clamp(58px,6vw,86px);
  }

  .collection-hero h1 {
    font-size: clamp(76px,7.4vw,112px);
  }

  .collection-hero-lead {
    font-size: clamp(21px,2vw,28px);
  }

  .collection-hero-art {
    min-height: min(62vh,620px);
  }

  .collection-hero--jewellery .collection-hero-art img { width: min(42vw,510px); }
  .collection-hero--watches .collection-hero-art img { width: min(44vw,560px); }
  .collection-hero--wallets .collection-hero-art img { width: min(43vw,545px); }

  .collection-editorial {
    min-height: clamp(500px,62vh,670px);
  }

  .collection-editorial__copy {
    width: min(520px,43vw);
    padding-top: clamp(72px,8vw,110px);
    padding-bottom: clamp(72px,8vw,110px);
  }

  .collection-editorial__copy h2 {
    font-size: clamp(50px,5.6vw,78px);
  }

  .collection-editorial__copy > p:last-child {
    font-size: 14px;
    line-height: 1.72;
  }

  .collection-gallery__item,
  .collection-gallery__item--portrait {
    min-height: clamp(430px,42vw,590px);
  }
}

/* Tablet */
@media (max-width: 980px) {
  .collection-hero,
  .collection-intro,
  .collection-chapters,
  .collection-gallery,
  .collection-catalogue,
  .collection-next {
    padding-left: clamp(24px,5vw,48px);
    padding-right: clamp(24px,5vw,48px);
  }

  .collection-hero {
    gap: 24px;
  }

  .collection-hero-art {
    min-height: clamp(400px,56vw,580px);
  }

  .collection-editorial {
    min-height: clamp(520px,72vw,680px);
  }

  .collection-editorial__copy {
    width: min(560px,78vw);
    padding-left: clamp(28px,6vw,56px);
    padding-right: clamp(28px,6vw,56px);
  }

  .collection-editorial__copy h2 {
    font-size: clamp(54px,8vw,82px);
  }
}

/* Mobile */
@media (max-width: 700px) {
  .collection-hero,
  .collection-intro,
  .collection-chapters,
  .collection-gallery,
  .collection-catalogue,
  .collection-next {
    padding-left: 22px;
    padding-right: 22px;
  }

  .collection-editorial {
    min-height: 590px;
  }

  .collection-editorial__media img {
    object-position: 67% center;
  }

  .collection-editorial__veil {
    background:
      linear-gradient(0deg, rgba(3,3,4,.98) 0%, rgba(3,3,4,.84) 34%, rgba(3,3,4,.30) 64%, rgba(3,3,4,.05) 100%);
  }

  .collection-editorial__copy {
    width: auto;
    padding: 36px 22px 46px;
  }

  .collection-editorial__copy h2 {
    font-size: clamp(48px,14vw,70px);
  }

  .collection-editorial__copy > p:last-child {
    font-size: 13px;
    line-height: 1.65;
  }

  .collection-gallery__item,
  .collection-gallery__item--portrait {
    min-height: clamp(360px,112vw,500px);
  }
}

/* Short laptop screens */
@media (max-height: 720px) and (min-width: 981px) {
  .collection-hero {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 52px;
  }

  .collection-hero-art {
    min-height: 500px;
  }

  .collection-editorial {
    min-height: 520px;
  }

  .collection-editorial__copy {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .collection-editorial__copy h2 {
    font-size: clamp(50px,5.2vw,72px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-editorial__media img { transform: none; }
}


/* =========================================================
   RECONSTRUCTED PREMIUM V3 — FILLED CHAPTER CARDS
   ========================================================= */
.chapter-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 392px;
  padding: 24px 24px 24px;
  justify-content: flex-end;
  background: #080609;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 18px 40px rgba(0,0,0,.20);
}

.chapter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--chapter-image);
  background-size: cover;
  background-position: var(--chapter-pos, center center);
  transform: scale(1.02);
  filter: brightness(.93) saturate(1.02);
  transition: transform .75s ease, filter .75s ease;
}

.chapter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,4,6,.05) 0%, rgba(5,4,6,.14) 26%, rgba(5,4,6,.54) 56%, rgba(5,4,6,.94) 100%),
    radial-gradient(circle at 84% 14%, rgba(132,73,157,.22), transparent 28%);
}

.chapter-card > * {
  position: relative;
  z-index: 2;
}

.chapter-card .chapter-index {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: auto;
  padding: 7px 10px 6px;
  border-radius: 999px;
  background: rgba(5,4,6,.42);
  backdrop-filter: blur(5px);
  color: rgba(239,224,183,.82);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.chapter-card h3 {
  max-width: 9ch;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(34px, 3.05vw, 54px);
  line-height: .96;
}

.chapter-card p {
  max-width: 34ch;
  margin: 0;
  color: rgba(242,237,230,.76);
  font-size: 14px;
  line-height: 1.65;
}

.chapter-card:hover::before {
  transform: scale(1.06);
  filter: brightness(1.02) saturate(1.08);
}

.chapter-card--jewellery-material { --chapter-image: url('../img/cards/jewellery-material.webp'); --chapter-pos: center center; }
.chapter-card--jewellery-finish { --chapter-image: url('../img/cards/jewellery-finish.webp'); --chapter-pos: center center; }
.chapter-card--jewellery-form { --chapter-image: url('../img/cards/jewellery-form.webp'); --chapter-pos: 68% center; }
.chapter-card--watch-men { --chapter-image: url('../img/cards/watch-men.webp'); --chapter-pos: 72% center; }
.chapter-card--watch-women { --chapter-image: url('../img/cards/watch-women.webp'); --chapter-pos: 72% center; }
.chapter-card--watch-shared { --chapter-image: url('../img/cards/watch-shared.webp'); --chapter-pos: center center; }
.chapter-card--wallet-men { --chapter-image: url('../img/cards/wallet-men.webp'); --chapter-pos: 72% center; }
.chapter-card--wallet-women { --chapter-image: url('../img/cards/wallet-women.webp'); --chapter-pos: center center; }
.chapter-card--wallet-house { --chapter-image: url('../img/cards/wallet-house.webp'); --chapter-pos: 70% center; }

@media (max-width: 980px) {
  .chapter-card { min-height: 360px; }
}

@media (max-width: 700px) {
  .chapter-card { min-height: 330px; padding: 22px; }
  .chapter-card h3 { font-size: clamp(28px, 8vw, 42px); }
  .chapter-card p { font-size: 13px; }
}
