:root {
  --pvd-aip-primary: #18435a;
  --pvd-aip-blue: #3e92cc;
  --pvd-aip-secondary: #2a628f;
  --pvd-aip-deep: #13293d;
  --pvd-aip-navy: #16324f;
  --pvd-aip-white: #ffffff;
  --pvd-aip-cream: #f7f3ea;
  --pvd-aip-soft-blue: #eef7fc;
  --pvd-aip-ink: #102333;
  --pvd-aip-muted-light: rgba(255, 255, 255, 0.76);
  --pvd-aip-muted-dark: #587083;
  --pvd-aip-line-light: rgba(255, 255, 255, 0.16);
  --pvd-aip-border-dark: rgba(24, 67, 90, 0.14);
  --pvd-aip-shadow-dark: 0 28px 80px rgba(9, 25, 38, 0.32);
  --pvd-aip-shadow-soft: 0 24px 70px rgba(19, 41, 61, 0.09);
  --pvd-aip-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --pvd-aip-body: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}

.pvd-aip-page {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background: var(--pvd-aip-white);
  color: var(--pvd-aip-ink);
  font-family: var(--pvd-aip-body);
}

.pvd-aip-page,
.pvd-aip-page * {
  box-sizing: border-box;
}

.pvd-aip-page button,
.pvd-aip-page a {
  font-family: inherit;
}

.pvd-aip-page img {
  display: block;
  max-width: 100%;
}

.pvd-aip-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pvd-aip-pattern--dark {
  z-index: 2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 86%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 86%);
}

.pvd-aip-pattern--light {
  z-index: 1;
  background:
    linear-gradient(rgba(24, 67, 90, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 67, 90, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), transparent 78%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), transparent 78%);
}

.pvd-aip-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pvd-aip-kicker::before {
  content: "";
  width: 52px;
  height: 1px;
  flex: 0 0 auto;
}

.pvd-aip-kicker--light {
  color: rgba(255, 255, 255, 0.82);
}

.pvd-aip-kicker--light::before {
  background: rgba(255, 255, 255, 0.62);
}

.pvd-aip-kicker--dark {
  color: var(--pvd-aip-primary);
}

.pvd-aip-kicker--dark::before {
  background: var(--pvd-aip-primary);
}

.pvd-aip-hero {
  position: relative;
  overflow: hidden;
  background: var(--pvd-aip-primary);
  color: var(--pvd-aip-white);
}

.pvd-aip-hero-bg,
.pvd-aip-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 14% 12%, rgba(62, 146, 204, 0.24), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, var(--pvd-aip-primary) 0%, var(--pvd-aip-deep) 100%);
}

.pvd-aip-rect,
.pvd-aip-light-rect,
.pvd-aip-cta-rect {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.pvd-aip-rect,
.pvd-aip-cta-rect {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.pvd-aip-rect--one {
  width: 430px;
  height: 430px;
  right: -170px;
  top: 90px;
  animation: pvdAipRectOne 16s ease-in-out infinite;
}

.pvd-aip-rect--two {
  width: 190px;
  height: 190px;
  left: 7%;
  bottom: 80px;
  border-color: rgba(62, 146, 204, 0.3);
  animation: pvdAipRectTwo 18s ease-in-out infinite;
}

@keyframes pvdAipRectOne {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(7deg); }
  50% { transform: translate3d(-16px, 18px, 0) rotate(11deg); }
}

@keyframes pvdAipRectTwo {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); }
  50% { transform: translate3d(14px, -12px, 0) rotate(-4deg); }
}

.pvd-aip-hero-wrap {
  position: relative;
  z-index: 4;
  width: min(1240px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  padding: 126px 0 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: 72px;
  align-items: center;
}

.pvd-aip-hero-content {
  max-width: 930px;
}

.pvd-aip-hero-content h1 {
  margin: 0;
  max-width: 980px;
  color: var(--pvd-aip-white);
  font-family: var(--pvd-aip-display);
  font-size: clamp(54px, 7.2vw, 110px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.048em;
}

.pvd-aip-hero-content > p {
  margin: 32px 0 0;
  max-width: 720px;
  color: var(--pvd-aip-muted-light);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.9;
}

.pvd-aip-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.pvd-aip-actions--center {
  justify-content: center;
}

.pvd-aip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.pvd-aip-btn--primary {
  border: 1px solid var(--pvd-aip-white);
  background: var(--pvd-aip-white);
  color: var(--pvd-aip-primary) !important;
  box-shadow: 0 18px 42px rgba(9, 25, 38, 0.28);
}

.pvd-aip-btn--primary:hover {
  transform: translateY(-2px);
  border-color: var(--pvd-aip-cream);
  background: var(--pvd-aip-cream);
}

.pvd-aip-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: var(--pvd-aip-white) !important;
}

.pvd-aip-btn--secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}

.pvd-aip-hero-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--pvd-aip-shadow-dark);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.pvd-aip-hero-panel::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.pvd-aip-hero-panel-inner {
  position: relative;
  z-index: 2;
  padding: 38px;
}

.pvd-aip-hero-panel-inner > span {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pvd-aip-hero-panel-inner > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--pvd-aip-display);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.pvd-aip-hero-list {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.pvd-aip-hero-list > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.pvd-aip-hero-list strong {
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--pvd-aip-display);
  font-size: 30px;
  line-height: 1;
}

.pvd-aip-hero-list span {
  color: var(--pvd-aip-white);
  font-size: 14px;
  line-height: 1.65;
}

.pvd-aip-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(62, 146, 204, 0.1), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(24, 67, 90, 0.07), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8fbfd 50%, #fff 100%);
}

.pvd-aip-light-rect {
  z-index: 1;
  border: 1px solid rgba(24, 67, 90, 0.1);
}

.pvd-aip-light-rect--one {
  width: 360px;
  height: 360px;
  right: -150px;
  top: 110px;
  animation: pvdAipLightOne 17s ease-in-out infinite;
}

.pvd-aip-light-rect--two {
  width: 180px;
  height: 180px;
  left: 7%;
  bottom: 112px;
  border-color: rgba(62, 146, 204, 0.18);
  animation: pvdAipLightTwo 19s ease-in-out infinite;
}

@keyframes pvdAipLightOne {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(6deg); }
  50% { transform: translate3d(-14px, 16px, 0) rotate(10deg); }
}

@keyframes pvdAipLightTwo {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); }
  50% { transform: translate3d(14px, -12px, 0) rotate(-4deg); }
}

.pvd-aip-intro-wrap {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 72px;
  align-items: start;
}

.pvd-aip-intro-copy {
  position: sticky;
  top: 110px;
  max-width: 680px;
}

.pvd-aip-intro-copy h2,
.pvd-aip-work-heading h2 {
  margin: 0;
  color: var(--pvd-aip-deep);
  font-family: var(--pvd-aip-display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.pvd-aip-intro-copy > p {
  margin: 28px 0 0;
  max-width: 640px;
  color: var(--pvd-aip-muted-dark);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.9;
}

.pvd-aip-intro-cards {
  display: grid;
  gap: 20px;
}

.pvd-aip-editorial-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--pvd-aip-border-dark);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 253, 0.94));
  box-shadow: var(--pvd-aip-shadow-soft);
}

.pvd-aip-editorial-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(24, 67, 90, 0.08);
  pointer-events: none;
}

.pvd-aip-editorial-card > span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--pvd-aip-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pvd-aip-editorial-card > span::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.pvd-aip-editorial-card > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--pvd-aip-muted-dark);
  font-size: 15px;
  line-height: 1.9;
}

.pvd-aip-editorial-card--feature {
  color: var(--pvd-aip-white);
  border-color: rgba(24, 67, 90, 0.2);
  background:
    radial-gradient(circle at 18% 14%, rgba(62, 146, 204, 0.18), transparent 34%),
    linear-gradient(135deg, var(--pvd-aip-primary), var(--pvd-aip-deep));
  box-shadow: 0 24px 76px rgba(19, 41, 61, 0.18);
}

.pvd-aip-editorial-card--feature > span {
  color: rgba(255, 255, 255, 0.78);
}

.pvd-aip-editorial-card--feature > p {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--pvd-aip-display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.pvd-aip-featured {
  position: relative;
  background: var(--pvd-aip-cream);
}

.pvd-aip-featured-wrap {
  width: min(1240px, calc(100% - 40px));
  min-height: 820px;
  margin: 0 auto;
  padding: 118px 0;
  display: grid;
  grid-template-columns: minmax(460px, 1.08fr) minmax(0, 0.92fr);
  gap: 82px;
  align-items: center;
}

.pvd-aip-featured-media {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(24, 67, 90, 0.16);
  background: var(--pvd-aip-white);
  box-shadow: var(--pvd-aip-shadow-soft);
}

.pvd-aip-featured-media::before {
  content: "";
  position: absolute;
  inset: 34px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.pvd-aip-featured-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.pvd-aip-featured-media > span {
  position: absolute;
  z-index: 3;
  left: 36px;
  bottom: 36px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(19, 41, 61, 0.72);
  color: var(--pvd-aip-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.pvd-aip-featured-copy {
  max-width: 620px;
}

.pvd-aip-featured-category {
  margin: 0 0 18px;
  color: var(--pvd-aip-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pvd-aip-featured-copy h2 {
  margin: 0;
  color: var(--pvd-aip-deep);
  font-family: var(--pvd-aip-display);
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.046em;
}

.pvd-aip-featured-subtitle {
  margin: 24px 0 0;
  color: var(--pvd-aip-secondary);
  font-family: var(--pvd-aip-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.08;
}

.pvd-aip-featured-description {
  margin: 26px 0 0;
  color: var(--pvd-aip-muted-dark);
  font-size: 15px;
  line-height: 1.9;
}

.pvd-aip-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid rgba(24, 67, 90, 0.3);
  background: transparent;
  color: var(--pvd-aip-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.pvd-aip-inline-link span {
  font-size: 18px;
  transition: transform 220ms ease;
}

.pvd-aip-inline-link:hover span {
  transform: translate(3px, -3px);
}

.pvd-aip-work {
  position: relative;
  scroll-margin-top: 40px;
  background:
    radial-gradient(circle at 88% 8%, rgba(62, 146, 204, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbfd 50%, #fff 100%);
}

.pvd-aip-work-wrap {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 126px 0;
}

.pvd-aip-work-heading {
  max-width: 920px;
}

.pvd-aip-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 56px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(24, 67, 90, 0.14);
}

.pvd-aip-filters button {
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid rgba(24, 67, 90, 0.16);
  border-radius: 4px;
  background: var(--pvd-aip-white);
  color: var(--pvd-aip-muted-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.pvd-aip-filters button:hover,
.pvd-aip-filters button.is-active {
  transform: translateY(-2px);
  border-color: var(--pvd-aip-primary);
  background: var(--pvd-aip-primary);
  color: var(--pvd-aip-white);
}

.pvd-aip-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}

.pvd-aip-project {
  grid-column: span 6;
  min-width: 0;
}

.pvd-aip-project--wide {
  grid-column: span 12;
}

.pvd-aip-project[hidden] {
  display: none !important;
}

.pvd-aip-project-button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.pvd-aip-project-image {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(24, 67, 90, 0.14);
  background: var(--pvd-aip-soft-blue);
}

.pvd-aip-project-image::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.26);
  pointer-events: none;
}

.pvd-aip-project-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease;
}

.pvd-aip-project--wide .pvd-aip-project-image img {
  aspect-ratio: 16 / 9;
}

.pvd-aip-project-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  background: rgba(19, 41, 61, 0.18);
  opacity: 0;
  transition: opacity 350ms ease;
}

.pvd-aip-project-overlay i {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(19, 41, 61, 0.72);
  color: var(--pvd-aip-white);
  font-size: 24px;
  font-style: normal;
  transform: translateY(10px);
  transition: transform 350ms ease;
  backdrop-filter: blur(8px);
}

.pvd-aip-project-button:hover .pvd-aip-project-image img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.pvd-aip-project-button:hover .pvd-aip-project-overlay {
  opacity: 1;
}

.pvd-aip-project-button:hover .pvd-aip-project-overlay i {
  transform: translateY(0);
}

.pvd-aip-project-meta {
  display: block;
  padding: 24px 2px 6px;
}

.pvd-aip-project-meta > span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.pvd-aip-project-meta em,
.pvd-aip-project-meta small {
  color: var(--pvd-aip-muted-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.pvd-aip-project-meta em {
  color: var(--pvd-aip-primary);
}

.pvd-aip-project-meta strong {
  display: block;
  margin-top: 12px;
  color: var(--pvd-aip-deep);
  font-family: var(--pvd-aip-display);
  font-size: clamp(31px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.pvd-aip-project-meta > small {
  display: block;
  margin-top: 10px;
  color: var(--pvd-aip-muted-dark);
  font-family: var(--pvd-aip-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.pvd-aip-empty {
  margin-top: 56px;
  padding: 70px;
  border: 1px solid rgba(24, 67, 90, 0.14);
  background: var(--pvd-aip-white);
  box-shadow: var(--pvd-aip-shadow-soft);
}

.pvd-aip-empty > span {
  color: var(--pvd-aip-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pvd-aip-empty h3 {
  margin: 22px 0 18px;
  color: var(--pvd-aip-deep);
  font-family: var(--pvd-aip-display);
  font-size: clamp(38px, 5vw, 60px);
  line-height: 0.98;
}

.pvd-aip-empty p {
  max-width: 680px;
  margin: 0;
  color: var(--pvd-aip-muted-dark);
  line-height: 1.8;
}

.pvd-aip-empty a {
  display: inline-block;
  margin-top: 28px;
  color: var(--pvd-aip-primary);
  font-weight: 700;
}

.pvd-aip-cta {
  position: relative;
  overflow: hidden;
  background: var(--pvd-aip-primary);
  color: var(--pvd-aip-white);
}

.pvd-aip-cta-rect--one {
  width: 390px;
  height: 390px;
  right: -150px;
  top: 70px;
  animation: pvdAipRectOne 17s ease-in-out infinite;
}

.pvd-aip-cta-rect--two {
  width: 170px;
  height: 170px;
  left: 8%;
  bottom: 48px;
  border-color: rgba(62, 146, 204, 0.28);
  animation: pvdAipRectTwo 19s ease-in-out infinite;
}

.pvd-aip-cta-wrap {
  position: relative;
  z-index: 4;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 128px 0;
  text-align: center;
}

.pvd-aip-cta-wrap .pvd-aip-kicker {
  justify-content: center;
}

.pvd-aip-cta-wrap h2 {
  margin: 0;
  color: var(--pvd-aip-white);
  font-family: var(--pvd-aip-display);
  font-size: clamp(58px, 8vw, 108px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.pvd-aip-cta-wrap > p {
  max-width: 720px;
  margin: 30px auto 0;
  color: var(--pvd-aip-muted-light);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.9;
}

.pvd-aip-dialog {
  width: min(1180px, calc(100% - 36px));
  max-height: calc(100vh - 36px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--pvd-aip-white);
  color: var(--pvd-aip-ink);
  box-shadow: 0 36px 110px rgba(9, 25, 38, 0.46);
  overflow: auto;
}

.pvd-aip-dialog::backdrop {
  background: rgba(9, 25, 38, 0.76);
  backdrop-filter: blur(8px);
}

.pvd-aip-dialog-close {
  position: sticky;
  z-index: 8;
  top: 18px;
  float: right;
  width: 48px;
  height: 48px;
  margin: 18px 18px -66px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  background: rgba(19, 41, 61, 0.78);
  color: var(--pvd-aip-white);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.pvd-aip-dialog-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.04fr) minmax(0, 0.96fr);
  min-height: 720px;
}

.pvd-aip-dialog-media {
  position: sticky;
  top: 0;
  height: min(100vh, 900px);
  background: var(--pvd-aip-deep);
}

.pvd-aip-dialog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvd-aip-dialog-copy {
  padding: 72px 58px;
}

.pvd-aip-dialog-label,
.pvd-aip-dialog-category,
.pvd-aip-dialog-details span {
  color: var(--pvd-aip-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pvd-aip-dialog-category {
  margin: 18px 0 0;
  color: var(--pvd-aip-muted-dark);
}

.pvd-aip-dialog-copy h2 {
  margin: 22px 0 0;
  color: var(--pvd-aip-deep);
  font-family: var(--pvd-aip-display);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.pvd-aip-dialog-subtitle {
  margin: 22px 0 0;
  color: var(--pvd-aip-secondary);
  font-family: var(--pvd-aip-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.08;
}

.pvd-aip-dialog-excerpt {
  margin: 26px 0 0;
  color: var(--pvd-aip-muted-dark);
  font-size: 15px;
  line-height: 1.9;
}

.pvd-aip-dialog-details {
  margin-top: 38px;
  border-top: 1px solid rgba(24, 67, 90, 0.15);
}

.pvd-aip-dialog-details section {
  padding: 24px 0;
  border-bottom: 1px solid rgba(24, 67, 90, 0.15);
}

.pvd-aip-dialog-details p {
  margin: 12px 0 0;
  color: var(--pvd-aip-muted-dark);
  font-size: 13px;
  line-height: 1.8;
}

.pvd-aip-dialog-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 34px;
  padding: 15px 22px;
  border: 1px solid var(--pvd-aip-primary);
  border-radius: 4px;
  background: var(--pvd-aip-primary);
  color: var(--pvd-aip-white) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
}

.pvd-aip-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 800ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pvd-aip-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pvd-aip-rect,
  .pvd-aip-light-rect,
  .pvd-aip-cta-rect { animation: none !important; }
  .pvd-aip-reveal { opacity: 1; transform: none; transition: none; }
  .pvd-aip-project-image img,
  .pvd-aip-project-overlay,
  .pvd-aip-project-overlay i,
  .pvd-aip-btn { transition: none; }
}

@media (max-width: 1080px) {
  .pvd-aip-hero-wrap,
  .pvd-aip-intro-wrap,
  .pvd-aip-featured-wrap,
  .pvd-aip-dialog-layout {
    grid-template-columns: 1fr;
  }

  .pvd-aip-hero-panel {
    max-width: 680px;
  }

  .pvd-aip-intro-copy {
    position: relative;
    top: auto;
    max-width: 900px;
  }

  .pvd-aip-featured-wrap {
    gap: 54px;
  }

  .pvd-aip-featured-copy {
    max-width: 850px;
  }

  .pvd-aip-dialog-media {
    position: relative;
    height: auto;
  }

  .pvd-aip-dialog-media img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 780px) {
  .pvd-aip-project,
  .pvd-aip-project--wide {
    grid-column: span 12;
  }

  .pvd-aip-project--wide .pvd-aip-project-image img {
    aspect-ratio: 4 / 5;
  }

  .pvd-aip-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 18px;
    scrollbar-width: none;
  }

  .pvd-aip-filters::-webkit-scrollbar {
    display: none;
  }

  .pvd-aip-filters button {
    flex: 0 0 auto;
  }
}

@media (max-width: 760px) {
  .pvd-aip-hero-wrap,
  .pvd-aip-intro-wrap,
  .pvd-aip-featured-wrap,
  .pvd-aip-work-wrap {
    width: min(100% - 28px, 1240px);
  }

  .pvd-aip-hero-wrap {
    min-height: auto;
    padding: 92px 0 82px;
    gap: 54px;
  }

  .pvd-aip-hero-content h1 {
    font-size: clamp(44px, 13vw, 72px);
    line-height: 0.96;
  }

  .pvd-aip-hero-content > p {
    font-size: 16px;
    line-height: 1.78;
  }

  .pvd-aip-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pvd-aip-btn {
    width: 100%;
  }

  .pvd-aip-hero-panel-inner {
    padding: 30px;
  }

  .pvd-aip-intro-wrap,
  .pvd-aip-featured-wrap,
  .pvd-aip-work-wrap {
    padding: 82px 0;
  }

  .pvd-aip-intro-copy h2,
  .pvd-aip-work-heading h2 {
    font-size: clamp(44px, 13vw, 66px);
    line-height: 0.98;
  }

  .pvd-aip-editorial-card {
    padding: 30px;
  }

  .pvd-aip-editorial-card::before {
    inset: 12px;
  }

  .pvd-aip-featured-copy h2 {
    font-size: clamp(44px, 13vw, 68px);
    line-height: 0.96;
  }

  .pvd-aip-featured-subtitle {
    font-size: 24px;
  }

  .pvd-aip-grid {
    gap: 42px;
  }

  .pvd-aip-empty {
    padding: 36px;
  }

  .pvd-aip-cta-wrap {
    width: min(100% - 28px, 980px);
    padding: 96px 0;
  }

  .pvd-aip-cta-wrap h2 {
    font-size: clamp(50px, 14vw, 78px);
    line-height: 0.94;
  }

  .pvd-aip-dialog {
    width: calc(100% - 18px);
    max-height: calc(100vh - 18px);
  }

  .pvd-aip-dialog-copy {
    padding: 52px 30px;
  }

  .pvd-aip-dialog-copy h2 {
    font-size: clamp(44px, 13vw, 64px);
  }
}

@media (max-width: 480px) {
  .pvd-aip-hero-wrap {
    padding: 78px 0 72px;
  }

  .pvd-aip-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .pvd-aip-kicker::before {
    width: 34px;
  }

  .pvd-aip-hero-content h1 {
    font-size: clamp(42px, 15vw, 62px);
  }

  .pvd-aip-hero-panel-inner,
  .pvd-aip-editorial-card {
    padding: 24px;
  }

  .pvd-aip-intro-wrap,
  .pvd-aip-featured-wrap,
  .pvd-aip-work-wrap {
    padding: 70px 0;
  }

  .pvd-aip-featured-media {
    padding: 10px;
  }

  .pvd-aip-featured-media::before {
    inset: 22px;
  }

  .pvd-aip-featured-media > span {
    left: 24px;
    bottom: 24px;
  }

  .pvd-aip-project-meta > span {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .pvd-aip-dialog-copy {
    padding: 48px 24px;
  }
}
