.elementor-1732 .elementor-element.elementor-element-673b1286{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-c9040c4 */.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 {
    font-family: 'Open Sans';
    color: var(--navy);
    margin: 0;
  }

  /* ---- Title block ---- */
  .kwd-title-block {
    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;
    line-height: 1.2;
    font-weight: 700;
  }
  .kwd-title-sub {
    margin-top: 14px;
    font-size: 15px;
    color: var(--ink-soft);
  }
  .kwd-title-sub strong { color: var(--ink); }

  /* ---- Hero before/after ---- */
  .kwd-hero {
    padding: 32px 8px 8px;
  }
  .kwd-hero img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }
  .kwd-hero-caption {
    font-size: 13px;
    color: var(--ink-soft);
    margin-top: 10px;
    font-style: italic;
  }

  /* ---- Spec strip ---- */
  .kwd-specstrip {
    margin: 36px 8px 0;
    background: var(--cream);
    border: 1px solid var(--line);
    border-left: 4px solid var(--navy);
    border-radius: 2px;
    padding: 22px 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 18px 24px;
  }
  .kwd-spec-item .label {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tan-deep);
    font-weight: 600;
    margin-bottom: 4px;
  }
  .kwd-spec-item .value {
    font-size: 15px;
    color: var(--navy);
    font-weight: 600;
  }

  /* ---- 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 (materials section) ---- */
  .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: 350px;
    object-fit: cover;
    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-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  .kwd-pull span {
    display: block;
    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-material-row .k { width: 120px; }
    .kwd-close-links a { flex: 1 1 auto; text-align: center; }
  }/* End custom CSS */