/* ============================================
   CJC PHOTOGRAPHY — PNW Mountain Theme
   North Vancouver · Purple × Blue × White
   ============================================ */

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

:root {
  --white:        #ffffff;
  --off-white:    #f8f7fc;
  --mist:         #f0eef8;
  --border:       #e2dff0;
  --purple:       #7b4fa6;
  --blue:         #3a7bd5;
  --blue-light:   #6fa3e8;
  --grad:         linear-gradient(135deg, #7b4fa6 0%, #4f6fd4 50%, #3a7bd5 100%);
  --grad-text:    linear-gradient(135deg, #8b5fbf 0%, #4a6fd4 100%);
  --grad-subtle:  linear-gradient(135deg, rgba(123,79,166,0.08) 0%, rgba(58,123,213,0.08) 100%);
  --text-dark:    #1a1528;
  --text-mid:     #4a4460;
  --text-light:   #8a84a0;
  --nav-height:   76px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

.page { display: none; }
.page.active { display: block; }

/* ============================================
   NAV
   ============================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-height);
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  z-index: 1000;
  overflow: hidden;
}

nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 76' preserveAspectRatio='none'%3E%3Cpath d='M0,76 L0,55 L80,30 L160,50 L240,20 L320,45 L400,15 L480,40 L560,22 L640,48 L720,18 L800,44 L880,25 L960,50 L1040,20 L1120,46 L1200,28 L1280,52 L1360,32 L1440,48 L1440,76 Z' fill='rgba(123,79,166,0.04)'/%3E%3Cpath d='M0,76 L0,62 L90,45 L180,60 L270,40 L360,58 L450,38 L540,56 L630,42 L720,60 L810,44 L900,62 L990,46 L1080,63 L1170,48 L1260,64 L1350,50 L1440,62 L1440,76 Z' fill='rgba(58,123,213,0.04)'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
  z-index: 0;
}

nav > * { position: relative; z-index: 1; }

.nav-logo { display: flex; align-items: center; cursor: pointer; text-decoration: none; }
.nav-logo img { height: 46px; width: auto; }

.nav-links { display: flex; gap: 32px; list-style: none; }

.nav-links a {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text-mid);
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}

.nav-links a:hover { color: var(--purple); }

.nav-links a.active {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 1px solid var(--blue);
  padding-bottom: 2px;
}

.nav-cta {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--grad);
  color: var(--white);
  border: none;
  padding: 10px 22px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-block;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.nav-cta:hover { opacity: 0.88; transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--text-dark); transition: all 0.3s; }

/* ============================================
   HERO
   ============================================ */
main { padding-top: var(--nav-height); }

.hero {
  min-height: calc(100vh - var(--nav-height));
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 15%, rgba(123,79,166,0.07) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(58,123,213,0.07) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

.hero-text {
  padding: 80px 60px 100px 72px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.1s forwards;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--grad);
  flex-shrink: 0;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 4.2vw, 4.8rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--text-dark);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.2s forwards;
}

.hero-title .line-accent {
  font-style: italic;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-bio {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.85;
  max-width: 380px;
  margin-bottom: 44px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.32s forwards;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.44s forwards;
}

.hero-image { position: relative; overflow: hidden; background: var(--mist); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 8s ease; }
.hero-image:hover img { transform: scale(1.04); }

.hero-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  gap: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--grad);
  color: var(--white);
  border: none;
  padding: 14px 34px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-block;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.btn-primary:hover { opacity: 0.88; transform: translateY(-2px); }

.btn-secondary {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  color: var(--text-mid);
  border: 1px solid var(--border);
  padding: 14px 34px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover { border-color: var(--purple); color: var(--purple); }

.btn-white {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--white);
  color: var(--purple);
  border: none;
  padding: 14px 36px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.btn-white:hover { background: var(--off-white); transform: translateY(-2px); }

/* ============================================
   STATS STRIP
   ============================================ */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--text-dark);
  position: relative;
  overflow: hidden;
}

.stats-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123,79,166,0.28) 0%, rgba(58,123,213,0.28) 100%);
  pointer-events: none;
}

.stats-strip::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath d='M0,120 L0,80 L150,20 L300,70 L450,10 L600,55 L750,5 L900,48 L1050,15 L1200,40 L1200,120 Z' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E");
  background-size: cover;
  pointer-events: none;
}

.stat-item {
  padding: 52px 40px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative;
  z-index: 1;
}

.stat-item:last-child { border-right: none; }

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* ============================================
   SECTIONS
   ============================================ */
.section { padding: 96px 80px; position: relative; }

.section-alt {
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}

.section-alt::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 360px;
  height: 360px;
  background: var(--grad-subtle);
  clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
  pointer-events: none;
}

.section-header { margin-bottom: 56px; }

.section-eyebrow {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.section-eyebrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: var(--grad);
  flex-shrink: 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text-dark);
}

.section-title em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.1em;
  display: inline-block;
}

.section-desc {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.85;
  max-width: 520px;
  margin-top: 16px;
}

/* ============================================
   GALLERY
   ============================================ */
.gallery-grid { columns: 3; column-gap: 10px; }

.gallery-item {
  break-inside: avoid;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad);
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-item:hover::after { opacity: 0.12; }
.gallery-item img { width: 100%; display: block; transition: transform 0.6s ease; }
.gallery-item:hover img { transform: scale(1.04); }

/* ============================================
   SERVICES
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  background: var(--border);
}

.service-card {
  background: var(--white);
  overflow: hidden;
  position: relative;
}

.service-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--mist);
  overflow: hidden;
  position: relative;
}

.service-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.service-card:hover .service-thumbnail img { transform: scale(1.05); }

.service-thumbnail::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad);
  opacity: 0;
  transition: opacity 0.4s;
}

.service-card:hover .service-thumbnail::after { opacity: 0.15; }

.service-thumbnail-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--text-light);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.service-info {
  padding: 40px 36px;
  position: relative;
}

.service-info::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 56px;
  height: 56px;
  background: var(--grad-subtle);
  clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}

.service-tag {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  display: block;
}

.service-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.service-desc {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.78;
  margin-bottom: 20px;
}

.service-includes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.service-includes-label {
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
}

.service-include-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  color: var(--text-mid);
}

.service-include-item::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: var(--grad);
  flex-shrink: 0;
}

/* ============================================
   CLIENTS
   ============================================ */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  background: var(--border);
}

.client-card { background: var(--white); cursor: pointer; overflow: hidden; }
.client-card-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 380px; }

.client-thumbnail { position: relative; overflow: hidden; background: var(--mist); }
.client-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.client-card:hover .client-thumbnail img { transform: scale(1.06); }

.client-thumbnail::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad);
  opacity: 0;
  transition: opacity 0.4s;
}

.client-card:hover .client-thumbnail::after { opacity: 0.18; }

.client-thumbnail-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  flex-direction: column;
  gap: 10px;
}

.client-info {
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.client-info::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 56px;
  height: 56px;
  background: var(--grad-subtle);
  clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}

.client-tag {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  display: block;
}

.client-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.client-desc { font-size: 0.875rem; color: var(--text-mid); line-height: 1.75; flex: 1; margin-bottom: 20px; }

.client-stats { display: flex; gap: 20px; padding-top: 20px; border-top: 1px solid var(--border); }

.client-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.client-stat-lbl { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); }

.view-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.73rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple);
  text-decoration: none;
  margin-top: 14px;
  transition: gap 0.2s, color 0.2s;
  cursor: pointer;
  background: none;
  border: none;
}

.view-more-link:hover { gap: 14px; color: var(--blue); }

/* ============================================
   MODAL
   ============================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(248,247,252,0.97);
  z-index: 2000;
  display: none;
  overflow-y: auto;
}

.modal-content { max-width: 1060px; margin: 0 auto; padding: 80px 48px; }

.modal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-mid);
  cursor: pointer;
  background: none;
  border: none;
  margin-bottom: 56px;
  transition: color 0.2s;
}

.modal-back:hover { color: var(--purple); }

.modal-header { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; margin-bottom: 72px; }

.modal-hero-img { overflow: hidden; aspect-ratio: 4/3; background: var(--mist); }
.modal-hero-img img { width: 100%; height: 100%; object-fit: cover; }

.modal-tag {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 14px;
}

.modal-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 400; line-height: 1.1; color: var(--text-dark); margin-bottom: 20px; }
.modal-desc { font-size: 0.92rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 32px; }

.modal-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); }
.modal-stat { padding: 22px; border-right: 1px solid var(--border); text-align: center; }
.modal-stat:last-child { border-right: none; }

.modal-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modal-stat-lbl { font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); }

.modal-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }

.modal-gallery-item { aspect-ratio: 3/2; overflow: hidden; background: var(--mist); cursor: pointer; position: relative; }

.modal-gallery-item::after { content: ''; position: absolute; inset: 0; background: var(--grad); opacity: 0; transition: opacity 0.3s; }
.modal-gallery-item:hover::after { opacity: 0.14; }
.modal-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.modal-gallery-item:hover img { transform: scale(1.05); }

.modal-gallery-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 0.74rem; letter-spacing: 0.08em; }

/* ============================================
   ABOUT
   ============================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }

.about-portrait { aspect-ratio: 3/4; background: var(--mist); overflow: hidden; position: relative; }

.about-portrait::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 72px;
  height: 72px;
  background: var(--grad);
  opacity: 0.7;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.about-portrait-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 24px;
}

.about-subtitle { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; background: var(--grad-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 28px; display: block; }
.about-text p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.88; margin-bottom: 18px; }

.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--border); }

.value-num { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-style: italic; background: var(--grad-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin-bottom: 6px; }
.value-title { font-size: 0.76rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dark); margin-bottom: 6px; }
.value-desc { font-size: 0.81rem; color: var(--text-light); line-height: 1.6; }

/* ============================================
   CONTACT
   ============================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.contact-info p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 40px; }
.contact-detail { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item-label { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); min-width: 80px; padding-top: 2px; }
.contact-item-value { font-size: 0.9rem; color: var(--text-dark); }
.contact-item-value a { color: var(--purple); text-decoration: none; transition: color 0.2s; }
.contact-item-value a:hover { color: var(--blue); }

.contact-form { display: flex; flex-direction: column; gap: 22px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); }

.form-group input,
.form-group textarea,
.form-group select {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-dark);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--purple); }
.form-group textarea { resize: none; height: 120px; }

/* ============================================
   PAGE BANNER
   ============================================ */
.page-banner {
  background: var(--text-dark);
  padding: 80px 80px 70px;
  position: relative;
  overflow: hidden;
}

.page-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(123,79,166,0.22) 0%, rgba(58,123,213,0.22) 100%); pointer-events: none; }

.page-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,80 L0,50 L120,10 L240,40 L360,5 L480,35 L600,0 L720,30 L840,8 L960,38 L1080,12 L1200,42 L1320,18 L1440,35 L1440,80 Z' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E");
  background-size: cover;
  pointer-events: none;
}

.page-banner .section-eyebrow { color: var(--blue-light); position: relative; z-index: 1; }
.page-banner .section-eyebrow::before { background: var(--grad); }
.page-banner .section-title { color: var(--white); position: relative; z-index: 1; }
.page-banner .section-desc { color: rgba(255,255,255,0.5); position: relative; z-index: 1; }

/* ============================================
   CTA BAND
   ============================================ */
.cta-band { background: var(--grad); padding: 100px 80px; text-align: center; position: relative; overflow: hidden; }

.cta-band::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,80 L0,50 L180,10 L360,45 L540,5 L720,40 L900,8 L1080,38 L1260,15 L1440,35 L1440,80 Z' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E");
  background-size: cover;
  pointer-events: none;
}

.cta-band .section-eyebrow { color: rgba(255,255,255,0.65); justify-content: center; }
.cta-band .section-eyebrow::before { background: rgba(255,255,255,0.35); }
.cta-band .section-title { color: var(--white); max-width: 460px; margin: 0 auto 18px; }
.cta-band .section-title em { font-style: italic; -webkit-text-fill-color: rgba(255,255,255,0.7); background: none; }
.cta-band .section-desc { color: rgba(255,255,255,0.62); margin: 0 auto 40px; }

/* ============================================
   FOOTER
   ============================================ */
footer { background: var(--text-dark); padding: 56px 80px 36px; position: relative; overflow: hidden; }

footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); }

footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath d='M0,160 L0,100 L80,60 L160,90 L240,40 L320,80 L400,30 L480,70 L560,20 L640,65 L720,15 L800,55 L880,25 L960,60 L1040,10 L1120,50 L1200,20 L1280,55 L1360,30 L1440,50 L1440,160 Z' fill='rgba(255,255,255,0.025)'/%3E%3Cpath d='M0,160 L0,135 L28,118 L56,135 L84,112 L112,132 L140,115 L168,133 L196,116 L224,136 L252,119 L280,138 L308,121 L336,140 L364,123 L392,142 L420,125 L448,144 L476,127 L504,146 L532,129 L560,148 L588,131 L616,150 L644,133 L672,152 L700,135 L728,154 L756,137 L784,156 L812,139 L840,158 L868,141 L896,160 L924,143 L952,160 L980,145 L1008,160 L1036,148 L1064,160 L1092,150 L1120,160 L1148,152 L1176,160 L1204,155 L1232,160 L1260,156 L1288,160 L1316,157 L1344,160 L1372,158 L1400,160 L1440,160 Z' fill='rgba(255,255,255,0.035)'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: top;
  pointer-events: none;
}

.footer-inner { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; margin-bottom: 36px; }
.footer-logo img { height: 40px; }
.footer-links { display: flex; gap: 28px; }

.footer-links a { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; cursor: pointer; }
.footer-links a:hover { color: rgba(255,255,255,0.75); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.footer-copy { font-size: 0.7rem; color: rgba(255,255,255,0.22); letter-spacing: 0.05em; }
.footer-tagline { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.82rem; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ============================================
   LIGHTBOX
   ============================================ */
.lightbox { position: fixed; inset: 0; background: rgba(10,8,20,0.97); z-index: 3000; display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.lightbox-close { position: fixed; top: 32px; right: 40px; color: white; font-size: 1.4rem; cursor: pointer; background: none; border: none; opacity: 0.4; transition: opacity 0.2s; }
.lightbox-close:hover { opacity: 1; }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.22s; }
.reveal-delay-3 { transition-delay: 0.34s; }
.reveal-delay-4 { transition-delay: 0.46s; }

.img-reveal {
  filter: grayscale(55%) brightness(0.88);
  transform: scale(0.97);
  transition: filter 0.9s ease, transform 0.9s ease;
}

.img-reveal.visible { filter: grayscale(0%) brightness(1); transform: scale(1); }

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   MOBILE
   ============================================ */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--nav-height);
    left: 0; right: 0;
    background: var(--white);
    padding: 28px 20px;
    gap: 22px;
    border-bottom: 1px solid var(--border);
    z-index: 999;
  }

  .hero { grid-template-columns: 1fr; }
  .hero-image { height: 50vh; order: -1; }
  .hero-text { padding: 40px 20px 60px; }

  .stats-strip { grid-template-columns: 1fr 1fr 1fr; }
  .stat-item { padding: 28px 10px; }
  .stat-number { font-size: 1.8rem; }

  .section { padding: 56px 20px; }
  .page-banner { padding: 52px 20px 44px; }
  .cta-band { padding: 64px 20px; }

  .gallery-grid { columns: 2; }

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

  .clients-grid { grid-template-columns: 1fr; }
  .client-card-inner { grid-template-columns: 1fr; }
  .client-thumbnail { min-height: 260px; }
  .client-info { padding: 28px 20px; }

  .modal-content { padding: 36px 20px; }
  .modal-header { grid-template-columns: 1fr; gap: 28px; }
  .modal-gallery { grid-template-columns: 1fr 1fr; }

  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }

  footer { padding: 40px 20px 28px; }
  .footer-inner { flex-direction: column; gap: 20px; text-align: center; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
