.elementor-519 .elementor-element.elementor-element-fd3230a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-519 .elementor-element.elementor-element-6f102c9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f102c9 *//* Topography page - premium construction service layout */
.topography-page {
--topography-anthracite: #15171c;
--topography-anthracite-soft: #20232a;
--topography-gold: #c9a24a;
--topography-gold-dark: #9f7b28;
--topography-ivory: #f7f3ea;
--topography-white: #ffffff;
--topography-text: #2b2f36;
--topography-muted: #667085;
--topography-border: rgba(21, 23, 28, 0.12);
--topography-shadow: 0 24px 70px rgba(15, 17, 22, 0.14);

overflow: hidden;
background: var(--topography-ivory);
color: var(--topography-text);
font-family: inherit;
}

.topography-page,
.topography-page * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.topography-container,
.topography-hero__container {
width: min(1180px, calc(100% - 48px));
margin-right: auto;
margin-left: auto;
}

/* Hero */
.topography-hero {
position: relative;
min-height: 680px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 170px 0 115px;
color: var(--topography-white);
background-image:
-webkit-gradient(
linear,
left top,
right top,
from(rgba(12, 14, 18, 0.95)),
color-stop(52%, rgba(18, 20, 25, 0.88)),
to(rgba(18, 20, 25, 0.48))
),
url('/wp-content/uploads/2026/06/ai-image-generator-1781315374630.png');
background-image:
-o-linear-gradient(
left,
rgba(12, 14, 18, 0.95) 0%,
rgba(18, 20, 25, 0.88) 52%,
rgba(18, 20, 25, 0.48) 100%
),
url('/wp-content/uploads/2026/06/ai-image-generator-1781315374630.png');
background-image:
linear-gradient(
90deg,
rgba(12, 14, 18, 0.95) 0%,
rgba(18, 20, 25, 0.88) 52%,
rgba(18, 20, 25, 0.48) 100%
),
url('/wp-content/uploads/2026/06/ai-image-generator-1781315374630.png');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
isolation: isolate;
}

.topography-hero::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background:
-o-radial-gradient(18% 30%, circle, rgba(201, 162, 74, 0.26), transparent 32%),
-o-radial-gradient(86% 20%, circle, rgba(255, 255, 255, 0.08), transparent 28%);
background:
radial-gradient(circle at 18% 30%, rgba(201, 162, 74, 0.26), transparent 32%),
radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.08), transparent 28%);
pointer-events: none;
}

.topography-hero__container {
position: relative;
z-index: 2;
}

.topography-hero__kicker,
.topography-kicker {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
gap: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 18px;
color: var(--topography-gold);
font-size: 13px;
font-weight: 850;
line-height: 1.4;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.topography-hero__kicker::before,
.topography-kicker::before {
content: "";
width: 42px;
height: 2px;
background: var(--topography-gold);
}

.topography-hero h1 {
max-width: 860px;
margin: 0;
color: var(--topography-white);
font-size: clamp(46px, 7vw, 96px);
font-weight: 900;
line-height: 0.94;
letter-spacing: -0.06em;
}

.topography-hero__lead {
max-width: 790px;
margin: 28px 0 0;
color: rgba(255, 255, 255, 0.82);
font-size: clamp(18px, 1.55vw, 23px);
line-height: 1.7;
}

.topography-hero__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
margin-top: 30px;
}

.topography-hero__meta span {
display: inline-block;
padding: 10px 14px;
color: rgba(255, 255, 255, 0.9);
font-size: 13px;
font-weight: 800;
line-height: 1.3;
background: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 999px;
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
}

.topography-hero__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 12px;
margin-top: 34px;
}

/* Buttons */
.topography-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
min-height: 50px;
padding: 14px 22px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--topography-white);
font-size: 15px;
font-weight: 850;
line-height: 1.2;
text-decoration: none;
border-radius: 999px;
-webkit-transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, -webkit-transform 0.22s ease;
transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, -webkit-transform 0.22s ease;
-o-transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}

.topography-btn:hover,
.topography-btn:focus {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}

.topography-btn--primary {
color: var(--topography-anthracite);
background: var(--topography-gold);
border: 1px solid var(--topography-gold);
-webkit-box-shadow: 0 14px 34px rgba(201, 162, 74, 0.26);
box-shadow: 0 14px 34px rgba(201, 162, 74, 0.26);
}

.topography-btn--primary:hover,
.topography-btn--primary:focus {
color: var(--topography-anthracite);
background: #e1bd62;
border-color: #e1bd62;
}

.topography-btn--ghost {
color: var(--topography-white);
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.22);
}

.topography-btn--ghost:hover,
.topography-btn--ghost:focus {
color: var(--topography-anthracite);
background: var(--topography-white);
border-color: var(--topography-white);
}

/* General sections */
.topography-section {
padding: 96px 0;
}

.topography-section__head {
max-width: 820px;
margin: 0 auto 42px;
text-align: center;
}

.topography-section__head--light h2,
.topography-section__head--light p {
color: var(--topography-white);
}

.topography-section__head h2,
.topography-two-col h2,
.topography-cta h2 {
margin: 0;
color: var(--topography-anthracite);
font-size: clamp(32px, 4vw, 56px);
font-weight: 900;
line-height: 1.02;
letter-spacing: -0.045em;
}

.topography-section__head p,
.topography-copy p,
.topography-muted {
margin: 18px 0 0;
color: var(--topography-muted);
font-size: 17px;
line-height: 1.8;
}

.topography-two-col {
display: -ms-grid;
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
gap: 56px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}

.topography-result {
margin-top: 26px;
padding: 18px 20px;
color: var(--topography-anthracite);
font-weight: 850;
line-height: 1.5;
background: rgba(201, 162, 74, 0.13);
border: 1px solid rgba(201, 162, 74, 0.28);
border-radius: 18px;
}

/* Cards */
.topography-card-grid {
display: -ms-grid;
display: grid;
gap: 22px;
}

.topography-card-grid--three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.topography-card-grid--five {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.topography-card,
.topography-service,
.topography-audience-card,
.topography-example,
.topography-problem {
position: relative;
padding: 28px;
overflow: hidden;
background: var(--topography-white);
border: 1px solid var(--topography-border);
border-radius: 24px;
-webkit-box-shadow: 0 18px 48px rgba(15, 17, 22, 0.08);
box-shadow: 0 18px 48px rgba(15, 17, 22, 0.08);
-webkit-transition: border-color 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
transition: border-color 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
-o-transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease;
}

.topography-card::before,
.topography-service::before,
.topography-audience-card::before,
.topography-example::before,
.topography-problem::before {
content: "";
position: absolute;
top: 0;
left: 28px;
width: 54px;
height: 4px;
background: var(--topography-gold);
border-radius: 0 0 8px 8px;
}

.topography-card:hover,
.topography-service:hover,
.topography-audience-card:hover,
.topography-example:hover,
.topography-problem:hover {
border-color: rgba(201, 162, 74, 0.42);
-webkit-box-shadow: var(--topography-shadow);
box-shadow: var(--topography-shadow);
-webkit-transform: translateY(-4px);
-ms-transform: translateY(-4px);
transform: translateY(-4px);
}

.topography-card__number,
.topography-step span {
display: inline-block;
margin-bottom: 18px;
color: var(--topography-gold-dark);
font-size: 13px;
font-weight: 900;
line-height: 1;
letter-spacing: 0.14em;
}

.topography-card h3,
.topography-service h3,
.topography-audience-card h3,
.topography-example h3,
.topography-problem h3,
.topography-step h3 {
margin: 0 0 12px;
color: var(--topography-anthracite);
font-size: 22px;
font-weight: 900;
line-height: 1.18;
letter-spacing: -0.025em;
}

.topography-card p,
.topography-service p,
.topography-audience-card p,
.topography-example p,
.topography-problem p,
.topography-step p {
margin: 0;
color: var(--topography-muted);
font-size: 15.5px;
line-height: 1.75;
}

/* Service list */
.topography-services {
background: var(--topography-white);
}

.topography-service-list {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
}

.topography-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
margin-top: 20px;
}

.topography-tags span {
display: inline-block;
padding: 8px 11px;
color: var(--topography-gold-dark);
font-size: 12px;
font-weight: 850;
line-height: 1.2;
background: rgba(201, 162, 74, 0.12);
border: 1px solid rgba(201, 162, 74, 0.22);
border-radius: 999px;
}

/* Process */
.topography-process {
position: relative;
color: var(--topography-white);
background:
-o-radial-gradient(18% 18%, circle, rgba(201, 162, 74, 0.18), transparent 30%),
-o-linear-gradient(315deg, #15171c, #20232a);
background:
radial-gradient(circle at 18% 18%, rgba(201, 162, 74, 0.18), transparent 30%),
linear-gradient(135deg, #15171c, #20232a);
}

.topography-steps {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 18px;
}

.topography-step {
padding: 26px;
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 22px;
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
}

.topography-step h3 {
color: var(--topography-white);
}

.topography-step p {
color: rgba(255, 255, 255, 0.72);
}

/* Problems */
.topography-problem-list {
display: -ms-grid;
display: grid;
gap: 16px;
}

/* Audience */
.topography-audience {
background: var(--topography-white);
}

.topography-audience-card {
padding: 24px;
}

/* Examples */
.topography-disclaimer {
max-width: 900px;
margin: 28px auto 0;
padding: 18px 20px;
color: var(--topography-anthracite);
font-size: 15px;
font-weight: 750;
line-height: 1.7;
text-align: center;
background: rgba(201, 162, 74, 0.12);
border: 1px solid rgba(201, 162, 74, 0.24);
border-radius: 18px;
}

/* FAQ */
.topography-faq {
background: var(--topography-white);
}

.topography-faq__list {
max-width: 920px;
margin: 0 auto;
}

.topography-faq details {
margin-bottom: 14px;
background: var(--topography-ivory);
border: 1px solid var(--topography-border);
border-radius: 18px;
-webkit-box-shadow: 0 12px 34px rgba(15, 17, 22, 0.06);
box-shadow: 0 12px 34px rgba(15, 17, 22, 0.06);
}

.topography-faq summary {
position: relative;
padding: 22px 56px 22px 22px;
color: var(--topography-anthracite);
font-size: 17px;
font-weight: 900;
line-height: 1.35;
cursor: pointer;
list-style: none;
}

.topography-faq summary::-webkit-details-marker {
display: none;
}

.topography-faq summary::after {
content: "+";
position: absolute;
top: 50%;
right: 22px;
color: var(--topography-gold-dark);
font-size: 28px;
font-weight: 700;
line-height: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.topography-faq details[open] summary::after {
content: "−";
}

.topography-faq details p {
margin: 0;
padding: 0 22px 22px;
color: var(--topography-muted);
font-size: 15.5px;
line-height: 1.75;
}

/* CTA */
.topography-cta {
padding: 90px 0;
background: var(--topography-ivory);
}

.topography-cta__box {
display: -ms-grid;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 32px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: clamp(34px, 5vw, 62px);
overflow: hidden;
background:
-o-radial-gradient(12% 16%, circle, rgba(201, 162, 74, 0.22), transparent 34%),
-o-linear-gradient(315deg, #15171c, #20232a);
background:
radial-gradient(circle at 12% 16%, rgba(201, 162, 74, 0.22), transparent 34%),
linear-gradient(135deg, #15171c, #20232a);
border: 1px solid rgba(201, 162, 74, 0.28);
border-radius: 30px;
-webkit-box-shadow: var(--topography-shadow);
box-shadow: var(--topography-shadow);
}

.topography-cta h2 {
color: var(--topography-white);
}

.topography-cta p:not(.topography-kicker) {
max-width: 760px;
margin: 18px 0 0;
color: rgba(255, 255, 255, 0.74);
font-size: 17px;
line-height: 1.75;
}

/* Header fallback for this page.
Replace 123 with the real WordPress page ID if the white menu is not visible. */
body.page-id-123 .site-header,
body.page-id-123 .elementor-location-header,
body.page-id-123 header {
background: rgba(15, 17, 22, 0.94);
-webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

/* Responsive */
@media (max-width: 1180px) {
.topography-card-grid--five,
.topography-steps {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.topography-card-grid--three {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 991px) {
.topography-hero {
min-height: 600px;
padding: 150px 0 95px;
}

.topography-two-col,
.topography-service-list,
.topography-cta__box {
grid-template-columns: 1fr;
}

.topography-cta__box .topography-btn {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}

@media (max-width: 767px) {
.topography-container,
.topography-hero__container {
width: calc(100% - 28px);
}

.topography-hero {
min-height: 560px;
padding: 130px 0 72px;
background-position: center center;
}

.topography-hero h1 {
font-size: clamp(42px, 14vw, 64px);
}

.topography-hero__lead {
font-size: 16px;
}

.topography-hero__actions,
.topography-hero__meta {
display: -ms-grid;
display: grid;
grid-template-columns: 1fr;
}

.topography-btn {
width: 100%;
}

.topography-section {
padding: 66px 0;
}

.topography-section__head {
margin-bottom: 30px;
text-align: left;
}

.topography-section__head h2,
.topography-two-col h2,
.topography-cta h2 {
font-size: clamp(30px, 10vw, 42px);
}

.topography-card-grid--three,
.topography-card-grid--five,
.topography-steps {
grid-template-columns: 1fr;
}

.topography-card,
.topography-service,
.topography-audience-card,
.topography-example,
.topography-problem,
.topography-step {
padding: 24px;
border-radius: 20px;
}

.topography-cta {
padding: 64px 0;
}

.topography-cta__box {
padding: 28px 22px;
border-radius: 24px;
}

.topography-faq summary {
padding: 20px 50px 20px 18px;
font-size: 16px;
}

.topography-faq details p {
padding: 0 18px 20px;
}
}/* End custom CSS */