/* ============================================================
   Princeton Creative — single-page home styles
   Designed to match the live princetoncreative.com Anno/Elementor build.
   Brand: indigo #5659C7 · coral #F5325C · dark #0F1319 · pale peach #FDEFEA
   Heads: Roboto Slab · Body: Poppins
   ============================================================ */

.pc-home {
  --pc-ink: #1f2430;
  --pc-ink-2: #24182e;
  --pc-indigo: #5659C7;
  --pc-indigo-deep: #2b2e9c;
  --pc-coral: #F5325C;
  --pc-pale-blue: #f1f5fb;
  --pc-pale-peach: #fdefea;
  --pc-haze: #f7f7f7;
  --pc-line: #e3e6ec;
  --pc-text-muted: #5b6170;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--pc-ink);
  line-height: 1.6;
}

.pc-home h1, .pc-home h2, .pc-home h3 {
  font-family: 'Roboto Slab', Georgia, serif;
  color: var(--pc-ink);
  letter-spacing: -0.005em;
  line-height: 1.15;
  margin: 0 0 18px;
}
.pc-home p { margin: 0 0 16px; color: var(--pc-text-muted); font-size: 16px; line-height: 1.75; }
.pc-home a { color: var(--pc-indigo); transition: color .15s ease; }
.pc-home a:hover { color: var(--pc-coral); }
.pc-home em { font-style: italic; color: var(--pc-coral); font-weight: 500; }
.pc-home strong { color: var(--pc-ink); font-weight: 600; }

.pc-home .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.pc-dot { color: var(--pc-coral); }

/* shared section heads */
.pc-section__head { margin-bottom: 48px; max-width: 760px; }
.pc-section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.pc-section__title {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 700;
  font-family: 'Roboto Slab', Georgia, serif;
  letter-spacing: -0.01em;
}
.pc-section__lede {
  font-size: 17px;
  line-height: 1.75;
  color: var(--pc-text-muted);
  margin: 16px auto 0;
  max-width: 800px;
}

.pc-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  font-weight: 600;
  color: var(--pc-indigo) !important;
}
.pc-link-arrow i { transition: transform .2s ease; }
.pc-link-arrow:hover { color: var(--pc-coral) !important; }
.pc-link-arrow:hover i { transform: translateX(4px); }

/* ─── HERO — Wayback Blue-Perspective-Image background w/ rotating word ─── */
.pc-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 110px 0 130px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.pc-hero__inner { position: relative; z-index: 1; width: 100%; }

.pc-home .pc-hero__rotator,
.pc-home .pc-hero__rotator * {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F18A2A;
  text-shadow: 2px 2px 6px black;
  letter-spacing: 3px;
}
.pc-home .pc-hero__rotator {
  font-size: clamp(54px, 9vw, 120px);
  line-height: 1.1;
  margin: 0 0 28px;
  text-align: center;
  width: 100%;
}
/* Crossfade rotator — words stacked in the same spot, fading in/out */
.pc-rotator {
  position: relative;
  display: block;
  height: 1.1em;
  width: 100%;
  text-align: center;
}
.pc-rotator__word {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  line-height: 1.1;
  animation: pcRotate 12s linear infinite;
}
.pc-rotator__word:nth-child(1) { animation-delay: 0s; }
.pc-rotator__word:nth-child(2) { animation-delay: 3s; }
.pc-rotator__word:nth-child(3) { animation-delay: 6s; }
.pc-rotator__word:nth-child(4) { animation-delay: 9s; }
@keyframes pcRotate {
  0%   { opacity: 0; }
  2%   { opacity: 1; }
  23%  { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}

.pc-home .pc-hero__tagline {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0 auto;
  max-width: 820px;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 10, 0.25);
}

/* ─── SERVICES — Anno-style watermark + 2x2 icon-left layout ─── */
.pc-services { padding: 110px 0 90px; background: #fff; }

.pc-services__head {
  position: relative;
  margin: 0 0 72px;
  padding: 60px 0 0;
  text-align: left;
  max-width: none;
}
.pc-services__watermark {
  position: absolute;
  top: -10px;
  left: -30px;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(80px, 8.5vw, 140px);
  line-height: 1;
  color: #fbdfe3;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}
.pc-services__title {
  position: relative;
  z-index: 1;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 800;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  line-height: 1.05;
}
.pc-services__underline {
  display: block;
  width: 90px;
  height: 4px;
  background: var(--pc-coral);
  border-radius: 2px;
  margin-top: 8px;
}

.pc-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 60px;
}
.pc-service {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  align-items: start;
  text-align: left;
}
.pc-service__icon {
  width: 110px;
  height: auto;
  display: block;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.pc-service__icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.pc-service__body { min-width: 0; }
.pc-home .pc-service__title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--pc-ink);
  letter-spacing: -0.005em;
}
.pc-service p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--pc-ink);
  margin: 0;
}

@media (max-width: 900px) {
  .pc-services__grid { grid-template-columns: 1fr; column-gap: 0; row-gap: 40px; }
  .pc-service { grid-template-columns: 80px 1fr; gap: 20px; }
  .pc-service__icon { width: 80px; }
}

/* ─── DESIGN PLUS — Anno-style watermark + illustration ─── */
.pc-designplus {
  padding: 100px 0 80px;
  background: #fff;
}
.pc-designplus__head {
  position: relative;
  margin: 0 0 56px;
  padding: 60px 0 0;
  text-align: left;
  max-width: none;
}
.pc-designplus__watermark {
  position: absolute;
  top: -10px;
  left: -30px;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(80px, 8.5vw, 140px);
  line-height: 1;
  color: #fbdfe3;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.pc-designplus__title {
  position: relative;
  z-index: 1;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 800;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  line-height: 1.05;
}
.pc-designplus__underline {
  position: relative;
  z-index: 1;
  display: block;
  width: 90px;
  height: 4px;
  background: var(--pc-coral);
  border-radius: 2px;
  margin: 0 0 24px;
}
.pc-home .pc-designplus__lede {
  position: relative;
  z-index: 1;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--pc-ink);
  max-width: 980px;
  margin: 0;
}
.pc-designplus__lede sup {
  font-size: 0.65em;
  vertical-align: super;
  line-height: 0;
}
.pc-designplus__illustration {
  margin: 40px auto 0;
  max-width: none;
}
.pc-designplus__illustration img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ─── SELECT WORK SAMPLES — pale-teal click-to-open tiles + lightbox ─── */
.pc-work { padding: 100px 0 110px; background: #fff; }

.pc-work__head {
  position: relative;
  margin: 0 0 48px;
  padding: 60px 0 0;
  text-align: left;
  max-width: none;
}
.pc-work__watermark {
  position: absolute;
  top: -10px;
  left: -30px;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(80px, 8.5vw, 140px);
  line-height: 1;
  color: #fbdfe3;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.pc-work__title {
  position: relative;
  z-index: 1;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 800;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  line-height: 1.05;
}
.pc-work__underline {
  position: relative;
  z-index: 1;
  display: block;
  width: 90px;
  height: 4px;
  background: var(--pc-coral);
  border-radius: 2px;
  margin: 0 0 28px;
}
.pc-home .pc-work__lede {
  position: relative;
  z-index: 1;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--pc-ink);
  max-width: 1100px;
  margin: 0;
}

.pc-work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.pc-work-card {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #DCEEF0;
  border: 0;
  border-radius: 4px;
  padding: 36px 24px;
  min-height: 180px;
  cursor: pointer;
  font-family: 'Poppins', system-ui, sans-serif;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.pc-work-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -16px rgba(31, 36, 48, 0.18);
  background: #CFE6E8;
}
.pc-work-card__label {
  font-size: 19px;
  font-weight: 700;
  color: var(--pc-ink);
  text-align: center;
  letter-spacing: -0.005em;
}
.pc-work-card__cta {
  display: inline-block;
  padding: 10px 22px;
  background: #fff;
  border: 1.5px solid var(--pc-ink);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pc-ink);
  letter-spacing: 0.01em;
  transition: background .15s, color .15s, border-color .15s;
}
.pc-work-card:hover .pc-work-card__cta {
  background: var(--pc-ink);
  color: #fff;
}

@media (max-width: 1100px) {
  .pc-work-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
  .pc-work-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .pc-work-grid { grid-template-columns: 1fr; }
}

/* Lightbox modal */
.pc-work-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.pc-work-modal.is-open { opacity: 1; pointer-events: auto; }
.pc-work-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 250, 245, 0.85);
  backdrop-filter: blur(6px);
}
.pc-work-modal__dialog {
  position: relative;
  width: min(1200px, 92vw);
  max-height: 90vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 24px 60px -20px rgba(15, 19, 25, 0.35);
  overflow: hidden;
  transform: translateY(20px) scale(.98);
  transition: transform .3s ease;
}
.pc-work-modal.is-open .pc-work-modal__dialog { transform: translateY(0) scale(1); }
.pc-work-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--pc-ink);
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  transition: color .15s, background .15s;
}
.pc-work-modal__close:hover { background: rgba(15, 19, 25, 0.06); color: var(--pc-indigo); }
.pc-work-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 0;
  max-height: 90vh;
}
.pc-work-modal__media {
  margin: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  max-height: 90vh;
  overflow: hidden;
  padding: 28px;
}
.pc-work-modal__media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.pc-work-modal__content {
  padding: 56px 56px 48px;
  overflow-y: auto;
}
.pc-home .pc-work-modal__title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  line-height: 1.2;
}
.pc-work-modal__copy p {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--pc-ink);
  margin: 0 0 18px;
}
.pc-work-modal__copy p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .pc-work-modal__body { grid-template-columns: 1fr; max-height: none; }
  .pc-work-modal__dialog { max-height: 95vh; overflow-y: auto; margin: 2.5vh auto; }
  .pc-work-modal__media { max-height: 360px; }
  .pc-work-modal__content { padding: 32px 28px 28px; }
}
.pc-work-card__title {
  margin: 0;
  padding: 18px 22px 22px;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--pc-ink);
}

/* ─── ABOUT US — Anno-style watermark + pencils photo ─── */
.pc-about { padding: 100px 0; background: #fff; }
.pc-about__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  align-items: center;
}
.pc-about__head {
  position: relative;
  margin: 0 0 28px;
  padding: 60px 0 0;
  text-align: left;
  max-width: none;
}
.pc-about__watermark {
  position: absolute;
  top: -10px;
  left: -30px;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(80px, 8.5vw, 140px);
  line-height: 1;
  color: #fbdfe3;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.pc-about__title {
  position: relative;
  z-index: 1;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 800;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  line-height: 1.05;
}
.pc-about__underline {
  position: relative;
  z-index: 1;
  display: block;
  width: 90px;
  height: 4px;
  background: var(--pc-coral);
  border-radius: 2px;
  margin: 0;
}
.pc-home .pc-about__copy p {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--pc-ink);
  margin: 0 0 18px;
}
.pc-home .pc-about__copy p:last-child { margin-bottom: 0; }
.pc-about__visual { margin: 0; }
.pc-about__visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* ─── RECENT CLIENTS — color logo grid, transparent, 5 per row ─── */
.pc-clients { padding: 110px 0; background: #fbfbfb; }
.pc-clients__head {
  position: relative;
  margin: 0 0 64px;
  padding: 60px 0 0;
  text-align: left;
  max-width: none;
}
.pc-clients__watermark {
  position: absolute;
  top: -10px;
  left: -30px;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(80px, 8.5vw, 140px);
  line-height: 1;
  color: #fbdfe3;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.pc-clients__title {
  position: relative;
  z-index: 1;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 800;
  color: var(--pc-ink);
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  line-height: 1.05;
}
.pc-clients__underline {
  position: relative;
  z-index: 1;
  display: block;
  width: 90px;
  height: 4px;
  background: var(--pc-coral);
  border-radius: 2px;
  margin: 0;
}
.pc-client-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 48px;
}
.pc-client-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 120px;
  background: transparent;
  transition: transform .2s;
}
.pc-client-logos li:hover {
  transform: translateY(-2px);
}
.pc-client-logos img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .2s;
}
.pc-client-logos li:hover img {
  transform: scale(1.04);
}

/* ─── CONTACT — pale peach background ─── */
.pc-contact {
  padding: 110px 0;
  background: var(--pc-pale-peach);
}
.pc-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.pc-contact .pc-section__title {
  font-size: clamp(32px, 4.5vw, 48px);
  margin-bottom: 18px;
}
.pc-contact__copy p {
  color: #54595f;
  font-size: 17px;
  line-height: 1.7;
}
.pc-contact__details {
  list-style: none;
  padding: 0;
  margin: 26px 0 22px;
}
.pc-contact__details li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  margin-bottom: 12px;
}
.pc-contact__details i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pc-coral);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.pc-contact__details a {
  text-decoration: none;
  font-weight: 600;
  color: var(--pc-ink) !important;
}
.pc-contact__details a:hover { color: var(--pc-coral) !important; }
.pc-contact__social { display: flex; gap: 10px; }
.pc-contact__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(31, 36, 48, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pc-indigo);
  text-decoration: none;
  font-size: 14px;
  transition: background .2s, color .2s, transform .2s;
}
.pc-contact__social a:hover {
  background: var(--pc-coral);
  color: #fff;
  transform: translateY(-2px);
}

.pc-contact__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pc-contact__form label { margin: 0; }
.pc-contact__form input,
.pc-contact__form textarea {
  width: 100%;
  padding: 16px 18px;
  font: inherit;
  font-size: 15px;
  border: 1px solid rgba(31, 36, 48, 0.10);
  border-radius: 4px;
  background: #fff;
  color: var(--pc-ink);
  font-family: 'Poppins', sans-serif;
  transition: border-color .15s;
}
.pc-contact__form input:focus,
.pc-contact__form textarea:focus {
  outline: none;
  border-color: var(--pc-indigo);
}
.pc-contact__form input::placeholder,
.pc-contact__form textarea::placeholder {
  color: #98a0b1;
}
.pc-contact__form textarea {
  resize: vertical;
  min-height: 140px;
}
.pc-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  background: var(--pc-indigo);
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: background .2s, transform .2s;
}
.pc-contact__submit:hover {
  background: var(--pc-coral);
  transform: translateY(-2px);
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .pc-services__row { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .pc-work-grid { grid-template-columns: repeat(2, 1fr); }
  .pc-client-logos { grid-template-columns: repeat(3, 1fr); gap: 32px 32px; }
  .pc-about__grid { grid-template-columns: 1fr; gap: 50px; }
  .pc-about__visual { max-width: 320px; margin: 0 auto; }
  .pc-contact__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 700px) {
  .pc-home .container { padding: 0 22px; }
  .pc-hero { padding: 80px 0 90px; min-height: 480px; }
  .pc-services__row { grid-template-columns: 1fr; gap: 32px; }
  .pc-work-grid { grid-template-columns: 1fr; }
  .pc-client-logos { grid-template-columns: repeat(2, 1fr); gap: 28px 24px; }
  .pc-services, .pc-designplus, .pc-work, .pc-about, .pc-clients, .pc-contact { padding: 70px 0; }
  .pc-section__head { margin-bottom: 32px; }
  .pc-hero__cta { padding: 16px 26px; font-size: 13px; }
}
