.elementor-554 .elementor-element.elementor-element-41de586{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-554 .elementor-element.elementor-element-41ee3de{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-41ee3de */:root {
  --zp-navy:#07162a;
  --zp-gold:#c4a866;
  --zp-cream:#f4eee5;
  --zp-ink:#102033;
  --zp-muted:rgba(16,32,51,.64);
  --zp-muted-light:rgba(246,241,232,.72);
  --zp-line:rgba(16,32,51,.14);
  --zp-line-light:rgba(246,241,232,.14);
}

.z-portfolio-page {
  background:var(--zp-cream);
  color:var(--zp-ink);
  overflow:hidden;
}

.zp-container {
  max-width:1500px;
  margin:0 auto;
  padding-left:6vw;
  padding-right:6vw;
}

.zp-page h1,
.z-portfolio-page h1,
.z-portfolio-page h2,
.z-portfolio-page h3 {
  font-family:"Cormorant Garamond",serif!important;
  font-weight:400;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}

.z-portfolio-page h1,
.z-portfolio-page h2 {
  margin:0;
  line-height:.94;
  letter-spacing:-.045em;
}

.z-portfolio-page h1 span,
.z-portfolio-page h2 span {
  color:var(--zp-gold);
  font-style:italic;
}

.zp-eyebrow {
  margin:0 0 28px;
  color:var(--zp-gold);
  font-family:"Inter",sans-serif!important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
}

.zp-eyebrow:before {
  content:"";
  display:inline-block;
  width:34px;
  height:1px;
  background:var(--zp-gold);
  margin-right:14px;
  vertical-align:middle;
}

/* GOLD BREADCRUMB BAR */

.zp-project-bar {
  background:var(--zp-gold);
  border-top:1px solid rgba(7,22,42,.12);
  border-bottom:1px solid rgba(7,22,42,.12);
}

.zp-project-bar .zp-container {
  min-height:50px;
  display:flex;
  align-items:center;
}

.zp-project-bar nav {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-family:"Inter",sans-serif!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.zp-project-bar a {
  color:var(--zp-navy);
  text-decoration:none;
  opacity:.76;
  transition:opacity .22s ease;
}

.zp-project-bar a:hover {
  opacity:1;
}

.zp-project-bar span {
  color:rgba(7,22,42,.45);
}

.zp-project-bar strong {
  color:var(--zp-navy);
  font-weight:800;
}

/* HERO */

.zp-hero {
  background:
    linear-gradient(rgba(7,22,42,.94),rgba(7,22,42,.96)),
    url("YOUR-HERO-BACKGROUND-IMAGE.jpg");
  background-size:cover;
  background-position:center;
  color:var(--zp-cream);
  padding:90px 0 0;
}

.zp-hero-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:clamp(70px,8vw,130px);
  align-items:end;
  padding-bottom:84px;
}

.zp-hero h1 {
  font-size:clamp(72px,7vw,132px);
  max-width:900px;
}

.zp-hero-grid > p {
  max-width:560px;
  margin:0 0 12px auto;
  color:var(--zp-muted-light);
  font-family:"Inter",sans-serif!important;
  font-size:18px;
  line-height:1.8;
}

.zp-stat-row {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--zp-line-light);
}

.zp-stat-row div {
  padding:38px 34px;
  border-right:1px solid var(--zp-line-light);
}

.zp-stat-row div:last-child {
  border-right:none;
}

.zp-stat-row strong {
  display:block;
  color:var(--zp-cream);
  font-family:"Cormorant Garamond",serif!important;
  font-size:46px;
  font-weight:400;
  line-height:1;
}

.zp-stat-row span {
  display:block;
  margin-top:10px;
  color:rgba(246,241,232,.48);
  font-family:"Inter",sans-serif!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}

/* FEATURED */

.zp-featured {
  padding:110px 0 90px;
}

.zp-section-heading {
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:end;
  margin-bottom:46px;
}

.zp-section-heading h2 {
  font-size:clamp(44px,3.6vw,72px);
}

.zp-section-heading > p {
  color:rgba(16,32,51,.42);
  font-family:"Inter",sans-serif!important;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.zp-featured-card {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  border:1px solid var(--zp-line);
}

.zp-featured-image {
  position:relative;
  display:block;
  overflow:hidden;
  background:var(--zp-navy);
  min-height:430px;
}

.zp-featured-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.9;
  filter:saturate(.92) contrast(1.02);
}

.zp-featured-image span,
.zp-project-image span {
  position:absolute;
  top:18px;
  left:18px;
  background:var(--zp-navy);
  color:var(--zp-cream);
  padding:9px 14px;
  font-family:"Inter",sans-serif!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.zp-featured-copy {
  padding:52px;
  background:rgba(255,255,255,.16);
}

.zp-project-meta,
.zp-project-content > p:first-child {
  margin:0 0 16px;
  color:var(--zp-gold);
  font-family:"Inter",sans-serif!important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.zp-featured-copy h3,
.zp-project-content h3 {
  margin:0;
  color:var(--zp-ink);
  font-size:44px;
  line-height:1;
}

.zp-featured-copy > p:not(.zp-project-meta) {
  color:var(--zp-muted);
  font-family:"Inter",sans-serif!important;
  font-size:16px;
  line-height:1.8;
}

.zp-featured-metrics {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border:1px solid var(--zp-line);
  margin-top:34px;
}

.zp-featured-metrics div {
  padding:20px;
  border-right:1px solid var(--zp-line);
  border-bottom:1px solid var(--zp-line);
}

.zp-featured-metrics div:nth-child(2),
.zp-featured-metrics div:nth-child(4) {
  border-right:none;
}

.zp-featured-metrics div:nth-child(3),
.zp-featured-metrics div:nth-child(4) {
  border-bottom:none;
}

.zp-featured-metrics strong {
  display:block;
  font-family:"Cormorant Garamond",serif!important;
  font-size:26px;
  font-weight:400;
}

.zp-featured-metrics span {
  color:rgba(16,32,51,.44);
  font-family:"Inter",sans-serif!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.zp-text-link {
  display:inline-flex;
  margin-top:30px;
  color:var(--zp-ink);
  font-family:"Inter",sans-serif!important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-decoration:none;
}

/* SECTION DIVIDER + GRID */

.zp-grid-section {
  padding:50px 0 120px;
}

.zp-section-divider {
  border-top:1px solid var(--zp-line);
  padding-top:28px;
  margin-bottom:54px;
}

.zp-section-divider p {
  margin:0;
  color:rgba(16,32,51,.42);
  font-family:"Inter",sans-serif!important;
  font-size:10px;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.zp-project-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:72px 46px;
}

.zp-project-image {
  position:relative;
  display:block;
  aspect-ratio:1/.62;
  background:var(--zp-navy);
  overflow:hidden;
}

.zp-project-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.9;
  transition:.35s ease;
}

.zp-project-image:hover img {
  transform:scale(1.035);
  opacity:1;
}

.zp-project-content {
  position:relative;
  padding-top:22px;
  border-bottom:1px solid var(--zp-line);
  padding-bottom:22px;
}

.zp-project-content h3 {
  font-size:36px;
  padding-right:80px;
}

.zp-project-content small {
  position:absolute;
  right:0;
  top:24px;
  color:rgba(16,32,51,.24);
  font-family:"Cormorant Garamond",serif!important;
  font-size:32px;
}

.zp-project-content > p:not(:first-child) {
  color:var(--zp-muted);
  font-family:"Inter",sans-serif!important;
  font-size:15px;
  line-height:1.7;
}

.zp-mini-stats {
  display:flex;
  flex-wrap:wrap;
  gap:20px 34px;
  margin-top:24px;
}

.zp-mini-stats span {
  color:rgba(16,32,51,.62);
  font-family:"Inter",sans-serif!important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* CTA */

.zp-cta {
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:
    radial-gradient(circle at 82% 30%, rgba(196,168,102,.08), transparent 34%),
    var(--zp-navy);
  color:var(--zp-cream);
  text-align:center;
  padding:110px 0;
}

.zp-cta h2 {
  font-size:clamp(58px,5.8vw,108px);
}

.zp-cta p:not(.zp-eyebrow) {
  max-width:680px;
  margin:34px auto 0;
  color:var(--zp-muted-light);
  font-family:"Inter",sans-serif!important;
  font-size:17px;
  line-height:1.8;
}

.zp-actions {
  margin-top:44px;
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.zp-button {
  min-height:56px;
  padding:0 32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:"Inter",sans-serif!important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-decoration:none;
}

.zp-button--gold {
  background:var(--zp-gold);
  color:var(--zp-navy);
}

.zp-button--outline {
  border:1px solid var(--zp-line-light);
  color:var(--zp-cream);
}

/* RESPONSIVE */

@media(max-width:1100px) {
  .zp-hero-grid,
  .zp-featured-card {
    grid-template-columns:1fr;
  }

  .zp-hero-grid > p {
    margin-left:0;
  }
}

@media(max-width:767px) {
  .z-portfolio-page {
    overflow-x:hidden;
  }

  .zp-container {
    max-width:100%;
    padding-left:24px;
    padding-right:24px;
  }

  .zp-project-bar .zp-container {
    min-height:48px;
  }

  .zp-project-bar nav {
    gap:9px;
    font-size:9px;
    line-height:1;
    letter-spacing:.14em;
    white-space:nowrap;
    overflow:hidden;
  }

  .zp-hero,
  .zp-featured,
  .zp-grid-section,
  .zp-cta {
    padding-top:76px;
    padding-bottom:76px;
  }

  .zp-hero {
    padding-bottom:0;
  }

  .zp-hero-grid {
    gap:42px;
    padding-bottom:58px;
  }

  .zp-hero h1 {
    max-width:100%;
    font-size:clamp(54px,14vw,76px);
  }

  .zp-hero-grid > p {
    max-width:100%;
    margin-left:0;
    font-size:17px;
    line-height:1.75;
  }

  .zp-stat-row {
    grid-template-columns:1fr;
    width:100%;
  }

  .zp-stat-row div {
    padding:30px 0;
    border-right:none;
    border-bottom:1px solid var(--zp-line-light);
  }

  .zp-stat-row div:last-child {
    border-bottom:none;
  }

  .zp-stat-row strong {
    font-size:42px;
    word-break:normal;
  }

  .zp-section-heading {
    display:block;
    margin-bottom:38px;
  }

  .zp-section-heading h2 {
    font-size:clamp(42px,12vw,68px);
  }

  .zp-section-heading > p {
    margin-top:22px;
  }

  .zp-featured-card {
    grid-template-columns:1fr;
  }

  .zp-featured-image {
    min-height:300px;
  }

  .zp-featured-copy {
    padding:34px 24px;
  }

  .zp-featured-copy h3,
  .zp-project-content h3 {
    font-size:clamp(34px,10vw,46px);
    padding-right:0;
  }

  .zp-featured-metrics {
    grid-template-columns:1fr;
  }

  .zp-featured-metrics div,
  .zp-featured-metrics div:nth-child(2),
  .zp-featured-metrics div:nth-child(3),
  .zp-featured-metrics div:nth-child(4) {
    border-right:none;
    border-bottom:1px solid var(--zp-line);
  }

  .zp-featured-metrics div:last-child {
    border-bottom:none;
  }

  .zp-section-divider {
    padding-top:24px;
    margin-bottom:48px;
  }

  .zp-section-divider p {
    font-size:10px;
    letter-spacing:.2em;
  }

  .zp-project-grid {
    grid-template-columns:1fr;
    gap:54px;
  }

  .zp-project-content small {
    position:static;
    display:block;
    margin-top:10px;
    font-size:26px;
  }

  .zp-mini-stats {
    gap:14px 22px;
  }

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

  .zp-button {
    width:100%;
    text-align:center;
  }
}/* End custom CSS */