/*
Theme Name: Pendulum Decor
Theme URI: https://pendulumdecor.com
Author: Pendulum Decor
Author URI: https://pendulumdecor.com
Description: A luxury interior design WordPress theme for Pendulum Decor Dubai. Features project showcase, services, and contact pages with an elegant dark gold aesthetic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pendulum-decor
Tags: interior-design, luxury, dark, portfolio, one-column, two-columns, custom-menu, featured-images
*/

/* ═══════════════════════════════════════
   PENDULUM DECOR — GLOBAL STYLES
═══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --gold:       #C8A96E;
  --gold-light: #E8D5B0;
  --gold-dark:  #A88A4E;
  --dark:       #111111;
  --dark2:      #1A1A1A;
  --dark3:      #222222;
  --dark4:      #2C2C2C;
  --cream:      #F8F5F0;
  --cream2:     #F0EBE3;
  --text-dark:  #1C1C1C;
  --text-light: #F5F1EB;
  --muted:      rgba(245,241,235,0.55);
  --muted-dark: rgba(28,28,28,0.55);
  --border-gold: rgba(200,169,110,0.2);
  --border-light: rgba(28,28,28,0.12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Jost', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.15;
}
h1 { font-size: clamp(36px, 5vw, 68px); }
h2 { font-size: clamp(28px, 3.5vw, 48px); }
h3 { font-size: clamp(20px, 2.5vw, 30px); }
h4 { font-size: 20px; }

p { margin-bottom: 1.2rem; }
p:last-child { margin-bottom: 0; }

/* ── LAYOUT ── */
.pd-container {
  max-width:1440;
  margin: 0 auto;
  padding: 0 5%;
}

.pd-section { padding: 7rem 0; }
.pd-section-sm { padding: 4rem 0; }

/* ── SECTION LABEL ── */
.pd-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-family: var(--sans);
  font-weight: 500;
}
.pd-label::before {
  content: '';
  width: 28px;
  height: 0.5px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ── BUTTONS ── */
.pd-btn {
  display: inline-block;
  padding: 13px 40px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
}
.pd-btn-gold {
  background: var(--gold);
  color: var(--dark);
}
.pd-btn-gold:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}
.pd-btn-outline-dark {
  background: transparent;
  border: 0.5px solid rgba(28,28,28,0.25);
  color: var(--text-dark);
}
.pd-btn-outline-dark:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.pd-btn-outline-light {
  background: transparent;
  border: 0.5px solid rgba(201,169,110,0.35);
  color: var(--text-light);
}
.pd-btn-outline-light:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ═══ HEADER / NAV ═══ */
#pd-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 5%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
#pd-header.scrolled {
  background: rgba(17,17,17,0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--border-gold);
}
#pd-header.light-header {
  background: transparent;
}
#pd-header.light-header.scrolled {
  background: rgba(248,245,240,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--border-light);
}

.pd-logo img { height: 44px; width: auto; }
.pd-logo-text {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-light);
  letter-spacing: 1px;
}
#pd-header.light-header .pd-logo-text { color: var(--text-dark); }
#pd-header.light-header.scrolled .pd-logo-text { color: var(--text-dark); }

.pd-nav { display: flex; align-items: center; gap: 2.5rem; }
.pd-nav a {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(245,241,235,0.8);
  transition: color 0.2s;
}
.pd-nav a:hover, .pd-nav a.active { color: var(--gold); }
#pd-header.light-header .pd-nav a { color: rgba(28,28,28,0.7); }
#pd-header.light-header .pd-nav a:hover { color: var(--gold); }

.pd-nav-cta {
  padding: 9px 22px !important;
  border: 0.5px solid var(--border-gold) !important;
  border-radius: 2px !important;
  color: var(--gold) !important;
  letter-spacing: 2px !important;
}
.pd-nav-cta:hover {
  background: var(--gold) !important;
  color: var(--dark) !important;
}

/* Hamburger */
.pd-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.pd-hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--text-light);
  transition: all 0.3s;
}
#pd-header.light-header .pd-hamburger span { background: var(--text-dark); }

/* Mobile nav */
.pd-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 998;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.pd-mobile-nav.open { display: flex; }
.pd-mobile-nav a {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 300;
  color: var(--text-light);
  letter-spacing: 1px;
  transition: color 0.2s;
}
.pd-mobile-nav a:hover { color: var(--gold); }
.pd-mobile-close {
  position: absolute;
  top: 28px;
  right: 5%;
  font-size: 28px;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

/* ═══ FOOTER ═══ */
#pd-footer {
  background: var(--dark);
  color: var(--text-light);
  padding: 5rem 0 2rem;
}
.pd-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.5px solid var(--border-gold);
}
.pd-footer-brand p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 1.2rem;
}
.pd-footer-logo {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--text-light);
}
.pd-footer-col h4 {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.pd-footer-col ul { display: flex; flex-direction: column; gap: 0.75rem; }
.pd-footer-col ul li a {
  font-size: 14px;
  color: var(--muted);
  transition: color 0.2s;
}
.pd-footer-col ul li a:hover { color: var(--gold); }
.pd-footer-contact p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
}
.pd-footer-contact a { color: var(--muted); transition: color 0.2s; }
.pd-footer-contact a:hover { color: var(--gold); }
.pd-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  font-size: 12px;
  color: rgba(245,241,235,0.3);
}
.pd-social { display: flex; gap: 1.5rem; }
.pd-social a {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245,241,235,0.35);
  transition: color 0.2s;
}
.pd-social a:hover { color: var(--gold); }

/* ═══ HOME — HERO ═══ */
.pd-home-hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pd-home-hero-bg {
  position: absolute;
  inset: 0;
  background: var(--dark2);
}
.pd-home-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  animation: pd-hero-zoom 14s ease-out forwards;
}
@keyframes pd-hero-zoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.00); }
}
.pd-home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17,17,17,0.75) 0%, rgba(17,17,17,0.25) 100%);
}
.pd-home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  animation: pd-fadeslide 1.2s cubic-bezier(.22,1,.36,1) both;
}
@keyframes pd-fadeslide {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pd-home-hero h1 {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.pd-home-hero h1 em {
  font-style: italic;
  color: var(--gold);
}
.pd-home-hero p {
  font-size: 16px;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
.pd-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.pd-hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 5%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 2;
}
.pd-hero-scroll::before {
  content: '';
  width: 40px;
  height: 0.5px;
  background: var(--border-gold);
}

/* ═══ HOME — ABOUT STRIP ═══ */
.pd-about-strip {
  background: var(--dark);
  padding: 6rem 0;
}
.pd-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 6rem;
  align-items: center;
}
.pd-about-img {
  position: relative;
}
.pd-about-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 3px;
}
.pd-about-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--gold);
  color: var(--dark);
  padding: 1.5rem;
  text-align: center;
  border-radius: 2px;
}
.pd-about-badge strong {
  display: block;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}
.pd-about-badge span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
.pd-about-text h2 {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.pd-about-text p { color: var(--muted); font-size: 15px; line-height: 1.9; }

/* ═══ HOME — SERVICES ═══ */
.pd-services-section { background: var(--cream); }
.pd-services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.pd-services-header h2 { max-width: 400px; }
.pd-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border-light);
  border: 0.5px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
}
.pd-service-card {
  background: var(--cream);
  padding: 3rem;
  transition: background 0.3s;
  cursor: pointer;
}
.pd-service-card:hover { background: var(--cream2); }
.pd-service-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.pd-service-card h3 {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 1rem;
}
.pd-service-card p { font-size: 14px; color: var(--muted-dark); line-height: 1.85; }
.pd-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  transition: gap 0.2s;
}
.pd-service-card:hover .pd-service-link { gap: 14px; }

/* ═══ HOME — FEATURED PROJECTS ═══ */
.pd-featured-section { background: var(--dark); padding: 7rem 0; }
.pd-featured-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.pd-featured-header h2 { color: var(--text-light); font-weight: 300; }
.pd-featured-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.5rem;
}
.pd-feat-main {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.pd-feat-main img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.pd-feat-main:hover img { transform: scale(1.04); }
.pd-feat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,17,17,0.85) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}
.pd-feat-info { color: var(--text-light); }
.pd-feat-cat {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.pd-feat-info h3 { font-size: 24px; font-weight: 400; color: var(--text-light); }
.pd-feat-side { display: flex; flex-direction: column; gap: 1.5rem; }
.pd-feat-small {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  flex: 1;
}
.pd-feat-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.pd-feat-small:hover img { transform: scale(1.04); }
.pd-feat-small .pd-feat-overlay { padding: 1.5rem; }
.pd-feat-small h3 { font-size: 18px; }

/* ═══ PROJECTS ARCHIVE ═══ */
.pd-projects-hero {
  background: var(--dark);
  padding: 10rem 0 6rem;
  text-align: center;
}
.pd-projects-hero h1 { color: var(--text-light); font-weight: 300; margin-bottom: 1rem; }
.pd-projects-hero p { font-size: 15px; color: var(--muted); max-width: 480px; margin: 0 auto; }

.pd-filter-bar {
  background: var(--cream);
  border-bottom: 0.5px solid var(--border-light);
  position: sticky;
  top: 80px;
  z-index: 10;
}
.pd-filters {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.pd-filters::-webkit-scrollbar { display: none; }
.pd-filter-btn {
  flex-shrink: 0;
  padding: 1.1rem 1.8rem;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted-dark);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--sans);
}
.pd-filter-btn:hover { color: var(--gold); }
.pd-filter-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.pd-projects-grid-section { padding: 5rem 0 8rem; background: var(--cream); }
.pd-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pd-project-card {
  background: var(--cream);
  border-radius: 4px;
  overflow: hidden;
  border: 0.5px solid var(--border-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.pd-project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.pd-project-card.hidden { display: none; }
.pd-card-img {
  position: relative;
  overflow: hidden;
}
.pd-card-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.pd-project-card:hover .pd-card-img img { transform: scale(1.06); }
.pd-card-cat-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--dark);
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 500;
}
.pd-card-body { padding: 1.5rem; }
.pd-card-body h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}
.pd-card-loc {
  font-size: 12px;
  color: var(--muted-dark);
  margin-bottom: 1rem;
}
.pd-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.pd-card-tag {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border: 0.5px solid var(--border-light);
  border-radius: 20px;
  color: var(--muted-dark);
}
.pd-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-top: 0.5px solid var(--border-light);
}
.pd-card-year { font-size: 12px; color: var(--muted-dark); }
.pd-card-arrow {
  width: 32px;
  height: 32px;
  border: 0.5px solid var(--border-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-dark);
  font-size: 14px;
  transition: all 0.2s;
}
.pd-project-card:hover .pd-card-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--dark);
}

/* ═══ SINGLE PROJECT ═══ */
.pd-sp-hero {
  position: relative;
  height: 88vh;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.pd-sp-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.52);
  animation: pd-hero-zoom 12s ease-out forwards;
}
.pd-sp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,17,17,0.90) 0%, rgba(17,17,17,0.05) 55%);
}
.pd-sp-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 5%;
  animation: pd-fadeslide 1.1s cubic-bezier(.22,1,.36,1) both;
}
.pd-sp-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
}
.pd-sp-eyebrow::after { content: ''; width: 40px; height: 0.5px; background: var(--gold); opacity: 0.6; }
.pd-sp-hero h1 { color: var(--text-light); font-weight: 300; margin-bottom: 1.5rem; }
.pd-sp-meta { display: flex; gap: 2rem; flex-wrap: wrap; }
.pd-sp-meta-item { display: flex; flex-direction: column; gap: 3px; }
.pd-sp-meta-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); opacity: 0.8; }
.pd-sp-meta-value { font-size: 14px; color: var(--text-light); font-weight: 400; }

.pd-sp-intro {
  padding: 7rem 0 5rem;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 6rem;
  border-bottom: 0.5px solid var(--border-light);
}
.pd-sp-intro h2 { font-weight: 400; margin-top: 0.5rem; }
.pd-sp-body { font-size: 15px; color: var(--muted-dark); line-height: 1.9; }
.pd-sp-body strong { color: var(--text-dark); font-weight: 400; }
.pd-sp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
.pd-sp-tag {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border: 0.5px solid var(--border-light);
  border-radius: 20px;
  color: var(--muted-dark);
}

.pd-sp-gallery { padding: 5rem 0; background: var(--cream); }
.pd-sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pd-sp-gi { overflow: hidden; border-radius: 4px; }
.pd-sp-gi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.pd-sp-gi:hover img { transform: scale(1.04); }
.pd-sp-gi.wide { grid-column: span 2; }
.pd-sp-col { display: flex; flex-direction: column; gap: 12px; }
.pd-sph-tall { height: 500px; }
.pd-sph-normal { height: 275px; }
.pd-sph-wide { height: 400px; }

.pd-sp-details {
  padding: 6rem 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6rem;
  border-top: 0.5px solid var(--border-light);
}
.pd-dl { list-style: none; margin-top: 2rem; }
.pd-dl li {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 0.5px solid var(--border-light);
  font-size: 14px;
}
.pd-dl li:first-child { border-top: 0.5px solid var(--border-light); }
.pd-dk { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-dark); }
.pd-dv { color: var(--text-dark); font-weight: 400; text-align: right; }

.pd-quote-block {
  padding: 2.5rem;
  border: 0.5px solid var(--border-light);
  border-radius: 4px;
  background: var(--cream2);
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.pd-qmark {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.6;
  color: var(--gold);
  opacity: 0.4;
  margin-bottom: 1.5rem;
}
.pd-qtext {
  font-family: var(--serif);
  font-size: clamp(17px, 2vw, 22px);
  font-style: italic;
  line-height: 1.55;
  color: var(--text-dark);
  flex: 1;
  margin-bottom: 2rem;
}
.pd-qauthor { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }

.pd-sp-fw { padding: 2rem 0; }
.pd-sp-fw img { width: 100%; height: clamp(300px, 45vw, 560px); object-fit: cover; border-radius: 4px; }

.pd-materials-section { padding: 6rem 0; border-top: 0.5px solid var(--border-light); }
.pd-mat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-light);
  border: 0.5px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 3rem;
}
.pd-mat-card {
  background: var(--cream);
  padding: 1.8rem 1.5rem;
  transition: background 0.3s;
}
.pd-mat-card:hover { background: var(--cream2); }
.pd-swatch { width: 100%; height: 72px; border-radius: 3px; margin-bottom: 1rem; }
.pd-mat-name { font-size: 13px; font-weight: 400; color: var(--text-dark); margin-bottom: 3px; }
.pd-mat-type { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-dark); }

.pd-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-light);
  border: 0.5px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5rem;
}
.pd-stat-block { background: var(--cream2); padding: 2.5rem 1.5rem; text-align: center; }
.pd-stat-num {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.pd-stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-dark); }

/* Next project nav */
.pd-next-project {
  background: var(--dark);
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.3s;
}
.pd-next-project:hover { background: var(--dark2); }
.pd-next-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; }
.pd-next-title { font-family: var(--serif); font-size: clamp(22px, 3vw, 36px); font-weight: 300; color: var(--text-light); }
.pd-next-arrow { font-size: 32px; color: var(--gold); }

/* ═══ ABOUT PAGE ═══ */
.pd-about-hero {
  background: var(--dark);
  padding: 11rem 0 7rem;
  text-align: center;
}
.pd-about-hero h1 { color: var(--text-light); font-weight: 300; margin-bottom: 1rem; }
.pd-about-hero p { font-size: 16px; color: var(--muted); max-width: 540px; margin: 0 auto; }

.pd-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.pd-team-card { text-align: center; }
.pd-team-card img { width: 100%; height: 340px; object-fit: cover; border-radius: 4px; margin-bottom: 1.2rem; }
.pd-team-card h3 { font-size: 20px; font-weight: 400; margin-bottom: 0.3rem; }
.pd-team-card p { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }

/* ═══ CONTACT PAGE ═══ */
.pd-contact-hero {
  background: var(--dark);
  padding: 11rem 0 7rem;
  text-align: center;
}
.pd-contact-hero h1 { color: var(--text-light); font-weight: 300; }
.pd-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 6rem;
  padding: 7rem 0;
}
.pd-contact-info h3 { font-size: 28px; font-weight: 400; margin-bottom: 2rem; }
.pd-contact-detail {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2rem;
}
.pd-contact-detail-item {
  padding: 1.2rem 0;
  border-bottom: 0.5px solid var(--border-light);
}
.pd-contact-detail-item:first-child { border-top: 0.5px solid var(--border-light); }
.pd-contact-detail-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.pd-contact-detail-val { font-size: 15px; color: var(--text-dark); }
.pd-form { display: flex; flex-direction: column; gap: 1.2rem; }
.pd-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.pd-form input,
.pd-form textarea,
.pd-form select {
  width: 100%;
  padding: 14px 18px;
  background: var(--cream2);
  border: 0.5px solid var(--border-light);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.2s;
}
.pd-form input:focus,
.pd-form textarea:focus,
.pd-form select:focus { border-color: var(--gold); }
.pd-form textarea { height: 140px; resize: vertical; }
.pd-form-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 6px; display: block; }

/* ═══ CTA BANNER ═══ */
.pd-cta-banner {
  background: var(--dark);
  padding: 8rem 0;
  text-align: center;
}
.pd-cta-banner h2 { color: var(--text-light); font-weight: 300; margin-bottom: 1rem; }
.pd-cta-banner p { font-size: 15px; color: var(--muted); max-width: 440px; margin: 0 auto 2.5rem; }
.pd-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .pd-footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .pd-projects-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-sp-intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .pd-sp-details { grid-template-columns: 1fr; gap: 3rem; }
  .pd-mat-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-stats-row { grid-template-columns: repeat(2, 1fr); }
  .pd-featured-grid { grid-template-columns: 1fr; }
  .pd-feat-main img { height: 420px; }
  .pd-feat-side { flex-direction: row; }
  .pd-team-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-contact-grid { grid-template-columns: 1fr; gap: 4rem; }
  .pd-services-grid { grid-template-columns: 1fr; }
  .pd-about-grid { grid-template-columns: 1fr; gap: 4rem; }
}
@media (max-width: 768px) {
  .pd-nav { display: none; }
  .pd-hamburger { display: flex; }
  .pd-projects-grid { grid-template-columns: 1fr; }
  .pd-sp-grid { grid-template-columns: 1fr; }
  .pd-sp-gi.wide { grid-column: span 1; }
  .pd-sph-tall, .pd-sph-normal, .pd-sph-wide { height: 260px; }
  .pd-footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .pd-team-grid { grid-template-columns: 1fr; }
  .pd-form-row { grid-template-columns: 1fr; }
  .pd-services-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .pd-featured-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .pd-feat-side { flex-direction: column; }
  .pd-about-badge { bottom: -1rem; right: -0.5rem; }
}
@media (max-width: 480px) {
  .pd-section { padding: 5rem 0; }
  .pd-hero-btns { flex-direction: column; }
  .pd-cta-btns { flex-direction: column; align-items: center; }
}
