.elementor-23 .elementor-element.elementor-element-921f14b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */:root {
      --ts-navy: #0d1235;
      --ts-navy-dark: #070a20;
      --ts-navy-mid: #171c49;
      --ts-gold: #f6d893;
      --ts-gold-deep: #d8ae58;
      --ts-white: #ffffff;
      --ts-cream: #faf8f1;
      --ts-soft: #f4efe3;
      --ts-text: #171a2e;
      --ts-muted: #666a78;
      --ts-line: rgba(13, 18, 53, 0.12);
      --ts-shadow: 0 24px 70px rgba(13, 18, 53, 0.20);
      --ts-max: 1180px;
      --ts-wide: 1640px;
      --ts-radius: 24px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--ts-text);
      background: #ffffff;
      line-height: 1.6;
      overflow-x: hidden;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .ts-page {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      overflow: hidden;
      background: #ffffff;
    }

    .ts-container {
      width: min(var(--ts-max), calc(100% - 48px));
      margin: 0 auto;
    }

    .ts-section {
      padding: 96px 0;
    }

    .ts-section-small {
      padding: 68px 0;
    }

    .ts-eyebrow {
      display: inline-block;
      margin-bottom: 16px;
      color: var(--ts-gold-deep);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    h1,
    h2,
    h3 {
      margin: 0 0 18px;
      line-height: 1.08;
      letter-spacing: -0.035em;
    }

    h1 {
      color: var(--ts-white);
      font-size: clamp(3.4rem, 7vw, 7.1rem);
      font-weight: 900;
      text-transform: uppercase;
    }

    h2 {
      color: var(--ts-navy);
      font-size: clamp(2.2rem, 4vw, 3.5rem);
      font-weight: 700;
    }

    h3 {
      color: var(--ts-navy);
      font-size: 1.35rem;
      font-weight: 900;
    }

    p {
      margin: 0 0 18px;
    }

    .ts-button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
      margin-top: 32px;
    }

    .ts-btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 52px;
      padding: 14px 28px;
      border-radius: 999px;
      font-weight: 900;
      line-height: 1;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

    .ts-btn:hover {
      transform: translateY(-2px);
    }

    .ts-btn-primary {
      color: var(--ts-navy);
      background: var(--ts-gold);
      border: 1px solid var(--ts-gold);
      box-shadow: 0 14px 34px rgba(0,0,0,0.18);
    }

    .ts-btn-primary:hover {
      background: #ffe5a8;
    }

    .ts-btn-secondary {
      color: var(--ts-white);
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.42);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .ts-btn-secondary:hover {
      border-color: var(--ts-gold);
    }

    /* WordPress / Elementor full-width helper */
    .entry-content .ts-page,
    .wp-block-post-content .ts-page,
    .elementor-widget-container .ts-page {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }

    /* HERO + HEADER */
    .ts-hero {
      position: relative;
      min-height: 920px;
      color: var(--ts-white);
      background:
        linear-gradient(90deg, rgba(13,18,53,0.88) 0%, rgba(13,18,53,0.58) 48%, rgba(13,18,53,0.18) 100%),
        linear-gradient(180deg, rgba(13,18,53,0.04) 0%, rgba(7,10,32,0.90) 100%),
        url("https://316construction.co.uk/wp-content/uploads/2025/10/PBC-compressed.jpg") center center / cover no-repeat;
      overflow: hidden;
    }

    .ts-hero-shell {
      position: relative;
      z-index: 3;
      width: 100%;
      min-height: 920px;
      margin: 0;
      display: flex;
      flex-direction: column;
    }

    .ts-header {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: stretch;
      width: 100%;
      min-height: 86px;
      background: rgba(13,18,53,0.32);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }

    .ts-logo-block {
      width: 235px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 10px 20px;
      background: transparent;
    }

    .ts-logo-block img {
      width: 190px;
      height: auto;
      filter: drop-shadow(0 8px 18px rgba(0,0,0,0.28));
    }

    .ts-header-info {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 24px;
      padding: 0 28px;
      color: var(--ts-gold);
      font-weight: 900;
      letter-spacing: 0.05em;
      background: transparent;
    }

    .ts-header-info a:hover {
      color: var(--ts-white);
    }

    .ts-menu {
      position: relative;
      display: flex;
      align-items: stretch;
    }

    .ts-menu summary {
      list-style: none;
      width: 98px;
      display: grid;
      place-items: center;
      background: var(--ts-gold);
      color: var(--ts-navy);
      cursor: pointer;
    }

    .ts-menu summary::-webkit-details-marker {
      display: none;
    }

    .ts-burger {
      position: relative;
      width: 34px;
      height: 24px;
    }

    .ts-burger span,
    .ts-burger::before,
    .ts-burger::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 999px;
      background: var(--ts-navy);
    }

    .ts-burger::before {
      top: 0;
    }

    .ts-burger span {
      top: 10.5px;
    }

    .ts-burger::after {
      bottom: 0;
    }

    .ts-menu-panel {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 20;
      width: 315px;
      padding: 18px;
      background: rgba(7,10,32,0.98);
      border: 1px solid rgba(246,216,147,0.32);
      box-shadow: var(--ts-shadow);
    }

    .ts-menu-panel a {
      display: block;
      padding: 14px 16px;
      color: rgba(255,255,255,0.88);
      font-weight: 900;
      border-bottom: 1px solid rgba(255,255,255,0.09);
    }

    .ts-menu-panel a:last-child {
      border-bottom: 0;
    }

    .ts-menu-panel a:hover {
      color: var(--ts-gold);
      background: rgba(246,216,147,0.08);
    }

    .ts-hero-content {
      width: min(var(--ts-wide), calc(100% - 64px));
      max-width: 1080px;
      margin: 0 auto;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 90px 0 145px;
    }

    .ts-hero-kicker {
      margin: 0 0 20px;
      color: var(--ts-white);
      font-size: clamp(2rem, 4vw, 4.1rem);
      font-style: italic;
      line-height: 1;
      letter-spacing: 0.02em;
    }

    .ts-hero-title {
      margin: 0;
      color: var(--ts-gold);
      font-size: clamp(3.5rem, 8.2vw, 8rem);
      font-weight: 900;
      line-height: 0.9;
      letter-spacing: -0.055em;
      text-transform: uppercase;
    }

    .ts-hero-title span {
      display: block;
      color: var(--ts-white);
      font-size: clamp(2.5rem, 6vw, 5.9rem);
      letter-spacing: 0.015em;
    }

    .ts-hero-copy {
      max-width: 850px;
      margin-top: 36px;
      color: rgba(255,255,255,0.88);
      font-size: clamp(1.1rem, 1.7vw, 1.38rem);
    }

    .ts-scripture {
      max-width: 780px;
      margin-top: 48px;
      color: var(--ts-white);
      font-size: clamp(1.1rem, 1.55vw, 1.35rem);
      font-style: italic;
      line-height: 1.55;
    }

    .ts-scripture b {
      color: var(--ts-gold);
      font-size: 1.25em;
      font-style: normal;
    }

    .ts-scripture span {
      display: block;
      margin-top: 12px;
      color: rgba(255,255,255,0.86);
      font-size: 0.94rem;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .ts-experience {
      position: absolute;
      z-index: 5;
      right: max(32px, calc((100vw - var(--ts-wide)) / 2));
      bottom: -46px;
      width: min(390px, 42vw);
      padding: 36px 40px;
      background: var(--ts-gold);
      color: var(--ts-navy);
      box-shadow: 0 24px 65px rgba(0,0,0,0.22);
    }

    .ts-experience-line {
      display: flex;
      align-items: baseline;
      gap: 13px;
      line-height: 1;
    }

    .ts-experience-number {
      font-size: clamp(3.4rem, 5vw, 5.2rem);
      font-weight: 900;
      letter-spacing: -0.08em;
    }

    .ts-experience-text {
      display: grid;
      gap: 2px;
      font-size: 1.05rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .ts-experience::after {
      content: "";
      display: block;
      height: 3px;
      margin-top: 22px;
      background: rgba(13,18,53,0.42);
    }

    .ts-hero-shape {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 0;
      height: 90px;
      background: #ffffff;
      clip-path: polygon(0 100%, 0 0, 34% 0, 41% 100%, 100% 100%);
    }

    /* INTRO */
    .ts-intro-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 66px;
      align-items: center;
    }

    .ts-intro p {
      color: var(--ts-muted);
      font-size: 1.07rem;
    }

    .ts-value-panel {
      padding: 42px;
      border-radius: var(--ts-radius);
      background: var(--ts-navy);
      color: var(--ts-white);
      box-shadow: var(--ts-shadow);
    }

    .ts-value-panel h3 {
      color: var(--ts-gold);
      font-size: 1.8rem;
    }

    .ts-value-panel p {
      color: rgba(255,255,255,0.78);
    }

    .ts-value-list {
      display: grid;
      gap: 18px;
      margin-top: 28px;
    }

    .ts-value-item {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 14px;
      align-items: start;
    }

    .ts-tick {
      display: grid;
      place-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: var(--ts-gold);
      color: var(--ts-navy);
      font-weight: 900;
    }

    /* SERVICES */
    .ts-services {
      background: var(--ts-cream);
    }

    .ts-section-head {
      max-width: 760px;
      margin-bottom: 48px;
    }

    .ts-section-head p {
      color: var(--ts-muted);
      font-size: 1.08rem;
    }

    .ts-services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .ts-service-card {
      min-height: 310px;
      padding: 32px 28px;
      border: 1px solid var(--ts-line);
      border-radius: var(--ts-radius);
      background: var(--ts-white);
      box-shadow: 0 14px 42px rgba(13,18,53,0.08);
    }

    .ts-service-number {
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      margin-bottom: 24px;
      border-radius: 16px;
      background: rgba(216,174,88,0.22);
      color: var(--ts-navy);
      font-weight: 900;
    }

    .ts-service-card p {
      color: var(--ts-muted);
      font-size: 0.98rem;
    }

    .ts-link {
      display: inline-block;
      margin-top: 8px;
      color: var(--ts-navy);
      font-weight: 900;
    }

    .ts-link:hover {
      color: var(--ts-gold-deep);
    }

    /* WORK TEASER */
    .ts-work-teaser-section {
      background: #ffffff;
    }

    .ts-work-teaser {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
      gap: 58px;
      align-items: center;
    }

    .ts-work-teaser p {
      color: var(--ts-muted);
      font-size: 1.08rem;
    }

    .ts-work-panel {
      position: relative;
      overflow: hidden;
      min-height: 380px;
      border-radius: 30px;
      background:
        linear-gradient(135deg, rgba(13,18,53,0.68), rgba(7,10,32,0.22)),
        url("https://threesixteenconstruction.co.uk/wp-content/uploads/2026/07/Paulsgrove-Baptist-church.png") center center / cover no-repeat;
      box-shadow: var(--ts-shadow);
    }

    .ts-work-panel::before {
      content: "";
      position: absolute;
      inset: 24px;
      border: 1px solid rgba(246,216,147,0.48);
      border-radius: 22px;
      pointer-events: none;
    }

    .ts-work-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(7,10,32,0.02) 0%, rgba(7,10,32,0.58) 100%);
      pointer-events: none;
    }

    .ts-work-panel-content {
      position: absolute;
      left: 34px;
      right: 34px;
      bottom: 34px;
      color: #ffffff;
      z-index: 2;
    }

    .ts-work-panel-content strong {
      display: block;
      margin-bottom: 8px;
      color: var(--ts-gold);
      font-size: 1.45rem;
      line-height: 1.12;
      font-weight: 900;
    }

    .ts-work-panel-content span {
      display: block;
      color: rgba(255,255,255,0.9);
      font-weight: 800;
    }

    /* FAITH BAND */
    .ts-faith {
      position: relative;
      overflow: hidden;
      color: #ffffff;
      background:
        radial-gradient(circle at 78% 16%, rgba(246,216,147,0.16), transparent 34%),
        linear-gradient(135deg, var(--ts-navy) 0%, var(--ts-navy-dark) 100%);
    }

    .ts-faith::before {
      content: "3:16";
      position: absolute;
      top: -20px;
      right: -20px;
      color: rgba(246,216,147,0.055);
      font-size: clamp(10rem, 24vw, 23rem);
      font-weight: 900;
      line-height: 0.8;
    }

    .ts-faith-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 58px;
      align-items: center;
    }

    .ts-faith h2 {
      color: #ffffff;
    }

    .ts-faith p {
      color: rgba(255,255,255,0.78);
      font-size: 1.07rem;
    }

    .ts-quote-card {
      padding: 42px;
      border-radius: var(--ts-radius);
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(246,216,147,0.34);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .ts-quote-card blockquote {
      margin: 0 0 18px;
      color: var(--ts-gold);
      font-size: clamp(1.6rem, 3vw, 2.5rem);
      line-height: 1.18;
      font-weight: 900;
    }

    .ts-quote-card cite {
      color: rgba(255,255,255,0.78);
      font-style: normal;
      font-weight: 900;
    }

    /* SCRIPTURE CALLOUTS */
    .ts-small-scripture {
      margin-top: 26px;
      padding: 22px 24px;
      border-left: 4px solid var(--ts-gold);
      border-radius: 18px;
      background: rgba(216,174,88,0.10);
      color: var(--ts-navy) !important;
      font-weight: 800;
      line-height: 1.55;
    }

    .ts-small-scripture span,
    .ts-panel-scripture span,
    .ts-faith-scripture span {
      display: block;
      margin-top: 8px;
      color: var(--ts-gold-deep);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .ts-panel-scripture {
      margin-top: 26px;
      padding: 20px 22px;
      border-radius: 18px;
      background: rgba(246,216,147,0.12);
      border: 1px solid rgba(246,216,147,0.28);
      color: rgba(255,255,255,0.92) !important;
      font-weight: 800;
      line-height: 1.55;
    }

    .ts-panel-scripture span,
    .ts-faith-scripture span {
      color: var(--ts-gold);
    }

    .ts-faith-scripture {
      margin-top: 28px;
      padding: 20px 22px;
      border-left: 4px solid var(--ts-gold);
      border-radius: 18px;
      background: rgba(255,255,255,0.07);
      color: rgba(255,255,255,0.92) !important;
      font-weight: 800;
      line-height: 1.55;
    }

    .ts-btn-light {
      color: var(--ts-navy);
      background: #ffffff;
      border-color: rgba(13,18,53,0.14);
      box-shadow: 0 14px 34px rgba(13,18,53,0.10);
    }

    .ts-btn-light:hover {
      color: var(--ts-navy);
      background: var(--ts-cream);
      border-color: var(--ts-gold);
    }

    /* CTA */
    .ts-cta {
      color: #ffffff;
      background:
        radial-gradient(circle at 20% 20%, rgba(246,216,147,0.18), transparent 34%),
        linear-gradient(135deg, var(--ts-navy) 0%, var(--ts-navy-dark) 100%);
    }

    .ts-cta-box {
      display: grid;
      grid-template-columns: 1.2fr auto;
      gap: 36px;
      align-items: center;
      padding: 50px;
      border: 1px solid rgba(246,216,147,0.34);
      border-radius: 30px;
      background: rgba(255,255,255,0.055);
      box-shadow: var(--ts-shadow);
    }

    .ts-cta h2 {
      color: #ffffff;
    }

    .ts-cta p {
      color: rgba(255,255,255,0.78);
      font-size: 1.08rem;
    }

    /* FOOTER */
    .ts-footer {
      padding: 56px 0 34px;
      color: rgba(255,255,255,0.72);
      background: #070a20;
    }

    .ts-footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
      gap: 36px;
    }

    .ts-footer-logo {
      width: 185px;
      margin-bottom: 18px;
    }

    .ts-footer h3 {
      margin: 0 0 14px;
      color: var(--ts-gold);
      font-size: 1rem;
      letter-spacing: 0.04em;
    }

    .ts-footer a {
      display: block;
      margin-bottom: 8px;
      color: rgba(255,255,255,0.72);
    }

    .ts-footer a:hover {
      color: var(--ts-gold);
    }

    .ts-footer-bottom {
      margin-top: 38px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,0.13);
      color: rgba(255,255,255,0.48);
      font-size: 0.9rem;
    }

    .ts-footer-bottom a {
      display: inline;
      margin: 0;
    }

    @media (max-width: 1040px) {
      .ts-hero,
      .ts-hero-shell {
        min-height: 840px;
      }

      .ts-header {
        grid-template-columns: auto 1fr auto;
        min-height: 82px;
      }

      .ts-logo-block {
        width: 210px;
      }

      .ts-logo-block img {
        width: 175px;
      }

      .ts-header-info {
        display: none;
      }

      .ts-menu summary {
        width: 76px;
      }

      .ts-services-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .ts-intro-grid,
      .ts-faith-grid,
      .ts-cta-box,
      .ts-footer-grid,
      .ts-work-teaser {
        grid-template-columns: 1fr;
      }

      .ts-work-panel {
        min-height: 340px;
      }
    }

    @media (max-width: 680px) {
      .ts-container {
        width: min(var(--ts-max), calc(100% - 30px));
      }

      .ts-section {
        padding: 70px 0;
      }

      .ts-hero,
      .ts-hero-shell {
        min-height: 790px;
      }

      .ts-header {
        grid-template-columns: 1fr auto;
      }

      .ts-logo-block {
        width: auto;
        justify-content: flex-start;
        padding: 12px 14px;
      }

      .ts-logo-block img {
        width: 158px;
      }

      .ts-menu summary {
        width: 76px;
      }

      .ts-menu-panel {
        width: min(315px, calc(100vw - 34px));
      }

      .ts-hero-content {
        width: min(var(--ts-wide), calc(100% - 30px));
        padding: 72px 0 190px;
      }

      .ts-hero-title {
        font-size: clamp(3.05rem, 15vw, 5rem);
      }

      .ts-hero-title span {
        font-size: clamp(2.2rem, 11vw, 3.6rem);
      }

      .ts-experience {
        left: 15px;
        right: auto;
        bottom: 24px;
        width: min(345px, calc(100% - 30px));
        padding: 26px 28px;
      }

      .ts-hero-shape {
        display: none;
      }

      .ts-button-row,
      .ts-btn {
        width: 100%;
      }

      .ts-services-grid {
        grid-template-columns: 1fr;
      }

      .ts-cta-box,
      .ts-quote-card,
      .ts-value-panel {
        padding: 30px;
      }

      .ts-work-panel {
        min-height: 310px;
      }

      .ts-work-panel-content {
        left: 24px;
        right: 24px;
        bottom: 24px;
      }

      .ts-small-scripture,
      .ts-panel-scripture,
      .ts-faith-scripture {
        padding: 18px 20px;
      }
    }/* End custom CSS */