.pd-hero {
  padding: 180px 0 80px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.pd-hero-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}
.pd-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pd-status-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(227, 197, 4, 0.25);
  animation: pdPulse 2.4s infinite;
}
@keyframes pdPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(227, 197, 4, 0.25); }
  50% { box-shadow: 0 0 0 6px rgba(227, 197, 4, 0); }
}
.pd-loc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.6;
}
.pd-hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  margin: 0 0 28px;
  color: color-mix(in srgb, var(--ink) 80%, transparent);
}
.pd-hero-title .accent-italic {
  font-style: italic;
  color: var(--accent);
}
.pd-hero-lead {
  max-width: 56ch;
  font-size: 20px;
  line-height: 1.55;
  opacity: 0.78;
  margin: 0 0 0;
}

.pd-hero-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .pd-hero-split { grid-template-columns: 1fr; gap: 40px; }
}
.pd-hero-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd;
}
@media (max-width: 1000px) {
  .pd-hero-image { aspect-ratio: 16 / 10; }
}
.pd-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-hero-image-cap {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15,20,24,0.78);
  backdrop-filter: blur(8px);
  color: var(--paper);
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pd-hero-image-cap .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.pd-hero-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 800px) {
  .pd-hero-grid { grid-template-columns: repeat(2, 1fr); }
}
.pd-hero-cell {
  padding: 28px 32px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pd-hero-cell:first-child { padding-left: 0; }
.pd-hero-cell:last-child { border-right: 0; padding-right: 0; }
@media (max-width: 800px) {
  .pd-hero-cell:nth-child(2) { border-right: 0; padding-right: 0; }
  .pd-hero-cell:nth-child(odd) { padding-left: 0; }
  .pd-hero-cell:nth-child(3) { padding-left: 0; }
}
.pd-hero-cell-num {
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.pd-hero-cell-label {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

.pd-feature {
  background: var(--paper);
  padding: 0;
}
.pd-feature-img {
  width: 100%;
  height: clamp(420px, 65vh, 760px);
  overflow: hidden;
  position: relative;
}
.pd-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-feature-cap {
  position: absolute;
  left: 32px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(15,20,24,0.78);
  backdrop-filter: blur(8px);
  color: var(--paper);
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pd-feature-cap .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.pd-concept {
  padding: 120px 0;
  background: var(--paper);
}
.pd-concept-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) {
  .pd-concept-grid { grid-template-columns: 1fr; gap: 40px; }
}
.pd-concept-side .eyebrow-row { margin-bottom: 16px; }
.pd-concept-side h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
}
.pd-concept-body p {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 22px;
  text-wrap: pretty;
}
.pd-concept-body p:first-child::first-letter {
  font-family: var(--font-display);
  font-size: 5em;
  float: left;
  line-height: 0.9;
  margin: 4px 14px 0 0;
  color: var(--accent);
  font-style: italic;
}
.pd-pullquote {
  margin: 36px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.pd-pullquote::before {
  content: "“";
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 0;
  position: relative;
  top: 24px;
  margin-right: 6px;
  color: var(--accent);
}

.pd-specs {
  padding: 100px 0;
  background: #F2EEE4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pd-specs-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 56px;
  gap: 32px;
  flex-wrap: wrap;
}
.pd-specs-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  margin: 12px 0 0;
}
.pd-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(0,0,0,0.15);
}
@media (max-width: 800px) { .pd-specs-grid { grid-template-columns: 1fr; } }
.pd-spec-row {
  padding: 28px 32px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  border-right: 1px solid rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 130px;
}
.pd-spec-row:nth-child(3n+1) { padding-left: 0; }
.pd-spec-row:nth-child(3n) { border-right: 0; padding-right: 0; }
@media (max-width: 800px) {
  .pd-spec-row { border-right: 0; padding-right: 0; padding-left: 0; }
}
.pd-spec-key {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}
.pd-spec-val {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.pd-spec-note {
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.4;
}

.pd-materials {
  padding: 120px 0;
  background: var(--paper);
}
.pd-mat-head { margin-bottom: 48px; }
.pd-mat-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  margin: 12px 0 0;
}
.pd-mat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .pd-mat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .pd-mat-grid { grid-template-columns: 1fr; } }
.pd-mat-card {
  min-width: 0;
  border: 1px solid var(--line);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--paper);
  transition: border-color 200ms, transform 200ms;
}
.pd-mat-card:hover {
  border-color: var(--ink);
  transform: translateY(-3px);
}
.pd-mat-num {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  opacity: 0.4;
}
.pd-mat-key {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.6;
}
.pd-mat-name {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.15;
}

.pd-location {
  padding: 120px 0;
  background: var(--ink);
  color: var(--paper);
}
.pd-loc-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: stretch;
}
@media (max-width: 900px) { .pd-loc-grid { grid-template-columns: 1fr; gap: 32px; } }
.pd-loc-text { display: flex; flex-direction: column; gap: 28px; }
.pd-loc-text .eyebrow { color: var(--paper); opacity: 0.6; }
.pd-loc-text h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  margin: 0;
  color: var(--paper);
}
.pd-loc-text p {
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.78;
  margin: 0;
}
.pd-loc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pd-loc-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.pd-loc-list li span:last-child { opacity: 0.6; }

.pd-map {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #16191c;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}
.pd-map svg { width: 100%; height: 100%; display: block; }
.pd-map-pin {
  position: absolute;
  left: 58%;
  top: 48%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.pd-map-pin .ring {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
  box-shadow: 0 0 0 6px rgba(227,197,4,0.18);
  animation: pdPinPulse 2.4s infinite;
}
@keyframes pdPinPulse {
  0%,100% { box-shadow: 0 0 0 6px rgba(227,197,4,0.18); }
  50%      { box-shadow: 0 0 0 14px rgba(227,197,4,0); }
}
.pd-map-pin .ring::after {
  content: "";
  position: absolute;
  inset: 6px;
  background: var(--ink);
  border-radius: 50%;
}
.pd-map-pin .label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--paper);
  color: var(--ink);
  padding: 4px 8px;
  white-space: nowrap;
}

.pd-gallery {
  padding: 120px 0;
  background: var(--paper);
}
.pd-gallery-head { margin-bottom: 48px; display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 20px; }
.pd-gallery-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  margin: 12px 0 0;
}
.pd-gallery-counter {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}
.pd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.pd-g-tile {
  position: relative;
  overflow: hidden;
  background: #ddd;
  cursor: pointer;
  aspect-ratio: 4 / 3;
}
.pd-g-tile.pd-g-wide {
  grid-column: 1 / -1;
  aspect-ratio: 21 / 9;
}
@media (max-width: 640px) {
  .pd-gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .pd-g-tile, .pd-g-tile.pd-g-wide { grid-column: auto; aspect-ratio: 3 / 2; }
}
.pd-g-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0.2,0.7,0.2,1);
}
.pd-g-tile:hover img { transform: scale(1.04); }
.pd-g-tile-num {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--paper);
  background: rgba(0,0,0,0.6);
  padding: 4px 8px;
}
.pd-g-tile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ECE7DA 0%, #E2DCC9 100%);
  color: rgba(0,0,0,0.35);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pd-inquiry {
  padding: 120px 0;
  background: #F2EEE4;
  border-top: 1px solid var(--line);
}
.pd-inq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) { .pd-inq-grid { grid-template-columns: 1fr; gap: 40px; } }
.pd-inq-side h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  margin: 12px 0 24px;
}
.pd-inq-side p {
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.78;
  margin: 0 0 28px;
  max-width: 42ch;
}
.pd-inq-direct {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.pd-inq-direct-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 16px;
}
.pd-inq-direct-row span {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0.6;
}
.pd-inq-direct-row strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

.pd-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pd-form .full { grid-column: 1 / -1; }
.pd-field { display: flex; flex-direction: column; gap: 8px; }
.pd-field label {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}
.pd-field input,
.pd-field select,
.pd-field textarea {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  background: transparent;
  padding: 12px 0;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--ink);
  outline: none;
  transition: border-color 180ms;
  border-radius: 0;
}
.pd-field input:focus,
.pd-field select:focus,
.pd-field textarea:focus { border-bottom-color: var(--accent); }
.pd-field textarea { resize: vertical; min-height: 120px; }
.pd-form-cta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.pd-form-disclaimer {
  font-size: 14px;
  opacity: 0.55;
  max-width: 36ch;
  line-height: 1.4;
}

.pd-related {
  padding: 120px 0;
  background: var(--paper);
}
.pd-related-head { margin-bottom: 48px; }
.pd-related-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  margin: 12px 0 0;
}
.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .pd-related-grid { grid-template-columns: 1fr; } }
.pd-related-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  group: card;
}
.pd-related-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
  position: relative;
}
.pd-related-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0.2,0.7,0.2,1);
}
.pd-related-card:hover .pd-related-img img { transform: scale(1.04); }
.pd-related-meta {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}
.pd-related-name {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.15;
}
.pd-related-arrow {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.7;
  transition: gap 200ms, opacity 200ms;
}
.pd-related-card:hover .pd-related-arrow { gap: 12px; opacity: 1; }

.pd-g-tile.has-image { cursor: pointer; }
.pd-lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8,11,14,0.94);
  display: flex; align-items: center; justify-content: center;
  padding: 40px;
  opacity: 0; pointer-events: none; transition: opacity 0.22s;
}
.pd-lightbox.open { opacity: 1; pointer-events: auto; touch-action: none; }
.pd-lightbox img {
  max-width: 92vw; max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 30px 90px -20px rgba(0,0,0,0.8);
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.pd-lightbox.dragging img { cursor: grabbing; }
.pd-lb-close { position: absolute; top: 24px; right: 28px; background: none; border: 1px solid rgba(255,255,255,0.3); color: var(--paper); width: 46px; height: 46px; border-radius: 50%; font-size: 22px; cursor: pointer; }
.pd-lb-close:hover { border-color: var(--accent); color: var(--accent); }
.pd-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: 1px solid rgba(255,255,255,0.3); color: var(--paper); width: 52px; height: 52px; border-radius: 50%; font-size: 22px; cursor: pointer; transition: all 0.15s; }
.pd-lb-nav:hover { border-color: var(--accent); color: var(--accent); }
.pd-lb-prev { left: 28px; } .pd-lb-next { right: 28px; }
.pd-lb-count { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.14em; color: var(--paper); }
@media (max-width: 700px) { .pd-lightbox { padding: 16px; } .pd-lb-nav { width: 42px; height: 42px; } .pd-lb-prev { left: 10px; } .pd-lb-next { right: 10px; } }
