.elementor-1737 .elementor-element.elementor-element-5bf34a9a{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-71dc86a */.kwd-project {
--navy: #16324f;
--navy-deep: #0f2438;
--tan: #b3894a;
--tan-deep: #9a7238;
--brick: #93412c;
--cream: #faf7f2;
--ink: #262421;
--ink-soft: #5a564f;
--line: #e4ddd0;

font-family: 'Open Sans', -apple-system, sans-serif;
color: var(--ink);
background: #fff;
margin: 0 auto;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
.kwd-project * { box-sizing: border-box; }
.kwd-project h1, .kwd-project h2, .kwd-project h3 {
font-family: "Open Sans";
color: var(--navy);
margin: 0;
}

/* ---- Title block ---- */
.kwd-title-block {
padding: 44px 8px 28px;
border-bottom: 3px solid var(--tan);
}
.kwd-eyebrow {
font-size: 13px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--tan-deep);
font-weight: 600;
margin-bottom: 10px;
}
.kwd-title-block h1 {
font-size: 34px;
font-weight: 700;
line-height: 1.2;
}
.kwd-title-sub {
margin-top: 14px;
font-size: 15px;
color: var(--ink-soft);
}
.kwd-title-sub strong { color: var(--ink); }
.kwd-title-sub .sep { margin: 0 8px; color: var(--line); }

/* ---- Hero before/after ---- */
.kwd-hero { padding: 32px 8px 8px; }
.kwd-hero img {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
}

/* ---- Body sections ---- */
.kwd-section { padding: 40px 8px 0; }
.kwd-section h2 {
font-size: 24px;
font-weight: 600;
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}
.kwd-section h2::before {
content: "";
width: 26px;
height: 3px;
background: var(--tan);
flex: none;
border-radius: 2px;
}
.kwd-section p { font-size: 15px; color: var(--ink); margin: 0 0 14px; }
.kwd-section p:last-child { margin-bottom: 0; }
.kwd-section a {
color: var(--brick);
text-decoration: underline;
text-decoration-color: #d8b9ab;
text-underline-offset: 2px;
font-weight: 600;
}
.kwd-section a:hover { text-decoration-color: var(--brick); }

/* ---- Photo pair ---- */
.kwd-photo-pair {
margin: 26px 0 8px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
.kwd-photo-pair figure { margin: 0; }
.kwd-photo-pair img {
width: 100%;
height: 500px;
object-fit: cover;
object-position: top center;
border-radius: 4px;
display: block;
}
.kwd-photo-pair figcaption {
font-size: 12.5px;
color: var(--ink-soft);
margin-top: 6px;
text-align: center;
}

/* ---- Materials spec list ---- */
.kwd-material-list { margin: 22px 0 6px; border-top: 1px solid var(--line); }
.kwd-material-row {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 13px 2px;
border-bottom: 1px solid var(--line);
font-size: 15px;
}
.kwd-material-row .k { color: var(--ink-soft); flex: none; width: 150px; }
.kwd-material-row .v { color: var(--navy); font-weight: 600; text-align: right; }

/* ---- Pull note ---- */
.kwd-pull {
margin: 26px 0 8px;
padding: 20px 24px;
background: var(--navy);
color: #fff;
border-radius: 4px;
font-family: 'Open Sans';
font-size: 14px;
font-weight: 500;
line-height: 1.5;
}
.kwd-pull span {
display: block;
font-family: 'Open Sans', sans-serif;
font-size: 12.5px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--tan);
font-weight: 600;
margin-bottom: 8px;
}


@media (max-width: 640px) {
.kwd-title-block h1 { font-size: 27px; }
.kwd-photo-pair { grid-template-columns: 1fr; }
.kwd-photo-pair img { height: 220px; }
.kwd-also-grid { grid-template-columns: 1fr 1fr; }
.kwd-also-grid img { height: 150px; }
.kwd-material-row .k { width: 120px; }
.kwd-close-links a { flex: 1 1 auto; text-align: center; }
}/* End custom CSS */