/* =====================================================
   PROJECT DETAIL PAGE  (.pd-*)
   projects/featured-project/index.html
   ===================================================== */

/* breadcrumb */
.hbar__crumb-current{color:rgba(255,255,255,.55);font-weight:500;font-size:.94rem}

/* ----- HERO ----- */
.pd-hero{position:relative;min-height:90svh;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;color:#fff}
.pd-hero__media{position:absolute;inset:0;z-index:-1}
.pd-hero__media img{width:100%;height:100%;object-fit:cover}
.pd-hero__media img.is-empty{opacity:0}
.pd-hero__media::after{content:"Real project photo";position:absolute;inset:0;display:grid;place-items:center;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(231,200,120,.45)}
.pd-hero__scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,20,15,.82) 0%,rgba(9,20,15,.22) 50%,transparent 72%),linear-gradient(180deg,rgba(9,20,15,.52) 0%,transparent 22%)}
.pd-hero__body{position:relative;z-index:2;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem clamp(1.6rem,5vw,4rem) clamp(2.4rem,6vh,4.5rem)}
.pd-hero__eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-l);margin-bottom:.9rem}
.pd-hero__title{font-family:var(--fh);font-weight:600;letter-spacing:-.025em;line-height:1.07;font-size:clamp(3rem,1rem+7vw,6rem);color:#fff;margin:0 0 .7rem}
.pd-hero__sub{font-size:clamp(.96rem,.9rem+.4vw,1.15rem);color:rgba(255,255,255,.72);font-weight:500;margin-bottom:2rem}
.pd-hero__scroll{display:inline-flex;align-items:center;gap:.55rem;font-size:.84rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.72);transition:color .22s var(--ease),gap .22s var(--ease)}
.pd-hero__scroll svg{width:15px;height:15px;transition:transform .22s var(--ease)}
.pd-hero__scroll:hover{color:var(--gold-l)}
.pd-hero__scroll:hover svg{transform:translateY(4px)}

/* ----- INTRO ----- */
.pd-intro{background:var(--bone);padding:clamp(3.5rem,9vh,6rem) clamp(1.6rem,5vw,4rem) clamp(3rem,8vh,5rem)}
.pd-intro__inner{max-width:760px}
.pd-intro__pre{font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}
.pd-intro__hook{font-family:var(--fh);font-weight:600;letter-spacing:-.028em;line-height:1.08;font-size:clamp(2.8rem,1.5rem+5vw,5.5rem);color:var(--ink);margin:0 0 1.6rem}
.pd-intro__lead{font-size:clamp(1rem,.9rem+.4vw,1.1rem);line-height:1.72;color:var(--muted);max-width:52ch}

/* ----- SHARED CHAPTER BASE ----- */
.pd-ch__tag{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-l);display:block;margin-bottom:.8rem}
.pd-ch__line{font-family:var(--fh);font-weight:600;letter-spacing:-.022em;line-height:1.08;font-size:clamp(2.4rem,1rem+5vw,5rem);color:#fff;margin:0 0 1.4rem}
.pd-ch__note{font-size:clamp(.96rem,.9rem+.3vw,1.06rem);line-height:1.72;color:rgba(255,255,255,.75);max-width:48ch}
.pd-ch__gate{font-family:var(--fh);font-style:italic;font-size:clamp(.95rem,.9rem+.25vw,1.04rem);color:var(--gold-l);line-height:1.55;margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid rgba(231,200,120,.22)}

/* shared photo container */
.pd-ch__media{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--green-2),var(--green-d))}
.pd-ch__media img{width:100%;height:100%;object-fit:cover;display:block}
.pd-ch__media img.is-empty{opacity:0}
.pd-ch__media::after{content:"Real project photo";position:absolute;inset:0;display:grid;place-items:center;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(231,200,120,.4);z-index:0}
.pd-ch__media img:not(.is-empty){position:relative;z-index:1}
.pd-ch__scrim{position:absolute;inset:0;z-index:2}

/* ---- CH1: ATMOS — full-screen, text overlay ---- */
.pd-ch--atmos{position:relative;min-height:85svh;display:flex;flex-direction:column;isolation:isolate;color:#fff}
.pd-ch--atmos .pd-ch__media{position:absolute;inset:0;z-index:-1}
.pd-ch--atmos .pd-ch__scrim{background:linear-gradient(0deg,rgba(9,20,15,.9) 0%,rgba(9,20,15,.3) 44%,transparent 68%)}
.pd-ch--atmos .pd-ch__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem clamp(1.6rem,5vw,4rem) clamp(2.5rem,6vh,5rem)}
.pd-ch--atmos .pd-ch__line{font-size:clamp(3rem,1.5rem+7vw,7.5rem);line-height:1.03}

/* ---- CH2: SPLIT — editorial 2-col, light background ---- */
.pd-ch--split{background:var(--bone);color:var(--ink);padding:clamp(5rem,12vh,9rem) clamp(1.6rem,5vw,3rem)}
.pd-ch--split .pd-ch__inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:2.2rem}
.pd-ch--split .pd-ch__media{border-radius:16px;aspect-ratio:4/3;box-shadow:0 20px 55px rgba(0,0,0,.13)}
.pd-ch--split .pd-ch__media::after{color:rgba(30,75,58,.35)}
.pd-ch--split .pd-ch__tag{color:var(--gold-d)}
.pd-ch--split .pd-ch__line{color:var(--ink);font-size:clamp(1.6rem,1rem+3.5vw,2.8rem)}
.pd-ch--split .pd-ch__note{color:var(--muted)}

/* ---- CH3: WIDE — full-width photo edge-to-edge, dark, text below ---- */
.pd-ch--wide{background:var(--green-d);color:#fff}
.pd-ch--wide .pd-ch__media{aspect-ratio:16/9}
.pd-ch--wide .pd-ch__body{padding:clamp(3rem,7vh,5.5rem) clamp(1.6rem,5vw,4rem) clamp(4.5rem,11vh,8rem);max-width:680px;margin:0 auto;text-align:center}

/* ---- CH4: PAIR — two portrait images side by side, dark ---- */
.pd-ch--pair{background:var(--ink);padding:clamp(4rem,9vh,7rem) clamp(1.2rem,4vw,2rem) clamp(4.5rem,11vh,8rem)}
.pd-ch__pair-hd{max-width:1080px;margin:0 auto clamp(1.4rem,3vh,2rem);padding:0 clamp(.8rem,3vw,1.6rem);text-align:center}
.pd-ch--pair .pd-ch__pair{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(.5rem,1.4vw,.85rem)}
.pd-ch__half{position:relative;margin:0;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:linear-gradient(160deg,var(--green-2),var(--green-d))}
.pd-ch__half img{width:100%;height:100%;object-fit:cover}
.pd-ch__half img.is-empty{opacity:0}
.pd-ch__half::after{content:"Real project photo";position:absolute;inset:0;display:grid;place-items:center;font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(231,200,120,.38);z-index:0}
.pd-ch__half img:not(.is-empty){position:relative;z-index:1}
.pd-ch__hlabel{position:absolute;bottom:.65rem;left:.7rem;z-index:3;font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:rgba(9,20,15,.72);color:rgba(255,255,255,.85);border-radius:999px;padding:.2rem .55rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.pd-ch__hlabel--a{background:var(--gold);color:var(--green-d)}

/* ---- CH5: CLOSEUP — centred portrait, warm cream, intimate ---- */
.pd-ch--closeup{background:var(--cream);color:var(--ink);padding:clamp(5.5rem,13vh,10rem) clamp(1.6rem,5vw,3rem);text-align:center}
.pd-ch--closeup .pd-ch__media{margin:0 auto 2.2rem;border-radius:16px;aspect-ratio:4/5;max-width:340px;box-shadow:0 28px 60px rgba(0,0,0,.18)}
.pd-ch--closeup .pd-ch__media::after{color:rgba(30,75,58,.35)}
.pd-ch__quote{font-family:var(--fh);font-style:italic;font-weight:500;font-size:clamp(1.6rem,1rem+3.5vw,2.8rem);line-height:1.48;color:var(--ink);max-width:32ch;margin:0 auto}

/* ---- CH6: VIDEO — premium film poster ---- */
.pd-ch--video{background:#050d08}
.pd-ch__film{min-height:72svh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(2rem,5vh,3.2rem);padding:clamp(4.5rem,11vh,8rem) clamp(2rem,6vw,5rem);text-align:center;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.pd-ch__film-top{display:flex;align-items:center;gap:1.6rem;justify-content:center}
.pd-ch__film-studio,.pd-ch__film-year{font-size:.6rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.24);white-space:nowrap}
.pd-ch__film-rule{width:48px;height:1px;background:rgba(255,255,255,.14)}
.pd-ch__film-body{display:flex;flex-direction:column;gap:.5rem}
.pd-ch__film-label{font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.28)}
.pd-ch__film-title{font-family:var(--fh);font-weight:600;letter-spacing:-.03em;line-height:1.04;font-size:clamp(4rem,9vw,8rem);color:#fff}
.pd-ch__play{width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);color:#fff;display:grid;place-items:center;cursor:default;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.pd-ch__play svg{margin-left:3px}
.pd-ch__film-status{font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.16)}

/* ---- CH7: APPROVAL — dark editorial split, text leads ---- */
.pd-ch--approval{background:var(--green-2);color:#fff;padding:clamp(4.5rem,11vh,9rem) clamp(1.6rem,5vw,3rem)}
.pd-ch--approval .pd-ch__inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:2.8rem}
.pd-ch--approval .pd-ch__media{border-radius:16px;aspect-ratio:4/5;box-shadow:0 32px 72px rgba(0,0,0,.45)}
.pd-ch--approval .pd-ch__line{font-size:clamp(2.4rem,1rem+5vw,5rem)}
.pd-ch--approval .pd-ch__note{color:rgba(255,255,255,.7)}

/* ---- CH8: REVEAL — full-screen, maximum emotional impact ---- */
.pd-ch--reveal{position:relative;min-height:92svh;display:flex;flex-direction:column;isolation:isolate;color:#fff}
.pd-ch--reveal .pd-ch__media{position:absolute;inset:0;z-index:-1}
.pd-ch--reveal .pd-ch__scrim{background:linear-gradient(0deg,rgba(9,20,15,.8) 0%,rgba(9,20,15,.12) 35%,transparent 52%)}
.pd-ch--reveal .pd-ch__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem clamp(1.6rem,5vw,4rem) clamp(2.8rem,7vh,5.5rem)}
.pd-ch__reveal-line{font-family:var(--fh);font-weight:600;letter-spacing:-.035em;line-height:1.03;font-size:clamp(3.5rem,1.5rem+8vw,10rem);color:#fff;margin:0}

/* ----- GALLERY ----- */
.pd-gallery{background:var(--bone);padding:clamp(3rem,8vh,6rem) clamp(1.2rem,5vw,2rem) clamp(3.5rem,9vh,7rem)}
.pd-gallery__hd{text-align:center;margin:0 auto clamp(2rem,4vh,3.5rem)}
.pd-gallery__title{font-family:var(--fh);font-weight:600;letter-spacing:-.02em;font-size:clamp(1.7rem,1rem+3vw,2.8rem);color:var(--ink)}
.pd-gallery__grid{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(.7rem,1.5vw,1rem)}
.pd-gallery__item{position:relative;margin:0;border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:var(--green-soft);box-shadow:0 6px 20px rgba(0,0,0,.08)}
.pd-gallery__item img{width:100%;height:100%;object-fit:cover}
.pd-gallery__item img.is-empty{opacity:0}
.pd-gallery__item::after{content:"Real project photo";position:absolute;inset:0;display:grid;place-items:center;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(30,75,58,.32);z-index:0}
.pd-gallery__item img:not(.is-empty){position:relative;z-index:1}
.pd-gallery__item figcaption{position:absolute;bottom:.7rem;left:.85rem;z-index:2;font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}

/* ----- FACTS ----- */
.pd-facts{background:var(--cream);padding:clamp(3rem,8vh,5.5rem) clamp(1.6rem,5vw,2rem)}
.pd-facts__title{font-family:var(--fh);font-weight:600;letter-spacing:-.02em;font-size:clamp(1.5rem,3.5vw,2.2rem);color:var(--ink);max-width:800px;margin:0 auto clamp(2rem,4vh,3rem)}
.pd-facts__list{max-width:800px;margin:0 auto;display:flex;flex-direction:column}
.pd-facts__row{display:grid;grid-template-columns:130px 1fr;padding:1rem 0;border-bottom:1px solid var(--line)}
.pd-facts__row:last-child{border-bottom:none}
.pd-facts__row dt{font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-self:center}
.pd-facts__row dd{font-size:.98rem;font-weight:600;color:var(--ink);margin:0}

/* ----- CTA ----- */
.pd-cta{background:var(--green-d);color:#fff;text-align:center;padding:clamp(3.5rem,9vh,6.5rem) clamp(1.2rem,5vw,2rem)}
.pd-cta__eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-l);margin-bottom:1.1rem}
.pd-cta__title{font-family:var(--fh);font-weight:600;letter-spacing:-.025em;line-height:1.12;font-size:clamp(1.9rem,1rem+3.8vw,3.2rem);color:#fff;margin:0 auto .9rem;max-width:28ch}
.pd-cta__sub{font-size:clamp(.96rem,.9rem+.35vw,1.1rem);line-height:1.6;color:rgba(255,255,255,.65);max-width:44ch;margin:0 auto 2.2rem}
.pd-cta__btns{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}

/* ----- DESKTOP ----- */
@media (min-width:780px){
  /* Split: true 2-col */
  .pd-ch--split .pd-ch__inner{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(3rem,5vw,5rem);align-items:center}
  .pd-ch--split .pd-ch__media{aspect-ratio:4/5;border-radius:20px}

  /* Wide: cinematic ultra-wide */
  .pd-ch--wide .pd-ch__media{aspect-ratio:21/9}

  /* Pair: taller portrait */
  .pd-ch__half{aspect-ratio:2/3;border-radius:16px}

  /* Closeup: slightly wider */
  .pd-ch--closeup .pd-ch__media{max-width:440px}

  /* Approval: desktop editorial split */
  .pd-ch--approval .pd-ch__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,5rem);align-items:center}
  .pd-ch--approval .pd-ch__media{aspect-ratio:3/4;border-radius:20px}

  /* Gallery: photography exhibition — varied sizes */
  .pd-gallery__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:clamp(.6rem,1vw,.8rem)}
  .pd-gallery__item:nth-child(1){grid-column:1/3;aspect-ratio:21/9}
  .pd-gallery__item:nth-child(2){aspect-ratio:4/5}
  .pd-gallery__item:nth-child(3){aspect-ratio:3/2;align-self:end}

  /* Facts */
  .pd-facts__row{grid-template-columns:180px 1fr}
}
@media (min-width:1080px){
  .pd-ch--atmos{min-height:92svh}
  .pd-ch--atmos .pd-ch__body{padding-bottom:clamp(3rem,8vh,6rem)}
  .pd-ch--reveal{min-height:97svh}
  .pd-ch__reveal-line{font-size:clamp(6rem,2rem+8vw,12rem)}
  .pd-ch--split{padding:clamp(6rem,14vh,11rem) clamp(2rem,6vw,4rem)}
}
/* ===== PROJECT GALLERY MODAL ===== */
.pd-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-gallery-modal[hidden] {
  display: none !important;
}
.pd-gallery-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(9, 20, 15, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pd-gallery-modal__close,
.pd-gallery-modal__prev,
.pd-gallery-modal__next {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  width: 44px;
  height: 44px;
}
.pd-gallery-modal__close:hover,
.pd-gallery-modal__prev:hover,
.pd-gallery-modal__next:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
.pd-gallery-modal__close:disabled,
.pd-gallery-modal__prev:disabled,
.pd-gallery-modal__next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}
.pd-gallery-modal__close {
  top: 1.5rem;
  right: 1.5rem;
}
.pd-gallery-modal__prev {
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.pd-gallery-modal__next {
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.pd-gallery-modal__close svg,
.pd-gallery-modal__prev svg,
.pd-gallery-modal__next svg {
  width: 20px;
  height: 20px;
}
.pd-gallery-modal__track {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-gallery-modal__slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.pd-gallery-modal__slide[hidden] {
  display: none !important;
}
.pd-gallery-modal__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.pd-gallery-modal__caption {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  text-align: center;
  max-width: 600px;
}
.pd-gallery-modal__counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* ===== PROJECT NAVIGATION ===== */
.pd-nav {
  background: var(--bone);
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: clamp(3rem, 6vh, 5rem) clamp(1.6rem, 5vw, 4rem);
}
.pd-nav__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.pd-nav__link {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-decoration: none;
  transition: transform 0.2s var(--ease);
}
.pd-nav__link:hover {
  transform: translateY(-2px);
}
.pd-nav__link--prev { text-align: left; }
.pd-nav__link--next { text-align: right; }
.pd-nav__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}
.pd-nav__title {
  font-family: var(--fh);
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: var(--ink);
  margin: 0;
}
.pd-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  transition: color 0.2s;
}
.pd-nav__back:hover { color: var(--green); }
.pd-nav__back svg { width: 14px; height: 14px; }

/* ===== PROJECT SPECIFICATION TABLE ===== */
.pd-spec {
  background: var(--bone);
  padding: clamp(3rem, 8vh, 6rem) clamp(1.2rem, 5vw, 2rem);
}
.pd-spec__inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  padding: clamp(2rem, 5vw, 4rem);
}
.pd-spec__title {
  font-family: var(--fh);
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--ink);
  margin: 0 0 2rem;
  text-align: center;
}
.pd-spec__table {
  width: 100%;
  border-collapse: collapse;
}
.pd-spec__table th,
.pd-spec__table td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.pd-spec__table tr:last-child th,
.pd-spec__table tr:last-child td {
  border-bottom: none;
}
.pd-spec__table th {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--muted);
  width: 35%;
  vertical-align: top;
}
.pd-spec__table td {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.6;
}

/* ===== RELATED PROJECTS ===== */
.pd-related {
  background: var(--cream);
  padding: clamp(4rem, 10vh, 7rem) clamp(1.2rem, 5vw, 2rem);
}
.pd-related__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pd-related__hd {
  text-align: center;
  margin-bottom: clamp(2.5rem, 6vh, 4rem);
}
.pd-related__title {
  font-family: var(--fh);
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--ink);
  margin: 0;
}
.pd-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.pd-related__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  group: related-card;
}
.pd-related__media {
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  background: var(--green-2);
}
.pd-related__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}
@media (hover: hover) {
  .pd-related__card:hover .pd-related__media img {
    transform: scale(1.05);
  }
}
.pd-related__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.pd-related__meta {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-d);
}
.pd-related__name {
  font-family: var(--fh);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--ink);
  margin: 0;
}

